@tracktor/shared-module 2.9.3 → 2.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
1
  # [Versions](https://github.com/Tracktor/shared-module/releases)
2
2
 
3
- ## v2.9.3
3
+ ## v2.9.4
4
4
  - **[fix]** - add `adaptWorksiteName` adapter improvement
package/dist/main.d.ts CHANGED
@@ -36,4 +36,4 @@ export { default as getOrvalConfig } from './config/orval';
36
36
  export * from './config/orval';
37
37
  export { default as dateAdapter } from './utils/adapter/dateAdapter';
38
38
  export { default as distanceAdapter } from './utils/adapter/distanceAdapter';
39
- export { default as worksiteNameAdapter } from './utils/adapter/worksiteNameAdapter';
39
+ export { default as worksiteNameAdapter } from './utils/adapter/worksiteNameAdapter/worksiteNameAdapter';
package/dist/main.js CHANGED
@@ -13,13 +13,13 @@ var Ne;
13
13
  function Et() {
14
14
  if (Ne) return K;
15
15
  Ne = 1;
16
- var t = Ve, r = Symbol.for("react.element"), o = Symbol.for("react.fragment"), i = Object.prototype.hasOwnProperty, a = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, l = { key: !0, ref: !0, __self: !0, __source: !0 };
16
+ var t = Ve, n = Symbol.for("react.element"), o = Symbol.for("react.fragment"), i = Object.prototype.hasOwnProperty, a = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, l = { key: !0, ref: !0, __self: !0, __source: !0 };
17
17
  function f(d, u, m) {
18
18
  var g, S = {}, b = null, s = null;
19
19
  m !== void 0 && (b = "" + m), u.key !== void 0 && (b = "" + u.key), u.ref !== void 0 && (s = u.ref);
20
20
  for (g in u) i.call(u, g) && !l.hasOwnProperty(g) && (S[g] = u[g]);
21
21
  if (d && d.defaultProps) for (g in u = d.defaultProps, u) S[g] === void 0 && (S[g] = u[g]);
22
- return { $$typeof: r, type: d, key: b, ref: s, props: S, _owner: a.current };
22
+ return { $$typeof: n, type: d, key: b, ref: s, props: S, _owner: a.current };
23
23
  }
24
24
  return K.Fragment = o, K.jsx = f, K.jsxs = f, K;
25
25
  }
@@ -36,29 +36,29 @@ var q = {};
36
36
  var Ye;
37
37
  function wt() {
38
38
  return Ye || (Ye = 1, process.env.NODE_ENV !== "production" && function() {
39
- var t = Ve, r = Symbol.for("react.element"), o = Symbol.for("react.portal"), i = Symbol.for("react.fragment"), a = Symbol.for("react.strict_mode"), l = Symbol.for("react.profiler"), f = Symbol.for("react.provider"), d = Symbol.for("react.context"), u = Symbol.for("react.forward_ref"), m = Symbol.for("react.suspense"), g = Symbol.for("react.suspense_list"), S = Symbol.for("react.memo"), b = Symbol.for("react.lazy"), s = Symbol.for("react.offscreen"), C = Symbol.iterator, R = "@@iterator";
39
+ var t = Ve, n = Symbol.for("react.element"), o = Symbol.for("react.portal"), i = Symbol.for("react.fragment"), a = Symbol.for("react.strict_mode"), l = Symbol.for("react.profiler"), f = Symbol.for("react.provider"), d = Symbol.for("react.context"), u = Symbol.for("react.forward_ref"), m = Symbol.for("react.suspense"), g = Symbol.for("react.suspense_list"), S = Symbol.for("react.memo"), b = Symbol.for("react.lazy"), s = Symbol.for("react.offscreen"), C = Symbol.iterator, R = "@@iterator";
40
40
  function P(e) {
41
41
  if (e === null || typeof e != "object")
42
42
  return null;
43
- var n = C && e[C] || e[R];
44
- return typeof n == "function" ? n : null;
43
+ var r = C && e[C] || e[R];
44
+ return typeof r == "function" ? r : null;
45
45
  }
46
46
  var h = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
47
47
  function _(e) {
48
48
  {
49
- for (var n = arguments.length, c = new Array(n > 1 ? n - 1 : 0), v = 1; v < n; v++)
49
+ for (var r = arguments.length, c = new Array(r > 1 ? r - 1 : 0), v = 1; v < r; v++)
50
50
  c[v - 1] = arguments[v];
51
51
  A("error", e, c);
52
52
  }
53
53
  }
54
- function A(e, n, c) {
54
+ function A(e, r, c) {
55
55
  {
56
56
  var v = h.ReactDebugCurrentFrame, w = v.getStackAddendum();
57
- w !== "" && (n += "%s", c = c.concat([w]));
57
+ w !== "" && (r += "%s", c = c.concat([w]));
58
58
  var p = c.map(function(E) {
59
59
  return String(E);
60
60
  });
61
- p.unshift("Warning: " + n), Function.prototype.apply.call(console[e], console, p);
61
+ p.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, p);
62
62
  }
63
63
  }
64
64
  var F = !1, L = !1, $ = !1, T = !1, ge = !1, ne;
@@ -70,11 +70,11 @@ function wt() {
70
70
  // with.
71
71
  e.$$typeof === ne || e.getModuleId !== void 0));
72
72
  }
73
- function Me(e, n, c) {
73
+ function Me(e, r, c) {
74
74
  var v = e.displayName;
75
75
  if (v)
76
76
  return v;
77
- var w = n.displayName || n.name || "";
77
+ var w = r.displayName || r.name || "";
78
78
  return w !== "" ? c + "(" + w + ")" : c;
79
79
  }
80
80
  function he(e) {
@@ -104,8 +104,8 @@ function wt() {
104
104
  if (typeof e == "object")
105
105
  switch (e.$$typeof) {
106
106
  case d:
107
- var n = e;
108
- return he(n) + ".Consumer";
107
+ var r = e;
108
+ return he(r) + ".Consumer";
109
109
  case f:
110
110
  var c = e;
111
111
  return he(c._context) + ".Provider";
@@ -188,7 +188,7 @@ function wt() {
188
188
  }
189
189
  }
190
190
  var oe = h.ReactCurrentDispatcher, ae;
191
- function Q(e, n, c) {
191
+ function Q(e, r, c) {
192
192
  {
193
193
  if (ae === void 0)
194
194
  try {
@@ -206,7 +206,7 @@ function wt() {
206
206
  var Je = typeof WeakMap == "function" ? WeakMap : Map;
207
207
  X = new Je();
208
208
  }
209
- function Se(e, n) {
209
+ function Se(e, r) {
210
210
  if (!e || ie)
211
211
  return "";
212
212
  {
@@ -221,7 +221,7 @@ function wt() {
221
221
  var p;
222
222
  p = oe.current, oe.current = null, Ue();
223
223
  try {
224
- if (n) {
224
+ if (r) {
225
225
  var E = function() {
226
226
  throw Error();
227
227
  };
@@ -277,14 +277,14 @@ function wt() {
277
277
  var U = e ? e.displayName || e.name : "", $e = U ? Q(U) : "";
278
278
  return typeof e == "function" && X.set(e, $e), $e;
279
279
  }
280
- function Ke(e, n, c) {
280
+ function Ke(e, r, c) {
281
281
  return Se(e, !1);
282
282
  }
283
283
  function qe(e) {
284
- var n = e.prototype;
285
- return !!(n && n.isReactComponent);
284
+ var r = e.prototype;
285
+ return !!(r && r.isReactComponent);
286
286
  }
287
- function H(e, n, c) {
287
+ function H(e, r, c) {
288
288
  if (e == null)
289
289
  return "";
290
290
  if (typeof e == "function")
@@ -302,11 +302,11 @@ function wt() {
302
302
  case u:
303
303
  return Ke(e.render);
304
304
  case S:
305
- return H(e.type, n, c);
305
+ return H(e.type, r, c);
306
306
  case b: {
307
307
  var v = e, w = v._payload, p = v._init;
308
308
  try {
309
- return H(p(w), n, c);
309
+ return H(p(w), r, c);
310
310
  } catch {
311
311
  }
312
312
  }
@@ -316,12 +316,12 @@ function wt() {
316
316
  var Z = Object.prototype.hasOwnProperty, be = {}, Pe = h.ReactDebugCurrentFrame;
317
317
  function ee(e) {
318
318
  if (e) {
319
- var n = e._owner, c = H(e.type, e._source, n ? n.type : null);
319
+ var r = e._owner, c = H(e.type, e._source, r ? r.type : null);
320
320
  Pe.setExtraStackFrame(c);
321
321
  } else
322
322
  Pe.setExtraStackFrame(null);
323
323
  }
324
- function Be(e, n, c, v, w) {
324
+ function Be(e, r, c, v, w) {
325
325
  {
326
326
  var p = Function.call.bind(Z);
327
327
  for (var E in e)
@@ -332,7 +332,7 @@ function wt() {
332
332
  var x = Error((v || "React class") + ": " + c + " type `" + E + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[E] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
333
333
  throw x.name = "Invariant Violation", x;
334
334
  }
335
- y = e[E](n, E, v, c, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
335
+ y = e[E](r, E, v, c, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
336
336
  } catch (j) {
337
337
  y = j;
338
338
  }
@@ -346,7 +346,7 @@ function wt() {
346
346
  }
347
347
  function Xe(e) {
348
348
  {
349
- var n = typeof Symbol == "function" && Symbol.toStringTag, c = n && e[Symbol.toStringTag] || e.constructor.name || "Object";
349
+ var r = typeof Symbol == "function" && Symbol.toStringTag, c = r && e[Symbol.toStringTag] || e.constructor.name || "Object";
350
350
  return c;
351
351
  }
352
352
  }
@@ -373,30 +373,30 @@ function wt() {
373
373
  se = {};
374
374
  function et(e) {
375
375
  if (Z.call(e, "ref")) {
376
- var n = Object.getOwnPropertyDescriptor(e, "ref").get;
377
- if (n && n.isReactWarning)
376
+ var r = Object.getOwnPropertyDescriptor(e, "ref").get;
377
+ if (r && r.isReactWarning)
378
378
  return !1;
379
379
  }
380
380
  return e.ref !== void 0;
381
381
  }
382
382
  function tt(e) {
383
383
  if (Z.call(e, "key")) {
384
- var n = Object.getOwnPropertyDescriptor(e, "key").get;
385
- if (n && n.isReactWarning)
384
+ var r = Object.getOwnPropertyDescriptor(e, "key").get;
385
+ if (r && r.isReactWarning)
386
386
  return !1;
387
387
  }
388
388
  return e.key !== void 0;
389
389
  }
390
- function rt(e, n) {
391
- if (typeof e.ref == "string" && J.current && n && J.current.stateNode !== n) {
390
+ function rt(e, r) {
391
+ if (typeof e.ref == "string" && J.current && r && J.current.stateNode !== r) {
392
392
  var c = N(J.current.type);
393
393
  se[c] || (_('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', N(J.current.type), e.ref), se[c] = !0);
394
394
  }
395
395
  }
396
- function nt(e, n) {
396
+ function nt(e, r) {
397
397
  {
398
398
  var c = function() {
399
- Te || (Te = !0, _("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", n));
399
+ Te || (Te = !0, _("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
400
400
  };
401
401
  c.isReactWarning = !0, Object.defineProperty(e, "key", {
402
402
  get: c,
@@ -404,10 +404,10 @@ function wt() {
404
404
  });
405
405
  }
406
406
  }
407
- function ot(e, n) {
407
+ function ot(e, r) {
408
408
  {
409
409
  var c = function() {
410
- xe || (xe = !0, _("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", n));
410
+ xe || (xe = !0, _("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
411
411
  };
412
412
  c.isReactWarning = !0, Object.defineProperty(e, "ref", {
413
413
  get: c,
@@ -415,13 +415,13 @@ function wt() {
415
415
  });
416
416
  }
417
417
  }
418
- var at = function(e, n, c, v, w, p, E) {
418
+ var at = function(e, r, c, v, w, p, E) {
419
419
  var y = {
420
420
  // This tag allows us to uniquely identify this as a React Element
421
- $$typeof: r,
421
+ $$typeof: n,
422
422
  // Built-in properties that belong on the element
423
423
  type: e,
424
- key: n,
424
+ key: r,
425
425
  ref: c,
426
426
  props: E,
427
427
  // Record the component responsible for creating this element.
@@ -444,12 +444,12 @@ function wt() {
444
444
  value: w
445
445
  }), Object.freeze && (Object.freeze(y.props), Object.freeze(y)), y;
446
446
  };
447
- function it(e, n, c, v, w) {
447
+ function it(e, r, c, v, w) {
448
448
  {
449
449
  var p, E = {}, y = null, x = null;
450
- c !== void 0 && (Oe(c), y = "" + c), tt(n) && (Oe(n.key), y = "" + n.key), et(n) && (x = n.ref, rt(n, w));
451
- for (p in n)
452
- Z.call(n, p) && !Ze.hasOwnProperty(p) && (E[p] = n[p]);
450
+ c !== void 0 && (Oe(c), y = "" + c), tt(r) && (Oe(r.key), y = "" + r.key), et(r) && (x = r.ref, rt(r, w));
451
+ for (p in r)
452
+ Z.call(r, p) && !Ze.hasOwnProperty(p) && (E[p] = r[p]);
453
453
  if (e && e.defaultProps) {
454
454
  var j = e.defaultProps;
455
455
  for (p in j)
@@ -465,7 +465,7 @@ function wt() {
465
465
  var ue = h.ReactCurrentOwner, Ae = h.ReactDebugCurrentFrame;
466
466
  function M(e) {
467
467
  if (e) {
468
- var n = e._owner, c = H(e.type, e._source, n ? n.type : null);
468
+ var r = e._owner, c = H(e.type, e._source, r ? r.type : null);
469
469
  Ae.setExtraStackFrame(c);
470
470
  } else
471
471
  Ae.setExtraStackFrame(null);
@@ -473,7 +473,7 @@ function wt() {
473
473
  var le;
474
474
  le = !1;
475
475
  function fe(e) {
476
- return typeof e == "object" && e !== null && e.$$typeof === r;
476
+ return typeof e == "object" && e !== null && e.$$typeof === n;
477
477
  }
478
478
  function Ie() {
479
479
  {
@@ -493,22 +493,22 @@ Check the render method of \`` + e + "`.";
493
493
  var ke = {};
494
494
  function st(e) {
495
495
  {
496
- var n = Ie();
497
- if (!n) {
496
+ var r = Ie();
497
+ if (!r) {
498
498
  var c = typeof e == "string" ? e : e.displayName || e.name;
499
- c && (n = `
499
+ c && (r = `
500
500
 
501
501
  Check the top-level render call using <` + c + ">.");
502
502
  }
503
- return n;
503
+ return r;
504
504
  }
505
505
  }
506
- function De(e, n) {
506
+ function De(e, r) {
507
507
  {
508
508
  if (!e._store || e._store.validated || e.key != null)
509
509
  return;
510
510
  e._store.validated = !0;
511
- var c = st(n);
511
+ var c = st(r);
512
512
  if (ke[c])
513
513
  return;
514
514
  ke[c] = !0;
@@ -516,14 +516,14 @@ Check the top-level render call using <` + c + ">.");
516
516
  e && e._owner && e._owner !== ue.current && (v = " It was passed a child from " + N(e._owner.type) + "."), M(e), _('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', c, v), M(null);
517
517
  }
518
518
  }
519
- function Fe(e, n) {
519
+ function Fe(e, r) {
520
520
  {
521
521
  if (typeof e != "object")
522
522
  return;
523
523
  if (ce(e))
524
524
  for (var c = 0; c < e.length; c++) {
525
525
  var v = e[c];
526
- fe(v) && De(v, n);
526
+ fe(v) && De(v, r);
527
527
  }
528
528
  else if (fe(e))
529
529
  e._store && (e._store.validated = !0);
@@ -531,39 +531,39 @@ Check the top-level render call using <` + c + ">.");
531
531
  var w = P(e);
532
532
  if (typeof w == "function" && w !== e.entries)
533
533
  for (var p = w.call(e), E; !(E = p.next()).done; )
534
- fe(E.value) && De(E.value, n);
534
+ fe(E.value) && De(E.value, r);
535
535
  }
536
536
  }
537
537
  }
538
538
  function ut(e) {
539
539
  {
540
- var n = e.type;
541
- if (n == null || typeof n == "string")
540
+ var r = e.type;
541
+ if (r == null || typeof r == "string")
542
542
  return;
543
543
  var c;
544
- if (typeof n == "function")
545
- c = n.propTypes;
546
- else if (typeof n == "object" && (n.$$typeof === u || // Note: Memo only checks outer props here.
544
+ if (typeof r == "function")
545
+ c = r.propTypes;
546
+ else if (typeof r == "object" && (r.$$typeof === u || // Note: Memo only checks outer props here.
547
547
  // Inner props are checked in the reconciler.
548
- n.$$typeof === S))
549
- c = n.propTypes;
548
+ r.$$typeof === S))
549
+ c = r.propTypes;
550
550
  else
551
551
  return;
552
552
  if (c) {
553
- var v = N(n);
553
+ var v = N(r);
554
554
  Be(c, e.props, "prop", v, e);
555
- } else if (n.PropTypes !== void 0 && !le) {
555
+ } else if (r.PropTypes !== void 0 && !le) {
556
556
  le = !0;
557
- var w = N(n);
557
+ var w = N(r);
558
558
  _("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", w || "Unknown");
559
559
  }
560
- typeof n.getDefaultProps == "function" && !n.getDefaultProps.isReactClassApproved && _("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
560
+ typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && _("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
561
561
  }
562
562
  }
563
563
  function lt(e) {
564
564
  {
565
- for (var n = Object.keys(e.props), c = 0; c < n.length; c++) {
566
- var v = n[c];
565
+ for (var r = Object.keys(e.props), c = 0; c < r.length; c++) {
566
+ var v = r[c];
567
567
  if (v !== "children" && v !== "key") {
568
568
  M(e), _("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", v), M(null);
569
569
  break;
@@ -572,7 +572,7 @@ Check the top-level render call using <` + c + ">.");
572
572
  e.ref !== null && (M(e), _("Invalid attribute `ref` supplied to `React.Fragment`."), M(null));
573
573
  }
574
574
  }
575
- function Le(e, n, c, v, w, p) {
575
+ function Le(e, r, c, v, w, p) {
576
576
  {
577
577
  var E = B(e);
578
578
  if (!E) {
@@ -581,13 +581,13 @@ Check the top-level render call using <` + c + ">.");
581
581
  var x = ct();
582
582
  x ? y += x : y += Ie();
583
583
  var j;
584
- e === null ? j = "null" : ce(e) ? j = "array" : e !== void 0 && e.$$typeof === r ? (j = "<" + (N(e.type) || "Unknown") + " />", y = " Did you accidentally export a JSX literal instead of a component?") : j = 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", j, y);
584
+ e === null ? j = "null" : ce(e) ? j = "array" : e !== void 0 && e.$$typeof === n ? (j = "<" + (N(e.type) || "Unknown") + " />", y = " Did you accidentally export a JSX literal instead of a component?") : j = 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", j, y);
585
585
  }
586
- var O = it(e, n, c, w, p);
586
+ var O = it(e, r, c, w, p);
587
587
  if (O == null)
588
588
  return O;
589
589
  if (E) {
590
- var k = n.children;
590
+ var k = r.children;
591
591
  if (k !== void 0)
592
592
  if (v)
593
593
  if (ce(k)) {
@@ -602,11 +602,11 @@ Check the top-level render call using <` + c + ">.");
602
602
  return e === i ? lt(O) : ut(O), O;
603
603
  }
604
604
  }
605
- function ft(e, n, c) {
606
- return Le(e, n, c, !0);
605
+ function ft(e, r, c) {
606
+ return Le(e, r, c, !0);
607
607
  }
608
- function dt(e, n, c) {
609
- return Le(e, n, c, !1);
608
+ function dt(e, r, c) {
609
+ return Le(e, r, c, !1);
610
610
  }
611
611
  var vt = dt, gt = ft;
612
612
  q.Fragment = i, q.jsx = vt, q.jsxs = gt;
@@ -614,22 +614,22 @@ Check the top-level render call using <` + c + ">.");
614
614
  }
615
615
  process.env.NODE_ENV === "production" ? de.exports = Et() : de.exports = wt();
616
616
  var W = de.exports;
617
- const I = ht({}), Lt = ({ children: t, apiURL: r, libraries: o, localStorageKeys: i }) => {
617
+ const I = ht({}), Lt = ({ children: t, apiURL: n, libraries: o, localStorageKeys: i }) => {
618
618
  const a = ve(
619
619
  () => ({
620
- apiURL: r,
620
+ apiURL: n,
621
621
  libraries: o,
622
622
  localStorageKeys: i
623
623
  }),
624
- [r, o, i]
624
+ [n, o, i]
625
625
  );
626
626
  return /* @__PURE__ */ W.jsx(I.Provider, { value: a, children: t });
627
- }, Rt = "user", $t = ({ Fallback: t, isLogged: r, loginPath: o = "/login", redirect401Path: i = "/login", ...a }) => {
627
+ }, Rt = "user", $t = ({ Fallback: t, isLogged: n, loginPath: o = "/login", redirect401Path: i = "/login", ...a }) => {
628
628
  var A, F, L, $;
629
629
  const { libraries: l, localStorageKeys: f } = D(I), d = (a == null ? void 0 : a.reactRouter) || (l == null ? void 0 : l.reactRouter), u = (a == null ? void 0 : a.axios) || (l == null ? void 0 : l.axios), m = (a == null ? void 0 : a.localStorageKey) || (f == null ? void 0 : f.user) || Rt;
630
630
  if (!d)
631
631
  throw new Error("React Router is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
632
- const [g, S] = ze(null), { useLocation: b, Navigate: s, Outlet: C } = d, R = b(), P = yt(!1), h = typeof r == "function" ? r() : !!r, _ = typeof h == "boolean" ? h : h == null ? void 0 : h.isLogged;
632
+ const [g, S] = ze(null), { useLocation: b, Navigate: s, Outlet: C } = d, R = b(), P = yt(!1), h = typeof n == "function" ? n() : !!n, _ = typeof h == "boolean" ? h : h == null ? void 0 : h.isLogged;
633
633
  return z(() => {
634
634
  P.current || (P.current = !0, u.interceptors.response.use(
635
635
  (T) => T,
@@ -639,8 +639,8 @@ const I = ht({}), Lt = ({ children: t, apiURL: r, libraries: o, localStorageKeys
639
639
  }
640
640
  ));
641
641
  }, [u.defaults.headers.common, u.interceptors.response, m, i]), _ && !g ? /* @__PURE__ */ W.jsx(mt, { fallback: t, children: (F = (A = R.state) == null ? void 0 : A.from) != null && F.state && (($ = (L = R.state) == null ? void 0 : L.from) == null ? void 0 : $.pathname) === o ? /* @__PURE__ */ W.jsx(s, { to: R.state.from.state.from.pathname + R.state.from.state.from.search, replace: !0 }) : /* @__PURE__ */ W.jsx(C, {}) }) : /* @__PURE__ */ W.jsx(s, { to: o + R.search, state: { from: R }, replace: !0 });
642
- }, Nt = ({ data: t, ...r }) => {
643
- const { libraries: o } = D(I), i = (r == null ? void 0 : r.reactRouter) || (o == null ? void 0 : o.reactRouter), a = (r == null ? void 0 : r.gtm) || (o == null ? void 0 : o.gtm);
642
+ }, Nt = ({ data: t, ...n }) => {
643
+ const { libraries: o } = D(I), i = (n == null ? void 0 : n.reactRouter) || (o == null ? void 0 : o.reactRouter), a = (n == null ? void 0 : n.gtm) || (o == null ? void 0 : o.gtm);
644
644
  if (!i)
645
645
  throw new Error(
646
646
  "React Router is not provided. You can provide it with InjectDependenciesProvider or directly in props of GTMSendPageView."
@@ -657,7 +657,7 @@ const I = ht({}), Lt = ({ children: t, apiURL: r, libraries: o, localStorageKeys
657
657
  }, [t, u, m]), /* @__PURE__ */ W.jsx(d, {});
658
658
  }, _t = "user", Yt = ({
659
659
  tokenTypeKey: t = "tokenType",
660
- tokenKey: r = "accessToken",
660
+ tokenKey: n = "accessToken",
661
661
  postContentType: o = "application/json",
662
662
  ...i
663
663
  }) => {
@@ -667,11 +667,11 @@ const I = ht({}), Lt = ({ children: t, apiURL: r, libraries: o, localStorageKeys
667
667
  if (!(u != null && u.defaults))
668
668
  return null;
669
669
  if (typeof window < "u" && window.localStorage) {
670
- const m = localStorage.getItem(d), g = m ? JSON.parse(m) : null, S = g != null && g[t] ? g[t] : null, b = g != null && g[r] ? g[r] : null, s = m ? `${S} ${b}` : null;
670
+ const m = localStorage.getItem(d), g = m ? JSON.parse(m) : null, S = g != null && g[t] ? g[t] : null, b = g != null && g[n] ? g[n] : null, s = m ? `${S} ${b}` : null;
671
671
  s && (u.defaults.headers.common.Authorization = s);
672
672
  }
673
673
  return u.defaults.baseURL = a, u.defaults.headers.post["Content-Type"] = o, null;
674
- }, Wt = ({ debug: t, resources: r, ...o }) => {
674
+ }, Wt = ({ debug: t, resources: n, ...o }) => {
675
675
  const { libraries: i } = D(I), a = (o == null ? void 0 : o.i18) || (i == null ? void 0 : i.i18), { i18next: l, initReactI18next: f, languageDetector: d } = a || {};
676
676
  if (!a)
677
677
  throw new Error("i18 is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
@@ -686,7 +686,7 @@ const I = ht({}), Lt = ({ children: t, apiURL: r, libraries: o, localStorageKeys
686
686
  bindI18n: "languageChanged loaded",
687
687
  useSuspense: !0
688
688
  },
689
- resources: r,
689
+ resources: n,
690
690
  returnNull: !1
691
691
  }).then(() => {
692
692
  document.documentElement.lang !== l.resolvedLanguage && l.resolvedLanguage && document.documentElement.setAttribute("lang", l.resolvedLanguage);
@@ -695,7 +695,7 @@ const I = ht({}), Lt = ({ children: t, apiURL: r, libraries: o, localStorageKeys
695
695
  })), null;
696
696
  }, Vt = ({
697
697
  dsn: t,
698
- integrations: r,
698
+ integrations: n,
699
699
  tracesSampleRate: o,
700
700
  replaysSessionSampleRate: i,
701
701
  replaysOnErrorSampleRate: a,
@@ -735,7 +735,7 @@ const I = ht({}), Lt = ({ children: t, apiURL: r, libraries: o, localStorageKeys
735
735
  useLocation: P,
736
736
  useNavigationType: h
737
737
  }),
738
- ...r || []
738
+ ...n || []
739
739
  ],
740
740
  release: m,
741
741
  replaysOnErrorSampleRate: a || 1,
@@ -743,20 +743,20 @@ const I = ht({}), Lt = ({ children: t, apiURL: r, libraries: o, localStorageKeys
743
743
  tracePropagationTargets: l,
744
744
  tracesSampleRate: o || 1
745
745
  }), null;
746
- }, zt = ({ IMaskMixin: t, ...r }) => {
746
+ }, zt = ({ IMaskMixin: t, ...n }) => {
747
747
  const o = ve(
748
748
  // eslint-disable-next-line react/jsx-props-no-spreading
749
749
  () => t(({ TextField: i, ...a }) => /* @__PURE__ */ W.jsx(i, { ...a })),
750
750
  [t]
751
751
  );
752
- return /* @__PURE__ */ W.jsx(o, { ...r });
753
- }, Mt = ({ accessToken: t, ...r }) => {
754
- const { libraries: o } = D(I), i = (r == null ? void 0 : r.mapbox) || (o == null ? void 0 : o.mapbox);
752
+ return /* @__PURE__ */ W.jsx(o, { ...n });
753
+ }, Mt = ({ accessToken: t, ...n }) => {
754
+ const { libraries: o } = D(I), i = (n == null ? void 0 : n.mapbox) || (o == null ? void 0 : o.mapbox);
755
755
  if (!i)
756
756
  throw new Error("Mapbox is not provided. You can provide it with InjectDependenciesProvider or directly in props.");
757
757
  return t && (i.accessToken = t), null;
758
- }, Ut = ({ language: t, ...r }) => {
759
- const { libraries: o } = D(I), i = (r == null ? void 0 : r.dayjs) || (o == null ? void 0 : o.dayjs), a = (r == null ? void 0 : r.plugin) || (o == null ? void 0 : o.dayjsPlugin);
758
+ }, Ut = ({ language: t, ...n }) => {
759
+ const { libraries: o } = D(I), i = (n == null ? void 0 : n.dayjs) || (o == null ? void 0 : o.dayjs), a = (n == null ? void 0 : n.plugin) || (o == null ? void 0 : o.dayjsPlugin);
760
760
  if (!i)
761
761
  throw new Error(
762
762
  "Dayjs is not provided. You can provide it with InjectDependenciesProvider or directly in props of InitializeDaysJSConfig."
@@ -771,9 +771,9 @@ const I = ht({}), Lt = ({ children: t, apiURL: r, libraries: o, localStorageKeys
771
771
  })().then();
772
772
  }, [i, a, t]), null;
773
773
  }, Gt = () => (z(() => {
774
- const t = (r) => {
774
+ const t = (n) => {
775
775
  try {
776
- r.preventDefault(), r.stopPropagation(), r.stopImmediatePropagation(), window.location.reload();
776
+ n.preventDefault(), n.stopPropagation(), n.stopImmediatePropagation(), window.location.reload();
777
777
  } catch {
778
778
  }
779
779
  };
@@ -782,7 +782,7 @@ const I = ht({}), Lt = ({ children: t, apiURL: r, libraries: o, localStorageKeys
782
782
  };
783
783
  }, []), null), pt = (t) => t && typeof t == "function", Ct = (t) => t && typeof t == "function", Jt = ({
784
784
  children: t,
785
- defaultQueriesOptions: r,
785
+ defaultQueriesOptions: n,
786
786
  defaultMutationsOptions: o,
787
787
  ...i
788
788
  }) => {
@@ -805,14 +805,14 @@ const I = ht({}), Lt = ({ children: t, apiURL: r, libraries: o, localStorageKeys
805
805
  getNextPageParam: (g, S, b) => g.length + (b || 0),
806
806
  refetchOnWindowFocus: !1,
807
807
  retry: 3,
808
- ...r
808
+ ...n
809
809
  }
810
810
  }
811
811
  });
812
812
  return /* @__PURE__ */ W.jsx(f, { client: d, children: t });
813
813
  }, Kt = (t) => {
814
814
  var m, g, S;
815
- const { libraries: r } = D(I), o = (t == null ? void 0 : t.i18) || (r == null ? void 0 : r.i18), i = ((m = t == null ? void 0 : t.i18) == null ? void 0 : m.translateFunction) || ((g = r == null ? void 0 : r.i18) == null ? void 0 : g.translateFunction), a = ((S = o == null ? void 0 : o.i18next) == null ? void 0 : S.t) || i || ((b) => b), { unknownErrorTranslationKey: l = "error.unknownError" } = t || {}, f = a(l), d = re(
815
+ const { libraries: n } = D(I), o = (t == null ? void 0 : t.i18) || (n == null ? void 0 : n.i18), i = ((m = t == null ? void 0 : t.i18) == null ? void 0 : m.translateFunction) || ((g = n == null ? void 0 : n.i18) == null ? void 0 : g.translateFunction), a = ((S = o == null ? void 0 : o.i18next) == null ? void 0 : S.t) || i || ((b) => b), { unknownErrorTranslationKey: l = "error.unknownError" } = t || {}, f = a(l), d = re(
816
816
  (b) => {
817
817
  var C, R, P, h, _, A, F, L, $;
818
818
  const { response: s } = b || {};
@@ -827,7 +827,7 @@ const I = ht({}), Lt = ({ children: t, apiURL: r, libraries: o, localStorageKeys
827
827
  }, []), printError: d };
828
828
  }, qt = ({
829
829
  data: t,
830
- fetchNextPage: r,
830
+ fetchNextPage: n,
831
831
  isFetchingNextPage: o,
832
832
  isInitialLoading: i,
833
833
  isLoading: a,
@@ -835,9 +835,9 @@ const I = ht({}), Lt = ({ children: t, apiURL: r, libraries: o, localStorageKeys
835
835
  }) => {
836
836
  const f = re(
837
837
  async (u) => {
838
- o || !l || await r({ pageParam: (u == null ? void 0 : u.pageParam) || u.visibleRowsCount });
838
+ o || !l || await n({ pageParam: (u == null ? void 0 : u.pageParam) || u.visibleRowsCount });
839
839
  },
840
- [l, r, o]
840
+ [l, n, o]
841
841
  ), d = ve(() => {
842
842
  if (t)
843
843
  return t.pages.reduce((u, m) => [...u, ...m], []);
@@ -849,7 +849,7 @@ const I = ht({}), Lt = ({ children: t, apiURL: r, libraries: o, localStorageKeys
849
849
  rows: d
850
850
  };
851
851
  }, Bt = (t) => {
852
- const { libraries: r } = D(I), o = (t == null ? void 0 : t.axios) || (r == null ? void 0 : r.axios), i = (t == null ? void 0 : t.localStorageKey) || "user";
852
+ const { libraries: n } = D(I), o = (t == null ? void 0 : t.axios) || (n == null ? void 0 : n.axios), i = (t == null ? void 0 : t.localStorageKey) || "user";
853
853
  if (!o)
854
854
  throw new Error("Axios is not provided. You can provide it with InjectDependenciesProvider or directly in params of useAuth.");
855
855
  const a = re(
@@ -877,16 +877,16 @@ const I = ht({}), Lt = ({ children: t, apiURL: r, libraries: o, localStorageKeys
877
877
  clearAuthenticationToken: l,
878
878
  setAuthenticationToken: a
879
879
  };
880
- }, St = ({ library: t, date: r, format: o = "ll" }) => t(r).format(o), bt = (t, r = "km") => {
880
+ }, St = ({ library: t, date: n, format: o = "ll" }) => t(n).format(o), bt = (t, n = "km") => {
881
881
  const o = Number(t);
882
- return Number.isNaN(o) ? `0 ${r}` : `${o.toFixed(2)} ${r}`;
883
- }, Pt = (t) => !t || typeof t != "string" ? "" : t.replace(/_/g, " ").split(" ").map((r) => r.charAt(0).toUpperCase() + r.slice(1).toLowerCase()).join(" "), jt = (t) => t != null && t.startsWith("/") ? t != null && t.startsWith("/files") ? t : `/files${t}` : t != null && t.startsWith("files") ? `/${t}` : `/files/${t}`, Ot = ({ path: t, size: r, apiURL: o }) => {
882
+ return Number.isNaN(o) ? `0 ${n}` : `${o.toFixed(2)} ${n}`;
883
+ }, Pt = (t) => !t || typeof t != "string" ? "" : t.replace(/_/g, " ").toLowerCase().split(" ").map((o) => o.length > 0 ? o.charAt(0).toUpperCase() + o.slice(1) : o).join(" "), jt = (t) => t != null && t.startsWith("/") ? t != null && t.startsWith("/files") ? t : `/files${t}` : t != null && t.startsWith("files") ? `/${t}` : `/files/${t}`, Ot = ({ path: t, size: n, apiURL: o }) => {
884
884
  if (!t)
885
885
  return "";
886
886
  const i = jt(t), a = `${o}${i}`, l = a.match(/\.(jpeg|jpg|png|gif|bmp|webp|svg|avif)$/) !== null;
887
- return typeof r == "number" && l ? `${a.replace("/files", `/thumbs/${r}`)}` : a;
887
+ return typeof n == "number" && l ? `${a.replace("/files", `/thumbs/${n}`)}` : a;
888
888
  }, Qt = (t) => {
889
- const { apiURL: r, libraries: o } = D(I), i = (t == null ? void 0 : t.dayjs) || (o == null ? void 0 : o.dayjs);
889
+ const { apiURL: n, libraries: o } = D(I), i = (t == null ? void 0 : t.dayjs) || (o == null ? void 0 : o.dayjs);
890
890
  return {
891
891
  dateAdapter: (f, d) => {
892
892
  if (!i)
@@ -899,36 +899,36 @@ const I = ht({}), Lt = ({ children: t, apiURL: r, libraries: o, localStorageKeys
899
899
  },
900
900
  distanceAdapter: bt,
901
901
  filePathAdapter: (f, d) => {
902
- if (!r)
902
+ if (!n)
903
903
  throw new Error(
904
904
  "API URL is not provided. You can provide it with InjectDependenciesProvider or directly in props to filePathAdapter."
905
905
  );
906
906
  return Ot({
907
- apiURL: r,
907
+ apiURL: n,
908
908
  path: f,
909
909
  size: d
910
910
  });
911
911
  },
912
912
  worksiteNameAdapter: Pt
913
913
  };
914
- }, te = (t, r) => r === "short" ? t.split("-")[0] : t, Xt = (t, r = "full") => {
914
+ }, te = (t, n) => n === "short" ? t.split("-")[0] : t, Xt = (t, n = "full") => {
915
915
  const [o, i] = ze(() => {
916
916
  const a = (t == null ? void 0 : t.language) || navigator.language;
917
- return t && "isInitialized" in t && t.isInitialized, te(a, r);
917
+ return t && "isInitialized" in t && t.isInitialized, te(a, n);
918
918
  });
919
919
  return z(() => {
920
920
  var l;
921
- t && "isInitialized" in t && t.isInitialized && t.language && i(te(t.language, r));
921
+ t && "isInitialized" in t && t.isInitialized && t.language && i(te(t.language, n));
922
922
  const a = (f) => {
923
- i(te(f, r));
923
+ i(te(f, n));
924
924
  };
925
925
  return (l = t == null ? void 0 : t.on) == null || l.call(t, "languageChanged", a), () => {
926
926
  var f;
927
927
  (f = t == null ? void 0 : t.off) == null || f.call(t, "languageChanged", a);
928
928
  };
929
- }, [t, r]), o;
930
- }, Tt = "tracktor.filter", We = (t, r, o) => `${o}_${t}=>${r}`, Ht = (t) => {
931
- const { libraries: r, localStorageKeys: o } = D(I), i = (t == null ? void 0 : t.reactRouter) || (r == null ? void 0 : r.reactRouter), { useLocation: a, useSearchParams: l } = i, { pathname: f } = a(), [d, u] = l(), m = (o == null ? void 0 : o.filter) || Tt;
929
+ }, [t, n]), o;
930
+ }, Tt = "tracktor.filter", We = (t, n, o) => `${o}_${t}=>${n}`, Ht = (t) => {
931
+ const { libraries: n, localStorageKeys: o } = D(I), i = (t == null ? void 0 : t.reactRouter) || (n == null ? void 0 : n.reactRouter), { useLocation: a, useSearchParams: l } = i, { pathname: f } = a(), [d, u] = l(), m = (o == null ? void 0 : o.filter) || Tt;
932
932
  if (!i)
933
933
  throw new Error(
934
934
  "React Router is not provided. You can provide it with InjectDependenciesProvider or directly in props of GTMSendPageView."
@@ -988,18 +988,18 @@ const I = ht({}), Lt = ({ children: t, apiURL: r, libraries: o, localStorageKeys
988
988
  }, xt = (t) => t.charAt(0).toUpperCase() + t.slice(1).toLowerCase(), At = (t) => {
989
989
  const i = t.split("/").filter((a) => a.length > 0).map((a) => a.replace(/\${([^}]*)}/g, "$1").split(/[_-]/).map((u) => u.charAt(0).toUpperCase() + u.slice(1)).join("")).join("");
990
990
  return i.charAt(0).toLowerCase() + i.slice(1);
991
- }, It = (t) => (t.split("/").pop() || t).replace(/\.json$/, "").replace(/^openapi\./, ""), kt = (t, r, o) => {
992
- const i = At(r), a = xt(o);
991
+ }, It = (t) => (t.split("/").pop() || t).replace(/\.json$/, "").replace(/^openapi\./, ""), kt = (t, n, o) => {
992
+ const i = At(n), a = xt(o);
993
993
  return `${i}${a}`;
994
994
  }, Dt = (t) => {
995
995
  if (t)
996
- return (t == null ? void 0 : t.reduce((r, o) => (r[o] = {
996
+ return (t == null ? void 0 : t.reduce((n, o) => (n[o] = {
997
997
  query: {
998
998
  useInfinite: !0,
999
999
  useInfiniteQueryParam: "offset",
1000
1000
  useQuery: !0
1001
1001
  }
1002
- }, r), {})) || {};
1002
+ }, n), {})) || {};
1003
1003
  }, Zt = (t) => (Array.isArray(t) ? t : [t]).reduce((o, i) => {
1004
1004
  const { output: a, operationsToGenerateInfiniteQueryHook: l, input: f = "./openapi.json" } = i || {}, d = It(f);
1005
1005
  return {
package/dist/main.umd.cjs CHANGED
@@ -6,7 +6,7 @@
6
6
  *
7
7
  * This source code is licensed under the MIT license found in the
8
8
  * LICENSE file in the root directory of this source tree.
9
- */var de;function Ve(){if(de)return J;de=1;var t=h,r=Symbol.for("react.element"),a=Symbol.for("react.fragment"),i=Object.prototype.hasOwnProperty,o=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,l={key:!0,ref:!0,__self:!0,__source:!0};function f(d,u,E){var g,P={},j=null,s=null;E!==void 0&&(j=""+E),u.key!==void 0&&(j=""+u.key),u.ref!==void 0&&(s=u.ref);for(g in u)i.call(u,g)&&!l.hasOwnProperty(g)&&(P[g]=u[g]);if(d&&d.defaultProps)for(g in u=d.defaultProps,u)P[g]===void 0&&(P[g]=u[g]);return{$$typeof:r,type:d,key:j,ref:s,props:P,_owner:o.current}}return J.Fragment=a,J.jsx=f,J.jsxs=f,J}var B={};/**
9
+ */var de;function Ve(){if(de)return J;de=1;var t=h,n=Symbol.for("react.element"),a=Symbol.for("react.fragment"),i=Object.prototype.hasOwnProperty,o=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,l={key:!0,ref:!0,__self:!0,__source:!0};function f(d,u,E){var g,P={},j=null,s=null;E!==void 0&&(j=""+E),u.key!==void 0&&(j=""+u.key),u.ref!==void 0&&(s=u.ref);for(g in u)i.call(u,g)&&!l.hasOwnProperty(g)&&(P[g]=u[g]);if(d&&d.defaultProps)for(g in u=d.defaultProps,u)P[g]===void 0&&(P[g]=u[g]);return{$$typeof:n,type:d,key:j,ref:s,props:P,_owner:o.current}}return J.Fragment=a,J.jsx=f,J.jsxs=f,J}var B={};/**
10
10
  * @license React
11
11
  * react-jsx-runtime.development.js
12
12
  *
@@ -14,12 +14,12 @@
14
14
  *
15
15
  * This source code is licensed under the MIT license found in the
16
16
  * LICENSE file in the root directory of this source tree.
17
- */var ve;function Ue(){return ve||(ve=1,process.env.NODE_ENV!=="production"&&function(){var t=h,r=Symbol.for("react.element"),a=Symbol.for("react.portal"),i=Symbol.for("react.fragment"),o=Symbol.for("react.strict_mode"),l=Symbol.for("react.profiler"),f=Symbol.for("react.provider"),d=Symbol.for("react.context"),u=Symbol.for("react.forward_ref"),E=Symbol.for("react.suspense"),g=Symbol.for("react.suspense_list"),P=Symbol.for("react.memo"),j=Symbol.for("react.lazy"),s=Symbol.for("react.offscreen"),b=Symbol.iterator,C="@@iterator";function T(e){if(e===null||typeof e!="object")return null;var n=b&&e[b]||e[C];return typeof n=="function"?n:null}var y=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function p(e){{for(var n=arguments.length,c=new Array(n>1?n-1:0),v=1;v<n;v++)c[v-1]=arguments[v];D("error",e,c)}}function D(e,n,c){{var v=y.ReactDebugCurrentFrame,R=v.getStackAddendum();R!==""&&(n+="%s",c=c.concat([R]));var S=c.map(function(w){return String(w)});S.unshift("Warning: "+n),Function.prototype.apply.call(console[e],console,S)}}var L=!1,N=!1,Y=!1,x=!1,Ee=!1,ne;ne=Symbol.for("react.module.reference");function X(e){return!!(typeof e=="string"||typeof e=="function"||e===i||e===l||Ee||e===o||e===E||e===g||x||e===s||L||N||Y||typeof e=="object"&&e!==null&&(e.$$typeof===j||e.$$typeof===P||e.$$typeof===f||e.$$typeof===d||e.$$typeof===u||e.$$typeof===ne||e.getModuleId!==void 0))}function Rt(e,n,c){var v=e.displayName;if(v)return v;var R=n.displayName||n.name||"";return R!==""?c+"("+R+")":c}function we(e){return e.displayName||"Context"}function z(e){if(e==null)return null;if(typeof e.tag=="number"&&p("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 i:return"Fragment";case a:return"Portal";case l:return"Profiler";case o:return"StrictMode";case E:return"Suspense";case g:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case d:var n=e;return we(n)+".Consumer";case f:var c=e;return we(c._context)+".Provider";case u:return Rt(e,e.render,"ForwardRef");case P:var v=e.displayName||null;return v!==null?v:z(e.type)||"Memo";case j:{var R=e,S=R._payload,w=R._init;try{return z(w(S))}catch{return null}}}return null}var V=Object.assign,K=0,Re,Ce,_e,pe,Se,be,Pe;function je(){}je.__reactDisabledLog=!0;function Ct(){{if(K===0){Re=console.log,Ce=console.info,_e=console.warn,pe=console.error,Se=console.group,be=console.groupCollapsed,Pe=console.groupEnd;var e={configurable:!0,enumerable:!0,value:je,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}K++}}function _t(){{if(K--,K===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:V({},e,{value:Re}),info:V({},e,{value:Ce}),warn:V({},e,{value:_e}),error:V({},e,{value:pe}),group:V({},e,{value:Se}),groupCollapsed:V({},e,{value:be}),groupEnd:V({},e,{value:Pe})})}K<0&&p("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var ae=y.ReactCurrentDispatcher,oe;function Z(e,n,c){{if(oe===void 0)try{throw Error()}catch(R){var v=R.stack.trim().match(/\n( *(at )?)/);oe=v&&v[1]||""}return`
18
- `+oe+e}}var ie=!1,$;{var pt=typeof WeakMap=="function"?WeakMap:Map;$=new pt}function Te(e,n){if(!e||ie)return"";{var c=$.get(e);if(c!==void 0)return c}var v;ie=!0;var R=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var S;S=ae.current,ae.current=null,Ct();try{if(n){var w=function(){throw Error()};if(Object.defineProperty(w.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(w,[])}catch(M){v=M}Reflect.construct(e,[],w)}else{try{w.call()}catch(M){v=M}e.call(w.prototype)}}else{try{throw Error()}catch(M){v=M}e()}}catch(M){if(M&&v&&typeof M.stack=="string"){for(var m=M.stack.split(`
17
+ */var ve;function Ue(){return ve||(ve=1,process.env.NODE_ENV!=="production"&&function(){var t=h,n=Symbol.for("react.element"),a=Symbol.for("react.portal"),i=Symbol.for("react.fragment"),o=Symbol.for("react.strict_mode"),l=Symbol.for("react.profiler"),f=Symbol.for("react.provider"),d=Symbol.for("react.context"),u=Symbol.for("react.forward_ref"),E=Symbol.for("react.suspense"),g=Symbol.for("react.suspense_list"),P=Symbol.for("react.memo"),j=Symbol.for("react.lazy"),s=Symbol.for("react.offscreen"),b=Symbol.iterator,C="@@iterator";function T(e){if(e===null||typeof e!="object")return null;var r=b&&e[b]||e[C];return typeof r=="function"?r:null}var y=t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function p(e){{for(var r=arguments.length,c=new Array(r>1?r-1:0),v=1;v<r;v++)c[v-1]=arguments[v];D("error",e,c)}}function D(e,r,c){{var v=y.ReactDebugCurrentFrame,R=v.getStackAddendum();R!==""&&(r+="%s",c=c.concat([R]));var S=c.map(function(w){return String(w)});S.unshift("Warning: "+r),Function.prototype.apply.call(console[e],console,S)}}var L=!1,N=!1,Y=!1,x=!1,Ee=!1,ne;ne=Symbol.for("react.module.reference");function X(e){return!!(typeof e=="string"||typeof e=="function"||e===i||e===l||Ee||e===o||e===E||e===g||x||e===s||L||N||Y||typeof e=="object"&&e!==null&&(e.$$typeof===j||e.$$typeof===P||e.$$typeof===f||e.$$typeof===d||e.$$typeof===u||e.$$typeof===ne||e.getModuleId!==void 0))}function Rt(e,r,c){var v=e.displayName;if(v)return v;var R=r.displayName||r.name||"";return R!==""?c+"("+R+")":c}function we(e){return e.displayName||"Context"}function z(e){if(e==null)return null;if(typeof e.tag=="number"&&p("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 i:return"Fragment";case a:return"Portal";case l:return"Profiler";case o:return"StrictMode";case E:return"Suspense";case g:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case d:var r=e;return we(r)+".Consumer";case f:var c=e;return we(c._context)+".Provider";case u:return Rt(e,e.render,"ForwardRef");case P:var v=e.displayName||null;return v!==null?v:z(e.type)||"Memo";case j:{var R=e,S=R._payload,w=R._init;try{return z(w(S))}catch{return null}}}return null}var V=Object.assign,K=0,Re,Ce,_e,pe,Se,be,Pe;function je(){}je.__reactDisabledLog=!0;function Ct(){{if(K===0){Re=console.log,Ce=console.info,_e=console.warn,pe=console.error,Se=console.group,be=console.groupCollapsed,Pe=console.groupEnd;var e={configurable:!0,enumerable:!0,value:je,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}K++}}function _t(){{if(K--,K===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:V({},e,{value:Re}),info:V({},e,{value:Ce}),warn:V({},e,{value:_e}),error:V({},e,{value:pe}),group:V({},e,{value:Se}),groupCollapsed:V({},e,{value:be}),groupEnd:V({},e,{value:Pe})})}K<0&&p("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var ae=y.ReactCurrentDispatcher,oe;function Z(e,r,c){{if(oe===void 0)try{throw Error()}catch(R){var v=R.stack.trim().match(/\n( *(at )?)/);oe=v&&v[1]||""}return`
18
+ `+oe+e}}var ie=!1,$;{var pt=typeof WeakMap=="function"?WeakMap:Map;$=new pt}function Te(e,r){if(!e||ie)return"";{var c=$.get(e);if(c!==void 0)return c}var v;ie=!0;var R=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var S;S=ae.current,ae.current=null,Ct();try{if(r){var w=function(){throw Error()};if(Object.defineProperty(w.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(w,[])}catch(M){v=M}Reflect.construct(e,[],w)}else{try{w.call()}catch(M){v=M}e.call(w.prototype)}}else{try{throw Error()}catch(M){v=M}e()}}catch(M){if(M&&v&&typeof M.stack=="string"){for(var m=M.stack.split(`
19
19
  `),I=v.stack.split(`
20
20
  `),O=m.length-1,A=I.length-1;O>=1&&A>=0&&m[O]!==I[A];)A--;for(;O>=1&&A>=0;O--,A--)if(m[O]!==I[A]){if(O!==1||A!==1)do if(O--,A--,A<0||m[O]!==I[A]){var F=`
21
- `+m[O].replace(" at new "," at ");return e.displayName&&F.includes("<anonymous>")&&(F=F.replace("<anonymous>",e.displayName)),typeof e=="function"&&$.set(e,F),F}while(O>=1&&A>=0);break}}}finally{ie=!1,ae.current=S,_t(),Error.prepareStackTrace=R}var G=e?e.displayName||e.name:"",Me=G?Z(G):"";return typeof e=="function"&&$.set(e,Me),Me}function St(e,n,c){return Te(e,!1)}function bt(e){var n=e.prototype;return!!(n&&n.isReactComponent)}function q(e,n,c){if(e==null)return"";if(typeof e=="function")return Te(e,bt(e));if(typeof e=="string")return Z(e);switch(e){case E:return Z("Suspense");case g:return Z("SuspenseList")}if(typeof e=="object")switch(e.$$typeof){case u:return St(e.render);case P:return q(e.type,n,c);case j:{var v=e,R=v._payload,S=v._init;try{return q(S(R),n,c)}catch{}}}return""}var ee=Object.prototype.hasOwnProperty,Oe={},Ae=y.ReactDebugCurrentFrame;function te(e){if(e){var n=e._owner,c=q(e.type,e._source,n?n.type:null);Ae.setExtraStackFrame(c)}else Ae.setExtraStackFrame(null)}function Pt(e,n,c,v,R){{var S=Function.call.bind(ee);for(var w in e)if(S(e,w)){var m=void 0;try{if(typeof e[w]!="function"){var I=Error((v||"React class")+": "+c+" type `"+w+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[w]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw I.name="Invariant Violation",I}m=e[w](n,w,v,c,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(O){m=O}m&&!(m instanceof Error)&&(te(R),p("%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",c,w,typeof m),te(null)),m instanceof Error&&!(m.message in Oe)&&(Oe[m.message]=!0,te(R),p("Failed %s type: %s",c,m.message),te(null))}}}var jt=Array.isArray;function ce(e){return jt(e)}function Tt(e){{var n=typeof Symbol=="function"&&Symbol.toStringTag,c=n&&e[Symbol.toStringTag]||e.constructor.name||"Object";return c}}function Ot(e){try{return xe(e),!1}catch{return!0}}function xe(e){return""+e}function Ie(e){if(Ot(e))return p("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",Tt(e)),xe(e)}var Q=y.ReactCurrentOwner,At={key:!0,ref:!0,__self:!0,__source:!0},ke,De,se;se={};function xt(e){if(ee.call(e,"ref")){var n=Object.getOwnPropertyDescriptor(e,"ref").get;if(n&&n.isReactWarning)return!1}return e.ref!==void 0}function It(e){if(ee.call(e,"key")){var n=Object.getOwnPropertyDescriptor(e,"key").get;if(n&&n.isReactWarning)return!1}return e.key!==void 0}function kt(e,n){if(typeof e.ref=="string"&&Q.current&&n&&Q.current.stateNode!==n){var c=z(Q.current.type);se[c]||(p('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',z(Q.current.type),e.ref),se[c]=!0)}}function Dt(e,n){{var c=function(){ke||(ke=!0,p("%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)",n))};c.isReactWarning=!0,Object.defineProperty(e,"key",{get:c,configurable:!0})}}function Ft(e,n){{var c=function(){De||(De=!0,p("%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)",n))};c.isReactWarning=!0,Object.defineProperty(e,"ref",{get:c,configurable:!0})}}var Lt=function(e,n,c,v,R,S,w){var m={$$typeof:r,type:e,key:n,ref:c,props:w,_owner:S};return m._store={},Object.defineProperty(m._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(m,"_self",{configurable:!1,enumerable:!1,writable:!1,value:v}),Object.defineProperty(m,"_source",{configurable:!1,enumerable:!1,writable:!1,value:R}),Object.freeze&&(Object.freeze(m.props),Object.freeze(m)),m};function Nt(e,n,c,v,R){{var S,w={},m=null,I=null;c!==void 0&&(Ie(c),m=""+c),It(n)&&(Ie(n.key),m=""+n.key),xt(n)&&(I=n.ref,kt(n,R));for(S in n)ee.call(n,S)&&!At.hasOwnProperty(S)&&(w[S]=n[S]);if(e&&e.defaultProps){var O=e.defaultProps;for(S in O)w[S]===void 0&&(w[S]=O[S])}if(m||I){var A=typeof e=="function"?e.displayName||e.name||"Unknown":e;m&&Dt(w,A),I&&Ft(w,A)}return Lt(e,m,I,R,v,Q.current,w)}}var ue=y.ReactCurrentOwner,Fe=y.ReactDebugCurrentFrame;function U(e){if(e){var n=e._owner,c=q(e.type,e._source,n?n.type:null);Fe.setExtraStackFrame(c)}else Fe.setExtraStackFrame(null)}var le;le=!1;function fe(e){return typeof e=="object"&&e!==null&&e.$$typeof===r}function Le(){{if(ue.current){var e=z(ue.current.type);if(e)return`
21
+ `+m[O].replace(" at new "," at ");return e.displayName&&F.includes("<anonymous>")&&(F=F.replace("<anonymous>",e.displayName)),typeof e=="function"&&$.set(e,F),F}while(O>=1&&A>=0);break}}}finally{ie=!1,ae.current=S,_t(),Error.prepareStackTrace=R}var G=e?e.displayName||e.name:"",Me=G?Z(G):"";return typeof e=="function"&&$.set(e,Me),Me}function St(e,r,c){return Te(e,!1)}function bt(e){var r=e.prototype;return!!(r&&r.isReactComponent)}function q(e,r,c){if(e==null)return"";if(typeof e=="function")return Te(e,bt(e));if(typeof e=="string")return Z(e);switch(e){case E:return Z("Suspense");case g:return Z("SuspenseList")}if(typeof e=="object")switch(e.$$typeof){case u:return St(e.render);case P:return q(e.type,r,c);case j:{var v=e,R=v._payload,S=v._init;try{return q(S(R),r,c)}catch{}}}return""}var ee=Object.prototype.hasOwnProperty,Oe={},Ae=y.ReactDebugCurrentFrame;function te(e){if(e){var r=e._owner,c=q(e.type,e._source,r?r.type:null);Ae.setExtraStackFrame(c)}else Ae.setExtraStackFrame(null)}function Pt(e,r,c,v,R){{var S=Function.call.bind(ee);for(var w in e)if(S(e,w)){var m=void 0;try{if(typeof e[w]!="function"){var I=Error((v||"React class")+": "+c+" type `"+w+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[w]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw I.name="Invariant Violation",I}m=e[w](r,w,v,c,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(O){m=O}m&&!(m instanceof Error)&&(te(R),p("%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",c,w,typeof m),te(null)),m instanceof Error&&!(m.message in Oe)&&(Oe[m.message]=!0,te(R),p("Failed %s type: %s",c,m.message),te(null))}}}var jt=Array.isArray;function ce(e){return jt(e)}function Tt(e){{var r=typeof Symbol=="function"&&Symbol.toStringTag,c=r&&e[Symbol.toStringTag]||e.constructor.name||"Object";return c}}function Ot(e){try{return xe(e),!1}catch{return!0}}function xe(e){return""+e}function Ie(e){if(Ot(e))return p("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",Tt(e)),xe(e)}var Q=y.ReactCurrentOwner,At={key:!0,ref:!0,__self:!0,__source:!0},ke,De,se;se={};function xt(e){if(ee.call(e,"ref")){var r=Object.getOwnPropertyDescriptor(e,"ref").get;if(r&&r.isReactWarning)return!1}return e.ref!==void 0}function It(e){if(ee.call(e,"key")){var r=Object.getOwnPropertyDescriptor(e,"key").get;if(r&&r.isReactWarning)return!1}return e.key!==void 0}function kt(e,r){if(typeof e.ref=="string"&&Q.current&&r&&Q.current.stateNode!==r){var c=z(Q.current.type);se[c]||(p('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',z(Q.current.type),e.ref),se[c]=!0)}}function Dt(e,r){{var c=function(){ke||(ke=!0,p("%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))};c.isReactWarning=!0,Object.defineProperty(e,"key",{get:c,configurable:!0})}}function Ft(e,r){{var c=function(){De||(De=!0,p("%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))};c.isReactWarning=!0,Object.defineProperty(e,"ref",{get:c,configurable:!0})}}var Lt=function(e,r,c,v,R,S,w){var m={$$typeof:n,type:e,key:r,ref:c,props:w,_owner:S};return m._store={},Object.defineProperty(m._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(m,"_self",{configurable:!1,enumerable:!1,writable:!1,value:v}),Object.defineProperty(m,"_source",{configurable:!1,enumerable:!1,writable:!1,value:R}),Object.freeze&&(Object.freeze(m.props),Object.freeze(m)),m};function Nt(e,r,c,v,R){{var S,w={},m=null,I=null;c!==void 0&&(Ie(c),m=""+c),It(r)&&(Ie(r.key),m=""+r.key),xt(r)&&(I=r.ref,kt(r,R));for(S in r)ee.call(r,S)&&!At.hasOwnProperty(S)&&(w[S]=r[S]);if(e&&e.defaultProps){var O=e.defaultProps;for(S in O)w[S]===void 0&&(w[S]=O[S])}if(m||I){var A=typeof e=="function"?e.displayName||e.name||"Unknown":e;m&&Dt(w,A),I&&Ft(w,A)}return Lt(e,m,I,R,v,Q.current,w)}}var ue=y.ReactCurrentOwner,Fe=y.ReactDebugCurrentFrame;function U(e){if(e){var r=e._owner,c=q(e.type,e._source,r?r.type:null);Fe.setExtraStackFrame(c)}else Fe.setExtraStackFrame(null)}var le;le=!1;function fe(e){return typeof e=="object"&&e!==null&&e.$$typeof===n}function Le(){{if(ue.current){var e=z(ue.current.type);if(e)return`
22
22
 
23
- Check the render method of \``+e+"`."}return""}}function Yt(e){return""}var Ne={};function Wt(e){{var n=Le();if(!n){var c=typeof e=="string"?e:e.displayName||e.name;c&&(n=`
23
+ Check the render method of \``+e+"`."}return""}}function Yt(e){return""}var Ne={};function Wt(e){{var r=Le();if(!r){var c=typeof e=="string"?e:e.displayName||e.name;c&&(r=`
24
24
 
25
- Check the top-level render call using <`+c+">.")}return n}}function Ye(e,n){{if(!e._store||e._store.validated||e.key!=null)return;e._store.validated=!0;var c=Wt(n);if(Ne[c])return;Ne[c]=!0;var v="";e&&e._owner&&e._owner!==ue.current&&(v=" It was passed a child from "+z(e._owner.type)+"."),U(e),p('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',c,v),U(null)}}function We(e,n){{if(typeof e!="object")return;if(ce(e))for(var c=0;c<e.length;c++){var v=e[c];fe(v)&&Ye(v,n)}else if(fe(e))e._store&&(e._store.validated=!0);else if(e){var R=T(e);if(typeof R=="function"&&R!==e.entries)for(var S=R.call(e),w;!(w=S.next()).done;)fe(w.value)&&Ye(w.value,n)}}}function zt(e){{var n=e.type;if(n==null||typeof n=="string")return;var c;if(typeof n=="function")c=n.propTypes;else if(typeof n=="object"&&(n.$$typeof===u||n.$$typeof===P))c=n.propTypes;else return;if(c){var v=z(n);Pt(c,e.props,"prop",v,e)}else if(n.PropTypes!==void 0&&!le){le=!0;var R=z(n);p("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",R||"Unknown")}typeof n.getDefaultProps=="function"&&!n.getDefaultProps.isReactClassApproved&&p("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function Mt(e){{for(var n=Object.keys(e.props),c=0;c<n.length;c++){var v=n[c];if(v!=="children"&&v!=="key"){U(e),p("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",v),U(null);break}}e.ref!==null&&(U(e),p("Invalid attribute `ref` supplied to `React.Fragment`."),U(null))}}function ze(e,n,c,v,R,S){{var w=X(e);if(!w){var m="";(e===void 0||typeof e=="object"&&e!==null&&Object.keys(e).length===0)&&(m+=" 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 I=Yt();I?m+=I:m+=Le();var O;e===null?O="null":ce(e)?O="array":e!==void 0&&e.$$typeof===r?(O="<"+(z(e.type)||"Unknown")+" />",m=" Did you accidentally export a JSX literal instead of a component?"):O=typeof e,p("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",O,m)}var A=Nt(e,n,c,R,S);if(A==null)return A;if(w){var F=n.children;if(F!==void 0)if(v)if(ce(F)){for(var G=0;G<F.length;G++)We(F[G],e);Object.freeze&&Object.freeze(F)}else p("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 We(F,e)}return e===i?Mt(A):zt(A),A}}function Vt(e,n,c){return ze(e,n,c,!0)}function Ut(e,n,c){return ze(e,n,c,!1)}var Gt=Ut,Jt=Vt;B.Fragment=i,B.jsx=Gt,B.jsxs=Jt}()),B}process.env.NODE_ENV==="production"?re.exports=Ve():re.exports=Ue();var W=re.exports;const k=h.createContext({}),Ge=({children:t,apiURL:r,libraries:a,localStorageKeys:i})=>{const o=h.useMemo(()=>({apiURL:r,libraries:a,localStorageKeys:i}),[r,a,i]);return W.jsx(k.Provider,{value:o,children:t})},Je="user",Be=({Fallback:t,isLogged:r,loginPath:a="/login",redirect401Path:i="/login",...o})=>{var D,L,N,Y;const{libraries:l,localStorageKeys:f}=h.useContext(k),d=(o==null?void 0:o.reactRouter)||(l==null?void 0:l.reactRouter),u=(o==null?void 0:o.axios)||(l==null?void 0:l.axios),E=(o==null?void 0:o.localStorageKey)||(f==null?void 0:f.user)||Je;if(!d)throw new Error("React Router is not provided. You can provide it with InjectDependenciesProvider or directly in props.");const[g,P]=h.useState(null),{useLocation:j,Navigate:s,Outlet:b}=d,C=j(),T=h.useRef(!1),y=typeof r=="function"?r():!!r,p=typeof y=="boolean"?y:y==null?void 0:y.isLogged;return h.useEffect(()=>{T.current||(T.current=!0,u.interceptors.response.use(x=>x,async x=>{var X;return typeof x=="object"&&x&&"response"in x&&x.response&&typeof x.response=="object"&&"status"in x.response&&x.response&&typeof x.response=="object"&&"status"in x.response&&((X=x==null?void 0:x.response)==null?void 0:X.status)===401&&(u.defaults.headers.common.Authorization=null,typeof window<"u"&&window.localStorage&&localStorage.removeItem(E),P(i)),Promise.reject(x)}))},[u.defaults.headers.common,u.interceptors.response,E,i]),p&&!g?W.jsx(h.Suspense,{fallback:t,children:(L=(D=C.state)==null?void 0:D.from)!=null&&L.state&&((Y=(N=C.state)==null?void 0:N.from)==null?void 0:Y.pathname)===a?W.jsx(s,{to:C.state.from.state.from.pathname+C.state.from.state.from.search,replace:!0}):W.jsx(b,{})}):W.jsx(s,{to:a+C.search,state:{from:C},replace:!0})},Ke=({data:t,...r})=>{const{libraries:a}=h.useContext(k),i=(r==null?void 0:r.reactRouter)||(a==null?void 0:a.reactRouter),o=(r==null?void 0:r.gtm)||(a==null?void 0:a.gtm);if(!i)throw new Error("React Router is not provided. You can provide it with InjectDependenciesProvider or directly in props of GTMSendPageView.");if(!o)throw new Error("GTM is not provided. You can provide it with InjectDependenciesProvider or directly in props of GTMSendPageView.");const{useGoogleTagManager:l}=o,{useLocation:f,Outlet:d}=i,{pathname:u}=f(),{sendEvent:E}=l();return h.useEffect(()=>{E({event:"pageView",pathname:u,...t})},[t,u,E]),W.jsx(d,{})},Qe="user",He=({tokenTypeKey:t="tokenType",tokenKey:r="accessToken",postContentType:a="application/json",...i})=>{const{apiURL:o=i.apiURL,libraries:l,localStorageKeys:f}=h.useContext(k),d=(i==null?void 0:i.userLocalStorageKey)||(f==null?void 0:f.user)||Qe,u=(i==null?void 0:i.axios)||(l==null?void 0:l.axios);if(!u)throw new Error("Axios is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(!(u!=null&&u.defaults))return null;if(typeof window<"u"&&window.localStorage){const E=localStorage.getItem(d),g=E?JSON.parse(E):null,P=g!=null&&g[t]?g[t]:null,j=g!=null&&g[r]?g[r]:null,s=E?`${P} ${j}`:null;s&&(u.defaults.headers.common.Authorization=s)}return u.defaults.baseURL=o,u.defaults.headers.post["Content-Type"]=a,null},Xe=({debug:t,resources:r,...a})=>{const{libraries:i}=h.useContext(k),o=(a==null?void 0:a.i18)||(i==null?void 0:i.i18),{i18next:l,initReactI18next:f,languageDetector:d}=o||{};if(!o)throw new Error("i18 is not provided. You can provide it with InjectDependenciesProvider or directly in props.");return l!=null&&l.isInitialized||(l.use(d).use(f).init({debug:t,fallbackLng:"en",interpolation:{escapeValue:!1},load:"languageOnly",react:{bindI18n:"languageChanged loaded",useSuspense:!0},resources:r,returnNull:!1}).then(()=>{document.documentElement.lang!==l.resolvedLanguage&&l.resolvedLanguage&&document.documentElement.setAttribute("lang",l.resolvedLanguage)}),l.on("languageChanged",u=>{document.documentElement.setAttribute("lang",u)})),null},Ze=({dsn:t,integrations:r,tracesSampleRate:a,replaysSessionSampleRate:i,replaysOnErrorSampleRate:o,tracePropagationTargets:l,ignoreErrors:f,debug:d,environment:u,release:E,...g})=>{const{libraries:P}=h.useContext(k),j=(g==null?void 0:g.sentry)||(P==null?void 0:P.sentry),s=(g==null?void 0:g.reactRouter)||(P==null?void 0:P.reactRouter);if(!j)throw new Error("Sentry is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(!s)throw new Error("React Router is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(j.isInitialized())return null;const{createRoutesFromChildren:b,matchRoutes:C,useLocation:T,useNavigationType:y}=s;return(d||process.env.NODE_ENV==="prod"||process.env.NODE_ENV==="production")&&j.init({debug:d,dsn:t,environment:u||"production",ignoreErrors:[...f||[],/dynamically imported module/,/Cannot read properties of undefined \(reading 'default'\)/,/Loading chunk \d+ failed/,/ChunkLoadError/,/Failed to fetch dynamically imported module/,/vite:preloadError/],integrations:[j.reactRouterV6BrowserTracingIntegration({createRoutesFromChildren:b,matchRoutes:C,useEffect:h.useEffect,useLocation:T,useNavigationType:y}),...r||[]],release:E,replaysOnErrorSampleRate:o||1,replaysSessionSampleRate:i||.1,tracePropagationTargets:l,tracesSampleRate:a||1}),null},$e=({IMaskMixin:t,...r})=>{const a=h.useMemo(()=>t(({TextField:i,...o})=>W.jsx(i,{...o})),[t]);return W.jsx(a,{...r})},qe=({accessToken:t,...r})=>{const{libraries:a}=h.useContext(k),i=(r==null?void 0:r.mapbox)||(a==null?void 0:a.mapbox);if(!i)throw new Error("Mapbox is not provided. You can provide it with InjectDependenciesProvider or directly in props.");return t&&(i.accessToken=t),null},et=({language:t,...r})=>{const{libraries:a}=h.useContext(k),i=(r==null?void 0:r.dayjs)||(a==null?void 0:a.dayjs),o=(r==null?void 0:r.plugin)||(a==null?void 0:a.dayjsPlugin);if(!i)throw new Error("Dayjs is not provided. You can provide it with InjectDependenciesProvider or directly in props of InitializeDaysJSConfig.");return h.useEffect(()=>{(async()=>{var d;const f=t||((d=navigator.language)==null?void 0:d.slice(0,2))||"en";o&&o.forEach(u=>{u&&i.extend(u)}),await import("dayjs/locale/en"),await import("dayjs/locale/fr"),i.locale(f)})().then()},[i,o,t]),null},tt=()=>(h.useEffect(()=>{const t=r=>{try{r.preventDefault(),r.stopPropagation(),r.stopImmediatePropagation(),window.location.reload()}catch{}};return window.addEventListener("vite:preloadError",t),()=>{window.removeEventListener("vite:preloadError",t)}},[]),null),rt=t=>t&&typeof t=="function",nt=t=>t&&typeof t=="function",at=({children:t,defaultQueriesOptions:r,defaultMutationsOptions:a,...i})=>{var u,E;const{libraries:o}=h.useContext(k),l=(i==null?void 0:i.QueryClient)||((u=o==null?void 0:o.reactQuery)==null?void 0:u.QueryClient),f=(i==null?void 0:i.QueryClientProvider)||((E=o==null?void 0:o.reactQuery)==null?void 0:E.QueryClientProvider);if(!l)throw new Error("QueryClient is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(!f)throw new Error("QueryClientProvider is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(!rt(f))throw new Error("Provided QueryClientProvider dependencies are not valid.");if(!nt(l))throw new Error("Provided QueryClient dependencies are not valid.");const d=new l({defaultOptions:{mutations:{...a},queries:{getNextPageParam:(g,P,j)=>g.length+(j||0),refetchOnWindowFocus:!1,retry:3,...r}}});return W.jsx(f,{client:d,children:t})},ot=t=>{var E,g,P;const{libraries:r}=h.useContext(k),a=(t==null?void 0:t.i18)||(r==null?void 0:r.i18),i=((E=t==null?void 0:t.i18)==null?void 0:E.translateFunction)||((g=r==null?void 0:r.i18)==null?void 0:g.translateFunction),o=((P=a==null?void 0:a.i18next)==null?void 0:P.t)||i||(j=>j),{unknownErrorTranslationKey:l="error.unknownError"}=t||{},f=o(l),d=h.useCallback(j=>{var b,C,T,y,p,D,L,N,Y;const{response:s}=j||{};return s!=null&&s.reason?String(s.reason):(b=s==null?void 0:s.data)!=null&&b.reason?String(s.data.reason):(C=s==null?void 0:s.data)!=null&&C.message?String(s.data.message):(y=(T=s==null?void 0:s.data)==null?void 0:T.detail)!=null&&y.length&&Array.isArray((p=s==null?void 0:s.data)==null?void 0:p.detail)&&((L=(D=s==null?void 0:s.data)==null?void 0:D.detail[0])!=null&&L.msg)&&typeof((Y=(N=s==null?void 0:s.data)==null?void 0:N.detail[0])==null?void 0:Y.msg)=="string"?String(s.data.detail[0].msg):f},[f]);return{getErrorCode:h.useCallback(j=>{var b,C,T;const{response:s}=j||{};return s!=null&&s.error_code?String(s==null?void 0:s.error_code):(b=s==null?void 0:s.data)!=null&&b.error_code?String((C=s==null?void 0:s.data)==null?void 0:C.error_code):s!=null&&s.error_code?String(s==null?void 0:s.error_code):(T=s==null?void 0:s.data)!=null&&T.error_code?String(s.data.error_code):"unknown_error_code"},[]),printError:d}},it=({data:t,fetchNextPage:r,isFetchingNextPage:a,isInitialLoading:i,isLoading:o,enabled:l=!0})=>{const f=h.useCallback(async u=>{a||!l||await r({pageParam:(u==null?void 0:u.pageParam)||u.visibleRowsCount})},[l,r,a]),d=h.useMemo(()=>{if(t)return t.pages.reduce((u,E)=>[...u,...E],[])},[t]);return{fetchNextPageOnRowsScrollEnd:f,isLoading:a||o,loadingVariant:i?"skeleton":"linear",rows:d}},ct=t=>{const{libraries:r}=h.useContext(k),a=(t==null?void 0:t.axios)||(r==null?void 0:r.axios),i=(t==null?void 0:t.localStorageKey)||"user";if(!a)throw new Error("Axios is not provided. You can provide it with InjectDependenciesProvider or directly in params of useAuth.");const o=h.useCallback(({tokenType:f,accessToken:d})=>{a.defaults.headers.common.Authorization=`${f} ${d}`},[a.defaults.headers.common]),l=()=>{a.defaults.headers.common.Authorization=null};return h.useEffect(()=>{const f=({newValue:d,key:u})=>{if(u===i&&d)try{const{accessToken:E,tokenType:g}=JSON.parse(d);o({accessToken:E,tokenType:g})}catch(E){console.error("Failed to parse newValue from localStorage:",E)}};return window.addEventListener("storage",f),()=>{window.removeEventListener("storage",f)}},[i,o]),{clearAuthenticationToken:l,setAuthenticationToken:o}},ge=({library:t,date:r,format:a="ll"})=>t(r).format(a),he=(t,r="km")=>{const a=Number(t);return Number.isNaN(a)?`0 ${r}`:`${a.toFixed(2)} ${r}`},ye=t=>!t||typeof t!="string"?"":t.replace(/_/g," ").split(" ").map(r=>r.charAt(0).toUpperCase()+r.slice(1).toLowerCase()).join(" "),st=t=>t!=null&&t.startsWith("/")?t!=null&&t.startsWith("/files")?t:`/files${t}`:t!=null&&t.startsWith("files")?`/${t}`:`/files/${t}`,ut=({path:t,size:r,apiURL:a})=>{if(!t)return"";const i=st(t),o=`${a}${i}`,l=o.match(/\.(jpeg|jpg|png|gif|bmp|webp|svg|avif)$/)!==null;return typeof r=="number"&&l?`${o.replace("/files",`/thumbs/${r}`)}`:o},lt=t=>{const{apiURL:r,libraries:a}=h.useContext(k),i=(t==null?void 0:t.dayjs)||(a==null?void 0:a.dayjs);return{dateAdapter:(f,d)=>{if(!i)throw new Error("Dayjs is not provided. You can provide it with InjectDependenciesProvider or directly in props.");return ge({date:f,format:d,library:i})},distanceAdapter:he,filePathAdapter:(f,d)=>{if(!r)throw new Error("API URL is not provided. You can provide it with InjectDependenciesProvider or directly in props to filePathAdapter.");return ut({apiURL:r,path:f,size:d})},worksiteNameAdapter:ye}},H=(t,r)=>r==="short"?t.split("-")[0]:t,ft=(t,r="full")=>{const[a,i]=h.useState(()=>{const o=(t==null?void 0:t.language)||navigator.language;return t&&"isInitialized"in t&&t.isInitialized,H(o,r)});return h.useEffect(()=>{var l;t&&"isInitialized"in t&&t.isInitialized&&t.language&&i(H(t.language,r));const o=f=>{i(H(f,r))};return(l=t==null?void 0:t.on)==null||l.call(t,"languageChanged",o),()=>{var f;(f=t==null?void 0:t.off)==null||f.call(t,"languageChanged",o)}},[t,r]),a},dt="tracktor.filter",me=(t,r,a)=>`${a}_${t}=>${r}`,vt=t=>{const{libraries:r,localStorageKeys:a}=h.useContext(k),i=(t==null?void 0:t.reactRouter)||(r==null?void 0:r.reactRouter),{useLocation:o,useSearchParams:l}=i,{pathname:f}=o(),[d,u]=l(),E=(a==null?void 0:a.filter)||dt;if(!i)throw new Error("React Router is not provided. You can provide it with InjectDependenciesProvider or directly in props of GTMSendPageView.");const g=(b,C,T=!0)=>{const y=me(b,(t==null?void 0:t.pathname)||f,E);if(!C||Array.isArray(C)&&!C.length){d.delete(b),u(d),localStorage.removeItem(y);return}T&&C&&localStorage.setItem(y,JSON.stringify({...d,[b]:C})),C&&(d.set(b,JSON.stringify(C)),u(d))};return{getFilter:(b,C)=>{const T=d.get(b);if(T)try{return JSON.parse(T)}catch{return T}const y=me(b,(t==null?void 0:t.pathname)||f,E),p=localStorage.getItem(y);if(p)try{return JSON.parse(p)[b]}catch{}return C},getFilters:()=>{const b=Object.fromEntries(d.entries()),T=Object.keys(localStorage).filter(y=>y.startsWith(E)&&y.endsWith((t==null?void 0:t.pathname)||f)).reduce((y,p)=>{var L,N;const D=localStorage.getItem(p);if(D){const Y=JSON.parse(D),x=(L=Object.keys(Y))==null?void 0:L[0];y[x]=(N=Object.values(Y))==null?void 0:N[0]}return y},{});return{...b,...T}},handleFilter:(b,C)=>(T,y)=>{if(y||Array.isArray(y)&&y.length===0){const p=C||"value",D=typeof y=="object"&&p in y?y[p||"value"]:y;g(b,D);return}g(b,void 0)},setFilter:g}},gt=t=>t.charAt(0).toUpperCase()+t.slice(1).toLowerCase(),ht=t=>{const i=t.split("/").filter(o=>o.length>0).map(o=>o.replace(/\${([^}]*)}/g,"$1").split(/[_-]/).map(u=>u.charAt(0).toUpperCase()+u.slice(1)).join("")).join("");return i.charAt(0).toLowerCase()+i.slice(1)},yt=t=>(t.split("/").pop()||t).replace(/\.json$/,"").replace(/^openapi\./,""),mt=(t,r,a)=>{const i=ht(r),o=gt(a);return`${i}${o}`},Et=t=>{if(t)return(t==null?void 0:t.reduce((r,a)=>(r[a]={query:{useInfinite:!0,useInfiniteQueryParam:"offset",useQuery:!0}},r),{}))||{}},wt=t=>(Array.isArray(t)?t:[t]).reduce((a,i)=>{const{output:o,operationsToGenerateInfiniteQueryHook:l,input:f="./openapi.json"}=i||{},d=yt(f);return{...a,[d]:{hooks:{afterAllFilesWrite:"prettier src/api/ --write"},input:f,output:{baseUrl:o==null?void 0:o.baseUrl,client:"react-query",mode:"tags-split",override:{...(l==null?void 0:l.length)&&{operations:Et(l)},header:u=>["Generated by orval 🍺",...u.title?[u.title]:[],...u.description?[u.description]:[]],mutator:{name:"axiosCustomInstance",path:`${__dirname}/axiosCustomInstance.ts`},operationName:mt,query:{useQuery:!0}},schemas:(o==null?void 0:o.schemas)||`src/api/${d}/model`,target:(o==null?void 0:o.target)||`src/api/${d}/services/api.ts`,...o}}}},{});_.GTMSendPageView=Ke,_.InitializeAxiosConfig=He,_.InitializeDaysJSConfig=et,_.InitializeI18nConfig=Xe,_.InitializeMapBoxConfig=qe,_.InitializeSentryConfig=Ze,_.InjectDependenciesContext=k,_.InjectDependenciesProvider=Ge,_.MaskTextField=$e,_.PreloadErrorHandler=tt,_.QueryClientProviderWithConfig=at,_.RequireAuth=Be,_.dateAdapter=ge,_.distanceAdapter=he,_.getOrvalConfig=wt,_.useAdapter=lt,_.useAuth=ct,_.useCurrentLanguage=ft,_.useFilters=vt,_.useInfiniteDataGrid=it,_.useResponseError=ot,_.worksiteNameAdapter=ye,Object.defineProperty(_,Symbol.toStringTag,{value:"Module"})});
25
+ Check the top-level render call using <`+c+">.")}return r}}function Ye(e,r){{if(!e._store||e._store.validated||e.key!=null)return;e._store.validated=!0;var c=Wt(r);if(Ne[c])return;Ne[c]=!0;var v="";e&&e._owner&&e._owner!==ue.current&&(v=" It was passed a child from "+z(e._owner.type)+"."),U(e),p('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',c,v),U(null)}}function We(e,r){{if(typeof e!="object")return;if(ce(e))for(var c=0;c<e.length;c++){var v=e[c];fe(v)&&Ye(v,r)}else if(fe(e))e._store&&(e._store.validated=!0);else if(e){var R=T(e);if(typeof R=="function"&&R!==e.entries)for(var S=R.call(e),w;!(w=S.next()).done;)fe(w.value)&&Ye(w.value,r)}}}function zt(e){{var r=e.type;if(r==null||typeof r=="string")return;var c;if(typeof r=="function")c=r.propTypes;else if(typeof r=="object"&&(r.$$typeof===u||r.$$typeof===P))c=r.propTypes;else return;if(c){var v=z(r);Pt(c,e.props,"prop",v,e)}else if(r.PropTypes!==void 0&&!le){le=!0;var R=z(r);p("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",R||"Unknown")}typeof r.getDefaultProps=="function"&&!r.getDefaultProps.isReactClassApproved&&p("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function Mt(e){{for(var r=Object.keys(e.props),c=0;c<r.length;c++){var v=r[c];if(v!=="children"&&v!=="key"){U(e),p("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",v),U(null);break}}e.ref!==null&&(U(e),p("Invalid attribute `ref` supplied to `React.Fragment`."),U(null))}}function ze(e,r,c,v,R,S){{var w=X(e);if(!w){var m="";(e===void 0||typeof e=="object"&&e!==null&&Object.keys(e).length===0)&&(m+=" 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 I=Yt();I?m+=I:m+=Le();var O;e===null?O="null":ce(e)?O="array":e!==void 0&&e.$$typeof===n?(O="<"+(z(e.type)||"Unknown")+" />",m=" Did you accidentally export a JSX literal instead of a component?"):O=typeof e,p("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",O,m)}var A=Nt(e,r,c,R,S);if(A==null)return A;if(w){var F=r.children;if(F!==void 0)if(v)if(ce(F)){for(var G=0;G<F.length;G++)We(F[G],e);Object.freeze&&Object.freeze(F)}else p("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 We(F,e)}return e===i?Mt(A):zt(A),A}}function Vt(e,r,c){return ze(e,r,c,!0)}function Ut(e,r,c){return ze(e,r,c,!1)}var Gt=Ut,Jt=Vt;B.Fragment=i,B.jsx=Gt,B.jsxs=Jt}()),B}process.env.NODE_ENV==="production"?re.exports=Ve():re.exports=Ue();var W=re.exports;const k=h.createContext({}),Ge=({children:t,apiURL:n,libraries:a,localStorageKeys:i})=>{const o=h.useMemo(()=>({apiURL:n,libraries:a,localStorageKeys:i}),[n,a,i]);return W.jsx(k.Provider,{value:o,children:t})},Je="user",Be=({Fallback:t,isLogged:n,loginPath:a="/login",redirect401Path:i="/login",...o})=>{var D,L,N,Y;const{libraries:l,localStorageKeys:f}=h.useContext(k),d=(o==null?void 0:o.reactRouter)||(l==null?void 0:l.reactRouter),u=(o==null?void 0:o.axios)||(l==null?void 0:l.axios),E=(o==null?void 0:o.localStorageKey)||(f==null?void 0:f.user)||Je;if(!d)throw new Error("React Router is not provided. You can provide it with InjectDependenciesProvider or directly in props.");const[g,P]=h.useState(null),{useLocation:j,Navigate:s,Outlet:b}=d,C=j(),T=h.useRef(!1),y=typeof n=="function"?n():!!n,p=typeof y=="boolean"?y:y==null?void 0:y.isLogged;return h.useEffect(()=>{T.current||(T.current=!0,u.interceptors.response.use(x=>x,async x=>{var X;return typeof x=="object"&&x&&"response"in x&&x.response&&typeof x.response=="object"&&"status"in x.response&&x.response&&typeof x.response=="object"&&"status"in x.response&&((X=x==null?void 0:x.response)==null?void 0:X.status)===401&&(u.defaults.headers.common.Authorization=null,typeof window<"u"&&window.localStorage&&localStorage.removeItem(E),P(i)),Promise.reject(x)}))},[u.defaults.headers.common,u.interceptors.response,E,i]),p&&!g?W.jsx(h.Suspense,{fallback:t,children:(L=(D=C.state)==null?void 0:D.from)!=null&&L.state&&((Y=(N=C.state)==null?void 0:N.from)==null?void 0:Y.pathname)===a?W.jsx(s,{to:C.state.from.state.from.pathname+C.state.from.state.from.search,replace:!0}):W.jsx(b,{})}):W.jsx(s,{to:a+C.search,state:{from:C},replace:!0})},Ke=({data:t,...n})=>{const{libraries:a}=h.useContext(k),i=(n==null?void 0:n.reactRouter)||(a==null?void 0:a.reactRouter),o=(n==null?void 0:n.gtm)||(a==null?void 0:a.gtm);if(!i)throw new Error("React Router is not provided. You can provide it with InjectDependenciesProvider or directly in props of GTMSendPageView.");if(!o)throw new Error("GTM is not provided. You can provide it with InjectDependenciesProvider or directly in props of GTMSendPageView.");const{useGoogleTagManager:l}=o,{useLocation:f,Outlet:d}=i,{pathname:u}=f(),{sendEvent:E}=l();return h.useEffect(()=>{E({event:"pageView",pathname:u,...t})},[t,u,E]),W.jsx(d,{})},Qe="user",He=({tokenTypeKey:t="tokenType",tokenKey:n="accessToken",postContentType:a="application/json",...i})=>{const{apiURL:o=i.apiURL,libraries:l,localStorageKeys:f}=h.useContext(k),d=(i==null?void 0:i.userLocalStorageKey)||(f==null?void 0:f.user)||Qe,u=(i==null?void 0:i.axios)||(l==null?void 0:l.axios);if(!u)throw new Error("Axios is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(!(u!=null&&u.defaults))return null;if(typeof window<"u"&&window.localStorage){const E=localStorage.getItem(d),g=E?JSON.parse(E):null,P=g!=null&&g[t]?g[t]:null,j=g!=null&&g[n]?g[n]:null,s=E?`${P} ${j}`:null;s&&(u.defaults.headers.common.Authorization=s)}return u.defaults.baseURL=o,u.defaults.headers.post["Content-Type"]=a,null},Xe=({debug:t,resources:n,...a})=>{const{libraries:i}=h.useContext(k),o=(a==null?void 0:a.i18)||(i==null?void 0:i.i18),{i18next:l,initReactI18next:f,languageDetector:d}=o||{};if(!o)throw new Error("i18 is not provided. You can provide it with InjectDependenciesProvider or directly in props.");return l!=null&&l.isInitialized||(l.use(d).use(f).init({debug:t,fallbackLng:"en",interpolation:{escapeValue:!1},load:"languageOnly",react:{bindI18n:"languageChanged loaded",useSuspense:!0},resources:n,returnNull:!1}).then(()=>{document.documentElement.lang!==l.resolvedLanguage&&l.resolvedLanguage&&document.documentElement.setAttribute("lang",l.resolvedLanguage)}),l.on("languageChanged",u=>{document.documentElement.setAttribute("lang",u)})),null},Ze=({dsn:t,integrations:n,tracesSampleRate:a,replaysSessionSampleRate:i,replaysOnErrorSampleRate:o,tracePropagationTargets:l,ignoreErrors:f,debug:d,environment:u,release:E,...g})=>{const{libraries:P}=h.useContext(k),j=(g==null?void 0:g.sentry)||(P==null?void 0:P.sentry),s=(g==null?void 0:g.reactRouter)||(P==null?void 0:P.reactRouter);if(!j)throw new Error("Sentry is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(!s)throw new Error("React Router is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(j.isInitialized())return null;const{createRoutesFromChildren:b,matchRoutes:C,useLocation:T,useNavigationType:y}=s;return(d||process.env.NODE_ENV==="prod"||process.env.NODE_ENV==="production")&&j.init({debug:d,dsn:t,environment:u||"production",ignoreErrors:[...f||[],/dynamically imported module/,/Cannot read properties of undefined \(reading 'default'\)/,/Loading chunk \d+ failed/,/ChunkLoadError/,/Failed to fetch dynamically imported module/,/vite:preloadError/],integrations:[j.reactRouterV6BrowserTracingIntegration({createRoutesFromChildren:b,matchRoutes:C,useEffect:h.useEffect,useLocation:T,useNavigationType:y}),...n||[]],release:E,replaysOnErrorSampleRate:o||1,replaysSessionSampleRate:i||.1,tracePropagationTargets:l,tracesSampleRate:a||1}),null},$e=({IMaskMixin:t,...n})=>{const a=h.useMemo(()=>t(({TextField:i,...o})=>W.jsx(i,{...o})),[t]);return W.jsx(a,{...n})},qe=({accessToken:t,...n})=>{const{libraries:a}=h.useContext(k),i=(n==null?void 0:n.mapbox)||(a==null?void 0:a.mapbox);if(!i)throw new Error("Mapbox is not provided. You can provide it with InjectDependenciesProvider or directly in props.");return t&&(i.accessToken=t),null},et=({language:t,...n})=>{const{libraries:a}=h.useContext(k),i=(n==null?void 0:n.dayjs)||(a==null?void 0:a.dayjs),o=(n==null?void 0:n.plugin)||(a==null?void 0:a.dayjsPlugin);if(!i)throw new Error("Dayjs is not provided. You can provide it with InjectDependenciesProvider or directly in props of InitializeDaysJSConfig.");return h.useEffect(()=>{(async()=>{var d;const f=t||((d=navigator.language)==null?void 0:d.slice(0,2))||"en";o&&o.forEach(u=>{u&&i.extend(u)}),await import("dayjs/locale/en"),await import("dayjs/locale/fr"),i.locale(f)})().then()},[i,o,t]),null},tt=()=>(h.useEffect(()=>{const t=n=>{try{n.preventDefault(),n.stopPropagation(),n.stopImmediatePropagation(),window.location.reload()}catch{}};return window.addEventListener("vite:preloadError",t),()=>{window.removeEventListener("vite:preloadError",t)}},[]),null),rt=t=>t&&typeof t=="function",nt=t=>t&&typeof t=="function",at=({children:t,defaultQueriesOptions:n,defaultMutationsOptions:a,...i})=>{var u,E;const{libraries:o}=h.useContext(k),l=(i==null?void 0:i.QueryClient)||((u=o==null?void 0:o.reactQuery)==null?void 0:u.QueryClient),f=(i==null?void 0:i.QueryClientProvider)||((E=o==null?void 0:o.reactQuery)==null?void 0:E.QueryClientProvider);if(!l)throw new Error("QueryClient is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(!f)throw new Error("QueryClientProvider is not provided. You can provide it with InjectDependenciesProvider or directly in props.");if(!rt(f))throw new Error("Provided QueryClientProvider dependencies are not valid.");if(!nt(l))throw new Error("Provided QueryClient dependencies are not valid.");const d=new l({defaultOptions:{mutations:{...a},queries:{getNextPageParam:(g,P,j)=>g.length+(j||0),refetchOnWindowFocus:!1,retry:3,...n}}});return W.jsx(f,{client:d,children:t})},ot=t=>{var E,g,P;const{libraries:n}=h.useContext(k),a=(t==null?void 0:t.i18)||(n==null?void 0:n.i18),i=((E=t==null?void 0:t.i18)==null?void 0:E.translateFunction)||((g=n==null?void 0:n.i18)==null?void 0:g.translateFunction),o=((P=a==null?void 0:a.i18next)==null?void 0:P.t)||i||(j=>j),{unknownErrorTranslationKey:l="error.unknownError"}=t||{},f=o(l),d=h.useCallback(j=>{var b,C,T,y,p,D,L,N,Y;const{response:s}=j||{};return s!=null&&s.reason?String(s.reason):(b=s==null?void 0:s.data)!=null&&b.reason?String(s.data.reason):(C=s==null?void 0:s.data)!=null&&C.message?String(s.data.message):(y=(T=s==null?void 0:s.data)==null?void 0:T.detail)!=null&&y.length&&Array.isArray((p=s==null?void 0:s.data)==null?void 0:p.detail)&&((L=(D=s==null?void 0:s.data)==null?void 0:D.detail[0])!=null&&L.msg)&&typeof((Y=(N=s==null?void 0:s.data)==null?void 0:N.detail[0])==null?void 0:Y.msg)=="string"?String(s.data.detail[0].msg):f},[f]);return{getErrorCode:h.useCallback(j=>{var b,C,T;const{response:s}=j||{};return s!=null&&s.error_code?String(s==null?void 0:s.error_code):(b=s==null?void 0:s.data)!=null&&b.error_code?String((C=s==null?void 0:s.data)==null?void 0:C.error_code):s!=null&&s.error_code?String(s==null?void 0:s.error_code):(T=s==null?void 0:s.data)!=null&&T.error_code?String(s.data.error_code):"unknown_error_code"},[]),printError:d}},it=({data:t,fetchNextPage:n,isFetchingNextPage:a,isInitialLoading:i,isLoading:o,enabled:l=!0})=>{const f=h.useCallback(async u=>{a||!l||await n({pageParam:(u==null?void 0:u.pageParam)||u.visibleRowsCount})},[l,n,a]),d=h.useMemo(()=>{if(t)return t.pages.reduce((u,E)=>[...u,...E],[])},[t]);return{fetchNextPageOnRowsScrollEnd:f,isLoading:a||o,loadingVariant:i?"skeleton":"linear",rows:d}},ct=t=>{const{libraries:n}=h.useContext(k),a=(t==null?void 0:t.axios)||(n==null?void 0:n.axios),i=(t==null?void 0:t.localStorageKey)||"user";if(!a)throw new Error("Axios is not provided. You can provide it with InjectDependenciesProvider or directly in params of useAuth.");const o=h.useCallback(({tokenType:f,accessToken:d})=>{a.defaults.headers.common.Authorization=`${f} ${d}`},[a.defaults.headers.common]),l=()=>{a.defaults.headers.common.Authorization=null};return h.useEffect(()=>{const f=({newValue:d,key:u})=>{if(u===i&&d)try{const{accessToken:E,tokenType:g}=JSON.parse(d);o({accessToken:E,tokenType:g})}catch(E){console.error("Failed to parse newValue from localStorage:",E)}};return window.addEventListener("storage",f),()=>{window.removeEventListener("storage",f)}},[i,o]),{clearAuthenticationToken:l,setAuthenticationToken:o}},ge=({library:t,date:n,format:a="ll"})=>t(n).format(a),he=(t,n="km")=>{const a=Number(t);return Number.isNaN(a)?`0 ${n}`:`${a.toFixed(2)} ${n}`},ye=t=>!t||typeof t!="string"?"":t.replace(/_/g," ").toLowerCase().split(" ").map(a=>a.length>0?a.charAt(0).toUpperCase()+a.slice(1):a).join(" "),st=t=>t!=null&&t.startsWith("/")?t!=null&&t.startsWith("/files")?t:`/files${t}`:t!=null&&t.startsWith("files")?`/${t}`:`/files/${t}`,ut=({path:t,size:n,apiURL:a})=>{if(!t)return"";const i=st(t),o=`${a}${i}`,l=o.match(/\.(jpeg|jpg|png|gif|bmp|webp|svg|avif)$/)!==null;return typeof n=="number"&&l?`${o.replace("/files",`/thumbs/${n}`)}`:o},lt=t=>{const{apiURL:n,libraries:a}=h.useContext(k),i=(t==null?void 0:t.dayjs)||(a==null?void 0:a.dayjs);return{dateAdapter:(f,d)=>{if(!i)throw new Error("Dayjs is not provided. You can provide it with InjectDependenciesProvider or directly in props.");return ge({date:f,format:d,library:i})},distanceAdapter:he,filePathAdapter:(f,d)=>{if(!n)throw new Error("API URL is not provided. You can provide it with InjectDependenciesProvider or directly in props to filePathAdapter.");return ut({apiURL:n,path:f,size:d})},worksiteNameAdapter:ye}},H=(t,n)=>n==="short"?t.split("-")[0]:t,ft=(t,n="full")=>{const[a,i]=h.useState(()=>{const o=(t==null?void 0:t.language)||navigator.language;return t&&"isInitialized"in t&&t.isInitialized,H(o,n)});return h.useEffect(()=>{var l;t&&"isInitialized"in t&&t.isInitialized&&t.language&&i(H(t.language,n));const o=f=>{i(H(f,n))};return(l=t==null?void 0:t.on)==null||l.call(t,"languageChanged",o),()=>{var f;(f=t==null?void 0:t.off)==null||f.call(t,"languageChanged",o)}},[t,n]),a},dt="tracktor.filter",me=(t,n,a)=>`${a}_${t}=>${n}`,vt=t=>{const{libraries:n,localStorageKeys:a}=h.useContext(k),i=(t==null?void 0:t.reactRouter)||(n==null?void 0:n.reactRouter),{useLocation:o,useSearchParams:l}=i,{pathname:f}=o(),[d,u]=l(),E=(a==null?void 0:a.filter)||dt;if(!i)throw new Error("React Router is not provided. You can provide it with InjectDependenciesProvider or directly in props of GTMSendPageView.");const g=(b,C,T=!0)=>{const y=me(b,(t==null?void 0:t.pathname)||f,E);if(!C||Array.isArray(C)&&!C.length){d.delete(b),u(d),localStorage.removeItem(y);return}T&&C&&localStorage.setItem(y,JSON.stringify({...d,[b]:C})),C&&(d.set(b,JSON.stringify(C)),u(d))};return{getFilter:(b,C)=>{const T=d.get(b);if(T)try{return JSON.parse(T)}catch{return T}const y=me(b,(t==null?void 0:t.pathname)||f,E),p=localStorage.getItem(y);if(p)try{return JSON.parse(p)[b]}catch{}return C},getFilters:()=>{const b=Object.fromEntries(d.entries()),T=Object.keys(localStorage).filter(y=>y.startsWith(E)&&y.endsWith((t==null?void 0:t.pathname)||f)).reduce((y,p)=>{var L,N;const D=localStorage.getItem(p);if(D){const Y=JSON.parse(D),x=(L=Object.keys(Y))==null?void 0:L[0];y[x]=(N=Object.values(Y))==null?void 0:N[0]}return y},{});return{...b,...T}},handleFilter:(b,C)=>(T,y)=>{if(y||Array.isArray(y)&&y.length===0){const p=C||"value",D=typeof y=="object"&&p in y?y[p||"value"]:y;g(b,D);return}g(b,void 0)},setFilter:g}},gt=t=>t.charAt(0).toUpperCase()+t.slice(1).toLowerCase(),ht=t=>{const i=t.split("/").filter(o=>o.length>0).map(o=>o.replace(/\${([^}]*)}/g,"$1").split(/[_-]/).map(u=>u.charAt(0).toUpperCase()+u.slice(1)).join("")).join("");return i.charAt(0).toLowerCase()+i.slice(1)},yt=t=>(t.split("/").pop()||t).replace(/\.json$/,"").replace(/^openapi\./,""),mt=(t,n,a)=>{const i=ht(n),o=gt(a);return`${i}${o}`},Et=t=>{if(t)return(t==null?void 0:t.reduce((n,a)=>(n[a]={query:{useInfinite:!0,useInfiniteQueryParam:"offset",useQuery:!0}},n),{}))||{}},wt=t=>(Array.isArray(t)?t:[t]).reduce((a,i)=>{const{output:o,operationsToGenerateInfiniteQueryHook:l,input:f="./openapi.json"}=i||{},d=yt(f);return{...a,[d]:{hooks:{afterAllFilesWrite:"prettier src/api/ --write"},input:f,output:{baseUrl:o==null?void 0:o.baseUrl,client:"react-query",mode:"tags-split",override:{...(l==null?void 0:l.length)&&{operations:Et(l)},header:u=>["Generated by orval 🍺",...u.title?[u.title]:[],...u.description?[u.description]:[]],mutator:{name:"axiosCustomInstance",path:`${__dirname}/axiosCustomInstance.ts`},operationName:mt,query:{useQuery:!0}},schemas:(o==null?void 0:o.schemas)||`src/api/${d}/model`,target:(o==null?void 0:o.target)||`src/api/${d}/services/api.ts`,...o}}}},{});_.GTMSendPageView=Ke,_.InitializeAxiosConfig=He,_.InitializeDaysJSConfig=et,_.InitializeI18nConfig=Xe,_.InitializeMapBoxConfig=qe,_.InitializeSentryConfig=Ze,_.InjectDependenciesContext=k,_.InjectDependenciesProvider=Ge,_.MaskTextField=$e,_.PreloadErrorHandler=tt,_.QueryClientProviderWithConfig=at,_.RequireAuth=Be,_.dateAdapter=ge,_.distanceAdapter=he,_.getOrvalConfig=wt,_.useAdapter=lt,_.useAuth=ct,_.useCurrentLanguage=ft,_.useFilters=vt,_.useInfiniteDataGrid=it,_.useResponseError=ot,_.worksiteNameAdapter=ye,Object.defineProperty(_,Symbol.toStringTag,{value:"Module"})});
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Adapts the worksite name to a more readable format.
3
+ * Simply replaces underscores with spaces and capitalizes the first letter of each word.
4
+ *
5
+ * @param name - The worksite name to format
6
+ * @returns The formatted worksite name
7
+ */
8
+ declare const worksiteNameAdapter: (name: unknown) => string;
9
+ export default worksiteNameAdapter;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tracktor/shared-module",
3
- "version": "2.9.3",
3
+ "version": "2.9.4",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "types": "./dist/main.d.ts",
@@ -1,6 +0,0 @@
1
- /**
2
- * Adapts the worksite name to a more readable format.
3
- * @param name
4
- */
5
- declare const worksiteNameAdapter: (name: unknown) => string;
6
- export default worksiteNameAdapter;