@tracktor/shared-module 2.5.1 → 2.6.0
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/CHANGELOG.md
CHANGED
|
@@ -57,6 +57,11 @@ interface InitializeSentryConfigProps {
|
|
|
57
57
|
* The current environment of your application (e.g. "production").
|
|
58
58
|
*/
|
|
59
59
|
environment?: string;
|
|
60
|
+
/**
|
|
61
|
+
* The release identifier used when uploading respective source maps.
|
|
62
|
+
* Specify this value to allow Sentry to resolve the correct source maps when processing events.
|
|
63
|
+
*/
|
|
64
|
+
release?: string;
|
|
60
65
|
}
|
|
61
66
|
/**
|
|
62
67
|
* This component is used to initialize Sentry
|
|
@@ -72,5 +77,5 @@ interface InitializeSentryConfigProps {
|
|
|
72
77
|
* @param environment
|
|
73
78
|
* @constructor
|
|
74
79
|
*/
|
|
75
|
-
declare const InitializeSentryConfig: ({ dsn, integrations, tracesSampleRate, replaysSessionSampleRate, replaysOnErrorSampleRate, tracePropagationTargets, ignoreErrors, debug, environment, ...props }: InitializeSentryConfigProps) => null;
|
|
80
|
+
declare const InitializeSentryConfig: ({ dsn, integrations, tracesSampleRate, replaysSessionSampleRate, replaysOnErrorSampleRate, tracePropagationTargets, ignoreErrors, debug, environment, release, ...props }: InitializeSentryConfigProps) => null;
|
|
76
81
|
export default InitializeSentryConfig;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This component is used to handle preload error
|
|
3
|
-
* When a preload error occurs, the page will be reloaded
|
|
4
|
-
* Error is caused when a new deployment occurs
|
|
2
|
+
* This component is used to handle preload error.
|
|
3
|
+
* When a preload error occurs, the page will be reloaded.
|
|
4
|
+
* Error is caused when a new deployment occurs and the hosting service
|
|
5
|
+
* deletes the assets from previous deployments.
|
|
5
6
|
* Vite emits vite:preloadError event when it fails to load dynamic imports.
|
|
6
|
-
* @constructor
|
|
7
7
|
*/
|
|
8
8
|
declare const PreloadErrorHandler: () => null;
|
|
9
9
|
export default PreloadErrorHandler;
|
package/dist/main.js
CHANGED
|
@@ -14,9 +14,9 @@ function mr() {
|
|
|
14
14
|
if (Le) return G;
|
|
15
15
|
Le = 1;
|
|
16
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
|
-
function l(d, c,
|
|
17
|
+
function l(d, c, h) {
|
|
18
18
|
var m, p = {}, R = null, s = null;
|
|
19
|
-
|
|
19
|
+
h !== void 0 && (R = "" + h), c.key !== void 0 && (R = "" + c.key), c.ref !== void 0 && (s = c.ref);
|
|
20
20
|
for (m in c) u.call(c, m) && !f.hasOwnProperty(m) && (p[m] = c[m]);
|
|
21
21
|
if (d && d.defaultProps) for (m in c = d.defaultProps, c) p[m] === void 0 && (p[m] = c[m]);
|
|
22
22
|
return { $$typeof: n, type: d, key: R, ref: s, props: p, _owner: i.current };
|
|
@@ -36,14 +36,14 @@ var Q = {};
|
|
|
36
36
|
var Ye;
|
|
37
37
|
function Er() {
|
|
38
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"),
|
|
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"), h = 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, O = "@@iterator";
|
|
40
40
|
function S(e) {
|
|
41
41
|
if (e === null || typeof e != "object")
|
|
42
42
|
return null;
|
|
43
|
-
var t = j && e[j] || e[
|
|
43
|
+
var t = j && e[j] || e[O];
|
|
44
44
|
return typeof t == "function" ? t : null;
|
|
45
45
|
}
|
|
46
|
-
var
|
|
46
|
+
var T = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
47
47
|
function _(e) {
|
|
48
48
|
{
|
|
49
49
|
for (var t = arguments.length, a = new Array(t > 1 ? t - 1 : 0), v = 1; v < t; v++)
|
|
@@ -53,7 +53,7 @@ function Er() {
|
|
|
53
53
|
}
|
|
54
54
|
function L(e, t, a) {
|
|
55
55
|
{
|
|
56
|
-
var v =
|
|
56
|
+
var v = T.ReactDebugCurrentFrame, E = v.getStackAddendum();
|
|
57
57
|
E !== "" && (t += "%s", a = a.concat([E]));
|
|
58
58
|
var w = a.map(function(y) {
|
|
59
59
|
return String(y);
|
|
@@ -64,7 +64,7 @@ function Er() {
|
|
|
64
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 === u || e === f || ve || e === i || e ===
|
|
67
|
+
return !!(typeof e == "string" || typeof e == "function" || e === u || e === f || ve || e === i || e === h || 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.
|
|
@@ -96,7 +96,7 @@ function Er() {
|
|
|
96
96
|
return "Profiler";
|
|
97
97
|
case i:
|
|
98
98
|
return "StrictMode";
|
|
99
|
-
case
|
|
99
|
+
case h:
|
|
100
100
|
return "Suspense";
|
|
101
101
|
case m:
|
|
102
102
|
return "SuspenseList";
|
|
@@ -187,7 +187,7 @@ function Er() {
|
|
|
187
187
|
q < 0 && _("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
|
-
var te =
|
|
190
|
+
var te = T.ReactCurrentDispatcher, ne;
|
|
191
191
|
function J(e, t, a) {
|
|
192
192
|
{
|
|
193
193
|
if (ne === void 0)
|
|
@@ -254,18 +254,18 @@ function Er() {
|
|
|
254
254
|
}
|
|
255
255
|
} catch ($) {
|
|
256
256
|
if ($ && v && typeof $.stack == "string") {
|
|
257
|
-
for (var
|
|
257
|
+
for (var g = $.stack.split(`
|
|
258
258
|
`), x = v.stack.split(`
|
|
259
|
-
`), C =
|
|
259
|
+
`), C = g.length - 1, P = x.length - 1; C >= 1 && P >= 0 && g[C] !== x[P]; )
|
|
260
260
|
P--;
|
|
261
261
|
for (; C >= 1 && P >= 0; C--, P--)
|
|
262
|
-
if (
|
|
262
|
+
if (g[C] !== x[P]) {
|
|
263
263
|
if (C !== 1 || P !== 1)
|
|
264
264
|
do
|
|
265
|
-
if (C--, P--, P < 0 ||
|
|
266
|
-
var
|
|
267
|
-
` +
|
|
268
|
-
return e.displayName &&
|
|
265
|
+
if (C--, P--, P < 0 || g[C] !== x[P]) {
|
|
266
|
+
var A = `
|
|
267
|
+
` + g[C].replace(" at new ", " at ");
|
|
268
|
+
return e.displayName && A.includes("<anonymous>") && (A = A.replace("<anonymous>", e.displayName)), typeof e == "function" && K.set(e, A), A;
|
|
269
269
|
}
|
|
270
270
|
while (C >= 1 && P >= 0);
|
|
271
271
|
break;
|
|
@@ -292,7 +292,7 @@ function Er() {
|
|
|
292
292
|
if (typeof e == "string")
|
|
293
293
|
return J(e);
|
|
294
294
|
switch (e) {
|
|
295
|
-
case
|
|
295
|
+
case h:
|
|
296
296
|
return J("Suspense");
|
|
297
297
|
case m:
|
|
298
298
|
return J("SuspenseList");
|
|
@@ -313,7 +313,7 @@ function Er() {
|
|
|
313
313
|
}
|
|
314
314
|
return "";
|
|
315
315
|
}
|
|
316
|
-
var X = Object.prototype.hasOwnProperty, be = {}, Pe =
|
|
316
|
+
var X = Object.prototype.hasOwnProperty, be = {}, Pe = T.ReactDebugCurrentFrame;
|
|
317
317
|
function Z(e) {
|
|
318
318
|
if (e) {
|
|
319
319
|
var t = e._owner, a = H(e.type, e._source, t ? t.type : null);
|
|
@@ -326,17 +326,17 @@ function Er() {
|
|
|
326
326
|
var w = Function.call.bind(X);
|
|
327
327
|
for (var y in e)
|
|
328
328
|
if (w(e, y)) {
|
|
329
|
-
var
|
|
329
|
+
var g = void 0;
|
|
330
330
|
try {
|
|
331
331
|
if (typeof e[y] != "function") {
|
|
332
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
|
+
g = e[y](t, y, v, a, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
336
336
|
} catch (C) {
|
|
337
|
-
|
|
337
|
+
g = C;
|
|
338
338
|
}
|
|
339
|
-
|
|
339
|
+
g && !(g 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 g), Z(null)), g instanceof Error && !(g.message in be) && (be[g.message] = !0, Z(E), _("Failed %s type: %s", a, g.message), Z(null));
|
|
340
340
|
}
|
|
341
341
|
}
|
|
342
342
|
}
|
|
@@ -364,7 +364,7 @@ function Er() {
|
|
|
364
364
|
if (He(e))
|
|
365
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 B =
|
|
367
|
+
var B = T.ReactCurrentOwner, Xe = {
|
|
368
368
|
key: !0,
|
|
369
369
|
ref: !0,
|
|
370
370
|
__self: !0,
|
|
@@ -416,7 +416,7 @@ function Er() {
|
|
|
416
416
|
}
|
|
417
417
|
}
|
|
418
418
|
var or = function(e, t, a, v, E, w, y) {
|
|
419
|
-
var
|
|
419
|
+
var g = {
|
|
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
|
|
@@ -427,27 +427,27 @@ function Er() {
|
|
|
427
427
|
// Record the component responsible for creating this element.
|
|
428
428
|
_owner: w
|
|
429
429
|
};
|
|
430
|
-
return
|
|
430
|
+
return g._store = {}, Object.defineProperty(g._store, "validated", {
|
|
431
431
|
configurable: !1,
|
|
432
432
|
enumerable: !1,
|
|
433
433
|
writable: !0,
|
|
434
434
|
value: !1
|
|
435
|
-
}), Object.defineProperty(
|
|
435
|
+
}), Object.defineProperty(g, "_self", {
|
|
436
436
|
configurable: !1,
|
|
437
437
|
enumerable: !1,
|
|
438
438
|
writable: !1,
|
|
439
439
|
value: v
|
|
440
|
-
}), Object.defineProperty(
|
|
440
|
+
}), Object.defineProperty(g, "_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(g.props), Object.freeze(g)), g;
|
|
446
446
|
};
|
|
447
447
|
function ar(e, t, a, v, E) {
|
|
448
448
|
{
|
|
449
|
-
var w, y = {},
|
|
450
|
-
a !== void 0 && (Se(a),
|
|
449
|
+
var w, y = {}, g = null, x = null;
|
|
450
|
+
a !== void 0 && (Se(a), g = "" + a), er(t) && (Se(t.key), g = "" + t.key), Ze(t) && (x = t.ref, rr(t, E));
|
|
451
451
|
for (w in t)
|
|
452
452
|
X.call(t, w) && !Xe.hasOwnProperty(w) && (y[w] = t[w]);
|
|
453
453
|
if (e && e.defaultProps) {
|
|
@@ -455,14 +455,14 @@ function Er() {
|
|
|
455
455
|
for (w in C)
|
|
456
456
|
y[w] === void 0 && (y[w] = C[w]);
|
|
457
457
|
}
|
|
458
|
-
if (
|
|
458
|
+
if (g || x) {
|
|
459
459
|
var P = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
460
|
-
|
|
460
|
+
g && tr(y, P), x && nr(y, P);
|
|
461
461
|
}
|
|
462
|
-
return or(e,
|
|
462
|
+
return or(e, g, x, E, v, B.current, y);
|
|
463
463
|
}
|
|
464
464
|
}
|
|
465
|
-
var ue =
|
|
465
|
+
var ue = T.ReactCurrentOwner, Oe = T.ReactDebugCurrentFrame;
|
|
466
466
|
function V(e) {
|
|
467
467
|
if (e) {
|
|
468
468
|
var t = e._owner, a = H(e.type, e._source, t ? t.type : null);
|
|
@@ -576,28 +576,28 @@ Check the top-level render call using <` + a + ">.");
|
|
|
576
576
|
{
|
|
577
577
|
var y = ze(e);
|
|
578
578
|
if (!y) {
|
|
579
|
-
var
|
|
580
|
-
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (
|
|
579
|
+
var g = "";
|
|
580
|
+
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (g += " 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
581
|
var x = ir();
|
|
582
|
-
x ?
|
|
582
|
+
x ? g += x : g += Ae();
|
|
583
583
|
var C;
|
|
584
|
-
e === null ? C = "null" : ae(e) ? C = "array" : e !== void 0 && e.$$typeof === n ? (C = "<" + (k(e.type) || "Unknown") + " />",
|
|
584
|
+
e === null ? C = "null" : ae(e) ? C = "array" : e !== void 0 && e.$$typeof === n ? (C = "<" + (k(e.type) || "Unknown") + " />", g = " 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, g);
|
|
585
585
|
}
|
|
586
586
|
var P = ar(e, t, a, E, w);
|
|
587
587
|
if (P == null)
|
|
588
588
|
return P;
|
|
589
589
|
if (y) {
|
|
590
|
-
var
|
|
591
|
-
if (
|
|
590
|
+
var A = t.children;
|
|
591
|
+
if (A !== void 0)
|
|
592
592
|
if (v)
|
|
593
|
-
if (ae(
|
|
594
|
-
for (var M = 0; M <
|
|
595
|
-
ke(
|
|
596
|
-
Object.freeze && Object.freeze(
|
|
593
|
+
if (ae(A)) {
|
|
594
|
+
for (var M = 0; M < A.length; M++)
|
|
595
|
+
ke(A[M], e);
|
|
596
|
+
Object.freeze && Object.freeze(A);
|
|
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
|
-
ke(
|
|
600
|
+
ke(A, e);
|
|
601
601
|
}
|
|
602
602
|
return e === u ? cr(P) : sr(P), P;
|
|
603
603
|
}
|
|
@@ -614,7 +614,7 @@ Check the top-level render call using <` + a + ">.");
|
|
|
614
614
|
}
|
|
615
615
|
process.env.NODE_ENV === "production" ? le.exports = mr() : le.exports = Er();
|
|
616
616
|
var F = le.exports;
|
|
617
|
-
const
|
|
617
|
+
const D = gr({}), Ar = ({ children: r, apiURL: n, libraries: o }) => {
|
|
618
618
|
const u = fe(
|
|
619
619
|
() => ({
|
|
620
620
|
apiURL: n,
|
|
@@ -622,7 +622,7 @@ const A = gr({}), Ar = ({ children: r, apiURL: n, libraries: o }) => {
|
|
|
622
622
|
}),
|
|
623
623
|
[n, o]
|
|
624
624
|
);
|
|
625
|
-
return /* @__PURE__ */ F.jsx(
|
|
625
|
+
return /* @__PURE__ */ F.jsx(D.Provider, { value: u, children: r });
|
|
626
626
|
}, Dr = ({
|
|
627
627
|
Fallback: r,
|
|
628
628
|
isLogged: n,
|
|
@@ -632,35 +632,35 @@ const A = gr({}), Ar = ({ children: r, apiURL: n, libraries: o }) => {
|
|
|
632
632
|
...f
|
|
633
633
|
}) => {
|
|
634
634
|
var _, L, Y, N;
|
|
635
|
-
const { libraries: l } = I(
|
|
635
|
+
const { libraries: l } = I(D), 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 [
|
|
638
|
+
const [h, m] = We(null), { useLocation: p, Navigate: R, Outlet: s } = d, j = p(), O = hr(!1), S = typeof n == "function" ? n() : !!n, T = typeof S == "boolean" ? S : S == null ? void 0 : S.isLogged;
|
|
639
639
|
return z(() => {
|
|
640
|
-
|
|
640
|
+
O.current || (O.current = !0, c.interceptors.response.use(
|
|
641
641
|
(b) => b,
|
|
642
642
|
async (b) => {
|
|
643
643
|
var U;
|
|
644
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, u, i]),
|
|
647
|
+
}, [c.defaults.headers.common, c.interceptors.response, u, i]), T && !h ? /* @__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
648
|
}, Ir = ({ data: r, ...n }) => {
|
|
649
|
-
const { libraries: o } = I(
|
|
649
|
+
const { libraries: o } = I(D), 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
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
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 } = i, { useLocation: l, Outlet: d } = u, { pathname: c } = l(), { sendEvent:
|
|
656
|
+
const { useGoogleTagManager: f } = i, { useLocation: l, Outlet: d } = u, { pathname: c } = l(), { sendEvent: h } = f();
|
|
657
657
|
return z(() => {
|
|
658
|
-
|
|
658
|
+
h({
|
|
659
659
|
event: "pageView",
|
|
660
660
|
pathname: c,
|
|
661
661
|
...r
|
|
662
662
|
});
|
|
663
|
-
}, [r, c,
|
|
663
|
+
}, [r, c, h]), /* @__PURE__ */ F.jsx(d, {});
|
|
664
664
|
}, kr = ({
|
|
665
665
|
tokenTypeKey: r = "tokenType",
|
|
666
666
|
userLocalStorageKey: n = "user",
|
|
@@ -668,15 +668,15 @@ const A = gr({}), Ar = ({ children: r, apiURL: n, libraries: o }) => {
|
|
|
668
668
|
postContentType: u = "application/json",
|
|
669
669
|
...i
|
|
670
670
|
}) => {
|
|
671
|
-
const { apiURL: f = i.apiURL, libraries: l } = I(
|
|
671
|
+
const { apiURL: f = i.apiURL, libraries: l } = I(D), 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),
|
|
676
|
+
const c = localStorage.getItem(n), h = c ? JSON.parse(c) : null, m = h != null && h[r] ? h[r] : null, p = h != null && h[o] ? h[o] : null, R = c ? `${m} ${p}` : null;
|
|
677
677
|
return d.defaults.baseURL = f, d.defaults.headers.post["Content-Type"] = u, R && (d.defaults.headers.common.Authorization = R), null;
|
|
678
678
|
}, $r = ({ debug: r, resources: n, ...o }) => {
|
|
679
|
-
const { libraries: u } = I(
|
|
679
|
+
const { libraries: u } = I(D), i = (o == null ? void 0 : o.i18) || (u == null ? void 0 : u.i18), { i18next: f, initReactI18next: l, languageDetector: d } = i || {};
|
|
680
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({
|
|
@@ -707,31 +707,33 @@ const A = gr({}), Ar = ({ children: r, apiURL: n, libraries: o }) => {
|
|
|
707
707
|
ignoreErrors: l,
|
|
708
708
|
debug: d,
|
|
709
709
|
environment: c,
|
|
710
|
-
|
|
710
|
+
release: h,
|
|
711
|
+
...m
|
|
711
712
|
}) => {
|
|
712
|
-
const { libraries:
|
|
713
|
-
if (!p)
|
|
714
|
-
throw new Error("Sentry is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
|
|
713
|
+
const { libraries: p } = I(D), R = (m == null ? void 0 : m.sentry) || (p == null ? void 0 : p.sentry), s = (m == null ? void 0 : m.reactRouter) || (p == null ? void 0 : p.reactRouter);
|
|
715
714
|
if (!R)
|
|
715
|
+
throw new Error("Sentry is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
|
|
716
|
+
if (!s)
|
|
716
717
|
throw new Error("React Router is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
|
|
717
|
-
if (
|
|
718
|
+
if (R.isInitialized())
|
|
718
719
|
return null;
|
|
719
|
-
const { createRoutesFromChildren:
|
|
720
|
-
return (d || process.env.NODE_ENV === "prod" || process.env.NODE_ENV === "production") &&
|
|
720
|
+
const { createRoutesFromChildren: j, matchRoutes: O, useLocation: S, useNavigationType: T } = s;
|
|
721
|
+
return (d || process.env.NODE_ENV === "prod" || process.env.NODE_ENV === "production") && R.init({
|
|
721
722
|
debug: d,
|
|
722
723
|
dsn: r,
|
|
723
724
|
environment: c || "production",
|
|
724
725
|
ignoreErrors: l,
|
|
725
726
|
integrations: [
|
|
726
|
-
|
|
727
|
-
createRoutesFromChildren:
|
|
728
|
-
matchRoutes:
|
|
727
|
+
R.reactRouterV6BrowserTracingIntegration({
|
|
728
|
+
createRoutesFromChildren: j,
|
|
729
|
+
matchRoutes: O,
|
|
729
730
|
useEffect: z,
|
|
730
|
-
useLocation:
|
|
731
|
-
useNavigationType:
|
|
731
|
+
useLocation: S,
|
|
732
|
+
useNavigationType: T
|
|
732
733
|
}),
|
|
733
734
|
...n || []
|
|
734
735
|
],
|
|
736
|
+
release: h,
|
|
735
737
|
replaysOnErrorSampleRate: i || 1,
|
|
736
738
|
replaysSessionSampleRate: u || 0.1,
|
|
737
739
|
tracePropagationTargets: f,
|
|
@@ -745,12 +747,12 @@ const A = gr({}), Ar = ({ children: r, apiURL: n, libraries: o }) => {
|
|
|
745
747
|
);
|
|
746
748
|
return /* @__PURE__ */ F.jsx(o, { ...n });
|
|
747
749
|
}, Yr = ({ accessToken: r, ...n }) => {
|
|
748
|
-
const { libraries: o } = I(
|
|
750
|
+
const { libraries: o } = I(D), u = (n == null ? void 0 : n.mapbox) || (o == null ? void 0 : o.mapbox);
|
|
749
751
|
if (!u)
|
|
750
752
|
throw new Error("Mapbox is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
|
|
751
753
|
return r && (u.accessToken = r), null;
|
|
752
754
|
}, Nr = ({ language: r, ...n }) => {
|
|
753
|
-
const { libraries: o } = I(
|
|
755
|
+
const { libraries: o } = I(D), 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
756
|
if (!u)
|
|
755
757
|
throw new Error(
|
|
756
758
|
"Dayjs is not provided. You can provide it with InjectDependenciesProvider or directly in props of InitializeDaysJSConfig."
|
|
@@ -766,7 +768,10 @@ const A = gr({}), Ar = ({ children: r, apiURL: n, libraries: o }) => {
|
|
|
766
768
|
}, [u, i, r]), null;
|
|
767
769
|
}, Wr = () => (z(() => {
|
|
768
770
|
const r = (n) => {
|
|
769
|
-
|
|
771
|
+
try {
|
|
772
|
+
n.preventDefault(), n.stopPropagation(), window.location.reload();
|
|
773
|
+
} catch {
|
|
774
|
+
}
|
|
770
775
|
};
|
|
771
776
|
return window.addEventListener("vite:preloadError", r), () => {
|
|
772
777
|
window.removeEventListener("vite:preloadError", r);
|
|
@@ -777,8 +782,8 @@ const A = gr({}), Ar = ({ children: r, apiURL: n, libraries: o }) => {
|
|
|
777
782
|
defaultMutationsOptions: o,
|
|
778
783
|
...u
|
|
779
784
|
}) => {
|
|
780
|
-
var c,
|
|
781
|
-
const { libraries: i } = I(
|
|
785
|
+
var c, h;
|
|
786
|
+
const { libraries: i } = I(D), 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) || ((h = i == null ? void 0 : i.reactQuery) == null ? void 0 : h.QueryClientProvider);
|
|
782
787
|
if (!f)
|
|
783
788
|
throw new Error("QueryClient is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
|
|
784
789
|
if (!l)
|
|
@@ -802,19 +807,19 @@ const A = gr({}), Ar = ({ children: r, apiURL: n, libraries: o }) => {
|
|
|
802
807
|
});
|
|
803
808
|
return /* @__PURE__ */ F.jsx(l, { client: d, children: r });
|
|
804
809
|
}, Vr = (r) => {
|
|
805
|
-
var
|
|
806
|
-
const { libraries: n } = I(
|
|
810
|
+
var h, m, p;
|
|
811
|
+
const { libraries: n } = I(D), o = (r == null ? void 0 : r.i18) || (n == null ? void 0 : n.i18), u = ((h = r == null ? void 0 : r.i18) == null ? void 0 : h.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
812
|
(R) => {
|
|
808
|
-
var j,
|
|
813
|
+
var j, O, S, T, _, L, Y, N, b;
|
|
809
814
|
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) : (
|
|
815
|
+
return s != null && s.reason ? String(s.reason) : (j = s == null ? void 0 : s.data) != null && j.reason ? String(s.data.reason) : (O = s == null ? void 0 : s.data) != null && O.message ? String(s.data.message) : (T = (S = s == null ? void 0 : s.data) == null ? void 0 : S.detail) != null && T.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;
|
|
811
816
|
},
|
|
812
817
|
[l]
|
|
813
818
|
);
|
|
814
819
|
return { getErrorCode: re((R) => {
|
|
815
|
-
var j,
|
|
820
|
+
var j, O, S;
|
|
816
821
|
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((
|
|
822
|
+
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((O = s == null ? void 0 : s.data) == null ? void 0 : O.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";
|
|
818
823
|
}, []), printError: d };
|
|
819
824
|
}, Mr = ({
|
|
820
825
|
data: r,
|
|
@@ -831,7 +836,7 @@ const A = gr({}), Ar = ({ children: r, apiURL: n, libraries: o }) => {
|
|
|
831
836
|
[f, n, o]
|
|
832
837
|
), d = fe(() => {
|
|
833
838
|
if (r)
|
|
834
|
-
return r.pages.reduce((c,
|
|
839
|
+
return r.pages.reduce((c, h) => [...c, ...h], []);
|
|
835
840
|
}, [r]);
|
|
836
841
|
return {
|
|
837
842
|
fetchNextPageOnRowsScrollEnd: l,
|
|
@@ -840,7 +845,7 @@ const A = gr({}), Ar = ({ children: r, apiURL: n, libraries: o }) => {
|
|
|
840
845
|
rows: d
|
|
841
846
|
};
|
|
842
847
|
}, Ur = (r) => {
|
|
843
|
-
const { libraries: n } = I(
|
|
848
|
+
const { libraries: n } = I(D), o = (r == null ? void 0 : r.axios) || (n == null ? void 0 : n.axios), u = (r == null ? void 0 : r.localStorageKey) || "user";
|
|
844
849
|
if (!o)
|
|
845
850
|
throw new Error("Axios is not provided. You can provide it with InjectDependenciesProvider or directly in params of useAuth.");
|
|
846
851
|
const i = re(
|
|
@@ -855,10 +860,10 @@ const A = gr({}), Ar = ({ children: r, apiURL: n, libraries: o }) => {
|
|
|
855
860
|
const l = ({ newValue: d, key: c }) => {
|
|
856
861
|
if (c === u && d)
|
|
857
862
|
try {
|
|
858
|
-
const { accessToken:
|
|
859
|
-
i({ accessToken:
|
|
860
|
-
} catch (
|
|
861
|
-
console.error("Failed to parse newValue from localStorage:",
|
|
863
|
+
const { accessToken: h, tokenType: m } = JSON.parse(d);
|
|
864
|
+
i({ accessToken: h, tokenType: m });
|
|
865
|
+
} catch (h) {
|
|
866
|
+
console.error("Failed to parse newValue from localStorage:", h);
|
|
862
867
|
}
|
|
863
868
|
};
|
|
864
869
|
return window.addEventListener("storage", l), () => {
|
|
@@ -877,7 +882,7 @@ const A = gr({}), Ar = ({ children: r, apiURL: n, libraries: o }) => {
|
|
|
877
882
|
const u = Cr(r), i = `${o}${u}`, f = i.match(/\.(jpeg|jpg|png|gif|bmp|webp|svg|avif)$/) !== null;
|
|
878
883
|
return typeof n == "number" && f ? `${i.replace("/files", `/thumbs/${n}`)}` : i;
|
|
879
884
|
}, qr = (r) => {
|
|
880
|
-
const { apiURL: n, libraries: o } = I(
|
|
885
|
+
const { apiURL: n, libraries: o } = I(D), u = (r == null ? void 0 : r.dayjs) || (o == null ? void 0 : o.dayjs);
|
|
881
886
|
return {
|
|
882
887
|
dateAdapter: (l, d) => {
|
|
883
888
|
if (!u)
|
|
@@ -975,7 +980,7 @@ export {
|
|
|
975
980
|
$r as InitializeI18nConfig,
|
|
976
981
|
Yr as InitializeMapBoxConfig,
|
|
977
982
|
Fr as InitializeSentryConfig,
|
|
978
|
-
|
|
983
|
+
D as InjectDependenciesContext,
|
|
979
984
|
Ar as InjectDependenciesProvider,
|
|
980
985
|
Lr as MaskTextField,
|
|
981
986
|
Wr as PreloadErrorHandler,
|
package/dist/main.umd.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(C,
|
|
1
|
+
(function(C,g){typeof exports=="object"&&typeof module<"u"?g(exports,require("react")):typeof define=="function"&&define.amd?define(["exports","react"],g):(C=typeof globalThis<"u"?globalThis:C||self,g(C["@tracktor/shared-module"]={},C.React))})(this,function(C,g){"use strict";var te={exports:{}},B={};/**
|
|
2
2
|
* @license React
|
|
3
3
|
* react-jsx-runtime.production.min.js
|
|
4
4
|
*
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*
|
|
7
7
|
* This source code is licensed under the MIT license found in the
|
|
8
8
|
* LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/var le;function We(){if(le)return B;le=1;var t=
|
|
9
|
+
*/var le;function We(){if(le)return B;le=1;var t=g,n=Symbol.for("react.element"),o=Symbol.for("react.fragment"),s=Object.prototype.hasOwnProperty,i=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,f={key:!0,ref:!0,__self:!0,__source:!0};function l(d,c,y){var E,_={},p=null,u=null;y!==void 0&&(p=""+y),c.key!==void 0&&(p=""+c.key),c.ref!==void 0&&(u=c.ref);for(E in c)s.call(c,E)&&!f.hasOwnProperty(E)&&(_[E]=c[E]);if(d&&d.defaultProps)for(E in c=d.defaultProps,c)_[E]===void 0&&(_[E]=c[E]);return{$$typeof:n,type:d,key:p,ref:u,props:_,_owner:i.current}}return B.Fragment=o,B.jsx=l,B.jsxs=l,B}var G={};/**
|
|
10
10
|
* @license React
|
|
11
11
|
* react-jsx-runtime.development.js
|
|
12
12
|
*
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
*
|
|
15
15
|
* This source code is licensed under the MIT license found in the
|
|
16
16
|
* LICENSE file in the root directory of this source tree.
|
|
17
|
-
*/var fe;function ze(){return fe||(fe=1,process.env.NODE_ENV!=="production"&&function(){var t=
|
|
18
|
-
`+ne+e}}var oe=!1,Z;{var mt=typeof WeakMap=="function"?WeakMap:Map;Z=new mt}function Pe(e,r){if(!e||oe)return"";{var a=Z.get(e);if(a!==void 0)return a}var v;oe=!0;var R=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var w;w=re.current,re.current=null,ht();try{if(r){var m=function(){throw Error()};if(Object.defineProperty(m.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(m,[])}catch(Y){v=Y}Reflect.construct(e,[],m)}else{try{m.call()}catch(Y){v=Y}e.call(m.prototype)}}else{try{throw Error()}catch(Y){v=Y}e()}}catch(Y){if(Y&&v&&typeof Y.stack=="string"){for(var
|
|
17
|
+
*/var fe;function ze(){return fe||(fe=1,process.env.NODE_ENV!=="production"&&function(){var t=g,n=Symbol.for("react.element"),o=Symbol.for("react.portal"),s=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"),y=Symbol.for("react.suspense"),E=Symbol.for("react.suspense_list"),_=Symbol.for("react.memo"),p=Symbol.for("react.lazy"),u=Symbol.for("react.offscreen"),T=Symbol.iterator,D="@@iterator";function x(e){if(e===null||typeof e!="object")return null;var r=T&&e[T]||e[D];return typeof r=="function"?r:null}var I=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function b(e){{for(var r=arguments.length,a=new Array(r>1?r-1:0),v=1;v<r;v++)a[v-1]=arguments[v];N("error",e,a)}}function N(e,r,a){{var v=I.ReactDebugCurrentFrame,R=v.getStackAddendum();R!==""&&(r+="%s",a=a.concat([R]));var w=a.map(function(m){return String(m)});w.unshift("Warning: "+r),Function.prototype.apply.call(console[e],console,w)}}var W=!1,z=!1,j=!1,ge=!1,he=!1,Q;Q=Symbol.for("react.module.reference");function vt(e){return!!(typeof e=="string"||typeof e=="function"||e===s||e===f||he||e===i||e===y||e===E||ge||e===u||W||z||j||typeof e=="object"&&e!==null&&(e.$$typeof===p||e.$$typeof===_||e.$$typeof===l||e.$$typeof===d||e.$$typeof===c||e.$$typeof===Q||e.getModuleId!==void 0))}function gt(e,r,a){var v=e.displayName;if(v)return v;var R=r.displayName||r.name||"";return R!==""?a+"("+R+")":a}function ye(e){return e.displayName||"Context"}function L(e){if(e==null)return null;if(typeof e.tag=="number"&&b("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case s:return"Fragment";case o:return"Portal";case f:return"Profiler";case i:return"StrictMode";case y:return"Suspense";case E:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case d:var r=e;return ye(r)+".Consumer";case l:var a=e;return ye(a._context)+".Provider";case c:return gt(e,e.render,"ForwardRef");case _:var v=e.displayName||null;return v!==null?v:L(e.type)||"Memo";case p:{var R=e,w=R._payload,m=R._init;try{return L(m(w))}catch{return null}}}return null}var M=Object.assign,J=0,me,Ee,Re,we,Ce,pe,_e;function be(){}be.__reactDisabledLog=!0;function ht(){{if(J===0){me=console.log,Ee=console.info,Re=console.warn,we=console.error,Ce=console.group,pe=console.groupCollapsed,_e=console.groupEnd;var e={configurable:!0,enumerable:!0,value:be,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}J++}}function yt(){{if(J--,J===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:M({},e,{value:me}),info:M({},e,{value:Ee}),warn:M({},e,{value:Re}),error:M({},e,{value:we}),group:M({},e,{value:Ce}),groupCollapsed:M({},e,{value:pe}),groupEnd:M({},e,{value:_e})})}J<0&&b("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var re=I.ReactCurrentDispatcher,ne;function X(e,r,a){{if(ne===void 0)try{throw Error()}catch(R){var v=R.stack.trim().match(/\n( *(at )?)/);ne=v&&v[1]||""}return`
|
|
18
|
+
`+ne+e}}var oe=!1,Z;{var mt=typeof WeakMap=="function"?WeakMap:Map;Z=new mt}function Pe(e,r){if(!e||oe)return"";{var a=Z.get(e);if(a!==void 0)return a}var v;oe=!0;var R=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var w;w=re.current,re.current=null,ht();try{if(r){var m=function(){throw Error()};if(Object.defineProperty(m.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(m,[])}catch(Y){v=Y}Reflect.construct(e,[],m)}else{try{m.call()}catch(Y){v=Y}e.call(m.prototype)}}else{try{throw Error()}catch(Y){v=Y}e()}}catch(Y){if(Y&&v&&typeof Y.stack=="string"){for(var h=Y.stack.split(`
|
|
19
19
|
`),O=v.stack.split(`
|
|
20
|
-
`),P=
|
|
21
|
-
`+
|
|
20
|
+
`),P=h.length-1,S=O.length-1;P>=1&&S>=0&&h[P]!==O[S];)S--;for(;P>=1&&S>=0;P--,S--)if(h[P]!==O[S]){if(P!==1||S!==1)do if(P--,S--,S<0||h[P]!==O[S]){var k=`
|
|
21
|
+
`+h[P].replace(" at new "," at ");return e.displayName&&k.includes("<anonymous>")&&(k=k.replace("<anonymous>",e.displayName)),typeof e=="function"&&Z.set(e,k),k}while(P>=1&&S>=0);break}}}finally{oe=!1,re.current=w,yt(),Error.prepareStackTrace=R}var U=e?e.displayName||e.name:"",Ne=U?X(U):"";return typeof e=="function"&&Z.set(e,Ne),Ne}function Et(e,r,a){return Pe(e,!1)}function Rt(e){var r=e.prototype;return!!(r&&r.isReactComponent)}function $(e,r,a){if(e==null)return"";if(typeof e=="function")return Pe(e,Rt(e));if(typeof e=="string")return X(e);switch(e){case y:return X("Suspense");case E:return X("SuspenseList")}if(typeof e=="object")switch(e.$$typeof){case c:return Et(e.render);case _:return $(e.type,r,a);case p:{var v=e,R=v._payload,w=v._init;try{return $(w(R),r,a)}catch{}}}return""}var q=Object.prototype.hasOwnProperty,je={},Se=I.ReactDebugCurrentFrame;function ee(e){if(e){var r=e._owner,a=$(e.type,e._source,r?r.type:null);Se.setExtraStackFrame(a)}else Se.setExtraStackFrame(null)}function wt(e,r,a,v,R){{var w=Function.call.bind(q);for(var m in e)if(w(e,m)){var h=void 0;try{if(typeof e[m]!="function"){var O=Error((v||"React class")+": "+a+" type `"+m+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[m]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw O.name="Invariant Violation",O}h=e[m](r,m,v,a,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(P){h=P}h&&!(h instanceof Error)&&(ee(R),b("%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,m,typeof h),ee(null)),h instanceof Error&&!(h.message in je)&&(je[h.message]=!0,ee(R),b("Failed %s type: %s",a,h.message),ee(null))}}}var Ct=Array.isArray;function ae(e){return Ct(e)}function pt(e){{var r=typeof Symbol=="function"&&Symbol.toStringTag,a=r&&e[Symbol.toStringTag]||e.constructor.name||"Object";return a}}function _t(e){try{return Te(e),!1}catch{return!0}}function Te(e){return""+e}function xe(e){if(_t(e))return b("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",pt(e)),Te(e)}var H=I.ReactCurrentOwner,bt={key:!0,ref:!0,__self:!0,__source:!0},Oe,Ae,ie;ie={};function Pt(e){if(q.call(e,"ref")){var r=Object.getOwnPropertyDescriptor(e,"ref").get;if(r&&r.isReactWarning)return!1}return e.ref!==void 0}function jt(e){if(q.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function St(e,r){if(typeof e.ref=="string"&&H.current&&r&&H.current.stateNode!==r){var a=L(H.current.type);ie[a]||(b('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',L(H.current.type),e.ref),ie[a]=!0)}}function Tt(e,r){{var a=function(){Oe||(Oe=!0,b("%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)",r))};a.isReactWarning=!0,Object.defineProperty(e,"key",{get:a,configurable:!0})}}function xt(e,r){{var a=function(){Ae||(Ae=!0,b("%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)",r))};a.isReactWarning=!0,Object.defineProperty(e,"ref",{get:a,configurable:!0})}}var Ot=function(e,r,a,v,R,w,m){var h={$$typeof:n,type:e,key:r,ref:a,props:m,_owner:w};return h._store={},Object.defineProperty(h._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(h,"_self",{configurable:!1,enumerable:!1,writable:!1,value:v}),Object.defineProperty(h,"_source",{configurable:!1,enumerable:!1,writable:!1,value:R}),Object.freeze&&(Object.freeze(h.props),Object.freeze(h)),h};function At(e,r,a,v,R){{var w,m={},h=null,O=null;a!==void 0&&(xe(a),h=""+a),jt(r)&&(xe(r.key),h=""+r.key),Pt(r)&&(O=r.ref,St(r,R));for(w in r)q.call(r,w)&&!bt.hasOwnProperty(w)&&(m[w]=r[w]);if(e&&e.defaultProps){var P=e.defaultProps;for(w in P)m[w]===void 0&&(m[w]=P[w])}if(h||O){var S=typeof e=="function"?e.displayName||e.name||"Unknown":e;h&&Tt(m,S),O&&xt(m,S)}return Ot(e,h,O,R,v,H.current,m)}}var se=I.ReactCurrentOwner,Ie=I.ReactDebugCurrentFrame;function V(e){if(e){var r=e._owner,a=$(e.type,e._source,r?r.type:null);Ie.setExtraStackFrame(a)}else Ie.setExtraStackFrame(null)}var ue;ue=!1;function ce(e){return typeof e=="object"&&e!==null&&e.$$typeof===n}function De(){{if(se.current){var e=L(se.current.type);if(e)return`
|
|
22
22
|
|
|
23
23
|
Check the render method of \``+e+"`."}return""}}function It(e){return""}var ke={};function Dt(e){{var r=De();if(!r){var a=typeof e=="string"?e:e.displayName||e.name;a&&(r=`
|
|
24
24
|
|
|
25
|
-
Check the top-level render call using <`+a+">.")}return r}}function Fe(e,r){{if(!e._store||e._store.validated||e.key!=null)return;e._store.validated=!0;var a=Dt(r);if(ke[a])return;ke[a]=!0;var v="";e&&e._owner&&e._owner!==se.current&&(v=" It was passed a child from "+L(e._owner.type)+"."),V(e),b('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)}}function Le(e,r){{if(typeof e!="object")return;if(ae(e))for(var a=0;a<e.length;a++){var v=e[a];ce(v)&&Fe(v,r)}else if(ce(e))e._store&&(e._store.validated=!0);else if(e){var R=x(e);if(typeof R=="function"&&R!==e.entries)for(var w=R.call(e),m;!(m=w.next()).done;)ce(m.value)&&Fe(m.value,r)}}}function kt(e){{var r=e.type;if(r==null||typeof r=="string")return;var a;if(typeof r=="function")a=r.propTypes;else if(typeof r=="object"&&(r.$$typeof===c||r.$$typeof===_))a=r.propTypes;else return;if(a){var v=L(r);wt(a,e.props,"prop",v,e)}else if(r.PropTypes!==void 0&&!ue){ue=!0;var R=L(r);b("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",R||"Unknown")}typeof r.getDefaultProps=="function"&&!r.getDefaultProps.isReactClassApproved&&b("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function Ft(e){{for(var r=Object.keys(e.props),a=0;a<r.length;a++){var v=r[a];if(v!=="children"&&v!=="key"){V(e),b("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",v),V(null);break}}e.ref!==null&&(V(e),b("Invalid attribute `ref` supplied to `React.Fragment`."),V(null))}}function Ye(e,r,a,v,R,w){{var m=vt(e);if(!m){var y="";(e===void 0||typeof e=="object"&&e!==null&&Object.keys(e).length===0)&&(y+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var O=It();O?y+=O:y+=De();var P;e===null?P="null":ae(e)?P="array":e!==void 0&&e.$$typeof===n?(P="<"+(L(e.type)||"Unknown")+" />",y=" Did you accidentally export a JSX literal instead of a component?"):P=typeof e,b("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",P,y)}var S=At(e,r,a,R,w);if(S==null)return S;if(m){var D=r.children;if(D!==void 0)if(v)if(ae(D)){for(var U=0;U<D.length;U++)Le(D[U],e);Object.freeze&&Object.freeze(D)}else b("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else Le(D,e)}return e===s?Ft(S):kt(S),S}}function Lt(e,r,a){return Ye(e,r,a,!0)}function Yt(e,r,a){return Ye(e,r,a,!1)}var Nt=Yt,Wt=Lt;G.Fragment=s,G.jsx=Nt,G.jsxs=Wt}()),G}process.env.NODE_ENV==="production"?te.exports=We():te.exports=ze();var F=te.exports;const A=h.createContext({}),Me=({children:t,apiURL:n,libraries:o})=>{const s=h.useMemo(()=>({apiURL:n,libraries:o}),[n,o]);return F.jsx(A.Provider,{value:s,children:t})},Ve=({Fallback:t,isLogged:n,loginPath:o="/login",localStorageKey:s="user",redirect401Path:i="/login",...f})=>{var b,N,W,z;const{libraries:l}=h.useContext(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);if(!d)throw new Error("React Router is not provided. You can provide it with InjectDependenciesProvider or directly in props.");const[g,E]=h.useState(null),{useLocation:_,Navigate:p,Outlet:u}=d,T=_(),I=h.useRef(!1),x=typeof n=="function"?n():!!n,k=typeof x=="boolean"?x:x==null?void 0:x.isLogged;return h.useEffect(()=>{I.current||(I.current=!0,c.interceptors.response.use(j=>j,async j=>{var Q;return typeof j=="object"&&j&&"response"in j&&j.response&&typeof j.response=="object"&&"status"in j.response&&j.response&&typeof j.response=="object"&&"status"in j.response&&((Q=j==null?void 0:j.response)==null?void 0:Q.status)===401&&(c.defaults.headers.common.Authorization=null,localStorage.removeItem(s),E(i)),Promise.reject(j)}))},[c.defaults.headers.common,c.interceptors.response,s,i]),k&&!g?F.jsx(h.Suspense,{fallback:t,children:(N=(b=T.state)==null?void 0:b.from)!=null&&N.state&&((z=(W=T.state)==null?void 0:W.from)==null?void 0:z.pathname)===o?F.jsx(p,{to:T.state.from.state.from.pathname+T.state.from.state.from.search,replace:!0}):F.jsx(u,{})}):F.jsx(p,{to:o+T.search,state:{from:T},replace:!0})},Ue=({data:t,...n})=>{const{libraries:o}=h.useContext(A),s=(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);if(!s)throw new Error("React Router is not provided. You can provide it with InjectDependenciesProvider or directly in props of GTMSendPageView.");if(!i)throw new Error("GTM is not provided. You can provide it with InjectDependenciesProvider or directly in props of GTMSendPageView.");const{useGoogleTagManager:f}=i,{useLocation:l,Outlet:d}=s,{pathname:c}=l(),{sendEvent:g}=f();return h.useEffect(()=>{g({event:"pageView",pathname:c,...t})},[t,c,g]),F.jsx(d,{})},Be=({tokenTypeKey:t="tokenType",userLocalStorageKey:n="user",tokenKey:o="accessToken",postContentType:s="application/json",...i})=>{const{apiURL:f=i.apiURL,libraries:l}=h.useContext(A),d=(i==null?void 0:i.axios)||(l==null?void 0:l.axios);if(!d)throw new Error("Axios is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(!(d!=null&&d.defaults))return null;const c=localStorage.getItem(n),g=c?JSON.parse(c):null,E=g!=null&&g[t]?g[t]:null,_=g!=null&&g[o]?g[o]:null,p=c?`${E} ${_}`:null;return d.defaults.baseURL=f,d.defaults.headers.post["Content-Type"]=s,p&&(d.defaults.headers.common.Authorization=p),null},Ge=({debug:t,resources:n,...o})=>{const{libraries:s}=h.useContext(A),i=(o==null?void 0:o.i18)||(s==null?void 0:s.i18),{i18next:f,initReactI18next:l,languageDetector:d}=i||{};if(!i)throw new Error("i18 is not provided. You can provide it with InjectDependenciesProvider or directly in props.");return f!=null&&f.isInitialized||(f.use(d).use(l).init({debug:t,fallbackLng:"en",interpolation:{escapeValue:!1},load:"languageOnly",react:{bindI18n:"languageChanged loaded",useSuspense:!0},resources:n,returnNull:!1}).then(()=>{document.documentElement.lang!==f.resolvedLanguage&&f.resolvedLanguage&&document.documentElement.setAttribute("lang",f.resolvedLanguage)}),f.on("languageChanged",c=>{document.documentElement.setAttribute("lang",c)})),null},Qe=({dsn:t,integrations:n,tracesSampleRate:o,replaysSessionSampleRate:s,replaysOnErrorSampleRate:i,tracePropagationTargets:f,ignoreErrors:l,debug:d,environment:c,...g})=>{const{libraries:E}=h.useContext(A),_=(g==null?void 0:g.sentry)||(E==null?void 0:E.sentry),p=(g==null?void 0:g.reactRouter)||(E==null?void 0:E.reactRouter);if(!_)throw new Error("Sentry is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(!p)throw new Error("React Router is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(_.isInitialized())return null;const{createRoutesFromChildren:u,matchRoutes:T,useLocation:I,useNavigationType:x}=p;return(d||process.env.NODE_ENV==="prod"||process.env.NODE_ENV==="production")&&_.init({debug:d,dsn:t,environment:c||"production",ignoreErrors:l,integrations:[_.reactRouterV6BrowserTracingIntegration({createRoutesFromChildren:u,matchRoutes:T,useEffect:h.useEffect,useLocation:I,useNavigationType:x}),...n||[]],replaysOnErrorSampleRate:i||1,replaysSessionSampleRate:s||.1,tracePropagationTargets:f,tracesSampleRate:o||1}),null},Je=({IMaskMixin:t,...n})=>{const o=h.useMemo(()=>t(({TextField:s,...i})=>F.jsx(s,{...i})),[t]);return F.jsx(o,{...n})},He=({accessToken:t,...n})=>{const{libraries:o}=h.useContext(A),s=(n==null?void 0:n.mapbox)||(o==null?void 0:o.mapbox);if(!s)throw new Error("Mapbox is not provided. You can provide it with InjectDependenciesProvider or directly in props.");return t&&(s.accessToken=t),null},Ke=({language:t,...n})=>{const{libraries:o}=h.useContext(A),s=(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);if(!s)throw new Error("Dayjs is not provided. You can provide it with InjectDependenciesProvider or directly in props of InitializeDaysJSConfig.");return h.useEffect(()=>{(async()=>{var d;const l=t||((d=navigator.language)==null?void 0:d.slice(0,2))||"en";i&&i.forEach(c=>{c&&s.extend(c)}),await import("dayjs/locale/en"),await import("dayjs/locale/fr"),s.locale(l)})().then()},[s,i,t]),null},Xe=()=>(h.useEffect(()=>{const t=n=>{n.preventDefault(),window.location.reload()};return window.addEventListener("vite:preloadError",t),()=>{window.removeEventListener("vite:preloadError",t)}},[]),null),Ze=t=>t&&typeof t=="function",$e=t=>t&&typeof t=="function",qe=({children:t,defaultQueriesOptions:n,defaultMutationsOptions:o,...s})=>{var c,g;const{libraries:i}=h.useContext(A),f=(s==null?void 0:s.QueryClient)||((c=i==null?void 0:i.reactQuery)==null?void 0:c.QueryClient),l=(s==null?void 0:s.QueryClientProvider)||((g=i==null?void 0:i.reactQuery)==null?void 0:g.QueryClientProvider);if(!f)throw new Error("QueryClient is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(!l)throw new Error("QueryClientProvider is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(!Ze(l))throw new Error("Provided QueryClientProvider dependencies are not valid.");if(!$e(f))throw new Error("Provided QueryClient dependencies are not valid.");const d=new f({defaultOptions:{mutations:{...o},queries:{getNextPageParam:(E,_,p)=>E.length+(p||0),refetchOnWindowFocus:!1,retry:3,...n}}});return F.jsx(l,{client:d,children:t})},et=t=>{var g,E,_;const{libraries:n}=h.useContext(A),o=(t==null?void 0:t.i18)||(n==null?void 0:n.i18),s=((g=t==null?void 0:t.i18)==null?void 0:g.translateFunction)||((E=n==null?void 0:n.i18)==null?void 0:E.translateFunction),i=((_=o==null?void 0:o.i18next)==null?void 0:_.t)||s||(p=>p),{unknownErrorTranslationKey:f="error.unknownError"}=t||{},l=i(f),d=h.useCallback(p=>{var T,I,x,k,b,N,W,z,j;const{response:u}=p||{};return u!=null&&u.reason?String(u.reason):(T=u==null?void 0:u.data)!=null&&T.reason?String(u.data.reason):(I=u==null?void 0:u.data)!=null&&I.message?String(u.data.message):(k=(x=u==null?void 0:u.data)==null?void 0:x.detail)!=null&&k.length&&Array.isArray((b=u==null?void 0:u.data)==null?void 0:b.detail)&&((W=(N=u==null?void 0:u.data)==null?void 0:N.detail[0])!=null&&W.msg)&&typeof((j=(z=u==null?void 0:u.data)==null?void 0:z.detail[0])==null?void 0:j.msg)=="string"?String(u.data.detail[0].msg):l},[l]);return{getErrorCode:h.useCallback(p=>{var T,I,x;const{response:u}=p||{};return u!=null&&u.error_code?String(u==null?void 0:u.error_code):(T=u==null?void 0:u.data)!=null&&T.error_code?String((I=u==null?void 0:u.data)==null?void 0:I.error_code):u!=null&&u.error_code?String(u==null?void 0:u.error_code):(x=u==null?void 0:u.data)!=null&&x.error_code?String(u.data.error_code):"unknown_error_code"},[]),printError:d}},tt=({data:t,fetchNextPage:n,isFetchingNextPage:o,isInitialLoading:s,isLoading:i,enabled:f=!0})=>{const l=h.useCallback(async c=>{o||!f||await n({pageParam:(c==null?void 0:c.pageParam)||c.visibleRowsCount})},[f,n,o]),d=h.useMemo(()=>{if(t)return t.pages.reduce((c,g)=>[...c,...g],[])},[t]);return{fetchNextPageOnRowsScrollEnd:l,isLoading:o||i,loadingVariant:s?"skeleton":"linear",rows:d}},rt=t=>{const{libraries:n}=h.useContext(A),o=(t==null?void 0:t.axios)||(n==null?void 0:n.axios),s=(t==null?void 0:t.localStorageKey)||"user";if(!o)throw new Error("Axios is not provided. You can provide it with InjectDependenciesProvider or directly in params of useAuth.");const i=h.useCallback(({tokenType:l,accessToken:d})=>{o.defaults.headers.common.Authorization=`${l} ${d}`},[o.defaults.headers.common]),f=()=>{o.defaults.headers.common.Authorization=null};return h.useEffect(()=>{const l=({newValue:d,key:c})=>{if(c===s&&d)try{const{accessToken:g,tokenType:E}=JSON.parse(d);i({accessToken:g,tokenType:E})}catch(g){console.error("Failed to parse newValue from localStorage:",g)}};return window.addEventListener("storage",l),()=>{window.removeEventListener("storage",l)}},[s,i]),{clearAuthenticationToken:f,setAuthenticationToken:i}},de=({library:t,date:n,format:o="ll"})=>t(n).format(o),ve=(t,n="km")=>{const o=Number(t);return Number.isNaN(o)?`0 ${n}`:`${o.toFixed(2)} ${n}`},nt=t=>t!=null&&t.startsWith("/")?t!=null&&t.startsWith("/files")?t:`/files${t}`:t!=null&&t.startsWith("files")?`/${t}`:t!=null&&t.startsWith("files")?`/${t}`:`/files/${t}`,ot=({path:t,size:n,apiURL:o})=>{if(!t)return"";const s=nt(t),i=`${o}${s}`,f=i.match(/\.(jpeg|jpg|png|gif|bmp|webp|svg|avif)$/)!==null;return typeof n=="number"&&f?`${i.replace("/files",`/thumbs/${n}`)}`:i},at=t=>{const{apiURL:n,libraries:o}=h.useContext(A),s=(t==null?void 0:t.dayjs)||(o==null?void 0:o.dayjs);return{dateAdapter:(l,d)=>{if(!s)throw new Error("Dayjs is not provided. You can provide it with InjectDependenciesProvider or directly in props.");return de({date:l,format:d,library:s})},distanceAdapter:ve,filePathAdapter:(l,d)=>{if(!n)throw new Error("API URL is not provided. You can provide it with InjectDependenciesProvider or directly in props to filePathAdapter.");return ot({apiURL:n,path:l,size:d})}}},K=(t,n)=>n==="short"?t.split("-")[0]:t,it=(t,n="full")=>{const[o,s]=h.useState(()=>{const i=(t==null?void 0:t.language)||navigator.language;return t&&"isInitialized"in t&&t.isInitialized,K(i,n)});return h.useEffect(()=>{var f;t&&"isInitialized"in t&&t.isInitialized&&t.language&&s(K(t.language,n));const i=l=>{s(K(l,n))};return(f=t==null?void 0:t.on)==null||f.call(t,"languageChanged",i),()=>{var l;(l=t==null?void 0:t.off)==null||l.call(t,"languageChanged",i)}},[t,n]),o},st=t=>t.charAt(0).toUpperCase()+t.slice(1).toLowerCase(),ut=t=>{const s=t.split("/").filter(i=>i.length>0).map(i=>i.replace(/\${([^}]*)}/g,"$1").split(/[_-]/).map(c=>c.charAt(0).toUpperCase()+c.slice(1)).join("")).join("");return s.charAt(0).toLowerCase()+s.slice(1)},ct=t=>(t.split("/").pop()||t).replace(/\.json$/,"").replace(/^openapi\./,""),lt=(t,n,o)=>{const s=ut(n),i=st(o);return`${s}${i}`},ft=t=>{if(t)return(t==null?void 0:t.reduce((n,o)=>(n[o]={query:{useInfinite:!0,useInfiniteQueryParam:"offset",useQuery:!0}},n),{}))||{}},dt=t=>(Array.isArray(t)?t:[t]).reduce((o,s)=>{const{output:i,operationsToGenerateInfiniteQueryHook:f,input:l="./openapi.json"}=s||{},d=ct(l);return{...o,[d]:{hooks:{afterAllFilesWrite:"prettier src/api/ --write"},input:l,output:{baseUrl:i==null?void 0:i.baseUrl,client:"react-query",mode:"tags-split",override:{...(f==null?void 0:f.length)&&{operations:ft(f)},header:c=>["Generated by orval 🍺",...c.title?[c.title]:[],...c.description?[c.description]:[]],mutator:{name:"axiosCustomInstance",path:`${__dirname}/axiosCustomInstance.ts`},operationName:lt,query:{useQuery:!0}},schemas:(i==null?void 0:i.schemas)||`src/api/${d}/model`,target:(i==null?void 0:i.target)||`src/api/${d}/services/api.ts`,...i}}}},{});C.GTMSendPageView=Ue,C.InitializeAxiosConfig=Be,C.InitializeDaysJSConfig=Ke,C.InitializeI18nConfig=Ge,C.InitializeMapBoxConfig=He,C.InitializeSentryConfig=Qe,C.InjectDependenciesContext=A,C.InjectDependenciesProvider=Me,C.MaskTextField=Je,C.PreloadErrorHandler=Xe,C.QueryClientProviderWithConfig=qe,C.RequireAuth=Ve,C.dateAdapter=de,C.distanceAdapter=ve,C.getOrvalConfig=dt,C.useAdapter=at,C.useAuth=rt,C.useCurrentLanguage=it,C.useInfiniteDataGrid=tt,C.useResponseError=et,Object.defineProperty(C,Symbol.toStringTag,{value:"Module"})});
|
|
25
|
+
Check the top-level render call using <`+a+">.")}return r}}function Fe(e,r){{if(!e._store||e._store.validated||e.key!=null)return;e._store.validated=!0;var a=Dt(r);if(ke[a])return;ke[a]=!0;var v="";e&&e._owner&&e._owner!==se.current&&(v=" It was passed a child from "+L(e._owner.type)+"."),V(e),b('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)}}function Le(e,r){{if(typeof e!="object")return;if(ae(e))for(var a=0;a<e.length;a++){var v=e[a];ce(v)&&Fe(v,r)}else if(ce(e))e._store&&(e._store.validated=!0);else if(e){var R=x(e);if(typeof R=="function"&&R!==e.entries)for(var w=R.call(e),m;!(m=w.next()).done;)ce(m.value)&&Fe(m.value,r)}}}function kt(e){{var r=e.type;if(r==null||typeof r=="string")return;var a;if(typeof r=="function")a=r.propTypes;else if(typeof r=="object"&&(r.$$typeof===c||r.$$typeof===_))a=r.propTypes;else return;if(a){var v=L(r);wt(a,e.props,"prop",v,e)}else if(r.PropTypes!==void 0&&!ue){ue=!0;var R=L(r);b("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",R||"Unknown")}typeof r.getDefaultProps=="function"&&!r.getDefaultProps.isReactClassApproved&&b("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function Ft(e){{for(var r=Object.keys(e.props),a=0;a<r.length;a++){var v=r[a];if(v!=="children"&&v!=="key"){V(e),b("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",v),V(null);break}}e.ref!==null&&(V(e),b("Invalid attribute `ref` supplied to `React.Fragment`."),V(null))}}function Ye(e,r,a,v,R,w){{var m=vt(e);if(!m){var h="";(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.");var O=It();O?h+=O:h+=De();var P;e===null?P="null":ae(e)?P="array":e!==void 0&&e.$$typeof===n?(P="<"+(L(e.type)||"Unknown")+" />",h=" Did you accidentally export a JSX literal instead of a component?"):P=typeof e,b("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",P,h)}var S=At(e,r,a,R,w);if(S==null)return S;if(m){var k=r.children;if(k!==void 0)if(v)if(ae(k)){for(var U=0;U<k.length;U++)Le(k[U],e);Object.freeze&&Object.freeze(k)}else b("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else Le(k,e)}return e===s?Ft(S):kt(S),S}}function Lt(e,r,a){return Ye(e,r,a,!0)}function Yt(e,r,a){return Ye(e,r,a,!1)}var Nt=Yt,Wt=Lt;G.Fragment=s,G.jsx=Nt,G.jsxs=Wt}()),G}process.env.NODE_ENV==="production"?te.exports=We():te.exports=ze();var F=te.exports;const A=g.createContext({}),Me=({children:t,apiURL:n,libraries:o})=>{const s=g.useMemo(()=>({apiURL:n,libraries:o}),[n,o]);return F.jsx(A.Provider,{value:s,children:t})},Ve=({Fallback:t,isLogged:n,loginPath:o="/login",localStorageKey:s="user",redirect401Path:i="/login",...f})=>{var b,N,W,z;const{libraries:l}=g.useContext(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);if(!d)throw new Error("React Router is not provided. You can provide it with InjectDependenciesProvider or directly in props.");const[y,E]=g.useState(null),{useLocation:_,Navigate:p,Outlet:u}=d,T=_(),D=g.useRef(!1),x=typeof n=="function"?n():!!n,I=typeof x=="boolean"?x:x==null?void 0:x.isLogged;return g.useEffect(()=>{D.current||(D.current=!0,c.interceptors.response.use(j=>j,async j=>{var Q;return typeof j=="object"&&j&&"response"in j&&j.response&&typeof j.response=="object"&&"status"in j.response&&j.response&&typeof j.response=="object"&&"status"in j.response&&((Q=j==null?void 0:j.response)==null?void 0:Q.status)===401&&(c.defaults.headers.common.Authorization=null,localStorage.removeItem(s),E(i)),Promise.reject(j)}))},[c.defaults.headers.common,c.interceptors.response,s,i]),I&&!y?F.jsx(g.Suspense,{fallback:t,children:(N=(b=T.state)==null?void 0:b.from)!=null&&N.state&&((z=(W=T.state)==null?void 0:W.from)==null?void 0:z.pathname)===o?F.jsx(p,{to:T.state.from.state.from.pathname+T.state.from.state.from.search,replace:!0}):F.jsx(u,{})}):F.jsx(p,{to:o+T.search,state:{from:T},replace:!0})},Ue=({data:t,...n})=>{const{libraries:o}=g.useContext(A),s=(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);if(!s)throw new Error("React Router is not provided. You can provide it with InjectDependenciesProvider or directly in props of GTMSendPageView.");if(!i)throw new Error("GTM is not provided. You can provide it with InjectDependenciesProvider or directly in props of GTMSendPageView.");const{useGoogleTagManager:f}=i,{useLocation:l,Outlet:d}=s,{pathname:c}=l(),{sendEvent:y}=f();return g.useEffect(()=>{y({event:"pageView",pathname:c,...t})},[t,c,y]),F.jsx(d,{})},Be=({tokenTypeKey:t="tokenType",userLocalStorageKey:n="user",tokenKey:o="accessToken",postContentType:s="application/json",...i})=>{const{apiURL:f=i.apiURL,libraries:l}=g.useContext(A),d=(i==null?void 0:i.axios)||(l==null?void 0:l.axios);if(!d)throw new Error("Axios is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(!(d!=null&&d.defaults))return null;const c=localStorage.getItem(n),y=c?JSON.parse(c):null,E=y!=null&&y[t]?y[t]:null,_=y!=null&&y[o]?y[o]:null,p=c?`${E} ${_}`:null;return d.defaults.baseURL=f,d.defaults.headers.post["Content-Type"]=s,p&&(d.defaults.headers.common.Authorization=p),null},Ge=({debug:t,resources:n,...o})=>{const{libraries:s}=g.useContext(A),i=(o==null?void 0:o.i18)||(s==null?void 0:s.i18),{i18next:f,initReactI18next:l,languageDetector:d}=i||{};if(!i)throw new Error("i18 is not provided. You can provide it with InjectDependenciesProvider or directly in props.");return f!=null&&f.isInitialized||(f.use(d).use(l).init({debug:t,fallbackLng:"en",interpolation:{escapeValue:!1},load:"languageOnly",react:{bindI18n:"languageChanged loaded",useSuspense:!0},resources:n,returnNull:!1}).then(()=>{document.documentElement.lang!==f.resolvedLanguage&&f.resolvedLanguage&&document.documentElement.setAttribute("lang",f.resolvedLanguage)}),f.on("languageChanged",c=>{document.documentElement.setAttribute("lang",c)})),null},Qe=({dsn:t,integrations:n,tracesSampleRate:o,replaysSessionSampleRate:s,replaysOnErrorSampleRate:i,tracePropagationTargets:f,ignoreErrors:l,debug:d,environment:c,release:y,...E})=>{const{libraries:_}=g.useContext(A),p=(E==null?void 0:E.sentry)||(_==null?void 0:_.sentry),u=(E==null?void 0:E.reactRouter)||(_==null?void 0:_.reactRouter);if(!p)throw new Error("Sentry is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(!u)throw new Error("React Router is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(p.isInitialized())return null;const{createRoutesFromChildren:T,matchRoutes:D,useLocation:x,useNavigationType:I}=u;return(d||process.env.NODE_ENV==="prod"||process.env.NODE_ENV==="production")&&p.init({debug:d,dsn:t,environment:c||"production",ignoreErrors:l,integrations:[p.reactRouterV6BrowserTracingIntegration({createRoutesFromChildren:T,matchRoutes:D,useEffect:g.useEffect,useLocation:x,useNavigationType:I}),...n||[]],release:y,replaysOnErrorSampleRate:i||1,replaysSessionSampleRate:s||.1,tracePropagationTargets:f,tracesSampleRate:o||1}),null},Je=({IMaskMixin:t,...n})=>{const o=g.useMemo(()=>t(({TextField:s,...i})=>F.jsx(s,{...i})),[t]);return F.jsx(o,{...n})},He=({accessToken:t,...n})=>{const{libraries:o}=g.useContext(A),s=(n==null?void 0:n.mapbox)||(o==null?void 0:o.mapbox);if(!s)throw new Error("Mapbox is not provided. You can provide it with InjectDependenciesProvider or directly in props.");return t&&(s.accessToken=t),null},Ke=({language:t,...n})=>{const{libraries:o}=g.useContext(A),s=(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);if(!s)throw new Error("Dayjs is not provided. You can provide it with InjectDependenciesProvider or directly in props of InitializeDaysJSConfig.");return g.useEffect(()=>{(async()=>{var d;const l=t||((d=navigator.language)==null?void 0:d.slice(0,2))||"en";i&&i.forEach(c=>{c&&s.extend(c)}),await import("dayjs/locale/en"),await import("dayjs/locale/fr"),s.locale(l)})().then()},[s,i,t]),null},Xe=()=>(g.useEffect(()=>{const t=n=>{try{n.preventDefault(),n.stopPropagation(),window.location.reload()}catch{}};return window.addEventListener("vite:preloadError",t),()=>{window.removeEventListener("vite:preloadError",t)}},[]),null),Ze=t=>t&&typeof t=="function",$e=t=>t&&typeof t=="function",qe=({children:t,defaultQueriesOptions:n,defaultMutationsOptions:o,...s})=>{var c,y;const{libraries:i}=g.useContext(A),f=(s==null?void 0:s.QueryClient)||((c=i==null?void 0:i.reactQuery)==null?void 0:c.QueryClient),l=(s==null?void 0:s.QueryClientProvider)||((y=i==null?void 0:i.reactQuery)==null?void 0:y.QueryClientProvider);if(!f)throw new Error("QueryClient is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(!l)throw new Error("QueryClientProvider is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(!Ze(l))throw new Error("Provided QueryClientProvider dependencies are not valid.");if(!$e(f))throw new Error("Provided QueryClient dependencies are not valid.");const d=new f({defaultOptions:{mutations:{...o},queries:{getNextPageParam:(E,_,p)=>E.length+(p||0),refetchOnWindowFocus:!1,retry:3,...n}}});return F.jsx(l,{client:d,children:t})},et=t=>{var y,E,_;const{libraries:n}=g.useContext(A),o=(t==null?void 0:t.i18)||(n==null?void 0:n.i18),s=((y=t==null?void 0:t.i18)==null?void 0:y.translateFunction)||((E=n==null?void 0:n.i18)==null?void 0:E.translateFunction),i=((_=o==null?void 0:o.i18next)==null?void 0:_.t)||s||(p=>p),{unknownErrorTranslationKey:f="error.unknownError"}=t||{},l=i(f),d=g.useCallback(p=>{var T,D,x,I,b,N,W,z,j;const{response:u}=p||{};return u!=null&&u.reason?String(u.reason):(T=u==null?void 0:u.data)!=null&&T.reason?String(u.data.reason):(D=u==null?void 0:u.data)!=null&&D.message?String(u.data.message):(I=(x=u==null?void 0:u.data)==null?void 0:x.detail)!=null&&I.length&&Array.isArray((b=u==null?void 0:u.data)==null?void 0:b.detail)&&((W=(N=u==null?void 0:u.data)==null?void 0:N.detail[0])!=null&&W.msg)&&typeof((j=(z=u==null?void 0:u.data)==null?void 0:z.detail[0])==null?void 0:j.msg)=="string"?String(u.data.detail[0].msg):l},[l]);return{getErrorCode:g.useCallback(p=>{var T,D,x;const{response:u}=p||{};return u!=null&&u.error_code?String(u==null?void 0:u.error_code):(T=u==null?void 0:u.data)!=null&&T.error_code?String((D=u==null?void 0:u.data)==null?void 0:D.error_code):u!=null&&u.error_code?String(u==null?void 0:u.error_code):(x=u==null?void 0:u.data)!=null&&x.error_code?String(u.data.error_code):"unknown_error_code"},[]),printError:d}},tt=({data:t,fetchNextPage:n,isFetchingNextPage:o,isInitialLoading:s,isLoading:i,enabled:f=!0})=>{const l=g.useCallback(async c=>{o||!f||await n({pageParam:(c==null?void 0:c.pageParam)||c.visibleRowsCount})},[f,n,o]),d=g.useMemo(()=>{if(t)return t.pages.reduce((c,y)=>[...c,...y],[])},[t]);return{fetchNextPageOnRowsScrollEnd:l,isLoading:o||i,loadingVariant:s?"skeleton":"linear",rows:d}},rt=t=>{const{libraries:n}=g.useContext(A),o=(t==null?void 0:t.axios)||(n==null?void 0:n.axios),s=(t==null?void 0:t.localStorageKey)||"user";if(!o)throw new Error("Axios is not provided. You can provide it with InjectDependenciesProvider or directly in params of useAuth.");const i=g.useCallback(({tokenType:l,accessToken:d})=>{o.defaults.headers.common.Authorization=`${l} ${d}`},[o.defaults.headers.common]),f=()=>{o.defaults.headers.common.Authorization=null};return g.useEffect(()=>{const l=({newValue:d,key:c})=>{if(c===s&&d)try{const{accessToken:y,tokenType:E}=JSON.parse(d);i({accessToken:y,tokenType:E})}catch(y){console.error("Failed to parse newValue from localStorage:",y)}};return window.addEventListener("storage",l),()=>{window.removeEventListener("storage",l)}},[s,i]),{clearAuthenticationToken:f,setAuthenticationToken:i}},de=({library:t,date:n,format:o="ll"})=>t(n).format(o),ve=(t,n="km")=>{const o=Number(t);return Number.isNaN(o)?`0 ${n}`:`${o.toFixed(2)} ${n}`},nt=t=>t!=null&&t.startsWith("/")?t!=null&&t.startsWith("/files")?t:`/files${t}`:t!=null&&t.startsWith("files")?`/${t}`:t!=null&&t.startsWith("files")?`/${t}`:`/files/${t}`,ot=({path:t,size:n,apiURL:o})=>{if(!t)return"";const s=nt(t),i=`${o}${s}`,f=i.match(/\.(jpeg|jpg|png|gif|bmp|webp|svg|avif)$/)!==null;return typeof n=="number"&&f?`${i.replace("/files",`/thumbs/${n}`)}`:i},at=t=>{const{apiURL:n,libraries:o}=g.useContext(A),s=(t==null?void 0:t.dayjs)||(o==null?void 0:o.dayjs);return{dateAdapter:(l,d)=>{if(!s)throw new Error("Dayjs is not provided. You can provide it with InjectDependenciesProvider or directly in props.");return de({date:l,format:d,library:s})},distanceAdapter:ve,filePathAdapter:(l,d)=>{if(!n)throw new Error("API URL is not provided. You can provide it with InjectDependenciesProvider or directly in props to filePathAdapter.");return ot({apiURL:n,path:l,size:d})}}},K=(t,n)=>n==="short"?t.split("-")[0]:t,it=(t,n="full")=>{const[o,s]=g.useState(()=>{const i=(t==null?void 0:t.language)||navigator.language;return t&&"isInitialized"in t&&t.isInitialized,K(i,n)});return g.useEffect(()=>{var f;t&&"isInitialized"in t&&t.isInitialized&&t.language&&s(K(t.language,n));const i=l=>{s(K(l,n))};return(f=t==null?void 0:t.on)==null||f.call(t,"languageChanged",i),()=>{var l;(l=t==null?void 0:t.off)==null||l.call(t,"languageChanged",i)}},[t,n]),o},st=t=>t.charAt(0).toUpperCase()+t.slice(1).toLowerCase(),ut=t=>{const s=t.split("/").filter(i=>i.length>0).map(i=>i.replace(/\${([^}]*)}/g,"$1").split(/[_-]/).map(c=>c.charAt(0).toUpperCase()+c.slice(1)).join("")).join("");return s.charAt(0).toLowerCase()+s.slice(1)},ct=t=>(t.split("/").pop()||t).replace(/\.json$/,"").replace(/^openapi\./,""),lt=(t,n,o)=>{const s=ut(n),i=st(o);return`${s}${i}`},ft=t=>{if(t)return(t==null?void 0:t.reduce((n,o)=>(n[o]={query:{useInfinite:!0,useInfiniteQueryParam:"offset",useQuery:!0}},n),{}))||{}},dt=t=>(Array.isArray(t)?t:[t]).reduce((o,s)=>{const{output:i,operationsToGenerateInfiniteQueryHook:f,input:l="./openapi.json"}=s||{},d=ct(l);return{...o,[d]:{hooks:{afterAllFilesWrite:"prettier src/api/ --write"},input:l,output:{baseUrl:i==null?void 0:i.baseUrl,client:"react-query",mode:"tags-split",override:{...(f==null?void 0:f.length)&&{operations:ft(f)},header:c=>["Generated by orval 🍺",...c.title?[c.title]:[],...c.description?[c.description]:[]],mutator:{name:"axiosCustomInstance",path:`${__dirname}/axiosCustomInstance.ts`},operationName:lt,query:{useQuery:!0}},schemas:(i==null?void 0:i.schemas)||`src/api/${d}/model`,target:(i==null?void 0:i.target)||`src/api/${d}/services/api.ts`,...i}}}},{});C.GTMSendPageView=Ue,C.InitializeAxiosConfig=Be,C.InitializeDaysJSConfig=Ke,C.InitializeI18nConfig=Ge,C.InitializeMapBoxConfig=He,C.InitializeSentryConfig=Qe,C.InjectDependenciesContext=A,C.InjectDependenciesProvider=Me,C.MaskTextField=Je,C.PreloadErrorHandler=Xe,C.QueryClientProviderWithConfig=qe,C.RequireAuth=Ve,C.dateAdapter=de,C.distanceAdapter=ve,C.getOrvalConfig=dt,C.useAdapter=at,C.useAuth=rt,C.useCurrentLanguage=it,C.useInfiniteDataGrid=tt,C.useResponseError=et,Object.defineProperty(C,Symbol.toStringTag,{value:"Module"})});
|