bt-core-app 1.4.748 → 1.4.750

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/bt-core-app.js +242 -236
  2. package/package.json +1 -1
@@ -1770,29 +1770,29 @@ const ZV = _c(IV, F0), KV = _c($V, F0), XV = _c(EV, F0), QV = _c(x_), S_ = Tc(
1770
1770
  Dc,
1771
1771
  kf,
1772
1772
  Sf
1773
- ), e5 = Tc(
1773
+ ), eL = Tc(
1774
1774
  LV,
1775
1775
  Dc,
1776
1776
  kf,
1777
1777
  Sf
1778
- ), t5 = Tc(
1778
+ ), tL = Tc(
1779
1779
  Dc,
1780
1780
  kf,
1781
1781
  Sf
1782
1782
  );
1783
- function n5(e) {
1783
+ function nL(e) {
1784
1784
  return Mc(
1785
1785
  e,
1786
1786
  [ZV, S_],
1787
1787
  [KV, JV],
1788
- [XV, e5],
1789
- [QV, t5]
1788
+ [XV, eL],
1789
+ [QV, tL]
1790
1790
  );
1791
1791
  }
1792
- function a5(e) {
1792
+ function aL(e) {
1793
1793
  return Mc(jV(e), [HV, WV]);
1794
1794
  }
1795
- function l5(e) {
1795
+ function lL(e) {
1796
1796
  return Mc(
1797
1797
  e,
1798
1798
  [qV, jw],
@@ -1800,23 +1800,23 @@ function l5(e) {
1800
1800
  [YV, GV]
1801
1801
  );
1802
1802
  }
1803
- function r5(e) {
1803
+ function rL(e) {
1804
1804
  return Mc(e, [RV, zV]);
1805
1805
  }
1806
- const i5 = Tc(Dc);
1807
- function o5(e) {
1808
- return Mc(e, [FV, i5]);
1806
+ const iL = Tc(Dc);
1807
+ function oL(e) {
1808
+ return Mc(e, [FV, iL]);
1809
1809
  }
1810
- const s5 = _c(PV, BV), u5 = _c(k_), c5 = Tc(
1810
+ const sL = _c(PV, BV), uL = _c(k_), cL = Tc(
1811
1811
  Dc,
1812
1812
  kf,
1813
1813
  Sf
1814
1814
  );
1815
- function d5(e) {
1815
+ function dL(e) {
1816
1816
  return Mc(
1817
1817
  e,
1818
- [s5, S_],
1819
- [u5, c5]
1818
+ [sL, S_],
1819
+ [uL, cL]
1820
1820
  );
1821
1821
  }
1822
1822
  const qw = "Invalid Duration", C_ = {
@@ -1836,7 +1836,7 @@ const qw = "Invalid Duration", C_ = {
1836
1836
  hours: { minutes: 60, seconds: 60 * 60, milliseconds: 60 * 60 * 1e3 },
1837
1837
  minutes: { seconds: 60, milliseconds: 60 * 1e3 },
1838
1838
  seconds: { milliseconds: 1e3 }
1839
- }, f5 = {
1839
+ }, fL = {
1840
1840
  years: {
1841
1841
  quarters: 4,
1842
1842
  months: 12,
@@ -1865,7 +1865,7 @@ const qw = "Invalid Duration", C_ = {
1865
1865
  milliseconds: 30 * 24 * 60 * 60 * 1e3
1866
1866
  },
1867
1867
  ...C_
1868
- }, or = 146097 / 400, tu = 146097 / 4800, v5 = {
1868
+ }, or = 146097 / 400, tu = 146097 / 4800, vL = {
1869
1869
  years: {
1870
1870
  quarters: 4,
1871
1871
  months: 12,
@@ -1904,7 +1904,7 @@ const qw = "Invalid Duration", C_ = {
1904
1904
  "minutes",
1905
1905
  "seconds",
1906
1906
  "milliseconds"
1907
- ], m5 = gs.slice(0).reverse();
1907
+ ], mL = gs.slice(0).reverse();
1908
1908
  function ro(e, t, n = !1) {
1909
1909
  const a = {
1910
1910
  values: n ? t.values : { ...e.values, ...t.values || {} },
@@ -1916,7 +1916,7 @@ function ro(e, t, n = !1) {
1916
1916
  }
1917
1917
  function __(e, t) {
1918
1918
  let n = t.milliseconds ?? 0;
1919
- for (const a of m5.slice(1))
1919
+ for (const a of mL.slice(1))
1920
1920
  t[a] && (n += t[a] * e[a].milliseconds);
1921
1921
  return n;
1922
1922
  }
@@ -1940,7 +1940,7 @@ function Uw(e, t) {
1940
1940
  return l;
1941
1941
  }, null);
1942
1942
  }
1943
- function h5(e) {
1943
+ function hL(e) {
1944
1944
  const t = {};
1945
1945
  for (const [n, a] of Object.entries(e))
1946
1946
  a !== 0 && (t[n] = a);
@@ -1952,7 +1952,7 @@ class tn {
1952
1952
  */
1953
1953
  constructor(t) {
1954
1954
  const n = t.conversionAccuracy === "longterm" || !1;
1955
- let a = n ? v5 : f5;
1955
+ let a = n ? vL : fL;
1956
1956
  t.matrix && (a = t.matrix), this.values = t.values, this.loc = t.loc || Sn.create(), this.conversionAccuracy = n ? "longterm" : "casual", this.invalid = t.invalid || null, this.matrix = a, this.isLuxonDuration = !0;
1957
1957
  }
1958
1958
  /**
@@ -2035,7 +2035,7 @@ class tn {
2035
2035
  * @return {Duration}
2036
2036
  */
2037
2037
  static fromISO(t, n) {
2038
- const [a] = r5(t);
2038
+ const [a] = rL(t);
2039
2039
  return a ? tn.fromObject(a, n) : tn.invalid("unparsable", `the input "${t}" can't be parsed as ISO 8601`);
2040
2040
  }
2041
2041
  /**
@@ -2055,7 +2055,7 @@ class tn {
2055
2055
  * @return {Duration}
2056
2056
  */
2057
2057
  static fromISOTime(t, n) {
2058
- const [a] = o5(t);
2058
+ const [a] = oL(t);
2059
2059
  return a ? tn.fromObject(a, n) : tn.invalid("unparsable", `the input "${t}" can't be parsed as ISO 8601`);
2060
2060
  }
2061
2061
  /**
@@ -2375,7 +2375,7 @@ class tn {
2375
2375
  rescale() {
2376
2376
  if (!this.isValid)
2377
2377
  return this;
2378
- const t = h5(this.normalize().shiftToAll().toObject());
2378
+ const t = hL(this.normalize().shiftToAll().toObject());
2379
2379
  return ro(this, { values: t }, !0);
2380
2380
  }
2381
2381
  /**
@@ -2540,7 +2540,7 @@ class tn {
2540
2540
  }
2541
2541
  }
2542
2542
  const nu = "Invalid Interval";
2543
- function p5(e, t) {
2543
+ function pL(e, t) {
2544
2544
  return !e || !e.isValid ? Zn.invalid("missing or invalid start") : !t || !t.isValid ? Zn.invalid("missing or invalid end") : t < e ? Zn.invalid(
2545
2545
  "end before start",
2546
2546
  `The end of an interval must be after its start, but you had start=${e.toISO()} and end=${t.toISO()}`
@@ -2574,7 +2574,7 @@ class Zn {
2574
2574
  * @return {Interval}
2575
2575
  */
2576
2576
  static fromDateTimes(t, n) {
2577
- const a = td(t), l = td(n), r = p5(a, l);
2577
+ const a = td(t), l = td(n), r = pL(a, l);
2578
2578
  return r ?? new Zn({
2579
2579
  start: a,
2580
2580
  end: l
@@ -3174,7 +3174,7 @@ function Yw(e, t) {
3174
3174
  const n = (l) => l.toUTC(0, { keepLocalTime: !0 }).startOf("day").valueOf(), a = n(t) - n(e);
3175
3175
  return Math.floor(tn.fromMillis(a).as("days"));
3176
3176
  }
3177
- function g5(e, t, n) {
3177
+ function gL(e, t, n) {
3178
3178
  const a = [
3179
3179
  ["years", (s, c) => c.year - s.year],
3180
3180
  ["quarters", (s, c) => c.quarter - s.quarter + (c.year - s.year) * 4],
@@ -3193,8 +3193,8 @@ function g5(e, t, n) {
3193
3193
  n.indexOf(s) >= 0 && (i = s, l[s] = c(e, t), o = r.plus(l), o > t ? (l[s]--, e = r.plus(l), e > t && (o = e, l[s]--, e = r.plus(l))) : e = o);
3194
3194
  return [e, l, o, i];
3195
3195
  }
3196
- function y5(e, t, n, a) {
3197
- let [l, r, i, o] = g5(e, t, n);
3196
+ function yL(e, t, n, a) {
3197
+ let [l, r, i, o] = gL(e, t, n);
3198
3198
  const s = t - l, c = n.filter(
3199
3199
  (d) => ["hours", "minutes", "seconds", "milliseconds"].indexOf(d) >= 0
3200
3200
  );
@@ -3244,15 +3244,15 @@ const z0 = {
3244
3244
  telu: [3174, 3183],
3245
3245
  thai: [3664, 3673],
3246
3246
  tibt: [3872, 3881]
3247
- }, b5 = z0.hanidec.replace(/[\[|\]]/g, "").split("");
3248
- function w5(e) {
3247
+ }, bL = z0.hanidec.replace(/[\[|\]]/g, "").split("");
3248
+ function wL(e) {
3249
3249
  let t = parseInt(e, 10);
3250
3250
  if (isNaN(t)) {
3251
3251
  t = "";
3252
3252
  for (let n = 0; n < e.length; n++) {
3253
3253
  const a = e.charCodeAt(n);
3254
3254
  if (e[n].search(z0.hanidec) !== -1)
3255
- t += b5.indexOf(e[n]);
3255
+ t += bL.indexOf(e[n]);
3256
3256
  else
3257
3257
  for (const l in Gw) {
3258
3258
  const [r, i] = Gw[l];
@@ -3266,12 +3266,12 @@ function w5(e) {
3266
3266
  function _r({ numberingSystem: e }, t = "") {
3267
3267
  return new RegExp(`${z0[e || "latn"]}${t}`);
3268
3268
  }
3269
- const x5 = "missing Intl.DateTimeFormat.formatToParts support";
3269
+ const xL = "missing Intl.DateTimeFormat.formatToParts support";
3270
3270
  function cn(e, t = (n) => n) {
3271
- return { regex: e, deser: ([n]) => t(w5(n)) };
3271
+ return { regex: e, deser: ([n]) => t(wL(n)) };
3272
3272
  }
3273
- const k5 = " ", T_ = `[ ${k5}]`, M_ = new RegExp(T_, "g");
3274
- function S5(e) {
3273
+ const kL = " ", T_ = `[ ${kL}]`, M_ = new RegExp(T_, "g");
3274
+ function SL(e) {
3275
3275
  return e.replace(/\./g, "\\.?").replace(M_, T_);
3276
3276
  }
3277
3277
  function Zw(e) {
@@ -3279,7 +3279,7 @@ function Zw(e) {
3279
3279
  }
3280
3280
  function Tr(e, t) {
3281
3281
  return e === null ? null : {
3282
- regex: RegExp(e.map(S5).join("|")),
3282
+ regex: RegExp(e.map(SL).join("|")),
3283
3283
  deser: ([n]) => e.findIndex((a) => Zw(n) === Zw(a)) + t
3284
3284
  };
3285
3285
  }
@@ -3289,11 +3289,11 @@ function Kw(e, t) {
3289
3289
  function Qf(e) {
3290
3290
  return { regex: e, deser: ([t]) => t };
3291
3291
  }
3292
- function C5(e) {
3292
+ function CL(e) {
3293
3293
  return e.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g, "\\$&");
3294
3294
  }
3295
- function _5(e, t) {
3296
- const n = _r(t), a = _r(t, "{2}"), l = _r(t, "{3}"), r = _r(t, "{4}"), i = _r(t, "{6}"), o = _r(t, "{1,2}"), s = _r(t, "{1,3}"), c = _r(t, "{1,6}"), u = _r(t, "{1,9}"), d = _r(t, "{2,4}"), v = _r(t, "{4,6}"), f = (m) => ({ regex: RegExp(C5(m.val)), deser: ([b]) => b, literal: !0 }), p = ((m) => {
3295
+ function _L(e, t) {
3296
+ const n = _r(t), a = _r(t, "{2}"), l = _r(t, "{3}"), r = _r(t, "{4}"), i = _r(t, "{6}"), o = _r(t, "{1,2}"), s = _r(t, "{1,3}"), c = _r(t, "{1,6}"), u = _r(t, "{1,9}"), d = _r(t, "{2,4}"), v = _r(t, "{4,6}"), f = (m) => ({ regex: RegExp(CL(m.val)), deser: ([b]) => b, literal: !0 }), p = ((m) => {
3297
3297
  if (e.literal)
3298
3298
  return f(m);
3299
3299
  switch (m.val) {
@@ -3399,11 +3399,11 @@ function _5(e, t) {
3399
3399
  return f(m);
3400
3400
  }
3401
3401
  })(e) || {
3402
- invalidReason: x5
3402
+ invalidReason: xL
3403
3403
  };
3404
3404
  return p.token = e, p;
3405
3405
  }
3406
- const T5 = {
3406
+ const TL = {
3407
3407
  year: {
3408
3408
  "2-digit": "yy",
3409
3409
  numeric: "yyyyy"
@@ -3445,7 +3445,7 @@ const T5 = {
3445
3445
  short: "ZZZ"
3446
3446
  }
3447
3447
  };
3448
- function M5(e, t, n) {
3448
+ function ML(e, t, n) {
3449
3449
  const { type: a, value: l } = e;
3450
3450
  if (a === "literal") {
3451
3451
  const s = /^\s+$/.test(l);
@@ -3457,17 +3457,17 @@ function M5(e, t, n) {
3457
3457
  const r = t[a];
3458
3458
  let i = a;
3459
3459
  a === "hour" && (t.hour12 != null ? i = t.hour12 ? "hour12" : "hour24" : t.hourCycle != null ? t.hourCycle === "h11" || t.hourCycle === "h12" ? i = "hour12" : i = "hour24" : i = n.hour12 ? "hour12" : "hour24");
3460
- let o = T5[i];
3460
+ let o = TL[i];
3461
3461
  if (typeof o == "object" && (o = o[r]), o)
3462
3462
  return {
3463
3463
  literal: !1,
3464
3464
  val: o
3465
3465
  };
3466
3466
  }
3467
- function D5(e) {
3467
+ function DL(e) {
3468
3468
  return [`^${e.map((n) => n.regex).reduce((n, a) => `${n}(${a.source})`, "")}$`, e];
3469
3469
  }
3470
- function A5(e, t, n) {
3470
+ function AL(e, t, n) {
3471
3471
  const a = e.match(t);
3472
3472
  if (a) {
3473
3473
  const l = {};
@@ -3481,7 +3481,7 @@ function A5(e, t, n) {
3481
3481
  } else
3482
3482
  return [a, {}];
3483
3483
  }
3484
- function I5(e) {
3484
+ function IL(e) {
3485
3485
  const t = (r) => {
3486
3486
  switch (r) {
3487
3487
  case "S":
@@ -3522,24 +3522,24 @@ function I5(e) {
3522
3522
  }, {}), n, a];
3523
3523
  }
3524
3524
  let _p = null;
3525
- function $5() {
3525
+ function $L() {
3526
3526
  return _p || (_p = lt.fromMillis(1555555555555)), _p;
3527
3527
  }
3528
- function E5(e, t) {
3528
+ function EL(e, t) {
3529
3529
  if (e.literal)
3530
3530
  return e;
3531
3531
  const n = al.macroTokenToFormatOpts(e.val), a = I_(n, t);
3532
3532
  return a == null || a.includes(void 0) ? e : a;
3533
3533
  }
3534
3534
  function D_(e, t) {
3535
- return Array.prototype.concat(...e.map((n) => E5(n, t)));
3535
+ return Array.prototype.concat(...e.map((n) => EL(n, t)));
3536
3536
  }
3537
3537
  function A_(e, t, n) {
3538
- const a = D_(al.parseFormat(n), e), l = a.map((i) => _5(i, e)), r = l.find((i) => i.invalidReason);
3538
+ const a = D_(al.parseFormat(n), e), l = a.map((i) => _L(i, e)), r = l.find((i) => i.invalidReason);
3539
3539
  if (r)
3540
3540
  return { input: t, tokens: a, invalidReason: r.invalidReason };
3541
3541
  {
3542
- const [i, o] = D5(l), s = RegExp(i, "i"), [c, u] = A5(t, s, o), [d, v, f] = u ? I5(u) : [null, null, void 0];
3542
+ const [i, o] = DL(l), s = RegExp(i, "i"), [c, u] = AL(t, s, o), [d, v, f] = u ? IL(u) : [null, null, void 0];
3543
3543
  if (nc(u, "a") && nc(u, "H"))
3544
3544
  throw new Du(
3545
3545
  "Can't include meridiem when specifying 24-hour format"
@@ -3547,15 +3547,15 @@ function A_(e, t, n) {
3547
3547
  return { input: t, tokens: a, regex: s, rawMatches: c, matches: u, result: d, zone: v, specificOffset: f };
3548
3548
  }
3549
3549
  }
3550
- function V5(e, t, n) {
3550
+ function VL(e, t, n) {
3551
3551
  const { result: a, zone: l, specificOffset: r, invalidReason: i } = A_(e, t, n);
3552
3552
  return [a, l, r, i];
3553
3553
  }
3554
3554
  function I_(e, t) {
3555
3555
  if (!e)
3556
3556
  return null;
3557
- const a = al.create(t, e).dtFormatter($5()), l = a.formatToParts(), r = a.resolvedOptions();
3558
- return l.map((i) => M5(i, e, r));
3557
+ const a = al.create(t, e).dtFormatter($L()), l = a.formatToParts(), r = a.resolvedOptions();
3558
+ return l.map((i) => ML(i, e, r));
3559
3559
  }
3560
3560
  const Tp = "Invalid DateTime", Xw = 864e13;
3561
3561
  function Jf(e) {
@@ -3663,20 +3663,20 @@ const E_ = {
3663
3663
  minute: 0,
3664
3664
  second: 0,
3665
3665
  millisecond: 0
3666
- }, L5 = {
3666
+ }, LL = {
3667
3667
  weekNumber: 1,
3668
3668
  weekday: 1,
3669
3669
  hour: 0,
3670
3670
  minute: 0,
3671
3671
  second: 0,
3672
3672
  millisecond: 0
3673
- }, P5 = {
3673
+ }, PL = {
3674
3674
  ordinal: 1,
3675
3675
  hour: 0,
3676
3676
  minute: 0,
3677
3677
  second: 0,
3678
3678
  millisecond: 0
3679
- }, V_ = ["year", "month", "day", "hour", "minute", "second", "millisecond"], B5 = [
3679
+ }, V_ = ["year", "month", "day", "hour", "minute", "second", "millisecond"], BL = [
3680
3680
  "weekYear",
3681
3681
  "weekNumber",
3682
3682
  "weekday",
@@ -3684,8 +3684,8 @@ const E_ = {
3684
3684
  "minute",
3685
3685
  "second",
3686
3686
  "millisecond"
3687
- ], N5 = ["year", "ordinal", "hour", "minute", "second", "millisecond"];
3688
- function F5(e) {
3687
+ ], NL = ["year", "ordinal", "hour", "minute", "second", "millisecond"];
3688
+ function FL(e) {
3689
3689
  const t = {
3690
3690
  year: "year",
3691
3691
  years: "year",
@@ -3728,7 +3728,7 @@ function ex(e) {
3728
3728
  case "localweekyears":
3729
3729
  return "localWeekYear";
3730
3730
  default:
3731
- return F5(e);
3731
+ return FL(e);
3732
3732
  }
3733
3733
  }
3734
3734
  function tx(e, t) {
@@ -3948,7 +3948,7 @@ class lt {
3948
3948
  throw new Du("Can't mix ordinal dates with month/day");
3949
3949
  const p = g || r.weekday && !f;
3950
3950
  let m, b, h = ev(s, c);
3951
- p ? (m = B5, b = L5, h = Qv(h, i, o)) : u ? (m = N5, b = P5, h = Cp(h)) : (m = V_, b = E_);
3951
+ p ? (m = BL, b = LL, h = Qv(h, i, o)) : u ? (m = NL, b = PL, h = Cp(h)) : (m = V_, b = E_);
3952
3952
  let _ = !1;
3953
3953
  for (const A of m) {
3954
3954
  const P = r[A];
@@ -3985,7 +3985,7 @@ class lt {
3985
3985
  * @return {DateTime}
3986
3986
  */
3987
3987
  static fromISO(t, n = {}) {
3988
- const [a, l] = n5(t);
3988
+ const [a, l] = nL(t);
3989
3989
  return ed(a, l, n, "ISO 8601", t);
3990
3990
  }
3991
3991
  /**
@@ -4003,7 +4003,7 @@ class lt {
4003
4003
  * @return {DateTime}
4004
4004
  */
4005
4005
  static fromRFC2822(t, n = {}) {
4006
- const [a, l] = a5(t);
4006
+ const [a, l] = aL(t);
4007
4007
  return ed(a, l, n, "RFC 2822", t);
4008
4008
  }
4009
4009
  /**
@@ -4022,7 +4022,7 @@ class lt {
4022
4022
  * @return {DateTime}
4023
4023
  */
4024
4024
  static fromHTTP(t, n = {}) {
4025
- const [a, l] = l5(t);
4025
+ const [a, l] = lL(t);
4026
4026
  return ed(a, l, n, "HTTP", n);
4027
4027
  }
4028
4028
  /**
@@ -4045,7 +4045,7 @@ class lt {
4045
4045
  locale: l,
4046
4046
  numberingSystem: r,
4047
4047
  defaultToEN: !0
4048
- }), [o, s, c, u] = V5(i, t, n);
4048
+ }), [o, s, c, u] = VL(i, t, n);
4049
4049
  return u ? lt.invalid(u) : ed(o, s, a, `format ${n}`, t, c);
4050
4050
  }
4051
4051
  /**
@@ -4075,7 +4075,7 @@ class lt {
4075
4075
  * @return {DateTime}
4076
4076
  */
4077
4077
  static fromSQL(t, n = {}) {
4078
- const [a, l] = d5(t);
4078
+ const [a, l] = dL(t);
4079
4079
  return ed(a, l, n, "SQL", t);
4080
4080
  }
4081
4081
  /**
@@ -4956,7 +4956,7 @@ class lt {
4956
4956
  diff(t, n = "milliseconds", a = {}) {
4957
4957
  if (!this.isValid || !t.isValid)
4958
4958
  return tn.invalid("created by diffing an invalid DateTime");
4959
- const l = { locale: this.locale, numberingSystem: this.numberingSystem, ...a }, r = mV(n).map(tn.normalizeUnit), i = t.valueOf() > this.valueOf(), o = i ? this : t, s = i ? t : this, c = y5(o, s, r, l);
4959
+ const l = { locale: this.locale, numberingSystem: this.numberingSystem, ...a }, r = mV(n).map(tn.normalizeUnit), i = t.valueOf() > this.valueOf(), o = i ? this : t, s = i ? t : this, c = yL(o, s, r, l);
4960
4960
  return i ? c.negate() : c;
4961
4961
  }
4962
4962
  /**
@@ -5265,7 +5265,7 @@ function td(e) {
5265
5265
  `Unknown datetime argument: ${e}, of type ${typeof e}`
5266
5266
  );
5267
5267
  }
5268
- const R5 = "3.4.4", z5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5268
+ const RL = "3.4.4", zL = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5269
5269
  __proto__: null,
5270
5270
  DateTime: lt,
5271
5271
  Duration: tn,
@@ -5276,14 +5276,14 @@ const R5 = "3.4.4", z5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
5276
5276
  InvalidZone: e_,
5277
5277
  Settings: oa,
5278
5278
  SystemZone: wf,
5279
- VERSION: R5,
5279
+ VERSION: RL,
5280
5280
  Zone: Cc
5281
5281
  }, Symbol.toStringTag, { value: "Module" }));
5282
5282
  var nv = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
5283
- function O5(e) {
5283
+ function OL(e) {
5284
5284
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
5285
5285
  }
5286
- function H5(e) {
5286
+ function HL(e) {
5287
5287
  if (e.__esModule)
5288
5288
  return e;
5289
5289
  var t = e.default;
@@ -5348,7 +5348,7 @@ function lx(e, t, n) {
5348
5348
  e.splice(t, 1), e.splice(n, 0, a);
5349
5349
  }
5350
5350
  }
5351
- function W5(e) {
5351
+ function WL(e) {
5352
5352
  const n = e.split(".")[1].replace(/-/g, "+").replace(/_/g, "/"), a = decodeURIComponent(
5353
5353
  atob(n).split("").map(function(l) {
5354
5354
  return "%" + ("00" + l.charCodeAt(0).toString(16)).slice(-2);
@@ -5356,7 +5356,7 @@ function W5(e) {
5356
5356
  );
5357
5357
  return JSON.parse(a);
5358
5358
  }
5359
- function j5(e) {
5359
+ function jL(e) {
5360
5360
  return e ?? (e = {}), `headers.${btoa(JSON.stringify(e))}.signature`;
5361
5361
  }
5362
5362
  function xre(e) {
@@ -5407,7 +5407,7 @@ function Jn(e, t, n = "/") {
5407
5407
  while (l.startsWith(n));
5408
5408
  return `${a}${n}${l}`;
5409
5409
  }
5410
- function q5(e, t, n) {
5410
+ function qL(e, t, n) {
5411
5411
  let a = new Image();
5412
5412
  a.onload = t, a.onerror = n, a.src = e;
5413
5413
  }
@@ -5423,7 +5423,7 @@ function L_(e, t) {
5423
5423
  n.some((l) => t(a) == t(l)) || n.push(a);
5424
5424
  }), n;
5425
5425
  }
5426
- function U5(e, t) {
5426
+ function UL(e, t) {
5427
5427
  const n = /* @__PURE__ */ new Map();
5428
5428
  return e.forEach((a) => {
5429
5429
  let l;
@@ -5437,7 +5437,7 @@ function Mre(e = "blitzItExtensionExists") {
5437
5437
  var t = document.getElementById(e);
5438
5438
  return t != null;
5439
5439
  } catch (n) {
5440
- return console.log(iL(n)), !1;
5440
+ return console.log(i5(n)), !1;
5441
5441
  }
5442
5442
  }
5443
5443
  function Dre(e) {
@@ -5452,7 +5452,7 @@ function P_(e, t = !1) {
5452
5452
  var n = "";
5453
5453
  return e.addressLineOne != null && !t && (n = e.addressLineOne + " "), e.streetNumber != null && (n = n + e.streetNumber + " "), e.streetName != null && (n = n + e.streetName + ", "), e.suburb != null && (n = n + e.suburb + " "), e.state != null && (n = n + e.state + " "), e.postcode != null && (n = n + e.postcode), n;
5454
5454
  }
5455
- function Y5(e) {
5455
+ function YL(e) {
5456
5456
  if (e == null)
5457
5457
  return "";
5458
5458
  if (typeof e != "object")
@@ -5460,7 +5460,7 @@ function Y5(e) {
5460
5460
  var t = "";
5461
5461
  return e.addressLineOne != null && (t = e.addressLineOne + " "), e.streetNumber != null && (t = t + e.streetNumber + " "), e.streetName != null && (t = t + e.streetName + ", "), t;
5462
5462
  }
5463
- function G5(e) {
5463
+ function GL(e) {
5464
5464
  if (e == null)
5465
5465
  return "";
5466
5466
  if (typeof e != "object")
@@ -5482,10 +5482,10 @@ async function Are(e, t = !0) {
5482
5482
  }, e != null && (l.src = e);
5483
5483
  });
5484
5484
  }
5485
- function Z5(e) {
5485
+ function ZL(e) {
5486
5486
  return e && e.replace(/([A-Z])/g, " $1").replace(/^./, (t) => t.toUpperCase());
5487
5487
  }
5488
- function K5(e) {
5488
+ function KL(e) {
5489
5489
  if (e == null)
5490
5490
  return e;
5491
5491
  var t = typeof e;
@@ -5496,7 +5496,7 @@ function K5(e) {
5496
5496
  /^[A-Z]/.test(n) && Object.hasOwnProperty.call(e, n) && (e[n.charAt(0).toLowerCase() + n.substring(1)] = e[n], delete e[n]);
5497
5497
  return e;
5498
5498
  }
5499
- function X5(e) {
5499
+ function XL(e) {
5500
5500
  return e == null ? e : e.replace(/\w\S*/g, (t) => t.replace(/^\w/, (n) => n.toUpperCase()));
5501
5501
  }
5502
5502
  const Cf = [
@@ -5541,7 +5541,7 @@ function Lre(e, t) {
5541
5541
  let n = e ?? "", a = t.replaceAll(" ", "").toLowerCase(), l = [...new Set(n.replaceAll(" ", "").toLowerCase().split(",").map((r) => Cf.find((i) => i.values.some((o) => o == r && o != a))).filter((r) => r != null).sort(il.firstBy((r) => (r == null ? void 0 : r.value) ?? 0)).map((r) => r == null ? void 0 : r.short))].toString();
5542
5542
  return l.length > 0 ? l : void 0;
5543
5543
  }
5544
- function Q5(e, t) {
5544
+ function QL(e, t) {
5545
5545
  return e != null && Array.isArray(e) && e.length == t;
5546
5546
  }
5547
5547
  function kt(e, t = 0) {
@@ -5550,7 +5550,7 @@ function kt(e, t = 0) {
5550
5550
  function Nn(e) {
5551
5551
  return e == null || e.length == 0;
5552
5552
  }
5553
- function J5(e) {
5553
+ function JL(e) {
5554
5554
  return e == "0001-01-01T00:00:00Z";
5555
5555
  }
5556
5556
  function Pre() {
@@ -5559,10 +5559,10 @@ function Pre() {
5559
5559
  function Au() {
5560
5560
  return "0001-01-01T00:00:00Z";
5561
5561
  }
5562
- function eL(e, t) {
5562
+ function e5(e, t) {
5563
5563
  return e == null || t == null ? !1 : e.split(":")[0] == t.split(":")[0];
5564
5564
  }
5565
- function tL(e, t) {
5565
+ function t5(e, t) {
5566
5566
  let n = "1", a = 0;
5567
5567
  if (a < t)
5568
5568
  do
@@ -5573,9 +5573,9 @@ function tL(e, t) {
5573
5573
  }
5574
5574
  function Bre(e, t) {
5575
5575
  let n = "";
5576
- return e != null && (Array.isArray(e) ? n = e.toString() : n = e), t != null && (nL(n, t) ? n = n.split(",").filter((a) => a != t).toString() : n != null ? n = `${n},${t}` : n = t), n != null && n.length > 0 ? n : null;
5576
+ return e != null && (Array.isArray(e) ? n = e.toString() : n = e), t != null && (n5(n, t) ? n = n.split(",").filter((a) => a != t).toString() : n != null ? n = `${n},${t}` : n = t), n != null && n.length > 0 ? n : null;
5577
5577
  }
5578
- function nL(e, t) {
5578
+ function n5(e, t) {
5579
5579
  if (e == null || e.length == 0)
5580
5580
  return !1;
5581
5581
  if (!t)
@@ -5591,13 +5591,13 @@ function Hu(e) {
5591
5591
  t = e[a], n[a] = typeof t == "object" ? Hu(t) : t;
5592
5592
  return n;
5593
5593
  }
5594
- function aL(e) {
5594
+ function a5(e) {
5595
5595
  return e && Object.keys(e).sort().reduce(function(t, n) {
5596
5596
  let a = e[n];
5597
- return t[n] = typeof a == "object" && a !== null ? aL(a) : a, t;
5597
+ return t[n] = typeof a == "object" && a !== null ? a5(a) : a, t;
5598
5598
  }, Array.isArray(e) ? [] : {});
5599
5599
  }
5600
- function lL(e, t) {
5600
+ function l5(e, t) {
5601
5601
  return t == null ? !0 : e == null ? !1 : e.toString().toLowerCase().includes(t.toLowerCase());
5602
5602
  }
5603
5603
  function B_(e, t = (n) => n) {
@@ -5610,13 +5610,13 @@ function B_(e, t = (n) => n) {
5610
5610
  return kt(r) && a.push(...r), a;
5611
5611
  }, [])] : [];
5612
5612
  }
5613
- function rL(e) {
5613
+ function r5(e) {
5614
5614
  const t = e.split(","), n = t[0].indexOf("base64") >= 0 ? atob(t[1]) : decodeURI(t[1]), a = t[0].split(":")[1].split(";")[0], l = new Uint8Array(n.length);
5615
5615
  for (let r = 0; r < n.length; r++)
5616
5616
  l[r] = n.charCodeAt(r);
5617
5617
  return new Blob([l], { type: a });
5618
5618
  }
5619
- function iL(e) {
5619
+ function i5(e) {
5620
5620
  var t = "";
5621
5621
  if (e) {
5622
5622
  if (e.message && (t = e.message), e.response && e.response.data) {
@@ -5629,11 +5629,11 @@ function iL(e) {
5629
5629
  }
5630
5630
  return "hmmm no error was supplied";
5631
5631
  }
5632
- function oL() {
5632
+ function o5() {
5633
5633
  const e = "#" + Math.floor(Math.random() * 16777215).toString(16);
5634
- return e.length !== 7 ? oL() : e;
5634
+ return e.length !== 7 ? o5() : e;
5635
5635
  }
5636
- function sL(e, t, n) {
5636
+ function s5(e, t, n) {
5637
5637
  if (t == null)
5638
5638
  return !0;
5639
5639
  if (e == null || n == null)
@@ -5641,7 +5641,7 @@ function sL(e, t, n) {
5641
5641
  for (let l = 0; l < n.length; l++) {
5642
5642
  const r = n[l];
5643
5643
  var a = qa(e, r);
5644
- if (a != null && (typeof a == "string" || typeof a == "number") && lL(a, t))
5644
+ if (a != null && (typeof a == "string" || typeof a == "number") && l5(a, t))
5645
5645
  return !0;
5646
5646
  }
5647
5647
  return !1;
@@ -5672,7 +5672,7 @@ function Fre(e, t) {
5672
5672
  }
5673
5673
  return n;
5674
5674
  }
5675
- function uL(e, t, n = !0) {
5675
+ function u5(e, t, n = !0) {
5676
5676
  const a = [];
5677
5677
  for (let l = 0; l < e.length; l += t) {
5678
5678
  const r = e.slice(l, l + t);
@@ -5682,10 +5682,10 @@ function uL(e, t, n = !0) {
5682
5682
  }
5683
5683
  return a;
5684
5684
  }
5685
- function cL(e) {
5685
+ function c5(e) {
5686
5686
  return e ? /^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/.test(e) : !1;
5687
5687
  }
5688
- function dL(e) {
5688
+ function d5(e) {
5689
5689
  return e.endsWith("ies") ? e.slice(0, e.length - 3) : e.endsWith("s") ? e.slice(0, e.length - 1) : e;
5690
5690
  }
5691
5691
  function Rre(e) {
@@ -7141,8 +7141,8 @@ var N_ = { exports: {} };
7141
7141
  }, { 3: 3 }] }, {}, [4])(4);
7142
7142
  });
7143
7143
  })(N_);
7144
- var fL = N_.exports;
7145
- const F_ = /* @__PURE__ */ O5(fL);
7144
+ var f5 = N_.exports;
7145
+ const F_ = /* @__PURE__ */ OL(f5);
7146
7146
  let rn;
7147
7147
  function Wu(e, t) {
7148
7148
  return typeof e == "string" ? e == t : e.origin == t;
@@ -7155,7 +7155,7 @@ function ah() {
7155
7155
  return (n = rn.development.origins) != null && n.some((r) => Wu(r, t)) ? "development" : (a = rn.staging.origins) != null && a.some((r) => Wu(r, t)) ? "staging" : (l = rn.production.origins) != null && l.some((r) => Wu(r, t)) ? "production" : "staging";
7156
7156
  }), e != null ? e() : "staging";
7157
7157
  }
7158
- function vL() {
7158
+ function v5() {
7159
7159
  let e = rn == null ? void 0 : rn.getDocTitle;
7160
7160
  return e == null && rn != null && (e = () => {
7161
7161
  var r, i, o;
@@ -7194,7 +7194,7 @@ function Xg(e) {
7194
7194
  function Ore() {
7195
7195
  return rn;
7196
7196
  }
7197
- function mL(e) {
7197
+ function m5(e) {
7198
7198
  return rn = e, rn;
7199
7199
  }
7200
7200
  let iv = null;
@@ -7233,7 +7233,7 @@ let Qg;
7233
7233
  function lh() {
7234
7234
  return Qg;
7235
7235
  }
7236
- function hL(e) {
7236
+ function h5(e) {
7237
7237
  const t = e.getUTC ?? lt.utc;
7238
7238
  function n(u) {
7239
7239
  return u == null ? t() : lt.fromFormat(u, Wa);
@@ -7292,19 +7292,19 @@ function jre(e) {
7292
7292
  function xo(e) {
7293
7293
  return tm(e);
7294
7294
  }
7295
- function pL(e) {
7296
- return tm = (t) => yL({
7295
+ function p5(e) {
7296
+ return tm = (t) => y5({
7297
7297
  ...e,
7298
7298
  ...t
7299
7299
  }), tm;
7300
7300
  }
7301
- function gL(e) {
7302
- return Jg = (t) => bL({
7301
+ function g5(e) {
7302
+ return Jg = (t) => b5({
7303
7303
  ...e,
7304
7304
  ...t
7305
7305
  }), Jg;
7306
7306
  }
7307
- function yL(e) {
7307
+ function y5(e) {
7308
7308
  var n, a, l;
7309
7309
  let t = (n = e.navigation) == null ? void 0 : n.findItem(e.nav);
7310
7310
  if (e.storeMode ?? (e.storeMode = (t == null ? void 0 : t.storeMode) ?? "session"), e.storageMode ?? (e.storageMode = (t == null ? void 0 : t.storageMode) ?? "local-cache"), e.storeName ?? (e.storeName = ((a = e.navigation) == null ? void 0 : a.findStoreName(t ?? e.nav)) ?? e.nav), e.getStorageKey ?? (e.getStorageKey = t == null ? void 0 : t.getStorageKey), (l = e.demo) != null && l.isDemoing.value && (e.storageMode = "session"), e.storeName == null)
@@ -7312,7 +7312,7 @@ function yL(e) {
7312
7312
  if (e.storeMode == "whole-last-updated") {
7313
7313
  if (e.api == null)
7314
7314
  throw new Error("Must supply an api object to use store");
7315
- return xL({
7315
+ return x5({
7316
7316
  ...e,
7317
7317
  minutesToClear: t == null ? void 0 : t.minutesToClear,
7318
7318
  storeName: e.storeName ?? "",
@@ -7321,14 +7321,14 @@ function yL(e) {
7321
7321
  } else if (e.storeMode == "partial-last-updated") {
7322
7322
  if (e.api == null)
7323
7323
  throw new Error("Must supply an api object to use store");
7324
- return kL({
7324
+ return k5({
7325
7325
  ...e,
7326
7326
  storeName: e.storeName ?? "",
7327
7327
  dateProp: (t == null ? void 0 : t.pluWindowProp) ?? "lastEditedOn",
7328
7328
  bundlingDays: t == null ? void 0 : t.pluDays
7329
7329
  });
7330
7330
  } else
7331
- return wL({
7331
+ return w5({
7332
7332
  ...e,
7333
7333
  storeName: e.storeName ?? ""
7334
7334
  });
@@ -7344,7 +7344,7 @@ const z_ = (e) => {
7344
7344
  }
7345
7345
  return e.finalUrl = t, e.finalUrl ?? "";
7346
7346
  };
7347
- function bL(e) {
7347
+ function b5(e) {
7348
7348
  var n, a, l;
7349
7349
  let t = (n = e.navigation) == null ? void 0 : n.findItem(e.nav);
7350
7350
  if (e.storeMode ?? (e.storeMode = (t == null ? void 0 : t.storeMode) ?? "session"), e.storageMode ?? (e.storageMode = (t == null ? void 0 : t.storageMode) ?? "local-cache"), e.storeName ?? (e.storeName = `blob-${((a = e.navigation) == null ? void 0 : a.findStoreName(t ?? e.nav)) ?? e.nav}`), e.getStorageKey ?? (e.getStorageKey = t == null ? void 0 : t.getStorageKey), (l = e.demo) != null && l.isDemoing.value && (e.storageMode = "session"), e.storeName == null)
@@ -7404,7 +7404,7 @@ function bL(e) {
7404
7404
  };
7405
7405
  });
7406
7406
  }
7407
- function wL(e) {
7407
+ function w5(e) {
7408
7408
  return Qm(e.storeName, () => {
7409
7409
  var m;
7410
7410
  const t = lt.utc().toSeconds() / 86400, n = q({}), a = q({}), l = e.storageMode == "local-cache", r = Ll(), i = e.buildUrl ?? ((m = e.api) == null ? void 0 : m.buildUrl) ?? z_, o = e.idSelector ?? ((b) => b.id);
@@ -7627,7 +7627,7 @@ function wL(e) {
7627
7627
  };
7628
7628
  });
7629
7629
  }
7630
- function xL(e) {
7630
+ function x5(e) {
7631
7631
  return Qm(e.storeName, () => {
7632
7632
  const t = q(), n = q(0), a = lt.utc().toSeconds() / 3600, l = e.storageMode == "local-cache", r = e.idSelector ?? ((_) => _.id), i = q({ storedOn: a.toString() }), o = q({});
7633
7633
  function s() {
@@ -7867,7 +7867,7 @@ function xL(e) {
7867
7867
  };
7868
7868
  });
7869
7869
  }
7870
- function kL(e) {
7870
+ function k5(e) {
7871
7871
  return Qm(e.storeName, () => {
7872
7872
  const t = q(), n = q(0), a = lt.utc().toSeconds() / 3600, l = e.storageMode == "local-cache", r = e.idSelector ?? ((S) => S.id), i = e.dateProp ?? "lastEditedOn", o = q({
7873
7873
  lastUpdate: Au(),
@@ -8208,7 +8208,7 @@ let ey;
8208
8208
  function ps() {
8209
8209
  return ey;
8210
8210
  }
8211
- function SL(e) {
8211
+ function S5(e) {
8212
8212
  const t = (e == null ? void 0 : e.buildHeaders) ?? o, n = (e == null ? void 0 : e.buildQuery) ?? r, a = (e == null ? void 0 : e.buildUrl) ?? i, l = e == null ? void 0 : e.demo;
8213
8213
  function r(m) {
8214
8214
  let b = new URLSearchParams();
@@ -8462,7 +8462,7 @@ function SL(e) {
8462
8462
  let x;
8463
8463
  try {
8464
8464
  const S = new FormData();
8465
- let D = typeof m.data == "string" ? rL(m.data) : m.data;
8465
+ let D = typeof m.data == "string" ? r5(m.data) : m.data;
8466
8466
  S.append("file", D);
8467
8467
  const A = { ...w };
8468
8468
  if (delete A["Content-Type"], w = new Headers(A), x = await fetch(k, {
@@ -8546,13 +8546,13 @@ function O_() {
8546
8546
  navBack: n
8547
8547
  };
8548
8548
  }
8549
- function CL(e) {
8549
+ function C5(e) {
8550
8550
  const t = e.defaultCacheExpiryHours ?? 7, n = q([]), a = q(!0), l = q(!1), r = q(!1), i = q(), o = q(), s = q(), c = q(!1), u = [], d = [];
8551
8551
  e.getDisplayName ?? (e.getDisplayName = (D) => {
8552
8552
  if (D.displayName != null)
8553
8553
  return D.displayName;
8554
8554
  if (D.name != null)
8555
- return X5(D.name.replaceAll("-", " "));
8555
+ return XL(D.name.replaceAll("-", " "));
8556
8556
  }), e.getDefaultBackgroundID ?? (e.getDefaultBackgroundID = () => {
8557
8557
  }), e.getBackgroundURL ?? (e.getBackgroundURL = () => {
8558
8558
  });
@@ -8599,7 +8599,7 @@ function CL(e) {
8599
8599
  return A.singleName;
8600
8600
  const P = A == null ? void 0 : A.displayName;
8601
8601
  if (P != null)
8602
- return dL(P);
8602
+ return d5(P);
8603
8603
  }
8604
8604
  function w(D) {
8605
8605
  const A = b(D);
@@ -8616,7 +8616,7 @@ function CL(e) {
8616
8616
  o.value = void 0, x();
8617
8617
  else {
8618
8618
  const A = e.getBackgroundURL != null ? e.getBackgroundURL(D) : void 0;
8619
- A != null && q5(
8619
+ A != null && qL(
8620
8620
  A,
8621
8621
  () => {
8622
8622
  d.push(D), o.value = D, x();
@@ -8836,10 +8836,10 @@ function rh(e) {
8836
8836
  };
8837
8837
  }
8838
8838
  let kd;
8839
- function _L() {
8839
+ function _5() {
8840
8840
  return kd;
8841
8841
  }
8842
- function TL(e) {
8842
+ function T5(e) {
8843
8843
  if (kd != null)
8844
8844
  return kd;
8845
8845
  e ?? (e = {
@@ -8922,7 +8922,7 @@ const rx = "auth-credentials-state";
8922
8922
  function no() {
8923
8923
  return ny;
8924
8924
  }
8925
- function ML(e) {
8925
+ function M5(e) {
8926
8926
  const t = e.expiryTokenFormat ?? "d/MM/yyyy h:mm:ss a", n = e.tokenRefreshMinuteWindow ?? 10800;
8927
8927
  let a = q(localStorage.getItem(rx) ?? "");
8928
8928
  a.value.length == 0 && l();
@@ -9097,7 +9097,7 @@ function ML(e) {
9097
9097
  function k(A) {
9098
9098
  if (A == null)
9099
9099
  return;
9100
- const P = W5(A);
9100
+ const P = WL(A);
9101
9101
  w(P, A), e.processTokenPayload != null && e.processTokenPayload(r, P);
9102
9102
  }
9103
9103
  function w(A, P) {
@@ -9148,7 +9148,7 @@ function ML(e) {
9148
9148
  tryRefreshToken: b
9149
9149
  }, ny;
9150
9150
  }
9151
- function DL(e, t, n = {}) {
9151
+ function D5(e, t, n = {}) {
9152
9152
  const {
9153
9153
  preventDefault: a = !1,
9154
9154
  stopPropagation: l = !1,
@@ -9219,8 +9219,8 @@ function DL(e, t, n = {}) {
9219
9219
  turnDraggableOn: h
9220
9220
  };
9221
9221
  }
9222
- const AL = ["t", "r", "b", "l", "tr", "br", "bl", "tl"];
9223
- function IL(e, t = {}) {
9222
+ const A5 = ["t", "r", "b", "l", "tr", "br", "bl", "tl"];
9223
+ function I5(e, t = {}) {
9224
9224
  let n, a = t.handleWidth ?? 12, l = t.handleZIndex ?? 100, r = t.minWidth ?? 0, i = t.maxWidth ?? Number.MAX_SAFE_INTEGER, o = t.minHeight ?? 0, s = t.maxHeight ?? Number.MAX_SAFE_INTEGER, c = t.preventDefault ?? !1, u = t.stopPropagation ?? !1, d, v = [];
9225
9225
  const f = q(!1), g = q(!1), p = q(!1), m = q(!1), b = q(!1);
9226
9226
  let h = [], _ = [];
@@ -9356,7 +9356,7 @@ function IL(e, t = {}) {
9356
9356
  if (k.value)
9357
9357
  return;
9358
9358
  const N = oi(e);
9359
- N && (D(N, Z ?? AL), h.push(ja(N.$el, "mousedown", L)), h.push(ja(N.$el, "touchstart", L)), k.value = !0, n = U);
9359
+ N && (D(N, Z ?? A5), h.push(ja(N.$el, "mousedown", L)), h.push(ja(N.$el, "touchstart", L)), k.value = !0, n = U);
9360
9360
  }
9361
9361
  function X(Z) {
9362
9362
  if (!k.value)
@@ -9374,7 +9374,7 @@ function IL(e, t = {}) {
9374
9374
  }
9375
9375
  const lu = q([]);
9376
9376
  function O0(e) {
9377
- const t = (e == null ? void 0 : e.blade) ?? q(null), n = (e == null ? void 0 : e.bladeBasic) == !0, a = q(), l = e == null ? void 0 : e.bladeName, r = (e == null ? void 0 : e.mobileBreakpoint) ?? 600, i = (e == null ? void 0 : e.bladeGroup) ?? "default", o = (e == null ? void 0 : e.handle) ?? q(null), s = q(!1), c = q((e == null ? void 0 : e.variant) ?? "page"), { turnResizingOff: u, turnResizingOn: d } = IL(t), { turnDraggableOff: v, turnDraggableOn: f } = DL(t, o);
9377
+ const t = (e == null ? void 0 : e.blade) ?? q(null), n = (e == null ? void 0 : e.bladeBasic) == !0, a = q(), l = e == null ? void 0 : e.bladeName, r = (e == null ? void 0 : e.mobileBreakpoint) ?? 600, i = (e == null ? void 0 : e.bladeGroup) ?? "default", o = (e == null ? void 0 : e.handle) ?? q(null), s = q(!1), c = q((e == null ? void 0 : e.variant) ?? "page"), { turnResizingOff: u, turnResizingOn: d } = I5(t), { turnDraggableOff: v, turnDraggableOn: f } = D5(t, o);
9378
9378
  function g(h) {
9379
9379
  if ((h == null ? void 0 : h.bladeName) == null)
9380
9380
  return;
@@ -9494,7 +9494,7 @@ function Yre(e) {
9494
9494
  }
9495
9495
  };
9496
9496
  }
9497
- function $L(e) {
9497
+ function $5(e) {
9498
9498
  const t = q({});
9499
9499
  let n = e.vuetifyInstance;
9500
9500
  function a() {
@@ -9572,7 +9572,7 @@ function $L(e) {
9572
9572
  }, ay;
9573
9573
  }
9574
9574
  var H0 = {}, ac = {};
9575
- const EL = /* @__PURE__ */ H5(z5);
9575
+ const E5 = /* @__PURE__ */ HL(zL);
9576
9576
  var W_ = {};
9577
9577
  (function(e) {
9578
9578
  Object.defineProperty(e, "__esModule", { value: !0 }), e.parse = e.FIELD_INFO = void 0;
@@ -9761,7 +9761,7 @@ var W_ = {};
9761
9761
  })(W_);
9762
9762
  Object.defineProperty(ac, "__esModule", { value: !0 });
9763
9763
  ac.isTimeMatches = ac.getFutureMatches = void 0;
9764
- const ly = EL, nm = W_, VL = 1e5, LL = 0, j_ = 1, ry = 5, q_ = 6, W0 = "Etc/UTC", PL = ["second", "minute", "hour", "day_of_month", "month", "year", "day_of_week"], U_ = PL.reverse(), BL = ["second", "minute", "hour", "month", "year"], NL = BL.reverse();
9764
+ const ly = E5, nm = W_, V5 = 1e5, L5 = 0, j_ = 1, ry = 5, q_ = 6, W0 = "Etc/UTC", P5 = ["second", "minute", "hour", "day_of_month", "month", "year", "day_of_week"], U_ = P5.reverse(), B5 = ["second", "minute", "hour", "month", "year"], N5 = B5.reverse();
9765
9765
  function j0(e) {
9766
9766
  if (!e)
9767
9767
  return e;
@@ -9800,10 +9800,10 @@ function ju(e) {
9800
9800
  function Vp(e, t, n) {
9801
9801
  const a = [];
9802
9802
  return e.expressions.forEach((l) => {
9803
- a.push(...FL(l, t, n));
9803
+ a.push(...F5(l, t, n));
9804
9804
  }), a.length === 0 ? a : G_(Y_(a));
9805
9805
  }
9806
- function FL(e, t, n) {
9806
+ function F5(e, t, n) {
9807
9807
  const a = e[t];
9808
9808
  if (a.omit)
9809
9809
  return t === "second" ? [0] : [];
@@ -9824,7 +9824,7 @@ function FL(e, t, n) {
9824
9824
  i.push(...Cu(o.from, o.to, o.step));
9825
9825
  }), i;
9826
9826
  }
9827
- function RL(e, t) {
9827
+ function R5(e, t) {
9828
9828
  const n = {};
9829
9829
  for (const a of U_)
9830
9830
  a === "day_of_week" || a === "day_of_month" || (n[a] = {
@@ -9834,7 +9834,7 @@ function RL(e, t) {
9834
9834
  values: G_(Y_([...Vp(e, "day_of_month", t), ...Vp(e, "day_of_week", t)]))
9835
9835
  }, n;
9836
9836
  }
9837
- function zL(e, t) {
9837
+ function z5(e, t) {
9838
9838
  const n = e[t];
9839
9839
  n.steps && (n.values = n.values || [], n.steps.forEach((a) => {
9840
9840
  n.values.push(...Cu(a.from, a.to, a.step));
@@ -9844,15 +9844,15 @@ function Z_(e) {
9844
9844
  for (const t of e.expressions) {
9845
9845
  !t.day_of_month.omit && !t.day_of_week.omit && (!t.day_of_month.all && t.day_of_week.all && (delete t.day_of_week.all, t.day_of_week.omit = !0), t.day_of_month.all && !t.day_of_week.all && !t.day_of_week.omit && (delete t.day_of_month.all, t.day_of_month.omit = !0));
9846
9846
  for (const n of U_)
9847
- zL(t, n);
9847
+ z5(t, n);
9848
9848
  }
9849
9849
  return e;
9850
9850
  }
9851
9851
  function ru(e, t) {
9852
9852
  return e.set(t);
9853
9853
  }
9854
- function* OL(e, t) {
9855
- const n = RL(e, t.year), a = t.toMillis();
9854
+ function* O5(e, t) {
9855
+ const n = R5(e, t.year), a = t.toMillis();
9856
9856
  let l = t, r = !1;
9857
9857
  for (const i of n.year.values)
9858
9858
  if (!(i < t.year)) {
@@ -9885,11 +9885,11 @@ function q0(e, t) {
9885
9885
  n = n.plus({ day: -1 });
9886
9886
  return n.day;
9887
9887
  }
9888
- function HL(e) {
9888
+ function H5(e) {
9889
9889
  const t = e.endOf("month"), n = Ns(t);
9890
9890
  return n >= j_ && n <= ry ? t.day : q0(e, ry);
9891
9891
  }
9892
- function WL(e, t) {
9892
+ function W5(e, t) {
9893
9893
  const n = [];
9894
9894
  for (let a = 1; a < 31; a++) {
9895
9895
  const l = e.set({ day: a });
@@ -9899,56 +9899,56 @@ function WL(e, t) {
9899
9899
  }
9900
9900
  return n;
9901
9901
  }
9902
- function jL(e) {
9902
+ function j5(e) {
9903
9903
  const t = Ns(e);
9904
9904
  return t >= j_ && t <= ry;
9905
9905
  }
9906
9906
  function ix(e, t) {
9907
9907
  return Ns(e) === t;
9908
9908
  }
9909
- function qL(e, t) {
9909
+ function q5(e, t) {
9910
9910
  return e.daysInMonth < t && (t = e.daysInMonth), e.set({ day: t });
9911
9911
  }
9912
- function UL(e, t) {
9913
- if (!jL(e))
9912
+ function U5(e, t) {
9913
+ if (!j5(e))
9914
9914
  return !1;
9915
- const n = qL(e, t);
9916
- return e.day === n.day ? !0 : ix(n, q_) ? n.day === 1 ? e.day === 3 : n.day - 1 == e.day : ix(n, LL) ? n.day === e.daysInMonth ? e.day === e.daysInMonth - 2 : n.day + 1 == e.day : !1;
9915
+ const n = q5(e, t);
9916
+ return e.day === n.day ? !0 : ix(n, q_) ? n.day === 1 ? e.day === 3 : n.day - 1 == e.day : ix(n, L5) ? n.day === e.daysInMonth ? e.day === e.daysInMonth - 2 : n.day + 1 == e.day : !1;
9917
9917
  }
9918
- function YL(e, t, n) {
9918
+ function Y5(e, t, n) {
9919
9919
  return n >= e && n <= t;
9920
9920
  }
9921
9921
  function U0(e, t, n) {
9922
9922
  const a = e[t];
9923
- return !a || a.all ? !0 : a.omit ? t === "second" : !!(a.values && a.values.includes(n) || a.ranges && a.ranges.find((l) => YL(l.from, l.to, n)));
9923
+ return !a || a.all ? !0 : a.omit ? t === "second" : !!(a.values && a.values.includes(n) || a.ranges && a.ranges.find((l) => Y5(l.from, l.to, n)));
9924
9924
  }
9925
- function GL(e, t, n) {
9925
+ function G5(e, t, n) {
9926
9926
  const a = e[t];
9927
- return a.omit ? !1 : a.lastWeekday && n.day === HL(n) || a.lastDay && n.day === q0(n) || !ju(a.nearestWeekdays) && a.nearestWeekdays.find((l) => UL(n, l)) !== void 0 ? !0 : U0(e, t, n.day);
9927
+ return a.omit ? !1 : a.lastWeekday && n.day === H5(n) || a.lastDay && n.day === q0(n) || !ju(a.nearestWeekdays) && a.nearestWeekdays.find((l) => U5(n, l)) !== void 0 ? !0 : U0(e, t, n.day);
9928
9928
  }
9929
- function ZL(e, t, n) {
9929
+ function Z5(e, t, n) {
9930
9930
  const a = e[t];
9931
9931
  return a.omit ? !1 : a.lastDay && Ns(n) === q_ || !ju(a.lastDays) && a.lastDays.find((l) => n.day === q0(n, l)) !== void 0 || !ju(a.nthDays) && a.nthDays.find((l) => {
9932
- const r = WL(n, l.day_of_week);
9932
+ const r = W5(n, l.day_of_week);
9933
9933
  return r.length >= l.instance && r[l.instance - 1] === n.day;
9934
9934
  }) !== void 0 ? !0 : U0(e, t, Ns(n));
9935
9935
  }
9936
- function KL(e, t) {
9937
- for (const n of NL)
9936
+ function K5(e, t) {
9937
+ for (const n of N5)
9938
9938
  if (!U0(e, n, t[n]))
9939
9939
  return !1;
9940
- return GL(e, "day_of_month", t) || ZL(e, "day_of_week", t);
9940
+ return G5(e, "day_of_month", t) || Z5(e, "day_of_week", t);
9941
9941
  }
9942
9942
  function K_(e, t) {
9943
- return e.expressions.find((n) => KL(n, t)) !== void 0;
9943
+ return e.expressions.find((n) => K5(n, t)) !== void 0;
9944
9944
  }
9945
- function XL(e, t) {
9945
+ function X5(e, t) {
9946
9946
  return t.formatInTimezone ? e.toISO({ suppressMilliseconds: !0 }) : `${e.setZone(W0).toISO({ suppressMilliseconds: !0, includeOffset: !1 })}Z`;
9947
9947
  }
9948
- function QL(e, t = {}) {
9948
+ function Q5(e, t = {}) {
9949
9949
  const n = { zone: t.timezone || W0 }, a = ly.DateTime.fromISO(t.startAt ? t.startAt : (/* @__PURE__ */ new Date()).toISOString(), n).set({
9950
9950
  millisecond: 0
9951
- }), l = t.endAt ? ly.DateTime.fromISO(t.endAt, n) : void 0, r = t.matchCount || 5, i = [], o = Z_(typeof e == "string" ? (0, nm.parse)(e, t) : j0(e)), s = OL(o, a), c = t.maxLoopCount || VL;
9951
+ }), l = t.endAt ? ly.DateTime.fromISO(t.endAt, n) : void 0, r = t.matchCount || 5, i = [], o = Z_(typeof e == "string" ? (0, nm.parse)(e, t) : j0(e)), s = O5(o, a), c = t.maxLoopCount || V5;
9952
9952
  let u = 0;
9953
9953
  for (; u < c; ) {
9954
9954
  u++;
@@ -9957,7 +9957,7 @@ function QL(e, t = {}) {
9957
9957
  break;
9958
9958
  if (!(d.toMillis() < a.toMillis())) {
9959
9959
  if (K_(o, d)) {
9960
- const v = XL(d, t);
9960
+ const v = X5(d, t);
9961
9961
  (t.matchValidator ? t.matchValidator(v) : !0) && i.push(v);
9962
9962
  }
9963
9963
  if (i.length >= r)
@@ -9966,12 +9966,12 @@ function QL(e, t = {}) {
9966
9966
  }
9967
9967
  return i;
9968
9968
  }
9969
- ac.getFutureMatches = QL;
9970
- function JL(e, t, n) {
9969
+ ac.getFutureMatches = Q5;
9970
+ function J5(e, t, n) {
9971
9971
  const a = Z_(typeof e == "string" ? (0, nm.parse)(e) : j0(e)), l = ly.DateTime.fromISO(t, { zone: n || W0 });
9972
9972
  return K_(a, l);
9973
9973
  }
9974
- ac.isTimeMatches = JL;
9974
+ ac.isTimeMatches = J5;
9975
9975
  (function(e) {
9976
9976
  Object.defineProperty(e, "__esModule", { value: !0 }), e.isTimeMatches = e.getFutureMatches = void 0;
9977
9977
  var t = ac;
@@ -10247,7 +10247,7 @@ function aP(e) {
10247
10247
  r.value = m ?? "", h = g(r.value), i.value = b;
10248
10248
  const _ = c(b);
10249
10249
  return _ != null && H0.getFutureMatches(_, { matchCount: 2, formatInTimezone: !1, timezone: a.value }).forEach((w) => {
10250
- let x = h.find((C) => eL(C.dateTrigger, w));
10250
+ let x = h.find((C) => e5(C.dateTrigger, w));
10251
10251
  x == null ? h.push({
10252
10252
  dateTrigger: w,
10253
10253
  //futureDate,
@@ -10296,7 +10296,7 @@ function lP(e) {
10296
10296
  header: S.title ?? S.value ?? "",
10297
10297
  itemText: S.itemText,
10298
10298
  value: S.value
10299
- }))), kt(g) || (g = Object.keys(u[0]).map((S) => ({ header: Z5(S) ?? "", value: S }))), g = g.filter((S) => S.header.length > 0);
10299
+ }))), kt(g) || (g = Object.keys(u[0]).map((S) => ({ header: ZL(S) ?? "", value: S }))), g = g.filter((S) => S.header.length > 0);
10300
10300
  var p = [];
10301
10301
  for (let S = 0; S < u.length; S++) {
10302
10302
  const D = u[S];
@@ -10338,7 +10338,7 @@ function lP(e) {
10338
10338
  return d == "true" ? !0 : d == "false" ? !1 : u;
10339
10339
  }
10340
10340
  function i(c) {
10341
- return K5(c.replaceAll(" ", "").replaceAll(`
10341
+ return KL(c.replaceAll(" ", "").replaceAll(`
10342
10342
  `, "").replaceAll("\r", ""));
10343
10343
  }
10344
10344
  function o(c) {
@@ -10416,7 +10416,7 @@ function iP(e) {
10416
10416
  var b, h;
10417
10417
  if (((b = e == null ? void 0 : e.auth) == null ? void 0 : b.isLoggedIn.value) == !0 && (e == null || e.auth.logout()), (e == null ? void 0 : e.auth) != null) {
10418
10418
  var m = e == null ? void 0 : e.getAuthToken;
10419
- m ?? (m = (h = r(p)) == null ? void 0 : h.getAuthToken), m != null && e.auth.setAuth(j5(m()));
10419
+ m ?? (m = (h = r(p)) == null ? void 0 : h.getAuthToken), m != null && e.auth.setAuth(jL(m()));
10420
10420
  }
10421
10421
  a.value = !0, localStorage.setItem(t, "true"), window.location.href = location.href;
10422
10422
  }
@@ -10667,7 +10667,7 @@ function Ac() {
10667
10667
  function cP(e) {
10668
10668
  const t = e.filters ?? {};
10669
10669
  function n($, E, I) {
10670
- return $ ? J5($) ? I ?? "" : e.dates.tzString($, E) : I ?? $ ?? "";
10670
+ return $ ? JL($) ? I ?? "" : e.dates.tzString($, E) : I ?? $ ?? "";
10671
10671
  }
10672
10672
  function a($) {
10673
10673
  if (!$)
@@ -10732,10 +10732,10 @@ function cP(e) {
10732
10732
  return P_($, !1);
10733
10733
  }
10734
10734
  function m($) {
10735
- return Y5($);
10735
+ return YL($);
10736
10736
  }
10737
10737
  function b($) {
10738
- return G5($);
10738
+ return GL($);
10739
10739
  }
10740
10740
  function h($) {
10741
10741
  if (!$)
@@ -11066,7 +11066,7 @@ function nie(e) {
11066
11066
  return [];
11067
11067
  if (i.getYGroupValue == null && i.getYValue == null && i.yProp == null)
11068
11068
  return [];
11069
- const o = U5(i.list, i.getXAxis ?? i.xProp), s = [];
11069
+ const o = UL(i.list, i.getXAxis ?? i.xProp), s = [];
11070
11070
  return o.forEach((c, u) => {
11071
11071
  if (i.getYGroupValue != null)
11072
11072
  s.push({
@@ -12881,7 +12881,7 @@ function rc(e, t, n) {
12881
12881
  }
12882
12882
  if (D.value != null && D.value.length > 0) {
12883
12883
  let ye = [...L.value];
12884
- e.itemText && ye.push(e.itemText), kt(ye) && (ue = ue.filter((Ne) => sL(Ne, D.value, ye)));
12884
+ e.itemText && ye.push(e.itemText), kt(ye) && (ue = ue.filter((Ne) => s5(Ne, D.value, ye)));
12885
12885
  }
12886
12886
  if (e.paginate == "local" && (Ya(ue, ue.length), e.itemsPerPage != null)) {
12887
12887
  let ye = (k.value - 1) * e.itemsPerPage, Ne = ye + e.itemsPerPage;
@@ -13178,7 +13178,7 @@ function sie(e, t, n, a) {
13178
13178
  var v;
13179
13179
  const l = Xe(DT), r = Xe(IT), i = Xe(AT), o = l.findItem(e.meta.nav ?? e.name) ?? void 0, s = e.meta.requiresAuth !== !1 || o != null && o.requiresAuth !== !1, c = e.meta.permissions ?? [], u = e.meta.subscriptions ?? [];
13180
13180
  function d() {
13181
- document.title = `${i.isDemoing.value ? "(Demo) " : ""}${vL() ?? ""}`;
13181
+ document.title = `${i.isDemoing.value ? "(Demo) " : ""}${v5() ?? ""}`;
13182
13182
  }
13183
13183
  if (e.query.isDemo === "true" && !i.isDemoing.value && i.startDemo(), s)
13184
13184
  if (i.isDemoing.value)
@@ -13198,7 +13198,7 @@ function sie(e, t, n, a) {
13198
13198
  const C6 = (e) => Nn(e) || /^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/.test(e) || "Email must be valid", uh = (e) => !!e || "Required";
13199
13199
  function _6(e) {
13200
13200
  const t = [];
13201
- return (e == null ? void 0 : e.required) == !0 && t.push((n) => !!n || "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((n) => !!n || "Password is required"), t.push((n) => n != null && n.length > 9 || "Password must be 10 or more characters"), t.push((n) => /^(.*[a-z].*)$/.test(n) || "Password must contain a lowercase letter"), t.push((n) => /^(.*[A-Z].*)$/.test(n) || "Password must contain an uppercase letter"), t.push((n) => /^(.*\d.*)$/.test(n) || "Password must contain a number"), t.push((n) => /^(.*[#?!@\$%\^\&*\)\(+=._-].*)$/.test(n) || "Password must contain a special character like # ? ! @ $ % ^ & * - +")), (e == null ? void 0 : e.forEmail) == !0 && (t.push((n) => !!n || "Email is required"), t.push((n) => cL(n) || "Email must be valid")), t;
13201
+ return (e == null ? void 0 : e.required) == !0 && t.push((n) => !!n || "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((n) => !!n || "Password is required"), t.push((n) => n != null && n.length > 9 || "Password must be 10 or more characters"), t.push((n) => /^(.*[a-z].*)$/.test(n) || "Password must contain a lowercase letter"), t.push((n) => /^(.*[A-Z].*)$/.test(n) || "Password must contain an uppercase letter"), t.push((n) => /^(.*\d.*)$/.test(n) || "Password must contain a number"), t.push((n) => /^(.*[#?!@\$%\^\&*\)\(+=._-].*)$/.test(n) || "Password must contain a special character like # ? ! @ $ % ^ & * - +")), (e == null ? void 0 : e.forEmail) == !0 && (t.push((n) => !!n || "Email is required"), t.push((n) => c5(n) || "Email must be valid")), t;
13202
13202
  }
13203
13203
  function uie(e) {
13204
13204
  const t = _6(e);
@@ -38860,7 +38860,7 @@ const TW = /* @__PURE__ */ Ke({
38860
38860
  },
38861
38861
  emits: ["uploaded"],
38862
38862
  setup(e, { emit: t }) {
38863
- const n = t, a = e, l = q(!0), r = q(), i = T(() => Number.parseInt(a.size)), o = q(!1), { actionLoadingMsg: s, apiUpload: c } = rh(), u = q(), d = q(), v = q((/* @__PURE__ */ new Date()).getTime().toString()), f = T(() => `${a.src}?${v.value}`), g = T(() => tL(a.imageWidth / a.imageHeight, 2)), p = T(() => a.height * g.value), { onChange: m, open: b } = IC({
38863
+ const n = t, a = e, l = q(!0), r = q(), i = T(() => Number.parseInt(a.size)), o = q(!1), { actionLoadingMsg: s, apiUpload: c } = rh(), u = q(), d = q(), v = q((/* @__PURE__ */ new Date()).getTime().toString()), f = T(() => `${a.src}?${v.value}`), g = T(() => t5(a.imageWidth / a.imageHeight, 2)), p = T(() => a.height * g.value), { onChange: m, open: b } = IC({
38864
38864
  accept: "image/*"
38865
38865
  });
38866
38866
  m((_) => {
@@ -39953,7 +39953,7 @@ function JW(e) {
39953
39953
  select: c,
39954
39954
  selected: o,
39955
39955
  selectedStr: s,
39956
- itemRows: uL(t, n),
39956
+ itemRows: u5(t, n),
39957
39957
  setItems: g,
39958
39958
  setValues: p,
39959
39959
  isEmpty: m,
@@ -41687,22 +41687,22 @@ function cie(e) {
41687
41687
  return {
41688
41688
  install(t, n) {
41689
41689
  var u, d, v, f, g, p;
41690
- e.includeComponents == !0 && (t.component("bt-avatar", H6), t.component("bt-blade-item", VB), t.component("bt-blade-items", R8), t.component("bt-blade", nF), t.component("bt-btn", aF), t.component("bt-camera-overlay", iF), t.component("bt-col", oF), t.component("bt-cosmetics-menu", tR), t.component("bt-cron", fR), t.component("bt-date", C9), t.component("bt-drag-counter", A9), t.component("bt-entity", E9), t.component("bt-error", V9), t.component("bt-field-checkbox", N9), t.component("bt-field-date", F9), t.component("bt-field-entity", R9), t.component("bt-field-select", z9), t.component("bt-field-string", O9), t.component("bt-field-switch", W9), t.component("bt-field-tags", vH), t.component("bt-field-text-area", hH), t.component("bt-field-trigger", wH), t.component("bt-header-option", SH), t.component("bt-image-uploader", cA), t.component("bt-json", BW), t.component("bt-loader", NW), t.component("bt-nav-sidebar", YW), t.component("bt-number", ZW), t.component("bt-numpad", KW), t.component("bt-select-inline", aj), t.component("bt-select-list-box", lj), t.component("bt-select", rj), t.component("bt-signature", cj), t.component("bt-signature-overlay", dj), t.component("bt-slider", wj), t.component("bt-span", xj), t.component("bt-tags", kj)), e.cosmetics ?? (e.cosmetics = {}), (u = e.cosmetics).vuetifyInstance ?? (u.vuetifyInstance = n.vuetifyInstance), TL(e.assistant ?? { items: [] });
41691
- const a = mL(e.urls);
41692
- $L(e.cosmetics);
41693
- const l = CL(e.navigation ?? {});
41690
+ e.includeComponents == !0 && (t.component("bt-avatar", H6), t.component("bt-blade-item", VB), t.component("bt-blade-items", R8), t.component("bt-blade", nF), t.component("bt-btn", aF), t.component("bt-camera-overlay", iF), t.component("bt-col", oF), t.component("bt-cosmetics-menu", tR), t.component("bt-cron", fR), t.component("bt-date", C9), t.component("bt-drag-counter", A9), t.component("bt-entity", E9), t.component("bt-error", V9), t.component("bt-field-checkbox", N9), t.component("bt-field-date", F9), t.component("bt-field-entity", R9), t.component("bt-field-select", z9), t.component("bt-field-string", O9), t.component("bt-field-switch", W9), t.component("bt-field-tags", vH), t.component("bt-field-text-area", hH), t.component("bt-field-trigger", wH), t.component("bt-header-option", SH), t.component("bt-image-uploader", cA), t.component("bt-json", BW), t.component("bt-loader", NW), t.component("bt-nav-sidebar", YW), t.component("bt-number", ZW), t.component("bt-numpad", KW), t.component("bt-select-inline", aj), t.component("bt-select-list-box", lj), t.component("bt-select", rj), t.component("bt-signature", cj), t.component("bt-signature-overlay", dj), t.component("bt-slider", wj), t.component("bt-span", xj), t.component("bt-tags", kj)), e.cosmetics ?? (e.cosmetics = {}), (u = e.cosmetics).vuetifyInstance ?? (u.vuetifyInstance = n.vuetifyInstance), T5(e.assistant ?? { items: [] });
41691
+ const a = m5(e.urls);
41692
+ $5(e.cosmetics);
41693
+ const l = C5(e.navigation ?? {});
41694
41694
  e.heights ?? (e.heights = {}), (d = e.heights).display ?? (d.display = n.vuetifyDisplay), (v = e.heights).navigation ?? (v.navigation = l), ih(e.heights);
41695
41695
  const r = b6(e.menu);
41696
41696
  x6(e), (f = e.auth).menu ?? (f.menu = r), (g = e.auth).router ?? (g.router = n.router), e.auth.getAuthItem = l.findItem;
41697
- const i = ML(e.auth);
41697
+ const i = M5(e.auth);
41698
41698
  e.demo != null && ((p = e.demo).auth ?? (p.auth = i));
41699
- const o = iP(e.demo), s = SL({
41699
+ const o = iP(e.demo), s = S5({
41700
41700
  ...e.api,
41701
41701
  auth: i,
41702
41702
  demo: o,
41703
41703
  findPath: l.findPath,
41704
41704
  useBearerToken: !0
41705
- }), c = hL({
41705
+ }), c = h5({
41706
41706
  getTimeZone: () => i.timeZone.value
41707
41707
  });
41708
41708
  uP(e.feedback), cP({
@@ -41710,13 +41710,13 @@ function cie(e) {
41710
41710
  dates: c,
41711
41711
  demo: o,
41712
41712
  filters: e.filters
41713
- }), e.usePWA ?? (e.usePWA = !0), e.usePWA && k6(), pL({
41713
+ }), e.usePWA ?? (e.usePWA = !0), e.usePWA && k6(), p5({
41714
41714
  api: s,
41715
41715
  auth: i,
41716
41716
  dates: c,
41717
41717
  demo: o,
41718
41718
  navigation: l
41719
- }), gL({
41719
+ }), g5({
41720
41720
  api: s,
41721
41721
  auth: i,
41722
41722
  dates: c,
@@ -42180,7 +42180,7 @@ const Dj = Oe({
42180
42180
  hideDialogTemporarily: i,
42181
42181
  menuRouteName: o,
42182
42182
  tab: s
42183
- } = _L(), c = bf(), u = q([]), d = q([]), v = q(!1), f = q(), g = q(), p = q(), { sendAsync: m } = sP(), { xs: b } = Pi(), h = T(() => !Nn(g.value) || f.value != null);
42183
+ } = _5(), c = bf(), u = q([]), d = q([]), v = q(!1), f = q(), g = q(), p = q(), { sendAsync: m } = sP(), { xs: b } = Pi(), h = T(() => !Nn(g.value) || f.value != null);
42184
42184
  async function _() {
42185
42185
  try {
42186
42186
  var x = await m({
@@ -43778,7 +43778,7 @@ const Dj = Oe({
43778
43778
  isCancelled: !1,
43779
43779
  isConfirmed: !0,
43780
43780
  isError: !1,
43781
- result: n.value.selectMode == "single" && Q5(a.value, 0) ? void 0 : a.value
43781
+ result: n.value.selectMode == "single" && QL(a.value, 0) ? void 0 : a.value
43782
43782
  }), t.value = !1;
43783
43783
  }
43784
43784
  function f() {
@@ -44349,12 +44349,15 @@ const Dj = Oe({
44349
44349
  onSubmitAsync: {},
44350
44350
  resetToggle: { type: Boolean },
44351
44351
  schema: {},
44352
+ useBackgroundUrl: { type: Boolean, default: !0 },
44353
+ useLogoUrl: { type: Boolean, default: !0 },
44354
+ useScroll: { type: Boolean, default: !0 },
44352
44355
  variant: {}
44353
44356
  },
44354
44357
  setup(e) {
44355
44358
  const t = e, n = T(() => {
44356
44359
  let m = t.backgroundUrl ?? t.schema.bgSrc;
44357
- if (m != null)
44360
+ if (m != null && t.useBackgroundUrl)
44358
44361
  return `background: url("${m}") no-repeat top center fixed; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; min-height: 100%;`;
44359
44362
  }), a = q(), l = T(() => JSON.stringify(t.data)), r = T(() => l.value != a.value), { style: i } = vP({
44360
44363
  getUsedHeight() {
@@ -44362,7 +44365,10 @@ const Dj = Oe({
44362
44365
  return console.log(m), m;
44363
44366
  },
44364
44367
  overflow: !0
44365
- }), o = T(() => t.variant ?? t.schema.variant ?? "basic"), s = q(0), c = q(), u = q(!1), d = q(), v = T(() => t.isEditing && !u.value), f = T(() => t.logoUrl ?? t.schema.logoSrc);
44368
+ }), o = T(() => t.variant ?? t.schema.variant ?? "basic"), s = q(0), c = q(), u = q(!1), d = q(), v = T(() => t.isEditing && !u.value), f = T(() => {
44369
+ if (t.useLogoUrl)
44370
+ return t.logoUrl ?? t.schema.logoSrc;
44371
+ });
44366
44372
  async function g() {
44367
44373
  d.value = "Saving Progress", c.value = t.onSaveAsync != null ? await t.onSaveAsync() : void 0, d.value = void 0, a.value = JSON.stringify(t.data);
44368
44374
  }
@@ -44445,7 +44451,7 @@ const Dj = Oe({
44445
44451
  _: 2
44446
44452
  }, 1032, ["style"])) : te("", !0),
44447
44453
  Ve("div", {
44448
- style: ft(M(i))
44454
+ style: ft(m.useScroll ? M(i) : void 0)
44449
44455
  }, [
44450
44456
  y(_, { errorMsg: c.value }, null, 8, ["errorMsg"]),
44451
44457
  y(k, { loadingMsg: d.value }, null, 8, ["loadingMsg"]),
@@ -44529,7 +44535,7 @@ const Dj = Oe({
44529
44535
  _: 1
44530
44536
  })) : te("", !0),
44531
44537
  Ve("div", {
44532
- style: ft(M(i)),
44538
+ style: ft(m.useScroll ? M(i) : void 0),
44533
44539
  class: "d-flex flex-column align-center justify-center"
44534
44540
  }, " Done! Thankyou. ", 4)
44535
44541
  ]),
@@ -44609,7 +44615,7 @@ const Dj = Oe({
44609
44615
  _: 2
44610
44616
  }, 1032, ["style"])) : te("", !0),
44611
44617
  Ve("div", {
44612
- style: ft(M(i))
44618
+ style: ft(m.useScroll ? M(i) : void 0)
44613
44619
  }, [
44614
44620
  y(_, { errorMsg: c.value }, null, 8, ["errorMsg"]),
44615
44621
  y(k, { loadingMsg: d.value }, null, 8, ["loadingMsg"]),
@@ -44725,7 +44731,7 @@ const Dj = Oe({
44725
44731
  _: 2
44726
44732
  }, 1032, ["style"])) : te("", !0),
44727
44733
  Ve("div", {
44728
- style: ft(M(i))
44734
+ style: ft(m.useScroll ? M(i) : void 0)
44729
44735
  }, [
44730
44736
  y(_, { errorMsg: c.value }, null, 8, ["errorMsg"]),
44731
44737
  y(Ct, {
@@ -44817,7 +44823,7 @@ const Dj = Oe({
44817
44823
  _: 1
44818
44824
  })) : te("", !0),
44819
44825
  Ve("div", {
44820
- style: ft(M(i)),
44826
+ style: ft(m.useScroll ? M(i) : void 0),
44821
44827
  class: "d-flex flex-column align-center justify-center"
44822
44828
  }, " Done! Thankyou. ", 4)
44823
44829
  ]),
@@ -76910,41 +76916,41 @@ export {
76910
76916
  wq as BTForm,
76911
76917
  gie as BTFormBuilder,
76912
76918
  jv as BTFormField,
76913
- rL as DataURIToBlob,
76919
+ r5 as DataURIToBlob,
76914
76920
  fP as Fields,
76915
76921
  C6 as TestEmailValid,
76916
76922
  uh as TestRequired,
76917
76923
  Vre as addWeekday,
76918
76924
  Jn as appendUrl,
76919
76925
  IT as authKey,
76920
- X5 as capitalizeWords,
76921
- q5 as checkImage,
76926
+ XL as capitalizeWords,
76927
+ qL as checkImage,
76922
76928
  Rre as compareString,
76923
- lL as containsSearch,
76929
+ l5 as containsSearch,
76924
76930
  Ere as containsWeekday,
76925
76931
  Hu as copyDeep,
76926
- aL as copyItemByAlphabet,
76927
- SL as createApi,
76928
- TL as createAssistant,
76929
- ML as createAuth,
76930
- gL as createBlobStoreBuilder,
76931
- bL as createBlobStoreDefinition,
76932
+ a5 as copyItemByAlphabet,
76933
+ S5 as createApi,
76934
+ T5 as createAssistant,
76935
+ M5 as createAuth,
76936
+ g5 as createBlobStoreBuilder,
76937
+ b5 as createBlobStoreDefinition,
76932
76938
  cie as createCore,
76933
- $L as createCosmetics,
76934
- hL as createDates,
76939
+ $5 as createCosmetics,
76940
+ h5 as createDates,
76935
76941
  iP as createDemo,
76936
76942
  uP as createFeedback,
76937
76943
  cP as createFilters,
76938
76944
  b6 as createMenu,
76939
- CL as createNavigation,
76945
+ C5 as createNavigation,
76940
76946
  k6 as createPWA,
76941
76947
  x6 as createPresets,
76942
- wL as createSessionStoreDefinition,
76943
- pL as createStoreBuilder,
76944
- mL as createUrl,
76948
+ w5 as createSessionStoreDefinition,
76949
+ p5 as createStoreBuilder,
76950
+ m5 as createUrl,
76945
76951
  AN as createVuetify,
76946
- xL as createWholeLastUpdateStoreDefinition,
76947
- nL as csvContains,
76952
+ x5 as createWholeLastUpdateStoreDefinition,
76953
+ n5 as csvContains,
76948
76954
  Zre as csvDefaults,
76949
76955
  B_ as deepSelect,
76950
76956
  AT as demoKey,
@@ -76954,27 +76960,27 @@ export {
76954
76960
  Sre as expectSingle,
76955
76961
  xre as expectSingleReturn,
76956
76962
  Mre as extensionExists,
76957
- iL as extractErrorDescription,
76963
+ i5 as extractErrorDescription,
76958
76964
  ov as findYouTubeAvatar,
76959
- Z5 as fromCamelCase,
76965
+ ZL as fromCamelCase,
76960
76966
  Dre as getGoogleMapsLocationLine,
76961
76967
  Are as getImageData,
76962
76968
  P_ as getLocationLine,
76963
- Y5 as getLocationLineOne,
76964
- G5 as getLocationLineTwo,
76969
+ YL as getLocationLineOne,
76970
+ GL as getLocationLineTwo,
76965
76971
  Pre as getMinDate,
76966
76972
  Au as getMinDateString,
76967
- oL as getRandomColor,
76968
- U5 as group,
76973
+ o5 as getRandomColor,
76974
+ UL as group,
76969
76975
  sie as guardRoute,
76970
- sL as hasSearch,
76971
- Q5 as isArrayOfLength,
76976
+ s5 as hasSearch,
76977
+ QL as isArrayOfLength,
76972
76978
  kt as isLengthyArray,
76973
- J5 as isMinDate,
76979
+ JL as isMinDate,
76974
76980
  Nn as isNullOrEmpty,
76975
- eL as isSameDownToHour,
76976
- W5 as jwtDecrypt,
76977
- j5 as jwtEncrypt,
76981
+ e5 as isSameDownToHour,
76982
+ WL as jwtDecrypt,
76983
+ jL as jwtEncrypt,
76978
76984
  av as log,
76979
76985
  eP as monthOptions,
76980
76986
  lx as moveInArray,
@@ -76984,12 +76990,12 @@ export {
76984
76990
  am as registerDialog,
76985
76991
  M6 as releaseSteps,
76986
76992
  Lre as removeWeekday,
76987
- tL as roundTo,
76988
- dL as singularize,
76989
- uL as splitArray,
76993
+ t5 as roundTo,
76994
+ d5 as singularize,
76995
+ u5 as splitArray,
76990
76996
  Fre as spread,
76991
76997
  _re as sum,
76992
- K5 as toCamelCase,
76998
+ KL as toCamelCase,
76993
76999
  au as toCompareString,
76994
77000
  Bre as toggleCSV,
76995
77001
  Nre as twiddleThumbs,
@@ -76997,7 +77003,7 @@ export {
76997
77003
  rh as useActions,
76998
77004
  VC as useActionsTracker,
76999
77005
  ps as useApi,
77000
- _L as useAssistant,
77006
+ _5 as useAssistant,
77001
77007
  no as useAuth,
77002
77008
  rv as useAuthUrl,
77003
77009
  O0 as useBlade,
@@ -77018,7 +77024,7 @@ export {
77018
77024
  Kre as useDialogSelect,
77019
77025
  Jre as useDialogString,
77020
77026
  eie as useDocumentMeta,
77021
- DL as useDraggable,
77027
+ D5 as useDraggable,
77022
77028
  sP as useFeedback,
77023
77029
  Ac as useFilters,
77024
77030
  dP as useForms,
@@ -77045,7 +77051,7 @@ export {
77045
77051
  oie as usePWA,
77046
77052
  Mf as usePresets,
77047
77053
  uie as useRequirements,
77048
- IL as useResizable,
77054
+ I5 as useResizable,
77049
77055
  vP as useResponsiveStyle,
77050
77056
  _6 as useRules,
77051
77057
  T6 as useSteps,
@@ -77054,7 +77060,7 @@ export {
77054
77060
  aie as useStyle,
77055
77061
  _T as useTracker,
77056
77062
  Ore as useUrls,
77057
- cL as validEmail,
77063
+ c5 as validEmail,
77058
77064
  Cf as weekdayPairs,
77059
77065
  $re as weekdayShortName,
77060
77066
  Ire as weekdayValue