@qikdev/vue-ui 0.2.264 → 0.2.267
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 +311 -289
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +241 -219
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +64 -50
- 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, $r) {
|
|
9
9
|
"use strict";
|
|
10
|
-
const ac = "0.2.
|
|
10
|
+
const ac = "0.2.267";
|
|
11
11
|
class st extends Error {}
|
|
12
12
|
class sc extends st {
|
|
13
13
|
constructor(n) {
|
|
@@ -5003,7 +5003,7 @@
|
|
|
5003
5003
|
mixins: [me],
|
|
5004
5004
|
computed: {
|
|
5005
5005
|
string() {
|
|
5006
|
-
return isNaN(this.amount) ? "" : this.amount.toFixed(2);
|
|
5006
|
+
return isNaN(this.amount) ? "0.00" : this.amount.toFixed(2);
|
|
5007
5007
|
},
|
|
5008
5008
|
amount() {
|
|
5009
5009
|
return Number(parseInt(this.value) / 100);
|
|
@@ -5014,6 +5014,16 @@
|
|
|
5014
5014
|
debit() {
|
|
5015
5015
|
return this.amount < 0;
|
|
5016
5016
|
},
|
|
5017
|
+
invalid() {
|
|
5018
|
+
var e;
|
|
5019
|
+
return (
|
|
5020
|
+
((e = this.column) == null ? void 0 : e.key) === "amount" &&
|
|
5021
|
+
this.adjusted
|
|
5022
|
+
);
|
|
5023
|
+
},
|
|
5024
|
+
adjusted() {
|
|
5025
|
+
return this.row.effectiveAmount !== this.row.amount;
|
|
5026
|
+
},
|
|
5017
5027
|
empty() {
|
|
5018
5028
|
return parseInt(this.value) === 0;
|
|
5019
5029
|
},
|
|
@@ -5030,7 +5040,13 @@
|
|
|
5030
5040
|
{
|
|
5031
5041
|
class: t.normalizeClass([
|
|
5032
5042
|
"table-currency-cell",
|
|
5033
|
-
{
|
|
5043
|
+
{
|
|
5044
|
+
credit: r.credit,
|
|
5045
|
+
empty: r.empty,
|
|
5046
|
+
debit: r.debit,
|
|
5047
|
+
invalid: r.invalid,
|
|
5048
|
+
adjusted: r.adjusted,
|
|
5049
|
+
},
|
|
5034
5050
|
]),
|
|
5035
5051
|
},
|
|
5036
5052
|
t.toDisplayString(r.string),
|
|
@@ -5040,7 +5056,7 @@
|
|
|
5040
5056
|
}
|
|
5041
5057
|
const Jh = g(Yh, [
|
|
5042
5058
|
["render", Zh],
|
|
5043
|
-
["__scopeId", "data-v-
|
|
5059
|
+
["__scopeId", "data-v-c62e82ec"],
|
|
5044
5060
|
]),
|
|
5045
5061
|
dF = "",
|
|
5046
5062
|
Xh = {
|
|
@@ -5893,7 +5909,7 @@
|
|
|
5893
5909
|
}
|
|
5894
5910
|
const Ry = g(Uy, [
|
|
5895
5911
|
["render", jy],
|
|
5896
|
-
["__scopeId", "data-v-
|
|
5912
|
+
["__scopeId", "data-v-bec5c4d1"],
|
|
5897
5913
|
]),
|
|
5898
5914
|
xF = "",
|
|
5899
5915
|
zy = {
|
|
@@ -9904,7 +9920,7 @@
|
|
|
9904
9920
|
}
|
|
9905
9921
|
const aa = g(Ak, [
|
|
9906
9922
|
["render", Uk],
|
|
9907
|
-
["__scopeId", "data-v-
|
|
9923
|
+
["__scopeId", "data-v-c85564d7"],
|
|
9908
9924
|
]),
|
|
9909
9925
|
GF = "",
|
|
9910
9926
|
Pk = {},
|
|
@@ -11909,7 +11925,7 @@
|
|
|
11909
11925
|
? "vertical"
|
|
11910
11926
|
: "horizontal";
|
|
11911
11927
|
},
|
|
11912
|
-
|
|
11928
|
+
e1 = function (n, o, l) {
|
|
11913
11929
|
var i = l ? n.left : n.top,
|
|
11914
11930
|
r = l ? n.right : n.bottom,
|
|
11915
11931
|
a = l ? n.width : n.height,
|
|
@@ -11918,7 +11934,7 @@
|
|
|
11918
11934
|
u = l ? o.width : o.height;
|
|
11919
11935
|
return i === s || r === c || i + a / 2 === s + u / 2;
|
|
11920
11936
|
},
|
|
11921
|
-
|
|
11937
|
+
t1 = function (n, o) {
|
|
11922
11938
|
var l;
|
|
11923
11939
|
return (
|
|
11924
11940
|
Xn.some(function (i) {
|
|
@@ -11985,7 +12001,7 @@
|
|
|
11985
12001
|
var _t = function (n) {
|
|
11986
12002
|
if (x) {
|
|
11987
12003
|
n = n.touches ? n.touches[0] : n;
|
|
11988
|
-
var o =
|
|
12004
|
+
var o = t1(n.clientX, n.clientY);
|
|
11989
12005
|
if (o) {
|
|
11990
12006
|
var l = {};
|
|
11991
12007
|
for (var i in n) n.hasOwnProperty(i) && (l[i] = n[i]);
|
|
@@ -11996,7 +12012,7 @@
|
|
|
11996
12012
|
}
|
|
11997
12013
|
}
|
|
11998
12014
|
},
|
|
11999
|
-
|
|
12015
|
+
n1 = function (n) {
|
|
12000
12016
|
x && x.parentNode[Ee]._isOutsideThisEl(n.target);
|
|
12001
12017
|
};
|
|
12002
12018
|
function F(e, n) {
|
|
@@ -12095,7 +12111,7 @@
|
|
|
12095
12111
|
c,
|
|
12096
12112
|
d = i.filter;
|
|
12097
12113
|
if (
|
|
12098
|
-
(
|
|
12114
|
+
(d1(l),
|
|
12099
12115
|
!x &&
|
|
12100
12116
|
!(
|
|
12101
12117
|
(/mousedown|pointerdown/.test(a) && n.button !== 0) ||
|
|
@@ -12267,7 +12283,7 @@
|
|
|
12267
12283
|
_dragStarted: function (n, o) {
|
|
12268
12284
|
if (((Pt = !1), Z && x)) {
|
|
12269
12285
|
Ce("dragStarted", this, { evt: o }),
|
|
12270
|
-
this.nativeDraggable && W(document, "dragover",
|
|
12286
|
+
this.nativeDraggable && W(document, "dragover", n1);
|
|
12271
12287
|
var l = this.options;
|
|
12272
12288
|
!n && Ne(x, l.dragClass, !1),
|
|
12273
12289
|
Ne(x, l.ghostClass, !0),
|
|
@@ -12569,7 +12585,7 @@
|
|
|
12569
12585
|
$(!0)
|
|
12570
12586
|
);
|
|
12571
12587
|
var w = tr(o, s.draggable);
|
|
12572
|
-
if (!w || (
|
|
12588
|
+
if (!w || (i1(n, p, this) && !w.animated)) {
|
|
12573
12589
|
if (w === x) return $(!1);
|
|
12574
12590
|
if (
|
|
12575
12591
|
(w && o === n.target && (l = w),
|
|
@@ -12577,7 +12593,7 @@
|
|
|
12577
12593
|
oo(Z, o, x, i, l, r, n, !!l) !== !1)
|
|
12578
12594
|
)
|
|
12579
12595
|
return E(), o.appendChild(x), (ee = o), j(), $(!0);
|
|
12580
|
-
} else if (w &&
|
|
12596
|
+
} else if (w && l1(n, p, this)) {
|
|
12581
12597
|
var G = Lt(o, 0, s, !0);
|
|
12582
12598
|
if (G === x) return $(!1);
|
|
12583
12599
|
if (((l = G), (r = le(l)), oo(Z, o, x, i, l, r, n, !1) !== !1))
|
|
@@ -12587,7 +12603,7 @@
|
|
|
12587
12603
|
var M = 0,
|
|
12588
12604
|
D,
|
|
12589
12605
|
A = x.parentNode !== o,
|
|
12590
|
-
I = !
|
|
12606
|
+
I = !e1(
|
|
12591
12607
|
(x.animated && x.toRect) || i,
|
|
12592
12608
|
(l.animated && l.toRect) || r,
|
|
12593
12609
|
p,
|
|
@@ -12596,7 +12612,7 @@
|
|
|
12596
12612
|
ae = ba(l, "top", "top") || ba(x, "top", "top"),
|
|
12597
12613
|
de = ae ? ae.scrollTop : void 0;
|
|
12598
12614
|
jt !== l && ((D = r[J]), (yn = !1), (Qn = (!I && s.invertSwap) || A)),
|
|
12599
|
-
(M =
|
|
12615
|
+
(M = a1(
|
|
12600
12616
|
n,
|
|
12601
12617
|
l,
|
|
12602
12618
|
r,
|
|
@@ -12624,7 +12640,7 @@
|
|
|
12624
12640
|
return (
|
|
12625
12641
|
(lt === 1 || lt === -1) && (ye = lt === 1),
|
|
12626
12642
|
(ar = !0),
|
|
12627
|
-
setTimeout(
|
|
12643
|
+
setTimeout(r1, 30),
|
|
12628
12644
|
E(),
|
|
12629
12645
|
ye && !Ve
|
|
12630
12646
|
? o.appendChild(x)
|
|
@@ -12798,7 +12814,7 @@
|
|
|
12798
12814
|
break;
|
|
12799
12815
|
case "dragenter":
|
|
12800
12816
|
case "dragover":
|
|
12801
|
-
x && (this._onDragOver(n),
|
|
12817
|
+
x && (this._onDragOver(n), o1(n));
|
|
12802
12818
|
break;
|
|
12803
12819
|
case "selectstart":
|
|
12804
12820
|
n.preventDefault();
|
|
@@ -12818,7 +12834,7 @@
|
|
|
12818
12834
|
)
|
|
12819
12835
|
(o = l[i]),
|
|
12820
12836
|
Re(o, a.draggable, this.el, !1) &&
|
|
12821
|
-
n.push(o.getAttribute(a.dataIdAttr) ||
|
|
12837
|
+
n.push(o.getAttribute(a.dataIdAttr) || c1(o));
|
|
12822
12838
|
return n;
|
|
12823
12839
|
},
|
|
12824
12840
|
sort: function (n, o) {
|
|
@@ -12895,7 +12911,7 @@
|
|
|
12895
12911
|
}
|
|
12896
12912
|
},
|
|
12897
12913
|
};
|
|
12898
|
-
function
|
|
12914
|
+
function o1(e) {
|
|
12899
12915
|
e.dataTransfer && (e.dataTransfer.dropEffect = "move"),
|
|
12900
12916
|
e.cancelable && e.preventDefault();
|
|
12901
12917
|
}
|
|
@@ -12924,17 +12940,17 @@
|
|
|
12924
12940
|
function sr(e) {
|
|
12925
12941
|
e.draggable = !1;
|
|
12926
12942
|
}
|
|
12927
|
-
function
|
|
12943
|
+
function r1() {
|
|
12928
12944
|
ar = !1;
|
|
12929
12945
|
}
|
|
12930
|
-
function
|
|
12946
|
+
function l1(e, n, o) {
|
|
12931
12947
|
var l = le(Lt(o.el, 0, o.options, !0)),
|
|
12932
12948
|
i = 10;
|
|
12933
12949
|
return n
|
|
12934
12950
|
? e.clientX < l.left - i || (e.clientY < l.top && e.clientX < l.right)
|
|
12935
12951
|
: e.clientY < l.top - i || (e.clientY < l.bottom && e.clientX < l.left);
|
|
12936
12952
|
}
|
|
12937
|
-
function
|
|
12953
|
+
function i1(e, n, o) {
|
|
12938
12954
|
var l = le(tr(o.el, o.options.draggable)),
|
|
12939
12955
|
i = 10;
|
|
12940
12956
|
return n
|
|
@@ -12943,7 +12959,7 @@
|
|
|
12943
12959
|
: (e.clientX > l.right && e.clientY > l.top) ||
|
|
12944
12960
|
(e.clientX <= l.right && e.clientY > l.bottom + i);
|
|
12945
12961
|
}
|
|
12946
|
-
function
|
|
12962
|
+
function a1(e, n, o, l, i, r, a, s) {
|
|
12947
12963
|
var c = l ? e.clientY : e.clientX,
|
|
12948
12964
|
u = l ? o.height : o.width,
|
|
12949
12965
|
d = l ? o.top : o.left,
|
|
@@ -12960,7 +12976,7 @@
|
|
|
12960
12976
|
f = !0;
|
|
12961
12977
|
else if (hn === 1 ? c < d + vn : c > m - vn) return -hn;
|
|
12962
12978
|
} else if (c > d + (u * (1 - i)) / 2 && c < m - (u * (1 - i)) / 2)
|
|
12963
|
-
return
|
|
12979
|
+
return s1(n);
|
|
12964
12980
|
}
|
|
12965
12981
|
return (
|
|
12966
12982
|
(f = f || a),
|
|
@@ -12971,10 +12987,10 @@
|
|
|
12971
12987
|
: 0
|
|
12972
12988
|
);
|
|
12973
12989
|
}
|
|
12974
|
-
function
|
|
12990
|
+
function s1(e) {
|
|
12975
12991
|
return Fe(x) < Fe(e) ? 1 : -1;
|
|
12976
12992
|
}
|
|
12977
|
-
function
|
|
12993
|
+
function c1(e) {
|
|
12978
12994
|
for (
|
|
12979
12995
|
var n = e.tagName + e.className + e.src + e.href + e.textContent,
|
|
12980
12996
|
o = n.length,
|
|
@@ -12985,7 +13001,7 @@
|
|
|
12985
13001
|
l += n.charCodeAt(o);
|
|
12986
13002
|
return l.toString(36);
|
|
12987
13003
|
}
|
|
12988
|
-
function
|
|
13004
|
+
function d1(e) {
|
|
12989
13005
|
eo.length = 0;
|
|
12990
13006
|
for (var n = e.getElementsByTagName("input"), o = n.length; o--; ) {
|
|
12991
13007
|
var l = n[o];
|
|
@@ -13048,7 +13064,7 @@
|
|
|
13048
13064
|
fr,
|
|
13049
13065
|
lo,
|
|
13050
13066
|
kn;
|
|
13051
|
-
function
|
|
13067
|
+
function u1() {
|
|
13052
13068
|
function e() {
|
|
13053
13069
|
this.defaults = {
|
|
13054
13070
|
scroll: !0,
|
|
@@ -13278,7 +13294,7 @@
|
|
|
13278
13294
|
drop: Ia,
|
|
13279
13295
|
}),
|
|
13280
13296
|
Ze(yr, { pluginName: "removeOnSpill" }),
|
|
13281
|
-
F.mount(new
|
|
13297
|
+
F.mount(new u1()),
|
|
13282
13298
|
F.mount(yr, hr);
|
|
13283
13299
|
function gr(e) {
|
|
13284
13300
|
e.parentElement !== null && e.parentElement.removeChild(e);
|
|
@@ -13287,27 +13303,27 @@
|
|
|
13287
13303
|
const l = o === 0 ? e.children[0] : e.children[o - 1].nextSibling;
|
|
13288
13304
|
e.insertBefore(n, l);
|
|
13289
13305
|
}
|
|
13290
|
-
function
|
|
13306
|
+
function m1() {
|
|
13291
13307
|
return typeof window < "u" ? window.console : global.console;
|
|
13292
13308
|
}
|
|
13293
|
-
const
|
|
13294
|
-
function
|
|
13309
|
+
const f1 = m1();
|
|
13310
|
+
function p1(e) {
|
|
13295
13311
|
const n = Object.create(null);
|
|
13296
13312
|
return function (l) {
|
|
13297
13313
|
return n[l] || (n[l] = e(l));
|
|
13298
13314
|
};
|
|
13299
13315
|
}
|
|
13300
|
-
const
|
|
13301
|
-
|
|
13316
|
+
const h1 = /-(\w)/g,
|
|
13317
|
+
y1 = p1((e) => e.replace(h1, (n, o) => o.toUpperCase())),
|
|
13302
13318
|
La = ["Start", "Add", "Remove", "Update", "End"],
|
|
13303
13319
|
Aa = ["Choose", "Unchoose", "Sort", "Filter", "Clone"],
|
|
13304
13320
|
Ua = ["Move"],
|
|
13305
|
-
|
|
13321
|
+
g1 = [Ua, La, Aa].flatMap((e) => e).map((e) => `on${e}`),
|
|
13306
13322
|
kr = { manage: Ua, manageAndEmit: La, emit: Aa };
|
|
13307
|
-
function
|
|
13308
|
-
return
|
|
13323
|
+
function k1(e) {
|
|
13324
|
+
return g1.indexOf(e) !== -1;
|
|
13309
13325
|
}
|
|
13310
|
-
const
|
|
13326
|
+
const _1 = [
|
|
13311
13327
|
"a",
|
|
13312
13328
|
"abbr",
|
|
13313
13329
|
"address",
|
|
@@ -13426,10 +13442,10 @@
|
|
|
13426
13442
|
"video",
|
|
13427
13443
|
"wbr",
|
|
13428
13444
|
];
|
|
13429
|
-
function
|
|
13430
|
-
return
|
|
13445
|
+
function b1(e) {
|
|
13446
|
+
return _1.includes(e);
|
|
13431
13447
|
}
|
|
13432
|
-
function
|
|
13448
|
+
function x1(e) {
|
|
13433
13449
|
return ["transition-group", "TransitionGroup"].includes(e);
|
|
13434
13450
|
}
|
|
13435
13451
|
function Pa(e) {
|
|
@@ -13443,10 +13459,10 @@
|
|
|
13443
13459
|
function ja(e) {
|
|
13444
13460
|
return e.reduce((n, [o, l]) => ((n[o] = l), n), {});
|
|
13445
13461
|
}
|
|
13446
|
-
function
|
|
13462
|
+
function w1({ $attrs: e, componentData: n = {} }) {
|
|
13447
13463
|
return { ...ja(Object.entries(e).filter(([l, i]) => Pa(l))), ...n };
|
|
13448
13464
|
}
|
|
13449
|
-
function
|
|
13465
|
+
function C1({ $attrs: e, callBackBuilder: n }) {
|
|
13450
13466
|
const o = ja(Ra(e));
|
|
13451
13467
|
Object.entries(n).forEach(([i, r]) => {
|
|
13452
13468
|
kr[i].forEach((a) => {
|
|
@@ -13459,13 +13475,13 @@
|
|
|
13459
13475
|
function Ra(e) {
|
|
13460
13476
|
return Object.entries(e)
|
|
13461
13477
|
.filter(([n, o]) => !Pa(n))
|
|
13462
|
-
.map(([n, o]) => [
|
|
13463
|
-
.filter(([n, o]) => !
|
|
13478
|
+
.map(([n, o]) => [y1(n), o])
|
|
13479
|
+
.filter(([n, o]) => !k1(n));
|
|
13464
13480
|
}
|
|
13465
13481
|
const za = ({ el: e }) => e,
|
|
13466
|
-
|
|
13482
|
+
V1 = (e, n) => (e.__draggable_context = n),
|
|
13467
13483
|
qa = (e) => e.__draggable_context;
|
|
13468
|
-
class
|
|
13484
|
+
class B1 {
|
|
13469
13485
|
constructor({
|
|
13470
13486
|
nodes: { header: n, default: o, footer: l },
|
|
13471
13487
|
root: i,
|
|
@@ -13488,7 +13504,7 @@
|
|
|
13488
13504
|
updated() {
|
|
13489
13505
|
const { defaultNodes: n, realList: o } = this;
|
|
13490
13506
|
n.forEach((l, i) => {
|
|
13491
|
-
|
|
13507
|
+
V1(za(l), { element: o[i], index: i });
|
|
13492
13508
|
});
|
|
13493
13509
|
}
|
|
13494
13510
|
getUnderlyingVm(n) {
|
|
@@ -13508,13 +13524,13 @@
|
|
|
13508
13524
|
return n < u ? 0 : i;
|
|
13509
13525
|
}
|
|
13510
13526
|
}
|
|
13511
|
-
function
|
|
13527
|
+
function N1(e, n) {
|
|
13512
13528
|
const o = e[n];
|
|
13513
13529
|
return o ? o() : [];
|
|
13514
13530
|
}
|
|
13515
|
-
function
|
|
13531
|
+
function E1({ $slots: e, realList: n, getKey: o }) {
|
|
13516
13532
|
const l = n || [],
|
|
13517
|
-
[i, r] = ["header", "footer"].map((c) =>
|
|
13533
|
+
[i, r] = ["header", "footer"].map((c) => N1(e, c)),
|
|
13518
13534
|
{ item: a } = e;
|
|
13519
13535
|
if (!a) throw new Error("draggable element must have an item slot");
|
|
13520
13536
|
const s = l.flatMap((c, u) =>
|
|
@@ -13530,19 +13546,19 @@
|
|
|
13530
13546
|
throw new Error("Item slot must have only one child");
|
|
13531
13547
|
return { header: i, footer: r, default: s };
|
|
13532
13548
|
}
|
|
13533
|
-
function
|
|
13534
|
-
const n =
|
|
13535
|
-
o = !
|
|
13549
|
+
function S1(e) {
|
|
13550
|
+
const n = x1(e),
|
|
13551
|
+
o = !b1(e) && !n;
|
|
13536
13552
|
return {
|
|
13537
13553
|
transition: n,
|
|
13538
13554
|
externalComponent: o,
|
|
13539
13555
|
tag: o ? t.resolveComponent(e) : n ? t.TransitionGroup : e,
|
|
13540
13556
|
};
|
|
13541
13557
|
}
|
|
13542
|
-
function
|
|
13543
|
-
const i =
|
|
13544
|
-
r =
|
|
13545
|
-
return new
|
|
13558
|
+
function T1({ $slots: e, tag: n, realList: o, getKey: l }) {
|
|
13559
|
+
const i = E1({ $slots: e, realList: o, getKey: l }),
|
|
13560
|
+
r = S1(n);
|
|
13561
|
+
return new B1({ nodes: i, root: r, realList: o });
|
|
13546
13562
|
}
|
|
13547
13563
|
function Ha(e, n) {
|
|
13548
13564
|
t.nextTick(() => this.$emit(e.toLowerCase(), n));
|
|
@@ -13552,14 +13568,14 @@
|
|
|
13552
13568
|
if (this.realList !== null) return this[`onDrag${e}`](n, o);
|
|
13553
13569
|
};
|
|
13554
13570
|
}
|
|
13555
|
-
function
|
|
13571
|
+
function D1(e) {
|
|
13556
13572
|
const n = Wa.call(this, e);
|
|
13557
13573
|
return (o, l) => {
|
|
13558
13574
|
n.call(this, o, l), Ha.call(this, e, o);
|
|
13559
13575
|
};
|
|
13560
13576
|
}
|
|
13561
13577
|
let _r = null;
|
|
13562
|
-
const
|
|
13578
|
+
const O1 = {
|
|
13563
13579
|
list: { type: Array, required: !1, default: null },
|
|
13564
13580
|
modelValue: { type: Array, required: !1, default: null },
|
|
13565
13581
|
itemKey: { type: [String, Function], required: !0 },
|
|
@@ -13568,7 +13584,7 @@
|
|
|
13568
13584
|
move: { type: Function, default: null },
|
|
13569
13585
|
componentData: { type: Object, required: !1, default: null },
|
|
13570
13586
|
},
|
|
13571
|
-
|
|
13587
|
+
F1 = [
|
|
13572
13588
|
"update:modelValue",
|
|
13573
13589
|
"change",
|
|
13574
13590
|
...[...kr.manageAndEmit, ...kr.emit].map((e) => e.toLowerCase()),
|
|
@@ -13576,8 +13592,8 @@
|
|
|
13576
13592
|
Ga = t.defineComponent({
|
|
13577
13593
|
name: "draggable",
|
|
13578
13594
|
inheritAttrs: !1,
|
|
13579
|
-
props:
|
|
13580
|
-
emits:
|
|
13595
|
+
props: O1,
|
|
13596
|
+
emits: F1,
|
|
13581
13597
|
data() {
|
|
13582
13598
|
return { error: !1 };
|
|
13583
13599
|
},
|
|
@@ -13592,9 +13608,9 @@
|
|
|
13592
13608
|
realList: i,
|
|
13593
13609
|
getKey: r,
|
|
13594
13610
|
} = this,
|
|
13595
|
-
a =
|
|
13611
|
+
a = T1({ $slots: e, tag: o, realList: i, getKey: r });
|
|
13596
13612
|
this.componentStructure = a;
|
|
13597
|
-
const s =
|
|
13613
|
+
const s = w1({ $attrs: n, componentData: l });
|
|
13598
13614
|
return a.render(t.h, s);
|
|
13599
13615
|
} catch (e) {
|
|
13600
13616
|
return (
|
|
@@ -13605,7 +13621,7 @@
|
|
|
13605
13621
|
created() {
|
|
13606
13622
|
this.list !== null &&
|
|
13607
13623
|
this.modelValue !== null &&
|
|
13608
|
-
|
|
13624
|
+
f1.error(
|
|
13609
13625
|
"modelValue and list props are mutually exclusive! Please set one or another.",
|
|
13610
13626
|
);
|
|
13611
13627
|
},
|
|
@@ -13613,10 +13629,10 @@
|
|
|
13613
13629
|
if (this.error) return;
|
|
13614
13630
|
const { $attrs: e, $el: n, componentStructure: o } = this;
|
|
13615
13631
|
o.updated();
|
|
13616
|
-
const l =
|
|
13632
|
+
const l = C1({
|
|
13617
13633
|
$attrs: e,
|
|
13618
13634
|
callBackBuilder: {
|
|
13619
|
-
manageAndEmit: (r) =>
|
|
13635
|
+
manageAndEmit: (r) => D1.call(this, r),
|
|
13620
13636
|
emit: (r) => Ha.bind(this, r),
|
|
13621
13637
|
manage: (r) => Wa.call(this, r),
|
|
13622
13638
|
},
|
|
@@ -13754,7 +13770,7 @@
|
|
|
13754
13770
|
l = n.title.toUpperCase();
|
|
13755
13771
|
return o < l ? -1 : o > l ? 1 : 0;
|
|
13756
13772
|
}
|
|
13757
|
-
const
|
|
13773
|
+
const M1 = {
|
|
13758
13774
|
components: { Item: er, draggable: Ga },
|
|
13759
13775
|
props: { modelValue: { type: [Object, Array] } },
|
|
13760
13776
|
mixins: [P],
|
|
@@ -13943,11 +13959,11 @@
|
|
|
13943
13959
|
},
|
|
13944
13960
|
},
|
|
13945
13961
|
},
|
|
13946
|
-
|
|
13947
|
-
$
|
|
13948
|
-
|
|
13949
|
-
|
|
13950
|
-
function
|
|
13962
|
+
I1 = { key: 0, class: "ux-field-title" },
|
|
13963
|
+
$1 = { key: 0, class: "ux-required-marker" },
|
|
13964
|
+
L1 = { key: 1, class: "ux-field-description" },
|
|
13965
|
+
A1 = { key: 1, class: "items" };
|
|
13966
|
+
function U1(e, n, o, l, i, r) {
|
|
13951
13967
|
const a = t.resolveComponent("ux-icon"),
|
|
13952
13968
|
s = t.resolveComponent("ux-button"),
|
|
13953
13969
|
c = t.resolveComponent("item"),
|
|
@@ -13963,10 +13979,10 @@
|
|
|
13963
13979
|
[
|
|
13964
13980
|
e.showLabel
|
|
13965
13981
|
? (t.openBlock(),
|
|
13966
|
-
t.createElementBlock("label",
|
|
13982
|
+
t.createElementBlock("label", I1, [
|
|
13967
13983
|
t.createTextVNode(t.toDisplayString(e.label) + " ", 1),
|
|
13968
13984
|
e.required
|
|
13969
|
-
? (t.openBlock(), t.createElementBlock("span", $
|
|
13985
|
+
? (t.openBlock(), t.createElementBlock("span", $1, "*"))
|
|
13970
13986
|
: t.createCommentVNode("", !0),
|
|
13971
13987
|
]))
|
|
13972
13988
|
: t.createCommentVNode("", !0),
|
|
@@ -13974,7 +13990,7 @@
|
|
|
13974
13990
|
? (t.openBlock(),
|
|
13975
13991
|
t.createElementBlock(
|
|
13976
13992
|
"div",
|
|
13977
|
-
|
|
13993
|
+
L1,
|
|
13978
13994
|
t.toDisplayString(e.description),
|
|
13979
13995
|
1,
|
|
13980
13996
|
))
|
|
@@ -14102,7 +14118,7 @@
|
|
|
14102
14118
|
))
|
|
14103
14119
|
: e.model
|
|
14104
14120
|
? (t.openBlock(),
|
|
14105
|
-
t.createElementBlock("div",
|
|
14121
|
+
t.createElementBlock("div", A1, [
|
|
14106
14122
|
t.createVNode(
|
|
14107
14123
|
c,
|
|
14108
14124
|
{ item: e.model },
|
|
@@ -14278,12 +14294,12 @@
|
|
|
14278
14294
|
)
|
|
14279
14295
|
);
|
|
14280
14296
|
}
|
|
14281
|
-
const Ya = g(
|
|
14282
|
-
["render",
|
|
14297
|
+
const Ya = g(M1, [
|
|
14298
|
+
["render", U1],
|
|
14283
14299
|
["__scopeId", "data-v-38242855"],
|
|
14284
14300
|
]),
|
|
14285
14301
|
tM = "";
|
|
14286
|
-
function
|
|
14302
|
+
function P1(e) {
|
|
14287
14303
|
return (
|
|
14288
14304
|
e === void 0 ||
|
|
14289
14305
|
typeof e > "u" ||
|
|
@@ -14292,7 +14308,7 @@
|
|
|
14292
14308
|
String(e) === "undefined"
|
|
14293
14309
|
);
|
|
14294
14310
|
}
|
|
14295
|
-
const
|
|
14311
|
+
const j1 = {
|
|
14296
14312
|
props: { title: { type: String }, modelValue: {} },
|
|
14297
14313
|
mixins: [P],
|
|
14298
14314
|
async created() {
|
|
@@ -14330,7 +14346,7 @@
|
|
|
14330
14346
|
cleanOutput(e) {
|
|
14331
14347
|
var n = this;
|
|
14332
14348
|
return (
|
|
14333
|
-
|
|
14349
|
+
P1(e)
|
|
14334
14350
|
? n.multiValue
|
|
14335
14351
|
? (e = [])
|
|
14336
14352
|
: (e = void 0)
|
|
@@ -14422,15 +14438,15 @@
|
|
|
14422
14438
|
},
|
|
14423
14439
|
},
|
|
14424
14440
|
},
|
|
14425
|
-
|
|
14426
|
-
|
|
14427
|
-
|
|
14428
|
-
|
|
14429
|
-
|
|
14430
|
-
|
|
14431
|
-
|
|
14432
|
-
|
|
14433
|
-
function
|
|
14441
|
+
R1 = { key: 0, class: "ux-field-title" },
|
|
14442
|
+
z1 = { key: 0, class: "ux-required-marker" },
|
|
14443
|
+
q1 = { key: 1, class: "ux-field-description" },
|
|
14444
|
+
H1 = { key: 2, class: "ui-select-button" },
|
|
14445
|
+
W1 = ["multiple"],
|
|
14446
|
+
G1 = { key: 0, value: "" },
|
|
14447
|
+
K1 = ["label"],
|
|
14448
|
+
Y1 = ["value"];
|
|
14449
|
+
function Z1(e, n, o, l, i, r) {
|
|
14434
14450
|
const a = t.resolveComponent("ux-button");
|
|
14435
14451
|
return (
|
|
14436
14452
|
t.openBlock(),
|
|
@@ -14440,10 +14456,10 @@
|
|
|
14440
14456
|
[
|
|
14441
14457
|
e.showLabel
|
|
14442
14458
|
? (t.openBlock(),
|
|
14443
|
-
t.createElementBlock("label",
|
|
14459
|
+
t.createElementBlock("label", R1, [
|
|
14444
14460
|
t.createTextVNode(t.toDisplayString(e.label) + " ", 1),
|
|
14445
14461
|
e.required
|
|
14446
|
-
? (t.openBlock(), t.createElementBlock("span",
|
|
14462
|
+
? (t.openBlock(), t.createElementBlock("span", z1, "*"))
|
|
14447
14463
|
: t.createCommentVNode("", !0),
|
|
14448
14464
|
]))
|
|
14449
14465
|
: t.createCommentVNode("", !0),
|
|
@@ -14451,14 +14467,14 @@
|
|
|
14451
14467
|
? (t.openBlock(),
|
|
14452
14468
|
t.createElementBlock(
|
|
14453
14469
|
"div",
|
|
14454
|
-
|
|
14470
|
+
q1,
|
|
14455
14471
|
t.toDisplayString(e.description),
|
|
14456
14472
|
1,
|
|
14457
14473
|
))
|
|
14458
14474
|
: t.createCommentVNode("", !0),
|
|
14459
14475
|
e.singleValue
|
|
14460
14476
|
? (t.openBlock(),
|
|
14461
|
-
t.createElementBlock("div",
|
|
14477
|
+
t.createElementBlock("div", H1, [
|
|
14462
14478
|
t.renderSlot(
|
|
14463
14479
|
e.$slots,
|
|
14464
14480
|
"default",
|
|
@@ -14489,7 +14505,7 @@
|
|
|
14489
14505
|
},
|
|
14490
14506
|
[
|
|
14491
14507
|
e.singleValue && !e.minimum
|
|
14492
|
-
? (t.openBlock(), t.createElementBlock("option",
|
|
14508
|
+
? (t.openBlock(), t.createElementBlock("option", G1, "None"))
|
|
14493
14509
|
: t.createCommentVNode("", !0),
|
|
14494
14510
|
(t.openBlock(!0),
|
|
14495
14511
|
t.createElementBlock(
|
|
@@ -14516,7 +14532,7 @@
|
|
|
14516
14532
|
{ value: c.value },
|
|
14517
14533
|
t.toDisplayString(c.title),
|
|
14518
14534
|
9,
|
|
14519
|
-
|
|
14535
|
+
Y1,
|
|
14520
14536
|
)
|
|
14521
14537
|
),
|
|
14522
14538
|
),
|
|
@@ -14524,7 +14540,7 @@
|
|
|
14524
14540
|
)),
|
|
14525
14541
|
],
|
|
14526
14542
|
8,
|
|
14527
|
-
|
|
14543
|
+
K1,
|
|
14528
14544
|
)
|
|
14529
14545
|
),
|
|
14530
14546
|
),
|
|
@@ -14532,7 +14548,7 @@
|
|
|
14532
14548
|
)),
|
|
14533
14549
|
],
|
|
14534
14550
|
40,
|
|
14535
|
-
|
|
14551
|
+
W1,
|
|
14536
14552
|
),
|
|
14537
14553
|
[[t.vModelSelect, e.model]],
|
|
14538
14554
|
),
|
|
@@ -14541,12 +14557,12 @@
|
|
|
14541
14557
|
)
|
|
14542
14558
|
);
|
|
14543
14559
|
}
|
|
14544
|
-
const
|
|
14545
|
-
["render",
|
|
14560
|
+
const J1 = g(j1, [
|
|
14561
|
+
["render", Z1],
|
|
14546
14562
|
["__scopeId", "data-v-17c04ff2"],
|
|
14547
14563
|
]),
|
|
14548
14564
|
nM = "",
|
|
14549
|
-
|
|
14565
|
+
X1 = {
|
|
14550
14566
|
components: { UxCircle: qn },
|
|
14551
14567
|
props: { item: { type: Object }, click: { type: Function } },
|
|
14552
14568
|
data() {
|
|
@@ -14588,9 +14604,9 @@
|
|
|
14588
14604
|
},
|
|
14589
14605
|
},
|
|
14590
14606
|
},
|
|
14591
|
-
|
|
14592
|
-
|
|
14593
|
-
function
|
|
14607
|
+
Q1 = { class: "outer" },
|
|
14608
|
+
v1 = { key: 0, class: "children" };
|
|
14609
|
+
function eb(e, n, o, l, i, r) {
|
|
14594
14610
|
const a = t.resolveComponent("ux-icon"),
|
|
14595
14611
|
s = t.resolveComponent("flex-cell"),
|
|
14596
14612
|
c = t.resolveComponent("ux-circle"),
|
|
@@ -14599,7 +14615,7 @@
|
|
|
14599
14615
|
m = t.resolveComponent("scope-item", !0);
|
|
14600
14616
|
return (
|
|
14601
14617
|
t.openBlock(),
|
|
14602
|
-
t.createElementBlock("div",
|
|
14618
|
+
t.createElementBlock("div", Q1, [
|
|
14603
14619
|
t.createElementVNode(
|
|
14604
14620
|
"div",
|
|
14605
14621
|
{
|
|
@@ -14718,7 +14734,7 @@
|
|
|
14718
14734
|
),
|
|
14719
14735
|
r.expanded
|
|
14720
14736
|
? (t.openBlock(),
|
|
14721
|
-
t.createElementBlock("div",
|
|
14737
|
+
t.createElementBlock("div", v1, [
|
|
14722
14738
|
(t.openBlock(!0),
|
|
14723
14739
|
t.createElementBlock(
|
|
14724
14740
|
t.Fragment,
|
|
@@ -14740,14 +14756,14 @@
|
|
|
14740
14756
|
])
|
|
14741
14757
|
);
|
|
14742
14758
|
}
|
|
14743
|
-
const
|
|
14744
|
-
["render",
|
|
14759
|
+
const tb = g(X1, [
|
|
14760
|
+
["render", eb],
|
|
14745
14761
|
["__scopeId", "data-v-be6d1032"],
|
|
14746
14762
|
]),
|
|
14747
14763
|
oM = "";
|
|
14748
14764
|
let br;
|
|
14749
|
-
const
|
|
14750
|
-
components: { ScopeItem:
|
|
14765
|
+
const nb = {
|
|
14766
|
+
components: { ScopeItem: tb },
|
|
14751
14767
|
created() {
|
|
14752
14768
|
this.loadGlossary();
|
|
14753
14769
|
},
|
|
@@ -14882,7 +14898,7 @@
|
|
|
14882
14898
|
},
|
|
14883
14899
|
},
|
|
14884
14900
|
};
|
|
14885
|
-
function
|
|
14901
|
+
function ob(e, n, o, l, i, r) {
|
|
14886
14902
|
const a = t.resolveComponent("spinner"),
|
|
14887
14903
|
s = t.resolveComponent("scope-item");
|
|
14888
14904
|
return (
|
|
@@ -14914,12 +14930,12 @@
|
|
|
14914
14930
|
)
|
|
14915
14931
|
);
|
|
14916
14932
|
}
|
|
14917
|
-
const Za = g(
|
|
14918
|
-
["render",
|
|
14933
|
+
const Za = g(nb, [
|
|
14934
|
+
["render", ob],
|
|
14919
14935
|
["__scopeId", "data-v-70c07a8e"],
|
|
14920
14936
|
]),
|
|
14921
14937
|
rM = "",
|
|
14922
|
-
|
|
14938
|
+
rb = {
|
|
14923
14939
|
components: { UxCircle: qn },
|
|
14924
14940
|
async created() {
|
|
14925
14941
|
this.reloadScopeGlossary();
|
|
@@ -15060,8 +15076,8 @@
|
|
|
15060
15076
|
},
|
|
15061
15077
|
},
|
|
15062
15078
|
},
|
|
15063
|
-
|
|
15064
|
-
function
|
|
15079
|
+
lb = { class: "circles" };
|
|
15080
|
+
function ib(e, n, o, l, i, r) {
|
|
15065
15081
|
const a = t.resolveComponent("ux-circle"),
|
|
15066
15082
|
s = t.resolveComponent("ux-button");
|
|
15067
15083
|
return (
|
|
@@ -15072,7 +15088,7 @@
|
|
|
15072
15088
|
{ size: o.size, loading: r.loading, onClick: r.openSelection },
|
|
15073
15089
|
{
|
|
15074
15090
|
default: t.withCtx(() => [
|
|
15075
|
-
t.createElementVNode("div",
|
|
15091
|
+
t.createElementVNode("div", lb, [
|
|
15076
15092
|
(t.openBlock(!0),
|
|
15077
15093
|
t.createElementBlock(
|
|
15078
15094
|
t.Fragment,
|
|
@@ -15102,12 +15118,12 @@
|
|
|
15102
15118
|
])
|
|
15103
15119
|
);
|
|
15104
15120
|
}
|
|
15105
|
-
const Ja = g(
|
|
15106
|
-
["render",
|
|
15121
|
+
const Ja = g(rb, [
|
|
15122
|
+
["render", ib],
|
|
15107
15123
|
["__scopeId", "data-v-0e820a8c"],
|
|
15108
15124
|
]),
|
|
15109
15125
|
lM = "";
|
|
15110
|
-
function
|
|
15126
|
+
function ab(e) {
|
|
15111
15127
|
return (
|
|
15112
15128
|
e === void 0 ||
|
|
15113
15129
|
typeof e > "u" ||
|
|
@@ -15116,7 +15132,7 @@
|
|
|
15116
15132
|
String(e) === "undefined"
|
|
15117
15133
|
);
|
|
15118
15134
|
}
|
|
15119
|
-
const
|
|
15135
|
+
const sb = {
|
|
15120
15136
|
components: { ScopeSelectButton: Ja },
|
|
15121
15137
|
props: {
|
|
15122
15138
|
title: { type: String },
|
|
@@ -15151,7 +15167,7 @@
|
|
|
15151
15167
|
cleanOutput(e) {
|
|
15152
15168
|
var n = this;
|
|
15153
15169
|
return (
|
|
15154
|
-
|
|
15170
|
+
ab(e)
|
|
15155
15171
|
? n.multiValue
|
|
15156
15172
|
? (e = [])
|
|
15157
15173
|
: (e = void 0)
|
|
@@ -15211,10 +15227,10 @@
|
|
|
15211
15227
|
},
|
|
15212
15228
|
},
|
|
15213
15229
|
},
|
|
15214
|
-
|
|
15215
|
-
|
|
15216
|
-
|
|
15217
|
-
function
|
|
15230
|
+
cb = { key: 0, class: "ux-field-title" },
|
|
15231
|
+
db = { key: 0, class: "ux-required-marker" },
|
|
15232
|
+
ub = { key: 1, class: "ux-field-description" };
|
|
15233
|
+
function mb(e, n, o, l, i, r) {
|
|
15218
15234
|
const a = t.resolveComponent("scope-select-button");
|
|
15219
15235
|
return (
|
|
15220
15236
|
t.openBlock(),
|
|
@@ -15224,10 +15240,10 @@
|
|
|
15224
15240
|
[
|
|
15225
15241
|
e.showLabel
|
|
15226
15242
|
? (t.openBlock(),
|
|
15227
|
-
t.createElementBlock("label",
|
|
15243
|
+
t.createElementBlock("label", cb, [
|
|
15228
15244
|
t.createTextVNode(t.toDisplayString(e.label) + " ", 1),
|
|
15229
15245
|
e.required
|
|
15230
|
-
? (t.openBlock(), t.createElementBlock("span",
|
|
15246
|
+
? (t.openBlock(), t.createElementBlock("span", db, "*"))
|
|
15231
15247
|
: t.createCommentVNode("", !0),
|
|
15232
15248
|
]))
|
|
15233
15249
|
: t.createCommentVNode("", !0),
|
|
@@ -15235,7 +15251,7 @@
|
|
|
15235
15251
|
? (t.openBlock(),
|
|
15236
15252
|
t.createElementBlock(
|
|
15237
15253
|
"div",
|
|
15238
|
-
|
|
15254
|
+
ub,
|
|
15239
15255
|
t.toDisplayString(e.description),
|
|
15240
15256
|
1,
|
|
15241
15257
|
))
|
|
@@ -15258,12 +15274,12 @@
|
|
|
15258
15274
|
)
|
|
15259
15275
|
);
|
|
15260
15276
|
}
|
|
15261
|
-
const Xa = g(
|
|
15262
|
-
["render",
|
|
15277
|
+
const Xa = g(sb, [
|
|
15278
|
+
["render", mb],
|
|
15263
15279
|
["__scopeId", "data-v-6361df61"],
|
|
15264
15280
|
]),
|
|
15265
15281
|
iM = "",
|
|
15266
|
-
|
|
15282
|
+
fb = {
|
|
15267
15283
|
props: { modelValue: { type: [String, Array] } },
|
|
15268
15284
|
mixins: [P],
|
|
15269
15285
|
methods: {
|
|
@@ -15320,16 +15336,16 @@
|
|
|
15320
15336
|
},
|
|
15321
15337
|
},
|
|
15322
15338
|
},
|
|
15323
|
-
|
|
15324
|
-
|
|
15325
|
-
|
|
15326
|
-
|
|
15327
|
-
|
|
15328
|
-
|
|
15329
|
-
|
|
15330
|
-
|
|
15331
|
-
|
|
15332
|
-
function
|
|
15339
|
+
pb = { key: 0, class: "ux-field-title" },
|
|
15340
|
+
hb = { key: 0, class: "ux-required-marker" },
|
|
15341
|
+
yb = { key: 1, class: "ux-field-description" },
|
|
15342
|
+
gb = { key: 2 },
|
|
15343
|
+
kb = { key: 0, class: "ux-text-prefix" },
|
|
15344
|
+
_b = ["onBlur", "onUpdate:modelValue"],
|
|
15345
|
+
bb = { key: 1, class: "ux-text-suffix" },
|
|
15346
|
+
xb = { key: 0, class: "ux-text-prefix" },
|
|
15347
|
+
wb = { key: 1, class: "ux-text-suffix" };
|
|
15348
|
+
function Cb(e, n, o, l, i, r) {
|
|
15333
15349
|
const a = t.resolveComponent("flex-cell"),
|
|
15334
15350
|
s = t.resolveComponent("ux-icon"),
|
|
15335
15351
|
c = t.resolveComponent("ux-button"),
|
|
@@ -15342,10 +15358,10 @@
|
|
|
15342
15358
|
[
|
|
15343
15359
|
e.showLabel
|
|
15344
15360
|
? (t.openBlock(),
|
|
15345
|
-
t.createElementBlock("label",
|
|
15361
|
+
t.createElementBlock("label", pb, [
|
|
15346
15362
|
t.createTextVNode(t.toDisplayString(e.label) + " ", 1),
|
|
15347
15363
|
e.required
|
|
15348
|
-
? (t.openBlock(), t.createElementBlock("span",
|
|
15364
|
+
? (t.openBlock(), t.createElementBlock("span", hb, "*"))
|
|
15349
15365
|
: t.createCommentVNode("", !0),
|
|
15350
15366
|
]))
|
|
15351
15367
|
: t.createCommentVNode("", !0),
|
|
@@ -15353,14 +15369,14 @@
|
|
|
15353
15369
|
? (t.openBlock(),
|
|
15354
15370
|
t.createElementBlock(
|
|
15355
15371
|
"div",
|
|
15356
|
-
|
|
15372
|
+
yb,
|
|
15357
15373
|
t.toDisplayString(e.description),
|
|
15358
15374
|
1,
|
|
15359
15375
|
))
|
|
15360
15376
|
: t.createCommentVNode("", !0),
|
|
15361
15377
|
e.multiValue
|
|
15362
15378
|
? (t.openBlock(),
|
|
15363
|
-
t.createElementBlock("div",
|
|
15379
|
+
t.createElementBlock("div", gb, [
|
|
15364
15380
|
(t.openBlock(!0),
|
|
15365
15381
|
t.createElementBlock(
|
|
15366
15382
|
t.Fragment,
|
|
@@ -15395,7 +15411,7 @@
|
|
|
15395
15411
|
? (t.openBlock(),
|
|
15396
15412
|
t.createElementBlock(
|
|
15397
15413
|
"span",
|
|
15398
|
-
|
|
15414
|
+
kb,
|
|
15399
15415
|
t.toDisplayString(r.prefix),
|
|
15400
15416
|
1,
|
|
15401
15417
|
))
|
|
@@ -15430,7 +15446,7 @@
|
|
|
15430
15446
|
},
|
|
15431
15447
|
null,
|
|
15432
15448
|
40,
|
|
15433
|
-
|
|
15449
|
+
_b,
|
|
15434
15450
|
)),
|
|
15435
15451
|
[
|
|
15436
15452
|
[
|
|
@@ -15445,7 +15461,7 @@
|
|
|
15445
15461
|
? (t.openBlock(),
|
|
15446
15462
|
t.createElementBlock(
|
|
15447
15463
|
"span",
|
|
15448
|
-
|
|
15464
|
+
bb,
|
|
15449
15465
|
t.toDisplayString(r.suffix),
|
|
15450
15466
|
1,
|
|
15451
15467
|
))
|
|
@@ -15532,7 +15548,7 @@
|
|
|
15532
15548
|
? (t.openBlock(),
|
|
15533
15549
|
t.createElementBlock(
|
|
15534
15550
|
"span",
|
|
15535
|
-
|
|
15551
|
+
xb,
|
|
15536
15552
|
t.toDisplayString(r.prefix),
|
|
15537
15553
|
1,
|
|
15538
15554
|
))
|
|
@@ -15569,7 +15585,7 @@
|
|
|
15569
15585
|
? (t.openBlock(),
|
|
15570
15586
|
t.createElementBlock(
|
|
15571
15587
|
"span",
|
|
15572
|
-
|
|
15588
|
+
wb,
|
|
15573
15589
|
t.toDisplayString(r.suffix),
|
|
15574
15590
|
1,
|
|
15575
15591
|
))
|
|
@@ -15582,12 +15598,12 @@
|
|
|
15582
15598
|
)
|
|
15583
15599
|
);
|
|
15584
15600
|
}
|
|
15585
|
-
const Qa = g(
|
|
15586
|
-
["render",
|
|
15601
|
+
const Qa = g(fb, [
|
|
15602
|
+
["render", Cb],
|
|
15587
15603
|
["__scopeId", "data-v-30b07ae5"],
|
|
15588
15604
|
]),
|
|
15589
15605
|
aM = "",
|
|
15590
|
-
|
|
15606
|
+
Vb = {
|
|
15591
15607
|
props: { modelValue: { type: [String, Array] } },
|
|
15592
15608
|
data() {
|
|
15593
15609
|
return { unmasked: !1, unmaskedLookup: t.reactive({}) };
|
|
@@ -15673,21 +15689,21 @@
|
|
|
15673
15689
|
},
|
|
15674
15690
|
},
|
|
15675
15691
|
},
|
|
15676
|
-
|
|
15677
|
-
|
|
15678
|
-
|
|
15679
|
-
|
|
15680
|
-
|
|
15681
|
-
|
|
15682
|
-
|
|
15683
|
-
|
|
15684
|
-
|
|
15685
|
-
|
|
15686
|
-
$
|
|
15687
|
-
|
|
15688
|
-
|
|
15689
|
-
|
|
15690
|
-
function
|
|
15692
|
+
Bb = { key: 0, class: "ux-field-title" },
|
|
15693
|
+
Nb = { key: 0, class: "ux-required-marker" },
|
|
15694
|
+
Eb = { key: 1, class: "ux-field-description" },
|
|
15695
|
+
Sb = { key: 2 },
|
|
15696
|
+
Tb = { class: "ux-text-wrap" },
|
|
15697
|
+
Db = { key: 0, class: "ux-text-prefix" },
|
|
15698
|
+
Ob = ["readonly", "type", "placeholder", "onUpdate:modelValue"],
|
|
15699
|
+
Fb = ["readonly", "type", "placeholder", "onUpdate:modelValue"],
|
|
15700
|
+
Mb = { key: 3, class: "ux-text-suffix" },
|
|
15701
|
+
Ib = { class: "ux-text-wrap" },
|
|
15702
|
+
$b = { key: 0, class: "ux-text-prefix" },
|
|
15703
|
+
Lb = ["readonly", "type", "placeholder"],
|
|
15704
|
+
Ab = ["readonly", "type", "placeholder"],
|
|
15705
|
+
Ub = { key: 3, class: "ux-text-suffix" };
|
|
15706
|
+
function Pb(e, n, o, l, i, r) {
|
|
15691
15707
|
const a = t.resolveComponent("flex-cell"),
|
|
15692
15708
|
s = t.resolveComponent("ux-icon"),
|
|
15693
15709
|
c = t.resolveComponent("ux-button"),
|
|
@@ -15700,10 +15716,10 @@
|
|
|
15700
15716
|
[
|
|
15701
15717
|
e.showLabel
|
|
15702
15718
|
? (t.openBlock(),
|
|
15703
|
-
t.createElementBlock("label",
|
|
15719
|
+
t.createElementBlock("label", Bb, [
|
|
15704
15720
|
t.createTextVNode(t.toDisplayString(e.label) + " ", 1),
|
|
15705
15721
|
e.required
|
|
15706
|
-
? (t.openBlock(), t.createElementBlock("span",
|
|
15722
|
+
? (t.openBlock(), t.createElementBlock("span", Nb, "*"))
|
|
15707
15723
|
: t.createCommentVNode("", !0),
|
|
15708
15724
|
]))
|
|
15709
15725
|
: t.createCommentVNode("", !0),
|
|
@@ -15711,14 +15727,14 @@
|
|
|
15711
15727
|
? (t.openBlock(),
|
|
15712
15728
|
t.createElementBlock(
|
|
15713
15729
|
"div",
|
|
15714
|
-
|
|
15730
|
+
Eb,
|
|
15715
15731
|
t.toDisplayString(e.description),
|
|
15716
15732
|
1,
|
|
15717
15733
|
))
|
|
15718
15734
|
: t.createCommentVNode("", !0),
|
|
15719
15735
|
e.multiValue
|
|
15720
15736
|
? (t.openBlock(),
|
|
15721
|
-
t.createElementBlock("div",
|
|
15737
|
+
t.createElementBlock("div", Sb, [
|
|
15722
15738
|
(t.openBlock(!0),
|
|
15723
15739
|
t.createElementBlock(
|
|
15724
15740
|
t.Fragment,
|
|
@@ -15737,12 +15753,12 @@
|
|
|
15737
15753
|
null,
|
|
15738
15754
|
{
|
|
15739
15755
|
default: t.withCtx(() => [
|
|
15740
|
-
t.createElementVNode("div",
|
|
15756
|
+
t.createElementVNode("div", Tb, [
|
|
15741
15757
|
e.prefix
|
|
15742
15758
|
? (t.openBlock(),
|
|
15743
15759
|
t.createElementBlock(
|
|
15744
15760
|
"span",
|
|
15745
|
-
|
|
15761
|
+
Db,
|
|
15746
15762
|
t.toDisplayString(e.prefix),
|
|
15747
15763
|
1,
|
|
15748
15764
|
))
|
|
@@ -15783,7 +15799,7 @@
|
|
|
15783
15799
|
},
|
|
15784
15800
|
null,
|
|
15785
15801
|
42,
|
|
15786
|
-
|
|
15802
|
+
Ob,
|
|
15787
15803
|
)),
|
|
15788
15804
|
[
|
|
15789
15805
|
[
|
|
@@ -15832,7 +15848,7 @@
|
|
|
15832
15848
|
},
|
|
15833
15849
|
null,
|
|
15834
15850
|
42,
|
|
15835
|
-
|
|
15851
|
+
Fb,
|
|
15836
15852
|
)),
|
|
15837
15853
|
[[t.vModelDynamic, e.model[m]]],
|
|
15838
15854
|
),
|
|
@@ -15840,7 +15856,7 @@
|
|
|
15840
15856
|
? (t.openBlock(),
|
|
15841
15857
|
t.createElementBlock(
|
|
15842
15858
|
"span",
|
|
15843
|
-
|
|
15859
|
+
Mb,
|
|
15844
15860
|
t.toDisplayString(e.suffix),
|
|
15845
15861
|
1,
|
|
15846
15862
|
))
|
|
@@ -15997,12 +16013,12 @@
|
|
|
15997
16013
|
default: t.withCtx(() => [
|
|
15998
16014
|
t.createVNode(a, null, {
|
|
15999
16015
|
default: t.withCtx(() => [
|
|
16000
|
-
t.createElementVNode("div",
|
|
16016
|
+
t.createElementVNode("div", Ib, [
|
|
16001
16017
|
e.prefix
|
|
16002
16018
|
? (t.openBlock(),
|
|
16003
16019
|
t.createElementBlock(
|
|
16004
16020
|
"span",
|
|
16005
|
-
$
|
|
16021
|
+
$b,
|
|
16006
16022
|
t.toDisplayString(e.prefix),
|
|
16007
16023
|
1,
|
|
16008
16024
|
))
|
|
@@ -16031,7 +16047,7 @@
|
|
|
16031
16047
|
},
|
|
16032
16048
|
null,
|
|
16033
16049
|
42,
|
|
16034
|
-
|
|
16050
|
+
Lb,
|
|
16035
16051
|
)),
|
|
16036
16052
|
[
|
|
16037
16053
|
[
|
|
@@ -16068,7 +16084,7 @@
|
|
|
16068
16084
|
},
|
|
16069
16085
|
null,
|
|
16070
16086
|
42,
|
|
16071
|
-
|
|
16087
|
+
Ab,
|
|
16072
16088
|
)),
|
|
16073
16089
|
[[t.vModelDynamic, e.model]],
|
|
16074
16090
|
),
|
|
@@ -16076,7 +16092,7 @@
|
|
|
16076
16092
|
? (t.openBlock(),
|
|
16077
16093
|
t.createElementBlock(
|
|
16078
16094
|
"span",
|
|
16079
|
-
|
|
16095
|
+
Ub,
|
|
16080
16096
|
t.toDisplayString(e.suffix),
|
|
16081
16097
|
1,
|
|
16082
16098
|
))
|
|
@@ -16162,12 +16178,12 @@
|
|
|
16162
16178
|
)
|
|
16163
16179
|
);
|
|
16164
16180
|
}
|
|
16165
|
-
const xr = g(
|
|
16166
|
-
["render",
|
|
16181
|
+
const xr = g(Vb, [
|
|
16182
|
+
["render", Pb],
|
|
16167
16183
|
["__scopeId", "data-v-da2ca789"],
|
|
16168
16184
|
]),
|
|
16169
16185
|
sM = "",
|
|
16170
|
-
|
|
16186
|
+
jb = {
|
|
16171
16187
|
props: { modelValue: { type: [String, Array] } },
|
|
16172
16188
|
mixins: [P],
|
|
16173
16189
|
methods: {
|
|
@@ -16176,12 +16192,12 @@
|
|
|
16176
16192
|
},
|
|
16177
16193
|
},
|
|
16178
16194
|
},
|
|
16179
|
-
|
|
16180
|
-
|
|
16181
|
-
|
|
16182
|
-
|
|
16183
|
-
|
|
16184
|
-
function
|
|
16195
|
+
Rb = { key: 0, class: "ux-field-title" },
|
|
16196
|
+
zb = { key: 0, class: "ux-required-marker" },
|
|
16197
|
+
qb = { key: 1, class: "ux-field-description" },
|
|
16198
|
+
Hb = { key: 2 },
|
|
16199
|
+
Wb = ["onUpdate:modelValue"];
|
|
16200
|
+
function Gb(e, n, o, l, i, r) {
|
|
16185
16201
|
const a = t.resolveComponent("flex-cell"),
|
|
16186
16202
|
s = t.resolveComponent("ux-icon"),
|
|
16187
16203
|
c = t.resolveComponent("ux-button"),
|
|
@@ -16194,10 +16210,10 @@
|
|
|
16194
16210
|
[
|
|
16195
16211
|
e.showLabel
|
|
16196
16212
|
? (t.openBlock(),
|
|
16197
|
-
t.createElementBlock("label",
|
|
16213
|
+
t.createElementBlock("label", Rb, [
|
|
16198
16214
|
t.createTextVNode(t.toDisplayString(e.label) + " ", 1),
|
|
16199
16215
|
e.required
|
|
16200
|
-
? (t.openBlock(), t.createElementBlock("span",
|
|
16216
|
+
? (t.openBlock(), t.createElementBlock("span", zb, "*"))
|
|
16201
16217
|
: t.createCommentVNode("", !0),
|
|
16202
16218
|
]))
|
|
16203
16219
|
: t.createCommentVNode("", !0),
|
|
@@ -16205,14 +16221,14 @@
|
|
|
16205
16221
|
? (t.openBlock(),
|
|
16206
16222
|
t.createElementBlock(
|
|
16207
16223
|
"div",
|
|
16208
|
-
|
|
16224
|
+
qb,
|
|
16209
16225
|
t.toDisplayString(e.description),
|
|
16210
16226
|
1,
|
|
16211
16227
|
))
|
|
16212
16228
|
: t.createCommentVNode("", !0),
|
|
16213
16229
|
e.multiValue
|
|
16214
16230
|
? (t.openBlock(),
|
|
16215
|
-
t.createElementBlock("div",
|
|
16231
|
+
t.createElementBlock("div", Hb, [
|
|
16216
16232
|
(t.openBlock(!0),
|
|
16217
16233
|
t.createElementBlock(
|
|
16218
16234
|
t.Fragment,
|
|
@@ -16249,7 +16265,7 @@
|
|
|
16249
16265
|
},
|
|
16250
16266
|
null,
|
|
16251
16267
|
40,
|
|
16252
|
-
|
|
16268
|
+
Wb,
|
|
16253
16269
|
),
|
|
16254
16270
|
[[t.vModelText, e.model[m]]],
|
|
16255
16271
|
),
|
|
@@ -16337,15 +16353,15 @@
|
|
|
16337
16353
|
)
|
|
16338
16354
|
);
|
|
16339
16355
|
}
|
|
16340
|
-
const
|
|
16341
|
-
["render",
|
|
16356
|
+
const Kb = g(jb, [
|
|
16357
|
+
["render", Gb],
|
|
16342
16358
|
["__scopeId", "data-v-251e7614"],
|
|
16343
16359
|
]),
|
|
16344
16360
|
cM = "";
|
|
16345
16361
|
function ao(e) {
|
|
16346
16362
|
return String(e).length < 2 && (e = `0${e}`), e;
|
|
16347
16363
|
}
|
|
16348
|
-
const
|
|
16364
|
+
const Yb = {
|
|
16349
16365
|
props: {
|
|
16350
16366
|
modelValue: { type: [Date, String, Array] },
|
|
16351
16367
|
disableTime: { type: Boolean, default: !1 },
|
|
@@ -16425,11 +16441,11 @@
|
|
|
16425
16441
|
},
|
|
16426
16442
|
},
|
|
16427
16443
|
},
|
|
16428
|
-
|
|
16429
|
-
|
|
16430
|
-
|
|
16431
|
-
|
|
16432
|
-
|
|
16444
|
+
Zb = { key: 0, class: "ux-field-title" },
|
|
16445
|
+
Jb = { key: 0, class: "ux-required-marker" },
|
|
16446
|
+
Xb = { key: 1, class: "ux-field-description" },
|
|
16447
|
+
Qb = { key: 2 },
|
|
16448
|
+
vb = ["onUpdate:modelValue"],
|
|
16433
16449
|
ex = ["onUpdate:modelValue"];
|
|
16434
16450
|
function tx(e, n, o, l, i, r) {
|
|
16435
16451
|
const a = t.resolveComponent("flex-cell"),
|
|
@@ -16444,10 +16460,10 @@
|
|
|
16444
16460
|
[
|
|
16445
16461
|
e.showLabel
|
|
16446
16462
|
? (t.openBlock(),
|
|
16447
|
-
t.createElementBlock("label",
|
|
16463
|
+
t.createElementBlock("label", Zb, [
|
|
16448
16464
|
t.createTextVNode(t.toDisplayString(e.label) + " ", 1),
|
|
16449
16465
|
e.required
|
|
16450
|
-
? (t.openBlock(), t.createElementBlock("span",
|
|
16466
|
+
? (t.openBlock(), t.createElementBlock("span", Jb, "*"))
|
|
16451
16467
|
: t.createCommentVNode("", !0),
|
|
16452
16468
|
]))
|
|
16453
16469
|
: t.createCommentVNode("", !0),
|
|
@@ -16455,14 +16471,14 @@
|
|
|
16455
16471
|
? (t.openBlock(),
|
|
16456
16472
|
t.createElementBlock(
|
|
16457
16473
|
"div",
|
|
16458
|
-
|
|
16474
|
+
Xb,
|
|
16459
16475
|
t.toDisplayString(e.description),
|
|
16460
16476
|
1,
|
|
16461
16477
|
))
|
|
16462
16478
|
: t.createCommentVNode("", !0),
|
|
16463
16479
|
e.multiValue
|
|
16464
16480
|
? (t.openBlock(),
|
|
16465
|
-
t.createElementBlock("div",
|
|
16481
|
+
t.createElementBlock("div", Qb, [
|
|
16466
16482
|
(t.openBlock(!0),
|
|
16467
16483
|
t.createElementBlock(
|
|
16468
16484
|
t.Fragment,
|
|
@@ -16511,7 +16527,7 @@
|
|
|
16511
16527
|
},
|
|
16512
16528
|
null,
|
|
16513
16529
|
40,
|
|
16514
|
-
|
|
16530
|
+
vb,
|
|
16515
16531
|
)),
|
|
16516
16532
|
[[t.vModelText, r.model[m]]],
|
|
16517
16533
|
)
|
|
@@ -16661,7 +16677,7 @@
|
|
|
16661
16677
|
)
|
|
16662
16678
|
);
|
|
16663
16679
|
}
|
|
16664
|
-
const va = g(
|
|
16680
|
+
const va = g(Yb, [
|
|
16665
16681
|
["render", tx],
|
|
16666
16682
|
["__scopeId", "data-v-06e121d1"],
|
|
16667
16683
|
]),
|
|
@@ -28622,7 +28638,7 @@
|
|
|
28622
28638
|
DateRange: yx,
|
|
28623
28639
|
TextField: xr,
|
|
28624
28640
|
CurrencyField: Qa,
|
|
28625
|
-
TextArea:
|
|
28641
|
+
TextArea: Kb,
|
|
28626
28642
|
Checkbox: wx,
|
|
28627
28643
|
FilterInput: fC,
|
|
28628
28644
|
FieldSelect: cs,
|
|
@@ -28633,7 +28649,7 @@
|
|
|
28633
28649
|
BooleanSwitch: vC,
|
|
28634
28650
|
FieldGroup: wV,
|
|
28635
28651
|
ContentSelect: Ya,
|
|
28636
|
-
TypeSelect:
|
|
28652
|
+
TypeSelect: J1,
|
|
28637
28653
|
ScopeSelect: Xa,
|
|
28638
28654
|
FieldSelect: cs,
|
|
28639
28655
|
TimezoneSelect: fa,
|
|
@@ -30755,7 +30771,12 @@
|
|
|
30755
30771
|
i = new URLSearchParams(window.location.search);
|
|
30756
30772
|
for (const [c, u] of i) l[c] = u;
|
|
30757
30773
|
e.$sdk.api
|
|
30758
|
-
.post(`/form/${e.formID}`, {
|
|
30774
|
+
.post(`/form/${e.formID}`, {
|
|
30775
|
+
data: n,
|
|
30776
|
+
sandbox: e.sandbox,
|
|
30777
|
+
gtm: l,
|
|
30778
|
+
request: e.$sdk.utils.id(e.formRequest),
|
|
30779
|
+
})
|
|
30759
30780
|
.then(function (c) {
|
|
30760
30781
|
const { data: u } = c;
|
|
30761
30782
|
return u.submission
|
|
@@ -30875,6 +30896,7 @@
|
|
|
30875
30896
|
return {};
|
|
30876
30897
|
},
|
|
30877
30898
|
},
|
|
30899
|
+
formRequest: { type: String },
|
|
30878
30900
|
form: { type: Object, required: !0 },
|
|
30879
30901
|
multistep: { type: Boolean, default: !1 },
|
|
30880
30902
|
autoadvance: { type: Boolean, default: !1 },
|
|
@@ -31071,7 +31093,7 @@
|
|
|
31071
31093
|
},
|
|
31072
31094
|
},
|
|
31073
31095
|
n2 = ((e) => (
|
|
31074
|
-
t.pushScopeId("data-v-
|
|
31096
|
+
t.pushScopeId("data-v-091267f5"), (e = e()), t.popScopeId(), e
|
|
31075
31097
|
))(() => t.createElementVNode("h3", null, "An error occurred", -1)),
|
|
31076
31098
|
o2 = { key: 0 },
|
|
31077
31099
|
r2 = { key: 1 },
|
|
@@ -31610,7 +31632,7 @@
|
|
|
31610
31632
|
}
|
|
31611
31633
|
const Sr = g(t2, [
|
|
31612
31634
|
["render", h2],
|
|
31613
|
-
["__scopeId", "data-v-
|
|
31635
|
+
["__scopeId", "data-v-091267f5"],
|
|
31614
31636
|
]);
|
|
31615
31637
|
function y2(e) {
|
|
31616
31638
|
const n = /<\/?([a-zA-Z0-9]+)[^>]*>/g,
|