@qikdev/vue-ui 0.2.249 → 0.2.250
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 +1058 -989
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +310 -248
- 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.250";
|
|
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
|
]),
|
|
@@ -8825,7 +8825,8 @@
|
|
|
8825
8825
|
var e = this;
|
|
8826
8826
|
return {
|
|
8827
8827
|
click(n) {
|
|
8828
|
-
|
|
8828
|
+
console.log("CLICKETY CLICK"),
|
|
8829
|
+
e.stop && n.stopImmediatePropagation(),
|
|
8829
8830
|
(e.triggerEvent = n),
|
|
8830
8831
|
(e.expanded = !e.expanded);
|
|
8831
8832
|
},
|
|
@@ -8883,7 +8884,7 @@
|
|
|
8883
8884
|
}
|
|
8884
8885
|
const Qi = g(a_, [
|
|
8885
8886
|
["render", s_],
|
|
8886
|
-
["__scopeId", "data-v-
|
|
8887
|
+
["__scopeId", "data-v-9d3e0d4e"],
|
|
8887
8888
|
]),
|
|
8888
8889
|
bF = "",
|
|
8889
8890
|
c_ = {
|
|
@@ -10137,8 +10138,8 @@
|
|
|
10137
10138
|
),
|
|
10138
10139
|
R_ = { key: 0, class: "ux-field-title" },
|
|
10139
10140
|
z_ = { key: 0, class: "ux-required-marker" },
|
|
10140
|
-
|
|
10141
|
-
|
|
10141
|
+
H_ = { key: 1, class: "ux-field-description" },
|
|
10142
|
+
q_ = { key: 2 },
|
|
10142
10143
|
W_ = { key: 0 },
|
|
10143
10144
|
G_ = { key: 1 },
|
|
10144
10145
|
K_ = { class: "ux-text-wrap" },
|
|
@@ -10172,14 +10173,14 @@
|
|
|
10172
10173
|
? (t.openBlock(),
|
|
10173
10174
|
t.createElementBlock(
|
|
10174
10175
|
"div",
|
|
10175
|
-
|
|
10176
|
+
H_,
|
|
10176
10177
|
t.toDisplayString(e.description),
|
|
10177
10178
|
1,
|
|
10178
10179
|
))
|
|
10179
10180
|
: t.createCommentVNode("", !0),
|
|
10180
10181
|
e.multiValue
|
|
10181
10182
|
? (t.openBlock(),
|
|
10182
|
-
t.createElementBlock("div",
|
|
10183
|
+
t.createElementBlock("div", q_, [
|
|
10183
10184
|
(t.openBlock(!0),
|
|
10184
10185
|
t.createElementBlock(
|
|
10185
10186
|
t.Fragment,
|
|
@@ -11131,7 +11132,7 @@
|
|
|
11131
11132
|
ma = Je(/iP(ad|od|hone)/i),
|
|
11132
11133
|
Tk = Je(/chrome/i) && Je(/android/i),
|
|
11133
11134
|
fa = { capture: !1, passive: !1 };
|
|
11134
|
-
function
|
|
11135
|
+
function q(e, n, o) {
|
|
11135
11136
|
e.addEventListener(n, o, !Xe && fa);
|
|
11136
11137
|
}
|
|
11137
11138
|
function z(e, n, o) {
|
|
@@ -11916,10 +11917,10 @@
|
|
|
11916
11917
|
(this.nativeDraggable = n.forceFallback ? !1 : Pk),
|
|
11917
11918
|
this.nativeDraggable && (this.options.touchStartThreshold = 1),
|
|
11918
11919
|
n.supportPointer
|
|
11919
|
-
?
|
|
11920
|
-
: (
|
|
11921
|
-
|
|
11922
|
-
this.nativeDraggable && (
|
|
11920
|
+
? q(e, "pointerdown", this._onTapStart)
|
|
11921
|
+
: (q(e, "mousedown", this._onTapStart),
|
|
11922
|
+
q(e, "touchstart", this._onTapStart)),
|
|
11923
|
+
this.nativeDraggable && (q(e, "dragover", this), q(e, "dragenter", this)),
|
|
11923
11924
|
Xn.push(this.el),
|
|
11924
11925
|
n.store && n.store.get && this.sort(n.store.get(this) || []),
|
|
11925
11926
|
Ze(this, Ik());
|
|
@@ -12050,12 +12051,12 @@
|
|
|
12050
12051
|
a.ignore.split(",").forEach(function (d) {
|
|
12051
12052
|
ha(x, d.trim(), rr);
|
|
12052
12053
|
}),
|
|
12053
|
-
|
|
12054
|
-
|
|
12055
|
-
|
|
12056
|
-
|
|
12057
|
-
|
|
12058
|
-
|
|
12054
|
+
q(s, "dragover", _t),
|
|
12055
|
+
q(s, "mousemove", _t),
|
|
12056
|
+
q(s, "touchmove", _t),
|
|
12057
|
+
q(s, "mouseup", i._onDrop),
|
|
12058
|
+
q(s, "touchend", i._onDrop),
|
|
12059
|
+
q(s, "touchcancel", i._onDrop),
|
|
12059
12060
|
ua &&
|
|
12060
12061
|
this.nativeDraggable &&
|
|
12061
12062
|
((this.options.touchStartThreshold = 4), (x.draggable = !0)),
|
|
@@ -12068,13 +12069,13 @@
|
|
|
12068
12069
|
this._onDrop();
|
|
12069
12070
|
return;
|
|
12070
12071
|
}
|
|
12071
|
-
|
|
12072
|
-
|
|
12073
|
-
|
|
12074
|
-
|
|
12075
|
-
|
|
12072
|
+
q(s, "mouseup", i._disableDelayedDrag),
|
|
12073
|
+
q(s, "touchend", i._disableDelayedDrag),
|
|
12074
|
+
q(s, "touchcancel", i._disableDelayedDrag),
|
|
12075
|
+
q(s, "mousemove", i._delayedDragTouchMoveHandler),
|
|
12076
|
+
q(s, "touchmove", i._delayedDragTouchMoveHandler),
|
|
12076
12077
|
a.supportPointer &&
|
|
12077
|
-
|
|
12078
|
+
q(s, "pointermove", i._delayedDragTouchMoveHandler),
|
|
12078
12079
|
(i._dragStartTimer = setTimeout(c, a.delay));
|
|
12079
12080
|
} else c();
|
|
12080
12081
|
}
|
|
@@ -12108,11 +12109,11 @@
|
|
|
12108
12109
|
(o = o || (n.pointerType == "touch" && n)),
|
|
12109
12110
|
!this.nativeDraggable || o
|
|
12110
12111
|
? this.options.supportPointer
|
|
12111
|
-
?
|
|
12112
|
+
? q(document, "pointermove", this._onTouchMove)
|
|
12112
12113
|
: o
|
|
12113
|
-
?
|
|
12114
|
-
:
|
|
12115
|
-
: (
|
|
12114
|
+
? q(document, "touchmove", this._onTouchMove)
|
|
12115
|
+
: q(document, "mousemove", this._onTouchMove)
|
|
12116
|
+
: (q(x, "dragend", this), q(Z, "dragstart", this._onDragStart));
|
|
12116
12117
|
try {
|
|
12117
12118
|
document.selection
|
|
12118
12119
|
? ro(function () {
|
|
@@ -12124,7 +12125,7 @@
|
|
|
12124
12125
|
_dragStarted: function (n, o) {
|
|
12125
12126
|
if (((Pt = !1), Z && x)) {
|
|
12126
12127
|
Ce("dragStarted", this, { evt: o }),
|
|
12127
|
-
this.nativeDraggable &&
|
|
12128
|
+
this.nativeDraggable && q(document, "dragover", zk);
|
|
12128
12129
|
var l = this.options;
|
|
12129
12130
|
!n && Ne(x, l.dragClass, !1),
|
|
12130
12131
|
Ne(x, l.ghostClass, !0),
|
|
@@ -12295,11 +12296,11 @@
|
|
|
12295
12296
|
i &&
|
|
12296
12297
|
((i.effectAllowed = "move"),
|
|
12297
12298
|
r.setData && r.setData.call(l, i, x)),
|
|
12298
|
-
|
|
12299
|
+
q(document, "drop", l),
|
|
12299
12300
|
O(x, "transform", "translateZ(0)")),
|
|
12300
12301
|
(Pt = !0),
|
|
12301
12302
|
(l._dragStartId = ro(l._dragStarted.bind(l, o, n))),
|
|
12302
|
-
|
|
12303
|
+
q(document, "selectstart", l),
|
|
12303
12304
|
(pn = !0),
|
|
12304
12305
|
dn && O(document.body, "user-select", "none");
|
|
12305
12306
|
},
|
|
@@ -12319,9 +12320,9 @@
|
|
|
12319
12320
|
h = this,
|
|
12320
12321
|
y = !1;
|
|
12321
12322
|
if (or) return;
|
|
12322
|
-
function T(
|
|
12323
|
+
function T(qe, zt) {
|
|
12323
12324
|
Ce(
|
|
12324
|
-
|
|
12325
|
+
qe,
|
|
12325
12326
|
h,
|
|
12326
12327
|
je(
|
|
12327
12328
|
{
|
|
@@ -12349,10 +12350,10 @@
|
|
|
12349
12350
|
h.captureAnimationState(),
|
|
12350
12351
|
h !== f && f.captureAnimationState();
|
|
12351
12352
|
}
|
|
12352
|
-
function L(
|
|
12353
|
+
function L(qe) {
|
|
12353
12354
|
return (
|
|
12354
|
-
T("dragOverCompleted", { insertion:
|
|
12355
|
-
|
|
12355
|
+
T("dragOverCompleted", { insertion: qe }),
|
|
12356
|
+
qe &&
|
|
12356
12357
|
(d ? u._hideClone() : u._showClone(h),
|
|
12357
12358
|
h !== f &&
|
|
12358
12359
|
(Ne(x, ie ? ie.options.ghostClass : u.options.ghostClass, !1),
|
|
@@ -12369,7 +12370,7 @@
|
|
|
12369
12370
|
!s.dragoverBubble &&
|
|
12370
12371
|
!n.rootEl &&
|
|
12371
12372
|
l !== document &&
|
|
12372
|
-
(x.parentNode[Ee]._isOutsideThisEl(n.target), !
|
|
12373
|
+
(x.parentNode[Ee]._isOutsideThisEl(n.target), !qe && _t(n)),
|
|
12373
12374
|
!s.dragoverBubble && n.stopPropagation && n.stopPropagation(),
|
|
12374
12375
|
(y = !0)
|
|
12375
12376
|
);
|
|
@@ -12482,7 +12483,7 @@
|
|
|
12482
12483
|
return (
|
|
12483
12484
|
(lt === 1 || lt === -1) && (ye = lt === 1),
|
|
12484
12485
|
(or = !0),
|
|
12485
|
-
setTimeout(
|
|
12486
|
+
setTimeout(qk, 30),
|
|
12486
12487
|
$(),
|
|
12487
12488
|
ye && !Ve
|
|
12488
12489
|
? o.appendChild(x)
|
|
@@ -12656,7 +12657,7 @@
|
|
|
12656
12657
|
break;
|
|
12657
12658
|
case "dragenter":
|
|
12658
12659
|
case "dragover":
|
|
12659
|
-
x && (this._onDragOver(n),
|
|
12660
|
+
x && (this._onDragOver(n), Hk(n));
|
|
12660
12661
|
break;
|
|
12661
12662
|
case "selectstart":
|
|
12662
12663
|
n.preventDefault();
|
|
@@ -12753,7 +12754,7 @@
|
|
|
12753
12754
|
}
|
|
12754
12755
|
},
|
|
12755
12756
|
};
|
|
12756
|
-
function
|
|
12757
|
+
function Hk(e) {
|
|
12757
12758
|
e.dataTransfer && (e.dataTransfer.dropEffect = "move"),
|
|
12758
12759
|
e.cancelable && e.preventDefault();
|
|
12759
12760
|
}
|
|
@@ -12782,7 +12783,7 @@
|
|
|
12782
12783
|
function rr(e) {
|
|
12783
12784
|
e.draggable = !1;
|
|
12784
12785
|
}
|
|
12785
|
-
function
|
|
12786
|
+
function qk() {
|
|
12786
12787
|
or = !1;
|
|
12787
12788
|
}
|
|
12788
12789
|
function Wk(e, n, o) {
|
|
@@ -12857,11 +12858,11 @@
|
|
|
12857
12858
|
return clearTimeout(e);
|
|
12858
12859
|
}
|
|
12859
12860
|
to &&
|
|
12860
|
-
|
|
12861
|
+
q(document, "touchmove", function (e) {
|
|
12861
12862
|
(F.active || Pt) && e.cancelable && e.preventDefault();
|
|
12862
12863
|
}),
|
|
12863
12864
|
(F.utils = {
|
|
12864
|
-
on:
|
|
12865
|
+
on: q,
|
|
12865
12866
|
off: z,
|
|
12866
12867
|
css: O,
|
|
12867
12868
|
find: ha,
|
|
@@ -12925,12 +12926,12 @@
|
|
|
12925
12926
|
dragStarted: function (o) {
|
|
12926
12927
|
var l = o.originalEvent;
|
|
12927
12928
|
this.sortable.nativeDraggable
|
|
12928
|
-
?
|
|
12929
|
+
? q(document, "dragover", this._handleAutoScroll)
|
|
12929
12930
|
: this.options.supportPointer
|
|
12930
|
-
?
|
|
12931
|
+
? q(document, "pointermove", this._handleFallbackAutoScroll)
|
|
12931
12932
|
: l.touches
|
|
12932
|
-
?
|
|
12933
|
-
:
|
|
12933
|
+
? q(document, "touchmove", this._handleFallbackAutoScroll)
|
|
12934
|
+
: q(document, "mousemove", this._handleFallbackAutoScroll);
|
|
12934
12935
|
},
|
|
12935
12936
|
dragOverCompleted: function (o) {
|
|
12936
12937
|
var l = o.originalEvent;
|
|
@@ -13607,7 +13608,7 @@
|
|
|
13607
13608
|
},
|
|
13608
13609
|
}),
|
|
13609
13610
|
MF = "";
|
|
13610
|
-
function
|
|
13611
|
+
function Ha(e, n) {
|
|
13611
13612
|
let o = e.title.toUpperCase(),
|
|
13612
13613
|
l = n.title.toUpperCase();
|
|
13613
13614
|
return o < l ? -1 : o > l ? 1 : 0;
|
|
@@ -13640,7 +13641,7 @@
|
|
|
13640
13641
|
};
|
|
13641
13642
|
let o = this.field.referenceType;
|
|
13642
13643
|
if (!o) {
|
|
13643
|
-
const i = (await e.$sdk.content.glossary()).sort(
|
|
13644
|
+
const i = (await e.$sdk.content.glossary()).sort(Ha),
|
|
13644
13645
|
{ key: r } = await e.$sdk.options(
|
|
13645
13646
|
i,
|
|
13646
13647
|
"Select content type",
|
|
@@ -13702,7 +13703,7 @@
|
|
|
13702
13703
|
};
|
|
13703
13704
|
let o = this.field.referenceType;
|
|
13704
13705
|
if (!o) {
|
|
13705
|
-
const i = (await e.$sdk.content.glossary()).sort(
|
|
13706
|
+
const i = (await e.$sdk.content.glossary()).sort(Ha),
|
|
13706
13707
|
{ key: r } = await e.$sdk.options(
|
|
13707
13708
|
i,
|
|
13708
13709
|
"Select content type",
|
|
@@ -14136,7 +14137,7 @@
|
|
|
14136
14137
|
)
|
|
14137
14138
|
);
|
|
14138
14139
|
}
|
|
14139
|
-
const
|
|
14140
|
+
const qa = g(k1, [
|
|
14140
14141
|
["render", V1],
|
|
14141
14142
|
["__scopeId", "data-v-38242855"],
|
|
14142
14143
|
]),
|
|
@@ -14405,7 +14406,7 @@
|
|
|
14405
14406
|
]),
|
|
14406
14407
|
$F = "",
|
|
14407
14408
|
A1 = {
|
|
14408
|
-
components: { UxCircle:
|
|
14409
|
+
components: { UxCircle: Hn },
|
|
14409
14410
|
props: { item: { type: Object }, click: { type: Function } },
|
|
14410
14411
|
data() {
|
|
14411
14412
|
return { glossary: {} };
|
|
@@ -14740,7 +14741,7 @@
|
|
|
14740
14741
|
},
|
|
14741
14742
|
},
|
|
14742
14743
|
};
|
|
14743
|
-
function
|
|
14744
|
+
function H1(e, n, o, l, i, r) {
|
|
14744
14745
|
const a = t.resolveComponent("spinner"),
|
|
14745
14746
|
s = t.resolveComponent("scope-item");
|
|
14746
14747
|
return (
|
|
@@ -14773,12 +14774,12 @@
|
|
|
14773
14774
|
);
|
|
14774
14775
|
}
|
|
14775
14776
|
const Wa = g(z1, [
|
|
14776
|
-
["render",
|
|
14777
|
+
["render", H1],
|
|
14777
14778
|
["__scopeId", "data-v-70c07a8e"],
|
|
14778
14779
|
]),
|
|
14779
14780
|
AF = "",
|
|
14780
|
-
|
|
14781
|
-
components: { UxCircle:
|
|
14781
|
+
q1 = {
|
|
14782
|
+
components: { UxCircle: Hn },
|
|
14782
14783
|
async created() {
|
|
14783
14784
|
this.reloadScopeGlossary();
|
|
14784
14785
|
},
|
|
@@ -14960,7 +14961,7 @@
|
|
|
14960
14961
|
])
|
|
14961
14962
|
);
|
|
14962
14963
|
}
|
|
14963
|
-
const Ga = g(
|
|
14964
|
+
const Ga = g(q1, [
|
|
14964
14965
|
["render", G1],
|
|
14965
14966
|
["__scopeId", "data-v-0e820a8c"],
|
|
14966
14967
|
]),
|
|
@@ -16523,7 +16524,7 @@
|
|
|
16523
16524
|
["render", Rb],
|
|
16524
16525
|
["__scopeId", "data-v-06e121d1"],
|
|
16525
16526
|
]),
|
|
16526
|
-
|
|
16527
|
+
HF = "";
|
|
16527
16528
|
function Ja(e) {
|
|
16528
16529
|
return (
|
|
16529
16530
|
(e = String(e || "00")
|
|
@@ -16550,8 +16551,8 @@
|
|
|
16550
16551
|
},
|
|
16551
16552
|
},
|
|
16552
16553
|
},
|
|
16553
|
-
|
|
16554
|
-
|
|
16554
|
+
Hb = { key: 0, class: "ux-field-title" },
|
|
16555
|
+
qb = { key: 0, class: "ux-required-marker" },
|
|
16555
16556
|
Wb = { key: 1, class: "ux-field-description" },
|
|
16556
16557
|
Gb = { key: 2 },
|
|
16557
16558
|
Kb = ["onUpdate:modelValue"];
|
|
@@ -16568,10 +16569,10 @@
|
|
|
16568
16569
|
[
|
|
16569
16570
|
e.showLabel
|
|
16570
16571
|
? (t.openBlock(),
|
|
16571
|
-
t.createElementBlock("label",
|
|
16572
|
+
t.createElementBlock("label", Hb, [
|
|
16572
16573
|
t.createTextVNode(t.toDisplayString(e.label) + " ", 1),
|
|
16573
16574
|
e.required
|
|
16574
|
-
? (t.openBlock(), t.createElementBlock("span",
|
|
16575
|
+
? (t.openBlock(), t.createElementBlock("span", qb, "*"))
|
|
16575
16576
|
: t.createCommentVNode("", !0),
|
|
16576
16577
|
]))
|
|
16577
16578
|
: t.createCommentVNode("", !0),
|
|
@@ -16723,7 +16724,7 @@
|
|
|
16723
16724
|
["render", Yb],
|
|
16724
16725
|
["__scopeId", "data-v-b9cac2ad"],
|
|
16725
16726
|
]),
|
|
16726
|
-
|
|
16727
|
+
qF = "",
|
|
16727
16728
|
Jb = {
|
|
16728
16729
|
components: { Daterange: aa },
|
|
16729
16730
|
props: { modelValue: { type: [Object, Array] } },
|
|
@@ -16915,7 +16916,7 @@
|
|
|
16915
16916
|
}
|
|
16916
16917
|
const ox = {
|
|
16917
16918
|
mixins: [P],
|
|
16918
|
-
components: { UxCheckbox:
|
|
16919
|
+
components: { UxCheckbox: qn },
|
|
16919
16920
|
props: { modelValue: { type: [Boolean, Array] } },
|
|
16920
16921
|
data() {
|
|
16921
16922
|
return { boolean: Xa(this.modelValue) };
|
|
@@ -17201,7 +17202,7 @@
|
|
|
17201
17202
|
function zx(e) {
|
|
17202
17203
|
return String(e).length < 2 && (e = `0${e}`), e;
|
|
17203
17204
|
}
|
|
17204
|
-
const { lookup:
|
|
17205
|
+
const { lookup: Hx, options: qx } = [...ns(1, 13)].reduce(
|
|
17205
17206
|
function (e, n) {
|
|
17206
17207
|
let o;
|
|
17207
17208
|
switch (n) {
|
|
@@ -17337,7 +17338,7 @@
|
|
|
17337
17338
|
},
|
|
17338
17339
|
displayMonth() {
|
|
17339
17340
|
const e = this;
|
|
17340
|
-
return e.empty ? "-" :
|
|
17341
|
+
return e.empty ? "-" : Hx[e.month];
|
|
17341
17342
|
},
|
|
17342
17343
|
displayYear() {
|
|
17343
17344
|
const e = this;
|
|
@@ -17461,7 +17462,7 @@
|
|
|
17461
17462
|
return l;
|
|
17462
17463
|
},
|
|
17463
17464
|
monthOptions() {
|
|
17464
|
-
return
|
|
17465
|
+
return qx;
|
|
17465
17466
|
},
|
|
17466
17467
|
amOptions() {
|
|
17467
17468
|
return [
|
|
@@ -18320,7 +18321,7 @@
|
|
|
18320
18321
|
CurrencyField: Ya,
|
|
18321
18322
|
DateField: Za,
|
|
18322
18323
|
NativeSelect: Pe,
|
|
18323
|
-
ContentSelect:
|
|
18324
|
+
ContentSelect: qa,
|
|
18324
18325
|
ScopeSelect: Ka,
|
|
18325
18326
|
CountrySelect: Zo,
|
|
18326
18327
|
TimezoneSelect: ca,
|
|
@@ -19725,8 +19726,8 @@
|
|
|
19725
19726
|
return { model: JSON.parse(JSON.stringify(this.modelValue)) };
|
|
19726
19727
|
},
|
|
19727
19728
|
},
|
|
19728
|
-
|
|
19729
|
-
|
|
19729
|
+
Hw = { class: "filters" },
|
|
19730
|
+
qw = { key: 0, class: "top" },
|
|
19730
19731
|
Ww = { class: "summary" };
|
|
19731
19732
|
function Gw(e, n, o, l, i, r) {
|
|
19732
19733
|
const a = t.resolveComponent("native-select"),
|
|
@@ -19743,10 +19744,10 @@
|
|
|
19743
19744
|
default: t.withCtx(() => [
|
|
19744
19745
|
t.createVNode(u, null, {
|
|
19745
19746
|
default: t.withCtx(() => [
|
|
19746
|
-
t.createElementVNode("div",
|
|
19747
|
+
t.createElementVNode("div", Hw, [
|
|
19747
19748
|
i.model && i.model.filters && i.model.filters.length
|
|
19748
19749
|
? (t.openBlock(),
|
|
19749
|
-
t.createElementBlock("div",
|
|
19750
|
+
t.createElementBlock("div", qw, [
|
|
19750
19751
|
t.createElementVNode("div", Ww, [
|
|
19751
19752
|
t.createTextVNode(" Match "),
|
|
19752
19753
|
t.createVNode(
|
|
@@ -21192,7 +21193,7 @@
|
|
|
21192
21193
|
["__scopeId", "data-v-6bce29af"],
|
|
21193
21194
|
]),
|
|
21194
21195
|
oM = "",
|
|
21195
|
-
|
|
21196
|
+
HC = {
|
|
21196
21197
|
mixins: [P],
|
|
21197
21198
|
components: { FileDrop: as },
|
|
21198
21199
|
props: {},
|
|
@@ -21306,7 +21307,7 @@
|
|
|
21306
21307
|
},
|
|
21307
21308
|
computed: {},
|
|
21308
21309
|
},
|
|
21309
|
-
|
|
21310
|
+
qC = { key: 0, class: "ux-field-title" },
|
|
21310
21311
|
WC = { key: 0, class: "ux-required-marker" },
|
|
21311
21312
|
GC = { key: 1, class: "ux-field-description" },
|
|
21312
21313
|
KC = { key: 2, class: "files" },
|
|
@@ -21326,7 +21327,7 @@
|
|
|
21326
21327
|
[
|
|
21327
21328
|
e.showLabel
|
|
21328
21329
|
? (t.openBlock(),
|
|
21329
|
-
t.createElementBlock("label",
|
|
21330
|
+
t.createElementBlock("label", qC, [
|
|
21330
21331
|
t.createTextVNode(t.toDisplayString(e.label) + " ", 1),
|
|
21331
21332
|
e.required
|
|
21332
21333
|
? (t.openBlock(), t.createElementBlock("span", WC, "*"))
|
|
@@ -21487,7 +21488,7 @@
|
|
|
21487
21488
|
)
|
|
21488
21489
|
);
|
|
21489
21490
|
}
|
|
21490
|
-
const JC = g(
|
|
21491
|
+
const JC = g(HC, [
|
|
21491
21492
|
["render", ZC],
|
|
21492
21493
|
["__scopeId", "data-v-d29a9855"],
|
|
21493
21494
|
]),
|
|
@@ -21792,6 +21793,7 @@
|
|
|
21792
21793
|
ref: "form",
|
|
21793
21794
|
includeOfficeOnly: o.includeOfficeOnly,
|
|
21794
21795
|
submission: o.submission,
|
|
21796
|
+
sandbox: o.sandbox,
|
|
21795
21797
|
ignoreDefaults: o.ignoreDefaults,
|
|
21796
21798
|
"onForm:state": r.stateChange,
|
|
21797
21799
|
parentModel: e.parentModel,
|
|
@@ -21807,6 +21809,7 @@
|
|
|
21807
21809
|
"trail",
|
|
21808
21810
|
"includeOfficeOnly",
|
|
21809
21811
|
"submission",
|
|
21812
|
+
"sandbox",
|
|
21810
21813
|
"ignoreDefaults",
|
|
21811
21814
|
"onForm:state",
|
|
21812
21815
|
"parentModel",
|
|
@@ -22005,6 +22008,7 @@
|
|
|
22005
22008
|
trail: o.trail,
|
|
22006
22009
|
includeOfficeOnly: o.includeOfficeOnly,
|
|
22007
22010
|
submission: o.submission,
|
|
22011
|
+
sandbox: o.sandbox,
|
|
22008
22012
|
ignoreDefaults: o.ignoreDefaults,
|
|
22009
22013
|
"onForm:state": r.stateChange,
|
|
22010
22014
|
parentModel: e.parentModel,
|
|
@@ -22020,6 +22024,7 @@
|
|
|
22020
22024
|
"trail",
|
|
22021
22025
|
"includeOfficeOnly",
|
|
22022
22026
|
"submission",
|
|
22027
|
+
"sandbox",
|
|
22023
22028
|
"ignoreDefaults",
|
|
22024
22029
|
"onForm:state",
|
|
22025
22030
|
"parentModel",
|
|
@@ -22162,6 +22167,7 @@
|
|
|
22162
22167
|
includeOfficeOnly:
|
|
22163
22168
|
o.includeOfficeOnly,
|
|
22164
22169
|
submission: o.submission,
|
|
22170
|
+
sandbox: o.sandbox,
|
|
22165
22171
|
ignoreDefaults: o.ignoreDefaults,
|
|
22166
22172
|
"onForm:state": r.stateChange,
|
|
22167
22173
|
parentModel: e.parentModel,
|
|
@@ -22178,6 +22184,7 @@
|
|
|
22178
22184
|
"trail",
|
|
22179
22185
|
"includeOfficeOnly",
|
|
22180
22186
|
"submission",
|
|
22187
|
+
"sandbox",
|
|
22181
22188
|
"ignoreDefaults",
|
|
22182
22189
|
"onForm:state",
|
|
22183
22190
|
"parentModel",
|
|
@@ -22202,6 +22209,7 @@
|
|
|
22202
22209
|
trail: o.trail,
|
|
22203
22210
|
includeOfficeOnly: o.includeOfficeOnly,
|
|
22204
22211
|
submission: o.submission,
|
|
22212
|
+
sandbox: o.sandbox,
|
|
22205
22213
|
ignoreDefaults: o.ignoreDefaults,
|
|
22206
22214
|
"onForm:state": r.stateChange,
|
|
22207
22215
|
parentModel: e.parentModel,
|
|
@@ -22217,6 +22225,7 @@
|
|
|
22217
22225
|
"trail",
|
|
22218
22226
|
"includeOfficeOnly",
|
|
22219
22227
|
"submission",
|
|
22228
|
+
"sandbox",
|
|
22220
22229
|
"ignoreDefaults",
|
|
22221
22230
|
"onForm:state",
|
|
22222
22231
|
"parentModel",
|
|
@@ -22289,6 +22298,7 @@
|
|
|
22289
22298
|
trail: o.trail,
|
|
22290
22299
|
includeOfficeOnly: o.includeOfficeOnly,
|
|
22291
22300
|
submission: o.submission,
|
|
22301
|
+
sandbox: o.sandbox,
|
|
22292
22302
|
ignoreDefaults: o.ignoreDefaults,
|
|
22293
22303
|
"onForm:state": r.stateChange,
|
|
22294
22304
|
parentModel: e.parentModel,
|
|
@@ -22304,6 +22314,7 @@
|
|
|
22304
22314
|
"trail",
|
|
22305
22315
|
"includeOfficeOnly",
|
|
22306
22316
|
"submission",
|
|
22317
|
+
"sandbox",
|
|
22307
22318
|
"ignoreDefaults",
|
|
22308
22319
|
"onForm:state",
|
|
22309
22320
|
"parentModel",
|
|
@@ -22328,6 +22339,7 @@
|
|
|
22328
22339
|
trail: o.trail,
|
|
22329
22340
|
includeOfficeOnly: o.includeOfficeOnly,
|
|
22330
22341
|
submission: o.submission,
|
|
22342
|
+
sandbox: o.sandbox,
|
|
22331
22343
|
ignoreDefaults: o.ignoreDefaults,
|
|
22332
22344
|
"onForm:state": r.stateChange,
|
|
22333
22345
|
parentModel: e.parentModel,
|
|
@@ -22343,6 +22355,7 @@
|
|
|
22343
22355
|
"trail",
|
|
22344
22356
|
"includeOfficeOnly",
|
|
22345
22357
|
"submission",
|
|
22358
|
+
"sandbox",
|
|
22346
22359
|
"ignoreDefaults",
|
|
22347
22360
|
"onForm:state",
|
|
22348
22361
|
"parentModel",
|
|
@@ -22360,7 +22373,7 @@
|
|
|
22360
22373
|
}
|
|
22361
22374
|
const sV = g(XC, [
|
|
22362
22375
|
["render", aV],
|
|
22363
|
-
["__scopeId", "data-v-
|
|
22376
|
+
["__scopeId", "data-v-1aa4716a"],
|
|
22364
22377
|
]);
|
|
22365
22378
|
function br(e) {
|
|
22366
22379
|
return (
|
|
@@ -22733,7 +22746,7 @@
|
|
|
22733
22746
|
]),
|
|
22734
22747
|
aM = "",
|
|
22735
22748
|
SV = {
|
|
22736
|
-
components: { UxCheckbox:
|
|
22749
|
+
components: { UxCheckbox: qn },
|
|
22737
22750
|
props: { modelValue: { type: Object } },
|
|
22738
22751
|
data() {
|
|
22739
22752
|
return { glossary: null, update: 0, loadingGlossary: !0 };
|
|
@@ -23134,10 +23147,10 @@
|
|
|
23134
23147
|
jV = { key: 1, class: "ux-field-description" },
|
|
23135
23148
|
RV = { key: 2 },
|
|
23136
23149
|
zV = { class: "ux-text-wrap prefixed" },
|
|
23137
|
-
|
|
23150
|
+
HV = so(() =>
|
|
23138
23151
|
t.createElementVNode("span", { class: "ux-text-prefix" }, "Label", -1),
|
|
23139
23152
|
),
|
|
23140
|
-
|
|
23153
|
+
qV = ["onBlur", "on:update:modelValue", "onUpdate:modelValue"],
|
|
23141
23154
|
WV = ["onBlur", "on:update:modelValue", "onUpdate:modelValue"],
|
|
23142
23155
|
GV = { class: "ux-text-wrap prefixed" },
|
|
23143
23156
|
KV = so(() =>
|
|
@@ -23204,7 +23217,7 @@
|
|
|
23204
23217
|
{
|
|
23205
23218
|
default: t.withCtx(() => [
|
|
23206
23219
|
t.createElementVNode("div", zV, [
|
|
23207
|
-
|
|
23220
|
+
HV,
|
|
23208
23221
|
r.lazy
|
|
23209
23222
|
? t.withDirectives(
|
|
23210
23223
|
(t.openBlock(),
|
|
@@ -23238,7 +23251,7 @@
|
|
|
23238
23251
|
},
|
|
23239
23252
|
null,
|
|
23240
23253
|
40,
|
|
23241
|
-
|
|
23254
|
+
qV,
|
|
23242
23255
|
)),
|
|
23243
23256
|
[
|
|
23244
23257
|
[
|
|
@@ -25230,8 +25243,8 @@
|
|
|
25230
25243
|
j0 = { key: 0, class: "ux-required-marker" },
|
|
25231
25244
|
R0 = { key: 1, class: "ux-field-description" },
|
|
25232
25245
|
z0 = { key: 2 },
|
|
25233
|
-
|
|
25234
|
-
|
|
25246
|
+
H0 = { class: "location-field-wrap" },
|
|
25247
|
+
q0 = ["id"],
|
|
25235
25248
|
W0 = { key: 3, class: "location-field-wrap" },
|
|
25236
25249
|
G0 = ["id"];
|
|
25237
25250
|
function K0(e, n, o, l, i, r) {
|
|
@@ -25277,7 +25290,7 @@
|
|
|
25277
25290
|
"div",
|
|
25278
25291
|
{ class: "ux-location-row", key: p },
|
|
25279
25292
|
[
|
|
25280
|
-
t.createElementVNode("div",
|
|
25293
|
+
t.createElementVNode("div", H0, [
|
|
25281
25294
|
t.createVNode(
|
|
25282
25295
|
d,
|
|
25283
25296
|
{ gap: "", center: "" },
|
|
@@ -25411,7 +25424,7 @@
|
|
|
25411
25424
|
},
|
|
25412
25425
|
null,
|
|
25413
25426
|
8,
|
|
25414
|
-
|
|
25427
|
+
q0,
|
|
25415
25428
|
),
|
|
25416
25429
|
i.multiAdvancedOptions[p]
|
|
25417
25430
|
? (t.openBlock(),
|
|
@@ -26011,20 +26024,20 @@
|
|
|
26011
26024
|
pe = function (B) {
|
|
26012
26025
|
var _ = 0,
|
|
26013
26026
|
k;
|
|
26014
|
-
for (var
|
|
26015
|
-
(k =
|
|
26027
|
+
for (var Ht in B)
|
|
26028
|
+
(k = Ht.length) > _ && B.hasOwnProperty(Ht) && (_ = k);
|
|
26016
26029
|
return _;
|
|
26017
26030
|
},
|
|
26018
26031
|
he = pe(se),
|
|
26019
26032
|
Ve = pe(ce),
|
|
26020
26033
|
ye = { true: !0, false: !1, null: null },
|
|
26021
26034
|
lt = "this",
|
|
26022
|
-
|
|
26035
|
+
qe = function (B) {
|
|
26023
26036
|
return ce[B] || 0;
|
|
26024
26037
|
},
|
|
26025
26038
|
zt = function (B, _, k) {
|
|
26026
|
-
var
|
|
26027
|
-
return { type:
|
|
26039
|
+
var Ht = B === "||" || B === "&&" ? m : d;
|
|
26040
|
+
return { type: Ht, operator: B, left: _, right: k };
|
|
26028
26041
|
},
|
|
26029
26042
|
it = function (B) {
|
|
26030
26043
|
return B >= 48 && B <= 57;
|
|
@@ -26052,12 +26065,12 @@
|
|
|
26052
26065
|
for (
|
|
26053
26066
|
var _ = 0,
|
|
26054
26067
|
k = B.charAt,
|
|
26055
|
-
|
|
26068
|
+
Ht = B.charCodeAt,
|
|
26056
26069
|
xe = function (b) {
|
|
26057
26070
|
return k.call(B, b);
|
|
26058
26071
|
},
|
|
26059
26072
|
J = function (b) {
|
|
26060
|
-
return
|
|
26073
|
+
return Ht.call(B, b);
|
|
26061
26074
|
},
|
|
26062
26075
|
wn = B.length,
|
|
26063
26076
|
Ge = function () {
|
|
@@ -26068,21 +26081,21 @@
|
|
|
26068
26081
|
)
|
|
26069
26082
|
b = J(++_);
|
|
26070
26083
|
},
|
|
26071
|
-
|
|
26084
|
+
qt = function () {
|
|
26072
26085
|
var b = bO(),
|
|
26073
26086
|
E,
|
|
26074
26087
|
j;
|
|
26075
26088
|
if ((Ge(), J(_) === M)) {
|
|
26076
26089
|
if (
|
|
26077
26090
|
(_++,
|
|
26078
|
-
(E =
|
|
26091
|
+
(E = qt()),
|
|
26079
26092
|
E || S("Expected expression", _),
|
|
26080
26093
|
Ge(),
|
|
26081
26094
|
J(_) === A)
|
|
26082
26095
|
)
|
|
26083
26096
|
return (
|
|
26084
26097
|
_++,
|
|
26085
|
-
(j =
|
|
26098
|
+
(j = qt()),
|
|
26086
26099
|
j || S("Expected expression", _),
|
|
26087
26100
|
{ type: f, test: b, consequent: E, alternate: j }
|
|
26088
26101
|
);
|
|
@@ -26106,11 +26119,11 @@
|
|
|
26106
26119
|
var b, E, j, K, wt, Ue, at, Wt, nc;
|
|
26107
26120
|
if (((Ue = yo()), (E = Qs()), !E)) return Ue;
|
|
26108
26121
|
for (
|
|
26109
|
-
wt = { value: E, prec:
|
|
26122
|
+
wt = { value: E, prec: qe(E) },
|
|
26110
26123
|
at = yo(),
|
|
26111
26124
|
at || S("Expected expression after " + E, _),
|
|
26112
26125
|
K = [Ue, wt, at];
|
|
26113
|
-
(E = Qs()) && ((j =
|
|
26126
|
+
(E = Qs()) && ((j = qe(E)), j !== 0);
|
|
26114
26127
|
|
|
26115
26128
|
) {
|
|
26116
26129
|
for (
|
|
@@ -26249,7 +26262,7 @@
|
|
|
26249
26262
|
for (var at = j.length; at < Ue; at++) j.push(null);
|
|
26250
26263
|
}
|
|
26251
26264
|
} else
|
|
26252
|
-
(K =
|
|
26265
|
+
(K = qt()),
|
|
26253
26266
|
(!K || K.type === l) && S("Expected comma", _),
|
|
26254
26267
|
j.push(K);
|
|
26255
26268
|
return wt || S("Expected " + String.fromCharCode(b), _), j;
|
|
@@ -26275,7 +26288,7 @@
|
|
|
26275
26288
|
type: r,
|
|
26276
26289
|
computed: !0,
|
|
26277
26290
|
object: E,
|
|
26278
|
-
property:
|
|
26291
|
+
property: qt(),
|
|
26279
26292
|
}),
|
|
26280
26293
|
Ge(),
|
|
26281
26294
|
(b = J(_)),
|
|
@@ -26289,7 +26302,7 @@
|
|
|
26289
26302
|
},
|
|
26290
26303
|
VO = function () {
|
|
26291
26304
|
_++;
|
|
26292
|
-
var b =
|
|
26305
|
+
var b = qt();
|
|
26293
26306
|
if ((Ge(), J(_) === W)) return _++, b;
|
|
26294
26307
|
S("Unclosed (", _);
|
|
26295
26308
|
},
|
|
@@ -26305,7 +26318,7 @@
|
|
|
26305
26318
|
(Dr = J(_)),
|
|
26306
26319
|
Dr === D || Dr === y
|
|
26307
26320
|
? _++
|
|
26308
|
-
: (tc =
|
|
26321
|
+
: (tc = qt())
|
|
26309
26322
|
? go.push(tc)
|
|
26310
26323
|
: _ < wn && S('Unexpected "' + xe(_) + '"', _);
|
|
26311
26324
|
return go.length === 1 ? go[0] : { type: l, body: go };
|
|
@@ -26525,11 +26538,11 @@
|
|
|
26525
26538
|
return l;
|
|
26526
26539
|
}
|
|
26527
26540
|
var zB = RB,
|
|
26528
|
-
|
|
26529
|
-
|
|
26541
|
+
HB = on,
|
|
26542
|
+
qB = rn,
|
|
26530
26543
|
WB = "[object Arguments]";
|
|
26531
26544
|
function GB(e) {
|
|
26532
|
-
return
|
|
26545
|
+
return qB(e) && HB(e) == WB;
|
|
26533
26546
|
}
|
|
26534
26547
|
var KB = GB,
|
|
26535
26548
|
hs = KB,
|
|
@@ -26660,14 +26673,14 @@
|
|
|
26660
26673
|
jN = an,
|
|
26661
26674
|
RN = uo,
|
|
26662
26675
|
zN = va,
|
|
26663
|
-
|
|
26664
|
-
|
|
26665
|
-
WN =
|
|
26676
|
+
HN = AN,
|
|
26677
|
+
qN = Object.prototype,
|
|
26678
|
+
WN = qN.hasOwnProperty;
|
|
26666
26679
|
function GN(e, n) {
|
|
26667
26680
|
var o = jN(e),
|
|
26668
26681
|
l = !o && PN(e),
|
|
26669
26682
|
i = !o && !l && RN(e),
|
|
26670
|
-
r = !o && !l && !i &&
|
|
26683
|
+
r = !o && !l && !i && HN(e),
|
|
26671
26684
|
a = o || l || i || r,
|
|
26672
26685
|
s = a ? UN(e.length, String) : [],
|
|
26673
26686
|
c = s.length;
|
|
@@ -27400,7 +27413,7 @@
|
|
|
27400
27413
|
String(e) === "undefined"
|
|
27401
27414
|
);
|
|
27402
27415
|
}
|
|
27403
|
-
const
|
|
27416
|
+
const HE = {
|
|
27404
27417
|
props: { title: { type: String }, modelValue: {} },
|
|
27405
27418
|
mixins: [P],
|
|
27406
27419
|
created() {
|
|
@@ -27493,7 +27506,7 @@
|
|
|
27493
27506
|
},
|
|
27494
27507
|
},
|
|
27495
27508
|
},
|
|
27496
|
-
|
|
27509
|
+
qE = { key: 0, class: "ux-field-title" },
|
|
27497
27510
|
WE = { key: 0, class: "ux-required-marker" },
|
|
27498
27511
|
GE = { key: 1, class: "ux-field-description" },
|
|
27499
27512
|
KE = { key: 0, class: "ui-select-button" },
|
|
@@ -27511,7 +27524,7 @@
|
|
|
27511
27524
|
[
|
|
27512
27525
|
e.showLabel
|
|
27513
27526
|
? (t.openBlock(),
|
|
27514
|
-
t.createElementBlock("label",
|
|
27527
|
+
t.createElementBlock("label", qE, [
|
|
27515
27528
|
t.createTextVNode(t.toDisplayString(e.label) + " ", 1),
|
|
27516
27529
|
e.required
|
|
27517
27530
|
? (t.openBlock(), t.createElementBlock("span", WE, "*"))
|
|
@@ -27620,7 +27633,7 @@
|
|
|
27620
27633
|
)
|
|
27621
27634
|
);
|
|
27622
27635
|
}
|
|
27623
|
-
const vE = g(
|
|
27636
|
+
const vE = g(HE, [
|
|
27624
27637
|
["render", QE],
|
|
27625
27638
|
["__scopeId", "data-v-a9c5a05f"],
|
|
27626
27639
|
]),
|
|
@@ -28387,7 +28400,7 @@
|
|
|
28387
28400
|
CustomHtml: px,
|
|
28388
28401
|
BooleanSwitch: PC,
|
|
28389
28402
|
FieldGroup: sV,
|
|
28390
|
-
ContentSelect:
|
|
28403
|
+
ContentSelect: qa,
|
|
28391
28404
|
TypeSelect: L1,
|
|
28392
28405
|
ScopeSelect: Ka,
|
|
28393
28406
|
FieldSelect: ls,
|
|
@@ -28441,6 +28454,11 @@
|
|
|
28441
28454
|
directParentModel: { default() {} },
|
|
28442
28455
|
directFormElement: { default() {} },
|
|
28443
28456
|
additionalContext: { default() {} },
|
|
28457
|
+
fieldIsHovered: { default() {} },
|
|
28458
|
+
fieldIsSelected: { default() {} },
|
|
28459
|
+
selectField: { default() {} },
|
|
28460
|
+
mouseOverField: { default() {} },
|
|
28461
|
+
mouseOutField: { default() {} },
|
|
28444
28462
|
},
|
|
28445
28463
|
provide() {
|
|
28446
28464
|
return { fieldPath: this.fieldPath, directParentModel: this.model };
|
|
@@ -28470,6 +28488,22 @@
|
|
|
28470
28488
|
}
|
|
28471
28489
|
},
|
|
28472
28490
|
methods: {
|
|
28491
|
+
clicked(e) {
|
|
28492
|
+
const n = this;
|
|
28493
|
+
n.selectField &&
|
|
28494
|
+
n.sandbox &&
|
|
28495
|
+
(n.selectField(n.field),
|
|
28496
|
+
e.stopImmediatePropagation(),
|
|
28497
|
+
e.stopPropagation());
|
|
28498
|
+
},
|
|
28499
|
+
hoverover() {
|
|
28500
|
+
const e = this;
|
|
28501
|
+
e.sandbox && e.mouseOverField && e.mouseOverField(e.field);
|
|
28502
|
+
},
|
|
28503
|
+
hoverout() {
|
|
28504
|
+
const e = this;
|
|
28505
|
+
e.sandbox && e.mouseOutField && e.mouseOutField(e.field);
|
|
28506
|
+
},
|
|
28473
28507
|
fieldDefaultValue() {
|
|
28474
28508
|
var i, r;
|
|
28475
28509
|
var e =
|
|
@@ -28572,6 +28606,13 @@
|
|
|
28572
28606
|
},
|
|
28573
28607
|
},
|
|
28574
28608
|
watch: {
|
|
28609
|
+
isSelected(e) {
|
|
28610
|
+
var n;
|
|
28611
|
+
e &&
|
|
28612
|
+
(n = this.$el) != null &&
|
|
28613
|
+
n.scrollIntoView &&
|
|
28614
|
+
this.$el.scrollIntoView({ behavior: "smooth", block: "center" });
|
|
28615
|
+
},
|
|
28575
28616
|
mounted(e) {
|
|
28576
28617
|
e
|
|
28577
28618
|
? this.$emit("field:mount", this)
|
|
@@ -28631,6 +28672,12 @@
|
|
|
28631
28672
|
},
|
|
28632
28673
|
},
|
|
28633
28674
|
computed: {
|
|
28675
|
+
isSelected() {
|
|
28676
|
+
return this.fieldIsSelected && this.fieldIsSelected(this.field);
|
|
28677
|
+
},
|
|
28678
|
+
isHovered() {
|
|
28679
|
+
return this.fieldIsHovered && this.fieldIsHovered(this.field);
|
|
28680
|
+
},
|
|
28634
28681
|
shouldIgnoreDefaults() {
|
|
28635
28682
|
return this.ignoreDefaults && !this.appeared;
|
|
28636
28683
|
},
|
|
@@ -28847,6 +28894,8 @@
|
|
|
28847
28894
|
this.minimum === 1 &&
|
|
28848
28895
|
this.maximum === 1 &&
|
|
28849
28896
|
e.push("ux-layout-only"),
|
|
28897
|
+
this.isHovered && e.push("hover"),
|
|
28898
|
+
this.isSelected && e.push("selected"),
|
|
28850
28899
|
this.layoutGroup && e.push("ux-layout-only"),
|
|
28851
28900
|
this.touched && e.push("ux-field-touched"),
|
|
28852
28901
|
this.dirty && e.push("ux-field-dirty"),
|
|
@@ -28969,7 +29018,7 @@
|
|
|
28969
29018
|
Ve = t.resolveComponent("timezone-select"),
|
|
28970
29019
|
ye = t.resolveComponent("country-select"),
|
|
28971
29020
|
lt = t.resolveComponent("phone-number-input"),
|
|
28972
|
-
|
|
29021
|
+
qe = t.resolveComponent("object-field"),
|
|
28973
29022
|
zt = t.resolveComponent("model-field"),
|
|
28974
29023
|
it = t.resolveComponent("payment-field"),
|
|
28975
29024
|
We = t.resolveComponent("options-manager"),
|
|
@@ -28986,6 +29035,19 @@
|
|
|
28986
29035
|
class: t.normalizeClass(["ux-field", r.classes]),
|
|
28987
29036
|
onFocusin: n[37] || (n[37] = (...k) => r.focus && r.focus(...k)),
|
|
28988
29037
|
onFocusout: n[38] || (n[38] = (...k) => r.blur && r.blur(...k)),
|
|
29038
|
+
onMouseover:
|
|
29039
|
+
n[39] ||
|
|
29040
|
+
(n[39] = t.withModifiers(
|
|
29041
|
+
(...k) => r.hoverover && r.hoverover(...k),
|
|
29042
|
+
["stop"],
|
|
29043
|
+
)),
|
|
29044
|
+
onMouseout:
|
|
29045
|
+
n[40] ||
|
|
29046
|
+
(n[40] = t.withModifiers(
|
|
29047
|
+
(...k) => r.hoverout && r.hoverout(...k),
|
|
29048
|
+
["stop"],
|
|
29049
|
+
)),
|
|
29050
|
+
onClick: n[41] || (n[41] = (k) => r.clicked(k)),
|
|
28989
29051
|
},
|
|
28990
29052
|
[
|
|
28991
29053
|
r.widget == "textfield"
|
|
@@ -29578,7 +29640,7 @@
|
|
|
29578
29640
|
r.widget == "object"
|
|
29579
29641
|
? (t.openBlock(),
|
|
29580
29642
|
t.createBlock(
|
|
29581
|
-
|
|
29643
|
+
qe,
|
|
29582
29644
|
{
|
|
29583
29645
|
key: 31,
|
|
29584
29646
|
onTouched: r.touch,
|
|
@@ -29730,7 +29792,7 @@
|
|
|
29730
29792
|
}
|
|
29731
29793
|
const fo = g(CS, [
|
|
29732
29794
|
["render", BS],
|
|
29733
|
-
["__scopeId", "data-v-
|
|
29795
|
+
["__scopeId", "data-v-17f3c6e4"],
|
|
29734
29796
|
]);
|
|
29735
29797
|
function NS(e, n, o, l) {
|
|
29736
29798
|
var i = -1,
|
|
@@ -29949,10 +30011,10 @@
|
|
|
29949
30011
|
jS = AS + US + PS,
|
|
29950
30012
|
RS = "[" + jS + "]",
|
|
29951
30013
|
zS = RegExp(RS, "g");
|
|
29952
|
-
function
|
|
30014
|
+
function HS(e) {
|
|
29953
30015
|
return (e = $S(e)), e && e.replace(LS, IS).replace(zS, "");
|
|
29954
30016
|
}
|
|
29955
|
-
var
|
|
30017
|
+
var qS = HS,
|
|
29956
30018
|
WS = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;
|
|
29957
30019
|
function GS(e) {
|
|
29958
30020
|
return e.match(WS) || [];
|
|
@@ -30033,7 +30095,7 @@
|
|
|
30033
30095
|
}
|
|
30034
30096
|
var NT = BT,
|
|
30035
30097
|
ET = ES,
|
|
30036
|
-
ST =
|
|
30098
|
+
ST = qS,
|
|
30037
30099
|
TT = NT,
|
|
30038
30100
|
DT = "['’]",
|
|
30039
30101
|
OT = RegExp(DT, "g");
|
|
@@ -30641,8 +30703,8 @@
|
|
|
30641
30703
|
zT = ((e) => (
|
|
30642
30704
|
t.pushScopeId("data-v-59acf39e"), (e = e()), t.popScopeId(), e
|
|
30643
30705
|
))(() => t.createElementVNode("h3", null, "An error occurred", -1)),
|
|
30644
|
-
|
|
30645
|
-
|
|
30706
|
+
HT = { key: 0 },
|
|
30707
|
+
qT = { key: 1 },
|
|
30646
30708
|
WT = { key: 2 },
|
|
30647
30709
|
GT = { class: "intent-submit" },
|
|
30648
30710
|
KT = ["tooltip"];
|
|
@@ -30672,14 +30734,14 @@
|
|
|
30672
30734
|
? (t.openBlock(),
|
|
30673
30735
|
t.createElementBlock(
|
|
30674
30736
|
"pre",
|
|
30675
|
-
|
|
30737
|
+
HT,
|
|
30676
30738
|
t.toDisplayString(i.error.message),
|
|
30677
30739
|
1,
|
|
30678
30740
|
))
|
|
30679
30741
|
: t.createCommentVNode("", !0),
|
|
30680
30742
|
(p = i.error.data) != null && p.errors
|
|
30681
30743
|
? (t.openBlock(),
|
|
30682
|
-
t.createElementBlock("div",
|
|
30744
|
+
t.createElementBlock("div", qT, [
|
|
30683
30745
|
(t.openBlock(!0),
|
|
30684
30746
|
t.createElementBlock(
|
|
30685
30747
|
t.Fragment,
|
|
@@ -32230,7 +32292,7 @@
|
|
|
32230
32292
|
}
|
|
32231
32293
|
const Br = g(l2, [
|
|
32232
32294
|
["render", B2],
|
|
32233
|
-
["__scopeId", "data-v-
|
|
32295
|
+
["__scopeId", "data-v-932f5321"],
|
|
32234
32296
|
]),
|
|
32235
32297
|
TM = "",
|
|
32236
32298
|
N2 = {
|
|
@@ -32742,17 +32804,17 @@
|
|
|
32742
32804
|
return !!o && j2(e, n, 0) > -1;
|
|
32743
32805
|
}
|
|
32744
32806
|
var z2 = R2;
|
|
32745
|
-
function
|
|
32807
|
+
function H2(e, n, o) {
|
|
32746
32808
|
for (var l = -1, i = e == null ? 0 : e.length; ++l < i; )
|
|
32747
32809
|
if (o(n, e[l])) return !0;
|
|
32748
32810
|
return !1;
|
|
32749
32811
|
}
|
|
32750
|
-
var
|
|
32812
|
+
var q2 = H2;
|
|
32751
32813
|
function W2(e, n) {
|
|
32752
32814
|
return e.has(n);
|
|
32753
32815
|
}
|
|
32754
32816
|
var G2 = W2,
|
|
32755
|
-
K2 =
|
|
32817
|
+
K2 = qo,
|
|
32756
32818
|
Y2 = Tt,
|
|
32757
32819
|
Z2 = K2(Y2, "Set"),
|
|
32758
32820
|
J2 = Z2;
|
|
@@ -32782,7 +32844,7 @@
|
|
|
32782
32844
|
rD = oD,
|
|
32783
32845
|
lD = P2,
|
|
32784
32846
|
iD = z2,
|
|
32785
|
-
aD =
|
|
32847
|
+
aD = q2,
|
|
32786
32848
|
sD = G2,
|
|
32787
32849
|
cD = rD,
|
|
32788
32850
|
dD = Rs,
|
|
@@ -32966,7 +33028,7 @@
|
|
|
32966
33028
|
},
|
|
32967
33029
|
components: {
|
|
32968
33030
|
Pager: D2,
|
|
32969
|
-
NativeTable:
|
|
33031
|
+
NativeTable: Hi,
|
|
32970
33032
|
FilterBuilder: rs,
|
|
32971
33033
|
Search: kn,
|
|
32972
33034
|
UxField: fo,
|
|
@@ -34225,7 +34287,7 @@
|
|
|
34225
34287
|
))
|
|
34226
34288
|
: t.createCommentVNode("", !0);
|
|
34227
34289
|
}
|
|
34228
|
-
const
|
|
34290
|
+
const Hs = g(_D, [
|
|
34229
34291
|
["render", VD],
|
|
34230
34292
|
["__scopeId", "data-v-217f41ba"],
|
|
34231
34293
|
]),
|
|
@@ -34289,7 +34351,7 @@
|
|
|
34289
34351
|
])
|
|
34290
34352
|
);
|
|
34291
34353
|
}
|
|
34292
|
-
const
|
|
34354
|
+
const qs = g(BD, [
|
|
34293
34355
|
["render", ED],
|
|
34294
34356
|
["__scopeId", "data-v-90c28992"],
|
|
34295
34357
|
]),
|
|
@@ -34656,7 +34718,7 @@
|
|
|
34656
34718
|
["__scopeId", "data-v-60de0d31"],
|
|
34657
34719
|
]),
|
|
34658
34720
|
$M = "",
|
|
34659
|
-
|
|
34721
|
+
HD = {
|
|
34660
34722
|
mixins: [kt],
|
|
34661
34723
|
data() {
|
|
34662
34724
|
return { model: {}, formState: null };
|
|
@@ -34680,7 +34742,7 @@
|
|
|
34680
34742
|
this.options.model && (this.model = this.options.model);
|
|
34681
34743
|
},
|
|
34682
34744
|
},
|
|
34683
|
-
|
|
34745
|
+
qD = { class: "padder" },
|
|
34684
34746
|
WD = { key: 0 },
|
|
34685
34747
|
GD = { class: "padder" };
|
|
34686
34748
|
function KD(e, n, o, l, i, r) {
|
|
@@ -34710,7 +34772,7 @@
|
|
|
34710
34772
|
default: t.withCtx(() => [
|
|
34711
34773
|
t.createVNode(s, null, {
|
|
34712
34774
|
default: t.withCtx(() => [
|
|
34713
|
-
t.createElementVNode("div",
|
|
34775
|
+
t.createElementVNode("div", qD, [
|
|
34714
34776
|
t.createElementVNode(
|
|
34715
34777
|
"h5",
|
|
34716
34778
|
null,
|
|
@@ -34817,13 +34879,13 @@
|
|
|
34817
34879
|
)
|
|
34818
34880
|
);
|
|
34819
34881
|
}
|
|
34820
|
-
const Ks = g(
|
|
34882
|
+
const Ks = g(HD, [
|
|
34821
34883
|
["render", KD],
|
|
34822
34884
|
["__scopeId", "data-v-99b9c871"],
|
|
34823
34885
|
]),
|
|
34824
34886
|
LM = "",
|
|
34825
34887
|
YD = {
|
|
34826
|
-
components: { ContentBrowser:
|
|
34888
|
+
components: { ContentBrowser: Hs, Search: kn },
|
|
34827
34889
|
mixins: [kt],
|
|
34828
34890
|
async created() {
|
|
34829
34891
|
var e = this,
|
|
@@ -35374,7 +35436,7 @@
|
|
|
35374
35436
|
["render", rO],
|
|
35375
35437
|
["__scopeId", "data-v-0952db70"],
|
|
35376
35438
|
]),
|
|
35377
|
-
|
|
35439
|
+
He = "uploading",
|
|
35378
35440
|
ho = "complete",
|
|
35379
35441
|
bt = "ready",
|
|
35380
35442
|
lO = "error",
|
|
@@ -35406,7 +35468,7 @@
|
|
|
35406
35468
|
});
|
|
35407
35469
|
},
|
|
35408
35470
|
uploading() {
|
|
35409
|
-
return this.state ==
|
|
35471
|
+
return this.state == He;
|
|
35410
35472
|
},
|
|
35411
35473
|
bytesLoaded() {
|
|
35412
35474
|
var e = this;
|
|
@@ -35422,7 +35484,7 @@
|
|
|
35422
35484
|
},
|
|
35423
35485
|
percent() {
|
|
35424
35486
|
var e = this;
|
|
35425
|
-
return e.state !=
|
|
35487
|
+
return e.state != He
|
|
35426
35488
|
? 0
|
|
35427
35489
|
: Math.floor((e.bytesLoaded * 100) / e.bytesTotal);
|
|
35428
35490
|
},
|
|
@@ -35512,7 +35574,7 @@
|
|
|
35512
35574
|
return new Or.EventDispatcher().bootstrap(u), o.queue.unshift(u), u;
|
|
35513
35575
|
},
|
|
35514
35576
|
cancelFile(e) {
|
|
35515
|
-
e.state ==
|
|
35577
|
+
e.state == He &&
|
|
35516
35578
|
(e.cancel && e.cancel("Cancelled"),
|
|
35517
35579
|
(e.bytesLoaded = 0),
|
|
35518
35580
|
(e.percent = 0),
|
|
@@ -35525,7 +35587,7 @@
|
|
|
35525
35587
|
},
|
|
35526
35588
|
uploadNextFile() {
|
|
35527
35589
|
var e = this;
|
|
35528
|
-
if (e.state ==
|
|
35590
|
+
if (e.state == He) {
|
|
35529
35591
|
var n = e.queue.find(function (o) {
|
|
35530
35592
|
return o.state == bt;
|
|
35531
35593
|
});
|
|
@@ -35541,10 +35603,10 @@
|
|
|
35541
35603
|
var n = this;
|
|
35542
35604
|
switch (e.state) {
|
|
35543
35605
|
case ho:
|
|
35544
|
-
case
|
|
35606
|
+
case He:
|
|
35545
35607
|
return;
|
|
35546
35608
|
}
|
|
35547
|
-
(e.state =
|
|
35609
|
+
(e.state = He), e.dispatch(aO);
|
|
35548
35610
|
{
|
|
35549
35611
|
const d = e.size,
|
|
35550
35612
|
m = e.name,
|
|
@@ -35605,11 +35667,11 @@
|
|
|
35605
35667
|
});
|
|
35606
35668
|
},
|
|
35607
35669
|
toggle() {
|
|
35608
|
-
this.state ===
|
|
35670
|
+
this.state === He ? this.pause() : this.start();
|
|
35609
35671
|
},
|
|
35610
35672
|
async start() {
|
|
35611
35673
|
var e = this;
|
|
35612
|
-
if (e.state !==
|
|
35674
|
+
if (e.state !== He) {
|
|
35613
35675
|
if (!e.defaultScopes.length) {
|
|
35614
35676
|
var n = e.$sdk.access.actionableScopes(e.user, "create", "file"),
|
|
35615
35677
|
o = e.$sdk.access.actionableScopes(e.user, "create", "image"),
|
|
@@ -35623,12 +35685,12 @@
|
|
|
35623
35685
|
e.defaultScopes = e.$sdk.utils.ids(a);
|
|
35624
35686
|
}
|
|
35625
35687
|
}
|
|
35626
|
-
(e.state =
|
|
35688
|
+
(e.state = He), e.uploadNextFile();
|
|
35627
35689
|
}
|
|
35628
35690
|
},
|
|
35629
35691
|
pause() {
|
|
35630
35692
|
var e = this;
|
|
35631
|
-
e.state ===
|
|
35693
|
+
e.state === He &&
|
|
35632
35694
|
((e.state = bt),
|
|
35633
35695
|
e.queue.forEach(function (n) {
|
|
35634
35696
|
e.cancelFile(n);
|
|
@@ -35848,7 +35910,7 @@
|
|
|
35848
35910
|
UxImage: ea,
|
|
35849
35911
|
UxVideo: ta,
|
|
35850
35912
|
UxButton: Zi,
|
|
35851
|
-
UxCheckbox:
|
|
35913
|
+
UxCheckbox: qn,
|
|
35852
35914
|
UxSwitch: Yo,
|
|
35853
35915
|
UxLink: Ji,
|
|
35854
35916
|
UxTabset: wi,
|
|
@@ -35857,7 +35919,7 @@
|
|
|
35857
35919
|
Avatar: Yi,
|
|
35858
35920
|
Spinner: It,
|
|
35859
35921
|
ProgressBar: na,
|
|
35860
|
-
UxModal:
|
|
35922
|
+
UxModal: qs,
|
|
35861
35923
|
Compile: Us,
|
|
35862
35924
|
},
|
|
35863
35925
|
kO = {
|
|
@@ -35940,7 +36002,7 @@
|
|
|
35940
36002
|
};
|
|
35941
36003
|
(V.Avatar = Yi),
|
|
35942
36004
|
(V.CodeEditor = ss),
|
|
35943
|
-
(V.ContentBrowser =
|
|
36005
|
+
(V.ContentBrowser = Hs),
|
|
35944
36006
|
(V.DateRange = aa),
|
|
35945
36007
|
(V.Device = gO),
|
|
35946
36008
|
(V.FileDrop = as),
|
|
@@ -35971,8 +36033,8 @@
|
|
|
35971
36033
|
(V.StripeElement = ei),
|
|
35972
36034
|
(V.StripeElements = ti),
|
|
35973
36035
|
(V.UXButton = Zi),
|
|
35974
|
-
(V.UXCheckbox =
|
|
35975
|
-
(V.UXCircle =
|
|
36036
|
+
(V.UXCheckbox = qn),
|
|
36037
|
+
(V.UXCircle = Hn),
|
|
35976
36038
|
(V.UXForm = wr),
|
|
35977
36039
|
(V.UXFormField = fo),
|
|
35978
36040
|
(V.UXIcon = Xi),
|
|
@@ -35990,13 +36052,13 @@
|
|
|
35990
36052
|
(V.UXSubmissionForm = Vr),
|
|
35991
36053
|
(V.UXSwitch = Yo),
|
|
35992
36054
|
(V.UXTab = Ci),
|
|
35993
|
-
(V.UXTable =
|
|
36055
|
+
(V.UXTable = Hi),
|
|
35994
36056
|
(V.UXTabset = wi),
|
|
35995
36057
|
(V.UXVideo = ta),
|
|
35996
36058
|
(V.UploadService = hO),
|
|
35997
36059
|
(V.UxConfirmModal = Ws),
|
|
35998
36060
|
(V.UxContentModal = Ys),
|
|
35999
|
-
(V.UxModal =
|
|
36061
|
+
(V.UxModal = qs),
|
|
36000
36062
|
(V.UxOptionsModal = Gs),
|
|
36001
36063
|
(V.UxPromptModal = Ks),
|
|
36002
36064
|
(V.UxScopeModal = Zs),
|