@qikdev/vue-ui 0.2.101 → 0.2.103
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 +331 -312
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +3 -3
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './style.css';
|
|
2
|
-
import { defineComponent as Si, ref as Yt, toRefs as ma, onMounted as ha, onBeforeUnmount as Ao, watch as Ti, computed as ui, openBlock as o, createElementBlock as d, renderSlot as G, createCommentVNode as _, useSlots as Mo, reactive as wr, provide as $r, resolveComponent as y, normalizeClass as P, Fragment as S, unref as Rn, createBlock as k, withCtx as m, createVNode as h, renderList as $, toDisplayString as b, createElementVNode as
|
|
2
|
+
import { defineComponent as Si, ref as Yt, toRefs as ma, onMounted as ha, onBeforeUnmount as Ao, watch as Ti, computed as ui, openBlock as o, createElementBlock as d, renderSlot as G, createCommentVNode as _, useSlots as Mo, reactive as wr, provide as $r, resolveComponent as y, normalizeClass as P, Fragment as S, unref as Rn, createBlock as k, withCtx as m, createVNode as h, renderList as $, toDisplayString as b, createElementVNode as x, withModifiers as q, createTextVNode as T, h as di, resolveDynamicComponent as St, mergeProps as Oi, toHandlers as pa, withDirectives as K, vModelSelect as Tt, pushScopeId as lt, popScopeId as ot, normalizeStyle as ct, Teleport as Io, vModelText as se, withKeys as ge, TransitionGroup as Fo, nextTick as ya, vModelDynamic as Bn, vShow as Zi } from "vue";
|
|
3
3
|
import { EventDispatcher as Do } from "@qikdev/sdk";
|
|
4
|
-
const $o = "0.2.
|
|
4
|
+
const $o = "0.2.103";
|
|
5
5
|
class $t extends Error {
|
|
6
6
|
}
|
|
7
7
|
class No extends $t {
|
|
@@ -489,12 +489,12 @@ class Pe {
|
|
|
489
489
|
return n > 0 && (i.padTo = n), this.loc.numberFormatter(i).format(t);
|
|
490
490
|
}
|
|
491
491
|
formatDateTimeFromString(t, n) {
|
|
492
|
-
const i = this.loc.listingMode() === "en", s = this.loc.outputCalendar && this.loc.outputCalendar !== "gregory", r = (v,
|
|
493
|
-
|
|
492
|
+
const i = this.loc.listingMode() === "en", s = this.loc.outputCalendar && this.loc.outputCalendar !== "gregory", r = (v, w) => this.loc.extract(t, v, w), a = (v) => t.isOffsetFixed && t.offset === 0 && v.allowZ ? "Z" : t.isValid ? t.zone.formatOffset(t.ts, v.format) : "", l = () => i ? Qo(t) : r({ hour: "numeric", hourCycle: "h12" }, "dayperiod"), u = (v, w) => i ? tu(t, v) : r(w ? { month: v } : { month: v, day: "numeric" }, "month"), f = (v, w) => i ? eu(t, v) : r(
|
|
493
|
+
w ? { weekday: v } : { weekday: v, month: "long", day: "numeric" },
|
|
494
494
|
"weekday"
|
|
495
495
|
), c = (v) => {
|
|
496
|
-
const
|
|
497
|
-
return
|
|
496
|
+
const w = Pe.macroTokenToFormatOpts(v);
|
|
497
|
+
return w ? this.formatWithSystemDefault(t, w) : v;
|
|
498
498
|
}, p = (v) => i ? nu(t, v) : r({ era: v }, "era"), g = (v) => {
|
|
499
499
|
switch (v) {
|
|
500
500
|
case "S":
|
|
@@ -893,8 +893,8 @@ class ft extends Mn {
|
|
|
893
893
|
millisecond: 0
|
|
894
894
|
});
|
|
895
895
|
let v = +n;
|
|
896
|
-
const
|
|
897
|
-
return v -=
|
|
896
|
+
const w = v % 1e3;
|
|
897
|
+
return v -= w >= 0 ? w : 1e3 + w, (g - v) / (60 * 1e3);
|
|
898
898
|
}
|
|
899
899
|
/** @override **/
|
|
900
900
|
equals(t) {
|
|
@@ -1408,7 +1408,7 @@ function Xa(e, t) {
|
|
|
1408
1408
|
}
|
|
1409
1409
|
const Eu = RegExp(`^T?${Mi.source}$`), Au = /^-?P(?:(?:(-?\d{1,9}(?:\.\d{1,9})?)Y)?(?:(-?\d{1,9}(?:\.\d{1,9})?)M)?(?:(-?\d{1,9}(?:\.\d{1,9})?)W)?(?:(-?\d{1,9}(?:\.\d{1,9})?)D)?(?:T(?:(-?\d{1,9}(?:\.\d{1,9})?)H)?(?:(-?\d{1,9}(?:\.\d{1,9})?)M)?(?:(-?\d{1,20})(?:[.,](-?\d{1,9}))?S)?)?)$/;
|
|
1410
1410
|
function Mu(e) {
|
|
1411
|
-
const [t, n, i, s, r, a, l, u, f] = e, c = t[0] === "-", p = u && u[0] === "-", g = (v,
|
|
1411
|
+
const [t, n, i, s, r, a, l, u, f] = e, c = t[0] === "-", p = u && u[0] === "-", g = (v, w = !1) => v !== void 0 && (w || v && c) ? -v : v;
|
|
1412
1412
|
return [
|
|
1413
1413
|
{
|
|
1414
1414
|
years: g(Ct(n)),
|
|
@@ -3541,10 +3541,10 @@ class U {
|
|
|
3541
3541
|
if (f && l)
|
|
3542
3542
|
throw new vn("Can't mix ordinal dates with month/day");
|
|
3543
3543
|
const v = p || a.weekday && !c;
|
|
3544
|
-
let
|
|
3545
|
-
v ? (
|
|
3544
|
+
let w, O, A = hs(s, r);
|
|
3545
|
+
v ? (w = Dd, O = Id, A = _i(A)) : l ? (w = $d, O = Fd, A = jr(A)) : (w = ml, O = fl);
|
|
3546
3546
|
let W = !1;
|
|
3547
|
-
for (const ae of
|
|
3547
|
+
for (const ae of w) {
|
|
3548
3548
|
const z = a[ae];
|
|
3549
3549
|
Z(z) ? W ? a[ae] = O[ae] : a[ae] = A[ae] : W = !0;
|
|
3550
3550
|
}
|
|
@@ -5050,7 +5050,7 @@ function Af(e, t, n) {
|
|
|
5050
5050
|
var D = i, ae = s;
|
|
5051
5051
|
return i = s = void 0, f = B, a = e.apply(ae, D), a;
|
|
5052
5052
|
}
|
|
5053
|
-
function
|
|
5053
|
+
function w(B) {
|
|
5054
5054
|
return f = B, l = setTimeout(W, t), c ? v(B) : a;
|
|
5055
5055
|
}
|
|
5056
5056
|
function O(B) {
|
|
@@ -5080,7 +5080,7 @@ function Af(e, t, n) {
|
|
|
5080
5080
|
var B = Hr(), D = A(B);
|
|
5081
5081
|
if (i = arguments, s = this, u = B, D) {
|
|
5082
5082
|
if (l === void 0)
|
|
5083
|
-
return
|
|
5083
|
+
return w(u);
|
|
5084
5084
|
if (p)
|
|
5085
5085
|
return clearTimeout(l), l = setTimeout(W, t), v(u);
|
|
5086
5086
|
}
|
|
@@ -5106,8 +5106,8 @@ const Mf = ["onClick"], If = ["onClick"], Ff = {
|
|
|
5106
5106
|
i.value = u;
|
|
5107
5107
|
}, r = an(function() {
|
|
5108
5108
|
const f = t.default().reduce(function(g, v) {
|
|
5109
|
-
var
|
|
5110
|
-
return ((
|
|
5109
|
+
var w;
|
|
5110
|
+
return ((w = v.type) == null ? void 0 : w.name) === "tab" ? g.push(v) : v.children && (g = [...g, ...v.children]), g;
|
|
5111
5111
|
}, []).filter(function(g) {
|
|
5112
5112
|
var v;
|
|
5113
5113
|
return ((v = g.type) == null ? void 0 : v.name) === "tab" && g.props.enabled !== !1;
|
|
@@ -5145,11 +5145,11 @@ const Mf = ["onClick"], If = ["onClick"], Ff = {
|
|
|
5145
5145
|
default: m(() => [
|
|
5146
5146
|
h(c, null, {
|
|
5147
5147
|
default: m(() => [
|
|
5148
|
-
(o(!0), d(S, null, $(Rn(a), (
|
|
5149
|
-
class: P({ active: i.value ===
|
|
5150
|
-
key: `tab-link-${
|
|
5151
|
-
onClick: (A) => s(
|
|
5152
|
-
}, b(
|
|
5148
|
+
(o(!0), d(S, null, $(Rn(a), (w, O) => (o(), d("a", {
|
|
5149
|
+
class: P({ active: i.value === w }),
|
|
5150
|
+
key: `tab-link-${w}`,
|
|
5151
|
+
onClick: (A) => s(w)
|
|
5152
|
+
}, b(w), 11, Mf))), 128))
|
|
5153
5153
|
]),
|
|
5154
5154
|
_: 1
|
|
5155
5155
|
})
|
|
@@ -5164,11 +5164,11 @@ const Mf = ["onClick"], If = ["onClick"], Ff = {
|
|
|
5164
5164
|
default: m(() => [
|
|
5165
5165
|
h(g, null, {
|
|
5166
5166
|
default: m(() => [
|
|
5167
|
-
(o(!0), d(S, null, $(Rn(a), (
|
|
5168
|
-
class: P({ active: i.value ===
|
|
5169
|
-
key: `tab-link-${
|
|
5170
|
-
onClick: (A) => s(
|
|
5171
|
-
}, b(
|
|
5167
|
+
(o(!0), d(S, null, $(Rn(a), (w, O) => (o(), d("a", {
|
|
5168
|
+
class: P({ active: i.value === w }),
|
|
5169
|
+
key: `tab-link-${w}`,
|
|
5170
|
+
onClick: (A) => s(w)
|
|
5171
|
+
}, b(w), 11, If))), 128))
|
|
5172
5172
|
]),
|
|
5173
5173
|
_: 1
|
|
5174
5174
|
})
|
|
@@ -5564,7 +5564,7 @@ const Dp = {
|
|
|
5564
5564
|
function Lp(e, t, n, i, s, r) {
|
|
5565
5565
|
const a = y("avatar", !0);
|
|
5566
5566
|
return o(), d("td", $p, [
|
|
5567
|
-
|
|
5567
|
+
x("div", Np, [
|
|
5568
5568
|
h(a, { id: r.source }, null, 8, ["id"])
|
|
5569
5569
|
])
|
|
5570
5570
|
]);
|
|
@@ -5705,9 +5705,9 @@ const Zp = {
|
|
|
5705
5705
|
function ny(e, t, n, i, s, r) {
|
|
5706
5706
|
return o(), d("td", Jp, [
|
|
5707
5707
|
r.hasValue ? (o(), d("div", Xp, [
|
|
5708
|
-
|
|
5709
|
-
|
|
5710
|
-
|
|
5708
|
+
x("span", Qp, b(r.readable), 1),
|
|
5709
|
+
x("span", ey, b(r.timeago), 1),
|
|
5710
|
+
x("span", ty, b(r.readable), 1)
|
|
5711
5711
|
])) : _("", !0)
|
|
5712
5712
|
]);
|
|
5713
5713
|
}
|
|
@@ -5806,7 +5806,7 @@ const oy = {
|
|
|
5806
5806
|
function cy(e, t, n, i, s, r) {
|
|
5807
5807
|
const a = y("ux-icon");
|
|
5808
5808
|
return o(), d("td", uy, [
|
|
5809
|
-
|
|
5809
|
+
x("a", {
|
|
5810
5810
|
href: r.href,
|
|
5811
5811
|
onClick: t[0] || (t[0] = q((...l) => r.open && r.open(...l), ["stop", "prevent"])),
|
|
5812
5812
|
target: "_blank"
|
|
@@ -5866,7 +5866,7 @@ const Ui = { props: { template: String, parent: Object, templateProps: { type: O
|
|
|
5866
5866
|
}), Object.keys(s).forEach(function(D) {
|
|
5867
5867
|
g[D] === void 0 && (v.components[D] = s[D]);
|
|
5868
5868
|
});
|
|
5869
|
-
var
|
|
5869
|
+
var w = Object.keys(v.methods || {}), O = Object.keys(v.$data || {}), A = Object.keys(v.$props || {}), W = Object.keys(this.templateProps), Q = O.concat(A).concat(w).concat(W), re = (ue = e, B = {}, w.forEach(function(D) {
|
|
5870
5870
|
return Ns(ue, B, D);
|
|
5871
5871
|
}), B), oe = function(D) {
|
|
5872
5872
|
var ae = {};
|
|
@@ -6005,7 +6005,7 @@ function Oy(e, t, n, i, s, r) {
|
|
|
6005
6005
|
return o(), d("td", {
|
|
6006
6006
|
class: P(["table-title-cell", e.status])
|
|
6007
6007
|
}, [
|
|
6008
|
-
|
|
6008
|
+
x("div", Sy, b(e.value), 1),
|
|
6009
6009
|
r.subtitle ? (o(), d("div", Ty, b(r.subtitle), 1)) : _("", !0)
|
|
6010
6010
|
], 2);
|
|
6011
6011
|
}
|
|
@@ -6476,10 +6476,10 @@ const Ny = {
|
|
|
6476
6476
|
function By(e, t, n, i, s, r) {
|
|
6477
6477
|
const a = y("ux-checkbox"), l = y("ux-list-item"), u = y("ux-list"), f = y("ux-menu"), c = y("flex-cell"), p = y("flex-row"), g = y("table-row");
|
|
6478
6478
|
return o(), d("div", Ly, [
|
|
6479
|
-
|
|
6480
|
-
|
|
6481
|
-
|
|
6482
|
-
|
|
6479
|
+
x("div", Py, [
|
|
6480
|
+
x("table", null, [
|
|
6481
|
+
x("thead", null, [
|
|
6482
|
+
x("tr", null, [
|
|
6483
6483
|
n.enableSelection ? (o(), d("th", Uy, [
|
|
6484
6484
|
h(f, null, {
|
|
6485
6485
|
activator: m(({ on: v }) => [
|
|
@@ -6531,10 +6531,10 @@ function By(e, t, n, i, s, r) {
|
|
|
6531
6531
|
})
|
|
6532
6532
|
])) : _("", !0),
|
|
6533
6533
|
(o(!0), d(S, null, $(r.renderColumns, (v) => {
|
|
6534
|
-
var
|
|
6534
|
+
var w;
|
|
6535
6535
|
return o(), d("th", {
|
|
6536
6536
|
onClick: (O) => r.toggleSort(v),
|
|
6537
|
-
class: P([{ sortable: v.sortable !== !1, active: v.key === ((
|
|
6537
|
+
class: P([{ sortable: v.sortable !== !1, active: v.key === ((w = s.sorting) == null ? void 0 : w.key) }, v.class])
|
|
6538
6538
|
}, [
|
|
6539
6539
|
h(p, {
|
|
6540
6540
|
gap: "",
|
|
@@ -6570,8 +6570,8 @@ function By(e, t, n, i, s, r) {
|
|
|
6570
6570
|
])) : _("", !0)
|
|
6571
6571
|
])
|
|
6572
6572
|
]),
|
|
6573
|
-
|
|
6574
|
-
(o(!0), d(S, null, $(r.renderRows, (v,
|
|
6573
|
+
x("tbody", null, [
|
|
6574
|
+
(o(!0), d(S, null, $(r.renderRows, (v, w) => (o(), k(g, {
|
|
6575
6575
|
enableSelection: n.enableSelection,
|
|
6576
6576
|
enableActions: n.enableActions,
|
|
6577
6577
|
key: v._id,
|
|
@@ -6581,7 +6581,7 @@ function By(e, t, n, i, s, r) {
|
|
|
6581
6581
|
"onClick:actions": r.clickActions,
|
|
6582
6582
|
selected: r.isSelected(v),
|
|
6583
6583
|
row: v,
|
|
6584
|
-
index:
|
|
6584
|
+
index: w,
|
|
6585
6585
|
columns: n.columns
|
|
6586
6586
|
}, null, 8, ["enableSelection", "enableActions", "onClick:cell", "onClick:row", "onClick:select", "onClick:actions", "selected", "row", "index", "columns"]))), 128))
|
|
6587
6587
|
])
|
|
@@ -7067,7 +7067,7 @@ const Yy = {
|
|
|
7067
7067
|
}, t_ = ["onClick"], n_ = { key: 3 }, r_ = {
|
|
7068
7068
|
key: 4,
|
|
7069
7069
|
class: "select-input-wrapper"
|
|
7070
|
-
}, i_ = { class: "ui-select-button" }, s_ = /* @__PURE__ */ Zy(() => /* @__PURE__ */
|
|
7070
|
+
}, i_ = { class: "ui-select-button" }, s_ = /* @__PURE__ */ Zy(() => /* @__PURE__ */ x("option", { value: "" }, "Select an option", -1)), a_ = ["label"], l_ = ["value"], o_ = ["value"], u_ = { class: "ui-select-button" }, d_ = ["multiple"], c_ = {
|
|
7071
7071
|
key: 0,
|
|
7072
7072
|
value: ""
|
|
7073
7073
|
}, f_ = ["label"], m_ = ["value"], h_ = ["value"];
|
|
@@ -7099,7 +7099,7 @@ function p_(e, t, n, i, s, r) {
|
|
|
7099
7099
|
}, 1024),
|
|
7100
7100
|
h(a, { shrink: "" }, {
|
|
7101
7101
|
default: m(() => [
|
|
7102
|
-
|
|
7102
|
+
x("a", {
|
|
7103
7103
|
onClick: (g) => r.removeValue(p)
|
|
7104
7104
|
}, [
|
|
7105
7105
|
h(l, { icon: "fa-times" })
|
|
@@ -7122,7 +7122,7 @@ function p_(e, t, n, i, s, r) {
|
|
|
7122
7122
|
])) : (o(), d("div", r_, [
|
|
7123
7123
|
e.multiValue ? (o(), d(S, { key: 0 }, [
|
|
7124
7124
|
e.canAddValue ? (o(), d(S, { key: 0 }, [
|
|
7125
|
-
|
|
7125
|
+
x("div", i_, [
|
|
7126
7126
|
G(e.$slots, "default", {}, () => [
|
|
7127
7127
|
h(f, { tag: "div" }, {
|
|
7128
7128
|
default: m(() => [
|
|
@@ -7132,7 +7132,7 @@ function p_(e, t, n, i, s, r) {
|
|
|
7132
7132
|
})
|
|
7133
7133
|
], !0)
|
|
7134
7134
|
]),
|
|
7135
|
-
K(
|
|
7135
|
+
K(x("select", {
|
|
7136
7136
|
onFocus: t[0] || (t[0] = (...c) => e.touch && e.touch(...c)),
|
|
7137
7137
|
"onUpdate:modelValue": t[1] || (t[1] = (c) => s.candidate = c)
|
|
7138
7138
|
}, [
|
|
@@ -7152,7 +7152,7 @@ function p_(e, t, n, i, s, r) {
|
|
|
7152
7152
|
])
|
|
7153
7153
|
], 64)) : _("", !0)
|
|
7154
7154
|
], 64)) : (o(), d(S, { key: 1 }, [
|
|
7155
|
-
|
|
7155
|
+
x("div", u_, [
|
|
7156
7156
|
G(e.$slots, "default", {}, () => [
|
|
7157
7157
|
h(f, { tag: "div" }, {
|
|
7158
7158
|
default: m(() => [
|
|
@@ -7162,7 +7162,7 @@ function p_(e, t, n, i, s, r) {
|
|
|
7162
7162
|
})
|
|
7163
7163
|
], !0)
|
|
7164
7164
|
]),
|
|
7165
|
-
K(
|
|
7165
|
+
K(x("select", {
|
|
7166
7166
|
onFocus: t[2] || (t[2] = (...c) => e.touch && e.touch(...c)),
|
|
7167
7167
|
multiple: e.multiValue,
|
|
7168
7168
|
"onUpdate:modelValue": t[3] || (t[3] = (c) => e.model = c)
|
|
@@ -7392,7 +7392,7 @@ function __(e, t, n, i, s, r) {
|
|
|
7392
7392
|
_: 1
|
|
7393
7393
|
});
|
|
7394
7394
|
}
|
|
7395
|
-
const
|
|
7395
|
+
const iE = /* @__PURE__ */ V(y_, [["render", __], ["__scopeId", "data-v-f4838c15"]]);
|
|
7396
7396
|
const g_ = {
|
|
7397
7397
|
props: {
|
|
7398
7398
|
icon: {
|
|
@@ -7428,7 +7428,7 @@ function b_(e, t, n, i, s, r) {
|
|
|
7428
7428
|
shrink: ""
|
|
7429
7429
|
}, {
|
|
7430
7430
|
default: m(() => [
|
|
7431
|
-
|
|
7431
|
+
x("div", v_, [
|
|
7432
7432
|
h(a, { icon: n.icon }, null, 8, ["icon"])
|
|
7433
7433
|
])
|
|
7434
7434
|
]),
|
|
@@ -7485,7 +7485,7 @@ const T_ = {
|
|
|
7485
7485
|
type: Boolean
|
|
7486
7486
|
}
|
|
7487
7487
|
}
|
|
7488
|
-
}, O_ = (e) => (lt("data-v-d68fe1cf"), e = e(), ot(), e), V_ = /* @__PURE__ */ O_(() => /* @__PURE__ */
|
|
7488
|
+
}, O_ = (e) => (lt("data-v-d68fe1cf"), e = e(), ot(), e), V_ = /* @__PURE__ */ O_(() => /* @__PURE__ */ x("i", { class: "fa fa-spin fa-spinner" }, null, -1)), C_ = [
|
|
7489
7489
|
V_
|
|
7490
7490
|
];
|
|
7491
7491
|
function E_(e, t, n, i, s, r) {
|
|
@@ -7576,7 +7576,7 @@ function I_(e, t, n, i, s, r) {
|
|
|
7576
7576
|
}, {
|
|
7577
7577
|
default: m(() => [
|
|
7578
7578
|
n.loading ? (o(), k(a, { key: 0 })) : _("", !0),
|
|
7579
|
-
|
|
7579
|
+
x("span", M_, [
|
|
7580
7580
|
G(e.$slots, "default", {}, void 0, !0)
|
|
7581
7581
|
])
|
|
7582
7582
|
]),
|
|
@@ -7642,7 +7642,7 @@ function L_(e, t, n, i, s, r) {
|
|
|
7642
7642
|
return o(), d("a", {
|
|
7643
7643
|
class: P(["ux-switch", r.classes])
|
|
7644
7644
|
}, [
|
|
7645
|
-
|
|
7645
|
+
x("span", null, [
|
|
7646
7646
|
h(a, {
|
|
7647
7647
|
spin: "",
|
|
7648
7648
|
icon: "fa-spinner"
|
|
@@ -7873,7 +7873,7 @@ function G_(e, t, n, i, s, r) {
|
|
|
7873
7873
|
return o(), d("div", {
|
|
7874
7874
|
class: P(["ux-menu", { right: n.right }])
|
|
7875
7875
|
}, [
|
|
7876
|
-
|
|
7876
|
+
x("span", null, [
|
|
7877
7877
|
G(e.$slots, "activator", { on: r.on }, void 0, !0)
|
|
7878
7878
|
]),
|
|
7879
7879
|
(o(), k(Io, { to: "body" }, [
|
|
@@ -7882,7 +7882,7 @@ function G_(e, t, n, i, s, r) {
|
|
|
7882
7882
|
class: "ux-menu-outer",
|
|
7883
7883
|
style: ct(s.outerStyle)
|
|
7884
7884
|
}, [
|
|
7885
|
-
|
|
7885
|
+
x("div", {
|
|
7886
7886
|
class: "ux-menu-panel",
|
|
7887
7887
|
ref: "menu",
|
|
7888
7888
|
style: ct(s.innerStyle)
|
|
@@ -8296,13 +8296,13 @@ function ag(e, t, n, i, s, r) {
|
|
|
8296
8296
|
class: P(["ux-video", r.className]),
|
|
8297
8297
|
style: ct(r.style)
|
|
8298
8298
|
}, [
|
|
8299
|
-
|
|
8300
|
-
|
|
8299
|
+
x("div", rg, [
|
|
8300
|
+
x("video", {
|
|
8301
8301
|
width: r.actualWidth,
|
|
8302
8302
|
height: r.actualHeight,
|
|
8303
8303
|
controls: n.controls
|
|
8304
8304
|
}, [
|
|
8305
|
-
|
|
8305
|
+
x("source", {
|
|
8306
8306
|
src: r.src,
|
|
8307
8307
|
type: r.mimetype
|
|
8308
8308
|
}, null, 8, sg),
|
|
@@ -8335,11 +8335,11 @@ const og = {
|
|
|
8335
8335
|
return "i";
|
|
8336
8336
|
}
|
|
8337
8337
|
}
|
|
8338
|
-
}, ug = (e) => (lt("data-v-d56ad6e1"), e = e(), ot(), e), dg = { class: "ux-progress" }, cg = /* @__PURE__ */ ug(() => /* @__PURE__ */
|
|
8338
|
+
}, ug = (e) => (lt("data-v-d56ad6e1"), e = e(), ot(), e), dg = { class: "ux-progress" }, cg = /* @__PURE__ */ ug(() => /* @__PURE__ */ x("div", { class: "ux-progress-bg" }, null, -1));
|
|
8339
8339
|
function fg(e, t, n, i, s, r) {
|
|
8340
8340
|
return o(), d("div", dg, [
|
|
8341
8341
|
cg,
|
|
8342
|
-
|
|
8342
|
+
x("div", {
|
|
8343
8343
|
class: "ux-progress-fg",
|
|
8344
8344
|
style: ct(r.barStyle)
|
|
8345
8345
|
}, null, 4)
|
|
@@ -8433,7 +8433,7 @@ const kg = {
|
|
|
8433
8433
|
this.model = e;
|
|
8434
8434
|
}
|
|
8435
8435
|
}
|
|
8436
|
-
}, Cl = (e) => (lt("data-v-dc53841d"), e = e(), ot(), e), xg = /* @__PURE__ */ Cl(() => /* @__PURE__ */
|
|
8436
|
+
}, Cl = (e) => (lt("data-v-dc53841d"), e = e(), ot(), e), xg = /* @__PURE__ */ Cl(() => /* @__PURE__ */ x("label", null, "From Date", -1)), wg = /* @__PURE__ */ Cl(() => /* @__PURE__ */ x("label", null, "To Date", -1));
|
|
8437
8437
|
function Sg(e, t, n, i, s, r) {
|
|
8438
8438
|
const a = y("flex-cell"), l = y("flex-row");
|
|
8439
8439
|
return o(), d("div", null, [
|
|
@@ -8445,9 +8445,9 @@ function Sg(e, t, n, i, s, r) {
|
|
|
8445
8445
|
default: m(() => [
|
|
8446
8446
|
h(a, { class: "cell" }, {
|
|
8447
8447
|
default: m(() => [
|
|
8448
|
-
|
|
8448
|
+
x("div", null, [
|
|
8449
8449
|
xg,
|
|
8450
|
-
K(
|
|
8450
|
+
K(x("input", {
|
|
8451
8451
|
type: "date",
|
|
8452
8452
|
class: "ux-field-focus ux-text-input-multiple",
|
|
8453
8453
|
ref: "input",
|
|
@@ -8461,9 +8461,9 @@ function Sg(e, t, n, i, s, r) {
|
|
|
8461
8461
|
}),
|
|
8462
8462
|
h(a, { class: "cell" }, {
|
|
8463
8463
|
default: m(() => [
|
|
8464
|
-
|
|
8464
|
+
x("div", null, [
|
|
8465
8465
|
wg,
|
|
8466
|
-
K(
|
|
8466
|
+
K(x("input", {
|
|
8467
8467
|
type: "date",
|
|
8468
8468
|
class: "ux-field-focus ux-text-input-multiple",
|
|
8469
8469
|
ref: "input",
|
|
@@ -8549,7 +8549,7 @@ const Og = {
|
|
|
8549
8549
|
}, Ag = {
|
|
8550
8550
|
key: 1,
|
|
8551
8551
|
class: "ux-field-description"
|
|
8552
|
-
}, Mg = { key: 2 }, Ig = { key: 0 }, Fg = { key: 1 }, Dg = { class: "ux-text-wrap" }, $g = ["placeholder", "onUpdate:modelValue"], Ng = /* @__PURE__ */ Vg(() => /* @__PURE__ */
|
|
8552
|
+
}, Mg = { key: 2 }, Ig = { key: 0 }, Fg = { key: 1 }, Dg = { class: "ux-text-wrap" }, $g = ["placeholder", "onUpdate:modelValue"], Ng = /* @__PURE__ */ Vg(() => /* @__PURE__ */ x("option", { value: "" }, "None", -1)), Lg = ["value"], Pg = { class: "ux-text-wrap" }, Ug = ["placeholder"];
|
|
8553
8553
|
function jg(e, t, n, i, s, r) {
|
|
8554
8554
|
const a = y("ux-button"), l = y("native-select"), u = y("flex-cell"), f = y("ux-icon"), c = y("flex-row");
|
|
8555
8555
|
return o(), d(S, null, [
|
|
@@ -8593,8 +8593,8 @@ function jg(e, t, n, i, s, r) {
|
|
|
8593
8593
|
}, 1024),
|
|
8594
8594
|
h(u, null, {
|
|
8595
8595
|
default: m(() => [
|
|
8596
|
-
|
|
8597
|
-
K(
|
|
8596
|
+
x("div", Dg, [
|
|
8597
|
+
K(x("input", {
|
|
8598
8598
|
class: "ux-field-focus ux-text-input-multiple",
|
|
8599
8599
|
placeholder: r.actualPlaceholder,
|
|
8600
8600
|
onFocus: t[0] || (t[0] = (...v) => e.touch && e.touch(...v)),
|
|
@@ -8652,7 +8652,7 @@ function jg(e, t, n, i, s, r) {
|
|
|
8652
8652
|
default: m(() => [
|
|
8653
8653
|
h(u, { shrink: "" }, {
|
|
8654
8654
|
default: m(() => [
|
|
8655
|
-
K(
|
|
8655
|
+
K(x("select", {
|
|
8656
8656
|
class: "ux-country-code-select",
|
|
8657
8657
|
"onUpdate:modelValue": t[3] || (t[3] = (p) => e.model.countryCode = p)
|
|
8658
8658
|
}, [
|
|
@@ -8668,8 +8668,8 @@ function jg(e, t, n, i, s, r) {
|
|
|
8668
8668
|
}),
|
|
8669
8669
|
h(u, null, {
|
|
8670
8670
|
default: m(() => [
|
|
8671
|
-
|
|
8672
|
-
K(
|
|
8671
|
+
x("div", Pg, [
|
|
8672
|
+
K(x("input", {
|
|
8673
8673
|
class: "ux-field-focus ux-text-input-multiple",
|
|
8674
8674
|
placeholder: r.actualPlaceholder,
|
|
8675
8675
|
onFocus: t[4] || (t[4] = (...p) => e.touch && e.touch(...p)),
|
|
@@ -9244,7 +9244,7 @@ function Jg(e, t, n, i, s, r) {
|
|
|
9244
9244
|
})
|
|
9245
9245
|
], !0)
|
|
9246
9246
|
])) : _("", !0),
|
|
9247
|
-
K(
|
|
9247
|
+
K(x("select", {
|
|
9248
9248
|
onFocus: t[0] || (t[0] = (...l) => e.touch && e.touch(...l)),
|
|
9249
9249
|
multiple: e.multiValue,
|
|
9250
9250
|
"onUpdate:modelValue": t[1] || (t[1] = (l) => e.model = l)
|
|
@@ -9315,7 +9315,7 @@ function ev(e, t, n, i, s, r) {
|
|
|
9315
9315
|
shrink: ""
|
|
9316
9316
|
}, {
|
|
9317
9317
|
default: m(() => [
|
|
9318
|
-
|
|
9318
|
+
x("div", {
|
|
9319
9319
|
class: P(["image-wrapper", r.basicType])
|
|
9320
9320
|
}, [
|
|
9321
9321
|
h(a, {
|
|
@@ -9329,7 +9329,7 @@ function ev(e, t, n, i, s, r) {
|
|
|
9329
9329
|
})) : _("", !0),
|
|
9330
9330
|
h(l, { vcenter: "" }, {
|
|
9331
9331
|
default: m(() => [
|
|
9332
|
-
|
|
9332
|
+
x("div", null, [
|
|
9333
9333
|
G(e.$slots, "default", {}, () => [
|
|
9334
9334
|
T(b(r.title), 1)
|
|
9335
9335
|
], !0)
|
|
@@ -9522,8 +9522,8 @@ function be(e, t, n, i, s) {
|
|
|
9522
9522
|
}
|
|
9523
9523
|
while (s = s.parentNode);
|
|
9524
9524
|
if (i && e !== window) {
|
|
9525
|
-
var v = Jt(s || e),
|
|
9526
|
-
v && (a /= O, l /=
|
|
9525
|
+
var v = Jt(s || e), w = v && v.a, O = v && v.d;
|
|
9526
|
+
v && (a /= O, l /= w, p /= w, c /= O, u = a + c, f = l + p);
|
|
9527
9527
|
}
|
|
9528
9528
|
return {
|
|
9529
9529
|
top: a,
|
|
@@ -9675,9 +9675,9 @@ function dv() {
|
|
|
9675
9675
|
}
|
|
9676
9676
|
var r = !1, a = 0;
|
|
9677
9677
|
e.forEach(function(l) {
|
|
9678
|
-
var u = 0, f = l.target, c = f.fromRect, p = be(f), g = f.prevFromRect, v = f.prevToRect,
|
|
9678
|
+
var u = 0, f = l.target, c = f.fromRect, p = be(f), g = f.prevFromRect, v = f.prevToRect, w = l.rect, O = Jt(f, !0);
|
|
9679
9679
|
O && (p.top -= O.f, p.left -= O.e), f.toRect = p, f.thisAnimationDuration && Gr(g, p) && !Gr(c, p) && // Make sure animatingRect is on line between toRect & fromRect
|
|
9680
|
-
(
|
|
9680
|
+
(w.top - p.top) / (w.left - p.left) === (c.top - p.top) / (c.left - p.left) && (u = fv(w, g, v, s.options)), Gr(p, c) || (f.prevFromRect = c, f.prevToRect = p, u || (u = s.options.animation), s.animate(f, w, p, u)), u && (r = !0, a = Math.max(a, u), clearTimeout(f.animationResetTimer), f.animationResetTimer = setTimeout(function() {
|
|
9681
9681
|
f.animationTime = 0, f.prevFromRect = null, f.fromRect = null, f.prevToRect = null, f.thisAnimationDuration = null;
|
|
9682
9682
|
}, u), f.thisAnimationDuration = u);
|
|
9683
9683
|
}), clearTimeout(t), r ? t = setTimeout(function() {
|
|
@@ -9754,14 +9754,14 @@ var Ht = [], Wr = {
|
|
|
9754
9754
|
}
|
|
9755
9755
|
};
|
|
9756
9756
|
function mv(e) {
|
|
9757
|
-
var t = e.sortable, n = e.rootEl, i = e.name, s = e.targetEl, r = e.cloneEl, a = e.toEl, l = e.fromEl, u = e.oldIndex, f = e.newIndex, c = e.oldDraggableIndex, p = e.newDraggableIndex, g = e.originalEvent, v = e.putSortable,
|
|
9757
|
+
var t = e.sortable, n = e.rootEl, i = e.name, s = e.targetEl, r = e.cloneEl, a = e.toEl, l = e.fromEl, u = e.oldIndex, f = e.newIndex, c = e.oldDraggableIndex, p = e.newDraggableIndex, g = e.originalEvent, v = e.putSortable, w = e.extraEventProperties;
|
|
9758
9758
|
if (t = t || n && n[Re], !!t) {
|
|
9759
9759
|
var O, A = t.options, W = "on" + i.charAt(0).toUpperCase() + i.substr(1);
|
|
9760
9760
|
window.CustomEvent && !ht && !$n ? O = new CustomEvent(i, {
|
|
9761
9761
|
bubbles: !0,
|
|
9762
9762
|
cancelable: !0
|
|
9763
9763
|
}) : (O = document.createEvent("Event"), O.initEvent(i, !0, !0)), O.to = a || n, O.from = l || n, O.item = s || n, O.clone = r, O.oldIndex = u, O.newIndex = f, O.oldDraggableIndex = c, O.newDraggableIndex = p, O.originalEvent = g, O.pullMode = v ? v.lastPutMode : void 0;
|
|
9764
|
-
var Q = at(at({},
|
|
9764
|
+
var Q = at(at({}, w), Nn.getEventProperties(i, t));
|
|
9765
9765
|
for (var re in Q)
|
|
9766
9766
|
O[re] = Q[re];
|
|
9767
9767
|
n && n.dispatchEvent(O), A[W] && A[W].call(t, O);
|
|
@@ -10134,11 +10134,11 @@ R.prototype = /** @lends Sortable.prototype */
|
|
|
10134
10134
|
},
|
|
10135
10135
|
// Returns true - if no further action is needed (either inserted or another condition)
|
|
10136
10136
|
_onDragOver: function(t) {
|
|
10137
|
-
var n = this.el, i = t.target, s, r, a, l = this.options, u = l.group, f = R.active, c = Zn === u, p = l.sort, g = we || f, v,
|
|
10137
|
+
var n = this.el, i = t.target, s, r, a, l = this.options, u = l.group, f = R.active, c = Zn === u, p = l.sort, g = we || f, v, w = this, O = !1;
|
|
10138
10138
|
if (vi)
|
|
10139
10139
|
return;
|
|
10140
10140
|
function A(tt, Ut) {
|
|
10141
|
-
Ne(tt,
|
|
10141
|
+
Ne(tt, w, at({
|
|
10142
10142
|
evt: t,
|
|
10143
10143
|
isOwner: c,
|
|
10144
10144
|
axis: v ? "vertical" : "horizontal",
|
|
@@ -10156,18 +10156,18 @@ R.prototype = /** @lends Sortable.prototype */
|
|
|
10156
10156
|
}, Ut));
|
|
10157
10157
|
}
|
|
10158
10158
|
function W() {
|
|
10159
|
-
A("dragOverAnimationCapture"),
|
|
10159
|
+
A("dragOverAnimationCapture"), w.captureAnimationState(), w !== g && g.captureAnimationState();
|
|
10160
10160
|
}
|
|
10161
10161
|
function Q(tt) {
|
|
10162
10162
|
return A("dragOverCompleted", {
|
|
10163
10163
|
insertion: tt
|
|
10164
|
-
}), tt && (c ? f._hideClone() : f._showClone(
|
|
10165
|
-
A("dragOverAnimationComplete"),
|
|
10166
|
-
}),
|
|
10164
|
+
}), tt && (c ? f._hideClone() : f._showClone(w), w !== g && (Ue(M, we ? we.options.ghostClass : f.options.ghostClass, !1), Ue(M, l.ghostClass, !0)), we !== w && w !== R.active ? we = w : w === R.active && we && (we = null), g === w && (w._ignoreWhileAnimating = i), w.animateAll(function() {
|
|
10165
|
+
A("dragOverAnimationComplete"), w._ignoreWhileAnimating = null;
|
|
10166
|
+
}), w !== g && (g.animateAll(), g._ignoreWhileAnimating = null)), (i === M && !M.animated || i === n && !i.animated) && (qt = null), !l.dragoverBubble && !t.rootEl && i !== document && (M.parentNode[Re]._isOutsideThisEl(t.target), !tt && Mt(t)), !l.dragoverBubble && t.stopPropagation && t.stopPropagation(), O = !0;
|
|
10167
10167
|
}
|
|
10168
10168
|
function re() {
|
|
10169
10169
|
je = He(M), bt = He(M, l.draggable), Ie({
|
|
10170
|
-
sortable:
|
|
10170
|
+
sortable: w,
|
|
10171
10171
|
name: "change",
|
|
10172
10172
|
toEl: n,
|
|
10173
10173
|
newIndex: je,
|
|
@@ -10177,7 +10177,7 @@ R.prototype = /** @lends Sortable.prototype */
|
|
|
10177
10177
|
}
|
|
10178
10178
|
if (t.preventDefault !== void 0 && t.cancelable && t.preventDefault(), i = it(i, l.draggable, n, !0), A("dragOver"), R.eventCanceled)
|
|
10179
10179
|
return O;
|
|
10180
|
-
if (M.contains(t.target) || i.animated && i.animatingX && i.animatingY ||
|
|
10180
|
+
if (M.contains(t.target) || i.animated && i.animatingX && i.animatingY || w._ignoreWhileAnimating === i)
|
|
10181
10181
|
return Q(!1);
|
|
10182
10182
|
if (pr = !1, f && !l.disabled && (c ? p || (a = me !== ce) : we === this || (this.lastPutMode = Zn.checkPull(this, f, M, t)) && u.checkPut(this, f, M, t))) {
|
|
10183
10183
|
if (v = this._getDirection(t, i) === "vertical", s = be(M), A("dragOverValid"), R.eventCanceled)
|
|
@@ -10546,7 +10546,7 @@ var ei = Fl(function(e, t, n, i) {
|
|
|
10546
10546
|
ki !== n && (ki = n, lr(), xn = t.scroll, c = t.scrollFn, xn === !0 && (xn = wt(n, !0)));
|
|
10547
10547
|
var p = 0, g = xn;
|
|
10548
10548
|
do {
|
|
10549
|
-
var v = g,
|
|
10549
|
+
var v = g, w = be(v), O = w.top, A = w.bottom, W = w.left, Q = w.right, re = w.width, oe = w.height, ue = void 0, B = void 0, D = v.scrollWidth, ae = v.scrollHeight, z = j(v), Ee = v.scrollLeft, ke = v.scrollTop;
|
|
10550
10550
|
v === u ? (ue = re < D && (z.overflowX === "auto" || z.overflowX === "scroll" || z.overflowX === "visible"), B = oe < ae && (z.overflowY === "auto" || z.overflowY === "scroll" || z.overflowY === "visible")) : (ue = re < D && (z.overflowX === "auto" || z.overflowX === "scroll"), B = oe < ae && (z.overflowY === "auto" || z.overflowY === "scroll"));
|
|
10551
10551
|
var xe = ue && (Math.abs(Q - s) <= a && Ee + re < D) - (Math.abs(W - s) <= a && !!Ee), Te = B && (Math.abs(A - r) <= a && ke + oe < ae) - (Math.abs(O - r) <= a && !!ke);
|
|
10552
10552
|
if (!ye[p])
|
|
@@ -11222,7 +11222,7 @@ function t1(e, t, n, i, s, r) {
|
|
|
11222
11222
|
modelValue: e.model,
|
|
11223
11223
|
"onUpdate:modelValue": t[1] || (t[1] = (v) => e.model = v)
|
|
11224
11224
|
}, {
|
|
11225
|
-
item: m(({ element: v, index:
|
|
11225
|
+
item: m(({ element: v, index: w }) => [
|
|
11226
11226
|
(o(), k(u, {
|
|
11227
11227
|
key: v._id,
|
|
11228
11228
|
item: v
|
|
@@ -11463,7 +11463,7 @@ function c1(e, t, n, i, s, r) {
|
|
|
11463
11463
|
})
|
|
11464
11464
|
], !0)
|
|
11465
11465
|
])) : _("", !0),
|
|
11466
|
-
K(
|
|
11466
|
+
K(x("select", {
|
|
11467
11467
|
onFocus: t[0] || (t[0] = (...l) => e.touch && e.touch(...l)),
|
|
11468
11468
|
multiple: e.multiValue,
|
|
11469
11469
|
"onUpdate:modelValue": t[1] || (t[1] = (l) => e.model = l)
|
|
@@ -11532,7 +11532,7 @@ const m1 = {
|
|
|
11532
11532
|
function y1(e, t, n, i, s, r) {
|
|
11533
11533
|
const a = y("ux-icon"), l = y("flex-cell"), u = y("ux-button"), f = y("flex-row"), c = y("scope-item", !0);
|
|
11534
11534
|
return o(), d("div", h1, [
|
|
11535
|
-
|
|
11535
|
+
x("div", {
|
|
11536
11536
|
class: P(["scope-item", { selected: r.selected }]),
|
|
11537
11537
|
onClick: t[1] || (t[1] = (...p) => r.clicked && r.clicked(...p))
|
|
11538
11538
|
}, [
|
|
@@ -11739,6 +11739,9 @@ const k1 = {
|
|
|
11739
11739
|
this.scopeGlossary = e, this.loadingScopeGlossary = !1;
|
|
11740
11740
|
},
|
|
11741
11741
|
props: {
|
|
11742
|
+
size: {
|
|
11743
|
+
type: String
|
|
11744
|
+
},
|
|
11742
11745
|
action: {
|
|
11743
11746
|
type: String
|
|
11744
11747
|
},
|
|
@@ -11846,9 +11849,12 @@ const k1 = {
|
|
|
11846
11849
|
function x1(e, t, n, i, s, r) {
|
|
11847
11850
|
const a = y("ux-icon"), l = y("ux-button");
|
|
11848
11851
|
return o(), d("div", null, [
|
|
11849
|
-
h(l, {
|
|
11852
|
+
h(l, {
|
|
11853
|
+
size: n.size,
|
|
11854
|
+
onClick: r.openSelection
|
|
11855
|
+
}, {
|
|
11850
11856
|
default: m(() => [
|
|
11851
|
-
|
|
11857
|
+
x("span", {
|
|
11852
11858
|
class: P({ "empty-text": r.empty })
|
|
11853
11859
|
}, b(r.summary), 3),
|
|
11854
11860
|
T(),
|
|
@@ -11860,10 +11866,10 @@ function x1(e, t, n, i, s, r) {
|
|
|
11860
11866
|
})) : _("", !0)
|
|
11861
11867
|
]),
|
|
11862
11868
|
_: 1
|
|
11863
|
-
}, 8, ["onClick"])
|
|
11869
|
+
}, 8, ["size", "onClick"])
|
|
11864
11870
|
]);
|
|
11865
11871
|
}
|
|
11866
|
-
const w1 = /* @__PURE__ */ V(k1, [["render", x1], ["__scopeId", "data-v-
|
|
11872
|
+
const w1 = /* @__PURE__ */ V(k1, [["render", x1], ["__scopeId", "data-v-6b85485c"]]);
|
|
11867
11873
|
function S1(e) {
|
|
11868
11874
|
return e === void 0 || typeof e > "u" || e === null || String(e) === "null" || String(e) === "undefined";
|
|
11869
11875
|
}
|
|
@@ -12156,7 +12162,7 @@ function j1(e, t, n, i, s, r) {
|
|
|
12156
12162
|
})
|
|
12157
12163
|
], !0)
|
|
12158
12164
|
])) : _("", !0),
|
|
12159
|
-
K(
|
|
12165
|
+
K(x("select", {
|
|
12160
12166
|
onFocus: t[0] || (t[0] = (...l) => e.touch && e.touch(...l)),
|
|
12161
12167
|
multiple: e.multiValue,
|
|
12162
12168
|
"onUpdate:modelValue": t[1] || (t[1] = (l) => e.model = l)
|
|
@@ -12267,7 +12273,7 @@ function X1(e, t, n, i, s, r) {
|
|
|
12267
12273
|
default: m(() => [
|
|
12268
12274
|
h(a, null, {
|
|
12269
12275
|
default: m(() => [
|
|
12270
|
-
|
|
12276
|
+
x("div", {
|
|
12271
12277
|
class: P(["ux-text-wrap", { prefixed: r.prefix, suffixed: r.suffix }])
|
|
12272
12278
|
}, [
|
|
12273
12279
|
r.prefix ? (o(), d("span", W1, b(r.prefix), 1)) : _("", !0),
|
|
@@ -12483,7 +12489,7 @@ function hb(e, t, n, i, s, r) {
|
|
|
12483
12489
|
default: m(() => [
|
|
12484
12490
|
h(a, null, {
|
|
12485
12491
|
default: m(() => [
|
|
12486
|
-
|
|
12492
|
+
x("div", ib, [
|
|
12487
12493
|
e.prefix ? (o(), d("span", sb, b(e.prefix), 1)) : _("", !0),
|
|
12488
12494
|
r.lazy ? K((o(), d("input", {
|
|
12489
12495
|
key: 1,
|
|
@@ -12600,7 +12606,7 @@ function hb(e, t, n, i, s, r) {
|
|
|
12600
12606
|
default: m(() => [
|
|
12601
12607
|
h(a, null, {
|
|
12602
12608
|
default: m(() => [
|
|
12603
|
-
|
|
12609
|
+
x("div", ub, [
|
|
12604
12610
|
e.prefix ? (o(), d("span", db, b(e.prefix), 1)) : _("", !0),
|
|
12605
12611
|
r.lazy ? K((o(), d("input", {
|
|
12606
12612
|
key: 1,
|
|
@@ -12718,7 +12724,7 @@ function kb(e, t, n, i, s, r) {
|
|
|
12718
12724
|
default: m(() => [
|
|
12719
12725
|
h(a, null, {
|
|
12720
12726
|
default: m(() => [
|
|
12721
|
-
K(
|
|
12727
|
+
K(x("textarea", {
|
|
12722
12728
|
contenteditable: "",
|
|
12723
12729
|
onFocus: t[0] || (t[0] = (...g) => e.touch && e.touch(...g)),
|
|
12724
12730
|
ref_for: !0,
|
|
@@ -12840,7 +12846,7 @@ function Eb(e, t, n, i, s, r) {
|
|
|
12840
12846
|
default: m(() => [
|
|
12841
12847
|
h(a, null, {
|
|
12842
12848
|
default: m(() => [
|
|
12843
|
-
K(
|
|
12849
|
+
K(x("input", {
|
|
12844
12850
|
type: "datetime-local",
|
|
12845
12851
|
class: "ux-field-focus ux-text-input-multiple",
|
|
12846
12852
|
onFocus: t[0] || (t[0] = (...g) => e.touch && e.touch(...g)),
|
|
@@ -12945,7 +12951,7 @@ function Nb(e, t, n, i, s, r) {
|
|
|
12945
12951
|
default: m(() => [
|
|
12946
12952
|
h(a, null, {
|
|
12947
12953
|
default: m(() => [
|
|
12948
|
-
K(
|
|
12954
|
+
K(x("input", {
|
|
12949
12955
|
type: "time",
|
|
12950
12956
|
class: "ux-field-focus ux-text-input-multiple",
|
|
12951
12957
|
onFocus: t[0] || (t[0] = (...g) => e.touch && e.touch(...g)),
|
|
@@ -13182,7 +13188,7 @@ function Yb(e, t, n, i, s, r) {
|
|
|
13182
13188
|
}),
|
|
13183
13189
|
h(l, { vcenter: "" }, {
|
|
13184
13190
|
default: m(() => [
|
|
13185
|
-
|
|
13191
|
+
x("div", null, [
|
|
13186
13192
|
e.showLabel ? (o(), d("label", Gb, [
|
|
13187
13193
|
T(b(e.label) + " ", 1),
|
|
13188
13194
|
e.required ? (o(), d("span", Wb, "*")) : _("", !0)
|
|
@@ -13551,7 +13557,7 @@ const r0 = {
|
|
|
13551
13557
|
class: "filter-condition"
|
|
13552
13558
|
}, s0 = { key: 0 }, a0 = { key: 1 }, l0 = { key: 2 }, o0 = { key: 3 }, u0 = { key: 4 }, d0 = { key: 5 }, c0 = { key: 6 }, f0 = { key: 7 }, m0 = { key: 8 }, h0 = { key: 9 }, p0 = { key: 10 };
|
|
13553
13559
|
function y0(e, t, n, i, s, r) {
|
|
13554
|
-
const a = y("native-select"), l = y("flex-cell"), u = y("text-field"), f = y("currency-field"), c = y("flex-row"), p = y("date-field"), g = y("content-select"), v = y("ux-switch"),
|
|
13560
|
+
const a = y("native-select"), l = y("flex-cell"), u = y("text-field"), f = y("currency-field"), c = y("flex-row"), p = y("date-field"), g = y("content-select"), v = y("ux-switch"), w = y("ux-icon"), O = y("ux-button");
|
|
13555
13561
|
return s.comparators ? (o(), d("div", i0, [
|
|
13556
13562
|
h(c, {
|
|
13557
13563
|
gap: "",
|
|
@@ -13749,7 +13755,7 @@ function y0(e, t, n, i, s, r) {
|
|
|
13749
13755
|
onClick: t[20] || (t[20] = (A) => e.$emit("remove"))
|
|
13750
13756
|
}, {
|
|
13751
13757
|
default: m(() => [
|
|
13752
|
-
h(
|
|
13758
|
+
h(w, { icon: "fa-times" })
|
|
13753
13759
|
]),
|
|
13754
13760
|
_: 1
|
|
13755
13761
|
})
|
|
@@ -13890,16 +13896,16 @@ const g0 = {
|
|
|
13890
13896
|
}, v0 = {
|
|
13891
13897
|
key: 0,
|
|
13892
13898
|
class: "filter-rule"
|
|
13893
|
-
}, b0 = { class: "top" }, k0 = { class: "summary" }, x0 = /* @__PURE__ */
|
|
13899
|
+
}, b0 = { class: "top" }, k0 = { class: "summary" }, x0 = /* @__PURE__ */ x("span", { class: "line" }, null, -1), w0 = { class: "operator" };
|
|
13894
13900
|
function S0(e, t, n, i, s, r) {
|
|
13895
13901
|
const a = y("native-select"), l = y("flex-cell"), u = y("ux-icon"), f = y("ux-button"), c = y("flex-row"), p = y("filter-condition");
|
|
13896
13902
|
return n.definition ? (o(), d("div", v0, [
|
|
13897
|
-
|
|
13903
|
+
x("div", b0, [
|
|
13898
13904
|
h(c, null, {
|
|
13899
13905
|
default: m(() => [
|
|
13900
13906
|
h(l, null, {
|
|
13901
13907
|
default: m(() => [
|
|
13902
|
-
|
|
13908
|
+
x("div", k0, [
|
|
13903
13909
|
T(" Match "),
|
|
13904
13910
|
h(a, {
|
|
13905
13911
|
modelValue: s.model.operator,
|
|
@@ -13950,7 +13956,7 @@ function S0(e, t, n, i, s, r) {
|
|
|
13950
13956
|
}, {
|
|
13951
13957
|
default: m(() => [
|
|
13952
13958
|
x0,
|
|
13953
|
-
|
|
13959
|
+
x("div", w0, b(s.model.operator), 1)
|
|
13954
13960
|
]),
|
|
13955
13961
|
_: 2
|
|
13956
13962
|
}, 1032, ["class"])) : _("", !0),
|
|
@@ -13959,9 +13965,9 @@ function S0(e, t, n, i, s, r) {
|
|
|
13959
13965
|
h(p, {
|
|
13960
13966
|
enableRemove: s.model.filters.length > 1,
|
|
13961
13967
|
fields: r.fields,
|
|
13962
|
-
onRemove: (
|
|
13968
|
+
onRemove: (w) => r.removeCondition(v),
|
|
13963
13969
|
modelValue: s.model.filters[v],
|
|
13964
|
-
"onUpdate:modelValue": (
|
|
13970
|
+
"onUpdate:modelValue": (w) => s.model.filters[v] = w
|
|
13965
13971
|
}, null, 8, ["enableRemove", "fields", "onRemove", "modelValue", "onUpdate:modelValue"])
|
|
13966
13972
|
]),
|
|
13967
13973
|
_: 2
|
|
@@ -14085,9 +14091,9 @@ function A0(e, t, n, i, s, r) {
|
|
|
14085
14091
|
default: m(() => [
|
|
14086
14092
|
h(f, null, {
|
|
14087
14093
|
default: m(() => [
|
|
14088
|
-
|
|
14094
|
+
x("div", V0, [
|
|
14089
14095
|
s.model && s.model.filters && s.model.filters.length ? (o(), d("div", C0, [
|
|
14090
|
-
|
|
14096
|
+
x("div", E0, [
|
|
14091
14097
|
T(" Match "),
|
|
14092
14098
|
h(a, {
|
|
14093
14099
|
modelValue: s.model.operator,
|
|
@@ -14310,7 +14316,7 @@ const U0 = {
|
|
|
14310
14316
|
};
|
|
14311
14317
|
function z0(e, t, n, i, s, r) {
|
|
14312
14318
|
return o(), d("div", j0, [
|
|
14313
|
-
K(
|
|
14319
|
+
K(x("input", {
|
|
14314
14320
|
ref: "range",
|
|
14315
14321
|
min: n.min,
|
|
14316
14322
|
step: n.step,
|
|
@@ -14321,7 +14327,7 @@ function z0(e, t, n, i, s, r) {
|
|
|
14321
14327
|
}, null, 8, R0), [
|
|
14322
14328
|
[se, s.model]
|
|
14323
14329
|
]),
|
|
14324
|
-
|
|
14330
|
+
x("output", B0, null, 512)
|
|
14325
14331
|
]);
|
|
14326
14332
|
}
|
|
14327
14333
|
const H0 = /* @__PURE__ */ V(U0, [["render", z0], ["__scopeId", "data-v-4bf812c1"]]);
|
|
@@ -14406,7 +14412,7 @@ function X0(e, t, n, i, s, r) {
|
|
|
14406
14412
|
}, 1024),
|
|
14407
14413
|
h(l, { shrink: "" }, {
|
|
14408
14414
|
default: m(() => [
|
|
14409
|
-
|
|
14415
|
+
x("span", Z0, b(r.sliderPrefix) + b(e.model[g]) + b(r.sliderSuffix), 1)
|
|
14410
14416
|
]),
|
|
14411
14417
|
_: 2
|
|
14412
14418
|
}, 1024)
|
|
@@ -14471,7 +14477,7 @@ function X0(e, t, n, i, s, r) {
|
|
|
14471
14477
|
}),
|
|
14472
14478
|
h(l, { shrink: "" }, {
|
|
14473
14479
|
default: m(() => [
|
|
14474
|
-
|
|
14480
|
+
x("span", J0, b(r.sliderPrefix) + b(e.model) + b(r.sliderSuffix), 1)
|
|
14475
14481
|
]),
|
|
14476
14482
|
_: 1
|
|
14477
14483
|
})
|
|
@@ -14526,7 +14532,7 @@ function lk(e, t, n, i, s, r) {
|
|
|
14526
14532
|
default: m(() => [
|
|
14527
14533
|
h(a, { shrink: "" }, {
|
|
14528
14534
|
default: m(() => [
|
|
14529
|
-
K(
|
|
14535
|
+
K(x("input", {
|
|
14530
14536
|
type: "color",
|
|
14531
14537
|
class: "ux-field-focus ux-color-input ux-color-input-multiple",
|
|
14532
14538
|
onFocus: t[0] || (t[0] = (...g) => e.touch && e.touch(...g)),
|
|
@@ -14541,7 +14547,7 @@ function lk(e, t, n, i, s, r) {
|
|
|
14541
14547
|
}, 1024),
|
|
14542
14548
|
h(a, null, {
|
|
14543
14549
|
default: m(() => [
|
|
14544
|
-
K(
|
|
14550
|
+
K(x("input", {
|
|
14545
14551
|
type: "text",
|
|
14546
14552
|
class: "ux-field-focus ux-text-input-multiple",
|
|
14547
14553
|
onFocus: t[1] || (t[1] = (...g) => e.touch && e.touch(...g)),
|
|
@@ -14593,7 +14599,7 @@ function lk(e, t, n, i, s, r) {
|
|
|
14593
14599
|
default: m(() => [
|
|
14594
14600
|
h(a, { shrink: "" }, {
|
|
14595
14601
|
default: m(() => [
|
|
14596
|
-
K(
|
|
14602
|
+
K(x("input", {
|
|
14597
14603
|
type: "color",
|
|
14598
14604
|
class: "ux-field-focus ux-color-input ux-color-input-single",
|
|
14599
14605
|
onFocus: t[3] || (t[3] = (...c) => e.touch && e.touch(...c)),
|
|
@@ -14606,7 +14612,7 @@ function lk(e, t, n, i, s, r) {
|
|
|
14606
14612
|
}),
|
|
14607
14613
|
h(a, null, {
|
|
14608
14614
|
default: m(() => [
|
|
14609
|
-
K(
|
|
14615
|
+
K(x("input", {
|
|
14610
14616
|
type: "text",
|
|
14611
14617
|
class: "ux-field-focus ux-text-input-single",
|
|
14612
14618
|
onFocus: t[5] || (t[5] = (...c) => e.touch && e.touch(...c)),
|
|
@@ -14690,7 +14696,7 @@ function mk(e, t, n, i, s, r) {
|
|
|
14690
14696
|
}),
|
|
14691
14697
|
h(l, { vcenter: "" }, {
|
|
14692
14698
|
default: m(() => [
|
|
14693
|
-
|
|
14699
|
+
x("div", null, [
|
|
14694
14700
|
e.showLabel ? (o(), d("label", dk, [
|
|
14695
14701
|
T(b(e.label) + " ", 1),
|
|
14696
14702
|
e.required ? (o(), d("span", ck, "*")) : _("", !0)
|
|
@@ -14758,14 +14764,14 @@ function _k(e, t, n, i, s, r) {
|
|
|
14758
14764
|
onDragleave: t[3] || (t[3] = q((...l) => r.fileout && r.fileout(...l), ["prevent", "stop"])),
|
|
14759
14765
|
onDrop: t[4] || (t[4] = q((...l) => r.filedrop && r.filedrop(...l), ["prevent", "stop"]))
|
|
14760
14766
|
}, [
|
|
14761
|
-
|
|
14767
|
+
x("input", {
|
|
14762
14768
|
ref: "file",
|
|
14763
14769
|
accept: n.accept,
|
|
14764
14770
|
type: "file",
|
|
14765
14771
|
multiple: n.multiple,
|
|
14766
14772
|
onChange: t[0] || (t[0] = (l) => r.filesSelected(l.target.files))
|
|
14767
14773
|
}, null, 40, yk),
|
|
14768
|
-
|
|
14774
|
+
x("div", {
|
|
14769
14775
|
class: "file-drop-ux",
|
|
14770
14776
|
onClick: t[1] || (t[1] = (...l) => r.clicked && r.clicked(...l))
|
|
14771
14777
|
}, [
|
|
@@ -14908,8 +14914,8 @@ function Tk(e, t, n, i, s, r) {
|
|
|
14908
14914
|
default: m(() => [
|
|
14909
14915
|
h(l, null, {
|
|
14910
14916
|
default: m(() => [
|
|
14911
|
-
|
|
14912
|
-
|
|
14917
|
+
x("strong", null, b(g.name), 1),
|
|
14918
|
+
x("div", Sk, b(r.filesize(g.size)), 1),
|
|
14913
14919
|
h(a, {
|
|
14914
14920
|
value: g.progress
|
|
14915
14921
|
}, null, 8, ["value"])
|
|
@@ -14920,7 +14926,7 @@ function Tk(e, t, n, i, s, r) {
|
|
|
14920
14926
|
default: m(() => [
|
|
14921
14927
|
h(f, {
|
|
14922
14928
|
icon: "",
|
|
14923
|
-
onClick: (
|
|
14929
|
+
onClick: (w) => r.remove(v)
|
|
14924
14930
|
}, {
|
|
14925
14931
|
default: m(() => [
|
|
14926
14932
|
h(u, { icon: "fa-times" })
|
|
@@ -15068,7 +15074,7 @@ const Vk = {
|
|
|
15068
15074
|
class: "ux-field-description"
|
|
15069
15075
|
};
|
|
15070
15076
|
function Lk(e, t, n, i, s, r) {
|
|
15071
|
-
const a = y("ux-icon"), l = y("flex-cell"), u = y("ux-button"), f = y("flex-row"), c = y("ux-panel-header"), p = y("ux-form"), g = y("ux-panel-body"), v = y("ux-panel"),
|
|
15077
|
+
const a = y("ux-icon"), l = y("flex-cell"), u = y("ux-button"), f = y("flex-row"), c = y("ux-panel-header"), p = y("ux-form"), g = y("ux-panel-body"), v = y("ux-panel"), w = y("draggable");
|
|
15072
15078
|
return e.multiValue ? (o(), d("div", Ck, [
|
|
15073
15079
|
r.showLabel ? (o(), d("div", Ek, [
|
|
15074
15080
|
r.showLabel ? (o(), d("label", Ak, [
|
|
@@ -15077,7 +15083,7 @@ function Lk(e, t, n, i, s, r) {
|
|
|
15077
15083
|
])) : _("", !0),
|
|
15078
15084
|
e.showDescription ? (o(), d("div", Ik, b(e.description), 1)) : _("", !0)
|
|
15079
15085
|
])) : _("", !0),
|
|
15080
|
-
r.reorderable ? (o(), k(
|
|
15086
|
+
r.reorderable ? (o(), k(w, {
|
|
15081
15087
|
key: 1,
|
|
15082
15088
|
modelValue: e.model,
|
|
15083
15089
|
"onUpdate:modelValue": t[1] || (t[1] = (O) => e.model = O),
|
|
@@ -15110,8 +15116,8 @@ function Lk(e, t, n, i, s, r) {
|
|
|
15110
15116
|
})) : _("", !0),
|
|
15111
15117
|
h(l, { vcenter: "" }, {
|
|
15112
15118
|
default: m(() => [
|
|
15113
|
-
|
|
15114
|
-
|
|
15119
|
+
x("div", null, [
|
|
15120
|
+
x("strong", null, b(r.multiLabel(O, A)), 1)
|
|
15115
15121
|
])
|
|
15116
15122
|
]),
|
|
15117
15123
|
_: 2
|
|
@@ -15212,8 +15218,8 @@ function Lk(e, t, n, i, s, r) {
|
|
|
15212
15218
|
})) : _("", !0),
|
|
15213
15219
|
h(l, { vcenter: "" }, {
|
|
15214
15220
|
default: m(() => [
|
|
15215
|
-
|
|
15216
|
-
|
|
15221
|
+
x("div", null, [
|
|
15222
|
+
x("strong", null, b(r.multiLabel(O, A)), 1)
|
|
15217
15223
|
])
|
|
15218
15224
|
]),
|
|
15219
15225
|
_: 2
|
|
@@ -15317,8 +15323,8 @@ function Lk(e, t, n, i, s, r) {
|
|
|
15317
15323
|
default: m(() => [
|
|
15318
15324
|
h(l, { vcenter: "" }, {
|
|
15319
15325
|
default: m(() => [
|
|
15320
|
-
|
|
15321
|
-
|
|
15326
|
+
x("div", null, [
|
|
15327
|
+
x("strong", null, b(e.label), 1)
|
|
15322
15328
|
])
|
|
15323
15329
|
]),
|
|
15324
15330
|
_: 1
|
|
@@ -15394,7 +15400,7 @@ function Lk(e, t, n, i, s, r) {
|
|
|
15394
15400
|
}))
|
|
15395
15401
|
], 64)) : (o(), d(S, { key: 1 }, [
|
|
15396
15402
|
r.showLabel ? (o(), d("div", Fk, [
|
|
15397
|
-
|
|
15403
|
+
x("div", Dk, [
|
|
15398
15404
|
r.showLabel ? (o(), d("label", $k, b(e.title), 1)) : _("", !0),
|
|
15399
15405
|
e.showDescription ? (o(), d("div", Nk, b(e.description), 1)) : _("", !0)
|
|
15400
15406
|
]),
|
|
@@ -15450,7 +15456,7 @@ const Pk = /* @__PURE__ */ V(Vk, [["render", Lk], ["__scopeId", "data-v-a6158951
|
|
|
15450
15456
|
};
|
|
15451
15457
|
function jk(e, t, n, i, s, r) {
|
|
15452
15458
|
return G(e.$slots, "default", { plainValue: r.plainValue }, () => [
|
|
15453
|
-
|
|
15459
|
+
x("pre", null, b(n.option), 1)
|
|
15454
15460
|
]);
|
|
15455
15461
|
}
|
|
15456
15462
|
const Rk = /* @__PURE__ */ V(Uk, [["render", jk]]);
|
|
@@ -15546,7 +15552,7 @@ function Kk(e, t, n, i, s, r) {
|
|
|
15546
15552
|
e.required ? (o(), d("span", qk, "*")) : _("", !0)
|
|
15547
15553
|
])) : _("", !0),
|
|
15548
15554
|
e.showDescription ? (o(), d("div", Gk, b(e.description), 1)) : _("", !0),
|
|
15549
|
-
|
|
15555
|
+
x("div", Wk, [
|
|
15550
15556
|
(o(!0), d(S, null, $(e.selectableOptions, (f) => (o(), k(u, { option: f }, {
|
|
15551
15557
|
default: m(({ plainValue: c }) => [
|
|
15552
15558
|
h(l, {
|
|
@@ -15608,7 +15614,7 @@ function nx(e, t, n, i, s, r) {
|
|
|
15608
15614
|
default: m(() => [
|
|
15609
15615
|
h(a, null, {
|
|
15610
15616
|
default: m(() => [
|
|
15611
|
-
|
|
15617
|
+
x("pre", null, b(c), 1)
|
|
15612
15618
|
]),
|
|
15613
15619
|
_: 2
|
|
15614
15620
|
}, 1024),
|
|
@@ -15725,7 +15731,7 @@ const ix = {
|
|
|
15725
15731
|
}, lx = {
|
|
15726
15732
|
key: 1,
|
|
15727
15733
|
class: "ux-field-description"
|
|
15728
|
-
}, ox = { key: 2 }, ux = { class: "ux-text-wrap prefixed" }, dx = /* @__PURE__ */ Fr(() => /* @__PURE__ */
|
|
15734
|
+
}, ox = { key: 2 }, ux = { class: "ux-text-wrap prefixed" }, dx = /* @__PURE__ */ Fr(() => /* @__PURE__ */ x("span", { class: "ux-text-prefix" }, "Label", -1)), cx = ["onBlur", "on:update:modelValue", "onUpdate:modelValue"], fx = ["onBlur", "on:update:modelValue", "onUpdate:modelValue"], mx = { class: "ux-text-wrap prefixed" }, hx = /* @__PURE__ */ Fr(() => /* @__PURE__ */ x("span", { class: "ux-text-prefix" }, "Value", -1)), px = ["onFocus", "onUpdate:modelValue"], yx = ["onFocus", "onUpdate:modelValue"], _x = { class: "ux-text-wrap prefixed" }, gx = /* @__PURE__ */ Fr(() => /* @__PURE__ */ x("span", { class: "ux-text-prefix" }, "Label", -1)), vx = { class: "ux-text-wrap prefixed" }, bx = /* @__PURE__ */ Fr(() => /* @__PURE__ */ x("span", { class: "ux-text-prefix" }, "Value", -1));
|
|
15729
15735
|
function kx(e, t, n, i, s, r) {
|
|
15730
15736
|
const a = y("flex-cell"), l = y("ux-icon"), u = y("ux-button"), f = y("flex-row");
|
|
15731
15737
|
return o(), d(S, null, [
|
|
@@ -15742,7 +15748,7 @@ function kx(e, t, n, i, s, r) {
|
|
|
15742
15748
|
default: m(() => [
|
|
15743
15749
|
h(a, null, {
|
|
15744
15750
|
default: m(() => [
|
|
15745
|
-
|
|
15751
|
+
x("div", ux, [
|
|
15746
15752
|
dx,
|
|
15747
15753
|
r.lazy ? K((o(), d("input", {
|
|
15748
15754
|
key: 0,
|
|
@@ -15783,7 +15789,7 @@ function kx(e, t, n, i, s, r) {
|
|
|
15783
15789
|
}, 1024),
|
|
15784
15790
|
h(a, null, {
|
|
15785
15791
|
default: m(() => [
|
|
15786
|
-
|
|
15792
|
+
x("div", mx, [
|
|
15787
15793
|
hx,
|
|
15788
15794
|
r.lazy ? K((o(), d("input", {
|
|
15789
15795
|
key: 0,
|
|
@@ -15860,7 +15866,7 @@ function kx(e, t, n, i, s, r) {
|
|
|
15860
15866
|
default: m(() => [
|
|
15861
15867
|
h(a, null, {
|
|
15862
15868
|
default: m(() => [
|
|
15863
|
-
|
|
15869
|
+
x("div", _x, [
|
|
15864
15870
|
gx,
|
|
15865
15871
|
r.lazy ? K((o(), d("input", {
|
|
15866
15872
|
key: 0,
|
|
@@ -15899,7 +15905,7 @@ function kx(e, t, n, i, s, r) {
|
|
|
15899
15905
|
}),
|
|
15900
15906
|
h(a, null, {
|
|
15901
15907
|
default: m(() => [
|
|
15902
|
-
|
|
15908
|
+
x("div", vx, [
|
|
15903
15909
|
bx,
|
|
15904
15910
|
r.lazy ? K((o(), d("input", {
|
|
15905
15911
|
key: 0,
|
|
@@ -16047,7 +16053,7 @@ function Ox(e, t, n, i, s, r) {
|
|
|
16047
16053
|
return s.mounted ? (o(), k(p, { key: 0 }, {
|
|
16048
16054
|
default: m(() => [
|
|
16049
16055
|
n.tokens.length ? (o(), d("div", Sx, [
|
|
16050
|
-
|
|
16056
|
+
x("div", {
|
|
16051
16057
|
class: "tokens-header",
|
|
16052
16058
|
onClick: t[0] || (t[0] = (g) => s.showTokens = !s.showTokens)
|
|
16053
16059
|
}, [
|
|
@@ -16158,7 +16164,7 @@ function $x(e, t, n, i, s, r) {
|
|
|
16158
16164
|
default: m(() => [
|
|
16159
16165
|
h(l, null, {
|
|
16160
16166
|
default: m(() => [
|
|
16161
|
-
|
|
16167
|
+
x("div", Fx, [
|
|
16162
16168
|
h(a, {
|
|
16163
16169
|
lang: r.syntax,
|
|
16164
16170
|
onFocus: e.touch,
|
|
@@ -16260,7 +16266,7 @@ function Hx(e, t, n, i, s, r) {
|
|
|
16260
16266
|
default: m(() => [
|
|
16261
16267
|
h(l, null, {
|
|
16262
16268
|
default: m(() => [
|
|
16263
|
-
|
|
16269
|
+
x("div", Bx, [
|
|
16264
16270
|
h(a, {
|
|
16265
16271
|
field: e.field,
|
|
16266
16272
|
onFocus: e.touch,
|
|
@@ -16415,7 +16421,7 @@ function nw(e, t, n, i, s, r) {
|
|
|
16415
16421
|
default: m(() => [
|
|
16416
16422
|
h(l, null, {
|
|
16417
16423
|
default: m(() => [
|
|
16418
|
-
|
|
16424
|
+
x("div", ew, [
|
|
16419
16425
|
h(a, {
|
|
16420
16426
|
onFocus: e.touch,
|
|
16421
16427
|
ref_for: !0,
|
|
@@ -16480,7 +16486,7 @@ var vr = {}, iw = {
|
|
|
16480
16486
|
};
|
|
16481
16487
|
(function(e, t) {
|
|
16482
16488
|
(function(n) {
|
|
16483
|
-
var i = "Compound", s = "Identifier", r = "MemberExpression", a = "Literal", l = "ThisExpression", u = "CallExpression", f = "UnaryExpression", c = "BinaryExpression", p = "LogicalExpression", g = "ConditionalExpression", v = "ArrayExpression",
|
|
16489
|
+
var i = "Compound", s = "Identifier", r = "MemberExpression", a = "Literal", l = "ThisExpression", u = "CallExpression", f = "UnaryExpression", c = "BinaryExpression", p = "LogicalExpression", g = "ConditionalExpression", v = "ArrayExpression", w = 46, O = 44, A = 39, W = 34, Q = 40, re = 41, oe = 91, ue = 93, B = 63, D = 59, ae = 58, z = function(N, C) {
|
|
16484
16490
|
var nt = new Error(N + " at character " + C);
|
|
16485
16491
|
throw nt.index = C, nt.description = N, nt;
|
|
16486
16492
|
}, Ee = !0, ke = { "-": Ee, "!": Ee, "~": Ee, "+": Ee }, xe = {
|
|
@@ -16580,7 +16586,7 @@ var vr = {}, iw = {
|
|
|
16580
16586
|
return E;
|
|
16581
16587
|
}, Un = function() {
|
|
16582
16588
|
var E, L, Y;
|
|
16583
|
-
if (rt(), E = de(C), yt(E) || E ===
|
|
16589
|
+
if (rt(), E = de(C), yt(E) || E === w)
|
|
16584
16590
|
return To();
|
|
16585
16591
|
if (E === A || E === W)
|
|
16586
16592
|
return Oo();
|
|
@@ -16600,7 +16606,7 @@ var vr = {}, iw = {
|
|
|
16600
16606
|
}, To = function() {
|
|
16601
16607
|
for (var E = "", L, Y; yt(de(C)); )
|
|
16602
16608
|
E += Ae(C++);
|
|
16603
|
-
if (de(C) ===
|
|
16609
|
+
if (de(C) === w)
|
|
16604
16610
|
for (E += Ae(C++); yt(de(C)); )
|
|
16605
16611
|
E += Ae(C++);
|
|
16606
16612
|
if (L = Ae(C), L === "e" || L === "E") {
|
|
@@ -16608,7 +16614,7 @@ var vr = {}, iw = {
|
|
|
16608
16614
|
E += Ae(C++);
|
|
16609
16615
|
yt(de(C - 1)) || z("Expected exponent (" + E + Ae(C) + ")", C);
|
|
16610
16616
|
}
|
|
16611
|
-
return Y = de(C), I(Y) ? z("Variable names cannot start with a number (" + E + Ae(C) + ")", C) : Y ===
|
|
16617
|
+
return Y = de(C), I(Y) ? z("Variable names cannot start with a number (" + E + Ae(C) + ")", C) : Y === w && z("Unexpected period", C), {
|
|
16612
16618
|
type: a,
|
|
16613
16619
|
value: parseFloat(E),
|
|
16614
16620
|
raw: E
|
|
@@ -16679,8 +16685,8 @@ var vr = {}, iw = {
|
|
|
16679
16685
|
return Vt || z("Expected " + String.fromCharCode(E), C), Y;
|
|
16680
16686
|
}, Vo = function() {
|
|
16681
16687
|
var E, L;
|
|
16682
|
-
for (E = de(C), E === Q ? L = Co() : L = Gi(), rt(), E = de(C); E ===
|
|
16683
|
-
C++, E ===
|
|
16688
|
+
for (E = de(C), E === Q ? L = Co() : L = Gi(), rt(), E = de(C); E === w || E === oe || E === Q; )
|
|
16689
|
+
C++, E === w ? (rt(), L = {
|
|
16684
16690
|
type: r,
|
|
16685
16691
|
computed: !1,
|
|
16686
16692
|
object: L,
|
|
@@ -17365,12 +17371,12 @@ const E2 = Array.from({ length: 6 }, (e, t) => new Date().getFullYear() + t).map
|
|
|
17365
17371
|
};
|
|
17366
17372
|
}
|
|
17367
17373
|
}
|
|
17368
|
-
}, Ln = (e) => (lt("data-v-656d350e"), e = e(), ot(), e), M2 = /* @__PURE__ */ Ln(() => /* @__PURE__ */
|
|
17374
|
+
}, Ln = (e) => (lt("data-v-656d350e"), e = e(), ot(), e), M2 = /* @__PURE__ */ Ln(() => /* @__PURE__ */ x("h2", null, "Payment Summary", -1)), I2 = { class: "calculations" }, F2 = /* @__PURE__ */ Ln(() => /* @__PURE__ */ x("td", null, "Amount", -1)), D2 = { class: "running-total" }, $2 = { class: "running-total" }, N2 = {
|
|
17369
17375
|
key: 0,
|
|
17370
17376
|
class: "grand-total"
|
|
17371
|
-
}, L2 = /* @__PURE__ */ Ln(() => /* @__PURE__ */
|
|
17372
|
-
/* @__PURE__ */
|
|
17373
|
-
], -1)), P2 = /* @__PURE__ */ Ln(() => /* @__PURE__ */
|
|
17377
|
+
}, L2 = /* @__PURE__ */ Ln(() => /* @__PURE__ */ x("td", null, [
|
|
17378
|
+
/* @__PURE__ */ x("strong", null, "Total")
|
|
17379
|
+
], -1)), P2 = /* @__PURE__ */ Ln(() => /* @__PURE__ */ x("td", null, null, -1)), U2 = /* @__PURE__ */ Ln(() => /* @__PURE__ */ x("h3", null, "Please select a payment processor", -1));
|
|
17374
17380
|
function j2(e, t, n, i, s, r) {
|
|
17375
17381
|
const a = y("ux-form"), l = y("ux-panel-body"), u = y("ux-panel"), f = y("ux-icon"), c = y("ux-button");
|
|
17376
17382
|
return e.multiValue ? (o(), d(S, { key: 0 }, [
|
|
@@ -17395,30 +17401,30 @@ function j2(e, t, n, i, s, r) {
|
|
|
17395
17401
|
default: m(() => [
|
|
17396
17402
|
h(l, null, {
|
|
17397
17403
|
default: m(() => [
|
|
17398
|
-
|
|
17399
|
-
|
|
17404
|
+
x("table", I2, [
|
|
17405
|
+
x("tbody", null, [
|
|
17400
17406
|
r.baseAmount ? (o(), d("tr", {
|
|
17401
17407
|
key: 0,
|
|
17402
17408
|
class: P(["calculation-modifier", ["modifier-set", `modifier-visible-${r.baseAmountVisible}`]])
|
|
17403
17409
|
}, [
|
|
17404
17410
|
F2,
|
|
17405
|
-
|
|
17406
|
-
|
|
17411
|
+
x("td", null, b(r.formattedBaseAmount), 1),
|
|
17412
|
+
x("td", D2, b(r.formattedBaseAmount), 1)
|
|
17407
17413
|
], 2)) : _("", !0),
|
|
17408
17414
|
(o(!0), d(S, null, $(r.visibleModifications, (p) => (o(), d("tr", {
|
|
17409
17415
|
class: P(["calculation-modifier", [`modifier-${p.modifier}`, `modifier-visible-${p.visible}`]])
|
|
17410
17416
|
}, [
|
|
17411
|
-
|
|
17412
|
-
|
|
17413
|
-
|
|
17417
|
+
x("td", null, b(p.title), 1),
|
|
17418
|
+
x("td", null, b(p.summary), 1),
|
|
17419
|
+
x("td", $2, b(p.result), 1)
|
|
17414
17420
|
], 2))), 256))
|
|
17415
17421
|
]),
|
|
17416
|
-
|
|
17422
|
+
x("tfoot", null, [
|
|
17417
17423
|
r.baseAmount ? (o(), d("tr", N2, [
|
|
17418
17424
|
L2,
|
|
17419
17425
|
P2,
|
|
17420
|
-
|
|
17421
|
-
|
|
17426
|
+
x("td", null, [
|
|
17427
|
+
x("strong", null, b(r.formattedTotal), 1)
|
|
17422
17428
|
])
|
|
17423
17429
|
])) : _("", !0)
|
|
17424
17430
|
])
|
|
@@ -17578,7 +17584,7 @@ function J2(e, t, n, i, s, r) {
|
|
|
17578
17584
|
})
|
|
17579
17585
|
], !0)
|
|
17580
17586
|
])) : _("", !0),
|
|
17581
|
-
K(
|
|
17587
|
+
K(x("select", {
|
|
17582
17588
|
onFocus: t[0] || (t[0] = (...l) => e.touch && e.touch(...l)),
|
|
17583
17589
|
multiple: e.multiValue,
|
|
17584
17590
|
"onUpdate:modelValue": t[1] || (t[1] = (l) => e.model = l)
|
|
@@ -17701,7 +17707,7 @@ function oT(e, t, n, i, s, r) {
|
|
|
17701
17707
|
})
|
|
17702
17708
|
], !0)
|
|
17703
17709
|
])) : _("", !0),
|
|
17704
|
-
K(
|
|
17710
|
+
K(x("select", {
|
|
17705
17711
|
onFocus: t[0] || (t[0] = (...l) => e.touch && e.touch(...l)),
|
|
17706
17712
|
multiple: e.multiValue,
|
|
17707
17713
|
"onUpdate:modelValue": t[1] || (t[1] = (l) => e.model = l)
|
|
@@ -18247,7 +18253,7 @@ const cT = {
|
|
|
18247
18253
|
class: "ux-field-message"
|
|
18248
18254
|
};
|
|
18249
18255
|
function mT(e, t, n, i, s, r) {
|
|
18250
|
-
const a = y("internal-route-select"), l = y("internal-menu-select"), u = y("custom-html"), f = y("slider-input"), c = y("color-input"), p = y("filter-input"), g = y("checkbox"), v = y("boolean-switch"),
|
|
18256
|
+
const a = y("internal-route-select"), l = y("internal-menu-select"), u = y("custom-html"), f = y("slider-input"), c = y("color-input"), p = y("filter-input"), g = y("checkbox"), v = y("boolean-switch"), w = y("upload"), O = y("field-group"), A = y("field-select"), W = y("native-select"), Q = y("button-select"), re = y("text-field"), oe = y("currency-field"), ue = y("time-field"), B = y("date-field"), D = y("date-range"), ae = y("content-select"), z = y("type-select"), Ee = y("scope-select"), ke = y("rich-text-field"), xe = y("text-area"), Te = y("timezone-select"), Oe = y("phone-number-input"), De = y("object-field"), Ve = y("payment-field"), pt = y("options-manager"), tt = y("code-editor-field"), Ut = y("flex-column"), yt = y("expression-field");
|
|
18251
18257
|
return r.visible ? (o(), d("div", {
|
|
18252
18258
|
key: 0,
|
|
18253
18259
|
class: P(["ux-field", r.classes]),
|
|
@@ -18311,7 +18317,7 @@ function mT(e, t, n, i, s, r) {
|
|
|
18311
18317
|
modelValue: r.fieldModel,
|
|
18312
18318
|
"onUpdate:modelValue": t[7] || (t[7] = (I) => r.fieldModel = I)
|
|
18313
18319
|
}, null, 8, ["onTouched", "field", "modelValue"])) : _("", !0),
|
|
18314
|
-
r.widget == "upload" ? (o(), k(
|
|
18320
|
+
r.widget == "upload" ? (o(), k(w, {
|
|
18315
18321
|
key: 9,
|
|
18316
18322
|
onTouched: r.touch,
|
|
18317
18323
|
field: r.actualField,
|
|
@@ -19215,7 +19221,7 @@ const si = "form.ready", VO = "form.processing", oa = "form.complete", ua = "for
|
|
|
19215
19221
|
return this.form.fields || [];
|
|
19216
19222
|
}
|
|
19217
19223
|
}
|
|
19218
|
-
}, AO = (e) => (lt("data-v-e1ea11cb"), e = e(), ot(), e), MO = /* @__PURE__ */ AO(() => /* @__PURE__ */
|
|
19224
|
+
}, AO = (e) => (lt("data-v-e1ea11cb"), e = e(), ot(), e), MO = /* @__PURE__ */ AO(() => /* @__PURE__ */ x("h3", null, "An error occurred", -1)), IO = { key: 0 }, FO = { key: 1 }, DO = { key: 2 }, $O = { class: "intent-submit" }, NO = ["tooltip"];
|
|
19219
19225
|
function LO(e, t, n, i, s, r) {
|
|
19220
19226
|
var v;
|
|
19221
19227
|
const a = y("ux-icon"), l = y("ux-button"), u = y("ux-panel-body"), f = y("ux-panel"), c = y("StripeElement"), p = y("StripeElements"), g = y("ux-form");
|
|
@@ -19226,9 +19232,9 @@ function LO(e, t, n, i, s, r) {
|
|
|
19226
19232
|
MO,
|
|
19227
19233
|
s.error.message ? (o(), d("pre", IO, b(s.error.message), 1)) : _("", !0),
|
|
19228
19234
|
(v = s.error.data) != null && v.errors ? (o(), d("div", FO, [
|
|
19229
|
-
(o(!0), d(S, null, $(s.error.data.errors, (
|
|
19230
|
-
key:
|
|
19231
|
-
}, b(
|
|
19235
|
+
(o(!0), d(S, null, $(s.error.data.errors, (w) => (o(), d("pre", {
|
|
19236
|
+
key: w.path
|
|
19237
|
+
}, b(w.message), 1))), 128))
|
|
19232
19238
|
])) : (o(), d("pre", DO, b(s.error), 1)),
|
|
19233
19239
|
h(l, {
|
|
19234
19240
|
color: "primary",
|
|
@@ -19274,16 +19280,16 @@ function LO(e, t, n, i, s, r) {
|
|
|
19274
19280
|
"instance-options": r.stripeIntent.instanceOptions,
|
|
19275
19281
|
"elements-options": r.stripeIntent.elementOptions
|
|
19276
19282
|
}, {
|
|
19277
|
-
default: m(({ elements:
|
|
19283
|
+
default: m(({ elements: w, instance: O }) => [
|
|
19278
19284
|
h(c, {
|
|
19279
19285
|
ref: "stripePayment",
|
|
19280
19286
|
type: "payment",
|
|
19281
|
-
elements:
|
|
19287
|
+
elements: w
|
|
19282
19288
|
}, null, 8, ["elements"])
|
|
19283
19289
|
]),
|
|
19284
19290
|
_: 1
|
|
19285
19291
|
}, 8, ["stripe-key", "instance-options", "elements-options"])) : _("", !0),
|
|
19286
|
-
|
|
19292
|
+
x("div", $O, [
|
|
19287
19293
|
h(l, {
|
|
19288
19294
|
color: "primary",
|
|
19289
19295
|
onClick: r.confirmIntention
|
|
@@ -19302,11 +19308,11 @@ function LO(e, t, n, i, s, r) {
|
|
|
19302
19308
|
ref: "form",
|
|
19303
19309
|
paymentConfiguration: r.paymentConfiguration,
|
|
19304
19310
|
modelValue: s.model,
|
|
19305
|
-
"onUpdate:modelValue": t[0] || (t[0] = (
|
|
19311
|
+
"onUpdate:modelValue": t[0] || (t[0] = (w) => s.model = w),
|
|
19306
19312
|
"onForm:state": r.formStateUpdated,
|
|
19307
19313
|
fields: r.formFields
|
|
19308
19314
|
}, null, 8, ["sandbox", "paymentConfiguration", "modelValue", "onForm:state", "fields"]),
|
|
19309
|
-
|
|
19315
|
+
x("span", { tooltip: r.tooltip }, [
|
|
19310
19316
|
h(l, {
|
|
19311
19317
|
disabled: r.buttonDisabled,
|
|
19312
19318
|
color: "primary",
|
|
@@ -19388,13 +19394,13 @@ const PO = {
|
|
|
19388
19394
|
function RO(e, t, n, i, s, r) {
|
|
19389
19395
|
const a = y("ux-icon");
|
|
19390
19396
|
return o(), d("div", UO, [
|
|
19391
|
-
K(
|
|
19397
|
+
K(x("input", {
|
|
19392
19398
|
"onUpdate:modelValue": t[0] || (t[0] = (l) => r.model = l),
|
|
19393
19399
|
placeholder: n.placeholder
|
|
19394
19400
|
}, null, 8, jO), [
|
|
19395
19401
|
[se, r.model]
|
|
19396
19402
|
]),
|
|
19397
|
-
|
|
19403
|
+
x("div", {
|
|
19398
19404
|
onClick: t[1] || (t[1] = (l) => r.clear()),
|
|
19399
19405
|
class: "icon"
|
|
19400
19406
|
}, [
|
|
@@ -19523,8 +19529,8 @@ function qO(e, t, n, i, s, r) {
|
|
|
19523
19529
|
default: m(() => [
|
|
19524
19530
|
h(a, { vcenter: "" }, {
|
|
19525
19531
|
default: m(() => [
|
|
19526
|
-
|
|
19527
|
-
|
|
19532
|
+
x("div", null, [
|
|
19533
|
+
x("strong", null, b(r.multiLabel(g, v)), 1)
|
|
19528
19534
|
])
|
|
19529
19535
|
]),
|
|
19530
19536
|
_: 2
|
|
@@ -19543,7 +19549,7 @@ function qO(e, t, n, i, s, r) {
|
|
|
19543
19549
|
flex: r.sameLine,
|
|
19544
19550
|
parentModel: e.parentModel,
|
|
19545
19551
|
modelValue: e.model[v],
|
|
19546
|
-
"onUpdate:modelValue": (
|
|
19552
|
+
"onUpdate:modelValue": (w) => e.model[v] = w
|
|
19547
19553
|
}, null, 8, ["submission", "fields", "flex", "parentModel", "modelValue", "onUpdate:modelValue"])
|
|
19548
19554
|
]),
|
|
19549
19555
|
_: 2
|
|
@@ -19785,7 +19791,7 @@ function cV(e, t, n, i, s, r) {
|
|
|
19785
19791
|
key: 0,
|
|
19786
19792
|
class: P(["ux-field-render", r.classes])
|
|
19787
19793
|
}, [
|
|
19788
|
-
|
|
19794
|
+
x("label", KO, b(r.title), 1),
|
|
19789
19795
|
r.widget === "group" ? (o(), d(S, { key: 0 }, [
|
|
19790
19796
|
r.asObject ? (o(), k(a, {
|
|
19791
19797
|
key: 0,
|
|
@@ -19793,14 +19799,14 @@ function cV(e, t, n, i, s, r) {
|
|
|
19793
19799
|
field: n.field,
|
|
19794
19800
|
parentModel: n.parentModel,
|
|
19795
19801
|
modelValue: r.fieldModel,
|
|
19796
|
-
"onUpdate:modelValue": t[0] || (t[0] = (
|
|
19802
|
+
"onUpdate:modelValue": t[0] || (t[0] = (w) => r.fieldModel = w)
|
|
19797
19803
|
}, null, 8, ["submission", "field", "parentModel", "modelValue"])) : (o(), k(a, {
|
|
19798
19804
|
key: 1,
|
|
19799
19805
|
submission: n.submission,
|
|
19800
19806
|
field: n.field,
|
|
19801
19807
|
parentModel: n.parentModel,
|
|
19802
19808
|
modelValue: r.sourceModel,
|
|
19803
|
-
"onUpdate:modelValue": t[1] || (t[1] = (
|
|
19809
|
+
"onUpdate:modelValue": t[1] || (t[1] = (w) => r.sourceModel = w)
|
|
19804
19810
|
}, null, 8, ["submission", "field", "parentModel", "modelValue"]))
|
|
19805
19811
|
], 64)) : r.widget === "form" ? (o(), k(a, {
|
|
19806
19812
|
key: 1,
|
|
@@ -19808,21 +19814,21 @@ function cV(e, t, n, i, s, r) {
|
|
|
19808
19814
|
field: n.field,
|
|
19809
19815
|
parentModel: n.parentModel,
|
|
19810
19816
|
modelValue: r.fieldModel,
|
|
19811
|
-
"onUpdate:modelValue": t[2] || (t[2] = (
|
|
19817
|
+
"onUpdate:modelValue": t[2] || (t[2] = (w) => r.fieldModel = w)
|
|
19812
19818
|
}, null, 8, ["submission", "field", "parentModel", "modelValue"])) : r.widget === "currency" ? (o(), d(S, { key: 2 }, [
|
|
19813
|
-
r.multiValue ? (o(!0), d(S, { key: 0 }, $(r.fieldModel, (
|
|
19814
|
-
T(b(r.formatCurrency(
|
|
19815
|
-
|
|
19819
|
+
r.multiValue ? (o(!0), d(S, { key: 0 }, $(r.fieldModel, (w, O) => (o(), d("div", null, [
|
|
19820
|
+
T(b(r.formatCurrency(w)) + " ", 1),
|
|
19821
|
+
x("span", YO, b(n.field.currency), 1)
|
|
19816
19822
|
]))), 256)) : (o(), d("div", ZO, [
|
|
19817
19823
|
T(b(r.formatCurrency(r.fieldModel)) + " ", 1),
|
|
19818
|
-
|
|
19824
|
+
x("span", JO, b(n.field.currency), 1)
|
|
19819
19825
|
]))
|
|
19820
19826
|
], 64)) : r.widget === "code" ? (o(), d(S, { key: 3 }, [
|
|
19821
|
-
r.multiValue ? (o(!0), d(S, { key: 0 }, $(r.fieldModel, (
|
|
19827
|
+
r.multiValue ? (o(!0), d(S, { key: 0 }, $(r.fieldModel, (w, O) => (o(), d("div", null, [
|
|
19822
19828
|
h(l, {
|
|
19823
19829
|
readonly: !0,
|
|
19824
19830
|
class: "editor-wrap",
|
|
19825
|
-
value:
|
|
19831
|
+
value: w,
|
|
19826
19832
|
options: { useWorker: !0 },
|
|
19827
19833
|
lang: n.field.syntax,
|
|
19828
19834
|
theme: "tomorrow_night_eighties",
|
|
@@ -19840,16 +19846,16 @@ function cV(e, t, n, i, s, r) {
|
|
|
19840
19846
|
}, null, 8, ["value", "lang"])
|
|
19841
19847
|
]))
|
|
19842
19848
|
], 64)) : r.widget === "password" ? (o(), d("div", QO, [
|
|
19843
|
-
r.multiValue ? (o(!0), d(S, { key: 0 }, $(r.fieldModel, (
|
|
19849
|
+
r.multiValue ? (o(!0), d(S, { key: 0 }, $(r.fieldModel, (w, O) => (o(), k(p, {
|
|
19844
19850
|
gap: "",
|
|
19845
19851
|
center: ""
|
|
19846
19852
|
}, {
|
|
19847
19853
|
default: m(() => [
|
|
19848
19854
|
h(u, null, {
|
|
19849
19855
|
default: m(() => [
|
|
19850
|
-
|
|
19856
|
+
x("input", {
|
|
19851
19857
|
type: s.unmaskedLookup[`${O}`] ? "text" : "password",
|
|
19852
|
-
value:
|
|
19858
|
+
value: w
|
|
19853
19859
|
}, null, 8, eV)
|
|
19854
19860
|
]),
|
|
19855
19861
|
_: 2
|
|
@@ -19880,7 +19886,7 @@ function cV(e, t, n, i, s, r) {
|
|
|
19880
19886
|
default: m(() => [
|
|
19881
19887
|
h(u, null, {
|
|
19882
19888
|
default: m(() => [
|
|
19883
|
-
|
|
19889
|
+
x("input", {
|
|
19884
19890
|
type: s.unmasked ? "text" : "password",
|
|
19885
19891
|
value: r.fieldModel
|
|
19886
19892
|
}, null, 8, tV)
|
|
@@ -19908,16 +19914,16 @@ function cV(e, t, n, i, s, r) {
|
|
|
19908
19914
|
}))
|
|
19909
19915
|
])) : (o(), d(S, { key: 5 }, [
|
|
19910
19916
|
r.type === "reference" ? (o(), d(S, { key: 0 }, [
|
|
19911
|
-
r.multiValue ? (o(!0), d(S, { key: 0 }, $(r.fieldModel, (
|
|
19917
|
+
r.multiValue ? (o(!0), d(S, { key: 0 }, $(r.fieldModel, (w, O) => (o(), k(g, {
|
|
19912
19918
|
submission: n.submission,
|
|
19913
|
-
key:
|
|
19914
|
-
item:
|
|
19919
|
+
key: w._id,
|
|
19920
|
+
item: w
|
|
19915
19921
|
}, {
|
|
19916
19922
|
actions: m(() => [
|
|
19917
19923
|
h(c, {
|
|
19918
19924
|
size: "sm",
|
|
19919
19925
|
icon: "",
|
|
19920
|
-
onClick: q((A) => r.openActions(
|
|
19926
|
+
onClick: q((A) => r.openActions(w), ["stop", "prevent"])
|
|
19921
19927
|
}, {
|
|
19922
19928
|
default: m(() => [
|
|
19923
19929
|
h(f, { icon: "fa-ellipsis" })
|
|
@@ -19935,7 +19941,7 @@ function cV(e, t, n, i, s, r) {
|
|
|
19935
19941
|
h(c, {
|
|
19936
19942
|
size: "sm",
|
|
19937
19943
|
icon: "",
|
|
19938
|
-
onClick: t[3] || (t[3] = q((
|
|
19944
|
+
onClick: t[3] || (t[3] = q((w) => r.openActions(r.fieldModel), ["stop", "prevent"]))
|
|
19939
19945
|
}, {
|
|
19940
19946
|
default: m(() => [
|
|
19941
19947
|
h(f, { icon: "fa-ellipsis" })
|
|
@@ -19947,39 +19953,39 @@ function cV(e, t, n, i, s, r) {
|
|
|
19947
19953
|
}, 8, ["submission", "item"]))
|
|
19948
19954
|
], 64)) : _("", !0),
|
|
19949
19955
|
r.type == "string" ? (o(), d(S, { key: 1 }, [
|
|
19950
|
-
r.multiValue ? (o(!0), d(S, { key: 0 }, $(r.fieldModel, (
|
|
19951
|
-
h(v, { template:
|
|
19956
|
+
r.multiValue ? (o(!0), d(S, { key: 0 }, $(r.fieldModel, (w, O) => (o(), d("div", null, [
|
|
19957
|
+
h(v, { template: w }, null, 8, ["template"])
|
|
19952
19958
|
]))), 256)) : (o(), k(v, {
|
|
19953
19959
|
key: 1,
|
|
19954
19960
|
template: r.fieldModel
|
|
19955
19961
|
}, null, 8, ["template"]))
|
|
19956
19962
|
], 64)) : _("", !0),
|
|
19957
19963
|
r.type == "boolean" ? (o(), d(S, { key: 2 }, [
|
|
19958
|
-
r.multiValue ? (o(!0), d(S, { key: 0 }, $(r.fieldModel, (
|
|
19964
|
+
r.multiValue ? (o(!0), d(S, { key: 0 }, $(r.fieldModel, (w, O) => (o(), d("div", null, b(!!w), 1))), 256)) : (o(), d("div", nV, b(!!r.fieldModel), 1))
|
|
19959
19965
|
], 64)) : _("", !0),
|
|
19960
19966
|
r.type == "date" ? (o(), d(S, { key: 3 }, [
|
|
19961
|
-
r.multiValue ? (o(!0), d(S, { key: 0 }, $(r.fieldModel, (
|
|
19967
|
+
r.multiValue ? (o(!0), d(S, { key: 0 }, $(r.fieldModel, (w, O) => (o(), d("div", null, b(r.renderDate(w)), 1))), 256)) : (o(), d("div", rV, b(r.renderDate(r.fieldModel)), 1))
|
|
19962
19968
|
], 64)) : _("", !0),
|
|
19963
19969
|
r.type == "email" ? (o(), d(S, { key: 4 }, [
|
|
19964
|
-
r.multiValue ? (o(!0), d(S, { key: 0 }, $(r.fieldModel, (
|
|
19965
|
-
|
|
19966
|
-
href: `mailto:${
|
|
19967
|
-
}, b(
|
|
19970
|
+
r.multiValue ? (o(!0), d(S, { key: 0 }, $(r.fieldModel, (w, O) => (o(), d("div", null, [
|
|
19971
|
+
x("a", {
|
|
19972
|
+
href: `mailto:${w}`
|
|
19973
|
+
}, b(w), 9, iV)
|
|
19968
19974
|
]))), 256)) : (o(), d("div", sV, [
|
|
19969
|
-
|
|
19975
|
+
x("a", {
|
|
19970
19976
|
href: `mailto:${r.fieldModel}`
|
|
19971
19977
|
}, b(r.fieldModel), 9, aV)
|
|
19972
19978
|
]))
|
|
19973
19979
|
], 64)) : _("", !0),
|
|
19974
19980
|
r.type == "url" ? (o(), d(S, { key: 5 }, [
|
|
19975
|
-
r.multiValue ? (o(!0), d(S, { key: 0 }, $(r.fieldModel, (
|
|
19976
|
-
|
|
19981
|
+
r.multiValue ? (o(!0), d(S, { key: 0 }, $(r.fieldModel, (w, O) => (o(), d("div", null, [
|
|
19982
|
+
x("a", { href: w }, b(w), 9, lV)
|
|
19977
19983
|
]))), 256)) : (o(), d("div", oV, [
|
|
19978
|
-
|
|
19984
|
+
x("a", { href: r.fieldModel }, b(r.fieldModel), 9, uV)
|
|
19979
19985
|
]))
|
|
19980
19986
|
], 64)) : _("", !0),
|
|
19981
19987
|
r.isNumber ? (o(), d(S, { key: 6 }, [
|
|
19982
|
-
r.multiValue ? (o(!0), d(S, { key: 0 }, $(r.fieldModel, (
|
|
19988
|
+
r.multiValue ? (o(!0), d(S, { key: 0 }, $(r.fieldModel, (w, O) => (o(), d("div", null, b(w), 1))), 256)) : (o(), d("div", dV, b(r.fieldModel), 1))
|
|
19983
19989
|
], 64)) : _("", !0)
|
|
19984
19990
|
], 64))
|
|
19985
19991
|
], 2)) : _("", !0);
|
|
@@ -21018,9 +21024,9 @@ const aC = {
|
|
|
21018
21024
|
actualOptions: this.options
|
|
21019
21025
|
};
|
|
21020
21026
|
}
|
|
21021
|
-
}, wo = (e) => (lt("data-v-594affe2"), e = e(), ot(), e), lC = { class: "footer" }, oC = /* @__PURE__ */ wo(() => /* @__PURE__ */
|
|
21027
|
+
}, wo = (e) => (lt("data-v-594affe2"), e = e(), ot(), e), lC = { class: "footer" }, oC = /* @__PURE__ */ wo(() => /* @__PURE__ */ x("p", null, null, -1)), uC = { key: 0 }, dC = /* @__PURE__ */ wo(() => /* @__PURE__ */ x("p", null, null, -1));
|
|
21022
21028
|
function cC(e, t, n, i, s, r) {
|
|
21023
|
-
const a = y("ux-icon"), l = y("ux-panel-body"), u = y("ux-panel"), f = y("flex-column"), c = y("ux-button"), p = y("ux-list-item"), g = y("ux-list"), v = y("ux-menu"),
|
|
21029
|
+
const a = y("ux-icon"), l = y("ux-panel-body"), u = y("ux-panel"), f = y("flex-column"), c = y("ux-button"), p = y("ux-list-item"), g = y("ux-list"), v = y("ux-menu"), w = y("native-table"), O = y("pager"), A = y("flex-footer"), W = y("flex-row"), Q = y("search"), re = y("ux-field"), oe = y("filter-builder"), ue = y("flex-body"), B = y("spinner");
|
|
21024
21030
|
return r.actualDefinition ? (o(), k(f, {
|
|
21025
21031
|
key: 0,
|
|
21026
21032
|
class: "content-browser"
|
|
@@ -21053,7 +21059,7 @@ function cC(e, t, n, i, s, r) {
|
|
|
21053
21059
|
class: "large-icon",
|
|
21054
21060
|
icon: "fa-database"
|
|
21055
21061
|
}),
|
|
21056
|
-
|
|
21062
|
+
x("div", null, b(r.boundaryMessage), 1)
|
|
21057
21063
|
]),
|
|
21058
21064
|
_: 1
|
|
21059
21065
|
})
|
|
@@ -21074,7 +21080,7 @@ function cC(e, t, n, i, s, r) {
|
|
|
21074
21080
|
"onClick:actions": r.actionsClicked,
|
|
21075
21081
|
"onSelect:item:toggle": r.rowToggled,
|
|
21076
21082
|
"onClick:item": r.rowClicked
|
|
21077
|
-
}, null, 40, ["onReload", "cacheKey", "definition", "selection", "items", "onClick:actions", "onSelect:item:toggle", "onClick:item"])) : (o(), k(
|
|
21083
|
+
}, null, 40, ["onReload", "cacheKey", "definition", "selection", "items", "onClick:actions", "onSelect:item:toggle", "onClick:item"])) : (o(), k(w, {
|
|
21078
21084
|
key: 1,
|
|
21079
21085
|
sort: s.sort,
|
|
21080
21086
|
"onUpdate:sort": t[0] || (t[0] = (D) => s.sort = D),
|
|
@@ -21154,7 +21160,7 @@ function cC(e, t, n, i, s, r) {
|
|
|
21154
21160
|
default: m(() => [
|
|
21155
21161
|
h(l, null, {
|
|
21156
21162
|
default: m(() => [
|
|
21157
|
-
|
|
21163
|
+
x("div", null, "No " + b(r.plural) + " found.", 1)
|
|
21158
21164
|
]),
|
|
21159
21165
|
_: 1
|
|
21160
21166
|
})
|
|
@@ -21172,7 +21178,7 @@ function cC(e, t, n, i, s, r) {
|
|
|
21172
21178
|
s.dataSource && !r.boundaryMessage ? (o(), k(A, { key: 0 }, {
|
|
21173
21179
|
default: m(() => [
|
|
21174
21180
|
G(e.$slots, "footera", {}, void 0, !0),
|
|
21175
|
-
|
|
21181
|
+
x("div", lC, [
|
|
21176
21182
|
h(O, {
|
|
21177
21183
|
page: s.page,
|
|
21178
21184
|
"onUpdate:page": t[1] || (t[1] = (D) => s.page = D),
|
|
@@ -21293,11 +21299,11 @@ const mC = {
|
|
|
21293
21299
|
}, hC = { class: "modal-wrapper" };
|
|
21294
21300
|
function pC(e, t, n, i, s, r) {
|
|
21295
21301
|
return o(), d("div", hC, [
|
|
21296
|
-
|
|
21302
|
+
x("div", {
|
|
21297
21303
|
class: "modal-blanket",
|
|
21298
21304
|
onClick: t[0] || (t[0] = (...a) => r.blanketClick && r.blanketClick(...a))
|
|
21299
21305
|
}),
|
|
21300
|
-
|
|
21306
|
+
x("div", {
|
|
21301
21307
|
class: "modal-content",
|
|
21302
21308
|
style: ct(r.style)
|
|
21303
21309
|
}, [
|
|
@@ -21320,9 +21326,9 @@ function kC(e, t, n, i, s, r) {
|
|
|
21320
21326
|
default: m(() => [
|
|
21321
21327
|
h(a, null, {
|
|
21322
21328
|
default: m(() => [
|
|
21323
|
-
|
|
21324
|
-
|
|
21325
|
-
|
|
21329
|
+
x("div", gC, [
|
|
21330
|
+
x("h5", null, b(e.options.title), 1),
|
|
21331
|
+
x("div", {
|
|
21326
21332
|
innerHTML: e.options.description
|
|
21327
21333
|
}, null, 8, vC)
|
|
21328
21334
|
])
|
|
@@ -21331,7 +21337,7 @@ function kC(e, t, n, i, s, r) {
|
|
|
21331
21337
|
}),
|
|
21332
21338
|
h(c, null, {
|
|
21333
21339
|
default: m(() => [
|
|
21334
|
-
|
|
21340
|
+
x("div", bC, [
|
|
21335
21341
|
h(f, null, {
|
|
21336
21342
|
default: m(() => [
|
|
21337
21343
|
h(u, null, {
|
|
@@ -21406,74 +21412,87 @@ const wC = {
|
|
|
21406
21412
|
this.selected = e, this.close(e);
|
|
21407
21413
|
}
|
|
21408
21414
|
}
|
|
21409
|
-
}, SC = { class: "header" }, TC = { class: "
|
|
21415
|
+
}, SC = { class: "options-modal-header" }, TC = { class: "padder" }, OC = { class: "options-modal-header" }, VC = { class: "padder" }, CC = { class: "padder" }, EC = ["onClick"], AC = {
|
|
21410
21416
|
key: 0,
|
|
21411
21417
|
class: "title"
|
|
21412
|
-
},
|
|
21418
|
+
}, MC = {
|
|
21413
21419
|
key: 1,
|
|
21414
21420
|
class: "description"
|
|
21415
|
-
},
|
|
21416
|
-
function
|
|
21417
|
-
const a = y("flex-header"), l = y("search"), u = y("flex-cell"), f = y("ux-icon"), c = y("flex-row"), p = y("flex-body"), g = y("ux-button"), v = y("flex-footer"),
|
|
21418
|
-
return o(), k(
|
|
21421
|
+
}, IC = { class: "padder" };
|
|
21422
|
+
function FC(e, t, n, i, s, r) {
|
|
21423
|
+
const a = y("flex-header"), l = y("search"), u = y("flex-cell"), f = y("ux-icon"), c = y("flex-row"), p = y("flex-body"), g = y("ux-button"), v = y("flex-footer"), w = y("flex-column");
|
|
21424
|
+
return o(), k(w, { class: "wrapper" }, {
|
|
21419
21425
|
default: m(() => [
|
|
21420
|
-
|
|
21426
|
+
e.options.title || e.options.description ? (o(), k(a, { key: 0 }, {
|
|
21421
21427
|
default: m(() => [
|
|
21422
|
-
|
|
21423
|
-
|
|
21424
|
-
|
|
21428
|
+
x("div", SC, [
|
|
21429
|
+
x("div", TC, [
|
|
21430
|
+
x("h5", null, b(e.options.title), 1),
|
|
21431
|
+
x("div", null, b(e.options.description), 1)
|
|
21432
|
+
])
|
|
21425
21433
|
])
|
|
21426
21434
|
]),
|
|
21427
21435
|
_: 1
|
|
21428
|
-
}),
|
|
21429
|
-
e.options.choices.length > 10 ? (o(), k(a, { key:
|
|
21436
|
+
})) : _("", !0),
|
|
21437
|
+
e.options.choices.length > 10 ? (o(), k(a, { key: 1 }, {
|
|
21430
21438
|
default: m(() => [
|
|
21431
|
-
|
|
21432
|
-
|
|
21433
|
-
|
|
21434
|
-
|
|
21435
|
-
|
|
21436
|
-
|
|
21437
|
-
|
|
21438
|
-
|
|
21439
|
+
x("div", OC, [
|
|
21440
|
+
x("div", VC, [
|
|
21441
|
+
h(l, {
|
|
21442
|
+
modelValue: s.search,
|
|
21443
|
+
"onUpdate:modelValue": t[0] || (t[0] = (O) => s.search = O),
|
|
21444
|
+
loading: e.searching,
|
|
21445
|
+
debounce: 500,
|
|
21446
|
+
placeholder: "Search"
|
|
21447
|
+
}, null, 8, ["modelValue", "loading"])
|
|
21448
|
+
])
|
|
21439
21449
|
])
|
|
21440
21450
|
]),
|
|
21441
21451
|
_: 1
|
|
21442
21452
|
})) : _("", !0),
|
|
21443
|
-
h(p, { class: "body" }, {
|
|
21453
|
+
h(p, { class: "options-modal-body" }, {
|
|
21444
21454
|
default: m(() => [
|
|
21445
|
-
|
|
21455
|
+
x("div", CC, [
|
|
21446
21456
|
(o(!0), d(S, null, $(r.filteredChoices, (O) => (o(), d("div", {
|
|
21447
21457
|
class: "choice",
|
|
21448
21458
|
onClick: (A) => r.select(O)
|
|
21449
21459
|
}, [
|
|
21450
|
-
h(c, {
|
|
21460
|
+
h(c, {
|
|
21461
|
+
gap: "",
|
|
21462
|
+
center: ""
|
|
21463
|
+
}, {
|
|
21451
21464
|
default: m(() => [
|
|
21452
21465
|
h(u, null, {
|
|
21453
21466
|
default: m(() => [
|
|
21454
|
-
O.title ? (o(), d("div",
|
|
21455
|
-
O.description ? (o(), d("div",
|
|
21467
|
+
O.title ? (o(), d("div", AC, b(O.title), 1)) : _("", !0),
|
|
21468
|
+
O.description ? (o(), d("div", MC, b(O.description), 1)) : _("", !0)
|
|
21456
21469
|
]),
|
|
21457
21470
|
_: 2
|
|
21458
21471
|
}, 1024),
|
|
21459
21472
|
h(u, { shrink: "" }, {
|
|
21460
21473
|
default: m(() => [
|
|
21461
|
-
h(f, {
|
|
21474
|
+
h(f, {
|
|
21475
|
+
right: "",
|
|
21476
|
+
icon: "fa-angle-right"
|
|
21477
|
+
})
|
|
21462
21478
|
]),
|
|
21463
21479
|
_: 1
|
|
21464
21480
|
})
|
|
21465
21481
|
]),
|
|
21466
21482
|
_: 2
|
|
21467
21483
|
}, 1024)
|
|
21468
|
-
], 8,
|
|
21484
|
+
], 8, EC))), 256))
|
|
21469
21485
|
])
|
|
21470
21486
|
]),
|
|
21471
21487
|
_: 1
|
|
21472
21488
|
}),
|
|
21473
|
-
h(v,
|
|
21489
|
+
h(v, { class: "options-modal-footer" }, {
|
|
21474
21490
|
default: m(() => [
|
|
21475
|
-
|
|
21476
|
-
h(g, {
|
|
21491
|
+
x("div", IC, [
|
|
21492
|
+
h(g, {
|
|
21493
|
+
size: "sm",
|
|
21494
|
+
onClick: e.dismiss
|
|
21495
|
+
}, {
|
|
21477
21496
|
default: m(() => [
|
|
21478
21497
|
T("Cancel")
|
|
21479
21498
|
]),
|
|
@@ -21487,8 +21506,8 @@ function MC(e, t, n, i, s, r) {
|
|
|
21487
21506
|
_: 1
|
|
21488
21507
|
});
|
|
21489
21508
|
}
|
|
21490
|
-
const
|
|
21491
|
-
const
|
|
21509
|
+
const DC = /* @__PURE__ */ V(wC, [["render", FC], ["__scopeId", "data-v-05472a27"]]);
|
|
21510
|
+
const $C = {
|
|
21492
21511
|
mixins: [Pn],
|
|
21493
21512
|
data() {
|
|
21494
21513
|
return {
|
|
@@ -21515,25 +21534,25 @@ const FC = {
|
|
|
21515
21534
|
created() {
|
|
21516
21535
|
this.options.model && (this.model = this.options.model);
|
|
21517
21536
|
}
|
|
21518
|
-
},
|
|
21519
|
-
function
|
|
21537
|
+
}, NC = { class: "padder" }, LC = { key: 0 }, PC = { class: "padder" };
|
|
21538
|
+
function UC(e, t, n, i, s, r) {
|
|
21520
21539
|
const a = y("ux-form"), l = y("flex-body"), u = y("ux-button"), f = y("flex-cell"), c = y("flex-spacer"), p = y("flex-row"), g = y("flex-footer"), v = y("flex-column");
|
|
21521
21540
|
return o(), d("form", {
|
|
21522
21541
|
class: "wrapper",
|
|
21523
|
-
onSubmit: t[2] || (t[2] = q((...
|
|
21542
|
+
onSubmit: t[2] || (t[2] = q((...w) => e.submit && e.submit(...w), ["prevent", "stop"]))
|
|
21524
21543
|
}, [
|
|
21525
21544
|
h(v, null, {
|
|
21526
21545
|
default: m(() => [
|
|
21527
21546
|
h(l, null, {
|
|
21528
21547
|
default: m(() => [
|
|
21529
|
-
|
|
21530
|
-
|
|
21531
|
-
e.options.description ? (o(), d("p",
|
|
21548
|
+
x("div", NC, [
|
|
21549
|
+
x("h5", null, b(e.options.title), 1),
|
|
21550
|
+
e.options.description ? (o(), d("p", LC, b(e.options.description), 1)) : _("", !0),
|
|
21532
21551
|
h(a, {
|
|
21533
21552
|
ref: "form",
|
|
21534
21553
|
"onForm:state": r.formStateUpdated,
|
|
21535
21554
|
modelValue: s.model,
|
|
21536
|
-
"onUpdate:modelValue": t[0] || (t[0] = (
|
|
21555
|
+
"onUpdate:modelValue": t[0] || (t[0] = (w) => s.model = w),
|
|
21537
21556
|
fields: r.fields
|
|
21538
21557
|
}, null, 8, ["onForm:state", "modelValue", "fields"])
|
|
21539
21558
|
])
|
|
@@ -21542,7 +21561,7 @@ function LC(e, t, n, i, s, r) {
|
|
|
21542
21561
|
}),
|
|
21543
21562
|
h(g, null, {
|
|
21544
21563
|
default: m(() => [
|
|
21545
|
-
|
|
21564
|
+
x("div", PC, [
|
|
21546
21565
|
h(p, null, {
|
|
21547
21566
|
default: m(() => [
|
|
21548
21567
|
h(f, { shrink: "" }, {
|
|
@@ -21566,7 +21585,7 @@ function LC(e, t, n, i, s, r) {
|
|
|
21566
21585
|
disabled: r.invalid,
|
|
21567
21586
|
color: "primary",
|
|
21568
21587
|
type: "submit",
|
|
21569
|
-
onClick: t[1] || (t[1] = (
|
|
21588
|
+
onClick: t[1] || (t[1] = (w) => e.close(s.model))
|
|
21570
21589
|
}, {
|
|
21571
21590
|
default: m(() => [
|
|
21572
21591
|
T("Confirm")
|
|
@@ -21588,8 +21607,8 @@ function LC(e, t, n, i, s, r) {
|
|
|
21588
21607
|
})
|
|
21589
21608
|
], 32);
|
|
21590
21609
|
}
|
|
21591
|
-
const
|
|
21592
|
-
const
|
|
21610
|
+
const jC = /* @__PURE__ */ V($C, [["render", UC], ["__scopeId", "data-v-243e2939"]]);
|
|
21611
|
+
const RC = {
|
|
21593
21612
|
components: {
|
|
21594
21613
|
ContentBrowser: fC,
|
|
21595
21614
|
Search: Hi
|
|
@@ -21678,8 +21697,8 @@ const UC = {
|
|
|
21678
21697
|
this.close(this.model);
|
|
21679
21698
|
}
|
|
21680
21699
|
}
|
|
21681
|
-
},
|
|
21682
|
-
function
|
|
21700
|
+
}, BC = { class: "header" }, zC = { class: "font-muted font-sm" }, HC = { class: "rolodex" };
|
|
21701
|
+
function qC(e, t, n, i, s, r) {
|
|
21683
21702
|
const a = y("flex-column"), l = y("flex-cell"), u = y("search"), f = y("ux-icon"), c = y("ux-button"), p = y("flex-row"), g = y("flex-header"), v = y("content-browser");
|
|
21684
21703
|
return o(), k(a, { class: "wrapper" }, {
|
|
21685
21704
|
default: m(() => [
|
|
@@ -21692,7 +21711,7 @@ function zC(e, t, n, i, s, r) {
|
|
|
21692
21711
|
s.definition ? (o(), d(S, { key: 0 }, [
|
|
21693
21712
|
h(g, null, {
|
|
21694
21713
|
default: m(() => [
|
|
21695
|
-
|
|
21714
|
+
x("div", BC, [
|
|
21696
21715
|
h(p, {
|
|
21697
21716
|
vcenter: "",
|
|
21698
21717
|
gap: ""
|
|
@@ -21700,13 +21719,13 @@ function zC(e, t, n, i, s, r) {
|
|
|
21700
21719
|
default: m(() => [
|
|
21701
21720
|
h(l, { shrink: "" }, {
|
|
21702
21721
|
default: m(() => [
|
|
21703
|
-
|
|
21722
|
+
x("h3", null, "Select " + b(r.maximum == 1 ? r.title : r.plural), 1)
|
|
21704
21723
|
]),
|
|
21705
21724
|
_: 1
|
|
21706
21725
|
}),
|
|
21707
21726
|
r.maximum ? (o(), k(l, { key: 0 }, {
|
|
21708
21727
|
default: m(() => [
|
|
21709
|
-
|
|
21728
|
+
x("span", zC, "(" + b(s.model.length) + " of " + b(r.maximum) + ")", 1)
|
|
21710
21729
|
]),
|
|
21711
21730
|
_: 1
|
|
21712
21731
|
})) : _("", !0),
|
|
@@ -21715,7 +21734,7 @@ function zC(e, t, n, i, s, r) {
|
|
|
21715
21734
|
s.showFilters ? _("", !0) : (o(), k(u, {
|
|
21716
21735
|
key: 0,
|
|
21717
21736
|
modelValue: s.search,
|
|
21718
|
-
"onUpdate:modelValue": t[0] || (t[0] = (
|
|
21737
|
+
"onUpdate:modelValue": t[0] || (t[0] = (w) => s.search = w),
|
|
21719
21738
|
loading: s.searching,
|
|
21720
21739
|
debounce: 500,
|
|
21721
21740
|
placeholder: "Keyword Search"
|
|
@@ -21727,7 +21746,7 @@ function zC(e, t, n, i, s, r) {
|
|
|
21727
21746
|
default: m(() => [
|
|
21728
21747
|
h(c, {
|
|
21729
21748
|
icon: e.$device.breakpoint.mobile,
|
|
21730
|
-
onClick: t[1] || (t[1] = (
|
|
21749
|
+
onClick: t[1] || (t[1] = (w) => s.showFilters = !s.showFilters)
|
|
21731
21750
|
}, {
|
|
21732
21751
|
default: m(() => [
|
|
21733
21752
|
e.$device.breakpoint.mobile ? (o(), k(f, {
|
|
@@ -21765,24 +21784,24 @@ function zC(e, t, n, i, s, r) {
|
|
|
21765
21784
|
}),
|
|
21766
21785
|
h(v, {
|
|
21767
21786
|
rolodexPrimary: r.rolodexPrimary,
|
|
21768
|
-
"onUpdate:rolodexPrimary": t[3] || (t[3] = (
|
|
21787
|
+
"onUpdate:rolodexPrimary": t[3] || (t[3] = (w) => r.rolodexPrimary = w),
|
|
21769
21788
|
showFilters: s.showFilters,
|
|
21770
21789
|
ref: "browser",
|
|
21771
21790
|
search: s.search,
|
|
21772
21791
|
"onClick:row": r.rowClicked,
|
|
21773
21792
|
maximum: e.options.maximum,
|
|
21774
21793
|
modelValue: s.model,
|
|
21775
|
-
"onUpdate:modelValue": t[4] || (t[4] = (
|
|
21794
|
+
"onUpdate:modelValue": t[4] || (t[4] = (w) => s.model = w),
|
|
21776
21795
|
type: e.options.type,
|
|
21777
21796
|
options: r.browserOptions
|
|
21778
21797
|
}, {
|
|
21779
21798
|
abovecontent: m(() => [
|
|
21780
21799
|
r.rolodexEnabled ? (o(), k(g, { key: 0 }, {
|
|
21781
21800
|
default: m(() => [
|
|
21782
|
-
|
|
21801
|
+
x("div", HC, [
|
|
21783
21802
|
h(c, {
|
|
21784
21803
|
size: "sm",
|
|
21785
|
-
onClick: t[2] || (t[2] = (
|
|
21804
|
+
onClick: t[2] || (t[2] = (w) => r.toggleRolodex("")),
|
|
21786
21805
|
icon: "",
|
|
21787
21806
|
color: r.rolodexPrimary ? "" : "primary"
|
|
21788
21807
|
}, {
|
|
@@ -21791,14 +21810,14 @@ function zC(e, t, n, i, s, r) {
|
|
|
21791
21810
|
]),
|
|
21792
21811
|
_: 1
|
|
21793
21812
|
}, 8, ["color"]),
|
|
21794
|
-
(o(!0), d(S, null, $(r.letters, (
|
|
21813
|
+
(o(!0), d(S, null, $(r.letters, (w) => (o(), k(c, {
|
|
21795
21814
|
size: "sm",
|
|
21796
|
-
onClick: (O) => r.toggleRolodex(
|
|
21815
|
+
onClick: (O) => r.toggleRolodex(w),
|
|
21797
21816
|
icon: "",
|
|
21798
|
-
color: r.rolodexPrimary ===
|
|
21817
|
+
color: r.rolodexPrimary === w ? "primary" : ""
|
|
21799
21818
|
}, {
|
|
21800
21819
|
default: m(() => [
|
|
21801
|
-
T(b(
|
|
21820
|
+
T(b(w), 1)
|
|
21802
21821
|
]),
|
|
21803
21822
|
_: 2
|
|
21804
21823
|
}, 1032, ["onClick", "color"]))), 256))
|
|
@@ -21815,8 +21834,8 @@ function zC(e, t, n, i, s, r) {
|
|
|
21815
21834
|
_: 1
|
|
21816
21835
|
});
|
|
21817
21836
|
}
|
|
21818
|
-
const
|
|
21819
|
-
const
|
|
21837
|
+
const GC = /* @__PURE__ */ V(RC, [["render", qC], ["__scopeId", "data-v-7eedb824"]]);
|
|
21838
|
+
const WC = {
|
|
21820
21839
|
components: {
|
|
21821
21840
|
ScopeSelect: b1
|
|
21822
21841
|
// Search,
|
|
@@ -21872,14 +21891,14 @@ const qC = {
|
|
|
21872
21891
|
this.close(this.model);
|
|
21873
21892
|
}
|
|
21874
21893
|
}
|
|
21875
|
-
},
|
|
21876
|
-
function
|
|
21894
|
+
}, KC = (e) => (lt("data-v-e905a558"), e = e(), ot(), e), YC = { class: "header" }, ZC = /* @__PURE__ */ KC(() => /* @__PURE__ */ x("h3", null, "Select Scopes", -1)), JC = { class: "padder" };
|
|
21895
|
+
function XC(e, t, n, i, s, r) {
|
|
21877
21896
|
const a = y("flex-cell"), l = y("ux-button"), u = y("flex-row"), f = y("flex-header"), c = y("scope-select"), p = y("flex-body"), g = y("flex-column");
|
|
21878
21897
|
return o(), k(g, { class: "wrapper" }, {
|
|
21879
21898
|
default: m(() => [
|
|
21880
21899
|
h(f, null, {
|
|
21881
21900
|
default: m(() => [
|
|
21882
|
-
|
|
21901
|
+
x("div", YC, [
|
|
21883
21902
|
h(u, {
|
|
21884
21903
|
vcenter: "",
|
|
21885
21904
|
gap: ""
|
|
@@ -21887,7 +21906,7 @@ function ZC(e, t, n, i, s, r) {
|
|
|
21887
21906
|
default: m(() => [
|
|
21888
21907
|
h(a, null, {
|
|
21889
21908
|
default: m(() => [
|
|
21890
|
-
|
|
21909
|
+
ZC
|
|
21891
21910
|
]),
|
|
21892
21911
|
_: 1
|
|
21893
21912
|
}),
|
|
@@ -21914,7 +21933,7 @@ function ZC(e, t, n, i, s, r) {
|
|
|
21914
21933
|
}),
|
|
21915
21934
|
h(p, { class: "scroll-body" }, {
|
|
21916
21935
|
default: m(() => [
|
|
21917
|
-
|
|
21936
|
+
x("div", JC, [
|
|
21918
21937
|
h(c, {
|
|
21919
21938
|
action: r.action,
|
|
21920
21939
|
type: r.type,
|
|
@@ -21929,8 +21948,8 @@ function ZC(e, t, n, i, s, r) {
|
|
|
21929
21948
|
_: 1
|
|
21930
21949
|
});
|
|
21931
21950
|
}
|
|
21932
|
-
const
|
|
21933
|
-
function
|
|
21951
|
+
const QC = /* @__PURE__ */ V(WC, [["render", XC], ["__scopeId", "data-v-e905a558"]]);
|
|
21952
|
+
function sE() {
|
|
21934
21953
|
var e = wr({
|
|
21935
21954
|
mounted: !1,
|
|
21936
21955
|
screen: {
|
|
@@ -22002,7 +22021,7 @@ function rE() {
|
|
|
22002
22021
|
n.removeEventListener("resize", e.resize), n = !1, t = !1, e.mounted = !1;
|
|
22003
22022
|
}, e;
|
|
22004
22023
|
}
|
|
22005
|
-
const
|
|
22024
|
+
const eE = `qik vue ui ${$o}`, fa = {
|
|
22006
22025
|
FlexColumn: Zd,
|
|
22007
22026
|
FlexBody: ec,
|
|
22008
22027
|
FlexHeader: ic,
|
|
@@ -22039,25 +22058,25 @@ const XC = `qik vue ui ${$o}`, fa = {
|
|
|
22039
22058
|
ProgressBar: mg,
|
|
22040
22059
|
UxModal: yC,
|
|
22041
22060
|
Compile: Ui
|
|
22042
|
-
},
|
|
22061
|
+
}, aE = {
|
|
22043
22062
|
install(e, t) {
|
|
22044
|
-
console.log(
|
|
22063
|
+
console.log(eE), t.date = Je, t.modals = wr([]), t.modal = function(n) {
|
|
22045
22064
|
return new Promise(function(i, s) {
|
|
22046
22065
|
n.id = t.modals.length, n.resolve = i, n.reject = s, t.modals.splice(n.id, 0, n);
|
|
22047
22066
|
});
|
|
22048
22067
|
}, t.prompt = function(n, i) {
|
|
22049
22068
|
return i = i || {}, i.model = i.model || {}, i.fields = n, t.modal({
|
|
22050
|
-
component:
|
|
22069
|
+
component: jC,
|
|
22051
22070
|
options: i
|
|
22052
22071
|
});
|
|
22053
22072
|
}, t.browse = function(n, i) {
|
|
22054
22073
|
return i = i || {}, i.type = n, i.model = i.model || [], t.modal({
|
|
22055
|
-
component:
|
|
22074
|
+
component: GC,
|
|
22056
22075
|
options: i
|
|
22057
22076
|
});
|
|
22058
22077
|
}, t.selectScopes = function(n) {
|
|
22059
22078
|
return n = n || {}, n.model = n.model || [], t.modal({
|
|
22060
|
-
component:
|
|
22079
|
+
component: QC,
|
|
22061
22080
|
options: n
|
|
22062
22081
|
});
|
|
22063
22082
|
}, t.confirm = function(n, i) {
|
|
@@ -22067,7 +22086,7 @@ const XC = `qik vue ui ${$o}`, fa = {
|
|
|
22067
22086
|
});
|
|
22068
22087
|
}, t.options = function(n, i, s) {
|
|
22069
22088
|
return t.modal({
|
|
22070
|
-
component:
|
|
22089
|
+
component: DC,
|
|
22071
22090
|
options: {
|
|
22072
22091
|
title: i,
|
|
22073
22092
|
description: s,
|
|
@@ -22091,7 +22110,7 @@ export {
|
|
|
22091
22110
|
Vx as CodeEditor,
|
|
22092
22111
|
fC as ContentBrowser,
|
|
22093
22112
|
Tg as DateRange,
|
|
22094
|
-
|
|
22113
|
+
sE as Device,
|
|
22095
22114
|
gk as FileDrop,
|
|
22096
22115
|
ec as FlexBody,
|
|
22097
22116
|
fc as FlexCell,
|
|
@@ -22104,13 +22123,13 @@ export {
|
|
|
22104
22123
|
El as Item,
|
|
22105
22124
|
Pn as ModalMixin,
|
|
22106
22125
|
Pt as NativeSelect,
|
|
22107
|
-
|
|
22126
|
+
iE as Pager,
|
|
22108
22127
|
Sc as Panel,
|
|
22109
22128
|
Cc as PanelBody,
|
|
22110
22129
|
Nc as PanelFooter,
|
|
22111
22130
|
Ic as PanelHeader,
|
|
22112
22131
|
mg as ProgressBar,
|
|
22113
|
-
|
|
22132
|
+
aE as QikUI,
|
|
22114
22133
|
$y as RememberScrollMixin,
|
|
22115
22134
|
b1 as ScopeSelect,
|
|
22116
22135
|
w1 as ScopeSelectButton,
|
|
@@ -22139,10 +22158,10 @@ export {
|
|
|
22139
22158
|
Df as UXTabset,
|
|
22140
22159
|
lg as UXVideo,
|
|
22141
22160
|
xC as UxConfirmModal,
|
|
22142
|
-
|
|
22161
|
+
GC as UxContentModal,
|
|
22143
22162
|
yC as UxModal,
|
|
22144
|
-
|
|
22145
|
-
|
|
22146
|
-
|
|
22163
|
+
DC as UxOptionsModal,
|
|
22164
|
+
jC as UxPromptModal,
|
|
22165
|
+
QC as UxScopeModal
|
|
22147
22166
|
};
|
|
22148
22167
|
//# sourceMappingURL=lib.es.js.map
|