@tracktor/shared-module 2.4.2 → 2.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
var le = { exports: {} },
|
|
1
|
+
import Ne, { createContext as gr, useMemo as fe, useContext as I, useState as We, useRef as hr, useEffect as z, Suspense as yr, useCallback as re } from "react";
|
|
2
|
+
var le = { exports: {} }, G = {};
|
|
3
3
|
/**
|
|
4
4
|
* @license React
|
|
5
5
|
* react-jsx-runtime.production.min.js
|
|
@@ -10,18 +10,18 @@ var le = { exports: {} }, B = {};
|
|
|
10
10
|
* LICENSE file in the root directory of this source tree.
|
|
11
11
|
*/
|
|
12
12
|
var Le;
|
|
13
|
-
function
|
|
14
|
-
if (Le) return
|
|
13
|
+
function mr() {
|
|
14
|
+
if (Le) return G;
|
|
15
15
|
Le = 1;
|
|
16
|
-
var
|
|
16
|
+
var r = Ne, n = Symbol.for("react.element"), o = Symbol.for("react.fragment"), u = Object.prototype.hasOwnProperty, i = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, f = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
17
17
|
function l(d, c, g) {
|
|
18
|
-
var
|
|
19
|
-
g !== void 0 && (
|
|
20
|
-
for (
|
|
21
|
-
if (d && d.defaultProps) for (
|
|
22
|
-
return { $$typeof: n, type: d, key:
|
|
18
|
+
var m, p = {}, R = null, s = null;
|
|
19
|
+
g !== void 0 && (R = "" + g), c.key !== void 0 && (R = "" + c.key), c.ref !== void 0 && (s = c.ref);
|
|
20
|
+
for (m in c) u.call(c, m) && !f.hasOwnProperty(m) && (p[m] = c[m]);
|
|
21
|
+
if (d && d.defaultProps) for (m in c = d.defaultProps, c) p[m] === void 0 && (p[m] = c[m]);
|
|
22
|
+
return { $$typeof: n, type: d, key: R, ref: s, props: p, _owner: i.current };
|
|
23
23
|
}
|
|
24
|
-
return
|
|
24
|
+
return G.Fragment = o, G.jsx = l, G.jsxs = l, G;
|
|
25
25
|
}
|
|
26
26
|
var Q = {};
|
|
27
27
|
/**
|
|
@@ -33,54 +33,54 @@ var Q = {};
|
|
|
33
33
|
* This source code is licensed under the MIT license found in the
|
|
34
34
|
* LICENSE file in the root directory of this source tree.
|
|
35
35
|
*/
|
|
36
|
-
var
|
|
37
|
-
function
|
|
38
|
-
return
|
|
39
|
-
var
|
|
40
|
-
function
|
|
36
|
+
var Ye;
|
|
37
|
+
function Er() {
|
|
38
|
+
return Ye || (Ye = 1, process.env.NODE_ENV !== "production" && function() {
|
|
39
|
+
var r = Ne, n = Symbol.for("react.element"), o = Symbol.for("react.portal"), u = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), f = Symbol.for("react.profiler"), l = Symbol.for("react.provider"), d = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), g = Symbol.for("react.suspense"), m = Symbol.for("react.suspense_list"), p = Symbol.for("react.memo"), R = Symbol.for("react.lazy"), s = Symbol.for("react.offscreen"), j = Symbol.iterator, T = "@@iterator";
|
|
40
|
+
function S(e) {
|
|
41
41
|
if (e === null || typeof e != "object")
|
|
42
42
|
return null;
|
|
43
|
-
var
|
|
44
|
-
return typeof
|
|
43
|
+
var t = j && e[j] || e[T];
|
|
44
|
+
return typeof t == "function" ? t : null;
|
|
45
45
|
}
|
|
46
|
-
var
|
|
46
|
+
var D = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
47
47
|
function _(e) {
|
|
48
48
|
{
|
|
49
|
-
for (var
|
|
50
|
-
|
|
51
|
-
L("error", e,
|
|
49
|
+
for (var t = arguments.length, a = new Array(t > 1 ? t - 1 : 0), v = 1; v < t; v++)
|
|
50
|
+
a[v - 1] = arguments[v];
|
|
51
|
+
L("error", e, a);
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
|
-
function L(e,
|
|
54
|
+
function L(e, t, a) {
|
|
55
55
|
{
|
|
56
|
-
var v =
|
|
57
|
-
E !== "" && (
|
|
58
|
-
var
|
|
59
|
-
return String(
|
|
56
|
+
var v = D.ReactDebugCurrentFrame, E = v.getStackAddendum();
|
|
57
|
+
E !== "" && (t += "%s", a = a.concat([E]));
|
|
58
|
+
var w = a.map(function(y) {
|
|
59
|
+
return String(y);
|
|
60
60
|
});
|
|
61
|
-
|
|
61
|
+
w.unshift("Warning: " + t), Function.prototype.apply.call(console[e], console, w);
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
|
-
var
|
|
64
|
+
var Y = !1, N = !1, b = !1, de = !1, ve = !1, U;
|
|
65
65
|
U = Symbol.for("react.module.reference");
|
|
66
66
|
function ze(e) {
|
|
67
|
-
return !!(typeof e == "string" || typeof e == "function" || e ===
|
|
67
|
+
return !!(typeof e == "string" || typeof e == "function" || e === u || e === f || ve || e === i || e === g || e === m || de || e === s || Y || N || b || typeof e == "object" && e !== null && (e.$$typeof === R || e.$$typeof === p || e.$$typeof === l || e.$$typeof === d || e.$$typeof === c || // This needs to include all possible module reference object
|
|
68
68
|
// types supported by any Flight configuration anywhere since
|
|
69
69
|
// we don't know which Flight build this will end up being used
|
|
70
70
|
// with.
|
|
71
71
|
e.$$typeof === U || e.getModuleId !== void 0));
|
|
72
72
|
}
|
|
73
|
-
function
|
|
73
|
+
function Ve(e, t, a) {
|
|
74
74
|
var v = e.displayName;
|
|
75
75
|
if (v)
|
|
76
76
|
return v;
|
|
77
|
-
var E =
|
|
78
|
-
return E !== "" ?
|
|
77
|
+
var E = t.displayName || t.name || "";
|
|
78
|
+
return E !== "" ? a + "(" + E + ")" : a;
|
|
79
79
|
}
|
|
80
80
|
function ge(e) {
|
|
81
81
|
return e.displayName || "Context";
|
|
82
82
|
}
|
|
83
|
-
function
|
|
83
|
+
function k(e) {
|
|
84
84
|
if (e == null)
|
|
85
85
|
return null;
|
|
86
86
|
if (typeof e.tag == "number" && _("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
@@ -88,36 +88,36 @@ function Et() {
|
|
|
88
88
|
if (typeof e == "string")
|
|
89
89
|
return e;
|
|
90
90
|
switch (e) {
|
|
91
|
-
case
|
|
91
|
+
case u:
|
|
92
92
|
return "Fragment";
|
|
93
93
|
case o:
|
|
94
94
|
return "Portal";
|
|
95
95
|
case f:
|
|
96
96
|
return "Profiler";
|
|
97
|
-
case
|
|
97
|
+
case i:
|
|
98
98
|
return "StrictMode";
|
|
99
99
|
case g:
|
|
100
100
|
return "Suspense";
|
|
101
|
-
case
|
|
101
|
+
case m:
|
|
102
102
|
return "SuspenseList";
|
|
103
103
|
}
|
|
104
104
|
if (typeof e == "object")
|
|
105
105
|
switch (e.$$typeof) {
|
|
106
106
|
case d:
|
|
107
|
-
var
|
|
108
|
-
return ge(
|
|
107
|
+
var t = e;
|
|
108
|
+
return ge(t) + ".Consumer";
|
|
109
109
|
case l:
|
|
110
|
-
var
|
|
111
|
-
return ge(
|
|
110
|
+
var a = e;
|
|
111
|
+
return ge(a._context) + ".Provider";
|
|
112
112
|
case c:
|
|
113
|
-
return
|
|
114
|
-
case
|
|
113
|
+
return Ve(e, e.render, "ForwardRef");
|
|
114
|
+
case p:
|
|
115
115
|
var v = e.displayName || null;
|
|
116
|
-
return v !== null ? v :
|
|
117
|
-
case
|
|
118
|
-
var E = e,
|
|
116
|
+
return v !== null ? v : k(e.type) || "Memo";
|
|
117
|
+
case R: {
|
|
118
|
+
var E = e, w = E._payload, y = E._init;
|
|
119
119
|
try {
|
|
120
|
-
return
|
|
120
|
+
return k(y(w));
|
|
121
121
|
} catch {
|
|
122
122
|
return null;
|
|
123
123
|
}
|
|
@@ -125,14 +125,14 @@ function Et() {
|
|
|
125
125
|
}
|
|
126
126
|
return null;
|
|
127
127
|
}
|
|
128
|
-
var W = Object.assign,
|
|
128
|
+
var W = Object.assign, q = 0, he, ye, me, Ee, we, Re, pe;
|
|
129
129
|
function _e() {
|
|
130
130
|
}
|
|
131
131
|
_e.__reactDisabledLog = !0;
|
|
132
|
-
function
|
|
132
|
+
function Me() {
|
|
133
133
|
{
|
|
134
|
-
if (
|
|
135
|
-
|
|
134
|
+
if (q === 0) {
|
|
135
|
+
he = console.log, ye = console.info, me = console.warn, Ee = console.error, we = console.group, Re = console.groupCollapsed, pe = console.groupEnd;
|
|
136
136
|
var e = {
|
|
137
137
|
configurable: !0,
|
|
138
138
|
enumerable: !0,
|
|
@@ -149,12 +149,12 @@ function Et() {
|
|
|
149
149
|
groupEnd: e
|
|
150
150
|
});
|
|
151
151
|
}
|
|
152
|
-
|
|
152
|
+
q++;
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
155
|
function Ue() {
|
|
156
156
|
{
|
|
157
|
-
if (
|
|
157
|
+
if (q--, q === 0) {
|
|
158
158
|
var e = {
|
|
159
159
|
configurable: !0,
|
|
160
160
|
enumerable: !0,
|
|
@@ -162,33 +162,33 @@ function Et() {
|
|
|
162
162
|
};
|
|
163
163
|
Object.defineProperties(console, {
|
|
164
164
|
log: W({}, e, {
|
|
165
|
-
value:
|
|
165
|
+
value: he
|
|
166
166
|
}),
|
|
167
167
|
info: W({}, e, {
|
|
168
|
-
value:
|
|
168
|
+
value: ye
|
|
169
169
|
}),
|
|
170
170
|
warn: W({}, e, {
|
|
171
|
-
value:
|
|
171
|
+
value: me
|
|
172
172
|
}),
|
|
173
173
|
error: W({}, e, {
|
|
174
174
|
value: Ee
|
|
175
175
|
}),
|
|
176
176
|
group: W({}, e, {
|
|
177
|
-
value:
|
|
177
|
+
value: we
|
|
178
178
|
}),
|
|
179
179
|
groupCollapsed: W({}, e, {
|
|
180
|
-
value:
|
|
180
|
+
value: Re
|
|
181
181
|
}),
|
|
182
182
|
groupEnd: W({}, e, {
|
|
183
|
-
value:
|
|
183
|
+
value: pe
|
|
184
184
|
})
|
|
185
185
|
});
|
|
186
186
|
}
|
|
187
|
-
|
|
187
|
+
q < 0 && _("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
|
-
var
|
|
191
|
-
function J(e,
|
|
190
|
+
var te = D.ReactCurrentDispatcher, ne;
|
|
191
|
+
function J(e, t, a) {
|
|
192
192
|
{
|
|
193
193
|
if (ne === void 0)
|
|
194
194
|
try {
|
|
@@ -203,46 +203,46 @@ function Et() {
|
|
|
203
203
|
}
|
|
204
204
|
var oe = !1, K;
|
|
205
205
|
{
|
|
206
|
-
var
|
|
207
|
-
K = new
|
|
206
|
+
var qe = typeof WeakMap == "function" ? WeakMap : Map;
|
|
207
|
+
K = new qe();
|
|
208
208
|
}
|
|
209
|
-
function Ce(e,
|
|
209
|
+
function Ce(e, t) {
|
|
210
210
|
if (!e || oe)
|
|
211
211
|
return "";
|
|
212
212
|
{
|
|
213
|
-
var
|
|
214
|
-
if (
|
|
215
|
-
return
|
|
213
|
+
var a = K.get(e);
|
|
214
|
+
if (a !== void 0)
|
|
215
|
+
return a;
|
|
216
216
|
}
|
|
217
217
|
var v;
|
|
218
218
|
oe = !0;
|
|
219
219
|
var E = Error.prepareStackTrace;
|
|
220
220
|
Error.prepareStackTrace = void 0;
|
|
221
|
-
var
|
|
222
|
-
|
|
221
|
+
var w;
|
|
222
|
+
w = te.current, te.current = null, Me();
|
|
223
223
|
try {
|
|
224
|
-
if (
|
|
225
|
-
var
|
|
224
|
+
if (t) {
|
|
225
|
+
var y = function() {
|
|
226
226
|
throw Error();
|
|
227
227
|
};
|
|
228
|
-
if (Object.defineProperty(
|
|
228
|
+
if (Object.defineProperty(y.prototype, "props", {
|
|
229
229
|
set: function() {
|
|
230
230
|
throw Error();
|
|
231
231
|
}
|
|
232
232
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
233
233
|
try {
|
|
234
|
-
Reflect.construct(
|
|
234
|
+
Reflect.construct(y, []);
|
|
235
235
|
} catch ($) {
|
|
236
236
|
v = $;
|
|
237
237
|
}
|
|
238
|
-
Reflect.construct(e, [],
|
|
238
|
+
Reflect.construct(e, [], y);
|
|
239
239
|
} else {
|
|
240
240
|
try {
|
|
241
|
-
|
|
241
|
+
y.call();
|
|
242
242
|
} catch ($) {
|
|
243
243
|
v = $;
|
|
244
244
|
}
|
|
245
|
-
e.call(
|
|
245
|
+
e.call(y.prototype);
|
|
246
246
|
}
|
|
247
247
|
} else {
|
|
248
248
|
try {
|
|
@@ -254,17 +254,17 @@ function Et() {
|
|
|
254
254
|
}
|
|
255
255
|
} catch ($) {
|
|
256
256
|
if ($ && v && typeof $.stack == "string") {
|
|
257
|
-
for (var
|
|
257
|
+
for (var h = $.stack.split(`
|
|
258
258
|
`), x = v.stack.split(`
|
|
259
|
-
`), C =
|
|
259
|
+
`), C = h.length - 1, P = x.length - 1; C >= 1 && P >= 0 && h[C] !== x[P]; )
|
|
260
260
|
P--;
|
|
261
261
|
for (; C >= 1 && P >= 0; C--, P--)
|
|
262
|
-
if (
|
|
262
|
+
if (h[C] !== x[P]) {
|
|
263
263
|
if (C !== 1 || P !== 1)
|
|
264
264
|
do
|
|
265
|
-
if (C--, P--, P < 0 ||
|
|
265
|
+
if (C--, P--, P < 0 || h[C] !== x[P]) {
|
|
266
266
|
var O = `
|
|
267
|
-
` +
|
|
267
|
+
` + h[C].replace(" at new ", " at ");
|
|
268
268
|
return e.displayName && O.includes("<anonymous>") && (O = O.replace("<anonymous>", e.displayName)), typeof e == "function" && K.set(e, O), O;
|
|
269
269
|
}
|
|
270
270
|
while (C >= 1 && P >= 0);
|
|
@@ -272,71 +272,71 @@ function Et() {
|
|
|
272
272
|
}
|
|
273
273
|
}
|
|
274
274
|
} finally {
|
|
275
|
-
oe = !1,
|
|
275
|
+
oe = !1, te.current = w, Ue(), Error.prepareStackTrace = E;
|
|
276
276
|
}
|
|
277
277
|
var M = e ? e.displayName || e.name : "", Fe = M ? J(M) : "";
|
|
278
278
|
return typeof e == "function" && K.set(e, Fe), Fe;
|
|
279
279
|
}
|
|
280
|
-
function
|
|
280
|
+
function Be(e, t, a) {
|
|
281
281
|
return Ce(e, !1);
|
|
282
282
|
}
|
|
283
|
-
function
|
|
284
|
-
var
|
|
285
|
-
return !!(
|
|
283
|
+
function Ge(e) {
|
|
284
|
+
var t = e.prototype;
|
|
285
|
+
return !!(t && t.isReactComponent);
|
|
286
286
|
}
|
|
287
|
-
function
|
|
287
|
+
function H(e, t, a) {
|
|
288
288
|
if (e == null)
|
|
289
289
|
return "";
|
|
290
290
|
if (typeof e == "function")
|
|
291
|
-
return Ce(e,
|
|
291
|
+
return Ce(e, Ge(e));
|
|
292
292
|
if (typeof e == "string")
|
|
293
293
|
return J(e);
|
|
294
294
|
switch (e) {
|
|
295
295
|
case g:
|
|
296
296
|
return J("Suspense");
|
|
297
|
-
case
|
|
297
|
+
case m:
|
|
298
298
|
return J("SuspenseList");
|
|
299
299
|
}
|
|
300
300
|
if (typeof e == "object")
|
|
301
301
|
switch (e.$$typeof) {
|
|
302
302
|
case c:
|
|
303
|
-
return
|
|
304
|
-
case
|
|
305
|
-
return
|
|
306
|
-
case
|
|
307
|
-
var v = e, E = v._payload,
|
|
303
|
+
return Be(e.render);
|
|
304
|
+
case p:
|
|
305
|
+
return H(e.type, t, a);
|
|
306
|
+
case R: {
|
|
307
|
+
var v = e, E = v._payload, w = v._init;
|
|
308
308
|
try {
|
|
309
|
-
return
|
|
309
|
+
return H(w(E), t, a);
|
|
310
310
|
} catch {
|
|
311
311
|
}
|
|
312
312
|
}
|
|
313
313
|
}
|
|
314
314
|
return "";
|
|
315
315
|
}
|
|
316
|
-
var
|
|
316
|
+
var X = Object.prototype.hasOwnProperty, be = {}, Pe = D.ReactDebugCurrentFrame;
|
|
317
317
|
function Z(e) {
|
|
318
318
|
if (e) {
|
|
319
|
-
var
|
|
320
|
-
Pe.setExtraStackFrame(
|
|
319
|
+
var t = e._owner, a = H(e.type, e._source, t ? t.type : null);
|
|
320
|
+
Pe.setExtraStackFrame(a);
|
|
321
321
|
} else
|
|
322
322
|
Pe.setExtraStackFrame(null);
|
|
323
323
|
}
|
|
324
|
-
function Qe(e,
|
|
324
|
+
function Qe(e, t, a, v, E) {
|
|
325
325
|
{
|
|
326
|
-
var
|
|
327
|
-
for (var
|
|
328
|
-
if (
|
|
329
|
-
var
|
|
326
|
+
var w = Function.call.bind(X);
|
|
327
|
+
for (var y in e)
|
|
328
|
+
if (w(e, y)) {
|
|
329
|
+
var h = void 0;
|
|
330
330
|
try {
|
|
331
|
-
if (typeof e[
|
|
332
|
-
var x = Error((v || "React class") + ": " +
|
|
331
|
+
if (typeof e[y] != "function") {
|
|
332
|
+
var x = Error((v || "React class") + ": " + a + " type `" + y + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[y] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
333
333
|
throw x.name = "Invariant Violation", x;
|
|
334
334
|
}
|
|
335
|
-
|
|
335
|
+
h = e[y](t, y, v, a, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
336
336
|
} catch (C) {
|
|
337
|
-
|
|
337
|
+
h = C;
|
|
338
338
|
}
|
|
339
|
-
|
|
339
|
+
h && !(h instanceof Error) && (Z(E), _("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", v || "React class", a, y, typeof h), Z(null)), h instanceof Error && !(h.message in be) && (be[h.message] = !0, Z(E), _("Failed %s type: %s", a, h.message), Z(null));
|
|
340
340
|
}
|
|
341
341
|
}
|
|
342
342
|
}
|
|
@@ -346,25 +346,25 @@ function Et() {
|
|
|
346
346
|
}
|
|
347
347
|
function Ke(e) {
|
|
348
348
|
{
|
|
349
|
-
var
|
|
350
|
-
return
|
|
349
|
+
var t = typeof Symbol == "function" && Symbol.toStringTag, a = t && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
350
|
+
return a;
|
|
351
351
|
}
|
|
352
352
|
}
|
|
353
|
-
function
|
|
353
|
+
function He(e) {
|
|
354
354
|
try {
|
|
355
|
-
return
|
|
355
|
+
return je(e), !1;
|
|
356
356
|
} catch {
|
|
357
357
|
return !0;
|
|
358
358
|
}
|
|
359
359
|
}
|
|
360
|
-
function
|
|
360
|
+
function je(e) {
|
|
361
361
|
return "" + e;
|
|
362
362
|
}
|
|
363
|
-
function
|
|
364
|
-
if (
|
|
365
|
-
return _("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ke(e)),
|
|
363
|
+
function Se(e) {
|
|
364
|
+
if (He(e))
|
|
365
|
+
return _("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Ke(e)), je(e);
|
|
366
366
|
}
|
|
367
|
-
var
|
|
367
|
+
var B = D.ReactCurrentOwner, Xe = {
|
|
368
368
|
key: !0,
|
|
369
369
|
ref: !0,
|
|
370
370
|
__self: !0,
|
|
@@ -372,113 +372,113 @@ function Et() {
|
|
|
372
372
|
}, xe, Te, ie;
|
|
373
373
|
ie = {};
|
|
374
374
|
function Ze(e) {
|
|
375
|
-
if (
|
|
376
|
-
var
|
|
377
|
-
if (
|
|
375
|
+
if (X.call(e, "ref")) {
|
|
376
|
+
var t = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
377
|
+
if (t && t.isReactWarning)
|
|
378
378
|
return !1;
|
|
379
379
|
}
|
|
380
380
|
return e.ref !== void 0;
|
|
381
381
|
}
|
|
382
|
-
function
|
|
383
|
-
if (
|
|
384
|
-
var
|
|
385
|
-
if (
|
|
382
|
+
function er(e) {
|
|
383
|
+
if (X.call(e, "key")) {
|
|
384
|
+
var t = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
385
|
+
if (t && t.isReactWarning)
|
|
386
386
|
return !1;
|
|
387
387
|
}
|
|
388
388
|
return e.key !== void 0;
|
|
389
389
|
}
|
|
390
|
-
function
|
|
391
|
-
if (typeof e.ref == "string" &&
|
|
392
|
-
var
|
|
393
|
-
ie[
|
|
390
|
+
function rr(e, t) {
|
|
391
|
+
if (typeof e.ref == "string" && B.current && t && B.current.stateNode !== t) {
|
|
392
|
+
var a = k(B.current.type);
|
|
393
|
+
ie[a] || (_('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', k(B.current.type), e.ref), ie[a] = !0);
|
|
394
394
|
}
|
|
395
395
|
}
|
|
396
|
-
function
|
|
396
|
+
function tr(e, t) {
|
|
397
397
|
{
|
|
398
|
-
var
|
|
399
|
-
xe || (xe = !0, _("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",
|
|
398
|
+
var a = function() {
|
|
399
|
+
xe || (xe = !0, _("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", t));
|
|
400
400
|
};
|
|
401
|
-
|
|
402
|
-
get:
|
|
401
|
+
a.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
402
|
+
get: a,
|
|
403
403
|
configurable: !0
|
|
404
404
|
});
|
|
405
405
|
}
|
|
406
406
|
}
|
|
407
|
-
function
|
|
407
|
+
function nr(e, t) {
|
|
408
408
|
{
|
|
409
|
-
var
|
|
410
|
-
Te || (Te = !0, _("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",
|
|
409
|
+
var a = function() {
|
|
410
|
+
Te || (Te = !0, _("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", t));
|
|
411
411
|
};
|
|
412
|
-
|
|
413
|
-
get:
|
|
412
|
+
a.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
413
|
+
get: a,
|
|
414
414
|
configurable: !0
|
|
415
415
|
});
|
|
416
416
|
}
|
|
417
417
|
}
|
|
418
|
-
var
|
|
419
|
-
var
|
|
418
|
+
var or = function(e, t, a, v, E, w, y) {
|
|
419
|
+
var h = {
|
|
420
420
|
// This tag allows us to uniquely identify this as a React Element
|
|
421
421
|
$$typeof: n,
|
|
422
422
|
// Built-in properties that belong on the element
|
|
423
423
|
type: e,
|
|
424
|
-
key:
|
|
425
|
-
ref:
|
|
426
|
-
props:
|
|
424
|
+
key: t,
|
|
425
|
+
ref: a,
|
|
426
|
+
props: y,
|
|
427
427
|
// Record the component responsible for creating this element.
|
|
428
|
-
_owner:
|
|
428
|
+
_owner: w
|
|
429
429
|
};
|
|
430
|
-
return
|
|
430
|
+
return h._store = {}, Object.defineProperty(h._store, "validated", {
|
|
431
431
|
configurable: !1,
|
|
432
432
|
enumerable: !1,
|
|
433
433
|
writable: !0,
|
|
434
434
|
value: !1
|
|
435
|
-
}), Object.defineProperty(
|
|
435
|
+
}), Object.defineProperty(h, "_self", {
|
|
436
436
|
configurable: !1,
|
|
437
437
|
enumerable: !1,
|
|
438
438
|
writable: !1,
|
|
439
439
|
value: v
|
|
440
|
-
}), Object.defineProperty(
|
|
440
|
+
}), Object.defineProperty(h, "_source", {
|
|
441
441
|
configurable: !1,
|
|
442
442
|
enumerable: !1,
|
|
443
443
|
writable: !1,
|
|
444
444
|
value: E
|
|
445
|
-
}), Object.freeze && (Object.freeze(
|
|
445
|
+
}), Object.freeze && (Object.freeze(h.props), Object.freeze(h)), h;
|
|
446
446
|
};
|
|
447
|
-
function
|
|
447
|
+
function ar(e, t, a, v, E) {
|
|
448
448
|
{
|
|
449
|
-
var
|
|
450
|
-
|
|
451
|
-
for (
|
|
452
|
-
|
|
449
|
+
var w, y = {}, h = null, x = null;
|
|
450
|
+
a !== void 0 && (Se(a), h = "" + a), er(t) && (Se(t.key), h = "" + t.key), Ze(t) && (x = t.ref, rr(t, E));
|
|
451
|
+
for (w in t)
|
|
452
|
+
X.call(t, w) && !Xe.hasOwnProperty(w) && (y[w] = t[w]);
|
|
453
453
|
if (e && e.defaultProps) {
|
|
454
454
|
var C = e.defaultProps;
|
|
455
|
-
for (
|
|
456
|
-
|
|
455
|
+
for (w in C)
|
|
456
|
+
y[w] === void 0 && (y[w] = C[w]);
|
|
457
457
|
}
|
|
458
|
-
if (
|
|
458
|
+
if (h || x) {
|
|
459
459
|
var P = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
460
|
-
|
|
460
|
+
h && tr(y, P), x && nr(y, P);
|
|
461
461
|
}
|
|
462
|
-
return
|
|
462
|
+
return or(e, h, x, E, v, B.current, y);
|
|
463
463
|
}
|
|
464
464
|
}
|
|
465
|
-
var
|
|
466
|
-
function
|
|
465
|
+
var ue = D.ReactCurrentOwner, Oe = D.ReactDebugCurrentFrame;
|
|
466
|
+
function V(e) {
|
|
467
467
|
if (e) {
|
|
468
|
-
var
|
|
469
|
-
Oe.setExtraStackFrame(
|
|
468
|
+
var t = e._owner, a = H(e.type, e._source, t ? t.type : null);
|
|
469
|
+
Oe.setExtraStackFrame(a);
|
|
470
470
|
} else
|
|
471
471
|
Oe.setExtraStackFrame(null);
|
|
472
472
|
}
|
|
473
|
-
var
|
|
474
|
-
|
|
473
|
+
var se;
|
|
474
|
+
se = !1;
|
|
475
475
|
function ce(e) {
|
|
476
476
|
return typeof e == "object" && e !== null && e.$$typeof === n;
|
|
477
477
|
}
|
|
478
478
|
function Ae() {
|
|
479
479
|
{
|
|
480
|
-
if (
|
|
481
|
-
var e =
|
|
480
|
+
if (ue.current) {
|
|
481
|
+
var e = k(ue.current.type);
|
|
482
482
|
if (e)
|
|
483
483
|
return `
|
|
484
484
|
|
|
@@ -487,200 +487,200 @@ Check the render method of \`` + e + "`.";
|
|
|
487
487
|
return "";
|
|
488
488
|
}
|
|
489
489
|
}
|
|
490
|
-
function
|
|
490
|
+
function ir(e) {
|
|
491
491
|
return "";
|
|
492
492
|
}
|
|
493
|
-
var
|
|
494
|
-
function
|
|
493
|
+
var De = {};
|
|
494
|
+
function ur(e) {
|
|
495
495
|
{
|
|
496
|
-
var
|
|
497
|
-
if (!
|
|
498
|
-
var
|
|
499
|
-
|
|
496
|
+
var t = Ae();
|
|
497
|
+
if (!t) {
|
|
498
|
+
var a = typeof e == "string" ? e : e.displayName || e.name;
|
|
499
|
+
a && (t = `
|
|
500
500
|
|
|
501
|
-
Check the top-level render call using <` +
|
|
501
|
+
Check the top-level render call using <` + a + ">.");
|
|
502
502
|
}
|
|
503
|
-
return
|
|
503
|
+
return t;
|
|
504
504
|
}
|
|
505
505
|
}
|
|
506
|
-
function
|
|
506
|
+
function Ie(e, t) {
|
|
507
507
|
{
|
|
508
508
|
if (!e._store || e._store.validated || e.key != null)
|
|
509
509
|
return;
|
|
510
510
|
e._store.validated = !0;
|
|
511
|
-
var
|
|
512
|
-
if (
|
|
511
|
+
var a = ur(t);
|
|
512
|
+
if (De[a])
|
|
513
513
|
return;
|
|
514
|
-
|
|
514
|
+
De[a] = !0;
|
|
515
515
|
var v = "";
|
|
516
|
-
e && e._owner && e._owner !==
|
|
516
|
+
e && e._owner && e._owner !== ue.current && (v = " It was passed a child from " + k(e._owner.type) + "."), V(e), _('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', a, v), V(null);
|
|
517
517
|
}
|
|
518
518
|
}
|
|
519
|
-
function
|
|
519
|
+
function ke(e, t) {
|
|
520
520
|
{
|
|
521
521
|
if (typeof e != "object")
|
|
522
522
|
return;
|
|
523
523
|
if (ae(e))
|
|
524
|
-
for (var
|
|
525
|
-
var v = e[
|
|
526
|
-
ce(v) &&
|
|
524
|
+
for (var a = 0; a < e.length; a++) {
|
|
525
|
+
var v = e[a];
|
|
526
|
+
ce(v) && Ie(v, t);
|
|
527
527
|
}
|
|
528
528
|
else if (ce(e))
|
|
529
529
|
e._store && (e._store.validated = !0);
|
|
530
530
|
else if (e) {
|
|
531
|
-
var E =
|
|
531
|
+
var E = S(e);
|
|
532
532
|
if (typeof E == "function" && E !== e.entries)
|
|
533
|
-
for (var
|
|
534
|
-
ce(
|
|
533
|
+
for (var w = E.call(e), y; !(y = w.next()).done; )
|
|
534
|
+
ce(y.value) && Ie(y.value, t);
|
|
535
535
|
}
|
|
536
536
|
}
|
|
537
537
|
}
|
|
538
|
-
function
|
|
538
|
+
function sr(e) {
|
|
539
539
|
{
|
|
540
|
-
var
|
|
541
|
-
if (
|
|
540
|
+
var t = e.type;
|
|
541
|
+
if (t == null || typeof t == "string")
|
|
542
542
|
return;
|
|
543
|
-
var
|
|
544
|
-
if (typeof
|
|
545
|
-
|
|
546
|
-
else if (typeof
|
|
543
|
+
var a;
|
|
544
|
+
if (typeof t == "function")
|
|
545
|
+
a = t.propTypes;
|
|
546
|
+
else if (typeof t == "object" && (t.$$typeof === c || // Note: Memo only checks outer props here.
|
|
547
547
|
// Inner props are checked in the reconciler.
|
|
548
|
-
|
|
549
|
-
|
|
548
|
+
t.$$typeof === p))
|
|
549
|
+
a = t.propTypes;
|
|
550
550
|
else
|
|
551
551
|
return;
|
|
552
|
-
if (
|
|
553
|
-
var v =
|
|
554
|
-
Qe(
|
|
555
|
-
} else if (
|
|
556
|
-
|
|
557
|
-
var E =
|
|
552
|
+
if (a) {
|
|
553
|
+
var v = k(t);
|
|
554
|
+
Qe(a, e.props, "prop", v, e);
|
|
555
|
+
} else if (t.PropTypes !== void 0 && !se) {
|
|
556
|
+
se = !0;
|
|
557
|
+
var E = k(t);
|
|
558
558
|
_("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", E || "Unknown");
|
|
559
559
|
}
|
|
560
|
-
typeof
|
|
560
|
+
typeof t.getDefaultProps == "function" && !t.getDefaultProps.isReactClassApproved && _("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
561
561
|
}
|
|
562
562
|
}
|
|
563
|
-
function
|
|
563
|
+
function cr(e) {
|
|
564
564
|
{
|
|
565
|
-
for (var
|
|
566
|
-
var v =
|
|
565
|
+
for (var t = Object.keys(e.props), a = 0; a < t.length; a++) {
|
|
566
|
+
var v = t[a];
|
|
567
567
|
if (v !== "children" && v !== "key") {
|
|
568
|
-
|
|
568
|
+
V(e), _("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", v), V(null);
|
|
569
569
|
break;
|
|
570
570
|
}
|
|
571
571
|
}
|
|
572
|
-
e.ref !== null && (
|
|
572
|
+
e.ref !== null && (V(e), _("Invalid attribute `ref` supplied to `React.Fragment`."), V(null));
|
|
573
573
|
}
|
|
574
574
|
}
|
|
575
|
-
function $e(e,
|
|
575
|
+
function $e(e, t, a, v, E, w) {
|
|
576
576
|
{
|
|
577
|
-
var
|
|
578
|
-
if (!
|
|
579
|
-
var
|
|
580
|
-
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (
|
|
581
|
-
var x =
|
|
582
|
-
x ?
|
|
577
|
+
var y = ze(e);
|
|
578
|
+
if (!y) {
|
|
579
|
+
var h = "";
|
|
580
|
+
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (h += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
581
|
+
var x = ir();
|
|
582
|
+
x ? h += x : h += Ae();
|
|
583
583
|
var C;
|
|
584
|
-
e === null ? C = "null" : ae(e) ? C = "array" : e !== void 0 && e.$$typeof === n ? (C = "<" + (
|
|
584
|
+
e === null ? C = "null" : ae(e) ? C = "array" : e !== void 0 && e.$$typeof === n ? (C = "<" + (k(e.type) || "Unknown") + " />", h = " Did you accidentally export a JSX literal instead of a component?") : C = typeof e, _("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", C, h);
|
|
585
585
|
}
|
|
586
|
-
var P =
|
|
586
|
+
var P = ar(e, t, a, E, w);
|
|
587
587
|
if (P == null)
|
|
588
588
|
return P;
|
|
589
|
-
if (
|
|
590
|
-
var O =
|
|
589
|
+
if (y) {
|
|
590
|
+
var O = t.children;
|
|
591
591
|
if (O !== void 0)
|
|
592
592
|
if (v)
|
|
593
593
|
if (ae(O)) {
|
|
594
594
|
for (var M = 0; M < O.length; M++)
|
|
595
|
-
|
|
595
|
+
ke(O[M], e);
|
|
596
596
|
Object.freeze && Object.freeze(O);
|
|
597
597
|
} else
|
|
598
598
|
_("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
599
599
|
else
|
|
600
|
-
|
|
600
|
+
ke(O, e);
|
|
601
601
|
}
|
|
602
|
-
return e ===
|
|
602
|
+
return e === u ? cr(P) : sr(P), P;
|
|
603
603
|
}
|
|
604
604
|
}
|
|
605
|
-
function
|
|
606
|
-
return $e(e,
|
|
605
|
+
function lr(e, t, a) {
|
|
606
|
+
return $e(e, t, a, !0);
|
|
607
607
|
}
|
|
608
|
-
function
|
|
609
|
-
return $e(e,
|
|
608
|
+
function fr(e, t, a) {
|
|
609
|
+
return $e(e, t, a, !1);
|
|
610
610
|
}
|
|
611
|
-
var
|
|
612
|
-
Q.Fragment =
|
|
611
|
+
var dr = fr, vr = lr;
|
|
612
|
+
Q.Fragment = u, Q.jsx = dr, Q.jsxs = vr;
|
|
613
613
|
}()), Q;
|
|
614
614
|
}
|
|
615
|
-
process.env.NODE_ENV === "production" ? le.exports =
|
|
615
|
+
process.env.NODE_ENV === "production" ? le.exports = mr() : le.exports = Er();
|
|
616
616
|
var F = le.exports;
|
|
617
|
-
const A =
|
|
618
|
-
const
|
|
617
|
+
const A = gr({}), Ar = ({ children: r, apiURL: n, libraries: o }) => {
|
|
618
|
+
const u = fe(
|
|
619
619
|
() => ({
|
|
620
620
|
apiURL: n,
|
|
621
621
|
libraries: o
|
|
622
622
|
}),
|
|
623
623
|
[n, o]
|
|
624
624
|
);
|
|
625
|
-
return /* @__PURE__ */ F.jsx(A.Provider, { value:
|
|
626
|
-
},
|
|
627
|
-
Fallback:
|
|
625
|
+
return /* @__PURE__ */ F.jsx(A.Provider, { value: u, children: r });
|
|
626
|
+
}, Dr = ({
|
|
627
|
+
Fallback: r,
|
|
628
628
|
isLogged: n,
|
|
629
629
|
loginPath: o = "/login",
|
|
630
|
-
localStorageKey:
|
|
631
|
-
redirect401Path:
|
|
630
|
+
localStorageKey: u = "user",
|
|
631
|
+
redirect401Path: i = "/login",
|
|
632
632
|
...f
|
|
633
633
|
}) => {
|
|
634
|
-
var _, L,
|
|
635
|
-
const { libraries: l } =
|
|
634
|
+
var _, L, Y, N;
|
|
635
|
+
const { libraries: l } = I(A), d = (f == null ? void 0 : f.reactRouter) || (l == null ? void 0 : l.reactRouter), c = (f == null ? void 0 : f.axios) || (l == null ? void 0 : l.axios);
|
|
636
636
|
if (!d)
|
|
637
637
|
throw new Error("React Router is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
|
|
638
|
-
const [g,
|
|
639
|
-
return
|
|
638
|
+
const [g, m] = We(null), { useLocation: p, Navigate: R, Outlet: s } = d, j = p(), T = hr(!1), S = typeof n == "function" ? n() : !!n, D = typeof S == "boolean" ? S : S == null ? void 0 : S.isLogged;
|
|
639
|
+
return z(() => {
|
|
640
640
|
T.current || (T.current = !0, c.interceptors.response.use(
|
|
641
641
|
(b) => b,
|
|
642
642
|
async (b) => {
|
|
643
643
|
var U;
|
|
644
|
-
return typeof b == "object" && b && "response" in b && b.response && typeof b.response == "object" && "status" in b.response && b.response && typeof b.response == "object" && "status" in b.response && ((U = b == null ? void 0 : b.response) == null ? void 0 : U.status) === 401 && (c.defaults.headers.common.Authorization = null, localStorage.removeItem(
|
|
644
|
+
return typeof b == "object" && b && "response" in b && b.response && typeof b.response == "object" && "status" in b.response && b.response && typeof b.response == "object" && "status" in b.response && ((U = b == null ? void 0 : b.response) == null ? void 0 : U.status) === 401 && (c.defaults.headers.common.Authorization = null, localStorage.removeItem(u), m(i)), Promise.reject(b);
|
|
645
645
|
}
|
|
646
646
|
));
|
|
647
|
-
}, [c.defaults.headers.common, c.interceptors.response,
|
|
648
|
-
},
|
|
649
|
-
const { libraries: o } =
|
|
650
|
-
if (!
|
|
647
|
+
}, [c.defaults.headers.common, c.interceptors.response, u, i]), D && !g ? /* @__PURE__ */ F.jsx(yr, { fallback: r, children: (L = (_ = j.state) == null ? void 0 : _.from) != null && L.state && ((N = (Y = j.state) == null ? void 0 : Y.from) == null ? void 0 : N.pathname) === o ? /* @__PURE__ */ F.jsx(R, { to: j.state.from.state.from.pathname + j.state.from.state.from.search, replace: !0 }) : /* @__PURE__ */ F.jsx(s, {}) }) : /* @__PURE__ */ F.jsx(R, { to: o + j.search, state: { from: j }, replace: !0 });
|
|
648
|
+
}, Ir = ({ data: r, ...n }) => {
|
|
649
|
+
const { libraries: o } = I(A), u = (n == null ? void 0 : n.reactRouter) || (o == null ? void 0 : o.reactRouter), i = (n == null ? void 0 : n.gtm) || (o == null ? void 0 : o.gtm);
|
|
650
|
+
if (!u)
|
|
651
651
|
throw new Error(
|
|
652
652
|
"React Router is not provided. You can provide it with InjectDependenciesProvider or directly in props of GTMSendPageView."
|
|
653
653
|
);
|
|
654
|
-
if (!
|
|
654
|
+
if (!i)
|
|
655
655
|
throw new Error("GTM is not provided. You can provide it with InjectDependenciesProvider or directly in props of GTMSendPageView.");
|
|
656
|
-
const { useGoogleTagManager: f } =
|
|
657
|
-
return
|
|
656
|
+
const { useGoogleTagManager: f } = i, { useLocation: l, Outlet: d } = u, { pathname: c } = l(), { sendEvent: g } = f();
|
|
657
|
+
return z(() => {
|
|
658
658
|
g({
|
|
659
659
|
event: "pageView",
|
|
660
660
|
pathname: c,
|
|
661
|
-
...
|
|
661
|
+
...r
|
|
662
662
|
});
|
|
663
|
-
}, [
|
|
664
|
-
},
|
|
665
|
-
tokenTypeKey:
|
|
663
|
+
}, [r, c, g]), /* @__PURE__ */ F.jsx(d, {});
|
|
664
|
+
}, kr = ({
|
|
665
|
+
tokenTypeKey: r = "tokenType",
|
|
666
666
|
userLocalStorageKey: n = "user",
|
|
667
667
|
tokenKey: o = "accessToken",
|
|
668
|
-
postContentType:
|
|
669
|
-
...
|
|
668
|
+
postContentType: u = "application/json",
|
|
669
|
+
...i
|
|
670
670
|
}) => {
|
|
671
|
-
const { apiURL: f =
|
|
671
|
+
const { apiURL: f = i.apiURL, libraries: l } = I(A), d = (i == null ? void 0 : i.axios) || (l == null ? void 0 : l.axios);
|
|
672
672
|
if (!d)
|
|
673
673
|
throw new Error("Axios is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
|
|
674
674
|
if (!(d != null && d.defaults))
|
|
675
675
|
return null;
|
|
676
|
-
const c = localStorage.getItem(n), g = c ? JSON.parse(c) : null,
|
|
677
|
-
return d.defaults.baseURL = f, d.defaults.headers.post["Content-Type"] =
|
|
678
|
-
}, $
|
|
679
|
-
const { libraries:
|
|
680
|
-
if (!
|
|
676
|
+
const c = localStorage.getItem(n), g = c ? JSON.parse(c) : null, m = g != null && g[r] ? g[r] : null, p = g != null && g[o] ? g[o] : null, R = c ? `${m} ${p}` : null;
|
|
677
|
+
return d.defaults.baseURL = f, d.defaults.headers.post["Content-Type"] = u, R && (d.defaults.headers.common.Authorization = R), null;
|
|
678
|
+
}, $r = ({ debug: r, resources: n, ...o }) => {
|
|
679
|
+
const { libraries: u } = I(A), i = (o == null ? void 0 : o.i18) || (u == null ? void 0 : u.i18), { i18next: f, initReactI18next: l, languageDetector: d } = i || {};
|
|
680
|
+
if (!i)
|
|
681
681
|
throw new Error("i18 is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
|
|
682
682
|
return f != null && f.isInitialized || (f.use(d).use(l).init({
|
|
683
|
-
debug:
|
|
683
|
+
debug: r,
|
|
684
684
|
fallbackLng: "en",
|
|
685
685
|
interpolation: {
|
|
686
686
|
escapeValue: !1
|
|
@@ -697,88 +697,95 @@ const A = gt({}), At = ({ children: t, apiURL: n, libraries: o }) => {
|
|
|
697
697
|
}), f.on("languageChanged", (c) => {
|
|
698
698
|
document.documentElement.setAttribute("lang", c);
|
|
699
699
|
})), null;
|
|
700
|
-
},
|
|
701
|
-
dsn:
|
|
700
|
+
}, Fr = ({
|
|
701
|
+
dsn: r,
|
|
702
702
|
integrations: n,
|
|
703
703
|
tracesSampleRate: o,
|
|
704
|
-
replaysSessionSampleRate:
|
|
705
|
-
replaysOnErrorSampleRate:
|
|
704
|
+
replaysSessionSampleRate: u,
|
|
705
|
+
replaysOnErrorSampleRate: i,
|
|
706
706
|
tracePropagationTargets: f,
|
|
707
707
|
ignoreErrors: l,
|
|
708
708
|
debug: d,
|
|
709
709
|
environment: c,
|
|
710
710
|
...g
|
|
711
711
|
}) => {
|
|
712
|
-
const { libraries:
|
|
713
|
-
if (!w)
|
|
714
|
-
throw new Error("Sentry is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
|
|
712
|
+
const { libraries: m } = I(A), p = (g == null ? void 0 : g.sentry) || (m == null ? void 0 : m.sentry), R = (g == null ? void 0 : g.reactRouter) || (m == null ? void 0 : m.reactRouter);
|
|
715
713
|
if (!p)
|
|
714
|
+
throw new Error("Sentry is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
|
|
715
|
+
if (!R)
|
|
716
716
|
throw new Error("React Router is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
|
|
717
|
-
if (
|
|
717
|
+
if (p.isInitialized())
|
|
718
718
|
return null;
|
|
719
|
-
const { createRoutesFromChildren:
|
|
720
|
-
return (d || process.env.NODE_ENV === "prod" || process.env.NODE_ENV === "production") &&
|
|
719
|
+
const { createRoutesFromChildren: s, matchRoutes: j, useLocation: T, useNavigationType: S } = R;
|
|
720
|
+
return (d || process.env.NODE_ENV === "prod" || process.env.NODE_ENV === "production") && p.init({
|
|
721
721
|
debug: d,
|
|
722
|
-
dsn:
|
|
722
|
+
dsn: r,
|
|
723
723
|
environment: c || "production",
|
|
724
|
-
ignoreErrors:
|
|
724
|
+
ignoreErrors: l,
|
|
725
725
|
integrations: [
|
|
726
|
-
|
|
727
|
-
createRoutesFromChildren:
|
|
728
|
-
matchRoutes:
|
|
729
|
-
useEffect:
|
|
726
|
+
p.reactRouterV6BrowserTracingIntegration({
|
|
727
|
+
createRoutesFromChildren: s,
|
|
728
|
+
matchRoutes: j,
|
|
729
|
+
useEffect: z,
|
|
730
730
|
useLocation: T,
|
|
731
|
-
useNavigationType:
|
|
731
|
+
useNavigationType: S
|
|
732
732
|
}),
|
|
733
733
|
...n || []
|
|
734
734
|
],
|
|
735
|
-
replaysOnErrorSampleRate:
|
|
736
|
-
replaysSessionSampleRate:
|
|
735
|
+
replaysOnErrorSampleRate: i || 1,
|
|
736
|
+
replaysSessionSampleRate: u || 0.1,
|
|
737
737
|
tracePropagationTargets: f,
|
|
738
738
|
tracesSampleRate: o || 1
|
|
739
739
|
}), null;
|
|
740
|
-
},
|
|
740
|
+
}, Lr = ({ IMaskMixin: r, ...n }) => {
|
|
741
741
|
const o = fe(
|
|
742
742
|
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
743
|
-
() =>
|
|
744
|
-
[
|
|
743
|
+
() => r(({ TextField: u, ...i }) => /* @__PURE__ */ F.jsx(u, { ...i })),
|
|
744
|
+
[r]
|
|
745
745
|
);
|
|
746
746
|
return /* @__PURE__ */ F.jsx(o, { ...n });
|
|
747
|
-
},
|
|
748
|
-
const { libraries: o } =
|
|
749
|
-
if (!
|
|
747
|
+
}, Yr = ({ accessToken: r, ...n }) => {
|
|
748
|
+
const { libraries: o } = I(A), u = (n == null ? void 0 : n.mapbox) || (o == null ? void 0 : o.mapbox);
|
|
749
|
+
if (!u)
|
|
750
750
|
throw new Error("Mapbox is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
|
|
751
|
-
return
|
|
752
|
-
},
|
|
753
|
-
const { libraries: o } =
|
|
754
|
-
if (!
|
|
751
|
+
return r && (u.accessToken = r), null;
|
|
752
|
+
}, Nr = ({ language: r, ...n }) => {
|
|
753
|
+
const { libraries: o } = I(A), u = (n == null ? void 0 : n.dayjs) || (o == null ? void 0 : o.dayjs), i = (n == null ? void 0 : n.plugin) || (o == null ? void 0 : o.dayjsPlugin);
|
|
754
|
+
if (!u)
|
|
755
755
|
throw new Error(
|
|
756
756
|
"Dayjs is not provided. You can provide it with InjectDependenciesProvider or directly in props of InitializeDaysJSConfig."
|
|
757
757
|
);
|
|
758
|
-
return
|
|
758
|
+
return z(() => {
|
|
759
759
|
(async () => {
|
|
760
760
|
var d;
|
|
761
|
-
const l =
|
|
762
|
-
|
|
763
|
-
c &&
|
|
764
|
-
}), await import("dayjs/locale/en"), await import("dayjs/locale/fr"),
|
|
761
|
+
const l = r || ((d = navigator.language) == null ? void 0 : d.slice(0, 2)) || "en";
|
|
762
|
+
i && i.forEach((c) => {
|
|
763
|
+
c && u.extend(c);
|
|
764
|
+
}), await import("dayjs/locale/en"), await import("dayjs/locale/fr"), u.locale(l);
|
|
765
765
|
})().then();
|
|
766
|
-
}, [
|
|
767
|
-
},
|
|
768
|
-
|
|
766
|
+
}, [u, i, r]), null;
|
|
767
|
+
}, Wr = () => (z(() => {
|
|
768
|
+
const r = (n) => {
|
|
769
|
+
n.preventDefault(), window.location.reload();
|
|
770
|
+
};
|
|
771
|
+
return window.addEventListener("vite:preloadError", r), () => {
|
|
772
|
+
window.removeEventListener("vite:preloadError", r);
|
|
773
|
+
};
|
|
774
|
+
}, []), null), wr = (r) => r && typeof r == "function", Rr = (r) => r && typeof r == "function", zr = ({
|
|
775
|
+
children: r,
|
|
769
776
|
defaultQueriesOptions: n,
|
|
770
777
|
defaultMutationsOptions: o,
|
|
771
|
-
...
|
|
778
|
+
...u
|
|
772
779
|
}) => {
|
|
773
780
|
var c, g;
|
|
774
|
-
const { libraries:
|
|
781
|
+
const { libraries: i } = I(A), f = (u == null ? void 0 : u.QueryClient) || ((c = i == null ? void 0 : i.reactQuery) == null ? void 0 : c.QueryClient), l = (u == null ? void 0 : u.QueryClientProvider) || ((g = i == null ? void 0 : i.reactQuery) == null ? void 0 : g.QueryClientProvider);
|
|
775
782
|
if (!f)
|
|
776
783
|
throw new Error("QueryClient is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
|
|
777
784
|
if (!l)
|
|
778
785
|
throw new Error("QueryClientProvider is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
|
|
779
|
-
if (!
|
|
786
|
+
if (!wr(l))
|
|
780
787
|
throw new Error("Provided QueryClientProvider dependencies are not valid.");
|
|
781
|
-
if (!
|
|
788
|
+
if (!Rr(f))
|
|
782
789
|
throw new Error("Provided QueryClient dependencies are not valid.");
|
|
783
790
|
const d = new f({
|
|
784
791
|
defaultOptions: {
|
|
@@ -786,57 +793,57 @@ const A = gt({}), At = ({ children: t, apiURL: n, libraries: o }) => {
|
|
|
786
793
|
...o
|
|
787
794
|
},
|
|
788
795
|
queries: {
|
|
789
|
-
getNextPageParam: (
|
|
796
|
+
getNextPageParam: (m, p, R) => m.length + (R || 0),
|
|
790
797
|
refetchOnWindowFocus: !1,
|
|
791
798
|
retry: 3,
|
|
792
799
|
...n
|
|
793
800
|
}
|
|
794
801
|
}
|
|
795
802
|
});
|
|
796
|
-
return /* @__PURE__ */ F.jsx(l, { client: d, children:
|
|
797
|
-
},
|
|
798
|
-
var g,
|
|
799
|
-
const { libraries: n } =
|
|
800
|
-
(
|
|
801
|
-
var
|
|
802
|
-
const { response:
|
|
803
|
-
return
|
|
803
|
+
return /* @__PURE__ */ F.jsx(l, { client: d, children: r });
|
|
804
|
+
}, Vr = (r) => {
|
|
805
|
+
var g, m, p;
|
|
806
|
+
const { libraries: n } = I(A), o = (r == null ? void 0 : r.i18) || (n == null ? void 0 : n.i18), u = ((g = r == null ? void 0 : r.i18) == null ? void 0 : g.translateFunction) || ((m = n == null ? void 0 : n.i18) == null ? void 0 : m.translateFunction), i = ((p = o == null ? void 0 : o.i18next) == null ? void 0 : p.t) || u || ((R) => R), { unknownErrorTranslationKey: f = "error.unknownError" } = r || {}, l = i(f), d = re(
|
|
807
|
+
(R) => {
|
|
808
|
+
var j, T, S, D, _, L, Y, N, b;
|
|
809
|
+
const { response: s } = R || {};
|
|
810
|
+
return s != null && s.reason ? String(s.reason) : (j = s == null ? void 0 : s.data) != null && j.reason ? String(s.data.reason) : (T = s == null ? void 0 : s.data) != null && T.message ? String(s.data.message) : (D = (S = s == null ? void 0 : s.data) == null ? void 0 : S.detail) != null && D.length && Array.isArray((_ = s == null ? void 0 : s.data) == null ? void 0 : _.detail) && ((Y = (L = s == null ? void 0 : s.data) == null ? void 0 : L.detail[0]) != null && Y.msg) && typeof ((b = (N = s == null ? void 0 : s.data) == null ? void 0 : N.detail[0]) == null ? void 0 : b.msg) == "string" ? String(s.data.detail[0].msg) : l;
|
|
804
811
|
},
|
|
805
812
|
[l]
|
|
806
813
|
);
|
|
807
|
-
return { getErrorCode:
|
|
808
|
-
var
|
|
809
|
-
const { response:
|
|
810
|
-
return
|
|
814
|
+
return { getErrorCode: re((R) => {
|
|
815
|
+
var j, T, S;
|
|
816
|
+
const { response: s } = R || {};
|
|
817
|
+
return s != null && s.error_code ? String(s == null ? void 0 : s.error_code) : (j = s == null ? void 0 : s.data) != null && j.error_code ? String((T = s == null ? void 0 : s.data) == null ? void 0 : T.error_code) : s != null && s.error_code ? String(s == null ? void 0 : s.error_code) : (S = s == null ? void 0 : s.data) != null && S.error_code ? String(s.data.error_code) : "unknown_error_code";
|
|
811
818
|
}, []), printError: d };
|
|
812
|
-
},
|
|
813
|
-
data:
|
|
819
|
+
}, Mr = ({
|
|
820
|
+
data: r,
|
|
814
821
|
fetchNextPage: n,
|
|
815
822
|
isFetchingNextPage: o,
|
|
816
|
-
isInitialLoading:
|
|
817
|
-
isLoading:
|
|
823
|
+
isInitialLoading: u,
|
|
824
|
+
isLoading: i,
|
|
818
825
|
enabled: f = !0
|
|
819
826
|
}) => {
|
|
820
|
-
const l =
|
|
827
|
+
const l = re(
|
|
821
828
|
async (c) => {
|
|
822
829
|
o || !f || await n({ pageParam: (c == null ? void 0 : c.pageParam) || c.visibleRowsCount });
|
|
823
830
|
},
|
|
824
831
|
[f, n, o]
|
|
825
832
|
), d = fe(() => {
|
|
826
|
-
if (
|
|
827
|
-
return
|
|
828
|
-
}, [
|
|
833
|
+
if (r)
|
|
834
|
+
return r.pages.reduce((c, g) => [...c, ...g], []);
|
|
835
|
+
}, [r]);
|
|
829
836
|
return {
|
|
830
837
|
fetchNextPageOnRowsScrollEnd: l,
|
|
831
|
-
isLoading: o ||
|
|
832
|
-
loadingVariant:
|
|
838
|
+
isLoading: o || i,
|
|
839
|
+
loadingVariant: u ? "skeleton" : "linear",
|
|
833
840
|
rows: d
|
|
834
841
|
};
|
|
835
|
-
},
|
|
836
|
-
const { libraries: n } =
|
|
842
|
+
}, Ur = (r) => {
|
|
843
|
+
const { libraries: n } = I(A), o = (r == null ? void 0 : r.axios) || (n == null ? void 0 : n.axios), u = (r == null ? void 0 : r.localStorageKey) || "user";
|
|
837
844
|
if (!o)
|
|
838
845
|
throw new Error("Axios is not provided. You can provide it with InjectDependenciesProvider or directly in params of useAuth.");
|
|
839
|
-
const
|
|
846
|
+
const i = re(
|
|
840
847
|
({ tokenType: l, accessToken: d }) => {
|
|
841
848
|
o.defaults.headers.common.Authorization = `${l} ${d}`;
|
|
842
849
|
},
|
|
@@ -844,12 +851,12 @@ const A = gt({}), At = ({ children: t, apiURL: n, libraries: o }) => {
|
|
|
844
851
|
), f = () => {
|
|
845
852
|
o.defaults.headers.common.Authorization = null;
|
|
846
853
|
};
|
|
847
|
-
return
|
|
854
|
+
return z(() => {
|
|
848
855
|
const l = ({ newValue: d, key: c }) => {
|
|
849
|
-
if (c ===
|
|
856
|
+
if (c === u && d)
|
|
850
857
|
try {
|
|
851
|
-
const { accessToken: g, tokenType:
|
|
852
|
-
|
|
858
|
+
const { accessToken: g, tokenType: m } = JSON.parse(d);
|
|
859
|
+
i({ accessToken: g, tokenType: m });
|
|
853
860
|
} catch (g) {
|
|
854
861
|
console.error("Failed to parse newValue from localStorage:", g);
|
|
855
862
|
}
|
|
@@ -857,76 +864,76 @@ const A = gt({}), At = ({ children: t, apiURL: n, libraries: o }) => {
|
|
|
857
864
|
return window.addEventListener("storage", l), () => {
|
|
858
865
|
window.removeEventListener("storage", l);
|
|
859
866
|
};
|
|
860
|
-
}, [
|
|
867
|
+
}, [u, i]), {
|
|
861
868
|
clearAuthenticationToken: f,
|
|
862
|
-
setAuthenticationToken:
|
|
869
|
+
setAuthenticationToken: i
|
|
863
870
|
};
|
|
864
|
-
},
|
|
865
|
-
const o = Number(
|
|
871
|
+
}, pr = ({ library: r, date: n, format: o = "ll" }) => r(n).format(o), _r = (r, n = "km") => {
|
|
872
|
+
const o = Number(r);
|
|
866
873
|
return Number.isNaN(o) ? `0 ${n}` : `${o.toFixed(2)} ${n}`;
|
|
867
|
-
},
|
|
868
|
-
if (!
|
|
874
|
+
}, Cr = (r) => r != null && r.startsWith("/") ? r != null && r.startsWith("/files") ? r : `/files${r}` : r != null && r.startsWith("files") ? `/${r}` : r != null && r.startsWith("files") ? `/${r}` : `/files/${r}`, br = ({ path: r, size: n, apiURL: o }) => {
|
|
875
|
+
if (!r)
|
|
869
876
|
return "";
|
|
870
|
-
const
|
|
871
|
-
return typeof n == "number" && f ? `${
|
|
872
|
-
},
|
|
873
|
-
const { apiURL: n, libraries: o } =
|
|
877
|
+
const u = Cr(r), i = `${o}${u}`, f = i.match(/\.(jpeg|jpg|png|gif|bmp|webp|svg|avif)$/) !== null;
|
|
878
|
+
return typeof n == "number" && f ? `${i.replace("/files", `/thumbs/${n}`)}` : i;
|
|
879
|
+
}, qr = (r) => {
|
|
880
|
+
const { apiURL: n, libraries: o } = I(A), u = (r == null ? void 0 : r.dayjs) || (o == null ? void 0 : o.dayjs);
|
|
874
881
|
return {
|
|
875
882
|
dateAdapter: (l, d) => {
|
|
876
|
-
if (!
|
|
883
|
+
if (!u)
|
|
877
884
|
throw new Error("Dayjs is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
|
|
878
|
-
return
|
|
885
|
+
return pr({
|
|
879
886
|
date: l,
|
|
880
887
|
format: d,
|
|
881
|
-
library:
|
|
888
|
+
library: u
|
|
882
889
|
});
|
|
883
890
|
},
|
|
884
|
-
distanceAdapter:
|
|
891
|
+
distanceAdapter: _r,
|
|
885
892
|
filePathAdapter: (l, d) => {
|
|
886
893
|
if (!n)
|
|
887
894
|
throw new Error(
|
|
888
895
|
"API URL is not provided. You can provide it with InjectDependenciesProvider or directly in props to filePathAdapter."
|
|
889
896
|
);
|
|
890
|
-
return
|
|
897
|
+
return br({
|
|
891
898
|
apiURL: n,
|
|
892
899
|
path: l,
|
|
893
900
|
size: d
|
|
894
901
|
});
|
|
895
902
|
}
|
|
896
903
|
};
|
|
897
|
-
}, ee = (
|
|
898
|
-
const [o,
|
|
899
|
-
const
|
|
900
|
-
return
|
|
904
|
+
}, ee = (r, n) => n === "short" ? r.split("-")[0] : r, Br = (r, n = "full") => {
|
|
905
|
+
const [o, u] = We(() => {
|
|
906
|
+
const i = (r == null ? void 0 : r.language) || navigator.language;
|
|
907
|
+
return r && "isInitialized" in r && r.isInitialized, ee(i, n);
|
|
901
908
|
});
|
|
902
|
-
return
|
|
909
|
+
return z(() => {
|
|
903
910
|
var f;
|
|
904
|
-
|
|
905
|
-
const
|
|
906
|
-
|
|
911
|
+
r && "isInitialized" in r && r.isInitialized && r.language && u(ee(r.language, n));
|
|
912
|
+
const i = (l) => {
|
|
913
|
+
u(ee(l, n));
|
|
907
914
|
};
|
|
908
|
-
return (f =
|
|
915
|
+
return (f = r == null ? void 0 : r.on) == null || f.call(r, "languageChanged", i), () => {
|
|
909
916
|
var l;
|
|
910
|
-
(l =
|
|
917
|
+
(l = r == null ? void 0 : r.off) == null || l.call(r, "languageChanged", i);
|
|
911
918
|
};
|
|
912
|
-
}, [
|
|
913
|
-
},
|
|
914
|
-
const
|
|
915
|
-
return
|
|
916
|
-
},
|
|
917
|
-
const
|
|
918
|
-
return `${
|
|
919
|
-
},
|
|
920
|
-
if (
|
|
921
|
-
return (
|
|
919
|
+
}, [r, n]), o;
|
|
920
|
+
}, Pr = (r) => r.charAt(0).toUpperCase() + r.slice(1).toLowerCase(), jr = (r) => {
|
|
921
|
+
const u = r.split("/").filter((i) => i.length > 0).map((i) => i.replace(/\${([^}]*)}/g, "$1").split(/[_-]/).map((c) => c.charAt(0).toUpperCase() + c.slice(1)).join("")).join("");
|
|
922
|
+
return u.charAt(0).toLowerCase() + u.slice(1);
|
|
923
|
+
}, Sr = (r) => (r.split("/").pop() || r).replace(/\.json$/, "").replace(/^openapi\./, ""), xr = (r, n, o) => {
|
|
924
|
+
const u = jr(n), i = Pr(o);
|
|
925
|
+
return `${u}${i}`;
|
|
926
|
+
}, Tr = (r) => {
|
|
927
|
+
if (r)
|
|
928
|
+
return (r == null ? void 0 : r.reduce((n, o) => (n[o] = {
|
|
922
929
|
query: {
|
|
923
930
|
useInfinite: !0,
|
|
924
931
|
useInfiniteQueryParam: "offset",
|
|
925
932
|
useQuery: !0
|
|
926
933
|
}
|
|
927
934
|
}, n), {})) || {};
|
|
928
|
-
},
|
|
929
|
-
const { output:
|
|
935
|
+
}, Gr = (r) => (Array.isArray(r) ? r : [r]).reduce((o, u) => {
|
|
936
|
+
const { output: i, operationsToGenerateInfiniteQueryHook: f, input: l = "./openapi.json" } = u || {}, d = Sr(l);
|
|
930
937
|
return {
|
|
931
938
|
...o,
|
|
932
939
|
[d]: {
|
|
@@ -935,11 +942,11 @@ const A = gt({}), At = ({ children: t, apiURL: n, libraries: o }) => {
|
|
|
935
942
|
},
|
|
936
943
|
input: l,
|
|
937
944
|
output: {
|
|
938
|
-
baseUrl:
|
|
945
|
+
baseUrl: i == null ? void 0 : i.baseUrl,
|
|
939
946
|
client: "react-query",
|
|
940
947
|
mode: "tags-split",
|
|
941
948
|
override: {
|
|
942
|
-
...(f == null ? void 0 : f.length) && { operations:
|
|
949
|
+
...(f == null ? void 0 : f.length) && { operations: Tr(f) },
|
|
943
950
|
header: (c) => [
|
|
944
951
|
"Generated by orval 🍺",
|
|
945
952
|
...c.title ? [c.title] : [],
|
|
@@ -949,60 +956,37 @@ const A = gt({}), At = ({ children: t, apiURL: n, libraries: o }) => {
|
|
|
949
956
|
name: "axiosCustomInstance",
|
|
950
957
|
path: `${__dirname}/axiosCustomInstance.ts`
|
|
951
958
|
},
|
|
952
|
-
operationName:
|
|
959
|
+
operationName: xr,
|
|
953
960
|
query: {
|
|
954
961
|
useQuery: !0
|
|
955
962
|
}
|
|
956
963
|
},
|
|
957
|
-
schemas: (
|
|
958
|
-
target: (
|
|
959
|
-
...
|
|
964
|
+
schemas: (i == null ? void 0 : i.schemas) || `src/api/${d}/model`,
|
|
965
|
+
target: (i == null ? void 0 : i.target) || `src/api/${d}/services/api.ts`,
|
|
966
|
+
...i
|
|
960
967
|
}
|
|
961
968
|
}
|
|
962
969
|
};
|
|
963
|
-
}, {})
|
|
964
|
-
const n = "moduleFetchError";
|
|
965
|
-
if ([
|
|
966
|
-
"Failed to fetch dynamically imported module",
|
|
967
|
-
"Importing a module script failed",
|
|
968
|
-
"ChunkLoadError",
|
|
969
|
-
"Loading chunk failed",
|
|
970
|
-
"Unable to preload CSS",
|
|
971
|
-
"Unable to preload"
|
|
972
|
-
].some((s) => t.message.toLowerCase().includes(s.toLowerCase()))) {
|
|
973
|
-
try {
|
|
974
|
-
if (!document.cookie.split(";").some((a) => a.trim().startsWith(`${n}=`))) {
|
|
975
|
-
const a = (/* @__PURE__ */ new Date()).getTime();
|
|
976
|
-
document.cookie = `${n}=${a}; max-age=60; path=/`, setTimeout(() => {
|
|
977
|
-
window.location.reload();
|
|
978
|
-
}, 100);
|
|
979
|
-
}
|
|
980
|
-
} catch (s) {
|
|
981
|
-
console.error("Error handling module import failure:", s);
|
|
982
|
-
}
|
|
983
|
-
return;
|
|
984
|
-
}
|
|
985
|
-
throw t;
|
|
986
|
-
};
|
|
970
|
+
}, {});
|
|
987
971
|
export {
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
$
|
|
992
|
-
|
|
993
|
-
|
|
972
|
+
Ir as GTMSendPageView,
|
|
973
|
+
kr as InitializeAxiosConfig,
|
|
974
|
+
Nr as InitializeDaysJSConfig,
|
|
975
|
+
$r as InitializeI18nConfig,
|
|
976
|
+
Yr as InitializeMapBoxConfig,
|
|
977
|
+
Fr as InitializeSentryConfig,
|
|
994
978
|
A as InjectDependenciesContext,
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
979
|
+
Ar as InjectDependenciesProvider,
|
|
980
|
+
Lr as MaskTextField,
|
|
981
|
+
Wr as PreloadErrorHandler,
|
|
982
|
+
zr as QueryClientProviderWithConfig,
|
|
983
|
+
Dr as RequireAuth,
|
|
984
|
+
pr as dateAdapter,
|
|
985
|
+
_r as distanceAdapter,
|
|
986
|
+
Gr as getOrvalConfig,
|
|
987
|
+
qr as useAdapter,
|
|
988
|
+
Ur as useAuth,
|
|
989
|
+
Br as useCurrentLanguage,
|
|
990
|
+
Mr as useInfiniteDataGrid,
|
|
991
|
+
Vr as useResponseError
|
|
1008
992
|
};
|