jplan-pack 0.6.775 → 0.6.777

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,4 +1,4 @@
1
- import { defineComponent as Oe, resolveComponent as ri, unref as Z, openBlock as q, createElementBlock as _e, createVNode as O, withCtx as x, normalizeStyle as lc, createCommentVNode as Le, Fragment as Nt, createBlock as me, resolveDynamicComponent as uc, createTextVNode as Y, toDisplayString as se, useSlots as Y0, mergeProps as on, renderSlot as xe, effectScope as Jf, ref as he, markRaw as Mi, toRaw as Ba, watch as No, hasInjectionContext as j0, inject as Qf, getCurrentInstance as Er, reactive as J0, isRef as oi, isReactive as Xf, toRef as mh, nextTick as of, computed as _t, getCurrentScope as Q0, onScopeDispose as X0, toRefs as q_, onUnmounted as Eu, onMounted as Zf, normalizeClass as Ys, createElementVNode as pe, toHandlers as Z0, withModifiers as pC, TransitionGroup as eN, renderList as si, provide as tN, createApp as nN, h as Hi, shallowRef as rN, Text as oN, normalizeProps as iN, guardReactiveProps as aN, mergeModels as Tr, useModel as co, createSlots as sN, withKeys as cN, withDirectives as jl, vShow as Jl, onBeforeMount as lN, defineAsyncComponent as ji } from "vue";
1
+ import { defineComponent as Oe, resolveComponent as ri, unref as Z, openBlock as q, createElementBlock as _e, createVNode as O, withCtx as x, normalizeStyle as lc, createCommentVNode as Le, Fragment as Nt, createBlock as me, resolveDynamicComponent as uc, createTextVNode as Y, toDisplayString as se, useSlots as Y0, mergeProps as on, renderSlot as xe, effectScope as Jf, ref as he, markRaw as Mi, toRaw as Ba, watch as No, hasInjectionContext as j0, inject as Qf, getCurrentInstance as Er, reactive as J0, isRef as oi, isReactive as Xf, toRef as mh, nextTick as of, computed as Ct, getCurrentScope as Q0, onScopeDispose as X0, toRefs as q_, onUnmounted as Eu, onMounted as Zf, normalizeClass as Ys, createElementVNode as pe, toHandlers as Z0, withModifiers as pC, TransitionGroup as eN, renderList as si, provide as tN, createApp as nN, h as Hi, shallowRef as rN, Text as oN, normalizeProps as iN, guardReactiveProps as aN, mergeModels as Tr, useModel as co, createSlots as sN, withKeys as cN, withDirectives as jl, vShow as Jl, onBeforeMount as lN, defineAsyncComponent as ji } from "vue";
2
2
  import * as uN from "@vueuse/core";
3
3
  import { useClipboard as dN, useIntervalFn as hN } from "@vueuse/core";
4
4
  import { VBtn as ot } from "vuetify/lib/components/VBtn/index.mjs";
@@ -889,7 +889,7 @@ function ev(n, e, t, r) {
889
889
  // use ref() to unwrap refs inside state TODO: check if this is still necessary
890
890
  q_(he(o ? o() : {}).value)
891
891
  ) : q_(t.state.value[n]);
892
- return gr(g, a, Object.keys(c || {}).reduce((p, m) => (process.env.NODE_ENV !== "production" && m in g && console.warn(`[🍍]: A getter cannot have the same name as another state property. Rename one of them. Found with "${m}" in store "${n}".`), p[m] = Mi(_t(() => {
892
+ return gr(g, a, Object.keys(c || {}).reduce((p, m) => (process.env.NODE_ENV !== "production" && m in g && console.warn(`[🍍]: A getter cannot have the same name as another state property. Rename one of them. Found with "${m}" in store "${n}".`), p[m] = Mi(Ct(() => {
893
893
  Qs(t);
894
894
  const E = t._s.get(n);
895
895
  return c[m].call(E, E);
@@ -954,13 +954,13 @@ function tP(n, e, t = {}, r, o, a) {
954
954
  after: an,
955
955
  onError: Gt
956
956
  });
957
- let vt;
957
+ let _t;
958
958
  try {
959
- vt = ne.apply(this && this.$id === n ? this : M, Je);
959
+ _t = ne.apply(this && this.$id === n ? this : M, Je);
960
960
  } catch (Dt) {
961
961
  throw ga(pn, Dt), Dt;
962
962
  }
963
- return vt instanceof Promise ? vt.then((Dt) => (ga(Mt, Dt), Dt)).catch((Dt) => (ga(pn, Dt), Promise.reject(Dt))) : (ga(Mt, vt), vt);
963
+ return _t instanceof Promise ? _t.then((Dt) => (ga(Mt, Dt), Dt)).catch((Dt) => (ga(pn, Dt), Promise.reject(Dt))) : (ga(Mt, _t), _t);
964
964
  };
965
965
  return ye[X_] = !0, ye[vh] = oe, ye;
966
966
  }, W = /* @__PURE__ */ Mi({
@@ -1037,7 +1037,7 @@ function tP(n, e, t = {}, r, o, a) {
1037
1037
  for (const oe in ne._hmrPayload.getters) {
1038
1038
  const ye = ne._hmrPayload.getters[oe], Je = (
1039
1039
  // special handling of options api
1040
- _t(() => (Qs(r), ye.call(M, M)))
1040
+ Ct(() => (Qs(r), ye.call(M, M)))
1041
1041
  );
1042
1042
  dl(M, oe, Je);
1043
1043
  }
@@ -1146,7 +1146,7 @@ const x4 = /* @__PURE__ */ nP({
1146
1146
  }
1147
1147
  }
1148
1148
  }), ma = he({}), bu = (n) => {
1149
- const e = _t(() => n ? ma.value[n] || !1 : ma.value.default || !1), t = () => {
1149
+ const e = Ct(() => n ? ma.value[n] || !1 : ma.value.default || !1), t = () => {
1150
1150
  n ? ma.value[n] = !0 : ma.value.default = !0;
1151
1151
  }, r = () => {
1152
1152
  n ? ma.value[n] = !1 : ma.value.default = !1;
@@ -2946,7 +2946,7 @@ function D1(n, e = {}) {
2946
2946
  const R = I.charCodeAt(0);
2947
2947
  return R >= 48 && R <= 57;
2948
2948
  }
2949
- function vt(I) {
2949
+ function _t(I) {
2950
2950
  return ye(I, Gt);
2951
2951
  }
2952
2952
  function Dt(I) {
@@ -2960,7 +2960,7 @@ function D1(n, e = {}) {
2960
2960
  }
2961
2961
  function Ht(I) {
2962
2962
  let R = "", j = "";
2963
- for (; R = vt(I); )
2963
+ for (; R = _t(I); )
2964
2964
  j += R;
2965
2965
  return j;
2966
2966
  }
@@ -4920,17 +4920,17 @@ function _g(n = {}) {
4920
4920
  p.value
4921
4921
  ];
4922
4922
  }
4923
- const ne = _t({
4923
+ const ne = Ct({
4924
4924
  get: () => u.value,
4925
4925
  set: ($) => {
4926
4926
  M.locale = $, u.value = $;
4927
4927
  }
4928
- }), oe = _t({
4928
+ }), oe = Ct({
4929
4929
  get: () => d.value,
4930
4930
  set: ($) => {
4931
4931
  M.fallbackLocale = $, d.value = $, Is(M, u.value, $);
4932
4932
  }
4933
- }), ye = _t(() => h.value), Je = /* @__PURE__ */ _t(() => g.value), Mt = /* @__PURE__ */ _t(() => p.value);
4933
+ }), ye = Ct(() => h.value), Je = /* @__PURE__ */ Ct(() => g.value), Mt = /* @__PURE__ */ Ct(() => p.value);
4934
4934
  function pn() {
4935
4935
  return lt(k) ? k : null;
4936
4936
  }
@@ -4940,7 +4940,7 @@ function _g(n = {}) {
4940
4940
  function Gt() {
4941
4941
  return S;
4942
4942
  }
4943
- function vt($) {
4943
+ function _t($) {
4944
4944
  $ !== null && (b = Mv($)), S = $, M.missing = b;
4945
4945
  }
4946
4946
  function Dt($, ee) {
@@ -5153,7 +5153,7 @@ function _g(n = {}) {
5153
5153
  getPostTranslationHandler: pn,
5154
5154
  setPostTranslationHandler: an,
5155
5155
  getMissingHandler: Gt,
5156
- setMissingHandler: vt,
5156
+ setMissingHandler: _t,
5157
5157
  [TE]: Uo
5158
5158
  };
5159
5159
  return ze.datetimeFormats = Je, ze.numberFormats = Mt, ze.rt = gi, ze.te = xo, ze.tm = Qt, ze.d = os, ze.n = is, ze.getDateTimeFormat = I, ze.setDateTimeFormat = R, ze.mergeDateTimeFormat = j, ze.getNumberFormat = le, ze.setNumberFormat = st, ze.mergeNumberFormat = dt, ze[wE] = t, ze[ff] = Kr, ze[gf] = ss, ze[mf] = uo, process.env.NODE_ENV !== "production" && (ze[Ki] = ($) => {
@@ -6268,7 +6268,7 @@ const NE = /* @__PURE__ */ Oe({
6268
6268
  src: {}
6269
6269
  },
6270
6270
  setup(n) {
6271
- const t = he(n.src), r = _t(() => t.value || bh);
6271
+ const t = he(n.src), r = Ct(() => t.value || bh);
6272
6272
  function o() {
6273
6273
  t.value = bh;
6274
6274
  }
@@ -6292,7 +6292,7 @@ const NE = /* @__PURE__ */ Oe({
6292
6292
  size: {}
6293
6293
  },
6294
6294
  setup(n) {
6295
- const t = he(n.img), r = _t(() => t.value || Ah);
6295
+ const t = he(n.img), r = Ct(() => t.value || Ah);
6296
6296
  function o() {
6297
6297
  t.value = Ah;
6298
6298
  }
@@ -6363,7 +6363,7 @@ const NE = /* @__PURE__ */ Oe({
6363
6363
  }),
6364
6364
  emits: ["update:selection"],
6365
6365
  setup(n) {
6366
- const e = n, t = _t(() => {
6366
+ const e = n, t = Ct(() => {
6367
6367
  var o;
6368
6368
  if (e.headers)
6369
6369
  return e.headers;
@@ -8925,7 +8925,7 @@ const Lx = {
8925
8925
  },
8926
8926
  { value: 1e3, title: "1000" },
8927
8927
  { value: -1, title: "$vuetify.dataFooter.itemsPerPageAll" }
8928
- ], r = n, o = e, a = _t(() => r.headers ? r.headers : r.columns ? r.columns.filter((m) => m.checked) : []), c = co(n, "selection"), u = he(!1), d = he({ x: 0, y: 0 }), h = he(null), g = async (m, { item: E }) => {
8928
+ ], r = n, o = e, a = Ct(() => r.headers ? r.headers : r.columns ? r.columns.filter((m) => m.checked) : []), c = co(n, "selection"), u = he(!1), d = he({ x: 0, y: 0 }), h = he(null), g = async (m, { item: E }) => {
8929
8929
  m.preventDefault(), h.value = E, d.value = Dx(m), u.value = !0;
8930
8930
  };
8931
8931
  function p(m, { item: E }) {
@@ -9064,7 +9064,7 @@ const Lx = {
9064
9064
  emits: /* @__PURE__ */ Tr(["refresh", "remove"], ["update:search"]),
9065
9065
  setup(n, { emit: e }) {
9066
9066
  var g, p;
9067
- const t = n, r = _t(() => t.columns), o = e, a = co(n, "search"), { openDialog: c } = bu("col-settings"), u = Er(), d = ((g = u == null ? void 0 : u.vnode.props) == null ? void 0 : g.onRemove) !== void 0 || ((p = u == null ? void 0 : u.vnode.props) == null ? void 0 : p["onUpdate:remove"]) !== void 0, { t: h } = Zn();
9067
+ const t = n, r = Ct(() => t.columns), o = e, a = co(n, "search"), { openDialog: c } = bu("col-settings"), u = Er(), d = ((g = u == null ? void 0 : u.vnode.props) == null ? void 0 : g.onRemove) !== void 0 || ((p = u == null ? void 0 : u.vnode.props) == null ? void 0 : p["onUpdate:remove"]) !== void 0, { t: h } = Zn();
9068
9068
  return (m, E) => (q(), _e("div", null, [
9069
9069
  O(Z(jE), {
9070
9070
  modelValue: r.value,
@@ -9640,7 +9640,7 @@ var nF = ["evt"], On = function(e, t) {
9640
9640
  dragEl: re,
9641
9641
  parentEl: At,
9642
9642
  ghostEl: Pe,
9643
- rootEl: Ct,
9643
+ rootEl: yt,
9644
9644
  nextEl: Ri,
9645
9645
  lastDownEl: Bl,
9646
9646
  cloneEl: It,
@@ -9675,14 +9675,14 @@ function En(n) {
9675
9675
  putSortable: rn,
9676
9676
  cloneEl: It,
9677
9677
  targetEl: re,
9678
- rootEl: Ct,
9678
+ rootEl: yt,
9679
9679
  oldIndex: Ma,
9680
9680
  oldDraggableIndex: Vs,
9681
9681
  newIndex: Kn,
9682
9682
  newDraggableIndex: Zo
9683
9683
  }, n));
9684
9684
  }
9685
- var re, At, Pe, Ct, Ri, Bl, It, ei, Ma, Kn, Vs, Zo, ml, rn, ka = !1, ou = !1, iu = [], Ii, Or, kh, Oh, ny, ry, Ns, va, Ks, Ws = !1, pl = !1, $l, ln, Rh = [], Cf = !1, au = [], Du = typeof document < "u", _l = UE, oy = fc || Lo ? "cssFloat" : "float", rF = Du && !qx && !UE && "draggable" in document.createElement("div"), VE = function() {
9685
+ var re, At, Pe, yt, Ri, Bl, It, ei, Ma, Kn, Vs, Zo, ml, rn, ka = !1, ou = !1, iu = [], Ii, Or, kh, Oh, ny, ry, Ns, va, Ks, Ws = !1, pl = !1, $l, ln, Rh = [], Cf = !1, au = [], Du = typeof document < "u", _l = UE, oy = fc || Lo ? "cssFloat" : "float", rF = Du && !qx && !UE && "draggable" in document.createElement("div"), VE = function() {
9686
9686
  if (Du) {
9687
9687
  if (Lo)
9688
9688
  return !1;
@@ -9864,7 +9864,7 @@ Ie.prototype = /** @lends Sortable.prototype */
9864
9864
  var o = this, a = o.el, c = o.options, u = a.ownerDocument, d;
9865
9865
  if (r && !re && r.parentNode === a) {
9866
9866
  var h = Kt(r);
9867
- if (Ct = a, re = r, At = re.parentNode, Ri = re.nextSibling, Bl = r, ml = c.group, Ie.dragged = re, Ii = {
9867
+ if (yt = a, re = r, At = re.parentNode, Ri = re.nextSibling, Bl = r, ml = c.group, Ie.dragged = re, Ii = {
9868
9868
  target: re,
9869
9869
  clientX: (t || e).clientX,
9870
9870
  clientY: (t || e).clientY
@@ -9906,7 +9906,7 @@ Ie.prototype = /** @lends Sortable.prototype */
9906
9906
  Ye(e, "mouseup", this._disableDelayedDrag), Ye(e, "touchend", this._disableDelayedDrag), Ye(e, "touchcancel", this._disableDelayedDrag), Ye(e, "mousemove", this._delayedDragTouchMoveHandler), Ye(e, "touchmove", this._delayedDragTouchMoveHandler), Ye(e, "pointermove", this._delayedDragTouchMoveHandler);
9907
9907
  },
9908
9908
  _triggerDragStart: function(e, t) {
9909
- t = t || e.pointerType == "touch" && e, !this.nativeDraggable || t ? this.options.supportPointer ? Xe(document, "pointermove", this._onTouchMove) : t ? Xe(document, "touchmove", this._onTouchMove) : Xe(document, "mousemove", this._onTouchMove) : (Xe(re, "dragend", this), Xe(Ct, "dragstart", this._onDragStart));
9909
+ t = t || e.pointerType == "touch" && e, !this.nativeDraggable || t ? this.options.supportPointer ? Xe(document, "pointermove", this._onTouchMove) : t ? Xe(document, "touchmove", this._onTouchMove) : Xe(document, "mousemove", this._onTouchMove) : (Xe(re, "dragend", this), Xe(yt, "dragstart", this._onDragStart));
9910
9910
  try {
9911
9911
  document.selection ? Vl(function() {
9912
9912
  document.selection.empty();
@@ -9915,7 +9915,7 @@ Ie.prototype = /** @lends Sortable.prototype */
9915
9915
  }
9916
9916
  },
9917
9917
  _dragStarted: function(e, t) {
9918
- if (ka = !1, Ct && re) {
9918
+ if (ka = !1, yt && re) {
9919
9919
  On("dragStarted", this, {
9920
9920
  evt: t
9921
9921
  }), this.nativeDraggable && Xe(document, "dragover", aF);
@@ -9975,7 +9975,7 @@ Ie.prototype = /** @lends Sortable.prototype */
9975
9975
  },
9976
9976
  _appendGhost: function() {
9977
9977
  if (!Pe) {
9978
- var e = this.options.fallbackOnBody ? document.body : Ct, t = Kt(re, !0, _l, !0, e), r = this.options;
9978
+ var e = this.options.fallbackOnBody ? document.body : yt, t = Kt(re, !0, _l, !0, e), r = this.options;
9979
9979
  if (_l) {
9980
9980
  for (ln = e; Ae(ln, "position") === "static" && Ae(ln, "transform") === "none" && ln !== document; )
9981
9981
  ln = ln.parentNode;
@@ -9993,7 +9993,7 @@ Ie.prototype = /** @lends Sortable.prototype */
9993
9993
  return;
9994
9994
  }
9995
9995
  On("setupClone", this), Ie.eventCanceled || (It = $E(re), It.draggable = !1, It.style["will-change"] = "", this._hideClone(), Vn(It, this.options.chosenClass, !1), Ie.clone = It), r.cloneId = Vl(function() {
9996
- On("clone", r), !Ie.eventCanceled && (r.options.removeCloneOnHide || Ct.insertBefore(It, re), r._hideClone(), En({
9996
+ On("clone", r), !Ie.eventCanceled && (r.options.removeCloneOnHide || yt.insertBefore(It, re), r._hideClone(), En({
9997
9997
  sortable: r,
9998
9998
  name: "clone"
9999
9999
  }));
@@ -10003,8 +10003,8 @@ Ie.prototype = /** @lends Sortable.prototype */
10003
10003
  _onDragOver: function(e) {
10004
10004
  var t = this.el, r = e.target, o, a, c, u = this.options, d = u.group, h = Ie.active, g = ml === d, p = u.sort, m = rn || h, E, y = this, T = !1;
10005
10005
  if (Cf) return;
10006
- function S(vt, Dt) {
10007
- On(vt, y, ao({
10006
+ function S(_t, Dt) {
10007
+ On(_t, y, ao({
10008
10008
  evt: e,
10009
10009
  isOwner: g,
10010
10010
  axis: E ? "vertical" : "horizontal",
@@ -10016,7 +10016,7 @@ Ie.prototype = /** @lends Sortable.prototype */
10016
10016
  target: r,
10017
10017
  completed: k,
10018
10018
  onMove: function(Ht, gi) {
10019
- return vl(Ct, t, re, o, Ht, Kt(Ht), e, gi);
10019
+ return vl(yt, t, re, o, Ht, Kt(Ht), e, gi);
10020
10020
  },
10021
10021
  changed: D
10022
10022
  }, Dt));
@@ -10024,12 +10024,12 @@ Ie.prototype = /** @lends Sortable.prototype */
10024
10024
  function b() {
10025
10025
  S("dragOverAnimationCapture"), y.captureAnimationState(), y !== m && m.captureAnimationState();
10026
10026
  }
10027
- function k(vt) {
10027
+ function k(_t) {
10028
10028
  return S("dragOverCompleted", {
10029
- insertion: vt
10030
- }), vt && (g ? h._hideClone() : h._showClone(y), y !== m && (Vn(re, rn ? rn.options.ghostClass : h.options.ghostClass, !1), Vn(re, u.ghostClass, !0)), rn !== y && y !== Ie.active ? rn = y : y === Ie.active && rn && (rn = null), m === y && (y._ignoreWhileAnimating = r), y.animateAll(function() {
10029
+ insertion: _t
10030
+ }), _t && (g ? h._hideClone() : h._showClone(y), y !== m && (Vn(re, rn ? rn.options.ghostClass : h.options.ghostClass, !1), Vn(re, u.ghostClass, !0)), rn !== y && y !== Ie.active ? rn = y : y === Ie.active && rn && (rn = null), m === y && (y._ignoreWhileAnimating = r), y.animateAll(function() {
10031
10031
  S("dragOverAnimationComplete"), y._ignoreWhileAnimating = null;
10032
- }), y !== m && (m.animateAll(), m._ignoreWhileAnimating = null)), (r === re && !re.animated || r === t && !r.animated) && (va = null), !u.dragoverBubble && !e.rootEl && r !== document && (re.parentNode[jn]._isOutsideThisEl(e.target), !vt && Si(e)), !u.dragoverBubble && e.stopPropagation && e.stopPropagation(), T = !0;
10032
+ }), y !== m && (m.animateAll(), m._ignoreWhileAnimating = null)), (r === re && !re.animated || r === t && !r.animated) && (va = null), !u.dragoverBubble && !e.rootEl && r !== document && (re.parentNode[jn]._isOutsideThisEl(e.target), !_t && Si(e)), !u.dragoverBubble && e.stopPropagation && e.stopPropagation(), T = !0;
10033
10033
  }
10034
10034
  function D() {
10035
10035
  Kn = pr(re), Zo = pr(re, u.draggable), En({
@@ -10044,21 +10044,21 @@ Ie.prototype = /** @lends Sortable.prototype */
10044
10044
  if (e.preventDefault !== void 0 && e.cancelable && e.preventDefault(), r = Qr(r, u.draggable, t, !0), S("dragOver"), Ie.eventCanceled) return T;
10045
10045
  if (re.contains(e.target) || r.animated && r.animatingX && r.animatingY || y._ignoreWhileAnimating === r)
10046
10046
  return k(!1);
10047
- if (ou = !1, h && !u.disabled && (g ? p || (c = At !== Ct) : rn === this || (this.lastPutMode = ml.checkPull(this, h, re, e)) && d.checkPut(this, h, re, e))) {
10047
+ if (ou = !1, h && !u.disabled && (g ? p || (c = At !== yt) : rn === this || (this.lastPutMode = ml.checkPull(this, h, re, e)) && d.checkPut(this, h, re, e))) {
10048
10048
  if (E = this._getDirection(e, r) === "vertical", o = Kt(re), S("dragOverValid"), Ie.eventCanceled) return T;
10049
10049
  if (c)
10050
- return At = Ct, b(), this._hideClone(), S("revert"), Ie.eventCanceled || (Ri ? Ct.insertBefore(re, Ri) : Ct.appendChild(re)), k(!0);
10050
+ return At = yt, b(), this._hideClone(), S("revert"), Ie.eventCanceled || (Ri ? yt.insertBefore(re, Ri) : yt.appendChild(re)), k(!0);
10051
10051
  var L = wg(t, u.draggable);
10052
10052
  if (!L || uF(e, E, this) && !L.animated) {
10053
10053
  if (L === re)
10054
10054
  return k(!1);
10055
- if (L && t === e.target && (r = L), r && (a = Kt(r)), vl(Ct, t, re, o, r, a, e, !!r) !== !1)
10055
+ if (L && t === e.target && (r = L), r && (a = Kt(r)), vl(yt, t, re, o, r, a, e, !!r) !== !1)
10056
10056
  return b(), t.appendChild(re), At = t, D(), k(!0);
10057
10057
  } else if (L && lF(e, E, this)) {
10058
10058
  var W = Ga(t, 0, u, !0);
10059
10059
  if (W === re)
10060
10060
  return k(!1);
10061
- if (r = W, a = Kt(r), vl(Ct, t, re, o, r, a, e, !1) !== !1)
10061
+ if (r = W, a = Kt(r), vl(yt, t, re, o, r, a, e, !1) !== !1)
10062
10062
  return b(), t.insertBefore(re, W), At = t, D(), k(!0);
10063
10063
  } else if (r.parentNode === t) {
10064
10064
  a = Kt(r);
@@ -10076,7 +10076,7 @@ Ie.prototype = /** @lends Sortable.prototype */
10076
10076
  va = r, Ks = J;
10077
10077
  var pn = r.nextElementSibling, an = !1;
10078
10078
  an = J === 1;
10079
- var Gt = vl(Ct, t, re, o, r, a, e, an);
10079
+ var Gt = vl(yt, t, re, o, r, a, e, an);
10080
10080
  if (Gt !== !1)
10081
10081
  return (Gt === 1 || Gt === -1) && (an = Gt === 1), Cf = !0, setTimeout(cF, 30), b(), an && !pn ? t.appendChild(re) : r.parentNode.insertBefore(re, an ? pn : r), oe && BE(oe, 0, ye - oe.scrollTop), At = re.parentNode, M !== void 0 && !pl && ($l = Math.abs(M - Kt(r)[ne])), D(), k(!0);
10082
10082
  }
@@ -10101,18 +10101,18 @@ Ie.prototype = /** @lends Sortable.prototype */
10101
10101
  this._nulling();
10102
10102
  return;
10103
10103
  }
10104
- ka = !1, pl = !1, Ws = !1, clearInterval(this._loopId), clearTimeout(this._dragStartTimer), Ef(this.cloneId), Ef(this._dragStartId), this.nativeDraggable && (Ye(document, "drop", this), Ye(t, "dragstart", this._onDragStart)), this._offMoveEvents(), this._offUpEvents(), Bs && Ae(document.body, "user-select", ""), Ae(re, "transform", ""), e && (Ns && (e.cancelable && e.preventDefault(), !r.dropBubble && e.stopPropagation()), Pe && Pe.parentNode && Pe.parentNode.removeChild(Pe), (Ct === At || rn && rn.lastPutMode !== "clone") && It && It.parentNode && It.parentNode.removeChild(It), re && (this.nativeDraggable && Ye(re, "dragend", this), Nh(re), re.style["will-change"] = "", Ns && !ka && Vn(re, rn ? rn.options.ghostClass : this.options.ghostClass, !1), Vn(re, this.options.chosenClass, !1), En({
10104
+ ka = !1, pl = !1, Ws = !1, clearInterval(this._loopId), clearTimeout(this._dragStartTimer), Ef(this.cloneId), Ef(this._dragStartId), this.nativeDraggable && (Ye(document, "drop", this), Ye(t, "dragstart", this._onDragStart)), this._offMoveEvents(), this._offUpEvents(), Bs && Ae(document.body, "user-select", ""), Ae(re, "transform", ""), e && (Ns && (e.cancelable && e.preventDefault(), !r.dropBubble && e.stopPropagation()), Pe && Pe.parentNode && Pe.parentNode.removeChild(Pe), (yt === At || rn && rn.lastPutMode !== "clone") && It && It.parentNode && It.parentNode.removeChild(It), re && (this.nativeDraggable && Ye(re, "dragend", this), Nh(re), re.style["will-change"] = "", Ns && !ka && Vn(re, rn ? rn.options.ghostClass : this.options.ghostClass, !1), Vn(re, this.options.chosenClass, !1), En({
10105
10105
  sortable: this,
10106
10106
  name: "unchoose",
10107
10107
  toEl: At,
10108
10108
  newIndex: null,
10109
10109
  newDraggableIndex: null,
10110
10110
  originalEvent: e
10111
- }), Ct !== At ? (Kn >= 0 && (En({
10111
+ }), yt !== At ? (Kn >= 0 && (En({
10112
10112
  rootEl: At,
10113
10113
  name: "add",
10114
10114
  toEl: At,
10115
- fromEl: Ct,
10115
+ fromEl: yt,
10116
10116
  originalEvent: e
10117
10117
  }), En({
10118
10118
  sortable: this,
@@ -10123,7 +10123,7 @@ Ie.prototype = /** @lends Sortable.prototype */
10123
10123
  rootEl: At,
10124
10124
  name: "sort",
10125
10125
  toEl: At,
10126
- fromEl: Ct,
10126
+ fromEl: yt,
10127
10127
  originalEvent: e
10128
10128
  }), En({
10129
10129
  sortable: this,
@@ -10148,7 +10148,7 @@ Ie.prototype = /** @lends Sortable.prototype */
10148
10148
  }), this.save()))), this._nulling();
10149
10149
  },
10150
10150
  _nulling: function() {
10151
- On("nulling", this), Ct = re = At = Pe = Ri = It = Bl = ei = Ii = Or = Ns = Kn = Zo = Ma = Vs = va = Ks = rn = ml = Ie.dragged = Ie.ghost = Ie.clone = Ie.active = null, au.forEach(function(e) {
10151
+ On("nulling", this), yt = re = At = Pe = Ri = It = Bl = ei = Ii = Or = Ns = Kn = Zo = Ma = Vs = va = Ks = rn = ml = Ie.dragged = Ie.ghost = Ie.clone = Ie.active = null, au.forEach(function(e) {
10152
10152
  e.checked = !0;
10153
10153
  }), au.length = kh = Oh = 0;
10154
10154
  },
@@ -10241,7 +10241,7 @@ Ie.prototype = /** @lends Sortable.prototype */
10241
10241
  }
10242
10242
  if (ei) {
10243
10243
  if (On("showClone", this), Ie.eventCanceled) return;
10244
- re.parentNode == Ct && !this.options.group.revertClone ? Ct.insertBefore(It, re) : Ri ? Ct.insertBefore(It, Ri) : Ct.appendChild(It), this.options.group.revertClone && this.animate(re, It), Ae(It, "display", ""), ei = !1;
10244
+ re.parentNode == yt && !this.options.group.revertClone ? yt.insertBefore(It, re) : Ri ? yt.insertBefore(It, Ri) : yt.appendChild(It), this.options.group.revertClone && this.animate(re, It), Ae(It, "display", ""), ei = !1;
10245
10245
  }
10246
10246
  }
10247
10247
  };
@@ -10765,7 +10765,7 @@ const SF = {
10765
10765
  },
10766
10766
  emits: ["update:modelValue"],
10767
10767
  setup(n) {
10768
- const e = co(n, "modelValue"), t = he(""), r = _t(() => {
10768
+ const e = co(n, "modelValue"), t = he(""), r = Ct(() => {
10769
10769
  var a;
10770
10770
  return (a = e.value) == null ? void 0 : a.filter((c) => c.title.toLowerCase().includes(t.value.toLowerCase()));
10771
10771
  }), { t: o } = Zn();
@@ -12742,7 +12742,7 @@ var pH = Ds.exports, Ty;
12742
12742
  function _H() {
12743
12743
  return Ty || (Ty = 1, function(n, e) {
12744
12744
  (function() {
12745
- var t, r = "4.17.21", o = 200, a = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", c = "Expected a function", u = "Invalid `variable` option passed into `_.template`", d = "__lodash_hash_undefined__", h = 500, g = "__lodash_placeholder__", p = 1, m = 2, E = 4, y = 1, T = 2, S = 1, b = 2, k = 4, D = 8, L = 16, W = 32, J = 64, M = 128, ge = 256, de = 512, ne = 30, oe = "...", ye = 800, Je = 16, Mt = 1, pn = 2, an = 3, Gt = 1 / 0, vt = 9007199254740991, Dt = 17976931348623157e292, _n = NaN, Ht = 4294967295, gi = Ht - 1, os = Ht >>> 1, is = [
12745
+ var t, r = "4.17.21", o = 200, a = "Unsupported core-js use. Try https://npms.io/search?q=ponyfill.", c = "Expected a function", u = "Invalid `variable` option passed into `_.template`", d = "__lodash_hash_undefined__", h = 500, g = "__lodash_placeholder__", p = 1, m = 2, E = 4, y = 1, T = 2, S = 1, b = 2, k = 4, D = 8, L = 16, W = 32, J = 64, M = 128, ge = 256, de = 512, ne = 30, oe = "...", ye = 800, Je = 16, Mt = 1, pn = 2, an = 3, Gt = 1 / 0, _t = 9007199254740991, Dt = 17976931348623157e292, _n = NaN, Ht = 4294967295, gi = Ht - 1, os = Ht >>> 1, is = [
12746
12746
  ["ary", M],
12747
12747
  ["bind", S],
12748
12748
  ["bindKey", b],
@@ -13068,7 +13068,7 @@ function _H() {
13068
13068
  return !0;
13069
13069
  return !1;
13070
13070
  }
13071
- function yt(N, V) {
13071
+ function vt(N, V) {
13072
13072
  for (var F = -1, ce = N == null ? 0 : N.length, Re = Array(ce); ++F < ce; )
13073
13073
  Re[F] = V(N[F], F, N);
13074
13074
  return Re;
@@ -13166,7 +13166,7 @@ function _H() {
13166
13166
  return ce;
13167
13167
  }
13168
13168
  function AA(N, V) {
13169
- return yt(V, function(F) {
13169
+ return vt(V, function(F) {
13170
13170
  return [F, N[F]];
13171
13171
  });
13172
13172
  }
@@ -13179,7 +13179,7 @@ function _H() {
13179
13179
  };
13180
13180
  }
13181
13181
  function yd(N, V) {
13182
- return yt(V, function(F) {
13182
+ return vt(V, function(F) {
13183
13183
  return N[F];
13184
13184
  });
13185
13185
  }
@@ -13662,7 +13662,7 @@ function _H() {
13662
13662
  var _ = -1, C = Ic, w = !0, A = i.length, P = [], z = s.length;
13663
13663
  if (!A)
13664
13664
  return P;
13665
- l && (s = yt(s, xn(l))), f ? (C = hd, w = !1) : s.length >= o && (C = ls, w = !1, s = new Ci(s));
13665
+ l && (s = vt(s, xn(l))), f ? (C = hd, w = !1) : s.length >= o && (C = ls, w = !1, s = new Ci(s));
13666
13666
  e:
13667
13667
  for (; ++_ < A; ) {
13668
13668
  var G = i[_], Q = l == null ? G : l(G);
@@ -13750,7 +13750,7 @@ function _H() {
13750
13750
  function Rd(i, s, l) {
13751
13751
  for (var f = l ? hd : Ic, _ = i[0].length, C = i.length, w = C, A = F(C), P = 1 / 0, z = []; w--; ) {
13752
13752
  var G = i[w];
13753
- w && s && (G = yt(G, xn(s))), P = sn(G.length, P), A[w] = !l && (s || _ >= 120 && G.length >= 120) ? new Ci(w && G) : t;
13753
+ w && s && (G = vt(G, xn(s))), P = sn(G.length, P), A[w] = !l && (s || _ >= 120 && G.length >= 120) ? new Ci(w && G) : t;
13754
13754
  }
13755
13755
  G = i[0];
13756
13756
  var Q = -1, ie = A[0];
@@ -13922,15 +13922,15 @@ function _H() {
13922
13922
  return s += s < 0 ? l : 0, _o(s, l) ? i[s] : t;
13923
13923
  }
13924
13924
  function kp(i, s, l) {
13925
- s.length ? s = yt(s, function(C) {
13925
+ s.length ? s = vt(s, function(C) {
13926
13926
  return Ne(C) ? function(w) {
13927
13927
  return Ti(w, C.length === 1 ? C[0] : C);
13928
13928
  } : C;
13929
13929
  }) : s = [kn];
13930
13930
  var f = -1;
13931
- s = yt(s, xn(Ce()));
13931
+ s = vt(s, xn(Ce()));
13932
13932
  var _ = bp(i, function(C, w, A) {
13933
- var P = yt(s, function(z) {
13933
+ var P = vt(s, function(z) {
13934
13934
  return z(C);
13935
13935
  });
13936
13936
  return { criteria: P, index: ++f, value: C };
@@ -13958,7 +13958,7 @@ function _H() {
13958
13958
  }
13959
13959
  function Dd(i, s, l, f) {
13960
13960
  var _ = f ? wA : ea, C = -1, w = s.length, A = i;
13961
- for (i === s && (s = An(s)), l && (A = yt(i, xn(l))); ++C < w; )
13961
+ for (i === s && (s = An(s)), l && (A = vt(i, xn(l))); ++C < w; )
13962
13962
  for (var P = 0, z = s[C], G = l ? l(z) : z; (P = _(A, G, P, f)) > -1; )
13963
13963
  A !== i && Uc.call(A, P, 1), Uc.call(i, P, 1);
13964
13964
  return i;
@@ -13983,7 +13983,7 @@ function _H() {
13983
13983
  }
13984
13984
  function Ud(i, s) {
13985
13985
  var l = "";
13986
- if (!i || s < 1 || s > vt)
13986
+ if (!i || s < 1 || s > _t)
13987
13987
  return l;
13988
13988
  do
13989
13989
  s % 2 && (l += i), s = Hc(s / 2), s && (i += i);
@@ -14084,7 +14084,7 @@ function _H() {
14084
14084
  if (typeof i == "string")
14085
14085
  return i;
14086
14086
  if (Ne(i))
14087
- return yt(i, Fn) + "";
14087
+ return vt(i, Fn) + "";
14088
14088
  if (Hn(i))
14089
14089
  return dp ? dp.call(i) : "";
14090
14090
  var s = i + "";
@@ -14440,7 +14440,7 @@ function _H() {
14440
14440
  }
14441
14441
  function Kd(i) {
14442
14442
  return po(function(s) {
14443
- return s = yt(s, xn(Ce())), Fe(function(l) {
14443
+ return s = vt(s, xn(Ce())), Fe(function(l) {
14444
14444
  var f = this;
14445
14445
  return i(s, function(_) {
14446
14446
  return Un(_, f, l);
@@ -14815,7 +14815,7 @@ function _H() {
14815
14815
  }
14816
14816
  function _o(i, s) {
14817
14817
  var l = typeof i;
14818
- return s = s ?? vt, !!s && (l == "number" || l != "symbol" && Fb.test(i)) && i > -1 && i % 1 == 0 && i < s;
14818
+ return s = s ?? _t, !!s && (l == "number" || l != "symbol" && Fb.test(i)) && i > -1 && i % 1 == 0 && i < s;
14819
14819
  }
14820
14820
  function yn(i, s, l) {
14821
14821
  if (!Tt(l))
@@ -15073,13 +15073,13 @@ function _H() {
15073
15073
  return s ? ir(i, 0, -1) : [];
15074
15074
  }
15075
15075
  var XS = Fe(function(i) {
15076
- var s = yt(i, Bd);
15076
+ var s = vt(i, Bd);
15077
15077
  return s.length && s[0] === i[0] ? Rd(s) : [];
15078
15078
  }), ZS = Fe(function(i) {
15079
- var s = ar(i), l = yt(i, Bd);
15079
+ var s = ar(i), l = vt(i, Bd);
15080
15080
  return s === ar(l) ? s = t : l.pop(), l.length && l[0] === i[0] ? Rd(l, Ce(s, 2)) : [];
15081
15081
  }), ek = Fe(function(i) {
15082
- var s = ar(i), l = yt(i, Bd);
15082
+ var s = ar(i), l = vt(i, Bd);
15083
15083
  return s = typeof s == "function" ? s : t, s && l.pop(), l.length && l[0] === i[0] ? Rd(l, t, s) : [];
15084
15084
  });
15085
15085
  function tk(i, s) {
@@ -15111,7 +15111,7 @@ function _H() {
15111
15111
  }
15112
15112
  var sk = po(function(i, s) {
15113
15113
  var l = i == null ? 0 : i.length, f = Id(i, s);
15114
- return Rp(i, yt(s, function(_) {
15114
+ return Rp(i, vt(s, function(_) {
15115
15115
  return _o(_, l) ? +_ : _;
15116
15116
  }).sort(Bp)), f;
15117
15117
  });
@@ -15212,14 +15212,14 @@ function _H() {
15212
15212
  if (St(l))
15213
15213
  return s = $t(l.length, s), !0;
15214
15214
  }), vd(s, function(l) {
15215
- return yt(i, md(l));
15215
+ return vt(i, md(l));
15216
15216
  });
15217
15217
  }
15218
15218
  function v_(i, s) {
15219
15219
  if (!(i && i.length))
15220
15220
  return [];
15221
15221
  var l = th(i);
15222
- return s == null ? l : yt(l, function(f) {
15222
+ return s == null ? l : vt(l, function(f) {
15223
15223
  return Un(s, t, f);
15224
15224
  });
15225
15225
  }
@@ -15350,7 +15350,7 @@ function _H() {
15350
15350
  go(i, l, s);
15351
15351
  });
15352
15352
  function ol(i, s) {
15353
- var l = Ne(i) ? yt : bp;
15353
+ var l = Ne(i) ? vt : bp;
15354
15354
  return l(i, Ce(s, 3));
15355
15355
  }
15356
15356
  function oO(i, s, l, f) {
@@ -15540,7 +15540,7 @@ function _H() {
15540
15540
  return w_(2, i);
15541
15541
  }
15542
15542
  var CO = aS(function(i, s) {
15543
- s = s.length == 1 && Ne(s[0]) ? yt(s[0], xn(Ce())) : yt(Zt(s, 1), xn(Ce()));
15543
+ s = s.length == 1 && Ne(s[0]) ? vt(s[0], xn(Ce())) : vt(Zt(s, 1), xn(Ce()));
15544
15544
  var l = s.length;
15545
15545
  return Fe(function(f) {
15546
15546
  for (var _ = -1, C = sn(f.length, l); ++_ < C; )
@@ -15671,7 +15671,7 @@ function _H() {
15671
15671
  return typeof i == "number" && i == De(i);
15672
15672
  }
15673
15673
  function cl(i) {
15674
- return typeof i == "number" && i > -1 && i % 1 == 0 && i <= vt;
15674
+ return typeof i == "number" && i > -1 && i % 1 == 0 && i <= _t;
15675
15675
  }
15676
15676
  function Tt(i) {
15677
15677
  var s = typeof i;
@@ -15715,7 +15715,7 @@ function _H() {
15715
15715
  }
15716
15716
  var ih = zm ? xn(zm) : qI;
15717
15717
  function jO(i) {
15718
- return O_(i) && i >= -vt && i <= vt;
15718
+ return O_(i) && i >= -_t && i <= _t;
15719
15719
  }
15720
15720
  var P_ = Gm ? xn(Gm) : YI;
15721
15721
  function ll(i) {
@@ -15782,7 +15782,7 @@ function _H() {
15782
15782
  return Gr(i, Sn(i));
15783
15783
  }
15784
15784
  function tR(i) {
15785
- return i ? Ei(De(i), -vt, vt) : i === 0 ? i : 0;
15785
+ return i ? Ei(De(i), -_t, _t) : i === 0 ? i : 0;
15786
15786
  }
15787
15787
  function Ze(i) {
15788
15788
  return i == null ? "" : Fn(i);
@@ -15883,7 +15883,7 @@ function _H() {
15883
15883
  if (i == null)
15884
15884
  return l;
15885
15885
  var f = !1;
15886
- s = yt(s, function(C) {
15886
+ s = vt(s, function(C) {
15887
15887
  return C = Go(C, i), f || (f = C.length > 1), C;
15888
15888
  }), Gr(i, Gd(i), l), f && (l = or(l, p | m | E, _S));
15889
15889
  for (var _ = s.length; _--; )
@@ -15899,7 +15899,7 @@ function _H() {
15899
15899
  function F_(i, s) {
15900
15900
  if (i == null)
15901
15901
  return {};
15902
- var l = yt(Gd(i), function(f) {
15902
+ var l = vt(Gd(i), function(f) {
15903
15903
  return [f];
15904
15904
  });
15905
15905
  return s = Ce(s), Op(i, l, function(f, _) {
@@ -16156,7 +16156,7 @@ function print() { __p += __j.call(arguments, '') }
16156
16156
  });
16157
16157
  function u0(i) {
16158
16158
  var s = i == null ? 0 : i.length, l = Ce();
16159
- return i = s ? yt(i, function(f) {
16159
+ return i = s ? vt(i, function(f) {
16160
16160
  if (typeof f[1] != "function")
16161
16161
  throw new nr(c);
16162
16162
  return [l(f[0]), f[1]];
@@ -16227,7 +16227,7 @@ function print() { __p += __j.call(arguments, '') }
16227
16227
  return Sp(s, i);
16228
16228
  });
16229
16229
  }
16230
- var E0 = Kd(yt), T0 = Kd(Ym), w0 = Kd(gd);
16230
+ var E0 = Kd(vt), T0 = Kd(Ym), w0 = Kd(gd);
16231
16231
  function z_(i) {
16232
16232
  return Jd(i) ? md(qr(i)) : ZI(i);
16233
16233
  }
@@ -16253,7 +16253,7 @@ function print() { __p += __j.call(arguments, '') }
16253
16253
  return !0;
16254
16254
  }
16255
16255
  function R0(i, s) {
16256
- if (i = De(i), i < 1 || i > vt)
16256
+ if (i = De(i), i < 1 || i > _t)
16257
16257
  return [];
16258
16258
  var l = Ht, f = sn(i, Ht);
16259
16259
  s = Ce(s), i -= Ht;
@@ -16262,7 +16262,7 @@ function print() { __p += __j.call(arguments, '') }
16262
16262
  return _;
16263
16263
  }
16264
16264
  function N0(i) {
16265
- return Ne(i) ? yt(i, qr) : Hn(i) ? [i] : An(d_(Ze(i)));
16265
+ return Ne(i) ? vt(i, qr) : Hn(i) ? [i] : An(d_(Ze(i)));
16266
16266
  }
16267
16267
  function P0(i) {
16268
16268
  var s = ++KA;
@@ -16516,48 +16516,36 @@ const CH = { class: "text-faded mt-7" }, EH = {
16516
16516
  }),
16517
16517
  emits: ["update:modelValue"],
16518
16518
  setup(n) {
16519
- const e = co(n, "modelValue"), t = n, r = _t({
16520
- // Show the value of the selected item
16521
- get() {
16522
- if (t.itemValue) {
16523
- const o = t.items.find((a) => typeof a == "object" ? a[t.itemValue] === e.value : a === e.value);
16524
- return o ? o[t.itemValue] : e.value;
16525
- }
16526
- return e.value;
16527
- },
16528
- set(o) {
16529
- t.itemValue, e.value = o;
16530
- }
16531
- });
16532
- return (o, a) => (q(), _e(Nt, null, [
16533
- o.name ? (q(), _e("p", SH, se(o.name), 1)) : Le("", !0),
16534
- o.label ? (q(), me(Va, {
16519
+ const e = co(n, "modelValue");
16520
+ return (t, r) => (q(), _e(Nt, null, [
16521
+ t.name ? (q(), _e("p", SH, se(t.name), 1)) : Le("", !0),
16522
+ t.label ? (q(), me(Va, {
16535
16523
  key: 1,
16536
16524
  class: "text-subtitle-1 text-high-emphasis mb-2"
16537
16525
  }, {
16538
16526
  default: x(() => [
16539
- Y(se(o.label), 1)
16527
+ Y(se(t.label), 1)
16540
16528
  ]),
16541
16529
  _: 1
16542
16530
  })) : Le("", !0),
16543
16531
  O(Z(pN), {
16544
- modelValue: r.value,
16545
- "onUpdate:modelValue": a[0] || (a[0] = (c) => r.value = c),
16532
+ modelValue: e.value,
16533
+ "onUpdate:modelValue": r[0] || (r[0] = (o) => e.value = o),
16546
16534
  variant: "solo-filled",
16547
- items: o.items,
16548
- "item-title": o.itemTitle,
16549
- "item-value": o.itemValue,
16550
- loading: o.loading,
16551
- placeholder: o.placeholder,
16552
- density: o.density,
16553
- "bg-color": o.readonly ? "containerBg30" : "containerBg",
16535
+ items: t.items,
16536
+ "item-title": t.itemTitle,
16537
+ "item-value": t.itemValue,
16538
+ loading: t.loading,
16539
+ placeholder: t.placeholder,
16540
+ density: t.density,
16541
+ "bg-color": t.readonly ? "containerBg30" : "containerBg",
16554
16542
  rounded: "false",
16555
16543
  class: "j-field",
16556
16544
  style: { "min-height": "44.5px" },
16557
- clearable: !o.readonly && o.clearable,
16558
- readonly: o.readonly,
16559
- rules: o.rules,
16560
- "hide-details": o.hideDetails
16545
+ clearable: !t.readonly && t.clearable,
16546
+ readonly: t.readonly,
16547
+ rules: t.rules,
16548
+ "hide-details": t.hideDetails
16561
16549
  }, null, 8, ["modelValue", "items", "item-title", "item-value", "loading", "placeholder", "density", "bg-color", "clearable", "readonly", "rules", "hide-details"])
16562
16550
  ], 64));
16563
16551
  }
@@ -16586,7 +16574,7 @@ const CH = { class: "text-faded mt-7" }, EH = {
16586
16574
  }),
16587
16575
  emits: ["update:modelValue"],
16588
16576
  setup(n) {
16589
- const e = co(n, "modelValue"), t = n, r = _t(() => t.readonly ? "solo" : "solo-filled"), o = _t(() => {
16577
+ const e = co(n, "modelValue"), t = n, r = Ct(() => t.readonly ? "solo" : "solo-filled"), o = Ct(() => {
16590
16578
  if (Array.isArray(t.items) && t.items.length > 0 && e != null)
16591
16579
  if (typeof t.items[0] == "object" && t.itemValue && t.itemTitle) {
16592
16580
  const a = t.items.find((c) => c[t.itemValue] === e);
@@ -16993,10 +16981,10 @@ const CH = { class: "text-faded mt-7" }, EH = {
16993
16981
  },
16994
16982
  emits: ["save", "cancel"],
16995
16983
  setup(n, { emit: e }) {
16996
- const t = e, r = Er(), o = _t(() => {
16984
+ const t = e, r = Er(), o = Ct(() => {
16997
16985
  var c;
16998
16986
  return !!((c = r == null ? void 0 : r.vnode.props) != null && c.onSave);
16999
- }), a = _t(() => {
16987
+ }), a = Ct(() => {
17000
16988
  var c;
17001
16989
  return !!((c = r == null ? void 0 : r.vnode.props) != null && c.onCancel);
17002
16990
  });
@@ -27144,7 +27132,7 @@ function NK() {
27144
27132
  }
27145
27133
  function hb() {
27146
27134
  if (kl) return kl;
27147
- const { setJToken: n, jToken: e } = ub(), t = _t(() => !!mr.value), r = _t(() => mr.value);
27135
+ const { setJToken: n, jToken: e } = ub(), t = Ct(() => !!mr.value), r = Ct(() => mr.value);
27148
27136
  let o;
27149
27137
  async function a(m, E) {
27150
27138
  if (!t.value)
@@ -27226,7 +27214,7 @@ function hb() {
27226
27214
  No(db, async (m) => {
27227
27215
  m <= 0 && Ca.value === "updated" && await h();
27228
27216
  });
27229
- const p = _t(() => e.value);
27217
+ const p = Ct(() => e.value);
27230
27218
  return kl = {
27231
27219
  isAuthenticated: t,
27232
27220
  authState: Ca,
@@ -27319,14 +27307,14 @@ function _m() {
27319
27307
  var p, m;
27320
27308
  const { handleRedirect: n, account: e, logout: t } = hb();
27321
27309
  (m = (p = e.value) == null ? void 0 : p.idTokenClaims) == null || m.domain;
27322
- const r = _t(() => {
27310
+ const r = Ct(() => {
27323
27311
  var E, y;
27324
27312
  return {
27325
27313
  domain: (y = (E = e.value) == null ? void 0 : E.idTokenClaims) == null ? void 0 : y.domain,
27326
27314
  environment: aC.value,
27327
27315
  ...Yh.value
27328
27316
  };
27329
- }), o = _t(() => Yh.value);
27317
+ }), o = Ct(() => Yh.value);
27330
27318
  async function a() {
27331
27319
  var E;
27332
27320
  (!e.value || !((E = e.value.idTokenClaims) != null && E.email)) && await n();
@@ -27386,7 +27374,7 @@ function _m() {
27386
27374
  }
27387
27375
  const PK = {
27388
27376
  path: "/_/dashboard",
27389
- component: () => import("./AuthRoute-DsRCq236.mjs"),
27377
+ component: () => import("./AuthRoute-BnD3J_zP.mjs"),
27390
27378
  meta: { requiresAuth: !1 }
27391
27379
  }, MK = {
27392
27380
  path: "/jplan-auth-fail",
@@ -28160,7 +28148,7 @@ const lr = he([]), hC = he([]), Vt = he(null), Jh = he(!1), wa = he([]), KK = ()
28160
28148
  team: (L = r.value) == null ? void 0 : L.team
28161
28149
  }, e();
28162
28150
  }
28163
- const E = _t(() => {
28151
+ const E = Ct(() => {
28164
28152
  var k;
28165
28153
  switch ((k = r.value) == null ? void 0 : k.scope_type) {
28166
28154
  case "user":
@@ -28914,7 +28902,7 @@ function W4() {
28914
28902
  resetLayout: t
28915
28903
  };
28916
28904
  }
28917
- const a4 = ji(() => import("./WidgetTask-DWqFpxGD.mjs")), s4 = ji(() => import("./WidgetImage-B6vopC2A.mjs")), c4 = ji(() => import("./WidgetShortcut-CcAE6Np1.mjs")), l4 = ji(() => import("./WidgetSpacer-D0SQ0i7j.mjs")), u4 = ji(() => import("./WidgetLabel-CsSR_QAh.mjs")), d4 = ji(() => import("./WidgetChartBar-SQYYhXES.mjs")), h4 = ji(() => import("./WidgetChartPie-DRDzhB9v.mjs")), z4 = {
28905
+ const a4 = ji(() => import("./WidgetTask-DGW9p-OA.mjs")), s4 = ji(() => import("./WidgetImage-B6vopC2A.mjs")), c4 = ji(() => import("./WidgetShortcut-BXkcrgYX.mjs")), l4 = ji(() => import("./WidgetSpacer-DqvZn6qB.mjs")), u4 = ji(() => import("./WidgetLabel-nn78GlBK.mjs")), d4 = ji(() => import("./WidgetChartBar-SQYYhXES.mjs")), h4 = ji(() => import("./WidgetChartPie-DRDzhB9v.mjs")), z4 = {
28918
28906
  WidgetSpacer: l4,
28919
28907
  WidgetLabel: u4,
28920
28908
  WidgetTask: a4,