@qikdev/vue-ui 0.3.14 → 0.3.16
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 +731 -684
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +3 -3
- package/dist/lib.umd.js.map +1 -1
- package/dist/vue-ui.css +1 -1
- package/package.json +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -4,7 +4,7 @@ var Uh = (e, t, n) => t in e ? Rh(e, t, { enumerable: !0, configurable: !0, writ
|
|
|
4
4
|
var ie = (e, t, n) => Uh(e, typeof t != "symbol" ? t + "" : t, n);
|
|
5
5
|
import { reactive as Gt, defineComponent as Fl, ref as vt, toRefs as of, onMounted as Al, onBeforeUnmount as jh, watch as cr, computed as Fn, createElementBlock as h, openBlock as o, createCommentVNode as _, renderSlot as z, normalizeClass as $, useSlots as qh, provide as Mr, resolveComponent as y, createVNode as c, Fragment as D, createBlock as k, unref as gt, withCtx as f, renderList as A, toDisplayString as b, createTextVNode as O, withDirectives as Z, vShow as ci, withModifiers as B, createElementVNode as T, h as dl, mergeProps as mt, toHandlers as kt, normalizeStyle as Ge, resolveDirective as uf, resolveDynamicComponent as Vt, vModelSelect as Dt, pushScopeId as je, popScopeId as qe, getCurrentScope as Bh, onScopeDispose as zh, getCurrentInstance as Wh, Teleport as df, Transition as Hh, withKeys as we, vModelText as be, TransitionGroup as Gh, nextTick as cf, vModelDynamic as Sn, normalizeProps as ff, guardReactiveProps as Yh } from "vue";
|
|
6
6
|
import { EventDispatcher as mf } from "@qikdev/sdk";
|
|
7
|
-
const Jh = "0.3.
|
|
7
|
+
const Jh = "0.3.16";
|
|
8
8
|
class yn extends Error {
|
|
9
9
|
}
|
|
10
10
|
class Kh extends yn {
|
|
@@ -7849,11 +7849,12 @@ const Y1 = /* @__PURE__ */ M(H1, [["render", G1], ["__scopeId", "data-v-e196f762
|
|
|
7849
7849
|
lastSelectedIndex: null,
|
|
7850
7850
|
lastSelectAction: null,
|
|
7851
7851
|
dragging: !1,
|
|
7852
|
-
dragMode: null
|
|
7852
|
+
dragMode: null,
|
|
7853
|
+
dragStart: null
|
|
7853
7854
|
};
|
|
7854
7855
|
},
|
|
7855
7856
|
beforeUnmount() {
|
|
7856
|
-
window.removeEventListener("mouseup", this.endDrag);
|
|
7857
|
+
window.removeEventListener("mouseup", this.endDrag), window.removeEventListener("mousemove", this.checkDragStart);
|
|
7857
7858
|
},
|
|
7858
7859
|
computed: {
|
|
7859
7860
|
groupedRows() {
|
|
@@ -7966,7 +7967,7 @@ const Y1 = /* @__PURE__ */ M(H1, [["render", G1], ["__scopeId", "data-v-e196f762
|
|
|
7966
7967
|
this.lastSelectAction === "deselect" ? this.deselectRange(this.lastSelectedIndex, t) : this.selectRange(this.lastSelectedIndex, t), this.lastSelectedIndex = t;
|
|
7967
7968
|
return;
|
|
7968
7969
|
}
|
|
7969
|
-
s === "select" ? this.$emit("select:multiple", [e]) : this.$emit("deselect:multiple", [e]), this.lastSelectedIndex = t, this.lastSelectAction = s, this.
|
|
7970
|
+
s === "select" ? this.$emit("select:multiple", [e]) : this.$emit("deselect:multiple", [e]), this.lastSelectedIndex = t, this.lastSelectAction = s, this.dragMode = s, this.dragStart = { x: n.clientX, y: n.clientY }, window.addEventListener("mousemove", this.checkDragStart), window.addEventListener("mouseup", this.endDrag, { once: !0 });
|
|
7970
7971
|
},
|
|
7971
7972
|
mouseenterSelect(e, t) {
|
|
7972
7973
|
if (!this.dragging)
|
|
@@ -7974,8 +7975,13 @@ const Y1 = /* @__PURE__ */ M(H1, [["render", G1], ["__scopeId", "data-v-e196f762
|
|
|
7974
7975
|
const n = this.isSelected(e);
|
|
7975
7976
|
this.dragMode === "select" && !n ? this.$emit("select:multiple", [e]) : this.dragMode === "deselect" && n && this.$emit("deselect:multiple", [e]);
|
|
7976
7977
|
},
|
|
7978
|
+
checkDragStart(e) {
|
|
7979
|
+
if (!this.dragStart) return;
|
|
7980
|
+
const t = e.clientX - this.dragStart.x, n = e.clientY - this.dragStart.y;
|
|
7981
|
+
t * t + n * n >= 9 && (this.dragging = !0, window.removeEventListener("mousemove", this.checkDragStart));
|
|
7982
|
+
},
|
|
7977
7983
|
endDrag() {
|
|
7978
|
-
this.dragging
|
|
7984
|
+
this.dragging = !1, this.dragMode = null, this.dragStart = null, window.removeEventListener("mouseup", this.endDrag), window.removeEventListener("mousemove", this.checkDragStart);
|
|
7979
7985
|
}
|
|
7980
7986
|
}
|
|
7981
7987
|
}, Z1 = {
|
|
@@ -8119,7 +8125,7 @@ function nb(e, t, n, r, s, i) {
|
|
|
8119
8125
|
], 512)
|
|
8120
8126
|
], 34);
|
|
8121
8127
|
}
|
|
8122
|
-
const ib = /* @__PURE__ */ M(K1, [["render", nb], ["__scopeId", "data-v-
|
|
8128
|
+
const ib = /* @__PURE__ */ M(K1, [["render", nb], ["__scopeId", "data-v-ba74a660"]]);
|
|
8123
8129
|
var Vi = { exports: {} }, Wu;
|
|
8124
8130
|
function rb() {
|
|
8125
8131
|
if (Wu) return Vi.exports;
|
|
@@ -22744,7 +22750,48 @@ function rE(e, t) {
|
|
|
22744
22750
|
};
|
|
22745
22751
|
t.push(n);
|
|
22746
22752
|
}
|
|
22747
|
-
function sE(e) {
|
|
22753
|
+
function sE(e, t) {
|
|
22754
|
+
const n = {
|
|
22755
|
+
title: "Unsubscribed",
|
|
22756
|
+
minimum: 1,
|
|
22757
|
+
maximum: 1,
|
|
22758
|
+
key: "join_unsubscribe_email",
|
|
22759
|
+
asObject: !0,
|
|
22760
|
+
type: "group",
|
|
22761
|
+
fields: [
|
|
22762
|
+
{
|
|
22763
|
+
title: "Email Address",
|
|
22764
|
+
minimum: 0,
|
|
22765
|
+
maximum: 0,
|
|
22766
|
+
key: "emails",
|
|
22767
|
+
type: "email",
|
|
22768
|
+
widget: "email"
|
|
22769
|
+
}
|
|
22770
|
+
]
|
|
22771
|
+
};
|
|
22772
|
+
t.push(n);
|
|
22773
|
+
}
|
|
22774
|
+
function aE(e, t) {
|
|
22775
|
+
const n = {
|
|
22776
|
+
title: "Unsubscribed",
|
|
22777
|
+
minimum: 1,
|
|
22778
|
+
maximum: 1,
|
|
22779
|
+
key: "join_unsubscribe_sms",
|
|
22780
|
+
asObject: !0,
|
|
22781
|
+
type: "group",
|
|
22782
|
+
fields: [
|
|
22783
|
+
{
|
|
22784
|
+
title: "Phone Number",
|
|
22785
|
+
minimum: 0,
|
|
22786
|
+
maximum: 0,
|
|
22787
|
+
key: "numbers",
|
|
22788
|
+
type: "string"
|
|
22789
|
+
}
|
|
22790
|
+
]
|
|
22791
|
+
};
|
|
22792
|
+
t.push(n);
|
|
22793
|
+
}
|
|
22794
|
+
function lE(e) {
|
|
22748
22795
|
let t = [];
|
|
22749
22796
|
if (t.push({
|
|
22750
22797
|
title: "Age",
|
|
@@ -22759,7 +22806,7 @@ function sE(e) {
|
|
|
22759
22806
|
key: "_dob",
|
|
22760
22807
|
type: "date"
|
|
22761
22808
|
}), e.glossary) {
|
|
22762
|
-
nE(e, t), iE(e, t), rE(e, t);
|
|
22809
|
+
nE(e, t), iE(e, t), rE(e, t), sE(e, t), aE(e, t);
|
|
22763
22810
|
const n = e.glossary.persona;
|
|
22764
22811
|
if (n) {
|
|
22765
22812
|
const i = {
|
|
@@ -22882,7 +22929,7 @@ function Sh(e) {
|
|
|
22882
22929
|
definedParentType: "event"
|
|
22883
22930
|
}), t;
|
|
22884
22931
|
}
|
|
22885
|
-
const
|
|
22932
|
+
const oE = {
|
|
22886
22933
|
emits: ["remove"],
|
|
22887
22934
|
props: {
|
|
22888
22935
|
definition: {
|
|
@@ -23478,13 +23525,13 @@ const aE = {
|
|
|
23478
23525
|
TimezoneSelect: Hm,
|
|
23479
23526
|
TypeSelect: hh
|
|
23480
23527
|
}
|
|
23481
|
-
},
|
|
23528
|
+
}, uE = (e) => (je("data-v-e7ab57d1"), e = e(), qe(), e), dE = {
|
|
23482
23529
|
key: 0,
|
|
23483
23530
|
class: "filter-condition"
|
|
23484
|
-
},
|
|
23485
|
-
function
|
|
23531
|
+
}, cE = { key: 0 }, fE = { key: 1 }, mE = { key: 2 }, hE = { key: 3 }, pE = { key: 4 }, yE = { key: 5 }, gE = { key: 6 }, _E = { key: 7 }, vE = { key: 8 }, bE = { key: 9 }, kE = { key: 10 }, wE = /* @__PURE__ */ uE(() => /* @__PURE__ */ T("label", null, "Where:", -1));
|
|
23532
|
+
function xE(e, t, n, r, s, i) {
|
|
23486
23533
|
const a = y("native-select"), l = y("flex-cell"), u = y("currency-field"), d = y("timefield"), m = y("country-select"), p = y("timezone-select"), g = y("type-select"), v = y("text-field"), x = y("time-field"), w = y("flex-row"), S = y("date-field"), C = y("scope-select"), V = y("content-select"), R = y("ux-switch"), G = y("ux-icon"), X = y("ux-button"), ne = y("filter-condition", !0);
|
|
23487
|
-
return s.comparators ? (o(), h("div",
|
|
23534
|
+
return s.comparators ? (o(), h("div", dE, [
|
|
23488
23535
|
c(w, {
|
|
23489
23536
|
gap: "",
|
|
23490
23537
|
vcenter: ""
|
|
@@ -23514,7 +23561,7 @@ function kE(e, t, n, r, s, i) {
|
|
|
23514
23561
|
})) : _("", !0),
|
|
23515
23562
|
s.model.key && s.model.comparator ? (o(), k(l, { key: 1 }, {
|
|
23516
23563
|
default: f(() => [
|
|
23517
|
-
i.inputType == "array" ? (o(), h("div",
|
|
23564
|
+
i.inputType == "array" ? (o(), h("div", cE, [
|
|
23518
23565
|
i.showSelectOptions ? (o(), k(a, {
|
|
23519
23566
|
key: 0,
|
|
23520
23567
|
modelValue: s.model.values,
|
|
@@ -23554,7 +23601,7 @@ function kE(e, t, n, r, s, i) {
|
|
|
23554
23601
|
}, null, 8, ["field", "modelValue"]))
|
|
23555
23602
|
], 64))
|
|
23556
23603
|
])) : _("", !0),
|
|
23557
|
-
i.inputType == "range" ? (o(), h("div",
|
|
23604
|
+
i.inputType == "range" ? (o(), h("div", fE, [
|
|
23558
23605
|
i.fieldWidget == "currency" ? (o(), h(D, { key: 0 }, [
|
|
23559
23606
|
c(u, {
|
|
23560
23607
|
field: i.normalField,
|
|
@@ -23593,7 +23640,7 @@ function kE(e, t, n, r, s, i) {
|
|
|
23593
23640
|
}, null, 8, ["field", "modelValue"])
|
|
23594
23641
|
], 64))
|
|
23595
23642
|
])) : _("", !0),
|
|
23596
|
-
i.inputType == "daterelative" ? (o(), h("div",
|
|
23643
|
+
i.inputType == "daterelative" ? (o(), h("div", mE, [
|
|
23597
23644
|
c(w, null, {
|
|
23598
23645
|
default: f(() => [
|
|
23599
23646
|
c(l, { style: { width: "80px" } }, {
|
|
@@ -23620,7 +23667,7 @@ function kE(e, t, n, r, s, i) {
|
|
|
23620
23667
|
_: 1
|
|
23621
23668
|
})
|
|
23622
23669
|
])) : _("", !0),
|
|
23623
|
-
i.inputType == "daterange" ? (o(), h("div",
|
|
23670
|
+
i.inputType == "daterange" ? (o(), h("div", hE, [
|
|
23624
23671
|
c(S, {
|
|
23625
23672
|
disableTime: i.showDateOnly,
|
|
23626
23673
|
field: i.dateField,
|
|
@@ -23635,7 +23682,7 @@ function kE(e, t, n, r, s, i) {
|
|
|
23635
23682
|
"onUpdate:modelValue": t[18] || (t[18] = (I) => s.model.value2 = I)
|
|
23636
23683
|
}, null, 8, ["disableTime", "field", "modelValue"])
|
|
23637
23684
|
])) : _("", !0),
|
|
23638
|
-
i.inputType == "date" ? (o(), h("div",
|
|
23685
|
+
i.inputType == "date" ? (o(), h("div", pE, [
|
|
23639
23686
|
c(S, {
|
|
23640
23687
|
disableTime: i.showDateOnly,
|
|
23641
23688
|
field: i.dateField,
|
|
@@ -23643,7 +23690,7 @@ function kE(e, t, n, r, s, i) {
|
|
|
23643
23690
|
"onUpdate:modelValue": t[19] || (t[19] = (I) => s.model.value = I)
|
|
23644
23691
|
}, null, 8, ["disableTime", "field", "modelValue"])
|
|
23645
23692
|
])) : _("", !0),
|
|
23646
|
-
i.inputType == "reference" ? (o(), h("div",
|
|
23693
|
+
i.inputType == "reference" ? (o(), h("div", yE, [
|
|
23647
23694
|
s.model.key === "meta.scopes" ? (o(), k(C, {
|
|
23648
23695
|
key: 0,
|
|
23649
23696
|
maximum: 1,
|
|
@@ -23656,7 +23703,7 @@ function kE(e, t, n, r, s, i) {
|
|
|
23656
23703
|
"onUpdate:modelValue": t[21] || (t[21] = (I) => s.model.value = I)
|
|
23657
23704
|
}, null, 8, ["field", "modelValue"]))
|
|
23658
23705
|
])) : _("", !0),
|
|
23659
|
-
i.inputType == "multireference" ? (o(), h("div",
|
|
23706
|
+
i.inputType == "multireference" ? (o(), h("div", gE, [
|
|
23660
23707
|
s.model.key === "meta.scopes" ? (o(), k(C, {
|
|
23661
23708
|
key: 0,
|
|
23662
23709
|
modelValue: s.model.values,
|
|
@@ -23668,7 +23715,7 @@ function kE(e, t, n, r, s, i) {
|
|
|
23668
23715
|
"onUpdate:modelValue": t[23] || (t[23] = (I) => s.model.values = I)
|
|
23669
23716
|
}, null, 8, ["field", "modelValue"]))
|
|
23670
23717
|
])) : _("", !0),
|
|
23671
|
-
i.inputType == "boolean" ? (o(), h("div",
|
|
23718
|
+
i.inputType == "boolean" ? (o(), h("div", _E, [
|
|
23672
23719
|
c(w, {
|
|
23673
23720
|
gap: "",
|
|
23674
23721
|
center: ""
|
|
@@ -23693,8 +23740,8 @@ function kE(e, t, n, r, s, i) {
|
|
|
23693
23740
|
_: 1
|
|
23694
23741
|
})
|
|
23695
23742
|
])) : _("", !0),
|
|
23696
|
-
i.inputType == "none" ? (o(), h("div",
|
|
23697
|
-
i.inputType == "number" ? (o(), h("div",
|
|
23743
|
+
i.inputType == "none" ? (o(), h("div", vE)) : _("", !0),
|
|
23744
|
+
i.inputType == "number" ? (o(), h("div", bE, [
|
|
23698
23745
|
i.fieldWidget == "currency" ? (o(), k(u, {
|
|
23699
23746
|
key: 0,
|
|
23700
23747
|
field: i.normalField,
|
|
@@ -23712,7 +23759,7 @@ function kE(e, t, n, r, s, i) {
|
|
|
23712
23759
|
"onUpdate:modelValue": t[27] || (t[27] = (I) => s.model.value = I)
|
|
23713
23760
|
}, null, 8, ["field", "modelValue"]))
|
|
23714
23761
|
])) : _("", !0),
|
|
23715
|
-
i.inputType == "normal" ? (o(), h("div",
|
|
23762
|
+
i.inputType == "normal" ? (o(), h("div", kE, [
|
|
23716
23763
|
i.showSelectOptions ? (o(), k(a, {
|
|
23717
23764
|
key: 0,
|
|
23718
23765
|
modelValue: s.model.value,
|
|
@@ -23767,7 +23814,7 @@ function kE(e, t, n, r, s, i) {
|
|
|
23767
23814
|
_: 1
|
|
23768
23815
|
}),
|
|
23769
23816
|
i.extraCriteria ? (o(), h(D, { key: 0 }, [
|
|
23770
|
-
|
|
23817
|
+
wE,
|
|
23771
23818
|
(o(!0), h(D, null, A(s.model.conditions, (I, H) => (o(), h("div", {
|
|
23772
23819
|
key: I._guid
|
|
23773
23820
|
}, [
|
|
@@ -23795,8 +23842,8 @@ function kE(e, t, n, r, s, i) {
|
|
|
23795
23842
|
], 64)) : _("", !0)
|
|
23796
23843
|
])) : _("", !0);
|
|
23797
23844
|
}
|
|
23798
|
-
const
|
|
23799
|
-
function
|
|
23845
|
+
const TE = /* @__PURE__ */ M(oE, [["render", xE], ["__scopeId", "data-v-e7ab57d1"]]);
|
|
23846
|
+
function SE(e, t) {
|
|
23800
23847
|
let n = [];
|
|
23801
23848
|
if (t.length) {
|
|
23802
23849
|
var r = {
|
|
@@ -23824,7 +23871,7 @@ function xE(e, t) {
|
|
|
23824
23871
|
}
|
|
23825
23872
|
return n;
|
|
23826
23873
|
}
|
|
23827
|
-
function
|
|
23874
|
+
function OE(e, t) {
|
|
23828
23875
|
if (!e.glossary)
|
|
23829
23876
|
return;
|
|
23830
23877
|
const n = Object.entries(e.glossary).reduce(function(i, [a, l]) {
|
|
@@ -23888,7 +23935,7 @@ function TE(e, t) {
|
|
|
23888
23935
|
});
|
|
23889
23936
|
}), t.push(s);
|
|
23890
23937
|
}
|
|
23891
|
-
function
|
|
23938
|
+
function DE(e, t) {
|
|
23892
23939
|
if (!e.glossary)
|
|
23893
23940
|
return;
|
|
23894
23941
|
const n = Object.entries(e.glossary).reduce(function(s, [i, a]) {
|
|
@@ -23954,7 +24001,7 @@ function SE(e, t) {
|
|
|
23954
24001
|
});
|
|
23955
24002
|
}), t.push(r);
|
|
23956
24003
|
}
|
|
23957
|
-
function
|
|
24004
|
+
function CE(e, t) {
|
|
23958
24005
|
const n = {
|
|
23959
24006
|
title: "Reactions",
|
|
23960
24007
|
minimum: 1,
|
|
@@ -23975,7 +24022,7 @@ function OE(e, t) {
|
|
|
23975
24022
|
};
|
|
23976
24023
|
t.push(n);
|
|
23977
24024
|
}
|
|
23978
|
-
function
|
|
24025
|
+
function EE(e, t) {
|
|
23979
24026
|
const n = [
|
|
23980
24027
|
"Like",
|
|
23981
24028
|
"Dislike",
|
|
@@ -24025,7 +24072,7 @@ function DE(e, t) {
|
|
|
24025
24072
|
});
|
|
24026
24073
|
}), t.push(s);
|
|
24027
24074
|
}
|
|
24028
|
-
function
|
|
24075
|
+
function ME(e, t) {
|
|
24029
24076
|
if (!e.glossary)
|
|
24030
24077
|
return;
|
|
24031
24078
|
const n = Object.entries(e.glossary).reduce(function(r, [s, i]) {
|
|
@@ -24042,7 +24089,7 @@ function CE(e, t) {
|
|
|
24042
24089
|
});
|
|
24043
24090
|
});
|
|
24044
24091
|
}
|
|
24045
|
-
function
|
|
24092
|
+
function VE(e, t) {
|
|
24046
24093
|
if (!e.glossary)
|
|
24047
24094
|
return;
|
|
24048
24095
|
const n = Object.entries(e.glossary).reduce(function(r, [s, i]) {
|
|
@@ -24059,11 +24106,11 @@ function EE(e, t) {
|
|
|
24059
24106
|
});
|
|
24060
24107
|
});
|
|
24061
24108
|
}
|
|
24062
|
-
function
|
|
24109
|
+
function IE(e) {
|
|
24063
24110
|
let t = [];
|
|
24064
|
-
return
|
|
24111
|
+
return OE(e, t), DE(e, t), ME(e, t), VE(e, t), EE(e, t), CE(e, t), t;
|
|
24065
24112
|
}
|
|
24066
|
-
const
|
|
24113
|
+
const FE = {
|
|
24067
24114
|
emits: ["remove"],
|
|
24068
24115
|
props: {
|
|
24069
24116
|
enableRemove: {
|
|
@@ -24137,10 +24184,10 @@ const VE = {
|
|
|
24137
24184
|
fields() {
|
|
24138
24185
|
const e = this;
|
|
24139
24186
|
var t = e.definition && e.definition.fields ? [...e.definition.fields] : [], n = e.definition && e.definition.definedFields ? e.definition.definedFields : [];
|
|
24140
|
-
t = [...t, ...
|
|
24187
|
+
t = [...t, ...IE(e)];
|
|
24141
24188
|
const r = e.definition.definesType === "submission";
|
|
24142
24189
|
if (e.isType("profile")) {
|
|
24143
|
-
const a =
|
|
24190
|
+
const a = lE(e);
|
|
24144
24191
|
t = [...t, ...a];
|
|
24145
24192
|
}
|
|
24146
24193
|
if (e.isType("checkin")) {
|
|
@@ -24153,7 +24200,7 @@ const VE = {
|
|
|
24153
24200
|
}
|
|
24154
24201
|
if (n.length)
|
|
24155
24202
|
if (r) {
|
|
24156
|
-
const a =
|
|
24203
|
+
const a = SE(
|
|
24157
24204
|
e,
|
|
24158
24205
|
n
|
|
24159
24206
|
);
|
|
@@ -24197,17 +24244,17 @@ const VE = {
|
|
|
24197
24244
|
}
|
|
24198
24245
|
},
|
|
24199
24246
|
components: {
|
|
24200
|
-
FilterCondition:
|
|
24247
|
+
FilterCondition: TE,
|
|
24201
24248
|
NativeSelect: It
|
|
24202
24249
|
}
|
|
24203
|
-
},
|
|
24250
|
+
}, AE = (e) => (je("data-v-5783621c"), e = e(), qe(), e), NE = {
|
|
24204
24251
|
key: 0,
|
|
24205
24252
|
class: "filter-rule"
|
|
24206
|
-
},
|
|
24207
|
-
function
|
|
24253
|
+
}, $E = { class: "top" }, PE = { class: "summary" }, LE = /* @__PURE__ */ AE(() => /* @__PURE__ */ T("span", { class: "line" }, null, -1)), RE = { class: "operator" };
|
|
24254
|
+
function UE(e, t, n, r, s, i) {
|
|
24208
24255
|
const a = y("native-select"), l = y("flex-cell"), u = y("ux-icon"), d = y("ux-button"), m = y("flex-row"), p = y("filter-condition");
|
|
24209
|
-
return n.definition ? (o(), h("div",
|
|
24210
|
-
T("div",
|
|
24256
|
+
return n.definition ? (o(), h("div", NE, [
|
|
24257
|
+
T("div", $E, [
|
|
24211
24258
|
c(m, {
|
|
24212
24259
|
gap: "",
|
|
24213
24260
|
center: ""
|
|
@@ -24215,7 +24262,7 @@ function LE(e, t, n, r, s, i) {
|
|
|
24215
24262
|
default: f(() => [
|
|
24216
24263
|
c(l, null, {
|
|
24217
24264
|
default: f(() => [
|
|
24218
|
-
T("div",
|
|
24265
|
+
T("div", PE, [
|
|
24219
24266
|
O(" Match "),
|
|
24220
24267
|
c(a, {
|
|
24221
24268
|
modelValue: s.model.operator,
|
|
@@ -24265,8 +24312,8 @@ function LE(e, t, n, r, s, i) {
|
|
|
24265
24312
|
shrink: ""
|
|
24266
24313
|
}, {
|
|
24267
24314
|
default: f(() => [
|
|
24268
|
-
|
|
24269
|
-
T("div",
|
|
24315
|
+
LE,
|
|
24316
|
+
T("div", RE, b(s.model.operator), 1)
|
|
24270
24317
|
]),
|
|
24271
24318
|
_: 2
|
|
24272
24319
|
}, 1032, ["class"])) : _("", !0),
|
|
@@ -24301,9 +24348,9 @@ function LE(e, t, n, r, s, i) {
|
|
|
24301
24348
|
}, 8, ["onClick"])
|
|
24302
24349
|
])) : _("", !0);
|
|
24303
24350
|
}
|
|
24304
|
-
const
|
|
24351
|
+
const jE = /* @__PURE__ */ M(FE, [["render", UE], ["__scopeId", "data-v-5783621c"]]), qE = {
|
|
24305
24352
|
components: {
|
|
24306
|
-
FilterRule:
|
|
24353
|
+
FilterRule: jE,
|
|
24307
24354
|
NativeSelect: It
|
|
24308
24355
|
},
|
|
24309
24356
|
methods: {
|
|
@@ -24395,19 +24442,19 @@ const RE = /* @__PURE__ */ M(VE, [["render", LE], ["__scopeId", "data-v-5783621c
|
|
|
24395
24442
|
model: JSON.parse(JSON.stringify(this.modelValue))
|
|
24396
24443
|
};
|
|
24397
24444
|
}
|
|
24398
|
-
},
|
|
24445
|
+
}, BE = { class: "filters" }, zE = {
|
|
24399
24446
|
key: 0,
|
|
24400
24447
|
class: "top"
|
|
24401
|
-
},
|
|
24402
|
-
function
|
|
24448
|
+
}, WE = { class: "summary" };
|
|
24449
|
+
function HE(e, t, n, r, s, i) {
|
|
24403
24450
|
const a = y("native-select"), l = y("filter-rule"), u = y("ux-button"), d = y("flex-body"), m = y("flex-column");
|
|
24404
24451
|
return o(), k(m, { class: "filter-builder" }, {
|
|
24405
24452
|
default: f(() => [
|
|
24406
24453
|
c(d, null, {
|
|
24407
24454
|
default: f(() => [
|
|
24408
|
-
T("div",
|
|
24409
|
-
s.model && s.model.filters && s.model.filters.length > 1 ? (o(), h("div",
|
|
24410
|
-
T("div",
|
|
24455
|
+
T("div", BE, [
|
|
24456
|
+
s.model && s.model.filters && s.model.filters.length > 1 ? (o(), h("div", zE, [
|
|
24457
|
+
T("div", WE, [
|
|
24411
24458
|
O(" Match "),
|
|
24412
24459
|
c(a, {
|
|
24413
24460
|
modelValue: s.model.operator,
|
|
@@ -24448,7 +24495,7 @@ function zE(e, t, n, r, s, i) {
|
|
|
24448
24495
|
_: 1
|
|
24449
24496
|
});
|
|
24450
24497
|
}
|
|
24451
|
-
const Oh = /* @__PURE__ */ M(
|
|
24498
|
+
const Oh = /* @__PURE__ */ M(qE, [["render", HE], ["__scopeId", "data-v-6c52f8af"]]), GE = {
|
|
24452
24499
|
mixins: [re],
|
|
24453
24500
|
components: {
|
|
24454
24501
|
FilterBuilder: Oh
|
|
@@ -24487,25 +24534,25 @@ const Oh = /* @__PURE__ */ M(UE, [["render", zE], ["__scopeId", "data-v-6c52f8af
|
|
|
24487
24534
|
};
|
|
24488
24535
|
}
|
|
24489
24536
|
}
|
|
24490
|
-
},
|
|
24537
|
+
}, YE = {
|
|
24491
24538
|
key: 0,
|
|
24492
24539
|
class: "ux-field-title"
|
|
24493
|
-
},
|
|
24540
|
+
}, JE = {
|
|
24494
24541
|
key: 0,
|
|
24495
24542
|
class: "ux-required-marker"
|
|
24496
|
-
},
|
|
24543
|
+
}, KE = {
|
|
24497
24544
|
key: 1,
|
|
24498
24545
|
class: "ux-field-description"
|
|
24499
|
-
},
|
|
24500
|
-
function
|
|
24546
|
+
}, ZE = { key: 2 };
|
|
24547
|
+
function XE(e, t, n, r, s, i) {
|
|
24501
24548
|
const a = y("filter-builder"), l = y("flex-cell"), u = y("ux-icon"), d = y("ux-button"), m = y("flex-row");
|
|
24502
24549
|
return o(), h(D, null, [
|
|
24503
|
-
e.showLabel ? (o(), h("label",
|
|
24550
|
+
e.showLabel ? (o(), h("label", YE, [
|
|
24504
24551
|
O(b(e.label) + " (" + b(i.definitionTitle) + ") ", 1),
|
|
24505
|
-
e.required ? (o(), h("span",
|
|
24552
|
+
e.required ? (o(), h("span", JE, "*")) : _("", !0)
|
|
24506
24553
|
])) : _("", !0),
|
|
24507
|
-
e.showDescription ? (o(), h("div",
|
|
24508
|
-
e.multiValue ? (o(), h("div",
|
|
24554
|
+
e.showDescription ? (o(), h("div", KE, b(e.description), 1)) : _("", !0),
|
|
24555
|
+
e.multiValue ? (o(), h("div", ZE, [
|
|
24509
24556
|
(o(!0), h(D, null, A(e.model, (p, g) => (o(), k(m, {
|
|
24510
24557
|
class: "ux-text-row",
|
|
24511
24558
|
key: g
|
|
@@ -24561,7 +24608,7 @@ function KE(e, t, n, r, s, i) {
|
|
|
24561
24608
|
}, null, 8, ["definition", "modelValue"]))
|
|
24562
24609
|
], 64);
|
|
24563
24610
|
}
|
|
24564
|
-
const
|
|
24611
|
+
const QE = /* @__PURE__ */ M(GE, [["render", XE], ["__scopeId", "data-v-5ca20810"]]), eM = {
|
|
24565
24612
|
components: {
|
|
24566
24613
|
// VAceEditor,
|
|
24567
24614
|
},
|
|
@@ -24695,21 +24742,21 @@ const ZE = /* @__PURE__ */ M(WE, [["render", KE], ["__scopeId", "data-v-5ca20810
|
|
|
24695
24742
|
selectionContext: {}
|
|
24696
24743
|
};
|
|
24697
24744
|
}
|
|
24698
|
-
},
|
|
24745
|
+
}, tM = {
|
|
24699
24746
|
key: 0,
|
|
24700
24747
|
class: "tokens"
|
|
24701
|
-
},
|
|
24748
|
+
}, nM = {
|
|
24702
24749
|
key: 0,
|
|
24703
24750
|
class: "tokens-body"
|
|
24704
24751
|
};
|
|
24705
|
-
function
|
|
24752
|
+
function iM(e, t, n, r, s, i) {
|
|
24706
24753
|
const a = y("flex-cell"), l = y("ux-icon"), u = y("flex-row"), d = y("ux-button"), m = y("qik-code-editor"), p = y("flex-column");
|
|
24707
24754
|
return s.mounted ? (o(), k(p, {
|
|
24708
24755
|
key: 0,
|
|
24709
24756
|
class: "ux-code-editor"
|
|
24710
24757
|
}, {
|
|
24711
24758
|
default: f(() => [
|
|
24712
|
-
n.tokens.length ? (o(), h("div",
|
|
24759
|
+
n.tokens.length ? (o(), h("div", tM, [
|
|
24713
24760
|
T("div", {
|
|
24714
24761
|
class: "tokens-header",
|
|
24715
24762
|
onClick: t[0] || (t[0] = (g) => s.showTokens = !s.showTokens)
|
|
@@ -24737,7 +24784,7 @@ function tM(e, t, n, r, s, i) {
|
|
|
24737
24784
|
_: 1
|
|
24738
24785
|
})
|
|
24739
24786
|
]),
|
|
24740
|
-
s.showTokens ? (o(), h("div",
|
|
24787
|
+
s.showTokens ? (o(), h("div", nM, [
|
|
24741
24788
|
(o(!0), h(D, null, A(n.tokens, (g) => (o(), k(d, {
|
|
24742
24789
|
size: "xs",
|
|
24743
24790
|
onClick: B((v) => i.injectToken(g.value), ["stop", "prevent"])
|
|
@@ -24766,11 +24813,11 @@ function tM(e, t, n, r, s, i) {
|
|
|
24766
24813
|
_: 1
|
|
24767
24814
|
})) : _("", !0);
|
|
24768
24815
|
}
|
|
24769
|
-
const Dh = /* @__PURE__ */ M(
|
|
24770
|
-
function
|
|
24816
|
+
const Dh = /* @__PURE__ */ M(eM, [["render", iM], ["__scopeId", "data-v-a1601d1d"]]);
|
|
24817
|
+
function rM(e) {
|
|
24771
24818
|
return e === void 0 || typeof e > "u" || e === null || String(e) === "null" || String(e) === "undefined";
|
|
24772
24819
|
}
|
|
24773
|
-
const
|
|
24820
|
+
const sM = {
|
|
24774
24821
|
props: {
|
|
24775
24822
|
title: {
|
|
24776
24823
|
type: String
|
|
@@ -24809,7 +24856,7 @@ const iM = {
|
|
|
24809
24856
|
},
|
|
24810
24857
|
cleanOutput(e) {
|
|
24811
24858
|
var t = this;
|
|
24812
|
-
return
|
|
24859
|
+
return rM(e) ? t.multiValue ? e = [] : e = void 0 : t.multiValue ? e = (e || []).filter(Boolean).map(function(n) {
|
|
24813
24860
|
return t.getValue(n);
|
|
24814
24861
|
}) : e = t.getValue(e), e;
|
|
24815
24862
|
},
|
|
@@ -24928,29 +24975,29 @@ const iM = {
|
|
|
24928
24975
|
return this.fieldOptions;
|
|
24929
24976
|
}
|
|
24930
24977
|
}
|
|
24931
|
-
},
|
|
24978
|
+
}, aM = {
|
|
24932
24979
|
key: 0,
|
|
24933
24980
|
class: "ux-field-title"
|
|
24934
|
-
},
|
|
24981
|
+
}, lM = {
|
|
24935
24982
|
key: 0,
|
|
24936
24983
|
class: "ux-required-marker"
|
|
24937
|
-
},
|
|
24984
|
+
}, oM = {
|
|
24938
24985
|
key: 1,
|
|
24939
24986
|
class: "ux-field-description"
|
|
24940
|
-
},
|
|
24987
|
+
}, uM = { class: "ui-select-button" }, dM = {
|
|
24941
24988
|
key: 0,
|
|
24942
24989
|
value: ""
|
|
24943
|
-
},
|
|
24944
|
-
function
|
|
24990
|
+
}, cM = ["value"];
|
|
24991
|
+
function fM(e, t, n, r, s, i) {
|
|
24945
24992
|
const a = y("code-editor"), l = y("flex-cell"), u = y("ux-button"), d = y("ux-icon"), m = y("flex-row"), p = y("native-select");
|
|
24946
24993
|
return o(), h("div", {
|
|
24947
24994
|
class: $(["native-select", i.classes])
|
|
24948
24995
|
}, [
|
|
24949
|
-
e.showLabel ? (o(), h("label",
|
|
24996
|
+
e.showLabel ? (o(), h("label", aM, [
|
|
24950
24997
|
O(b(e.label) + " ", 1),
|
|
24951
|
-
e.required ? (o(), h("span",
|
|
24998
|
+
e.required ? (o(), h("span", lM, "*")) : _("", !0)
|
|
24952
24999
|
])) : _("", !0),
|
|
24953
|
-
e.showDescription ? (o(), h("div",
|
|
25000
|
+
e.showDescription ? (o(), h("div", oM, b(e.description), 1)) : _("", !0),
|
|
24954
25001
|
e.singleValue ? (o(), k(m, {
|
|
24955
25002
|
key: 2,
|
|
24956
25003
|
gap: "",
|
|
@@ -24971,7 +25018,7 @@ function dM(e, t, n, r, s, i) {
|
|
|
24971
25018
|
})) : (o(), k(l, { key: 1 }, {
|
|
24972
25019
|
default: f(() => [
|
|
24973
25020
|
T("div", null, [
|
|
24974
|
-
T("div",
|
|
25021
|
+
T("div", uM, [
|
|
24975
25022
|
z(e.$slots, "default", {}, () => [
|
|
24976
25023
|
c(u, { tag: "div" }, {
|
|
24977
25024
|
default: f(() => [
|
|
@@ -24985,10 +25032,10 @@ function dM(e, t, n, r, s, i) {
|
|
|
24985
25032
|
onFocus: t[1] || (t[1] = (...g) => e.touch && e.touch(...g)),
|
|
24986
25033
|
"onUpdate:modelValue": t[2] || (t[2] = (g) => e.model = g)
|
|
24987
25034
|
}, [
|
|
24988
|
-
i.showNoneOption ? (o(), h("option",
|
|
25035
|
+
i.showNoneOption ? (o(), h("option", dM, "None")) : _("", !0),
|
|
24989
25036
|
(o(!0), h(D, null, A(i.selectableOptions, (g) => (o(), h("option", {
|
|
24990
25037
|
value: g.value
|
|
24991
|
-
}, b(g.title), 9,
|
|
25038
|
+
}, b(g.title), 9, cM))), 256))
|
|
24992
25039
|
], 544), [
|
|
24993
25040
|
[Dt, e.model]
|
|
24994
25041
|
])
|
|
@@ -25025,11 +25072,11 @@ function dM(e, t, n, r, s, i) {
|
|
|
25025
25072
|
}, null, 8, ["onTouched", "field", "modelValue"]))
|
|
25026
25073
|
], 2);
|
|
25027
25074
|
}
|
|
25028
|
-
const Ec = /* @__PURE__ */ M(
|
|
25029
|
-
function
|
|
25075
|
+
const Ec = /* @__PURE__ */ M(sM, [["render", fM], ["__scopeId", "data-v-3c1cc501"]]);
|
|
25076
|
+
function mM(e, t, n) {
|
|
25030
25077
|
return e + (t - e) * (n / 100);
|
|
25031
25078
|
}
|
|
25032
|
-
const
|
|
25079
|
+
const hM = {
|
|
25033
25080
|
props: {
|
|
25034
25081
|
modelValue: {
|
|
25035
25082
|
type: Number
|
|
@@ -25075,7 +25122,7 @@ const fM = {
|
|
|
25075
25122
|
inputReceived(e) {
|
|
25076
25123
|
const t = this, n = t.$refs.range, r = t.$refs.bubble, s = n.value, i = n.min ? n.min : 0, a = n.max ? n.max : 100;
|
|
25077
25124
|
let l = Number((s - i) * 100 / (a - i));
|
|
25078
|
-
l =
|
|
25125
|
+
l = mM(1, 99, l), r.innerHTML = `${t.prefix}${s}${t.suffix}`, r.style.left = `${l}%`;
|
|
25079
25126
|
},
|
|
25080
25127
|
attachListeners() {
|
|
25081
25128
|
const e = this, t = e.$refs.range;
|
|
@@ -25086,12 +25133,12 @@ const fM = {
|
|
|
25086
25133
|
e.$refs.bubble, t.addEventListener("input", e.inputReceived);
|
|
25087
25134
|
}
|
|
25088
25135
|
}
|
|
25089
|
-
},
|
|
25136
|
+
}, pM = { class: "ux-range-slider-wrap" }, yM = ["min", "step", "max"], gM = {
|
|
25090
25137
|
ref: "bubble",
|
|
25091
25138
|
class: "ux-range-bubble"
|
|
25092
25139
|
};
|
|
25093
|
-
function
|
|
25094
|
-
return o(), h("div",
|
|
25140
|
+
function _M(e, t, n, r, s, i) {
|
|
25141
|
+
return o(), h("div", pM, [
|
|
25095
25142
|
Z(T("input", {
|
|
25096
25143
|
ref: "range",
|
|
25097
25144
|
min: n.min,
|
|
@@ -25100,15 +25147,15 @@ function yM(e, t, n, r, s, i) {
|
|
|
25100
25147
|
"onUpdate:modelValue": t[0] || (t[0] = (a) => s.model = a),
|
|
25101
25148
|
type: "range",
|
|
25102
25149
|
class: "ux-range-slider"
|
|
25103
|
-
}, null, 8,
|
|
25150
|
+
}, null, 8, yM), [
|
|
25104
25151
|
[be, s.model]
|
|
25105
25152
|
]),
|
|
25106
|
-
T("output",
|
|
25153
|
+
T("output", gM, null, 512)
|
|
25107
25154
|
]);
|
|
25108
25155
|
}
|
|
25109
|
-
const
|
|
25156
|
+
const vM = /* @__PURE__ */ M(hM, [["render", _M], ["__scopeId", "data-v-639c59a6"]]), bM = {
|
|
25110
25157
|
components: {
|
|
25111
|
-
RangeSlider:
|
|
25158
|
+
RangeSlider: vM
|
|
25112
25159
|
},
|
|
25113
25160
|
props: {
|
|
25114
25161
|
modelValue: {
|
|
@@ -25138,25 +25185,25 @@ const gM = /* @__PURE__ */ M(fM, [["render", yM], ["__scopeId", "data-v-639c59a6
|
|
|
25138
25185
|
return "";
|
|
25139
25186
|
}
|
|
25140
25187
|
}
|
|
25141
|
-
},
|
|
25188
|
+
}, kM = {
|
|
25142
25189
|
key: 0,
|
|
25143
25190
|
class: "ux-field-title"
|
|
25144
|
-
},
|
|
25191
|
+
}, wM = {
|
|
25145
25192
|
key: 0,
|
|
25146
25193
|
class: "ux-required-marker"
|
|
25147
|
-
},
|
|
25194
|
+
}, xM = {
|
|
25148
25195
|
key: 1,
|
|
25149
25196
|
class: "ux-field-description"
|
|
25150
|
-
},
|
|
25151
|
-
function
|
|
25197
|
+
}, TM = { key: 2 }, SM = { class: "ux-slider-limit ux-slider-limit-value" }, OM = { class: "ux-slider-limit ux-slider-limit-value" };
|
|
25198
|
+
function DM(e, t, n, r, s, i) {
|
|
25152
25199
|
const a = y("range-slider"), l = y("flex-cell"), u = y("flex-row"), d = y("ux-icon"), m = y("ux-button");
|
|
25153
25200
|
return o(), h(D, null, [
|
|
25154
|
-
e.showLabel ? (o(), h("label",
|
|
25201
|
+
e.showLabel ? (o(), h("label", kM, [
|
|
25155
25202
|
O(b(e.label) + " ", 1),
|
|
25156
|
-
e.required ? (o(), h("span",
|
|
25203
|
+
e.required ? (o(), h("span", wM, "*")) : _("", !0)
|
|
25157
25204
|
])) : _("", !0),
|
|
25158
|
-
e.showDescription ? (o(), h("div",
|
|
25159
|
-
e.multiValue ? (o(), h("div",
|
|
25205
|
+
e.showDescription ? (o(), h("div", xM, b(e.description), 1)) : _("", !0),
|
|
25206
|
+
e.multiValue ? (o(), h("div", TM, [
|
|
25160
25207
|
(o(!0), h(D, null, A(e.model, (p, g) => (o(), k(u, {
|
|
25161
25208
|
class: "ux-slider-row",
|
|
25162
25209
|
key: g
|
|
@@ -25187,7 +25234,7 @@ function SM(e, t, n, r, s, i) {
|
|
|
25187
25234
|
}, 1024),
|
|
25188
25235
|
c(l, { shrink: "" }, {
|
|
25189
25236
|
default: f(() => [
|
|
25190
|
-
T("span",
|
|
25237
|
+
T("span", SM, b(i.sliderPrefix) + b(e.model[g]) + b(i.sliderSuffix), 1)
|
|
25191
25238
|
]),
|
|
25192
25239
|
_: 2
|
|
25193
25240
|
}, 1024)
|
|
@@ -25252,7 +25299,7 @@ function SM(e, t, n, r, s, i) {
|
|
|
25252
25299
|
}),
|
|
25253
25300
|
c(l, { shrink: "" }, {
|
|
25254
25301
|
default: f(() => [
|
|
25255
|
-
T("span",
|
|
25302
|
+
T("span", OM, b(i.sliderPrefix) + b(e.model) + b(i.sliderSuffix), 1)
|
|
25256
25303
|
]),
|
|
25257
25304
|
_: 1
|
|
25258
25305
|
})
|
|
@@ -25261,7 +25308,7 @@ function SM(e, t, n, r, s, i) {
|
|
|
25261
25308
|
}))
|
|
25262
25309
|
], 64);
|
|
25263
25310
|
}
|
|
25264
|
-
const
|
|
25311
|
+
const CM = /* @__PURE__ */ M(bM, [["render", DM], ["__scopeId", "data-v-ae8ff721"]]), EM = {
|
|
25265
25312
|
props: {
|
|
25266
25313
|
modelValue: {
|
|
25267
25314
|
type: String
|
|
@@ -25279,25 +25326,25 @@ const OM = /* @__PURE__ */ M(_M, [["render", SM], ["__scopeId", "data-v-ae8ff721
|
|
|
25279
25326
|
return "";
|
|
25280
25327
|
}
|
|
25281
25328
|
}
|
|
25282
|
-
},
|
|
25329
|
+
}, MM = {
|
|
25283
25330
|
key: 0,
|
|
25284
25331
|
class: "ux-field-title"
|
|
25285
|
-
},
|
|
25332
|
+
}, VM = {
|
|
25286
25333
|
key: 0,
|
|
25287
25334
|
class: "ux-required-marker"
|
|
25288
|
-
},
|
|
25335
|
+
}, IM = {
|
|
25289
25336
|
key: 1,
|
|
25290
25337
|
class: "ux-field-description"
|
|
25291
|
-
},
|
|
25292
|
-
function
|
|
25338
|
+
}, FM = { key: 2 }, AM = ["onUpdate:modelValue"], NM = ["onUpdate:modelValue"];
|
|
25339
|
+
function $M(e, t, n, r, s, i) {
|
|
25293
25340
|
const a = y("flex-cell"), l = y("ux-icon"), u = y("ux-button"), d = y("flex-row");
|
|
25294
25341
|
return o(), h(D, null, [
|
|
25295
|
-
e.showLabel ? (o(), h("label",
|
|
25342
|
+
e.showLabel ? (o(), h("label", MM, [
|
|
25296
25343
|
O(b(e.label) + " ", 1),
|
|
25297
|
-
e.required ? (o(), h("span",
|
|
25344
|
+
e.required ? (o(), h("span", VM, "*")) : _("", !0)
|
|
25298
25345
|
])) : _("", !0),
|
|
25299
|
-
e.showDescription ? (o(), h("div",
|
|
25300
|
-
e.multiValue ? (o(), h("div",
|
|
25346
|
+
e.showDescription ? (o(), h("div", IM, b(e.description), 1)) : _("", !0),
|
|
25347
|
+
e.multiValue ? (o(), h("div", FM, [
|
|
25301
25348
|
(o(!0), h(D, null, A(e.model, (m, p) => (o(), k(d, {
|
|
25302
25349
|
class: "ux-text-row",
|
|
25303
25350
|
gap: "",
|
|
@@ -25313,7 +25360,7 @@ function AM(e, t, n, r, s, i) {
|
|
|
25313
25360
|
ref_for: !0,
|
|
25314
25361
|
ref: "input",
|
|
25315
25362
|
"onUpdate:modelValue": (g) => e.model[p] = g
|
|
25316
|
-
}, null, 40,
|
|
25363
|
+
}, null, 40, AM), [
|
|
25317
25364
|
[be, e.model[p]]
|
|
25318
25365
|
])
|
|
25319
25366
|
]),
|
|
@@ -25328,7 +25375,7 @@ function AM(e, t, n, r, s, i) {
|
|
|
25328
25375
|
ref_for: !0,
|
|
25329
25376
|
ref: "input",
|
|
25330
25377
|
"onUpdate:modelValue": (g) => e.model[p] = g
|
|
25331
|
-
}, null, 40,
|
|
25378
|
+
}, null, 40, NM), [
|
|
25332
25379
|
[be, e.model[p]]
|
|
25333
25380
|
])
|
|
25334
25381
|
]),
|
|
@@ -25402,11 +25449,11 @@ function AM(e, t, n, r, s, i) {
|
|
|
25402
25449
|
}))
|
|
25403
25450
|
], 64);
|
|
25404
25451
|
}
|
|
25405
|
-
const
|
|
25452
|
+
const PM = /* @__PURE__ */ M(EM, [["render", $M], ["__scopeId", "data-v-91624210"]]);
|
|
25406
25453
|
function Mc(e) {
|
|
25407
25454
|
return Array.isArray(e) ? !!e[0] : !!e;
|
|
25408
25455
|
}
|
|
25409
|
-
const
|
|
25456
|
+
const LM = {
|
|
25410
25457
|
mixins: [re],
|
|
25411
25458
|
components: {
|
|
25412
25459
|
UxSwitch: xm
|
|
@@ -25439,17 +25486,17 @@ const $M = {
|
|
|
25439
25486
|
return String(this.description).length > 2;
|
|
25440
25487
|
}
|
|
25441
25488
|
}
|
|
25442
|
-
},
|
|
25489
|
+
}, RM = {
|
|
25443
25490
|
key: 0,
|
|
25444
25491
|
class: "ux-field-title"
|
|
25445
|
-
},
|
|
25492
|
+
}, UM = {
|
|
25446
25493
|
key: 0,
|
|
25447
25494
|
class: "ux-required-marker"
|
|
25448
|
-
},
|
|
25495
|
+
}, jM = {
|
|
25449
25496
|
key: 1,
|
|
25450
25497
|
class: "ux-field-description"
|
|
25451
25498
|
};
|
|
25452
|
-
function
|
|
25499
|
+
function qM(e, t, n, r, s, i) {
|
|
25453
25500
|
const a = y("ux-switch"), l = y("flex-cell"), u = y("flex-row");
|
|
25454
25501
|
return o(), h("div", null, [
|
|
25455
25502
|
c(u, {
|
|
@@ -25472,11 +25519,11 @@ function UM(e, t, n, r, s, i) {
|
|
|
25472
25519
|
c(l, { vcenter: "" }, {
|
|
25473
25520
|
default: f(() => [
|
|
25474
25521
|
T("div", null, [
|
|
25475
|
-
e.showLabel ? (o(), h("label",
|
|
25522
|
+
e.showLabel ? (o(), h("label", RM, [
|
|
25476
25523
|
O(b(e.label) + " ", 1),
|
|
25477
|
-
e.required ? (o(), h("span",
|
|
25524
|
+
e.required ? (o(), h("span", UM, "*")) : _("", !0)
|
|
25478
25525
|
])) : _("", !0),
|
|
25479
|
-
e.showDescription ? (o(), h("div",
|
|
25526
|
+
e.showDescription ? (o(), h("div", jM, b(e.description), 1)) : _("", !0)
|
|
25480
25527
|
])
|
|
25481
25528
|
]),
|
|
25482
25529
|
_: 1
|
|
@@ -25486,7 +25533,7 @@ function UM(e, t, n, r, s, i) {
|
|
|
25486
25533
|
})
|
|
25487
25534
|
]);
|
|
25488
25535
|
}
|
|
25489
|
-
const
|
|
25536
|
+
const BM = /* @__PURE__ */ M(LM, [["render", qM], ["__scopeId", "data-v-1b49e626"]]), zM = {
|
|
25490
25537
|
props: {
|
|
25491
25538
|
multiple: {
|
|
25492
25539
|
type: Boolean
|
|
@@ -25530,8 +25577,8 @@ const jM = /* @__PURE__ */ M($M, [["render", UM], ["__scopeId", "data-v-1b49e626
|
|
|
25530
25577
|
this.$emit("files", t);
|
|
25531
25578
|
}
|
|
25532
25579
|
}
|
|
25533
|
-
},
|
|
25534
|
-
function
|
|
25580
|
+
}, WM = ["accept", "multiple"];
|
|
25581
|
+
function HM(e, t, n, r, s, i) {
|
|
25535
25582
|
const a = y("ux-button");
|
|
25536
25583
|
return o(), h("label", {
|
|
25537
25584
|
class: $(["file-drop", { over: s.over }]),
|
|
@@ -25545,7 +25592,7 @@ function zM(e, t, n, r, s, i) {
|
|
|
25545
25592
|
type: "file",
|
|
25546
25593
|
multiple: n.multiple,
|
|
25547
25594
|
onChange: t[0] || (t[0] = (l) => i.filesSelected(l.target.files))
|
|
25548
|
-
}, null, 40,
|
|
25595
|
+
}, null, 40, WM),
|
|
25549
25596
|
T("div", {
|
|
25550
25597
|
class: "file-drop-ux",
|
|
25551
25598
|
onClick: t[1] || (t[1] = B((...l) => i.clicked && i.clicked(...l), ["stop", "prevent"]))
|
|
@@ -25561,10 +25608,10 @@ function zM(e, t, n, r, s, i) {
|
|
|
25561
25608
|
])
|
|
25562
25609
|
], 34);
|
|
25563
25610
|
}
|
|
25564
|
-
const
|
|
25611
|
+
const GM = /* @__PURE__ */ M(zM, [["render", HM], ["__scopeId", "data-v-6bce29af"]]), YM = {
|
|
25565
25612
|
mixins: [re],
|
|
25566
25613
|
components: {
|
|
25567
|
-
FileDrop:
|
|
25614
|
+
FileDrop: GM
|
|
25568
25615
|
},
|
|
25569
25616
|
props: {
|
|
25570
25617
|
// modelValue: {
|
|
@@ -25658,28 +25705,28 @@ const WM = /* @__PURE__ */ M(qM, [["render", zM], ["__scopeId", "data-v-6bce29af
|
|
|
25658
25705
|
}
|
|
25659
25706
|
},
|
|
25660
25707
|
computed: {}
|
|
25661
|
-
},
|
|
25708
|
+
}, JM = {
|
|
25662
25709
|
key: 0,
|
|
25663
25710
|
class: "ux-field-title"
|
|
25664
|
-
},
|
|
25711
|
+
}, KM = {
|
|
25665
25712
|
key: 0,
|
|
25666
25713
|
class: "ux-required-marker"
|
|
25667
|
-
},
|
|
25714
|
+
}, ZM = {
|
|
25668
25715
|
key: 1,
|
|
25669
25716
|
class: "ux-field-description"
|
|
25670
|
-
},
|
|
25717
|
+
}, XM = {
|
|
25671
25718
|
key: 2,
|
|
25672
25719
|
class: "files"
|
|
25673
|
-
},
|
|
25674
|
-
function
|
|
25720
|
+
}, QM = { class: "size" };
|
|
25721
|
+
function eV(e, t, n, r, s, i) {
|
|
25675
25722
|
const a = y("progress-bar"), l = y("flex-cell"), u = y("ux-icon"), d = y("ux-button"), m = y("flex-row"), p = y("file-drop");
|
|
25676
25723
|
return o(), h(D, null, [
|
|
25677
|
-
e.showLabel ? (o(), h("label",
|
|
25724
|
+
e.showLabel ? (o(), h("label", JM, [
|
|
25678
25725
|
O(b(e.label) + " ", 1),
|
|
25679
|
-
e.required ? (o(), h("span",
|
|
25726
|
+
e.required ? (o(), h("span", KM, "*")) : _("", !0)
|
|
25680
25727
|
])) : _("", !0),
|
|
25681
|
-
e.showDescription ? (o(), h("div",
|
|
25682
|
-
s.files && s.files.length ? (o(), h("div",
|
|
25728
|
+
e.showDescription ? (o(), h("div", ZM, b(e.description), 1)) : _("", !0),
|
|
25729
|
+
s.files && s.files.length ? (o(), h("div", XM, [
|
|
25683
25730
|
(o(!0), h(D, null, A(s.files, (g, v) => (o(), h("div", {
|
|
25684
25731
|
class: "file-item",
|
|
25685
25732
|
key: v
|
|
@@ -25689,7 +25736,7 @@ function XM(e, t, n, r, s, i) {
|
|
|
25689
25736
|
c(l, null, {
|
|
25690
25737
|
default: f(() => [
|
|
25691
25738
|
T("strong", null, b(g.name), 1),
|
|
25692
|
-
T("div",
|
|
25739
|
+
T("div", QM, b(i.filesize(g.size)), 1),
|
|
25693
25740
|
c(a, {
|
|
25694
25741
|
value: g.progress
|
|
25695
25742
|
}, null, 8, ["value"])
|
|
@@ -25747,7 +25794,7 @@ function XM(e, t, n, r, s, i) {
|
|
|
25747
25794
|
}, 8, ["onFiles"]))
|
|
25748
25795
|
], 64);
|
|
25749
25796
|
}
|
|
25750
|
-
const
|
|
25797
|
+
const tV = /* @__PURE__ */ M(YM, [["render", eV], ["__scopeId", "data-v-d29a9855"]]), nV = {
|
|
25751
25798
|
mixins: [re],
|
|
25752
25799
|
//TODO check whether we should move draggable into the input mixin
|
|
25753
25800
|
components: { draggable: Dr },
|
|
@@ -25843,40 +25890,40 @@ const QM = /* @__PURE__ */ M(HM, [["render", XM], ["__scopeId", "data-v-d29a9855
|
|
|
25843
25890
|
this.model.push(n);
|
|
25844
25891
|
}
|
|
25845
25892
|
}
|
|
25846
|
-
},
|
|
25893
|
+
}, iV = {
|
|
25847
25894
|
key: 0,
|
|
25848
25895
|
class: "ux-multi-group"
|
|
25849
|
-
},
|
|
25896
|
+
}, rV = {
|
|
25850
25897
|
key: 0,
|
|
25851
25898
|
class: "ux-group-title"
|
|
25852
|
-
},
|
|
25899
|
+
}, sV = {
|
|
25853
25900
|
key: 0,
|
|
25854
25901
|
class: "ux-field-title"
|
|
25855
|
-
},
|
|
25902
|
+
}, aV = {
|
|
25856
25903
|
key: 0,
|
|
25857
25904
|
class: "ux-required-marker"
|
|
25858
|
-
},
|
|
25905
|
+
}, lV = {
|
|
25859
25906
|
key: 1,
|
|
25860
25907
|
class: "ux-field-description"
|
|
25861
|
-
},
|
|
25908
|
+
}, oV = {
|
|
25862
25909
|
key: 0,
|
|
25863
25910
|
class: "ux-single-group"
|
|
25864
|
-
},
|
|
25911
|
+
}, uV = { class: "ux-group-title" }, dV = {
|
|
25865
25912
|
key: 0,
|
|
25866
25913
|
class: "ux-field-title"
|
|
25867
|
-
},
|
|
25914
|
+
}, cV = {
|
|
25868
25915
|
key: 1,
|
|
25869
25916
|
class: "ux-field-description"
|
|
25870
25917
|
};
|
|
25871
|
-
function
|
|
25918
|
+
function fV(e, t, n, r, s, i) {
|
|
25872
25919
|
const a = y("ux-icon"), l = y("flex-cell"), u = y("ux-button"), d = y("flex-row"), m = y("ux-panel-header"), p = y("ux-form"), g = y("ux-panel-body"), v = y("ux-panel"), x = y("draggable");
|
|
25873
|
-
return e.multiValue ? (o(), h("div",
|
|
25874
|
-
i.showLabel ? (o(), h("div",
|
|
25875
|
-
i.showLabel ? (o(), h("label",
|
|
25920
|
+
return e.multiValue ? (o(), h("div", iV, [
|
|
25921
|
+
i.showLabel ? (o(), h("div", rV, [
|
|
25922
|
+
i.showLabel ? (o(), h("label", sV, [
|
|
25876
25923
|
O(b(e.plural || e.title) + " ", 1),
|
|
25877
|
-
e.required ? (o(), h("span",
|
|
25924
|
+
e.required ? (o(), h("span", aV, "*")) : _("", !0)
|
|
25878
25925
|
])) : _("", !0),
|
|
25879
|
-
e.showDescription ? (o(), h("div",
|
|
25926
|
+
e.showDescription ? (o(), h("div", lV, b(e.description), 1)) : _("", !0)
|
|
25880
25927
|
])) : _("", !0),
|
|
25881
25928
|
i.reorderable ? (o(), k(x, {
|
|
25882
25929
|
key: 1,
|
|
@@ -26242,10 +26289,10 @@ function dV(e, t, n, r, s, i) {
|
|
|
26242
26289
|
_: 1
|
|
26243
26290
|
}))
|
|
26244
26291
|
], 64)) : (o(), h(D, { key: 1 }, [
|
|
26245
|
-
i.showLabel ? (o(), h("div",
|
|
26246
|
-
T("div",
|
|
26247
|
-
i.showLabel ? (o(), h("label",
|
|
26248
|
-
e.showDescription ? (o(), h("div",
|
|
26292
|
+
i.showLabel ? (o(), h("div", oV, [
|
|
26293
|
+
T("div", uV, [
|
|
26294
|
+
i.showLabel ? (o(), h("label", dV, b(e.title), 1)) : _("", !0),
|
|
26295
|
+
e.showDescription ? (o(), h("div", cV, b(e.description), 1)) : _("", !0)
|
|
26249
26296
|
]),
|
|
26250
26297
|
c(v, null, {
|
|
26251
26298
|
default: f(() => [
|
|
@@ -26289,11 +26336,11 @@ function dV(e, t, n, r, s, i) {
|
|
|
26289
26336
|
], 64))
|
|
26290
26337
|
], 64));
|
|
26291
26338
|
}
|
|
26292
|
-
const
|
|
26339
|
+
const mV = /* @__PURE__ */ M(nV, [["render", fV], ["__scopeId", "data-v-3ce8a8fa"]]);
|
|
26293
26340
|
function Il(e) {
|
|
26294
26341
|
return e === void 0 || typeof e > "u" || e === null || String(e) === "null" || String(e) === "undefined";
|
|
26295
26342
|
}
|
|
26296
|
-
const
|
|
26343
|
+
const hV = {
|
|
26297
26344
|
props: {
|
|
26298
26345
|
option: {
|
|
26299
26346
|
required: !0
|
|
@@ -26308,14 +26355,14 @@ const fV = {
|
|
|
26308
26355
|
}
|
|
26309
26356
|
}
|
|
26310
26357
|
};
|
|
26311
|
-
function
|
|
26358
|
+
function pV(e, t, n, r, s, i) {
|
|
26312
26359
|
return z(e.$slots, "default", { plainValue: i.plainValue }, () => [
|
|
26313
26360
|
T("pre", null, b(n.option), 1)
|
|
26314
26361
|
]);
|
|
26315
26362
|
}
|
|
26316
|
-
const
|
|
26363
|
+
const yV = /* @__PURE__ */ M(hV, [["render", pV]]), gV = {
|
|
26317
26364
|
components: {
|
|
26318
|
-
OptionSlot:
|
|
26365
|
+
OptionSlot: yV
|
|
26319
26366
|
},
|
|
26320
26367
|
props: {
|
|
26321
26368
|
modelValue: {
|
|
@@ -26388,35 +26435,35 @@ const hV = /* @__PURE__ */ M(fV, [["render", mV]]), pV = {
|
|
|
26388
26435
|
return this.getLabel(this.optionLookup[this.model]) || "Click to select";
|
|
26389
26436
|
}
|
|
26390
26437
|
}
|
|
26391
|
-
},
|
|
26438
|
+
}, _V = {
|
|
26392
26439
|
key: 0,
|
|
26393
26440
|
class: "ux-field-title"
|
|
26394
|
-
},
|
|
26441
|
+
}, vV = {
|
|
26395
26442
|
key: 0,
|
|
26396
26443
|
class: "ux-required-marker"
|
|
26397
|
-
},
|
|
26444
|
+
}, bV = {
|
|
26398
26445
|
key: 1,
|
|
26399
26446
|
class: "ux-field-description"
|
|
26400
|
-
},
|
|
26447
|
+
}, kV = { key: 2 }, wV = {
|
|
26401
26448
|
key: 3,
|
|
26402
26449
|
class: "buttons"
|
|
26403
26450
|
};
|
|
26404
|
-
function
|
|
26451
|
+
function xV(e, t, n, r, s, i) {
|
|
26405
26452
|
const a = y("ux-icon"), l = y("flex-cell"), u = y("flex-row"), d = y("ux-button"), m = y("option-slot");
|
|
26406
26453
|
return o(), h(D, null, [
|
|
26407
|
-
e.showLabel ? (o(), h("label",
|
|
26454
|
+
e.showLabel ? (o(), h("label", _V, [
|
|
26408
26455
|
O(b(e.label) + " ", 1),
|
|
26409
|
-
e.required ? (o(), h("span",
|
|
26456
|
+
e.required ? (o(), h("span", vV, "*")) : _("", !0)
|
|
26410
26457
|
])) : _("", !0),
|
|
26411
|
-
e.showDescription ? (o(), h("div",
|
|
26412
|
-
e.loadingAsyncOptions ? (o(), h("div",
|
|
26458
|
+
e.showDescription ? (o(), h("div", bV, b(e.description), 1)) : _("", !0),
|
|
26459
|
+
e.loadingAsyncOptions ? (o(), h("div", kV, [
|
|
26413
26460
|
c(a, {
|
|
26414
26461
|
icon: "fa-spinner",
|
|
26415
26462
|
spin: "",
|
|
26416
26463
|
left: ""
|
|
26417
26464
|
}),
|
|
26418
26465
|
O(" Loading Options ")
|
|
26419
|
-
])) : (o(), h("div",
|
|
26466
|
+
])) : (o(), h("div", wV, [
|
|
26420
26467
|
(o(!0), h(D, null, A(e.selectableOptions, (p) => (o(), k(m, { option: p }, {
|
|
26421
26468
|
default: f(({ plainValue: g }) => [
|
|
26422
26469
|
c(d, {
|
|
@@ -26457,7 +26504,7 @@ function kV(e, t, n, r, s, i) {
|
|
|
26457
26504
|
]))
|
|
26458
26505
|
], 64);
|
|
26459
26506
|
}
|
|
26460
|
-
const
|
|
26507
|
+
const TV = /* @__PURE__ */ M(gV, [["render", xV], ["__scopeId", "data-v-491bd3a3"]]), SV = {
|
|
26461
26508
|
props: {
|
|
26462
26509
|
modelValue: {
|
|
26463
26510
|
type: Object
|
|
@@ -26470,25 +26517,25 @@ const wV = /* @__PURE__ */ M(pV, [["render", kV], ["__scopeId", "data-v-491bd3a3
|
|
|
26470
26517
|
return {};
|
|
26471
26518
|
}
|
|
26472
26519
|
}
|
|
26473
|
-
},
|
|
26520
|
+
}, OV = {
|
|
26474
26521
|
key: 0,
|
|
26475
26522
|
class: "ux-field-title"
|
|
26476
|
-
},
|
|
26523
|
+
}, DV = {
|
|
26477
26524
|
key: 0,
|
|
26478
26525
|
class: "ux-required-marker"
|
|
26479
|
-
},
|
|
26526
|
+
}, CV = {
|
|
26480
26527
|
key: 1,
|
|
26481
26528
|
class: "ux-field-description"
|
|
26482
|
-
},
|
|
26483
|
-
function
|
|
26529
|
+
}, EV = { key: 2 }, MV = { key: 3 };
|
|
26530
|
+
function VV(e, t, n, r, s, i) {
|
|
26484
26531
|
const a = y("flex-cell"), l = y("ux-icon"), u = y("ux-button"), d = y("flex-row");
|
|
26485
26532
|
return o(), h(D, null, [
|
|
26486
|
-
e.showLabel ? (o(), h("label",
|
|
26533
|
+
e.showLabel ? (o(), h("label", OV, [
|
|
26487
26534
|
O(b(e.label) + " ", 1),
|
|
26488
|
-
e.required ? (o(), h("span",
|
|
26535
|
+
e.required ? (o(), h("span", DV, "*")) : _("", !0)
|
|
26489
26536
|
])) : _("", !0),
|
|
26490
|
-
e.showDescription ? (o(), h("div",
|
|
26491
|
-
e.multiValue ? (o(), h("div",
|
|
26537
|
+
e.showDescription ? (o(), h("div", CV, b(e.description), 1)) : _("", !0),
|
|
26538
|
+
e.multiValue ? (o(), h("div", EV, [
|
|
26492
26539
|
(o(!0), h(D, null, A(e.model, (m, p) => (o(), k(d, {
|
|
26493
26540
|
class: "ux-text-row",
|
|
26494
26541
|
key: p
|
|
@@ -26535,10 +26582,10 @@ function EV(e, t, n, r, s, i) {
|
|
|
26535
26582
|
]),
|
|
26536
26583
|
_: 1
|
|
26537
26584
|
})) : _("", !0)
|
|
26538
|
-
])) : (o(), h("pre",
|
|
26585
|
+
])) : (o(), h("pre", MV, b(e.model), 1))
|
|
26539
26586
|
], 64);
|
|
26540
26587
|
}
|
|
26541
|
-
const
|
|
26588
|
+
const IV = /* @__PURE__ */ M(SV, [["render", VV], ["__scopeId", "data-v-aae5394a"]]), FV = {
|
|
26542
26589
|
components: {
|
|
26543
26590
|
UxCheckbox: Gl
|
|
26544
26591
|
},
|
|
@@ -26685,27 +26732,27 @@ const MV = /* @__PURE__ */ M(xV, [["render", EV], ["__scopeId", "data-v-aae5394a
|
|
|
26685
26732
|
};
|
|
26686
26733
|
}
|
|
26687
26734
|
}
|
|
26688
|
-
},
|
|
26735
|
+
}, AV = { key: 0 }, NV = { key: 1 }, $V = {
|
|
26689
26736
|
key: 0,
|
|
26690
26737
|
class: "ux-field-title"
|
|
26691
|
-
},
|
|
26738
|
+
}, PV = {
|
|
26692
26739
|
key: 0,
|
|
26693
26740
|
class: "ux-required-marker"
|
|
26694
|
-
},
|
|
26741
|
+
}, LV = {
|
|
26695
26742
|
key: 1,
|
|
26696
26743
|
class: "ux-field-description"
|
|
26697
|
-
},
|
|
26698
|
-
function
|
|
26744
|
+
}, RV = { key: 2 };
|
|
26745
|
+
function UV(e, t, n, r, s, i) {
|
|
26699
26746
|
const a = y("spinner"), l = y("ux-checkbox"), u = y("flex-cell"), d = y("ux-form"), m = y("flex-row");
|
|
26700
|
-
return i.loadingGlossary ? (o(), h("div",
|
|
26747
|
+
return i.loadingGlossary ? (o(), h("div", AV, [
|
|
26701
26748
|
c(a)
|
|
26702
|
-
])) : i.definition ? (o(), h("div",
|
|
26703
|
-
e.showLabel ? (o(), h("label",
|
|
26749
|
+
])) : i.definition ? (o(), h("div", NV, [
|
|
26750
|
+
e.showLabel ? (o(), h("label", $V, [
|
|
26704
26751
|
O(b(e.label) + " ", 1),
|
|
26705
|
-
e.required ? (o(), h("span",
|
|
26752
|
+
e.required ? (o(), h("span", PV, "*")) : _("", !0)
|
|
26706
26753
|
])) : _("", !0),
|
|
26707
|
-
e.showDescription ? (o(), h("div",
|
|
26708
|
-
e.multiValue ? (o(), h("div",
|
|
26754
|
+
e.showDescription ? (o(), h("div", LV, b(e.description), 1)) : _("", !0),
|
|
26755
|
+
e.multiValue ? (o(), h("div", RV, "This field can not be used on a multiple")) : (o(!0), h(D, { key: 3 }, A(i.fields, (p) => (o(), h("div", {
|
|
26709
26756
|
class: $(["field-row", { active: e.model.enabled[p.path] }])
|
|
26710
26757
|
}, [
|
|
26711
26758
|
c(m, { gap: "" }, {
|
|
@@ -26761,7 +26808,7 @@ function LV(e, t, n, r, s, i) {
|
|
|
26761
26808
|
], 2))), 256))
|
|
26762
26809
|
])) : _("", !0);
|
|
26763
26810
|
}
|
|
26764
|
-
const
|
|
26811
|
+
const jV = /* @__PURE__ */ M(FV, [["render", UV], ["__scopeId", "data-v-9e2045bf"]]), qV = {
|
|
26765
26812
|
props: {
|
|
26766
26813
|
modelValue: {
|
|
26767
26814
|
type: [String, Array]
|
|
@@ -26830,25 +26877,25 @@ const RV = /* @__PURE__ */ M(VV, [["render", LV], ["__scopeId", "data-v-9e2045bf
|
|
|
26830
26877
|
};
|
|
26831
26878
|
}
|
|
26832
26879
|
}
|
|
26833
|
-
}, Cr = (e) => (je("data-v-91cc715f"), e = e(), qe(), e),
|
|
26880
|
+
}, Cr = (e) => (je("data-v-91cc715f"), e = e(), qe(), e), BV = {
|
|
26834
26881
|
key: 0,
|
|
26835
26882
|
class: "ux-field-title"
|
|
26836
|
-
},
|
|
26883
|
+
}, zV = {
|
|
26837
26884
|
key: 0,
|
|
26838
26885
|
class: "ux-required-marker"
|
|
26839
|
-
},
|
|
26886
|
+
}, WV = {
|
|
26840
26887
|
key: 1,
|
|
26841
26888
|
class: "ux-field-description"
|
|
26842
|
-
},
|
|
26843
|
-
function
|
|
26889
|
+
}, HV = { key: 2 }, GV = { class: "ux-text-wrap prefixed" }, YV = /* @__PURE__ */ Cr(() => /* @__PURE__ */ T("span", { class: "ux-text-prefix" }, "Label", -1)), JV = ["onBlur", "on:update:modelValue", "onUpdate:modelValue"], KV = ["onBlur", "on:update:modelValue", "onUpdate:modelValue"], ZV = { class: "ux-text-wrap prefixed" }, XV = /* @__PURE__ */ Cr(() => /* @__PURE__ */ T("span", { class: "ux-text-prefix" }, "Value", -1)), QV = ["placeholder", "onFocus", "onUpdate:modelValue"], eI = ["placeholder", "onFocus", "onUpdate:modelValue"], tI = { class: "ux-text-wrap prefixed" }, nI = /* @__PURE__ */ Cr(() => /* @__PURE__ */ T("span", { class: "ux-text-prefix" }, "Label", -1)), iI = { class: "ux-text-wrap prefixed" }, rI = /* @__PURE__ */ Cr(() => /* @__PURE__ */ T("span", { class: "ux-text-prefix" }, "Value", -1));
|
|
26890
|
+
function sI(e, t, n, r, s, i) {
|
|
26844
26891
|
const a = y("flex-cell"), l = y("ux-icon"), u = y("ux-button"), d = y("flex-row");
|
|
26845
26892
|
return o(), h(D, null, [
|
|
26846
|
-
e.showLabel ? (o(), h("label",
|
|
26893
|
+
e.showLabel ? (o(), h("label", BV, [
|
|
26847
26894
|
O(b(e.label) + " ", 1),
|
|
26848
|
-
e.required ? (o(), h("span",
|
|
26895
|
+
e.required ? (o(), h("span", zV, "*")) : _("", !0)
|
|
26849
26896
|
])) : _("", !0),
|
|
26850
|
-
e.showDescription ? (o(), h("div",
|
|
26851
|
-
e.multiValue ? (o(), h("div",
|
|
26897
|
+
e.showDescription ? (o(), h("div", WV, b(e.description), 1)) : _("", !0),
|
|
26898
|
+
e.multiValue ? (o(), h("div", HV, [
|
|
26852
26899
|
(o(!0), h(D, null, A(e.model, (m, p) => (o(), k(d, {
|
|
26853
26900
|
gap: "",
|
|
26854
26901
|
class: "ux-text-row",
|
|
@@ -26857,8 +26904,8 @@ function iI(e, t, n, r, s, i) {
|
|
|
26857
26904
|
default: f(() => [
|
|
26858
26905
|
c(a, null, {
|
|
26859
26906
|
default: f(() => [
|
|
26860
|
-
T("div",
|
|
26861
|
-
|
|
26907
|
+
T("div", GV, [
|
|
26908
|
+
YV,
|
|
26862
26909
|
i.lazy ? Z((o(), h("input", {
|
|
26863
26910
|
key: 0,
|
|
26864
26911
|
class: "ux-field-focus ux-text-input-multiple",
|
|
@@ -26870,7 +26917,7 @@ function iI(e, t, n, r, s, i) {
|
|
|
26870
26917
|
onBlur: (g) => i.titleBlurred(p),
|
|
26871
26918
|
"on:update:modelValue": (g) => i.entryTitleChanged(p),
|
|
26872
26919
|
"onUpdate:modelValue": (g) => e.model[p].title = g
|
|
26873
|
-
}, null, 40,
|
|
26920
|
+
}, null, 40, JV)), [
|
|
26874
26921
|
[
|
|
26875
26922
|
be,
|
|
26876
26923
|
e.model[p].title,
|
|
@@ -26889,7 +26936,7 @@ function iI(e, t, n, r, s, i) {
|
|
|
26889
26936
|
onBlur: (g) => i.titleBlurred(p),
|
|
26890
26937
|
"on:update:modelValue": (g) => i.entryTitleChanged(p),
|
|
26891
26938
|
"onUpdate:modelValue": (g) => e.model[p].title = g
|
|
26892
|
-
}, null, 40,
|
|
26939
|
+
}, null, 40, KV)), [
|
|
26893
26940
|
[be, e.model[p].title]
|
|
26894
26941
|
])
|
|
26895
26942
|
])
|
|
@@ -26898,8 +26945,8 @@ function iI(e, t, n, r, s, i) {
|
|
|
26898
26945
|
}, 1024),
|
|
26899
26946
|
c(a, null, {
|
|
26900
26947
|
default: f(() => [
|
|
26901
|
-
T("div",
|
|
26902
|
-
|
|
26948
|
+
T("div", ZV, [
|
|
26949
|
+
XV,
|
|
26903
26950
|
i.lazy ? Z((o(), h("input", {
|
|
26904
26951
|
key: 0,
|
|
26905
26952
|
class: "ux-field-focus ux-text-input-multiple",
|
|
@@ -26909,7 +26956,7 @@ function iI(e, t, n, r, s, i) {
|
|
|
26909
26956
|
ref: "valueInput",
|
|
26910
26957
|
onKeydown: t[4] || (t[4] = we(B((g) => e.add(), ["stop", "prevent"]), ["enter"])),
|
|
26911
26958
|
"onUpdate:modelValue": (g) => e.model[p].value = g
|
|
26912
|
-
}, null, 40,
|
|
26959
|
+
}, null, 40, QV)), [
|
|
26913
26960
|
[
|
|
26914
26961
|
be,
|
|
26915
26962
|
e.model[p].value,
|
|
@@ -26926,7 +26973,7 @@ function iI(e, t, n, r, s, i) {
|
|
|
26926
26973
|
ref: "valueInput",
|
|
26927
26974
|
onKeydown: t[5] || (t[5] = we(B((g) => e.add(), ["stop", "prevent"]), ["enter"])),
|
|
26928
26975
|
"onUpdate:modelValue": (g) => e.model[p].value = g
|
|
26929
|
-
}, null, 40,
|
|
26976
|
+
}, null, 40, eI)), [
|
|
26930
26977
|
[be, e.model[p].value]
|
|
26931
26978
|
])
|
|
26932
26979
|
])
|
|
@@ -26975,8 +27022,8 @@ function iI(e, t, n, r, s, i) {
|
|
|
26975
27022
|
default: f(() => [
|
|
26976
27023
|
c(a, null, {
|
|
26977
27024
|
default: f(() => [
|
|
26978
|
-
T("div",
|
|
26979
|
-
|
|
27025
|
+
T("div", tI, [
|
|
27026
|
+
nI,
|
|
26980
27027
|
i.lazy ? Z((o(), h("input", {
|
|
26981
27028
|
key: 0,
|
|
26982
27029
|
class: "ux-field-focus ux-text-input-multiple",
|
|
@@ -27014,8 +27061,8 @@ function iI(e, t, n, r, s, i) {
|
|
|
27014
27061
|
}),
|
|
27015
27062
|
c(a, null, {
|
|
27016
27063
|
default: f(() => [
|
|
27017
|
-
T("div",
|
|
27018
|
-
|
|
27064
|
+
T("div", iI, [
|
|
27065
|
+
rI,
|
|
27019
27066
|
i.lazy ? Z((o(), h("input", {
|
|
27020
27067
|
key: 0,
|
|
27021
27068
|
class: "ux-field-focus ux-text-input-multiple",
|
|
@@ -27052,7 +27099,7 @@ function iI(e, t, n, r, s, i) {
|
|
|
27052
27099
|
}))
|
|
27053
27100
|
], 64);
|
|
27054
27101
|
}
|
|
27055
|
-
const
|
|
27102
|
+
const aI = /* @__PURE__ */ M(qV, [["render", sI], ["__scopeId", "data-v-91cc715f"]]), lI = {
|
|
27056
27103
|
components: {
|
|
27057
27104
|
CodeEditor: Dh
|
|
27058
27105
|
},
|
|
@@ -27077,30 +27124,30 @@ const rI = /* @__PURE__ */ M(UV, [["render", iI], ["__scopeId", "data-v-91cc715f
|
|
|
27077
27124
|
return "";
|
|
27078
27125
|
}
|
|
27079
27126
|
}
|
|
27080
|
-
},
|
|
27127
|
+
}, oI = {
|
|
27081
27128
|
key: 0,
|
|
27082
27129
|
class: "ux-field-title"
|
|
27083
|
-
},
|
|
27130
|
+
}, uI = {
|
|
27084
27131
|
key: 0,
|
|
27085
27132
|
class: "ux-required-marker"
|
|
27086
|
-
},
|
|
27133
|
+
}, dI = {
|
|
27087
27134
|
key: 1,
|
|
27088
27135
|
class: "ux-field-description"
|
|
27089
|
-
},
|
|
27136
|
+
}, cI = { key: 2 }, fI = { class: "code-editor-field-wrap" }, mI = {
|
|
27090
27137
|
key: 3,
|
|
27091
27138
|
class: "code-editor-field-wrap"
|
|
27092
27139
|
};
|
|
27093
|
-
function
|
|
27140
|
+
function hI(e, t, n, r, s, i) {
|
|
27094
27141
|
const a = y("code-editor"), l = y("flex-cell"), u = y("ux-icon"), d = y("ux-button"), m = y("flex-row");
|
|
27095
27142
|
return o(), h("div", {
|
|
27096
27143
|
onKeydown: t[2] || (t[2] = we(B((p) => i.enterPress(p), ["stop"]), ["enter"]))
|
|
27097
27144
|
}, [
|
|
27098
|
-
e.showLabel ? (o(), h("label",
|
|
27145
|
+
e.showLabel ? (o(), h("label", oI, [
|
|
27099
27146
|
O(b(e.label) + " ", 1),
|
|
27100
|
-
e.required ? (o(), h("span",
|
|
27147
|
+
e.required ? (o(), h("span", uI, "*")) : _("", !0)
|
|
27101
27148
|
])) : _("", !0),
|
|
27102
|
-
e.showDescription ? (o(), h("div",
|
|
27103
|
-
e.multiValue ? (o(), h("div",
|
|
27149
|
+
e.showDescription ? (o(), h("div", dI, b(e.description), 1)) : _("", !0),
|
|
27150
|
+
e.multiValue ? (o(), h("div", cI, [
|
|
27104
27151
|
(o(!0), h(D, null, A(e.model, (p, g) => (o(), k(m, {
|
|
27105
27152
|
class: "ux-text-row",
|
|
27106
27153
|
key: g
|
|
@@ -27108,7 +27155,7 @@ function fI(e, t, n, r, s, i) {
|
|
|
27108
27155
|
default: f(() => [
|
|
27109
27156
|
c(l, null, {
|
|
27110
27157
|
default: f(() => [
|
|
27111
|
-
T("div",
|
|
27158
|
+
T("div", fI, [
|
|
27112
27159
|
c(a, {
|
|
27113
27160
|
lang: i.syntax,
|
|
27114
27161
|
onFocus: e.touch,
|
|
@@ -27153,7 +27200,7 @@ function fI(e, t, n, r, s, i) {
|
|
|
27153
27200
|
]),
|
|
27154
27201
|
_: 1
|
|
27155
27202
|
})) : _("", !0)
|
|
27156
|
-
])) : (o(), h("div",
|
|
27203
|
+
])) : (o(), h("div", mI, [
|
|
27157
27204
|
c(a, {
|
|
27158
27205
|
lang: i.syntax,
|
|
27159
27206
|
tokens: i.tokens,
|
|
@@ -27165,7 +27212,7 @@ function fI(e, t, n, r, s, i) {
|
|
|
27165
27212
|
]))
|
|
27166
27213
|
], 32);
|
|
27167
27214
|
}
|
|
27168
|
-
const
|
|
27215
|
+
const pI = /* @__PURE__ */ M(lI, [["render", hI], ["__scopeId", "data-v-ecb1b9f8"]]), yI = {
|
|
27169
27216
|
emits: ["deselect"],
|
|
27170
27217
|
components: {
|
|
27171
27218
|
Search: Qt,
|
|
@@ -27314,21 +27361,21 @@ const mI = /* @__PURE__ */ M(sI, [["render", fI], ["__scopeId", "data-v-ecb1b9f8
|
|
|
27314
27361
|
}), e.processing = !1;
|
|
27315
27362
|
}
|
|
27316
27363
|
}
|
|
27317
|
-
},
|
|
27364
|
+
}, gI = { class: "location-search-outer" }, _I = {
|
|
27318
27365
|
key: 0,
|
|
27319
27366
|
class: "selectedLocation"
|
|
27320
|
-
},
|
|
27367
|
+
}, vI = { class: "content-item" }, bI = { class: "image-wrapper" }, kI = { class: "content-item-title" }, wI = {
|
|
27321
27368
|
key: 0,
|
|
27322
27369
|
class: "content-item-subtitle"
|
|
27323
|
-
},
|
|
27370
|
+
}, xI = {
|
|
27324
27371
|
key: 0,
|
|
27325
27372
|
class: "results"
|
|
27326
|
-
},
|
|
27327
|
-
function
|
|
27373
|
+
}, TI = ["onClick"], SI = { class: "result-item-title" }, OI = { class: "result-item-subtitle" };
|
|
27374
|
+
function DI(e, t, n, r, s, i) {
|
|
27328
27375
|
const a = y("ux-icon"), l = y("flex-cell"), u = y("ux-button"), d = y("flex-row"), m = y("search");
|
|
27329
|
-
return o(), h("div",
|
|
27330
|
-
i.hasLocation ? (o(), h("div",
|
|
27331
|
-
T("div",
|
|
27376
|
+
return o(), h("div", gI, [
|
|
27377
|
+
i.hasLocation ? (o(), h("div", _I, [
|
|
27378
|
+
T("div", vI, [
|
|
27332
27379
|
c(d, {
|
|
27333
27380
|
gap: "",
|
|
27334
27381
|
center: ""
|
|
@@ -27336,7 +27383,7 @@ function SI(e, t, n, r, s, i) {
|
|
|
27336
27383
|
default: f(() => [
|
|
27337
27384
|
c(l, { shrink: "" }, {
|
|
27338
27385
|
default: f(() => [
|
|
27339
|
-
T("div",
|
|
27386
|
+
T("div", bI, [
|
|
27340
27387
|
c(a, { icon: "fa-map-marker" })
|
|
27341
27388
|
])
|
|
27342
27389
|
]),
|
|
@@ -27344,8 +27391,8 @@ function SI(e, t, n, r, s, i) {
|
|
|
27344
27391
|
}),
|
|
27345
27392
|
c(l, null, {
|
|
27346
27393
|
default: f(() => [
|
|
27347
|
-
T("div",
|
|
27348
|
-
i.summary ? (o(), h("div",
|
|
27394
|
+
T("div", kI, b(s.model.title || s.model.addressLine1), 1),
|
|
27395
|
+
i.summary ? (o(), h("div", wI, b(i.summary(s.model)), 1)) : _("", !0)
|
|
27349
27396
|
]),
|
|
27350
27397
|
_: 1
|
|
27351
27398
|
}),
|
|
@@ -27404,21 +27451,21 @@ function SI(e, t, n, r, s, i) {
|
|
|
27404
27451
|
disabled: !i.teleportTarget,
|
|
27405
27452
|
to: i.teleportTarget
|
|
27406
27453
|
}, [
|
|
27407
|
-
s.results.length ? (o(), h("div",
|
|
27454
|
+
s.results.length ? (o(), h("div", xI, [
|
|
27408
27455
|
(o(!0), h(D, null, A(s.results, (p, g) => (o(), h("div", {
|
|
27409
27456
|
class: $(["result-item", { selected: g === s.selectedIndex }]),
|
|
27410
27457
|
key: p.title,
|
|
27411
27458
|
onClick: (v) => i.select(p)
|
|
27412
27459
|
}, [
|
|
27413
|
-
T("div",
|
|
27414
|
-
T("div",
|
|
27415
|
-
], 10,
|
|
27460
|
+
T("div", SI, b(p.title), 1),
|
|
27461
|
+
T("div", OI, b(p.summary), 1)
|
|
27462
|
+
], 10, TI))), 128))
|
|
27416
27463
|
])) : _("", !0)
|
|
27417
27464
|
], 8, ["disabled", "to"]))
|
|
27418
27465
|
], 64))
|
|
27419
27466
|
]);
|
|
27420
27467
|
}
|
|
27421
|
-
const
|
|
27468
|
+
const CI = /* @__PURE__ */ M(yI, [["render", DI], ["__scopeId", "data-v-084b9220"]]), EI = {
|
|
27422
27469
|
components: {
|
|
27423
27470
|
TextField: ro,
|
|
27424
27471
|
Spinner: Pn,
|
|
@@ -27742,20 +27789,20 @@ const OI = /* @__PURE__ */ M(hI, [["render", SI], ["__scopeId", "data-v-084b9220
|
|
|
27742
27789
|
}), e.redrawCircle();
|
|
27743
27790
|
}
|
|
27744
27791
|
}
|
|
27745
|
-
},
|
|
27792
|
+
}, MI = { class: "font-muted font-sm" }, VI = { class: "map-outer" }, II = {
|
|
27746
27793
|
key: 0,
|
|
27747
27794
|
class: "indicator"
|
|
27748
|
-
},
|
|
27795
|
+
}, FI = {
|
|
27749
27796
|
class: "map-inner",
|
|
27750
27797
|
ref: "mapContainer"
|
|
27751
27798
|
};
|
|
27752
|
-
function
|
|
27799
|
+
function AI(e, t, n, r, s, i) {
|
|
27753
27800
|
const a = y("flex-cell"), l = y("ux-icon"), u = y("flex-row"), d = y("ux-panel-header"), m = y("spinner"), p = y("text-field"), g = y("country-select"), v = y("ux-panel-body"), x = y("ux-panel");
|
|
27754
27801
|
return o(), k(x, null, {
|
|
27755
27802
|
default: f(() => [
|
|
27756
27803
|
c(d, null, {
|
|
27757
27804
|
default: f(() => [
|
|
27758
|
-
T("div",
|
|
27805
|
+
T("div", MI, [
|
|
27759
27806
|
c(u, {
|
|
27760
27807
|
gap: "",
|
|
27761
27808
|
center: ""
|
|
@@ -27788,11 +27835,11 @@ function II(e, t, n, r, s, i) {
|
|
|
27788
27835
|
]),
|
|
27789
27836
|
_: 1
|
|
27790
27837
|
}),
|
|
27791
|
-
T("div",
|
|
27792
|
-
i.initializing ? (o(), h("div",
|
|
27838
|
+
T("div", VI, [
|
|
27839
|
+
i.initializing ? (o(), h("div", II, [
|
|
27793
27840
|
c(m)
|
|
27794
27841
|
])) : _("", !0),
|
|
27795
|
-
T("div",
|
|
27842
|
+
T("div", FI, null, 512)
|
|
27796
27843
|
]),
|
|
27797
27844
|
i.showFields ? (o(), k(v, { key: 0 }, {
|
|
27798
27845
|
default: f(() => [
|
|
@@ -27900,7 +27947,7 @@ function II(e, t, n, r, s, i) {
|
|
|
27900
27947
|
_: 1
|
|
27901
27948
|
});
|
|
27902
27949
|
}
|
|
27903
|
-
const
|
|
27950
|
+
const NI = /* @__PURE__ */ M(EI, [["render", AI]]);
|
|
27904
27951
|
function Vc() {
|
|
27905
27952
|
return {
|
|
27906
27953
|
title: void 0,
|
|
@@ -27916,7 +27963,7 @@ function Vc() {
|
|
|
27916
27963
|
search: void 0
|
|
27917
27964
|
};
|
|
27918
27965
|
}
|
|
27919
|
-
const
|
|
27966
|
+
const $I = {
|
|
27920
27967
|
data() {
|
|
27921
27968
|
return {
|
|
27922
27969
|
singleAdvancedOptions: !1,
|
|
@@ -27924,8 +27971,8 @@ const AI = {
|
|
|
27924
27971
|
};
|
|
27925
27972
|
},
|
|
27926
27973
|
components: {
|
|
27927
|
-
LocationSelect:
|
|
27928
|
-
LocationSearch:
|
|
27974
|
+
LocationSelect: NI,
|
|
27975
|
+
LocationSearch: CI
|
|
27929
27976
|
},
|
|
27930
27977
|
props: {
|
|
27931
27978
|
modelValue: {
|
|
@@ -27966,33 +28013,33 @@ const AI = {
|
|
|
27966
28013
|
return Vc();
|
|
27967
28014
|
}
|
|
27968
28015
|
}
|
|
27969
|
-
},
|
|
28016
|
+
}, PI = {
|
|
27970
28017
|
key: 0,
|
|
27971
28018
|
class: "ux-field-title"
|
|
27972
|
-
},
|
|
28019
|
+
}, LI = {
|
|
27973
28020
|
key: 0,
|
|
27974
28021
|
class: "ux-required-marker"
|
|
27975
|
-
},
|
|
28022
|
+
}, RI = {
|
|
27976
28023
|
key: 1,
|
|
27977
28024
|
class: "ux-field-description"
|
|
27978
|
-
},
|
|
28025
|
+
}, UI = { key: 2 }, jI = { class: "location-field-wrap" }, qI = ["id"], BI = {
|
|
27979
28026
|
key: 3,
|
|
27980
28027
|
class: "location-field-wrap"
|
|
27981
|
-
},
|
|
27982
|
-
function
|
|
28028
|
+
}, zI = ["id"];
|
|
28029
|
+
function WI(e, t, n, r, s, i) {
|
|
27983
28030
|
const a = y("location-search"), l = y("flex-cell"), u = y("ux-icon"), d = y("ux-button"), m = y("flex-row"), p = y("location-select");
|
|
27984
28031
|
return o(), h("div", null, [
|
|
27985
|
-
e.showLabel ? (o(), h("label",
|
|
28032
|
+
e.showLabel ? (o(), h("label", PI, [
|
|
27986
28033
|
O(b(e.label) + " ", 1),
|
|
27987
|
-
e.required ? (o(), h("span",
|
|
28034
|
+
e.required ? (o(), h("span", LI, "*")) : _("", !0)
|
|
27988
28035
|
])) : _("", !0),
|
|
27989
|
-
e.showDescription ? (o(), h("div",
|
|
27990
|
-
e.multiValue ? (o(), h("div",
|
|
28036
|
+
e.showDescription ? (o(), h("div", RI, b(e.description), 1)) : _("", !0),
|
|
28037
|
+
e.multiValue ? (o(), h("div", UI, [
|
|
27991
28038
|
(o(!0), h(D, null, A(e.model, (g, v) => (o(), h("div", {
|
|
27992
28039
|
class: "ux-location-row",
|
|
27993
28040
|
key: v
|
|
27994
28041
|
}, [
|
|
27995
|
-
T("div",
|
|
28042
|
+
T("div", jI, [
|
|
27996
28043
|
c(m, {
|
|
27997
28044
|
gap: "",
|
|
27998
28045
|
center: ""
|
|
@@ -28036,7 +28083,7 @@ function BI(e, t, n, r, s, i) {
|
|
|
28036
28083
|
T("div", {
|
|
28037
28084
|
class: "teleport-results",
|
|
28038
28085
|
id: `teleport-${i.multipleTeleportIDs[v]}`
|
|
28039
|
-
}, null, 8,
|
|
28086
|
+
}, null, 8, qI),
|
|
28040
28087
|
s.multiAdvancedOptions[v] ? (o(), k(p, {
|
|
28041
28088
|
key: 0,
|
|
28042
28089
|
onFocus: e.touch,
|
|
@@ -28061,7 +28108,7 @@ function BI(e, t, n, r, s, i) {
|
|
|
28061
28108
|
]),
|
|
28062
28109
|
_: 1
|
|
28063
28110
|
})) : _("", !0)
|
|
28064
|
-
])) : (o(), h("div",
|
|
28111
|
+
])) : (o(), h("div", BI, [
|
|
28065
28112
|
c(m, null, {
|
|
28066
28113
|
default: f(() => [
|
|
28067
28114
|
c(l, null, {
|
|
@@ -28077,7 +28124,7 @@ function BI(e, t, n, r, s, i) {
|
|
|
28077
28124
|
T("div", {
|
|
28078
28125
|
class: "teleport-results",
|
|
28079
28126
|
id: `teleport-${i.singleTeleportID}`
|
|
28080
|
-
}, null, 8,
|
|
28127
|
+
}, null, 8, zI),
|
|
28081
28128
|
s.singleAdvancedOptions ? (o(), k(p, {
|
|
28082
28129
|
key: 0,
|
|
28083
28130
|
assumeDefault: !!e.field.assumeDefault,
|
|
@@ -28096,7 +28143,7 @@ function BI(e, t, n, r, s, i) {
|
|
|
28096
28143
|
]))
|
|
28097
28144
|
]);
|
|
28098
28145
|
}
|
|
28099
|
-
const
|
|
28146
|
+
const HI = /* @__PURE__ */ M($I, [["render", WI], ["__scopeId", "data-v-eac978e1"]]), GI = {
|
|
28100
28147
|
props: {
|
|
28101
28148
|
modelValue: {
|
|
28102
28149
|
type: [String, Array]
|
|
@@ -28110,30 +28157,30 @@ const zI = /* @__PURE__ */ M(AI, [["render", BI], ["__scopeId", "data-v-eac978e1
|
|
|
28110
28157
|
return "";
|
|
28111
28158
|
}
|
|
28112
28159
|
}
|
|
28113
|
-
},
|
|
28160
|
+
}, YI = {
|
|
28114
28161
|
key: 0,
|
|
28115
28162
|
class: "ux-field-title"
|
|
28116
|
-
},
|
|
28163
|
+
}, JI = {
|
|
28117
28164
|
key: 0,
|
|
28118
28165
|
class: "ux-required-marker"
|
|
28119
|
-
},
|
|
28166
|
+
}, KI = {
|
|
28120
28167
|
key: 1,
|
|
28121
28168
|
class: "ux-field-description"
|
|
28122
|
-
},
|
|
28169
|
+
}, ZI = { key: 2 }, XI = { class: "expression-field-wrap" }, QI = {
|
|
28123
28170
|
key: 3,
|
|
28124
28171
|
class: "expression-field-wrap"
|
|
28125
28172
|
};
|
|
28126
|
-
function
|
|
28173
|
+
function eF(e, t, n, r, s, i) {
|
|
28127
28174
|
const a = y("expression-editor"), l = y("flex-cell"), u = y("ux-icon"), d = y("ux-button"), m = y("flex-row");
|
|
28128
28175
|
return o(), h("div", {
|
|
28129
28176
|
onKeydown: t[2] || (t[2] = we(B((p) => i.enterPress(p), ["stop"]), ["enter"]))
|
|
28130
28177
|
}, [
|
|
28131
|
-
e.showLabel ? (o(), h("label",
|
|
28178
|
+
e.showLabel ? (o(), h("label", YI, [
|
|
28132
28179
|
O(b(e.label) + " ", 1),
|
|
28133
|
-
e.required ? (o(), h("span",
|
|
28180
|
+
e.required ? (o(), h("span", JI, "*")) : _("", !0)
|
|
28134
28181
|
])) : _("", !0),
|
|
28135
|
-
e.showDescription ? (o(), h("div",
|
|
28136
|
-
e.multiValue ? (o(), h("div",
|
|
28182
|
+
e.showDescription ? (o(), h("div", KI, b(e.description), 1)) : _("", !0),
|
|
28183
|
+
e.multiValue ? (o(), h("div", ZI, [
|
|
28137
28184
|
(o(!0), h(D, null, A(e.model, (p, g) => (o(), k(m, {
|
|
28138
28185
|
class: "ux-text-row",
|
|
28139
28186
|
key: g
|
|
@@ -28141,7 +28188,7 @@ function XI(e, t, n, r, s, i) {
|
|
|
28141
28188
|
default: f(() => [
|
|
28142
28189
|
c(l, null, {
|
|
28143
28190
|
default: f(() => [
|
|
28144
|
-
T("div",
|
|
28191
|
+
T("div", XI, [
|
|
28145
28192
|
c(a, {
|
|
28146
28193
|
field: e.field,
|
|
28147
28194
|
onFocus: e.touch,
|
|
@@ -28186,7 +28233,7 @@ function XI(e, t, n, r, s, i) {
|
|
|
28186
28233
|
]),
|
|
28187
28234
|
_: 1
|
|
28188
28235
|
})) : _("", !0)
|
|
28189
|
-
])) : (o(), h("div",
|
|
28236
|
+
])) : (o(), h("div", QI, [
|
|
28190
28237
|
c(a, {
|
|
28191
28238
|
field: e.field,
|
|
28192
28239
|
class: "ux-expression ux-field-focus ux-text-area-single",
|
|
@@ -28197,7 +28244,7 @@ function XI(e, t, n, r, s, i) {
|
|
|
28197
28244
|
]))
|
|
28198
28245
|
], 32);
|
|
28199
28246
|
}
|
|
28200
|
-
const
|
|
28247
|
+
const tF = /* @__PURE__ */ M(GI, [["render", eF], ["__scopeId", "data-v-56c3b71b"]]), nF = {
|
|
28201
28248
|
components: {},
|
|
28202
28249
|
methods: {},
|
|
28203
28250
|
props: {
|
|
@@ -28232,7 +28279,7 @@ const QI = /* @__PURE__ */ M(WI, [["render", XI], ["__scopeId", "data-v-56c3b71b
|
|
|
28232
28279
|
};
|
|
28233
28280
|
}
|
|
28234
28281
|
};
|
|
28235
|
-
function
|
|
28282
|
+
function iF(e, t, n, r, s, i) {
|
|
28236
28283
|
const a = y("tiptap"), l = y("flex-column");
|
|
28237
28284
|
return s.mounted ? (o(), k(l, { key: 0 }, {
|
|
28238
28285
|
default: f(() => [
|
|
@@ -28245,9 +28292,9 @@ function tF(e, t, n, r, s, i) {
|
|
|
28245
28292
|
_: 1
|
|
28246
28293
|
})) : _("", !0);
|
|
28247
28294
|
}
|
|
28248
|
-
const
|
|
28295
|
+
const rF = /* @__PURE__ */ M(nF, [["render", iF], ["__scopeId", "data-v-844777a7"]]), sF = {
|
|
28249
28296
|
components: {
|
|
28250
|
-
richtext:
|
|
28297
|
+
richtext: rF
|
|
28251
28298
|
},
|
|
28252
28299
|
props: {
|
|
28253
28300
|
modelValue: {
|
|
@@ -28265,28 +28312,28 @@ const nF = /* @__PURE__ */ M(eF, [["render", tF], ["__scopeId", "data-v-844777a7
|
|
|
28265
28312
|
return "";
|
|
28266
28313
|
}
|
|
28267
28314
|
}
|
|
28268
|
-
},
|
|
28315
|
+
}, aF = {
|
|
28269
28316
|
key: 0,
|
|
28270
28317
|
class: "ux-field-title"
|
|
28271
|
-
},
|
|
28318
|
+
}, lF = {
|
|
28272
28319
|
key: 0,
|
|
28273
28320
|
class: "ux-required-marker"
|
|
28274
|
-
},
|
|
28321
|
+
}, oF = {
|
|
28275
28322
|
key: 1,
|
|
28276
28323
|
class: "ux-field-description"
|
|
28277
|
-
},
|
|
28324
|
+
}, uF = { key: 2 }, dF = { class: "richtext-field-wrap" }, cF = {
|
|
28278
28325
|
key: 3,
|
|
28279
28326
|
class: "richtext-field-wrap"
|
|
28280
28327
|
};
|
|
28281
|
-
function
|
|
28328
|
+
function fF(e, t, n, r, s, i) {
|
|
28282
28329
|
const a = y("richtext"), l = y("flex-cell"), u = y("ux-icon"), d = y("ux-button"), m = y("flex-row");
|
|
28283
28330
|
return o(), h("div", null, [
|
|
28284
|
-
e.showLabel ? (o(), h("label",
|
|
28331
|
+
e.showLabel ? (o(), h("label", aF, [
|
|
28285
28332
|
O(b(e.label) + " ", 1),
|
|
28286
|
-
e.required ? (o(), h("span",
|
|
28333
|
+
e.required ? (o(), h("span", lF, "*")) : _("", !0)
|
|
28287
28334
|
])) : _("", !0),
|
|
28288
|
-
e.showDescription ? (o(), h("div",
|
|
28289
|
-
e.multiValue ? (o(), h("div",
|
|
28335
|
+
e.showDescription ? (o(), h("div", oF, b(e.description), 1)) : _("", !0),
|
|
28336
|
+
e.multiValue ? (o(), h("div", uF, [
|
|
28290
28337
|
(o(!0), h(D, null, A(e.model, (p, g) => (o(), k(m, {
|
|
28291
28338
|
class: "ux-text-row",
|
|
28292
28339
|
key: g
|
|
@@ -28294,7 +28341,7 @@ function dF(e, t, n, r, s, i) {
|
|
|
28294
28341
|
default: f(() => [
|
|
28295
28342
|
c(l, null, {
|
|
28296
28343
|
default: f(() => [
|
|
28297
|
-
T("div",
|
|
28344
|
+
T("div", dF, [
|
|
28298
28345
|
c(a, {
|
|
28299
28346
|
onFocus: e.touch,
|
|
28300
28347
|
ref_for: !0,
|
|
@@ -28338,7 +28385,7 @@ function dF(e, t, n, r, s, i) {
|
|
|
28338
28385
|
]),
|
|
28339
28386
|
_: 1
|
|
28340
28387
|
})) : _("", !0)
|
|
28341
|
-
])) : (o(), h("div",
|
|
28388
|
+
])) : (o(), h("div", cF, [
|
|
28342
28389
|
c(a, {
|
|
28343
28390
|
class: "ux-richtext ux-field-focus ux-text-area-single",
|
|
28344
28391
|
onFocus: e.touch,
|
|
@@ -28348,7 +28395,7 @@ function dF(e, t, n, r, s, i) {
|
|
|
28348
28395
|
]))
|
|
28349
28396
|
]);
|
|
28350
28397
|
}
|
|
28351
|
-
const
|
|
28398
|
+
const mF = /* @__PURE__ */ M(sF, [["render", fF], ["__scopeId", "data-v-396fd196"]]), hF = Array.from(
|
|
28352
28399
|
{ length: 6 },
|
|
28353
28400
|
(e, t) => (/* @__PURE__ */ new Date()).getFullYear() + t
|
|
28354
28401
|
).map(function(e) {
|
|
@@ -28357,7 +28404,7 @@ const cF = /* @__PURE__ */ M(iF, [["render", dF], ["__scopeId", "data-v-396fd196
|
|
|
28357
28404
|
title: e,
|
|
28358
28405
|
value: t
|
|
28359
28406
|
};
|
|
28360
|
-
}),
|
|
28407
|
+
}), pF = {
|
|
28361
28408
|
mixins: [re],
|
|
28362
28409
|
components: {
|
|
28363
28410
|
// StripeElements,
|
|
@@ -28630,7 +28677,7 @@ const cF = /* @__PURE__ */ M(iF, [["render", dF], ["__scopeId", "data-v-396fd196
|
|
|
28630
28677
|
minLength: 2,
|
|
28631
28678
|
maxLength: 2,
|
|
28632
28679
|
widget: "select",
|
|
28633
|
-
options:
|
|
28680
|
+
options: hF
|
|
28634
28681
|
},
|
|
28635
28682
|
{
|
|
28636
28683
|
title: "CVN",
|
|
@@ -28671,17 +28718,17 @@ const cF = /* @__PURE__ */ M(iF, [["render", dF], ["__scopeId", "data-v-396fd196
|
|
|
28671
28718
|
};
|
|
28672
28719
|
}
|
|
28673
28720
|
}
|
|
28674
|
-
}, en = (e) => (je("data-v-b05c2ca1"), e = e(), qe(), e),
|
|
28675
|
-
|
|
28676
|
-
|
|
28677
|
-
|
|
28678
|
-
],
|
|
28721
|
+
}, en = (e) => (je("data-v-b05c2ca1"), e = e(), qe(), e), yF = /* @__PURE__ */ en(() => /* @__PURE__ */ T("h2", null, "Payment Summary", -1)), gF = { class: "calculations" }, _F = /* @__PURE__ */ en(() => /* @__PURE__ */ T("td", null, "Amount", -1)), vF = { class: "running-total" }, bF = /* @__PURE__ */ en(() => /* @__PURE__ */ T("td", null, "Amount", -1)), kF = /* @__PURE__ */ en(() => /* @__PURE__ */ T("td", null, " ", -1)), wF = /* @__PURE__ */ en(() => /* @__PURE__ */ T("td", { class: "running-total" }, " ", -1)), xF = [
|
|
28722
|
+
bF,
|
|
28723
|
+
kF,
|
|
28724
|
+
wF
|
|
28725
|
+
], TF = { class: "running-total" }, SF = {
|
|
28679
28726
|
key: 0,
|
|
28680
28727
|
class: "grand-total"
|
|
28681
|
-
},
|
|
28728
|
+
}, OF = /* @__PURE__ */ en(() => /* @__PURE__ */ T("td", null, [
|
|
28682
28729
|
/* @__PURE__ */ T("strong", null, "Total")
|
|
28683
|
-
], -1)),
|
|
28684
|
-
function
|
|
28730
|
+
], -1)), DF = /* @__PURE__ */ en(() => /* @__PURE__ */ T("td", null, null, -1)), CF = /* @__PURE__ */ en(() => /* @__PURE__ */ T("h3", null, "Please select a payment method", -1)), EF = ["innerHTML"];
|
|
28731
|
+
function MF(e, t, n, r, s, i) {
|
|
28685
28732
|
var p, g;
|
|
28686
28733
|
const a = y("ux-form"), l = y("ux-panel-body"), u = y("ux-panel"), d = y("ux-icon"), m = y("ux-button");
|
|
28687
28734
|
return e.multiValue ? (o(), h(D, { key: 0 }, [
|
|
@@ -28700,12 +28747,12 @@ function CF(e, t, n, r, s, i) {
|
|
|
28700
28747
|
fields: i.calculatedTotalFields
|
|
28701
28748
|
}, null, 8, ["trail", "paymentConfiguration", "includeOfficeOnly", "submission", "onForm:state", "parentModel", "modelValue", "fields"]),
|
|
28702
28749
|
i.showPaymentSummary ? (o(), h(D, { key: 0 }, [
|
|
28703
|
-
|
|
28750
|
+
yF,
|
|
28704
28751
|
c(u, null, {
|
|
28705
28752
|
default: f(() => [
|
|
28706
28753
|
c(l, null, {
|
|
28707
28754
|
default: f(() => [
|
|
28708
|
-
T("table",
|
|
28755
|
+
T("table", gF, [
|
|
28709
28756
|
T("tbody", null, [
|
|
28710
28757
|
i.baseAmount ? (o(), h("tr", {
|
|
28711
28758
|
key: 0,
|
|
@@ -28714,13 +28761,13 @@ function CF(e, t, n, r, s, i) {
|
|
|
28714
28761
|
`modifier-visible-${i.baseAmountVisible}`
|
|
28715
28762
|
]])
|
|
28716
28763
|
}, [
|
|
28717
|
-
|
|
28764
|
+
_F,
|
|
28718
28765
|
T("td", null, b(i.formattedBaseAmount), 1),
|
|
28719
|
-
T("td",
|
|
28766
|
+
T("td", vF, b(i.formattedBaseAmount), 1)
|
|
28720
28767
|
], 2)) : i.calculatedTotal ? (o(), h("tr", {
|
|
28721
28768
|
key: 1,
|
|
28722
28769
|
class: $(["calculation-modifier", ["modifier-set", "modifier-visible-true"]])
|
|
28723
|
-
},
|
|
28770
|
+
}, xF)) : _("", !0),
|
|
28724
28771
|
(o(!0), h(D, null, A(i.visibleModifications, (v) => (o(), h("tr", {
|
|
28725
28772
|
class: $(["calculation-modifier", [
|
|
28726
28773
|
`modifier-${v.modifier}`,
|
|
@@ -28729,13 +28776,13 @@ function CF(e, t, n, r, s, i) {
|
|
|
28729
28776
|
}, [
|
|
28730
28777
|
T("td", null, b(v.title), 1),
|
|
28731
28778
|
T("td", null, b(v.summary), 1),
|
|
28732
|
-
T("td",
|
|
28779
|
+
T("td", TF, b(v.result), 1)
|
|
28733
28780
|
], 2))), 256))
|
|
28734
28781
|
]),
|
|
28735
28782
|
T("tfoot", null, [
|
|
28736
|
-
i.calculatedTotal || i.visibleModifications.length ? (o(), h("tr",
|
|
28737
|
-
|
|
28738
|
-
|
|
28783
|
+
i.calculatedTotal || i.visibleModifications.length ? (o(), h("tr", SF, [
|
|
28784
|
+
OF,
|
|
28785
|
+
DF,
|
|
28739
28786
|
T("td", null, [
|
|
28740
28787
|
T("strong", null, b(i.formattedTotal), 1)
|
|
28741
28788
|
])
|
|
@@ -28751,7 +28798,7 @@ function CF(e, t, n, r, s, i) {
|
|
|
28751
28798
|
], 64)) : _("", !0),
|
|
28752
28799
|
i.requiresPayment ? (o(), h(D, { key: 1 }, [
|
|
28753
28800
|
i.gateways.length > 1 ? (o(), h(D, { key: 0 }, [
|
|
28754
|
-
|
|
28801
|
+
CF,
|
|
28755
28802
|
T("div", null, [
|
|
28756
28803
|
(o(!0), h(D, null, A(i.gateways, (v) => (o(), k(m, {
|
|
28757
28804
|
class: "gateway-selector",
|
|
@@ -28775,7 +28822,7 @@ function CF(e, t, n, r, s, i) {
|
|
|
28775
28822
|
T("h5", null, b(i.gateway.title), 1),
|
|
28776
28823
|
T("div", {
|
|
28777
28824
|
innerHTML: i.gateway.instructions
|
|
28778
|
-
}, null, 8,
|
|
28825
|
+
}, null, 8, EF)
|
|
28779
28826
|
]),
|
|
28780
28827
|
_: 1
|
|
28781
28828
|
})
|
|
@@ -28786,7 +28833,7 @@ function CF(e, t, n, r, s, i) {
|
|
|
28786
28833
|
], 64)) : _("", !0)
|
|
28787
28834
|
], 64));
|
|
28788
28835
|
}
|
|
28789
|
-
const
|
|
28836
|
+
const VF = /* @__PURE__ */ M(pF, [["render", MF], ["__scopeId", "data-v-b05c2ca1"]]), IF = {
|
|
28790
28837
|
name: "Signature",
|
|
28791
28838
|
props: {
|
|
28792
28839
|
modelValue: {
|
|
@@ -28936,10 +28983,10 @@ const EF = /* @__PURE__ */ M(mF, [["render", CF], ["__scopeId", "data-v-b05c2ca1
|
|
|
28936
28983
|
return e.width = this.currentWidth, e.height = this.currentHeight, e.toDataURL();
|
|
28937
28984
|
}
|
|
28938
28985
|
}
|
|
28939
|
-
},
|
|
28940
|
-
function
|
|
28986
|
+
}, FF = { class: "signature-container" }, AF = { class: "buttons" };
|
|
28987
|
+
function NF(e, t, n, r, s, i) {
|
|
28941
28988
|
const a = y("ux-icon"), l = y("ux-button");
|
|
28942
|
-
return o(), h("div",
|
|
28989
|
+
return o(), h("div", FF, [
|
|
28943
28990
|
T("canvas", {
|
|
28944
28991
|
ref: "canvas",
|
|
28945
28992
|
class: "signature-canvas",
|
|
@@ -28951,7 +28998,7 @@ function FF(e, t, n, r, s, i) {
|
|
|
28951
28998
|
onTouchmove: t[5] || (t[5] = (...u) => i.handleTouchMove && i.handleTouchMove(...u)),
|
|
28952
28999
|
onTouchend: t[6] || (t[6] = (...u) => i.stopDrawing && i.stopDrawing(...u))
|
|
28953
29000
|
}, null, 544),
|
|
28954
|
-
T("div",
|
|
29001
|
+
T("div", AF, [
|
|
28955
29002
|
c(l, {
|
|
28956
29003
|
size: "sm",
|
|
28957
29004
|
onClick: i.clearSignature
|
|
@@ -28968,9 +29015,9 @@ function FF(e, t, n, r, s, i) {
|
|
|
28968
29015
|
])
|
|
28969
29016
|
]);
|
|
28970
29017
|
}
|
|
28971
|
-
const
|
|
29018
|
+
const $F = /* @__PURE__ */ M(IF, [["render", NF], ["__scopeId", "data-v-d6d646d4"]]), PF = {
|
|
28972
29019
|
components: {
|
|
28973
|
-
signature:
|
|
29020
|
+
signature: $F
|
|
28974
29021
|
},
|
|
28975
29022
|
props: {
|
|
28976
29023
|
modelValue: {
|
|
@@ -28984,25 +29031,25 @@ const AF = /* @__PURE__ */ M(MF, [["render", FF], ["__scopeId", "data-v-d6d646d4
|
|
|
28984
29031
|
return null;
|
|
28985
29032
|
}
|
|
28986
29033
|
}
|
|
28987
|
-
},
|
|
29034
|
+
}, LF = {
|
|
28988
29035
|
key: 0,
|
|
28989
29036
|
class: "ux-field-title"
|
|
28990
|
-
},
|
|
29037
|
+
}, RF = {
|
|
28991
29038
|
key: 0,
|
|
28992
29039
|
class: "ux-required-marker"
|
|
28993
|
-
},
|
|
29040
|
+
}, UF = {
|
|
28994
29041
|
key: 1,
|
|
28995
29042
|
class: "ux-field-description"
|
|
28996
|
-
},
|
|
28997
|
-
function
|
|
29043
|
+
}, jF = { key: 2 };
|
|
29044
|
+
function qF(e, t, n, r, s, i) {
|
|
28998
29045
|
const a = y("signature"), l = y("flex-cell"), u = y("ux-icon"), d = y("ux-button"), m = y("flex-row");
|
|
28999
29046
|
return o(), h(D, null, [
|
|
29000
|
-
e.showLabel ? (o(), h("label",
|
|
29047
|
+
e.showLabel ? (o(), h("label", LF, [
|
|
29001
29048
|
O(b(e.label) + " ", 1),
|
|
29002
|
-
e.required ? (o(), h("span",
|
|
29049
|
+
e.required ? (o(), h("span", RF, "*")) : _("", !0)
|
|
29003
29050
|
])) : _("", !0),
|
|
29004
|
-
e.showDescription ? (o(), h("div",
|
|
29005
|
-
e.multiValue ? (o(), h("div",
|
|
29051
|
+
e.showDescription ? (o(), h("div", UF, b(e.description), 1)) : _("", !0),
|
|
29052
|
+
e.multiValue ? (o(), h("div", jF, [
|
|
29006
29053
|
(o(!0), h(D, null, A(e.model, (p, g) => (o(), k(m, {
|
|
29007
29054
|
class: "ux-signature-row",
|
|
29008
29055
|
gap: "",
|
|
@@ -29063,11 +29110,11 @@ function UF(e, t, n, r, s, i) {
|
|
|
29063
29110
|
}, null, 8, ["onFocus", "modelValue"]))
|
|
29064
29111
|
], 64);
|
|
29065
29112
|
}
|
|
29066
|
-
const
|
|
29067
|
-
function
|
|
29113
|
+
const BF = /* @__PURE__ */ M(PF, [["render", qF], ["__scopeId", "data-v-afb76f23"]]);
|
|
29114
|
+
function zF(e) {
|
|
29068
29115
|
return e === void 0 || typeof e > "u" || e === null || String(e) === "null" || String(e) === "undefined";
|
|
29069
29116
|
}
|
|
29070
|
-
const
|
|
29117
|
+
const WF = {
|
|
29071
29118
|
props: {
|
|
29072
29119
|
title: {
|
|
29073
29120
|
type: String
|
|
@@ -29083,7 +29130,7 @@ const BF = {
|
|
|
29083
29130
|
methods: {
|
|
29084
29131
|
cleanOutput(e) {
|
|
29085
29132
|
var t = this;
|
|
29086
|
-
return
|
|
29133
|
+
return zF(e) ? t.multiValue ? e = [] : e = void 0 : t.multiValue ? e = (e || []).filter(Boolean).map(function(n) {
|
|
29087
29134
|
return t.getValue(n);
|
|
29088
29135
|
}) : e = t.getValue(e), e;
|
|
29089
29136
|
},
|
|
@@ -29153,37 +29200,37 @@ const BF = {
|
|
|
29153
29200
|
return this.actualOptions || [];
|
|
29154
29201
|
}
|
|
29155
29202
|
}
|
|
29156
|
-
},
|
|
29203
|
+
}, HF = {
|
|
29157
29204
|
key: 0,
|
|
29158
29205
|
class: "ux-field-title"
|
|
29159
|
-
},
|
|
29206
|
+
}, GF = {
|
|
29160
29207
|
key: 0,
|
|
29161
29208
|
class: "ux-required-marker"
|
|
29162
|
-
},
|
|
29209
|
+
}, YF = {
|
|
29163
29210
|
key: 1,
|
|
29164
29211
|
class: "ux-field-description"
|
|
29165
|
-
},
|
|
29212
|
+
}, JF = {
|
|
29166
29213
|
key: 0,
|
|
29167
29214
|
class: "ui-select-button"
|
|
29168
|
-
},
|
|
29215
|
+
}, KF = ["multiple"], ZF = {
|
|
29169
29216
|
key: 0,
|
|
29170
29217
|
value: ""
|
|
29171
|
-
},
|
|
29218
|
+
}, XF = ["value"], QF = {
|
|
29172
29219
|
key: 3,
|
|
29173
29220
|
class: "ui-select-button"
|
|
29174
29221
|
};
|
|
29175
|
-
function
|
|
29222
|
+
function eA(e, t, n, r, s, i) {
|
|
29176
29223
|
const a = y("ux-button");
|
|
29177
29224
|
return o(), h("div", {
|
|
29178
29225
|
class: $(["native-select", i.classes])
|
|
29179
29226
|
}, [
|
|
29180
|
-
e.showLabel ? (o(), h("label",
|
|
29227
|
+
e.showLabel ? (o(), h("label", HF, [
|
|
29181
29228
|
O(b(e.label) + " ", 1),
|
|
29182
|
-
e.required ? (o(), h("span",
|
|
29229
|
+
e.required ? (o(), h("span", GF, "*")) : _("", !0)
|
|
29183
29230
|
])) : _("", !0),
|
|
29184
|
-
e.showDescription ? (o(), h("div",
|
|
29231
|
+
e.showDescription ? (o(), h("div", YF, b(e.description), 1)) : _("", !0),
|
|
29185
29232
|
i.selectableOptions.length ? (o(), h(D, { key: 2 }, [
|
|
29186
|
-
e.singleValue ? (o(), h("div",
|
|
29233
|
+
e.singleValue ? (o(), h("div", JF, [
|
|
29187
29234
|
z(e.$slots, "default", {}, () => [
|
|
29188
29235
|
c(a, { tag: "div" }, {
|
|
29189
29236
|
default: f(() => [
|
|
@@ -29198,14 +29245,14 @@ function XF(e, t, n, r, s, i) {
|
|
|
29198
29245
|
multiple: e.multiValue,
|
|
29199
29246
|
"onUpdate:modelValue": t[1] || (t[1] = (l) => e.model = l)
|
|
29200
29247
|
}, [
|
|
29201
|
-
e.singleValue && !e.minimum ? (o(), h("option",
|
|
29248
|
+
e.singleValue && !e.minimum ? (o(), h("option", ZF, "None")) : _("", !0),
|
|
29202
29249
|
(o(!0), h(D, null, A(i.selectableOptions, (l) => (o(), h("option", {
|
|
29203
29250
|
value: l.value
|
|
29204
|
-
}, b(l.title), 9,
|
|
29205
|
-
], 40,
|
|
29251
|
+
}, b(l.title), 9, XF))), 256))
|
|
29252
|
+
], 40, KF), [
|
|
29206
29253
|
[Dt, e.model]
|
|
29207
29254
|
])
|
|
29208
|
-
], 64)) : (o(), h("div",
|
|
29255
|
+
], 64)) : (o(), h("div", QF, [
|
|
29209
29256
|
c(a, { tag: "div" }, {
|
|
29210
29257
|
default: f(() => [
|
|
29211
29258
|
O(" No valid routes ")
|
|
@@ -29215,11 +29262,11 @@ function XF(e, t, n, r, s, i) {
|
|
|
29215
29262
|
]))
|
|
29216
29263
|
], 2);
|
|
29217
29264
|
}
|
|
29218
|
-
const
|
|
29219
|
-
function
|
|
29265
|
+
const tA = /* @__PURE__ */ M(WF, [["render", eA], ["__scopeId", "data-v-a9c5a05f"]]);
|
|
29266
|
+
function nA(e) {
|
|
29220
29267
|
return e === void 0 || typeof e > "u" || e === null || String(e) === "null" || String(e) === "undefined";
|
|
29221
29268
|
}
|
|
29222
|
-
const
|
|
29269
|
+
const iA = {
|
|
29223
29270
|
props: {
|
|
29224
29271
|
title: {
|
|
29225
29272
|
type: String
|
|
@@ -29235,7 +29282,7 @@ const tA = {
|
|
|
29235
29282
|
methods: {
|
|
29236
29283
|
cleanOutput(e) {
|
|
29237
29284
|
var t = this;
|
|
29238
|
-
return
|
|
29285
|
+
return nA(e) ? t.multiValue ? e = [] : e = void 0 : t.multiValue ? e = (e || []).filter(Boolean).map(function(n) {
|
|
29239
29286
|
return t.getValue(n);
|
|
29240
29287
|
}) : e = t.getValue(e), e;
|
|
29241
29288
|
},
|
|
@@ -29288,33 +29335,33 @@ const tA = {
|
|
|
29288
29335
|
return this.actualOptions;
|
|
29289
29336
|
}
|
|
29290
29337
|
}
|
|
29291
|
-
},
|
|
29338
|
+
}, rA = {
|
|
29292
29339
|
key: 0,
|
|
29293
29340
|
class: "ux-field-title"
|
|
29294
|
-
},
|
|
29341
|
+
}, sA = {
|
|
29295
29342
|
key: 0,
|
|
29296
29343
|
class: "ux-required-marker"
|
|
29297
|
-
},
|
|
29344
|
+
}, aA = {
|
|
29298
29345
|
key: 1,
|
|
29299
29346
|
class: "ux-field-description"
|
|
29300
|
-
},
|
|
29347
|
+
}, lA = {
|
|
29301
29348
|
key: 2,
|
|
29302
29349
|
class: "ui-select-button"
|
|
29303
|
-
},
|
|
29350
|
+
}, oA = ["multiple"], uA = {
|
|
29304
29351
|
key: 0,
|
|
29305
29352
|
value: ""
|
|
29306
|
-
},
|
|
29307
|
-
function
|
|
29353
|
+
}, dA = ["value"];
|
|
29354
|
+
function cA(e, t, n, r, s, i) {
|
|
29308
29355
|
const a = y("ux-button");
|
|
29309
29356
|
return o(), h("div", {
|
|
29310
29357
|
class: $(["native-select", i.classes])
|
|
29311
29358
|
}, [
|
|
29312
|
-
e.showLabel ? (o(), h("label",
|
|
29359
|
+
e.showLabel ? (o(), h("label", rA, [
|
|
29313
29360
|
O(b(e.label) + " ", 1),
|
|
29314
|
-
e.required ? (o(), h("span",
|
|
29361
|
+
e.required ? (o(), h("span", sA, "*")) : _("", !0)
|
|
29315
29362
|
])) : _("", !0),
|
|
29316
|
-
e.showDescription ? (o(), h("div",
|
|
29317
|
-
e.singleValue ? (o(), h("div",
|
|
29363
|
+
e.showDescription ? (o(), h("div", aA, b(e.description), 1)) : _("", !0),
|
|
29364
|
+
e.singleValue ? (o(), h("div", lA, [
|
|
29318
29365
|
z(e.$slots, "default", {}, () => [
|
|
29319
29366
|
c(a, { tag: "div" }, {
|
|
29320
29367
|
default: f(() => [
|
|
@@ -29329,16 +29376,16 @@ function uA(e, t, n, r, s, i) {
|
|
|
29329
29376
|
multiple: e.multiValue,
|
|
29330
29377
|
"onUpdate:modelValue": t[1] || (t[1] = (l) => e.model = l)
|
|
29331
29378
|
}, [
|
|
29332
|
-
e.singleValue && !e.minimum ? (o(), h("option",
|
|
29379
|
+
e.singleValue && !e.minimum ? (o(), h("option", uA, "None")) : _("", !0),
|
|
29333
29380
|
(o(!0), h(D, null, A(i.selectableOptions, (l) => (o(), h("option", {
|
|
29334
29381
|
value: l.value
|
|
29335
|
-
}, b(l.title), 9,
|
|
29336
|
-
], 40,
|
|
29382
|
+
}, b(l.title), 9, dA))), 256))
|
|
29383
|
+
], 40, oA), [
|
|
29337
29384
|
[Dt, e.model]
|
|
29338
29385
|
])
|
|
29339
29386
|
], 2);
|
|
29340
29387
|
}
|
|
29341
|
-
const
|
|
29388
|
+
const fA = /* @__PURE__ */ M(iA, [["render", cA], ["__scopeId", "data-v-8801d1a0"]]), wn = {
|
|
29342
29389
|
props: {
|
|
29343
29390
|
options: {
|
|
29344
29391
|
type: Object,
|
|
@@ -29366,7 +29413,7 @@ const dA = /* @__PURE__ */ M(tA, [["render", uA], ["__scopeId", "data-v-8801d1a0
|
|
|
29366
29413
|
this.$emit("close", e);
|
|
29367
29414
|
}
|
|
29368
29415
|
}
|
|
29369
|
-
},
|
|
29416
|
+
}, mA = {
|
|
29370
29417
|
data() {
|
|
29371
29418
|
return {
|
|
29372
29419
|
selection: {}
|
|
@@ -29490,15 +29537,15 @@ const dA = /* @__PURE__ */ M(tA, [["render", uA], ["__scopeId", "data-v-8801d1a0
|
|
|
29490
29537
|
this.selection[e.path] = !this.selection[e.path], console.log(e);
|
|
29491
29538
|
}
|
|
29492
29539
|
}
|
|
29493
|
-
},
|
|
29494
|
-
function
|
|
29540
|
+
}, hA = { class: "wrapper" }, pA = { class: "header" }, yA = ["onClick"], gA = { class: "font-sm font-muted" };
|
|
29541
|
+
function _A(e, t, n, r, s, i) {
|
|
29495
29542
|
const a = y("flex-cell"), l = y("ux-button"), u = y("flex-row"), d = y("flex-header"), m = y("ux-checkbox"), p = y("flex-body"), g = y("flex-column");
|
|
29496
|
-
return o(), h("div",
|
|
29543
|
+
return o(), h("div", hA, [
|
|
29497
29544
|
c(g, null, {
|
|
29498
29545
|
default: f(() => [
|
|
29499
29546
|
c(d, null, {
|
|
29500
29547
|
default: f(() => [
|
|
29501
|
-
T("div",
|
|
29548
|
+
T("div", pA, [
|
|
29502
29549
|
c(u, {
|
|
29503
29550
|
gap: "",
|
|
29504
29551
|
center: ""
|
|
@@ -29576,14 +29623,14 @@ function yA(e, t, n, r, s, i) {
|
|
|
29576
29623
|
class: "font-muted"
|
|
29577
29624
|
}, {
|
|
29578
29625
|
default: f(() => [
|
|
29579
|
-
T("div",
|
|
29626
|
+
T("div", gA, b(v.path), 1)
|
|
29580
29627
|
]),
|
|
29581
29628
|
_: 2
|
|
29582
29629
|
}, 1024)
|
|
29583
29630
|
]),
|
|
29584
29631
|
_: 2
|
|
29585
29632
|
}, 1024)
|
|
29586
|
-
], 14,
|
|
29633
|
+
], 14, yA))), 256))
|
|
29587
29634
|
]),
|
|
29588
29635
|
_: 1
|
|
29589
29636
|
})
|
|
@@ -29592,7 +29639,7 @@ function yA(e, t, n, r, s, i) {
|
|
|
29592
29639
|
})
|
|
29593
29640
|
]);
|
|
29594
29641
|
}
|
|
29595
|
-
const
|
|
29642
|
+
const vA = /* @__PURE__ */ M(mA, [["render", _A], ["__scopeId", "data-v-192c1fbd"]]), bA = {
|
|
29596
29643
|
props: {
|
|
29597
29644
|
modelValue: {
|
|
29598
29645
|
type: Object
|
|
@@ -29631,7 +29678,7 @@ const gA = /* @__PURE__ */ M(cA, [["render", yA], ["__scopeId", "data-v-192c1fbd
|
|
|
29631
29678
|
methods: {
|
|
29632
29679
|
async openModal() {
|
|
29633
29680
|
const e = this, t = await e.$sdk.modal({
|
|
29634
|
-
component:
|
|
29681
|
+
component: vA,
|
|
29635
29682
|
options: {
|
|
29636
29683
|
definition: e.definition
|
|
29637
29684
|
}
|
|
@@ -29639,10 +29686,10 @@ const gA = /* @__PURE__ */ M(cA, [["render", yA], ["__scopeId", "data-v-192c1fbd
|
|
|
29639
29686
|
t.length && e.addFields && e.addFields(t);
|
|
29640
29687
|
}
|
|
29641
29688
|
}
|
|
29642
|
-
},
|
|
29643
|
-
function
|
|
29689
|
+
}, kA = { key: 0 };
|
|
29690
|
+
function wA(e, t, n, r, s, i) {
|
|
29644
29691
|
const a = y("ux-icon"), l = y("ux-button");
|
|
29645
|
-
return i.definition ? (o(), h("div",
|
|
29692
|
+
return i.definition ? (o(), h("div", kA, [
|
|
29646
29693
|
c(l, {
|
|
29647
29694
|
color: "primary",
|
|
29648
29695
|
onClick: i.openModal
|
|
@@ -29655,7 +29702,7 @@ function bA(e, t, n, r, s, i) {
|
|
|
29655
29702
|
}, 8, ["onClick"])
|
|
29656
29703
|
])) : _("", !0);
|
|
29657
29704
|
}
|
|
29658
|
-
const
|
|
29705
|
+
const xA = /* @__PURE__ */ M(bA, [["render", wA]]);
|
|
29659
29706
|
function Ra(e) {
|
|
29660
29707
|
switch (String(e).toLowerCase()) {
|
|
29661
29708
|
case "true":
|
|
@@ -29697,7 +29744,7 @@ function Zn(e, t, n, r, s, i) {
|
|
|
29697
29744
|
}
|
|
29698
29745
|
return t;
|
|
29699
29746
|
}
|
|
29700
|
-
function
|
|
29747
|
+
function TA(e, t) {
|
|
29701
29748
|
function n(g) {
|
|
29702
29749
|
return g === void 0 || typeof g > "u" || g === null;
|
|
29703
29750
|
}
|
|
@@ -29844,7 +29891,7 @@ function Ee(e) {
|
|
|
29844
29891
|
return Mt.evaluateExpression(n, r);
|
|
29845
29892
|
};
|
|
29846
29893
|
}
|
|
29847
|
-
const
|
|
29894
|
+
const SA = {
|
|
29848
29895
|
emits: [
|
|
29849
29896
|
"field:mount",
|
|
29850
29897
|
"field:unmount",
|
|
@@ -29858,10 +29905,10 @@ const xA = {
|
|
|
29858
29905
|
"update:modelValue"
|
|
29859
29906
|
],
|
|
29860
29907
|
components: {
|
|
29861
|
-
InternalRouteSelect:
|
|
29862
|
-
InternalMenuSelect:
|
|
29863
|
-
InternalFieldCreator:
|
|
29864
|
-
ButtonSelect:
|
|
29908
|
+
InternalRouteSelect: tA,
|
|
29909
|
+
InternalMenuSelect: fA,
|
|
29910
|
+
InternalFieldCreator: xA,
|
|
29911
|
+
ButtonSelect: TV,
|
|
29865
29912
|
NativeSelect: It,
|
|
29866
29913
|
DateField: gh,
|
|
29867
29914
|
TimeField: _h,
|
|
@@ -29871,14 +29918,14 @@ const xA = {
|
|
|
29871
29918
|
CurrencyField: yh,
|
|
29872
29919
|
TextArea: pD,
|
|
29873
29920
|
Checkbox: jD,
|
|
29874
|
-
FilterInput:
|
|
29921
|
+
FilterInput: QE,
|
|
29875
29922
|
FieldSelect: Ec,
|
|
29876
29923
|
DateObjectInput: tE,
|
|
29877
|
-
SliderInput:
|
|
29878
|
-
ColorInput:
|
|
29924
|
+
SliderInput: CM,
|
|
29925
|
+
ColorInput: PM,
|
|
29879
29926
|
CustomHtml: CC,
|
|
29880
|
-
BooleanSwitch:
|
|
29881
|
-
FieldGroup:
|
|
29927
|
+
BooleanSwitch: BM,
|
|
29928
|
+
FieldGroup: mV,
|
|
29882
29929
|
ContentSelect: mh,
|
|
29883
29930
|
ContentSearch: MO,
|
|
29884
29931
|
ValueSearch: BO,
|
|
@@ -29888,16 +29935,16 @@ const xA = {
|
|
|
29888
29935
|
TimezoneSelect: Hm,
|
|
29889
29936
|
CountrySelect: Ql,
|
|
29890
29937
|
PhoneNumberInput: XT,
|
|
29891
|
-
Upload:
|
|
29892
|
-
Signature:
|
|
29893
|
-
ObjectField:
|
|
29894
|
-
ModelField:
|
|
29895
|
-
OptionsManager:
|
|
29896
|
-
CodeEditorField:
|
|
29897
|
-
LocationField:
|
|
29898
|
-
ExpressionField:
|
|
29899
|
-
RichTextField:
|
|
29900
|
-
PaymentField:
|
|
29938
|
+
Upload: tV,
|
|
29939
|
+
Signature: BF,
|
|
29940
|
+
ObjectField: IV,
|
|
29941
|
+
ModelField: jV,
|
|
29942
|
+
OptionsManager: aI,
|
|
29943
|
+
CodeEditorField: pI,
|
|
29944
|
+
LocationField: HI,
|
|
29945
|
+
ExpressionField: tF,
|
|
29946
|
+
RichTextField: mF,
|
|
29947
|
+
PaymentField: VF
|
|
29901
29948
|
},
|
|
29902
29949
|
props: {
|
|
29903
29950
|
trail: {
|
|
@@ -30033,7 +30080,7 @@ const xA = {
|
|
|
30033
30080
|
var e = this.expressions && this.expressions.value ? this.getExpressionValue : void 0;
|
|
30034
30081
|
if (e)
|
|
30035
30082
|
return e;
|
|
30036
|
-
var t = this.expressions && this.expressions.defaultValue ? this.getExpressionDefaultValue : void 0, n =
|
|
30083
|
+
var t = this.expressions && this.expressions.defaultValue ? this.getExpressionDefaultValue : void 0, n = TA(this.actualField), r = this.cleanInput(
|
|
30037
30084
|
t || n
|
|
30038
30085
|
);
|
|
30039
30086
|
if ((s = this.field) != null && s.assumeDefault) {
|
|
@@ -30432,11 +30479,11 @@ const xA = {
|
|
|
30432
30479
|
return e;
|
|
30433
30480
|
}
|
|
30434
30481
|
}
|
|
30435
|
-
},
|
|
30482
|
+
}, OA = {
|
|
30436
30483
|
key: 2,
|
|
30437
30484
|
class: "ux-field-message"
|
|
30438
30485
|
};
|
|
30439
|
-
function
|
|
30486
|
+
function DA(e, t, n, r, s, i) {
|
|
30440
30487
|
const a = y("text-field"), l = y("key-field"), u = y("internal-route-select"), d = y("internal-menu-select"), m = y("internal-field-creator"), p = y("custom-html"), g = y("slider-input"), v = y("color-input"), x = y("filter-input"), w = y("date-object-input"), S = y("signature"), C = y("checkbox"), V = y("boolean-switch"), R = y("upload"), G = y("field-group"), X = y("field-select"), ne = y("native-select"), I = y("button-select"), H = y("currency-field"), q = y("form-relationship-field"), Q = y("date-field"), Y = y("time-field"), he = y("date-range"), ee = y("content-select"), me = y("content-search"), ke = y("value-search"), Se = y("type-select"), lt = y("scope-select"), Qe = y("rich-text-field"), At = y("text-area"), pt = y("timezone-select"), et = y("country-select"), Tt = y("phone-number-input"), Ae = y("object-field"), j = y("model-field"), N = y("payment-field"), tt = y("options-manager"), Nt = y("code-editor-field"), Ne = y("flex-column"), pe = y("location-field"), tn = y("expression-field");
|
|
30441
30488
|
return i.visible ? (o(), h("div", {
|
|
30442
30489
|
key: 0,
|
|
@@ -30790,12 +30837,12 @@ function SA(e, t, n, r, s, i) {
|
|
|
30790
30837
|
"onUpdate:modelValue": t[42] || (t[42] = (F) => i.fieldModel = F)
|
|
30791
30838
|
}, null, 8, ["onTouched", "field", "modelValue"])) : _("", !0)
|
|
30792
30839
|
], 64)),
|
|
30793
|
-
i.error && s.validateResults.message ? (o(), h("div",
|
|
30840
|
+
i.error && s.validateResults.message ? (o(), h("div", OA, b(s.validateResults.message), 1)) : _("", !0)
|
|
30794
30841
|
], 34)) : _("", !0);
|
|
30795
30842
|
}
|
|
30796
|
-
const ao = /* @__PURE__ */ M(
|
|
30843
|
+
const ao = /* @__PURE__ */ M(SA, [["render", DA], ["__scopeId", "data-v-fa5cb6bf"]]);
|
|
30797
30844
|
var Ua, Ic;
|
|
30798
|
-
function
|
|
30845
|
+
function CA() {
|
|
30799
30846
|
if (Ic) return Ua;
|
|
30800
30847
|
Ic = 1;
|
|
30801
30848
|
function e(t, n, r, s) {
|
|
@@ -30807,7 +30854,7 @@ function OA() {
|
|
|
30807
30854
|
return Ua = e, Ua;
|
|
30808
30855
|
}
|
|
30809
30856
|
var ja, Fc;
|
|
30810
|
-
function
|
|
30857
|
+
function EA() {
|
|
30811
30858
|
if (Fc) return ja;
|
|
30812
30859
|
Fc = 1;
|
|
30813
30860
|
function e(t) {
|
|
@@ -30818,10 +30865,10 @@ function DA() {
|
|
|
30818
30865
|
return ja = e, ja;
|
|
30819
30866
|
}
|
|
30820
30867
|
var qa, Ac;
|
|
30821
|
-
function
|
|
30868
|
+
function MA() {
|
|
30822
30869
|
if (Ac) return qa;
|
|
30823
30870
|
Ac = 1;
|
|
30824
|
-
var e =
|
|
30871
|
+
var e = EA(), t = {
|
|
30825
30872
|
// Latin-1 Supplement block.
|
|
30826
30873
|
À: "A",
|
|
30827
30874
|
Á: "A",
|
|
@@ -31018,17 +31065,17 @@ function CA() {
|
|
|
31018
31065
|
return qa = n, qa;
|
|
31019
31066
|
}
|
|
31020
31067
|
var Ba, Nc;
|
|
31021
|
-
function
|
|
31068
|
+
function VA() {
|
|
31022
31069
|
if (Nc) return Ba;
|
|
31023
31070
|
Nc = 1;
|
|
31024
|
-
var e =
|
|
31071
|
+
var e = MA(), t = Wl(), n = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, r = "\\u0300-\\u036f", s = "\\ufe20-\\ufe2f", i = "\\u20d0-\\u20ff", a = r + s + i, l = "[" + a + "]", u = RegExp(l, "g");
|
|
31025
31072
|
function d(m) {
|
|
31026
31073
|
return m = t(m), m && m.replace(n, e).replace(u, "");
|
|
31027
31074
|
}
|
|
31028
31075
|
return Ba = d, Ba;
|
|
31029
31076
|
}
|
|
31030
31077
|
var za, $c;
|
|
31031
|
-
function
|
|
31078
|
+
function IA() {
|
|
31032
31079
|
if ($c) return za;
|
|
31033
31080
|
$c = 1;
|
|
31034
31081
|
var e = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;
|
|
@@ -31038,7 +31085,7 @@ function MA() {
|
|
|
31038
31085
|
return za = t, za;
|
|
31039
31086
|
}
|
|
31040
31087
|
var Wa, Pc;
|
|
31041
|
-
function
|
|
31088
|
+
function FA() {
|
|
31042
31089
|
if (Pc) return Wa;
|
|
31043
31090
|
Pc = 1;
|
|
31044
31091
|
var e = /[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;
|
|
@@ -31048,7 +31095,7 @@ function VA() {
|
|
|
31048
31095
|
return Wa = t, Wa;
|
|
31049
31096
|
}
|
|
31050
31097
|
var Ha, Lc;
|
|
31051
|
-
function
|
|
31098
|
+
function AA() {
|
|
31052
31099
|
if (Lc) return Ha;
|
|
31053
31100
|
Lc = 1;
|
|
31054
31101
|
var e = "\\ud800-\\udfff", t = "\\u0300-\\u036f", n = "\\ufe20-\\ufe2f", r = "\\u20d0-\\u20ff", s = t + n + r, i = "\\u2700-\\u27bf", a = "a-z\\xdf-\\xf6\\xf8-\\xff", l = "\\xac\\xb1\\xd7\\xf7", u = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", d = "\\u2000-\\u206f", m = " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000", p = "A-Z\\xc0-\\xd6\\xd8-\\xde", g = "\\ufe0e\\ufe0f", v = l + u + d + m, x = "['’]", w = "[" + v + "]", S = "[" + s + "]", C = "\\d+", V = "[" + i + "]", R = "[" + a + "]", G = "[^" + e + v + C + i + a + p + "]", X = "\\ud83c[\\udffb-\\udfff]", ne = "(?:" + S + "|" + X + ")", I = "[^" + e + "]", H = "(?:\\ud83c[\\udde6-\\uddff]){2}", q = "[\\ud800-\\udbff][\\udc00-\\udfff]", Q = "[" + p + "]", Y = "\\u200d", he = "(?:" + R + "|" + G + ")", ee = "(?:" + Q + "|" + G + ")", me = "(?:" + x + "(?:d|ll|m|re|s|t|ve))?", ke = "(?:" + x + "(?:D|LL|M|RE|S|T|VE))?", Se = ne + "?", lt = "[" + g + "]?", Qe = "(?:" + Y + "(?:" + [I, H, q].join("|") + ")" + lt + Se + ")*", At = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", pt = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", et = lt + Se + Qe, Tt = "(?:" + [V, H, q].join("|") + ")" + et, Ae = RegExp([
|
|
@@ -31067,20 +31114,20 @@ function IA() {
|
|
|
31067
31114
|
return Ha = j, Ha;
|
|
31068
31115
|
}
|
|
31069
31116
|
var Ga, Rc;
|
|
31070
|
-
function
|
|
31117
|
+
function NA() {
|
|
31071
31118
|
if (Rc) return Ga;
|
|
31072
31119
|
Rc = 1;
|
|
31073
|
-
var e =
|
|
31120
|
+
var e = IA(), t = FA(), n = Wl(), r = AA();
|
|
31074
31121
|
function s(i, a, l) {
|
|
31075
31122
|
return i = n(i), a = l ? void 0 : a, a === void 0 ? t(i) ? r(i) : e(i) : i.match(a) || [];
|
|
31076
31123
|
}
|
|
31077
31124
|
return Ga = s, Ga;
|
|
31078
31125
|
}
|
|
31079
31126
|
var Ya, Uc;
|
|
31080
|
-
function
|
|
31127
|
+
function $A() {
|
|
31081
31128
|
if (Uc) return Ya;
|
|
31082
31129
|
Uc = 1;
|
|
31083
|
-
var e =
|
|
31130
|
+
var e = CA(), t = VA(), n = NA(), r = "['’]", s = RegExp(r, "g");
|
|
31084
31131
|
function i(a) {
|
|
31085
31132
|
return function(l) {
|
|
31086
31133
|
return e(n(t(l).replace(s, "")), a, "");
|
|
@@ -31089,16 +31136,16 @@ function AA() {
|
|
|
31089
31136
|
return Ya = i, Ya;
|
|
31090
31137
|
}
|
|
31091
31138
|
var Ja, jc;
|
|
31092
|
-
function
|
|
31139
|
+
function PA() {
|
|
31093
31140
|
if (jc) return Ja;
|
|
31094
31141
|
jc = 1;
|
|
31095
|
-
var e =
|
|
31142
|
+
var e = $A(), t = e(function(n, r, s) {
|
|
31096
31143
|
return n + (s ? "-" : "") + r.toLowerCase();
|
|
31097
31144
|
});
|
|
31098
31145
|
return Ja = t, Ja;
|
|
31099
31146
|
}
|
|
31100
|
-
var
|
|
31101
|
-
const
|
|
31147
|
+
var LA = PA();
|
|
31148
|
+
const RA = /* @__PURE__ */ Kt(LA), UA = {
|
|
31102
31149
|
emits: [
|
|
31103
31150
|
"field:unmount",
|
|
31104
31151
|
"field:mount",
|
|
@@ -31267,7 +31314,7 @@ const PA = /* @__PURE__ */ Kt($A), LA = {
|
|
|
31267
31314
|
};
|
|
31268
31315
|
},
|
|
31269
31316
|
getFieldKey(e) {
|
|
31270
|
-
let t =
|
|
31317
|
+
let t = RA(`${e.title}-${e.key}`);
|
|
31271
31318
|
return e.incrementor && (t = `${t}-${e.incrementor}`), t;
|
|
31272
31319
|
},
|
|
31273
31320
|
touch() {
|
|
@@ -31358,7 +31405,7 @@ const PA = /* @__PURE__ */ Kt($A), LA = {
|
|
|
31358
31405
|
}
|
|
31359
31406
|
}
|
|
31360
31407
|
};
|
|
31361
|
-
function
|
|
31408
|
+
function jA(e, t, n, r, s, i) {
|
|
31362
31409
|
const a = y("ux-field");
|
|
31363
31410
|
return o(), h("div", {
|
|
31364
31411
|
class: $(["ux-form", i.formClass])
|
|
@@ -31397,7 +31444,7 @@ function RA(e, t, n, r, s, i) {
|
|
|
31397
31444
|
z(e.$slots, "below", { model: i.formModel }, void 0, !0)
|
|
31398
31445
|
], 2);
|
|
31399
31446
|
}
|
|
31400
|
-
const Ch = /* @__PURE__ */ M(
|
|
31447
|
+
const Ch = /* @__PURE__ */ M(UA, [["render", jA], ["__scopeId", "data-v-e6afec75"]]), Ka = "form.ready", qA = "form.processing", qc = "form.complete", Bc = "form.error", BA = "form.intent", zA = {
|
|
31401
31448
|
emits: ["reset", "processing", "intent", "success", "error"],
|
|
31402
31449
|
methods: {
|
|
31403
31450
|
multiFormStateUpdated(e, t) {
|
|
@@ -31449,7 +31496,7 @@ const Ch = /* @__PURE__ */ M(LA, [["render", RA], ["__scopeId", "data-v-e6afec75
|
|
|
31449
31496
|
console.log("Form is invalid", this.invalidFields);
|
|
31450
31497
|
return;
|
|
31451
31498
|
}
|
|
31452
|
-
e.processing = !0, e.state =
|
|
31499
|
+
e.processing = !0, e.state = qA, e.$emit("processing");
|
|
31453
31500
|
const { submission: t, error: n } = await e.preSubmit(e.model);
|
|
31454
31501
|
if (n)
|
|
31455
31502
|
return console.log("pre submit error", n), u(n);
|
|
@@ -31482,7 +31529,7 @@ const Ch = /* @__PURE__ */ M(LA, [["render", RA], ["__scopeId", "data-v-e6afec75
|
|
|
31482
31529
|
);
|
|
31483
31530
|
break;
|
|
31484
31531
|
}
|
|
31485
|
-
e.state =
|
|
31532
|
+
e.state = BA, e.processing = !1, e.$emit("intent", d);
|
|
31486
31533
|
}
|
|
31487
31534
|
async function l(d) {
|
|
31488
31535
|
await e.postSubmit(d), e.processing = !1, e.state = qc, e.$emit("success", d);
|
|
@@ -31791,14 +31838,14 @@ const Ch = /* @__PURE__ */ M(LA, [["render", RA], ["__scopeId", "data-v-e6afec75
|
|
|
31791
31838
|
return ((e = this.form) == null ? void 0 : e.fields) || [];
|
|
31792
31839
|
}
|
|
31793
31840
|
}
|
|
31794
|
-
}, Eh = (e) => (je("data-v-b83af107"), e = e(), qe(), e),
|
|
31841
|
+
}, Eh = (e) => (je("data-v-b83af107"), e = e(), qe(), e), WA = /* @__PURE__ */ Eh(() => /* @__PURE__ */ T("h3", null, "An error occurred", -1)), HA = { key: 0 }, GA = { key: 1 }, YA = { key: 2 }, JA = { class: "intent-submit" }, KA = {
|
|
31795
31842
|
key: 0,
|
|
31796
31843
|
class: "multistep-form"
|
|
31797
|
-
},
|
|
31844
|
+
}, ZA = { class: "multistep-form-sections" }, XA = { class: "multistep-fields" }, QA = { class: "multistep-controls" }, eN = ["tooltip"], tN = ["tooltip"], nN = { class: "multistep-progress" }, iN = {
|
|
31798
31845
|
key: 0,
|
|
31799
31846
|
class: "invalid-field-message"
|
|
31800
|
-
},
|
|
31801
|
-
function
|
|
31847
|
+
}, rN = /* @__PURE__ */ Eh(() => /* @__PURE__ */ T("h5", null, "Please fix the issues below to continue", -1)), sN = ["tooltip"];
|
|
31848
|
+
function aN(e, t, n, r, s, i) {
|
|
31802
31849
|
const a = y("ux-icon"), l = y("ux-button"), u = y("ux-panel-body"), d = y("ux-panel"), m = y("StripeElement"), p = y("StripeElements"), g = y("ux-form"), v = y("flex-cell"), x = y("flex-row"), w = y("ux-progress-bar");
|
|
31803
31850
|
return o(), h("div", {
|
|
31804
31851
|
class: $(["ux-submission-form", i.classes])
|
|
@@ -31806,13 +31853,13 @@ function rN(e, t, n, r, s, i) {
|
|
|
31806
31853
|
s.state === "form.error" ? z(e.$slots, "error", ff(mt({ key: 0 }, { error: s.error, softReset: i.softReset })), () => {
|
|
31807
31854
|
var S;
|
|
31808
31855
|
return [
|
|
31809
|
-
|
|
31810
|
-
s.error.message ? (o(), h("pre",
|
|
31811
|
-
(S = s.error.data) != null && S.errors ? (o(), h("div",
|
|
31856
|
+
WA,
|
|
31857
|
+
s.error.message ? (o(), h("pre", HA, b(s.error.message), 1)) : _("", !0),
|
|
31858
|
+
(S = s.error.data) != null && S.errors ? (o(), h("div", GA, [
|
|
31812
31859
|
(o(!0), h(D, null, A(s.error.data.errors, (C) => (o(), h("pre", {
|
|
31813
31860
|
key: C.path
|
|
31814
31861
|
}, b(C.message), 1))), 128))
|
|
31815
|
-
])) : (o(), h("pre",
|
|
31862
|
+
])) : (o(), h("pre", YA, b(s.error), 1)),
|
|
31816
31863
|
c(l, {
|
|
31817
31864
|
color: "primary",
|
|
31818
31865
|
onClick: i.softReset
|
|
@@ -31867,7 +31914,7 @@ function rN(e, t, n, r, s, i) {
|
|
|
31867
31914
|
]),
|
|
31868
31915
|
_: 1
|
|
31869
31916
|
}, 8, ["stripe-key", "instance-options", "elements-options"])) : _("", !0),
|
|
31870
|
-
T("div",
|
|
31917
|
+
T("div", JA, [
|
|
31871
31918
|
c(l, {
|
|
31872
31919
|
color: "primary",
|
|
31873
31920
|
loading: s.processing,
|
|
@@ -31881,8 +31928,8 @@ function rN(e, t, n, r, s, i) {
|
|
|
31881
31928
|
])
|
|
31882
31929
|
], 64)) : _("", !0)
|
|
31883
31930
|
], 64)) : (o(), h(D, { key: 3 }, [
|
|
31884
|
-
n.multistep ? (o(), h("div",
|
|
31885
|
-
T("div",
|
|
31931
|
+
n.multistep ? (o(), h("div", KA, [
|
|
31932
|
+
T("div", ZA, [
|
|
31886
31933
|
(o(!0), h(D, null, A(i.pages, (S, C) => (o(), h("div", {
|
|
31887
31934
|
class: $(["multistep-form-section", {
|
|
31888
31935
|
inactive: C !== i.currentPage,
|
|
@@ -31891,7 +31938,7 @@ function rN(e, t, n, r, s, i) {
|
|
|
31891
31938
|
active: C === i.currentPage
|
|
31892
31939
|
}])
|
|
31893
31940
|
}, [
|
|
31894
|
-
T("div",
|
|
31941
|
+
T("div", XA, [
|
|
31895
31942
|
c(g, {
|
|
31896
31943
|
step: C + 1,
|
|
31897
31944
|
submission: "",
|
|
@@ -31905,7 +31952,7 @@ function rN(e, t, n, r, s, i) {
|
|
|
31905
31952
|
fields: [S]
|
|
31906
31953
|
}, null, 8, ["step", "sandbox", "paymentConfiguration", "modelValue", "onForm:state", "fields"])
|
|
31907
31954
|
]),
|
|
31908
|
-
T("div",
|
|
31955
|
+
T("div", QA, [
|
|
31909
31956
|
c(x, {
|
|
31910
31957
|
gap: "",
|
|
31911
31958
|
center: ""
|
|
@@ -31952,7 +31999,7 @@ function rN(e, t, n, r, s, i) {
|
|
|
31952
31999
|
]),
|
|
31953
32000
|
_: 1
|
|
31954
32001
|
}, 8, ["onClick", "disabled"])
|
|
31955
|
-
], 8,
|
|
32002
|
+
], 8, eN)
|
|
31956
32003
|
]),
|
|
31957
32004
|
_: 1
|
|
31958
32005
|
})) : _("", !0),
|
|
@@ -31973,7 +32020,7 @@ function rN(e, t, n, r, s, i) {
|
|
|
31973
32020
|
]),
|
|
31974
32021
|
_: 1
|
|
31975
32022
|
}, 8, ["disabled", "onClick", "loading"])
|
|
31976
|
-
], 8,
|
|
32023
|
+
], 8, tN)
|
|
31977
32024
|
]),
|
|
31978
32025
|
_: 1
|
|
31979
32026
|
})) : _("", !0)
|
|
@@ -31983,7 +32030,7 @@ function rN(e, t, n, r, s, i) {
|
|
|
31983
32030
|
])
|
|
31984
32031
|
], 2))), 256))
|
|
31985
32032
|
]),
|
|
31986
|
-
T("div",
|
|
32033
|
+
T("div", nN, [
|
|
31987
32034
|
O(b(i.displayCurrentPage) + " of " + b(i.displayTotalPages) + " ", 1),
|
|
31988
32035
|
c(w, { value: i.displayPercentage }, null, 8, ["value"])
|
|
31989
32036
|
])
|
|
@@ -31998,8 +32045,8 @@ function rN(e, t, n, r, s, i) {
|
|
|
31998
32045
|
"onForm:state": i.formStateUpdated,
|
|
31999
32046
|
fields: i.formFields
|
|
32000
32047
|
}, null, 8, ["sandbox", "paymentConfiguration", "modelValue", "onForm:state", "fields"]),
|
|
32001
|
-
i.invalidFields.length ? (o(), h("div",
|
|
32002
|
-
|
|
32048
|
+
i.invalidFields.length ? (o(), h("div", iN, [
|
|
32049
|
+
rN,
|
|
32003
32050
|
(o(!0), h(D, null, A(i.invalidFields, (S) => (o(), h("div", {
|
|
32004
32051
|
key: S.key
|
|
32005
32052
|
}, b(S.message || `Please provide a valid answer for ${S.title}`), 1))), 128))
|
|
@@ -32016,12 +32063,12 @@ function rN(e, t, n, r, s, i) {
|
|
|
32016
32063
|
]),
|
|
32017
32064
|
_: 1
|
|
32018
32065
|
}, 8, ["disabled", "onClick", "loading"])
|
|
32019
|
-
], 8,
|
|
32066
|
+
], 8, sN)
|
|
32020
32067
|
], 64))
|
|
32021
32068
|
], 64))
|
|
32022
32069
|
], 2);
|
|
32023
32070
|
}
|
|
32024
|
-
const
|
|
32071
|
+
const lN = /* @__PURE__ */ M(zA, [["render", aN], ["__scopeId", "data-v-b83af107"]]), oN = "init", zc = "ready", uN = "processing", dN = "success", cN = "error", fN = {
|
|
32025
32072
|
name: "PaymentMethodForm",
|
|
32026
32073
|
components: {
|
|
32027
32074
|
StripeElements: mm,
|
|
@@ -32125,7 +32172,7 @@ const sN = /* @__PURE__ */ M(qA, [["render", rN], ["__scopeId", "data-v-b83af107
|
|
|
32125
32172
|
data() {
|
|
32126
32173
|
return {
|
|
32127
32174
|
initialised: !1,
|
|
32128
|
-
state:
|
|
32175
|
+
state: oN,
|
|
32129
32176
|
cardholderName: "",
|
|
32130
32177
|
processing: !1,
|
|
32131
32178
|
error: null,
|
|
@@ -32175,7 +32222,7 @@ const sN = /* @__PURE__ */ M(qA, [["render", rN], ["__scopeId", "data-v-b83af107
|
|
|
32175
32222
|
async submitPaymentMethod() {
|
|
32176
32223
|
const e = this;
|
|
32177
32224
|
if (!e.processing) {
|
|
32178
|
-
e.processing = !0, e.state =
|
|
32225
|
+
e.processing = !0, e.state = uN, e.cardError = null;
|
|
32179
32226
|
try {
|
|
32180
32227
|
const t = await e.startSetup(), { setupIntent: n, key: r, method: s } = t, i = e.$refs.stripeElements, a = e.$refs.stripeCard;
|
|
32181
32228
|
if (!i || !a)
|
|
@@ -32201,9 +32248,9 @@ const sN = /* @__PURE__ */ M(qA, [["render", rN], ["__scopeId", "data-v-b83af107
|
|
|
32201
32248
|
if (u)
|
|
32202
32249
|
throw console.log("Confirmation Error", u), u;
|
|
32203
32250
|
const d = await e.confirmSetup(s._id);
|
|
32204
|
-
e.$emit("success", d.method), e.state =
|
|
32251
|
+
e.$emit("success", d.method), e.state = dN;
|
|
32205
32252
|
} catch (t) {
|
|
32206
|
-
console.error("Error saving payment method:", t), this.error = t, this.state =
|
|
32253
|
+
console.error("Error saving payment method:", t), this.error = t, this.state = cN, this.$emit("error", t);
|
|
32207
32254
|
} finally {
|
|
32208
32255
|
this.processing = !1;
|
|
32209
32256
|
}
|
|
@@ -32236,28 +32283,28 @@ const sN = /* @__PURE__ */ M(qA, [["render", rN], ["__scopeId", "data-v-b83af107
|
|
|
32236
32283
|
this.resetForm(), this.$emit("close");
|
|
32237
32284
|
}
|
|
32238
32285
|
}
|
|
32239
|
-
}, lo = (e) => (je("data-v-e3ee591f"), e = e(), qe(), e),
|
|
32286
|
+
}, lo = (e) => (je("data-v-e3ee591f"), e = e(), qe(), e), mN = {
|
|
32240
32287
|
key: 0,
|
|
32241
32288
|
class: "payment-method"
|
|
32242
|
-
},
|
|
32289
|
+
}, hN = { class: "payment-method-form" }, pN = /* @__PURE__ */ lo(() => /* @__PURE__ */ T("h3", null, "Add Payment Method", -1)), yN = {
|
|
32243
32290
|
key: 0,
|
|
32244
32291
|
class: "error-message"
|
|
32245
|
-
},
|
|
32292
|
+
}, gN = /* @__PURE__ */ lo(() => /* @__PURE__ */ T("h4", null, "An error occurred", -1)), _N = { key: 0 }, vN = { key: 1 }, bN = {
|
|
32246
32293
|
key: 1,
|
|
32247
32294
|
class: "success-message"
|
|
32248
|
-
},
|
|
32295
|
+
}, kN = /* @__PURE__ */ lo(() => /* @__PURE__ */ T("h4", null, "Payment method added successfully!", -1)), wN = { key: 2 }, xN = {
|
|
32249
32296
|
key: 0,
|
|
32250
32297
|
id: "card-errors",
|
|
32251
32298
|
class: "error-text"
|
|
32252
|
-
},
|
|
32253
|
-
function
|
|
32299
|
+
}, TN = { class: "form-actions" }, SN = { key: 1 };
|
|
32300
|
+
function ON(e, t, n, r, s, i) {
|
|
32254
32301
|
const a = y("ux-icon"), l = y("ux-button"), u = y("ux-form"), d = y("StripeElement"), m = y("StripeElements"), p = y("ux-field-wrapper");
|
|
32255
|
-
return i.allSetup ? (o(), h("div",
|
|
32256
|
-
T("div",
|
|
32257
|
-
|
|
32258
|
-
s.state === "error" ? (o(), h("div",
|
|
32259
|
-
|
|
32260
|
-
s.error.message ? (o(), h("div",
|
|
32302
|
+
return i.allSetup ? (o(), h("div", mN, [
|
|
32303
|
+
T("div", hN, [
|
|
32304
|
+
pN,
|
|
32305
|
+
s.state === "error" ? (o(), h("div", yN, [
|
|
32306
|
+
gN,
|
|
32307
|
+
s.error.message ? (o(), h("div", _N, b(s.error.message), 1)) : (o(), h("div", vN, b(s.error), 1)),
|
|
32261
32308
|
c(l, {
|
|
32262
32309
|
color: "primary",
|
|
32263
32310
|
onClick: i.resetForm
|
|
@@ -32271,8 +32318,8 @@ function TN(e, t, n, r, s, i) {
|
|
|
32271
32318
|
]),
|
|
32272
32319
|
_: 1
|
|
32273
32320
|
}, 8, ["onClick"])
|
|
32274
|
-
])) : s.state === "success" ? (o(), h("div",
|
|
32275
|
-
|
|
32321
|
+
])) : s.state === "success" ? (o(), h("div", bN, [
|
|
32322
|
+
kN,
|
|
32276
32323
|
c(l, {
|
|
32277
32324
|
color: "primary",
|
|
32278
32325
|
onClick: i.close
|
|
@@ -32286,7 +32333,7 @@ function TN(e, t, n, r, s, i) {
|
|
|
32286
32333
|
]),
|
|
32287
32334
|
_: 1
|
|
32288
32335
|
}, 8, ["onClick"])
|
|
32289
|
-
])) : (o(), h("div",
|
|
32336
|
+
])) : (o(), h("div", wN, [
|
|
32290
32337
|
T("form", {
|
|
32291
32338
|
onSubmit: t[1] || (t[1] = B((...g) => i.submitPaymentMethod && i.submitPaymentMethod(...g), ["prevent", "stop"]))
|
|
32292
32339
|
}, [
|
|
@@ -32315,11 +32362,11 @@ function TN(e, t, n, r, s, i) {
|
|
|
32315
32362
|
]),
|
|
32316
32363
|
_: 1
|
|
32317
32364
|
}, 8, ["stripe-key", "instance-options", "elements-options"])),
|
|
32318
|
-
s.cardError ? (o(), h("div",
|
|
32365
|
+
s.cardError ? (o(), h("div", xN, b(s.cardError), 1)) : _("", !0)
|
|
32319
32366
|
]),
|
|
32320
32367
|
_: 1
|
|
32321
32368
|
}),
|
|
32322
|
-
T("div",
|
|
32369
|
+
T("div", TN, [
|
|
32323
32370
|
c(l, {
|
|
32324
32371
|
type: "button",
|
|
32325
32372
|
color: "secondary",
|
|
@@ -32346,9 +32393,9 @@ function TN(e, t, n, r, s, i) {
|
|
|
32346
32393
|
], 32)
|
|
32347
32394
|
]))
|
|
32348
32395
|
])
|
|
32349
|
-
])) : (o(), h("div",
|
|
32396
|
+
])) : (o(), h("div", SN, "Initialising secure payment form..."));
|
|
32350
32397
|
}
|
|
32351
|
-
const
|
|
32398
|
+
const DN = /* @__PURE__ */ M(fN, [["render", ON], ["__scopeId", "data-v-e3ee591f"]]), CN = {
|
|
32352
32399
|
name: "UxFieldWrapper",
|
|
32353
32400
|
props: {
|
|
32354
32401
|
title: {
|
|
@@ -32370,23 +32417,23 @@ const SN = /* @__PURE__ */ M(dN, [["render", TN], ["__scopeId", "data-v-e3ee591f
|
|
|
32370
32417
|
return this.error && e.push("ux-field-error"), e;
|
|
32371
32418
|
}
|
|
32372
32419
|
}
|
|
32373
|
-
},
|
|
32420
|
+
}, EN = {
|
|
32374
32421
|
key: 0,
|
|
32375
32422
|
class: "ux-field-title"
|
|
32376
|
-
},
|
|
32423
|
+
}, MN = {
|
|
32377
32424
|
key: 1,
|
|
32378
32425
|
class: "ux-field-description"
|
|
32379
32426
|
};
|
|
32380
|
-
function
|
|
32427
|
+
function VN(e, t, n, r, s, i) {
|
|
32381
32428
|
return o(), h("div", {
|
|
32382
32429
|
class: $(["ux-field", i.classes])
|
|
32383
32430
|
}, [
|
|
32384
|
-
n.title ? (o(), h("label",
|
|
32385
|
-
n.description ? (o(), h("div",
|
|
32431
|
+
n.title ? (o(), h("label", EN, b(n.title), 1)) : _("", !0),
|
|
32432
|
+
n.description ? (o(), h("div", MN, b(n.description), 1)) : _("", !0),
|
|
32386
32433
|
z(e.$slots, "default", {}, void 0, !0)
|
|
32387
32434
|
], 2);
|
|
32388
32435
|
}
|
|
32389
|
-
const
|
|
32436
|
+
const IN = /* @__PURE__ */ M(CN, [["render", VN], ["__scopeId", "data-v-980de6f6"]]), Wc = /* @__PURE__ */ new Set([
|
|
32390
32437
|
"area",
|
|
32391
32438
|
"base",
|
|
32392
32439
|
"br",
|
|
@@ -32402,7 +32449,7 @@ const MN = /* @__PURE__ */ M(ON, [["render", EN], ["__scopeId", "data-v-980de6f6
|
|
|
32402
32449
|
"track",
|
|
32403
32450
|
"wbr"
|
|
32404
32451
|
]);
|
|
32405
|
-
function
|
|
32452
|
+
function FN(e) {
|
|
32406
32453
|
const t = /<\/?([a-zA-Z0-9]+)[^>]*>/g, n = [];
|
|
32407
32454
|
let r;
|
|
32408
32455
|
for (; (r = t.exec(e)) !== null; ) {
|
|
@@ -32443,14 +32490,14 @@ const Mh = {
|
|
|
32443
32490
|
actualTemplate() {
|
|
32444
32491
|
let e = this.template || "";
|
|
32445
32492
|
e = e.replaceAll ? e.replaceAll("<br>", "<br/>") : e;
|
|
32446
|
-
var { valid: t, invalid: n } =
|
|
32493
|
+
var { valid: t, invalid: n } = FN(e);
|
|
32447
32494
|
return t || (console.log("Invalid html", e), e = `<div>Invalid HTML. <pre>${n}</pre></div>`), e;
|
|
32448
32495
|
}
|
|
32449
32496
|
},
|
|
32450
32497
|
components: {
|
|
32451
32498
|
VRuntimeTemplate: bm
|
|
32452
32499
|
}
|
|
32453
|
-
},
|
|
32500
|
+
}, AN = {
|
|
32454
32501
|
emits: ["error", "reset"],
|
|
32455
32502
|
data() {
|
|
32456
32503
|
return {
|
|
@@ -32465,14 +32512,14 @@ const Mh = {
|
|
|
32465
32512
|
this.$emit("reset");
|
|
32466
32513
|
}
|
|
32467
32514
|
}
|
|
32468
|
-
},
|
|
32515
|
+
}, NN = {
|
|
32469
32516
|
key: 0,
|
|
32470
32517
|
class: "error-boundary",
|
|
32471
32518
|
style: { color: "#b40000", border: "2px solid #fd0000", background: "#ffd6d6", padding: "1em" }
|
|
32472
32519
|
};
|
|
32473
|
-
function
|
|
32520
|
+
function $N(e, t, n, r, s, i) {
|
|
32474
32521
|
const a = y("ux-button");
|
|
32475
|
-
return s.error ? (o(), h("div",
|
|
32522
|
+
return s.error ? (o(), h("div", NN, [
|
|
32476
32523
|
T("pre", null, "COMPILE ERROR: " + b(s.error), 1),
|
|
32477
32524
|
c(a, { onClick: i.reset }, {
|
|
32478
32525
|
default: f(() => [
|
|
@@ -32482,7 +32529,7 @@ function AN(e, t, n, r, s, i) {
|
|
|
32482
32529
|
}, 8, ["onClick"])
|
|
32483
32530
|
])) : z(e.$slots, "default", { key: 1 }, void 0, !0);
|
|
32484
32531
|
}
|
|
32485
|
-
const
|
|
32532
|
+
const PN = /* @__PURE__ */ M(AN, [["render", $N], ["__scopeId", "data-v-0fd69158"]]), LN = {
|
|
32486
32533
|
props: {
|
|
32487
32534
|
field: {
|
|
32488
32535
|
type: Object,
|
|
@@ -32562,8 +32609,8 @@ const NN = /* @__PURE__ */ M(IN, [["render", AN], ["__scopeId", "data-v-0fd69158
|
|
|
32562
32609
|
return isNaN(e) && (e = 0), e = Math.max(e, 0), parseInt(e);
|
|
32563
32610
|
}
|
|
32564
32611
|
}
|
|
32565
|
-
},
|
|
32566
|
-
mixins: [
|
|
32612
|
+
}, RN = {
|
|
32613
|
+
mixins: [LN],
|
|
32567
32614
|
props: {
|
|
32568
32615
|
modelValue: {
|
|
32569
32616
|
type: [Object, Array]
|
|
@@ -32583,13 +32630,13 @@ const NN = /* @__PURE__ */ M(IN, [["render", AN], ["__scopeId", "data-v-0fd69158
|
|
|
32583
32630
|
return `${this.label} ${t + 1}`;
|
|
32584
32631
|
}
|
|
32585
32632
|
}
|
|
32586
|
-
},
|
|
32633
|
+
}, UN = {
|
|
32587
32634
|
key: 0,
|
|
32588
32635
|
class: "ux-multi-group"
|
|
32589
32636
|
};
|
|
32590
|
-
function
|
|
32637
|
+
function jN(e, t, n, r, s, i) {
|
|
32591
32638
|
const a = y("flex-cell"), l = y("flex-row"), u = y("ux-panel-header"), d = y("ux-render"), m = y("ux-panel-body"), p = y("ux-panel");
|
|
32592
|
-
return e.multiValue ? (o(), h("div",
|
|
32639
|
+
return e.multiValue ? (o(), h("div", UN, [
|
|
32593
32640
|
(o(!0), h(D, null, A(e.model, (g, v) => (o(), k(p, {
|
|
32594
32641
|
ref_for: !0,
|
|
32595
32642
|
ref: "row",
|
|
@@ -32640,13 +32687,13 @@ function RN(e, t, n, r, s, i) {
|
|
|
32640
32687
|
"onUpdate:modelValue": t[0] || (t[0] = (g) => e.model = g)
|
|
32641
32688
|
}, null, 8, ["submission", "fields", "flex", "parentModel", "modelValue"]));
|
|
32642
32689
|
}
|
|
32643
|
-
const
|
|
32690
|
+
const qN = /* @__PURE__ */ M(RN, [["render", jN], ["__scopeId", "data-v-cb997d0e"]]), BN = {
|
|
32644
32691
|
components: {
|
|
32645
32692
|
Item: eo,
|
|
32646
|
-
FieldGroup:
|
|
32693
|
+
FieldGroup: qN,
|
|
32647
32694
|
// Compiler,
|
|
32648
32695
|
Compile: Mh,
|
|
32649
|
-
ErrorBoundary:
|
|
32696
|
+
ErrorBoundary: PN
|
|
32650
32697
|
// ButtonSelect,
|
|
32651
32698
|
// NativeSelect,
|
|
32652
32699
|
// DateField,
|
|
@@ -32882,26 +32929,26 @@ const UN = /* @__PURE__ */ M(PN, [["render", RN], ["__scopeId", "data-v-cb997d0e
|
|
|
32882
32929
|
return e;
|
|
32883
32930
|
}
|
|
32884
32931
|
}
|
|
32885
|
-
},
|
|
32932
|
+
}, zN = { class: "ux-field-title" }, WN = { class: "signature-view" }, HN = ["src"], GN = {
|
|
32886
32933
|
key: 1,
|
|
32887
32934
|
class: "signature-view"
|
|
32888
|
-
},
|
|
32935
|
+
}, YN = ["src"], JN = { class: "currency" }, KN = { key: 1 }, ZN = { class: "currency" }, XN = { key: 1 }, QN = {
|
|
32889
32936
|
key: 6,
|
|
32890
32937
|
class: "ux-password-render"
|
|
32891
|
-
},
|
|
32938
|
+
}, e$ = ["type", "value"], t$ = ["type", "value"], n$ = {
|
|
32892
32939
|
key: 0,
|
|
32893
32940
|
class: "display-grid"
|
|
32894
|
-
},
|
|
32941
|
+
}, i$ = { class: "display-cell" }, r$ = { key: 1 }, s$ = { class: "display-cell" }, a$ = {
|
|
32895
32942
|
key: 0,
|
|
32896
32943
|
class: "display-grid"
|
|
32897
|
-
},
|
|
32898
|
-
function
|
|
32944
|
+
}, l$ = { class: "display-cell" }, o$ = { key: 1 }, u$ = { class: "display-cell" }, d$ = ["innerHTML"], c$ = ["innerHTML"], f$ = { key: 1 }, m$ = { key: 1 }, h$ = ["href"], p$ = { key: 1 }, y$ = ["href"], g$ = ["href"], _$ = { key: 1 }, v$ = ["href"], b$ = { key: 1 };
|
|
32945
|
+
function k$(e, t, n, r, s, i) {
|
|
32899
32946
|
const a = y("field-group"), l = y("qik-code-editor"), u = y("flex-cell"), d = y("ux-icon"), m = y("ux-button"), p = y("flex-row"), g = y("ux-image"), v = y("ux-video"), x = y("item"), w = y("error-boundary");
|
|
32900
32947
|
return i.visible ? (o(), h("div", {
|
|
32901
32948
|
key: 0,
|
|
32902
32949
|
class: $(["ux-field-render", i.classes])
|
|
32903
32950
|
}, [
|
|
32904
|
-
T("label",
|
|
32951
|
+
T("label", zN, b(i.title), 1),
|
|
32905
32952
|
z(e.$slots, "field-after-title", { field: n.field }, void 0, !0),
|
|
32906
32953
|
i.widget === "group" ? (o(), h(D, { key: 0 }, [
|
|
32907
32954
|
i.asObject ? (o(), k(a, {
|
|
@@ -32930,18 +32977,18 @@ function v$(e, t, n, r, s, i) {
|
|
|
32930
32977
|
modelValue: i.fieldModel,
|
|
32931
32978
|
"onUpdate:modelValue": t[2] || (t[2] = (S) => i.fieldModel = S)
|
|
32932
32979
|
}, null, 8, ["submission", "display", "field", "parentModel", "modelValue"])) : i.widget === "signature" ? (o(), h(D, { key: 3 }, [
|
|
32933
|
-
i.multiValue ? (o(!0), h(D, { key: 0 }, A(i.fieldModel, (S, C) => (o(), h("div",
|
|
32934
|
-
T("img", { src: S }, null, 8,
|
|
32935
|
-
]))), 256)) : (o(), h("div",
|
|
32936
|
-
T("img", { src: i.fieldModel }, null, 8,
|
|
32980
|
+
i.multiValue ? (o(!0), h(D, { key: 0 }, A(i.fieldModel, (S, C) => (o(), h("div", WN, [
|
|
32981
|
+
T("img", { src: S }, null, 8, HN)
|
|
32982
|
+
]))), 256)) : (o(), h("div", GN, [
|
|
32983
|
+
T("img", { src: i.fieldModel }, null, 8, YN)
|
|
32937
32984
|
]))
|
|
32938
32985
|
], 64)) : i.widget === "currency" ? (o(), h(D, { key: 4 }, [
|
|
32939
32986
|
i.multiValue ? (o(!0), h(D, { key: 0 }, A(i.fieldModel, (S, C) => (o(), h("div", null, [
|
|
32940
32987
|
O(b(i.formatCurrency(S)) + " ", 1),
|
|
32941
|
-
T("span", GN, b(n.field.currency), 1)
|
|
32942
|
-
]))), 256)) : (o(), h("div", YN, [
|
|
32943
|
-
O(b(i.formatCurrency(i.fieldModel)) + " ", 1),
|
|
32944
32988
|
T("span", JN, b(n.field.currency), 1)
|
|
32989
|
+
]))), 256)) : (o(), h("div", KN, [
|
|
32990
|
+
O(b(i.formatCurrency(i.fieldModel)) + " ", 1),
|
|
32991
|
+
T("span", ZN, b(n.field.currency), 1)
|
|
32945
32992
|
]))
|
|
32946
32993
|
], 64)) : i.widget === "code" ? (o(), h(D, { key: 5 }, [
|
|
32947
32994
|
i.multiValue ? (o(!0), h(D, { key: 0 }, A(i.fieldModel, (S, C) => (o(), h("div", null, [
|
|
@@ -32952,7 +32999,7 @@ function v$(e, t, n, r, s, i) {
|
|
|
32952
32999
|
syntax: n.field.syntax,
|
|
32953
33000
|
style: { "min-height": "300px" }
|
|
32954
33001
|
}, null, 8, ["modelValue", "syntax"])
|
|
32955
|
-
]))), 256)) : (o(), h("div",
|
|
33002
|
+
]))), 256)) : (o(), h("div", XN, [
|
|
32956
33003
|
c(l, {
|
|
32957
33004
|
readonly: !0,
|
|
32958
33005
|
class: "editor-wrap",
|
|
@@ -32961,7 +33008,7 @@ function v$(e, t, n, r, s, i) {
|
|
|
32961
33008
|
style: { "min-height": "300px" }
|
|
32962
33009
|
}, null, 8, ["modelValue", "syntax"])
|
|
32963
33010
|
]))
|
|
32964
|
-
], 64)) : i.widget === "password" ? (o(), h("div",
|
|
33011
|
+
], 64)) : i.widget === "password" ? (o(), h("div", QN, [
|
|
32965
33012
|
i.multiValue ? (o(!0), h(D, { key: 0 }, A(i.fieldModel, (S, C) => (o(), k(p, {
|
|
32966
33013
|
gap: "",
|
|
32967
33014
|
center: ""
|
|
@@ -32972,7 +33019,7 @@ function v$(e, t, n, r, s, i) {
|
|
|
32972
33019
|
T("input", {
|
|
32973
33020
|
type: s.unmaskedLookup[`${C}`] ? "text" : "password",
|
|
32974
33021
|
value: S
|
|
32975
|
-
}, null, 8,
|
|
33022
|
+
}, null, 8, e$)
|
|
32976
33023
|
]),
|
|
32977
33024
|
_: 2
|
|
32978
33025
|
}, 1024),
|
|
@@ -33024,7 +33071,7 @@ function v$(e, t, n, r, s, i) {
|
|
|
33024
33071
|
T("input", {
|
|
33025
33072
|
type: s.unmasked ? "text" : "password",
|
|
33026
33073
|
value: i.fieldModel
|
|
33027
|
-
}, null, 8,
|
|
33074
|
+
}, null, 8, t$)
|
|
33028
33075
|
]),
|
|
33029
33076
|
_: 1
|
|
33030
33077
|
}),
|
|
@@ -33068,12 +33115,12 @@ function v$(e, t, n, r, s, i) {
|
|
|
33068
33115
|
}))
|
|
33069
33116
|
])) : i.displayType === "image" ? (o(), h(D, { key: 7 }, [
|
|
33070
33117
|
i.multiValue ? (o(), h(D, { key: 0 }, [
|
|
33071
|
-
i.fieldModel.length > 1 ? (o(), h("div",
|
|
33072
|
-
(o(!0), h(D, null, A(i.fieldModel, (S, C) => (o(), h("div",
|
|
33118
|
+
i.fieldModel.length > 1 ? (o(), h("div", n$, [
|
|
33119
|
+
(o(!0), h(D, null, A(i.fieldModel, (S, C) => (o(), h("div", i$, [
|
|
33073
33120
|
c(g, { item: S }, null, 8, ["item"])
|
|
33074
33121
|
]))), 256))
|
|
33075
|
-
])) : (o(), h("div",
|
|
33076
|
-
(o(!0), h(D, null, A(i.fieldModel, (S, C) => (o(), h("div",
|
|
33122
|
+
])) : (o(), h("div", r$, [
|
|
33123
|
+
(o(!0), h(D, null, A(i.fieldModel, (S, C) => (o(), h("div", s$, [
|
|
33077
33124
|
c(g, { item: S }, null, 8, ["item"])
|
|
33078
33125
|
]))), 256))
|
|
33079
33126
|
]))
|
|
@@ -33083,12 +33130,12 @@ function v$(e, t, n, r, s, i) {
|
|
|
33083
33130
|
}, null, 8, ["item"]))
|
|
33084
33131
|
], 64)) : i.displayType === "video" ? (o(), h(D, { key: 8 }, [
|
|
33085
33132
|
i.multiValue ? (o(), h(D, { key: 0 }, [
|
|
33086
|
-
i.fieldModel.length > 1 ? (o(), h("div",
|
|
33087
|
-
(o(!0), h(D, null, A(i.fieldModel, (S, C) => (o(), h("div",
|
|
33133
|
+
i.fieldModel.length > 1 ? (o(), h("div", a$, [
|
|
33134
|
+
(o(!0), h(D, null, A(i.fieldModel, (S, C) => (o(), h("div", l$, [
|
|
33088
33135
|
c(v, { item: S }, null, 8, ["item"])
|
|
33089
33136
|
]))), 256))
|
|
33090
|
-
])) : (o(), h("div",
|
|
33091
|
-
(o(!0), h(D, null, A(i.fieldModel, (S, C) => (o(), h("div",
|
|
33137
|
+
])) : (o(), h("div", o$, [
|
|
33138
|
+
(o(!0), h(D, null, A(i.fieldModel, (S, C) => (o(), h("div", u$, [
|
|
33092
33139
|
c(v, { item: S }, null, 8, ["item"])
|
|
33093
33140
|
]))), 256))
|
|
33094
33141
|
]))
|
|
@@ -33142,48 +33189,48 @@ function v$(e, t, n, r, s, i) {
|
|
|
33142
33189
|
i.multiValue ? (o(!0), h(D, { key: 0 }, A(i.fieldModel, (S, C) => (o(), h("div", null, [
|
|
33143
33190
|
c(w, null, {
|
|
33144
33191
|
default: f(() => [
|
|
33145
|
-
T("div", { innerHTML: S }, null, 8,
|
|
33192
|
+
T("div", { innerHTML: S }, null, 8, d$)
|
|
33146
33193
|
]),
|
|
33147
33194
|
_: 2
|
|
33148
33195
|
}, 1024)
|
|
33149
33196
|
]))), 256)) : (o(), k(w, { key: 1 }, {
|
|
33150
33197
|
default: f(() => [
|
|
33151
|
-
T("div", { innerHTML: i.fieldModel }, null, 8,
|
|
33198
|
+
T("div", { innerHTML: i.fieldModel }, null, 8, c$)
|
|
33152
33199
|
]),
|
|
33153
33200
|
_: 1
|
|
33154
33201
|
}))
|
|
33155
33202
|
], 64)) : _("", !0),
|
|
33156
33203
|
i.type == "boolean" ? (o(), h(D, { key: 2 }, [
|
|
33157
|
-
i.multiValue ? (o(!0), h(D, { key: 0 }, A(i.fieldModel, (S, C) => (o(), h("div", null, b(!!S), 1))), 256)) : (o(), h("div",
|
|
33204
|
+
i.multiValue ? (o(!0), h(D, { key: 0 }, A(i.fieldModel, (S, C) => (o(), h("div", null, b(!!S), 1))), 256)) : (o(), h("div", f$, b(!!i.fieldModel), 1))
|
|
33158
33205
|
], 64)) : _("", !0),
|
|
33159
33206
|
i.type == "date" ? (o(), h(D, { key: 3 }, [
|
|
33160
|
-
i.multiValue ? (o(!0), h(D, { key: 0 }, A(i.fieldModel, (S, C) => (o(), h("div", null, b(i.renderDate(S)), 1))), 256)) : (o(), h("div",
|
|
33207
|
+
i.multiValue ? (o(!0), h(D, { key: 0 }, A(i.fieldModel, (S, C) => (o(), h("div", null, b(i.renderDate(S)), 1))), 256)) : (o(), h("div", m$, b(i.renderDate(i.fieldModel)), 1))
|
|
33161
33208
|
], 64)) : _("", !0),
|
|
33162
33209
|
i.type == "email" ? (o(), h(D, { key: 4 }, [
|
|
33163
33210
|
i.multiValue ? (o(!0), h(D, { key: 0 }, A(i.fieldModel, (S, C) => (o(), h("div", null, [
|
|
33164
33211
|
T("a", {
|
|
33165
33212
|
href: `mailto:${S}`
|
|
33166
|
-
}, b(S), 9,
|
|
33167
|
-
]))), 256)) : (o(), h("div",
|
|
33213
|
+
}, b(S), 9, h$)
|
|
33214
|
+
]))), 256)) : (o(), h("div", p$, [
|
|
33168
33215
|
T("a", {
|
|
33169
33216
|
href: `mailto:${i.fieldModel}`
|
|
33170
|
-
}, b(i.fieldModel), 9,
|
|
33217
|
+
}, b(i.fieldModel), 9, y$)
|
|
33171
33218
|
]))
|
|
33172
33219
|
], 64)) : _("", !0),
|
|
33173
33220
|
i.type == "url" ? (o(), h(D, { key: 5 }, [
|
|
33174
33221
|
i.multiValue ? (o(!0), h(D, { key: 0 }, A(i.fieldModel, (S, C) => (o(), h("div", null, [
|
|
33175
|
-
T("a", { href: S }, b(S), 9,
|
|
33176
|
-
]))), 256)) : (o(), h("div",
|
|
33177
|
-
T("a", { href: i.fieldModel }, b(i.fieldModel), 9,
|
|
33222
|
+
T("a", { href: S }, b(S), 9, g$)
|
|
33223
|
+
]))), 256)) : (o(), h("div", _$, [
|
|
33224
|
+
T("a", { href: i.fieldModel }, b(i.fieldModel), 9, v$)
|
|
33178
33225
|
]))
|
|
33179
33226
|
], 64)) : _("", !0),
|
|
33180
33227
|
i.isNumber ? (o(), h(D, { key: 6 }, [
|
|
33181
|
-
i.multiValue ? (o(!0), h(D, { key: 0 }, A(i.fieldModel, (S, C) => (o(), h("div", null, b(S), 1))), 256)) : (o(), h("div",
|
|
33228
|
+
i.multiValue ? (o(!0), h(D, { key: 0 }, A(i.fieldModel, (S, C) => (o(), h("div", null, b(S), 1))), 256)) : (o(), h("div", b$, b(i.fieldModel), 1))
|
|
33182
33229
|
], 64)) : _("", !0)
|
|
33183
33230
|
], 64))
|
|
33184
33231
|
], 2)) : _("", !0);
|
|
33185
33232
|
}
|
|
33186
|
-
const Vh = /* @__PURE__ */ M(
|
|
33233
|
+
const Vh = /* @__PURE__ */ M(BN, [["render", k$], ["__scopeId", "data-v-20e6bdd4"]]), w$ = {
|
|
33187
33234
|
props: {
|
|
33188
33235
|
parentModel: {
|
|
33189
33236
|
type: Object
|
|
@@ -33240,7 +33287,7 @@ const Vh = /* @__PURE__ */ M(jN, [["render", v$], ["__scopeId", "data-v-20e6bdd4
|
|
|
33240
33287
|
}
|
|
33241
33288
|
}
|
|
33242
33289
|
};
|
|
33243
|
-
function
|
|
33290
|
+
function x$(e, t, n, r, s, i) {
|
|
33244
33291
|
const a = y("ux-field-render");
|
|
33245
33292
|
return o(), h("div", {
|
|
33246
33293
|
class: $(["ux-render", i.renderClass])
|
|
@@ -33264,8 +33311,8 @@ function k$(e, t, n, r, s, i) {
|
|
|
33264
33311
|
], !0)
|
|
33265
33312
|
], 2);
|
|
33266
33313
|
}
|
|
33267
|
-
const
|
|
33268
|
-
function
|
|
33314
|
+
const T$ = /* @__PURE__ */ M(w$, [["render", x$], ["__scopeId", "data-v-0b434a9f"]]);
|
|
33315
|
+
function S$(e) {
|
|
33269
33316
|
e = e || {}, Math.max(parseInt(e.minimum || 0), 0);
|
|
33270
33317
|
let t = Math.max(parseInt(e.maximum || 0), 0);
|
|
33271
33318
|
const n = mf({}), r = Gt([]);
|
|
@@ -33319,7 +33366,7 @@ function x$(e) {
|
|
|
33319
33366
|
}), n;
|
|
33320
33367
|
}
|
|
33321
33368
|
var Za, Hc;
|
|
33322
|
-
function
|
|
33369
|
+
function O$() {
|
|
33323
33370
|
if (Hc) return Za;
|
|
33324
33371
|
Hc = 1;
|
|
33325
33372
|
var e = "__lodash_hash_undefined__";
|
|
@@ -33329,7 +33376,7 @@ function T$() {
|
|
|
33329
33376
|
return Za = t, Za;
|
|
33330
33377
|
}
|
|
33331
33378
|
var Xa, Gc;
|
|
33332
|
-
function
|
|
33379
|
+
function D$() {
|
|
33333
33380
|
if (Gc) return Xa;
|
|
33334
33381
|
Gc = 1;
|
|
33335
33382
|
function e(t) {
|
|
@@ -33338,10 +33385,10 @@ function S$() {
|
|
|
33338
33385
|
return Xa = e, Xa;
|
|
33339
33386
|
}
|
|
33340
33387
|
var Qa, Yc;
|
|
33341
|
-
function
|
|
33388
|
+
function C$() {
|
|
33342
33389
|
if (Yc) return Qa;
|
|
33343
33390
|
Yc = 1;
|
|
33344
|
-
var e = _m(), t =
|
|
33391
|
+
var e = _m(), t = O$(), n = D$();
|
|
33345
33392
|
function r(s) {
|
|
33346
33393
|
var i = -1, a = s == null ? 0 : s.length;
|
|
33347
33394
|
for (this.__data__ = new e(); ++i < a; )
|
|
@@ -33350,7 +33397,7 @@ function O$() {
|
|
|
33350
33397
|
return r.prototype.add = r.prototype.push = t, r.prototype.has = n, Qa = r, Qa;
|
|
33351
33398
|
}
|
|
33352
33399
|
var el, Jc;
|
|
33353
|
-
function
|
|
33400
|
+
function E$() {
|
|
33354
33401
|
if (Jc) return el;
|
|
33355
33402
|
Jc = 1;
|
|
33356
33403
|
var e = vh();
|
|
@@ -33361,7 +33408,7 @@ function D$() {
|
|
|
33361
33408
|
return el = t, el;
|
|
33362
33409
|
}
|
|
33363
33410
|
var tl, Kc;
|
|
33364
|
-
function
|
|
33411
|
+
function M$() {
|
|
33365
33412
|
if (Kc) return tl;
|
|
33366
33413
|
Kc = 1;
|
|
33367
33414
|
function e(t, n, r) {
|
|
@@ -33373,7 +33420,7 @@ function C$() {
|
|
|
33373
33420
|
return tl = e, tl;
|
|
33374
33421
|
}
|
|
33375
33422
|
var nl, Zc;
|
|
33376
|
-
function
|
|
33423
|
+
function V$() {
|
|
33377
33424
|
if (Zc) return nl;
|
|
33378
33425
|
Zc = 1;
|
|
33379
33426
|
function e(t, n) {
|
|
@@ -33382,14 +33429,14 @@ function E$() {
|
|
|
33382
33429
|
return nl = e, nl;
|
|
33383
33430
|
}
|
|
33384
33431
|
var il, Xc;
|
|
33385
|
-
function
|
|
33432
|
+
function I$() {
|
|
33386
33433
|
if (Xc) return il;
|
|
33387
33434
|
Xc = 1;
|
|
33388
33435
|
var e = zl(), t = qn(), n = e(t, "Set");
|
|
33389
33436
|
return il = n, il;
|
|
33390
33437
|
}
|
|
33391
33438
|
var rl, Qc;
|
|
33392
|
-
function
|
|
33439
|
+
function F$() {
|
|
33393
33440
|
if (Qc) return rl;
|
|
33394
33441
|
Qc = 1;
|
|
33395
33442
|
function e() {
|
|
@@ -33409,19 +33456,19 @@ function Ih() {
|
|
|
33409
33456
|
return sl = e, sl;
|
|
33410
33457
|
}
|
|
33411
33458
|
var al, tf;
|
|
33412
|
-
function
|
|
33459
|
+
function A$() {
|
|
33413
33460
|
if (tf) return al;
|
|
33414
33461
|
tf = 1;
|
|
33415
|
-
var e =
|
|
33462
|
+
var e = I$(), t = F$(), n = Ih(), r = 1 / 0, s = e && 1 / n(new e([, -0]))[1] == r ? function(i) {
|
|
33416
33463
|
return new e(i);
|
|
33417
33464
|
} : t;
|
|
33418
33465
|
return al = s, al;
|
|
33419
33466
|
}
|
|
33420
33467
|
var ll, nf;
|
|
33421
|
-
function
|
|
33468
|
+
function N$() {
|
|
33422
33469
|
if (nf) return ll;
|
|
33423
33470
|
nf = 1;
|
|
33424
|
-
var e =
|
|
33471
|
+
var e = C$(), t = E$(), n = M$(), r = V$(), s = A$(), i = Ih(), a = 200;
|
|
33425
33472
|
function l(u, d, m) {
|
|
33426
33473
|
var p = -1, g = t, v = u.length, x = !0, w = [], S = w;
|
|
33427
33474
|
if (m)
|
|
@@ -33448,18 +33495,18 @@ function F$() {
|
|
|
33448
33495
|
return ll = l, ll;
|
|
33449
33496
|
}
|
|
33450
33497
|
var ol, rf;
|
|
33451
|
-
function
|
|
33498
|
+
function $$() {
|
|
33452
33499
|
if (rf) return ol;
|
|
33453
33500
|
rf = 1;
|
|
33454
|
-
var e =
|
|
33501
|
+
var e = N$();
|
|
33455
33502
|
function t(n) {
|
|
33456
33503
|
return n && n.length ? e(n) : [];
|
|
33457
33504
|
}
|
|
33458
33505
|
return ol = t, ol;
|
|
33459
33506
|
}
|
|
33460
|
-
var
|
|
33461
|
-
const
|
|
33462
|
-
function
|
|
33507
|
+
var P$ = $$();
|
|
33508
|
+
const L$ = /* @__PURE__ */ Kt(P$);
|
|
33509
|
+
function R$(e, t) {
|
|
33463
33510
|
var n = [], r;
|
|
33464
33511
|
switch (t) {
|
|
33465
33512
|
case "image":
|
|
@@ -33610,7 +33657,7 @@ function sf() {
|
|
|
33610
33657
|
};
|
|
33611
33658
|
}
|
|
33612
33659
|
let ul;
|
|
33613
|
-
const
|
|
33660
|
+
const U$ = {
|
|
33614
33661
|
emits: ["loading", "loaded", "click:row", "click:actions"],
|
|
33615
33662
|
props: {
|
|
33616
33663
|
defaultPage: {
|
|
@@ -34113,7 +34160,7 @@ const L$ = {
|
|
|
34113
34160
|
t.push("event");
|
|
34114
34161
|
break;
|
|
34115
34162
|
}
|
|
34116
|
-
return
|
|
34163
|
+
return L$(t);
|
|
34117
34164
|
},
|
|
34118
34165
|
columns() {
|
|
34119
34166
|
let e = [], t = {};
|
|
@@ -34128,7 +34175,7 @@ const L$ = {
|
|
|
34128
34175
|
}
|
|
34129
34176
|
var r = this.actualOptions.prefixColumns || [];
|
|
34130
34177
|
r.forEach(n(!0));
|
|
34131
|
-
var s = this.actualOptions.columns || [], i = s.length ? s :
|
|
34178
|
+
var s = this.actualOptions.columns || [], i = s.length ? s : R$(this, this.basicType);
|
|
34132
34179
|
i.length || i.push({
|
|
34133
34180
|
title: "Title",
|
|
34134
34181
|
key: "title"
|
|
@@ -34285,7 +34332,7 @@ const L$ = {
|
|
|
34285
34332
|
data() {
|
|
34286
34333
|
var s;
|
|
34287
34334
|
var e = this.selectionManager;
|
|
34288
|
-
e || (e = new
|
|
34335
|
+
e || (e = new S$({ minimum: this.minimum, maximum: this.maximum })), this.modelValue && e.setSelection(this.modelValue);
|
|
34289
34336
|
const t = Math.max(
|
|
34290
34337
|
isNaN(this.defaultPage) ? 1 : this.defaultPage || 1,
|
|
34291
34338
|
1
|
|
@@ -34326,11 +34373,11 @@ const L$ = {
|
|
|
34326
34373
|
actualOptions: this.options
|
|
34327
34374
|
};
|
|
34328
34375
|
}
|
|
34329
|
-
}, oo = (e) => (je("data-v-b0fd455a"), e = e(), qe(), e),
|
|
34376
|
+
}, oo = (e) => (je("data-v-b0fd455a"), e = e(), qe(), e), j$ = /* @__PURE__ */ oo(() => /* @__PURE__ */ T("strong", null, "Select Columns", -1)), q$ = {
|
|
34330
34377
|
key: 0,
|
|
34331
34378
|
class: "font-sm"
|
|
34332
|
-
},
|
|
34333
|
-
function
|
|
34379
|
+
}, B$ = { class: "footer" }, z$ = /* @__PURE__ */ oo(() => /* @__PURE__ */ T("p", null, null, -1)), W$ = { key: 0 }, H$ = /* @__PURE__ */ oo(() => /* @__PURE__ */ T("p", null, null, -1));
|
|
34380
|
+
function G$(e, t, n, r, s, i) {
|
|
34334
34381
|
const a = y("ux-icon"), l = y("ux-panel-body"), u = y("ux-panel"), d = y("flex-column"), m = y("ux-button"), p = y("flex-header"), g = y("ux-list-item"), v = y("ux-list"), x = y("flex-body"), w = y("ux-menu"), S = y("native-table"), C = y("pager"), V = y("flex-footer"), R = y("flex-row"), G = y("search"), X = y("ux-field"), ne = y("filter-builder"), I = y("spinner");
|
|
34335
34382
|
return i.actualDefinition ? (o(), k(d, {
|
|
34336
34383
|
key: 0,
|
|
@@ -34434,7 +34481,7 @@ function W$(e, t, n, r, s, i) {
|
|
|
34434
34481
|
icon: "fa-plus-minus",
|
|
34435
34482
|
left: ""
|
|
34436
34483
|
}),
|
|
34437
|
-
|
|
34484
|
+
j$
|
|
34438
34485
|
]),
|
|
34439
34486
|
_: 1
|
|
34440
34487
|
})
|
|
@@ -34490,7 +34537,7 @@ function W$(e, t, n, r, s, i) {
|
|
|
34490
34537
|
c(l, null, {
|
|
34491
34538
|
default: f(() => [
|
|
34492
34539
|
T("div", null, b(i.emptyTextString), 1),
|
|
34493
|
-
n.dateFilterEnabled ? (o(), h("div",
|
|
34540
|
+
n.dateFilterEnabled ? (o(), h("div", q$, " Try changing your date range or updating your filter. ")) : _("", !0)
|
|
34494
34541
|
]),
|
|
34495
34542
|
_: 1
|
|
34496
34543
|
})
|
|
@@ -34508,7 +34555,7 @@ function W$(e, t, n, r, s, i) {
|
|
|
34508
34555
|
s.dataSource && !i.boundaryMessage ? (o(), k(V, { key: 0 }, {
|
|
34509
34556
|
default: f(() => [
|
|
34510
34557
|
z(e.$slots, "footera", {}, void 0, !0),
|
|
34511
|
-
T("div",
|
|
34558
|
+
T("div", B$, [
|
|
34512
34559
|
c(C, {
|
|
34513
34560
|
page: s.page,
|
|
34514
34561
|
"onUpdate:page": t[2] || (t[2] = (H) => s.page = H),
|
|
@@ -34540,15 +34587,15 @@ function W$(e, t, n, r, s, i) {
|
|
|
34540
34587
|
debounce: 500,
|
|
34541
34588
|
placeholder: "Keyword Search"
|
|
34542
34589
|
}, null, 8, ["modelValue", "loading"]),
|
|
34543
|
-
|
|
34544
|
-
n.dateFilterEnabled ? (o(), h("div",
|
|
34590
|
+
z$,
|
|
34591
|
+
n.dateFilterEnabled ? (o(), h("div", W$, [
|
|
34545
34592
|
c(X, {
|
|
34546
34593
|
field: i.dateRangeField,
|
|
34547
34594
|
modelValue: s.dateRangeFilter,
|
|
34548
34595
|
"onUpdate:modelValue": t[4] || (t[4] = (H) => s.dateRangeFilter = H)
|
|
34549
34596
|
}, null, 8, ["field", "modelValue"])
|
|
34550
34597
|
])) : _("", !0),
|
|
34551
|
-
|
|
34598
|
+
H$,
|
|
34552
34599
|
c(ne, {
|
|
34553
34600
|
definition: i.actualDefinition,
|
|
34554
34601
|
modelValue: s.actualFilter,
|
|
@@ -34575,7 +34622,7 @@ function W$(e, t, n, r, s, i) {
|
|
|
34575
34622
|
_: 3
|
|
34576
34623
|
})) : _("", !0);
|
|
34577
34624
|
}
|
|
34578
|
-
const
|
|
34625
|
+
const Y$ = /* @__PURE__ */ M(U$, [["render", G$], ["__scopeId", "data-v-b0fd455a"]]), J$ = {
|
|
34579
34626
|
props: {
|
|
34580
34627
|
modal: {
|
|
34581
34628
|
type: Object,
|
|
@@ -34605,9 +34652,9 @@ const H$ = /* @__PURE__ */ M(L$, [["render", W$], ["__scopeId", "data-v-b0fd455a
|
|
|
34605
34652
|
return this.modal.style && (e = Object.assign(e, this.modal.style)), e;
|
|
34606
34653
|
}
|
|
34607
34654
|
}
|
|
34608
|
-
},
|
|
34609
|
-
function
|
|
34610
|
-
return o(), h("div",
|
|
34655
|
+
}, K$ = { class: "modal-wrapper" };
|
|
34656
|
+
function Z$(e, t, n, r, s, i) {
|
|
34657
|
+
return o(), h("div", K$, [
|
|
34611
34658
|
T("div", {
|
|
34612
34659
|
class: "modal-blanket",
|
|
34613
34660
|
onClick: t[0] || (t[0] = (...a) => i.blanketClick && i.blanketClick(...a))
|
|
@@ -34625,7 +34672,7 @@ function J$(e, t, n, r, s, i) {
|
|
|
34625
34672
|
], 4)
|
|
34626
34673
|
]);
|
|
34627
34674
|
}
|
|
34628
|
-
const
|
|
34675
|
+
const X$ = /* @__PURE__ */ M(J$, [["render", Z$], ["__scopeId", "data-v-90c28992"]]), Q$ = {
|
|
34629
34676
|
mixins: [wn],
|
|
34630
34677
|
computed: {
|
|
34631
34678
|
confirmText() {
|
|
@@ -34653,25 +34700,25 @@ const K$ = /* @__PURE__ */ M(G$, [["render", J$], ["__scopeId", "data-v-90c28992
|
|
|
34653
34700
|
}
|
|
34654
34701
|
}
|
|
34655
34702
|
}
|
|
34656
|
-
},
|
|
34657
|
-
function
|
|
34703
|
+
}, eP = { class: "padder" }, tP = ["innerHTML"], nP = { class: "padder" };
|
|
34704
|
+
function iP(e, t, n, r, s, i) {
|
|
34658
34705
|
const a = y("flex-body"), l = y("ux-button"), u = y("flex-cell"), d = y("flex-row"), m = y("flex-footer"), p = y("flex-column");
|
|
34659
34706
|
return o(), k(p, { class: "wrapper" }, {
|
|
34660
34707
|
default: f(() => [
|
|
34661
34708
|
c(a, null, {
|
|
34662
34709
|
default: f(() => [
|
|
34663
|
-
T("div",
|
|
34710
|
+
T("div", eP, [
|
|
34664
34711
|
T("h5", null, b(e.options.title), 1),
|
|
34665
34712
|
T("div", {
|
|
34666
34713
|
innerHTML: e.options.description
|
|
34667
|
-
}, null, 8,
|
|
34714
|
+
}, null, 8, tP)
|
|
34668
34715
|
])
|
|
34669
34716
|
]),
|
|
34670
34717
|
_: 1
|
|
34671
34718
|
}),
|
|
34672
34719
|
c(m, null, {
|
|
34673
34720
|
default: f(() => [
|
|
34674
|
-
T("div",
|
|
34721
|
+
T("div", nP, [
|
|
34675
34722
|
c(d, null, {
|
|
34676
34723
|
default: f(() => [
|
|
34677
34724
|
c(u, null, {
|
|
@@ -34713,7 +34760,7 @@ function tP(e, t, n, r, s, i) {
|
|
|
34713
34760
|
_: 1
|
|
34714
34761
|
});
|
|
34715
34762
|
}
|
|
34716
|
-
const
|
|
34763
|
+
const rP = /* @__PURE__ */ M(Q$, [["render", iP], ["__scopeId", "data-v-ee67e4b1"]]), sP = {
|
|
34717
34764
|
data() {
|
|
34718
34765
|
return {
|
|
34719
34766
|
selected: null,
|
|
@@ -34752,21 +34799,21 @@ const nP = /* @__PURE__ */ M(Z$, [["render", tP], ["__scopeId", "data-v-ee67e4b1
|
|
|
34752
34799
|
this.selected = e, this.close(e);
|
|
34753
34800
|
}
|
|
34754
34801
|
}
|
|
34755
|
-
},
|
|
34802
|
+
}, aP = { class: "options-modal-header" }, lP = { class: "padder" }, oP = { class: "options-modal-header" }, uP = { class: "padder" }, dP = ["onClick"], cP = ["innerHTML"], fP = {
|
|
34756
34803
|
key: 0,
|
|
34757
34804
|
class: "title"
|
|
34758
|
-
},
|
|
34805
|
+
}, mP = {
|
|
34759
34806
|
key: 1,
|
|
34760
34807
|
class: "description"
|
|
34761
|
-
},
|
|
34762
|
-
function
|
|
34808
|
+
}, hP = { class: "padder" };
|
|
34809
|
+
function pP(e, t, n, r, s, i) {
|
|
34763
34810
|
const a = y("flex-header"), l = y("search"), u = y("flex-cell"), d = y("ux-icon"), m = y("flex-row"), p = y("flex-body"), g = y("ux-button"), v = y("flex-footer"), x = y("flex-column");
|
|
34764
34811
|
return o(), k(x, { class: "wrapper" }, {
|
|
34765
34812
|
default: f(() => [
|
|
34766
34813
|
e.options.title || e.options.description ? (o(), k(a, { key: 0 }, {
|
|
34767
34814
|
default: f(() => [
|
|
34768
|
-
T("div",
|
|
34769
|
-
T("div",
|
|
34815
|
+
T("div", aP, [
|
|
34816
|
+
T("div", lP, [
|
|
34770
34817
|
T("h5", null, b(e.options.title), 1),
|
|
34771
34818
|
T("div", null, b(e.options.description), 1)
|
|
34772
34819
|
])
|
|
@@ -34776,8 +34823,8 @@ function mP(e, t, n, r, s, i) {
|
|
|
34776
34823
|
})) : _("", !0),
|
|
34777
34824
|
i.searchEnabled ? (o(), k(a, { key: 1 }, {
|
|
34778
34825
|
default: f(() => [
|
|
34779
|
-
T("div",
|
|
34780
|
-
T("div",
|
|
34826
|
+
T("div", oP, [
|
|
34827
|
+
T("div", uP, [
|
|
34781
34828
|
c(l, {
|
|
34782
34829
|
modelValue: s.search,
|
|
34783
34830
|
"onUpdate:modelValue": t[0] || (t[0] = (w) => s.search = w),
|
|
@@ -34812,14 +34859,14 @@ function mP(e, t, n, r, s, i) {
|
|
|
34812
34859
|
T("div", {
|
|
34813
34860
|
class: "option-icon",
|
|
34814
34861
|
innerHTML: w.icon
|
|
34815
|
-
}, null, 8,
|
|
34862
|
+
}, null, 8, cP)
|
|
34816
34863
|
]),
|
|
34817
34864
|
_: 2
|
|
34818
34865
|
}, 1024)) : _("", !0),
|
|
34819
34866
|
c(u, null, {
|
|
34820
34867
|
default: f(() => [
|
|
34821
|
-
w.title ? (o(), h("div",
|
|
34822
|
-
w.description ? (o(), h("div",
|
|
34868
|
+
w.title ? (o(), h("div", fP, b(w.title), 1)) : _("", !0),
|
|
34869
|
+
w.description ? (o(), h("div", mP, b(w.description), 1)) : _("", !0)
|
|
34823
34870
|
]),
|
|
34824
34871
|
_: 2
|
|
34825
34872
|
}, 1024),
|
|
@@ -34835,14 +34882,14 @@ function mP(e, t, n, r, s, i) {
|
|
|
34835
34882
|
]),
|
|
34836
34883
|
_: 2
|
|
34837
34884
|
}, 1024)
|
|
34838
|
-
], 8,
|
|
34885
|
+
], 8, dP))), 256))
|
|
34839
34886
|
], 2)
|
|
34840
34887
|
]),
|
|
34841
34888
|
_: 1
|
|
34842
34889
|
}),
|
|
34843
34890
|
c(v, { class: "options-modal-footer" }, {
|
|
34844
34891
|
default: f(() => [
|
|
34845
|
-
T("div",
|
|
34892
|
+
T("div", hP, [
|
|
34846
34893
|
c(g, {
|
|
34847
34894
|
size: "sm",
|
|
34848
34895
|
onClick: e.dismiss
|
|
@@ -34860,7 +34907,7 @@ function mP(e, t, n, r, s, i) {
|
|
|
34860
34907
|
_: 1
|
|
34861
34908
|
});
|
|
34862
34909
|
}
|
|
34863
|
-
const
|
|
34910
|
+
const yP = /* @__PURE__ */ M(sP, [["render", pP], ["__scopeId", "data-v-79ee703e"]]), gP = {
|
|
34864
34911
|
mixins: [wn],
|
|
34865
34912
|
data() {
|
|
34866
34913
|
return {
|
|
@@ -34893,8 +34940,8 @@ const hP = /* @__PURE__ */ M(iP, [["render", mP], ["__scopeId", "data-v-79ee703e
|
|
|
34893
34940
|
created() {
|
|
34894
34941
|
this.options.model && (this.model = this.options.model);
|
|
34895
34942
|
}
|
|
34896
|
-
},
|
|
34897
|
-
function
|
|
34943
|
+
}, _P = { class: "padder" }, vP = { key: 0 }, bP = { class: "padder" };
|
|
34944
|
+
function kP(e, t, n, r, s, i) {
|
|
34898
34945
|
const a = y("ux-form"), l = y("flex-body"), u = y("ux-button"), d = y("flex-cell"), m = y("flex-spacer"), p = y("flex-row"), g = y("flex-footer"), v = y("flex-column");
|
|
34899
34946
|
return o(), h("form", {
|
|
34900
34947
|
class: "wrapper",
|
|
@@ -34904,9 +34951,9 @@ function vP(e, t, n, r, s, i) {
|
|
|
34904
34951
|
default: f(() => [
|
|
34905
34952
|
c(l, null, {
|
|
34906
34953
|
default: f(() => [
|
|
34907
|
-
T("div",
|
|
34954
|
+
T("div", _P, [
|
|
34908
34955
|
T("h5", null, b(e.options.title), 1),
|
|
34909
|
-
e.options.description ? (o(), h("p",
|
|
34956
|
+
e.options.description ? (o(), h("p", vP, b(e.options.description), 1)) : _("", !0),
|
|
34910
34957
|
c(a, {
|
|
34911
34958
|
ref: "form",
|
|
34912
34959
|
"onForm:state": i.formStateUpdated,
|
|
@@ -34920,7 +34967,7 @@ function vP(e, t, n, r, s, i) {
|
|
|
34920
34967
|
}),
|
|
34921
34968
|
c(g, { class: "border-top" }, {
|
|
34922
34969
|
default: f(() => [
|
|
34923
|
-
T("div",
|
|
34970
|
+
T("div", bP, [
|
|
34924
34971
|
c(p, null, {
|
|
34925
34972
|
default: f(() => [
|
|
34926
34973
|
c(d, { shrink: "" }, {
|
|
@@ -34966,8 +35013,8 @@ function vP(e, t, n, r, s, i) {
|
|
|
34966
35013
|
})
|
|
34967
35014
|
], 32);
|
|
34968
35015
|
}
|
|
34969
|
-
const
|
|
34970
|
-
function
|
|
35016
|
+
const wP = /* @__PURE__ */ M(gP, [["render", kP], ["__scopeId", "data-v-22036a05"]]);
|
|
35017
|
+
function xP(e, t) {
|
|
34971
35018
|
switch (e) {
|
|
34972
35019
|
case "systemtask":
|
|
34973
35020
|
case "comment":
|
|
@@ -34990,7 +35037,7 @@ function kP(e, t) {
|
|
|
34990
35037
|
break;
|
|
34991
35038
|
}
|
|
34992
35039
|
}
|
|
34993
|
-
function
|
|
35040
|
+
function TP(e, t) {
|
|
34994
35041
|
let n = [];
|
|
34995
35042
|
switch (e) {
|
|
34996
35043
|
case "transaction":
|
|
@@ -35178,9 +35225,9 @@ function wP(e, t) {
|
|
|
35178
35225
|
}
|
|
35179
35226
|
return n;
|
|
35180
35227
|
}
|
|
35181
|
-
const
|
|
35228
|
+
const SP = {
|
|
35182
35229
|
components: {
|
|
35183
|
-
ContentBrowser:
|
|
35230
|
+
ContentBrowser: Y$,
|
|
35184
35231
|
Search: Qt,
|
|
35185
35232
|
DateRange: Um
|
|
35186
35233
|
},
|
|
@@ -35203,7 +35250,7 @@ const xP = {
|
|
|
35203
35250
|
},
|
|
35204
35251
|
dateShortcuts() {
|
|
35205
35252
|
const e = this.definition.key, t = this.definition.definesType || e;
|
|
35206
|
-
return
|
|
35253
|
+
return TP(t);
|
|
35207
35254
|
},
|
|
35208
35255
|
bigData() {
|
|
35209
35256
|
var e;
|
|
@@ -35211,7 +35258,7 @@ const xP = {
|
|
|
35211
35258
|
},
|
|
35212
35259
|
dateFilterEnabled() {
|
|
35213
35260
|
const e = this.definition.key, t = this.definition.definesType || e;
|
|
35214
|
-
return
|
|
35261
|
+
return xP(t, e);
|
|
35215
35262
|
},
|
|
35216
35263
|
dateSummary() {
|
|
35217
35264
|
let { startDate: e, endDate: t } = this.dateRange;
|
|
@@ -35314,8 +35361,8 @@ const xP = {
|
|
|
35314
35361
|
this.close(this.model);
|
|
35315
35362
|
}
|
|
35316
35363
|
}
|
|
35317
|
-
},
|
|
35318
|
-
function
|
|
35364
|
+
}, OP = { class: "header" }, DP = { class: "font-muted font-sm" }, CP = { class: "date-range" }, EP = { class: "date-shortcuts" }, MP = ["onClick"], VP = { class: "rolodex" };
|
|
35365
|
+
function IP(e, t, n, r, s, i) {
|
|
35319
35366
|
const a = y("flex-column"), l = y("flex-cell"), u = y("search"), d = y("ux-button"), m = y("date-range"), p = y("flex-row"), g = y("ux-menu"), v = y("ux-icon"), x = y("flex-header"), w = y("content-browser"), S = uf("tippy");
|
|
35320
35367
|
return o(), k(a, { class: "wrapper" }, {
|
|
35321
35368
|
default: f(() => [
|
|
@@ -35328,7 +35375,7 @@ function MP(e, t, n, r, s, i) {
|
|
|
35328
35375
|
s.definition ? (o(), h(D, { key: 0 }, [
|
|
35329
35376
|
c(x, null, {
|
|
35330
35377
|
default: f(() => [
|
|
35331
|
-
T("div",
|
|
35378
|
+
T("div", OP, [
|
|
35332
35379
|
c(p, {
|
|
35333
35380
|
vcenter: "",
|
|
35334
35381
|
gap: ""
|
|
@@ -35342,7 +35389,7 @@ function MP(e, t, n, r, s, i) {
|
|
|
35342
35389
|
}),
|
|
35343
35390
|
i.maximum ? (o(), k(l, { key: 0 }, {
|
|
35344
35391
|
default: f(() => [
|
|
35345
|
-
T("span",
|
|
35392
|
+
T("span", DP, "(" + b(s.model.length) + " of " + b(i.maximum) + ")", 1)
|
|
35346
35393
|
]),
|
|
35347
35394
|
_: 1
|
|
35348
35395
|
})) : _("", !0),
|
|
@@ -35380,16 +35427,16 @@ function MP(e, t, n, r, s, i) {
|
|
|
35380
35427
|
])
|
|
35381
35428
|
]),
|
|
35382
35429
|
default: f(() => [
|
|
35383
|
-
T("div",
|
|
35430
|
+
T("div", CP, [
|
|
35384
35431
|
c(p, { gap: "" }, {
|
|
35385
35432
|
default: f(() => [
|
|
35386
35433
|
c(l, { shrink: "" }, {
|
|
35387
35434
|
default: f(() => [
|
|
35388
|
-
T("ul",
|
|
35435
|
+
T("ul", EP, [
|
|
35389
35436
|
(o(!0), h(D, null, A(i.dateShortcuts, (C) => (o(), h("li", null, [
|
|
35390
35437
|
T("a", {
|
|
35391
35438
|
onClick: (V) => i.setDateRange(C)
|
|
35392
|
-
}, b(C.title), 9,
|
|
35439
|
+
}, b(C.title), 9, MP)
|
|
35393
35440
|
]))), 256))
|
|
35394
35441
|
])
|
|
35395
35442
|
]),
|
|
@@ -35473,7 +35520,7 @@ function MP(e, t, n, r, s, i) {
|
|
|
35473
35520
|
abovecontent: f(() => [
|
|
35474
35521
|
i.rolodexEnabled ? (o(), k(x, { key: 0 }, {
|
|
35475
35522
|
default: f(() => [
|
|
35476
|
-
T("div",
|
|
35523
|
+
T("div", VP, [
|
|
35477
35524
|
c(d, {
|
|
35478
35525
|
size: "sm",
|
|
35479
35526
|
onClick: t[3] || (t[3] = (C) => i.toggleRolodex("")),
|
|
@@ -35509,7 +35556,7 @@ function MP(e, t, n, r, s, i) {
|
|
|
35509
35556
|
_: 1
|
|
35510
35557
|
});
|
|
35511
35558
|
}
|
|
35512
|
-
const
|
|
35559
|
+
const FP = /* @__PURE__ */ M(SP, [["render", IP], ["__scopeId", "data-v-aeaca77a"]]), AP = {
|
|
35513
35560
|
components: {
|
|
35514
35561
|
ScopeSelect: c2
|
|
35515
35562
|
// Search,
|
|
@@ -35583,14 +35630,14 @@ const VP = /* @__PURE__ */ M(xP, [["render", MP], ["__scopeId", "data-v-aeaca77a
|
|
|
35583
35630
|
console.log("selection complete", e, this.model), this.close(this.model);
|
|
35584
35631
|
}
|
|
35585
35632
|
}
|
|
35586
|
-
},
|
|
35587
|
-
function
|
|
35633
|
+
}, NP = (e) => (je("data-v-c5b42335"), e = e(), qe(), e), $P = { class: "header" }, PP = /* @__PURE__ */ NP(() => /* @__PURE__ */ T("h3", null, "Select Scopes", -1));
|
|
35634
|
+
function LP(e, t, n, r, s, i) {
|
|
35588
35635
|
const a = y("flex-cell"), l = y("ux-button"), u = y("flex-row"), d = y("flex-header"), m = y("scope-select"), p = y("flex-column");
|
|
35589
35636
|
return o(), k(p, { class: "wrapper" }, {
|
|
35590
35637
|
default: f(() => [
|
|
35591
35638
|
c(d, null, {
|
|
35592
35639
|
default: f(() => [
|
|
35593
|
-
T("div",
|
|
35640
|
+
T("div", $P, [
|
|
35594
35641
|
c(u, {
|
|
35595
35642
|
vcenter: "",
|
|
35596
35643
|
gap: ""
|
|
@@ -35598,7 +35645,7 @@ function $P(e, t, n, r, s, i) {
|
|
|
35598
35645
|
default: f(() => [
|
|
35599
35646
|
c(a, null, {
|
|
35600
35647
|
default: f(() => [
|
|
35601
|
-
|
|
35648
|
+
PP
|
|
35602
35649
|
]),
|
|
35603
35650
|
_: 1
|
|
35604
35651
|
}),
|
|
@@ -35635,7 +35682,7 @@ function $P(e, t, n, r, s, i) {
|
|
|
35635
35682
|
_: 1
|
|
35636
35683
|
});
|
|
35637
35684
|
}
|
|
35638
|
-
const
|
|
35685
|
+
const RP = /* @__PURE__ */ M(AP, [["render", LP], ["__scopeId", "data-v-c5b42335"]]), UP = {
|
|
35639
35686
|
mixins: [wn],
|
|
35640
35687
|
components: {
|
|
35641
35688
|
Tagger: $T
|
|
@@ -35659,17 +35706,17 @@ const PP = /* @__PURE__ */ M(IP, [["render", $P], ["__scopeId", "data-v-c5b42335
|
|
|
35659
35706
|
data() {
|
|
35660
35707
|
return {};
|
|
35661
35708
|
}
|
|
35662
|
-
},
|
|
35709
|
+
}, jP = { class: "header" }, qP = {
|
|
35663
35710
|
key: 0,
|
|
35664
35711
|
class: "font-sm font-muted"
|
|
35665
|
-
},
|
|
35666
|
-
function
|
|
35712
|
+
}, BP = { class: "footer" };
|
|
35713
|
+
function zP(e, t, n, r, s, i) {
|
|
35667
35714
|
const a = y("flex-cell"), l = y("flex-row"), u = y("flex-header"), d = y("tagger"), m = y("ux-panel-body"), p = y("flex-body"), g = y("ux-button"), v = y("flex-footer"), x = y("flex-column");
|
|
35668
35715
|
return o(), k(x, { class: "wrapper" }, {
|
|
35669
35716
|
default: f(() => [
|
|
35670
35717
|
c(u, null, {
|
|
35671
35718
|
default: f(() => [
|
|
35672
|
-
T("div",
|
|
35719
|
+
T("div", jP, [
|
|
35673
35720
|
c(l, {
|
|
35674
35721
|
gap: "",
|
|
35675
35722
|
center: ""
|
|
@@ -35680,7 +35727,7 @@ function qP(e, t, n, r, s, i) {
|
|
|
35680
35727
|
var w;
|
|
35681
35728
|
return [
|
|
35682
35729
|
T("h3", null, b(i.title), 1),
|
|
35683
|
-
(w = i.description) != null && w.length ? (o(), h("div",
|
|
35730
|
+
(w = i.description) != null && w.length ? (o(), h("div", qP, b(i.description), 1)) : _("", !0)
|
|
35684
35731
|
];
|
|
35685
35732
|
}),
|
|
35686
35733
|
_: 1
|
|
@@ -35708,7 +35755,7 @@ function qP(e, t, n, r, s, i) {
|
|
|
35708
35755
|
}),
|
|
35709
35756
|
c(v, null, {
|
|
35710
35757
|
default: f(() => [
|
|
35711
|
-
T("div",
|
|
35758
|
+
T("div", BP, [
|
|
35712
35759
|
c(l, {
|
|
35713
35760
|
gap: "",
|
|
35714
35761
|
center: ""
|
|
@@ -35751,7 +35798,7 @@ function qP(e, t, n, r, s, i) {
|
|
|
35751
35798
|
_: 1
|
|
35752
35799
|
});
|
|
35753
35800
|
}
|
|
35754
|
-
const
|
|
35801
|
+
const WP = /* @__PURE__ */ M(UP, [["render", zP], ["__scopeId", "data-v-da6e77a9"]]), yt = "uploading", zi = "complete", dn = "ready", HP = "error", GP = "upload.cancel", YP = "upload.start", af = "upload.complete", JP = "upload.progress", KP = "upload.error", ZP = {
|
|
35755
35802
|
props: {
|
|
35756
35803
|
accept: {
|
|
35757
35804
|
type: String
|
|
@@ -35882,7 +35929,7 @@ const BP = /* @__PURE__ */ M(LP, [["render", qP], ["__scopeId", "data-v-da6e77a9
|
|
|
35882
35929
|
return new mf().bootstrap(d), n.queue.unshift(d), d;
|
|
35883
35930
|
},
|
|
35884
35931
|
cancelFile(e) {
|
|
35885
|
-
e.state == yt && (e.cancel && e.cancel("Cancelled"), e.bytesLoaded = 0, e.percent = 0, e.state = dn, e.dispatch(
|
|
35932
|
+
e.state == yt && (e.cancel && e.cancel("Cancelled"), e.bytesLoaded = 0, e.percent = 0, e.state = dn, e.dispatch(GP));
|
|
35886
35933
|
},
|
|
35887
35934
|
removeFile(e) {
|
|
35888
35935
|
var t = this.queue.indexOf(e);
|
|
@@ -35908,7 +35955,7 @@ const BP = /* @__PURE__ */ M(LP, [["render", qP], ["__scopeId", "data-v-da6e77a9
|
|
|
35908
35955
|
case yt:
|
|
35909
35956
|
return;
|
|
35910
35957
|
}
|
|
35911
|
-
e.state = yt, e.dispatch(
|
|
35958
|
+
e.state = yt, e.dispatch(YP);
|
|
35912
35959
|
{
|
|
35913
35960
|
const m = e.size, p = e.name, g = e.mime, { data: v } = await t.$sdk.api.post("/file/check", {
|
|
35914
35961
|
fileSize: m,
|
|
@@ -35932,7 +35979,7 @@ const BP = /* @__PURE__ */ M(LP, [["render", qP], ["__scopeId", "data-v-da6e77a9
|
|
|
35932
35979
|
let p = Math.floor(
|
|
35933
35980
|
m.loaded * 100 / m.total
|
|
35934
35981
|
);
|
|
35935
|
-
e.percent = p, e.bytesLoaded = m.loaded, e.bytesTotal = m.total, e.dispatch(
|
|
35982
|
+
e.percent = p, e.bytesLoaded = m.loaded, e.bytesTotal = m.total, e.dispatch(JP, m);
|
|
35936
35983
|
}
|
|
35937
35984
|
};
|
|
35938
35985
|
const l = t.$sdk.api.CancelToken.source();
|
|
@@ -35944,7 +35991,7 @@ const BP = /* @__PURE__ */ M(LP, [["render", qP], ["__scopeId", "data-v-da6e77a9
|
|
|
35944
35991
|
e.result = m.data, e.state = zi, e.result.meta, t.$sdk.notify(`${e.result.title} was uploaded successfully`), e.dispatch(af, m.data), t.uploadNextFile();
|
|
35945
35992
|
}), d.catch(function(m) {
|
|
35946
35993
|
var p = t.$sdk.api.wasCancelled(m);
|
|
35947
|
-
p ? e.state = dn : (e.state =
|
|
35994
|
+
p ? e.state = dn : (e.state = HP, e.dispatch(KP, m), t.uploadNextFile());
|
|
35948
35995
|
});
|
|
35949
35996
|
},
|
|
35950
35997
|
toggle() {
|
|
@@ -36001,9 +36048,9 @@ const BP = /* @__PURE__ */ M(LP, [["render", qP], ["__scopeId", "data-v-da6e77a9
|
|
|
36001
36048
|
e.uploading ? e.pause() : (e.queue.length = 0, e.defaultFreeformTags.length = 0, e.defaultScopes.length = 0);
|
|
36002
36049
|
}
|
|
36003
36050
|
}
|
|
36004
|
-
},
|
|
36005
|
-
function
|
|
36006
|
-
return o(), h("div",
|
|
36051
|
+
}, XP = { class: "uploader" }, QP = ["accept"], eL = ["accept"];
|
|
36052
|
+
function tL(e, t, n, r, s, i) {
|
|
36053
|
+
return o(), h("div", XP, [
|
|
36007
36054
|
T("input", {
|
|
36008
36055
|
style: { display: "none" },
|
|
36009
36056
|
accept: n.accept,
|
|
@@ -36011,13 +36058,13 @@ function QP(e, t, n, r, s, i) {
|
|
|
36011
36058
|
type: "file",
|
|
36012
36059
|
multiple: "",
|
|
36013
36060
|
onChange: t[0] || (t[0] = (a) => i.filesSelected(a.target.files))
|
|
36014
|
-
}, null, 40,
|
|
36061
|
+
}, null, 40, QP),
|
|
36015
36062
|
T("input", {
|
|
36016
36063
|
style: { display: "none" },
|
|
36017
36064
|
accept: n.accept,
|
|
36018
36065
|
ref: "immediateFile",
|
|
36019
36066
|
type: "file"
|
|
36020
|
-
}, null, 8,
|
|
36067
|
+
}, null, 8, eL),
|
|
36021
36068
|
z(e.$slots, "default", {
|
|
36022
36069
|
queue: s.queue,
|
|
36023
36070
|
items: e.items,
|
|
@@ -36029,11 +36076,11 @@ function QP(e, t, n, r, s, i) {
|
|
|
36029
36076
|
})
|
|
36030
36077
|
]);
|
|
36031
36078
|
}
|
|
36032
|
-
const
|
|
36033
|
-
function
|
|
36079
|
+
const oL = /* @__PURE__ */ M(ZP, [["render", tL]]);
|
|
36080
|
+
function nL(e, t) {
|
|
36034
36081
|
return t.reduce((n, r) => Math.abs(r - e) < Math.abs(n - e) ? r : n);
|
|
36035
36082
|
}
|
|
36036
|
-
function
|
|
36083
|
+
function uL() {
|
|
36037
36084
|
var e = Gt({
|
|
36038
36085
|
mounted: !1,
|
|
36039
36086
|
screen: {
|
|
@@ -36106,7 +36153,7 @@ function lL() {
|
|
|
36106
36153
|
point: 0
|
|
36107
36154
|
}, a = 0;
|
|
36108
36155
|
r > e.limits.xs && a++, r > e.limits.sm && a++, r > e.limits.md && a++, r > e.limits.lg && a++, a < 1 && (i.mobile = !0, i.xs = !0, i.xsOnly = !0, i.smAndDown = !0, i.mdAndDown = !0, i.lgAndDown = !0), a == 1 && (i.tablet = !0, i.sm = !0, i.smOnly = !0, i.smAndDown = !0, i.mdAndDown = !0, i.lgAndDown = !0, i.smAndUp = !0), a == 2 && (i.desktop = !0, i.md = !0, i.mdOnly = !0, i.mdAndDown = !0, i.lgAndDown = !0, i.smAndUp = !0, i.mdAndUp = !0), a == 3 && (i.desktop = !0, i.lg = !0, i.lgOnly = !0, i.lgAndDown = !0, i.smAndUp = !0, i.mdAndUp = !0, i.lgAndUp = !0), a > 3 && (i.desktop = !0, i.xl = !0, i.xlOnly = !0, i.smAndUp = !0, i.mdAndUp = !0, i.lgAndUp = !0), e.point = a, e.breakpoint = i;
|
|
36109
|
-
const u =
|
|
36156
|
+
const u = nL(r, [320, 768, 1200, 1800, 2e3]), d = u * 1, m = u * 1.5, p = u * 2;
|
|
36110
36157
|
e.image = {
|
|
36111
36158
|
auto: {
|
|
36112
36159
|
low: d,
|
|
@@ -36120,7 +36167,7 @@ function lL() {
|
|
|
36120
36167
|
n.removeEventListener("resize", e.resize), n = !1, t = !1, e.mounted = !1;
|
|
36121
36168
|
}, e;
|
|
36122
36169
|
}
|
|
36123
|
-
const
|
|
36170
|
+
const iL = `qik vue ui ${Jh}`, lf = {
|
|
36124
36171
|
FlexColumn: ug,
|
|
36125
36172
|
FlexBody: mg,
|
|
36126
36173
|
FlexHeader: gg,
|
|
@@ -36139,10 +36186,10 @@ const tL = `qik vue ui ${Jh}`, lf = {
|
|
|
36139
36186
|
// UxCircle: UXCircle,
|
|
36140
36187
|
UxForm: Ch,
|
|
36141
36188
|
UxFormField: ao,
|
|
36142
|
-
UxFieldWrapper:
|
|
36143
|
-
UxSubmissionForm:
|
|
36144
|
-
UxPaymentMethodForm:
|
|
36145
|
-
UxRender:
|
|
36189
|
+
UxFieldWrapper: IN,
|
|
36190
|
+
UxSubmissionForm: lN,
|
|
36191
|
+
UxPaymentMethodForm: DN,
|
|
36192
|
+
UxRender: T$,
|
|
36146
36193
|
UxRenderField: Vh,
|
|
36147
36194
|
UxIcon: hk,
|
|
36148
36195
|
UxMenu: gk,
|
|
@@ -36163,12 +36210,12 @@ const tL = `qik vue ui ${Jh}`, lf = {
|
|
|
36163
36210
|
UxSpinner: Pn,
|
|
36164
36211
|
ProgressBar: Yu,
|
|
36165
36212
|
UxProgressBar: Yu,
|
|
36166
|
-
UxModal:
|
|
36213
|
+
UxModal: X$,
|
|
36167
36214
|
Compile: Mh
|
|
36168
|
-
},
|
|
36215
|
+
}, dL = {
|
|
36169
36216
|
install(e, t) {
|
|
36170
36217
|
var r;
|
|
36171
|
-
if (console.log(
|
|
36218
|
+
if (console.log(iL), t.date = fe, t.global = t.global || Gt({}), (r = t.global) != null && r.cacheKeys || (t.global.cacheKeys = t.global.cacheKeys || Gt({})), !t.global.glossary) {
|
|
36172
36219
|
var n = Zy(t);
|
|
36173
36220
|
e.config.globalProperties.$glossary = n, t.global.glossary = n;
|
|
36174
36221
|
}
|
|
@@ -36178,17 +36225,17 @@ const tL = `qik vue ui ${Jh}`, lf = {
|
|
|
36178
36225
|
});
|
|
36179
36226
|
}, t.prompt = function(s, i) {
|
|
36180
36227
|
return i = i || {}, i.model = i.model || {}, i.fields = s, t.modal({
|
|
36181
|
-
component:
|
|
36228
|
+
component: wP,
|
|
36182
36229
|
options: i
|
|
36183
36230
|
});
|
|
36184
36231
|
}, t.browse = function(s, i) {
|
|
36185
36232
|
return i = i || {}, i.type = s, i.model = i.model || [], t.modal({
|
|
36186
|
-
component:
|
|
36233
|
+
component: FP,
|
|
36187
36234
|
options: i
|
|
36188
36235
|
});
|
|
36189
36236
|
}, t.tag = function(s) {
|
|
36190
36237
|
return s = s || {}, s.model = s.model || [], t.modal({
|
|
36191
|
-
component:
|
|
36238
|
+
component: WP,
|
|
36192
36239
|
options: s
|
|
36193
36240
|
});
|
|
36194
36241
|
}, t.selectScopes = async function(s) {
|
|
@@ -36210,17 +36257,17 @@ const tL = `qik vue ui ${Jh}`, lf = {
|
|
|
36210
36257
|
);
|
|
36211
36258
|
}
|
|
36212
36259
|
return t.modal({
|
|
36213
|
-
component:
|
|
36260
|
+
component: RP,
|
|
36214
36261
|
options: s
|
|
36215
36262
|
});
|
|
36216
36263
|
}, t.confirm = function(s, i) {
|
|
36217
36264
|
return i = i || {}, i.title = s, t.modal({
|
|
36218
|
-
component:
|
|
36265
|
+
component: rP,
|
|
36219
36266
|
options: i
|
|
36220
36267
|
});
|
|
36221
36268
|
}, t.options = function(s, i, a, l) {
|
|
36222
36269
|
return l = l || {}, t.modal({
|
|
36223
|
-
component:
|
|
36270
|
+
component: yP,
|
|
36224
36271
|
options: {
|
|
36225
36272
|
title: i,
|
|
36226
36273
|
description: a,
|
|
@@ -36243,11 +36290,11 @@ const tL = `qik vue ui ${Jh}`, lf = {
|
|
|
36243
36290
|
export {
|
|
36244
36291
|
Gu as Avatar,
|
|
36245
36292
|
Dh as CodeEditor,
|
|
36246
|
-
|
|
36293
|
+
Y$ as ContentBrowser,
|
|
36247
36294
|
Wm as ContentSearch,
|
|
36248
36295
|
Um as DateRange,
|
|
36249
|
-
|
|
36250
|
-
|
|
36296
|
+
uL as Device,
|
|
36297
|
+
GM as FileDrop,
|
|
36251
36298
|
mg as FlexBody,
|
|
36252
36299
|
Tg as FlexCell,
|
|
36253
36300
|
ug as FlexColumn,
|
|
@@ -36267,12 +36314,12 @@ export {
|
|
|
36267
36314
|
Gg as PanelFooter,
|
|
36268
36315
|
Bg as PanelHeader,
|
|
36269
36316
|
Yu as ProgressBar,
|
|
36270
|
-
|
|
36317
|
+
dL as QikUI,
|
|
36271
36318
|
J1 as RememberScrollMixin,
|
|
36272
36319
|
c2 as ScopeSelect,
|
|
36273
36320
|
p2 as ScopeSelectButton,
|
|
36274
36321
|
Qt as Search,
|
|
36275
|
-
|
|
36322
|
+
S$ as Selection,
|
|
36276
36323
|
Pn as Spinner,
|
|
36277
36324
|
fm as StripeElement,
|
|
36278
36325
|
mm as StripeElements,
|
|
@@ -36280,7 +36327,7 @@ export {
|
|
|
36280
36327
|
rk as UXButton,
|
|
36281
36328
|
Gl as UXCheckbox,
|
|
36282
36329
|
Hl as UXCircle,
|
|
36283
|
-
|
|
36330
|
+
IN as UXFieldWrapper,
|
|
36284
36331
|
Ch as UXForm,
|
|
36285
36332
|
ao as UXFormField,
|
|
36286
36333
|
hk as UXIcon,
|
|
@@ -36289,27 +36336,27 @@ export {
|
|
|
36289
36336
|
ck as UXLink,
|
|
36290
36337
|
Bk as UXList,
|
|
36291
36338
|
Hk as UXListItem,
|
|
36292
|
-
|
|
36339
|
+
NI as UXLocationSelect,
|
|
36293
36340
|
_T as UXMap,
|
|
36294
36341
|
gk as UXMenu,
|
|
36295
36342
|
bk as UXMenuList,
|
|
36296
|
-
|
|
36343
|
+
DN as UXPaymentMethodForm,
|
|
36297
36344
|
Rk as UXPill,
|
|
36298
|
-
|
|
36345
|
+
T$ as UXRender,
|
|
36299
36346
|
Vh as UXRenderField,
|
|
36300
|
-
|
|
36347
|
+
lN as UXSubmissionForm,
|
|
36301
36348
|
xm as UXSwitch,
|
|
36302
36349
|
l_ as UXTab,
|
|
36303
36350
|
ib as UXTable,
|
|
36304
36351
|
r_ as UXTabset,
|
|
36305
36352
|
Vk as UXVideo,
|
|
36306
|
-
|
|
36307
|
-
|
|
36308
|
-
|
|
36309
|
-
|
|
36310
|
-
|
|
36311
|
-
|
|
36312
|
-
|
|
36313
|
-
|
|
36353
|
+
oL as UploadService,
|
|
36354
|
+
rP as UxConfirmModal,
|
|
36355
|
+
FP as UxContentModal,
|
|
36356
|
+
X$ as UxModal,
|
|
36357
|
+
yP as UxOptionsModal,
|
|
36358
|
+
wP as UxPromptModal,
|
|
36359
|
+
RP as UxScopeModal,
|
|
36360
|
+
WP as UxTaggerModal
|
|
36314
36361
|
};
|
|
36315
36362
|
//# sourceMappingURL=lib.es.js.map
|