@owp/core 2.0.2 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -139,13 +139,13 @@ const Gn = {
139
139
  }, pt = {
140
140
  layout: Gn
141
141
  };
142
- function Hn(e, t, n) {
143
- return Ln(n) && (typeof t == "number" && _n(n) && Bn(t) && t < n.length || typeof t == "string" && t in n) ? sn(n[t], e) : !1;
142
+ function Hn(e, t, a) {
143
+ return Ln(a) && (typeof t == "number" && _n(a) && Bn(t) && t < a.length || typeof t == "string" && t in a) ? sn(a[t], e) : !1;
144
144
  }
145
145
  r(Hn, "isIterateeCall");
146
146
  function Kn(e, ...t) {
147
147
  e = Object(e);
148
- const n = Object.prototype;
148
+ const a = Object.prototype;
149
149
  let i = t.length;
150
150
  const u = i > 2 ? t[2] : void 0;
151
151
  u && Hn(t[0], t[1], u) && (i = 1);
@@ -153,7 +153,7 @@ function Kn(e, ...t) {
153
153
  const y = t[d], h = Object.keys(y);
154
154
  for (let w = 0; w < h.length; w++) {
155
155
  const g = h[w], m = e[g];
156
- (m === void 0 || !Object.hasOwn(e, g) && sn(m, n[g])) && (e[g] = y[g]);
156
+ (m === void 0 || !Object.hasOwn(e, g) && sn(m, a[g])) && (e[g] = y[g]);
157
157
  }
158
158
  }
159
159
  return e;
@@ -178,16 +178,16 @@ var Ve, yt;
178
178
  function Ce() {
179
179
  if (yt) return Ve;
180
180
  yt = 1;
181
- var e = typeof Map == "function" && Map.prototype, t = Object.getOwnPropertyDescriptor && e ? Object.getOwnPropertyDescriptor(Map.prototype, "size") : null, n = e && t && typeof t.get == "function" ? t.get : null, i = e && Map.prototype.forEach, u = typeof Set == "function" && Set.prototype, d = Object.getOwnPropertyDescriptor && u ? Object.getOwnPropertyDescriptor(Set.prototype, "size") : null, y = u && d && typeof d.get == "function" ? d.get : null, h = u && Set.prototype.forEach, w = typeof WeakMap == "function" && WeakMap.prototype, g = w ? WeakMap.prototype.has : null, m = typeof WeakSet == "function" && WeakSet.prototype, S = m ? WeakSet.prototype.has : null, O = typeof WeakRef == "function" && WeakRef.prototype, s = O ? WeakRef.prototype.deref : null, p = Boolean.prototype.valueOf, P = Object.prototype.toString, l = Function.prototype.toString, f = String.prototype.match, c = String.prototype.slice, b = String.prototype.replace, v = String.prototype.toUpperCase, A = String.prototype.toLowerCase, E = RegExp.prototype.test, R = Array.prototype.concat, I = Array.prototype.join, q = Array.prototype.slice, M = Math.floor, $ = typeof BigInt == "function" ? BigInt.prototype.valueOf : null, x = Object.getOwnPropertySymbols, G = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? Symbol.prototype.toString : null, k = typeof Symbol == "function" && typeof Symbol.iterator == "object", j = typeof Symbol == "function" && Symbol.toStringTag && (typeof Symbol.toStringTag === k || !0) ? Symbol.toStringTag : null, ie = Object.prototype.propertyIsEnumerable, le = (typeof Reflect == "function" ? Reflect.getPrototypeOf : Object.getPrototypeOf) || ([].__proto__ === Array.prototype ? function(a) {
182
- return a.__proto__;
181
+ var e = typeof Map == "function" && Map.prototype, t = Object.getOwnPropertyDescriptor && e ? Object.getOwnPropertyDescriptor(Map.prototype, "size") : null, a = e && t && typeof t.get == "function" ? t.get : null, i = e && Map.prototype.forEach, u = typeof Set == "function" && Set.prototype, d = Object.getOwnPropertyDescriptor && u ? Object.getOwnPropertyDescriptor(Set.prototype, "size") : null, y = u && d && typeof d.get == "function" ? d.get : null, h = u && Set.prototype.forEach, w = typeof WeakMap == "function" && WeakMap.prototype, g = w ? WeakMap.prototype.has : null, m = typeof WeakSet == "function" && WeakSet.prototype, S = m ? WeakSet.prototype.has : null, O = typeof WeakRef == "function" && WeakRef.prototype, s = O ? WeakRef.prototype.deref : null, p = Boolean.prototype.valueOf, P = Object.prototype.toString, l = Function.prototype.toString, f = String.prototype.match, c = String.prototype.slice, b = String.prototype.replace, v = String.prototype.toUpperCase, A = String.prototype.toLowerCase, E = RegExp.prototype.test, R = Array.prototype.concat, I = Array.prototype.join, q = Array.prototype.slice, M = Math.floor, $ = typeof BigInt == "function" ? BigInt.prototype.valueOf : null, x = Object.getOwnPropertySymbols, G = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? Symbol.prototype.toString : null, k = typeof Symbol == "function" && typeof Symbol.iterator == "object", j = typeof Symbol == "function" && Symbol.toStringTag && (typeof Symbol.toStringTag === k || !0) ? Symbol.toStringTag : null, ie = Object.prototype.propertyIsEnumerable, le = (typeof Reflect == "function" ? Reflect.getPrototypeOf : Object.getPrototypeOf) || ([].__proto__ === Array.prototype ? function(n) {
182
+ return n.__proto__;
183
183
  } : null);
184
- function F(a, o) {
185
- if (a === 1 / 0 || a === -1 / 0 || a !== a || a && a > -1e3 && a < 1e3 || E.call(/e/, o))
184
+ function F(n, o) {
185
+ if (n === 1 / 0 || n === -1 / 0 || n !== n || n && n > -1e3 && n < 1e3 || E.call(/e/, o))
186
186
  return o;
187
187
  var N = /[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;
188
- if (typeof a == "number") {
189
- var L = a < 0 ? -M(-a) : M(a);
190
- if (L !== a) {
188
+ if (typeof n == "number") {
189
+ var L = n < 0 ? -M(-n) : M(n);
190
+ if (L !== n) {
191
191
  var _ = String(L), T = c.call(o, _.length + 1);
192
192
  return b.call(_, N, "$&_") + "." + b.call(b.call(T, /([0-9]{3})/g, "$&_"), /_$/, "");
193
193
  }
@@ -204,7 +204,7 @@ function Ce() {
204
204
  double: /(["\\])/g,
205
205
  single: /(['\\])/g
206
206
  };
207
- Ve = /* @__PURE__ */ r(function a(o, N, L, _) {
207
+ Ve = /* @__PURE__ */ r(function n(o, N, L, _) {
208
208
  var T = N || {};
209
209
  if (V(T, "quoteStyle") && !V(ce, T.quoteStyle))
210
210
  throw new TypeError('option "quoteStyle" must be "single" or "double"');
@@ -249,9 +249,9 @@ function Ce() {
249
249
  var ut = {
250
250
  depth: T.depth
251
251
  };
252
- return V(T, "quoteStyle") && (ut.quoteStyle = T.quoteStyle), a(Re, ut, L + 1, _);
252
+ return V(T, "quoteStyle") && (ut.quoteStyle = T.quoteStyle), n(Re, ut, L + 1, _);
253
253
  }
254
- return a(Re, T, L + 1, _);
254
+ return n(Re, T, L + 1, _);
255
255
  }
256
256
  if (r(oe, "inspect"), typeof o == "function" && !z(o)) {
257
257
  var rt = Oe(o), tt = Ne(o, oe);
@@ -286,7 +286,7 @@ function Ce() {
286
286
  var at = [];
287
287
  return i && i.call(o, function(Re, $e) {
288
288
  at.push(oe($e, o, !0) + " => " + oe(Re, o));
289
- }), et("Map", n.call(o), at, Ee);
289
+ }), et("Map", a.call(o), at, Ee);
290
290
  }
291
291
  if (Pe(o)) {
292
292
  var ot = [];
@@ -318,189 +318,189 @@ function Ce() {
318
318
  }
319
319
  return String(o);
320
320
  }, "inspect_");
321
- function pe(a, o, N) {
321
+ function pe(n, o, N) {
322
322
  var L = N.quoteStyle || o, _ = ce[L];
323
- return _ + a + _;
323
+ return _ + n + _;
324
324
  }
325
325
  r(pe, "wrapQuotes");
326
- function fe(a) {
327
- return b.call(String(a), /"/g, "&quot;");
326
+ function fe(n) {
327
+ return b.call(String(n), /"/g, "&quot;");
328
328
  }
329
329
  r(fe, "quote");
330
- function Z(a) {
331
- return !j || !(typeof a == "object" && (j in a || typeof a[j] < "u"));
330
+ function Z(n) {
331
+ return !j || !(typeof n == "object" && (j in n || typeof n[j] < "u"));
332
332
  }
333
333
  r(Z, "canTrustToString");
334
- function de(a) {
335
- return re(a) === "[object Array]" && Z(a);
334
+ function de(n) {
335
+ return re(n) === "[object Array]" && Z(n);
336
336
  }
337
337
  r(de, "isArray");
338
- function ye(a) {
339
- return re(a) === "[object Date]" && Z(a);
338
+ function ye(n) {
339
+ return re(n) === "[object Date]" && Z(n);
340
340
  }
341
341
  r(ye, "isDate");
342
- function z(a) {
343
- return re(a) === "[object RegExp]" && Z(a);
342
+ function z(n) {
343
+ return re(n) === "[object RegExp]" && Z(n);
344
344
  }
345
345
  r(z, "isRegExp");
346
- function D(a) {
347
- return re(a) === "[object Error]" && Z(a);
346
+ function D(n) {
347
+ return re(n) === "[object Error]" && Z(n);
348
348
  }
349
349
  r(D, "isError");
350
- function B(a) {
351
- return re(a) === "[object String]" && Z(a);
350
+ function B(n) {
351
+ return re(n) === "[object String]" && Z(n);
352
352
  }
353
353
  r(B, "isString");
354
- function C(a) {
355
- return re(a) === "[object Number]" && Z(a);
354
+ function C(n) {
355
+ return re(n) === "[object Number]" && Z(n);
356
356
  }
357
357
  r(C, "isNumber");
358
- function U(a) {
359
- return re(a) === "[object Boolean]" && Z(a);
358
+ function U(n) {
359
+ return re(n) === "[object Boolean]" && Z(n);
360
360
  }
361
361
  r(U, "isBoolean");
362
- function H(a) {
362
+ function H(n) {
363
363
  if (k)
364
- return a && typeof a == "object" && a instanceof Symbol;
365
- if (typeof a == "symbol")
364
+ return n && typeof n == "object" && n instanceof Symbol;
365
+ if (typeof n == "symbol")
366
366
  return !0;
367
- if (!a || typeof a != "object" || !G)
367
+ if (!n || typeof n != "object" || !G)
368
368
  return !1;
369
369
  try {
370
- return G.call(a), !0;
370
+ return G.call(n), !0;
371
371
  } catch {
372
372
  }
373
373
  return !1;
374
374
  }
375
375
  r(H, "isSymbol");
376
- function ee(a) {
377
- if (!a || typeof a != "object" || !$)
376
+ function ee(n) {
377
+ if (!n || typeof n != "object" || !$)
378
378
  return !1;
379
379
  try {
380
- return $.call(a), !0;
380
+ return $.call(n), !0;
381
381
  } catch {
382
382
  }
383
383
  return !1;
384
384
  }
385
385
  r(ee, "isBigInt");
386
- var K = Object.prototype.hasOwnProperty || function(a) {
387
- return a in this;
386
+ var K = Object.prototype.hasOwnProperty || function(n) {
387
+ return n in this;
388
388
  };
389
- function V(a, o) {
390
- return K.call(a, o);
389
+ function V(n, o) {
390
+ return K.call(n, o);
391
391
  }
392
392
  r(V, "has");
393
- function re(a) {
394
- return P.call(a);
393
+ function re(n) {
394
+ return P.call(n);
395
395
  }
396
396
  r(re, "toStr");
397
- function Oe(a) {
398
- if (a.name)
399
- return a.name;
400
- var o = f.call(l.call(a), /^function\s*([\w$]+)/);
397
+ function Oe(n) {
398
+ if (n.name)
399
+ return n.name;
400
+ var o = f.call(l.call(n), /^function\s*([\w$]+)/);
401
401
  return o ? o[1] : null;
402
402
  }
403
403
  r(Oe, "nameOf");
404
- function ve(a, o) {
405
- if (a.indexOf)
406
- return a.indexOf(o);
407
- for (var N = 0, L = a.length; N < L; N++)
408
- if (a[N] === o)
404
+ function ve(n, o) {
405
+ if (n.indexOf)
406
+ return n.indexOf(o);
407
+ for (var N = 0, L = n.length; N < L; N++)
408
+ if (n[N] === o)
409
409
  return N;
410
410
  return -1;
411
411
  }
412
412
  r(ve, "indexOf");
413
- function ae(a) {
414
- if (!n || !a || typeof a != "object")
413
+ function ae(n) {
414
+ if (!a || !n || typeof n != "object")
415
415
  return !1;
416
416
  try {
417
- n.call(a);
417
+ a.call(n);
418
418
  try {
419
- y.call(a);
419
+ y.call(n);
420
420
  } catch {
421
421
  return !0;
422
422
  }
423
- return a instanceof Map;
423
+ return n instanceof Map;
424
424
  } catch {
425
425
  }
426
426
  return !1;
427
427
  }
428
428
  r(ae, "isMap");
429
- function we(a) {
430
- if (!g || !a || typeof a != "object")
429
+ function we(n) {
430
+ if (!g || !n || typeof n != "object")
431
431
  return !1;
432
432
  try {
433
- g.call(a, g);
433
+ g.call(n, g);
434
434
  try {
435
- S.call(a, S);
435
+ S.call(n, S);
436
436
  } catch {
437
437
  return !0;
438
438
  }
439
- return a instanceof WeakMap;
439
+ return n instanceof WeakMap;
440
440
  } catch {
441
441
  }
442
442
  return !1;
443
443
  }
444
444
  r(we, "isWeakMap");
445
- function Ae(a) {
446
- if (!s || !a || typeof a != "object")
445
+ function Ae(n) {
446
+ if (!s || !n || typeof n != "object")
447
447
  return !1;
448
448
  try {
449
- return s.call(a), !0;
449
+ return s.call(n), !0;
450
450
  } catch {
451
451
  }
452
452
  return !1;
453
453
  }
454
454
  r(Ae, "isWeakRef");
455
- function Pe(a) {
456
- if (!y || !a || typeof a != "object")
455
+ function Pe(n) {
456
+ if (!y || !n || typeof n != "object")
457
457
  return !1;
458
458
  try {
459
- y.call(a);
459
+ y.call(n);
460
460
  try {
461
- n.call(a);
461
+ a.call(n);
462
462
  } catch {
463
463
  return !0;
464
464
  }
465
- return a instanceof Set;
465
+ return n instanceof Set;
466
466
  } catch {
467
467
  }
468
468
  return !1;
469
469
  }
470
470
  r(Pe, "isSet");
471
- function Rn(a) {
472
- if (!S || !a || typeof a != "object")
471
+ function Rn(n) {
472
+ if (!S || !n || typeof n != "object")
473
473
  return !1;
474
474
  try {
475
- S.call(a, S);
475
+ S.call(n, S);
476
476
  try {
477
- g.call(a, g);
477
+ g.call(n, g);
478
478
  } catch {
479
479
  return !0;
480
480
  }
481
- return a instanceof WeakSet;
481
+ return n instanceof WeakSet;
482
482
  } catch {
483
483
  }
484
484
  return !1;
485
485
  }
486
486
  r(Rn, "isWeakSet");
487
- function xn(a) {
488
- return !a || typeof a != "object" ? !1 : typeof HTMLElement < "u" && a instanceof HTMLElement ? !0 : typeof a.nodeName == "string" && typeof a.getAttribute == "function";
487
+ function xn(n) {
488
+ return !n || typeof n != "object" ? !1 : typeof HTMLElement < "u" && n instanceof HTMLElement ? !0 : typeof n.nodeName == "string" && typeof n.getAttribute == "function";
489
489
  }
490
490
  r(xn, "isElement");
491
- function Zr(a, o) {
492
- if (a.length > o.maxStringLength) {
493
- var N = a.length - o.maxStringLength, L = "... " + N + " more character" + (N > 1 ? "s" : "");
494
- return Zr(c.call(a, 0, o.maxStringLength), o) + L;
491
+ function Zr(n, o) {
492
+ if (n.length > o.maxStringLength) {
493
+ var N = n.length - o.maxStringLength, L = "... " + N + " more character" + (N > 1 ? "s" : "");
494
+ return Zr(c.call(n, 0, o.maxStringLength), o) + L;
495
495
  }
496
496
  var _ = se[o.quoteStyle || "single"];
497
497
  _.lastIndex = 0;
498
- var T = b.call(b.call(a, _, "\\$1"), /[\x00-\x1f]/g, In);
498
+ var T = b.call(b.call(n, _, "\\$1"), /[\x00-\x1f]/g, In);
499
499
  return pe(T, "single", o);
500
500
  }
501
501
  r(Zr, "inspectString");
502
- function In(a) {
503
- var o = a.charCodeAt(0), N = {
502
+ function In(n) {
503
+ var o = n.charCodeAt(0), N = {
504
504
  8: "b",
505
505
  9: "t",
506
506
  10: "n",
@@ -510,33 +510,33 @@ function Ce() {
510
510
  return N ? "\\" + N : "\\x" + (o < 16 ? "0" : "") + v.call(o.toString(16));
511
511
  }
512
512
  r(In, "lowbyte");
513
- function Me(a) {
514
- return "Object(" + a + ")";
513
+ function Me(n) {
514
+ return "Object(" + n + ")";
515
515
  }
516
516
  r(Me, "markBoxed");
517
- function _e(a) {
518
- return a + " { ? }";
517
+ function _e(n) {
518
+ return n + " { ? }";
519
519
  }
520
520
  r(_e, "weakCollectionOf");
521
- function et(a, o, N, L) {
521
+ function et(n, o, N, L) {
522
522
  var _ = L ? Be(N, L) : I.call(N, ", ");
523
- return a + " (" + o + ") {" + _ + "}";
523
+ return n + " (" + o + ") {" + _ + "}";
524
524
  }
525
525
  r(et, "collectionOf");
526
- function Mn(a) {
527
- for (var o = 0; o < a.length; o++)
528
- if (ve(a[o], `
526
+ function Mn(n) {
527
+ for (var o = 0; o < n.length; o++)
528
+ if (ve(n[o], `
529
529
  `) >= 0)
530
530
  return !1;
531
531
  return !0;
532
532
  }
533
533
  r(Mn, "singleLineValues");
534
- function Tn(a, o) {
534
+ function Tn(n, o) {
535
535
  var N;
536
- if (a.indent === " ")
536
+ if (n.indent === " ")
537
537
  N = " ";
538
- else if (typeof a.indent == "number" && a.indent > 0)
539
- N = I.call(Array(a.indent + 1), " ");
538
+ else if (typeof n.indent == "number" && n.indent > 0)
539
+ N = I.call(Array(n.indent + 1), " ");
540
540
  else
541
541
  return null;
542
542
  return {
@@ -545,33 +545,33 @@ function Ce() {
545
545
  };
546
546
  }
547
547
  r(Tn, "getIndent");
548
- function Be(a, o) {
549
- if (a.length === 0)
548
+ function Be(n, o) {
549
+ if (n.length === 0)
550
550
  return "";
551
551
  var N = `
552
552
  ` + o.prev + o.base;
553
- return N + I.call(a, "," + N) + `
553
+ return N + I.call(n, "," + N) + `
554
554
  ` + o.prev;
555
555
  }
556
556
  r(Be, "indentedJoin");
557
- function Ne(a, o) {
558
- var N = de(a), L = [];
557
+ function Ne(n, o) {
558
+ var N = de(n), L = [];
559
559
  if (N) {
560
- L.length = a.length;
561
- for (var _ = 0; _ < a.length; _++)
562
- L[_] = V(a, _) ? o(a[_], a) : "";
560
+ L.length = n.length;
561
+ for (var _ = 0; _ < n.length; _++)
562
+ L[_] = V(n, _) ? o(n[_], n) : "";
563
563
  }
564
- var T = typeof x == "function" ? x(a) : [], he;
564
+ var T = typeof x == "function" ? x(n) : [], he;
565
565
  if (k) {
566
566
  he = {};
567
567
  for (var Se = 0; Se < T.length; Se++)
568
568
  he["$" + T[Se]] = T[Se];
569
569
  }
570
- for (var X in a)
571
- V(a, X) && (N && String(Number(X)) === X && X < a.length || k && he["$" + X] instanceof Symbol || (E.call(/[^\w$]/, X) ? L.push(o(X, a) + ": " + o(a[X], a)) : L.push(X + ": " + o(a[X], a))));
570
+ for (var X in n)
571
+ V(n, X) && (N && String(Number(X)) === X && X < n.length || k && he["$" + X] instanceof Symbol || (E.call(/[^\w$]/, X) ? L.push(o(X, n) + ": " + o(n[X], n)) : L.push(X + ": " + o(n[X], n))));
572
572
  if (typeof x == "function")
573
573
  for (var ge = 0; ge < T.length; ge++)
574
- ie.call(a, T[ge]) && L.push("[" + o(T[ge]) + "]: " + o(a[T[ge]], a));
574
+ ie.call(n, T[ge]) && L.push("[" + o(T[ge]) + "]: " + o(n[T[ge]], n));
575
575
  return L;
576
576
  }
577
577
  return r(Ne, "arrObjKeys"), Ve;
@@ -581,18 +581,18 @@ var Je, vt;
581
581
  function Xn() {
582
582
  if (vt) return Je;
583
583
  vt = 1;
584
- var e = /* @__PURE__ */ Ce(), t = /* @__PURE__ */ Ie(), n = /* @__PURE__ */ r(function(h, w, g) {
584
+ var e = /* @__PURE__ */ Ce(), t = /* @__PURE__ */ Ie(), a = /* @__PURE__ */ r(function(h, w, g) {
585
585
  for (var m = h, S; (S = m.next) != null; m = S)
586
586
  if (S.key === w)
587
587
  return m.next = S.next, g || (S.next = /** @type {NonNullable<typeof list.next>} */
588
588
  h.next, h.next = S), S;
589
589
  }, "listGetNode"), i = /* @__PURE__ */ r(function(h, w) {
590
590
  if (h) {
591
- var g = n(h, w);
591
+ var g = a(h, w);
592
592
  return g && g.value;
593
593
  }
594
594
  }, "listGet"), u = /* @__PURE__ */ r(function(h, w, g) {
595
- var m = n(h, w);
595
+ var m = a(h, w);
596
596
  m ? m.value = g : h.next = /** @type {import('./list.d.ts').ListNode<typeof value, typeof key>} */
597
597
  {
598
598
  // eslint-disable-line no-param-reassign, no-extra-parens
@@ -601,10 +601,10 @@ function Xn() {
601
601
  value: g
602
602
  };
603
603
  }, "listSet"), d = /* @__PURE__ */ r(function(h, w) {
604
- return h ? !!n(h, w) : !1;
604
+ return h ? !!a(h, w) : !1;
605
605
  }, "listHas"), y = /* @__PURE__ */ r(function(h, w) {
606
606
  if (h)
607
- return n(h, w, !0);
607
+ return a(h, w, !0);
608
608
  }, "listDelete");
609
609
  return Je = /* @__PURE__ */ r(function() {
610
610
  var w, g = {
@@ -714,8 +714,8 @@ function pa() {
714
714
  if (Tt) return cr;
715
715
  Tt = 1;
716
716
  var e = /* @__PURE__ */ sa();
717
- return cr = /* @__PURE__ */ r(function(n) {
718
- return e(n) || n === 0 ? n : n < 0 ? -1 : 1;
717
+ return cr = /* @__PURE__ */ r(function(a) {
718
+ return e(a) || a === 0 ? a : a < 0 ? -1 : 1;
719
719
  }, "sign"), cr;
720
720
  }
721
721
  r(pa, "requireSign");
@@ -759,22 +759,22 @@ function va() {
759
759
  return !1;
760
760
  if (typeof Symbol.iterator == "symbol")
761
761
  return !0;
762
- var t = {}, n = Symbol("test"), i = Object(n);
763
- if (typeof n == "string" || Object.prototype.toString.call(n) !== "[object Symbol]" || Object.prototype.toString.call(i) !== "[object Symbol]")
762
+ var t = {}, a = Symbol("test"), i = Object(a);
763
+ if (typeof a == "string" || Object.prototype.toString.call(a) !== "[object Symbol]" || Object.prototype.toString.call(i) !== "[object Symbol]")
764
764
  return !1;
765
765
  var u = 42;
766
- t[n] = u;
766
+ t[a] = u;
767
767
  for (var d in t)
768
768
  return !1;
769
769
  if (typeof Object.keys == "function" && Object.keys(t).length !== 0 || typeof Object.getOwnPropertyNames == "function" && Object.getOwnPropertyNames(t).length !== 0)
770
770
  return !1;
771
771
  var y = Object.getOwnPropertySymbols(t);
772
- if (y.length !== 1 || y[0] !== n || !Object.prototype.propertyIsEnumerable.call(t, n))
772
+ if (y.length !== 1 || y[0] !== a || !Object.prototype.propertyIsEnumerable.call(t, a))
773
773
  return !1;
774
774
  if (typeof Object.getOwnPropertyDescriptor == "function") {
775
775
  var h = (
776
776
  /** @type {PropertyDescriptor} */
777
- Object.getOwnPropertyDescriptor(t, n)
777
+ Object.getOwnPropertyDescriptor(t, a)
778
778
  );
779
779
  if (h.value !== u || h.enumerable !== !0)
780
780
  return !1;
@@ -810,7 +810,7 @@ var mr, _t;
810
810
  function ga() {
811
811
  if (_t) return mr;
812
812
  _t = 1;
813
- var e = "Function.prototype.bind called on incompatible ", t = Object.prototype.toString, n = Math.max, i = "[object Function]", u = /* @__PURE__ */ r(function(w, g) {
813
+ var e = "Function.prototype.bind called on incompatible ", t = Object.prototype.toString, a = Math.max, i = "[object Function]", u = /* @__PURE__ */ r(function(w, g) {
814
814
  for (var m = [], S = 0; S < w.length; S += 1)
815
815
  m[S] = w[S];
816
816
  for (var O = 0; O < g.length; O += 1)
@@ -841,7 +841,7 @@ function ga() {
841
841
  w,
842
842
  u(m, arguments)
843
843
  );
844
- }, "binder"), s = n(0, g.length - m.length), p = [], P = 0; P < s; P++)
844
+ }, "binder"), s = a(0, g.length - m.length), p = [], P = 0; P < s; P++)
845
845
  p[P] = "$" + P;
846
846
  if (S = Function("binder", "return function (" + y(p, ",") + "){ return binder.apply(this,arguments); }")(O), g.prototype) {
847
847
  var l = /* @__PURE__ */ r(function() {
@@ -879,19 +879,19 @@ var Ar, zt;
879
879
  function ba() {
880
880
  if (zt) return Ar;
881
881
  zt = 1;
882
- var e = Le(), t = gn(), n = Wr(), i = ma();
883
- return Ar = i || e.call(n, t), Ar;
882
+ var e = Le(), t = gn(), a = Wr(), i = ma();
883
+ return Ar = i || e.call(a, t), Ar;
884
884
  }
885
885
  r(ba, "requireActualApply");
886
886
  var Pr, Gt;
887
887
  function mn() {
888
888
  if (Gt) return Pr;
889
889
  Gt = 1;
890
- var e = Le(), t = /* @__PURE__ */ Ie(), n = Wr(), i = ba();
890
+ var e = Le(), t = /* @__PURE__ */ Ie(), a = Wr(), i = ba();
891
891
  return Pr = /* @__PURE__ */ r(function(d) {
892
892
  if (d.length < 1 || typeof d[0] != "function")
893
893
  throw new t("a function is required");
894
- return i(e, n, d);
894
+ return i(e, a, d);
895
895
  }, "callBindBasic"), Pr;
896
896
  }
897
897
  r(mn, "requireCallBindApplyHelpers");
@@ -899,15 +899,15 @@ var Er, Ht;
899
899
  function Sa() {
900
900
  if (Ht) return Er;
901
901
  Ht = 1;
902
- var e = mn(), t = /* @__PURE__ */ yn(), n;
902
+ var e = mn(), t = /* @__PURE__ */ yn(), a;
903
903
  try {
904
- n = /** @type {{ __proto__?: typeof Array.prototype }} */
904
+ a = /** @type {{ __proto__?: typeof Array.prototype }} */
905
905
  [].__proto__ === Array.prototype;
906
906
  } catch (y) {
907
907
  if (!y || typeof y != "object" || !("code" in y) || y.code !== "ERR_PROTO_ACCESS")
908
908
  throw y;
909
909
  }
910
- var i = !!n && t && t(
910
+ var i = !!a && t && t(
911
911
  Object.prototype,
912
912
  /** @type {keyof typeof Object.prototype} */
913
913
  "__proto__"
@@ -924,15 +924,15 @@ var Rr, Kt;
924
924
  function Oa() {
925
925
  if (Kt) return Rr;
926
926
  Kt = 1;
927
- var e = vn(), t = hn(), n = /* @__PURE__ */ Sa();
927
+ var e = vn(), t = hn(), a = /* @__PURE__ */ Sa();
928
928
  return Rr = e ? /* @__PURE__ */ r(function(u) {
929
929
  return e(u);
930
930
  }, "getProto") : t ? /* @__PURE__ */ r(function(u) {
931
931
  if (!u || typeof u != "object" && typeof u != "function")
932
932
  throw new TypeError("getProto: not an object");
933
933
  return t(u);
934
- }, "getProto") : n ? /* @__PURE__ */ r(function(u) {
935
- return n(u);
934
+ }, "getProto") : a ? /* @__PURE__ */ r(function(u) {
935
+ return a(u);
936
936
  }, "getProto") : null, Rr;
937
937
  }
938
938
  r(Oa, "requireGetProto");
@@ -940,15 +940,15 @@ var xr, Qt;
940
940
  function wa() {
941
941
  if (Qt) return xr;
942
942
  Qt = 1;
943
- var e = Function.prototype.call, t = Object.prototype.hasOwnProperty, n = Le();
944
- return xr = n.call(e, t), xr;
943
+ var e = Function.prototype.call, t = Object.prototype.hasOwnProperty, a = Le();
944
+ return xr = a.call(e, t), xr;
945
945
  }
946
946
  r(wa, "requireHasown");
947
947
  var Ir, Vt;
948
948
  function Ur() {
949
949
  if (Vt) return Ir;
950
950
  Vt = 1;
951
- var e, t = /* @__PURE__ */ dn(), n = /* @__PURE__ */ Zn(), i = /* @__PURE__ */ ea(), u = /* @__PURE__ */ ra(), d = /* @__PURE__ */ ta(), y = /* @__PURE__ */ na(), h = /* @__PURE__ */ Ie(), w = /* @__PURE__ */ aa(), g = /* @__PURE__ */ oa(), m = /* @__PURE__ */ ia(), S = /* @__PURE__ */ la(), O = /* @__PURE__ */ ua(), s = /* @__PURE__ */ fa(), p = /* @__PURE__ */ ca(), P = /* @__PURE__ */ pa(), l = Function, f = /* @__PURE__ */ r(function(z) {
951
+ var e, t = /* @__PURE__ */ dn(), a = /* @__PURE__ */ Zn(), i = /* @__PURE__ */ ea(), u = /* @__PURE__ */ ra(), d = /* @__PURE__ */ ta(), y = /* @__PURE__ */ na(), h = /* @__PURE__ */ Ie(), w = /* @__PURE__ */ aa(), g = /* @__PURE__ */ oa(), m = /* @__PURE__ */ ia(), S = /* @__PURE__ */ la(), O = /* @__PURE__ */ ua(), s = /* @__PURE__ */ fa(), p = /* @__PURE__ */ ca(), P = /* @__PURE__ */ pa(), l = Function, f = /* @__PURE__ */ r(function(z) {
952
952
  try {
953
953
  return l('"use strict"; return (' + z + ").constructor;")();
954
954
  } catch {
@@ -987,7 +987,7 @@ function Ur() {
987
987
  "%decodeURIComponent%": decodeURIComponent,
988
988
  "%encodeURI%": encodeURI,
989
989
  "%encodeURIComponent%": encodeURIComponent,
990
- "%Error%": n,
990
+ "%Error%": a,
991
991
  "%eval%": eval,
992
992
  // eslint-disable-line no-eval
993
993
  "%EvalError%": i,
@@ -1186,13 +1186,13 @@ var Mr, Jt;
1186
1186
  function bn() {
1187
1187
  if (Jt) return Mr;
1188
1188
  Jt = 1;
1189
- var e = /* @__PURE__ */ Ur(), t = mn(), n = t([e("%String.prototype.indexOf%")]);
1189
+ var e = /* @__PURE__ */ Ur(), t = mn(), a = t([e("%String.prototype.indexOf%")]);
1190
1190
  return Mr = /* @__PURE__ */ r(function(u, d) {
1191
1191
  var y = (
1192
1192
  /** @type {(this: unknown, ...args: unknown[]) => unknown} */
1193
1193
  e(u, !!d)
1194
1194
  );
1195
- return typeof y == "function" && n(u, ".prototype.") > -1 ? t(
1195
+ return typeof y == "function" && a(u, ".prototype.") > -1 ? t(
1196
1196
  /** @type {const} */
1197
1197
  [y]
1198
1198
  ) : y;
@@ -1203,13 +1203,13 @@ var Tr, jt;
1203
1203
  function Sn() {
1204
1204
  if (jt) return Tr;
1205
1205
  jt = 1;
1206
- var e = /* @__PURE__ */ Ur(), t = /* @__PURE__ */ bn(), n = /* @__PURE__ */ Ce(), i = /* @__PURE__ */ Ie(), u = e("%Map%", !0), d = t("Map.prototype.get", !0), y = t("Map.prototype.set", !0), h = t("Map.prototype.has", !0), w = t("Map.prototype.delete", !0), g = t("Map.prototype.size", !0);
1206
+ var e = /* @__PURE__ */ Ur(), t = /* @__PURE__ */ bn(), a = /* @__PURE__ */ Ce(), i = /* @__PURE__ */ Ie(), u = e("%Map%", !0), d = t("Map.prototype.get", !0), y = t("Map.prototype.set", !0), h = t("Map.prototype.has", !0), w = t("Map.prototype.delete", !0), g = t("Map.prototype.size", !0);
1207
1207
  return Tr = !!u && /** @type {Exclude<import('.'), false>} */
1208
1208
  /* @__PURE__ */ r(function() {
1209
1209
  var S, O = {
1210
1210
  assert: /* @__PURE__ */ r(function(s) {
1211
1211
  if (!O.has(s))
1212
- throw new i("Side channel does not contain " + n(s));
1212
+ throw new i("Side channel does not contain " + a(s));
1213
1213
  }, "assert"),
1214
1214
  delete: /* @__PURE__ */ r(function(s) {
1215
1215
  if (S) {
@@ -1237,14 +1237,14 @@ var Fr, Yt;
1237
1237
  function Aa() {
1238
1238
  if (Yt) return Fr;
1239
1239
  Yt = 1;
1240
- var e = /* @__PURE__ */ Ur(), t = /* @__PURE__ */ bn(), n = /* @__PURE__ */ Ce(), i = Sn(), u = /* @__PURE__ */ Ie(), d = e("%WeakMap%", !0), y = t("WeakMap.prototype.get", !0), h = t("WeakMap.prototype.set", !0), w = t("WeakMap.prototype.has", !0), g = t("WeakMap.prototype.delete", !0);
1240
+ var e = /* @__PURE__ */ Ur(), t = /* @__PURE__ */ bn(), a = /* @__PURE__ */ Ce(), i = Sn(), u = /* @__PURE__ */ Ie(), d = e("%WeakMap%", !0), y = t("WeakMap.prototype.get", !0), h = t("WeakMap.prototype.set", !0), w = t("WeakMap.prototype.has", !0), g = t("WeakMap.prototype.delete", !0);
1241
1241
  return Fr = d ? (
1242
1242
  /** @type {Exclude<import('.'), false>} */
1243
1243
  /* @__PURE__ */ r(function() {
1244
1244
  var S, O, s = {
1245
1245
  assert: /* @__PURE__ */ r(function(p) {
1246
1246
  if (!s.has(p))
1247
- throw new u("Side channel does not contain " + n(p));
1247
+ throw new u("Side channel does not contain " + a(p));
1248
1248
  }, "assert"),
1249
1249
  delete: /* @__PURE__ */ r(function(p) {
1250
1250
  if (d && p && (typeof p == "object" || typeof p == "function")) {
@@ -1273,7 +1273,7 @@ var Dr, Xt;
1273
1273
  function Pa() {
1274
1274
  if (Xt) return Dr;
1275
1275
  Xt = 1;
1276
- var e = /* @__PURE__ */ Ie(), t = /* @__PURE__ */ Ce(), n = Xn(), i = Sn(), u = Aa(), d = u || i || n;
1276
+ var e = /* @__PURE__ */ Ie(), t = /* @__PURE__ */ Ce(), a = Xn(), i = Sn(), u = Aa(), d = u || i || a;
1277
1277
  return Dr = /* @__PURE__ */ r(function() {
1278
1278
  var h, w = {
1279
1279
  assert: /* @__PURE__ */ r(function(g) {
@@ -1301,12 +1301,12 @@ var Nr, Zt;
1301
1301
  function zr() {
1302
1302
  if (Zt) return Nr;
1303
1303
  Zt = 1;
1304
- var e = String.prototype.replace, t = /%20/g, n = {
1304
+ var e = String.prototype.replace, t = /%20/g, a = {
1305
1305
  RFC1738: "RFC1738",
1306
1306
  RFC3986: "RFC3986"
1307
1307
  };
1308
1308
  return Nr = {
1309
- default: n.RFC3986,
1309
+ default: a.RFC3986,
1310
1310
  formatters: {
1311
1311
  RFC1738: /* @__PURE__ */ r(function(i) {
1312
1312
  return e.call(i, t, "+");
@@ -1315,8 +1315,8 @@ function zr() {
1315
1315
  return String(i);
1316
1316
  }, "RFC3986")
1317
1317
  },
1318
- RFC1738: n.RFC1738,
1319
- RFC3986: n.RFC3986
1318
+ RFC1738: a.RFC1738,
1319
+ RFC3986: a.RFC3986
1320
1320
  }, Nr;
1321
1321
  }
1322
1322
  r(zr, "requireFormats");
@@ -1324,14 +1324,14 @@ var qr, en;
1324
1324
  function On() {
1325
1325
  if (en) return qr;
1326
1326
  en = 1;
1327
- var e = /* @__PURE__ */ zr(), t = Object.prototype.hasOwnProperty, n = Array.isArray, i = (function() {
1327
+ var e = /* @__PURE__ */ zr(), t = Object.prototype.hasOwnProperty, a = Array.isArray, i = (function() {
1328
1328
  for (var l = [], f = 0; f < 256; ++f)
1329
1329
  l.push("%" + ((f < 16 ? "0" : "") + f.toString(16)).toUpperCase());
1330
1330
  return l;
1331
1331
  })(), u = /* @__PURE__ */ r(function(f) {
1332
1332
  for (; f.length > 1; ) {
1333
1333
  var c = f.pop(), b = c.obj[c.prop];
1334
- if (n(b)) {
1334
+ if (a(b)) {
1335
1335
  for (var v = [], A = 0; A < b.length; ++A)
1336
1336
  typeof b[A] < "u" && v.push(b[A]);
1337
1337
  c.obj[c.prop] = v;
@@ -1345,7 +1345,7 @@ function On() {
1345
1345
  if (!c)
1346
1346
  return f;
1347
1347
  if (typeof c != "object" && typeof c != "function") {
1348
- if (n(f))
1348
+ if (a(f))
1349
1349
  f.push(c);
1350
1350
  else if (f && typeof f == "object")
1351
1351
  (b && (b.plainObjects || b.allowPrototypes) || !t.call(Object.prototype, c)) && (f[c] = !0);
@@ -1356,7 +1356,7 @@ function On() {
1356
1356
  if (!f || typeof f != "object")
1357
1357
  return [f].concat(c);
1358
1358
  var v = f;
1359
- return n(f) && !n(c) && (v = d(f, b)), n(f) && n(c) ? (c.forEach(function(A, E) {
1359
+ return a(f) && !a(c) && (v = d(f, b)), a(f) && a(c) ? (c.forEach(function(A, E) {
1360
1360
  if (t.call(f, E)) {
1361
1361
  var R = f[E];
1362
1362
  R && typeof R == "object" && A && typeof A == "object" ? f[E] = l(R, A, b) : f.push(A);
@@ -1425,7 +1425,7 @@ function On() {
1425
1425
  }, "isBuffer"), p = /* @__PURE__ */ r(function(f, c) {
1426
1426
  return [].concat(f, c);
1427
1427
  }, "combine"), P = /* @__PURE__ */ r(function(f, c) {
1428
- if (n(f)) {
1428
+ if (a(f)) {
1429
1429
  for (var b = [], v = 0; v < f.length; v += 1)
1430
1430
  b.push(c(f[v]));
1431
1431
  return b;
@@ -1450,7 +1450,7 @@ var $r, rn;
1450
1450
  function Ea() {
1451
1451
  if (rn) return $r;
1452
1452
  rn = 1;
1453
- var e = Pa(), t = /* @__PURE__ */ On(), n = /* @__PURE__ */ zr(), i = Object.prototype.hasOwnProperty, u = {
1453
+ var e = Pa(), t = /* @__PURE__ */ On(), a = /* @__PURE__ */ zr(), i = Object.prototype.hasOwnProperty, u = {
1454
1454
  brackets: /* @__PURE__ */ r(function(l) {
1455
1455
  return l + "[]";
1456
1456
  }, "brackets"),
@@ -1463,7 +1463,7 @@ function Ea() {
1463
1463
  }, "repeat")
1464
1464
  }, d = Array.isArray, y = Array.prototype.push, h = /* @__PURE__ */ r(function(P, l) {
1465
1465
  y.apply(P, d(l) ? l : [l]);
1466
- }, "pushToArray"), w = Date.prototype.toISOString, g = n.default, m = {
1466
+ }, "pushToArray"), w = Date.prototype.toISOString, g = a.default, m = {
1467
1467
  addQueryPrefix: !1,
1468
1468
  allowDots: !1,
1469
1469
  allowEmptyArrays: !1,
@@ -1478,7 +1478,7 @@ function Ea() {
1478
1478
  encodeValuesOnly: !1,
1479
1479
  filter: void 0,
1480
1480
  format: g,
1481
- formatter: n.formatters[g],
1481
+ formatter: a.formatters[g],
1482
1482
  // deprecated
1483
1483
  indices: !1,
1484
1484
  serializeDate: /* @__PURE__ */ r(function(l) {
@@ -1568,13 +1568,13 @@ function Ea() {
1568
1568
  var f = l.charset || m.charset;
1569
1569
  if (typeof l.charset < "u" && l.charset !== "utf-8" && l.charset !== "iso-8859-1")
1570
1570
  throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");
1571
- var c = n.default;
1571
+ var c = a.default;
1572
1572
  if (typeof l.format < "u") {
1573
- if (!i.call(n.formatters, l.format))
1573
+ if (!i.call(a.formatters, l.format))
1574
1574
  throw new TypeError("Unknown format option provided.");
1575
1575
  c = l.format;
1576
1576
  }
1577
- var b = n.formatters[c], v = m.filter;
1577
+ var b = a.formatters[c], v = m.filter;
1578
1578
  (typeof l.filter == "function" || d(l.filter)) && (v = l.filter);
1579
1579
  var A;
1580
1580
  if (l.arrayFormat in u ? A = l.arrayFormat : "indices" in l ? A = l.indices ? "indices" : "repeat" : A = m.arrayFormat, "commaRoundTrip" in l && typeof l.commaRoundTrip != "boolean")
@@ -1642,7 +1642,7 @@ var Cr, tn;
1642
1642
  function Ra() {
1643
1643
  if (tn) return Cr;
1644
1644
  tn = 1;
1645
- var e = /* @__PURE__ */ On(), t = Object.prototype.hasOwnProperty, n = Array.isArray, i = {
1645
+ var e = /* @__PURE__ */ On(), t = Object.prototype.hasOwnProperty, a = Array.isArray, i = {
1646
1646
  allowDots: !1,
1647
1647
  allowEmptyArrays: !1,
1648
1648
  allowPrototypes: !1,
@@ -1694,12 +1694,12 @@ function Ra() {
1694
1694
  d(
1695
1695
  E.slice(I + 1),
1696
1696
  p,
1697
- n(P[q]) ? P[q].length : 0
1697
+ a(P[q]) ? P[q].length : 0
1698
1698
  ),
1699
1699
  function(x) {
1700
1700
  return p.decoder(x, i.decoder, A, "value");
1701
1701
  }
1702
- )), M && p.interpretNumericEntities && A === "iso-8859-1" && (M = u(String(M))), E.indexOf("[]=") > -1 && (M = n(M) ? [M] : M);
1702
+ )), M && p.interpretNumericEntities && A === "iso-8859-1" && (M = u(String(M))), E.indexOf("[]=") > -1 && (M = a(M) ? [M] : M);
1703
1703
  var $ = t.call(P, q);
1704
1704
  $ && p.duplicates === "combine" ? P[q] = e.combine(P[q], M) : (!$ || p.duplicates === "last") && (P[q] = M);
1705
1705
  }
@@ -1800,9 +1800,9 @@ var Lr, nn;
1800
1800
  function xa() {
1801
1801
  if (nn) return Lr;
1802
1802
  nn = 1;
1803
- var e = /* @__PURE__ */ Ea(), t = /* @__PURE__ */ Ra(), n = /* @__PURE__ */ zr();
1803
+ var e = /* @__PURE__ */ Ea(), t = /* @__PURE__ */ Ra(), a = /* @__PURE__ */ zr();
1804
1804
  return Lr = {
1805
- formats: n,
1805
+ formats: a,
1806
1806
  parse: t,
1807
1807
  stringify: e
1808
1808
  }, Lr;
@@ -1896,22 +1896,22 @@ function qa() {
1896
1896
  r(qa, "getParsedQuerySettings");
1897
1897
  function Gr(e, t) {
1898
1898
  var u, d;
1899
- const n = (u = t == null ? void 0 : t.layout) == null ? void 0 : u.style, i = !!n && n !== ((d = e == null ? void 0 : e.layout) == null ? void 0 : d.style);
1899
+ const a = (u = t == null ? void 0 : t.layout) == null ? void 0 : u.style, i = !!a && a !== ((d = e == null ? void 0 : e.layout) == null ? void 0 : d.style);
1900
1900
  return W(
1901
1901
  {},
1902
1902
  e,
1903
- i ? { layout: An(n) } : {},
1903
+ i ? { layout: An(a) } : {},
1904
1904
  t
1905
1905
  );
1906
1906
  }
1907
1907
  r(Gr, "generateSettings");
1908
1908
  function $a(e, t) {
1909
- const n = W({}, Na, {
1909
+ const a = W({}, Na, {
1910
1910
  direction: (e == null ? void 0 : e.direction) ?? wn(),
1911
1911
  theme: Pn(t)
1912
1912
  });
1913
1913
  return Gr(
1914
- n,
1914
+ a,
1915
1915
  W({}, e, qa())
1916
1916
  );
1917
1917
  }
@@ -2273,7 +2273,7 @@ const Ca = {
2273
2273
  fontSize: "1.3rem"
2274
2274
  }
2275
2275
  }
2276
- }, no = {
2276
+ }, to = {
2277
2277
  default: {
2278
2278
  palette: {
2279
2279
  mode: "light",
@@ -2308,28 +2308,28 @@ const Ca = {
2308
2308
  function _a(e) {
2309
2309
  const t = pn(e);
2310
2310
  return {
2311
- border: /* @__PURE__ */ r((n = 1) => ({
2312
- borderWidth: n,
2311
+ border: /* @__PURE__ */ r((a = 1) => ({
2312
+ borderWidth: a,
2313
2313
  borderStyle: "solid",
2314
2314
  borderColor: t.palette.divider
2315
2315
  }), "border"),
2316
- borderLeft: /* @__PURE__ */ r((n = 1) => ({
2317
- borderLeftWidth: n,
2316
+ borderLeft: /* @__PURE__ */ r((a = 1) => ({
2317
+ borderLeftWidth: a,
2318
2318
  borderStyle: "solid",
2319
2319
  borderColor: t.palette.divider
2320
2320
  }), "borderLeft"),
2321
- borderRight: /* @__PURE__ */ r((n = 1) => ({
2322
- borderRightWidth: n,
2321
+ borderRight: /* @__PURE__ */ r((a = 1) => ({
2322
+ borderRightWidth: a,
2323
2323
  borderStyle: "solid",
2324
2324
  borderColor: t.palette.divider
2325
2325
  }), "borderRight"),
2326
- borderTop: /* @__PURE__ */ r((n = 1) => ({
2327
- borderTopWidth: n,
2326
+ borderTop: /* @__PURE__ */ r((a = 1) => ({
2327
+ borderTopWidth: a,
2328
2328
  borderStyle: "solid",
2329
2329
  borderColor: t.palette.divider
2330
2330
  }), "borderTop"),
2331
- borderBottom: /* @__PURE__ */ r((n = 1) => ({
2332
- borderBottomWidth: n,
2331
+ borderBottom: /* @__PURE__ */ r((a = 1) => ({
2332
+ borderBottomWidth: a,
2333
2333
  borderStyle: "solid",
2334
2334
  borderColor: t.palette.divider
2335
2335
  }), "borderBottom")
@@ -2377,17 +2377,17 @@ const ln = {
2377
2377
  selectOwpNavbar: /* @__PURE__ */ r((e) => e, "selectOwpNavbar")
2378
2378
  }
2379
2379
  }), {
2380
- navbarToggleFolded: ao,
2381
- navbarOpenFolded: oo,
2382
- navbarCloseFolded: io,
2383
- navbarOpen: lo,
2384
- navbarClose: uo,
2385
- navbarToggle: fo,
2386
- navbarOpenMobile: co,
2387
- navbarCloseMobile: so,
2388
- navbarToggleMobile: po,
2389
- resetNavbar: yo
2390
- } = Hr.actions, vo = /* @__PURE__ */ r((e) => e.navbar, "selectOwpNavbar");
2380
+ navbarToggleFolded: no,
2381
+ navbarOpenFolded: ao,
2382
+ navbarCloseFolded: oo,
2383
+ navbarOpen: io,
2384
+ navbarClose: lo,
2385
+ navbarToggle: uo,
2386
+ navbarOpenMobile: fo,
2387
+ navbarCloseMobile: co,
2388
+ navbarToggleMobile: so,
2389
+ resetNavbar: po
2390
+ } = Hr.actions, yo = /* @__PURE__ */ r((e) => e.navbar, "selectOwpNavbar");
2391
2391
  Hr.reducer;
2392
2392
  function Ba(e) {
2393
2393
  return Kn(e || {}, {
@@ -2411,52 +2411,41 @@ function Ba(e) {
2411
2411
  });
2412
2412
  }
2413
2413
  r(Ba, "OwpNavItemModel");
2414
- function ka(e, t) {
2415
- if (!e.children)
2416
- return !1;
2417
- for (let n = 0; n < e.children.length; n += 1) {
2418
- const i = e.children[n];
2419
- if (i.children && ka(i, t) || i.url && (i.url === t || t.includes(i.url)))
2420
- return !0;
2421
- }
2422
- return !1;
2423
- }
2424
- r(ka, "isUrlInChildren");
2425
2414
  const Xr = class Xr {
2426
- static selectById(t, n) {
2415
+ static selectById(t, a) {
2427
2416
  for (let i = 0; i < t.length; i += 1) {
2428
2417
  const u = t[i];
2429
- if (u.id === n)
2418
+ if (u.id === a)
2430
2419
  return u;
2431
2420
  if (u.children) {
2432
- const d = this.selectById(u.children, n);
2421
+ const d = this.selectById(u.children, a);
2433
2422
  if (d)
2434
2423
  return d;
2435
2424
  }
2436
2425
  }
2437
2426
  }
2438
- static appendNavItem(t, n, i = null) {
2427
+ static appendNavItem(t, a, i = null) {
2439
2428
  return i ? t.map((u) => {
2440
2429
  if (u.id === i) {
2441
2430
  const d = { ...u };
2442
- return d.children = [...u.children || [], n], d;
2431
+ return d.children = [...u.children || [], a], d;
2443
2432
  }
2444
- return u.children ? { ...u, children: this.appendNavItem(u.children, n, i) } : { ...u };
2445
- }) : [...t, n];
2433
+ return u.children ? { ...u, children: this.appendNavItem(u.children, a, i) } : { ...u };
2434
+ }) : [...t, a];
2446
2435
  }
2447
- static prependNavItem(t, n, i = null) {
2436
+ static prependNavItem(t, a, i = null) {
2448
2437
  return i ? t.map((u) => {
2449
2438
  if (u.id === i) {
2450
2439
  const d = { ...u };
2451
- return d.children = [n, ...u.children || []], d;
2440
+ return d.children = [a, ...u.children || []], d;
2452
2441
  }
2453
- return u.children ? { ...u, children: this.prependNavItem(u.children, n, i) } : { ...u };
2454
- }) : [n, ...t];
2442
+ return u.children ? { ...u, children: this.prependNavItem(u.children, a, i) } : { ...u };
2443
+ }) : [a, ...t];
2455
2444
  }
2456
- static filterNavigationByPermission(t, n) {
2445
+ static filterNavigationByPermission(t, a) {
2457
2446
  return t.reduce((i, u) => {
2458
- const d = u.children ? this.filterNavigationByPermission(u.children, n) : [];
2459
- if (this.hasPermission(u.auth, n) || d.length) {
2447
+ const d = u.children ? this.filterNavigationByPermission(u.children, a) : [];
2448
+ if (this.hasPermission(u.auth, a) || d.length) {
2460
2449
  const y = { ...u };
2461
2450
  y.children = d.length ? d : void 0, i.push(y);
2462
2451
  }
@@ -2466,39 +2455,39 @@ const Xr = class Xr {
2466
2455
  /**
2467
2456
  * Navigation item removal
2468
2457
  */
2469
- static removeNavItem(t, n) {
2470
- return t.reduce((i, u) => (u.id !== n && (u.children ? i.push({
2458
+ static removeNavItem(t, a) {
2459
+ return t.reduce((i, u) => (u.id !== a && (u.children ? i.push({
2471
2460
  ...u,
2472
- children: this.removeNavItem(u.children, n)
2461
+ children: this.removeNavItem(u.children, a)
2473
2462
  }) : i.push(u)), i), []);
2474
2463
  }
2475
2464
  /**
2476
2465
  * Navigation item update
2477
2466
  */
2478
- static updateNavItem(t, n, i) {
2479
- return t.map((u) => u.id === n ? W({}, u, i) : u.children ? {
2467
+ static updateNavItem(t, a, i) {
2468
+ return t.map((u) => u.id === a ? W({}, u, i) : u.children ? {
2480
2469
  ...u,
2481
- children: this.updateNavItem(u.children, n, i)
2470
+ children: this.updateNavItem(u.children, a, i)
2482
2471
  } : u);
2483
2472
  }
2484
2473
  /**
2485
2474
  * Flat navigation list extraction
2486
2475
  */
2487
- static getFlatNavigation(t = [], n = []) {
2476
+ static getFlatNavigation(t = [], a = []) {
2488
2477
  for (let i = 0; i < t.length; i += 1) {
2489
2478
  const u = t[i];
2490
- u.type === "item" && n.push(Ba(u)), (u.type === "collapse" || u.type === "group") && u.children && this.getFlatNavigation(u.children, n);
2479
+ u.type === "item" && a.push(Ba(u)), (u.type === "collapse" || u.type === "group") && u.children && this.getFlatNavigation(u.children, a);
2491
2480
  }
2492
- return n;
2481
+ return a;
2493
2482
  }
2494
2483
  // @ts-expect-error legacy user role contract
2495
- static hasPermission(t, n) {
2496
- return t == null ? !0 : t.length === 0 ? !n || n.length === 0 : n && Array.isArray(t) && Array.isArray(n) ? t.some((i) => n.indexOf(i) >= 0) : t.includes(n);
2484
+ static hasPermission(t, a) {
2485
+ return t == null ? !0 : t.length === 0 ? !a || a.length === 0 : a && Array.isArray(t) && Array.isArray(a) ? t.some((i) => a.indexOf(i) >= 0) : t.includes(a);
2497
2486
  }
2498
- static flattenNavigation(t, n = "") {
2487
+ static flattenNavigation(t, a = "") {
2499
2488
  return t.flatMap((i, u) => {
2500
2489
  var h;
2501
- const d = n ? `${n}.${u + 1}` : `${u + 1}`;
2490
+ const d = a ? `${a}.${u + 1}` : `${u + 1}`;
2502
2491
  let y = [
2503
2492
  { ...i, order: d, children: (h = i.children) == null ? void 0 : h.map((w) => w.id) }
2504
2493
  ];
@@ -2506,26 +2495,26 @@ const Xr = class Xr {
2506
2495
  });
2507
2496
  }
2508
2497
  static unflattenNavigation(t) {
2509
- const n = {};
2498
+ const a = {};
2510
2499
  t.forEach((u) => {
2511
- n[u.id] = { ...u, children: [] };
2500
+ a[u.id] = { ...u, children: [] };
2512
2501
  });
2513
2502
  const i = [];
2514
2503
  return t.forEach((u) => {
2515
2504
  if (u.order.includes(".")) {
2516
2505
  const d = u.order.substring(0, u.order.lastIndexOf(".")), y = t.find((h) => h.order === d);
2517
- y && n[y.id].children.push(n[u.id]);
2506
+ y && a[y.id].children.push(a[u.id]);
2518
2507
  } else
2519
- i.push(n[u.id]);
2508
+ i.push(a[u.id]);
2520
2509
  }), i.map((u) => ({ ...u }));
2521
2510
  }
2522
2511
  };
2523
2512
  r(Xr, "OwpNavigationHelper");
2524
2513
  let De = Xr;
2525
- const Kr = qn(), Wa = Kr.getInitialState([]), un = Wa, {
2526
- selectAll: Ua,
2527
- selectIds: ho,
2528
- selectById: go
2514
+ const Kr = qn(), ka = Kr.getInitialState([]), un = ka, {
2515
+ selectAll: Wa,
2516
+ selectIds: vo,
2517
+ selectById: ho
2529
2518
  } = Kr.getSelectors((e) => e.navigation), Qr = kr({
2530
2519
  name: "navigation",
2531
2520
  initialState: un,
@@ -2535,10 +2524,10 @@ const Kr = qn(), Wa = Kr.getInitialState([]), un = Wa, {
2535
2524
  },
2536
2525
  resetNavigation: /* @__PURE__ */ r(() => un, "resetNavigation")
2537
2526
  }
2538
- }), { setNavigation: mo, resetNavigation: bo } = Qr.actions, za = J(
2539
- [Ua],
2527
+ }), { setNavigation: go, resetNavigation: mo } = Qr.actions, Ua = J(
2528
+ [Wa],
2540
2529
  (e, t) => {
2541
- const n = De.unflattenNavigation(e);
2530
+ const a = De.unflattenNavigation(e);
2542
2531
  function i(d) {
2543
2532
  return d == null ? void 0 : d.map((y) => ({
2544
2533
  hasPermission: !!Cn.hasPermission(y == null ? void 0 : y.auth, t),
@@ -2547,23 +2536,23 @@ const Kr = qn(), Wa = Kr.getInitialState([]), un = Wa, {
2547
2536
  ...y != null && y.children ? { children: i(y == null ? void 0 : y.children) } : {}
2548
2537
  }));
2549
2538
  }
2550
- return r(i, "setAdditionalData"), i(n);
2539
+ return r(i, "setAdditionalData"), i(a);
2551
2540
  }
2552
2541
  );
2553
- J([za], (e) => De.flattenNavigation(e));
2542
+ J([Ua], (e) => De.flattenNavigation(e));
2554
2543
  Qr.reducer;
2555
- const Ga = {
2544
+ const za = {
2556
2545
  primary: "rgb(17, 24, 39)",
2557
2546
  secondary: "rgb(107, 114, 128)",
2558
2547
  disabled: "rgb(149, 156, 169)"
2559
- }, Ha = {
2548
+ }, Ga = {
2560
2549
  primary: "rgb(255,255,255)",
2561
2550
  secondary: "rgb(148, 163, 184)",
2562
2551
  disabled: "rgb(156, 163, 175)"
2563
- }, So = cn(
2552
+ }, bo = cn(
2564
2553
  "owpSettings/changeOwpTheme",
2565
- async (e, { dispatch: t, getState: n }) => {
2566
- const u = n().owpSettings, { navbar: d, footer: y, toolbar: h, main: w } = e, g = {
2554
+ async (e, { dispatch: t, getState: a }) => {
2555
+ const u = a().owpSettings, { navbar: d, footer: y, toolbar: h, main: w } = e, g = {
2567
2556
  ...u.current,
2568
2557
  theme: {
2569
2558
  main: w,
@@ -2593,10 +2582,10 @@ const Ga = {
2593
2582
  initialState: fn,
2594
2583
  reducers: {
2595
2584
  setSettings: /* @__PURE__ */ r((e, t) => {
2596
- const n = Gr(e.defaults, t.payload);
2585
+ const a = Gr(e.defaults, t.payload);
2597
2586
  return {
2598
2587
  ...e,
2599
- current: n
2588
+ current: a
2600
2589
  };
2601
2590
  }, "setSettings"),
2602
2591
  setInitialSettings: /* @__PURE__ */ r(() => W({}, fn), "setInitialSettings"),
@@ -2607,7 +2596,7 @@ const Ga = {
2607
2596
  }), "resetSettings")
2608
2597
  },
2609
2598
  extraReducers: /* @__PURE__ */ r((e) => {
2610
- e.addCase(En.fulfilled, (t, n) => n.payload);
2599
+ e.addCase(En.fulfilled, (t, a) => a.payload);
2611
2600
  }, "extraReducers"),
2612
2601
  selectors: {
2613
2602
  selectOwpSettings: /* @__PURE__ */ r((e) => e, "selectOwpSettings"),
@@ -2623,22 +2612,22 @@ const Ga = {
2623
2612
  selectOwpDefaultSettings: /* @__PURE__ */ r((e) => e.defaults, "selectOwpDefaultSettings"),
2624
2613
  selectCustomScrollbarsEnabled: /* @__PURE__ */ r((e) => e.current.customScrollbars, "selectCustomScrollbarsEnabled")
2625
2614
  }
2626
- }), Oo = Q.selectors.selectOwpCurrentLayoutConfig, wo = Q.selectors.selectOwpCurrentSettings, Ao = Q.selectors.selectOwpSettings, Po = Q.selectors.selectOwpSettingsDefaults, Eo = Q.selectors.selectOwpSettingsCurrent, Ro = Q.selectors.selectOwpDefaultSettings, xo = Q.selectors.selectCustomScrollbarsEnabled, te = Q.selectors.getDirection, Vr = Q.selectors.getMainTheme, Jr = Q.selectors.getNavbarTheme, jr = Q.selectors.getToolbarTheme, Yr = Q.selectors.getFooterTheme;
2615
+ }), So = Q.selectors.selectOwpCurrentLayoutConfig, Oo = Q.selectors.selectOwpCurrentSettings, wo = Q.selectors.selectOwpSettings, Ao = Q.selectors.selectOwpSettingsDefaults, Po = Q.selectors.selectOwpSettingsCurrent, Eo = Q.selectors.selectOwpDefaultSettings, Ro = Q.selectors.selectCustomScrollbarsEnabled, te = Q.selectors.getDirection, Vr = Q.selectors.getMainTheme, Jr = Q.selectors.getNavbarTheme, jr = Q.selectors.getToolbarTheme, Yr = Q.selectors.getFooterTheme;
2627
2616
  function ne(e, t) {
2628
- const n = W({}, Ca, e, La);
2617
+ const a = W({}, Ca, e, La);
2629
2618
  return pn(
2630
- W({}, n, {
2631
- mixins: _a(n),
2619
+ W({}, a, {
2620
+ mixins: _a(a),
2632
2621
  direction: t
2633
2622
  })
2634
2623
  );
2635
2624
  }
2636
2625
  r(ne, "generateMuiTheme");
2637
- const Io = /* @__PURE__ */ r((e) => {
2638
- function t(n) {
2639
- return Wn(n, "#ffffff") >= 3;
2626
+ const xo = /* @__PURE__ */ r((e) => {
2627
+ function t(a) {
2628
+ return Wn(a, "#ffffff") >= 3;
2640
2629
  }
2641
- return r(t, "isDark"), t(e) ? Ka : Qa;
2630
+ return r(t, "isDark"), t(e) ? Ha : Ka;
2642
2631
  }, "selectContrastMainTheme");
2643
2632
  function me(e, t) {
2644
2633
  return W({}, e, {
@@ -2650,7 +2639,7 @@ function me(e, t) {
2650
2639
  paper: "#1E2125",
2651
2640
  default: "#121212"
2652
2641
  },
2653
- text: Ha
2642
+ text: Ga
2654
2643
  }
2655
2644
  },
2656
2645
  light: {
@@ -2661,51 +2650,51 @@ function me(e, t) {
2661
2650
  paper: "#FFFFFF",
2662
2651
  default: "#F7F7F7"
2663
2652
  },
2664
- text: Ga
2653
+ text: za
2665
2654
  }
2666
2655
  }
2667
2656
  }[t]);
2668
2657
  }
2669
2658
  r(me, "changeThemeMode");
2670
- const Mo = J(
2659
+ const Io = J(
2671
2660
  [Vr, te],
2672
2661
  (e, t) => ne(e, t)
2673
- ), Ka = J(
2662
+ ), Ha = J(
2674
2663
  [Vr, te],
2675
2664
  (e, t) => ne(me(e, "dark"), t)
2676
- ), Qa = J(
2665
+ ), Ka = J(
2677
2666
  [Vr, te],
2678
2667
  (e, t) => ne(me(e, "light"), t)
2679
- ), To = J(
2668
+ ), Mo = J(
2680
2669
  [Jr, te],
2681
2670
  (e, t) => ne(e, t)
2682
- ), Fo = J(
2671
+ ), To = J(
2683
2672
  [Jr, te],
2684
2673
  (e, t) => ne(me(e, "dark"), t)
2685
- ), Do = J(
2674
+ ), Fo = J(
2686
2675
  [Jr, te],
2687
2676
  (e, t) => ne(me(e, "light"), t)
2688
- ), No = J(
2677
+ ), Do = J(
2689
2678
  [jr, te],
2690
2679
  (e, t) => ne(e, t)
2691
- ), qo = J(
2680
+ ), No = J(
2692
2681
  [jr, te],
2693
2682
  (e, t) => ne(me(e, "dark"), t)
2694
- ), $o = J(
2683
+ ), qo = J(
2695
2684
  [jr, te],
2696
2685
  (e, t) => ne(me(e, "light"), t)
2697
- ), Co = J(
2686
+ ), $o = J(
2698
2687
  [Yr, te],
2699
2688
  (e, t) => ne(e, t)
2700
- ), Lo = J(
2689
+ ), Co = J(
2701
2690
  [Yr, te],
2702
2691
  (e, t) => ne(me(e, "dark"), t)
2703
- ), _o = J(
2692
+ ), Lo = J(
2704
2693
  [Yr, te],
2705
2694
  (e, t) => ne(me(e, "light"), t)
2706
- ), { resetSettings: Bo, setInitialSettings: ko, setSettings: Wo } = Q.actions;
2695
+ ), { resetSettings: _o, setInitialSettings: Bo, setSettings: ko } = Q.actions;
2707
2696
  Q.reducer;
2708
- const Uo = $n(
2697
+ const Wo = $n(
2709
2698
  /**
2710
2699
  * Static slices
2711
2700
  */
@@ -2714,61 +2703,60 @@ const Uo = $n(
2714
2703
  Hr
2715
2704
  ).withLazyLoadedSlices();
2716
2705
  export {
2717
- La as $,
2718
- $o as A,
2719
- Co as B,
2720
- Lo as C,
2721
- _o as D,
2722
- Bo as E,
2723
- ko as F,
2724
- Wo as G,
2706
+ to as $,
2707
+ qo as A,
2708
+ $o as B,
2709
+ Co as C,
2710
+ Lo as D,
2711
+ _o as E,
2712
+ Bo as F,
2713
+ ko as G,
2725
2714
  $a as H,
2726
- Uo as I,
2727
- po as J,
2728
- fo as K,
2729
- ka as L,
2730
- so as M,
2731
- Qr as N,
2732
- vo as O,
2733
- yo as P,
2734
- io as Q,
2735
- oo as R,
2736
- De as S,
2737
- Gr as T,
2738
- Kn as U,
2739
- Vn as V,
2740
- An as W,
2741
- Pn as X,
2742
- Na as Y,
2743
- qa as Z,
2744
- Ca as _,
2745
- Oo as a,
2746
- no as a0,
2747
- _a as a1,
2748
- wo as b,
2749
- So as c,
2750
- Ha as d,
2751
- Ao as e,
2752
- Po as f,
2753
- Eo as g,
2754
- Ro as h,
2755
- xo as i,
2715
+ Wo as I,
2716
+ so as J,
2717
+ uo as K,
2718
+ co as L,
2719
+ Qr as M,
2720
+ yo as N,
2721
+ po as O,
2722
+ oo as P,
2723
+ ao as Q,
2724
+ De as R,
2725
+ Gr as S,
2726
+ Kn as T,
2727
+ Vn as U,
2728
+ An as V,
2729
+ Pn as W,
2730
+ Na as X,
2731
+ qa as Y,
2732
+ Ca as Z,
2733
+ La as _,
2734
+ So as a,
2735
+ _a as a0,
2736
+ Oo as b,
2737
+ bo as c,
2738
+ Ga as d,
2739
+ wo as e,
2740
+ Ao as f,
2741
+ Po as g,
2742
+ Eo as h,
2743
+ Ro as i,
2756
2744
  te as j,
2757
2745
  Vr as k,
2758
- Ga as l,
2746
+ za as l,
2759
2747
  Jr as m,
2760
2748
  jr as n,
2761
2749
  Q as o,
2762
2750
  Yr as p,
2763
- Io as q,
2764
- Mo as r,
2751
+ xo as q,
2752
+ Io as r,
2765
2753
  En as s,
2766
- Ka as t,
2767
- Qa as u,
2768
- To as v,
2769
- Fo as w,
2770
- Do as x,
2771
- No as y,
2772
- qo as z
2754
+ Ha as t,
2755
+ Ka as u,
2756
+ Mo as v,
2757
+ To as w,
2758
+ Fo as x,
2759
+ Do as y,
2760
+ No as z
2773
2761
  };
2774
- //# sourceMappingURL=lazyLoadedSlices-BgnXi9pr.js.map
2762
+ //# sourceMappingURL=lazyLoadedSlices-DGKpiSM4.js.map