@tracktor/shared-module 2.0.5 → 2.1.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 +2 -2
- package/dist/config/orval/orval.d.ts +3 -32
- package/dist/main.js +204 -200
- package/dist/main.umd.cjs +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
interface CustomOrvalConfig {
|
|
2
2
|
/**
|
|
3
|
-
* Path to the openapi file
|
|
3
|
+
* Path to the openapi file(s)
|
|
4
4
|
* @default "./openapi.json"
|
|
5
5
|
*/
|
|
6
|
-
input?: string;
|
|
6
|
+
input?: string | string[];
|
|
7
7
|
/**
|
|
8
8
|
* List of operations to use infinite query
|
|
9
9
|
*/
|
|
@@ -29,34 +29,5 @@ export declare const getOrvalOperationName: (_: any, route: string, method: stri
|
|
|
29
29
|
/**
|
|
30
30
|
* Get the orval config required for the generation
|
|
31
31
|
*/
|
|
32
|
-
export declare const getOrvalConfig: (config?: CustomOrvalConfig) =>
|
|
33
|
-
readonly api: {
|
|
34
|
-
readonly hooks: {
|
|
35
|
-
readonly afterAllFilesWrite: "prettier src/api/ --write";
|
|
36
|
-
};
|
|
37
|
-
readonly input: string;
|
|
38
|
-
readonly output: {
|
|
39
|
-
readonly client: "react-query";
|
|
40
|
-
readonly mode: "tags-split";
|
|
41
|
-
readonly override: {
|
|
42
|
-
readonly query: {
|
|
43
|
-
readonly useQuery: true;
|
|
44
|
-
};
|
|
45
|
-
readonly operations?: Record<string, {}> | undefined;
|
|
46
|
-
readonly header: (info: {
|
|
47
|
-
title: string;
|
|
48
|
-
description?: string;
|
|
49
|
-
version: string;
|
|
50
|
-
}) => string[];
|
|
51
|
-
readonly mutator: {
|
|
52
|
-
readonly name: "axiosCustomInstance";
|
|
53
|
-
readonly path: `${string}/config/orval/mutator/axiosCustomInstance.ts`;
|
|
54
|
-
};
|
|
55
|
-
readonly operationName: (_: any, route: string, method: string) => string;
|
|
56
|
-
};
|
|
57
|
-
readonly schemas: "src/api/model";
|
|
58
|
-
readonly target: "src/api/services/api.ts";
|
|
59
|
-
};
|
|
60
|
-
};
|
|
61
|
-
};
|
|
32
|
+
export declare const getOrvalConfig: (config?: CustomOrvalConfig) => Record<string, any>;
|
|
62
33
|
export default getOrvalConfig;
|
package/dist/main.js
CHANGED
|
@@ -10,9 +10,9 @@ var se = { exports: {} }, B = {};
|
|
|
10
10
|
* LICENSE file in the root directory of this source tree.
|
|
11
11
|
*/
|
|
12
12
|
var Fe;
|
|
13
|
-
function
|
|
13
|
+
function ht() {
|
|
14
14
|
return Fe || (Fe = 1, process.env.NODE_ENV !== "production" && function() {
|
|
15
|
-
var t = Ne, n = Symbol.for("react.element"), i = Symbol.for("react.portal"),
|
|
15
|
+
var t = Ne, n = Symbol.for("react.element"), i = Symbol.for("react.portal"), u = Symbol.for("react.fragment"), s = Symbol.for("react.strict_mode"), d = Symbol.for("react.profiler"), l = Symbol.for("react.provider"), c = Symbol.for("react.context"), f = 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"), a = 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;
|
|
@@ -22,15 +22,15 @@ function mt() {
|
|
|
22
22
|
var D = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
23
23
|
function _(e) {
|
|
24
24
|
{
|
|
25
|
-
for (var r = arguments.length, o = new Array(r > 1 ? r - 1 : 0),
|
|
26
|
-
o[
|
|
25
|
+
for (var r = arguments.length, o = new Array(r > 1 ? r - 1 : 0), v = 1; v < r; v++)
|
|
26
|
+
o[v - 1] = arguments[v];
|
|
27
27
|
Y("error", e, o);
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
function Y(e, r, o) {
|
|
31
31
|
{
|
|
32
|
-
var
|
|
33
|
-
|
|
32
|
+
var v = D.ReactDebugCurrentFrame, m = v.getStackAddendum();
|
|
33
|
+
m !== "" && (r += "%s", o = o.concat([m]));
|
|
34
34
|
var p = o.map(function(y) {
|
|
35
35
|
return String(y);
|
|
36
36
|
});
|
|
@@ -40,18 +40,18 @@ function mt() {
|
|
|
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 ===
|
|
43
|
+
return !!(typeof e == "string" || typeof e == "function" || e === u || e === d || de || e === s || e === h || e === E || fe || e === a || N || W || b || typeof e == "object" && e !== null && (e.$$typeof === R || e.$$typeof === w || e.$$typeof === l || e.$$typeof === c || e.$$typeof === f || // 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.
|
|
47
47
|
e.$$typeof === M || e.getModuleId !== void 0));
|
|
48
48
|
}
|
|
49
49
|
function Le(e, r, o) {
|
|
50
|
-
var
|
|
51
|
-
if (
|
|
52
|
-
return
|
|
53
|
-
var
|
|
54
|
-
return
|
|
50
|
+
var v = e.displayName;
|
|
51
|
+
if (v)
|
|
52
|
+
return v;
|
|
53
|
+
var m = r.displayName || r.name || "";
|
|
54
|
+
return m !== "" ? o + "(" + m + ")" : o;
|
|
55
55
|
}
|
|
56
56
|
function ve(e) {
|
|
57
57
|
return e.displayName || "Context";
|
|
@@ -64,7 +64,7 @@ function mt() {
|
|
|
64
64
|
if (typeof e == "string")
|
|
65
65
|
return e;
|
|
66
66
|
switch (e) {
|
|
67
|
-
case
|
|
67
|
+
case u:
|
|
68
68
|
return "Fragment";
|
|
69
69
|
case i:
|
|
70
70
|
return "Portal";
|
|
@@ -72,7 +72,7 @@ function mt() {
|
|
|
72
72
|
return "Profiler";
|
|
73
73
|
case s:
|
|
74
74
|
return "StrictMode";
|
|
75
|
-
case
|
|
75
|
+
case h:
|
|
76
76
|
return "Suspense";
|
|
77
77
|
case E:
|
|
78
78
|
return "SuspenseList";
|
|
@@ -82,16 +82,16 @@ function mt() {
|
|
|
82
82
|
case c:
|
|
83
83
|
var r = e;
|
|
84
84
|
return ve(r) + ".Consumer";
|
|
85
|
-
case
|
|
85
|
+
case l:
|
|
86
86
|
var o = e;
|
|
87
87
|
return ve(o._context) + ".Provider";
|
|
88
|
-
case
|
|
88
|
+
case f:
|
|
89
89
|
return Le(e, e.render, "ForwardRef");
|
|
90
90
|
case w:
|
|
91
|
-
var
|
|
92
|
-
return
|
|
91
|
+
var v = e.displayName || null;
|
|
92
|
+
return v !== null ? v : I(e.type) || "Memo";
|
|
93
93
|
case R: {
|
|
94
|
-
var
|
|
94
|
+
var m = e, p = m._payload, y = m._init;
|
|
95
95
|
try {
|
|
96
96
|
return I(y(p));
|
|
97
97
|
} catch {
|
|
@@ -101,14 +101,14 @@ function mt() {
|
|
|
101
101
|
}
|
|
102
102
|
return null;
|
|
103
103
|
}
|
|
104
|
-
var L = Object.assign, U = 0, ge, ye,
|
|
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
|
-
function
|
|
108
|
+
function ze() {
|
|
109
109
|
{
|
|
110
110
|
if (U === 0) {
|
|
111
|
-
ge = console.log, ye = console.info,
|
|
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,
|
|
@@ -128,7 +128,7 @@ function mt() {
|
|
|
128
128
|
U++;
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
|
-
function
|
|
131
|
+
function Ve() {
|
|
132
132
|
{
|
|
133
133
|
if (U--, U === 0) {
|
|
134
134
|
var e = {
|
|
@@ -144,10 +144,10 @@ function mt() {
|
|
|
144
144
|
value: ye
|
|
145
145
|
}),
|
|
146
146
|
warn: L({}, e, {
|
|
147
|
-
value:
|
|
147
|
+
value: he
|
|
148
148
|
}),
|
|
149
149
|
error: L({}, e, {
|
|
150
|
-
value:
|
|
150
|
+
value: me
|
|
151
151
|
}),
|
|
152
152
|
group: L({}, e, {
|
|
153
153
|
value: Ee
|
|
@@ -169,9 +169,9 @@ function mt() {
|
|
|
169
169
|
if (te === void 0)
|
|
170
170
|
try {
|
|
171
171
|
throw Error();
|
|
172
|
-
} catch (
|
|
173
|
-
var
|
|
174
|
-
te =
|
|
172
|
+
} catch (m) {
|
|
173
|
+
var v = m.stack.trim().match(/\n( *(at )?)/);
|
|
174
|
+
te = v && v[1] || "";
|
|
175
175
|
}
|
|
176
176
|
return `
|
|
177
177
|
` + te + e;
|
|
@@ -190,12 +190,12 @@ function mt() {
|
|
|
190
190
|
if (o !== void 0)
|
|
191
191
|
return o;
|
|
192
192
|
}
|
|
193
|
-
var
|
|
193
|
+
var v;
|
|
194
194
|
re = !0;
|
|
195
|
-
var
|
|
195
|
+
var m = Error.prepareStackTrace;
|
|
196
196
|
Error.prepareStackTrace = void 0;
|
|
197
197
|
var p;
|
|
198
|
-
p = ee.current, ee.current = null,
|
|
198
|
+
p = ee.current, ee.current = null, ze();
|
|
199
199
|
try {
|
|
200
200
|
if (r) {
|
|
201
201
|
var y = function() {
|
|
@@ -209,14 +209,14 @@ function mt() {
|
|
|
209
209
|
try {
|
|
210
210
|
Reflect.construct(y, []);
|
|
211
211
|
} catch ($) {
|
|
212
|
-
|
|
212
|
+
v = $;
|
|
213
213
|
}
|
|
214
214
|
Reflect.construct(e, [], y);
|
|
215
215
|
} else {
|
|
216
216
|
try {
|
|
217
217
|
y.call();
|
|
218
218
|
} catch ($) {
|
|
219
|
-
|
|
219
|
+
v = $;
|
|
220
220
|
}
|
|
221
221
|
e.call(y.prototype);
|
|
222
222
|
}
|
|
@@ -224,14 +224,14 @@ function mt() {
|
|
|
224
224
|
try {
|
|
225
225
|
throw Error();
|
|
226
226
|
} catch ($) {
|
|
227
|
-
|
|
227
|
+
v = $;
|
|
228
228
|
}
|
|
229
229
|
e();
|
|
230
230
|
}
|
|
231
231
|
} catch ($) {
|
|
232
|
-
if ($ &&
|
|
232
|
+
if ($ && v && typeof $.stack == "string") {
|
|
233
233
|
for (var g = $.stack.split(`
|
|
234
|
-
`), S =
|
|
234
|
+
`), S = v.stack.split(`
|
|
235
235
|
`), C = g.length - 1, P = S.length - 1; C >= 1 && P >= 0 && g[C] !== S[P]; )
|
|
236
236
|
P--;
|
|
237
237
|
for (; C >= 1 && P >= 0; C--, P--)
|
|
@@ -248,9 +248,9 @@ function mt() {
|
|
|
248
248
|
}
|
|
249
249
|
}
|
|
250
250
|
} finally {
|
|
251
|
-
re = !1, ee.current = p,
|
|
251
|
+
re = !1, ee.current = p, Ve(), Error.prepareStackTrace = m;
|
|
252
252
|
}
|
|
253
|
-
var
|
|
253
|
+
var V = e ? e.displayName || e.name : "", $e = V ? Q(V) : "";
|
|
254
254
|
return typeof e == "function" && J.set(e, $e), $e;
|
|
255
255
|
}
|
|
256
256
|
function Ue(e, r, o) {
|
|
@@ -268,21 +268,21 @@ function mt() {
|
|
|
268
268
|
if (typeof e == "string")
|
|
269
269
|
return Q(e);
|
|
270
270
|
switch (e) {
|
|
271
|
-
case
|
|
271
|
+
case h:
|
|
272
272
|
return Q("Suspense");
|
|
273
273
|
case E:
|
|
274
274
|
return Q("SuspenseList");
|
|
275
275
|
}
|
|
276
276
|
if (typeof e == "object")
|
|
277
277
|
switch (e.$$typeof) {
|
|
278
|
-
case
|
|
278
|
+
case f:
|
|
279
279
|
return Ue(e.render);
|
|
280
280
|
case w:
|
|
281
281
|
return X(e.type, r, o);
|
|
282
282
|
case R: {
|
|
283
|
-
var
|
|
283
|
+
var v = e, m = v._payload, p = v._init;
|
|
284
284
|
try {
|
|
285
|
-
return X(p(
|
|
285
|
+
return X(p(m), r, o);
|
|
286
286
|
} catch {
|
|
287
287
|
}
|
|
288
288
|
}
|
|
@@ -297,7 +297,7 @@ function mt() {
|
|
|
297
297
|
} else
|
|
298
298
|
be.setExtraStackFrame(null);
|
|
299
299
|
}
|
|
300
|
-
function Be(e, r, o,
|
|
300
|
+
function Be(e, r, o, v, m) {
|
|
301
301
|
{
|
|
302
302
|
var p = Function.call.bind(H);
|
|
303
303
|
for (var y in e)
|
|
@@ -305,14 +305,14 @@ function mt() {
|
|
|
305
305
|
var g = void 0;
|
|
306
306
|
try {
|
|
307
307
|
if (typeof e[y] != "function") {
|
|
308
|
-
var S = Error((
|
|
308
|
+
var S = Error((v || "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`.");
|
|
309
309
|
throw S.name = "Invariant Violation", S;
|
|
310
310
|
}
|
|
311
|
-
g = e[y](r, y,
|
|
311
|
+
g = e[y](r, y, v, o, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
312
312
|
} catch (C) {
|
|
313
313
|
g = C;
|
|
314
314
|
}
|
|
315
|
-
g && !(g instanceof Error) && (K(
|
|
315
|
+
g && !(g instanceof Error) && (K(m), _("%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", o, y, typeof g), K(null)), g instanceof Error && !(g.message in Ce) && (Ce[g.message] = !0, K(m), _("Failed %s type: %s", o, g.message), K(null));
|
|
316
316
|
}
|
|
317
317
|
}
|
|
318
318
|
}
|
|
@@ -391,7 +391,7 @@ function mt() {
|
|
|
391
391
|
});
|
|
392
392
|
}
|
|
393
393
|
}
|
|
394
|
-
var rt = function(e, r, o,
|
|
394
|
+
var rt = function(e, r, o, v, 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,
|
|
@@ -412,18 +412,18 @@ function mt() {
|
|
|
412
412
|
configurable: !1,
|
|
413
413
|
enumerable: !1,
|
|
414
414
|
writable: !1,
|
|
415
|
-
value:
|
|
415
|
+
value: v
|
|
416
416
|
}), Object.defineProperty(g, "_source", {
|
|
417
417
|
configurable: !1,
|
|
418
418
|
enumerable: !1,
|
|
419
419
|
writable: !1,
|
|
420
|
-
value:
|
|
420
|
+
value: m
|
|
421
421
|
}), Object.freeze && (Object.freeze(g.props), Object.freeze(g)), g;
|
|
422
422
|
};
|
|
423
|
-
function nt(e, r, o,
|
|
423
|
+
function nt(e, r, o, v, m) {
|
|
424
424
|
{
|
|
425
425
|
var p, y = {}, g = null, S = null;
|
|
426
|
-
o !== void 0 && (je(o), g = "" + o), Ke(r) && (je(r.key), g = "" + r.key), He(r) && (S = r.ref, Ze(r,
|
|
426
|
+
o !== void 0 && (je(o), g = "" + o), Ke(r) && (je(r.key), g = "" + r.key), He(r) && (S = r.ref, Ze(r, m));
|
|
427
427
|
for (p in r)
|
|
428
428
|
H.call(r, p) && !Xe.hasOwnProperty(p) && (y[p] = r[p]);
|
|
429
429
|
if (e && e.defaultProps) {
|
|
@@ -435,11 +435,11 @@ function mt() {
|
|
|
435
435
|
var P = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
436
436
|
g && et(y, P), S && tt(y, P);
|
|
437
437
|
}
|
|
438
|
-
return rt(e, g, S,
|
|
438
|
+
return rt(e, g, S, m, v, q.current, y);
|
|
439
439
|
}
|
|
440
440
|
}
|
|
441
441
|
var ie = D.ReactCurrentOwner, xe = D.ReactDebugCurrentFrame;
|
|
442
|
-
function
|
|
442
|
+
function z(e) {
|
|
443
443
|
if (e) {
|
|
444
444
|
var r = e._owner, o = X(e.type, e._source, r ? r.type : null);
|
|
445
445
|
xe.setExtraStackFrame(o);
|
|
@@ -496,8 +496,8 @@ Check the top-level render call using <` + o + ">.");
|
|
|
496
496
|
if (Ae[o])
|
|
497
497
|
return;
|
|
498
498
|
Ae[o] = !0;
|
|
499
|
-
var
|
|
500
|
-
e && e._owner && e._owner !== ie.current && (
|
|
499
|
+
var v = "";
|
|
500
|
+
e && e._owner && e._owner !== ie.current && (v = " It was passed a child from " + I(e._owner.type) + "."), z(e), _('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', o, v), z(null);
|
|
501
501
|
}
|
|
502
502
|
}
|
|
503
503
|
function ke(e, r) {
|
|
@@ -506,15 +506,15 @@ Check the top-level render call using <` + o + ">.");
|
|
|
506
506
|
return;
|
|
507
507
|
if (ne(e))
|
|
508
508
|
for (var o = 0; o < e.length; o++) {
|
|
509
|
-
var
|
|
510
|
-
ue(
|
|
509
|
+
var v = e[o];
|
|
510
|
+
ue(v) && De(v, r);
|
|
511
511
|
}
|
|
512
512
|
else if (ue(e))
|
|
513
513
|
e._store && (e._store.validated = !0);
|
|
514
514
|
else if (e) {
|
|
515
|
-
var
|
|
516
|
-
if (typeof
|
|
517
|
-
for (var p =
|
|
515
|
+
var m = T(e);
|
|
516
|
+
if (typeof m == "function" && m !== e.entries)
|
|
517
|
+
for (var p = m.call(e), y; !(y = p.next()).done; )
|
|
518
518
|
ue(y.value) && De(y.value, r);
|
|
519
519
|
}
|
|
520
520
|
}
|
|
@@ -527,19 +527,19 @@ Check the top-level render call using <` + o + ">.");
|
|
|
527
527
|
var o;
|
|
528
528
|
if (typeof r == "function")
|
|
529
529
|
o = r.propTypes;
|
|
530
|
-
else if (typeof r == "object" && (r.$$typeof ===
|
|
530
|
+
else if (typeof r == "object" && (r.$$typeof === f || // Note: Memo only checks outer props here.
|
|
531
531
|
// Inner props are checked in the reconciler.
|
|
532
532
|
r.$$typeof === w))
|
|
533
533
|
o = r.propTypes;
|
|
534
534
|
else
|
|
535
535
|
return;
|
|
536
536
|
if (o) {
|
|
537
|
-
var
|
|
538
|
-
Be(o, e.props, "prop",
|
|
537
|
+
var v = I(r);
|
|
538
|
+
Be(o, e.props, "prop", v, e);
|
|
539
539
|
} else if (r.PropTypes !== void 0 && !ae) {
|
|
540
540
|
ae = !0;
|
|
541
|
-
var
|
|
542
|
-
_("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",
|
|
541
|
+
var m = I(r);
|
|
542
|
+
_("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", m || "Unknown");
|
|
543
543
|
}
|
|
544
544
|
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && _("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
545
545
|
}
|
|
@@ -547,43 +547,43 @@ Check the top-level render call using <` + o + ">.");
|
|
|
547
547
|
function ut(e) {
|
|
548
548
|
{
|
|
549
549
|
for (var r = Object.keys(e.props), o = 0; o < r.length; o++) {
|
|
550
|
-
var
|
|
551
|
-
if (
|
|
552
|
-
|
|
550
|
+
var v = r[o];
|
|
551
|
+
if (v !== "children" && v !== "key") {
|
|
552
|
+
z(e), _("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", v), z(null);
|
|
553
553
|
break;
|
|
554
554
|
}
|
|
555
555
|
}
|
|
556
|
-
e.ref !== null && (
|
|
556
|
+
e.ref !== null && (z(e), _("Invalid attribute `ref` supplied to `React.Fragment`."), z(null));
|
|
557
557
|
}
|
|
558
558
|
}
|
|
559
|
-
function Ie(e, r, o,
|
|
559
|
+
function Ie(e, r, o, v, m, p) {
|
|
560
560
|
{
|
|
561
561
|
var y = We(e);
|
|
562
562
|
if (!y) {
|
|
563
563
|
var g = "";
|
|
564
564
|
(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.");
|
|
565
|
-
var S = ot(
|
|
565
|
+
var S = ot(m);
|
|
566
566
|
S ? g += S : g += Oe();
|
|
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, r, o,
|
|
570
|
+
var P = nt(e, r, o, m, p);
|
|
571
571
|
if (P == null)
|
|
572
572
|
return P;
|
|
573
573
|
if (y) {
|
|
574
574
|
var O = r.children;
|
|
575
575
|
if (O !== void 0)
|
|
576
|
-
if (
|
|
576
|
+
if (v)
|
|
577
577
|
if (ne(O)) {
|
|
578
|
-
for (var
|
|
579
|
-
ke(O[
|
|
578
|
+
for (var V = 0; V < O.length; V++)
|
|
579
|
+
ke(O[V], e);
|
|
580
580
|
Object.freeze && Object.freeze(O);
|
|
581
581
|
} else
|
|
582
582
|
_("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
583
583
|
else
|
|
584
584
|
ke(O, e);
|
|
585
585
|
}
|
|
586
|
-
return e ===
|
|
586
|
+
return e === u ? ut(P) : at(P), P;
|
|
587
587
|
}
|
|
588
588
|
}
|
|
589
589
|
function ct(e, r, o) {
|
|
@@ -593,7 +593,7 @@ Check the top-level render call using <` + o + ">.");
|
|
|
593
593
|
return Ie(e, r, o, !1);
|
|
594
594
|
}
|
|
595
595
|
var lt = st, ft = ct;
|
|
596
|
-
B.Fragment =
|
|
596
|
+
B.Fragment = u, B.jsx = lt, B.jsxs = ft;
|
|
597
597
|
}()), B;
|
|
598
598
|
}
|
|
599
599
|
var G = {};
|
|
@@ -607,89 +607,89 @@ var G = {};
|
|
|
607
607
|
* LICENSE file in the root directory of this source tree.
|
|
608
608
|
*/
|
|
609
609
|
var Ye;
|
|
610
|
-
function
|
|
610
|
+
function mt() {
|
|
611
611
|
if (Ye)
|
|
612
612
|
return G;
|
|
613
613
|
Ye = 1;
|
|
614
|
-
var t = Ne, n = Symbol.for("react.element"), i = Symbol.for("react.fragment"),
|
|
615
|
-
function
|
|
616
|
-
var E, w = {}, R = null,
|
|
617
|
-
|
|
618
|
-
for (E in
|
|
619
|
-
|
|
614
|
+
var t = Ne, n = Symbol.for("react.element"), i = Symbol.for("react.fragment"), u = Object.prototype.hasOwnProperty, s = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, d = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
615
|
+
function l(c, f, h) {
|
|
616
|
+
var E, w = {}, R = null, a = null;
|
|
617
|
+
h !== void 0 && (R = "" + h), f.key !== void 0 && (R = "" + f.key), f.ref !== void 0 && (a = f.ref);
|
|
618
|
+
for (E in f)
|
|
619
|
+
u.call(f, E) && !d.hasOwnProperty(E) && (w[E] = f[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: R, ref:
|
|
621
|
+
for (E in f = c.defaultProps, f)
|
|
622
|
+
w[E] === void 0 && (w[E] = f[E]);
|
|
623
|
+
return { $$typeof: n, type: c, key: R, ref: a, props: w, _owner: s.current };
|
|
624
624
|
}
|
|
625
|
-
return G.Fragment = i, G.jsx =
|
|
625
|
+
return G.Fragment = i, G.jsx = l, G.jsxs = l, G;
|
|
626
626
|
}
|
|
627
|
-
process.env.NODE_ENV === "production" ? se.exports =
|
|
627
|
+
process.env.NODE_ENV === "production" ? se.exports = mt() : se.exports = ht();
|
|
628
628
|
var F = se.exports;
|
|
629
629
|
const A = dt({}), xt = ({ children: t, apiURL: n, libraries: i }) => {
|
|
630
|
-
const
|
|
630
|
+
const u = le(
|
|
631
631
|
() => ({
|
|
632
632
|
apiURL: n,
|
|
633
633
|
libraries: i
|
|
634
634
|
}),
|
|
635
635
|
[n, i]
|
|
636
636
|
);
|
|
637
|
-
return /* @__PURE__ */ F.jsx(A.Provider, { value:
|
|
637
|
+
return /* @__PURE__ */ F.jsx(A.Provider, { value: u, children: t });
|
|
638
638
|
}, Ot = ({
|
|
639
639
|
Fallback: t,
|
|
640
640
|
isLogged: n,
|
|
641
641
|
loginPath: i = "/login",
|
|
642
|
-
localStorageKey:
|
|
642
|
+
localStorageKey: u = "user",
|
|
643
643
|
redirect401Path: s = "/login",
|
|
644
644
|
...d
|
|
645
645
|
}) => {
|
|
646
646
|
var _, Y, N, W;
|
|
647
|
-
const { libraries:
|
|
648
|
-
if (!
|
|
647
|
+
const { libraries: l } = k(A), c = (d == null ? void 0 : d.axios) || (l == null ? void 0 : l.axios), f = (d == null ? void 0 : d.reactRouter) || (l == null ? void 0 : l.reactRouter);
|
|
648
|
+
if (!f)
|
|
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 [
|
|
652
|
+
const [h, E] = vt(null), { useLocation: w, Navigate: R, Outlet: a } = f, 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(
|
|
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(u), 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,
|
|
661
|
+
}, [c == null ? void 0 : c.defaults.headers.common, c == null ? void 0 : c.interceptors.response, u, s]), D && !h ? /* @__PURE__ */ F.jsx(yt, { fallback: t, 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(a, {}) }) : /* @__PURE__ */ F.jsx(R, { to: i, state: { from: j }, replace: !0 });
|
|
662
662
|
}, At = ({ ...t }) => {
|
|
663
|
-
const { libraries: n } = k(A), i = (t == null ? void 0 : t.reactRouter) || (n == null ? void 0 : n.reactRouter),
|
|
663
|
+
const { libraries: n } = k(A), i = (t == null ? void 0 : t.reactRouter) || (n == null ? void 0 : n.reactRouter), u = (t == null ? void 0 : t.gtm) || (n == null ? void 0 : n.gtm);
|
|
664
664
|
if (!i)
|
|
665
665
|
throw new Error(
|
|
666
666
|
"React Router is not provided. You can provide it with InjectDependenciesProvider or directly in props of GTMSendPageView."
|
|
667
667
|
);
|
|
668
|
-
if (!
|
|
668
|
+
if (!u)
|
|
669
669
|
throw new Error("GTM is not provided. You can provide it with InjectDependenciesProvider or directly in props of GTMSendPageView.");
|
|
670
|
-
const { useGoogleTagManager: s } =
|
|
670
|
+
const { useGoogleTagManager: s } = u, { useLocation: d, Outlet: l } = i, { pathname: c } = d(), { sendEvent: f } = s();
|
|
671
671
|
return Z(() => {
|
|
672
|
-
|
|
673
|
-
}, [c,
|
|
672
|
+
f({ event: "pageView", pathname: c });
|
|
673
|
+
}, [c, f]), /* @__PURE__ */ F.jsx(l, {});
|
|
674
674
|
}, Dt = ({
|
|
675
675
|
tokenTypeKey: t = "tokenType",
|
|
676
676
|
userLocalStorageKey: n = "user",
|
|
677
677
|
tokenKey: i = "accessToken",
|
|
678
|
-
postContentType:
|
|
678
|
+
postContentType: u = "application/json",
|
|
679
679
|
...s
|
|
680
680
|
}) => {
|
|
681
|
-
const { apiURL: d = s.apiURL, libraries:
|
|
681
|
+
const { apiURL: d = s.apiURL, libraries: l } = k(A), c = (s == null ? void 0 : s.axios) || (l == null ? void 0 : l.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"] =
|
|
686
|
+
const f = localStorage.getItem(n), h = f ? JSON.parse(f) : null, E = h != null && h[t] ? h[t] : null, w = h != null && h[i] ? h[i] : null, R = f ? `${E} ${w}` : null;
|
|
687
|
+
return c.defaults.baseURL = d, c.defaults.headers.post["Content-Type"] = u, R && (c.defaults.headers.common.Authorization = R), null;
|
|
688
688
|
}, kt = ({ debug: t, resources: n, ...i }) => {
|
|
689
|
-
const { libraries:
|
|
689
|
+
const { libraries: u } = k(A), s = (i == null ? void 0 : i.i18) || (u == null ? void 0 : u.i18), { i18next: d, initReactI18next: l, languageDetector: c } = s || {};
|
|
690
690
|
if (!s)
|
|
691
691
|
throw new Error("i18 is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
|
|
692
|
-
return d != null && d.isInitialized || (d.use(c).use(
|
|
692
|
+
return d != null && d.isInitialized || (d.use(c).use(l).init({
|
|
693
693
|
debug: t,
|
|
694
694
|
fallbackLng: "en",
|
|
695
695
|
interpolation: {
|
|
@@ -704,37 +704,37 @@ const A = dt({}), xt = ({ children: t, 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", (f) => {
|
|
708
|
+
document.documentElement.setAttribute("lang", f);
|
|
709
709
|
})), null;
|
|
710
710
|
}, It = ({
|
|
711
711
|
dsn: t,
|
|
712
712
|
integrations: n,
|
|
713
713
|
tracesSampleRate: i,
|
|
714
|
-
replaysSessionSampleRate:
|
|
714
|
+
replaysSessionSampleRate: u,
|
|
715
715
|
replaysOnErrorSampleRate: s,
|
|
716
716
|
tracePropagationTargets: d,
|
|
717
|
-
ignoreErrors:
|
|
717
|
+
ignoreErrors: l,
|
|
718
718
|
debug: c,
|
|
719
|
-
environment:
|
|
720
|
-
...
|
|
719
|
+
environment: f,
|
|
720
|
+
...h
|
|
721
721
|
}) => {
|
|
722
|
-
const { libraries: E } = k(A), w = (
|
|
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
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:
|
|
729
|
+
const { createRoutesFromChildren: a, 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: t,
|
|
733
|
-
environment:
|
|
734
|
-
ignoreErrors: [...
|
|
733
|
+
environment: f || "production",
|
|
734
|
+
ignoreErrors: [...l || [], /dynamically imported module/],
|
|
735
735
|
integrations: [
|
|
736
736
|
w.reactRouterV6BrowserTracingIntegration({
|
|
737
|
-
createRoutesFromChildren:
|
|
737
|
+
createRoutesFromChildren: a,
|
|
738
738
|
matchRoutes: j,
|
|
739
739
|
useEffect: Z,
|
|
740
740
|
useLocation: x,
|
|
@@ -743,53 +743,53 @@ const A = dt({}), xt = ({ children: t, apiURL: n, libraries: i }) => {
|
|
|
743
743
|
...n || []
|
|
744
744
|
],
|
|
745
745
|
replaysOnErrorSampleRate: s || 1,
|
|
746
|
-
replaysSessionSampleRate:
|
|
746
|
+
replaysSessionSampleRate: u || 0.1,
|
|
747
747
|
tracePropagationTargets: d,
|
|
748
748
|
tracesSampleRate: i || 1
|
|
749
749
|
}), null;
|
|
750
750
|
}, $t = ({ IMaskMixin: t, ...n }) => {
|
|
751
751
|
const i = le(
|
|
752
752
|
// eslint-disable-next-line react/jsx-props-no-spreading
|
|
753
|
-
() => t(({ TextField:
|
|
753
|
+
() => t(({ TextField: u, ...s }) => /* @__PURE__ */ F.jsx(u, { ...s })),
|
|
754
754
|
[t]
|
|
755
755
|
);
|
|
756
756
|
return /* @__PURE__ */ F.jsx(i, { ...n });
|
|
757
757
|
}, Ft = ({ accessToken: t, ...n }) => {
|
|
758
|
-
const { libraries: i } = k(A),
|
|
759
|
-
if (!
|
|
758
|
+
const { libraries: i } = k(A), u = (n == null ? void 0 : n.mapbox) || (i == null ? void 0 : i.mapbox);
|
|
759
|
+
if (!u)
|
|
760
760
|
throw new Error("Mapbox is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
|
|
761
|
-
return t && (
|
|
761
|
+
return t && (u.accessToken = t), null;
|
|
762
762
|
}, Yt = ({ language: t, ...n }) => {
|
|
763
|
-
const { libraries: i } = k(A),
|
|
764
|
-
if (!
|
|
763
|
+
const { libraries: i } = k(A), u = (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
|
+
if (!u)
|
|
765
765
|
throw new Error(
|
|
766
766
|
"Dayjs is not provided. You can provide it with InjectDependenciesProvider or directly in props of InitializeDaysJSConfig."
|
|
767
767
|
);
|
|
768
768
|
return Z(() => {
|
|
769
769
|
(async () => {
|
|
770
770
|
var c;
|
|
771
|
-
const
|
|
772
|
-
if (s && s.forEach((
|
|
773
|
-
|
|
774
|
-
}),
|
|
775
|
-
const
|
|
776
|
-
|
|
771
|
+
const l = t || ((c = navigator.language) == null ? void 0 : c.slice(0, 2)) || "en";
|
|
772
|
+
if (s && s.forEach((f) => {
|
|
773
|
+
f && u.extend(f);
|
|
774
|
+
}), l === "fr") {
|
|
775
|
+
const f = await import("dayjs/locale/fr");
|
|
776
|
+
u.locale(f.default);
|
|
777
777
|
}
|
|
778
778
|
})().then();
|
|
779
|
-
}, [
|
|
779
|
+
}, [u, s, t]), null;
|
|
780
780
|
}, Et = (t) => t && typeof t == "function", pt = (t) => t && typeof t == "function", Nt = ({
|
|
781
781
|
children: t,
|
|
782
782
|
defaultQueriesOptions: n,
|
|
783
783
|
defaultMutationsOptions: i,
|
|
784
|
-
...
|
|
784
|
+
...u
|
|
785
785
|
}) => {
|
|
786
|
-
var
|
|
787
|
-
const { libraries: s } = k(A), d = (
|
|
786
|
+
var f, h;
|
|
787
|
+
const { libraries: s } = k(A), d = (u == null ? void 0 : u.QueryClient) || ((f = s == null ? void 0 : s.reactQuery) == null ? void 0 : f.QueryClient), l = (u == null ? void 0 : u.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
|
-
if (!
|
|
790
|
+
if (!l)
|
|
791
791
|
throw new Error("QueryClientProvider is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
|
|
792
|
-
if (!Et(
|
|
792
|
+
if (!Et(l))
|
|
793
793
|
throw new Error("Provided QueryClientProvider dependencies are not valid.");
|
|
794
794
|
if (!pt(d))
|
|
795
795
|
throw new Error("Provided QueryClient dependencies are not valid.");
|
|
@@ -806,46 +806,46 @@ const A = dt({}), xt = ({ children: t, apiURL: n, libraries: i }) => {
|
|
|
806
806
|
}
|
|
807
807
|
}
|
|
808
808
|
});
|
|
809
|
-
return /* @__PURE__ */ F.jsx(
|
|
809
|
+
return /* @__PURE__ */ F.jsx(l, { client: c, children: t });
|
|
810
810
|
}, Wt = (t) => {
|
|
811
|
-
var
|
|
812
|
-
const { libraries: n } = k(A), i = (t == null ? void 0 : t.i18) || (n == null ? void 0 : n.i18),
|
|
811
|
+
var h, E, w;
|
|
812
|
+
const { libraries: n } = k(A), i = (t == null ? void 0 : t.i18) || (n == null ? void 0 : n.i18), u = ((h = t == null ? void 0 : t.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) || u || ((R) => R), { unknownErrorTranslationKey: d = "error.unknownError" } = t || {}, l = s(d), c = ce(
|
|
813
813
|
(R) => {
|
|
814
814
|
var j, x, T, D, _, Y, N, W, b;
|
|
815
|
-
const { response:
|
|
816
|
-
return
|
|
815
|
+
const { response: a } = R || {};
|
|
816
|
+
return a != null && a.reason ? String(a.reason) : (j = a == null ? void 0 : a.data) != null && j.reason ? String(a.data.reason) : (x = a == null ? void 0 : a.data) != null && x.message ? String(a.data.message) : (D = (T = a == null ? void 0 : a.data) == null ? void 0 : T.detail) != null && D.length && Array.isArray((_ = a == null ? void 0 : a.data) == null ? void 0 : _.detail) && ((N = (Y = a == null ? void 0 : a.data) == null ? void 0 : Y.detail[0]) != null && N.msg) && typeof ((b = (W = a == null ? void 0 : a.data) == null ? void 0 : W.detail[0]) == null ? void 0 : b.msg) == "string" ? String(a.data.detail[0].msg) : l;
|
|
817
817
|
},
|
|
818
|
-
[
|
|
818
|
+
[l]
|
|
819
819
|
);
|
|
820
820
|
return { getErrorCode: ce((R) => {
|
|
821
821
|
var j, x, T;
|
|
822
|
-
const { response:
|
|
823
|
-
return
|
|
822
|
+
const { response: a } = R || {};
|
|
823
|
+
return a != null && a.error_code ? String(a == null ? void 0 : a.error_code) : (j = a == null ? void 0 : a.data) != null && j.error_code ? String((x = a == null ? void 0 : a.data) == null ? void 0 : x.error_code) : a != null && a.error_code ? String(a == null ? void 0 : a.error_code) : (T = a == null ? void 0 : a.data) != null && T.error_code ? String(a.data.error_code) : "unknown_error_code";
|
|
824
824
|
}, []), printError: c };
|
|
825
825
|
}, Lt = ({
|
|
826
826
|
data: t,
|
|
827
827
|
fetchNextPage: n,
|
|
828
828
|
isFetchingNextPage: i,
|
|
829
|
-
isInitialLoading:
|
|
829
|
+
isInitialLoading: u,
|
|
830
830
|
isLoading: s,
|
|
831
831
|
enabled: d = !0
|
|
832
832
|
}) => {
|
|
833
|
-
const
|
|
834
|
-
async (
|
|
835
|
-
i || !d || await n({ pageParam: (
|
|
833
|
+
const l = ce(
|
|
834
|
+
async (f) => {
|
|
835
|
+
i || !d || await n({ pageParam: (f == null ? void 0 : f.pageParam) || f.visibleRowsCount });
|
|
836
836
|
},
|
|
837
837
|
[d, n, i]
|
|
838
838
|
), c = le(() => {
|
|
839
839
|
if (t)
|
|
840
|
-
return t.pages.reduce((
|
|
840
|
+
return t.pages.reduce((f, h) => [...f, ...h], []);
|
|
841
841
|
}, [t]);
|
|
842
842
|
return {
|
|
843
|
-
fetchNextPageOnRowsScrollEnd:
|
|
843
|
+
fetchNextPageOnRowsScrollEnd: l,
|
|
844
844
|
isLoading: i || s,
|
|
845
|
-
loadingVariant:
|
|
845
|
+
loadingVariant: u ? "skeleton" : "linear",
|
|
846
846
|
rows: c
|
|
847
847
|
};
|
|
848
|
-
},
|
|
848
|
+
}, zt = (t) => {
|
|
849
849
|
const { libraries: n } = k(A), i = (t == null ? void 0 : t.axios) || (n == null ? void 0 : n.axios);
|
|
850
850
|
if (!i)
|
|
851
851
|
throw new Error("Axios is not provided. You can provide it with InjectDependenciesProvider or directly in params of useAuth.");
|
|
@@ -853,8 +853,8 @@ const A = dt({}), xt = ({ children: t, apiURL: n, libraries: i }) => {
|
|
|
853
853
|
clearAuthenticationToken: () => {
|
|
854
854
|
i.defaults.headers.common.Authorization = null;
|
|
855
855
|
},
|
|
856
|
-
setAuthenticationToken: ({ tokenType: d, accessToken:
|
|
857
|
-
i.defaults.headers.common.Authorization = `${d} ${
|
|
856
|
+
setAuthenticationToken: ({ tokenType: d, accessToken: l }) => {
|
|
857
|
+
i.defaults.headers.common.Authorization = `${d} ${l}`;
|
|
858
858
|
}
|
|
859
859
|
};
|
|
860
860
|
}, Rt = ({ library: t, date: n, format: i = "ll" }) => t(n).format(i), wt = (t, n = "km") => {
|
|
@@ -863,39 +863,39 @@ const A = dt({}), xt = ({ children: t, apiURL: n, libraries: i }) => {
|
|
|
863
863
|
}, _t = (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}`, Ct = ({ path: t, size: n, apiURL: i }) => {
|
|
864
864
|
if (!t)
|
|
865
865
|
return "";
|
|
866
|
-
const
|
|
866
|
+
const u = _t(t), s = `${i}${u}`, d = s.match(/\.(jpeg|jpg|png|gif|bmp|webp|svg|avif)$/) !== null;
|
|
867
867
|
return typeof n == "number" && d ? `${s.replace("/files", `/thumbs/${n}`)}` : s;
|
|
868
|
-
},
|
|
869
|
-
const { apiURL: n, libraries: i } = k(A),
|
|
868
|
+
}, Vt = (t) => {
|
|
869
|
+
const { apiURL: n, libraries: i } = k(A), u = (t == null ? void 0 : t.dayjs) || (i == null ? void 0 : i.dayjs);
|
|
870
870
|
return {
|
|
871
|
-
dateAdapter: (
|
|
872
|
-
if (!
|
|
871
|
+
dateAdapter: (l, c) => {
|
|
872
|
+
if (!u)
|
|
873
873
|
throw new Error("Dayjs is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
|
|
874
874
|
return Rt({
|
|
875
|
-
date:
|
|
875
|
+
date: l,
|
|
876
876
|
format: c,
|
|
877
|
-
library:
|
|
877
|
+
library: u
|
|
878
878
|
});
|
|
879
879
|
},
|
|
880
880
|
distanceAdapter: wt,
|
|
881
|
-
filePathAdapter: (
|
|
881
|
+
filePathAdapter: (l, c) => {
|
|
882
882
|
if (!n)
|
|
883
883
|
throw new Error(
|
|
884
884
|
"API URL is not provided. You can provide it with InjectDependenciesProvider or directly in props to filePathAdapter."
|
|
885
885
|
);
|
|
886
886
|
return Ct({
|
|
887
887
|
apiURL: n,
|
|
888
|
-
path:
|
|
888
|
+
path: l,
|
|
889
889
|
size: c
|
|
890
890
|
});
|
|
891
891
|
}
|
|
892
892
|
};
|
|
893
893
|
}, bt = (t) => t.charAt(0).toUpperCase() + t.slice(1).toLowerCase(), Pt = (t) => {
|
|
894
|
-
const
|
|
895
|
-
return
|
|
894
|
+
const u = t.split("/").filter((s) => s.length > 0).map((s) => s.replace(/\${([^}]*)}/g, "$1").split(/[_-]/).map((f) => f.charAt(0).toUpperCase() + f.slice(1)).join("")).join("");
|
|
895
|
+
return u.charAt(0).toLowerCase() + u.slice(1);
|
|
896
896
|
}, jt = (t, n, i) => {
|
|
897
|
-
const
|
|
898
|
-
return `${
|
|
897
|
+
const u = Pt(n), s = bt(i);
|
|
898
|
+
return `${u}${s}`;
|
|
899
899
|
}, Tt = (t) => {
|
|
900
900
|
if (t)
|
|
901
901
|
return (t == null ? void 0 : t.reduce((n, i) => (n[i] = {
|
|
@@ -906,37 +906,41 @@ const A = dt({}), xt = ({ children: t, apiURL: n, libraries: i }) => {
|
|
|
906
906
|
}
|
|
907
907
|
}, n), {})) || {};
|
|
908
908
|
}, Mt = (t) => {
|
|
909
|
-
const { input: n = "./openapi.json", operationsToGenerateInfiniteQueryHook: i = void 0 } = t || {}
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
name: "axiosCustomInstance",
|
|
927
|
-
path: `${__dirname}/config/orval/mutator/axiosCustomInstance.ts`
|
|
928
|
-
},
|
|
929
|
-
operationName: jt,
|
|
930
|
-
...(i == null ? void 0 : i.length) && { operations: Tt(i) },
|
|
931
|
-
query: {
|
|
932
|
-
useQuery: !0
|
|
933
|
-
}
|
|
909
|
+
const { input: n = "./openapi.json", operationsToGenerateInfiniteQueryHook: i = void 0 } = t || {}, u = Array.isArray(n) ? n : [n], s = (d) => ({
|
|
910
|
+
hooks: {
|
|
911
|
+
afterAllFilesWrite: "prettier src/api/ --write"
|
|
912
|
+
},
|
|
913
|
+
input: d,
|
|
914
|
+
output: {
|
|
915
|
+
client: "react-query",
|
|
916
|
+
mode: "tags-split",
|
|
917
|
+
override: {
|
|
918
|
+
header: (l) => [
|
|
919
|
+
"Generated by orval 🍺",
|
|
920
|
+
...l.title ? [l.title] : [],
|
|
921
|
+
...l.description ? [l.description] : []
|
|
922
|
+
],
|
|
923
|
+
mutator: {
|
|
924
|
+
name: "axiosCustomInstance",
|
|
925
|
+
path: `${__dirname}/config/orval/mutator/axiosCustomInstance.ts`
|
|
934
926
|
},
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
927
|
+
operationName: jt,
|
|
928
|
+
...(i == null ? void 0 : i.length) && { operations: Tt(i) },
|
|
929
|
+
query: {
|
|
930
|
+
useQuery: !0
|
|
931
|
+
}
|
|
932
|
+
},
|
|
933
|
+
schemas: "src/api/model",
|
|
934
|
+
target: "src/api/services/api.ts"
|
|
938
935
|
}
|
|
939
|
-
};
|
|
936
|
+
});
|
|
937
|
+
return u.reduce(
|
|
938
|
+
(d, l) => {
|
|
939
|
+
const c = l.replace(/[^a-zA-Z0-9]/g, "");
|
|
940
|
+
return d[c] = s(l), d;
|
|
941
|
+
},
|
|
942
|
+
{}
|
|
943
|
+
);
|
|
940
944
|
};
|
|
941
945
|
export {
|
|
942
946
|
At as GTMSendPageView,
|
|
@@ -953,8 +957,8 @@ export {
|
|
|
953
957
|
Rt as dateAdapter,
|
|
954
958
|
wt as distanceAdapter,
|
|
955
959
|
Mt as getOrvalConfig,
|
|
956
|
-
|
|
957
|
-
|
|
960
|
+
Vt as useAdapter,
|
|
961
|
+
zt as useAuth,
|
|
958
962
|
Lt as useInfiniteDataGrid,
|
|
959
963
|
Wt as useResponseError
|
|
960
964
|
};
|
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 t=m,n=Symbol.for("react.element"),i=Symbol.for("react.portal"),
|
|
10
|
-
`+re+e}}var ne=!1,K;{var vt=typeof WeakMap=="function"?WeakMap:Map;K=new vt}function be(e,r){if(!e||ne)return"";{var o=K.get(e);if(o!==void 0)return o}var
|
|
11
|
-
`),x=
|
|
9
|
+
*/var se;function Ne(){return se||(se=1,process.env.NODE_ENV!=="production"&&function(){var t=m,n=Symbol.for("react.element"),i=Symbol.for("react.portal"),u=Symbol.for("react.fragment"),s=Symbol.for("react.strict_mode"),d=Symbol.for("react.profiler"),l=Symbol.for("react.provider"),c=Symbol.for("react.context"),f=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"),a=Symbol.for("react.offscreen"),S=Symbol.iterator,I="@@iterator";function O(e){if(e===null||typeof e!="object")return null;var r=S&&e[S]||e[I];return typeof r=="function"?r:null}var k=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function b(e){{for(var r=arguments.length,o=new Array(r>1?r-1:0),v=1;v<r;v++)o[v-1]=arguments[v];N("error",e,o)}}function N(e,r,o){{var v=k.ReactDebugCurrentFrame,E=v.getStackAddendum();E!==""&&(r+="%s",o=o.concat([E]));var p=o.map(function(y){return String(y)});p.unshift("Warning: "+r),Function.prototype.apply.call(console[e],console,p)}}var z=!1,L=!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===u||e===d||ge||e===s||e===h||e===R||ve||e===a||z||L||j||typeof e=="object"&&e!==null&&(e.$$typeof===C||e.$$typeof===_||e.$$typeof===l||e.$$typeof===c||e.$$typeof===f||e.$$typeof===Q||e.getModuleId!==void 0))}function lt(e,r,o){var v=e.displayName;if(v)return v;var E=r.displayName||r.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 u: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 r=e;return ye(r)+".Consumer";case l:var o=e;return ye(o._context)+".Provider";case f:return lt(e,e.render,"ForwardRef");case _:var v=e.displayName||null;return v!==null?v: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 M=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:M({},e,{value:he}),info:M({},e,{value:me}),warn:M({},e,{value:Ee}),error:M({},e,{value:Re}),group:M({},e,{value:pe}),groupCollapsed:M({},e,{value:we}),groupEnd:M({},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,r,o){{if(re===void 0)try{throw Error()}catch(E){var v=E.stack.trim().match(/\n( *(at )?)/);re=v&&v[1]||""}return`
|
|
10
|
+
`+re+e}}var ne=!1,K;{var vt=typeof WeakMap=="function"?WeakMap:Map;K=new vt}function be(e,r){if(!e||ne)return"";{var o=K.get(e);if(o!==void 0)return o}var v;ne=!0;var E=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var p;p=te.current,te.current=null,ft();try{if(r){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){v=W}Reflect.construct(e,[],y)}else{try{y.call()}catch(W){v=W}e.call(y.prototype)}}else{try{throw Error()}catch(W){v=W}e()}}catch(W){if(W&&v&&typeof W.stack=="string"){for(var g=W.stack.split(`
|
|
11
|
+
`),x=v.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,r,o){return be(e,!1)}function yt(e){var r=e.prototype;return!!(r&&r.isReactComponent)}function Z(e,r,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,r,o){return be(e,!1)}function yt(e){var r=e.prototype;return!!(r&&r.isReactComponent)}function Z(e,r,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 f:return gt(e.render);case _:return Z(e.type,r,o);case C:{var v=e,E=v._payload,p=v._init;try{return Z(p(E),r,o)}catch{}}}return""}var $=Object.prototype.hasOwnProperty,Pe={},je=k.ReactDebugCurrentFrame;function q(e){if(e){var r=e._owner,o=Z(e.type,e._source,r?r.type:null);je.setExtraStackFrame(o)}else je.setExtraStackFrame(null)}function ht(e,r,o,v,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((v||"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](r,y,v,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).",v||"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 r=typeof Symbol=="function"&&Symbol.toStringTag,o=r&&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 r=Object.getOwnPropertyDescriptor(e,"ref").get;if(r&&r.isReactWarning)return!1}return e.ref!==void 0}function Ct(e){if($.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function _t(e,r){if(typeof e.ref=="string"&&X.current&&r&&X.current.stateNode!==r){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,r){{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)",r))};o.isReactWarning=!0,Object.defineProperty(e,"key",{get:o,configurable:!0})}}function Pt(e,r){{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)",r))};o.isReactWarning=!0,Object.defineProperty(e,"ref",{get:o,configurable:!0})}}var jt=function(e,r,o,v,E,p,y){var g={$$typeof:n,type:e,key:r,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:v}),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,r,o,v,E){{var p,y={},g=null,x=null;o!==void 0&&(Se(o),g=""+o),Ct(r)&&(Se(r.key),g=""+r.key),wt(r)&&(x=r.ref,_t(r,E));for(p in r)$.call(r,p)&&!pt.hasOwnProperty(p)&&(y[p]=r[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,v,X.current,y)}}var ae=k.ReactCurrentOwner,Ae=k.ReactDebugCurrentFrame;function V(e){if(e){var r=e._owner,o=Z(e.type,e._source,r?r.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 r=e.fileName.replace(/^.*[\\\/]/,""),o=e.lineNumber;return`
|
|
16
16
|
|
|
17
17
|
Check your code at `+r+":"+o+"."}return""}}var De={};function Ot(e){{var r=Ie();if(!r){var o=typeof e=="string"?e:e.displayName||e.name;o&&(r=`
|
|
18
18
|
|
|
19
|
-
Check the top-level render call using <`+o+">.")}return r}}function ke(e,r){{if(!e._store||e._store.validated||e.key!=null)return;e._store.validated=!0;var o=Ot(r);if(De[o])return;De[o]=!0;var
|
|
19
|
+
Check the top-level render call using <`+o+">.")}return r}}function ke(e,r){{if(!e._store||e._store.validated||e.key!=null)return;e._store.validated=!0;var o=Ot(r);if(De[o])return;De[o]=!0;var v="";e&&e._owner&&e._owner!==ae.current&&(v=" 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,v),V(null)}}function Fe(e,r){{if(typeof e!="object")return;if(oe(e))for(var o=0;o<e.length;o++){var v=e[o];ce(v)&&ke(v,r)}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,r)}}}function xt(e){{var r=e.type;if(r==null||typeof r=="string")return;var o;if(typeof r=="function")o=r.propTypes;else if(typeof r=="object"&&(r.$$typeof===f||r.$$typeof===_))o=r.propTypes;else return;if(o){var v=Y(r);ht(o,e.props,"prop",v,e)}else if(r.PropTypes!==void 0&&!ue){ue=!0;var E=Y(r);b("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",E||"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 At(e){{for(var r=Object.keys(e.props),o=0;o<r.length;o++){var v=r[o];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,o,v,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,r,o,E,p);if(T==null)return T;if(y){var D=r.children;if(D!==void 0)if(v)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===u?At(T):xt(T),T}}function It(e,r,o){return Ye(e,r,o,!0)}function Dt(e,r,o){return Ye(e,r,o,!1)}var kt=Dt,Ft=It;B.Fragment=u,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 r}}function ke(e,r){{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 t=m,n=Symbol.for("react.element"),i=Symbol.for("react.fragment"),a=Object.prototype.hasOwnProperty,s=t.__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:t,apiURL:n,libraries:i})=>{const a=m.useMemo(()=>({apiURL:n,libraries:i}),[n,i]);return F.jsx(A.Provider,{value:a,children:t})},ze=({Fallback:t,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:t,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=({...t})=>{const{libraries:n}=m.useContext(A),i=(t==null?void 0:t.reactRouter)||(n==null?void 0:n.reactRouter),a=(t==null?void 0:t.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:t="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[t]?h[t]: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:t,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:t,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:t,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:t,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:t,...n})=>{const i=m.useMemo(()=>t(({TextField:a,...s})=>F.jsx(a,{...s})),[t]);return F.jsx(i,{...n})},Je=({accessToken:t,...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 t&&(a.accessToken=t),null},Xe=({language:t,...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=t||((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,t]),null},He=t=>t&&typeof t=="function",Ke=t=>t&&typeof t=="function",Ze=({children:t,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:t})},$e=t=>{var h,R,_;const{libraries:n}=m.useContext(A),i=(t==null?void 0:t.i18)||(n==null?void 0:n.i18),a=((h=t==null?void 0:t.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"}=t||{},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:t,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(t)return t.pages.reduce((l,h)=>[...l,...h],[])},[t]);return{fetchNextPageOnRowsScrollEnd:v,isLoading:i||s,loadingVariant:a?"skeleton":"linear",rows:c}},et=t=>{const{libraries:n}=m.useContext(A),i=(t==null?void 0:t.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:t,date:n,format:i="ll"})=>t(n).format(i),de=(t,n="km")=>{const i=Number(t);return Number.isNaN(i)?`0 ${n}`:`${i.toFixed(2)} ${n}`},tt=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}`,rt=({path:t,size:n,apiURL:i})=>{if(!t)return"";const a=tt(t),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=t=>{const{apiURL:n,libraries:i}=m.useContext(A),a=(t==null?void 0:t.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=t=>t.charAt(0).toUpperCase()+t.slice(1).toLowerCase(),it=t=>{const a=t.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=(t,n,i)=>{const a=it(n),s=ot(i);return`${a}${s}`},ut=t=>{if(t)return(t==null?void 0:t.reduce((n,i)=>(n[i]={query:{useInfinite:!0,useInfiniteQueryParam:"offset",useQuery:!0}},n),{}))||{}},ct=t=>{const{input:n="./openapi.json",operationsToGenerateInfiniteQueryHook:i=void 0}=t||{};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 ze(){if(le)return G;le=1;var t=m,n=Symbol.for("react.element"),i=Symbol.for("react.fragment"),u=Object.prototype.hasOwnProperty,s=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,d={key:!0,ref:!0,__self:!0,__source:!0};function l(c,f,h){var R,_={},C=null,a=null;h!==void 0&&(C=""+h),f.key!==void 0&&(C=""+f.key),f.ref!==void 0&&(a=f.ref);for(R in f)u.call(f,R)&&!d.hasOwnProperty(R)&&(_[R]=f[R]);if(c&&c.defaultProps)for(R in f=c.defaultProps,f)_[R]===void 0&&(_[R]=f[R]);return{$$typeof:n,type:c,key:C,ref:a,props:_,_owner:s.current}}return G.Fragment=i,G.jsx=l,G.jsxs=l,G}process.env.NODE_ENV==="production"?ee.exports=ze():ee.exports=Ne();var F=ee.exports;const A=m.createContext({}),Le=({children:t,apiURL:n,libraries:i})=>{const u=m.useMemo(()=>({apiURL:n,libraries:i}),[n,i]);return F.jsx(A.Provider,{value:u,children:t})},Me=({Fallback:t,isLogged:n,loginPath:i="/login",localStorageKey:u="user",redirect401Path:s="/login",...d})=>{var b,N,z,L;const{libraries:l}=m.useContext(A),c=(d==null?void 0:d.axios)||(l==null?void 0:l.axios),f=(d==null?void 0:d.reactRouter)||(l==null?void 0:l.reactRouter);if(!f)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:a}=f,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(u),R(s)),Promise.reject(j)}))},[c==null?void 0:c.defaults.headers.common,c==null?void 0:c.interceptors.response,u,s]),k&&!h?F.jsx(m.Suspense,{fallback:t,children:(N=(b=S.state)==null?void 0:b.from)!=null&&N.state&&((L=(z=S.state)==null?void 0:z.from)==null?void 0:L.pathname)===i?F.jsx(C,{to:S.state.from.state.from.pathname+S.state.from.state.from.search,replace:!0}):F.jsx(a,{})}):F.jsx(C,{to:i,state:{from:S},replace:!0})},Ve=({...t})=>{const{libraries:n}=m.useContext(A),i=(t==null?void 0:t.reactRouter)||(n==null?void 0:n.reactRouter),u=(t==null?void 0:t.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(!u)throw new Error("GTM is not provided. You can provide it with InjectDependenciesProvider or directly in props of GTMSendPageView.");const{useGoogleTagManager:s}=u,{useLocation:d,Outlet:l}=i,{pathname:c}=d(),{sendEvent:f}=s();return m.useEffect(()=>{f({event:"pageView",pathname:c})},[c,f]),F.jsx(l,{})},Ue=({tokenTypeKey:t="tokenType",userLocalStorageKey:n="user",tokenKey:i="accessToken",postContentType:u="application/json",...s})=>{const{apiURL:d=s.apiURL,libraries:l}=m.useContext(A),c=(s==null?void 0:s.axios)||(l==null?void 0:l.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 f=localStorage.getItem(n),h=f?JSON.parse(f):null,R=h!=null&&h[t]?h[t]:null,_=h!=null&&h[i]?h[i]:null,C=f?`${R} ${_}`:null;return c.defaults.baseURL=d,c.defaults.headers.post["Content-Type"]=u,C&&(c.defaults.headers.common.Authorization=C),null},Be=({debug:t,resources:n,...i})=>{const{libraries:u}=m.useContext(A),s=(i==null?void 0:i.i18)||(u==null?void 0:u.i18),{i18next:d,initReactI18next:l,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(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!==d.resolvedLanguage&&d.resolvedLanguage&&document.documentElement.setAttribute("lang",d.resolvedLanguage)}),d.on("languageChanged",f=>{document.documentElement.setAttribute("lang",f)})),null},Ge=({dsn:t,integrations:n,tracesSampleRate:i,replaysSessionSampleRate:u,replaysOnErrorSampleRate:s,tracePropagationTargets:d,ignoreErrors:l,debug:c,environment:f,...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:a,matchRoutes:S,useLocation:I,useNavigationType:O}=C;return(c||process.env.NODE_ENV==="prod"||process.env.NODE_ENV==="production")&&_.init({debug:c,dsn:t,environment:f||"production",ignoreErrors:[...l||[],/dynamically imported module/],integrations:[_.reactRouterV6BrowserTracingIntegration({createRoutesFromChildren:a,matchRoutes:S,useEffect:m.useEffect,useLocation:I,useNavigationType:O}),...n||[]],replaysOnErrorSampleRate:s||1,replaysSessionSampleRate:u||.1,tracePropagationTargets:d,tracesSampleRate:i||1}),null},Qe=({IMaskMixin:t,...n})=>{const i=m.useMemo(()=>t(({TextField:u,...s})=>F.jsx(u,{...s})),[t]);return F.jsx(i,{...n})},Je=({accessToken:t,...n})=>{const{libraries:i}=m.useContext(A),u=(n==null?void 0:n.mapbox)||(i==null?void 0:i.mapbox);if(!u)throw new Error("Mapbox is not provided. You can provide it with InjectDependenciesProvider or directly in props.");return t&&(u.accessToken=t),null},Xe=({language:t,...n})=>{const{libraries:i}=m.useContext(A),u=(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(!u)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 l=t||((c=navigator.language)==null?void 0:c.slice(0,2))||"en";if(s&&s.forEach(f=>{f&&u.extend(f)}),l==="fr"){const f=await import("dayjs/locale/fr");u.locale(f.default)}})().then()},[u,s,t]),null},He=t=>t&&typeof t=="function",Ke=t=>t&&typeof t=="function",Ze=({children:t,defaultQueriesOptions:n,defaultMutationsOptions:i,...u})=>{var f,h;const{libraries:s}=m.useContext(A),d=(u==null?void 0:u.QueryClient)||((f=s==null?void 0:s.reactQuery)==null?void 0:f.QueryClient),l=(u==null?void 0:u.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(!l)throw new Error("QueryClientProvider is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(!He(l))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(l,{client:c,children:t})},$e=t=>{var h,R,_;const{libraries:n}=m.useContext(A),i=(t==null?void 0:t.i18)||(n==null?void 0:n.i18),u=((h=t==null?void 0:t.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)||u||(C=>C),{unknownErrorTranslationKey:d="error.unknownError"}=t||{},l=s(d),c=m.useCallback(C=>{var S,I,O,k,b,N,z,L,j;const{response:a}=C||{};return a!=null&&a.reason?String(a.reason):(S=a==null?void 0:a.data)!=null&&S.reason?String(a.data.reason):(I=a==null?void 0:a.data)!=null&&I.message?String(a.data.message):(k=(O=a==null?void 0:a.data)==null?void 0:O.detail)!=null&&k.length&&Array.isArray((b=a==null?void 0:a.data)==null?void 0:b.detail)&&((z=(N=a==null?void 0:a.data)==null?void 0:N.detail[0])!=null&&z.msg)&&typeof((j=(L=a==null?void 0:a.data)==null?void 0:L.detail[0])==null?void 0:j.msg)=="string"?String(a.data.detail[0].msg):l},[l]);return{getErrorCode:m.useCallback(C=>{var S,I,O;const{response:a}=C||{};return a!=null&&a.error_code?String(a==null?void 0:a.error_code):(S=a==null?void 0:a.data)!=null&&S.error_code?String((I=a==null?void 0:a.data)==null?void 0:I.error_code):a!=null&&a.error_code?String(a==null?void 0:a.error_code):(O=a==null?void 0:a.data)!=null&&O.error_code?String(a.data.error_code):"unknown_error_code"},[]),printError:c}},qe=({data:t,fetchNextPage:n,isFetchingNextPage:i,isInitialLoading:u,isLoading:s,enabled:d=!0})=>{const l=m.useCallback(async f=>{i||!d||await n({pageParam:(f==null?void 0:f.pageParam)||f.visibleRowsCount})},[d,n,i]),c=m.useMemo(()=>{if(t)return t.pages.reduce((f,h)=>[...f,...h],[])},[t]);return{fetchNextPageOnRowsScrollEnd:l,isLoading:i||s,loadingVariant:u?"skeleton":"linear",rows:c}},et=t=>{const{libraries:n}=m.useContext(A),i=(t==null?void 0:t.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:l})=>{i.defaults.headers.common.Authorization=`${d} ${l}`}}},fe=({library:t,date:n,format:i="ll"})=>t(n).format(i),de=(t,n="km")=>{const i=Number(t);return Number.isNaN(i)?`0 ${n}`:`${i.toFixed(2)} ${n}`},tt=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}`,rt=({path:t,size:n,apiURL:i})=>{if(!t)return"";const u=tt(t),s=`${i}${u}`,d=s.match(/\.(jpeg|jpg|png|gif|bmp|webp|svg|avif)$/)!==null;return typeof n=="number"&&d?`${s.replace("/files",`/thumbs/${n}`)}`:s},nt=t=>{const{apiURL:n,libraries:i}=m.useContext(A),u=(t==null?void 0:t.dayjs)||(i==null?void 0:i.dayjs);return{dateAdapter:(l,c)=>{if(!u)throw new Error("Dayjs is not provided. You can provide it with InjectDependenciesProvider or directly in props.");return fe({date:l,format:c,library:u})},distanceAdapter:de,filePathAdapter:(l,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:l,size:c})}}},ot=t=>t.charAt(0).toUpperCase()+t.slice(1).toLowerCase(),it=t=>{const u=t.split("/").filter(s=>s.length>0).map(s=>s.replace(/\${([^}]*)}/g,"$1").split(/[_-]/).map(f=>f.charAt(0).toUpperCase()+f.slice(1)).join("")).join("");return u.charAt(0).toLowerCase()+u.slice(1)},at=(t,n,i)=>{const u=it(n),s=ot(i);return`${u}${s}`},ut=t=>{if(t)return(t==null?void 0:t.reduce((n,i)=>(n[i]={query:{useInfinite:!0,useInfiniteQueryParam:"offset",useQuery:!0}},n),{}))||{}},ct=t=>{const{input:n="./openapi.json",operationsToGenerateInfiniteQueryHook:i=void 0}=t||{},u=Array.isArray(n)?n:[n],s=d=>({hooks:{afterAllFilesWrite:"prettier src/api/ --write"},input:d,output:{client:"react-query",mode:"tags-split",override:{header:l=>["Generated by orval 🍺",...l.title?[l.title]:[],...l.description?[l.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"}});return u.reduce((d,l)=>{const c=l.replace(/[^a-zA-Z0-9]/g,"");return d[c]=s(l),d},{})};w.GTMSendPageView=Ve,w.InitializeAxiosConfig=Ue,w.InitializeDaysJSConfig=Xe,w.InitializeI18nConfig=Be,w.InitializeMapBoxConfig=Je,w.InitializeSentryConfig=Ge,w.InjectDependenciesContext=A,w.InjectDependenciesProvider=Le,w.MaskTextField=Qe,w.QueryClientProviderWithConfig=Ze,w.RequireAuth=Me,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"})});
|