bt-core-app 1.4.119 → 1.4.120

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 { ref as J, shallowRef as Qe, computed as U, toValue as O, watch as Me, toRef as We, onMounted as jn, reactive as xi, watchEffect as Kn, toRefs as Ci, capitalize as Xu, Fragment as Ai, warn as Qu, inject as gt, unref as Xe, provide as tr, defineComponent as Ni, getCurrentInstance as Ou, onBeforeUnmount as Vr, readonly as pu, onScopeDispose as el, effectScope as tl, toRaw as rl, isRef as Xt, createVNode as ae, onUpdated as nl, mergeProps as Xn, Text as al, resolveDynamicComponent as il, nextTick as sl, withDirectives as ul, openBlock as ll, createBlock as cl } from "vue";
1
+ import { ref as J, shallowRef as Xe, computed as U, toValue as O, watch as Me, toRef as We, onMounted as jn, reactive as xi, watchEffect as Kn, toRefs as Ci, capitalize as Xu, Fragment as Ai, warn as Qu, inject as gt, unref as at, provide as tr, defineComponent as Ni, getCurrentInstance as Ou, isRef as Xt, createVNode as ae, onScopeDispose as pu, effectScope as el, toRaw as tl, onBeforeUnmount as Vr, onUpdated as rl, mergeProps as Xn, Text as nl, readonly as al, resolveDynamicComponent as il, nextTick as sl, withDirectives as ul, openBlock as ll, createBlock as cl } from "vue";
2
2
  import { watchArray as Mi, useStorage as ol, useEventListener as Ce, toValue as Je, useParentElement as fl, useResizeObserver as dl, useArrayUnique as ml, useArrayDifference as va, watchDebounced as hl, tryOnMounted as gl } from "@vueuse/core";
3
3
  import { defineStore as _i } from "pinia";
4
4
  import { useRouter as Qn, useRoute as Li } from "vue-router";
@@ -10,7 +10,7 @@ function vl(e) {
10
10
  return (e == "x" ? t : t & 3 | 8).toString(16);
11
11
  }
12
12
  function wl(e) {
13
- const t = J([]), r = Qe(), n = Qe(), a = Qe(), i = U(() => r.value != null);
13
+ const t = J([]), r = Xe(), n = Xe(), a = Xe(), i = U(() => r.value != null);
14
14
  function u(d) {
15
15
  t.value = t.value.filter((g) => g.id != d);
16
16
  }
@@ -84,7 +84,7 @@ class Pi extends wt {
84
84
  }
85
85
  class Ne extends wt {
86
86
  }
87
- class tt extends wt {
87
+ class et extends wt {
88
88
  constructor() {
89
89
  super("Zone is an abstract class");
90
90
  }
@@ -222,7 +222,7 @@ class rr {
222
222
  * @type {string}
223
223
  */
224
224
  get type() {
225
- throw new tt();
225
+ throw new et();
226
226
  }
227
227
  /**
228
228
  * The name of this zone.
@@ -230,7 +230,7 @@ class rr {
230
230
  * @type {string}
231
231
  */
232
232
  get name() {
233
- throw new tt();
233
+ throw new et();
234
234
  }
235
235
  get ianaName() {
236
236
  return this.name;
@@ -241,7 +241,7 @@ class rr {
241
241
  * @type {boolean}
242
242
  */
243
243
  get isUniversal() {
244
- throw new tt();
244
+ throw new et();
245
245
  }
246
246
  /**
247
247
  * Returns the offset's common name (such as EST) at the specified timestamp
@@ -253,7 +253,7 @@ class rr {
253
253
  * @return {string}
254
254
  */
255
255
  offsetName(t, r) {
256
- throw new tt();
256
+ throw new et();
257
257
  }
258
258
  /**
259
259
  * Returns the offset's value as a string
@@ -264,7 +264,7 @@ class rr {
264
264
  * @return {string}
265
265
  */
266
266
  formatOffset(t, r) {
267
- throw new tt();
267
+ throw new et();
268
268
  }
269
269
  /**
270
270
  * Return the offset in minutes for this zone at the specified timestamp.
@@ -273,7 +273,7 @@ class rr {
273
273
  * @return {number}
274
274
  */
275
275
  offset(t) {
276
- throw new tt();
276
+ throw new et();
277
277
  }
278
278
  /**
279
279
  * Return whether this Zone is equal to another zone
@@ -282,7 +282,7 @@ class rr {
282
282
  * @return {boolean}
283
283
  */
284
284
  equals(t) {
285
- throw new tt();
285
+ throw new et();
286
286
  }
287
287
  /**
288
288
  * Return whether this Zone is valid.
@@ -290,7 +290,7 @@ class rr {
290
290
  * @type {boolean}
291
291
  */
292
292
  get isValid() {
293
- throw new tt();
293
+ throw new et();
294
294
  }
295
295
  }
296
296
  let un = null;
@@ -371,13 +371,13 @@ function Cl(e, t) {
371
371
  return n;
372
372
  }
373
373
  let dr = {};
374
- class Oe extends rr {
374
+ class Qe extends rr {
375
375
  /**
376
376
  * @param {string} name - Zone name
377
377
  * @return {IANAZone}
378
378
  */
379
379
  static create(t) {
380
- return dr[t] || (dr[t] = new Oe(t)), dr[t];
380
+ return dr[t] || (dr[t] = new Qe(t)), dr[t];
381
381
  }
382
382
  /**
383
383
  * Reset local caches. Should only be necessary in testing scenarios.
@@ -415,7 +415,7 @@ class Oe extends rr {
415
415
  }
416
416
  }
417
417
  constructor(t) {
418
- super(), this.zoneName = t, this.valid = Oe.isValidZone(t);
418
+ super(), this.zoneName = t, this.valid = Qe.isValidZone(t);
419
419
  }
420
420
  /** @override **/
421
421
  get type() {
@@ -575,7 +575,7 @@ class Ul {
575
575
  this.dt = t;
576
576
  else if (t.zone.type === "fixed") {
577
577
  const u = -1 * (t.offset / 60), c = u >= 0 ? `Etc/GMT+${u}` : `Etc/GMT${u}`;
578
- t.offset !== 0 && Oe.create(c).valid ? (a = c, this.dt = t) : (a = "UTC", this.dt = t.offset === 0 ? t : t.setZone("UTC").plus({ minutes: t.offset }), this.originalZone = t.zone);
578
+ t.offset !== 0 && Qe.create(c).valid ? (a = c, this.dt = t) : (a = "UTC", this.dt = t.offset === 0 ? t : t.setZone("UTC").plus({ minutes: t.offset }), this.originalZone = t.zone);
579
579
  } else
580
580
  t.zone.type === "system" ? this.dt = t : t.zone.type === "iana" ? (this.dt = t, a = t.zone.name) : (a = "UTC", this.dt = t.setZone("UTC").plus({ minutes: t.offset }), this.originalZone = t.zone);
581
581
  const i = { ...this.opts };
@@ -848,14 +848,14 @@ class Zl extends rr {
848
848
  return !1;
849
849
  }
850
850
  }
851
- function at(e, t) {
851
+ function nt(e, t) {
852
852
  if (K(e) || e === null)
853
853
  return t;
854
854
  if (e instanceof rr)
855
855
  return e;
856
856
  if (Hl(e)) {
857
857
  const r = e.toLowerCase();
858
- return r === "default" ? t : r === "local" || r === "system" ? Wr.instance : r === "utc" || r === "gmt" ? De.utcInstance : De.parseSpecifier(r) || Oe.create(e);
858
+ return r === "default" ? t : r === "local" || r === "system" ? Wr.instance : r === "utc" || r === "gmt" ? De.utcInstance : De.parseSpecifier(r) || Qe.create(e);
859
859
  } else
860
860
  return mt(e) ? De.instance(e) : typeof e == "object" && "offset" in e && typeof e.offset == "function" ? e : new Zl(e);
861
861
  }
@@ -892,7 +892,7 @@ class ge {
892
892
  * @type {Zone}
893
893
  */
894
894
  static get defaultZone() {
895
- return at(Ta, Wr.instance);
895
+ return nt(Ta, Wr.instance);
896
896
  }
897
897
  /**
898
898
  * Get the default locale to create DateTimes with. Does not affect existing instances.
@@ -995,7 +995,7 @@ class ge {
995
995
  * @return {void}
996
996
  */
997
997
  static resetCaches() {
998
- ce.resetCache(), Oe.resetCache();
998
+ ce.resetCache(), Qe.resetCache();
999
999
  }
1000
1000
  }
1001
1001
  class Ge {
@@ -1151,7 +1151,7 @@ function be(e, t = 2) {
1151
1151
  let n;
1152
1152
  return r ? n = "-" + ("" + -e).padStart(t, "0") : n = ("" + e).padStart(t, "0"), n;
1153
1153
  }
1154
- function nt(e) {
1154
+ function rt(e) {
1155
1155
  if (!(K(e) || e === null || e === ""))
1156
1156
  return parseInt(e, 10);
1157
1157
  }
@@ -1637,7 +1637,7 @@ function vs(...e) {
1637
1637
  const n = {};
1638
1638
  let a;
1639
1639
  for (a = 0; a < e.length; a++)
1640
- n[e[a]] = nt(t[r + a]);
1640
+ n[e[a]] = rt(t[r + a]);
1641
1641
  return [n, null, r + a];
1642
1642
  };
1643
1643
  }
@@ -1646,7 +1646,7 @@ const ws = /(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/, lc = `(?:${ws.source}?(?:\\[(${ys.
1646
1646
  ), gc = RegExp(`(?: ${bs.source})?`);
1647
1647
  function Pt(e, t, r) {
1648
1648
  const n = e[t];
1649
- return K(n) ? r : nt(n);
1649
+ return K(n) ? r : rt(n);
1650
1650
  }
1651
1651
  function yc(e, t) {
1652
1652
  return [{
@@ -1668,7 +1668,7 @@ function ar(e, t) {
1668
1668
  return [{}, a, t + 3];
1669
1669
  }
1670
1670
  function ir(e, t) {
1671
- const r = e[t] ? Oe.create(e[t]) : null;
1671
+ const r = e[t] ? Qe.create(e[t]) : null;
1672
1672
  return [{}, r, t + 1];
1673
1673
  }
1674
1674
  const vc = RegExp(`^T?${ra.source}$`), wc = /^-?P(?:(?:(-?\d{1,20}(?:\.\d{1,20})?)Y)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20}(?:\.\d{1,20})?)W)?(?:(-?\d{1,20}(?:\.\d{1,20})?)D)?(?:T(?:(-?\d{1,20}(?:\.\d{1,20})?)H)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20})(?:[.,](-?\d{1,20}))?S)?)?)$/;
@@ -1700,13 +1700,13 @@ const bc = {
1700
1700
  };
1701
1701
  function aa(e, t, r, n, a, i, u) {
1702
1702
  const c = {
1703
- year: t.length === 2 ? Mn(nt(t)) : nt(t),
1703
+ year: t.length === 2 ? Mn(rt(t)) : rt(t),
1704
1704
  month: cs.indexOf(r) + 1,
1705
- day: nt(n),
1706
- hour: nt(a),
1707
- minute: nt(i)
1705
+ day: rt(n),
1706
+ hour: rt(a),
1707
+ minute: rt(i)
1708
1708
  };
1709
- return u && (c.second = nt(u)), e && (c.weekday = e.length > 3 ? fs.indexOf(e) + 1 : ds.indexOf(e) + 1), c;
1709
+ return u && (c.second = rt(u)), e && (c.weekday = e.length > 3 ? fs.indexOf(e) + 1 : ds.indexOf(e) + 1), c;
1710
1710
  }
1711
1711
  const Tc = /^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|(?:([+-]\d\d)(\d\d)))$/;
1712
1712
  function Ic(e) {
@@ -1884,7 +1884,7 @@ const Fa = "Invalid Duration", Is = {
1884
1884
  "seconds",
1885
1885
  "milliseconds"
1886
1886
  ], Jc = dt.slice(0).reverse();
1887
- function rt(e, t, r = !1) {
1887
+ function tt(e, t, r = !1) {
1888
1888
  const n = {
1889
1889
  values: r ? t.values : { ...e.values, ...t.values || {} },
1890
1890
  loc: e.loc.clone(t.loc),
@@ -2253,7 +2253,7 @@ class re {
2253
2253
  const r = re.fromDurationLike(t), n = {};
2254
2254
  for (const a of dt)
2255
2255
  (Ft(r.values, a) || Ft(this.values, a)) && (n[a] = r.get(a) + this.get(a));
2256
- return rt(this, { values: n }, !0);
2256
+ return tt(this, { values: n }, !0);
2257
2257
  }
2258
2258
  /**
2259
2259
  * Make this Duration shorter by the specified amount. Return a newly-constructed Duration.
@@ -2279,7 +2279,7 @@ class re {
2279
2279
  const r = {};
2280
2280
  for (const n of Object.keys(this.values))
2281
2281
  r[n] = ls(t(this.values[n], n));
2282
- return rt(this, { values: r }, !0);
2282
+ return tt(this, { values: r }, !0);
2283
2283
  }
2284
2284
  /**
2285
2285
  * Get the value of unit.
@@ -2303,7 +2303,7 @@ class re {
2303
2303
  if (!this.isValid)
2304
2304
  return this;
2305
2305
  const r = { ...this.values, ...Lr(t, re.normalizeUnit) };
2306
- return rt(this, { values: r });
2306
+ return tt(this, { values: r });
2307
2307
  }
2308
2308
  /**
2309
2309
  * "Set" the locale and/or numberingSystem. Returns a newly-constructed Duration.
@@ -2312,7 +2312,7 @@ class re {
2312
2312
  */
2313
2313
  reconfigure({ locale: t, numberingSystem: r, conversionAccuracy: n, matrix: a } = {}) {
2314
2314
  const u = { loc: this.loc.clone({ locale: t, numberingSystem: r }), matrix: a, conversionAccuracy: n };
2315
- return rt(this, u);
2315
+ return tt(this, u);
2316
2316
  }
2317
2317
  /**
2318
2318
  * Return the length of the duration in the specified unit.
@@ -2344,7 +2344,7 @@ class re {
2344
2344
  if (!this.isValid)
2345
2345
  return this;
2346
2346
  const t = this.toObject();
2347
- return $a(this.matrix, t), rt(this, { values: t }, !0);
2347
+ return $a(this.matrix, t), tt(this, { values: t }, !0);
2348
2348
  }
2349
2349
  /**
2350
2350
  * Rescale units to its largest representation
@@ -2355,7 +2355,7 @@ class re {
2355
2355
  if (!this.isValid)
2356
2356
  return this;
2357
2357
  const t = jc(this.normalize().shiftToAll().toObject());
2358
- return rt(this, { values: t }, !0);
2358
+ return tt(this, { values: t }, !0);
2359
2359
  }
2360
2360
  /**
2361
2361
  * Convert this Duration into its representation in a different set of units.
@@ -2383,7 +2383,7 @@ class re {
2383
2383
  mt(a[u]) && (n[u] = a[u]);
2384
2384
  for (const u in n)
2385
2385
  n[u] !== 0 && (r[i] += u === i ? n[u] : n[u] / this.matrix[i][u]);
2386
- return $a(this.matrix, r), rt(this, { values: r }, !0);
2386
+ return $a(this.matrix, r), tt(this, { values: r }, !0);
2387
2387
  }
2388
2388
  /**
2389
2389
  * Shift this Duration to all available units.
@@ -2413,7 +2413,7 @@ class re {
2413
2413
  const t = {};
2414
2414
  for (const r of Object.keys(this.values))
2415
2415
  t[r] = this.values[r] === 0 ? 0 : -this.values[r];
2416
- return rt(this, { values: t }, !0);
2416
+ return tt(this, { values: t }, !0);
2417
2417
  }
2418
2418
  /**
2419
2419
  * Get the years.
@@ -2994,7 +2994,7 @@ class hr {
2994
2994
  * @return {boolean}
2995
2995
  */
2996
2996
  static isValidIANAZone(t) {
2997
- return Oe.isValidZone(t);
2997
+ return Qe.isValidZone(t);
2998
2998
  }
2999
2999
  /**
3000
3000
  * Converts the input into a {@link Zone} instance.
@@ -3011,7 +3011,7 @@ class hr {
3011
3011
  * @return {Zone}
3012
3012
  */
3013
3013
  static normalizeZone(t) {
3014
- return at(t, ge.defaultZone);
3014
+ return nt(t, ge.defaultZone);
3015
3015
  }
3016
3016
  /**
3017
3017
  * Get the weekday on which the week starts according to the given locale.
@@ -3495,7 +3495,7 @@ function co(e) {
3495
3495
  }
3496
3496
  };
3497
3497
  let r = null, n;
3498
- return K(e.z) || (r = Oe.create(e.z)), K(e.Z) || (r || (r = new De(e.Z)), n = e.Z), K(e.q) || (e.M = (e.q - 1) * 3 + 1), K(e.h) || (e.h < 12 && e.a === 1 ? e.h += 12 : e.h === 12 && e.a === 0 && (e.h = 0)), e.G === 0 && e.y && (e.y = -e.y), K(e.u) || (e.S = ea(e.u)), [Object.keys(e).reduce((i, u) => {
3498
+ return K(e.z) || (r = Qe.create(e.z)), K(e.Z) || (r || (r = new De(e.Z)), n = e.Z), K(e.q) || (e.M = (e.q - 1) * 3 + 1), K(e.h) || (e.h < 12 && e.a === 1 ? e.h += 12 : e.h === 12 && e.a === 0 && (e.h = 0)), e.G === 0 && e.y && (e.y = -e.y), K(e.u) || (e.S = ea(e.u)), [Object.keys(e).reduce((i, u) => {
3499
3499
  const c = t(u);
3500
3500
  return c && (i[c] = e[u]), i;
3501
3501
  }, {}), r, n];
@@ -3711,7 +3711,7 @@ function qa(e) {
3711
3711
  }
3712
3712
  }
3713
3713
  function Ha(e, t) {
3714
- const r = at(t.zone, ge.defaultZone), n = ce.fromObject(t), a = ge.now();
3714
+ const r = nt(t.zone, ge.defaultZone), n = ce.fromObject(t), a = ge.now();
3715
3715
  let i, u;
3716
3716
  if (K(e.year))
3717
3717
  i = a;
@@ -3834,7 +3834,7 @@ class Y {
3834
3834
  const n = Yl(t) ? t.valueOf() : NaN;
3835
3835
  if (Number.isNaN(n))
3836
3836
  return Y.invalid("invalid input");
3837
- const a = at(r.zone, ge.defaultZone);
3837
+ const a = nt(r.zone, ge.defaultZone);
3838
3838
  return a.isValid ? new Y({
3839
3839
  ts: n,
3840
3840
  zone: a,
@@ -3855,7 +3855,7 @@ class Y {
3855
3855
  if (mt(t))
3856
3856
  return t < -za || t > za ? Y.invalid("Timestamp out of range") : new Y({
3857
3857
  ts: t,
3858
- zone: at(r.zone, ge.defaultZone),
3858
+ zone: nt(r.zone, ge.defaultZone),
3859
3859
  loc: ce.fromObject(r)
3860
3860
  });
3861
3861
  throw new Ne(
@@ -3876,7 +3876,7 @@ class Y {
3876
3876
  if (mt(t))
3877
3877
  return new Y({
3878
3878
  ts: t * 1e3,
3879
- zone: at(r.zone, ge.defaultZone),
3879
+ zone: nt(r.zone, ge.defaultZone),
3880
3880
  loc: ce.fromObject(r)
3881
3881
  });
3882
3882
  throw new Ne("fromSeconds requires a numerical input");
@@ -3915,7 +3915,7 @@ class Y {
3915
3915
  */
3916
3916
  static fromObject(t, r = {}) {
3917
3917
  t = t || {};
3918
- const n = at(r.zone, ge.defaultZone);
3918
+ const n = nt(r.zone, ge.defaultZone);
3919
3919
  if (!n.isValid)
3920
3920
  return Y.invalid(yr(n));
3921
3921
  const a = ce.fromObject(r), i = Lr(t, qa), { minDaysInFirstWeek: u, startOfWeek: c } = Ma(i, a), o = ge.now(), m = K(r.specificOffset) ? n.offset(o) : r.specificOffset, I = !K(i.ordinal), d = !K(i.year), g = !K(i.month) || !K(i.day), l = d || g, s = i.weekYear || i.weekNumber;
@@ -4495,7 +4495,7 @@ class Y {
4495
4495
  * @return {DateTime}
4496
4496
  */
4497
4497
  setZone(t, { keepLocalTime: r = !1, keepCalendarTime: n = !1 } = {}) {
4498
- if (t = at(t, ge.defaultZone), t.equals(this.zone))
4498
+ if (t = nt(t, ge.defaultZone), t.equals(this.zone))
4499
4499
  return this;
4500
4500
  if (t.isValid) {
4501
4501
  let a = this.ts;
@@ -6341,7 +6341,7 @@ var Rs = { exports: {} };
6341
6341
  function pr() {
6342
6342
  return typeof openDatabase == "function";
6343
6343
  }
6344
- var He = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", en = "~~local_forage_type~", lr = /^~~local_forage_type~([^~]+)~/, Dt = "__lfsc__:", ut = Dt.length, Bt = "arbf", Ke = "blob", cr = "si08", or = "ui08", zt = "uic8", Zt = "si16", F = "si32", te = "ur16", H = "ui32", se = "fl32", xe = "fl64", Le = ut + Bt.length, pe = Object.prototype.toString;
6344
+ var He = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", en = "~~local_forage_type~", lr = /^~~local_forage_type~([^~]+)~/, Dt = "__lfsc__:", ut = Dt.length, Bt = "arbf", Ke = "blob", cr = "si08", or = "ui08", zt = "uic8", Zt = "si16", F = "si32", te = "ur16", H = "ui32", se = "fl32", xe = "fl64", Le = ut + Bt.length, Oe = Object.prototype.toString;
6345
6345
  function Ye(f) {
6346
6346
  var v = f.length * 0.75, h = f.length, T, D = 0, b, P, R, $;
6347
6347
  f[f.length - 1] === "=" && (v--, f[f.length - 2] === "=" && v--);
@@ -6358,7 +6358,7 @@ var Rs = { exports: {} };
6358
6358
  }
6359
6359
  function lt(f, v) {
6360
6360
  var h = "";
6361
- if (f && (h = pe.call(f)), f && (h === "[object ArrayBuffer]" || f.buffer && pe.call(f.buffer) === "[object ArrayBuffer]")) {
6361
+ if (f && (h = Oe.call(f)), f && (h === "[object ArrayBuffer]" || f.buffer && Oe.call(f.buffer) === "[object ArrayBuffer]")) {
6362
6362
  var T, D = Dt;
6363
6363
  f instanceof ArrayBuffer ? (T = f, D += Bt) : (T = f.buffer, h === "[object Int8Array]" ? D += cr : h === "[object Uint8Array]" ? D += or : h === "[object Uint8ClampedArray]" ? D += zt : h === "[object Int16Array]" ? D += Zt : h === "[object Uint16Array]" ? D += te : h === "[object Int32Array]" ? D += F : h === "[object Uint32Array]" ? D += H : h === "[object Float32Array]" ? D += se : h === "[object Float64Array]" ? D += xe : v(new Error("Failed to get type for BinaryArray"))), v(D + Ie(T));
6364
6364
  } else if (h === "[object Blob]") {
@@ -6442,7 +6442,7 @@ var Rs = { exports: {} };
6442
6442
  });
6443
6443
  return h.serializer = tn, D;
6444
6444
  }
6445
- function et(f, v, h, T, D, b) {
6445
+ function pe(f, v, h, T, D, b) {
6446
6446
  f.executeSql(h, T, D, function(P, R) {
6447
6447
  R.code === R.SYNTAX_ERR ? P.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name = ?", [v.storeName], function($, V) {
6448
6448
  V.rows.length ? b($, R) : fa($, v, function() {
@@ -6458,7 +6458,7 @@ var Rs = { exports: {} };
6458
6458
  h.ready().then(function() {
6459
6459
  var P = h._dbInfo;
6460
6460
  P.db.transaction(function(R) {
6461
- et(R, P, "SELECT * FROM " + P.storeName + " WHERE key = ? LIMIT 1", [f], function($, V) {
6461
+ pe(R, P, "SELECT * FROM " + P.storeName + " WHERE key = ? LIMIT 1", [f], function($, V) {
6462
6462
  var W = V.rows.length ? V.rows.item(0).value : null;
6463
6463
  W && (W = P.serializer.deserialize(W)), D(W);
6464
6464
  }, function($, V) {
@@ -6474,7 +6474,7 @@ var Rs = { exports: {} };
6474
6474
  h.ready().then(function() {
6475
6475
  var P = h._dbInfo;
6476
6476
  P.db.transaction(function(R) {
6477
- et(R, P, "SELECT * FROM " + P.storeName, [], function($, V) {
6477
+ pe(R, P, "SELECT * FROM " + P.storeName, [], function($, V) {
6478
6478
  for (var W = V.rows, G = W.length, p = 0; p < G; p++) {
6479
6479
  var ue = W.item(p), le = ue.value;
6480
6480
  if (le && (le = P.serializer.deserialize(le)), le = f(le, ue.key, p + 1), le !== void 0) {
@@ -6500,7 +6500,7 @@ var Rs = { exports: {} };
6500
6500
  var $ = v, V = D._dbInfo;
6501
6501
  V.serializer.serialize(v, function(W, G) {
6502
6502
  G ? R(G) : V.db.transaction(function(p) {
6503
- et(p, V, "INSERT OR REPLACE INTO " + V.storeName + " (key, value) VALUES (?, ?)", [f, W], function() {
6503
+ pe(p, V, "INSERT OR REPLACE INTO " + V.storeName + " (key, value) VALUES (?, ?)", [f, W], function() {
6504
6504
  P($);
6505
6505
  }, function(ue, le) {
6506
6506
  R(le);
@@ -6529,7 +6529,7 @@ var Rs = { exports: {} };
6529
6529
  h.ready().then(function() {
6530
6530
  var P = h._dbInfo;
6531
6531
  P.db.transaction(function(R) {
6532
- et(R, P, "DELETE FROM " + P.storeName + " WHERE key = ?", [f], function() {
6532
+ pe(R, P, "DELETE FROM " + P.storeName + " WHERE key = ?", [f], function() {
6533
6533
  D();
6534
6534
  }, function($, V) {
6535
6535
  b(V);
@@ -6544,7 +6544,7 @@ var Rs = { exports: {} };
6544
6544
  v.ready().then(function() {
6545
6545
  var b = v._dbInfo;
6546
6546
  b.db.transaction(function(P) {
6547
- et(P, b, "DELETE FROM " + b.storeName, [], function() {
6547
+ pe(P, b, "DELETE FROM " + b.storeName, [], function() {
6548
6548
  T();
6549
6549
  }, function(R, $) {
6550
6550
  D($);
@@ -6559,7 +6559,7 @@ var Rs = { exports: {} };
6559
6559
  v.ready().then(function() {
6560
6560
  var b = v._dbInfo;
6561
6561
  b.db.transaction(function(P) {
6562
- et(P, b, "SELECT COUNT(key) as c FROM " + b.storeName, [], function(R, $) {
6562
+ pe(P, b, "SELECT COUNT(key) as c FROM " + b.storeName, [], function(R, $) {
6563
6563
  var V = $.rows.item(0).c;
6564
6564
  T(V);
6565
6565
  }, function(R, $) {
@@ -6575,7 +6575,7 @@ var Rs = { exports: {} };
6575
6575
  h.ready().then(function() {
6576
6576
  var P = h._dbInfo;
6577
6577
  P.db.transaction(function(R) {
6578
- et(R, P, "SELECT key FROM " + P.storeName + " WHERE id = ? LIMIT 1", [f + 1], function($, V) {
6578
+ pe(R, P, "SELECT key FROM " + P.storeName + " WHERE id = ? LIMIT 1", [f + 1], function($, V) {
6579
6579
  var W = V.rows.length ? V.rows.item(0).key : null;
6580
6580
  D(W);
6581
6581
  }, function($, V) {
@@ -6591,7 +6591,7 @@ var Rs = { exports: {} };
6591
6591
  v.ready().then(function() {
6592
6592
  var b = v._dbInfo;
6593
6593
  b.db.transaction(function(P) {
6594
- et(P, b, "SELECT key FROM " + b.storeName, [], function(R, $) {
6594
+ pe(P, b, "SELECT key FROM " + b.storeName, [], function(R, $) {
6595
6595
  for (var V = [], W = 0; W < $.rows.length; W++)
6596
6596
  V.push($.rows.item(W).key);
6597
6597
  T(V);
@@ -8739,7 +8739,7 @@ function nm(e, t) {
8739
8739
  storageMode: a,
8740
8740
  nav: i
8741
8741
  })
8742
- }), k = U(() => e.errorMsg ?? d.value), C = U(() => e.loadingMsg ?? g.value), L = U(() => C.value != null), A = J(e.itemID ?? (r ? (Q = c == null ? void 0 : c.params) == null ? void 0 : Q.id : void 0)), M = J(A.value == "new" ? "new" : e.startEditing ? "edit" : "view"), N = Qe(!1), _ = U(() => {
8742
+ }), k = U(() => e.errorMsg ?? d.value), C = U(() => e.loadingMsg ?? g.value), L = U(() => C.value != null), A = J(e.itemID ?? (r ? (Q = c == null ? void 0 : c.params) == null ? void 0 : Q.id : void 0)), M = J(A.value == "new" ? "new" : e.startEditing ? "edit" : "view"), N = Xe(!1), _ = U(() => {
8743
8743
  let Z = e.params != null ? { ...e.params } : {};
8744
8744
  return e.includeDetails != null && (Z.includeDetails = e.includeDetails), Z;
8745
8745
  }), S = U(() => {
@@ -9017,7 +9017,7 @@ function am(e, t, r) {
9017
9017
  const _ = J(O(e.startShowingInactive) ?? !1), S = U(() => [
9018
9018
  ...e.searchProps ?? [],
9019
9019
  ...(e.headers ?? []).filter((F) => F.searchable != null && F.value != null).map((F) => F.value ?? "")
9020
- ]), x = J([]), j = Qe([]), ee = J([]);
9020
+ ]), x = J([]), j = Xe([]), ee = J([]);
9021
9021
  let ne;
9022
9022
  const { actionErrorMsg: de, actionLoadingMsg: ke, deleteItem: z, doAction: X, getItem: q, getAllItems: ve, restoreItem: Q } = Vs({
9023
9023
  nav: I,
@@ -9028,10 +9028,10 @@ function am(e, t, r) {
9028
9028
  storageMode: g,
9029
9029
  nav: I
9030
9030
  })
9031
- }), Z = U(() => e.errorMsg ?? de.value), oe = U(() => e.loadingMsg ?? ke.value), we = U(() => oe.value != null), Te = Qe(!1), _e = Qe(e.showSearch ?? !0), Tt = J(0), It = U(() => {
9031
+ }), Z = U(() => e.errorMsg ?? de.value), oe = U(() => e.loadingMsg ?? ke.value), we = U(() => oe.value != null), Te = Xe(!1), _e = Xe(e.showSearch ?? !0), Tt = J(0), It = U(() => {
9032
9032
  let F, te = [];
9033
9033
  E.value.forEach((se) => {
9034
- const xe = w.value[se], Le = l.find((pe) => pe.name == xe);
9034
+ const xe = w.value[se], Le = l.find((Oe) => Oe.name == xe);
9035
9035
  Le != null ? F = F != null ? `${F}ANDALSO${Le.filterFunction()}` : Le.filterFunction() : te.push(xe);
9036
9036
  });
9037
9037
  const H = {};
@@ -9070,11 +9070,11 @@ function am(e, t, r) {
9070
9070
  const {
9071
9071
  additionalUrl: te,
9072
9072
  onDeleteAsync: H
9073
- } = { ...e }, se = O(F), xe = se.id, Le = (pe) => {
9074
- if (pe != null) {
9075
- let Ye = x.value.findIndex((Ie) => Ie.id == pe);
9073
+ } = { ...e }, se = O(F), xe = se.id, Le = (Oe) => {
9074
+ if (Oe != null) {
9075
+ let Ye = x.value.findIndex((Ie) => Ie.id == Oe);
9076
9076
  if (Ye > -1 && x.value.splice(Ye, 1), e.items != null) {
9077
- let Ie = e.items.findIndex((lt) => lt.id == pe);
9077
+ let Ie = e.items.findIndex((lt) => lt.id == Oe);
9078
9078
  Ie > -1 && e.items.splice(Ie, 1);
9079
9079
  }
9080
9080
  } else {
@@ -9322,24 +9322,7 @@ function um(e) {
9322
9322
  const t = [];
9323
9323
  return (e == null ? void 0 : e.required) == !0 && t.push((r) => !!r || "Field is required"), (e == null ? void 0 : e.otherRules) != null && (Array.isArray(e == null ? void 0 : e.otherRules) ? t.push(...e.otherRules) : t.push(e.otherRules)), (e == null ? void 0 : e.forPassword) == !0 && (t.push((r) => !!r || "Password is required"), t.push((r) => r != null && r.length > 9 || "Password must be 10 or more characters"), t.push((r) => /^(.*[a-z].*)$/.test(r) || "Password must contain a lowercase letter"), t.push((r) => /^(.*[A-Z].*)$/.test(r) || "Password must contain an uppercase letter"), t.push((r) => /^(.*\d.*)$/.test(r) || "Password must contain a number")), (e == null ? void 0 : e.forEmail) == !0 && (t.push((r) => !!r || "Email is required"), t.push((r) => Mo(r) || "Email must be valid")), t;
9324
9324
  }
9325
- function fe(e, t) {
9326
- return (r) => Object.keys(e).reduce((n, a) => {
9327
- const u = typeof e[a] == "object" && e[a] != null && !Array.isArray(e[a]) ? e[a] : {
9328
- type: e[a]
9329
- };
9330
- return r && a in r ? n[a] = {
9331
- ...u,
9332
- default: r[a]
9333
- } : n[a] = u, t && !n[a].source && (n[a].source = t), n;
9334
- }, {});
9335
- }
9336
- const Gr = fe({
9337
- class: [String, Array],
9338
- style: {
9339
- type: [String, Array, Object],
9340
- default: null
9341
- }
9342
- }, "component"), Us = typeof window < "u", af = Us && "IntersectionObserver" in window;
9325
+ const Us = typeof window < "u", af = Us && "IntersectionObserver" in window;
9343
9326
  function ua(e, t) {
9344
9327
  if (e === t)
9345
9328
  return !0;
@@ -9622,7 +9605,24 @@ function Ef(e) {
9622
9605
  const t = Math.abs(vi(jt(0), jt(e)));
9623
9606
  return Math.abs(vi(jt(16777215), jt(e))) > Math.min(t, 50) ? "#fff" : "#000";
9624
9607
  }
9625
- const Rr = Symbol.for("vuetify:defaults");
9608
+ function fe(e, t) {
9609
+ return (r) => Object.keys(e).reduce((n, a) => {
9610
+ const u = typeof e[a] == "object" && e[a] != null && !Array.isArray(e[a]) ? e[a] : {
9611
+ type: e[a]
9612
+ };
9613
+ return r && a in r ? n[a] = {
9614
+ ...u,
9615
+ default: r[a]
9616
+ } : n[a] = u, t && !n[a].source && (n[a].source = t), n;
9617
+ }, {});
9618
+ }
9619
+ const Gr = fe({
9620
+ class: [String, Array],
9621
+ style: {
9622
+ type: [String, Array, Object],
9623
+ default: null
9624
+ }
9625
+ }, "component"), Rr = Symbol.for("vuetify:defaults");
9626
9626
  function la() {
9627
9627
  const e = gt(Rr);
9628
9628
  if (!e)
@@ -9631,9 +9631,9 @@ function la() {
9631
9631
  }
9632
9632
  function Gs(e, t) {
9633
9633
  const r = la(), n = J(e), a = U(() => {
9634
- if (Xe(t == null ? void 0 : t.disabled))
9634
+ if (at(t == null ? void 0 : t.disabled))
9635
9635
  return r.value;
9636
- const u = Xe(t == null ? void 0 : t.scoped), c = Xe(t == null ? void 0 : t.reset), o = Xe(t == null ? void 0 : t.root);
9636
+ const u = at(t == null ? void 0 : t.scoped), c = at(t == null ? void 0 : t.reset), o = at(t == null ? void 0 : t.root);
9637
9637
  if (n.value == null && !(u || c || o))
9638
9638
  return r.value;
9639
9639
  let m = _t(n.value, {
@@ -9671,7 +9671,7 @@ function kf() {
9671
9671
  const I = Reflect.get(o, m);
9672
9672
  return m === "class" || m === "style" ? [(d = a.value) == null ? void 0 : d[m], I].filter((w) => w != null) : typeof m == "string" && !Df(n.vnode, m) ? ((g = a.value) == null ? void 0 : g[m]) ?? ((s = (l = r.value) == null ? void 0 : l.global) == null ? void 0 : s[m]) ?? I : I;
9673
9673
  }
9674
- }), u = Qe();
9674
+ }), u = Xe();
9675
9675
  Kn(() => {
9676
9676
  if (a.value) {
9677
9677
  const o = Object.entries(a.value).filter((m) => {
@@ -9752,83 +9752,87 @@ function ur(e) {
9752
9752
  const t = je("useRender");
9753
9753
  t.render = e;
9754
9754
  }
9755
- function Cf(e) {
9756
- let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "content";
9757
- const r = J(), n = J();
9758
- if (Us) {
9759
- const a = new ResizeObserver((i) => {
9760
- e == null || e(i, a), i.length && (t === "content" ? n.value = i[0].contentRect : n.value = i[0].target.getBoundingClientRect());
9761
- });
9762
- Vr(() => {
9763
- a.disconnect();
9764
- }), Me(r, (i, u) => {
9765
- u && (a.unobserve(ii(u)), n.value = void 0), i && a.observe(ii(i));
9766
- }, {
9767
- flush: "post"
9768
- });
9769
- }
9755
+ const Ys = fe({
9756
+ border: [Boolean, Number, String]
9757
+ }, "border");
9758
+ function Js(e) {
9759
+ let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : bt();
9770
9760
  return {
9771
- resizeRef: r,
9772
- contentRect: pu(n)
9761
+ borderClasses: U(() => {
9762
+ const n = Xt(e) ? e.value : e.border, a = [];
9763
+ if (n === !0 || n === "")
9764
+ a.push(`${t}--border`);
9765
+ else if (typeof n == "string" || n === 0)
9766
+ for (const i of String(n).split(" "))
9767
+ a.push(`border-${i}`);
9768
+ return a;
9769
+ })
9773
9770
  };
9774
9771
  }
9775
- function Af(e, t) {
9776
- let r;
9777
- function n() {
9778
- r = tl(), r.run(() => t.length ? t(() => {
9779
- r == null || r.stop(), n();
9780
- }) : t());
9772
+ const Cf = [null, "default", "comfortable", "compact"], js = fe({
9773
+ density: {
9774
+ type: String,
9775
+ default: "default",
9776
+ validator: (e) => Cf.includes(e)
9781
9777
  }
9782
- Me(e, (a) => {
9783
- a && !r ? n() : a || (r == null || r.stop(), r = void 0);
9784
- }, {
9785
- immediate: !0
9786
- }), el(() => {
9787
- r == null || r.stop();
9788
- });
9778
+ }, "density");
9779
+ function Ks(e) {
9780
+ let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : bt();
9781
+ return {
9782
+ densityClasses: U(() => `${t}--density-${e.density}`)
9783
+ };
9789
9784
  }
9790
- function Nf(e, t, r) {
9791
- let n = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : (d) => d, a = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : (d) => d;
9792
- const i = je("useProxiedModel"), u = J(e[t] !== void 0 ? e[t] : r), c = ht(t), m = c !== t ? U(() => {
9793
- var d, g, l, s;
9794
- return e[t], !!(((d = i.vnode.props) != null && d.hasOwnProperty(t) || (g = i.vnode.props) != null && g.hasOwnProperty(c)) && ((l = i.vnode.props) != null && l.hasOwnProperty(`onUpdate:${t}`) || (s = i.vnode.props) != null && s.hasOwnProperty(`onUpdate:${c}`)));
9795
- }) : U(() => {
9796
- var d, g;
9797
- return e[t], !!((d = i.vnode.props) != null && d.hasOwnProperty(t) && ((g = i.vnode.props) != null && g.hasOwnProperty(`onUpdate:${t}`)));
9798
- });
9799
- Af(() => !m.value, () => {
9800
- Me(() => e[t], (d) => {
9801
- u.value = d;
9802
- });
9803
- });
9804
- const I = U({
9805
- get() {
9806
- const d = e[t];
9807
- return n(m.value ? d : u.value);
9808
- },
9809
- set(d) {
9810
- const g = a(d), l = rl(m.value ? e[t] : u.value);
9811
- l === g || n(l) === d || (u.value = g, i == null || i.emit(`update:${t}`, g));
9785
+ const Xs = fe({
9786
+ elevation: {
9787
+ type: [Number, String],
9788
+ validator(e) {
9789
+ const t = parseInt(e);
9790
+ return !isNaN(t) && t >= 0 && // Material Design has a maximum elevation of 24
9791
+ // https://material.io/design/environment/elevation.html#default-elevations
9792
+ t <= 24;
9812
9793
  }
9813
- });
9814
- return Object.defineProperty(I, "externalValue", {
9815
- get: () => m.value ? e[t] : u.value
9816
- }), I;
9794
+ }
9795
+ }, "elevation");
9796
+ function Qs(e) {
9797
+ return {
9798
+ elevationClasses: U(() => {
9799
+ const r = Xt(e) ? e.value : e.elevation, n = [];
9800
+ return r == null || n.push(`elevation-${r}`), n;
9801
+ })
9802
+ };
9817
9803
  }
9818
- const Mf = Symbol.for("vuetify:locale");
9819
- function _f() {
9820
- const e = gt(Mf);
9821
- if (!e)
9822
- throw new Error("[Vuetify] Could not find injected rtl instance");
9804
+ const Os = fe({
9805
+ rounded: {
9806
+ type: [Boolean, Number, String],
9807
+ default: void 0
9808
+ },
9809
+ tile: Boolean
9810
+ }, "rounded");
9811
+ function ps(e) {
9812
+ let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : bt();
9823
9813
  return {
9824
- isRtl: e.isRtl,
9825
- rtlClasses: e.rtlClasses
9814
+ roundedClasses: U(() => {
9815
+ const n = Xt(e) ? e.value : e.rounded, a = Xt(e) ? e.value : e.tile, i = [];
9816
+ if (n === !0 || n === "")
9817
+ i.push(`${t}--rounded`);
9818
+ else if (typeof n == "string" || n === 0)
9819
+ for (const u of String(n).split(" "))
9820
+ i.push(`rounded-${u}`);
9821
+ else
9822
+ (a || n === !1) && i.push("rounded-0");
9823
+ return i;
9824
+ })
9826
9825
  };
9827
9826
  }
9828
- const bi = Symbol.for("vuetify:theme"), Hr = fe({
9827
+ const Hr = fe({
9828
+ tag: {
9829
+ type: String,
9830
+ default: "div"
9831
+ }
9832
+ }, "tag"), bi = Symbol.for("vuetify:theme"), Yr = fe({
9829
9833
  theme: String
9830
9834
  }, "theme");
9831
- function Yr(e) {
9835
+ function Jr(e) {
9832
9836
  je("provideTheme");
9833
9837
  const t = gt(bi, null);
9834
9838
  if (!t)
@@ -9841,62 +9845,7 @@ function Yr(e) {
9841
9845
  };
9842
9846
  return tr(bi, i), i;
9843
9847
  }
9844
- const Jr = fe({
9845
- tag: {
9846
- type: String,
9847
- default: "div"
9848
- }
9849
- }, "tag"), Lf = fe({
9850
- defaults: Object,
9851
- disabled: Boolean,
9852
- reset: [Number, String],
9853
- root: [Boolean, String],
9854
- scoped: Boolean
9855
- }, "VDefaultsProvider"), En = St(!1)({
9856
- name: "VDefaultsProvider",
9857
- props: Lf(),
9858
- setup(e, t) {
9859
- let {
9860
- slots: r
9861
- } = t;
9862
- const {
9863
- defaults: n,
9864
- disabled: a,
9865
- reset: i,
9866
- root: u,
9867
- scoped: c
9868
- } = Ci(e);
9869
- return Gs(n, {
9870
- reset: i,
9871
- root: u,
9872
- scoped: c,
9873
- disabled: a
9874
- }), () => {
9875
- var o;
9876
- return (o = r.default) == null ? void 0 : o.call(r);
9877
- };
9878
- }
9879
- }), Pf = fe({
9880
- height: [Number, String],
9881
- maxHeight: [Number, String],
9882
- maxWidth: [Number, String],
9883
- minHeight: [Number, String],
9884
- minWidth: [Number, String],
9885
- width: [Number, String]
9886
- }, "dimension");
9887
- function Rf(e) {
9888
- return {
9889
- dimensionStyles: U(() => ({
9890
- height: Ve(e.height),
9891
- maxHeight: Ve(e.maxHeight),
9892
- maxWidth: Ve(e.maxWidth),
9893
- minHeight: Ve(e.minHeight),
9894
- minWidth: Ve(e.minWidth),
9895
- width: Ve(e.width)
9896
- }))
9897
- };
9898
- }
9899
- function Ys(e) {
9848
+ function eu(e) {
9900
9849
  return zs(() => {
9901
9850
  const t = [], r = {};
9902
9851
  if (e.value.background)
@@ -9922,86 +9871,14 @@ function Hn(e, t) {
9922
9871
  })), {
9923
9872
  colorClasses: n,
9924
9873
  colorStyles: a
9925
- } = Ys(r);
9874
+ } = eu(r);
9926
9875
  return {
9927
9876
  textColorClasses: n,
9928
9877
  textColorStyles: a
9929
9878
  };
9930
9879
  }
9931
- const Js = fe({
9932
- rounded: {
9933
- type: [Boolean, Number, String],
9934
- default: void 0
9935
- },
9936
- tile: Boolean
9937
- }, "rounded");
9938
- function js(e) {
9939
- let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : bt();
9940
- return {
9941
- roundedClasses: U(() => {
9942
- const n = Xt(e) ? e.value : e.rounded, a = Xt(e) ? e.value : e.tile, i = [];
9943
- if (n === !0 || n === "")
9944
- i.push(`${t}--rounded`);
9945
- else if (typeof n == "string" || n === 0)
9946
- for (const u of String(n).split(" "))
9947
- i.push(`rounded-${u}`);
9948
- else
9949
- (a || n === !1) && i.push("rounded-0");
9950
- return i;
9951
- })
9952
- };
9953
- }
9954
- const Ks = fe({
9955
- border: [Boolean, Number, String]
9956
- }, "border");
9957
- function Xs(e) {
9958
- let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : bt();
9959
- return {
9960
- borderClasses: U(() => {
9961
- const n = Xt(e) ? e.value : e.border, a = [];
9962
- if (n === !0 || n === "")
9963
- a.push(`${t}--border`);
9964
- else if (typeof n == "string" || n === 0)
9965
- for (const i of String(n).split(" "))
9966
- a.push(`border-${i}`);
9967
- return a;
9968
- })
9969
- };
9970
- }
9971
- const Qs = fe({
9972
- elevation: {
9973
- type: [Number, String],
9974
- validator(e) {
9975
- const t = parseInt(e);
9976
- return !isNaN(t) && t >= 0 && // Material Design has a maximum elevation of 24
9977
- // https://material.io/design/environment/elevation.html#default-elevations
9978
- t <= 24;
9979
- }
9980
- }
9981
- }, "elevation");
9982
- function Os(e) {
9983
- return {
9984
- elevationClasses: U(() => {
9985
- const r = Xt(e) ? e.value : e.elevation, n = [];
9986
- return r == null || n.push(`elevation-${r}`), n;
9987
- })
9988
- };
9989
- }
9990
- const Ff = [null, "default", "comfortable", "compact"], ps = fe({
9991
- density: {
9992
- type: String,
9993
- default: "default",
9994
- validator: (e) => Ff.includes(e)
9995
- }
9996
- }, "density");
9997
- function eu(e) {
9998
- let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : bt();
9999
- return {
10000
- densityClasses: U(() => `${t}--density-${e.density}`)
10001
- };
10002
- }
10003
- const $f = ["elevated", "flat", "tonal", "outlined", "text", "plain"];
10004
- function Vf(e, t) {
9880
+ const Af = ["elevated", "flat", "tonal", "outlined", "text", "plain"];
9881
+ function Nf(e, t) {
10005
9882
  return ae(Ai, null, [e && ae("span", {
10006
9883
  key: "overlay",
10007
9884
  class: `${t}__overlay`
@@ -10015,24 +9892,24 @@ const tu = fe({
10015
9892
  variant: {
10016
9893
  type: String,
10017
9894
  default: "elevated",
10018
- validator: (e) => $f.includes(e)
9895
+ validator: (e) => Af.includes(e)
10019
9896
  }
10020
9897
  }, "variant");
10021
- function Wf(e) {
9898
+ function Mf(e) {
10022
9899
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : bt();
10023
9900
  const r = U(() => {
10024
9901
  const {
10025
9902
  variant: i
10026
- } = Xe(e);
9903
+ } = at(e);
10027
9904
  return `${t}--variant-${i}`;
10028
9905
  }), {
10029
9906
  colorClasses: n,
10030
9907
  colorStyles: a
10031
- } = Ys(U(() => {
9908
+ } = eu(U(() => {
10032
9909
  const {
10033
9910
  variant: i,
10034
9911
  color: u
10035
- } = Xe(e);
9912
+ } = at(e);
10036
9913
  return {
10037
9914
  [["elevated", "flat"].includes(i) ? "background" : "text"]: u
10038
9915
  };
@@ -10046,13 +9923,13 @@ function Wf(e) {
10046
9923
  const ru = fe({
10047
9924
  baseColor: String,
10048
9925
  divided: Boolean,
10049
- ...Ks(),
9926
+ ...Ys(),
10050
9927
  ...Gr(),
10051
- ...ps(),
10052
- ...Qs(),
10053
- ...Js(),
10054
- ...Jr(),
9928
+ ...js(),
9929
+ ...Xs(),
9930
+ ...Os(),
10055
9931
  ...Hr(),
9932
+ ...Yr(),
10056
9933
  ...tu()
10057
9934
  }, "VBtnGroup"), Ti = St()({
10058
9935
  name: "VBtnGroup",
@@ -10063,15 +9940,15 @@ const ru = fe({
10063
9940
  } = t;
10064
9941
  const {
10065
9942
  themeClasses: n
10066
- } = Yr(e), {
9943
+ } = Jr(e), {
10067
9944
  densityClasses: a
10068
- } = eu(e), {
9945
+ } = Ks(e), {
10069
9946
  borderClasses: i
10070
- } = Xs(e), {
9947
+ } = Js(e), {
10071
9948
  elevationClasses: u
10072
- } = Os(e), {
9949
+ } = Qs(e), {
10073
9950
  roundedClasses: c
10074
- } = js(e);
9951
+ } = ps(e);
10075
9952
  Gs({
10076
9953
  VBtn: {
10077
9954
  height: "auto",
@@ -10088,7 +9965,51 @@ const ru = fe({
10088
9965
  style: e.style
10089
9966
  }, r));
10090
9967
  }
10091
- }), Uf = fe({
9968
+ });
9969
+ function _f(e, t) {
9970
+ let r;
9971
+ function n() {
9972
+ r = el(), r.run(() => t.length ? t(() => {
9973
+ r == null || r.stop(), n();
9974
+ }) : t());
9975
+ }
9976
+ Me(e, (a) => {
9977
+ a && !r ? n() : a || (r == null || r.stop(), r = void 0);
9978
+ }, {
9979
+ immediate: !0
9980
+ }), pu(() => {
9981
+ r == null || r.stop();
9982
+ });
9983
+ }
9984
+ function Lf(e, t, r) {
9985
+ let n = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : (d) => d, a = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : (d) => d;
9986
+ const i = je("useProxiedModel"), u = J(e[t] !== void 0 ? e[t] : r), c = ht(t), m = c !== t ? U(() => {
9987
+ var d, g, l, s;
9988
+ return e[t], !!(((d = i.vnode.props) != null && d.hasOwnProperty(t) || (g = i.vnode.props) != null && g.hasOwnProperty(c)) && ((l = i.vnode.props) != null && l.hasOwnProperty(`onUpdate:${t}`) || (s = i.vnode.props) != null && s.hasOwnProperty(`onUpdate:${c}`)));
9989
+ }) : U(() => {
9990
+ var d, g;
9991
+ return e[t], !!((d = i.vnode.props) != null && d.hasOwnProperty(t) && ((g = i.vnode.props) != null && g.hasOwnProperty(`onUpdate:${t}`)));
9992
+ });
9993
+ _f(() => !m.value, () => {
9994
+ Me(() => e[t], (d) => {
9995
+ u.value = d;
9996
+ });
9997
+ });
9998
+ const I = U({
9999
+ get() {
10000
+ const d = e[t];
10001
+ return n(m.value ? d : u.value);
10002
+ },
10003
+ set(d) {
10004
+ const g = a(d), l = tl(m.value ? e[t] : u.value);
10005
+ l === g || n(l) === d || (u.value = g, i == null || i.emit(`update:${t}`, g));
10006
+ }
10007
+ });
10008
+ return Object.defineProperty(I, "externalValue", {
10009
+ get: () => m.value ? e[t] : u.value
10010
+ }), I;
10011
+ }
10012
+ const Pf = fe({
10092
10013
  modelValue: {
10093
10014
  type: null,
10094
10015
  default: void 0
@@ -10098,12 +10019,12 @@ const ru = fe({
10098
10019
  max: Number,
10099
10020
  selectedClass: String,
10100
10021
  disabled: Boolean
10101
- }, "group"), Bf = fe({
10022
+ }, "group"), Rf = fe({
10102
10023
  value: null,
10103
10024
  disabled: Boolean,
10104
10025
  selectedClass: String
10105
10026
  }, "group-item");
10106
- function zf(e, t) {
10027
+ function Ff(e, t) {
10107
10028
  let r = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : !0;
10108
10029
  const n = je("useGroupItem");
10109
10030
  if (!n)
@@ -10142,15 +10063,15 @@ function zf(e, t) {
10142
10063
  group: i
10143
10064
  };
10144
10065
  }
10145
- function Zf(e, t) {
10066
+ function $f(e, t) {
10146
10067
  let r = !1;
10147
- const n = xi([]), a = Nf(e, "modelValue", [], (g) => g == null ? [] : nu(n, uf(g)), (g) => {
10148
- const l = qf(n, g);
10068
+ const n = xi([]), a = Lf(e, "modelValue", [], (g) => g == null ? [] : nu(n, uf(g)), (g) => {
10069
+ const l = Wf(n, g);
10149
10070
  return e.multiple ? l : l[0];
10150
10071
  }), i = je("useGroup");
10151
10072
  function u(g, l) {
10152
10073
  const s = g, w = Symbol.for(`${t.description}:id`), y = Cr(w, i == null ? void 0 : i.vnode).indexOf(l);
10153
- Xe(s.value) == null && (s.value = y, s.useIndexAsValue = !0), y > -1 ? n.splice(y, 0, s) : n.push(s);
10074
+ at(s.value) == null && (s.value = y, s.useIndexAsValue = !0), y > -1 ? n.splice(y, 0, s) : n.push(s);
10154
10075
  }
10155
10076
  function c(g) {
10156
10077
  if (r)
@@ -10167,7 +10088,7 @@ function Zf(e, t) {
10167
10088
  o();
10168
10089
  }), Vr(() => {
10169
10090
  r = !0;
10170
- }), nl(() => {
10091
+ }), rl(() => {
10171
10092
  for (let g = 0; g < n.length; g++)
10172
10093
  n[g].useIndexAsValue && (n[g].value = g);
10173
10094
  });
@@ -10211,11 +10132,11 @@ function Zf(e, t) {
10211
10132
  isSelected: (g) => a.value.includes(g),
10212
10133
  selectedClass: U(() => e.selectedClass),
10213
10134
  items: U(() => n),
10214
- getItemIndex: (g) => Gf(n, g)
10135
+ getItemIndex: (g) => Vf(n, g)
10215
10136
  };
10216
10137
  return tr(t, d), d;
10217
10138
  }
10218
- function Gf(e, t) {
10139
+ function Vf(e, t) {
10219
10140
  const r = nu(e, [t]);
10220
10141
  return r.length ? e.findIndex((n) => n.id === r[0]) : -1;
10221
10142
  }
@@ -10226,7 +10147,7 @@ function nu(e, t) {
10226
10147
  (a == null ? void 0 : a.value) != null ? r.push(a.id) : i != null && r.push(i.id);
10227
10148
  }), r;
10228
10149
  }
10229
- function qf(e, t) {
10150
+ function Wf(e, t) {
10230
10151
  const r = [];
10231
10152
  return t.forEach((n) => {
10232
10153
  const a = e.findIndex((i) => i.id === n);
@@ -10236,13 +10157,13 @@ function qf(e, t) {
10236
10157
  }
10237
10158
  }), r;
10238
10159
  }
10239
- const au = Symbol.for("vuetify:v-btn-toggle"), Hf = fe({
10160
+ const au = Symbol.for("vuetify:v-btn-toggle"), Uf = fe({
10240
10161
  ...ru(),
10241
- ...Uf()
10162
+ ...Pf()
10242
10163
  }, "VBtnToggle");
10243
10164
  St()({
10244
10165
  name: "VBtnToggle",
10245
- props: Hf(),
10166
+ props: Uf(),
10246
10167
  emits: {
10247
10168
  "update:modelValue": (e) => !0
10248
10169
  },
@@ -10256,7 +10177,7 @@ St()({
10256
10177
  prev: i,
10257
10178
  select: u,
10258
10179
  selected: c
10259
- } = Zf(e, au);
10180
+ } = $f(e, au);
10260
10181
  return ur(() => {
10261
10182
  const o = Ti.filterProps(e);
10262
10183
  return ae(Ti, Xn({
@@ -10282,7 +10203,37 @@ St()({
10282
10203
  };
10283
10204
  }
10284
10205
  });
10285
- const Fr = [String, Function, Object, Array], Yf = Symbol.for("vuetify:icons"), jr = fe({
10206
+ const Bf = fe({
10207
+ defaults: Object,
10208
+ disabled: Boolean,
10209
+ reset: [Number, String],
10210
+ root: [Boolean, String],
10211
+ scoped: Boolean
10212
+ }, "VDefaultsProvider"), En = St(!1)({
10213
+ name: "VDefaultsProvider",
10214
+ props: Bf(),
10215
+ setup(e, t) {
10216
+ let {
10217
+ slots: r
10218
+ } = t;
10219
+ const {
10220
+ defaults: n,
10221
+ disabled: a,
10222
+ reset: i,
10223
+ root: u,
10224
+ scoped: c
10225
+ } = Ci(e);
10226
+ return Gs(n, {
10227
+ reset: i,
10228
+ root: u,
10229
+ scoped: c,
10230
+ disabled: a
10231
+ }), () => {
10232
+ var o;
10233
+ return (o = r.default) == null ? void 0 : o.call(r);
10234
+ };
10235
+ }
10236
+ }), Fr = [String, Function, Object, Array], zf = Symbol.for("vuetify:icons"), jr = fe({
10286
10237
  icon: {
10287
10238
  type: Fr
10288
10239
  },
@@ -10308,7 +10259,7 @@ const Fr = [String, Function, Object, Array], Yf = Symbol.for("vuetify:icons"),
10308
10259
  });
10309
10260
  };
10310
10261
  }
10311
- }), Jf = qr({
10262
+ }), Zf = qr({
10312
10263
  name: "VSvgIcon",
10313
10264
  inheritAttrs: !1,
10314
10265
  props: jr(),
@@ -10354,14 +10305,14 @@ qr({
10354
10305
  }, null);
10355
10306
  }
10356
10307
  });
10357
- const jf = (e) => {
10358
- const t = gt(Yf);
10308
+ const Gf = (e) => {
10309
+ const t = gt(zf);
10359
10310
  if (!t)
10360
10311
  throw new Error("Missing Vuetify Icons provide!");
10361
10312
  return {
10362
10313
  iconData: U(() => {
10363
10314
  var o;
10364
- const n = Xe(e);
10315
+ const n = at(e);
10365
10316
  if (!n)
10366
10317
  return {
10367
10318
  component: Ii
@@ -10369,7 +10320,7 @@ const jf = (e) => {
10369
10320
  let a = n;
10370
10321
  if (typeof a == "string" && (a = a.trim(), a.startsWith("$") && (a = (o = t.aliases) == null ? void 0 : o[a.slice(1)])), a || Rt(`Could not find aliased icon "${n}"`), Array.isArray(a))
10371
10322
  return {
10372
- component: Jf,
10323
+ component: Zf,
10373
10324
  icon: a
10374
10325
  };
10375
10326
  if (typeof a != "string")
@@ -10384,7 +10335,7 @@ const jf = (e) => {
10384
10335
  };
10385
10336
  })
10386
10337
  };
10387
- }, Kf = ["x-small", "small", "default", "large", "x-large"], ca = fe({
10338
+ }, qf = ["x-small", "small", "default", "large", "x-large"], ca = fe({
10388
10339
  size: {
10389
10340
  type: [String, Number],
10390
10341
  default: "default"
@@ -10394,7 +10345,7 @@ function oa(e) {
10394
10345
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : bt();
10395
10346
  return zs(() => {
10396
10347
  let r, n;
10397
- return Gn(Kf, e.size) ? r = `${t}--size-${e.size}` : e.size && (n = {
10348
+ return Gn(qf, e.size) ? r = `${t}--size-${e.size}` : e.size && (n = {
10398
10349
  width: Ve(e.size),
10399
10350
  height: Ve(e.size)
10400
10351
  }), {
@@ -10403,7 +10354,7 @@ function oa(e) {
10403
10354
  };
10404
10355
  });
10405
10356
  }
10406
- const Xf = fe({
10357
+ const Hf = fe({
10407
10358
  color: String,
10408
10359
  disabled: Boolean,
10409
10360
  start: Boolean,
@@ -10411,13 +10362,13 @@ const Xf = fe({
10411
10362
  icon: Fr,
10412
10363
  ...Gr(),
10413
10364
  ...ca(),
10414
- ...Jr({
10365
+ ...Hr({
10415
10366
  tag: "i"
10416
10367
  }),
10417
- ...Hr()
10368
+ ...Yr()
10418
10369
  }, "VIcon"), Dn = St()({
10419
10370
  name: "VIcon",
10420
- props: Xf(),
10371
+ props: Hf(),
10421
10372
  setup(e, t) {
10422
10373
  let {
10423
10374
  attrs: r,
@@ -10425,9 +10376,9 @@ const Xf = fe({
10425
10376
  } = t;
10426
10377
  const a = J(), {
10427
10378
  themeClasses: i
10428
- } = Yr(e), {
10379
+ } = Jr(e), {
10429
10380
  iconData: u
10430
- } = jf(U(() => a.value || e.icon)), {
10381
+ } = Gf(U(() => a.value || e.icon)), {
10431
10382
  sizeClasses: c
10432
10383
  } = oa(e), {
10433
10384
  textColorClasses: o,
@@ -10436,7 +10387,7 @@ const Xf = fe({
10436
10387
  return ur(() => {
10437
10388
  var g, l;
10438
10389
  const I = (g = n.default) == null ? void 0 : g.call(n);
10439
- I && (a.value = (l = Bs(I).filter((s) => s.type === al && s.children && typeof s.children == "string")[0]) == null ? void 0 : l.children);
10390
+ I && (a.value = (l = Bs(I).filter((s) => s.type === nl && s.children && typeof s.children == "string")[0]) == null ? void 0 : l.children);
10440
10391
  const d = !!(r.onClick || r.onClickOnce);
10441
10392
  return ae(u.value.component, {
10442
10393
  tag: e.tag,
@@ -10461,8 +10412,8 @@ const Xf = fe({
10461
10412
  }), {};
10462
10413
  }
10463
10414
  });
10464
- function Qf(e, t) {
10465
- const r = J(), n = Qe(!1);
10415
+ function Yf(e, t) {
10416
+ const r = J(), n = Xe(!1);
10466
10417
  if (af) {
10467
10418
  const a = new IntersectionObserver((i) => {
10468
10419
  e == null || e(i, a), n.value = !!i.find((u) => u.isIntersecting);
@@ -10480,7 +10431,27 @@ function Qf(e, t) {
10480
10431
  isIntersecting: n
10481
10432
  };
10482
10433
  }
10483
- const Of = fe({
10434
+ function Jf(e) {
10435
+ let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "content";
10436
+ const r = J(), n = J();
10437
+ if (Us) {
10438
+ const a = new ResizeObserver((i) => {
10439
+ e == null || e(i, a), i.length && (t === "content" ? n.value = i[0].contentRect : n.value = i[0].target.getBoundingClientRect());
10440
+ });
10441
+ Vr(() => {
10442
+ a.disconnect();
10443
+ }), Me(r, (i, u) => {
10444
+ u && (a.unobserve(ii(u)), n.value = void 0), i && a.observe(ii(i));
10445
+ }, {
10446
+ flush: "post"
10447
+ });
10448
+ }
10449
+ return {
10450
+ resizeRef: r,
10451
+ contentRect: al(n)
10452
+ };
10453
+ }
10454
+ const jf = fe({
10484
10455
  bgColor: String,
10485
10456
  color: String,
10486
10457
  indeterminate: [Boolean, String],
@@ -10498,20 +10469,20 @@ const Of = fe({
10498
10469
  },
10499
10470
  ...Gr(),
10500
10471
  ...ca(),
10501
- ...Jr({
10472
+ ...Hr({
10502
10473
  tag: "div"
10503
10474
  }),
10504
- ...Hr()
10505
- }, "VProgressCircular"), pf = St()({
10475
+ ...Yr()
10476
+ }, "VProgressCircular"), Kf = St()({
10506
10477
  name: "VProgressCircular",
10507
- props: Of(),
10478
+ props: jf(),
10508
10479
  setup(e, t) {
10509
10480
  let {
10510
10481
  slots: r
10511
10482
  } = t;
10512
10483
  const n = 20, a = 2 * Math.PI * n, i = J(), {
10513
10484
  themeClasses: u
10514
- } = Yr(e), {
10485
+ } = Jr(e), {
10515
10486
  sizeClasses: c,
10516
10487
  sizeStyles: o
10517
10488
  } = oa(e), {
@@ -10523,10 +10494,10 @@ const Of = fe({
10523
10494
  } = Hn(We(e, "bgColor")), {
10524
10495
  intersectionRef: l,
10525
10496
  isIntersecting: s
10526
- } = Qf(), {
10497
+ } = Yf(), {
10527
10498
  resizeRef: w,
10528
10499
  contentRect: E
10529
- } = Cf(), y = U(() => Math.max(0, Math.min(100, parseFloat(e.modelValue)))), k = U(() => Number(e.width)), C = U(() => o.value ? Number(e.size) : E.value ? E.value.width : Math.max(k.value, 32)), L = U(() => n / (1 - k.value / C.value) * 2), A = U(() => k.value / C.value * L.value), M = U(() => Ve((100 - y.value) / 100 * a));
10500
+ } = Jf(), y = U(() => Math.max(0, Math.min(100, parseFloat(e.modelValue)))), k = U(() => Number(e.width)), C = U(() => o.value ? Number(e.size) : E.value ? E.value.width : Math.max(k.value, 32)), L = U(() => n / (1 - k.value / C.value) * 2), A = U(() => k.value / C.value * L.value), M = U(() => Ve((100 - y.value) / 100 * a));
10530
10501
  return Kn(() => {
10531
10502
  l.value = i.value, w.value = i.value;
10532
10503
  }), ur(() => ae(e.tag, {
@@ -10574,7 +10545,37 @@ const Of = fe({
10574
10545
  })])]
10575
10546
  })), {};
10576
10547
  }
10577
- }), Ei = {
10548
+ }), Xf = fe({
10549
+ height: [Number, String],
10550
+ maxHeight: [Number, String],
10551
+ maxWidth: [Number, String],
10552
+ minHeight: [Number, String],
10553
+ minWidth: [Number, String],
10554
+ width: [Number, String]
10555
+ }, "dimension");
10556
+ function Qf(e) {
10557
+ return {
10558
+ dimensionStyles: U(() => ({
10559
+ height: Ve(e.height),
10560
+ maxHeight: Ve(e.maxHeight),
10561
+ maxWidth: Ve(e.maxWidth),
10562
+ minHeight: Ve(e.minHeight),
10563
+ minWidth: Ve(e.minWidth),
10564
+ width: Ve(e.width)
10565
+ }))
10566
+ };
10567
+ }
10568
+ const Of = Symbol.for("vuetify:locale");
10569
+ function pf() {
10570
+ const e = gt(Of);
10571
+ if (!e)
10572
+ throw new Error("[Vuetify] Could not find injected rtl instance");
10573
+ return {
10574
+ isRtl: e.isRtl,
10575
+ rtlClasses: e.rtlClasses
10576
+ };
10577
+ }
10578
+ const Ei = {
10578
10579
  center: "center",
10579
10580
  top: "bottom",
10580
10581
  bottom: "top",
@@ -10587,7 +10588,7 @@ function td(e) {
10587
10588
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1, r = arguments.length > 2 ? arguments[2] : void 0;
10588
10589
  const {
10589
10590
  isRtl: n
10590
- } = _f();
10591
+ } = pf();
10591
10592
  return {
10592
10593
  locationStyles: U(() => {
10593
10594
  if (!e.location)
@@ -10885,22 +10886,22 @@ const yd = {
10885
10886
  default: !0
10886
10887
  },
10887
10888
  text: String,
10888
- ...Ks(),
10889
+ ...Ys(),
10889
10890
  ...Gr(),
10890
- ...ps(),
10891
- ...Pf(),
10892
- ...Qs(),
10893
- ...Bf(),
10891
+ ...js(),
10892
+ ...Xf(),
10893
+ ...Xs(),
10894
+ ...Rf(),
10894
10895
  ...rd(),
10895
10896
  ...ed(),
10896
10897
  ...id(),
10897
- ...Js(),
10898
+ ...Os(),
10898
10899
  ...cd(),
10899
10900
  ...ca(),
10900
- ...Jr({
10901
+ ...Hr({
10901
10902
  tag: "button"
10902
10903
  }),
10903
- ...Hr(),
10904
+ ...Yr(),
10904
10905
  ...tu({
10905
10906
  variant: "elevated"
10906
10907
  })
@@ -10917,15 +10918,15 @@ const yd = {
10917
10918
  } = t;
10918
10919
  const {
10919
10920
  themeClasses: a
10920
- } = Yr(e), {
10921
+ } = Jr(e), {
10921
10922
  borderClasses: i
10922
- } = Xs(e), {
10923
+ } = Js(e), {
10923
10924
  densityClasses: u
10924
- } = eu(e), {
10925
+ } = Ks(e), {
10925
10926
  dimensionStyles: c
10926
- } = Rf(e), {
10927
+ } = Qf(e), {
10927
10928
  elevationClasses: o
10928
- } = Os(e), {
10929
+ } = Qs(e), {
10929
10930
  loaderClasses: m
10930
10931
  } = nd(e), {
10931
10932
  locationStyles: I
@@ -10933,10 +10934,10 @@ const yd = {
10933
10934
  positionClasses: d
10934
10935
  } = sd(e), {
10935
10936
  roundedClasses: g
10936
- } = js(e), {
10937
+ } = ps(e), {
10937
10938
  sizeClasses: l,
10938
10939
  sizeStyles: s
10939
- } = oa(e), w = zf(e, e.symbol, !1), E = ld(e, r), y = U(() => {
10940
+ } = oa(e), w = Ff(e, e.symbol, !1), E = ld(e, r), y = U(() => {
10940
10941
  var x;
10941
10942
  return e.active !== void 0 ? e.active : E.isLink.value ? (x = E.isActive) == null ? void 0 : x.value : w == null ? void 0 : w.isSelected.value;
10942
10943
  }), k = U(() => {
@@ -10949,7 +10950,7 @@ const yd = {
10949
10950
  colorClasses: C,
10950
10951
  colorStyles: L,
10951
10952
  variantClasses: A
10952
- } = Wf(k), M = U(() => (w == null ? void 0 : w.disabled.value) || e.disabled), N = U(() => e.variant === "elevated" && !(e.disabled || e.flat || e.border)), _ = U(() => {
10953
+ } = Mf(k), M = U(() => (w == null ? void 0 : w.disabled.value) || e.disabled), N = U(() => e.variant === "elevated" && !(e.disabled || e.flat || e.border)), _ = U(() => {
10953
10954
  if (!(e.value === void 0 || typeof e.value == "symbol"))
10954
10955
  return Object(e.value) === e.value ? JSON.stringify(e.value, null, 0) : e.value;
10955
10956
  });
@@ -10983,7 +10984,7 @@ const yd = {
10983
10984
  }, {
10984
10985
  default: () => {
10985
10986
  var de;
10986
- return [Vf(!0, "v-btn"), !e.icon && j && ae("span", {
10987
+ return [Nf(!0, "v-btn"), !e.icon && j && ae("span", {
10987
10988
  key: "prepend",
10988
10989
  class: "v-btn__prepend"
10989
10990
  }, [n.prepend ? ae(En, {
@@ -11033,7 +11034,7 @@ const yd = {
11033
11034
  }, null)]), !!e.loading && ae("span", {
11034
11035
  key: "loader",
11035
11036
  class: "v-btn__loader"
11036
- }, [((de = n.loader) == null ? void 0 : de.call(n)) ?? ae(pf, {
11037
+ }, [((de = n.loader) == null ? void 0 : de.call(n)) ?? ae(Kf, {
11037
11038
  color: typeof e.loading == "boolean" ? void 0 : e.loading,
11038
11039
  indeterminate: !0,
11039
11040
  width: "2"
@@ -11057,7 +11058,7 @@ const yd = {
11057
11058
  },
11058
11059
  setup(e) {
11059
11060
  const t = e, r = tf(t.preset), n = U(() => t.icon ?? r.icon), a = gt("isEditing", () => J(!1), !0), i = U(() => t.isEditing ?? r.isEditing ?? a.value), u = gt("size", () => J(t.size ?? "small"), !0), c = U(() => t.size ?? r.size ?? u.value), o = U(() => t.variant ?? r.variant);
11060
- return (m, I) => (ll(), cl(Xe(wd), Xn(m.$attrs, {
11061
+ return (m, I) => (ll(), cl(wd, Xn(m.$attrs, {
11061
11062
  disabled: !i.value,
11062
11063
  icon: n.value,
11063
11064
  size: c.value,
@@ -11092,7 +11093,6 @@ function lm(e) {
11092
11093
  };
11093
11094
  }
11094
11095
  export {
11095
- Sd as BTBtn,
11096
11096
  qd as DataURIToBlob,
11097
11097
  Wd as addWeekday,
11098
11098
  vt as appendUrl,