shared-ritm 1.3.89 → 1.3.90

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.
Files changed (76) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/shared-ritm.es.js +380 -373
  3. package/dist/shared-ritm.umd.js +3 -3
  4. package/dist/types/api/services/ControlsService.d.ts +3 -0
  5. package/dist/types/api/services/PhotoService.d.ts +40 -0
  6. package/dist/types/api/settings/ApiService.d.ts +1 -1
  7. package/dist/types/stories/Button.stories.d.ts +13 -0
  8. package/dist/types/stories/Checkbox.stories.d.ts +7 -0
  9. package/dist/types/stories/Confirm.stories.d.ts +8 -0
  10. package/dist/types/stories/DatePicker.stories.d.ts +8 -0
  11. package/dist/types/stories/Dropdown.stories.d.ts +8 -0
  12. package/dist/types/stories/File.stories.d.ts +8 -0
  13. package/dist/types/stories/Icon.stories.d.ts +7 -0
  14. package/dist/types/stories/Input.stories.d.ts +11 -0
  15. package/dist/types/stories/InputNew.stories.d.ts +12 -0
  16. package/dist/types/stories/InputSearch.stories.d.ts +10 -0
  17. package/dist/types/stories/Loader.stories.d.ts +8 -0
  18. package/dist/types/stories/Select.stories.d.ts +7 -0
  19. package/dist/types/stories/Toggle.stories.d.ts +8 -0
  20. package/package.json +70 -70
  21. package/src/App.vue +2461 -2461
  22. package/src/api/services/AuthService.ts +67 -67
  23. package/src/api/services/ControlsService.ts +100 -96
  24. package/src/api/services/EquipmentService.ts +52 -52
  25. package/src/api/services/MetricsService.ts +143 -143
  26. package/src/api/services/RepairsService.ts +111 -111
  27. package/src/api/services/UserIssueService.ts +32 -32
  28. package/src/api/services/UserService.ts +129 -129
  29. package/src/api/services/VideoService.ts +118 -118
  30. package/src/api/settings/ApiService.ts +184 -184
  31. package/src/api/types/Api_Auth.ts +121 -121
  32. package/src/api/types/Api_Equipment.ts +13 -13
  33. package/src/api/types/Api_Metrics.ts +51 -51
  34. package/src/api/types/Api_Repairs.ts +187 -187
  35. package/src/api/types/Api_Search.ts +81 -81
  36. package/src/api/types/Api_Tasks.ts +376 -376
  37. package/src/api/types/Api_User.ts +160 -160
  38. package/src/api/types/Api_User_Issue.ts +36 -36
  39. package/src/api/types/Api_Video.ts +244 -244
  40. package/src/common/app-button/Button.stories.ts +369 -369
  41. package/src/common/app-checkbox/AppCheckbox.vue +31 -31
  42. package/src/common/app-checkbox/Checkbox.stories.ts +252 -252
  43. package/src/common/app-date-picker/DatePicker.stories.ts +66 -66
  44. package/src/common/app-datepicker/Datepicker.stories.ts +145 -145
  45. package/src/common/app-dialogs/AppConfirmDialog.vue +109 -109
  46. package/src/common/app-dialogs/Confirm.stories.ts +93 -93
  47. package/src/common/app-dropdown/Dropdown.stories.ts +94 -94
  48. package/src/common/app-file/File.stories.ts +104 -104
  49. package/src/common/app-icon/AppIcon.vue +110 -110
  50. package/src/common/app-icon/Icon.stories.ts +91 -91
  51. package/src/common/app-input/Input.stories.ts +160 -160
  52. package/src/common/app-input-new/AppInputNew.vue +181 -181
  53. package/src/common/app-input-new/InputNew.stories.ts +240 -240
  54. package/src/common/app-input-search/InputSearch.stories.ts +149 -149
  55. package/src/common/app-layout/components/AppLayoutHeader.vue +289 -289
  56. package/src/common/app-loader/Loader.stories.ts +114 -114
  57. package/src/common/app-modal/index.vue +6 -1
  58. package/src/common/app-select/AppSelect.vue +159 -159
  59. package/src/common/app-select/Select.stories.ts +155 -155
  60. package/src/common/app-sidebar/AppSidebar.vue +174 -174
  61. package/src/common/app-table/AppTable.vue +313 -313
  62. package/src/common/app-table/components/ModalSelect.stories.ts +323 -323
  63. package/src/common/app-table/components/ModalSelect.vue +302 -302
  64. package/src/common/app-table/components/TableModal.vue +369 -369
  65. package/src/common/app-table/controllers/useColumnSelector.ts +45 -45
  66. package/src/common/app-table/controllers/useTableModel.ts +97 -97
  67. package/src/common/app-toggle/AppToggle.vue +12 -12
  68. package/src/common/app-toggle/Toggle.stories.ts +245 -245
  69. package/src/common/app-wrapper/AppWrapper.vue +31 -31
  70. package/src/configs/storybook.ts +14 -14
  71. package/src/icons/sidebar/user-requests-icon.vue +23 -23
  72. package/src/index.ts +134 -134
  73. package/src/shared/styles/general.css +140 -140
  74. package/src/styles/variables.sass +12 -12
  75. package/src/utils/files.ts +38 -38
  76. package/src/utils/helpers.ts +59 -59
@@ -1,7 +1,7 @@
1
1
  var d1 = Object.defineProperty;
2
2
  var f1 = (e, t, n) => t in e ? d1(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
3
3
  var qf = (e, t, n) => f1(e, typeof t != "symbol" ? t + "" : t, n);
4
- import { markRaw as tv, defineComponent as Dt, reactive as ha, h as T, withDirectives as Jn, computed as _, ref as X, getCurrentInstance as Xe, nextTick as Ct, watch as me, onMounted as vn, onBeforeUnmount as At, onUnmounted as nv, Teleport as h1, onDeactivated as vo, unref as An, Transition as jn, useCssVars as Wo, createBlock as Ae, openBlock as K, mergeProps as ui, withCtx as pe, renderSlot as $t, createCommentVNode as We, createTextVNode as Wt, toDisplayString as pt, toRaw as eo, createElementBlock as ge, createVNode as xe, createElementVNode as fe, onBeforeUpdate as rv, inject as fo, onActivated as La, normalizeClass as Ye, mergeModels as li, useModel as Jc, createSlots as qa, provide as su, normalizeStyle as so, getCurrentScope as p1, onScopeDispose as v1, createStaticVNode as ir, resolveDynamicComponent as m1, Fragment as hr, renderList as Wr, vShow as ov, onBeforeMount as ed, onUpdated as g1, useSlots as uu, shallowReactive as y1, resolveComponent as b1, normalizeProps as lc, guardReactiveProps as w1, withModifiers as Do, toHandlers as x1 } from "vue";
4
+ import { markRaw as tv, defineComponent as Dt, reactive as ha, h as T, withDirectives as Jn, computed as _, ref as X, getCurrentInstance as Xe, nextTick as Ct, watch as me, onMounted as vn, onBeforeUnmount as At, onUnmounted as nv, Teleport as h1, onDeactivated as vo, unref as An, Transition as jn, useCssVars as Wo, createBlock as Ae, openBlock as K, mergeProps as ui, withCtx as pe, renderSlot as $t, createCommentVNode as We, createTextVNode as Wt, toDisplayString as pt, toRaw as to, createElementBlock as ge, createVNode as xe, createElementVNode as fe, onBeforeUpdate as rv, inject as fo, onActivated as La, normalizeClass as Ue, mergeModels as li, useModel as Jc, createSlots as qa, provide as su, normalizeStyle as Wr, getCurrentScope as p1, onScopeDispose as v1, createStaticVNode as ir, resolveDynamicComponent as m1, Fragment as hr, renderList as Hr, vShow as ov, onBeforeMount as ed, onUpdated as g1, useSlots as uu, shallowReactive as y1, resolveComponent as b1, normalizeProps as lc, guardReactiveProps as w1, withModifiers as Do, toHandlers as x1 } from "vue";
5
5
  function Gn(e, t, n, r) {
6
6
  return Object.defineProperty(e, t, {
7
7
  get: n,
@@ -14,7 +14,7 @@ function C1(e, t) {
14
14
  Gn(e, n, t[n]);
15
15
  return e;
16
16
  }
17
- function Ue(e) {
17
+ function je(e) {
18
18
  return tv(Dt(e));
19
19
  }
20
20
  function td(e) {
@@ -55,7 +55,7 @@ function cc(e, t, n, r, o, a) {
55
55
  const i = T(e, t, n);
56
56
  return o === !0 ? Jn(i, a()) : i;
57
57
  }
58
- const S1 = ["top", "middle", "bottom"], av = Ue({
58
+ const S1 = ["top", "middle", "bottom"], av = je({
59
59
  name: "QBadge",
60
60
  props: {
61
61
  color: String,
@@ -275,7 +275,7 @@ function Mo(e, t) {
275
275
  function cu(e) {
276
276
  return e !== Object(e) || e.isComposing === !0 || e.qKeyEvent === !0;
277
277
  }
278
- function Hr(e, t) {
278
+ function Ur(e, t) {
279
279
  return cu(e) === !0 ? !1 : [].concat(t).includes(e.keyCode);
280
280
  }
281
281
  const sv = {
@@ -310,7 +310,7 @@ function rd({
310
310
  o.toggle(h), h.qAnchorHandled = !0;
311
311
  },
312
312
  toggleKey(h) {
313
- Hr(h, 13) === !0 && l.toggle(h);
313
+ Ur(h, 13) === !0 && l.toggle(h);
314
314
  },
315
315
  contextClick(h) {
316
316
  o.hide(h), En(h), Ct(() => {
@@ -542,7 +542,7 @@ function q1(e, t, n) {
542
542
  e = ps(e);
543
543
  }
544
544
  }
545
- const V1 = Ue({
545
+ const V1 = je({
546
546
  name: "QPortal",
547
547
  setup(e, { slots: t }) {
548
548
  return () => t.default();
@@ -955,7 +955,7 @@ function Xu(e, t, n, r, o) {
955
955
  r.horizontal === "middle" ? t.middle : r.horizontal === o.horizontal ? t.left : t.right
956
956
  ), e.maxWidth = Math.min(i, l - e.left);
957
957
  }
958
- const Ds = Ue({
958
+ const Ds = je({
959
959
  name: "QTooltip",
960
960
  inheritAttrs: !1,
961
961
  props: {
@@ -1156,7 +1156,7 @@ const Gf = "0 0 24 24", Qu = (e) => e, Zu = (e) => `ionicons ${e}`, gv = {
1156
1156
  sym_o_: "-outlined",
1157
1157
  sym_r_: "-rounded",
1158
1158
  sym_s_: "-sharp"
1159
- }, K1 = new RegExp("^(" + Object.keys(gv).join("|") + ")"), Y1 = new RegExp("^(" + Object.keys(yv).join("|") + ")"), Kf = new RegExp("^(" + Object.keys(bv).join("|") + ")"), X1 = /^[Mm]\s?[-+]?\.?\d/, Q1 = /^img:/, Z1 = /^svguse:/, J1 = /^ion-/, ey = /^(fa-(classic|sharp|solid|regular|light|brands|duotone|thin)|[lf]a[srlbdk]?) /, St = Ue({
1159
+ }, K1 = new RegExp("^(" + Object.keys(gv).join("|") + ")"), Y1 = new RegExp("^(" + Object.keys(yv).join("|") + ")"), Kf = new RegExp("^(" + Object.keys(bv).join("|") + ")"), X1 = /^[Mm]\s?[-+]?\.?\d/, Q1 = /^img:/, Z1 = /^svguse:/, J1 = /^ion-/, ey = /^(fa-(classic|sharp|solid|regular|light|brands|duotone|thin)|[lf]a[srlbdk]?) /, St = je({
1160
1160
  name: "QIcon",
1161
1161
  props: {
1162
1162
  ...Va,
@@ -1272,7 +1272,7 @@ function dd(e) {
1272
1272
  )
1273
1273
  };
1274
1274
  }
1275
- const fd = Ue({
1275
+ const fd = je({
1276
1276
  name: "QSpinner",
1277
1277
  props: {
1278
1278
  ...cd,
@@ -1359,7 +1359,7 @@ const Ei = td(
1359
1359
  r.enabled === !0 && o.qSkipRipple !== !0 && o.type === (r.modifiers.early === !0 ? "pointerdown" : "click") && Yf(o, e, r, o.qKeyEvent === !0);
1360
1360
  },
1361
1361
  keystart: ty((o) => {
1362
- r.enabled === !0 && o.qSkipRipple !== !0 && Hr(o, r.modifiers.keyCodes) === !0 && o.type === `key${r.modifiers.early === !0 ? "down" : "up"}` && Yf(o, e, r, !0);
1362
+ r.enabled === !0 && o.qSkipRipple !== !0 && Ur(o, r.modifiers.keyCodes) === !0 && o.type === `key${r.modifiers.early === !0 ? "down" : "up"}` && Yf(o, e, r, !0);
1363
1363
  }, 300)
1364
1364
  };
1365
1365
  Xf(r, t), e.__qripple = r, $r(r, "main", [
@@ -1646,7 +1646,7 @@ function fy(e) {
1646
1646
  }
1647
1647
  const { passiveCapture: nr } = Qt;
1648
1648
  let Jo = null, ea = null, ta = null;
1649
- const Et = Ue({
1649
+ const Et = je({
1650
1650
  name: "QBtn",
1651
1651
  props: {
1652
1652
  ...dy,
@@ -1725,7 +1725,7 @@ const Et = Ue({
1725
1725
  }
1726
1726
  }
1727
1727
  function E(D) {
1728
- f.value !== null && (n("keydown", D), Hr(D, [13, 32]) === !0 && ea !== f.value && (ea !== null && A(), D.defaultPrevented !== !0 && (D.qAvoidFocus !== !0 && f.value.focus(), ea = f.value, f.value.classList.add("q-btn--active"), document.addEventListener("keyup", I, !0), f.value.addEventListener("blur", I, nr)), It(D)));
1728
+ f.value !== null && (n("keydown", D), Ur(D, [13, 32]) === !0 && ea !== f.value && (ea !== null && A(), D.defaultPrevented !== !0 && (D.qAvoidFocus !== !0 && f.value.focus(), ea = f.value, f.value.classList.add("q-btn--active"), document.addEventListener("keyup", I, !0), f.value.addEventListener("blur", I, nr)), It(D)));
1729
1729
  }
1730
1730
  function R(D) {
1731
1731
  f.value !== null && (n("touchstart", D), D.defaultPrevented !== !0 && (Jo !== f.value && (Jo !== null && A(), Jo = f.value, p = D.target, p.addEventListener("touchcancel", I, nr), p.addEventListener("touchend", I, nr)), m = !0, v !== null && clearTimeout(v), v = setTimeout(() => {
@@ -1738,7 +1738,7 @@ const Et = Ue({
1738
1738
  function I(D) {
1739
1739
  if (f.value !== null && !((D == null ? void 0 : D.type) === "blur" && document.activeElement === f.value)) {
1740
1740
  if ((D == null ? void 0 : D.type) === "keyup") {
1741
- if (ea === f.value && Hr(D, [13, 32]) === !0) {
1741
+ if (ea === f.value && Ur(D, [13, 32]) === !0) {
1742
1742
  const O = new MouseEvent("click", D);
1743
1743
  O.qKeyEvent = !0, D.defaultPrevented === !0 && En(O), D.cancelBubble === !0 && Fn(O), f.value.dispatchEvent(O), It(D), D.qKeyEvent = !0;
1744
1744
  }
@@ -2019,9 +2019,9 @@ function Dv(e, t) {
2019
2019
  const { props: n, slots: r, emit: o, proxy: a } = Xe(), { $q: i } = a, s = kn(n, i), u = X(null), { refocusTargetEl: l, refocusTarget: c } = Ev(n, u), d = za(n, Tv), f = _(
2020
2020
  () => n.val !== void 0 && Array.isArray(n.modelValue)
2021
2021
  ), h = _(() => {
2022
- const A = eo(n.val);
2023
- return f.value === !0 ? n.modelValue.findIndex((q) => eo(q) === A) : -1;
2024
- }), p = _(() => f.value === !0 ? h.value !== -1 : eo(n.modelValue) === eo(n.trueValue)), m = _(() => f.value === !0 ? h.value === -1 : eo(n.modelValue) === eo(n.falseValue)), v = _(
2022
+ const A = to(n.val);
2023
+ return f.value === !0 ? n.modelValue.findIndex((q) => to(q) === A) : -1;
2024
+ }), p = _(() => f.value === !0 ? h.value !== -1 : to(n.modelValue) === to(n.trueValue)), m = _(() => f.value === !0 ? h.value === -1 : to(n.modelValue) === to(n.falseValue)), v = _(
2025
2025
  () => p.value === !1 && m.value === !1
2026
2026
  ), y = _(() => n.disable === !0 ? -1 : n.tabindex || 0), w = _(
2027
2027
  () => `q-${e} cursor-pointer no-outline row inline no-wrap items-center` + (n.disable === !0 ? " disabled" : "") + (s.value === !0 ? ` q-${e}--dark` : "") + (n.dense === !0 ? ` q-${e}--dense` : "") + (n.leftLabel === !0 ? " reverse" : "")
@@ -2122,7 +2122,7 @@ const gy = () => T("div", {
2122
2122
  d: "M4,14H20V10H4"
2123
2123
  })
2124
2124
  ])
2125
- ]), oi = Ue({
2125
+ ]), oi = je({
2126
2126
  name: "QCheckbox",
2127
2127
  props: Iv,
2128
2128
  emits: Av,
@@ -2323,9 +2323,9 @@ const Ry = {
2323
2323
  },
2324
2324
  setup(e) {
2325
2325
  Wo((r) => ({
2326
- e1a36b5a: r.borderRadius,
2327
- v32ac7bdb: n.value,
2328
- v4f3b13e5: r.borderWidth
2326
+ be647354: r.borderRadius,
2327
+ v444bf7de: n.value,
2328
+ v478a8b82: r.borderWidth
2329
2329
  }));
2330
2330
  const t = e, n = _(() => Ry.getPaletteColor(t.borderColor));
2331
2331
  return (r, o) => (K(), Ae(oi, ui(r.$props, {
@@ -2352,7 +2352,7 @@ function Dy() {
2352
2352
  }
2353
2353
  };
2354
2354
  }
2355
- const ro = [
2355
+ const oo = [
2356
2356
  -61,
2357
2357
  9,
2358
2358
  38,
@@ -2387,20 +2387,20 @@ function ms(e, t) {
2387
2387
  return t <= 6 ? 31 : t <= 11 || Fy(e) ? 30 : 29;
2388
2388
  }
2389
2389
  function Py(e) {
2390
- const t = ro.length;
2391
- let n = ro[0], r, o, a, i, s;
2392
- if (e < n || e >= ro[t - 1])
2390
+ const t = oo.length;
2391
+ let n = oo[0], r, o, a, i, s;
2392
+ if (e < n || e >= oo[t - 1])
2393
2393
  throw new Error("Invalid Jalaali year " + e);
2394
- for (s = 1; s < t && (r = ro[s], o = r - n, !(e < r)); s += 1)
2394
+ for (s = 1; s < t && (r = oo[s], o = r - n, !(e < r)); s += 1)
2395
2395
  n = r;
2396
2396
  return i = e - n, o - i < 6 && (i = i - o + zt(o + 4, 33) * 33), a = Kn(Kn(i + 1, 33) - 1, 4), a === -1 && (a = 4), a;
2397
2397
  }
2398
2398
  function Fv(e, t) {
2399
- const n = ro.length, r = e + 621;
2400
- let o = -14, a = ro[0], i, s, u, l, c;
2401
- if (e < a || e >= ro[n - 1])
2399
+ const n = oo.length, r = e + 621;
2400
+ let o = -14, a = oo[0], i, s, u, l, c;
2401
+ if (e < a || e >= oo[n - 1])
2402
2402
  throw new Error("Invalid Jalaali year " + e);
2403
- for (c = 1; c < n && (i = ro[c], s = i - a, !(e < i)); c += 1)
2403
+ for (c = 1; c < n && (i = oo[c], s = i - a, !(e < i)); c += 1)
2404
2404
  o = o + zt(s, 33) * 8 + zt(Kn(s, 33), 4), a = i;
2405
2405
  l = e - a, o = o + zt(l, 33) * 8 + zt(Kn(l, 33) + 3, 4), Kn(s, 33) === 4 && s - l === 4 && (o += 1);
2406
2406
  const d = zt(r, 4) - zt((zt(r, 100) + 1) * 3, 4) - 150, f = 20 + o - d;
@@ -2539,7 +2539,7 @@ function Ov(e, t) {
2539
2539
  getCurrentDate: i
2540
2540
  };
2541
2541
  }
2542
- function no(e, t) {
2542
+ function ro(e, t) {
2543
2543
  if (e === t)
2544
2544
  return !0;
2545
2545
  if (e !== null && t !== null && typeof e == "object" && typeof t == "object") {
@@ -2550,7 +2550,7 @@ function no(e, t) {
2550
2550
  if (n = e.length, n !== t.length)
2551
2551
  return !1;
2552
2552
  for (r = n; r-- !== 0; )
2553
- if (no(e[r], t[r]) !== !0)
2553
+ if (ro(e[r], t[r]) !== !0)
2554
2554
  return !1;
2555
2555
  return !0;
2556
2556
  }
@@ -2564,7 +2564,7 @@ function no(e, t) {
2564
2564
  r = a.next();
2565
2565
  }
2566
2566
  for (a = e.entries(), r = a.next(); r.done !== !0; ) {
2567
- if (no(r.value[1], t.get(r.value[0])) !== !0)
2567
+ if (ro(r.value[1], t.get(r.value[0])) !== !0)
2568
2568
  return !1;
2569
2569
  r = a.next();
2570
2570
  }
@@ -2600,7 +2600,7 @@ function no(e, t) {
2600
2600
  return !1;
2601
2601
  for (r = n; r-- !== 0; ) {
2602
2602
  const a = o[r];
2603
- if (no(e[a], t[a]) !== !0)
2603
+ if (ro(e[a], t[a]) !== !0)
2604
2604
  return !1;
2605
2605
  }
2606
2606
  return !0;
@@ -2724,7 +2724,7 @@ function oh() {
2724
2724
  if (typeof e == "string")
2725
2725
  return e.split(/[-_]/).map((t, n) => n === 0 ? t.toLowerCase() : n > 1 || t.length < 4 ? t.toUpperCase() : t[0].toUpperCase() + t.slice(1).toLowerCase()).join("-");
2726
2726
  }
2727
- const to = k1({
2727
+ const no = k1({
2728
2728
  __qLang: {}
2729
2729
  }, {
2730
2730
  // props: object
@@ -2737,15 +2737,15 @@ const to = k1({
2737
2737
  getLocale: oh
2738
2738
  };
2739
2739
  {
2740
- if (n.set = to.set, to.__langConfig === void 0 || to.__langConfig.noHtmlAttrs !== !0) {
2740
+ if (n.set = no.set, no.__langConfig === void 0 || no.__langConfig.noHtmlAttrs !== !0) {
2741
2741
  const r = document.documentElement;
2742
2742
  r.setAttribute("dir", n.rtl === !0 ? "rtl" : "ltr"), r.setAttribute("lang", n.isoName);
2743
2743
  }
2744
- Object.assign(to.__qLang, n);
2744
+ Object.assign(no.__qLang, n);
2745
2745
  }
2746
2746
  },
2747
2747
  install({ $q: e, lang: t, ssrContext: n }) {
2748
- e.lang = to.__qLang, to.__langConfig = e.config.lang, this.__installed === !0 ? t !== void 0 && this.set(t) : (this.props = new Proxy(this.__qLang, {
2748
+ e.lang = no.__qLang, no.__langConfig = e.config.lang, this.__installed === !0 ? t !== void 0 && this.set(t) : (this.props = new Proxy(this.__qLang, {
2749
2749
  get() {
2750
2750
  return Reflect.get(...arguments);
2751
2751
  },
@@ -2912,7 +2912,7 @@ function pa(e, t, n, r, o) {
2912
2912
  if (o !== void 0 && Object.assign(a, o), e == null || e === "" || typeof e != "string")
2913
2913
  return a;
2914
2914
  t === void 0 && (t = qv);
2915
- const i = Vv(n, to.props), s = i.months, u = i.monthsShort, { regex: l, map: c } = Wy(t, i), d = e.match(l);
2915
+ const i = Vv(n, no.props), s = i.months, u = i.monthsShort, { regex: l, map: c } = Wy(t, i), d = e.match(l);
2916
2916
  if (d === null)
2917
2917
  return a;
2918
2918
  let f = "";
@@ -3321,7 +3321,7 @@ function wd(e, t, n, r, o) {
3321
3321
  const a = new Date(e);
3322
3322
  if (isNaN(a)) return;
3323
3323
  t === void 0 && (t = qv);
3324
- const i = Vv(n, to.props);
3324
+ const i = Vv(n, no.props);
3325
3325
  return t.replace(
3326
3326
  zy,
3327
3327
  (s, u) => s in ih ? ih[s](a, i, r, o) : u === void 0 ? s : u.split("\\]").join("]")
@@ -3353,10 +3353,10 @@ const sb = {
3353
3353
  formatDate: wd,
3354
3354
  clone: ib
3355
3355
  }, Or = 20, ub = ["Calendar", "Years", "Months"], sh = (e) => ub.includes(e), tl = (e) => /^-?[\d]+\/[0-1]\d$/.test(e), ra = " — ";
3356
- function Qr(e) {
3356
+ function Zr(e) {
3357
3357
  return e.year + "/" + wt(e.month);
3358
3358
  }
3359
- const Wv = Ue({
3359
+ const Wv = je({
3360
3360
  name: "QDate",
3361
3361
  props: {
3362
3362
  ...Ms,
@@ -3500,13 +3500,13 @@ const Wv = Ue({
3500
3500
  }), et = _(() => {
3501
3501
  const N = {};
3502
3502
  return F.value.forEach((W) => {
3503
- const re = Qr(W);
3503
+ const re = Zr(W);
3504
3504
  N[re] === void 0 && (N[re] = []), N[re].push(W.day);
3505
3505
  }), N;
3506
3506
  }), tt = _(() => {
3507
3507
  const N = {};
3508
3508
  return P.value.forEach((W) => {
3509
- const re = Qr(W.from), be = Qr(W.to);
3509
+ const re = Zr(W.from), be = Zr(W.to);
3510
3510
  if (N[re] === void 0 && (N[re] = []), N[re].push({
3511
3511
  from: W.from.day,
3512
3512
  to: re === be ? W.to.day : void 0,
@@ -3514,7 +3514,7 @@ const Wv = Ue({
3514
3514
  }), re < be) {
3515
3515
  let _e;
3516
3516
  const { year: dt, month: Ie } = W.from, Ze = Ie < 12 ? { year: dt, month: Ie + 1 } : { year: dt + 1, month: 1 };
3517
- for (; (_e = Qr(Ze)) <= be; )
3517
+ for (; (_e = Zr(Ze)) <= be; )
3518
3518
  N[_e] === void 0 && (N[_e] = []), N[_e].push({
3519
3519
  from: void 0,
3520
3520
  to: _e === be ? W.to.day : void 0,
@@ -3524,11 +3524,11 @@ const Wv = Ue({
3524
3524
  }), N;
3525
3525
  }), Qe = _(() => {
3526
3526
  if (I.value === null) return;
3527
- const { init: N, initHash: W, final: re, finalHash: be } = I.value, [_e, dt] = W <= be ? [N, re] : [re, N], Ie = Qr(_e), Ze = Qr(dt);
3527
+ const { init: N, initHash: W, final: re, finalHash: be } = I.value, [_e, dt] = W <= be ? [N, re] : [re, N], Ie = Zr(_e), Ze = Zr(dt);
3528
3528
  if (Ie !== ct.value && Ze !== ct.value) return;
3529
3529
  const bt = {};
3530
3530
  return Ie === ct.value ? (bt.from = _e.day, bt.includeFrom = !0) : bt.from = 1, Ze === ct.value ? (bt.to = dt.day, bt.includeTo = !0) : bt.to = ae.value, bt;
3531
- }), ct = _(() => Qr(g.value)), gt = _(() => {
3531
+ }), ct = _(() => Zr(g.value)), gt = _(() => {
3532
3532
  const N = {};
3533
3533
  if (e.options === void 0) {
3534
3534
  for (let re = 1; re <= ae.value; re++)
@@ -3674,19 +3674,19 @@ const Wv = Ue({
3674
3674
  year: N,
3675
3675
  month: W,
3676
3676
  day: re
3677
- }, _e = et.value[Qr(be)];
3678
- (_e === void 0 || _e.includes(be.day) === !1) && bo(be), je(be.year, be.month);
3677
+ }, _e = et.value[Zr(be)];
3678
+ (_e === void 0 || _e.includes(be.day) === !1) && bo(be), Ge(be.year, be.month);
3679
3679
  }
3680
3680
  function st(N) {
3681
3681
  sh(N) === !0 && (x.value = N);
3682
3682
  }
3683
3683
  function mt(N, W) {
3684
- ["month", "year"].includes(N) && (N === "month" ? Ve : Ke)(W === !0 ? -1 : 1);
3684
+ ["month", "year"].includes(N) && (N === "month" ? Ve : Ye)(W === !0 ? -1 : 1);
3685
3685
  }
3686
- function je(N, W) {
3686
+ function Ge(N, W) {
3687
3687
  x.value = "Calendar", Gt(N, W);
3688
3688
  }
3689
- function Ge(N, W) {
3689
+ function Ke(N, W) {
3690
3690
  if (e.range === !1 || !N) {
3691
3691
  I.value = null;
3692
3692
  return;
@@ -3697,7 +3697,7 @@ const Wv = Ue({
3697
3697
  initHash: Lr(re),
3698
3698
  final: be,
3699
3699
  finalHash: Lr(be)
3700
- }, je(re.year, re.month);
3700
+ }, Ge(re.year, re.month);
3701
3701
  }
3702
3702
  function xt() {
3703
3703
  return e.calendar === "persian" ? "YYYY/MM/DD" : e.mask;
@@ -3751,7 +3751,7 @@ const Wv = Ue({
3751
3751
  let W = g.value.year, re = Number(g.value.month) + N;
3752
3752
  re === 13 ? (re = 1, W++) : re === 0 && (re = 12, W--), Gt(W, re), O.value === !0 && gr("month");
3753
3753
  }
3754
- function Ke(N) {
3754
+ function Ye(N) {
3755
3755
  const W = Number(g.value.year) + N;
3756
3756
  Gt(W, g.value.month), O.value === !0 && gr("year");
3757
3757
  }
@@ -3978,7 +3978,7 @@ const Wv = Ue({
3978
3978
  type: "Years",
3979
3979
  key: g.value.year,
3980
3980
  dir: E.value,
3981
- goTo: Ke,
3981
+ goTo: Ye,
3982
3982
  boundaries: Oe.value.year,
3983
3983
  cls: ""
3984
3984
  }))),
@@ -4048,7 +4048,7 @@ const Wv = Ue({
4048
4048
  type: "Years",
4049
4049
  key: g.value.year,
4050
4050
  dir: E.value,
4051
- goTo: Ke,
4051
+ goTo: Ye,
4052
4052
  boundaries: Oe.value.year,
4053
4053
  cls: " col"
4054
4054
  })
@@ -4169,8 +4169,8 @@ const Wv = Ue({
4169
4169
  setToday: Pe,
4170
4170
  setView: st,
4171
4171
  offsetCalendar: mt,
4172
- setCalendarTo: je,
4173
- setEditingRange: Ge
4172
+ setCalendarTo: Ge,
4173
+ setEditingRange: Ke
4174
4174
  }), () => {
4175
4175
  const N = [
4176
4176
  T("div", {
@@ -4277,7 +4277,7 @@ function hb() {
4277
4277
  Ia === !0 && (Ia = !1);
4278
4278
  }
4279
4279
  function pb(e) {
4280
- Ia === !0 && (Ia = !1, Hr(e, 27) === !0 && Po[Po.length - 1](e));
4280
+ Ia === !0 && (Ia = !1, Ur(e, 27) === !0 && Po[Po.length - 1](e));
4281
4281
  }
4282
4282
  function jv(e) {
4283
4283
  window[e]("keydown", fb), window[e]("blur", hb), window[e]("keyup", pb), Ia = !1;
@@ -4313,7 +4313,7 @@ const vb = {
4313
4313
  bottom: ["slide-up", "slide-down"],
4314
4314
  right: ["slide-left", "slide-right"],
4315
4315
  left: ["slide-right", "slide-left"]
4316
- }, Uo = Ue({
4316
+ }, Uo = je({
4317
4317
  name: "QDialog",
4318
4318
  inheritAttrs: !1,
4319
4319
  props: {
@@ -4485,7 +4485,7 @@ const vb = {
4485
4485
  }
4486
4486
  return S;
4487
4487
  }
4488
- }), Ri = Ue({
4488
+ }), Ri = je({
4489
4489
  name: "QMenu",
4490
4490
  inheritAttrs: !1,
4491
4491
  props: {
@@ -4644,7 +4644,7 @@ const vb = {
4644
4644
  }
4645
4645
  return At(V), Object.assign(l, { focus: H, updatePosition: le }), A;
4646
4646
  }
4647
- }), Xv = Ue({
4647
+ }), Xv = je({
4648
4648
  name: "QPopupProxy",
4649
4649
  props: {
4650
4650
  ...uv,
@@ -4969,7 +4969,7 @@ function kb() {
4969
4969
  millisecond: e.getMilliseconds()
4970
4970
  };
4971
4971
  }
4972
- const _b = Ue({
4972
+ const _b = je({
4973
4973
  name: "QTime",
4974
4974
  props: {
4975
4975
  ...Cn,
@@ -5040,11 +5040,11 @@ const _b = Ue({
5040
5040
  return F.value;
5041
5041
  }
5042
5042
  }), H = _(() => {
5043
- let oe, he, Ve = 0, Ke = 1;
5043
+ let oe, he, Ve = 0, Ye = 1;
5044
5044
  const at = P.value !== null ? P.value.values : void 0;
5045
- b.value === "hour" ? E.value === !0 ? (oe = 0, he = 23) : (oe = 0, he = 11, x.value === !1 && (Ve = 12)) : (oe = 0, he = 55, Ke = 5);
5045
+ b.value === "hour" ? E.value === !0 ? (oe = 0, he = 23) : (oe = 0, he = 11, x.value === !1 && (Ve = 12)) : (oe = 0, he = 55, Ye = 5);
5046
5046
  const cn = [];
5047
- for (let it = oe, Pt = oe; it <= he; it += Ke, Pt++) {
5047
+ for (let it = oe, Pt = oe; it <= he; it += Ye, Pt++) {
5048
5048
  const Gt = it + Ve, Br = (at == null ? void 0 : at.includes(Gt)) === !1, gr = b.value === "hour" && it === 0 ? E.value === !0 ? "00" : "12" : it;
5049
5049
  cn.push({ val: Gt, index: Pt, disable: Br, label: gr });
5050
5050
  }
@@ -5070,7 +5070,7 @@ const _b = Ue({
5070
5070
  (he.dateHash !== g.value.dateHash || he.timeHash !== g.value.timeHash) && (g.value = he, he.hour === null ? b.value = "hour" : x.value = he.hour < 12);
5071
5071
  }), me([m, v], () => {
5072
5072
  Ct(() => {
5073
- Ge();
5073
+ Ke();
5074
5074
  });
5075
5075
  });
5076
5076
  function L() {
@@ -5078,10 +5078,10 @@ const _b = Ue({
5078
5078
  ...l(),
5079
5079
  ...kb()
5080
5080
  };
5081
- Ge(oe), Object.assign(g.value, oe), b.value = "hour";
5081
+ Ke(oe), Object.assign(g.value, oe), b.value = "hour";
5082
5082
  }
5083
5083
  function V(oe, he, Ve) {
5084
- const Ke = Array.apply(null, { length: he + 1 }).map((at, cn) => {
5084
+ const Ye = Array.apply(null, { length: he + 1 }).map((at, cn) => {
5085
5085
  const it = cn + oe;
5086
5086
  return {
5087
5087
  index: it,
@@ -5090,22 +5090,22 @@ const _b = Ue({
5090
5090
  };
5091
5091
  }).filter((at) => at.val === !0).map((at) => at.index);
5092
5092
  return {
5093
- min: Ke[0],
5094
- max: Ke[Ke.length - 1],
5095
- values: Ke,
5093
+ min: Ye[0],
5094
+ max: Ye[Ye.length - 1],
5095
+ values: Ye,
5096
5096
  threshold: he + 1
5097
5097
  };
5098
5098
  }
5099
5099
  function G(oe, he, Ve) {
5100
- const Ke = Math.abs(oe - he);
5101
- return Math.min(Ke, Ve - Ke);
5100
+ const Ye = Math.abs(oe - he);
5101
+ return Math.min(Ye, Ve - Ye);
5102
5102
  }
5103
- function ne(oe, { min: he, max: Ve, values: Ke, threshold: at }) {
5103
+ function ne(oe, { min: he, max: Ve, values: Ye, threshold: at }) {
5104
5104
  if (oe === he)
5105
5105
  return he;
5106
5106
  if (oe < he || oe > Ve)
5107
5107
  return G(oe, he, at) <= G(oe, Ve, at) ? he : Ve;
5108
- const cn = Ke.findIndex((Gt) => oe <= Gt), it = Ke[cn - 1], Pt = Ke[cn];
5108
+ const cn = Ye.findIndex((Gt) => oe <= Gt), it = Ye[cn - 1], Pt = Ye[cn];
5109
5109
  return oe - it <= Pt - oe ? it : Pt;
5110
5110
  }
5111
5111
  function ue() {
@@ -5122,7 +5122,7 @@ const _b = Ue({
5122
5122
  return du(r) === !0 || P.value !== null && (P.value.values.length === 0 || b.value === "hour" && E.value !== !0 && O.value[x.value === !0 ? "am" : "pm"].values.length === 0);
5123
5123
  }
5124
5124
  function we() {
5125
- const oe = p.value, { top: he, left: Ve, width: Ke } = oe.getBoundingClientRect(), at = Ke / 2;
5125
+ const oe = p.value, { top: he, left: Ve, width: Ye } = oe.getBoundingClientRect(), at = Ye / 2;
5126
5126
  return {
5127
5127
  top: he + at,
5128
5128
  left: Ve + at,
@@ -5142,11 +5142,11 @@ const _b = Ue({
5142
5142
  b.value === "hour" ? b.value = "minute" : e.withSeconds && b.value === "minute" && (b.value = "second");
5143
5143
  }
5144
5144
  function ye(oe, he, Ve) {
5145
- const Ke = Ra(oe), at = Math.abs(Ke.top - he.top), cn = Math.sqrt(
5146
- Math.pow(Math.abs(Ke.top - he.top), 2) + Math.pow(Math.abs(Ke.left - he.left), 2)
5145
+ const Ye = Ra(oe), at = Math.abs(Ye.top - he.top), cn = Math.sqrt(
5146
+ Math.pow(Math.abs(Ye.top - he.top), 2) + Math.pow(Math.abs(Ye.left - he.left), 2)
5147
5147
  );
5148
5148
  let it, Pt = Math.asin(at / cn) * (180 / Math.PI);
5149
- if (Ke.top < he.top ? Pt = he.left < Ke.left ? 90 - Pt : 270 + Pt : Pt = he.left < Ke.left ? Pt + 90 : 270 - Pt, b.value === "hour") {
5149
+ if (Ye.top < he.top ? Pt = he.left < Ye.left ? 90 - Pt : 270 + Pt : Pt = he.left < Ye.left ? Pt + 90 : 270 - Pt, b.value === "hour") {
5150
5150
  if (it = Pt / 30, O.value !== null) {
5151
5151
  const Gt = E.value !== !0 ? x.value === !0 : O.value.am.values.length !== 0 && O.value.pm.values.length !== 0 ? cn >= he.dist : O.value.am.values.length !== 0;
5152
5152
  it = ne(
@@ -5194,12 +5194,12 @@ const _b = Ue({
5194
5194
  if (g.value.hour === null)
5195
5195
  Ft(Ve[0]);
5196
5196
  else {
5197
- const Ke = (Ve.length + Ve.indexOf(g.value.hour) + he) % Ve.length;
5198
- Ft(Ve[Ke]);
5197
+ const Ye = (Ve.length + Ve.indexOf(g.value.hour) + he) % Ve.length;
5198
+ Ft(Ve[Ye]);
5199
5199
  }
5200
5200
  } else {
5201
- const Ve = E.value === !0 ? 24 : 12, Ke = E.value !== !0 && x.value === !1 ? 12 : 0, at = g.value.hour === null ? -he : g.value.hour;
5202
- Ft(Ke + (24 + at + he) % Ve);
5201
+ const Ve = E.value === !0 ? 24 : 12, Ye = E.value !== !0 && x.value === !1 ? 12 : 0, at = g.value.hour === null ? -he : g.value.hour;
5202
+ Ft(Ye + (24 + at + he) % Ve);
5203
5203
  }
5204
5204
  }
5205
5205
  }
@@ -5214,8 +5214,8 @@ const _b = Ue({
5214
5214
  if (g.value.minute === null)
5215
5215
  se(Ve[0]);
5216
5216
  else {
5217
- const Ke = (Ve.length + Ve.indexOf(g.value.minute) + he) % Ve.length;
5218
- se(Ve[Ke]);
5217
+ const Ye = (Ve.length + Ve.indexOf(g.value.minute) + he) % Ve.length;
5218
+ se(Ve[Ye]);
5219
5219
  }
5220
5220
  } else {
5221
5221
  const Ve = g.value.minute === null ? -he : g.value.minute;
@@ -5234,8 +5234,8 @@ const _b = Ue({
5234
5234
  if (g.value.seconds === null)
5235
5235
  J(Ve[0]);
5236
5236
  else {
5237
- const Ke = (Ve.length + Ve.indexOf(g.value.second) + he) % Ve.length;
5238
- J(Ve[Ke]);
5237
+ const Ye = (Ve.length + Ve.indexOf(g.value.second) + he) % Ve.length;
5238
+ J(Ve[Ye]);
5239
5239
  }
5240
5240
  } else {
5241
5241
  const Ve = g.value.second === null ? -he : g.value.second;
@@ -5244,13 +5244,13 @@ const _b = Ue({
5244
5244
  }
5245
5245
  }
5246
5246
  function Ft(oe) {
5247
- g.value.hour !== oe && (g.value.hour = oe, je());
5247
+ g.value.hour !== oe && (g.value.hour = oe, Ge());
5248
5248
  }
5249
5249
  function se(oe) {
5250
- g.value.minute !== oe && (g.value.minute = oe, je());
5250
+ g.value.minute !== oe && (g.value.minute = oe, Ge());
5251
5251
  }
5252
5252
  function J(oe) {
5253
- g.value.second !== oe && (g.value.second = oe, je());
5253
+ g.value.second !== oe && (g.value.second = oe, Ge());
5254
5254
  }
5255
5255
  const ve = {
5256
5256
  hour: Ft,
@@ -5258,16 +5258,16 @@ const _b = Ue({
5258
5258
  second: J
5259
5259
  };
5260
5260
  function Pe() {
5261
- x.value === !1 && (x.value = !0, g.value.hour !== null && (g.value.hour -= 12, je()));
5261
+ x.value === !1 && (x.value = !0, g.value.hour !== null && (g.value.hour -= 12, Ge()));
5262
5262
  }
5263
5263
  function st() {
5264
- x.value === !0 && (x.value = !1, g.value.hour !== null && (g.value.hour += 12, je()));
5264
+ x.value === !0 && (x.value = !1, g.value.hour !== null && (g.value.hour += 12, Ge()));
5265
5265
  }
5266
5266
  function mt(oe) {
5267
5267
  const he = e.modelValue;
5268
5268
  b.value !== oe && he !== void 0 && he !== null && he !== "" && typeof he != "string" && (b.value = oe);
5269
5269
  }
5270
- function je() {
5270
+ function Ge() {
5271
5271
  if (A.value !== null && A.value(g.value.hour) !== !0) {
5272
5272
  g.value = pa(), mt("hour");
5273
5273
  return;
@@ -5280,9 +5280,9 @@ const _b = Ue({
5280
5280
  g.value.second = null, mt("second");
5281
5281
  return;
5282
5282
  }
5283
- g.value.hour === null || g.value.minute === null || e.withSeconds === !0 && g.value.second === null || Ge();
5283
+ g.value.hour === null || g.value.minute === null || e.withSeconds === !0 && g.value.second === null || Ke();
5284
5284
  }
5285
- function Ge(oe) {
5285
+ function Ke(oe) {
5286
5286
  const he = Object.assign({ ...g.value }, oe), Ve = e.calendar === "persian" ? wt(he.hour) + ":" + wt(he.minute) + (e.withSeconds === !0 ? ":" + wt(he.second) : "") : wd(
5287
5287
  new Date(
5288
5288
  he.year,
@@ -6225,7 +6225,7 @@ function om(e) {
6225
6225
  } else n.type === "compositionupdate" && n.target.qComposing !== !0 && typeof n.data == "string" && (rn.is.firefox === !0 ? Vb.test(n.data) === !1 : Nb.test(n.data) === !0 || Lb.test(n.data) === !0 || qb.test(n.data) === !0) === !0 && (n.target.qComposing = !0);
6226
6226
  };
6227
6227
  }
6228
- const $a = Ue({
6228
+ const $a = je({
6229
6229
  name: "QInput",
6230
6230
  inheritAttrs: !1,
6231
6231
  props: {
@@ -6550,7 +6550,7 @@ const zb = { class: "app-input-new" }, $b = {
6550
6550
  placeholder: e.placeholder,
6551
6551
  disable: e.disable,
6552
6552
  readonly: e.readonly,
6553
- class: Ye(e.inputClass),
6553
+ class: Ue(e.inputClass),
6554
6554
  error: e.error,
6555
6555
  autocomplete: e.autocomplete,
6556
6556
  debounce: e.debounce,
@@ -6599,7 +6599,7 @@ const zb = { class: "app-input-new" }, $b = {
6599
6599
  }, 8, ["modelValue", "type", "rules", "placeholder", "disable", "readonly", "class", "error", "autocomplete", "debounce", "loading", "maxlength", "counter"])
6600
6600
  ]));
6601
6601
  }
6602
- }), Ub = /* @__PURE__ */ De(Hb, [["__scopeId", "data-v-726438b3"]]), jb = { class: "datepicker" }, Gb = /* @__PURE__ */ Dt({
6602
+ }), Ub = /* @__PURE__ */ De(Hb, [["__scopeId", "data-v-031cd510"]]), jb = { class: "datepicker" }, Gb = /* @__PURE__ */ Dt({
6603
6603
  __name: "AppDatepicker",
6604
6604
  props: /* @__PURE__ */ li({
6605
6605
  label: { default: "" },
@@ -6814,7 +6814,7 @@ const zb = { class: "app-input-new" }, $b = {
6814
6814
  return (u, l) => (K(), Ae($a, {
6815
6815
  modelValue: i.value,
6816
6816
  "onUpdate:modelValue": l[0] || (l[0] = (c) => i.value = c),
6817
- class: Ye([s.value, u.$style["app-input"]]),
6817
+ class: Ue([s.value, u.$style["app-input"]]),
6818
6818
  standout: "",
6819
6819
  outlined: "",
6820
6820
  clearable: e.clearable,
@@ -6926,7 +6926,7 @@ const zb = { class: "app-input-new" }, $b = {
6926
6926
  clearable: "",
6927
6927
  dense: "",
6928
6928
  "bg-color": "white",
6929
- class: Ye([i.$style["app-input"], a.value]),
6929
+ class: Ue([i.$style["app-input"], a.value]),
6930
6930
  type: e.type,
6931
6931
  readonly: e.readonly || e.field,
6932
6932
  placeholder: e.label
@@ -6970,7 +6970,7 @@ const zb = { class: "app-input-new" }, $b = {
6970
6970
  "app-input": "_app-input_1u3xt_1"
6971
6971
  }, Jb = {
6972
6972
  $style: Zb
6973
- }, zD = /* @__PURE__ */ De(Qb, [["__cssModules", Jb]]), e2 = Ue({
6973
+ }, zD = /* @__PURE__ */ De(Qb, [["__cssModules", Jb]]), e2 = je({
6974
6974
  name: "QPageContainer",
6975
6975
  setup(e, { slots: t }) {
6976
6976
  const { proxy: { $q: n } } = Xe(), r = fo(Ti, fn);
@@ -6986,7 +6986,7 @@ const zb = { class: "app-input-new" }, $b = {
6986
6986
  style: o.value
6987
6987
  }, kt(t.default));
6988
6988
  }
6989
- }), { passive: Sh } = Qt, t2 = ["both", "horizontal", "vertical"], sm = Ue({
6989
+ }), { passive: Sh } = Qt, t2 = ["both", "horizontal", "vertical"], sm = je({
6990
6990
  name: "QScrollObserver",
6991
6991
  props: {
6992
6992
  axis: {
@@ -7065,7 +7065,7 @@ function n2() {
7065
7065
  const um = typeof ResizeObserver < "u", Eh = um === !0 ? {} : {
7066
7066
  style: "display:block;position:absolute;top:0;left:0;right:0;bottom:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1;",
7067
7067
  url: "about:blank"
7068
- }, Aa = Ue({
7068
+ }, Aa = je({
7069
7069
  name: "QResizeObserver",
7070
7070
  props: {
7071
7071
  debounce: {
@@ -7125,7 +7125,7 @@ const um = typeof ResizeObserver < "u", Eh = um === !0 ? {} : {
7125
7125
  };
7126
7126
  }
7127
7127
  }
7128
- }), r2 = Ue({
7128
+ }), r2 = je({
7129
7129
  name: "QLayout",
7130
7130
  props: {
7131
7131
  container: Boolean,
@@ -7262,7 +7262,7 @@ const um = typeof ResizeObserver < "u", Eh = um === !0 ? {} : {
7262
7262
  },
7263
7263
  setup(e) {
7264
7264
  return (t, n) => (K(), ge("div", {
7265
- class: Ye({ "loader-backdrop": e.backdrop && e.loading })
7265
+ class: Ue({ "loader-backdrop": e.backdrop && e.loading })
7266
7266
  }, [
7267
7267
  e.loading ? (K(), Ae(fd, {
7268
7268
  key: 0,
@@ -7299,13 +7299,13 @@ const um = typeof ResizeObserver < "u", Eh = um === !0 ? {} : {
7299
7299
  return vn(() => {
7300
7300
  o();
7301
7301
  }), (a, i) => (K(), Ae(r2, {
7302
- class: Ye(a.$style.layout),
7302
+ class: Ue(a.$style.layout),
7303
7303
  view: "lHh LpR fFf"
7304
7304
  }, {
7305
7305
  default: pe(() => [
7306
7306
  e.logged ? (K(), ge("div", {
7307
7307
  key: 0,
7308
- class: Ye(a.$style["loader-backdrop"])
7308
+ class: Ue(a.$style["loader-backdrop"])
7309
7309
  }, [
7310
7310
  xe(a2, {
7311
7311
  loading: e.logged,
@@ -7316,15 +7316,15 @@ const um = typeof ResizeObserver < "u", Eh = um === !0 ? {} : {
7316
7316
  ], 2)) : We("", !0),
7317
7317
  $t(a.$slots, "drawer"),
7318
7318
  $t(a.$slots, "header", {
7319
- style: so(r.value)
7319
+ style: Wr(r.value)
7320
7320
  }),
7321
7321
  xe(e2, {
7322
- class: Ye({ container: e.container }),
7322
+ class: Ue({ container: e.container }),
7323
7323
  onWheel: n
7324
7324
  }, {
7325
7325
  default: pe(() => [
7326
7326
  $t(a.$slots, "content", {
7327
- style: so(r.value)
7327
+ style: Wr(r.value)
7328
7328
  })
7329
7329
  ]),
7330
7330
  _: 3
@@ -7350,7 +7350,7 @@ const um = typeof ResizeObserver < "u", Eh = um === !0 ? {} : {
7350
7350
  md: 8,
7351
7351
  lg: 16,
7352
7352
  xl: 24
7353
- }, Os = Ue({
7353
+ }, Os = je({
7354
7354
  name: "QSeparator",
7355
7355
  props: {
7356
7356
  ...Cn,
@@ -7377,7 +7377,7 @@ const um = typeof ResizeObserver < "u", Eh = um === !0 ? {} : {
7377
7377
  "aria-orientation": r.value
7378
7378
  });
7379
7379
  }
7380
- }), Nn = Ue({
7380
+ }), Nn = je({
7381
7381
  name: "QItem",
7382
7382
  props: {
7383
7383
  ...Cn,
@@ -7412,7 +7412,7 @@ const um = typeof ResizeObserver < "u", Eh = um === !0 ? {} : {
7412
7412
  h.value === !0 && (d.value !== null && b.qAvoidFocus !== !0 && (b.qKeyEvent !== !0 && document.activeElement === c.value ? d.value.focus() : document.activeElement === d.value && c.value.focus()), l(b));
7413
7413
  }
7414
7414
  function y(b) {
7415
- if (h.value === !0 && Hr(b, [13, 32]) === !0) {
7415
+ if (h.value === !0 && Ur(b, [13, 32]) === !0) {
7416
7416
  It(b), b.qKeyEvent = !0;
7417
7417
  const g = new MouseEvent("click", b);
7418
7418
  g.qKeyEvent = !0, c.value.dispatchEvent(g);
@@ -7441,7 +7441,7 @@ const um = typeof ResizeObserver < "u", Eh = um === !0 ? {} : {
7441
7441
  );
7442
7442
  };
7443
7443
  }
7444
- }), d2 = ["ul", "ol"], Sd = Ue({
7444
+ }), d2 = ["ul", "ol"], Sd = je({
7445
7445
  name: "QList",
7446
7446
  props: {
7447
7447
  ...Cn,
@@ -7462,7 +7462,7 @@ const um = typeof ResizeObserver < "u", Eh = um === !0 ? {} : {
7462
7462
  );
7463
7463
  return () => T(e.tag, { class: a.value, role: o.value }, kt(t.default));
7464
7464
  }
7465
- }), f2 = Ue({
7465
+ }), f2 = je({
7466
7466
  name: "QToolbar",
7467
7467
  props: {
7468
7468
  inset: Boolean
@@ -7473,7 +7473,7 @@ const um = typeof ResizeObserver < "u", Eh = um === !0 ? {} : {
7473
7473
  );
7474
7474
  return () => T("div", { class: n.value, role: "toolbar" }, kt(t.default));
7475
7475
  }
7476
- }), h2 = Ue({
7476
+ }), h2 = je({
7477
7477
  name: "QHeader",
7478
7478
  props: {
7479
7479
  modelValue: {
@@ -7585,7 +7585,7 @@ const Ed = td(
7585
7585
  });
7586
7586
  },
7587
7587
  handlerKey(r) {
7588
- Hr(r, 13) === !0 && n.handler(r);
7588
+ Ur(r, 13) === !0 && n.handler(r);
7589
7589
  }
7590
7590
  };
7591
7591
  e.__qclosepopup = n, e.addEventListener("click", n.handler), e.addEventListener("keyup", n.handlerKey);
@@ -8497,8 +8497,8 @@ const jx = /* @__PURE__ */ De(Wx, [["render", Ux]]), Gx = /* @__PURE__ */ Dt({
8497
8497
  },
8498
8498
  setup(e) {
8499
8499
  Wo((o) => ({
8500
- v65dd3b2f: o.color,
8501
- v66692ab5: o.size
8500
+ dec784be: o.color,
8501
+ v4931dbfa: o.size
8502
8502
  }));
8503
8503
  const t = e;
8504
8504
  function n(o) {
@@ -8544,7 +8544,7 @@ const jx = /* @__PURE__ */ De(Wx, [["render", Ux]]), Gx = /* @__PURE__ */ Dt({
8544
8544
  );
8545
8545
  return (o, a) => (K(), Ae(m1(r.value), {
8546
8546
  tag: e.tag,
8547
- class: Ye([o.$style["app-icon"]])
8547
+ class: Ue([o.$style["app-icon"]])
8548
8548
  }, null, 8, ["tag", "class"]));
8549
8549
  }
8550
8550
  }), Kx = {
@@ -8571,39 +8571,39 @@ const jx = /* @__PURE__ */ De(Wx, [["render", Ux]]), Gx = /* @__PURE__ */ Dt({
8571
8571
  return (h = (f = (d = r.userData) == null ? void 0 : d.positions) == null ? void 0 : f[0]) == null ? void 0 : h.display_name;
8572
8572
  }), u = () => a.value = !a.value, l = () => n("clickProfile"), c = (d) => n("clickSettingsMenuItem", d.name);
8573
8573
  return b2(o, () => a.value = !1), (d, f) => (K(), Ae(h2, {
8574
- class: Ye([d.$style.header, { [d.$style["header-full"]]: e.fullWidth }])
8574
+ class: Ue([d.$style.header, { [d.$style["header-full"]]: e.fullWidth }])
8575
8575
  }, {
8576
8576
  default: pe(() => [
8577
8577
  xe(f2, {
8578
- class: Ye(d.$style.toolbar)
8578
+ class: Ue(d.$style.toolbar)
8579
8579
  }, {
8580
8580
  default: pe(() => {
8581
8581
  var h;
8582
8582
  return [
8583
8583
  fe("h1", null, pt(e.pageTitle), 1),
8584
8584
  fe("div", {
8585
- class: Ye(d.$style["action-buttons"])
8585
+ class: Ue(d.$style["action-buttons"])
8586
8586
  }, [
8587
8587
  (h = e.settingsMenuItems) != null && h.find((p) => p.name === "root-on" && p.isShow) ? (K(), ge("div", {
8588
8588
  key: 0,
8589
- class: Ye(d.$style["root-mode"])
8589
+ class: Ue(d.$style["root-mode"])
8590
8590
  }, [...f[0] || (f[0] = [
8591
8591
  fe("h1", null, "Включен Root-режим", -1)
8592
8592
  ])], 2)) : We("", !0),
8593
8593
  fe("div", {
8594
- class: Ye(d.$style.person),
8594
+ class: Ue(d.$style.person),
8595
8595
  onClick: l
8596
8596
  }, [
8597
8597
  xe(Da, { name: "person-icon" }),
8598
8598
  fe("div", {
8599
- class: Ye(d.$style.person__info)
8599
+ class: Ue(d.$style.person__info)
8600
8600
  }, [
8601
8601
  fe("p", Xx, pt(i.value), 1),
8602
8602
  fe("p", Qx, pt(s.value), 1)
8603
8603
  ], 2)
8604
8604
  ], 2),
8605
8605
  fe("div", {
8606
- class: Ye(d.$style["action-wrapper"])
8606
+ class: Ue(d.$style["action-wrapper"])
8607
8607
  }, [
8608
8608
  xe(Os, {
8609
8609
  color: "white",
@@ -8616,7 +8616,7 @@ const jx = /* @__PURE__ */ De(Wx, [["render", Ux]]), Gx = /* @__PURE__ */ Dt({
8616
8616
  flat: "",
8617
8617
  padding: "sm",
8618
8618
  ripple: !1,
8619
- class: Ye([d.$style.settings, { [d.$style.settings__open]: a.value }]),
8619
+ class: Ue([d.$style.settings, { [d.$style.settings__open]: a.value }]),
8620
8620
  onClick: u
8621
8621
  }, {
8622
8622
  default: pe(() => [
@@ -8627,16 +8627,16 @@ const jx = /* @__PURE__ */ De(Wx, [["render", Ux]]), Gx = /* @__PURE__ */ Dt({
8627
8627
  xe(Ri, {
8628
8628
  "max-height": "160px",
8629
8629
  offset: [-18, 4],
8630
- class: Ye(d.$style["settings-menu"])
8630
+ class: Ue(d.$style["settings-menu"])
8631
8631
  }, {
8632
8632
  default: pe(() => [
8633
- (K(!0), ge(hr, null, Wr(e.settingsMenuItems, (p) => (K(), Ae(Sd, {
8633
+ (K(!0), ge(hr, null, Hr(e.settingsMenuItems, (p) => (K(), Ae(Sd, {
8634
8634
  key: p.name,
8635
- class: Ye(d.$style["settings-menu__list"])
8635
+ class: Ue(d.$style["settings-menu__list"])
8636
8636
  }, {
8637
8637
  default: pe(() => [
8638
8638
  Jn((K(), Ae(Nn, {
8639
- class: Ye(d.$style["settings-menu__item"]),
8639
+ class: Ue(d.$style["settings-menu__item"]),
8640
8640
  clickable: "",
8641
8641
  onClick: (m) => c(p)
8642
8642
  }, {
@@ -8687,7 +8687,7 @@ const jx = /* @__PURE__ */ De(Wx, [["render", Ux]]), Gx = /* @__PURE__ */ Dt({
8687
8687
  "action-wrapper": "_action-wrapper_1xxj3_136"
8688
8688
  }, uC = {
8689
8689
  $style: sC
8690
- }, WD = /* @__PURE__ */ De(Zx, [["__cssModules", uC]]), lC = Ue({
8690
+ }, WD = /* @__PURE__ */ De(Zx, [["__cssModules", uC]]), lC = je({
8691
8691
  name: "QPage",
8692
8692
  props: {
8693
8693
  padding: Boolean,
@@ -8731,7 +8731,7 @@ const HD = /* @__PURE__ */ De(cC, [["render", dC], ["__scopeId", "data-v-51e4160
8731
8731
  md: 14,
8732
8732
  lg: 20,
8733
8733
  xl: 24
8734
- }, wu = Ue({
8734
+ }, wu = je({
8735
8735
  name: "QChip",
8736
8736
  props: {
8737
8737
  ...Cn,
@@ -8839,7 +8839,7 @@ const HD = /* @__PURE__ */ De(cC, [["render", dC], ["__scopeId", "data-v-51e4160
8839
8839
  );
8840
8840
  };
8841
8841
  }
8842
- }), hC = Ue({
8842
+ }), hC = je({
8843
8843
  name: "QField",
8844
8844
  inheritAttrs: !1,
8845
8845
  props: {
@@ -8855,7 +8855,7 @@ const HD = /* @__PURE__ */ De(cC, [["render", dC], ["__scopeId", "data-v-51e4160
8855
8855
  yu({ tagProp: !0 })
8856
8856
  );
8857
8857
  }
8858
- }), hn = Ue({
8858
+ }), hn = je({
8859
8859
  name: "QItemSection",
8860
8860
  props: {
8861
8861
  avatar: Boolean,
@@ -8870,7 +8870,7 @@ const HD = /* @__PURE__ */ De(cC, [["render", dC], ["__scopeId", "data-v-51e4160
8870
8870
  );
8871
8871
  return () => T("div", { class: n.value }, kt(t.default));
8872
8872
  }
8873
- }), kc = Ue({
8873
+ }), kc = je({
8874
8874
  name: "QItemLabel",
8875
8875
  props: {
8876
8876
  overline: Boolean,
@@ -9278,7 +9278,7 @@ function dl(e, t) {
9278
9278
  const n = e !== void 0 ? e : t;
9279
9279
  return (r) => r !== null && typeof r == "object" && n in r ? r[n] : r;
9280
9280
  }
9281
- const Rd = Ue({
9281
+ const Rd = je({
9282
9282
  name: "QSelect",
9283
9283
  inheritAttrs: !1,
9284
9284
  props: {
@@ -9420,7 +9420,7 @@ const Rd = Ue({
9420
9420
  opt: U,
9421
9421
  html: ye.value(U),
9422
9422
  selected: !0,
9423
- removeAtIndex: Ge,
9423
+ removeAtIndex: Ke,
9424
9424
  toggleOption: Tt,
9425
9425
  tabindex: Oe.value
9426
9426
  }))), ct = _(() => {
@@ -9428,7 +9428,7 @@ const Rd = Ue({
9428
9428
  return [];
9429
9429
  const { from: U, to: Se } = D.value;
9430
9430
  return e.options.slice(U, Se).map((Te, ht) => {
9431
- const Ot = ve.value(Te) === !0, Yt = Ke(Te) === !0, Nt = U + ht, Xt = {
9431
+ const Ot = ve.value(Te) === !0, Yt = Ye(Te) === !0, Nt = U + ht, Xt = {
9432
9432
  clickable: !0,
9433
9433
  active: Yt,
9434
9434
  activeClass: Ft.value,
@@ -9485,7 +9485,7 @@ const Rd = Ue({
9485
9485
  function mt(U) {
9486
9486
  return e.emitValue === !0 ? se.value(U) : U;
9487
9487
  }
9488
- function je(U) {
9488
+ function Ge(U) {
9489
9489
  if (U !== -1 && U < V.value.length)
9490
9490
  if (e.multiple === !0) {
9491
9491
  const Se = e.modelValue.slice();
@@ -9493,8 +9493,8 @@ const Rd = Ue({
9493
9493
  } else
9494
9494
  n("update:modelValue", null);
9495
9495
  }
9496
- function Ge(U) {
9497
- je(U), L.focus();
9496
+ function Ke(U) {
9497
+ Ge(U), L.focus();
9498
9498
  }
9499
9499
  function xt(U, Se) {
9500
9500
  const Te = mt(U);
@@ -9510,7 +9510,7 @@ const Rd = Ue({
9510
9510
  n("add", { index: 0, value: Te }), n("update:modelValue", e.multiple === !0 ? [Te] : Te);
9511
9511
  return;
9512
9512
  }
9513
- if (Se === !0 && Ke(U) === !0 || e.maxValues !== void 0 && e.modelValue.length >= e.maxValues) return;
9513
+ if (Se === !0 && Ye(U) === !0 || e.maxValues !== void 0 && e.modelValue.length >= e.maxValues) return;
9514
9514
  const ht = e.modelValue.slice();
9515
9515
  n("add", { index: ht.length, value: Te }), ht.push(Te), n("update:modelValue", ht);
9516
9516
  }
@@ -9523,7 +9523,7 @@ const Rd = Ue({
9523
9523
  e.fillInput === !0 ? J.value(U) : "",
9524
9524
  !0,
9525
9525
  !0
9526
- ), bt()), (Yt = C.value) == null || Yt.focus(), (V.value.length === 0 || no(se.value(V.value[0]), Te) !== !0) && n("update:modelValue", e.emitValue === !0 ? Te : U);
9526
+ ), bt()), (Yt = C.value) == null || Yt.focus(), (V.value.length === 0 || ro(se.value(V.value[0]), Te) !== !0) && n("update:modelValue", e.emitValue === !0 ? Te : U);
9527
9527
  return;
9528
9528
  }
9529
9529
  if ((p !== !0 || l.value === !0) && L.focus(), at(), V.value.length === 0) {
@@ -9531,7 +9531,7 @@ const Rd = Ue({
9531
9531
  n("add", { index: 0, value: Nt }), n("update:modelValue", e.multiple === !0 ? [Nt] : Nt);
9532
9532
  return;
9533
9533
  }
9534
- const ht = e.modelValue.slice(), Ot = Pe.value.findIndex((Nt) => no(Nt, Te));
9534
+ const ht = e.modelValue.slice(), Ot = Pe.value.findIndex((Nt) => ro(Nt, Te));
9535
9535
  if (Ot !== -1)
9536
9536
  n("remove", { index: Ot, value: ht.splice(Ot, 1)[0] });
9537
9537
  else {
@@ -9563,18 +9563,18 @@ const Rd = Ue({
9563
9563
  }
9564
9564
  }
9565
9565
  function Ve(U, Se) {
9566
- const Te = (ht) => no(se.value(ht), U);
9566
+ const Te = (ht) => ro(se.value(ht), U);
9567
9567
  return e.options.find(Te) || Se.find(Te) || U;
9568
9568
  }
9569
- function Ke(U) {
9569
+ function Ye(U) {
9570
9570
  const Se = se.value(U);
9571
- return Pe.value.find((Te) => no(Te, Se)) !== void 0;
9571
+ return Pe.value.find((Te) => ro(Te, Se)) !== void 0;
9572
9572
  }
9573
9573
  function at(U) {
9574
9574
  e.useInput === !0 && C.value !== null && (U === void 0 || C.value === U.target && U.target.value === ae.value) && C.value.select();
9575
9575
  }
9576
9576
  function cn(U) {
9577
- Hr(U, 27) === !0 && a.value === !0 && (Fn(U), bt(), tr()), n("keyup", U);
9577
+ Ur(U, 27) === !0 && a.value === !0 && (Fn(U), bt(), tr()), n("keyup", U);
9578
9578
  }
9579
9579
  function it(U) {
9580
9580
  const { value: Se } = U.target;
@@ -9613,7 +9613,7 @@ const Rd = Ue({
9613
9613
  return;
9614
9614
  }
9615
9615
  if (U.keyCode === 8 && (e.useChips === !0 || e.clearable === !0) && e.hideSelected !== !0 && u.value.length === 0) {
9616
- e.multiple === !0 && Array.isArray(e.modelValue) === !0 ? je(e.modelValue.length - 1) : e.multiple !== !0 && e.modelValue !== null && n("update:modelValue", null);
9616
+ e.multiple === !0 && Array.isArray(e.modelValue) === !0 ? Ge(e.modelValue.length - 1) : e.multiple !== !0 && e.modelValue !== null && n("update:modelValue", null);
9617
9617
  return;
9618
9618
  }
9619
9619
  (U.keyCode === 35 || U.keyCode === 36) && (typeof u.value != "string" || u.value.length === 0) && (It(U), s.value = -1, he(U.keyCode === 36 ? 1 : -1, e.multiple)), (U.keyCode === 33 || U.keyCode === 34) && O.value !== void 0 && (It(U), s.value = Math.max(
@@ -9884,7 +9884,7 @@ const Rd = Ue({
9884
9884
  if (U === !0) {
9885
9885
  if (V.value.length !== 0) {
9886
9886
  const Te = se.value(V.value[0]);
9887
- Se = e.options.findIndex((ht) => no(se.value(ht), Te));
9887
+ Se = e.options.findIndex((ht) => ro(se.value(ht), Te));
9888
9888
  }
9889
9889
  z(Se);
9890
9890
  }
@@ -9912,7 +9912,7 @@ const Rd = Ue({
9912
9912
  }), Object.assign(r, {
9913
9913
  showPopup: Ze,
9914
9914
  hidePopup: bt,
9915
- removeAtIndex: je,
9915
+ removeAtIndex: Ge,
9916
9916
  add: xt,
9917
9917
  toggleOption: Tt,
9918
9918
  getOptionIndex: () => s.value,
@@ -9921,7 +9921,7 @@ const Rd = Ue({
9921
9921
  filter: $e,
9922
9922
  updateMenuPosition: Bf,
9923
9923
  updateInputValue: He,
9924
- isOptionSelected: Ke,
9924
+ isOptionSelected: Ye,
9925
9925
  getEmittingOptionValue: mt,
9926
9926
  isOptionDisabled: (...U) => ve.value.apply(null, U) === !0,
9927
9927
  getOptionValue: (...U) => se.value.apply(null, U),
@@ -10035,7 +10035,7 @@ const Rd = Ue({
10035
10035
  emits: ["update:modelValue"],
10036
10036
  setup(e, { emit: t }) {
10037
10037
  Wo((c) => ({
10038
- a123f042: c.borderColor
10038
+ v23ab6435: c.borderColor
10039
10039
  }));
10040
10040
  const n = e, r = X({}), o = t, a = _({
10041
10041
  get() {
@@ -10066,7 +10066,7 @@ const Rd = Ue({
10066
10066
  outlined: "",
10067
10067
  "stack-label": "",
10068
10068
  "use-input": e.search,
10069
- class: Ye([c.$style.select]),
10069
+ class: Ue([c.$style.select]),
10070
10070
  label: e.label,
10071
10071
  "input-debounce": "100",
10072
10072
  "popup-content-class": c.$style["app-select__menu"],
@@ -10126,7 +10126,7 @@ const Rd = Ue({
10126
10126
  "q-item__label": "_q-item__label_n46gp_46"
10127
10127
  }, CC = {
10128
10128
  $style: xC
10129
- }, UD = /* @__PURE__ */ De(yC, [["__cssModules", CC]]), kC = '<g transform="matrix(1 0 0 -1 0 80)"><rect width="10" height="20" rx="3"><animate attributeName="height" begin="0s" dur="4.3s" values="20;45;57;80;64;32;66;45;64;23;66;13;64;56;34;34;2;23;76;79;20" calcMode="linear" repeatCount="indefinite"></animate></rect><rect x="15" width="10" height="80" rx="3"><animate attributeName="height" begin="0s" dur="2s" values="80;55;33;5;75;23;73;33;12;14;60;80" calcMode="linear" repeatCount="indefinite"></animate></rect><rect x="30" width="10" height="50" rx="3"><animate attributeName="height" begin="0s" dur="1.4s" values="50;34;78;23;56;23;34;76;80;54;21;50" calcMode="linear" repeatCount="indefinite"></animate></rect><rect x="45" width="10" height="30" rx="3"><animate attributeName="height" begin="0s" dur="2s" values="30;45;13;80;56;72;45;76;34;23;67;30" calcMode="linear" repeatCount="indefinite"></animate></rect></g>', fi = Ue({
10129
+ }, UD = /* @__PURE__ */ De(yC, [["__cssModules", CC]]), kC = '<g transform="matrix(1 0 0 -1 0 80)"><rect width="10" height="20" rx="3"><animate attributeName="height" begin="0s" dur="4.3s" values="20;45;57;80;64;32;66;45;64;23;66;13;64;56;34;34;2;23;76;79;20" calcMode="linear" repeatCount="indefinite"></animate></rect><rect x="15" width="10" height="80" rx="3"><animate attributeName="height" begin="0s" dur="2s" values="80;55;33;5;75;23;73;33;12;14;60;80" calcMode="linear" repeatCount="indefinite"></animate></rect><rect x="30" width="10" height="50" rx="3"><animate attributeName="height" begin="0s" dur="1.4s" values="50;34;78;23;56;23;34;76;80;54;21;50" calcMode="linear" repeatCount="indefinite"></animate></rect><rect x="45" width="10" height="30" rx="3"><animate attributeName="height" begin="0s" dur="2s" values="30;45;13;80;56;72;45;76;34;23;67;30" calcMode="linear" repeatCount="indefinite"></animate></rect></g>', fi = je({
10130
10130
  name: "QSpinnerAudio",
10131
10131
  props: cd,
10132
10132
  setup(e) {
@@ -10141,7 +10141,7 @@ const Rd = Ue({
10141
10141
  innerHTML: kC
10142
10142
  });
10143
10143
  }
10144
- }), xu = Ue({
10144
+ }), xu = je({
10145
10145
  name: "QCard",
10146
10146
  props: {
10147
10147
  ...Cn,
@@ -10194,7 +10194,7 @@ const Rd = Ue({
10194
10194
  ref: o,
10195
10195
  "model-value": !0,
10196
10196
  position: "right",
10197
- class: Ye(a.$style["sheet-dialog"]),
10197
+ class: Ue(a.$style["sheet-dialog"]),
10198
10198
  "no-shake": "",
10199
10199
  persistent: "",
10200
10200
  "full-height": "",
@@ -10290,7 +10290,7 @@ function OC(e, t, n, r) {
10290
10290
  }
10291
10291
  }
10292
10292
  function m(b) {
10293
- Hr(b, [13, 32]) ? p(b, !0) : cu(b) !== !0 && b.keyCode >= 35 && b.keyCode <= 40 && b.altKey !== !0 && b.metaKey !== !0 && o.onKbdNavigate(b.keyCode, a.$el) === !0 && It(b), n("keydown", b);
10293
+ Ur(b, [13, 32]) ? p(b, !0) : cu(b) !== !0 && b.keyCode >= 35 && b.keyCode <= 40 && b.altKey !== !0 && b.metaKey !== !0 && o.onKbdNavigate(b.keyCode, a.$el) === !0 && It(b), n("keydown", b);
10294
10294
  }
10295
10295
  function v() {
10296
10296
  const b = o.tabProps.value.narrowIndicator, g = [], x = T("div", {
@@ -10352,7 +10352,7 @@ function OC(e, t, n, r) {
10352
10352
  }
10353
10353
  return { renderTab: w, $tabs: o };
10354
10354
  }
10355
- const NC = Ue({
10355
+ const NC = je({
10356
10356
  name: "QTab",
10357
10357
  props: BC,
10358
10358
  emits: PC,
@@ -10365,7 +10365,7 @@ function LC(e, t, n) {
10365
10365
  const r = n === !0 ? ["left", "right"] : ["top", "bottom"];
10366
10366
  return `absolute-${t === !0 ? r[0] : r[1]}${e ? ` text-${e}` : ""}`;
10367
10367
  }
10368
- const qC = ["left", "center", "right", "justify"], VC = Ue({
10368
+ const qC = ["left", "center", "right", "justify"], VC = je({
10369
10369
  name: "QTabs",
10370
10370
  props: {
10371
10371
  modelValue: [Number, String],
@@ -10443,7 +10443,7 @@ const qC = ["left", "center", "right", "justify"], VC = Ue({
10443
10443
  h.value[D.value.scroll],
10444
10444
  Array.prototype.reduce.call(
10445
10445
  h.value.children,
10446
- (mt, je) => mt + (je[D.value.content] || 0),
10446
+ (mt, Ge) => mt + (Ge[D.value.content] || 0),
10447
10447
  0
10448
10448
  )
10449
10449
  ), st = ve > 0 && Pe > ve;
@@ -10454,25 +10454,25 @@ const qC = ["left", "center", "right", "justify"], VC = Ue({
10454
10454
  if (se === !0)
10455
10455
  se = !1;
10456
10456
  else if (Pe && st) {
10457
- const mt = Pe.tabIndicatorRef.value, je = st.tabIndicatorRef.value;
10458
- C !== null && (clearTimeout(C), C = null), mt.style.transition = "none", mt.style.transform = "none", je.style.transition = "none", je.style.transform = "none";
10459
- const Ge = mt.getBoundingClientRect(), xt = je.getBoundingClientRect();
10460
- je.style.transform = e.vertical === !0 ? `translate3d(0,${Ge.top - xt.top}px,0) scale3d(1,${xt.height ? Ge.height / xt.height : 1},1)` : `translate3d(${Ge.left - xt.left}px,0,0) scale3d(${xt.width ? Ge.width / xt.width : 1},1,1)`, s(() => {
10457
+ const mt = Pe.tabIndicatorRef.value, Ge = st.tabIndicatorRef.value;
10458
+ C !== null && (clearTimeout(C), C = null), mt.style.transition = "none", mt.style.transform = "none", Ge.style.transition = "none", Ge.style.transform = "none";
10459
+ const Ke = mt.getBoundingClientRect(), xt = Ge.getBoundingClientRect();
10460
+ Ge.style.transform = e.vertical === !0 ? `translate3d(0,${Ke.top - xt.top}px,0) scale3d(1,${xt.height ? Ke.height / xt.height : 1},1)` : `translate3d(${Ke.left - xt.left}px,0,0) scale3d(${xt.width ? Ke.width / xt.width : 1},1,1)`, s(() => {
10461
10461
  C = setTimeout(() => {
10462
- C = null, je.style.transition = "transform .25s cubic-bezier(.4, 0, .2, 1)", je.style.transform = "none";
10462
+ C = null, Ge.style.transition = "transform .25s cubic-bezier(.4, 0, .2, 1)", Ge.style.transform = "none";
10463
10463
  }, 70);
10464
10464
  });
10465
10465
  }
10466
10466
  st && m.value === !0 && L(st.rootRef.value);
10467
10467
  }
10468
10468
  function L(J) {
10469
- const { left: ve, width: Pe, top: st, height: mt } = h.value.getBoundingClientRect(), je = J.getBoundingClientRect();
10470
- let Ge = e.vertical === !0 ? je.top - st : je.left - ve;
10471
- if (Ge < 0) {
10472
- h.value[e.vertical === !0 ? "scrollTop" : "scrollLeft"] += Math.floor(Ge), V();
10469
+ const { left: ve, width: Pe, top: st, height: mt } = h.value.getBoundingClientRect(), Ge = J.getBoundingClientRect();
10470
+ let Ke = e.vertical === !0 ? Ge.top - st : Ge.left - ve;
10471
+ if (Ke < 0) {
10472
+ h.value[e.vertical === !0 ? "scrollTop" : "scrollLeft"] += Math.floor(Ke), V();
10473
10473
  return;
10474
10474
  }
10475
- Ge += e.vertical === !0 ? je.height - mt : je.width - Pe, Ge > 0 && (h.value[e.vertical === !0 ? "scrollTop" : "scrollLeft"] += Math.ceil(Ge), V());
10475
+ Ke += e.vertical === !0 ? Ge.height - mt : Ge.width - Pe, Ke > 0 && (h.value[e.vertical === !0 ? "scrollTop" : "scrollLeft"] += Math.ceil(Ke), V());
10476
10476
  }
10477
10477
  function V() {
10478
10478
  const J = h.value;
@@ -10504,9 +10504,9 @@ const qC = ["left", "center", "right", "justify"], VC = Ue({
10504
10504
  return L(Pe[0]), Pe[0].focus(), !0;
10505
10505
  if (J === 35)
10506
10506
  return L(Pe[st - 1]), Pe[st - 1].focus(), !0;
10507
- const mt = J === (e.vertical === !0 ? 38 : 37), je = J === (e.vertical === !0 ? 40 : 39), Ge = mt === !0 ? -1 : je === !0 ? 1 : void 0;
10508
- if (Ge !== void 0) {
10509
- const xt = O.value === !0 ? -1 : 1, Tt = Pe.indexOf(ve) + Ge * xt;
10507
+ const mt = J === (e.vertical === !0 ? 38 : 37), Ge = J === (e.vertical === !0 ? 40 : 39), Ke = mt === !0 ? -1 : Ge === !0 ? 1 : void 0;
10508
+ if (Ke !== void 0) {
10509
+ const xt = O.value === !0 ? -1 : 1, Tt = Pe.indexOf(ve) + Ke * xt;
10510
10510
  return Tt >= 0 && Tt < st && (L(Pe[Tt]), Pe[Tt].focus({ preventScroll: !0 })), !0;
10511
10511
  }
10512
10512
  }
@@ -10519,9 +10519,9 @@ const qC = ["left", "center", "right", "justify"], VC = Ue({
10519
10519
  } });
10520
10520
  function ae(J) {
10521
10521
  const ve = h.value, { get: Pe, set: st } = we.value;
10522
- let mt = !1, je = Pe(ve);
10523
- const Ge = J < je ? -1 : 1;
10524
- return je += Ge * 5, je < 0 ? (mt = !0, je = 0) : (Ge === -1 && je <= J || Ge === 1 && je >= J) && (mt = !0, je = J), st(ve, je), V(), mt;
10522
+ let mt = !1, Ge = Pe(ve);
10523
+ const Ke = J < Ge ? -1 : 1;
10524
+ return Ge += Ke * 5, Ge < 0 ? (mt = !0, Ge = 0) : (Ke === -1 && Ge <= J || Ke === 1 && Ge >= J) && (mt = !0, Ge = J), st(ve, Ge), V(), mt;
10525
10525
  }
10526
10526
  function ze(J, ve) {
10527
10527
  for (const Pe in J)
@@ -10531,40 +10531,40 @@ const qC = ["left", "center", "right", "justify"], VC = Ue({
10531
10531
  }
10532
10532
  function ye() {
10533
10533
  let J = null, ve = { matchedLen: 0, queryDiff: 9999, hrefLen: 0 };
10534
- const Pe = b.filter((Ge) => {
10534
+ const Pe = b.filter((Ke) => {
10535
10535
  var xt;
10536
- return ((xt = Ge.routeData) == null ? void 0 : xt.hasRouterLink.value) === !0;
10537
- }), { hash: st, query: mt } = r.$route, je = Object.keys(mt).length;
10538
- for (const Ge of Pe) {
10539
- const xt = Ge.routeData.exact.value === !0;
10540
- if (Ge.routeData[xt === !0 ? "linkIsExactActive" : "linkIsActive"].value !== !0)
10536
+ return ((xt = Ke.routeData) == null ? void 0 : xt.hasRouterLink.value) === !0;
10537
+ }), { hash: st, query: mt } = r.$route, Ge = Object.keys(mt).length;
10538
+ for (const Ke of Pe) {
10539
+ const xt = Ke.routeData.exact.value === !0;
10540
+ if (Ke.routeData[xt === !0 ? "linkIsExactActive" : "linkIsActive"].value !== !0)
10541
10541
  continue;
10542
- const { hash: Tt, query: oe, matched: he, href: Ve } = Ge.routeData.resolvedLink.value, Ke = Object.keys(oe).length;
10542
+ const { hash: Tt, query: oe, matched: he, href: Ve } = Ke.routeData.resolvedLink.value, Ye = Object.keys(oe).length;
10543
10543
  if (xt === !0) {
10544
- if (Tt !== st || Ke !== je || ze(mt, oe) === !1)
10544
+ if (Tt !== st || Ye !== Ge || ze(mt, oe) === !1)
10545
10545
  continue;
10546
- J = Ge.name.value;
10546
+ J = Ke.name.value;
10547
10547
  break;
10548
10548
  }
10549
- if (Tt !== "" && Tt !== st || Ke !== 0 && ze(oe, mt) === !1)
10549
+ if (Tt !== "" && Tt !== st || Ye !== 0 && ze(oe, mt) === !1)
10550
10550
  continue;
10551
10551
  const at = {
10552
10552
  matchedLen: he.length,
10553
- queryDiff: je - Ke,
10553
+ queryDiff: Ge - Ye,
10554
10554
  hrefLen: Ve.length - Tt.length
10555
10555
  };
10556
10556
  if (at.matchedLen > ve.matchedLen) {
10557
- J = Ge.name.value, ve = at;
10557
+ J = Ke.name.value, ve = at;
10558
10558
  continue;
10559
10559
  } else if (at.matchedLen !== ve.matchedLen)
10560
10560
  continue;
10561
10561
  if (at.queryDiff < ve.queryDiff)
10562
- J = Ge.name.value, ve = at;
10562
+ J = Ke.name.value, ve = at;
10563
10563
  else if (at.queryDiff !== ve.queryDiff)
10564
10564
  continue;
10565
- at.hrefLen > ve.hrefLen && (J = Ge.name.value, ve = at);
10565
+ at.hrefLen > ve.hrefLen && (J = Ke.name.value, ve = at);
10566
10566
  }
10567
- if (J === null && b.some((Ge) => Ge.routeData === void 0 && Ge.name.value === p.value) === !0) {
10567
+ if (J === null && b.some((Ke) => Ke.routeData === void 0 && Ke.name.value === p.value) === !0) {
10568
10568
  se = !1;
10569
10569
  return;
10570
10570
  }
@@ -10694,7 +10694,7 @@ const qC = ["left", "center", "right", "justify"], VC = Ue({
10694
10694
  return (i, s) => (K(), Ae(An(Uo), {
10695
10695
  "model-value": e.modelValue,
10696
10696
  position: "right",
10697
- class: Ye(i.$style["sheet-dialog"]),
10697
+ class: Ue(i.$style["sheet-dialog"]),
10698
10698
  persistent: e.persistent,
10699
10699
  "no-shake": "",
10700
10700
  "no-esc-dismiss": "",
@@ -10707,7 +10707,7 @@ const qC = ["left", "center", "right", "justify"], VC = Ue({
10707
10707
  e.loading ? (K(), ge("div", {
10708
10708
  key: 0,
10709
10709
  class: "custom-wrapper",
10710
- style: so({ width: e.width })
10710
+ style: Wr({ width: e.width })
10711
10711
  }, [
10712
10712
  fe("div", zC, [
10713
10713
  e.loading ? (K(), Ae(fi, {
@@ -10721,12 +10721,12 @@ const qC = ["left", "center", "right", "justify"], VC = Ue({
10721
10721
  ], 4)) : (K(), ge("div", {
10722
10722
  key: 1,
10723
10723
  class: "wrapper",
10724
- style: so({ width: e.width })
10724
+ style: Wr({ width: e.width })
10725
10725
  }, [
10726
10726
  (u = e.tabs) != null && u.length ? (K(), ge("div", {
10727
10727
  key: 0,
10728
- class: Ye(["sidebar", { noTitle: !e.tabsTitle }]),
10729
- style: so({ width: e.sidebarWidth })
10728
+ class: Ue(["sidebar", { noTitle: !e.tabsTitle }]),
10729
+ style: Wr({ width: e.sidebarWidth })
10730
10730
  }, [
10731
10731
  e.tabsTitle ? (K(), ge("h5", $C, pt(e.tabsTitle), 1)) : We("", !0),
10732
10732
  xe(VC, {
@@ -10741,9 +10741,9 @@ const qC = ["left", "center", "right", "justify"], VC = Ue({
10741
10741
  "no-caps": ""
10742
10742
  }, {
10743
10743
  default: pe(() => [
10744
- (K(!0), ge(hr, null, Wr(e.tabs, (l) => (K(), Ae(NC, {
10744
+ (K(!0), ge(hr, null, Hr(e.tabs, (l) => (K(), Ae(NC, {
10745
10745
  key: l.id,
10746
- class: Ye(i.$style.tab),
10746
+ class: Ue(i.$style.tab),
10747
10747
  name: l.title,
10748
10748
  icon: "radio_button_unchecked",
10749
10749
  label: l.title
@@ -10783,7 +10783,7 @@ const qC = ["left", "center", "right", "justify"], VC = Ue({
10783
10783
  tab: KC
10784
10784
  }, XC = {
10785
10785
  $style: YC
10786
- }, GD = /* @__PURE__ */ De(GC, [["__cssModules", XC], ["__scopeId", "data-v-2ee4bdf1"]]), Dh = 150, QC = Ue({
10786
+ }, GD = /* @__PURE__ */ De(GC, [["__cssModules", XC], ["__scopeId", "data-v-2ee4bdf1"]]), Dh = 150, QC = je({
10787
10787
  name: "QDrawer",
10788
10788
  inheritAttrs: !1,
10789
10789
  props: {
@@ -11089,7 +11089,7 @@ const qC = ["left", "center", "right", "justify"], VC = Ue({
11089
11089
  ), T("div", { class: "q-drawer-container" }, se);
11090
11090
  };
11091
11091
  }
11092
- }), ZC = Ue({
11092
+ }), ZC = je({
11093
11093
  name: "QSlideTransition",
11094
11094
  props: {
11095
11095
  appear: Boolean,
@@ -11135,7 +11135,7 @@ const qC = ["left", "center", "right", "justify"], VC = Ue({
11135
11135
  onLeave: p
11136
11136
  }, t.default);
11137
11137
  }
11138
- }), xo = y1({}), JC = Object.keys(hd), ek = Ue({
11138
+ }), xo = y1({}), JC = Object.keys(hd), ek = je({
11139
11139
  name: "QExpansionItem",
11140
11140
  props: {
11141
11141
  ...hd,
@@ -11356,7 +11356,7 @@ const qC = ["left", "center", "right", "justify"], VC = Ue({
11356
11356
  key: 0,
11357
11357
  "model-value": e.isRouteActive(e.item) && r.value,
11358
11358
  "header-class": "text-purple",
11359
- class: Ye([a.$style["menu-item"], { "expansion-item-active": e.isRouteActive(e.item) && e.minify }]),
11359
+ class: Ue([a.$style["menu-item"], { "expansion-item-active": e.isRouteActive(e.item) && e.minify }]),
11360
11360
  "data-test": `sidebar-expansion-item-${(e.item.name || "unnamed").toLowerCase().replace(/\s+/g, "-")}`,
11361
11361
  "expand-icon-class": e.minify ? "hidden" : "",
11362
11362
  "onUpdate:modelValue": i[0] || (i[0] = (u) => r.value = u)
@@ -11389,7 +11389,7 @@ const qC = ["left", "center", "right", "justify"], VC = Ue({
11389
11389
  _: 1
11390
11390
  })) : We("", !0),
11391
11391
  xe(hn, {
11392
- class: Ye(a.$style["menu-item__label"])
11392
+ class: Ue(a.$style["menu-item__label"])
11393
11393
  }, {
11394
11394
  default: pe(() => [
11395
11395
  Wt(pt(e.minify ? "" : e.item.label), 1)
@@ -11398,7 +11398,7 @@ const qC = ["left", "center", "right", "justify"], VC = Ue({
11398
11398
  }, 8, ["class"])
11399
11399
  ]),
11400
11400
  default: pe(() => [
11401
- (K(!0), ge(hr, null, Wr(e.item.items, (u, l) => (K(), Ae(s, {
11401
+ (K(!0), ge(hr, null, Hr(e.item.items, (u, l) => (K(), Ae(s, {
11402
11402
  key: l,
11403
11403
  item: u,
11404
11404
  main: e.main,
@@ -11408,7 +11408,7 @@ const qC = ["left", "center", "right", "justify"], VC = Ue({
11408
11408
  _: 1
11409
11409
  }, 8, ["model-value", "class", "data-test", "expand-icon-class"])) : e.item.name !== "sign-out" ? Jn((K(), Ae(Nn, {
11410
11410
  key: 1,
11411
- class: Ye(a.$style["menu-item"]),
11411
+ class: Ue(a.$style["menu-item"]),
11412
11412
  active: e.isRouteActive(e.item),
11413
11413
  "active-class": "menu-active",
11414
11414
  clickable: "",
@@ -11431,7 +11431,7 @@ const qC = ["left", "center", "right", "justify"], VC = Ue({
11431
11431
  _: 1
11432
11432
  })) : We("", !0),
11433
11433
  xe(hn, {
11434
- class: Ye(a.$style["menu-item__label"])
11434
+ class: Ue(a.$style["menu-item__label"])
11435
11435
  }, {
11436
11436
  default: pe(() => [
11437
11437
  fe("p", null, pt(e.minify ? "" : e.item.label), 1)
@@ -11472,9 +11472,9 @@ const qC = ["left", "center", "right", "justify"], VC = Ue({
11472
11472
  },
11473
11473
  setup(e) {
11474
11474
  return (t, n) => (K(), ge("div", {
11475
- class: Ye(t.$style.wrapper)
11475
+ class: Ue(t.$style.wrapper)
11476
11476
  }, [
11477
- (K(!0), ge(hr, null, Wr(e.menuItems, (r, o) => (K(), Ae(ok, {
11477
+ (K(!0), ge(hr, null, Hr(e.menuItems, (r, o) => (K(), Ae(ok, {
11478
11478
  key: o,
11479
11479
  item: r,
11480
11480
  main: e.main,
@@ -11517,7 +11517,7 @@ const qC = ["left", "center", "right", "justify"], VC = Ue({
11517
11517
  key: `${o.value}`,
11518
11518
  modelValue: o.value,
11519
11519
  "onUpdate:modelValue": m[3] || (m[3] = (v) => o.value = v),
11520
- class: Ye(p.$style.drawer),
11520
+ class: Ue(p.$style.drawer),
11521
11521
  mini: a.value,
11522
11522
  overlay: !i.value,
11523
11523
  width: l.value,
@@ -11531,7 +11531,7 @@ const qC = ["left", "center", "right", "justify"], VC = Ue({
11531
11531
  default: pe(() => [
11532
11532
  s.value ? (K(), Ae(Nn, {
11533
11533
  key: 0,
11534
- class: Ye(p.$style["tablet-logo"])
11534
+ class: Ue(p.$style["tablet-logo"])
11535
11535
  }, {
11536
11536
  default: pe(() => [
11537
11537
  xe(hn, { avatar: "" }, {
@@ -11539,7 +11539,7 @@ const qC = ["left", "center", "right", "justify"], VC = Ue({
11539
11539
  xe(Et, {
11540
11540
  round: "",
11541
11541
  unelevated: "",
11542
- class: Ye(p.$style["tablet-logo__btn"]),
11542
+ class: Ue(p.$style["tablet-logo__btn"]),
11543
11543
  icon: u.value,
11544
11544
  onClick: m[0] || (m[0] = (v) => f())
11545
11545
  }, null, 8, ["class", "icon"])
@@ -11547,7 +11547,7 @@ const qC = ["left", "center", "right", "justify"], VC = Ue({
11547
11547
  _: 1
11548
11548
  }),
11549
11549
  xe(hn, {
11550
- class: Ye(p.$style.logo__text)
11550
+ class: Ue(p.$style.logo__text)
11551
11551
  }, {
11552
11552
  default: pe(() => [...m[6] || (m[6] = [
11553
11553
  Wt("РИТМ", -1)
@@ -11558,7 +11558,7 @@ const qC = ["left", "center", "right", "justify"], VC = Ue({
11558
11558
  _: 1
11559
11559
  }, 8, ["class"])) : (K(), ge(hr, { key: 1 }, [
11560
11560
  xe(Nn, {
11561
- class: Ye(p.$style.logo)
11561
+ class: Ue(p.$style.logo)
11562
11562
  }, {
11563
11563
  default: pe(() => [
11564
11564
  xe(hn, { avatar: "" }, {
@@ -11571,7 +11571,7 @@ const qC = ["left", "center", "right", "justify"], VC = Ue({
11571
11571
  _: 1
11572
11572
  }),
11573
11573
  xe(hn, {
11574
- class: Ye(p.$style.logo__text)
11574
+ class: Ue(p.$style.logo__text)
11575
11575
  }, {
11576
11576
  default: pe(() => [
11577
11577
  Wt(pt(a.value ? "" : "РИТМ"), 1)
@@ -11585,7 +11585,7 @@ const qC = ["left", "center", "right", "justify"], VC = Ue({
11585
11585
  dense: "",
11586
11586
  round: "",
11587
11587
  unelevated: "",
11588
- class: Ye(["q-mini-drawer-hide", p.$style["minify-btn"]]),
11588
+ class: Ue(["q-mini-drawer-hide", p.$style["minify-btn"]]),
11589
11589
  icon: "chevron_left",
11590
11590
  onClick: m[1] || (m[1] = (v) => i.value = !i.value)
11591
11591
  }, {
@@ -11607,7 +11607,7 @@ const qC = ["left", "center", "right", "justify"], VC = Ue({
11607
11607
  "is-route-active": e.isRouteActive
11608
11608
  }, null, 8, ["main", "menu-items", "minify", "is-route-active"]),
11609
11609
  Jn((K(), Ae(Nn, {
11610
- class: Ye(p.$style["menu-exit"]),
11610
+ class: Ue(p.$style["menu-exit"]),
11611
11611
  clickable: "",
11612
11612
  onClick: m[2] || (m[2] = (v) => h())
11613
11613
  }, {
@@ -11623,7 +11623,7 @@ const qC = ["left", "center", "right", "justify"], VC = Ue({
11623
11623
  _: 1
11624
11624
  }),
11625
11625
  xe(hn, {
11626
- class: Ye(p.$style["menu-exit__label"])
11626
+ class: Ue(p.$style["menu-exit__label"])
11627
11627
  }, {
11628
11628
  default: pe(() => [...m[8] || (m[8] = [
11629
11629
  Wt("Выход", -1)
@@ -11650,7 +11650,7 @@ const qC = ["left", "center", "right", "justify"], VC = Ue({
11650
11650
  "menu-exit__label": "_menu-exit__label_zcdf1_51"
11651
11651
  }, vk = {
11652
11652
  $style: pk
11653
- }, KD = /* @__PURE__ */ De(ck, [["__cssModules", vk]]), Sc = Ue({
11653
+ }, KD = /* @__PURE__ */ De(ck, [["__cssModules", vk]]), Sc = je({
11654
11654
  name: "QToggle",
11655
11655
  props: {
11656
11656
  ...Iv,
@@ -11719,7 +11719,7 @@ function yk(e, t) {
11719
11719
  $t(e.$slots, "default", {}, void 0, !0)
11720
11720
  ]);
11721
11721
  }
11722
- const XD = /* @__PURE__ */ De(mk, [["render", yk], ["__scopeId", "data-v-aef16077"]]), hi = Ue({
11722
+ const XD = /* @__PURE__ */ De(mk, [["render", yk], ["__scopeId", "data-v-88d7f3f9"]]), hi = je({
11723
11723
  name: "QCardSection",
11724
11724
  props: {
11725
11725
  tag: {
@@ -11813,19 +11813,19 @@ const Tk = /* @__PURE__ */ De(Sk, [["render", Rk]]), Ik = /* @__PURE__ */ Dt({
11813
11813
  persistent: "",
11814
11814
  "transition-show": "slide-up",
11815
11815
  "transition-hide": "slide-down",
11816
- class: Ye(o.$style.dialog)
11816
+ class: Ue(o.$style.dialog)
11817
11817
  }, {
11818
11818
  default: pe(() => [
11819
11819
  xe(xu, {
11820
- class: Ye(o.$style.modal)
11820
+ class: Ue(o.$style.modal)
11821
11821
  }, {
11822
11822
  default: pe(() => [
11823
11823
  xe(hi, {
11824
- class: Ye(o.$style.modal__content)
11824
+ class: Ue(o.$style.modal__content)
11825
11825
  }, {
11826
11826
  default: pe(() => [
11827
11827
  fe("div", {
11828
- class: Ye(o.$style.modal__content__header)
11828
+ class: Ue(o.$style.modal__content__header)
11829
11829
  }, [
11830
11830
  e.type === "edit" ? (K(), Ae(_k, { key: 0 })) : We("", !0),
11831
11831
  e.type === "delete" ? (K(), Ae(Tk, { key: 1 })) : We("", !0)
@@ -11835,18 +11835,18 @@ const Tk = /* @__PURE__ */ De(Sk, [["render", Rk]]), Ik = /* @__PURE__ */ Dt({
11835
11835
  _: 1
11836
11836
  }, 8, ["class"]),
11837
11837
  xe(hi, {
11838
- class: Ye(o.$style.footer)
11838
+ class: Ue(o.$style.footer)
11839
11839
  }, {
11840
11840
  default: pe(() => [
11841
11841
  xe(yc, {
11842
11842
  "data-test": "confirm-button",
11843
- class: Ye(o.$style["footer__btn--ok"]),
11843
+ class: Ue(o.$style["footer__btn--ok"]),
11844
11844
  label: "Подтвердить",
11845
11845
  onClick: An(n)
11846
11846
  }, null, 8, ["class", "onClick"]),
11847
11847
  xe(yc, {
11848
11848
  "data-test": "close-button",
11849
- class: Ye(o.$style["footer__btn--cancel"]),
11849
+ class: Ue(o.$style["footer__btn--cancel"]),
11850
11850
  label: "Отменить",
11851
11851
  onClick: An(t)
11852
11852
  }, null, 8, ["class", "onClick"])
@@ -11869,7 +11869,7 @@ const Tk = /* @__PURE__ */ De(Sk, [["render", Rk]]), Ik = /* @__PURE__ */ Dt({
11869
11869
  "footer__btn--cancel": "_footer__btn--cancel_8z8ba_43"
11870
11870
  }, Bk = {
11871
11871
  $style: Pk
11872
- }, QD = /* @__PURE__ */ De(Ik, [["__cssModules", Bk]]), Ok = Ue({
11872
+ }, QD = /* @__PURE__ */ De(Ik, [["__cssModules", Bk]]), Ok = je({
11873
11873
  name: "QBtnGroup",
11874
11874
  props: {
11875
11875
  unelevated: Boolean,
@@ -11896,7 +11896,7 @@ function Lk(e) {
11896
11896
  return r !== void 0 && (t[n] = r), t;
11897
11897
  }, {});
11898
11898
  }
11899
- const qk = Ue({
11899
+ const qk = je({
11900
11900
  name: "QBtnDropdown",
11901
11901
  props: {
11902
11902
  ...pd,
@@ -12136,9 +12136,9 @@ const qk = Ue({
12136
12136
  }, null, 8, ["color"])
12137
12137
  ], 8, $k),
12138
12138
  fe("div", Wk, [
12139
- (K(!0), ge(hr, null, Wr(a.value, (d) => (K(), ge("button", {
12139
+ (K(!0), ge(hr, null, Hr(a.value, (d) => (K(), ge("button", {
12140
12140
  key: d,
12141
- class: Ye(["page-button", { selected: d === e.modelValue, ellipsis: d === "..." }]),
12141
+ class: Ue(["page-button", { selected: d === e.modelValue, ellipsis: d === "..." }]),
12142
12142
  disabled: d === e.modelValue || d === "...",
12143
12143
  onClick: (f) => i(d)
12144
12144
  }, pt(d), 11, Hk))), 128))
@@ -12197,7 +12197,7 @@ const qk = Ue({
12197
12197
  } : void 0
12198
12198
  ]), 1032, ["modelValue", "placeholder"]));
12199
12199
  }
12200
- }), Yk = /* @__PURE__ */ De(Kk, [["__scopeId", "data-v-7344789a"]]), Xk = Ue({
12200
+ }), Yk = /* @__PURE__ */ De(Kk, [["__scopeId", "data-v-7344789a"]]), Xk = je({
12201
12201
  name: "QForm",
12202
12202
  props: {
12203
12203
  autofocus: Boolean,
@@ -12294,7 +12294,7 @@ const qk = Ue({
12294
12294
  onReset: c
12295
12295
  }, kt(t.default));
12296
12296
  }
12297
- }), gm = Ue({
12297
+ }), gm = je({
12298
12298
  name: "QCardActions",
12299
12299
  props: {
12300
12300
  ...xv,
@@ -12306,7 +12306,7 @@ const qk = Ue({
12306
12306
  );
12307
12307
  return () => T("div", { class: r.value }, kt(t.default));
12308
12308
  }
12309
- }), Qk = '<circle cx="15" cy="15" r="15"><animate attributeName="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcMode="linear" repeatCount="indefinite"></animate><animate attributeName="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcMode="linear" repeatCount="indefinite"></animate></circle><circle cx="60" cy="15" r="9" fill-opacity=".3"><animate attributeName="r" from="9" to="9" begin="0s" dur="0.8s" values="9;15;9" calcMode="linear" repeatCount="indefinite"></animate><animate attributeName="fill-opacity" from=".5" to=".5" begin="0s" dur="0.8s" values=".5;1;.5" calcMode="linear" repeatCount="indefinite"></animate></circle><circle cx="105" cy="15" r="15"><animate attributeName="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcMode="linear" repeatCount="indefinite"></animate><animate attributeName="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcMode="linear" repeatCount="indefinite"></animate></circle>', Zk = Ue({
12309
+ }), Qk = '<circle cx="15" cy="15" r="15"><animate attributeName="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcMode="linear" repeatCount="indefinite"></animate><animate attributeName="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcMode="linear" repeatCount="indefinite"></animate></circle><circle cx="60" cy="15" r="9" fill-opacity=".3"><animate attributeName="r" from="9" to="9" begin="0s" dur="0.8s" values="9;15;9" calcMode="linear" repeatCount="indefinite"></animate><animate attributeName="fill-opacity" from=".5" to=".5" begin="0s" dur="0.8s" values=".5;1;.5" calcMode="linear" repeatCount="indefinite"></animate></circle><circle cx="105" cy="15" r="15"><animate attributeName="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcMode="linear" repeatCount="indefinite"></animate><animate attributeName="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcMode="linear" repeatCount="indefinite"></animate></circle>', Zk = je({
12310
12310
  name: "QSpinnerDots",
12311
12311
  props: cd,
12312
12312
  setup(e) {
@@ -12533,7 +12533,7 @@ const qk = Ue({
12533
12533
  key: 1,
12534
12534
  removable: "",
12535
12535
  tabindex: C.tabindex,
12536
- style: so({ backgroundColor: e.chipColor }),
12536
+ style: Wr({ backgroundColor: e.chipColor }),
12537
12537
  "icon-remove": "close",
12538
12538
  "text-color": "secondary",
12539
12539
  onRemove: (S) => C.removeAtIndex(C.index)
@@ -12550,7 +12550,7 @@ const qk = Ue({
12550
12550
  ], 64);
12551
12551
  };
12552
12552
  }
12553
- }), r_ = /* @__PURE__ */ De(n_, [["__scopeId", "data-v-7b05047b"]]), o_ = { class: "modal-title" }, a_ = ["data-test"], i_ = {
12553
+ }), r_ = /* @__PURE__ */ De(n_, [["__scopeId", "data-v-545cb68c"]]), o_ = { class: "modal-title" }, a_ = ["data-test"], i_ = {
12554
12554
  key: 0,
12555
12555
  class: "required"
12556
12556
  }, s_ = /* @__PURE__ */ Dt({
@@ -12647,7 +12647,7 @@ const qk = Ue({
12647
12647
  onSubmit: Do(f, ["prevent"])
12648
12648
  }, {
12649
12649
  default: pe(() => [
12650
- (K(!0), ge(hr, null, Wr(e.fields, (w) => {
12650
+ (K(!0), ge(hr, null, Hr(e.fields, (w) => {
12651
12651
  var b;
12652
12652
  return K(), ge("div", {
12653
12653
  key: w.key,
@@ -12783,7 +12783,7 @@ const qk = Ue({
12783
12783
  _: 1
12784
12784
  }, 8, ["model-value"]));
12785
12785
  }
12786
- }), JD = /* @__PURE__ */ De(s_, [["__scopeId", "data-v-ed06c39a"]]), Mh = Ue({
12786
+ }), JD = /* @__PURE__ */ De(s_, [["__scopeId", "data-v-69280eb3"]]), Mh = je({
12787
12787
  name: "QTd",
12788
12788
  props: {
12789
12789
  props: Object,
@@ -12818,7 +12818,7 @@ const qk = Ue({
12818
12818
  class: "q-radio__check",
12819
12819
  d: "M12,6a6,6 0 0 0 -6,6a6,6 0 0 0 6,6a6,6 0 0 0 6,-6a6,6 0 0 0 -6,-6"
12820
12820
  })
12821
- ]), l_ = Ue({
12821
+ ]), l_ = je({
12822
12822
  name: "QRadio",
12823
12823
  props: {
12824
12824
  ...Cn,
@@ -12838,7 +12838,7 @@ const qk = Ue({
12838
12838
  },
12839
12839
  emits: ["update:modelValue"],
12840
12840
  setup(e, { slots: t, emit: n }) {
12841
- const { proxy: r } = Xe(), o = kn(e, r.$q), a = za(e, Tv), i = X(null), { refocusTargetEl: s, refocusTarget: u } = Ev(e, i), l = _(() => eo(e.modelValue) === eo(e.val)), c = _(
12841
+ const { proxy: r } = Xe(), o = kn(e, r.$q), a = za(e, Tv), i = X(null), { refocusTargetEl: s, refocusTarget: u } = Ev(e, i), l = _(() => to(e.modelValue) === to(e.val)), c = _(
12842
12842
  () => "q-radio cursor-pointer no-outline row inline no-wrap items-center" + (e.disable === !0 ? " disabled" : "") + (o.value === !0 ? " q-radio--dark" : "") + (e.dense === !0 ? " q-radio--dense" : "") + (e.leftLabel === !0 ? " reverse" : "")
12843
12843
  ), d = _(() => {
12844
12844
  const g = e.color !== void 0 && (e.keepColor === !0 || l.value === !0) ? ` text-${e.color}` : "";
@@ -12910,7 +12910,7 @@ const qk = Ue({
12910
12910
  }, x);
12911
12911
  };
12912
12912
  }
12913
- }), c_ = Ue({
12913
+ }), c_ = je({
12914
12914
  props: [
12915
12915
  "store",
12916
12916
  "barStyle",
@@ -12958,7 +12958,7 @@ const qk = Ue({
12958
12958
  prevent: !0,
12959
12959
  mouse: !0,
12960
12960
  mouseAllDir: !0
12961
- }, Bh = (e) => e >= 250 ? 50 : Math.ceil(e / 5), d_ = Ue({
12961
+ }, Bh = (e) => e >= 250 ? 50 : Math.ceil(e / 5), d_ = je({
12962
12962
  name: "QScrollArea",
12963
12963
  props: {
12964
12964
  ...Cn,
@@ -13224,7 +13224,7 @@ const qk = Ue({
13224
13224
  })
13225
13225
  ]);
13226
13226
  }
13227
- }), ym = Ue({
13227
+ }), ym = je({
13228
13228
  name: "QTh",
13229
13229
  props: {
13230
13230
  props: Object,
@@ -13267,7 +13267,7 @@ const qk = Ue({
13267
13267
  return T("th", l, s);
13268
13268
  };
13269
13269
  }
13270
- }), f_ = ["horizontal", "vertical", "cell", "none"], h_ = Ue({
13270
+ }), f_ = ["horizontal", "vertical", "cell", "none"], h_ = je({
13271
13271
  name: "QMarkupTable",
13272
13272
  props: {
13273
13273
  ...Cn,
@@ -13301,7 +13301,7 @@ function bm(e, t) {
13301
13301
  const p_ = {
13302
13302
  list: Sd,
13303
13303
  table: h_
13304
- }, v_ = ["list", "table", "__qtable"], m_ = Ue({
13304
+ }, v_ = ["list", "table", "__qtable"], m_ = je({
13305
13305
  name: "QVirtualScroll",
13306
13306
  props: {
13307
13307
  ..._c,
@@ -13402,7 +13402,7 @@ function Oh(e, t, n) {
13402
13402
  transform: t === !0 ? `translateX(${n.lang.rtl === !0 ? "-" : ""}100%) scale3d(${-e},1,1)` : `scale3d(${e},1,1)`
13403
13403
  };
13404
13404
  }
13405
- const y_ = Ue({
13405
+ const y_ = je({
13406
13406
  name: "QLinearProgress",
13407
13407
  props: {
13408
13408
  ...Cn,
@@ -13808,7 +13808,7 @@ const Xi = "q-table__bottom row items-center", wm = {};
13808
13808
  pm.forEach((e) => {
13809
13809
  wm[e] = {};
13810
13810
  });
13811
- const q_ = Ue({
13811
+ const q_ = je({
13812
13812
  name: "QTable",
13813
13813
  props: {
13814
13814
  rows: {
@@ -14033,12 +14033,12 @@ const q_ = Ue({
14033
14033
  re && (W.__trClass = `${re} ${W.__trClass}`);
14034
14034
  }
14035
14035
  return ke(
14036
- je(W)
14036
+ Ge(W)
14037
14037
  );
14038
14038
  }
14039
14039
  const qt = t["body-cell"], Bt = L.value.map((W) => {
14040
14040
  const re = t[`body-cell-${W.name}`], be = re !== void 0 ? re : qt;
14041
- return be !== void 0 ? be(Ge({ key: $e, row: te, pageIndex: He, col: W })) : T("td", {
14041
+ return be !== void 0 ? be(Ke({ key: $e, row: te, pageIndex: He, col: W })) : T("td", {
14042
14042
  class: W.__tdClass(te),
14043
14043
  style: W.__tdStyle(te)
14044
14044
  }, oe(W, te));
@@ -14079,12 +14079,12 @@ const q_ = Ue({
14079
14079
  );
14080
14080
  return ke !== void 0 && ($e = ke({ cols: L.value }).concat($e)), He !== void 0 && ($e = $e.concat(He({ cols: L.value }))), T("tbody", $e);
14081
14081
  }
14082
- function je(te) {
14082
+ function Ge(te) {
14083
14083
  return Tt(te), te.cols = te.cols.map(
14084
14084
  (ke) => Gn({ ...ke }, "value", () => oe(ke, te.row))
14085
14085
  ), te;
14086
14086
  }
14087
- function Ge(te) {
14087
+ function Ke(te) {
14088
14088
  return Tt(te), Gn(te, "value", () => oe(te.col, te.row)), te;
14089
14089
  }
14090
14090
  function xt(te) {
@@ -14155,7 +14155,7 @@ const q_ = Ue({
14155
14155
  )), Bt.length !== 0)
14156
14156
  return T("div", { class: qt }, Bt);
14157
14157
  }
14158
- const Ke = _(() => O.value === !0 ? null : D.value);
14158
+ const Ye = _(() => O.value === !0 ? null : D.value);
14159
14159
  function at() {
14160
14160
  const te = cn();
14161
14161
  return e.loading === !0 && t.loading === void 0 && te.push(
@@ -14188,7 +14188,7 @@ const q_ = Ue({
14188
14188
  const $e = t["header-selection"], rt = $e !== void 0 ? $e(it({})) : [
14189
14189
  T(oi, {
14190
14190
  color: e.color,
14191
- modelValue: Ke.value,
14191
+ modelValue: Ye.value,
14192
14192
  dark: a.value,
14193
14193
  dense: e.dense,
14194
14194
  "onUpdate:modelValue": Pt
@@ -14216,7 +14216,7 @@ const q_ = Ue({
14216
14216
  }), q.value === !0 && Gn(
14217
14217
  te,
14218
14218
  "selected",
14219
- () => Ke.value,
14219
+ () => Ye.value,
14220
14220
  Pt
14221
14221
  ), te;
14222
14222
  }
@@ -14412,7 +14412,7 @@ const q_ = Ue({
14412
14412
  e.cardContainerClass
14413
14413
  ],
14414
14414
  style: e.cardContainerStyle
14415
- }, k.value.map((ke, He) => te(je({
14415
+ }, k.value.map((ke, He) => te(Ge({
14416
14416
  key: u.value(ke),
14417
14417
  row: ke,
14418
14418
  pageIndex: He
@@ -14567,7 +14567,7 @@ const W_ = /* @__PURE__ */ De(V_, [["render", $_]]), H_ = {
14567
14567
  "body-cell-index": pe((f) => [
14568
14568
  xe(Mh, {
14569
14569
  props: f,
14570
- class: Ye(["text-center", { "q-td--no-hover": e.noHover }])
14570
+ class: Ue(["text-center", { "q-td--no-hover": e.noHover }])
14571
14571
  }, {
14572
14572
  default: pe(() => [
14573
14573
  Wt(pt(l(f.rowIndex)), 1)
@@ -14578,7 +14578,7 @@ const W_ = /* @__PURE__ */ De(V_, [["render", $_]]), H_ = {
14578
14578
  "body-cell": pe((f) => [
14579
14579
  xe(Mh, {
14580
14580
  props: f,
14581
- class: Ye({
14581
+ class: Ue({
14582
14582
  "q-td--no-hover": e.noHover || f.col.name === "fixed",
14583
14583
  fixed: f.col.name === "fixed"
14584
14584
  })
@@ -14600,7 +14600,7 @@ const W_ = /* @__PURE__ */ De(V_, [["render", $_]]), H_ = {
14600
14600
  }, null, 8, Q_)) : s(f.col.name) ? $t(c.$slots, f.col.name, {
14601
14601
  key: 2,
14602
14602
  cellProps: f,
14603
- class: Ye({ fixed__btns: f.col.name === "fixed" })
14603
+ class: Ue({ fixed__btns: f.col.name === "fixed" })
14604
14604
  }, void 0, !0) : (K(), ge("span", {
14605
14605
  key: 3,
14606
14606
  title: f.value
@@ -14611,13 +14611,13 @@ const W_ = /* @__PURE__ */ De(V_, [["render", $_]]), H_ = {
14611
14611
  ]),
14612
14612
  _: 2
14613
14613
  }, [
14614
- Wr(e.columns, (f) => ({
14614
+ Hr(e.columns, (f) => ({
14615
14615
  name: `header-cell-${f.name}`,
14616
14616
  fn: pe((h) => [
14617
14617
  xe(ym, {
14618
14618
  props: h,
14619
- class: Ye({ "cursor-pointer": f.filterType, fixed: f.name === "fixed" }),
14620
- style: so(f.style)
14619
+ class: Ue({ "cursor-pointer": f.filterType, fixed: f.name === "fixed" }),
14620
+ style: Wr(f.style)
14621
14621
  }, {
14622
14622
  default: pe(() => {
14623
14623
  var p, m;
@@ -14656,7 +14656,7 @@ const W_ = /* @__PURE__ */ De(V_, [["render", $_]]), H_ = {
14656
14656
  default: pe(() => {
14657
14657
  var v;
14658
14658
  return [
14659
- (K(!0), ge(hr, null, Wr(i.value[f.name], (y) => (K(), Ae(Nn, {
14659
+ (K(!0), ge(hr, null, Hr(i.value[f.name], (y) => (K(), Ae(Nn, {
14660
14660
  key: `${f.name}-${y.id}`,
14661
14661
  tag: "label"
14662
14662
  }, {
@@ -14720,7 +14720,7 @@ const W_ = /* @__PURE__ */ De(V_, [["render", $_]]), H_ = {
14720
14720
  ]), 1032, ["selected", "rows", "columns", "selection", "table-row-style-fn"])
14721
14721
  ]));
14722
14722
  }
14723
- }), e3 = /* @__PURE__ */ De(J_, [["__scopeId", "data-v-e633b819"]]), t3 = {
14723
+ }), e3 = /* @__PURE__ */ De(J_, [["__scopeId", "data-v-9642bdfb"]]), t3 = {
14724
14724
  key: 0,
14725
14725
  class: "table-controls"
14726
14726
  }, n3 = { class: "table-wrapper" }, r3 = {
@@ -14746,7 +14746,7 @@ const W_ = /* @__PURE__ */ De(V_, [["render", $_]]), H_ = {
14746
14746
  setup(e, { emit: t }) {
14747
14747
  const n = e, r = t, o = uu(), a = ["actions", "modal"], i = _(() => o ? Object.keys(o).filter((u) => !a.includes(u)) : []), s = _(() => "actions" in o);
14748
14748
  return (u, l) => (K(), ge("div", {
14749
- class: Ye(["table-layout", { "hide-search": !s.value && e.hideSearch, "hide-pagination": e.hidePagination }])
14749
+ class: Ue(["table-layout", { "hide-search": !s.value && e.hideSearch, "hide-pagination": e.hidePagination }])
14750
14750
  }, [
14751
14751
  s.value || !e.hideSearch ? (K(), ge("div", t3, [
14752
14752
  e.hideSearch ? We("", !0) : (K(), Ae(Yk, {
@@ -14767,7 +14767,7 @@ const W_ = /* @__PURE__ */ De(V_, [["render", $_]]), H_ = {
14767
14767
  }, x1(n.tableEvents), {
14768
14768
  "onUpdate:selectedRows": l[0] || (l[0] = (c) => r("update:selectedRows", c))
14769
14769
  }), qa({ _: 2 }, [
14770
- Wr(i.value, (c) => ({
14770
+ Hr(i.value, (c) => ({
14771
14771
  name: c,
14772
14772
  fn: pe(({ cellProps: d }) => [
14773
14773
  $t(u.$slots, c, {
@@ -14794,10 +14794,7 @@ const W_ = /* @__PURE__ */ De(V_, [["render", $_]]), H_ = {
14794
14794
  "modal" in An(o) ? $t(u.$slots, "modal", { key: 2 }, void 0, !0) : We("", !0)
14795
14795
  ], 2));
14796
14796
  }
14797
- }), eM = /* @__PURE__ */ De(o3, [["__scopeId", "data-v-1b7ee59f"]]), a3 = {
14798
- key: 0,
14799
- class: "title"
14800
- }, i3 = {
14797
+ }), eM = /* @__PURE__ */ De(o3, [["__scopeId", "data-v-1b7ee59f"]]), a3 = ["title"], i3 = {
14801
14798
  key: 1,
14802
14799
  class: "loader-overlay"
14803
14800
  }, s3 = /* @__PURE__ */ Dt({
@@ -14807,7 +14804,9 @@ const W_ = /* @__PURE__ */ De(V_, [["render", $_]]), H_ = {
14807
14804
  title: {},
14808
14805
  width: {},
14809
14806
  loading: { type: Boolean },
14810
- maxHeight: {}
14807
+ maxHeight: {},
14808
+ ellipsis: { type: Boolean },
14809
+ titleStyle: {}
14811
14810
  }, {
14812
14811
  modelValue: { type: Boolean },
14813
14812
  modelModifiers: {}
@@ -14822,12 +14821,17 @@ const W_ = /* @__PURE__ */ De(V_, [["render", $_]]), H_ = {
14822
14821
  default: pe(() => [
14823
14822
  xe(xu, {
14824
14823
  class: "modal",
14825
- style: so({ width: e.width, "max-width": e.width || "unset", maxHeight: e.maxHeight || "600px" })
14824
+ style: Wr({ width: e.width, "max-width": e.width || "unset", maxHeight: e.maxHeight || "600px" })
14826
14825
  }, {
14827
14826
  default: pe(() => [
14828
14827
  xe(hi, { class: "section" }, {
14829
14828
  default: pe(() => [
14830
- e.title ? (K(), ge("div", a3, pt(e.title), 1)) : We("", !0),
14829
+ e.title ? (K(), ge("div", {
14830
+ key: 0,
14831
+ class: Ue(["title", { ellipsis: e.ellipsis }]),
14832
+ title: e.title,
14833
+ style: Wr(e.titleStyle)
14834
+ }, pt(e.title), 15, a3)) : We("", !0),
14831
14835
  $t(r.$slots, "default", {}, void 0, !0),
14832
14836
  e.loading ? (K(), ge("div", i3, [
14833
14837
  xe(fi, {
@@ -14856,7 +14860,7 @@ const W_ = /* @__PURE__ */ De(V_, [["render", $_]]), H_ = {
14856
14860
  _: 3
14857
14861
  }, 8, ["modelValue"]));
14858
14862
  }
14859
- }), tM = /* @__PURE__ */ De(s3, [["__scopeId", "data-v-6ce1f8c0"]]);
14863
+ }), tM = /* @__PURE__ */ De(s3, [["__scopeId", "data-v-382ed34c"]]);
14860
14864
  function oa(e, t, n, r) {
14861
14865
  const o = [];
14862
14866
  return e.forEach((a) => {
@@ -14965,7 +14969,7 @@ function c3({
14965
14969
  maxTotalSizeNumber: c
14966
14970
  };
14967
14971
  }
14968
- const d3 = Ue({
14972
+ const d3 = je({
14969
14973
  name: "QFile",
14970
14974
  inheritAttrs: !1,
14971
14975
  props: {
@@ -16988,9 +16992,9 @@ class gn {
16988
16992
  Ji = !0;
16989
16993
  try {
16990
16994
  const a = (await this.refresh()).accessToken;
16991
- return a ? (this.setAccessToken(a), this.onRefreshed(), Ji = !1, this.axiosInstance(n)) : (await this.logoutUser(), Promise.reject(t));
16995
+ return a ? (this.setAccessToken(a), this.onRefreshed(), Ji = !1, this.axiosInstance(n)) : (this.logoutUser(), Promise.reject(t));
16992
16996
  } catch (o) {
16993
- return await this.logoutUser(), Promise.reject(o);
16997
+ return this.logoutUser(), Promise.reject(o);
16994
16998
  }
16995
16999
  }
16996
17000
  );
@@ -17013,8 +17017,8 @@ class gn {
17013
17017
  onRefreshed() {
17014
17018
  ml.forEach((t) => t()), ml = [];
17015
17019
  }
17016
- async logoutUser() {
17017
- Ji = !1, await this.post("/v2/logout", null), this.removeToken(), window.location.href = "/sign-in";
17020
+ logoutUser() {
17021
+ Ji = !1, this.post("/v2/logout", {}), this.removeToken(), window.location.href = "/sign-in";
17018
17022
  }
17019
17023
  handleError(t) {
17020
17024
  t.response ? console.error("API Error:", t.response.status, t.response.data) : t.request ? console.error("No response received:", t.request) : console.error("Error during request setup:", t.message);
@@ -17727,6 +17731,9 @@ class ZS extends gn {
17727
17731
  exportRpdzLogList(t) {
17728
17732
  return this.get("exposed_equipment_zones_history/list/export", { params: t, responseType: "blob" });
17729
17733
  }
17734
+ editControlLog(t, n) {
17735
+ return this.put(`exposed_equipment_zones/${t}`, n);
17736
+ }
17730
17737
  }
17731
17738
  let Rl;
17732
17739
  function DM() {
@@ -19514,12 +19521,12 @@ function D4(e, t) {
19514
19521
  }
19515
19522
  }
19516
19523
  function es(e, t, n) {
19517
- return Ur(e, t, function() {
19524
+ return jr(e, t, function() {
19518
19525
  return e.getExtension(n);
19519
19526
  }, 'Extension "' + n + '" not supported on this browser.');
19520
19527
  }
19521
19528
  function M4(e, t, n) {
19522
- var r = Ur(e, t, function() {
19529
+ var r = jr(e, t, function() {
19523
19530
  return e.createShader(e.VERTEX_SHADER);
19524
19531
  }, "Unable to create vertex WebGLShader.");
19525
19532
  if (Ne(e, t, function() {
@@ -19530,7 +19537,7 @@ function M4(e, t, n) {
19530
19537
  return r;
19531
19538
  }
19532
19539
  function F4(e, t, n) {
19533
- var r = Ur(e, t, function() {
19540
+ var r = jr(e, t, function() {
19534
19541
  return e.createShader(e.FRAGMENT_SHADER);
19535
19542
  }, "Unable to create fragment WebGLShader.");
19536
19543
  if (Ne(e, t, function() {
@@ -19554,7 +19561,7 @@ function F4(e, t, n) {
19554
19561
  }
19555
19562
  var ql, Vl, P4 = /ERROR: [0-9]+:([0-9]+):/g;
19556
19563
  function B4(e, t) {
19557
- return Ur(e, t, function() {
19564
+ return jr(e, t, function() {
19558
19565
  return e.createProgram();
19559
19566
  }, "Unable to create WebGLProgram.");
19560
19567
  }
@@ -19569,7 +19576,7 @@ function zl(e, t, n) {
19569
19576
  }), e.getProgramParameter(n, e.VALIDATE_STATUS) === !1) throw console.log(e.getProgramInfoLog(n)), new Error("Shader program validation failed.");
19570
19577
  }
19571
19578
  function N4(e, t, n) {
19572
- var r = Ur(e, t, function() {
19579
+ var r = jr(e, t, function() {
19573
19580
  return e.createBuffer();
19574
19581
  }, "Unable to create WebGLBuffer");
19575
19582
  return Ne(e, t, function() {
@@ -19579,7 +19586,7 @@ function N4(e, t, n) {
19579
19586
  }), r;
19580
19587
  }
19581
19588
  function L4(e, t, n) {
19582
- var r = Ur(e, t, function() {
19589
+ var r = jr(e, t, function() {
19583
19590
  return e.createBuffer();
19584
19591
  }, "Unable to create WebGLBuffer");
19585
19592
  return Ne(e, t, function() {
@@ -19589,7 +19596,7 @@ function L4(e, t, n) {
19589
19596
  }), r;
19590
19597
  }
19591
19598
  function q4(e, t) {
19592
- return Ur(e, t, function() {
19599
+ return jr(e, t, function() {
19593
19600
  return e.createTexture();
19594
19601
  }, "Unable to create WebGLTexture.");
19595
19602
  }
@@ -19603,7 +19610,7 @@ function V4(e, t) {
19603
19610
  throw r = "[" + e + "x" + t + "]", new Error("Requested texture size " + r + " greater than WebGL maximum on this browser / GPU " + ("[" + n + "x" + n + "]") + ".");
19604
19611
  }
19605
19612
  function z4(e, t) {
19606
- return Ur(e, t, function() {
19613
+ return jr(e, t, function() {
19607
19614
  return e.createFramebuffer();
19608
19615
  }, "Unable to create WebGLFramebuffer.");
19609
19616
  }
@@ -19625,7 +19632,7 @@ function $4(e, t, n, r) {
19625
19632
  });
19626
19633
  }
19627
19634
  function W4(e, t, n, r) {
19628
- return Ur(e, t, function() {
19635
+ return jr(e, t, function() {
19629
19636
  return e.getUniformLocation(n, r);
19630
19637
  }, 'uniform "' + r + '" not present in program.');
19631
19638
  }
@@ -19671,7 +19678,7 @@ function j4(e, t) {
19671
19678
  return "unknown error " + t;
19672
19679
  }
19673
19680
  }
19674
- function Ur(e, t, n, r) {
19681
+ function jr(e, t, n, r) {
19675
19682
  var o = Ne(e, t, function() {
19676
19683
  return n();
19677
19684
  });
@@ -20963,7 +20970,7 @@ function zE(e, t) {
20963
20970
  function Iu(e) {
20964
20971
  return j.customGrad(e);
20965
20972
  }
20966
- var jr = $({ softmax_: function(e, t) {
20973
+ var Gr = $({ softmax_: function(e, t) {
20967
20974
  t === void 0 && (t = -1);
20968
20975
  var n = M(e, "logits", "softmax", "float32");
20969
20976
  if (t === -1 && (t = n.rank - 1), t !== n.rank - 1) throw Error("Softmax along a non-last dimension is not yet supported. Logits was rank " + n.rank + " and dim was " + t);
@@ -21306,7 +21313,7 @@ var jr = $({ softmax_: function(e, t) {
21306
21313
  function Q(e) {
21307
21314
  throw new Error("'" + e + "' not yet implemented or not found in the registry. Did you forget to import the kernel?");
21308
21315
  }
21309
- function oo(e, t) {
21316
+ function ao(e, t) {
21310
21317
  for (var n = e.length, r = [], o = 0; o < n; o++) {
21311
21318
  var a = n - 1 - o, i = e[a] || 1;
21312
21319
  (t[t.length - 1 - o] || 1) > 1 && i === 1 && r.unshift(a);
@@ -21402,20 +21409,20 @@ function Qs(e, t, n, r, o, a, i, s) {
21402
21409
  var ye, Ee, Oe, et;
21403
21410
  if (typeof Y == "number") {
21404
21411
  ye = { top: Y, bottom: Y, left: Y, right: Y, front: Y, back: Y, type: Y === 0 ? "VALID" : "NUMBER" };
21405
- var tt = function(Pe, st, mt, je, Ge, xt) {
21406
- Ge == null && (Ge = xg(Pe, st, je));
21407
- var Tt = Pe[0], oe = Pe[1], he = Pe[2], Ve = ii((Tt - st + 2 * Ge) / je + 1, xt);
21412
+ var tt = function(Pe, st, mt, Ge, Ke, xt) {
21413
+ Ke == null && (Ke = xg(Pe, st, Ge));
21414
+ var Tt = Pe[0], oe = Pe[1], he = Pe[2], Ve = ii((Tt - st + 2 * Ke) / Ge + 1, xt);
21408
21415
  B(Zt(Ve), function() {
21409
21416
  return "The output # of depths (" + Ve + ") must be an integer. Change the stride and/or zero pad parameters";
21410
21417
  });
21411
- var Ke = ii((oe - st + 2 * Ge) / je + 1, xt);
21412
- B(Zt(Ke), function() {
21413
- return "The output # of rows (" + Ke + ") must be an integer. Change the stride and/or zero pad parameters";
21418
+ var Ye = ii((oe - st + 2 * Ke) / Ge + 1, xt);
21419
+ B(Zt(Ye), function() {
21420
+ return "The output # of rows (" + Ye + ") must be an integer. Change the stride and/or zero pad parameters";
21414
21421
  });
21415
- var at = ii((he - st + 2 * Ge) / je + 1, xt);
21422
+ var at = ii((he - st + 2 * Ke) / Ge + 1, xt);
21416
21423
  return B(Zt(at), function() {
21417
21424
  return "The output # of columns (" + at + ") must be an integer. Change the stride and/or zero pad parameters";
21418
- }), [Ve, Ke, at, mt];
21425
+ }), [Ve, Ye, at, mt];
21419
21426
  }([L, V, G, 1], le, 1, ne, Y, ze);
21420
21427
  Ee = tt[0], Oe = tt[1], et = tt[2];
21421
21428
  } else if (Y === "same") {
@@ -21802,7 +21809,7 @@ function ZE(e, t, n, r) {
21802
21809
  y += v ? Ag(p) : la(p);
21803
21810
  var w = p.shapeInfo.logicalShape, b = m.logicalShape;
21804
21811
  return w.length <= b.length && (y += v ? function(g, x) {
21805
- var C, S = g.name, E = S.charAt(0).toUpperCase() + S.slice(1), R = "get" + E + "AtOutCoords", k = g.shapeInfo.logicalShape.length, I = x.logicalShape.length, A = oo(g.shapeInfo.logicalShape, x.logicalShape), q = Lt(I), D = I - k, O = ["x", "y", "z", "w", "u", "v"];
21812
+ var C, S = g.name, E = S.charAt(0).toUpperCase() + S.slice(1), R = "get" + E + "AtOutCoords", k = g.shapeInfo.logicalShape.length, I = x.logicalShape.length, A = ao(g.shapeInfo.logicalShape, x.logicalShape), q = Lt(I), D = I - k, O = ["x", "y", "z", "w", "u", "v"];
21806
21813
  C = k === 0 ? "" : I < 2 && A.length >= 1 ? "coords = 0;" : A.map(function(V) {
21807
21814
  return "coords." + O[V + D] + " = 0;";
21808
21815
  }).join(`
@@ -21840,7 +21847,7 @@ function ZE(e, t, n, r) {
21840
21847
  return sampleTexture(` + C + `, resultUV);
21841
21848
  }
21842
21849
  `;
21843
- var q, D = Lt(A), O = oo(g.shapeInfo.logicalShape, x.logicalShape), z = A - I, F = ["x", "y", "z", "w", "u", "v"];
21850
+ var q, D = Lt(A), O = ao(g.shapeInfo.logicalShape, x.logicalShape), z = A - I, F = ["x", "y", "z", "w", "u", "v"];
21844
21851
  q = I === 0 ? "" : A < 2 && O.length >= 1 ? "coords = 0;" : O.map(function(H) {
21845
21852
  return "coords." + F[H + z] + " = 0;";
21846
21853
  }).join(`
@@ -27397,7 +27404,7 @@ return (round(mod(b, 2.0)) != 1) ?
27397
27404
  var a = new mR(n, r, o);
27398
27405
  return this.compileAndRun(a, [n]);
27399
27406
  }, t.prototype.multinomial = function(n, r, o, a) {
27400
- var i = r ? n : jr(n), s = i.shape[0], u = i.shape[1], l = new iR(s, u, o), c = l.getCustomSetupFunc(a);
27407
+ var i = r ? n : Gr(n), s = i.shape[0], u = i.shape[1], l = new iR(s, u, o), c = l.getCustomSetupFunc(a);
27401
27408
  return this.compileAndRun(l, [i], "int32", c);
27402
27409
  }, t.prototype.oneHot = function(n, r, o, a) {
27403
27410
  var i = new sR(n.size, r, o, a);
@@ -29540,8 +29547,8 @@ var qI = $({ absoluteDifference_: function(e, t, n, r) {
29540
29547
  var o = M(e, "labels", "absoluteDifference"), a = M(t, "predictions", "absoluteDifference"), i = null;
29541
29548
  n != null && (i = M(n, "weights", "absoluteDifference")), Rt(o.shape, a.shape, "Error in absoluteDifference: ");
29542
29549
  var s = o.sub(a).abs();
29543
- return Gr(s, i, r);
29544
- } }), Gr = $({ computeWeightedLoss_: function(e, t, n) {
29550
+ return Kr(s, i, r);
29551
+ } }), Kr = $({ computeWeightedLoss_: function(e, t, n) {
29545
29552
  n === void 0 && (n = In.SUM_BY_NONZERO_WEIGHTS);
29546
29553
  var r = M(e, "losses", "computeWeightedLoss"), o = null;
29547
29554
  t != null && (o = M(t, "weights", "computeWeightedLoss"));
@@ -29564,7 +29571,7 @@ var qI = $({ absoluteDifference_: function(e, t, n, r) {
29564
29571
  var a = M(e, "labels", "cosineDistance"), i = M(t, "predictions", "cosineDistance"), s = null;
29565
29572
  r != null && (s = M(r, "weights", "cosineDistance")), Rt(a.shape, i.shape, "Error in cosineDistance: ");
29566
29573
  var u = Ce(1).sub(a.mul(i).sum(n, !0));
29567
- return Gr(u, s, o);
29574
+ return Kr(u, s, o);
29568
29575
  } }), zI = $({ hingeLoss_: function(e, t, n, r) {
29569
29576
  r === void 0 && (r = In.SUM_BY_NONZERO_WEIGHTS);
29570
29577
  var o = M(e, "labels", "hingeLoss"), a = M(t, "predictions", "hingeLoss"), i = null;
@@ -29572,25 +29579,25 @@ var qI = $({ absoluteDifference_: function(e, t, n, r) {
29572
29579
  var s = Ce(1);
29573
29580
  o = Ce(2).mul(o).sub(s);
29574
29581
  var u = s.sub(o.mul(a)).relu();
29575
- return Gr(u, i, r);
29582
+ return Kr(u, i, r);
29576
29583
  } }), $I = $({ huberLoss_: function(e, t, n, r, o) {
29577
29584
  r === void 0 && (r = 1), o === void 0 && (o = In.SUM_BY_NONZERO_WEIGHTS);
29578
29585
  var a = M(e, "labels", "huberLoss"), i = M(t, "predictions", "huberLoss"), s = null;
29579
29586
  n != null && (s = M(n, "weights", "huberLoss")), Rt(a.shape, i.shape, "Error in huberLoss: ");
29580
29587
  var u = Ce(r), l = i.sub(a).abs(), c = Yg(l, u), d = l.sub(c), f = Ce(0.5).mul(c.square()).add(u.mul(d));
29581
- return Gr(f, s, o);
29588
+ return Kr(f, s, o);
29582
29589
  } }), WI = $({ logLoss_: function(e, t, n, r, o) {
29583
29590
  r === void 0 && (r = 1e-7), o === void 0 && (o = In.SUM_BY_NONZERO_WEIGHTS);
29584
29591
  var a = M(e, "labels", "logLoss"), i = M(t, "predictions", "logLoss"), s = null;
29585
29592
  n != null && (s = M(n, "weights", "logLoss")), Rt(a.shape, i.shape, "Error in logLoss: ");
29586
29593
  var u = Ce(1), l = Ce(r), c = a.mul(i.add(l).log()).neg().sub(u.sub(a).mul(u.sub(i).add(l).log()));
29587
- return Gr(c, s, o);
29594
+ return Kr(c, s, o);
29588
29595
  } }), HI = $({ meanSquaredError_: function(e, t, n, r) {
29589
29596
  r === void 0 && (r = In.SUM_BY_NONZERO_WEIGHTS);
29590
29597
  var o = M(e, "labels", "meanSquaredError"), a = M(t, "predictions", "meanSquaredError"), i = null;
29591
29598
  n != null && (i = M(n, "weights", "meanSquaredError")), Rt(o.shape, a.shape, "Error in meanSquaredError: ");
29592
29599
  var s = o.squaredDifference(a);
29593
- return Gr(s, i, r);
29600
+ return Kr(s, i, r);
29594
29601
  } }), UI = $({ sigmoidCrossEntropy_: function(e, t, n, r, o) {
29595
29602
  r === void 0 && (r = 0), o === void 0 && (o = In.SUM_BY_NONZERO_WEIGHTS);
29596
29603
  var a = M(e, "multiClassLabels", "sigmoidCrossEntropy"), i = M(t, "logits", "sigmoidCrossEntropy"), s = null;
@@ -29604,7 +29611,7 @@ var qI = $({ absoluteDifference_: function(e, t, n, r) {
29604
29611
  var v = m.relu(), y = m.mul(p), w = m.abs().neg().exp().log1p();
29605
29612
  return v.sub(y).add(w);
29606
29613
  }(a, i);
29607
- return Gr(d, s, o);
29614
+ return Kr(d, s, o);
29608
29615
  } }), jI = $({ softmaxCrossEntropy_: function(e, t, n, r, o) {
29609
29616
  r === void 0 && (r = 0), o === void 0 && (o = In.SUM_BY_NONZERO_WEIGHTS);
29610
29617
  var a = M(e, "onehotLabels", "softmaxCrossEntropy"), i = M(t, "logits", "softmaxCrossEntropy"), s = null;
@@ -29622,10 +29629,10 @@ var qI = $({ absoluteDifference_: function(e, t, n, r) {
29622
29629
  } };
29623
29630
  })(f, h);
29624
29631
  }(a, i);
29625
- return Gr(d, s, o);
29632
+ return Kr(d, s, o);
29626
29633
  } }), GI = Object.freeze({ get Reduction() {
29627
29634
  return In;
29628
- }, absoluteDifference: qI, computeWeightedLoss: Gr, cosineDistance: VI, hingeLoss: zI, huberLoss: $I, logLoss: WI, meanSquaredError: HI, sigmoidCrossEntropy: UI, softmaxCrossEntropy: jI });
29635
+ }, absoluteDifference: qI, computeWeightedLoss: Kr, cosineDistance: VI, hingeLoss: zI, huberLoss: $I, logLoss: WI, meanSquaredError: HI, sigmoidCrossEntropy: UI, softmaxCrossEntropy: jI });
29629
29636
  function Pp(e, t) {
29630
29637
  return t === void 0 && (t = !1), j.tidy(function() {
29631
29638
  if (e.shape.length !== 2) throw new Error("qr2d() requires a 2D Tensor, but got a " + e.shape.length + "D Tensor.");
@@ -29962,7 +29969,7 @@ var ZI = $({ resizeBilinear_: function(e, t, n) {
29962
29969
  } }, O);
29963
29970
  }, "FusedDepthwiseConv2D", { convInfo: x, activation: f }, S, [!0]);
29964
29971
  return w ? E.as3D(E.shape[1], E.shape[2], E.shape[3]) : E;
29965
- } }), u6 = Object.freeze({ matMul: a6, conv2d: i6, depthwiseConv2d: s6 }), l6 = Object.freeze({ image: nf, linalg: QI, losses: GI, spectral: MI, fused: u6, signal: NI, square: WR, squaredDifference: qg, conv1d: ZT, conv2d: sr, conv3d: JT, depthwiseConv2d: Mu, separableConv2d: Qd, conv2dTranspose: eI, conv3dTranspose: tI, op: $, batchNormalization2d: bT, batchNormalization3d: wT, batchNormalization4d: xT, batchNormalization: CT, batchNorm: Ug, batchNorm2d: kT, batchNorm3d: _T, batchNorm4d: ST, booleanMaskAsync: QT, complex: bn, real: or, imag: _r, concat: on, concat1d: uE, concat2d: lE, concat3d: cE, concat4d: dE, split: Nd, matMul: Fu, dot: nI, outerProduct: rI, reverse: Li, reverse1d: oI, reverse2d: aI, reverse3d: iI, reverse4d: sI, maxPool: dn, avgPool: qi, pool: uI, maxPool3d: lI, avgPool3d: cI, slice: Ir, slice1d: dI, slice2d: fI, slice3d: i0, slice4d: hI, abs: HR, acos: UR, acosh: jR, asin: GR, asinh: KR, atan: YR, atanh: XR, ceil: QR, clipByValue: Gd, cos: ZR, cosh: JR, erf: eT, exp: Hc, expm1: tT, floor: nT, log: rT, log1p: oT, logSigmoid: aT, neg: Js, reciprocal: iT, round: sT, rsqrt: Vg, sigmoid: zg, sign: uT, isNaN: lT, isInf: cT, isFinite: dT, sin: fT, sinh: hT, softplus: pT, sqrt: vT, step: mT, tan: gT, tanh: yT, all: pI, any: vI, argMax: mI, argMin: gI, logSumExp: yI, max: Pu, mean: bI, min: wI, moments: xI, sum: u0, prod: CI, equal: Xg, equalStrict: zT, greater: $T, greaterEqual: Qg, greaterEqualStrict: WT, greaterStrict: HT, less: UT, lessEqual: jT, lessEqualStrict: GT, lessStrict: KT, notEqual: YT, notEqualStrict: XT, add: ft, addN: TT, addStrict: IT, atan2: AT, div: cr, divNoNan: DT, divStrict: MT, floorDiv: Kg, maximum: Kd, maximumStrict: FT, minimum: Yg, minimumStrict: PT, mod: BT, modStrict: OT, mul: Dn, mulStrict: NT, pow: eu, powStrict: LT, squaredDifferenceStrict: qT, sub: un, subStrict: VT, elu: l0, leakyRelu: kI, prelu: c0, relu: Ut, relu6: d0, selu: _I, logicalAnd: Du, logicalNot: ET, logicalOr: jg, logicalXor: RT, where: $o, whereAsync: Gg, buffer: ot, print: wE, batchToSpaceND: ug, broadcastTo: xE, cast: CE, clone: kE, cumsum: _E, depthToSpace: SE, expandDims: rr, eye: lg, multinomial: EE, oneHot: Vc, pad: Go, pad1d: RE, pad2d: TE, pad3d: IE, pad4d: AE, rand: DE, randomNormal: ME, randomGamma: FE, randomUniform: cg, reshape: dr, spaceToBatchND: dg, squeeze: fg, stack: Zn, tile: xa, truncatedNormal: PE, unstack: an, setdiff1dAsync: BE, fill: Tr, linspace: sE, ones: ja, range: Us, scalar: Ce, tensor: xn, tensor1d: tn, tensor2d: uo, tensor3d: Od, tensor4d: Pn, tensor5d: oE, tensor6d: aE, variable: iE, zeros: Vt, onesLike: sg, zerosLike: yt, transpose: po, softmax: jr, logSoftmax: $E, localResponseNormalization: SI, norm: f0, gather: Yd, unsortedSegmentSum: Zg, basicLSTMCell: EI, multiRNNCell: RI, movingAverage: TI, stridedSlice: II, topk: AI, scatterND: DI, fft: Zd, ifft: tu, rfft: Jd, irfft: h0, sparseToDense: FI, gatherND: PI, diag: BI, dropout: OI, hannWindow: ef, hammingWindow: v0, frame: tf, stft: m0, inTopKAsync: LI });
29972
+ } }), u6 = Object.freeze({ matMul: a6, conv2d: i6, depthwiseConv2d: s6 }), l6 = Object.freeze({ image: nf, linalg: QI, losses: GI, spectral: MI, fused: u6, signal: NI, square: WR, squaredDifference: qg, conv1d: ZT, conv2d: sr, conv3d: JT, depthwiseConv2d: Mu, separableConv2d: Qd, conv2dTranspose: eI, conv3dTranspose: tI, op: $, batchNormalization2d: bT, batchNormalization3d: wT, batchNormalization4d: xT, batchNormalization: CT, batchNorm: Ug, batchNorm2d: kT, batchNorm3d: _T, batchNorm4d: ST, booleanMaskAsync: QT, complex: bn, real: or, imag: _r, concat: on, concat1d: uE, concat2d: lE, concat3d: cE, concat4d: dE, split: Nd, matMul: Fu, dot: nI, outerProduct: rI, reverse: Li, reverse1d: oI, reverse2d: aI, reverse3d: iI, reverse4d: sI, maxPool: dn, avgPool: qi, pool: uI, maxPool3d: lI, avgPool3d: cI, slice: Ir, slice1d: dI, slice2d: fI, slice3d: i0, slice4d: hI, abs: HR, acos: UR, acosh: jR, asin: GR, asinh: KR, atan: YR, atanh: XR, ceil: QR, clipByValue: Gd, cos: ZR, cosh: JR, erf: eT, exp: Hc, expm1: tT, floor: nT, log: rT, log1p: oT, logSigmoid: aT, neg: Js, reciprocal: iT, round: sT, rsqrt: Vg, sigmoid: zg, sign: uT, isNaN: lT, isInf: cT, isFinite: dT, sin: fT, sinh: hT, softplus: pT, sqrt: vT, step: mT, tan: gT, tanh: yT, all: pI, any: vI, argMax: mI, argMin: gI, logSumExp: yI, max: Pu, mean: bI, min: wI, moments: xI, sum: u0, prod: CI, equal: Xg, equalStrict: zT, greater: $T, greaterEqual: Qg, greaterEqualStrict: WT, greaterStrict: HT, less: UT, lessEqual: jT, lessEqualStrict: GT, lessStrict: KT, notEqual: YT, notEqualStrict: XT, add: ft, addN: TT, addStrict: IT, atan2: AT, div: cr, divNoNan: DT, divStrict: MT, floorDiv: Kg, maximum: Kd, maximumStrict: FT, minimum: Yg, minimumStrict: PT, mod: BT, modStrict: OT, mul: Dn, mulStrict: NT, pow: eu, powStrict: LT, squaredDifferenceStrict: qT, sub: un, subStrict: VT, elu: l0, leakyRelu: kI, prelu: c0, relu: Ut, relu6: d0, selu: _I, logicalAnd: Du, logicalNot: ET, logicalOr: jg, logicalXor: RT, where: $o, whereAsync: Gg, buffer: ot, print: wE, batchToSpaceND: ug, broadcastTo: xE, cast: CE, clone: kE, cumsum: _E, depthToSpace: SE, expandDims: rr, eye: lg, multinomial: EE, oneHot: Vc, pad: Go, pad1d: RE, pad2d: TE, pad3d: IE, pad4d: AE, rand: DE, randomNormal: ME, randomGamma: FE, randomUniform: cg, reshape: dr, spaceToBatchND: dg, squeeze: fg, stack: Zn, tile: xa, truncatedNormal: PE, unstack: an, setdiff1dAsync: BE, fill: Tr, linspace: sE, ones: ja, range: Us, scalar: Ce, tensor: xn, tensor1d: tn, tensor2d: uo, tensor3d: Od, tensor4d: Pn, tensor5d: oE, tensor6d: aE, variable: iE, zeros: Vt, onesLike: sg, zerosLike: yt, transpose: po, softmax: Gr, logSoftmax: $E, localResponseNormalization: SI, norm: f0, gather: Yd, unsortedSegmentSum: Zg, basicLSTMCell: EI, multiRNNCell: RI, movingAverage: TI, stridedSlice: II, topk: AI, scatterND: DI, fft: Zd, ifft: tu, rfft: Jd, irfft: h0, sparseToDense: FI, gatherND: PI, diag: BI, dropout: OI, hannWindow: ef, hammingWindow: v0, frame: tf, stft: m0, inTopKAsync: LI });
29966
29973
  function de(e, t) {
29967
29974
  Array.isArray(e) || (e = [e]), e.forEach(function(n) {
29968
29975
  n != null && B(n.dtype !== "complex64", function() {
@@ -30572,8 +30579,8 @@ Hi there 👋. Looks like you are running TensorFlow.js in Node.js. To speed thi
30572
30579
  return a.toTensor();
30573
30580
  }, t.prototype.conv3dDerInput = function(n, r, o) {
30574
30581
  for (var a = ot(o.inShape, "float32"), i = a.values, s = a.strides, u = s[0], l = s[1], c = s[2], d = s[3], f = this.readSync(n.dataId), h = n.strides, p = h[0], m = h[1], v = h[2], y = h[3], w = this.readSync(r.dataId), b = r.strides, g = b[0], x = b[1], C = b[2], S = b[3], E = o.batchSize, R = o.filterDepth, k = o.filterHeight, I = o.filterWidth, A = o.inChannels, q = o.inDepth, D = o.inHeight, O = o.inWidth, z = o.outChannels, F = o.outDepth, P = o.outHeight, H = o.outWidth, Y = o.strideDepth, L = o.strideHeight, V = o.strideWidth, G = R - 1 - o.padInfo.front, ne = k - 1 - o.padInfo.top, ue = I - 1 - o.padInfo.left, ce = 0; ce < E; ++ce) for (var le = 0; le < A; ++le) for (var we = 0; we < q; ++we) for (var ae = we - G, ze = Math.max(0, Math.ceil(ae / Y)), ye = Math.min(F, (R + ae) / Y), Ee = 0; Ee < D; ++Ee) for (var Oe = Ee - ne, et = Math.max(0, Math.ceil(Oe / L)), tt = Math.min(P, (k + Oe) / L), Qe = 0; Qe < O; ++Qe) {
30575
- for (var ct = Qe - ue, gt = Math.max(0, Math.ceil(ct / V)), Mt = Math.min(H, (I + ct) / V), Ft = 0, se = ze; se < ye; ++se) for (var J = se * Y - ae, ve = et; ve < tt; ++ve) for (var Pe = ve * L - Oe, st = gt; st < Mt; ++st) for (var mt = p * ce + m * se + v * ve + y * st, je = g * (R - 1 - J) + x * (k - 1 - Pe) + C * (I - 1 - (st * V - ct)) + S * le, Ge = 0; Ge < z; ++Ge)
30576
- Ft += f[mt + Ge] * w[je + Ge];
30582
+ for (var ct = Qe - ue, gt = Math.max(0, Math.ceil(ct / V)), Mt = Math.min(H, (I + ct) / V), Ft = 0, se = ze; se < ye; ++se) for (var J = se * Y - ae, ve = et; ve < tt; ++ve) for (var Pe = ve * L - Oe, st = gt; st < Mt; ++st) for (var mt = p * ce + m * se + v * ve + y * st, Ge = g * (R - 1 - J) + x * (k - 1 - Pe) + C * (I - 1 - (st * V - ct)) + S * le, Ke = 0; Ke < z; ++Ke)
30583
+ Ft += f[mt + Ke] * w[Ge + Ke];
30577
30584
  i[u * ce + l * we + c * Ee + d * Qe + le] = Ft;
30578
30585
  }
30579
30586
  return a.toTensor();
@@ -30895,7 +30902,7 @@ Hi there 👋. Looks like you are running TensorFlow.js in Node.js. To speed thi
30895
30902
  return Pn(h, n.shape);
30896
30903
  }, t.prototype.multinomial = function(n, r, o, a) {
30897
30904
  de(n, "multinomial");
30898
- for (var i = r ? n : jr(n), s = i.shape[0], u = i.shape[1], l = Vt([s, o], "int32"), c = this.readSync(l.dataId), d = this.readSync(i.dataId), f = 0; f < s; ++f) {
30905
+ for (var i = r ? n : Gr(n), s = i.shape[0], u = i.shape[1], l = Vt([s, o], "int32"), c = this.readSync(l.dataId), d = this.readSync(i.dataId), f = 0; f < s; ++f) {
30899
30906
  var h = f * u, p = new Float32Array(u - 1);
30900
30907
  p[0] = d[h];
30901
30908
  for (var m = 1; m < p.length; ++m) p[m] = p[m - 1] + d[h + m];
@@ -30979,7 +30986,7 @@ Hi there 👋. Looks like you are running TensorFlow.js in Node.js. To speed thi
30979
30986
  }
30980
30987
  return Pn(h, [a, l, c, d]);
30981
30988
  }, t.prototype.broadcastedBinaryOp = function(n, r, o, a) {
30982
- var i = vt(n.shape, r.shape), s = ot(i, o), u = this.readSync(n.dataId), l = this.readSync(r.dataId), c = oo(n.shape, i), d = oo(r.shape, i), f = s.values;
30989
+ var i = vt(n.shape, r.shape), s = ot(i, o), u = this.readSync(n.dataId), l = this.readSync(r.dataId), c = ao(n.shape, i), d = ao(r.shape, i), f = s.values;
30983
30990
  if (c.length + d.length === 0) for (var h = 0; h < f.length; ++h) f[h] = a(u[h % u.length], l[h % l.length]);
30984
30991
  else {
30985
30992
  var p = this.bufferSync(n), m = this.bufferSync(r), v = function(y) {
@@ -30998,7 +31005,7 @@ Hi there 👋. Looks like you are running TensorFlow.js in Node.js. To speed thi
30998
31005
  }
30999
31006
  return s.toTensor();
31000
31007
  }, t.prototype.broadcastedBinaryComplexOp = function(n, r, o) {
31001
- var a = vt(n.shape, r.shape), i = ot(a, "float32"), s = ot(a, "float32"), u = this.readSync(n.dataId), l = this.readSync(r.dataId), c = oo(n.shape, a), d = oo(r.shape, a), f = i.values, h = s.values;
31008
+ var a = vt(n.shape, r.shape), i = ot(a, "float32"), s = ot(a, "float32"), u = this.readSync(n.dataId), l = this.readSync(r.dataId), c = ao(n.shape, a), d = ao(r.shape, a), f = i.values, h = s.values;
31002
31009
  if (c.length + d.length === 0) for (var p = 0; p < f.length; p++) {
31003
31010
  var m = p % u.length, v = p % l.length, y = o(u[2 * m], u[2 * m + 1], l[2 * v], l[2 * v + 1]);
31004
31011
  f[p] = y.real, h[p] = y.imag;
@@ -31127,7 +31134,7 @@ for (var Jl = 0, Bp = [{ kernelName: "NonMaxSuppressionV5", backendName: "cpu",
31127
31134
  var t = e.inputs, n = e.backend, r = t, o = r.a, a = r.b, i = n;
31128
31135
  de([o, a], yi);
31129
31136
  var s = i.data.get(o.dataId).values, u = i.data.get(a.dataId).values, l = function(f, h, p, m, v, y) {
31130
- var w = vt(f, h), b = w.length, g = Rr(w), x = pi(v, Be(w)), C = f.length, S = h.length, E = Rr(f), R = Rr(h), k = oo(f, w), I = oo(h, w);
31137
+ var w = vt(f, h), b = w.length, g = Rr(w), x = pi(v, Be(w)), C = f.length, S = h.length, E = Rr(f), R = Rr(h), k = ao(f, w), I = ao(h, w);
31131
31138
  if (k.length + I.length === 0) for (var A = 0; A < x.length; ++A) x[A] = y(p[A % p.length], m[A % m.length]);
31132
31139
  else {
31133
31140
  var q = function(D) {
@@ -31443,7 +31450,7 @@ function Vp(e, t, n) {
31443
31450
  });
31444
31451
  });
31445
31452
  }
31446
- var Ao = "models_store", ao = "model_info_store";
31453
+ var Ao = "models_store", io = "model_info_store";
31447
31454
  function y0() {
31448
31455
  if (!ie().getBool("IS_BROWSER")) throw new Error("Failed to obtain IndexedDB factory because the current environmentis not a web browser.");
31449
31456
  var e = window || self, t = e.indexedDB || e.mozIndexedDB || e.webkitIndexedDB || e.msIndexedDB || e.shimIndexedDB;
@@ -31452,7 +31459,7 @@ function y0() {
31452
31459
  }
31453
31460
  function Gc(e) {
31454
31461
  var t = e.result;
31455
- t.createObjectStore(Ao, { keyPath: "modelPath" }), t.createObjectStore(ao, { keyPath: "modelPath" });
31462
+ t.createObjectStore(Ao, { keyPath: "modelPath" }), t.createObjectStore(io, { keyPath: "modelPath" });
31456
31463
  }
31457
31464
  var _a = function() {
31458
31465
  function e(t) {
@@ -31491,13 +31498,13 @@ var _a = function() {
31491
31498
  return s.close();
31492
31499
  };
31493
31500
  } else {
31494
- var c, d = Vi(n), f = s.transaction(ao, "readwrite"), h = f.objectStore(ao), p = h.put({ modelPath: r.modelPath, modelArtifactsInfo: d });
31501
+ var c, d = Vi(n), f = s.transaction(io, "readwrite"), h = f.objectStore(io), p = h.put({ modelPath: r.modelPath, modelArtifactsInfo: d });
31495
31502
  p.onsuccess = function() {
31496
31503
  var m = (c = s.transaction(Ao, "readwrite")).objectStore(Ao).put({ modelPath: r.modelPath, modelArtifacts: n, modelArtifactsInfo: d });
31497
31504
  m.onsuccess = function() {
31498
31505
  return o({ modelArtifactsInfo: d });
31499
31506
  }, m.onerror = function(v) {
31500
- var y = (h = f.objectStore(ao)).delete(r.modelPath);
31507
+ var y = (h = f.objectStore(io)).delete(r.modelPath);
31501
31508
  y.onsuccess = function() {
31502
31509
  return s.close(), a(m.error);
31503
31510
  }, y.onerror = function(w) {
@@ -31535,7 +31542,7 @@ var g6 = function() {
31535
31542
  a.onupgradeneeded = function() {
31536
31543
  return Gc(a);
31537
31544
  }, a.onsuccess = function() {
31538
- var i = a.result, s = i.transaction(ao, "readonly"), u = s.objectStore(ao).getAll();
31545
+ var i = a.result, s = i.transaction(io, "readonly"), u = s.objectStore(io).getAll();
31539
31546
  u.onsuccess = function() {
31540
31547
  for (var l = {}, c = 0, d = u.result; c < d.length; c++) {
31541
31548
  var f = d[c];
@@ -31563,7 +31570,7 @@ var g6 = function() {
31563
31570
  s.onupgradeneeded = function() {
31564
31571
  return Gc(s);
31565
31572
  }, s.onsuccess = function() {
31566
- var u, l = s.result, c = l.transaction(ao, "readwrite"), d = c.objectStore(ao), f = d.get(t);
31573
+ var u, l = s.result, c = l.transaction(io, "readwrite"), d = c.objectStore(io), f = d.get(t);
31567
31574
  f.onsuccess = function() {
31568
31575
  if (f.result == null) return l.close(), i(new Error("Cannot find model with path '" + t + "' in IndexedDB."));
31569
31576
  var h = d.delete(t), p = function() {
@@ -33629,17 +33636,17 @@ function Dr(e) {
33629
33636
  throw new Error("resolveContext2d - canvas 2d context is null");
33630
33637
  return a;
33631
33638
  }
33632
- var io;
33639
+ var so;
33633
33640
  (function(e) {
33634
33641
  e.TOP_LEFT = "TOP_LEFT", e.TOP_RIGHT = "TOP_RIGHT", e.BOTTOM_LEFT = "BOTTOM_LEFT", e.BOTTOM_RIGHT = "BOTTOM_RIGHT";
33635
- })(io || (io = {}));
33642
+ })(so || (so = {}));
33636
33643
  var F0 = (
33637
33644
  /** @class */
33638
33645
  /* @__PURE__ */ function() {
33639
33646
  function e(t) {
33640
33647
  t === void 0 && (t = {});
33641
33648
  var n = t.anchorPosition, r = t.backgroundColor, o = t.fontColor, a = t.fontSize, i = t.fontStyle, s = t.padding;
33642
- this.anchorPosition = n || io.TOP_LEFT, this.backgroundColor = r || "rgba(0, 0, 0, 0.5)", this.fontColor = o || "rgba(255, 255, 255, 1)", this.fontSize = a || 14, this.fontStyle = i || "Georgia", this.padding = s || 4;
33649
+ this.anchorPosition = n || so.TOP_LEFT, this.backgroundColor = r || "rgba(0, 0, 0, 0.5)", this.fontColor = o || "rgba(255, 255, 255, 1)", this.fontSize = a || 14, this.fontStyle = i || "Georgia", this.padding = s || 4;
33643
33650
  }
33644
33651
  return e;
33645
33652
  }()
@@ -33660,7 +33667,7 @@ var F0 = (
33660
33667
  var t = this.options, n = t.fontSize, r = t.padding;
33661
33668
  return this.text.length * n + 2 * r;
33662
33669
  }, e.prototype.getUpperLeft = function(t, n) {
33663
- var r = this.options.anchorPosition, o = r === io.BOTTOM_RIGHT || r === io.TOP_RIGHT, a = r === io.BOTTOM_LEFT || r === io.BOTTOM_RIGHT, i = this.measureWidth(t), s = this.measureHeight(), u = o ? this.anchor.x - i : this.anchor.x, l = a ? this.anchor.y - s : this.anchor.y;
33670
+ var r = this.options.anchorPosition, o = r === so.BOTTOM_RIGHT || r === so.TOP_RIGHT, a = r === so.BOTTOM_LEFT || r === so.BOTTOM_RIGHT, i = this.measureWidth(t), s = this.measureHeight(), u = o ? this.anchor.x - i : this.anchor.x, l = a ? this.anchor.y - s : this.anchor.y;
33664
33671
  if (n) {
33665
33672
  var c = n.width, d = n.height, f = Math.max(Math.min(u, c - i), 0), h = Math.max(Math.min(l, d - s), 0);
33666
33673
  return { x: f, y: h };
@@ -33686,7 +33693,7 @@ var F0 = (
33686
33693
  var n = t.boxColor, r = t.lineWidth, o = t.label, a = t.drawLabelOptions;
33687
33694
  this.boxColor = n || "rgba(0, 0, 255, 1)", this.lineWidth = r || 2, this.label = o;
33688
33695
  var i = {
33689
- anchorPosition: io.BOTTOM_LEFT,
33696
+ anchorPosition: so.BOTTOM_LEFT,
33690
33697
  backgroundColor: this.boxColor
33691
33698
  };
33692
33699
  this.drawLabelOptions = new F0(Object.assign({}, i, a));
@@ -34021,7 +34028,7 @@ function iA(e, t, n) {
34021
34028
  var r = n ? hf(t) : t, o = r.width, a = r.height;
34022
34029
  return e.width = o, e.height = a, { width: o, height: a };
34023
34030
  }
34024
- var Kr = (
34031
+ var Yr = (
34025
34032
  /** @class */
34026
34033
  function() {
34027
34034
  function e(t) {
@@ -34196,7 +34203,7 @@ function fr(e, t, n, r) {
34196
34203
  return r ? Ut(o) : o;
34197
34204
  });
34198
34205
  }
34199
- function Yr(e, t) {
34206
+ function Xr(e, t) {
34200
34207
  Object.keys(e).forEach(function(n) {
34201
34208
  t.some(function(r) {
34202
34209
  return r.originalPath === n;
@@ -34247,7 +34254,7 @@ function yo(e, t) {
34247
34254
  return t.push({ originalPath: n, paramPath: o || n }), a;
34248
34255
  };
34249
34256
  }
34250
- function Xr(e) {
34257
+ function Qr(e) {
34251
34258
  var t = e;
34252
34259
  function n(o) {
34253
34260
  var a = t.slice(0, o);
@@ -34279,7 +34286,7 @@ function N0(e, t) {
34279
34286
  };
34280
34287
  }
34281
34288
  function sA(e) {
34282
- var t = [], n = Xr(e), r = n.extractWeights, o = n.getRemainingWeights, a = N0(r, t).extractDenseBlock4Params, i = a(3, 32, "dense0", !0), s = a(32, 64, "dense1"), u = a(64, 128, "dense2"), l = a(128, 256, "dense3");
34289
+ var t = [], n = Qr(e), r = n.extractWeights, o = n.getRemainingWeights, a = N0(r, t).extractDenseBlock4Params, i = a(3, 32, "dense0", !0), s = a(32, 64, "dense1"), u = a(64, 128, "dense2"), l = a(128, 256, "dense3");
34283
34290
  if (o().length !== 0)
34284
34291
  throw new Error("weights remaing after extract: " + o().length);
34285
34292
  return {
@@ -34317,7 +34324,7 @@ function uA(e) {
34317
34324
  dense2: n("dense2"),
34318
34325
  dense3: n("dense3")
34319
34326
  };
34320
- return Yr(e, t), { params: r, paramMappings: t };
34327
+ return Xr(e, t), { params: r, paramMappings: t };
34321
34328
  }
34322
34329
  var V0 = (
34323
34330
  /** @class */
@@ -34353,7 +34360,7 @@ var V0 = (
34353
34360
  }, t.prototype.extractParams = function(n) {
34354
34361
  return sA(n);
34355
34362
  }, t;
34356
- }(Kr)
34363
+ }(Yr)
34357
34364
  );
34358
34365
  function Sr(e, t) {
34359
34366
  return Re(function() {
@@ -34361,7 +34368,7 @@ function Sr(e, t) {
34361
34368
  });
34362
34369
  }
34363
34370
  function lA(e, t, n) {
34364
- var r = [], o = Xr(e), a = o.extractWeights, i = o.getRemainingWeights, s = vf(a, r), u = s(t, n, "fc");
34371
+ var r = [], o = Qr(e), a = o.extractWeights, i = o.getRemainingWeights, s = vf(a, r), u = s(t, n, "fc");
34365
34372
  if (i().length !== 0)
34366
34373
  throw new Error("weights remaing after extract: " + i().length);
34367
34374
  return {
@@ -34378,7 +34385,7 @@ function cA(e) {
34378
34385
  var o = {
34379
34386
  fc: r("fc")
34380
34387
  };
34381
- return Yr(e, t), { params: o, paramMappings: t };
34388
+ return Xr(e, t), { params: o, paramMappings: t };
34382
34389
  }
34383
34390
  function z0(e) {
34384
34391
  var t = {}, n = {};
@@ -34423,7 +34430,7 @@ var $0 = (
34423
34430
  var r = this.getClassifierChannelsIn(), o = this.getClassifierChannelsOut(), a = o * r + o, i = n.slice(0, n.length - a), s = n.slice(n.length - a);
34424
34431
  return this.faceFeatureExtractor.extractWeights(i), this.extractClassifierParams(s);
34425
34432
  }, t;
34426
- }(Kr)
34433
+ }(Yr)
34427
34434
  ), Jp = ["neutral", "happy", "sad", "angry", "fearful", "disgusted", "surprised"], dA = (
34428
34435
  /** @class */
34429
34436
  function() {
@@ -34454,7 +34461,7 @@ var $0 = (
34454
34461
  return t.prototype.forwardInput = function(n) {
34455
34462
  var r = this;
34456
34463
  return Re(function() {
34457
- return jr(r.runNet(n));
34464
+ return Gr(r.runNet(n));
34458
34465
  });
34459
34466
  }, t.prototype.forward = function(n) {
34460
34467
  return Le(this, void 0, void 0, function() {
@@ -34577,7 +34584,7 @@ function mA(e, t) {
34577
34584
  };
34578
34585
  }
34579
34586
  function gA(e, t) {
34580
- var n = [], r = Xr(e), o = r.extractWeights, a = r.getRemainingWeights, i = mA(o, n), s = i.extractConvParams, u = i.extractSeparableConvParams, l = i.extractReductionBlockParams, c = i.extractMainBlockParams, d = s(3, 32, 3, "entry_flow/conv_in"), f = l(32, 64, "entry_flow/reduction_block_0"), h = l(64, 128, "entry_flow/reduction_block_1"), p = {
34587
+ var n = [], r = Qr(e), o = r.extractWeights, a = r.getRemainingWeights, i = mA(o, n), s = i.extractConvParams, u = i.extractSeparableConvParams, l = i.extractReductionBlockParams, c = i.extractMainBlockParams, d = s(3, 32, 3, "entry_flow/conv_in"), f = l(32, 64, "entry_flow/reduction_block_0"), h = l(64, 128, "entry_flow/reduction_block_1"), p = {
34581
34588
  conv_in: d,
34582
34589
  reduction_block_0: f,
34583
34590
  reduction_block_1: h
@@ -34626,7 +34633,7 @@ function bA(e, t) {
34626
34633
  reduction_block: h,
34627
34634
  separable_conv: p
34628
34635
  };
34629
- return Yr(e, n), { params: { entry_flow: d, middle_flow: f, exit_flow: m }, paramMappings: n };
34636
+ return Xr(e, n), { params: { entry_flow: d, middle_flow: f, exit_flow: m }, paramMappings: n };
34630
34637
  }
34631
34638
  function H0(e, t, n) {
34632
34639
  return ft(sr(e, t.filters, n, "same"), t.bias);
@@ -34677,10 +34684,10 @@ var xA = (
34677
34684
  }, t.prototype.extractParams = function(n) {
34678
34685
  return gA(n, this._numMainBlocks);
34679
34686
  }, t;
34680
- }(Kr)
34687
+ }(Yr)
34681
34688
  );
34682
34689
  function CA(e) {
34683
- var t = [], n = Xr(e), r = n.extractWeights, o = n.getRemainingWeights, a = vf(r, t), i = a(512, 1, "fc/age"), s = a(512, 2, "fc/gender");
34690
+ var t = [], n = Qr(e), r = n.extractWeights, o = n.getRemainingWeights, a = vf(r, t), i = a(512, 1, "fc/age"), s = a(512, 2, "fc/gender");
34684
34691
  if (o().length !== 0)
34685
34692
  throw new Error("weights remaing after extract: " + o().length);
34686
34693
  return {
@@ -34700,7 +34707,7 @@ function kA(e) {
34700
34707
  gender: r("fc/gender")
34701
34708
  }
34702
34709
  };
34703
- return Yr(e, t), { params: o, paramMappings: t };
34710
+ return Xr(e, t), { params: o, paramMappings: t };
34704
34711
  }
34705
34712
  var au;
34706
34713
  (function(e) {
@@ -34733,7 +34740,7 @@ var _A = (
34733
34740
  var r = this;
34734
34741
  return Re(function() {
34735
34742
  var o = r.runNet(n), a = o.age, i = o.gender;
34736
- return { age: a, gender: jr(i) };
34743
+ return { age: a, gender: Gr(i) };
34737
34744
  });
34738
34745
  }, t.prototype.forward = function(n) {
34739
34746
  return Le(this, void 0, void 0, function() {
@@ -34799,7 +34806,7 @@ var _A = (
34799
34806
  var r = 1539, o = n.slice(0, n.length - r), a = n.slice(n.length - r);
34800
34807
  return this.faceFeatureExtractor.extractWeights(o), this.extractClassifierParams(a);
34801
34808
  }, t;
34802
- }(Kr)
34809
+ }(Yr)
34803
34810
  ), U0 = (
34804
34811
  /** @class */
34805
34812
  function(e) {
@@ -34923,10 +34930,10 @@ function SA(e) {
34923
34930
  dense1: n("dense1"),
34924
34931
  dense2: n("dense2")
34925
34932
  };
34926
- return Yr(e, t), { params: r, paramMappings: t };
34933
+ return Xr(e, t), { params: r, paramMappings: t };
34927
34934
  }
34928
34935
  function EA(e) {
34929
- var t = [], n = Xr(e), r = n.extractWeights, o = n.getRemainingWeights, a = N0(r, t).extractDenseBlock3Params, i = a(3, 32, "dense0", !0), s = a(32, 64, "dense1"), u = a(64, 128, "dense2");
34936
+ var t = [], n = Qr(e), r = n.extractWeights, o = n.getRemainingWeights, a = N0(r, t).extractDenseBlock3Params, i = a(3, 32, "dense0", !0), s = a(32, 64, "dense1"), u = a(64, 128, "dense2");
34930
34937
  if (o().length !== 0)
34931
34938
  throw new Error("weights remaing after extract: " + o().length);
34932
34939
  return {
@@ -34968,7 +34975,7 @@ var RA = (
34968
34975
  }, t.prototype.extractParams = function(n) {
34969
34976
  return EA(n);
34970
34977
  }, t;
34971
- }(Kr)
34978
+ }(Yr)
34972
34979
  ), TA = (
34973
34980
  /** @class */
34974
34981
  function(e) {
@@ -35042,7 +35049,7 @@ function DA(e, t) {
35042
35049
  };
35043
35050
  }
35044
35051
  function MA(e) {
35045
- var t = Xr(e), n = t.extractWeights, r = t.getRemainingWeights, o = [], a = DA(n, o), i = a.extractConvLayerParams, s = a.extractResidualLayerParams, u = i(4704, 32, 7, "conv32_down"), l = s(9216, 32, 3, "conv32_1"), c = s(9216, 32, 3, "conv32_2"), d = s(9216, 32, 3, "conv32_3"), f = s(36864, 64, 3, "conv64_down", !0), h = s(36864, 64, 3, "conv64_1"), p = s(36864, 64, 3, "conv64_2"), m = s(36864, 64, 3, "conv64_3"), v = s(147456, 128, 3, "conv128_down", !0), y = s(147456, 128, 3, "conv128_1"), w = s(147456, 128, 3, "conv128_2"), b = s(589824, 256, 3, "conv256_down", !0), g = s(589824, 256, 3, "conv256_1"), x = s(589824, 256, 3, "conv256_2"), C = s(589824, 256, 3, "conv256_down_out"), S = Re(function() {
35052
+ var t = Qr(e), n = t.extractWeights, r = t.getRemainingWeights, o = [], a = DA(n, o), i = a.extractConvLayerParams, s = a.extractResidualLayerParams, u = i(4704, 32, 7, "conv32_down"), l = s(9216, 32, 3, "conv32_1"), c = s(9216, 32, 3, "conv32_2"), d = s(9216, 32, 3, "conv32_3"), f = s(36864, 64, 3, "conv64_down", !0), h = s(36864, 64, 3, "conv64_1"), p = s(36864, 64, 3, "conv64_2"), m = s(36864, 64, 3, "conv64_3"), v = s(147456, 128, 3, "conv128_down", !0), y = s(147456, 128, 3, "conv128_1"), w = s(147456, 128, 3, "conv128_2"), b = s(589824, 256, 3, "conv256_down", !0), g = s(589824, 256, 3, "conv256_1"), x = s(589824, 256, 3, "conv256_2"), C = s(589824, 256, 3, "conv256_down_out"), S = Re(function() {
35046
35053
  return po(uo(n(256 * 128), [128, 256]), [1, 0]);
35047
35054
  });
35048
35055
  if (o.push({ paramPath: "fc" }), r().length !== 0)
@@ -35110,7 +35117,7 @@ function PA(e) {
35110
35117
  conv256_down_out: b,
35111
35118
  fc: g
35112
35119
  };
35113
- return Yr(e, t), { params: x, paramMappings: t };
35120
+ return Xr(e, t), { params: x, paramMappings: t };
35114
35121
  }
35115
35122
  function br(e, t) {
35116
35123
  var n = AA(e, t.conv1);
@@ -35188,7 +35195,7 @@ var BA = (
35188
35195
  }, t.prototype.extractParams = function(n) {
35189
35196
  return MA(n);
35190
35197
  }, t;
35191
- }(Kr)
35198
+ }(Yr)
35192
35199
  );
35193
35200
  function Y0(e, t) {
35194
35201
  var n = { descriptor: t };
@@ -35343,7 +35350,7 @@ function OA(e, t) {
35343
35350
  };
35344
35351
  }
35345
35352
  function NA(e) {
35346
- var t = [], n = Xr(e), r = n.extractWeights, o = n.getRemainingWeights, a = OA(r, t), i = a.extractMobilenetV1Params, s = a.extractPredictionLayerParams, u = i(), l = s(), c = Od(r(5118 * 4), [1, 5118, 4]), d = {
35353
+ var t = [], n = Qr(e), r = n.extractWeights, o = n.getRemainingWeights, a = OA(r, t), i = a.extractMobilenetV1Params, s = a.extractPredictionLayerParams, u = i(), l = s(), c = Od(r(5118 * 4), [1, 5118, 4]), d = {
35347
35354
  extra_dim: c
35348
35355
  };
35349
35356
  if (t.push({ paramPath: "output_layer/extra_dim" }), o().length !== 0)
@@ -35436,7 +35443,7 @@ function qA(e) {
35436
35443
  extra_dim: a
35437
35444
  }
35438
35445
  };
35439
- return Yr(e, t), { params: i, paramMappings: t };
35446
+ return Xr(e, t), { params: i, paramMappings: t };
35440
35447
  }
35441
35448
  function xr(e, t, n) {
35442
35449
  return Re(function() {
@@ -35669,7 +35676,7 @@ var Uu = (
35669
35676
  }, t.prototype.extractParams = function(n) {
35670
35677
  return NA(n);
35671
35678
  }, t;
35672
- }(Kr)
35679
+ }(Yr)
35673
35680
  );
35674
35681
  (function(e) {
35675
35682
  nt(t, e);
@@ -35719,13 +35726,13 @@ function wf(e) {
35719
35726
  return ft(Ut(un(e, t)), t);
35720
35727
  });
35721
35728
  }
35722
- function Zr(e, t) {
35729
+ function Jr(e, t) {
35723
35730
  return Re(function() {
35724
35731
  var n = Go(e, [[0, 0], [1, 1], [1, 1], [0, 0]]);
35725
35732
  return n = sr(n, t.conv.filters, [1, 1], "valid"), n = un(n, t.bn.sub), n = Dn(n, t.bn.truediv), n = ft(n, t.conv.bias), wf(n);
35726
35733
  });
35727
35734
  }
35728
- function Jr(e, t) {
35735
+ function eo(e, t) {
35729
35736
  return Re(function() {
35730
35737
  var n = Go(e, [[0, 0], [1, 1], [1, 1], [0, 0]]);
35731
35738
  return n = Qd(n, t.depthwise_filter, t.pointwise_filter, [1, 1], "valid"), n = ft(n, t.bias), wf(n);
@@ -35749,7 +35756,7 @@ function rD(e, t) {
35749
35756
  };
35750
35757
  }
35751
35758
  function oD(e, t, n, r) {
35752
- var o = Xr(e), a = o.extractWeights, i = o.getRemainingWeights, s = [], u = rD(a, s), l = u.extractConvParams, c = u.extractConvWithBatchNormParams, d = u.extractSeparableConvParams, f;
35759
+ var o = Qr(e), a = o.extractWeights, i = o.getRemainingWeights, s = [], u = rD(a, s), l = u.extractConvParams, c = u.extractConvWithBatchNormParams, d = u.extractSeparableConvParams, f;
35753
35760
  if (t.withSeparableConvs) {
35754
35761
  var h = r[0], p = r[1], m = r[2], v = r[3], y = r[4], w = r[5], b = r[6], g = r[7], x = r[8], C = t.isFirstLayerConv2d ? l(h, p, 3, "conv0") : d(h, p, "conv0"), S = d(p, m, "conv1"), E = d(m, v, "conv2"), R = d(v, y, "conv3"), k = d(y, w, "conv4"), I = d(w, b, "conv5"), A = g ? d(b, g, "conv6") : void 0, q = x ? d(g, x, "conv7") : void 0, D = l(x || g || b, 5 * n, 1, "conv8");
35755
35762
  f = { conv0: C, conv1: S, conv2: E, conv3: R, conv4: k, conv5: I, conv6: A, conv7: q, conv8: D };
@@ -35809,7 +35816,7 @@ function iD(e, t) {
35809
35816
  conv7: a("conv7"),
35810
35817
  conv8: o("conv8")
35811
35818
  };
35812
- return Yr(e, n), { params: s, paramMappings: n };
35819
+ return Xr(e, n), { params: s, paramMappings: n };
35813
35820
  }
35814
35821
  var ev;
35815
35822
  (function(e) {
@@ -35866,11 +35873,11 @@ var xf = (
35866
35873
  enumerable: !0,
35867
35874
  configurable: !0
35868
35875
  }), t.prototype.runTinyYolov2 = function(n, r) {
35869
- var o = Zr(n, r.conv0);
35870
- return o = dn(o, [2, 2], [2, 2], "same"), o = Zr(o, r.conv1), o = dn(o, [2, 2], [2, 2], "same"), o = Zr(o, r.conv2), o = dn(o, [2, 2], [2, 2], "same"), o = Zr(o, r.conv3), o = dn(o, [2, 2], [2, 2], "same"), o = Zr(o, r.conv4), o = dn(o, [2, 2], [2, 2], "same"), o = Zr(o, r.conv5), o = dn(o, [2, 2], [1, 1], "same"), o = Zr(o, r.conv6), o = Zr(o, r.conv7), fr(o, r.conv8, "valid", !1);
35876
+ var o = Jr(n, r.conv0);
35877
+ return o = dn(o, [2, 2], [2, 2], "same"), o = Jr(o, r.conv1), o = dn(o, [2, 2], [2, 2], "same"), o = Jr(o, r.conv2), o = dn(o, [2, 2], [2, 2], "same"), o = Jr(o, r.conv3), o = dn(o, [2, 2], [2, 2], "same"), o = Jr(o, r.conv4), o = dn(o, [2, 2], [2, 2], "same"), o = Jr(o, r.conv5), o = dn(o, [2, 2], [1, 1], "same"), o = Jr(o, r.conv6), o = Jr(o, r.conv7), fr(o, r.conv8, "valid", !1);
35871
35878
  }, t.prototype.runMobilenet = function(n, r) {
35872
- var o = this.config.isFirstLayerConv2d ? wf(fr(n, r.conv0, "valid", !1)) : Jr(n, r.conv0);
35873
- return o = dn(o, [2, 2], [2, 2], "same"), o = Jr(o, r.conv1), o = dn(o, [2, 2], [2, 2], "same"), o = Jr(o, r.conv2), o = dn(o, [2, 2], [2, 2], "same"), o = Jr(o, r.conv3), o = dn(o, [2, 2], [2, 2], "same"), o = Jr(o, r.conv4), o = dn(o, [2, 2], [2, 2], "same"), o = Jr(o, r.conv5), o = dn(o, [2, 2], [1, 1], "same"), o = r.conv6 ? Jr(o, r.conv6) : o, o = r.conv7 ? Jr(o, r.conv7) : o, fr(o, r.conv8, "valid", !1);
35879
+ var o = this.config.isFirstLayerConv2d ? wf(fr(n, r.conv0, "valid", !1)) : eo(n, r.conv0);
35880
+ return o = dn(o, [2, 2], [2, 2], "same"), o = eo(o, r.conv1), o = dn(o, [2, 2], [2, 2], "same"), o = eo(o, r.conv2), o = dn(o, [2, 2], [2, 2], "same"), o = eo(o, r.conv3), o = dn(o, [2, 2], [2, 2], "same"), o = eo(o, r.conv4), o = dn(o, [2, 2], [2, 2], "same"), o = eo(o, r.conv5), o = dn(o, [2, 2], [1, 1], "same"), o = r.conv6 ? eo(o, r.conv6) : o, o = r.conv7 ? eo(o, r.conv7) : o, fr(o, r.conv8, "valid", !1);
35874
35881
  }, t.prototype.forwardInput = function(n, r) {
35875
35882
  var o = this, a = this.params;
35876
35883
  if (!a)
@@ -35942,7 +35949,7 @@ var xf = (
35942
35949
  switch (H.label) {
35943
35950
  case 0:
35944
35951
  return a = r.width, i = r.height, s = Math.max(a, i), u = s / a, l = s / i, c = n.shape[1], d = this.config.anchors.length, f = Re(function() {
35945
- var Y = n.reshape([c, c, d, P.boxEncodingSize]), L = Y.slice([0, 0, 0, 0], [c, c, d, 4]), V = Y.slice([0, 0, 0, 4], [c, c, d, 1]), G = P.withClassScores ? jr(Y.slice([0, 0, 0, 5], [c, c, d, P.config.classes.length]), 3) : Ce(0);
35952
+ var Y = n.reshape([c, c, d, P.boxEncodingSize]), L = Y.slice([0, 0, 0, 0], [c, c, d, 4]), V = Y.slice([0, 0, 0, 4], [c, c, d, 1]), G = P.withClassScores ? Gr(Y.slice([0, 0, 0, 5], [c, c, d, P.config.classes.length]), 3) : Ce(0);
35946
35953
  return [L, V, G];
35947
35954
  }), h = f[0], p = f[1], m = f[2], v = [], [4, p.array()];
35948
35955
  case 1:
@@ -36006,7 +36013,7 @@ var xf = (
36006
36013
  1024,
36007
36014
  1024
36008
36015
  ], t;
36009
- }(Kr)
36016
+ }(Yr)
36010
36017
  ), sD = (
36011
36018
  /** @class */
36012
36019
  function(e) {
@@ -36174,7 +36181,7 @@ function lD(e, t) {
36174
36181
  };
36175
36182
  }
36176
36183
  function cD(e) {
36177
- var t = Xr(e), n = t.extractWeights, r = t.getRemainingWeights, o = [], a = lD(n, o), i = a.extractPNetParams, s = a.extractRNetParams, u = a.extractONetParams, l = i(), c = s(), d = u();
36184
+ var t = Qr(e), n = t.extractWeights, r = t.getRemainingWeights, o = [], a = lD(n, o), i = a.extractPNetParams, s = a.extractRNetParams, u = a.extractONetParams, l = i(), c = s(), d = u();
36178
36185
  if (r().length !== 0)
36179
36186
  throw new Error("weights remaing after extract: " + r().length);
36180
36187
  return { params: { pnet: l, rnet: c, onet: d }, paramMappings: o };
@@ -36216,7 +36223,7 @@ function dD(e, t) {
36216
36223
  }
36217
36224
  function fD(e) {
36218
36225
  var t = [], n = dD(e, t), r = n.extractPNetParams, o = n.extractRNetParams, a = n.extractONetParams, i = r(), s = o(), u = a();
36219
- return Yr(e, t), { params: { pnet: i, rnet: s, onet: u }, paramMappings: t };
36226
+ return Xr(e, t), { params: { pnet: i, rnet: s, onet: u }, paramMappings: t };
36220
36227
  }
36221
36228
  function Zc(e, t) {
36222
36229
  var n = t[0], r = t[1];
@@ -36258,7 +36265,7 @@ function _f(e, t, n) {
36258
36265
  }
36259
36266
  function pD(e, t) {
36260
36267
  return Re(function() {
36261
- var n = _f(e, t, !0), r = fr(n, t.conv4_1, "valid"), o = rr(Pu(r, 3), 3), a = jr(un(r, o), 3), i = fr(n, t.conv4_2, "valid");
36268
+ var n = _f(e, t, !0), r = fr(n, t.conv4_1, "valid"), o = rr(Pu(r, 3), 3), a = Gr(un(r, o), 3), i = fr(n, t.conv4_2, "valid");
36262
36269
  return { prob: a, regions: i };
36263
36270
  });
36264
36271
  }
@@ -36366,7 +36373,7 @@ function r1(e, t, n) {
36366
36373
  }
36367
36374
  function yD(e, t) {
36368
36375
  return Re(function() {
36369
- var n = _f(e, t), r = dr(n, [n.shape[0], t.fc1.weights.shape[0]]), o = Sr(r, t.fc1), a = Ea(o, t.prelu4_alpha), i = Sr(a, t.fc2_1), s = rr(Pu(i, 1), 1), u = jr(un(i, s), 1), l = Sr(a, t.fc2_2), c = an(u, 1)[1];
36376
+ var n = _f(e, t), r = dr(n, [n.shape[0], t.fc1.weights.shape[0]]), o = Sr(r, t.fc1), a = Ea(o, t.prelu4_alpha), i = Sr(a, t.fc2_1), s = rr(Pu(i, 1), 1), u = Gr(un(i, s), 1), l = Sr(a, t.fc2_2), c = an(u, 1)[1];
36370
36377
  return { scores: c, regions: l };
36371
36378
  });
36372
36379
  }
@@ -36417,7 +36424,7 @@ function wD(e, t) {
36417
36424
  return Re(function() {
36418
36425
  var n = _f(e, t);
36419
36426
  n = dn(n, [2, 2], [2, 2], "same"), n = fr(n, t.conv4, "valid"), n = Ea(n, t.prelu4_alpha);
36420
- var r = dr(n, [n.shape[0], t.fc1.weights.shape[0]]), o = Sr(r, t.fc1), a = Ea(o, t.prelu5_alpha), i = Sr(a, t.fc2_1), s = rr(Pu(i, 1), 1), u = jr(un(i, s), 1), l = Sr(a, t.fc2_2), c = Sr(a, t.fc2_3), d = an(u, 1)[1];
36427
+ var r = dr(n, [n.shape[0], t.fc1.weights.shape[0]]), o = Sr(r, t.fc1), a = Ea(o, t.prelu5_alpha), i = Sr(a, t.fc2_1), s = rr(Pu(i, 1), 1), u = Gr(un(i, s), 1), l = Sr(a, t.fc2_2), c = Sr(a, t.fc2_3), d = an(u, 1)[1];
36421
36428
  return { scores: d, regions: l, points: c };
36422
36429
  });
36423
36430
  }
@@ -36564,7 +36571,7 @@ var CD = (
36564
36571
  }, t.prototype.extractParams = function(n) {
36565
36572
  return cD(n);
36566
36573
  }, t;
36567
- }(Kr)
36574
+ }(Yr)
36568
36575
  ), kD = 0.4, _D = [
36569
36576
  new _t(1.603231, 2.094468),
36570
36577
  new _t(6.041143, 7.080126),