@qikdev/vue-ui 0.2.297 → 0.2.298

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.es.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  toRefs as Nl,
6
6
  onMounted as Nr,
7
7
  onBeforeUnmount as lu,
8
- watch as Fi,
8
+ watch as Mi,
9
9
  computed as rn,
10
10
  openBlock as a,
11
11
  createElementBlock as d,
@@ -29,10 +29,10 @@ import {
29
29
  withModifiers as B,
30
30
  createTextVNode as T,
31
31
  h as kr,
32
- mergeProps as Mi,
32
+ mergeProps as Fi,
33
33
  toHandlers as Ur,
34
34
  normalizeStyle as qe,
35
- resolveDynamicComponent as Ft,
35
+ resolveDynamicComponent as Mt,
36
36
  vModelSelect as pt,
37
37
  pushScopeId as Je,
38
38
  popScopeId as Xe,
@@ -47,7 +47,7 @@ import {
47
47
  vModelDynamic as Zn,
48
48
  } from "vue";
49
49
  import { EventDispatcher as jl } from "@qikdev/sdk";
50
- const fu = "0.2.297";
50
+ const fu = "0.2.298";
51
51
  class qt extends Error {}
52
52
  class mu extends qt {
53
53
  constructor(t) {
@@ -299,7 +299,7 @@ function jr(e, t, n = !1) {
299
299
  function Un(e) {
300
300
  return e % 4 === 0 && (e % 100 !== 0 || e % 400 === 0);
301
301
  }
302
- function Mn(e) {
302
+ function Fn(e) {
303
303
  return Un(e) ? 366 : 365;
304
304
  }
305
305
  function gi(e, t) {
@@ -502,10 +502,10 @@ function go(e) {
502
502
  function Eu(e) {
503
503
  return yo[e.hour < 12 ? 0 : 1];
504
504
  }
505
- function Fu(e, t) {
505
+ function Mu(e, t) {
506
506
  return po(t)[e.weekday - 1];
507
507
  }
508
- function Mu(e, t) {
508
+ function Fu(e, t) {
509
509
  return fo(t)[e.month - 1];
510
510
  }
511
511
  function Iu(e, t) {
@@ -631,11 +631,11 @@ class je {
631
631
  r ? Eu(t) : i({ hour: "numeric", hourCycle: "h12" }, "dayperiod"),
632
632
  u = (v, w) =>
633
633
  r
634
- ? Mu(t, v)
634
+ ? Fu(t, v)
635
635
  : i(w ? { month: v } : { month: v, day: "numeric" }, "month"),
636
636
  m = (v, w) =>
637
637
  r
638
- ? Fu(t, v)
638
+ ? Mu(t, v)
639
639
  : i(
640
640
  w
641
641
  ? { weekday: v }
@@ -1777,12 +1777,12 @@ const Dd = Wt(Gt);
1777
1777
  function Ed(e) {
1778
1778
  return fn(e, [ld, Dd]);
1779
1779
  }
1780
- const Fd = cn(rd, sd),
1781
- Md = cn(ko),
1780
+ const Md = cn(rd, sd),
1781
+ Fd = cn(ko),
1782
1782
  Id = Wt(xo, Gt, mn, wo),
1783
1783
  $d = Wt(Gt, mn, wo);
1784
1784
  function Ad(e) {
1785
- return fn(e, [Fd, Id], [Md, $d]);
1785
+ return fn(e, [Md, Id], [Fd, $d]);
1786
1786
  }
1787
1787
  const Ld = "Invalid Duration",
1788
1788
  So = {
@@ -3560,13 +3560,13 @@ function Ze(e, t) {
3560
3560
  `you specified ${t} (of type ${typeof t}) as a ${e}, which is invalid`,
3561
3561
  );
3562
3562
  }
3563
- function Fo(e, t, n) {
3563
+ function Mo(e, t, n) {
3564
3564
  const r = new Date(Date.UTC(e, t - 1, n));
3565
3565
  e < 100 && e >= 0 && r.setUTCFullYear(r.getUTCFullYear() - 1900);
3566
3566
  const s = r.getUTCDay();
3567
3567
  return s === 0 ? 7 : s;
3568
3568
  }
3569
- function Mo(e, t, n) {
3569
+ function Fo(e, t, n) {
3570
3570
  return n + (Un(e) ? Eo : Do)[t - 1];
3571
3571
  }
3572
3572
  function Io(e, t) {
@@ -3577,8 +3577,8 @@ function Io(e, t) {
3577
3577
  }
3578
3578
  function Cr(e) {
3579
3579
  const { year: t, month: n, day: r } = e,
3580
- s = Mo(t, n, r),
3581
- i = Fo(t, n, r);
3580
+ s = Fo(t, n, r),
3581
+ i = Mo(t, n, r);
3582
3582
  let l = Math.floor((s - i + 10) / 7),
3583
3583
  o;
3584
3584
  return (
@@ -3592,21 +3592,21 @@ function Cr(e) {
3592
3592
  }
3593
3593
  function Vs(e) {
3594
3594
  const { weekYear: t, weekNumber: n, weekday: r } = e,
3595
- s = Fo(t, 1, 4),
3596
- i = Mn(t);
3595
+ s = Mo(t, 1, 4),
3596
+ i = Fn(t);
3597
3597
  let l = n * 7 + r - s - 3,
3598
3598
  o;
3599
3599
  l < 1
3600
- ? ((o = t - 1), (l += Mn(o)))
3600
+ ? ((o = t - 1), (l += Fn(o)))
3601
3601
  : l > i
3602
- ? ((o = t + 1), (l -= Mn(t)))
3602
+ ? ((o = t + 1), (l -= Fn(t)))
3603
3603
  : (o = t);
3604
3604
  const { month: u, day: m } = Io(o, l);
3605
3605
  return { year: o, month: u, day: m, ...Ai(e) };
3606
3606
  }
3607
3607
  function Ki(e) {
3608
3608
  const { year: t, month: n, day: r } = e,
3609
- s = Mo(t, n, r);
3609
+ s = Fo(t, n, r);
3610
3610
  return { year: t, ordinal: s, ...Ai(e) };
3611
3611
  }
3612
3612
  function Os(e) {
@@ -3628,7 +3628,7 @@ function oc(e) {
3628
3628
  }
3629
3629
  function ac(e) {
3630
3630
  const t = Ii(e.year),
3631
- n = mt(e.ordinal, 1, Mn(e.year));
3631
+ n = mt(e.ordinal, 1, Fn(e.year));
3632
3632
  return t ? (n ? !1 : Ze("ordinal", e.ordinal)) : Ze("year", e.year);
3633
3633
  }
3634
3634
  function $o(e) {
@@ -3769,7 +3769,7 @@ function Xi(e, t) {
3769
3769
  r
3770
3770
  );
3771
3771
  }
3772
- function Fs(e, t, n, r, s) {
3772
+ function Ms(e, t, n, r, s) {
3773
3773
  let i = ke(e.c.hour);
3774
3774
  return (
3775
3775
  t
@@ -3830,7 +3830,7 @@ const No = {
3830
3830
  "millisecond",
3831
3831
  ],
3832
3832
  fc = ["year", "ordinal", "hour", "minute", "second", "millisecond"];
3833
- function Ms(e) {
3833
+ function Fs(e) {
3834
3834
  const t = {
3835
3835
  year: "year",
3836
3836
  years: "year",
@@ -4121,7 +4121,7 @@ class L {
4121
4121
  if (!r.isValid) return L.invalid(ei(r));
4122
4122
  const s = xe.now(),
4123
4123
  i = te(n.specificOffset) ? r.offset(s) : n.specificOffset,
4124
- l = vi(t, Ms),
4124
+ l = vi(t, Fs),
4125
4125
  o = !te(l.ordinal),
4126
4126
  u = !te(l.year),
4127
4127
  m = !te(l.month) || !te(l.day),
@@ -4150,8 +4150,8 @@ class L {
4150
4150
  const K = v ? oc(l) : o ? ac(l) : $o(l),
4151
4151
  J = K || Ao(l);
4152
4152
  if (J) return L.invalid(J);
4153
- const M = v ? Vs(l) : o ? Os(l) : l,
4154
- [le, W] = di(M, i, r),
4153
+ const F = v ? Vs(l) : o ? Os(l) : l,
4154
+ [le, W] = di(F, i, r),
4155
4155
  R = new L({
4156
4156
  ts: le,
4157
4157
  zone: r,
@@ -4590,7 +4590,7 @@ class L {
4590
4590
  * @type {number}
4591
4591
  */
4592
4592
  get daysInYear() {
4593
- return this.isValid ? Mn(this.year) : NaN;
4593
+ return this.isValid ? Fn(this.year) : NaN;
4594
4594
  }
4595
4595
  /**
4596
4596
  * Returns the number of weeks in this DateTime's year
@@ -4693,7 +4693,7 @@ class L {
4693
4693
  */
4694
4694
  set(t) {
4695
4695
  if (!this.isValid) return this;
4696
- const n = vi(t, Ms),
4696
+ const n = vi(t, Fs),
4697
4697
  r = !te(n.weekYear) || !te(n.weekNumber) || !te(n.weekday),
4698
4698
  s = !te(n.ordinal),
4699
4699
  i = !te(n.year),
@@ -4880,7 +4880,7 @@ class L {
4880
4880
  if (!this.isValid) return null;
4881
4881
  const i = t === "extended";
4882
4882
  let l = Xi(this, i);
4883
- return (l += "T"), (l += Fs(this, i, n, r, s)), l;
4883
+ return (l += "T"), (l += Ms(this, i, n, r, s)), l;
4884
4884
  }
4885
4885
  /**
4886
4886
  * Returns an ISO 8601-compliant string representation of this DateTime's date component
@@ -4923,7 +4923,7 @@ class L {
4923
4923
  format: i = "extended",
4924
4924
  } = {}) {
4925
4925
  return this.isValid
4926
- ? (s ? "T" : "") + Fs(this, i === "extended", n, t, r)
4926
+ ? (s ? "T" : "") + Ms(this, i === "extended", n, t, r)
4927
4927
  : null;
4928
4928
  }
4929
4929
  /**
@@ -5620,7 +5620,7 @@ const yc = Lr({
5620
5620
  (u = r.value) == null || u.unmount(),
5621
5621
  (m = r.value) == null || m.destroy();
5622
5622
  }),
5623
- Fi(o, () => {
5623
+ Mi(o, () => {
5624
5624
  var u;
5625
5625
  (u = r.value) == null || u.update(e.options);
5626
5626
  }),
@@ -5662,7 +5662,7 @@ const bc = Lr({
5662
5662
  Nr(() => {
5663
5663
  (s.value = mc(t.value, n.value)), (i.value = hc(s.value, r.value));
5664
5664
  }),
5665
- Fi(r, () => {
5665
+ Mi(r, () => {
5666
5666
  var o;
5667
5667
  (o = i.value) == null || o.update(r.value);
5668
5668
  }),
@@ -5728,12 +5728,12 @@ const Ec = /* @__PURE__ */ O(Oc, [
5728
5728
  ["render", Dc],
5729
5729
  ["__scopeId", "data-v-ab49c425"],
5730
5730
  ]);
5731
- const Fc = {},
5732
- Mc = { class: "flex-column-header" };
5731
+ const Mc = {},
5732
+ Fc = { class: "flex-column-header" };
5733
5733
  function Ic(e, t, n, r, s, i) {
5734
- return a(), d("div", Mc, [q(e.$slots, "default", {}, void 0, !0)]);
5734
+ return a(), d("div", Fc, [q(e.$slots, "default", {}, void 0, !0)]);
5735
5735
  }
5736
- const $c = /* @__PURE__ */ O(Fc, [
5736
+ const $c = /* @__PURE__ */ O(Mc, [
5737
5737
  ["render", Ic],
5738
5738
  ["__scopeId", "data-v-968bcded"],
5739
5739
  ]);
@@ -5908,7 +5908,7 @@ var Vf = Tf,
5908
5908
  Df = Ro.hasOwnProperty,
5909
5909
  Ef = Ro.toString,
5910
5910
  Sn = Ls ? Ls.toStringTag : void 0;
5911
- function Ff(e) {
5911
+ function Mf(e) {
5912
5912
  var t = Df.call(e, Sn),
5913
5913
  n = e[Sn];
5914
5914
  try {
@@ -5918,7 +5918,7 @@ function Ff(e) {
5918
5918
  var s = Ef.call(e);
5919
5919
  return r && (t ? (e[Sn] = n) : delete e[Sn]), s;
5920
5920
  }
5921
- var Mf = Ff,
5921
+ var Ff = Mf,
5922
5922
  If = Object.prototype,
5923
5923
  $f = If.toString;
5924
5924
  function Af(e) {
@@ -5926,7 +5926,7 @@ function Af(e) {
5926
5926
  }
5927
5927
  var Lf = Af,
5928
5928
  Ns = Gr,
5929
- Nf = Mf,
5929
+ Nf = Ff,
5930
5930
  Uf = Lf,
5931
5931
  Pf = "[object Null]",
5932
5932
  jf = "[object Undefined]",
@@ -6027,7 +6027,7 @@ function rm(e, t, n) {
6027
6027
  function J() {
6028
6028
  o !== void 0 && clearTimeout(o), (m = 0), (r = u = s = o = void 0);
6029
6029
  }
6030
- function M() {
6030
+ function F() {
6031
6031
  return o === void 0 ? l : K(Qi());
6032
6032
  }
6033
6033
  function le() {
@@ -6039,7 +6039,7 @@ function rm(e, t, n) {
6039
6039
  }
6040
6040
  return o === void 0 && (o = setTimeout(P, t)), l;
6041
6041
  }
6042
- return (le.cancel = J), (le.flush = M), le;
6042
+ return (le.cancel = J), (le.flush = F), le;
6043
6043
  }
6044
6044
  var zn = rm;
6045
6045
  const sm = ["onClick"],
@@ -6423,12 +6423,12 @@ function Dm(e) {
6423
6423
  return !!Bs && Bs in e;
6424
6424
  }
6425
6425
  var Em = Dm,
6426
- Fm = Function.prototype,
6427
- Mm = Fm.toString;
6426
+ Mm = Function.prototype,
6427
+ Fm = Mm.toString;
6428
6428
  function Im(e) {
6429
6429
  if (e != null) {
6430
6430
  try {
6431
- return Mm.call(e);
6431
+ return Fm.call(e);
6432
6432
  } catch {}
6433
6433
  try {
6434
6434
  return e + "";
@@ -6553,12 +6553,12 @@ function Eh(e, t) {
6553
6553
  return -1;
6554
6554
  }
6555
6555
  var Ui = Eh,
6556
- Fh = Ui,
6557
- Mh = Array.prototype,
6558
- Ih = Mh.splice;
6556
+ Mh = Ui,
6557
+ Fh = Array.prototype,
6558
+ Ih = Fh.splice;
6559
6559
  function $h(e) {
6560
6560
  var t = this.__data__,
6561
- n = Fh(t, e);
6561
+ n = Mh(t, e);
6562
6562
  if (n < 0) return !1;
6563
6563
  var r = t.length - 1;
6564
6564
  return n == r ? t.pop() : Ih.call(t, n, 1), --this.size, !0;
@@ -6699,12 +6699,12 @@ function Ep(e) {
6699
6699
  n = t.cache;
6700
6700
  return t;
6701
6701
  }
6702
- var Fp = Ep,
6703
- Mp = Fp,
6702
+ var Mp = Ep,
6703
+ Fp = Mp,
6704
6704
  Ip =
6705
6705
  /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,
6706
6706
  $p = /\\(\\)?/g,
6707
- Ap = Mp(function (e) {
6707
+ Ap = Fp(function (e) {
6708
6708
  var t = [];
6709
6709
  return (
6710
6710
  e.charCodeAt(0) === 46 && t.push(""),
@@ -7209,15 +7209,15 @@ const Ey = {
7209
7209
  // },
7210
7210
  },
7211
7211
  },
7212
- Fy = { class: "table-date-cell" },
7213
- My = { class: "off" },
7212
+ My = { class: "table-date-cell" },
7213
+ Fy = { class: "off" },
7214
7214
  Iy = { class: "on" },
7215
7215
  $y = { class: "spacer" };
7216
7216
  function Ay(e, t, n, r, s, i) {
7217
7217
  const l = y("ux-icon");
7218
7218
  return (
7219
7219
  a(),
7220
- d("td", Fy, [
7220
+ d("td", My, [
7221
7221
  (a(!0),
7222
7222
  d(
7223
7223
  S,
@@ -7232,7 +7232,7 @@ function Ay(e, t, n, r, s, i) {
7232
7232
  class: A(["date-pill", { overdue: o.overdue }]),
7233
7233
  },
7234
7234
  [
7235
- x("span", My, [
7235
+ x("span", Fy, [
7236
7236
  c(l, {
7237
7237
  icon: "far fa-clock",
7238
7238
  left: "",
@@ -7543,7 +7543,7 @@ const Ko = {
7543
7543
  return Js(le, W, R);
7544
7544
  }),
7545
7545
  W),
7546
- M = (function (R) {
7546
+ F = (function (R) {
7547
7547
  var X = {};
7548
7548
  return (
7549
7549
  R.forEach(function (G) {
@@ -7563,7 +7563,7 @@ const Ko = {
7563
7563
  components: v.components,
7564
7564
  provide: this.$parent.$.provides ? this.$parent.$.provides : {},
7565
7565
  },
7566
- Object.assign({}, M),
7566
+ Object.assign({}, F),
7567
7567
  );
7568
7568
  }
7569
7569
  var le, W;
@@ -7731,7 +7731,7 @@ function ig(e, t, n, r, s, i) {
7731
7731
  activator: h(({ on: m }) => [
7732
7732
  c(
7733
7733
  l,
7734
- Mi(
7734
+ Fi(
7735
7735
  {
7736
7736
  size: "sm",
7737
7737
  onClick: t[0] || (t[0] = B(() => {}, ["stop", "prevent"])),
@@ -8118,7 +8118,7 @@ const Cg = {
8118
8118
  function Eg(e, t, n, r, s, i) {
8119
8119
  return a(), d("td", Dg, b(i.title), 1);
8120
8120
  }
8121
- const Fg = /* @__PURE__ */ O(Cg, [
8121
+ const Mg = /* @__PURE__ */ O(Cg, [
8122
8122
  ["render", Eg],
8123
8123
  ["__scopeId", "data-v-3c0f4d89"],
8124
8124
  ]);
@@ -8152,7 +8152,7 @@ function Dr(e, t) {
8152
8152
  .filter(Boolean)
8153
8153
  : Dr(u, o);
8154
8154
  }
8155
- const Mg = {
8155
+ const Fg = {
8156
8156
  data() {
8157
8157
  return {
8158
8158
  component: null,
@@ -8211,7 +8211,7 @@ const Mg = {
8211
8211
  t = kg;
8212
8212
  break;
8213
8213
  case "type":
8214
- t = Fg;
8214
+ t = Mg;
8215
8215
  break;
8216
8216
  case "complex":
8217
8217
  t = rg;
@@ -8290,7 +8290,7 @@ function Ag(e, t, n, r, s, i) {
8290
8290
  return s.component
8291
8291
  ? (a(),
8292
8292
  k(
8293
- Ft(s.component),
8293
+ Mt(s.component),
8294
8294
  {
8295
8295
  key: 0,
8296
8296
  column: n.column,
@@ -8387,7 +8387,7 @@ function Ag(e, t, n, r, s, i) {
8387
8387
  2,
8388
8388
  ));
8389
8389
  }
8390
- const Zo = /* @__PURE__ */ O(Mg, [
8390
+ const Zo = /* @__PURE__ */ O(Fg, [
8391
8391
  ["render", Ag],
8392
8392
  ["__scopeId", "data-v-455cdd3a"],
8393
8393
  ]);
@@ -8830,7 +8830,7 @@ function Wg(e, t, n, r, s, i) {
8830
8830
  d("th", zg, [
8831
8831
  c(m, null, {
8832
8832
  activator: h(({ on: v }) => [
8833
- c(l, Mi(Ur(v), { value: i.pageSelected }), null, 16, [
8833
+ c(l, Fi(Ur(v), { value: i.pageSelected }), null, 16, [
8834
8834
  "value",
8835
8835
  ]),
8836
8836
  ]),
@@ -10443,7 +10443,7 @@ function k_(e, t, n, r, s, i) {
10443
10443
  )
10444
10444
  );
10445
10445
  }
10446
- const mI = /* @__PURE__ */ O(b_, [
10446
+ const gI = /* @__PURE__ */ O(b_, [
10447
10447
  ["render", k_],
10448
10448
  ["__scopeId", "data-v-6cb45aad"],
10449
10449
  ]);
@@ -10494,7 +10494,7 @@ function C_(e, t, n = {}) {
10494
10494
  let f = tr;
10495
10495
  const p = dt(o),
10496
10496
  _ = u.value
10497
- ? Fi(
10497
+ ? Mi(
10498
10498
  () => [m.value, nr(r), p.value],
10499
10499
  ([w, V]) => {
10500
10500
  if ((f(), !p.value || !w.length)) return;
@@ -10546,7 +10546,7 @@ const D_ = {
10546
10546
  },
10547
10547
  },
10548
10548
  E_ = { ref: "targetEl" };
10549
- function F_(e, t, n, r, s, i) {
10549
+ function M_(e, t, n, r, s, i) {
10550
10550
  return (
10551
10551
  a(),
10552
10552
  d(
@@ -10557,7 +10557,7 @@ function F_(e, t, n, r, s, i) {
10557
10557
  )
10558
10558
  );
10559
10559
  }
10560
- const M_ = /* @__PURE__ */ O(D_, [["render", F_]]);
10560
+ const F_ = /* @__PURE__ */ O(D_, [["render", M_]]);
10561
10561
  const I_ = {
10562
10562
  props: {
10563
10563
  icon: {
@@ -10821,7 +10821,7 @@ function W_(e, t, n, r, s, i) {
10821
10821
  return (
10822
10822
  a(),
10823
10823
  k(
10824
- Ft(i.element),
10824
+ Mt(i.element),
10825
10825
  {
10826
10826
  type: "button",
10827
10827
  active: n.active,
@@ -11037,7 +11037,7 @@ function Q_(e, t, n, r, s, i) {
11037
11037
  return (
11038
11038
  a(),
11039
11039
  k(
11040
- Ft(i.element),
11040
+ Mt(i.element),
11041
11041
  {
11042
11042
  onClick: i.clicked,
11043
11043
  to: n.to,
@@ -11097,7 +11097,7 @@ function nv(e, t, n, r, s, i) {
11097
11097
  return (
11098
11098
  a(),
11099
11099
  k(
11100
- Ft(i.element),
11100
+ Mt(i.element),
11101
11101
  {
11102
11102
  class: A(["ux-icon fa", i.classes]),
11103
11103
  },
@@ -12342,7 +12342,7 @@ function Vv(e, t, n, r, s, i) {
12342
12342
  return (
12343
12343
  a(),
12344
12344
  k(
12345
- Ft(i.elementType),
12345
+ Mt(i.elementType),
12346
12346
  {
12347
12347
  class: A(["ux-pill", { "has-link": i.hasLink }]),
12348
12348
  style: qe(i.style),
@@ -12375,11 +12375,11 @@ const Cv = {},
12375
12375
  function Ev(e, t) {
12376
12376
  return a(), d("ul", Dv, [q(e.$slots, "default", {}, void 0, !0)]);
12377
12377
  }
12378
- const Fv = /* @__PURE__ */ O(Cv, [
12378
+ const Mv = /* @__PURE__ */ O(Cv, [
12379
12379
  ["render", Ev],
12380
12380
  ["__scopeId", "data-v-670de630"],
12381
12381
  ]);
12382
- const Mv = {
12382
+ const Fv = {
12383
12383
  props: {
12384
12384
  to: {
12385
12385
  type: [Object, String],
@@ -12404,7 +12404,7 @@ function Iv(e, t, n, r, s, i) {
12404
12404
  return (
12405
12405
  a(),
12406
12406
  k(
12407
- Ft(i.element),
12407
+ Mt(i.element),
12408
12408
  {
12409
12409
  class: "ux-list-item",
12410
12410
  to: n.to,
@@ -12421,7 +12421,7 @@ function Iv(e, t, n, r, s, i) {
12421
12421
  )
12422
12422
  );
12423
12423
  }
12424
- const $v = /* @__PURE__ */ O(Mv, [
12424
+ const $v = /* @__PURE__ */ O(Fv, [
12425
12425
  ["render", Iv],
12426
12426
  ["__scopeId", "data-v-a5de8929"],
12427
12427
  ]);
@@ -13658,7 +13658,7 @@ const Cb = {
13658
13658
  },
13659
13659
  Db = { class: "item-title" },
13660
13660
  Eb = { class: "item-summary" };
13661
- function Fb(e, t, n, r, s, i) {
13661
+ function Mb(e, t, n, r, s, i) {
13662
13662
  const l = y("ux-image"),
13663
13663
  o = y("flex-cell"),
13664
13664
  u = y("ux-icon"),
@@ -13810,7 +13810,7 @@ function Fb(e, t, n, r, s, i) {
13810
13810
  );
13811
13811
  }
13812
13812
  const ia = /* @__PURE__ */ O(Cb, [
13813
- ["render", Fb],
13813
+ ["render", Mb],
13814
13814
  ["__scopeId", "data-v-b23f6ee4"],
13815
13815
  ]);
13816
13816
  /**!
@@ -13836,7 +13836,7 @@ function ft(e) {
13836
13836
  var n = arguments[t] != null ? arguments[t] : {};
13837
13837
  t % 2
13838
13838
  ? tl(Object(n), !0).forEach(function (r) {
13839
- Mb(e, r, n[r]);
13839
+ Fb(e, r, n[r]);
13840
13840
  })
13841
13841
  : Object.getOwnPropertyDescriptors
13842
13842
  ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(n))
@@ -13863,7 +13863,7 @@ function ci(e) {
13863
13863
  ci(e)
13864
13864
  );
13865
13865
  }
13866
- function Mb(e, t, n) {
13866
+ function Fb(e, t, n) {
13867
13867
  return (
13868
13868
  t in e
13869
13869
  ? Object.defineProperty(e, t, {
@@ -14464,7 +14464,7 @@ var qb = ["evt"],
14464
14464
  n,
14465
14465
  ft(
14466
14466
  {
14467
- dragEl: F,
14467
+ dragEl: M,
14468
14468
  parentEl: pe,
14469
14469
  ghostEl: Z,
14470
14470
  rootEl: me,
@@ -14506,7 +14506,7 @@ function Le(e) {
14506
14506
  {
14507
14507
  putSortable: Ve,
14508
14508
  cloneEl: ye,
14509
- targetEl: F,
14509
+ targetEl: M,
14510
14510
  rootEl: me,
14511
14511
  oldIndex: nn,
14512
14512
  oldDraggableIndex: An,
@@ -14517,7 +14517,7 @@ function Le(e) {
14517
14517
  ),
14518
14518
  );
14519
14519
  }
14520
- var F,
14520
+ var M,
14521
14521
  pe,
14522
14522
  Z,
14523
14523
  me,
@@ -14680,7 +14680,7 @@ ji &&
14680
14680
  !0,
14681
14681
  );
14682
14682
  var Nt = function (t) {
14683
- if (F) {
14683
+ if (M) {
14684
14684
  t = t.touches ? t.touches[0] : t;
14685
14685
  var n = Yb(t.clientX, t.clientY);
14686
14686
  if (n) {
@@ -14694,7 +14694,7 @@ var Nt = function (t) {
14694
14694
  }
14695
14695
  },
14696
14696
  Kb = function (t) {
14697
- F && F.parentNode[ze]._isOutsideThisEl(t.target);
14697
+ M && M.parentNode[ze]._isOutsideThisEl(t.target);
14698
14698
  };
14699
14699
  function H(e, t) {
14700
14700
  if (!(e && e.nodeType && e.nodeType === 1))
@@ -14778,7 +14778,7 @@ H.prototype =
14778
14778
  },
14779
14779
  _getDirection: function (t, n) {
14780
14780
  return typeof this.options.direction == "function"
14781
- ? this.options.direction.call(this, t, n, F)
14781
+ ? this.options.direction.call(this, t, n, M)
14782
14782
  : this.options.direction;
14783
14783
  },
14784
14784
  _onTapStart: function (t) {
@@ -14800,7 +14800,7 @@ H.prototype =
14800
14800
  f = s.filter;
14801
14801
  if (
14802
14802
  (i1(r),
14803
- !F &&
14803
+ !M &&
14804
14804
  !(
14805
14805
  (/mousedown|pointerdown/.test(l) && t.button !== 0) ||
14806
14806
  s.disabled
@@ -14867,18 +14867,18 @@ H.prototype =
14867
14867
  l = s.options,
14868
14868
  o = i.ownerDocument,
14869
14869
  u;
14870
- if (r && !F && r.parentNode === i) {
14870
+ if (r && !M && r.parentNode === i) {
14871
14871
  var m = we(r);
14872
14872
  if (
14873
14873
  ((me = i),
14874
- (F = r),
14875
- (pe = F.parentNode),
14876
- (Rt = F.nextSibling),
14874
+ (M = r),
14875
+ (pe = M.parentNode),
14876
+ (Rt = M.nextSibling),
14877
14877
  (fi = r),
14878
14878
  (ri = l.group),
14879
- (H.dragged = F),
14879
+ (H.dragged = M),
14880
14880
  (Lt = {
14881
- target: F,
14881
+ target: M,
14882
14882
  clientX: (n || t).clientX,
14883
14883
  clientY: (n || t).clientY,
14884
14884
  }),
@@ -14886,7 +14886,7 @@ H.prototype =
14886
14886
  (ol = Lt.clientY - m.top),
14887
14887
  (this._lastX = (n || t).clientX),
14888
14888
  (this._lastY = (n || t).clientY),
14889
- (F.style["will-change"] = "all"),
14889
+ (M.style["will-change"] = "all"),
14890
14890
  (u = function () {
14891
14891
  if (
14892
14892
  (Pe("delayEnded", s, {
@@ -14898,17 +14898,17 @@ H.prototype =
14898
14898
  return;
14899
14899
  }
14900
14900
  s._disableDelayedDragEvents(),
14901
- !nl && s.nativeDraggable && (F.draggable = !0),
14901
+ !nl && s.nativeDraggable && (M.draggable = !0),
14902
14902
  s._triggerDragStart(t, n),
14903
14903
  Le({
14904
14904
  sortable: s,
14905
14905
  name: "choose",
14906
14906
  originalEvent: t,
14907
14907
  }),
14908
- Re(F, l.chosenClass, !0);
14908
+ Re(M, l.chosenClass, !0);
14909
14909
  }),
14910
14910
  l.ignore.split(",").forEach(function (f) {
14911
- la(F, f.trim(), ar);
14911
+ la(M, f.trim(), ar);
14912
14912
  }),
14913
14913
  se(o, "dragover", Nt),
14914
14914
  se(o, "mousemove", Nt),
@@ -14918,7 +14918,7 @@ H.prototype =
14918
14918
  se(o, "touchcancel", s._onDrop),
14919
14919
  nl &&
14920
14920
  this.nativeDraggable &&
14921
- ((this.options.touchStartThreshold = 4), (F.draggable = !0)),
14921
+ ((this.options.touchStartThreshold = 4), (M.draggable = !0)),
14922
14922
  Pe("delayStart", this, {
14923
14923
  evt: t,
14924
14924
  }),
@@ -14953,7 +14953,7 @@ H.prototype =
14953
14953
  ) && this._disableDelayedDrag();
14954
14954
  },
14955
14955
  _disableDelayedDrag: function () {
14956
- F && ar(F),
14956
+ M && ar(M),
14957
14957
  clearTimeout(this._dragStartTimer),
14958
14958
  this._disableDelayedDragEvents();
14959
14959
  },
@@ -14974,7 +14974,7 @@ H.prototype =
14974
14974
  : n
14975
14975
  ? se(document, "touchmove", this._onTouchMove)
14976
14976
  : se(document, "mousemove", this._onTouchMove)
14977
- : (se(F, "dragend", this), se(me, "dragstart", this._onDragStart));
14977
+ : (se(M, "dragend", this), se(me, "dragstart", this._onDragStart));
14978
14978
  try {
14979
14979
  document.selection
14980
14980
  ? hi(function () {
@@ -14984,14 +14984,14 @@ H.prototype =
14984
14984
  } catch {}
14985
14985
  },
14986
14986
  _dragStarted: function (t, n) {
14987
- if (((en = !1), me && F)) {
14987
+ if (((en = !1), me && M)) {
14988
14988
  Pe("dragStarted", this, {
14989
14989
  evt: n,
14990
14990
  }),
14991
14991
  this.nativeDraggable && se(document, "dragover", Kb);
14992
14992
  var r = this.options;
14993
- !t && Re(F, r.dragClass, !1),
14994
- Re(F, r.ghostClass, !0),
14993
+ !t && Re(M, r.dragClass, !1),
14994
+ Re(M, r.ghostClass, !0),
14995
14995
  (H.active = this),
14996
14996
  t && this._appendGhost(),
14997
14997
  Le({
@@ -15013,7 +15013,7 @@ H.prototype =
15013
15013
 
15014
15014
  )
15015
15015
  n = t;
15016
- if ((F.parentNode[ze]._isOutsideThisEl(t), n))
15016
+ if ((M.parentNode[ze]._isOutsideThisEl(t), n))
15017
15017
  do {
15018
15018
  if (n[ze]) {
15019
15019
  var r = void 0;
@@ -15092,7 +15092,7 @@ H.prototype =
15092
15092
  _appendGhost: function () {
15093
15093
  if (!Z) {
15094
15094
  var t = this.options.fallbackOnBody ? document.body : me,
15095
- n = we(F, !0, li, !0, t),
15095
+ n = we(M, !0, li, !0, t),
15096
15096
  r = this.options;
15097
15097
  if (li) {
15098
15098
  for (
@@ -15110,7 +15110,7 @@ H.prototype =
15110
15110
  : (Ie = ct()),
15111
15111
  (or = sl(Ie));
15112
15112
  }
15113
- (Z = F.cloneNode(!0)),
15113
+ (Z = M.cloneNode(!0)),
15114
15114
  Re(Z, r.ghostClass, !1),
15115
15115
  Re(Z, r.fallbackClass, !0),
15116
15116
  Re(Z, r.dragClass, !0),
@@ -15153,7 +15153,7 @@ H.prototype =
15153
15153
  }
15154
15154
  Pe("setupClone", this),
15155
15155
  H.eventCanceled ||
15156
- ((ye = ua(F)),
15156
+ ((ye = ua(M)),
15157
15157
  (ye.draggable = !1),
15158
15158
  (ye.style["will-change"] = ""),
15159
15159
  this._hideClone(),
@@ -15162,14 +15162,14 @@ H.prototype =
15162
15162
  (r.cloneId = hi(function () {
15163
15163
  Pe("clone", r),
15164
15164
  !H.eventCanceled &&
15165
- (r.options.removeCloneOnHide || me.insertBefore(ye, F),
15165
+ (r.options.removeCloneOnHide || me.insertBefore(ye, M),
15166
15166
  r._hideClone(),
15167
15167
  Le({
15168
15168
  sortable: r,
15169
15169
  name: "clone",
15170
15170
  }));
15171
15171
  })),
15172
- !n && Re(F, i.dragClass, !0),
15172
+ !n && Re(M, i.dragClass, !0),
15173
15173
  n
15174
15174
  ? ((wi = !0), (r._loopId = setInterval(r._emulateDragOver, 50)))
15175
15175
  : (ne(document, "mouseup", r._onDrop),
@@ -15177,9 +15177,9 @@ H.prototype =
15177
15177
  ne(document, "touchcancel", r._onDrop),
15178
15178
  s &&
15179
15179
  ((s.effectAllowed = "move"),
15180
- i.setData && i.setData.call(r, s, F)),
15180
+ i.setData && i.setData.call(r, s, M)),
15181
15181
  se(document, "drop", r),
15182
- z(F, "transform", "translateZ(0)")),
15182
+ z(M, "transform", "translateZ(0)")),
15183
15183
  (en = !0),
15184
15184
  (r._dragStartId = hi(r._dragStarted.bind(r, n, t))),
15185
15185
  se(document, "selectstart", r),
@@ -15219,8 +15219,8 @@ H.prototype =
15219
15219
  fromSortable: _,
15220
15220
  target: r,
15221
15221
  completed: K,
15222
- onMove: function (lt, Mt) {
15223
- return oi(me, n, F, s, lt, we(lt), t, Mt);
15222
+ onMove: function (lt, Ft) {
15223
+ return oi(me, n, M, s, lt, we(lt), t, Ft);
15224
15224
  },
15225
15225
  changed: J,
15226
15226
  },
@@ -15241,8 +15241,8 @@ H.prototype =
15241
15241
  st &&
15242
15242
  (f ? m._hideClone() : m._showClone(w),
15243
15243
  w !== _ &&
15244
- (Re(F, Ve ? Ve.options.ghostClass : m.options.ghostClass, !1),
15245
- Re(F, o.ghostClass, !0)),
15244
+ (Re(M, Ve ? Ve.options.ghostClass : m.options.ghostClass, !1),
15245
+ Re(M, o.ghostClass, !0)),
15246
15246
  Ve !== w && w !== H.active
15247
15247
  ? (Ve = w)
15248
15248
  : w === H.active && Ve && (Ve = null),
@@ -15251,18 +15251,18 @@ H.prototype =
15251
15251
  U("dragOverAnimationComplete"), (w._ignoreWhileAnimating = null);
15252
15252
  }),
15253
15253
  w !== _ && (_.animateAll(), (_._ignoreWhileAnimating = null))),
15254
- ((r === F && !F.animated) || (r === n && !r.animated)) && (Qt = null),
15254
+ ((r === M && !M.animated) || (r === n && !r.animated)) && (Qt = null),
15255
15255
  !o.dragoverBubble &&
15256
15256
  !t.rootEl &&
15257
15257
  r !== document &&
15258
- (F.parentNode[ze]._isOutsideThisEl(t.target), !st && Nt(t)),
15258
+ (M.parentNode[ze]._isOutsideThisEl(t.target), !st && Nt(t)),
15259
15259
  !o.dragoverBubble && t.stopPropagation && t.stopPropagation(),
15260
15260
  (V = !0)
15261
15261
  );
15262
15262
  }
15263
15263
  function J() {
15264
- (Be = Ye(F)),
15265
- (Vt = Ye(F, o.draggable)),
15264
+ (Be = Ye(M)),
15265
+ (Vt = Ye(M, o.draggable)),
15266
15266
  Le({
15267
15267
  sortable: w,
15268
15268
  name: "change",
@@ -15280,7 +15280,7 @@ H.prototype =
15280
15280
  )
15281
15281
  return V;
15282
15282
  if (
15283
- F.contains(t.target) ||
15283
+ M.contains(t.target) ||
15284
15284
  (r.animated && r.animatingX && r.animatingY) ||
15285
15285
  w._ignoreWhileAnimating === r
15286
15286
  )
@@ -15292,12 +15292,12 @@ H.prototype =
15292
15292
  (f
15293
15293
  ? p || (l = pe !== me)
15294
15294
  : Ve === this ||
15295
- ((this.lastPutMode = ri.checkPull(this, m, F, t)) &&
15296
- u.checkPut(this, m, F, t))))
15295
+ ((this.lastPutMode = ri.checkPull(this, m, M, t)) &&
15296
+ u.checkPut(this, m, M, t))))
15297
15297
  ) {
15298
15298
  if (
15299
15299
  ((v = this._getDirection(t, r) === "vertical"),
15300
- (s = we(F)),
15300
+ (s = we(M)),
15301
15301
  U("dragOverValid"),
15302
15302
  H.eventCanceled)
15303
15303
  )
@@ -15309,35 +15309,35 @@ H.prototype =
15309
15309
  this._hideClone(),
15310
15310
  U("revert"),
15311
15311
  H.eventCanceled ||
15312
- (Rt ? me.insertBefore(F, Rt) : me.appendChild(F)),
15312
+ (Rt ? me.insertBefore(M, Rt) : me.appendChild(M)),
15313
15313
  K(!0)
15314
15314
  );
15315
- var M = es(n, o.draggable);
15316
- if (!M || (Qb(t, v, this) && !M.animated)) {
15317
- if (M === F) return K(!1);
15315
+ var F = es(n, o.draggable);
15316
+ if (!F || (Qb(t, v, this) && !F.animated)) {
15317
+ if (F === M) return K(!1);
15318
15318
  if (
15319
- (M && n === t.target && (r = M),
15319
+ (F && n === t.target && (r = F),
15320
15320
  r && (i = we(r)),
15321
- oi(me, n, F, s, r, i, t, !!r) !== !1)
15321
+ oi(me, n, M, s, r, i, t, !!r) !== !1)
15322
15322
  )
15323
- return P(), n.appendChild(F), (pe = n), J(), K(!0);
15324
- } else if (M && Xb(t, v, this)) {
15323
+ return P(), n.appendChild(M), (pe = n), J(), K(!0);
15324
+ } else if (F && Xb(t, v, this)) {
15325
15325
  var le = dn(n, 0, o, !0);
15326
- if (le === F) return K(!1);
15327
- if (((r = le), (i = we(r)), oi(me, n, F, s, r, i, t, !1) !== !1))
15328
- return P(), n.insertBefore(F, le), (pe = n), J(), K(!0);
15326
+ if (le === M) return K(!1);
15327
+ if (((r = le), (i = we(r)), oi(me, n, M, s, r, i, t, !1) !== !1))
15328
+ return P(), n.insertBefore(M, le), (pe = n), J(), K(!0);
15329
15329
  } else if (r.parentNode === n) {
15330
15330
  i = we(r);
15331
15331
  var W = 0,
15332
15332
  R,
15333
- X = F.parentNode !== n,
15333
+ X = M.parentNode !== n,
15334
15334
  G = !Gb(
15335
- (F.animated && F.toRect) || s,
15335
+ (M.animated && M.toRect) || s,
15336
15336
  (r.animated && r.toRect) || i,
15337
15337
  v,
15338
15338
  ),
15339
15339
  ce = v ? "top" : "left",
15340
- Se = rl(r, "top", "top") || rl(F, "top", "top"),
15340
+ Se = rl(r, "top", "top") || rl(M, "top", "top"),
15341
15341
  Te = Se ? Se.scrollTop : void 0;
15342
15342
  Qt !== r &&
15343
15343
  ((R = i[ce]), (Nn = !1), (si = (!G && o.invertSwap) || X)),
@@ -15355,33 +15355,33 @@ H.prototype =
15355
15355
  ));
15356
15356
  var De;
15357
15357
  if (W !== 0) {
15358
- var Ee = Ye(F);
15358
+ var Ee = Ye(M);
15359
15359
  do (Ee -= W), (De = pe.children[Ee]);
15360
15360
  while (De && (z(De, "display") === "none" || De === Z));
15361
15361
  }
15362
15362
  if (W === 0 || De === r) return K(!1);
15363
15363
  (Qt = r), (Ln = W);
15364
15364
  var Ue = r.nextElementSibling,
15365
- Fe = !1;
15366
- Fe = W === 1;
15367
- var bt = oi(me, n, F, s, r, i, t, Fe);
15365
+ Me = !1;
15366
+ Me = W === 1;
15367
+ var bt = oi(me, n, M, s, r, i, t, Me);
15368
15368
  if (bt !== !1)
15369
15369
  return (
15370
- (bt === 1 || bt === -1) && (Fe = bt === 1),
15370
+ (bt === 1 || bt === -1) && (Me = bt === 1),
15371
15371
  (Er = !0),
15372
15372
  setTimeout(Jb, 30),
15373
15373
  P(),
15374
- Fe && !Ue
15375
- ? n.appendChild(F)
15376
- : r.parentNode.insertBefore(F, Fe ? Ue : r),
15374
+ Me && !Ue
15375
+ ? n.appendChild(M)
15376
+ : r.parentNode.insertBefore(M, Me ? Ue : r),
15377
15377
  Se && aa(Se, 0, Te - Se.scrollTop),
15378
- (pe = F.parentNode),
15378
+ (pe = M.parentNode),
15379
15379
  R !== void 0 && !si && (mi = Math.abs(R - we(r)[ce])),
15380
15380
  J(),
15381
15381
  K(!0)
15382
15382
  );
15383
15383
  }
15384
- if (n.contains(F)) return K(!1);
15384
+ if (n.contains(M)) return K(!1);
15385
15385
  }
15386
15386
  return !1;
15387
15387
  },
@@ -15406,14 +15406,14 @@ H.prototype =
15406
15406
  var n = this.el,
15407
15407
  r = this.options;
15408
15408
  if (
15409
- ((Be = Ye(F)),
15410
- (Vt = Ye(F, r.draggable)),
15409
+ ((Be = Ye(M)),
15410
+ (Vt = Ye(M, r.draggable)),
15411
15411
  Pe("drop", this, {
15412
15412
  evt: t,
15413
15413
  }),
15414
- (pe = F && F.parentNode),
15415
- (Be = Ye(F)),
15416
- (Vt = Ye(F, r.draggable)),
15414
+ (pe = M && M.parentNode),
15415
+ (Be = Ye(M)),
15416
+ (Vt = Ye(M, r.draggable)),
15417
15417
  H.eventCanceled)
15418
15418
  ) {
15419
15419
  this._nulling();
@@ -15424,14 +15424,14 @@ H.prototype =
15424
15424
  (Nn = !1),
15425
15425
  clearInterval(this._loopId),
15426
15426
  clearTimeout(this._dragStartTimer),
15427
- Fr(this.cloneId),
15428
- Fr(this._dragStartId),
15427
+ Mr(this.cloneId),
15428
+ Mr(this._dragStartId),
15429
15429
  this.nativeDraggable &&
15430
15430
  (ne(document, "drop", this), ne(n, "dragstart", this._onDragStart)),
15431
15431
  this._offMoveEvents(),
15432
15432
  this._offUpEvents(),
15433
15433
  In && z(document.body, "user-select", ""),
15434
- z(F, "transform", ""),
15434
+ z(M, "transform", ""),
15435
15435
  t &&
15436
15436
  (Dn &&
15437
15437
  (t.cancelable && t.preventDefault(),
@@ -15441,14 +15441,14 @@ H.prototype =
15441
15441
  ye &&
15442
15442
  ye.parentNode &&
15443
15443
  ye.parentNode.removeChild(ye),
15444
- F &&
15445
- (this.nativeDraggable && ne(F, "dragend", this),
15446
- ar(F),
15447
- (F.style["will-change"] = ""),
15444
+ M &&
15445
+ (this.nativeDraggable && ne(M, "dragend", this),
15446
+ ar(M),
15447
+ (M.style["will-change"] = ""),
15448
15448
  Dn &&
15449
15449
  !en &&
15450
- Re(F, Ve ? Ve.options.ghostClass : this.options.ghostClass, !1),
15451
- Re(F, this.options.chosenClass, !1),
15450
+ Re(M, Ve ? Ve.options.ghostClass : this.options.ghostClass, !1),
15451
+ Re(M, this.options.chosenClass, !1),
15452
15452
  Le({
15453
15453
  sortable: this,
15454
15454
  name: "unchoose",
@@ -15514,7 +15514,7 @@ H.prototype =
15514
15514
  _nulling: function () {
15515
15515
  Pe("nulling", this),
15516
15516
  (me =
15517
- F =
15517
+ M =
15518
15518
  pe =
15519
15519
  Z =
15520
15520
  Rt =
@@ -15550,7 +15550,7 @@ H.prototype =
15550
15550
  break;
15551
15551
  case "dragenter":
15552
15552
  case "dragover":
15553
- F && (this._onDragOver(t), Zb(t));
15553
+ M && (this._onDragOver(t), Zb(t));
15554
15554
  break;
15555
15555
  case "selectstart":
15556
15556
  t.preventDefault();
@@ -15662,12 +15662,12 @@ H.prototype =
15662
15662
  }
15663
15663
  if (Ct) {
15664
15664
  if ((Pe("showClone", this), H.eventCanceled)) return;
15665
- F.parentNode == me && !this.options.group.revertClone
15666
- ? me.insertBefore(ye, F)
15665
+ M.parentNode == me && !this.options.group.revertClone
15666
+ ? me.insertBefore(ye, M)
15667
15667
  : Rt
15668
15668
  ? me.insertBefore(ye, Rt)
15669
15669
  : me.appendChild(ye),
15670
- this.options.group.revertClone && this.animate(F, ye),
15670
+ this.options.group.revertClone && this.animate(M, ye),
15671
15671
  z(ye, "display", ""),
15672
15672
  (Ct = !1);
15673
15673
  }
@@ -15753,7 +15753,7 @@ function e1(e, t, n, r, s, i, l, o) {
15753
15753
  );
15754
15754
  }
15755
15755
  function t1(e) {
15756
- return Ye(F) < Ye(e) ? 1 : -1;
15756
+ return Ye(M) < Ye(e) ? 1 : -1;
15757
15757
  }
15758
15758
  function n1(e) {
15759
15759
  for (
@@ -15776,7 +15776,7 @@ function i1(e) {
15776
15776
  function hi(e) {
15777
15777
  return setTimeout(e, 0);
15778
15778
  }
15779
- function Fr(e) {
15779
+ function Mr(e) {
15780
15780
  return clearTimeout(e);
15781
15781
  }
15782
15782
  ji &&
@@ -15798,7 +15798,7 @@ H.utils = {
15798
15798
  clone: ua,
15799
15799
  index: Ye,
15800
15800
  nextTick: hi,
15801
- cancelNextTick: Fr,
15801
+ cancelNextTick: Mr,
15802
15802
  detectDirection: ca,
15803
15803
  getChild: dn,
15804
15804
  };
@@ -15823,12 +15823,12 @@ H.create = function (e, t) {
15823
15823
  H.version = Ab;
15824
15824
  var be = [],
15825
15825
  En,
15826
- Mr,
15826
+ Fr,
15827
15827
  Ir = !1,
15828
15828
  ur,
15829
15829
  dr,
15830
15830
  Vi,
15831
- Fn;
15831
+ Mn;
15832
15832
  function r1() {
15833
15833
  function e() {
15834
15834
  this.defaults = {
@@ -15870,7 +15870,7 @@ function r1() {
15870
15870
  jb();
15871
15871
  },
15872
15872
  nulling: function () {
15873
- (Vi = Mr = En = Ir = Fn = ur = dr = null), (be.length = 0);
15873
+ (Vi = Fr = En = Ir = Mn = ur = dr = null), (be.length = 0);
15874
15874
  },
15875
15875
  _handleFallbackAutoScroll: function (n) {
15876
15876
  this._handleAutoScroll(n, !0);
@@ -15887,9 +15887,9 @@ function r1() {
15887
15887
  cr(n, this.options, o, r);
15888
15888
  var u = Dt(o, !0);
15889
15889
  Ir &&
15890
- (!Fn || i !== ur || l !== dr) &&
15891
- (Fn && ul(),
15892
- (Fn = setInterval(function () {
15890
+ (!Mn || i !== ur || l !== dr) &&
15891
+ (Mn && ul(),
15892
+ (Mn = setInterval(function () {
15893
15893
  var m = Dt(document.elementFromPoint(i, l), !0);
15894
15894
  m !== u && ((u = m), pi()), cr(n, s.options, m, r);
15895
15895
  }, 10)),
@@ -15917,7 +15917,7 @@ function pi() {
15917
15917
  (be = []);
15918
15918
  }
15919
15919
  function ul() {
15920
- clearInterval(Fn);
15920
+ clearInterval(Mn);
15921
15921
  }
15922
15922
  var cr = oa(function (e, t, n, r) {
15923
15923
  if (t.scroll) {
@@ -15928,8 +15928,8 @@ var cr = oa(function (e, t, n, r) {
15928
15928
  u = ct(),
15929
15929
  m = !1,
15930
15930
  f;
15931
- Mr !== n &&
15932
- ((Mr = n),
15931
+ Fr !== n &&
15932
+ ((Fr = n),
15933
15933
  pi(),
15934
15934
  (En = t.scroll),
15935
15935
  (f = t.scrollFn),
@@ -15944,7 +15944,7 @@ var cr = oa(function (e, t, n, r) {
15944
15944
  P = w.left,
15945
15945
  K = w.right,
15946
15946
  J = w.width,
15947
- M = w.height,
15947
+ F = w.height,
15948
15948
  le = void 0,
15949
15949
  W = void 0,
15950
15950
  R = v.scrollWidth,
@@ -15959,21 +15959,21 @@ var cr = oa(function (e, t, n, r) {
15959
15959
  G.overflowX === "scroll" ||
15960
15960
  G.overflowX === "visible")),
15961
15961
  (W =
15962
- M < X &&
15962
+ F < X &&
15963
15963
  (G.overflowY === "auto" ||
15964
15964
  G.overflowY === "scroll" ||
15965
15965
  G.overflowY === "visible")))
15966
15966
  : ((le =
15967
15967
  J < R && (G.overflowX === "auto" || G.overflowX === "scroll")),
15968
15968
  (W =
15969
- M < X && (G.overflowY === "auto" || G.overflowY === "scroll")));
15969
+ F < X && (G.overflowY === "auto" || G.overflowY === "scroll")));
15970
15970
  var Te =
15971
15971
  le &&
15972
15972
  (Math.abs(K - s) <= l && ce + J < R) -
15973
15973
  (Math.abs(P - s) <= l && !!ce),
15974
15974
  De =
15975
15975
  W &&
15976
- (Math.abs(U - i) <= l && Se + M < X) -
15976
+ (Math.abs(U - i) <= l && Se + F < X) -
15977
15977
  (Math.abs(V - i) <= l && !!Se);
15978
15978
  if (!be[p]) for (var Ee = 0; Ee <= p; Ee++) be[Ee] || (be[Ee] = {});
15979
15979
  (be[p].vx != Te || be[p].vy != De || be[p].el !== v) &&
@@ -15987,17 +15987,17 @@ var cr = oa(function (e, t, n, r) {
15987
15987
  function () {
15988
15988
  r && this.layer === 0 && H.active._onTouchMove(Vi);
15989
15989
  var Ue = be[this.layer].vy ? be[this.layer].vy * o : 0,
15990
- Fe = be[this.layer].vx ? be[this.layer].vx * o : 0;
15990
+ Me = be[this.layer].vx ? be[this.layer].vx * o : 0;
15991
15991
  (typeof f == "function" &&
15992
15992
  f.call(
15993
15993
  H.dragged.parentNode[ze],
15994
- Fe,
15994
+ Me,
15995
15995
  Ue,
15996
15996
  e,
15997
15997
  Vi,
15998
15998
  be[this.layer].el,
15999
15999
  ) !== "continue") ||
16000
- aa(be[this.layer].el, Fe, Ue);
16000
+ aa(be[this.layer].el, Me, Ue);
16001
16001
  }.bind({
16002
16002
  layer: p,
16003
16003
  }),
@@ -16816,7 +16816,7 @@ const V1 = {
16816
16816
  key: 1,
16817
16817
  class: "items",
16818
16818
  };
16819
- function F1(e, t, n, r, s, i) {
16819
+ function M1(e, t, n, r, s, i) {
16820
16820
  const l = y("ux-icon"),
16821
16821
  o = y("ux-button"),
16822
16822
  u = y("item"),
@@ -17135,10 +17135,10 @@ function F1(e, t, n, r, s, i) {
17135
17135
  );
17136
17136
  }
17137
17137
  const Ta = /* @__PURE__ */ O(V1, [
17138
- ["render", F1],
17138
+ ["render", M1],
17139
17139
  ["__scopeId", "data-v-d4d8c9fc"],
17140
17140
  ]);
17141
- function M1(e) {
17141
+ function F1(e) {
17142
17142
  return (
17143
17143
  e === void 0 ||
17144
17144
  typeof e > "u" ||
@@ -17195,7 +17195,7 @@ const I1 = {
17195
17195
  cleanOutput(e) {
17196
17196
  var t = this;
17197
17197
  return (
17198
- M1(e)
17198
+ F1(e)
17199
17199
  ? t.multiValue
17200
17200
  ? (e = [])
17201
17201
  : (e = void 0)
@@ -18680,8 +18680,8 @@ const vk = {
18680
18680
  key: 0,
18681
18681
  class: "ux-text-prefix",
18682
18682
  },
18683
- Fk = ["readonly", "type", "placeholder"],
18684
18683
  Mk = ["readonly", "type", "placeholder"],
18684
+ Fk = ["readonly", "type", "placeholder"],
18685
18685
  Ik = {
18686
18686
  key: 3,
18687
18687
  class: "ux-text-suffix",
@@ -19017,7 +19017,7 @@ function $k(e, t, n, r, s, i) {
19017
19017
  },
19018
19018
  null,
19019
19019
  42,
19020
- Fk,
19020
+ Mk,
19021
19021
  )),
19022
19022
  [[Zn, e.model, void 0, { lazy: !0 }]],
19023
19023
  )
@@ -19046,7 +19046,7 @@ function $k(e, t, n, r, s, i) {
19046
19046
  },
19047
19047
  null,
19048
19048
  42,
19049
- Mk,
19049
+ Fk,
19050
19050
  )),
19051
19051
  [[Zn, e.model]],
19052
19052
  ),
@@ -20370,11 +20370,11 @@ function D0(e, t, n, r) {
20370
20370
  return l;
20371
20371
  }
20372
20372
  var E0 = D0,
20373
- F0 = 9007199254740991;
20374
- function M0(e) {
20375
- return typeof e == "number" && e > -1 && e % 1 == 0 && e <= F0;
20373
+ M0 = 9007199254740991;
20374
+ function F0(e) {
20375
+ return typeof e == "number" && e > -1 && e % 1 == 0 && e <= M0;
20376
20376
  }
20377
- var Da = M0,
20377
+ var Da = F0,
20378
20378
  I0 = zo,
20379
20379
  $0 = Da;
20380
20380
  function A0(e) {
@@ -20418,10 +20418,10 @@ function G0(e) {
20418
20418
  }
20419
20419
  return e === e ? e : 0;
20420
20420
  }
20421
- var Fa = G0,
20421
+ var Ma = G0,
20422
20422
  Y0 = E0,
20423
20423
  K0 = H0,
20424
- pr = Fa;
20424
+ pr = Ma;
20425
20425
  function Z0(e) {
20426
20426
  return function (t, n, r) {
20427
20427
  return (
@@ -20436,11 +20436,11 @@ function Z0(e) {
20436
20436
  var J0 = Z0,
20437
20437
  X0 = J0,
20438
20438
  Q0 = X0(),
20439
- Ma = Q0;
20439
+ Fa = Q0;
20440
20440
  function ex(e) {
20441
20441
  return String(e).length < 2 && (e = `0${e}`), e;
20442
20442
  }
20443
- const { lookup: tx, options: nx } = [...Ma(1, 13)].reduce(
20443
+ const { lookup: tx, options: nx } = [...Fa(1, 13)].reduce(
20444
20444
  function (e, t) {
20445
20445
  let n;
20446
20446
  switch (t) {
@@ -20718,7 +20718,7 @@ const ix = {
20718
20718
  ];
20719
20719
  },
20720
20720
  dayOptions() {
20721
- return [...Ma(1, 32)].map(function (e) {
20721
+ return [...Fa(1, 32)].map(function (e) {
20722
20722
  return {
20723
20723
  title: e,
20724
20724
  value: e,
@@ -22139,11 +22139,11 @@ const Dx = {
22139
22139
  },
22140
22140
  },
22141
22141
  Ex = (e) => (Je("data-v-8b387cdb"), (e = e()), Xe(), e),
22142
- Fx = {
22142
+ Mx = {
22143
22143
  key: 0,
22144
22144
  class: "filter-condition",
22145
22145
  },
22146
- Mx = { key: 0 },
22146
+ Fx = { key: 0 },
22147
22147
  Ix = { key: 1 },
22148
22148
  $x = { key: 2 },
22149
22149
  Ax = { key: 3 },
@@ -22172,7 +22172,7 @@ function Hx(e, t, n, r, s, i) {
22172
22172
  J = y("filter-condition", !0);
22173
22173
  return s.comparators
22174
22174
  ? (a(),
22175
- d("div", Fx, [
22175
+ d("div", Mx, [
22176
22176
  c(
22177
22177
  _,
22178
22178
  {
@@ -22189,7 +22189,7 @@ function Hx(e, t, n, r, s, i) {
22189
22189
  title: "Select field",
22190
22190
  modelValue: s.model.key,
22191
22191
  "onUpdate:modelValue":
22192
- t[0] || (t[0] = (M) => (s.model.key = M)),
22192
+ t[0] || (t[0] = (F) => (s.model.key = F)),
22193
22193
  field: i.keyField,
22194
22194
  },
22195
22195
  null,
@@ -22212,7 +22212,7 @@ function Hx(e, t, n, r, s, i) {
22212
22212
  title: "Select comparator",
22213
22213
  modelValue: s.model.comparator,
22214
22214
  "onUpdate:modelValue":
22215
- t[1] || (t[1] = (M) => (s.model.comparator = M)),
22215
+ t[1] || (t[1] = (F) => (s.model.comparator = F)),
22216
22216
  field: i.comparatorField,
22217
22217
  },
22218
22218
  null,
@@ -22233,7 +22233,7 @@ function Hx(e, t, n, r, s, i) {
22233
22233
  default: h(() => [
22234
22234
  i.inputType == "array"
22235
22235
  ? (a(),
22236
- d("div", Mx, [
22236
+ d("div", Fx, [
22237
22237
  i.showSelectOptions
22238
22238
  ? (a(),
22239
22239
  k(
@@ -22243,7 +22243,7 @@ function Hx(e, t, n, r, s, i) {
22243
22243
  modelValue: s.model.values,
22244
22244
  "onUpdate:modelValue":
22245
22245
  t[2] ||
22246
- (t[2] = (M) => (s.model.values = M)),
22246
+ (t[2] = (F) => (s.model.values = F)),
22247
22247
  field: i.multiOptionsField,
22248
22248
  },
22249
22249
  null,
@@ -22265,8 +22265,8 @@ function Hx(e, t, n, r, s, i) {
22265
22265
  modelValue: s.model.values,
22266
22266
  "onUpdate:modelValue":
22267
22267
  t[3] ||
22268
- (t[3] = (M) =>
22269
- (s.model.values = M)),
22268
+ (t[3] = (F) =>
22269
+ (s.model.values = F)),
22270
22270
  },
22271
22271
  null,
22272
22272
  8,
@@ -22282,8 +22282,8 @@ function Hx(e, t, n, r, s, i) {
22282
22282
  modelValue: s.model.values,
22283
22283
  "onUpdate:modelValue":
22284
22284
  t[4] ||
22285
- (t[4] = (M) =>
22286
- (s.model.values = M)),
22285
+ (t[4] = (F) =>
22286
+ (s.model.values = F)),
22287
22287
  },
22288
22288
  null,
22289
22289
  8,
@@ -22299,8 +22299,8 @@ function Hx(e, t, n, r, s, i) {
22299
22299
  modelValue: s.model.values,
22300
22300
  "onUpdate:modelValue":
22301
22301
  t[5] ||
22302
- (t[5] = (M) =>
22303
- (s.model.values = M)),
22302
+ (t[5] = (F) =>
22303
+ (s.model.values = F)),
22304
22304
  },
22305
22305
  null,
22306
22306
  8,
@@ -22315,8 +22315,8 @@ function Hx(e, t, n, r, s, i) {
22315
22315
  modelValue: s.model.values,
22316
22316
  "onUpdate:modelValue":
22317
22317
  t[6] ||
22318
- (t[6] = (M) =>
22319
- (s.model.values = M)),
22318
+ (t[6] = (F) =>
22319
+ (s.model.values = F)),
22320
22320
  },
22321
22321
  null,
22322
22322
  8,
@@ -22343,7 +22343,7 @@ function Hx(e, t, n, r, s, i) {
22343
22343
  modelValue: s.model.value,
22344
22344
  "onUpdate:modelValue":
22345
22345
  t[7] ||
22346
- (t[7] = (M) => (s.model.value = M)),
22346
+ (t[7] = (F) => (s.model.value = F)),
22347
22347
  },
22348
22348
  null,
22349
22349
  8,
@@ -22357,8 +22357,8 @@ function Hx(e, t, n, r, s, i) {
22357
22357
  modelValue: s.model.value2,
22358
22358
  "onUpdate:modelValue":
22359
22359
  t[8] ||
22360
- (t[8] = (M) =>
22361
- (s.model.value2 = M)),
22360
+ (t[8] = (F) =>
22361
+ (s.model.value2 = F)),
22362
22362
  },
22363
22363
  null,
22364
22364
  8,
@@ -22379,7 +22379,7 @@ function Hx(e, t, n, r, s, i) {
22379
22379
  modelValue: s.model.value,
22380
22380
  "onUpdate:modelValue":
22381
22381
  t[9] ||
22382
- (t[9] = (M) => (s.model.value = M)),
22382
+ (t[9] = (F) => (s.model.value = F)),
22383
22383
  },
22384
22384
  null,
22385
22385
  8,
@@ -22393,8 +22393,8 @@ function Hx(e, t, n, r, s, i) {
22393
22393
  modelValue: s.model.value2,
22394
22394
  "onUpdate:modelValue":
22395
22395
  t[10] ||
22396
- (t[10] = (M) =>
22397
- (s.model.value2 = M)),
22396
+ (t[10] = (F) =>
22397
+ (s.model.value2 = F)),
22398
22398
  },
22399
22399
  null,
22400
22400
  8,
@@ -22422,8 +22422,8 @@ function Hx(e, t, n, r, s, i) {
22422
22422
  modelValue: s.model.value,
22423
22423
  "onUpdate:modelValue":
22424
22424
  t[11] ||
22425
- (t[11] = (M) =>
22426
- (s.model.value = M)),
22425
+ (t[11] = (F) =>
22426
+ (s.model.value = F)),
22427
22427
  },
22428
22428
  null,
22429
22429
  8,
@@ -22441,8 +22441,8 @@ function Hx(e, t, n, r, s, i) {
22441
22441
  modelValue: s.model.value2,
22442
22442
  "onUpdate:modelValue":
22443
22443
  t[12] ||
22444
- (t[12] = (M) =>
22445
- (s.model.value2 = M)),
22444
+ (t[12] = (F) =>
22445
+ (s.model.value2 = F)),
22446
22446
  field: i.relativePeriodField,
22447
22447
  },
22448
22448
  null,
@@ -22468,7 +22468,7 @@ function Hx(e, t, n, r, s, i) {
22468
22468
  modelValue: s.model.value,
22469
22469
  "onUpdate:modelValue":
22470
22470
  t[13] ||
22471
- (t[13] = (M) => (s.model.value = M)),
22471
+ (t[13] = (F) => (s.model.value = F)),
22472
22472
  },
22473
22473
  null,
22474
22474
  8,
@@ -22483,7 +22483,7 @@ function Hx(e, t, n, r, s, i) {
22483
22483
  modelValue: s.model.value2,
22484
22484
  "onUpdate:modelValue":
22485
22485
  t[14] ||
22486
- (t[14] = (M) => (s.model.value2 = M)),
22486
+ (t[14] = (F) => (s.model.value2 = F)),
22487
22487
  },
22488
22488
  null,
22489
22489
  8,
@@ -22502,7 +22502,7 @@ function Hx(e, t, n, r, s, i) {
22502
22502
  modelValue: s.model.value,
22503
22503
  "onUpdate:modelValue":
22504
22504
  t[15] ||
22505
- (t[15] = (M) => (s.model.value = M)),
22505
+ (t[15] = (F) => (s.model.value = F)),
22506
22506
  },
22507
22507
  null,
22508
22508
  8,
@@ -22523,8 +22523,8 @@ function Hx(e, t, n, r, s, i) {
22523
22523
  modelValue: i.singleValueTransformer,
22524
22524
  "onUpdate:modelValue":
22525
22525
  t[16] ||
22526
- (t[16] = (M) =>
22527
- (i.singleValueTransformer = M)),
22526
+ (t[16] = (F) =>
22527
+ (i.singleValueTransformer = F)),
22528
22528
  },
22529
22529
  null,
22530
22530
  8,
@@ -22539,7 +22539,7 @@ function Hx(e, t, n, r, s, i) {
22539
22539
  modelValue: s.model.value,
22540
22540
  "onUpdate:modelValue":
22541
22541
  t[17] ||
22542
- (t[17] = (M) => (s.model.value = M)),
22542
+ (t[17] = (F) => (s.model.value = F)),
22543
22543
  },
22544
22544
  null,
22545
22545
  8,
@@ -22559,7 +22559,7 @@ function Hx(e, t, n, r, s, i) {
22559
22559
  modelValue: s.model.values,
22560
22560
  "onUpdate:modelValue":
22561
22561
  t[18] ||
22562
- (t[18] = (M) => (s.model.values = M)),
22562
+ (t[18] = (F) => (s.model.values = F)),
22563
22563
  },
22564
22564
  null,
22565
22565
  8,
@@ -22574,7 +22574,7 @@ function Hx(e, t, n, r, s, i) {
22574
22574
  modelValue: s.model.values,
22575
22575
  "onUpdate:modelValue":
22576
22576
  t[19] ||
22577
- (t[19] = (M) => (s.model.values = M)),
22577
+ (t[19] = (F) => (s.model.values = F)),
22578
22578
  },
22579
22579
  null,
22580
22580
  8,
@@ -22603,7 +22603,7 @@ function Hx(e, t, n, r, s, i) {
22603
22603
  {
22604
22604
  onClick:
22605
22605
  t[20] ||
22606
- (t[20] = (M) =>
22606
+ (t[20] = (F) =>
22607
22607
  (s.model.value =
22608
22608
  !s.model.value)),
22609
22609
  value: s.model.value,
@@ -22645,7 +22645,7 @@ function Hx(e, t, n, r, s, i) {
22645
22645
  modelValue: s.model.value,
22646
22646
  "onUpdate:modelValue":
22647
22647
  t[21] ||
22648
- (t[21] = (M) => (s.model.value = M)),
22648
+ (t[21] = (F) => (s.model.value = F)),
22649
22649
  },
22650
22650
  null,
22651
22651
  8,
@@ -22660,7 +22660,7 @@ function Hx(e, t, n, r, s, i) {
22660
22660
  modelValue: s.model.value,
22661
22661
  "onUpdate:modelValue":
22662
22662
  t[22] ||
22663
- (t[22] = (M) => (s.model.value = M)),
22663
+ (t[22] = (F) => (s.model.value = F)),
22664
22664
  },
22665
22665
  null,
22666
22666
  8,
@@ -22680,7 +22680,7 @@ function Hx(e, t, n, r, s, i) {
22680
22680
  modelValue: s.model.value,
22681
22681
  "onUpdate:modelValue":
22682
22682
  t[23] ||
22683
- (t[23] = (M) => (s.model.value = M)),
22683
+ (t[23] = (F) => (s.model.value = F)),
22684
22684
  field: i.singleOptionsField,
22685
22685
  },
22686
22686
  null,
@@ -22702,8 +22702,8 @@ function Hx(e, t, n, r, s, i) {
22702
22702
  modelValue: s.model.value,
22703
22703
  "onUpdate:modelValue":
22704
22704
  t[24] ||
22705
- (t[24] = (M) =>
22706
- (s.model.value = M)),
22705
+ (t[24] = (F) =>
22706
+ (s.model.value = F)),
22707
22707
  },
22708
22708
  null,
22709
22709
  8,
@@ -22719,8 +22719,8 @@ function Hx(e, t, n, r, s, i) {
22719
22719
  modelValue: s.model.value,
22720
22720
  "onUpdate:modelValue":
22721
22721
  t[25] ||
22722
- (t[25] = (M) =>
22723
- (s.model.value = M)),
22722
+ (t[25] = (F) =>
22723
+ (s.model.value = F)),
22724
22724
  },
22725
22725
  null,
22726
22726
  8,
@@ -22735,8 +22735,8 @@ function Hx(e, t, n, r, s, i) {
22735
22735
  modelValue: s.model.value,
22736
22736
  "onUpdate:modelValue":
22737
22737
  t[26] ||
22738
- (t[26] = (M) =>
22739
- (s.model.value = M)),
22738
+ (t[26] = (F) =>
22739
+ (s.model.value = F)),
22740
22740
  },
22741
22741
  null,
22742
22742
  8,
@@ -22768,7 +22768,7 @@ function Hx(e, t, n, r, s, i) {
22768
22768
  size: "sm",
22769
22769
  icon: "",
22770
22770
  onClick:
22771
- t[27] || (t[27] = (M) => e.$emit("remove")),
22771
+ t[27] || (t[27] = (F) => e.$emit("remove")),
22772
22772
  },
22773
22773
  {
22774
22774
  default: h(() => [c(P, { icon: "fa-times" })]),
@@ -22797,12 +22797,12 @@ function Hx(e, t, n, r, s, i) {
22797
22797
  null,
22798
22798
  I(
22799
22799
  s.model.conditions,
22800
- (M, le) => (
22800
+ (F, le) => (
22801
22801
  a(),
22802
22802
  d(
22803
22803
  "div",
22804
22804
  {
22805
- key: M._guid,
22805
+ key: F._guid,
22806
22806
  },
22807
22807
  [
22808
22808
  c(
@@ -24060,11 +24060,11 @@ const Dw = {
24060
24060
  key: 0,
24061
24061
  class: "ux-field-title",
24062
24062
  },
24063
- Fw = {
24063
+ Mw = {
24064
24064
  key: 0,
24065
24065
  class: "ux-required-marker",
24066
24066
  },
24067
- Mw = {
24067
+ Fw = {
24068
24068
  key: 1,
24069
24069
  class: "ux-field-description",
24070
24070
  },
@@ -24087,11 +24087,11 @@ function Lw(e, t, n, r, s, i) {
24087
24087
  ? (a(),
24088
24088
  d("label", Ew, [
24089
24089
  T(b(e.label) + " ", 1),
24090
- e.required ? (a(), d("span", Fw, "*")) : g("", !0),
24090
+ e.required ? (a(), d("span", Mw, "*")) : g("", !0),
24091
24091
  ]))
24092
24092
  : g("", !0),
24093
24093
  e.showDescription
24094
- ? (a(), d("div", Mw, b(e.description), 1))
24094
+ ? (a(), d("div", Fw, b(e.description), 1))
24095
24095
  : g("", !0),
24096
24096
  e.multiValue
24097
24097
  ? (a(),
@@ -26280,11 +26280,11 @@ const VS = {
26280
26280
  class: "ux-field-description",
26281
26281
  },
26282
26282
  ES = { key: 2 },
26283
- FS = {
26283
+ MS = {
26284
26284
  key: 3,
26285
26285
  class: "buttons",
26286
26286
  };
26287
- function MS(e, t, n, r, s, i) {
26287
+ function FS(e, t, n, r, s, i) {
26288
26288
  const l = y("ux-icon"),
26289
26289
  o = y("flex-cell"),
26290
26290
  u = y("flex-row"),
@@ -26317,7 +26317,7 @@ function MS(e, t, n, r, s, i) {
26317
26317
  T(" Loading Options "),
26318
26318
  ]))
26319
26319
  : (a(),
26320
- d("div", FS, [
26320
+ d("div", MS, [
26321
26321
  (a(!0),
26322
26322
  d(
26323
26323
  S,
@@ -26400,7 +26400,7 @@ function MS(e, t, n, r, s, i) {
26400
26400
  );
26401
26401
  }
26402
26402
  const IS = /* @__PURE__ */ O(VS, [
26403
- ["render", MS],
26403
+ ["render", FS],
26404
26404
  ["__scopeId", "data-v-491bd3a3"],
26405
26405
  ]);
26406
26406
  const $S = {
@@ -28020,13 +28020,13 @@ const E2 = {
28020
28020
  },
28021
28021
  },
28022
28022
  },
28023
- F2 = { class: "search" },
28024
- M2 = ["placeholder"];
28023
+ M2 = { class: "search" },
28024
+ F2 = ["placeholder"];
28025
28025
  function I2(e, t, n, r, s, i) {
28026
28026
  const l = y("ux-icon");
28027
28027
  return (
28028
28028
  a(),
28029
- d("div", F2, [
28029
+ d("div", M2, [
28030
28030
  Y(
28031
28031
  x(
28032
28032
  "input",
@@ -28037,7 +28037,7 @@ function I2(e, t, n, r, s, i) {
28037
28037
  },
28038
28038
  null,
28039
28039
  8,
28040
- M2,
28040
+ F2,
28041
28041
  ),
28042
28042
  [[ae, i.model]],
28043
28043
  ),
@@ -29901,12 +29901,12 @@ function ET(e, t, n, r, s, i) {
29901
29901
  ])
29902
29902
  );
29903
29903
  }
29904
- const FT = /* @__PURE__ */ O(wT, [
29904
+ const MT = /* @__PURE__ */ O(wT, [
29905
29905
  ["render", ET],
29906
29906
  ["__scopeId", "data-v-396fd196"],
29907
29907
  ]);
29908
29908
  var Oi = {},
29909
- MT = {
29909
+ FT = {
29910
29910
  get exports() {
29911
29911
  return Oi;
29912
29912
  },
@@ -29933,7 +29933,7 @@ var Oi = {},
29933
29933
  P = 34,
29934
29934
  K = 40,
29935
29935
  J = 41,
29936
- M = 91,
29936
+ F = 91,
29937
29937
  le = 93,
29938
29938
  W = 63,
29939
29939
  R = 59,
@@ -29975,7 +29975,7 @@ var Oi = {},
29975
29975
  },
29976
29976
  Ee = De(Se),
29977
29977
  Ue = De(Te),
29978
- Fe = {
29978
+ Me = {
29979
29979
  true: !0,
29980
29980
  false: !1,
29981
29981
  null: null,
@@ -30005,7 +30005,7 @@ var Oi = {},
30005
30005
  (N >= 128 && !Te[String.fromCharCode(N)])
30006
30006
  );
30007
30007
  },
30008
- Mt = function (N) {
30008
+ Ft = function (N) {
30009
30009
  return (
30010
30010
  N === 36 ||
30011
30011
  N === 95 || // `$` and `_`
@@ -30015,7 +30015,7 @@ var Oi = {},
30015
30015
  (N >= 128 && !Te[String.fromCharCode(N)])
30016
30016
  );
30017
30017
  },
30018
- Me = function (N) {
30018
+ Fe = function (N) {
30019
30019
  for (
30020
30020
  var C = 0,
30021
30021
  We = N.charAt,
@@ -30063,7 +30063,7 @@ var Oi = {},
30063
30063
  if (
30064
30064
  Te.hasOwnProperty(E) &&
30065
30065
  (!lt(fe(C)) ||
30066
- (C + E.length < N.length && !Mt(fe(C + E.length))))
30066
+ (C + E.length < N.length && !Ft(fe(C + E.length))))
30067
30067
  )
30068
30068
  return (C += j), E;
30069
30069
  E = E.substr(0, --j);
@@ -30103,12 +30103,12 @@ var Oi = {},
30103
30103
  var E, j, ee;
30104
30104
  if ((ot(), (E = fe(C)), kt(E) || E === w)) return tu();
30105
30105
  if (E === U || E === P) return nu();
30106
- if (E === M) return su();
30106
+ if (E === F) return su();
30107
30107
  for (j = N.substr(C, Ee), ee = j.length; ee > 0; ) {
30108
30108
  if (
30109
30109
  Se.hasOwnProperty(j) &&
30110
30110
  (!lt(fe(C)) ||
30111
- (C + j.length < N.length && !Mt(fe(C + j.length))))
30111
+ (C + j.length < N.length && !Ft(fe(C + j.length))))
30112
30112
  )
30113
30113
  return (
30114
30114
  (C += ee),
@@ -30200,16 +30200,16 @@ var Oi = {},
30200
30200
  ee;
30201
30201
  for (
30202
30202
  lt(E) ? C++ : G("Unexpected " + $e(C), C);
30203
- C < vn && ((E = fe(C)), Mt(E));
30203
+ C < vn && ((E = fe(C)), Ft(E));
30204
30204
 
30205
30205
  )
30206
30206
  C++;
30207
30207
  return (
30208
30208
  (ee = N.slice(j, C)),
30209
- Fe.hasOwnProperty(ee)
30209
+ Me.hasOwnProperty(ee)
30210
30210
  ? {
30211
30211
  type: l,
30212
- value: Fe[ee],
30212
+ value: Me[ee],
30213
30213
  raw: ee,
30214
30214
  }
30215
30215
  : ee === bt
@@ -30246,7 +30246,7 @@ var Oi = {},
30246
30246
  var E, j;
30247
30247
  for (
30248
30248
  E = fe(C), E === K ? (j = ru()) : (j = as()), ot(), E = fe(C);
30249
- E === w || E === M || E === K;
30249
+ E === w || E === F || E === K;
30250
30250
 
30251
30251
  )
30252
30252
  C++,
@@ -30258,7 +30258,7 @@ var Oi = {},
30258
30258
  object: j,
30259
30259
  property: as(),
30260
30260
  }))
30261
- : E === M
30261
+ : E === F
30262
30262
  ? ((j = {
30263
30263
  type: i,
30264
30264
  computed: !0,
@@ -30313,40 +30313,40 @@ var Oi = {},
30313
30313
  body: Kn,
30314
30314
  };
30315
30315
  };
30316
- (Me.version = "0.3.5"),
30317
- (Me.toString = function () {
30318
- return "JavaScript Expression Parser (JSEP) v" + Me.version;
30316
+ (Fe.version = "0.3.5"),
30317
+ (Fe.toString = function () {
30318
+ return "JavaScript Expression Parser (JSEP) v" + Fe.version;
30319
30319
  }),
30320
- (Me.addUnaryOp = function (N) {
30320
+ (Fe.addUnaryOp = function (N) {
30321
30321
  return (Ee = Math.max(N.length, Ee)), (Se[N] = ce), this;
30322
30322
  }),
30323
- (Me.addBinaryOp = function (N, C) {
30323
+ (Fe.addBinaryOp = function (N, C) {
30324
30324
  return (Ue = Math.max(N.length, Ue)), (Te[N] = C), this;
30325
30325
  }),
30326
- (Me.addLiteral = function (N, C) {
30327
- return (Fe[N] = C), this;
30326
+ (Fe.addLiteral = function (N, C) {
30327
+ return (Me[N] = C), this;
30328
30328
  }),
30329
- (Me.removeUnaryOp = function (N) {
30329
+ (Fe.removeUnaryOp = function (N) {
30330
30330
  return delete Se[N], N.length === Ee && (Ee = De(Se)), this;
30331
30331
  }),
30332
- (Me.removeAllUnaryOps = function () {
30332
+ (Fe.removeAllUnaryOps = function () {
30333
30333
  return (Se = {}), (Ee = 0), this;
30334
30334
  }),
30335
- (Me.removeBinaryOp = function (N) {
30335
+ (Fe.removeBinaryOp = function (N) {
30336
30336
  return delete Te[N], N.length === Ue && (Ue = De(Te)), this;
30337
30337
  }),
30338
- (Me.removeAllBinaryOps = function () {
30338
+ (Fe.removeAllBinaryOps = function () {
30339
30339
  return (Te = {}), (Ue = 0), this;
30340
30340
  }),
30341
- (Me.removeLiteral = function (N) {
30342
- return delete Fe[N], this;
30341
+ (Fe.removeLiteral = function (N) {
30342
+ return delete Me[N], this;
30343
30343
  }),
30344
- (Me.removeAllLiterals = function () {
30345
- return (Fe = {}), this;
30344
+ (Fe.removeAllLiterals = function () {
30345
+ return (Me = {}), this;
30346
30346
  }),
30347
- e.exports ? (t = e.exports = Me) : (t.parse = Me);
30347
+ e.exports ? (t = e.exports = Fe) : (t.parse = Fe);
30348
30348
  })();
30349
- })(MT, Oi);
30349
+ })(FT, Oi);
30350
30350
  const IT = Oi;
30351
30351
  var kl = {
30352
30352
  "||": function (e, t) {
@@ -30509,7 +30509,7 @@ function KT(e) {
30509
30509
  return typeof e == "string" || (!WT(e) && GT(e) && qT(e) == YT);
30510
30510
  }
30511
30511
  var ZT = KT,
30512
- JT = Fa;
30512
+ JT = Ma;
30513
30513
  function XT(e) {
30514
30514
  var t = JT(e),
30515
30515
  n = t % 1;
@@ -30587,8 +30587,8 @@ var _V = Rn,
30587
30587
  CV = "[object Number]",
30588
30588
  DV = "[object Object]",
30589
30589
  EV = "[object RegExp]",
30590
- FV = "[object Set]",
30591
- MV = "[object String]",
30590
+ MV = "[object Set]",
30591
+ FV = "[object String]",
30592
30592
  IV = "[object WeakMap]",
30593
30593
  $V = "[object ArrayBuffer]",
30594
30594
  AV = "[object DataView]",
@@ -30624,8 +30624,8 @@ de[kV] =
30624
30624
  de[CV] =
30625
30625
  de[DV] =
30626
30626
  de[EV] =
30627
- de[FV] =
30628
30627
  de[MV] =
30628
+ de[FV] =
30629
30629
  de[IV] =
30630
30630
  !1;
30631
30631
  function qV(e) {
@@ -30732,15 +30732,15 @@ function OO(e) {
30732
30732
  var CO = OO,
30733
30733
  DO = nV,
30734
30734
  EO = CO;
30735
- function FO(e) {
30735
+ function MO(e) {
30736
30736
  return e == null ? [] : DO(e, EO(e));
30737
30737
  }
30738
- var MO = FO,
30738
+ var FO = MO,
30739
30739
  IO = Aa,
30740
30740
  $O = rs,
30741
30741
  AO = ZT,
30742
30742
  LO = QT,
30743
- NO = MO,
30743
+ NO = FO,
30744
30744
  UO = Math.max;
30745
30745
  function PO(e, t, n, r) {
30746
30746
  (e = $O(e) ? e : NO(e)), (n = n && !r ? LO(n) : 0);
@@ -32196,11 +32196,11 @@ const DC = {
32196
32196
  key: 0,
32197
32197
  class: "ux-field-title",
32198
32198
  },
32199
- FC = {
32199
+ MC = {
32200
32200
  key: 0,
32201
32201
  class: "ux-required-marker",
32202
32202
  },
32203
- MC = {
32203
+ FC = {
32204
32204
  key: 1,
32205
32205
  class: "ux-field-description",
32206
32206
  },
@@ -32228,11 +32228,11 @@ function NC(e, t, n, r, s, i) {
32228
32228
  ? (a(),
32229
32229
  d("label", EC, [
32230
32230
  T(b(e.label) + " ", 1),
32231
- e.required ? (a(), d("span", FC, "*")) : g("", !0),
32231
+ e.required ? (a(), d("span", MC, "*")) : g("", !0),
32232
32232
  ]))
32233
32233
  : g("", !0),
32234
32234
  e.showDescription
32235
- ? (a(), d("div", MC, b(e.description), 1))
32235
+ ? (a(), d("div", FC, b(e.description), 1))
32236
32236
  : g("", !0),
32237
32237
  e.singleValue
32238
32238
  ? (a(),
@@ -32908,7 +32908,7 @@ const JC = {
32908
32908
  CodeEditorField: D2,
32909
32909
  LocationField: dT,
32910
32910
  ExpressionField: vT,
32911
- RichTextField: FT,
32911
+ RichTextField: MT,
32912
32912
  PaymentField: iC,
32913
32913
  },
32914
32914
  props: {
@@ -33566,7 +33566,7 @@ function QC(e, t, n, r, s, i) {
33566
33566
  P = y("boolean-switch"),
33567
33567
  K = y("upload"),
33568
33568
  J = y("field-group"),
33569
- M = y("field-select"),
33569
+ F = y("field-select"),
33570
33570
  le = y("native-select"),
33571
33571
  W = y("button-select"),
33572
33572
  R = y("currency-field"),
@@ -33578,14 +33578,14 @@ function QC(e, t, n, r, s, i) {
33578
33578
  De = y("scope-select"),
33579
33579
  Ee = y("rich-text-field"),
33580
33580
  Ue = y("text-area"),
33581
- Fe = y("timezone-select"),
33581
+ Me = y("timezone-select"),
33582
33582
  bt = y("country-select"),
33583
33583
  st = y("phone-number-input"),
33584
33584
  Yt = y("object-field"),
33585
33585
  kt = y("model-field"),
33586
33586
  lt = y("payment-field"),
33587
- Mt = y("options-manager"),
33588
- Me = y("code-editor-field"),
33587
+ Ft = y("options-manager"),
33588
+ Fe = y("code-editor-field"),
33589
33589
  N = y("flex-column"),
33590
33590
  C = y("location-field"),
33591
33591
  We = y("expression-field");
@@ -33952,7 +33952,7 @@ function QC(e, t, n, r, s, i) {
33952
33952
  i.widget == "field-select"
33953
33953
  ? (a(),
33954
33954
  k(
33955
- M,
33955
+ F,
33956
33956
  {
33957
33957
  key: 16,
33958
33958
  onTouched: i.touch,
@@ -34156,7 +34156,7 @@ function QC(e, t, n, r, s, i) {
34156
34156
  i.widget == "timezone"
34157
34157
  ? (a(),
34158
34158
  k(
34159
- Fe,
34159
+ Me,
34160
34160
  {
34161
34161
  key: 28,
34162
34162
  onTouched: i.touch,
@@ -34271,7 +34271,7 @@ function QC(e, t, n, r, s, i) {
34271
34271
  i.widget == "options"
34272
34272
  ? (a(),
34273
34273
  k(
34274
- Mt,
34274
+ Ft,
34275
34275
  {
34276
34276
  key: 35,
34277
34277
  onTouched: i.touch,
@@ -34296,7 +34296,7 @@ function QC(e, t, n, r, s, i) {
34296
34296
  {
34297
34297
  default: h(() => [
34298
34298
  c(
34299
- Me,
34299
+ Fe,
34300
34300
  {
34301
34301
  onTouched: i.touch,
34302
34302
  field: i.actualField,
@@ -34601,12 +34601,12 @@ var SD = wD,
34601
34601
  Pa = "a-z\\xdf-\\xf6\\xf8-\\xff",
34602
34602
  DD = "\\xac\\xb1\\xd7\\xf7",
34603
34603
  ED = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",
34604
- FD = "\\u2000-\\u206f",
34605
- MD =
34604
+ MD = "\\u2000-\\u206f",
34605
+ FD =
34606
34606
  " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",
34607
34607
  ja = "A-Z\\xc0-\\xd6\\xd8-\\xde",
34608
34608
  ID = "\\ufe0e\\ufe0f",
34609
- Ra = DD + ED + FD + MD,
34609
+ Ra = DD + ED + MD + FD,
34610
34610
  Ba = "['’]",
34611
34611
  Ol = "[" + Ra + "]",
34612
34612
  $D = "[" + CD + "]",
@@ -35023,8 +35023,8 @@ const Za = /* @__PURE__ */ O(cE, [
35023
35023
  ]);
35024
35024
  const gr = "form.ready",
35025
35025
  mE = "form.processing",
35026
- Fl = "form.complete",
35027
- Ml = "form.error",
35026
+ Ml = "form.complete",
35027
+ Fl = "form.error",
35028
35028
  hE = "form.intent",
35029
35029
  pE = {
35030
35030
  emits: ["reset", "processing", "intent", "success", "error"],
@@ -35092,7 +35092,7 @@ const gr = "form.ready",
35092
35092
  async function i({ data: o }) {
35093
35093
  await e.postSubmit(o),
35094
35094
  (e.processing = !1),
35095
- (e.state = Fl),
35095
+ (e.state = Ml),
35096
35096
  e.$emit("success", o);
35097
35097
  }
35098
35098
  async function l(o) {
@@ -35100,7 +35100,7 @@ const gr = "form.ready",
35100
35100
  (o = ((u = o.response) == null ? void 0 : u.data) || o),
35101
35101
  (e.error = o),
35102
35102
  (e.processing = !1),
35103
- (e.state = Ml),
35103
+ (e.state = Fl),
35104
35104
  e.$emit("error", o);
35105
35105
  }
35106
35106
  },
@@ -35158,7 +35158,7 @@ const gr = "form.ready",
35158
35158
  async function l(u) {
35159
35159
  await e.postSubmit(u),
35160
35160
  (e.processing = !1),
35161
- (e.state = Fl),
35161
+ (e.state = Ml),
35162
35162
  e.$emit("success", u);
35163
35163
  }
35164
35164
  async function o(u) {
@@ -35166,7 +35166,7 @@ const gr = "form.ready",
35166
35166
  (u = ((m = u.response) == null ? void 0 : m.data) || u),
35167
35167
  (e.error = u),
35168
35168
  (e.processing = !1),
35169
- (e.state = Ml),
35169
+ (e.state = Fl),
35170
35170
  e.$emit("error", u);
35171
35171
  }
35172
35172
  },
@@ -35995,7 +35995,7 @@ const Il = /* @__PURE__ */ O(pE, [
35995
35995
  ["render", EE],
35996
35996
  ["__scopeId", "data-v-478e89d4"],
35997
35997
  ]);
35998
- function FE(e) {
35998
+ function ME(e) {
35999
35999
  const t = /<\/?([a-zA-Z0-9]+)[^>]*>/g,
36000
36000
  n = [];
36001
36001
  let r;
@@ -36038,7 +36038,7 @@ const Ja = {
36038
36038
  actualTemplate() {
36039
36039
  let e = this.template || "";
36040
36040
  e = e.replaceAll ? e.replaceAll("<br>", "<br/>") : e;
36041
- var { valid: t, invalid: n } = FE(e);
36041
+ var { valid: t, invalid: n } = ME(e);
36042
36042
  return (
36043
36043
  t ||
36044
36044
  (console.log("Invalid html", e),
@@ -36051,7 +36051,7 @@ const Ja = {
36051
36051
  VRuntimeTemplate: Ko,
36052
36052
  },
36053
36053
  };
36054
- const ME = {
36054
+ const FE = {
36055
36055
  emits: ["error", "reset"],
36056
36056
  data() {
36057
36057
  return {
@@ -36096,7 +36096,7 @@ function $E(e, t, n, r, s, i) {
36096
36096
  ]))
36097
36097
  : q(e.$slots, "default", { key: 1 }, void 0, !0);
36098
36098
  }
36099
- const AE = /* @__PURE__ */ O(ME, [
36099
+ const AE = /* @__PURE__ */ O(FE, [
36100
36100
  ["render", $E],
36101
36101
  ["__scopeId", "data-v-0fd69158"],
36102
36102
  ]),
@@ -36539,6 +36539,7 @@ const RE = {
36539
36539
  case "form":
36540
36540
  e = this.submission ? "form" : "content-select";
36541
36541
  break;
36542
+ case "signature":
36542
36543
  case "content-select":
36543
36544
  case "select":
36544
36545
  case "checkbox":
@@ -36580,28 +36581,35 @@ const RE = {
36580
36581
  },
36581
36582
  },
36582
36583
  BE = { class: "ux-field-title" },
36583
- zE = { class: "currency" },
36584
- HE = { key: 1 },
36585
- qE = { class: "currency" },
36586
- WE = { key: 1 },
36587
- GE = {
36588
- key: 4,
36584
+ zE = { class: "signature-view" },
36585
+ HE = ["src"],
36586
+ qE = {
36587
+ key: 1,
36588
+ class: "signature-view",
36589
+ },
36590
+ WE = ["src"],
36591
+ GE = { class: "currency" },
36592
+ YE = { key: 1 },
36593
+ KE = { class: "currency" },
36594
+ ZE = { key: 1 },
36595
+ JE = {
36596
+ key: 5,
36589
36597
  class: "ux-password-render",
36590
36598
  },
36591
- YE = ["type", "value"],
36592
- KE = ["type", "value"],
36593
- ZE = ["innerHTML"],
36594
- JE = ["innerHTML"],
36595
- XE = { key: 1 },
36596
- QE = { key: 1 },
36597
- eF = ["href"],
36598
- tF = { key: 1 },
36599
- nF = ["href"],
36600
- iF = ["href"],
36601
- rF = { key: 1 },
36602
- sF = ["href"],
36603
- lF = { key: 1 };
36604
- function oF(e, t, n, r, s, i) {
36599
+ XE = ["type", "value"],
36600
+ QE = ["type", "value"],
36601
+ eM = ["innerHTML"],
36602
+ tM = ["innerHTML"],
36603
+ nM = { key: 1 },
36604
+ iM = { key: 1 },
36605
+ rM = ["href"],
36606
+ sM = { key: 1 },
36607
+ lM = ["href"],
36608
+ oM = ["href"],
36609
+ aM = { key: 1 },
36610
+ uM = ["href"],
36611
+ dM = { key: 1 };
36612
+ function cM(e, t, n, r, s, i) {
36605
36613
  const l = y("field-group"),
36606
36614
  o = y("v-ace-editor"),
36607
36615
  u = y("flex-cell"),
@@ -36679,7 +36687,7 @@ function oF(e, t, n, r, s, i) {
36679
36687
  8,
36680
36688
  ["submission", "field", "parentModel", "modelValue"],
36681
36689
  ))
36682
- : i.widget === "currency"
36690
+ : i.widget === "signature"
36683
36691
  ? (a(),
36684
36692
  d(
36685
36693
  S,
@@ -36694,23 +36702,21 @@ function oF(e, t, n, r, s, i) {
36694
36702
  i.fieldModel,
36695
36703
  (w, V) => (
36696
36704
  a(),
36697
- d("div", null, [
36698
- T(b(i.formatCurrency(w)) + " ", 1),
36699
- x("span", zE, b(n.field.currency), 1),
36705
+ d("div", zE, [
36706
+ x("img", { src: w }, null, 8, HE),
36700
36707
  ])
36701
36708
  ),
36702
36709
  ),
36703
36710
  256,
36704
36711
  ))
36705
36712
  : (a(),
36706
- d("div", HE, [
36707
- T(b(i.formatCurrency(i.fieldModel)) + " ", 1),
36708
- x("span", qE, b(n.field.currency), 1),
36713
+ d("div", qE, [
36714
+ x("img", { src: i.fieldModel }, null, 8, WE),
36709
36715
  ])),
36710
36716
  ],
36711
36717
  64,
36712
36718
  ))
36713
- : i.widget === "code"
36719
+ : i.widget === "currency"
36714
36720
  ? (a(),
36715
36721
  d(
36716
36722
  S,
@@ -36726,609 +36732,654 @@ function oF(e, t, n, r, s, i) {
36726
36732
  (w, V) => (
36727
36733
  a(),
36728
36734
  d("div", null, [
36729
- c(
36730
- o,
36731
- {
36732
- readonly: !0,
36733
- class: "editor-wrap",
36734
- value: w,
36735
- options: { useWorker: !0 },
36736
- lang: n.field.syntax,
36737
- theme: "tomorrow_night_eighties",
36738
- style: { "min-height": "300px" },
36739
- },
36740
- null,
36741
- 8,
36742
- ["value", "lang"],
36743
- ),
36735
+ T(b(i.formatCurrency(w)) + " ", 1),
36736
+ x("span", GE, b(n.field.currency), 1),
36744
36737
  ])
36745
36738
  ),
36746
36739
  ),
36747
36740
  256,
36748
36741
  ))
36749
36742
  : (a(),
36750
- d("div", WE, [
36751
- c(
36752
- o,
36753
- {
36754
- readonly: !0,
36755
- class: "editor-wrap",
36756
- value: i.fieldModel,
36757
- options: { useWorker: !0 },
36758
- lang: n.field.syntax,
36759
- theme: "tomorrow_night_eighties",
36760
- style: { "min-height": "300px" },
36761
- },
36762
- null,
36763
- 8,
36764
- ["value", "lang"],
36765
- ),
36743
+ d("div", YE, [
36744
+ T(b(i.formatCurrency(i.fieldModel)) + " ", 1),
36745
+ x("span", KE, b(n.field.currency), 1),
36766
36746
  ])),
36767
36747
  ],
36768
36748
  64,
36769
36749
  ))
36770
- : i.widget === "password"
36750
+ : i.widget === "code"
36771
36751
  ? (a(),
36772
- d("div", GE, [
36773
- i.multiValue
36774
- ? (a(!0),
36775
- d(
36776
- S,
36777
- { key: 0 },
36778
- I(
36779
- i.fieldModel,
36780
- (w, V) => (
36781
- a(),
36782
- k(
36783
- p,
36784
- {
36785
- gap: "",
36786
- center: "",
36787
- },
36788
- {
36789
- default: h(() => [
36790
- c(
36791
- u,
36792
- null,
36793
- {
36794
- default: h(() => [
36795
- x(
36796
- "input",
36752
+ d(
36753
+ S,
36754
+ { key: 4 },
36755
+ [
36756
+ i.multiValue
36757
+ ? (a(!0),
36758
+ d(
36759
+ S,
36760
+ { key: 0 },
36761
+ I(
36762
+ i.fieldModel,
36763
+ (w, V) => (
36764
+ a(),
36765
+ d("div", null, [
36766
+ c(
36767
+ o,
36768
+ {
36769
+ readonly: !0,
36770
+ class: "editor-wrap",
36771
+ value: w,
36772
+ options: { useWorker: !0 },
36773
+ lang: n.field.syntax,
36774
+ theme: "tomorrow_night_eighties",
36775
+ style: { "min-height": "300px" },
36776
+ },
36777
+ null,
36778
+ 8,
36779
+ ["value", "lang"],
36780
+ ),
36781
+ ])
36782
+ ),
36783
+ ),
36784
+ 256,
36785
+ ))
36786
+ : (a(),
36787
+ d("div", ZE, [
36788
+ c(
36789
+ o,
36790
+ {
36791
+ readonly: !0,
36792
+ class: "editor-wrap",
36793
+ value: i.fieldModel,
36794
+ options: { useWorker: !0 },
36795
+ lang: n.field.syntax,
36796
+ theme: "tomorrow_night_eighties",
36797
+ style: { "min-height": "300px" },
36798
+ },
36799
+ null,
36800
+ 8,
36801
+ ["value", "lang"],
36802
+ ),
36803
+ ])),
36804
+ ],
36805
+ 64,
36806
+ ))
36807
+ : i.widget === "password"
36808
+ ? (a(),
36809
+ d("div", JE, [
36810
+ i.multiValue
36811
+ ? (a(!0),
36812
+ d(
36813
+ S,
36814
+ { key: 0 },
36815
+ I(
36816
+ i.fieldModel,
36817
+ (w, V) => (
36818
+ a(),
36819
+ k(
36820
+ p,
36821
+ {
36822
+ gap: "",
36823
+ center: "",
36824
+ },
36825
+ {
36826
+ default: h(() => [
36827
+ c(
36828
+ u,
36829
+ null,
36830
+ {
36831
+ default: h(() => [
36832
+ x(
36833
+ "input",
36834
+ {
36835
+ type: s.unmaskedLookup[
36836
+ `${V}`
36837
+ ]
36838
+ ? "text"
36839
+ : "password",
36840
+ value: w,
36841
+ },
36842
+ null,
36843
+ 8,
36844
+ XE,
36845
+ ),
36846
+ ]),
36847
+ _: 2,
36848
+ },
36849
+ 1024,
36850
+ ),
36851
+ c(
36852
+ u,
36853
+ { shrink: "" },
36854
+ {
36855
+ default: h(() => [
36856
+ c(
36857
+ f,
36858
+ {
36859
+ icon: "",
36860
+ onClick: (U) =>
36861
+ i.toggleMask(V),
36862
+ },
36863
+ {
36864
+ default: h(() => [
36865
+ c(
36866
+ m,
36867
+ {
36868
+ icon: s
36869
+ .unmaskedLookup[
36870
+ `${V}`
36871
+ ]
36872
+ ? "fa-eye"
36873
+ : "fa-eye-slash",
36874
+ },
36875
+ null,
36876
+ 8,
36877
+ ["icon"],
36878
+ ),
36879
+ ]),
36880
+ _: 2,
36881
+ },
36882
+ 1032,
36883
+ ["onClick"],
36884
+ ),
36885
+ ]),
36886
+ _: 2,
36887
+ },
36888
+ 1024,
36889
+ ),
36890
+ i.copyable
36891
+ ? (a(),
36892
+ k(
36893
+ u,
36797
36894
  {
36798
- type: s.unmaskedLookup[`${V}`]
36799
- ? "text"
36800
- : "password",
36801
- value: w,
36895
+ key: 0,
36896
+ shrink: "",
36897
+ vcenter: "",
36802
36898
  },
36803
- null,
36804
- 8,
36805
- YE,
36806
- ),
36807
- ]),
36808
- _: 2,
36899
+ {
36900
+ default: h(() => [
36901
+ c(
36902
+ f,
36903
+ {
36904
+ tag: "a",
36905
+ icon: "",
36906
+ onClick: (U) =>
36907
+ i.copy(V),
36908
+ },
36909
+ {
36910
+ default: h(() => [
36911
+ c(m, {
36912
+ icon: "fa-copy",
36913
+ }),
36914
+ ]),
36915
+ _: 2,
36916
+ },
36917
+ 1032,
36918
+ ["onClick"],
36919
+ ),
36920
+ ]),
36921
+ _: 2,
36922
+ },
36923
+ 1024,
36924
+ ))
36925
+ : g("", !0),
36926
+ ]),
36927
+ _: 2,
36928
+ },
36929
+ 1024,
36930
+ )
36931
+ ),
36932
+ ),
36933
+ 256,
36934
+ ))
36935
+ : (a(),
36936
+ k(
36937
+ p,
36938
+ {
36939
+ key: 1,
36940
+ gap: "",
36941
+ center: "",
36942
+ },
36943
+ {
36944
+ default: h(() => [
36945
+ c(u, null, {
36946
+ default: h(() => [
36947
+ x(
36948
+ "input",
36949
+ {
36950
+ type: s.unmasked
36951
+ ? "text"
36952
+ : "password",
36953
+ value: i.fieldModel,
36809
36954
  },
36810
- 1024,
36955
+ null,
36956
+ 8,
36957
+ QE,
36811
36958
  ),
36812
- c(
36959
+ ]),
36960
+ _: 1,
36961
+ }),
36962
+ c(
36963
+ u,
36964
+ { shrink: "" },
36965
+ {
36966
+ default: h(() => [
36967
+ c(
36968
+ f,
36969
+ {
36970
+ icon: "",
36971
+ onClick: i.toggleMask,
36972
+ },
36973
+ {
36974
+ default: h(() => [
36975
+ c(
36976
+ m,
36977
+ {
36978
+ icon: s.unmasked
36979
+ ? "fa-eye"
36980
+ : "fa-eye-slash",
36981
+ },
36982
+ null,
36983
+ 8,
36984
+ ["icon"],
36985
+ ),
36986
+ ]),
36987
+ _: 1,
36988
+ },
36989
+ 8,
36990
+ ["onClick"],
36991
+ ),
36992
+ ]),
36993
+ _: 1,
36994
+ },
36995
+ ),
36996
+ i.copyable
36997
+ ? (a(),
36998
+ k(
36813
36999
  u,
36814
- { shrink: "" },
37000
+ {
37001
+ key: 0,
37002
+ shrink: "",
37003
+ vcenter: "",
37004
+ },
36815
37005
  {
36816
37006
  default: h(() => [
36817
37007
  c(
36818
37008
  f,
36819
37009
  {
37010
+ tag: "a",
36820
37011
  icon: "",
36821
- onClick: (U) =>
36822
- i.toggleMask(V),
37012
+ onClick:
37013
+ t[3] ||
37014
+ (t[3] = (w) => i.copy()),
36823
37015
  },
36824
37016
  {
36825
37017
  default: h(() => [
37018
+ c(m, { icon: "fa-copy" }),
37019
+ ]),
37020
+ _: 1,
37021
+ },
37022
+ ),
37023
+ ]),
37024
+ _: 1,
37025
+ },
37026
+ ))
37027
+ : g("", !0),
37028
+ ]),
37029
+ _: 1,
37030
+ },
37031
+ )),
37032
+ ]))
37033
+ : (a(),
37034
+ d(
37035
+ S,
37036
+ { key: 6 },
37037
+ [
37038
+ i.type === "reference"
37039
+ ? (a(),
37040
+ d(
37041
+ S,
37042
+ { key: 0 },
37043
+ [
37044
+ i.multiValue
37045
+ ? (a(!0),
37046
+ d(
37047
+ S,
37048
+ { key: 0 },
37049
+ I(
37050
+ i.fieldModel,
37051
+ (w, V) => (
37052
+ a(),
37053
+ k(
37054
+ _,
37055
+ {
37056
+ submission: n.submission,
37057
+ key: w._id,
37058
+ item: w,
37059
+ },
37060
+ {
37061
+ actions: h(() => [
36826
37062
  c(
36827
- m,
37063
+ f,
36828
37064
  {
36829
- icon: s.unmaskedLookup[
36830
- `${V}`
36831
- ]
36832
- ? "fa-eye"
36833
- : "fa-eye-slash",
37065
+ size: "sm",
37066
+ icon: "",
37067
+ onClick: B(
37068
+ (U) =>
37069
+ i.openActions(w),
37070
+ ["stop", "prevent"],
37071
+ ),
36834
37072
  },
36835
- null,
36836
- 8,
36837
- ["icon"],
37073
+ {
37074
+ default: h(() => [
37075
+ c(m, {
37076
+ icon: "fa-ellipsis",
37077
+ }),
37078
+ ]),
37079
+ _: 2,
37080
+ },
37081
+ 1032,
37082
+ ["onClick"],
36838
37083
  ),
36839
37084
  ]),
36840
37085
  _: 2,
36841
37086
  },
36842
37087
  1032,
36843
- ["onClick"],
36844
- ),
36845
- ]),
36846
- _: 2,
36847
- },
36848
- 1024,
36849
- ),
36850
- i.copyable
36851
- ? (a(),
36852
- k(
36853
- u,
36854
- {
36855
- key: 0,
36856
- shrink: "",
36857
- vcenter: "",
36858
- },
36859
- {
36860
- default: h(() => [
36861
- c(
36862
- f,
36863
- {
36864
- tag: "a",
36865
- icon: "",
36866
- onClick: (U) => i.copy(V),
36867
- },
36868
- {
36869
- default: h(() => [
36870
- c(m, {
36871
- icon: "fa-copy",
36872
- }),
36873
- ]),
36874
- _: 2,
36875
- },
36876
- 1032,
36877
- ["onClick"],
36878
- ),
36879
- ]),
36880
- _: 2,
36881
- },
36882
- 1024,
36883
- ))
36884
- : g("", !0),
36885
- ]),
36886
- _: 2,
36887
- },
36888
- 1024,
36889
- )
36890
- ),
36891
- ),
36892
- 256,
36893
- ))
36894
- : (a(),
36895
- k(
36896
- p,
36897
- {
36898
- key: 1,
36899
- gap: "",
36900
- center: "",
36901
- },
36902
- {
36903
- default: h(() => [
36904
- c(u, null, {
36905
- default: h(() => [
36906
- x(
36907
- "input",
36908
- {
36909
- type: s.unmasked
36910
- ? "text"
36911
- : "password",
36912
- value: i.fieldModel,
36913
- },
36914
- null,
36915
- 8,
36916
- KE,
36917
- ),
36918
- ]),
36919
- _: 1,
36920
- }),
36921
- c(
36922
- u,
36923
- { shrink: "" },
36924
- {
36925
- default: h(() => [
36926
- c(
36927
- f,
37088
+ ["submission", "item"],
37089
+ )
37090
+ ),
37091
+ ),
37092
+ 128,
37093
+ ))
37094
+ : (a(),
37095
+ k(
37096
+ _,
36928
37097
  {
36929
- icon: "",
36930
- onClick: i.toggleMask,
37098
+ key: 1,
37099
+ submission: n.submission,
37100
+ item: i.fieldModel,
36931
37101
  },
36932
37102
  {
36933
- default: h(() => [
37103
+ actions: h(() => [
36934
37104
  c(
36935
- m,
37105
+ f,
36936
37106
  {
36937
- icon: s.unmasked
36938
- ? "fa-eye"
36939
- : "fa-eye-slash",
37107
+ size: "sm",
37108
+ icon: "",
37109
+ onClick:
37110
+ t[4] ||
37111
+ (t[4] = B(
37112
+ (w) =>
37113
+ i.openActions(
37114
+ i.fieldModel,
37115
+ ),
37116
+ ["stop", "prevent"],
37117
+ )),
37118
+ },
37119
+ {
37120
+ default: h(() => [
37121
+ c(m, {
37122
+ icon: "fa-ellipsis",
37123
+ }),
37124
+ ]),
37125
+ _: 1,
36940
37126
  },
36941
- null,
36942
- 8,
36943
- ["icon"],
36944
37127
  ),
36945
37128
  ]),
36946
37129
  _: 1,
36947
37130
  },
36948
37131
  8,
36949
- ["onClick"],
36950
- ),
36951
- ]),
36952
- _: 1,
36953
- },
36954
- ),
36955
- i.copyable
36956
- ? (a(),
36957
- k(
36958
- u,
36959
- {
36960
- key: 0,
36961
- shrink: "",
36962
- vcenter: "",
36963
- },
36964
- {
36965
- default: h(() => [
36966
- c(
36967
- f,
36968
- {
36969
- tag: "a",
36970
- icon: "",
36971
- onClick:
36972
- t[3] ||
36973
- (t[3] = (w) => i.copy()),
36974
- },
36975
- {
36976
- default: h(() => [
36977
- c(m, { icon: "fa-copy" }),
36978
- ]),
36979
- _: 1,
36980
- },
36981
- ),
36982
- ]),
36983
- _: 1,
36984
- },
36985
- ))
36986
- : g("", !0),
36987
- ]),
36988
- _: 1,
36989
- },
36990
- )),
36991
- ]))
36992
- : (a(),
36993
- d(
36994
- S,
36995
- { key: 5 },
36996
- [
36997
- i.type === "reference"
36998
- ? (a(),
36999
- d(
37000
- S,
37001
- { key: 0 },
37002
- [
37003
- i.multiValue
37004
- ? (a(!0),
37005
- d(
37006
- S,
37007
- { key: 0 },
37008
- I(
37009
- i.fieldModel,
37010
- (w, V) => (
37011
- a(),
37012
- k(
37013
- _,
37014
- {
37015
- submission: n.submission,
37016
- key: w._id,
37017
- item: w,
37018
- },
37019
- {
37020
- actions: h(() => [
37021
- c(
37022
- f,
37023
- {
37024
- size: "sm",
37025
- icon: "",
37026
- onClick: B(
37027
- (U) => i.openActions(w),
37028
- ["stop", "prevent"],
37029
- ),
37030
- },
37031
- {
37032
- default: h(() => [
37033
- c(m, {
37034
- icon: "fa-ellipsis",
37035
- }),
37036
- ]),
37037
- _: 2,
37038
- },
37039
- 1032,
37040
- ["onClick"],
37041
- ),
37042
- ]),
37043
- _: 2,
37044
- },
37045
- 1032,
37046
- ["submission", "item"],
37047
- )
37048
- ),
37049
- ),
37050
- 128,
37051
- ))
37052
- : (a(),
37053
- k(
37054
- _,
37055
- {
37056
- key: 1,
37057
- submission: n.submission,
37058
- item: i.fieldModel,
37059
- },
37060
- {
37061
- actions: h(() => [
37062
- c(
37063
- f,
37064
- {
37065
- size: "sm",
37066
- icon: "",
37067
- onClick:
37068
- t[4] ||
37069
- (t[4] = B(
37070
- (w) =>
37071
- i.openActions(
37072
- i.fieldModel,
37132
+ ["submission", "item"],
37133
+ )),
37134
+ ],
37135
+ 64,
37136
+ ))
37137
+ : g("", !0),
37138
+ i.type == "string"
37139
+ ? (a(),
37140
+ d(
37141
+ S,
37142
+ { key: 1 },
37143
+ [
37144
+ i.multiValue
37145
+ ? (a(!0),
37146
+ d(
37147
+ S,
37148
+ { key: 0 },
37149
+ I(
37150
+ i.fieldModel,
37151
+ (w, V) => (
37152
+ a(),
37153
+ d("div", null, [
37154
+ c(
37155
+ v,
37156
+ null,
37157
+ {
37158
+ default: h(() => [
37159
+ x(
37160
+ "div",
37161
+ { innerHTML: w },
37162
+ null,
37163
+ 8,
37164
+ eM,
37073
37165
  ),
37074
- ["stop", "prevent"],
37075
- )),
37076
- },
37077
- {
37078
- default: h(() => [
37079
- c(m, { icon: "fa-ellipsis" }),
37080
- ]),
37081
- _: 1,
37082
- },
37166
+ ]),
37167
+ _: 2,
37168
+ },
37169
+ 1024,
37170
+ ),
37171
+ ])
37083
37172
  ),
37084
- ]),
37085
- _: 1,
37086
- },
37087
- 8,
37088
- ["submission", "item"],
37089
- )),
37090
- ],
37091
- 64,
37092
- ))
37093
- : g("", !0),
37094
- i.type == "string"
37095
- ? (a(),
37096
- d(
37097
- S,
37098
- { key: 1 },
37099
- [
37100
- i.multiValue
37101
- ? (a(!0),
37102
- d(
37103
- S,
37104
- { key: 0 },
37105
- I(
37106
- i.fieldModel,
37107
- (w, V) => (
37108
- a(),
37109
- d("div", null, [
37110
- c(
37111
- v,
37173
+ ),
37174
+ 256,
37175
+ ))
37176
+ : (a(),
37177
+ k(
37178
+ v,
37179
+ { key: 1 },
37180
+ {
37181
+ default: h(() => [
37182
+ x(
37183
+ "div",
37184
+ { innerHTML: i.fieldModel },
37112
37185
  null,
37113
- {
37114
- default: h(() => [
37115
- x(
37116
- "div",
37117
- { innerHTML: w },
37118
- null,
37119
- 8,
37120
- ZE,
37121
- ),
37122
- ]),
37123
- _: 2,
37124
- },
37125
- 1024,
37186
+ 8,
37187
+ tM,
37126
37188
  ),
37127
- ])
37189
+ ]),
37190
+ _: 1,
37191
+ },
37192
+ )),
37193
+ ],
37194
+ 64,
37195
+ ))
37196
+ : g("", !0),
37197
+ i.type == "boolean"
37198
+ ? (a(),
37199
+ d(
37200
+ S,
37201
+ { key: 2 },
37202
+ [
37203
+ i.multiValue
37204
+ ? (a(!0),
37205
+ d(
37206
+ S,
37207
+ { key: 0 },
37208
+ I(
37209
+ i.fieldModel,
37210
+ (w, V) => (
37211
+ a(), d("div", null, b(!!w), 1)
37212
+ ),
37128
37213
  ),
37129
- ),
37130
- 256,
37131
- ))
37132
- : (a(),
37133
- k(
37134
- v,
37135
- { key: 1 },
37136
- {
37137
- default: h(() => [
37138
- x(
37139
- "div",
37140
- { innerHTML: i.fieldModel },
37141
- null,
37142
- 8,
37143
- JE,
37214
+ 256,
37215
+ ))
37216
+ : (a(),
37217
+ d("div", nM, b(!!i.fieldModel), 1)),
37218
+ ],
37219
+ 64,
37220
+ ))
37221
+ : g("", !0),
37222
+ i.type == "date"
37223
+ ? (a(),
37224
+ d(
37225
+ S,
37226
+ { key: 3 },
37227
+ [
37228
+ i.multiValue
37229
+ ? (a(!0),
37230
+ d(
37231
+ S,
37232
+ { key: 0 },
37233
+ I(
37234
+ i.fieldModel,
37235
+ (w, V) => (
37236
+ a(),
37237
+ d(
37238
+ "div",
37239
+ null,
37240
+ b(i.renderDate(w)),
37241
+ 1,
37242
+ )
37144
37243
  ),
37145
- ]),
37146
- _: 1,
37147
- },
37148
- )),
37149
- ],
37150
- 64,
37151
- ))
37152
- : g("", !0),
37153
- i.type == "boolean"
37154
- ? (a(),
37155
- d(
37156
- S,
37157
- { key: 2 },
37158
- [
37159
- i.multiValue
37160
- ? (a(!0),
37161
- d(
37162
- S,
37163
- { key: 0 },
37164
- I(
37165
- i.fieldModel,
37166
- (w, V) => (
37167
- a(), d("div", null, b(!!w), 1)
37168
37244
  ),
37169
- ),
37170
- 256,
37171
- ))
37172
- : (a(), d("div", XE, b(!!i.fieldModel), 1)),
37173
- ],
37174
- 64,
37175
- ))
37176
- : g("", !0),
37177
- i.type == "date"
37178
- ? (a(),
37179
- d(
37180
- S,
37181
- { key: 3 },
37182
- [
37183
- i.multiValue
37184
- ? (a(!0),
37185
- d(
37186
- S,
37187
- { key: 0 },
37188
- I(
37189
- i.fieldModel,
37190
- (w, V) => (
37191
- a(),
37192
- d(
37193
- "div",
37194
- null,
37195
- b(i.renderDate(w)),
37196
- 1,
37197
- )
37245
+ 256,
37246
+ ))
37247
+ : (a(),
37248
+ d(
37249
+ "div",
37250
+ iM,
37251
+ b(i.renderDate(i.fieldModel)),
37252
+ 1,
37253
+ )),
37254
+ ],
37255
+ 64,
37256
+ ))
37257
+ : g("", !0),
37258
+ i.type == "email"
37259
+ ? (a(),
37260
+ d(
37261
+ S,
37262
+ { key: 4 },
37263
+ [
37264
+ i.multiValue
37265
+ ? (a(!0),
37266
+ d(
37267
+ S,
37268
+ { key: 0 },
37269
+ I(
37270
+ i.fieldModel,
37271
+ (w, V) => (
37272
+ a(),
37273
+ d("div", null, [
37274
+ x(
37275
+ "a",
37276
+ {
37277
+ href: `mailto:${w}`,
37278
+ },
37279
+ b(w),
37280
+ 9,
37281
+ rM,
37282
+ ),
37283
+ ])
37284
+ ),
37198
37285
  ),
37199
- ),
37200
- 256,
37201
- ))
37202
- : (a(),
37203
- d(
37204
- "div",
37205
- QE,
37206
- b(i.renderDate(i.fieldModel)),
37207
- 1,
37208
- )),
37209
- ],
37210
- 64,
37211
- ))
37212
- : g("", !0),
37213
- i.type == "email"
37214
- ? (a(),
37215
- d(
37216
- S,
37217
- { key: 4 },
37218
- [
37219
- i.multiValue
37220
- ? (a(!0),
37221
- d(
37222
- S,
37223
- { key: 0 },
37224
- I(
37225
- i.fieldModel,
37226
- (w, V) => (
37227
- a(),
37228
- d("div", null, [
37229
- x(
37230
- "a",
37231
- {
37232
- href: `mailto:${w}`,
37233
- },
37234
- b(w),
37235
- 9,
37236
- eF,
37237
- ),
37238
- ])
37286
+ 256,
37287
+ ))
37288
+ : (a(),
37289
+ d("div", sM, [
37290
+ x(
37291
+ "a",
37292
+ {
37293
+ href: `mailto:${i.fieldModel}`,
37294
+ },
37295
+ b(i.fieldModel),
37296
+ 9,
37297
+ lM,
37239
37298
  ),
37240
- ),
37241
- 256,
37242
- ))
37243
- : (a(),
37244
- d("div", tF, [
37245
- x(
37246
- "a",
37247
- {
37248
- href: `mailto:${i.fieldModel}`,
37249
- },
37250
- b(i.fieldModel),
37251
- 9,
37252
- nF,
37253
- ),
37254
- ])),
37255
- ],
37256
- 64,
37257
- ))
37258
- : g("", !0),
37259
- i.type == "url"
37260
- ? (a(),
37261
- d(
37262
- S,
37263
- { key: 5 },
37264
- [
37265
- i.multiValue
37266
- ? (a(!0),
37267
- d(
37268
- S,
37269
- { key: 0 },
37270
- I(
37271
- i.fieldModel,
37272
- (w, V) => (
37273
- a(),
37274
- d("div", null, [
37275
- x("a", { href: w }, b(w), 9, iF),
37276
- ])
37299
+ ])),
37300
+ ],
37301
+ 64,
37302
+ ))
37303
+ : g("", !0),
37304
+ i.type == "url"
37305
+ ? (a(),
37306
+ d(
37307
+ S,
37308
+ { key: 5 },
37309
+ [
37310
+ i.multiValue
37311
+ ? (a(!0),
37312
+ d(
37313
+ S,
37314
+ { key: 0 },
37315
+ I(
37316
+ i.fieldModel,
37317
+ (w, V) => (
37318
+ a(),
37319
+ d("div", null, [
37320
+ x(
37321
+ "a",
37322
+ { href: w },
37323
+ b(w),
37324
+ 9,
37325
+ oM,
37326
+ ),
37327
+ ])
37328
+ ),
37277
37329
  ),
37278
- ),
37279
- 256,
37280
- ))
37281
- : (a(),
37282
- d("div", rF, [
37283
- x(
37284
- "a",
37285
- { href: i.fieldModel },
37286
- b(i.fieldModel),
37287
- 9,
37288
- sF,
37289
- ),
37290
- ])),
37291
- ],
37292
- 64,
37293
- ))
37294
- : g("", !0),
37295
- i.isNumber
37296
- ? (a(),
37297
- d(
37298
- S,
37299
- { key: 6 },
37300
- [
37301
- i.multiValue
37302
- ? (a(!0),
37303
- d(
37304
- S,
37305
- { key: 0 },
37306
- I(
37307
- i.fieldModel,
37308
- (w, V) => (
37309
- a(), d("div", null, b(w), 1)
37330
+ 256,
37331
+ ))
37332
+ : (a(),
37333
+ d("div", aM, [
37334
+ x(
37335
+ "a",
37336
+ { href: i.fieldModel },
37337
+ b(i.fieldModel),
37338
+ 9,
37339
+ uM,
37310
37340
  ),
37311
- ),
37312
- 256,
37313
- ))
37314
- : (a(), d("div", lF, b(i.fieldModel), 1)),
37315
- ],
37316
- 64,
37317
- ))
37318
- : g("", !0),
37319
- ],
37320
- 64,
37321
- )),
37341
+ ])),
37342
+ ],
37343
+ 64,
37344
+ ))
37345
+ : g("", !0),
37346
+ i.isNumber
37347
+ ? (a(),
37348
+ d(
37349
+ S,
37350
+ { key: 6 },
37351
+ [
37352
+ i.multiValue
37353
+ ? (a(!0),
37354
+ d(
37355
+ S,
37356
+ { key: 0 },
37357
+ I(
37358
+ i.fieldModel,
37359
+ (w, V) => (
37360
+ a(), d("div", null, b(w), 1)
37361
+ ),
37362
+ ),
37363
+ 256,
37364
+ ))
37365
+ : (a(), d("div", dM, b(i.fieldModel), 1)),
37366
+ ],
37367
+ 64,
37368
+ ))
37369
+ : g("", !0),
37370
+ ],
37371
+ 64,
37372
+ )),
37322
37373
  ],
37323
37374
  2,
37324
37375
  ))
37325
37376
  : g("", !0);
37326
37377
  }
37327
37378
  const Xa = /* @__PURE__ */ O(RE, [
37328
- ["render", oF],
37329
- ["__scopeId", "data-v-932f5321"],
37379
+ ["render", cM],
37380
+ ["__scopeId", "data-v-dbcbddfd"],
37330
37381
  ]);
37331
- const aF = {
37382
+ const fM = {
37332
37383
  props: {
37333
37384
  parentModel: {
37334
37385
  type: Object,
@@ -37381,7 +37432,7 @@ const aF = {
37381
37432
  },
37382
37433
  },
37383
37434
  };
37384
- function uF(e, t, n, r, s, i) {
37435
+ function mM(e, t, n, r, s, i) {
37385
37436
  const l = y("ux-field-render");
37386
37437
  return (
37387
37438
  a(),
@@ -37438,17 +37489,17 @@ function uF(e, t, n, r, s, i) {
37438
37489
  )
37439
37490
  );
37440
37491
  }
37441
- const dF = /* @__PURE__ */ O(aF, [
37442
- ["render", uF],
37492
+ const hM = /* @__PURE__ */ O(fM, [
37493
+ ["render", mM],
37443
37494
  ["__scopeId", "data-v-f2b5ec33"],
37444
37495
  ]);
37445
- function cF(e) {
37496
+ function pM(e) {
37446
37497
  (e = e || {}), Math.max(parseInt(e.minimum || 0), 0);
37447
37498
  let t = Math.max(parseInt(e.maximum || 0), 0);
37448
37499
  const n = jl({}),
37449
37500
  r = Bt([]);
37450
37501
  let s = {};
37451
- Fi(r, function () {
37502
+ Mi(r, function () {
37452
37503
  i();
37453
37504
  });
37454
37505
  function i() {
@@ -37514,7 +37565,7 @@ function cF(e) {
37514
37565
  n
37515
37566
  );
37516
37567
  }
37517
- const fF = {
37568
+ const yM = {
37518
37569
  props: {
37519
37570
  total: {
37520
37571
  type: Number,
@@ -37619,7 +37670,7 @@ const fF = {
37619
37670
  };
37620
37671
  },
37621
37672
  };
37622
- function mF(e, t, n, r, s, i) {
37673
+ function gM(e, t, n, r, s, i) {
37623
37674
  const l = y("native-select"),
37624
37675
  o = y("flex-cell"),
37625
37676
  u = y("ux-icon"),
@@ -37837,53 +37888,53 @@ function mF(e, t, n, r, s, i) {
37837
37888
  )
37838
37889
  );
37839
37890
  }
37840
- const hF = /* @__PURE__ */ O(fF, [
37841
- ["render", mF],
37891
+ const _M = /* @__PURE__ */ O(yM, [
37892
+ ["render", gM],
37842
37893
  ["__scopeId", "data-v-ea61bb91"],
37843
37894
  ]);
37844
- var pF = "__lodash_hash_undefined__";
37845
- function yF(e) {
37846
- return this.__data__.set(e, pF), this;
37895
+ var vM = "__lodash_hash_undefined__";
37896
+ function bM(e) {
37897
+ return this.__data__.set(e, vM), this;
37847
37898
  }
37848
- var gF = yF;
37849
- function _F(e) {
37899
+ var kM = bM;
37900
+ function xM(e) {
37850
37901
  return this.__data__.has(e);
37851
37902
  }
37852
- var vF = _F,
37853
- bF = qo,
37854
- kF = gF,
37855
- xF = vF;
37903
+ var wM = xM,
37904
+ SM = qo,
37905
+ TM = kM,
37906
+ VM = wM;
37856
37907
  function Ei(e) {
37857
37908
  var t = -1,
37858
37909
  n = e == null ? 0 : e.length;
37859
- for (this.__data__ = new bF(); ++t < n; ) this.add(e[t]);
37910
+ for (this.__data__ = new SM(); ++t < n; ) this.add(e[t]);
37860
37911
  }
37861
- Ei.prototype.add = Ei.prototype.push = kF;
37862
- Ei.prototype.has = xF;
37863
- var wF = Ei,
37864
- SF = Aa;
37865
- function TF(e, t) {
37912
+ Ei.prototype.add = Ei.prototype.push = TM;
37913
+ Ei.prototype.has = VM;
37914
+ var OM = Ei,
37915
+ CM = Aa;
37916
+ function DM(e, t) {
37866
37917
  var n = e == null ? 0 : e.length;
37867
- return !!n && SF(e, t, 0) > -1;
37918
+ return !!n && CM(e, t, 0) > -1;
37868
37919
  }
37869
- var VF = TF;
37870
- function OF(e, t, n) {
37920
+ var EM = DM;
37921
+ function MM(e, t, n) {
37871
37922
  for (var r = -1, s = e == null ? 0 : e.length; ++r < s; )
37872
37923
  if (n(t, e[r])) return !0;
37873
37924
  return !1;
37874
37925
  }
37875
- var CF = OF;
37876
- function DF(e, t) {
37926
+ var FM = MM;
37927
+ function IM(e, t) {
37877
37928
  return e.has(t);
37878
37929
  }
37879
- var EF = DF,
37880
- FF = Yr,
37881
- MF = hn,
37882
- IF = FF(MF, "Set"),
37883
- $F = IF;
37884
- function AF() {}
37885
- var LF = AF;
37886
- function NF(e) {
37930
+ var $M = IM,
37931
+ AM = Yr,
37932
+ LM = hn,
37933
+ NM = AM(LM, "Set"),
37934
+ UM = NM;
37935
+ function PM() {}
37936
+ var jM = PM;
37937
+ function RM(e) {
37887
37938
  var t = -1,
37888
37939
  n = Array(e.size);
37889
37940
  return (
@@ -37893,37 +37944,37 @@ function NF(e) {
37893
37944
  n
37894
37945
  );
37895
37946
  }
37896
- var Qa = NF,
37897
- _r = $F,
37898
- UF = LF,
37899
- PF = Qa,
37900
- jF = 1 / 0,
37901
- RF =
37902
- _r && 1 / PF(new _r([, -0]))[1] == jF
37947
+ var Qa = RM,
37948
+ _r = UM,
37949
+ BM = jM,
37950
+ zM = Qa,
37951
+ HM = 1 / 0,
37952
+ qM =
37953
+ _r && 1 / zM(new _r([, -0]))[1] == HM
37903
37954
  ? function (e) {
37904
37955
  return new _r(e);
37905
37956
  }
37906
- : UF,
37907
- BF = RF,
37908
- zF = wF,
37909
- HF = VF,
37910
- qF = CF,
37911
- WF = EF,
37912
- GF = BF,
37913
- YF = Qa,
37914
- KF = 200;
37915
- function ZF(e, t, n) {
37957
+ : BM,
37958
+ WM = qM,
37959
+ GM = OM,
37960
+ YM = EM,
37961
+ KM = FM,
37962
+ ZM = $M,
37963
+ JM = WM,
37964
+ XM = Qa,
37965
+ QM = 200;
37966
+ function eF(e, t, n) {
37916
37967
  var r = -1,
37917
- s = HF,
37968
+ s = YM,
37918
37969
  i = e.length,
37919
37970
  l = !0,
37920
37971
  o = [],
37921
37972
  u = o;
37922
- if (n) (l = !1), (s = qF);
37923
- else if (i >= KF) {
37924
- var m = t ? null : GF(e);
37925
- if (m) return YF(m);
37926
- (l = !1), (s = WF), (u = new zF());
37973
+ if (n) (l = !1), (s = KM);
37974
+ else if (i >= QM) {
37975
+ var m = t ? null : JM(e);
37976
+ if (m) return XM(m);
37977
+ (l = !1), (s = ZM), (u = new GM());
37927
37978
  } else u = t ? [] : o;
37928
37979
  e: for (; ++r < i; ) {
37929
37980
  var f = e[r],
@@ -37935,13 +37986,13 @@ function ZF(e, t, n) {
37935
37986
  }
37936
37987
  return o;
37937
37988
  }
37938
- var JF = ZF,
37939
- XF = JF;
37940
- function QF(e) {
37941
- return e && e.length ? XF(e) : [];
37989
+ var tF = eF,
37990
+ nF = tF;
37991
+ function iF(e) {
37992
+ return e && e.length ? nF(e) : [];
37942
37993
  }
37943
- var eM = QF;
37944
- function tM(e, t) {
37994
+ var rF = iF;
37995
+ function sF(e, t) {
37945
37996
  var n = [],
37946
37997
  r;
37947
37998
  switch (t) {
@@ -38114,7 +38165,7 @@ function $l() {
38114
38165
  };
38115
38166
  }
38116
38167
  let Ae, vr, br;
38117
- const nM = {
38168
+ const lF = {
38118
38169
  emits: ["loading", "loaded", "click:row", "click:actions"],
38119
38170
  props: {
38120
38171
  defaultPage: {
@@ -38203,7 +38254,7 @@ const nM = {
38203
38254
  },
38204
38255
  },
38205
38256
  components: {
38206
- Pager: hF,
38257
+ Pager: _M,
38207
38258
  NativeTable: Gg,
38208
38259
  FilterBuilder: $a,
38209
38260
  Search: Bi,
@@ -38604,7 +38655,7 @@ const nM = {
38604
38655
  t.push("color"), t.push("bgColor");
38605
38656
  break;
38606
38657
  }
38607
- return eM(t);
38658
+ return rF(t);
38608
38659
  },
38609
38660
  columns() {
38610
38661
  let e = [],
@@ -38623,7 +38674,7 @@ const nM = {
38623
38674
  var r = this.actualOptions.prefixColumns || [];
38624
38675
  r.forEach(n(!0));
38625
38676
  var s = this.actualOptions.columns || [],
38626
- i = s.length ? s : tM(this, this.basicType);
38677
+ i = s.length ? s : sF(this, this.basicType);
38627
38678
  i.length ||
38628
38679
  i.push({
38629
38680
  title: "Title",
@@ -38831,7 +38882,7 @@ const nM = {
38831
38882
  },
38832
38883
  data() {
38833
38884
  var e = this.selectionManager;
38834
- e || (e = new cF({ minimum: this.minimum, maximum: this.maximum })),
38885
+ e || (e = new pM({ minimum: this.minimum, maximum: this.maximum })),
38835
38886
  this.modelValue && e.setSelection(this.modelValue);
38836
38887
  const t = Math.max(
38837
38888
  isNaN(this.defaultPage) ? 1 : this.defaultPage || 1,
@@ -38861,18 +38912,18 @@ const nM = {
38861
38912
  },
38862
38913
  },
38863
38914
  ls = (e) => (Je("data-v-9d9ab7a3"), (e = e()), Xe(), e),
38864
- iM = /* @__PURE__ */ ls(() =>
38915
+ oF = /* @__PURE__ */ ls(() =>
38865
38916
  /* @__PURE__ */ x("strong", null, "Select Columns", -1),
38866
38917
  ),
38867
- rM = {
38918
+ aF = {
38868
38919
  key: 0,
38869
38920
  class: "font-sm",
38870
38921
  },
38871
- sM = { class: "footer" },
38872
- lM = /* @__PURE__ */ ls(() => /* @__PURE__ */ x("p", null, null, -1)),
38873
- oM = { key: 0 },
38874
- aM = /* @__PURE__ */ ls(() => /* @__PURE__ */ x("p", null, null, -1));
38875
- function uM(e, t, n, r, s, i) {
38922
+ uF = { class: "footer" },
38923
+ dF = /* @__PURE__ */ ls(() => /* @__PURE__ */ x("p", null, null, -1)),
38924
+ cF = { key: 0 },
38925
+ fF = /* @__PURE__ */ ls(() => /* @__PURE__ */ x("p", null, null, -1));
38926
+ function mF(e, t, n, r, s, i) {
38876
38927
  const l = y("ux-icon"),
38877
38928
  o = y("ux-panel-body"),
38878
38929
  u = y("ux-panel"),
@@ -38887,7 +38938,7 @@ function uM(e, t, n, r, s, i) {
38887
38938
  P = y("pager"),
38888
38939
  K = y("flex-footer"),
38889
38940
  J = y("flex-row"),
38890
- M = y("search"),
38941
+ F = y("search"),
38891
38942
  le = y("ux-field"),
38892
38943
  W = y("filter-builder"),
38893
38944
  R = y("spinner");
@@ -38985,7 +39036,7 @@ function uM(e, t, n, r, s, i) {
38985
39036
  i.viewMode.component
38986
39037
  ? (a(),
38987
39038
  k(
38988
- Ft(
39039
+ Mt(
38989
39040
  i.viewMode
38990
39041
  .component,
38991
39042
  ),
@@ -39089,7 +39140,7 @@ function uM(e, t, n, r, s, i) {
39089
39140
  }) => [
39090
39141
  c(
39091
39142
  f,
39092
- Mi(
39143
+ Fi(
39093
39144
  {
39094
39145
  icon: "",
39095
39146
  },
@@ -39152,7 +39203,7 @@ function uM(e, t, n, r, s, i) {
39152
39203
  left: "",
39153
39204
  },
39154
39205
  ),
39155
- iM,
39206
+ oF,
39156
39207
  ],
39157
39208
  ),
39158
39209
  _: 1,
@@ -39323,7 +39374,7 @@ function uM(e, t, n, r, s, i) {
39323
39374
  ? (a(),
39324
39375
  d(
39325
39376
  "div",
39326
- rM,
39377
+ aF,
39327
39378
  " Try changing your date range or updating your filter. ",
39328
39379
  ))
39329
39380
  : g(
@@ -39363,7 +39414,7 @@ function uM(e, t, n, r, s, i) {
39363
39414
  void 0,
39364
39415
  !0,
39365
39416
  ),
39366
- x("div", sM, [
39417
+ x("div", uF, [
39367
39418
  c(
39368
39419
  P,
39369
39420
  {
@@ -39413,7 +39464,7 @@ function uM(e, t, n, r, s, i) {
39413
39464
  c(w, null, {
39414
39465
  default: h(() => [
39415
39466
  c(
39416
- M,
39467
+ F,
39417
39468
  {
39418
39469
  modelValue: s.keywords,
39419
39470
  "onUpdate:modelValue":
@@ -39427,10 +39478,10 @@ function uM(e, t, n, r, s, i) {
39427
39478
  8,
39428
39479
  ["modelValue", "loading"],
39429
39480
  ),
39430
- lM,
39481
+ dF,
39431
39482
  n.dateFilterEnabled
39432
39483
  ? (a(),
39433
- d("div", oM, [
39484
+ d("div", cF, [
39434
39485
  c(
39435
39486
  le,
39436
39487
  {
@@ -39447,7 +39498,7 @@ function uM(e, t, n, r, s, i) {
39447
39498
  ),
39448
39499
  ]))
39449
39500
  : g("", !0),
39450
- aM,
39501
+ fF,
39451
39502
  c(
39452
39503
  W,
39453
39504
  {
@@ -39490,11 +39541,11 @@ function uM(e, t, n, r, s, i) {
39490
39541
  ))
39491
39542
  : g("", !0);
39492
39543
  }
39493
- const dM = /* @__PURE__ */ O(nM, [
39494
- ["render", uM],
39544
+ const hF = /* @__PURE__ */ O(lF, [
39545
+ ["render", mF],
39495
39546
  ["__scopeId", "data-v-9d9ab7a3"],
39496
39547
  ]);
39497
- const cM = {
39548
+ const pF = {
39498
39549
  props: {
39499
39550
  modal: {
39500
39551
  type: Object,
@@ -39525,11 +39576,11 @@ const cM = {
39525
39576
  },
39526
39577
  },
39527
39578
  },
39528
- fM = { class: "modal-wrapper" };
39529
- function mM(e, t, n, r, s, i) {
39579
+ yF = { class: "modal-wrapper" };
39580
+ function gF(e, t, n, r, s, i) {
39530
39581
  return (
39531
39582
  a(),
39532
- d("div", fM, [
39583
+ d("div", yF, [
39533
39584
  x("div", {
39534
39585
  class: "modal-blanket",
39535
39586
  onClick:
@@ -39544,8 +39595,8 @@ function mM(e, t, n, r, s, i) {
39544
39595
  [
39545
39596
  (a(),
39546
39597
  k(
39547
- Ft(n.modal.component),
39548
- Mi(
39598
+ Mt(n.modal.component),
39599
+ Fi(
39549
39600
  {
39550
39601
  options: n.modal.options,
39551
39602
  },
@@ -39565,11 +39616,11 @@ function mM(e, t, n, r, s, i) {
39565
39616
  ])
39566
39617
  );
39567
39618
  }
39568
- const hM = /* @__PURE__ */ O(cM, [
39569
- ["render", mM],
39619
+ const _F = /* @__PURE__ */ O(pF, [
39620
+ ["render", gF],
39570
39621
  ["__scopeId", "data-v-90c28992"],
39571
39622
  ]);
39572
- const pM = {
39623
+ const vF = {
39573
39624
  mixins: [_n],
39574
39625
  computed: {
39575
39626
  confirmText() {
@@ -39580,10 +39631,10 @@ const pM = {
39580
39631
  },
39581
39632
  },
39582
39633
  },
39583
- yM = { class: "padder" },
39584
- gM = ["innerHTML"],
39585
- _M = { class: "padder" };
39586
- function vM(e, t, n, r, s, i) {
39634
+ bF = { class: "padder" },
39635
+ kF = ["innerHTML"],
39636
+ xF = { class: "padder" };
39637
+ function wF(e, t, n, r, s, i) {
39587
39638
  const l = y("flex-body"),
39588
39639
  o = y("ux-button"),
39589
39640
  u = y("flex-cell"),
@@ -39599,7 +39650,7 @@ function vM(e, t, n, r, s, i) {
39599
39650
  default: h(() => [
39600
39651
  c(l, null, {
39601
39652
  default: h(() => [
39602
- x("div", yM, [
39653
+ x("div", bF, [
39603
39654
  x("h5", null, b(e.options.title), 1),
39604
39655
  x(
39605
39656
  "div",
@@ -39608,7 +39659,7 @@ function vM(e, t, n, r, s, i) {
39608
39659
  },
39609
39660
  null,
39610
39661
  8,
39611
- gM,
39662
+ kF,
39612
39663
  ),
39613
39664
  ]),
39614
39665
  ]),
@@ -39616,7 +39667,7 @@ function vM(e, t, n, r, s, i) {
39616
39667
  }),
39617
39668
  c(f, null, {
39618
39669
  default: h(() => [
39619
- x("div", _M, [
39670
+ x("div", xF, [
39620
39671
  c(m, null, {
39621
39672
  default: h(() => [
39622
39673
  c(u, null, {
@@ -39668,11 +39719,11 @@ function vM(e, t, n, r, s, i) {
39668
39719
  )
39669
39720
  );
39670
39721
  }
39671
- const bM = /* @__PURE__ */ O(pM, [
39672
- ["render", vM],
39722
+ const SF = /* @__PURE__ */ O(vF, [
39723
+ ["render", wF],
39673
39724
  ["__scopeId", "data-v-be545ba8"],
39674
39725
  ]);
39675
- const kM = {
39726
+ const TF = {
39676
39727
  data() {
39677
39728
  return {
39678
39729
  selected: null,
@@ -39719,22 +39770,22 @@ const kM = {
39719
39770
  },
39720
39771
  },
39721
39772
  },
39722
- xM = { class: "options-modal-header" },
39723
- wM = { class: "padder" },
39724
- SM = { class: "options-modal-header" },
39725
- TM = { class: "padder" },
39726
- VM = ["onClick"],
39727
- OM = ["innerHTML"],
39728
- CM = {
39773
+ VF = { class: "options-modal-header" },
39774
+ OF = { class: "padder" },
39775
+ CF = { class: "options-modal-header" },
39776
+ DF = { class: "padder" },
39777
+ EF = ["onClick"],
39778
+ MF = ["innerHTML"],
39779
+ FF = {
39729
39780
  key: 0,
39730
39781
  class: "title",
39731
39782
  },
39732
- DM = {
39783
+ IF = {
39733
39784
  key: 1,
39734
39785
  class: "description",
39735
39786
  },
39736
- EM = { class: "padder" };
39737
- function FM(e, t, n, r, s, i) {
39787
+ $F = { class: "padder" };
39788
+ function AF(e, t, n, r, s, i) {
39738
39789
  const l = y("flex-header"),
39739
39790
  o = y("search"),
39740
39791
  u = y("flex-cell"),
@@ -39758,8 +39809,8 @@ function FM(e, t, n, r, s, i) {
39758
39809
  { key: 0 },
39759
39810
  {
39760
39811
  default: h(() => [
39761
- x("div", xM, [
39762
- x("div", wM, [
39812
+ x("div", VF, [
39813
+ x("div", OF, [
39763
39814
  x("h5", null, b(e.options.title), 1),
39764
39815
  x("div", null, b(e.options.description), 1),
39765
39816
  ]),
@@ -39776,8 +39827,8 @@ function FM(e, t, n, r, s, i) {
39776
39827
  { key: 1 },
39777
39828
  {
39778
39829
  default: h(() => [
39779
- x("div", SM, [
39780
- x("div", TM, [
39830
+ x("div", CF, [
39831
+ x("div", DF, [
39781
39832
  c(
39782
39833
  o,
39783
39834
  {
@@ -39851,7 +39902,7 @@ function FM(e, t, n, r, s, i) {
39851
39902
  },
39852
39903
  null,
39853
39904
  8,
39854
- OM,
39905
+ MF,
39855
39906
  ),
39856
39907
  ]),
39857
39908
  _: 2,
@@ -39865,11 +39916,11 @@ function FM(e, t, n, r, s, i) {
39865
39916
  {
39866
39917
  default: h(() => [
39867
39918
  V.title
39868
- ? (a(), d("div", CM, b(V.title), 1))
39919
+ ? (a(), d("div", FF, b(V.title), 1))
39869
39920
  : g("", !0),
39870
39921
  V.description
39871
39922
  ? (a(),
39872
- d("div", DM, b(V.description), 1))
39923
+ d("div", IF, b(V.description), 1))
39873
39924
  : g("", !0),
39874
39925
  ]),
39875
39926
  _: 2,
@@ -39896,7 +39947,7 @@ function FM(e, t, n, r, s, i) {
39896
39947
  ),
39897
39948
  ],
39898
39949
  8,
39899
- VM,
39950
+ EF,
39900
39951
  )
39901
39952
  ),
39902
39953
  ),
@@ -39914,7 +39965,7 @@ function FM(e, t, n, r, s, i) {
39914
39965
  { class: "options-modal-footer" },
39915
39966
  {
39916
39967
  default: h(() => [
39917
- x("div", EM, [
39968
+ x("div", $F, [
39918
39969
  c(
39919
39970
  _,
39920
39971
  {
@@ -39939,11 +39990,11 @@ function FM(e, t, n, r, s, i) {
39939
39990
  )
39940
39991
  );
39941
39992
  }
39942
- const MM = /* @__PURE__ */ O(kM, [
39943
- ["render", FM],
39993
+ const LF = /* @__PURE__ */ O(TF, [
39994
+ ["render", AF],
39944
39995
  ["__scopeId", "data-v-9cb46497"],
39945
39996
  ]);
39946
- const IM = {
39997
+ const NF = {
39947
39998
  mixins: [_n],
39948
39999
  data() {
39949
40000
  return {
@@ -39970,10 +40021,10 @@ const IM = {
39970
40021
  this.options.model && (this.model = this.options.model);
39971
40022
  },
39972
40023
  },
39973
- $M = { class: "padder" },
39974
- AM = { key: 0 },
39975
- LM = { class: "padder" };
39976
- function NM(e, t, n, r, s, i) {
40024
+ UF = { class: "padder" },
40025
+ PF = { key: 0 },
40026
+ jF = { class: "padder" };
40027
+ function RF(e, t, n, r, s, i) {
39977
40028
  const l = y("ux-form"),
39978
40029
  o = y("flex-body"),
39979
40030
  u = y("ux-button"),
@@ -39997,10 +40048,10 @@ function NM(e, t, n, r, s, i) {
39997
40048
  default: h(() => [
39998
40049
  c(o, null, {
39999
40050
  default: h(() => [
40000
- x("div", $M, [
40051
+ x("div", UF, [
40001
40052
  x("h5", null, b(e.options.title), 1),
40002
40053
  e.options.description
40003
- ? (a(), d("p", AM, b(e.options.description), 1))
40054
+ ? (a(), d("p", PF, b(e.options.description), 1))
40004
40055
  : g("", !0),
40005
40056
  c(
40006
40057
  l,
@@ -40025,7 +40076,7 @@ function NM(e, t, n, r, s, i) {
40025
40076
  { class: "border-top" },
40026
40077
  {
40027
40078
  default: h(() => [
40028
- x("div", LM, [
40079
+ x("div", jF, [
40029
40080
  c(p, null, {
40030
40081
  default: h(() => [
40031
40082
  c(
@@ -40092,13 +40143,13 @@ function NM(e, t, n, r, s, i) {
40092
40143
  )
40093
40144
  );
40094
40145
  }
40095
- const UM = /* @__PURE__ */ O(IM, [
40096
- ["render", NM],
40146
+ const BF = /* @__PURE__ */ O(NF, [
40147
+ ["render", RF],
40097
40148
  ["__scopeId", "data-v-99b9c871"],
40098
40149
  ]);
40099
- const PM = {
40150
+ const zF = {
40100
40151
  components: {
40101
- ContentBrowser: dM,
40152
+ ContentBrowser: hF,
40102
40153
  Search: Bi,
40103
40154
  },
40104
40155
  mixins: [_n],
@@ -40193,10 +40244,10 @@ const PM = {
40193
40244
  },
40194
40245
  },
40195
40246
  },
40196
- jM = { class: "header" },
40197
- RM = { class: "font-muted font-sm" },
40198
- BM = { class: "rolodex" };
40199
- function zM(e, t, n, r, s, i) {
40247
+ HF = { class: "header" },
40248
+ qF = { class: "font-muted font-sm" },
40249
+ WF = { class: "rolodex" };
40250
+ function GF(e, t, n, r, s, i) {
40200
40251
  const l = y("flex-column"),
40201
40252
  o = y("flex-cell"),
40202
40253
  u = y("search"),
@@ -40235,7 +40286,7 @@ function zM(e, t, n, r, s, i) {
40235
40286
  [
40236
40287
  c(_, null, {
40237
40288
  default: h(() => [
40238
- x("div", jM, [
40289
+ x("div", HF, [
40239
40290
  c(
40240
40291
  p,
40241
40292
  {
@@ -40273,7 +40324,7 @@ function zM(e, t, n, r, s, i) {
40273
40324
  default: h(() => [
40274
40325
  x(
40275
40326
  "span",
40276
- RM,
40327
+ qF,
40277
40328
  "(" +
40278
40329
  b(s.model.length) +
40279
40330
  " of " +
@@ -40418,7 +40469,7 @@ function zM(e, t, n, r, s, i) {
40418
40469
  { key: 0 },
40419
40470
  {
40420
40471
  default: h(() => [
40421
- x("div", BM, [
40472
+ x("div", WF, [
40422
40473
  c(
40423
40474
  f,
40424
40475
  {
@@ -40506,11 +40557,11 @@ function zM(e, t, n, r, s, i) {
40506
40557
  )
40507
40558
  );
40508
40559
  }
40509
- const HM = /* @__PURE__ */ O(PM, [
40510
- ["render", zM],
40560
+ const YF = /* @__PURE__ */ O(zF, [
40561
+ ["render", GF],
40511
40562
  ["__scopeId", "data-v-651362cd"],
40512
40563
  ]);
40513
- const qM = {
40564
+ const KF = {
40514
40565
  components: {
40515
40566
  ScopeSelect: J1,
40516
40567
  // Search,
@@ -40570,13 +40621,13 @@ const qM = {
40570
40621
  },
40571
40622
  },
40572
40623
  },
40573
- WM = (e) => (Je("data-v-0952db70"), (e = e()), Xe(), e),
40574
- GM = { class: "header" },
40575
- YM = /* @__PURE__ */ WM(() =>
40624
+ ZF = (e) => (Je("data-v-0952db70"), (e = e()), Xe(), e),
40625
+ JF = { class: "header" },
40626
+ XF = /* @__PURE__ */ ZF(() =>
40576
40627
  /* @__PURE__ */ x("h3", null, "Select Scopes", -1),
40577
40628
  ),
40578
- KM = { class: "padder" };
40579
- function ZM(e, t, n, r, s, i) {
40629
+ QF = { class: "padder" };
40630
+ function eI(e, t, n, r, s, i) {
40580
40631
  const l = y("flex-cell"),
40581
40632
  o = y("ux-button"),
40582
40633
  u = y("flex-row"),
@@ -40593,7 +40644,7 @@ function ZM(e, t, n, r, s, i) {
40593
40644
  default: h(() => [
40594
40645
  c(m, null, {
40595
40646
  default: h(() => [
40596
- x("div", GM, [
40647
+ x("div", JF, [
40597
40648
  c(
40598
40649
  u,
40599
40650
  {
@@ -40603,7 +40654,7 @@ function ZM(e, t, n, r, s, i) {
40603
40654
  {
40604
40655
  default: h(() => [
40605
40656
  c(l, null, {
40606
- default: h(() => [YM]),
40657
+ default: h(() => [XF]),
40607
40658
  _: 1,
40608
40659
  }),
40609
40660
  c(
@@ -40641,7 +40692,7 @@ function ZM(e, t, n, r, s, i) {
40641
40692
  { class: "scroll-body" },
40642
40693
  {
40643
40694
  default: h(() => [
40644
- x("div", KM, [
40695
+ x("div", QF, [
40645
40696
  c(
40646
40697
  f,
40647
40698
  {
@@ -40667,20 +40718,20 @@ function ZM(e, t, n, r, s, i) {
40667
40718
  )
40668
40719
  );
40669
40720
  }
40670
- const JM = /* @__PURE__ */ O(qM, [
40671
- ["render", ZM],
40721
+ const tI = /* @__PURE__ */ O(KF, [
40722
+ ["render", eI],
40672
40723
  ["__scopeId", "data-v-0952db70"],
40673
40724
  ]),
40674
40725
  at = "uploading",
40675
40726
  ai = "complete",
40676
40727
  Ut = "ready",
40677
- XM = "error",
40678
- QM = "upload.cancel",
40679
- eI = "upload.start",
40728
+ nI = "error",
40729
+ iI = "upload.cancel",
40730
+ rI = "upload.start",
40680
40731
  Al = "upload.complete",
40681
- tI = "upload.progress",
40682
- nI = "upload.error",
40683
- iI = {
40732
+ sI = "upload.progress",
40733
+ lI = "upload.error",
40734
+ oI = {
40684
40735
  props: {
40685
40736
  accept: {
40686
40737
  type: String,
@@ -40828,7 +40879,7 @@ const JM = /* @__PURE__ */ O(qM, [
40828
40879
  (e.bytesLoaded = 0),
40829
40880
  (e.percent = 0),
40830
40881
  (e.state = Ut),
40831
- e.dispatch(QM));
40882
+ e.dispatch(iI));
40832
40883
  },
40833
40884
  removeFile(e) {
40834
40885
  var t = this.queue.indexOf(e);
@@ -40855,7 +40906,7 @@ const JM = /* @__PURE__ */ O(qM, [
40855
40906
  case at:
40856
40907
  return;
40857
40908
  }
40858
- (e.state = at), e.dispatch(eI);
40909
+ (e.state = at), e.dispatch(rI);
40859
40910
  {
40860
40911
  const f = e.size,
40861
40912
  p = e.name,
@@ -40894,7 +40945,7 @@ const JM = /* @__PURE__ */ O(qM, [
40894
40945
  (e.percent = p),
40895
40946
  (e.bytesLoaded = f.loaded),
40896
40947
  (e.bytesTotal = f.total),
40897
- e.dispatch(tI, f);
40948
+ e.dispatch(sI, f);
40898
40949
  },
40899
40950
  };
40900
40951
  const o = t.$sdk.api.CancelToken.source();
@@ -40914,7 +40965,7 @@ const JM = /* @__PURE__ */ O(qM, [
40914
40965
  var p = t.$sdk.api.wasCancelled(f);
40915
40966
  p
40916
40967
  ? (e.state = Ut)
40917
- : ((e.state = XM), e.dispatch(nI, f), t.uploadNextFile());
40968
+ : ((e.state = nI), e.dispatch(lI, f), t.uploadNextFile());
40918
40969
  });
40919
40970
  },
40920
40971
  toggle() {
@@ -40959,13 +41010,13 @@ const JM = /* @__PURE__ */ O(qM, [
40959
41010
  },
40960
41011
  },
40961
41012
  },
40962
- rI = { class: "uploader" },
40963
- sI = ["accept"],
40964
- lI = ["accept"];
40965
- function oI(e, t, n, r, s, i) {
41013
+ aI = { class: "uploader" },
41014
+ uI = ["accept"],
41015
+ dI = ["accept"];
41016
+ function cI(e, t, n, r, s, i) {
40966
41017
  return (
40967
41018
  a(),
40968
- d("div", rI, [
41019
+ d("div", aI, [
40969
41020
  x(
40970
41021
  "input",
40971
41022
  {
@@ -40978,7 +41029,7 @@ function oI(e, t, n, r, s, i) {
40978
41029
  },
40979
41030
  null,
40980
41031
  40,
40981
- sI,
41032
+ uI,
40982
41033
  ),
40983
41034
  x(
40984
41035
  "input",
@@ -40990,7 +41041,7 @@ function oI(e, t, n, r, s, i) {
40990
41041
  },
40991
41042
  null,
40992
41043
  8,
40993
- lI,
41044
+ dI,
40994
41045
  ),
40995
41046
  q(e.$slots, "default", {
40996
41047
  queue: s.queue,
@@ -41004,11 +41055,11 @@ function oI(e, t, n, r, s, i) {
41004
41055
  ])
41005
41056
  );
41006
41057
  }
41007
- const hI = /* @__PURE__ */ O(iI, [["render", oI]]);
41008
- function aI(e, t) {
41058
+ const _I = /* @__PURE__ */ O(oI, [["render", cI]]);
41059
+ function fI(e, t) {
41009
41060
  return t.reduce((n, r) => (Math.abs(r - e) < Math.abs(n - e) ? r : n));
41010
41061
  }
41011
- function pI() {
41062
+ function vI() {
41012
41063
  var e = Bt({
41013
41064
  mounted: !1,
41014
41065
  screen: {
@@ -41128,7 +41179,7 @@ function pI() {
41128
41179
  (i.lgAndUp = !0)),
41129
41180
  (e.point = l),
41130
41181
  (e.breakpoint = i);
41131
- const u = aI(r, [320, 768, 1200, 1800, 2e3]),
41182
+ const u = fI(r, [320, 768, 1200, 1800, 2e3]),
41132
41183
  m = u * 1,
41133
41184
  f = u * 1.5,
41134
41185
  p = u * 2;
@@ -41157,7 +41208,7 @@ function pI() {
41157
41208
  e
41158
41209
  );
41159
41210
  }
41160
- const uI = `qik vue ui ${fu}`,
41211
+ const mI = `qik vue ui ${fu}`,
41161
41212
  Ll = {
41162
41213
  FlexColumn: Vc,
41163
41214
  FlexBody: Ec,
@@ -41171,14 +41222,14 @@ const uI = `qik vue ui ${fu}`,
41171
41222
  UxPanelBody: nf,
41172
41223
  UxPanelHeader: of,
41173
41224
  UxPanelFooter: cf,
41174
- UxList: Fv,
41225
+ UxList: Mv,
41175
41226
  UxListItem: $v,
41176
41227
  UxPill: Ov,
41177
41228
  UxForm: Za,
41178
41229
  UxSubmissionForm: Il,
41179
41230
  UxFormField: ss,
41180
41231
  UxSubmissionForm: Il,
41181
- UxRender: dF,
41232
+ UxRender: hM,
41182
41233
  UxRenderField: Xa,
41183
41234
  UxIcon: iv,
41184
41235
  UxMenu: lv,
@@ -41194,18 +41245,18 @@ const uI = `qik vue ui ${fu}`,
41194
41245
  UxMap: qv,
41195
41246
  Avatar: Qs,
41196
41247
  UxAvatar: Qs,
41197
- UxLazy: M_,
41248
+ UxLazy: F_,
41198
41249
  Spinner: un,
41199
41250
  UxSpinner: un,
41200
41251
  ProgressBar: el,
41201
41252
  UxProgressBar: el,
41202
- UxModal: hM,
41253
+ UxModal: _F,
41203
41254
  Compile: Ja,
41204
41255
  },
41205
- yI = {
41256
+ bI = {
41206
41257
  install(e, t) {
41207
41258
  var n;
41208
- console.log(uI),
41259
+ console.log(mI),
41209
41260
  (t.date = oe),
41210
41261
  (t.global = t.global || Bt({})),
41211
41262
  ((n = t.global) != null && n.cacheKeys) ||
@@ -41225,7 +41276,7 @@ const uI = `qik vue ui ${fu}`,
41225
41276
  (s.model = s.model || {}),
41226
41277
  (s.fields = r),
41227
41278
  t.modal({
41228
- component: UM,
41279
+ component: BF,
41229
41280
  options: s,
41230
41281
  })
41231
41282
  );
@@ -41236,7 +41287,7 @@ const uI = `qik vue ui ${fu}`,
41236
41287
  (s.type = r),
41237
41288
  (s.model = s.model || []),
41238
41289
  t.modal({
41239
- component: HM,
41290
+ component: YF,
41240
41291
  options: s,
41241
41292
  })
41242
41293
  );
@@ -41256,7 +41307,7 @@ const uI = `qik vue ui ${fu}`,
41256
41307
  );
41257
41308
  }
41258
41309
  return t.modal({
41259
- component: JM,
41310
+ component: tI,
41260
41311
  options: r,
41261
41312
  });
41262
41313
  }),
@@ -41265,7 +41316,7 @@ const uI = `qik vue ui ${fu}`,
41265
41316
  (s = s || {}),
41266
41317
  (s.title = r),
41267
41318
  t.modal({
41268
- component: bM,
41319
+ component: SF,
41269
41320
  options: s,
41270
41321
  })
41271
41322
  );
@@ -41274,7 +41325,7 @@ const uI = `qik vue ui ${fu}`,
41274
41325
  return (
41275
41326
  (l = l || {}),
41276
41327
  t.modal({
41277
- component: MM,
41328
+ component: LF,
41278
41329
  options: {
41279
41330
  title: s,
41280
41331
  description: i,
@@ -41300,9 +41351,9 @@ const uI = `qik vue ui ${fu}`,
41300
41351
  export {
41301
41352
  Qs as Avatar,
41302
41353
  b2 as CodeEditor,
41303
- dM as ContentBrowser,
41354
+ hF as ContentBrowser,
41304
41355
  Pv as DateRange,
41305
- pI as Device,
41356
+ vI as Device,
41306
41357
  nS as FileDrop,
41307
41358
  Ec as FlexBody,
41308
41359
  Rc as FlexCell,
@@ -41315,18 +41366,18 @@ export {
41315
41366
  ia as Item,
41316
41367
  _n as ModalMixin,
41317
41368
  _t as NativeSelect,
41318
- mI as Pager,
41369
+ gI as Pager,
41319
41370
  Xc as Panel,
41320
41371
  nf as PanelBody,
41321
41372
  cf as PanelFooter,
41322
41373
  of as PanelHeader,
41323
41374
  el as ProgressBar,
41324
- yI as QikUI,
41375
+ bI as QikUI,
41325
41376
  Pg as RememberScrollMixin,
41326
41377
  J1 as ScopeSelect,
41327
41378
  tk as ScopeSelectButton,
41328
41379
  Bi as Search,
41329
- cF as Selection,
41380
+ pM as Selection,
41330
41381
  un as Spinner,
41331
41382
  vc as StripeElement,
41332
41383
  wc as StripeElements,
@@ -41337,16 +41388,16 @@ export {
41337
41388
  ss as UXFormField,
41338
41389
  iv as UXIcon,
41339
41390
  hv as UXImage,
41340
- M_ as UXLazy,
41391
+ F_ as UXLazy,
41341
41392
  ev as UXLink,
41342
- Fv as UXList,
41393
+ Mv as UXList,
41343
41394
  $v as UXListItem,
41344
41395
  Q2 as UXLocationSelect,
41345
41396
  qv as UXMap,
41346
41397
  lv as UXMenu,
41347
41398
  uv as UXMenuList,
41348
41399
  Ov as UXPill,
41349
- dF as UXRender,
41400
+ hM as UXRender,
41350
41401
  Xa as UXRenderField,
41351
41402
  Il as UXSubmissionForm,
41352
41403
  ea as UXSwitch,
@@ -41354,12 +41405,12 @@ export {
41354
41405
  Gg as UXTable,
41355
41406
  am as UXTabset,
41356
41407
  bv as UXVideo,
41357
- hI as UploadService,
41358
- bM as UxConfirmModal,
41359
- HM as UxContentModal,
41360
- hM as UxModal,
41361
- MM as UxOptionsModal,
41362
- UM as UxPromptModal,
41363
- JM as UxScopeModal,
41408
+ _I as UploadService,
41409
+ SF as UxConfirmModal,
41410
+ YF as UxContentModal,
41411
+ _F as UxModal,
41412
+ LF as UxOptionsModal,
41413
+ BF as UxPromptModal,
41414
+ tI as UxScopeModal,
41364
41415
  };
41365
41416
  //# sourceMappingURL=lib.es.js.map