@qikdev/vue-ui 0.2.331 → 0.2.333

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.
package/dist/lib.umd.js CHANGED
@@ -7,7 +7,7 @@
7
7
  t((E["@qikdev/vue-ui"] = {}), E.Vue, E.sdk));
8
8
  })(this, function (E, t, El) {
9
9
  "use strict";
10
- const wm = "0.2.331";
10
+ const wm = "0.2.333";
11
11
  class ft extends Error {}
12
12
  class Cm extends ft {
13
13
  constructor(n) {
@@ -25,7 +25,7 @@
25
25
  }
26
26
  }
27
27
  class zt extends ft {}
28
- class Tl extends ft {
28
+ class Dl extends ft {
29
29
  constructor(n) {
30
30
  super(`Invalid unit ${n}`);
31
31
  }
@@ -40,7 +40,7 @@
40
40
  Ie = "short",
41
41
  Ce = "long",
42
42
  mr = { year: S, month: S, day: S },
43
- Dl = { year: S, month: Ie, day: S },
43
+ Tl = { year: S, month: Ie, day: S },
44
44
  Bm = { year: S, month: Ie, day: S, weekday: Ie },
45
45
  Ol = { year: S, month: Ce, day: S },
46
46
  Fl = { year: S, month: Ce, day: S, weekday: Ce },
@@ -98,7 +98,7 @@
98
98
  function Em(e) {
99
99
  return typeof e == "string";
100
100
  }
101
- function Tm(e) {
101
+ function Dm(e) {
102
102
  return Object.prototype.toString.call(e) === "[object Date]";
103
103
  }
104
104
  function Yl() {
@@ -108,7 +108,7 @@
108
108
  return !1;
109
109
  }
110
110
  }
111
- function Dm(e) {
111
+ function Tm(e) {
112
112
  return Array.isArray(e) ? e : [e];
113
113
  }
114
114
  function Zl(e, n, r) {
@@ -409,7 +409,7 @@
409
409
  }
410
410
  const Wm = {
411
411
  D: mr,
412
- DD: Dl,
412
+ DD: Tl,
413
413
  DDD: Ol,
414
414
  DDDD: Fl,
415
415
  t: Ml,
@@ -1054,7 +1054,7 @@
1054
1054
  }
1055
1055
  return n;
1056
1056
  }
1057
- function Tn(e, n, r, i, l) {
1057
+ function Dn(e, n, r, i, l) {
1058
1058
  const o = e.listingMode(r);
1059
1059
  return o === "error" ? null : o === "en" ? i(n) : l(n);
1060
1060
  }
@@ -1207,7 +1207,7 @@
1207
1207
  return this.clone({ ...n, defaultToEN: !1 });
1208
1208
  }
1209
1209
  months(n, r = !1, i = !0) {
1210
- return Tn(this, n, i, ea, () => {
1210
+ return Dn(this, n, i, ea, () => {
1211
1211
  const l = r ? { month: n, day: "numeric" } : { month: n },
1212
1212
  o = r ? "format" : "standalone";
1213
1213
  return (
@@ -1218,7 +1218,7 @@
1218
1218
  });
1219
1219
  }
1220
1220
  weekdays(n, r = !1, i = !0) {
1221
- return Tn(this, n, i, ra, () => {
1221
+ return Dn(this, n, i, ra, () => {
1222
1222
  const l = r
1223
1223
  ? { weekday: n, year: "numeric", month: "long", day: "numeric" }
1224
1224
  : { weekday: n },
@@ -1233,7 +1233,7 @@
1233
1233
  });
1234
1234
  }
1235
1235
  meridiems(n = !0) {
1236
- return Tn(
1236
+ return Dn(
1237
1237
  this,
1238
1238
  void 0,
1239
1239
  n,
@@ -1251,7 +1251,7 @@
1251
1251
  );
1252
1252
  }
1253
1253
  eras(n, r = !0) {
1254
- return Tn(this, n, r, ia, () => {
1254
+ return Dn(this, n, r, ia, () => {
1255
1255
  const i = { era: n };
1256
1256
  return (
1257
1257
  this.eraCache[n] ||
@@ -1313,7 +1313,7 @@
1313
1313
  )
1314
1314
  .slice(0, 2);
1315
1315
  }
1316
- function Tt(e, ...n) {
1316
+ function Dt(e, ...n) {
1317
1317
  if (e == null) return [null, null];
1318
1318
  for (const [r, i] of n) {
1319
1319
  const l = r.exec(e);
@@ -1341,13 +1341,13 @@
1341
1341
  pf = /(\d{4})-(\d\d)-(\d\d)/,
1342
1342
  ga = RegExp(`${Vr.source} ?(?:${pa.source}|(${Mm.source}))?`),
1343
1343
  yf = RegExp(`(?: ${ga.source})?`);
1344
- function Dt(e, n, r) {
1344
+ function Tt(e, n, r) {
1345
1345
  const i = e[n];
1346
1346
  return z(i) ? r : tt(i);
1347
1347
  }
1348
1348
  function ka(e, n) {
1349
1349
  return [
1350
- { year: Dt(e, n), month: Dt(e, n + 1, 1), day: Dt(e, n + 2, 1) },
1350
+ { year: Tt(e, n), month: Tt(e, n + 1, 1), day: Tt(e, n + 2, 1) },
1351
1351
  null,
1352
1352
  n + 3,
1353
1353
  ];
@@ -1355,9 +1355,9 @@
1355
1355
  function gt(e, n) {
1356
1356
  return [
1357
1357
  {
1358
- hours: Dt(e, n, 0),
1359
- minutes: Dt(e, n + 1, 0),
1360
- seconds: Dt(e, n + 2, 0),
1358
+ hours: Tt(e, n, 0),
1359
+ minutes: Tt(e, n + 1, 0),
1360
+ seconds: Tt(e, n + 2, 0),
1361
1361
  milliseconds: fr(e[n + 3]),
1362
1362
  },
1363
1363
  null,
@@ -1449,35 +1449,35 @@
1449
1449
  return [Br(n, s, r, i, l, o, a), ke.utcInstance];
1450
1450
  }
1451
1451
  const Ef = Et(df, Nr),
1452
- Tf = Et(uf, Nr),
1453
- Df = Et(mf, Nr),
1452
+ Df = Et(uf, Nr),
1453
+ Tf = Et(mf, Nr),
1454
1454
  Of = Et(ya),
1455
1455
  Ff = yt(ka, gt, Ot),
1456
1456
  Mf = yt(ff, gt, Ot),
1457
1457
  If = yt(hf, gt, Ot),
1458
1458
  Lf = yt(gt, Ot);
1459
1459
  function Af(e) {
1460
- return Tt(e, [Ef, Ff], [Tf, Mf], [Df, If], [Of, Lf]);
1460
+ return Dt(e, [Ef, Ff], [Df, Mf], [Tf, If], [Of, Lf]);
1461
1461
  }
1462
1462
  function $f(e) {
1463
- return Tt(Cf(e), [xf, wf]);
1463
+ return Dt(Cf(e), [xf, wf]);
1464
1464
  }
1465
1465
  function Uf(e) {
1466
- return Tt(e, [Vf, ba], [Nf, ba], [Bf, Sf]);
1466
+ return Dt(e, [Vf, ba], [Nf, ba], [Bf, Sf]);
1467
1467
  }
1468
1468
  function Rf(e) {
1469
- return Tt(e, [kf, _f]);
1469
+ return Dt(e, [kf, _f]);
1470
1470
  }
1471
1471
  const Pf = yt(gt);
1472
1472
  function jf(e) {
1473
- return Tt(e, [gf, Pf]);
1473
+ return Dt(e, [gf, Pf]);
1474
1474
  }
1475
1475
  const qf = Et(pf, yf),
1476
1476
  zf = Et(ga),
1477
1477
  Hf = yt(ka, gt, Ot, _a),
1478
1478
  Wf = yt(gt, Ot, _a);
1479
1479
  function Jf(e) {
1480
- return Tt(e, [qf, Hf], [zf, Wf]);
1480
+ return Dt(e, [qf, Hf], [zf, Wf]);
1481
1481
  }
1482
1482
  const Gf = "Invalid Duration",
1483
1483
  xa = {
@@ -1668,7 +1668,7 @@
1668
1668
  millisecond: "milliseconds",
1669
1669
  milliseconds: "milliseconds",
1670
1670
  }[n && n.toLowerCase()];
1671
- if (!r) throw new Tl(n);
1671
+ if (!r) throw new Dl(n);
1672
1672
  return r;
1673
1673
  }
1674
1674
  static isDuration(n) {
@@ -2130,7 +2130,7 @@
2130
2130
  return oe.fromDateTimes(n(this.s), n(this.e));
2131
2131
  }
2132
2132
  }
2133
- let Dn = class {
2133
+ let Tn = class {
2134
2134
  static hasDST(n = me.defaultZone) {
2135
2135
  const r = g.now().setZone(n).set({ month: 12 });
2136
2136
  return !n.isUniversal && r.offset !== r.set({ month: 6 }).offset;
@@ -2540,9 +2540,9 @@
2540
2540
  ]
2541
2541
  );
2542
2542
  }
2543
- let Tr = null;
2543
+ let Dr = null;
2544
2544
  function fh() {
2545
- return Tr || (Tr = g.fromMillis(1555555555555)), Tr;
2545
+ return Dr || (Dr = g.fromMillis(1555555555555)), Dr;
2546
2546
  }
2547
2547
  function hh(e, n) {
2548
2548
  if (e.literal) return e;
@@ -2557,7 +2557,7 @@
2557
2557
  function ph(e, n) {
2558
2558
  return Array.prototype.concat(...e.map((r) => hh(r, n)));
2559
2559
  }
2560
- function Ta(e, n, r) {
2560
+ function Da(e, n, r) {
2561
2561
  const i = ph(xe.parseFormat(r), e),
2562
2562
  l = i.map((a) => ah(a, e)),
2563
2563
  o = l.find((a) => a.invalidReason);
@@ -2587,12 +2587,12 @@
2587
2587
  zone: l,
2588
2588
  specificOffset: o,
2589
2589
  invalidReason: a,
2590
- } = Ta(e, n, r);
2590
+ } = Da(e, n, r);
2591
2591
  return [i, l, o, a];
2592
2592
  }
2593
- const Da = [0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334],
2593
+ const Ta = [0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334],
2594
2594
  Oa = [0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335];
2595
- function Te(e, n) {
2595
+ function De(e, n) {
2596
2596
  return new Le(
2597
2597
  "unit out of range",
2598
2598
  `you specified ${n} (of type ${typeof n}) as a ${e}, which is invalid`,
@@ -2605,15 +2605,15 @@
2605
2605
  return l === 0 ? 7 : l;
2606
2606
  }
2607
2607
  function Ma(e, n, r) {
2608
- return r + (Ht(e) ? Oa : Da)[n - 1];
2608
+ return r + (Ht(e) ? Oa : Ta)[n - 1];
2609
2609
  }
2610
2610
  function Ia(e, n) {
2611
- const r = Ht(e) ? Oa : Da,
2611
+ const r = Ht(e) ? Oa : Ta,
2612
2612
  i = r.findIndex((o) => o < n),
2613
2613
  l = n - r[i];
2614
2614
  return { month: i + 1, day: l };
2615
2615
  }
2616
- function Dr(e) {
2616
+ function Tr(e) {
2617
2617
  const { year: n, month: r, day: i } = e,
2618
2618
  l = Ma(n, r, i),
2619
2619
  o = Fa(n, r, i);
@@ -2660,14 +2660,14 @@
2660
2660
  ? r
2661
2661
  ? i
2662
2662
  ? !1
2663
- : Te("weekday", e.weekday)
2664
- : Te("week", e.week)
2665
- : Te("weekYear", e.weekYear);
2663
+ : De("weekday", e.weekday)
2664
+ : De("week", e.week)
2665
+ : De("weekYear", e.weekYear);
2666
2666
  }
2667
2667
  function kh(e) {
2668
2668
  const n = bn(e.year),
2669
2669
  r = Ge(e.ordinal, 1, Wt(e.year));
2670
- return n ? (r ? !1 : Te("ordinal", e.ordinal)) : Te("year", e.year);
2670
+ return n ? (r ? !1 : De("ordinal", e.ordinal)) : De("year", e.year);
2671
2671
  }
2672
2672
  function $a(e) {
2673
2673
  const n = bn(e.year),
@@ -2677,9 +2677,9 @@
2677
2677
  ? r
2678
2678
  ? i
2679
2679
  ? !1
2680
- : Te("day", e.day)
2681
- : Te("month", e.month)
2682
- : Te("year", e.year);
2680
+ : De("day", e.day)
2681
+ : De("month", e.month)
2682
+ : De("year", e.year);
2683
2683
  }
2684
2684
  function Ua(e) {
2685
2685
  const { hour: n, minute: r, second: i, millisecond: l } = e,
@@ -2692,10 +2692,10 @@
2692
2692
  ? s
2693
2693
  ? c
2694
2694
  ? !1
2695
- : Te("millisecond", l)
2696
- : Te("second", i)
2697
- : Te("minute", r)
2698
- : Te("hour", n);
2695
+ : De("millisecond", l)
2696
+ : De("second", i)
2697
+ : De("minute", r)
2698
+ : De("hour", n);
2699
2699
  }
2700
2700
  const Fr = "Invalid DateTime",
2701
2701
  _h = 864e13;
@@ -2703,7 +2703,7 @@
2703
2703
  return new Le("unsupported zone", `the zone "${e.name}" is not supported`);
2704
2704
  }
2705
2705
  function Mr(e) {
2706
- return e.weekData === null && (e.weekData = Dr(e.c)), e.weekData;
2706
+ return e.weekData === null && (e.weekData = Tr(e.c)), e.weekData;
2707
2707
  }
2708
2708
  function Yt(e, n) {
2709
2709
  const r = {
@@ -2880,7 +2880,7 @@
2880
2880
  weekyears: "weekYear",
2881
2881
  ordinal: "ordinal",
2882
2882
  }[e.toLowerCase()];
2883
- if (!n) throw new Tl(e);
2883
+ if (!n) throw new Dl(e);
2884
2884
  return n;
2885
2885
  }
2886
2886
  function Ja(e, n) {
@@ -2994,7 +2994,7 @@
2994
2994
  );
2995
2995
  }
2996
2996
  static fromJSDate(n, r = {}) {
2997
- const i = Tm(n) ? n.valueOf() : NaN;
2997
+ const i = Dm(n) ? n.valueOf() : NaN;
2998
2998
  if (Number.isNaN(i)) return g.invalid("invalid input");
2999
2999
  const l = nt(r.zone, me.defaultZone);
3000
3000
  return l.isValid
@@ -3046,7 +3046,7 @@
3046
3046
  y,
3047
3047
  _ = Pa(l, o);
3048
3048
  h
3049
- ? ((p = wh), (y = bh), (_ = Dr(_)))
3049
+ ? ((p = wh), (y = bh), (_ = Tr(_)))
3050
3050
  : s
3051
3051
  ? ((p = Ch), (y = xh), (_ = Or(_)))
3052
3052
  : ((p = Ha), (y = za));
@@ -3169,22 +3169,22 @@
3169
3169
  }
3170
3170
  get monthShort() {
3171
3171
  return this.isValid
3172
- ? Dn.months("short", { locObj: this.loc })[this.month - 1]
3172
+ ? Tn.months("short", { locObj: this.loc })[this.month - 1]
3173
3173
  : null;
3174
3174
  }
3175
3175
  get monthLong() {
3176
3176
  return this.isValid
3177
- ? Dn.months("long", { locObj: this.loc })[this.month - 1]
3177
+ ? Tn.months("long", { locObj: this.loc })[this.month - 1]
3178
3178
  : null;
3179
3179
  }
3180
3180
  get weekdayShort() {
3181
3181
  return this.isValid
3182
- ? Dn.weekdays("short", { locObj: this.loc })[this.weekday - 1]
3182
+ ? Tn.weekdays("short", { locObj: this.loc })[this.weekday - 1]
3183
3183
  : null;
3184
3184
  }
3185
3185
  get weekdayLong() {
3186
3186
  return this.isValid
3187
- ? Dn.weekdays("long", { locObj: this.loc })[this.weekday - 1]
3187
+ ? Tn.weekdays("long", { locObj: this.loc })[this.weekday - 1]
3188
3188
  : null;
3189
3189
  }
3190
3190
  get offset() {
@@ -3277,7 +3277,7 @@
3277
3277
  if (a && l) throw new zt("Can't mix ordinal dates with month/day");
3278
3278
  let d;
3279
3279
  i
3280
- ? (d = La({ ...Dr(this.c), ...r }))
3280
+ ? (d = La({ ...Tr(this.c), ...r }))
3281
3281
  : z(r.ordinal)
3282
3282
  ? ((d = { ...this.toObject(), ...r }),
3283
3283
  z(r.day) && (d.day = Math.min(xn(d.year, d.month), d.day)))
@@ -3438,7 +3438,7 @@
3438
3438
  numberingSystem: this.numberingSystem,
3439
3439
  ...i,
3440
3440
  },
3441
- o = Dm(r).map(W.normalizeUnit),
3441
+ o = Tm(r).map(W.normalizeUnit),
3442
3442
  a = n.valueOf() > this.valueOf(),
3443
3443
  s = a ? this : n,
3444
3444
  c = a ? n : this,
@@ -3500,7 +3500,7 @@
3500
3500
  static fromFormatExplain(n, r, i = {}) {
3501
3501
  const { locale: l = null, numberingSystem: o = null } = i,
3502
3502
  a = ne.fromOpts({ locale: l, numberingSystem: o, defaultToEN: !0 });
3503
- return Ta(a, n, r);
3503
+ return Da(a, n, r);
3504
3504
  }
3505
3505
  static fromStringExplain(n, r, i = {}) {
3506
3506
  return g.fromFormatExplain(n, r, i);
@@ -3509,7 +3509,7 @@
3509
3509
  return mr;
3510
3510
  }
3511
3511
  static get DATE_MED() {
3512
- return Dl;
3512
+ return Tl;
3513
3513
  }
3514
3514
  static get DATE_MED_WITH_WEEKDAY() {
3515
3515
  return Bm;
@@ -3592,6 +3592,7 @@
3592
3592
  .fromObject({ hour: parseInt(n, 10), minute: parseInt(r, 10) })
3593
3593
  .toFormat("h:mma")
3594
3594
  .toLowerCase()
3595
+ .replace(/:00/g, "")
3595
3596
  );
3596
3597
  }),
3597
3598
  (Y.timeago = function (e, n) {
@@ -3630,9 +3631,12 @@
3630
3631
  return new Date(l);
3631
3632
  }),
3632
3633
  (Y.shortTime = function (e) {
3633
- return e.toFormat("mm") === "00"
3634
- ? e.toFormat("ha").toLowerCase()
3635
- : e.toFormat("h:mma").toLowerCase();
3634
+ return (
3635
+ e.toJSDate || (e = g.fromJSDate(new Date(e))),
3636
+ e.toFormat("mm") === "00"
3637
+ ? e.toFormat("ha").toLowerCase()
3638
+ : e.toFormat("h:mma").toLowerCase()
3639
+ );
3636
3640
  }),
3637
3641
  (Y.readableEventDate = function (
3638
3642
  { startDate: e, endDate: n, timezone: r },
@@ -3801,11 +3805,11 @@
3801
3805
  },
3802
3806
  }),
3803
3807
  Eh = { ref: "mountPoint" };
3804
- function Th(e, n, r, i, l, o) {
3808
+ function Dh(e, n, r, i, l, o) {
3805
3809
  return t.openBlock(), t.createElementBlock("div", Eh, null, 512);
3806
3810
  }
3807
- var Za = Ya(Sh, [["render", Th]]);
3808
- const Dh = t.defineComponent({
3811
+ var Za = Ya(Sh, [["render", Dh]]);
3812
+ const Th = t.defineComponent({
3809
3813
  name: "StripeElements",
3810
3814
  props: {
3811
3815
  stripeKey: { type: String, required: !0 },
@@ -3847,7 +3851,7 @@
3847
3851
  ]))
3848
3852
  : t.createCommentVNode("", !0);
3849
3853
  }
3850
- var Xa = Ya(Dh, [["render", Fh]]);
3854
+ var Xa = Ya(Th, [["render", Fh]]);
3851
3855
  const k = (e, n) => {
3852
3856
  const r = e.__vccOpts || e;
3853
3857
  for (const [i, l] of n) r[i] = l;
@@ -4585,7 +4589,7 @@
4585
4589
  );
4586
4590
  },
4587
4591
  },
4588
- [["__scopeId", "data-v-9802877e"]],
4592
+ [["__scopeId", "data-v-781fc138"]],
4589
4593
  ),
4590
4594
  kp = {
4591
4595
  emits: ["mount", "unmount"],
@@ -4678,10 +4682,10 @@
4678
4682
  }
4679
4683
  return (Xr = l), Xr;
4680
4684
  }
4681
- var Qr, Ts;
4682
- function Ds() {
4683
- if (Ts) return Qr;
4684
- Ts = 1;
4685
+ var Qr, Ds;
4686
+ function Ts() {
4687
+ if (Ds) return Qr;
4688
+ Ds = 1;
4685
4689
  var e = vt(),
4686
4690
  n = Qt(),
4687
4691
  r = "[object AsyncFunction]",
@@ -4740,7 +4744,7 @@
4740
4744
  function Vp() {
4741
4745
  if (Is) return no;
4742
4746
  Is = 1;
4743
- var e = Ds(),
4747
+ var e = Ts(),
4744
4748
  n = wp(),
4745
4749
  r = Qt(),
4746
4750
  i = Cp(),
@@ -4836,7 +4840,7 @@
4836
4840
  return (co = l), co;
4837
4841
  }
4838
4842
  var uo, js;
4839
- function Tp() {
4843
+ function Dp() {
4840
4844
  if (js) return uo;
4841
4845
  js = 1;
4842
4846
  var e = $n(),
@@ -4849,7 +4853,7 @@
4849
4853
  return (uo = i), uo;
4850
4854
  }
4851
4855
  var mo, qs;
4852
- function Dp() {
4856
+ function Tp() {
4853
4857
  if (qs) return mo;
4854
4858
  qs = 1;
4855
4859
  var e = $n(),
@@ -4871,8 +4875,8 @@
4871
4875
  var e = Bp(),
4872
4876
  n = Sp(),
4873
4877
  r = Ep(),
4874
- i = Tp(),
4875
- l = Dp();
4878
+ i = Dp(),
4879
+ l = Tp();
4876
4880
  function o(a) {
4877
4881
  var s = -1,
4878
4882
  c = a == null ? 0 : a.length;
@@ -5077,9 +5081,9 @@
5077
5081
  }
5078
5082
  return (Eo = n), Eo;
5079
5083
  }
5080
- var To, lc;
5084
+ var Do, lc;
5081
5085
  function Hp() {
5082
- if (lc) return To;
5086
+ if (lc) return Do;
5083
5087
  lc = 1;
5084
5088
  var e = Rn();
5085
5089
  function n(r, i) {
@@ -5087,11 +5091,11 @@
5087
5091
  o = l.size;
5088
5092
  return l.set(r, i), (this.size += l.size == o ? 0 : 1), this;
5089
5093
  }
5090
- return (To = n), To;
5094
+ return (Do = n), Do;
5091
5095
  }
5092
- var Do, ac;
5096
+ var To, ac;
5093
5097
  function sc() {
5094
- if (ac) return Do;
5098
+ if (ac) return To;
5095
5099
  ac = 1;
5096
5100
  var e = Rp(),
5097
5101
  n = jp(),
@@ -5112,8 +5116,8 @@
5112
5116
  (o.prototype.get = r),
5113
5117
  (o.prototype.has = i),
5114
5118
  (o.prototype.set = l),
5115
- (Do = o),
5116
- Do
5119
+ (To = o),
5120
+ To
5117
5121
  );
5118
5122
  }
5119
5123
  var Oo, cc;
@@ -5727,8 +5731,8 @@
5727
5731
  },
5728
5732
  },
5729
5733
  Ey = { class: "table-date-cell" },
5730
- Ty = { class: "off" },
5731
- Dy = { class: "on" },
5734
+ Dy = { class: "off" },
5735
+ Ty = { class: "on" },
5732
5736
  Oy = { class: "spacer" };
5733
5737
  function Fy(e, n, r, i, l, o) {
5734
5738
  const a = t.resolveComponent("ux-icon");
@@ -5752,11 +5756,11 @@
5752
5756
  ]),
5753
5757
  },
5754
5758
  [
5755
- t.createElementVNode("span", Ty, [
5759
+ t.createElementVNode("span", Dy, [
5756
5760
  t.createVNode(a, { icon: "far fa-clock", left: "" }),
5757
5761
  t.createTextVNode(t.toDisplayString(s.readable), 1),
5758
5762
  ]),
5759
- t.createElementVNode("span", Dy, [
5763
+ t.createElementVNode("span", Ty, [
5760
5764
  t.createVNode(a, { icon: "far fa-clock", left: "" }),
5761
5765
  t.createTextVNode(t.toDisplayString(s.timeago), 1),
5762
5766
  ]),
@@ -6605,13 +6609,13 @@
6605
6609
  },
6606
6610
  },
6607
6611
  },
6608
- Tg = { class: "scope-circles-cell" };
6609
- function Dg(e, n, r, i, l, o) {
6612
+ Dg = { class: "scope-circles-cell" };
6613
+ function Tg(e, n, r, i, l, o) {
6610
6614
  const a = t.resolveComponent("ux-circle"),
6611
6615
  s = t.resolveComponent("tippy");
6612
6616
  return (
6613
6617
  t.openBlock(),
6614
- t.createElementBlock("td", Tg, [
6618
+ t.createElementBlock("td", Dg, [
6615
6619
  (t.openBlock(!0),
6616
6620
  t.createElementBlock(
6617
6621
  t.Fragment,
@@ -6640,7 +6644,7 @@
6640
6644
  );
6641
6645
  }
6642
6646
  const Og = k(Eg, [
6643
- ["render", Dg],
6647
+ ["render", Tg],
6644
6648
  ["__scopeId", "data-v-f7f4a65b"],
6645
6649
  ]),
6646
6650
  Fg = {
@@ -7667,7 +7671,7 @@
7667
7671
  (n == "date" && e.toString && e.toString() === "Invalid Date")
7668
7672
  );
7669
7673
  }
7670
- function Tc(e) {
7674
+ function Dc(e) {
7671
7675
  return e != null;
7672
7676
  }
7673
7677
  const j = {
@@ -7981,11 +7985,11 @@
7981
7985
  getValue(e) {
7982
7986
  if (!e) return this.cleanTextInput(e);
7983
7987
  var n = this.cleanTextInput(e._id || e.value),
7984
- r = Tc(n);
7988
+ r = Dc(n);
7985
7989
  return (
7986
7990
  !r && e.title && !this.returnObject && (n = e.title),
7987
7991
  (n = this.cleanTextInput(n)),
7988
- Tc(n) ? n : e
7992
+ Dc(n) ? n : e
7989
7993
  );
7990
7994
  },
7991
7995
  getLabel(e) {
@@ -8955,7 +8959,7 @@
8955
8959
  )
8956
8960
  );
8957
8961
  }
8958
- const Dc = k(xk, [
8962
+ const Tc = k(xk, [
8959
8963
  ["render", wk],
8960
8964
  ["__scopeId", "data-v-93d339c8"],
8961
8965
  ]);
@@ -8990,7 +8994,7 @@
8990
8994
  const n = Sk();
8991
8995
  return t.computed(() => (n.value, !!e()));
8992
8996
  }
8993
- function Tk(e, n, r = {}) {
8997
+ function Dk(e, n, r = {}) {
8994
8998
  const {
8995
8999
  root: i,
8996
9000
  rootMargin: l = "0px",
@@ -9041,11 +9045,11 @@
9041
9045
  }
9042
9046
  );
9043
9047
  }
9044
- const Dk = {
9048
+ const Tk = {
9045
9049
  setup() {
9046
9050
  const e = t.ref(!1),
9047
9051
  n = t.ref(),
9048
- { stop: r } = Tk(
9052
+ { stop: r } = Dk(
9049
9053
  n,
9050
9054
  ([{ isIntersecting: i }]) => {
9051
9055
  i && ((e.value = !0), r());
@@ -9071,7 +9075,7 @@
9071
9075
  )
9072
9076
  );
9073
9077
  }
9074
- const Fc = k(Dk, [["render", Fk]]),
9078
+ const Fc = k(Tk, [["render", Fk]]),
9075
9079
  Mk = {
9076
9080
  props: {
9077
9081
  icon: {
@@ -10989,16 +10993,16 @@
10989
10993
  },
10990
10994
  },
10991
10995
  },
10992
- T_ = { class: "map-outer" },
10993
- D_ = { key: 0, class: "indicator" },
10996
+ D_ = { class: "map-outer" },
10997
+ T_ = { key: 0, class: "indicator" },
10994
10998
  O_ = { class: "map-inner", ref: "mapContainer" };
10995
10999
  function F_(e, n, r, i, l, o) {
10996
11000
  const a = t.resolveComponent("spinner");
10997
11001
  return (
10998
11002
  t.openBlock(),
10999
- t.createElementBlock("div", T_, [
11003
+ t.createElementBlock("div", D_, [
11000
11004
  e.initializing
11001
- ? (t.openBlock(), t.createElementBlock("div", D_, [t.createVNode(a)]))
11005
+ ? (t.openBlock(), t.createElementBlock("div", T_, [t.createVNode(a)]))
11002
11006
  : t.createCommentVNode("", !0),
11003
11007
  t.createElementVNode("div", O_, null, 512),
11004
11008
  ])
@@ -12385,7 +12389,7 @@
12385
12389
  r = r.previousElementSibling;
12386
12390
  return r || null;
12387
12391
  }
12388
- function De(e, n) {
12392
+ function Te(e, n) {
12389
12393
  var r = 0;
12390
12394
  if (!e || !e.parentNode) return -1;
12391
12395
  for (; (e = e.previousElementSibling); )
@@ -12528,7 +12532,7 @@
12528
12532
  !Qo(u, m) &&
12529
12533
  (p.top - m.top) / (p.left - m.left) ===
12530
12534
  (u.top - m.top) / (u.left - m.left) &&
12531
- (c = Db(p, f, h, l.options)),
12535
+ (c = Tb(p, f, h, l.options)),
12532
12536
  Qo(m, u) ||
12533
12537
  ((d.prevFromRect = u),
12534
12538
  (d.prevToRect = m),
@@ -12566,7 +12570,7 @@
12566
12570
  (i.animatingX = !!u),
12567
12571
  (i.animatingY = !!m),
12568
12572
  I(i, "transform", "translate3d(" + u + "px," + m + "px,0)"),
12569
- (this.forRepaintDummy = Tb(i)),
12573
+ (this.forRepaintDummy = Db(i)),
12570
12574
  I(
12571
12575
  i,
12572
12576
  "transition",
@@ -12588,10 +12592,10 @@
12588
12592
  },
12589
12593
  };
12590
12594
  }
12591
- function Tb(e) {
12595
+ function Db(e) {
12592
12596
  return e.offsetWidth;
12593
12597
  }
12594
- function Db(e, n, r, i) {
12598
+ function Tb(e, n, r, i) {
12595
12599
  return (
12596
12600
  (Math.sqrt(Math.pow(n.top - e.top, 2) + Math.pow(n.left - e.left, 2)) /
12597
12601
  Math.sqrt(Math.pow(n.top - r.top, 2) + Math.pow(n.left - r.left, 2))) *
@@ -13052,7 +13056,7 @@
13052
13056
  ((c = qe(c, l.draggable, i, !1)), !(c && c.animated) && Gn !== c))
13053
13057
  ) {
13054
13058
  if (
13055
- (($t = De(c)), (cn = De(c, l.draggable)), typeof u == "function")
13059
+ (($t = Te(c)), (cn = Te(c, l.draggable)), typeof u == "function")
13056
13060
  ) {
13057
13061
  if (u.call(this, n, c, this)) {
13058
13062
  _e({
@@ -13459,8 +13463,8 @@
13459
13463
  );
13460
13464
  }
13461
13465
  function O() {
13462
- (Be = De(B)),
13463
- (at = De(B, s.draggable)),
13466
+ (Be = Te(B)),
13467
+ (at = Te(B, s.draggable)),
13464
13468
  _e({
13465
13469
  sortable: p,
13466
13470
  name: "change",
@@ -13552,7 +13556,7 @@
13552
13556
  ));
13553
13557
  var R;
13554
13558
  if (C !== 0) {
13555
- var X = De(B);
13559
+ var X = Te(B);
13556
13560
  do (X -= C), (R = ie.children[X]);
13557
13561
  while (R && (I(R, "display") === "none" || R === $));
13558
13562
  }
@@ -13603,12 +13607,12 @@
13603
13607
  var r = this.el,
13604
13608
  i = this.options;
13605
13609
  if (
13606
- ((Be = De(B)),
13607
- (at = De(B, i.draggable)),
13610
+ ((Be = Te(B)),
13611
+ (at = Te(B, i.draggable)),
13608
13612
  we("drop", this, { evt: n }),
13609
13613
  (ie = B && B.parentNode),
13610
- (Be = De(B)),
13611
- (at = De(B, i.draggable)),
13614
+ (Be = Te(B)),
13615
+ (at = Te(B, i.draggable)),
13612
13616
  L.eventCanceled)
13613
13617
  ) {
13614
13618
  this._nulling();
@@ -13914,7 +13918,7 @@
13914
13918
  );
13915
13919
  }
13916
13920
  function qb(e) {
13917
- return De(B) < De(e) ? 1 : -1;
13921
+ return Te(B) < Te(e) ? 1 : -1;
13918
13922
  }
13919
13923
  function zb(e) {
13920
13924
  for (
@@ -13957,7 +13961,7 @@
13957
13961
  closest: qe,
13958
13962
  toggleClass: Ve,
13959
13963
  clone: rd,
13960
- index: De,
13964
+ index: Te,
13961
13965
  nextTick: rr,
13962
13966
  cancelNextTick: ii,
13963
13967
  detectDirection: sd,
@@ -16078,8 +16082,8 @@
16078
16082
  },
16079
16083
  },
16080
16084
  E1 = { key: 0, class: "ux-field-title" },
16081
- T1 = { key: 0, class: "ux-required-marker" },
16082
- D1 = { key: 1, class: "ux-field-description" },
16085
+ D1 = { key: 0, class: "ux-required-marker" },
16086
+ T1 = { key: 1, class: "ux-field-description" },
16083
16087
  O1 = { key: 1, class: "items" };
16084
16088
  function F1(e, n, r, i, l, o) {
16085
16089
  const a = t.resolveComponent("ux-icon"),
@@ -16103,7 +16107,7 @@
16103
16107
  t.createElementBlock("label", E1, [
16104
16108
  t.createTextVNode(t.toDisplayString(e.label) + " ", 1),
16105
16109
  e.required
16106
- ? (t.openBlock(), t.createElementBlock("span", T1, "*"))
16110
+ ? (t.openBlock(), t.createElementBlock("span", D1, "*"))
16107
16111
  : t.createCommentVNode("", !0),
16108
16112
  ]))
16109
16113
  : t.createCommentVNode("", !0),
@@ -16111,7 +16115,7 @@
16111
16115
  ? (t.openBlock(),
16112
16116
  t.createElementBlock(
16113
16117
  "div",
16114
- D1,
16118
+ T1,
16115
16119
  t.toDisplayString(e.description),
16116
16120
  1,
16117
16121
  ))
@@ -17473,7 +17477,7 @@
17473
17477
  )
17474
17478
  );
17475
17479
  }
17476
- const Td = k(v1, [
17480
+ const Dd = k(v1, [
17477
17481
  ["render", tx],
17478
17482
  ["__scopeId", "data-v-13dbe8a6"],
17479
17483
  ]);
@@ -17487,7 +17491,7 @@
17487
17491
  );
17488
17492
  }
17489
17493
  const rx = {
17490
- components: { ScopeSelectButton: Td },
17494
+ components: { ScopeSelectButton: Dd },
17491
17495
  props: {
17492
17496
  title: { type: String },
17493
17497
  modelValue: {},
@@ -17628,7 +17632,7 @@
17628
17632
  )
17629
17633
  );
17630
17634
  }
17631
- const Dd = k(rx, [
17635
+ const Td = k(rx, [
17632
17636
  ["render", ax],
17633
17637
  ["__scopeId", "data-v-6361df61"],
17634
17638
  ]),
@@ -18050,8 +18054,8 @@
18050
18054
  Bx = ["readonly", "type", "placeholder", "onUpdate:modelValue"],
18051
18055
  Sx = ["readonly", "type", "placeholder", "onUpdate:modelValue"],
18052
18056
  Ex = { key: 3, class: "ux-text-suffix" },
18053
- Tx = { class: "ux-text-wrap" },
18054
- Dx = { key: 0, class: "ux-text-prefix" },
18057
+ Dx = { class: "ux-text-wrap" },
18058
+ Tx = { key: 0, class: "ux-text-prefix" },
18055
18059
  Ox = ["readonly", "type", "placeholder"],
18056
18060
  Fx = ["readonly", "type", "placeholder"],
18057
18061
  Mx = { key: 3, class: "ux-text-suffix" };
@@ -18365,12 +18369,12 @@
18365
18369
  default: t.withCtx(() => [
18366
18370
  t.createVNode(a, null, {
18367
18371
  default: t.withCtx(() => [
18368
- t.createElementVNode("div", Tx, [
18372
+ t.createElementVNode("div", Dx, [
18369
18373
  e.prefix
18370
18374
  ? (t.openBlock(),
18371
18375
  t.createElementBlock(
18372
18376
  "span",
18373
- Dx,
18377
+ Tx,
18374
18378
  t.toDisplayString(e.prefix),
18375
18379
  1,
18376
18380
  ))
@@ -19715,7 +19719,7 @@
19715
19719
  function wi() {
19716
19720
  if (Rd) return xi;
19717
19721
  Rd = 1;
19718
- var e = Ds(),
19722
+ var e = Ts(),
19719
19723
  n = Ud();
19720
19724
  function r(i) {
19721
19725
  return i != null && n(i.length) && !e(i);
@@ -19796,15 +19800,15 @@
19796
19800
  return (Bi = i), Bi;
19797
19801
  }
19798
19802
  var Si, Jd;
19799
- function Tw() {
19803
+ function Dw() {
19800
19804
  if (Jd) return Si;
19801
19805
  Jd = 1;
19802
19806
  var e = Ew(),
19803
19807
  n = e();
19804
19808
  return (Si = n), Si;
19805
19809
  }
19806
- var Dw = Tw();
19807
- const Gd = rt(Dw);
19810
+ var Tw = Dw();
19811
+ const Gd = rt(Tw);
19808
19812
  function Ow(e) {
19809
19813
  return String(e).length < 2 && (e = `0${e}`), e;
19810
19814
  }
@@ -21327,7 +21331,7 @@
21327
21331
  DateField: Fd,
21328
21332
  NativeSelect: Ye,
21329
21333
  ContentSelect: Bd,
21330
- ScopeSelect: Dd,
21334
+ ScopeSelect: Td,
21331
21335
  CountrySelect: Zo,
21332
21336
  TimezoneSelect: Jc,
21333
21337
  },
@@ -22514,8 +22518,8 @@
22514
22518
  t.pushScopeId("data-v-8ff51075"), (e = e()), t.popScopeId(), e
22515
22519
  ),
22516
22520
  EC = { key: 0, class: "filter-rule" },
22517
- TC = { class: "top" },
22518
- DC = { class: "summary" },
22521
+ DC = { class: "top" },
22522
+ TC = { class: "summary" },
22519
22523
  OC = SC(() => t.createElementVNode("span", { class: "line" }, null, -1)),
22520
22524
  FC = { class: "operator" };
22521
22525
  function MC(e, n, r, i, l, o) {
@@ -22528,7 +22532,7 @@
22528
22532
  return r.definition
22529
22533
  ? (t.openBlock(),
22530
22534
  t.createElementBlock("div", EC, [
22531
- t.createElementVNode("div", TC, [
22535
+ t.createElementVNode("div", DC, [
22532
22536
  t.createVNode(
22533
22537
  u,
22534
22538
  { gap: "", center: "" },
@@ -22536,7 +22540,7 @@
22536
22540
  default: t.withCtx(() => [
22537
22541
  t.createVNode(s, null, {
22538
22542
  default: t.withCtx(() => [
22539
- t.createElementVNode("div", DC, [
22543
+ t.createElementVNode("div", TC, [
22540
22544
  t.createTextVNode(" Match "),
22541
22545
  t.createVNode(
22542
22546
  a,
@@ -24041,7 +24045,7 @@
24041
24045
  BV = { key: 0, class: "ux-field-title" },
24042
24046
  SV = { key: 0, class: "ux-required-marker" },
24043
24047
  EV = { key: 1, class: "ux-field-description" };
24044
- function TV(e, n, r, i, l, o) {
24048
+ function DV(e, n, r, i, l, o) {
24045
24049
  const a = t.resolveComponent("ux-switch"),
24046
24050
  s = t.resolveComponent("flex-cell"),
24047
24051
  c = t.resolveComponent("flex-row");
@@ -24113,8 +24117,8 @@
24113
24117
  ])
24114
24118
  );
24115
24119
  }
24116
- const DV = k(NV, [
24117
- ["render", TV],
24120
+ const TV = k(NV, [
24121
+ ["render", DV],
24118
24122
  ["__scopeId", "data-v-1b49e626"],
24119
24123
  ]),
24120
24124
  OV = {
@@ -26298,8 +26302,8 @@
26298
26302
  t.pushScopeId("data-v-a94917d9"), (e = e()), t.popScopeId(), e
26299
26303
  ),
26300
26304
  E0 = { key: 0, class: "ux-field-title" },
26301
- T0 = { key: 0, class: "ux-required-marker" },
26302
- D0 = { key: 1, class: "ux-field-description" },
26305
+ D0 = { key: 0, class: "ux-required-marker" },
26306
+ T0 = { key: 1, class: "ux-field-description" },
26303
26307
  O0 = { key: 2 },
26304
26308
  F0 = { class: "ux-text-wrap prefixed" },
26305
26309
  M0 = lr(() =>
@@ -26337,7 +26341,7 @@
26337
26341
  t.createElementBlock("label", E0, [
26338
26342
  t.createTextVNode(t.toDisplayString(e.label) + " ", 1),
26339
26343
  e.required
26340
- ? (t.openBlock(), t.createElementBlock("span", T0, "*"))
26344
+ ? (t.openBlock(), t.createElementBlock("span", D0, "*"))
26341
26345
  : t.createCommentVNode("", !0),
26342
26346
  ]))
26343
26347
  : t.createCommentVNode("", !0),
@@ -26345,7 +26349,7 @@
26345
26349
  ? (t.openBlock(),
26346
26350
  t.createElementBlock(
26347
26351
  "div",
26348
- D0,
26352
+ T0,
26349
26353
  t.toDisplayString(e.description),
26350
26354
  1,
26351
26355
  ))
@@ -28318,8 +28322,8 @@
28318
28322
  BN = { key: 0, class: "ux-required-marker" },
28319
28323
  SN = { key: 1, class: "ux-field-description" },
28320
28324
  EN = { key: 2 },
28321
- TN = { class: "location-field-wrap" },
28322
- DN = ["id"],
28325
+ DN = { class: "location-field-wrap" },
28326
+ TN = ["id"],
28323
28327
  ON = { key: 3, class: "location-field-wrap" },
28324
28328
  FN = ["id"];
28325
28329
  function MN(e, n, r, i, l, o) {
@@ -28365,7 +28369,7 @@
28365
28369
  "div",
28366
28370
  { class: "ux-location-row", key: h },
28367
28371
  [
28368
- t.createElementVNode("div", TN, [
28372
+ t.createElementVNode("div", DN, [
28369
28373
  t.createVNode(
28370
28374
  u,
28371
28375
  { gap: "", center: "" },
@@ -28450,7 +28454,7 @@
28450
28454
  },
28451
28455
  null,
28452
28456
  8,
28453
- DN,
28457
+ TN,
28454
28458
  ),
28455
28459
  l.multiAdvancedOptions[h]
28456
28460
  ? (t.openBlock(),
@@ -29013,9 +29017,9 @@
29013
29017
  C = 63,
29014
29018
  F = 59,
29015
29019
  U = 58,
29016
- M = function (T, w) {
29017
- var Me = new Error(T + " at character " + w);
29018
- throw ((Me.index = w), (Me.description = T), Me);
29020
+ M = function (D, w) {
29021
+ var Me = new Error(D + " at character " + w);
29022
+ throw ((Me.index = w), (Me.description = D), Me);
29019
29023
  },
29020
29024
  q = !0,
29021
29025
  A = { "-": q, "!": q, "~": q, "+": q },
@@ -29042,58 +29046,58 @@
29042
29046
  "/": 10,
29043
29047
  "%": 10,
29044
29048
  },
29045
- R = function (T) {
29049
+ R = function (D) {
29046
29050
  var w = 0,
29047
29051
  Me;
29048
- for (var ut in T)
29049
- (Me = ut.length) > w && T.hasOwnProperty(ut) && (w = Me);
29052
+ for (var ut in D)
29053
+ (Me = ut.length) > w && D.hasOwnProperty(ut) && (w = Me);
29050
29054
  return w;
29051
29055
  },
29052
29056
  X = R(A),
29053
29057
  re = R(Q),
29054
29058
  ae = { true: !0, false: !1, null: null },
29055
29059
  Re = "this",
29056
- Oe = function (T) {
29057
- return Q[T] || 0;
29060
+ Oe = function (D) {
29061
+ return Q[D] || 0;
29058
29062
  },
29059
- dt = function (T, w, Me) {
29060
- var ut = T === "||" || T === "&&" ? m : u;
29061
- return { type: ut, operator: T, left: w, right: Me };
29063
+ dt = function (D, w, Me) {
29064
+ var ut = D === "||" || D === "&&" ? m : u;
29065
+ return { type: ut, operator: D, left: w, right: Me };
29062
29066
  },
29063
- We = function (T) {
29064
- return T >= 48 && T <= 57;
29067
+ We = function (D) {
29068
+ return D >= 48 && D <= 57;
29065
29069
  },
29066
- Fe = function (T) {
29070
+ Fe = function (D) {
29067
29071
  return (
29068
- T === 36 ||
29069
- T === 95 ||
29070
- (T >= 65 && T <= 90) ||
29071
- (T >= 97 && T <= 122) ||
29072
- (T >= 128 && !Q[String.fromCharCode(T)])
29072
+ D === 36 ||
29073
+ D === 95 ||
29074
+ (D >= 65 && D <= 90) ||
29075
+ (D >= 97 && D <= 122) ||
29076
+ (D >= 128 && !Q[String.fromCharCode(D)])
29073
29077
  );
29074
29078
  },
29075
- ve = function (T) {
29079
+ ve = function (D) {
29076
29080
  return (
29077
- T === 36 ||
29078
- T === 95 ||
29079
- (T >= 65 && T <= 90) ||
29080
- (T >= 97 && T <= 122) ||
29081
- (T >= 48 && T <= 57) ||
29082
- (T >= 128 && !Q[String.fromCharCode(T)])
29081
+ D === 36 ||
29082
+ D === 95 ||
29083
+ (D >= 65 && D <= 90) ||
29084
+ (D >= 97 && D <= 122) ||
29085
+ (D >= 48 && D <= 57) ||
29086
+ (D >= 128 && !Q[String.fromCharCode(D)])
29083
29087
  );
29084
29088
  },
29085
- he = function (T) {
29089
+ he = function (D) {
29086
29090
  for (
29087
29091
  var w = 0,
29088
- Me = T.charAt,
29089
- ut = T.charCodeAt,
29092
+ Me = D.charAt,
29093
+ ut = D.charCodeAt,
29090
29094
  b = function (V) {
29091
- return Me.call(T, V);
29095
+ return Me.call(D, V);
29092
29096
  },
29093
29097
  te = function (V) {
29094
- return ut.call(T, V);
29098
+ return ut.call(D, V);
29095
29099
  },
29096
- _n = T.length,
29100
+ _n = D.length,
29097
29101
  Je = function () {
29098
29102
  for (
29099
29103
  var V = te(w);
@@ -29103,14 +29107,14 @@
29103
29107
  V = te(++w);
29104
29108
  },
29105
29109
  jt = function () {
29106
- var V = VD(),
29107
- D,
29110
+ var V = VT(),
29111
+ T,
29108
29112
  H;
29109
29113
  if ((Je(), te(w) === C)) {
29110
29114
  if (
29111
29115
  (w++,
29112
- (D = jt()),
29113
- D || M("Expected expression", w),
29116
+ (T = jt()),
29117
+ T || M("Expected expression", w),
29114
29118
  Je(),
29115
29119
  te(w) === U)
29116
29120
  )
@@ -29118,44 +29122,44 @@
29118
29122
  w++,
29119
29123
  (H = jt()),
29120
29124
  H || M("Expected expression", w),
29121
- { type: f, test: V, consequent: D, alternate: H }
29125
+ { type: f, test: V, consequent: T, alternate: H }
29122
29126
  );
29123
29127
  M("Expected :", w);
29124
29128
  } else return V;
29125
29129
  },
29126
29130
  gm = function () {
29127
29131
  Je();
29128
- for (var V = T.substr(w, re), D = V.length; D > 0; ) {
29132
+ for (var V = D.substr(w, re), T = V.length; T > 0; ) {
29129
29133
  if (
29130
29134
  Q.hasOwnProperty(V) &&
29131
29135
  (!Fe(te(w)) ||
29132
- (w + V.length < T.length && !ve(te(w + V.length))))
29136
+ (w + V.length < D.length && !ve(te(w + V.length))))
29133
29137
  )
29134
- return (w += D), V;
29135
- V = V.substr(0, --D);
29138
+ return (w += T), V;
29139
+ V = V.substr(0, --T);
29136
29140
  }
29137
29141
  return !1;
29138
29142
  },
29139
- VD = function () {
29140
- var V, D, H, v, Bt, Pe, mt, qt, xm;
29141
- if (((Pe = dr()), (D = gm()), !D)) return Pe;
29143
+ VT = function () {
29144
+ var V, T, H, v, Bt, Pe, mt, qt, xm;
29145
+ if (((Pe = dr()), (T = gm()), !T)) return Pe;
29142
29146
  for (
29143
- Bt = { value: D, prec: Oe(D) },
29147
+ Bt = { value: T, prec: Oe(T) },
29144
29148
  mt = dr(),
29145
- mt || M("Expected expression after " + D, w),
29149
+ mt || M("Expected expression after " + T, w),
29146
29150
  v = [Pe, Bt, mt];
29147
- (D = gm()) && ((H = Oe(D)), H !== 0);
29151
+ (T = gm()) && ((H = Oe(T)), H !== 0);
29148
29152
 
29149
29153
  ) {
29150
29154
  for (
29151
- Bt = { value: D, prec: H }, xm = D;
29155
+ Bt = { value: T, prec: H }, xm = T;
29152
29156
  v.length > 2 && H <= v[v.length - 2].prec;
29153
29157
 
29154
29158
  )
29155
29159
  (mt = v.pop()),
29156
- (D = v.pop().value),
29160
+ (T = v.pop().value),
29157
29161
  (Pe = v.pop()),
29158
- (V = dt(D, Pe, mt)),
29162
+ (V = dt(T, Pe, mt)),
29159
29163
  v.push(V);
29160
29164
  (V = dr()),
29161
29165
  V || M("Expected expression after " + xm, w),
@@ -29166,33 +29170,33 @@
29166
29170
  return V;
29167
29171
  },
29168
29172
  dr = function () {
29169
- var V, D, H;
29170
- if ((Je(), (V = te(w)), We(V) || V === p)) return ND();
29171
- if (V === _ || V === x) return BD();
29172
- if (V === P) return TD();
29173
- for (D = T.substr(w, X), H = D.length; H > 0; ) {
29173
+ var V, T, H;
29174
+ if ((Je(), (V = te(w)), We(V) || V === p)) return NT();
29175
+ if (V === _ || V === x) return BT();
29176
+ if (V === P) return DT();
29177
+ for (T = D.substr(w, X), H = T.length; H > 0; ) {
29174
29178
  if (
29175
- A.hasOwnProperty(D) &&
29179
+ A.hasOwnProperty(T) &&
29176
29180
  (!Fe(te(w)) ||
29177
- (w + D.length < T.length && !ve(te(w + D.length))))
29181
+ (w + T.length < D.length && !ve(te(w + T.length))))
29178
29182
  )
29179
29183
  return (
29180
29184
  (w += H),
29181
- { type: d, operator: D, argument: dr(), prefix: !0 }
29185
+ { type: d, operator: T, argument: dr(), prefix: !0 }
29182
29186
  );
29183
- D = D.substr(0, --H);
29187
+ T = T.substr(0, --H);
29184
29188
  }
29185
- return Fe(V) || V === N ? SD() : !1;
29189
+ return Fe(V) || V === N ? ST() : !1;
29186
29190
  },
29187
- ND = function () {
29188
- for (var V = "", D, H; We(te(w)); ) V += b(w++);
29191
+ NT = function () {
29192
+ for (var V = "", T, H; We(te(w)); ) V += b(w++);
29189
29193
  if (te(w) === p)
29190
29194
  for (V += b(w++); We(te(w)); ) V += b(w++);
29191
- if (((D = b(w)), D === "e" || D === "E")) {
29195
+ if (((T = b(w)), T === "e" || T === "E")) {
29192
29196
  for (
29193
29197
  V += b(w++),
29194
- D = b(w),
29195
- (D === "+" || D === "-") && (V += b(w++));
29198
+ T = b(w),
29199
+ (T === "+" || T === "-") && (V += b(w++));
29196
29200
  We(te(w));
29197
29201
 
29198
29202
  )
@@ -29214,9 +29218,9 @@
29214
29218
  { type: a, value: parseFloat(V), raw: V }
29215
29219
  );
29216
29220
  },
29217
- BD = function () {
29218
- for (var V = "", D = b(w++), H = !1, v; w < _n; )
29219
- if (((v = b(w++)), v === D)) {
29221
+ BT = function () {
29222
+ for (var V = "", T = b(w++), H = !1, v; w < _n; )
29223
+ if (((v = b(w++)), v === T)) {
29220
29224
  H = !0;
29221
29225
  break;
29222
29226
  } else if (v === "\\")
@@ -29246,12 +29250,12 @@
29246
29250
  else V += v;
29247
29251
  return (
29248
29252
  H || M('Unclosed quote after "' + V + '"', w),
29249
- { type: a, value: V, raw: D + V + D }
29253
+ { type: a, value: V, raw: T + V + T }
29250
29254
  );
29251
29255
  },
29252
29256
  km = function () {
29253
29257
  var V = te(w),
29254
- D = w,
29258
+ T = w,
29255
29259
  H;
29256
29260
  for (
29257
29261
  Fe(V) ? w++ : M("Unexpected " + b(w), w);
@@ -29260,7 +29264,7 @@
29260
29264
  )
29261
29265
  w++;
29262
29266
  return (
29263
- (H = T.slice(D, w)),
29267
+ (H = D.slice(T, w)),
29264
29268
  ae.hasOwnProperty(H)
29265
29269
  ? { type: a, value: ae[H], raw: H }
29266
29270
  : H === Re
@@ -29269,8 +29273,8 @@
29269
29273
  );
29270
29274
  },
29271
29275
  _m = function (V) {
29272
- for (var D, H = [], v, Bt = !1, Pe = 0; w < _n; )
29273
- if ((Je(), (D = te(w)), D === V)) {
29276
+ for (var T, H = [], v, Bt = !1, Pe = 0; w < _n; )
29277
+ if ((Je(), (T = te(w)), T === V)) {
29274
29278
  (Bt = !0),
29275
29279
  w++,
29276
29280
  V === O &&
@@ -29281,7 +29285,7 @@
29281
29285
  w,
29282
29286
  );
29283
29287
  break;
29284
- } else if (D === y) {
29288
+ } else if (T === y) {
29285
29289
  if ((w++, Pe++, Pe !== H.length)) {
29286
29290
  if (V === O) M("Unexpected token ,", w);
29287
29291
  else if (V === Z)
@@ -29296,11 +29300,11 @@
29296
29300
  Bt || M("Expected " + String.fromCharCode(V), w), H
29297
29301
  );
29298
29302
  },
29299
- SD = function () {
29300
- var V, D;
29303
+ ST = function () {
29304
+ var V, T;
29301
29305
  for (
29302
29306
  V = te(w),
29303
- V === N ? (D = ED()) : (D = km()),
29307
+ V === N ? (T = ET()) : (T = km()),
29304
29308
  Je(),
29305
29309
  V = te(w);
29306
29310
  V === p || V === P || V === N;
@@ -29309,17 +29313,17 @@
29309
29313
  w++,
29310
29314
  V === p
29311
29315
  ? (Je(),
29312
- (D = {
29316
+ (T = {
29313
29317
  type: o,
29314
29318
  computed: !1,
29315
- object: D,
29319
+ object: T,
29316
29320
  property: km(),
29317
29321
  }))
29318
29322
  : V === P
29319
- ? ((D = {
29323
+ ? ((T = {
29320
29324
  type: o,
29321
29325
  computed: !0,
29322
- object: D,
29326
+ object: T,
29323
29327
  property: jt(),
29324
29328
  }),
29325
29329
  Je(),
@@ -29327,18 +29331,18 @@
29327
29331
  V !== Z && M("Unclosed [", w),
29328
29332
  w++)
29329
29333
  : V === N &&
29330
- (D = { type: c, arguments: _m(O), callee: D }),
29334
+ (T = { type: c, arguments: _m(O), callee: T }),
29331
29335
  Je(),
29332
29336
  (V = te(w));
29333
- return D;
29337
+ return T;
29334
29338
  },
29335
- ED = function () {
29339
+ ET = function () {
29336
29340
  w++;
29337
29341
  var V = jt();
29338
29342
  if ((Je(), te(w) === O)) return w++, V;
29339
29343
  M("Unclosed (", w);
29340
29344
  },
29341
- TD = function () {
29345
+ DT = function () {
29342
29346
  return w++, { type: h, elements: _m(Z) };
29343
29347
  },
29344
29348
  ur = [],
@@ -29359,29 +29363,29 @@
29359
29363
  (he.toString = function () {
29360
29364
  return "JavaScript Expression Parser (JSEP) v" + he.version;
29361
29365
  }),
29362
- (he.addUnaryOp = function (T) {
29363
- return (X = Math.max(T.length, X)), (A[T] = q), this;
29366
+ (he.addUnaryOp = function (D) {
29367
+ return (X = Math.max(D.length, X)), (A[D] = q), this;
29364
29368
  }),
29365
- (he.addBinaryOp = function (T, w) {
29366
- return (re = Math.max(T.length, re)), (Q[T] = w), this;
29369
+ (he.addBinaryOp = function (D, w) {
29370
+ return (re = Math.max(D.length, re)), (Q[D] = w), this;
29367
29371
  }),
29368
- (he.addLiteral = function (T, w) {
29369
- return (ae[T] = w), this;
29372
+ (he.addLiteral = function (D, w) {
29373
+ return (ae[D] = w), this;
29370
29374
  }),
29371
- (he.removeUnaryOp = function (T) {
29372
- return delete A[T], T.length === X && (X = R(A)), this;
29375
+ (he.removeUnaryOp = function (D) {
29376
+ return delete A[D], D.length === X && (X = R(A)), this;
29373
29377
  }),
29374
29378
  (he.removeAllUnaryOps = function () {
29375
29379
  return (A = {}), (X = 0), this;
29376
29380
  }),
29377
- (he.removeBinaryOp = function (T) {
29378
- return delete Q[T], T.length === re && (re = R(Q)), this;
29381
+ (he.removeBinaryOp = function (D) {
29382
+ return delete Q[D], D.length === re && (re = R(Q)), this;
29379
29383
  }),
29380
29384
  (he.removeAllBinaryOps = function () {
29381
29385
  return (Q = {}), (re = 0), this;
29382
29386
  }),
29383
- (he.removeLiteral = function (T) {
29384
- return delete ae[T], this;
29387
+ (he.removeLiteral = function (D) {
29388
+ return delete ae[D], this;
29385
29389
  }),
29386
29390
  (he.removeAllLiterals = function () {
29387
29391
  return (ae = {}), this;
@@ -29525,25 +29529,25 @@
29525
29529
  return;
29526
29530
  }
29527
29531
  }
29528
- var Ti, su;
29532
+ var Di, su;
29529
29533
  function iB() {
29530
- if (su) return Ti;
29534
+ if (su) return Di;
29531
29535
  su = 1;
29532
29536
  function e(n, r, i, l) {
29533
29537
  for (var o = n.length, a = i + (l ? 1 : -1); l ? a-- : ++a < o; )
29534
29538
  if (r(n[a], a, n)) return a;
29535
29539
  return -1;
29536
29540
  }
29537
- return (Ti = e), Ti;
29541
+ return (Di = e), Di;
29538
29542
  }
29539
- var Di, cu;
29543
+ var Ti, cu;
29540
29544
  function lB() {
29541
- if (cu) return Di;
29545
+ if (cu) return Ti;
29542
29546
  cu = 1;
29543
29547
  function e(n) {
29544
29548
  return n !== n;
29545
29549
  }
29546
- return (Di = e), Di;
29550
+ return (Ti = e), Ti;
29547
29551
  }
29548
29552
  var Oi, du;
29549
29553
  function aB() {
@@ -29843,10 +29847,10 @@
29843
29847
  n = e(Object.keys, Object);
29844
29848
  return (Ji = n), Ji;
29845
29849
  }
29846
- var Gi, Tu;
29850
+ var Gi, Du;
29847
29851
  function VB() {
29848
- if (Tu) return Gi;
29849
- Tu = 1;
29852
+ if (Du) return Gi;
29853
+ Du = 1;
29850
29854
  var e = xB(),
29851
29855
  n = CB(),
29852
29856
  r = Object.prototype,
@@ -29859,10 +29863,10 @@
29859
29863
  }
29860
29864
  return (Gi = l), Gi;
29861
29865
  }
29862
- var Ki, Du;
29866
+ var Ki, Tu;
29863
29867
  function NB() {
29864
- if (Du) return Ki;
29865
- Du = 1;
29868
+ if (Tu) return Ki;
29869
+ Tu = 1;
29866
29870
  var e = bB(),
29867
29871
  n = VB(),
29868
29872
  r = wi();
@@ -29903,9 +29907,9 @@
29903
29907
  return (Zi = a), Zi;
29904
29908
  }
29905
29909
  var EB = SB();
29906
- const TB = rt(EB),
29910
+ const DB = rt(EB),
29907
29911
  ct = {};
29908
- function DB(e, n, r, i) {
29912
+ function TB(e, n, r, i) {
29909
29913
  return e
29910
29914
  ? Array.isArray(e)
29911
29915
  ? e.filter(function (l) {
@@ -29925,7 +29929,7 @@
29925
29929
  a = o <= r;
29926
29930
  break;
29927
29931
  case "in":
29928
- a = TB(o, r);
29932
+ a = DB(o, r);
29929
29933
  break;
29930
29934
  default:
29931
29935
  r === void 0 ? (a = o) : (a = o == r);
@@ -29992,7 +29996,7 @@
29992
29996
  now: new Date(),
29993
29997
  guid: MB,
29994
29998
  age: IB,
29995
- array: { filter: DB, extract: FB, sum: OB },
29999
+ array: { filter: TB, extract: FB, sum: OB },
29996
30000
  create(o, ...a) {
29997
30001
  return new o(...a);
29998
30002
  },
@@ -31536,8 +31540,8 @@
31536
31540
  },
31537
31541
  },
31538
31542
  },
31539
- TS = { class: "wrapper" },
31540
- DS = { class: "header" },
31543
+ DS = { class: "wrapper" },
31544
+ TS = { class: "header" },
31541
31545
  OS = ["onClick"],
31542
31546
  FS = { class: "font-sm font-muted" };
31543
31547
  function MS(e, n, r, i, l, o) {
@@ -31550,12 +31554,12 @@
31550
31554
  f = t.resolveComponent("flex-column");
31551
31555
  return (
31552
31556
  t.openBlock(),
31553
- t.createElementBlock("div", TS, [
31557
+ t.createElementBlock("div", DS, [
31554
31558
  t.createVNode(f, null, {
31555
31559
  default: t.withCtx(() => [
31556
31560
  t.createVNode(d, null, {
31557
31561
  default: t.withCtx(() => [
31558
- t.createElementVNode("div", DS, [
31562
+ t.createElementVNode("div", TS, [
31559
31563
  t.createVNode(
31560
31564
  c,
31561
31565
  { gap: "", center: "" },
@@ -31973,12 +31977,12 @@
31973
31977
  SliderInput: pV,
31974
31978
  ColorInput: VV,
31975
31979
  CustomHtml: Nw,
31976
- BooleanSwitch: DV,
31980
+ BooleanSwitch: TV,
31977
31981
  FieldGroup: vV,
31978
31982
  ContentSelect: Bd,
31979
31983
  ContentSearch: M1,
31980
31984
  TypeSelect: W1,
31981
- ScopeSelect: Dd,
31985
+ ScopeSelect: Td,
31982
31986
  FieldSelect: Qd,
31983
31987
  TimezoneSelect: Jc,
31984
31988
  CountrySelect: Zo,
@@ -32622,7 +32626,7 @@
32622
32626
  Fe = t.resolveComponent("model-field"),
32623
32627
  ve = t.resolveComponent("payment-field"),
32624
32628
  he = t.resolveComponent("options-manager"),
32625
- T = t.resolveComponent("code-editor-field"),
32629
+ D = t.resolveComponent("code-editor-field"),
32626
32630
  w = t.resolveComponent("flex-column"),
32627
32631
  Me = t.resolveComponent("location-field"),
32628
32632
  ut = t.resolveComponent("expression-field");
@@ -33359,7 +33363,7 @@
33359
33363
  {
33360
33364
  default: t.withCtx(() => [
33361
33365
  t.createVNode(
33362
- T,
33366
+ D,
33363
33367
  {
33364
33368
  onTouched: o.touch,
33365
33369
  field: o.actualField,
@@ -33747,10 +33751,10 @@
33747
33751
  ].join("|"),
33748
33752
  "g",
33749
33753
  );
33750
- function T(w) {
33754
+ function D(w) {
33751
33755
  return w.match(he) || [];
33752
33756
  }
33753
- return (ol = T), ol;
33757
+ return (ol = D), ol;
33754
33758
  }
33755
33759
  var il, Pu;
33756
33760
  function ZS() {
@@ -35621,8 +35625,8 @@
35621
35625
  },
35622
35626
  },
35623
35627
  },
35624
- TE = { class: "ux-field-title" },
35625
- DE = { class: "signature-view" },
35628
+ DE = { class: "ux-field-title" },
35629
+ TE = { class: "signature-view" },
35626
35630
  OE = ["src"],
35627
35631
  FE = { key: 1, class: "signature-view" },
35628
35632
  ME = ["src"],
@@ -35659,7 +35663,7 @@
35659
35663
  "div",
35660
35664
  { key: 0, class: t.normalizeClass(["ux-field-render", o.classes]) },
35661
35665
  [
35662
- t.createElementVNode("label", TE, t.toDisplayString(o.title), 1),
35666
+ t.createElementVNode("label", DE, t.toDisplayString(o.title), 1),
35663
35667
  o.widget === "group"
35664
35668
  ? (t.openBlock(),
35665
35669
  t.createElementBlock(
@@ -35734,7 +35738,7 @@
35734
35738
  o.fieldModel,
35735
35739
  (p, y) => (
35736
35740
  t.openBlock(),
35737
- t.createElementBlock("div", DE, [
35741
+ t.createElementBlock("div", TE, [
35738
35742
  t.createElementVNode(
35739
35743
  "img",
35740
35744
  { src: p },
@@ -36523,7 +36527,7 @@
36523
36527
  },
36524
36528
  },
36525
36529
  };
36526
- function eT(e, n, r, i, l, o) {
36530
+ function eD(e, n, r, i, l, o) {
36527
36531
  const a = t.resolveComponent("ux-field-render");
36528
36532
  return (
36529
36533
  t.openBlock(),
@@ -36579,7 +36583,7 @@
36579
36583
  );
36580
36584
  }
36581
36585
  const Ju = k(vE, [
36582
- ["render", eT],
36586
+ ["render", eD],
36583
36587
  ["__scopeId", "data-v-f2b5ec33"],
36584
36588
  ]);
36585
36589
  function Gu(e) {
@@ -36652,7 +36656,7 @@
36652
36656
  );
36653
36657
  }
36654
36658
  var ml, Ku;
36655
- function tT() {
36659
+ function tD() {
36656
36660
  if (Ku) return ml;
36657
36661
  Ku = 1;
36658
36662
  var e = "__lodash_hash_undefined__";
@@ -36662,7 +36666,7 @@
36662
36666
  return (ml = n), ml;
36663
36667
  }
36664
36668
  var fl, Yu;
36665
- function nT() {
36669
+ function nD() {
36666
36670
  if (Yu) return fl;
36667
36671
  Yu = 1;
36668
36672
  function e(n) {
@@ -36671,12 +36675,12 @@
36671
36675
  return (fl = e), fl;
36672
36676
  }
36673
36677
  var hl, Zu;
36674
- function rT() {
36678
+ function rD() {
36675
36679
  if (Zu) return hl;
36676
36680
  Zu = 1;
36677
36681
  var e = sc(),
36678
- n = tT(),
36679
- r = nT();
36682
+ n = tD(),
36683
+ r = nD();
36680
36684
  function i(l) {
36681
36685
  var o = -1,
36682
36686
  a = l == null ? 0 : l.length;
@@ -36690,7 +36694,7 @@
36690
36694
  );
36691
36695
  }
36692
36696
  var pl, Xu;
36693
- function oT() {
36697
+ function oD() {
36694
36698
  if (Xu) return pl;
36695
36699
  Xu = 1;
36696
36700
  var e = mu();
@@ -36701,7 +36705,7 @@
36701
36705
  return (pl = n), pl;
36702
36706
  }
36703
36707
  var yl, Qu;
36704
- function iT() {
36708
+ function iD() {
36705
36709
  if (Qu) return yl;
36706
36710
  Qu = 1;
36707
36711
  function e(n, r, i) {
@@ -36712,7 +36716,7 @@
36712
36716
  return (yl = e), yl;
36713
36717
  }
36714
36718
  var gl, vu;
36715
- function lT() {
36719
+ function lD() {
36716
36720
  if (vu) return gl;
36717
36721
  vu = 1;
36718
36722
  function e(n, r) {
@@ -36721,7 +36725,7 @@
36721
36725
  return (gl = e), gl;
36722
36726
  }
36723
36727
  var kl, em;
36724
- function aT() {
36728
+ function aD() {
36725
36729
  if (em) return kl;
36726
36730
  em = 1;
36727
36731
  var e = io(),
@@ -36730,7 +36734,7 @@
36730
36734
  return (kl = r), kl;
36731
36735
  }
36732
36736
  var _l, tm;
36733
- function sT() {
36737
+ function sD() {
36734
36738
  if (tm) return _l;
36735
36739
  tm = 1;
36736
36740
  function e() {}
@@ -36753,11 +36757,11 @@
36753
36757
  return (bl = e), bl;
36754
36758
  }
36755
36759
  var xl, om;
36756
- function cT() {
36760
+ function cD() {
36757
36761
  if (om) return xl;
36758
36762
  om = 1;
36759
- var e = aT(),
36760
- n = sT(),
36763
+ var e = aD(),
36764
+ n = sD(),
36761
36765
  r = rm(),
36762
36766
  i = 1 / 0,
36763
36767
  l =
@@ -36769,14 +36773,14 @@
36769
36773
  return (xl = l), xl;
36770
36774
  }
36771
36775
  var wl, im;
36772
- function dT() {
36776
+ function dD() {
36773
36777
  if (im) return wl;
36774
36778
  im = 1;
36775
- var e = rT(),
36776
- n = oT(),
36777
- r = iT(),
36778
- i = lT(),
36779
- l = cT(),
36779
+ var e = rD(),
36780
+ n = oD(),
36781
+ r = iD(),
36782
+ i = lD(),
36783
+ l = cD(),
36780
36784
  o = rm(),
36781
36785
  a = 200;
36782
36786
  function s(c, d, u) {
@@ -36805,18 +36809,18 @@
36805
36809
  return (wl = s), wl;
36806
36810
  }
36807
36811
  var Cl, lm;
36808
- function uT() {
36812
+ function uD() {
36809
36813
  if (lm) return Cl;
36810
36814
  lm = 1;
36811
- var e = dT();
36815
+ var e = dD();
36812
36816
  function n(r) {
36813
36817
  return r && r.length ? e(r) : [];
36814
36818
  }
36815
36819
  return (Cl = n), Cl;
36816
36820
  }
36817
- var mT = uT();
36818
- const fT = rt(mT);
36819
- function hT(e, n) {
36821
+ var mD = uD();
36822
+ const fD = rt(mD);
36823
+ function hD(e, n) {
36820
36824
  var r = [],
36821
36825
  i;
36822
36826
  switch (n) {
@@ -36915,7 +36919,7 @@
36915
36919
  return { operator: "and", filters: [] };
36916
36920
  }
36917
36921
  let be, Vl, Nl;
36918
- const pT = {
36922
+ const pD = {
36919
36923
  emits: ["loading", "loaded", "click:row", "click:actions"],
36920
36924
  props: {
36921
36925
  defaultPage: { type: Number, default: 1 },
@@ -36964,7 +36968,7 @@
36964
36968
  pluralText: { type: String },
36965
36969
  },
36966
36970
  components: {
36967
- Pager: Dc,
36971
+ Pager: Tc,
36968
36972
  NativeTable: Sc,
36969
36973
  FilterBuilder: Xd,
36970
36974
  Search: Pt,
@@ -37379,7 +37383,7 @@
37379
37383
  n.push("event");
37380
37384
  break;
37381
37385
  }
37382
- return fT(n);
37386
+ return fD(n);
37383
37387
  },
37384
37388
  columns() {
37385
37389
  let e = [],
@@ -37395,7 +37399,7 @@
37395
37399
  var i = this.actualOptions.prefixColumns || [];
37396
37400
  i.forEach(r(!0));
37397
37401
  var l = this.actualOptions.columns || [],
37398
- o = l.length ? l : hT(this, this.basicType);
37402
+ o = l.length ? l : hD(this, this.basicType);
37399
37403
  o.length || o.push({ title: "Title", key: "title" }),
37400
37404
  o.forEach(r(!0));
37401
37405
  var a = this.additionalFields;
@@ -37544,53 +37548,51 @@
37544
37548
  this.ensureMeta(e), this.manager.toggle(e);
37545
37549
  },
37546
37550
  async load(e) {
37547
- var s, c, d, u;
37551
+ var c, d, u, m;
37548
37552
  var n = this;
37549
37553
  (n.loading = !0), be && (be.cancel(), (be = null));
37550
37554
  var r = Object.assign({}, n.loadCriteria);
37551
37555
  if (
37552
- ((r.includeAll = e),
37553
- n.trash && (r.trash = !0),
37554
- n.dateFilterEnabled && !r.search)
37556
+ ((r.includeAll = e), n.trash && (r.trash = !0), n.dateFilterEnabled)
37555
37557
  ) {
37556
- let m =
37557
- (c = (s = n.dateRangeFilter) == null ? void 0 : s.dateRange) ==
37558
+ let f =
37559
+ (d = (c = n.dateRangeFilter) == null ? void 0 : c.dateRange) ==
37558
37560
  null
37559
37561
  ? void 0
37560
- : c.startDate,
37561
- f =
37562
- (u = (d = n.dateRangeFilter) == null ? void 0 : d.dateRange) ==
37562
+ : d.startDate,
37563
+ h =
37564
+ (m = (u = n.dateRangeFilter) == null ? void 0 : u.dateRange) ==
37563
37565
  null
37564
37566
  ? void 0
37565
- : u.endDate;
37566
- const h = m && !isNaN(new Date(m).getTime()),
37567
- p = f && !isNaN(new Date(f).getTime());
37568
- if ((h || (m = new Date()), p || (f = new Date()), m || f)) {
37569
- let y = Intl.DateTimeFormat().resolvedOptions().timeZone;
37570
- m.toISOString() == f.toISOString()
37571
- ? ((m = new Date(m)),
37572
- m.setHours(0, 0, 0, 0),
37573
- (f = new Date(m)),
37574
- f.setHours(23, 59, 59, 999))
37575
- : ((f = new Date(f)), f.setHours(23, 59, 59, 999)),
37576
- (r.date = { startDate: m, endDate: f, timezone: y });
37567
+ : m.endDate;
37568
+ const p = f && !isNaN(new Date(f).getTime()),
37569
+ y = h && !isNaN(new Date(h).getTime());
37570
+ if ((p || (f = new Date()), y || (h = new Date()), f || h)) {
37571
+ let _ = Intl.DateTimeFormat().resolvedOptions().timeZone;
37572
+ f.toISOString() == h.toISOString()
37573
+ ? ((f = new Date(f)),
37574
+ f.setHours(0, 0, 0, 0),
37575
+ (h = new Date(f)),
37576
+ h.setHours(23, 59, 59, 999))
37577
+ : ((h = new Date(h)), h.setHours(23, 59, 59, 999)),
37578
+ (r.date = { startDate: f, endDate: h, timezone: _ });
37577
37579
  }
37578
37580
  }
37579
- const i = Math.random(),
37580
- { promise: l, cancel: o } = await n.$sdk.content.list(n.type, r, {
37581
+ const l = Math.random(),
37582
+ { promise: o, cancel: a } = await n.$sdk.content.list(n.type, r, {
37581
37583
  remoteURL: n.actualOptions.remoteURL,
37582
37584
  cancellable: !0,
37583
37585
  });
37584
- (be = { id: i, cancel: o }),
37585
- l.then(function (m) {
37586
- (be == null ? void 0 : be.id) === i &&
37586
+ (be = { id: l, cancel: a }),
37587
+ o.then(function (f) {
37588
+ (be == null ? void 0 : be.id) === l &&
37587
37589
  ((be = null), (n.loading = !1), n.loadKey++);
37588
37590
  }),
37589
- l.catch(function (m) {
37590
- (be == null ? void 0 : be.id) === i && (be = null);
37591
+ o.catch(function (f) {
37592
+ (be == null ? void 0 : be.id) === l && (be = null);
37591
37593
  });
37592
- const { data: a } = await l;
37593
- if (a) return a.items.forEach(n.ensureMeta), a;
37594
+ const { data: s } = await o;
37595
+ if (s) return s.items.forEach(n.ensureMeta), s;
37594
37596
  },
37595
37597
  },
37596
37598
  data() {
@@ -37625,15 +37627,15 @@
37625
37627
  },
37626
37628
  },
37627
37629
  Bl = (e) => (
37628
- t.pushScopeId("data-v-af54bfa4"), (e = e()), t.popScopeId(), e
37630
+ t.pushScopeId("data-v-81d5376b"), (e = e()), t.popScopeId(), e
37629
37631
  ),
37630
- yT = Bl(() => t.createElementVNode("strong", null, "Select Columns", -1)),
37631
- gT = { key: 0, class: "font-sm" },
37632
- kT = { class: "footer" },
37633
- _T = Bl(() => t.createElementVNode("p", null, null, -1)),
37634
- bT = { key: 0 },
37635
- xT = Bl(() => t.createElementVNode("p", null, null, -1));
37636
- function wT(e, n, r, i, l, o) {
37632
+ yD = Bl(() => t.createElementVNode("strong", null, "Select Columns", -1)),
37633
+ gD = { key: 0, class: "font-sm" },
37634
+ kD = { class: "footer" },
37635
+ _D = Bl(() => t.createElementVNode("p", null, null, -1)),
37636
+ bD = { key: 0 },
37637
+ xD = Bl(() => t.createElementVNode("p", null, null, -1));
37638
+ function wD(e, n, r, i, l, o) {
37637
37639
  const a = t.resolveComponent("ux-icon"),
37638
37640
  s = t.resolveComponent("ux-panel-body"),
37639
37641
  c = t.resolveComponent("ux-panel"),
@@ -37932,7 +37934,7 @@
37932
37934
  left: "",
37933
37935
  },
37934
37936
  ),
37935
- yT,
37937
+ yD,
37936
37938
  ],
37937
37939
  ),
37938
37940
  _: 1,
@@ -38114,7 +38116,7 @@
38114
38116
  ? (t.openBlock(),
38115
38117
  t.createElementBlock(
38116
38118
  "div",
38117
- gT,
38119
+ gD,
38118
38120
  " Try changing your date range or updating your filter. ",
38119
38121
  ))
38120
38122
  : t.createCommentVNode(
@@ -38158,7 +38160,7 @@
38158
38160
  void 0,
38159
38161
  !0,
38160
38162
  ),
38161
- t.createElementVNode("div", kT, [
38163
+ t.createElementVNode("div", kD, [
38162
38164
  t.createVNode(
38163
38165
  x,
38164
38166
  {
@@ -38226,10 +38228,10 @@
38226
38228
  8,
38227
38229
  ["modelValue", "loading"],
38228
38230
  ),
38229
- _T,
38231
+ _D,
38230
38232
  r.dateFilterEnabled
38231
38233
  ? (t.openBlock(),
38232
- t.createElementBlock("div", bT, [
38234
+ t.createElementBlock("div", bD, [
38233
38235
  t.createVNode(
38234
38236
  Z,
38235
38237
  {
@@ -38246,7 +38248,7 @@
38246
38248
  ),
38247
38249
  ]))
38248
38250
  : t.createCommentVNode("", !0),
38249
- xT,
38251
+ xD,
38250
38252
  t.createVNode(
38251
38253
  C,
38252
38254
  {
@@ -38292,11 +38294,11 @@
38292
38294
  ))
38293
38295
  : t.createCommentVNode("", !0);
38294
38296
  }
38295
- const sm = k(pT, [
38296
- ["render", wT],
38297
- ["__scopeId", "data-v-af54bfa4"],
38297
+ const sm = k(pD, [
38298
+ ["render", wD],
38299
+ ["__scopeId", "data-v-81d5376b"],
38298
38300
  ]),
38299
- CT = {
38301
+ CD = {
38300
38302
  props: { modal: { type: Object, required: !0 } },
38301
38303
  data() {
38302
38304
  return {};
@@ -38324,11 +38326,11 @@
38324
38326
  },
38325
38327
  },
38326
38328
  },
38327
- VT = { class: "modal-wrapper" };
38328
- function NT(e, n, r, i, l, o) {
38329
+ VD = { class: "modal-wrapper" };
38330
+ function ND(e, n, r, i, l, o) {
38329
38331
  return (
38330
38332
  t.openBlock(),
38331
- t.createElementBlock("div", VT, [
38333
+ t.createElementBlock("div", VD, [
38332
38334
  t.createElementVNode("div", {
38333
38335
  class: "modal-blanket",
38334
38336
  onClick:
@@ -38355,11 +38357,11 @@
38355
38357
  ])
38356
38358
  );
38357
38359
  }
38358
- const cm = k(CT, [
38359
- ["render", NT],
38360
+ const cm = k(CD, [
38361
+ ["render", ND],
38360
38362
  ["__scopeId", "data-v-90c28992"],
38361
38363
  ]),
38362
- BT = {
38364
+ BD = {
38363
38365
  mixins: [Vt],
38364
38366
  computed: {
38365
38367
  confirmText() {
@@ -38388,10 +38390,10 @@
38388
38390
  },
38389
38391
  },
38390
38392
  },
38391
- ST = { class: "padder" },
38392
- ET = ["innerHTML"],
38393
- TT = { class: "padder" };
38394
- function DT(e, n, r, i, l, o) {
38393
+ SD = { class: "padder" },
38394
+ ED = ["innerHTML"],
38395
+ DD = { class: "padder" };
38396
+ function TD(e, n, r, i, l, o) {
38395
38397
  const a = t.resolveComponent("flex-body"),
38396
38398
  s = t.resolveComponent("ux-button"),
38397
38399
  c = t.resolveComponent("flex-cell"),
@@ -38407,7 +38409,7 @@
38407
38409
  default: t.withCtx(() => [
38408
38410
  t.createVNode(a, null, {
38409
38411
  default: t.withCtx(() => [
38410
- t.createElementVNode("div", ST, [
38412
+ t.createElementVNode("div", SD, [
38411
38413
  t.createElementVNode(
38412
38414
  "h5",
38413
38415
  null,
@@ -38419,7 +38421,7 @@
38419
38421
  { innerHTML: e.options.description },
38420
38422
  null,
38421
38423
  8,
38422
- ET,
38424
+ ED,
38423
38425
  ),
38424
38426
  ]),
38425
38427
  ]),
@@ -38427,7 +38429,7 @@
38427
38429
  }),
38428
38430
  t.createVNode(u, null, {
38429
38431
  default: t.withCtx(() => [
38430
- t.createElementVNode("div", TT, [
38432
+ t.createElementVNode("div", DD, [
38431
38433
  t.createVNode(d, null, {
38432
38434
  default: t.withCtx(() => [
38433
38435
  t.createVNode(c, null, {
@@ -38483,11 +38485,11 @@
38483
38485
  )
38484
38486
  );
38485
38487
  }
38486
- const dm = k(BT, [
38487
- ["render", DT],
38488
+ const dm = k(BD, [
38489
+ ["render", TD],
38488
38490
  ["__scopeId", "data-v-ee67e4b1"],
38489
38491
  ]),
38490
- OT = {
38492
+ OD = {
38491
38493
  data() {
38492
38494
  return { selected: null, search: "" };
38493
38495
  },
@@ -38531,16 +38533,16 @@
38531
38533
  },
38532
38534
  },
38533
38535
  },
38534
- FT = { class: "options-modal-header" },
38535
- MT = { class: "padder" },
38536
- IT = { class: "options-modal-header" },
38537
- LT = { class: "padder" },
38538
- AT = ["onClick"],
38539
- $T = ["innerHTML"],
38540
- UT = { key: 0, class: "title" },
38541
- RT = { key: 1, class: "description" },
38542
- PT = { class: "padder" };
38543
- function jT(e, n, r, i, l, o) {
38536
+ FD = { class: "options-modal-header" },
38537
+ MD = { class: "padder" },
38538
+ ID = { class: "options-modal-header" },
38539
+ LD = { class: "padder" },
38540
+ AD = ["onClick"],
38541
+ $D = ["innerHTML"],
38542
+ UD = { key: 0, class: "title" },
38543
+ RD = { key: 1, class: "description" },
38544
+ PD = { class: "padder" };
38545
+ function jD(e, n, r, i, l, o) {
38544
38546
  const a = t.resolveComponent("flex-header"),
38545
38547
  s = t.resolveComponent("search"),
38546
38548
  c = t.resolveComponent("flex-cell"),
@@ -38564,8 +38566,8 @@
38564
38566
  { key: 0 },
38565
38567
  {
38566
38568
  default: t.withCtx(() => [
38567
- t.createElementVNode("div", FT, [
38568
- t.createElementVNode("div", MT, [
38569
+ t.createElementVNode("div", FD, [
38570
+ t.createElementVNode("div", MD, [
38569
38571
  t.createElementVNode(
38570
38572
  "h5",
38571
38573
  null,
@@ -38592,8 +38594,8 @@
38592
38594
  { key: 1 },
38593
38595
  {
38594
38596
  default: t.withCtx(() => [
38595
- t.createElementVNode("div", IT, [
38596
- t.createElementVNode("div", LT, [
38597
+ t.createElementVNode("div", ID, [
38598
+ t.createElementVNode("div", LD, [
38597
38599
  t.createVNode(
38598
38600
  s,
38599
38601
  {
@@ -38661,7 +38663,7 @@
38661
38663
  },
38662
38664
  null,
38663
38665
  8,
38664
- $T,
38666
+ $D,
38665
38667
  ),
38666
38668
  ]),
38667
38669
  _: 2,
@@ -38678,7 +38680,7 @@
38678
38680
  ? (t.openBlock(),
38679
38681
  t.createElementBlock(
38680
38682
  "div",
38681
- UT,
38683
+ UD,
38682
38684
  t.toDisplayString(y.title),
38683
38685
  1,
38684
38686
  ))
@@ -38687,7 +38689,7 @@
38687
38689
  ? (t.openBlock(),
38688
38690
  t.createElementBlock(
38689
38691
  "div",
38690
- RT,
38692
+ RD,
38691
38693
  t.toDisplayString(
38692
38694
  y.description,
38693
38695
  ),
@@ -38719,7 +38721,7 @@
38719
38721
  ),
38720
38722
  ],
38721
38723
  8,
38722
- AT,
38724
+ AD,
38723
38725
  )
38724
38726
  ),
38725
38727
  ),
@@ -38737,7 +38739,7 @@
38737
38739
  { class: "options-modal-footer" },
38738
38740
  {
38739
38741
  default: t.withCtx(() => [
38740
- t.createElementVNode("div", PT, [
38742
+ t.createElementVNode("div", PD, [
38741
38743
  t.createVNode(
38742
38744
  f,
38743
38745
  { size: "sm", onClick: e.dismiss },
@@ -38759,11 +38761,11 @@
38759
38761
  )
38760
38762
  );
38761
38763
  }
38762
- const um = k(OT, [
38763
- ["render", jT],
38764
+ const um = k(OD, [
38765
+ ["render", jD],
38764
38766
  ["__scopeId", "data-v-6712bab5"],
38765
38767
  ]),
38766
- qT = {
38768
+ qD = {
38767
38769
  mixins: [Vt],
38768
38770
  data() {
38769
38771
  return { model: {}, formState: null };
@@ -38793,10 +38795,10 @@
38793
38795
  this.options.model && (this.model = this.options.model);
38794
38796
  },
38795
38797
  },
38796
- zT = { class: "padder" },
38797
- HT = { key: 0 },
38798
- WT = { class: "padder" };
38799
- function JT(e, n, r, i, l, o) {
38798
+ zD = { class: "padder" },
38799
+ HD = { key: 0 },
38800
+ WD = { class: "padder" };
38801
+ function JD(e, n, r, i, l, o) {
38800
38802
  const a = t.resolveComponent("ux-form"),
38801
38803
  s = t.resolveComponent("flex-body"),
38802
38804
  c = t.resolveComponent("ux-button"),
@@ -38823,7 +38825,7 @@
38823
38825
  default: t.withCtx(() => [
38824
38826
  t.createVNode(s, null, {
38825
38827
  default: t.withCtx(() => [
38826
- t.createElementVNode("div", zT, [
38828
+ t.createElementVNode("div", zD, [
38827
38829
  t.createElementVNode(
38828
38830
  "h5",
38829
38831
  null,
@@ -38834,7 +38836,7 @@
38834
38836
  ? (t.openBlock(),
38835
38837
  t.createElementBlock(
38836
38838
  "p",
38837
- HT,
38839
+ HD,
38838
38840
  t.toDisplayString(e.options.description),
38839
38841
  1,
38840
38842
  ))
@@ -38862,7 +38864,7 @@
38862
38864
  { class: "border-top" },
38863
38865
  {
38864
38866
  default: t.withCtx(() => [
38865
- t.createElementVNode("div", WT, [
38867
+ t.createElementVNode("div", WD, [
38866
38868
  t.createVNode(m, null, {
38867
38869
  default: t.withCtx(() => [
38868
38870
  t.createVNode(
@@ -38936,11 +38938,11 @@
38936
38938
  )
38937
38939
  );
38938
38940
  }
38939
- const mm = k(qT, [
38940
- ["render", JT],
38941
+ const mm = k(qD, [
38942
+ ["render", JD],
38941
38943
  ["__scopeId", "data-v-22036a05"],
38942
38944
  ]);
38943
- function GT(e, n) {
38945
+ function GD(e, n) {
38944
38946
  switch (e) {
38945
38947
  case "systemtask":
38946
38948
  case "comment":
@@ -38963,7 +38965,7 @@
38963
38965
  break;
38964
38966
  }
38965
38967
  }
38966
- function KT(e, n) {
38968
+ function KD(e, n) {
38967
38969
  let r = [];
38968
38970
  switch (e) {
38969
38971
  case "transaction":
@@ -39165,7 +39167,7 @@
39165
39167
  }
39166
39168
  return r;
39167
39169
  }
39168
- const YT = {
39170
+ const YD = {
39169
39171
  components: { ContentBrowser: sm, Search: Pt, DateRange: Yo },
39170
39172
  mixins: [Vt],
39171
39173
  async created() {
@@ -39194,7 +39196,7 @@
39194
39196
  dateShortcuts() {
39195
39197
  const e = this.definition.key,
39196
39198
  n = this.definition.definesType || e;
39197
- return KT(n);
39199
+ return KD(n);
39198
39200
  },
39199
39201
  bigData() {
39200
39202
  var e;
@@ -39203,7 +39205,7 @@
39203
39205
  dateFilterEnabled() {
39204
39206
  const e = this.definition.key,
39205
39207
  n = this.definition.definesType || e;
39206
- return GT(n, e);
39208
+ return GD(n, e);
39207
39209
  },
39208
39210
  dateSummary() {
39209
39211
  let { startDate: e, endDate: n } = this.dateRange;
@@ -39327,13 +39329,13 @@
39327
39329
  },
39328
39330
  },
39329
39331
  },
39330
- ZT = { class: "header" },
39331
- XT = { class: "font-muted font-sm" },
39332
- QT = { class: "date-range" },
39333
- vT = { class: "date-shortcuts" },
39334
- eD = ["onClick"],
39335
- tD = { class: "rolodex" };
39336
- function nD(e, n, r, i, l, o) {
39332
+ ZD = { class: "header" },
39333
+ XD = { class: "font-muted font-sm" },
39334
+ QD = { class: "date-range" },
39335
+ vD = { class: "date-shortcuts" },
39336
+ eT = ["onClick"],
39337
+ tT = { class: "rolodex" };
39338
+ function nT(e, n, r, i, l, o) {
39337
39339
  const a = t.resolveComponent("flex-column"),
39338
39340
  s = t.resolveComponent("flex-cell"),
39339
39341
  c = t.resolveComponent("search"),
@@ -39375,7 +39377,7 @@
39375
39377
  [
39376
39378
  t.createVNode(p, null, {
39377
39379
  default: t.withCtx(() => [
39378
- t.createElementVNode("div", ZT, [
39380
+ t.createElementVNode("div", ZD, [
39379
39381
  t.createVNode(
39380
39382
  m,
39381
39383
  { vcenter: "", gap: "" },
@@ -39405,7 +39407,7 @@
39405
39407
  default: t.withCtx(() => [
39406
39408
  t.createElementVNode(
39407
39409
  "span",
39408
- XT,
39410
+ XD,
39409
39411
  "(" +
39410
39412
  t.toDisplayString(
39411
39413
  l.model.length,
@@ -39500,7 +39502,7 @@
39500
39502
  default: t.withCtx(() => [
39501
39503
  t.createElementVNode(
39502
39504
  "div",
39503
- QT,
39505
+ QD,
39504
39506
  [
39505
39507
  t.createVNode(
39506
39508
  m,
@@ -39521,7 +39523,7 @@
39521
39523
  () => [
39522
39524
  t.createElementVNode(
39523
39525
  "ul",
39524
- vT,
39526
+ vD,
39525
39527
  [
39526
39528
  (t.openBlock(
39527
39529
  !0,
@@ -39554,7 +39556,7 @@
39554
39556
  x.title,
39555
39557
  ),
39556
39558
  9,
39557
- eD,
39559
+ eT,
39558
39560
  ),
39559
39561
  ],
39560
39562
  )
@@ -39730,7 +39732,7 @@
39730
39732
  { key: 0 },
39731
39733
  {
39732
39734
  default: t.withCtx(() => [
39733
- t.createElementVNode("div", tD, [
39735
+ t.createElementVNode("div", tT, [
39734
39736
  t.createVNode(
39735
39737
  d,
39736
39738
  {
@@ -39829,11 +39831,11 @@
39829
39831
  )
39830
39832
  );
39831
39833
  }
39832
- const fm = k(YT, [
39833
- ["render", nD],
39834
+ const fm = k(YD, [
39835
+ ["render", nT],
39834
39836
  ["__scopeId", "data-v-d48f305b"],
39835
39837
  ]),
39836
- rD = {
39838
+ rT = {
39837
39839
  components: { ScopeSelect: Ed },
39838
39840
  mixins: [Vt],
39839
39841
  computed: {
@@ -39859,13 +39861,13 @@
39859
39861
  },
39860
39862
  },
39861
39863
  },
39862
- oD = (e) => (
39864
+ oT = (e) => (
39863
39865
  t.pushScopeId("data-v-0952db70"), (e = e()), t.popScopeId(), e
39864
39866
  ),
39865
- iD = { class: "header" },
39866
- lD = oD(() => t.createElementVNode("h3", null, "Select Scopes", -1)),
39867
- aD = { class: "padder" };
39868
- function sD(e, n, r, i, l, o) {
39867
+ iT = { class: "header" },
39868
+ lT = oT(() => t.createElementVNode("h3", null, "Select Scopes", -1)),
39869
+ aT = { class: "padder" };
39870
+ function sT(e, n, r, i, l, o) {
39869
39871
  const a = t.resolveComponent("flex-cell"),
39870
39872
  s = t.resolveComponent("ux-button"),
39871
39873
  c = t.resolveComponent("flex-row"),
@@ -39882,14 +39884,14 @@
39882
39884
  default: t.withCtx(() => [
39883
39885
  t.createVNode(d, null, {
39884
39886
  default: t.withCtx(() => [
39885
- t.createElementVNode("div", iD, [
39887
+ t.createElementVNode("div", iT, [
39886
39888
  t.createVNode(
39887
39889
  c,
39888
39890
  { vcenter: "", gap: "" },
39889
39891
  {
39890
39892
  default: t.withCtx(() => [
39891
39893
  t.createVNode(a, null, {
39892
- default: t.withCtx(() => [lD]),
39894
+ default: t.withCtx(() => [lT]),
39893
39895
  _: 1,
39894
39896
  }),
39895
39897
  t.createVNode(
@@ -39929,7 +39931,7 @@
39929
39931
  { class: "scroll-body" },
39930
39932
  {
39931
39933
  default: t.withCtx(() => [
39932
- t.createElementVNode("div", aD, [
39934
+ t.createElementVNode("div", aT, [
39933
39935
  t.createVNode(
39934
39936
  u,
39935
39937
  {
@@ -39955,20 +39957,20 @@
39955
39957
  )
39956
39958
  );
39957
39959
  }
39958
- const hm = k(rD, [
39959
- ["render", sD],
39960
+ const hm = k(rT, [
39961
+ ["render", sT],
39960
39962
  ["__scopeId", "data-v-0952db70"],
39961
39963
  ]),
39962
39964
  He = "uploading",
39963
39965
  cr = "complete",
39964
39966
  Nt = "ready",
39965
- cD = "error",
39966
- dD = "upload.cancel",
39967
- uD = "upload.start",
39967
+ cT = "error",
39968
+ dT = "upload.cancel",
39969
+ uT = "upload.start",
39968
39970
  pm = "upload.complete",
39969
- mD = "upload.progress",
39970
- fD = "upload.error",
39971
- hD = {
39971
+ mT = "upload.progress",
39972
+ fT = "upload.error",
39973
+ hT = {
39972
39974
  props: { accept: { type: String } },
39973
39975
  data() {
39974
39976
  return {
@@ -40102,7 +40104,7 @@
40102
40104
  (e.bytesLoaded = 0),
40103
40105
  (e.percent = 0),
40104
40106
  (e.state = Nt),
40105
- e.dispatch(dD));
40107
+ e.dispatch(dT));
40106
40108
  },
40107
40109
  removeFile(e) {
40108
40110
  var n = this.queue.indexOf(e);
@@ -40129,7 +40131,7 @@
40129
40131
  case He:
40130
40132
  return;
40131
40133
  }
40132
- (e.state = He), e.dispatch(uD);
40134
+ (e.state = He), e.dispatch(uT);
40133
40135
  {
40134
40136
  const u = e.size,
40135
40137
  m = e.name,
@@ -40166,7 +40168,7 @@
40166
40168
  (e.percent = m),
40167
40169
  (e.bytesLoaded = u.loaded),
40168
40170
  (e.bytesTotal = u.total),
40169
- e.dispatch(mD, u);
40171
+ e.dispatch(mT, u);
40170
40172
  },
40171
40173
  };
40172
40174
  const s = n.$sdk.api.CancelToken.source();
@@ -40186,7 +40188,7 @@
40186
40188
  var m = n.$sdk.api.wasCancelled(u);
40187
40189
  m
40188
40190
  ? (e.state = Nt)
40189
- : ((e.state = cD), e.dispatch(fD, u), n.uploadNextFile());
40191
+ : ((e.state = cT), e.dispatch(fT, u), n.uploadNextFile());
40190
40192
  });
40191
40193
  },
40192
40194
  toggle() {
@@ -40229,13 +40231,13 @@
40229
40231
  },
40230
40232
  },
40231
40233
  },
40232
- pD = { class: "uploader" },
40233
- yD = ["accept"],
40234
- gD = ["accept"];
40235
- function kD(e, n, r, i, l, o) {
40234
+ pT = { class: "uploader" },
40235
+ yT = ["accept"],
40236
+ gT = ["accept"];
40237
+ function kT(e, n, r, i, l, o) {
40236
40238
  return (
40237
40239
  t.openBlock(),
40238
- t.createElementBlock("div", pD, [
40240
+ t.createElementBlock("div", pT, [
40239
40241
  t.createElementVNode(
40240
40242
  "input",
40241
40243
  {
@@ -40248,7 +40250,7 @@
40248
40250
  },
40249
40251
  null,
40250
40252
  40,
40251
- yD,
40253
+ yT,
40252
40254
  ),
40253
40255
  t.createElementVNode(
40254
40256
  "input",
@@ -40260,7 +40262,7 @@
40260
40262
  },
40261
40263
  null,
40262
40264
  8,
40263
- gD,
40265
+ gT,
40264
40266
  ),
40265
40267
  t.renderSlot(e.$slots, "default", {
40266
40268
  queue: l.queue,
@@ -40274,11 +40276,11 @@
40274
40276
  ])
40275
40277
  );
40276
40278
  }
40277
- const _D = k(hD, [["render", kD]]);
40278
- function bD(e, n) {
40279
+ const _T = k(hT, [["render", kT]]);
40280
+ function bT(e, n) {
40279
40281
  return n.reduce((r, i) => (Math.abs(i - e) < Math.abs(r - e) ? i : r));
40280
40282
  }
40281
- function xD() {
40283
+ function xT() {
40282
40284
  var e = t.reactive({
40283
40285
  mounted: !1,
40284
40286
  screen: { width: 1024, height: 768 },
@@ -40381,7 +40383,7 @@
40381
40383
  (o.lgAndUp = !0)),
40382
40384
  (e.point = a),
40383
40385
  (e.breakpoint = o);
40384
- const c = bD(i, [320, 768, 1200, 1800, 2e3]),
40386
+ const c = bT(i, [320, 768, 1200, 1800, 2e3]),
40385
40387
  d = c * 1,
40386
40388
  u = c * 1.5,
40387
40389
  m = c * 2;
@@ -40404,7 +40406,7 @@
40404
40406
  e
40405
40407
  );
40406
40408
  }
40407
- const wD = `qik vue ui ${wm}`,
40409
+ const wT = `qik vue ui ${wm}`,
40408
40410
  ym = {
40409
40411
  FlexColumn: Qa,
40410
40412
  FlexBody: va,
@@ -40449,10 +40451,10 @@
40449
40451
  UxModal: cm,
40450
40452
  Compile: Wu,
40451
40453
  },
40452
- CD = {
40454
+ CT = {
40453
40455
  install(e, n) {
40454
40456
  var r;
40455
- console.log(wD),
40457
+ console.log(wT),
40456
40458
  (n.date = Y),
40457
40459
  (n.global = n.global || t.reactive({})),
40458
40460
  ((r = n.global) != null && r.cacheKeys) ||
@@ -40532,7 +40534,7 @@
40532
40534
  (E.ContentBrowser = sm),
40533
40535
  (E.ContentSearch = Sd),
40534
40536
  (E.DateRange = Yo),
40535
- (E.Device = xD),
40537
+ (E.Device = xT),
40536
40538
  (E.FileDrop = eu),
40537
40539
  (E.FlexBody = va),
40538
40540
  (E.FlexCell = ns),
@@ -40545,16 +40547,16 @@
40545
40547
  (E.Item = Hn),
40546
40548
  (E.ModalMixin = Vt),
40547
40549
  (E.NativeSelect = Ye),
40548
- (E.Pager = Dc),
40550
+ (E.Pager = Tc),
40549
40551
  (E.Panel = is),
40550
40552
  (E.PanelBody = ls),
40551
40553
  (E.PanelFooter = ss),
40552
40554
  (E.PanelHeader = as),
40553
40555
  (E.ProgressBar = Ko),
40554
- (E.QikUI = CD),
40556
+ (E.QikUI = CT),
40555
40557
  (E.RememberScrollMixin = Bc),
40556
40558
  (E.ScopeSelect = Ed),
40557
- (E.ScopeSelectButton = Td),
40559
+ (E.ScopeSelectButton = Dd),
40558
40560
  (E.Search = Pt),
40559
40561
  (E.Selection = Gu),
40560
40562
  (E.Spinner = bt),
@@ -40584,7 +40586,7 @@
40584
40586
  (E.UXTable = Sc),
40585
40587
  (E.UXTabset = Ns),
40586
40588
  (E.UXVideo = Pc),
40587
- (E.UploadService = _D),
40589
+ (E.UploadService = _T),
40588
40590
  (E.UxConfirmModal = dm),
40589
40591
  (E.UxContentModal = fm),
40590
40592
  (E.UxModal = cm),