@qikdev/vue-ui 0.2.251 → 0.2.253

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/lib.umd.js CHANGED
@@ -7,7 +7,7 @@
7
7
  t((V["@qikdev/vue-ui"] = {}), V.Vue, V["@qikdev/sdk"]));
8
8
  })(this, function (V, t, Or) {
9
9
  "use strict";
10
- const oc = "0.2.251";
10
+ const oc = "0.2.253";
11
11
  class st extends Error {}
12
12
  class rc extends st {
13
13
  constructor(n) {
@@ -51,8 +51,8 @@
51
51
  jr = { hour: C, minute: C, hourCycle: "h23" },
52
52
  Rr = { hour: C, minute: C, second: C, hourCycle: "h23" },
53
53
  zr = { hour: C, minute: C, second: C, hourCycle: "h23", timeZoneName: Me },
54
- Hr = { hour: C, minute: C, second: C, hourCycle: "h23", timeZoneName: Be },
55
- qr = { year: C, month: C, day: C, hour: C, minute: C },
54
+ qr = { hour: C, minute: C, second: C, hourCycle: "h23", timeZoneName: Be },
55
+ Hr = { year: C, month: C, day: C, hour: C, minute: C },
56
56
  Wr = { year: C, month: C, day: C, hour: C, minute: C, second: C },
57
57
  Gr = { year: C, month: Me, day: C, hour: C, minute: C },
58
58
  Kr = { year: C, month: Me, day: C, hour: C, minute: C, second: C },
@@ -419,8 +419,8 @@
419
419
  T: jr,
420
420
  TT: Rr,
421
421
  TTT: zr,
422
- TTTT: Hr,
423
- f: qr,
422
+ TTTT: qr,
423
+ f: Hr,
424
424
  ff: Gr,
425
425
  fff: Yr,
426
426
  ffff: Jr,
@@ -1120,7 +1120,7 @@
1120
1120
  return this.dtf.resolvedOptions();
1121
1121
  }
1122
1122
  }
1123
- class Hc {
1123
+ class qc {
1124
1124
  constructor(n, o, l) {
1125
1125
  (this.opts = { style: "long", ...l }),
1126
1126
  !o && Qr() && (this.rtf = Ic(n, l));
@@ -1275,7 +1275,7 @@
1275
1275
  return new zc(n, this.intl, o);
1276
1276
  }
1277
1277
  relFormatter(n = {}) {
1278
- return new Hc(this.intl, this.isEnglish(), n);
1278
+ return new qc(this.intl, this.isEnglish(), n);
1279
1279
  }
1280
1280
  listFormatter(n = {}) {
1281
1281
  return Fc(this.intl, n);
@@ -1333,7 +1333,7 @@
1333
1333
  Do = /(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/,
1334
1334
  kl = RegExp(`${Do.source}${_l.source}?`),
1335
1335
  Oo = RegExp(`(?:T${kl.source})?`),
1336
- qc = /([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,
1336
+ Hc = /([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,
1337
1337
  Wc = /(\d{4})-?W(\d\d)(?:-?(\d))?/,
1338
1338
  Gc = /(\d{4})-?(\d{3})/,
1339
1339
  Kc = gl("weekYear", "weekNumber", "weekDay"),
@@ -1448,7 +1448,7 @@
1448
1448
  const [, n, o, l, i, r, a, s] = e;
1449
1449
  return [Fo(n, s, o, l, i, r, a), _e.utcInstance];
1450
1450
  }
1451
- const sd = Vt(qc, Oo),
1451
+ const sd = Vt(Hc, Oo),
1452
1452
  cd = Vt(Wc, Oo),
1453
1453
  dd = Vt(Gc, Oo),
1454
1454
  ud = Vt(kl),
@@ -2296,7 +2296,7 @@
2296
2296
  return new RegExp(`${Mo[e || "latn"]}${n}`);
2297
2297
  }
2298
2298
  const Ud = "missing Intl.DateTimeFormat.formatToParts support";
2299
- function H(e, n = (o) => o) {
2299
+ function q(e, n = (o) => o) {
2300
2300
  return { regex: e, deser: ([o]) => n(Ad(o)) };
2301
2301
  }
2302
2302
  const Sl = `( |${String.fromCharCode(160)})`,
@@ -2345,82 +2345,82 @@
2345
2345
  case "GG":
2346
2346
  return Le(n.eras("long", !1), 0);
2347
2347
  case "y":
2348
- return H(u);
2348
+ return q(u);
2349
2349
  case "yy":
2350
- return H(m, wo);
2350
+ return q(m, wo);
2351
2351
  case "yyyy":
2352
- return H(r);
2352
+ return q(r);
2353
2353
  case "yyyyy":
2354
- return H(f);
2354
+ return q(f);
2355
2355
  case "yyyyyy":
2356
- return H(a);
2356
+ return q(a);
2357
2357
  case "M":
2358
- return H(s);
2358
+ return q(s);
2359
2359
  case "MM":
2360
- return H(l);
2360
+ return q(l);
2361
2361
  case "MMM":
2362
2362
  return Le(n.months("short", !0, !1), 1);
2363
2363
  case "MMMM":
2364
2364
  return Le(n.months("long", !0, !1), 1);
2365
2365
  case "L":
2366
- return H(s);
2366
+ return q(s);
2367
2367
  case "LL":
2368
- return H(l);
2368
+ return q(l);
2369
2369
  case "LLL":
2370
2370
  return Le(n.months("short", !1, !1), 1);
2371
2371
  case "LLLL":
2372
2372
  return Le(n.months("long", !1, !1), 1);
2373
2373
  case "d":
2374
- return H(s);
2374
+ return q(s);
2375
2375
  case "dd":
2376
- return H(l);
2376
+ return q(l);
2377
2377
  case "o":
2378
- return H(c);
2378
+ return q(c);
2379
2379
  case "ooo":
2380
- return H(i);
2380
+ return q(i);
2381
2381
  case "HH":
2382
- return H(l);
2382
+ return q(l);
2383
2383
  case "H":
2384
- return H(s);
2384
+ return q(s);
2385
2385
  case "hh":
2386
- return H(l);
2386
+ return q(l);
2387
2387
  case "h":
2388
- return H(s);
2388
+ return q(s);
2389
2389
  case "mm":
2390
- return H(l);
2390
+ return q(l);
2391
2391
  case "m":
2392
- return H(s);
2392
+ return q(s);
2393
2393
  case "q":
2394
- return H(s);
2394
+ return q(s);
2395
2395
  case "qq":
2396
- return H(l);
2396
+ return q(l);
2397
2397
  case "s":
2398
- return H(s);
2398
+ return q(s);
2399
2399
  case "ss":
2400
- return H(l);
2400
+ return q(l);
2401
2401
  case "S":
2402
- return H(c);
2402
+ return q(c);
2403
2403
  case "SSS":
2404
- return H(i);
2404
+ return q(i);
2405
2405
  case "u":
2406
2406
  return Io(d);
2407
2407
  case "uu":
2408
2408
  return Io(s);
2409
2409
  case "uuu":
2410
- return H(o);
2410
+ return q(o);
2411
2411
  case "a":
2412
2412
  return Le(n.meridiems(), 0);
2413
2413
  case "kkkk":
2414
- return H(r);
2414
+ return q(r);
2415
2415
  case "kk":
2416
- return H(m, wo);
2416
+ return q(m, wo);
2417
2417
  case "W":
2418
- return H(s);
2418
+ return q(s);
2419
2419
  case "WW":
2420
- return H(l);
2420
+ return q(l);
2421
2421
  case "E":
2422
2422
  case "c":
2423
- return H(o);
2423
+ return q(o);
2424
2424
  case "EEE":
2425
2425
  return Le(n.weekdays("short", !1, !1), 1);
2426
2426
  case "EEEE":
@@ -2453,14 +2453,14 @@
2453
2453
  minute: { numeric: "m", "2-digit": "mm" },
2454
2454
  second: { numeric: "s", "2-digit": "ss" },
2455
2455
  };
2456
- function Hd(e, n, o) {
2456
+ function qd(e, n, o) {
2457
2457
  const { type: l, value: i } = e;
2458
2458
  if (l === "literal") return { literal: !0, val: i };
2459
2459
  const r = o[l];
2460
2460
  let a = zd[l];
2461
2461
  if ((typeof a == "object" && (a = a[r]), a)) return { literal: !1, val: a };
2462
2462
  }
2463
- function qd(e) {
2463
+ function Hd(e) {
2464
2464
  return [
2465
2465
  `^${e.map((o) => o.regex).reduce((o, l) => `${o}(${l.source})`, "")}$`,
2466
2466
  e,
@@ -2550,7 +2550,7 @@
2550
2550
  const r = we
2551
2551
  .create(n, o)
2552
2552
  .formatDateTimeParts(Kd())
2553
- .map((a) => Hd(a, n, o));
2553
+ .map((a) => qd(a, n, o));
2554
2554
  return r.includes(void 0) ? e : r;
2555
2555
  }
2556
2556
  function Zd(e, n) {
@@ -2562,7 +2562,7 @@
2562
2562
  r = i.find((a) => a.invalidReason);
2563
2563
  if (r) return { input: n, tokens: l, invalidReason: r.invalidReason };
2564
2564
  {
2565
- const [a, s] = qd(i),
2565
+ const [a, s] = Hd(i),
2566
2566
  c = RegExp(a, "i"),
2567
2567
  [u, d] = Wd(n, c, s),
2568
2568
  [m, f, p] = d ? Gd(d) : [null, null, void 0];
@@ -2715,7 +2715,7 @@
2715
2715
  };
2716
2716
  return new N({ ...o, ...n, old: o });
2717
2717
  }
2718
- function Hl(e, n, o) {
2718
+ function ql(e, n, o) {
2719
2719
  let l = e - n * 60 * 1e3;
2720
2720
  const i = o.offset(l);
2721
2721
  if (n === i) return [l, n];
@@ -2723,7 +2723,7 @@
2723
2723
  const r = o.offset(l);
2724
2724
  return i === r ? [l, i] : [e - Math.min(i, r) * 60 * 1e3, Math.max(i, r)];
2725
2725
  }
2726
- function ql(e, n) {
2726
+ function Hl(e, n) {
2727
2727
  e += n * 60 * 1e3;
2728
2728
  const o = new Date(e);
2729
2729
  return {
@@ -2737,7 +2737,7 @@
2737
2737
  };
2738
2738
  }
2739
2739
  function $n(e, n, o) {
2740
- return Hl(xo(e), n, o);
2740
+ return ql(xo(e), n, o);
2741
2741
  }
2742
2742
  function Wl(e, n) {
2743
2743
  const o = e.o,
@@ -2764,7 +2764,7 @@
2764
2764
  milliseconds: n.milliseconds,
2765
2765
  }).as("milliseconds"),
2766
2766
  s = xo(r);
2767
- let [c, u] = Hl(s, o, e.zone);
2767
+ let [c, u] = ql(s, o, e.zone);
2768
2768
  return a !== 0 && ((c += a), (u = e.zone.offset(c))), { ts: c, o: u };
2769
2769
  }
2770
2770
  function vt(e, n, o, l, i, r) {
@@ -2941,7 +2941,7 @@
2941
2941
  [i, r] = [n.old.c, n.old.o];
2942
2942
  else {
2943
2943
  const s = o.offset(this.ts);
2944
- (i = ql(this.ts, s)),
2944
+ (i = Hl(this.ts, s)),
2945
2945
  (l = Number.isNaN(i.year) ? new Ie("invalid input") : null),
2946
2946
  (i = l ? null : i),
2947
2947
  (r = l ? null : s);
@@ -3043,7 +3043,7 @@
3043
3043
  const p = m || (a.weekday && !d);
3044
3044
  let h,
3045
3045
  y,
3046
- T = ql(i, r);
3046
+ T = Hl(i, r);
3047
3047
  p
3048
3048
  ? ((h = tu), (y = vd), (T = Lo(T)))
3049
3049
  : s
@@ -3541,10 +3541,10 @@
3541
3541
  return zr;
3542
3542
  }
3543
3543
  static get TIME_24_WITH_LONG_OFFSET() {
3544
- return Hr;
3544
+ return qr;
3545
3545
  }
3546
3546
  static get DATETIME_SHORT() {
3547
- return qr;
3547
+ return Hr;
3548
3548
  }
3549
3549
  static get DATETIME_SHORT_WITH_SECONDS() {
3550
3550
  return Wr;
@@ -4022,11 +4022,11 @@
4022
4022
  return e != null && (n == "object" || n == "function");
4023
4023
  }
4024
4024
  var tn = zu,
4025
- Hu = typeof Un == "object" && Un && Un.Object === Object && Un,
4026
- fi = Hu,
4027
- qu = fi,
4025
+ qu = typeof Un == "object" && Un && Un.Object === Object && Un,
4026
+ fi = qu,
4027
+ Hu = fi,
4028
4028
  Wu = typeof self == "object" && self && self.Object === Object && self,
4029
- Gu = qu || Wu || Function("return this")(),
4029
+ Gu = Hu || Wu || Function("return this")(),
4030
4030
  Tt = Gu,
4031
4031
  Ku = Tt,
4032
4032
  Yu = function () {
@@ -4445,8 +4445,8 @@
4445
4445
  jm = an,
4446
4446
  Rm = Pn,
4447
4447
  zm = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,
4448
- Hm = /^\w*$/;
4449
- function qm(e, n) {
4448
+ qm = /^\w*$/;
4449
+ function Hm(e, n) {
4450
4450
  if (jm(e)) return !1;
4451
4451
  var o = typeof e;
4452
4452
  return o == "number" ||
@@ -4455,9 +4455,9 @@
4455
4455
  e == null ||
4456
4456
  Rm(e)
4457
4457
  ? !0
4458
- : Hm.test(e) || !zm.test(e) || (n != null && e in Object(n));
4458
+ : qm.test(e) || !zm.test(e) || (n != null && e in Object(n));
4459
4459
  }
4460
- var Wm = qm,
4460
+ var Wm = Hm,
4461
4461
  Gm = on,
4462
4462
  Km = tn,
4463
4463
  Ym = "[object AsyncFunction]",
@@ -4473,9 +4473,9 @@
4473
4473
  vm = Tt,
4474
4474
  ef = vm["__core-js_shared__"],
4475
4475
  tf = ef,
4476
- Ho = tf,
4476
+ qo = tf,
4477
4477
  Bi = (function () {
4478
- var e = /[^.]+$/.exec((Ho && Ho.keys && Ho.keys.IE_PROTO) || "");
4478
+ var e = /[^.]+$/.exec((qo && qo.keys && qo.keys.IE_PROTO) || "");
4479
4479
  return e ? "Symbol(src)_1." + e : "";
4480
4480
  })();
4481
4481
  function nf(e) {
@@ -4533,8 +4533,8 @@
4533
4533
  var o = Bf(e, n);
4534
4534
  return Vf(o) ? o : void 0;
4535
4535
  }
4536
- var qo = Nf,
4537
- Ef = qo,
4536
+ var Ho = Nf,
4537
+ Ef = Ho,
4538
4538
  Sf = Ef(Object, "create"),
4539
4539
  jn = Sf,
4540
4540
  Ni = jn;
@@ -4567,14 +4567,14 @@
4567
4567
  var n = this.__data__;
4568
4568
  return Pf ? n[e] !== void 0 : Rf.call(n, e);
4569
4569
  }
4570
- var Hf = zf,
4571
- qf = jn,
4570
+ var qf = zf,
4571
+ Hf = jn,
4572
4572
  Wf = "__lodash_hash_undefined__";
4573
4573
  function Gf(e, n) {
4574
4574
  var o = this.__data__;
4575
4575
  return (
4576
4576
  (this.size += this.has(e) ? 0 : 1),
4577
- (o[e] = qf && n === void 0 ? Wf : n),
4577
+ (o[e] = Hf && n === void 0 ? Wf : n),
4578
4578
  this
4579
4579
  );
4580
4580
  }
@@ -4582,7 +4582,7 @@
4582
4582
  Yf = Df,
4583
4583
  Zf = Ff,
4584
4584
  Jf = Uf,
4585
- Xf = Hf,
4585
+ Xf = qf,
4586
4586
  Qf = Kf;
4587
4587
  function Dt(e) {
4588
4588
  var n = -1,
@@ -4661,7 +4661,7 @@
4661
4661
  (Ot.prototype.has = wp),
4662
4662
  (Ot.prototype.set = Cp);
4663
4663
  var Vp = Ot,
4664
- Bp = qo,
4664
+ Bp = Ho,
4665
4665
  Np = Tt,
4666
4666
  Ep = Bp(Np, "Map"),
4667
4667
  Sp = Ep,
@@ -4701,11 +4701,11 @@
4701
4701
  return jp(this, e).get(e);
4702
4702
  }
4703
4703
  var zp = Rp,
4704
- Hp = zn;
4705
- function qp(e) {
4706
- return Hp(this, e).has(e);
4704
+ qp = zn;
4705
+ function Hp(e) {
4706
+ return qp(this, e).has(e);
4707
4707
  }
4708
- var Wp = qp,
4708
+ var Wp = Hp,
4709
4709
  Gp = zn;
4710
4710
  function Kp(e, n) {
4711
4711
  var o = Gp(this, e),
@@ -4968,12 +4968,12 @@
4968
4968
  ])
4969
4969
  );
4970
4970
  }
4971
- const Hh = g(jh, [
4971
+ const qh = g(jh, [
4972
4972
  ["render", zh],
4973
4973
  ["__scopeId", "data-v-794b199f"],
4974
4974
  ]),
4975
4975
  zO = "",
4976
- qh = {
4976
+ Hh = {
4977
4977
  mixins: [ue],
4978
4978
  computed: {
4979
4979
  string() {
@@ -5012,11 +5012,11 @@
5012
5012
  )
5013
5013
  );
5014
5014
  }
5015
- const Gh = g(qh, [
5015
+ const Gh = g(Hh, [
5016
5016
  ["render", Wh],
5017
5017
  ["__scopeId", "data-v-c8cb509d"],
5018
5018
  ]),
5019
- HO = "",
5019
+ qO = "",
5020
5020
  Kh = {
5021
5021
  data() {
5022
5022
  return { processing: !1 };
@@ -5115,7 +5115,7 @@
5115
5115
  ["render", Zh],
5116
5116
  ["__scopeId", "data-v-8a05dedf"],
5117
5117
  ]),
5118
- qO = "",
5118
+ HO = "",
5119
5119
  Xh = {
5120
5120
  mixins: [ue],
5121
5121
  methods: {
@@ -5925,7 +5925,7 @@
5925
5925
  ["__scopeId", "data-v-743aaea7"],
5926
5926
  ]),
5927
5927
  tF = "",
5928
- Hy = {
5928
+ qy = {
5929
5929
  props: { value: { type: Object } },
5930
5930
  computed: {
5931
5931
  style() {
@@ -5936,7 +5936,7 @@
5936
5936
  },
5937
5937
  },
5938
5938
  };
5939
- function qy(e, n, o, l, i, r) {
5939
+ function Hy(e, n, o, l, i, r) {
5940
5940
  return (
5941
5941
  t.openBlock(),
5942
5942
  t.createElementBlock(
@@ -5947,14 +5947,14 @@
5947
5947
  )
5948
5948
  );
5949
5949
  }
5950
- const Hn = g(Hy, [
5951
- ["render", qy],
5950
+ const qn = g(qy, [
5951
+ ["render", Hy],
5952
5952
  ["__scopeId", "data-v-e4870254"],
5953
5953
  ]),
5954
5954
  nF = "",
5955
5955
  Wy = {
5956
5956
  mixins: [ue],
5957
- components: { UxCircle: Hn },
5957
+ components: { UxCircle: qn },
5958
5958
  computed: {
5959
5959
  scopes() {
5960
5960
  return this.column.key === "_id" ? [this.row] : this.value;
@@ -6134,7 +6134,7 @@
6134
6134
  n = Ph;
6135
6135
  break;
6136
6136
  case "thumbnail":
6137
- n = Hh;
6137
+ n = qh;
6138
6138
  break;
6139
6139
  default:
6140
6140
  switch (o) {
@@ -6915,7 +6915,7 @@
6915
6915
  ])
6916
6916
  );
6917
6917
  }
6918
- const Hi = g(ig, [
6918
+ const qi = g(ig, [
6919
6919
  ["render", mg],
6920
6920
  ["__scopeId", "data-v-d2ab6b8a"],
6921
6921
  ]);
@@ -6929,7 +6929,7 @@
6929
6929
  },
6930
6930
  },
6931
6931
  pg = Object.prototype.hasOwnProperty;
6932
- function qi(e) {
6932
+ function Hi(e) {
6933
6933
  return "[Throws: " + (e ? e.message : "?") + "]";
6934
6934
  }
6935
6935
  function hg(e, n) {
@@ -6937,7 +6937,7 @@
6937
6937
  try {
6938
6938
  return e[n];
6939
6939
  } catch (o) {
6940
- return qi(o);
6940
+ return Hi(o);
6941
6941
  }
6942
6942
  return e[n];
6943
6943
  }
@@ -6951,7 +6951,7 @@
6951
6951
  var i = o(l.toJSON());
6952
6952
  return n.pop(), i;
6953
6953
  } catch (s) {
6954
- return qi(s);
6954
+ return Hi(s);
6955
6955
  }
6956
6956
  if (Array.isArray(l)) {
6957
6957
  var r = l.map(o);
@@ -8248,8 +8248,8 @@
8248
8248
  },
8249
8249
  },
8250
8250
  },
8251
- Hg = { class: "icon-circle" };
8252
- function qg(e, n, o, l, i, r) {
8251
+ qg = { class: "icon-circle" };
8252
+ function Hg(e, n, o, l, i, r) {
8253
8253
  const a = t.resolveComponent("ux-icon"),
8254
8254
  s = t.resolveComponent("flex-cell"),
8255
8255
  c = t.resolveComponent("flex-row");
@@ -8271,7 +8271,7 @@
8271
8271
  { key: 0, shrink: "" },
8272
8272
  {
8273
8273
  default: t.withCtx(() => [
8274
- t.createElementVNode("div", Hg, [
8274
+ t.createElementVNode("div", qg, [
8275
8275
  t.createVNode(a, { icon: o.icon }, null, 8, [
8276
8276
  "icon",
8277
8277
  ]),
@@ -8297,7 +8297,7 @@
8297
8297
  );
8298
8298
  }
8299
8299
  const Ki = g(zg, [
8300
- ["render", qg],
8300
+ ["render", Hg],
8301
8301
  ["__scopeId", "data-v-9669e7c0"],
8302
8302
  ]),
8303
8303
  dF = "",
@@ -8519,7 +8519,7 @@
8519
8519
  )
8520
8520
  );
8521
8521
  }
8522
- const qn = g(vg, [
8522
+ const Hn = g(vg, [
8523
8523
  ["render", e_],
8524
8524
  ["__scopeId", "data-v-831dacfa"],
8525
8525
  ]),
@@ -8883,7 +8883,7 @@
8883
8883
  }
8884
8884
  const Qi = g(a_, [
8885
8885
  ["render", s_],
8886
- ["__scopeId", "data-v-df62da5c"],
8886
+ ["__scopeId", "data-v-a19aee17"],
8887
8887
  ]),
8888
8888
  bF = "",
8889
8889
  c_ = {
@@ -10137,8 +10137,8 @@
10137
10137
  ),
10138
10138
  R_ = { key: 0, class: "ux-field-title" },
10139
10139
  z_ = { key: 0, class: "ux-required-marker" },
10140
- H_ = { key: 1, class: "ux-field-description" },
10141
- q_ = { key: 2 },
10140
+ q_ = { key: 1, class: "ux-field-description" },
10141
+ H_ = { key: 2 },
10142
10142
  W_ = { key: 0 },
10143
10143
  G_ = { key: 1 },
10144
10144
  K_ = { class: "ux-text-wrap" },
@@ -10172,14 +10172,14 @@
10172
10172
  ? (t.openBlock(),
10173
10173
  t.createElementBlock(
10174
10174
  "div",
10175
- H_,
10175
+ q_,
10176
10176
  t.toDisplayString(e.description),
10177
10177
  1,
10178
10178
  ))
10179
10179
  : t.createCommentVNode("", !0),
10180
10180
  e.multiValue
10181
10181
  ? (t.openBlock(),
10182
- t.createElementBlock("div", q_, [
10182
+ t.createElementBlock("div", H_, [
10183
10183
  (t.openBlock(!0),
10184
10184
  t.createElementBlock(
10185
10185
  t.Fragment,
@@ -11131,7 +11131,7 @@
11131
11131
  ma = Je(/iP(ad|od|hone)/i),
11132
11132
  Tk = Je(/chrome/i) && Je(/android/i),
11133
11133
  fa = { capture: !1, passive: !1 };
11134
- function q(e, n, o) {
11134
+ function H(e, n, o) {
11135
11135
  e.addEventListener(n, o, !Xe && fa);
11136
11136
  }
11137
11137
  function z(e, n, o) {
@@ -11916,10 +11916,10 @@
11916
11916
  (this.nativeDraggable = n.forceFallback ? !1 : Pk),
11917
11917
  this.nativeDraggable && (this.options.touchStartThreshold = 1),
11918
11918
  n.supportPointer
11919
- ? q(e, "pointerdown", this._onTapStart)
11920
- : (q(e, "mousedown", this._onTapStart),
11921
- q(e, "touchstart", this._onTapStart)),
11922
- this.nativeDraggable && (q(e, "dragover", this), q(e, "dragenter", this)),
11919
+ ? H(e, "pointerdown", this._onTapStart)
11920
+ : (H(e, "mousedown", this._onTapStart),
11921
+ H(e, "touchstart", this._onTapStart)),
11922
+ this.nativeDraggable && (H(e, "dragover", this), H(e, "dragenter", this)),
11923
11923
  Xn.push(this.el),
11924
11924
  n.store && n.store.get && this.sort(n.store.get(this) || []),
11925
11925
  Ze(this, Ik());
@@ -12050,12 +12050,12 @@
12050
12050
  a.ignore.split(",").forEach(function (d) {
12051
12051
  ha(x, d.trim(), rr);
12052
12052
  }),
12053
- q(s, "dragover", _t),
12054
- q(s, "mousemove", _t),
12055
- q(s, "touchmove", _t),
12056
- q(s, "mouseup", i._onDrop),
12057
- q(s, "touchend", i._onDrop),
12058
- q(s, "touchcancel", i._onDrop),
12053
+ H(s, "dragover", _t),
12054
+ H(s, "mousemove", _t),
12055
+ H(s, "touchmove", _t),
12056
+ H(s, "mouseup", i._onDrop),
12057
+ H(s, "touchend", i._onDrop),
12058
+ H(s, "touchcancel", i._onDrop),
12059
12059
  ua &&
12060
12060
  this.nativeDraggable &&
12061
12061
  ((this.options.touchStartThreshold = 4), (x.draggable = !0)),
@@ -12068,13 +12068,13 @@
12068
12068
  this._onDrop();
12069
12069
  return;
12070
12070
  }
12071
- q(s, "mouseup", i._disableDelayedDrag),
12072
- q(s, "touchend", i._disableDelayedDrag),
12073
- q(s, "touchcancel", i._disableDelayedDrag),
12074
- q(s, "mousemove", i._delayedDragTouchMoveHandler),
12075
- q(s, "touchmove", i._delayedDragTouchMoveHandler),
12071
+ H(s, "mouseup", i._disableDelayedDrag),
12072
+ H(s, "touchend", i._disableDelayedDrag),
12073
+ H(s, "touchcancel", i._disableDelayedDrag),
12074
+ H(s, "mousemove", i._delayedDragTouchMoveHandler),
12075
+ H(s, "touchmove", i._delayedDragTouchMoveHandler),
12076
12076
  a.supportPointer &&
12077
- q(s, "pointermove", i._delayedDragTouchMoveHandler),
12077
+ H(s, "pointermove", i._delayedDragTouchMoveHandler),
12078
12078
  (i._dragStartTimer = setTimeout(c, a.delay));
12079
12079
  } else c();
12080
12080
  }
@@ -12108,11 +12108,11 @@
12108
12108
  (o = o || (n.pointerType == "touch" && n)),
12109
12109
  !this.nativeDraggable || o
12110
12110
  ? this.options.supportPointer
12111
- ? q(document, "pointermove", this._onTouchMove)
12111
+ ? H(document, "pointermove", this._onTouchMove)
12112
12112
  : o
12113
- ? q(document, "touchmove", this._onTouchMove)
12114
- : q(document, "mousemove", this._onTouchMove)
12115
- : (q(x, "dragend", this), q(Z, "dragstart", this._onDragStart));
12113
+ ? H(document, "touchmove", this._onTouchMove)
12114
+ : H(document, "mousemove", this._onTouchMove)
12115
+ : (H(x, "dragend", this), H(Z, "dragstart", this._onDragStart));
12116
12116
  try {
12117
12117
  document.selection
12118
12118
  ? ro(function () {
@@ -12124,7 +12124,7 @@
12124
12124
  _dragStarted: function (n, o) {
12125
12125
  if (((Pt = !1), Z && x)) {
12126
12126
  Ce("dragStarted", this, { evt: o }),
12127
- this.nativeDraggable && q(document, "dragover", zk);
12127
+ this.nativeDraggable && H(document, "dragover", zk);
12128
12128
  var l = this.options;
12129
12129
  !n && Ne(x, l.dragClass, !1),
12130
12130
  Ne(x, l.ghostClass, !0),
@@ -12295,11 +12295,11 @@
12295
12295
  i &&
12296
12296
  ((i.effectAllowed = "move"),
12297
12297
  r.setData && r.setData.call(l, i, x)),
12298
- q(document, "drop", l),
12298
+ H(document, "drop", l),
12299
12299
  O(x, "transform", "translateZ(0)")),
12300
12300
  (Pt = !0),
12301
12301
  (l._dragStartId = ro(l._dragStarted.bind(l, o, n))),
12302
- q(document, "selectstart", l),
12302
+ H(document, "selectstart", l),
12303
12303
  (pn = !0),
12304
12304
  dn && O(document.body, "user-select", "none");
12305
12305
  },
@@ -12319,9 +12319,9 @@
12319
12319
  h = this,
12320
12320
  y = !1;
12321
12321
  if (or) return;
12322
- function T(qe, zt) {
12322
+ function T(He, zt) {
12323
12323
  Ce(
12324
- qe,
12324
+ He,
12325
12325
  h,
12326
12326
  je(
12327
12327
  {
@@ -12349,10 +12349,10 @@
12349
12349
  h.captureAnimationState(),
12350
12350
  h !== f && f.captureAnimationState();
12351
12351
  }
12352
- function L(qe) {
12352
+ function L(He) {
12353
12353
  return (
12354
- T("dragOverCompleted", { insertion: qe }),
12355
- qe &&
12354
+ T("dragOverCompleted", { insertion: He }),
12355
+ He &&
12356
12356
  (d ? u._hideClone() : u._showClone(h),
12357
12357
  h !== f &&
12358
12358
  (Ne(x, ie ? ie.options.ghostClass : u.options.ghostClass, !1),
@@ -12369,7 +12369,7 @@
12369
12369
  !s.dragoverBubble &&
12370
12370
  !n.rootEl &&
12371
12371
  l !== document &&
12372
- (x.parentNode[Ee]._isOutsideThisEl(n.target), !qe && _t(n)),
12372
+ (x.parentNode[Ee]._isOutsideThisEl(n.target), !He && _t(n)),
12373
12373
  !s.dragoverBubble && n.stopPropagation && n.stopPropagation(),
12374
12374
  (y = !0)
12375
12375
  );
@@ -12482,7 +12482,7 @@
12482
12482
  return (
12483
12483
  (lt === 1 || lt === -1) && (ye = lt === 1),
12484
12484
  (or = !0),
12485
- setTimeout(qk, 30),
12485
+ setTimeout(Hk, 30),
12486
12486
  $(),
12487
12487
  ye && !Ve
12488
12488
  ? o.appendChild(x)
@@ -12656,7 +12656,7 @@
12656
12656
  break;
12657
12657
  case "dragenter":
12658
12658
  case "dragover":
12659
- x && (this._onDragOver(n), Hk(n));
12659
+ x && (this._onDragOver(n), qk(n));
12660
12660
  break;
12661
12661
  case "selectstart":
12662
12662
  n.preventDefault();
@@ -12753,7 +12753,7 @@
12753
12753
  }
12754
12754
  },
12755
12755
  };
12756
- function Hk(e) {
12756
+ function qk(e) {
12757
12757
  e.dataTransfer && (e.dataTransfer.dropEffect = "move"),
12758
12758
  e.cancelable && e.preventDefault();
12759
12759
  }
@@ -12782,7 +12782,7 @@
12782
12782
  function rr(e) {
12783
12783
  e.draggable = !1;
12784
12784
  }
12785
- function qk() {
12785
+ function Hk() {
12786
12786
  or = !1;
12787
12787
  }
12788
12788
  function Wk(e, n, o) {
@@ -12857,11 +12857,11 @@
12857
12857
  return clearTimeout(e);
12858
12858
  }
12859
12859
  to &&
12860
- q(document, "touchmove", function (e) {
12860
+ H(document, "touchmove", function (e) {
12861
12861
  (F.active || Pt) && e.cancelable && e.preventDefault();
12862
12862
  }),
12863
12863
  (F.utils = {
12864
- on: q,
12864
+ on: H,
12865
12865
  off: z,
12866
12866
  css: O,
12867
12867
  find: ha,
@@ -12925,12 +12925,12 @@
12925
12925
  dragStarted: function (o) {
12926
12926
  var l = o.originalEvent;
12927
12927
  this.sortable.nativeDraggable
12928
- ? q(document, "dragover", this._handleAutoScroll)
12928
+ ? H(document, "dragover", this._handleAutoScroll)
12929
12929
  : this.options.supportPointer
12930
- ? q(document, "pointermove", this._handleFallbackAutoScroll)
12930
+ ? H(document, "pointermove", this._handleFallbackAutoScroll)
12931
12931
  : l.touches
12932
- ? q(document, "touchmove", this._handleFallbackAutoScroll)
12933
- : q(document, "mousemove", this._handleFallbackAutoScroll);
12932
+ ? H(document, "touchmove", this._handleFallbackAutoScroll)
12933
+ : H(document, "mousemove", this._handleFallbackAutoScroll);
12934
12934
  },
12935
12935
  dragOverCompleted: function (o) {
12936
12936
  var l = o.originalEvent;
@@ -13607,7 +13607,7 @@
13607
13607
  },
13608
13608
  }),
13609
13609
  MF = "";
13610
- function Ha(e, n) {
13610
+ function qa(e, n) {
13611
13611
  let o = e.title.toUpperCase(),
13612
13612
  l = n.title.toUpperCase();
13613
13613
  return o < l ? -1 : o > l ? 1 : 0;
@@ -13640,7 +13640,7 @@
13640
13640
  };
13641
13641
  let o = this.field.referenceType;
13642
13642
  if (!o) {
13643
- const i = (await e.$sdk.content.glossary()).sort(Ha),
13643
+ const i = (await e.$sdk.content.glossary()).sort(qa),
13644
13644
  { key: r } = await e.$sdk.options(
13645
13645
  i,
13646
13646
  "Select content type",
@@ -13702,7 +13702,7 @@
13702
13702
  };
13703
13703
  let o = this.field.referenceType;
13704
13704
  if (!o) {
13705
- const i = (await e.$sdk.content.glossary()).sort(Ha),
13705
+ const i = (await e.$sdk.content.glossary()).sort(qa),
13706
13706
  { key: r } = await e.$sdk.options(
13707
13707
  i,
13708
13708
  "Select content type",
@@ -14136,7 +14136,7 @@
14136
14136
  )
14137
14137
  );
14138
14138
  }
14139
- const qa = g(k1, [
14139
+ const Ha = g(k1, [
14140
14140
  ["render", V1],
14141
14141
  ["__scopeId", "data-v-38242855"],
14142
14142
  ]),
@@ -14405,7 +14405,7 @@
14405
14405
  ]),
14406
14406
  $F = "",
14407
14407
  A1 = {
14408
- components: { UxCircle: Hn },
14408
+ components: { UxCircle: qn },
14409
14409
  props: { item: { type: Object }, click: { type: Function } },
14410
14410
  data() {
14411
14411
  return { glossary: {} };
@@ -14740,7 +14740,7 @@
14740
14740
  },
14741
14741
  },
14742
14742
  };
14743
- function H1(e, n, o, l, i, r) {
14743
+ function q1(e, n, o, l, i, r) {
14744
14744
  const a = t.resolveComponent("spinner"),
14745
14745
  s = t.resolveComponent("scope-item");
14746
14746
  return (
@@ -14773,12 +14773,12 @@
14773
14773
  );
14774
14774
  }
14775
14775
  const Wa = g(z1, [
14776
- ["render", H1],
14776
+ ["render", q1],
14777
14777
  ["__scopeId", "data-v-70c07a8e"],
14778
14778
  ]),
14779
14779
  AF = "",
14780
- q1 = {
14781
- components: { UxCircle: Hn },
14780
+ H1 = {
14781
+ components: { UxCircle: qn },
14782
14782
  async created() {
14783
14783
  this.reloadScopeGlossary();
14784
14784
  },
@@ -14960,7 +14960,7 @@
14960
14960
  ])
14961
14961
  );
14962
14962
  }
14963
- const Ga = g(q1, [
14963
+ const Ga = g(H1, [
14964
14964
  ["render", G1],
14965
14965
  ["__scopeId", "data-v-0e820a8c"],
14966
14966
  ]),
@@ -16523,7 +16523,7 @@
16523
16523
  ["render", Rb],
16524
16524
  ["__scopeId", "data-v-06e121d1"],
16525
16525
  ]),
16526
- HF = "";
16526
+ qF = "";
16527
16527
  function Ja(e) {
16528
16528
  return (
16529
16529
  (e = String(e || "00")
@@ -16550,8 +16550,8 @@
16550
16550
  },
16551
16551
  },
16552
16552
  },
16553
- Hb = { key: 0, class: "ux-field-title" },
16554
- qb = { key: 0, class: "ux-required-marker" },
16553
+ qb = { key: 0, class: "ux-field-title" },
16554
+ Hb = { key: 0, class: "ux-required-marker" },
16555
16555
  Wb = { key: 1, class: "ux-field-description" },
16556
16556
  Gb = { key: 2 },
16557
16557
  Kb = ["onUpdate:modelValue"];
@@ -16568,10 +16568,10 @@
16568
16568
  [
16569
16569
  e.showLabel
16570
16570
  ? (t.openBlock(),
16571
- t.createElementBlock("label", Hb, [
16571
+ t.createElementBlock("label", qb, [
16572
16572
  t.createTextVNode(t.toDisplayString(e.label) + " ", 1),
16573
16573
  e.required
16574
- ? (t.openBlock(), t.createElementBlock("span", qb, "*"))
16574
+ ? (t.openBlock(), t.createElementBlock("span", Hb, "*"))
16575
16575
  : t.createCommentVNode("", !0),
16576
16576
  ]))
16577
16577
  : t.createCommentVNode("", !0),
@@ -16723,7 +16723,7 @@
16723
16723
  ["render", Yb],
16724
16724
  ["__scopeId", "data-v-b9cac2ad"],
16725
16725
  ]),
16726
- qF = "",
16726
+ HF = "",
16727
16727
  Jb = {
16728
16728
  components: { Daterange: aa },
16729
16729
  props: { modelValue: { type: [Object, Array] } },
@@ -16915,7 +16915,7 @@
16915
16915
  }
16916
16916
  const ox = {
16917
16917
  mixins: [P],
16918
- components: { UxCheckbox: qn },
16918
+ components: { UxCheckbox: Hn },
16919
16919
  props: { modelValue: { type: [Boolean, Array] } },
16920
16920
  data() {
16921
16921
  return { boolean: Xa(this.modelValue) };
@@ -17217,7 +17217,7 @@
17217
17217
  function zx(e) {
17218
17218
  return String(e).length < 2 && (e = `0${e}`), e;
17219
17219
  }
17220
- const { lookup: Hx, options: qx } = [...ns(1, 13)].reduce(
17220
+ const { lookup: qx, options: Hx } = [...ns(1, 13)].reduce(
17221
17221
  function (e, n) {
17222
17222
  let o;
17223
17223
  switch (n) {
@@ -17353,7 +17353,7 @@
17353
17353
  },
17354
17354
  displayMonth() {
17355
17355
  const e = this;
17356
- return e.empty ? "-" : Hx[e.month];
17356
+ return e.empty ? "-" : qx[e.month];
17357
17357
  },
17358
17358
  displayYear() {
17359
17359
  const e = this;
@@ -17477,7 +17477,7 @@
17477
17477
  return l;
17478
17478
  },
17479
17479
  monthOptions() {
17480
- return qx;
17480
+ return Hx;
17481
17481
  },
17482
17482
  amOptions() {
17483
17483
  return [
@@ -18336,7 +18336,7 @@
18336
18336
  CurrencyField: Ya,
18337
18337
  DateField: Za,
18338
18338
  NativeSelect: Pe,
18339
- ContentSelect: qa,
18339
+ ContentSelect: Ha,
18340
18340
  ScopeSelect: Ka,
18341
18341
  CountrySelect: Zo,
18342
18342
  TimezoneSelect: ca,
@@ -19741,8 +19741,8 @@
19741
19741
  return { model: JSON.parse(JSON.stringify(this.modelValue)) };
19742
19742
  },
19743
19743
  },
19744
- Hw = { class: "filters" },
19745
- qw = { key: 0, class: "top" },
19744
+ qw = { class: "filters" },
19745
+ Hw = { key: 0, class: "top" },
19746
19746
  Ww = { class: "summary" };
19747
19747
  function Gw(e, n, o, l, i, r) {
19748
19748
  const a = t.resolveComponent("native-select"),
@@ -19759,10 +19759,10 @@
19759
19759
  default: t.withCtx(() => [
19760
19760
  t.createVNode(u, null, {
19761
19761
  default: t.withCtx(() => [
19762
- t.createElementVNode("div", Hw, [
19762
+ t.createElementVNode("div", qw, [
19763
19763
  i.model && i.model.filters && i.model.filters.length
19764
19764
  ? (t.openBlock(),
19765
- t.createElementBlock("div", qw, [
19765
+ t.createElementBlock("div", Hw, [
19766
19766
  t.createElementVNode("div", Ww, [
19767
19767
  t.createTextVNode(" Match "),
19768
19768
  t.createVNode(
@@ -21208,7 +21208,7 @@
21208
21208
  ["__scopeId", "data-v-6bce29af"],
21209
21209
  ]),
21210
21210
  oM = "",
21211
- HC = {
21211
+ qC = {
21212
21212
  mixins: [P],
21213
21213
  components: { FileDrop: as },
21214
21214
  props: {},
@@ -21322,7 +21322,7 @@
21322
21322
  },
21323
21323
  computed: {},
21324
21324
  },
21325
- qC = { key: 0, class: "ux-field-title" },
21325
+ HC = { key: 0, class: "ux-field-title" },
21326
21326
  WC = { key: 0, class: "ux-required-marker" },
21327
21327
  GC = { key: 1, class: "ux-field-description" },
21328
21328
  KC = { key: 2, class: "files" },
@@ -21342,7 +21342,7 @@
21342
21342
  [
21343
21343
  e.showLabel
21344
21344
  ? (t.openBlock(),
21345
- t.createElementBlock("label", qC, [
21345
+ t.createElementBlock("label", HC, [
21346
21346
  t.createTextVNode(t.toDisplayString(e.label) + " ", 1),
21347
21347
  e.required
21348
21348
  ? (t.openBlock(), t.createElementBlock("span", WC, "*"))
@@ -21503,7 +21503,7 @@
21503
21503
  )
21504
21504
  );
21505
21505
  }
21506
- const JC = g(HC, [
21506
+ const JC = g(qC, [
21507
21507
  ["render", ZC],
21508
21508
  ["__scopeId", "data-v-d29a9855"],
21509
21509
  ]),
@@ -22761,7 +22761,7 @@
22761
22761
  ]),
22762
22762
  aM = "",
22763
22763
  SV = {
22764
- components: { UxCheckbox: qn },
22764
+ components: { UxCheckbox: Hn },
22765
22765
  props: { modelValue: { type: Object } },
22766
22766
  data() {
22767
22767
  return { glossary: null, update: 0, loadingGlossary: !0 };
@@ -23162,10 +23162,10 @@
23162
23162
  jV = { key: 1, class: "ux-field-description" },
23163
23163
  RV = { key: 2 },
23164
23164
  zV = { class: "ux-text-wrap prefixed" },
23165
- HV = so(() =>
23165
+ qV = so(() =>
23166
23166
  t.createElementVNode("span", { class: "ux-text-prefix" }, "Label", -1),
23167
23167
  ),
23168
- qV = ["onBlur", "on:update:modelValue", "onUpdate:modelValue"],
23168
+ HV = ["onBlur", "on:update:modelValue", "onUpdate:modelValue"],
23169
23169
  WV = ["onBlur", "on:update:modelValue", "onUpdate:modelValue"],
23170
23170
  GV = { class: "ux-text-wrap prefixed" },
23171
23171
  KV = so(() =>
@@ -23232,7 +23232,7 @@
23232
23232
  {
23233
23233
  default: t.withCtx(() => [
23234
23234
  t.createElementVNode("div", zV, [
23235
- HV,
23235
+ qV,
23236
23236
  r.lazy
23237
23237
  ? t.withDirectives(
23238
23238
  (t.openBlock(),
@@ -23266,7 +23266,7 @@
23266
23266
  },
23267
23267
  null,
23268
23268
  40,
23269
- qV,
23269
+ HV,
23270
23270
  )),
23271
23271
  [
23272
23272
  [
@@ -23671,15 +23671,8 @@
23671
23671
  components: {},
23672
23672
  methods: {
23673
23673
  injectToken(e) {
23674
- const n = this.editor;
23675
- if (!n) return;
23676
- const o = n.session;
23677
- if (!o) return;
23678
- const l = this.editor.selection.getRange();
23679
- l && (l.start, l.end, o.replace(l, e), n.focus());
23680
- },
23681
- editorInit(e) {
23682
- this.editor = e;
23674
+ const n = this.$refs.editor;
23675
+ n && n.inject(e);
23683
23676
  },
23684
23677
  focussed() {
23685
23678
  const e = this;
@@ -23774,7 +23767,7 @@
23774
23767
  s = t.resolveComponent("ux-icon"),
23775
23768
  c = t.resolveComponent("flex-row"),
23776
23769
  u = t.resolveComponent("ux-button"),
23777
- d = t.resolveComponent("v-ace-editor"),
23770
+ d = t.resolveComponent("qik-code-editor"),
23778
23771
  m = t.resolveComponent("flex-column");
23779
23772
  return i.mounted
23780
23773
  ? (t.openBlock(),
@@ -23881,21 +23874,19 @@
23881
23874
  t.createVNode(
23882
23875
  d,
23883
23876
  {
23877
+ ref: "editor",
23878
+ syntax: o.lang,
23884
23879
  onBlur: r.blurred,
23885
23880
  onFocus: r.focussed,
23886
23881
  readonly: o.readonly,
23887
23882
  class: "editor-wrap",
23888
- value: i.model,
23889
- "onUpdate:value": n[1] || (n[1] = (f) => (i.model = f)),
23890
- options: { useWorker: !0 },
23891
- onInit: r.editorInit,
23892
- lang: o.lang,
23893
- theme: "tomorrow_night_eighties",
23883
+ modelValue: i.model,
23884
+ "onUpdate:modelValue": n[1] || (n[1] = (f) => (i.model = f)),
23894
23885
  style: { height: "300px" },
23895
23886
  },
23896
23887
  null,
23897
23888
  8,
23898
- ["onBlur", "onFocus", "readonly", "value", "onInit", "lang"],
23889
+ ["syntax", "onBlur", "onFocus", "readonly", "modelValue"],
23899
23890
  ),
23900
23891
  ]),
23901
23892
  _: 1,
@@ -23905,7 +23896,7 @@
23905
23896
  }
23906
23897
  const ss = g(n0, [
23907
23898
  ["render", l0],
23908
- ["__scopeId", "data-v-d61fa45a"],
23899
+ ["__scopeId", "data-v-661639aa"],
23909
23900
  ]),
23910
23901
  dM = "",
23911
23902
  i0 = {
@@ -25258,8 +25249,8 @@
25258
25249
  j0 = { key: 0, class: "ux-required-marker" },
25259
25250
  R0 = { key: 1, class: "ux-field-description" },
25260
25251
  z0 = { key: 2 },
25261
- H0 = { class: "location-field-wrap" },
25262
- q0 = ["id"],
25252
+ q0 = { class: "location-field-wrap" },
25253
+ H0 = ["id"],
25263
25254
  W0 = { key: 3, class: "location-field-wrap" },
25264
25255
  G0 = ["id"];
25265
25256
  function K0(e, n, o, l, i, r) {
@@ -25305,7 +25296,7 @@
25305
25296
  "div",
25306
25297
  { class: "ux-location-row", key: p },
25307
25298
  [
25308
- t.createElementVNode("div", H0, [
25299
+ t.createElementVNode("div", q0, [
25309
25300
  t.createVNode(
25310
25301
  d,
25311
25302
  { gap: "", center: "" },
@@ -25439,7 +25430,7 @@
25439
25430
  },
25440
25431
  null,
25441
25432
  8,
25442
- q0,
25433
+ H0,
25443
25434
  ),
25444
25435
  i.multiAdvancedOptions[p]
25445
25436
  ? (t.openBlock(),
@@ -26039,20 +26030,20 @@
26039
26030
  pe = function (B) {
26040
26031
  var _ = 0,
26041
26032
  k;
26042
- for (var Ht in B)
26043
- (k = Ht.length) > _ && B.hasOwnProperty(Ht) && (_ = k);
26033
+ for (var qt in B)
26034
+ (k = qt.length) > _ && B.hasOwnProperty(qt) && (_ = k);
26044
26035
  return _;
26045
26036
  },
26046
26037
  he = pe(se),
26047
26038
  Ve = pe(ce),
26048
26039
  ye = { true: !0, false: !1, null: null },
26049
26040
  lt = "this",
26050
- qe = function (B) {
26041
+ He = function (B) {
26051
26042
  return ce[B] || 0;
26052
26043
  },
26053
26044
  zt = function (B, _, k) {
26054
- var Ht = B === "||" || B === "&&" ? m : d;
26055
- return { type: Ht, operator: B, left: _, right: k };
26045
+ var qt = B === "||" || B === "&&" ? m : d;
26046
+ return { type: qt, operator: B, left: _, right: k };
26056
26047
  },
26057
26048
  it = function (B) {
26058
26049
  return B >= 48 && B <= 57;
@@ -26080,12 +26071,12 @@
26080
26071
  for (
26081
26072
  var _ = 0,
26082
26073
  k = B.charAt,
26083
- Ht = B.charCodeAt,
26074
+ qt = B.charCodeAt,
26084
26075
  xe = function (b) {
26085
26076
  return k.call(B, b);
26086
26077
  },
26087
26078
  J = function (b) {
26088
- return Ht.call(B, b);
26079
+ return qt.call(B, b);
26089
26080
  },
26090
26081
  wn = B.length,
26091
26082
  Ge = function () {
@@ -26096,21 +26087,21 @@
26096
26087
  )
26097
26088
  b = J(++_);
26098
26089
  },
26099
- qt = function () {
26090
+ Ht = function () {
26100
26091
  var b = bO(),
26101
26092
  E,
26102
26093
  j;
26103
26094
  if ((Ge(), J(_) === M)) {
26104
26095
  if (
26105
26096
  (_++,
26106
- (E = qt()),
26097
+ (E = Ht()),
26107
26098
  E || S("Expected expression", _),
26108
26099
  Ge(),
26109
26100
  J(_) === A)
26110
26101
  )
26111
26102
  return (
26112
26103
  _++,
26113
- (j = qt()),
26104
+ (j = Ht()),
26114
26105
  j || S("Expected expression", _),
26115
26106
  { type: f, test: b, consequent: E, alternate: j }
26116
26107
  );
@@ -26134,11 +26125,11 @@
26134
26125
  var b, E, j, K, wt, Ue, at, Wt, nc;
26135
26126
  if (((Ue = yo()), (E = Qs()), !E)) return Ue;
26136
26127
  for (
26137
- wt = { value: E, prec: qe(E) },
26128
+ wt = { value: E, prec: He(E) },
26138
26129
  at = yo(),
26139
26130
  at || S("Expected expression after " + E, _),
26140
26131
  K = [Ue, wt, at];
26141
- (E = Qs()) && ((j = qe(E)), j !== 0);
26132
+ (E = Qs()) && ((j = He(E)), j !== 0);
26142
26133
 
26143
26134
  ) {
26144
26135
  for (
@@ -26277,7 +26268,7 @@
26277
26268
  for (var at = j.length; at < Ue; at++) j.push(null);
26278
26269
  }
26279
26270
  } else
26280
- (K = qt()),
26271
+ (K = Ht()),
26281
26272
  (!K || K.type === l) && S("Expected comma", _),
26282
26273
  j.push(K);
26283
26274
  return wt || S("Expected " + String.fromCharCode(b), _), j;
@@ -26303,7 +26294,7 @@
26303
26294
  type: r,
26304
26295
  computed: !0,
26305
26296
  object: E,
26306
- property: qt(),
26297
+ property: Ht(),
26307
26298
  }),
26308
26299
  Ge(),
26309
26300
  (b = J(_)),
@@ -26317,7 +26308,7 @@
26317
26308
  },
26318
26309
  VO = function () {
26319
26310
  _++;
26320
- var b = qt();
26311
+ var b = Ht();
26321
26312
  if ((Ge(), J(_) === W)) return _++, b;
26322
26313
  S("Unclosed (", _);
26323
26314
  },
@@ -26333,7 +26324,7 @@
26333
26324
  (Dr = J(_)),
26334
26325
  Dr === D || Dr === y
26335
26326
  ? _++
26336
- : (tc = qt())
26327
+ : (tc = Ht())
26337
26328
  ? go.push(tc)
26338
26329
  : _ < wn && S('Unexpected "' + xe(_) + '"', _);
26339
26330
  return go.length === 1 ? go[0] : { type: l, body: go };
@@ -26553,11 +26544,11 @@
26553
26544
  return l;
26554
26545
  }
26555
26546
  var zB = RB,
26556
- HB = on,
26557
- qB = rn,
26547
+ qB = on,
26548
+ HB = rn,
26558
26549
  WB = "[object Arguments]";
26559
26550
  function GB(e) {
26560
- return qB(e) && HB(e) == WB;
26551
+ return HB(e) && qB(e) == WB;
26561
26552
  }
26562
26553
  var KB = GB,
26563
26554
  hs = KB,
@@ -26688,14 +26679,14 @@
26688
26679
  jN = an,
26689
26680
  RN = uo,
26690
26681
  zN = va,
26691
- HN = AN,
26692
- qN = Object.prototype,
26693
- WN = qN.hasOwnProperty;
26682
+ qN = AN,
26683
+ HN = Object.prototype,
26684
+ WN = HN.hasOwnProperty;
26694
26685
  function GN(e, n) {
26695
26686
  var o = jN(e),
26696
26687
  l = !o && PN(e),
26697
26688
  i = !o && !l && RN(e),
26698
- r = !o && !l && !i && HN(e),
26689
+ r = !o && !l && !i && qN(e),
26699
26690
  a = o || l || i || r,
26700
26691
  s = a ? UN(e.length, String) : [],
26701
26692
  c = s.length;
@@ -27428,7 +27419,7 @@
27428
27419
  String(e) === "undefined"
27429
27420
  );
27430
27421
  }
27431
- const HE = {
27422
+ const qE = {
27432
27423
  props: { title: { type: String }, modelValue: {} },
27433
27424
  mixins: [P],
27434
27425
  created() {
@@ -27521,7 +27512,7 @@
27521
27512
  },
27522
27513
  },
27523
27514
  },
27524
- qE = { key: 0, class: "ux-field-title" },
27515
+ HE = { key: 0, class: "ux-field-title" },
27525
27516
  WE = { key: 0, class: "ux-required-marker" },
27526
27517
  GE = { key: 1, class: "ux-field-description" },
27527
27518
  KE = { key: 0, class: "ui-select-button" },
@@ -27539,7 +27530,7 @@
27539
27530
  [
27540
27531
  e.showLabel
27541
27532
  ? (t.openBlock(),
27542
- t.createElementBlock("label", qE, [
27533
+ t.createElementBlock("label", HE, [
27543
27534
  t.createTextVNode(t.toDisplayString(e.label) + " ", 1),
27544
27535
  e.required
27545
27536
  ? (t.openBlock(), t.createElementBlock("span", WE, "*"))
@@ -27648,7 +27639,7 @@
27648
27639
  )
27649
27640
  );
27650
27641
  }
27651
- const vE = g(HE, [
27642
+ const vE = g(qE, [
27652
27643
  ["render", QE],
27653
27644
  ["__scopeId", "data-v-a9c5a05f"],
27654
27645
  ]),
@@ -28415,7 +28406,7 @@
28415
28406
  CustomHtml: px,
28416
28407
  BooleanSwitch: PC,
28417
28408
  FieldGroup: sV,
28418
- ContentSelect: qa,
28409
+ ContentSelect: Ha,
28419
28410
  TypeSelect: L1,
28420
28411
  ScopeSelect: Ka,
28421
28412
  FieldSelect: ls,
@@ -29033,7 +29024,7 @@
29033
29024
  Ve = t.resolveComponent("timezone-select"),
29034
29025
  ye = t.resolveComponent("country-select"),
29035
29026
  lt = t.resolveComponent("phone-number-input"),
29036
- qe = t.resolveComponent("object-field"),
29027
+ He = t.resolveComponent("object-field"),
29037
29028
  zt = t.resolveComponent("model-field"),
29038
29029
  it = t.resolveComponent("payment-field"),
29039
29030
  We = t.resolveComponent("options-manager"),
@@ -29655,7 +29646,7 @@
29655
29646
  r.widget == "object"
29656
29647
  ? (t.openBlock(),
29657
29648
  t.createBlock(
29658
- qe,
29649
+ He,
29659
29650
  {
29660
29651
  key: 31,
29661
29652
  onTouched: r.touch,
@@ -30026,10 +30017,10 @@
30026
30017
  jS = AS + US + PS,
30027
30018
  RS = "[" + jS + "]",
30028
30019
  zS = RegExp(RS, "g");
30029
- function HS(e) {
30020
+ function qS(e) {
30030
30021
  return (e = $S(e)), e && e.replace(LS, IS).replace(zS, "");
30031
30022
  }
30032
- var qS = HS,
30023
+ var HS = qS,
30033
30024
  WS = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;
30034
30025
  function GS(e) {
30035
30026
  return e.match(WS) || [];
@@ -30110,7 +30101,7 @@
30110
30101
  }
30111
30102
  var NT = BT,
30112
30103
  ET = ES,
30113
- ST = qS,
30104
+ ST = HS,
30114
30105
  TT = NT,
30115
30106
  DT = "['’]",
30116
30107
  OT = RegExp(DT, "g");
@@ -30718,8 +30709,8 @@
30718
30709
  zT = ((e) => (
30719
30710
  t.pushScopeId("data-v-59acf39e"), (e = e()), t.popScopeId(), e
30720
30711
  ))(() => t.createElementVNode("h3", null, "An error occurred", -1)),
30721
- HT = { key: 0 },
30722
- qT = { key: 1 },
30712
+ qT = { key: 0 },
30713
+ HT = { key: 1 },
30723
30714
  WT = { key: 2 },
30724
30715
  GT = { class: "intent-submit" },
30725
30716
  KT = ["tooltip"];
@@ -30749,14 +30740,14 @@
30749
30740
  ? (t.openBlock(),
30750
30741
  t.createElementBlock(
30751
30742
  "pre",
30752
- HT,
30743
+ qT,
30753
30744
  t.toDisplayString(i.error.message),
30754
30745
  1,
30755
30746
  ))
30756
30747
  : t.createCommentVNode("", !0),
30757
30748
  (p = i.error.data) != null && p.errors
30758
30749
  ? (t.openBlock(),
30759
- t.createElementBlock("div", qT, [
30750
+ t.createElementBlock("div", HT, [
30760
30751
  (t.openBlock(!0),
30761
30752
  t.createElementBlock(
30762
30753
  t.Fragment,
@@ -32819,17 +32810,17 @@
32819
32810
  return !!o && j2(e, n, 0) > -1;
32820
32811
  }
32821
32812
  var z2 = R2;
32822
- function H2(e, n, o) {
32813
+ function q2(e, n, o) {
32823
32814
  for (var l = -1, i = e == null ? 0 : e.length; ++l < i; )
32824
32815
  if (o(n, e[l])) return !0;
32825
32816
  return !1;
32826
32817
  }
32827
- var q2 = H2;
32818
+ var H2 = q2;
32828
32819
  function W2(e, n) {
32829
32820
  return e.has(n);
32830
32821
  }
32831
32822
  var G2 = W2,
32832
- K2 = qo,
32823
+ K2 = Ho,
32833
32824
  Y2 = Tt,
32834
32825
  Z2 = K2(Y2, "Set"),
32835
32826
  J2 = Z2;
@@ -32859,7 +32850,7 @@
32859
32850
  rD = oD,
32860
32851
  lD = P2,
32861
32852
  iD = z2,
32862
- aD = q2,
32853
+ aD = H2,
32863
32854
  sD = G2,
32864
32855
  cD = rD,
32865
32856
  dD = Rs,
@@ -33043,7 +33034,7 @@
33043
33034
  },
33044
33035
  components: {
33045
33036
  Pager: D2,
33046
- NativeTable: Hi,
33037
+ NativeTable: qi,
33047
33038
  FilterBuilder: rs,
33048
33039
  Search: kn,
33049
33040
  UxField: fo,
@@ -34302,7 +34293,7 @@
34302
34293
  ))
34303
34294
  : t.createCommentVNode("", !0);
34304
34295
  }
34305
- const Hs = g(_D, [
34296
+ const qs = g(_D, [
34306
34297
  ["render", VD],
34307
34298
  ["__scopeId", "data-v-217f41ba"],
34308
34299
  ]),
@@ -34366,7 +34357,7 @@
34366
34357
  ])
34367
34358
  );
34368
34359
  }
34369
- const qs = g(BD, [
34360
+ const Hs = g(BD, [
34370
34361
  ["render", ED],
34371
34362
  ["__scopeId", "data-v-90c28992"],
34372
34363
  ]),
@@ -34733,7 +34724,7 @@
34733
34724
  ["__scopeId", "data-v-60de0d31"],
34734
34725
  ]),
34735
34726
  $M = "",
34736
- HD = {
34727
+ qD = {
34737
34728
  mixins: [kt],
34738
34729
  data() {
34739
34730
  return { model: {}, formState: null };
@@ -34757,7 +34748,7 @@
34757
34748
  this.options.model && (this.model = this.options.model);
34758
34749
  },
34759
34750
  },
34760
- qD = { class: "padder" },
34751
+ HD = { class: "padder" },
34761
34752
  WD = { key: 0 },
34762
34753
  GD = { class: "padder" };
34763
34754
  function KD(e, n, o, l, i, r) {
@@ -34787,7 +34778,7 @@
34787
34778
  default: t.withCtx(() => [
34788
34779
  t.createVNode(s, null, {
34789
34780
  default: t.withCtx(() => [
34790
- t.createElementVNode("div", qD, [
34781
+ t.createElementVNode("div", HD, [
34791
34782
  t.createElementVNode(
34792
34783
  "h5",
34793
34784
  null,
@@ -34894,13 +34885,13 @@
34894
34885
  )
34895
34886
  );
34896
34887
  }
34897
- const Ks = g(HD, [
34888
+ const Ks = g(qD, [
34898
34889
  ["render", KD],
34899
34890
  ["__scopeId", "data-v-99b9c871"],
34900
34891
  ]),
34901
34892
  LM = "",
34902
34893
  YD = {
34903
- components: { ContentBrowser: Hs, Search: kn },
34894
+ components: { ContentBrowser: qs, Search: kn },
34904
34895
  mixins: [kt],
34905
34896
  async created() {
34906
34897
  var e = this,
@@ -35451,7 +35442,7 @@
35451
35442
  ["render", rO],
35452
35443
  ["__scopeId", "data-v-0952db70"],
35453
35444
  ]),
35454
- He = "uploading",
35445
+ qe = "uploading",
35455
35446
  ho = "complete",
35456
35447
  bt = "ready",
35457
35448
  lO = "error",
@@ -35483,7 +35474,7 @@
35483
35474
  });
35484
35475
  },
35485
35476
  uploading() {
35486
- return this.state == He;
35477
+ return this.state == qe;
35487
35478
  },
35488
35479
  bytesLoaded() {
35489
35480
  var e = this;
@@ -35499,7 +35490,7 @@
35499
35490
  },
35500
35491
  percent() {
35501
35492
  var e = this;
35502
- return e.state != He
35493
+ return e.state != qe
35503
35494
  ? 0
35504
35495
  : Math.floor((e.bytesLoaded * 100) / e.bytesTotal);
35505
35496
  },
@@ -35589,7 +35580,7 @@
35589
35580
  return new Or.EventDispatcher().bootstrap(u), o.queue.unshift(u), u;
35590
35581
  },
35591
35582
  cancelFile(e) {
35592
- e.state == He &&
35583
+ e.state == qe &&
35593
35584
  (e.cancel && e.cancel("Cancelled"),
35594
35585
  (e.bytesLoaded = 0),
35595
35586
  (e.percent = 0),
@@ -35602,7 +35593,7 @@
35602
35593
  },
35603
35594
  uploadNextFile() {
35604
35595
  var e = this;
35605
- if (e.state == He) {
35596
+ if (e.state == qe) {
35606
35597
  var n = e.queue.find(function (o) {
35607
35598
  return o.state == bt;
35608
35599
  });
@@ -35618,10 +35609,10 @@
35618
35609
  var n = this;
35619
35610
  switch (e.state) {
35620
35611
  case ho:
35621
- case He:
35612
+ case qe:
35622
35613
  return;
35623
35614
  }
35624
- (e.state = He), e.dispatch(aO);
35615
+ (e.state = qe), e.dispatch(aO);
35625
35616
  {
35626
35617
  const d = e.size,
35627
35618
  m = e.name,
@@ -35682,11 +35673,11 @@
35682
35673
  });
35683
35674
  },
35684
35675
  toggle() {
35685
- this.state === He ? this.pause() : this.start();
35676
+ this.state === qe ? this.pause() : this.start();
35686
35677
  },
35687
35678
  async start() {
35688
35679
  var e = this;
35689
- if (e.state !== He) {
35680
+ if (e.state !== qe) {
35690
35681
  if (!e.defaultScopes.length) {
35691
35682
  var n = e.$sdk.access.actionableScopes(e.user, "create", "file"),
35692
35683
  o = e.$sdk.access.actionableScopes(e.user, "create", "image"),
@@ -35700,12 +35691,12 @@
35700
35691
  e.defaultScopes = e.$sdk.utils.ids(a);
35701
35692
  }
35702
35693
  }
35703
- (e.state = He), e.uploadNextFile();
35694
+ (e.state = qe), e.uploadNextFile();
35704
35695
  }
35705
35696
  },
35706
35697
  pause() {
35707
35698
  var e = this;
35708
- e.state === He &&
35699
+ e.state === qe &&
35709
35700
  ((e.state = bt),
35710
35701
  e.queue.forEach(function (n) {
35711
35702
  e.cancelFile(n);
@@ -35925,7 +35916,7 @@
35925
35916
  UxImage: ea,
35926
35917
  UxVideo: ta,
35927
35918
  UxButton: Zi,
35928
- UxCheckbox: qn,
35919
+ UxCheckbox: Hn,
35929
35920
  UxSwitch: Yo,
35930
35921
  UxLink: Ji,
35931
35922
  UxTabset: wi,
@@ -35934,7 +35925,7 @@
35934
35925
  Avatar: Yi,
35935
35926
  Spinner: It,
35936
35927
  ProgressBar: na,
35937
- UxModal: qs,
35928
+ UxModal: Hs,
35938
35929
  Compile: Us,
35939
35930
  },
35940
35931
  kO = {
@@ -36017,7 +36008,7 @@
36017
36008
  };
36018
36009
  (V.Avatar = Yi),
36019
36010
  (V.CodeEditor = ss),
36020
- (V.ContentBrowser = Hs),
36011
+ (V.ContentBrowser = qs),
36021
36012
  (V.DateRange = aa),
36022
36013
  (V.Device = gO),
36023
36014
  (V.FileDrop = as),
@@ -36048,8 +36039,8 @@
36048
36039
  (V.StripeElement = ei),
36049
36040
  (V.StripeElements = ti),
36050
36041
  (V.UXButton = Zi),
36051
- (V.UXCheckbox = qn),
36052
- (V.UXCircle = Hn),
36042
+ (V.UXCheckbox = Hn),
36043
+ (V.UXCircle = qn),
36053
36044
  (V.UXForm = wr),
36054
36045
  (V.UXFormField = fo),
36055
36046
  (V.UXIcon = Xi),
@@ -36067,13 +36058,13 @@
36067
36058
  (V.UXSubmissionForm = Vr),
36068
36059
  (V.UXSwitch = Yo),
36069
36060
  (V.UXTab = Ci),
36070
- (V.UXTable = Hi),
36061
+ (V.UXTable = qi),
36071
36062
  (V.UXTabset = wi),
36072
36063
  (V.UXVideo = ta),
36073
36064
  (V.UploadService = hO),
36074
36065
  (V.UxConfirmModal = Ws),
36075
36066
  (V.UxContentModal = Ys),
36076
- (V.UxModal = qs),
36067
+ (V.UxModal = Hs),
36077
36068
  (V.UxOptionsModal = Gs),
36078
36069
  (V.UxPromptModal = Ks),
36079
36070
  (V.UxScopeModal = Zs),