Aktueller Stand
This commit is contained in:
34
frontend/node_modules/.vite/deps_temp_67299285/chunk-EQCVQC35.js
generated
vendored
Normal file
34
frontend/node_modules/.vite/deps_temp_67299285/chunk-EQCVQC35.js
generated
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
var __create = Object.create;
|
||||
var __defProp = Object.defineProperty;
|
||||
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
||||
var __getOwnPropNames = Object.getOwnPropertyNames;
|
||||
var __getProtoOf = Object.getPrototypeOf;
|
||||
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
||||
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
||||
var __commonJS = (cb, mod) => function __require() {
|
||||
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
||||
};
|
||||
var __copyProps = (to, from, except, desc) => {
|
||||
if (from && typeof from === "object" || typeof from === "function") {
|
||||
for (let key of __getOwnPropNames(from))
|
||||
if (!__hasOwnProp.call(to, key) && key !== except)
|
||||
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
||||
}
|
||||
return to;
|
||||
};
|
||||
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
||||
// If the importer is in node compatibility mode or this is not an ESM
|
||||
// file that has been converted to a CommonJS file using a Babel-
|
||||
// compatible transform (i.e. "__esModule" has not been set), then set
|
||||
// "default" to the CommonJS "module.exports" for node compatibility.
|
||||
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
||||
mod
|
||||
));
|
||||
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
||||
|
||||
export {
|
||||
__commonJS,
|
||||
__toESM,
|
||||
__publicField
|
||||
};
|
||||
//# sourceMappingURL=chunk-EQCVQC35.js.map
|
||||
7
frontend/node_modules/.vite/deps_temp_67299285/chunk-EQCVQC35.js.map
generated
vendored
Normal file
7
frontend/node_modules/.vite/deps_temp_67299285/chunk-EQCVQC35.js.map
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sourcesContent": [],
|
||||
"mappings": "",
|
||||
"names": []
|
||||
}
|
||||
305
frontend/node_modules/.vite/deps_temp_67299285/chunk-FXM4O2JN.js
generated
vendored
Normal file
305
frontend/node_modules/.vite/deps_temp_67299285/chunk-FXM4O2JN.js
generated
vendored
Normal file
@@ -0,0 +1,305 @@
|
||||
import {
|
||||
__commonJS
|
||||
} from "./chunk-EQCVQC35.js";
|
||||
|
||||
// node_modules/react/cjs/react.production.min.js
|
||||
var require_react_production_min = __commonJS({
|
||||
"node_modules/react/cjs/react.production.min.js"(exports) {
|
||||
"use strict";
|
||||
var l = Symbol.for("react.element");
|
||||
var n = Symbol.for("react.portal");
|
||||
var p = Symbol.for("react.fragment");
|
||||
var q = Symbol.for("react.strict_mode");
|
||||
var r = Symbol.for("react.profiler");
|
||||
var t = Symbol.for("react.provider");
|
||||
var u = Symbol.for("react.context");
|
||||
var v = Symbol.for("react.forward_ref");
|
||||
var w = Symbol.for("react.suspense");
|
||||
var x = Symbol.for("react.memo");
|
||||
var y = Symbol.for("react.lazy");
|
||||
var z = Symbol.iterator;
|
||||
function A(a) {
|
||||
if (null === a || "object" !== typeof a) return null;
|
||||
a = z && a[z] || a["@@iterator"];
|
||||
return "function" === typeof a ? a : null;
|
||||
}
|
||||
var B = { isMounted: function() {
|
||||
return false;
|
||||
}, enqueueForceUpdate: function() {
|
||||
}, enqueueReplaceState: function() {
|
||||
}, enqueueSetState: function() {
|
||||
} };
|
||||
var C = Object.assign;
|
||||
var D = {};
|
||||
function E(a, b, e) {
|
||||
this.props = a;
|
||||
this.context = b;
|
||||
this.refs = D;
|
||||
this.updater = e || B;
|
||||
}
|
||||
E.prototype.isReactComponent = {};
|
||||
E.prototype.setState = function(a, b) {
|
||||
if ("object" !== typeof a && "function" !== typeof a && null != a) throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
|
||||
this.updater.enqueueSetState(this, a, b, "setState");
|
||||
};
|
||||
E.prototype.forceUpdate = function(a) {
|
||||
this.updater.enqueueForceUpdate(this, a, "forceUpdate");
|
||||
};
|
||||
function F() {
|
||||
}
|
||||
F.prototype = E.prototype;
|
||||
function G(a, b, e) {
|
||||
this.props = a;
|
||||
this.context = b;
|
||||
this.refs = D;
|
||||
this.updater = e || B;
|
||||
}
|
||||
var H = G.prototype = new F();
|
||||
H.constructor = G;
|
||||
C(H, E.prototype);
|
||||
H.isPureReactComponent = true;
|
||||
var I = Array.isArray;
|
||||
var J = Object.prototype.hasOwnProperty;
|
||||
var K = { current: null };
|
||||
var L = { key: true, ref: true, __self: true, __source: true };
|
||||
function M(a, b, e) {
|
||||
var d, c = {}, k = null, h = null;
|
||||
if (null != b) for (d in void 0 !== b.ref && (h = b.ref), void 0 !== b.key && (k = "" + b.key), b) J.call(b, d) && !L.hasOwnProperty(d) && (c[d] = b[d]);
|
||||
var g = arguments.length - 2;
|
||||
if (1 === g) c.children = e;
|
||||
else if (1 < g) {
|
||||
for (var f = Array(g), m = 0; m < g; m++) f[m] = arguments[m + 2];
|
||||
c.children = f;
|
||||
}
|
||||
if (a && a.defaultProps) for (d in g = a.defaultProps, g) void 0 === c[d] && (c[d] = g[d]);
|
||||
return { $$typeof: l, type: a, key: k, ref: h, props: c, _owner: K.current };
|
||||
}
|
||||
function N(a, b) {
|
||||
return { $$typeof: l, type: a.type, key: b, ref: a.ref, props: a.props, _owner: a._owner };
|
||||
}
|
||||
function O(a) {
|
||||
return "object" === typeof a && null !== a && a.$$typeof === l;
|
||||
}
|
||||
function escape(a) {
|
||||
var b = { "=": "=0", ":": "=2" };
|
||||
return "$" + a.replace(/[=:]/g, function(a2) {
|
||||
return b[a2];
|
||||
});
|
||||
}
|
||||
var P = /\/+/g;
|
||||
function Q(a, b) {
|
||||
return "object" === typeof a && null !== a && null != a.key ? escape("" + a.key) : b.toString(36);
|
||||
}
|
||||
function R(a, b, e, d, c) {
|
||||
var k = typeof a;
|
||||
if ("undefined" === k || "boolean" === k) a = null;
|
||||
var h = false;
|
||||
if (null === a) h = true;
|
||||
else switch (k) {
|
||||
case "string":
|
||||
case "number":
|
||||
h = true;
|
||||
break;
|
||||
case "object":
|
||||
switch (a.$$typeof) {
|
||||
case l:
|
||||
case n:
|
||||
h = true;
|
||||
}
|
||||
}
|
||||
if (h) return h = a, c = c(h), a = "" === d ? "." + Q(h, 0) : d, I(c) ? (e = "", null != a && (e = a.replace(P, "$&/") + "/"), R(c, b, e, "", function(a2) {
|
||||
return a2;
|
||||
})) : null != c && (O(c) && (c = N(c, e + (!c.key || h && h.key === c.key ? "" : ("" + c.key).replace(P, "$&/") + "/") + a)), b.push(c)), 1;
|
||||
h = 0;
|
||||
d = "" === d ? "." : d + ":";
|
||||
if (I(a)) for (var g = 0; g < a.length; g++) {
|
||||
k = a[g];
|
||||
var f = d + Q(k, g);
|
||||
h += R(k, b, e, f, c);
|
||||
}
|
||||
else if (f = A(a), "function" === typeof f) for (a = f.call(a), g = 0; !(k = a.next()).done; ) k = k.value, f = d + Q(k, g++), h += R(k, b, e, f, c);
|
||||
else if ("object" === k) throw b = String(a), Error("Objects are not valid as a React child (found: " + ("[object Object]" === b ? "object with keys {" + Object.keys(a).join(", ") + "}" : b) + "). If you meant to render a collection of children, use an array instead.");
|
||||
return h;
|
||||
}
|
||||
function S(a, b, e) {
|
||||
if (null == a) return a;
|
||||
var d = [], c = 0;
|
||||
R(a, d, "", "", function(a2) {
|
||||
return b.call(e, a2, c++);
|
||||
});
|
||||
return d;
|
||||
}
|
||||
function T(a) {
|
||||
if (-1 === a._status) {
|
||||
var b = a._result;
|
||||
b = b();
|
||||
b.then(function(b2) {
|
||||
if (0 === a._status || -1 === a._status) a._status = 1, a._result = b2;
|
||||
}, function(b2) {
|
||||
if (0 === a._status || -1 === a._status) a._status = 2, a._result = b2;
|
||||
});
|
||||
-1 === a._status && (a._status = 0, a._result = b);
|
||||
}
|
||||
if (1 === a._status) return a._result.default;
|
||||
throw a._result;
|
||||
}
|
||||
var U = { current: null };
|
||||
var V = { transition: null };
|
||||
var W = { ReactCurrentDispatcher: U, ReactCurrentBatchConfig: V, ReactCurrentOwner: K };
|
||||
function X() {
|
||||
throw Error("act(...) is not supported in production builds of React.");
|
||||
}
|
||||
exports.Children = { map: S, forEach: function(a, b, e) {
|
||||
S(a, function() {
|
||||
b.apply(this, arguments);
|
||||
}, e);
|
||||
}, count: function(a) {
|
||||
var b = 0;
|
||||
S(a, function() {
|
||||
b++;
|
||||
});
|
||||
return b;
|
||||
}, toArray: function(a) {
|
||||
return S(a, function(a2) {
|
||||
return a2;
|
||||
}) || [];
|
||||
}, only: function(a) {
|
||||
if (!O(a)) throw Error("React.Children.only expected to receive a single React element child.");
|
||||
return a;
|
||||
} };
|
||||
exports.Component = E;
|
||||
exports.Fragment = p;
|
||||
exports.Profiler = r;
|
||||
exports.PureComponent = G;
|
||||
exports.StrictMode = q;
|
||||
exports.Suspense = w;
|
||||
exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = W;
|
||||
exports.act = X;
|
||||
exports.cloneElement = function(a, b, e) {
|
||||
if (null === a || void 0 === a) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + a + ".");
|
||||
var d = C({}, a.props), c = a.key, k = a.ref, h = a._owner;
|
||||
if (null != b) {
|
||||
void 0 !== b.ref && (k = b.ref, h = K.current);
|
||||
void 0 !== b.key && (c = "" + b.key);
|
||||
if (a.type && a.type.defaultProps) var g = a.type.defaultProps;
|
||||
for (f in b) J.call(b, f) && !L.hasOwnProperty(f) && (d[f] = void 0 === b[f] && void 0 !== g ? g[f] : b[f]);
|
||||
}
|
||||
var f = arguments.length - 2;
|
||||
if (1 === f) d.children = e;
|
||||
else if (1 < f) {
|
||||
g = Array(f);
|
||||
for (var m = 0; m < f; m++) g[m] = arguments[m + 2];
|
||||
d.children = g;
|
||||
}
|
||||
return { $$typeof: l, type: a.type, key: c, ref: k, props: d, _owner: h };
|
||||
};
|
||||
exports.createContext = function(a) {
|
||||
a = { $$typeof: u, _currentValue: a, _currentValue2: a, _threadCount: 0, Provider: null, Consumer: null, _defaultValue: null, _globalName: null };
|
||||
a.Provider = { $$typeof: t, _context: a };
|
||||
return a.Consumer = a;
|
||||
};
|
||||
exports.createElement = M;
|
||||
exports.createFactory = function(a) {
|
||||
var b = M.bind(null, a);
|
||||
b.type = a;
|
||||
return b;
|
||||
};
|
||||
exports.createRef = function() {
|
||||
return { current: null };
|
||||
};
|
||||
exports.forwardRef = function(a) {
|
||||
return { $$typeof: v, render: a };
|
||||
};
|
||||
exports.isValidElement = O;
|
||||
exports.lazy = function(a) {
|
||||
return { $$typeof: y, _payload: { _status: -1, _result: a }, _init: T };
|
||||
};
|
||||
exports.memo = function(a, b) {
|
||||
return { $$typeof: x, type: a, compare: void 0 === b ? null : b };
|
||||
};
|
||||
exports.startTransition = function(a) {
|
||||
var b = V.transition;
|
||||
V.transition = {};
|
||||
try {
|
||||
a();
|
||||
} finally {
|
||||
V.transition = b;
|
||||
}
|
||||
};
|
||||
exports.unstable_act = X;
|
||||
exports.useCallback = function(a, b) {
|
||||
return U.current.useCallback(a, b);
|
||||
};
|
||||
exports.useContext = function(a) {
|
||||
return U.current.useContext(a);
|
||||
};
|
||||
exports.useDebugValue = function() {
|
||||
};
|
||||
exports.useDeferredValue = function(a) {
|
||||
return U.current.useDeferredValue(a);
|
||||
};
|
||||
exports.useEffect = function(a, b) {
|
||||
return U.current.useEffect(a, b);
|
||||
};
|
||||
exports.useId = function() {
|
||||
return U.current.useId();
|
||||
};
|
||||
exports.useImperativeHandle = function(a, b, e) {
|
||||
return U.current.useImperativeHandle(a, b, e);
|
||||
};
|
||||
exports.useInsertionEffect = function(a, b) {
|
||||
return U.current.useInsertionEffect(a, b);
|
||||
};
|
||||
exports.useLayoutEffect = function(a, b) {
|
||||
return U.current.useLayoutEffect(a, b);
|
||||
};
|
||||
exports.useMemo = function(a, b) {
|
||||
return U.current.useMemo(a, b);
|
||||
};
|
||||
exports.useReducer = function(a, b, e) {
|
||||
return U.current.useReducer(a, b, e);
|
||||
};
|
||||
exports.useRef = function(a) {
|
||||
return U.current.useRef(a);
|
||||
};
|
||||
exports.useState = function(a) {
|
||||
return U.current.useState(a);
|
||||
};
|
||||
exports.useSyncExternalStore = function(a, b, e) {
|
||||
return U.current.useSyncExternalStore(a, b, e);
|
||||
};
|
||||
exports.useTransition = function() {
|
||||
return U.current.useTransition();
|
||||
};
|
||||
exports.version = "18.3.1";
|
||||
}
|
||||
});
|
||||
|
||||
// node_modules/react/index.js
|
||||
var require_react = __commonJS({
|
||||
"node_modules/react/index.js"(exports, module) {
|
||||
if (true) {
|
||||
module.exports = require_react_production_min();
|
||||
} else {
|
||||
module.exports = null;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
export {
|
||||
require_react
|
||||
};
|
||||
/*! Bundled license information:
|
||||
|
||||
react/cjs/react.production.min.js:
|
||||
(**
|
||||
* @license React
|
||||
* react.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*)
|
||||
*/
|
||||
//# sourceMappingURL=chunk-FXM4O2JN.js.map
|
||||
7
frontend/node_modules/.vite/deps_temp_67299285/chunk-FXM4O2JN.js.map
generated
vendored
Normal file
7
frontend/node_modules/.vite/deps_temp_67299285/chunk-FXM4O2JN.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
6935
frontend/node_modules/.vite/deps_temp_67299285/chunk-WJR2STNY.js
generated
vendored
Normal file
6935
frontend/node_modules/.vite/deps_temp_67299285/chunk-WJR2STNY.js
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
7
frontend/node_modules/.vite/deps_temp_67299285/chunk-WJR2STNY.js.map
generated
vendored
Normal file
7
frontend/node_modules/.vite/deps_temp_67299285/chunk-WJR2STNY.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
2392
frontend/node_modules/.vite/deps_temp_67299285/i18next.js
generated
vendored
Normal file
2392
frontend/node_modules/.vite/deps_temp_67299285/i18next.js
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
7
frontend/node_modules/.vite/deps_temp_67299285/i18next.js.map
generated
vendored
Normal file
7
frontend/node_modules/.vite/deps_temp_67299285/i18next.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
3
frontend/node_modules/.vite/deps_temp_67299285/package.json
generated
vendored
Normal file
3
frontend/node_modules/.vite/deps_temp_67299285/package.json
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"type": "module"
|
||||
}
|
||||
7
frontend/node_modules/.vite/deps_temp_67299285/react-dom.js
generated
vendored
Normal file
7
frontend/node_modules/.vite/deps_temp_67299285/react-dom.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import {
|
||||
require_react_dom
|
||||
} from "./chunk-WJR2STNY.js";
|
||||
import "./chunk-FXM4O2JN.js";
|
||||
import "./chunk-EQCVQC35.js";
|
||||
export default require_react_dom();
|
||||
//# sourceMappingURL=react-dom.js.map
|
||||
7
frontend/node_modules/.vite/deps_temp_67299285/react-dom.js.map
generated
vendored
Normal file
7
frontend/node_modules/.vite/deps_temp_67299285/react-dom.js.map
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sourcesContent": [],
|
||||
"mappings": "",
|
||||
"names": []
|
||||
}
|
||||
39
frontend/node_modules/.vite/deps_temp_67299285/react-dom_client.js
generated
vendored
Normal file
39
frontend/node_modules/.vite/deps_temp_67299285/react-dom_client.js
generated
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
import {
|
||||
require_react_dom
|
||||
} from "./chunk-WJR2STNY.js";
|
||||
import "./chunk-FXM4O2JN.js";
|
||||
import {
|
||||
__commonJS
|
||||
} from "./chunk-EQCVQC35.js";
|
||||
|
||||
// node_modules/react-dom/client.js
|
||||
var require_client = __commonJS({
|
||||
"node_modules/react-dom/client.js"(exports) {
|
||||
var m = require_react_dom();
|
||||
if (true) {
|
||||
exports.createRoot = m.createRoot;
|
||||
exports.hydrateRoot = m.hydrateRoot;
|
||||
} else {
|
||||
i = m.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
||||
exports.createRoot = function(c, o) {
|
||||
i.usingClientEntryPoint = true;
|
||||
try {
|
||||
return m.createRoot(c, o);
|
||||
} finally {
|
||||
i.usingClientEntryPoint = false;
|
||||
}
|
||||
};
|
||||
exports.hydrateRoot = function(c, h, o) {
|
||||
i.usingClientEntryPoint = true;
|
||||
try {
|
||||
return m.hydrateRoot(c, h, o);
|
||||
} finally {
|
||||
i.usingClientEntryPoint = false;
|
||||
}
|
||||
};
|
||||
}
|
||||
var i;
|
||||
}
|
||||
});
|
||||
export default require_client();
|
||||
//# sourceMappingURL=react-dom_client.js.map
|
||||
7
frontend/node_modules/.vite/deps_temp_67299285/react-dom_client.js.map
generated
vendored
Normal file
7
frontend/node_modules/.vite/deps_temp_67299285/react-dom_client.js.map
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": ["../../react-dom/client.js"],
|
||||
"sourcesContent": ["'use strict';\n\nvar m = require('react-dom');\nif (process.env.NODE_ENV === 'production') {\n exports.createRoot = m.createRoot;\n exports.hydrateRoot = m.hydrateRoot;\n} else {\n var i = m.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;\n exports.createRoot = function(c, o) {\n i.usingClientEntryPoint = true;\n try {\n return m.createRoot(c, o);\n } finally {\n i.usingClientEntryPoint = false;\n }\n };\n exports.hydrateRoot = function(c, h, o) {\n i.usingClientEntryPoint = true;\n try {\n return m.hydrateRoot(c, h, o);\n } finally {\n i.usingClientEntryPoint = false;\n }\n };\n}\n"],
|
||||
"mappings": ";;;;;;;;;AAAA;AAAA;AAEA,QAAI,IAAI;AACR,QAAI,MAAuC;AACzC,cAAQ,aAAa,EAAE;AACvB,cAAQ,cAAc,EAAE;AAAA,IAC1B,OAAO;AACD,UAAI,EAAE;AACV,cAAQ,aAAa,SAAS,GAAG,GAAG;AAClC,UAAE,wBAAwB;AAC1B,YAAI;AACF,iBAAO,EAAE,WAAW,GAAG,CAAC;AAAA,QAC1B,UAAE;AACA,YAAE,wBAAwB;AAAA,QAC5B;AAAA,MACF;AACA,cAAQ,cAAc,SAAS,GAAG,GAAG,GAAG;AACtC,UAAE,wBAAwB;AAC1B,YAAI;AACF,iBAAO,EAAE,YAAY,GAAG,GAAG,CAAC;AAAA,QAC9B,UAAE;AACA,YAAE,wBAAwB;AAAA,QAC5B;AAAA,MACF;AAAA,IACF;AAjBM;AAAA;AAAA;",
|
||||
"names": []
|
||||
}
|
||||
840
frontend/node_modules/.vite/deps_temp_67299285/react-i18next.js
generated
vendored
Normal file
840
frontend/node_modules/.vite/deps_temp_67299285/react-i18next.js
generated
vendored
Normal file
@@ -0,0 +1,840 @@
|
||||
import {
|
||||
require_react
|
||||
} from "./chunk-FXM4O2JN.js";
|
||||
import {
|
||||
__commonJS,
|
||||
__publicField,
|
||||
__toESM
|
||||
} from "./chunk-EQCVQC35.js";
|
||||
|
||||
// node_modules/void-elements/index.js
|
||||
var require_void_elements = __commonJS({
|
||||
"node_modules/void-elements/index.js"(exports, module) {
|
||||
module.exports = {
|
||||
"area": true,
|
||||
"base": true,
|
||||
"br": true,
|
||||
"col": true,
|
||||
"embed": true,
|
||||
"hr": true,
|
||||
"img": true,
|
||||
"input": true,
|
||||
"link": true,
|
||||
"meta": true,
|
||||
"param": true,
|
||||
"source": true,
|
||||
"track": true,
|
||||
"wbr": true
|
||||
};
|
||||
}
|
||||
});
|
||||
|
||||
// node_modules/react-i18next/dist/es/Trans.js
|
||||
var import_react3 = __toESM(require_react(), 1);
|
||||
|
||||
// node_modules/react-i18next/dist/es/TransWithoutContext.js
|
||||
var import_react = __toESM(require_react(), 1);
|
||||
|
||||
// node_modules/html-parse-stringify/dist/html-parse-stringify.module.js
|
||||
var import_void_elements = __toESM(require_void_elements());
|
||||
var t = /\s([^'"/\s><]+?)[\s/>]|([^\s=]+)=\s?(".*?"|'.*?')/g;
|
||||
function n(n2) {
|
||||
var r2 = { type: "tag", name: "", voidElement: false, attrs: {}, children: [] }, i2 = n2.match(/<\/?([^\s]+?)[/\s>]/);
|
||||
if (i2 && (r2.name = i2[1], (import_void_elements.default[i2[1]] || "/" === n2.charAt(n2.length - 2)) && (r2.voidElement = true), r2.name.startsWith("!--"))) {
|
||||
var s2 = n2.indexOf("-->");
|
||||
return { type: "comment", comment: -1 !== s2 ? n2.slice(4, s2) : "" };
|
||||
}
|
||||
for (var a2 = new RegExp(t), c2 = null; null !== (c2 = a2.exec(n2)); ) if (c2[0].trim()) if (c2[1]) {
|
||||
var o = c2[1].trim(), l = [o, ""];
|
||||
o.indexOf("=") > -1 && (l = o.split("=")), r2.attrs[l[0]] = l[1], a2.lastIndex--;
|
||||
} else c2[2] && (r2.attrs[c2[2]] = c2[3].trim().substring(1, c2[3].length - 1));
|
||||
return r2;
|
||||
}
|
||||
var r = /<[a-zA-Z0-9\-\!\/](?:"[^"]*"|'[^']*'|[^'">])*>/g;
|
||||
var i = /^\s*$/;
|
||||
var s = /* @__PURE__ */ Object.create(null);
|
||||
function a(e2, t2) {
|
||||
switch (t2.type) {
|
||||
case "text":
|
||||
return e2 + t2.content;
|
||||
case "tag":
|
||||
return e2 += "<" + t2.name + (t2.attrs ? function(e3) {
|
||||
var t3 = [];
|
||||
for (var n2 in e3) t3.push(n2 + '="' + e3[n2] + '"');
|
||||
return t3.length ? " " + t3.join(" ") : "";
|
||||
}(t2.attrs) : "") + (t2.voidElement ? "/>" : ">"), t2.voidElement ? e2 : e2 + t2.children.reduce(a, "") + "</" + t2.name + ">";
|
||||
case "comment":
|
||||
return e2 + "<!--" + t2.comment + "-->";
|
||||
}
|
||||
}
|
||||
var c = { parse: function(e2, t2) {
|
||||
t2 || (t2 = {}), t2.components || (t2.components = s);
|
||||
var a2, c2 = [], o = [], l = -1, m = false;
|
||||
if (0 !== e2.indexOf("<")) {
|
||||
var u = e2.indexOf("<");
|
||||
c2.push({ type: "text", content: -1 === u ? e2 : e2.substring(0, u) });
|
||||
}
|
||||
return e2.replace(r, function(r2, s2) {
|
||||
if (m) {
|
||||
if (r2 !== "</" + a2.name + ">") return;
|
||||
m = false;
|
||||
}
|
||||
var u2, f = "/" !== r2.charAt(1), h = r2.startsWith("<!--"), p = s2 + r2.length, d = e2.charAt(p);
|
||||
if (h) {
|
||||
var v = n(r2);
|
||||
return l < 0 ? (c2.push(v), c2) : ((u2 = o[l]).children.push(v), c2);
|
||||
}
|
||||
if (f && (l++, "tag" === (a2 = n(r2)).type && t2.components[a2.name] && (a2.type = "component", m = true), a2.voidElement || m || !d || "<" === d || a2.children.push({ type: "text", content: e2.slice(p, e2.indexOf("<", p)) }), 0 === l && c2.push(a2), (u2 = o[l - 1]) && u2.children.push(a2), o[l] = a2), (!f || a2.voidElement) && (l > -1 && (a2.voidElement || a2.name === r2.slice(2, -1)) && (l--, a2 = -1 === l ? c2 : o[l]), !m && "<" !== d && d)) {
|
||||
u2 = -1 === l ? c2 : o[l].children;
|
||||
var x = e2.indexOf("<", p), g = e2.slice(p, -1 === x ? void 0 : x);
|
||||
i.test(g) && (g = " "), (x > -1 && l + u2.length >= 0 || " " !== g) && u2.push({ type: "text", content: g });
|
||||
}
|
||||
}), c2;
|
||||
}, stringify: function(e2) {
|
||||
return e2.reduce(function(e3, t2) {
|
||||
return e3 + a("", t2);
|
||||
}, "");
|
||||
} };
|
||||
var html_parse_stringify_module_default = c;
|
||||
|
||||
// node_modules/react-i18next/dist/es/utils.js
|
||||
function warn() {
|
||||
if (console && console.warn) {
|
||||
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
||||
args[_key] = arguments[_key];
|
||||
}
|
||||
if (isString(args[0])) args[0] = `react-i18next:: ${args[0]}`;
|
||||
console.warn(...args);
|
||||
}
|
||||
}
|
||||
var alreadyWarned = {};
|
||||
function warnOnce() {
|
||||
for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
||||
args[_key2] = arguments[_key2];
|
||||
}
|
||||
if (isString(args[0]) && alreadyWarned[args[0]]) return;
|
||||
if (isString(args[0])) alreadyWarned[args[0]] = /* @__PURE__ */ new Date();
|
||||
warn(...args);
|
||||
}
|
||||
var loadedClb = (i18n, cb) => () => {
|
||||
if (i18n.isInitialized) {
|
||||
cb();
|
||||
} else {
|
||||
const initialized = () => {
|
||||
setTimeout(() => {
|
||||
i18n.off("initialized", initialized);
|
||||
}, 0);
|
||||
cb();
|
||||
};
|
||||
i18n.on("initialized", initialized);
|
||||
}
|
||||
};
|
||||
var loadNamespaces = (i18n, ns, cb) => {
|
||||
i18n.loadNamespaces(ns, loadedClb(i18n, cb));
|
||||
};
|
||||
var loadLanguages = (i18n, lng, ns, cb) => {
|
||||
if (isString(ns)) ns = [ns];
|
||||
ns.forEach((n2) => {
|
||||
if (i18n.options.ns.indexOf(n2) < 0) i18n.options.ns.push(n2);
|
||||
});
|
||||
i18n.loadLanguages(lng, loadedClb(i18n, cb));
|
||||
};
|
||||
var oldI18nextHasLoadedNamespace = function(ns, i18n) {
|
||||
let options = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
||||
const lng = i18n.languages[0];
|
||||
const fallbackLng = i18n.options ? i18n.options.fallbackLng : false;
|
||||
const lastLng = i18n.languages[i18n.languages.length - 1];
|
||||
if (lng.toLowerCase() === "cimode") return true;
|
||||
const loadNotPending = (l, n2) => {
|
||||
const loadState = i18n.services.backendConnector.state[`${l}|${n2}`];
|
||||
return loadState === -1 || loadState === 2;
|
||||
};
|
||||
if (options.bindI18n && options.bindI18n.indexOf("languageChanging") > -1 && i18n.services.backendConnector.backend && i18n.isLanguageChangingTo && !loadNotPending(i18n.isLanguageChangingTo, ns)) return false;
|
||||
if (i18n.hasResourceBundle(lng, ns)) return true;
|
||||
if (!i18n.services.backendConnector.backend || i18n.options.resources && !i18n.options.partialBundledLanguages) return true;
|
||||
if (loadNotPending(lng, ns) && (!fallbackLng || loadNotPending(lastLng, ns))) return true;
|
||||
return false;
|
||||
};
|
||||
var hasLoadedNamespace = function(ns, i18n) {
|
||||
let options = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
||||
if (!i18n.languages || !i18n.languages.length) {
|
||||
warnOnce("i18n.languages were undefined or empty", i18n.languages);
|
||||
return true;
|
||||
}
|
||||
const isNewerI18next = i18n.options.ignoreJSONStructure !== void 0;
|
||||
if (!isNewerI18next) {
|
||||
return oldI18nextHasLoadedNamespace(ns, i18n, options);
|
||||
}
|
||||
return i18n.hasLoadedNamespace(ns, {
|
||||
lng: options.lng,
|
||||
precheck: (i18nInstance2, loadNotPending) => {
|
||||
if (options.bindI18n && options.bindI18n.indexOf("languageChanging") > -1 && i18nInstance2.services.backendConnector.backend && i18nInstance2.isLanguageChangingTo && !loadNotPending(i18nInstance2.isLanguageChangingTo, ns)) return false;
|
||||
}
|
||||
});
|
||||
};
|
||||
var getDisplayName = (Component) => Component.displayName || Component.name || (isString(Component) && Component.length > 0 ? Component : "Unknown");
|
||||
var isString = (obj) => typeof obj === "string";
|
||||
var isObject = (obj) => typeof obj === "object" && obj !== null;
|
||||
|
||||
// node_modules/react-i18next/dist/es/unescape.js
|
||||
var matchHtmlEntity = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g;
|
||||
var htmlEntities = {
|
||||
"&": "&",
|
||||
"&": "&",
|
||||
"<": "<",
|
||||
"<": "<",
|
||||
">": ">",
|
||||
">": ">",
|
||||
"'": "'",
|
||||
"'": "'",
|
||||
""": '"',
|
||||
""": '"',
|
||||
" ": " ",
|
||||
" ": " ",
|
||||
"©": "©",
|
||||
"©": "©",
|
||||
"®": "®",
|
||||
"®": "®",
|
||||
"…": "…",
|
||||
"…": "…",
|
||||
"/": "/",
|
||||
"/": "/"
|
||||
};
|
||||
var unescapeHtmlEntity = (m) => htmlEntities[m];
|
||||
var unescape = (text) => text.replace(matchHtmlEntity, unescapeHtmlEntity);
|
||||
|
||||
// node_modules/react-i18next/dist/es/defaults.js
|
||||
var defaultOptions = {
|
||||
bindI18n: "languageChanged",
|
||||
bindI18nStore: "",
|
||||
transEmptyNodeValue: "",
|
||||
transSupportBasicHtmlNodes: true,
|
||||
transWrapTextNodes: "",
|
||||
transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
|
||||
useSuspense: true,
|
||||
unescape
|
||||
};
|
||||
var setDefaults = function() {
|
||||
let options = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
||||
defaultOptions = {
|
||||
...defaultOptions,
|
||||
...options
|
||||
};
|
||||
};
|
||||
var getDefaults = () => defaultOptions;
|
||||
|
||||
// node_modules/react-i18next/dist/es/i18nInstance.js
|
||||
var i18nInstance;
|
||||
var setI18n = (instance) => {
|
||||
i18nInstance = instance;
|
||||
};
|
||||
var getI18n = () => i18nInstance;
|
||||
|
||||
// node_modules/react-i18next/dist/es/TransWithoutContext.js
|
||||
var hasChildren = (node, checkLength) => {
|
||||
if (!node) return false;
|
||||
const base = node.props ? node.props.children : node.children;
|
||||
if (checkLength) return base.length > 0;
|
||||
return !!base;
|
||||
};
|
||||
var getChildren = (node) => {
|
||||
if (!node) return [];
|
||||
const children = node.props ? node.props.children : node.children;
|
||||
return node.props && node.props.i18nIsDynamicList ? getAsArray(children) : children;
|
||||
};
|
||||
var hasValidReactChildren = (children) => Array.isArray(children) && children.every(import_react.isValidElement);
|
||||
var getAsArray = (data) => Array.isArray(data) ? data : [data];
|
||||
var mergeProps = (source, target) => {
|
||||
const newTarget = {
|
||||
...target
|
||||
};
|
||||
newTarget.props = Object.assign(source.props, target.props);
|
||||
return newTarget;
|
||||
};
|
||||
var nodesToString = (children, i18nOptions) => {
|
||||
if (!children) return "";
|
||||
let stringNode = "";
|
||||
const childrenArray = getAsArray(children);
|
||||
const keepArray = i18nOptions.transSupportBasicHtmlNodes && i18nOptions.transKeepBasicHtmlNodesFor ? i18nOptions.transKeepBasicHtmlNodesFor : [];
|
||||
childrenArray.forEach((child, childIndex) => {
|
||||
if (isString(child)) {
|
||||
stringNode += `${child}`;
|
||||
} else if ((0, import_react.isValidElement)(child)) {
|
||||
const {
|
||||
props,
|
||||
type
|
||||
} = child;
|
||||
const childPropsCount = Object.keys(props).length;
|
||||
const shouldKeepChild = keepArray.indexOf(type) > -1;
|
||||
const childChildren = props.children;
|
||||
if (!childChildren && shouldKeepChild && !childPropsCount) {
|
||||
stringNode += `<${type}/>`;
|
||||
} else if (!childChildren && (!shouldKeepChild || childPropsCount) || props.i18nIsDynamicList) {
|
||||
stringNode += `<${childIndex}></${childIndex}>`;
|
||||
} else if (shouldKeepChild && childPropsCount === 1 && isString(childChildren)) {
|
||||
stringNode += `<${type}>${childChildren}</${type}>`;
|
||||
} else {
|
||||
const content = nodesToString(childChildren, i18nOptions);
|
||||
stringNode += `<${childIndex}>${content}</${childIndex}>`;
|
||||
}
|
||||
} else if (child === null) {
|
||||
warn(`Trans: the passed in value is invalid - seems you passed in a null child.`);
|
||||
} else if (isObject(child)) {
|
||||
const {
|
||||
format,
|
||||
...clone
|
||||
} = child;
|
||||
const keys = Object.keys(clone);
|
||||
if (keys.length === 1) {
|
||||
const value = format ? `${keys[0]}, ${format}` : keys[0];
|
||||
stringNode += `{{${value}}}`;
|
||||
} else {
|
||||
warn(`react-i18next: the passed in object contained more than one variable - the object should look like {{ value, format }} where format is optional.`, child);
|
||||
}
|
||||
} else {
|
||||
warn(`Trans: the passed in value is invalid - seems you passed in a variable like {number} - please pass in variables for interpolation as full objects like {{number}}.`, child);
|
||||
}
|
||||
});
|
||||
return stringNode;
|
||||
};
|
||||
var renderNodes = (children, targetString, i18n, i18nOptions, combinedTOpts, shouldUnescape) => {
|
||||
if (targetString === "") return [];
|
||||
const keepArray = i18nOptions.transKeepBasicHtmlNodesFor || [];
|
||||
const emptyChildrenButNeedsHandling = targetString && new RegExp(keepArray.map((keep) => `<${keep}`).join("|")).test(targetString);
|
||||
if (!children && !emptyChildrenButNeedsHandling && !shouldUnescape) return [targetString];
|
||||
const data = {};
|
||||
const getData = (childs) => {
|
||||
const childrenArray = getAsArray(childs);
|
||||
childrenArray.forEach((child) => {
|
||||
if (isString(child)) return;
|
||||
if (hasChildren(child)) getData(getChildren(child));
|
||||
else if (isObject(child) && !(0, import_react.isValidElement)(child)) Object.assign(data, child);
|
||||
});
|
||||
};
|
||||
getData(children);
|
||||
const ast = html_parse_stringify_module_default.parse(`<0>${targetString}</0>`);
|
||||
const opts = {
|
||||
...data,
|
||||
...combinedTOpts
|
||||
};
|
||||
const renderInner = (child, node, rootReactNode) => {
|
||||
const childs = getChildren(child);
|
||||
const mappedChildren = mapAST(childs, node.children, rootReactNode);
|
||||
return hasValidReactChildren(childs) && mappedChildren.length === 0 || child.props && child.props.i18nIsDynamicList ? childs : mappedChildren;
|
||||
};
|
||||
const pushTranslatedJSX = (child, inner, mem, i2, isVoid) => {
|
||||
if (child.dummy) {
|
||||
child.children = inner;
|
||||
mem.push((0, import_react.cloneElement)(child, {
|
||||
key: i2
|
||||
}, isVoid ? void 0 : inner));
|
||||
} else {
|
||||
mem.push(...import_react.Children.map([child], (c2) => {
|
||||
const props = {
|
||||
...c2.props
|
||||
};
|
||||
delete props.i18nIsDynamicList;
|
||||
return (0, import_react.createElement)(c2.type, {
|
||||
...props,
|
||||
key: i2,
|
||||
ref: c2.ref
|
||||
}, isVoid ? null : inner);
|
||||
}));
|
||||
}
|
||||
};
|
||||
const mapAST = (reactNode, astNode, rootReactNode) => {
|
||||
const reactNodes = getAsArray(reactNode);
|
||||
const astNodes = getAsArray(astNode);
|
||||
return astNodes.reduce((mem, node, i2) => {
|
||||
const translationContent = node.children && node.children[0] && node.children[0].content && i18n.services.interpolator.interpolate(node.children[0].content, opts, i18n.language);
|
||||
if (node.type === "tag") {
|
||||
let tmp = reactNodes[parseInt(node.name, 10)];
|
||||
if (rootReactNode.length === 1 && !tmp) tmp = rootReactNode[0][node.name];
|
||||
if (!tmp) tmp = {};
|
||||
const child = Object.keys(node.attrs).length !== 0 ? mergeProps({
|
||||
props: node.attrs
|
||||
}, tmp) : tmp;
|
||||
const isElement = (0, import_react.isValidElement)(child);
|
||||
const isValidTranslationWithChildren = isElement && hasChildren(node, true) && !node.voidElement;
|
||||
const isEmptyTransWithHTML = emptyChildrenButNeedsHandling && isObject(child) && child.dummy && !isElement;
|
||||
const isKnownComponent = isObject(children) && Object.hasOwnProperty.call(children, node.name);
|
||||
if (isString(child)) {
|
||||
const value = i18n.services.interpolator.interpolate(child, opts, i18n.language);
|
||||
mem.push(value);
|
||||
} else if (hasChildren(child) || isValidTranslationWithChildren) {
|
||||
const inner = renderInner(child, node, rootReactNode);
|
||||
pushTranslatedJSX(child, inner, mem, i2);
|
||||
} else if (isEmptyTransWithHTML) {
|
||||
const inner = mapAST(reactNodes, node.children, rootReactNode);
|
||||
pushTranslatedJSX(child, inner, mem, i2);
|
||||
} else if (Number.isNaN(parseFloat(node.name))) {
|
||||
if (isKnownComponent) {
|
||||
const inner = renderInner(child, node, rootReactNode);
|
||||
pushTranslatedJSX(child, inner, mem, i2, node.voidElement);
|
||||
} else if (i18nOptions.transSupportBasicHtmlNodes && keepArray.indexOf(node.name) > -1) {
|
||||
if (node.voidElement) {
|
||||
mem.push((0, import_react.createElement)(node.name, {
|
||||
key: `${node.name}-${i2}`
|
||||
}));
|
||||
} else {
|
||||
const inner = mapAST(reactNodes, node.children, rootReactNode);
|
||||
mem.push((0, import_react.createElement)(node.name, {
|
||||
key: `${node.name}-${i2}`
|
||||
}, inner));
|
||||
}
|
||||
} else if (node.voidElement) {
|
||||
mem.push(`<${node.name} />`);
|
||||
} else {
|
||||
const inner = mapAST(reactNodes, node.children, rootReactNode);
|
||||
mem.push(`<${node.name}>${inner}</${node.name}>`);
|
||||
}
|
||||
} else if (isObject(child) && !isElement) {
|
||||
const content = node.children[0] ? translationContent : null;
|
||||
if (content) mem.push(content);
|
||||
} else {
|
||||
pushTranslatedJSX(child, translationContent, mem, i2, node.children.length !== 1 || !translationContent);
|
||||
}
|
||||
} else if (node.type === "text") {
|
||||
const wrapTextNodes = i18nOptions.transWrapTextNodes;
|
||||
const content = shouldUnescape ? i18nOptions.unescape(i18n.services.interpolator.interpolate(node.content, opts, i18n.language)) : i18n.services.interpolator.interpolate(node.content, opts, i18n.language);
|
||||
if (wrapTextNodes) {
|
||||
mem.push((0, import_react.createElement)(wrapTextNodes, {
|
||||
key: `${node.name}-${i2}`
|
||||
}, content));
|
||||
} else {
|
||||
mem.push(content);
|
||||
}
|
||||
}
|
||||
return mem;
|
||||
}, []);
|
||||
};
|
||||
const result = mapAST([{
|
||||
dummy: true,
|
||||
children: children || []
|
||||
}], ast, getAsArray(children || []));
|
||||
return getChildren(result[0]);
|
||||
};
|
||||
function Trans(_ref) {
|
||||
let {
|
||||
children,
|
||||
count,
|
||||
parent,
|
||||
i18nKey,
|
||||
context,
|
||||
tOptions = {},
|
||||
values,
|
||||
defaults,
|
||||
components,
|
||||
ns,
|
||||
i18n: i18nFromProps,
|
||||
t: tFromProps,
|
||||
shouldUnescape,
|
||||
...additionalProps
|
||||
} = _ref;
|
||||
const i18n = i18nFromProps || getI18n();
|
||||
if (!i18n) {
|
||||
warnOnce("You will need to pass in an i18next instance by using i18nextReactModule");
|
||||
return children;
|
||||
}
|
||||
const t2 = tFromProps || i18n.t.bind(i18n) || ((k) => k);
|
||||
const reactI18nextOptions = {
|
||||
...getDefaults(),
|
||||
...i18n.options && i18n.options.react
|
||||
};
|
||||
let namespaces = ns || t2.ns || i18n.options && i18n.options.defaultNS;
|
||||
namespaces = isString(namespaces) ? [namespaces] : namespaces || ["translation"];
|
||||
const nodeAsString = nodesToString(children, reactI18nextOptions);
|
||||
const defaultValue = defaults || nodeAsString || reactI18nextOptions.transEmptyNodeValue || i18nKey;
|
||||
const {
|
||||
hashTransKey
|
||||
} = reactI18nextOptions;
|
||||
const key = i18nKey || (hashTransKey ? hashTransKey(nodeAsString || defaultValue) : nodeAsString || defaultValue);
|
||||
if (i18n.options && i18n.options.interpolation && i18n.options.interpolation.defaultVariables) {
|
||||
values = values && Object.keys(values).length > 0 ? {
|
||||
...values,
|
||||
...i18n.options.interpolation.defaultVariables
|
||||
} : {
|
||||
...i18n.options.interpolation.defaultVariables
|
||||
};
|
||||
}
|
||||
const interpolationOverride = values || count !== void 0 || !children ? tOptions.interpolation : {
|
||||
interpolation: {
|
||||
...tOptions.interpolation,
|
||||
prefix: "#$?",
|
||||
suffix: "?$#"
|
||||
}
|
||||
};
|
||||
const combinedTOpts = {
|
||||
...tOptions,
|
||||
context: context || tOptions.context,
|
||||
count,
|
||||
...values,
|
||||
...interpolationOverride,
|
||||
defaultValue,
|
||||
ns: namespaces
|
||||
};
|
||||
const translation = key ? t2(key, combinedTOpts) : defaultValue;
|
||||
if (components) {
|
||||
Object.keys(components).forEach((c2) => {
|
||||
const comp = components[c2];
|
||||
if (typeof comp.type === "function" || !comp.props || !comp.props.children || translation.indexOf(`${c2}/>`) < 0 && translation.indexOf(`${c2} />`) < 0) return;
|
||||
function Componentized() {
|
||||
return (0, import_react.createElement)(import_react.Fragment, null, comp);
|
||||
}
|
||||
components[c2] = (0, import_react.createElement)(Componentized);
|
||||
});
|
||||
}
|
||||
const content = renderNodes(components || children, translation, i18n, reactI18nextOptions, combinedTOpts, shouldUnescape);
|
||||
const useAsParent = parent !== void 0 ? parent : reactI18nextOptions.defaultTransParent;
|
||||
return useAsParent ? (0, import_react.createElement)(useAsParent, additionalProps, content) : content;
|
||||
}
|
||||
|
||||
// node_modules/react-i18next/dist/es/context.js
|
||||
var import_react2 = __toESM(require_react(), 1);
|
||||
|
||||
// node_modules/react-i18next/dist/es/initReactI18next.js
|
||||
var initReactI18next = {
|
||||
type: "3rdParty",
|
||||
init(instance) {
|
||||
setDefaults(instance.options.react);
|
||||
setI18n(instance);
|
||||
}
|
||||
};
|
||||
|
||||
// node_modules/react-i18next/dist/es/context.js
|
||||
var I18nContext = (0, import_react2.createContext)();
|
||||
var ReportNamespaces = class {
|
||||
constructor() {
|
||||
__publicField(this, "getUsedNamespaces", () => Object.keys(this.usedNamespaces));
|
||||
this.usedNamespaces = {};
|
||||
}
|
||||
addUsedNamespaces(namespaces) {
|
||||
namespaces.forEach((ns) => {
|
||||
if (!this.usedNamespaces[ns]) this.usedNamespaces[ns] = true;
|
||||
});
|
||||
}
|
||||
};
|
||||
var composeInitialProps = (ForComponent) => async (ctx) => {
|
||||
const componentsInitialProps = ForComponent.getInitialProps ? await ForComponent.getInitialProps(ctx) : {};
|
||||
const i18nInitialProps = getInitialProps();
|
||||
return {
|
||||
...componentsInitialProps,
|
||||
...i18nInitialProps
|
||||
};
|
||||
};
|
||||
var getInitialProps = () => {
|
||||
const i18n = getI18n();
|
||||
const namespaces = i18n.reportNamespaces ? i18n.reportNamespaces.getUsedNamespaces() : [];
|
||||
const ret = {};
|
||||
const initialI18nStore = {};
|
||||
i18n.languages.forEach((l) => {
|
||||
initialI18nStore[l] = {};
|
||||
namespaces.forEach((ns) => {
|
||||
initialI18nStore[l][ns] = i18n.getResourceBundle(l, ns) || {};
|
||||
});
|
||||
});
|
||||
ret.initialI18nStore = initialI18nStore;
|
||||
ret.initialLanguage = i18n.language;
|
||||
return ret;
|
||||
};
|
||||
|
||||
// node_modules/react-i18next/dist/es/Trans.js
|
||||
function Trans2(_ref) {
|
||||
let {
|
||||
children,
|
||||
count,
|
||||
parent,
|
||||
i18nKey,
|
||||
context,
|
||||
tOptions = {},
|
||||
values,
|
||||
defaults,
|
||||
components,
|
||||
ns,
|
||||
i18n: i18nFromProps,
|
||||
t: tFromProps,
|
||||
shouldUnescape,
|
||||
...additionalProps
|
||||
} = _ref;
|
||||
const {
|
||||
i18n: i18nFromContext,
|
||||
defaultNS: defaultNSFromContext
|
||||
} = (0, import_react3.useContext)(I18nContext) || {};
|
||||
const i18n = i18nFromProps || i18nFromContext || getI18n();
|
||||
const t2 = tFromProps || i18n && i18n.t.bind(i18n);
|
||||
return Trans({
|
||||
children,
|
||||
count,
|
||||
parent,
|
||||
i18nKey,
|
||||
context,
|
||||
tOptions,
|
||||
values,
|
||||
defaults,
|
||||
components,
|
||||
ns: ns || t2 && t2.ns || defaultNSFromContext || i18n && i18n.options && i18n.options.defaultNS,
|
||||
i18n,
|
||||
t: tFromProps,
|
||||
shouldUnescape,
|
||||
...additionalProps
|
||||
});
|
||||
}
|
||||
|
||||
// node_modules/react-i18next/dist/es/useTranslation.js
|
||||
var import_react4 = __toESM(require_react(), 1);
|
||||
var usePrevious = (value, ignore) => {
|
||||
const ref = (0, import_react4.useRef)();
|
||||
(0, import_react4.useEffect)(() => {
|
||||
ref.current = ignore ? ref.current : value;
|
||||
}, [value, ignore]);
|
||||
return ref.current;
|
||||
};
|
||||
var alwaysNewT = (i18n, language, namespace, keyPrefix) => i18n.getFixedT(language, namespace, keyPrefix);
|
||||
var useMemoizedT = (i18n, language, namespace, keyPrefix) => (0, import_react4.useCallback)(alwaysNewT(i18n, language, namespace, keyPrefix), [i18n, language, namespace, keyPrefix]);
|
||||
var useTranslation = function(ns) {
|
||||
let props = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
||||
const {
|
||||
i18n: i18nFromProps
|
||||
} = props;
|
||||
const {
|
||||
i18n: i18nFromContext,
|
||||
defaultNS: defaultNSFromContext
|
||||
} = (0, import_react4.useContext)(I18nContext) || {};
|
||||
const i18n = i18nFromProps || i18nFromContext || getI18n();
|
||||
if (i18n && !i18n.reportNamespaces) i18n.reportNamespaces = new ReportNamespaces();
|
||||
if (!i18n) {
|
||||
warnOnce("You will need to pass in an i18next instance by using initReactI18next");
|
||||
const notReadyT = (k, optsOrDefaultValue) => {
|
||||
if (isString(optsOrDefaultValue)) return optsOrDefaultValue;
|
||||
if (isObject(optsOrDefaultValue) && isString(optsOrDefaultValue.defaultValue)) return optsOrDefaultValue.defaultValue;
|
||||
return Array.isArray(k) ? k[k.length - 1] : k;
|
||||
};
|
||||
const retNotReady = [notReadyT, {}, false];
|
||||
retNotReady.t = notReadyT;
|
||||
retNotReady.i18n = {};
|
||||
retNotReady.ready = false;
|
||||
return retNotReady;
|
||||
}
|
||||
if (i18n.options.react && i18n.options.react.wait !== void 0) warnOnce("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
||||
const i18nOptions = {
|
||||
...getDefaults(),
|
||||
...i18n.options.react,
|
||||
...props
|
||||
};
|
||||
const {
|
||||
useSuspense,
|
||||
keyPrefix
|
||||
} = i18nOptions;
|
||||
let namespaces = ns || defaultNSFromContext || i18n.options && i18n.options.defaultNS;
|
||||
namespaces = isString(namespaces) ? [namespaces] : namespaces || ["translation"];
|
||||
if (i18n.reportNamespaces.addUsedNamespaces) i18n.reportNamespaces.addUsedNamespaces(namespaces);
|
||||
const ready = (i18n.isInitialized || i18n.initializedStoreOnce) && namespaces.every((n2) => hasLoadedNamespace(n2, i18n, i18nOptions));
|
||||
const memoGetT = useMemoizedT(i18n, props.lng || null, i18nOptions.nsMode === "fallback" ? namespaces : namespaces[0], keyPrefix);
|
||||
const getT = () => memoGetT;
|
||||
const getNewT = () => alwaysNewT(i18n, props.lng || null, i18nOptions.nsMode === "fallback" ? namespaces : namespaces[0], keyPrefix);
|
||||
const [t2, setT] = (0, import_react4.useState)(getT);
|
||||
let joinedNS = namespaces.join();
|
||||
if (props.lng) joinedNS = `${props.lng}${joinedNS}`;
|
||||
const previousJoinedNS = usePrevious(joinedNS);
|
||||
const isMounted = (0, import_react4.useRef)(true);
|
||||
(0, import_react4.useEffect)(() => {
|
||||
const {
|
||||
bindI18n,
|
||||
bindI18nStore
|
||||
} = i18nOptions;
|
||||
isMounted.current = true;
|
||||
if (!ready && !useSuspense) {
|
||||
if (props.lng) {
|
||||
loadLanguages(i18n, props.lng, namespaces, () => {
|
||||
if (isMounted.current) setT(getNewT);
|
||||
});
|
||||
} else {
|
||||
loadNamespaces(i18n, namespaces, () => {
|
||||
if (isMounted.current) setT(getNewT);
|
||||
});
|
||||
}
|
||||
}
|
||||
if (ready && previousJoinedNS && previousJoinedNS !== joinedNS && isMounted.current) {
|
||||
setT(getNewT);
|
||||
}
|
||||
const boundReset = () => {
|
||||
if (isMounted.current) setT(getNewT);
|
||||
};
|
||||
if (bindI18n && i18n) i18n.on(bindI18n, boundReset);
|
||||
if (bindI18nStore && i18n) i18n.store.on(bindI18nStore, boundReset);
|
||||
return () => {
|
||||
isMounted.current = false;
|
||||
if (bindI18n && i18n) bindI18n.split(" ").forEach((e2) => i18n.off(e2, boundReset));
|
||||
if (bindI18nStore && i18n) bindI18nStore.split(" ").forEach((e2) => i18n.store.off(e2, boundReset));
|
||||
};
|
||||
}, [i18n, joinedNS]);
|
||||
(0, import_react4.useEffect)(() => {
|
||||
if (isMounted.current && ready) {
|
||||
setT(getT);
|
||||
}
|
||||
}, [i18n, keyPrefix, ready]);
|
||||
const ret = [t2, i18n, ready];
|
||||
ret.t = t2;
|
||||
ret.i18n = i18n;
|
||||
ret.ready = ready;
|
||||
if (ready) return ret;
|
||||
if (!ready && !useSuspense) return ret;
|
||||
throw new Promise((resolve) => {
|
||||
if (props.lng) {
|
||||
loadLanguages(i18n, props.lng, namespaces, () => resolve());
|
||||
} else {
|
||||
loadNamespaces(i18n, namespaces, () => resolve());
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
// node_modules/react-i18next/dist/es/withTranslation.js
|
||||
var import_react5 = __toESM(require_react(), 1);
|
||||
var withTranslation = function(ns) {
|
||||
let options = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
||||
return function Extend(WrappedComponent) {
|
||||
function I18nextWithTranslation(_ref) {
|
||||
let {
|
||||
forwardedRef,
|
||||
...rest
|
||||
} = _ref;
|
||||
const [t2, i18n, ready] = useTranslation(ns, {
|
||||
...rest,
|
||||
keyPrefix: options.keyPrefix
|
||||
});
|
||||
const passDownProps = {
|
||||
...rest,
|
||||
t: t2,
|
||||
i18n,
|
||||
tReady: ready
|
||||
};
|
||||
if (options.withRef && forwardedRef) {
|
||||
passDownProps.ref = forwardedRef;
|
||||
} else if (!options.withRef && forwardedRef) {
|
||||
passDownProps.forwardedRef = forwardedRef;
|
||||
}
|
||||
return (0, import_react5.createElement)(WrappedComponent, passDownProps);
|
||||
}
|
||||
I18nextWithTranslation.displayName = `withI18nextTranslation(${getDisplayName(WrappedComponent)})`;
|
||||
I18nextWithTranslation.WrappedComponent = WrappedComponent;
|
||||
const forwardRef = (props, ref) => (0, import_react5.createElement)(I18nextWithTranslation, Object.assign({}, props, {
|
||||
forwardedRef: ref
|
||||
}));
|
||||
return options.withRef ? (0, import_react5.forwardRef)(forwardRef) : I18nextWithTranslation;
|
||||
};
|
||||
};
|
||||
|
||||
// node_modules/react-i18next/dist/es/Translation.js
|
||||
function Translation(props) {
|
||||
const {
|
||||
ns,
|
||||
children,
|
||||
...options
|
||||
} = props;
|
||||
const [t2, i18n, ready] = useTranslation(ns, options);
|
||||
return children(t2, {
|
||||
i18n,
|
||||
lng: i18n.language
|
||||
}, ready);
|
||||
}
|
||||
|
||||
// node_modules/react-i18next/dist/es/I18nextProvider.js
|
||||
var import_react6 = __toESM(require_react(), 1);
|
||||
function I18nextProvider(_ref) {
|
||||
let {
|
||||
i18n,
|
||||
defaultNS,
|
||||
children
|
||||
} = _ref;
|
||||
const value = (0, import_react6.useMemo)(() => ({
|
||||
i18n,
|
||||
defaultNS
|
||||
}), [i18n, defaultNS]);
|
||||
return (0, import_react6.createElement)(I18nContext.Provider, {
|
||||
value
|
||||
}, children);
|
||||
}
|
||||
|
||||
// node_modules/react-i18next/dist/es/withSSR.js
|
||||
var import_react8 = __toESM(require_react(), 1);
|
||||
|
||||
// node_modules/react-i18next/dist/es/useSSR.js
|
||||
var import_react7 = __toESM(require_react(), 1);
|
||||
var useSSR = function(initialI18nStore, initialLanguage) {
|
||||
let props = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
||||
const {
|
||||
i18n: i18nFromProps
|
||||
} = props;
|
||||
const {
|
||||
i18n: i18nFromContext
|
||||
} = (0, import_react7.useContext)(I18nContext) || {};
|
||||
const i18n = i18nFromProps || i18nFromContext || getI18n();
|
||||
if (i18n.options && i18n.options.isClone) return;
|
||||
if (initialI18nStore && !i18n.initializedStoreOnce) {
|
||||
i18n.services.resourceStore.data = initialI18nStore;
|
||||
i18n.options.ns = Object.values(initialI18nStore).reduce((mem, lngResources) => {
|
||||
Object.keys(lngResources).forEach((ns) => {
|
||||
if (mem.indexOf(ns) < 0) mem.push(ns);
|
||||
});
|
||||
return mem;
|
||||
}, i18n.options.ns);
|
||||
i18n.initializedStoreOnce = true;
|
||||
i18n.isInitialized = true;
|
||||
}
|
||||
if (initialLanguage && !i18n.initializedLanguageOnce) {
|
||||
i18n.changeLanguage(initialLanguage);
|
||||
i18n.initializedLanguageOnce = true;
|
||||
}
|
||||
};
|
||||
|
||||
// node_modules/react-i18next/dist/es/withSSR.js
|
||||
var withSSR = () => function Extend(WrappedComponent) {
|
||||
function I18nextWithSSR(_ref) {
|
||||
let {
|
||||
initialI18nStore,
|
||||
initialLanguage,
|
||||
...rest
|
||||
} = _ref;
|
||||
useSSR(initialI18nStore, initialLanguage);
|
||||
return (0, import_react8.createElement)(WrappedComponent, {
|
||||
...rest
|
||||
});
|
||||
}
|
||||
I18nextWithSSR.getInitialProps = composeInitialProps(WrappedComponent);
|
||||
I18nextWithSSR.displayName = `withI18nextSSR(${getDisplayName(WrappedComponent)})`;
|
||||
I18nextWithSSR.WrappedComponent = WrappedComponent;
|
||||
return I18nextWithSSR;
|
||||
};
|
||||
|
||||
// node_modules/react-i18next/dist/es/index.js
|
||||
var date = () => "";
|
||||
var time = () => "";
|
||||
var number = () => "";
|
||||
var select = () => "";
|
||||
var plural = () => "";
|
||||
var selectOrdinal = () => "";
|
||||
export {
|
||||
I18nContext,
|
||||
I18nextProvider,
|
||||
Trans2 as Trans,
|
||||
Trans as TransWithoutContext,
|
||||
Translation,
|
||||
composeInitialProps,
|
||||
date,
|
||||
getDefaults,
|
||||
getI18n,
|
||||
getInitialProps,
|
||||
initReactI18next,
|
||||
number,
|
||||
plural,
|
||||
select,
|
||||
selectOrdinal,
|
||||
setDefaults,
|
||||
setI18n,
|
||||
time,
|
||||
useSSR,
|
||||
useTranslation,
|
||||
withSSR,
|
||||
withTranslation
|
||||
};
|
||||
//# sourceMappingURL=react-i18next.js.map
|
||||
7
frontend/node_modules/.vite/deps_temp_67299285/react-i18next.js.map
generated
vendored
Normal file
7
frontend/node_modules/.vite/deps_temp_67299285/react-i18next.js.map
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
6
frontend/node_modules/.vite/deps_temp_67299285/react.js
generated
vendored
Normal file
6
frontend/node_modules/.vite/deps_temp_67299285/react.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import {
|
||||
require_react
|
||||
} from "./chunk-FXM4O2JN.js";
|
||||
import "./chunk-EQCVQC35.js";
|
||||
export default require_react();
|
||||
//# sourceMappingURL=react.js.map
|
||||
7
frontend/node_modules/.vite/deps_temp_67299285/react.js.map
generated
vendored
Normal file
7
frontend/node_modules/.vite/deps_temp_67299285/react.js.map
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": [],
|
||||
"sourcesContent": [],
|
||||
"mappings": "",
|
||||
"names": []
|
||||
}
|
||||
39
frontend/node_modules/.vite/deps_temp_67299285/react_jsx-dev-runtime.js
generated
vendored
Normal file
39
frontend/node_modules/.vite/deps_temp_67299285/react_jsx-dev-runtime.js
generated
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
import {
|
||||
__commonJS
|
||||
} from "./chunk-EQCVQC35.js";
|
||||
|
||||
// node_modules/react/cjs/react-jsx-dev-runtime.production.min.js
|
||||
var require_react_jsx_dev_runtime_production_min = __commonJS({
|
||||
"node_modules/react/cjs/react-jsx-dev-runtime.production.min.js"(exports) {
|
||||
"use strict";
|
||||
var a = Symbol.for("react.fragment");
|
||||
exports.Fragment = a;
|
||||
exports.jsxDEV = void 0;
|
||||
}
|
||||
});
|
||||
|
||||
// node_modules/react/jsx-dev-runtime.js
|
||||
var require_jsx_dev_runtime = __commonJS({
|
||||
"node_modules/react/jsx-dev-runtime.js"(exports, module) {
|
||||
if (true) {
|
||||
module.exports = require_react_jsx_dev_runtime_production_min();
|
||||
} else {
|
||||
module.exports = null;
|
||||
}
|
||||
}
|
||||
});
|
||||
export default require_jsx_dev_runtime();
|
||||
/*! Bundled license information:
|
||||
|
||||
react/cjs/react-jsx-dev-runtime.production.min.js:
|
||||
(**
|
||||
* @license React
|
||||
* react-jsx-dev-runtime.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*)
|
||||
*/
|
||||
//# sourceMappingURL=react_jsx-dev-runtime.js.map
|
||||
7
frontend/node_modules/.vite/deps_temp_67299285/react_jsx-dev-runtime.js.map
generated
vendored
Normal file
7
frontend/node_modules/.vite/deps_temp_67299285/react_jsx-dev-runtime.js.map
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": ["../../react/cjs/react-jsx-dev-runtime.production.min.js", "../../react/jsx-dev-runtime.js"],
|
||||
"sourcesContent": ["/**\n * @license React\n * react-jsx-dev-runtime.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n'use strict';var a=Symbol.for(\"react.fragment\");exports.Fragment=a;exports.jsxDEV=void 0;\n", "'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-jsx-dev-runtime.production.min.js');\n} else {\n module.exports = require('./cjs/react-jsx-dev-runtime.development.js');\n}\n"],
|
||||
"mappings": ";;;;;AAAA;AAAA;AAAA;AASa,QAAI,IAAE,OAAO,IAAI,gBAAgB;AAAE,YAAQ,WAAS;AAAE,YAAQ,SAAO;AAAA;AAAA;;;ACTlF;AAAA;AAEA,QAAI,MAAuC;AACzC,aAAO,UAAU;AAAA,IACnB,OAAO;AACL,aAAO,UAAU;AAAA,IACnB;AAAA;AAAA;",
|
||||
"names": []
|
||||
}
|
||||
57
frontend/node_modules/.vite/deps_temp_67299285/react_jsx-runtime.js
generated
vendored
Normal file
57
frontend/node_modules/.vite/deps_temp_67299285/react_jsx-runtime.js
generated
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
import {
|
||||
require_react
|
||||
} from "./chunk-FXM4O2JN.js";
|
||||
import {
|
||||
__commonJS
|
||||
} from "./chunk-EQCVQC35.js";
|
||||
|
||||
// node_modules/react/cjs/react-jsx-runtime.production.min.js
|
||||
var require_react_jsx_runtime_production_min = __commonJS({
|
||||
"node_modules/react/cjs/react-jsx-runtime.production.min.js"(exports) {
|
||||
"use strict";
|
||||
var f = require_react();
|
||||
var k = Symbol.for("react.element");
|
||||
var l = Symbol.for("react.fragment");
|
||||
var m = Object.prototype.hasOwnProperty;
|
||||
var n = f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner;
|
||||
var p = { key: true, ref: true, __self: true, __source: true };
|
||||
function q(c, a, g) {
|
||||
var b, d = {}, e = null, h = null;
|
||||
void 0 !== g && (e = "" + g);
|
||||
void 0 !== a.key && (e = "" + a.key);
|
||||
void 0 !== a.ref && (h = a.ref);
|
||||
for (b in a) m.call(a, b) && !p.hasOwnProperty(b) && (d[b] = a[b]);
|
||||
if (c && c.defaultProps) for (b in a = c.defaultProps, a) void 0 === d[b] && (d[b] = a[b]);
|
||||
return { $$typeof: k, type: c, key: e, ref: h, props: d, _owner: n.current };
|
||||
}
|
||||
exports.Fragment = l;
|
||||
exports.jsx = q;
|
||||
exports.jsxs = q;
|
||||
}
|
||||
});
|
||||
|
||||
// node_modules/react/jsx-runtime.js
|
||||
var require_jsx_runtime = __commonJS({
|
||||
"node_modules/react/jsx-runtime.js"(exports, module) {
|
||||
if (true) {
|
||||
module.exports = require_react_jsx_runtime_production_min();
|
||||
} else {
|
||||
module.exports = null;
|
||||
}
|
||||
}
|
||||
});
|
||||
export default require_jsx_runtime();
|
||||
/*! Bundled license information:
|
||||
|
||||
react/cjs/react-jsx-runtime.production.min.js:
|
||||
(**
|
||||
* @license React
|
||||
* react-jsx-runtime.production.min.js
|
||||
*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*)
|
||||
*/
|
||||
//# sourceMappingURL=react_jsx-runtime.js.map
|
||||
7
frontend/node_modules/.vite/deps_temp_67299285/react_jsx-runtime.js.map
generated
vendored
Normal file
7
frontend/node_modules/.vite/deps_temp_67299285/react_jsx-runtime.js.map
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"version": 3,
|
||||
"sources": ["../../react/cjs/react-jsx-runtime.production.min.js", "../../react/jsx-runtime.js"],
|
||||
"sourcesContent": ["/**\n * @license React\n * react-jsx-runtime.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n'use strict';var f=require(\"react\"),k=Symbol.for(\"react.element\"),l=Symbol.for(\"react.fragment\"),m=Object.prototype.hasOwnProperty,n=f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,p={key:!0,ref:!0,__self:!0,__source:!0};\nfunction q(c,a,g){var b,d={},e=null,h=null;void 0!==g&&(e=\"\"+g);void 0!==a.key&&(e=\"\"+a.key);void 0!==a.ref&&(h=a.ref);for(b in a)m.call(a,b)&&!p.hasOwnProperty(b)&&(d[b]=a[b]);if(c&&c.defaultProps)for(b in a=c.defaultProps,a)void 0===d[b]&&(d[b]=a[b]);return{$$typeof:k,type:c,key:e,ref:h,props:d,_owner:n.current}}exports.Fragment=l;exports.jsx=q;exports.jsxs=q;\n", "'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-jsx-runtime.production.min.js');\n} else {\n module.exports = require('./cjs/react-jsx-runtime.development.js');\n}\n"],
|
||||
"mappings": ";;;;;;;;AAAA;AAAA;AAAA;AASa,QAAI,IAAE;AAAN,QAAuB,IAAE,OAAO,IAAI,eAAe;AAAnD,QAAqD,IAAE,OAAO,IAAI,gBAAgB;AAAlF,QAAoF,IAAE,OAAO,UAAU;AAAvG,QAAsH,IAAE,EAAE,mDAAmD;AAA7K,QAA+L,IAAE,EAAC,KAAI,MAAG,KAAI,MAAG,QAAO,MAAG,UAAS,KAAE;AAClP,aAAS,EAAE,GAAE,GAAE,GAAE;AAAC,UAAI,GAAE,IAAE,CAAC,GAAE,IAAE,MAAK,IAAE;AAAK,iBAAS,MAAI,IAAE,KAAG;AAAG,iBAAS,EAAE,QAAM,IAAE,KAAG,EAAE;AAAK,iBAAS,EAAE,QAAM,IAAE,EAAE;AAAK,WAAI,KAAK,EAAE,GAAE,KAAK,GAAE,CAAC,KAAG,CAAC,EAAE,eAAe,CAAC,MAAI,EAAE,CAAC,IAAE,EAAE,CAAC;AAAG,UAAG,KAAG,EAAE,aAAa,MAAI,KAAK,IAAE,EAAE,cAAa,EAAE,YAAS,EAAE,CAAC,MAAI,EAAE,CAAC,IAAE,EAAE,CAAC;AAAG,aAAM,EAAC,UAAS,GAAE,MAAK,GAAE,KAAI,GAAE,KAAI,GAAE,OAAM,GAAE,QAAO,EAAE,QAAO;AAAA,IAAC;AAAC,YAAQ,WAAS;AAAE,YAAQ,MAAI;AAAE,YAAQ,OAAK;AAAA;AAAA;;;ACV1W;AAAA;AAEA,QAAI,MAAuC;AACzC,aAAO,UAAU;AAAA,IACnB,OAAO;AACL,aAAO,UAAU;AAAA,IACnB;AAAA;AAAA;",
|
||||
"names": []
|
||||
}
|
||||
Reference in New Issue
Block a user