@qikdev/vue-ui 0.2.102 → 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 +322 -309
- 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
|
}, [
|
|
@@ -11854,7 +11854,7 @@ function x1(e, t, n, i, s, r) {
|
|
|
11854
11854
|
onClick: r.openSelection
|
|
11855
11855
|
}, {
|
|
11856
11856
|
default: m(() => [
|
|
11857
|
-
|
|
11857
|
+
x("span", {
|
|
11858
11858
|
class: P({ "empty-text": r.empty })
|
|
11859
11859
|
}, b(r.summary), 3),
|
|
11860
11860
|
T(),
|
|
@@ -12162,7 +12162,7 @@ function j1(e, t, n, i, s, r) {
|
|
|
12162
12162
|
})
|
|
12163
12163
|
], !0)
|
|
12164
12164
|
])) : _("", !0),
|
|
12165
|
-
K(
|
|
12165
|
+
K(x("select", {
|
|
12166
12166
|
onFocus: t[0] || (t[0] = (...l) => e.touch && e.touch(...l)),
|
|
12167
12167
|
multiple: e.multiValue,
|
|
12168
12168
|
"onUpdate:modelValue": t[1] || (t[1] = (l) => e.model = l)
|
|
@@ -12273,7 +12273,7 @@ function X1(e, t, n, i, s, r) {
|
|
|
12273
12273
|
default: m(() => [
|
|
12274
12274
|
h(a, null, {
|
|
12275
12275
|
default: m(() => [
|
|
12276
|
-
|
|
12276
|
+
x("div", {
|
|
12277
12277
|
class: P(["ux-text-wrap", { prefixed: r.prefix, suffixed: r.suffix }])
|
|
12278
12278
|
}, [
|
|
12279
12279
|
r.prefix ? (o(), d("span", W1, b(r.prefix), 1)) : _("", !0),
|
|
@@ -12489,7 +12489,7 @@ function hb(e, t, n, i, s, r) {
|
|
|
12489
12489
|
default: m(() => [
|
|
12490
12490
|
h(a, null, {
|
|
12491
12491
|
default: m(() => [
|
|
12492
|
-
|
|
12492
|
+
x("div", ib, [
|
|
12493
12493
|
e.prefix ? (o(), d("span", sb, b(e.prefix), 1)) : _("", !0),
|
|
12494
12494
|
r.lazy ? K((o(), d("input", {
|
|
12495
12495
|
key: 1,
|
|
@@ -12606,7 +12606,7 @@ function hb(e, t, n, i, s, r) {
|
|
|
12606
12606
|
default: m(() => [
|
|
12607
12607
|
h(a, null, {
|
|
12608
12608
|
default: m(() => [
|
|
12609
|
-
|
|
12609
|
+
x("div", ub, [
|
|
12610
12610
|
e.prefix ? (o(), d("span", db, b(e.prefix), 1)) : _("", !0),
|
|
12611
12611
|
r.lazy ? K((o(), d("input", {
|
|
12612
12612
|
key: 1,
|
|
@@ -12724,7 +12724,7 @@ function kb(e, t, n, i, s, r) {
|
|
|
12724
12724
|
default: m(() => [
|
|
12725
12725
|
h(a, null, {
|
|
12726
12726
|
default: m(() => [
|
|
12727
|
-
K(
|
|
12727
|
+
K(x("textarea", {
|
|
12728
12728
|
contenteditable: "",
|
|
12729
12729
|
onFocus: t[0] || (t[0] = (...g) => e.touch && e.touch(...g)),
|
|
12730
12730
|
ref_for: !0,
|
|
@@ -12846,7 +12846,7 @@ function Eb(e, t, n, i, s, r) {
|
|
|
12846
12846
|
default: m(() => [
|
|
12847
12847
|
h(a, null, {
|
|
12848
12848
|
default: m(() => [
|
|
12849
|
-
K(
|
|
12849
|
+
K(x("input", {
|
|
12850
12850
|
type: "datetime-local",
|
|
12851
12851
|
class: "ux-field-focus ux-text-input-multiple",
|
|
12852
12852
|
onFocus: t[0] || (t[0] = (...g) => e.touch && e.touch(...g)),
|
|
@@ -12951,7 +12951,7 @@ function Nb(e, t, n, i, s, r) {
|
|
|
12951
12951
|
default: m(() => [
|
|
12952
12952
|
h(a, null, {
|
|
12953
12953
|
default: m(() => [
|
|
12954
|
-
K(
|
|
12954
|
+
K(x("input", {
|
|
12955
12955
|
type: "time",
|
|
12956
12956
|
class: "ux-field-focus ux-text-input-multiple",
|
|
12957
12957
|
onFocus: t[0] || (t[0] = (...g) => e.touch && e.touch(...g)),
|
|
@@ -13188,7 +13188,7 @@ function Yb(e, t, n, i, s, r) {
|
|
|
13188
13188
|
}),
|
|
13189
13189
|
h(l, { vcenter: "" }, {
|
|
13190
13190
|
default: m(() => [
|
|
13191
|
-
|
|
13191
|
+
x("div", null, [
|
|
13192
13192
|
e.showLabel ? (o(), d("label", Gb, [
|
|
13193
13193
|
T(b(e.label) + " ", 1),
|
|
13194
13194
|
e.required ? (o(), d("span", Wb, "*")) : _("", !0)
|
|
@@ -13557,7 +13557,7 @@ const r0 = {
|
|
|
13557
13557
|
class: "filter-condition"
|
|
13558
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 };
|
|
13559
13559
|
function y0(e, t, n, i, s, r) {
|
|
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"),
|
|
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");
|
|
13561
13561
|
return s.comparators ? (o(), d("div", i0, [
|
|
13562
13562
|
h(c, {
|
|
13563
13563
|
gap: "",
|
|
@@ -13755,7 +13755,7 @@ function y0(e, t, n, i, s, r) {
|
|
|
13755
13755
|
onClick: t[20] || (t[20] = (A) => e.$emit("remove"))
|
|
13756
13756
|
}, {
|
|
13757
13757
|
default: m(() => [
|
|
13758
|
-
h(
|
|
13758
|
+
h(w, { icon: "fa-times" })
|
|
13759
13759
|
]),
|
|
13760
13760
|
_: 1
|
|
13761
13761
|
})
|
|
@@ -13896,16 +13896,16 @@ const g0 = {
|
|
|
13896
13896
|
}, v0 = {
|
|
13897
13897
|
key: 0,
|
|
13898
13898
|
class: "filter-rule"
|
|
13899
|
-
}, 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" };
|
|
13900
13900
|
function S0(e, t, n, i, s, r) {
|
|
13901
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");
|
|
13902
13902
|
return n.definition ? (o(), d("div", v0, [
|
|
13903
|
-
|
|
13903
|
+
x("div", b0, [
|
|
13904
13904
|
h(c, null, {
|
|
13905
13905
|
default: m(() => [
|
|
13906
13906
|
h(l, null, {
|
|
13907
13907
|
default: m(() => [
|
|
13908
|
-
|
|
13908
|
+
x("div", k0, [
|
|
13909
13909
|
T(" Match "),
|
|
13910
13910
|
h(a, {
|
|
13911
13911
|
modelValue: s.model.operator,
|
|
@@ -13956,7 +13956,7 @@ function S0(e, t, n, i, s, r) {
|
|
|
13956
13956
|
}, {
|
|
13957
13957
|
default: m(() => [
|
|
13958
13958
|
x0,
|
|
13959
|
-
|
|
13959
|
+
x("div", w0, b(s.model.operator), 1)
|
|
13960
13960
|
]),
|
|
13961
13961
|
_: 2
|
|
13962
13962
|
}, 1032, ["class"])) : _("", !0),
|
|
@@ -13965,9 +13965,9 @@ function S0(e, t, n, i, s, r) {
|
|
|
13965
13965
|
h(p, {
|
|
13966
13966
|
enableRemove: s.model.filters.length > 1,
|
|
13967
13967
|
fields: r.fields,
|
|
13968
|
-
onRemove: (
|
|
13968
|
+
onRemove: (w) => r.removeCondition(v),
|
|
13969
13969
|
modelValue: s.model.filters[v],
|
|
13970
|
-
"onUpdate:modelValue": (
|
|
13970
|
+
"onUpdate:modelValue": (w) => s.model.filters[v] = w
|
|
13971
13971
|
}, null, 8, ["enableRemove", "fields", "onRemove", "modelValue", "onUpdate:modelValue"])
|
|
13972
13972
|
]),
|
|
13973
13973
|
_: 2
|
|
@@ -14091,9 +14091,9 @@ function A0(e, t, n, i, s, r) {
|
|
|
14091
14091
|
default: m(() => [
|
|
14092
14092
|
h(f, null, {
|
|
14093
14093
|
default: m(() => [
|
|
14094
|
-
|
|
14094
|
+
x("div", V0, [
|
|
14095
14095
|
s.model && s.model.filters && s.model.filters.length ? (o(), d("div", C0, [
|
|
14096
|
-
|
|
14096
|
+
x("div", E0, [
|
|
14097
14097
|
T(" Match "),
|
|
14098
14098
|
h(a, {
|
|
14099
14099
|
modelValue: s.model.operator,
|
|
@@ -14316,7 +14316,7 @@ const U0 = {
|
|
|
14316
14316
|
};
|
|
14317
14317
|
function z0(e, t, n, i, s, r) {
|
|
14318
14318
|
return o(), d("div", j0, [
|
|
14319
|
-
K(
|
|
14319
|
+
K(x("input", {
|
|
14320
14320
|
ref: "range",
|
|
14321
14321
|
min: n.min,
|
|
14322
14322
|
step: n.step,
|
|
@@ -14327,7 +14327,7 @@ function z0(e, t, n, i, s, r) {
|
|
|
14327
14327
|
}, null, 8, R0), [
|
|
14328
14328
|
[se, s.model]
|
|
14329
14329
|
]),
|
|
14330
|
-
|
|
14330
|
+
x("output", B0, null, 512)
|
|
14331
14331
|
]);
|
|
14332
14332
|
}
|
|
14333
14333
|
const H0 = /* @__PURE__ */ V(U0, [["render", z0], ["__scopeId", "data-v-4bf812c1"]]);
|
|
@@ -14412,7 +14412,7 @@ function X0(e, t, n, i, s, r) {
|
|
|
14412
14412
|
}, 1024),
|
|
14413
14413
|
h(l, { shrink: "" }, {
|
|
14414
14414
|
default: m(() => [
|
|
14415
|
-
|
|
14415
|
+
x("span", Z0, b(r.sliderPrefix) + b(e.model[g]) + b(r.sliderSuffix), 1)
|
|
14416
14416
|
]),
|
|
14417
14417
|
_: 2
|
|
14418
14418
|
}, 1024)
|
|
@@ -14477,7 +14477,7 @@ function X0(e, t, n, i, s, r) {
|
|
|
14477
14477
|
}),
|
|
14478
14478
|
h(l, { shrink: "" }, {
|
|
14479
14479
|
default: m(() => [
|
|
14480
|
-
|
|
14480
|
+
x("span", J0, b(r.sliderPrefix) + b(e.model) + b(r.sliderSuffix), 1)
|
|
14481
14481
|
]),
|
|
14482
14482
|
_: 1
|
|
14483
14483
|
})
|
|
@@ -14532,7 +14532,7 @@ function lk(e, t, n, i, s, r) {
|
|
|
14532
14532
|
default: m(() => [
|
|
14533
14533
|
h(a, { shrink: "" }, {
|
|
14534
14534
|
default: m(() => [
|
|
14535
|
-
K(
|
|
14535
|
+
K(x("input", {
|
|
14536
14536
|
type: "color",
|
|
14537
14537
|
class: "ux-field-focus ux-color-input ux-color-input-multiple",
|
|
14538
14538
|
onFocus: t[0] || (t[0] = (...g) => e.touch && e.touch(...g)),
|
|
@@ -14547,7 +14547,7 @@ function lk(e, t, n, i, s, r) {
|
|
|
14547
14547
|
}, 1024),
|
|
14548
14548
|
h(a, null, {
|
|
14549
14549
|
default: m(() => [
|
|
14550
|
-
K(
|
|
14550
|
+
K(x("input", {
|
|
14551
14551
|
type: "text",
|
|
14552
14552
|
class: "ux-field-focus ux-text-input-multiple",
|
|
14553
14553
|
onFocus: t[1] || (t[1] = (...g) => e.touch && e.touch(...g)),
|
|
@@ -14599,7 +14599,7 @@ function lk(e, t, n, i, s, r) {
|
|
|
14599
14599
|
default: m(() => [
|
|
14600
14600
|
h(a, { shrink: "" }, {
|
|
14601
14601
|
default: m(() => [
|
|
14602
|
-
K(
|
|
14602
|
+
K(x("input", {
|
|
14603
14603
|
type: "color",
|
|
14604
14604
|
class: "ux-field-focus ux-color-input ux-color-input-single",
|
|
14605
14605
|
onFocus: t[3] || (t[3] = (...c) => e.touch && e.touch(...c)),
|
|
@@ -14612,7 +14612,7 @@ function lk(e, t, n, i, s, r) {
|
|
|
14612
14612
|
}),
|
|
14613
14613
|
h(a, null, {
|
|
14614
14614
|
default: m(() => [
|
|
14615
|
-
K(
|
|
14615
|
+
K(x("input", {
|
|
14616
14616
|
type: "text",
|
|
14617
14617
|
class: "ux-field-focus ux-text-input-single",
|
|
14618
14618
|
onFocus: t[5] || (t[5] = (...c) => e.touch && e.touch(...c)),
|
|
@@ -14696,7 +14696,7 @@ function mk(e, t, n, i, s, r) {
|
|
|
14696
14696
|
}),
|
|
14697
14697
|
h(l, { vcenter: "" }, {
|
|
14698
14698
|
default: m(() => [
|
|
14699
|
-
|
|
14699
|
+
x("div", null, [
|
|
14700
14700
|
e.showLabel ? (o(), d("label", dk, [
|
|
14701
14701
|
T(b(e.label) + " ", 1),
|
|
14702
14702
|
e.required ? (o(), d("span", ck, "*")) : _("", !0)
|
|
@@ -14764,14 +14764,14 @@ function _k(e, t, n, i, s, r) {
|
|
|
14764
14764
|
onDragleave: t[3] || (t[3] = q((...l) => r.fileout && r.fileout(...l), ["prevent", "stop"])),
|
|
14765
14765
|
onDrop: t[4] || (t[4] = q((...l) => r.filedrop && r.filedrop(...l), ["prevent", "stop"]))
|
|
14766
14766
|
}, [
|
|
14767
|
-
|
|
14767
|
+
x("input", {
|
|
14768
14768
|
ref: "file",
|
|
14769
14769
|
accept: n.accept,
|
|
14770
14770
|
type: "file",
|
|
14771
14771
|
multiple: n.multiple,
|
|
14772
14772
|
onChange: t[0] || (t[0] = (l) => r.filesSelected(l.target.files))
|
|
14773
14773
|
}, null, 40, yk),
|
|
14774
|
-
|
|
14774
|
+
x("div", {
|
|
14775
14775
|
class: "file-drop-ux",
|
|
14776
14776
|
onClick: t[1] || (t[1] = (...l) => r.clicked && r.clicked(...l))
|
|
14777
14777
|
}, [
|
|
@@ -14914,8 +14914,8 @@ function Tk(e, t, n, i, s, r) {
|
|
|
14914
14914
|
default: m(() => [
|
|
14915
14915
|
h(l, null, {
|
|
14916
14916
|
default: m(() => [
|
|
14917
|
-
|
|
14918
|
-
|
|
14917
|
+
x("strong", null, b(g.name), 1),
|
|
14918
|
+
x("div", Sk, b(r.filesize(g.size)), 1),
|
|
14919
14919
|
h(a, {
|
|
14920
14920
|
value: g.progress
|
|
14921
14921
|
}, null, 8, ["value"])
|
|
@@ -14926,7 +14926,7 @@ function Tk(e, t, n, i, s, r) {
|
|
|
14926
14926
|
default: m(() => [
|
|
14927
14927
|
h(f, {
|
|
14928
14928
|
icon: "",
|
|
14929
|
-
onClick: (
|
|
14929
|
+
onClick: (w) => r.remove(v)
|
|
14930
14930
|
}, {
|
|
14931
14931
|
default: m(() => [
|
|
14932
14932
|
h(u, { icon: "fa-times" })
|
|
@@ -15074,7 +15074,7 @@ const Vk = {
|
|
|
15074
15074
|
class: "ux-field-description"
|
|
15075
15075
|
};
|
|
15076
15076
|
function Lk(e, t, n, i, s, r) {
|
|
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"),
|
|
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");
|
|
15078
15078
|
return e.multiValue ? (o(), d("div", Ck, [
|
|
15079
15079
|
r.showLabel ? (o(), d("div", Ek, [
|
|
15080
15080
|
r.showLabel ? (o(), d("label", Ak, [
|
|
@@ -15083,7 +15083,7 @@ function Lk(e, t, n, i, s, r) {
|
|
|
15083
15083
|
])) : _("", !0),
|
|
15084
15084
|
e.showDescription ? (o(), d("div", Ik, b(e.description), 1)) : _("", !0)
|
|
15085
15085
|
])) : _("", !0),
|
|
15086
|
-
r.reorderable ? (o(), k(
|
|
15086
|
+
r.reorderable ? (o(), k(w, {
|
|
15087
15087
|
key: 1,
|
|
15088
15088
|
modelValue: e.model,
|
|
15089
15089
|
"onUpdate:modelValue": t[1] || (t[1] = (O) => e.model = O),
|
|
@@ -15116,8 +15116,8 @@ function Lk(e, t, n, i, s, r) {
|
|
|
15116
15116
|
})) : _("", !0),
|
|
15117
15117
|
h(l, { vcenter: "" }, {
|
|
15118
15118
|
default: m(() => [
|
|
15119
|
-
|
|
15120
|
-
|
|
15119
|
+
x("div", null, [
|
|
15120
|
+
x("strong", null, b(r.multiLabel(O, A)), 1)
|
|
15121
15121
|
])
|
|
15122
15122
|
]),
|
|
15123
15123
|
_: 2
|
|
@@ -15218,8 +15218,8 @@ function Lk(e, t, n, i, s, r) {
|
|
|
15218
15218
|
})) : _("", !0),
|
|
15219
15219
|
h(l, { vcenter: "" }, {
|
|
15220
15220
|
default: m(() => [
|
|
15221
|
-
|
|
15222
|
-
|
|
15221
|
+
x("div", null, [
|
|
15222
|
+
x("strong", null, b(r.multiLabel(O, A)), 1)
|
|
15223
15223
|
])
|
|
15224
15224
|
]),
|
|
15225
15225
|
_: 2
|
|
@@ -15323,8 +15323,8 @@ function Lk(e, t, n, i, s, r) {
|
|
|
15323
15323
|
default: m(() => [
|
|
15324
15324
|
h(l, { vcenter: "" }, {
|
|
15325
15325
|
default: m(() => [
|
|
15326
|
-
|
|
15327
|
-
|
|
15326
|
+
x("div", null, [
|
|
15327
|
+
x("strong", null, b(e.label), 1)
|
|
15328
15328
|
])
|
|
15329
15329
|
]),
|
|
15330
15330
|
_: 1
|
|
@@ -15400,7 +15400,7 @@ function Lk(e, t, n, i, s, r) {
|
|
|
15400
15400
|
}))
|
|
15401
15401
|
], 64)) : (o(), d(S, { key: 1 }, [
|
|
15402
15402
|
r.showLabel ? (o(), d("div", Fk, [
|
|
15403
|
-
|
|
15403
|
+
x("div", Dk, [
|
|
15404
15404
|
r.showLabel ? (o(), d("label", $k, b(e.title), 1)) : _("", !0),
|
|
15405
15405
|
e.showDescription ? (o(), d("div", Nk, b(e.description), 1)) : _("", !0)
|
|
15406
15406
|
]),
|
|
@@ -15456,7 +15456,7 @@ const Pk = /* @__PURE__ */ V(Vk, [["render", Lk], ["__scopeId", "data-v-a6158951
|
|
|
15456
15456
|
};
|
|
15457
15457
|
function jk(e, t, n, i, s, r) {
|
|
15458
15458
|
return G(e.$slots, "default", { plainValue: r.plainValue }, () => [
|
|
15459
|
-
|
|
15459
|
+
x("pre", null, b(n.option), 1)
|
|
15460
15460
|
]);
|
|
15461
15461
|
}
|
|
15462
15462
|
const Rk = /* @__PURE__ */ V(Uk, [["render", jk]]);
|
|
@@ -15552,7 +15552,7 @@ function Kk(e, t, n, i, s, r) {
|
|
|
15552
15552
|
e.required ? (o(), d("span", qk, "*")) : _("", !0)
|
|
15553
15553
|
])) : _("", !0),
|
|
15554
15554
|
e.showDescription ? (o(), d("div", Gk, b(e.description), 1)) : _("", !0),
|
|
15555
|
-
|
|
15555
|
+
x("div", Wk, [
|
|
15556
15556
|
(o(!0), d(S, null, $(e.selectableOptions, (f) => (o(), k(u, { option: f }, {
|
|
15557
15557
|
default: m(({ plainValue: c }) => [
|
|
15558
15558
|
h(l, {
|
|
@@ -15614,7 +15614,7 @@ function nx(e, t, n, i, s, r) {
|
|
|
15614
15614
|
default: m(() => [
|
|
15615
15615
|
h(a, null, {
|
|
15616
15616
|
default: m(() => [
|
|
15617
|
-
|
|
15617
|
+
x("pre", null, b(c), 1)
|
|
15618
15618
|
]),
|
|
15619
15619
|
_: 2
|
|
15620
15620
|
}, 1024),
|
|
@@ -15731,7 +15731,7 @@ const ix = {
|
|
|
15731
15731
|
}, lx = {
|
|
15732
15732
|
key: 1,
|
|
15733
15733
|
class: "ux-field-description"
|
|
15734
|
-
}, 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));
|
|
15735
15735
|
function kx(e, t, n, i, s, r) {
|
|
15736
15736
|
const a = y("flex-cell"), l = y("ux-icon"), u = y("ux-button"), f = y("flex-row");
|
|
15737
15737
|
return o(), d(S, null, [
|
|
@@ -15748,7 +15748,7 @@ function kx(e, t, n, i, s, r) {
|
|
|
15748
15748
|
default: m(() => [
|
|
15749
15749
|
h(a, null, {
|
|
15750
15750
|
default: m(() => [
|
|
15751
|
-
|
|
15751
|
+
x("div", ux, [
|
|
15752
15752
|
dx,
|
|
15753
15753
|
r.lazy ? K((o(), d("input", {
|
|
15754
15754
|
key: 0,
|
|
@@ -15789,7 +15789,7 @@ function kx(e, t, n, i, s, r) {
|
|
|
15789
15789
|
}, 1024),
|
|
15790
15790
|
h(a, null, {
|
|
15791
15791
|
default: m(() => [
|
|
15792
|
-
|
|
15792
|
+
x("div", mx, [
|
|
15793
15793
|
hx,
|
|
15794
15794
|
r.lazy ? K((o(), d("input", {
|
|
15795
15795
|
key: 0,
|
|
@@ -15866,7 +15866,7 @@ function kx(e, t, n, i, s, r) {
|
|
|
15866
15866
|
default: m(() => [
|
|
15867
15867
|
h(a, null, {
|
|
15868
15868
|
default: m(() => [
|
|
15869
|
-
|
|
15869
|
+
x("div", _x, [
|
|
15870
15870
|
gx,
|
|
15871
15871
|
r.lazy ? K((o(), d("input", {
|
|
15872
15872
|
key: 0,
|
|
@@ -15905,7 +15905,7 @@ function kx(e, t, n, i, s, r) {
|
|
|
15905
15905
|
}),
|
|
15906
15906
|
h(a, null, {
|
|
15907
15907
|
default: m(() => [
|
|
15908
|
-
|
|
15908
|
+
x("div", vx, [
|
|
15909
15909
|
bx,
|
|
15910
15910
|
r.lazy ? K((o(), d("input", {
|
|
15911
15911
|
key: 0,
|
|
@@ -16053,7 +16053,7 @@ function Ox(e, t, n, i, s, r) {
|
|
|
16053
16053
|
return s.mounted ? (o(), k(p, { key: 0 }, {
|
|
16054
16054
|
default: m(() => [
|
|
16055
16055
|
n.tokens.length ? (o(), d("div", Sx, [
|
|
16056
|
-
|
|
16056
|
+
x("div", {
|
|
16057
16057
|
class: "tokens-header",
|
|
16058
16058
|
onClick: t[0] || (t[0] = (g) => s.showTokens = !s.showTokens)
|
|
16059
16059
|
}, [
|
|
@@ -16164,7 +16164,7 @@ function $x(e, t, n, i, s, r) {
|
|
|
16164
16164
|
default: m(() => [
|
|
16165
16165
|
h(l, null, {
|
|
16166
16166
|
default: m(() => [
|
|
16167
|
-
|
|
16167
|
+
x("div", Fx, [
|
|
16168
16168
|
h(a, {
|
|
16169
16169
|
lang: r.syntax,
|
|
16170
16170
|
onFocus: e.touch,
|
|
@@ -16266,7 +16266,7 @@ function Hx(e, t, n, i, s, r) {
|
|
|
16266
16266
|
default: m(() => [
|
|
16267
16267
|
h(l, null, {
|
|
16268
16268
|
default: m(() => [
|
|
16269
|
-
|
|
16269
|
+
x("div", Bx, [
|
|
16270
16270
|
h(a, {
|
|
16271
16271
|
field: e.field,
|
|
16272
16272
|
onFocus: e.touch,
|
|
@@ -16421,7 +16421,7 @@ function nw(e, t, n, i, s, r) {
|
|
|
16421
16421
|
default: m(() => [
|
|
16422
16422
|
h(l, null, {
|
|
16423
16423
|
default: m(() => [
|
|
16424
|
-
|
|
16424
|
+
x("div", ew, [
|
|
16425
16425
|
h(a, {
|
|
16426
16426
|
onFocus: e.touch,
|
|
16427
16427
|
ref_for: !0,
|
|
@@ -16486,7 +16486,7 @@ var vr = {}, iw = {
|
|
|
16486
16486
|
};
|
|
16487
16487
|
(function(e, t) {
|
|
16488
16488
|
(function(n) {
|
|
16489
|
-
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) {
|
|
16490
16490
|
var nt = new Error(N + " at character " + C);
|
|
16491
16491
|
throw nt.index = C, nt.description = N, nt;
|
|
16492
16492
|
}, Ee = !0, ke = { "-": Ee, "!": Ee, "~": Ee, "+": Ee }, xe = {
|
|
@@ -16586,7 +16586,7 @@ var vr = {}, iw = {
|
|
|
16586
16586
|
return E;
|
|
16587
16587
|
}, Un = function() {
|
|
16588
16588
|
var E, L, Y;
|
|
16589
|
-
if (rt(), E = de(C), yt(E) || E ===
|
|
16589
|
+
if (rt(), E = de(C), yt(E) || E === w)
|
|
16590
16590
|
return To();
|
|
16591
16591
|
if (E === A || E === W)
|
|
16592
16592
|
return Oo();
|
|
@@ -16606,7 +16606,7 @@ var vr = {}, iw = {
|
|
|
16606
16606
|
}, To = function() {
|
|
16607
16607
|
for (var E = "", L, Y; yt(de(C)); )
|
|
16608
16608
|
E += Ae(C++);
|
|
16609
|
-
if (de(C) ===
|
|
16609
|
+
if (de(C) === w)
|
|
16610
16610
|
for (E += Ae(C++); yt(de(C)); )
|
|
16611
16611
|
E += Ae(C++);
|
|
16612
16612
|
if (L = Ae(C), L === "e" || L === "E") {
|
|
@@ -16614,7 +16614,7 @@ var vr = {}, iw = {
|
|
|
16614
16614
|
E += Ae(C++);
|
|
16615
16615
|
yt(de(C - 1)) || z("Expected exponent (" + E + Ae(C) + ")", C);
|
|
16616
16616
|
}
|
|
16617
|
-
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), {
|
|
16618
16618
|
type: a,
|
|
16619
16619
|
value: parseFloat(E),
|
|
16620
16620
|
raw: E
|
|
@@ -16685,8 +16685,8 @@ var vr = {}, iw = {
|
|
|
16685
16685
|
return Vt || z("Expected " + String.fromCharCode(E), C), Y;
|
|
16686
16686
|
}, Vo = function() {
|
|
16687
16687
|
var E, L;
|
|
16688
|
-
for (E = de(C), E === Q ? L = Co() : L = Gi(), rt(), E = de(C); E ===
|
|
16689
|
-
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 = {
|
|
16690
16690
|
type: r,
|
|
16691
16691
|
computed: !1,
|
|
16692
16692
|
object: L,
|
|
@@ -17371,12 +17371,12 @@ const E2 = Array.from({ length: 6 }, (e, t) => new Date().getFullYear() + t).map
|
|
|
17371
17371
|
};
|
|
17372
17372
|
}
|
|
17373
17373
|
}
|
|
17374
|
-
}, 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 = {
|
|
17375
17375
|
key: 0,
|
|
17376
17376
|
class: "grand-total"
|
|
17377
|
-
}, L2 = /* @__PURE__ */ Ln(() => /* @__PURE__ */
|
|
17378
|
-
/* @__PURE__ */
|
|
17379
|
-
], -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));
|
|
17380
17380
|
function j2(e, t, n, i, s, r) {
|
|
17381
17381
|
const a = y("ux-form"), l = y("ux-panel-body"), u = y("ux-panel"), f = y("ux-icon"), c = y("ux-button");
|
|
17382
17382
|
return e.multiValue ? (o(), d(S, { key: 0 }, [
|
|
@@ -17401,30 +17401,30 @@ function j2(e, t, n, i, s, r) {
|
|
|
17401
17401
|
default: m(() => [
|
|
17402
17402
|
h(l, null, {
|
|
17403
17403
|
default: m(() => [
|
|
17404
|
-
|
|
17405
|
-
|
|
17404
|
+
x("table", I2, [
|
|
17405
|
+
x("tbody", null, [
|
|
17406
17406
|
r.baseAmount ? (o(), d("tr", {
|
|
17407
17407
|
key: 0,
|
|
17408
17408
|
class: P(["calculation-modifier", ["modifier-set", `modifier-visible-${r.baseAmountVisible}`]])
|
|
17409
17409
|
}, [
|
|
17410
17410
|
F2,
|
|
17411
|
-
|
|
17412
|
-
|
|
17411
|
+
x("td", null, b(r.formattedBaseAmount), 1),
|
|
17412
|
+
x("td", D2, b(r.formattedBaseAmount), 1)
|
|
17413
17413
|
], 2)) : _("", !0),
|
|
17414
17414
|
(o(!0), d(S, null, $(r.visibleModifications, (p) => (o(), d("tr", {
|
|
17415
17415
|
class: P(["calculation-modifier", [`modifier-${p.modifier}`, `modifier-visible-${p.visible}`]])
|
|
17416
17416
|
}, [
|
|
17417
|
-
|
|
17418
|
-
|
|
17419
|
-
|
|
17417
|
+
x("td", null, b(p.title), 1),
|
|
17418
|
+
x("td", null, b(p.summary), 1),
|
|
17419
|
+
x("td", $2, b(p.result), 1)
|
|
17420
17420
|
], 2))), 256))
|
|
17421
17421
|
]),
|
|
17422
|
-
|
|
17422
|
+
x("tfoot", null, [
|
|
17423
17423
|
r.baseAmount ? (o(), d("tr", N2, [
|
|
17424
17424
|
L2,
|
|
17425
17425
|
P2,
|
|
17426
|
-
|
|
17427
|
-
|
|
17426
|
+
x("td", null, [
|
|
17427
|
+
x("strong", null, b(r.formattedTotal), 1)
|
|
17428
17428
|
])
|
|
17429
17429
|
])) : _("", !0)
|
|
17430
17430
|
])
|
|
@@ -17584,7 +17584,7 @@ function J2(e, t, n, i, s, r) {
|
|
|
17584
17584
|
})
|
|
17585
17585
|
], !0)
|
|
17586
17586
|
])) : _("", !0),
|
|
17587
|
-
K(
|
|
17587
|
+
K(x("select", {
|
|
17588
17588
|
onFocus: t[0] || (t[0] = (...l) => e.touch && e.touch(...l)),
|
|
17589
17589
|
multiple: e.multiValue,
|
|
17590
17590
|
"onUpdate:modelValue": t[1] || (t[1] = (l) => e.model = l)
|
|
@@ -17707,7 +17707,7 @@ function oT(e, t, n, i, s, r) {
|
|
|
17707
17707
|
})
|
|
17708
17708
|
], !0)
|
|
17709
17709
|
])) : _("", !0),
|
|
17710
|
-
K(
|
|
17710
|
+
K(x("select", {
|
|
17711
17711
|
onFocus: t[0] || (t[0] = (...l) => e.touch && e.touch(...l)),
|
|
17712
17712
|
multiple: e.multiValue,
|
|
17713
17713
|
"onUpdate:modelValue": t[1] || (t[1] = (l) => e.model = l)
|
|
@@ -18253,7 +18253,7 @@ const cT = {
|
|
|
18253
18253
|
class: "ux-field-message"
|
|
18254
18254
|
};
|
|
18255
18255
|
function mT(e, t, n, i, s, r) {
|
|
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"),
|
|
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");
|
|
18257
18257
|
return r.visible ? (o(), d("div", {
|
|
18258
18258
|
key: 0,
|
|
18259
18259
|
class: P(["ux-field", r.classes]),
|
|
@@ -18317,7 +18317,7 @@ function mT(e, t, n, i, s, r) {
|
|
|
18317
18317
|
modelValue: r.fieldModel,
|
|
18318
18318
|
"onUpdate:modelValue": t[7] || (t[7] = (I) => r.fieldModel = I)
|
|
18319
18319
|
}, null, 8, ["onTouched", "field", "modelValue"])) : _("", !0),
|
|
18320
|
-
r.widget == "upload" ? (o(), k(
|
|
18320
|
+
r.widget == "upload" ? (o(), k(w, {
|
|
18321
18321
|
key: 9,
|
|
18322
18322
|
onTouched: r.touch,
|
|
18323
18323
|
field: r.actualField,
|
|
@@ -19221,7 +19221,7 @@ const si = "form.ready", VO = "form.processing", oa = "form.complete", ua = "for
|
|
|
19221
19221
|
return this.form.fields || [];
|
|
19222
19222
|
}
|
|
19223
19223
|
}
|
|
19224
|
-
}, 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"];
|
|
19225
19225
|
function LO(e, t, n, i, s, r) {
|
|
19226
19226
|
var v;
|
|
19227
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");
|
|
@@ -19232,9 +19232,9 @@ function LO(e, t, n, i, s, r) {
|
|
|
19232
19232
|
MO,
|
|
19233
19233
|
s.error.message ? (o(), d("pre", IO, b(s.error.message), 1)) : _("", !0),
|
|
19234
19234
|
(v = s.error.data) != null && v.errors ? (o(), d("div", FO, [
|
|
19235
|
-
(o(!0), d(S, null, $(s.error.data.errors, (
|
|
19236
|
-
key:
|
|
19237
|
-
}, 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))
|
|
19238
19238
|
])) : (o(), d("pre", DO, b(s.error), 1)),
|
|
19239
19239
|
h(l, {
|
|
19240
19240
|
color: "primary",
|
|
@@ -19280,16 +19280,16 @@ function LO(e, t, n, i, s, r) {
|
|
|
19280
19280
|
"instance-options": r.stripeIntent.instanceOptions,
|
|
19281
19281
|
"elements-options": r.stripeIntent.elementOptions
|
|
19282
19282
|
}, {
|
|
19283
|
-
default: m(({ elements:
|
|
19283
|
+
default: m(({ elements: w, instance: O }) => [
|
|
19284
19284
|
h(c, {
|
|
19285
19285
|
ref: "stripePayment",
|
|
19286
19286
|
type: "payment",
|
|
19287
|
-
elements:
|
|
19287
|
+
elements: w
|
|
19288
19288
|
}, null, 8, ["elements"])
|
|
19289
19289
|
]),
|
|
19290
19290
|
_: 1
|
|
19291
19291
|
}, 8, ["stripe-key", "instance-options", "elements-options"])) : _("", !0),
|
|
19292
|
-
|
|
19292
|
+
x("div", $O, [
|
|
19293
19293
|
h(l, {
|
|
19294
19294
|
color: "primary",
|
|
19295
19295
|
onClick: r.confirmIntention
|
|
@@ -19308,11 +19308,11 @@ function LO(e, t, n, i, s, r) {
|
|
|
19308
19308
|
ref: "form",
|
|
19309
19309
|
paymentConfiguration: r.paymentConfiguration,
|
|
19310
19310
|
modelValue: s.model,
|
|
19311
|
-
"onUpdate:modelValue": t[0] || (t[0] = (
|
|
19311
|
+
"onUpdate:modelValue": t[0] || (t[0] = (w) => s.model = w),
|
|
19312
19312
|
"onForm:state": r.formStateUpdated,
|
|
19313
19313
|
fields: r.formFields
|
|
19314
19314
|
}, null, 8, ["sandbox", "paymentConfiguration", "modelValue", "onForm:state", "fields"]),
|
|
19315
|
-
|
|
19315
|
+
x("span", { tooltip: r.tooltip }, [
|
|
19316
19316
|
h(l, {
|
|
19317
19317
|
disabled: r.buttonDisabled,
|
|
19318
19318
|
color: "primary",
|
|
@@ -19394,13 +19394,13 @@ const PO = {
|
|
|
19394
19394
|
function RO(e, t, n, i, s, r) {
|
|
19395
19395
|
const a = y("ux-icon");
|
|
19396
19396
|
return o(), d("div", UO, [
|
|
19397
|
-
K(
|
|
19397
|
+
K(x("input", {
|
|
19398
19398
|
"onUpdate:modelValue": t[0] || (t[0] = (l) => r.model = l),
|
|
19399
19399
|
placeholder: n.placeholder
|
|
19400
19400
|
}, null, 8, jO), [
|
|
19401
19401
|
[se, r.model]
|
|
19402
19402
|
]),
|
|
19403
|
-
|
|
19403
|
+
x("div", {
|
|
19404
19404
|
onClick: t[1] || (t[1] = (l) => r.clear()),
|
|
19405
19405
|
class: "icon"
|
|
19406
19406
|
}, [
|
|
@@ -19529,8 +19529,8 @@ function qO(e, t, n, i, s, r) {
|
|
|
19529
19529
|
default: m(() => [
|
|
19530
19530
|
h(a, { vcenter: "" }, {
|
|
19531
19531
|
default: m(() => [
|
|
19532
|
-
|
|
19533
|
-
|
|
19532
|
+
x("div", null, [
|
|
19533
|
+
x("strong", null, b(r.multiLabel(g, v)), 1)
|
|
19534
19534
|
])
|
|
19535
19535
|
]),
|
|
19536
19536
|
_: 2
|
|
@@ -19549,7 +19549,7 @@ function qO(e, t, n, i, s, r) {
|
|
|
19549
19549
|
flex: r.sameLine,
|
|
19550
19550
|
parentModel: e.parentModel,
|
|
19551
19551
|
modelValue: e.model[v],
|
|
19552
|
-
"onUpdate:modelValue": (
|
|
19552
|
+
"onUpdate:modelValue": (w) => e.model[v] = w
|
|
19553
19553
|
}, null, 8, ["submission", "fields", "flex", "parentModel", "modelValue", "onUpdate:modelValue"])
|
|
19554
19554
|
]),
|
|
19555
19555
|
_: 2
|
|
@@ -19791,7 +19791,7 @@ function cV(e, t, n, i, s, r) {
|
|
|
19791
19791
|
key: 0,
|
|
19792
19792
|
class: P(["ux-field-render", r.classes])
|
|
19793
19793
|
}, [
|
|
19794
|
-
|
|
19794
|
+
x("label", KO, b(r.title), 1),
|
|
19795
19795
|
r.widget === "group" ? (o(), d(S, { key: 0 }, [
|
|
19796
19796
|
r.asObject ? (o(), k(a, {
|
|
19797
19797
|
key: 0,
|
|
@@ -19799,14 +19799,14 @@ function cV(e, t, n, i, s, r) {
|
|
|
19799
19799
|
field: n.field,
|
|
19800
19800
|
parentModel: n.parentModel,
|
|
19801
19801
|
modelValue: r.fieldModel,
|
|
19802
|
-
"onUpdate:modelValue": t[0] || (t[0] = (
|
|
19802
|
+
"onUpdate:modelValue": t[0] || (t[0] = (w) => r.fieldModel = w)
|
|
19803
19803
|
}, null, 8, ["submission", "field", "parentModel", "modelValue"])) : (o(), k(a, {
|
|
19804
19804
|
key: 1,
|
|
19805
19805
|
submission: n.submission,
|
|
19806
19806
|
field: n.field,
|
|
19807
19807
|
parentModel: n.parentModel,
|
|
19808
19808
|
modelValue: r.sourceModel,
|
|
19809
|
-
"onUpdate:modelValue": t[1] || (t[1] = (
|
|
19809
|
+
"onUpdate:modelValue": t[1] || (t[1] = (w) => r.sourceModel = w)
|
|
19810
19810
|
}, null, 8, ["submission", "field", "parentModel", "modelValue"]))
|
|
19811
19811
|
], 64)) : r.widget === "form" ? (o(), k(a, {
|
|
19812
19812
|
key: 1,
|
|
@@ -19814,21 +19814,21 @@ function cV(e, t, n, i, s, r) {
|
|
|
19814
19814
|
field: n.field,
|
|
19815
19815
|
parentModel: n.parentModel,
|
|
19816
19816
|
modelValue: r.fieldModel,
|
|
19817
|
-
"onUpdate:modelValue": t[2] || (t[2] = (
|
|
19817
|
+
"onUpdate:modelValue": t[2] || (t[2] = (w) => r.fieldModel = w)
|
|
19818
19818
|
}, null, 8, ["submission", "field", "parentModel", "modelValue"])) : r.widget === "currency" ? (o(), d(S, { key: 2 }, [
|
|
19819
|
-
r.multiValue ? (o(!0), d(S, { key: 0 }, $(r.fieldModel, (
|
|
19820
|
-
T(b(r.formatCurrency(
|
|
19821
|
-
|
|
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)
|
|
19822
19822
|
]))), 256)) : (o(), d("div", ZO, [
|
|
19823
19823
|
T(b(r.formatCurrency(r.fieldModel)) + " ", 1),
|
|
19824
|
-
|
|
19824
|
+
x("span", JO, b(n.field.currency), 1)
|
|
19825
19825
|
]))
|
|
19826
19826
|
], 64)) : r.widget === "code" ? (o(), d(S, { key: 3 }, [
|
|
19827
|
-
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, [
|
|
19828
19828
|
h(l, {
|
|
19829
19829
|
readonly: !0,
|
|
19830
19830
|
class: "editor-wrap",
|
|
19831
|
-
value:
|
|
19831
|
+
value: w,
|
|
19832
19832
|
options: { useWorker: !0 },
|
|
19833
19833
|
lang: n.field.syntax,
|
|
19834
19834
|
theme: "tomorrow_night_eighties",
|
|
@@ -19846,16 +19846,16 @@ function cV(e, t, n, i, s, r) {
|
|
|
19846
19846
|
}, null, 8, ["value", "lang"])
|
|
19847
19847
|
]))
|
|
19848
19848
|
], 64)) : r.widget === "password" ? (o(), d("div", QO, [
|
|
19849
|
-
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, {
|
|
19850
19850
|
gap: "",
|
|
19851
19851
|
center: ""
|
|
19852
19852
|
}, {
|
|
19853
19853
|
default: m(() => [
|
|
19854
19854
|
h(u, null, {
|
|
19855
19855
|
default: m(() => [
|
|
19856
|
-
|
|
19856
|
+
x("input", {
|
|
19857
19857
|
type: s.unmaskedLookup[`${O}`] ? "text" : "password",
|
|
19858
|
-
value:
|
|
19858
|
+
value: w
|
|
19859
19859
|
}, null, 8, eV)
|
|
19860
19860
|
]),
|
|
19861
19861
|
_: 2
|
|
@@ -19886,7 +19886,7 @@ function cV(e, t, n, i, s, r) {
|
|
|
19886
19886
|
default: m(() => [
|
|
19887
19887
|
h(u, null, {
|
|
19888
19888
|
default: m(() => [
|
|
19889
|
-
|
|
19889
|
+
x("input", {
|
|
19890
19890
|
type: s.unmasked ? "text" : "password",
|
|
19891
19891
|
value: r.fieldModel
|
|
19892
19892
|
}, null, 8, tV)
|
|
@@ -19914,16 +19914,16 @@ function cV(e, t, n, i, s, r) {
|
|
|
19914
19914
|
}))
|
|
19915
19915
|
])) : (o(), d(S, { key: 5 }, [
|
|
19916
19916
|
r.type === "reference" ? (o(), d(S, { key: 0 }, [
|
|
19917
|
-
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, {
|
|
19918
19918
|
submission: n.submission,
|
|
19919
|
-
key:
|
|
19920
|
-
item:
|
|
19919
|
+
key: w._id,
|
|
19920
|
+
item: w
|
|
19921
19921
|
}, {
|
|
19922
19922
|
actions: m(() => [
|
|
19923
19923
|
h(c, {
|
|
19924
19924
|
size: "sm",
|
|
19925
19925
|
icon: "",
|
|
19926
|
-
onClick: q((A) => r.openActions(
|
|
19926
|
+
onClick: q((A) => r.openActions(w), ["stop", "prevent"])
|
|
19927
19927
|
}, {
|
|
19928
19928
|
default: m(() => [
|
|
19929
19929
|
h(f, { icon: "fa-ellipsis" })
|
|
@@ -19941,7 +19941,7 @@ function cV(e, t, n, i, s, r) {
|
|
|
19941
19941
|
h(c, {
|
|
19942
19942
|
size: "sm",
|
|
19943
19943
|
icon: "",
|
|
19944
|
-
onClick: t[3] || (t[3] = q((
|
|
19944
|
+
onClick: t[3] || (t[3] = q((w) => r.openActions(r.fieldModel), ["stop", "prevent"]))
|
|
19945
19945
|
}, {
|
|
19946
19946
|
default: m(() => [
|
|
19947
19947
|
h(f, { icon: "fa-ellipsis" })
|
|
@@ -19953,39 +19953,39 @@ function cV(e, t, n, i, s, r) {
|
|
|
19953
19953
|
}, 8, ["submission", "item"]))
|
|
19954
19954
|
], 64)) : _("", !0),
|
|
19955
19955
|
r.type == "string" ? (o(), d(S, { key: 1 }, [
|
|
19956
|
-
r.multiValue ? (o(!0), d(S, { key: 0 }, $(r.fieldModel, (
|
|
19957
|
-
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"])
|
|
19958
19958
|
]))), 256)) : (o(), k(v, {
|
|
19959
19959
|
key: 1,
|
|
19960
19960
|
template: r.fieldModel
|
|
19961
19961
|
}, null, 8, ["template"]))
|
|
19962
19962
|
], 64)) : _("", !0),
|
|
19963
19963
|
r.type == "boolean" ? (o(), d(S, { key: 2 }, [
|
|
19964
|
-
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))
|
|
19965
19965
|
], 64)) : _("", !0),
|
|
19966
19966
|
r.type == "date" ? (o(), d(S, { key: 3 }, [
|
|
19967
|
-
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))
|
|
19968
19968
|
], 64)) : _("", !0),
|
|
19969
19969
|
r.type == "email" ? (o(), d(S, { key: 4 }, [
|
|
19970
|
-
r.multiValue ? (o(!0), d(S, { key: 0 }, $(r.fieldModel, (
|
|
19971
|
-
|
|
19972
|
-
href: `mailto:${
|
|
19973
|
-
}, 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)
|
|
19974
19974
|
]))), 256)) : (o(), d("div", sV, [
|
|
19975
|
-
|
|
19975
|
+
x("a", {
|
|
19976
19976
|
href: `mailto:${r.fieldModel}`
|
|
19977
19977
|
}, b(r.fieldModel), 9, aV)
|
|
19978
19978
|
]))
|
|
19979
19979
|
], 64)) : _("", !0),
|
|
19980
19980
|
r.type == "url" ? (o(), d(S, { key: 5 }, [
|
|
19981
|
-
r.multiValue ? (o(!0), d(S, { key: 0 }, $(r.fieldModel, (
|
|
19982
|
-
|
|
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)
|
|
19983
19983
|
]))), 256)) : (o(), d("div", oV, [
|
|
19984
|
-
|
|
19984
|
+
x("a", { href: r.fieldModel }, b(r.fieldModel), 9, uV)
|
|
19985
19985
|
]))
|
|
19986
19986
|
], 64)) : _("", !0),
|
|
19987
19987
|
r.isNumber ? (o(), d(S, { key: 6 }, [
|
|
19988
|
-
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))
|
|
19989
19989
|
], 64)) : _("", !0)
|
|
19990
19990
|
], 64))
|
|
19991
19991
|
], 2)) : _("", !0);
|
|
@@ -21024,9 +21024,9 @@ const aC = {
|
|
|
21024
21024
|
actualOptions: this.options
|
|
21025
21025
|
};
|
|
21026
21026
|
}
|
|
21027
|
-
}, 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));
|
|
21028
21028
|
function cC(e, t, n, i, s, r) {
|
|
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"),
|
|
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");
|
|
21030
21030
|
return r.actualDefinition ? (o(), k(f, {
|
|
21031
21031
|
key: 0,
|
|
21032
21032
|
class: "content-browser"
|
|
@@ -21059,7 +21059,7 @@ function cC(e, t, n, i, s, r) {
|
|
|
21059
21059
|
class: "large-icon",
|
|
21060
21060
|
icon: "fa-database"
|
|
21061
21061
|
}),
|
|
21062
|
-
|
|
21062
|
+
x("div", null, b(r.boundaryMessage), 1)
|
|
21063
21063
|
]),
|
|
21064
21064
|
_: 1
|
|
21065
21065
|
})
|
|
@@ -21080,7 +21080,7 @@ function cC(e, t, n, i, s, r) {
|
|
|
21080
21080
|
"onClick:actions": r.actionsClicked,
|
|
21081
21081
|
"onSelect:item:toggle": r.rowToggled,
|
|
21082
21082
|
"onClick:item": r.rowClicked
|
|
21083
|
-
}, 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, {
|
|
21084
21084
|
key: 1,
|
|
21085
21085
|
sort: s.sort,
|
|
21086
21086
|
"onUpdate:sort": t[0] || (t[0] = (D) => s.sort = D),
|
|
@@ -21160,7 +21160,7 @@ function cC(e, t, n, i, s, r) {
|
|
|
21160
21160
|
default: m(() => [
|
|
21161
21161
|
h(l, null, {
|
|
21162
21162
|
default: m(() => [
|
|
21163
|
-
|
|
21163
|
+
x("div", null, "No " + b(r.plural) + " found.", 1)
|
|
21164
21164
|
]),
|
|
21165
21165
|
_: 1
|
|
21166
21166
|
})
|
|
@@ -21178,7 +21178,7 @@ function cC(e, t, n, i, s, r) {
|
|
|
21178
21178
|
s.dataSource && !r.boundaryMessage ? (o(), k(A, { key: 0 }, {
|
|
21179
21179
|
default: m(() => [
|
|
21180
21180
|
G(e.$slots, "footera", {}, void 0, !0),
|
|
21181
|
-
|
|
21181
|
+
x("div", lC, [
|
|
21182
21182
|
h(O, {
|
|
21183
21183
|
page: s.page,
|
|
21184
21184
|
"onUpdate:page": t[1] || (t[1] = (D) => s.page = D),
|
|
@@ -21299,11 +21299,11 @@ const mC = {
|
|
|
21299
21299
|
}, hC = { class: "modal-wrapper" };
|
|
21300
21300
|
function pC(e, t, n, i, s, r) {
|
|
21301
21301
|
return o(), d("div", hC, [
|
|
21302
|
-
|
|
21302
|
+
x("div", {
|
|
21303
21303
|
class: "modal-blanket",
|
|
21304
21304
|
onClick: t[0] || (t[0] = (...a) => r.blanketClick && r.blanketClick(...a))
|
|
21305
21305
|
}),
|
|
21306
|
-
|
|
21306
|
+
x("div", {
|
|
21307
21307
|
class: "modal-content",
|
|
21308
21308
|
style: ct(r.style)
|
|
21309
21309
|
}, [
|
|
@@ -21326,9 +21326,9 @@ function kC(e, t, n, i, s, r) {
|
|
|
21326
21326
|
default: m(() => [
|
|
21327
21327
|
h(a, null, {
|
|
21328
21328
|
default: m(() => [
|
|
21329
|
-
|
|
21330
|
-
|
|
21331
|
-
|
|
21329
|
+
x("div", gC, [
|
|
21330
|
+
x("h5", null, b(e.options.title), 1),
|
|
21331
|
+
x("div", {
|
|
21332
21332
|
innerHTML: e.options.description
|
|
21333
21333
|
}, null, 8, vC)
|
|
21334
21334
|
])
|
|
@@ -21337,7 +21337,7 @@ function kC(e, t, n, i, s, r) {
|
|
|
21337
21337
|
}),
|
|
21338
21338
|
h(c, null, {
|
|
21339
21339
|
default: m(() => [
|
|
21340
|
-
|
|
21340
|
+
x("div", bC, [
|
|
21341
21341
|
h(f, null, {
|
|
21342
21342
|
default: m(() => [
|
|
21343
21343
|
h(u, null, {
|
|
@@ -21412,74 +21412,87 @@ const wC = {
|
|
|
21412
21412
|
this.selected = e, this.close(e);
|
|
21413
21413
|
}
|
|
21414
21414
|
}
|
|
21415
|
-
}, 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 = {
|
|
21416
21416
|
key: 0,
|
|
21417
21417
|
class: "title"
|
|
21418
|
-
},
|
|
21418
|
+
}, MC = {
|
|
21419
21419
|
key: 1,
|
|
21420
21420
|
class: "description"
|
|
21421
|
-
},
|
|
21422
|
-
function
|
|
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"),
|
|
21424
|
-
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" }, {
|
|
21425
21425
|
default: m(() => [
|
|
21426
|
-
|
|
21426
|
+
e.options.title || e.options.description ? (o(), k(a, { key: 0 }, {
|
|
21427
21427
|
default: m(() => [
|
|
21428
|
-
|
|
21429
|
-
|
|
21430
|
-
|
|
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
|
+
])
|
|
21431
21433
|
])
|
|
21432
21434
|
]),
|
|
21433
21435
|
_: 1
|
|
21434
|
-
}),
|
|
21435
|
-
e.options.choices.length > 10 ? (o(), k(a, { key:
|
|
21436
|
+
})) : _("", !0),
|
|
21437
|
+
e.options.choices.length > 10 ? (o(), k(a, { key: 1 }, {
|
|
21436
21438
|
default: m(() => [
|
|
21437
|
-
|
|
21438
|
-
|
|
21439
|
-
|
|
21440
|
-
|
|
21441
|
-
|
|
21442
|
-
|
|
21443
|
-
|
|
21444
|
-
|
|
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
|
+
])
|
|
21445
21449
|
])
|
|
21446
21450
|
]),
|
|
21447
21451
|
_: 1
|
|
21448
21452
|
})) : _("", !0),
|
|
21449
|
-
h(p, { class: "body" }, {
|
|
21453
|
+
h(p, { class: "options-modal-body" }, {
|
|
21450
21454
|
default: m(() => [
|
|
21451
|
-
|
|
21455
|
+
x("div", CC, [
|
|
21452
21456
|
(o(!0), d(S, null, $(r.filteredChoices, (O) => (o(), d("div", {
|
|
21453
21457
|
class: "choice",
|
|
21454
21458
|
onClick: (A) => r.select(O)
|
|
21455
21459
|
}, [
|
|
21456
|
-
h(c, {
|
|
21460
|
+
h(c, {
|
|
21461
|
+
gap: "",
|
|
21462
|
+
center: ""
|
|
21463
|
+
}, {
|
|
21457
21464
|
default: m(() => [
|
|
21458
21465
|
h(u, null, {
|
|
21459
21466
|
default: m(() => [
|
|
21460
|
-
O.title ? (o(), d("div",
|
|
21461
|
-
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)
|
|
21462
21469
|
]),
|
|
21463
21470
|
_: 2
|
|
21464
21471
|
}, 1024),
|
|
21465
21472
|
h(u, { shrink: "" }, {
|
|
21466
21473
|
default: m(() => [
|
|
21467
|
-
h(f, {
|
|
21474
|
+
h(f, {
|
|
21475
|
+
right: "",
|
|
21476
|
+
icon: "fa-angle-right"
|
|
21477
|
+
})
|
|
21468
21478
|
]),
|
|
21469
21479
|
_: 1
|
|
21470
21480
|
})
|
|
21471
21481
|
]),
|
|
21472
21482
|
_: 2
|
|
21473
21483
|
}, 1024)
|
|
21474
|
-
], 8,
|
|
21484
|
+
], 8, EC))), 256))
|
|
21475
21485
|
])
|
|
21476
21486
|
]),
|
|
21477
21487
|
_: 1
|
|
21478
21488
|
}),
|
|
21479
|
-
h(v,
|
|
21489
|
+
h(v, { class: "options-modal-footer" }, {
|
|
21480
21490
|
default: m(() => [
|
|
21481
|
-
|
|
21482
|
-
h(g, {
|
|
21491
|
+
x("div", IC, [
|
|
21492
|
+
h(g, {
|
|
21493
|
+
size: "sm",
|
|
21494
|
+
onClick: e.dismiss
|
|
21495
|
+
}, {
|
|
21483
21496
|
default: m(() => [
|
|
21484
21497
|
T("Cancel")
|
|
21485
21498
|
]),
|
|
@@ -21493,8 +21506,8 @@ function MC(e, t, n, i, s, r) {
|
|
|
21493
21506
|
_: 1
|
|
21494
21507
|
});
|
|
21495
21508
|
}
|
|
21496
|
-
const
|
|
21497
|
-
const
|
|
21509
|
+
const DC = /* @__PURE__ */ V(wC, [["render", FC], ["__scopeId", "data-v-05472a27"]]);
|
|
21510
|
+
const $C = {
|
|
21498
21511
|
mixins: [Pn],
|
|
21499
21512
|
data() {
|
|
21500
21513
|
return {
|
|
@@ -21521,25 +21534,25 @@ const FC = {
|
|
|
21521
21534
|
created() {
|
|
21522
21535
|
this.options.model && (this.model = this.options.model);
|
|
21523
21536
|
}
|
|
21524
|
-
},
|
|
21525
|
-
function
|
|
21537
|
+
}, NC = { class: "padder" }, LC = { key: 0 }, PC = { class: "padder" };
|
|
21538
|
+
function UC(e, t, n, i, s, r) {
|
|
21526
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");
|
|
21527
21540
|
return o(), d("form", {
|
|
21528
21541
|
class: "wrapper",
|
|
21529
|
-
onSubmit: t[2] || (t[2] = q((...
|
|
21542
|
+
onSubmit: t[2] || (t[2] = q((...w) => e.submit && e.submit(...w), ["prevent", "stop"]))
|
|
21530
21543
|
}, [
|
|
21531
21544
|
h(v, null, {
|
|
21532
21545
|
default: m(() => [
|
|
21533
21546
|
h(l, null, {
|
|
21534
21547
|
default: m(() => [
|
|
21535
|
-
|
|
21536
|
-
|
|
21537
|
-
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),
|
|
21538
21551
|
h(a, {
|
|
21539
21552
|
ref: "form",
|
|
21540
21553
|
"onForm:state": r.formStateUpdated,
|
|
21541
21554
|
modelValue: s.model,
|
|
21542
|
-
"onUpdate:modelValue": t[0] || (t[0] = (
|
|
21555
|
+
"onUpdate:modelValue": t[0] || (t[0] = (w) => s.model = w),
|
|
21543
21556
|
fields: r.fields
|
|
21544
21557
|
}, null, 8, ["onForm:state", "modelValue", "fields"])
|
|
21545
21558
|
])
|
|
@@ -21548,7 +21561,7 @@ function LC(e, t, n, i, s, r) {
|
|
|
21548
21561
|
}),
|
|
21549
21562
|
h(g, null, {
|
|
21550
21563
|
default: m(() => [
|
|
21551
|
-
|
|
21564
|
+
x("div", PC, [
|
|
21552
21565
|
h(p, null, {
|
|
21553
21566
|
default: m(() => [
|
|
21554
21567
|
h(f, { shrink: "" }, {
|
|
@@ -21572,7 +21585,7 @@ function LC(e, t, n, i, s, r) {
|
|
|
21572
21585
|
disabled: r.invalid,
|
|
21573
21586
|
color: "primary",
|
|
21574
21587
|
type: "submit",
|
|
21575
|
-
onClick: t[1] || (t[1] = (
|
|
21588
|
+
onClick: t[1] || (t[1] = (w) => e.close(s.model))
|
|
21576
21589
|
}, {
|
|
21577
21590
|
default: m(() => [
|
|
21578
21591
|
T("Confirm")
|
|
@@ -21594,8 +21607,8 @@ function LC(e, t, n, i, s, r) {
|
|
|
21594
21607
|
})
|
|
21595
21608
|
], 32);
|
|
21596
21609
|
}
|
|
21597
|
-
const
|
|
21598
|
-
const
|
|
21610
|
+
const jC = /* @__PURE__ */ V($C, [["render", UC], ["__scopeId", "data-v-243e2939"]]);
|
|
21611
|
+
const RC = {
|
|
21599
21612
|
components: {
|
|
21600
21613
|
ContentBrowser: fC,
|
|
21601
21614
|
Search: Hi
|
|
@@ -21684,8 +21697,8 @@ const UC = {
|
|
|
21684
21697
|
this.close(this.model);
|
|
21685
21698
|
}
|
|
21686
21699
|
}
|
|
21687
|
-
},
|
|
21688
|
-
function
|
|
21700
|
+
}, BC = { class: "header" }, zC = { class: "font-muted font-sm" }, HC = { class: "rolodex" };
|
|
21701
|
+
function qC(e, t, n, i, s, r) {
|
|
21689
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");
|
|
21690
21703
|
return o(), k(a, { class: "wrapper" }, {
|
|
21691
21704
|
default: m(() => [
|
|
@@ -21698,7 +21711,7 @@ function zC(e, t, n, i, s, r) {
|
|
|
21698
21711
|
s.definition ? (o(), d(S, { key: 0 }, [
|
|
21699
21712
|
h(g, null, {
|
|
21700
21713
|
default: m(() => [
|
|
21701
|
-
|
|
21714
|
+
x("div", BC, [
|
|
21702
21715
|
h(p, {
|
|
21703
21716
|
vcenter: "",
|
|
21704
21717
|
gap: ""
|
|
@@ -21706,13 +21719,13 @@ function zC(e, t, n, i, s, r) {
|
|
|
21706
21719
|
default: m(() => [
|
|
21707
21720
|
h(l, { shrink: "" }, {
|
|
21708
21721
|
default: m(() => [
|
|
21709
|
-
|
|
21722
|
+
x("h3", null, "Select " + b(r.maximum == 1 ? r.title : r.plural), 1)
|
|
21710
21723
|
]),
|
|
21711
21724
|
_: 1
|
|
21712
21725
|
}),
|
|
21713
21726
|
r.maximum ? (o(), k(l, { key: 0 }, {
|
|
21714
21727
|
default: m(() => [
|
|
21715
|
-
|
|
21728
|
+
x("span", zC, "(" + b(s.model.length) + " of " + b(r.maximum) + ")", 1)
|
|
21716
21729
|
]),
|
|
21717
21730
|
_: 1
|
|
21718
21731
|
})) : _("", !0),
|
|
@@ -21721,7 +21734,7 @@ function zC(e, t, n, i, s, r) {
|
|
|
21721
21734
|
s.showFilters ? _("", !0) : (o(), k(u, {
|
|
21722
21735
|
key: 0,
|
|
21723
21736
|
modelValue: s.search,
|
|
21724
|
-
"onUpdate:modelValue": t[0] || (t[0] = (
|
|
21737
|
+
"onUpdate:modelValue": t[0] || (t[0] = (w) => s.search = w),
|
|
21725
21738
|
loading: s.searching,
|
|
21726
21739
|
debounce: 500,
|
|
21727
21740
|
placeholder: "Keyword Search"
|
|
@@ -21733,7 +21746,7 @@ function zC(e, t, n, i, s, r) {
|
|
|
21733
21746
|
default: m(() => [
|
|
21734
21747
|
h(c, {
|
|
21735
21748
|
icon: e.$device.breakpoint.mobile,
|
|
21736
|
-
onClick: t[1] || (t[1] = (
|
|
21749
|
+
onClick: t[1] || (t[1] = (w) => s.showFilters = !s.showFilters)
|
|
21737
21750
|
}, {
|
|
21738
21751
|
default: m(() => [
|
|
21739
21752
|
e.$device.breakpoint.mobile ? (o(), k(f, {
|
|
@@ -21771,24 +21784,24 @@ function zC(e, t, n, i, s, r) {
|
|
|
21771
21784
|
}),
|
|
21772
21785
|
h(v, {
|
|
21773
21786
|
rolodexPrimary: r.rolodexPrimary,
|
|
21774
|
-
"onUpdate:rolodexPrimary": t[3] || (t[3] = (
|
|
21787
|
+
"onUpdate:rolodexPrimary": t[3] || (t[3] = (w) => r.rolodexPrimary = w),
|
|
21775
21788
|
showFilters: s.showFilters,
|
|
21776
21789
|
ref: "browser",
|
|
21777
21790
|
search: s.search,
|
|
21778
21791
|
"onClick:row": r.rowClicked,
|
|
21779
21792
|
maximum: e.options.maximum,
|
|
21780
21793
|
modelValue: s.model,
|
|
21781
|
-
"onUpdate:modelValue": t[4] || (t[4] = (
|
|
21794
|
+
"onUpdate:modelValue": t[4] || (t[4] = (w) => s.model = w),
|
|
21782
21795
|
type: e.options.type,
|
|
21783
21796
|
options: r.browserOptions
|
|
21784
21797
|
}, {
|
|
21785
21798
|
abovecontent: m(() => [
|
|
21786
21799
|
r.rolodexEnabled ? (o(), k(g, { key: 0 }, {
|
|
21787
21800
|
default: m(() => [
|
|
21788
|
-
|
|
21801
|
+
x("div", HC, [
|
|
21789
21802
|
h(c, {
|
|
21790
21803
|
size: "sm",
|
|
21791
|
-
onClick: t[2] || (t[2] = (
|
|
21804
|
+
onClick: t[2] || (t[2] = (w) => r.toggleRolodex("")),
|
|
21792
21805
|
icon: "",
|
|
21793
21806
|
color: r.rolodexPrimary ? "" : "primary"
|
|
21794
21807
|
}, {
|
|
@@ -21797,14 +21810,14 @@ function zC(e, t, n, i, s, r) {
|
|
|
21797
21810
|
]),
|
|
21798
21811
|
_: 1
|
|
21799
21812
|
}, 8, ["color"]),
|
|
21800
|
-
(o(!0), d(S, null, $(r.letters, (
|
|
21813
|
+
(o(!0), d(S, null, $(r.letters, (w) => (o(), k(c, {
|
|
21801
21814
|
size: "sm",
|
|
21802
|
-
onClick: (O) => r.toggleRolodex(
|
|
21815
|
+
onClick: (O) => r.toggleRolodex(w),
|
|
21803
21816
|
icon: "",
|
|
21804
|
-
color: r.rolodexPrimary ===
|
|
21817
|
+
color: r.rolodexPrimary === w ? "primary" : ""
|
|
21805
21818
|
}, {
|
|
21806
21819
|
default: m(() => [
|
|
21807
|
-
T(b(
|
|
21820
|
+
T(b(w), 1)
|
|
21808
21821
|
]),
|
|
21809
21822
|
_: 2
|
|
21810
21823
|
}, 1032, ["onClick", "color"]))), 256))
|
|
@@ -21821,8 +21834,8 @@ function zC(e, t, n, i, s, r) {
|
|
|
21821
21834
|
_: 1
|
|
21822
21835
|
});
|
|
21823
21836
|
}
|
|
21824
|
-
const
|
|
21825
|
-
const
|
|
21837
|
+
const GC = /* @__PURE__ */ V(RC, [["render", qC], ["__scopeId", "data-v-7eedb824"]]);
|
|
21838
|
+
const WC = {
|
|
21826
21839
|
components: {
|
|
21827
21840
|
ScopeSelect: b1
|
|
21828
21841
|
// Search,
|
|
@@ -21878,14 +21891,14 @@ const qC = {
|
|
|
21878
21891
|
this.close(this.model);
|
|
21879
21892
|
}
|
|
21880
21893
|
}
|
|
21881
|
-
},
|
|
21882
|
-
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) {
|
|
21883
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");
|
|
21884
21897
|
return o(), k(g, { class: "wrapper" }, {
|
|
21885
21898
|
default: m(() => [
|
|
21886
21899
|
h(f, null, {
|
|
21887
21900
|
default: m(() => [
|
|
21888
|
-
|
|
21901
|
+
x("div", YC, [
|
|
21889
21902
|
h(u, {
|
|
21890
21903
|
vcenter: "",
|
|
21891
21904
|
gap: ""
|
|
@@ -21893,7 +21906,7 @@ function ZC(e, t, n, i, s, r) {
|
|
|
21893
21906
|
default: m(() => [
|
|
21894
21907
|
h(a, null, {
|
|
21895
21908
|
default: m(() => [
|
|
21896
|
-
|
|
21909
|
+
ZC
|
|
21897
21910
|
]),
|
|
21898
21911
|
_: 1
|
|
21899
21912
|
}),
|
|
@@ -21920,7 +21933,7 @@ function ZC(e, t, n, i, s, r) {
|
|
|
21920
21933
|
}),
|
|
21921
21934
|
h(p, { class: "scroll-body" }, {
|
|
21922
21935
|
default: m(() => [
|
|
21923
|
-
|
|
21936
|
+
x("div", JC, [
|
|
21924
21937
|
h(c, {
|
|
21925
21938
|
action: r.action,
|
|
21926
21939
|
type: r.type,
|
|
@@ -21935,8 +21948,8 @@ function ZC(e, t, n, i, s, r) {
|
|
|
21935
21948
|
_: 1
|
|
21936
21949
|
});
|
|
21937
21950
|
}
|
|
21938
|
-
const
|
|
21939
|
-
function
|
|
21951
|
+
const QC = /* @__PURE__ */ V(WC, [["render", XC], ["__scopeId", "data-v-e905a558"]]);
|
|
21952
|
+
function sE() {
|
|
21940
21953
|
var e = wr({
|
|
21941
21954
|
mounted: !1,
|
|
21942
21955
|
screen: {
|
|
@@ -22008,7 +22021,7 @@ function rE() {
|
|
|
22008
22021
|
n.removeEventListener("resize", e.resize), n = !1, t = !1, e.mounted = !1;
|
|
22009
22022
|
}, e;
|
|
22010
22023
|
}
|
|
22011
|
-
const
|
|
22024
|
+
const eE = `qik vue ui ${$o}`, fa = {
|
|
22012
22025
|
FlexColumn: Zd,
|
|
22013
22026
|
FlexBody: ec,
|
|
22014
22027
|
FlexHeader: ic,
|
|
@@ -22045,25 +22058,25 @@ const XC = `qik vue ui ${$o}`, fa = {
|
|
|
22045
22058
|
ProgressBar: mg,
|
|
22046
22059
|
UxModal: yC,
|
|
22047
22060
|
Compile: Ui
|
|
22048
|
-
},
|
|
22061
|
+
}, aE = {
|
|
22049
22062
|
install(e, t) {
|
|
22050
|
-
console.log(
|
|
22063
|
+
console.log(eE), t.date = Je, t.modals = wr([]), t.modal = function(n) {
|
|
22051
22064
|
return new Promise(function(i, s) {
|
|
22052
22065
|
n.id = t.modals.length, n.resolve = i, n.reject = s, t.modals.splice(n.id, 0, n);
|
|
22053
22066
|
});
|
|
22054
22067
|
}, t.prompt = function(n, i) {
|
|
22055
22068
|
return i = i || {}, i.model = i.model || {}, i.fields = n, t.modal({
|
|
22056
|
-
component:
|
|
22069
|
+
component: jC,
|
|
22057
22070
|
options: i
|
|
22058
22071
|
});
|
|
22059
22072
|
}, t.browse = function(n, i) {
|
|
22060
22073
|
return i = i || {}, i.type = n, i.model = i.model || [], t.modal({
|
|
22061
|
-
component:
|
|
22074
|
+
component: GC,
|
|
22062
22075
|
options: i
|
|
22063
22076
|
});
|
|
22064
22077
|
}, t.selectScopes = function(n) {
|
|
22065
22078
|
return n = n || {}, n.model = n.model || [], t.modal({
|
|
22066
|
-
component:
|
|
22079
|
+
component: QC,
|
|
22067
22080
|
options: n
|
|
22068
22081
|
});
|
|
22069
22082
|
}, t.confirm = function(n, i) {
|
|
@@ -22073,7 +22086,7 @@ const XC = `qik vue ui ${$o}`, fa = {
|
|
|
22073
22086
|
});
|
|
22074
22087
|
}, t.options = function(n, i, s) {
|
|
22075
22088
|
return t.modal({
|
|
22076
|
-
component:
|
|
22089
|
+
component: DC,
|
|
22077
22090
|
options: {
|
|
22078
22091
|
title: i,
|
|
22079
22092
|
description: s,
|
|
@@ -22097,7 +22110,7 @@ export {
|
|
|
22097
22110
|
Vx as CodeEditor,
|
|
22098
22111
|
fC as ContentBrowser,
|
|
22099
22112
|
Tg as DateRange,
|
|
22100
|
-
|
|
22113
|
+
sE as Device,
|
|
22101
22114
|
gk as FileDrop,
|
|
22102
22115
|
ec as FlexBody,
|
|
22103
22116
|
fc as FlexCell,
|
|
@@ -22110,13 +22123,13 @@ export {
|
|
|
22110
22123
|
El as Item,
|
|
22111
22124
|
Pn as ModalMixin,
|
|
22112
22125
|
Pt as NativeSelect,
|
|
22113
|
-
|
|
22126
|
+
iE as Pager,
|
|
22114
22127
|
Sc as Panel,
|
|
22115
22128
|
Cc as PanelBody,
|
|
22116
22129
|
Nc as PanelFooter,
|
|
22117
22130
|
Ic as PanelHeader,
|
|
22118
22131
|
mg as ProgressBar,
|
|
22119
|
-
|
|
22132
|
+
aE as QikUI,
|
|
22120
22133
|
$y as RememberScrollMixin,
|
|
22121
22134
|
b1 as ScopeSelect,
|
|
22122
22135
|
w1 as ScopeSelectButton,
|
|
@@ -22145,10 +22158,10 @@ export {
|
|
|
22145
22158
|
Df as UXTabset,
|
|
22146
22159
|
lg as UXVideo,
|
|
22147
22160
|
xC as UxConfirmModal,
|
|
22148
|
-
|
|
22161
|
+
GC as UxContentModal,
|
|
22149
22162
|
yC as UxModal,
|
|
22150
|
-
|
|
22151
|
-
|
|
22152
|
-
|
|
22163
|
+
DC as UxOptionsModal,
|
|
22164
|
+
jC as UxPromptModal,
|
|
22165
|
+
QC as UxScopeModal
|
|
22153
22166
|
};
|
|
22154
22167
|
//# sourceMappingURL=lib.es.js.map
|