@qikdev/vue-ui 0.2.297 → 0.2.300

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.300";
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: "",
@@ -7304,7 +7304,7 @@ function Uy(e, t, n, r, s, i) {
7304
7304
  }
7305
7305
  const Ks = /* @__PURE__ */ O(Ny, [
7306
7306
  ["render", Uy],
7307
- ["__scopeId", "data-v-897e69cd"],
7307
+ ["__scopeId", "data-v-b180904a"],
7308
7308
  ]);
7309
7309
  const Py = {
7310
7310
  mixins: [Ce],
@@ -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
  },
@@ -35236,7 +35236,7 @@ const gr = "form.ready",
35236
35236
  (this.movedBackwards = !0),
35237
35237
  this.currentPage--,
35238
35238
  this.$nextTick(function () {
35239
- this.movedBackwards = !1;
35239
+ (this.movedBackwards = !1), this.checkPageValidity();
35240
35240
  });
35241
35241
  },
35242
35242
  },
@@ -35275,6 +35275,10 @@ const gr = "form.ready",
35275
35275
  type: Boolean,
35276
35276
  default: !1,
35277
35277
  },
35278
+ preview: {
35279
+ type: Boolean,
35280
+ default: !1,
35281
+ },
35278
35282
  autoadvance: {
35279
35283
  type: Boolean,
35280
35284
  default: !1,
@@ -35286,8 +35290,13 @@ const gr = "form.ready",
35286
35290
  },
35287
35291
  watch: {
35288
35292
  currentPage(e) {
35289
- const n = this.$refs.form[e].getCurrentFormState();
35290
- (this.formState = n), console.log(" updated form state", n, e);
35293
+ const t = this.$refs.form[e],
35294
+ n = t.getCurrentFormState();
35295
+ (this.formState = n),
35296
+ console.log("SCROLL INTO VIEW"),
35297
+ this.$nextTick(function () {
35298
+ t.$el.scrollIntoView({ smooth: !0 });
35299
+ });
35291
35300
  },
35292
35301
  canAdvance(e) {
35293
35302
  if (!this.movedBackwards && e && this.autoadvance) {
@@ -35459,7 +35468,7 @@ const gr = "form.ready",
35459
35468
  : void 0;
35460
35469
  },
35461
35470
  buttonDisabled() {
35462
- return this.noGatewaySelectedButPaymentIsRequired
35471
+ return this.preview || this.noGatewaySelectedButPaymentIsRequired
35463
35472
  ? !0
35464
35473
  : this.submitAttempted && this.invalid;
35465
35474
  },
@@ -35482,7 +35491,7 @@ const gr = "form.ready",
35482
35491
  },
35483
35492
  },
35484
35493
  },
35485
- yE = (e) => (Je("data-v-478e89d4"), (e = e()), Xe(), e),
35494
+ yE = (e) => (Je("data-v-adb18264"), (e = e()), Xe(), e),
35486
35495
  gE = /* @__PURE__ */ yE(() =>
35487
35496
  /* @__PURE__ */ x("h3", null, "An error occurred", -1),
35488
35497
  ),
@@ -35993,9 +36002,9 @@ function EE(e, t, n, r, s, i) {
35993
36002
  }
35994
36003
  const Il = /* @__PURE__ */ O(pE, [
35995
36004
  ["render", EE],
35996
- ["__scopeId", "data-v-478e89d4"],
36005
+ ["__scopeId", "data-v-adb18264"],
35997
36006
  ]);
35998
- function FE(e) {
36007
+ function ME(e) {
35999
36008
  const t = /<\/?([a-zA-Z0-9]+)[^>]*>/g,
36000
36009
  n = [];
36001
36010
  let r;
@@ -36038,7 +36047,7 @@ const Ja = {
36038
36047
  actualTemplate() {
36039
36048
  let e = this.template || "";
36040
36049
  e = e.replaceAll ? e.replaceAll("<br>", "<br/>") : e;
36041
- var { valid: t, invalid: n } = FE(e);
36050
+ var { valid: t, invalid: n } = ME(e);
36042
36051
  return (
36043
36052
  t ||
36044
36053
  (console.log("Invalid html", e),
@@ -36051,7 +36060,7 @@ const Ja = {
36051
36060
  VRuntimeTemplate: Ko,
36052
36061
  },
36053
36062
  };
36054
- const ME = {
36063
+ const FE = {
36055
36064
  emits: ["error", "reset"],
36056
36065
  data() {
36057
36066
  return {
@@ -36096,7 +36105,7 @@ function $E(e, t, n, r, s, i) {
36096
36105
  ]))
36097
36106
  : q(e.$slots, "default", { key: 1 }, void 0, !0);
36098
36107
  }
36099
- const AE = /* @__PURE__ */ O(ME, [
36108
+ const AE = /* @__PURE__ */ O(FE, [
36100
36109
  ["render", $E],
36101
36110
  ["__scopeId", "data-v-0fd69158"],
36102
36111
  ]),
@@ -36539,6 +36548,7 @@ const RE = {
36539
36548
  case "form":
36540
36549
  e = this.submission ? "form" : "content-select";
36541
36550
  break;
36551
+ case "signature":
36542
36552
  case "content-select":
36543
36553
  case "select":
36544
36554
  case "checkbox":
@@ -36580,28 +36590,35 @@ const RE = {
36580
36590
  },
36581
36591
  },
36582
36592
  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,
36593
+ zE = { class: "signature-view" },
36594
+ HE = ["src"],
36595
+ qE = {
36596
+ key: 1,
36597
+ class: "signature-view",
36598
+ },
36599
+ WE = ["src"],
36600
+ GE = { class: "currency" },
36601
+ YE = { key: 1 },
36602
+ KE = { class: "currency" },
36603
+ ZE = { key: 1 },
36604
+ JE = {
36605
+ key: 5,
36589
36606
  class: "ux-password-render",
36590
36607
  },
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) {
36608
+ XE = ["type", "value"],
36609
+ QE = ["type", "value"],
36610
+ eM = ["innerHTML"],
36611
+ tM = ["innerHTML"],
36612
+ nM = { key: 1 },
36613
+ iM = { key: 1 },
36614
+ rM = ["href"],
36615
+ sM = { key: 1 },
36616
+ lM = ["href"],
36617
+ oM = ["href"],
36618
+ aM = { key: 1 },
36619
+ uM = ["href"],
36620
+ dM = { key: 1 };
36621
+ function cM(e, t, n, r, s, i) {
36605
36622
  const l = y("field-group"),
36606
36623
  o = y("v-ace-editor"),
36607
36624
  u = y("flex-cell"),
@@ -36679,7 +36696,7 @@ function oF(e, t, n, r, s, i) {
36679
36696
  8,
36680
36697
  ["submission", "field", "parentModel", "modelValue"],
36681
36698
  ))
36682
- : i.widget === "currency"
36699
+ : i.widget === "signature"
36683
36700
  ? (a(),
36684
36701
  d(
36685
36702
  S,
@@ -36694,23 +36711,21 @@ function oF(e, t, n, r, s, i) {
36694
36711
  i.fieldModel,
36695
36712
  (w, V) => (
36696
36713
  a(),
36697
- d("div", null, [
36698
- T(b(i.formatCurrency(w)) + " ", 1),
36699
- x("span", zE, b(n.field.currency), 1),
36714
+ d("div", zE, [
36715
+ x("img", { src: w }, null, 8, HE),
36700
36716
  ])
36701
36717
  ),
36702
36718
  ),
36703
36719
  256,
36704
36720
  ))
36705
36721
  : (a(),
36706
- d("div", HE, [
36707
- T(b(i.formatCurrency(i.fieldModel)) + " ", 1),
36708
- x("span", qE, b(n.field.currency), 1),
36722
+ d("div", qE, [
36723
+ x("img", { src: i.fieldModel }, null, 8, WE),
36709
36724
  ])),
36710
36725
  ],
36711
36726
  64,
36712
36727
  ))
36713
- : i.widget === "code"
36728
+ : i.widget === "currency"
36714
36729
  ? (a(),
36715
36730
  d(
36716
36731
  S,
@@ -36726,609 +36741,654 @@ function oF(e, t, n, r, s, i) {
36726
36741
  (w, V) => (
36727
36742
  a(),
36728
36743
  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
- ),
36744
+ T(b(i.formatCurrency(w)) + " ", 1),
36745
+ x("span", GE, b(n.field.currency), 1),
36744
36746
  ])
36745
36747
  ),
36746
36748
  ),
36747
36749
  256,
36748
36750
  ))
36749
36751
  : (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
- ),
36752
+ d("div", YE, [
36753
+ T(b(i.formatCurrency(i.fieldModel)) + " ", 1),
36754
+ x("span", KE, b(n.field.currency), 1),
36766
36755
  ])),
36767
36756
  ],
36768
36757
  64,
36769
36758
  ))
36770
- : i.widget === "password"
36759
+ : i.widget === "code"
36771
36760
  ? (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",
36761
+ d(
36762
+ S,
36763
+ { key: 4 },
36764
+ [
36765
+ i.multiValue
36766
+ ? (a(!0),
36767
+ d(
36768
+ S,
36769
+ { key: 0 },
36770
+ I(
36771
+ i.fieldModel,
36772
+ (w, V) => (
36773
+ a(),
36774
+ d("div", null, [
36775
+ c(
36776
+ o,
36777
+ {
36778
+ readonly: !0,
36779
+ class: "editor-wrap",
36780
+ value: w,
36781
+ options: { useWorker: !0 },
36782
+ lang: n.field.syntax,
36783
+ theme: "tomorrow_night_eighties",
36784
+ style: { "min-height": "300px" },
36785
+ },
36786
+ null,
36787
+ 8,
36788
+ ["value", "lang"],
36789
+ ),
36790
+ ])
36791
+ ),
36792
+ ),
36793
+ 256,
36794
+ ))
36795
+ : (a(),
36796
+ d("div", ZE, [
36797
+ c(
36798
+ o,
36799
+ {
36800
+ readonly: !0,
36801
+ class: "editor-wrap",
36802
+ value: i.fieldModel,
36803
+ options: { useWorker: !0 },
36804
+ lang: n.field.syntax,
36805
+ theme: "tomorrow_night_eighties",
36806
+ style: { "min-height": "300px" },
36807
+ },
36808
+ null,
36809
+ 8,
36810
+ ["value", "lang"],
36811
+ ),
36812
+ ])),
36813
+ ],
36814
+ 64,
36815
+ ))
36816
+ : i.widget === "password"
36817
+ ? (a(),
36818
+ d("div", JE, [
36819
+ i.multiValue
36820
+ ? (a(!0),
36821
+ d(
36822
+ S,
36823
+ { key: 0 },
36824
+ I(
36825
+ i.fieldModel,
36826
+ (w, V) => (
36827
+ a(),
36828
+ k(
36829
+ p,
36830
+ {
36831
+ gap: "",
36832
+ center: "",
36833
+ },
36834
+ {
36835
+ default: h(() => [
36836
+ c(
36837
+ u,
36838
+ null,
36839
+ {
36840
+ default: h(() => [
36841
+ x(
36842
+ "input",
36843
+ {
36844
+ type: s.unmaskedLookup[
36845
+ `${V}`
36846
+ ]
36847
+ ? "text"
36848
+ : "password",
36849
+ value: w,
36850
+ },
36851
+ null,
36852
+ 8,
36853
+ XE,
36854
+ ),
36855
+ ]),
36856
+ _: 2,
36857
+ },
36858
+ 1024,
36859
+ ),
36860
+ c(
36861
+ u,
36862
+ { shrink: "" },
36863
+ {
36864
+ default: h(() => [
36865
+ c(
36866
+ f,
36867
+ {
36868
+ icon: "",
36869
+ onClick: (U) =>
36870
+ i.toggleMask(V),
36871
+ },
36872
+ {
36873
+ default: h(() => [
36874
+ c(
36875
+ m,
36876
+ {
36877
+ icon: s
36878
+ .unmaskedLookup[
36879
+ `${V}`
36880
+ ]
36881
+ ? "fa-eye"
36882
+ : "fa-eye-slash",
36883
+ },
36884
+ null,
36885
+ 8,
36886
+ ["icon"],
36887
+ ),
36888
+ ]),
36889
+ _: 2,
36890
+ },
36891
+ 1032,
36892
+ ["onClick"],
36893
+ ),
36894
+ ]),
36895
+ _: 2,
36896
+ },
36897
+ 1024,
36898
+ ),
36899
+ i.copyable
36900
+ ? (a(),
36901
+ k(
36902
+ u,
36797
36903
  {
36798
- type: s.unmaskedLookup[`${V}`]
36799
- ? "text"
36800
- : "password",
36801
- value: w,
36904
+ key: 0,
36905
+ shrink: "",
36906
+ vcenter: "",
36802
36907
  },
36803
- null,
36804
- 8,
36805
- YE,
36806
- ),
36807
- ]),
36808
- _: 2,
36908
+ {
36909
+ default: h(() => [
36910
+ c(
36911
+ f,
36912
+ {
36913
+ tag: "a",
36914
+ icon: "",
36915
+ onClick: (U) =>
36916
+ i.copy(V),
36917
+ },
36918
+ {
36919
+ default: h(() => [
36920
+ c(m, {
36921
+ icon: "fa-copy",
36922
+ }),
36923
+ ]),
36924
+ _: 2,
36925
+ },
36926
+ 1032,
36927
+ ["onClick"],
36928
+ ),
36929
+ ]),
36930
+ _: 2,
36931
+ },
36932
+ 1024,
36933
+ ))
36934
+ : g("", !0),
36935
+ ]),
36936
+ _: 2,
36937
+ },
36938
+ 1024,
36939
+ )
36940
+ ),
36941
+ ),
36942
+ 256,
36943
+ ))
36944
+ : (a(),
36945
+ k(
36946
+ p,
36947
+ {
36948
+ key: 1,
36949
+ gap: "",
36950
+ center: "",
36951
+ },
36952
+ {
36953
+ default: h(() => [
36954
+ c(u, null, {
36955
+ default: h(() => [
36956
+ x(
36957
+ "input",
36958
+ {
36959
+ type: s.unmasked
36960
+ ? "text"
36961
+ : "password",
36962
+ value: i.fieldModel,
36809
36963
  },
36810
- 1024,
36964
+ null,
36965
+ 8,
36966
+ QE,
36811
36967
  ),
36812
- c(
36968
+ ]),
36969
+ _: 1,
36970
+ }),
36971
+ c(
36972
+ u,
36973
+ { shrink: "" },
36974
+ {
36975
+ default: h(() => [
36976
+ c(
36977
+ f,
36978
+ {
36979
+ icon: "",
36980
+ onClick: i.toggleMask,
36981
+ },
36982
+ {
36983
+ default: h(() => [
36984
+ c(
36985
+ m,
36986
+ {
36987
+ icon: s.unmasked
36988
+ ? "fa-eye"
36989
+ : "fa-eye-slash",
36990
+ },
36991
+ null,
36992
+ 8,
36993
+ ["icon"],
36994
+ ),
36995
+ ]),
36996
+ _: 1,
36997
+ },
36998
+ 8,
36999
+ ["onClick"],
37000
+ ),
37001
+ ]),
37002
+ _: 1,
37003
+ },
37004
+ ),
37005
+ i.copyable
37006
+ ? (a(),
37007
+ k(
36813
37008
  u,
36814
- { shrink: "" },
37009
+ {
37010
+ key: 0,
37011
+ shrink: "",
37012
+ vcenter: "",
37013
+ },
36815
37014
  {
36816
37015
  default: h(() => [
36817
37016
  c(
36818
37017
  f,
36819
37018
  {
37019
+ tag: "a",
36820
37020
  icon: "",
36821
- onClick: (U) =>
36822
- i.toggleMask(V),
37021
+ onClick:
37022
+ t[3] ||
37023
+ (t[3] = (w) => i.copy()),
36823
37024
  },
36824
37025
  {
36825
37026
  default: h(() => [
37027
+ c(m, { icon: "fa-copy" }),
37028
+ ]),
37029
+ _: 1,
37030
+ },
37031
+ ),
37032
+ ]),
37033
+ _: 1,
37034
+ },
37035
+ ))
37036
+ : g("", !0),
37037
+ ]),
37038
+ _: 1,
37039
+ },
37040
+ )),
37041
+ ]))
37042
+ : (a(),
37043
+ d(
37044
+ S,
37045
+ { key: 6 },
37046
+ [
37047
+ i.type === "reference"
37048
+ ? (a(),
37049
+ d(
37050
+ S,
37051
+ { key: 0 },
37052
+ [
37053
+ i.multiValue
37054
+ ? (a(!0),
37055
+ d(
37056
+ S,
37057
+ { key: 0 },
37058
+ I(
37059
+ i.fieldModel,
37060
+ (w, V) => (
37061
+ a(),
37062
+ k(
37063
+ _,
37064
+ {
37065
+ submission: n.submission,
37066
+ key: w._id,
37067
+ item: w,
37068
+ },
37069
+ {
37070
+ actions: h(() => [
36826
37071
  c(
36827
- m,
37072
+ f,
36828
37073
  {
36829
- icon: s.unmaskedLookup[
36830
- `${V}`
36831
- ]
36832
- ? "fa-eye"
36833
- : "fa-eye-slash",
37074
+ size: "sm",
37075
+ icon: "",
37076
+ onClick: B(
37077
+ (U) =>
37078
+ i.openActions(w),
37079
+ ["stop", "prevent"],
37080
+ ),
36834
37081
  },
36835
- null,
36836
- 8,
36837
- ["icon"],
37082
+ {
37083
+ default: h(() => [
37084
+ c(m, {
37085
+ icon: "fa-ellipsis",
37086
+ }),
37087
+ ]),
37088
+ _: 2,
37089
+ },
37090
+ 1032,
37091
+ ["onClick"],
36838
37092
  ),
36839
37093
  ]),
36840
37094
  _: 2,
36841
37095
  },
36842
37096
  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,
37097
+ ["submission", "item"],
37098
+ )
37099
+ ),
37100
+ ),
37101
+ 128,
37102
+ ))
37103
+ : (a(),
37104
+ k(
37105
+ _,
36928
37106
  {
36929
- icon: "",
36930
- onClick: i.toggleMask,
37107
+ key: 1,
37108
+ submission: n.submission,
37109
+ item: i.fieldModel,
36931
37110
  },
36932
37111
  {
36933
- default: h(() => [
37112
+ actions: h(() => [
36934
37113
  c(
36935
- m,
37114
+ f,
36936
37115
  {
36937
- icon: s.unmasked
36938
- ? "fa-eye"
36939
- : "fa-eye-slash",
37116
+ size: "sm",
37117
+ icon: "",
37118
+ onClick:
37119
+ t[4] ||
37120
+ (t[4] = B(
37121
+ (w) =>
37122
+ i.openActions(
37123
+ i.fieldModel,
37124
+ ),
37125
+ ["stop", "prevent"],
37126
+ )),
37127
+ },
37128
+ {
37129
+ default: h(() => [
37130
+ c(m, {
37131
+ icon: "fa-ellipsis",
37132
+ }),
37133
+ ]),
37134
+ _: 1,
36940
37135
  },
36941
- null,
36942
- 8,
36943
- ["icon"],
36944
37136
  ),
36945
37137
  ]),
36946
37138
  _: 1,
36947
37139
  },
36948
37140
  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,
37141
+ ["submission", "item"],
37142
+ )),
37143
+ ],
37144
+ 64,
37145
+ ))
37146
+ : g("", !0),
37147
+ i.type == "string"
37148
+ ? (a(),
37149
+ d(
37150
+ S,
37151
+ { key: 1 },
37152
+ [
37153
+ i.multiValue
37154
+ ? (a(!0),
37155
+ d(
37156
+ S,
37157
+ { key: 0 },
37158
+ I(
37159
+ i.fieldModel,
37160
+ (w, V) => (
37161
+ a(),
37162
+ d("div", null, [
37163
+ c(
37164
+ v,
37165
+ null,
37166
+ {
37167
+ default: h(() => [
37168
+ x(
37169
+ "div",
37170
+ { innerHTML: w },
37171
+ null,
37172
+ 8,
37173
+ eM,
37073
37174
  ),
37074
- ["stop", "prevent"],
37075
- )),
37076
- },
37077
- {
37078
- default: h(() => [
37079
- c(m, { icon: "fa-ellipsis" }),
37080
- ]),
37081
- _: 1,
37082
- },
37175
+ ]),
37176
+ _: 2,
37177
+ },
37178
+ 1024,
37179
+ ),
37180
+ ])
37083
37181
  ),
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,
37182
+ ),
37183
+ 256,
37184
+ ))
37185
+ : (a(),
37186
+ k(
37187
+ v,
37188
+ { key: 1 },
37189
+ {
37190
+ default: h(() => [
37191
+ x(
37192
+ "div",
37193
+ { innerHTML: i.fieldModel },
37112
37194
  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,
37195
+ 8,
37196
+ tM,
37126
37197
  ),
37127
- ])
37198
+ ]),
37199
+ _: 1,
37200
+ },
37201
+ )),
37202
+ ],
37203
+ 64,
37204
+ ))
37205
+ : g("", !0),
37206
+ i.type == "boolean"
37207
+ ? (a(),
37208
+ d(
37209
+ S,
37210
+ { key: 2 },
37211
+ [
37212
+ i.multiValue
37213
+ ? (a(!0),
37214
+ d(
37215
+ S,
37216
+ { key: 0 },
37217
+ I(
37218
+ i.fieldModel,
37219
+ (w, V) => (
37220
+ a(), d("div", null, b(!!w), 1)
37221
+ ),
37128
37222
  ),
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,
37223
+ 256,
37224
+ ))
37225
+ : (a(),
37226
+ d("div", nM, b(!!i.fieldModel), 1)),
37227
+ ],
37228
+ 64,
37229
+ ))
37230
+ : g("", !0),
37231
+ i.type == "date"
37232
+ ? (a(),
37233
+ d(
37234
+ S,
37235
+ { key: 3 },
37236
+ [
37237
+ i.multiValue
37238
+ ? (a(!0),
37239
+ d(
37240
+ S,
37241
+ { key: 0 },
37242
+ I(
37243
+ i.fieldModel,
37244
+ (w, V) => (
37245
+ a(),
37246
+ d(
37247
+ "div",
37248
+ null,
37249
+ b(i.renderDate(w)),
37250
+ 1,
37251
+ )
37144
37252
  ),
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
37253
  ),
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
- )
37254
+ 256,
37255
+ ))
37256
+ : (a(),
37257
+ d(
37258
+ "div",
37259
+ iM,
37260
+ b(i.renderDate(i.fieldModel)),
37261
+ 1,
37262
+ )),
37263
+ ],
37264
+ 64,
37265
+ ))
37266
+ : g("", !0),
37267
+ i.type == "email"
37268
+ ? (a(),
37269
+ d(
37270
+ S,
37271
+ { key: 4 },
37272
+ [
37273
+ i.multiValue
37274
+ ? (a(!0),
37275
+ d(
37276
+ S,
37277
+ { key: 0 },
37278
+ I(
37279
+ i.fieldModel,
37280
+ (w, V) => (
37281
+ a(),
37282
+ d("div", null, [
37283
+ x(
37284
+ "a",
37285
+ {
37286
+ href: `mailto:${w}`,
37287
+ },
37288
+ b(w),
37289
+ 9,
37290
+ rM,
37291
+ ),
37292
+ ])
37293
+ ),
37198
37294
  ),
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
- ])
37295
+ 256,
37296
+ ))
37297
+ : (a(),
37298
+ d("div", sM, [
37299
+ x(
37300
+ "a",
37301
+ {
37302
+ href: `mailto:${i.fieldModel}`,
37303
+ },
37304
+ b(i.fieldModel),
37305
+ 9,
37306
+ lM,
37239
37307
  ),
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
- ])
37308
+ ])),
37309
+ ],
37310
+ 64,
37311
+ ))
37312
+ : g("", !0),
37313
+ i.type == "url"
37314
+ ? (a(),
37315
+ d(
37316
+ S,
37317
+ { key: 5 },
37318
+ [
37319
+ i.multiValue
37320
+ ? (a(!0),
37321
+ d(
37322
+ S,
37323
+ { key: 0 },
37324
+ I(
37325
+ i.fieldModel,
37326
+ (w, V) => (
37327
+ a(),
37328
+ d("div", null, [
37329
+ x(
37330
+ "a",
37331
+ { href: w },
37332
+ b(w),
37333
+ 9,
37334
+ oM,
37335
+ ),
37336
+ ])
37337
+ ),
37277
37338
  ),
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)
37339
+ 256,
37340
+ ))
37341
+ : (a(),
37342
+ d("div", aM, [
37343
+ x(
37344
+ "a",
37345
+ { href: i.fieldModel },
37346
+ b(i.fieldModel),
37347
+ 9,
37348
+ uM,
37310
37349
  ),
37311
- ),
37312
- 256,
37313
- ))
37314
- : (a(), d("div", lF, b(i.fieldModel), 1)),
37315
- ],
37316
- 64,
37317
- ))
37318
- : g("", !0),
37319
- ],
37320
- 64,
37321
- )),
37350
+ ])),
37351
+ ],
37352
+ 64,
37353
+ ))
37354
+ : g("", !0),
37355
+ i.isNumber
37356
+ ? (a(),
37357
+ d(
37358
+ S,
37359
+ { key: 6 },
37360
+ [
37361
+ i.multiValue
37362
+ ? (a(!0),
37363
+ d(
37364
+ S,
37365
+ { key: 0 },
37366
+ I(
37367
+ i.fieldModel,
37368
+ (w, V) => (
37369
+ a(), d("div", null, b(w), 1)
37370
+ ),
37371
+ ),
37372
+ 256,
37373
+ ))
37374
+ : (a(), d("div", dM, b(i.fieldModel), 1)),
37375
+ ],
37376
+ 64,
37377
+ ))
37378
+ : g("", !0),
37379
+ ],
37380
+ 64,
37381
+ )),
37322
37382
  ],
37323
37383
  2,
37324
37384
  ))
37325
37385
  : g("", !0);
37326
37386
  }
37327
37387
  const Xa = /* @__PURE__ */ O(RE, [
37328
- ["render", oF],
37329
- ["__scopeId", "data-v-932f5321"],
37388
+ ["render", cM],
37389
+ ["__scopeId", "data-v-dbcbddfd"],
37330
37390
  ]);
37331
- const aF = {
37391
+ const fM = {
37332
37392
  props: {
37333
37393
  parentModel: {
37334
37394
  type: Object,
@@ -37381,7 +37441,7 @@ const aF = {
37381
37441
  },
37382
37442
  },
37383
37443
  };
37384
- function uF(e, t, n, r, s, i) {
37444
+ function mM(e, t, n, r, s, i) {
37385
37445
  const l = y("ux-field-render");
37386
37446
  return (
37387
37447
  a(),
@@ -37438,17 +37498,17 @@ function uF(e, t, n, r, s, i) {
37438
37498
  )
37439
37499
  );
37440
37500
  }
37441
- const dF = /* @__PURE__ */ O(aF, [
37442
- ["render", uF],
37501
+ const hM = /* @__PURE__ */ O(fM, [
37502
+ ["render", mM],
37443
37503
  ["__scopeId", "data-v-f2b5ec33"],
37444
37504
  ]);
37445
- function cF(e) {
37505
+ function pM(e) {
37446
37506
  (e = e || {}), Math.max(parseInt(e.minimum || 0), 0);
37447
37507
  let t = Math.max(parseInt(e.maximum || 0), 0);
37448
37508
  const n = jl({}),
37449
37509
  r = Bt([]);
37450
37510
  let s = {};
37451
- Fi(r, function () {
37511
+ Mi(r, function () {
37452
37512
  i();
37453
37513
  });
37454
37514
  function i() {
@@ -37514,7 +37574,7 @@ function cF(e) {
37514
37574
  n
37515
37575
  );
37516
37576
  }
37517
- const fF = {
37577
+ const yM = {
37518
37578
  props: {
37519
37579
  total: {
37520
37580
  type: Number,
@@ -37619,7 +37679,7 @@ const fF = {
37619
37679
  };
37620
37680
  },
37621
37681
  };
37622
- function mF(e, t, n, r, s, i) {
37682
+ function gM(e, t, n, r, s, i) {
37623
37683
  const l = y("native-select"),
37624
37684
  o = y("flex-cell"),
37625
37685
  u = y("ux-icon"),
@@ -37837,53 +37897,53 @@ function mF(e, t, n, r, s, i) {
37837
37897
  )
37838
37898
  );
37839
37899
  }
37840
- const hF = /* @__PURE__ */ O(fF, [
37841
- ["render", mF],
37900
+ const _M = /* @__PURE__ */ O(yM, [
37901
+ ["render", gM],
37842
37902
  ["__scopeId", "data-v-ea61bb91"],
37843
37903
  ]);
37844
- var pF = "__lodash_hash_undefined__";
37845
- function yF(e) {
37846
- return this.__data__.set(e, pF), this;
37904
+ var vM = "__lodash_hash_undefined__";
37905
+ function bM(e) {
37906
+ return this.__data__.set(e, vM), this;
37847
37907
  }
37848
- var gF = yF;
37849
- function _F(e) {
37908
+ var kM = bM;
37909
+ function xM(e) {
37850
37910
  return this.__data__.has(e);
37851
37911
  }
37852
- var vF = _F,
37853
- bF = qo,
37854
- kF = gF,
37855
- xF = vF;
37912
+ var wM = xM,
37913
+ SM = qo,
37914
+ TM = kM,
37915
+ VM = wM;
37856
37916
  function Ei(e) {
37857
37917
  var t = -1,
37858
37918
  n = e == null ? 0 : e.length;
37859
- for (this.__data__ = new bF(); ++t < n; ) this.add(e[t]);
37919
+ for (this.__data__ = new SM(); ++t < n; ) this.add(e[t]);
37860
37920
  }
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) {
37921
+ Ei.prototype.add = Ei.prototype.push = TM;
37922
+ Ei.prototype.has = VM;
37923
+ var OM = Ei,
37924
+ CM = Aa;
37925
+ function DM(e, t) {
37866
37926
  var n = e == null ? 0 : e.length;
37867
- return !!n && SF(e, t, 0) > -1;
37927
+ return !!n && CM(e, t, 0) > -1;
37868
37928
  }
37869
- var VF = TF;
37870
- function OF(e, t, n) {
37929
+ var EM = DM;
37930
+ function MM(e, t, n) {
37871
37931
  for (var r = -1, s = e == null ? 0 : e.length; ++r < s; )
37872
37932
  if (n(t, e[r])) return !0;
37873
37933
  return !1;
37874
37934
  }
37875
- var CF = OF;
37876
- function DF(e, t) {
37935
+ var FM = MM;
37936
+ function IM(e, t) {
37877
37937
  return e.has(t);
37878
37938
  }
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) {
37939
+ var $M = IM,
37940
+ AM = Yr,
37941
+ LM = hn,
37942
+ NM = AM(LM, "Set"),
37943
+ UM = NM;
37944
+ function PM() {}
37945
+ var jM = PM;
37946
+ function RM(e) {
37887
37947
  var t = -1,
37888
37948
  n = Array(e.size);
37889
37949
  return (
@@ -37893,37 +37953,37 @@ function NF(e) {
37893
37953
  n
37894
37954
  );
37895
37955
  }
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
37956
+ var Qa = RM,
37957
+ _r = UM,
37958
+ BM = jM,
37959
+ zM = Qa,
37960
+ HM = 1 / 0,
37961
+ qM =
37962
+ _r && 1 / zM(new _r([, -0]))[1] == HM
37903
37963
  ? function (e) {
37904
37964
  return new _r(e);
37905
37965
  }
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) {
37966
+ : BM,
37967
+ WM = qM,
37968
+ GM = OM,
37969
+ YM = EM,
37970
+ KM = FM,
37971
+ ZM = $M,
37972
+ JM = WM,
37973
+ XM = Qa,
37974
+ QM = 200;
37975
+ function eF(e, t, n) {
37916
37976
  var r = -1,
37917
- s = HF,
37977
+ s = YM,
37918
37978
  i = e.length,
37919
37979
  l = !0,
37920
37980
  o = [],
37921
37981
  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());
37982
+ if (n) (l = !1), (s = KM);
37983
+ else if (i >= QM) {
37984
+ var m = t ? null : JM(e);
37985
+ if (m) return XM(m);
37986
+ (l = !1), (s = ZM), (u = new GM());
37927
37987
  } else u = t ? [] : o;
37928
37988
  e: for (; ++r < i; ) {
37929
37989
  var f = e[r],
@@ -37935,13 +37995,13 @@ function ZF(e, t, n) {
37935
37995
  }
37936
37996
  return o;
37937
37997
  }
37938
- var JF = ZF,
37939
- XF = JF;
37940
- function QF(e) {
37941
- return e && e.length ? XF(e) : [];
37998
+ var tF = eF,
37999
+ nF = tF;
38000
+ function iF(e) {
38001
+ return e && e.length ? nF(e) : [];
37942
38002
  }
37943
- var eM = QF;
37944
- function tM(e, t) {
38003
+ var rF = iF;
38004
+ function sF(e, t) {
37945
38005
  var n = [],
37946
38006
  r;
37947
38007
  switch (t) {
@@ -38114,7 +38174,7 @@ function $l() {
38114
38174
  };
38115
38175
  }
38116
38176
  let Ae, vr, br;
38117
- const nM = {
38177
+ const lF = {
38118
38178
  emits: ["loading", "loaded", "click:row", "click:actions"],
38119
38179
  props: {
38120
38180
  defaultPage: {
@@ -38203,7 +38263,7 @@ const nM = {
38203
38263
  },
38204
38264
  },
38205
38265
  components: {
38206
- Pager: hF,
38266
+ Pager: _M,
38207
38267
  NativeTable: Gg,
38208
38268
  FilterBuilder: $a,
38209
38269
  Search: Bi,
@@ -38604,7 +38664,7 @@ const nM = {
38604
38664
  t.push("color"), t.push("bgColor");
38605
38665
  break;
38606
38666
  }
38607
- return eM(t);
38667
+ return rF(t);
38608
38668
  },
38609
38669
  columns() {
38610
38670
  let e = [],
@@ -38623,7 +38683,7 @@ const nM = {
38623
38683
  var r = this.actualOptions.prefixColumns || [];
38624
38684
  r.forEach(n(!0));
38625
38685
  var s = this.actualOptions.columns || [],
38626
- i = s.length ? s : tM(this, this.basicType);
38686
+ i = s.length ? s : sF(this, this.basicType);
38627
38687
  i.length ||
38628
38688
  i.push({
38629
38689
  title: "Title",
@@ -38831,7 +38891,7 @@ const nM = {
38831
38891
  },
38832
38892
  data() {
38833
38893
  var e = this.selectionManager;
38834
- e || (e = new cF({ minimum: this.minimum, maximum: this.maximum })),
38894
+ e || (e = new pM({ minimum: this.minimum, maximum: this.maximum })),
38835
38895
  this.modelValue && e.setSelection(this.modelValue);
38836
38896
  const t = Math.max(
38837
38897
  isNaN(this.defaultPage) ? 1 : this.defaultPage || 1,
@@ -38861,18 +38921,18 @@ const nM = {
38861
38921
  },
38862
38922
  },
38863
38923
  ls = (e) => (Je("data-v-9d9ab7a3"), (e = e()), Xe(), e),
38864
- iM = /* @__PURE__ */ ls(() =>
38924
+ oF = /* @__PURE__ */ ls(() =>
38865
38925
  /* @__PURE__ */ x("strong", null, "Select Columns", -1),
38866
38926
  ),
38867
- rM = {
38927
+ aF = {
38868
38928
  key: 0,
38869
38929
  class: "font-sm",
38870
38930
  },
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) {
38931
+ uF = { class: "footer" },
38932
+ dF = /* @__PURE__ */ ls(() => /* @__PURE__ */ x("p", null, null, -1)),
38933
+ cF = { key: 0 },
38934
+ fF = /* @__PURE__ */ ls(() => /* @__PURE__ */ x("p", null, null, -1));
38935
+ function mF(e, t, n, r, s, i) {
38876
38936
  const l = y("ux-icon"),
38877
38937
  o = y("ux-panel-body"),
38878
38938
  u = y("ux-panel"),
@@ -38887,7 +38947,7 @@ function uM(e, t, n, r, s, i) {
38887
38947
  P = y("pager"),
38888
38948
  K = y("flex-footer"),
38889
38949
  J = y("flex-row"),
38890
- M = y("search"),
38950
+ F = y("search"),
38891
38951
  le = y("ux-field"),
38892
38952
  W = y("filter-builder"),
38893
38953
  R = y("spinner");
@@ -38985,7 +39045,7 @@ function uM(e, t, n, r, s, i) {
38985
39045
  i.viewMode.component
38986
39046
  ? (a(),
38987
39047
  k(
38988
- Ft(
39048
+ Mt(
38989
39049
  i.viewMode
38990
39050
  .component,
38991
39051
  ),
@@ -39089,7 +39149,7 @@ function uM(e, t, n, r, s, i) {
39089
39149
  }) => [
39090
39150
  c(
39091
39151
  f,
39092
- Mi(
39152
+ Fi(
39093
39153
  {
39094
39154
  icon: "",
39095
39155
  },
@@ -39152,7 +39212,7 @@ function uM(e, t, n, r, s, i) {
39152
39212
  left: "",
39153
39213
  },
39154
39214
  ),
39155
- iM,
39215
+ oF,
39156
39216
  ],
39157
39217
  ),
39158
39218
  _: 1,
@@ -39323,7 +39383,7 @@ function uM(e, t, n, r, s, i) {
39323
39383
  ? (a(),
39324
39384
  d(
39325
39385
  "div",
39326
- rM,
39386
+ aF,
39327
39387
  " Try changing your date range or updating your filter. ",
39328
39388
  ))
39329
39389
  : g(
@@ -39363,7 +39423,7 @@ function uM(e, t, n, r, s, i) {
39363
39423
  void 0,
39364
39424
  !0,
39365
39425
  ),
39366
- x("div", sM, [
39426
+ x("div", uF, [
39367
39427
  c(
39368
39428
  P,
39369
39429
  {
@@ -39413,7 +39473,7 @@ function uM(e, t, n, r, s, i) {
39413
39473
  c(w, null, {
39414
39474
  default: h(() => [
39415
39475
  c(
39416
- M,
39476
+ F,
39417
39477
  {
39418
39478
  modelValue: s.keywords,
39419
39479
  "onUpdate:modelValue":
@@ -39427,10 +39487,10 @@ function uM(e, t, n, r, s, i) {
39427
39487
  8,
39428
39488
  ["modelValue", "loading"],
39429
39489
  ),
39430
- lM,
39490
+ dF,
39431
39491
  n.dateFilterEnabled
39432
39492
  ? (a(),
39433
- d("div", oM, [
39493
+ d("div", cF, [
39434
39494
  c(
39435
39495
  le,
39436
39496
  {
@@ -39447,7 +39507,7 @@ function uM(e, t, n, r, s, i) {
39447
39507
  ),
39448
39508
  ]))
39449
39509
  : g("", !0),
39450
- aM,
39510
+ fF,
39451
39511
  c(
39452
39512
  W,
39453
39513
  {
@@ -39490,11 +39550,11 @@ function uM(e, t, n, r, s, i) {
39490
39550
  ))
39491
39551
  : g("", !0);
39492
39552
  }
39493
- const dM = /* @__PURE__ */ O(nM, [
39494
- ["render", uM],
39553
+ const hF = /* @__PURE__ */ O(lF, [
39554
+ ["render", mF],
39495
39555
  ["__scopeId", "data-v-9d9ab7a3"],
39496
39556
  ]);
39497
- const cM = {
39557
+ const pF = {
39498
39558
  props: {
39499
39559
  modal: {
39500
39560
  type: Object,
@@ -39525,11 +39585,11 @@ const cM = {
39525
39585
  },
39526
39586
  },
39527
39587
  },
39528
- fM = { class: "modal-wrapper" };
39529
- function mM(e, t, n, r, s, i) {
39588
+ yF = { class: "modal-wrapper" };
39589
+ function gF(e, t, n, r, s, i) {
39530
39590
  return (
39531
39591
  a(),
39532
- d("div", fM, [
39592
+ d("div", yF, [
39533
39593
  x("div", {
39534
39594
  class: "modal-blanket",
39535
39595
  onClick:
@@ -39544,8 +39604,8 @@ function mM(e, t, n, r, s, i) {
39544
39604
  [
39545
39605
  (a(),
39546
39606
  k(
39547
- Ft(n.modal.component),
39548
- Mi(
39607
+ Mt(n.modal.component),
39608
+ Fi(
39549
39609
  {
39550
39610
  options: n.modal.options,
39551
39611
  },
@@ -39565,11 +39625,11 @@ function mM(e, t, n, r, s, i) {
39565
39625
  ])
39566
39626
  );
39567
39627
  }
39568
- const hM = /* @__PURE__ */ O(cM, [
39569
- ["render", mM],
39628
+ const _F = /* @__PURE__ */ O(pF, [
39629
+ ["render", gF],
39570
39630
  ["__scopeId", "data-v-90c28992"],
39571
39631
  ]);
39572
- const pM = {
39632
+ const vF = {
39573
39633
  mixins: [_n],
39574
39634
  computed: {
39575
39635
  confirmText() {
@@ -39580,10 +39640,10 @@ const pM = {
39580
39640
  },
39581
39641
  },
39582
39642
  },
39583
- yM = { class: "padder" },
39584
- gM = ["innerHTML"],
39585
- _M = { class: "padder" };
39586
- function vM(e, t, n, r, s, i) {
39643
+ bF = { class: "padder" },
39644
+ kF = ["innerHTML"],
39645
+ xF = { class: "padder" };
39646
+ function wF(e, t, n, r, s, i) {
39587
39647
  const l = y("flex-body"),
39588
39648
  o = y("ux-button"),
39589
39649
  u = y("flex-cell"),
@@ -39599,7 +39659,7 @@ function vM(e, t, n, r, s, i) {
39599
39659
  default: h(() => [
39600
39660
  c(l, null, {
39601
39661
  default: h(() => [
39602
- x("div", yM, [
39662
+ x("div", bF, [
39603
39663
  x("h5", null, b(e.options.title), 1),
39604
39664
  x(
39605
39665
  "div",
@@ -39608,7 +39668,7 @@ function vM(e, t, n, r, s, i) {
39608
39668
  },
39609
39669
  null,
39610
39670
  8,
39611
- gM,
39671
+ kF,
39612
39672
  ),
39613
39673
  ]),
39614
39674
  ]),
@@ -39616,7 +39676,7 @@ function vM(e, t, n, r, s, i) {
39616
39676
  }),
39617
39677
  c(f, null, {
39618
39678
  default: h(() => [
39619
- x("div", _M, [
39679
+ x("div", xF, [
39620
39680
  c(m, null, {
39621
39681
  default: h(() => [
39622
39682
  c(u, null, {
@@ -39668,11 +39728,11 @@ function vM(e, t, n, r, s, i) {
39668
39728
  )
39669
39729
  );
39670
39730
  }
39671
- const bM = /* @__PURE__ */ O(pM, [
39672
- ["render", vM],
39731
+ const SF = /* @__PURE__ */ O(vF, [
39732
+ ["render", wF],
39673
39733
  ["__scopeId", "data-v-be545ba8"],
39674
39734
  ]);
39675
- const kM = {
39735
+ const TF = {
39676
39736
  data() {
39677
39737
  return {
39678
39738
  selected: null,
@@ -39719,22 +39779,22 @@ const kM = {
39719
39779
  },
39720
39780
  },
39721
39781
  },
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 = {
39782
+ VF = { class: "options-modal-header" },
39783
+ OF = { class: "padder" },
39784
+ CF = { class: "options-modal-header" },
39785
+ DF = { class: "padder" },
39786
+ EF = ["onClick"],
39787
+ MF = ["innerHTML"],
39788
+ FF = {
39729
39789
  key: 0,
39730
39790
  class: "title",
39731
39791
  },
39732
- DM = {
39792
+ IF = {
39733
39793
  key: 1,
39734
39794
  class: "description",
39735
39795
  },
39736
- EM = { class: "padder" };
39737
- function FM(e, t, n, r, s, i) {
39796
+ $F = { class: "padder" };
39797
+ function AF(e, t, n, r, s, i) {
39738
39798
  const l = y("flex-header"),
39739
39799
  o = y("search"),
39740
39800
  u = y("flex-cell"),
@@ -39758,8 +39818,8 @@ function FM(e, t, n, r, s, i) {
39758
39818
  { key: 0 },
39759
39819
  {
39760
39820
  default: h(() => [
39761
- x("div", xM, [
39762
- x("div", wM, [
39821
+ x("div", VF, [
39822
+ x("div", OF, [
39763
39823
  x("h5", null, b(e.options.title), 1),
39764
39824
  x("div", null, b(e.options.description), 1),
39765
39825
  ]),
@@ -39776,8 +39836,8 @@ function FM(e, t, n, r, s, i) {
39776
39836
  { key: 1 },
39777
39837
  {
39778
39838
  default: h(() => [
39779
- x("div", SM, [
39780
- x("div", TM, [
39839
+ x("div", CF, [
39840
+ x("div", DF, [
39781
39841
  c(
39782
39842
  o,
39783
39843
  {
@@ -39851,7 +39911,7 @@ function FM(e, t, n, r, s, i) {
39851
39911
  },
39852
39912
  null,
39853
39913
  8,
39854
- OM,
39914
+ MF,
39855
39915
  ),
39856
39916
  ]),
39857
39917
  _: 2,
@@ -39865,11 +39925,11 @@ function FM(e, t, n, r, s, i) {
39865
39925
  {
39866
39926
  default: h(() => [
39867
39927
  V.title
39868
- ? (a(), d("div", CM, b(V.title), 1))
39928
+ ? (a(), d("div", FF, b(V.title), 1))
39869
39929
  : g("", !0),
39870
39930
  V.description
39871
39931
  ? (a(),
39872
- d("div", DM, b(V.description), 1))
39932
+ d("div", IF, b(V.description), 1))
39873
39933
  : g("", !0),
39874
39934
  ]),
39875
39935
  _: 2,
@@ -39896,7 +39956,7 @@ function FM(e, t, n, r, s, i) {
39896
39956
  ),
39897
39957
  ],
39898
39958
  8,
39899
- VM,
39959
+ EF,
39900
39960
  )
39901
39961
  ),
39902
39962
  ),
@@ -39914,7 +39974,7 @@ function FM(e, t, n, r, s, i) {
39914
39974
  { class: "options-modal-footer" },
39915
39975
  {
39916
39976
  default: h(() => [
39917
- x("div", EM, [
39977
+ x("div", $F, [
39918
39978
  c(
39919
39979
  _,
39920
39980
  {
@@ -39939,11 +39999,11 @@ function FM(e, t, n, r, s, i) {
39939
39999
  )
39940
40000
  );
39941
40001
  }
39942
- const MM = /* @__PURE__ */ O(kM, [
39943
- ["render", FM],
40002
+ const LF = /* @__PURE__ */ O(TF, [
40003
+ ["render", AF],
39944
40004
  ["__scopeId", "data-v-9cb46497"],
39945
40005
  ]);
39946
- const IM = {
40006
+ const NF = {
39947
40007
  mixins: [_n],
39948
40008
  data() {
39949
40009
  return {
@@ -39970,10 +40030,10 @@ const IM = {
39970
40030
  this.options.model && (this.model = this.options.model);
39971
40031
  },
39972
40032
  },
39973
- $M = { class: "padder" },
39974
- AM = { key: 0 },
39975
- LM = { class: "padder" };
39976
- function NM(e, t, n, r, s, i) {
40033
+ UF = { class: "padder" },
40034
+ PF = { key: 0 },
40035
+ jF = { class: "padder" };
40036
+ function RF(e, t, n, r, s, i) {
39977
40037
  const l = y("ux-form"),
39978
40038
  o = y("flex-body"),
39979
40039
  u = y("ux-button"),
@@ -39997,10 +40057,10 @@ function NM(e, t, n, r, s, i) {
39997
40057
  default: h(() => [
39998
40058
  c(o, null, {
39999
40059
  default: h(() => [
40000
- x("div", $M, [
40060
+ x("div", UF, [
40001
40061
  x("h5", null, b(e.options.title), 1),
40002
40062
  e.options.description
40003
- ? (a(), d("p", AM, b(e.options.description), 1))
40063
+ ? (a(), d("p", PF, b(e.options.description), 1))
40004
40064
  : g("", !0),
40005
40065
  c(
40006
40066
  l,
@@ -40025,7 +40085,7 @@ function NM(e, t, n, r, s, i) {
40025
40085
  { class: "border-top" },
40026
40086
  {
40027
40087
  default: h(() => [
40028
- x("div", LM, [
40088
+ x("div", jF, [
40029
40089
  c(p, null, {
40030
40090
  default: h(() => [
40031
40091
  c(
@@ -40092,13 +40152,13 @@ function NM(e, t, n, r, s, i) {
40092
40152
  )
40093
40153
  );
40094
40154
  }
40095
- const UM = /* @__PURE__ */ O(IM, [
40096
- ["render", NM],
40155
+ const BF = /* @__PURE__ */ O(NF, [
40156
+ ["render", RF],
40097
40157
  ["__scopeId", "data-v-99b9c871"],
40098
40158
  ]);
40099
- const PM = {
40159
+ const zF = {
40100
40160
  components: {
40101
- ContentBrowser: dM,
40161
+ ContentBrowser: hF,
40102
40162
  Search: Bi,
40103
40163
  },
40104
40164
  mixins: [_n],
@@ -40193,10 +40253,10 @@ const PM = {
40193
40253
  },
40194
40254
  },
40195
40255
  },
40196
- jM = { class: "header" },
40197
- RM = { class: "font-muted font-sm" },
40198
- BM = { class: "rolodex" };
40199
- function zM(e, t, n, r, s, i) {
40256
+ HF = { class: "header" },
40257
+ qF = { class: "font-muted font-sm" },
40258
+ WF = { class: "rolodex" };
40259
+ function GF(e, t, n, r, s, i) {
40200
40260
  const l = y("flex-column"),
40201
40261
  o = y("flex-cell"),
40202
40262
  u = y("search"),
@@ -40235,7 +40295,7 @@ function zM(e, t, n, r, s, i) {
40235
40295
  [
40236
40296
  c(_, null, {
40237
40297
  default: h(() => [
40238
- x("div", jM, [
40298
+ x("div", HF, [
40239
40299
  c(
40240
40300
  p,
40241
40301
  {
@@ -40273,7 +40333,7 @@ function zM(e, t, n, r, s, i) {
40273
40333
  default: h(() => [
40274
40334
  x(
40275
40335
  "span",
40276
- RM,
40336
+ qF,
40277
40337
  "(" +
40278
40338
  b(s.model.length) +
40279
40339
  " of " +
@@ -40418,7 +40478,7 @@ function zM(e, t, n, r, s, i) {
40418
40478
  { key: 0 },
40419
40479
  {
40420
40480
  default: h(() => [
40421
- x("div", BM, [
40481
+ x("div", WF, [
40422
40482
  c(
40423
40483
  f,
40424
40484
  {
@@ -40506,11 +40566,11 @@ function zM(e, t, n, r, s, i) {
40506
40566
  )
40507
40567
  );
40508
40568
  }
40509
- const HM = /* @__PURE__ */ O(PM, [
40510
- ["render", zM],
40569
+ const YF = /* @__PURE__ */ O(zF, [
40570
+ ["render", GF],
40511
40571
  ["__scopeId", "data-v-651362cd"],
40512
40572
  ]);
40513
- const qM = {
40573
+ const KF = {
40514
40574
  components: {
40515
40575
  ScopeSelect: J1,
40516
40576
  // Search,
@@ -40570,13 +40630,13 @@ const qM = {
40570
40630
  },
40571
40631
  },
40572
40632
  },
40573
- WM = (e) => (Je("data-v-0952db70"), (e = e()), Xe(), e),
40574
- GM = { class: "header" },
40575
- YM = /* @__PURE__ */ WM(() =>
40633
+ ZF = (e) => (Je("data-v-0952db70"), (e = e()), Xe(), e),
40634
+ JF = { class: "header" },
40635
+ XF = /* @__PURE__ */ ZF(() =>
40576
40636
  /* @__PURE__ */ x("h3", null, "Select Scopes", -1),
40577
40637
  ),
40578
- KM = { class: "padder" };
40579
- function ZM(e, t, n, r, s, i) {
40638
+ QF = { class: "padder" };
40639
+ function eI(e, t, n, r, s, i) {
40580
40640
  const l = y("flex-cell"),
40581
40641
  o = y("ux-button"),
40582
40642
  u = y("flex-row"),
@@ -40593,7 +40653,7 @@ function ZM(e, t, n, r, s, i) {
40593
40653
  default: h(() => [
40594
40654
  c(m, null, {
40595
40655
  default: h(() => [
40596
- x("div", GM, [
40656
+ x("div", JF, [
40597
40657
  c(
40598
40658
  u,
40599
40659
  {
@@ -40603,7 +40663,7 @@ function ZM(e, t, n, r, s, i) {
40603
40663
  {
40604
40664
  default: h(() => [
40605
40665
  c(l, null, {
40606
- default: h(() => [YM]),
40666
+ default: h(() => [XF]),
40607
40667
  _: 1,
40608
40668
  }),
40609
40669
  c(
@@ -40641,7 +40701,7 @@ function ZM(e, t, n, r, s, i) {
40641
40701
  { class: "scroll-body" },
40642
40702
  {
40643
40703
  default: h(() => [
40644
- x("div", KM, [
40704
+ x("div", QF, [
40645
40705
  c(
40646
40706
  f,
40647
40707
  {
@@ -40667,20 +40727,20 @@ function ZM(e, t, n, r, s, i) {
40667
40727
  )
40668
40728
  );
40669
40729
  }
40670
- const JM = /* @__PURE__ */ O(qM, [
40671
- ["render", ZM],
40730
+ const tI = /* @__PURE__ */ O(KF, [
40731
+ ["render", eI],
40672
40732
  ["__scopeId", "data-v-0952db70"],
40673
40733
  ]),
40674
40734
  at = "uploading",
40675
40735
  ai = "complete",
40676
40736
  Ut = "ready",
40677
- XM = "error",
40678
- QM = "upload.cancel",
40679
- eI = "upload.start",
40737
+ nI = "error",
40738
+ iI = "upload.cancel",
40739
+ rI = "upload.start",
40680
40740
  Al = "upload.complete",
40681
- tI = "upload.progress",
40682
- nI = "upload.error",
40683
- iI = {
40741
+ sI = "upload.progress",
40742
+ lI = "upload.error",
40743
+ oI = {
40684
40744
  props: {
40685
40745
  accept: {
40686
40746
  type: String,
@@ -40828,7 +40888,7 @@ const JM = /* @__PURE__ */ O(qM, [
40828
40888
  (e.bytesLoaded = 0),
40829
40889
  (e.percent = 0),
40830
40890
  (e.state = Ut),
40831
- e.dispatch(QM));
40891
+ e.dispatch(iI));
40832
40892
  },
40833
40893
  removeFile(e) {
40834
40894
  var t = this.queue.indexOf(e);
@@ -40855,7 +40915,7 @@ const JM = /* @__PURE__ */ O(qM, [
40855
40915
  case at:
40856
40916
  return;
40857
40917
  }
40858
- (e.state = at), e.dispatch(eI);
40918
+ (e.state = at), e.dispatch(rI);
40859
40919
  {
40860
40920
  const f = e.size,
40861
40921
  p = e.name,
@@ -40894,7 +40954,7 @@ const JM = /* @__PURE__ */ O(qM, [
40894
40954
  (e.percent = p),
40895
40955
  (e.bytesLoaded = f.loaded),
40896
40956
  (e.bytesTotal = f.total),
40897
- e.dispatch(tI, f);
40957
+ e.dispatch(sI, f);
40898
40958
  },
40899
40959
  };
40900
40960
  const o = t.$sdk.api.CancelToken.source();
@@ -40914,7 +40974,7 @@ const JM = /* @__PURE__ */ O(qM, [
40914
40974
  var p = t.$sdk.api.wasCancelled(f);
40915
40975
  p
40916
40976
  ? (e.state = Ut)
40917
- : ((e.state = XM), e.dispatch(nI, f), t.uploadNextFile());
40977
+ : ((e.state = nI), e.dispatch(lI, f), t.uploadNextFile());
40918
40978
  });
40919
40979
  },
40920
40980
  toggle() {
@@ -40959,13 +41019,13 @@ const JM = /* @__PURE__ */ O(qM, [
40959
41019
  },
40960
41020
  },
40961
41021
  },
40962
- rI = { class: "uploader" },
40963
- sI = ["accept"],
40964
- lI = ["accept"];
40965
- function oI(e, t, n, r, s, i) {
41022
+ aI = { class: "uploader" },
41023
+ uI = ["accept"],
41024
+ dI = ["accept"];
41025
+ function cI(e, t, n, r, s, i) {
40966
41026
  return (
40967
41027
  a(),
40968
- d("div", rI, [
41028
+ d("div", aI, [
40969
41029
  x(
40970
41030
  "input",
40971
41031
  {
@@ -40978,7 +41038,7 @@ function oI(e, t, n, r, s, i) {
40978
41038
  },
40979
41039
  null,
40980
41040
  40,
40981
- sI,
41041
+ uI,
40982
41042
  ),
40983
41043
  x(
40984
41044
  "input",
@@ -40990,7 +41050,7 @@ function oI(e, t, n, r, s, i) {
40990
41050
  },
40991
41051
  null,
40992
41052
  8,
40993
- lI,
41053
+ dI,
40994
41054
  ),
40995
41055
  q(e.$slots, "default", {
40996
41056
  queue: s.queue,
@@ -41004,11 +41064,11 @@ function oI(e, t, n, r, s, i) {
41004
41064
  ])
41005
41065
  );
41006
41066
  }
41007
- const hI = /* @__PURE__ */ O(iI, [["render", oI]]);
41008
- function aI(e, t) {
41067
+ const _I = /* @__PURE__ */ O(oI, [["render", cI]]);
41068
+ function fI(e, t) {
41009
41069
  return t.reduce((n, r) => (Math.abs(r - e) < Math.abs(n - e) ? r : n));
41010
41070
  }
41011
- function pI() {
41071
+ function vI() {
41012
41072
  var e = Bt({
41013
41073
  mounted: !1,
41014
41074
  screen: {
@@ -41128,7 +41188,7 @@ function pI() {
41128
41188
  (i.lgAndUp = !0)),
41129
41189
  (e.point = l),
41130
41190
  (e.breakpoint = i);
41131
- const u = aI(r, [320, 768, 1200, 1800, 2e3]),
41191
+ const u = fI(r, [320, 768, 1200, 1800, 2e3]),
41132
41192
  m = u * 1,
41133
41193
  f = u * 1.5,
41134
41194
  p = u * 2;
@@ -41157,7 +41217,7 @@ function pI() {
41157
41217
  e
41158
41218
  );
41159
41219
  }
41160
- const uI = `qik vue ui ${fu}`,
41220
+ const mI = `qik vue ui ${fu}`,
41161
41221
  Ll = {
41162
41222
  FlexColumn: Vc,
41163
41223
  FlexBody: Ec,
@@ -41171,14 +41231,14 @@ const uI = `qik vue ui ${fu}`,
41171
41231
  UxPanelBody: nf,
41172
41232
  UxPanelHeader: of,
41173
41233
  UxPanelFooter: cf,
41174
- UxList: Fv,
41234
+ UxList: Mv,
41175
41235
  UxListItem: $v,
41176
41236
  UxPill: Ov,
41177
41237
  UxForm: Za,
41178
41238
  UxSubmissionForm: Il,
41179
41239
  UxFormField: ss,
41180
41240
  UxSubmissionForm: Il,
41181
- UxRender: dF,
41241
+ UxRender: hM,
41182
41242
  UxRenderField: Xa,
41183
41243
  UxIcon: iv,
41184
41244
  UxMenu: lv,
@@ -41194,18 +41254,18 @@ const uI = `qik vue ui ${fu}`,
41194
41254
  UxMap: qv,
41195
41255
  Avatar: Qs,
41196
41256
  UxAvatar: Qs,
41197
- UxLazy: M_,
41257
+ UxLazy: F_,
41198
41258
  Spinner: un,
41199
41259
  UxSpinner: un,
41200
41260
  ProgressBar: el,
41201
41261
  UxProgressBar: el,
41202
- UxModal: hM,
41262
+ UxModal: _F,
41203
41263
  Compile: Ja,
41204
41264
  },
41205
- yI = {
41265
+ bI = {
41206
41266
  install(e, t) {
41207
41267
  var n;
41208
- console.log(uI),
41268
+ console.log(mI),
41209
41269
  (t.date = oe),
41210
41270
  (t.global = t.global || Bt({})),
41211
41271
  ((n = t.global) != null && n.cacheKeys) ||
@@ -41225,7 +41285,7 @@ const uI = `qik vue ui ${fu}`,
41225
41285
  (s.model = s.model || {}),
41226
41286
  (s.fields = r),
41227
41287
  t.modal({
41228
- component: UM,
41288
+ component: BF,
41229
41289
  options: s,
41230
41290
  })
41231
41291
  );
@@ -41236,7 +41296,7 @@ const uI = `qik vue ui ${fu}`,
41236
41296
  (s.type = r),
41237
41297
  (s.model = s.model || []),
41238
41298
  t.modal({
41239
- component: HM,
41299
+ component: YF,
41240
41300
  options: s,
41241
41301
  })
41242
41302
  );
@@ -41256,7 +41316,7 @@ const uI = `qik vue ui ${fu}`,
41256
41316
  );
41257
41317
  }
41258
41318
  return t.modal({
41259
- component: JM,
41319
+ component: tI,
41260
41320
  options: r,
41261
41321
  });
41262
41322
  }),
@@ -41265,7 +41325,7 @@ const uI = `qik vue ui ${fu}`,
41265
41325
  (s = s || {}),
41266
41326
  (s.title = r),
41267
41327
  t.modal({
41268
- component: bM,
41328
+ component: SF,
41269
41329
  options: s,
41270
41330
  })
41271
41331
  );
@@ -41274,7 +41334,7 @@ const uI = `qik vue ui ${fu}`,
41274
41334
  return (
41275
41335
  (l = l || {}),
41276
41336
  t.modal({
41277
- component: MM,
41337
+ component: LF,
41278
41338
  options: {
41279
41339
  title: s,
41280
41340
  description: i,
@@ -41300,9 +41360,9 @@ const uI = `qik vue ui ${fu}`,
41300
41360
  export {
41301
41361
  Qs as Avatar,
41302
41362
  b2 as CodeEditor,
41303
- dM as ContentBrowser,
41363
+ hF as ContentBrowser,
41304
41364
  Pv as DateRange,
41305
- pI as Device,
41365
+ vI as Device,
41306
41366
  nS as FileDrop,
41307
41367
  Ec as FlexBody,
41308
41368
  Rc as FlexCell,
@@ -41315,18 +41375,18 @@ export {
41315
41375
  ia as Item,
41316
41376
  _n as ModalMixin,
41317
41377
  _t as NativeSelect,
41318
- mI as Pager,
41378
+ gI as Pager,
41319
41379
  Xc as Panel,
41320
41380
  nf as PanelBody,
41321
41381
  cf as PanelFooter,
41322
41382
  of as PanelHeader,
41323
41383
  el as ProgressBar,
41324
- yI as QikUI,
41384
+ bI as QikUI,
41325
41385
  Pg as RememberScrollMixin,
41326
41386
  J1 as ScopeSelect,
41327
41387
  tk as ScopeSelectButton,
41328
41388
  Bi as Search,
41329
- cF as Selection,
41389
+ pM as Selection,
41330
41390
  un as Spinner,
41331
41391
  vc as StripeElement,
41332
41392
  wc as StripeElements,
@@ -41337,16 +41397,16 @@ export {
41337
41397
  ss as UXFormField,
41338
41398
  iv as UXIcon,
41339
41399
  hv as UXImage,
41340
- M_ as UXLazy,
41400
+ F_ as UXLazy,
41341
41401
  ev as UXLink,
41342
- Fv as UXList,
41402
+ Mv as UXList,
41343
41403
  $v as UXListItem,
41344
41404
  Q2 as UXLocationSelect,
41345
41405
  qv as UXMap,
41346
41406
  lv as UXMenu,
41347
41407
  uv as UXMenuList,
41348
41408
  Ov as UXPill,
41349
- dF as UXRender,
41409
+ hM as UXRender,
41350
41410
  Xa as UXRenderField,
41351
41411
  Il as UXSubmissionForm,
41352
41412
  ea as UXSwitch,
@@ -41354,12 +41414,12 @@ export {
41354
41414
  Gg as UXTable,
41355
41415
  am as UXTabset,
41356
41416
  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,
41417
+ _I as UploadService,
41418
+ SF as UxConfirmModal,
41419
+ YF as UxContentModal,
41420
+ _F as UxModal,
41421
+ LF as UxOptionsModal,
41422
+ BF as UxPromptModal,
41423
+ tI as UxScopeModal,
41364
41424
  };
41365
41425
  //# sourceMappingURL=lib.es.js.map