@qikdev/vue-ui 0.3.18 → 0.3.20
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 +787 -689
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +7 -7
- 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.20";
|
|
8
8
|
class yn extends Error {
|
|
9
9
|
}
|
|
10
10
|
class Kh extends yn {
|
|
@@ -22648,6 +22648,32 @@ function eE(e, t, n, r, s, i) {
|
|
|
22648
22648
|
}
|
|
22649
22649
|
const tE = /* @__PURE__ */ M(JC, [["render", eE], ["__scopeId", "data-v-7cccbc7b"]]);
|
|
22650
22650
|
function nE(e, t) {
|
|
22651
|
+
if (!e.glossary)
|
|
22652
|
+
return;
|
|
22653
|
+
const n = Object.entries(e.glossary).reduce(function(r, [s, i]) {
|
|
22654
|
+
return i.definesType === "scope" && i.key != e.definition.key && r.push(i), r;
|
|
22655
|
+
}, []);
|
|
22656
|
+
n.length && n.forEach(function(r) {
|
|
22657
|
+
let s = r.plural;
|
|
22658
|
+
if (!r.unit)
|
|
22659
|
+
return;
|
|
22660
|
+
let i = ["Groups", s].join(" › ");
|
|
22661
|
+
const a = {
|
|
22662
|
+
title: s,
|
|
22663
|
+
filterTitle: i,
|
|
22664
|
+
minimum: 0,
|
|
22665
|
+
maximum: 0,
|
|
22666
|
+
key: `meta.scopes|${r.key}`,
|
|
22667
|
+
type: "reference",
|
|
22668
|
+
referenceType: r.key,
|
|
22669
|
+
// bandaid so we can render the grouping
|
|
22670
|
+
// key in the filter condition component
|
|
22671
|
+
unit: r.unit
|
|
22672
|
+
};
|
|
22673
|
+
t.push(a);
|
|
22674
|
+
});
|
|
22675
|
+
}
|
|
22676
|
+
function iE(e, t) {
|
|
22651
22677
|
if (!e.glossary)
|
|
22652
22678
|
return;
|
|
22653
22679
|
const n = e.glossary.checkin;
|
|
@@ -22683,7 +22709,28 @@ function nE(e, t) {
|
|
|
22683
22709
|
};
|
|
22684
22710
|
t.push(r);
|
|
22685
22711
|
}
|
|
22686
|
-
function
|
|
22712
|
+
function rE(e, t) {
|
|
22713
|
+
const n = {
|
|
22714
|
+
title: "Positions",
|
|
22715
|
+
minimum: 1,
|
|
22716
|
+
maximum: 1,
|
|
22717
|
+
key: "join_position",
|
|
22718
|
+
asObject: !0,
|
|
22719
|
+
type: "group",
|
|
22720
|
+
fields: [
|
|
22721
|
+
{
|
|
22722
|
+
title: "Total",
|
|
22723
|
+
minimum: 1,
|
|
22724
|
+
maximum: 1,
|
|
22725
|
+
key: "total",
|
|
22726
|
+
type: "integer",
|
|
22727
|
+
referenceType: "position"
|
|
22728
|
+
}
|
|
22729
|
+
]
|
|
22730
|
+
};
|
|
22731
|
+
t.push(n);
|
|
22732
|
+
}
|
|
22733
|
+
function sE(e, t) {
|
|
22687
22734
|
if (!e.glossary)
|
|
22688
22735
|
return;
|
|
22689
22736
|
const n = e.glossary.assignment;
|
|
@@ -22719,7 +22766,7 @@ function iE(e, t) {
|
|
|
22719
22766
|
};
|
|
22720
22767
|
t.push(r);
|
|
22721
22768
|
}
|
|
22722
|
-
function
|
|
22769
|
+
function aE(e, t) {
|
|
22723
22770
|
const n = {
|
|
22724
22771
|
title: "Roster › Blockout Periods",
|
|
22725
22772
|
minimum: 1,
|
|
@@ -22750,7 +22797,7 @@ function rE(e, t) {
|
|
|
22750
22797
|
};
|
|
22751
22798
|
t.push(n);
|
|
22752
22799
|
}
|
|
22753
|
-
function
|
|
22800
|
+
function lE(e, t) {
|
|
22754
22801
|
const n = {
|
|
22755
22802
|
title: "Unsubscribed",
|
|
22756
22803
|
minimum: 1,
|
|
@@ -22771,7 +22818,7 @@ function sE(e, t) {
|
|
|
22771
22818
|
};
|
|
22772
22819
|
t.push(n);
|
|
22773
22820
|
}
|
|
22774
|
-
function
|
|
22821
|
+
function oE(e, t) {
|
|
22775
22822
|
const n = {
|
|
22776
22823
|
title: "Unsubscribed",
|
|
22777
22824
|
minimum: 1,
|
|
@@ -22791,7 +22838,7 @@ function aE(e, t) {
|
|
|
22791
22838
|
};
|
|
22792
22839
|
t.push(n);
|
|
22793
22840
|
}
|
|
22794
|
-
function
|
|
22841
|
+
function uE(e) {
|
|
22795
22842
|
let t = [];
|
|
22796
22843
|
if (t.push({
|
|
22797
22844
|
title: "Age",
|
|
@@ -22806,7 +22853,7 @@ function lE(e) {
|
|
|
22806
22853
|
key: "_dob",
|
|
22807
22854
|
type: "date"
|
|
22808
22855
|
}), e.glossary) {
|
|
22809
|
-
nE(e, t),
|
|
22856
|
+
nE(e, t), rE(e, t), iE(e, t), sE(e, t), aE(e, t), lE(e, t), oE(e, t);
|
|
22810
22857
|
const n = e.glossary.persona;
|
|
22811
22858
|
if (n) {
|
|
22812
22859
|
const i = {
|
|
@@ -22929,7 +22976,7 @@ function Sh(e) {
|
|
|
22929
22976
|
definedParentType: "event"
|
|
22930
22977
|
}), t;
|
|
22931
22978
|
}
|
|
22932
|
-
const
|
|
22979
|
+
const dE = {
|
|
22933
22980
|
emits: ["remove"],
|
|
22934
22981
|
props: {
|
|
22935
22982
|
definition: {
|
|
@@ -23132,6 +23179,44 @@ const oE = {
|
|
|
23132
23179
|
}
|
|
23133
23180
|
];
|
|
23134
23181
|
break;
|
|
23182
|
+
case "position":
|
|
23183
|
+
n = [
|
|
23184
|
+
{
|
|
23185
|
+
title: "Position Title",
|
|
23186
|
+
key: "positionTitle",
|
|
23187
|
+
type: "string",
|
|
23188
|
+
minimum: 0,
|
|
23189
|
+
maximum: 1
|
|
23190
|
+
},
|
|
23191
|
+
{
|
|
23192
|
+
title: "Definition",
|
|
23193
|
+
key: "meta.definition",
|
|
23194
|
+
type: "string",
|
|
23195
|
+
minimum: 0,
|
|
23196
|
+
maximum: 1,
|
|
23197
|
+
widget: "type-select",
|
|
23198
|
+
definedParentType: "scope"
|
|
23199
|
+
},
|
|
23200
|
+
{
|
|
23201
|
+
title: "Scope / Group",
|
|
23202
|
+
key: "scope",
|
|
23203
|
+
type: "reference",
|
|
23204
|
+
referenceType: "scope",
|
|
23205
|
+
// lockFilter: {
|
|
23206
|
+
// operator: "and",
|
|
23207
|
+
// filters: [
|
|
23208
|
+
// {
|
|
23209
|
+
// key: "unit",
|
|
23210
|
+
// comparator: "equals",
|
|
23211
|
+
// value: true,
|
|
23212
|
+
// },
|
|
23213
|
+
// ],
|
|
23214
|
+
// },
|
|
23215
|
+
minimum: 0,
|
|
23216
|
+
maximum: 1
|
|
23217
|
+
}
|
|
23218
|
+
];
|
|
23219
|
+
break;
|
|
23135
23220
|
case "blockout":
|
|
23136
23221
|
n = [
|
|
23137
23222
|
{
|
|
@@ -23238,7 +23323,11 @@ const oE = {
|
|
|
23238
23323
|
value: a,
|
|
23239
23324
|
group: "All"
|
|
23240
23325
|
};
|
|
23241
|
-
if (
|
|
23326
|
+
if (a.startsWith("meta.scopes|"))
|
|
23327
|
+
n.unit ? l.group = "Groups" : l.group = "Scopes";
|
|
23328
|
+
else if (a.startsWith("meta.tags|"))
|
|
23329
|
+
l.group = "Tags";
|
|
23330
|
+
else if (i && i.length > 1) {
|
|
23242
23331
|
const u = (l.title = i.filter(Boolean).join(" › ")) || "";
|
|
23243
23332
|
l.group = u.split(" › ")[0] || "All", l.title = u;
|
|
23244
23333
|
}
|
|
@@ -23525,13 +23614,13 @@ const oE = {
|
|
|
23525
23614
|
TimezoneSelect: Hm,
|
|
23526
23615
|
TypeSelect: hh
|
|
23527
23616
|
}
|
|
23528
|
-
},
|
|
23617
|
+
}, cE = (e) => (je("data-v-49cf9346"), e = e(), qe(), e), fE = {
|
|
23529
23618
|
key: 0,
|
|
23530
23619
|
class: "filter-condition"
|
|
23531
|
-
},
|
|
23532
|
-
function
|
|
23620
|
+
}, mE = { key: 0 }, hE = { key: 1 }, pE = { key: 2 }, yE = { key: 3 }, gE = { key: 4 }, _E = { key: 5 }, vE = { key: 6 }, bE = { key: 7 }, kE = { key: 8 }, wE = { key: 9 }, xE = { key: 10 }, TE = /* @__PURE__ */ cE(() => /* @__PURE__ */ T("label", null, "Where:", -1));
|
|
23621
|
+
function SE(e, t, n, r, s, i) {
|
|
23533
23622
|
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);
|
|
23534
|
-
return s.comparators ? (o(), h("div",
|
|
23623
|
+
return s.comparators ? (o(), h("div", fE, [
|
|
23535
23624
|
c(w, {
|
|
23536
23625
|
gap: "",
|
|
23537
23626
|
vcenter: ""
|
|
@@ -23561,7 +23650,7 @@ function xE(e, t, n, r, s, i) {
|
|
|
23561
23650
|
})) : _("", !0),
|
|
23562
23651
|
s.model.key && s.model.comparator ? (o(), k(l, { key: 1 }, {
|
|
23563
23652
|
default: f(() => [
|
|
23564
|
-
i.inputType == "array" ? (o(), h("div",
|
|
23653
|
+
i.inputType == "array" ? (o(), h("div", mE, [
|
|
23565
23654
|
i.showSelectOptions ? (o(), k(a, {
|
|
23566
23655
|
key: 0,
|
|
23567
23656
|
modelValue: s.model.values,
|
|
@@ -23601,7 +23690,7 @@ function xE(e, t, n, r, s, i) {
|
|
|
23601
23690
|
}, null, 8, ["field", "modelValue"]))
|
|
23602
23691
|
], 64))
|
|
23603
23692
|
])) : _("", !0),
|
|
23604
|
-
i.inputType == "range" ? (o(), h("div",
|
|
23693
|
+
i.inputType == "range" ? (o(), h("div", hE, [
|
|
23605
23694
|
i.fieldWidget == "currency" ? (o(), h(D, { key: 0 }, [
|
|
23606
23695
|
c(u, {
|
|
23607
23696
|
field: i.normalField,
|
|
@@ -23640,7 +23729,7 @@ function xE(e, t, n, r, s, i) {
|
|
|
23640
23729
|
}, null, 8, ["field", "modelValue"])
|
|
23641
23730
|
], 64))
|
|
23642
23731
|
])) : _("", !0),
|
|
23643
|
-
i.inputType == "daterelative" ? (o(), h("div",
|
|
23732
|
+
i.inputType == "daterelative" ? (o(), h("div", pE, [
|
|
23644
23733
|
c(w, null, {
|
|
23645
23734
|
default: f(() => [
|
|
23646
23735
|
c(l, { style: { width: "80px" } }, {
|
|
@@ -23667,7 +23756,7 @@ function xE(e, t, n, r, s, i) {
|
|
|
23667
23756
|
_: 1
|
|
23668
23757
|
})
|
|
23669
23758
|
])) : _("", !0),
|
|
23670
|
-
i.inputType == "daterange" ? (o(), h("div",
|
|
23759
|
+
i.inputType == "daterange" ? (o(), h("div", yE, [
|
|
23671
23760
|
c(S, {
|
|
23672
23761
|
disableTime: i.showDateOnly,
|
|
23673
23762
|
field: i.dateField,
|
|
@@ -23682,7 +23771,7 @@ function xE(e, t, n, r, s, i) {
|
|
|
23682
23771
|
"onUpdate:modelValue": t[18] || (t[18] = (I) => s.model.value2 = I)
|
|
23683
23772
|
}, null, 8, ["disableTime", "field", "modelValue"])
|
|
23684
23773
|
])) : _("", !0),
|
|
23685
|
-
i.inputType == "date" ? (o(), h("div",
|
|
23774
|
+
i.inputType == "date" ? (o(), h("div", gE, [
|
|
23686
23775
|
c(S, {
|
|
23687
23776
|
disableTime: i.showDateOnly,
|
|
23688
23777
|
field: i.dateField,
|
|
@@ -23690,7 +23779,7 @@ function xE(e, t, n, r, s, i) {
|
|
|
23690
23779
|
"onUpdate:modelValue": t[19] || (t[19] = (I) => s.model.value = I)
|
|
23691
23780
|
}, null, 8, ["disableTime", "field", "modelValue"])
|
|
23692
23781
|
])) : _("", !0),
|
|
23693
|
-
i.inputType == "reference" ? (o(), h("div",
|
|
23782
|
+
i.inputType == "reference" ? (o(), h("div", _E, [
|
|
23694
23783
|
s.model.key === "meta.scopes" ? (o(), k(C, {
|
|
23695
23784
|
key: 0,
|
|
23696
23785
|
maximum: 1,
|
|
@@ -23703,7 +23792,7 @@ function xE(e, t, n, r, s, i) {
|
|
|
23703
23792
|
"onUpdate:modelValue": t[21] || (t[21] = (I) => s.model.value = I)
|
|
23704
23793
|
}, null, 8, ["field", "modelValue"]))
|
|
23705
23794
|
])) : _("", !0),
|
|
23706
|
-
i.inputType == "multireference" ? (o(), h("div",
|
|
23795
|
+
i.inputType == "multireference" ? (o(), h("div", vE, [
|
|
23707
23796
|
s.model.key === "meta.scopes" ? (o(), k(C, {
|
|
23708
23797
|
key: 0,
|
|
23709
23798
|
modelValue: s.model.values,
|
|
@@ -23715,7 +23804,7 @@ function xE(e, t, n, r, s, i) {
|
|
|
23715
23804
|
"onUpdate:modelValue": t[23] || (t[23] = (I) => s.model.values = I)
|
|
23716
23805
|
}, null, 8, ["field", "modelValue"]))
|
|
23717
23806
|
])) : _("", !0),
|
|
23718
|
-
i.inputType == "boolean" ? (o(), h("div",
|
|
23807
|
+
i.inputType == "boolean" ? (o(), h("div", bE, [
|
|
23719
23808
|
c(w, {
|
|
23720
23809
|
gap: "",
|
|
23721
23810
|
center: ""
|
|
@@ -23740,8 +23829,8 @@ function xE(e, t, n, r, s, i) {
|
|
|
23740
23829
|
_: 1
|
|
23741
23830
|
})
|
|
23742
23831
|
])) : _("", !0),
|
|
23743
|
-
i.inputType == "none" ? (o(), h("div",
|
|
23744
|
-
i.inputType == "number" ? (o(), h("div",
|
|
23832
|
+
i.inputType == "none" ? (o(), h("div", kE)) : _("", !0),
|
|
23833
|
+
i.inputType == "number" ? (o(), h("div", wE, [
|
|
23745
23834
|
i.fieldWidget == "currency" ? (o(), k(u, {
|
|
23746
23835
|
key: 0,
|
|
23747
23836
|
field: i.normalField,
|
|
@@ -23759,7 +23848,7 @@ function xE(e, t, n, r, s, i) {
|
|
|
23759
23848
|
"onUpdate:modelValue": t[27] || (t[27] = (I) => s.model.value = I)
|
|
23760
23849
|
}, null, 8, ["field", "modelValue"]))
|
|
23761
23850
|
])) : _("", !0),
|
|
23762
|
-
i.inputType == "normal" ? (o(), h("div",
|
|
23851
|
+
i.inputType == "normal" ? (o(), h("div", xE, [
|
|
23763
23852
|
i.showSelectOptions ? (o(), k(a, {
|
|
23764
23853
|
key: 0,
|
|
23765
23854
|
modelValue: s.model.value,
|
|
@@ -23814,7 +23903,7 @@ function xE(e, t, n, r, s, i) {
|
|
|
23814
23903
|
_: 1
|
|
23815
23904
|
}),
|
|
23816
23905
|
i.extraCriteria ? (o(), h(D, { key: 0 }, [
|
|
23817
|
-
|
|
23906
|
+
TE,
|
|
23818
23907
|
(o(!0), h(D, null, A(s.model.conditions, (I, H) => (o(), h("div", {
|
|
23819
23908
|
key: I._guid
|
|
23820
23909
|
}, [
|
|
@@ -23842,8 +23931,8 @@ function xE(e, t, n, r, s, i) {
|
|
|
23842
23931
|
], 64)) : _("", !0)
|
|
23843
23932
|
])) : _("", !0);
|
|
23844
23933
|
}
|
|
23845
|
-
const
|
|
23846
|
-
function
|
|
23934
|
+
const OE = /* @__PURE__ */ M(dE, [["render", SE], ["__scopeId", "data-v-49cf9346"]]);
|
|
23935
|
+
function DE(e, t) {
|
|
23847
23936
|
let n = [];
|
|
23848
23937
|
if (t.length) {
|
|
23849
23938
|
var r = {
|
|
@@ -23871,7 +23960,7 @@ function SE(e, t) {
|
|
|
23871
23960
|
}
|
|
23872
23961
|
return n;
|
|
23873
23962
|
}
|
|
23874
|
-
function
|
|
23963
|
+
function CE(e, t) {
|
|
23875
23964
|
if (!e.glossary)
|
|
23876
23965
|
return;
|
|
23877
23966
|
const n = Object.entries(e.glossary).reduce(function(i, [a, l]) {
|
|
@@ -23935,7 +24024,7 @@ function OE(e, t) {
|
|
|
23935
24024
|
});
|
|
23936
24025
|
}), t.push(s);
|
|
23937
24026
|
}
|
|
23938
|
-
function
|
|
24027
|
+
function EE(e, t) {
|
|
23939
24028
|
if (!e.glossary)
|
|
23940
24029
|
return;
|
|
23941
24030
|
const n = Object.entries(e.glossary).reduce(function(s, [i, a]) {
|
|
@@ -24001,7 +24090,7 @@ function DE(e, t) {
|
|
|
24001
24090
|
});
|
|
24002
24091
|
}), t.push(r);
|
|
24003
24092
|
}
|
|
24004
|
-
function
|
|
24093
|
+
function ME(e, t) {
|
|
24005
24094
|
const n = {
|
|
24006
24095
|
title: "Reactions",
|
|
24007
24096
|
minimum: 1,
|
|
@@ -24022,7 +24111,7 @@ function CE(e, t) {
|
|
|
24022
24111
|
};
|
|
24023
24112
|
t.push(n);
|
|
24024
24113
|
}
|
|
24025
|
-
function
|
|
24114
|
+
function VE(e, t) {
|
|
24026
24115
|
const n = [
|
|
24027
24116
|
"Like",
|
|
24028
24117
|
"Dislike",
|
|
@@ -24072,32 +24161,40 @@ function EE(e, t) {
|
|
|
24072
24161
|
});
|
|
24073
24162
|
}), t.push(s);
|
|
24074
24163
|
}
|
|
24075
|
-
function
|
|
24164
|
+
function IE(e, t) {
|
|
24076
24165
|
if (!e.glossary)
|
|
24077
24166
|
return;
|
|
24078
24167
|
const n = Object.entries(e.glossary).reduce(function(r, [s, i]) {
|
|
24079
24168
|
return i.definesType === "scope" && i.key != e.definition.key && r.push(i), r;
|
|
24080
24169
|
}, []);
|
|
24081
24170
|
n.length && n.forEach(function(r) {
|
|
24082
|
-
|
|
24083
|
-
|
|
24171
|
+
let s = r.plural;
|
|
24172
|
+
if (r.unit)
|
|
24173
|
+
return;
|
|
24174
|
+
let i = ["Scopes", s].join(" › ");
|
|
24175
|
+
const a = {
|
|
24176
|
+
title: s,
|
|
24177
|
+
filterTitle: i,
|
|
24084
24178
|
minimum: 0,
|
|
24085
24179
|
maximum: 0,
|
|
24086
24180
|
key: `meta.scopes|${r.key}`,
|
|
24087
24181
|
type: "reference",
|
|
24088
24182
|
referenceType: r.key
|
|
24089
|
-
}
|
|
24183
|
+
};
|
|
24184
|
+
t.push(a);
|
|
24090
24185
|
});
|
|
24091
24186
|
}
|
|
24092
|
-
function
|
|
24187
|
+
function FE(e, t) {
|
|
24093
24188
|
if (!e.glossary)
|
|
24094
24189
|
return;
|
|
24095
24190
|
const n = Object.entries(e.glossary).reduce(function(r, [s, i]) {
|
|
24096
24191
|
return i.definesType === "tag" && i.key != e.definition.key && r.push(i), r;
|
|
24097
24192
|
}, []);
|
|
24098
24193
|
n.length && n.forEach(function(r) {
|
|
24194
|
+
const s = r.plural;
|
|
24099
24195
|
t.push({
|
|
24100
|
-
title:
|
|
24196
|
+
title: s,
|
|
24197
|
+
filterTitle: `Tags › ${s}`,
|
|
24101
24198
|
minimum: 0,
|
|
24102
24199
|
maximum: 0,
|
|
24103
24200
|
key: `meta.tags|${r.key}`,
|
|
@@ -24106,11 +24203,11 @@ function VE(e, t) {
|
|
|
24106
24203
|
});
|
|
24107
24204
|
});
|
|
24108
24205
|
}
|
|
24109
|
-
function
|
|
24206
|
+
function AE(e) {
|
|
24110
24207
|
let t = [];
|
|
24111
|
-
return
|
|
24208
|
+
return CE(e, t), EE(e, t), IE(e, t), FE(e, t), VE(e, t), ME(e, t), t;
|
|
24112
24209
|
}
|
|
24113
|
-
const
|
|
24210
|
+
const NE = {
|
|
24114
24211
|
emits: ["remove"],
|
|
24115
24212
|
props: {
|
|
24116
24213
|
enableRemove: {
|
|
@@ -24184,10 +24281,10 @@ const FE = {
|
|
|
24184
24281
|
fields() {
|
|
24185
24282
|
const e = this;
|
|
24186
24283
|
var t = e.definition && e.definition.fields ? [...e.definition.fields] : [], n = e.definition && e.definition.definedFields ? e.definition.definedFields : [];
|
|
24187
|
-
t = [...t, ...
|
|
24284
|
+
t = [...t, ...AE(e)];
|
|
24188
24285
|
const r = e.definition.definesType === "submission";
|
|
24189
24286
|
if (e.isType("profile")) {
|
|
24190
|
-
const a =
|
|
24287
|
+
const a = uE(e);
|
|
24191
24288
|
t = [...t, ...a];
|
|
24192
24289
|
}
|
|
24193
24290
|
if (e.isType("checkin")) {
|
|
@@ -24200,7 +24297,7 @@ const FE = {
|
|
|
24200
24297
|
}
|
|
24201
24298
|
if (n.length)
|
|
24202
24299
|
if (r) {
|
|
24203
|
-
const a =
|
|
24300
|
+
const a = DE(
|
|
24204
24301
|
e,
|
|
24205
24302
|
n
|
|
24206
24303
|
);
|
|
@@ -24244,17 +24341,17 @@ const FE = {
|
|
|
24244
24341
|
}
|
|
24245
24342
|
},
|
|
24246
24343
|
components: {
|
|
24247
|
-
FilterCondition:
|
|
24344
|
+
FilterCondition: OE,
|
|
24248
24345
|
NativeSelect: It
|
|
24249
24346
|
}
|
|
24250
|
-
},
|
|
24347
|
+
}, $E = (e) => (je("data-v-5783621c"), e = e(), qe(), e), PE = {
|
|
24251
24348
|
key: 0,
|
|
24252
24349
|
class: "filter-rule"
|
|
24253
|
-
},
|
|
24254
|
-
function
|
|
24350
|
+
}, LE = { class: "top" }, RE = { class: "summary" }, UE = /* @__PURE__ */ $E(() => /* @__PURE__ */ T("span", { class: "line" }, null, -1)), jE = { class: "operator" };
|
|
24351
|
+
function qE(e, t, n, r, s, i) {
|
|
24255
24352
|
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");
|
|
24256
|
-
return n.definition ? (o(), h("div",
|
|
24257
|
-
T("div",
|
|
24353
|
+
return n.definition ? (o(), h("div", PE, [
|
|
24354
|
+
T("div", LE, [
|
|
24258
24355
|
c(m, {
|
|
24259
24356
|
gap: "",
|
|
24260
24357
|
center: ""
|
|
@@ -24262,7 +24359,7 @@ function UE(e, t, n, r, s, i) {
|
|
|
24262
24359
|
default: f(() => [
|
|
24263
24360
|
c(l, null, {
|
|
24264
24361
|
default: f(() => [
|
|
24265
|
-
T("div",
|
|
24362
|
+
T("div", RE, [
|
|
24266
24363
|
O(" Match "),
|
|
24267
24364
|
c(a, {
|
|
24268
24365
|
modelValue: s.model.operator,
|
|
@@ -24312,8 +24409,8 @@ function UE(e, t, n, r, s, i) {
|
|
|
24312
24409
|
shrink: ""
|
|
24313
24410
|
}, {
|
|
24314
24411
|
default: f(() => [
|
|
24315
|
-
|
|
24316
|
-
T("div",
|
|
24412
|
+
UE,
|
|
24413
|
+
T("div", jE, b(s.model.operator), 1)
|
|
24317
24414
|
]),
|
|
24318
24415
|
_: 2
|
|
24319
24416
|
}, 1032, ["class"])) : _("", !0),
|
|
@@ -24348,9 +24445,9 @@ function UE(e, t, n, r, s, i) {
|
|
|
24348
24445
|
}, 8, ["onClick"])
|
|
24349
24446
|
])) : _("", !0);
|
|
24350
24447
|
}
|
|
24351
|
-
const
|
|
24448
|
+
const BE = /* @__PURE__ */ M(NE, [["render", qE], ["__scopeId", "data-v-5783621c"]]), zE = {
|
|
24352
24449
|
components: {
|
|
24353
|
-
FilterRule:
|
|
24450
|
+
FilterRule: BE,
|
|
24354
24451
|
NativeSelect: It
|
|
24355
24452
|
},
|
|
24356
24453
|
methods: {
|
|
@@ -24442,19 +24539,19 @@ const jE = /* @__PURE__ */ M(FE, [["render", UE], ["__scopeId", "data-v-5783621c
|
|
|
24442
24539
|
model: JSON.parse(JSON.stringify(this.modelValue))
|
|
24443
24540
|
};
|
|
24444
24541
|
}
|
|
24445
|
-
},
|
|
24542
|
+
}, WE = { class: "filters" }, HE = {
|
|
24446
24543
|
key: 0,
|
|
24447
24544
|
class: "top"
|
|
24448
|
-
},
|
|
24449
|
-
function
|
|
24545
|
+
}, GE = { class: "summary" };
|
|
24546
|
+
function YE(e, t, n, r, s, i) {
|
|
24450
24547
|
const a = y("native-select"), l = y("filter-rule"), u = y("ux-button"), d = y("flex-body"), m = y("flex-column");
|
|
24451
24548
|
return o(), k(m, { class: "filter-builder" }, {
|
|
24452
24549
|
default: f(() => [
|
|
24453
24550
|
c(d, null, {
|
|
24454
24551
|
default: f(() => [
|
|
24455
|
-
T("div",
|
|
24456
|
-
s.model && s.model.filters && s.model.filters.length > 1 ? (o(), h("div",
|
|
24457
|
-
T("div",
|
|
24552
|
+
T("div", WE, [
|
|
24553
|
+
s.model && s.model.filters && s.model.filters.length > 1 ? (o(), h("div", HE, [
|
|
24554
|
+
T("div", GE, [
|
|
24458
24555
|
O(" Match "),
|
|
24459
24556
|
c(a, {
|
|
24460
24557
|
modelValue: s.model.operator,
|
|
@@ -24495,7 +24592,7 @@ function HE(e, t, n, r, s, i) {
|
|
|
24495
24592
|
_: 1
|
|
24496
24593
|
});
|
|
24497
24594
|
}
|
|
24498
|
-
const Oh = /* @__PURE__ */ M(
|
|
24595
|
+
const Oh = /* @__PURE__ */ M(zE, [["render", YE], ["__scopeId", "data-v-6c52f8af"]]), JE = {
|
|
24499
24596
|
mixins: [re],
|
|
24500
24597
|
components: {
|
|
24501
24598
|
FilterBuilder: Oh
|
|
@@ -24534,25 +24631,25 @@ const Oh = /* @__PURE__ */ M(qE, [["render", HE], ["__scopeId", "data-v-6c52f8af
|
|
|
24534
24631
|
};
|
|
24535
24632
|
}
|
|
24536
24633
|
}
|
|
24537
|
-
},
|
|
24634
|
+
}, KE = {
|
|
24538
24635
|
key: 0,
|
|
24539
24636
|
class: "ux-field-title"
|
|
24540
|
-
},
|
|
24637
|
+
}, ZE = {
|
|
24541
24638
|
key: 0,
|
|
24542
24639
|
class: "ux-required-marker"
|
|
24543
|
-
},
|
|
24640
|
+
}, XE = {
|
|
24544
24641
|
key: 1,
|
|
24545
24642
|
class: "ux-field-description"
|
|
24546
|
-
},
|
|
24547
|
-
function
|
|
24643
|
+
}, QE = { key: 2 };
|
|
24644
|
+
function eM(e, t, n, r, s, i) {
|
|
24548
24645
|
const a = y("filter-builder"), l = y("flex-cell"), u = y("ux-icon"), d = y("ux-button"), m = y("flex-row");
|
|
24549
24646
|
return o(), h(D, null, [
|
|
24550
|
-
e.showLabel ? (o(), h("label",
|
|
24647
|
+
e.showLabel ? (o(), h("label", KE, [
|
|
24551
24648
|
O(b(e.label) + " (" + b(i.definitionTitle) + ") ", 1),
|
|
24552
|
-
e.required ? (o(), h("span",
|
|
24649
|
+
e.required ? (o(), h("span", ZE, "*")) : _("", !0)
|
|
24553
24650
|
])) : _("", !0),
|
|
24554
|
-
e.showDescription ? (o(), h("div",
|
|
24555
|
-
e.multiValue ? (o(), h("div",
|
|
24651
|
+
e.showDescription ? (o(), h("div", XE, b(e.description), 1)) : _("", !0),
|
|
24652
|
+
e.multiValue ? (o(), h("div", QE, [
|
|
24556
24653
|
(o(!0), h(D, null, A(e.model, (p, g) => (o(), k(m, {
|
|
24557
24654
|
class: "ux-text-row",
|
|
24558
24655
|
key: g
|
|
@@ -24608,7 +24705,7 @@ function XE(e, t, n, r, s, i) {
|
|
|
24608
24705
|
}, null, 8, ["definition", "modelValue"]))
|
|
24609
24706
|
], 64);
|
|
24610
24707
|
}
|
|
24611
|
-
const
|
|
24708
|
+
const tM = /* @__PURE__ */ M(JE, [["render", eM], ["__scopeId", "data-v-5ca20810"]]), nM = {
|
|
24612
24709
|
components: {
|
|
24613
24710
|
// VAceEditor,
|
|
24614
24711
|
},
|
|
@@ -24742,21 +24839,21 @@ const QE = /* @__PURE__ */ M(GE, [["render", XE], ["__scopeId", "data-v-5ca20810
|
|
|
24742
24839
|
selectionContext: {}
|
|
24743
24840
|
};
|
|
24744
24841
|
}
|
|
24745
|
-
},
|
|
24842
|
+
}, iM = {
|
|
24746
24843
|
key: 0,
|
|
24747
24844
|
class: "tokens"
|
|
24748
|
-
},
|
|
24845
|
+
}, rM = {
|
|
24749
24846
|
key: 0,
|
|
24750
24847
|
class: "tokens-body"
|
|
24751
24848
|
};
|
|
24752
|
-
function
|
|
24849
|
+
function sM(e, t, n, r, s, i) {
|
|
24753
24850
|
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");
|
|
24754
24851
|
return s.mounted ? (o(), k(p, {
|
|
24755
24852
|
key: 0,
|
|
24756
24853
|
class: "ux-code-editor"
|
|
24757
24854
|
}, {
|
|
24758
24855
|
default: f(() => [
|
|
24759
|
-
n.tokens.length ? (o(), h("div",
|
|
24856
|
+
n.tokens.length ? (o(), h("div", iM, [
|
|
24760
24857
|
T("div", {
|
|
24761
24858
|
class: "tokens-header",
|
|
24762
24859
|
onClick: t[0] || (t[0] = (g) => s.showTokens = !s.showTokens)
|
|
@@ -24784,7 +24881,7 @@ function iM(e, t, n, r, s, i) {
|
|
|
24784
24881
|
_: 1
|
|
24785
24882
|
})
|
|
24786
24883
|
]),
|
|
24787
|
-
s.showTokens ? (o(), h("div",
|
|
24884
|
+
s.showTokens ? (o(), h("div", rM, [
|
|
24788
24885
|
(o(!0), h(D, null, A(n.tokens, (g) => (o(), k(d, {
|
|
24789
24886
|
size: "xs",
|
|
24790
24887
|
onClick: B((v) => i.injectToken(g.value), ["stop", "prevent"])
|
|
@@ -24813,11 +24910,11 @@ function iM(e, t, n, r, s, i) {
|
|
|
24813
24910
|
_: 1
|
|
24814
24911
|
})) : _("", !0);
|
|
24815
24912
|
}
|
|
24816
|
-
const Dh = /* @__PURE__ */ M(
|
|
24817
|
-
function
|
|
24913
|
+
const Dh = /* @__PURE__ */ M(nM, [["render", sM], ["__scopeId", "data-v-a1601d1d"]]);
|
|
24914
|
+
function aM(e) {
|
|
24818
24915
|
return e === void 0 || typeof e > "u" || e === null || String(e) === "null" || String(e) === "undefined";
|
|
24819
24916
|
}
|
|
24820
|
-
const
|
|
24917
|
+
const lM = {
|
|
24821
24918
|
props: {
|
|
24822
24919
|
title: {
|
|
24823
24920
|
type: String
|
|
@@ -24856,7 +24953,7 @@ const sM = {
|
|
|
24856
24953
|
},
|
|
24857
24954
|
cleanOutput(e) {
|
|
24858
24955
|
var t = this;
|
|
24859
|
-
return
|
|
24956
|
+
return aM(e) ? t.multiValue ? e = [] : e = void 0 : t.multiValue ? e = (e || []).filter(Boolean).map(function(n) {
|
|
24860
24957
|
return t.getValue(n);
|
|
24861
24958
|
}) : e = t.getValue(e), e;
|
|
24862
24959
|
},
|
|
@@ -24975,29 +25072,29 @@ const sM = {
|
|
|
24975
25072
|
return this.fieldOptions;
|
|
24976
25073
|
}
|
|
24977
25074
|
}
|
|
24978
|
-
},
|
|
25075
|
+
}, oM = {
|
|
24979
25076
|
key: 0,
|
|
24980
25077
|
class: "ux-field-title"
|
|
24981
|
-
},
|
|
25078
|
+
}, uM = {
|
|
24982
25079
|
key: 0,
|
|
24983
25080
|
class: "ux-required-marker"
|
|
24984
|
-
},
|
|
25081
|
+
}, dM = {
|
|
24985
25082
|
key: 1,
|
|
24986
25083
|
class: "ux-field-description"
|
|
24987
|
-
},
|
|
25084
|
+
}, cM = { class: "ui-select-button" }, fM = {
|
|
24988
25085
|
key: 0,
|
|
24989
25086
|
value: ""
|
|
24990
|
-
},
|
|
24991
|
-
function
|
|
25087
|
+
}, mM = ["value"];
|
|
25088
|
+
function hM(e, t, n, r, s, i) {
|
|
24992
25089
|
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");
|
|
24993
25090
|
return o(), h("div", {
|
|
24994
25091
|
class: $(["native-select", i.classes])
|
|
24995
25092
|
}, [
|
|
24996
|
-
e.showLabel ? (o(), h("label",
|
|
25093
|
+
e.showLabel ? (o(), h("label", oM, [
|
|
24997
25094
|
O(b(e.label) + " ", 1),
|
|
24998
|
-
e.required ? (o(), h("span",
|
|
25095
|
+
e.required ? (o(), h("span", uM, "*")) : _("", !0)
|
|
24999
25096
|
])) : _("", !0),
|
|
25000
|
-
e.showDescription ? (o(), h("div",
|
|
25097
|
+
e.showDescription ? (o(), h("div", dM, b(e.description), 1)) : _("", !0),
|
|
25001
25098
|
e.singleValue ? (o(), k(m, {
|
|
25002
25099
|
key: 2,
|
|
25003
25100
|
gap: "",
|
|
@@ -25018,7 +25115,7 @@ function fM(e, t, n, r, s, i) {
|
|
|
25018
25115
|
})) : (o(), k(l, { key: 1 }, {
|
|
25019
25116
|
default: f(() => [
|
|
25020
25117
|
T("div", null, [
|
|
25021
|
-
T("div",
|
|
25118
|
+
T("div", cM, [
|
|
25022
25119
|
z(e.$slots, "default", {}, () => [
|
|
25023
25120
|
c(u, { tag: "div" }, {
|
|
25024
25121
|
default: f(() => [
|
|
@@ -25032,10 +25129,10 @@ function fM(e, t, n, r, s, i) {
|
|
|
25032
25129
|
onFocus: t[1] || (t[1] = (...g) => e.touch && e.touch(...g)),
|
|
25033
25130
|
"onUpdate:modelValue": t[2] || (t[2] = (g) => e.model = g)
|
|
25034
25131
|
}, [
|
|
25035
|
-
i.showNoneOption ? (o(), h("option",
|
|
25132
|
+
i.showNoneOption ? (o(), h("option", fM, "None")) : _("", !0),
|
|
25036
25133
|
(o(!0), h(D, null, A(i.selectableOptions, (g) => (o(), h("option", {
|
|
25037
25134
|
value: g.value
|
|
25038
|
-
}, b(g.title), 9,
|
|
25135
|
+
}, b(g.title), 9, mM))), 256))
|
|
25039
25136
|
], 544), [
|
|
25040
25137
|
[Dt, e.model]
|
|
25041
25138
|
])
|
|
@@ -25072,11 +25169,11 @@ function fM(e, t, n, r, s, i) {
|
|
|
25072
25169
|
}, null, 8, ["onTouched", "field", "modelValue"]))
|
|
25073
25170
|
], 2);
|
|
25074
25171
|
}
|
|
25075
|
-
const Ec = /* @__PURE__ */ M(
|
|
25076
|
-
function
|
|
25172
|
+
const Ec = /* @__PURE__ */ M(lM, [["render", hM], ["__scopeId", "data-v-3c1cc501"]]);
|
|
25173
|
+
function pM(e, t, n) {
|
|
25077
25174
|
return e + (t - e) * (n / 100);
|
|
25078
25175
|
}
|
|
25079
|
-
const
|
|
25176
|
+
const yM = {
|
|
25080
25177
|
props: {
|
|
25081
25178
|
modelValue: {
|
|
25082
25179
|
type: Number
|
|
@@ -25122,7 +25219,7 @@ const hM = {
|
|
|
25122
25219
|
inputReceived(e) {
|
|
25123
25220
|
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;
|
|
25124
25221
|
let l = Number((s - i) * 100 / (a - i));
|
|
25125
|
-
l =
|
|
25222
|
+
l = pM(1, 99, l), r.innerHTML = `${t.prefix}${s}${t.suffix}`, r.style.left = `${l}%`;
|
|
25126
25223
|
},
|
|
25127
25224
|
attachListeners() {
|
|
25128
25225
|
const e = this, t = e.$refs.range;
|
|
@@ -25133,12 +25230,12 @@ const hM = {
|
|
|
25133
25230
|
e.$refs.bubble, t.addEventListener("input", e.inputReceived);
|
|
25134
25231
|
}
|
|
25135
25232
|
}
|
|
25136
|
-
},
|
|
25233
|
+
}, gM = { class: "ux-range-slider-wrap" }, _M = ["min", "step", "max"], vM = {
|
|
25137
25234
|
ref: "bubble",
|
|
25138
25235
|
class: "ux-range-bubble"
|
|
25139
25236
|
};
|
|
25140
|
-
function
|
|
25141
|
-
return o(), h("div",
|
|
25237
|
+
function bM(e, t, n, r, s, i) {
|
|
25238
|
+
return o(), h("div", gM, [
|
|
25142
25239
|
Z(T("input", {
|
|
25143
25240
|
ref: "range",
|
|
25144
25241
|
min: n.min,
|
|
@@ -25147,15 +25244,15 @@ function _M(e, t, n, r, s, i) {
|
|
|
25147
25244
|
"onUpdate:modelValue": t[0] || (t[0] = (a) => s.model = a),
|
|
25148
25245
|
type: "range",
|
|
25149
25246
|
class: "ux-range-slider"
|
|
25150
|
-
}, null, 8,
|
|
25247
|
+
}, null, 8, _M), [
|
|
25151
25248
|
[be, s.model]
|
|
25152
25249
|
]),
|
|
25153
|
-
T("output",
|
|
25250
|
+
T("output", vM, null, 512)
|
|
25154
25251
|
]);
|
|
25155
25252
|
}
|
|
25156
|
-
const
|
|
25253
|
+
const kM = /* @__PURE__ */ M(yM, [["render", bM], ["__scopeId", "data-v-639c59a6"]]), wM = {
|
|
25157
25254
|
components: {
|
|
25158
|
-
RangeSlider:
|
|
25255
|
+
RangeSlider: kM
|
|
25159
25256
|
},
|
|
25160
25257
|
props: {
|
|
25161
25258
|
modelValue: {
|
|
@@ -25185,25 +25282,25 @@ const vM = /* @__PURE__ */ M(hM, [["render", _M], ["__scopeId", "data-v-639c59a6
|
|
|
25185
25282
|
return "";
|
|
25186
25283
|
}
|
|
25187
25284
|
}
|
|
25188
|
-
},
|
|
25285
|
+
}, xM = {
|
|
25189
25286
|
key: 0,
|
|
25190
25287
|
class: "ux-field-title"
|
|
25191
|
-
},
|
|
25288
|
+
}, TM = {
|
|
25192
25289
|
key: 0,
|
|
25193
25290
|
class: "ux-required-marker"
|
|
25194
|
-
},
|
|
25291
|
+
}, SM = {
|
|
25195
25292
|
key: 1,
|
|
25196
25293
|
class: "ux-field-description"
|
|
25197
|
-
},
|
|
25198
|
-
function
|
|
25294
|
+
}, OM = { key: 2 }, DM = { class: "ux-slider-limit ux-slider-limit-value" }, CM = { class: "ux-slider-limit ux-slider-limit-value" };
|
|
25295
|
+
function EM(e, t, n, r, s, i) {
|
|
25199
25296
|
const a = y("range-slider"), l = y("flex-cell"), u = y("flex-row"), d = y("ux-icon"), m = y("ux-button");
|
|
25200
25297
|
return o(), h(D, null, [
|
|
25201
|
-
e.showLabel ? (o(), h("label",
|
|
25298
|
+
e.showLabel ? (o(), h("label", xM, [
|
|
25202
25299
|
O(b(e.label) + " ", 1),
|
|
25203
|
-
e.required ? (o(), h("span",
|
|
25300
|
+
e.required ? (o(), h("span", TM, "*")) : _("", !0)
|
|
25204
25301
|
])) : _("", !0),
|
|
25205
|
-
e.showDescription ? (o(), h("div",
|
|
25206
|
-
e.multiValue ? (o(), h("div",
|
|
25302
|
+
e.showDescription ? (o(), h("div", SM, b(e.description), 1)) : _("", !0),
|
|
25303
|
+
e.multiValue ? (o(), h("div", OM, [
|
|
25207
25304
|
(o(!0), h(D, null, A(e.model, (p, g) => (o(), k(u, {
|
|
25208
25305
|
class: "ux-slider-row",
|
|
25209
25306
|
key: g
|
|
@@ -25234,7 +25331,7 @@ function DM(e, t, n, r, s, i) {
|
|
|
25234
25331
|
}, 1024),
|
|
25235
25332
|
c(l, { shrink: "" }, {
|
|
25236
25333
|
default: f(() => [
|
|
25237
|
-
T("span",
|
|
25334
|
+
T("span", DM, b(i.sliderPrefix) + b(e.model[g]) + b(i.sliderSuffix), 1)
|
|
25238
25335
|
]),
|
|
25239
25336
|
_: 2
|
|
25240
25337
|
}, 1024)
|
|
@@ -25299,7 +25396,7 @@ function DM(e, t, n, r, s, i) {
|
|
|
25299
25396
|
}),
|
|
25300
25397
|
c(l, { shrink: "" }, {
|
|
25301
25398
|
default: f(() => [
|
|
25302
|
-
T("span",
|
|
25399
|
+
T("span", CM, b(i.sliderPrefix) + b(e.model) + b(i.sliderSuffix), 1)
|
|
25303
25400
|
]),
|
|
25304
25401
|
_: 1
|
|
25305
25402
|
})
|
|
@@ -25308,7 +25405,7 @@ function DM(e, t, n, r, s, i) {
|
|
|
25308
25405
|
}))
|
|
25309
25406
|
], 64);
|
|
25310
25407
|
}
|
|
25311
|
-
const
|
|
25408
|
+
const MM = /* @__PURE__ */ M(wM, [["render", EM], ["__scopeId", "data-v-ae8ff721"]]), VM = {
|
|
25312
25409
|
props: {
|
|
25313
25410
|
modelValue: {
|
|
25314
25411
|
type: String
|
|
@@ -25326,25 +25423,25 @@ const CM = /* @__PURE__ */ M(bM, [["render", DM], ["__scopeId", "data-v-ae8ff721
|
|
|
25326
25423
|
return "";
|
|
25327
25424
|
}
|
|
25328
25425
|
}
|
|
25329
|
-
},
|
|
25426
|
+
}, IM = {
|
|
25330
25427
|
key: 0,
|
|
25331
25428
|
class: "ux-field-title"
|
|
25332
|
-
},
|
|
25429
|
+
}, FM = {
|
|
25333
25430
|
key: 0,
|
|
25334
25431
|
class: "ux-required-marker"
|
|
25335
|
-
},
|
|
25432
|
+
}, AM = {
|
|
25336
25433
|
key: 1,
|
|
25337
25434
|
class: "ux-field-description"
|
|
25338
|
-
},
|
|
25339
|
-
function
|
|
25435
|
+
}, NM = { key: 2 }, $M = ["onUpdate:modelValue"], PM = ["onUpdate:modelValue"];
|
|
25436
|
+
function LM(e, t, n, r, s, i) {
|
|
25340
25437
|
const a = y("flex-cell"), l = y("ux-icon"), u = y("ux-button"), d = y("flex-row");
|
|
25341
25438
|
return o(), h(D, null, [
|
|
25342
|
-
e.showLabel ? (o(), h("label",
|
|
25439
|
+
e.showLabel ? (o(), h("label", IM, [
|
|
25343
25440
|
O(b(e.label) + " ", 1),
|
|
25344
|
-
e.required ? (o(), h("span",
|
|
25441
|
+
e.required ? (o(), h("span", FM, "*")) : _("", !0)
|
|
25345
25442
|
])) : _("", !0),
|
|
25346
|
-
e.showDescription ? (o(), h("div",
|
|
25347
|
-
e.multiValue ? (o(), h("div",
|
|
25443
|
+
e.showDescription ? (o(), h("div", AM, b(e.description), 1)) : _("", !0),
|
|
25444
|
+
e.multiValue ? (o(), h("div", NM, [
|
|
25348
25445
|
(o(!0), h(D, null, A(e.model, (m, p) => (o(), k(d, {
|
|
25349
25446
|
class: "ux-text-row",
|
|
25350
25447
|
gap: "",
|
|
@@ -25360,7 +25457,7 @@ function $M(e, t, n, r, s, i) {
|
|
|
25360
25457
|
ref_for: !0,
|
|
25361
25458
|
ref: "input",
|
|
25362
25459
|
"onUpdate:modelValue": (g) => e.model[p] = g
|
|
25363
|
-
}, null, 40,
|
|
25460
|
+
}, null, 40, $M), [
|
|
25364
25461
|
[be, e.model[p]]
|
|
25365
25462
|
])
|
|
25366
25463
|
]),
|
|
@@ -25375,7 +25472,7 @@ function $M(e, t, n, r, s, i) {
|
|
|
25375
25472
|
ref_for: !0,
|
|
25376
25473
|
ref: "input",
|
|
25377
25474
|
"onUpdate:modelValue": (g) => e.model[p] = g
|
|
25378
|
-
}, null, 40,
|
|
25475
|
+
}, null, 40, PM), [
|
|
25379
25476
|
[be, e.model[p]]
|
|
25380
25477
|
])
|
|
25381
25478
|
]),
|
|
@@ -25449,11 +25546,11 @@ function $M(e, t, n, r, s, i) {
|
|
|
25449
25546
|
}))
|
|
25450
25547
|
], 64);
|
|
25451
25548
|
}
|
|
25452
|
-
const
|
|
25549
|
+
const RM = /* @__PURE__ */ M(VM, [["render", LM], ["__scopeId", "data-v-91624210"]]);
|
|
25453
25550
|
function Mc(e) {
|
|
25454
25551
|
return Array.isArray(e) ? !!e[0] : !!e;
|
|
25455
25552
|
}
|
|
25456
|
-
const
|
|
25553
|
+
const UM = {
|
|
25457
25554
|
mixins: [re],
|
|
25458
25555
|
components: {
|
|
25459
25556
|
UxSwitch: xm
|
|
@@ -25486,17 +25583,17 @@ const LM = {
|
|
|
25486
25583
|
return String(this.description).length > 2;
|
|
25487
25584
|
}
|
|
25488
25585
|
}
|
|
25489
|
-
},
|
|
25586
|
+
}, jM = {
|
|
25490
25587
|
key: 0,
|
|
25491
25588
|
class: "ux-field-title"
|
|
25492
|
-
},
|
|
25589
|
+
}, qM = {
|
|
25493
25590
|
key: 0,
|
|
25494
25591
|
class: "ux-required-marker"
|
|
25495
|
-
},
|
|
25592
|
+
}, BM = {
|
|
25496
25593
|
key: 1,
|
|
25497
25594
|
class: "ux-field-description"
|
|
25498
25595
|
};
|
|
25499
|
-
function
|
|
25596
|
+
function zM(e, t, n, r, s, i) {
|
|
25500
25597
|
const a = y("ux-switch"), l = y("flex-cell"), u = y("flex-row");
|
|
25501
25598
|
return o(), h("div", null, [
|
|
25502
25599
|
c(u, {
|
|
@@ -25519,11 +25616,11 @@ function qM(e, t, n, r, s, i) {
|
|
|
25519
25616
|
c(l, { vcenter: "" }, {
|
|
25520
25617
|
default: f(() => [
|
|
25521
25618
|
T("div", null, [
|
|
25522
|
-
e.showLabel ? (o(), h("label",
|
|
25619
|
+
e.showLabel ? (o(), h("label", jM, [
|
|
25523
25620
|
O(b(e.label) + " ", 1),
|
|
25524
|
-
e.required ? (o(), h("span",
|
|
25621
|
+
e.required ? (o(), h("span", qM, "*")) : _("", !0)
|
|
25525
25622
|
])) : _("", !0),
|
|
25526
|
-
e.showDescription ? (o(), h("div",
|
|
25623
|
+
e.showDescription ? (o(), h("div", BM, b(e.description), 1)) : _("", !0)
|
|
25527
25624
|
])
|
|
25528
25625
|
]),
|
|
25529
25626
|
_: 1
|
|
@@ -25533,7 +25630,7 @@ function qM(e, t, n, r, s, i) {
|
|
|
25533
25630
|
})
|
|
25534
25631
|
]);
|
|
25535
25632
|
}
|
|
25536
|
-
const
|
|
25633
|
+
const WM = /* @__PURE__ */ M(UM, [["render", zM], ["__scopeId", "data-v-1b49e626"]]), HM = {
|
|
25537
25634
|
props: {
|
|
25538
25635
|
multiple: {
|
|
25539
25636
|
type: Boolean
|
|
@@ -25577,8 +25674,8 @@ const BM = /* @__PURE__ */ M(LM, [["render", qM], ["__scopeId", "data-v-1b49e626
|
|
|
25577
25674
|
this.$emit("files", t);
|
|
25578
25675
|
}
|
|
25579
25676
|
}
|
|
25580
|
-
},
|
|
25581
|
-
function
|
|
25677
|
+
}, GM = ["accept", "multiple"];
|
|
25678
|
+
function YM(e, t, n, r, s, i) {
|
|
25582
25679
|
const a = y("ux-button");
|
|
25583
25680
|
return o(), h("label", {
|
|
25584
25681
|
class: $(["file-drop", { over: s.over }]),
|
|
@@ -25592,7 +25689,7 @@ function HM(e, t, n, r, s, i) {
|
|
|
25592
25689
|
type: "file",
|
|
25593
25690
|
multiple: n.multiple,
|
|
25594
25691
|
onChange: t[0] || (t[0] = (l) => i.filesSelected(l.target.files))
|
|
25595
|
-
}, null, 40,
|
|
25692
|
+
}, null, 40, GM),
|
|
25596
25693
|
T("div", {
|
|
25597
25694
|
class: "file-drop-ux",
|
|
25598
25695
|
onClick: t[1] || (t[1] = B((...l) => i.clicked && i.clicked(...l), ["stop", "prevent"]))
|
|
@@ -25608,10 +25705,10 @@ function HM(e, t, n, r, s, i) {
|
|
|
25608
25705
|
])
|
|
25609
25706
|
], 34);
|
|
25610
25707
|
}
|
|
25611
|
-
const
|
|
25708
|
+
const JM = /* @__PURE__ */ M(HM, [["render", YM], ["__scopeId", "data-v-6bce29af"]]), KM = {
|
|
25612
25709
|
mixins: [re],
|
|
25613
25710
|
components: {
|
|
25614
|
-
FileDrop:
|
|
25711
|
+
FileDrop: JM
|
|
25615
25712
|
},
|
|
25616
25713
|
props: {
|
|
25617
25714
|
// modelValue: {
|
|
@@ -25705,28 +25802,28 @@ const GM = /* @__PURE__ */ M(zM, [["render", HM], ["__scopeId", "data-v-6bce29af
|
|
|
25705
25802
|
}
|
|
25706
25803
|
},
|
|
25707
25804
|
computed: {}
|
|
25708
|
-
},
|
|
25805
|
+
}, ZM = {
|
|
25709
25806
|
key: 0,
|
|
25710
25807
|
class: "ux-field-title"
|
|
25711
|
-
},
|
|
25808
|
+
}, XM = {
|
|
25712
25809
|
key: 0,
|
|
25713
25810
|
class: "ux-required-marker"
|
|
25714
|
-
},
|
|
25811
|
+
}, QM = {
|
|
25715
25812
|
key: 1,
|
|
25716
25813
|
class: "ux-field-description"
|
|
25717
|
-
},
|
|
25814
|
+
}, eV = {
|
|
25718
25815
|
key: 2,
|
|
25719
25816
|
class: "files"
|
|
25720
|
-
},
|
|
25721
|
-
function
|
|
25817
|
+
}, tV = { class: "size" };
|
|
25818
|
+
function nV(e, t, n, r, s, i) {
|
|
25722
25819
|
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");
|
|
25723
25820
|
return o(), h(D, null, [
|
|
25724
|
-
e.showLabel ? (o(), h("label",
|
|
25821
|
+
e.showLabel ? (o(), h("label", ZM, [
|
|
25725
25822
|
O(b(e.label) + " ", 1),
|
|
25726
|
-
e.required ? (o(), h("span",
|
|
25823
|
+
e.required ? (o(), h("span", XM, "*")) : _("", !0)
|
|
25727
25824
|
])) : _("", !0),
|
|
25728
|
-
e.showDescription ? (o(), h("div",
|
|
25729
|
-
s.files && s.files.length ? (o(), h("div",
|
|
25825
|
+
e.showDescription ? (o(), h("div", QM, b(e.description), 1)) : _("", !0),
|
|
25826
|
+
s.files && s.files.length ? (o(), h("div", eV, [
|
|
25730
25827
|
(o(!0), h(D, null, A(s.files, (g, v) => (o(), h("div", {
|
|
25731
25828
|
class: "file-item",
|
|
25732
25829
|
key: v
|
|
@@ -25736,7 +25833,7 @@ function eV(e, t, n, r, s, i) {
|
|
|
25736
25833
|
c(l, null, {
|
|
25737
25834
|
default: f(() => [
|
|
25738
25835
|
T("strong", null, b(g.name), 1),
|
|
25739
|
-
T("div",
|
|
25836
|
+
T("div", tV, b(i.filesize(g.size)), 1),
|
|
25740
25837
|
c(a, {
|
|
25741
25838
|
value: g.progress
|
|
25742
25839
|
}, null, 8, ["value"])
|
|
@@ -25794,7 +25891,7 @@ function eV(e, t, n, r, s, i) {
|
|
|
25794
25891
|
}, 8, ["onFiles"]))
|
|
25795
25892
|
], 64);
|
|
25796
25893
|
}
|
|
25797
|
-
const
|
|
25894
|
+
const iV = /* @__PURE__ */ M(KM, [["render", nV], ["__scopeId", "data-v-d29a9855"]]), rV = {
|
|
25798
25895
|
mixins: [re],
|
|
25799
25896
|
//TODO check whether we should move draggable into the input mixin
|
|
25800
25897
|
components: { draggable: Dr },
|
|
@@ -25890,40 +25987,40 @@ const tV = /* @__PURE__ */ M(YM, [["render", eV], ["__scopeId", "data-v-d29a9855
|
|
|
25890
25987
|
this.model.push(n);
|
|
25891
25988
|
}
|
|
25892
25989
|
}
|
|
25893
|
-
},
|
|
25990
|
+
}, sV = {
|
|
25894
25991
|
key: 0,
|
|
25895
25992
|
class: "ux-multi-group"
|
|
25896
|
-
},
|
|
25993
|
+
}, aV = {
|
|
25897
25994
|
key: 0,
|
|
25898
25995
|
class: "ux-group-title"
|
|
25899
|
-
},
|
|
25996
|
+
}, lV = {
|
|
25900
25997
|
key: 0,
|
|
25901
25998
|
class: "ux-field-title"
|
|
25902
|
-
},
|
|
25999
|
+
}, oV = {
|
|
25903
26000
|
key: 0,
|
|
25904
26001
|
class: "ux-required-marker"
|
|
25905
|
-
},
|
|
26002
|
+
}, uV = {
|
|
25906
26003
|
key: 1,
|
|
25907
26004
|
class: "ux-field-description"
|
|
25908
|
-
},
|
|
26005
|
+
}, dV = {
|
|
25909
26006
|
key: 0,
|
|
25910
26007
|
class: "ux-single-group"
|
|
25911
|
-
},
|
|
26008
|
+
}, cV = { class: "ux-group-title" }, fV = {
|
|
25912
26009
|
key: 0,
|
|
25913
26010
|
class: "ux-field-title"
|
|
25914
|
-
},
|
|
26011
|
+
}, mV = {
|
|
25915
26012
|
key: 1,
|
|
25916
26013
|
class: "ux-field-description"
|
|
25917
26014
|
};
|
|
25918
|
-
function
|
|
26015
|
+
function hV(e, t, n, r, s, i) {
|
|
25919
26016
|
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");
|
|
25920
|
-
return e.multiValue ? (o(), h("div",
|
|
25921
|
-
i.showLabel ? (o(), h("div",
|
|
25922
|
-
i.showLabel ? (o(), h("label",
|
|
26017
|
+
return e.multiValue ? (o(), h("div", sV, [
|
|
26018
|
+
i.showLabel ? (o(), h("div", aV, [
|
|
26019
|
+
i.showLabel ? (o(), h("label", lV, [
|
|
25923
26020
|
O(b(e.plural || e.title) + " ", 1),
|
|
25924
|
-
e.required ? (o(), h("span",
|
|
26021
|
+
e.required ? (o(), h("span", oV, "*")) : _("", !0)
|
|
25925
26022
|
])) : _("", !0),
|
|
25926
|
-
e.showDescription ? (o(), h("div",
|
|
26023
|
+
e.showDescription ? (o(), h("div", uV, b(e.description), 1)) : _("", !0)
|
|
25927
26024
|
])) : _("", !0),
|
|
25928
26025
|
i.reorderable ? (o(), k(x, {
|
|
25929
26026
|
key: 1,
|
|
@@ -26289,10 +26386,10 @@ function fV(e, t, n, r, s, i) {
|
|
|
26289
26386
|
_: 1
|
|
26290
26387
|
}))
|
|
26291
26388
|
], 64)) : (o(), h(D, { key: 1 }, [
|
|
26292
|
-
i.showLabel ? (o(), h("div",
|
|
26293
|
-
T("div",
|
|
26294
|
-
i.showLabel ? (o(), h("label",
|
|
26295
|
-
e.showDescription ? (o(), h("div",
|
|
26389
|
+
i.showLabel ? (o(), h("div", dV, [
|
|
26390
|
+
T("div", cV, [
|
|
26391
|
+
i.showLabel ? (o(), h("label", fV, b(e.title), 1)) : _("", !0),
|
|
26392
|
+
e.showDescription ? (o(), h("div", mV, b(e.description), 1)) : _("", !0)
|
|
26296
26393
|
]),
|
|
26297
26394
|
c(v, null, {
|
|
26298
26395
|
default: f(() => [
|
|
@@ -26336,11 +26433,11 @@ function fV(e, t, n, r, s, i) {
|
|
|
26336
26433
|
], 64))
|
|
26337
26434
|
], 64));
|
|
26338
26435
|
}
|
|
26339
|
-
const
|
|
26436
|
+
const pV = /* @__PURE__ */ M(rV, [["render", hV], ["__scopeId", "data-v-3ce8a8fa"]]);
|
|
26340
26437
|
function Il(e) {
|
|
26341
26438
|
return e === void 0 || typeof e > "u" || e === null || String(e) === "null" || String(e) === "undefined";
|
|
26342
26439
|
}
|
|
26343
|
-
const
|
|
26440
|
+
const yV = {
|
|
26344
26441
|
props: {
|
|
26345
26442
|
option: {
|
|
26346
26443
|
required: !0
|
|
@@ -26355,14 +26452,14 @@ const hV = {
|
|
|
26355
26452
|
}
|
|
26356
26453
|
}
|
|
26357
26454
|
};
|
|
26358
|
-
function
|
|
26455
|
+
function gV(e, t, n, r, s, i) {
|
|
26359
26456
|
return z(e.$slots, "default", { plainValue: i.plainValue }, () => [
|
|
26360
26457
|
T("pre", null, b(n.option), 1)
|
|
26361
26458
|
]);
|
|
26362
26459
|
}
|
|
26363
|
-
const
|
|
26460
|
+
const _V = /* @__PURE__ */ M(yV, [["render", gV]]), vV = {
|
|
26364
26461
|
components: {
|
|
26365
|
-
OptionSlot:
|
|
26462
|
+
OptionSlot: _V
|
|
26366
26463
|
},
|
|
26367
26464
|
props: {
|
|
26368
26465
|
modelValue: {
|
|
@@ -26435,35 +26532,35 @@ const yV = /* @__PURE__ */ M(hV, [["render", pV]]), gV = {
|
|
|
26435
26532
|
return this.getLabel(this.optionLookup[this.model]) || "Click to select";
|
|
26436
26533
|
}
|
|
26437
26534
|
}
|
|
26438
|
-
},
|
|
26535
|
+
}, bV = {
|
|
26439
26536
|
key: 0,
|
|
26440
26537
|
class: "ux-field-title"
|
|
26441
|
-
},
|
|
26538
|
+
}, kV = {
|
|
26442
26539
|
key: 0,
|
|
26443
26540
|
class: "ux-required-marker"
|
|
26444
|
-
},
|
|
26541
|
+
}, wV = {
|
|
26445
26542
|
key: 1,
|
|
26446
26543
|
class: "ux-field-description"
|
|
26447
|
-
},
|
|
26544
|
+
}, xV = { key: 2 }, TV = {
|
|
26448
26545
|
key: 3,
|
|
26449
26546
|
class: "buttons"
|
|
26450
26547
|
};
|
|
26451
|
-
function
|
|
26548
|
+
function SV(e, t, n, r, s, i) {
|
|
26452
26549
|
const a = y("ux-icon"), l = y("flex-cell"), u = y("flex-row"), d = y("ux-button"), m = y("option-slot");
|
|
26453
26550
|
return o(), h(D, null, [
|
|
26454
|
-
e.showLabel ? (o(), h("label",
|
|
26551
|
+
e.showLabel ? (o(), h("label", bV, [
|
|
26455
26552
|
O(b(e.label) + " ", 1),
|
|
26456
|
-
e.required ? (o(), h("span",
|
|
26553
|
+
e.required ? (o(), h("span", kV, "*")) : _("", !0)
|
|
26457
26554
|
])) : _("", !0),
|
|
26458
|
-
e.showDescription ? (o(), h("div",
|
|
26459
|
-
e.loadingAsyncOptions ? (o(), h("div",
|
|
26555
|
+
e.showDescription ? (o(), h("div", wV, b(e.description), 1)) : _("", !0),
|
|
26556
|
+
e.loadingAsyncOptions ? (o(), h("div", xV, [
|
|
26460
26557
|
c(a, {
|
|
26461
26558
|
icon: "fa-spinner",
|
|
26462
26559
|
spin: "",
|
|
26463
26560
|
left: ""
|
|
26464
26561
|
}),
|
|
26465
26562
|
O(" Loading Options ")
|
|
26466
|
-
])) : (o(), h("div",
|
|
26563
|
+
])) : (o(), h("div", TV, [
|
|
26467
26564
|
(o(!0), h(D, null, A(e.selectableOptions, (p) => (o(), k(m, { option: p }, {
|
|
26468
26565
|
default: f(({ plainValue: g }) => [
|
|
26469
26566
|
c(d, {
|
|
@@ -26504,7 +26601,7 @@ function xV(e, t, n, r, s, i) {
|
|
|
26504
26601
|
]))
|
|
26505
26602
|
], 64);
|
|
26506
26603
|
}
|
|
26507
|
-
const
|
|
26604
|
+
const OV = /* @__PURE__ */ M(vV, [["render", SV], ["__scopeId", "data-v-491bd3a3"]]), DV = {
|
|
26508
26605
|
props: {
|
|
26509
26606
|
modelValue: {
|
|
26510
26607
|
type: Object
|
|
@@ -26517,25 +26614,25 @@ const TV = /* @__PURE__ */ M(gV, [["render", xV], ["__scopeId", "data-v-491bd3a3
|
|
|
26517
26614
|
return {};
|
|
26518
26615
|
}
|
|
26519
26616
|
}
|
|
26520
|
-
},
|
|
26617
|
+
}, CV = {
|
|
26521
26618
|
key: 0,
|
|
26522
26619
|
class: "ux-field-title"
|
|
26523
|
-
},
|
|
26620
|
+
}, EV = {
|
|
26524
26621
|
key: 0,
|
|
26525
26622
|
class: "ux-required-marker"
|
|
26526
|
-
},
|
|
26623
|
+
}, MV = {
|
|
26527
26624
|
key: 1,
|
|
26528
26625
|
class: "ux-field-description"
|
|
26529
|
-
},
|
|
26530
|
-
function
|
|
26626
|
+
}, VV = { key: 2 }, IV = { key: 3 };
|
|
26627
|
+
function FV(e, t, n, r, s, i) {
|
|
26531
26628
|
const a = y("flex-cell"), l = y("ux-icon"), u = y("ux-button"), d = y("flex-row");
|
|
26532
26629
|
return o(), h(D, null, [
|
|
26533
|
-
e.showLabel ? (o(), h("label",
|
|
26630
|
+
e.showLabel ? (o(), h("label", CV, [
|
|
26534
26631
|
O(b(e.label) + " ", 1),
|
|
26535
|
-
e.required ? (o(), h("span",
|
|
26632
|
+
e.required ? (o(), h("span", EV, "*")) : _("", !0)
|
|
26536
26633
|
])) : _("", !0),
|
|
26537
|
-
e.showDescription ? (o(), h("div",
|
|
26538
|
-
e.multiValue ? (o(), h("div",
|
|
26634
|
+
e.showDescription ? (o(), h("div", MV, b(e.description), 1)) : _("", !0),
|
|
26635
|
+
e.multiValue ? (o(), h("div", VV, [
|
|
26539
26636
|
(o(!0), h(D, null, A(e.model, (m, p) => (o(), k(d, {
|
|
26540
26637
|
class: "ux-text-row",
|
|
26541
26638
|
key: p
|
|
@@ -26582,10 +26679,10 @@ function VV(e, t, n, r, s, i) {
|
|
|
26582
26679
|
]),
|
|
26583
26680
|
_: 1
|
|
26584
26681
|
})) : _("", !0)
|
|
26585
|
-
])) : (o(), h("pre",
|
|
26682
|
+
])) : (o(), h("pre", IV, b(e.model), 1))
|
|
26586
26683
|
], 64);
|
|
26587
26684
|
}
|
|
26588
|
-
const
|
|
26685
|
+
const AV = /* @__PURE__ */ M(DV, [["render", FV], ["__scopeId", "data-v-aae5394a"]]), NV = {
|
|
26589
26686
|
components: {
|
|
26590
26687
|
UxCheckbox: Gl
|
|
26591
26688
|
},
|
|
@@ -26732,27 +26829,27 @@ const IV = /* @__PURE__ */ M(SV, [["render", VV], ["__scopeId", "data-v-aae5394a
|
|
|
26732
26829
|
};
|
|
26733
26830
|
}
|
|
26734
26831
|
}
|
|
26735
|
-
},
|
|
26832
|
+
}, $V = { key: 0 }, PV = { key: 1 }, LV = {
|
|
26736
26833
|
key: 0,
|
|
26737
26834
|
class: "ux-field-title"
|
|
26738
|
-
},
|
|
26835
|
+
}, RV = {
|
|
26739
26836
|
key: 0,
|
|
26740
26837
|
class: "ux-required-marker"
|
|
26741
|
-
},
|
|
26838
|
+
}, UV = {
|
|
26742
26839
|
key: 1,
|
|
26743
26840
|
class: "ux-field-description"
|
|
26744
|
-
},
|
|
26745
|
-
function
|
|
26841
|
+
}, jV = { key: 2 };
|
|
26842
|
+
function qV(e, t, n, r, s, i) {
|
|
26746
26843
|
const a = y("spinner"), l = y("ux-checkbox"), u = y("flex-cell"), d = y("ux-form"), m = y("flex-row");
|
|
26747
|
-
return i.loadingGlossary ? (o(), h("div",
|
|
26844
|
+
return i.loadingGlossary ? (o(), h("div", $V, [
|
|
26748
26845
|
c(a)
|
|
26749
|
-
])) : i.definition ? (o(), h("div",
|
|
26750
|
-
e.showLabel ? (o(), h("label",
|
|
26846
|
+
])) : i.definition ? (o(), h("div", PV, [
|
|
26847
|
+
e.showLabel ? (o(), h("label", LV, [
|
|
26751
26848
|
O(b(e.label) + " ", 1),
|
|
26752
|
-
e.required ? (o(), h("span",
|
|
26849
|
+
e.required ? (o(), h("span", RV, "*")) : _("", !0)
|
|
26753
26850
|
])) : _("", !0),
|
|
26754
|
-
e.showDescription ? (o(), h("div",
|
|
26755
|
-
e.multiValue ? (o(), h("div",
|
|
26851
|
+
e.showDescription ? (o(), h("div", UV, b(e.description), 1)) : _("", !0),
|
|
26852
|
+
e.multiValue ? (o(), h("div", jV, "This field can not be used on a multiple")) : (o(!0), h(D, { key: 3 }, A(i.fields, (p) => (o(), h("div", {
|
|
26756
26853
|
class: $(["field-row", { active: e.model.enabled[p.path] }])
|
|
26757
26854
|
}, [
|
|
26758
26855
|
c(m, { gap: "" }, {
|
|
@@ -26808,7 +26905,7 @@ function UV(e, t, n, r, s, i) {
|
|
|
26808
26905
|
], 2))), 256))
|
|
26809
26906
|
])) : _("", !0);
|
|
26810
26907
|
}
|
|
26811
|
-
const
|
|
26908
|
+
const BV = /* @__PURE__ */ M(NV, [["render", qV], ["__scopeId", "data-v-9e2045bf"]]), zV = {
|
|
26812
26909
|
props: {
|
|
26813
26910
|
modelValue: {
|
|
26814
26911
|
type: [String, Array]
|
|
@@ -26877,25 +26974,25 @@ const jV = /* @__PURE__ */ M(FV, [["render", UV], ["__scopeId", "data-v-9e2045bf
|
|
|
26877
26974
|
};
|
|
26878
26975
|
}
|
|
26879
26976
|
}
|
|
26880
|
-
}, Cr = (e) => (je("data-v-91cc715f"), e = e(), qe(), e),
|
|
26977
|
+
}, Cr = (e) => (je("data-v-91cc715f"), e = e(), qe(), e), WV = {
|
|
26881
26978
|
key: 0,
|
|
26882
26979
|
class: "ux-field-title"
|
|
26883
|
-
},
|
|
26980
|
+
}, HV = {
|
|
26884
26981
|
key: 0,
|
|
26885
26982
|
class: "ux-required-marker"
|
|
26886
|
-
},
|
|
26983
|
+
}, GV = {
|
|
26887
26984
|
key: 1,
|
|
26888
26985
|
class: "ux-field-description"
|
|
26889
|
-
},
|
|
26890
|
-
function
|
|
26986
|
+
}, YV = { key: 2 }, JV = { class: "ux-text-wrap prefixed" }, KV = /* @__PURE__ */ Cr(() => /* @__PURE__ */ T("span", { class: "ux-text-prefix" }, "Label", -1)), ZV = ["onBlur", "on:update:modelValue", "onUpdate:modelValue"], XV = ["onBlur", "on:update:modelValue", "onUpdate:modelValue"], QV = { class: "ux-text-wrap prefixed" }, eI = /* @__PURE__ */ Cr(() => /* @__PURE__ */ T("span", { class: "ux-text-prefix" }, "Value", -1)), tI = ["placeholder", "onFocus", "onUpdate:modelValue"], nI = ["placeholder", "onFocus", "onUpdate:modelValue"], iI = { class: "ux-text-wrap prefixed" }, rI = /* @__PURE__ */ Cr(() => /* @__PURE__ */ T("span", { class: "ux-text-prefix" }, "Label", -1)), sI = { class: "ux-text-wrap prefixed" }, aI = /* @__PURE__ */ Cr(() => /* @__PURE__ */ T("span", { class: "ux-text-prefix" }, "Value", -1));
|
|
26987
|
+
function lI(e, t, n, r, s, i) {
|
|
26891
26988
|
const a = y("flex-cell"), l = y("ux-icon"), u = y("ux-button"), d = y("flex-row");
|
|
26892
26989
|
return o(), h(D, null, [
|
|
26893
|
-
e.showLabel ? (o(), h("label",
|
|
26990
|
+
e.showLabel ? (o(), h("label", WV, [
|
|
26894
26991
|
O(b(e.label) + " ", 1),
|
|
26895
|
-
e.required ? (o(), h("span",
|
|
26992
|
+
e.required ? (o(), h("span", HV, "*")) : _("", !0)
|
|
26896
26993
|
])) : _("", !0),
|
|
26897
|
-
e.showDescription ? (o(), h("div",
|
|
26898
|
-
e.multiValue ? (o(), h("div",
|
|
26994
|
+
e.showDescription ? (o(), h("div", GV, b(e.description), 1)) : _("", !0),
|
|
26995
|
+
e.multiValue ? (o(), h("div", YV, [
|
|
26899
26996
|
(o(!0), h(D, null, A(e.model, (m, p) => (o(), k(d, {
|
|
26900
26997
|
gap: "",
|
|
26901
26998
|
class: "ux-text-row",
|
|
@@ -26904,8 +27001,8 @@ function sI(e, t, n, r, s, i) {
|
|
|
26904
27001
|
default: f(() => [
|
|
26905
27002
|
c(a, null, {
|
|
26906
27003
|
default: f(() => [
|
|
26907
|
-
T("div",
|
|
26908
|
-
|
|
27004
|
+
T("div", JV, [
|
|
27005
|
+
KV,
|
|
26909
27006
|
i.lazy ? Z((o(), h("input", {
|
|
26910
27007
|
key: 0,
|
|
26911
27008
|
class: "ux-field-focus ux-text-input-multiple",
|
|
@@ -26917,7 +27014,7 @@ function sI(e, t, n, r, s, i) {
|
|
|
26917
27014
|
onBlur: (g) => i.titleBlurred(p),
|
|
26918
27015
|
"on:update:modelValue": (g) => i.entryTitleChanged(p),
|
|
26919
27016
|
"onUpdate:modelValue": (g) => e.model[p].title = g
|
|
26920
|
-
}, null, 40,
|
|
27017
|
+
}, null, 40, ZV)), [
|
|
26921
27018
|
[
|
|
26922
27019
|
be,
|
|
26923
27020
|
e.model[p].title,
|
|
@@ -26936,7 +27033,7 @@ function sI(e, t, n, r, s, i) {
|
|
|
26936
27033
|
onBlur: (g) => i.titleBlurred(p),
|
|
26937
27034
|
"on:update:modelValue": (g) => i.entryTitleChanged(p),
|
|
26938
27035
|
"onUpdate:modelValue": (g) => e.model[p].title = g
|
|
26939
|
-
}, null, 40,
|
|
27036
|
+
}, null, 40, XV)), [
|
|
26940
27037
|
[be, e.model[p].title]
|
|
26941
27038
|
])
|
|
26942
27039
|
])
|
|
@@ -26945,8 +27042,8 @@ function sI(e, t, n, r, s, i) {
|
|
|
26945
27042
|
}, 1024),
|
|
26946
27043
|
c(a, null, {
|
|
26947
27044
|
default: f(() => [
|
|
26948
|
-
T("div",
|
|
26949
|
-
|
|
27045
|
+
T("div", QV, [
|
|
27046
|
+
eI,
|
|
26950
27047
|
i.lazy ? Z((o(), h("input", {
|
|
26951
27048
|
key: 0,
|
|
26952
27049
|
class: "ux-field-focus ux-text-input-multiple",
|
|
@@ -26956,7 +27053,7 @@ function sI(e, t, n, r, s, i) {
|
|
|
26956
27053
|
ref: "valueInput",
|
|
26957
27054
|
onKeydown: t[4] || (t[4] = we(B((g) => e.add(), ["stop", "prevent"]), ["enter"])),
|
|
26958
27055
|
"onUpdate:modelValue": (g) => e.model[p].value = g
|
|
26959
|
-
}, null, 40,
|
|
27056
|
+
}, null, 40, tI)), [
|
|
26960
27057
|
[
|
|
26961
27058
|
be,
|
|
26962
27059
|
e.model[p].value,
|
|
@@ -26973,7 +27070,7 @@ function sI(e, t, n, r, s, i) {
|
|
|
26973
27070
|
ref: "valueInput",
|
|
26974
27071
|
onKeydown: t[5] || (t[5] = we(B((g) => e.add(), ["stop", "prevent"]), ["enter"])),
|
|
26975
27072
|
"onUpdate:modelValue": (g) => e.model[p].value = g
|
|
26976
|
-
}, null, 40,
|
|
27073
|
+
}, null, 40, nI)), [
|
|
26977
27074
|
[be, e.model[p].value]
|
|
26978
27075
|
])
|
|
26979
27076
|
])
|
|
@@ -27022,8 +27119,8 @@ function sI(e, t, n, r, s, i) {
|
|
|
27022
27119
|
default: f(() => [
|
|
27023
27120
|
c(a, null, {
|
|
27024
27121
|
default: f(() => [
|
|
27025
|
-
T("div",
|
|
27026
|
-
|
|
27122
|
+
T("div", iI, [
|
|
27123
|
+
rI,
|
|
27027
27124
|
i.lazy ? Z((o(), h("input", {
|
|
27028
27125
|
key: 0,
|
|
27029
27126
|
class: "ux-field-focus ux-text-input-multiple",
|
|
@@ -27061,8 +27158,8 @@ function sI(e, t, n, r, s, i) {
|
|
|
27061
27158
|
}),
|
|
27062
27159
|
c(a, null, {
|
|
27063
27160
|
default: f(() => [
|
|
27064
|
-
T("div",
|
|
27065
|
-
|
|
27161
|
+
T("div", sI, [
|
|
27162
|
+
aI,
|
|
27066
27163
|
i.lazy ? Z((o(), h("input", {
|
|
27067
27164
|
key: 0,
|
|
27068
27165
|
class: "ux-field-focus ux-text-input-multiple",
|
|
@@ -27099,7 +27196,7 @@ function sI(e, t, n, r, s, i) {
|
|
|
27099
27196
|
}))
|
|
27100
27197
|
], 64);
|
|
27101
27198
|
}
|
|
27102
|
-
const
|
|
27199
|
+
const oI = /* @__PURE__ */ M(zV, [["render", lI], ["__scopeId", "data-v-91cc715f"]]), uI = {
|
|
27103
27200
|
components: {
|
|
27104
27201
|
CodeEditor: Dh
|
|
27105
27202
|
},
|
|
@@ -27124,30 +27221,30 @@ const aI = /* @__PURE__ */ M(qV, [["render", sI], ["__scopeId", "data-v-91cc715f
|
|
|
27124
27221
|
return "";
|
|
27125
27222
|
}
|
|
27126
27223
|
}
|
|
27127
|
-
},
|
|
27224
|
+
}, dI = {
|
|
27128
27225
|
key: 0,
|
|
27129
27226
|
class: "ux-field-title"
|
|
27130
|
-
},
|
|
27227
|
+
}, cI = {
|
|
27131
27228
|
key: 0,
|
|
27132
27229
|
class: "ux-required-marker"
|
|
27133
|
-
},
|
|
27230
|
+
}, fI = {
|
|
27134
27231
|
key: 1,
|
|
27135
27232
|
class: "ux-field-description"
|
|
27136
|
-
},
|
|
27233
|
+
}, mI = { key: 2 }, hI = { class: "code-editor-field-wrap" }, pI = {
|
|
27137
27234
|
key: 3,
|
|
27138
27235
|
class: "code-editor-field-wrap"
|
|
27139
27236
|
};
|
|
27140
|
-
function
|
|
27237
|
+
function yI(e, t, n, r, s, i) {
|
|
27141
27238
|
const a = y("code-editor"), l = y("flex-cell"), u = y("ux-icon"), d = y("ux-button"), m = y("flex-row");
|
|
27142
27239
|
return o(), h("div", {
|
|
27143
27240
|
onKeydown: t[2] || (t[2] = we(B((p) => i.enterPress(p), ["stop"]), ["enter"]))
|
|
27144
27241
|
}, [
|
|
27145
|
-
e.showLabel ? (o(), h("label",
|
|
27242
|
+
e.showLabel ? (o(), h("label", dI, [
|
|
27146
27243
|
O(b(e.label) + " ", 1),
|
|
27147
|
-
e.required ? (o(), h("span",
|
|
27244
|
+
e.required ? (o(), h("span", cI, "*")) : _("", !0)
|
|
27148
27245
|
])) : _("", !0),
|
|
27149
|
-
e.showDescription ? (o(), h("div",
|
|
27150
|
-
e.multiValue ? (o(), h("div",
|
|
27246
|
+
e.showDescription ? (o(), h("div", fI, b(e.description), 1)) : _("", !0),
|
|
27247
|
+
e.multiValue ? (o(), h("div", mI, [
|
|
27151
27248
|
(o(!0), h(D, null, A(e.model, (p, g) => (o(), k(m, {
|
|
27152
27249
|
class: "ux-text-row",
|
|
27153
27250
|
key: g
|
|
@@ -27155,7 +27252,7 @@ function hI(e, t, n, r, s, i) {
|
|
|
27155
27252
|
default: f(() => [
|
|
27156
27253
|
c(l, null, {
|
|
27157
27254
|
default: f(() => [
|
|
27158
|
-
T("div",
|
|
27255
|
+
T("div", hI, [
|
|
27159
27256
|
c(a, {
|
|
27160
27257
|
lang: i.syntax,
|
|
27161
27258
|
onFocus: e.touch,
|
|
@@ -27200,7 +27297,7 @@ function hI(e, t, n, r, s, i) {
|
|
|
27200
27297
|
]),
|
|
27201
27298
|
_: 1
|
|
27202
27299
|
})) : _("", !0)
|
|
27203
|
-
])) : (o(), h("div",
|
|
27300
|
+
])) : (o(), h("div", pI, [
|
|
27204
27301
|
c(a, {
|
|
27205
27302
|
lang: i.syntax,
|
|
27206
27303
|
tokens: i.tokens,
|
|
@@ -27212,7 +27309,7 @@ function hI(e, t, n, r, s, i) {
|
|
|
27212
27309
|
]))
|
|
27213
27310
|
], 32);
|
|
27214
27311
|
}
|
|
27215
|
-
const
|
|
27312
|
+
const gI = /* @__PURE__ */ M(uI, [["render", yI], ["__scopeId", "data-v-ecb1b9f8"]]), _I = {
|
|
27216
27313
|
emits: ["deselect"],
|
|
27217
27314
|
components: {
|
|
27218
27315
|
Search: Qt,
|
|
@@ -27361,21 +27458,21 @@ const pI = /* @__PURE__ */ M(lI, [["render", hI], ["__scopeId", "data-v-ecb1b9f8
|
|
|
27361
27458
|
}), e.processing = !1;
|
|
27362
27459
|
}
|
|
27363
27460
|
}
|
|
27364
|
-
},
|
|
27461
|
+
}, vI = { class: "location-search-outer" }, bI = {
|
|
27365
27462
|
key: 0,
|
|
27366
27463
|
class: "selectedLocation"
|
|
27367
|
-
},
|
|
27464
|
+
}, kI = { class: "content-item" }, wI = { class: "image-wrapper" }, xI = { class: "content-item-title" }, TI = {
|
|
27368
27465
|
key: 0,
|
|
27369
27466
|
class: "content-item-subtitle"
|
|
27370
|
-
},
|
|
27467
|
+
}, SI = {
|
|
27371
27468
|
key: 0,
|
|
27372
27469
|
class: "results"
|
|
27373
|
-
},
|
|
27374
|
-
function
|
|
27470
|
+
}, OI = ["onClick"], DI = { class: "result-item-title" }, CI = { class: "result-item-subtitle" };
|
|
27471
|
+
function EI(e, t, n, r, s, i) {
|
|
27375
27472
|
const a = y("ux-icon"), l = y("flex-cell"), u = y("ux-button"), d = y("flex-row"), m = y("search");
|
|
27376
|
-
return o(), h("div",
|
|
27377
|
-
i.hasLocation ? (o(), h("div",
|
|
27378
|
-
T("div",
|
|
27473
|
+
return o(), h("div", vI, [
|
|
27474
|
+
i.hasLocation ? (o(), h("div", bI, [
|
|
27475
|
+
T("div", kI, [
|
|
27379
27476
|
c(d, {
|
|
27380
27477
|
gap: "",
|
|
27381
27478
|
center: ""
|
|
@@ -27383,7 +27480,7 @@ function DI(e, t, n, r, s, i) {
|
|
|
27383
27480
|
default: f(() => [
|
|
27384
27481
|
c(l, { shrink: "" }, {
|
|
27385
27482
|
default: f(() => [
|
|
27386
|
-
T("div",
|
|
27483
|
+
T("div", wI, [
|
|
27387
27484
|
c(a, { icon: "fa-map-marker" })
|
|
27388
27485
|
])
|
|
27389
27486
|
]),
|
|
@@ -27391,8 +27488,8 @@ function DI(e, t, n, r, s, i) {
|
|
|
27391
27488
|
}),
|
|
27392
27489
|
c(l, null, {
|
|
27393
27490
|
default: f(() => [
|
|
27394
|
-
T("div",
|
|
27395
|
-
i.summary ? (o(), h("div",
|
|
27491
|
+
T("div", xI, b(s.model.title || s.model.addressLine1), 1),
|
|
27492
|
+
i.summary ? (o(), h("div", TI, b(i.summary(s.model)), 1)) : _("", !0)
|
|
27396
27493
|
]),
|
|
27397
27494
|
_: 1
|
|
27398
27495
|
}),
|
|
@@ -27451,21 +27548,21 @@ function DI(e, t, n, r, s, i) {
|
|
|
27451
27548
|
disabled: !i.teleportTarget,
|
|
27452
27549
|
to: i.teleportTarget
|
|
27453
27550
|
}, [
|
|
27454
|
-
s.results.length ? (o(), h("div",
|
|
27551
|
+
s.results.length ? (o(), h("div", SI, [
|
|
27455
27552
|
(o(!0), h(D, null, A(s.results, (p, g) => (o(), h("div", {
|
|
27456
27553
|
class: $(["result-item", { selected: g === s.selectedIndex }]),
|
|
27457
27554
|
key: p.title,
|
|
27458
27555
|
onClick: (v) => i.select(p)
|
|
27459
27556
|
}, [
|
|
27460
|
-
T("div",
|
|
27461
|
-
T("div",
|
|
27462
|
-
], 10,
|
|
27557
|
+
T("div", DI, b(p.title), 1),
|
|
27558
|
+
T("div", CI, b(p.summary), 1)
|
|
27559
|
+
], 10, OI))), 128))
|
|
27463
27560
|
])) : _("", !0)
|
|
27464
27561
|
], 8, ["disabled", "to"]))
|
|
27465
27562
|
], 64))
|
|
27466
27563
|
]);
|
|
27467
27564
|
}
|
|
27468
|
-
const
|
|
27565
|
+
const MI = /* @__PURE__ */ M(_I, [["render", EI], ["__scopeId", "data-v-084b9220"]]), VI = {
|
|
27469
27566
|
components: {
|
|
27470
27567
|
TextField: ro,
|
|
27471
27568
|
Spinner: Pn,
|
|
@@ -27789,20 +27886,20 @@ const CI = /* @__PURE__ */ M(yI, [["render", DI], ["__scopeId", "data-v-084b9220
|
|
|
27789
27886
|
}), e.redrawCircle();
|
|
27790
27887
|
}
|
|
27791
27888
|
}
|
|
27792
|
-
},
|
|
27889
|
+
}, II = { class: "font-muted font-sm" }, FI = { class: "map-outer" }, AI = {
|
|
27793
27890
|
key: 0,
|
|
27794
27891
|
class: "indicator"
|
|
27795
|
-
},
|
|
27892
|
+
}, NI = {
|
|
27796
27893
|
class: "map-inner",
|
|
27797
27894
|
ref: "mapContainer"
|
|
27798
27895
|
};
|
|
27799
|
-
function
|
|
27896
|
+
function $I(e, t, n, r, s, i) {
|
|
27800
27897
|
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");
|
|
27801
27898
|
return o(), k(x, null, {
|
|
27802
27899
|
default: f(() => [
|
|
27803
27900
|
c(d, null, {
|
|
27804
27901
|
default: f(() => [
|
|
27805
|
-
T("div",
|
|
27902
|
+
T("div", II, [
|
|
27806
27903
|
c(u, {
|
|
27807
27904
|
gap: "",
|
|
27808
27905
|
center: ""
|
|
@@ -27835,11 +27932,11 @@ function AI(e, t, n, r, s, i) {
|
|
|
27835
27932
|
]),
|
|
27836
27933
|
_: 1
|
|
27837
27934
|
}),
|
|
27838
|
-
T("div",
|
|
27839
|
-
i.initializing ? (o(), h("div",
|
|
27935
|
+
T("div", FI, [
|
|
27936
|
+
i.initializing ? (o(), h("div", AI, [
|
|
27840
27937
|
c(m)
|
|
27841
27938
|
])) : _("", !0),
|
|
27842
|
-
T("div",
|
|
27939
|
+
T("div", NI, null, 512)
|
|
27843
27940
|
]),
|
|
27844
27941
|
i.showFields ? (o(), k(v, { key: 0 }, {
|
|
27845
27942
|
default: f(() => [
|
|
@@ -27947,7 +28044,7 @@ function AI(e, t, n, r, s, i) {
|
|
|
27947
28044
|
_: 1
|
|
27948
28045
|
});
|
|
27949
28046
|
}
|
|
27950
|
-
const
|
|
28047
|
+
const PI = /* @__PURE__ */ M(VI, [["render", $I]]);
|
|
27951
28048
|
function Vc() {
|
|
27952
28049
|
return {
|
|
27953
28050
|
title: void 0,
|
|
@@ -27963,7 +28060,7 @@ function Vc() {
|
|
|
27963
28060
|
search: void 0
|
|
27964
28061
|
};
|
|
27965
28062
|
}
|
|
27966
|
-
const
|
|
28063
|
+
const LI = {
|
|
27967
28064
|
data() {
|
|
27968
28065
|
return {
|
|
27969
28066
|
singleAdvancedOptions: !1,
|
|
@@ -27971,8 +28068,8 @@ const $I = {
|
|
|
27971
28068
|
};
|
|
27972
28069
|
},
|
|
27973
28070
|
components: {
|
|
27974
|
-
LocationSelect:
|
|
27975
|
-
LocationSearch:
|
|
28071
|
+
LocationSelect: PI,
|
|
28072
|
+
LocationSearch: MI
|
|
27976
28073
|
},
|
|
27977
28074
|
props: {
|
|
27978
28075
|
modelValue: {
|
|
@@ -28013,33 +28110,33 @@ const $I = {
|
|
|
28013
28110
|
return Vc();
|
|
28014
28111
|
}
|
|
28015
28112
|
}
|
|
28016
|
-
},
|
|
28113
|
+
}, RI = {
|
|
28017
28114
|
key: 0,
|
|
28018
28115
|
class: "ux-field-title"
|
|
28019
|
-
},
|
|
28116
|
+
}, UI = {
|
|
28020
28117
|
key: 0,
|
|
28021
28118
|
class: "ux-required-marker"
|
|
28022
|
-
},
|
|
28119
|
+
}, jI = {
|
|
28023
28120
|
key: 1,
|
|
28024
28121
|
class: "ux-field-description"
|
|
28025
|
-
},
|
|
28122
|
+
}, qI = { key: 2 }, BI = { class: "location-field-wrap" }, zI = ["id"], WI = {
|
|
28026
28123
|
key: 3,
|
|
28027
28124
|
class: "location-field-wrap"
|
|
28028
|
-
},
|
|
28029
|
-
function
|
|
28125
|
+
}, HI = ["id"];
|
|
28126
|
+
function GI(e, t, n, r, s, i) {
|
|
28030
28127
|
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");
|
|
28031
28128
|
return o(), h("div", null, [
|
|
28032
|
-
e.showLabel ? (o(), h("label",
|
|
28129
|
+
e.showLabel ? (o(), h("label", RI, [
|
|
28033
28130
|
O(b(e.label) + " ", 1),
|
|
28034
|
-
e.required ? (o(), h("span",
|
|
28131
|
+
e.required ? (o(), h("span", UI, "*")) : _("", !0)
|
|
28035
28132
|
])) : _("", !0),
|
|
28036
|
-
e.showDescription ? (o(), h("div",
|
|
28037
|
-
e.multiValue ? (o(), h("div",
|
|
28133
|
+
e.showDescription ? (o(), h("div", jI, b(e.description), 1)) : _("", !0),
|
|
28134
|
+
e.multiValue ? (o(), h("div", qI, [
|
|
28038
28135
|
(o(!0), h(D, null, A(e.model, (g, v) => (o(), h("div", {
|
|
28039
28136
|
class: "ux-location-row",
|
|
28040
28137
|
key: v
|
|
28041
28138
|
}, [
|
|
28042
|
-
T("div",
|
|
28139
|
+
T("div", BI, [
|
|
28043
28140
|
c(m, {
|
|
28044
28141
|
gap: "",
|
|
28045
28142
|
center: ""
|
|
@@ -28083,7 +28180,7 @@ function WI(e, t, n, r, s, i) {
|
|
|
28083
28180
|
T("div", {
|
|
28084
28181
|
class: "teleport-results",
|
|
28085
28182
|
id: `teleport-${i.multipleTeleportIDs[v]}`
|
|
28086
|
-
}, null, 8,
|
|
28183
|
+
}, null, 8, zI),
|
|
28087
28184
|
s.multiAdvancedOptions[v] ? (o(), k(p, {
|
|
28088
28185
|
key: 0,
|
|
28089
28186
|
onFocus: e.touch,
|
|
@@ -28108,7 +28205,7 @@ function WI(e, t, n, r, s, i) {
|
|
|
28108
28205
|
]),
|
|
28109
28206
|
_: 1
|
|
28110
28207
|
})) : _("", !0)
|
|
28111
|
-
])) : (o(), h("div",
|
|
28208
|
+
])) : (o(), h("div", WI, [
|
|
28112
28209
|
c(m, null, {
|
|
28113
28210
|
default: f(() => [
|
|
28114
28211
|
c(l, null, {
|
|
@@ -28124,7 +28221,7 @@ function WI(e, t, n, r, s, i) {
|
|
|
28124
28221
|
T("div", {
|
|
28125
28222
|
class: "teleport-results",
|
|
28126
28223
|
id: `teleport-${i.singleTeleportID}`
|
|
28127
|
-
}, null, 8,
|
|
28224
|
+
}, null, 8, HI),
|
|
28128
28225
|
s.singleAdvancedOptions ? (o(), k(p, {
|
|
28129
28226
|
key: 0,
|
|
28130
28227
|
assumeDefault: !!e.field.assumeDefault,
|
|
@@ -28143,7 +28240,7 @@ function WI(e, t, n, r, s, i) {
|
|
|
28143
28240
|
]))
|
|
28144
28241
|
]);
|
|
28145
28242
|
}
|
|
28146
|
-
const
|
|
28243
|
+
const YI = /* @__PURE__ */ M(LI, [["render", GI], ["__scopeId", "data-v-eac978e1"]]), JI = {
|
|
28147
28244
|
props: {
|
|
28148
28245
|
modelValue: {
|
|
28149
28246
|
type: [String, Array]
|
|
@@ -28157,30 +28254,30 @@ const HI = /* @__PURE__ */ M($I, [["render", WI], ["__scopeId", "data-v-eac978e1
|
|
|
28157
28254
|
return "";
|
|
28158
28255
|
}
|
|
28159
28256
|
}
|
|
28160
|
-
},
|
|
28257
|
+
}, KI = {
|
|
28161
28258
|
key: 0,
|
|
28162
28259
|
class: "ux-field-title"
|
|
28163
|
-
},
|
|
28260
|
+
}, ZI = {
|
|
28164
28261
|
key: 0,
|
|
28165
28262
|
class: "ux-required-marker"
|
|
28166
|
-
},
|
|
28263
|
+
}, XI = {
|
|
28167
28264
|
key: 1,
|
|
28168
28265
|
class: "ux-field-description"
|
|
28169
|
-
},
|
|
28266
|
+
}, QI = { key: 2 }, eF = { class: "expression-field-wrap" }, tF = {
|
|
28170
28267
|
key: 3,
|
|
28171
28268
|
class: "expression-field-wrap"
|
|
28172
28269
|
};
|
|
28173
|
-
function
|
|
28270
|
+
function nF(e, t, n, r, s, i) {
|
|
28174
28271
|
const a = y("expression-editor"), l = y("flex-cell"), u = y("ux-icon"), d = y("ux-button"), m = y("flex-row");
|
|
28175
28272
|
return o(), h("div", {
|
|
28176
28273
|
onKeydown: t[2] || (t[2] = we(B((p) => i.enterPress(p), ["stop"]), ["enter"]))
|
|
28177
28274
|
}, [
|
|
28178
|
-
e.showLabel ? (o(), h("label",
|
|
28275
|
+
e.showLabel ? (o(), h("label", KI, [
|
|
28179
28276
|
O(b(e.label) + " ", 1),
|
|
28180
|
-
e.required ? (o(), h("span",
|
|
28277
|
+
e.required ? (o(), h("span", ZI, "*")) : _("", !0)
|
|
28181
28278
|
])) : _("", !0),
|
|
28182
|
-
e.showDescription ? (o(), h("div",
|
|
28183
|
-
e.multiValue ? (o(), h("div",
|
|
28279
|
+
e.showDescription ? (o(), h("div", XI, b(e.description), 1)) : _("", !0),
|
|
28280
|
+
e.multiValue ? (o(), h("div", QI, [
|
|
28184
28281
|
(o(!0), h(D, null, A(e.model, (p, g) => (o(), k(m, {
|
|
28185
28282
|
class: "ux-text-row",
|
|
28186
28283
|
key: g
|
|
@@ -28188,7 +28285,7 @@ function eF(e, t, n, r, s, i) {
|
|
|
28188
28285
|
default: f(() => [
|
|
28189
28286
|
c(l, null, {
|
|
28190
28287
|
default: f(() => [
|
|
28191
|
-
T("div",
|
|
28288
|
+
T("div", eF, [
|
|
28192
28289
|
c(a, {
|
|
28193
28290
|
field: e.field,
|
|
28194
28291
|
onFocus: e.touch,
|
|
@@ -28233,7 +28330,7 @@ function eF(e, t, n, r, s, i) {
|
|
|
28233
28330
|
]),
|
|
28234
28331
|
_: 1
|
|
28235
28332
|
})) : _("", !0)
|
|
28236
|
-
])) : (o(), h("div",
|
|
28333
|
+
])) : (o(), h("div", tF, [
|
|
28237
28334
|
c(a, {
|
|
28238
28335
|
field: e.field,
|
|
28239
28336
|
class: "ux-expression ux-field-focus ux-text-area-single",
|
|
@@ -28244,7 +28341,7 @@ function eF(e, t, n, r, s, i) {
|
|
|
28244
28341
|
]))
|
|
28245
28342
|
], 32);
|
|
28246
28343
|
}
|
|
28247
|
-
const
|
|
28344
|
+
const iF = /* @__PURE__ */ M(JI, [["render", nF], ["__scopeId", "data-v-56c3b71b"]]), rF = {
|
|
28248
28345
|
components: {},
|
|
28249
28346
|
methods: {},
|
|
28250
28347
|
props: {
|
|
@@ -28279,7 +28376,7 @@ const tF = /* @__PURE__ */ M(GI, [["render", eF], ["__scopeId", "data-v-56c3b71b
|
|
|
28279
28376
|
};
|
|
28280
28377
|
}
|
|
28281
28378
|
};
|
|
28282
|
-
function
|
|
28379
|
+
function sF(e, t, n, r, s, i) {
|
|
28283
28380
|
const a = y("tiptap"), l = y("flex-column");
|
|
28284
28381
|
return s.mounted ? (o(), k(l, { key: 0 }, {
|
|
28285
28382
|
default: f(() => [
|
|
@@ -28292,9 +28389,9 @@ function iF(e, t, n, r, s, i) {
|
|
|
28292
28389
|
_: 1
|
|
28293
28390
|
})) : _("", !0);
|
|
28294
28391
|
}
|
|
28295
|
-
const
|
|
28392
|
+
const aF = /* @__PURE__ */ M(rF, [["render", sF], ["__scopeId", "data-v-844777a7"]]), lF = {
|
|
28296
28393
|
components: {
|
|
28297
|
-
richtext:
|
|
28394
|
+
richtext: aF
|
|
28298
28395
|
},
|
|
28299
28396
|
props: {
|
|
28300
28397
|
modelValue: {
|
|
@@ -28312,28 +28409,28 @@ const rF = /* @__PURE__ */ M(nF, [["render", iF], ["__scopeId", "data-v-844777a7
|
|
|
28312
28409
|
return "";
|
|
28313
28410
|
}
|
|
28314
28411
|
}
|
|
28315
|
-
},
|
|
28412
|
+
}, oF = {
|
|
28316
28413
|
key: 0,
|
|
28317
28414
|
class: "ux-field-title"
|
|
28318
|
-
},
|
|
28415
|
+
}, uF = {
|
|
28319
28416
|
key: 0,
|
|
28320
28417
|
class: "ux-required-marker"
|
|
28321
|
-
},
|
|
28418
|
+
}, dF = {
|
|
28322
28419
|
key: 1,
|
|
28323
28420
|
class: "ux-field-description"
|
|
28324
|
-
},
|
|
28421
|
+
}, cF = { key: 2 }, fF = { class: "richtext-field-wrap" }, mF = {
|
|
28325
28422
|
key: 3,
|
|
28326
28423
|
class: "richtext-field-wrap"
|
|
28327
28424
|
};
|
|
28328
|
-
function
|
|
28425
|
+
function hF(e, t, n, r, s, i) {
|
|
28329
28426
|
const a = y("richtext"), l = y("flex-cell"), u = y("ux-icon"), d = y("ux-button"), m = y("flex-row");
|
|
28330
28427
|
return o(), h("div", null, [
|
|
28331
|
-
e.showLabel ? (o(), h("label",
|
|
28428
|
+
e.showLabel ? (o(), h("label", oF, [
|
|
28332
28429
|
O(b(e.label) + " ", 1),
|
|
28333
|
-
e.required ? (o(), h("span",
|
|
28430
|
+
e.required ? (o(), h("span", uF, "*")) : _("", !0)
|
|
28334
28431
|
])) : _("", !0),
|
|
28335
|
-
e.showDescription ? (o(), h("div",
|
|
28336
|
-
e.multiValue ? (o(), h("div",
|
|
28432
|
+
e.showDescription ? (o(), h("div", dF, b(e.description), 1)) : _("", !0),
|
|
28433
|
+
e.multiValue ? (o(), h("div", cF, [
|
|
28337
28434
|
(o(!0), h(D, null, A(e.model, (p, g) => (o(), k(m, {
|
|
28338
28435
|
class: "ux-text-row",
|
|
28339
28436
|
key: g
|
|
@@ -28341,7 +28438,7 @@ function fF(e, t, n, r, s, i) {
|
|
|
28341
28438
|
default: f(() => [
|
|
28342
28439
|
c(l, null, {
|
|
28343
28440
|
default: f(() => [
|
|
28344
|
-
T("div",
|
|
28441
|
+
T("div", fF, [
|
|
28345
28442
|
c(a, {
|
|
28346
28443
|
onFocus: e.touch,
|
|
28347
28444
|
ref_for: !0,
|
|
@@ -28385,7 +28482,7 @@ function fF(e, t, n, r, s, i) {
|
|
|
28385
28482
|
]),
|
|
28386
28483
|
_: 1
|
|
28387
28484
|
})) : _("", !0)
|
|
28388
|
-
])) : (o(), h("div",
|
|
28485
|
+
])) : (o(), h("div", mF, [
|
|
28389
28486
|
c(a, {
|
|
28390
28487
|
class: "ux-richtext ux-field-focus ux-text-area-single",
|
|
28391
28488
|
onFocus: e.touch,
|
|
@@ -28395,7 +28492,7 @@ function fF(e, t, n, r, s, i) {
|
|
|
28395
28492
|
]))
|
|
28396
28493
|
]);
|
|
28397
28494
|
}
|
|
28398
|
-
const
|
|
28495
|
+
const pF = /* @__PURE__ */ M(lF, [["render", hF], ["__scopeId", "data-v-396fd196"]]), yF = Array.from(
|
|
28399
28496
|
{ length: 6 },
|
|
28400
28497
|
(e, t) => (/* @__PURE__ */ new Date()).getFullYear() + t
|
|
28401
28498
|
).map(function(e) {
|
|
@@ -28404,7 +28501,7 @@ const mF = /* @__PURE__ */ M(sF, [["render", fF], ["__scopeId", "data-v-396fd196
|
|
|
28404
28501
|
title: e,
|
|
28405
28502
|
value: t
|
|
28406
28503
|
};
|
|
28407
|
-
}),
|
|
28504
|
+
}), gF = {
|
|
28408
28505
|
mixins: [re],
|
|
28409
28506
|
components: {
|
|
28410
28507
|
// StripeElements,
|
|
@@ -28677,7 +28774,7 @@ const mF = /* @__PURE__ */ M(sF, [["render", fF], ["__scopeId", "data-v-396fd196
|
|
|
28677
28774
|
minLength: 2,
|
|
28678
28775
|
maxLength: 2,
|
|
28679
28776
|
widget: "select",
|
|
28680
|
-
options:
|
|
28777
|
+
options: yF
|
|
28681
28778
|
},
|
|
28682
28779
|
{
|
|
28683
28780
|
title: "CVN",
|
|
@@ -28718,17 +28815,17 @@ const mF = /* @__PURE__ */ M(sF, [["render", fF], ["__scopeId", "data-v-396fd196
|
|
|
28718
28815
|
};
|
|
28719
28816
|
}
|
|
28720
28817
|
}
|
|
28721
|
-
}, en = (e) => (je("data-v-b05c2ca1"), e = e(), qe(), e),
|
|
28722
|
-
|
|
28723
|
-
|
|
28724
|
-
|
|
28725
|
-
],
|
|
28818
|
+
}, en = (e) => (je("data-v-b05c2ca1"), e = e(), qe(), e), _F = /* @__PURE__ */ en(() => /* @__PURE__ */ T("h2", null, "Payment Summary", -1)), vF = { class: "calculations" }, bF = /* @__PURE__ */ en(() => /* @__PURE__ */ T("td", null, "Amount", -1)), kF = { class: "running-total" }, wF = /* @__PURE__ */ en(() => /* @__PURE__ */ T("td", null, "Amount", -1)), xF = /* @__PURE__ */ en(() => /* @__PURE__ */ T("td", null, " ", -1)), TF = /* @__PURE__ */ en(() => /* @__PURE__ */ T("td", { class: "running-total" }, " ", -1)), SF = [
|
|
28819
|
+
wF,
|
|
28820
|
+
xF,
|
|
28821
|
+
TF
|
|
28822
|
+
], OF = { class: "running-total" }, DF = {
|
|
28726
28823
|
key: 0,
|
|
28727
28824
|
class: "grand-total"
|
|
28728
|
-
},
|
|
28825
|
+
}, CF = /* @__PURE__ */ en(() => /* @__PURE__ */ T("td", null, [
|
|
28729
28826
|
/* @__PURE__ */ T("strong", null, "Total")
|
|
28730
|
-
], -1)),
|
|
28731
|
-
function
|
|
28827
|
+
], -1)), EF = /* @__PURE__ */ en(() => /* @__PURE__ */ T("td", null, null, -1)), MF = /* @__PURE__ */ en(() => /* @__PURE__ */ T("h3", null, "Please select a payment method", -1)), VF = ["innerHTML"];
|
|
28828
|
+
function IF(e, t, n, r, s, i) {
|
|
28732
28829
|
var p, g;
|
|
28733
28830
|
const a = y("ux-form"), l = y("ux-panel-body"), u = y("ux-panel"), d = y("ux-icon"), m = y("ux-button");
|
|
28734
28831
|
return e.multiValue ? (o(), h(D, { key: 0 }, [
|
|
@@ -28747,12 +28844,12 @@ function MF(e, t, n, r, s, i) {
|
|
|
28747
28844
|
fields: i.calculatedTotalFields
|
|
28748
28845
|
}, null, 8, ["trail", "paymentConfiguration", "includeOfficeOnly", "submission", "onForm:state", "parentModel", "modelValue", "fields"]),
|
|
28749
28846
|
i.showPaymentSummary ? (o(), h(D, { key: 0 }, [
|
|
28750
|
-
|
|
28847
|
+
_F,
|
|
28751
28848
|
c(u, null, {
|
|
28752
28849
|
default: f(() => [
|
|
28753
28850
|
c(l, null, {
|
|
28754
28851
|
default: f(() => [
|
|
28755
|
-
T("table",
|
|
28852
|
+
T("table", vF, [
|
|
28756
28853
|
T("tbody", null, [
|
|
28757
28854
|
i.baseAmount ? (o(), h("tr", {
|
|
28758
28855
|
key: 0,
|
|
@@ -28761,13 +28858,13 @@ function MF(e, t, n, r, s, i) {
|
|
|
28761
28858
|
`modifier-visible-${i.baseAmountVisible}`
|
|
28762
28859
|
]])
|
|
28763
28860
|
}, [
|
|
28764
|
-
|
|
28861
|
+
bF,
|
|
28765
28862
|
T("td", null, b(i.formattedBaseAmount), 1),
|
|
28766
|
-
T("td",
|
|
28863
|
+
T("td", kF, b(i.formattedBaseAmount), 1)
|
|
28767
28864
|
], 2)) : i.calculatedTotal ? (o(), h("tr", {
|
|
28768
28865
|
key: 1,
|
|
28769
28866
|
class: $(["calculation-modifier", ["modifier-set", "modifier-visible-true"]])
|
|
28770
|
-
},
|
|
28867
|
+
}, SF)) : _("", !0),
|
|
28771
28868
|
(o(!0), h(D, null, A(i.visibleModifications, (v) => (o(), h("tr", {
|
|
28772
28869
|
class: $(["calculation-modifier", [
|
|
28773
28870
|
`modifier-${v.modifier}`,
|
|
@@ -28776,13 +28873,13 @@ function MF(e, t, n, r, s, i) {
|
|
|
28776
28873
|
}, [
|
|
28777
28874
|
T("td", null, b(v.title), 1),
|
|
28778
28875
|
T("td", null, b(v.summary), 1),
|
|
28779
|
-
T("td",
|
|
28876
|
+
T("td", OF, b(v.result), 1)
|
|
28780
28877
|
], 2))), 256))
|
|
28781
28878
|
]),
|
|
28782
28879
|
T("tfoot", null, [
|
|
28783
|
-
i.calculatedTotal || i.visibleModifications.length ? (o(), h("tr",
|
|
28784
|
-
|
|
28785
|
-
|
|
28880
|
+
i.calculatedTotal || i.visibleModifications.length ? (o(), h("tr", DF, [
|
|
28881
|
+
CF,
|
|
28882
|
+
EF,
|
|
28786
28883
|
T("td", null, [
|
|
28787
28884
|
T("strong", null, b(i.formattedTotal), 1)
|
|
28788
28885
|
])
|
|
@@ -28798,7 +28895,7 @@ function MF(e, t, n, r, s, i) {
|
|
|
28798
28895
|
], 64)) : _("", !0),
|
|
28799
28896
|
i.requiresPayment ? (o(), h(D, { key: 1 }, [
|
|
28800
28897
|
i.gateways.length > 1 ? (o(), h(D, { key: 0 }, [
|
|
28801
|
-
|
|
28898
|
+
MF,
|
|
28802
28899
|
T("div", null, [
|
|
28803
28900
|
(o(!0), h(D, null, A(i.gateways, (v) => (o(), k(m, {
|
|
28804
28901
|
class: "gateway-selector",
|
|
@@ -28822,7 +28919,7 @@ function MF(e, t, n, r, s, i) {
|
|
|
28822
28919
|
T("h5", null, b(i.gateway.title), 1),
|
|
28823
28920
|
T("div", {
|
|
28824
28921
|
innerHTML: i.gateway.instructions
|
|
28825
|
-
}, null, 8,
|
|
28922
|
+
}, null, 8, VF)
|
|
28826
28923
|
]),
|
|
28827
28924
|
_: 1
|
|
28828
28925
|
})
|
|
@@ -28833,7 +28930,7 @@ function MF(e, t, n, r, s, i) {
|
|
|
28833
28930
|
], 64)) : _("", !0)
|
|
28834
28931
|
], 64));
|
|
28835
28932
|
}
|
|
28836
|
-
const
|
|
28933
|
+
const FF = /* @__PURE__ */ M(gF, [["render", IF], ["__scopeId", "data-v-b05c2ca1"]]), AF = {
|
|
28837
28934
|
name: "Signature",
|
|
28838
28935
|
props: {
|
|
28839
28936
|
modelValue: {
|
|
@@ -28983,10 +29080,10 @@ const VF = /* @__PURE__ */ M(pF, [["render", MF], ["__scopeId", "data-v-b05c2ca1
|
|
|
28983
29080
|
return e.width = this.currentWidth, e.height = this.currentHeight, e.toDataURL();
|
|
28984
29081
|
}
|
|
28985
29082
|
}
|
|
28986
|
-
},
|
|
28987
|
-
function
|
|
29083
|
+
}, NF = { class: "signature-container" }, $F = { class: "buttons" };
|
|
29084
|
+
function PF(e, t, n, r, s, i) {
|
|
28988
29085
|
const a = y("ux-icon"), l = y("ux-button");
|
|
28989
|
-
return o(), h("div",
|
|
29086
|
+
return o(), h("div", NF, [
|
|
28990
29087
|
T("canvas", {
|
|
28991
29088
|
ref: "canvas",
|
|
28992
29089
|
class: "signature-canvas",
|
|
@@ -28998,7 +29095,7 @@ function NF(e, t, n, r, s, i) {
|
|
|
28998
29095
|
onTouchmove: t[5] || (t[5] = (...u) => i.handleTouchMove && i.handleTouchMove(...u)),
|
|
28999
29096
|
onTouchend: t[6] || (t[6] = (...u) => i.stopDrawing && i.stopDrawing(...u))
|
|
29000
29097
|
}, null, 544),
|
|
29001
|
-
T("div",
|
|
29098
|
+
T("div", $F, [
|
|
29002
29099
|
c(l, {
|
|
29003
29100
|
size: "sm",
|
|
29004
29101
|
onClick: i.clearSignature
|
|
@@ -29015,9 +29112,9 @@ function NF(e, t, n, r, s, i) {
|
|
|
29015
29112
|
])
|
|
29016
29113
|
]);
|
|
29017
29114
|
}
|
|
29018
|
-
const
|
|
29115
|
+
const LF = /* @__PURE__ */ M(AF, [["render", PF], ["__scopeId", "data-v-d6d646d4"]]), RF = {
|
|
29019
29116
|
components: {
|
|
29020
|
-
signature:
|
|
29117
|
+
signature: LF
|
|
29021
29118
|
},
|
|
29022
29119
|
props: {
|
|
29023
29120
|
modelValue: {
|
|
@@ -29031,25 +29128,25 @@ const $F = /* @__PURE__ */ M(IF, [["render", NF], ["__scopeId", "data-v-d6d646d4
|
|
|
29031
29128
|
return null;
|
|
29032
29129
|
}
|
|
29033
29130
|
}
|
|
29034
|
-
},
|
|
29131
|
+
}, UF = {
|
|
29035
29132
|
key: 0,
|
|
29036
29133
|
class: "ux-field-title"
|
|
29037
|
-
},
|
|
29134
|
+
}, jF = {
|
|
29038
29135
|
key: 0,
|
|
29039
29136
|
class: "ux-required-marker"
|
|
29040
|
-
},
|
|
29137
|
+
}, qF = {
|
|
29041
29138
|
key: 1,
|
|
29042
29139
|
class: "ux-field-description"
|
|
29043
|
-
},
|
|
29044
|
-
function
|
|
29140
|
+
}, BF = { key: 2 };
|
|
29141
|
+
function zF(e, t, n, r, s, i) {
|
|
29045
29142
|
const a = y("signature"), l = y("flex-cell"), u = y("ux-icon"), d = y("ux-button"), m = y("flex-row");
|
|
29046
29143
|
return o(), h(D, null, [
|
|
29047
|
-
e.showLabel ? (o(), h("label",
|
|
29144
|
+
e.showLabel ? (o(), h("label", UF, [
|
|
29048
29145
|
O(b(e.label) + " ", 1),
|
|
29049
|
-
e.required ? (o(), h("span",
|
|
29146
|
+
e.required ? (o(), h("span", jF, "*")) : _("", !0)
|
|
29050
29147
|
])) : _("", !0),
|
|
29051
|
-
e.showDescription ? (o(), h("div",
|
|
29052
|
-
e.multiValue ? (o(), h("div",
|
|
29148
|
+
e.showDescription ? (o(), h("div", qF, b(e.description), 1)) : _("", !0),
|
|
29149
|
+
e.multiValue ? (o(), h("div", BF, [
|
|
29053
29150
|
(o(!0), h(D, null, A(e.model, (p, g) => (o(), k(m, {
|
|
29054
29151
|
class: "ux-signature-row",
|
|
29055
29152
|
gap: "",
|
|
@@ -29110,11 +29207,11 @@ function qF(e, t, n, r, s, i) {
|
|
|
29110
29207
|
}, null, 8, ["onFocus", "modelValue"]))
|
|
29111
29208
|
], 64);
|
|
29112
29209
|
}
|
|
29113
|
-
const
|
|
29114
|
-
function
|
|
29210
|
+
const WF = /* @__PURE__ */ M(RF, [["render", zF], ["__scopeId", "data-v-afb76f23"]]);
|
|
29211
|
+
function HF(e) {
|
|
29115
29212
|
return e === void 0 || typeof e > "u" || e === null || String(e) === "null" || String(e) === "undefined";
|
|
29116
29213
|
}
|
|
29117
|
-
const
|
|
29214
|
+
const GF = {
|
|
29118
29215
|
props: {
|
|
29119
29216
|
title: {
|
|
29120
29217
|
type: String
|
|
@@ -29130,7 +29227,7 @@ const WF = {
|
|
|
29130
29227
|
methods: {
|
|
29131
29228
|
cleanOutput(e) {
|
|
29132
29229
|
var t = this;
|
|
29133
|
-
return
|
|
29230
|
+
return HF(e) ? t.multiValue ? e = [] : e = void 0 : t.multiValue ? e = (e || []).filter(Boolean).map(function(n) {
|
|
29134
29231
|
return t.getValue(n);
|
|
29135
29232
|
}) : e = t.getValue(e), e;
|
|
29136
29233
|
},
|
|
@@ -29200,37 +29297,37 @@ const WF = {
|
|
|
29200
29297
|
return this.actualOptions || [];
|
|
29201
29298
|
}
|
|
29202
29299
|
}
|
|
29203
|
-
},
|
|
29300
|
+
}, YF = {
|
|
29204
29301
|
key: 0,
|
|
29205
29302
|
class: "ux-field-title"
|
|
29206
|
-
},
|
|
29303
|
+
}, JF = {
|
|
29207
29304
|
key: 0,
|
|
29208
29305
|
class: "ux-required-marker"
|
|
29209
|
-
},
|
|
29306
|
+
}, KF = {
|
|
29210
29307
|
key: 1,
|
|
29211
29308
|
class: "ux-field-description"
|
|
29212
|
-
},
|
|
29309
|
+
}, ZF = {
|
|
29213
29310
|
key: 0,
|
|
29214
29311
|
class: "ui-select-button"
|
|
29215
|
-
},
|
|
29312
|
+
}, XF = ["multiple"], QF = {
|
|
29216
29313
|
key: 0,
|
|
29217
29314
|
value: ""
|
|
29218
|
-
},
|
|
29315
|
+
}, eA = ["value"], tA = {
|
|
29219
29316
|
key: 3,
|
|
29220
29317
|
class: "ui-select-button"
|
|
29221
29318
|
};
|
|
29222
|
-
function
|
|
29319
|
+
function nA(e, t, n, r, s, i) {
|
|
29223
29320
|
const a = y("ux-button");
|
|
29224
29321
|
return o(), h("div", {
|
|
29225
29322
|
class: $(["native-select", i.classes])
|
|
29226
29323
|
}, [
|
|
29227
|
-
e.showLabel ? (o(), h("label",
|
|
29324
|
+
e.showLabel ? (o(), h("label", YF, [
|
|
29228
29325
|
O(b(e.label) + " ", 1),
|
|
29229
|
-
e.required ? (o(), h("span",
|
|
29326
|
+
e.required ? (o(), h("span", JF, "*")) : _("", !0)
|
|
29230
29327
|
])) : _("", !0),
|
|
29231
|
-
e.showDescription ? (o(), h("div",
|
|
29328
|
+
e.showDescription ? (o(), h("div", KF, b(e.description), 1)) : _("", !0),
|
|
29232
29329
|
i.selectableOptions.length ? (o(), h(D, { key: 2 }, [
|
|
29233
|
-
e.singleValue ? (o(), h("div",
|
|
29330
|
+
e.singleValue ? (o(), h("div", ZF, [
|
|
29234
29331
|
z(e.$slots, "default", {}, () => [
|
|
29235
29332
|
c(a, { tag: "div" }, {
|
|
29236
29333
|
default: f(() => [
|
|
@@ -29245,14 +29342,14 @@ function eA(e, t, n, r, s, i) {
|
|
|
29245
29342
|
multiple: e.multiValue,
|
|
29246
29343
|
"onUpdate:modelValue": t[1] || (t[1] = (l) => e.model = l)
|
|
29247
29344
|
}, [
|
|
29248
|
-
e.singleValue && !e.minimum ? (o(), h("option",
|
|
29345
|
+
e.singleValue && !e.minimum ? (o(), h("option", QF, "None")) : _("", !0),
|
|
29249
29346
|
(o(!0), h(D, null, A(i.selectableOptions, (l) => (o(), h("option", {
|
|
29250
29347
|
value: l.value
|
|
29251
|
-
}, b(l.title), 9,
|
|
29252
|
-
], 40,
|
|
29348
|
+
}, b(l.title), 9, eA))), 256))
|
|
29349
|
+
], 40, XF), [
|
|
29253
29350
|
[Dt, e.model]
|
|
29254
29351
|
])
|
|
29255
|
-
], 64)) : (o(), h("div",
|
|
29352
|
+
], 64)) : (o(), h("div", tA, [
|
|
29256
29353
|
c(a, { tag: "div" }, {
|
|
29257
29354
|
default: f(() => [
|
|
29258
29355
|
O(" No valid routes ")
|
|
@@ -29262,11 +29359,11 @@ function eA(e, t, n, r, s, i) {
|
|
|
29262
29359
|
]))
|
|
29263
29360
|
], 2);
|
|
29264
29361
|
}
|
|
29265
|
-
const
|
|
29266
|
-
function
|
|
29362
|
+
const iA = /* @__PURE__ */ M(GF, [["render", nA], ["__scopeId", "data-v-a9c5a05f"]]);
|
|
29363
|
+
function rA(e) {
|
|
29267
29364
|
return e === void 0 || typeof e > "u" || e === null || String(e) === "null" || String(e) === "undefined";
|
|
29268
29365
|
}
|
|
29269
|
-
const
|
|
29366
|
+
const sA = {
|
|
29270
29367
|
props: {
|
|
29271
29368
|
title: {
|
|
29272
29369
|
type: String
|
|
@@ -29282,7 +29379,7 @@ const iA = {
|
|
|
29282
29379
|
methods: {
|
|
29283
29380
|
cleanOutput(e) {
|
|
29284
29381
|
var t = this;
|
|
29285
|
-
return
|
|
29382
|
+
return rA(e) ? t.multiValue ? e = [] : e = void 0 : t.multiValue ? e = (e || []).filter(Boolean).map(function(n) {
|
|
29286
29383
|
return t.getValue(n);
|
|
29287
29384
|
}) : e = t.getValue(e), e;
|
|
29288
29385
|
},
|
|
@@ -29335,33 +29432,33 @@ const iA = {
|
|
|
29335
29432
|
return this.actualOptions;
|
|
29336
29433
|
}
|
|
29337
29434
|
}
|
|
29338
|
-
},
|
|
29435
|
+
}, aA = {
|
|
29339
29436
|
key: 0,
|
|
29340
29437
|
class: "ux-field-title"
|
|
29341
|
-
},
|
|
29438
|
+
}, lA = {
|
|
29342
29439
|
key: 0,
|
|
29343
29440
|
class: "ux-required-marker"
|
|
29344
|
-
},
|
|
29441
|
+
}, oA = {
|
|
29345
29442
|
key: 1,
|
|
29346
29443
|
class: "ux-field-description"
|
|
29347
|
-
},
|
|
29444
|
+
}, uA = {
|
|
29348
29445
|
key: 2,
|
|
29349
29446
|
class: "ui-select-button"
|
|
29350
|
-
},
|
|
29447
|
+
}, dA = ["multiple"], cA = {
|
|
29351
29448
|
key: 0,
|
|
29352
29449
|
value: ""
|
|
29353
|
-
},
|
|
29354
|
-
function
|
|
29450
|
+
}, fA = ["value"];
|
|
29451
|
+
function mA(e, t, n, r, s, i) {
|
|
29355
29452
|
const a = y("ux-button");
|
|
29356
29453
|
return o(), h("div", {
|
|
29357
29454
|
class: $(["native-select", i.classes])
|
|
29358
29455
|
}, [
|
|
29359
|
-
e.showLabel ? (o(), h("label",
|
|
29456
|
+
e.showLabel ? (o(), h("label", aA, [
|
|
29360
29457
|
O(b(e.label) + " ", 1),
|
|
29361
|
-
e.required ? (o(), h("span",
|
|
29458
|
+
e.required ? (o(), h("span", lA, "*")) : _("", !0)
|
|
29362
29459
|
])) : _("", !0),
|
|
29363
|
-
e.showDescription ? (o(), h("div",
|
|
29364
|
-
e.singleValue ? (o(), h("div",
|
|
29460
|
+
e.showDescription ? (o(), h("div", oA, b(e.description), 1)) : _("", !0),
|
|
29461
|
+
e.singleValue ? (o(), h("div", uA, [
|
|
29365
29462
|
z(e.$slots, "default", {}, () => [
|
|
29366
29463
|
c(a, { tag: "div" }, {
|
|
29367
29464
|
default: f(() => [
|
|
@@ -29376,16 +29473,16 @@ function cA(e, t, n, r, s, i) {
|
|
|
29376
29473
|
multiple: e.multiValue,
|
|
29377
29474
|
"onUpdate:modelValue": t[1] || (t[1] = (l) => e.model = l)
|
|
29378
29475
|
}, [
|
|
29379
|
-
e.singleValue && !e.minimum ? (o(), h("option",
|
|
29476
|
+
e.singleValue && !e.minimum ? (o(), h("option", cA, "None")) : _("", !0),
|
|
29380
29477
|
(o(!0), h(D, null, A(i.selectableOptions, (l) => (o(), h("option", {
|
|
29381
29478
|
value: l.value
|
|
29382
|
-
}, b(l.title), 9,
|
|
29383
|
-
], 40,
|
|
29479
|
+
}, b(l.title), 9, fA))), 256))
|
|
29480
|
+
], 40, dA), [
|
|
29384
29481
|
[Dt, e.model]
|
|
29385
29482
|
])
|
|
29386
29483
|
], 2);
|
|
29387
29484
|
}
|
|
29388
|
-
const
|
|
29485
|
+
const hA = /* @__PURE__ */ M(sA, [["render", mA], ["__scopeId", "data-v-8801d1a0"]]), wn = {
|
|
29389
29486
|
props: {
|
|
29390
29487
|
options: {
|
|
29391
29488
|
type: Object,
|
|
@@ -29413,7 +29510,7 @@ const fA = /* @__PURE__ */ M(iA, [["render", cA], ["__scopeId", "data-v-8801d1a0
|
|
|
29413
29510
|
this.$emit("close", e);
|
|
29414
29511
|
}
|
|
29415
29512
|
}
|
|
29416
|
-
},
|
|
29513
|
+
}, pA = {
|
|
29417
29514
|
data() {
|
|
29418
29515
|
return {
|
|
29419
29516
|
selection: {}
|
|
@@ -29537,15 +29634,15 @@ const fA = /* @__PURE__ */ M(iA, [["render", cA], ["__scopeId", "data-v-8801d1a0
|
|
|
29537
29634
|
this.selection[e.path] = !this.selection[e.path], console.log(e);
|
|
29538
29635
|
}
|
|
29539
29636
|
}
|
|
29540
|
-
},
|
|
29541
|
-
function
|
|
29637
|
+
}, yA = { class: "wrapper" }, gA = { class: "header" }, _A = ["onClick"], vA = { class: "font-sm font-muted" };
|
|
29638
|
+
function bA(e, t, n, r, s, i) {
|
|
29542
29639
|
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");
|
|
29543
|
-
return o(), h("div",
|
|
29640
|
+
return o(), h("div", yA, [
|
|
29544
29641
|
c(g, null, {
|
|
29545
29642
|
default: f(() => [
|
|
29546
29643
|
c(d, null, {
|
|
29547
29644
|
default: f(() => [
|
|
29548
|
-
T("div",
|
|
29645
|
+
T("div", gA, [
|
|
29549
29646
|
c(u, {
|
|
29550
29647
|
gap: "",
|
|
29551
29648
|
center: ""
|
|
@@ -29623,14 +29720,14 @@ function _A(e, t, n, r, s, i) {
|
|
|
29623
29720
|
class: "font-muted"
|
|
29624
29721
|
}, {
|
|
29625
29722
|
default: f(() => [
|
|
29626
|
-
T("div",
|
|
29723
|
+
T("div", vA, b(v.path), 1)
|
|
29627
29724
|
]),
|
|
29628
29725
|
_: 2
|
|
29629
29726
|
}, 1024)
|
|
29630
29727
|
]),
|
|
29631
29728
|
_: 2
|
|
29632
29729
|
}, 1024)
|
|
29633
|
-
], 14,
|
|
29730
|
+
], 14, _A))), 256))
|
|
29634
29731
|
]),
|
|
29635
29732
|
_: 1
|
|
29636
29733
|
})
|
|
@@ -29639,7 +29736,7 @@ function _A(e, t, n, r, s, i) {
|
|
|
29639
29736
|
})
|
|
29640
29737
|
]);
|
|
29641
29738
|
}
|
|
29642
|
-
const
|
|
29739
|
+
const kA = /* @__PURE__ */ M(pA, [["render", bA], ["__scopeId", "data-v-192c1fbd"]]), wA = {
|
|
29643
29740
|
props: {
|
|
29644
29741
|
modelValue: {
|
|
29645
29742
|
type: Object
|
|
@@ -29678,7 +29775,7 @@ const vA = /* @__PURE__ */ M(mA, [["render", _A], ["__scopeId", "data-v-192c1fbd
|
|
|
29678
29775
|
methods: {
|
|
29679
29776
|
async openModal() {
|
|
29680
29777
|
const e = this, t = await e.$sdk.modal({
|
|
29681
|
-
component:
|
|
29778
|
+
component: kA,
|
|
29682
29779
|
options: {
|
|
29683
29780
|
definition: e.definition
|
|
29684
29781
|
}
|
|
@@ -29686,10 +29783,10 @@ const vA = /* @__PURE__ */ M(mA, [["render", _A], ["__scopeId", "data-v-192c1fbd
|
|
|
29686
29783
|
t.length && e.addFields && e.addFields(t);
|
|
29687
29784
|
}
|
|
29688
29785
|
}
|
|
29689
|
-
},
|
|
29690
|
-
function
|
|
29786
|
+
}, xA = { key: 0 };
|
|
29787
|
+
function TA(e, t, n, r, s, i) {
|
|
29691
29788
|
const a = y("ux-icon"), l = y("ux-button");
|
|
29692
|
-
return i.definition ? (o(), h("div",
|
|
29789
|
+
return i.definition ? (o(), h("div", xA, [
|
|
29693
29790
|
c(l, {
|
|
29694
29791
|
color: "primary",
|
|
29695
29792
|
onClick: i.openModal
|
|
@@ -29702,7 +29799,7 @@ function wA(e, t, n, r, s, i) {
|
|
|
29702
29799
|
}, 8, ["onClick"])
|
|
29703
29800
|
])) : _("", !0);
|
|
29704
29801
|
}
|
|
29705
|
-
const
|
|
29802
|
+
const SA = /* @__PURE__ */ M(wA, [["render", TA]]);
|
|
29706
29803
|
function Ra(e) {
|
|
29707
29804
|
switch (String(e).toLowerCase()) {
|
|
29708
29805
|
case "true":
|
|
@@ -29744,7 +29841,7 @@ function Zn(e, t, n, r, s, i) {
|
|
|
29744
29841
|
}
|
|
29745
29842
|
return t;
|
|
29746
29843
|
}
|
|
29747
|
-
function
|
|
29844
|
+
function OA(e, t) {
|
|
29748
29845
|
function n(g) {
|
|
29749
29846
|
return g === void 0 || typeof g > "u" || g === null;
|
|
29750
29847
|
}
|
|
@@ -29891,7 +29988,7 @@ function Ee(e) {
|
|
|
29891
29988
|
return Mt.evaluateExpression(n, r);
|
|
29892
29989
|
};
|
|
29893
29990
|
}
|
|
29894
|
-
const
|
|
29991
|
+
const DA = {
|
|
29895
29992
|
emits: [
|
|
29896
29993
|
"field:mount",
|
|
29897
29994
|
"field:unmount",
|
|
@@ -29905,10 +30002,10 @@ const SA = {
|
|
|
29905
30002
|
"update:modelValue"
|
|
29906
30003
|
],
|
|
29907
30004
|
components: {
|
|
29908
|
-
InternalRouteSelect:
|
|
29909
|
-
InternalMenuSelect:
|
|
29910
|
-
InternalFieldCreator:
|
|
29911
|
-
ButtonSelect:
|
|
30005
|
+
InternalRouteSelect: iA,
|
|
30006
|
+
InternalMenuSelect: hA,
|
|
30007
|
+
InternalFieldCreator: SA,
|
|
30008
|
+
ButtonSelect: OV,
|
|
29912
30009
|
NativeSelect: It,
|
|
29913
30010
|
DateField: gh,
|
|
29914
30011
|
TimeField: _h,
|
|
@@ -29918,14 +30015,14 @@ const SA = {
|
|
|
29918
30015
|
CurrencyField: yh,
|
|
29919
30016
|
TextArea: pD,
|
|
29920
30017
|
Checkbox: jD,
|
|
29921
|
-
FilterInput:
|
|
30018
|
+
FilterInput: tM,
|
|
29922
30019
|
FieldSelect: Ec,
|
|
29923
30020
|
DateObjectInput: tE,
|
|
29924
|
-
SliderInput:
|
|
29925
|
-
ColorInput:
|
|
30021
|
+
SliderInput: MM,
|
|
30022
|
+
ColorInput: RM,
|
|
29926
30023
|
CustomHtml: CC,
|
|
29927
|
-
BooleanSwitch:
|
|
29928
|
-
FieldGroup:
|
|
30024
|
+
BooleanSwitch: WM,
|
|
30025
|
+
FieldGroup: pV,
|
|
29929
30026
|
ContentSelect: mh,
|
|
29930
30027
|
ContentSearch: MO,
|
|
29931
30028
|
ValueSearch: BO,
|
|
@@ -29935,16 +30032,16 @@ const SA = {
|
|
|
29935
30032
|
TimezoneSelect: Hm,
|
|
29936
30033
|
CountrySelect: Ql,
|
|
29937
30034
|
PhoneNumberInput: XT,
|
|
29938
|
-
Upload:
|
|
29939
|
-
Signature:
|
|
29940
|
-
ObjectField:
|
|
29941
|
-
ModelField:
|
|
29942
|
-
OptionsManager:
|
|
29943
|
-
CodeEditorField:
|
|
29944
|
-
LocationField:
|
|
29945
|
-
ExpressionField:
|
|
29946
|
-
RichTextField:
|
|
29947
|
-
PaymentField:
|
|
30035
|
+
Upload: iV,
|
|
30036
|
+
Signature: WF,
|
|
30037
|
+
ObjectField: AV,
|
|
30038
|
+
ModelField: BV,
|
|
30039
|
+
OptionsManager: oI,
|
|
30040
|
+
CodeEditorField: gI,
|
|
30041
|
+
LocationField: YI,
|
|
30042
|
+
ExpressionField: iF,
|
|
30043
|
+
RichTextField: pF,
|
|
30044
|
+
PaymentField: FF
|
|
29948
30045
|
},
|
|
29949
30046
|
props: {
|
|
29950
30047
|
trail: {
|
|
@@ -30080,7 +30177,7 @@ const SA = {
|
|
|
30080
30177
|
var e = this.expressions && this.expressions.value ? this.getExpressionValue : void 0;
|
|
30081
30178
|
if (e)
|
|
30082
30179
|
return e;
|
|
30083
|
-
var t = this.expressions && this.expressions.defaultValue ? this.getExpressionDefaultValue : void 0, n =
|
|
30180
|
+
var t = this.expressions && this.expressions.defaultValue ? this.getExpressionDefaultValue : void 0, n = OA(this.actualField), r = this.cleanInput(
|
|
30084
30181
|
t || n
|
|
30085
30182
|
);
|
|
30086
30183
|
if ((s = this.field) != null && s.assumeDefault) {
|
|
@@ -30479,11 +30576,11 @@ const SA = {
|
|
|
30479
30576
|
return e;
|
|
30480
30577
|
}
|
|
30481
30578
|
}
|
|
30482
|
-
},
|
|
30579
|
+
}, CA = {
|
|
30483
30580
|
key: 2,
|
|
30484
30581
|
class: "ux-field-message"
|
|
30485
30582
|
};
|
|
30486
|
-
function
|
|
30583
|
+
function EA(e, t, n, r, s, i) {
|
|
30487
30584
|
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");
|
|
30488
30585
|
return i.visible ? (o(), h("div", {
|
|
30489
30586
|
key: 0,
|
|
@@ -30837,12 +30934,12 @@ function DA(e, t, n, r, s, i) {
|
|
|
30837
30934
|
"onUpdate:modelValue": t[42] || (t[42] = (F) => i.fieldModel = F)
|
|
30838
30935
|
}, null, 8, ["onTouched", "field", "modelValue"])) : _("", !0)
|
|
30839
30936
|
], 64)),
|
|
30840
|
-
i.error && s.validateResults.message ? (o(), h("div",
|
|
30937
|
+
i.error && s.validateResults.message ? (o(), h("div", CA, b(s.validateResults.message), 1)) : _("", !0)
|
|
30841
30938
|
], 34)) : _("", !0);
|
|
30842
30939
|
}
|
|
30843
|
-
const ao = /* @__PURE__ */ M(
|
|
30940
|
+
const ao = /* @__PURE__ */ M(DA, [["render", EA], ["__scopeId", "data-v-fa5cb6bf"]]);
|
|
30844
30941
|
var Ua, Ic;
|
|
30845
|
-
function
|
|
30942
|
+
function MA() {
|
|
30846
30943
|
if (Ic) return Ua;
|
|
30847
30944
|
Ic = 1;
|
|
30848
30945
|
function e(t, n, r, s) {
|
|
@@ -30854,7 +30951,7 @@ function CA() {
|
|
|
30854
30951
|
return Ua = e, Ua;
|
|
30855
30952
|
}
|
|
30856
30953
|
var ja, Fc;
|
|
30857
|
-
function
|
|
30954
|
+
function VA() {
|
|
30858
30955
|
if (Fc) return ja;
|
|
30859
30956
|
Fc = 1;
|
|
30860
30957
|
function e(t) {
|
|
@@ -30865,10 +30962,10 @@ function EA() {
|
|
|
30865
30962
|
return ja = e, ja;
|
|
30866
30963
|
}
|
|
30867
30964
|
var qa, Ac;
|
|
30868
|
-
function
|
|
30965
|
+
function IA() {
|
|
30869
30966
|
if (Ac) return qa;
|
|
30870
30967
|
Ac = 1;
|
|
30871
|
-
var e =
|
|
30968
|
+
var e = VA(), t = {
|
|
30872
30969
|
// Latin-1 Supplement block.
|
|
30873
30970
|
À: "A",
|
|
30874
30971
|
Á: "A",
|
|
@@ -31065,17 +31162,17 @@ function MA() {
|
|
|
31065
31162
|
return qa = n, qa;
|
|
31066
31163
|
}
|
|
31067
31164
|
var Ba, Nc;
|
|
31068
|
-
function
|
|
31165
|
+
function FA() {
|
|
31069
31166
|
if (Nc) return Ba;
|
|
31070
31167
|
Nc = 1;
|
|
31071
|
-
var e =
|
|
31168
|
+
var e = IA(), 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");
|
|
31072
31169
|
function d(m) {
|
|
31073
31170
|
return m = t(m), m && m.replace(n, e).replace(u, "");
|
|
31074
31171
|
}
|
|
31075
31172
|
return Ba = d, Ba;
|
|
31076
31173
|
}
|
|
31077
31174
|
var za, $c;
|
|
31078
|
-
function
|
|
31175
|
+
function AA() {
|
|
31079
31176
|
if ($c) return za;
|
|
31080
31177
|
$c = 1;
|
|
31081
31178
|
var e = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;
|
|
@@ -31085,7 +31182,7 @@ function IA() {
|
|
|
31085
31182
|
return za = t, za;
|
|
31086
31183
|
}
|
|
31087
31184
|
var Wa, Pc;
|
|
31088
|
-
function
|
|
31185
|
+
function NA() {
|
|
31089
31186
|
if (Pc) return Wa;
|
|
31090
31187
|
Pc = 1;
|
|
31091
31188
|
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 ]/;
|
|
@@ -31095,7 +31192,7 @@ function FA() {
|
|
|
31095
31192
|
return Wa = t, Wa;
|
|
31096
31193
|
}
|
|
31097
31194
|
var Ha, Lc;
|
|
31098
|
-
function
|
|
31195
|
+
function $A() {
|
|
31099
31196
|
if (Lc) return Ha;
|
|
31100
31197
|
Lc = 1;
|
|
31101
31198
|
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([
|
|
@@ -31114,20 +31211,20 @@ function AA() {
|
|
|
31114
31211
|
return Ha = j, Ha;
|
|
31115
31212
|
}
|
|
31116
31213
|
var Ga, Rc;
|
|
31117
|
-
function
|
|
31214
|
+
function PA() {
|
|
31118
31215
|
if (Rc) return Ga;
|
|
31119
31216
|
Rc = 1;
|
|
31120
|
-
var e =
|
|
31217
|
+
var e = AA(), t = NA(), n = Wl(), r = $A();
|
|
31121
31218
|
function s(i, a, l) {
|
|
31122
31219
|
return i = n(i), a = l ? void 0 : a, a === void 0 ? t(i) ? r(i) : e(i) : i.match(a) || [];
|
|
31123
31220
|
}
|
|
31124
31221
|
return Ga = s, Ga;
|
|
31125
31222
|
}
|
|
31126
31223
|
var Ya, Uc;
|
|
31127
|
-
function
|
|
31224
|
+
function LA() {
|
|
31128
31225
|
if (Uc) return Ya;
|
|
31129
31226
|
Uc = 1;
|
|
31130
|
-
var e =
|
|
31227
|
+
var e = MA(), t = FA(), n = PA(), r = "['’]", s = RegExp(r, "g");
|
|
31131
31228
|
function i(a) {
|
|
31132
31229
|
return function(l) {
|
|
31133
31230
|
return e(n(t(l).replace(s, "")), a, "");
|
|
@@ -31136,16 +31233,16 @@ function $A() {
|
|
|
31136
31233
|
return Ya = i, Ya;
|
|
31137
31234
|
}
|
|
31138
31235
|
var Ja, jc;
|
|
31139
|
-
function
|
|
31236
|
+
function RA() {
|
|
31140
31237
|
if (jc) return Ja;
|
|
31141
31238
|
jc = 1;
|
|
31142
|
-
var e =
|
|
31239
|
+
var e = LA(), t = e(function(n, r, s) {
|
|
31143
31240
|
return n + (s ? "-" : "") + r.toLowerCase();
|
|
31144
31241
|
});
|
|
31145
31242
|
return Ja = t, Ja;
|
|
31146
31243
|
}
|
|
31147
|
-
var
|
|
31148
|
-
const
|
|
31244
|
+
var UA = RA();
|
|
31245
|
+
const jA = /* @__PURE__ */ Kt(UA), qA = {
|
|
31149
31246
|
emits: [
|
|
31150
31247
|
"field:unmount",
|
|
31151
31248
|
"field:mount",
|
|
@@ -31314,7 +31411,7 @@ const RA = /* @__PURE__ */ Kt(LA), UA = {
|
|
|
31314
31411
|
};
|
|
31315
31412
|
},
|
|
31316
31413
|
getFieldKey(e) {
|
|
31317
|
-
let t =
|
|
31414
|
+
let t = jA(`${e.title}-${e.key}`);
|
|
31318
31415
|
return e.incrementor && (t = `${t}-${e.incrementor}`), t;
|
|
31319
31416
|
},
|
|
31320
31417
|
touch() {
|
|
@@ -31405,7 +31502,7 @@ const RA = /* @__PURE__ */ Kt(LA), UA = {
|
|
|
31405
31502
|
}
|
|
31406
31503
|
}
|
|
31407
31504
|
};
|
|
31408
|
-
function
|
|
31505
|
+
function BA(e, t, n, r, s, i) {
|
|
31409
31506
|
const a = y("ux-field");
|
|
31410
31507
|
return o(), h("div", {
|
|
31411
31508
|
class: $(["ux-form", i.formClass])
|
|
@@ -31444,7 +31541,7 @@ function jA(e, t, n, r, s, i) {
|
|
|
31444
31541
|
z(e.$slots, "below", { model: i.formModel }, void 0, !0)
|
|
31445
31542
|
], 2);
|
|
31446
31543
|
}
|
|
31447
|
-
const Ch = /* @__PURE__ */ M(
|
|
31544
|
+
const Ch = /* @__PURE__ */ M(qA, [["render", BA], ["__scopeId", "data-v-e6afec75"]]), Ka = "form.ready", zA = "form.processing", qc = "form.complete", Bc = "form.error", WA = "form.intent", HA = {
|
|
31448
31545
|
emits: ["reset", "processing", "intent", "success", "error"],
|
|
31449
31546
|
methods: {
|
|
31450
31547
|
multiFormStateUpdated(e, t) {
|
|
@@ -31496,7 +31593,7 @@ const Ch = /* @__PURE__ */ M(UA, [["render", jA], ["__scopeId", "data-v-e6afec75
|
|
|
31496
31593
|
console.log("Form is invalid", this.invalidFields);
|
|
31497
31594
|
return;
|
|
31498
31595
|
}
|
|
31499
|
-
e.processing = !0, e.state =
|
|
31596
|
+
e.processing = !0, e.state = zA, e.$emit("processing");
|
|
31500
31597
|
const { submission: t, error: n } = await e.preSubmit(e.model);
|
|
31501
31598
|
if (n)
|
|
31502
31599
|
return console.log("pre submit error", n), u(n);
|
|
@@ -31529,7 +31626,7 @@ const Ch = /* @__PURE__ */ M(UA, [["render", jA], ["__scopeId", "data-v-e6afec75
|
|
|
31529
31626
|
);
|
|
31530
31627
|
break;
|
|
31531
31628
|
}
|
|
31532
|
-
e.state =
|
|
31629
|
+
e.state = WA, e.processing = !1, e.$emit("intent", d);
|
|
31533
31630
|
}
|
|
31534
31631
|
async function l(d) {
|
|
31535
31632
|
await e.postSubmit(d), e.processing = !1, e.state = qc, e.$emit("success", d);
|
|
@@ -31838,14 +31935,14 @@ const Ch = /* @__PURE__ */ M(UA, [["render", jA], ["__scopeId", "data-v-e6afec75
|
|
|
31838
31935
|
return ((e = this.form) == null ? void 0 : e.fields) || [];
|
|
31839
31936
|
}
|
|
31840
31937
|
}
|
|
31841
|
-
}, Eh = (e) => (je("data-v-b83af107"), e = e(), qe(), e),
|
|
31938
|
+
}, Eh = (e) => (je("data-v-b83af107"), e = e(), qe(), e), GA = /* @__PURE__ */ Eh(() => /* @__PURE__ */ T("h3", null, "An error occurred", -1)), YA = { key: 0 }, JA = { key: 1 }, KA = { key: 2 }, ZA = { class: "intent-submit" }, XA = {
|
|
31842
31939
|
key: 0,
|
|
31843
31940
|
class: "multistep-form"
|
|
31844
|
-
},
|
|
31941
|
+
}, QA = { class: "multistep-form-sections" }, eN = { class: "multistep-fields" }, tN = { class: "multistep-controls" }, nN = ["tooltip"], iN = ["tooltip"], rN = { class: "multistep-progress" }, sN = {
|
|
31845
31942
|
key: 0,
|
|
31846
31943
|
class: "invalid-field-message"
|
|
31847
|
-
},
|
|
31848
|
-
function
|
|
31944
|
+
}, aN = /* @__PURE__ */ Eh(() => /* @__PURE__ */ T("h5", null, "Please fix the issues below to continue", -1)), lN = ["tooltip"];
|
|
31945
|
+
function oN(e, t, n, r, s, i) {
|
|
31849
31946
|
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");
|
|
31850
31947
|
return o(), h("div", {
|
|
31851
31948
|
class: $(["ux-submission-form", i.classes])
|
|
@@ -31853,13 +31950,13 @@ function aN(e, t, n, r, s, i) {
|
|
|
31853
31950
|
s.state === "form.error" ? z(e.$slots, "error", ff(mt({ key: 0 }, { error: s.error, softReset: i.softReset })), () => {
|
|
31854
31951
|
var S;
|
|
31855
31952
|
return [
|
|
31856
|
-
|
|
31857
|
-
s.error.message ? (o(), h("pre",
|
|
31858
|
-
(S = s.error.data) != null && S.errors ? (o(), h("div",
|
|
31953
|
+
GA,
|
|
31954
|
+
s.error.message ? (o(), h("pre", YA, b(s.error.message), 1)) : _("", !0),
|
|
31955
|
+
(S = s.error.data) != null && S.errors ? (o(), h("div", JA, [
|
|
31859
31956
|
(o(!0), h(D, null, A(s.error.data.errors, (C) => (o(), h("pre", {
|
|
31860
31957
|
key: C.path
|
|
31861
31958
|
}, b(C.message), 1))), 128))
|
|
31862
|
-
])) : (o(), h("pre",
|
|
31959
|
+
])) : (o(), h("pre", KA, b(s.error), 1)),
|
|
31863
31960
|
c(l, {
|
|
31864
31961
|
color: "primary",
|
|
31865
31962
|
onClick: i.softReset
|
|
@@ -31914,7 +32011,7 @@ function aN(e, t, n, r, s, i) {
|
|
|
31914
32011
|
]),
|
|
31915
32012
|
_: 1
|
|
31916
32013
|
}, 8, ["stripe-key", "instance-options", "elements-options"])) : _("", !0),
|
|
31917
|
-
T("div",
|
|
32014
|
+
T("div", ZA, [
|
|
31918
32015
|
c(l, {
|
|
31919
32016
|
color: "primary",
|
|
31920
32017
|
loading: s.processing,
|
|
@@ -31928,8 +32025,8 @@ function aN(e, t, n, r, s, i) {
|
|
|
31928
32025
|
])
|
|
31929
32026
|
], 64)) : _("", !0)
|
|
31930
32027
|
], 64)) : (o(), h(D, { key: 3 }, [
|
|
31931
|
-
n.multistep ? (o(), h("div",
|
|
31932
|
-
T("div",
|
|
32028
|
+
n.multistep ? (o(), h("div", XA, [
|
|
32029
|
+
T("div", QA, [
|
|
31933
32030
|
(o(!0), h(D, null, A(i.pages, (S, C) => (o(), h("div", {
|
|
31934
32031
|
class: $(["multistep-form-section", {
|
|
31935
32032
|
inactive: C !== i.currentPage,
|
|
@@ -31938,7 +32035,7 @@ function aN(e, t, n, r, s, i) {
|
|
|
31938
32035
|
active: C === i.currentPage
|
|
31939
32036
|
}])
|
|
31940
32037
|
}, [
|
|
31941
|
-
T("div",
|
|
32038
|
+
T("div", eN, [
|
|
31942
32039
|
c(g, {
|
|
31943
32040
|
step: C + 1,
|
|
31944
32041
|
submission: "",
|
|
@@ -31952,7 +32049,7 @@ function aN(e, t, n, r, s, i) {
|
|
|
31952
32049
|
fields: [S]
|
|
31953
32050
|
}, null, 8, ["step", "sandbox", "paymentConfiguration", "modelValue", "onForm:state", "fields"])
|
|
31954
32051
|
]),
|
|
31955
|
-
T("div",
|
|
32052
|
+
T("div", tN, [
|
|
31956
32053
|
c(x, {
|
|
31957
32054
|
gap: "",
|
|
31958
32055
|
center: ""
|
|
@@ -31999,7 +32096,7 @@ function aN(e, t, n, r, s, i) {
|
|
|
31999
32096
|
]),
|
|
32000
32097
|
_: 1
|
|
32001
32098
|
}, 8, ["onClick", "disabled"])
|
|
32002
|
-
], 8,
|
|
32099
|
+
], 8, nN)
|
|
32003
32100
|
]),
|
|
32004
32101
|
_: 1
|
|
32005
32102
|
})) : _("", !0),
|
|
@@ -32020,7 +32117,7 @@ function aN(e, t, n, r, s, i) {
|
|
|
32020
32117
|
]),
|
|
32021
32118
|
_: 1
|
|
32022
32119
|
}, 8, ["disabled", "onClick", "loading"])
|
|
32023
|
-
], 8,
|
|
32120
|
+
], 8, iN)
|
|
32024
32121
|
]),
|
|
32025
32122
|
_: 1
|
|
32026
32123
|
})) : _("", !0)
|
|
@@ -32030,7 +32127,7 @@ function aN(e, t, n, r, s, i) {
|
|
|
32030
32127
|
])
|
|
32031
32128
|
], 2))), 256))
|
|
32032
32129
|
]),
|
|
32033
|
-
T("div",
|
|
32130
|
+
T("div", rN, [
|
|
32034
32131
|
O(b(i.displayCurrentPage) + " of " + b(i.displayTotalPages) + " ", 1),
|
|
32035
32132
|
c(w, { value: i.displayPercentage }, null, 8, ["value"])
|
|
32036
32133
|
])
|
|
@@ -32045,8 +32142,8 @@ function aN(e, t, n, r, s, i) {
|
|
|
32045
32142
|
"onForm:state": i.formStateUpdated,
|
|
32046
32143
|
fields: i.formFields
|
|
32047
32144
|
}, null, 8, ["sandbox", "paymentConfiguration", "modelValue", "onForm:state", "fields"]),
|
|
32048
|
-
i.invalidFields.length ? (o(), h("div",
|
|
32049
|
-
|
|
32145
|
+
i.invalidFields.length ? (o(), h("div", sN, [
|
|
32146
|
+
aN,
|
|
32050
32147
|
(o(!0), h(D, null, A(i.invalidFields, (S) => (o(), h("div", {
|
|
32051
32148
|
key: S.key
|
|
32052
32149
|
}, b(S.message || `Please provide a valid answer for ${S.title}`), 1))), 128))
|
|
@@ -32063,12 +32160,12 @@ function aN(e, t, n, r, s, i) {
|
|
|
32063
32160
|
]),
|
|
32064
32161
|
_: 1
|
|
32065
32162
|
}, 8, ["disabled", "onClick", "loading"])
|
|
32066
|
-
], 8,
|
|
32163
|
+
], 8, lN)
|
|
32067
32164
|
], 64))
|
|
32068
32165
|
], 64))
|
|
32069
32166
|
], 2);
|
|
32070
32167
|
}
|
|
32071
|
-
const
|
|
32168
|
+
const uN = /* @__PURE__ */ M(HA, [["render", oN], ["__scopeId", "data-v-b83af107"]]), dN = "init", zc = "ready", cN = "processing", fN = "success", mN = "error", hN = {
|
|
32072
32169
|
name: "PaymentMethodForm",
|
|
32073
32170
|
components: {
|
|
32074
32171
|
StripeElements: mm,
|
|
@@ -32172,7 +32269,7 @@ const lN = /* @__PURE__ */ M(zA, [["render", aN], ["__scopeId", "data-v-b83af107
|
|
|
32172
32269
|
data() {
|
|
32173
32270
|
return {
|
|
32174
32271
|
initialised: !1,
|
|
32175
|
-
state:
|
|
32272
|
+
state: dN,
|
|
32176
32273
|
cardholderName: "",
|
|
32177
32274
|
processing: !1,
|
|
32178
32275
|
error: null,
|
|
@@ -32222,7 +32319,7 @@ const lN = /* @__PURE__ */ M(zA, [["render", aN], ["__scopeId", "data-v-b83af107
|
|
|
32222
32319
|
async submitPaymentMethod() {
|
|
32223
32320
|
const e = this;
|
|
32224
32321
|
if (!e.processing) {
|
|
32225
|
-
e.processing = !0, e.state =
|
|
32322
|
+
e.processing = !0, e.state = cN, e.cardError = null;
|
|
32226
32323
|
try {
|
|
32227
32324
|
const t = await e.startSetup(), { setupIntent: n, key: r, method: s } = t, i = e.$refs.stripeElements, a = e.$refs.stripeCard;
|
|
32228
32325
|
if (!i || !a)
|
|
@@ -32248,9 +32345,9 @@ const lN = /* @__PURE__ */ M(zA, [["render", aN], ["__scopeId", "data-v-b83af107
|
|
|
32248
32345
|
if (u)
|
|
32249
32346
|
throw console.log("Confirmation Error", u), u;
|
|
32250
32347
|
const d = await e.confirmSetup(s._id);
|
|
32251
|
-
e.$emit("success", d.method), e.state =
|
|
32348
|
+
e.$emit("success", d.method), e.state = fN;
|
|
32252
32349
|
} catch (t) {
|
|
32253
|
-
console.error("Error saving payment method:", t), this.error = t, this.state =
|
|
32350
|
+
console.error("Error saving payment method:", t), this.error = t, this.state = mN, this.$emit("error", t);
|
|
32254
32351
|
} finally {
|
|
32255
32352
|
this.processing = !1;
|
|
32256
32353
|
}
|
|
@@ -32283,28 +32380,28 @@ const lN = /* @__PURE__ */ M(zA, [["render", aN], ["__scopeId", "data-v-b83af107
|
|
|
32283
32380
|
this.resetForm(), this.$emit("close");
|
|
32284
32381
|
}
|
|
32285
32382
|
}
|
|
32286
|
-
}, lo = (e) => (je("data-v-e3ee591f"), e = e(), qe(), e),
|
|
32383
|
+
}, lo = (e) => (je("data-v-e3ee591f"), e = e(), qe(), e), pN = {
|
|
32287
32384
|
key: 0,
|
|
32288
32385
|
class: "payment-method"
|
|
32289
|
-
},
|
|
32386
|
+
}, yN = { class: "payment-method-form" }, gN = /* @__PURE__ */ lo(() => /* @__PURE__ */ T("h3", null, "Add Payment Method", -1)), _N = {
|
|
32290
32387
|
key: 0,
|
|
32291
32388
|
class: "error-message"
|
|
32292
|
-
},
|
|
32389
|
+
}, vN = /* @__PURE__ */ lo(() => /* @__PURE__ */ T("h4", null, "An error occurred", -1)), bN = { key: 0 }, kN = { key: 1 }, wN = {
|
|
32293
32390
|
key: 1,
|
|
32294
32391
|
class: "success-message"
|
|
32295
|
-
},
|
|
32392
|
+
}, xN = /* @__PURE__ */ lo(() => /* @__PURE__ */ T("h4", null, "Payment method added successfully!", -1)), TN = { key: 2 }, SN = {
|
|
32296
32393
|
key: 0,
|
|
32297
32394
|
id: "card-errors",
|
|
32298
32395
|
class: "error-text"
|
|
32299
|
-
},
|
|
32300
|
-
function
|
|
32396
|
+
}, ON = { class: "form-actions" }, DN = { key: 1 };
|
|
32397
|
+
function CN(e, t, n, r, s, i) {
|
|
32301
32398
|
const a = y("ux-icon"), l = y("ux-button"), u = y("ux-form"), d = y("StripeElement"), m = y("StripeElements"), p = y("ux-field-wrapper");
|
|
32302
|
-
return i.allSetup ? (o(), h("div",
|
|
32303
|
-
T("div",
|
|
32304
|
-
|
|
32305
|
-
s.state === "error" ? (o(), h("div",
|
|
32306
|
-
|
|
32307
|
-
s.error.message ? (o(), h("div",
|
|
32399
|
+
return i.allSetup ? (o(), h("div", pN, [
|
|
32400
|
+
T("div", yN, [
|
|
32401
|
+
gN,
|
|
32402
|
+
s.state === "error" ? (o(), h("div", _N, [
|
|
32403
|
+
vN,
|
|
32404
|
+
s.error.message ? (o(), h("div", bN, b(s.error.message), 1)) : (o(), h("div", kN, b(s.error), 1)),
|
|
32308
32405
|
c(l, {
|
|
32309
32406
|
color: "primary",
|
|
32310
32407
|
onClick: i.resetForm
|
|
@@ -32318,8 +32415,8 @@ function ON(e, t, n, r, s, i) {
|
|
|
32318
32415
|
]),
|
|
32319
32416
|
_: 1
|
|
32320
32417
|
}, 8, ["onClick"])
|
|
32321
|
-
])) : s.state === "success" ? (o(), h("div",
|
|
32322
|
-
|
|
32418
|
+
])) : s.state === "success" ? (o(), h("div", wN, [
|
|
32419
|
+
xN,
|
|
32323
32420
|
c(l, {
|
|
32324
32421
|
color: "primary",
|
|
32325
32422
|
onClick: i.close
|
|
@@ -32333,7 +32430,7 @@ function ON(e, t, n, r, s, i) {
|
|
|
32333
32430
|
]),
|
|
32334
32431
|
_: 1
|
|
32335
32432
|
}, 8, ["onClick"])
|
|
32336
|
-
])) : (o(), h("div",
|
|
32433
|
+
])) : (o(), h("div", TN, [
|
|
32337
32434
|
T("form", {
|
|
32338
32435
|
onSubmit: t[1] || (t[1] = B((...g) => i.submitPaymentMethod && i.submitPaymentMethod(...g), ["prevent", "stop"]))
|
|
32339
32436
|
}, [
|
|
@@ -32362,11 +32459,11 @@ function ON(e, t, n, r, s, i) {
|
|
|
32362
32459
|
]),
|
|
32363
32460
|
_: 1
|
|
32364
32461
|
}, 8, ["stripe-key", "instance-options", "elements-options"])),
|
|
32365
|
-
s.cardError ? (o(), h("div",
|
|
32462
|
+
s.cardError ? (o(), h("div", SN, b(s.cardError), 1)) : _("", !0)
|
|
32366
32463
|
]),
|
|
32367
32464
|
_: 1
|
|
32368
32465
|
}),
|
|
32369
|
-
T("div",
|
|
32466
|
+
T("div", ON, [
|
|
32370
32467
|
c(l, {
|
|
32371
32468
|
type: "button",
|
|
32372
32469
|
color: "secondary",
|
|
@@ -32393,9 +32490,9 @@ function ON(e, t, n, r, s, i) {
|
|
|
32393
32490
|
], 32)
|
|
32394
32491
|
]))
|
|
32395
32492
|
])
|
|
32396
|
-
])) : (o(), h("div",
|
|
32493
|
+
])) : (o(), h("div", DN, "Initialising secure payment form..."));
|
|
32397
32494
|
}
|
|
32398
|
-
const
|
|
32495
|
+
const EN = /* @__PURE__ */ M(hN, [["render", CN], ["__scopeId", "data-v-e3ee591f"]]), MN = {
|
|
32399
32496
|
name: "UxFieldWrapper",
|
|
32400
32497
|
props: {
|
|
32401
32498
|
title: {
|
|
@@ -32417,23 +32514,23 @@ const DN = /* @__PURE__ */ M(fN, [["render", ON], ["__scopeId", "data-v-e3ee591f
|
|
|
32417
32514
|
return this.error && e.push("ux-field-error"), e;
|
|
32418
32515
|
}
|
|
32419
32516
|
}
|
|
32420
|
-
},
|
|
32517
|
+
}, VN = {
|
|
32421
32518
|
key: 0,
|
|
32422
32519
|
class: "ux-field-title"
|
|
32423
|
-
},
|
|
32520
|
+
}, IN = {
|
|
32424
32521
|
key: 1,
|
|
32425
32522
|
class: "ux-field-description"
|
|
32426
32523
|
};
|
|
32427
|
-
function
|
|
32524
|
+
function FN(e, t, n, r, s, i) {
|
|
32428
32525
|
return o(), h("div", {
|
|
32429
32526
|
class: $(["ux-field", i.classes])
|
|
32430
32527
|
}, [
|
|
32431
|
-
n.title ? (o(), h("label",
|
|
32432
|
-
n.description ? (o(), h("div",
|
|
32528
|
+
n.title ? (o(), h("label", VN, b(n.title), 1)) : _("", !0),
|
|
32529
|
+
n.description ? (o(), h("div", IN, b(n.description), 1)) : _("", !0),
|
|
32433
32530
|
z(e.$slots, "default", {}, void 0, !0)
|
|
32434
32531
|
], 2);
|
|
32435
32532
|
}
|
|
32436
|
-
const
|
|
32533
|
+
const AN = /* @__PURE__ */ M(MN, [["render", FN], ["__scopeId", "data-v-980de6f6"]]), Wc = /* @__PURE__ */ new Set([
|
|
32437
32534
|
"area",
|
|
32438
32535
|
"base",
|
|
32439
32536
|
"br",
|
|
@@ -32449,7 +32546,7 @@ const IN = /* @__PURE__ */ M(CN, [["render", VN], ["__scopeId", "data-v-980de6f6
|
|
|
32449
32546
|
"track",
|
|
32450
32547
|
"wbr"
|
|
32451
32548
|
]);
|
|
32452
|
-
function
|
|
32549
|
+
function NN(e) {
|
|
32453
32550
|
const t = /<\/?([a-zA-Z0-9]+)[^>]*>/g, n = [];
|
|
32454
32551
|
let r;
|
|
32455
32552
|
for (; (r = t.exec(e)) !== null; ) {
|
|
@@ -32490,14 +32587,14 @@ const Mh = {
|
|
|
32490
32587
|
actualTemplate() {
|
|
32491
32588
|
let e = this.template || "";
|
|
32492
32589
|
e = e.replaceAll ? e.replaceAll("<br>", "<br/>") : e;
|
|
32493
|
-
var { valid: t, invalid: n } =
|
|
32590
|
+
var { valid: t, invalid: n } = NN(e);
|
|
32494
32591
|
return t || (console.log("Invalid html", e), e = `<div>Invalid HTML. <pre>${n}</pre></div>`), e;
|
|
32495
32592
|
}
|
|
32496
32593
|
},
|
|
32497
32594
|
components: {
|
|
32498
32595
|
VRuntimeTemplate: bm
|
|
32499
32596
|
}
|
|
32500
|
-
},
|
|
32597
|
+
}, $N = {
|
|
32501
32598
|
emits: ["error", "reset"],
|
|
32502
32599
|
data() {
|
|
32503
32600
|
return {
|
|
@@ -32512,14 +32609,14 @@ const Mh = {
|
|
|
32512
32609
|
this.$emit("reset");
|
|
32513
32610
|
}
|
|
32514
32611
|
}
|
|
32515
|
-
},
|
|
32612
|
+
}, PN = {
|
|
32516
32613
|
key: 0,
|
|
32517
32614
|
class: "error-boundary",
|
|
32518
32615
|
style: { color: "#b40000", border: "2px solid #fd0000", background: "#ffd6d6", padding: "1em" }
|
|
32519
32616
|
};
|
|
32520
|
-
function
|
|
32617
|
+
function LN(e, t, n, r, s, i) {
|
|
32521
32618
|
const a = y("ux-button");
|
|
32522
|
-
return s.error ? (o(), h("div",
|
|
32619
|
+
return s.error ? (o(), h("div", PN, [
|
|
32523
32620
|
T("pre", null, "COMPILE ERROR: " + b(s.error), 1),
|
|
32524
32621
|
c(a, { onClick: i.reset }, {
|
|
32525
32622
|
default: f(() => [
|
|
@@ -32529,7 +32626,7 @@ function $N(e, t, n, r, s, i) {
|
|
|
32529
32626
|
}, 8, ["onClick"])
|
|
32530
32627
|
])) : z(e.$slots, "default", { key: 1 }, void 0, !0);
|
|
32531
32628
|
}
|
|
32532
|
-
const
|
|
32629
|
+
const RN = /* @__PURE__ */ M($N, [["render", LN], ["__scopeId", "data-v-0fd69158"]]), UN = {
|
|
32533
32630
|
props: {
|
|
32534
32631
|
field: {
|
|
32535
32632
|
type: Object,
|
|
@@ -32609,8 +32706,8 @@ const PN = /* @__PURE__ */ M(AN, [["render", $N], ["__scopeId", "data-v-0fd69158
|
|
|
32609
32706
|
return isNaN(e) && (e = 0), e = Math.max(e, 0), parseInt(e);
|
|
32610
32707
|
}
|
|
32611
32708
|
}
|
|
32612
|
-
},
|
|
32613
|
-
mixins: [
|
|
32709
|
+
}, jN = {
|
|
32710
|
+
mixins: [UN],
|
|
32614
32711
|
props: {
|
|
32615
32712
|
modelValue: {
|
|
32616
32713
|
type: [Object, Array]
|
|
@@ -32630,13 +32727,13 @@ const PN = /* @__PURE__ */ M(AN, [["render", $N], ["__scopeId", "data-v-0fd69158
|
|
|
32630
32727
|
return `${this.label} ${t + 1}`;
|
|
32631
32728
|
}
|
|
32632
32729
|
}
|
|
32633
|
-
},
|
|
32730
|
+
}, qN = {
|
|
32634
32731
|
key: 0,
|
|
32635
32732
|
class: "ux-multi-group"
|
|
32636
32733
|
};
|
|
32637
|
-
function
|
|
32734
|
+
function BN(e, t, n, r, s, i) {
|
|
32638
32735
|
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");
|
|
32639
|
-
return e.multiValue ? (o(), h("div",
|
|
32736
|
+
return e.multiValue ? (o(), h("div", qN, [
|
|
32640
32737
|
(o(!0), h(D, null, A(e.model, (g, v) => (o(), k(p, {
|
|
32641
32738
|
ref_for: !0,
|
|
32642
32739
|
ref: "row",
|
|
@@ -32687,13 +32784,13 @@ function jN(e, t, n, r, s, i) {
|
|
|
32687
32784
|
"onUpdate:modelValue": t[0] || (t[0] = (g) => e.model = g)
|
|
32688
32785
|
}, null, 8, ["submission", "fields", "flex", "parentModel", "modelValue"]));
|
|
32689
32786
|
}
|
|
32690
|
-
const
|
|
32787
|
+
const zN = /* @__PURE__ */ M(jN, [["render", BN], ["__scopeId", "data-v-cb997d0e"]]), WN = {
|
|
32691
32788
|
components: {
|
|
32692
32789
|
Item: eo,
|
|
32693
|
-
FieldGroup:
|
|
32790
|
+
FieldGroup: zN,
|
|
32694
32791
|
// Compiler,
|
|
32695
32792
|
Compile: Mh,
|
|
32696
|
-
ErrorBoundary:
|
|
32793
|
+
ErrorBoundary: RN
|
|
32697
32794
|
// ButtonSelect,
|
|
32698
32795
|
// NativeSelect,
|
|
32699
32796
|
// DateField,
|
|
@@ -32929,26 +33026,26 @@ const qN = /* @__PURE__ */ M(RN, [["render", jN], ["__scopeId", "data-v-cb997d0e
|
|
|
32929
33026
|
return e;
|
|
32930
33027
|
}
|
|
32931
33028
|
}
|
|
32932
|
-
},
|
|
33029
|
+
}, HN = { class: "ux-field-title" }, GN = { class: "signature-view" }, YN = ["src"], JN = {
|
|
32933
33030
|
key: 1,
|
|
32934
33031
|
class: "signature-view"
|
|
32935
|
-
},
|
|
33032
|
+
}, KN = ["src"], ZN = { class: "currency" }, XN = { key: 1 }, QN = { class: "currency" }, e$ = { key: 1 }, t$ = {
|
|
32936
33033
|
key: 6,
|
|
32937
33034
|
class: "ux-password-render"
|
|
32938
|
-
},
|
|
33035
|
+
}, n$ = ["type", "value"], i$ = ["type", "value"], r$ = {
|
|
32939
33036
|
key: 0,
|
|
32940
33037
|
class: "display-grid"
|
|
32941
|
-
},
|
|
33038
|
+
}, s$ = { class: "display-cell" }, a$ = { key: 1 }, l$ = { class: "display-cell" }, o$ = {
|
|
32942
33039
|
key: 0,
|
|
32943
33040
|
class: "display-grid"
|
|
32944
|
-
},
|
|
32945
|
-
function
|
|
33041
|
+
}, u$ = { class: "display-cell" }, d$ = { key: 1 }, c$ = { class: "display-cell" }, f$ = ["innerHTML"], m$ = ["innerHTML"], h$ = { key: 1 }, p$ = { key: 1 }, y$ = ["href"], g$ = { key: 1 }, _$ = ["href"], v$ = ["href"], b$ = { key: 1 }, k$ = ["href"], w$ = { key: 1 };
|
|
33042
|
+
function x$(e, t, n, r, s, i) {
|
|
32946
33043
|
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");
|
|
32947
33044
|
return i.visible ? (o(), h("div", {
|
|
32948
33045
|
key: 0,
|
|
32949
33046
|
class: $(["ux-field-render", i.classes])
|
|
32950
33047
|
}, [
|
|
32951
|
-
T("label",
|
|
33048
|
+
T("label", HN, b(i.title), 1),
|
|
32952
33049
|
z(e.$slots, "field-after-title", { field: n.field }, void 0, !0),
|
|
32953
33050
|
i.widget === "group" ? (o(), h(D, { key: 0 }, [
|
|
32954
33051
|
i.asObject ? (o(), k(a, {
|
|
@@ -32977,18 +33074,18 @@ function k$(e, t, n, r, s, i) {
|
|
|
32977
33074
|
modelValue: i.fieldModel,
|
|
32978
33075
|
"onUpdate:modelValue": t[2] || (t[2] = (S) => i.fieldModel = S)
|
|
32979
33076
|
}, null, 8, ["submission", "display", "field", "parentModel", "modelValue"])) : i.widget === "signature" ? (o(), h(D, { key: 3 }, [
|
|
32980
|
-
i.multiValue ? (o(!0), h(D, { key: 0 }, A(i.fieldModel, (S, C) => (o(), h("div",
|
|
32981
|
-
T("img", { src: S }, null, 8,
|
|
32982
|
-
]))), 256)) : (o(), h("div",
|
|
32983
|
-
T("img", { src: i.fieldModel }, null, 8,
|
|
33077
|
+
i.multiValue ? (o(!0), h(D, { key: 0 }, A(i.fieldModel, (S, C) => (o(), h("div", GN, [
|
|
33078
|
+
T("img", { src: S }, null, 8, YN)
|
|
33079
|
+
]))), 256)) : (o(), h("div", JN, [
|
|
33080
|
+
T("img", { src: i.fieldModel }, null, 8, KN)
|
|
32984
33081
|
]))
|
|
32985
33082
|
], 64)) : i.widget === "currency" ? (o(), h(D, { key: 4 }, [
|
|
32986
33083
|
i.multiValue ? (o(!0), h(D, { key: 0 }, A(i.fieldModel, (S, C) => (o(), h("div", null, [
|
|
32987
33084
|
O(b(i.formatCurrency(S)) + " ", 1),
|
|
32988
|
-
T("span", JN, b(n.field.currency), 1)
|
|
32989
|
-
]))), 256)) : (o(), h("div", KN, [
|
|
32990
|
-
O(b(i.formatCurrency(i.fieldModel)) + " ", 1),
|
|
32991
33085
|
T("span", ZN, b(n.field.currency), 1)
|
|
33086
|
+
]))), 256)) : (o(), h("div", XN, [
|
|
33087
|
+
O(b(i.formatCurrency(i.fieldModel)) + " ", 1),
|
|
33088
|
+
T("span", QN, b(n.field.currency), 1)
|
|
32992
33089
|
]))
|
|
32993
33090
|
], 64)) : i.widget === "code" ? (o(), h(D, { key: 5 }, [
|
|
32994
33091
|
i.multiValue ? (o(!0), h(D, { key: 0 }, A(i.fieldModel, (S, C) => (o(), h("div", null, [
|
|
@@ -32999,7 +33096,7 @@ function k$(e, t, n, r, s, i) {
|
|
|
32999
33096
|
syntax: n.field.syntax,
|
|
33000
33097
|
style: { "min-height": "300px" }
|
|
33001
33098
|
}, null, 8, ["modelValue", "syntax"])
|
|
33002
|
-
]))), 256)) : (o(), h("div",
|
|
33099
|
+
]))), 256)) : (o(), h("div", e$, [
|
|
33003
33100
|
c(l, {
|
|
33004
33101
|
readonly: !0,
|
|
33005
33102
|
class: "editor-wrap",
|
|
@@ -33008,7 +33105,7 @@ function k$(e, t, n, r, s, i) {
|
|
|
33008
33105
|
style: { "min-height": "300px" }
|
|
33009
33106
|
}, null, 8, ["modelValue", "syntax"])
|
|
33010
33107
|
]))
|
|
33011
|
-
], 64)) : i.widget === "password" ? (o(), h("div",
|
|
33108
|
+
], 64)) : i.widget === "password" ? (o(), h("div", t$, [
|
|
33012
33109
|
i.multiValue ? (o(!0), h(D, { key: 0 }, A(i.fieldModel, (S, C) => (o(), k(p, {
|
|
33013
33110
|
gap: "",
|
|
33014
33111
|
center: ""
|
|
@@ -33019,7 +33116,7 @@ function k$(e, t, n, r, s, i) {
|
|
|
33019
33116
|
T("input", {
|
|
33020
33117
|
type: s.unmaskedLookup[`${C}`] ? "text" : "password",
|
|
33021
33118
|
value: S
|
|
33022
|
-
}, null, 8,
|
|
33119
|
+
}, null, 8, n$)
|
|
33023
33120
|
]),
|
|
33024
33121
|
_: 2
|
|
33025
33122
|
}, 1024),
|
|
@@ -33071,7 +33168,7 @@ function k$(e, t, n, r, s, i) {
|
|
|
33071
33168
|
T("input", {
|
|
33072
33169
|
type: s.unmasked ? "text" : "password",
|
|
33073
33170
|
value: i.fieldModel
|
|
33074
|
-
}, null, 8,
|
|
33171
|
+
}, null, 8, i$)
|
|
33075
33172
|
]),
|
|
33076
33173
|
_: 1
|
|
33077
33174
|
}),
|
|
@@ -33115,12 +33212,12 @@ function k$(e, t, n, r, s, i) {
|
|
|
33115
33212
|
}))
|
|
33116
33213
|
])) : i.displayType === "image" ? (o(), h(D, { key: 7 }, [
|
|
33117
33214
|
i.multiValue ? (o(), h(D, { key: 0 }, [
|
|
33118
|
-
i.fieldModel.length > 1 ? (o(), h("div",
|
|
33119
|
-
(o(!0), h(D, null, A(i.fieldModel, (S, C) => (o(), h("div",
|
|
33215
|
+
i.fieldModel.length > 1 ? (o(), h("div", r$, [
|
|
33216
|
+
(o(!0), h(D, null, A(i.fieldModel, (S, C) => (o(), h("div", s$, [
|
|
33120
33217
|
c(g, { item: S }, null, 8, ["item"])
|
|
33121
33218
|
]))), 256))
|
|
33122
|
-
])) : (o(), h("div",
|
|
33123
|
-
(o(!0), h(D, null, A(i.fieldModel, (S, C) => (o(), h("div",
|
|
33219
|
+
])) : (o(), h("div", a$, [
|
|
33220
|
+
(o(!0), h(D, null, A(i.fieldModel, (S, C) => (o(), h("div", l$, [
|
|
33124
33221
|
c(g, { item: S }, null, 8, ["item"])
|
|
33125
33222
|
]))), 256))
|
|
33126
33223
|
]))
|
|
@@ -33130,12 +33227,12 @@ function k$(e, t, n, r, s, i) {
|
|
|
33130
33227
|
}, null, 8, ["item"]))
|
|
33131
33228
|
], 64)) : i.displayType === "video" ? (o(), h(D, { key: 8 }, [
|
|
33132
33229
|
i.multiValue ? (o(), h(D, { key: 0 }, [
|
|
33133
|
-
i.fieldModel.length > 1 ? (o(), h("div",
|
|
33134
|
-
(o(!0), h(D, null, A(i.fieldModel, (S, C) => (o(), h("div",
|
|
33230
|
+
i.fieldModel.length > 1 ? (o(), h("div", o$, [
|
|
33231
|
+
(o(!0), h(D, null, A(i.fieldModel, (S, C) => (o(), h("div", u$, [
|
|
33135
33232
|
c(v, { item: S }, null, 8, ["item"])
|
|
33136
33233
|
]))), 256))
|
|
33137
|
-
])) : (o(), h("div",
|
|
33138
|
-
(o(!0), h(D, null, A(i.fieldModel, (S, C) => (o(), h("div",
|
|
33234
|
+
])) : (o(), h("div", d$, [
|
|
33235
|
+
(o(!0), h(D, null, A(i.fieldModel, (S, C) => (o(), h("div", c$, [
|
|
33139
33236
|
c(v, { item: S }, null, 8, ["item"])
|
|
33140
33237
|
]))), 256))
|
|
33141
33238
|
]))
|
|
@@ -33189,48 +33286,48 @@ function k$(e, t, n, r, s, i) {
|
|
|
33189
33286
|
i.multiValue ? (o(!0), h(D, { key: 0 }, A(i.fieldModel, (S, C) => (o(), h("div", null, [
|
|
33190
33287
|
c(w, null, {
|
|
33191
33288
|
default: f(() => [
|
|
33192
|
-
T("div", { innerHTML: S }, null, 8,
|
|
33289
|
+
T("div", { innerHTML: S }, null, 8, f$)
|
|
33193
33290
|
]),
|
|
33194
33291
|
_: 2
|
|
33195
33292
|
}, 1024)
|
|
33196
33293
|
]))), 256)) : (o(), k(w, { key: 1 }, {
|
|
33197
33294
|
default: f(() => [
|
|
33198
|
-
T("div", { innerHTML: i.fieldModel }, null, 8,
|
|
33295
|
+
T("div", { innerHTML: i.fieldModel }, null, 8, m$)
|
|
33199
33296
|
]),
|
|
33200
33297
|
_: 1
|
|
33201
33298
|
}))
|
|
33202
33299
|
], 64)) : _("", !0),
|
|
33203
33300
|
i.type == "boolean" ? (o(), h(D, { key: 2 }, [
|
|
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",
|
|
33301
|
+
i.multiValue ? (o(!0), h(D, { key: 0 }, A(i.fieldModel, (S, C) => (o(), h("div", null, b(!!S), 1))), 256)) : (o(), h("div", h$, b(!!i.fieldModel), 1))
|
|
33205
33302
|
], 64)) : _("", !0),
|
|
33206
33303
|
i.type == "date" ? (o(), h(D, { key: 3 }, [
|
|
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",
|
|
33304
|
+
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", p$, b(i.renderDate(i.fieldModel)), 1))
|
|
33208
33305
|
], 64)) : _("", !0),
|
|
33209
33306
|
i.type == "email" ? (o(), h(D, { key: 4 }, [
|
|
33210
33307
|
i.multiValue ? (o(!0), h(D, { key: 0 }, A(i.fieldModel, (S, C) => (o(), h("div", null, [
|
|
33211
33308
|
T("a", {
|
|
33212
33309
|
href: `mailto:${S}`
|
|
33213
|
-
}, b(S), 9,
|
|
33214
|
-
]))), 256)) : (o(), h("div",
|
|
33310
|
+
}, b(S), 9, y$)
|
|
33311
|
+
]))), 256)) : (o(), h("div", g$, [
|
|
33215
33312
|
T("a", {
|
|
33216
33313
|
href: `mailto:${i.fieldModel}`
|
|
33217
|
-
}, b(i.fieldModel), 9,
|
|
33314
|
+
}, b(i.fieldModel), 9, _$)
|
|
33218
33315
|
]))
|
|
33219
33316
|
], 64)) : _("", !0),
|
|
33220
33317
|
i.type == "url" ? (o(), h(D, { key: 5 }, [
|
|
33221
33318
|
i.multiValue ? (o(!0), h(D, { key: 0 }, A(i.fieldModel, (S, C) => (o(), h("div", null, [
|
|
33222
|
-
T("a", { href: S }, b(S), 9,
|
|
33223
|
-
]))), 256)) : (o(), h("div",
|
|
33224
|
-
T("a", { href: i.fieldModel }, b(i.fieldModel), 9,
|
|
33319
|
+
T("a", { href: S }, b(S), 9, v$)
|
|
33320
|
+
]))), 256)) : (o(), h("div", b$, [
|
|
33321
|
+
T("a", { href: i.fieldModel }, b(i.fieldModel), 9, k$)
|
|
33225
33322
|
]))
|
|
33226
33323
|
], 64)) : _("", !0),
|
|
33227
33324
|
i.isNumber ? (o(), h(D, { key: 6 }, [
|
|
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",
|
|
33325
|
+
i.multiValue ? (o(!0), h(D, { key: 0 }, A(i.fieldModel, (S, C) => (o(), h("div", null, b(S), 1))), 256)) : (o(), h("div", w$, b(i.fieldModel), 1))
|
|
33229
33326
|
], 64)) : _("", !0)
|
|
33230
33327
|
], 64))
|
|
33231
33328
|
], 2)) : _("", !0);
|
|
33232
33329
|
}
|
|
33233
|
-
const Vh = /* @__PURE__ */ M(
|
|
33330
|
+
const Vh = /* @__PURE__ */ M(WN, [["render", x$], ["__scopeId", "data-v-20e6bdd4"]]), T$ = {
|
|
33234
33331
|
props: {
|
|
33235
33332
|
parentModel: {
|
|
33236
33333
|
type: Object
|
|
@@ -33287,7 +33384,7 @@ const Vh = /* @__PURE__ */ M(BN, [["render", k$], ["__scopeId", "data-v-20e6bdd4
|
|
|
33287
33384
|
}
|
|
33288
33385
|
}
|
|
33289
33386
|
};
|
|
33290
|
-
function
|
|
33387
|
+
function S$(e, t, n, r, s, i) {
|
|
33291
33388
|
const a = y("ux-field-render");
|
|
33292
33389
|
return o(), h("div", {
|
|
33293
33390
|
class: $(["ux-render", i.renderClass])
|
|
@@ -33311,8 +33408,8 @@ function x$(e, t, n, r, s, i) {
|
|
|
33311
33408
|
], !0)
|
|
33312
33409
|
], 2);
|
|
33313
33410
|
}
|
|
33314
|
-
const
|
|
33315
|
-
function
|
|
33411
|
+
const O$ = /* @__PURE__ */ M(T$, [["render", S$], ["__scopeId", "data-v-0b434a9f"]]);
|
|
33412
|
+
function D$(e) {
|
|
33316
33413
|
e = e || {}, Math.max(parseInt(e.minimum || 0), 0);
|
|
33317
33414
|
let t = Math.max(parseInt(e.maximum || 0), 0);
|
|
33318
33415
|
const n = mf({}), r = Gt([]);
|
|
@@ -33366,7 +33463,7 @@ function S$(e) {
|
|
|
33366
33463
|
}), n;
|
|
33367
33464
|
}
|
|
33368
33465
|
var Za, Hc;
|
|
33369
|
-
function
|
|
33466
|
+
function C$() {
|
|
33370
33467
|
if (Hc) return Za;
|
|
33371
33468
|
Hc = 1;
|
|
33372
33469
|
var e = "__lodash_hash_undefined__";
|
|
@@ -33376,7 +33473,7 @@ function O$() {
|
|
|
33376
33473
|
return Za = t, Za;
|
|
33377
33474
|
}
|
|
33378
33475
|
var Xa, Gc;
|
|
33379
|
-
function
|
|
33476
|
+
function E$() {
|
|
33380
33477
|
if (Gc) return Xa;
|
|
33381
33478
|
Gc = 1;
|
|
33382
33479
|
function e(t) {
|
|
@@ -33385,10 +33482,10 @@ function D$() {
|
|
|
33385
33482
|
return Xa = e, Xa;
|
|
33386
33483
|
}
|
|
33387
33484
|
var Qa, Yc;
|
|
33388
|
-
function
|
|
33485
|
+
function M$() {
|
|
33389
33486
|
if (Yc) return Qa;
|
|
33390
33487
|
Yc = 1;
|
|
33391
|
-
var e = _m(), t =
|
|
33488
|
+
var e = _m(), t = C$(), n = E$();
|
|
33392
33489
|
function r(s) {
|
|
33393
33490
|
var i = -1, a = s == null ? 0 : s.length;
|
|
33394
33491
|
for (this.__data__ = new e(); ++i < a; )
|
|
@@ -33397,7 +33494,7 @@ function C$() {
|
|
|
33397
33494
|
return r.prototype.add = r.prototype.push = t, r.prototype.has = n, Qa = r, Qa;
|
|
33398
33495
|
}
|
|
33399
33496
|
var el, Jc;
|
|
33400
|
-
function
|
|
33497
|
+
function V$() {
|
|
33401
33498
|
if (Jc) return el;
|
|
33402
33499
|
Jc = 1;
|
|
33403
33500
|
var e = vh();
|
|
@@ -33408,7 +33505,7 @@ function E$() {
|
|
|
33408
33505
|
return el = t, el;
|
|
33409
33506
|
}
|
|
33410
33507
|
var tl, Kc;
|
|
33411
|
-
function
|
|
33508
|
+
function I$() {
|
|
33412
33509
|
if (Kc) return tl;
|
|
33413
33510
|
Kc = 1;
|
|
33414
33511
|
function e(t, n, r) {
|
|
@@ -33420,7 +33517,7 @@ function M$() {
|
|
|
33420
33517
|
return tl = e, tl;
|
|
33421
33518
|
}
|
|
33422
33519
|
var nl, Zc;
|
|
33423
|
-
function
|
|
33520
|
+
function F$() {
|
|
33424
33521
|
if (Zc) return nl;
|
|
33425
33522
|
Zc = 1;
|
|
33426
33523
|
function e(t, n) {
|
|
@@ -33429,14 +33526,14 @@ function V$() {
|
|
|
33429
33526
|
return nl = e, nl;
|
|
33430
33527
|
}
|
|
33431
33528
|
var il, Xc;
|
|
33432
|
-
function
|
|
33529
|
+
function A$() {
|
|
33433
33530
|
if (Xc) return il;
|
|
33434
33531
|
Xc = 1;
|
|
33435
33532
|
var e = zl(), t = qn(), n = e(t, "Set");
|
|
33436
33533
|
return il = n, il;
|
|
33437
33534
|
}
|
|
33438
33535
|
var rl, Qc;
|
|
33439
|
-
function
|
|
33536
|
+
function N$() {
|
|
33440
33537
|
if (Qc) return rl;
|
|
33441
33538
|
Qc = 1;
|
|
33442
33539
|
function e() {
|
|
@@ -33456,19 +33553,19 @@ function Ih() {
|
|
|
33456
33553
|
return sl = e, sl;
|
|
33457
33554
|
}
|
|
33458
33555
|
var al, tf;
|
|
33459
|
-
function
|
|
33556
|
+
function $$() {
|
|
33460
33557
|
if (tf) return al;
|
|
33461
33558
|
tf = 1;
|
|
33462
|
-
var e =
|
|
33559
|
+
var e = A$(), t = N$(), n = Ih(), r = 1 / 0, s = e && 1 / n(new e([, -0]))[1] == r ? function(i) {
|
|
33463
33560
|
return new e(i);
|
|
33464
33561
|
} : t;
|
|
33465
33562
|
return al = s, al;
|
|
33466
33563
|
}
|
|
33467
33564
|
var ll, nf;
|
|
33468
|
-
function
|
|
33565
|
+
function P$() {
|
|
33469
33566
|
if (nf) return ll;
|
|
33470
33567
|
nf = 1;
|
|
33471
|
-
var e =
|
|
33568
|
+
var e = M$(), t = V$(), n = I$(), r = F$(), s = $$(), i = Ih(), a = 200;
|
|
33472
33569
|
function l(u, d, m) {
|
|
33473
33570
|
var p = -1, g = t, v = u.length, x = !0, w = [], S = w;
|
|
33474
33571
|
if (m)
|
|
@@ -33495,18 +33592,18 @@ function N$() {
|
|
|
33495
33592
|
return ll = l, ll;
|
|
33496
33593
|
}
|
|
33497
33594
|
var ol, rf;
|
|
33498
|
-
function
|
|
33595
|
+
function L$() {
|
|
33499
33596
|
if (rf) return ol;
|
|
33500
33597
|
rf = 1;
|
|
33501
|
-
var e =
|
|
33598
|
+
var e = P$();
|
|
33502
33599
|
function t(n) {
|
|
33503
33600
|
return n && n.length ? e(n) : [];
|
|
33504
33601
|
}
|
|
33505
33602
|
return ol = t, ol;
|
|
33506
33603
|
}
|
|
33507
|
-
var
|
|
33508
|
-
const
|
|
33509
|
-
function
|
|
33604
|
+
var R$ = L$();
|
|
33605
|
+
const U$ = /* @__PURE__ */ Kt(R$);
|
|
33606
|
+
function j$(e, t) {
|
|
33510
33607
|
var n = [], r;
|
|
33511
33608
|
switch (t) {
|
|
33512
33609
|
case "image":
|
|
@@ -33657,7 +33754,7 @@ function sf() {
|
|
|
33657
33754
|
};
|
|
33658
33755
|
}
|
|
33659
33756
|
let ul;
|
|
33660
|
-
const
|
|
33757
|
+
const q$ = {
|
|
33661
33758
|
emits: ["loading", "loaded", "click:row", "click:actions"],
|
|
33662
33759
|
props: {
|
|
33663
33760
|
defaultPage: {
|
|
@@ -33771,8 +33868,9 @@ const U$ = {
|
|
|
33771
33868
|
beforeUnmount() {
|
|
33772
33869
|
},
|
|
33773
33870
|
async created() {
|
|
33871
|
+
var t;
|
|
33774
33872
|
var e = this;
|
|
33775
|
-
await e.$glossary.ensure(e.type), e.sort = e.defaultSort, e.debounceReload = gi(function() {
|
|
33873
|
+
(t = e.options) != null && t.definition || await e.$glossary.ensure(e.type), e.sort = e.defaultSort, e.debounceReload = gi(function() {
|
|
33776
33874
|
e.reload();
|
|
33777
33875
|
}), e.debounceReload();
|
|
33778
33876
|
},
|
|
@@ -34160,7 +34258,7 @@ const U$ = {
|
|
|
34160
34258
|
t.push("event");
|
|
34161
34259
|
break;
|
|
34162
34260
|
}
|
|
34163
|
-
return
|
|
34261
|
+
return U$(t);
|
|
34164
34262
|
},
|
|
34165
34263
|
columns() {
|
|
34166
34264
|
let e = [], t = {};
|
|
@@ -34175,7 +34273,7 @@ const U$ = {
|
|
|
34175
34273
|
}
|
|
34176
34274
|
var r = this.actualOptions.prefixColumns || [];
|
|
34177
34275
|
r.forEach(n(!0));
|
|
34178
|
-
var s = this.actualOptions.columns || [], i = s.length ? s :
|
|
34276
|
+
var s = this.actualOptions.columns || [], i = s.length ? s : j$(this, this.basicType);
|
|
34179
34277
|
i.length || i.push({
|
|
34180
34278
|
title: "Title",
|
|
34181
34279
|
key: "title"
|
|
@@ -34332,7 +34430,7 @@ const U$ = {
|
|
|
34332
34430
|
data() {
|
|
34333
34431
|
var s;
|
|
34334
34432
|
var e = this.selectionManager;
|
|
34335
|
-
e || (e = new
|
|
34433
|
+
e || (e = new D$({ minimum: this.minimum, maximum: this.maximum })), this.modelValue && e.setSelection(this.modelValue);
|
|
34336
34434
|
const t = Math.max(
|
|
34337
34435
|
isNaN(this.defaultPage) ? 1 : this.defaultPage || 1,
|
|
34338
34436
|
1
|
|
@@ -34373,11 +34471,11 @@ const U$ = {
|
|
|
34373
34471
|
actualOptions: this.options
|
|
34374
34472
|
};
|
|
34375
34473
|
}
|
|
34376
|
-
}, oo = (e) => (je("data-v-
|
|
34474
|
+
}, oo = (e) => (je("data-v-95f7cf38"), e = e(), qe(), e), B$ = /* @__PURE__ */ oo(() => /* @__PURE__ */ T("strong", null, "Select Columns", -1)), z$ = {
|
|
34377
34475
|
key: 0,
|
|
34378
34476
|
class: "font-sm"
|
|
34379
|
-
},
|
|
34380
|
-
function
|
|
34477
|
+
}, W$ = { class: "footer" }, H$ = /* @__PURE__ */ oo(() => /* @__PURE__ */ T("p", null, null, -1)), G$ = { key: 0 }, Y$ = /* @__PURE__ */ oo(() => /* @__PURE__ */ T("p", null, null, -1));
|
|
34478
|
+
function J$(e, t, n, r, s, i) {
|
|
34381
34479
|
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");
|
|
34382
34480
|
return i.actualDefinition ? (o(), k(d, {
|
|
34383
34481
|
key: 0,
|
|
@@ -34481,7 +34579,7 @@ function G$(e, t, n, r, s, i) {
|
|
|
34481
34579
|
icon: "fa-plus-minus",
|
|
34482
34580
|
left: ""
|
|
34483
34581
|
}),
|
|
34484
|
-
|
|
34582
|
+
B$
|
|
34485
34583
|
]),
|
|
34486
34584
|
_: 1
|
|
34487
34585
|
})
|
|
@@ -34537,7 +34635,7 @@ function G$(e, t, n, r, s, i) {
|
|
|
34537
34635
|
c(l, null, {
|
|
34538
34636
|
default: f(() => [
|
|
34539
34637
|
T("div", null, b(i.emptyTextString), 1),
|
|
34540
|
-
n.dateFilterEnabled ? (o(), h("div",
|
|
34638
|
+
n.dateFilterEnabled ? (o(), h("div", z$, " Try changing your date range or updating your filter. ")) : _("", !0)
|
|
34541
34639
|
]),
|
|
34542
34640
|
_: 1
|
|
34543
34641
|
})
|
|
@@ -34555,7 +34653,7 @@ function G$(e, t, n, r, s, i) {
|
|
|
34555
34653
|
s.dataSource && !i.boundaryMessage ? (o(), k(V, { key: 0 }, {
|
|
34556
34654
|
default: f(() => [
|
|
34557
34655
|
z(e.$slots, "footera", {}, void 0, !0),
|
|
34558
|
-
T("div",
|
|
34656
|
+
T("div", W$, [
|
|
34559
34657
|
c(C, {
|
|
34560
34658
|
page: s.page,
|
|
34561
34659
|
"onUpdate:page": t[2] || (t[2] = (H) => s.page = H),
|
|
@@ -34587,15 +34685,15 @@ function G$(e, t, n, r, s, i) {
|
|
|
34587
34685
|
debounce: 500,
|
|
34588
34686
|
placeholder: "Keyword Search"
|
|
34589
34687
|
}, null, 8, ["modelValue", "loading"]),
|
|
34590
|
-
|
|
34591
|
-
n.dateFilterEnabled ? (o(), h("div",
|
|
34688
|
+
H$,
|
|
34689
|
+
n.dateFilterEnabled ? (o(), h("div", G$, [
|
|
34592
34690
|
c(X, {
|
|
34593
34691
|
field: i.dateRangeField,
|
|
34594
34692
|
modelValue: s.dateRangeFilter,
|
|
34595
34693
|
"onUpdate:modelValue": t[4] || (t[4] = (H) => s.dateRangeFilter = H)
|
|
34596
34694
|
}, null, 8, ["field", "modelValue"])
|
|
34597
34695
|
])) : _("", !0),
|
|
34598
|
-
|
|
34696
|
+
Y$,
|
|
34599
34697
|
c(ne, {
|
|
34600
34698
|
definition: i.actualDefinition,
|
|
34601
34699
|
modelValue: s.actualFilter,
|
|
@@ -34622,7 +34720,7 @@ function G$(e, t, n, r, s, i) {
|
|
|
34622
34720
|
_: 3
|
|
34623
34721
|
})) : _("", !0);
|
|
34624
34722
|
}
|
|
34625
|
-
const
|
|
34723
|
+
const K$ = /* @__PURE__ */ M(q$, [["render", J$], ["__scopeId", "data-v-95f7cf38"]]), Z$ = {
|
|
34626
34724
|
props: {
|
|
34627
34725
|
modal: {
|
|
34628
34726
|
type: Object,
|
|
@@ -34653,9 +34751,9 @@ const Y$ = /* @__PURE__ */ M(U$, [["render", G$], ["__scopeId", "data-v-b0fd455a
|
|
|
34653
34751
|
return this.modal.style && (e = Object.assign(e, this.modal.style)), e;
|
|
34654
34752
|
}
|
|
34655
34753
|
}
|
|
34656
|
-
},
|
|
34657
|
-
function
|
|
34658
|
-
return o(), h("div",
|
|
34754
|
+
}, X$ = { class: "modal-wrapper" };
|
|
34755
|
+
function Q$(e, t, n, r, s, i) {
|
|
34756
|
+
return o(), h("div", X$, [
|
|
34659
34757
|
T("div", {
|
|
34660
34758
|
class: "modal-blanket",
|
|
34661
34759
|
onClick: t[0] || (t[0] = (...a) => i.blanketClick && i.blanketClick(...a))
|
|
@@ -34674,7 +34772,7 @@ function Z$(e, t, n, r, s, i) {
|
|
|
34674
34772
|
], 4)
|
|
34675
34773
|
]);
|
|
34676
34774
|
}
|
|
34677
|
-
const
|
|
34775
|
+
const eP = /* @__PURE__ */ M(Z$, [["render", Q$], ["__scopeId", "data-v-2a319a6b"]]), tP = {
|
|
34678
34776
|
mixins: [wn],
|
|
34679
34777
|
computed: {
|
|
34680
34778
|
confirmText() {
|
|
@@ -34702,25 +34800,25 @@ const X$ = /* @__PURE__ */ M(J$, [["render", Z$], ["__scopeId", "data-v-587df690
|
|
|
34702
34800
|
}
|
|
34703
34801
|
}
|
|
34704
34802
|
}
|
|
34705
|
-
},
|
|
34706
|
-
function
|
|
34803
|
+
}, nP = { class: "padder" }, iP = ["innerHTML"], rP = { class: "padder" };
|
|
34804
|
+
function sP(e, t, n, r, s, i) {
|
|
34707
34805
|
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");
|
|
34708
34806
|
return o(), k(p, { class: "wrapper" }, {
|
|
34709
34807
|
default: f(() => [
|
|
34710
34808
|
c(a, null, {
|
|
34711
34809
|
default: f(() => [
|
|
34712
|
-
T("div",
|
|
34810
|
+
T("div", nP, [
|
|
34713
34811
|
T("h5", null, b(e.options.title), 1),
|
|
34714
34812
|
T("div", {
|
|
34715
34813
|
innerHTML: e.options.description
|
|
34716
|
-
}, null, 8,
|
|
34814
|
+
}, null, 8, iP)
|
|
34717
34815
|
])
|
|
34718
34816
|
]),
|
|
34719
34817
|
_: 1
|
|
34720
34818
|
}),
|
|
34721
34819
|
c(m, null, {
|
|
34722
34820
|
default: f(() => [
|
|
34723
|
-
T("div",
|
|
34821
|
+
T("div", rP, [
|
|
34724
34822
|
c(d, null, {
|
|
34725
34823
|
default: f(() => [
|
|
34726
34824
|
c(u, null, {
|
|
@@ -34762,7 +34860,7 @@ function iP(e, t, n, r, s, i) {
|
|
|
34762
34860
|
_: 1
|
|
34763
34861
|
});
|
|
34764
34862
|
}
|
|
34765
|
-
const
|
|
34863
|
+
const aP = /* @__PURE__ */ M(tP, [["render", sP], ["__scopeId", "data-v-ee67e4b1"]]), lP = {
|
|
34766
34864
|
data() {
|
|
34767
34865
|
return {
|
|
34768
34866
|
selected: null,
|
|
@@ -34801,21 +34899,21 @@ const rP = /* @__PURE__ */ M(Q$, [["render", iP], ["__scopeId", "data-v-ee67e4b1
|
|
|
34801
34899
|
this.selected = e, this.close(e);
|
|
34802
34900
|
}
|
|
34803
34901
|
}
|
|
34804
|
-
},
|
|
34902
|
+
}, oP = { class: "options-modal-header" }, uP = { class: "padder" }, dP = { class: "options-modal-header" }, cP = { class: "padder" }, fP = ["onClick"], mP = ["innerHTML"], hP = {
|
|
34805
34903
|
key: 0,
|
|
34806
34904
|
class: "title"
|
|
34807
|
-
},
|
|
34905
|
+
}, pP = {
|
|
34808
34906
|
key: 1,
|
|
34809
34907
|
class: "description"
|
|
34810
|
-
},
|
|
34811
|
-
function
|
|
34908
|
+
}, yP = { class: "padder" };
|
|
34909
|
+
function gP(e, t, n, r, s, i) {
|
|
34812
34910
|
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");
|
|
34813
34911
|
return o(), k(x, { class: "wrapper" }, {
|
|
34814
34912
|
default: f(() => [
|
|
34815
34913
|
e.options.title || e.options.description ? (o(), k(a, { key: 0 }, {
|
|
34816
34914
|
default: f(() => [
|
|
34817
|
-
T("div",
|
|
34818
|
-
T("div",
|
|
34915
|
+
T("div", oP, [
|
|
34916
|
+
T("div", uP, [
|
|
34819
34917
|
T("h5", null, b(e.options.title), 1),
|
|
34820
34918
|
T("div", null, b(e.options.description), 1)
|
|
34821
34919
|
])
|
|
@@ -34825,8 +34923,8 @@ function pP(e, t, n, r, s, i) {
|
|
|
34825
34923
|
})) : _("", !0),
|
|
34826
34924
|
i.searchEnabled ? (o(), k(a, { key: 1 }, {
|
|
34827
34925
|
default: f(() => [
|
|
34828
|
-
T("div",
|
|
34829
|
-
T("div",
|
|
34926
|
+
T("div", dP, [
|
|
34927
|
+
T("div", cP, [
|
|
34830
34928
|
c(l, {
|
|
34831
34929
|
modelValue: s.search,
|
|
34832
34930
|
"onUpdate:modelValue": t[0] || (t[0] = (w) => s.search = w),
|
|
@@ -34861,14 +34959,14 @@ function pP(e, t, n, r, s, i) {
|
|
|
34861
34959
|
T("div", {
|
|
34862
34960
|
class: "option-icon",
|
|
34863
34961
|
innerHTML: w.icon
|
|
34864
|
-
}, null, 8,
|
|
34962
|
+
}, null, 8, mP)
|
|
34865
34963
|
]),
|
|
34866
34964
|
_: 2
|
|
34867
34965
|
}, 1024)) : _("", !0),
|
|
34868
34966
|
c(u, null, {
|
|
34869
34967
|
default: f(() => [
|
|
34870
|
-
w.title ? (o(), h("div",
|
|
34871
|
-
w.description ? (o(), h("div",
|
|
34968
|
+
w.title ? (o(), h("div", hP, b(w.title), 1)) : _("", !0),
|
|
34969
|
+
w.description ? (o(), h("div", pP, b(w.description), 1)) : _("", !0)
|
|
34872
34970
|
]),
|
|
34873
34971
|
_: 2
|
|
34874
34972
|
}, 1024),
|
|
@@ -34884,14 +34982,14 @@ function pP(e, t, n, r, s, i) {
|
|
|
34884
34982
|
]),
|
|
34885
34983
|
_: 2
|
|
34886
34984
|
}, 1024)
|
|
34887
|
-
], 8,
|
|
34985
|
+
], 8, fP))), 256))
|
|
34888
34986
|
], 2)
|
|
34889
34987
|
]),
|
|
34890
34988
|
_: 1
|
|
34891
34989
|
}),
|
|
34892
34990
|
c(v, { class: "options-modal-footer" }, {
|
|
34893
34991
|
default: f(() => [
|
|
34894
|
-
T("div",
|
|
34992
|
+
T("div", yP, [
|
|
34895
34993
|
c(g, {
|
|
34896
34994
|
size: "sm",
|
|
34897
34995
|
onClick: e.dismiss
|
|
@@ -34909,7 +35007,7 @@ function pP(e, t, n, r, s, i) {
|
|
|
34909
35007
|
_: 1
|
|
34910
35008
|
});
|
|
34911
35009
|
}
|
|
34912
|
-
const
|
|
35010
|
+
const _P = /* @__PURE__ */ M(lP, [["render", gP], ["__scopeId", "data-v-79ee703e"]]), vP = {
|
|
34913
35011
|
mixins: [wn],
|
|
34914
35012
|
data() {
|
|
34915
35013
|
return {
|
|
@@ -34942,8 +35040,8 @@ const yP = /* @__PURE__ */ M(sP, [["render", pP], ["__scopeId", "data-v-79ee703e
|
|
|
34942
35040
|
created() {
|
|
34943
35041
|
this.options.model && (this.model = this.options.model);
|
|
34944
35042
|
}
|
|
34945
|
-
},
|
|
34946
|
-
function
|
|
35043
|
+
}, bP = { class: "padder" }, kP = { key: 0 }, wP = { class: "padder" };
|
|
35044
|
+
function xP(e, t, n, r, s, i) {
|
|
34947
35045
|
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");
|
|
34948
35046
|
return o(), h("form", {
|
|
34949
35047
|
class: "wrapper",
|
|
@@ -34953,9 +35051,9 @@ function kP(e, t, n, r, s, i) {
|
|
|
34953
35051
|
default: f(() => [
|
|
34954
35052
|
c(l, null, {
|
|
34955
35053
|
default: f(() => [
|
|
34956
|
-
T("div",
|
|
35054
|
+
T("div", bP, [
|
|
34957
35055
|
T("h5", null, b(e.options.title), 1),
|
|
34958
|
-
e.options.description ? (o(), h("p",
|
|
35056
|
+
e.options.description ? (o(), h("p", kP, b(e.options.description), 1)) : _("", !0),
|
|
34959
35057
|
c(a, {
|
|
34960
35058
|
ref: "form",
|
|
34961
35059
|
"onForm:state": i.formStateUpdated,
|
|
@@ -34969,7 +35067,7 @@ function kP(e, t, n, r, s, i) {
|
|
|
34969
35067
|
}),
|
|
34970
35068
|
c(g, { class: "border-top" }, {
|
|
34971
35069
|
default: f(() => [
|
|
34972
|
-
T("div",
|
|
35070
|
+
T("div", wP, [
|
|
34973
35071
|
c(p, null, {
|
|
34974
35072
|
default: f(() => [
|
|
34975
35073
|
c(d, { shrink: "" }, {
|
|
@@ -35015,8 +35113,8 @@ function kP(e, t, n, r, s, i) {
|
|
|
35015
35113
|
})
|
|
35016
35114
|
], 32);
|
|
35017
35115
|
}
|
|
35018
|
-
const
|
|
35019
|
-
function
|
|
35116
|
+
const TP = /* @__PURE__ */ M(vP, [["render", xP], ["__scopeId", "data-v-22036a05"]]);
|
|
35117
|
+
function SP(e, t) {
|
|
35020
35118
|
switch (e) {
|
|
35021
35119
|
case "systemtask":
|
|
35022
35120
|
case "comment":
|
|
@@ -35039,7 +35137,7 @@ function xP(e, t) {
|
|
|
35039
35137
|
break;
|
|
35040
35138
|
}
|
|
35041
35139
|
}
|
|
35042
|
-
function
|
|
35140
|
+
function OP(e, t) {
|
|
35043
35141
|
let n = [];
|
|
35044
35142
|
switch (e) {
|
|
35045
35143
|
case "transaction":
|
|
@@ -35227,9 +35325,9 @@ function TP(e, t) {
|
|
|
35227
35325
|
}
|
|
35228
35326
|
return n;
|
|
35229
35327
|
}
|
|
35230
|
-
const
|
|
35328
|
+
const DP = {
|
|
35231
35329
|
components: {
|
|
35232
|
-
ContentBrowser:
|
|
35330
|
+
ContentBrowser: K$,
|
|
35233
35331
|
Search: Qt,
|
|
35234
35332
|
DateRange: Um
|
|
35235
35333
|
},
|
|
@@ -35252,7 +35350,7 @@ const SP = {
|
|
|
35252
35350
|
},
|
|
35253
35351
|
dateShortcuts() {
|
|
35254
35352
|
const e = this.definition.key, t = this.definition.definesType || e;
|
|
35255
|
-
return
|
|
35353
|
+
return OP(t);
|
|
35256
35354
|
},
|
|
35257
35355
|
bigData() {
|
|
35258
35356
|
var e;
|
|
@@ -35260,7 +35358,7 @@ const SP = {
|
|
|
35260
35358
|
},
|
|
35261
35359
|
dateFilterEnabled() {
|
|
35262
35360
|
const e = this.definition.key, t = this.definition.definesType || e;
|
|
35263
|
-
return
|
|
35361
|
+
return SP(t, e);
|
|
35264
35362
|
},
|
|
35265
35363
|
dateSummary() {
|
|
35266
35364
|
let { startDate: e, endDate: t } = this.dateRange;
|
|
@@ -35363,8 +35461,8 @@ const SP = {
|
|
|
35363
35461
|
this.close(this.model);
|
|
35364
35462
|
}
|
|
35365
35463
|
}
|
|
35366
|
-
},
|
|
35367
|
-
function
|
|
35464
|
+
}, CP = { class: "header" }, EP = { class: "font-muted font-sm" }, MP = { class: "date-range" }, VP = { class: "date-shortcuts" }, IP = ["onClick"], FP = { class: "rolodex" };
|
|
35465
|
+
function AP(e, t, n, r, s, i) {
|
|
35368
35466
|
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");
|
|
35369
35467
|
return o(), k(a, { class: "wrapper" }, {
|
|
35370
35468
|
default: f(() => [
|
|
@@ -35377,7 +35475,7 @@ function IP(e, t, n, r, s, i) {
|
|
|
35377
35475
|
s.definition ? (o(), h(D, { key: 0 }, [
|
|
35378
35476
|
c(x, null, {
|
|
35379
35477
|
default: f(() => [
|
|
35380
|
-
T("div",
|
|
35478
|
+
T("div", CP, [
|
|
35381
35479
|
c(p, {
|
|
35382
35480
|
vcenter: "",
|
|
35383
35481
|
gap: ""
|
|
@@ -35391,7 +35489,7 @@ function IP(e, t, n, r, s, i) {
|
|
|
35391
35489
|
}),
|
|
35392
35490
|
i.maximum ? (o(), k(l, { key: 0 }, {
|
|
35393
35491
|
default: f(() => [
|
|
35394
|
-
T("span",
|
|
35492
|
+
T("span", EP, "(" + b(s.model.length) + " of " + b(i.maximum) + ")", 1)
|
|
35395
35493
|
]),
|
|
35396
35494
|
_: 1
|
|
35397
35495
|
})) : _("", !0),
|
|
@@ -35429,16 +35527,16 @@ function IP(e, t, n, r, s, i) {
|
|
|
35429
35527
|
])
|
|
35430
35528
|
]),
|
|
35431
35529
|
default: f(() => [
|
|
35432
|
-
T("div",
|
|
35530
|
+
T("div", MP, [
|
|
35433
35531
|
c(p, { gap: "" }, {
|
|
35434
35532
|
default: f(() => [
|
|
35435
35533
|
c(l, { shrink: "" }, {
|
|
35436
35534
|
default: f(() => [
|
|
35437
|
-
T("ul",
|
|
35535
|
+
T("ul", VP, [
|
|
35438
35536
|
(o(!0), h(D, null, A(i.dateShortcuts, (C) => (o(), h("li", null, [
|
|
35439
35537
|
T("a", {
|
|
35440
35538
|
onClick: (V) => i.setDateRange(C)
|
|
35441
|
-
}, b(C.title), 9,
|
|
35539
|
+
}, b(C.title), 9, IP)
|
|
35442
35540
|
]))), 256))
|
|
35443
35541
|
])
|
|
35444
35542
|
]),
|
|
@@ -35522,7 +35620,7 @@ function IP(e, t, n, r, s, i) {
|
|
|
35522
35620
|
abovecontent: f(() => [
|
|
35523
35621
|
i.rolodexEnabled ? (o(), k(x, { key: 0 }, {
|
|
35524
35622
|
default: f(() => [
|
|
35525
|
-
T("div",
|
|
35623
|
+
T("div", FP, [
|
|
35526
35624
|
c(d, {
|
|
35527
35625
|
size: "sm",
|
|
35528
35626
|
onClick: t[3] || (t[3] = (C) => i.toggleRolodex("")),
|
|
@@ -35558,7 +35656,7 @@ function IP(e, t, n, r, s, i) {
|
|
|
35558
35656
|
_: 1
|
|
35559
35657
|
});
|
|
35560
35658
|
}
|
|
35561
|
-
const
|
|
35659
|
+
const NP = /* @__PURE__ */ M(DP, [["render", AP], ["__scopeId", "data-v-aeaca77a"]]), $P = {
|
|
35562
35660
|
components: {
|
|
35563
35661
|
ScopeSelect: c2
|
|
35564
35662
|
// Search,
|
|
@@ -35632,14 +35730,14 @@ const FP = /* @__PURE__ */ M(SP, [["render", IP], ["__scopeId", "data-v-aeaca77a
|
|
|
35632
35730
|
console.log("selection complete", e, this.model), this.close(this.model);
|
|
35633
35731
|
}
|
|
35634
35732
|
}
|
|
35635
|
-
},
|
|
35636
|
-
function
|
|
35733
|
+
}, PP = (e) => (je("data-v-c5b42335"), e = e(), qe(), e), LP = { class: "header" }, RP = /* @__PURE__ */ PP(() => /* @__PURE__ */ T("h3", null, "Select Scopes", -1));
|
|
35734
|
+
function UP(e, t, n, r, s, i) {
|
|
35637
35735
|
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");
|
|
35638
35736
|
return o(), k(p, { class: "wrapper" }, {
|
|
35639
35737
|
default: f(() => [
|
|
35640
35738
|
c(d, null, {
|
|
35641
35739
|
default: f(() => [
|
|
35642
|
-
T("div",
|
|
35740
|
+
T("div", LP, [
|
|
35643
35741
|
c(u, {
|
|
35644
35742
|
vcenter: "",
|
|
35645
35743
|
gap: ""
|
|
@@ -35647,7 +35745,7 @@ function LP(e, t, n, r, s, i) {
|
|
|
35647
35745
|
default: f(() => [
|
|
35648
35746
|
c(a, null, {
|
|
35649
35747
|
default: f(() => [
|
|
35650
|
-
|
|
35748
|
+
RP
|
|
35651
35749
|
]),
|
|
35652
35750
|
_: 1
|
|
35653
35751
|
}),
|
|
@@ -35684,7 +35782,7 @@ function LP(e, t, n, r, s, i) {
|
|
|
35684
35782
|
_: 1
|
|
35685
35783
|
});
|
|
35686
35784
|
}
|
|
35687
|
-
const
|
|
35785
|
+
const jP = /* @__PURE__ */ M($P, [["render", UP], ["__scopeId", "data-v-c5b42335"]]), qP = {
|
|
35688
35786
|
mixins: [wn],
|
|
35689
35787
|
components: {
|
|
35690
35788
|
Tagger: $T
|
|
@@ -35708,17 +35806,17 @@ const RP = /* @__PURE__ */ M(AP, [["render", LP], ["__scopeId", "data-v-c5b42335
|
|
|
35708
35806
|
data() {
|
|
35709
35807
|
return {};
|
|
35710
35808
|
}
|
|
35711
|
-
},
|
|
35809
|
+
}, BP = { class: "header" }, zP = {
|
|
35712
35810
|
key: 0,
|
|
35713
35811
|
class: "font-sm font-muted"
|
|
35714
|
-
},
|
|
35715
|
-
function
|
|
35812
|
+
}, WP = { class: "footer" };
|
|
35813
|
+
function HP(e, t, n, r, s, i) {
|
|
35716
35814
|
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");
|
|
35717
35815
|
return o(), k(x, { class: "wrapper" }, {
|
|
35718
35816
|
default: f(() => [
|
|
35719
35817
|
c(u, null, {
|
|
35720
35818
|
default: f(() => [
|
|
35721
|
-
T("div",
|
|
35819
|
+
T("div", BP, [
|
|
35722
35820
|
c(l, {
|
|
35723
35821
|
gap: "",
|
|
35724
35822
|
center: ""
|
|
@@ -35729,7 +35827,7 @@ function zP(e, t, n, r, s, i) {
|
|
|
35729
35827
|
var w;
|
|
35730
35828
|
return [
|
|
35731
35829
|
T("h3", null, b(i.title), 1),
|
|
35732
|
-
(w = i.description) != null && w.length ? (o(), h("div",
|
|
35830
|
+
(w = i.description) != null && w.length ? (o(), h("div", zP, b(i.description), 1)) : _("", !0)
|
|
35733
35831
|
];
|
|
35734
35832
|
}),
|
|
35735
35833
|
_: 1
|
|
@@ -35757,7 +35855,7 @@ function zP(e, t, n, r, s, i) {
|
|
|
35757
35855
|
}),
|
|
35758
35856
|
c(v, null, {
|
|
35759
35857
|
default: f(() => [
|
|
35760
|
-
T("div",
|
|
35858
|
+
T("div", WP, [
|
|
35761
35859
|
c(l, {
|
|
35762
35860
|
gap: "",
|
|
35763
35861
|
center: ""
|
|
@@ -35800,7 +35898,7 @@ function zP(e, t, n, r, s, i) {
|
|
|
35800
35898
|
_: 1
|
|
35801
35899
|
});
|
|
35802
35900
|
}
|
|
35803
|
-
const
|
|
35901
|
+
const GP = /* @__PURE__ */ M(qP, [["render", HP], ["__scopeId", "data-v-da6e77a9"]]), yt = "uploading", zi = "complete", dn = "ready", YP = "error", JP = "upload.cancel", KP = "upload.start", af = "upload.complete", ZP = "upload.progress", XP = "upload.error", QP = {
|
|
35804
35902
|
props: {
|
|
35805
35903
|
accept: {
|
|
35806
35904
|
type: String
|
|
@@ -35931,7 +36029,7 @@ const WP = /* @__PURE__ */ M(UP, [["render", zP], ["__scopeId", "data-v-da6e77a9
|
|
|
35931
36029
|
return new mf().bootstrap(d), n.queue.unshift(d), d;
|
|
35932
36030
|
},
|
|
35933
36031
|
cancelFile(e) {
|
|
35934
|
-
e.state == yt && (e.cancel && e.cancel("Cancelled"), e.bytesLoaded = 0, e.percent = 0, e.state = dn, e.dispatch(
|
|
36032
|
+
e.state == yt && (e.cancel && e.cancel("Cancelled"), e.bytesLoaded = 0, e.percent = 0, e.state = dn, e.dispatch(JP));
|
|
35935
36033
|
},
|
|
35936
36034
|
removeFile(e) {
|
|
35937
36035
|
var t = this.queue.indexOf(e);
|
|
@@ -35957,7 +36055,7 @@ const WP = /* @__PURE__ */ M(UP, [["render", zP], ["__scopeId", "data-v-da6e77a9
|
|
|
35957
36055
|
case yt:
|
|
35958
36056
|
return;
|
|
35959
36057
|
}
|
|
35960
|
-
e.state = yt, e.dispatch(
|
|
36058
|
+
e.state = yt, e.dispatch(KP);
|
|
35961
36059
|
{
|
|
35962
36060
|
const m = e.size, p = e.name, g = e.mime, { data: v } = await t.$sdk.api.post("/file/check", {
|
|
35963
36061
|
fileSize: m,
|
|
@@ -35981,7 +36079,7 @@ const WP = /* @__PURE__ */ M(UP, [["render", zP], ["__scopeId", "data-v-da6e77a9
|
|
|
35981
36079
|
let p = Math.floor(
|
|
35982
36080
|
m.loaded * 100 / m.total
|
|
35983
36081
|
);
|
|
35984
|
-
e.percent = p, e.bytesLoaded = m.loaded, e.bytesTotal = m.total, e.dispatch(
|
|
36082
|
+
e.percent = p, e.bytesLoaded = m.loaded, e.bytesTotal = m.total, e.dispatch(ZP, m);
|
|
35985
36083
|
}
|
|
35986
36084
|
};
|
|
35987
36085
|
const l = t.$sdk.api.CancelToken.source();
|
|
@@ -35993,7 +36091,7 @@ const WP = /* @__PURE__ */ M(UP, [["render", zP], ["__scopeId", "data-v-da6e77a9
|
|
|
35993
36091
|
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();
|
|
35994
36092
|
}), d.catch(function(m) {
|
|
35995
36093
|
var p = t.$sdk.api.wasCancelled(m);
|
|
35996
|
-
p ? e.state = dn : (e.state =
|
|
36094
|
+
p ? e.state = dn : (e.state = YP, e.dispatch(XP, m), t.uploadNextFile());
|
|
35997
36095
|
});
|
|
35998
36096
|
},
|
|
35999
36097
|
toggle() {
|
|
@@ -36050,9 +36148,9 @@ const WP = /* @__PURE__ */ M(UP, [["render", zP], ["__scopeId", "data-v-da6e77a9
|
|
|
36050
36148
|
e.uploading ? e.pause() : (e.queue.length = 0, e.defaultFreeformTags.length = 0, e.defaultScopes.length = 0);
|
|
36051
36149
|
}
|
|
36052
36150
|
}
|
|
36053
|
-
},
|
|
36054
|
-
function
|
|
36055
|
-
return o(), h("div",
|
|
36151
|
+
}, eL = { class: "uploader" }, tL = ["accept"], nL = ["accept"];
|
|
36152
|
+
function iL(e, t, n, r, s, i) {
|
|
36153
|
+
return o(), h("div", eL, [
|
|
36056
36154
|
T("input", {
|
|
36057
36155
|
style: { display: "none" },
|
|
36058
36156
|
accept: n.accept,
|
|
@@ -36060,13 +36158,13 @@ function tL(e, t, n, r, s, i) {
|
|
|
36060
36158
|
type: "file",
|
|
36061
36159
|
multiple: "",
|
|
36062
36160
|
onChange: t[0] || (t[0] = (a) => i.filesSelected(a.target.files))
|
|
36063
|
-
}, null, 40,
|
|
36161
|
+
}, null, 40, tL),
|
|
36064
36162
|
T("input", {
|
|
36065
36163
|
style: { display: "none" },
|
|
36066
36164
|
accept: n.accept,
|
|
36067
36165
|
ref: "immediateFile",
|
|
36068
36166
|
type: "file"
|
|
36069
|
-
}, null, 8,
|
|
36167
|
+
}, null, 8, nL),
|
|
36070
36168
|
z(e.$slots, "default", {
|
|
36071
36169
|
queue: s.queue,
|
|
36072
36170
|
items: e.items,
|
|
@@ -36078,11 +36176,11 @@ function tL(e, t, n, r, s, i) {
|
|
|
36078
36176
|
})
|
|
36079
36177
|
]);
|
|
36080
36178
|
}
|
|
36081
|
-
const
|
|
36082
|
-
function
|
|
36179
|
+
const dL = /* @__PURE__ */ M(QP, [["render", iL]]);
|
|
36180
|
+
function rL(e, t) {
|
|
36083
36181
|
return t.reduce((n, r) => Math.abs(r - e) < Math.abs(n - e) ? r : n);
|
|
36084
36182
|
}
|
|
36085
|
-
function
|
|
36183
|
+
function cL() {
|
|
36086
36184
|
var e = Gt({
|
|
36087
36185
|
mounted: !1,
|
|
36088
36186
|
screen: {
|
|
@@ -36155,7 +36253,7 @@ function uL() {
|
|
|
36155
36253
|
point: 0
|
|
36156
36254
|
}, a = 0;
|
|
36157
36255
|
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;
|
|
36158
|
-
const u =
|
|
36256
|
+
const u = rL(r, [320, 768, 1200, 1800, 2e3]), d = u * 1, m = u * 1.5, p = u * 2;
|
|
36159
36257
|
e.image = {
|
|
36160
36258
|
auto: {
|
|
36161
36259
|
low: d,
|
|
@@ -36169,7 +36267,7 @@ function uL() {
|
|
|
36169
36267
|
n.removeEventListener("resize", e.resize), n = !1, t = !1, e.mounted = !1;
|
|
36170
36268
|
}, e;
|
|
36171
36269
|
}
|
|
36172
|
-
const
|
|
36270
|
+
const sL = `qik vue ui ${Jh}`, lf = {
|
|
36173
36271
|
FlexColumn: ug,
|
|
36174
36272
|
FlexBody: mg,
|
|
36175
36273
|
FlexHeader: gg,
|
|
@@ -36188,10 +36286,10 @@ const iL = `qik vue ui ${Jh}`, lf = {
|
|
|
36188
36286
|
// UxCircle: UXCircle,
|
|
36189
36287
|
UxForm: Ch,
|
|
36190
36288
|
UxFormField: ao,
|
|
36191
|
-
UxFieldWrapper:
|
|
36192
|
-
UxSubmissionForm:
|
|
36193
|
-
UxPaymentMethodForm:
|
|
36194
|
-
UxRender:
|
|
36289
|
+
UxFieldWrapper: AN,
|
|
36290
|
+
UxSubmissionForm: uN,
|
|
36291
|
+
UxPaymentMethodForm: EN,
|
|
36292
|
+
UxRender: O$,
|
|
36195
36293
|
UxRenderField: Vh,
|
|
36196
36294
|
UxIcon: hk,
|
|
36197
36295
|
UxMenu: gk,
|
|
@@ -36212,12 +36310,12 @@ const iL = `qik vue ui ${Jh}`, lf = {
|
|
|
36212
36310
|
UxSpinner: Pn,
|
|
36213
36311
|
ProgressBar: Yu,
|
|
36214
36312
|
UxProgressBar: Yu,
|
|
36215
|
-
UxModal:
|
|
36313
|
+
UxModal: eP,
|
|
36216
36314
|
Compile: Mh
|
|
36217
|
-
},
|
|
36315
|
+
}, fL = {
|
|
36218
36316
|
install(e, t) {
|
|
36219
36317
|
var r;
|
|
36220
|
-
if (console.log(
|
|
36318
|
+
if (console.log(sL), t.date = fe, t.global = t.global || Gt({}), (r = t.global) != null && r.cacheKeys || (t.global.cacheKeys = t.global.cacheKeys || Gt({})), !t.global.glossary) {
|
|
36221
36319
|
var n = Zy(t);
|
|
36222
36320
|
e.config.globalProperties.$glossary = n, t.global.glossary = n;
|
|
36223
36321
|
}
|
|
@@ -36227,17 +36325,17 @@ const iL = `qik vue ui ${Jh}`, lf = {
|
|
|
36227
36325
|
});
|
|
36228
36326
|
}, t.prompt = function(s, i) {
|
|
36229
36327
|
return i = i || {}, i.model = i.model || {}, i.fields = s, t.modal({
|
|
36230
|
-
component:
|
|
36328
|
+
component: TP,
|
|
36231
36329
|
options: i
|
|
36232
36330
|
});
|
|
36233
36331
|
}, t.browse = function(s, i) {
|
|
36234
36332
|
return i = i || {}, i.type = s, i.model = i.model || [], t.modal({
|
|
36235
|
-
component:
|
|
36333
|
+
component: NP,
|
|
36236
36334
|
options: i
|
|
36237
36335
|
});
|
|
36238
36336
|
}, t.tag = function(s) {
|
|
36239
36337
|
return s = s || {}, s.model = s.model || [], t.modal({
|
|
36240
|
-
component:
|
|
36338
|
+
component: GP,
|
|
36241
36339
|
options: s
|
|
36242
36340
|
});
|
|
36243
36341
|
}, t.selectScopes = async function(s) {
|
|
@@ -36259,17 +36357,17 @@ const iL = `qik vue ui ${Jh}`, lf = {
|
|
|
36259
36357
|
);
|
|
36260
36358
|
}
|
|
36261
36359
|
return t.modal({
|
|
36262
|
-
component:
|
|
36360
|
+
component: jP,
|
|
36263
36361
|
options: s
|
|
36264
36362
|
});
|
|
36265
36363
|
}, t.confirm = function(s, i) {
|
|
36266
36364
|
return i = i || {}, i.title = s, t.modal({
|
|
36267
|
-
component:
|
|
36365
|
+
component: aP,
|
|
36268
36366
|
options: i
|
|
36269
36367
|
});
|
|
36270
36368
|
}, t.options = function(s, i, a, l) {
|
|
36271
36369
|
return l = l || {}, t.modal({
|
|
36272
|
-
component:
|
|
36370
|
+
component: _P,
|
|
36273
36371
|
options: {
|
|
36274
36372
|
title: i,
|
|
36275
36373
|
description: a,
|
|
@@ -36292,11 +36390,11 @@ const iL = `qik vue ui ${Jh}`, lf = {
|
|
|
36292
36390
|
export {
|
|
36293
36391
|
Gu as Avatar,
|
|
36294
36392
|
Dh as CodeEditor,
|
|
36295
|
-
|
|
36393
|
+
K$ as ContentBrowser,
|
|
36296
36394
|
Wm as ContentSearch,
|
|
36297
36395
|
Um as DateRange,
|
|
36298
|
-
|
|
36299
|
-
|
|
36396
|
+
cL as Device,
|
|
36397
|
+
JM as FileDrop,
|
|
36300
36398
|
mg as FlexBody,
|
|
36301
36399
|
Tg as FlexCell,
|
|
36302
36400
|
ug as FlexColumn,
|
|
@@ -36316,12 +36414,12 @@ export {
|
|
|
36316
36414
|
Gg as PanelFooter,
|
|
36317
36415
|
Bg as PanelHeader,
|
|
36318
36416
|
Yu as ProgressBar,
|
|
36319
|
-
|
|
36417
|
+
fL as QikUI,
|
|
36320
36418
|
J1 as RememberScrollMixin,
|
|
36321
36419
|
c2 as ScopeSelect,
|
|
36322
36420
|
p2 as ScopeSelectButton,
|
|
36323
36421
|
Qt as Search,
|
|
36324
|
-
|
|
36422
|
+
D$ as Selection,
|
|
36325
36423
|
Pn as Spinner,
|
|
36326
36424
|
fm as StripeElement,
|
|
36327
36425
|
mm as StripeElements,
|
|
@@ -36329,7 +36427,7 @@ export {
|
|
|
36329
36427
|
rk as UXButton,
|
|
36330
36428
|
Gl as UXCheckbox,
|
|
36331
36429
|
Hl as UXCircle,
|
|
36332
|
-
|
|
36430
|
+
AN as UXFieldWrapper,
|
|
36333
36431
|
Ch as UXForm,
|
|
36334
36432
|
ao as UXFormField,
|
|
36335
36433
|
hk as UXIcon,
|
|
@@ -36338,27 +36436,27 @@ export {
|
|
|
36338
36436
|
ck as UXLink,
|
|
36339
36437
|
Bk as UXList,
|
|
36340
36438
|
Hk as UXListItem,
|
|
36341
|
-
|
|
36439
|
+
PI as UXLocationSelect,
|
|
36342
36440
|
_T as UXMap,
|
|
36343
36441
|
gk as UXMenu,
|
|
36344
36442
|
bk as UXMenuList,
|
|
36345
|
-
|
|
36443
|
+
EN as UXPaymentMethodForm,
|
|
36346
36444
|
Rk as UXPill,
|
|
36347
|
-
|
|
36445
|
+
O$ as UXRender,
|
|
36348
36446
|
Vh as UXRenderField,
|
|
36349
|
-
|
|
36447
|
+
uN as UXSubmissionForm,
|
|
36350
36448
|
xm as UXSwitch,
|
|
36351
36449
|
l_ as UXTab,
|
|
36352
36450
|
ib as UXTable,
|
|
36353
36451
|
r_ as UXTabset,
|
|
36354
36452
|
Vk as UXVideo,
|
|
36355
|
-
|
|
36356
|
-
|
|
36357
|
-
|
|
36358
|
-
|
|
36359
|
-
|
|
36360
|
-
|
|
36361
|
-
|
|
36362
|
-
|
|
36453
|
+
dL as UploadService,
|
|
36454
|
+
aP as UxConfirmModal,
|
|
36455
|
+
NP as UxContentModal,
|
|
36456
|
+
eP as UxModal,
|
|
36457
|
+
_P as UxOptionsModal,
|
|
36458
|
+
TP as UxPromptModal,
|
|
36459
|
+
jP as UxScopeModal,
|
|
36460
|
+
GP as UxTaggerModal
|
|
36363
36461
|
};
|
|
36364
36462
|
//# sourceMappingURL=lib.es.js.map
|