Add settings page for managing forecasting API key and URL via UI
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
cae411eae7
commit
1c411e402e
19809 changed files with 1962608 additions and 97 deletions
19
frontend/node_modules/recharts/lib/context/PanoramaContext.js
generated
vendored
Normal file
19
frontend/node_modules/recharts/lib/context/PanoramaContext.js
generated
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.useIsPanorama = exports.PanoramaContextProvider = void 0;
|
||||
var _react = _interopRequireWildcard(require("react"));
|
||||
var React = _react;
|
||||
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
||||
var PanoramaContext = /*#__PURE__*/(0, _react.createContext)(null);
|
||||
var useIsPanorama = () => (0, _react.useContext)(PanoramaContext) != null;
|
||||
exports.useIsPanorama = useIsPanorama;
|
||||
var PanoramaContextProvider = _ref => {
|
||||
var children = _ref.children;
|
||||
return /*#__PURE__*/React.createElement(PanoramaContext.Provider, {
|
||||
value: true
|
||||
}, children);
|
||||
};
|
||||
exports.PanoramaContextProvider = PanoramaContextProvider;
|
||||
Loading…
Add table
Add a link
Reference in a new issue