@qikdev/vue-ui 0.2.250 → 0.2.252
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 +688 -675
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +303 -296
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +11 -11
- 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.252";
|
|
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
|
+
qr = { hour: C, minute: C, second: C, hourCycle: "h23", timeZoneName: Be },
|
|
55
|
+
Hr = { year: C, month: C, day: C, hour: C, minute: C },
|
|
56
56
|
Wr = { year: C, month: C, day: C, hour: C, minute: C, second: C },
|
|
57
57
|
Gr = { year: C, month: Me, day: C, hour: C, minute: C },
|
|
58
58
|
Kr = { year: C, month: Me, day: C, hour: C, minute: C, second: C },
|
|
@@ -419,8 +419,8 @@
|
|
|
419
419
|
T: jr,
|
|
420
420
|
TT: Rr,
|
|
421
421
|
TTT: zr,
|
|
422
|
-
TTTT:
|
|
423
|
-
f:
|
|
422
|
+
TTTT: qr,
|
|
423
|
+
f: Hr,
|
|
424
424
|
ff: Gr,
|
|
425
425
|
fff: Yr,
|
|
426
426
|
ffff: Jr,
|
|
@@ -1120,7 +1120,7 @@
|
|
|
1120
1120
|
return this.dtf.resolvedOptions();
|
|
1121
1121
|
}
|
|
1122
1122
|
}
|
|
1123
|
-
class
|
|
1123
|
+
class qc {
|
|
1124
1124
|
constructor(n, o, l) {
|
|
1125
1125
|
(this.opts = { style: "long", ...l }),
|
|
1126
1126
|
!o && Qr() && (this.rtf = Ic(n, l));
|
|
@@ -1275,7 +1275,7 @@
|
|
|
1275
1275
|
return new zc(n, this.intl, o);
|
|
1276
1276
|
}
|
|
1277
1277
|
relFormatter(n = {}) {
|
|
1278
|
-
return new
|
|
1278
|
+
return new qc(this.intl, this.isEnglish(), n);
|
|
1279
1279
|
}
|
|
1280
1280
|
listFormatter(n = {}) {
|
|
1281
1281
|
return Fc(this.intl, n);
|
|
@@ -1333,7 +1333,7 @@
|
|
|
1333
1333
|
Do = /(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/,
|
|
1334
1334
|
kl = RegExp(`${Do.source}${_l.source}?`),
|
|
1335
1335
|
Oo = RegExp(`(?:T${kl.source})?`),
|
|
1336
|
-
|
|
1336
|
+
Hc = /([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,
|
|
1337
1337
|
Wc = /(\d{4})-?W(\d\d)(?:-?(\d))?/,
|
|
1338
1338
|
Gc = /(\d{4})-?(\d{3})/,
|
|
1339
1339
|
Kc = gl("weekYear", "weekNumber", "weekDay"),
|
|
@@ -1448,7 +1448,7 @@
|
|
|
1448
1448
|
const [, n, o, l, i, r, a, s] = e;
|
|
1449
1449
|
return [Fo(n, s, o, l, i, r, a), _e.utcInstance];
|
|
1450
1450
|
}
|
|
1451
|
-
const sd = Vt(
|
|
1451
|
+
const sd = Vt(Hc, Oo),
|
|
1452
1452
|
cd = Vt(Wc, Oo),
|
|
1453
1453
|
dd = Vt(Gc, Oo),
|
|
1454
1454
|
ud = Vt(kl),
|
|
@@ -2296,7 +2296,7 @@
|
|
|
2296
2296
|
return new RegExp(`${Mo[e || "latn"]}${n}`);
|
|
2297
2297
|
}
|
|
2298
2298
|
const Ud = "missing Intl.DateTimeFormat.formatToParts support";
|
|
2299
|
-
function
|
|
2299
|
+
function q(e, n = (o) => o) {
|
|
2300
2300
|
return { regex: e, deser: ([o]) => n(Ad(o)) };
|
|
2301
2301
|
}
|
|
2302
2302
|
const Sl = `( |${String.fromCharCode(160)})`,
|
|
@@ -2345,82 +2345,82 @@
|
|
|
2345
2345
|
case "GG":
|
|
2346
2346
|
return Le(n.eras("long", !1), 0);
|
|
2347
2347
|
case "y":
|
|
2348
|
-
return
|
|
2348
|
+
return q(u);
|
|
2349
2349
|
case "yy":
|
|
2350
|
-
return
|
|
2350
|
+
return q(m, wo);
|
|
2351
2351
|
case "yyyy":
|
|
2352
|
-
return
|
|
2352
|
+
return q(r);
|
|
2353
2353
|
case "yyyyy":
|
|
2354
|
-
return
|
|
2354
|
+
return q(f);
|
|
2355
2355
|
case "yyyyyy":
|
|
2356
|
-
return
|
|
2356
|
+
return q(a);
|
|
2357
2357
|
case "M":
|
|
2358
|
-
return
|
|
2358
|
+
return q(s);
|
|
2359
2359
|
case "MM":
|
|
2360
|
-
return
|
|
2360
|
+
return q(l);
|
|
2361
2361
|
case "MMM":
|
|
2362
2362
|
return Le(n.months("short", !0, !1), 1);
|
|
2363
2363
|
case "MMMM":
|
|
2364
2364
|
return Le(n.months("long", !0, !1), 1);
|
|
2365
2365
|
case "L":
|
|
2366
|
-
return
|
|
2366
|
+
return q(s);
|
|
2367
2367
|
case "LL":
|
|
2368
|
-
return
|
|
2368
|
+
return q(l);
|
|
2369
2369
|
case "LLL":
|
|
2370
2370
|
return Le(n.months("short", !1, !1), 1);
|
|
2371
2371
|
case "LLLL":
|
|
2372
2372
|
return Le(n.months("long", !1, !1), 1);
|
|
2373
2373
|
case "d":
|
|
2374
|
-
return
|
|
2374
|
+
return q(s);
|
|
2375
2375
|
case "dd":
|
|
2376
|
-
return
|
|
2376
|
+
return q(l);
|
|
2377
2377
|
case "o":
|
|
2378
|
-
return
|
|
2378
|
+
return q(c);
|
|
2379
2379
|
case "ooo":
|
|
2380
|
-
return
|
|
2380
|
+
return q(i);
|
|
2381
2381
|
case "HH":
|
|
2382
|
-
return
|
|
2382
|
+
return q(l);
|
|
2383
2383
|
case "H":
|
|
2384
|
-
return
|
|
2384
|
+
return q(s);
|
|
2385
2385
|
case "hh":
|
|
2386
|
-
return
|
|
2386
|
+
return q(l);
|
|
2387
2387
|
case "h":
|
|
2388
|
-
return
|
|
2388
|
+
return q(s);
|
|
2389
2389
|
case "mm":
|
|
2390
|
-
return
|
|
2390
|
+
return q(l);
|
|
2391
2391
|
case "m":
|
|
2392
|
-
return
|
|
2392
|
+
return q(s);
|
|
2393
2393
|
case "q":
|
|
2394
|
-
return
|
|
2394
|
+
return q(s);
|
|
2395
2395
|
case "qq":
|
|
2396
|
-
return
|
|
2396
|
+
return q(l);
|
|
2397
2397
|
case "s":
|
|
2398
|
-
return
|
|
2398
|
+
return q(s);
|
|
2399
2399
|
case "ss":
|
|
2400
|
-
return
|
|
2400
|
+
return q(l);
|
|
2401
2401
|
case "S":
|
|
2402
|
-
return
|
|
2402
|
+
return q(c);
|
|
2403
2403
|
case "SSS":
|
|
2404
|
-
return
|
|
2404
|
+
return q(i);
|
|
2405
2405
|
case "u":
|
|
2406
2406
|
return Io(d);
|
|
2407
2407
|
case "uu":
|
|
2408
2408
|
return Io(s);
|
|
2409
2409
|
case "uuu":
|
|
2410
|
-
return
|
|
2410
|
+
return q(o);
|
|
2411
2411
|
case "a":
|
|
2412
2412
|
return Le(n.meridiems(), 0);
|
|
2413
2413
|
case "kkkk":
|
|
2414
|
-
return
|
|
2414
|
+
return q(r);
|
|
2415
2415
|
case "kk":
|
|
2416
|
-
return
|
|
2416
|
+
return q(m, wo);
|
|
2417
2417
|
case "W":
|
|
2418
|
-
return
|
|
2418
|
+
return q(s);
|
|
2419
2419
|
case "WW":
|
|
2420
|
-
return
|
|
2420
|
+
return q(l);
|
|
2421
2421
|
case "E":
|
|
2422
2422
|
case "c":
|
|
2423
|
-
return
|
|
2423
|
+
return q(o);
|
|
2424
2424
|
case "EEE":
|
|
2425
2425
|
return Le(n.weekdays("short", !1, !1), 1);
|
|
2426
2426
|
case "EEEE":
|
|
@@ -2453,14 +2453,14 @@
|
|
|
2453
2453
|
minute: { numeric: "m", "2-digit": "mm" },
|
|
2454
2454
|
second: { numeric: "s", "2-digit": "ss" },
|
|
2455
2455
|
};
|
|
2456
|
-
function
|
|
2456
|
+
function qd(e, n, o) {
|
|
2457
2457
|
const { type: l, value: i } = e;
|
|
2458
2458
|
if (l === "literal") return { literal: !0, val: i };
|
|
2459
2459
|
const r = o[l];
|
|
2460
2460
|
let a = zd[l];
|
|
2461
2461
|
if ((typeof a == "object" && (a = a[r]), a)) return { literal: !1, val: a };
|
|
2462
2462
|
}
|
|
2463
|
-
function
|
|
2463
|
+
function Hd(e) {
|
|
2464
2464
|
return [
|
|
2465
2465
|
`^${e.map((o) => o.regex).reduce((o, l) => `${o}(${l.source})`, "")}$`,
|
|
2466
2466
|
e,
|
|
@@ -2550,7 +2550,7 @@
|
|
|
2550
2550
|
const r = we
|
|
2551
2551
|
.create(n, o)
|
|
2552
2552
|
.formatDateTimeParts(Kd())
|
|
2553
|
-
.map((a) =>
|
|
2553
|
+
.map((a) => qd(a, n, o));
|
|
2554
2554
|
return r.includes(void 0) ? e : r;
|
|
2555
2555
|
}
|
|
2556
2556
|
function Zd(e, n) {
|
|
@@ -2562,7 +2562,7 @@
|
|
|
2562
2562
|
r = i.find((a) => a.invalidReason);
|
|
2563
2563
|
if (r) return { input: n, tokens: l, invalidReason: r.invalidReason };
|
|
2564
2564
|
{
|
|
2565
|
-
const [a, s] =
|
|
2565
|
+
const [a, s] = Hd(i),
|
|
2566
2566
|
c = RegExp(a, "i"),
|
|
2567
2567
|
[u, d] = Wd(n, c, s),
|
|
2568
2568
|
[m, f, p] = d ? Gd(d) : [null, null, void 0];
|
|
@@ -2715,7 +2715,7 @@
|
|
|
2715
2715
|
};
|
|
2716
2716
|
return new N({ ...o, ...n, old: o });
|
|
2717
2717
|
}
|
|
2718
|
-
function
|
|
2718
|
+
function ql(e, n, o) {
|
|
2719
2719
|
let l = e - n * 60 * 1e3;
|
|
2720
2720
|
const i = o.offset(l);
|
|
2721
2721
|
if (n === i) return [l, n];
|
|
@@ -2723,7 +2723,7 @@
|
|
|
2723
2723
|
const r = o.offset(l);
|
|
2724
2724
|
return i === r ? [l, i] : [e - Math.min(i, r) * 60 * 1e3, Math.max(i, r)];
|
|
2725
2725
|
}
|
|
2726
|
-
function
|
|
2726
|
+
function Hl(e, n) {
|
|
2727
2727
|
e += n * 60 * 1e3;
|
|
2728
2728
|
const o = new Date(e);
|
|
2729
2729
|
return {
|
|
@@ -2737,7 +2737,7 @@
|
|
|
2737
2737
|
};
|
|
2738
2738
|
}
|
|
2739
2739
|
function $n(e, n, o) {
|
|
2740
|
-
return
|
|
2740
|
+
return ql(xo(e), n, o);
|
|
2741
2741
|
}
|
|
2742
2742
|
function Wl(e, n) {
|
|
2743
2743
|
const o = e.o,
|
|
@@ -2764,7 +2764,7 @@
|
|
|
2764
2764
|
milliseconds: n.milliseconds,
|
|
2765
2765
|
}).as("milliseconds"),
|
|
2766
2766
|
s = xo(r);
|
|
2767
|
-
let [c, u] =
|
|
2767
|
+
let [c, u] = ql(s, o, e.zone);
|
|
2768
2768
|
return a !== 0 && ((c += a), (u = e.zone.offset(c))), { ts: c, o: u };
|
|
2769
2769
|
}
|
|
2770
2770
|
function vt(e, n, o, l, i, r) {
|
|
@@ -2941,7 +2941,7 @@
|
|
|
2941
2941
|
[i, r] = [n.old.c, n.old.o];
|
|
2942
2942
|
else {
|
|
2943
2943
|
const s = o.offset(this.ts);
|
|
2944
|
-
(i =
|
|
2944
|
+
(i = Hl(this.ts, s)),
|
|
2945
2945
|
(l = Number.isNaN(i.year) ? new Ie("invalid input") : null),
|
|
2946
2946
|
(i = l ? null : i),
|
|
2947
2947
|
(r = l ? null : s);
|
|
@@ -3043,7 +3043,7 @@
|
|
|
3043
3043
|
const p = m || (a.weekday && !d);
|
|
3044
3044
|
let h,
|
|
3045
3045
|
y,
|
|
3046
|
-
T =
|
|
3046
|
+
T = Hl(i, r);
|
|
3047
3047
|
p
|
|
3048
3048
|
? ((h = tu), (y = vd), (T = Lo(T)))
|
|
3049
3049
|
: s
|
|
@@ -3541,10 +3541,10 @@
|
|
|
3541
3541
|
return zr;
|
|
3542
3542
|
}
|
|
3543
3543
|
static get TIME_24_WITH_LONG_OFFSET() {
|
|
3544
|
-
return
|
|
3544
|
+
return qr;
|
|
3545
3545
|
}
|
|
3546
3546
|
static get DATETIME_SHORT() {
|
|
3547
|
-
return
|
|
3547
|
+
return Hr;
|
|
3548
3548
|
}
|
|
3549
3549
|
static get DATETIME_SHORT_WITH_SECONDS() {
|
|
3550
3550
|
return Wr;
|
|
@@ -4022,11 +4022,11 @@
|
|
|
4022
4022
|
return e != null && (n == "object" || n == "function");
|
|
4023
4023
|
}
|
|
4024
4024
|
var tn = zu,
|
|
4025
|
-
|
|
4026
|
-
fi =
|
|
4027
|
-
|
|
4025
|
+
qu = typeof Un == "object" && Un && Un.Object === Object && Un,
|
|
4026
|
+
fi = qu,
|
|
4027
|
+
Hu = fi,
|
|
4028
4028
|
Wu = typeof self == "object" && self && self.Object === Object && self,
|
|
4029
|
-
Gu =
|
|
4029
|
+
Gu = Hu || Wu || Function("return this")(),
|
|
4030
4030
|
Tt = Gu,
|
|
4031
4031
|
Ku = Tt,
|
|
4032
4032
|
Yu = function () {
|
|
@@ -4445,8 +4445,8 @@
|
|
|
4445
4445
|
jm = an,
|
|
4446
4446
|
Rm = Pn,
|
|
4447
4447
|
zm = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,
|
|
4448
|
-
|
|
4449
|
-
function
|
|
4448
|
+
qm = /^\w*$/;
|
|
4449
|
+
function Hm(e, n) {
|
|
4450
4450
|
if (jm(e)) return !1;
|
|
4451
4451
|
var o = typeof e;
|
|
4452
4452
|
return o == "number" ||
|
|
@@ -4455,9 +4455,9 @@
|
|
|
4455
4455
|
e == null ||
|
|
4456
4456
|
Rm(e)
|
|
4457
4457
|
? !0
|
|
4458
|
-
:
|
|
4458
|
+
: qm.test(e) || !zm.test(e) || (n != null && e in Object(n));
|
|
4459
4459
|
}
|
|
4460
|
-
var Wm =
|
|
4460
|
+
var Wm = Hm,
|
|
4461
4461
|
Gm = on,
|
|
4462
4462
|
Km = tn,
|
|
4463
4463
|
Ym = "[object AsyncFunction]",
|
|
@@ -4473,9 +4473,9 @@
|
|
|
4473
4473
|
vm = Tt,
|
|
4474
4474
|
ef = vm["__core-js_shared__"],
|
|
4475
4475
|
tf = ef,
|
|
4476
|
-
|
|
4476
|
+
qo = tf,
|
|
4477
4477
|
Bi = (function () {
|
|
4478
|
-
var e = /[^.]+$/.exec((
|
|
4478
|
+
var e = /[^.]+$/.exec((qo && qo.keys && qo.keys.IE_PROTO) || "");
|
|
4479
4479
|
return e ? "Symbol(src)_1." + e : "";
|
|
4480
4480
|
})();
|
|
4481
4481
|
function nf(e) {
|
|
@@ -4533,8 +4533,8 @@
|
|
|
4533
4533
|
var o = Bf(e, n);
|
|
4534
4534
|
return Vf(o) ? o : void 0;
|
|
4535
4535
|
}
|
|
4536
|
-
var
|
|
4537
|
-
Ef =
|
|
4536
|
+
var Ho = Nf,
|
|
4537
|
+
Ef = Ho,
|
|
4538
4538
|
Sf = Ef(Object, "create"),
|
|
4539
4539
|
jn = Sf,
|
|
4540
4540
|
Ni = jn;
|
|
@@ -4567,14 +4567,14 @@
|
|
|
4567
4567
|
var n = this.__data__;
|
|
4568
4568
|
return Pf ? n[e] !== void 0 : Rf.call(n, e);
|
|
4569
4569
|
}
|
|
4570
|
-
var
|
|
4571
|
-
|
|
4570
|
+
var qf = zf,
|
|
4571
|
+
Hf = jn,
|
|
4572
4572
|
Wf = "__lodash_hash_undefined__";
|
|
4573
4573
|
function Gf(e, n) {
|
|
4574
4574
|
var o = this.__data__;
|
|
4575
4575
|
return (
|
|
4576
4576
|
(this.size += this.has(e) ? 0 : 1),
|
|
4577
|
-
(o[e] =
|
|
4577
|
+
(o[e] = Hf && n === void 0 ? Wf : n),
|
|
4578
4578
|
this
|
|
4579
4579
|
);
|
|
4580
4580
|
}
|
|
@@ -4582,7 +4582,7 @@
|
|
|
4582
4582
|
Yf = Df,
|
|
4583
4583
|
Zf = Ff,
|
|
4584
4584
|
Jf = Uf,
|
|
4585
|
-
Xf =
|
|
4585
|
+
Xf = qf,
|
|
4586
4586
|
Qf = Kf;
|
|
4587
4587
|
function Dt(e) {
|
|
4588
4588
|
var n = -1,
|
|
@@ -4661,7 +4661,7 @@
|
|
|
4661
4661
|
(Ot.prototype.has = wp),
|
|
4662
4662
|
(Ot.prototype.set = Cp);
|
|
4663
4663
|
var Vp = Ot,
|
|
4664
|
-
Bp =
|
|
4664
|
+
Bp = Ho,
|
|
4665
4665
|
Np = Tt,
|
|
4666
4666
|
Ep = Bp(Np, "Map"),
|
|
4667
4667
|
Sp = Ep,
|
|
@@ -4701,11 +4701,11 @@
|
|
|
4701
4701
|
return jp(this, e).get(e);
|
|
4702
4702
|
}
|
|
4703
4703
|
var zp = Rp,
|
|
4704
|
-
|
|
4705
|
-
function
|
|
4706
|
-
return
|
|
4704
|
+
qp = zn;
|
|
4705
|
+
function Hp(e) {
|
|
4706
|
+
return qp(this, e).has(e);
|
|
4707
4707
|
}
|
|
4708
|
-
var Wp =
|
|
4708
|
+
var Wp = Hp,
|
|
4709
4709
|
Gp = zn;
|
|
4710
4710
|
function Kp(e, n) {
|
|
4711
4711
|
var o = Gp(this, e),
|
|
@@ -4968,12 +4968,12 @@
|
|
|
4968
4968
|
])
|
|
4969
4969
|
);
|
|
4970
4970
|
}
|
|
4971
|
-
const
|
|
4971
|
+
const qh = g(jh, [
|
|
4972
4972
|
["render", zh],
|
|
4973
4973
|
["__scopeId", "data-v-794b199f"],
|
|
4974
4974
|
]),
|
|
4975
4975
|
zO = "",
|
|
4976
|
-
|
|
4976
|
+
Hh = {
|
|
4977
4977
|
mixins: [ue],
|
|
4978
4978
|
computed: {
|
|
4979
4979
|
string() {
|
|
@@ -5012,11 +5012,11 @@
|
|
|
5012
5012
|
)
|
|
5013
5013
|
);
|
|
5014
5014
|
}
|
|
5015
|
-
const Gh = g(
|
|
5015
|
+
const Gh = g(Hh, [
|
|
5016
5016
|
["render", Wh],
|
|
5017
5017
|
["__scopeId", "data-v-c8cb509d"],
|
|
5018
5018
|
]),
|
|
5019
|
-
|
|
5019
|
+
qO = "",
|
|
5020
5020
|
Kh = {
|
|
5021
5021
|
data() {
|
|
5022
5022
|
return { processing: !1 };
|
|
@@ -5115,7 +5115,7 @@
|
|
|
5115
5115
|
["render", Zh],
|
|
5116
5116
|
["__scopeId", "data-v-8a05dedf"],
|
|
5117
5117
|
]),
|
|
5118
|
-
|
|
5118
|
+
HO = "",
|
|
5119
5119
|
Xh = {
|
|
5120
5120
|
mixins: [ue],
|
|
5121
5121
|
methods: {
|
|
@@ -5925,7 +5925,7 @@
|
|
|
5925
5925
|
["__scopeId", "data-v-743aaea7"],
|
|
5926
5926
|
]),
|
|
5927
5927
|
tF = "",
|
|
5928
|
-
|
|
5928
|
+
qy = {
|
|
5929
5929
|
props: { value: { type: Object } },
|
|
5930
5930
|
computed: {
|
|
5931
5931
|
style() {
|
|
@@ -5936,7 +5936,7 @@
|
|
|
5936
5936
|
},
|
|
5937
5937
|
},
|
|
5938
5938
|
};
|
|
5939
|
-
function
|
|
5939
|
+
function Hy(e, n, o, l, i, r) {
|
|
5940
5940
|
return (
|
|
5941
5941
|
t.openBlock(),
|
|
5942
5942
|
t.createElementBlock(
|
|
@@ -5947,14 +5947,14 @@
|
|
|
5947
5947
|
)
|
|
5948
5948
|
);
|
|
5949
5949
|
}
|
|
5950
|
-
const
|
|
5951
|
-
["render",
|
|
5950
|
+
const qn = g(qy, [
|
|
5951
|
+
["render", Hy],
|
|
5952
5952
|
["__scopeId", "data-v-e4870254"],
|
|
5953
5953
|
]),
|
|
5954
5954
|
nF = "",
|
|
5955
5955
|
Wy = {
|
|
5956
5956
|
mixins: [ue],
|
|
5957
|
-
components: { UxCircle:
|
|
5957
|
+
components: { UxCircle: qn },
|
|
5958
5958
|
computed: {
|
|
5959
5959
|
scopes() {
|
|
5960
5960
|
return this.column.key === "_id" ? [this.row] : this.value;
|
|
@@ -6134,7 +6134,7 @@
|
|
|
6134
6134
|
n = Ph;
|
|
6135
6135
|
break;
|
|
6136
6136
|
case "thumbnail":
|
|
6137
|
-
n =
|
|
6137
|
+
n = qh;
|
|
6138
6138
|
break;
|
|
6139
6139
|
default:
|
|
6140
6140
|
switch (o) {
|
|
@@ -6915,7 +6915,7 @@
|
|
|
6915
6915
|
])
|
|
6916
6916
|
);
|
|
6917
6917
|
}
|
|
6918
|
-
const
|
|
6918
|
+
const qi = g(ig, [
|
|
6919
6919
|
["render", mg],
|
|
6920
6920
|
["__scopeId", "data-v-d2ab6b8a"],
|
|
6921
6921
|
]);
|
|
@@ -6929,7 +6929,7 @@
|
|
|
6929
6929
|
},
|
|
6930
6930
|
},
|
|
6931
6931
|
pg = Object.prototype.hasOwnProperty;
|
|
6932
|
-
function
|
|
6932
|
+
function Hi(e) {
|
|
6933
6933
|
return "[Throws: " + (e ? e.message : "?") + "]";
|
|
6934
6934
|
}
|
|
6935
6935
|
function hg(e, n) {
|
|
@@ -6937,7 +6937,7 @@
|
|
|
6937
6937
|
try {
|
|
6938
6938
|
return e[n];
|
|
6939
6939
|
} catch (o) {
|
|
6940
|
-
return
|
|
6940
|
+
return Hi(o);
|
|
6941
6941
|
}
|
|
6942
6942
|
return e[n];
|
|
6943
6943
|
}
|
|
@@ -6951,7 +6951,7 @@
|
|
|
6951
6951
|
var i = o(l.toJSON());
|
|
6952
6952
|
return n.pop(), i;
|
|
6953
6953
|
} catch (s) {
|
|
6954
|
-
return
|
|
6954
|
+
return Hi(s);
|
|
6955
6955
|
}
|
|
6956
6956
|
if (Array.isArray(l)) {
|
|
6957
6957
|
var r = l.map(o);
|
|
@@ -8248,8 +8248,8 @@
|
|
|
8248
8248
|
},
|
|
8249
8249
|
},
|
|
8250
8250
|
},
|
|
8251
|
-
|
|
8252
|
-
function
|
|
8251
|
+
qg = { class: "icon-circle" };
|
|
8252
|
+
function Hg(e, n, o, l, i, r) {
|
|
8253
8253
|
const a = t.resolveComponent("ux-icon"),
|
|
8254
8254
|
s = t.resolveComponent("flex-cell"),
|
|
8255
8255
|
c = t.resolveComponent("flex-row");
|
|
@@ -8271,7 +8271,7 @@
|
|
|
8271
8271
|
{ key: 0, shrink: "" },
|
|
8272
8272
|
{
|
|
8273
8273
|
default: t.withCtx(() => [
|
|
8274
|
-
t.createElementVNode("div",
|
|
8274
|
+
t.createElementVNode("div", qg, [
|
|
8275
8275
|
t.createVNode(a, { icon: o.icon }, null, 8, [
|
|
8276
8276
|
"icon",
|
|
8277
8277
|
]),
|
|
@@ -8297,7 +8297,7 @@
|
|
|
8297
8297
|
);
|
|
8298
8298
|
}
|
|
8299
8299
|
const Ki = g(zg, [
|
|
8300
|
-
["render",
|
|
8300
|
+
["render", Hg],
|
|
8301
8301
|
["__scopeId", "data-v-9669e7c0"],
|
|
8302
8302
|
]),
|
|
8303
8303
|
dF = "",
|
|
@@ -8519,7 +8519,7 @@
|
|
|
8519
8519
|
)
|
|
8520
8520
|
);
|
|
8521
8521
|
}
|
|
8522
|
-
const
|
|
8522
|
+
const Hn = g(vg, [
|
|
8523
8523
|
["render", e_],
|
|
8524
8524
|
["__scopeId", "data-v-831dacfa"],
|
|
8525
8525
|
]),
|
|
@@ -8825,8 +8825,7 @@
|
|
|
8825
8825
|
var e = this;
|
|
8826
8826
|
return {
|
|
8827
8827
|
click(n) {
|
|
8828
|
-
|
|
8829
|
-
e.stop && n.stopImmediatePropagation(),
|
|
8828
|
+
e.stop && n.stopImmediatePropagation(),
|
|
8830
8829
|
(e.triggerEvent = n),
|
|
8831
8830
|
(e.expanded = !e.expanded);
|
|
8832
8831
|
},
|
|
@@ -8884,7 +8883,7 @@
|
|
|
8884
8883
|
}
|
|
8885
8884
|
const Qi = g(a_, [
|
|
8886
8885
|
["render", s_],
|
|
8887
|
-
["__scopeId", "data-v-
|
|
8886
|
+
["__scopeId", "data-v-df62da5c"],
|
|
8888
8887
|
]),
|
|
8889
8888
|
bF = "",
|
|
8890
8889
|
c_ = {
|
|
@@ -10138,8 +10137,8 @@
|
|
|
10138
10137
|
),
|
|
10139
10138
|
R_ = { key: 0, class: "ux-field-title" },
|
|
10140
10139
|
z_ = { key: 0, class: "ux-required-marker" },
|
|
10141
|
-
|
|
10142
|
-
|
|
10140
|
+
q_ = { key: 1, class: "ux-field-description" },
|
|
10141
|
+
H_ = { key: 2 },
|
|
10143
10142
|
W_ = { key: 0 },
|
|
10144
10143
|
G_ = { key: 1 },
|
|
10145
10144
|
K_ = { class: "ux-text-wrap" },
|
|
@@ -10173,14 +10172,14 @@
|
|
|
10173
10172
|
? (t.openBlock(),
|
|
10174
10173
|
t.createElementBlock(
|
|
10175
10174
|
"div",
|
|
10176
|
-
|
|
10175
|
+
q_,
|
|
10177
10176
|
t.toDisplayString(e.description),
|
|
10178
10177
|
1,
|
|
10179
10178
|
))
|
|
10180
10179
|
: t.createCommentVNode("", !0),
|
|
10181
10180
|
e.multiValue
|
|
10182
10181
|
? (t.openBlock(),
|
|
10183
|
-
t.createElementBlock("div",
|
|
10182
|
+
t.createElementBlock("div", H_, [
|
|
10184
10183
|
(t.openBlock(!0),
|
|
10185
10184
|
t.createElementBlock(
|
|
10186
10185
|
t.Fragment,
|
|
@@ -11132,7 +11131,7 @@
|
|
|
11132
11131
|
ma = Je(/iP(ad|od|hone)/i),
|
|
11133
11132
|
Tk = Je(/chrome/i) && Je(/android/i),
|
|
11134
11133
|
fa = { capture: !1, passive: !1 };
|
|
11135
|
-
function
|
|
11134
|
+
function H(e, n, o) {
|
|
11136
11135
|
e.addEventListener(n, o, !Xe && fa);
|
|
11137
11136
|
}
|
|
11138
11137
|
function z(e, n, o) {
|
|
@@ -11917,10 +11916,10 @@
|
|
|
11917
11916
|
(this.nativeDraggable = n.forceFallback ? !1 : Pk),
|
|
11918
11917
|
this.nativeDraggable && (this.options.touchStartThreshold = 1),
|
|
11919
11918
|
n.supportPointer
|
|
11920
|
-
?
|
|
11921
|
-
: (
|
|
11922
|
-
|
|
11923
|
-
this.nativeDraggable && (
|
|
11919
|
+
? H(e, "pointerdown", this._onTapStart)
|
|
11920
|
+
: (H(e, "mousedown", this._onTapStart),
|
|
11921
|
+
H(e, "touchstart", this._onTapStart)),
|
|
11922
|
+
this.nativeDraggable && (H(e, "dragover", this), H(e, "dragenter", this)),
|
|
11924
11923
|
Xn.push(this.el),
|
|
11925
11924
|
n.store && n.store.get && this.sort(n.store.get(this) || []),
|
|
11926
11925
|
Ze(this, Ik());
|
|
@@ -12051,12 +12050,12 @@
|
|
|
12051
12050
|
a.ignore.split(",").forEach(function (d) {
|
|
12052
12051
|
ha(x, d.trim(), rr);
|
|
12053
12052
|
}),
|
|
12054
|
-
|
|
12055
|
-
|
|
12056
|
-
|
|
12057
|
-
|
|
12058
|
-
|
|
12059
|
-
|
|
12053
|
+
H(s, "dragover", _t),
|
|
12054
|
+
H(s, "mousemove", _t),
|
|
12055
|
+
H(s, "touchmove", _t),
|
|
12056
|
+
H(s, "mouseup", i._onDrop),
|
|
12057
|
+
H(s, "touchend", i._onDrop),
|
|
12058
|
+
H(s, "touchcancel", i._onDrop),
|
|
12060
12059
|
ua &&
|
|
12061
12060
|
this.nativeDraggable &&
|
|
12062
12061
|
((this.options.touchStartThreshold = 4), (x.draggable = !0)),
|
|
@@ -12069,13 +12068,13 @@
|
|
|
12069
12068
|
this._onDrop();
|
|
12070
12069
|
return;
|
|
12071
12070
|
}
|
|
12072
|
-
|
|
12073
|
-
|
|
12074
|
-
|
|
12075
|
-
|
|
12076
|
-
|
|
12071
|
+
H(s, "mouseup", i._disableDelayedDrag),
|
|
12072
|
+
H(s, "touchend", i._disableDelayedDrag),
|
|
12073
|
+
H(s, "touchcancel", i._disableDelayedDrag),
|
|
12074
|
+
H(s, "mousemove", i._delayedDragTouchMoveHandler),
|
|
12075
|
+
H(s, "touchmove", i._delayedDragTouchMoveHandler),
|
|
12077
12076
|
a.supportPointer &&
|
|
12078
|
-
|
|
12077
|
+
H(s, "pointermove", i._delayedDragTouchMoveHandler),
|
|
12079
12078
|
(i._dragStartTimer = setTimeout(c, a.delay));
|
|
12080
12079
|
} else c();
|
|
12081
12080
|
}
|
|
@@ -12109,11 +12108,11 @@
|
|
|
12109
12108
|
(o = o || (n.pointerType == "touch" && n)),
|
|
12110
12109
|
!this.nativeDraggable || o
|
|
12111
12110
|
? this.options.supportPointer
|
|
12112
|
-
?
|
|
12111
|
+
? H(document, "pointermove", this._onTouchMove)
|
|
12113
12112
|
: o
|
|
12114
|
-
?
|
|
12115
|
-
:
|
|
12116
|
-
: (
|
|
12113
|
+
? H(document, "touchmove", this._onTouchMove)
|
|
12114
|
+
: H(document, "mousemove", this._onTouchMove)
|
|
12115
|
+
: (H(x, "dragend", this), H(Z, "dragstart", this._onDragStart));
|
|
12117
12116
|
try {
|
|
12118
12117
|
document.selection
|
|
12119
12118
|
? ro(function () {
|
|
@@ -12125,7 +12124,7 @@
|
|
|
12125
12124
|
_dragStarted: function (n, o) {
|
|
12126
12125
|
if (((Pt = !1), Z && x)) {
|
|
12127
12126
|
Ce("dragStarted", this, { evt: o }),
|
|
12128
|
-
this.nativeDraggable &&
|
|
12127
|
+
this.nativeDraggable && H(document, "dragover", zk);
|
|
12129
12128
|
var l = this.options;
|
|
12130
12129
|
!n && Ne(x, l.dragClass, !1),
|
|
12131
12130
|
Ne(x, l.ghostClass, !0),
|
|
@@ -12296,11 +12295,11 @@
|
|
|
12296
12295
|
i &&
|
|
12297
12296
|
((i.effectAllowed = "move"),
|
|
12298
12297
|
r.setData && r.setData.call(l, i, x)),
|
|
12299
|
-
|
|
12298
|
+
H(document, "drop", l),
|
|
12300
12299
|
O(x, "transform", "translateZ(0)")),
|
|
12301
12300
|
(Pt = !0),
|
|
12302
12301
|
(l._dragStartId = ro(l._dragStarted.bind(l, o, n))),
|
|
12303
|
-
|
|
12302
|
+
H(document, "selectstart", l),
|
|
12304
12303
|
(pn = !0),
|
|
12305
12304
|
dn && O(document.body, "user-select", "none");
|
|
12306
12305
|
},
|
|
@@ -12320,9 +12319,9 @@
|
|
|
12320
12319
|
h = this,
|
|
12321
12320
|
y = !1;
|
|
12322
12321
|
if (or) return;
|
|
12323
|
-
function T(
|
|
12322
|
+
function T(He, zt) {
|
|
12324
12323
|
Ce(
|
|
12325
|
-
|
|
12324
|
+
He,
|
|
12326
12325
|
h,
|
|
12327
12326
|
je(
|
|
12328
12327
|
{
|
|
@@ -12350,10 +12349,10 @@
|
|
|
12350
12349
|
h.captureAnimationState(),
|
|
12351
12350
|
h !== f && f.captureAnimationState();
|
|
12352
12351
|
}
|
|
12353
|
-
function L(
|
|
12352
|
+
function L(He) {
|
|
12354
12353
|
return (
|
|
12355
|
-
T("dragOverCompleted", { insertion:
|
|
12356
|
-
|
|
12354
|
+
T("dragOverCompleted", { insertion: He }),
|
|
12355
|
+
He &&
|
|
12357
12356
|
(d ? u._hideClone() : u._showClone(h),
|
|
12358
12357
|
h !== f &&
|
|
12359
12358
|
(Ne(x, ie ? ie.options.ghostClass : u.options.ghostClass, !1),
|
|
@@ -12370,7 +12369,7 @@
|
|
|
12370
12369
|
!s.dragoverBubble &&
|
|
12371
12370
|
!n.rootEl &&
|
|
12372
12371
|
l !== document &&
|
|
12373
|
-
(x.parentNode[Ee]._isOutsideThisEl(n.target), !
|
|
12372
|
+
(x.parentNode[Ee]._isOutsideThisEl(n.target), !He && _t(n)),
|
|
12374
12373
|
!s.dragoverBubble && n.stopPropagation && n.stopPropagation(),
|
|
12375
12374
|
(y = !0)
|
|
12376
12375
|
);
|
|
@@ -12483,7 +12482,7 @@
|
|
|
12483
12482
|
return (
|
|
12484
12483
|
(lt === 1 || lt === -1) && (ye = lt === 1),
|
|
12485
12484
|
(or = !0),
|
|
12486
|
-
setTimeout(
|
|
12485
|
+
setTimeout(Hk, 30),
|
|
12487
12486
|
$(),
|
|
12488
12487
|
ye && !Ve
|
|
12489
12488
|
? o.appendChild(x)
|
|
@@ -12657,7 +12656,7 @@
|
|
|
12657
12656
|
break;
|
|
12658
12657
|
case "dragenter":
|
|
12659
12658
|
case "dragover":
|
|
12660
|
-
x && (this._onDragOver(n),
|
|
12659
|
+
x && (this._onDragOver(n), qk(n));
|
|
12661
12660
|
break;
|
|
12662
12661
|
case "selectstart":
|
|
12663
12662
|
n.preventDefault();
|
|
@@ -12754,7 +12753,7 @@
|
|
|
12754
12753
|
}
|
|
12755
12754
|
},
|
|
12756
12755
|
};
|
|
12757
|
-
function
|
|
12756
|
+
function qk(e) {
|
|
12758
12757
|
e.dataTransfer && (e.dataTransfer.dropEffect = "move"),
|
|
12759
12758
|
e.cancelable && e.preventDefault();
|
|
12760
12759
|
}
|
|
@@ -12783,7 +12782,7 @@
|
|
|
12783
12782
|
function rr(e) {
|
|
12784
12783
|
e.draggable = !1;
|
|
12785
12784
|
}
|
|
12786
|
-
function
|
|
12785
|
+
function Hk() {
|
|
12787
12786
|
or = !1;
|
|
12788
12787
|
}
|
|
12789
12788
|
function Wk(e, n, o) {
|
|
@@ -12858,11 +12857,11 @@
|
|
|
12858
12857
|
return clearTimeout(e);
|
|
12859
12858
|
}
|
|
12860
12859
|
to &&
|
|
12861
|
-
|
|
12860
|
+
H(document, "touchmove", function (e) {
|
|
12862
12861
|
(F.active || Pt) && e.cancelable && e.preventDefault();
|
|
12863
12862
|
}),
|
|
12864
12863
|
(F.utils = {
|
|
12865
|
-
on:
|
|
12864
|
+
on: H,
|
|
12866
12865
|
off: z,
|
|
12867
12866
|
css: O,
|
|
12868
12867
|
find: ha,
|
|
@@ -12926,12 +12925,12 @@
|
|
|
12926
12925
|
dragStarted: function (o) {
|
|
12927
12926
|
var l = o.originalEvent;
|
|
12928
12927
|
this.sortable.nativeDraggable
|
|
12929
|
-
?
|
|
12928
|
+
? H(document, "dragover", this._handleAutoScroll)
|
|
12930
12929
|
: this.options.supportPointer
|
|
12931
|
-
?
|
|
12930
|
+
? H(document, "pointermove", this._handleFallbackAutoScroll)
|
|
12932
12931
|
: l.touches
|
|
12933
|
-
?
|
|
12934
|
-
:
|
|
12932
|
+
? H(document, "touchmove", this._handleFallbackAutoScroll)
|
|
12933
|
+
: H(document, "mousemove", this._handleFallbackAutoScroll);
|
|
12935
12934
|
},
|
|
12936
12935
|
dragOverCompleted: function (o) {
|
|
12937
12936
|
var l = o.originalEvent;
|
|
@@ -13608,7 +13607,7 @@
|
|
|
13608
13607
|
},
|
|
13609
13608
|
}),
|
|
13610
13609
|
MF = "";
|
|
13611
|
-
function
|
|
13610
|
+
function qa(e, n) {
|
|
13612
13611
|
let o = e.title.toUpperCase(),
|
|
13613
13612
|
l = n.title.toUpperCase();
|
|
13614
13613
|
return o < l ? -1 : o > l ? 1 : 0;
|
|
@@ -13641,7 +13640,7 @@
|
|
|
13641
13640
|
};
|
|
13642
13641
|
let o = this.field.referenceType;
|
|
13643
13642
|
if (!o) {
|
|
13644
|
-
const i = (await e.$sdk.content.glossary()).sort(
|
|
13643
|
+
const i = (await e.$sdk.content.glossary()).sort(qa),
|
|
13645
13644
|
{ key: r } = await e.$sdk.options(
|
|
13646
13645
|
i,
|
|
13647
13646
|
"Select content type",
|
|
@@ -13703,7 +13702,7 @@
|
|
|
13703
13702
|
};
|
|
13704
13703
|
let o = this.field.referenceType;
|
|
13705
13704
|
if (!o) {
|
|
13706
|
-
const i = (await e.$sdk.content.glossary()).sort(
|
|
13705
|
+
const i = (await e.$sdk.content.glossary()).sort(qa),
|
|
13707
13706
|
{ key: r } = await e.$sdk.options(
|
|
13708
13707
|
i,
|
|
13709
13708
|
"Select content type",
|
|
@@ -14137,7 +14136,7 @@
|
|
|
14137
14136
|
)
|
|
14138
14137
|
);
|
|
14139
14138
|
}
|
|
14140
|
-
const
|
|
14139
|
+
const Ha = g(k1, [
|
|
14141
14140
|
["render", V1],
|
|
14142
14141
|
["__scopeId", "data-v-38242855"],
|
|
14143
14142
|
]),
|
|
@@ -14406,7 +14405,7 @@
|
|
|
14406
14405
|
]),
|
|
14407
14406
|
$F = "",
|
|
14408
14407
|
A1 = {
|
|
14409
|
-
components: { UxCircle:
|
|
14408
|
+
components: { UxCircle: qn },
|
|
14410
14409
|
props: { item: { type: Object }, click: { type: Function } },
|
|
14411
14410
|
data() {
|
|
14412
14411
|
return { glossary: {} };
|
|
@@ -14741,7 +14740,7 @@
|
|
|
14741
14740
|
},
|
|
14742
14741
|
},
|
|
14743
14742
|
};
|
|
14744
|
-
function
|
|
14743
|
+
function q1(e, n, o, l, i, r) {
|
|
14745
14744
|
const a = t.resolveComponent("spinner"),
|
|
14746
14745
|
s = t.resolveComponent("scope-item");
|
|
14747
14746
|
return (
|
|
@@ -14774,12 +14773,12 @@
|
|
|
14774
14773
|
);
|
|
14775
14774
|
}
|
|
14776
14775
|
const Wa = g(z1, [
|
|
14777
|
-
["render",
|
|
14776
|
+
["render", q1],
|
|
14778
14777
|
["__scopeId", "data-v-70c07a8e"],
|
|
14779
14778
|
]),
|
|
14780
14779
|
AF = "",
|
|
14781
|
-
|
|
14782
|
-
components: { UxCircle:
|
|
14780
|
+
H1 = {
|
|
14781
|
+
components: { UxCircle: qn },
|
|
14783
14782
|
async created() {
|
|
14784
14783
|
this.reloadScopeGlossary();
|
|
14785
14784
|
},
|
|
@@ -14961,7 +14960,7 @@
|
|
|
14961
14960
|
])
|
|
14962
14961
|
);
|
|
14963
14962
|
}
|
|
14964
|
-
const Ga = g(
|
|
14963
|
+
const Ga = g(H1, [
|
|
14965
14964
|
["render", G1],
|
|
14966
14965
|
["__scopeId", "data-v-0e820a8c"],
|
|
14967
14966
|
]),
|
|
@@ -16524,7 +16523,7 @@
|
|
|
16524
16523
|
["render", Rb],
|
|
16525
16524
|
["__scopeId", "data-v-06e121d1"],
|
|
16526
16525
|
]),
|
|
16527
|
-
|
|
16526
|
+
qF = "";
|
|
16528
16527
|
function Ja(e) {
|
|
16529
16528
|
return (
|
|
16530
16529
|
(e = String(e || "00")
|
|
@@ -16551,8 +16550,8 @@
|
|
|
16551
16550
|
},
|
|
16552
16551
|
},
|
|
16553
16552
|
},
|
|
16554
|
-
|
|
16555
|
-
|
|
16553
|
+
qb = { key: 0, class: "ux-field-title" },
|
|
16554
|
+
Hb = { key: 0, class: "ux-required-marker" },
|
|
16556
16555
|
Wb = { key: 1, class: "ux-field-description" },
|
|
16557
16556
|
Gb = { key: 2 },
|
|
16558
16557
|
Kb = ["onUpdate:modelValue"];
|
|
@@ -16569,10 +16568,10 @@
|
|
|
16569
16568
|
[
|
|
16570
16569
|
e.showLabel
|
|
16571
16570
|
? (t.openBlock(),
|
|
16572
|
-
t.createElementBlock("label",
|
|
16571
|
+
t.createElementBlock("label", qb, [
|
|
16573
16572
|
t.createTextVNode(t.toDisplayString(e.label) + " ", 1),
|
|
16574
16573
|
e.required
|
|
16575
|
-
? (t.openBlock(), t.createElementBlock("span",
|
|
16574
|
+
? (t.openBlock(), t.createElementBlock("span", Hb, "*"))
|
|
16576
16575
|
: t.createCommentVNode("", !0),
|
|
16577
16576
|
]))
|
|
16578
16577
|
: t.createCommentVNode("", !0),
|
|
@@ -16724,7 +16723,7 @@
|
|
|
16724
16723
|
["render", Yb],
|
|
16725
16724
|
["__scopeId", "data-v-b9cac2ad"],
|
|
16726
16725
|
]),
|
|
16727
|
-
|
|
16726
|
+
HF = "",
|
|
16728
16727
|
Jb = {
|
|
16729
16728
|
components: { Daterange: aa },
|
|
16730
16729
|
props: { modelValue: { type: [Object, Array] } },
|
|
@@ -16916,7 +16915,7 @@
|
|
|
16916
16915
|
}
|
|
16917
16916
|
const ox = {
|
|
16918
16917
|
mixins: [P],
|
|
16919
|
-
components: { UxCheckbox:
|
|
16918
|
+
components: { UxCheckbox: Hn },
|
|
16920
16919
|
props: { modelValue: { type: [Boolean, Array] } },
|
|
16921
16920
|
data() {
|
|
16922
16921
|
return { boolean: Xa(this.modelValue) };
|
|
@@ -17031,61 +17030,60 @@
|
|
|
17031
17030
|
ux = ["innerHTML"],
|
|
17032
17031
|
mx = ["innerHTML"];
|
|
17033
17032
|
function fx(e, n, o, l, i, r) {
|
|
17034
|
-
const a = t.resolveComponent("
|
|
17035
|
-
s = t.resolveComponent("
|
|
17036
|
-
c = t.resolveComponent("ux-
|
|
17037
|
-
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");
|
|
17038
17038
|
return e.multiValue
|
|
17039
17039
|
? (t.openBlock(),
|
|
17040
17040
|
t.createElementBlock("div", dx, [
|
|
17041
17041
|
t.createVNode(
|
|
17042
|
-
|
|
17042
|
+
d,
|
|
17043
17043
|
{ class: "ux-text-row" },
|
|
17044
17044
|
{
|
|
17045
17045
|
default: t.withCtx(() => [
|
|
17046
|
-
t.createVNode(
|
|
17046
|
+
t.createVNode(s, null, {
|
|
17047
17047
|
default: t.withCtx(() => [
|
|
17048
|
-
|
|
17049
|
-
|
|
17050
|
-
|
|
17051
|
-
|
|
17052
|
-
|
|
17053
|
-
|
|
17054
|
-
|
|
17055
|
-
|
|
17056
|
-
|
|
17057
|
-
|
|
17058
|
-
|
|
17059
|
-
|
|
17060
|
-
|
|
17061
|
-
|
|
17062
|
-
|
|
17063
|
-
|
|
17064
|
-
|
|
17065
|
-
128,
|
|
17066
|
-
)),
|
|
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
|
+
)),
|
|
17067
17065
|
]),
|
|
17068
17066
|
_: 1,
|
|
17069
17067
|
}),
|
|
17070
17068
|
t.createVNode(
|
|
17071
|
-
|
|
17069
|
+
s,
|
|
17072
17070
|
{ shrink: "", vcenter: "" },
|
|
17073
17071
|
{
|
|
17074
17072
|
default: t.withCtx(() => [
|
|
17075
17073
|
e.canRemoveValue
|
|
17076
17074
|
? (t.openBlock(),
|
|
17077
17075
|
t.createBlock(
|
|
17078
|
-
|
|
17076
|
+
u,
|
|
17079
17077
|
{
|
|
17080
17078
|
key: 0,
|
|
17081
17079
|
tag: "a",
|
|
17082
17080
|
icon: "",
|
|
17083
17081
|
onClick:
|
|
17084
|
-
n[0] || (n[0] = (
|
|
17082
|
+
n[0] || (n[0] = (m) => e.remove(e.entry)),
|
|
17085
17083
|
},
|
|
17086
17084
|
{
|
|
17087
17085
|
default: t.withCtx(() => [
|
|
17088
|
-
t.createVNode(
|
|
17086
|
+
t.createVNode(c, { icon: "fa-times" }),
|
|
17089
17087
|
]),
|
|
17090
17088
|
_: 1,
|
|
17091
17089
|
},
|
|
@@ -17102,8 +17100,8 @@
|
|
|
17102
17100
|
e.canAddValue
|
|
17103
17101
|
? (t.openBlock(),
|
|
17104
17102
|
t.createBlock(
|
|
17105
|
-
|
|
17106
|
-
{ key: 0, onClick: n[1] || (n[1] = (
|
|
17103
|
+
u,
|
|
17104
|
+
{ key: 0, onClick: n[1] || (n[1] = (m) => e.add()) },
|
|
17107
17105
|
{
|
|
17108
17106
|
default: t.withCtx(() => [
|
|
17109
17107
|
t.createTextVNode(t.toDisplayString(e.addLabel), 1),
|
|
@@ -17115,11 +17113,28 @@
|
|
|
17115
17113
|
]))
|
|
17116
17114
|
: (t.openBlock(),
|
|
17117
17115
|
t.createElementBlock(
|
|
17118
|
-
|
|
17119
|
-
{ key: 1
|
|
17120
|
-
|
|
17121
|
-
|
|
17122
|
-
|
|
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,
|
|
17123
17138
|
));
|
|
17124
17139
|
}
|
|
17125
17140
|
const px = g(cx, [["render", fx]]);
|
|
@@ -17202,7 +17217,7 @@
|
|
|
17202
17217
|
function zx(e) {
|
|
17203
17218
|
return String(e).length < 2 && (e = `0${e}`), e;
|
|
17204
17219
|
}
|
|
17205
|
-
const { lookup:
|
|
17220
|
+
const { lookup: qx, options: Hx } = [...ns(1, 13)].reduce(
|
|
17206
17221
|
function (e, n) {
|
|
17207
17222
|
let o;
|
|
17208
17223
|
switch (n) {
|
|
@@ -17338,7 +17353,7 @@
|
|
|
17338
17353
|
},
|
|
17339
17354
|
displayMonth() {
|
|
17340
17355
|
const e = this;
|
|
17341
|
-
return e.empty ? "-" :
|
|
17356
|
+
return e.empty ? "-" : qx[e.month];
|
|
17342
17357
|
},
|
|
17343
17358
|
displayYear() {
|
|
17344
17359
|
const e = this;
|
|
@@ -17462,7 +17477,7 @@
|
|
|
17462
17477
|
return l;
|
|
17463
17478
|
},
|
|
17464
17479
|
monthOptions() {
|
|
17465
|
-
return
|
|
17480
|
+
return Hx;
|
|
17466
17481
|
},
|
|
17467
17482
|
amOptions() {
|
|
17468
17483
|
return [
|
|
@@ -18321,7 +18336,7 @@
|
|
|
18321
18336
|
CurrencyField: Ya,
|
|
18322
18337
|
DateField: Za,
|
|
18323
18338
|
NativeSelect: Pe,
|
|
18324
|
-
ContentSelect:
|
|
18339
|
+
ContentSelect: Ha,
|
|
18325
18340
|
ScopeSelect: Ka,
|
|
18326
18341
|
CountrySelect: Zo,
|
|
18327
18342
|
TimezoneSelect: ca,
|
|
@@ -19726,8 +19741,8 @@
|
|
|
19726
19741
|
return { model: JSON.parse(JSON.stringify(this.modelValue)) };
|
|
19727
19742
|
},
|
|
19728
19743
|
},
|
|
19729
|
-
|
|
19730
|
-
|
|
19744
|
+
qw = { class: "filters" },
|
|
19745
|
+
Hw = { key: 0, class: "top" },
|
|
19731
19746
|
Ww = { class: "summary" };
|
|
19732
19747
|
function Gw(e, n, o, l, i, r) {
|
|
19733
19748
|
const a = t.resolveComponent("native-select"),
|
|
@@ -19744,10 +19759,10 @@
|
|
|
19744
19759
|
default: t.withCtx(() => [
|
|
19745
19760
|
t.createVNode(u, null, {
|
|
19746
19761
|
default: t.withCtx(() => [
|
|
19747
|
-
t.createElementVNode("div",
|
|
19762
|
+
t.createElementVNode("div", qw, [
|
|
19748
19763
|
i.model && i.model.filters && i.model.filters.length
|
|
19749
19764
|
? (t.openBlock(),
|
|
19750
|
-
t.createElementBlock("div",
|
|
19765
|
+
t.createElementBlock("div", Hw, [
|
|
19751
19766
|
t.createElementVNode("div", Ww, [
|
|
19752
19767
|
t.createTextVNode(" Match "),
|
|
19753
19768
|
t.createVNode(
|
|
@@ -21193,7 +21208,7 @@
|
|
|
21193
21208
|
["__scopeId", "data-v-6bce29af"],
|
|
21194
21209
|
]),
|
|
21195
21210
|
oM = "",
|
|
21196
|
-
|
|
21211
|
+
qC = {
|
|
21197
21212
|
mixins: [P],
|
|
21198
21213
|
components: { FileDrop: as },
|
|
21199
21214
|
props: {},
|
|
@@ -21307,7 +21322,7 @@
|
|
|
21307
21322
|
},
|
|
21308
21323
|
computed: {},
|
|
21309
21324
|
},
|
|
21310
|
-
|
|
21325
|
+
HC = { key: 0, class: "ux-field-title" },
|
|
21311
21326
|
WC = { key: 0, class: "ux-required-marker" },
|
|
21312
21327
|
GC = { key: 1, class: "ux-field-description" },
|
|
21313
21328
|
KC = { key: 2, class: "files" },
|
|
@@ -21327,7 +21342,7 @@
|
|
|
21327
21342
|
[
|
|
21328
21343
|
e.showLabel
|
|
21329
21344
|
? (t.openBlock(),
|
|
21330
|
-
t.createElementBlock("label",
|
|
21345
|
+
t.createElementBlock("label", HC, [
|
|
21331
21346
|
t.createTextVNode(t.toDisplayString(e.label) + " ", 1),
|
|
21332
21347
|
e.required
|
|
21333
21348
|
? (t.openBlock(), t.createElementBlock("span", WC, "*"))
|
|
@@ -21488,7 +21503,7 @@
|
|
|
21488
21503
|
)
|
|
21489
21504
|
);
|
|
21490
21505
|
}
|
|
21491
|
-
const JC = g(
|
|
21506
|
+
const JC = g(qC, [
|
|
21492
21507
|
["render", ZC],
|
|
21493
21508
|
["__scopeId", "data-v-d29a9855"],
|
|
21494
21509
|
]),
|
|
@@ -22746,7 +22761,7 @@
|
|
|
22746
22761
|
]),
|
|
22747
22762
|
aM = "",
|
|
22748
22763
|
SV = {
|
|
22749
|
-
components: { UxCheckbox:
|
|
22764
|
+
components: { UxCheckbox: Hn },
|
|
22750
22765
|
props: { modelValue: { type: Object } },
|
|
22751
22766
|
data() {
|
|
22752
22767
|
return { glossary: null, update: 0, loadingGlossary: !0 };
|
|
@@ -23147,10 +23162,10 @@
|
|
|
23147
23162
|
jV = { key: 1, class: "ux-field-description" },
|
|
23148
23163
|
RV = { key: 2 },
|
|
23149
23164
|
zV = { class: "ux-text-wrap prefixed" },
|
|
23150
|
-
|
|
23165
|
+
qV = so(() =>
|
|
23151
23166
|
t.createElementVNode("span", { class: "ux-text-prefix" }, "Label", -1),
|
|
23152
23167
|
),
|
|
23153
|
-
|
|
23168
|
+
HV = ["onBlur", "on:update:modelValue", "onUpdate:modelValue"],
|
|
23154
23169
|
WV = ["onBlur", "on:update:modelValue", "onUpdate:modelValue"],
|
|
23155
23170
|
GV = { class: "ux-text-wrap prefixed" },
|
|
23156
23171
|
KV = so(() =>
|
|
@@ -23217,7 +23232,7 @@
|
|
|
23217
23232
|
{
|
|
23218
23233
|
default: t.withCtx(() => [
|
|
23219
23234
|
t.createElementVNode("div", zV, [
|
|
23220
|
-
|
|
23235
|
+
qV,
|
|
23221
23236
|
r.lazy
|
|
23222
23237
|
? t.withDirectives(
|
|
23223
23238
|
(t.openBlock(),
|
|
@@ -23251,7 +23266,7 @@
|
|
|
23251
23266
|
},
|
|
23252
23267
|
null,
|
|
23253
23268
|
40,
|
|
23254
|
-
|
|
23269
|
+
HV,
|
|
23255
23270
|
)),
|
|
23256
23271
|
[
|
|
23257
23272
|
[
|
|
@@ -23759,7 +23774,7 @@
|
|
|
23759
23774
|
s = t.resolveComponent("ux-icon"),
|
|
23760
23775
|
c = t.resolveComponent("flex-row"),
|
|
23761
23776
|
u = t.resolveComponent("ux-button"),
|
|
23762
|
-
d = t.resolveComponent("
|
|
23777
|
+
d = t.resolveComponent("qik-code-editor"),
|
|
23763
23778
|
m = t.resolveComponent("flex-column");
|
|
23764
23779
|
return i.mounted
|
|
23765
23780
|
? (t.openBlock(),
|
|
@@ -23866,21 +23881,13 @@
|
|
|
23866
23881
|
t.createVNode(
|
|
23867
23882
|
d,
|
|
23868
23883
|
{
|
|
23869
|
-
|
|
23870
|
-
|
|
23871
|
-
|
|
23872
|
-
class: "editor-wrap",
|
|
23873
|
-
value: i.model,
|
|
23874
|
-
"onUpdate:value": n[1] || (n[1] = (f) => (i.model = f)),
|
|
23875
|
-
options: { useWorker: !0 },
|
|
23876
|
-
onInit: r.editorInit,
|
|
23877
|
-
lang: o.lang,
|
|
23878
|
-
theme: "tomorrow_night_eighties",
|
|
23879
|
-
style: { height: "300px" },
|
|
23884
|
+
syntax: o.lang,
|
|
23885
|
+
modelValue: i.model,
|
|
23886
|
+
"onUpdate:modelValue": n[1] || (n[1] = (f) => (i.model = f)),
|
|
23880
23887
|
},
|
|
23881
23888
|
null,
|
|
23882
23889
|
8,
|
|
23883
|
-
["
|
|
23890
|
+
["syntax", "modelValue"],
|
|
23884
23891
|
),
|
|
23885
23892
|
]),
|
|
23886
23893
|
_: 1,
|
|
@@ -23890,7 +23897,7 @@
|
|
|
23890
23897
|
}
|
|
23891
23898
|
const ss = g(n0, [
|
|
23892
23899
|
["render", l0],
|
|
23893
|
-
["__scopeId", "data-v-
|
|
23900
|
+
["__scopeId", "data-v-fad7a85e"],
|
|
23894
23901
|
]),
|
|
23895
23902
|
dM = "",
|
|
23896
23903
|
i0 = {
|
|
@@ -25243,8 +25250,8 @@
|
|
|
25243
25250
|
j0 = { key: 0, class: "ux-required-marker" },
|
|
25244
25251
|
R0 = { key: 1, class: "ux-field-description" },
|
|
25245
25252
|
z0 = { key: 2 },
|
|
25246
|
-
|
|
25247
|
-
|
|
25253
|
+
q0 = { class: "location-field-wrap" },
|
|
25254
|
+
H0 = ["id"],
|
|
25248
25255
|
W0 = { key: 3, class: "location-field-wrap" },
|
|
25249
25256
|
G0 = ["id"];
|
|
25250
25257
|
function K0(e, n, o, l, i, r) {
|
|
@@ -25290,7 +25297,7 @@
|
|
|
25290
25297
|
"div",
|
|
25291
25298
|
{ class: "ux-location-row", key: p },
|
|
25292
25299
|
[
|
|
25293
|
-
t.createElementVNode("div",
|
|
25300
|
+
t.createElementVNode("div", q0, [
|
|
25294
25301
|
t.createVNode(
|
|
25295
25302
|
d,
|
|
25296
25303
|
{ gap: "", center: "" },
|
|
@@ -25424,7 +25431,7 @@
|
|
|
25424
25431
|
},
|
|
25425
25432
|
null,
|
|
25426
25433
|
8,
|
|
25427
|
-
|
|
25434
|
+
H0,
|
|
25428
25435
|
),
|
|
25429
25436
|
i.multiAdvancedOptions[p]
|
|
25430
25437
|
? (t.openBlock(),
|
|
@@ -26024,20 +26031,20 @@
|
|
|
26024
26031
|
pe = function (B) {
|
|
26025
26032
|
var _ = 0,
|
|
26026
26033
|
k;
|
|
26027
|
-
for (var
|
|
26028
|
-
(k =
|
|
26034
|
+
for (var qt in B)
|
|
26035
|
+
(k = qt.length) > _ && B.hasOwnProperty(qt) && (_ = k);
|
|
26029
26036
|
return _;
|
|
26030
26037
|
},
|
|
26031
26038
|
he = pe(se),
|
|
26032
26039
|
Ve = pe(ce),
|
|
26033
26040
|
ye = { true: !0, false: !1, null: null },
|
|
26034
26041
|
lt = "this",
|
|
26035
|
-
|
|
26042
|
+
He = function (B) {
|
|
26036
26043
|
return ce[B] || 0;
|
|
26037
26044
|
},
|
|
26038
26045
|
zt = function (B, _, k) {
|
|
26039
|
-
var
|
|
26040
|
-
return { type:
|
|
26046
|
+
var qt = B === "||" || B === "&&" ? m : d;
|
|
26047
|
+
return { type: qt, operator: B, left: _, right: k };
|
|
26041
26048
|
},
|
|
26042
26049
|
it = function (B) {
|
|
26043
26050
|
return B >= 48 && B <= 57;
|
|
@@ -26065,12 +26072,12 @@
|
|
|
26065
26072
|
for (
|
|
26066
26073
|
var _ = 0,
|
|
26067
26074
|
k = B.charAt,
|
|
26068
|
-
|
|
26075
|
+
qt = B.charCodeAt,
|
|
26069
26076
|
xe = function (b) {
|
|
26070
26077
|
return k.call(B, b);
|
|
26071
26078
|
},
|
|
26072
26079
|
J = function (b) {
|
|
26073
|
-
return
|
|
26080
|
+
return qt.call(B, b);
|
|
26074
26081
|
},
|
|
26075
26082
|
wn = B.length,
|
|
26076
26083
|
Ge = function () {
|
|
@@ -26081,21 +26088,21 @@
|
|
|
26081
26088
|
)
|
|
26082
26089
|
b = J(++_);
|
|
26083
26090
|
},
|
|
26084
|
-
|
|
26091
|
+
Ht = function () {
|
|
26085
26092
|
var b = bO(),
|
|
26086
26093
|
E,
|
|
26087
26094
|
j;
|
|
26088
26095
|
if ((Ge(), J(_) === M)) {
|
|
26089
26096
|
if (
|
|
26090
26097
|
(_++,
|
|
26091
|
-
(E =
|
|
26098
|
+
(E = Ht()),
|
|
26092
26099
|
E || S("Expected expression", _),
|
|
26093
26100
|
Ge(),
|
|
26094
26101
|
J(_) === A)
|
|
26095
26102
|
)
|
|
26096
26103
|
return (
|
|
26097
26104
|
_++,
|
|
26098
|
-
(j =
|
|
26105
|
+
(j = Ht()),
|
|
26099
26106
|
j || S("Expected expression", _),
|
|
26100
26107
|
{ type: f, test: b, consequent: E, alternate: j }
|
|
26101
26108
|
);
|
|
@@ -26119,11 +26126,11 @@
|
|
|
26119
26126
|
var b, E, j, K, wt, Ue, at, Wt, nc;
|
|
26120
26127
|
if (((Ue = yo()), (E = Qs()), !E)) return Ue;
|
|
26121
26128
|
for (
|
|
26122
|
-
wt = { value: E, prec:
|
|
26129
|
+
wt = { value: E, prec: He(E) },
|
|
26123
26130
|
at = yo(),
|
|
26124
26131
|
at || S("Expected expression after " + E, _),
|
|
26125
26132
|
K = [Ue, wt, at];
|
|
26126
|
-
(E = Qs()) && ((j =
|
|
26133
|
+
(E = Qs()) && ((j = He(E)), j !== 0);
|
|
26127
26134
|
|
|
26128
26135
|
) {
|
|
26129
26136
|
for (
|
|
@@ -26262,7 +26269,7 @@
|
|
|
26262
26269
|
for (var at = j.length; at < Ue; at++) j.push(null);
|
|
26263
26270
|
}
|
|
26264
26271
|
} else
|
|
26265
|
-
(K =
|
|
26272
|
+
(K = Ht()),
|
|
26266
26273
|
(!K || K.type === l) && S("Expected comma", _),
|
|
26267
26274
|
j.push(K);
|
|
26268
26275
|
return wt || S("Expected " + String.fromCharCode(b), _), j;
|
|
@@ -26288,7 +26295,7 @@
|
|
|
26288
26295
|
type: r,
|
|
26289
26296
|
computed: !0,
|
|
26290
26297
|
object: E,
|
|
26291
|
-
property:
|
|
26298
|
+
property: Ht(),
|
|
26292
26299
|
}),
|
|
26293
26300
|
Ge(),
|
|
26294
26301
|
(b = J(_)),
|
|
@@ -26302,7 +26309,7 @@
|
|
|
26302
26309
|
},
|
|
26303
26310
|
VO = function () {
|
|
26304
26311
|
_++;
|
|
26305
|
-
var b =
|
|
26312
|
+
var b = Ht();
|
|
26306
26313
|
if ((Ge(), J(_) === W)) return _++, b;
|
|
26307
26314
|
S("Unclosed (", _);
|
|
26308
26315
|
},
|
|
@@ -26318,7 +26325,7 @@
|
|
|
26318
26325
|
(Dr = J(_)),
|
|
26319
26326
|
Dr === D || Dr === y
|
|
26320
26327
|
? _++
|
|
26321
|
-
: (tc =
|
|
26328
|
+
: (tc = Ht())
|
|
26322
26329
|
? go.push(tc)
|
|
26323
26330
|
: _ < wn && S('Unexpected "' + xe(_) + '"', _);
|
|
26324
26331
|
return go.length === 1 ? go[0] : { type: l, body: go };
|
|
@@ -26538,11 +26545,11 @@
|
|
|
26538
26545
|
return l;
|
|
26539
26546
|
}
|
|
26540
26547
|
var zB = RB,
|
|
26541
|
-
|
|
26542
|
-
|
|
26548
|
+
qB = on,
|
|
26549
|
+
HB = rn,
|
|
26543
26550
|
WB = "[object Arguments]";
|
|
26544
26551
|
function GB(e) {
|
|
26545
|
-
return
|
|
26552
|
+
return HB(e) && qB(e) == WB;
|
|
26546
26553
|
}
|
|
26547
26554
|
var KB = GB,
|
|
26548
26555
|
hs = KB,
|
|
@@ -26673,14 +26680,14 @@
|
|
|
26673
26680
|
jN = an,
|
|
26674
26681
|
RN = uo,
|
|
26675
26682
|
zN = va,
|
|
26676
|
-
|
|
26677
|
-
|
|
26678
|
-
WN =
|
|
26683
|
+
qN = AN,
|
|
26684
|
+
HN = Object.prototype,
|
|
26685
|
+
WN = HN.hasOwnProperty;
|
|
26679
26686
|
function GN(e, n) {
|
|
26680
26687
|
var o = jN(e),
|
|
26681
26688
|
l = !o && PN(e),
|
|
26682
26689
|
i = !o && !l && RN(e),
|
|
26683
|
-
r = !o && !l && !i &&
|
|
26690
|
+
r = !o && !l && !i && qN(e),
|
|
26684
26691
|
a = o || l || i || r,
|
|
26685
26692
|
s = a ? UN(e.length, String) : [],
|
|
26686
26693
|
c = s.length;
|
|
@@ -27413,7 +27420,7 @@
|
|
|
27413
27420
|
String(e) === "undefined"
|
|
27414
27421
|
);
|
|
27415
27422
|
}
|
|
27416
|
-
const
|
|
27423
|
+
const qE = {
|
|
27417
27424
|
props: { title: { type: String }, modelValue: {} },
|
|
27418
27425
|
mixins: [P],
|
|
27419
27426
|
created() {
|
|
@@ -27506,7 +27513,7 @@
|
|
|
27506
27513
|
},
|
|
27507
27514
|
},
|
|
27508
27515
|
},
|
|
27509
|
-
|
|
27516
|
+
HE = { key: 0, class: "ux-field-title" },
|
|
27510
27517
|
WE = { key: 0, class: "ux-required-marker" },
|
|
27511
27518
|
GE = { key: 1, class: "ux-field-description" },
|
|
27512
27519
|
KE = { key: 0, class: "ui-select-button" },
|
|
@@ -27524,7 +27531,7 @@
|
|
|
27524
27531
|
[
|
|
27525
27532
|
e.showLabel
|
|
27526
27533
|
? (t.openBlock(),
|
|
27527
|
-
t.createElementBlock("label",
|
|
27534
|
+
t.createElementBlock("label", HE, [
|
|
27528
27535
|
t.createTextVNode(t.toDisplayString(e.label) + " ", 1),
|
|
27529
27536
|
e.required
|
|
27530
27537
|
? (t.openBlock(), t.createElementBlock("span", WE, "*"))
|
|
@@ -27633,7 +27640,7 @@
|
|
|
27633
27640
|
)
|
|
27634
27641
|
);
|
|
27635
27642
|
}
|
|
27636
|
-
const vE = g(
|
|
27643
|
+
const vE = g(qE, [
|
|
27637
27644
|
["render", QE],
|
|
27638
27645
|
["__scopeId", "data-v-a9c5a05f"],
|
|
27639
27646
|
]),
|
|
@@ -28400,7 +28407,7 @@
|
|
|
28400
28407
|
CustomHtml: px,
|
|
28401
28408
|
BooleanSwitch: PC,
|
|
28402
28409
|
FieldGroup: sV,
|
|
28403
|
-
ContentSelect:
|
|
28410
|
+
ContentSelect: Ha,
|
|
28404
28411
|
TypeSelect: L1,
|
|
28405
28412
|
ScopeSelect: Ka,
|
|
28406
28413
|
FieldSelect: ls,
|
|
@@ -29018,7 +29025,7 @@
|
|
|
29018
29025
|
Ve = t.resolveComponent("timezone-select"),
|
|
29019
29026
|
ye = t.resolveComponent("country-select"),
|
|
29020
29027
|
lt = t.resolveComponent("phone-number-input"),
|
|
29021
|
-
|
|
29028
|
+
He = t.resolveComponent("object-field"),
|
|
29022
29029
|
zt = t.resolveComponent("model-field"),
|
|
29023
29030
|
it = t.resolveComponent("payment-field"),
|
|
29024
29031
|
We = t.resolveComponent("options-manager"),
|
|
@@ -29640,7 +29647,7 @@
|
|
|
29640
29647
|
r.widget == "object"
|
|
29641
29648
|
? (t.openBlock(),
|
|
29642
29649
|
t.createBlock(
|
|
29643
|
-
|
|
29650
|
+
He,
|
|
29644
29651
|
{
|
|
29645
29652
|
key: 31,
|
|
29646
29653
|
onTouched: r.touch,
|
|
@@ -30011,10 +30018,10 @@
|
|
|
30011
30018
|
jS = AS + US + PS,
|
|
30012
30019
|
RS = "[" + jS + "]",
|
|
30013
30020
|
zS = RegExp(RS, "g");
|
|
30014
|
-
function
|
|
30021
|
+
function qS(e) {
|
|
30015
30022
|
return (e = $S(e)), e && e.replace(LS, IS).replace(zS, "");
|
|
30016
30023
|
}
|
|
30017
|
-
var
|
|
30024
|
+
var HS = qS,
|
|
30018
30025
|
WS = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;
|
|
30019
30026
|
function GS(e) {
|
|
30020
30027
|
return e.match(WS) || [];
|
|
@@ -30095,7 +30102,7 @@
|
|
|
30095
30102
|
}
|
|
30096
30103
|
var NT = BT,
|
|
30097
30104
|
ET = ES,
|
|
30098
|
-
ST =
|
|
30105
|
+
ST = HS,
|
|
30099
30106
|
TT = NT,
|
|
30100
30107
|
DT = "['’]",
|
|
30101
30108
|
OT = RegExp(DT, "g");
|
|
@@ -30703,8 +30710,8 @@
|
|
|
30703
30710
|
zT = ((e) => (
|
|
30704
30711
|
t.pushScopeId("data-v-59acf39e"), (e = e()), t.popScopeId(), e
|
|
30705
30712
|
))(() => t.createElementVNode("h3", null, "An error occurred", -1)),
|
|
30706
|
-
|
|
30707
|
-
|
|
30713
|
+
qT = { key: 0 },
|
|
30714
|
+
HT = { key: 1 },
|
|
30708
30715
|
WT = { key: 2 },
|
|
30709
30716
|
GT = { class: "intent-submit" },
|
|
30710
30717
|
KT = ["tooltip"];
|
|
@@ -30734,14 +30741,14 @@
|
|
|
30734
30741
|
? (t.openBlock(),
|
|
30735
30742
|
t.createElementBlock(
|
|
30736
30743
|
"pre",
|
|
30737
|
-
|
|
30744
|
+
qT,
|
|
30738
30745
|
t.toDisplayString(i.error.message),
|
|
30739
30746
|
1,
|
|
30740
30747
|
))
|
|
30741
30748
|
: t.createCommentVNode("", !0),
|
|
30742
30749
|
(p = i.error.data) != null && p.errors
|
|
30743
30750
|
? (t.openBlock(),
|
|
30744
|
-
t.createElementBlock("div",
|
|
30751
|
+
t.createElementBlock("div", HT, [
|
|
30745
30752
|
(t.openBlock(!0),
|
|
30746
30753
|
t.createElementBlock(
|
|
30747
30754
|
t.Fragment,
|
|
@@ -32804,17 +32811,17 @@
|
|
|
32804
32811
|
return !!o && j2(e, n, 0) > -1;
|
|
32805
32812
|
}
|
|
32806
32813
|
var z2 = R2;
|
|
32807
|
-
function
|
|
32814
|
+
function q2(e, n, o) {
|
|
32808
32815
|
for (var l = -1, i = e == null ? 0 : e.length; ++l < i; )
|
|
32809
32816
|
if (o(n, e[l])) return !0;
|
|
32810
32817
|
return !1;
|
|
32811
32818
|
}
|
|
32812
|
-
var
|
|
32819
|
+
var H2 = q2;
|
|
32813
32820
|
function W2(e, n) {
|
|
32814
32821
|
return e.has(n);
|
|
32815
32822
|
}
|
|
32816
32823
|
var G2 = W2,
|
|
32817
|
-
K2 =
|
|
32824
|
+
K2 = Ho,
|
|
32818
32825
|
Y2 = Tt,
|
|
32819
32826
|
Z2 = K2(Y2, "Set"),
|
|
32820
32827
|
J2 = Z2;
|
|
@@ -32844,7 +32851,7 @@
|
|
|
32844
32851
|
rD = oD,
|
|
32845
32852
|
lD = P2,
|
|
32846
32853
|
iD = z2,
|
|
32847
|
-
aD =
|
|
32854
|
+
aD = H2,
|
|
32848
32855
|
sD = G2,
|
|
32849
32856
|
cD = rD,
|
|
32850
32857
|
dD = Rs,
|
|
@@ -33028,7 +33035,7 @@
|
|
|
33028
33035
|
},
|
|
33029
33036
|
components: {
|
|
33030
33037
|
Pager: D2,
|
|
33031
|
-
NativeTable:
|
|
33038
|
+
NativeTable: qi,
|
|
33032
33039
|
FilterBuilder: rs,
|
|
33033
33040
|
Search: kn,
|
|
33034
33041
|
UxField: fo,
|
|
@@ -34287,7 +34294,7 @@
|
|
|
34287
34294
|
))
|
|
34288
34295
|
: t.createCommentVNode("", !0);
|
|
34289
34296
|
}
|
|
34290
|
-
const
|
|
34297
|
+
const qs = g(_D, [
|
|
34291
34298
|
["render", VD],
|
|
34292
34299
|
["__scopeId", "data-v-217f41ba"],
|
|
34293
34300
|
]),
|
|
@@ -34351,7 +34358,7 @@
|
|
|
34351
34358
|
])
|
|
34352
34359
|
);
|
|
34353
34360
|
}
|
|
34354
|
-
const
|
|
34361
|
+
const Hs = g(BD, [
|
|
34355
34362
|
["render", ED],
|
|
34356
34363
|
["__scopeId", "data-v-90c28992"],
|
|
34357
34364
|
]),
|
|
@@ -34718,7 +34725,7 @@
|
|
|
34718
34725
|
["__scopeId", "data-v-60de0d31"],
|
|
34719
34726
|
]),
|
|
34720
34727
|
$M = "",
|
|
34721
|
-
|
|
34728
|
+
qD = {
|
|
34722
34729
|
mixins: [kt],
|
|
34723
34730
|
data() {
|
|
34724
34731
|
return { model: {}, formState: null };
|
|
@@ -34742,7 +34749,7 @@
|
|
|
34742
34749
|
this.options.model && (this.model = this.options.model);
|
|
34743
34750
|
},
|
|
34744
34751
|
},
|
|
34745
|
-
|
|
34752
|
+
HD = { class: "padder" },
|
|
34746
34753
|
WD = { key: 0 },
|
|
34747
34754
|
GD = { class: "padder" };
|
|
34748
34755
|
function KD(e, n, o, l, i, r) {
|
|
@@ -34772,7 +34779,7 @@
|
|
|
34772
34779
|
default: t.withCtx(() => [
|
|
34773
34780
|
t.createVNode(s, null, {
|
|
34774
34781
|
default: t.withCtx(() => [
|
|
34775
|
-
t.createElementVNode("div",
|
|
34782
|
+
t.createElementVNode("div", HD, [
|
|
34776
34783
|
t.createElementVNode(
|
|
34777
34784
|
"h5",
|
|
34778
34785
|
null,
|
|
@@ -34879,13 +34886,13 @@
|
|
|
34879
34886
|
)
|
|
34880
34887
|
);
|
|
34881
34888
|
}
|
|
34882
|
-
const Ks = g(
|
|
34889
|
+
const Ks = g(qD, [
|
|
34883
34890
|
["render", KD],
|
|
34884
34891
|
["__scopeId", "data-v-99b9c871"],
|
|
34885
34892
|
]),
|
|
34886
34893
|
LM = "",
|
|
34887
34894
|
YD = {
|
|
34888
|
-
components: { ContentBrowser:
|
|
34895
|
+
components: { ContentBrowser: qs, Search: kn },
|
|
34889
34896
|
mixins: [kt],
|
|
34890
34897
|
async created() {
|
|
34891
34898
|
var e = this,
|
|
@@ -35436,7 +35443,7 @@
|
|
|
35436
35443
|
["render", rO],
|
|
35437
35444
|
["__scopeId", "data-v-0952db70"],
|
|
35438
35445
|
]),
|
|
35439
|
-
|
|
35446
|
+
qe = "uploading",
|
|
35440
35447
|
ho = "complete",
|
|
35441
35448
|
bt = "ready",
|
|
35442
35449
|
lO = "error",
|
|
@@ -35468,7 +35475,7 @@
|
|
|
35468
35475
|
});
|
|
35469
35476
|
},
|
|
35470
35477
|
uploading() {
|
|
35471
|
-
return this.state ==
|
|
35478
|
+
return this.state == qe;
|
|
35472
35479
|
},
|
|
35473
35480
|
bytesLoaded() {
|
|
35474
35481
|
var e = this;
|
|
@@ -35484,7 +35491,7 @@
|
|
|
35484
35491
|
},
|
|
35485
35492
|
percent() {
|
|
35486
35493
|
var e = this;
|
|
35487
|
-
return e.state !=
|
|
35494
|
+
return e.state != qe
|
|
35488
35495
|
? 0
|
|
35489
35496
|
: Math.floor((e.bytesLoaded * 100) / e.bytesTotal);
|
|
35490
35497
|
},
|
|
@@ -35574,7 +35581,7 @@
|
|
|
35574
35581
|
return new Or.EventDispatcher().bootstrap(u), o.queue.unshift(u), u;
|
|
35575
35582
|
},
|
|
35576
35583
|
cancelFile(e) {
|
|
35577
|
-
e.state ==
|
|
35584
|
+
e.state == qe &&
|
|
35578
35585
|
(e.cancel && e.cancel("Cancelled"),
|
|
35579
35586
|
(e.bytesLoaded = 0),
|
|
35580
35587
|
(e.percent = 0),
|
|
@@ -35587,7 +35594,7 @@
|
|
|
35587
35594
|
},
|
|
35588
35595
|
uploadNextFile() {
|
|
35589
35596
|
var e = this;
|
|
35590
|
-
if (e.state ==
|
|
35597
|
+
if (e.state == qe) {
|
|
35591
35598
|
var n = e.queue.find(function (o) {
|
|
35592
35599
|
return o.state == bt;
|
|
35593
35600
|
});
|
|
@@ -35603,10 +35610,10 @@
|
|
|
35603
35610
|
var n = this;
|
|
35604
35611
|
switch (e.state) {
|
|
35605
35612
|
case ho:
|
|
35606
|
-
case
|
|
35613
|
+
case qe:
|
|
35607
35614
|
return;
|
|
35608
35615
|
}
|
|
35609
|
-
(e.state =
|
|
35616
|
+
(e.state = qe), e.dispatch(aO);
|
|
35610
35617
|
{
|
|
35611
35618
|
const d = e.size,
|
|
35612
35619
|
m = e.name,
|
|
@@ -35667,11 +35674,11 @@
|
|
|
35667
35674
|
});
|
|
35668
35675
|
},
|
|
35669
35676
|
toggle() {
|
|
35670
|
-
this.state ===
|
|
35677
|
+
this.state === qe ? this.pause() : this.start();
|
|
35671
35678
|
},
|
|
35672
35679
|
async start() {
|
|
35673
35680
|
var e = this;
|
|
35674
|
-
if (e.state !==
|
|
35681
|
+
if (e.state !== qe) {
|
|
35675
35682
|
if (!e.defaultScopes.length) {
|
|
35676
35683
|
var n = e.$sdk.access.actionableScopes(e.user, "create", "file"),
|
|
35677
35684
|
o = e.$sdk.access.actionableScopes(e.user, "create", "image"),
|
|
@@ -35685,12 +35692,12 @@
|
|
|
35685
35692
|
e.defaultScopes = e.$sdk.utils.ids(a);
|
|
35686
35693
|
}
|
|
35687
35694
|
}
|
|
35688
|
-
(e.state =
|
|
35695
|
+
(e.state = qe), e.uploadNextFile();
|
|
35689
35696
|
}
|
|
35690
35697
|
},
|
|
35691
35698
|
pause() {
|
|
35692
35699
|
var e = this;
|
|
35693
|
-
e.state ===
|
|
35700
|
+
e.state === qe &&
|
|
35694
35701
|
((e.state = bt),
|
|
35695
35702
|
e.queue.forEach(function (n) {
|
|
35696
35703
|
e.cancelFile(n);
|
|
@@ -35910,7 +35917,7 @@
|
|
|
35910
35917
|
UxImage: ea,
|
|
35911
35918
|
UxVideo: ta,
|
|
35912
35919
|
UxButton: Zi,
|
|
35913
|
-
UxCheckbox:
|
|
35920
|
+
UxCheckbox: Hn,
|
|
35914
35921
|
UxSwitch: Yo,
|
|
35915
35922
|
UxLink: Ji,
|
|
35916
35923
|
UxTabset: wi,
|
|
@@ -35919,7 +35926,7 @@
|
|
|
35919
35926
|
Avatar: Yi,
|
|
35920
35927
|
Spinner: It,
|
|
35921
35928
|
ProgressBar: na,
|
|
35922
|
-
UxModal:
|
|
35929
|
+
UxModal: Hs,
|
|
35923
35930
|
Compile: Us,
|
|
35924
35931
|
},
|
|
35925
35932
|
kO = {
|
|
@@ -36002,7 +36009,7 @@
|
|
|
36002
36009
|
};
|
|
36003
36010
|
(V.Avatar = Yi),
|
|
36004
36011
|
(V.CodeEditor = ss),
|
|
36005
|
-
(V.ContentBrowser =
|
|
36012
|
+
(V.ContentBrowser = qs),
|
|
36006
36013
|
(V.DateRange = aa),
|
|
36007
36014
|
(V.Device = gO),
|
|
36008
36015
|
(V.FileDrop = as),
|
|
@@ -36033,8 +36040,8 @@
|
|
|
36033
36040
|
(V.StripeElement = ei),
|
|
36034
36041
|
(V.StripeElements = ti),
|
|
36035
36042
|
(V.UXButton = Zi),
|
|
36036
|
-
(V.UXCheckbox =
|
|
36037
|
-
(V.UXCircle =
|
|
36043
|
+
(V.UXCheckbox = Hn),
|
|
36044
|
+
(V.UXCircle = qn),
|
|
36038
36045
|
(V.UXForm = wr),
|
|
36039
36046
|
(V.UXFormField = fo),
|
|
36040
36047
|
(V.UXIcon = Xi),
|
|
@@ -36052,13 +36059,13 @@
|
|
|
36052
36059
|
(V.UXSubmissionForm = Vr),
|
|
36053
36060
|
(V.UXSwitch = Yo),
|
|
36054
36061
|
(V.UXTab = Ci),
|
|
36055
|
-
(V.UXTable =
|
|
36062
|
+
(V.UXTable = qi),
|
|
36056
36063
|
(V.UXTabset = wi),
|
|
36057
36064
|
(V.UXVideo = ta),
|
|
36058
36065
|
(V.UploadService = hO),
|
|
36059
36066
|
(V.UxConfirmModal = Ws),
|
|
36060
36067
|
(V.UxContentModal = Ys),
|
|
36061
|
-
(V.UxModal =
|
|
36068
|
+
(V.UxModal = Hs),
|
|
36062
36069
|
(V.UxOptionsModal = Gs),
|
|
36063
36070
|
(V.UxPromptModal = Ks),
|
|
36064
36071
|
(V.UxScopeModal = Zs),
|