@tracktor/shared-module 2.0.1 → 2.0.3
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 +2 -2
- package/dist/components/Utils/InitializeDaysJSConfig.d.ts +1 -1
- package/dist/main.js +96 -96
- package/dist/main.umd.cjs +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/main.js
CHANGED
|
@@ -12,7 +12,7 @@ var se = { exports: {} }, B = {};
|
|
|
12
12
|
var Fe;
|
|
13
13
|
function ht() {
|
|
14
14
|
return Fe || (Fe = 1, process.env.NODE_ENV !== "production" && function() {
|
|
15
|
-
var r = Ne, n = Symbol.for("react.element"), i = Symbol.for("react.portal"), a = Symbol.for("react.fragment"),
|
|
15
|
+
var r = Ne, n = Symbol.for("react.element"), i = Symbol.for("react.portal"), a = Symbol.for("react.fragment"), s = Symbol.for("react.strict_mode"), d = Symbol.for("react.profiler"), v = Symbol.for("react.provider"), c = Symbol.for("react.context"), l = Symbol.for("react.forward_ref"), h = Symbol.for("react.suspense"), E = Symbol.for("react.suspense_list"), w = Symbol.for("react.memo"), R = Symbol.for("react.lazy"), u = Symbol.for("react.offscreen"), j = Symbol.iterator, x = "@@iterator";
|
|
16
16
|
function T(e) {
|
|
17
17
|
if (e === null || typeof e != "object")
|
|
18
18
|
return null;
|
|
@@ -31,16 +31,16 @@ function ht() {
|
|
|
31
31
|
{
|
|
32
32
|
var f = D.ReactDebugCurrentFrame, m = f.getStackAddendum();
|
|
33
33
|
m !== "" && (t += "%s", o = o.concat([m]));
|
|
34
|
-
var
|
|
34
|
+
var p = o.map(function(y) {
|
|
35
35
|
return String(y);
|
|
36
36
|
});
|
|
37
|
-
|
|
37
|
+
p.unshift("Warning: " + t), Function.prototype.apply.call(console[e], console, p);
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
var N = !1, W = !1, b = !1, fe = !1, de = !1, M;
|
|
41
41
|
M = Symbol.for("react.module.reference");
|
|
42
42
|
function We(e) {
|
|
43
|
-
return !!(typeof e == "string" || typeof e == "function" || e === a || e === d || de || e ===
|
|
43
|
+
return !!(typeof e == "string" || typeof e == "function" || e === a || e === d || de || e === s || e === h || e === E || fe || e === u || N || W || b || typeof e == "object" && e !== null && (e.$$typeof === R || e.$$typeof === w || e.$$typeof === v || e.$$typeof === c || e.$$typeof === l || // This needs to include all possible module reference object
|
|
44
44
|
// types supported by any Flight configuration anywhere since
|
|
45
45
|
// we don't know which Flight build this will end up being used
|
|
46
46
|
// with.
|
|
@@ -70,7 +70,7 @@ function ht() {
|
|
|
70
70
|
return "Portal";
|
|
71
71
|
case d:
|
|
72
72
|
return "Profiler";
|
|
73
|
-
case
|
|
73
|
+
case s:
|
|
74
74
|
return "StrictMode";
|
|
75
75
|
case h:
|
|
76
76
|
return "Suspense";
|
|
@@ -85,15 +85,15 @@ function ht() {
|
|
|
85
85
|
case v:
|
|
86
86
|
var o = e;
|
|
87
87
|
return ve(o._context) + ".Provider";
|
|
88
|
-
case
|
|
88
|
+
case l:
|
|
89
89
|
return Le(e, e.render, "ForwardRef");
|
|
90
90
|
case w:
|
|
91
91
|
var f = e.displayName || null;
|
|
92
92
|
return f !== null ? f : I(e.type) || "Memo";
|
|
93
|
-
case
|
|
94
|
-
var m = e,
|
|
93
|
+
case R: {
|
|
94
|
+
var m = e, p = m._payload, y = m._init;
|
|
95
95
|
try {
|
|
96
|
-
return I(y(
|
|
96
|
+
return I(y(p));
|
|
97
97
|
} catch {
|
|
98
98
|
return null;
|
|
99
99
|
}
|
|
@@ -101,14 +101,14 @@ function ht() {
|
|
|
101
101
|
}
|
|
102
102
|
return null;
|
|
103
103
|
}
|
|
104
|
-
var L = Object.assign, U = 0, ge, ye, he, me, Ee,
|
|
104
|
+
var L = Object.assign, U = 0, ge, ye, he, me, Ee, pe, Re;
|
|
105
105
|
function we() {
|
|
106
106
|
}
|
|
107
107
|
we.__reactDisabledLog = !0;
|
|
108
108
|
function Ve() {
|
|
109
109
|
{
|
|
110
110
|
if (U === 0) {
|
|
111
|
-
ge = console.log, ye = console.info, he = console.warn, me = console.error, Ee = console.group,
|
|
111
|
+
ge = console.log, ye = console.info, he = console.warn, me = console.error, Ee = console.group, pe = console.groupCollapsed, Re = console.groupEnd;
|
|
112
112
|
var e = {
|
|
113
113
|
configurable: !0,
|
|
114
114
|
enumerable: !0,
|
|
@@ -153,10 +153,10 @@ function ht() {
|
|
|
153
153
|
value: Ee
|
|
154
154
|
}),
|
|
155
155
|
groupCollapsed: L({}, e, {
|
|
156
|
-
value:
|
|
156
|
+
value: pe
|
|
157
157
|
}),
|
|
158
158
|
groupEnd: L({}, e, {
|
|
159
|
-
value:
|
|
159
|
+
value: Re
|
|
160
160
|
})
|
|
161
161
|
});
|
|
162
162
|
}
|
|
@@ -194,8 +194,8 @@ function ht() {
|
|
|
194
194
|
re = !0;
|
|
195
195
|
var m = Error.prepareStackTrace;
|
|
196
196
|
Error.prepareStackTrace = void 0;
|
|
197
|
-
var
|
|
198
|
-
|
|
197
|
+
var p;
|
|
198
|
+
p = ee.current, ee.current = null, Ve();
|
|
199
199
|
try {
|
|
200
200
|
if (t) {
|
|
201
201
|
var y = function() {
|
|
@@ -248,7 +248,7 @@ function ht() {
|
|
|
248
248
|
}
|
|
249
249
|
}
|
|
250
250
|
} finally {
|
|
251
|
-
re = !1, ee.current =
|
|
251
|
+
re = !1, ee.current = p, ze(), Error.prepareStackTrace = m;
|
|
252
252
|
}
|
|
253
253
|
var z = e ? e.displayName || e.name : "", $e = z ? Q(z) : "";
|
|
254
254
|
return typeof e == "function" && J.set(e, $e), $e;
|
|
@@ -275,14 +275,14 @@ function ht() {
|
|
|
275
275
|
}
|
|
276
276
|
if (typeof e == "object")
|
|
277
277
|
switch (e.$$typeof) {
|
|
278
|
-
case
|
|
278
|
+
case l:
|
|
279
279
|
return Ue(e.render);
|
|
280
280
|
case w:
|
|
281
281
|
return X(e.type, t, o);
|
|
282
|
-
case
|
|
283
|
-
var f = e, m = f._payload,
|
|
282
|
+
case R: {
|
|
283
|
+
var f = e, m = f._payload, p = f._init;
|
|
284
284
|
try {
|
|
285
|
-
return X(
|
|
285
|
+
return X(p(m), t, o);
|
|
286
286
|
} catch {
|
|
287
287
|
}
|
|
288
288
|
}
|
|
@@ -299,9 +299,9 @@ function ht() {
|
|
|
299
299
|
}
|
|
300
300
|
function Be(e, t, o, f, m) {
|
|
301
301
|
{
|
|
302
|
-
var
|
|
302
|
+
var p = Function.call.bind(H);
|
|
303
303
|
for (var y in e)
|
|
304
|
-
if (
|
|
304
|
+
if (p(e, y)) {
|
|
305
305
|
var g = void 0;
|
|
306
306
|
try {
|
|
307
307
|
if (typeof e[y] != "function") {
|
|
@@ -391,7 +391,7 @@ function ht() {
|
|
|
391
391
|
});
|
|
392
392
|
}
|
|
393
393
|
}
|
|
394
|
-
var rt = function(e, t, o, f, m,
|
|
394
|
+
var rt = function(e, t, o, f, m, p, y) {
|
|
395
395
|
var g = {
|
|
396
396
|
// This tag allows us to uniquely identify this as a React Element
|
|
397
397
|
$$typeof: n,
|
|
@@ -401,7 +401,7 @@ function ht() {
|
|
|
401
401
|
ref: o,
|
|
402
402
|
props: y,
|
|
403
403
|
// Record the component responsible for creating this element.
|
|
404
|
-
_owner:
|
|
404
|
+
_owner: p
|
|
405
405
|
};
|
|
406
406
|
return g._store = {}, Object.defineProperty(g._store, "validated", {
|
|
407
407
|
configurable: !1,
|
|
@@ -422,14 +422,14 @@ function ht() {
|
|
|
422
422
|
};
|
|
423
423
|
function nt(e, t, o, f, m) {
|
|
424
424
|
{
|
|
425
|
-
var
|
|
425
|
+
var p, y = {}, g = null, S = null;
|
|
426
426
|
o !== void 0 && (je(o), g = "" + o), Ke(t) && (je(t.key), g = "" + t.key), He(t) && (S = t.ref, Ze(t, m));
|
|
427
|
-
for (
|
|
428
|
-
H.call(t,
|
|
427
|
+
for (p in t)
|
|
428
|
+
H.call(t, p) && !Xe.hasOwnProperty(p) && (y[p] = t[p]);
|
|
429
429
|
if (e && e.defaultProps) {
|
|
430
430
|
var C = e.defaultProps;
|
|
431
|
-
for (
|
|
432
|
-
y[
|
|
431
|
+
for (p in C)
|
|
432
|
+
y[p] === void 0 && (y[p] = C[p]);
|
|
433
433
|
}
|
|
434
434
|
if (g || S) {
|
|
435
435
|
var P = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
@@ -514,7 +514,7 @@ Check the top-level render call using <` + o + ">.");
|
|
|
514
514
|
else if (e) {
|
|
515
515
|
var m = T(e);
|
|
516
516
|
if (typeof m == "function" && m !== e.entries)
|
|
517
|
-
for (var
|
|
517
|
+
for (var p = m.call(e), y; !(y = p.next()).done; )
|
|
518
518
|
ue(y.value) && De(y.value, t);
|
|
519
519
|
}
|
|
520
520
|
}
|
|
@@ -527,7 +527,7 @@ Check the top-level render call using <` + o + ">.");
|
|
|
527
527
|
var o;
|
|
528
528
|
if (typeof t == "function")
|
|
529
529
|
o = t.propTypes;
|
|
530
|
-
else if (typeof t == "object" && (t.$$typeof ===
|
|
530
|
+
else if (typeof t == "object" && (t.$$typeof === l || // Note: Memo only checks outer props here.
|
|
531
531
|
// Inner props are checked in the reconciler.
|
|
532
532
|
t.$$typeof === w))
|
|
533
533
|
o = t.propTypes;
|
|
@@ -556,7 +556,7 @@ Check the top-level render call using <` + o + ">.");
|
|
|
556
556
|
e.ref !== null && (V(e), _("Invalid attribute `ref` supplied to `React.Fragment`."), V(null));
|
|
557
557
|
}
|
|
558
558
|
}
|
|
559
|
-
function Ie(e, t, o, f, m,
|
|
559
|
+
function Ie(e, t, o, f, m, p) {
|
|
560
560
|
{
|
|
561
561
|
var y = We(e);
|
|
562
562
|
if (!y) {
|
|
@@ -567,7 +567,7 @@ Check the top-level render call using <` + o + ">.");
|
|
|
567
567
|
var C;
|
|
568
568
|
e === null ? C = "null" : ne(e) ? C = "array" : e !== void 0 && e.$$typeof === n ? (C = "<" + (I(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);
|
|
569
569
|
}
|
|
570
|
-
var P = nt(e, t, o, m,
|
|
570
|
+
var P = nt(e, t, o, m, p);
|
|
571
571
|
if (P == null)
|
|
572
572
|
return P;
|
|
573
573
|
if (y) {
|
|
@@ -611,16 +611,16 @@ function mt() {
|
|
|
611
611
|
if (Ye)
|
|
612
612
|
return G;
|
|
613
613
|
Ye = 1;
|
|
614
|
-
var r = Ne, n = Symbol.for("react.element"), i = Symbol.for("react.fragment"), a = Object.prototype.hasOwnProperty,
|
|
615
|
-
function v(c,
|
|
616
|
-
var E, w = {},
|
|
617
|
-
h !== void 0 && (
|
|
618
|
-
for (E in
|
|
619
|
-
a.call(
|
|
614
|
+
var r = Ne, n = Symbol.for("react.element"), i = Symbol.for("react.fragment"), a = Object.prototype.hasOwnProperty, s = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, d = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
615
|
+
function v(c, l, h) {
|
|
616
|
+
var E, w = {}, R = null, u = null;
|
|
617
|
+
h !== void 0 && (R = "" + h), l.key !== void 0 && (R = "" + l.key), l.ref !== void 0 && (u = l.ref);
|
|
618
|
+
for (E in l)
|
|
619
|
+
a.call(l, E) && !d.hasOwnProperty(E) && (w[E] = l[E]);
|
|
620
620
|
if (c && c.defaultProps)
|
|
621
|
-
for (E in
|
|
622
|
-
w[E] === void 0 && (w[E] =
|
|
623
|
-
return { $$typeof: n, type: c, key:
|
|
621
|
+
for (E in l = c.defaultProps, l)
|
|
622
|
+
w[E] === void 0 && (w[E] = l[E]);
|
|
623
|
+
return { $$typeof: n, type: c, key: R, ref: u, props: w, _owner: s.current };
|
|
624
624
|
}
|
|
625
625
|
return G.Fragment = i, G.jsx = v, G.jsxs = v, G;
|
|
626
626
|
}
|
|
@@ -640,25 +640,25 @@ const A = dt({}), xt = ({ children: r, apiURL: n, libraries: i }) => {
|
|
|
640
640
|
isLogged: n,
|
|
641
641
|
loginPath: i = "/login",
|
|
642
642
|
localStorageKey: a = "user",
|
|
643
|
-
redirect401Path:
|
|
643
|
+
redirect401Path: s = "/login",
|
|
644
644
|
...d
|
|
645
645
|
}) => {
|
|
646
646
|
var _, Y, N, W;
|
|
647
|
-
const { libraries: v } = k(A), c = (d == null ? void 0 : d.axios) || (v == null ? void 0 : v.axios),
|
|
648
|
-
if (!
|
|
647
|
+
const { libraries: v } = k(A), c = (d == null ? void 0 : d.axios) || (v == null ? void 0 : v.axios), l = (d == null ? void 0 : d.reactRouter) || (v == null ? void 0 : v.reactRouter);
|
|
648
|
+
if (!l)
|
|
649
649
|
throw new Error("React Router is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
|
|
650
650
|
if (!c)
|
|
651
651
|
throw new Error("Axios is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
|
|
652
|
-
const [h, E] = vt(null), { useLocation: w, Navigate:
|
|
652
|
+
const [h, E] = vt(null), { useLocation: w, Navigate: R, Outlet: u } = l, j = w(), x = gt(!1), T = typeof n == "function" ? n() : !!n, D = typeof T == "boolean" ? T : T == null ? void 0 : T.isLogged;
|
|
653
653
|
return Z(() => {
|
|
654
654
|
x.current || (x.current = !0, c == null || c.interceptors.response.use(
|
|
655
655
|
(b) => b,
|
|
656
656
|
async (b) => {
|
|
657
657
|
var M;
|
|
658
|
-
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 && ((M = b == null ? void 0 : b.response) == null ? void 0 : M.status) === 401 && (c.defaults.headers.common.Authorization = null, localStorage.removeItem(a), E(
|
|
658
|
+
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 && ((M = b == null ? void 0 : b.response) == null ? void 0 : M.status) === 401 && (c.defaults.headers.common.Authorization = null, localStorage.removeItem(a), E(s)), Promise.reject(b);
|
|
659
659
|
}
|
|
660
660
|
));
|
|
661
|
-
}, [c == null ? void 0 : c.defaults.headers.common, c == null ? void 0 : c.interceptors.response, a,
|
|
661
|
+
}, [c == null ? void 0 : c.defaults.headers.common, c == null ? void 0 : c.interceptors.response, a, s]), D && !h ? /* @__PURE__ */ F.jsx(yt, { fallback: r, children: (Y = (_ = j.state) == null ? void 0 : _.from) != null && Y.state && ((W = (N = j.state) == null ? void 0 : N.from) == null ? void 0 : W.pathname) === i ? /* @__PURE__ */ F.jsx(R, { to: j.state.from.state.from.pathname + j.state.from.state.from.search, replace: !0 }) : /* @__PURE__ */ F.jsx(u, {}) }) : /* @__PURE__ */ F.jsx(R, { to: i, state: { from: j }, replace: !0 });
|
|
662
662
|
}, At = ({ ...r }) => {
|
|
663
663
|
const { libraries: n } = k(A), i = (r == null ? void 0 : r.reactRouter) || (n == null ? void 0 : n.reactRouter), a = (r == null ? void 0 : r.gtm) || (n == null ? void 0 : n.gtm);
|
|
664
664
|
if (!i)
|
|
@@ -667,27 +667,27 @@ const A = dt({}), xt = ({ children: r, apiURL: n, libraries: i }) => {
|
|
|
667
667
|
);
|
|
668
668
|
if (!a)
|
|
669
669
|
throw new Error("GTM is not provided. You can provide it with InjectDependenciesProvider or directly in props of GTMSendPageView.");
|
|
670
|
-
const { useGoogleTagManager:
|
|
670
|
+
const { useGoogleTagManager: s } = a, { useLocation: d, Outlet: v } = i, { pathname: c } = d(), { sendEvent: l } = s();
|
|
671
671
|
return Z(() => {
|
|
672
|
-
|
|
673
|
-
}, [c,
|
|
672
|
+
l({ event: "pageView", pathname: c });
|
|
673
|
+
}, [c, l]), /* @__PURE__ */ F.jsx(v, {});
|
|
674
674
|
}, Dt = ({
|
|
675
675
|
tokenTypeKey: r = "tokenType",
|
|
676
676
|
userLocalStorageKey: n = "user",
|
|
677
677
|
tokenKey: i = "accessToken",
|
|
678
678
|
postContentType: a = "application/json",
|
|
679
|
-
...
|
|
679
|
+
...s
|
|
680
680
|
}) => {
|
|
681
|
-
const { apiURL: d =
|
|
681
|
+
const { apiURL: d = s.apiURL, libraries: v } = k(A), c = (s == null ? void 0 : s.axios) || (v == null ? void 0 : v.axios);
|
|
682
682
|
if (!c)
|
|
683
683
|
throw new Error("Axios is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
|
|
684
684
|
if (!(c != null && c.defaults))
|
|
685
685
|
return null;
|
|
686
|
-
const
|
|
687
|
-
return c.defaults.baseURL = d, c.defaults.headers.post["Content-Type"] = a,
|
|
686
|
+
const l = localStorage.getItem(n), h = l ? JSON.parse(l) : null, E = h != null && h[r] ? h[r] : null, w = h != null && h[i] ? h[i] : null, R = l ? `${E} ${w}` : null;
|
|
687
|
+
return c.defaults.baseURL = d, c.defaults.headers.post["Content-Type"] = a, R && (c.defaults.headers.common.Authorization = R), null;
|
|
688
688
|
}, kt = ({ debug: r, resources: n, ...i }) => {
|
|
689
|
-
const { libraries: a } = k(A),
|
|
690
|
-
if (!
|
|
689
|
+
const { libraries: a } = k(A), s = (i == null ? void 0 : i.i18) || (a == null ? void 0 : a.i18), { i18next: d, initReactI18next: v, languageDetector: c } = s || {};
|
|
690
|
+
if (!s)
|
|
691
691
|
throw new Error("i18 is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
|
|
692
692
|
return d != null && d.isInitialized || (d.use(c).use(v).init({
|
|
693
693
|
debug: r,
|
|
@@ -704,33 +704,33 @@ const A = dt({}), xt = ({ children: r, apiURL: n, libraries: i }) => {
|
|
|
704
704
|
returnNull: !1
|
|
705
705
|
}).then(() => {
|
|
706
706
|
document.documentElement.lang !== d.resolvedLanguage && d.resolvedLanguage && document.documentElement.setAttribute("lang", d.resolvedLanguage);
|
|
707
|
-
}), d.on("languageChanged", (
|
|
708
|
-
document.documentElement.setAttribute("lang",
|
|
707
|
+
}), d.on("languageChanged", (l) => {
|
|
708
|
+
document.documentElement.setAttribute("lang", l);
|
|
709
709
|
})), null;
|
|
710
710
|
}, It = ({
|
|
711
711
|
dsn: r,
|
|
712
712
|
integrations: n,
|
|
713
713
|
tracesSampleRate: i,
|
|
714
714
|
replaysSessionSampleRate: a,
|
|
715
|
-
replaysOnErrorSampleRate:
|
|
715
|
+
replaysOnErrorSampleRate: s,
|
|
716
716
|
tracePropagationTargets: d,
|
|
717
717
|
ignoreErrors: v,
|
|
718
718
|
debug: c,
|
|
719
|
-
environment:
|
|
719
|
+
environment: l,
|
|
720
720
|
...h
|
|
721
721
|
}) => {
|
|
722
|
-
const { libraries: E } = k(A), w = (h == null ? void 0 : h.sentry) || (E == null ? void 0 : E.sentry),
|
|
722
|
+
const { libraries: E } = k(A), w = (h == null ? void 0 : h.sentry) || (E == null ? void 0 : E.sentry), R = (h == null ? void 0 : h.reactRouter) || (E == null ? void 0 : E.reactRouter);
|
|
723
723
|
if (!w)
|
|
724
724
|
throw new Error("Sentry is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
|
|
725
|
-
if (!
|
|
725
|
+
if (!R)
|
|
726
726
|
throw new Error("React Router is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
|
|
727
727
|
if (w.isInitialized())
|
|
728
728
|
return null;
|
|
729
|
-
const { createRoutesFromChildren: u, matchRoutes: j, useLocation: x, useNavigationType: T } =
|
|
729
|
+
const { createRoutesFromChildren: u, matchRoutes: j, useLocation: x, useNavigationType: T } = R;
|
|
730
730
|
return (c || process.env.NODE_ENV === "prod" || process.env.NODE_ENV === "production") && w.init({
|
|
731
731
|
debug: c,
|
|
732
732
|
dsn: r,
|
|
733
|
-
environment:
|
|
733
|
+
environment: l || "production",
|
|
734
734
|
ignoreErrors: [...v || [], /dynamically imported module/],
|
|
735
735
|
integrations: [
|
|
736
736
|
w.reactRouterV6BrowserTracingIntegration({
|
|
@@ -742,7 +742,7 @@ const A = dt({}), xt = ({ children: r, apiURL: n, libraries: i }) => {
|
|
|
742
742
|
}),
|
|
743
743
|
...n || []
|
|
744
744
|
],
|
|
745
|
-
replaysOnErrorSampleRate:
|
|
745
|
+
replaysOnErrorSampleRate: s || 1,
|
|
746
746
|
replaysSessionSampleRate: a || 0.1,
|
|
747
747
|
tracePropagationTargets: d,
|
|
748
748
|
tracesSampleRate: i || 1
|
|
@@ -750,7 +750,7 @@ const A = dt({}), xt = ({ children: r, apiURL: n, libraries: i }) => {
|
|
|
750
750
|
}, $t = ({ IMaskMixin: r, ...n }) => {
|
|
751
751
|
const i = le(
|
|
752
752
|
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
753
|
-
() => r(({ TextField: a, ...
|
|
753
|
+
() => r(({ TextField: a, ...s }) => /* @__PURE__ */ F.jsx(a, { ...s })),
|
|
754
754
|
[r]
|
|
755
755
|
);
|
|
756
756
|
return /* @__PURE__ */ F.jsx(i, { ...n });
|
|
@@ -760,7 +760,7 @@ const A = dt({}), xt = ({ children: r, apiURL: n, libraries: i }) => {
|
|
|
760
760
|
throw new Error("Mapbox is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
|
|
761
761
|
return r && (a.accessToken = r), null;
|
|
762
762
|
}, Yt = ({ language: r, ...n }) => {
|
|
763
|
-
const { libraries: i } = k(A), a = (n == null ? void 0 : n.dayjs) || (i == null ? void 0 : i.dayjs),
|
|
763
|
+
const { libraries: i } = k(A), a = (n == null ? void 0 : n.dayjs) || (i == null ? void 0 : i.dayjs), s = (n == null ? void 0 : n.plugin) || (i == null ? void 0 : i.dayjsPlugin);
|
|
764
764
|
if (!a)
|
|
765
765
|
throw new Error(
|
|
766
766
|
"Dayjs is not provided. You can provide it with InjectDependenciesProvider or directly in props of InitializeDaysJSConfig."
|
|
@@ -769,29 +769,29 @@ const A = dt({}), xt = ({ children: r, apiURL: n, libraries: i }) => {
|
|
|
769
769
|
(async () => {
|
|
770
770
|
var c;
|
|
771
771
|
const v = r || ((c = navigator.language) == null ? void 0 : c.slice(0, 2)) || "en";
|
|
772
|
-
if (
|
|
773
|
-
|
|
772
|
+
if (s && s.forEach((l) => {
|
|
773
|
+
l && a.extend(l);
|
|
774
774
|
}), v === "fr") {
|
|
775
|
-
const
|
|
776
|
-
a.locale(
|
|
775
|
+
const l = await import("dayjs/locale/fr");
|
|
776
|
+
a.locale(l.default);
|
|
777
777
|
}
|
|
778
778
|
})().then();
|
|
779
|
-
}, [a,
|
|
780
|
-
}, Et = (r) => r && typeof r == "function",
|
|
779
|
+
}, [a, s, r]), null;
|
|
780
|
+
}, Et = (r) => r && typeof r == "function", pt = (r) => r && typeof r == "function", Nt = ({
|
|
781
781
|
children: r,
|
|
782
782
|
defaultQueriesOptions: n,
|
|
783
783
|
defaultMutationsOptions: i,
|
|
784
784
|
...a
|
|
785
785
|
}) => {
|
|
786
|
-
var
|
|
787
|
-
const { libraries:
|
|
786
|
+
var l, h;
|
|
787
|
+
const { libraries: s } = k(A), d = (a == null ? void 0 : a.QueryClient) || ((l = s == null ? void 0 : s.reactQuery) == null ? void 0 : l.QueryClient), v = (a == null ? void 0 : a.QueryClientProvider) || ((h = s == null ? void 0 : s.reactQuery) == null ? void 0 : h.QueryClientProvider);
|
|
788
788
|
if (!d)
|
|
789
789
|
throw new Error("QueryClient is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
|
|
790
790
|
if (!v)
|
|
791
791
|
throw new Error("QueryClientProvider is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
|
|
792
792
|
if (!Et(v))
|
|
793
793
|
throw new Error("Provided QueryClientProvider dependencies are not valid.");
|
|
794
|
-
if (!
|
|
794
|
+
if (!pt(d))
|
|
795
795
|
throw new Error("Provided QueryClient dependencies are not valid.");
|
|
796
796
|
const c = new d({
|
|
797
797
|
defaultOptions: {
|
|
@@ -799,7 +799,7 @@ const A = dt({}), xt = ({ children: r, apiURL: n, libraries: i }) => {
|
|
|
799
799
|
...i
|
|
800
800
|
},
|
|
801
801
|
queries: {
|
|
802
|
-
getNextPageParam: (E, w,
|
|
802
|
+
getNextPageParam: (E, w, R) => E.length + (R || 0),
|
|
803
803
|
refetchOnWindowFocus: !1,
|
|
804
804
|
retry: 3,
|
|
805
805
|
...n
|
|
@@ -809,17 +809,17 @@ const A = dt({}), xt = ({ children: r, apiURL: n, libraries: i }) => {
|
|
|
809
809
|
return /* @__PURE__ */ F.jsx(v, { client: c, children: r });
|
|
810
810
|
}, Wt = (r) => {
|
|
811
811
|
var h, E, w;
|
|
812
|
-
const { libraries: n } = k(A), i = (r == null ? void 0 : r.i18) || (n == null ? void 0 : n.i18), a = ((h = r == null ? void 0 : r.i18) == null ? void 0 : h.translateFunction) || ((E = n == null ? void 0 : n.i18) == null ? void 0 : E.translateFunction),
|
|
813
|
-
(
|
|
812
|
+
const { libraries: n } = k(A), i = (r == null ? void 0 : r.i18) || (n == null ? void 0 : n.i18), a = ((h = r == null ? void 0 : r.i18) == null ? void 0 : h.translateFunction) || ((E = n == null ? void 0 : n.i18) == null ? void 0 : E.translateFunction), s = ((w = i == null ? void 0 : i.i18next) == null ? void 0 : w.t) || a || ((R) => R), { unknownErrorTranslationKey: d = "error.unknownError" } = r || {}, v = s(d), c = ce(
|
|
813
|
+
(R) => {
|
|
814
814
|
var j, x, T, D, _, Y, N, W, b;
|
|
815
|
-
const { response: u } =
|
|
815
|
+
const { response: u } = R || {};
|
|
816
816
|
return u != null && u.reason ? String(u.reason) : (j = u == null ? void 0 : u.data) != null && j.reason ? String(u.data.reason) : (x = u == null ? void 0 : u.data) != null && x.message ? String(u.data.message) : (D = (T = u == null ? void 0 : u.data) == null ? void 0 : T.detail) != null && D.length && Array.isArray((_ = u == null ? void 0 : u.data) == null ? void 0 : _.detail) && ((N = (Y = u == null ? void 0 : u.data) == null ? void 0 : Y.detail[0]) != null && N.msg) && typeof ((b = (W = u == null ? void 0 : u.data) == null ? void 0 : W.detail[0]) == null ? void 0 : b.msg) == "string" ? String(u.data.detail[0].msg) : v;
|
|
817
817
|
},
|
|
818
818
|
[v]
|
|
819
819
|
);
|
|
820
|
-
return { getErrorCode: ce((
|
|
820
|
+
return { getErrorCode: ce((R) => {
|
|
821
821
|
var j, x, T;
|
|
822
|
-
const { response: u } =
|
|
822
|
+
const { response: u } = R || {};
|
|
823
823
|
return u != null && u.error_code ? String(u == null ? void 0 : u.error_code) : (j = u == null ? void 0 : u.data) != null && j.error_code ? String((x = u == null ? void 0 : u.data) == null ? void 0 : x.error_code) : 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(u.data.error_code) : "unknown_error_code";
|
|
824
824
|
}, []), printError: c };
|
|
825
825
|
}, Lt = ({
|
|
@@ -827,21 +827,21 @@ const A = dt({}), xt = ({ children: r, apiURL: n, libraries: i }) => {
|
|
|
827
827
|
fetchNextPage: n,
|
|
828
828
|
isFetchingNextPage: i,
|
|
829
829
|
isInitialLoading: a,
|
|
830
|
-
isLoading:
|
|
830
|
+
isLoading: s,
|
|
831
831
|
enabled: d = !0
|
|
832
832
|
}) => {
|
|
833
833
|
const v = ce(
|
|
834
|
-
async (
|
|
835
|
-
i || !d || await n({ pageParam: (
|
|
834
|
+
async (l) => {
|
|
835
|
+
i || !d || await n({ pageParam: (l == null ? void 0 : l.pageParam) || l.visibleRowsCount });
|
|
836
836
|
},
|
|
837
837
|
[d, n, i]
|
|
838
838
|
), c = le(() => {
|
|
839
839
|
if (r)
|
|
840
|
-
return r.pages.reduce((
|
|
840
|
+
return r.pages.reduce((l, h) => [...l, ...h], []);
|
|
841
841
|
}, [r]);
|
|
842
842
|
return {
|
|
843
843
|
fetchNextPageOnRowsScrollEnd: v,
|
|
844
|
-
isLoading: i ||
|
|
844
|
+
isLoading: i || s,
|
|
845
845
|
loadingVariant: a ? "skeleton" : "linear",
|
|
846
846
|
rows: c
|
|
847
847
|
};
|
|
@@ -857,19 +857,19 @@ const A = dt({}), xt = ({ children: r, apiURL: n, libraries: i }) => {
|
|
|
857
857
|
i.defaults.headers.common.Authorization = `${d} ${v}`;
|
|
858
858
|
}
|
|
859
859
|
};
|
|
860
|
-
},
|
|
860
|
+
}, Rt = ({ library: r, date: n, format: i = "ll" }) => r(n).format(i), wt = (r, n = "km") => {
|
|
861
861
|
const i = Number(r);
|
|
862
862
|
return Number.isNaN(i) ? `0 ${n}` : `${i.toFixed(2)} ${n}`;
|
|
863
863
|
}, _t = (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}`, Ct = ({ path: r, size: n, apiURL: i }) => {
|
|
864
|
-
const a = _t(r),
|
|
865
|
-
return typeof n == "number" ? `${
|
|
864
|
+
const a = _t(r), s = `${i}${a}`, d = s.match(/\.(jpeg|jpg|png|gif|bmp|webp|svg|avif)$/) !== null;
|
|
865
|
+
return typeof n == "number" && d ? `${s.replace("/files", `/thumbs/${n}`)}` : s;
|
|
866
866
|
}, zt = (r) => {
|
|
867
867
|
const { apiURL: n, libraries: i } = k(A), a = (r == null ? void 0 : r.dayjs) || (i == null ? void 0 : i.dayjs);
|
|
868
868
|
return {
|
|
869
869
|
dateAdapter: (v, c) => {
|
|
870
870
|
if (!a)
|
|
871
871
|
throw new Error("Dayjs is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
|
|
872
|
-
return
|
|
872
|
+
return Rt({
|
|
873
873
|
date: v,
|
|
874
874
|
format: c,
|
|
875
875
|
library: a
|
|
@@ -889,11 +889,11 @@ const A = dt({}), xt = ({ children: r, apiURL: n, libraries: i }) => {
|
|
|
889
889
|
}
|
|
890
890
|
};
|
|
891
891
|
}, bt = (r) => r.charAt(0).toUpperCase() + r.slice(1).toLowerCase(), Pt = (r) => {
|
|
892
|
-
const a = r.split("/").filter((
|
|
892
|
+
const a = r.split("/").filter((s) => s.length > 0).map((s) => s.replace(/\${([^}]*)}/g, "$1").split(/[_-]/).map((l) => l.charAt(0).toUpperCase() + l.slice(1)).join("")).join("");
|
|
893
893
|
return a.charAt(0).toLowerCase() + a.slice(1);
|
|
894
894
|
}, jt = (r, n, i) => {
|
|
895
|
-
const a = Pt(n),
|
|
896
|
-
return `${a}${
|
|
895
|
+
const a = Pt(n), s = bt(i);
|
|
896
|
+
return `${a}${s}`;
|
|
897
897
|
}, Tt = (r) => {
|
|
898
898
|
if (r)
|
|
899
899
|
return (r == null ? void 0 : r.reduce((n, i) => (n[i] = {
|
|
@@ -948,7 +948,7 @@ export {
|
|
|
948
948
|
$t as MaskTextField,
|
|
949
949
|
Nt as QueryClientProviderWithConfig,
|
|
950
950
|
Ot as RequireAuth,
|
|
951
|
-
|
|
951
|
+
Rt as dateAdapter,
|
|
952
952
|
wt as distanceAdapter,
|
|
953
953
|
Mt as getOrvalConfig,
|
|
954
954
|
zt as useAdapter,
|
package/dist/main.umd.cjs
CHANGED
|
@@ -6,17 +6,17 @@
|
|
|
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 se;function Ne(){return se||(se=1,process.env.NODE_ENV!=="production"&&function(){var r=m,n=Symbol.for("react.element"),i=Symbol.for("react.portal"),a=Symbol.for("react.fragment"),
|
|
9
|
+
*/var se;function Ne(){return se||(se=1,process.env.NODE_ENV!=="production"&&function(){var r=m,n=Symbol.for("react.element"),i=Symbol.for("react.portal"),a=Symbol.for("react.fragment"),s=Symbol.for("react.strict_mode"),d=Symbol.for("react.profiler"),v=Symbol.for("react.provider"),c=Symbol.for("react.context"),l=Symbol.for("react.forward_ref"),h=Symbol.for("react.suspense"),R=Symbol.for("react.suspense_list"),_=Symbol.for("react.memo"),C=Symbol.for("react.lazy"),u=Symbol.for("react.offscreen"),S=Symbol.iterator,I="@@iterator";function O(e){if(e===null||typeof e!="object")return null;var t=S&&e[S]||e[I];return typeof t=="function"?t:null}var k=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function b(e){{for(var t=arguments.length,o=new Array(t>1?t-1:0),f=1;f<t;f++)o[f-1]=arguments[f];N("error",e,o)}}function N(e,t,o){{var f=k.ReactDebugCurrentFrame,E=f.getStackAddendum();E!==""&&(t+="%s",o=o.concat([E]));var p=o.map(function(y){return String(y)});p.unshift("Warning: "+t),Function.prototype.apply.call(console[e],console,p)}}var L=!1,M=!1,j=!1,ve=!1,ge=!1,Q;Q=Symbol.for("react.module.reference");function st(e){return!!(typeof e=="string"||typeof e=="function"||e===a||e===d||ge||e===s||e===h||e===R||ve||e===u||L||M||j||typeof e=="object"&&e!==null&&(e.$$typeof===C||e.$$typeof===_||e.$$typeof===v||e.$$typeof===c||e.$$typeof===l||e.$$typeof===Q||e.getModuleId!==void 0))}function lt(e,t,o){var f=e.displayName;if(f)return f;var E=t.displayName||t.name||"";return E!==""?o+"("+E+")":o}function ye(e){return e.displayName||"Context"}function Y(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 a:return"Fragment";case i:return"Portal";case d:return"Profiler";case s:return"StrictMode";case h:return"Suspense";case R:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case c:var t=e;return ye(t)+".Consumer";case v:var o=e;return ye(o._context)+".Provider";case l:return lt(e,e.render,"ForwardRef");case _:var f=e.displayName||null;return f!==null?f:Y(e.type)||"Memo";case C:{var E=e,p=E._payload,y=E._init;try{return Y(y(p))}catch{return null}}}return null}var z=Object.assign,J=0,he,me,Ee,Re,pe,we,Ce;function _e(){}_e.__reactDisabledLog=!0;function ft(){{if(J===0){he=console.log,me=console.info,Ee=console.warn,Re=console.error,pe=console.group,we=console.groupCollapsed,Ce=console.groupEnd;var e={configurable:!0,enumerable:!0,value:_e,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}J++}}function dt(){{if(J--,J===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:z({},e,{value:he}),info:z({},e,{value:me}),warn:z({},e,{value:Ee}),error:z({},e,{value:Re}),group:z({},e,{value:pe}),groupCollapsed:z({},e,{value:we}),groupEnd:z({},e,{value:Ce})})}J<0&&b("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var te=k.ReactCurrentDispatcher,re;function H(e,t,o){{if(re===void 0)try{throw Error()}catch(E){var f=E.stack.trim().match(/\n( *(at )?)/);re=f&&f[1]||""}return`
|
|
10
10
|
`+re+e}}var ne=!1,K;{var vt=typeof WeakMap=="function"?WeakMap:Map;K=new vt}function be(e,t){if(!e||ne)return"";{var o=K.get(e);if(o!==void 0)return o}var f;ne=!0;var E=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var p;p=te.current,te.current=null,ft();try{if(t){var y=function(){throw Error()};if(Object.defineProperty(y.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(y,[])}catch(W){f=W}Reflect.construct(e,[],y)}else{try{y.call()}catch(W){f=W}e.call(y.prototype)}}else{try{throw Error()}catch(W){f=W}e()}}catch(W){if(W&&f&&typeof W.stack=="string"){for(var g=W.stack.split(`
|
|
11
11
|
`),x=f.stack.split(`
|
|
12
12
|
`),P=g.length-1,T=x.length-1;P>=1&&T>=0&&g[P]!==x[T];)T--;for(;P>=1&&T>=0;P--,T--)if(g[P]!==x[T]){if(P!==1||T!==1)do if(P--,T--,T<0||g[P]!==x[T]){var D=`
|
|
13
|
-
`+g[P].replace(" at new "," at ");return e.displayName&&D.includes("<anonymous>")&&(D=D.replace("<anonymous>",e.displayName)),typeof e=="function"&&K.set(e,D),D}while(P>=1&&T>=0);break}}}finally{ne=!1,te.current=p,dt(),Error.prepareStackTrace=E}var U=e?e.displayName||e.name:"",We=U?H(U):"";return typeof e=="function"&&K.set(e,We),We}function gt(e,t,o){return be(e,!1)}function yt(e){var t=e.prototype;return!!(t&&t.isReactComponent)}function Z(e,t,o){if(e==null)return"";if(typeof e=="function")return be(e,yt(e));if(typeof e=="string")return H(e);switch(e){case h:return H("Suspense");case R:return H("SuspenseList")}if(typeof e=="object")switch(e.$$typeof){case
|
|
13
|
+
`+g[P].replace(" at new "," at ");return e.displayName&&D.includes("<anonymous>")&&(D=D.replace("<anonymous>",e.displayName)),typeof e=="function"&&K.set(e,D),D}while(P>=1&&T>=0);break}}}finally{ne=!1,te.current=p,dt(),Error.prepareStackTrace=E}var U=e?e.displayName||e.name:"",We=U?H(U):"";return typeof e=="function"&&K.set(e,We),We}function gt(e,t,o){return be(e,!1)}function yt(e){var t=e.prototype;return!!(t&&t.isReactComponent)}function Z(e,t,o){if(e==null)return"";if(typeof e=="function")return be(e,yt(e));if(typeof e=="string")return H(e);switch(e){case h:return H("Suspense");case R:return H("SuspenseList")}if(typeof e=="object")switch(e.$$typeof){case l:return gt(e.render);case _:return Z(e.type,t,o);case C:{var f=e,E=f._payload,p=f._init;try{return Z(p(E),t,o)}catch{}}}return""}var $=Object.prototype.hasOwnProperty,Pe={},je=k.ReactDebugCurrentFrame;function q(e){if(e){var t=e._owner,o=Z(e.type,e._source,t?t.type:null);je.setExtraStackFrame(o)}else je.setExtraStackFrame(null)}function ht(e,t,o,f,E){{var p=Function.call.bind($);for(var y in e)if(p(e,y)){var g=void 0;try{if(typeof e[y]!="function"){var x=Error((f||"React class")+": "+o+" 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`.");throw x.name="Invariant Violation",x}g=e[y](t,y,f,o,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(P){g=P}g&&!(g instanceof Error)&&(q(E),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).",f||"React class",o,y,typeof g),q(null)),g instanceof Error&&!(g.message in Pe)&&(Pe[g.message]=!0,q(E),b("Failed %s type: %s",o,g.message),q(null))}}}var mt=Array.isArray;function oe(e){return mt(e)}function Et(e){{var t=typeof Symbol=="function"&&Symbol.toStringTag,o=t&&e[Symbol.toStringTag]||e.constructor.name||"Object";return o}}function Rt(e){try{return Te(e),!1}catch{return!0}}function Te(e){return""+e}function Se(e){if(Rt(e))return b("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",Et(e)),Te(e)}var X=k.ReactCurrentOwner,pt={key:!0,ref:!0,__self:!0,__source:!0},Oe,xe,ie;ie={};function wt(e){if($.call(e,"ref")){var t=Object.getOwnPropertyDescriptor(e,"ref").get;if(t&&t.isReactWarning)return!1}return e.ref!==void 0}function Ct(e){if($.call(e,"key")){var t=Object.getOwnPropertyDescriptor(e,"key").get;if(t&&t.isReactWarning)return!1}return e.key!==void 0}function _t(e,t){if(typeof e.ref=="string"&&X.current&&t&&X.current.stateNode!==t){var o=Y(X.current.type);ie[o]||(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',Y(X.current.type),e.ref),ie[o]=!0)}}function bt(e,t){{var o=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)",t))};o.isReactWarning=!0,Object.defineProperty(e,"key",{get:o,configurable:!0})}}function Pt(e,t){{var o=function(){xe||(xe=!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)",t))};o.isReactWarning=!0,Object.defineProperty(e,"ref",{get:o,configurable:!0})}}var jt=function(e,t,o,f,E,p,y){var g={$$typeof:n,type:e,key:t,ref:o,props:y,_owner:p};return g._store={},Object.defineProperty(g._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(g,"_self",{configurable:!1,enumerable:!1,writable:!1,value:f}),Object.defineProperty(g,"_source",{configurable:!1,enumerable:!1,writable:!1,value:E}),Object.freeze&&(Object.freeze(g.props),Object.freeze(g)),g};function Tt(e,t,o,f,E){{var p,y={},g=null,x=null;o!==void 0&&(Se(o),g=""+o),Ct(t)&&(Se(t.key),g=""+t.key),wt(t)&&(x=t.ref,_t(t,E));for(p in t)$.call(t,p)&&!pt.hasOwnProperty(p)&&(y[p]=t[p]);if(e&&e.defaultProps){var P=e.defaultProps;for(p in P)y[p]===void 0&&(y[p]=P[p])}if(g||x){var T=typeof e=="function"?e.displayName||e.name||"Unknown":e;g&&bt(y,T),x&&Pt(y,T)}return jt(e,g,x,E,f,X.current,y)}}var ae=k.ReactCurrentOwner,Ae=k.ReactDebugCurrentFrame;function V(e){if(e){var t=e._owner,o=Z(e.type,e._source,t?t.type:null);Ae.setExtraStackFrame(o)}else Ae.setExtraStackFrame(null)}var ue;ue=!1;function ce(e){return typeof e=="object"&&e!==null&&e.$$typeof===n}function Ie(){{if(ae.current){var e=Y(ae.current.type);if(e)return`
|
|
14
14
|
|
|
15
15
|
Check the render method of \``+e+"`."}return""}}function St(e){{if(e!==void 0){var t=e.fileName.replace(/^.*[\\\/]/,""),o=e.lineNumber;return`
|
|
16
16
|
|
|
17
17
|
Check your code at `+t+":"+o+"."}return""}}var De={};function Ot(e){{var t=Ie();if(!t){var o=typeof e=="string"?e:e.displayName||e.name;o&&(t=`
|
|
18
18
|
|
|
19
|
-
Check the top-level render call using <`+o+">.")}return t}}function ke(e,t){{if(!e._store||e._store.validated||e.key!=null)return;e._store.validated=!0;var o=Ot(t);if(De[o])return;De[o]=!0;var f="";e&&e._owner&&e._owner!==ae.current&&(f=" It was passed a child from "+Y(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.',o,f),V(null)}}function Fe(e,t){{if(typeof e!="object")return;if(oe(e))for(var o=0;o<e.length;o++){var f=e[o];ce(f)&&ke(f,t)}else if(ce(e))e._store&&(e._store.validated=!0);else if(e){var E=O(e);if(typeof E=="function"&&E!==e.entries)for(var p=E.call(e),y;!(y=p.next()).done;)ce(y.value)&&ke(y.value,t)}}}function xt(e){{var t=e.type;if(t==null||typeof t=="string")return;var o;if(typeof t=="function")o=t.propTypes;else if(typeof t=="object"&&(t.$$typeof===
|
|
19
|
+
Check the top-level render call using <`+o+">.")}return t}}function ke(e,t){{if(!e._store||e._store.validated||e.key!=null)return;e._store.validated=!0;var o=Ot(t);if(De[o])return;De[o]=!0;var f="";e&&e._owner&&e._owner!==ae.current&&(f=" It was passed a child from "+Y(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.',o,f),V(null)}}function Fe(e,t){{if(typeof e!="object")return;if(oe(e))for(var o=0;o<e.length;o++){var f=e[o];ce(f)&&ke(f,t)}else if(ce(e))e._store&&(e._store.validated=!0);else if(e){var E=O(e);if(typeof E=="function"&&E!==e.entries)for(var p=E.call(e),y;!(y=p.next()).done;)ce(y.value)&&ke(y.value,t)}}}function xt(e){{var t=e.type;if(t==null||typeof t=="string")return;var o;if(typeof t=="function")o=t.propTypes;else if(typeof t=="object"&&(t.$$typeof===l||t.$$typeof===_))o=t.propTypes;else return;if(o){var f=Y(t);ht(o,e.props,"prop",f,e)}else if(t.PropTypes!==void 0&&!ue){ue=!0;var E=Y(t);b("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",E||"Unknown")}typeof t.getDefaultProps=="function"&&!t.getDefaultProps.isReactClassApproved&&b("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function At(e){{for(var t=Object.keys(e.props),o=0;o<t.length;o++){var f=t[o];if(f!=="children"&&f!=="key"){V(e),b("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",f),V(null);break}}e.ref!==null&&(V(e),b("Invalid attribute `ref` supplied to `React.Fragment`."),V(null))}}function Ye(e,t,o,f,E,p){{var y=st(e);if(!y){var g="";(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.");var x=St(E);x?g+=x:g+=Ie();var P;e===null?P="null":oe(e)?P="array":e!==void 0&&e.$$typeof===n?(P="<"+(Y(e.type)||"Unknown")+" />",g=" 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,g)}var T=Tt(e,t,o,E,p);if(T==null)return T;if(y){var D=t.children;if(D!==void 0)if(f)if(oe(D)){for(var U=0;U<D.length;U++)Fe(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 Fe(D,e)}return e===a?At(T):xt(T),T}}function It(e,t,o){return Ye(e,t,o,!0)}function Dt(e,t,o){return Ye(e,t,o,!1)}var kt=Dt,Ft=It;B.Fragment=a,B.jsx=kt,B.jsxs=Ft}()),B}var G={};/**
|
|
20
20
|
* @license React
|
|
21
21
|
* react-jsx-runtime.production.min.js
|
|
22
22
|
*
|
|
@@ -24,4 +24,4 @@ Check the top-level render call using <`+o+">.")}return t}}function ke(e,t){{if(
|
|
|
24
24
|
*
|
|
25
25
|
* This source code is licensed under the MIT license found in the
|
|
26
26
|
* LICENSE file in the root directory of this source tree.
|
|
27
|
-
*/var le;function Le(){if(le)return G;le=1;var r=m,n=Symbol.for("react.element"),i=Symbol.for("react.fragment"),a=Object.prototype.hasOwnProperty,l=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,d={key:!0,ref:!0,__self:!0,__source:!0};function v(c,s,h){var R,_={},C=null,u=null;h!==void 0&&(C=""+h),s.key!==void 0&&(C=""+s.key),s.ref!==void 0&&(u=s.ref);for(R in s)a.call(s,R)&&!d.hasOwnProperty(R)&&(_[R]=s[R]);if(c&&c.defaultProps)for(R in s=c.defaultProps,s)_[R]===void 0&&(_[R]=s[R]);return{$$typeof:n,type:c,key:C,ref:u,props:_,_owner:l.current}}return G.Fragment=i,G.jsx=v,G.jsxs=v,G}process.env.NODE_ENV==="production"?ee.exports=Le():ee.exports=Ne();var F=ee.exports;const A=m.createContext({}),Me=({children:r,apiURL:n,libraries:i})=>{const a=m.useMemo(()=>({apiURL:n,libraries:i}),[n,i]);return F.jsx(A.Provider,{value:a,children:r})},ze=({Fallback:r,isLogged:n,loginPath:i="/login",localStorageKey:a="user",redirect401Path:l="/login",...d})=>{var b,N,L,M;const{libraries:v}=m.useContext(A),c=(d==null?void 0:d.axios)||(v==null?void 0:v.axios),s=(d==null?void 0:d.reactRouter)||(v==null?void 0:v.reactRouter);if(!s)throw new Error("React Router is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(!c)throw new Error("Axios is not provided. You can provide it with InjectDependenciesProvider or directly in props.");const[h,R]=m.useState(null),{useLocation:_,Navigate:C,Outlet:u}=s,S=_(),I=m.useRef(!1),O=typeof n=="function"?n():!!n,k=typeof O=="boolean"?O:O==null?void 0:O.isLogged;return m.useEffect(()=>{I.current||(I.current=!0,c==null||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(a),R(l)),Promise.reject(j)}))},[c==null?void 0:c.defaults.headers.common,c==null?void 0:c.interceptors.response,a,l]),k&&!h?F.jsx(m.Suspense,{fallback:r,children:(N=(b=S.state)==null?void 0:b.from)!=null&&N.state&&((M=(L=S.state)==null?void 0:L.from)==null?void 0:M.pathname)===i?F.jsx(C,{to:S.state.from.state.from.pathname+S.state.from.state.from.search,replace:!0}):F.jsx(u,{})}):F.jsx(C,{to:i,state:{from:S},replace:!0})},Ve=({...r})=>{const{libraries:n}=m.useContext(A),i=(r==null?void 0:r.reactRouter)||(n==null?void 0:n.reactRouter),a=(r==null?void 0:r.gtm)||(n==null?void 0:n.gtm);if(!i)throw new Error("React Router is not provided. You can provide it with InjectDependenciesProvider or directly in props of GTMSendPageView.");if(!a)throw new Error("GTM is not provided. You can provide it with InjectDependenciesProvider or directly in props of GTMSendPageView.");const{useGoogleTagManager:l}=a,{useLocation:d,Outlet:v}=i,{pathname:c}=d(),{sendEvent:s}=l();return m.useEffect(()=>{s({event:"pageView",pathname:c})},[c,s]),F.jsx(v,{})},Ue=({tokenTypeKey:r="tokenType",userLocalStorageKey:n="user",tokenKey:i="accessToken",postContentType:a="application/json",...l})=>{const{apiURL:d=l.apiURL,libraries:v}=m.useContext(A),c=(l==null?void 0:l.axios)||(v==null?void 0:v.axios);if(!c)throw new Error("Axios is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(!(c!=null&&c.defaults))return null;const s=localStorage.getItem(n),h=s?JSON.parse(s):null,R=h!=null&&h[r]?h[r]:null,_=h!=null&&h[i]?h[i]:null,C=s?`${R} ${_}`:null;return c.defaults.baseURL=d,c.defaults.headers.post["Content-Type"]=a,C&&(c.defaults.headers.common.Authorization=C),null},Be=({debug:r,resources:n,...i})=>{const{libraries:a}=m.useContext(A),l=(i==null?void 0:i.i18)||(a==null?void 0:a.i18),{i18next:d,initReactI18next:v,languageDetector:c}=l||{};if(!l)throw new Error("i18 is not provided. You can provide it with InjectDependenciesProvider or directly in props.");return d!=null&&d.isInitialized||(d.use(c).use(v).init({debug:r,fallbackLng:"en",interpolation:{escapeValue:!1},load:"languageOnly",react:{bindI18n:"languageChanged loaded",useSuspense:!0},resources:n,returnNull:!1}).then(()=>{document.documentElement.lang!==d.resolvedLanguage&&d.resolvedLanguage&&document.documentElement.setAttribute("lang",d.resolvedLanguage)}),d.on("languageChanged",s=>{document.documentElement.setAttribute("lang",s)})),null},Ge=({dsn:r,integrations:n,tracesSampleRate:i,replaysSessionSampleRate:a,replaysOnErrorSampleRate:l,tracePropagationTargets:d,ignoreErrors:v,debug:c,environment:s,...h})=>{const{libraries:R}=m.useContext(A),_=(h==null?void 0:h.sentry)||(R==null?void 0:R.sentry),C=(h==null?void 0:h.reactRouter)||(R==null?void 0:R.reactRouter);if(!_)throw new Error("Sentry is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(!C)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:S,useLocation:I,useNavigationType:O}=C;return(c||process.env.NODE_ENV==="prod"||process.env.NODE_ENV==="production")&&_.init({debug:c,dsn:r,environment:s||"production",ignoreErrors:[...v||[],/dynamically imported module/],integrations:[_.reactRouterV6BrowserTracingIntegration({createRoutesFromChildren:u,matchRoutes:S,useEffect:m.useEffect,useLocation:I,useNavigationType:O}),...n||[]],replaysOnErrorSampleRate:l||1,replaysSessionSampleRate:a||.1,tracePropagationTargets:d,tracesSampleRate:i||1}),null},Qe=({IMaskMixin:r,...n})=>{const i=m.useMemo(()=>r(({TextField:a,...l})=>F.jsx(a,{...l})),[r]);return F.jsx(i,{...n})},Je=({accessToken:r,...n})=>{const{libraries:i}=m.useContext(A),a=(n==null?void 0:n.mapbox)||(i==null?void 0:i.mapbox);if(!a)throw new Error("Mapbox is not provided. You can provide it with InjectDependenciesProvider or directly in props.");return r&&(a.accessToken=r),null},Xe=({language:r,...n})=>{const{libraries:i}=m.useContext(A),a=(n==null?void 0:n.dayjs)||(i==null?void 0:i.dayjs),l=(n==null?void 0:n.plugin)||(i==null?void 0:i.dayjsPlugin);if(!a)throw new Error("Dayjs is not provided. You can provide it with InjectDependenciesProvider or directly in props of InitializeDaysJSConfig.");return m.useEffect(()=>{(async()=>{var c;const v=r||((c=navigator.language)==null?void 0:c.slice(0,2))||"en";if(l&&l.forEach(s=>{s&&a.extend(s)}),v==="fr"){const s=await import("dayjs/locale/fr");a.locale(s.default)}})().then()},[a,l,r]),null},He=r=>r&&typeof r=="function",Ke=r=>r&&typeof r=="function",Ze=({children:r,defaultQueriesOptions:n,defaultMutationsOptions:i,...a})=>{var s,h;const{libraries:l}=m.useContext(A),d=(a==null?void 0:a.QueryClient)||((s=l==null?void 0:l.reactQuery)==null?void 0:s.QueryClient),v=(a==null?void 0:a.QueryClientProvider)||((h=l==null?void 0:l.reactQuery)==null?void 0:h.QueryClientProvider);if(!d)throw new Error("QueryClient is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(!v)throw new Error("QueryClientProvider is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(!He(v))throw new Error("Provided QueryClientProvider dependencies are not valid.");if(!Ke(d))throw new Error("Provided QueryClient dependencies are not valid.");const c=new d({defaultOptions:{mutations:{...i},queries:{getNextPageParam:(R,_,C)=>R.length+(C||0),refetchOnWindowFocus:!1,retry:3,...n}}});return F.jsx(v,{client:c,children:r})},$e=r=>{var h,R,_;const{libraries:n}=m.useContext(A),i=(r==null?void 0:r.i18)||(n==null?void 0:n.i18),a=((h=r==null?void 0:r.i18)==null?void 0:h.translateFunction)||((R=n==null?void 0:n.i18)==null?void 0:R.translateFunction),l=((_=i==null?void 0:i.i18next)==null?void 0:_.t)||a||(C=>C),{unknownErrorTranslationKey:d="error.unknownError"}=r||{},v=l(d),c=m.useCallback(C=>{var S,I,O,k,b,N,L,M,j;const{response:u}=C||{};return u!=null&&u.reason?String(u.reason):(S=u==null?void 0:u.data)!=null&&S.reason?String(u.data.reason):(I=u==null?void 0:u.data)!=null&&I.message?String(u.data.message):(k=(O=u==null?void 0:u.data)==null?void 0:O.detail)!=null&&k.length&&Array.isArray((b=u==null?void 0:u.data)==null?void 0:b.detail)&&((L=(N=u==null?void 0:u.data)==null?void 0:N.detail[0])!=null&&L.msg)&&typeof((j=(M=u==null?void 0:u.data)==null?void 0:M.detail[0])==null?void 0:j.msg)=="string"?String(u.data.detail[0].msg):v},[v]);return{getErrorCode:m.useCallback(C=>{var S,I,O;const{response:u}=C||{};return u!=null&&u.error_code?String(u==null?void 0:u.error_code):(S=u==null?void 0:u.data)!=null&&S.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):(O=u==null?void 0:u.data)!=null&&O.error_code?String(u.data.error_code):"unknown_error_code"},[]),printError:c}},qe=({data:r,fetchNextPage:n,isFetchingNextPage:i,isInitialLoading:a,isLoading:l,enabled:d=!0})=>{const v=m.useCallback(async s=>{i||!d||await n({pageParam:(s==null?void 0:s.pageParam)||s.visibleRowsCount})},[d,n,i]),c=m.useMemo(()=>{if(r)return r.pages.reduce((s,h)=>[...s,...h],[])},[r]);return{fetchNextPageOnRowsScrollEnd:v,isLoading:i||l,loadingVariant:a?"skeleton":"linear",rows:c}},et=r=>{const{libraries:n}=m.useContext(A),i=(r==null?void 0:r.axios)||(n==null?void 0:n.axios);if(!i)throw new Error("Axios is not provided. You can provide it with InjectDependenciesProvider or directly in params of useAuth.");return{clearAuthenticationToken:()=>{i.defaults.headers.common.Authorization=null},setAuthenticationToken:({tokenType:d,accessToken:v})=>{i.defaults.headers.common.Authorization=`${d} ${v}`}}},fe=({library:r,date:n,format:i="ll"})=>r(n).format(i),de=(r,n="km")=>{const i=Number(r);return Number.isNaN(i)?`0 ${n}`:`${i.toFixed(2)} ${n}`},tt=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}`,rt=({path:r,size:n,apiURL:i})=>{const a=tt(r),l=`${i}${a}`;return typeof n=="number"?`${l.replace("/files",`/thumbs/${n}`)}`:l},nt=r=>{const{apiURL:n,libraries:i}=m.useContext(A),a=(r==null?void 0:r.dayjs)||(i==null?void 0:i.dayjs);return{dateAdapter:(v,c)=>{if(!a)throw new Error("Dayjs is not provided. You can provide it with InjectDependenciesProvider or directly in props.");return fe({date:v,format:c,library:a})},distanceAdapter:de,filePathAdapter:(v,c)=>{if(!n)throw new Error("API URL is not provided. You can provide it with InjectDependenciesProvider or directly in props to filePathAdapter.");return rt({apiURL:n,path:v,size:c})}}},ot=r=>r.charAt(0).toUpperCase()+r.slice(1).toLowerCase(),it=r=>{const a=r.split("/").filter(l=>l.length>0).map(l=>l.replace(/\${([^}]*)}/g,"$1").split(/[_-]/).map(s=>s.charAt(0).toUpperCase()+s.slice(1)).join("")).join("");return a.charAt(0).toLowerCase()+a.slice(1)},at=(r,n,i)=>{const a=it(n),l=ot(i);return`${a}${l}`},ut=r=>{if(r)return(r==null?void 0:r.reduce((n,i)=>(n[i]={query:{useInfinite:!0,useInfiniteQueryParam:"offset",useQuery:!0}},n),{}))||{}},ct=r=>{const{input:n="./openapi.json",operationsToGenerateInfiniteQueryHook:i=void 0}=r||{};return{api:{hooks:{afterAllFilesWrite:"prettier src/api/ --write"},input:n,output:{client:"react-query",mode:"tags-split",override:{header:a=>["Generated by orval 🍺",...a.title?[a.title]:[],...a.description?[a.description]:[]],mutator:{name:"axiosCustomInstance",path:`${__dirname}/config/orval/mutator/axiosCustomInstance.ts`},operationName:at,...(i==null?void 0:i.length)&&{operations:ut(i)},query:{useQuery:!0}},schemas:"src/api/model",target:"src/api/services/api.ts"}}}};w.GTMSendPageView=Ve,w.InitializeAxiosConfig=Ue,w.InitializeDaysJSConfig=Xe,w.InitializeI18nConfig=Be,w.InitializeMapBoxConfig=Je,w.InitializeSentryConfig=Ge,w.InjectDependenciesContext=A,w.InjectDependenciesProvider=Me,w.MaskTextField=Qe,w.QueryClientProviderWithConfig=Ze,w.RequireAuth=ze,w.dateAdapter=fe,w.distanceAdapter=de,w.getOrvalConfig=ct,w.useAdapter=nt,w.useAuth=et,w.useInfiniteDataGrid=qe,w.useResponseError=$e,Object.defineProperty(w,Symbol.toStringTag,{value:"Module"})});
|
|
27
|
+
*/var le;function Le(){if(le)return G;le=1;var r=m,n=Symbol.for("react.element"),i=Symbol.for("react.fragment"),a=Object.prototype.hasOwnProperty,s=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,d={key:!0,ref:!0,__self:!0,__source:!0};function v(c,l,h){var R,_={},C=null,u=null;h!==void 0&&(C=""+h),l.key!==void 0&&(C=""+l.key),l.ref!==void 0&&(u=l.ref);for(R in l)a.call(l,R)&&!d.hasOwnProperty(R)&&(_[R]=l[R]);if(c&&c.defaultProps)for(R in l=c.defaultProps,l)_[R]===void 0&&(_[R]=l[R]);return{$$typeof:n,type:c,key:C,ref:u,props:_,_owner:s.current}}return G.Fragment=i,G.jsx=v,G.jsxs=v,G}process.env.NODE_ENV==="production"?ee.exports=Le():ee.exports=Ne();var F=ee.exports;const A=m.createContext({}),Me=({children:r,apiURL:n,libraries:i})=>{const a=m.useMemo(()=>({apiURL:n,libraries:i}),[n,i]);return F.jsx(A.Provider,{value:a,children:r})},ze=({Fallback:r,isLogged:n,loginPath:i="/login",localStorageKey:a="user",redirect401Path:s="/login",...d})=>{var b,N,L,M;const{libraries:v}=m.useContext(A),c=(d==null?void 0:d.axios)||(v==null?void 0:v.axios),l=(d==null?void 0:d.reactRouter)||(v==null?void 0:v.reactRouter);if(!l)throw new Error("React Router is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(!c)throw new Error("Axios is not provided. You can provide it with InjectDependenciesProvider or directly in props.");const[h,R]=m.useState(null),{useLocation:_,Navigate:C,Outlet:u}=l,S=_(),I=m.useRef(!1),O=typeof n=="function"?n():!!n,k=typeof O=="boolean"?O:O==null?void 0:O.isLogged;return m.useEffect(()=>{I.current||(I.current=!0,c==null||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(a),R(s)),Promise.reject(j)}))},[c==null?void 0:c.defaults.headers.common,c==null?void 0:c.interceptors.response,a,s]),k&&!h?F.jsx(m.Suspense,{fallback:r,children:(N=(b=S.state)==null?void 0:b.from)!=null&&N.state&&((M=(L=S.state)==null?void 0:L.from)==null?void 0:M.pathname)===i?F.jsx(C,{to:S.state.from.state.from.pathname+S.state.from.state.from.search,replace:!0}):F.jsx(u,{})}):F.jsx(C,{to:i,state:{from:S},replace:!0})},Ve=({...r})=>{const{libraries:n}=m.useContext(A),i=(r==null?void 0:r.reactRouter)||(n==null?void 0:n.reactRouter),a=(r==null?void 0:r.gtm)||(n==null?void 0:n.gtm);if(!i)throw new Error("React Router is not provided. You can provide it with InjectDependenciesProvider or directly in props of GTMSendPageView.");if(!a)throw new Error("GTM is not provided. You can provide it with InjectDependenciesProvider or directly in props of GTMSendPageView.");const{useGoogleTagManager:s}=a,{useLocation:d,Outlet:v}=i,{pathname:c}=d(),{sendEvent:l}=s();return m.useEffect(()=>{l({event:"pageView",pathname:c})},[c,l]),F.jsx(v,{})},Ue=({tokenTypeKey:r="tokenType",userLocalStorageKey:n="user",tokenKey:i="accessToken",postContentType:a="application/json",...s})=>{const{apiURL:d=s.apiURL,libraries:v}=m.useContext(A),c=(s==null?void 0:s.axios)||(v==null?void 0:v.axios);if(!c)throw new Error("Axios is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(!(c!=null&&c.defaults))return null;const l=localStorage.getItem(n),h=l?JSON.parse(l):null,R=h!=null&&h[r]?h[r]:null,_=h!=null&&h[i]?h[i]:null,C=l?`${R} ${_}`:null;return c.defaults.baseURL=d,c.defaults.headers.post["Content-Type"]=a,C&&(c.defaults.headers.common.Authorization=C),null},Be=({debug:r,resources:n,...i})=>{const{libraries:a}=m.useContext(A),s=(i==null?void 0:i.i18)||(a==null?void 0:a.i18),{i18next:d,initReactI18next:v,languageDetector:c}=s||{};if(!s)throw new Error("i18 is not provided. You can provide it with InjectDependenciesProvider or directly in props.");return d!=null&&d.isInitialized||(d.use(c).use(v).init({debug:r,fallbackLng:"en",interpolation:{escapeValue:!1},load:"languageOnly",react:{bindI18n:"languageChanged loaded",useSuspense:!0},resources:n,returnNull:!1}).then(()=>{document.documentElement.lang!==d.resolvedLanguage&&d.resolvedLanguage&&document.documentElement.setAttribute("lang",d.resolvedLanguage)}),d.on("languageChanged",l=>{document.documentElement.setAttribute("lang",l)})),null},Ge=({dsn:r,integrations:n,tracesSampleRate:i,replaysSessionSampleRate:a,replaysOnErrorSampleRate:s,tracePropagationTargets:d,ignoreErrors:v,debug:c,environment:l,...h})=>{const{libraries:R}=m.useContext(A),_=(h==null?void 0:h.sentry)||(R==null?void 0:R.sentry),C=(h==null?void 0:h.reactRouter)||(R==null?void 0:R.reactRouter);if(!_)throw new Error("Sentry is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(!C)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:S,useLocation:I,useNavigationType:O}=C;return(c||process.env.NODE_ENV==="prod"||process.env.NODE_ENV==="production")&&_.init({debug:c,dsn:r,environment:l||"production",ignoreErrors:[...v||[],/dynamically imported module/],integrations:[_.reactRouterV6BrowserTracingIntegration({createRoutesFromChildren:u,matchRoutes:S,useEffect:m.useEffect,useLocation:I,useNavigationType:O}),...n||[]],replaysOnErrorSampleRate:s||1,replaysSessionSampleRate:a||.1,tracePropagationTargets:d,tracesSampleRate:i||1}),null},Qe=({IMaskMixin:r,...n})=>{const i=m.useMemo(()=>r(({TextField:a,...s})=>F.jsx(a,{...s})),[r]);return F.jsx(i,{...n})},Je=({accessToken:r,...n})=>{const{libraries:i}=m.useContext(A),a=(n==null?void 0:n.mapbox)||(i==null?void 0:i.mapbox);if(!a)throw new Error("Mapbox is not provided. You can provide it with InjectDependenciesProvider or directly in props.");return r&&(a.accessToken=r),null},Xe=({language:r,...n})=>{const{libraries:i}=m.useContext(A),a=(n==null?void 0:n.dayjs)||(i==null?void 0:i.dayjs),s=(n==null?void 0:n.plugin)||(i==null?void 0:i.dayjsPlugin);if(!a)throw new Error("Dayjs is not provided. You can provide it with InjectDependenciesProvider or directly in props of InitializeDaysJSConfig.");return m.useEffect(()=>{(async()=>{var c;const v=r||((c=navigator.language)==null?void 0:c.slice(0,2))||"en";if(s&&s.forEach(l=>{l&&a.extend(l)}),v==="fr"){const l=await import("dayjs/locale/fr");a.locale(l.default)}})().then()},[a,s,r]),null},He=r=>r&&typeof r=="function",Ke=r=>r&&typeof r=="function",Ze=({children:r,defaultQueriesOptions:n,defaultMutationsOptions:i,...a})=>{var l,h;const{libraries:s}=m.useContext(A),d=(a==null?void 0:a.QueryClient)||((l=s==null?void 0:s.reactQuery)==null?void 0:l.QueryClient),v=(a==null?void 0:a.QueryClientProvider)||((h=s==null?void 0:s.reactQuery)==null?void 0:h.QueryClientProvider);if(!d)throw new Error("QueryClient is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(!v)throw new Error("QueryClientProvider is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(!He(v))throw new Error("Provided QueryClientProvider dependencies are not valid.");if(!Ke(d))throw new Error("Provided QueryClient dependencies are not valid.");const c=new d({defaultOptions:{mutations:{...i},queries:{getNextPageParam:(R,_,C)=>R.length+(C||0),refetchOnWindowFocus:!1,retry:3,...n}}});return F.jsx(v,{client:c,children:r})},$e=r=>{var h,R,_;const{libraries:n}=m.useContext(A),i=(r==null?void 0:r.i18)||(n==null?void 0:n.i18),a=((h=r==null?void 0:r.i18)==null?void 0:h.translateFunction)||((R=n==null?void 0:n.i18)==null?void 0:R.translateFunction),s=((_=i==null?void 0:i.i18next)==null?void 0:_.t)||a||(C=>C),{unknownErrorTranslationKey:d="error.unknownError"}=r||{},v=s(d),c=m.useCallback(C=>{var S,I,O,k,b,N,L,M,j;const{response:u}=C||{};return u!=null&&u.reason?String(u.reason):(S=u==null?void 0:u.data)!=null&&S.reason?String(u.data.reason):(I=u==null?void 0:u.data)!=null&&I.message?String(u.data.message):(k=(O=u==null?void 0:u.data)==null?void 0:O.detail)!=null&&k.length&&Array.isArray((b=u==null?void 0:u.data)==null?void 0:b.detail)&&((L=(N=u==null?void 0:u.data)==null?void 0:N.detail[0])!=null&&L.msg)&&typeof((j=(M=u==null?void 0:u.data)==null?void 0:M.detail[0])==null?void 0:j.msg)=="string"?String(u.data.detail[0].msg):v},[v]);return{getErrorCode:m.useCallback(C=>{var S,I,O;const{response:u}=C||{};return u!=null&&u.error_code?String(u==null?void 0:u.error_code):(S=u==null?void 0:u.data)!=null&&S.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):(O=u==null?void 0:u.data)!=null&&O.error_code?String(u.data.error_code):"unknown_error_code"},[]),printError:c}},qe=({data:r,fetchNextPage:n,isFetchingNextPage:i,isInitialLoading:a,isLoading:s,enabled:d=!0})=>{const v=m.useCallback(async l=>{i||!d||await n({pageParam:(l==null?void 0:l.pageParam)||l.visibleRowsCount})},[d,n,i]),c=m.useMemo(()=>{if(r)return r.pages.reduce((l,h)=>[...l,...h],[])},[r]);return{fetchNextPageOnRowsScrollEnd:v,isLoading:i||s,loadingVariant:a?"skeleton":"linear",rows:c}},et=r=>{const{libraries:n}=m.useContext(A),i=(r==null?void 0:r.axios)||(n==null?void 0:n.axios);if(!i)throw new Error("Axios is not provided. You can provide it with InjectDependenciesProvider or directly in params of useAuth.");return{clearAuthenticationToken:()=>{i.defaults.headers.common.Authorization=null},setAuthenticationToken:({tokenType:d,accessToken:v})=>{i.defaults.headers.common.Authorization=`${d} ${v}`}}},fe=({library:r,date:n,format:i="ll"})=>r(n).format(i),de=(r,n="km")=>{const i=Number(r);return Number.isNaN(i)?`0 ${n}`:`${i.toFixed(2)} ${n}`},tt=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}`,rt=({path:r,size:n,apiURL:i})=>{const a=tt(r),s=`${i}${a}`,d=s.match(/\.(jpeg|jpg|png|gif|bmp|webp|svg|avif)$/)!==null;return typeof n=="number"&&d?`${s.replace("/files",`/thumbs/${n}`)}`:s},nt=r=>{const{apiURL:n,libraries:i}=m.useContext(A),a=(r==null?void 0:r.dayjs)||(i==null?void 0:i.dayjs);return{dateAdapter:(v,c)=>{if(!a)throw new Error("Dayjs is not provided. You can provide it with InjectDependenciesProvider or directly in props.");return fe({date:v,format:c,library:a})},distanceAdapter:de,filePathAdapter:(v,c)=>{if(!n)throw new Error("API URL is not provided. You can provide it with InjectDependenciesProvider or directly in props to filePathAdapter.");return rt({apiURL:n,path:v,size:c})}}},ot=r=>r.charAt(0).toUpperCase()+r.slice(1).toLowerCase(),it=r=>{const a=r.split("/").filter(s=>s.length>0).map(s=>s.replace(/\${([^}]*)}/g,"$1").split(/[_-]/).map(l=>l.charAt(0).toUpperCase()+l.slice(1)).join("")).join("");return a.charAt(0).toLowerCase()+a.slice(1)},at=(r,n,i)=>{const a=it(n),s=ot(i);return`${a}${s}`},ut=r=>{if(r)return(r==null?void 0:r.reduce((n,i)=>(n[i]={query:{useInfinite:!0,useInfiniteQueryParam:"offset",useQuery:!0}},n),{}))||{}},ct=r=>{const{input:n="./openapi.json",operationsToGenerateInfiniteQueryHook:i=void 0}=r||{};return{api:{hooks:{afterAllFilesWrite:"prettier src/api/ --write"},input:n,output:{client:"react-query",mode:"tags-split",override:{header:a=>["Generated by orval 🍺",...a.title?[a.title]:[],...a.description?[a.description]:[]],mutator:{name:"axiosCustomInstance",path:`${__dirname}/config/orval/mutator/axiosCustomInstance.ts`},operationName:at,...(i==null?void 0:i.length)&&{operations:ut(i)},query:{useQuery:!0}},schemas:"src/api/model",target:"src/api/services/api.ts"}}}};w.GTMSendPageView=Ve,w.InitializeAxiosConfig=Ue,w.InitializeDaysJSConfig=Xe,w.InitializeI18nConfig=Be,w.InitializeMapBoxConfig=Je,w.InitializeSentryConfig=Ge,w.InjectDependenciesContext=A,w.InjectDependenciesProvider=Me,w.MaskTextField=Qe,w.QueryClientProviderWithConfig=Ze,w.RequireAuth=ze,w.dateAdapter=fe,w.distanceAdapter=de,w.getOrvalConfig=ct,w.useAdapter=nt,w.useAuth=et,w.useInfiniteDataGrid=qe,w.useResponseError=$e,Object.defineProperty(w,Symbol.toStringTag,{value:"Module"})});
|