@linagora/linid-im-front-corelib 0.0.77 → 0.0.78

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.
@@ -1,7 +1,7 @@
1
1
  import * as Wl from "vue";
2
- import { defineAsyncComponent as $p, hasInjectionContext as Rs, inject as mn, getCurrentInstance as Ve, ref as te, reactive as Ur, markRaw as Wr, effectScope as Fp, isRef as Fa, isReactive as ku, toRef as Ql, toRaw as nr, nextTick as St, getCurrentScope as Bp, onScopeDispose as Vp, watch as xe, computed as h, toRefs as zc, defineComponent as Mo, openBlock as Yl, createElementBlock as Hc, Fragment as qi, renderList as zp, unref as Ns, createBlock as Hp, resolveDynamicComponent as jp, mergeProps as Up, renderSlot as Wp, createCommentVNode as Qp, onMounted as zt, onUnmounted as ol, shallowRef as Yp, h as m, createVNode as Kp, Text as Xp, shallowReactive as Gp, provide as Lr, onBeforeUnmount as wt, Transition as an, withDirectives as Yn, onDeactivated as gr, onActivated as ua, onBeforeUpdate as Ao, onUpdated as Jp, KeepAlive as _v, onBeforeMount as Eu, vShow as Sv, Teleport as Zp, createApp as eb } from "vue";
2
+ import { defineAsyncComponent as $p, hasInjectionContext as Rs, inject as mn, getCurrentInstance as Ve, ref as te, reactive as Ur, markRaw as Wr, effectScope as Fp, isRef as Fa, isReactive as ku, toRef as Ql, toRaw as nr, nextTick as St, getCurrentScope as Bp, onScopeDispose as Vp, watch as xe, computed as h, toRefs as zc, defineComponent as Mo, openBlock as Yl, createElementBlock as Hc, Fragment as qi, renderList as zp, unref as Ns, createBlock as Hp, resolveDynamicComponent as jp, mergeProps as Up, renderSlot as Wp, createCommentVNode as Qp, onMounted as zt, onUnmounted as ol, shallowRef as Yp, h as m, createVNode as Kp, Text as Gp, shallowReactive as Xp, provide as Lr, onBeforeUnmount as wt, Transition as an, withDirectives as Yn, onDeactivated as gr, onActivated as ua, onBeforeUpdate as Ao, onUpdated as Jp, KeepAlive as _v, onBeforeMount as Eu, vShow as Sv, Teleport as Zp, createApp as eb } from "vue";
3
3
  let Mi = null;
4
- function Uk(e) {
4
+ function Wk(e) {
5
5
  if (Mi !== null) {
6
6
  console.warn(
7
7
  "[LinID CoreLib] Module Federation has already been initialized. Re-initialization is ignored."
@@ -156,7 +156,7 @@ function $s(e, t, n = {}, r, a, o) {
156
156
  function Y(fe) {
157
157
  P.add(fe);
158
158
  }
159
- function G(fe) {
159
+ function X(fe) {
160
160
  B.add(fe);
161
161
  }
162
162
  pa(b, {
@@ -164,7 +164,7 @@ function $s(e, t, n = {}, r, a, o) {
164
164
  name: F[Kl],
165
165
  store: E,
166
166
  after: Y,
167
- onError: G
167
+ onError: X
168
168
  });
169
169
  let Z;
170
170
  try {
@@ -325,7 +325,7 @@ This will fail in production.`);
325
325
  return o.$id = e, o;
326
326
  }
327
327
  let Pi = null;
328
- function Wk(e) {
328
+ function Qk(e) {
329
329
  if (Pi !== null) {
330
330
  console.warn(
331
331
  "[LinID CoreLib] Pinia store has already been initialized. Re-initialization is ignored."
@@ -364,7 +364,7 @@ const ib = () => lb(ll()), lb = /* @__PURE__ */ il("linidZoneStore", {
364
364
  this.zones[e]?.some(({ plugin: n }) => n === t.plugin) || this.register(e, t);
365
365
  }
366
366
  }
367
- }), Qk = /* @__PURE__ */ Mo({
367
+ }), Yk = /* @__PURE__ */ Mo({
368
368
  inheritAttrs: !1,
369
369
  __name: "LinidZoneRenderer",
370
370
  props: {
@@ -386,7 +386,7 @@ const ib = () => lb(ll()), lb = /* @__PURE__ */ il("linidZoneStore", {
386
386
  }
387
387
  });
388
388
  let Li = null;
389
- function Yk(e) {
389
+ function Kk(e) {
390
390
  if (Li !== null) {
391
391
  console.warn(
392
392
  "[LinID CoreLib] Dayjs instance has already been initialized. Re-initialization is ignored."
@@ -611,7 +611,7 @@ function fb() {
611
611
  var s = P.Element, d = u.navigator || {};
612
612
  B.supportsTouch = "ontouchstart" in u || E.func(u.DocumentTouch) && P.document instanceof u.DocumentTouch, B.supportsPointerEvent = d.pointerEnabled !== !1 && !!P.PointerEvent, B.isIOS = /iP(hone|od|ad)/.test(d.platform), B.isIOS7 = /iP(hone|od|ad)/.test(d.platform) && /OS 7[^\d]/.test(d.appVersion), B.isIe9 = /MSIE 9/.test(d.userAgent), B.isOperaMobile = d.appName === "Opera" && B.supportsTouch && /Presto/.test(d.userAgent), B.prefixedMatchesSelector = "matches" in s.prototype ? "matches" : "webkitMatchesSelector" in s.prototype ? "webkitMatchesSelector" : "mozMatchesSelector" in s.prototype ? "mozMatchesSelector" : "oMatchesSelector" in s.prototype ? "oMatchesSelector" : "msMatchesSelector", B.pEventTypes = B.supportsPointerEvent ? P.PointerEvent === u.MSPointerEvent ? { up: "MSPointerUp", down: "MSPointerDown", over: "mouseover", out: "mouseout", move: "MSPointerMove", cancel: "MSPointerCancel" } : { up: "pointerup", down: "pointerdown", over: "pointerover", out: "pointerout", move: "pointermove", cancel: "pointercancel" } : null, B.wheelEvent = P.document && "onmousewheel" in P.document ? "mousewheel" : "wheel";
613
613
  }, supportsTouch: null, supportsPointerEvent: null, isIOS7: null, isIOS: null, isIe9: null, isOperaMobile: null, prefixedMatchesSelector: null, pEventTypes: null, wheelEvent: null }, Y = B;
614
- function G(u, s) {
614
+ function X(u, s) {
615
615
  if (u.contains) return u.contains(s);
616
616
  for (; s; ) {
617
617
  if (s === u) return !0;
@@ -637,11 +637,11 @@ function fb() {
637
637
  function qe(u, s) {
638
638
  return O !== x && (s = s.replace(/\/deep\//g, " ")), u[Y.prefixedMatchesSelector](s);
639
639
  }
640
- var X = function(u) {
640
+ var G = function(u) {
641
641
  return u.parentNode || u.host;
642
642
  };
643
643
  function R(u, s) {
644
- for (var d, g = [], w = u; (d = X(w)) && w !== s && d !== w.ownerDocument; ) g.unshift(w), w = d;
644
+ for (var d, g = [], w = u; (d = G(w)) && w !== s && d !== w.ownerDocument; ) g.unshift(w), w = d;
645
645
  return g;
646
646
  }
647
647
  function le(u, s, d) {
@@ -813,7 +813,7 @@ function fb() {
813
813
  u.push(g);
814
814
  }
815
815
  return u;
816
- }, Ge = function(u) {
816
+ }, Xe = function(u) {
817
817
  return it([], u);
818
818
  }, dt = function(u, s) {
819
819
  for (var d = 0; d < u.length; d++) if (s(u[d], d, u)) return d;
@@ -881,7 +881,7 @@ function fb() {
881
881
  for (var Je, Qe, at, pt = [], Ct = 0; Ct < Ne.length; Ct++) {
882
882
  var st = Ne[Ct], yt = Ne[Je];
883
883
  if (st && Ct !== Je) if (yt) {
884
- var xn = X(st), jt = X(yt);
884
+ var xn = G(st), jt = G(yt);
885
885
  if (xn !== st.ownerDocument) if (jt !== st.ownerDocument) if (xn !== jt) {
886
886
  pt = pt.length ? pt : R(yt);
887
887
  var qn = void 0;
@@ -890,13 +890,13 @@ function fb() {
890
890
  qn = st.ownerSVGElement;
891
891
  } else qn = st;
892
892
  for (var Hn = R(qn, yt.ownerDocument), ir = 0; Hn[ir] && Hn[ir] === pt[ir]; ) ir++;
893
- var Go = [Hn[ir - 1], Hn[ir], pt[ir]];
894
- if (Go[0]) for (var ao = Go[0].lastChild; ao; ) {
895
- if (ao === Go[1]) {
893
+ var Xo = [Hn[ir - 1], Hn[ir], pt[ir]];
894
+ if (Xo[0]) for (var ao = Xo[0].lastChild; ao; ) {
895
+ if (ao === Xo[1]) {
896
896
  Je = Ct, pt = Hn;
897
897
  break;
898
898
  }
899
- if (ao === Go[2]) break;
899
+ if (ao === Xo[2]) break;
900
900
  ao = ao.previousSibling;
901
901
  }
902
902
  } else at = yt, (parseInt(_(Qe = st).getComputedStyle(Qe).zIndex, 10) || 0) >= (parseInt(_(at).getComputedStyle(at).zIndex, 10) || 0) && (Je = Ct);
@@ -1119,7 +1119,7 @@ function fb() {
1119
1119
  return q;
1120
1120
  }, filterEventType: function(u) {
1121
1121
  return u.search("resize") === 0;
1122
- }, defaultMargin: null }, ht = ze, Xe = { id: "actions", install: function(u) {
1122
+ }, defaultMargin: null }, ht = ze, Ge = { id: "actions", install: function(u) {
1123
1123
  u.usePlugin(Dt), u.usePlugin(ht), u.usePlugin(I), u.usePlugin(nt);
1124
1124
  } }, ot = 0, gt = { request: function(u) {
1125
1125
  return pe(u);
@@ -1375,7 +1375,7 @@ function fb() {
1375
1375
  }, u.interactions.docEvents.push({ type: "dragstart", listener: function(d) {
1376
1376
  for (var g = 0, w = u.interactions.list; g < w.length; g++) {
1377
1377
  var q = w[g];
1378
- if (q.element && (q.element === d.target || G(q.element, d.target))) return void q.interactable.checkAndPreventDefault(d);
1378
+ if (q.element && (q.element === d.target || X(q.element, d.target))) return void q.interactable.checkAndPreventDefault(d);
1379
1379
  }
1380
1380
  } });
1381
1381
  }, listeners: ["down", "move", "up", "cancel"].reduce((function(u, s) {
@@ -1390,7 +1390,7 @@ function fb() {
1390
1390
  var s = {};
1391
1391
  for (var d in u) {
1392
1392
  var g = u[d];
1393
- E.plainObject(g) ? s[d] = ga(g) : E.array(g) ? s[d] = Ge(g) : s[d] = g;
1393
+ E.plainObject(g) ? s[d] = ga(g) : E.array(g) ? s[d] = Xe(g) : s[d] = g;
1394
1394
  }
1395
1395
  return s;
1396
1396
  }
@@ -1700,7 +1700,7 @@ function fb() {
1700
1700
  var s = u.offset.pending;
1701
1701
  return Fl(u.coords.cur, s), Fl(u.coords.delta, s), Ie(u.edges, u.rect, s), s.x = 0, s.y = 0, !0;
1702
1702
  }
1703
- function Xg(u) {
1703
+ function Gg(u) {
1704
1704
  var s = u.x, d = u.y;
1705
1705
  this.offset.pending.x += s, this.offset.pending.y += d, this.offset.total.x += s, this.offset.total.y += d;
1706
1706
  }
@@ -1709,8 +1709,8 @@ function fb() {
1709
1709
  d.x += w, d.y += q, g.x += w, g.y += q;
1710
1710
  }
1711
1711
  xc.offsetBy = "";
1712
- var Gg = { id: "offset", before: ["modifiers", "pointer-events", "actions", "inertia"], install: function(u) {
1713
- u.Interaction.prototype.offsetBy = Xg;
1712
+ var Xg = { id: "offset", before: ["modifiers", "pointer-events", "actions", "inertia"], install: function(u) {
1713
+ u.Interaction.prototype.offsetBy = Gg;
1714
1714
  }, listeners: { "interactions:new": function(u) {
1715
1715
  u.interaction.offset = { total: { x: 0, y: 0 }, pending: { x: 0, y: 0 } };
1716
1716
  }, "interactions:update-pointer": function(u) {
@@ -1723,7 +1723,7 @@ function fb() {
1723
1723
  }, "interactions:stop": function(u) {
1724
1724
  var s = u.interaction;
1725
1725
  s.offset.total.x = 0, s.offset.total.y = 0, s.offset.pending.x = 0, s.offset.pending.y = 0;
1726
- } } }, Ec = Gg, Jg = (function() {
1726
+ } } }, Ec = Xg, Jg = (function() {
1727
1727
  function u(s) {
1728
1728
  o(this, u), this.active = !1, this.isModified = !1, this.smoothEnd = !1, this.allowResume = !1, this.modification = void 0, this.modifierCount = 0, this.modifierArg = void 0, this.startCoords = void 0, this.t0 = 0, this.v0 = 0, this.te = 0, this.targetOffset = void 0, this.modifiedOffset = void 0, this.currentOffset = void 0, this.lambda_v0 = 0, this.one_ve_v0 = 0, this.timeout = void 0, this.interaction = void 0, this.interaction = s;
1729
1729
  }
@@ -1943,7 +1943,7 @@ function fb() {
1943
1943
  for (var Se = to(se), Re = new tp(j), Le = g[j.type], Ne = Te(j)[0], Je = Ne; E.element(Je); ) {
1944
1944
  for (var Qe = 0; Qe < Le.length; Qe++) {
1945
1945
  var at = Le[Qe], pt = at.selector, Ct = at.context;
1946
- if (qe(Je, pt) && G(Ct, Ne) && G(Ct, Je)) {
1946
+ if (qe(Je, pt) && X(Ct, Ne) && X(Ct, Je)) {
1947
1947
  var st = at.listeners;
1948
1948
  Re.currentTarget = Je;
1949
1949
  for (var yt = 0; yt < st.length; yt++) {
@@ -2070,7 +2070,7 @@ function fb() {
2070
2070
  if (ee.pointerIsDown && ee.pointerType === "touch" && !ee._interacting) for (var j = function() {
2071
2071
  var Re = Se[se];
2072
2072
  u.documents.some((function(Le) {
2073
- return G(Le.doc, Re.downTarget);
2073
+ return X(Le.doc, Re.downTarget);
2074
2074
  })) || ee.removePointer(Re.pointer, Re.event);
2075
2075
  }, se = 0, Se = ee.pointers; se < Se.length; se++) j();
2076
2076
  }
@@ -2126,7 +2126,7 @@ function fb() {
2126
2126
  var g = this._defaults;
2127
2127
  for (var w in d) {
2128
2128
  var q = w, A = this.options[s], L = d[q];
2129
- q === "listeners" && this.updatePerActionListeners(s, A.listeners, L), E.array(L) ? A[q] = Ge(L) : E.plainObject(L) ? (A[q] = W(A[q] || {}, ga(L)), E.object(g.perAction[q]) && "enabled" in g.perAction[q] && (A[q].enabled = L.enabled !== !1)) : E.bool(L) && E.object(g.perAction[q]) ? A[q].enabled = L : A[q] = L;
2129
+ q === "listeners" && this.updatePerActionListeners(s, A.listeners, L), E.array(L) ? A[q] = Xe(L) : E.plainObject(L) ? (A[q] = W(A[q] || {}, ga(L)), E.object(g.perAction[q]) && "enabled" in g.perAction[q] && (A[q].enabled = L.enabled !== !1)) : E.bool(L) && E.object(g.perAction[q]) ? A[q].enabled = L : A[q] = L;
2130
2130
  }
2131
2131
  } }, { key: "getRect", value: function(s) {
2132
2132
  return s = s || (E.element(this.target) ? this.target : null), E.string(this.target) && (s = s || this._context.querySelector(this.target)), Q(s);
@@ -2152,13 +2152,13 @@ function fb() {
2152
2152
  } }, { key: "context", value: function() {
2153
2153
  return this._context;
2154
2154
  } }, { key: "inContext", value: function(s) {
2155
- return this._context === s.ownerDocument || G(this._context, s);
2155
+ return this._context === s.ownerDocument || X(this._context, s);
2156
2156
  } }, { key: "testIgnoreAllow", value: function(s, d, g) {
2157
2157
  return !this.testIgnore(s.ignoreFrom, d, g) && this.testAllow(s.allowFrom, d, g);
2158
2158
  } }, { key: "testAllow", value: function(s, d, g) {
2159
- return !s || !!E.element(g) && (E.string(s) ? le(g, s, d) : !!E.element(s) && G(s, g));
2159
+ return !s || !!E.element(g) && (E.string(s) ? le(g, s, d) : !!E.element(s) && X(s, g));
2160
2160
  } }, { key: "testIgnore", value: function(s, d, g) {
2161
- return !(!s || !E.element(g)) && (E.string(s) ? le(g, s, d) : !!E.element(s) && G(s, g));
2161
+ return !(!s || !E.element(g)) && (E.string(s) ? le(g, s, d) : !!E.element(s) && X(s, g));
2162
2162
  } }, { key: "fire", value: function(s) {
2163
2163
  return this.events.fire(s), this;
2164
2164
  } }, { key: "_onOff", value: function(s, d, g, w, q) {
@@ -2473,7 +2473,7 @@ function fb() {
2473
2473
  st === 1 / 0 && at.inRange && at.range !== 1 / 0 && (qn = !1), at.target && !(qn ? at.inRange && st !== 1 / 0 ? jt / st < at.distance / at.range : st === 1 / 0 && at.range !== 1 / 0 || jt < at.distance : !at.inRange && jt < at.distance) || (at.target = Ct, at.distance = jt, at.range = st, at.inRange = qn, at.delta.x = yt, at.delta.y = xn);
2474
2474
  }
2475
2475
  return at.inRange && (d.x = at.target.x, d.y = at.target.y), g.closest = at, at;
2476
- }, defaults: { range: 1 / 0, targets: null, offset: null, offsetWithOrigin: !0, origin: null, relativePoints: null, endOnly: !1, enabled: !1 } }, Cp = wr(Hl, "snap"), Xo = { start: function(u) {
2476
+ }, defaults: { range: 1 / 0, targets: null, offset: null, offsetWithOrigin: !0, origin: null, relativePoints: null, endOnly: !1, enabled: !1 } }, Cp = wr(Hl, "snap"), Go = { start: function(u) {
2477
2477
  var s = u.state, d = u.edges, g = s.options;
2478
2478
  if (!d) return null;
2479
2479
  u.state = { options: { targets: null, relativePoints: [{ x: d.left ? 0 : 1, y: d.top ? 0 : 1 }], offset: g.offset || "self", origin: { x: 0, y: 0 }, range: g.range } }, s.targetFields = s.targetFields || [["width", "height"], ["x", "y"]], Hl.start(u), s.offsets = u.state.offsets, u.state = s;
@@ -2495,10 +2495,10 @@ function fb() {
2495
2495
  }
2496
2496
  var Je = Hl.set(u);
2497
2497
  return d.options = w, Je;
2498
- }, defaults: { range: 1 / 0, targets: null, offset: null, endOnly: !1, enabled: !1 } }, kp = wr(Xo, "snapSize"), jl = { aspectRatio: gp, restrictEdges: bp, restrict: pp, restrictRect: _p, restrictSize: xp, snapEdges: wr({ start: function(u) {
2498
+ }, defaults: { range: 1 / 0, targets: null, offset: null, endOnly: !1, enabled: !1 } }, kp = wr(Go, "snapSize"), jl = { aspectRatio: gp, restrictEdges: bp, restrict: pp, restrictRect: _p, restrictSize: xp, snapEdges: wr({ start: function(u) {
2499
2499
  var s = u.edges;
2500
- return s ? (u.state.targetFields = u.state.targetFields || [[s.left ? "left" : "right", s.top ? "top" : "bottom"]], Xo.start(u)) : null;
2501
- }, set: Xo.set, defaults: W(ga(Xo.defaults), { targets: void 0, range: void 0, offset: { x: 0, y: 0 } }) }, "snapEdges"), snap: Cp, snapSize: kp, spring: Yo, avoid: Yo, transform: Yo, rubberband: Yo }, Ep = { id: "modifiers", install: function(u) {
2500
+ return s ? (u.state.targetFields = u.state.targetFields || [[s.left ? "left" : "right", s.top ? "top" : "bottom"]], Go.start(u)) : null;
2501
+ }, set: Go.set, defaults: W(ga(Go.defaults), { targets: void 0, range: void 0, offset: { x: 0, y: 0 } }) }, "snapEdges"), snap: Cp, snapSize: kp, spring: Yo, avoid: Yo, transform: Yo, rubberband: Yo }, Ep = { id: "modifiers", install: function(u) {
2502
2502
  var s = u.interactStatic;
2503
2503
  for (var d in u.usePlugin(Sc), u.usePlugin(fp), s.modifiers = jl, jl) {
2504
2504
  var g = jl[d], w = g._defaults, q = g._methods;
@@ -2704,7 +2704,7 @@ function fb() {
2704
2704
  g.splice(g.indexOf(w), 1);
2705
2705
  })(s.interactions.list, d));
2706
2706
  } } }, Dp = Ip;
2707
- if (wn.use(_c), wn.use(Ec), wn.use(Np), wn.use(ep), wn.use(Tp), wn.use(zg), wn.use(Xe), wn.use(Ho), wn.use(Dp), wn.default = wn, a(e) === "object" && e) try {
2707
+ if (wn.use(_c), wn.use(Ec), wn.use(Np), wn.use(ep), wn.use(Tp), wn.use(zg), wn.use(Ge), wn.use(Ho), wn.use(Dp), wn.default = wn, a(e) === "object" && e) try {
2708
2708
  e.exports = wn;
2709
2709
  } catch {
2710
2710
  }
@@ -2771,7 +2771,7 @@ function Cv(e) {
2771
2771
  }, n = e(t);
2772
2772
  return n.prototype = Object.create(Error.prototype), n.prototype.constructor = n, n;
2773
2773
  }
2774
- var Xl = Cv(function(e) {
2774
+ var Gl = Cv(function(e) {
2775
2775
  return function(n) {
2776
2776
  e(this), this.message = n ? n.length + ` errors occurred during unsubscription:
2777
2777
  ` + n.map(function(r, a) {
@@ -2818,7 +2818,7 @@ var ul = (function() {
2818
2818
  try {
2819
2819
  f();
2820
2820
  } catch (T) {
2821
- o = T instanceof Xl ? T.errors : [T];
2821
+ o = T instanceof Gl ? T.errors : [T];
2822
2822
  }
2823
2823
  var y = this._finalizers;
2824
2824
  if (y) {
@@ -2827,9 +2827,9 @@ var ul = (function() {
2827
2827
  for (var b = Bs(y), S = b.next(); !S.done; S = b.next()) {
2828
2828
  var p = S.value;
2829
2829
  try {
2830
- Xc(p);
2830
+ Gc(p);
2831
2831
  } catch (T) {
2832
- o = o ?? [], T instanceof Xl ? o = zs(zs([], Vs(o)), Vs(T.errors)) : o.push(T);
2832
+ o = o ?? [], T instanceof Gl ? o = zs(zs([], Vs(o)), Vs(T.errors)) : o.push(T);
2833
2833
  }
2834
2834
  }
2835
2835
  } catch (T) {
@@ -2843,13 +2843,13 @@ var ul = (function() {
2843
2843
  }
2844
2844
  }
2845
2845
  if (o)
2846
- throw new Xl(o);
2846
+ throw new Gl(o);
2847
2847
  }
2848
2848
  }, e.prototype.add = function(t) {
2849
2849
  var n;
2850
2850
  if (t && t !== this)
2851
2851
  if (this.closed)
2852
- Xc(t);
2852
+ Gc(t);
2853
2853
  else {
2854
2854
  if (t instanceof e) {
2855
2855
  if (t.closed || t._hasParent(this))
@@ -2878,7 +2878,7 @@ var ul = (function() {
2878
2878
  function Ev(e) {
2879
2879
  return e instanceof ul || e && "closed" in e && fr(e.remove) && fr(e.add) && fr(e.unsubscribe);
2880
2880
  }
2881
- function Xc(e) {
2881
+ function Gc(e) {
2882
2882
  fr(e) ? e() : e.unsubscribe();
2883
2883
  }
2884
2884
  var mb = {
@@ -2899,7 +2899,7 @@ function gb(e) {
2899
2899
  throw e;
2900
2900
  });
2901
2901
  }
2902
- function Gc() {
2902
+ function Xc() {
2903
2903
  }
2904
2904
  function bi(e) {
2905
2905
  e();
@@ -2986,9 +2986,9 @@ function bb(e) {
2986
2986
  }
2987
2987
  var yb = {
2988
2988
  closed: !0,
2989
- next: Gc,
2989
+ next: Xc,
2990
2990
  error: bb,
2991
- complete: Gc
2991
+ complete: Xc
2992
2992
  }, _b = (function() {
2993
2993
  return typeof Symbol == "function" && Symbol.observable || "@@observable";
2994
2994
  })();
@@ -3176,7 +3176,7 @@ var kb = Cv(function(e) {
3176
3176
  }, t;
3177
3177
  })(Ov);
3178
3178
  const qv = new Ov();
3179
- function Kk(e, t) {
3179
+ function Gk(e, t) {
3180
3180
  const n = te(!1), r = te(null);
3181
3181
  let a, o = null;
3182
3182
  function i(f) {
@@ -3241,11 +3241,11 @@ function Mv(e, t) {
3241
3241
  const { toString: Eb } = Object.prototype, { getPrototypeOf: Tu } = Object, { iterator: cl, toStringTag: Av } = Symbol, dl = /* @__PURE__ */ ((e) => (t) => {
3242
3242
  const n = Eb.call(t);
3243
3243
  return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
3244
- })(/* @__PURE__ */ Object.create(null)), Xn = (e) => (e = e.toLowerCase(), (t) => dl(t) === e), fl = (e) => (t) => typeof t === e, { isArray: Wa } = Array, Ba = fl("undefined");
3244
+ })(/* @__PURE__ */ Object.create(null)), Gn = (e) => (e = e.toLowerCase(), (t) => dl(t) === e), fl = (e) => (t) => typeof t === e, { isArray: Wa } = Array, Ba = fl("undefined");
3245
3245
  function Po(e) {
3246
3246
  return e !== null && !Ba(e) && e.constructor !== null && !Ba(e.constructor) && En(e.constructor.isBuffer) && e.constructor.isBuffer(e);
3247
3247
  }
3248
- const Pv = Xn("ArrayBuffer");
3248
+ const Pv = Gn("ArrayBuffer");
3249
3249
  function Tb(e) {
3250
3250
  let t;
3251
3251
  return typeof ArrayBuffer < "u" && ArrayBuffer.isView ? t = ArrayBuffer.isView(e) : t = e && e.buffer && Pv(e.buffer), t;
@@ -3263,7 +3263,7 @@ const Ob = fl("string"), En = fl("function"), Lv = fl("number"), Lo = (e) => e !
3263
3263
  } catch {
3264
3264
  return !1;
3265
3265
  }
3266
- }, Ab = Xn("Date"), Pb = Xn("File"), Lb = (e) => !!(e && typeof e.uri < "u"), Rb = (e) => e && typeof e.getParts < "u", Nb = Xn("Blob"), Ib = Xn("FileList"), Db = (e) => Lo(e) && En(e.pipe);
3266
+ }, Ab = Gn("Date"), Pb = Gn("File"), Lb = (e) => !!(e && typeof e.uri < "u"), Rb = (e) => e && typeof e.getParts < "u", Nb = Gn("Blob"), Ib = Gn("FileList"), Db = (e) => Lo(e) && En(e.pipe);
3267
3267
  function $b() {
3268
3268
  return typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : typeof global < "u" ? global : {};
3269
3269
  }
@@ -3271,12 +3271,12 @@ const td = $b(), nd = typeof td.FormData < "u" ? td.FormData : void 0, Fb = (e)
3271
3271
  let t;
3272
3272
  return e && (nd && e instanceof nd || En(e.append) && ((t = dl(e)) === "formdata" || // detect form-data instance
3273
3273
  t === "object" && En(e.toString) && e.toString() === "[object FormData]"));
3274
- }, Bb = Xn("URLSearchParams"), [Vb, zb, Hb, jb] = [
3274
+ }, Bb = Gn("URLSearchParams"), [Vb, zb, Hb, jb] = [
3275
3275
  "ReadableStream",
3276
3276
  "Request",
3277
3277
  "Response",
3278
3278
  "Headers"
3279
- ].map(Xn), Ub = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
3279
+ ].map(Gn), Ub = (e) => e.trim ? e.trim() : e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
3280
3280
  function Ro(e, t, { allOwnKeys: n = !1 } = {}) {
3281
3281
  if (e === null || typeof e > "u")
3282
3282
  return;
@@ -3351,11 +3351,11 @@ const Wb = (e, t, n, { allOwnKeys: r } = {}) => (Ro(
3351
3351
  e = n !== !1 && Tu(e);
3352
3352
  } while (e && (!n || n(e, t)) && e !== Object.prototype);
3353
3353
  return t;
3354
- }, Xb = (e, t, n) => {
3354
+ }, Gb = (e, t, n) => {
3355
3355
  e = String(e), (n === void 0 || n > e.length) && (n = e.length), n -= t.length;
3356
3356
  const r = e.indexOf(t, n);
3357
3357
  return r !== -1 && r === n;
3358
- }, Gb = (e) => {
3358
+ }, Xb = (e) => {
3359
3359
  if (!e) return null;
3360
3360
  if (Wa(e)) return e;
3361
3361
  let t = e.length;
@@ -3377,9 +3377,9 @@ const Wb = (e, t, n, { allOwnKeys: r } = {}) => (Ro(
3377
3377
  for (; (n = e.exec(t)) !== null; )
3378
3378
  r.push(n);
3379
3379
  return r;
3380
- }, t0 = Xn("HTMLFormElement"), n0 = (e) => e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g, function(n, r, a) {
3380
+ }, t0 = Gn("HTMLFormElement"), n0 = (e) => e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g, function(n, r, a) {
3381
3381
  return r.toUpperCase() + a;
3382
- }), rd = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), r0 = Xn("RegExp"), Iv = (e, t) => {
3382
+ }), rd = (({ hasOwnProperty: e }) => (t, n) => e.call(t, n))(Object.prototype), r0 = Gn("RegExp"), Iv = (e, t) => {
3383
3383
  const n = Object.getOwnPropertyDescriptors(e), r = {};
3384
3384
  Ro(n, (a, o) => {
3385
3385
  let i;
@@ -3431,7 +3431,7 @@ const u0 = (e) => {
3431
3431
  return r;
3432
3432
  };
3433
3433
  return n(e, 0);
3434
- }, c0 = Xn("AsyncFunction"), d0 = (e) => e && (Lo(e) || En(e)) && En(e.then) && En(e.catch), Dv = ((e, t) => e ? setImmediate : t ? ((n, r) => (Yr.addEventListener(
3434
+ }, c0 = Gn("AsyncFunction"), d0 = (e) => e && (Lo(e) || En(e)) && En(e.then) && En(e.catch), Dv = ((e, t) => e ? setImmediate : t ? ((n, r) => (Yr.addEventListener(
3435
3435
  "message",
3436
3436
  ({ source: a, data: o }) => {
3437
3437
  a === Yr && o === n && r.length && r.shift()();
@@ -3475,9 +3475,9 @@ const u0 = (e) => {
3475
3475
  inherits: Yb,
3476
3476
  toFlatObject: Kb,
3477
3477
  kindOf: dl,
3478
- kindOfTest: Xn,
3479
- endsWith: Xb,
3480
- toArray: Gb,
3478
+ kindOfTest: Gn,
3479
+ endsWith: Gb,
3480
+ toArray: Xb,
3481
3481
  forEachEntry: Zb,
3482
3482
  matchAll: e0,
3483
3483
  isHTMLForm: t0,
@@ -3564,7 +3564,7 @@ function Ws(e) {
3564
3564
  function Fv(e) {
3565
3565
  return ge.endsWith(e, "[]") ? e.slice(0, -2) : e;
3566
3566
  }
3567
- function Gl(e, t, n) {
3567
+ function Xl(e, t, n) {
3568
3568
  return e ? e.concat(t).map(function(a, o) {
3569
3569
  return a = Fv(a), !n && o ? "[" + a + "]" : a;
3570
3570
  }).join(n ? "." : "") : t;
@@ -3606,7 +3606,7 @@ function vl(e, t, n) {
3606
3606
  function f(p, T, C) {
3607
3607
  let x = p;
3608
3608
  if (ge.isReactNative(t) && ge.isReactNativeBlob(p))
3609
- return t.append(Gl(C, T, o), v(p)), !1;
3609
+ return t.append(Xl(C, T, o), v(p)), !1;
3610
3610
  if (p && !C && typeof p == "object") {
3611
3611
  if (ge.endsWith(T, "{}"))
3612
3612
  T = r ? T : T.slice(0, -2), p = JSON.stringify(p);
@@ -3614,12 +3614,12 @@ function vl(e, t, n) {
3614
3614
  return T = Fv(T), x.forEach(function(k, _) {
3615
3615
  !(ge.isUndefined(k) || k === null) && t.append(
3616
3616
  // eslint-disable-next-line no-nested-ternary
3617
- i === !0 ? Gl([T], _, o) : i === null ? T : T + "[]",
3617
+ i === !0 ? Xl([T], _, o) : i === null ? T : T + "[]",
3618
3618
  v(k)
3619
3619
  );
3620
3620
  }), !1;
3621
3621
  }
3622
- return Ws(p) ? !0 : (t.append(Gl(C, T, o), v(p)), !1);
3622
+ return Ws(p) ? !0 : (t.append(Xl(C, T, o), v(p)), !1);
3623
3623
  }
3624
3624
  const y = [], b = Object.assign(g0, {
3625
3625
  defaultVisitor: f,
@@ -4486,7 +4486,7 @@ const Wv = (e) => {
4486
4486
  } catch {
4487
4487
  return !1;
4488
4488
  }
4489
- }, X0 = (e) => {
4489
+ }, G0 = (e) => {
4490
4490
  e = ge.merge.call(
4491
4491
  {
4492
4492
  skipUndefined: !0
@@ -4566,21 +4566,21 @@ const Wv = (e) => {
4566
4566
  let B;
4567
4567
  try {
4568
4568
  if (N && v && C !== "get" && C !== "head" && (B = await S(H, x)) !== 0) {
4569
- let X = new n(T, {
4569
+ let G = new n(T, {
4570
4570
  method: "POST",
4571
4571
  body: x,
4572
4572
  duplex: "half"
4573
4573
  }), R;
4574
- if (ge.isFormData(x) && (R = X.headers.get("content-type")) && H.setContentType(R), X.body) {
4574
+ if (ge.isFormData(x) && (R = G.headers.get("content-type")) && H.setContentType(R), G.body) {
4575
4575
  const [le, J] = ld(
4576
4576
  B,
4577
4577
  Ri(sd(N))
4578
4578
  );
4579
- x = cd(X.body, dd, le, J);
4579
+ x = cd(G.body, dd, le, J);
4580
4580
  }
4581
4581
  }
4582
4582
  ge.isString(ne) || (ne = ne ? "include" : "omit");
4583
- const Y = o && "credentials" in n.prototype, G = {
4583
+ const Y = o && "credentials" in n.prototype, X = {
4584
4584
  ...D,
4585
4585
  signal: F,
4586
4586
  method: C.toUpperCase(),
@@ -4589,13 +4589,13 @@ const Wv = (e) => {
4589
4589
  duplex: "half",
4590
4590
  credentials: Y ? ne : void 0
4591
4591
  };
4592
- $ = o && new n(T, G);
4593
- let Z = await (o ? I($, D) : I(T, G));
4592
+ $ = o && new n(T, X);
4593
+ let Z = await (o ? I($, D) : I(T, X));
4594
4594
  const fe = f && (E === "stream" || E === "response");
4595
4595
  if (f && (M || fe && P)) {
4596
- const X = {};
4596
+ const G = {};
4597
4597
  ["status", "statusText", "headers"].forEach((_e) => {
4598
- X[_e] = Z[_e];
4598
+ G[_e] = Z[_e];
4599
4599
  });
4600
4600
  const R = ge.toFiniteNumber(Z.headers.get("content-length")), [le, J] = M && ld(
4601
4601
  R,
@@ -4605,7 +4605,7 @@ const Wv = (e) => {
4605
4605
  cd(Z.body, dd, le, () => {
4606
4606
  J && J(), P && P();
4607
4607
  }),
4608
- X
4608
+ G
4609
4609
  );
4610
4610
  }
4611
4611
  E = E || "text";
@@ -4613,8 +4613,8 @@ const Wv = (e) => {
4613
4613
  Z,
4614
4614
  p
4615
4615
  );
4616
- return !fe && P && P(), await new Promise((X, R) => {
4617
- jv(X, R, {
4616
+ return !fe && P && P(), await new Promise((G, R) => {
4617
+ jv(G, R, {
4618
4618
  data: qe,
4619
4619
  headers: Tn.from(Z.headers),
4620
4620
  status: Z.status,
@@ -4638,12 +4638,12 @@ const Wv = (e) => {
4638
4638
  ) : ct.from(Y, Y && Y.code, p, $, Y && Y.response);
4639
4639
  }
4640
4640
  };
4641
- }, G0 = /* @__PURE__ */ new Map(), Qv = (e) => {
4641
+ }, X0 = /* @__PURE__ */ new Map(), Qv = (e) => {
4642
4642
  let t = e && e.env || {};
4643
4643
  const { fetch: n, Request: r, Response: a } = t, o = [r, a, n];
4644
- let i = o.length, l = i, c, v, f = G0;
4644
+ let i = o.length, l = i, c, v, f = X0;
4645
4645
  for (; l--; )
4646
- c = o[l], v = f.get(c), v === void 0 && f.set(c, v = l ? /* @__PURE__ */ new Map() : X0(t)), f = v;
4646
+ c = o[l], v = f.get(c), v === void 0 && f.set(c, v = l ? /* @__PURE__ */ new Map() : G0(t)), f = v;
4647
4647
  return v;
4648
4648
  };
4649
4649
  Qv();
@@ -4913,7 +4913,7 @@ ge.forEach(["post", "put", "patch"], function(t) {
4913
4913
  }
4914
4914
  Jr.prototype[t] = n(), Jr.prototype[t + "Form"] = n(!0);
4915
4915
  });
4916
- let ty = class Xv {
4916
+ let ty = class Gv {
4917
4917
  constructor(t) {
4918
4918
  if (typeof t != "function")
4919
4919
  throw new TypeError("executor must be a function.");
@@ -4979,7 +4979,7 @@ let ty = class Xv {
4979
4979
  static source() {
4980
4980
  let t;
4981
4981
  return {
4982
- token: new Xv(function(a) {
4982
+ token: new Gv(function(a) {
4983
4983
  t = a;
4984
4984
  }),
4985
4985
  cancel: t
@@ -5068,13 +5068,13 @@ const Ys = {
5068
5068
  Object.entries(Ys).forEach(([e, t]) => {
5069
5069
  Ys[t] = e;
5070
5070
  });
5071
- function Gv(e) {
5071
+ function Xv(e) {
5072
5072
  const t = new Jr(e), n = Mv(Jr.prototype.request, t);
5073
5073
  return ge.extend(n, Jr.prototype, t, { allOwnKeys: !0 }), ge.extend(n, t, null, { allOwnKeys: !0 }), n.create = function(a) {
5074
- return Gv(aa(e, a));
5074
+ return Xv(aa(e, a));
5075
5075
  }, n;
5076
5076
  }
5077
- const en = Gv(No);
5077
+ const en = Xv(No);
5078
5078
  en.Axios = Jr;
5079
5079
  en.CanceledError = Io;
5080
5080
  en.CancelToken = ty;
@@ -5095,25 +5095,25 @@ en.getAdapter = Yv.getAdapter;
5095
5095
  en.HttpStatusCode = Ys;
5096
5096
  en.default = en;
5097
5097
  const {
5098
- Axios: Zk,
5099
- AxiosError: eE,
5100
- CanceledError: tE,
5101
- isCancel: nE,
5102
- CancelToken: rE,
5103
- VERSION: aE,
5104
- all: oE,
5105
- Cancel: iE,
5106
- isAxiosError: lE,
5107
- spread: sE,
5108
- toFormData: uE,
5109
- AxiosHeaders: cE,
5098
+ Axios: eE,
5099
+ AxiosError: tE,
5100
+ CanceledError: nE,
5101
+ isCancel: rE,
5102
+ CancelToken: aE,
5103
+ VERSION: oE,
5104
+ all: iE,
5105
+ Cancel: lE,
5106
+ isAxiosError: sE,
5107
+ spread: uE,
5108
+ toFormData: cE,
5109
+ AxiosHeaders: dE,
5110
5110
  HttpStatusCode: bd,
5111
- formToJSON: dE,
5112
- getAdapter: fE,
5113
- mergeConfig: vE
5111
+ formToJSON: fE,
5112
+ getAdapter: vE,
5113
+ mergeConfig: mE
5114
5114
  } = en;
5115
5115
  let Ni = null;
5116
- function mE(e) {
5116
+ function hE(e) {
5117
5117
  if (Ni !== null) {
5118
5118
  console.warn(
5119
5119
  "[LinID CoreLib] HTTP client has already been initialized. Re-initialization is ignored."
@@ -5130,7 +5130,7 @@ function pr() {
5130
5130
  return Ni;
5131
5131
  }
5132
5132
  const Jv = /* @__PURE__ */ new Map();
5133
- function hE(e) {
5133
+ function gE(e) {
5134
5134
  Jv.set(e.instanceId, e);
5135
5135
  }
5136
5136
  function Qa(e) {
@@ -5141,25 +5141,25 @@ function Qa(e) {
5141
5141
  );
5142
5142
  return t;
5143
5143
  }
5144
- async function gE(e, t) {
5144
+ async function pE(e, t) {
5145
5145
  const n = Qa(e);
5146
5146
  return pr().post(`/${n.apiEndpoint}`, t).then(({ data: r }) => r);
5147
5147
  }
5148
- async function pE(e, t, n) {
5148
+ async function bE(e, t, n) {
5149
5149
  const r = Qa(e);
5150
5150
  return pr().put(`/${r.apiEndpoint}/${t}`, n).then(({ data: a }) => a);
5151
5151
  }
5152
- async function bE(e, t, n) {
5152
+ async function yE(e, t, n) {
5153
5153
  const r = Qa(e);
5154
5154
  return pr().get(`/${r.apiEndpoint}`, {
5155
5155
  params: { ...t, ...n }
5156
5156
  }).then(({ data: a }) => a);
5157
5157
  }
5158
- async function yE(e, t) {
5158
+ async function _E(e, t) {
5159
5159
  const n = Qa(e);
5160
5160
  return pr().get(`/${n.apiEndpoint}/${t}`).then(({ data: r }) => r);
5161
5161
  }
5162
- async function _E(e, t) {
5162
+ async function SE(e, t) {
5163
5163
  const n = Qa(e);
5164
5164
  return pr().delete(`/${n.apiEndpoint}/${t}`);
5165
5165
  }
@@ -5179,7 +5179,7 @@ function oy(e, t) {
5179
5179
  n[r] = oy(e[r], t[r]);
5180
5180
  return n;
5181
5181
  }
5182
- function SE(e) {
5182
+ function wE(e) {
5183
5183
  const t = {};
5184
5184
  for (const [n, r] of Object.entries(e)) {
5185
5185
  const a = n.split(".");
@@ -5279,7 +5279,7 @@ const vy = Object.prototype.hasOwnProperty;
5279
5279
  function Dn(e, t) {
5280
5280
  return vy.call(e, t);
5281
5281
  }
5282
- const Jt = Array.isArray, Wt = (e) => typeof e == "function", Ze = (e) => typeof e == "string", Gt = (e) => typeof e == "boolean", At = (e) => e !== null && typeof e == "object", my = (e) => At(e) && Wt(e.then) && Wt(e.catch), tm = Object.prototype.toString, Pu = (e) => tm.call(e), Nt = (e) => Pu(e) === "[object Object]", hy = (e) => e == null ? "" : Jt(e) || Nt(e) && e.toString === tm ? JSON.stringify(e, null, 2) : String(e);
5282
+ const Jt = Array.isArray, Wt = (e) => typeof e == "function", Ze = (e) => typeof e == "string", Xt = (e) => typeof e == "boolean", At = (e) => e !== null && typeof e == "object", my = (e) => At(e) && Wt(e.then) && Wt(e.catch), tm = Object.prototype.toString, Pu = (e) => tm.call(e), Nt = (e) => Pu(e) === "[object Object]", hy = (e) => e == null ? "" : Jt(e) || Nt(e) && e.toString === tm ? JSON.stringify(e, null, 2) : String(e);
5283
5283
  function Lu(e, t = "") {
5284
5284
  return e.reduce((n, r, a) => a === 0 ? n + r : n + t + r, "");
5285
5285
  }
@@ -5344,7 +5344,7 @@ function wi(e, t) {
5344
5344
  function by(e, t, n) {
5345
5345
  return { line: e, column: t, offset: n };
5346
5346
  }
5347
- function Xs(e, t, n) {
5347
+ function Gs(e, t, n) {
5348
5348
  return { start: e, end: t };
5349
5349
  }
5350
5350
  const ut = {
@@ -5454,7 +5454,7 @@ function My(e, t = {}) {
5454
5454
  function y(z, K, he, ...ie) {
5455
5455
  const ce = v();
5456
5456
  if (K.column += he, K.offset += he, f) {
5457
- const Ce = n ? Xs(ce.startLoc, K) : null, Me = Ya(z, Ce, {
5457
+ const Ce = n ? Gs(ce.startLoc, K) : null, Me = Ya(z, Ce, {
5458
5458
  domain: qy,
5459
5459
  args: ie
5460
5460
  });
@@ -5464,7 +5464,7 @@ function My(e, t = {}) {
5464
5464
  function b(z, K, he) {
5465
5465
  z.endLoc = o(), z.currentType = K;
5466
5466
  const ie = { type: K };
5467
- return n && (ie.loc = Xs(z.startLoc, z.endLoc)), he != null && (ie.value = he), ie;
5467
+ return n && (ie.loc = Gs(z.startLoc, z.endLoc)), he != null && (ie.value = he), ie;
5468
5468
  }
5469
5469
  const S = (z) => b(
5470
5470
  z,
@@ -5595,12 +5595,12 @@ function My(e, t = {}) {
5595
5595
  function Y(z) {
5596
5596
  return F(z, B);
5597
5597
  }
5598
- function G(z) {
5598
+ function X(z) {
5599
5599
  const K = z.charCodeAt(0);
5600
5600
  return K >= 48 && K <= 57;
5601
5601
  }
5602
5602
  function Z(z) {
5603
- return F(z, G);
5603
+ return F(z, X);
5604
5604
  }
5605
5605
  function fe(z) {
5606
5606
  const K = z.charCodeAt(0);
@@ -5611,7 +5611,7 @@ function My(e, t = {}) {
5611
5611
  function qe(z) {
5612
5612
  return F(z, fe);
5613
5613
  }
5614
- function X(z) {
5614
+ function G(z) {
5615
5615
  let K = "", he = "";
5616
5616
  for (; K = Z(z); )
5617
5617
  he += K;
@@ -5656,7 +5656,7 @@ function My(e, t = {}) {
5656
5656
  function J(z) {
5657
5657
  C(z);
5658
5658
  let K = "";
5659
- return z.currentChar() === "-" ? (z.next(), K += `-${X(z)}`) : K += X(z), z.currentChar() === lr && y(ut.UNTERMINATED_CLOSING_BRACE, o(), 0), K;
5659
+ return z.currentChar() === "-" ? (z.next(), K += `-${G(z)}`) : K += G(z), z.currentChar() === lr && y(ut.UNTERMINATED_CLOSING_BRACE, o(), 0), K;
5660
5660
  }
5661
5661
  function _e(z) {
5662
5662
  return z !== Cd && z !== gn;
@@ -5864,7 +5864,7 @@ function Iy(e = {}) {
5864
5864
  function r(x, O, k, _, ...M) {
5865
5865
  const N = x.currentPosition();
5866
5866
  if (N.offset += _, N.column += _, n) {
5867
- const E = t ? Xs(k, N) : null, H = Ya(O, E, {
5867
+ const E = t ? Gs(k, N) : null, H = Ya(O, E, {
5868
5868
  domain: Ay,
5869
5869
  args: M
5870
5870
  });
@@ -6295,11 +6295,11 @@ function Wn(e) {
6295
6295
  return At(e) && Nu(e) === 0 && (Dn(e, "b") || Dn(e, "body"));
6296
6296
  }
6297
6297
  const nm = ["b", "body"];
6298
- function Xy(e) {
6298
+ function Gy(e) {
6299
6299
  return Rr(e, nm);
6300
6300
  }
6301
6301
  const rm = ["c", "cases"];
6302
- function Gy(e) {
6302
+ function Xy(e) {
6303
6303
  return Rr(e, rm, []);
6304
6304
  }
6305
6305
  const am = ["s", "static"];
@@ -6360,14 +6360,14 @@ function ts(e) {
6360
6360
  return (n) => n_(n, e);
6361
6361
  }
6362
6362
  function n_(e, t) {
6363
- const n = Xy(t);
6363
+ const n = Gy(t);
6364
6364
  if (n == null)
6365
6365
  throw So(
6366
6366
  0
6367
6367
  /* NodeTypes.Resource */
6368
6368
  );
6369
6369
  if (Nu(n) === 1) {
6370
- const o = Gy(n);
6370
+ const o = Xy(n);
6371
6371
  return e.plural(o.reduce((i, l) => [
6372
6372
  ...i,
6373
6373
  Td(e, l)
@@ -6380,11 +6380,11 @@ function Td(e, t) {
6380
6380
  if (n != null)
6381
6381
  return e.type === "text" ? n : e.normalize([n]);
6382
6382
  {
6383
- const r = Zy(t).reduce((a, o) => [...a, Gs(e, o)], []);
6383
+ const r = Zy(t).reduce((a, o) => [...a, Xs(e, o)], []);
6384
6384
  return e.normalize(r);
6385
6385
  }
6386
6386
  }
6387
- function Gs(e, t) {
6387
+ function Xs(e, t) {
6388
6388
  const n = Nu(t);
6389
6389
  switch (n) {
6390
6390
  case 3:
@@ -6409,7 +6409,7 @@ function Gs(e, t) {
6409
6409
  }
6410
6410
  case 6: {
6411
6411
  const r = t, a = e_(r), o = t_(r);
6412
- return e.linked(Gs(e, o), a ? Gs(e, a) : void 0, e.type);
6412
+ return e.linked(Xs(e, o), a ? Xs(e, a) : void 0, e.type);
6413
6413
  }
6414
6414
  case 7:
6415
6415
  return ti(t, n);
@@ -6435,7 +6435,7 @@ function i_(e, t = {}) {
6435
6435
  // @__NO_SIDE_EFFECTS__
6436
6436
  function l_(e, t) {
6437
6437
  if (!__INTLIFY_DROP_MESSAGE_COMPILER__ && Ze(e)) {
6438
- const n = Gt(t.warnHtmlMessage) ? t.warnHtmlMessage : !0;
6438
+ const n = Xt(t.warnHtmlMessage) ? t.warnHtmlMessage : !0;
6439
6439
  process.env.NODE_ENV !== "production" && a_(e, n);
6440
6440
  const a = (t.onCacheKey || o_)(e), o = ni[a];
6441
6441
  if (o)
@@ -6537,7 +6537,7 @@ function Js(e, t, n) {
6537
6537
  }
6538
6538
  function qd(e, t, n) {
6539
6539
  let r = !0;
6540
- for (let a = 0; a < t.length && Gt(r); a++) {
6540
+ for (let a = 0; a < t.length && Xt(r); a++) {
6541
6541
  const o = t[a];
6542
6542
  Ze(o) && (r = h_(e, t[a], n));
6543
6543
  }
@@ -6904,7 +6904,7 @@ const Pd = (e) => {
6904
6904
  }, L_ = () => hm;
6905
6905
  let Ld = 0;
6906
6906
  function R_(e = {}) {
6907
- const t = Wt(e.onWarn) ? e.onWarn : ar, n = Ze(e.version) ? e.version : E_, r = Ze(e.locale) || Wt(e.locale) ? e.locale : Di, a = Wt(r) ? Di : r, o = Jt(e.fallbackLocale) || Nt(e.fallbackLocale) || Ze(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : a, i = Nt(e.messages) ? e.messages : rs(a), l = Nt(e.datetimeFormats) ? e.datetimeFormats : rs(a), c = Nt(e.numberFormats) ? e.numberFormats : rs(a), v = dn(Bt(), e.modifiers, T_()), f = e.pluralRules || Bt(), y = Wt(e.missing) ? e.missing : null, b = Gt(e.missingWarn) || Ii(e.missingWarn) ? e.missingWarn : !0, S = Gt(e.fallbackWarn) || Ii(e.fallbackWarn) ? e.fallbackWarn : !0, p = !!e.fallbackFormat, T = !!e.unresolving, C = Wt(e.postTranslation) ? e.postTranslation : null, x = Nt(e.processor) ? e.processor : null, O = Gt(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, k = !!e.escapeParameter, _ = Wt(e.messageCompiler) ? e.messageCompiler : dm;
6907
+ const t = Wt(e.onWarn) ? e.onWarn : ar, n = Ze(e.version) ? e.version : E_, r = Ze(e.locale) || Wt(e.locale) ? e.locale : Di, a = Wt(r) ? Di : r, o = Jt(e.fallbackLocale) || Nt(e.fallbackLocale) || Ze(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : a, i = Nt(e.messages) ? e.messages : rs(a), l = Nt(e.datetimeFormats) ? e.datetimeFormats : rs(a), c = Nt(e.numberFormats) ? e.numberFormats : rs(a), v = dn(Bt(), e.modifiers, T_()), f = e.pluralRules || Bt(), y = Wt(e.missing) ? e.missing : null, b = Xt(e.missingWarn) || Ii(e.missingWarn) ? e.missingWarn : !0, S = Xt(e.fallbackWarn) || Ii(e.fallbackWarn) ? e.fallbackWarn : !0, p = !!e.fallbackFormat, T = !!e.unresolving, C = Wt(e.postTranslation) ? e.postTranslation : null, x = Nt(e.processor) ? e.processor : null, O = Xt(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, k = !!e.escapeParameter, _ = Wt(e.messageCompiler) ? e.messageCompiler : dm;
6908
6908
  process.env.NODE_ENV !== "production" && Wt(e.messageCompiler) && ly(vr(un.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER));
6909
6909
  const M = Wt(e.messageResolver) ? e.messageResolver : fm || x_, N = Wt(e.localeFallbacker) ? e.localeFallbacker : vm || m_, E = At(e.fallbackContext) ? e.fallbackContext : void 0, H = e, ne = At(H.__datetimeFormatters) ? H.__datetimeFormatters : /* @__PURE__ */ new Map(), D = At(H.__numberFormatters) ? H.__numberFormatters : /* @__PURE__ */ new Map(), I = At(H.__meta) ? H.__meta : {};
6910
6910
  Ld++;
@@ -6986,7 +6986,7 @@ function Nd(e, ...t) {
6986
6986
  return process.env.NODE_ENV !== "production" && o(vr(un.INVALID_DATE_ARGUMENT, {
6987
6987
  value: String(t[0])
6988
6988
  })), Ha;
6989
- const [c, v, f, y] = Zs(...t), b = Gt(f.missingWarn) ? f.missingWarn : e.missingWarn, S = Gt(f.fallbackWarn) ? f.fallbackWarn : e.fallbackWarn, p = !!f.part, T = Iu(e, f), C = i(
6989
+ const [c, v, f, y] = Zs(...t), b = Xt(f.missingWarn) ? f.missingWarn : e.missingWarn, S = Xt(f.fallbackWarn) ? f.fallbackWarn : e.fallbackWarn, p = !!f.part, T = Iu(e, f), C = i(
6990
6990
  e,
6991
6991
  // eslint-disable-line @typescript-eslint/no-explicit-any
6992
6992
  a,
@@ -7084,7 +7084,7 @@ function Dd(e, ...t) {
7084
7084
  return process.env.NODE_ENV !== "production" && o(vr(un.INVALID_NUMBER_ARGUMENT, {
7085
7085
  value: String(t[0])
7086
7086
  })), Ha;
7087
- const [c, v, f, y] = eu(...t), b = Gt(f.missingWarn) ? f.missingWarn : e.missingWarn, S = Gt(f.fallbackWarn) ? f.fallbackWarn : e.fallbackWarn, p = !!f.part, T = Iu(e, f), C = i(
7087
+ const [c, v, f, y] = eu(...t), b = Xt(f.missingWarn) ? f.missingWarn : e.missingWarn, S = Xt(f.fallbackWarn) ? f.fallbackWarn : e.fallbackWarn, p = !!f.part, T = Iu(e, f), C = i(
7088
7088
  e,
7089
7089
  // eslint-disable-line @typescript-eslint/no-explicit-any
7090
7090
  a,
@@ -7198,7 +7198,7 @@ function z_(e = {}) {
7198
7198
  }
7199
7199
  const Fd = () => "", In = (e) => Wt(e);
7200
7200
  function Bd(e, ...t) {
7201
- const { fallbackFormat: n, postTranslation: r, unresolving: a, messageCompiler: o, fallbackLocale: i, messages: l } = e, [c, v] = tu(...t), f = Gt(v.missingWarn) ? v.missingWarn : e.missingWarn, y = Gt(v.fallbackWarn) ? v.fallbackWarn : e.fallbackWarn, b = Gt(v.escapeParameter) ? v.escapeParameter : e.escapeParameter, S = !!v.resolvedMessage, p = Ze(v.default) || Gt(v.default) ? Gt(v.default) ? o ? c : () => c : v.default : n ? o ? c : () => c : null, T = n || p != null && (Ze(p) || Wt(p)), C = Iu(e, v);
7201
+ const { fallbackFormat: n, postTranslation: r, unresolving: a, messageCompiler: o, fallbackLocale: i, messages: l } = e, [c, v] = tu(...t), f = Xt(v.missingWarn) ? v.missingWarn : e.missingWarn, y = Xt(v.fallbackWarn) ? v.fallbackWarn : e.fallbackWarn, b = Xt(v.escapeParameter) ? v.escapeParameter : e.escapeParameter, S = !!v.resolvedMessage, p = Ze(v.default) || Xt(v.default) ? Xt(v.default) ? o ? c : () => c : v.default : n ? o ? c : () => c : null, T = n || p != null && (Ze(p) || Wt(p)), C = Iu(e, v);
7202
7202
  b && H_(v);
7203
7203
  let [x, O, k] = S ? [
7204
7204
  c,
@@ -7415,9 +7415,9 @@ const vn = {
7415
7415
  NOT_AVAILABLE_COMPOSITION_IN_LEGACY: 34
7416
7416
  };
7417
7417
  function xo(e, ...t) {
7418
- return Ya(e, null, process.env.NODE_ENV !== "production" ? { messages: X_, args: t } : void 0);
7418
+ return Ya(e, null, process.env.NODE_ENV !== "production" ? { messages: G_, args: t } : void 0);
7419
7419
  }
7420
- const X_ = {
7420
+ const G_ = {
7421
7421
  [vn.UNEXPECTED_RETURN_TYPE]: "Unexpected return type in composer",
7422
7422
  [vn.INVALID_ARGUMENT]: "Invalid argument",
7423
7423
  [vn.MUST_BE_CALL_SETUP_TOP]: "Must be called at the top of a `setup` function",
@@ -7429,7 +7429,7 @@ const X_ = {
7429
7429
  [vn.NOT_INSTALLED_WITH_PROVIDE]: "Need to install with `provide` function",
7430
7430
  [vn.NOT_COMPATIBLE_LEGACY_VUE_I18N]: "Not compatible legacy VueI18n.",
7431
7431
  [vn.NOT_AVAILABLE_COMPOSITION_IN_LEGACY]: "Not available Compostion API in Legacy API mode. Please make sure that the legacy API mode is working properly"
7432
- }, nu = /* @__PURE__ */ br("__translateVNode"), ru = /* @__PURE__ */ br("__datetimeParts"), au = /* @__PURE__ */ br("__numberParts"), ou = /* @__PURE__ */ br("__enableEmitter"), iu = /* @__PURE__ */ br("__disableEmitter"), G_ = br("__setPluralRules"), xm = /* @__PURE__ */ br("__injectWithOption"), lu = /* @__PURE__ */ br("__dispose"), rr = {
7432
+ }, nu = /* @__PURE__ */ br("__translateVNode"), ru = /* @__PURE__ */ br("__datetimeParts"), au = /* @__PURE__ */ br("__numberParts"), ou = /* @__PURE__ */ br("__enableEmitter"), iu = /* @__PURE__ */ br("__disableEmitter"), X_ = br("__setPluralRules"), xm = /* @__PURE__ */ br("__injectWithOption"), lu = /* @__PURE__ */ br("__dispose"), rr = {
7433
7433
  FALLBACK_TO_ROOT: ba,
7434
7434
  // 10
7435
7435
  NOT_FOUND_PARENT_SCOPE: ba + 1,
@@ -7532,7 +7532,7 @@ function Z_(e, t, n) {
7532
7532
  }
7533
7533
  }
7534
7534
  function Vd(e) {
7535
- return Kp(Xp, null, e, 0);
7535
+ return Kp(Gp, null, e, 0);
7536
7536
  }
7537
7537
  function $u() {
7538
7538
  const e = "currentInstance";
@@ -7550,7 +7550,7 @@ const tS = /* @__NO_SIDE_EFFECTS__ */ () => {
7550
7550
  };
7551
7551
  function nS(e = {}) {
7552
7552
  const { __root: t, __injectWithOption: n } = e, r = t === void 0, a = e.flatJson, o = mr ? te : Yp;
7553
- let i = Gt(e.inheritLocale) ? e.inheritLocale : !0;
7553
+ let i = Xt(e.inheritLocale) ? e.inheritLocale : !0;
7554
7554
  const l = o(
7555
7555
  // prettier-ignore
7556
7556
  t && i ? t.locale.value : Ze(e.locale) ? e.locale : Di
@@ -7558,7 +7558,7 @@ function nS(e = {}) {
7558
7558
  // prettier-ignore
7559
7559
  t && i ? t.fallbackLocale.value : Ze(e.fallbackLocale) || Jt(e.fallbackLocale) || Nt(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : l.value
7560
7560
  ), v = o(Cm(l.value, e)), f = o(Nt(e.datetimeFormats) ? e.datetimeFormats : { [l.value]: {} }), y = o(Nt(e.numberFormats) ? e.numberFormats : { [l.value]: {} });
7561
- let b = t ? t.missingWarn : Gt(e.missingWarn) || Ii(e.missingWarn) ? e.missingWarn : !0, S = t ? t.fallbackWarn : Gt(e.fallbackWarn) || Ii(e.fallbackWarn) ? e.fallbackWarn : !0, p = t ? t.fallbackRoot : Gt(e.fallbackRoot) ? e.fallbackRoot : !0, T = !!e.fallbackFormat, C = Wt(e.missing) ? e.missing : null, x = Wt(e.missing) ? Ud(e.missing) : null, O = Wt(e.postTranslation) ? e.postTranslation : null, k = t ? t.warnHtmlMessage : Gt(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, _ = !!e.escapeParameter;
7561
+ let b = t ? t.missingWarn : Xt(e.missingWarn) || Ii(e.missingWarn) ? e.missingWarn : !0, S = t ? t.fallbackWarn : Xt(e.fallbackWarn) || Ii(e.fallbackWarn) ? e.fallbackWarn : !0, p = t ? t.fallbackRoot : Xt(e.fallbackRoot) ? e.fallbackRoot : !0, T = !!e.fallbackFormat, C = Wt(e.missing) ? e.missing : null, x = Wt(e.missing) ? Ud(e.missing) : null, O = Wt(e.postTranslation) ? e.postTranslation : null, k = t ? t.warnHtmlMessage : Xt(e.warnHtmlMessage) ? e.warnHtmlMessage : !0, _ = !!e.escapeParameter;
7562
7562
  const M = t ? t.modifiers : Nt(e.modifiers) ? e.modifiers : {};
7563
7563
  let N = e.pluralRules || t && t.pluralRules, E;
7564
7564
  E = (() => {
@@ -7612,7 +7612,7 @@ function nS(e = {}) {
7612
7612
  function Y(de) {
7613
7613
  O = de, E.postTranslation = de;
7614
7614
  }
7615
- function G() {
7615
+ function X() {
7616
7616
  return C;
7617
7617
  }
7618
7618
  function Z(de) {
@@ -7651,14 +7651,14 @@ function nS(e = {}) {
7651
7651
  throw xo(vn.UNEXPECTED_RETURN_TYPE);
7652
7652
  }
7653
7653
  };
7654
- function X(...de) {
7654
+ function G(...de) {
7655
7655
  return qe((be) => Reflect.apply(Bd, null, [be, ...de]), () => tu(...de), "translate", (be) => Reflect.apply(be.t, be, [...de]), (be) => be, (be) => Ze(be));
7656
7656
  }
7657
7657
  function R(...de) {
7658
7658
  const [be, Fe, je] = de;
7659
7659
  if (je && !At(je))
7660
7660
  throw xo(vn.INVALID_ARGUMENT);
7661
- return X(be, Fe, dn({ resolvedMessage: !0 }, je || {}));
7661
+ return G(be, Fe, dn({ resolvedMessage: !0 }, je || {}));
7662
7662
  }
7663
7663
  function le(...de) {
7664
7664
  return qe((be) => Reflect.apply(Nd, null, [be, ...de]), () => Zs(...de), "datetime format", (be) => Reflect.apply(be.d, be, [...de]), () => Ha, (be) => Ze(be) || Jt(be));
@@ -7667,7 +7667,7 @@ function nS(e = {}) {
7667
7667
  return qe((be) => Reflect.apply(Dd, null, [be, ...de]), () => eu(...de), "number format", (be) => Reflect.apply(be.n, be, [...de]), () => Ha, (be) => Ze(be) || Jt(be));
7668
7668
  }
7669
7669
  function _e(de) {
7670
- return de.map((be) => Ze(be) || cn(be) || Gt(be) ? Vd(String(be)) : be);
7670
+ return de.map((be) => Ze(be) || cn(be) || Xt(be) ? Vd(String(be)) : be);
7671
7671
  }
7672
7672
  const ae = {
7673
7673
  normalize: _e,
@@ -7707,7 +7707,7 @@ function nS(e = {}) {
7707
7707
  return !0;
7708
7708
  }
7709
7709
  return !1;
7710
- }, () => [de], "translate exists", (Fe) => Reflect.apply(Fe.te, Fe, [de, be]), eS, (Fe) => Gt(Fe));
7710
+ }, () => [de], "translate exists", (Fe) => Reflect.apply(Fe.te, Fe, [de, be]), eS, (Fe) => Xt(Fe));
7711
7711
  }
7712
7712
  function Pe(de) {
7713
7713
  let be = null;
@@ -7827,15 +7827,15 @@ function nS(e = {}) {
7827
7827
  set escapeParameter(de) {
7828
7828
  _ = de, E.escapeParameter = de;
7829
7829
  },
7830
- t: X,
7830
+ t: G,
7831
7831
  getLocaleMessage: He,
7832
7832
  setLocaleMessage: We,
7833
7833
  mergeLocaleMessage: Oe,
7834
7834
  getPostTranslationHandler: B,
7835
7835
  setPostTranslationHandler: Y,
7836
- getMissingHandler: G,
7836
+ getMissingHandler: X,
7837
7837
  setMissingHandler: Z,
7838
- [G_]: De
7838
+ [X_]: De
7839
7839
  };
7840
7840
  return Me.datetimeFormats = $, Me.numberFormats = P, Me.rt = R, Me.te = ue, Me.tm = Ie, Me.d = le, Me.n = J, Me.getDateTimeFormat = z, Me.setDateTimeFormat = K, Me.mergeDateTimeFormat = he, Me.getNumberFormat = ie, Me.setNumberFormat = ce, Me.mergeNumberFormat = Ce, Me[xm] = n, Me[nu] = ke, Me[ru] = Ae, Me[au] = W, process.env.NODE_ENV !== "production" && (Me[ou] = (de) => {
7841
7841
  E.__v_emitter = de;
@@ -8004,7 +8004,7 @@ if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
8004
8004
  }
8005
8005
  process.env.NODE_ENV;
8006
8006
  let Fi = null;
8007
- function wE(e) {
8007
+ function xE(e) {
8008
8008
  if (Fi !== null) {
8009
8009
  console.warn(
8010
8010
  "[LinID CoreLib] I18n has already been initialized. Re-initialization is ignored."
@@ -8139,7 +8139,7 @@ function gS(e) {
8139
8139
  upToDate: C
8140
8140
  };
8141
8141
  }
8142
- function xE() {
8142
+ function CE() {
8143
8143
  function e(t) {
8144
8144
  qv.next({
8145
8145
  key: "notify",
@@ -8149,7 +8149,7 @@ function xE() {
8149
8149
  return { Notify: e };
8150
8150
  }
8151
8151
  let Bi = null;
8152
- function CE(e) {
8152
+ function kE(e) {
8153
8153
  if (Bi !== null) {
8154
8154
  console.warn(
8155
8155
  "[LinID CoreLib] Nunjucks environment has already been initialized. Re-initialization is ignored."
@@ -8165,7 +8165,7 @@ function pS() {
8165
8165
  );
8166
8166
  return Bi;
8167
8167
  }
8168
- function kE() {
8168
+ function EE() {
8169
8169
  const e = pS();
8170
8170
  function t(n, r) {
8171
8171
  return typeof n == "string" ? e.renderString(n, r) : Array.isArray(n) ? n.map((a) => t(a, r)) : n !== null && typeof n == "object" && Object.getPrototypeOf(n) === Object.prototype ? Object.fromEntries(
@@ -8179,7 +8179,7 @@ function kE() {
8179
8179
  render: t
8180
8180
  };
8181
8181
  }
8182
- function EE() {
8182
+ function TE() {
8183
8183
  function e(n) {
8184
8184
  return {
8185
8185
  page: (n.page || 1) - 1,
@@ -8330,7 +8330,7 @@ var wS = uu;
8330
8330
  function we(e) {
8331
8331
  return Wr(Mo(e));
8332
8332
  }
8333
- function Gn(e) {
8333
+ function Xn(e) {
8334
8334
  return Wr(e);
8335
8335
  }
8336
8336
  var Ir = (e, t) => {
@@ -8796,14 +8796,14 @@ var Hr = Ir({
8796
8796
  removeQueue: "clear_all",
8797
8797
  removeUploaded: "done_all"
8798
8798
  }
8799
- }, Xd = Ir({
8799
+ }, Gd = Ir({
8800
8800
  iconMapFn: null,
8801
8801
  __qIconSet: {}
8802
8802
  }, {
8803
8803
  // props: object
8804
8804
  set(e, t) {
8805
8805
  const n = { ...e };
8806
- n.set = Xd.set, Object.assign(Xd.__qIconSet, n);
8806
+ n.set = Gd.set, Object.assign(Gd.__qIconSet, n);
8807
8807
  },
8808
8808
  install({ $q: e, iconSet: t, ssrContext: n }) {
8809
8809
  e.config.iconMapFn !== void 0 && (this.iconMapFn = e.config.iconMapFn), e.iconSet = this.__qIconSet, on(e, "iconMapFn", () => this.iconMapFn, (r) => {
@@ -8820,7 +8820,7 @@ var Hr = Ir({
8820
8820
  }), Am = "_q_t_", Pm = "_q_s_", da = "_q_l_", Lm = "_q_pc_", Rm = "_q_f_", Nm = "_q_fo_", Im = "_q_tabs_", Dm = "_q_u_";
8821
8821
  function Mt() {
8822
8822
  }
8823
- var Gd = {};
8823
+ var Xd = {};
8824
8824
  function Un(e, t) {
8825
8825
  if (e === t)
8826
8826
  return !0;
@@ -9588,7 +9588,7 @@ var Kt = {
9588
9588
  },
9589
9589
  color: String
9590
9590
  };
9591
- function Xt(e) {
9591
+ function Gt(e) {
9592
9592
  return {
9593
9593
  cSize: h(() => e.size in fu ? `${fu[e.size]}px` : e.size),
9594
9594
  classes: h(
@@ -9606,7 +9606,7 @@ var Kn = we({
9606
9606
  }
9607
9607
  },
9608
9608
  setup(e) {
9609
- const { cSize: t, classes: n } = Xt(e);
9609
+ const { cSize: t, classes: n } = Gt(e);
9610
9610
  return () => m("svg", {
9611
9611
  class: n.value + " q-spinner-mat",
9612
9612
  width: t.value,
@@ -9703,7 +9703,7 @@ function of(e, { modifiers: t, value: n, arg: r }) {
9703
9703
  keyCodes: [].concat(a.keyCodes || 13)
9704
9704
  };
9705
9705
  }
9706
- var wl = Gn(
9706
+ var wl = Xn(
9707
9707
  {
9708
9708
  name: "ripple",
9709
9709
  beforeMount(e, t) {
@@ -9804,11 +9804,11 @@ var Yu = {
9804
9804
  default: null
9805
9805
  },
9806
9806
  disable: Boolean
9807
- }, XS = {
9807
+ }, GS = {
9808
9808
  ...Yu,
9809
9809
  round: Boolean
9810
9810
  };
9811
- function GS(e) {
9811
+ function XS(e) {
9812
9812
  const t = _r(e, QS), n = ju(e), { hasRouterLink: r, hasLink: a, linkTag: o, linkAttrs: i, navigateOnClick: l } = Sl({
9813
9813
  fallbackTag: "button"
9814
9814
  }), c = h(() => {
@@ -9852,7 +9852,7 @@ function GS(e) {
9852
9852
  var { passiveCapture: Rn } = Ft, ya = null, _a = null, Sa = null, qt = we({
9853
9853
  name: "QBtn",
9854
9854
  props: {
9855
- ...XS,
9855
+ ...GS,
9856
9856
  percentage: Number,
9857
9857
  darkPercentage: Boolean,
9858
9858
  onTouchstart: [Function, Array]
@@ -9868,7 +9868,7 @@ var { passiveCapture: Rn } = Ft, ya = null, _a = null, Sa = null, qt = we({
9868
9868
  linkTag: v,
9869
9869
  navigateOnClick: f,
9870
9870
  isActionable: y
9871
- } = GS(e), b = te(null), S = te(null);
9871
+ } = XS(e), b = te(null), S = te(null);
9872
9872
  let p = null, T, C = null;
9873
9873
  const x = h(
9874
9874
  () => e.label !== void 0 && e.label !== null && e.label !== ""
@@ -10022,7 +10022,7 @@ var { passiveCapture: Rn } = Ft, ya = null, _a = null, Sa = null, qt = we({
10022
10022
  );
10023
10023
  };
10024
10024
  }
10025
- }), Xm = we({
10025
+ }), Gm = we({
10026
10026
  name: "QBtnGroup",
10027
10027
  props: {
10028
10028
  unelevated: Boolean,
@@ -10049,7 +10049,7 @@ function Qn() {
10049
10049
  e.empty !== void 0 ? e.empty() : e.removeAllRanges !== void 0 && (e.removeAllRanges(), wS.is.mobile !== !0 && e.addRange(document.createRange()));
10050
10050
  } else document.selection !== void 0 && document.selection.empty();
10051
10051
  }
10052
- var Gm = {
10052
+ var Xm = {
10053
10053
  /* SSR does not know about Element */
10054
10054
  target: {
10055
10055
  type: [Boolean, String, Element],
@@ -10057,7 +10057,7 @@ var Gm = {
10057
10057
  },
10058
10058
  noParentEvent: Boolean
10059
10059
  }, Jm = {
10060
- ...Gm,
10060
+ ...Xm,
10061
10061
  contextMenu: Boolean
10062
10062
  };
10063
10063
  function Ku({
@@ -10177,13 +10177,13 @@ function Zm(e, t) {
10177
10177
  changeScrollEvent: a
10178
10178
  };
10179
10179
  }
10180
- var Xa = {
10180
+ var Ga = {
10181
10181
  modelValue: {
10182
10182
  type: Boolean,
10183
10183
  default: null
10184
10184
  },
10185
10185
  "onUpdate:modelValue": [Function, Array]
10186
- }, Ga = [
10186
+ }, Xa = [
10187
10187
  "beforeShow",
10188
10188
  "show",
10189
10189
  "beforeHide",
@@ -10238,7 +10238,7 @@ function Ja({
10238
10238
  const x = { show: b, hide: p, toggle: y };
10239
10239
  return Object.assign(v, x), x;
10240
10240
  }
10241
- var Xr = [], To = [];
10241
+ var Gr = [], To = [];
10242
10242
  function eh(e) {
10243
10243
  To = To.filter((t) => t !== e);
10244
10244
  }
@@ -10246,19 +10246,19 @@ function JS(e) {
10246
10246
  eh(e), To.push(e);
10247
10247
  }
10248
10248
  function lf(e) {
10249
- eh(e), To.length === 0 && Xr.length !== 0 && (Xr[Xr.length - 1](), Xr = []);
10249
+ eh(e), To.length === 0 && Gr.length !== 0 && (Gr[Gr.length - 1](), Gr = []);
10250
10250
  }
10251
10251
  function Za(e) {
10252
- To.length === 0 ? e() : Xr.push(e);
10252
+ To.length === 0 ? e() : Gr.push(e);
10253
10253
  }
10254
10254
  function ZS(e) {
10255
- Xr = Xr.filter((t) => t !== e);
10255
+ Gr = Gr.filter((t) => t !== e);
10256
10256
  }
10257
10257
  var Ra = [], bo = [], ew = 1, Tr = document.body;
10258
- function Xu(e, t) {
10258
+ function Gu(e, t) {
10259
10259
  const n = document.createElement("div");
10260
- if (n.id = t !== void 0 ? `q-portal--${t}--${ew++}` : e, Gd.globalNodes !== void 0) {
10261
- const r = Gd.globalNodes.class;
10260
+ if (n.id = t !== void 0 ? `q-portal--${t}--${ew++}` : e, Xd.globalNodes !== void 0) {
10261
+ const r = Xd.globalNodes.class;
10262
10262
  r !== void 0 && (n.className = r);
10263
10263
  }
10264
10264
  return Tr.appendChild(n), Ra.push(n), bo.push(t), n;
@@ -10327,7 +10327,7 @@ function ow(e) {
10327
10327
  }
10328
10328
  return !1;
10329
10329
  }
10330
- function Gu(e, t, n, r) {
10330
+ function Xu(e, t, n, r) {
10331
10331
  const a = te(!1), o = te(!1);
10332
10332
  let i = null;
10333
10333
  const l = {}, c = r === "dialog" && ow(e);
@@ -10336,7 +10336,7 @@ function Gu(e, t, n, r) {
10336
10336
  lf(l), o.value = !0;
10337
10337
  return;
10338
10338
  }
10339
- o.value = !1, a.value === !1 && (c === !1 && i === null && (i = Xu(!1, r)), a.value = !0, Na.push(e.proxy), JS(l));
10339
+ o.value = !1, a.value === !1 && (c === !1 && i === null && (i = Gu(!1, r)), a.value = !0, Na.push(e.proxy), JS(l));
10340
10340
  }
10341
10341
  function f(y) {
10342
10342
  if (o.value = !1, y !== !0) return;
@@ -10590,7 +10590,7 @@ var pu = {
10590
10590
  ["left", "middle", "right"].forEach((e) => {
10591
10591
  pu[`${e}#ltr`] = e, pu[`${e}#rtl`] = e;
10592
10592
  });
10593
- function Xi(e, t) {
10593
+ function Gi(e, t) {
10594
10594
  const n = e.split(" ");
10595
10595
  return {
10596
10596
  vertical: n[0],
@@ -10737,7 +10737,7 @@ var kl = we({
10737
10737
  inheritAttrs: !1,
10738
10738
  props: {
10739
10739
  ...Jm,
10740
- ...Xa,
10740
+ ...Ga,
10741
10741
  ...kt,
10742
10742
  ...Zr,
10743
10743
  persistent: Boolean,
@@ -10774,7 +10774,7 @@ var kl = we({
10774
10774
  }
10775
10775
  },
10776
10776
  emits: [
10777
- ...Ga,
10777
+ ...Xa,
10778
10778
  "click",
10779
10779
  "escapeKey"
10780
10780
  ],
@@ -10786,10 +10786,10 @@ var kl = we({
10786
10786
  showing: b,
10787
10787
  canShow: H,
10788
10788
  handleShow: qe,
10789
- handleHide: X,
10789
+ handleHide: G,
10790
10790
  hideOnRouteChange: S,
10791
10791
  processOnMount: !0
10792
- }), { showPortal: D, hidePortal: I, renderPortal: F } = Gu(c, y, ke, "menu"), $ = {
10792
+ }), { showPortal: D, hidePortal: I, renderPortal: F } = Xu(c, y, ke, "menu"), $ = {
10793
10793
  anchorEl: E,
10794
10794
  innerRef: y,
10795
10795
  onClickOutside(W) {
@@ -10798,13 +10798,13 @@ var kl = we({
10798
10798
  (W.type === "touchstart" || W.target.classList.contains("q-dialog__backdrop")) && vt(W), !0;
10799
10799
  }
10800
10800
  }, P = h(
10801
- () => Xi(
10801
+ () => Gi(
10802
10802
  e.anchor || (e.cover === !0 ? "center middle" : "bottom start"),
10803
10803
  f.lang.rtl
10804
10804
  )
10805
- ), B = h(() => e.cover === !0 ? P.value : Xi(e.self || "top start", f.lang.rtl)), Y = h(
10805
+ ), B = h(() => e.cover === !0 ? P.value : Gi(e.self || "top start", f.lang.rtl)), Y = h(
10806
10806
  () => (e.square === !0 ? " q-menu--square" : "") + (p.value === !0 ? " q-menu--dark q-dark" : "")
10807
- ), G = h(() => e.autoClose === !0 ? { onClick: J } : {}), Z = h(
10807
+ ), X = h(() => e.autoClose === !0 ? { onClick: J } : {}), Z = h(
10808
10808
  () => b.value === !0 && e.persistent !== !0
10809
10809
  );
10810
10810
  xe(Z, (W) => {
@@ -10833,7 +10833,7 @@ var kl = we({
10833
10833
  f.platform.is.ios === !0 && (l = e.autoClose, y.value.click()), ae(), D(!0), n("show", W);
10834
10834
  }, e.transitionDuration);
10835
10835
  }
10836
- function X(W) {
10836
+ function G(W) {
10837
10837
  C(), I(), R(!0), a !== null && // menu was hidden from code or ESC plugin
10838
10838
  (W === void 0 || W.qClickOutside !== !0) && (((W?.type.indexOf("key") === 0 ? a.closest('[tabindex]:not([tabindex^="-"])') : void 0) || a).focus(), a = null), x(() => {
10839
10839
  I(!0), n("hide", W);
@@ -10885,7 +10885,7 @@ var kl = we({
10885
10885
  r.style,
10886
10886
  k.value
10887
10887
  ],
10888
- ...G.value
10888
+ ...X.value
10889
10889
  }, et(t.default)) : null
10890
10890
  );
10891
10891
  }
@@ -11065,7 +11065,7 @@ var bw = we({
11065
11065
  }, {
11066
11066
  default: () => et(t.label, []).concat(_),
11067
11067
  loading: t.loading
11068
- }) : m(Xm, {
11068
+ }) : m(Gm, {
11069
11069
  class: "q-btn-dropdown q-btn-dropdown--split no-wrap q-btn-item",
11070
11070
  rounded: e.rounded,
11071
11071
  square: e.square,
@@ -11217,7 +11217,7 @@ we({
11217
11217
  const b = c.value.map((S) => m(qt, S.props, S.slot !== void 0 ? t[S.slot] : void 0));
11218
11218
  return e.name !== void 0 && e.disable !== !0 && r.value === !0 && o(b, "push"), Yt(t.default, b);
11219
11219
  }
11220
- return () => m(Xm, {
11220
+ return () => m(Gm, {
11221
11221
  class: "q-btn-toggle",
11222
11222
  ...i.value,
11223
11223
  rounded: e.rounded,
@@ -11281,7 +11281,7 @@ var dh = we({
11281
11281
  vertical: !0
11282
11282
  }, _w = Object.keys(ec);
11283
11283
  ec.all = !0;
11284
- function Gi(e) {
11284
+ function Xi(e) {
11285
11285
  const t = {};
11286
11286
  for (const n of _w)
11287
11287
  e[n] === !0 && (t[n] = !0);
@@ -11298,7 +11298,7 @@ function ww(e) {
11298
11298
  a && (t[r] = a);
11299
11299
  }), t;
11300
11300
  }
11301
- var xw = Gn(
11301
+ var xw = Xn(
11302
11302
  {
11303
11303
  name: "touch-swipe",
11304
11304
  beforeMount(e, { value: t, arg: n, modifiers: r }) {
@@ -11306,7 +11306,7 @@ var xw = Gn(
11306
11306
  const a = r.mouseCapture === !0 ? "Capture" : "", o = {
11307
11307
  handler: t,
11308
11308
  sensitivity: ww(n),
11309
- direction: Gi(r),
11309
+ direction: Xi(r),
11310
11310
  noop: Zt,
11311
11311
  mouseStart(i) {
11312
11312
  Ji(i, o) && _l(i) && (Qt(o, "temp", [
@@ -11391,7 +11391,7 @@ var xw = Gn(
11391
11391
  },
11392
11392
  updated(e, t) {
11393
11393
  const n = e.__qtouchswipe;
11394
- n !== void 0 && (t.oldValue !== t.value && (typeof t.value != "function" && n.end(), n.handler = t.value), n.direction = Gi(t.modifiers));
11394
+ n !== void 0 && (t.oldValue !== t.value && (typeof t.value != "function" && n.end(), n.handler = t.value), n.direction = Xi(t.modifiers));
11395
11395
  },
11396
11396
  beforeUnmount(e) {
11397
11397
  const t = e.__qtouchswipe;
@@ -11506,9 +11506,9 @@ function ac() {
11506
11506
  function H(P, B = c.value) {
11507
11507
  let Y = B + P;
11508
11508
  for (; Y !== -1 && Y < o.length; ) {
11509
- const G = o[Y];
11510
- if (G !== void 0 && G.props.disable !== "" && G.props.disable !== !0) {
11511
- E(P), i = !0, t("update:modelValue", G.props.name), setTimeout(() => {
11509
+ const X = o[Y];
11510
+ if (X !== void 0 && X.props.disable !== "" && X.props.disable !== !0) {
11511
+ E(P), i = !0, t("update:modelValue", X.props.name), setTimeout(() => {
11512
11512
  i = !1;
11513
11513
  });
11514
11514
  return;
@@ -12378,7 +12378,7 @@ function fs(e, t, n) {
12378
12378
  }
12379
12379
  };
12380
12380
  }
12381
- var qw = 0, $n = Gn(
12381
+ var qw = 0, $n = Xn(
12382
12382
  {
12383
12383
  name: "touch-pan",
12384
12384
  beforeMount(e, { value: t, modifiers: n }) {
@@ -12390,7 +12390,7 @@ var qw = 0, $n = Gn(
12390
12390
  uid: "qvtp_" + qw++,
12391
12391
  handler: t,
12392
12392
  modifiers: n,
12393
- direction: Gi(n),
12393
+ direction: Xi(n),
12394
12394
  noop: Zt,
12395
12395
  mouseStart(o) {
12396
12396
  Ji(o, a) && _l(o) && (Qt(a, "temp", [
@@ -12498,7 +12498,7 @@ var qw = 0, $n = Gn(
12498
12498
  },
12499
12499
  updated(e, t) {
12500
12500
  const n = e.__qtouchpan;
12501
- n !== void 0 && (t.oldValue !== t.value && (typeof value != "function" && n.end(), n.handler = t.value), n.direction = Gi(t.modifiers));
12501
+ n !== void 0 && (t.oldValue !== t.value && (typeof value != "function" && n.end(), n.handler = t.value), n.direction = Xi(t.modifiers));
12502
12502
  },
12503
12503
  beforeUnmount(e) {
12504
12504
  const t = e.__qtouchpan;
@@ -12582,7 +12582,7 @@ function xh({ updateValue: e, updatePosition: t, getDragging: n, formAttrs: r })
12582
12582
  }), Y = h(
12583
12583
  () => `q-slider q-slider${p.value} q-slider--${f.value === !0 ? "" : "in"}active inline no-wrap ` + (a.vertical === !0 ? "row" : "column") + (a.disable === !0 ? " disabled" : " q-slider--enabled" + (k.value === !0 ? " q-slider--editable" : "")) + (b.value === "both" ? " q-slider--focus" : "") + (a.label || a.labelAlways === !0 ? " q-slider--label" : "") + (a.labelAlways === !0 ? " q-slider--label-always" : "") + (c.value === !0 ? " q-slider--dark" : "") + (a.dense === !0 ? " q-slider--dense q-slider--dense" + p.value : "")
12584
12584
  );
12585
- function G(ve) {
12585
+ function X(ve) {
12586
12586
  const Te = "q-slider__" + ve;
12587
12587
  return `${Te} ${Te}${p.value} ${Te}${p.value}${T.value}`;
12588
12588
  }
@@ -12593,8 +12593,8 @@ function xh({ updateValue: e, updatePosition: t, getDragging: n, formAttrs: r })
12593
12593
  const fe = h(() => {
12594
12594
  const ve = a.selectionColor || a.color;
12595
12595
  return "q-slider__selection absolute" + (ve !== void 0 ? ` text-${ve}` : "");
12596
- }), qe = h(() => Z("markers") + " absolute overflow-hidden"), X = h(() => Z("track-container")), R = h(() => G("pin")), le = h(() => G("label")), J = h(() => G("text-container")), _e = h(
12597
- () => G("marker-labels-container") + (a.markerLabelsClass !== void 0 ? ` ${a.markerLabelsClass}` : "")
12596
+ }), qe = h(() => Z("markers") + " absolute overflow-hidden"), G = h(() => Z("track-container")), R = h(() => X("pin")), le = h(() => X("label")), J = h(() => X("text-container")), _e = h(
12597
+ () => X("marker-labels-container") + (a.markerLabelsClass !== void 0 ? ` ${a.markerLabelsClass}` : "")
12598
12598
  ), Q = h(
12599
12599
  () => "q-slider__track relative-position no-outline" + (a.trackColor !== void 0 ? ` bg-${a.trackColor}` : "")
12600
12600
  ), ae = h(() => {
@@ -12611,12 +12611,12 @@ function xh({ updateValue: e, updatePosition: t, getDragging: n, formAttrs: r })
12611
12611
  });
12612
12612
  function Ae(ve) {
12613
12613
  const { min: Te, max: Ue, step: it } = a;
12614
- let Ge = Te + ve * (Ue - Te);
12614
+ let Xe = Te + ve * (Ue - Te);
12615
12615
  if (it > 0) {
12616
- const dt = (Ge - x.value) % it;
12617
- Ge += (Math.abs(dt) >= it / 2 ? (dt < 0 ? -1 : 1) * it : 0) - dt;
12616
+ const dt = (Xe - x.value) % it;
12617
+ Xe += (Math.abs(dt) >= it / 2 ? (dt < 0 ? -1 : 1) * it : 0) - dt;
12618
12618
  }
12619
- return Ge = _.value(Ge), It(Ge, x.value, O.value);
12619
+ return Xe = _.value(Xe), It(Xe, x.value, O.value);
12620
12620
  }
12621
12621
  function De(ve) {
12622
12622
  return E.value === 0 ? 0 : (ve - a.min) / E.value;
@@ -12675,8 +12675,8 @@ function xh({ updateValue: e, updatePosition: t, getDragging: n, formAttrs: r })
12675
12675
  });
12676
12676
  const Te = ({ value: Ue }) => Ue >= a.min && Ue <= a.max;
12677
12677
  return Array.isArray(ve) === !0 ? ve.map((Ue) => _n(Ue) === !0 ? Ue : { value: Ue }).filter(Te) : Object.keys(ve).map((Ue) => {
12678
- const it = ve[Ue], Ge = Number(Ue);
12679
- return _n(it) === !0 ? { ...it, value: Ge } : { value: Ge, label: it };
12678
+ const it = ve[Ue], Xe = Number(Ue);
12679
+ return _n(it) === !0 ? { ...it, value: Xe } : { value: Xe, label: it };
12680
12680
  }).filter(Te);
12681
12681
  }
12682
12682
  function he(ve) {
@@ -12745,7 +12745,7 @@ function xh({ updateValue: e, updatePosition: t, getDragging: n, formAttrs: r })
12745
12745
  height: a.thumbSize,
12746
12746
  [I.value]: `${100 * ve.ratio.value}%`,
12747
12747
  zIndex: b.value === ve.focusValue ? 2 : void 0
12748
- })), Ge = h(() => ve.labelColor.value !== void 0 ? ` text-${ve.labelColor.value}` : ""), dt = h(() => ft(ve.ratio.value)), xt = h(() => "q-slider__text" + (ve.labelTextColor.value !== void 0 ? ` text-${ve.labelTextColor.value}` : ""));
12748
+ })), Xe = h(() => ve.labelColor.value !== void 0 ? ` text-${ve.labelColor.value}` : ""), dt = h(() => ft(ve.ratio.value)), xt = h(() => "q-slider__text" + (ve.labelTextColor.value !== void 0 ? ` text-${ve.labelTextColor.value}` : ""));
12749
12749
  return () => {
12750
12750
  const Pt = [
12751
12751
  m("svg", {
@@ -12759,7 +12759,7 @@ function xh({ updateValue: e, updatePosition: t, getDragging: n, formAttrs: r })
12759
12759
  ];
12760
12760
  return (a.label === !0 || a.labelAlways === !0) && (Pt.push(
12761
12761
  m("div", {
12762
- class: R.value + " absolute fit no-pointer-events" + Ge.value
12762
+ class: R.value + " absolute fit no-pointer-events" + Xe.value
12763
12763
  }, [
12764
12764
  m("div", {
12765
12765
  class: le.value,
@@ -12781,32 +12781,32 @@ function xh({ updateValue: e, updatePosition: t, getDragging: n, formAttrs: r })
12781
12781
  };
12782
12782
  }
12783
12783
  function Ee(ve, Te, Ue, it) {
12784
- const Ge = [];
12785
- a.innerTrackColor !== "transparent" && Ge.push(
12784
+ const Xe = [];
12785
+ a.innerTrackColor !== "transparent" && Xe.push(
12786
12786
  m("div", {
12787
12787
  key: "inner",
12788
12788
  class: ke.value,
12789
12789
  style: W.value
12790
12790
  })
12791
- ), a.selectionColor !== "transparent" && Ge.push(
12791
+ ), a.selectionColor !== "transparent" && Xe.push(
12792
12792
  m("div", {
12793
12793
  key: "selection",
12794
12794
  class: fe.value,
12795
12795
  style: ve.value
12796
12796
  })
12797
- ), a.markers !== !1 && Ge.push(
12797
+ ), a.markers !== !1 && Xe.push(
12798
12798
  m("div", {
12799
12799
  key: "marker",
12800
12800
  class: qe.value,
12801
12801
  style: z.value
12802
12802
  })
12803
- ), it(Ge);
12803
+ ), it(Xe);
12804
12804
  const dt = [
12805
12805
  Vn(
12806
12806
  "div",
12807
12807
  {
12808
12808
  key: "trackC",
12809
- class: X.value,
12809
+ class: G.value,
12810
12810
  tabindex: Te.value,
12811
12811
  ...Ue.value
12812
12812
  },
@@ -12814,7 +12814,7 @@ function xh({ updateValue: e, updatePosition: t, getDragging: n, formAttrs: r })
12814
12814
  m("div", {
12815
12815
  class: Q.value,
12816
12816
  style: ae.value
12817
- }, Ge)
12817
+ }, Xe)
12818
12818
  ],
12819
12819
  "slide",
12820
12820
  k.value,
@@ -13102,9 +13102,9 @@ var Rw = ["left", "center", "right", "justify"], gf = we({
13102
13102
  () => "q-tabs__content scroll--mobile row no-wrap items-center self-stretch hide-scrollbar relative-position " + I.value + (e.contentClass !== void 0 ? ` ${e.contentClass}` : "")
13103
13103
  ), P = h(() => e.vertical === !0 ? { container: "height", content: "offsetHeight", scroll: "scrollHeight" } : { container: "width", content: "offsetWidth", scroll: "scrollWidth" }), B = h(() => e.vertical !== !0 && a.lang.rtl === !0), Y = h(() => qo === !1 && B.value === !0);
13104
13104
  xe(B, R), xe(() => e.modelValue, (ce) => {
13105
- G({ name: ce, setCurrent: !0, skipEmit: !0 });
13105
+ X({ name: ce, setCurrent: !0, skipEmit: !0 });
13106
13106
  }), xe(() => e.outsideArrows, Z);
13107
- function G({ name: ce, setCurrent: Ce, skipEmit: Me }) {
13107
+ function X({ name: ce, setCurrent: Ce, skipEmit: Me }) {
13108
13108
  p.value !== ce && (Me !== !0 && e["onUpdate:modelValue"] !== void 0 && n("update:modelValue", ce), (Ce === !0 || e["onUpdate:modelValue"] === void 0) && (qe(p.value, ce), p.value = ce));
13109
13109
  }
13110
13110
  function Z() {
@@ -13141,9 +13141,9 @@ var Rw = ["left", "center", "right", "justify"], gf = we({
13141
13141
  }, 70);
13142
13142
  });
13143
13143
  }
13144
- de && T.value === !0 && X(de.rootRef.value);
13144
+ de && T.value === !0 && G(de.rootRef.value);
13145
13145
  }
13146
- function X(ce) {
13146
+ function G(ce) {
13147
13147
  const { left: Ce, width: Me, top: de, height: be } = S.value.getBoundingClientRect(), Fe = ce.getBoundingClientRect();
13148
13148
  let je = e.vertical === !0 ? Fe.top - de : Fe.left - Ce;
13149
13149
  if (je < 0) {
@@ -13179,13 +13179,13 @@ var Rw = ["left", "center", "right", "justify"], gf = we({
13179
13179
  ), de = Me.length;
13180
13180
  if (de === 0) return;
13181
13181
  if (ce === 36)
13182
- return X(Me[0]), Me[0].focus(), !0;
13182
+ return G(Me[0]), Me[0].focus(), !0;
13183
13183
  if (ce === 35)
13184
- return X(Me[de - 1]), Me[de - 1].focus(), !0;
13184
+ return G(Me[de - 1]), Me[de - 1].focus(), !0;
13185
13185
  const be = ce === (e.vertical === !0 ? 38 : 37), Fe = ce === (e.vertical === !0 ? 40 : 39), je = be === !0 ? -1 : Fe === !0 ? 1 : void 0;
13186
13186
  if (je !== void 0) {
13187
13187
  const mt = B.value === !0 ? -1 : 1, ft = Me.indexOf(Ce) + je * mt;
13188
- return ft >= 0 && ft < de && (X(Me[ft]), Me[ft].focus({ preventScroll: !0 })), !0;
13188
+ return ft >= 0 && ft < de && (G(Me[ft]), Me[ft].focus({ preventScroll: !0 })), !0;
13189
13189
  }
13190
13190
  }
13191
13191
  const ke = h(() => Y.value === !0 ? { get: (ce) => Math.abs(ce.scrollLeft), set: (ce, Ce) => {
@@ -13243,12 +13243,12 @@ var Rw = ["left", "center", "right", "justify"], gf = we({
13243
13243
  ie = !1;
13244
13244
  return;
13245
13245
  }
13246
- G({ name: ce, setCurrent: !0 });
13246
+ X({ name: ce, setCurrent: !0 });
13247
13247
  }
13248
13248
  function ue(ce) {
13249
13249
  if (v(), M.value !== !0 && b.value !== null && ce.target && typeof ce.target.closest == "function") {
13250
13250
  const Ce = ce.target.closest(".q-tab");
13251
- Ce && b.value.contains(Ce) === !0 && (M.value = !0, T.value === !0 && X(Ce));
13251
+ Ce && b.value.contains(Ce) === !0 && (M.value = !0, T.value === !0 && G(Ce));
13252
13252
  }
13253
13253
  }
13254
13254
  function Pe() {
@@ -13271,7 +13271,7 @@ var Rw = ["left", "center", "right", "justify"], gf = we({
13271
13271
  k.push(ce), _.value++, Z(), ce.routeData === void 0 || r.$route === void 0 ? f(() => {
13272
13272
  if (T.value === !0) {
13273
13273
  const Ce = p.value, Me = Ce != null && Ce !== "" ? k.find((de) => de.name.value === Ce) : null;
13274
- Me && X(Me.rootRef.value);
13274
+ Me && G(Me.rootRef.value);
13275
13275
  }
13276
13276
  }) : (He(), ce.routeData.hasRouterLink.value === !0 && Ie());
13277
13277
  }
@@ -13286,7 +13286,7 @@ var Rw = ["left", "center", "right", "justify"], gf = we({
13286
13286
  registerTab: We,
13287
13287
  unregisterTab: Oe,
13288
13288
  verifyRouteModel: Ie,
13289
- updateModel: G,
13289
+ updateModel: X,
13290
13290
  onKbdNavigate: ae,
13291
13291
  avoidRouteWatcher: !1
13292
13292
  // false | string (uid)
@@ -13839,7 +13839,7 @@ we({
13839
13839
  });
13840
13840
  }
13841
13841
  }
13842
- function G(ue, Pe) {
13842
+ function X(ue, Pe) {
13843
13843
  let Ie;
13844
13844
  const He = ue.target.value;
13845
13845
  if (Ut(ue), f.value === "hex") {
@@ -13902,7 +13902,7 @@ we({
13902
13902
  },
13903
13903
  20
13904
13904
  );
13905
- function X(ue) {
13905
+ function G(ue) {
13906
13906
  $(
13907
13907
  ue.pageX - window.pageXOffset,
13908
13908
  ue.pageY - window.pageYOffset,
@@ -13952,11 +13952,11 @@ we({
13952
13952
  ...S.value !== !0 ? { readonly: !0 } : {},
13953
13953
  ...o("topIn", {
13954
13954
  onInput: (Pe) => {
13955
- le(G(Pe) === !0);
13955
+ le(X(Pe) === !0);
13956
13956
  },
13957
13957
  onChange: Ut,
13958
13958
  onBlur: (Pe) => {
13959
- G(Pe, !0) === !0 && n.$forceUpdate(), le(!1);
13959
+ X(Pe, !0) === !0 && n.$forceUpdate(), le(!1);
13960
13960
  }
13961
13961
  })
13962
13962
  }),
@@ -14033,7 +14033,7 @@ we({
14033
14033
  class: "q-color-picker__spectrum non-selectable relative-position cursor-pointer" + (S.value !== !0 ? " readonly" : ""),
14034
14034
  style: M.value,
14035
14035
  ...S.value === !0 ? {
14036
- onClick: X,
14036
+ onClick: G,
14037
14037
  onMousedown: R
14038
14038
  } : {}
14039
14039
  }, Pe = [
@@ -14378,7 +14378,7 @@ function Rh(e, t) {
14378
14378
  };
14379
14379
  }
14380
14380
  var Nh = 864e5, Qw = 36e5, yu = 6e4, Ih = "YYYY-MM-DDTHH:mm:ss.SSSZ", Yw = /\[((?:[^\]\\]|\\]|\\)*)\]|do|d{1,4}|Mo|M{1,4}|m{1,2}|wo|w{1,2}|Qo|Do|DDDo|D{1,4}|YY(?:YY)?|H{1,2}|h{1,2}|s{1,2}|S{1,3}|Z{1,2}|a{1,2}|[AQExX]/g, Kw = /(\[[^\]]*\])|do|d{1,4}|Mo|M{1,4}|m{1,2}|wo|w{1,2}|Qo|Do|DDDo|D{1,4}|YY(?:YY)?|H{1,2}|h{1,2}|s{1,2}|S{1,3}|Z{1,2}|a{1,2}|[AQExX]|([.*+:?^,\s${}()|\\]+)/g, hs = {};
14381
- function Xw(e, t) {
14381
+ function Gw(e, t) {
14382
14382
  const n = "(" + t.days.join("|") + ")", r = e + n;
14383
14383
  if (hs[r] !== void 0)
14384
14384
  return hs[r];
@@ -14478,7 +14478,7 @@ function kf(e, t = "") {
14478
14478
  const n = e > 0 ? "-" : "+", r = Math.abs(e), a = Math.floor(r / 60), o = r % 60;
14479
14479
  return n + Ot(a) + t + Ot(o);
14480
14480
  }
14481
- function Gw(e, t, n) {
14481
+ function Xw(e, t, n) {
14482
14482
  let r = e.getFullYear(), a = e.getMonth();
14483
14483
  const o = e.getDate();
14484
14484
  return t.year !== void 0 && (r += n * t.year, delete t.year), t.month !== void 0 && (a += n * t.month, delete t.month), e.setDate(1), e.setMonth(2), e.setFullYear(r), e.setMonth(a), e.setDate(Math.min(o, vc(e))), t.date !== void 0 && (e.setDate(e.getDate() + n * t.date), delete t.date), e;
@@ -14488,7 +14488,7 @@ function Jw(e, t, n) {
14488
14488
  return e[`set${n}Date`](1), e[`set${n}Month`](2), e[`set${n}FullYear`](r), e[`set${n}Month`](a), e[`set${n}Date`](i), delete t.year, delete t.month, delete t.date, e;
14489
14489
  }
14490
14490
  function dc(e, t, n) {
14491
- const r = $h(t), a = new Date(e), o = r.year !== void 0 || r.month !== void 0 || r.date !== void 0 ? Gw(a, r, n) : a;
14491
+ const r = $h(t), a = new Date(e), o = r.year !== void 0 || r.month !== void 0 || r.date !== void 0 ? Xw(a, r, n) : a;
14492
14492
  for (const i in r) {
14493
14493
  const l = ES(i);
14494
14494
  o[`set${l}`](o[`get${l}`]() + n * r[i]);
@@ -14535,7 +14535,7 @@ function Aa(e, t, n, r, a) {
14535
14535
  if (a !== void 0 && Object.assign(o, a), e == null || e === "" || typeof e != "string")
14536
14536
  return o;
14537
14537
  t === void 0 && (t = Ih);
14538
- const i = Dh(n, Mm.props), l = i.months, c = i.monthsShort, { regex: v, map: f } = Xw(t, i), y = e.match(v);
14538
+ const i = Dh(n, Mm.props), l = i.months, c = i.monthsShort, { regex: v, map: f } = Gw(t, i), y = e.match(v);
14539
14539
  if (y === null)
14540
14540
  return o;
14541
14541
  let b = "";
@@ -15045,7 +15045,7 @@ we({
15045
15045
  return `q-date q-date--${U} q-date--${U}-${e.minimal === !0 ? "minimal" : "standard"}` + (o.value === !0 ? " q-date--dark q-dark" : "") + (e.bordered === !0 ? " q-date--bordered" : "") + (e.square === !0 ? " q-date--square no-border-radius" : "") + (e.flat === !0 ? " q-date--flat no-shadow" : "") + (e.disable === !0 ? " disabled" : e.readonly === !0 ? " q-date--readonly" : "");
15046
15046
  }), $ = h(() => e.color || "primary"), P = h(() => e.textColor || "white"), B = h(
15047
15047
  () => e.emitImmediately === !0 && e.multiple !== !0 && e.range !== !0
15048
- ), Y = h(() => Array.isArray(e.modelValue) === !0 ? e.modelValue : e.modelValue !== null && e.modelValue !== void 0 ? [e.modelValue] : []), G = h(
15048
+ ), Y = h(() => Array.isArray(e.modelValue) === !0 ? e.modelValue : e.modelValue !== null && e.modelValue !== void 0 ? [e.modelValue] : []), X = h(
15049
15049
  () => Y.value.filter((U) => typeof U == "string").map((U) => ft(U, T.value, C.value)).filter(
15050
15050
  (U) => U.dateHash !== null && U.day !== null && U.month !== null && U.year !== null
15051
15051
  )
@@ -15069,8 +15069,8 @@ we({
15069
15069
  pe === void 0 ? C.value : pe,
15070
15070
  U.year,
15071
15071
  U.timezoneOffset
15072
- )), X = h(
15073
- () => G.value.length + Z.value.reduce(
15072
+ )), G = h(
15073
+ () => X.value.length + Z.value.reduce(
15074
15074
  (U, re) => U + 1 + fc(
15075
15075
  fe.value(re.to),
15076
15076
  fe.value(re.from)
@@ -15084,22 +15084,22 @@ we({
15084
15084
  const pe = I.value.init, $e = fe.value(pe);
15085
15085
  return C.value.daysShort[$e.getDay()] + ", " + C.value.monthsShort[pe.month - 1] + " " + pe.day + Ca + "?";
15086
15086
  }
15087
- if (X.value === 0)
15087
+ if (G.value === 0)
15088
15088
  return Ca;
15089
- if (X.value > 1)
15090
- return `${X.value} ${C.value.pluralDay}`;
15091
- const U = G.value[0], re = fe.value(U);
15089
+ if (G.value > 1)
15090
+ return `${G.value} ${C.value.pluralDay}`;
15091
+ const U = X.value[0], re = fe.value(U);
15092
15092
  return isNaN(re.valueOf()) === !0 ? Ca : C.value.headerTitle !== void 0 ? C.value.headerTitle(re, U) : C.value.daysShort[re.getDay()] + ", " + C.value.monthsShort[U.month - 1] + " " + U.day;
15093
- }), le = h(() => G.value.concat(Z.value.map((re) => re.from)).sort((re, pe) => re.year - pe.year || re.month - pe.month)[0]), J = h(() => G.value.concat(Z.value.map((re) => re.to)).sort((re, pe) => pe.year - re.year || pe.month - re.month)[0]), _e = h(() => {
15093
+ }), le = h(() => X.value.concat(Z.value.map((re) => re.from)).sort((re, pe) => re.year - pe.year || re.month - pe.month)[0]), J = h(() => X.value.concat(Z.value.map((re) => re.to)).sort((re, pe) => pe.year - re.year || pe.month - re.month)[0]), _e = h(() => {
15094
15094
  if (e.subtitle !== void 0 && e.subtitle !== null && e.subtitle.length !== 0)
15095
15095
  return e.subtitle;
15096
- if (X.value === 0)
15096
+ if (G.value === 0)
15097
15097
  return Ca;
15098
- if (X.value > 1) {
15098
+ if (G.value > 1) {
15099
15099
  const U = le.value, re = J.value, pe = C.value.monthsShort;
15100
15100
  return pe[U.month - 1] + (U.year !== re.year ? " " + U.year + Ca + pe[re.month - 1] + " " : U.month !== re.month ? Ca + pe[re.month - 1] : "") + " " + re.year;
15101
15101
  }
15102
- return G.value[0].year;
15102
+ return X.value[0].year;
15103
15103
  }), Q = h(() => {
15104
15104
  const U = [a.iconSet.datetime.arrowLeft, a.iconSet.datetime.arrowRight];
15105
15105
  return a.lang.rtl === !0 ? U.reverse() : U;
@@ -15127,7 +15127,7 @@ we({
15127
15127
  return De.value !== null && De.value.year >= _.value.year && (U.year.prev = !1, De.value.year === _.value.year && De.value.month >= _.value.month && (U.month.prev = !1)), ue.value !== null && ue.value.year <= _.value.year && (U.year.next = !1, ue.value.year === _.value.year && ue.value.month <= _.value.month && (U.month.next = !1)), U;
15128
15128
  }), Ie = h(() => {
15129
15129
  const U = {};
15130
- return G.value.forEach((re) => {
15130
+ return X.value.forEach((re) => {
15131
15131
  const pe = kr(re);
15132
15132
  U[pe] === void 0 && (U[pe] = []), U[pe].push(re.day);
15133
15133
  }), U;
@@ -15141,7 +15141,7 @@ we({
15141
15141
  range: re
15142
15142
  }), pe < $e) {
15143
15143
  let ze;
15144
- const { year: ht, month: Xe } = re.from, ot = Xe < 12 ? { year: ht, month: Xe + 1 } : { year: ht + 1, month: 1 };
15144
+ const { year: ht, month: Ge } = re.from, ot = Ge < 12 ? { year: ht, month: Ge + 1 } : { year: ht + 1, month: 1 };
15145
15145
  for (; (ze = kr(ot)) <= $e; )
15146
15146
  U[ze] === void 0 && (U[ze] = []), U[ze].push({
15147
15147
  from: void 0,
@@ -15152,10 +15152,10 @@ we({
15152
15152
  }), U;
15153
15153
  }), We = h(() => {
15154
15154
  if (I.value === null) return;
15155
- const { init: U, initHash: re, final: pe, finalHash: $e } = I.value, [ze, ht] = re <= $e ? [U, pe] : [pe, U], Xe = kr(ze), ot = kr(ht);
15156
- if (Xe !== Oe.value && ot !== Oe.value) return;
15155
+ const { init: U, initHash: re, final: pe, finalHash: $e } = I.value, [ze, ht] = re <= $e ? [U, pe] : [pe, U], Ge = kr(ze), ot = kr(ht);
15156
+ if (Ge !== Oe.value && ot !== Oe.value) return;
15157
15157
  const gt = {};
15158
- return Xe === Oe.value ? (gt.from = ze.day, gt.includeFrom = !0) : gt.from = 1, ot === Oe.value ? (gt.to = ht.day, gt.includeTo = !0) : gt.to = W.value, gt;
15158
+ return Ge === Oe.value ? (gt.from = ze.day, gt.includeFrom = !0) : gt.from = 1, ot === Oe.value ? (gt.to = ht.day, gt.includeTo = !0) : gt.to = W.value, gt;
15159
15159
  }), Oe = h(() => kr(_.value)), z = h(() => {
15160
15160
  const U = {};
15161
15161
  if (e.options === void 0) {
@@ -15190,8 +15190,8 @@ we({
15190
15190
  else {
15191
15191
  const ze = Cf(pe, $e, 1);
15192
15192
  U = new Date(ze.gy, ze.gm - 1, ze.gd);
15193
- let ht = $e - 1, Xe = pe;
15194
- ht === 0 && (ht = 12, Xe--), re = Ei(Xe, ht);
15193
+ let ht = $e - 1, Ge = pe;
15194
+ ht === 0 && (ht = 12, Ge--), re = Ei(Ge, ht);
15195
15195
  }
15196
15196
  return {
15197
15197
  days: U.getDay() - ae.value - 1,
@@ -15200,15 +15200,15 @@ we({
15200
15200
  }), ie = h(() => {
15201
15201
  const U = [], { days: re, endDay: pe } = he.value, $e = re < 0 ? re + 7 : re;
15202
15202
  if ($e < 6)
15203
- for (let Xe = pe - $e; Xe <= pe; Xe++)
15204
- U.push({ i: Xe, fill: !0 });
15203
+ for (let Ge = pe - $e; Ge <= pe; Ge++)
15204
+ U.push({ i: Ge, fill: !0 });
15205
15205
  const ze = U.length;
15206
- for (let Xe = 1; Xe <= W.value; Xe++) {
15207
- const ot = { i: Xe, event: K.value[Xe], classes: [] };
15208
- z.value[Xe] === !0 && (ot.in = !0, ot.flat = !0), U.push(ot);
15206
+ for (let Ge = 1; Ge <= W.value; Ge++) {
15207
+ const ot = { i: Ge, event: K.value[Ge], classes: [] };
15208
+ z.value[Ge] === !0 && (ot.in = !0, ot.flat = !0), U.push(ot);
15209
15209
  }
15210
- if (Ie.value[Oe.value] !== void 0 && Ie.value[Oe.value].forEach((Xe) => {
15211
- const ot = ze + Xe - 1;
15210
+ if (Ie.value[Oe.value] !== void 0 && Ie.value[Oe.value].forEach((Ge) => {
15211
+ const ot = ze + Ge - 1;
15212
15212
  Object.assign(U[ot], {
15213
15213
  selected: !0,
15214
15214
  unelevated: !0,
@@ -15216,12 +15216,12 @@ we({
15216
15216
  color: $.value,
15217
15217
  textColor: P.value
15218
15218
  });
15219
- }), He.value[Oe.value] !== void 0 && He.value[Oe.value].forEach((Xe) => {
15220
- if (Xe.from !== void 0) {
15221
- const ot = ze + Xe.from - 1, gt = ze + (Xe.to || W.value) - 1;
15219
+ }), He.value[Oe.value] !== void 0 && He.value[Oe.value].forEach((Ge) => {
15220
+ if (Ge.from !== void 0) {
15221
+ const ot = ze + Ge.from - 1, gt = ze + (Ge.to || W.value) - 1;
15222
15222
  for (let rt = ot; rt <= gt; rt++)
15223
15223
  Object.assign(U[rt], {
15224
- range: Xe.range,
15224
+ range: Ge.range,
15225
15225
  unelevated: !0,
15226
15226
  color: $.value,
15227
15227
  textColor: P.value
@@ -15229,15 +15229,15 @@ we({
15229
15229
  Object.assign(U[ot], {
15230
15230
  rangeFrom: !0,
15231
15231
  flat: !1
15232
- }), Xe.to !== void 0 && Object.assign(U[gt], {
15232
+ }), Ge.to !== void 0 && Object.assign(U[gt], {
15233
15233
  rangeTo: !0,
15234
15234
  flat: !1
15235
15235
  });
15236
- } else if (Xe.to !== void 0) {
15237
- const ot = ze + Xe.to - 1;
15236
+ } else if (Ge.to !== void 0) {
15237
+ const ot = ze + Ge.to - 1;
15238
15238
  for (let gt = ze; gt <= ot; gt++)
15239
15239
  Object.assign(U[gt], {
15240
- range: Xe.range,
15240
+ range: Ge.range,
15241
15241
  unelevated: !0,
15242
15242
  color: $.value,
15243
15243
  textColor: P.value
@@ -15250,28 +15250,28 @@ we({
15250
15250
  const ot = ze + W.value - 1;
15251
15251
  for (let gt = ze; gt <= ot; gt++)
15252
15252
  Object.assign(U[gt], {
15253
- range: Xe.range,
15253
+ range: Ge.range,
15254
15254
  unelevated: !0,
15255
15255
  color: $.value,
15256
15256
  textColor: P.value
15257
15257
  });
15258
15258
  }
15259
15259
  }), We.value !== void 0) {
15260
- const Xe = ze + We.value.from - 1, ot = ze + We.value.to - 1;
15261
- for (let gt = Xe; gt <= ot; gt++)
15260
+ const Ge = ze + We.value.from - 1, ot = ze + We.value.to - 1;
15261
+ for (let gt = Ge; gt <= ot; gt++)
15262
15262
  U[gt].color = $.value, U[gt].editRange = !0;
15263
- We.value.includeFrom === !0 && (U[Xe].editRangeFrom = !0), We.value.includeTo === !0 && (U[ot].editRangeTo = !0);
15263
+ We.value.includeFrom === !0 && (U[Ge].editRangeFrom = !0), We.value.includeTo === !0 && (U[ot].editRangeTo = !0);
15264
15264
  }
15265
15265
  _.value.year === k.value.year && _.value.month === k.value.month && (U[ze + k.value.day - 1].today = !0);
15266
15266
  const ht = U.length % 7;
15267
15267
  if (ht > 0) {
15268
- const Xe = 7 - ht;
15269
- for (let ot = 1; ot <= Xe; ot++)
15268
+ const Ge = 7 - ht;
15269
+ for (let ot = 1; ot <= Ge; ot++)
15270
15270
  U.push({ i: ot, fill: !0 });
15271
15271
  }
15272
- return U.forEach((Xe) => {
15272
+ return U.forEach((Ge) => {
15273
15273
  let ot = "q-date__calendar-item ";
15274
- Xe.fill === !0 ? ot += "q-date__calendar-item--fill" : (ot += `q-date__calendar-item--${Xe.in === !0 ? "in" : "out"}`, Xe.range !== void 0 && (ot += ` q-date__range${Xe.rangeTo === !0 ? "-to" : Xe.rangeFrom === !0 ? "-from" : ""}`), Xe.editRange === !0 && (ot += ` q-date__edit-range${Xe.editRangeFrom === !0 ? "-from" : ""}${Xe.editRangeTo === !0 ? "-to" : ""}`), (Xe.range !== void 0 || Xe.editRange === !0) && (ot += ` text-${Xe.color}`)), Xe.classes = ot;
15274
+ Ge.fill === !0 ? ot += "q-date__calendar-item--fill" : (ot += `q-date__calendar-item--${Ge.in === !0 ? "in" : "out"}`, Ge.range !== void 0 && (ot += ` q-date__range${Ge.rangeTo === !0 ? "-to" : Ge.rangeFrom === !0 ? "-from" : ""}`), Ge.editRange === !0 && (ot += ` q-date__edit-range${Ge.editRangeFrom === !0 ? "-from" : ""}${Ge.editRangeTo === !0 ? "-to" : ""}`), (Ge.range !== void 0 || Ge.editRange === !0) && (ot += ` text-${Ge.color}`)), Ge.classes = ot;
15275
15275
  }), U;
15276
15276
  }), ce = h(() => e.disable === !0 ? { "aria-disabled": "true" } : {});
15277
15277
  xe(() => e.modelValue, (U) => {
@@ -15389,7 +15389,7 @@ we({
15389
15389
  function it(U) {
15390
15390
  xt(_.value.year, U), M.value = "Calendar", B.value === !0 && rn("month");
15391
15391
  }
15392
- function Ge(U, re) {
15392
+ function Xe(U, re) {
15393
15393
  (Ie.value[re]?.includes(U.day) === !0 ? ye : On)(U);
15394
15394
  }
15395
15395
  function dt(U) {
@@ -15397,8 +15397,8 @@ we({
15397
15397
  }
15398
15398
  function xt(U, re, pe) {
15399
15399
  if (De.value !== null && U <= De.value.year && ((re < De.value.month || U < De.value.year) && (re = De.value.month), U = De.value.year), ue.value !== null && U >= ue.value.year && ((re > ue.value.month || U > ue.value.year) && (re = ue.value.month), U = ue.value.year), pe !== void 0) {
15400
- const { hour: ze, minute: ht, second: Xe, millisecond: ot, timezoneOffset: gt, timeHash: rt } = pe;
15401
- Object.assign(_.value, { hour: ze, minute: ht, second: Xe, millisecond: ot, timezoneOffset: gt, timeHash: rt });
15400
+ const { hour: ze, minute: ht, second: Ge, millisecond: ot, timezoneOffset: gt, timeHash: rt } = pe;
15401
+ Object.assign(_.value, { hour: ze, minute: ht, second: Ge, millisecond: ot, timezoneOffset: gt, timeHash: rt });
15402
15402
  }
15403
15403
  const $e = U + "/" + Ot(re) + "/01";
15404
15404
  $e !== _.value.dateHash && (E.value = _.value.dateHash < $e == (a.lang.rtl !== !0) ? "left" : "right", U !== _.value.year && (H.value = E.value), St(() => {
@@ -15415,7 +15415,7 @@ we({
15415
15415
  Ce($e), n("update:modelValue", $e, ze, ht);
15416
15416
  }
15417
15417
  function rn(U) {
15418
- const re = G.value[0] !== void 0 && G.value[0].dateHash !== null ? { ...G.value[0] } : { ..._.value };
15418
+ const re = X.value[0] !== void 0 && X.value[0].dateHash !== null ? { ...X.value[0] } : { ..._.value };
15419
15419
  St(() => {
15420
15420
  re.year = _.value.year, re.month = _.value.month;
15421
15421
  const pe = e.calendar !== "persian" ? new Date(re.year, re.month, 0).getDate() : Ei(re.year, re.month);
@@ -15444,8 +15444,8 @@ we({
15444
15444
  let re;
15445
15445
  if (e.multiple === !0)
15446
15446
  if (U.from !== void 0) {
15447
- const pe = cr(U.from), $e = cr(U.to), ze = G.value.filter((Xe) => Xe.dateHash < pe || Xe.dateHash > $e), ht = Z.value.filter(({ from: Xe, to: ot }) => ot.dateHash < pe || Xe.dateHash > $e);
15448
- re = ze.concat(ht).concat(U).map((Xe) => hn(Xe));
15447
+ const pe = cr(U.from), $e = cr(U.to), ze = X.value.filter((Ge) => Ge.dateHash < pe || Ge.dateHash > $e), ht = Z.value.filter(({ from: Ge, to: ot }) => ot.dateHash < pe || Ge.dateHash > $e);
15448
+ re = ze.concat(ht).concat(U).map((Ge) => hn(Ge));
15449
15449
  } else {
15450
15450
  const pe = Y.value.slice();
15451
15451
  pe.push(hn(U)), re = pe;
@@ -15466,7 +15466,7 @@ we({
15466
15466
  Pt(re, "remove", U);
15467
15467
  }
15468
15468
  function Be(U, re, pe) {
15469
- const $e = G.value.concat(Z.value).map((ht) => hn(ht, U, re)).filter((ht) => ht.from !== void 0 ? ht.from.dateHash !== null && ht.to.dateHash !== null : ht.dateHash !== null), ze = (e.multiple === !0 ? $e : $e[0]) || null;
15469
+ const $e = X.value.concat(Z.value).map((ht) => hn(ht, U, re)).filter((ht) => ht.from !== void 0 ? ht.from.dateHash !== null && ht.to.dateHash !== null : ht.dateHash !== null), ze = (e.multiple === !0 ? $e : $e[0]) || null;
15470
15470
  Ce(ze), n("update:modelValue", ze, pe);
15471
15471
  }
15472
15472
  function tt() {
@@ -15528,7 +15528,7 @@ we({
15528
15528
  ])
15529
15529
  ]);
15530
15530
  }
15531
- function nt({ label: U, type: re, key: pe, dir: $e, goTo: ze, boundaries: ht, cls: Xe }) {
15531
+ function nt({ label: U, type: re, key: pe, dir: $e, goTo: ze, boundaries: ht, cls: Ge }) {
15532
15532
  return [
15533
15533
  m("div", {
15534
15534
  class: "row items-center q-date__arrow"
@@ -15548,7 +15548,7 @@ we({
15548
15548
  })
15549
15549
  ]),
15550
15550
  m("div", {
15551
- class: "relative-position overflow-hidden flex flex-center" + Xe
15551
+ class: "relative-position overflow-hidden flex flex-center" + Ge
15552
15552
  }, [
15553
15553
  m(an, {
15554
15554
  name: "q-transition--jump-" + $e
@@ -15755,7 +15755,7 @@ we({
15755
15755
  function Rt(U) {
15756
15756
  const re = { ..._.value, day: U };
15757
15757
  if (e.range === !1) {
15758
- Ge(re, Oe.value);
15758
+ Xe(re, Oe.value);
15759
15759
  return;
15760
15760
  }
15761
15761
  if (I.value === null) {
@@ -15911,7 +15911,7 @@ var ci = 0, p1 = {
15911
15911
  name: "QDialog",
15912
15912
  inheritAttrs: !1,
15913
15913
  props: {
15914
- ...Xa,
15914
+ ...Ga,
15915
15915
  ...Zr,
15916
15916
  transitionShow: String,
15917
15917
  // override useTransitionProps
@@ -15939,7 +15939,7 @@ var ci = 0, p1 = {
15939
15939
  }
15940
15940
  },
15941
15941
  emits: [
15942
- ...Ga,
15942
+ ...Xa,
15943
15943
  "shake",
15944
15944
  "click",
15945
15945
  "escapeKey"
@@ -15953,7 +15953,7 @@ var ci = 0, p1 = {
15953
15953
  e,
15954
15954
  () => Lf[e.position][0],
15955
15955
  () => Lf[e.position][1]
15956
- ), k = h(() => O.value + (e.backdropFilter !== void 0 ? `;backdrop-filter:${e.backdropFilter};-webkit-backdrop-filter:${e.backdropFilter}` : "")), { showPortal: _, hidePortal: M, portalIsAccessible: N, renderPortal: E } = Gu(
15956
+ ), k = h(() => O.value + (e.backdropFilter !== void 0 ? `;backdrop-filter:${e.backdropFilter};-webkit-backdrop-filter:${e.backdropFilter}` : "")), { showPortal: _, hidePortal: M, portalIsAccessible: N, renderPortal: E } = Xu(
15957
15957
  a,
15958
15958
  o,
15959
15959
  le,
@@ -15975,7 +15975,7 @@ var ci = 0, p1 = {
15975
15975
  xe(() => e.maximized, (J) => {
15976
15976
  i.value === !0 && fe(J);
15977
15977
  }), xe(D, (J) => {
15978
- S(J), J === !0 ? (sh(R), ih(G)) : (gu(R), Ui(G));
15978
+ S(J), J === !0 ? (sh(R), ih(X)) : (gu(R), Ui(X));
15979
15979
  });
15980
15980
  function $(J) {
15981
15981
  v = e.noRefocus === !1 && document.activeElement !== null ? document.activeElement : null, fe(e.maximized), _(), l.value = !0, e.noFocus !== !0 ? (document.activeElement?.blur(), T(B)) : C(), p(() => {
@@ -16019,11 +16019,11 @@ var ci = 0, p1 = {
16019
16019
  c = null, o.value !== null && (_e.classList.remove("q-animate--scale"), B());
16020
16020
  }, 170));
16021
16021
  }
16022
- function G() {
16022
+ function X() {
16023
16023
  e.seamless !== !0 && (e.persistent === !0 || e.noEscDismiss === !0 ? e.maximized !== !0 && e.noShake !== !0 && Y() : (n("escapeKey"), H()));
16024
16024
  }
16025
16025
  function Z(J) {
16026
- c !== null && (clearTimeout(c), c = null), (J === !0 || i.value === !0) && (fe(!1), e.seamless !== !0 && (S(!1), gu(R), Ui(G))), J !== !0 && (v = null);
16026
+ c !== null && (clearTimeout(c), c = null), (J === !0 || i.value === !0) && (fe(!1), e.seamless !== !0 && (S(!1), gu(R), Ui(X))), J !== !0 && (v = null);
16027
16027
  }
16028
16028
  function fe(J) {
16029
16029
  J === !0 ? f !== !0 && (ci < 1 && document.body.classList.add("q-body--dialog"), ci++, f = !0) : f === !0 && (ci < 2 && document.body.classList.remove("q-body--dialog"), ci--, f = !1);
@@ -16031,7 +16031,7 @@ var ci = 0, p1 = {
16031
16031
  function qe(J) {
16032
16032
  y !== !0 && (H(J), n("click", J));
16033
16033
  }
16034
- function X(J) {
16034
+ function G(J) {
16035
16035
  e.persistent !== !0 && e.noBackdropDismiss !== !0 ? H(J) : e.noShake !== !0 && Y();
16036
16036
  }
16037
16037
  function R(J) {
@@ -16061,7 +16061,7 @@ var ci = 0, p1 = {
16061
16061
  style: k.value,
16062
16062
  "aria-hidden": "true",
16063
16063
  tabindex: -1,
16064
- onClick: X
16064
+ onClick: G
16065
16065
  }) : null),
16066
16066
  m(
16067
16067
  an,
@@ -16083,7 +16083,7 @@ we({
16083
16083
  name: "QDrawer",
16084
16084
  inheritAttrs: !1,
16085
16085
  props: {
16086
- ...Xa,
16086
+ ...Ga,
16087
16087
  ...kt,
16088
16088
  side: {
16089
16089
  type: String,
@@ -16120,7 +16120,7 @@ we({
16120
16120
  noSwipeBackdrop: Boolean
16121
16121
  },
16122
16122
  emits: [
16123
- ...Ga,
16123
+ ...Xa,
16124
16124
  "onLayout",
16125
16125
  "miniState"
16126
16126
  ],
@@ -16170,7 +16170,7 @@ we({
16170
16170
  C.value * ne.value
16171
16171
  ), P = h(() => H.value === !0 ? "left" : "right"), B = h(() => x.value === !0 && p.value === !1 && e.overlay === !1 ? e.miniToOverlay === !0 ? e.miniWidth : C.value : 0), Y = h(
16172
16172
  () => e.overlay === !0 || e.miniToOverlay === !0 || f.view.value.indexOf(H.value ? "R" : "L") !== -1 || o.platform.is.ios === !0 && f.isContainer.value === !0
16173
- ), G = h(
16173
+ ), X = h(
16174
16174
  () => e.overlay === !1 && x.value === !0 && p.value === !1
16175
16175
  ), Z = h(
16176
16176
  () => e.overlay === !0 && x.value === !0 && p.value === !1
@@ -16178,9 +16178,9 @@ we({
16178
16178
  () => "fullscreen q-drawer__backdrop" + (x.value === !1 && I.value === !1 ? " hidden" : "")
16179
16179
  ), qe = h(() => ({
16180
16180
  backgroundColor: `rgba(0,0,0,${D.value * 0.4})`
16181
- })), X = h(() => H.value === !0 ? f.rows.value.top[2] === "r" : f.rows.value.top[0] === "l"), R = h(() => H.value === !0 ? f.rows.value.bottom[2] === "r" : f.rows.value.bottom[0] === "l"), le = h(() => {
16181
+ })), G = h(() => H.value === !0 ? f.rows.value.top[2] === "r" : f.rows.value.top[0] === "l"), R = h(() => H.value === !0 ? f.rows.value.bottom[2] === "r" : f.rows.value.bottom[0] === "l"), le = h(() => {
16182
16182
  const ie = {};
16183
- return f.header.space === !0 && X.value === !1 && (Y.value === !0 ? ie.top = `${f.header.offset}px` : f.header.space === !0 && (ie.top = `${f.header.size}px`)), f.footer.space === !0 && R.value === !1 && (Y.value === !0 ? ie.bottom = `${f.footer.offset}px` : f.footer.space === !0 && (ie.bottom = `${f.footer.size}px`)), ie;
16183
+ return f.header.space === !0 && G.value === !1 && (Y.value === !0 ? ie.top = `${f.header.offset}px` : f.header.space === !0 && (ie.top = `${f.header.size}px`)), f.footer.space === !0 && R.value === !1 && (Y.value === !0 ? ie.bottom = `${f.footer.offset}px` : f.footer.space === !0 && (ie.bottom = `${f.footer.size}px`)), ie;
16184
16184
  }), J = h(() => {
16185
16185
  const ie = {
16186
16186
  width: `${C.value}px`,
@@ -16190,7 +16190,7 @@ we({
16190
16190
  }), _e = h(
16191
16191
  () => "q-drawer__content fit " + (f.isContainer.value !== !0 ? "scroll" : "overflow-auto")
16192
16192
  ), Q = h(
16193
- () => `q-drawer q-drawer--${e.side}` + (F.value === !0 ? " q-drawer--mini-animate" : "") + (e.bordered === !0 ? " q-drawer--bordered" : "") + (i.value === !0 ? " q-drawer--dark q-dark" : "") + (I.value === !0 ? " no-transition" : x.value === !0 ? "" : " q-layout--prevent-focus") + (p.value === !0 ? " fixed q-drawer--on-top q-drawer--mobile q-drawer--top-padding" : ` q-drawer--${T.value === !0 ? "mini" : "standard"}` + (Y.value === !0 || G.value !== !0 ? " fixed" : "") + (e.overlay === !0 || e.miniToOverlay === !0 ? " q-drawer--on-top" : "") + (X.value === !0 ? " q-drawer--top-padding" : ""))
16193
+ () => `q-drawer q-drawer--${e.side}` + (F.value === !0 ? " q-drawer--mini-animate" : "") + (e.bordered === !0 ? " q-drawer--bordered" : "") + (i.value === !0 ? " q-drawer--dark q-dark" : "") + (I.value === !0 ? " no-transition" : x.value === !0 ? "" : " q-layout--prevent-focus") + (p.value === !0 ? " fixed q-drawer--on-top q-drawer--mobile q-drawer--top-padding" : ` q-drawer--${T.value === !0 ? "mini" : "standard"}` + (Y.value === !0 || X.value !== !0 ? " fixed" : "") + (e.overlay === !0 || e.miniToOverlay === !0 ? " q-drawer--on-top" : "") + (G.value === !0 ? " q-drawer--top-padding" : ""))
16194
16194
  ), ae = h(() => {
16195
16195
  const ie = o.lang.rtl === !0 ? e.side : P.value;
16196
16196
  return [[
@@ -16232,7 +16232,7 @@ we({
16232
16232
  xe(p, (ie) => {
16233
16233
  ie === !0 ? (y = x.value, x.value === !0 && N(!1)) : e.overlay === !1 && e.behavior !== "mobile" && y !== !1 && (x.value === !0 ? (De(0), ue(0), Oe()) : M(!1));
16234
16234
  }), xe(() => e.side, (ie, ce) => {
16235
- f.instances[ce] === E && (f.instances[ce] = void 0, f[ce].space = !1, f[ce].offset = 0), f.instances[ie] = E, f[ie].size = C.value, f[ie].space = G.value, f[ie].offset = B.value;
16235
+ f.instances[ce] === E && (f.instances[ce] = void 0, f[ce].space = !1, f[ce].offset = 0), f.instances[ie] = E, f[ie].size = C.value, f[ie].space = X.value, f[ie].offset = B.value;
16236
16236
  }), xe(f.totalWidth, () => {
16237
16237
  (f.isContainer.value === !0 || document.qScrollPrevented !== !0) && Ae();
16238
16238
  }), xe(
@@ -16244,7 +16244,7 @@ we({
16244
16244
  De(x.value === !0 ? 0 : void 0);
16245
16245
  }), xe(B, (ie) => {
16246
16246
  z("offset", ie);
16247
- }), xe(G, (ie) => {
16247
+ }), xe(X, (ie) => {
16248
16248
  n("onLayout", ie), z("space", ie);
16249
16249
  }), xe(H, () => {
16250
16250
  De();
@@ -16312,8 +16312,8 @@ we({
16312
16312
  function he(ie, ce) {
16313
16313
  z("size", ie === !0 ? e.miniWidth : ce);
16314
16314
  }
16315
- return f.instances[e.side] = E, he(e.miniToOverlay, C.value), z("space", G.value), z("offset", B.value), e.showIfAbove === !0 && e.modelValue !== !0 && x.value === !0 && e["onUpdate:modelValue"] !== void 0 && n("update:modelValue", !0), zt(() => {
16316
- n("onLayout", G.value), n("miniState", T.value), y = e.showIfAbove === !0;
16315
+ return f.instances[e.side] = E, he(e.miniToOverlay, C.value), z("space", X.value), z("offset", B.value), e.showIfAbove === !0 && e.modelValue !== !0 && x.value === !0 && e["onUpdate:modelValue"] !== void 0 && n("update:modelValue", !0), zt(() => {
16316
+ n("onLayout", X.value), n("miniState", T.value), y = e.showIfAbove === !0;
16317
16317
  const ie = () => {
16318
16318
  (x.value === !0 ? k : _)(!1, !0);
16319
16319
  };
@@ -16553,8 +16553,8 @@ var b1 = /^https?:\/\//, y1 = class {
16553
16553
  name: "QTooltip",
16554
16554
  inheritAttrs: !1,
16555
16555
  props: {
16556
- ...Gm,
16557
- ...Xa,
16556
+ ...Xm,
16557
+ ...Ga,
16558
16558
  ...Zr,
16559
16559
  maxHeight: {
16560
16560
  type: String,
@@ -16599,11 +16599,11 @@ var b1 = /^https?:\/\//, y1 = class {
16599
16599
  persistent: Boolean
16600
16600
  },
16601
16601
  emits: [
16602
- ...Ga
16602
+ ...Xa
16603
16603
  ],
16604
16604
  setup(e, { slots: t, emit: n, attrs: r }) {
16605
16605
  let a, o;
16606
- const i = Ve(), { proxy: { $q: l } } = i, c = te(null), v = te(!1), f = h(() => Xi(e.anchor, l.lang.rtl)), y = h(() => Xi(e.self, l.lang.rtl)), b = h(() => e.persistent !== !0), { registerTick: S, removeTick: p } = Ia(), { registerTimeout: T } = hr(), { transitionProps: C, transitionStyle: x } = xl(e), { localScrollTarget: O, changeScrollEvent: k, unconfigureScrollTarget: _ } = Zm(e, qe), { anchorEl: M, canShow: N, anchorEvents: E } = Ku({ showing: v, configureAnchorEl: fe }), { show: H, hide: ne } = Ja({
16606
+ const i = Ve(), { proxy: { $q: l } } = i, c = te(null), v = te(!1), f = h(() => Gi(e.anchor, l.lang.rtl)), y = h(() => Gi(e.self, l.lang.rtl)), b = h(() => e.persistent !== !0), { registerTick: S, removeTick: p } = Ia(), { registerTimeout: T } = hr(), { transitionProps: C, transitionStyle: x } = xl(e), { localScrollTarget: O, changeScrollEvent: k, unconfigureScrollTarget: _ } = Zm(e, qe), { anchorEl: M, canShow: N, anchorEvents: E } = Ku({ showing: v, configureAnchorEl: fe }), { show: H, hide: ne } = Ja({
16607
16607
  showing: v,
16608
16608
  canShow: N,
16609
16609
  handleShow: $,
@@ -16611,8 +16611,8 @@ var b1 = /^https?:\/\//, y1 = class {
16611
16611
  hideOnRouteChange: b,
16612
16612
  processOnMount: !0
16613
16613
  });
16614
- Object.assign(E, { delayShow: G, delayHide: Z });
16615
- const { showPortal: D, hidePortal: I, renderPortal: F } = Gu(i, c, R, "tooltip");
16614
+ Object.assign(E, { delayShow: X, delayHide: Z });
16615
+ const { showPortal: D, hidePortal: I, renderPortal: F } = Xu(i, c, R, "tooltip");
16616
16616
  if (l.platform.is.mobile === !0) {
16617
16617
  const le = {
16618
16618
  anchorEl: M,
@@ -16662,7 +16662,7 @@ var b1 = /^https?:\/\//, y1 = class {
16662
16662
  maxWidth: e.maxWidth
16663
16663
  });
16664
16664
  }
16665
- function G(le) {
16665
+ function X(le) {
16666
16666
  if (l.platform.is.mobile === !0) {
16667
16667
  Qn(), document.body.classList.add("non-selectable");
16668
16668
  const J = M.value, _e = ["touchmove", "touchcancel", "touchend", "click"].map((Q) => [J, Q, "delayHide", "passiveCapture"]);
@@ -16696,7 +16696,7 @@ var b1 = /^https?:\/\//, y1 = class {
16696
16696
  k(O.value, le);
16697
16697
  }
16698
16698
  }
16699
- function X() {
16699
+ function G() {
16700
16700
  return v.value === !0 ? m("div", {
16701
16701
  ...r,
16702
16702
  ref: c,
@@ -16712,7 +16712,7 @@ var b1 = /^https?:\/\//, y1 = class {
16712
16712
  }, et(t.default)) : null;
16713
16713
  }
16714
16714
  function R() {
16715
- return m(an, C.value, X);
16715
+ return m(an, C.value, G);
16716
16716
  }
16717
16717
  return wt(B), Object.assign(i.proxy, { updatePosition: Y }), F;
16718
16718
  }
@@ -17170,10 +17170,10 @@ we({
17170
17170
  buttonProps: O,
17171
17171
  contentRef: f,
17172
17172
  buttons: _,
17173
- setContent: X
17173
+ setContent: G
17174
17174
  };
17175
17175
  xe(() => e.modelValue, (Q) => {
17176
- C !== Q && (C = Q, X(Q, !0));
17176
+ C !== Q && (C = Q, G(Q, !0));
17177
17177
  }), xe(y, (Q) => {
17178
17178
  n(`link${Q ? "Show" : "Hide"}`);
17179
17179
  });
@@ -17235,7 +17235,7 @@ we({
17235
17235
  f.value !== null && T !== void 0 && (f.value.scrollTop = f.value.scrollHeight - T);
17236
17236
  }), n("focus", Q);
17237
17237
  }
17238
- function G(Q) {
17238
+ function X(Q) {
17239
17239
  const ae = v.value;
17240
17240
  if (ae !== null && ae.contains(Q.target) === !0 && (Q.relatedTarget === null || ae.contains(Q.relatedTarget) !== !0)) {
17241
17241
  const ke = `inner${b.value === !0 ? "Text" : "HTML"}`;
@@ -17252,7 +17252,7 @@ we({
17252
17252
  function qe(Q) {
17253
17253
  M.caret.save();
17254
17254
  }
17255
- function X(Q, ae) {
17255
+ function G(Q, ae) {
17256
17256
  if (f.value !== null) {
17257
17257
  ae === !0 && M.caret.savePosition();
17258
17258
  const ke = `inner${b.value === !0 ? "Text" : "HTML"}`;
@@ -17278,7 +17278,7 @@ we({
17278
17278
  return f.value;
17279
17279
  }
17280
17280
  return zt(() => {
17281
- M.caret = r.caret = new y1(f.value, M), X(e.modelValue), le(), document.addEventListener("selectionchange", qe);
17281
+ M.caret = r.caret = new y1(f.value, M), G(e.modelValue), le(), document.addEventListener("selectionchange", qe);
17282
17282
  }), wt(() => {
17283
17283
  document.removeEventListener("selectionchange", qe);
17284
17284
  }), Object.assign(r, {
@@ -17310,7 +17310,7 @@ we({
17310
17310
  class: ne.value,
17311
17311
  style: { height: i.value === !0 ? "100%" : null },
17312
17312
  ...I.value,
17313
- onFocusin: G,
17313
+ onFocusin: X,
17314
17314
  onFocusout: Z
17315
17315
  }, [
17316
17316
  Q,
@@ -17439,12 +17439,12 @@ var Su = we({
17439
17439
  "aria-orientation": r.value
17440
17440
  });
17441
17441
  }
17442
- }), Br = Gp({}), O1 = Object.keys($o);
17442
+ }), Br = Xp({}), O1 = Object.keys($o);
17443
17443
  we({
17444
17444
  name: "QExpansionItem",
17445
17445
  props: {
17446
17446
  ...$o,
17447
- ...Xa,
17447
+ ...Ga,
17448
17448
  ...kt,
17449
17449
  icon: String,
17450
17450
  label: String,
@@ -17471,7 +17471,7 @@ we({
17471
17471
  headerClass: [Array, String, Object]
17472
17472
  },
17473
17473
  emits: [
17474
- ...Ga,
17474
+ ...Xa,
17475
17475
  "click",
17476
17476
  "afterShow",
17477
17477
  "afterHide"
@@ -17488,10 +17488,10 @@ we({
17488
17488
  }), T = h(
17489
17489
  () => e.disable !== !0 && (e.href !== void 0 || e.to !== void 0 && e.to !== null && e.to !== "")
17490
17490
  ), C = h(() => {
17491
- const G = {};
17491
+ const X = {};
17492
17492
  return O1.forEach((Z) => {
17493
- G[Z] = e[Z];
17494
- }), G;
17493
+ X[Z] = e[Z];
17494
+ }), X;
17495
17495
  }), x = h(
17496
17496
  () => T.value === !0 || e.expandIconToggle !== !0
17497
17497
  ), O = h(() => e.expandedIcon !== void 0 && o.value === !0 ? e.expandedIcon : e.expandIcon || r.iconSet.expansionItem[e.denseToggle === !0 ? "denseIcon" : "icon"]), k = h(
@@ -17503,25 +17503,25 @@ we({
17503
17503
  show: c,
17504
17504
  hide: v
17505
17505
  })), M = h(() => {
17506
- const G = e.toggleAriaLabel !== void 0 ? e.toggleAriaLabel : r.lang.label[o.value === !0 ? "collapse" : "expand"](e.label);
17506
+ const X = e.toggleAriaLabel !== void 0 ? e.toggleAriaLabel : r.lang.label[o.value === !0 ? "collapse" : "expand"](e.label);
17507
17507
  return {
17508
17508
  role: "button",
17509
17509
  "aria-expanded": o.value === !0 ? "true" : "false",
17510
17510
  "aria-controls": l.value,
17511
- "aria-label": G
17511
+ "aria-label": X
17512
17512
  };
17513
17513
  });
17514
- xe(() => e.group, (G) => {
17515
- b?.(), G !== void 0 && I();
17514
+ xe(() => e.group, (X) => {
17515
+ b?.(), X !== void 0 && I();
17516
17516
  });
17517
- function N(G) {
17518
- T.value !== !0 && f(G), n("click", G);
17517
+ function N(X) {
17518
+ T.value !== !0 && f(X), n("click", X);
17519
17519
  }
17520
- function E(G) {
17521
- G.keyCode === 13 && H(G, !0);
17520
+ function E(X) {
17521
+ X.keyCode === 13 && H(X, !0);
17522
17522
  }
17523
- function H(G, Z) {
17524
- Z !== !0 && G.qAvoidFocus !== !0 && i.value?.focus(), f(G), vt(G);
17523
+ function H(X, Z) {
17524
+ Z !== !0 && X.qAvoidFocus !== !0 && i.value?.focus(), f(X), vt(X);
17525
17525
  }
17526
17526
  function ne() {
17527
17527
  n("afterShow");
@@ -17531,7 +17531,7 @@ we({
17531
17531
  }
17532
17532
  function I() {
17533
17533
  y === void 0 && (y = Oo()), o.value === !0 && (Br[e.group] = y);
17534
- const G = xe(o, (fe) => {
17534
+ const X = xe(o, (fe) => {
17535
17535
  fe === !0 ? Br[e.group] = y : Br[e.group] === y && delete Br[e.group];
17536
17536
  }), Z = xe(
17537
17537
  () => Br[e.group],
@@ -17540,11 +17540,11 @@ we({
17540
17540
  }
17541
17541
  );
17542
17542
  b = () => {
17543
- G(), Z(), Br[e.group] === y && delete Br[e.group], b = void 0;
17543
+ X(), Z(), Br[e.group] === y && delete Br[e.group], b = void 0;
17544
17544
  };
17545
17545
  }
17546
17546
  function F() {
17547
- const G = {
17547
+ const X = {
17548
17548
  class: [
17549
17549
  `q-focusable relative-position cursor-pointer${e.denseToggle === !0 && e.switchToggleSide === !0 ? " items-end" : ""}`,
17550
17550
  e.expandIconClass
@@ -17557,7 +17557,7 @@ we({
17557
17557
  name: O.value
17558
17558
  })
17559
17559
  ];
17560
- return k.value === !0 && (Object.assign(G, {
17560
+ return k.value === !0 && (Object.assign(X, {
17561
17561
  tabindex: 0,
17562
17562
  ...M.value,
17563
17563
  onClick: H,
@@ -17568,26 +17568,26 @@ we({
17568
17568
  class: "q-expansion-item__toggle-focus q-icon q-focus-helper q-focus-helper--rounded",
17569
17569
  tabindex: -1
17570
17570
  })
17571
- )), m(Pr, G, () => Z);
17571
+ )), m(Pr, X, () => Z);
17572
17572
  }
17573
17573
  function $() {
17574
- let G;
17575
- return t.header !== void 0 ? G = [].concat(t.header(_.value)) : (G = [
17574
+ let X;
17575
+ return t.header !== void 0 ? X = [].concat(t.header(_.value)) : (X = [
17576
17576
  m(Pr, () => [
17577
17577
  m(Su, { lines: e.labelLines }, () => e.label || ""),
17578
17578
  e.caption ? m(Su, { lines: e.captionLines, caption: !0 }, () => e.caption) : null
17579
17579
  ])
17580
- ], e.icon && G[e.switchToggleSide === !0 ? "push" : "unshift"](
17580
+ ], e.icon && X[e.switchToggleSide === !0 ? "push" : "unshift"](
17581
17581
  m(Pr, {
17582
17582
  side: e.switchToggleSide === !0,
17583
17583
  avatar: e.switchToggleSide !== !0
17584
17584
  }, () => m(Tt, { name: e.icon }))
17585
- )), e.disable !== !0 && e.hideExpandIcon !== !0 && G[e.switchToggleSide === !0 ? "unshift" : "push"](
17585
+ )), e.disable !== !0 && e.hideExpandIcon !== !0 && X[e.switchToggleSide === !0 ? "unshift" : "push"](
17586
17586
  F()
17587
- ), G;
17587
+ ), X;
17588
17588
  }
17589
17589
  function P() {
17590
- const G = {
17590
+ const X = {
17591
17591
  ref: "item",
17592
17592
  style: e.headerStyle,
17593
17593
  class: e.headerClass,
@@ -17596,10 +17596,10 @@ we({
17596
17596
  dense: e.dense,
17597
17597
  insetLevel: e.headerInsetLevel
17598
17598
  };
17599
- return x.value === !0 && (G.clickable = !0, G.onClick = N, Object.assign(
17600
- G,
17599
+ return x.value === !0 && (X.clickable = !0, X.onClick = N, Object.assign(
17600
+ X,
17601
17601
  T.value === !0 ? C.value : M.value
17602
- )), m(Ol, G, $);
17602
+ )), m(Ol, X, $);
17603
17603
  }
17604
17604
  function B() {
17605
17605
  return Yn(
@@ -17616,7 +17616,7 @@ we({
17616
17616
  );
17617
17617
  }
17618
17618
  function Y() {
17619
- const G = [
17619
+ const X = [
17620
17620
  P(),
17621
17621
  m(gc, {
17622
17622
  duration: e.duration,
@@ -17624,7 +17624,7 @@ we({
17624
17624
  onHide: D
17625
17625
  }, B)
17626
17626
  ];
17627
- return e.expandSeparator === !0 && G.push(
17627
+ return e.expandSeparator === !0 && X.push(
17628
17628
  m(la, {
17629
17629
  class: "q-expansion-item__border q-expansion-item__border--top absolute-top",
17630
17630
  dark: a.value
@@ -17633,7 +17633,7 @@ we({
17633
17633
  class: "q-expansion-item__border q-expansion-item__border--bottom absolute-bottom",
17634
17634
  dark: a.value
17635
17635
  })
17636
- ), G;
17636
+ ), X;
17637
17637
  }
17638
17638
  return e.group !== void 0 && I(), wt(() => {
17639
17639
  b?.();
@@ -17714,7 +17714,7 @@ we({
17714
17714
  name: "QFab",
17715
17715
  props: {
17716
17716
  ...wu,
17717
- ...Xa,
17717
+ ...Ga,
17718
17718
  icon: String,
17719
17719
  activeIcon: String,
17720
17720
  hideIcon: Boolean,
@@ -17734,7 +17734,7 @@ we({
17734
17734
  validator: (e) => A1.includes(e)
17735
17735
  }
17736
17736
  },
17737
- emits: Ga,
17737
+ emits: Xa,
17738
17738
  setup(e, { slots: t }) {
17739
17739
  const n = te(null), r = te(e.modelValue === !0), a = El(), { proxy: { $q: o } } = Ve(), { formClass: i, labelProps: l } = Yh(e, r), c = h(() => e.persistent !== !0), { hide: v, toggle: f } = Ja({
17740
17740
  showing: r,
@@ -17946,7 +17946,7 @@ function I1(e, t) {
17946
17946
  function sa(e) {
17947
17947
  return e != null && ("" + e).length !== 0;
17948
17948
  }
17949
- var Xh = {
17949
+ var Gh = {
17950
17950
  ...kt,
17951
17951
  ...N1,
17952
17952
  label: String,
@@ -17978,7 +17978,7 @@ var Xh = {
17978
17978
  autofocus: Boolean,
17979
17979
  for: String
17980
17980
  }, ql = {
17981
- ...Xh,
17981
+ ...Gh,
17982
17982
  maxlength: [Number, String]
17983
17983
  }, Ml = ["update:modelValue", "clear", "focus", "blur"];
17984
17984
  function Al({ requiredForAttr: e = !0, tagProp: t, changeEvent: n = !1 } = {}) {
@@ -18175,7 +18175,7 @@ function Pl(e) {
18175
18175
  f.value === !0 ? y.value !== null ? (Z = [m("div", { role: "alert" }, y.value)], fe = `q--slot-error-${y.value}`) : (Z = et(r.error), fe = "q--slot-error") : (t.hideHint !== !0 || e.focused.value === !0) && (t.hint !== void 0 ? (Z = [m("div", t.hint)], fe = `q--slot-hint-${t.hint}`) : (Z = et(r.hint), fe = "q--slot-hint"));
18176
18176
  const qe = t.counter === !0 || r.counter !== void 0;
18177
18177
  if (t.hideBottomSpace === !0 && qe === !1 && Z === void 0) return;
18178
- const X = m("div", {
18178
+ const G = m("div", {
18179
18179
  key: fe,
18180
18180
  class: "q-field__messages col"
18181
18181
  }, Z);
@@ -18183,7 +18183,7 @@ function Pl(e) {
18183
18183
  class: "q-field__bottom row items-start q-field__bottom--" + (t.hideBottomSpace !== !0 ? "animated" : "stale"),
18184
18184
  onClick: ln
18185
18185
  }, [
18186
- t.hideBottomSpace === !0 ? X : m(an, { name: "q-transition--field-message" }, () => X),
18186
+ t.hideBottomSpace === !0 ? G : m(an, { name: "q-transition--field-message" }, () => G),
18187
18187
  qe === !0 ? m("div", {
18188
18188
  class: "q-field__counter"
18189
18189
  }, r.counter !== void 0 ? r.counter() : e.computedCounter.value) : null
@@ -18195,11 +18195,11 @@ function Pl(e) {
18195
18195
  class: "q-field__append q-field__marginal row no-wrap items-center q-anchor--skip"
18196
18196
  }, fe);
18197
18197
  }
18198
- let G = !1;
18198
+ let X = !1;
18199
18199
  return gr(() => {
18200
- G = !0;
18200
+ X = !0;
18201
18201
  }), ua(() => {
18202
- G === !0 && t.autofocus === !0 && o.focus();
18202
+ X === !0 && t.autofocus === !0 && o.focus();
18203
18203
  }), t.autofocus === !0 && zt(() => {
18204
18204
  o.focus();
18205
18205
  }), wt(() => {
@@ -18267,7 +18267,7 @@ function ka(e, t, n, r) {
18267
18267
  function di(e) {
18268
18268
  e?.dataTransfer && (e.dataTransfer.dropEffect = "copy"), vt(e);
18269
18269
  }
18270
- var Gh = {
18270
+ var Xh = {
18271
18271
  multiple: Boolean,
18272
18272
  accept: String,
18273
18273
  capture: String,
@@ -18390,9 +18390,9 @@ we({
18390
18390
  name: "QFile",
18391
18391
  inheritAttrs: !1,
18392
18392
  props: {
18393
- ...Xh,
18394
- ...zn,
18395
18393
  ...Gh,
18394
+ ...zn,
18395
+ ...Xh,
18396
18396
  /* SSR does not know about File & FileList */
18397
18397
  modelValue: [File, FileList, Array],
18398
18398
  append: Boolean,
@@ -18418,10 +18418,10 @@ we({
18418
18418
  processFiles: b,
18419
18419
  getDndNode: S
18420
18420
  } = Zh({ editable: o.editable, dnd: l, getFileInput: F, addFilesToQueue: $ }), p = eg(e), T = h(() => Object(e.modelValue) === e.modelValue ? "length" in e.modelValue ? Array.from(e.modelValue) : [e.modelValue] : []), C = h(() => sa(T.value)), x = h(
18421
- () => T.value.map((G) => G.name).join(", ")
18421
+ () => T.value.map((X) => X.name).join(", ")
18422
18422
  ), O = h(
18423
18423
  () => du(
18424
- T.value.reduce((G, Z) => G + Z.size, 0)
18424
+ T.value.reduce((X, Z) => X + Z.size, 0)
18425
18425
  )
18426
18426
  ), k = h(() => ({
18427
18427
  totalSize: O.value,
@@ -18443,29 +18443,29 @@ we({
18443
18443
  ), N = h(
18444
18444
  () => e.multiple === !0 && e.append === !0
18445
18445
  );
18446
- function E(G) {
18446
+ function E(X) {
18447
18447
  const Z = T.value.slice();
18448
- Z.splice(G, 1), ne(Z);
18448
+ Z.splice(X, 1), ne(Z);
18449
18449
  }
18450
- function H(G) {
18451
- const Z = T.value.indexOf(G);
18450
+ function H(X) {
18451
+ const Z = T.value.indexOf(X);
18452
18452
  Z !== -1 && E(Z);
18453
18453
  }
18454
- function ne(G) {
18455
- n("update:modelValue", e.multiple === !0 ? G : G[0]);
18454
+ function ne(X) {
18455
+ n("update:modelValue", e.multiple === !0 ? X : X[0]);
18456
18456
  }
18457
- function D(G) {
18458
- G.keyCode === 13 && ln(G);
18457
+ function D(X) {
18458
+ X.keyCode === 13 && ln(X);
18459
18459
  }
18460
- function I(G) {
18461
- (G.keyCode === 13 || G.keyCode === 32) && v(G);
18460
+ function I(X) {
18461
+ (X.keyCode === 13 || X.keyCode === 32) && v(X);
18462
18462
  }
18463
18463
  function F() {
18464
18464
  return i.value;
18465
18465
  }
18466
- function $(G, Z) {
18467
- const fe = b(G, Z, T.value, N.value), qe = F();
18468
- qe != null && (qe.value = ""), fe !== void 0 && ((e.multiple === !0 ? e.modelValue && fe.every((X) => T.value.includes(X)) : e.modelValue === fe[0]) || ne(
18466
+ function $(X, Z) {
18467
+ const fe = b(X, Z, T.value, N.value), qe = F();
18468
+ qe != null && (qe.value = ""), fe !== void 0 && ((e.multiple === !0 ? e.modelValue && fe.every((G) => T.value.includes(G)) : e.modelValue === fe[0]) || ne(
18469
18469
  N.value === !0 ? T.value.concat(fe) : fe
18470
18470
  ));
18471
18471
  }
@@ -18498,24 +18498,24 @@ we({
18498
18498
  class: "ellipsis",
18499
18499
  textContent: Z.name
18500
18500
  })));
18501
- const G = e.displayValue !== void 0 ? e.displayValue : x.value;
18502
- return G.length !== 0 ? [
18501
+ const X = e.displayValue !== void 0 ? e.displayValue : x.value;
18502
+ return X.length !== 0 ? [
18503
18503
  m("div", {
18504
18504
  class: e.inputClass,
18505
18505
  style: e.inputStyle,
18506
- textContent: G
18506
+ textContent: X
18507
18507
  })
18508
18508
  ] : P();
18509
18509
  }
18510
18510
  function Y() {
18511
- const G = {
18511
+ const X = {
18512
18512
  ref: i,
18513
18513
  ..._.value,
18514
18514
  ...p.value,
18515
18515
  class: "q-field__input fit absolute-full cursor-pointer",
18516
18516
  onChange: $
18517
18517
  };
18518
- return e.multiple === !0 && (G.multiple = !0), m("input", G);
18518
+ return e.multiple === !0 && (X.multiple = !0), m("input", X);
18519
18519
  }
18520
18520
  return Object.assign(o, {
18521
18521
  fieldClass: M,
@@ -18529,17 +18529,17 @@ we({
18529
18529
  computedCounter: h(() => {
18530
18530
  if (e.counterLabel !== void 0)
18531
18531
  return e.counterLabel(k.value);
18532
- const G = e.maxFiles;
18533
- return `${T.value.length}${G !== void 0 ? " / " + G : ""} (${O.value})`;
18532
+ const X = e.maxFiles;
18533
+ return `${T.value.length}${X !== void 0 ? " / " + X : ""} (${O.value})`;
18534
18534
  }),
18535
18535
  getControlChild: () => S("file"),
18536
18536
  getControl: () => {
18537
- const G = {
18537
+ const X = {
18538
18538
  ref: o.targetRef,
18539
18539
  class: "q-field__native row items-center cursor-pointer",
18540
18540
  tabindex: e.tabindex
18541
18541
  };
18542
- return o.editable.value === !0 && Object.assign(G, { onDragover: f, onDragleave: y, onKeydown: D, onKeyup: I }), m("div", G, [Y()].concat(B()));
18542
+ return o.editable.value === !0 && Object.assign(X, { onDragover: f, onDragleave: y, onKeydown: D, onKeyup: I }), m("div", X, [Y()].concat(B()));
18543
18543
  }
18544
18544
  }), Object.assign(a, {
18545
18545
  removeAtIndex: E,
@@ -19272,29 +19272,29 @@ function z1(e, t, n, r) {
19272
19272
  return;
19273
19273
  }
19274
19274
  const D = Df[e.mask] === void 0 ? e.mask : Df[e.mask], I = typeof e.fillMask == "string" && e.fillMask.length !== 0 ? e.fillMask.slice(0, 1) : "_", F = I.replace(Ff, "\\$&"), $ = [], P = [], B = [];
19275
- let Y = e.reverseFillMask === !0, G = "", Z = "";
19275
+ let Y = e.reverseFillMask === !0, X = "", Z = "";
19276
19276
  D.replace(f.value.tokenRegexMask, (R, le, J, _e, Q) => {
19277
19277
  if (_e !== void 0) {
19278
19278
  const ae = f.value.tokenMap[_e];
19279
19279
  B.push(ae), Z = ae.negate, Y === !0 && (P.push("(?:" + Z + "+)?(" + ae.pattern + "+)?(?:" + Z + "+)?(" + ae.pattern + "+)?"), Y = !1), P.push("(?:" + Z + "+)?(" + ae.pattern + ")?");
19280
19280
  } else if (J !== void 0)
19281
- G = "\\" + (J === "\\" ? "" : J), B.push(J), $.push("([^" + G + "]+)?" + G + "?");
19281
+ X = "\\" + (J === "\\" ? "" : J), B.push(J), $.push("([^" + X + "]+)?" + X + "?");
19282
19282
  else {
19283
19283
  const ae = le !== void 0 ? le : Q;
19284
- G = ae === "\\" ? "\\\\\\\\" : ae.replace(Ff, "\\\\$&"), B.push(ae), $.push("([^" + G + "]+)?" + G + "?");
19284
+ X = ae === "\\" ? "\\\\\\\\" : ae.replace(Ff, "\\\\$&"), B.push(ae), $.push("([^" + X + "]+)?" + X + "?");
19285
19285
  }
19286
19286
  });
19287
19287
  const fe = new RegExp(
19288
- "^" + $.join("") + "(" + (G === "" ? "." : "[^" + G + "]") + "+)?" + (G === "" ? "" : "[" + G + "]*") + "$"
19289
- ), qe = P.length - 1, X = P.map((R, le) => le === 0 && e.reverseFillMask === !0 ? new RegExp("^" + F + "*" + R) : le === qe ? new RegExp(
19288
+ "^" + $.join("") + "(" + (X === "" ? "." : "[^" + X + "]") + "+)?" + (X === "" ? "" : "[" + X + "]*") + "$"
19289
+ ), qe = P.length - 1, G = P.map((R, le) => le === 0 && e.reverseFillMask === !0 ? new RegExp("^" + F + "*" + R) : le === qe ? new RegExp(
19290
19290
  "^" + R + "(" + (Z === "" ? "." : Z) + "+)?" + (e.reverseFillMask === !0 ? "$" : F + "*")
19291
19291
  ) : new RegExp("^" + R));
19292
19292
  i = B, l = (R) => {
19293
19293
  const le = fe.exec(e.reverseFillMask === !0 ? R : R.slice(0, B.length + 1));
19294
19294
  le !== null && (R = le.slice(1).join(""));
19295
- const J = [], _e = X.length;
19295
+ const J = [], _e = G.length;
19296
19296
  for (let Q = 0, ae = R; Q < _e; Q++) {
19297
- const ke = X[Q].exec(ae);
19297
+ const ke = G[Q].exec(ae);
19298
19298
  if (ke === null)
19299
19299
  break;
19300
19300
  ae = ae.slice(ke.shift().length), J.push(...ke);
@@ -19305,40 +19305,40 @@ function z1(e, t, n, r) {
19305
19305
  function x(D, I, F) {
19306
19306
  const $ = r.value, P = $.selectionEnd, B = $.value.length - P, Y = H(D);
19307
19307
  I === !0 && C();
19308
- const G = N(Y, I), Z = e.fillMask !== !1 ? ne(G) : G, fe = b.value !== Z;
19308
+ const X = N(Y, I), Z = e.fillMask !== !1 ? ne(X) : X, fe = b.value !== Z;
19309
19309
  $.value !== Z && ($.value = Z), fe === !0 && (b.value = Z), document.activeElement === $ && St(() => {
19310
19310
  if (Z === o) {
19311
- const X = e.reverseFillMask === !0 ? o.length : 0;
19312
- $.setSelectionRange(X, X, "forward");
19311
+ const G = e.reverseFillMask === !0 ? o.length : 0;
19312
+ $.setSelectionRange(G, G, "forward");
19313
19313
  return;
19314
19314
  }
19315
19315
  if (F === "insertFromPaste" && e.reverseFillMask !== !0) {
19316
- const X = $.selectionEnd;
19316
+ const G = $.selectionEnd;
19317
19317
  let R = P - 1;
19318
- for (let le = c; le <= R && le < X; le++)
19318
+ for (let le = c; le <= R && le < G; le++)
19319
19319
  a[le] !== nn && R++;
19320
19320
  k.right($, R);
19321
19321
  return;
19322
19322
  }
19323
19323
  if (["deleteContentBackward", "deleteContentForward"].indexOf(F) !== -1) {
19324
- const X = e.reverseFillMask === !0 ? P === 0 ? Z.length > G.length ? 1 : 0 : Math.max(0, Z.length - (Z === o ? 0 : Math.min(G.length, B) + 1)) + 1 : P;
19325
- $.setSelectionRange(X, X, "forward");
19324
+ const G = e.reverseFillMask === !0 ? P === 0 ? Z.length > X.length ? 1 : 0 : Math.max(0, Z.length - (Z === o ? 0 : Math.min(X.length, B) + 1)) + 1 : P;
19325
+ $.setSelectionRange(G, G, "forward");
19326
19326
  return;
19327
19327
  }
19328
19328
  if (e.reverseFillMask === !0)
19329
19329
  if (fe === !0) {
19330
- const X = Math.max(0, Z.length - (Z === o ? 0 : Math.min(G.length, B + 1)));
19331
- X === 1 && P === 1 ? $.setSelectionRange(X, X, "forward") : k.rightReverse($, X);
19330
+ const G = Math.max(0, Z.length - (Z === o ? 0 : Math.min(X.length, B + 1)));
19331
+ G === 1 && P === 1 ? $.setSelectionRange(G, G, "forward") : k.rightReverse($, G);
19332
19332
  } else {
19333
- const X = Z.length - B;
19334
- $.setSelectionRange(X, X, "backward");
19333
+ const G = Z.length - B;
19334
+ $.setSelectionRange(G, G, "backward");
19335
19335
  }
19336
19336
  else if (fe === !0) {
19337
- const X = Math.max(0, a.indexOf(nn), Math.min(G.length, P) - 1);
19338
- k.right($, X);
19337
+ const G = Math.max(0, a.indexOf(nn), Math.min(X.length, P) - 1);
19338
+ k.right($, G);
19339
19339
  } else {
19340
- const X = P - 1;
19341
- k.right($, X);
19340
+ const G = P - 1;
19341
+ k.right($, G);
19342
19342
  }
19343
19343
  });
19344
19344
  const qe = e.unmaskedValue === !0 ? H(Z) : Z;
@@ -19422,11 +19422,11 @@ function z1(e, t, n, r) {
19422
19422
  const F = i;
19423
19423
  let $ = 0, P = "";
19424
19424
  for (let B = 0; B < F.length; B++) {
19425
- const Y = D[$], G = F[B];
19426
- if (typeof G == "string")
19427
- P += G, I === !0 && Y === G && $++;
19428
- else if (Y !== void 0 && G.regex.test(Y))
19429
- P += G.transform !== void 0 ? G.transform(Y) : Y, $++;
19425
+ const Y = D[$], X = F[B];
19426
+ if (typeof X == "string")
19427
+ P += X, I === !0 && Y === X && $++;
19428
+ else if (Y !== void 0 && X.regex.test(Y))
19429
+ P += X.transform !== void 0 ? X.transform(Y) : Y, $++;
19430
19430
  else
19431
19431
  return P;
19432
19432
  }
@@ -19436,14 +19436,14 @@ function z1(e, t, n, r) {
19436
19436
  const F = i, $ = a.indexOf(nn);
19437
19437
  let P = D.length - 1, B = "";
19438
19438
  for (let Y = F.length - 1; Y >= 0 && P !== -1; Y--) {
19439
- const G = F[Y];
19439
+ const X = F[Y];
19440
19440
  let Z = D[P];
19441
- if (typeof G == "string")
19442
- B = G + B, I === !0 && Z === G && P--;
19443
- else if (Z !== void 0 && G.regex.test(Z))
19441
+ if (typeof X == "string")
19442
+ B = X + B, I === !0 && Z === X && P--;
19443
+ else if (Z !== void 0 && X.regex.test(Z))
19444
19444
  do
19445
- B = (G.transform !== void 0 ? G.transform(Z) : Z) + B, P--, Z = D[P];
19446
- while ($ === Y && Z !== void 0 && G.regex.test(Z));
19445
+ B = (X.transform !== void 0 ? X.transform(Z) : Z) + B, P--, Z = D[P];
19446
+ while ($ === Y && Z !== void 0 && X.regex.test(Z));
19447
19447
  else
19448
19448
  return B;
19449
19449
  }
@@ -19556,11 +19556,11 @@ var ag = we({
19556
19556
  return;
19557
19557
  C(R);
19558
19558
  } else S.value !== R && (S.value = R, e.type === "number" && o.hasOwnProperty("value") === !0 && (l === !0 ? l = !1 : delete o.value));
19559
- e.autogrow === !0 && St(G);
19559
+ e.autogrow === !0 && St(X);
19560
19560
  }), xe(() => e.autogrow, (R) => {
19561
- R === !0 ? St(G) : y.value !== null && n.rows > 0 && (y.value.style.height = "auto");
19561
+ R === !0 ? St(X) : y.value !== null && n.rows > 0 && (y.value.style.height = "auto");
19562
19562
  }), xe(() => e.dense, () => {
19563
- e.autogrow === !0 && St(G);
19563
+ e.autogrow === !0 && St(X);
19564
19564
  });
19565
19565
  function I() {
19566
19566
  Za(() => {
@@ -19597,10 +19597,10 @@ var ag = we({
19597
19597
  R.target === document.activeElement && le.indexOf(R.target.value) === 0 && R.target.setSelectionRange(J, _e);
19598
19598
  });
19599
19599
  }
19600
- e.autogrow === !0 && G();
19600
+ e.autogrow === !0 && X();
19601
19601
  }
19602
19602
  function B(R) {
19603
- t("animationend", R), G();
19603
+ t("animationend", R), X();
19604
19604
  }
19605
19605
  function Y(R, le) {
19606
19606
  f = () => {
@@ -19609,7 +19609,7 @@ var ag = we({
19609
19609
  })), f = void 0;
19610
19610
  }, e.type === "number" && (l = !0, o.value = R), e.debounce !== void 0 ? (v !== null && clearTimeout(v), o.value = R, v = setTimeout(f, e.debounce)) : f();
19611
19611
  }
19612
- function G() {
19612
+ function X() {
19613
19613
  requestAnimationFrame(() => {
19614
19614
  const R = y.value;
19615
19615
  if (R !== null) {
@@ -19632,7 +19632,7 @@ var ag = we({
19632
19632
  wt(() => {
19633
19633
  fe();
19634
19634
  }), zt(() => {
19635
- e.autogrow === !0 && G();
19635
+ e.autogrow === !0 && X();
19636
19636
  }), Object.assign(N, {
19637
19637
  innerValue: S,
19638
19638
  fieldClass: h(
@@ -19665,13 +19665,13 @@ var ag = we({
19665
19665
  m("span", e.shadowText)
19666
19666
  ])
19667
19667
  });
19668
- const X = Pl(N);
19668
+ const G = Pl(N);
19669
19669
  return Object.assign(r, {
19670
19670
  focus: I,
19671
19671
  select: F,
19672
19672
  getNativeElement: () => y.value
19673
19673
  // deprecated
19674
- }), on(r, "nativeEl", () => y.value), X;
19674
+ }), on(r, "nativeEl", () => y.value), G;
19675
19675
  }
19676
19676
  }), Bf = {
19677
19677
  threshold: 0,
@@ -19694,7 +19694,7 @@ function og(e) {
19694
19694
  const t = e.__qvisible;
19695
19695
  t !== void 0 && (t.observer?.unobserve(e), delete e.__qvisible);
19696
19696
  }
19697
- var Q1 = Gn(
19697
+ var Q1 = Xn(
19698
19698
  {
19699
19699
  name: "intersection",
19700
19700
  mounted(e, { modifiers: t, value: n }) {
@@ -19797,7 +19797,7 @@ var Y1 = ["ul", "ol"], K1 = we({
19797
19797
  );
19798
19798
  return () => m(e.tag, { class: o.value, role: a.value }, et(t.default));
19799
19799
  }
19800
- }), zf = [34, 37, 40, 33, 39, 38], X1 = Object.keys(sc);
19800
+ }), zf = [34, 37, 40, 33, 39, 38], G1 = Object.keys(sc);
19801
19801
  we({
19802
19802
  name: "QKnob",
19803
19803
  props: {
@@ -19841,7 +19841,7 @@ we({
19841
19841
  onKeyup: D
19842
19842
  } : {}), x = h(() => y.value === !0 ? { tabindex: e.tabindex } : { [`aria-${e.disable === !0 ? "disabled" : "readonly"}`]: "true" }), O = h(() => {
19843
19843
  const P = {};
19844
- return X1.forEach((B) => {
19844
+ return G1.forEach((B) => {
19845
19845
  P[B] = e[B];
19846
19846
  }), P;
19847
19847
  });
@@ -19855,9 +19855,9 @@ we({
19855
19855
  { prevent: !0, stop: !0, mouse: !0 }
19856
19856
  ]]);
19857
19857
  function M() {
19858
- const { top: P, left: B, width: Y, height: G } = r.$el.getBoundingClientRect();
19858
+ const { top: P, left: B, width: Y, height: X } = r.$el.getBoundingClientRect();
19859
19859
  v = {
19860
- top: P + G / 2,
19860
+ top: P + X / 2,
19861
19861
  left: B + Y / 2
19862
19862
  };
19863
19863
  }
@@ -19878,15 +19878,15 @@ we({
19878
19878
  ), I();
19879
19879
  }
19880
19880
  function ne(P, B) {
19881
- const Y = kn(P), G = Math.abs(Y.top - v.top), Z = Math.sqrt(
19882
- G ** 2 + Math.abs(Y.left - v.left) ** 2
19881
+ const Y = kn(P), X = Math.abs(Y.top - v.top), Z = Math.sqrt(
19882
+ X ** 2 + Math.abs(Y.left - v.left) ** 2
19883
19883
  );
19884
- let fe = Math.asin(G / Z) * (180 / Math.PI);
19884
+ let fe = Math.asin(X / Z) * (180 / Math.PI);
19885
19885
  Y.top < v.top ? fe = v.left < Y.left ? 90 - fe : 270 + fe : fe = v.left < Y.left ? fe + 90 : 270 - fe, a.lang.rtl === !0 ? fe = Vi(-fe - e.angle, 0, 360) : e.angle && (fe = Vi(fe - e.angle, 0, 360)), e.reverse === !0 && (fe = 360 - fe);
19886
19886
  let qe = e.min + fe / 360 * (e.max - e.min);
19887
19887
  if (p.value !== 0) {
19888
- const X = qe % p.value;
19889
- qe = qe - X + (Math.abs(X) >= p.value / 2 ? (X < 0 ? -1 : 1) * p.value : 0), qe = parseFloat(qe.toFixed(S.value));
19888
+ const G = qe % p.value;
19889
+ qe = qe - G + (Math.abs(G) >= p.value / 2 ? (G < 0 ? -1 : 1) * p.value : 0), qe = parseFloat(qe.toFixed(S.value));
19890
19890
  }
19891
19891
  qe = It(qe, l.value, c.value), n("dragValue", qe), o.value !== qe && (o.value = qe), I(B);
19892
19892
  }
@@ -19926,12 +19926,12 @@ we({
19926
19926
  };
19927
19927
  }
19928
19928
  });
19929
- var { passive: Hf } = Ft, G1 = ["both", "horizontal", "vertical"], ig = we({
19929
+ var { passive: Hf } = Ft, X1 = ["both", "horizontal", "vertical"], ig = we({
19930
19930
  name: "QScrollObserver",
19931
19931
  props: {
19932
19932
  axis: {
19933
19933
  type: String,
19934
- validator: (e) => G1.includes(e),
19934
+ validator: (e) => X1.includes(e),
19935
19935
  default: "vertical"
19936
19936
  },
19937
19937
  debounce: [String, Number],
@@ -20722,14 +20722,14 @@ we({
20722
20722
  function $(B) {
20723
20723
  Bn(B, 13) === !0 && I();
20724
20724
  }
20725
- function P(B, Y, G) {
20725
+ function P(B, Y, X) {
20726
20726
  const Z = {
20727
20727
  "aria-label": Y,
20728
20728
  "aria-current": "false",
20729
20729
  ...M.value,
20730
20730
  ...B
20731
20731
  };
20732
- return G === !0 && Object.assign(Z, {
20732
+ return X === !0 && Object.assign(Z, {
20733
20733
  "aria-current": "true",
20734
20734
  ...E.value
20735
20735
  }), Y !== void 0 && (e.toFn !== void 0 ? Z.to = e.toFn(Y) : Z.onClick = () => {
@@ -20738,7 +20738,7 @@ we({
20738
20738
  }
20739
20739
  return Object.assign(n, { set: ne, setByOffset: D }), () => {
20740
20740
  const B = [], Y = [];
20741
- let G;
20741
+ let X;
20742
20742
  if (v.value === !0 && (B.push(
20743
20743
  P({
20744
20744
  key: "bls",
@@ -20768,28 +20768,28 @@ we({
20768
20768
  "aria-label": r.lang.pagination.next
20769
20769
  }, e.modelValue + 1)
20770
20770
  )), e.input !== !0) {
20771
- G = [];
20771
+ X = [];
20772
20772
  const { pgFrom: Z, pgTo: fe, marginalStyle: qe } = H.value;
20773
20773
  if (H.value.boundaryStart === !0) {
20774
- const X = o.value === e.modelValue;
20774
+ const G = o.value === e.modelValue;
20775
20775
  B.push(
20776
20776
  P({
20777
20777
  key: "bns",
20778
20778
  style: qe,
20779
20779
  disable: e.disable,
20780
20780
  label: o.value
20781
- }, o.value, X)
20781
+ }, o.value, G)
20782
20782
  );
20783
20783
  }
20784
20784
  if (H.value.boundaryEnd === !0) {
20785
- const X = i.value === e.modelValue;
20785
+ const G = i.value === e.modelValue;
20786
20786
  Y.unshift(
20787
20787
  P({
20788
20788
  key: "bne",
20789
20789
  style: qe,
20790
20790
  disable: e.disable,
20791
20791
  label: i.value
20792
- }, i.value, X)
20792
+ }, i.value, G)
20793
20793
  );
20794
20794
  }
20795
20795
  H.value.ellipsesStart === !0 && B.push(
@@ -20809,14 +20809,14 @@ we({
20809
20809
  ripple: !1
20810
20810
  }, fe + 1)
20811
20811
  );
20812
- for (let X = Z; X <= fe; X++)
20813
- G.push(
20812
+ for (let G = Z; G <= fe; G++)
20813
+ X.push(
20814
20814
  P({
20815
- key: `bpg${X}`,
20815
+ key: `bpg${G}`,
20816
20816
  style: qe,
20817
20817
  disable: e.disable,
20818
- label: X
20819
- }, X, X === e.modelValue)
20818
+ label: G
20819
+ }, G, G === e.modelValue)
20820
20820
  );
20821
20821
  }
20822
20822
  return m("div", {
@@ -20847,7 +20847,7 @@ we({
20847
20847
  onBlur: I
20848
20848
  }) : m("div", {
20849
20849
  class: "q-pagination__middle row justify-center"
20850
- }, G),
20850
+ }, X),
20851
20851
  ...Y
20852
20852
  ])
20853
20853
  ]);
@@ -21427,7 +21427,7 @@ we({
21427
21427
  (c.value.min !== e.modelValue.min || c.value.max !== e.modelValue.max) && t("update:modelValue", { ...c.value }), F === !0 && t("change", { ...c.value });
21428
21428
  }
21429
21429
  function ne(F) {
21430
- const { left: $, top: P, width: B, height: Y } = o.value.getBoundingClientRect(), G = e.dragOnlyRange === !0 ? 0 : e.vertical === !0 ? k.value.offsetHeight / (2 * Y) : k.value.offsetWidth / (2 * B), Z = {
21430
+ const { left: $, top: P, width: B, height: Y } = o.value.getBoundingClientRect(), X = e.dragOnlyRange === !0 ? 0 : e.vertical === !0 ? k.value.offsetHeight / (2 * Y) : k.value.offsetWidth / (2 * B), Z = {
21431
21431
  left: $,
21432
21432
  top: P,
21433
21433
  width: B,
@@ -21437,7 +21437,7 @@ we({
21437
21437
  ratioMin: f.value,
21438
21438
  ratioMax: y.value
21439
21439
  }, fe = a.getDraggingRatio(F, Z);
21440
- return e.dragOnlyRange !== !0 && fe < Z.ratioMin + G ? Z.type = Er.MIN : e.dragOnlyRange === !0 || fe < Z.ratioMax - G ? e.dragRange === !0 || e.dragOnlyRange === !0 ? (Z.type = Er.RANGE, Object.assign(Z, {
21440
+ return e.dragOnlyRange !== !0 && fe < Z.ratioMin + X ? Z.type = Er.MIN : e.dragOnlyRange === !0 || fe < Z.ratioMax - X ? e.dragRange === !0 || e.dragOnlyRange === !0 ? (Z.type = Er.RANGE, Object.assign(Z, {
21441
21441
  offsetRatio: fe,
21442
21442
  offsetModel: a.convertRatioToModel(fe),
21443
21443
  rangeValue: Z.valueMax - Z.valueMin,
@@ -21475,7 +21475,7 @@ we({
21475
21475
  }, r.focus.value = "min");
21476
21476
  break;
21477
21477
  case Er.RANGE:
21478
- const G = B - $.offsetRatio, Z = It($.ratioMin + G, r.innerMinRatio.value, r.innerMaxRatio.value - $.rangeRatio), fe = Y - $.offsetModel, qe = It($.valueMin + fe, r.innerMin.value, r.innerMax.value - $.rangeValue);
21478
+ const X = B - $.offsetRatio, Z = It($.ratioMin + X, r.innerMinRatio.value, r.innerMaxRatio.value - $.rangeRatio), fe = Y - $.offsetModel, qe = It($.valueMin + fe, r.innerMin.value, r.innerMax.value - $.rangeValue);
21479
21479
  P = {
21480
21480
  minR: Z,
21481
21481
  maxR: Z + $.rangeRatio,
@@ -21893,16 +21893,16 @@ we({
21893
21893
  } else if (a.value !== !0)
21894
21894
  return;
21895
21895
  P.isFinal === !0 && (a.value = !1);
21896
- const G = Os[B], Z = (Y.size.value - i[B].value) / (i[B + "Inner"].value - Y.thumbSize.value), fe = P.distance[G.dist], qe = y + (P.direction === G.dir ? 1 : -1) * fe * Z;
21896
+ const X = Os[B], Z = (Y.size.value - i[B].value) / (i[B + "Inner"].value - Y.thumbSize.value), fe = P.distance[X.dist], qe = y + (P.direction === X.dir ? 1 : -1) * fe * Z;
21897
21897
  H(qe, B);
21898
21898
  }
21899
21899
  function N(P, B) {
21900
21900
  const Y = l[B];
21901
21901
  if (Y.thumbHidden.value !== !0) {
21902
- const G = B === "vertical" ? e.verticalOffset[0] : e.horizontalOffset[0], Z = P[Os[B].offset] - G, fe = Y.thumbStart.value - G;
21902
+ const X = B === "vertical" ? e.verticalOffset[0] : e.horizontalOffset[0], Z = P[Os[B].offset] - X, fe = Y.thumbStart.value - X;
21903
21903
  if (Z < fe || Z > fe + Y.thumbSize.value) {
21904
- const qe = Z - Y.thumbSize.value / 2, X = It(qe / (i[B + "Inner"].value - Y.thumbSize.value), 0, 1);
21905
- H(X * Math.max(0, Y.size.value - i[B].value), B);
21904
+ const qe = Z - Y.thumbSize.value / 2, G = It(qe / (i[B + "Inner"].value - Y.thumbSize.value), 0, 1);
21905
+ H(G * Math.max(0, Y.size.value - i[B].value), B);
21906
21906
  }
21907
21907
  Y.ref.value !== null && Y.ref.value.dispatchEvent(new MouseEvent(P.type, P));
21908
21908
  }
@@ -22124,10 +22124,10 @@ function fg({
22124
22124
  function H() {
22125
22125
  B(f, !0);
22126
22126
  }
22127
- function ne(X) {
22128
- B(X === void 0 ? f : X);
22127
+ function ne(G) {
22128
+ B(G === void 0 ? f : G);
22129
22129
  }
22130
- function D(X, R) {
22130
+ function D(G, R) {
22131
22131
  const le = t();
22132
22132
  if (le == null || le.nodeType === 8) return;
22133
22133
  const J = qs(
@@ -22143,16 +22143,16 @@ function fg({
22143
22143
  y !== J.scrollViewSize && Y(J.scrollViewSize), F(
22144
22144
  le,
22145
22145
  J,
22146
- Math.min(e.value - 1, Math.max(0, parseInt(X, 10) || 0)),
22146
+ Math.min(e.value - 1, Math.max(0, parseInt(G, 10) || 0)),
22147
22147
  0,
22148
- sx.indexOf(R) !== -1 ? R : f !== -1 && X > f ? "end" : "start"
22148
+ sx.indexOf(R) !== -1 ? R : f !== -1 && G > f ? "end" : "start"
22149
22149
  );
22150
22150
  }
22151
22151
  function I() {
22152
- const X = t();
22153
- if (X == null || X.nodeType === 8) return;
22152
+ const G = t();
22153
+ if (G == null || G.nodeType === 8) return;
22154
22154
  const R = qs(
22155
- X,
22155
+ G,
22156
22156
  n(),
22157
22157
  x.value,
22158
22158
  O.value,
@@ -22163,14 +22163,14 @@ function fg({
22163
22163
  ), le = e.value - 1, J = R.scrollMaxSize - R.offsetStart - R.offsetEnd - T.value;
22164
22164
  if (v === R.scrollStart) return;
22165
22165
  if (R.scrollMaxSize <= 0) {
22166
- F(X, R, 0, 0);
22166
+ F(G, R, 0, 0);
22167
22167
  return;
22168
22168
  }
22169
22169
  y !== R.scrollViewSize && Y(R.scrollViewSize), $(_.value.from);
22170
22170
  const _e = Math.floor(R.scrollMaxSize - Math.max(R.scrollViewSize, R.offsetEnd) - Math.min(S[le], R.scrollViewSize / 2));
22171
22171
  if (_e > 0 && Math.ceil(R.scrollStart) >= _e) {
22172
22172
  F(
22173
- X,
22173
+ G,
22174
22174
  R,
22175
22175
  le,
22176
22176
  R.scrollMaxSize - R.offsetEnd - b.reduce($a, 0)
@@ -22186,13 +22186,13 @@ function fg({
22186
22186
  for (; ae > 0 && Q < le; )
22187
22187
  ae -= S[Q], ae > -R.scrollViewSize ? (Q++, ke = ae) : ke = S[Q] + ae;
22188
22188
  F(
22189
- X,
22189
+ G,
22190
22190
  R,
22191
22191
  Q,
22192
22192
  ke
22193
22193
  );
22194
22194
  }
22195
- function F(X, R, le, J, _e) {
22195
+ function F(G, R, le, J, _e) {
22196
22196
  const Q = typeof _e == "string" && _e.indexOf("-force") !== -1, ae = Q === !0 ? _e.replace("-force", "") : _e, ke = ae !== void 0 ? ae : "start";
22197
22197
  let W = Math.max(0, le - C.value[ke]), Ae = W + C.value.total;
22198
22198
  Ae > e.value && (Ae = e.value, W = Math.max(0, Ae - C.value.total)), v = R.scrollStart;
@@ -22222,21 +22222,21 @@ function fg({
22222
22222
  z = Q !== !0 && he < We && Oe < he + R.scrollViewSize ? he : ae === "end" ? Oe - R.scrollViewSize : We - (ae === "start" ? 0 : Math.round((R.scrollViewSize - S[le]) / 2));
22223
22223
  }
22224
22224
  v = z, Yf(
22225
- X,
22225
+ G,
22226
22226
  z,
22227
22227
  o.virtualScrollHorizontal,
22228
22228
  c.lang.rtl
22229
22229
  ), Z(le);
22230
22230
  });
22231
22231
  }
22232
- function $(X) {
22232
+ function $(G) {
22233
22233
  const R = k.value;
22234
22234
  if (R) {
22235
22235
  const le = ug.call(
22236
22236
  R.children,
22237
22237
  (W) => W.classList && W.classList.contains("q-virtual-scroll--skip") === !1
22238
22238
  ), J = le.length, _e = o.virtualScrollHorizontal === !0 ? (W) => W.getBoundingClientRect().width : (W) => W.offsetHeight;
22239
- let Q = X, ae, ke;
22239
+ let Q = G, ae, ke;
22240
22240
  for (let W = 0; W < J; ) {
22241
22241
  for (ae = _e(le[W]), W++; W < J && le[W].classList.contains("q-virtual-scroll--with-prev") === !0; )
22242
22242
  ae += _e(le[W]), W++;
@@ -22247,7 +22247,7 @@ function fg({
22247
22247
  function P() {
22248
22248
  k.value?.focus();
22249
22249
  }
22250
- function B(X, R) {
22250
+ function B(G, R) {
22251
22251
  const le = 1 * r.value;
22252
22252
  (R === !0 || Array.isArray(S) === !1) && (S = []);
22253
22253
  const J = S.length;
@@ -22263,14 +22263,14 @@ function fg({
22263
22263
  ae += S[W];
22264
22264
  b.push(ae);
22265
22265
  }
22266
- f = -1, v = void 0, p.value = co(b, S, 0, _.value.from), T.value = co(b, S, _.value.to, e.value), X >= 0 ? ($(_.value.from), St(() => {
22267
- D(X);
22266
+ f = -1, v = void 0, p.value = co(b, S, 0, _.value.from), T.value = co(b, S, _.value.to, e.value), G >= 0 ? ($(_.value.from), St(() => {
22267
+ D(G);
22268
22268
  })) : fe();
22269
22269
  }
22270
- function Y(X) {
22271
- if (X === void 0 && typeof window < "u") {
22270
+ function Y(G) {
22271
+ if (G === void 0 && typeof window < "u") {
22272
22272
  const ae = t();
22273
- ae != null && ae.nodeType !== 8 && (X = qs(
22273
+ ae != null && ae.nodeType !== 8 && (G = qs(
22274
22274
  ae,
22275
22275
  n(),
22276
22276
  x.value,
@@ -22281,8 +22281,8 @@ function fg({
22281
22281
  o.virtualScrollStickySizeEnd
22282
22282
  ).scrollViewSize);
22283
22283
  }
22284
- y = X;
22285
- const R = parseFloat(o.virtualScrollSliceRatioBefore) || 0, le = parseFloat(o.virtualScrollSliceRatioAfter) || 0, J = 1 + R + le, _e = X === void 0 || X <= 0 ? 1 : Math.ceil(X / r.value), Q = Math.max(
22284
+ y = G;
22285
+ const R = parseFloat(o.virtualScrollSliceRatioBefore) || 0, le = parseFloat(o.virtualScrollSliceRatioAfter) || 0, J = 1 + R + le, _e = G === void 0 || G <= 0 ? 1 : Math.ceil(G / r.value), Q = Math.max(
22286
22286
  1,
22287
22287
  _e,
22288
22288
  Math.ceil((o.virtualScrollSliceSize > 0 ? o.virtualScrollSliceSize : 10) / J)
@@ -22295,12 +22295,12 @@ function fg({
22295
22295
  view: _e
22296
22296
  };
22297
22297
  }
22298
- function G(X, R) {
22298
+ function X(G, R) {
22299
22299
  const le = o.virtualScrollHorizontal === !0 ? "width" : "height", J = {
22300
22300
  ["--q-virtual-scroll-item-" + le]: r.value + "px"
22301
22301
  };
22302
22302
  return [
22303
- X === "tbody" ? m(X, {
22303
+ G === "tbody" ? m(G, {
22304
22304
  class: "q-virtual-scroll__padding",
22305
22305
  key: "before",
22306
22306
  ref: x
@@ -22311,19 +22311,19 @@ function fg({
22311
22311
  colspan: M.value
22312
22312
  })
22313
22313
  ])
22314
- ]) : m(X, {
22314
+ ]) : m(G, {
22315
22315
  class: "q-virtual-scroll__padding",
22316
22316
  key: "before",
22317
22317
  ref: x,
22318
22318
  style: { [le]: `${p.value}px`, ...J }
22319
22319
  }),
22320
- m(X, {
22320
+ m(G, {
22321
22321
  class: "q-virtual-scroll__content",
22322
22322
  key: "content",
22323
22323
  ref: k,
22324
22324
  tabindex: -1
22325
22325
  }, R.flat()),
22326
- X === "tbody" ? m(X, {
22326
+ G === "tbody" ? m(G, {
22327
22327
  class: "q-virtual-scroll__padding",
22328
22328
  key: "after",
22329
22329
  ref: O
@@ -22334,7 +22334,7 @@ function fg({
22334
22334
  colspan: M.value
22335
22335
  })
22336
22336
  ])
22337
- ]) : m(X, {
22337
+ ]) : m(G, {
22338
22338
  class: "q-virtual-scroll__padding",
22339
22339
  key: "after",
22340
22340
  ref: O,
@@ -22342,14 +22342,14 @@ function fg({
22342
22342
  })
22343
22343
  ];
22344
22344
  }
22345
- function Z(X) {
22346
- f !== X && (o.onVirtualScroll !== void 0 && i("virtualScroll", {
22347
- index: X,
22345
+ function Z(G) {
22346
+ f !== G && (o.onVirtualScroll !== void 0 && i("virtualScroll", {
22347
+ index: G,
22348
22348
  from: _.value.from,
22349
22349
  to: _.value.to - 1,
22350
- direction: X < f ? "decrease" : "increase",
22350
+ direction: G < f ? "decrease" : "increase",
22351
22351
  ref: l
22352
- }), f = X);
22352
+ }), f = G);
22353
22353
  }
22354
22354
  Y();
22355
22355
  const fe = Ka(
@@ -22364,9 +22364,9 @@ function fg({
22364
22364
  qe = !0;
22365
22365
  }), ua(() => {
22366
22366
  if (qe !== !0) return;
22367
- const X = t();
22368
- v !== void 0 && X !== void 0 && X !== null && X.nodeType !== 8 ? Yf(
22369
- X,
22367
+ const G = t();
22368
+ v !== void 0 && G !== void 0 && G !== null && G.nodeType !== 8 ? Yf(
22369
+ G,
22370
22370
  v,
22371
22371
  o.virtualScrollHorizontal,
22372
22372
  c.lang.rtl
@@ -22379,7 +22379,7 @@ function fg({
22379
22379
  setVirtualScrollSize: Y,
22380
22380
  onVirtualScrollEvt: fe,
22381
22381
  localResetVirtualScroll: B,
22382
- padVirtualScroll: G,
22382
+ padVirtualScroll: X,
22383
22383
  scrollTo: D,
22384
22384
  reset: H,
22385
22385
  refresh: ne
@@ -22484,7 +22484,7 @@ var fx = we({
22484
22484
  virtualScrollSliceRange: P,
22485
22485
  virtualScrollSliceSizeComputed: B,
22486
22486
  localResetVirtualScroll: Y,
22487
- padVirtualScroll: G,
22487
+ padVirtualScroll: X,
22488
22488
  onVirtualScrollEvt: Z,
22489
22489
  scrollTo: fe,
22490
22490
  setVirtualScrollSize: qe
@@ -22493,7 +22493,7 @@ var fx = we({
22493
22493
  getVirtualScrollTarget: rn,
22494
22494
  getVirtualScrollEl: Pt,
22495
22495
  virtualScrollItemSizeComputed: $
22496
- }), X = Al(), R = h(() => {
22496
+ }), G = Al(), R = h(() => {
22497
22497
  const oe = e.mapOptions === !0 && e.multiple !== !0, Ye = e.modelValue !== void 0 && (e.modelValue !== null || oe === !0) ? e.multiple === !0 && Array.isArray(e.modelValue) ? e.modelValue : [e.modelValue] : [];
22498
22498
  if (e.mapOptions === !0 && Array.isArray(e.options) === !0) {
22499
22499
  const Ke = e.mapOptions === !0 && S !== void 0 ? S : [], _t = Ye.map(($t) => ve($t, Ke));
@@ -22506,14 +22506,14 @@ var fx = we({
22506
22506
  const Ke = e[Ye];
22507
22507
  Ke !== void 0 && (oe[Ye] = Ke);
22508
22508
  }), oe;
22509
- }), J = h(() => e.optionsDark === null ? X.isDark.value : e.optionsDark), _e = h(() => sa(R.value)), Q = h(() => {
22509
+ }), J = h(() => e.optionsDark === null ? G.isDark.value : e.optionsDark), _e = h(() => sa(R.value)), Q = h(() => {
22510
22510
  let oe = "q-field__input q-placeholder col";
22511
22511
  return e.hideSelected === !0 || R.value.length === 0 ? [oe, e.inputClass] : (oe += " q-field__input--padding", e.inputClass === void 0 ? oe : [oe, e.inputClass]);
22512
22512
  }), ae = h(
22513
22513
  () => (e.virtualScrollHorizontal === !0 ? "q-virtual-scroll--horizontal" : "") + (e.popupContentClass ? " " + e.popupContentClass : "")
22514
22514
  ), ke = h(() => F.value === 0), W = h(
22515
22515
  () => R.value.map((oe) => ce.value(oe)).join(", ")
22516
- ), Ae = h(() => e.displayValue !== void 0 ? e.displayValue : W.value), De = h(() => e.optionsHtml === !0 ? () => !0 : (oe) => oe?.html === !0), ue = h(() => e.displayValueHtml === !0 || e.displayValue === void 0 && (e.optionsHtml === !0 || R.value.some(De.value))), Pe = h(() => X.focused.value === !0 ? e.tabindex : -1), Ie = h(() => {
22516
+ ), Ae = h(() => e.displayValue !== void 0 ? e.displayValue : W.value), De = h(() => e.optionsHtml === !0 ? () => !0 : (oe) => oe?.html === !0), ue = h(() => e.displayValueHtml === !0 || e.displayValue === void 0 && (e.optionsHtml === !0 || R.value.some(De.value))), Pe = h(() => G.focused.value === !0 ? e.tabindex : -1), Ie = h(() => {
22517
22517
  const oe = {
22518
22518
  tabindex: e.tabindex,
22519
22519
  role: "combobox",
@@ -22521,11 +22521,11 @@ var fx = we({
22521
22521
  "aria-readonly": e.readonly === !0 ? "true" : "false",
22522
22522
  "aria-autocomplete": e.useInput === !0 ? "list" : "none",
22523
22523
  "aria-expanded": o.value === !0 ? "true" : "false",
22524
- "aria-controls": `${X.targetUid.value}_lb`
22524
+ "aria-controls": `${G.targetUid.value}_lb`
22525
22525
  };
22526
- return l.value >= 0 && (oe["aria-activedescendant"] = `${X.targetUid.value}_${l.value}`), oe;
22526
+ return l.value >= 0 && (oe["aria-activedescendant"] = `${G.targetUid.value}_${l.value}`), oe;
22527
22527
  }), He = h(() => ({
22528
- id: `${X.targetUid.value}_lb`,
22528
+ id: `${G.targetUid.value}_lb`,
22529
22529
  role: "listbox",
22530
22530
  "aria-multiselectable": e.multiple === !0 ? "true" : "false"
22531
22531
  })), We = h(() => R.value.map((oe, Ye) => ({
@@ -22553,7 +22553,7 @@ var fx = we({
22553
22553
  dark: J.value,
22554
22554
  role: "option",
22555
22555
  "aria-selected": Lt === !0 ? "true" : "false",
22556
- id: `${X.targetUid.value}_${tn}`,
22556
+ id: `${G.targetUid.value}_${tn}`,
22557
22557
  onClick: () => {
22558
22558
  ft(Ke);
22559
22559
  }
@@ -22583,7 +22583,7 @@ var fx = we({
22583
22583
  // fires "change" instead of "input" on autocomplete.
22584
22584
  onChange: I,
22585
22585
  onKeydown: xt,
22586
- onKeyup: Ge,
22586
+ onKeyup: Xe,
22587
22587
  onKeypress: dt,
22588
22588
  onFocus: Ue,
22589
22589
  onClick(Ye) {
@@ -22593,7 +22593,7 @@ var fx = we({
22593
22593
  return oe.onCompositionstart = oe.onCompositionupdate = oe.onCompositionend = I, oe;
22594
22594
  });
22595
22595
  xe(R, (oe) => {
22596
- S = oe, e.useInput === !0 && e.fillInput === !0 && e.multiple !== !0 && X.innerLoading.value !== !0 && (i.value !== !0 && o.value !== !0 || _e.value !== !0) && (T !== !0 && rt(), (i.value === !0 || o.value === !0) && nt(""));
22596
+ S = oe, e.useInput === !0 && e.fillInput === !0 && e.multiple !== !0 && G.innerLoading.value !== !0 && (i.value !== !0 && o.value !== !0 || _e.value !== !0) && (T !== !0 && rt(), (i.value === !0 || o.value === !0) && nt(""));
22597
22597
  }, { immediate: !0 }), xe(() => e.fillInput, rt), xe(o, va), xe(F, Vo);
22598
22598
  function be(oe) {
22599
22599
  return e.emitValue === !0 ? ie.value(oe) : oe;
@@ -22607,7 +22607,7 @@ var fx = we({
22607
22607
  n("update:modelValue", null);
22608
22608
  }
22609
22609
  function je(oe) {
22610
- Fe(oe), X.focus();
22610
+ Fe(oe), G.focus();
22611
22611
  }
22612
22612
  function mt(oe, Ye) {
22613
22613
  const Ke = be(oe);
@@ -22628,7 +22628,7 @@ var fx = we({
22628
22628
  n("add", { index: _t.length, value: Ke }), _t.push(Ke), n("update:modelValue", _t);
22629
22629
  }
22630
22630
  function ft(oe, Ye) {
22631
- if (X.editable.value !== !0 || oe === void 0 || Ce.value(oe) === !0) return;
22631
+ if (G.editable.value !== !0 || oe === void 0 || Ce.value(oe) === !0) return;
22632
22632
  const Ke = ie.value(oe);
22633
22633
  if (e.multiple !== !0) {
22634
22634
  Ye !== !0 && (tt(
@@ -22638,7 +22638,7 @@ var fx = we({
22638
22638
  ), gt()), N.value?.focus(), (R.value.length === 0 || Un(ie.value(R.value[0]), Ke) !== !0) && n("update:modelValue", e.emitValue === !0 ? Ke : oe);
22639
22639
  return;
22640
22640
  }
22641
- if ((p !== !0 || v.value === !0) && X.focus(), Ue(), R.value.length === 0) {
22641
+ if ((p !== !0 || v.value === !0) && G.focus(), Ue(), R.value.length === 0) {
22642
22642
  const Lt = e.emitValue === !0 ? Ke : oe;
22643
22643
  n("add", { index: 0, value: Lt }), n("update:modelValue", e.multiple === !0 ? [Lt] : Lt);
22644
22644
  return;
@@ -22688,7 +22688,7 @@ var fx = we({
22688
22688
  function it(oe) {
22689
22689
  Bn(oe, 27) === !0 && o.value === !0 && (Ut(oe), gt(), rt()), n("keyup", oe);
22690
22690
  }
22691
- function Ge(oe) {
22691
+ function Xe(oe) {
22692
22692
  const { value: Ye } = oe.target;
22693
22693
  if (oe.keyCode !== void 0) {
22694
22694
  it(oe);
@@ -22703,7 +22703,7 @@ var fx = we({
22703
22703
  };
22704
22704
  $t();
22705
22705
  } else
22706
- X.clearValue(oe);
22706
+ G.clearValue(oe);
22707
22707
  }
22708
22708
  function dt(oe) {
22709
22709
  n("keypress", oe);
@@ -22716,11 +22716,11 @@ var fx = we({
22716
22716
  return;
22717
22717
  }
22718
22718
  if (oe.keyCode === 9 && Ke === !1) {
22719
- Xe();
22719
+ Ge();
22720
22720
  return;
22721
22721
  }
22722
- if (oe.target === void 0 || oe.target.id !== X.targetUid.value || X.editable.value !== !0) return;
22723
- if (oe.keyCode === 40 && X.innerLoading.value !== !0 && o.value === !1) {
22722
+ if (oe.target === void 0 || oe.target.id !== G.targetUid.value || G.editable.value !== !0) return;
22723
+ if (oe.keyCode === 40 && G.innerLoading.value !== !0 && o.value === !1) {
22724
22724
  vt(oe), ot();
22725
22725
  return;
22726
22726
  }
@@ -22767,7 +22767,7 @@ var fx = we({
22767
22767
  };
22768
22768
  if (e.onNewValue !== void 0 ? n("newValue", c.value, $t) : $t(c.value), e.multiple !== !0) return;
22769
22769
  }
22770
- o.value === !0 ? Xe() : X.innerLoading.value !== !0 && ot();
22770
+ o.value === !0 ? Ge() : G.innerLoading.value !== !0 && ot();
22771
22771
  }
22772
22772
  }
22773
22773
  function Pt() {
@@ -22779,7 +22779,7 @@ var fx = we({
22779
22779
  function Pn() {
22780
22780
  return e.hideSelected === !0 ? [] : t["selected-item"] !== void 0 ? We.value.map((oe) => t["selected-item"](oe)).slice() : t.selected !== void 0 ? [].concat(t.selected()) : e.useChips === !0 ? We.value.map((oe, Ye) => m(ph, {
22781
22781
  key: "option-" + Ye,
22782
- removable: X.editable.value === !0 && Ce.value(oe.opt) !== !0,
22782
+ removable: G.editable.value === !0 && Ce.value(oe.opt) !== !0,
22783
22783
  dense: !0,
22784
22784
  textColor: e.color,
22785
22785
  tabindex: Pe.value,
@@ -22811,11 +22811,11 @@ var fx = we({
22811
22811
  })
22812
22812
  )
22813
22813
  ));
22814
- let Ye = G("div", Oe.value.map(oe));
22814
+ let Ye = X("div", Oe.value.map(oe));
22815
22815
  return t["before-options"] !== void 0 && (Ye = t["before-options"]().concat(Ye)), Yt(t["after-options"], Ye);
22816
22816
  }
22817
22817
  function On(oe, Ye) {
22818
- const Ke = Ye === !0 ? { ...Ie.value, ...X.splitAttrs.attributes.value } : void 0, _t = {
22818
+ const Ke = Ye === !0 ? { ...Ie.value, ...G.splitAttrs.attributes.value } : void 0, _t = {
22819
22819
  ref: Ye === !0 ? N : void 0,
22820
22820
  key: "i_t",
22821
22821
  class: Q.value,
@@ -22824,7 +22824,7 @@ var fx = we({
22824
22824
  // required for Android in order to show ENTER key when in form
22825
22825
  type: "search",
22826
22826
  ...Ke,
22827
- id: Ye === !0 ? X.targetUid.value : void 0,
22827
+ id: Ye === !0 ? G.targetUid.value : void 0,
22828
22828
  maxlength: e.maxlength,
22829
22829
  autocomplete: e.autocomplete,
22830
22830
  "data-autofocus": oe === !0 || e.autofocus === !0 || void 0,
@@ -22835,7 +22835,7 @@ var fx = we({
22835
22835
  return oe !== !0 && p === !0 && (Array.isArray(_t.class) === !0 ? _t.class = [..._t.class, "no-pointer-events"] : _t.class += " no-pointer-events"), m("input", _t);
22836
22836
  }
22837
22837
  function ye(oe) {
22838
- y !== null && (clearTimeout(y), y = null), b !== null && (clearTimeout(b), b = null), !(oe && oe.target && oe.target.qComposing === !0) && (Be(oe.target.value || ""), T = !0, x = c.value, X.focused.value !== !0 && (p !== !0 || v.value === !0) && X.focus(), e.onFilter !== void 0 && (y = setTimeout(() => {
22838
+ y !== null && (clearTimeout(y), y = null), b !== null && (clearTimeout(b), b = null), !(oe && oe.target && oe.target.qComposing === !0) && (Be(oe.target.value || ""), T = !0, x = c.value, G.focused.value !== !0 && (p !== !0 || v.value === !0) && G.focus(), e.onFilter !== void 0 && (y = setTimeout(() => {
22839
22839
  y = null, nt(c.value);
22840
22840
  }, e.inputDebounce)));
22841
22841
  }
@@ -22848,8 +22848,8 @@ var fx = we({
22848
22848
  T = Ke !== !0, e.useInput === !0 && (Be(oe, !0), (Ye === !0 || Ke !== !0) && (x = oe), Ye !== !0 && nt(oe));
22849
22849
  }
22850
22850
  function nt(oe, Ye, Ke) {
22851
- if (e.onFilter === void 0 || Ye !== !0 && X.focused.value !== !0) return;
22852
- X.innerLoading.value === !0 ? n("filterAbort") : (X.innerLoading.value = !0, f.value = !0), oe !== "" && e.multiple !== !0 && R.value.length !== 0 && T !== !0 && oe === ce.value(R.value[0]) && (oe = "");
22851
+ if (e.onFilter === void 0 || Ye !== !0 && G.focused.value !== !0) return;
22852
+ G.innerLoading.value === !0 ? n("filterAbort") : (G.innerLoading.value = !0, f.value = !0), oe !== "" && e.multiple !== !0 && R.value.length !== 0 && T !== !0 && oe === ce.value(R.value[0]) && (oe = "");
22853
22853
  const _t = setTimeout(() => {
22854
22854
  o.value === !0 && (o.value = !1);
22855
22855
  }, 10);
@@ -22857,8 +22857,8 @@ var fx = we({
22857
22857
  "filter",
22858
22858
  oe,
22859
22859
  ($t, Lt) => {
22860
- (Ye === !0 || X.focused.value === !0) && C === _t && (clearTimeout(C), typeof $t == "function" && $t(), f.value = !1, St(() => {
22861
- X.innerLoading.value = !1, X.editable.value === !0 && (Ye === !0 ? o.value === !0 && gt() : o.value === !0 ? va(!0) : o.value = !0), typeof Lt == "function" && St(() => {
22860
+ (Ye === !0 || G.focused.value === !0) && C === _t && (clearTimeout(C), typeof $t == "function" && $t(), f.value = !1, St(() => {
22861
+ G.innerLoading.value = !1, G.editable.value === !0 && (Ye === !0 ? o.value === !0 && gt() : o.value === !0 ? va(!0) : o.value = !0), typeof Lt == "function" && St(() => {
22862
22862
  Lt(r);
22863
22863
  }), typeof Ke == "function" && St(() => {
22864
22864
  Ke(r);
@@ -22866,7 +22866,7 @@ var fx = we({
22866
22866
  }));
22867
22867
  },
22868
22868
  () => {
22869
- X.focused.value === !0 && C === _t && (clearTimeout(C), X.innerLoading.value = !1, f.value = !1), o.value === !0 && (o.value = !1);
22869
+ G.focused.value === !0 && C === _t && (clearTimeout(C), G.innerLoading.value = !1, f.value = !1), o.value === !0 && (o.value = !1);
22870
22870
  }
22871
22871
  );
22872
22872
  }
@@ -22899,7 +22899,7 @@ var fx = we({
22899
22899
  }, hn);
22900
22900
  }
22901
22901
  function Rt(oe) {
22902
- Sr(oe), Xe();
22902
+ Sr(oe), Ge();
22903
22903
  }
22904
22904
  function Dt() {
22905
22905
  qe();
@@ -22915,21 +22915,21 @@ var fx = we({
22915
22915
  function pe() {
22916
22916
  const oe = [
22917
22917
  m(D1, {
22918
- class: `col-auto ${X.fieldClass.value}`,
22918
+ class: `col-auto ${G.fieldClass.value}`,
22919
22919
  ...le.value,
22920
- for: X.targetUid.value,
22920
+ for: G.targetUid.value,
22921
22921
  dark: J.value,
22922
22922
  square: !0,
22923
22923
  loading: f.value,
22924
22924
  itemAligned: !1,
22925
22925
  filled: !0,
22926
22926
  stackLabel: c.value.length !== 0,
22927
- ...X.splitAttrs.listeners.value,
22927
+ ...G.splitAttrs.listeners.value,
22928
22928
  onFocus: U,
22929
22929
  onBlur: re
22930
22930
  }, {
22931
22931
  ...t,
22932
- rawControl: () => X.getControl(!0),
22932
+ rawControl: () => G.getControl(!0),
22933
22933
  before: void 0,
22934
22934
  after: void 0
22935
22935
  })
@@ -22961,26 +22961,26 @@ var fx = we({
22961
22961
  }
22962
22962
  function $e(oe) {
22963
22963
  Sr(oe), H.value !== null && H.value.__updateRefocusTarget(
22964
- X.rootRef.value.querySelector(".q-field__native > [tabindex]:last-child")
22965
- ), X.focused.value = !1;
22964
+ G.rootRef.value.querySelector(".q-field__native > [tabindex]:last-child")
22965
+ ), G.focused.value = !1;
22966
22966
  }
22967
22967
  function ze(oe) {
22968
- gt(), X.focused.value === !1 && n("blur", oe), rt();
22968
+ gt(), G.focused.value === !1 && n("blur", oe), rt();
22969
22969
  }
22970
22970
  function ht() {
22971
22971
  const oe = document.activeElement;
22972
- (oe === null || oe.id !== X.targetUid.value) && N.value !== null && N.value !== oe && N.value.focus(), qe();
22972
+ (oe === null || oe.id !== G.targetUid.value) && N.value !== null && N.value !== oe && N.value.focus(), qe();
22973
22973
  }
22974
- function Xe() {
22975
- i.value !== !0 && (l.value = -1, o.value === !0 && (o.value = !1), X.focused.value === !1 && (C !== null && (clearTimeout(C), C = null), X.innerLoading.value === !0 && (n("filterAbort"), X.innerLoading.value = !1, f.value = !1)));
22974
+ function Ge() {
22975
+ i.value !== !0 && (l.value = -1, o.value === !0 && (o.value = !1), G.focused.value === !1 && (C !== null && (clearTimeout(C), C = null), G.innerLoading.value === !0 && (n("filterAbort"), G.innerLoading.value = !1, f.value = !1)));
22976
22976
  }
22977
22977
  function ot(oe) {
22978
- X.editable.value === !0 && (p === !0 ? (X.onControlFocusin(oe), i.value = !0, St(() => {
22979
- X.focus();
22980
- })) : X.focus(), e.onFilter !== void 0 ? nt(c.value) : (ke.value !== !0 || t["no-option"] !== void 0) && (o.value = !0));
22978
+ G.editable.value === !0 && (p === !0 ? (G.onControlFocusin(oe), i.value = !0, St(() => {
22979
+ G.focus();
22980
+ })) : G.focus(), e.onFilter !== void 0 ? nt(c.value) : (ke.value !== !0 || t["no-option"] !== void 0) && (o.value = !0));
22981
22981
  }
22982
22982
  function gt() {
22983
- i.value = !1, Xe();
22983
+ i.value = !1, Ge();
22984
22984
  }
22985
22985
  function rt() {
22986
22986
  e.useInput === !0 && tt(
@@ -23001,18 +23001,18 @@ var fx = we({
23001
23001
  me(Ye);
23002
23002
  }
23003
23003
  function Vo(oe, Ye) {
23004
- o.value === !0 && X.innerLoading.value === !1 && (Y(-1, !0), St(() => {
23005
- o.value === !0 && X.innerLoading.value === !1 && (oe > Ye ? Y() : va(!0));
23004
+ o.value === !0 && G.innerLoading.value === !1 && (Y(-1, !0), St(() => {
23005
+ o.value === !0 && G.innerLoading.value === !1 && (oe > Ye ? Y() : va(!0));
23006
23006
  }));
23007
23007
  }
23008
23008
  function zo() {
23009
23009
  i.value === !1 && E.value !== null && E.value.updatePosition();
23010
23010
  }
23011
23011
  function Ho(oe) {
23012
- oe !== void 0 && Ut(oe), n("popupShow", oe), X.hasPopupOpen = !0, X.onControlFocusin(oe);
23012
+ oe !== void 0 && Ut(oe), n("popupShow", oe), G.hasPopupOpen = !0, G.onControlFocusin(oe);
23013
23013
  }
23014
23014
  function Sr(oe) {
23015
- oe !== void 0 && Ut(oe), n("popupHide", oe), X.hasPopupOpen = !1, X.onControlFocusout(oe);
23015
+ oe !== void 0 && Ut(oe), n("popupHide", oe), G.hasPopupOpen = !1, G.onControlFocusout(oe);
23016
23016
  }
23017
23017
  function ma() {
23018
23018
  p = a.platform.is.mobile !== !0 && e.behavior !== "dialog" ? !1 : e.behavior !== "menu" && (e.useInput === !0 ? t["no-option"] !== void 0 || e.onFilter !== void 0 || ke.value === !1 : !0), O = a.platform.is.ios === !0 && p === !0 && e.useInput === !0 ? "fade" : e.transitionShow;
@@ -23036,7 +23036,7 @@ var fx = we({
23036
23036
  isOptionDisabled: (...oe) => Ce.value.apply(null, oe) === !0,
23037
23037
  getOptionValue: (...oe) => ie.value.apply(null, oe),
23038
23038
  getOptionLabel: (...oe) => ce.value.apply(null, oe)
23039
- }), Object.assign(X, {
23039
+ }), Object.assign(G, {
23040
23040
  innerValue: R,
23041
23041
  fieldClass: h(
23042
23042
  () => `q-select q-field--auto-height q-select--with${e.useInput !== !0 ? "out" : ""}-input q-select--with${e.useChips !== !0 ? "out" : ""}-chips q-select--${e.multiple === !0 ? "multiple" : "single"}`
@@ -23049,22 +23049,22 @@ var fx = we({
23049
23049
  () => e.hideSelected !== !0 && _e.value === !0 || typeof c.value == "number" || c.value.length !== 0 || sa(e.displayValue)
23050
23050
  ),
23051
23051
  getControlChild: () => {
23052
- if (X.editable.value !== !1 && (i.value === !0 || ke.value !== !0 || t["no-option"] !== void 0))
23052
+ if (G.editable.value !== !1 && (i.value === !0 || ke.value !== !0 || t["no-option"] !== void 0))
23053
23053
  return p === !0 ? pe() : lt();
23054
- X.hasPopupOpen === !0 && (X.hasPopupOpen = !1);
23054
+ G.hasPopupOpen === !0 && (G.hasPopupOpen = !1);
23055
23055
  },
23056
23056
  controlEvents: {
23057
23057
  onFocusin(oe) {
23058
- X.onControlFocusin(oe);
23058
+ G.onControlFocusin(oe);
23059
23059
  },
23060
23060
  onFocusout(oe) {
23061
- X.onControlFocusout(oe, () => {
23062
- rt(), Xe();
23061
+ G.onControlFocusout(oe, () => {
23062
+ rt(), Ge();
23063
23063
  });
23064
23064
  },
23065
23065
  onClick(oe) {
23066
23066
  if (ln(oe), p !== !0 && o.value === !0) {
23067
- Xe(), N.value?.focus();
23067
+ Ge(), N.value?.focus();
23068
23068
  return;
23069
23069
  }
23070
23070
  ot(oe);
@@ -23074,14 +23074,14 @@ var fx = we({
23074
23074
  const Ye = Pn(), Ke = oe === !0 || i.value !== !0 || p !== !0;
23075
23075
  if (e.useInput === !0)
23076
23076
  Ye.push(On(oe, Ke));
23077
- else if (X.editable.value === !0) {
23077
+ else if (G.editable.value === !0) {
23078
23078
  const $t = Ke === !0 ? Ie.value : void 0;
23079
23079
  Ye.push(
23080
23080
  m("input", {
23081
23081
  ref: Ke === !0 ? N : void 0,
23082
23082
  key: "d_t",
23083
23083
  class: "q-select__focus-target",
23084
- id: Ke === !0 ? X.targetUid.value : void 0,
23084
+ id: Ke === !0 ? G.targetUid.value : void 0,
23085
23085
  value: Ae.value,
23086
23086
  readonly: !0,
23087
23087
  "data-autofocus": oe === !0 || e.autofocus === !0 || void 0,
@@ -23095,7 +23095,7 @@ var fx = we({
23095
23095
  class: "q-select__autocomplete-input",
23096
23096
  autocomplete: e.autocomplete,
23097
23097
  tabindex: -1,
23098
- onKeyup: Ge
23098
+ onKeyup: Xe
23099
23099
  })
23100
23100
  );
23101
23101
  }
@@ -23109,11 +23109,11 @@ var fx = we({
23109
23109
  }, $t)
23110
23110
  );
23111
23111
  }
23112
- const _t = e.useInput === !0 || Ke !== !0 ? void 0 : X.splitAttrs.attributes.value;
23112
+ const _t = e.useInput === !0 || Ke !== !0 ? void 0 : G.splitAttrs.attributes.value;
23113
23113
  return m("div", {
23114
23114
  class: "q-field__native row items-center",
23115
23115
  ..._t,
23116
- ...X.splitAttrs.listeners.value
23116
+ ...G.splitAttrs.listeners.value
23117
23117
  }, Ye);
23118
23118
  },
23119
23119
  getInnerAppend: () => e.loading !== !0 && f.value !== !0 && e.hideDropdownIcon !== !0 ? [
@@ -23122,7 +23122,7 @@ var fx = we({
23122
23122
  name: z.value
23123
23123
  })
23124
23124
  ] : null
23125
- }), Pl(X);
23125
+ }), Pl(G);
23126
23126
  }
23127
23127
  }), vx = [
23128
23128
  "text",
@@ -23193,7 +23193,7 @@ we({
23193
23193
  }, et(t.default));
23194
23194
  }
23195
23195
  });
23196
- var Xf = [
23196
+ var Gf = [
23197
23197
  ["left", "center", "start", "width"],
23198
23198
  ["right", "center", "end", "width"],
23199
23199
  ["top", "start", "center", "height"],
@@ -23229,7 +23229,7 @@ we({
23229
23229
  dir: null,
23230
23230
  size: { left: 0, right: 0, top: 0, bottom: 0 },
23231
23231
  scale: 0
23232
- }, O.classList.add("no-transition"), Xf.forEach((N) => {
23232
+ }, O.classList.add("no-transition"), Gf.forEach((N) => {
23233
23233
  if (t[N[0]] !== void 0) {
23234
23234
  const E = y[N[0]];
23235
23235
  E.style.transform = "scale(1)", v.size[N[0]] = E.getBoundingClientRect()[N[3]];
@@ -23262,7 +23262,7 @@ we({
23262
23262
  up: t.bottom !== void 0,
23263
23263
  down: t.top !== void 0
23264
23264
  }, k = Object.keys(O).filter((M) => O[M] === !0);
23265
- Xf.forEach((M) => {
23265
+ Gf.forEach((M) => {
23266
23266
  const N = M[0];
23267
23267
  t[N] !== void 0 && x.push(
23268
23268
  m("div", {
@@ -23315,7 +23315,7 @@ we({
23315
23315
  name: "QSpinnerAudio",
23316
23316
  props: Kt,
23317
23317
  setup(e) {
23318
- const { cSize: t, classes: n } = Xt(e);
23318
+ const { cSize: t, classes: n } = Gt(e);
23319
23319
  return () => m("svg", {
23320
23320
  class: n.value,
23321
23321
  fill: "currentColor",
@@ -23332,7 +23332,7 @@ we({
23332
23332
  name: "QSpinnerBall",
23333
23333
  props: Kt,
23334
23334
  setup(e) {
23335
- const { cSize: t, classes: n } = Xt(e);
23335
+ const { cSize: t, classes: n } = Gt(e);
23336
23336
  return () => m("svg", {
23337
23337
  class: n.value,
23338
23338
  stroke: "currentColor",
@@ -23349,7 +23349,7 @@ we({
23349
23349
  name: "QSpinnerBars",
23350
23350
  props: Kt,
23351
23351
  setup(e) {
23352
- const { cSize: t, classes: n } = Xt(e);
23352
+ const { cSize: t, classes: n } = Gt(e);
23353
23353
  return () => m("svg", {
23354
23354
  class: n.value,
23355
23355
  fill: "currentColor",
@@ -23366,7 +23366,7 @@ we({
23366
23366
  name: "QSpinnerBox",
23367
23367
  props: Kt,
23368
23368
  setup(e) {
23369
- const { cSize: t, classes: n } = Xt(e);
23369
+ const { cSize: t, classes: n } = Gt(e);
23370
23370
  return () => m("svg", {
23371
23371
  class: n.value,
23372
23372
  width: t.value,
@@ -23383,7 +23383,7 @@ we({
23383
23383
  name: "QSpinnerClock",
23384
23384
  props: Kt,
23385
23385
  setup(e) {
23386
- const { cSize: t, classes: n } = Xt(e);
23386
+ const { cSize: t, classes: n } = Gt(e);
23387
23387
  return () => m("svg", {
23388
23388
  class: n.value,
23389
23389
  width: t.value,
@@ -23400,7 +23400,7 @@ we({
23400
23400
  name: "QSpinnerComment",
23401
23401
  props: Kt,
23402
23402
  setup(e) {
23403
- const { cSize: t, classes: n } = Xt(e);
23403
+ const { cSize: t, classes: n } = Gt(e);
23404
23404
  return () => m("svg", {
23405
23405
  class: n.value,
23406
23406
  width: t.value,
@@ -23417,7 +23417,7 @@ we({
23417
23417
  name: "QSpinnerCube",
23418
23418
  props: Kt,
23419
23419
  setup(e) {
23420
- const { cSize: t, classes: n } = Xt(e);
23420
+ const { cSize: t, classes: n } = Gt(e);
23421
23421
  return () => m("svg", {
23422
23422
  class: n.value,
23423
23423
  width: t.value,
@@ -23434,7 +23434,7 @@ we({
23434
23434
  name: "QSpinnerDots",
23435
23435
  props: Kt,
23436
23436
  setup(e) {
23437
- const { cSize: t, classes: n } = Xt(e);
23437
+ const { cSize: t, classes: n } = Gt(e);
23438
23438
  return () => m("svg", {
23439
23439
  class: n.value,
23440
23440
  fill: "currentColor",
@@ -23451,7 +23451,7 @@ we({
23451
23451
  name: "QSpinnerFacebook",
23452
23452
  props: Kt,
23453
23453
  setup(e) {
23454
- const { cSize: t, classes: n } = Xt(e);
23454
+ const { cSize: t, classes: n } = Gt(e);
23455
23455
  return () => m("svg", {
23456
23456
  class: n.value,
23457
23457
  width: t.value,
@@ -23468,7 +23468,7 @@ we({
23468
23468
  name: "QSpinnerGears",
23469
23469
  props: Kt,
23470
23470
  setup(e) {
23471
- const { cSize: t, classes: n } = Xt(e);
23471
+ const { cSize: t, classes: n } = Gt(e);
23472
23472
  return () => m("svg", {
23473
23473
  class: n.value,
23474
23474
  width: t.value,
@@ -23485,7 +23485,7 @@ we({
23485
23485
  name: "QSpinnerGrid",
23486
23486
  props: Kt,
23487
23487
  setup(e) {
23488
- const { cSize: t, classes: n } = Xt(e);
23488
+ const { cSize: t, classes: n } = Gt(e);
23489
23489
  return () => m("svg", {
23490
23490
  class: n.value,
23491
23491
  fill: "currentColor",
@@ -23502,7 +23502,7 @@ we({
23502
23502
  name: "QSpinnerHearts",
23503
23503
  props: Kt,
23504
23504
  setup(e) {
23505
- const { cSize: t, classes: n } = Xt(e);
23505
+ const { cSize: t, classes: n } = Gt(e);
23506
23506
  return () => m("svg", {
23507
23507
  class: n.value,
23508
23508
  fill: "currentColor",
@@ -23519,7 +23519,7 @@ we({
23519
23519
  name: "QSpinnerHourglass",
23520
23520
  props: Kt,
23521
23521
  setup(e) {
23522
- const { cSize: t, classes: n } = Xt(e);
23522
+ const { cSize: t, classes: n } = Gt(e);
23523
23523
  return () => m("svg", {
23524
23524
  class: n.value,
23525
23525
  width: t.value,
@@ -23536,7 +23536,7 @@ we({
23536
23536
  name: "QSpinnerInfinity",
23537
23537
  props: Kt,
23538
23538
  setup(e) {
23539
- const { cSize: t, classes: n } = Xt(e);
23539
+ const { cSize: t, classes: n } = Gt(e);
23540
23540
  return () => m("svg", {
23541
23541
  class: n.value,
23542
23542
  width: t.value,
@@ -23552,7 +23552,7 @@ we({
23552
23552
  name: "QSpinnerIos",
23553
23553
  props: Kt,
23554
23554
  setup(e) {
23555
- const { cSize: t, classes: n } = Xt(e);
23555
+ const { cSize: t, classes: n } = Gt(e);
23556
23556
  return () => m("svg", {
23557
23557
  class: n.value,
23558
23558
  width: t.value,
@@ -23569,7 +23569,7 @@ we({
23569
23569
  name: "QSpinnerOrbit",
23570
23570
  props: Kt,
23571
23571
  setup(e) {
23572
- const { cSize: t, classes: n } = Xt(e);
23572
+ const { cSize: t, classes: n } = Gt(e);
23573
23573
  return () => m("svg", {
23574
23574
  class: n.value,
23575
23575
  width: t.value,
@@ -23586,7 +23586,7 @@ we({
23586
23586
  name: "QSpinnerOval",
23587
23587
  props: Kt,
23588
23588
  setup(e) {
23589
- const { cSize: t, classes: n } = Xt(e);
23589
+ const { cSize: t, classes: n } = Gt(e);
23590
23590
  return () => m("svg", {
23591
23591
  class: n.value,
23592
23592
  stroke: "currentColor",
@@ -23603,7 +23603,7 @@ we({
23603
23603
  name: "QSpinnerPie",
23604
23604
  props: Kt,
23605
23605
  setup(e) {
23606
- const { cSize: t, classes: n } = Xt(e);
23606
+ const { cSize: t, classes: n } = Gt(e);
23607
23607
  return () => m("svg", {
23608
23608
  class: n.value,
23609
23609
  width: t.value,
@@ -23620,7 +23620,7 @@ we({
23620
23620
  name: "QSpinnerPuff",
23621
23621
  props: Kt,
23622
23622
  setup(e) {
23623
- const { cSize: t, classes: n } = Xt(e);
23623
+ const { cSize: t, classes: n } = Gt(e);
23624
23624
  return () => m("svg", {
23625
23625
  class: n.value,
23626
23626
  stroke: "currentColor",
@@ -23637,7 +23637,7 @@ we({
23637
23637
  name: "QSpinnerRadio",
23638
23638
  props: Kt,
23639
23639
  setup(e) {
23640
- const { cSize: t, classes: n } = Xt(e);
23640
+ const { cSize: t, classes: n } = Gt(e);
23641
23641
  return () => m("svg", {
23642
23642
  class: n.value,
23643
23643
  width: t.value,
@@ -23654,7 +23654,7 @@ we({
23654
23654
  name: "QSpinnerRings",
23655
23655
  props: Kt,
23656
23656
  setup(e) {
23657
- const { cSize: t, classes: n } = Xt(e);
23657
+ const { cSize: t, classes: n } = Gt(e);
23658
23658
  return () => m("svg", {
23659
23659
  class: n.value,
23660
23660
  stroke: "currentColor",
@@ -23671,7 +23671,7 @@ we({
23671
23671
  name: "QSpinnerTail",
23672
23672
  props: Kt,
23673
23673
  setup(e) {
23674
- const { cSize: t, classes: n } = Xt(e);
23674
+ const { cSize: t, classes: n } = Gt(e);
23675
23675
  return () => m("svg", {
23676
23676
  class: n.value,
23677
23677
  width: t.value,
@@ -23893,7 +23893,7 @@ function mg(e) {
23893
23893
  }, et(e.default))
23894
23894
  ]);
23895
23895
  }
23896
- var Gf = {
23896
+ var Xf = {
23897
23897
  setup(e, { slots: t }) {
23898
23898
  return () => mg(t);
23899
23899
  }
@@ -23941,7 +23941,7 @@ we({
23941
23941
  a.value.keepAliveProps.value,
23942
23942
  l.value === !0 ? [
23943
23943
  m(
23944
- a.value.needsUniqueKeepAliveWrapper.value === !0 ? o(v.value, () => ({ ...Gf, name: v.value })) : Gf,
23944
+ a.value.needsUniqueKeepAliveWrapper.value === !0 ? o(v.value, () => ({ ...Xf, name: v.value })) : Xf,
23945
23945
  { key: v.value },
23946
23946
  t.default
23947
23947
  )
@@ -24286,7 +24286,7 @@ var Kx = {
24286
24286
  },
24287
24287
  "onUpdate:pagination": [Function, Array]
24288
24288
  };
24289
- function Xx(e, t) {
24289
+ function Gx(e, t) {
24290
24290
  const { props: n, emit: r } = e, a = te(
24291
24291
  Object.assign({
24292
24292
  sortBy: null,
@@ -24336,7 +24336,7 @@ function Xx(e, t) {
24336
24336
  setPagination: v
24337
24337
  };
24338
24338
  }
24339
- function Gx(e, t, n, r, a, o) {
24339
+ function Xx(e, t, n, r, a, o) {
24340
24340
  const { props: i, emit: l, proxy: { $q: c } } = e, v = h(() => r.value === !0 ? n.value.rowsNumber || 0 : o.value), f = h(() => {
24341
24341
  const { page: _, rowsPerPage: M } = n.value;
24342
24342
  return (_ - 1) * M;
@@ -24605,12 +24605,12 @@ we({
24605
24605
  isServerSide: x,
24606
24606
  requestServerInteraction: O,
24607
24607
  setPagination: k
24608
- } = Xx(r, me), { computedFilterMethod: _ } = Qx(e, k), { isRowExpanded: M, setExpanded: N, updateExpanded: E } = rC(e, n), H = h(() => {
24608
+ } = Gx(r, me), { computedFilterMethod: _ } = Qx(e, k), { isRowExpanded: M, setExpanded: N, updateExpanded: E } = rC(e, n), H = h(() => {
24609
24609
  let ye = e.rows;
24610
24610
  if (x.value === !0 || ye.length === 0)
24611
24611
  return ye;
24612
24612
  const { sortBy: Be, descending: tt } = C.value;
24613
- return e.filter && (ye = _.value(ye, e.filter, X.value, me)), J.value !== null && (ye = _e.value(
24613
+ return e.filter && (ye = _.value(ye, e.filter, G.value, me)), J.value !== null && (ye = _e.value(
24614
24614
  e.rows === ye ? ye.slice() : ye,
24615
24615
  Be,
24616
24616
  tt
@@ -24628,10 +24628,10 @@ we({
24628
24628
  allRowsSelected: P,
24629
24629
  someRowsSelected: B,
24630
24630
  rowsSelectedNumber: Y,
24631
- isRowSelected: G,
24631
+ isRowSelected: X,
24632
24632
  clearSelection: Z,
24633
24633
  updateSelection: fe
24634
- } = eC(e, n, D, c), { colList: qe, computedCols: X, computedColsMap: R, computedColspan: le } = oC(e, C, I), { columnToSort: J, computedSortMethod: _e, sort: Q } = Ux(e, C, qe, k), {
24634
+ } = eC(e, n, D, c), { colList: qe, computedCols: G, computedColsMap: R, computedColspan: le } = oC(e, C, I), { columnToSort: J, computedSortMethod: _e, sort: Q } = Ux(e, C, qe, k), {
24635
24635
  firstRowIndex: ae,
24636
24636
  lastRowIndex: ke,
24637
24637
  isFirstPage: W,
@@ -24643,7 +24643,7 @@ we({
24643
24643
  prevPage: He,
24644
24644
  nextPage: We,
24645
24645
  lastPage: Oe
24646
- } = Gx(r, T, C, x, k, ne), z = h(() => D.value.length === 0), K = h(() => {
24646
+ } = Xx(r, T, C, x, k, ne), z = h(() => D.value.length === 0), K = h(() => {
24647
24647
  const ye = {};
24648
24648
  return dg.forEach((Be) => {
24649
24649
  ye[Be] = e[Be];
@@ -24661,10 +24661,10 @@ we({
24661
24661
  default: (Rt) => de(Rt.item, t.body, Rt.index)
24662
24662
  };
24663
24663
  if (tt !== void 0) {
24664
- const Rt = m("tbody", tt({ cols: X.value }));
24664
+ const Rt = m("tbody", tt({ cols: G.value }));
24665
24665
  lt.before = ye === null ? () => Rt : () => [ye()].concat(Rt);
24666
24666
  } else ye !== null && (lt.before = ye);
24667
- return nt !== void 0 && (lt.after = () => m("tbody", nt({ cols: X.value }))), m(zx, {
24667
+ return nt !== void 0 && (lt.after = () => m("tbody", nt({ cols: G.value }))), m(zx, {
24668
24668
  ref: f,
24669
24669
  class: e.tableClass,
24670
24670
  style: e.tableStyle,
@@ -24716,7 +24716,7 @@ we({
24716
24716
  ];
24717
24717
  }
24718
24718
  function de(ye, Be, tt) {
24719
- const nt = c.value(ye), lt = G(nt);
24719
+ const nt = c.value(ye), lt = X(nt);
24720
24720
  if (Be !== void 0) {
24721
24721
  const re = {
24722
24722
  key: nt,
@@ -24732,7 +24732,7 @@ we({
24732
24732
  Fe(re)
24733
24733
  );
24734
24734
  }
24735
- const Rt = t["body-cell"], Dt = X.value.map((re) => {
24735
+ const Rt = t["body-cell"], Dt = G.value.map((re) => {
24736
24736
  const pe = t[`body-cell-${re.name}`], $e = pe !== void 0 ? pe : Rt;
24737
24737
  return $e !== void 0 ? $e(je({ key: nt, row: ye, pageIndex: tt, col: re })) : m("td", {
24738
24738
  class: re.__tdClass(ye),
@@ -24773,7 +24773,7 @@ we({
24773
24773
  let nt = D.value.map(
24774
24774
  (lt, Rt) => de(lt, ye, Rt)
24775
24775
  );
24776
- return Be !== void 0 && (nt = Be({ cols: X.value }).concat(nt)), tt !== void 0 && (nt = nt.concat(tt({ cols: X.value }))), m("tbody", nt);
24776
+ return Be !== void 0 && (nt = Be({ cols: G.value }).concat(nt)), tt !== void 0 && (nt = nt.concat(tt({ cols: G.value }))), m("tbody", nt);
24777
24777
  }
24778
24778
  function Fe(ye) {
24779
24779
  return ft(ye), ye.cols = ye.cols.map(
@@ -24788,7 +24788,7 @@ we({
24788
24788
  }
24789
24789
  function ft(ye) {
24790
24790
  Object.assign(ye, {
24791
- cols: X.value,
24791
+ cols: G.value,
24792
24792
  colsMap: R.value,
24793
24793
  sort: Q,
24794
24794
  rowIndex: ae.value + ye.pageIndex,
@@ -24798,7 +24798,7 @@ we({
24798
24798
  }), I.value === !0 && on(
24799
24799
  ye,
24800
24800
  "selected",
24801
- () => G(ye.key),
24801
+ () => X(ye.key),
24802
24802
  (Be, tt) => {
24803
24803
  fe([ye.key], [ye.row], Be, tt);
24804
24804
  }
@@ -24867,10 +24867,10 @@ we({
24867
24867
  const ye = t.header, Be = t["header-cell"];
24868
24868
  if (ye !== void 0)
24869
24869
  return ye(
24870
- Ge({ header: !0 })
24870
+ Xe({ header: !0 })
24871
24871
  ).slice();
24872
- const tt = X.value.map((nt) => {
24873
- const lt = t[`header-cell-${nt.name}`], Rt = lt !== void 0 ? lt : Be, Dt = Ge({ col: nt });
24872
+ const tt = G.value.map((nt) => {
24873
+ const lt = t[`header-cell-${nt.name}`], Rt = lt !== void 0 ? lt : Be, Dt = Xe({ col: nt });
24874
24874
  return Rt !== void 0 ? Rt(Dt) : m(Fx, {
24875
24875
  key: nt.name,
24876
24876
  props: Dt
@@ -24881,7 +24881,7 @@ we({
24881
24881
  m("th", { class: "q-table--col-auto-width" }, " ")
24882
24882
  );
24883
24883
  else if ($.value === !0) {
24884
- const nt = t["header-selection"], lt = nt !== void 0 ? nt(Ge({})) : [
24884
+ const nt = t["header-selection"], lt = nt !== void 0 ? nt(Xe({})) : [
24885
24885
  m(yo, {
24886
24886
  color: e.color,
24887
24887
  modelValue: Te.value,
@@ -24901,9 +24901,9 @@ we({
24901
24901
  }, tt)
24902
24902
  ];
24903
24903
  }
24904
- function Ge(ye) {
24904
+ function Xe(ye) {
24905
24905
  return Object.assign(ye, {
24906
- cols: X.value,
24906
+ cols: G.value,
24907
24907
  sort: Q,
24908
24908
  colsMap: R.value,
24909
24909
  color: e.color,
@@ -25121,7 +25121,7 @@ we({
25121
25121
  prevPage: He,
25122
25122
  nextPage: We,
25123
25123
  lastPage: Oe,
25124
- isRowSelected: G,
25124
+ isRowSelected: X,
25125
25125
  clearSelection: Z,
25126
25126
  isRowExpanded: M,
25127
25127
  setExpanded: N,
@@ -25285,22 +25285,22 @@ we({
25285
25285
  return null;
25286
25286
  const me = R(0, 11, F.value), Ee = R(12, 11, F.value);
25287
25287
  return { am: me, pm: Ee, values: me.values.concat(Ee.values) };
25288
- }), Y = h(() => $.value !== null ? R(0, 59, $.value) : null), G = h(() => P.value !== null ? R(0, 59, P.value) : null), Z = h(() => {
25288
+ }), Y = h(() => $.value !== null ? R(0, 59, $.value) : null), X = h(() => P.value !== null ? R(0, 59, P.value) : null), Z = h(() => {
25289
25289
  switch (k.value) {
25290
25290
  case "hour":
25291
25291
  return B.value;
25292
25292
  case "minute":
25293
25293
  return Y.value;
25294
25294
  case "second":
25295
- return G.value;
25295
+ return X.value;
25296
25296
  }
25297
25297
  }), fe = h(() => {
25298
25298
  let me, Ee, ve = 0, Te = 1;
25299
25299
  const Ue = Z.value !== null ? Z.value.values : void 0;
25300
25300
  k.value === "hour" ? H.value === !0 ? (me = 0, Ee = 23) : (me = 0, Ee = 11, M.value === !1 && (ve = 12)) : (me = 0, Ee = 55, Te = 5);
25301
25301
  const it = [];
25302
- for (let Ge = me, dt = me; Ge <= Ee; Ge += Te, dt++) {
25303
- const xt = Ge + ve, Pt = Ue?.includes(xt) === !1, rn = k.value === "hour" && Ge === 0 ? H.value === !0 ? "00" : "12" : Ge;
25302
+ for (let Xe = me, dt = me; Xe <= Ee; Xe += Te, dt++) {
25303
+ const xt = Xe + ve, Pt = Ue?.includes(xt) === !1, rn = k.value === "hour" && Xe === 0 ? H.value === !0 ? "00" : "12" : Xe;
25304
25304
  it.push({ val: xt, index: dt, disable: Pt, label: rn });
25305
25305
  }
25306
25306
  return it;
@@ -25328,7 +25328,7 @@ we({
25328
25328
  je();
25329
25329
  });
25330
25330
  });
25331
- function X() {
25331
+ function G() {
25332
25332
  const me = {
25333
25333
  ...v(),
25334
25334
  ...lC()
@@ -25337,10 +25337,10 @@ we({
25337
25337
  }
25338
25338
  function R(me, Ee, ve) {
25339
25339
  const Te = Array.apply(null, { length: Ee + 1 }).map((Ue, it) => {
25340
- const Ge = it + me;
25340
+ const Xe = it + me;
25341
25341
  return {
25342
- index: Ge,
25343
- val: ve(Ge) === !0
25342
+ index: Xe,
25343
+ val: ve(Xe) === !0
25344
25344
  // force boolean
25345
25345
  };
25346
25346
  }).filter((Ue) => Ue.val === !0).map((Ue) => Ue.index);
@@ -25360,8 +25360,8 @@ we({
25360
25360
  return Ee;
25361
25361
  if (me < Ee || me > ve)
25362
25362
  return le(me, Ee, Ue) <= le(me, ve, Ue) ? Ee : ve;
25363
- const it = Te.findIndex((xt) => me <= xt), Ge = Te[it - 1], dt = Te[it];
25364
- return me - Ge <= dt - me ? Ge : dt;
25363
+ const it = Te.findIndex((xt) => me <= xt), Xe = Te[it - 1], dt = Te[it];
25364
+ return me - Xe <= dt - me ? Xe : dt;
25365
25365
  }
25366
25366
  function _e() {
25367
25367
  return e.calendar !== "persian" && e.mask !== null ? e.mask : `HH:mm${e.withSeconds === !0 ? ":ss" : ""}`;
@@ -25400,20 +25400,20 @@ we({
25400
25400
  const Te = kn(me), Ue = Math.abs(Te.top - Ee.top), it = Math.sqrt(
25401
25401
  Math.pow(Math.abs(Te.top - Ee.top), 2) + Math.pow(Math.abs(Te.left - Ee.left), 2)
25402
25402
  );
25403
- let Ge, dt = Math.asin(Ue / it) * (180 / Math.PI);
25403
+ let Xe, dt = Math.asin(Ue / it) * (180 / Math.PI);
25404
25404
  if (Te.top < Ee.top ? dt = Ee.left < Te.left ? 90 - dt : 270 + dt : dt = Ee.left < Te.left ? dt + 90 : 270 - dt, k.value === "hour") {
25405
- if (Ge = dt / 30, B.value !== null) {
25405
+ if (Xe = dt / 30, B.value !== null) {
25406
25406
  const xt = H.value !== !0 ? M.value === !0 : B.value.am.values.length !== 0 && B.value.pm.values.length !== 0 ? it >= Ee.dist : B.value.am.values.length !== 0;
25407
- Ge = J(
25408
- Ge + (xt === !0 ? 0 : 12),
25407
+ Xe = J(
25408
+ Xe + (xt === !0 ? 0 : 12),
25409
25409
  B.value[xt === !0 ? "am" : "pm"]
25410
25410
  );
25411
25411
  } else
25412
- Ge = Math.round(Ge), H.value === !0 ? it < Ee.dist ? Ge < 12 && (Ge += 12) : Ge === 12 && (Ge = 0) : M.value === !0 && Ge === 12 ? Ge = 0 : M.value === !1 && Ge !== 12 && (Ge += 12);
25413
- H.value === !0 && (M.value = Ge < 12);
25412
+ Xe = Math.round(Xe), H.value === !0 ? it < Ee.dist ? Xe < 12 && (Xe += 12) : Xe === 12 && (Xe = 0) : M.value === !0 && Xe === 12 ? Xe = 0 : M.value === !1 && Xe !== 12 && (Xe += 12);
25413
+ H.value === !0 && (M.value = Xe < 12);
25414
25414
  } else
25415
- Ge = Math.round(dt / 6) % 60, k.value === "minute" && Y.value !== null ? Ge = J(Ge, Y.value) : k.value === "second" && G.value !== null && (Ge = J(Ge, G.value));
25416
- return ve !== Ge && Ce[k.value](Ge), Ge;
25415
+ Xe = Math.round(dt / 6) % 60, k.value === "minute" && Y.value !== null ? Xe = J(Xe, Y.value) : k.value === "second" && X.value !== null && (Xe = J(Xe, X.value));
25416
+ return ve !== Xe && Ce[k.value](Xe), Xe;
25417
25417
  }
25418
25418
  const ue = {
25419
25419
  hour() {
@@ -25483,8 +25483,8 @@ we({
25483
25483
  k.value = "second";
25484
25484
  else if ([37, 39].includes(me.keyCode)) {
25485
25485
  const Ee = me.keyCode === 37 ? -1 : 1;
25486
- if (G.value !== null) {
25487
- const ve = G.value.values;
25486
+ if (X.value !== null) {
25487
+ const ve = X.value.values;
25488
25488
  if (ve.length === 0) return;
25489
25489
  if (_.value.seconds === null)
25490
25490
  ce(ve[0]);
@@ -25659,11 +25659,11 @@ we({
25659
25659
  color: e.color,
25660
25660
  textColor: e.textColor,
25661
25661
  tabindex: i.value,
25662
- onClick: X
25662
+ onClick: G
25663
25663
  }) : null
25664
25664
  ]);
25665
25665
  }
25666
- return r.proxy.setNow = X, () => {
25666
+ return r.proxy.setNow = G, () => {
25667
25667
  const me = [ft()], Ee = et(t.default);
25668
25668
  return Ee !== void 0 && me.push(
25669
25669
  m("div", { class: "q-time__actions" }, Ee)
@@ -26012,7 +26012,7 @@ we({
26012
26012
  ), _e;
26013
26013
  }
26014
26014
  function $(R) {
26015
- return (e.filter ? R.filter((le) => x.value[le[e.nodeKey]].matchesFilter) : R).map((le) => G(le));
26015
+ return (e.filter ? R.filter((le) => x.value[le[e.nodeKey]].matchesFilter) : R).map((le) => X(le));
26016
26016
  }
26017
26017
  function P(R) {
26018
26018
  if (R.icon !== void 0)
@@ -26034,7 +26034,7 @@ we({
26034
26034
  function Y() {
26035
26035
  n("afterHide");
26036
26036
  }
26037
- function G(R) {
26037
+ function X(R) {
26038
26038
  const le = R[e.nodeKey], J = x.value[le], _e = R.header && t[`header-${R.header}`] || t["default-header"], Q = J.isParent === !0 ? $(R[e.childrenKey]) : [], ae = Q.length !== 0 || J.lazy && J.lazy !== "loaded";
26039
26039
  let ke = R.body && t[`body-${R.body}`] || t["default-body"];
26040
26040
  const W = _e !== void 0 || ke !== void 0 ? F(R, J, le) : null;
@@ -26085,7 +26085,7 @@ we({
26085
26085
  disable: J.tickable !== !0,
26086
26086
  onKeydown: vt,
26087
26087
  "onUpdate:modelValue": (Ae) => {
26088
- X(J, Ae);
26088
+ G(J, Ae);
26089
26089
  }
26090
26090
  }) : null,
26091
26091
  m("div", {
@@ -26134,7 +26134,7 @@ we({
26134
26134
  function qe(R, le, J, _e) {
26135
26135
  J !== void 0 && vt(J), _e !== !0 && le.selectable !== !1 && Z(le.key), H(le.key, !le.expanded, R, le);
26136
26136
  }
26137
- function X(R, le) {
26137
+ function G(R, le) {
26138
26138
  if (R.indeterminate === !0 && (le = R.indeterminateNextState), R.strictTicking)
26139
26139
  I([R.key], le);
26140
26140
  else if (R.leafTicking) {
@@ -26172,7 +26172,7 @@ function ev(e) {
26172
26172
  }
26173
26173
  var uC = {
26174
26174
  ...kt,
26175
- ...Gh,
26175
+ ...Xh,
26176
26176
  label: String,
26177
26177
  color: String,
26178
26178
  textColor: String,
@@ -26224,7 +26224,7 @@ function cC(e, t) {
26224
26224
  getDndNode: _,
26225
26225
  maxFilesNumber: M,
26226
26226
  maxTotalSizeNumber: N
26227
- } = Zh({ editable: f, dnd: y, getFileInput: X, addFilesToQueue: R });
26227
+ } = Zh({ editable: f, dnd: y, getFileInput: G, addFilesToQueue: R });
26228
26228
  Object.assign(p, e({
26229
26229
  props: r,
26230
26230
  slots: a,
@@ -26256,7 +26256,7 @@ function cC(e, t) {
26256
26256
  p.uploadedFiles.value = [];
26257
26257
  });
26258
26258
  }
26259
- function G() {
26259
+ function X() {
26260
26260
  Z(["idle", "failed"], ({ size: W }) => {
26261
26261
  E.value -= W, p.queuedFiles.value = [];
26262
26262
  });
@@ -26277,11 +26277,11 @@ function cC(e, t) {
26277
26277
  W.__img !== void 0 && window.URL.revokeObjectURL(W.__img.src);
26278
26278
  });
26279
26279
  }
26280
- function X() {
26280
+ function G() {
26281
26281
  return S.value || b.value.getElementsByClassName("q-uploader__input")[0];
26282
26282
  }
26283
26283
  function R(W, Ae) {
26284
- const De = k(W, Ae, p.files.value, !0), ue = X();
26284
+ const De = k(W, Ae, p.files.value, !0), ue = G();
26285
26285
  ue != null && (ue.value = ""), De !== void 0 && (De.forEach((Pe) => {
26286
26286
  if (p.updateFileStatus(Pe, "idle"), E.value += Pe.size, r.noThumbnails !== !0 && Pe.type.toUpperCase().startsWith("IMAGE")) {
26287
26287
  const Ie = new Image();
@@ -26330,7 +26330,7 @@ function cC(e, t) {
26330
26330
  m("div", {
26331
26331
  class: "flex flex-center no-wrap q-gutter-xs"
26332
26332
  }, [
26333
- J(p.queuedFiles.value.length !== 0, "removeQueue", G),
26333
+ J(p.queuedFiles.value.length !== 0, "removeQueue", X),
26334
26334
  J(p.uploadedFiles.value.length !== 0, "removeUploaded", Y),
26335
26335
  p.isUploading.value === !0 ? m(Kn, { class: "q-uploader__spinner" }) : null,
26336
26336
  m("div", { class: "col column justify-center" }, [
@@ -26395,7 +26395,7 @@ function cC(e, t) {
26395
26395
  upload: le,
26396
26396
  reset: B,
26397
26397
  removeUploadedFiles: Y,
26398
- removeQueuedFiles: G,
26398
+ removeQueuedFiles: X,
26399
26399
  removeFile: fe,
26400
26400
  pickFiles: T,
26401
26401
  addFiles: C
@@ -26409,7 +26409,7 @@ function cC(e, t) {
26409
26409
  upload: le,
26410
26410
  reset: B,
26411
26411
  removeUploadedFiles: Y,
26412
- removeQueuedFiles: G,
26412
+ removeQueuedFiles: X,
26413
26413
  removeFile: fe,
26414
26414
  pickFiles: T,
26415
26415
  addFiles: C,
@@ -26635,7 +26635,7 @@ function tv(e) {
26635
26635
  const t = parseInt(e, 10);
26636
26636
  return isNaN(t) ? 0 : t;
26637
26637
  }
26638
- Gn(
26638
+ Xn(
26639
26639
  {
26640
26640
  name: "close-popup",
26641
26641
  beforeMount(e, { value: t }) {
@@ -26798,7 +26798,7 @@ function kC(e) {
26798
26798
  height: B
26799
26799
  } = hi(y), {
26800
26800
  width: Y,
26801
- height: G
26801
+ height: X
26802
26802
  } = hi($.parentNode);
26803
26803
  o.hideFromClone !== !0 && D.classList.remove("q-morph--internal"), $.qMorphCancel = () => {
26804
26804
  n = !0, D.remove(), I?.remove(), o.hideFromClone === !0 && D.classList.remove("q-morph--internal"), o.keepToClone !== !0 && $.classList.remove("q-morph--internal"), i.qMorphCancel = void 0, $.qMorphCancel = void 0;
@@ -26811,7 +26811,7 @@ function kC(e) {
26811
26811
  o.hideFromClone !== !0 && (D.classList.add("q-morph--internal"), D.innerHTML = "", D.style.left = 0, D.style.right = "unset", D.style.top = 0, D.style.bottom = "unset", D.style.transform = "none"), o.keepToClone !== !0 && $.classList.remove("q-morph--internal");
26812
26812
  const fe = $.parentNode, {
26813
26813
  width: qe,
26814
- height: X
26814
+ height: G
26815
26815
  } = hi(fe), R = $.cloneNode(o.keepToClone);
26816
26816
  R.setAttribute("aria-hidden", "true"), o.keepToClone !== !0 && (R.style.left = 0, R.style.right = "unset", R.style.top = 0, R.style.bottom = "unset", R.style.transform = "none", R.style.pointerEvents = "none"), R.classList.add("q-morph--internal");
26817
26817
  const le = $ === i && y === fe ? D : $.nextElementSibling;
@@ -26827,7 +26827,7 @@ function kC(e) {
26827
26827
  cssText: De
26828
26828
  } = ov($, ["borderWidth", "borderStyle", "borderColor", "borderRadius", "backgroundColor", "transform", "position", "cssText"]), ue = $.classList.toString(), Pe = $.style.cssText;
26829
26829
  $.style.cssText = De, $.style.transform = "none", $.style.animation = "none", $.style.transition = "none", $.className = ue.split(" ").filter((Te) => /^bg-/.test(Te) === !1).join(" ");
26830
- const Ie = nv($, o.resize), He = S.left - Ie.left, We = S.top - Ie.top, Oe = S.width / (Ie.width > 0 ? Ie.width : 10), z = S.height / (Ie.height > 0 ? Ie.height : 100), K = p - P, he = T - B, ie = qe - Y, ce = X - G, Ce = Math.max(S.widthM, K), Me = Math.max(S.heightM, he), de = Math.max(Ie.widthM, ie), be = Math.max(Ie.heightM, ce), Fe = i === $ && ["absolute", "fixed"].includes(Ae) === !1 && ["absolute", "fixed"].includes(N) === !1;
26830
+ const Ie = nv($, o.resize), He = S.left - Ie.left, We = S.top - Ie.top, Oe = S.width / (Ie.width > 0 ? Ie.width : 10), z = S.height / (Ie.height > 0 ? Ie.height : 100), K = p - P, he = T - B, ie = qe - Y, ce = G - X, Ce = Math.max(S.widthM, K), Me = Math.max(S.heightM, he), de = Math.max(Ie.widthM, ie), be = Math.max(Ie.heightM, ce), Fe = i === $ && ["absolute", "fixed"].includes(Ae) === !1 && ["absolute", "fixed"].includes(N) === !1;
26831
26831
  let je = Ae === "fixed", mt = fe;
26832
26832
  for (; je !== !0 && mt !== document; )
26833
26833
  je = window.getComputedStyle(mt).position === "fixed", mt = mt.parentNode;
@@ -26854,7 +26854,7 @@ function kC(e) {
26854
26854
  } : {}, it = o.resize === !0 ? {
26855
26855
  width: `${Ce}px`,
26856
26856
  height: `${Me}px`
26857
- } : {}, Ge = o.resize === !0 ? {
26857
+ } : {}, Xe = o.resize === !0 ? {
26858
26858
  transform: `translate(${-1 * He}px, ${-1 * We}px)`,
26859
26859
  width: `${de}px`,
26860
26860
  height: `${be}px`
@@ -26912,7 +26912,7 @@ function kC(e) {
26912
26912
  borderRadius: ae,
26913
26913
  zIndex: me,
26914
26914
  transformOrigin: "0 0",
26915
- ...Ge
26915
+ ...Xe
26916
26916
  }
26917
26917
  ], {
26918
26918
  duration: o.duration,
@@ -26969,7 +26969,7 @@ function kC(e) {
26969
26969
  transform: translate(${He}px, ${We}px);
26970
26970
  width: ${Ce}px;
26971
26971
  height: ${Me}px;
26972
- ` : `transform: translate(${He}px, ${We}px) scale(${Oe}, ${z});`, Ge = o.resize === !0 ? `
26972
+ ` : `transform: translate(${He}px, ${We}px) scale(${Oe}, ${z});`, Xe = o.resize === !0 ? `
26973
26973
  width: ${de}px;
26974
26974
  height: ${be}px;
26975
26975
  ` : "", dt = o.resize === !0 ? `
@@ -27066,7 +27066,7 @@ function kC(e) {
27066
27066
  z-index: ${me};
27067
27067
  transform-origin: 0 0;
27068
27068
  transform: ${W};
27069
- ${Ge}
27069
+ ${Xe}
27070
27070
  ${rn}
27071
27071
  }
27072
27072
  }
@@ -27090,11 +27090,11 @@ function kC(e) {
27090
27090
  }
27091
27091
  };
27092
27092
  o.waitFor > 0 || o.waitFor === "transitionend" || o.waitFor === Object(o.waitFor) && typeof o.waitFor.then == "function" ? (o.waitFor > 0 ? new Promise((qe) => setTimeout(qe, o.waitFor)) : o.waitFor === "transitionend" ? new Promise((qe) => {
27093
- const X = () => {
27094
- R !== null && (clearTimeout(R), R = null), $ && ($.removeEventListener("transitionend", X), $.removeEventListener("transitioncancel", X)), qe();
27093
+ const G = () => {
27094
+ R !== null && (clearTimeout(R), R = null), $ && ($.removeEventListener("transitionend", G), $.removeEventListener("transitioncancel", G)), qe();
27095
27095
  };
27096
- let R = setTimeout(X, 400);
27097
- $.addEventListener("transitionend", X), $.addEventListener("transitioncancel", X);
27096
+ let R = setTimeout(G, 400);
27097
+ $.addEventListener("transitionend", G), $.addEventListener("transitioncancel", G);
27098
27098
  }) : o.waitFor).then(Z).catch(() => {
27099
27099
  typeof $.qMorphCancel == "function" && $.qMorphCancel();
27100
27100
  }) : Z();
@@ -27184,7 +27184,7 @@ function uv(e, t) {
27184
27184
  let n;
27185
27185
  Object(t) === t ? (n = "" + t.model, qC(t, e), _g(t, e)) : n = "" + t, n !== e.model ? (e.model = n, MC(n, e)) : e.animating === !1 && e.clsAction !== void 0 && e.el.classList[e.clsAction]("q-morph--invisible");
27186
27186
  }
27187
- Gn(
27187
+ Xn(
27188
27188
  {
27189
27189
  name: "morph",
27190
27190
  mounted(e, t) {
@@ -27221,7 +27221,7 @@ function Sg(e) {
27221
27221
  const t = e.__qmutation;
27222
27222
  t !== void 0 && (t.observer?.disconnect(), delete e.__qmutation);
27223
27223
  }
27224
- Gn(
27224
+ Xn(
27225
27225
  {
27226
27226
  name: "mutation",
27227
27227
  mounted(e, { modifiers: { once: t, ...n }, value: r }) {
@@ -27246,7 +27246,7 @@ function dv(e, { value: t, oldValue: n }) {
27246
27246
  }
27247
27247
  e.handler = t, typeof n != "function" && (e.scrollTarget.addEventListener("scroll", e.scroll, tl), e.scroll());
27248
27248
  }
27249
- Gn(
27249
+ Xn(
27250
27250
  {
27251
27251
  name: "scroll-fire",
27252
27252
  mounted(e, t) {
@@ -27275,7 +27275,7 @@ function fv(e, { value: t, oldValue: n }) {
27275
27275
  }
27276
27276
  e.handler = t, typeof n != "function" && e.scrollTarget.addEventListener("scroll", e.scroll, Ft.passive);
27277
27277
  }
27278
- Gn(
27278
+ Xn(
27279
27279
  {
27280
27280
  name: "scroll",
27281
27281
  mounted(e, t) {
@@ -27299,7 +27299,7 @@ Gn(
27299
27299
  }
27300
27300
  }
27301
27301
  );
27302
- Gn(
27302
+ Xn(
27303
27303
  {
27304
27304
  name: "touch-hold",
27305
27305
  beforeMount(e, t) {
@@ -27390,7 +27390,7 @@ function LC(e, t) {
27390
27390
  const { top: n, left: r } = kn(e);
27391
27391
  return Math.abs(r - t.left) >= 7 || Math.abs(n - t.top) >= 7;
27392
27392
  }
27393
- Gn(
27393
+ Xn(
27394
27394
  {
27395
27395
  name: "touch-repeat",
27396
27396
  beforeMount(e, { modifiers: t, value: n, arg: r }) {
@@ -27851,8 +27851,8 @@ we({
27851
27851
  ), y = h(() => {
27852
27852
  if (f.value !== !0)
27853
27853
  return {};
27854
- const { model: P, isValid: B, items: Y, ...G } = e.prompt !== void 0 ? e.prompt : e.options;
27855
- return G;
27854
+ const { model: P, isValid: B, items: Y, ...X } = e.prompt !== void 0 ? e.prompt : e.options;
27855
+ return X;
27856
27856
  }), b = h(() => _n(e.ok) === !0 || e.ok === !0 ? r.lang.label.ok : e.ok), S = h(() => _n(e.cancel) === !0 || e.cancel === !0 ? r.lang.label.cancel : e.cancel), p = h(() => e.prompt !== void 0 ? e.prompt.isValid !== void 0 && e.prompt.isValid(i.value) !== !0 : e.options !== void 0 ? e.options.isValid !== void 0 && e.options.isValid(i.value) !== !0 : !1), T = h(() => ({
27857
27857
  color: c.value,
27858
27858
  label: b.value,
@@ -27981,7 +27981,7 @@ we({
27981
27981
  }, $);
27982
27982
  }
27983
27983
  });
27984
- var Ta, As, mv = 0, zr = null, sn = {}, Gr = {}, Ag = {
27984
+ var Ta, As, mv = 0, zr = null, sn = {}, Xr = {}, Ag = {
27985
27985
  group: "__default_quasar_group__",
27986
27986
  delay: 0,
27987
27987
  message: !1,
@@ -27995,10 +27995,10 @@ var Ta, As, mv = 0, zr = null, sn = {}, Gr = {}, Ag = {
27995
27995
  customClass: ""
27996
27996
  }, Pg = { ...Ag };
27997
27997
  function WC(e) {
27998
- if (e?.group !== void 0 && Gr[e.group] !== void 0)
27999
- return Object.assign(Gr[e.group], e);
27998
+ if (e?.group !== void 0 && Xr[e.group] !== void 0)
27999
+ return Object.assign(Xr[e.group], e);
28000
28000
  const t = _n(e) === !0 && e.ignoreDefaults === !0 ? { ...Ag, ...e } : { ...Pg, ...e };
28001
- return Gr[t.group] = t, t;
28001
+ return Xr[t.group] = t, t;
28002
28002
  }
28003
28003
  var er = Ir({
28004
28004
  isActive: !1
@@ -28008,7 +28008,7 @@ var er = Ir({
28008
28008
  const { group: t } = sn;
28009
28009
  return er.isActive = !0, Ta !== void 0 ? (sn.uid = mv, As.$forceUpdate()) : (sn.uid = ++mv, zr !== null && clearTimeout(zr), zr = setTimeout(() => {
28010
28010
  zr = null;
28011
- const n = Xu("q-loading");
28011
+ const n = Gu("q-loading");
28012
28012
  Ta = $m({
28013
28013
  name: "QLoading",
28014
28014
  setup() {
@@ -28063,13 +28063,13 @@ var er = Ir({
28063
28063
  hide(e) {
28064
28064
  if (er.isActive === !0) {
28065
28065
  if (e === void 0)
28066
- Gr = {};
28066
+ Xr = {};
28067
28067
  else {
28068
- if (Gr[e] === void 0)
28068
+ if (Xr[e] === void 0)
28069
28069
  return;
28070
28070
  {
28071
- delete Gr[e];
28072
- const t = Object.keys(Gr);
28071
+ delete Xr[e];
28072
+ const t = Object.keys(Xr);
28073
28073
  if (t.length !== 0) {
28074
28074
  const n = t[t.length - 1];
28075
28075
  er.show({ group: n });
@@ -28107,7 +28107,7 @@ var er = Ir({
28107
28107
  function a() {
28108
28108
  hv.isActive = !1;
28109
28109
  }
28110
- const o = Xu("q-loading-bar");
28110
+ const o = Gu("q-loading-bar");
28111
28111
  $m({
28112
28112
  name: "LoadingBar",
28113
28113
  // hide App from Vue devtools
@@ -28225,16 +28225,16 @@ var Ng = bt.has.webStorage === !1 ? Lg() : Rg("local"), KC = {
28225
28225
  }
28226
28226
  };
28227
28227
  Object.assign(KC, Ng);
28228
- var Ig = bt.has.webStorage === !1 ? Lg() : Rg("session"), XC = {
28228
+ var Ig = bt.has.webStorage === !1 ? Lg() : Rg("session"), GC = {
28229
28229
  install({ $q: e }) {
28230
28230
  e.sessionStorage = Ig;
28231
28231
  }
28232
28232
  };
28233
- Object.assign(XC, Ig);
28234
- var GC = ["ok", "hide"];
28235
- bg(GC);
28233
+ Object.assign(GC, Ig);
28234
+ var XC = ["ok", "hide"];
28235
+ bg(XC);
28236
28236
  const Or = "YYYY/MM/DD";
28237
- function TE() {
28237
+ function OE() {
28238
28238
  function e(n, r) {
28239
28239
  return ps.formatDate(
28240
28240
  ps.extractDate(n, r || Or),
@@ -28286,7 +28286,7 @@ function JC(e) {
28286
28286
  upToDate: (T, C) => (x) => p(x, T, C || Or)
28287
28287
  };
28288
28288
  }
28289
- function OE(e, t, n, r) {
28289
+ function qE(e, t, n, r) {
28290
28290
  const { required: a, email: o, validateFromApi: i, ...l } = JC(r), c = t.required ? [a] : [];
28291
28291
  return n.forEach((v) => {
28292
28292
  if (v === "email")
@@ -28297,7 +28297,7 @@ function OE(e, t, n, r) {
28297
28297
  }
28298
28298
  }), t.hasValidations && c.push(i(e, t.name)), c;
28299
28299
  }
28300
- function qE() {
28300
+ function ME() {
28301
28301
  function e(t) {
28302
28302
  return t.map((n) => ({
28303
28303
  type: n.type,
@@ -28311,7 +28311,7 @@ function qE() {
28311
28311
  };
28312
28312
  }
28313
28313
  let rl = null;
28314
- function ME(e) {
28314
+ function AE(e) {
28315
28315
  if (rl !== null) {
28316
28316
  console.warn(
28317
28317
  "[LinID CoreLib] UI Design has already been initialized. Re-initialization is ignored."
@@ -28775,6 +28775,15 @@ const ek = [
28775
28775
  "dark",
28776
28776
  "size",
28777
28777
  "color"
28778
+ ], Nk = [
28779
+ "keepColor",
28780
+ "type",
28781
+ "leftLabel",
28782
+ "inline",
28783
+ "size",
28784
+ "color",
28785
+ "dark",
28786
+ "dense"
28778
28787
  ], gv = {
28779
28788
  "q-avatar": ik,
28780
28789
  "q-badge": lk,
@@ -28800,6 +28809,7 @@ const ek = [
28800
28809
  "q-layout": Ck,
28801
28810
  "q-list": kk,
28802
28811
  "q-menu": Ak,
28812
+ "q-option-group": Nk,
28803
28813
  "q-route-tab": nk,
28804
28814
  "q-select": _k,
28805
28815
  "q-separator": Rk,
@@ -28818,7 +28828,7 @@ function pv(e, t) {
28818
28828
  return n[r];
28819
28829
  }, e);
28820
28830
  }
28821
- function Nk(e, t, n) {
28831
+ function Ik(e, t, n) {
28822
28832
  let r = pv(e, `${t}.${n}`);
28823
28833
  if (r === void 0 && (r = pv(e, `default.${n}`)), typeof r == "object")
28824
28834
  throw new Error(
@@ -28826,26 +28836,26 @@ function Nk(e, t, n) {
28826
28836
  );
28827
28837
  return r;
28828
28838
  }
28829
- function Ik(e) {
28839
+ function Dk(e) {
28830
28840
  if (!(e in gv))
28831
28841
  throw new Error(
28832
28842
  `[UiDesign] The component '${e}' is not supported for UI design retrieval.`
28833
28843
  );
28834
28844
  return gv[e];
28835
28845
  }
28836
- function AE() {
28846
+ function PE() {
28837
28847
  const e = h(() => ZC());
28838
28848
  function t(n, r, a) {
28839
- const o = Ik(r), i = {};
28849
+ const o = Dk(r), i = {};
28840
28850
  for (const l of o) {
28841
- const c = a?.[l] ?? Nk(e.value, n, `${r}.${String(l)}`);
28851
+ const c = a?.[l] ?? Ik(e.value, n, `${r}.${String(l)}`);
28842
28852
  c !== void 0 && (i[l] = c);
28843
28853
  }
28844
28854
  return i;
28845
28855
  }
28846
28856
  return { ui: t };
28847
28857
  }
28848
- const bv = "|", Ps = "not_", Dk = ["lk_", "gt_", "lt_"];
28858
+ const bv = "|", Ps = "not_", $k = ["lk_", "gt_", "lt_"];
28849
28859
  class al {
28850
28860
  /**
28851
28861
  * Whether the comparison must be negated.
@@ -28883,7 +28893,7 @@ class al {
28883
28893
  return new al(!1, "", "");
28884
28894
  let n = t, r = !1;
28885
28895
  n.startsWith(Ps) && (r = !0, n = n.slice(Ps.length));
28886
- const a = Dk.find((o) => n.startsWith(o)) ?? "";
28896
+ const a = $k.find((o) => n.startsWith(o)) ?? "";
28887
28897
  return new al(
28888
28898
  r,
28889
28899
  a,
@@ -28958,7 +28968,7 @@ class Ll {
28958
28968
  return this.values.map((t) => t.toString()).join(bv);
28959
28969
  }
28960
28970
  }
28961
- function PE(e, t) {
28971
+ function LE(e, t) {
28962
28972
  function n(a, o) {
28963
28973
  const i = Object.fromEntries(
28964
28974
  Object.entries(t.query).filter(([l]) => o.includes(l))
@@ -28985,20 +28995,20 @@ function PE(e, t) {
28985
28995
  }
28986
28996
  return { setFiltersInUrl: n, getFiltersFromUrl: r };
28987
28997
  }
28988
- async function $k() {
28998
+ async function Fk() {
28989
28999
  return (await pr().get("/metadata/entities")).data;
28990
29000
  }
28991
- async function LE(e) {
29001
+ async function RE(e) {
28992
29002
  return (await pr().get(
28993
29003
  `/metadata/entities/${e}`
28994
29004
  )).data;
28995
29005
  }
28996
- async function Fk() {
29006
+ async function Bk() {
28997
29007
  return (await pr().get(
28998
29008
  "/metadata/routes"
28999
29009
  )).data;
29000
29010
  }
29001
- const RE = () => Bk(ll()), Bk = /* @__PURE__ */ il("LinidConfigurationStore", {
29011
+ const NE = () => Vk(ll()), Vk = /* @__PURE__ */ il("LinidConfigurationStore", {
29002
29012
  state: () => ({
29003
29013
  entities: [],
29004
29014
  apiEndpoints: [],
@@ -29029,8 +29039,8 @@ const RE = () => Bk(ll()), Bk = /* @__PURE__ */ il("LinidConfigurationStore", {
29029
29039
  this.loading = !0, this.error = null;
29030
29040
  try {
29031
29041
  const [e, t] = await Promise.all([
29032
- $k(),
29033
- Fk()
29042
+ Fk(),
29043
+ Bk()
29034
29044
  ]);
29035
29045
  this.entities = e, this.apiEndpoints = t;
29036
29046
  } catch (e) {
@@ -29040,7 +29050,7 @@ const RE = () => Bk(ll()), Bk = /* @__PURE__ */ il("LinidConfigurationStore", {
29040
29050
  }
29041
29051
  }
29042
29052
  }
29043
- }), NE = () => Vk(ll()), Vk = /* @__PURE__ */ il("LinidUiStore", {
29053
+ }), IE = () => zk(ll()), zk = /* @__PURE__ */ il("LinidUiStore", {
29044
29054
  state: () => ({
29045
29055
  mainNavigationItems: []
29046
29056
  }),
@@ -29053,7 +29063,7 @@ const RE = () => Bk(ll()), Bk = /* @__PURE__ */ il("LinidConfigurationStore", {
29053
29063
  this.mainNavigationItems.push(...e);
29054
29064
  }
29055
29065
  }
29056
- }), IE = () => zk(ll()), zk = /* @__PURE__ */ il("LinidUserStore", {
29066
+ }), DE = () => Hk(ll()), Hk = /* @__PURE__ */ il("LinidUserStore", {
29057
29067
  /**
29058
29068
  * State properties of the user store.
29059
29069
  * @returns The initial state of the user store.
@@ -29135,8 +29145,8 @@ class Dg {
29135
29145
  ).join(yv);
29136
29146
  }
29137
29147
  }
29138
- var Hk = /* @__PURE__ */ ((e) => (e.SETUP = "setup", e.CONFIGURE = "configure", e.INITIALIZE = "initialize", e.READY = "ready", e.POST_INIT = "postInit", e))(Hk || {});
29139
- class DE {
29148
+ var jk = /* @__PURE__ */ ((e) => (e.SETUP = "setup", e.CONFIGURE = "configure", e.INITIALIZE = "initialize", e.READY = "ready", e.POST_INIT = "postInit", e))(jk || {});
29149
+ class $E {
29140
29150
  /**
29141
29151
  * Unique identifier for the module.
29142
29152
  *
@@ -29240,26 +29250,26 @@ class DE {
29240
29250
  }
29241
29251
  }
29242
29252
  export {
29243
- DE as BasicRemoteModule,
29253
+ $E as BasicRemoteModule,
29244
29254
  Oa as DEFAULT_DATE_FORMAT,
29245
29255
  Ps as LINID_FILTER_NEGATION_PREFIX,
29246
29256
  bv as LINID_FILTER_OR_SEPARATOR,
29247
29257
  Ll as LinidFilter,
29248
29258
  Dg as LinidFilterSet,
29249
29259
  al as LinidFilterValue,
29250
- Qk as LinidZoneRenderer,
29251
- Hk as ModuleLifecyclePhase,
29260
+ Yk as LinidZoneRenderer,
29261
+ jk as ModuleLifecyclePhase,
29252
29262
  Or as QDATE_DEFAULT_MASK,
29253
29263
  Zv as deepEqual,
29254
29264
  Ks as deepEqualUnordered,
29255
- _E as deleteEntityById,
29256
- SE as fromDot,
29257
- Fk as getApiEndpointsConfiguration,
29265
+ SE as deleteEntityById,
29266
+ wE as fromDot,
29267
+ Bk as getApiEndpointsConfiguration,
29258
29268
  sb as getDayjsInstance,
29259
- bE as getEntities,
29260
- $k as getEntitiesConfiguration,
29261
- yE as getEntityById,
29262
- LE as getEntityConfiguration,
29269
+ yE as getEntities,
29270
+ Fk as getEntitiesConfiguration,
29271
+ _E as getEntityById,
29272
+ RE as getEntityConfiguration,
29263
29273
  pr as getHttpClient,
29264
29274
  fS as getI18nInstance,
29265
29275
  tb as getModuleFederation,
@@ -29270,33 +29280,33 @@ export {
29270
29280
  Va as isObject,
29271
29281
  nb as loadAsyncComponent,
29272
29282
  oy as merge,
29273
- hE as registerModuleHostConfiguration,
29283
+ gE as registerModuleHostConfiguration,
29274
29284
  iy as renameKeys,
29275
- gE as saveEntity,
29276
- Yk as setDayjsInstance,
29277
- mE as setHttpClient,
29278
- wE as setI18nInstance,
29279
- Uk as setModuleFederation,
29280
- CE as setNunjucksEnv,
29281
- Wk as setPiniaStore,
29282
- ME as setUiDesign,
29285
+ pE as saveEntity,
29286
+ Kk as setDayjsInstance,
29287
+ hE as setHttpClient,
29288
+ xE as setI18nInstance,
29289
+ Wk as setModuleFederation,
29290
+ kE as setNunjucksEnv,
29291
+ Qk as setPiniaStore,
29292
+ AE as setUiDesign,
29283
29293
  qv as uiEventSubject,
29284
- pE as updateEntity,
29294
+ bE as updateEntity,
29285
29295
  ub as useDayjs,
29286
- Kk as useDialog,
29296
+ Gk as useDialog,
29287
29297
  gS as useFieldValidation,
29288
- RE as useLinidConfigurationStore,
29289
- PE as useLinidFilterUrl,
29290
- NE as useLinidUiStore,
29291
- IE as useLinidUserStore,
29298
+ NE as useLinidConfigurationStore,
29299
+ LE as useLinidFilterUrl,
29300
+ IE as useLinidUiStore,
29301
+ DE as useLinidUserStore,
29292
29302
  ib as useLinidZoneStore,
29293
- xE as useNotify,
29294
- kE as useNunjucks,
29295
- EE as usePagination,
29296
- TE as useQuasarDate,
29303
+ CE as useNotify,
29304
+ EE as useNunjucks,
29305
+ TE as usePagination,
29306
+ OE as useQuasarDate,
29297
29307
  JC as useQuasarFieldValidation,
29298
- OE as useQuasarRules,
29308
+ qE as useQuasarRules,
29299
29309
  vS as useScopedI18n,
29300
- qE as useTree,
29301
- AE as useUiDesign
29310
+ ME as useTree,
29311
+ PE as useUiDesign
29302
29312
  };