@qikdev/vue-ui 0.2.249 → 0.2.251
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 +1120 -1030
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +360 -283
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +35 -35
- package/package.json +1 -1
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.
|
|
10
|
+
const oc = "0.2.251";
|
|
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
|
-
|
|
55
|
-
|
|
54
|
+
Hr = { hour: C, minute: C, second: C, hourCycle: "h23", timeZoneName: Be },
|
|
55
|
+
qr = { 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:
|
|
423
|
-
f:
|
|
422
|
+
TTTT: Hr,
|
|
423
|
+
f: qr,
|
|
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
|
|
1123
|
+
class Hc {
|
|
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
|
|
1278
|
+
return new Hc(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
|
-
|
|
1336
|
+
qc = /([+-]\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(
|
|
1451
|
+
const sd = Vt(qc, 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
|
|
2299
|
+
function H(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
|
|
2348
|
+
return H(u);
|
|
2349
2349
|
case "yy":
|
|
2350
|
-
return
|
|
2350
|
+
return H(m, wo);
|
|
2351
2351
|
case "yyyy":
|
|
2352
|
-
return
|
|
2352
|
+
return H(r);
|
|
2353
2353
|
case "yyyyy":
|
|
2354
|
-
return
|
|
2354
|
+
return H(f);
|
|
2355
2355
|
case "yyyyyy":
|
|
2356
|
-
return
|
|
2356
|
+
return H(a);
|
|
2357
2357
|
case "M":
|
|
2358
|
-
return
|
|
2358
|
+
return H(s);
|
|
2359
2359
|
case "MM":
|
|
2360
|
-
return
|
|
2360
|
+
return H(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
|
|
2366
|
+
return H(s);
|
|
2367
2367
|
case "LL":
|
|
2368
|
-
return
|
|
2368
|
+
return H(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
|
|
2374
|
+
return H(s);
|
|
2375
2375
|
case "dd":
|
|
2376
|
-
return
|
|
2376
|
+
return H(l);
|
|
2377
2377
|
case "o":
|
|
2378
|
-
return
|
|
2378
|
+
return H(c);
|
|
2379
2379
|
case "ooo":
|
|
2380
|
-
return
|
|
2380
|
+
return H(i);
|
|
2381
2381
|
case "HH":
|
|
2382
|
-
return
|
|
2382
|
+
return H(l);
|
|
2383
2383
|
case "H":
|
|
2384
|
-
return
|
|
2384
|
+
return H(s);
|
|
2385
2385
|
case "hh":
|
|
2386
|
-
return
|
|
2386
|
+
return H(l);
|
|
2387
2387
|
case "h":
|
|
2388
|
-
return
|
|
2388
|
+
return H(s);
|
|
2389
2389
|
case "mm":
|
|
2390
|
-
return
|
|
2390
|
+
return H(l);
|
|
2391
2391
|
case "m":
|
|
2392
|
-
return
|
|
2392
|
+
return H(s);
|
|
2393
2393
|
case "q":
|
|
2394
|
-
return
|
|
2394
|
+
return H(s);
|
|
2395
2395
|
case "qq":
|
|
2396
|
-
return
|
|
2396
|
+
return H(l);
|
|
2397
2397
|
case "s":
|
|
2398
|
-
return
|
|
2398
|
+
return H(s);
|
|
2399
2399
|
case "ss":
|
|
2400
|
-
return
|
|
2400
|
+
return H(l);
|
|
2401
2401
|
case "S":
|
|
2402
|
-
return
|
|
2402
|
+
return H(c);
|
|
2403
2403
|
case "SSS":
|
|
2404
|
-
return
|
|
2404
|
+
return H(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
|
|
2410
|
+
return H(o);
|
|
2411
2411
|
case "a":
|
|
2412
2412
|
return Le(n.meridiems(), 0);
|
|
2413
2413
|
case "kkkk":
|
|
2414
|
-
return
|
|
2414
|
+
return H(r);
|
|
2415
2415
|
case "kk":
|
|
2416
|
-
return
|
|
2416
|
+
return H(m, wo);
|
|
2417
2417
|
case "W":
|
|
2418
|
-
return
|
|
2418
|
+
return H(s);
|
|
2419
2419
|
case "WW":
|
|
2420
|
-
return
|
|
2420
|
+
return H(l);
|
|
2421
2421
|
case "E":
|
|
2422
2422
|
case "c":
|
|
2423
|
-
return
|
|
2423
|
+
return H(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
|
|
2456
|
+
function Hd(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
|
|
2463
|
+
function qd(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) =>
|
|
2553
|
+
.map((a) => Hd(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] =
|
|
2565
|
+
const [a, s] = qd(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
|
|
2718
|
+
function Hl(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
|
|
2726
|
+
function ql(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
|
|
2740
|
+
return Hl(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] =
|
|
2767
|
+
let [c, u] = Hl(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 =
|
|
2944
|
+
(i = ql(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 =
|
|
3046
|
+
T = ql(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
|
|
3544
|
+
return Hr;
|
|
3545
3545
|
}
|
|
3546
3546
|
static get DATETIME_SHORT() {
|
|
3547
|
-
return
|
|
3547
|
+
return qr;
|
|
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
|
-
|
|
4026
|
-
fi =
|
|
4027
|
-
|
|
4025
|
+
Hu = typeof Un == "object" && Un && Un.Object === Object && Un,
|
|
4026
|
+
fi = Hu,
|
|
4027
|
+
qu = fi,
|
|
4028
4028
|
Wu = typeof self == "object" && self && self.Object === Object && self,
|
|
4029
|
-
Gu =
|
|
4029
|
+
Gu = qu || 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
|
-
|
|
4449
|
-
function
|
|
4448
|
+
Hm = /^\w*$/;
|
|
4449
|
+
function qm(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
|
-
:
|
|
4458
|
+
: Hm.test(e) || !zm.test(e) || (n != null && e in Object(n));
|
|
4459
4459
|
}
|
|
4460
|
-
var Wm =
|
|
4460
|
+
var Wm = qm,
|
|
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
|
-
|
|
4476
|
+
Ho = tf,
|
|
4477
4477
|
Bi = (function () {
|
|
4478
|
-
var e = /[^.]+$/.exec((
|
|
4478
|
+
var e = /[^.]+$/.exec((Ho && Ho.keys && Ho.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
|
|
4537
|
-
Ef =
|
|
4536
|
+
var qo = Nf,
|
|
4537
|
+
Ef = qo,
|
|
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
|
|
4571
|
-
|
|
4570
|
+
var Hf = zf,
|
|
4571
|
+
qf = 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] =
|
|
4577
|
+
(o[e] = qf && 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 =
|
|
4585
|
+
Xf = Hf,
|
|
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 =
|
|
4664
|
+
Bp = qo,
|
|
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
|
-
|
|
4705
|
-
function
|
|
4706
|
-
return
|
|
4704
|
+
Hp = zn;
|
|
4705
|
+
function qp(e) {
|
|
4706
|
+
return Hp(this, e).has(e);
|
|
4707
4707
|
}
|
|
4708
|
-
var Wp =
|
|
4708
|
+
var Wp = qp,
|
|
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
|
|
4971
|
+
const Hh = g(jh, [
|
|
4972
4972
|
["render", zh],
|
|
4973
4973
|
["__scopeId", "data-v-794b199f"],
|
|
4974
4974
|
]),
|
|
4975
4975
|
zO = "",
|
|
4976
|
-
|
|
4976
|
+
qh = {
|
|
4977
4977
|
mixins: [ue],
|
|
4978
4978
|
computed: {
|
|
4979
4979
|
string() {
|
|
@@ -5012,11 +5012,11 @@
|
|
|
5012
5012
|
)
|
|
5013
5013
|
);
|
|
5014
5014
|
}
|
|
5015
|
-
const Gh = g(
|
|
5015
|
+
const Gh = g(qh, [
|
|
5016
5016
|
["render", Wh],
|
|
5017
5017
|
["__scopeId", "data-v-c8cb509d"],
|
|
5018
5018
|
]),
|
|
5019
|
-
|
|
5019
|
+
HO = "",
|
|
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
|
-
|
|
5118
|
+
qO = "",
|
|
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
|
-
|
|
5928
|
+
Hy = {
|
|
5929
5929
|
props: { value: { type: Object } },
|
|
5930
5930
|
computed: {
|
|
5931
5931
|
style() {
|
|
@@ -5936,7 +5936,7 @@
|
|
|
5936
5936
|
},
|
|
5937
5937
|
},
|
|
5938
5938
|
};
|
|
5939
|
-
function
|
|
5939
|
+
function qy(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
|
|
5951
|
-
["render",
|
|
5950
|
+
const Hn = g(Hy, [
|
|
5951
|
+
["render", qy],
|
|
5952
5952
|
["__scopeId", "data-v-e4870254"],
|
|
5953
5953
|
]),
|
|
5954
5954
|
nF = "",
|
|
5955
5955
|
Wy = {
|
|
5956
5956
|
mixins: [ue],
|
|
5957
|
-
components: { UxCircle:
|
|
5957
|
+
components: { UxCircle: Hn },
|
|
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 =
|
|
6137
|
+
n = Hh;
|
|
6138
6138
|
break;
|
|
6139
6139
|
default:
|
|
6140
6140
|
switch (o) {
|
|
@@ -6915,7 +6915,7 @@
|
|
|
6915
6915
|
])
|
|
6916
6916
|
);
|
|
6917
6917
|
}
|
|
6918
|
-
const
|
|
6918
|
+
const Hi = 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
|
|
6932
|
+
function qi(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
|
|
6940
|
+
return qi(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
|
|
6954
|
+
return qi(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
|
-
|
|
8252
|
-
function
|
|
8251
|
+
Hg = { class: "icon-circle" };
|
|
8252
|
+
function qg(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",
|
|
8274
|
+
t.createElementVNode("div", Hg, [
|
|
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",
|
|
8300
|
+
["render", qg],
|
|
8301
8301
|
["__scopeId", "data-v-9669e7c0"],
|
|
8302
8302
|
]),
|
|
8303
8303
|
dF = "",
|
|
@@ -8519,7 +8519,7 @@
|
|
|
8519
8519
|
)
|
|
8520
8520
|
);
|
|
8521
8521
|
}
|
|
8522
|
-
const
|
|
8522
|
+
const qn = 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-
|
|
8886
|
+
["__scopeId", "data-v-df62da5c"],
|
|
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
|
-
|
|
10141
|
-
|
|
10140
|
+
H_ = { key: 1, class: "ux-field-description" },
|
|
10141
|
+
q_ = { 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
|
-
|
|
10175
|
+
H_,
|
|
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",
|
|
10182
|
+
t.createElementBlock("div", q_, [
|
|
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
|
|
11134
|
+
function q(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
|
-
?
|
|
11920
|
-
: (
|
|
11921
|
-
|
|
11922
|
-
this.nativeDraggable && (
|
|
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)),
|
|
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
|
-
|
|
12054
|
-
|
|
12055
|
-
|
|
12056
|
-
|
|
12057
|
-
|
|
12058
|
-
|
|
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),
|
|
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
|
-
|
|
12072
|
-
|
|
12073
|
-
|
|
12074
|
-
|
|
12075
|
-
|
|
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),
|
|
12076
12076
|
a.supportPointer &&
|
|
12077
|
-
|
|
12077
|
+
q(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
|
-
?
|
|
12111
|
+
? q(document, "pointermove", this._onTouchMove)
|
|
12112
12112
|
: o
|
|
12113
|
-
?
|
|
12114
|
-
:
|
|
12115
|
-
: (
|
|
12113
|
+
? q(document, "touchmove", this._onTouchMove)
|
|
12114
|
+
: q(document, "mousemove", this._onTouchMove)
|
|
12115
|
+
: (q(x, "dragend", this), q(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 &&
|
|
12127
|
+
this.nativeDraggable && q(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
|
-
|
|
12298
|
+
q(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
|
-
|
|
12302
|
+
q(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(
|
|
12322
|
+
function T(qe, zt) {
|
|
12323
12323
|
Ce(
|
|
12324
|
-
|
|
12324
|
+
qe,
|
|
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(
|
|
12352
|
+
function L(qe) {
|
|
12353
12353
|
return (
|
|
12354
|
-
T("dragOverCompleted", { insertion:
|
|
12355
|
-
|
|
12354
|
+
T("dragOverCompleted", { insertion: qe }),
|
|
12355
|
+
qe &&
|
|
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), !
|
|
12372
|
+
(x.parentNode[Ee]._isOutsideThisEl(n.target), !qe && _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(
|
|
12485
|
+
setTimeout(qk, 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),
|
|
12659
|
+
x && (this._onDragOver(n), Hk(n));
|
|
12660
12660
|
break;
|
|
12661
12661
|
case "selectstart":
|
|
12662
12662
|
n.preventDefault();
|
|
@@ -12753,7 +12753,7 @@
|
|
|
12753
12753
|
}
|
|
12754
12754
|
},
|
|
12755
12755
|
};
|
|
12756
|
-
function
|
|
12756
|
+
function Hk(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
|
|
12785
|
+
function qk() {
|
|
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
|
-
|
|
12860
|
+
q(document, "touchmove", function (e) {
|
|
12861
12861
|
(F.active || Pt) && e.cancelable && e.preventDefault();
|
|
12862
12862
|
}),
|
|
12863
12863
|
(F.utils = {
|
|
12864
|
-
on:
|
|
12864
|
+
on: q,
|
|
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
|
-
?
|
|
12928
|
+
? q(document, "dragover", this._handleAutoScroll)
|
|
12929
12929
|
: this.options.supportPointer
|
|
12930
|
-
?
|
|
12930
|
+
? q(document, "pointermove", this._handleFallbackAutoScroll)
|
|
12931
12931
|
: l.touches
|
|
12932
|
-
?
|
|
12933
|
-
:
|
|
12932
|
+
? q(document, "touchmove", this._handleFallbackAutoScroll)
|
|
12933
|
+
: q(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
|
|
13610
|
+
function Ha(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(
|
|
13643
|
+
const i = (await e.$sdk.content.glossary()).sort(Ha),
|
|
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(
|
|
13705
|
+
const i = (await e.$sdk.content.glossary()).sort(Ha),
|
|
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
|
|
14139
|
+
const qa = 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:
|
|
14408
|
+
components: { UxCircle: Hn },
|
|
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
|
|
14743
|
+
function H1(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",
|
|
14776
|
+
["render", H1],
|
|
14777
14777
|
["__scopeId", "data-v-70c07a8e"],
|
|
14778
14778
|
]),
|
|
14779
14779
|
AF = "",
|
|
14780
|
-
|
|
14781
|
-
components: { UxCircle:
|
|
14780
|
+
q1 = {
|
|
14781
|
+
components: { UxCircle: Hn },
|
|
14782
14782
|
async created() {
|
|
14783
14783
|
this.reloadScopeGlossary();
|
|
14784
14784
|
},
|
|
@@ -14960,7 +14960,7 @@
|
|
|
14960
14960
|
])
|
|
14961
14961
|
);
|
|
14962
14962
|
}
|
|
14963
|
-
const Ga = g(
|
|
14963
|
+
const Ga = g(q1, [
|
|
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
|
-
|
|
16526
|
+
HF = "";
|
|
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
|
-
|
|
16554
|
-
|
|
16553
|
+
Hb = { key: 0, class: "ux-field-title" },
|
|
16554
|
+
qb = { 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",
|
|
16571
|
+
t.createElementBlock("label", Hb, [
|
|
16572
16572
|
t.createTextVNode(t.toDisplayString(e.label) + " ", 1),
|
|
16573
16573
|
e.required
|
|
16574
|
-
? (t.openBlock(), t.createElementBlock("span",
|
|
16574
|
+
? (t.openBlock(), t.createElementBlock("span", qb, "*"))
|
|
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
|
-
|
|
16726
|
+
qF = "",
|
|
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:
|
|
16918
|
+
components: { UxCheckbox: qn },
|
|
16919
16919
|
props: { modelValue: { type: [Boolean, Array] } },
|
|
16920
16920
|
data() {
|
|
16921
16921
|
return { boolean: Xa(this.modelValue) };
|
|
@@ -17030,61 +17030,60 @@
|
|
|
17030
17030
|
ux = ["innerHTML"],
|
|
17031
17031
|
mx = ["innerHTML"];
|
|
17032
17032
|
function fx(e, n, o, l, i, r) {
|
|
17033
|
-
const a = t.resolveComponent("
|
|
17034
|
-
s = t.resolveComponent("
|
|
17035
|
-
c = t.resolveComponent("ux-
|
|
17036
|
-
u = t.resolveComponent("
|
|
17033
|
+
const a = t.resolveComponent("compile"),
|
|
17034
|
+
s = t.resolveComponent("flex-cell"),
|
|
17035
|
+
c = t.resolveComponent("ux-icon"),
|
|
17036
|
+
u = t.resolveComponent("ux-button"),
|
|
17037
|
+
d = t.resolveComponent("flex-row");
|
|
17037
17038
|
return e.multiValue
|
|
17038
17039
|
? (t.openBlock(),
|
|
17039
17040
|
t.createElementBlock("div", dx, [
|
|
17040
17041
|
t.createVNode(
|
|
17041
|
-
|
|
17042
|
+
d,
|
|
17042
17043
|
{ class: "ux-text-row" },
|
|
17043
17044
|
{
|
|
17044
17045
|
default: t.withCtx(() => [
|
|
17045
|
-
t.createVNode(
|
|
17046
|
+
t.createVNode(s, null, {
|
|
17046
17047
|
default: t.withCtx(() => [
|
|
17047
|
-
|
|
17048
|
-
|
|
17049
|
-
|
|
17050
|
-
|
|
17051
|
-
|
|
17052
|
-
|
|
17053
|
-
|
|
17054
|
-
|
|
17055
|
-
|
|
17056
|
-
|
|
17057
|
-
|
|
17058
|
-
|
|
17059
|
-
|
|
17060
|
-
|
|
17061
|
-
|
|
17062
|
-
|
|
17063
|
-
|
|
17064
|
-
128,
|
|
17065
|
-
)),
|
|
17048
|
+
e.field.compile
|
|
17049
|
+
? (t.openBlock(),
|
|
17050
|
+
t.createBlock(
|
|
17051
|
+
a,
|
|
17052
|
+
{ key: 0, template: e.field.template },
|
|
17053
|
+
null,
|
|
17054
|
+
8,
|
|
17055
|
+
["template"],
|
|
17056
|
+
))
|
|
17057
|
+
: (t.openBlock(),
|
|
17058
|
+
t.createElementBlock(
|
|
17059
|
+
"div",
|
|
17060
|
+
{ key: 1, innerHTML: e.field.template },
|
|
17061
|
+
null,
|
|
17062
|
+
8,
|
|
17063
|
+
ux,
|
|
17064
|
+
)),
|
|
17066
17065
|
]),
|
|
17067
17066
|
_: 1,
|
|
17068
17067
|
}),
|
|
17069
17068
|
t.createVNode(
|
|
17070
|
-
|
|
17069
|
+
s,
|
|
17071
17070
|
{ shrink: "", vcenter: "" },
|
|
17072
17071
|
{
|
|
17073
17072
|
default: t.withCtx(() => [
|
|
17074
17073
|
e.canRemoveValue
|
|
17075
17074
|
? (t.openBlock(),
|
|
17076
17075
|
t.createBlock(
|
|
17077
|
-
|
|
17076
|
+
u,
|
|
17078
17077
|
{
|
|
17079
17078
|
key: 0,
|
|
17080
17079
|
tag: "a",
|
|
17081
17080
|
icon: "",
|
|
17082
17081
|
onClick:
|
|
17083
|
-
n[0] || (n[0] = (
|
|
17082
|
+
n[0] || (n[0] = (m) => e.remove(e.entry)),
|
|
17084
17083
|
},
|
|
17085
17084
|
{
|
|
17086
17085
|
default: t.withCtx(() => [
|
|
17087
|
-
t.createVNode(
|
|
17086
|
+
t.createVNode(c, { icon: "fa-times" }),
|
|
17088
17087
|
]),
|
|
17089
17088
|
_: 1,
|
|
17090
17089
|
},
|
|
@@ -17101,8 +17100,8 @@
|
|
|
17101
17100
|
e.canAddValue
|
|
17102
17101
|
? (t.openBlock(),
|
|
17103
17102
|
t.createBlock(
|
|
17104
|
-
|
|
17105
|
-
{ key: 0, onClick: n[1] || (n[1] = (
|
|
17103
|
+
u,
|
|
17104
|
+
{ key: 0, onClick: n[1] || (n[1] = (m) => e.add()) },
|
|
17106
17105
|
{
|
|
17107
17106
|
default: t.withCtx(() => [
|
|
17108
17107
|
t.createTextVNode(t.toDisplayString(e.addLabel), 1),
|
|
@@ -17114,11 +17113,28 @@
|
|
|
17114
17113
|
]))
|
|
17115
17114
|
: (t.openBlock(),
|
|
17116
17115
|
t.createElementBlock(
|
|
17117
|
-
|
|
17118
|
-
{ key: 1
|
|
17119
|
-
|
|
17120
|
-
|
|
17121
|
-
|
|
17116
|
+
t.Fragment,
|
|
17117
|
+
{ key: 1 },
|
|
17118
|
+
[
|
|
17119
|
+
e.field.compile
|
|
17120
|
+
? (t.openBlock(),
|
|
17121
|
+
t.createBlock(
|
|
17122
|
+
a,
|
|
17123
|
+
{ key: 0, template: e.field.template },
|
|
17124
|
+
null,
|
|
17125
|
+
8,
|
|
17126
|
+
["template"],
|
|
17127
|
+
))
|
|
17128
|
+
: (t.openBlock(),
|
|
17129
|
+
t.createElementBlock(
|
|
17130
|
+
"div",
|
|
17131
|
+
{ key: 1, innerHTML: e.field.template },
|
|
17132
|
+
null,
|
|
17133
|
+
8,
|
|
17134
|
+
mx,
|
|
17135
|
+
)),
|
|
17136
|
+
],
|
|
17137
|
+
64,
|
|
17122
17138
|
));
|
|
17123
17139
|
}
|
|
17124
17140
|
const px = g(cx, [["render", fx]]);
|
|
@@ -17201,7 +17217,7 @@
|
|
|
17201
17217
|
function zx(e) {
|
|
17202
17218
|
return String(e).length < 2 && (e = `0${e}`), e;
|
|
17203
17219
|
}
|
|
17204
|
-
const { lookup:
|
|
17220
|
+
const { lookup: Hx, options: qx } = [...ns(1, 13)].reduce(
|
|
17205
17221
|
function (e, n) {
|
|
17206
17222
|
let o;
|
|
17207
17223
|
switch (n) {
|
|
@@ -17337,7 +17353,7 @@
|
|
|
17337
17353
|
},
|
|
17338
17354
|
displayMonth() {
|
|
17339
17355
|
const e = this;
|
|
17340
|
-
return e.empty ? "-" :
|
|
17356
|
+
return e.empty ? "-" : Hx[e.month];
|
|
17341
17357
|
},
|
|
17342
17358
|
displayYear() {
|
|
17343
17359
|
const e = this;
|
|
@@ -17461,7 +17477,7 @@
|
|
|
17461
17477
|
return l;
|
|
17462
17478
|
},
|
|
17463
17479
|
monthOptions() {
|
|
17464
|
-
return
|
|
17480
|
+
return qx;
|
|
17465
17481
|
},
|
|
17466
17482
|
amOptions() {
|
|
17467
17483
|
return [
|
|
@@ -18320,7 +18336,7 @@
|
|
|
18320
18336
|
CurrencyField: Ya,
|
|
18321
18337
|
DateField: Za,
|
|
18322
18338
|
NativeSelect: Pe,
|
|
18323
|
-
ContentSelect:
|
|
18339
|
+
ContentSelect: qa,
|
|
18324
18340
|
ScopeSelect: Ka,
|
|
18325
18341
|
CountrySelect: Zo,
|
|
18326
18342
|
TimezoneSelect: ca,
|
|
@@ -19725,8 +19741,8 @@
|
|
|
19725
19741
|
return { model: JSON.parse(JSON.stringify(this.modelValue)) };
|
|
19726
19742
|
},
|
|
19727
19743
|
},
|
|
19728
|
-
|
|
19729
|
-
|
|
19744
|
+
Hw = { class: "filters" },
|
|
19745
|
+
qw = { key: 0, class: "top" },
|
|
19730
19746
|
Ww = { class: "summary" };
|
|
19731
19747
|
function Gw(e, n, o, l, i, r) {
|
|
19732
19748
|
const a = t.resolveComponent("native-select"),
|
|
@@ -19743,10 +19759,10 @@
|
|
|
19743
19759
|
default: t.withCtx(() => [
|
|
19744
19760
|
t.createVNode(u, null, {
|
|
19745
19761
|
default: t.withCtx(() => [
|
|
19746
|
-
t.createElementVNode("div",
|
|
19762
|
+
t.createElementVNode("div", Hw, [
|
|
19747
19763
|
i.model && i.model.filters && i.model.filters.length
|
|
19748
19764
|
? (t.openBlock(),
|
|
19749
|
-
t.createElementBlock("div",
|
|
19765
|
+
t.createElementBlock("div", qw, [
|
|
19750
19766
|
t.createElementVNode("div", Ww, [
|
|
19751
19767
|
t.createTextVNode(" Match "),
|
|
19752
19768
|
t.createVNode(
|
|
@@ -21192,7 +21208,7 @@
|
|
|
21192
21208
|
["__scopeId", "data-v-6bce29af"],
|
|
21193
21209
|
]),
|
|
21194
21210
|
oM = "",
|
|
21195
|
-
|
|
21211
|
+
HC = {
|
|
21196
21212
|
mixins: [P],
|
|
21197
21213
|
components: { FileDrop: as },
|
|
21198
21214
|
props: {},
|
|
@@ -21306,7 +21322,7 @@
|
|
|
21306
21322
|
},
|
|
21307
21323
|
computed: {},
|
|
21308
21324
|
},
|
|
21309
|
-
|
|
21325
|
+
qC = { key: 0, class: "ux-field-title" },
|
|
21310
21326
|
WC = { key: 0, class: "ux-required-marker" },
|
|
21311
21327
|
GC = { key: 1, class: "ux-field-description" },
|
|
21312
21328
|
KC = { key: 2, class: "files" },
|
|
@@ -21326,7 +21342,7 @@
|
|
|
21326
21342
|
[
|
|
21327
21343
|
e.showLabel
|
|
21328
21344
|
? (t.openBlock(),
|
|
21329
|
-
t.createElementBlock("label",
|
|
21345
|
+
t.createElementBlock("label", qC, [
|
|
21330
21346
|
t.createTextVNode(t.toDisplayString(e.label) + " ", 1),
|
|
21331
21347
|
e.required
|
|
21332
21348
|
? (t.openBlock(), t.createElementBlock("span", WC, "*"))
|
|
@@ -21487,7 +21503,7 @@
|
|
|
21487
21503
|
)
|
|
21488
21504
|
);
|
|
21489
21505
|
}
|
|
21490
|
-
const JC = g(
|
|
21506
|
+
const JC = g(HC, [
|
|
21491
21507
|
["render", ZC],
|
|
21492
21508
|
["__scopeId", "data-v-d29a9855"],
|
|
21493
21509
|
]),
|
|
@@ -21792,6 +21808,7 @@
|
|
|
21792
21808
|
ref: "form",
|
|
21793
21809
|
includeOfficeOnly: o.includeOfficeOnly,
|
|
21794
21810
|
submission: o.submission,
|
|
21811
|
+
sandbox: o.sandbox,
|
|
21795
21812
|
ignoreDefaults: o.ignoreDefaults,
|
|
21796
21813
|
"onForm:state": r.stateChange,
|
|
21797
21814
|
parentModel: e.parentModel,
|
|
@@ -21807,6 +21824,7 @@
|
|
|
21807
21824
|
"trail",
|
|
21808
21825
|
"includeOfficeOnly",
|
|
21809
21826
|
"submission",
|
|
21827
|
+
"sandbox",
|
|
21810
21828
|
"ignoreDefaults",
|
|
21811
21829
|
"onForm:state",
|
|
21812
21830
|
"parentModel",
|
|
@@ -22005,6 +22023,7 @@
|
|
|
22005
22023
|
trail: o.trail,
|
|
22006
22024
|
includeOfficeOnly: o.includeOfficeOnly,
|
|
22007
22025
|
submission: o.submission,
|
|
22026
|
+
sandbox: o.sandbox,
|
|
22008
22027
|
ignoreDefaults: o.ignoreDefaults,
|
|
22009
22028
|
"onForm:state": r.stateChange,
|
|
22010
22029
|
parentModel: e.parentModel,
|
|
@@ -22020,6 +22039,7 @@
|
|
|
22020
22039
|
"trail",
|
|
22021
22040
|
"includeOfficeOnly",
|
|
22022
22041
|
"submission",
|
|
22042
|
+
"sandbox",
|
|
22023
22043
|
"ignoreDefaults",
|
|
22024
22044
|
"onForm:state",
|
|
22025
22045
|
"parentModel",
|
|
@@ -22162,6 +22182,7 @@
|
|
|
22162
22182
|
includeOfficeOnly:
|
|
22163
22183
|
o.includeOfficeOnly,
|
|
22164
22184
|
submission: o.submission,
|
|
22185
|
+
sandbox: o.sandbox,
|
|
22165
22186
|
ignoreDefaults: o.ignoreDefaults,
|
|
22166
22187
|
"onForm:state": r.stateChange,
|
|
22167
22188
|
parentModel: e.parentModel,
|
|
@@ -22178,6 +22199,7 @@
|
|
|
22178
22199
|
"trail",
|
|
22179
22200
|
"includeOfficeOnly",
|
|
22180
22201
|
"submission",
|
|
22202
|
+
"sandbox",
|
|
22181
22203
|
"ignoreDefaults",
|
|
22182
22204
|
"onForm:state",
|
|
22183
22205
|
"parentModel",
|
|
@@ -22202,6 +22224,7 @@
|
|
|
22202
22224
|
trail: o.trail,
|
|
22203
22225
|
includeOfficeOnly: o.includeOfficeOnly,
|
|
22204
22226
|
submission: o.submission,
|
|
22227
|
+
sandbox: o.sandbox,
|
|
22205
22228
|
ignoreDefaults: o.ignoreDefaults,
|
|
22206
22229
|
"onForm:state": r.stateChange,
|
|
22207
22230
|
parentModel: e.parentModel,
|
|
@@ -22217,6 +22240,7 @@
|
|
|
22217
22240
|
"trail",
|
|
22218
22241
|
"includeOfficeOnly",
|
|
22219
22242
|
"submission",
|
|
22243
|
+
"sandbox",
|
|
22220
22244
|
"ignoreDefaults",
|
|
22221
22245
|
"onForm:state",
|
|
22222
22246
|
"parentModel",
|
|
@@ -22289,6 +22313,7 @@
|
|
|
22289
22313
|
trail: o.trail,
|
|
22290
22314
|
includeOfficeOnly: o.includeOfficeOnly,
|
|
22291
22315
|
submission: o.submission,
|
|
22316
|
+
sandbox: o.sandbox,
|
|
22292
22317
|
ignoreDefaults: o.ignoreDefaults,
|
|
22293
22318
|
"onForm:state": r.stateChange,
|
|
22294
22319
|
parentModel: e.parentModel,
|
|
@@ -22304,6 +22329,7 @@
|
|
|
22304
22329
|
"trail",
|
|
22305
22330
|
"includeOfficeOnly",
|
|
22306
22331
|
"submission",
|
|
22332
|
+
"sandbox",
|
|
22307
22333
|
"ignoreDefaults",
|
|
22308
22334
|
"onForm:state",
|
|
22309
22335
|
"parentModel",
|
|
@@ -22328,6 +22354,7 @@
|
|
|
22328
22354
|
trail: o.trail,
|
|
22329
22355
|
includeOfficeOnly: o.includeOfficeOnly,
|
|
22330
22356
|
submission: o.submission,
|
|
22357
|
+
sandbox: o.sandbox,
|
|
22331
22358
|
ignoreDefaults: o.ignoreDefaults,
|
|
22332
22359
|
"onForm:state": r.stateChange,
|
|
22333
22360
|
parentModel: e.parentModel,
|
|
@@ -22343,6 +22370,7 @@
|
|
|
22343
22370
|
"trail",
|
|
22344
22371
|
"includeOfficeOnly",
|
|
22345
22372
|
"submission",
|
|
22373
|
+
"sandbox",
|
|
22346
22374
|
"ignoreDefaults",
|
|
22347
22375
|
"onForm:state",
|
|
22348
22376
|
"parentModel",
|
|
@@ -22360,7 +22388,7 @@
|
|
|
22360
22388
|
}
|
|
22361
22389
|
const sV = g(XC, [
|
|
22362
22390
|
["render", aV],
|
|
22363
|
-
["__scopeId", "data-v-
|
|
22391
|
+
["__scopeId", "data-v-1aa4716a"],
|
|
22364
22392
|
]);
|
|
22365
22393
|
function br(e) {
|
|
22366
22394
|
return (
|
|
@@ -22733,7 +22761,7 @@
|
|
|
22733
22761
|
]),
|
|
22734
22762
|
aM = "",
|
|
22735
22763
|
SV = {
|
|
22736
|
-
components: { UxCheckbox:
|
|
22764
|
+
components: { UxCheckbox: qn },
|
|
22737
22765
|
props: { modelValue: { type: Object } },
|
|
22738
22766
|
data() {
|
|
22739
22767
|
return { glossary: null, update: 0, loadingGlossary: !0 };
|
|
@@ -23134,10 +23162,10 @@
|
|
|
23134
23162
|
jV = { key: 1, class: "ux-field-description" },
|
|
23135
23163
|
RV = { key: 2 },
|
|
23136
23164
|
zV = { class: "ux-text-wrap prefixed" },
|
|
23137
|
-
|
|
23165
|
+
HV = so(() =>
|
|
23138
23166
|
t.createElementVNode("span", { class: "ux-text-prefix" }, "Label", -1),
|
|
23139
23167
|
),
|
|
23140
|
-
|
|
23168
|
+
qV = ["onBlur", "on:update:modelValue", "onUpdate:modelValue"],
|
|
23141
23169
|
WV = ["onBlur", "on:update:modelValue", "onUpdate:modelValue"],
|
|
23142
23170
|
GV = { class: "ux-text-wrap prefixed" },
|
|
23143
23171
|
KV = so(() =>
|
|
@@ -23204,7 +23232,7 @@
|
|
|
23204
23232
|
{
|
|
23205
23233
|
default: t.withCtx(() => [
|
|
23206
23234
|
t.createElementVNode("div", zV, [
|
|
23207
|
-
|
|
23235
|
+
HV,
|
|
23208
23236
|
r.lazy
|
|
23209
23237
|
? t.withDirectives(
|
|
23210
23238
|
(t.openBlock(),
|
|
@@ -23238,7 +23266,7 @@
|
|
|
23238
23266
|
},
|
|
23239
23267
|
null,
|
|
23240
23268
|
40,
|
|
23241
|
-
|
|
23269
|
+
qV,
|
|
23242
23270
|
)),
|
|
23243
23271
|
[
|
|
23244
23272
|
[
|
|
@@ -25230,8 +25258,8 @@
|
|
|
25230
25258
|
j0 = { key: 0, class: "ux-required-marker" },
|
|
25231
25259
|
R0 = { key: 1, class: "ux-field-description" },
|
|
25232
25260
|
z0 = { key: 2 },
|
|
25233
|
-
|
|
25234
|
-
|
|
25261
|
+
H0 = { class: "location-field-wrap" },
|
|
25262
|
+
q0 = ["id"],
|
|
25235
25263
|
W0 = { key: 3, class: "location-field-wrap" },
|
|
25236
25264
|
G0 = ["id"];
|
|
25237
25265
|
function K0(e, n, o, l, i, r) {
|
|
@@ -25277,7 +25305,7 @@
|
|
|
25277
25305
|
"div",
|
|
25278
25306
|
{ class: "ux-location-row", key: p },
|
|
25279
25307
|
[
|
|
25280
|
-
t.createElementVNode("div",
|
|
25308
|
+
t.createElementVNode("div", H0, [
|
|
25281
25309
|
t.createVNode(
|
|
25282
25310
|
d,
|
|
25283
25311
|
{ gap: "", center: "" },
|
|
@@ -25411,7 +25439,7 @@
|
|
|
25411
25439
|
},
|
|
25412
25440
|
null,
|
|
25413
25441
|
8,
|
|
25414
|
-
|
|
25442
|
+
q0,
|
|
25415
25443
|
),
|
|
25416
25444
|
i.multiAdvancedOptions[p]
|
|
25417
25445
|
? (t.openBlock(),
|
|
@@ -26011,20 +26039,20 @@
|
|
|
26011
26039
|
pe = function (B) {
|
|
26012
26040
|
var _ = 0,
|
|
26013
26041
|
k;
|
|
26014
|
-
for (var
|
|
26015
|
-
(k =
|
|
26042
|
+
for (var Ht in B)
|
|
26043
|
+
(k = Ht.length) > _ && B.hasOwnProperty(Ht) && (_ = k);
|
|
26016
26044
|
return _;
|
|
26017
26045
|
},
|
|
26018
26046
|
he = pe(se),
|
|
26019
26047
|
Ve = pe(ce),
|
|
26020
26048
|
ye = { true: !0, false: !1, null: null },
|
|
26021
26049
|
lt = "this",
|
|
26022
|
-
|
|
26050
|
+
qe = function (B) {
|
|
26023
26051
|
return ce[B] || 0;
|
|
26024
26052
|
},
|
|
26025
26053
|
zt = function (B, _, k) {
|
|
26026
|
-
var
|
|
26027
|
-
return { type:
|
|
26054
|
+
var Ht = B === "||" || B === "&&" ? m : d;
|
|
26055
|
+
return { type: Ht, operator: B, left: _, right: k };
|
|
26028
26056
|
},
|
|
26029
26057
|
it = function (B) {
|
|
26030
26058
|
return B >= 48 && B <= 57;
|
|
@@ -26052,12 +26080,12 @@
|
|
|
26052
26080
|
for (
|
|
26053
26081
|
var _ = 0,
|
|
26054
26082
|
k = B.charAt,
|
|
26055
|
-
|
|
26083
|
+
Ht = B.charCodeAt,
|
|
26056
26084
|
xe = function (b) {
|
|
26057
26085
|
return k.call(B, b);
|
|
26058
26086
|
},
|
|
26059
26087
|
J = function (b) {
|
|
26060
|
-
return
|
|
26088
|
+
return Ht.call(B, b);
|
|
26061
26089
|
},
|
|
26062
26090
|
wn = B.length,
|
|
26063
26091
|
Ge = function () {
|
|
@@ -26068,21 +26096,21 @@
|
|
|
26068
26096
|
)
|
|
26069
26097
|
b = J(++_);
|
|
26070
26098
|
},
|
|
26071
|
-
|
|
26099
|
+
qt = function () {
|
|
26072
26100
|
var b = bO(),
|
|
26073
26101
|
E,
|
|
26074
26102
|
j;
|
|
26075
26103
|
if ((Ge(), J(_) === M)) {
|
|
26076
26104
|
if (
|
|
26077
26105
|
(_++,
|
|
26078
|
-
(E =
|
|
26106
|
+
(E = qt()),
|
|
26079
26107
|
E || S("Expected expression", _),
|
|
26080
26108
|
Ge(),
|
|
26081
26109
|
J(_) === A)
|
|
26082
26110
|
)
|
|
26083
26111
|
return (
|
|
26084
26112
|
_++,
|
|
26085
|
-
(j =
|
|
26113
|
+
(j = qt()),
|
|
26086
26114
|
j || S("Expected expression", _),
|
|
26087
26115
|
{ type: f, test: b, consequent: E, alternate: j }
|
|
26088
26116
|
);
|
|
@@ -26106,11 +26134,11 @@
|
|
|
26106
26134
|
var b, E, j, K, wt, Ue, at, Wt, nc;
|
|
26107
26135
|
if (((Ue = yo()), (E = Qs()), !E)) return Ue;
|
|
26108
26136
|
for (
|
|
26109
|
-
wt = { value: E, prec:
|
|
26137
|
+
wt = { value: E, prec: qe(E) },
|
|
26110
26138
|
at = yo(),
|
|
26111
26139
|
at || S("Expected expression after " + E, _),
|
|
26112
26140
|
K = [Ue, wt, at];
|
|
26113
|
-
(E = Qs()) && ((j =
|
|
26141
|
+
(E = Qs()) && ((j = qe(E)), j !== 0);
|
|
26114
26142
|
|
|
26115
26143
|
) {
|
|
26116
26144
|
for (
|
|
@@ -26249,7 +26277,7 @@
|
|
|
26249
26277
|
for (var at = j.length; at < Ue; at++) j.push(null);
|
|
26250
26278
|
}
|
|
26251
26279
|
} else
|
|
26252
|
-
(K =
|
|
26280
|
+
(K = qt()),
|
|
26253
26281
|
(!K || K.type === l) && S("Expected comma", _),
|
|
26254
26282
|
j.push(K);
|
|
26255
26283
|
return wt || S("Expected " + String.fromCharCode(b), _), j;
|
|
@@ -26275,7 +26303,7 @@
|
|
|
26275
26303
|
type: r,
|
|
26276
26304
|
computed: !0,
|
|
26277
26305
|
object: E,
|
|
26278
|
-
property:
|
|
26306
|
+
property: qt(),
|
|
26279
26307
|
}),
|
|
26280
26308
|
Ge(),
|
|
26281
26309
|
(b = J(_)),
|
|
@@ -26289,7 +26317,7 @@
|
|
|
26289
26317
|
},
|
|
26290
26318
|
VO = function () {
|
|
26291
26319
|
_++;
|
|
26292
|
-
var b =
|
|
26320
|
+
var b = qt();
|
|
26293
26321
|
if ((Ge(), J(_) === W)) return _++, b;
|
|
26294
26322
|
S("Unclosed (", _);
|
|
26295
26323
|
},
|
|
@@ -26305,7 +26333,7 @@
|
|
|
26305
26333
|
(Dr = J(_)),
|
|
26306
26334
|
Dr === D || Dr === y
|
|
26307
26335
|
? _++
|
|
26308
|
-
: (tc =
|
|
26336
|
+
: (tc = qt())
|
|
26309
26337
|
? go.push(tc)
|
|
26310
26338
|
: _ < wn && S('Unexpected "' + xe(_) + '"', _);
|
|
26311
26339
|
return go.length === 1 ? go[0] : { type: l, body: go };
|
|
@@ -26525,11 +26553,11 @@
|
|
|
26525
26553
|
return l;
|
|
26526
26554
|
}
|
|
26527
26555
|
var zB = RB,
|
|
26528
|
-
|
|
26529
|
-
|
|
26556
|
+
HB = on,
|
|
26557
|
+
qB = rn,
|
|
26530
26558
|
WB = "[object Arguments]";
|
|
26531
26559
|
function GB(e) {
|
|
26532
|
-
return
|
|
26560
|
+
return qB(e) && HB(e) == WB;
|
|
26533
26561
|
}
|
|
26534
26562
|
var KB = GB,
|
|
26535
26563
|
hs = KB,
|
|
@@ -26660,14 +26688,14 @@
|
|
|
26660
26688
|
jN = an,
|
|
26661
26689
|
RN = uo,
|
|
26662
26690
|
zN = va,
|
|
26663
|
-
|
|
26664
|
-
|
|
26665
|
-
WN =
|
|
26691
|
+
HN = AN,
|
|
26692
|
+
qN = Object.prototype,
|
|
26693
|
+
WN = qN.hasOwnProperty;
|
|
26666
26694
|
function GN(e, n) {
|
|
26667
26695
|
var o = jN(e),
|
|
26668
26696
|
l = !o && PN(e),
|
|
26669
26697
|
i = !o && !l && RN(e),
|
|
26670
|
-
r = !o && !l && !i &&
|
|
26698
|
+
r = !o && !l && !i && HN(e),
|
|
26671
26699
|
a = o || l || i || r,
|
|
26672
26700
|
s = a ? UN(e.length, String) : [],
|
|
26673
26701
|
c = s.length;
|
|
@@ -27400,7 +27428,7 @@
|
|
|
27400
27428
|
String(e) === "undefined"
|
|
27401
27429
|
);
|
|
27402
27430
|
}
|
|
27403
|
-
const
|
|
27431
|
+
const HE = {
|
|
27404
27432
|
props: { title: { type: String }, modelValue: {} },
|
|
27405
27433
|
mixins: [P],
|
|
27406
27434
|
created() {
|
|
@@ -27493,7 +27521,7 @@
|
|
|
27493
27521
|
},
|
|
27494
27522
|
},
|
|
27495
27523
|
},
|
|
27496
|
-
|
|
27524
|
+
qE = { key: 0, class: "ux-field-title" },
|
|
27497
27525
|
WE = { key: 0, class: "ux-required-marker" },
|
|
27498
27526
|
GE = { key: 1, class: "ux-field-description" },
|
|
27499
27527
|
KE = { key: 0, class: "ui-select-button" },
|
|
@@ -27511,7 +27539,7 @@
|
|
|
27511
27539
|
[
|
|
27512
27540
|
e.showLabel
|
|
27513
27541
|
? (t.openBlock(),
|
|
27514
|
-
t.createElementBlock("label",
|
|
27542
|
+
t.createElementBlock("label", qE, [
|
|
27515
27543
|
t.createTextVNode(t.toDisplayString(e.label) + " ", 1),
|
|
27516
27544
|
e.required
|
|
27517
27545
|
? (t.openBlock(), t.createElementBlock("span", WE, "*"))
|
|
@@ -27620,7 +27648,7 @@
|
|
|
27620
27648
|
)
|
|
27621
27649
|
);
|
|
27622
27650
|
}
|
|
27623
|
-
const vE = g(
|
|
27651
|
+
const vE = g(HE, [
|
|
27624
27652
|
["render", QE],
|
|
27625
27653
|
["__scopeId", "data-v-a9c5a05f"],
|
|
27626
27654
|
]),
|
|
@@ -28387,7 +28415,7 @@
|
|
|
28387
28415
|
CustomHtml: px,
|
|
28388
28416
|
BooleanSwitch: PC,
|
|
28389
28417
|
FieldGroup: sV,
|
|
28390
|
-
ContentSelect:
|
|
28418
|
+
ContentSelect: qa,
|
|
28391
28419
|
TypeSelect: L1,
|
|
28392
28420
|
ScopeSelect: Ka,
|
|
28393
28421
|
FieldSelect: ls,
|
|
@@ -28441,6 +28469,11 @@
|
|
|
28441
28469
|
directParentModel: { default() {} },
|
|
28442
28470
|
directFormElement: { default() {} },
|
|
28443
28471
|
additionalContext: { default() {} },
|
|
28472
|
+
fieldIsHovered: { default() {} },
|
|
28473
|
+
fieldIsSelected: { default() {} },
|
|
28474
|
+
selectField: { default() {} },
|
|
28475
|
+
mouseOverField: { default() {} },
|
|
28476
|
+
mouseOutField: { default() {} },
|
|
28444
28477
|
},
|
|
28445
28478
|
provide() {
|
|
28446
28479
|
return { fieldPath: this.fieldPath, directParentModel: this.model };
|
|
@@ -28470,6 +28503,22 @@
|
|
|
28470
28503
|
}
|
|
28471
28504
|
},
|
|
28472
28505
|
methods: {
|
|
28506
|
+
clicked(e) {
|
|
28507
|
+
const n = this;
|
|
28508
|
+
n.selectField &&
|
|
28509
|
+
n.sandbox &&
|
|
28510
|
+
(n.selectField(n.field),
|
|
28511
|
+
e.stopImmediatePropagation(),
|
|
28512
|
+
e.stopPropagation());
|
|
28513
|
+
},
|
|
28514
|
+
hoverover() {
|
|
28515
|
+
const e = this;
|
|
28516
|
+
e.sandbox && e.mouseOverField && e.mouseOverField(e.field);
|
|
28517
|
+
},
|
|
28518
|
+
hoverout() {
|
|
28519
|
+
const e = this;
|
|
28520
|
+
e.sandbox && e.mouseOutField && e.mouseOutField(e.field);
|
|
28521
|
+
},
|
|
28473
28522
|
fieldDefaultValue() {
|
|
28474
28523
|
var i, r;
|
|
28475
28524
|
var e =
|
|
@@ -28572,6 +28621,13 @@
|
|
|
28572
28621
|
},
|
|
28573
28622
|
},
|
|
28574
28623
|
watch: {
|
|
28624
|
+
isSelected(e) {
|
|
28625
|
+
var n;
|
|
28626
|
+
e &&
|
|
28627
|
+
(n = this.$el) != null &&
|
|
28628
|
+
n.scrollIntoView &&
|
|
28629
|
+
this.$el.scrollIntoView({ behavior: "smooth", block: "center" });
|
|
28630
|
+
},
|
|
28575
28631
|
mounted(e) {
|
|
28576
28632
|
e
|
|
28577
28633
|
? this.$emit("field:mount", this)
|
|
@@ -28631,6 +28687,12 @@
|
|
|
28631
28687
|
},
|
|
28632
28688
|
},
|
|
28633
28689
|
computed: {
|
|
28690
|
+
isSelected() {
|
|
28691
|
+
return this.fieldIsSelected && this.fieldIsSelected(this.field);
|
|
28692
|
+
},
|
|
28693
|
+
isHovered() {
|
|
28694
|
+
return this.fieldIsHovered && this.fieldIsHovered(this.field);
|
|
28695
|
+
},
|
|
28634
28696
|
shouldIgnoreDefaults() {
|
|
28635
28697
|
return this.ignoreDefaults && !this.appeared;
|
|
28636
28698
|
},
|
|
@@ -28847,6 +28909,8 @@
|
|
|
28847
28909
|
this.minimum === 1 &&
|
|
28848
28910
|
this.maximum === 1 &&
|
|
28849
28911
|
e.push("ux-layout-only"),
|
|
28912
|
+
this.isHovered && e.push("hover"),
|
|
28913
|
+
this.isSelected && e.push("selected"),
|
|
28850
28914
|
this.layoutGroup && e.push("ux-layout-only"),
|
|
28851
28915
|
this.touched && e.push("ux-field-touched"),
|
|
28852
28916
|
this.dirty && e.push("ux-field-dirty"),
|
|
@@ -28969,7 +29033,7 @@
|
|
|
28969
29033
|
Ve = t.resolveComponent("timezone-select"),
|
|
28970
29034
|
ye = t.resolveComponent("country-select"),
|
|
28971
29035
|
lt = t.resolveComponent("phone-number-input"),
|
|
28972
|
-
|
|
29036
|
+
qe = t.resolveComponent("object-field"),
|
|
28973
29037
|
zt = t.resolveComponent("model-field"),
|
|
28974
29038
|
it = t.resolveComponent("payment-field"),
|
|
28975
29039
|
We = t.resolveComponent("options-manager"),
|
|
@@ -28986,6 +29050,19 @@
|
|
|
28986
29050
|
class: t.normalizeClass(["ux-field", r.classes]),
|
|
28987
29051
|
onFocusin: n[37] || (n[37] = (...k) => r.focus && r.focus(...k)),
|
|
28988
29052
|
onFocusout: n[38] || (n[38] = (...k) => r.blur && r.blur(...k)),
|
|
29053
|
+
onMouseover:
|
|
29054
|
+
n[39] ||
|
|
29055
|
+
(n[39] = t.withModifiers(
|
|
29056
|
+
(...k) => r.hoverover && r.hoverover(...k),
|
|
29057
|
+
["stop"],
|
|
29058
|
+
)),
|
|
29059
|
+
onMouseout:
|
|
29060
|
+
n[40] ||
|
|
29061
|
+
(n[40] = t.withModifiers(
|
|
29062
|
+
(...k) => r.hoverout && r.hoverout(...k),
|
|
29063
|
+
["stop"],
|
|
29064
|
+
)),
|
|
29065
|
+
onClick: n[41] || (n[41] = (k) => r.clicked(k)),
|
|
28989
29066
|
},
|
|
28990
29067
|
[
|
|
28991
29068
|
r.widget == "textfield"
|
|
@@ -29578,7 +29655,7 @@
|
|
|
29578
29655
|
r.widget == "object"
|
|
29579
29656
|
? (t.openBlock(),
|
|
29580
29657
|
t.createBlock(
|
|
29581
|
-
|
|
29658
|
+
qe,
|
|
29582
29659
|
{
|
|
29583
29660
|
key: 31,
|
|
29584
29661
|
onTouched: r.touch,
|
|
@@ -29730,7 +29807,7 @@
|
|
|
29730
29807
|
}
|
|
29731
29808
|
const fo = g(CS, [
|
|
29732
29809
|
["render", BS],
|
|
29733
|
-
["__scopeId", "data-v-
|
|
29810
|
+
["__scopeId", "data-v-17f3c6e4"],
|
|
29734
29811
|
]);
|
|
29735
29812
|
function NS(e, n, o, l) {
|
|
29736
29813
|
var i = -1,
|
|
@@ -29949,10 +30026,10 @@
|
|
|
29949
30026
|
jS = AS + US + PS,
|
|
29950
30027
|
RS = "[" + jS + "]",
|
|
29951
30028
|
zS = RegExp(RS, "g");
|
|
29952
|
-
function
|
|
30029
|
+
function HS(e) {
|
|
29953
30030
|
return (e = $S(e)), e && e.replace(LS, IS).replace(zS, "");
|
|
29954
30031
|
}
|
|
29955
|
-
var
|
|
30032
|
+
var qS = HS,
|
|
29956
30033
|
WS = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;
|
|
29957
30034
|
function GS(e) {
|
|
29958
30035
|
return e.match(WS) || [];
|
|
@@ -30033,7 +30110,7 @@
|
|
|
30033
30110
|
}
|
|
30034
30111
|
var NT = BT,
|
|
30035
30112
|
ET = ES,
|
|
30036
|
-
ST =
|
|
30113
|
+
ST = qS,
|
|
30037
30114
|
TT = NT,
|
|
30038
30115
|
DT = "['’]",
|
|
30039
30116
|
OT = RegExp(DT, "g");
|
|
@@ -30641,8 +30718,8 @@
|
|
|
30641
30718
|
zT = ((e) => (
|
|
30642
30719
|
t.pushScopeId("data-v-59acf39e"), (e = e()), t.popScopeId(), e
|
|
30643
30720
|
))(() => t.createElementVNode("h3", null, "An error occurred", -1)),
|
|
30644
|
-
|
|
30645
|
-
|
|
30721
|
+
HT = { key: 0 },
|
|
30722
|
+
qT = { key: 1 },
|
|
30646
30723
|
WT = { key: 2 },
|
|
30647
30724
|
GT = { class: "intent-submit" },
|
|
30648
30725
|
KT = ["tooltip"];
|
|
@@ -30672,14 +30749,14 @@
|
|
|
30672
30749
|
? (t.openBlock(),
|
|
30673
30750
|
t.createElementBlock(
|
|
30674
30751
|
"pre",
|
|
30675
|
-
|
|
30752
|
+
HT,
|
|
30676
30753
|
t.toDisplayString(i.error.message),
|
|
30677
30754
|
1,
|
|
30678
30755
|
))
|
|
30679
30756
|
: t.createCommentVNode("", !0),
|
|
30680
30757
|
(p = i.error.data) != null && p.errors
|
|
30681
30758
|
? (t.openBlock(),
|
|
30682
|
-
t.createElementBlock("div",
|
|
30759
|
+
t.createElementBlock("div", qT, [
|
|
30683
30760
|
(t.openBlock(!0),
|
|
30684
30761
|
t.createElementBlock(
|
|
30685
30762
|
t.Fragment,
|
|
@@ -32230,7 +32307,7 @@
|
|
|
32230
32307
|
}
|
|
32231
32308
|
const Br = g(l2, [
|
|
32232
32309
|
["render", B2],
|
|
32233
|
-
["__scopeId", "data-v-
|
|
32310
|
+
["__scopeId", "data-v-932f5321"],
|
|
32234
32311
|
]),
|
|
32235
32312
|
TM = "",
|
|
32236
32313
|
N2 = {
|
|
@@ -32742,17 +32819,17 @@
|
|
|
32742
32819
|
return !!o && j2(e, n, 0) > -1;
|
|
32743
32820
|
}
|
|
32744
32821
|
var z2 = R2;
|
|
32745
|
-
function
|
|
32822
|
+
function H2(e, n, o) {
|
|
32746
32823
|
for (var l = -1, i = e == null ? 0 : e.length; ++l < i; )
|
|
32747
32824
|
if (o(n, e[l])) return !0;
|
|
32748
32825
|
return !1;
|
|
32749
32826
|
}
|
|
32750
|
-
var
|
|
32827
|
+
var q2 = H2;
|
|
32751
32828
|
function W2(e, n) {
|
|
32752
32829
|
return e.has(n);
|
|
32753
32830
|
}
|
|
32754
32831
|
var G2 = W2,
|
|
32755
|
-
K2 =
|
|
32832
|
+
K2 = qo,
|
|
32756
32833
|
Y2 = Tt,
|
|
32757
32834
|
Z2 = K2(Y2, "Set"),
|
|
32758
32835
|
J2 = Z2;
|
|
@@ -32782,7 +32859,7 @@
|
|
|
32782
32859
|
rD = oD,
|
|
32783
32860
|
lD = P2,
|
|
32784
32861
|
iD = z2,
|
|
32785
|
-
aD =
|
|
32862
|
+
aD = q2,
|
|
32786
32863
|
sD = G2,
|
|
32787
32864
|
cD = rD,
|
|
32788
32865
|
dD = Rs,
|
|
@@ -32966,7 +33043,7 @@
|
|
|
32966
33043
|
},
|
|
32967
33044
|
components: {
|
|
32968
33045
|
Pager: D2,
|
|
32969
|
-
NativeTable:
|
|
33046
|
+
NativeTable: Hi,
|
|
32970
33047
|
FilterBuilder: rs,
|
|
32971
33048
|
Search: kn,
|
|
32972
33049
|
UxField: fo,
|
|
@@ -34225,7 +34302,7 @@
|
|
|
34225
34302
|
))
|
|
34226
34303
|
: t.createCommentVNode("", !0);
|
|
34227
34304
|
}
|
|
34228
|
-
const
|
|
34305
|
+
const Hs = g(_D, [
|
|
34229
34306
|
["render", VD],
|
|
34230
34307
|
["__scopeId", "data-v-217f41ba"],
|
|
34231
34308
|
]),
|
|
@@ -34289,7 +34366,7 @@
|
|
|
34289
34366
|
])
|
|
34290
34367
|
);
|
|
34291
34368
|
}
|
|
34292
|
-
const
|
|
34369
|
+
const qs = g(BD, [
|
|
34293
34370
|
["render", ED],
|
|
34294
34371
|
["__scopeId", "data-v-90c28992"],
|
|
34295
34372
|
]),
|
|
@@ -34656,7 +34733,7 @@
|
|
|
34656
34733
|
["__scopeId", "data-v-60de0d31"],
|
|
34657
34734
|
]),
|
|
34658
34735
|
$M = "",
|
|
34659
|
-
|
|
34736
|
+
HD = {
|
|
34660
34737
|
mixins: [kt],
|
|
34661
34738
|
data() {
|
|
34662
34739
|
return { model: {}, formState: null };
|
|
@@ -34680,7 +34757,7 @@
|
|
|
34680
34757
|
this.options.model && (this.model = this.options.model);
|
|
34681
34758
|
},
|
|
34682
34759
|
},
|
|
34683
|
-
|
|
34760
|
+
qD = { class: "padder" },
|
|
34684
34761
|
WD = { key: 0 },
|
|
34685
34762
|
GD = { class: "padder" };
|
|
34686
34763
|
function KD(e, n, o, l, i, r) {
|
|
@@ -34710,7 +34787,7 @@
|
|
|
34710
34787
|
default: t.withCtx(() => [
|
|
34711
34788
|
t.createVNode(s, null, {
|
|
34712
34789
|
default: t.withCtx(() => [
|
|
34713
|
-
t.createElementVNode("div",
|
|
34790
|
+
t.createElementVNode("div", qD, [
|
|
34714
34791
|
t.createElementVNode(
|
|
34715
34792
|
"h5",
|
|
34716
34793
|
null,
|
|
@@ -34817,13 +34894,13 @@
|
|
|
34817
34894
|
)
|
|
34818
34895
|
);
|
|
34819
34896
|
}
|
|
34820
|
-
const Ks = g(
|
|
34897
|
+
const Ks = g(HD, [
|
|
34821
34898
|
["render", KD],
|
|
34822
34899
|
["__scopeId", "data-v-99b9c871"],
|
|
34823
34900
|
]),
|
|
34824
34901
|
LM = "",
|
|
34825
34902
|
YD = {
|
|
34826
|
-
components: { ContentBrowser:
|
|
34903
|
+
components: { ContentBrowser: Hs, Search: kn },
|
|
34827
34904
|
mixins: [kt],
|
|
34828
34905
|
async created() {
|
|
34829
34906
|
var e = this,
|
|
@@ -35374,7 +35451,7 @@
|
|
|
35374
35451
|
["render", rO],
|
|
35375
35452
|
["__scopeId", "data-v-0952db70"],
|
|
35376
35453
|
]),
|
|
35377
|
-
|
|
35454
|
+
He = "uploading",
|
|
35378
35455
|
ho = "complete",
|
|
35379
35456
|
bt = "ready",
|
|
35380
35457
|
lO = "error",
|
|
@@ -35406,7 +35483,7 @@
|
|
|
35406
35483
|
});
|
|
35407
35484
|
},
|
|
35408
35485
|
uploading() {
|
|
35409
|
-
return this.state ==
|
|
35486
|
+
return this.state == He;
|
|
35410
35487
|
},
|
|
35411
35488
|
bytesLoaded() {
|
|
35412
35489
|
var e = this;
|
|
@@ -35422,7 +35499,7 @@
|
|
|
35422
35499
|
},
|
|
35423
35500
|
percent() {
|
|
35424
35501
|
var e = this;
|
|
35425
|
-
return e.state !=
|
|
35502
|
+
return e.state != He
|
|
35426
35503
|
? 0
|
|
35427
35504
|
: Math.floor((e.bytesLoaded * 100) / e.bytesTotal);
|
|
35428
35505
|
},
|
|
@@ -35512,7 +35589,7 @@
|
|
|
35512
35589
|
return new Or.EventDispatcher().bootstrap(u), o.queue.unshift(u), u;
|
|
35513
35590
|
},
|
|
35514
35591
|
cancelFile(e) {
|
|
35515
|
-
e.state ==
|
|
35592
|
+
e.state == He &&
|
|
35516
35593
|
(e.cancel && e.cancel("Cancelled"),
|
|
35517
35594
|
(e.bytesLoaded = 0),
|
|
35518
35595
|
(e.percent = 0),
|
|
@@ -35525,7 +35602,7 @@
|
|
|
35525
35602
|
},
|
|
35526
35603
|
uploadNextFile() {
|
|
35527
35604
|
var e = this;
|
|
35528
|
-
if (e.state ==
|
|
35605
|
+
if (e.state == He) {
|
|
35529
35606
|
var n = e.queue.find(function (o) {
|
|
35530
35607
|
return o.state == bt;
|
|
35531
35608
|
});
|
|
@@ -35541,10 +35618,10 @@
|
|
|
35541
35618
|
var n = this;
|
|
35542
35619
|
switch (e.state) {
|
|
35543
35620
|
case ho:
|
|
35544
|
-
case
|
|
35621
|
+
case He:
|
|
35545
35622
|
return;
|
|
35546
35623
|
}
|
|
35547
|
-
(e.state =
|
|
35624
|
+
(e.state = He), e.dispatch(aO);
|
|
35548
35625
|
{
|
|
35549
35626
|
const d = e.size,
|
|
35550
35627
|
m = e.name,
|
|
@@ -35605,11 +35682,11 @@
|
|
|
35605
35682
|
});
|
|
35606
35683
|
},
|
|
35607
35684
|
toggle() {
|
|
35608
|
-
this.state ===
|
|
35685
|
+
this.state === He ? this.pause() : this.start();
|
|
35609
35686
|
},
|
|
35610
35687
|
async start() {
|
|
35611
35688
|
var e = this;
|
|
35612
|
-
if (e.state !==
|
|
35689
|
+
if (e.state !== He) {
|
|
35613
35690
|
if (!e.defaultScopes.length) {
|
|
35614
35691
|
var n = e.$sdk.access.actionableScopes(e.user, "create", "file"),
|
|
35615
35692
|
o = e.$sdk.access.actionableScopes(e.user, "create", "image"),
|
|
@@ -35623,12 +35700,12 @@
|
|
|
35623
35700
|
e.defaultScopes = e.$sdk.utils.ids(a);
|
|
35624
35701
|
}
|
|
35625
35702
|
}
|
|
35626
|
-
(e.state =
|
|
35703
|
+
(e.state = He), e.uploadNextFile();
|
|
35627
35704
|
}
|
|
35628
35705
|
},
|
|
35629
35706
|
pause() {
|
|
35630
35707
|
var e = this;
|
|
35631
|
-
e.state ===
|
|
35708
|
+
e.state === He &&
|
|
35632
35709
|
((e.state = bt),
|
|
35633
35710
|
e.queue.forEach(function (n) {
|
|
35634
35711
|
e.cancelFile(n);
|
|
@@ -35848,7 +35925,7 @@
|
|
|
35848
35925
|
UxImage: ea,
|
|
35849
35926
|
UxVideo: ta,
|
|
35850
35927
|
UxButton: Zi,
|
|
35851
|
-
UxCheckbox:
|
|
35928
|
+
UxCheckbox: qn,
|
|
35852
35929
|
UxSwitch: Yo,
|
|
35853
35930
|
UxLink: Ji,
|
|
35854
35931
|
UxTabset: wi,
|
|
@@ -35857,7 +35934,7 @@
|
|
|
35857
35934
|
Avatar: Yi,
|
|
35858
35935
|
Spinner: It,
|
|
35859
35936
|
ProgressBar: na,
|
|
35860
|
-
UxModal:
|
|
35937
|
+
UxModal: qs,
|
|
35861
35938
|
Compile: Us,
|
|
35862
35939
|
},
|
|
35863
35940
|
kO = {
|
|
@@ -35940,7 +36017,7 @@
|
|
|
35940
36017
|
};
|
|
35941
36018
|
(V.Avatar = Yi),
|
|
35942
36019
|
(V.CodeEditor = ss),
|
|
35943
|
-
(V.ContentBrowser =
|
|
36020
|
+
(V.ContentBrowser = Hs),
|
|
35944
36021
|
(V.DateRange = aa),
|
|
35945
36022
|
(V.Device = gO),
|
|
35946
36023
|
(V.FileDrop = as),
|
|
@@ -35971,8 +36048,8 @@
|
|
|
35971
36048
|
(V.StripeElement = ei),
|
|
35972
36049
|
(V.StripeElements = ti),
|
|
35973
36050
|
(V.UXButton = Zi),
|
|
35974
|
-
(V.UXCheckbox =
|
|
35975
|
-
(V.UXCircle =
|
|
36051
|
+
(V.UXCheckbox = qn),
|
|
36052
|
+
(V.UXCircle = Hn),
|
|
35976
36053
|
(V.UXForm = wr),
|
|
35977
36054
|
(V.UXFormField = fo),
|
|
35978
36055
|
(V.UXIcon = Xi),
|
|
@@ -35990,13 +36067,13 @@
|
|
|
35990
36067
|
(V.UXSubmissionForm = Vr),
|
|
35991
36068
|
(V.UXSwitch = Yo),
|
|
35992
36069
|
(V.UXTab = Ci),
|
|
35993
|
-
(V.UXTable =
|
|
36070
|
+
(V.UXTable = Hi),
|
|
35994
36071
|
(V.UXTabset = wi),
|
|
35995
36072
|
(V.UXVideo = ta),
|
|
35996
36073
|
(V.UploadService = hO),
|
|
35997
36074
|
(V.UxConfirmModal = Ws),
|
|
35998
36075
|
(V.UxContentModal = Ys),
|
|
35999
|
-
(V.UxModal =
|
|
36076
|
+
(V.UxModal = qs),
|
|
36000
36077
|
(V.UxOptionsModal = Gs),
|
|
36001
36078
|
(V.UxPromptModal = Ks),
|
|
36002
36079
|
(V.UxScopeModal = Zs),
|