@qikdev/vue-ui 0.2.265 → 0.2.268
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 +340 -291
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +274 -221
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +60 -43
- 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.268";
|
|
11
11
|
class st extends Error {}
|
|
12
12
|
class sc extends st {
|
|
13
13
|
constructor(n) {
|
|
@@ -5056,7 +5056,7 @@
|
|
|
5056
5056
|
}
|
|
5057
5057
|
const Jh = g(Yh, [
|
|
5058
5058
|
["render", Zh],
|
|
5059
|
-
["__scopeId", "data-v-
|
|
5059
|
+
["__scopeId", "data-v-c62e82ec"],
|
|
5060
5060
|
]),
|
|
5061
5061
|
dF = "",
|
|
5062
5062
|
Xh = {
|
|
@@ -9920,7 +9920,7 @@
|
|
|
9920
9920
|
}
|
|
9921
9921
|
const aa = g(Ak, [
|
|
9922
9922
|
["render", Uk],
|
|
9923
|
-
["__scopeId", "data-v-
|
|
9923
|
+
["__scopeId", "data-v-c85564d7"],
|
|
9924
9924
|
]),
|
|
9925
9925
|
GF = "",
|
|
9926
9926
|
Pk = {},
|
|
@@ -11021,10 +11021,30 @@
|
|
|
11021
11021
|
},
|
|
11022
11022
|
},
|
|
11023
11023
|
computed: {
|
|
11024
|
+
hasIcon() {
|
|
11025
|
+
switch (this.basicType) {
|
|
11026
|
+
case "formrequest":
|
|
11027
|
+
return !0;
|
|
11028
|
+
}
|
|
11029
|
+
},
|
|
11030
|
+
iconClass() {
|
|
11031
|
+
switch (this.basicType) {
|
|
11032
|
+
case "formrequest":
|
|
11033
|
+
return this.model.complete ? "complete" : "pending";
|
|
11034
|
+
}
|
|
11035
|
+
},
|
|
11036
|
+
icon() {
|
|
11037
|
+
switch (this.basicType) {
|
|
11038
|
+
case "formrequest":
|
|
11039
|
+
return this.model.complete ? "fa-check-circle" : "fa-clock";
|
|
11040
|
+
}
|
|
11041
|
+
},
|
|
11024
11042
|
summary() {
|
|
11025
11043
|
var e;
|
|
11026
11044
|
if ((e = this.model.venue) != null && e.title)
|
|
11027
11045
|
return this.model.venue.title;
|
|
11046
|
+
if (this.basicType === "formrequest")
|
|
11047
|
+
return this.model.complete ? "Form completed" : "Awaiting response";
|
|
11028
11048
|
},
|
|
11029
11049
|
basicType() {
|
|
11030
11050
|
var e, n;
|
|
@@ -11065,7 +11085,8 @@
|
|
|
11065
11085
|
function U_(e, n, o, l, i, r) {
|
|
11066
11086
|
const a = t.resolveComponent("ux-image"),
|
|
11067
11087
|
s = t.resolveComponent("flex-cell"),
|
|
11068
|
-
c = t.resolveComponent("
|
|
11088
|
+
c = t.resolveComponent("ux-icon"),
|
|
11089
|
+
u = t.resolveComponent("flex-row");
|
|
11069
11090
|
return (
|
|
11070
11091
|
t.openBlock(),
|
|
11071
11092
|
t.createElementBlock(
|
|
@@ -11075,13 +11096,13 @@
|
|
|
11075
11096
|
onClick:
|
|
11076
11097
|
n[0] ||
|
|
11077
11098
|
(n[0] = t.withModifiers(
|
|
11078
|
-
(...
|
|
11099
|
+
(...d) => r.clicked && r.clicked(...d),
|
|
11079
11100
|
["stop", "prevent"],
|
|
11080
11101
|
)),
|
|
11081
11102
|
},
|
|
11082
11103
|
[
|
|
11083
11104
|
t.createVNode(
|
|
11084
|
-
|
|
11105
|
+
u,
|
|
11085
11106
|
{ gap: "", vcenter: "" },
|
|
11086
11107
|
{
|
|
11087
11108
|
default: t.withCtx(() => [
|
|
@@ -11115,7 +11136,33 @@
|
|
|
11115
11136
|
_: 1,
|
|
11116
11137
|
},
|
|
11117
11138
|
))
|
|
11118
|
-
:
|
|
11139
|
+
: r.hasIcon
|
|
11140
|
+
? (t.openBlock(),
|
|
11141
|
+
t.createBlock(
|
|
11142
|
+
s,
|
|
11143
|
+
{ key: 1, shrink: "" },
|
|
11144
|
+
{
|
|
11145
|
+
default: t.withCtx(() => [
|
|
11146
|
+
t.createElementVNode(
|
|
11147
|
+
"div",
|
|
11148
|
+
{
|
|
11149
|
+
class: t.normalizeClass([
|
|
11150
|
+
"icon-wrapper",
|
|
11151
|
+
r.iconClass,
|
|
11152
|
+
]),
|
|
11153
|
+
},
|
|
11154
|
+
[
|
|
11155
|
+
t.createVNode(c, { icon: r.icon }, null, 8, [
|
|
11156
|
+
"icon",
|
|
11157
|
+
]),
|
|
11158
|
+
],
|
|
11159
|
+
2,
|
|
11160
|
+
),
|
|
11161
|
+
]),
|
|
11162
|
+
_: 1,
|
|
11163
|
+
},
|
|
11164
|
+
))
|
|
11165
|
+
: t.createCommentVNode("", !0),
|
|
11119
11166
|
t.createVNode(
|
|
11120
11167
|
s,
|
|
11121
11168
|
{ class: "text", vcenter: "" },
|
|
@@ -11170,7 +11217,7 @@
|
|
|
11170
11217
|
}
|
|
11171
11218
|
const er = g($_, [
|
|
11172
11219
|
["render", U_],
|
|
11173
|
-
["__scopeId", "data-v-
|
|
11220
|
+
["__scopeId", "data-v-cf0f8f29"],
|
|
11174
11221
|
]);
|
|
11175
11222
|
/**!
|
|
11176
11223
|
* Sortable 1.14.0
|
|
@@ -11925,7 +11972,7 @@
|
|
|
11925
11972
|
? "vertical"
|
|
11926
11973
|
: "horizontal";
|
|
11927
11974
|
},
|
|
11928
|
-
|
|
11975
|
+
e1 = function (n, o, l) {
|
|
11929
11976
|
var i = l ? n.left : n.top,
|
|
11930
11977
|
r = l ? n.right : n.bottom,
|
|
11931
11978
|
a = l ? n.width : n.height,
|
|
@@ -11934,7 +11981,7 @@
|
|
|
11934
11981
|
u = l ? o.width : o.height;
|
|
11935
11982
|
return i === s || r === c || i + a / 2 === s + u / 2;
|
|
11936
11983
|
},
|
|
11937
|
-
|
|
11984
|
+
t1 = function (n, o) {
|
|
11938
11985
|
var l;
|
|
11939
11986
|
return (
|
|
11940
11987
|
Xn.some(function (i) {
|
|
@@ -12001,7 +12048,7 @@
|
|
|
12001
12048
|
var _t = function (n) {
|
|
12002
12049
|
if (x) {
|
|
12003
12050
|
n = n.touches ? n.touches[0] : n;
|
|
12004
|
-
var o =
|
|
12051
|
+
var o = t1(n.clientX, n.clientY);
|
|
12005
12052
|
if (o) {
|
|
12006
12053
|
var l = {};
|
|
12007
12054
|
for (var i in n) n.hasOwnProperty(i) && (l[i] = n[i]);
|
|
@@ -12012,7 +12059,7 @@
|
|
|
12012
12059
|
}
|
|
12013
12060
|
}
|
|
12014
12061
|
},
|
|
12015
|
-
|
|
12062
|
+
n1 = function (n) {
|
|
12016
12063
|
x && x.parentNode[Ee]._isOutsideThisEl(n.target);
|
|
12017
12064
|
};
|
|
12018
12065
|
function F(e, n) {
|
|
@@ -12111,7 +12158,7 @@
|
|
|
12111
12158
|
c,
|
|
12112
12159
|
d = i.filter;
|
|
12113
12160
|
if (
|
|
12114
|
-
(
|
|
12161
|
+
(d1(l),
|
|
12115
12162
|
!x &&
|
|
12116
12163
|
!(
|
|
12117
12164
|
(/mousedown|pointerdown/.test(a) && n.button !== 0) ||
|
|
@@ -12283,7 +12330,7 @@
|
|
|
12283
12330
|
_dragStarted: function (n, o) {
|
|
12284
12331
|
if (((Pt = !1), Z && x)) {
|
|
12285
12332
|
Ce("dragStarted", this, { evt: o }),
|
|
12286
|
-
this.nativeDraggable && W(document, "dragover",
|
|
12333
|
+
this.nativeDraggable && W(document, "dragover", n1);
|
|
12287
12334
|
var l = this.options;
|
|
12288
12335
|
!n && Ne(x, l.dragClass, !1),
|
|
12289
12336
|
Ne(x, l.ghostClass, !0),
|
|
@@ -12585,7 +12632,7 @@
|
|
|
12585
12632
|
$(!0)
|
|
12586
12633
|
);
|
|
12587
12634
|
var w = tr(o, s.draggable);
|
|
12588
|
-
if (!w || (
|
|
12635
|
+
if (!w || (i1(n, p, this) && !w.animated)) {
|
|
12589
12636
|
if (w === x) return $(!1);
|
|
12590
12637
|
if (
|
|
12591
12638
|
(w && o === n.target && (l = w),
|
|
@@ -12593,7 +12640,7 @@
|
|
|
12593
12640
|
oo(Z, o, x, i, l, r, n, !!l) !== !1)
|
|
12594
12641
|
)
|
|
12595
12642
|
return E(), o.appendChild(x), (ee = o), j(), $(!0);
|
|
12596
|
-
} else if (w &&
|
|
12643
|
+
} else if (w && l1(n, p, this)) {
|
|
12597
12644
|
var G = Lt(o, 0, s, !0);
|
|
12598
12645
|
if (G === x) return $(!1);
|
|
12599
12646
|
if (((l = G), (r = le(l)), oo(Z, o, x, i, l, r, n, !1) !== !1))
|
|
@@ -12603,7 +12650,7 @@
|
|
|
12603
12650
|
var M = 0,
|
|
12604
12651
|
D,
|
|
12605
12652
|
A = x.parentNode !== o,
|
|
12606
|
-
I = !
|
|
12653
|
+
I = !e1(
|
|
12607
12654
|
(x.animated && x.toRect) || i,
|
|
12608
12655
|
(l.animated && l.toRect) || r,
|
|
12609
12656
|
p,
|
|
@@ -12612,7 +12659,7 @@
|
|
|
12612
12659
|
ae = ba(l, "top", "top") || ba(x, "top", "top"),
|
|
12613
12660
|
de = ae ? ae.scrollTop : void 0;
|
|
12614
12661
|
jt !== l && ((D = r[J]), (yn = !1), (Qn = (!I && s.invertSwap) || A)),
|
|
12615
|
-
(M =
|
|
12662
|
+
(M = a1(
|
|
12616
12663
|
n,
|
|
12617
12664
|
l,
|
|
12618
12665
|
r,
|
|
@@ -12640,7 +12687,7 @@
|
|
|
12640
12687
|
return (
|
|
12641
12688
|
(lt === 1 || lt === -1) && (ye = lt === 1),
|
|
12642
12689
|
(ar = !0),
|
|
12643
|
-
setTimeout(
|
|
12690
|
+
setTimeout(r1, 30),
|
|
12644
12691
|
E(),
|
|
12645
12692
|
ye && !Ve
|
|
12646
12693
|
? o.appendChild(x)
|
|
@@ -12814,7 +12861,7 @@
|
|
|
12814
12861
|
break;
|
|
12815
12862
|
case "dragenter":
|
|
12816
12863
|
case "dragover":
|
|
12817
|
-
x && (this._onDragOver(n),
|
|
12864
|
+
x && (this._onDragOver(n), o1(n));
|
|
12818
12865
|
break;
|
|
12819
12866
|
case "selectstart":
|
|
12820
12867
|
n.preventDefault();
|
|
@@ -12834,7 +12881,7 @@
|
|
|
12834
12881
|
)
|
|
12835
12882
|
(o = l[i]),
|
|
12836
12883
|
Re(o, a.draggable, this.el, !1) &&
|
|
12837
|
-
n.push(o.getAttribute(a.dataIdAttr) ||
|
|
12884
|
+
n.push(o.getAttribute(a.dataIdAttr) || c1(o));
|
|
12838
12885
|
return n;
|
|
12839
12886
|
},
|
|
12840
12887
|
sort: function (n, o) {
|
|
@@ -12911,7 +12958,7 @@
|
|
|
12911
12958
|
}
|
|
12912
12959
|
},
|
|
12913
12960
|
};
|
|
12914
|
-
function
|
|
12961
|
+
function o1(e) {
|
|
12915
12962
|
e.dataTransfer && (e.dataTransfer.dropEffect = "move"),
|
|
12916
12963
|
e.cancelable && e.preventDefault();
|
|
12917
12964
|
}
|
|
@@ -12940,17 +12987,17 @@
|
|
|
12940
12987
|
function sr(e) {
|
|
12941
12988
|
e.draggable = !1;
|
|
12942
12989
|
}
|
|
12943
|
-
function
|
|
12990
|
+
function r1() {
|
|
12944
12991
|
ar = !1;
|
|
12945
12992
|
}
|
|
12946
|
-
function
|
|
12993
|
+
function l1(e, n, o) {
|
|
12947
12994
|
var l = le(Lt(o.el, 0, o.options, !0)),
|
|
12948
12995
|
i = 10;
|
|
12949
12996
|
return n
|
|
12950
12997
|
? e.clientX < l.left - i || (e.clientY < l.top && e.clientX < l.right)
|
|
12951
12998
|
: e.clientY < l.top - i || (e.clientY < l.bottom && e.clientX < l.left);
|
|
12952
12999
|
}
|
|
12953
|
-
function
|
|
13000
|
+
function i1(e, n, o) {
|
|
12954
13001
|
var l = le(tr(o.el, o.options.draggable)),
|
|
12955
13002
|
i = 10;
|
|
12956
13003
|
return n
|
|
@@ -12959,7 +13006,7 @@
|
|
|
12959
13006
|
: (e.clientX > l.right && e.clientY > l.top) ||
|
|
12960
13007
|
(e.clientX <= l.right && e.clientY > l.bottom + i);
|
|
12961
13008
|
}
|
|
12962
|
-
function
|
|
13009
|
+
function a1(e, n, o, l, i, r, a, s) {
|
|
12963
13010
|
var c = l ? e.clientY : e.clientX,
|
|
12964
13011
|
u = l ? o.height : o.width,
|
|
12965
13012
|
d = l ? o.top : o.left,
|
|
@@ -12976,7 +13023,7 @@
|
|
|
12976
13023
|
f = !0;
|
|
12977
13024
|
else if (hn === 1 ? c < d + vn : c > m - vn) return -hn;
|
|
12978
13025
|
} else if (c > d + (u * (1 - i)) / 2 && c < m - (u * (1 - i)) / 2)
|
|
12979
|
-
return
|
|
13026
|
+
return s1(n);
|
|
12980
13027
|
}
|
|
12981
13028
|
return (
|
|
12982
13029
|
(f = f || a),
|
|
@@ -12987,10 +13034,10 @@
|
|
|
12987
13034
|
: 0
|
|
12988
13035
|
);
|
|
12989
13036
|
}
|
|
12990
|
-
function
|
|
13037
|
+
function s1(e) {
|
|
12991
13038
|
return Fe(x) < Fe(e) ? 1 : -1;
|
|
12992
13039
|
}
|
|
12993
|
-
function
|
|
13040
|
+
function c1(e) {
|
|
12994
13041
|
for (
|
|
12995
13042
|
var n = e.tagName + e.className + e.src + e.href + e.textContent,
|
|
12996
13043
|
o = n.length,
|
|
@@ -13001,7 +13048,7 @@
|
|
|
13001
13048
|
l += n.charCodeAt(o);
|
|
13002
13049
|
return l.toString(36);
|
|
13003
13050
|
}
|
|
13004
|
-
function
|
|
13051
|
+
function d1(e) {
|
|
13005
13052
|
eo.length = 0;
|
|
13006
13053
|
for (var n = e.getElementsByTagName("input"), o = n.length; o--; ) {
|
|
13007
13054
|
var l = n[o];
|
|
@@ -13064,7 +13111,7 @@
|
|
|
13064
13111
|
fr,
|
|
13065
13112
|
lo,
|
|
13066
13113
|
kn;
|
|
13067
|
-
function
|
|
13114
|
+
function u1() {
|
|
13068
13115
|
function e() {
|
|
13069
13116
|
this.defaults = {
|
|
13070
13117
|
scroll: !0,
|
|
@@ -13294,7 +13341,7 @@
|
|
|
13294
13341
|
drop: Ia,
|
|
13295
13342
|
}),
|
|
13296
13343
|
Ze(yr, { pluginName: "removeOnSpill" }),
|
|
13297
|
-
F.mount(new
|
|
13344
|
+
F.mount(new u1()),
|
|
13298
13345
|
F.mount(yr, hr);
|
|
13299
13346
|
function gr(e) {
|
|
13300
13347
|
e.parentElement !== null && e.parentElement.removeChild(e);
|
|
@@ -13303,27 +13350,27 @@
|
|
|
13303
13350
|
const l = o === 0 ? e.children[0] : e.children[o - 1].nextSibling;
|
|
13304
13351
|
e.insertBefore(n, l);
|
|
13305
13352
|
}
|
|
13306
|
-
function
|
|
13353
|
+
function m1() {
|
|
13307
13354
|
return typeof window < "u" ? window.console : global.console;
|
|
13308
13355
|
}
|
|
13309
|
-
const
|
|
13310
|
-
function
|
|
13356
|
+
const f1 = m1();
|
|
13357
|
+
function p1(e) {
|
|
13311
13358
|
const n = Object.create(null);
|
|
13312
13359
|
return function (l) {
|
|
13313
13360
|
return n[l] || (n[l] = e(l));
|
|
13314
13361
|
};
|
|
13315
13362
|
}
|
|
13316
|
-
const
|
|
13317
|
-
|
|
13363
|
+
const h1 = /-(\w)/g,
|
|
13364
|
+
y1 = p1((e) => e.replace(h1, (n, o) => o.toUpperCase())),
|
|
13318
13365
|
La = ["Start", "Add", "Remove", "Update", "End"],
|
|
13319
13366
|
Aa = ["Choose", "Unchoose", "Sort", "Filter", "Clone"],
|
|
13320
13367
|
Ua = ["Move"],
|
|
13321
|
-
|
|
13368
|
+
g1 = [Ua, La, Aa].flatMap((e) => e).map((e) => `on${e}`),
|
|
13322
13369
|
kr = { manage: Ua, manageAndEmit: La, emit: Aa };
|
|
13323
|
-
function
|
|
13324
|
-
return
|
|
13370
|
+
function k1(e) {
|
|
13371
|
+
return g1.indexOf(e) !== -1;
|
|
13325
13372
|
}
|
|
13326
|
-
const
|
|
13373
|
+
const _1 = [
|
|
13327
13374
|
"a",
|
|
13328
13375
|
"abbr",
|
|
13329
13376
|
"address",
|
|
@@ -13442,10 +13489,10 @@
|
|
|
13442
13489
|
"video",
|
|
13443
13490
|
"wbr",
|
|
13444
13491
|
];
|
|
13445
|
-
function
|
|
13446
|
-
return
|
|
13492
|
+
function b1(e) {
|
|
13493
|
+
return _1.includes(e);
|
|
13447
13494
|
}
|
|
13448
|
-
function
|
|
13495
|
+
function x1(e) {
|
|
13449
13496
|
return ["transition-group", "TransitionGroup"].includes(e);
|
|
13450
13497
|
}
|
|
13451
13498
|
function Pa(e) {
|
|
@@ -13459,10 +13506,10 @@
|
|
|
13459
13506
|
function ja(e) {
|
|
13460
13507
|
return e.reduce((n, [o, l]) => ((n[o] = l), n), {});
|
|
13461
13508
|
}
|
|
13462
|
-
function
|
|
13509
|
+
function w1({ $attrs: e, componentData: n = {} }) {
|
|
13463
13510
|
return { ...ja(Object.entries(e).filter(([l, i]) => Pa(l))), ...n };
|
|
13464
13511
|
}
|
|
13465
|
-
function
|
|
13512
|
+
function C1({ $attrs: e, callBackBuilder: n }) {
|
|
13466
13513
|
const o = ja(Ra(e));
|
|
13467
13514
|
Object.entries(n).forEach(([i, r]) => {
|
|
13468
13515
|
kr[i].forEach((a) => {
|
|
@@ -13475,13 +13522,13 @@
|
|
|
13475
13522
|
function Ra(e) {
|
|
13476
13523
|
return Object.entries(e)
|
|
13477
13524
|
.filter(([n, o]) => !Pa(n))
|
|
13478
|
-
.map(([n, o]) => [
|
|
13479
|
-
.filter(([n, o]) => !
|
|
13525
|
+
.map(([n, o]) => [y1(n), o])
|
|
13526
|
+
.filter(([n, o]) => !k1(n));
|
|
13480
13527
|
}
|
|
13481
13528
|
const za = ({ el: e }) => e,
|
|
13482
|
-
|
|
13529
|
+
V1 = (e, n) => (e.__draggable_context = n),
|
|
13483
13530
|
qa = (e) => e.__draggable_context;
|
|
13484
|
-
class
|
|
13531
|
+
class B1 {
|
|
13485
13532
|
constructor({
|
|
13486
13533
|
nodes: { header: n, default: o, footer: l },
|
|
13487
13534
|
root: i,
|
|
@@ -13504,7 +13551,7 @@
|
|
|
13504
13551
|
updated() {
|
|
13505
13552
|
const { defaultNodes: n, realList: o } = this;
|
|
13506
13553
|
n.forEach((l, i) => {
|
|
13507
|
-
|
|
13554
|
+
V1(za(l), { element: o[i], index: i });
|
|
13508
13555
|
});
|
|
13509
13556
|
}
|
|
13510
13557
|
getUnderlyingVm(n) {
|
|
@@ -13524,13 +13571,13 @@
|
|
|
13524
13571
|
return n < u ? 0 : i;
|
|
13525
13572
|
}
|
|
13526
13573
|
}
|
|
13527
|
-
function
|
|
13574
|
+
function N1(e, n) {
|
|
13528
13575
|
const o = e[n];
|
|
13529
13576
|
return o ? o() : [];
|
|
13530
13577
|
}
|
|
13531
|
-
function
|
|
13578
|
+
function E1({ $slots: e, realList: n, getKey: o }) {
|
|
13532
13579
|
const l = n || [],
|
|
13533
|
-
[i, r] = ["header", "footer"].map((c) =>
|
|
13580
|
+
[i, r] = ["header", "footer"].map((c) => N1(e, c)),
|
|
13534
13581
|
{ item: a } = e;
|
|
13535
13582
|
if (!a) throw new Error("draggable element must have an item slot");
|
|
13536
13583
|
const s = l.flatMap((c, u) =>
|
|
@@ -13546,19 +13593,19 @@
|
|
|
13546
13593
|
throw new Error("Item slot must have only one child");
|
|
13547
13594
|
return { header: i, footer: r, default: s };
|
|
13548
13595
|
}
|
|
13549
|
-
function
|
|
13550
|
-
const n =
|
|
13551
|
-
o = !
|
|
13596
|
+
function S1(e) {
|
|
13597
|
+
const n = x1(e),
|
|
13598
|
+
o = !b1(e) && !n;
|
|
13552
13599
|
return {
|
|
13553
13600
|
transition: n,
|
|
13554
13601
|
externalComponent: o,
|
|
13555
13602
|
tag: o ? t.resolveComponent(e) : n ? t.TransitionGroup : e,
|
|
13556
13603
|
};
|
|
13557
13604
|
}
|
|
13558
|
-
function
|
|
13559
|
-
const i =
|
|
13560
|
-
r =
|
|
13561
|
-
return new
|
|
13605
|
+
function T1({ $slots: e, tag: n, realList: o, getKey: l }) {
|
|
13606
|
+
const i = E1({ $slots: e, realList: o, getKey: l }),
|
|
13607
|
+
r = S1(n);
|
|
13608
|
+
return new B1({ nodes: i, root: r, realList: o });
|
|
13562
13609
|
}
|
|
13563
13610
|
function Ha(e, n) {
|
|
13564
13611
|
t.nextTick(() => this.$emit(e.toLowerCase(), n));
|
|
@@ -13568,14 +13615,14 @@
|
|
|
13568
13615
|
if (this.realList !== null) return this[`onDrag${e}`](n, o);
|
|
13569
13616
|
};
|
|
13570
13617
|
}
|
|
13571
|
-
function
|
|
13618
|
+
function D1(e) {
|
|
13572
13619
|
const n = Wa.call(this, e);
|
|
13573
13620
|
return (o, l) => {
|
|
13574
13621
|
n.call(this, o, l), Ha.call(this, e, o);
|
|
13575
13622
|
};
|
|
13576
13623
|
}
|
|
13577
13624
|
let _r = null;
|
|
13578
|
-
const
|
|
13625
|
+
const O1 = {
|
|
13579
13626
|
list: { type: Array, required: !1, default: null },
|
|
13580
13627
|
modelValue: { type: Array, required: !1, default: null },
|
|
13581
13628
|
itemKey: { type: [String, Function], required: !0 },
|
|
@@ -13584,7 +13631,7 @@
|
|
|
13584
13631
|
move: { type: Function, default: null },
|
|
13585
13632
|
componentData: { type: Object, required: !1, default: null },
|
|
13586
13633
|
},
|
|
13587
|
-
|
|
13634
|
+
F1 = [
|
|
13588
13635
|
"update:modelValue",
|
|
13589
13636
|
"change",
|
|
13590
13637
|
...[...kr.manageAndEmit, ...kr.emit].map((e) => e.toLowerCase()),
|
|
@@ -13592,8 +13639,8 @@
|
|
|
13592
13639
|
Ga = t.defineComponent({
|
|
13593
13640
|
name: "draggable",
|
|
13594
13641
|
inheritAttrs: !1,
|
|
13595
|
-
props:
|
|
13596
|
-
emits:
|
|
13642
|
+
props: O1,
|
|
13643
|
+
emits: F1,
|
|
13597
13644
|
data() {
|
|
13598
13645
|
return { error: !1 };
|
|
13599
13646
|
},
|
|
@@ -13608,9 +13655,9 @@
|
|
|
13608
13655
|
realList: i,
|
|
13609
13656
|
getKey: r,
|
|
13610
13657
|
} = this,
|
|
13611
|
-
a =
|
|
13658
|
+
a = T1({ $slots: e, tag: o, realList: i, getKey: r });
|
|
13612
13659
|
this.componentStructure = a;
|
|
13613
|
-
const s =
|
|
13660
|
+
const s = w1({ $attrs: n, componentData: l });
|
|
13614
13661
|
return a.render(t.h, s);
|
|
13615
13662
|
} catch (e) {
|
|
13616
13663
|
return (
|
|
@@ -13621,7 +13668,7 @@
|
|
|
13621
13668
|
created() {
|
|
13622
13669
|
this.list !== null &&
|
|
13623
13670
|
this.modelValue !== null &&
|
|
13624
|
-
|
|
13671
|
+
f1.error(
|
|
13625
13672
|
"modelValue and list props are mutually exclusive! Please set one or another.",
|
|
13626
13673
|
);
|
|
13627
13674
|
},
|
|
@@ -13629,10 +13676,10 @@
|
|
|
13629
13676
|
if (this.error) return;
|
|
13630
13677
|
const { $attrs: e, $el: n, componentStructure: o } = this;
|
|
13631
13678
|
o.updated();
|
|
13632
|
-
const l =
|
|
13679
|
+
const l = C1({
|
|
13633
13680
|
$attrs: e,
|
|
13634
13681
|
callBackBuilder: {
|
|
13635
|
-
manageAndEmit: (r) =>
|
|
13682
|
+
manageAndEmit: (r) => D1.call(this, r),
|
|
13636
13683
|
emit: (r) => Ha.bind(this, r),
|
|
13637
13684
|
manage: (r) => Wa.call(this, r),
|
|
13638
13685
|
},
|
|
@@ -13770,7 +13817,7 @@
|
|
|
13770
13817
|
l = n.title.toUpperCase();
|
|
13771
13818
|
return o < l ? -1 : o > l ? 1 : 0;
|
|
13772
13819
|
}
|
|
13773
|
-
const
|
|
13820
|
+
const M1 = {
|
|
13774
13821
|
components: { Item: er, draggable: Ga },
|
|
13775
13822
|
props: { modelValue: { type: [Object, Array] } },
|
|
13776
13823
|
mixins: [P],
|
|
@@ -13959,11 +14006,11 @@
|
|
|
13959
14006
|
},
|
|
13960
14007
|
},
|
|
13961
14008
|
},
|
|
13962
|
-
|
|
13963
|
-
$
|
|
13964
|
-
|
|
13965
|
-
|
|
13966
|
-
function
|
|
14009
|
+
I1 = { key: 0, class: "ux-field-title" },
|
|
14010
|
+
$1 = { key: 0, class: "ux-required-marker" },
|
|
14011
|
+
L1 = { key: 1, class: "ux-field-description" },
|
|
14012
|
+
A1 = { key: 1, class: "items" };
|
|
14013
|
+
function U1(e, n, o, l, i, r) {
|
|
13967
14014
|
const a = t.resolveComponent("ux-icon"),
|
|
13968
14015
|
s = t.resolveComponent("ux-button"),
|
|
13969
14016
|
c = t.resolveComponent("item"),
|
|
@@ -13979,10 +14026,10 @@
|
|
|
13979
14026
|
[
|
|
13980
14027
|
e.showLabel
|
|
13981
14028
|
? (t.openBlock(),
|
|
13982
|
-
t.createElementBlock("label",
|
|
14029
|
+
t.createElementBlock("label", I1, [
|
|
13983
14030
|
t.createTextVNode(t.toDisplayString(e.label) + " ", 1),
|
|
13984
14031
|
e.required
|
|
13985
|
-
? (t.openBlock(), t.createElementBlock("span", $
|
|
14032
|
+
? (t.openBlock(), t.createElementBlock("span", $1, "*"))
|
|
13986
14033
|
: t.createCommentVNode("", !0),
|
|
13987
14034
|
]))
|
|
13988
14035
|
: t.createCommentVNode("", !0),
|
|
@@ -13990,7 +14037,7 @@
|
|
|
13990
14037
|
? (t.openBlock(),
|
|
13991
14038
|
t.createElementBlock(
|
|
13992
14039
|
"div",
|
|
13993
|
-
|
|
14040
|
+
L1,
|
|
13994
14041
|
t.toDisplayString(e.description),
|
|
13995
14042
|
1,
|
|
13996
14043
|
))
|
|
@@ -14118,7 +14165,7 @@
|
|
|
14118
14165
|
))
|
|
14119
14166
|
: e.model
|
|
14120
14167
|
? (t.openBlock(),
|
|
14121
|
-
t.createElementBlock("div",
|
|
14168
|
+
t.createElementBlock("div", A1, [
|
|
14122
14169
|
t.createVNode(
|
|
14123
14170
|
c,
|
|
14124
14171
|
{ item: e.model },
|
|
@@ -14294,12 +14341,12 @@
|
|
|
14294
14341
|
)
|
|
14295
14342
|
);
|
|
14296
14343
|
}
|
|
14297
|
-
const Ya = g(
|
|
14298
|
-
["render",
|
|
14344
|
+
const Ya = g(M1, [
|
|
14345
|
+
["render", U1],
|
|
14299
14346
|
["__scopeId", "data-v-38242855"],
|
|
14300
14347
|
]),
|
|
14301
14348
|
tM = "";
|
|
14302
|
-
function
|
|
14349
|
+
function P1(e) {
|
|
14303
14350
|
return (
|
|
14304
14351
|
e === void 0 ||
|
|
14305
14352
|
typeof e > "u" ||
|
|
@@ -14308,7 +14355,7 @@
|
|
|
14308
14355
|
String(e) === "undefined"
|
|
14309
14356
|
);
|
|
14310
14357
|
}
|
|
14311
|
-
const
|
|
14358
|
+
const j1 = {
|
|
14312
14359
|
props: { title: { type: String }, modelValue: {} },
|
|
14313
14360
|
mixins: [P],
|
|
14314
14361
|
async created() {
|
|
@@ -14346,7 +14393,7 @@
|
|
|
14346
14393
|
cleanOutput(e) {
|
|
14347
14394
|
var n = this;
|
|
14348
14395
|
return (
|
|
14349
|
-
|
|
14396
|
+
P1(e)
|
|
14350
14397
|
? n.multiValue
|
|
14351
14398
|
? (e = [])
|
|
14352
14399
|
: (e = void 0)
|
|
@@ -14438,15 +14485,15 @@
|
|
|
14438
14485
|
},
|
|
14439
14486
|
},
|
|
14440
14487
|
},
|
|
14441
|
-
|
|
14442
|
-
|
|
14443
|
-
|
|
14444
|
-
|
|
14445
|
-
|
|
14446
|
-
|
|
14447
|
-
|
|
14448
|
-
|
|
14449
|
-
function
|
|
14488
|
+
R1 = { key: 0, class: "ux-field-title" },
|
|
14489
|
+
z1 = { key: 0, class: "ux-required-marker" },
|
|
14490
|
+
q1 = { key: 1, class: "ux-field-description" },
|
|
14491
|
+
H1 = { key: 2, class: "ui-select-button" },
|
|
14492
|
+
W1 = ["multiple"],
|
|
14493
|
+
G1 = { key: 0, value: "" },
|
|
14494
|
+
K1 = ["label"],
|
|
14495
|
+
Y1 = ["value"];
|
|
14496
|
+
function Z1(e, n, o, l, i, r) {
|
|
14450
14497
|
const a = t.resolveComponent("ux-button");
|
|
14451
14498
|
return (
|
|
14452
14499
|
t.openBlock(),
|
|
@@ -14456,10 +14503,10 @@
|
|
|
14456
14503
|
[
|
|
14457
14504
|
e.showLabel
|
|
14458
14505
|
? (t.openBlock(),
|
|
14459
|
-
t.createElementBlock("label",
|
|
14506
|
+
t.createElementBlock("label", R1, [
|
|
14460
14507
|
t.createTextVNode(t.toDisplayString(e.label) + " ", 1),
|
|
14461
14508
|
e.required
|
|
14462
|
-
? (t.openBlock(), t.createElementBlock("span",
|
|
14509
|
+
? (t.openBlock(), t.createElementBlock("span", z1, "*"))
|
|
14463
14510
|
: t.createCommentVNode("", !0),
|
|
14464
14511
|
]))
|
|
14465
14512
|
: t.createCommentVNode("", !0),
|
|
@@ -14467,14 +14514,14 @@
|
|
|
14467
14514
|
? (t.openBlock(),
|
|
14468
14515
|
t.createElementBlock(
|
|
14469
14516
|
"div",
|
|
14470
|
-
|
|
14517
|
+
q1,
|
|
14471
14518
|
t.toDisplayString(e.description),
|
|
14472
14519
|
1,
|
|
14473
14520
|
))
|
|
14474
14521
|
: t.createCommentVNode("", !0),
|
|
14475
14522
|
e.singleValue
|
|
14476
14523
|
? (t.openBlock(),
|
|
14477
|
-
t.createElementBlock("div",
|
|
14524
|
+
t.createElementBlock("div", H1, [
|
|
14478
14525
|
t.renderSlot(
|
|
14479
14526
|
e.$slots,
|
|
14480
14527
|
"default",
|
|
@@ -14505,7 +14552,7 @@
|
|
|
14505
14552
|
},
|
|
14506
14553
|
[
|
|
14507
14554
|
e.singleValue && !e.minimum
|
|
14508
|
-
? (t.openBlock(), t.createElementBlock("option",
|
|
14555
|
+
? (t.openBlock(), t.createElementBlock("option", G1, "None"))
|
|
14509
14556
|
: t.createCommentVNode("", !0),
|
|
14510
14557
|
(t.openBlock(!0),
|
|
14511
14558
|
t.createElementBlock(
|
|
@@ -14532,7 +14579,7 @@
|
|
|
14532
14579
|
{ value: c.value },
|
|
14533
14580
|
t.toDisplayString(c.title),
|
|
14534
14581
|
9,
|
|
14535
|
-
|
|
14582
|
+
Y1,
|
|
14536
14583
|
)
|
|
14537
14584
|
),
|
|
14538
14585
|
),
|
|
@@ -14540,7 +14587,7 @@
|
|
|
14540
14587
|
)),
|
|
14541
14588
|
],
|
|
14542
14589
|
8,
|
|
14543
|
-
|
|
14590
|
+
K1,
|
|
14544
14591
|
)
|
|
14545
14592
|
),
|
|
14546
14593
|
),
|
|
@@ -14548,7 +14595,7 @@
|
|
|
14548
14595
|
)),
|
|
14549
14596
|
],
|
|
14550
14597
|
40,
|
|
14551
|
-
|
|
14598
|
+
W1,
|
|
14552
14599
|
),
|
|
14553
14600
|
[[t.vModelSelect, e.model]],
|
|
14554
14601
|
),
|
|
@@ -14557,12 +14604,12 @@
|
|
|
14557
14604
|
)
|
|
14558
14605
|
);
|
|
14559
14606
|
}
|
|
14560
|
-
const
|
|
14561
|
-
["render",
|
|
14607
|
+
const J1 = g(j1, [
|
|
14608
|
+
["render", Z1],
|
|
14562
14609
|
["__scopeId", "data-v-17c04ff2"],
|
|
14563
14610
|
]),
|
|
14564
14611
|
nM = "",
|
|
14565
|
-
|
|
14612
|
+
X1 = {
|
|
14566
14613
|
components: { UxCircle: qn },
|
|
14567
14614
|
props: { item: { type: Object }, click: { type: Function } },
|
|
14568
14615
|
data() {
|
|
@@ -14604,9 +14651,9 @@
|
|
|
14604
14651
|
},
|
|
14605
14652
|
},
|
|
14606
14653
|
},
|
|
14607
|
-
|
|
14608
|
-
|
|
14609
|
-
function
|
|
14654
|
+
Q1 = { class: "outer" },
|
|
14655
|
+
v1 = { key: 0, class: "children" };
|
|
14656
|
+
function eb(e, n, o, l, i, r) {
|
|
14610
14657
|
const a = t.resolveComponent("ux-icon"),
|
|
14611
14658
|
s = t.resolveComponent("flex-cell"),
|
|
14612
14659
|
c = t.resolveComponent("ux-circle"),
|
|
@@ -14615,7 +14662,7 @@
|
|
|
14615
14662
|
m = t.resolveComponent("scope-item", !0);
|
|
14616
14663
|
return (
|
|
14617
14664
|
t.openBlock(),
|
|
14618
|
-
t.createElementBlock("div",
|
|
14665
|
+
t.createElementBlock("div", Q1, [
|
|
14619
14666
|
t.createElementVNode(
|
|
14620
14667
|
"div",
|
|
14621
14668
|
{
|
|
@@ -14734,7 +14781,7 @@
|
|
|
14734
14781
|
),
|
|
14735
14782
|
r.expanded
|
|
14736
14783
|
? (t.openBlock(),
|
|
14737
|
-
t.createElementBlock("div",
|
|
14784
|
+
t.createElementBlock("div", v1, [
|
|
14738
14785
|
(t.openBlock(!0),
|
|
14739
14786
|
t.createElementBlock(
|
|
14740
14787
|
t.Fragment,
|
|
@@ -14756,14 +14803,14 @@
|
|
|
14756
14803
|
])
|
|
14757
14804
|
);
|
|
14758
14805
|
}
|
|
14759
|
-
const
|
|
14760
|
-
["render",
|
|
14806
|
+
const tb = g(X1, [
|
|
14807
|
+
["render", eb],
|
|
14761
14808
|
["__scopeId", "data-v-be6d1032"],
|
|
14762
14809
|
]),
|
|
14763
14810
|
oM = "";
|
|
14764
14811
|
let br;
|
|
14765
|
-
const
|
|
14766
|
-
components: { ScopeItem:
|
|
14812
|
+
const nb = {
|
|
14813
|
+
components: { ScopeItem: tb },
|
|
14767
14814
|
created() {
|
|
14768
14815
|
this.loadGlossary();
|
|
14769
14816
|
},
|
|
@@ -14898,7 +14945,7 @@
|
|
|
14898
14945
|
},
|
|
14899
14946
|
},
|
|
14900
14947
|
};
|
|
14901
|
-
function
|
|
14948
|
+
function ob(e, n, o, l, i, r) {
|
|
14902
14949
|
const a = t.resolveComponent("spinner"),
|
|
14903
14950
|
s = t.resolveComponent("scope-item");
|
|
14904
14951
|
return (
|
|
@@ -14930,12 +14977,12 @@
|
|
|
14930
14977
|
)
|
|
14931
14978
|
);
|
|
14932
14979
|
}
|
|
14933
|
-
const Za = g(
|
|
14934
|
-
["render",
|
|
14980
|
+
const Za = g(nb, [
|
|
14981
|
+
["render", ob],
|
|
14935
14982
|
["__scopeId", "data-v-70c07a8e"],
|
|
14936
14983
|
]),
|
|
14937
14984
|
rM = "",
|
|
14938
|
-
|
|
14985
|
+
rb = {
|
|
14939
14986
|
components: { UxCircle: qn },
|
|
14940
14987
|
async created() {
|
|
14941
14988
|
this.reloadScopeGlossary();
|
|
@@ -15076,8 +15123,8 @@
|
|
|
15076
15123
|
},
|
|
15077
15124
|
},
|
|
15078
15125
|
},
|
|
15079
|
-
|
|
15080
|
-
function
|
|
15126
|
+
lb = { class: "circles" };
|
|
15127
|
+
function ib(e, n, o, l, i, r) {
|
|
15081
15128
|
const a = t.resolveComponent("ux-circle"),
|
|
15082
15129
|
s = t.resolveComponent("ux-button");
|
|
15083
15130
|
return (
|
|
@@ -15088,7 +15135,7 @@
|
|
|
15088
15135
|
{ size: o.size, loading: r.loading, onClick: r.openSelection },
|
|
15089
15136
|
{
|
|
15090
15137
|
default: t.withCtx(() => [
|
|
15091
|
-
t.createElementVNode("div",
|
|
15138
|
+
t.createElementVNode("div", lb, [
|
|
15092
15139
|
(t.openBlock(!0),
|
|
15093
15140
|
t.createElementBlock(
|
|
15094
15141
|
t.Fragment,
|
|
@@ -15118,12 +15165,12 @@
|
|
|
15118
15165
|
])
|
|
15119
15166
|
);
|
|
15120
15167
|
}
|
|
15121
|
-
const Ja = g(
|
|
15122
|
-
["render",
|
|
15168
|
+
const Ja = g(rb, [
|
|
15169
|
+
["render", ib],
|
|
15123
15170
|
["__scopeId", "data-v-0e820a8c"],
|
|
15124
15171
|
]),
|
|
15125
15172
|
lM = "";
|
|
15126
|
-
function
|
|
15173
|
+
function ab(e) {
|
|
15127
15174
|
return (
|
|
15128
15175
|
e === void 0 ||
|
|
15129
15176
|
typeof e > "u" ||
|
|
@@ -15132,7 +15179,7 @@
|
|
|
15132
15179
|
String(e) === "undefined"
|
|
15133
15180
|
);
|
|
15134
15181
|
}
|
|
15135
|
-
const
|
|
15182
|
+
const sb = {
|
|
15136
15183
|
components: { ScopeSelectButton: Ja },
|
|
15137
15184
|
props: {
|
|
15138
15185
|
title: { type: String },
|
|
@@ -15167,7 +15214,7 @@
|
|
|
15167
15214
|
cleanOutput(e) {
|
|
15168
15215
|
var n = this;
|
|
15169
15216
|
return (
|
|
15170
|
-
|
|
15217
|
+
ab(e)
|
|
15171
15218
|
? n.multiValue
|
|
15172
15219
|
? (e = [])
|
|
15173
15220
|
: (e = void 0)
|
|
@@ -15227,10 +15274,10 @@
|
|
|
15227
15274
|
},
|
|
15228
15275
|
},
|
|
15229
15276
|
},
|
|
15230
|
-
|
|
15231
|
-
|
|
15232
|
-
|
|
15233
|
-
function
|
|
15277
|
+
cb = { key: 0, class: "ux-field-title" },
|
|
15278
|
+
db = { key: 0, class: "ux-required-marker" },
|
|
15279
|
+
ub = { key: 1, class: "ux-field-description" };
|
|
15280
|
+
function mb(e, n, o, l, i, r) {
|
|
15234
15281
|
const a = t.resolveComponent("scope-select-button");
|
|
15235
15282
|
return (
|
|
15236
15283
|
t.openBlock(),
|
|
@@ -15240,10 +15287,10 @@
|
|
|
15240
15287
|
[
|
|
15241
15288
|
e.showLabel
|
|
15242
15289
|
? (t.openBlock(),
|
|
15243
|
-
t.createElementBlock("label",
|
|
15290
|
+
t.createElementBlock("label", cb, [
|
|
15244
15291
|
t.createTextVNode(t.toDisplayString(e.label) + " ", 1),
|
|
15245
15292
|
e.required
|
|
15246
|
-
? (t.openBlock(), t.createElementBlock("span",
|
|
15293
|
+
? (t.openBlock(), t.createElementBlock("span", db, "*"))
|
|
15247
15294
|
: t.createCommentVNode("", !0),
|
|
15248
15295
|
]))
|
|
15249
15296
|
: t.createCommentVNode("", !0),
|
|
@@ -15251,7 +15298,7 @@
|
|
|
15251
15298
|
? (t.openBlock(),
|
|
15252
15299
|
t.createElementBlock(
|
|
15253
15300
|
"div",
|
|
15254
|
-
|
|
15301
|
+
ub,
|
|
15255
15302
|
t.toDisplayString(e.description),
|
|
15256
15303
|
1,
|
|
15257
15304
|
))
|
|
@@ -15274,12 +15321,12 @@
|
|
|
15274
15321
|
)
|
|
15275
15322
|
);
|
|
15276
15323
|
}
|
|
15277
|
-
const Xa = g(
|
|
15278
|
-
["render",
|
|
15324
|
+
const Xa = g(sb, [
|
|
15325
|
+
["render", mb],
|
|
15279
15326
|
["__scopeId", "data-v-6361df61"],
|
|
15280
15327
|
]),
|
|
15281
15328
|
iM = "",
|
|
15282
|
-
|
|
15329
|
+
fb = {
|
|
15283
15330
|
props: { modelValue: { type: [String, Array] } },
|
|
15284
15331
|
mixins: [P],
|
|
15285
15332
|
methods: {
|
|
@@ -15336,16 +15383,16 @@
|
|
|
15336
15383
|
},
|
|
15337
15384
|
},
|
|
15338
15385
|
},
|
|
15339
|
-
|
|
15340
|
-
|
|
15341
|
-
|
|
15342
|
-
|
|
15343
|
-
|
|
15344
|
-
|
|
15345
|
-
|
|
15346
|
-
|
|
15347
|
-
|
|
15348
|
-
function
|
|
15386
|
+
pb = { key: 0, class: "ux-field-title" },
|
|
15387
|
+
hb = { key: 0, class: "ux-required-marker" },
|
|
15388
|
+
yb = { key: 1, class: "ux-field-description" },
|
|
15389
|
+
gb = { key: 2 },
|
|
15390
|
+
kb = { key: 0, class: "ux-text-prefix" },
|
|
15391
|
+
_b = ["onBlur", "onUpdate:modelValue"],
|
|
15392
|
+
bb = { key: 1, class: "ux-text-suffix" },
|
|
15393
|
+
xb = { key: 0, class: "ux-text-prefix" },
|
|
15394
|
+
wb = { key: 1, class: "ux-text-suffix" };
|
|
15395
|
+
function Cb(e, n, o, l, i, r) {
|
|
15349
15396
|
const a = t.resolveComponent("flex-cell"),
|
|
15350
15397
|
s = t.resolveComponent("ux-icon"),
|
|
15351
15398
|
c = t.resolveComponent("ux-button"),
|
|
@@ -15358,10 +15405,10 @@
|
|
|
15358
15405
|
[
|
|
15359
15406
|
e.showLabel
|
|
15360
15407
|
? (t.openBlock(),
|
|
15361
|
-
t.createElementBlock("label",
|
|
15408
|
+
t.createElementBlock("label", pb, [
|
|
15362
15409
|
t.createTextVNode(t.toDisplayString(e.label) + " ", 1),
|
|
15363
15410
|
e.required
|
|
15364
|
-
? (t.openBlock(), t.createElementBlock("span",
|
|
15411
|
+
? (t.openBlock(), t.createElementBlock("span", hb, "*"))
|
|
15365
15412
|
: t.createCommentVNode("", !0),
|
|
15366
15413
|
]))
|
|
15367
15414
|
: t.createCommentVNode("", !0),
|
|
@@ -15369,14 +15416,14 @@
|
|
|
15369
15416
|
? (t.openBlock(),
|
|
15370
15417
|
t.createElementBlock(
|
|
15371
15418
|
"div",
|
|
15372
|
-
|
|
15419
|
+
yb,
|
|
15373
15420
|
t.toDisplayString(e.description),
|
|
15374
15421
|
1,
|
|
15375
15422
|
))
|
|
15376
15423
|
: t.createCommentVNode("", !0),
|
|
15377
15424
|
e.multiValue
|
|
15378
15425
|
? (t.openBlock(),
|
|
15379
|
-
t.createElementBlock("div",
|
|
15426
|
+
t.createElementBlock("div", gb, [
|
|
15380
15427
|
(t.openBlock(!0),
|
|
15381
15428
|
t.createElementBlock(
|
|
15382
15429
|
t.Fragment,
|
|
@@ -15411,7 +15458,7 @@
|
|
|
15411
15458
|
? (t.openBlock(),
|
|
15412
15459
|
t.createElementBlock(
|
|
15413
15460
|
"span",
|
|
15414
|
-
|
|
15461
|
+
kb,
|
|
15415
15462
|
t.toDisplayString(r.prefix),
|
|
15416
15463
|
1,
|
|
15417
15464
|
))
|
|
@@ -15446,7 +15493,7 @@
|
|
|
15446
15493
|
},
|
|
15447
15494
|
null,
|
|
15448
15495
|
40,
|
|
15449
|
-
|
|
15496
|
+
_b,
|
|
15450
15497
|
)),
|
|
15451
15498
|
[
|
|
15452
15499
|
[
|
|
@@ -15461,7 +15508,7 @@
|
|
|
15461
15508
|
? (t.openBlock(),
|
|
15462
15509
|
t.createElementBlock(
|
|
15463
15510
|
"span",
|
|
15464
|
-
|
|
15511
|
+
bb,
|
|
15465
15512
|
t.toDisplayString(r.suffix),
|
|
15466
15513
|
1,
|
|
15467
15514
|
))
|
|
@@ -15548,7 +15595,7 @@
|
|
|
15548
15595
|
? (t.openBlock(),
|
|
15549
15596
|
t.createElementBlock(
|
|
15550
15597
|
"span",
|
|
15551
|
-
|
|
15598
|
+
xb,
|
|
15552
15599
|
t.toDisplayString(r.prefix),
|
|
15553
15600
|
1,
|
|
15554
15601
|
))
|
|
@@ -15585,7 +15632,7 @@
|
|
|
15585
15632
|
? (t.openBlock(),
|
|
15586
15633
|
t.createElementBlock(
|
|
15587
15634
|
"span",
|
|
15588
|
-
|
|
15635
|
+
wb,
|
|
15589
15636
|
t.toDisplayString(r.suffix),
|
|
15590
15637
|
1,
|
|
15591
15638
|
))
|
|
@@ -15598,12 +15645,12 @@
|
|
|
15598
15645
|
)
|
|
15599
15646
|
);
|
|
15600
15647
|
}
|
|
15601
|
-
const Qa = g(
|
|
15602
|
-
["render",
|
|
15648
|
+
const Qa = g(fb, [
|
|
15649
|
+
["render", Cb],
|
|
15603
15650
|
["__scopeId", "data-v-30b07ae5"],
|
|
15604
15651
|
]),
|
|
15605
15652
|
aM = "",
|
|
15606
|
-
|
|
15653
|
+
Vb = {
|
|
15607
15654
|
props: { modelValue: { type: [String, Array] } },
|
|
15608
15655
|
data() {
|
|
15609
15656
|
return { unmasked: !1, unmaskedLookup: t.reactive({}) };
|
|
@@ -15689,21 +15736,21 @@
|
|
|
15689
15736
|
},
|
|
15690
15737
|
},
|
|
15691
15738
|
},
|
|
15692
|
-
|
|
15693
|
-
|
|
15694
|
-
|
|
15695
|
-
|
|
15696
|
-
|
|
15697
|
-
|
|
15698
|
-
|
|
15699
|
-
|
|
15700
|
-
|
|
15701
|
-
|
|
15702
|
-
$
|
|
15703
|
-
|
|
15704
|
-
|
|
15705
|
-
|
|
15706
|
-
function
|
|
15739
|
+
Bb = { key: 0, class: "ux-field-title" },
|
|
15740
|
+
Nb = { key: 0, class: "ux-required-marker" },
|
|
15741
|
+
Eb = { key: 1, class: "ux-field-description" },
|
|
15742
|
+
Sb = { key: 2 },
|
|
15743
|
+
Tb = { class: "ux-text-wrap" },
|
|
15744
|
+
Db = { key: 0, class: "ux-text-prefix" },
|
|
15745
|
+
Ob = ["readonly", "type", "placeholder", "onUpdate:modelValue"],
|
|
15746
|
+
Fb = ["readonly", "type", "placeholder", "onUpdate:modelValue"],
|
|
15747
|
+
Mb = { key: 3, class: "ux-text-suffix" },
|
|
15748
|
+
Ib = { class: "ux-text-wrap" },
|
|
15749
|
+
$b = { key: 0, class: "ux-text-prefix" },
|
|
15750
|
+
Lb = ["readonly", "type", "placeholder"],
|
|
15751
|
+
Ab = ["readonly", "type", "placeholder"],
|
|
15752
|
+
Ub = { key: 3, class: "ux-text-suffix" };
|
|
15753
|
+
function Pb(e, n, o, l, i, r) {
|
|
15707
15754
|
const a = t.resolveComponent("flex-cell"),
|
|
15708
15755
|
s = t.resolveComponent("ux-icon"),
|
|
15709
15756
|
c = t.resolveComponent("ux-button"),
|
|
@@ -15716,10 +15763,10 @@
|
|
|
15716
15763
|
[
|
|
15717
15764
|
e.showLabel
|
|
15718
15765
|
? (t.openBlock(),
|
|
15719
|
-
t.createElementBlock("label",
|
|
15766
|
+
t.createElementBlock("label", Bb, [
|
|
15720
15767
|
t.createTextVNode(t.toDisplayString(e.label) + " ", 1),
|
|
15721
15768
|
e.required
|
|
15722
|
-
? (t.openBlock(), t.createElementBlock("span",
|
|
15769
|
+
? (t.openBlock(), t.createElementBlock("span", Nb, "*"))
|
|
15723
15770
|
: t.createCommentVNode("", !0),
|
|
15724
15771
|
]))
|
|
15725
15772
|
: t.createCommentVNode("", !0),
|
|
@@ -15727,14 +15774,14 @@
|
|
|
15727
15774
|
? (t.openBlock(),
|
|
15728
15775
|
t.createElementBlock(
|
|
15729
15776
|
"div",
|
|
15730
|
-
|
|
15777
|
+
Eb,
|
|
15731
15778
|
t.toDisplayString(e.description),
|
|
15732
15779
|
1,
|
|
15733
15780
|
))
|
|
15734
15781
|
: t.createCommentVNode("", !0),
|
|
15735
15782
|
e.multiValue
|
|
15736
15783
|
? (t.openBlock(),
|
|
15737
|
-
t.createElementBlock("div",
|
|
15784
|
+
t.createElementBlock("div", Sb, [
|
|
15738
15785
|
(t.openBlock(!0),
|
|
15739
15786
|
t.createElementBlock(
|
|
15740
15787
|
t.Fragment,
|
|
@@ -15753,12 +15800,12 @@
|
|
|
15753
15800
|
null,
|
|
15754
15801
|
{
|
|
15755
15802
|
default: t.withCtx(() => [
|
|
15756
|
-
t.createElementVNode("div",
|
|
15803
|
+
t.createElementVNode("div", Tb, [
|
|
15757
15804
|
e.prefix
|
|
15758
15805
|
? (t.openBlock(),
|
|
15759
15806
|
t.createElementBlock(
|
|
15760
15807
|
"span",
|
|
15761
|
-
|
|
15808
|
+
Db,
|
|
15762
15809
|
t.toDisplayString(e.prefix),
|
|
15763
15810
|
1,
|
|
15764
15811
|
))
|
|
@@ -15799,7 +15846,7 @@
|
|
|
15799
15846
|
},
|
|
15800
15847
|
null,
|
|
15801
15848
|
42,
|
|
15802
|
-
|
|
15849
|
+
Ob,
|
|
15803
15850
|
)),
|
|
15804
15851
|
[
|
|
15805
15852
|
[
|
|
@@ -15848,7 +15895,7 @@
|
|
|
15848
15895
|
},
|
|
15849
15896
|
null,
|
|
15850
15897
|
42,
|
|
15851
|
-
|
|
15898
|
+
Fb,
|
|
15852
15899
|
)),
|
|
15853
15900
|
[[t.vModelDynamic, e.model[m]]],
|
|
15854
15901
|
),
|
|
@@ -15856,7 +15903,7 @@
|
|
|
15856
15903
|
? (t.openBlock(),
|
|
15857
15904
|
t.createElementBlock(
|
|
15858
15905
|
"span",
|
|
15859
|
-
|
|
15906
|
+
Mb,
|
|
15860
15907
|
t.toDisplayString(e.suffix),
|
|
15861
15908
|
1,
|
|
15862
15909
|
))
|
|
@@ -16013,12 +16060,12 @@
|
|
|
16013
16060
|
default: t.withCtx(() => [
|
|
16014
16061
|
t.createVNode(a, null, {
|
|
16015
16062
|
default: t.withCtx(() => [
|
|
16016
|
-
t.createElementVNode("div",
|
|
16063
|
+
t.createElementVNode("div", Ib, [
|
|
16017
16064
|
e.prefix
|
|
16018
16065
|
? (t.openBlock(),
|
|
16019
16066
|
t.createElementBlock(
|
|
16020
16067
|
"span",
|
|
16021
|
-
$
|
|
16068
|
+
$b,
|
|
16022
16069
|
t.toDisplayString(e.prefix),
|
|
16023
16070
|
1,
|
|
16024
16071
|
))
|
|
@@ -16047,7 +16094,7 @@
|
|
|
16047
16094
|
},
|
|
16048
16095
|
null,
|
|
16049
16096
|
42,
|
|
16050
|
-
|
|
16097
|
+
Lb,
|
|
16051
16098
|
)),
|
|
16052
16099
|
[
|
|
16053
16100
|
[
|
|
@@ -16084,7 +16131,7 @@
|
|
|
16084
16131
|
},
|
|
16085
16132
|
null,
|
|
16086
16133
|
42,
|
|
16087
|
-
|
|
16134
|
+
Ab,
|
|
16088
16135
|
)),
|
|
16089
16136
|
[[t.vModelDynamic, e.model]],
|
|
16090
16137
|
),
|
|
@@ -16092,7 +16139,7 @@
|
|
|
16092
16139
|
? (t.openBlock(),
|
|
16093
16140
|
t.createElementBlock(
|
|
16094
16141
|
"span",
|
|
16095
|
-
|
|
16142
|
+
Ub,
|
|
16096
16143
|
t.toDisplayString(e.suffix),
|
|
16097
16144
|
1,
|
|
16098
16145
|
))
|
|
@@ -16178,12 +16225,12 @@
|
|
|
16178
16225
|
)
|
|
16179
16226
|
);
|
|
16180
16227
|
}
|
|
16181
|
-
const xr = g(
|
|
16182
|
-
["render",
|
|
16228
|
+
const xr = g(Vb, [
|
|
16229
|
+
["render", Pb],
|
|
16183
16230
|
["__scopeId", "data-v-da2ca789"],
|
|
16184
16231
|
]),
|
|
16185
16232
|
sM = "",
|
|
16186
|
-
|
|
16233
|
+
jb = {
|
|
16187
16234
|
props: { modelValue: { type: [String, Array] } },
|
|
16188
16235
|
mixins: [P],
|
|
16189
16236
|
methods: {
|
|
@@ -16192,12 +16239,12 @@
|
|
|
16192
16239
|
},
|
|
16193
16240
|
},
|
|
16194
16241
|
},
|
|
16195
|
-
|
|
16196
|
-
|
|
16197
|
-
|
|
16198
|
-
|
|
16199
|
-
|
|
16200
|
-
function
|
|
16242
|
+
Rb = { key: 0, class: "ux-field-title" },
|
|
16243
|
+
zb = { key: 0, class: "ux-required-marker" },
|
|
16244
|
+
qb = { key: 1, class: "ux-field-description" },
|
|
16245
|
+
Hb = { key: 2 },
|
|
16246
|
+
Wb = ["onUpdate:modelValue"];
|
|
16247
|
+
function Gb(e, n, o, l, i, r) {
|
|
16201
16248
|
const a = t.resolveComponent("flex-cell"),
|
|
16202
16249
|
s = t.resolveComponent("ux-icon"),
|
|
16203
16250
|
c = t.resolveComponent("ux-button"),
|
|
@@ -16210,10 +16257,10 @@
|
|
|
16210
16257
|
[
|
|
16211
16258
|
e.showLabel
|
|
16212
16259
|
? (t.openBlock(),
|
|
16213
|
-
t.createElementBlock("label",
|
|
16260
|
+
t.createElementBlock("label", Rb, [
|
|
16214
16261
|
t.createTextVNode(t.toDisplayString(e.label) + " ", 1),
|
|
16215
16262
|
e.required
|
|
16216
|
-
? (t.openBlock(), t.createElementBlock("span",
|
|
16263
|
+
? (t.openBlock(), t.createElementBlock("span", zb, "*"))
|
|
16217
16264
|
: t.createCommentVNode("", !0),
|
|
16218
16265
|
]))
|
|
16219
16266
|
: t.createCommentVNode("", !0),
|
|
@@ -16221,14 +16268,14 @@
|
|
|
16221
16268
|
? (t.openBlock(),
|
|
16222
16269
|
t.createElementBlock(
|
|
16223
16270
|
"div",
|
|
16224
|
-
|
|
16271
|
+
qb,
|
|
16225
16272
|
t.toDisplayString(e.description),
|
|
16226
16273
|
1,
|
|
16227
16274
|
))
|
|
16228
16275
|
: t.createCommentVNode("", !0),
|
|
16229
16276
|
e.multiValue
|
|
16230
16277
|
? (t.openBlock(),
|
|
16231
|
-
t.createElementBlock("div",
|
|
16278
|
+
t.createElementBlock("div", Hb, [
|
|
16232
16279
|
(t.openBlock(!0),
|
|
16233
16280
|
t.createElementBlock(
|
|
16234
16281
|
t.Fragment,
|
|
@@ -16265,7 +16312,7 @@
|
|
|
16265
16312
|
},
|
|
16266
16313
|
null,
|
|
16267
16314
|
40,
|
|
16268
|
-
|
|
16315
|
+
Wb,
|
|
16269
16316
|
),
|
|
16270
16317
|
[[t.vModelText, e.model[m]]],
|
|
16271
16318
|
),
|
|
@@ -16353,15 +16400,15 @@
|
|
|
16353
16400
|
)
|
|
16354
16401
|
);
|
|
16355
16402
|
}
|
|
16356
|
-
const
|
|
16357
|
-
["render",
|
|
16403
|
+
const Kb = g(jb, [
|
|
16404
|
+
["render", Gb],
|
|
16358
16405
|
["__scopeId", "data-v-251e7614"],
|
|
16359
16406
|
]),
|
|
16360
16407
|
cM = "";
|
|
16361
16408
|
function ao(e) {
|
|
16362
16409
|
return String(e).length < 2 && (e = `0${e}`), e;
|
|
16363
16410
|
}
|
|
16364
|
-
const
|
|
16411
|
+
const Yb = {
|
|
16365
16412
|
props: {
|
|
16366
16413
|
modelValue: { type: [Date, String, Array] },
|
|
16367
16414
|
disableTime: { type: Boolean, default: !1 },
|
|
@@ -16441,11 +16488,11 @@
|
|
|
16441
16488
|
},
|
|
16442
16489
|
},
|
|
16443
16490
|
},
|
|
16444
|
-
|
|
16445
|
-
|
|
16446
|
-
|
|
16447
|
-
|
|
16448
|
-
|
|
16491
|
+
Zb = { key: 0, class: "ux-field-title" },
|
|
16492
|
+
Jb = { key: 0, class: "ux-required-marker" },
|
|
16493
|
+
Xb = { key: 1, class: "ux-field-description" },
|
|
16494
|
+
Qb = { key: 2 },
|
|
16495
|
+
vb = ["onUpdate:modelValue"],
|
|
16449
16496
|
ex = ["onUpdate:modelValue"];
|
|
16450
16497
|
function tx(e, n, o, l, i, r) {
|
|
16451
16498
|
const a = t.resolveComponent("flex-cell"),
|
|
@@ -16460,10 +16507,10 @@
|
|
|
16460
16507
|
[
|
|
16461
16508
|
e.showLabel
|
|
16462
16509
|
? (t.openBlock(),
|
|
16463
|
-
t.createElementBlock("label",
|
|
16510
|
+
t.createElementBlock("label", Zb, [
|
|
16464
16511
|
t.createTextVNode(t.toDisplayString(e.label) + " ", 1),
|
|
16465
16512
|
e.required
|
|
16466
|
-
? (t.openBlock(), t.createElementBlock("span",
|
|
16513
|
+
? (t.openBlock(), t.createElementBlock("span", Jb, "*"))
|
|
16467
16514
|
: t.createCommentVNode("", !0),
|
|
16468
16515
|
]))
|
|
16469
16516
|
: t.createCommentVNode("", !0),
|
|
@@ -16471,14 +16518,14 @@
|
|
|
16471
16518
|
? (t.openBlock(),
|
|
16472
16519
|
t.createElementBlock(
|
|
16473
16520
|
"div",
|
|
16474
|
-
|
|
16521
|
+
Xb,
|
|
16475
16522
|
t.toDisplayString(e.description),
|
|
16476
16523
|
1,
|
|
16477
16524
|
))
|
|
16478
16525
|
: t.createCommentVNode("", !0),
|
|
16479
16526
|
e.multiValue
|
|
16480
16527
|
? (t.openBlock(),
|
|
16481
|
-
t.createElementBlock("div",
|
|
16528
|
+
t.createElementBlock("div", Qb, [
|
|
16482
16529
|
(t.openBlock(!0),
|
|
16483
16530
|
t.createElementBlock(
|
|
16484
16531
|
t.Fragment,
|
|
@@ -16527,7 +16574,7 @@
|
|
|
16527
16574
|
},
|
|
16528
16575
|
null,
|
|
16529
16576
|
40,
|
|
16530
|
-
|
|
16577
|
+
vb,
|
|
16531
16578
|
)),
|
|
16532
16579
|
[[t.vModelText, r.model[m]]],
|
|
16533
16580
|
)
|
|
@@ -16677,7 +16724,7 @@
|
|
|
16677
16724
|
)
|
|
16678
16725
|
);
|
|
16679
16726
|
}
|
|
16680
|
-
const va = g(
|
|
16727
|
+
const va = g(Yb, [
|
|
16681
16728
|
["render", tx],
|
|
16682
16729
|
["__scopeId", "data-v-06e121d1"],
|
|
16683
16730
|
]),
|
|
@@ -28638,7 +28685,7 @@
|
|
|
28638
28685
|
DateRange: yx,
|
|
28639
28686
|
TextField: xr,
|
|
28640
28687
|
CurrencyField: Qa,
|
|
28641
|
-
TextArea:
|
|
28688
|
+
TextArea: Kb,
|
|
28642
28689
|
Checkbox: wx,
|
|
28643
28690
|
FilterInput: fC,
|
|
28644
28691
|
FieldSelect: cs,
|
|
@@ -28649,7 +28696,7 @@
|
|
|
28649
28696
|
BooleanSwitch: vC,
|
|
28650
28697
|
FieldGroup: wV,
|
|
28651
28698
|
ContentSelect: Ya,
|
|
28652
|
-
TypeSelect:
|
|
28699
|
+
TypeSelect: J1,
|
|
28653
28700
|
ScopeSelect: Xa,
|
|
28654
28701
|
FieldSelect: cs,
|
|
28655
28702
|
TimezoneSelect: fa,
|
|
@@ -30771,7 +30818,12 @@
|
|
|
30771
30818
|
i = new URLSearchParams(window.location.search);
|
|
30772
30819
|
for (const [c, u] of i) l[c] = u;
|
|
30773
30820
|
e.$sdk.api
|
|
30774
|
-
.post(`/form/${e.formID}`, {
|
|
30821
|
+
.post(`/form/${e.formID}`, {
|
|
30822
|
+
data: n,
|
|
30823
|
+
sandbox: e.sandbox,
|
|
30824
|
+
gtm: l,
|
|
30825
|
+
request: e.$sdk.utils.id(e.formRequest),
|
|
30826
|
+
})
|
|
30775
30827
|
.then(function (c) {
|
|
30776
30828
|
const { data: u } = c;
|
|
30777
30829
|
return u.submission
|
|
@@ -30891,6 +30943,7 @@
|
|
|
30891
30943
|
return {};
|
|
30892
30944
|
},
|
|
30893
30945
|
},
|
|
30946
|
+
formRequest: { type: String },
|
|
30894
30947
|
form: { type: Object, required: !0 },
|
|
30895
30948
|
multistep: { type: Boolean, default: !1 },
|
|
30896
30949
|
autoadvance: { type: Boolean, default: !1 },
|
|
@@ -31087,7 +31140,7 @@
|
|
|
31087
31140
|
},
|
|
31088
31141
|
},
|
|
31089
31142
|
n2 = ((e) => (
|
|
31090
|
-
t.pushScopeId("data-v-
|
|
31143
|
+
t.pushScopeId("data-v-091267f5"), (e = e()), t.popScopeId(), e
|
|
31091
31144
|
))(() => t.createElementVNode("h3", null, "An error occurred", -1)),
|
|
31092
31145
|
o2 = { key: 0 },
|
|
31093
31146
|
r2 = { key: 1 },
|
|
@@ -31626,7 +31679,7 @@
|
|
|
31626
31679
|
}
|
|
31627
31680
|
const Sr = g(t2, [
|
|
31628
31681
|
["render", h2],
|
|
31629
|
-
["__scopeId", "data-v-
|
|
31682
|
+
["__scopeId", "data-v-091267f5"],
|
|
31630
31683
|
]);
|
|
31631
31684
|
function y2(e) {
|
|
31632
31685
|
const n = /<\/?([a-zA-Z0-9]+)[^>]*>/g,
|