@qikdev/vue-ui 0.2.399 → 0.2.400
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 +200 -185
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +3 -3
- package/dist/lib.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -4,7 +4,7 @@ var Lh = (e, t, n) => t in e ? $h(e, t, { enumerable: !0, configurable: !0, writ
|
|
|
4
4
|
var re = (e, t, n) => Lh(e, typeof t != "symbol" ? t + "" : t, n);
|
|
5
5
|
import { reactive as Gt, defineComponent as Fo, ref as bt, toRefs as of, onMounted as Ao, onBeforeUnmount as Ph, watch as ci, computed as In, createElementBlock as h, openBlock as u, createCommentVNode as _, renderSlot as H, normalizeClass as L, useSlots as Rh, provide as Ci, resolveComponent as y, createVNode as c, Fragment as D, createBlock as k, unref as _t, withCtx as m, renderList as N, toDisplayString as b, createTextVNode as O, withDirectives as X, vShow as dr, withModifiers as z, createElementVNode as x, h as uo, mergeProps as mt, toHandlers as wt, normalizeStyle as Ge, resolveDirective as lf, resolveDynamicComponent as Vt, vModelSelect as Et, pushScopeId as je, popScopeId as qe, getCurrentScope as Uh, onScopeDispose as jh, getCurrentInstance as qh, Teleport as uf, Transition as Bh, withKeys as Ee, vModelText as be, TransitionGroup as zh, nextTick as df, vModelDynamic as Tr, normalizeProps as Wh } from "vue";
|
|
6
6
|
import { EventDispatcher as cf } from "@qikdev/sdk";
|
|
7
|
-
const Hh = "0.2.
|
|
7
|
+
const Hh = "0.2.400";
|
|
8
8
|
class pn extends Error {
|
|
9
9
|
}
|
|
10
10
|
class Gh extends pn {
|
|
@@ -31648,8 +31648,23 @@ function lN(e, t, n, i, s, r) {
|
|
|
31648
31648
|
H(e.$slots, "default", {}, void 0, !0)
|
|
31649
31649
|
], 2);
|
|
31650
31650
|
}
|
|
31651
|
-
const uN = /* @__PURE__ */ M(sN, [["render", lN], ["__scopeId", "data-v-980de6f6"]])
|
|
31652
|
-
|
|
31651
|
+
const uN = /* @__PURE__ */ M(sN, [["render", lN], ["__scopeId", "data-v-980de6f6"]]), dN = /* @__PURE__ */ new Set([
|
|
31652
|
+
"area",
|
|
31653
|
+
"base",
|
|
31654
|
+
"br",
|
|
31655
|
+
"col",
|
|
31656
|
+
"embed",
|
|
31657
|
+
"hr",
|
|
31658
|
+
"img",
|
|
31659
|
+
"input",
|
|
31660
|
+
"link",
|
|
31661
|
+
"meta",
|
|
31662
|
+
"param",
|
|
31663
|
+
"source",
|
|
31664
|
+
"track",
|
|
31665
|
+
"wbr"
|
|
31666
|
+
]);
|
|
31667
|
+
function cN(e) {
|
|
31653
31668
|
const t = /<\/?([a-zA-Z0-9]+)[^>]*>/g, n = [];
|
|
31654
31669
|
let i;
|
|
31655
31670
|
for (; (i = t.exec(e)) !== null; ) {
|
|
@@ -31658,7 +31673,7 @@ function dN(e) {
|
|
|
31658
31673
|
const a = n.pop();
|
|
31659
31674
|
if (a !== r)
|
|
31660
31675
|
return { invalid: `Mismatched closing tag for ${r}, expected ${a}` };
|
|
31661
|
-
} else s.endsWith("/>")
|
|
31676
|
+
} else !s.endsWith("/>") && !dN.has(r.toLowerCase()) && n.push(r);
|
|
31662
31677
|
}
|
|
31663
31678
|
return n.length > 0 ? { invalid: `Unclosed tag(s): ${n.join(", ")}` } : { valid: !0 };
|
|
31664
31679
|
}
|
|
@@ -31687,14 +31702,14 @@ const Dh = {
|
|
|
31687
31702
|
actualTemplate() {
|
|
31688
31703
|
let e = this.template || "";
|
|
31689
31704
|
e = e.replaceAll ? e.replaceAll("<br>", "<br/>") : e;
|
|
31690
|
-
var { valid: t, invalid: n } =
|
|
31705
|
+
var { valid: t, invalid: n } = cN(e);
|
|
31691
31706
|
return t || (console.log("Invalid html", e), e = `<div>Invalid HTML. <pre>${n}</pre></div>`), e;
|
|
31692
31707
|
}
|
|
31693
31708
|
},
|
|
31694
31709
|
components: {
|
|
31695
31710
|
VRuntimeTemplate: _m
|
|
31696
31711
|
}
|
|
31697
|
-
},
|
|
31712
|
+
}, fN = {
|
|
31698
31713
|
emits: ["error", "reset"],
|
|
31699
31714
|
data() {
|
|
31700
31715
|
return {
|
|
@@ -31709,14 +31724,14 @@ const Dh = {
|
|
|
31709
31724
|
this.$emit("reset");
|
|
31710
31725
|
}
|
|
31711
31726
|
}
|
|
31712
|
-
},
|
|
31727
|
+
}, mN = {
|
|
31713
31728
|
key: 0,
|
|
31714
31729
|
class: "error-boundary",
|
|
31715
31730
|
style: { color: "#b40000", border: "2px solid #fd0000", background: "#ffd6d6", padding: "1em" }
|
|
31716
31731
|
};
|
|
31717
|
-
function
|
|
31732
|
+
function hN(e, t, n, i, s, r) {
|
|
31718
31733
|
const a = y("ux-button");
|
|
31719
|
-
return s.error ? (u(), h("div",
|
|
31734
|
+
return s.error ? (u(), h("div", mN, [
|
|
31720
31735
|
x("pre", null, "COMPILE ERROR: " + b(s.error), 1),
|
|
31721
31736
|
c(a, { onClick: r.reset }, {
|
|
31722
31737
|
default: m(() => [
|
|
@@ -31726,7 +31741,7 @@ function mN(e, t, n, i, s, r) {
|
|
|
31726
31741
|
}, 8, ["onClick"])
|
|
31727
31742
|
])) : H(e.$slots, "default", { key: 1 }, void 0, !0);
|
|
31728
31743
|
}
|
|
31729
|
-
const
|
|
31744
|
+
const pN = /* @__PURE__ */ M(fN, [["render", hN], ["__scopeId", "data-v-0fd69158"]]), yN = {
|
|
31730
31745
|
props: {
|
|
31731
31746
|
field: {
|
|
31732
31747
|
type: Object,
|
|
@@ -31806,8 +31821,8 @@ const hN = /* @__PURE__ */ M(cN, [["render", mN], ["__scopeId", "data-v-0fd69158
|
|
|
31806
31821
|
return isNaN(e) && (e = 0), e = Math.max(e, 0), parseInt(e);
|
|
31807
31822
|
}
|
|
31808
31823
|
}
|
|
31809
|
-
},
|
|
31810
|
-
mixins: [
|
|
31824
|
+
}, gN = {
|
|
31825
|
+
mixins: [yN],
|
|
31811
31826
|
props: {
|
|
31812
31827
|
modelValue: {
|
|
31813
31828
|
type: [Object, Array]
|
|
@@ -31827,13 +31842,13 @@ const hN = /* @__PURE__ */ M(cN, [["render", mN], ["__scopeId", "data-v-0fd69158
|
|
|
31827
31842
|
return `${this.label} ${t + 1}`;
|
|
31828
31843
|
}
|
|
31829
31844
|
}
|
|
31830
|
-
},
|
|
31845
|
+
}, _N = {
|
|
31831
31846
|
key: 0,
|
|
31832
31847
|
class: "ux-multi-group"
|
|
31833
31848
|
};
|
|
31834
|
-
function
|
|
31849
|
+
function vN(e, t, n, i, s, r) {
|
|
31835
31850
|
const a = y("flex-cell"), o = y("flex-row"), l = y("ux-panel-header"), d = y("ux-render"), f = y("ux-panel-body"), p = y("ux-panel");
|
|
31836
|
-
return e.multiValue ? (u(), h("div",
|
|
31851
|
+
return e.multiValue ? (u(), h("div", _N, [
|
|
31837
31852
|
(u(!0), h(D, null, N(e.model, (g, v) => (u(), k(p, {
|
|
31838
31853
|
ref_for: !0,
|
|
31839
31854
|
ref: "row",
|
|
@@ -31884,13 +31899,13 @@ function _N(e, t, n, i, s, r) {
|
|
|
31884
31899
|
"onUpdate:modelValue": t[0] || (t[0] = (g) => e.model = g)
|
|
31885
31900
|
}, null, 8, ["submission", "fields", "flex", "parentModel", "modelValue"]));
|
|
31886
31901
|
}
|
|
31887
|
-
const
|
|
31902
|
+
const bN = /* @__PURE__ */ M(gN, [["render", vN], ["__scopeId", "data-v-cb997d0e"]]), kN = {
|
|
31888
31903
|
components: {
|
|
31889
31904
|
Item: el,
|
|
31890
|
-
FieldGroup:
|
|
31905
|
+
FieldGroup: bN,
|
|
31891
31906
|
// Compiler,
|
|
31892
31907
|
Compile: Dh,
|
|
31893
|
-
ErrorBoundary:
|
|
31908
|
+
ErrorBoundary: pN
|
|
31894
31909
|
// ButtonSelect,
|
|
31895
31910
|
// NativeSelect,
|
|
31896
31911
|
// DateField,
|
|
@@ -32124,26 +32139,26 @@ const vN = /* @__PURE__ */ M(yN, [["render", _N], ["__scopeId", "data-v-cb997d0e
|
|
|
32124
32139
|
return e;
|
|
32125
32140
|
}
|
|
32126
32141
|
}
|
|
32127
|
-
},
|
|
32142
|
+
}, wN = { class: "ux-field-title" }, xN = { class: "signature-view" }, TN = ["src"], SN = {
|
|
32128
32143
|
key: 1,
|
|
32129
32144
|
class: "signature-view"
|
|
32130
|
-
},
|
|
32145
|
+
}, ON = ["src"], DN = { class: "currency" }, EN = { key: 1 }, CN = { class: "currency" }, MN = { key: 1 }, VN = {
|
|
32131
32146
|
key: 5,
|
|
32132
32147
|
class: "ux-password-render"
|
|
32133
|
-
},
|
|
32148
|
+
}, IN = ["type", "value"], FN = ["type", "value"], AN = {
|
|
32134
32149
|
key: 0,
|
|
32135
32150
|
class: "display-grid"
|
|
32136
|
-
},
|
|
32151
|
+
}, NN = { class: "display-cell" }, $N = { key: 1 }, LN = { class: "display-cell" }, PN = {
|
|
32137
32152
|
key: 0,
|
|
32138
32153
|
class: "display-grid"
|
|
32139
|
-
},
|
|
32140
|
-
function
|
|
32154
|
+
}, RN = { class: "display-cell" }, UN = { key: 1 }, jN = { class: "display-cell" }, qN = ["innerHTML"], BN = ["innerHTML"], zN = { key: 1 }, WN = { key: 1 }, HN = ["href"], GN = { key: 1 }, YN = ["href"], JN = ["href"], KN = { key: 1 }, ZN = ["href"], XN = { key: 1 };
|
|
32155
|
+
function QN(e, t, n, i, s, r) {
|
|
32141
32156
|
const a = y("field-group"), o = y("v-ace-editor"), l = y("flex-cell"), d = y("ux-icon"), f = y("ux-button"), p = y("flex-row"), g = y("ux-image"), v = y("ux-video"), T = y("item"), w = y("error-boundary");
|
|
32142
32157
|
return r.visible ? (u(), h("div", {
|
|
32143
32158
|
key: 0,
|
|
32144
32159
|
class: L(["ux-field-render", r.classes])
|
|
32145
32160
|
}, [
|
|
32146
|
-
x("label",
|
|
32161
|
+
x("label", wN, b(r.title), 1),
|
|
32147
32162
|
r.widget === "group" ? (u(), h(D, { key: 0 }, [
|
|
32148
32163
|
r.asObject ? (u(), k(a, {
|
|
32149
32164
|
key: 0,
|
|
@@ -32171,18 +32186,18 @@ function XN(e, t, n, i, s, r) {
|
|
|
32171
32186
|
modelValue: r.fieldModel,
|
|
32172
32187
|
"onUpdate:modelValue": t[2] || (t[2] = (S) => r.fieldModel = S)
|
|
32173
32188
|
}, null, 8, ["submission", "display", "field", "parentModel", "modelValue"])) : r.widget === "signature" ? (u(), h(D, { key: 2 }, [
|
|
32174
|
-
r.multiValue ? (u(!0), h(D, { key: 0 }, N(r.fieldModel, (S, E) => (u(), h("div",
|
|
32175
|
-
x("img", { src: S }, null, 8,
|
|
32176
|
-
]))), 256)) : (u(), h("div",
|
|
32177
|
-
x("img", { src: r.fieldModel }, null, 8,
|
|
32189
|
+
r.multiValue ? (u(!0), h(D, { key: 0 }, N(r.fieldModel, (S, E) => (u(), h("div", xN, [
|
|
32190
|
+
x("img", { src: S }, null, 8, TN)
|
|
32191
|
+
]))), 256)) : (u(), h("div", SN, [
|
|
32192
|
+
x("img", { src: r.fieldModel }, null, 8, ON)
|
|
32178
32193
|
]))
|
|
32179
32194
|
], 64)) : r.widget === "currency" ? (u(), h(D, { key: 3 }, [
|
|
32180
32195
|
r.multiValue ? (u(!0), h(D, { key: 0 }, N(r.fieldModel, (S, E) => (u(), h("div", null, [
|
|
32181
32196
|
O(b(r.formatCurrency(S)) + " ", 1),
|
|
32182
|
-
x("span",
|
|
32183
|
-
]))), 256)) : (u(), h("div",
|
|
32197
|
+
x("span", DN, b(n.field.currency), 1)
|
|
32198
|
+
]))), 256)) : (u(), h("div", EN, [
|
|
32184
32199
|
O(b(r.formatCurrency(r.fieldModel)) + " ", 1),
|
|
32185
|
-
x("span",
|
|
32200
|
+
x("span", CN, b(n.field.currency), 1)
|
|
32186
32201
|
]))
|
|
32187
32202
|
], 64)) : r.widget === "code" ? (u(), h(D, { key: 4 }, [
|
|
32188
32203
|
r.multiValue ? (u(!0), h(D, { key: 0 }, N(r.fieldModel, (S, E) => (u(), h("div", null, [
|
|
@@ -32195,7 +32210,7 @@ function XN(e, t, n, i, s, r) {
|
|
|
32195
32210
|
theme: "tomorrow_night_eighties",
|
|
32196
32211
|
style: { "min-height": "300px" }
|
|
32197
32212
|
}, null, 8, ["value", "lang"])
|
|
32198
|
-
]))), 256)) : (u(), h("div",
|
|
32213
|
+
]))), 256)) : (u(), h("div", MN, [
|
|
32199
32214
|
c(o, {
|
|
32200
32215
|
readonly: !0,
|
|
32201
32216
|
class: "editor-wrap",
|
|
@@ -32206,7 +32221,7 @@ function XN(e, t, n, i, s, r) {
|
|
|
32206
32221
|
style: { "min-height": "300px" }
|
|
32207
32222
|
}, null, 8, ["value", "lang"])
|
|
32208
32223
|
]))
|
|
32209
|
-
], 64)) : r.widget === "password" ? (u(), h("div",
|
|
32224
|
+
], 64)) : r.widget === "password" ? (u(), h("div", VN, [
|
|
32210
32225
|
r.multiValue ? (u(!0), h(D, { key: 0 }, N(r.fieldModel, (S, E) => (u(), k(p, {
|
|
32211
32226
|
gap: "",
|
|
32212
32227
|
center: ""
|
|
@@ -32217,7 +32232,7 @@ function XN(e, t, n, i, s, r) {
|
|
|
32217
32232
|
x("input", {
|
|
32218
32233
|
type: s.unmaskedLookup[`${E}`] ? "text" : "password",
|
|
32219
32234
|
value: S
|
|
32220
|
-
}, null, 8,
|
|
32235
|
+
}, null, 8, IN)
|
|
32221
32236
|
]),
|
|
32222
32237
|
_: 2
|
|
32223
32238
|
}, 1024),
|
|
@@ -32269,7 +32284,7 @@ function XN(e, t, n, i, s, r) {
|
|
|
32269
32284
|
x("input", {
|
|
32270
32285
|
type: s.unmasked ? "text" : "password",
|
|
32271
32286
|
value: r.fieldModel
|
|
32272
|
-
}, null, 8,
|
|
32287
|
+
}, null, 8, FN)
|
|
32273
32288
|
]),
|
|
32274
32289
|
_: 1
|
|
32275
32290
|
}),
|
|
@@ -32313,12 +32328,12 @@ function XN(e, t, n, i, s, r) {
|
|
|
32313
32328
|
}))
|
|
32314
32329
|
])) : r.displayType === "image" ? (u(), h(D, { key: 6 }, [
|
|
32315
32330
|
r.multiValue ? (u(), h(D, { key: 0 }, [
|
|
32316
|
-
r.fieldModel.length > 1 ? (u(), h("div",
|
|
32317
|
-
(u(!0), h(D, null, N(r.fieldModel, (S, E) => (u(), h("div",
|
|
32331
|
+
r.fieldModel.length > 1 ? (u(), h("div", AN, [
|
|
32332
|
+
(u(!0), h(D, null, N(r.fieldModel, (S, E) => (u(), h("div", NN, [
|
|
32318
32333
|
c(g, { item: S }, null, 8, ["item"])
|
|
32319
32334
|
]))), 256))
|
|
32320
|
-
])) : (u(), h("div",
|
|
32321
|
-
(u(!0), h(D, null, N(r.fieldModel, (S, E) => (u(), h("div",
|
|
32335
|
+
])) : (u(), h("div", $N, [
|
|
32336
|
+
(u(!0), h(D, null, N(r.fieldModel, (S, E) => (u(), h("div", LN, [
|
|
32322
32337
|
c(g, { item: S }, null, 8, ["item"])
|
|
32323
32338
|
]))), 256))
|
|
32324
32339
|
]))
|
|
@@ -32328,12 +32343,12 @@ function XN(e, t, n, i, s, r) {
|
|
|
32328
32343
|
}, null, 8, ["item"]))
|
|
32329
32344
|
], 64)) : r.displayType === "video" ? (u(), h(D, { key: 7 }, [
|
|
32330
32345
|
r.multiValue ? (u(), h(D, { key: 0 }, [
|
|
32331
|
-
r.fieldModel.length > 1 ? (u(), h("div",
|
|
32332
|
-
(u(!0), h(D, null, N(r.fieldModel, (S, E) => (u(), h("div",
|
|
32346
|
+
r.fieldModel.length > 1 ? (u(), h("div", PN, [
|
|
32347
|
+
(u(!0), h(D, null, N(r.fieldModel, (S, E) => (u(), h("div", RN, [
|
|
32333
32348
|
c(v, { item: S }, null, 8, ["item"])
|
|
32334
32349
|
]))), 256))
|
|
32335
|
-
])) : (u(), h("div",
|
|
32336
|
-
(u(!0), h(D, null, N(r.fieldModel, (S, E) => (u(), h("div",
|
|
32350
|
+
])) : (u(), h("div", UN, [
|
|
32351
|
+
(u(!0), h(D, null, N(r.fieldModel, (S, E) => (u(), h("div", jN, [
|
|
32337
32352
|
c(v, { item: S }, null, 8, ["item"])
|
|
32338
32353
|
]))), 256))
|
|
32339
32354
|
]))
|
|
@@ -32387,48 +32402,48 @@ function XN(e, t, n, i, s, r) {
|
|
|
32387
32402
|
r.multiValue ? (u(!0), h(D, { key: 0 }, N(r.fieldModel, (S, E) => (u(), h("div", null, [
|
|
32388
32403
|
c(w, null, {
|
|
32389
32404
|
default: m(() => [
|
|
32390
|
-
x("div", { innerHTML: S }, null, 8,
|
|
32405
|
+
x("div", { innerHTML: S }, null, 8, qN)
|
|
32391
32406
|
]),
|
|
32392
32407
|
_: 2
|
|
32393
32408
|
}, 1024)
|
|
32394
32409
|
]))), 256)) : (u(), k(w, { key: 1 }, {
|
|
32395
32410
|
default: m(() => [
|
|
32396
|
-
x("div", { innerHTML: r.fieldModel }, null, 8,
|
|
32411
|
+
x("div", { innerHTML: r.fieldModel }, null, 8, BN)
|
|
32397
32412
|
]),
|
|
32398
32413
|
_: 1
|
|
32399
32414
|
}))
|
|
32400
32415
|
], 64)) : _("", !0),
|
|
32401
32416
|
r.type == "boolean" ? (u(), h(D, { key: 2 }, [
|
|
32402
|
-
r.multiValue ? (u(!0), h(D, { key: 0 }, N(r.fieldModel, (S, E) => (u(), h("div", null, b(!!S), 1))), 256)) : (u(), h("div",
|
|
32417
|
+
r.multiValue ? (u(!0), h(D, { key: 0 }, N(r.fieldModel, (S, E) => (u(), h("div", null, b(!!S), 1))), 256)) : (u(), h("div", zN, b(!!r.fieldModel), 1))
|
|
32403
32418
|
], 64)) : _("", !0),
|
|
32404
32419
|
r.type == "date" ? (u(), h(D, { key: 3 }, [
|
|
32405
|
-
r.multiValue ? (u(!0), h(D, { key: 0 }, N(r.fieldModel, (S, E) => (u(), h("div", null, b(r.renderDate(S)), 1))), 256)) : (u(), h("div",
|
|
32420
|
+
r.multiValue ? (u(!0), h(D, { key: 0 }, N(r.fieldModel, (S, E) => (u(), h("div", null, b(r.renderDate(S)), 1))), 256)) : (u(), h("div", WN, b(r.renderDate(r.fieldModel)), 1))
|
|
32406
32421
|
], 64)) : _("", !0),
|
|
32407
32422
|
r.type == "email" ? (u(), h(D, { key: 4 }, [
|
|
32408
32423
|
r.multiValue ? (u(!0), h(D, { key: 0 }, N(r.fieldModel, (S, E) => (u(), h("div", null, [
|
|
32409
32424
|
x("a", {
|
|
32410
32425
|
href: `mailto:${S}`
|
|
32411
|
-
}, b(S), 9,
|
|
32412
|
-
]))), 256)) : (u(), h("div",
|
|
32426
|
+
}, b(S), 9, HN)
|
|
32427
|
+
]))), 256)) : (u(), h("div", GN, [
|
|
32413
32428
|
x("a", {
|
|
32414
32429
|
href: `mailto:${r.fieldModel}`
|
|
32415
|
-
}, b(r.fieldModel), 9,
|
|
32430
|
+
}, b(r.fieldModel), 9, YN)
|
|
32416
32431
|
]))
|
|
32417
32432
|
], 64)) : _("", !0),
|
|
32418
32433
|
r.type == "url" ? (u(), h(D, { key: 5 }, [
|
|
32419
32434
|
r.multiValue ? (u(!0), h(D, { key: 0 }, N(r.fieldModel, (S, E) => (u(), h("div", null, [
|
|
32420
|
-
x("a", { href: S }, b(S), 9,
|
|
32421
|
-
]))), 256)) : (u(), h("div",
|
|
32422
|
-
x("a", { href: r.fieldModel }, b(r.fieldModel), 9,
|
|
32435
|
+
x("a", { href: S }, b(S), 9, JN)
|
|
32436
|
+
]))), 256)) : (u(), h("div", KN, [
|
|
32437
|
+
x("a", { href: r.fieldModel }, b(r.fieldModel), 9, ZN)
|
|
32423
32438
|
]))
|
|
32424
32439
|
], 64)) : _("", !0),
|
|
32425
32440
|
r.isNumber ? (u(), h(D, { key: 6 }, [
|
|
32426
|
-
r.multiValue ? (u(!0), h(D, { key: 0 }, N(r.fieldModel, (S, E) => (u(), h("div", null, b(S), 1))), 256)) : (u(), h("div",
|
|
32441
|
+
r.multiValue ? (u(!0), h(D, { key: 0 }, N(r.fieldModel, (S, E) => (u(), h("div", null, b(S), 1))), 256)) : (u(), h("div", XN, b(r.fieldModel), 1))
|
|
32427
32442
|
], 64)) : _("", !0)
|
|
32428
32443
|
], 64))
|
|
32429
32444
|
], 2)) : _("", !0);
|
|
32430
32445
|
}
|
|
32431
|
-
const Eh = /* @__PURE__ */ M(
|
|
32446
|
+
const Eh = /* @__PURE__ */ M(kN, [["render", QN], ["__scopeId", "data-v-fd572525"]]), e$ = {
|
|
32432
32447
|
props: {
|
|
32433
32448
|
parentModel: {
|
|
32434
32449
|
type: Object
|
|
@@ -32485,7 +32500,7 @@ const Eh = /* @__PURE__ */ M(bN, [["render", XN], ["__scopeId", "data-v-fd572525
|
|
|
32485
32500
|
}
|
|
32486
32501
|
}
|
|
32487
32502
|
};
|
|
32488
|
-
function
|
|
32503
|
+
function t$(e, t, n, i, s, r) {
|
|
32489
32504
|
const a = y("ux-field-render");
|
|
32490
32505
|
return u(), h("div", {
|
|
32491
32506
|
class: L(["ux-render bigbadaboom", r.renderClass])
|
|
@@ -32504,8 +32519,8 @@ function e$(e, t, n, i, s, r) {
|
|
|
32504
32519
|
], !0)
|
|
32505
32520
|
], 2);
|
|
32506
32521
|
}
|
|
32507
|
-
const
|
|
32508
|
-
function
|
|
32522
|
+
const n$ = /* @__PURE__ */ M(e$, [["render", t$], ["__scopeId", "data-v-62742e05"]]);
|
|
32523
|
+
function r$(e) {
|
|
32509
32524
|
e = e || {}, Math.max(parseInt(e.minimum || 0), 0);
|
|
32510
32525
|
let t = Math.max(parseInt(e.maximum || 0), 0);
|
|
32511
32526
|
const n = cf({}), i = Gt([]);
|
|
@@ -32559,7 +32574,7 @@ function n$(e) {
|
|
|
32559
32574
|
}), n;
|
|
32560
32575
|
}
|
|
32561
32576
|
var Ka, Wc;
|
|
32562
|
-
function
|
|
32577
|
+
function i$() {
|
|
32563
32578
|
if (Wc) return Ka;
|
|
32564
32579
|
Wc = 1;
|
|
32565
32580
|
var e = "__lodash_hash_undefined__";
|
|
@@ -32569,7 +32584,7 @@ function r$() {
|
|
|
32569
32584
|
return Ka = t, Ka;
|
|
32570
32585
|
}
|
|
32571
32586
|
var Za, Hc;
|
|
32572
|
-
function
|
|
32587
|
+
function s$() {
|
|
32573
32588
|
if (Hc) return Za;
|
|
32574
32589
|
Hc = 1;
|
|
32575
32590
|
function e(t) {
|
|
@@ -32578,10 +32593,10 @@ function i$() {
|
|
|
32578
32593
|
return Za = e, Za;
|
|
32579
32594
|
}
|
|
32580
32595
|
var Xa, Gc;
|
|
32581
|
-
function
|
|
32596
|
+
function a$() {
|
|
32582
32597
|
if (Gc) return Xa;
|
|
32583
32598
|
Gc = 1;
|
|
32584
|
-
var e = ym(), t =
|
|
32599
|
+
var e = ym(), t = i$(), n = s$();
|
|
32585
32600
|
function i(s) {
|
|
32586
32601
|
var r = -1, a = s == null ? 0 : s.length;
|
|
32587
32602
|
for (this.__data__ = new e(); ++r < a; )
|
|
@@ -32590,7 +32605,7 @@ function s$() {
|
|
|
32590
32605
|
return i.prototype.add = i.prototype.push = t, i.prototype.has = n, Xa = i, Xa;
|
|
32591
32606
|
}
|
|
32592
32607
|
var Qa, Yc;
|
|
32593
|
-
function
|
|
32608
|
+
function o$() {
|
|
32594
32609
|
if (Yc) return Qa;
|
|
32595
32610
|
Yc = 1;
|
|
32596
32611
|
var e = Th();
|
|
@@ -32601,7 +32616,7 @@ function a$() {
|
|
|
32601
32616
|
return Qa = t, Qa;
|
|
32602
32617
|
}
|
|
32603
32618
|
var eo, Jc;
|
|
32604
|
-
function
|
|
32619
|
+
function l$() {
|
|
32605
32620
|
if (Jc) return eo;
|
|
32606
32621
|
Jc = 1;
|
|
32607
32622
|
function e(t, n, i) {
|
|
@@ -32613,7 +32628,7 @@ function o$() {
|
|
|
32613
32628
|
return eo = e, eo;
|
|
32614
32629
|
}
|
|
32615
32630
|
var to, Kc;
|
|
32616
|
-
function
|
|
32631
|
+
function u$() {
|
|
32617
32632
|
if (Kc) return to;
|
|
32618
32633
|
Kc = 1;
|
|
32619
32634
|
function e(t, n) {
|
|
@@ -32622,14 +32637,14 @@ function l$() {
|
|
|
32622
32637
|
return to = e, to;
|
|
32623
32638
|
}
|
|
32624
32639
|
var no, Zc;
|
|
32625
|
-
function
|
|
32640
|
+
function d$() {
|
|
32626
32641
|
if (Zc) return no;
|
|
32627
32642
|
Zc = 1;
|
|
32628
32643
|
var e = zo(), t = jn(), n = e(t, "Set");
|
|
32629
32644
|
return no = n, no;
|
|
32630
32645
|
}
|
|
32631
32646
|
var ro, Xc;
|
|
32632
|
-
function
|
|
32647
|
+
function c$() {
|
|
32633
32648
|
if (Xc) return ro;
|
|
32634
32649
|
Xc = 1;
|
|
32635
32650
|
function e() {
|
|
@@ -32649,19 +32664,19 @@ function Ch() {
|
|
|
32649
32664
|
return io = e, io;
|
|
32650
32665
|
}
|
|
32651
32666
|
var so, ef;
|
|
32652
|
-
function
|
|
32667
|
+
function f$() {
|
|
32653
32668
|
if (ef) return so;
|
|
32654
32669
|
ef = 1;
|
|
32655
|
-
var e =
|
|
32670
|
+
var e = d$(), t = c$(), n = Ch(), i = 1 / 0, s = e && 1 / n(new e([, -0]))[1] == i ? function(r) {
|
|
32656
32671
|
return new e(r);
|
|
32657
32672
|
} : t;
|
|
32658
32673
|
return so = s, so;
|
|
32659
32674
|
}
|
|
32660
32675
|
var ao, tf;
|
|
32661
|
-
function
|
|
32676
|
+
function m$() {
|
|
32662
32677
|
if (tf) return ao;
|
|
32663
32678
|
tf = 1;
|
|
32664
|
-
var e =
|
|
32679
|
+
var e = a$(), t = o$(), n = l$(), i = u$(), s = f$(), r = Ch(), a = 200;
|
|
32665
32680
|
function o(l, d, f) {
|
|
32666
32681
|
var p = -1, g = t, v = l.length, T = !0, w = [], S = w;
|
|
32667
32682
|
if (f)
|
|
@@ -32688,18 +32703,18 @@ function f$() {
|
|
|
32688
32703
|
return ao = o, ao;
|
|
32689
32704
|
}
|
|
32690
32705
|
var oo, nf;
|
|
32691
|
-
function
|
|
32706
|
+
function h$() {
|
|
32692
32707
|
if (nf) return oo;
|
|
32693
32708
|
nf = 1;
|
|
32694
|
-
var e =
|
|
32709
|
+
var e = m$();
|
|
32695
32710
|
function t(n) {
|
|
32696
32711
|
return n && n.length ? e(n) : [];
|
|
32697
32712
|
}
|
|
32698
32713
|
return oo = t, oo;
|
|
32699
32714
|
}
|
|
32700
|
-
var
|
|
32701
|
-
const
|
|
32702
|
-
function
|
|
32715
|
+
var p$ = h$();
|
|
32716
|
+
const y$ = /* @__PURE__ */ Zt(p$);
|
|
32717
|
+
function g$(e, t) {
|
|
32703
32718
|
var n = [], i;
|
|
32704
32719
|
switch (t) {
|
|
32705
32720
|
case "image":
|
|
@@ -32850,7 +32865,7 @@ function rf() {
|
|
|
32850
32865
|
};
|
|
32851
32866
|
}
|
|
32852
32867
|
let lo;
|
|
32853
|
-
const
|
|
32868
|
+
const _$ = {
|
|
32854
32869
|
emits: ["loading", "loaded", "click:row", "click:actions"],
|
|
32855
32870
|
props: {
|
|
32856
32871
|
defaultPage: {
|
|
@@ -33352,7 +33367,7 @@ const g$ = {
|
|
|
33352
33367
|
t.push("event");
|
|
33353
33368
|
break;
|
|
33354
33369
|
}
|
|
33355
|
-
return
|
|
33370
|
+
return y$(t);
|
|
33356
33371
|
},
|
|
33357
33372
|
columns() {
|
|
33358
33373
|
let e = [], t = {};
|
|
@@ -33367,7 +33382,7 @@ const g$ = {
|
|
|
33367
33382
|
}
|
|
33368
33383
|
var i = this.actualOptions.prefixColumns || [];
|
|
33369
33384
|
i.forEach(n(!0));
|
|
33370
|
-
var s = this.actualOptions.columns || [], r = s.length ? s :
|
|
33385
|
+
var s = this.actualOptions.columns || [], r = s.length ? s : g$(this, this.basicType);
|
|
33371
33386
|
r.length || r.push({
|
|
33372
33387
|
title: "Title",
|
|
33373
33388
|
key: "title"
|
|
@@ -33524,7 +33539,7 @@ const g$ = {
|
|
|
33524
33539
|
data() {
|
|
33525
33540
|
var s;
|
|
33526
33541
|
var e = this.selectionManager;
|
|
33527
|
-
e || (e = new
|
|
33542
|
+
e || (e = new r$({ minimum: this.minimum, maximum: this.maximum })), this.modelValue && e.setSelection(this.modelValue);
|
|
33528
33543
|
const t = Math.max(
|
|
33529
33544
|
isNaN(this.defaultPage) ? 1 : this.defaultPage || 1,
|
|
33530
33545
|
1
|
|
@@ -33565,11 +33580,11 @@ const g$ = {
|
|
|
33565
33580
|
actualOptions: this.options
|
|
33566
33581
|
};
|
|
33567
33582
|
}
|
|
33568
|
-
}, ul = (e) => (je("data-v-09d249b3"), e = e(), qe(), e),
|
|
33583
|
+
}, ul = (e) => (je("data-v-09d249b3"), e = e(), qe(), e), v$ = /* @__PURE__ */ ul(() => /* @__PURE__ */ x("strong", null, "Select Columns", -1)), b$ = {
|
|
33569
33584
|
key: 0,
|
|
33570
33585
|
class: "font-sm"
|
|
33571
|
-
},
|
|
33572
|
-
function
|
|
33586
|
+
}, k$ = { class: "footer" }, w$ = /* @__PURE__ */ ul(() => /* @__PURE__ */ x("p", null, null, -1)), x$ = { key: 0 }, T$ = /* @__PURE__ */ ul(() => /* @__PURE__ */ x("p", null, null, -1));
|
|
33587
|
+
function S$(e, t, n, i, s, r) {
|
|
33573
33588
|
const a = y("ux-icon"), o = y("ux-panel-body"), l = y("ux-panel"), d = y("flex-column"), f = y("ux-button"), p = y("flex-header"), g = y("ux-list-item"), v = y("ux-list"), T = y("flex-body"), w = y("ux-menu"), S = y("native-table"), E = y("pager"), V = y("flex-footer"), R = y("flex-row"), Y = y("search"), Q = y("ux-field"), I = y("filter-builder"), j = y("spinner");
|
|
33574
33589
|
return r.actualDefinition ? (u(), k(d, {
|
|
33575
33590
|
key: 0,
|
|
@@ -33673,7 +33688,7 @@ function T$(e, t, n, i, s, r) {
|
|
|
33673
33688
|
icon: "fa-plus-minus",
|
|
33674
33689
|
left: ""
|
|
33675
33690
|
}),
|
|
33676
|
-
|
|
33691
|
+
v$
|
|
33677
33692
|
]),
|
|
33678
33693
|
_: 1
|
|
33679
33694
|
})
|
|
@@ -33729,7 +33744,7 @@ function T$(e, t, n, i, s, r) {
|
|
|
33729
33744
|
c(o, null, {
|
|
33730
33745
|
default: m(() => [
|
|
33731
33746
|
x("div", null, b(r.emptyTextString), 1),
|
|
33732
|
-
n.dateFilterEnabled ? (u(), h("div",
|
|
33747
|
+
n.dateFilterEnabled ? (u(), h("div", b$, " Try changing your date range or updating your filter. ")) : _("", !0)
|
|
33733
33748
|
]),
|
|
33734
33749
|
_: 1
|
|
33735
33750
|
})
|
|
@@ -33747,7 +33762,7 @@ function T$(e, t, n, i, s, r) {
|
|
|
33747
33762
|
s.dataSource && !r.boundaryMessage ? (u(), k(V, { key: 0 }, {
|
|
33748
33763
|
default: m(() => [
|
|
33749
33764
|
H(e.$slots, "footera", {}, void 0, !0),
|
|
33750
|
-
x("div",
|
|
33765
|
+
x("div", k$, [
|
|
33751
33766
|
c(E, {
|
|
33752
33767
|
page: s.page,
|
|
33753
33768
|
"onUpdate:page": t[2] || (t[2] = (G) => s.page = G),
|
|
@@ -33779,15 +33794,15 @@ function T$(e, t, n, i, s, r) {
|
|
|
33779
33794
|
debounce: 500,
|
|
33780
33795
|
placeholder: "Keyword Search"
|
|
33781
33796
|
}, null, 8, ["modelValue", "loading"]),
|
|
33782
|
-
|
|
33783
|
-
n.dateFilterEnabled ? (u(), h("div",
|
|
33797
|
+
w$,
|
|
33798
|
+
n.dateFilterEnabled ? (u(), h("div", x$, [
|
|
33784
33799
|
c(Q, {
|
|
33785
33800
|
field: r.dateRangeField,
|
|
33786
33801
|
modelValue: s.dateRangeFilter,
|
|
33787
33802
|
"onUpdate:modelValue": t[4] || (t[4] = (G) => s.dateRangeFilter = G)
|
|
33788
33803
|
}, null, 8, ["field", "modelValue"])
|
|
33789
33804
|
])) : _("", !0),
|
|
33790
|
-
|
|
33805
|
+
T$,
|
|
33791
33806
|
c(I, {
|
|
33792
33807
|
definition: r.actualDefinition,
|
|
33793
33808
|
modelValue: s.actualFilter,
|
|
@@ -33814,7 +33829,7 @@ function T$(e, t, n, i, s, r) {
|
|
|
33814
33829
|
_: 3
|
|
33815
33830
|
})) : _("", !0);
|
|
33816
33831
|
}
|
|
33817
|
-
const
|
|
33832
|
+
const O$ = /* @__PURE__ */ M(_$, [["render", S$], ["__scopeId", "data-v-09d249b3"]]), D$ = {
|
|
33818
33833
|
props: {
|
|
33819
33834
|
modal: {
|
|
33820
33835
|
type: Object,
|
|
@@ -33844,9 +33859,9 @@ const S$ = /* @__PURE__ */ M(g$, [["render", T$], ["__scopeId", "data-v-09d249b3
|
|
|
33844
33859
|
return this.modal.style && (e = Object.assign(e, this.modal.style)), e;
|
|
33845
33860
|
}
|
|
33846
33861
|
}
|
|
33847
|
-
},
|
|
33848
|
-
function
|
|
33849
|
-
return u(), h("div",
|
|
33862
|
+
}, E$ = { class: "modal-wrapper" };
|
|
33863
|
+
function C$(e, t, n, i, s, r) {
|
|
33864
|
+
return u(), h("div", E$, [
|
|
33850
33865
|
x("div", {
|
|
33851
33866
|
class: "modal-blanket",
|
|
33852
33867
|
onClick: t[0] || (t[0] = (...a) => r.blanketClick && r.blanketClick(...a))
|
|
@@ -33864,7 +33879,7 @@ function E$(e, t, n, i, s, r) {
|
|
|
33864
33879
|
], 4)
|
|
33865
33880
|
]);
|
|
33866
33881
|
}
|
|
33867
|
-
const
|
|
33882
|
+
const M$ = /* @__PURE__ */ M(D$, [["render", C$], ["__scopeId", "data-v-90c28992"]]), V$ = {
|
|
33868
33883
|
mixins: [wn],
|
|
33869
33884
|
computed: {
|
|
33870
33885
|
confirmText() {
|
|
@@ -33892,25 +33907,25 @@ const C$ = /* @__PURE__ */ M(O$, [["render", E$], ["__scopeId", "data-v-90c28992
|
|
|
33892
33907
|
}
|
|
33893
33908
|
}
|
|
33894
33909
|
}
|
|
33895
|
-
},
|
|
33896
|
-
function
|
|
33910
|
+
}, I$ = { class: "padder" }, F$ = ["innerHTML"], A$ = { class: "padder" };
|
|
33911
|
+
function N$(e, t, n, i, s, r) {
|
|
33897
33912
|
const a = y("flex-body"), o = y("ux-button"), l = y("flex-cell"), d = y("flex-row"), f = y("flex-footer"), p = y("flex-column");
|
|
33898
33913
|
return u(), k(p, { class: "wrapper" }, {
|
|
33899
33914
|
default: m(() => [
|
|
33900
33915
|
c(a, null, {
|
|
33901
33916
|
default: m(() => [
|
|
33902
|
-
x("div",
|
|
33917
|
+
x("div", I$, [
|
|
33903
33918
|
x("h5", null, b(e.options.title), 1),
|
|
33904
33919
|
x("div", {
|
|
33905
33920
|
innerHTML: e.options.description
|
|
33906
|
-
}, null, 8,
|
|
33921
|
+
}, null, 8, F$)
|
|
33907
33922
|
])
|
|
33908
33923
|
]),
|
|
33909
33924
|
_: 1
|
|
33910
33925
|
}),
|
|
33911
33926
|
c(f, null, {
|
|
33912
33927
|
default: m(() => [
|
|
33913
|
-
x("div",
|
|
33928
|
+
x("div", A$, [
|
|
33914
33929
|
c(d, null, {
|
|
33915
33930
|
default: m(() => [
|
|
33916
33931
|
c(l, null, {
|
|
@@ -33952,7 +33967,7 @@ function A$(e, t, n, i, s, r) {
|
|
|
33952
33967
|
_: 1
|
|
33953
33968
|
});
|
|
33954
33969
|
}
|
|
33955
|
-
const
|
|
33970
|
+
const $$ = /* @__PURE__ */ M(V$, [["render", N$], ["__scopeId", "data-v-ee67e4b1"]]), L$ = {
|
|
33956
33971
|
data() {
|
|
33957
33972
|
return {
|
|
33958
33973
|
selected: null,
|
|
@@ -33991,21 +34006,21 @@ const N$ = /* @__PURE__ */ M(M$, [["render", A$], ["__scopeId", "data-v-ee67e4b1
|
|
|
33991
34006
|
this.selected = e, this.close(e);
|
|
33992
34007
|
}
|
|
33993
34008
|
}
|
|
33994
|
-
},
|
|
34009
|
+
}, P$ = { class: "options-modal-header" }, R$ = { class: "padder" }, U$ = { class: "options-modal-header" }, j$ = { class: "padder" }, q$ = ["onClick"], B$ = ["innerHTML"], z$ = {
|
|
33995
34010
|
key: 0,
|
|
33996
34011
|
class: "title"
|
|
33997
|
-
},
|
|
34012
|
+
}, W$ = {
|
|
33998
34013
|
key: 1,
|
|
33999
34014
|
class: "description"
|
|
34000
|
-
},
|
|
34001
|
-
function
|
|
34015
|
+
}, H$ = { class: "padder" };
|
|
34016
|
+
function G$(e, t, n, i, s, r) {
|
|
34002
34017
|
const a = y("flex-header"), o = y("search"), l = y("flex-cell"), d = y("ux-icon"), f = y("flex-row"), p = y("flex-body"), g = y("ux-button"), v = y("flex-footer"), T = y("flex-column");
|
|
34003
34018
|
return u(), k(T, { class: "wrapper" }, {
|
|
34004
34019
|
default: m(() => [
|
|
34005
34020
|
e.options.title || e.options.description ? (u(), k(a, { key: 0 }, {
|
|
34006
34021
|
default: m(() => [
|
|
34007
|
-
x("div",
|
|
34008
|
-
x("div",
|
|
34022
|
+
x("div", P$, [
|
|
34023
|
+
x("div", R$, [
|
|
34009
34024
|
x("h5", null, b(e.options.title), 1),
|
|
34010
34025
|
x("div", null, b(e.options.description), 1)
|
|
34011
34026
|
])
|
|
@@ -34015,8 +34030,8 @@ function H$(e, t, n, i, s, r) {
|
|
|
34015
34030
|
})) : _("", !0),
|
|
34016
34031
|
r.searchEnabled ? (u(), k(a, { key: 1 }, {
|
|
34017
34032
|
default: m(() => [
|
|
34018
|
-
x("div",
|
|
34019
|
-
x("div",
|
|
34033
|
+
x("div", U$, [
|
|
34034
|
+
x("div", j$, [
|
|
34020
34035
|
c(o, {
|
|
34021
34036
|
modelValue: s.search,
|
|
34022
34037
|
"onUpdate:modelValue": t[0] || (t[0] = (w) => s.search = w),
|
|
@@ -34051,14 +34066,14 @@ function H$(e, t, n, i, s, r) {
|
|
|
34051
34066
|
x("div", {
|
|
34052
34067
|
class: "option-icon",
|
|
34053
34068
|
innerHTML: w.icon
|
|
34054
|
-
}, null, 8,
|
|
34069
|
+
}, null, 8, B$)
|
|
34055
34070
|
]),
|
|
34056
34071
|
_: 2
|
|
34057
34072
|
}, 1024)) : _("", !0),
|
|
34058
34073
|
c(l, null, {
|
|
34059
34074
|
default: m(() => [
|
|
34060
|
-
w.title ? (u(), h("div",
|
|
34061
|
-
w.description ? (u(), h("div",
|
|
34075
|
+
w.title ? (u(), h("div", z$, b(w.title), 1)) : _("", !0),
|
|
34076
|
+
w.description ? (u(), h("div", W$, b(w.description), 1)) : _("", !0)
|
|
34062
34077
|
]),
|
|
34063
34078
|
_: 2
|
|
34064
34079
|
}, 1024),
|
|
@@ -34074,14 +34089,14 @@ function H$(e, t, n, i, s, r) {
|
|
|
34074
34089
|
]),
|
|
34075
34090
|
_: 2
|
|
34076
34091
|
}, 1024)
|
|
34077
|
-
], 8,
|
|
34092
|
+
], 8, q$))), 256))
|
|
34078
34093
|
], 2)
|
|
34079
34094
|
]),
|
|
34080
34095
|
_: 1
|
|
34081
34096
|
}),
|
|
34082
34097
|
c(v, { class: "options-modal-footer" }, {
|
|
34083
34098
|
default: m(() => [
|
|
34084
|
-
x("div",
|
|
34099
|
+
x("div", H$, [
|
|
34085
34100
|
c(g, {
|
|
34086
34101
|
size: "sm",
|
|
34087
34102
|
onClick: e.dismiss
|
|
@@ -34099,7 +34114,7 @@ function H$(e, t, n, i, s, r) {
|
|
|
34099
34114
|
_: 1
|
|
34100
34115
|
});
|
|
34101
34116
|
}
|
|
34102
|
-
const
|
|
34117
|
+
const Y$ = /* @__PURE__ */ M(L$, [["render", G$], ["__scopeId", "data-v-79ee703e"]]), J$ = {
|
|
34103
34118
|
mixins: [wn],
|
|
34104
34119
|
data() {
|
|
34105
34120
|
return {
|
|
@@ -34132,8 +34147,8 @@ const G$ = /* @__PURE__ */ M($$, [["render", H$], ["__scopeId", "data-v-79ee703e
|
|
|
34132
34147
|
created() {
|
|
34133
34148
|
this.options.model && (this.model = this.options.model);
|
|
34134
34149
|
}
|
|
34135
|
-
},
|
|
34136
|
-
function
|
|
34150
|
+
}, K$ = { class: "padder" }, Z$ = { key: 0 }, X$ = { class: "padder" };
|
|
34151
|
+
function Q$(e, t, n, i, s, r) {
|
|
34137
34152
|
const a = y("ux-form"), o = y("flex-body"), l = y("ux-button"), d = y("flex-cell"), f = y("flex-spacer"), p = y("flex-row"), g = y("flex-footer"), v = y("flex-column");
|
|
34138
34153
|
return u(), h("form", {
|
|
34139
34154
|
class: "wrapper",
|
|
@@ -34143,9 +34158,9 @@ function X$(e, t, n, i, s, r) {
|
|
|
34143
34158
|
default: m(() => [
|
|
34144
34159
|
c(o, null, {
|
|
34145
34160
|
default: m(() => [
|
|
34146
|
-
x("div",
|
|
34161
|
+
x("div", K$, [
|
|
34147
34162
|
x("h5", null, b(e.options.title), 1),
|
|
34148
|
-
e.options.description ? (u(), h("p",
|
|
34163
|
+
e.options.description ? (u(), h("p", Z$, b(e.options.description), 1)) : _("", !0),
|
|
34149
34164
|
c(a, {
|
|
34150
34165
|
ref: "form",
|
|
34151
34166
|
"onForm:state": r.formStateUpdated,
|
|
@@ -34159,7 +34174,7 @@ function X$(e, t, n, i, s, r) {
|
|
|
34159
34174
|
}),
|
|
34160
34175
|
c(g, { class: "border-top" }, {
|
|
34161
34176
|
default: m(() => [
|
|
34162
|
-
x("div",
|
|
34177
|
+
x("div", X$, [
|
|
34163
34178
|
c(p, null, {
|
|
34164
34179
|
default: m(() => [
|
|
34165
34180
|
c(d, { shrink: "" }, {
|
|
@@ -34205,8 +34220,8 @@ function X$(e, t, n, i, s, r) {
|
|
|
34205
34220
|
})
|
|
34206
34221
|
], 32);
|
|
34207
34222
|
}
|
|
34208
|
-
const
|
|
34209
|
-
function
|
|
34223
|
+
const eL = /* @__PURE__ */ M(J$, [["render", Q$], ["__scopeId", "data-v-22036a05"]]);
|
|
34224
|
+
function tL(e, t) {
|
|
34210
34225
|
switch (e) {
|
|
34211
34226
|
case "systemtask":
|
|
34212
34227
|
case "comment":
|
|
@@ -34229,7 +34244,7 @@ function eL(e, t) {
|
|
|
34229
34244
|
break;
|
|
34230
34245
|
}
|
|
34231
34246
|
}
|
|
34232
|
-
function
|
|
34247
|
+
function nL(e, t) {
|
|
34233
34248
|
let n = [];
|
|
34234
34249
|
switch (e) {
|
|
34235
34250
|
case "transaction":
|
|
@@ -34417,9 +34432,9 @@ function tL(e, t) {
|
|
|
34417
34432
|
}
|
|
34418
34433
|
return n;
|
|
34419
34434
|
}
|
|
34420
|
-
const
|
|
34435
|
+
const rL = {
|
|
34421
34436
|
components: {
|
|
34422
|
-
ContentBrowser:
|
|
34437
|
+
ContentBrowser: O$,
|
|
34423
34438
|
Search: kn,
|
|
34424
34439
|
DateRange: Pm
|
|
34425
34440
|
},
|
|
@@ -34442,7 +34457,7 @@ const nL = {
|
|
|
34442
34457
|
},
|
|
34443
34458
|
dateShortcuts() {
|
|
34444
34459
|
const e = this.definition.key, t = this.definition.definesType || e;
|
|
34445
|
-
return
|
|
34460
|
+
return nL(t);
|
|
34446
34461
|
},
|
|
34447
34462
|
bigData() {
|
|
34448
34463
|
var e;
|
|
@@ -34450,7 +34465,7 @@ const nL = {
|
|
|
34450
34465
|
},
|
|
34451
34466
|
dateFilterEnabled() {
|
|
34452
34467
|
const e = this.definition.key, t = this.definition.definesType || e;
|
|
34453
|
-
return
|
|
34468
|
+
return tL(t, e);
|
|
34454
34469
|
},
|
|
34455
34470
|
dateSummary() {
|
|
34456
34471
|
let { startDate: e, endDate: t } = this.dateRange;
|
|
@@ -34553,8 +34568,8 @@ const nL = {
|
|
|
34553
34568
|
this.close(this.model);
|
|
34554
34569
|
}
|
|
34555
34570
|
}
|
|
34556
|
-
},
|
|
34557
|
-
function
|
|
34571
|
+
}, iL = { class: "header" }, sL = { class: "font-muted font-sm" }, aL = { class: "date-range" }, oL = { class: "date-shortcuts" }, lL = ["onClick"], uL = { class: "rolodex" };
|
|
34572
|
+
function dL(e, t, n, i, s, r) {
|
|
34558
34573
|
const a = y("flex-column"), o = y("flex-cell"), l = y("search"), d = y("ux-button"), f = y("date-range"), p = y("flex-row"), g = y("ux-menu"), v = y("ux-icon"), T = y("flex-header"), w = y("content-browser"), S = lf("tippy");
|
|
34559
34574
|
return u(), k(a, { class: "wrapper" }, {
|
|
34560
34575
|
default: m(() => [
|
|
@@ -34567,7 +34582,7 @@ function uL(e, t, n, i, s, r) {
|
|
|
34567
34582
|
s.definition ? (u(), h(D, { key: 0 }, [
|
|
34568
34583
|
c(T, null, {
|
|
34569
34584
|
default: m(() => [
|
|
34570
|
-
x("div",
|
|
34585
|
+
x("div", iL, [
|
|
34571
34586
|
c(p, {
|
|
34572
34587
|
vcenter: "",
|
|
34573
34588
|
gap: ""
|
|
@@ -34581,7 +34596,7 @@ function uL(e, t, n, i, s, r) {
|
|
|
34581
34596
|
}),
|
|
34582
34597
|
r.maximum ? (u(), k(o, { key: 0 }, {
|
|
34583
34598
|
default: m(() => [
|
|
34584
|
-
x("span",
|
|
34599
|
+
x("span", sL, "(" + b(s.model.length) + " of " + b(r.maximum) + ")", 1)
|
|
34585
34600
|
]),
|
|
34586
34601
|
_: 1
|
|
34587
34602
|
})) : _("", !0),
|
|
@@ -34619,16 +34634,16 @@ function uL(e, t, n, i, s, r) {
|
|
|
34619
34634
|
])
|
|
34620
34635
|
]),
|
|
34621
34636
|
default: m(() => [
|
|
34622
|
-
x("div",
|
|
34637
|
+
x("div", aL, [
|
|
34623
34638
|
c(p, { gap: "" }, {
|
|
34624
34639
|
default: m(() => [
|
|
34625
34640
|
c(o, { shrink: "" }, {
|
|
34626
34641
|
default: m(() => [
|
|
34627
|
-
x("ul",
|
|
34642
|
+
x("ul", oL, [
|
|
34628
34643
|
(u(!0), h(D, null, N(r.dateShortcuts, (E) => (u(), h("li", null, [
|
|
34629
34644
|
x("a", {
|
|
34630
34645
|
onClick: (V) => r.setDateRange(E)
|
|
34631
|
-
}, b(E.title), 9,
|
|
34646
|
+
}, b(E.title), 9, lL)
|
|
34632
34647
|
]))), 256))
|
|
34633
34648
|
])
|
|
34634
34649
|
]),
|
|
@@ -34712,7 +34727,7 @@ function uL(e, t, n, i, s, r) {
|
|
|
34712
34727
|
abovecontent: m(() => [
|
|
34713
34728
|
r.rolodexEnabled ? (u(), k(T, { key: 0 }, {
|
|
34714
34729
|
default: m(() => [
|
|
34715
|
-
x("div",
|
|
34730
|
+
x("div", uL, [
|
|
34716
34731
|
c(d, {
|
|
34717
34732
|
size: "sm",
|
|
34718
34733
|
onClick: t[3] || (t[3] = (E) => r.toggleRolodex("")),
|
|
@@ -34748,7 +34763,7 @@ function uL(e, t, n, i, s, r) {
|
|
|
34748
34763
|
_: 1
|
|
34749
34764
|
});
|
|
34750
34765
|
}
|
|
34751
|
-
const
|
|
34766
|
+
const cL = /* @__PURE__ */ M(rL, [["render", dL], ["__scopeId", "data-v-aeaca77a"]]), fL = {
|
|
34752
34767
|
components: {
|
|
34753
34768
|
ScopeSelect: K2
|
|
34754
34769
|
// Search,
|
|
@@ -34822,14 +34837,14 @@ const dL = /* @__PURE__ */ M(nL, [["render", uL], ["__scopeId", "data-v-aeaca77a
|
|
|
34822
34837
|
console.log("selection complete", e, this.model), this.close(this.model);
|
|
34823
34838
|
}
|
|
34824
34839
|
}
|
|
34825
|
-
},
|
|
34826
|
-
function
|
|
34840
|
+
}, mL = (e) => (je("data-v-c5b42335"), e = e(), qe(), e), hL = { class: "header" }, pL = /* @__PURE__ */ mL(() => /* @__PURE__ */ x("h3", null, "Select Scopes", -1));
|
|
34841
|
+
function yL(e, t, n, i, s, r) {
|
|
34827
34842
|
const a = y("flex-cell"), o = y("ux-button"), l = y("flex-row"), d = y("flex-header"), f = y("scope-select"), p = y("flex-column");
|
|
34828
34843
|
return u(), k(p, { class: "wrapper" }, {
|
|
34829
34844
|
default: m(() => [
|
|
34830
34845
|
c(d, null, {
|
|
34831
34846
|
default: m(() => [
|
|
34832
|
-
x("div",
|
|
34847
|
+
x("div", hL, [
|
|
34833
34848
|
c(l, {
|
|
34834
34849
|
vcenter: "",
|
|
34835
34850
|
gap: ""
|
|
@@ -34837,7 +34852,7 @@ function pL(e, t, n, i, s, r) {
|
|
|
34837
34852
|
default: m(() => [
|
|
34838
34853
|
c(a, null, {
|
|
34839
34854
|
default: m(() => [
|
|
34840
|
-
|
|
34855
|
+
pL
|
|
34841
34856
|
]),
|
|
34842
34857
|
_: 1
|
|
34843
34858
|
}),
|
|
@@ -34874,7 +34889,7 @@ function pL(e, t, n, i, s, r) {
|
|
|
34874
34889
|
_: 1
|
|
34875
34890
|
});
|
|
34876
34891
|
}
|
|
34877
|
-
const
|
|
34892
|
+
const gL = /* @__PURE__ */ M(fL, [["render", yL], ["__scopeId", "data-v-c5b42335"]]), _L = {
|
|
34878
34893
|
mixins: [wn],
|
|
34879
34894
|
components: {
|
|
34880
34895
|
Tagger: FT
|
|
@@ -34898,17 +34913,17 @@ const yL = /* @__PURE__ */ M(cL, [["render", pL], ["__scopeId", "data-v-c5b42335
|
|
|
34898
34913
|
data() {
|
|
34899
34914
|
return {};
|
|
34900
34915
|
}
|
|
34901
|
-
},
|
|
34916
|
+
}, vL = { class: "header" }, bL = {
|
|
34902
34917
|
key: 0,
|
|
34903
34918
|
class: "font-sm font-muted"
|
|
34904
|
-
},
|
|
34905
|
-
function
|
|
34919
|
+
}, kL = { class: "footer" };
|
|
34920
|
+
function wL(e, t, n, i, s, r) {
|
|
34906
34921
|
const a = y("flex-cell"), o = y("flex-row"), l = y("flex-header"), d = y("tagger"), f = y("ux-panel-body"), p = y("flex-body"), g = y("ux-button"), v = y("flex-footer"), T = y("flex-column");
|
|
34907
34922
|
return u(), k(T, { class: "wrapper" }, {
|
|
34908
34923
|
default: m(() => [
|
|
34909
34924
|
c(l, null, {
|
|
34910
34925
|
default: m(() => [
|
|
34911
|
-
x("div",
|
|
34926
|
+
x("div", vL, [
|
|
34912
34927
|
c(o, {
|
|
34913
34928
|
gap: "",
|
|
34914
34929
|
center: ""
|
|
@@ -34919,7 +34934,7 @@ function kL(e, t, n, i, s, r) {
|
|
|
34919
34934
|
var w;
|
|
34920
34935
|
return [
|
|
34921
34936
|
x("h3", null, b(r.title), 1),
|
|
34922
|
-
(w = r.description) != null && w.length ? (u(), h("div",
|
|
34937
|
+
(w = r.description) != null && w.length ? (u(), h("div", bL, b(r.description), 1)) : _("", !0)
|
|
34923
34938
|
];
|
|
34924
34939
|
}),
|
|
34925
34940
|
_: 1
|
|
@@ -34947,7 +34962,7 @@ function kL(e, t, n, i, s, r) {
|
|
|
34947
34962
|
}),
|
|
34948
34963
|
c(v, null, {
|
|
34949
34964
|
default: m(() => [
|
|
34950
|
-
x("div",
|
|
34965
|
+
x("div", kL, [
|
|
34951
34966
|
c(o, {
|
|
34952
34967
|
gap: "",
|
|
34953
34968
|
center: ""
|
|
@@ -34990,7 +35005,7 @@ function kL(e, t, n, i, s, r) {
|
|
|
34990
35005
|
_: 1
|
|
34991
35006
|
});
|
|
34992
35007
|
}
|
|
34993
|
-
const
|
|
35008
|
+
const xL = /* @__PURE__ */ M(_L, [["render", wL], ["__scopeId", "data-v-da6e77a9"]]), gt = "uploading", zr = "complete", un = "ready", TL = "error", SL = "upload.cancel", OL = "upload.start", sf = "upload.complete", DL = "upload.progress", EL = "upload.error", CL = {
|
|
34994
35009
|
props: {
|
|
34995
35010
|
accept: {
|
|
34996
35011
|
type: String
|
|
@@ -35121,7 +35136,7 @@ const wL = /* @__PURE__ */ M(gL, [["render", kL], ["__scopeId", "data-v-da6e77a9
|
|
|
35121
35136
|
return new cf().bootstrap(d), n.queue.unshift(d), d;
|
|
35122
35137
|
},
|
|
35123
35138
|
cancelFile(e) {
|
|
35124
|
-
e.state == gt && (e.cancel && e.cancel("Cancelled"), e.bytesLoaded = 0, e.percent = 0, e.state = un, e.dispatch(
|
|
35139
|
+
e.state == gt && (e.cancel && e.cancel("Cancelled"), e.bytesLoaded = 0, e.percent = 0, e.state = un, e.dispatch(SL));
|
|
35125
35140
|
},
|
|
35126
35141
|
removeFile(e) {
|
|
35127
35142
|
var t = this.queue.indexOf(e);
|
|
@@ -35147,7 +35162,7 @@ const wL = /* @__PURE__ */ M(gL, [["render", kL], ["__scopeId", "data-v-da6e77a9
|
|
|
35147
35162
|
case gt:
|
|
35148
35163
|
return;
|
|
35149
35164
|
}
|
|
35150
|
-
e.state = gt, e.dispatch(
|
|
35165
|
+
e.state = gt, e.dispatch(OL);
|
|
35151
35166
|
{
|
|
35152
35167
|
const f = e.size, p = e.name, g = e.mime, { data: v } = await t.$sdk.api.post("/file/check", {
|
|
35153
35168
|
fileSize: f,
|
|
@@ -35171,7 +35186,7 @@ const wL = /* @__PURE__ */ M(gL, [["render", kL], ["__scopeId", "data-v-da6e77a9
|
|
|
35171
35186
|
let p = Math.floor(
|
|
35172
35187
|
f.loaded * 100 / f.total
|
|
35173
35188
|
);
|
|
35174
|
-
e.percent = p, e.bytesLoaded = f.loaded, e.bytesTotal = f.total, e.dispatch(
|
|
35189
|
+
e.percent = p, e.bytesLoaded = f.loaded, e.bytesTotal = f.total, e.dispatch(DL, f);
|
|
35175
35190
|
}
|
|
35176
35191
|
};
|
|
35177
35192
|
const o = t.$sdk.api.CancelToken.source();
|
|
@@ -35183,7 +35198,7 @@ const wL = /* @__PURE__ */ M(gL, [["render", kL], ["__scopeId", "data-v-da6e77a9
|
|
|
35183
35198
|
e.result = f.data, e.state = zr, e.result.meta, t.$sdk.notify(`${e.result.title} was uploaded successfully`), e.dispatch(sf, f.data), t.uploadNextFile();
|
|
35184
35199
|
}), d.catch(function(f) {
|
|
35185
35200
|
var p = t.$sdk.api.wasCancelled(f);
|
|
35186
|
-
p ? e.state = un : (e.state =
|
|
35201
|
+
p ? e.state = un : (e.state = TL, e.dispatch(EL, f), t.uploadNextFile());
|
|
35187
35202
|
});
|
|
35188
35203
|
},
|
|
35189
35204
|
toggle() {
|
|
@@ -35240,9 +35255,9 @@ const wL = /* @__PURE__ */ M(gL, [["render", kL], ["__scopeId", "data-v-da6e77a9
|
|
|
35240
35255
|
e.uploading ? e.pause() : (e.queue.length = 0, e.defaultFreeformTags.length = 0, e.defaultScopes.length = 0);
|
|
35241
35256
|
}
|
|
35242
35257
|
}
|
|
35243
|
-
},
|
|
35244
|
-
function
|
|
35245
|
-
return u(), h("div",
|
|
35258
|
+
}, ML = { class: "uploader" }, VL = ["accept"], IL = ["accept"];
|
|
35259
|
+
function FL(e, t, n, i, s, r) {
|
|
35260
|
+
return u(), h("div", ML, [
|
|
35246
35261
|
x("input", {
|
|
35247
35262
|
style: { display: "none" },
|
|
35248
35263
|
accept: n.accept,
|
|
@@ -35250,13 +35265,13 @@ function IL(e, t, n, i, s, r) {
|
|
|
35250
35265
|
type: "file",
|
|
35251
35266
|
multiple: "",
|
|
35252
35267
|
onChange: t[0] || (t[0] = (a) => r.filesSelected(a.target.files))
|
|
35253
|
-
}, null, 40,
|
|
35268
|
+
}, null, 40, VL),
|
|
35254
35269
|
x("input", {
|
|
35255
35270
|
style: { display: "none" },
|
|
35256
35271
|
accept: n.accept,
|
|
35257
35272
|
ref: "immediateFile",
|
|
35258
35273
|
type: "file"
|
|
35259
|
-
}, null, 8,
|
|
35274
|
+
}, null, 8, IL),
|
|
35260
35275
|
H(e.$slots, "default", {
|
|
35261
35276
|
queue: s.queue,
|
|
35262
35277
|
items: e.items,
|
|
@@ -35268,11 +35283,11 @@ function IL(e, t, n, i, s, r) {
|
|
|
35268
35283
|
})
|
|
35269
35284
|
]);
|
|
35270
35285
|
}
|
|
35271
|
-
const
|
|
35272
|
-
function
|
|
35286
|
+
const UL = /* @__PURE__ */ M(CL, [["render", FL]]);
|
|
35287
|
+
function AL(e, t) {
|
|
35273
35288
|
return t.reduce((n, i) => Math.abs(i - e) < Math.abs(n - e) ? i : n);
|
|
35274
35289
|
}
|
|
35275
|
-
function
|
|
35290
|
+
function jL() {
|
|
35276
35291
|
var e = Gt({
|
|
35277
35292
|
mounted: !1,
|
|
35278
35293
|
screen: {
|
|
@@ -35345,7 +35360,7 @@ function UL() {
|
|
|
35345
35360
|
point: 0
|
|
35346
35361
|
}, a = 0;
|
|
35347
35362
|
i > e.limits.xs && a++, i > e.limits.sm && a++, i > e.limits.md && a++, i > e.limits.lg && a++, a < 1 && (r.mobile = !0, r.xs = !0, r.xsOnly = !0, r.smAndDown = !0, r.mdAndDown = !0, r.lgAndDown = !0), a == 1 && (r.tablet = !0, r.sm = !0, r.smOnly = !0, r.smAndDown = !0, r.mdAndDown = !0, r.lgAndDown = !0, r.smAndUp = !0), a == 2 && (r.desktop = !0, r.md = !0, r.mdOnly = !0, r.mdAndDown = !0, r.lgAndDown = !0, r.smAndUp = !0, r.mdAndUp = !0), a == 3 && (r.desktop = !0, r.lg = !0, r.lgOnly = !0, r.lgAndDown = !0, r.smAndUp = !0, r.mdAndUp = !0, r.lgAndUp = !0), a > 3 && (r.desktop = !0, r.xl = !0, r.xlOnly = !0, r.smAndUp = !0, r.mdAndUp = !0, r.lgAndUp = !0), e.point = a, e.breakpoint = r;
|
|
35348
|
-
const l =
|
|
35363
|
+
const l = AL(i, [320, 768, 1200, 1800, 2e3]), d = l * 1, f = l * 1.5, p = l * 2;
|
|
35349
35364
|
e.image = {
|
|
35350
35365
|
auto: {
|
|
35351
35366
|
low: d,
|
|
@@ -35359,7 +35374,7 @@ function UL() {
|
|
|
35359
35374
|
n.removeEventListener("resize", e.resize), n = !1, t = !1, e.mounted = !1;
|
|
35360
35375
|
}, e;
|
|
35361
35376
|
}
|
|
35362
|
-
const
|
|
35377
|
+
const NL = `qik vue ui ${Hh}`, af = {
|
|
35363
35378
|
FlexColumn: ag,
|
|
35364
35379
|
FlexBody: dg,
|
|
35365
35380
|
FlexHeader: hg,
|
|
@@ -35381,7 +35396,7 @@ const AL = `qik vue ui ${Hh}`, af = {
|
|
|
35381
35396
|
UxFieldWrapper: uN,
|
|
35382
35397
|
UxSubmissionForm: PA,
|
|
35383
35398
|
UxPaymentMethodForm: iN,
|
|
35384
|
-
UxRender:
|
|
35399
|
+
UxRender: n$,
|
|
35385
35400
|
UxRenderField: Eh,
|
|
35386
35401
|
UxIcon: fk,
|
|
35387
35402
|
UxMenu: pk,
|
|
@@ -35402,12 +35417,12 @@ const AL = `qik vue ui ${Hh}`, af = {
|
|
|
35402
35417
|
UxSpinner: $n,
|
|
35403
35418
|
ProgressBar: Yu,
|
|
35404
35419
|
UxProgressBar: Yu,
|
|
35405
|
-
UxModal:
|
|
35420
|
+
UxModal: M$,
|
|
35406
35421
|
Compile: Dh
|
|
35407
|
-
},
|
|
35422
|
+
}, qL = {
|
|
35408
35423
|
install(e, t) {
|
|
35409
35424
|
var i;
|
|
35410
|
-
if (console.log(
|
|
35425
|
+
if (console.log(NL), t.date = fe, t.global = t.global || Gt({}), (i = t.global) != null && i.cacheKeys || (t.global.cacheKeys = t.global.cacheKeys || Gt({})), !t.global.glossary) {
|
|
35411
35426
|
var n = Yy(t);
|
|
35412
35427
|
e.config.globalProperties.$glossary = n, t.global.glossary = n;
|
|
35413
35428
|
}
|
|
@@ -35417,17 +35432,17 @@ const AL = `qik vue ui ${Hh}`, af = {
|
|
|
35417
35432
|
});
|
|
35418
35433
|
}, t.prompt = function(s, r) {
|
|
35419
35434
|
return r = r || {}, r.model = r.model || {}, r.fields = s, t.modal({
|
|
35420
|
-
component:
|
|
35435
|
+
component: eL,
|
|
35421
35436
|
options: r
|
|
35422
35437
|
});
|
|
35423
35438
|
}, t.browse = function(s, r) {
|
|
35424
35439
|
return r = r || {}, r.type = s, r.model = r.model || [], t.modal({
|
|
35425
|
-
component:
|
|
35440
|
+
component: cL,
|
|
35426
35441
|
options: r
|
|
35427
35442
|
});
|
|
35428
35443
|
}, t.tag = function(s) {
|
|
35429
35444
|
return s = s || {}, s.model = s.model || [], t.modal({
|
|
35430
|
-
component:
|
|
35445
|
+
component: xL,
|
|
35431
35446
|
options: s
|
|
35432
35447
|
});
|
|
35433
35448
|
}, t.selectScopes = async function(s) {
|
|
@@ -35449,17 +35464,17 @@ const AL = `qik vue ui ${Hh}`, af = {
|
|
|
35449
35464
|
);
|
|
35450
35465
|
}
|
|
35451
35466
|
return t.modal({
|
|
35452
|
-
component:
|
|
35467
|
+
component: gL,
|
|
35453
35468
|
options: s
|
|
35454
35469
|
});
|
|
35455
35470
|
}, t.confirm = function(s, r) {
|
|
35456
35471
|
return r = r || {}, r.title = s, t.modal({
|
|
35457
|
-
component:
|
|
35472
|
+
component: $$,
|
|
35458
35473
|
options: r
|
|
35459
35474
|
});
|
|
35460
35475
|
}, t.options = function(s, r, a, o) {
|
|
35461
35476
|
return o = o || {}, t.modal({
|
|
35462
|
-
component:
|
|
35477
|
+
component: Y$,
|
|
35463
35478
|
options: {
|
|
35464
35479
|
title: r,
|
|
35465
35480
|
description: a,
|
|
@@ -35482,10 +35497,10 @@ const AL = `qik vue ui ${Hh}`, af = {
|
|
|
35482
35497
|
export {
|
|
35483
35498
|
Gu as Avatar,
|
|
35484
35499
|
xh as CodeEditor,
|
|
35485
|
-
|
|
35500
|
+
O$ as ContentBrowser,
|
|
35486
35501
|
Bm as ContentSearch,
|
|
35487
35502
|
Pm as DateRange,
|
|
35488
|
-
|
|
35503
|
+
jL as Device,
|
|
35489
35504
|
zC as FileDrop,
|
|
35490
35505
|
dg as FlexBody,
|
|
35491
35506
|
kg as FlexCell,
|
|
@@ -35506,12 +35521,12 @@ export {
|
|
|
35506
35521
|
zg as PanelFooter,
|
|
35507
35522
|
Ug as PanelHeader,
|
|
35508
35523
|
Yu as ProgressBar,
|
|
35509
|
-
|
|
35524
|
+
qL as QikUI,
|
|
35510
35525
|
H1 as RememberScrollMixin,
|
|
35511
35526
|
K2 as ScopeSelect,
|
|
35512
35527
|
eO as ScopeSelectButton,
|
|
35513
35528
|
kn as Search,
|
|
35514
|
-
|
|
35529
|
+
r$ as Selection,
|
|
35515
35530
|
$n as Spinner,
|
|
35516
35531
|
dm as StripeElement,
|
|
35517
35532
|
cm as StripeElements,
|
|
@@ -35534,7 +35549,7 @@ export {
|
|
|
35534
35549
|
_k as UXMenuList,
|
|
35535
35550
|
iN as UXPaymentMethodForm,
|
|
35536
35551
|
Lk as UXPill,
|
|
35537
|
-
|
|
35552
|
+
n$ as UXRender,
|
|
35538
35553
|
Eh as UXRenderField,
|
|
35539
35554
|
PA as UXSubmissionForm,
|
|
35540
35555
|
km as UXSwitch,
|
|
@@ -35542,13 +35557,13 @@ export {
|
|
|
35542
35557
|
tb as UXTable,
|
|
35543
35558
|
t_ as UXTabset,
|
|
35544
35559
|
Ck as UXVideo,
|
|
35545
|
-
|
|
35546
|
-
|
|
35547
|
-
|
|
35548
|
-
|
|
35549
|
-
|
|
35550
|
-
|
|
35551
|
-
|
|
35552
|
-
|
|
35560
|
+
UL as UploadService,
|
|
35561
|
+
$$ as UxConfirmModal,
|
|
35562
|
+
cL as UxContentModal,
|
|
35563
|
+
M$ as UxModal,
|
|
35564
|
+
Y$ as UxOptionsModal,
|
|
35565
|
+
eL as UxPromptModal,
|
|
35566
|
+
gL as UxScopeModal,
|
|
35567
|
+
xL as UxTaggerModal
|
|
35553
35568
|
};
|
|
35554
35569
|
//# sourceMappingURL=lib.es.js.map
|