@qikdev/vue-ui 0.2.208 → 0.2.210
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 +296 -222
- 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
2
|
import { defineComponent as Cr, ref as Jt, toRefs as wl, onMounted as Sl, onBeforeUnmount as qo, watch as Er, computed as fr, openBlock as o, createElementBlock as d, renderSlot as H, createCommentVNode as _, normalizeClass as N, useSlots as Go, reactive as Ti, provide as Li, resolveComponent as y, Fragment as S, unref as zn, createBlock as k, withCtx as h, createVNode as m, renderList as F, toDisplayString as v, withDirectives as K, vShow as di, createElementVNode as x, withModifiers as B, createTextVNode as T, h as mr, mergeProps as Oi, toHandlers as Ar, normalizeStyle as He, resolveDynamicComponent as ft, vModelSelect as Ot, pushScopeId as Ye, popScopeId as Ze, Teleport as Wo, vModelText as se, withKeys as _e, TransitionGroup as Ko, nextTick as Tl, vModelDynamic as Hn } from "vue";
|
|
3
3
|
import { EventDispatcher as Yo } from "@qikdev/sdk";
|
|
4
|
-
const Zo = "0.2.
|
|
4
|
+
const Zo = "0.2.210";
|
|
5
5
|
class Pt extends Error {
|
|
6
6
|
}
|
|
7
7
|
class Jo extends Pt {
|
|
@@ -2874,7 +2874,7 @@ function Fd(e) {
|
|
|
2874
2874
|
return e.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g, "\\$&");
|
|
2875
2875
|
}
|
|
2876
2876
|
function $d(e, t) {
|
|
2877
|
-
const n = Xe(t), r = Xe(t, "{2}"), s = Xe(t, "{3}"), i = Xe(t, "{4}"), l = Xe(t, "{6}"), a = Xe(t, "{1,2}"), u = Xe(t, "{1,3}"), f = Xe(t, "{1,6}"), c = Xe(t, "{1,9}"), p = Xe(t, "{2,4}"), g = Xe(t, "{4,6}"), b = (U) => ({ regex: RegExp(Fd(U.val)), deser: ([z]) => z, literal: !0 }),
|
|
2877
|
+
const n = Xe(t), r = Xe(t, "{2}"), s = Xe(t, "{3}"), i = Xe(t, "{4}"), l = Xe(t, "{6}"), a = Xe(t, "{1,2}"), u = Xe(t, "{1,3}"), f = Xe(t, "{1,6}"), c = Xe(t, "{1,9}"), p = Xe(t, "{2,4}"), g = Xe(t, "{4,6}"), b = (U) => ({ regex: RegExp(Fd(U.val)), deser: ([z]) => z, literal: !0 }), V = ((U) => {
|
|
2878
2878
|
if (e.literal)
|
|
2879
2879
|
return b(U);
|
|
2880
2880
|
switch (U.val) {
|
|
@@ -2980,7 +2980,7 @@ function $d(e, t) {
|
|
|
2980
2980
|
})(e) || {
|
|
2981
2981
|
invalidReason: Md
|
|
2982
2982
|
};
|
|
2983
|
-
return
|
|
2983
|
+
return V.token = e, V;
|
|
2984
2984
|
}
|
|
2985
2985
|
const Nd = {
|
|
2986
2986
|
year: {
|
|
@@ -3541,12 +3541,12 @@ class P {
|
|
|
3541
3541
|
if (f && a)
|
|
3542
3542
|
throw new bn("Can't mix ordinal dates with month/day");
|
|
3543
3543
|
const b = p || l.weekday && !c;
|
|
3544
|
-
let w,
|
|
3545
|
-
b ? (w = Yd,
|
|
3544
|
+
let w, V, U = vs(s, i);
|
|
3545
|
+
b ? (w = Yd, V = Wd, U = br(U)) : a ? (w = Zd, V = Kd, U = Bi(U)) : (w = xa, V = ka);
|
|
3546
3546
|
let z = !1;
|
|
3547
3547
|
for (const le of w) {
|
|
3548
3548
|
const G = l[le];
|
|
3549
|
-
Z(G) ? z ? l[le] =
|
|
3549
|
+
Z(G) ? z ? l[le] = V[le] : l[le] = U[le] : z = !0;
|
|
3550
3550
|
}
|
|
3551
3551
|
const D = b ? qd(l) : a ? Gd(l) : ga(l), ee = D || va(l);
|
|
3552
3552
|
if (ee)
|
|
@@ -4906,7 +4906,7 @@ function lc(e, t, n, r, s, i) {
|
|
|
4906
4906
|
])) : _("", !0);
|
|
4907
4907
|
}
|
|
4908
4908
|
var ac = /* @__PURE__ */ wa(rc, [["render", lc]]);
|
|
4909
|
-
const
|
|
4909
|
+
const C = (e, t) => {
|
|
4910
4910
|
const n = e.__vccOpts || e;
|
|
4911
4911
|
for (const [r, s] of t)
|
|
4912
4912
|
n[r] = s;
|
|
@@ -4928,28 +4928,28 @@ function uc(e, t, n, r, s, i) {
|
|
|
4928
4928
|
H(e.$slots, "default", {}, void 0, !0)
|
|
4929
4929
|
], 2);
|
|
4930
4930
|
}
|
|
4931
|
-
const dc = /* @__PURE__ */
|
|
4931
|
+
const dc = /* @__PURE__ */ C(oc, [["render", uc], ["__scopeId", "data-v-b03628f8"]]);
|
|
4932
4932
|
const cc = {}, fc = { class: "flex-column-body" };
|
|
4933
4933
|
function mc(e, t, n, r, s, i) {
|
|
4934
4934
|
return o(), d("div", fc, [
|
|
4935
4935
|
H(e.$slots, "default", {}, void 0, !0)
|
|
4936
4936
|
]);
|
|
4937
4937
|
}
|
|
4938
|
-
const hc = /* @__PURE__ */
|
|
4938
|
+
const hc = /* @__PURE__ */ C(cc, [["render", mc], ["__scopeId", "data-v-ab49c425"]]);
|
|
4939
4939
|
const pc = {}, yc = { class: "flex-column-header" };
|
|
4940
4940
|
function _c(e, t, n, r, s, i) {
|
|
4941
4941
|
return o(), d("div", yc, [
|
|
4942
4942
|
H(e.$slots, "default", {}, void 0, !0)
|
|
4943
4943
|
]);
|
|
4944
4944
|
}
|
|
4945
|
-
const gc = /* @__PURE__ */
|
|
4945
|
+
const gc = /* @__PURE__ */ C(pc, [["render", _c], ["__scopeId", "data-v-968bcded"]]);
|
|
4946
4946
|
const vc = {}, bc = { class: "flex-column-footer" };
|
|
4947
4947
|
function kc(e, t, n, r, s, i) {
|
|
4948
4948
|
return o(), d("div", bc, [
|
|
4949
4949
|
H(e.$slots, "default", {}, void 0, !0)
|
|
4950
4950
|
]);
|
|
4951
4951
|
}
|
|
4952
|
-
const xc = /* @__PURE__ */
|
|
4952
|
+
const xc = /* @__PURE__ */ C(vc, [["render", kc], ["__scopeId", "data-v-941966e2"]]);
|
|
4953
4953
|
const wc = {
|
|
4954
4954
|
props: {
|
|
4955
4955
|
flex: { type: Boolean },
|
|
@@ -4966,7 +4966,7 @@ function Sc(e, t, n, r, s, i) {
|
|
|
4966
4966
|
H(e.$slots, "default", {}, void 0, !0)
|
|
4967
4967
|
], 2);
|
|
4968
4968
|
}
|
|
4969
|
-
const Tc = /* @__PURE__ */
|
|
4969
|
+
const Tc = /* @__PURE__ */ C(wc, [["render", Sc], ["__scopeId", "data-v-efd82fd0"]]);
|
|
4970
4970
|
const Oc = {
|
|
4971
4971
|
props: {
|
|
4972
4972
|
center: {
|
|
@@ -4990,40 +4990,40 @@ function Vc(e, t, n, r, s, i) {
|
|
|
4990
4990
|
H(e.$slots, "default", {}, void 0, !0)
|
|
4991
4991
|
], 2);
|
|
4992
4992
|
}
|
|
4993
|
-
const Cc = /* @__PURE__ */
|
|
4993
|
+
const Cc = /* @__PURE__ */ C(Oc, [["render", Vc], ["__scopeId", "data-v-bd96c129"]]);
|
|
4994
4994
|
const Ec = {}, Ac = { class: "flex-spacer" };
|
|
4995
4995
|
function Mc(e, t, n, r, s, i) {
|
|
4996
4996
|
return o(), d("div", Ac);
|
|
4997
4997
|
}
|
|
4998
|
-
const Dc = /* @__PURE__ */
|
|
4998
|
+
const Dc = /* @__PURE__ */ C(Ec, [["render", Mc], ["__scopeId", "data-v-f42ac625"]]);
|
|
4999
4999
|
const Ic = {}, Fc = { class: "panel" };
|
|
5000
5000
|
function $c(e, t, n, r, s, i) {
|
|
5001
5001
|
return o(), d("div", Fc, [
|
|
5002
5002
|
H(e.$slots, "default", {}, void 0, !0)
|
|
5003
5003
|
]);
|
|
5004
5004
|
}
|
|
5005
|
-
const Nc = /* @__PURE__ */
|
|
5005
|
+
const Nc = /* @__PURE__ */ C(Ic, [["render", $c], ["__scopeId", "data-v-b89677dc"]]);
|
|
5006
5006
|
const Lc = {}, Pc = { class: "panel-body" };
|
|
5007
5007
|
function Uc(e, t, n, r, s, i) {
|
|
5008
5008
|
return o(), d("div", Pc, [
|
|
5009
5009
|
H(e.$slots, "default", {}, void 0, !0)
|
|
5010
5010
|
]);
|
|
5011
5011
|
}
|
|
5012
|
-
const jc = /* @__PURE__ */
|
|
5012
|
+
const jc = /* @__PURE__ */ C(Lc, [["render", Uc], ["__scopeId", "data-v-53a6d4be"]]);
|
|
5013
5013
|
const Rc = {}, Bc = { class: "panel-header" };
|
|
5014
5014
|
function zc(e, t, n, r, s, i) {
|
|
5015
5015
|
return o(), d("div", Bc, [
|
|
5016
5016
|
H(e.$slots, "default", {}, void 0, !0)
|
|
5017
5017
|
]);
|
|
5018
5018
|
}
|
|
5019
|
-
const Hc = /* @__PURE__ */
|
|
5019
|
+
const Hc = /* @__PURE__ */ C(Rc, [["render", zc], ["__scopeId", "data-v-12bf7f04"]]);
|
|
5020
5020
|
const qc = {}, Gc = { class: "panel-footer" };
|
|
5021
5021
|
function Wc(e, t, n, r, s, i) {
|
|
5022
5022
|
return o(), d("div", Gc, [
|
|
5023
5023
|
H(e.$slots, "default", {}, void 0, !0)
|
|
5024
5024
|
]);
|
|
5025
5025
|
}
|
|
5026
|
-
const Kc = /* @__PURE__ */
|
|
5026
|
+
const Kc = /* @__PURE__ */ C(qc, [["render", Wc], ["__scopeId", "data-v-d8937de9"]]);
|
|
5027
5027
|
var Zn = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
5028
5028
|
function Yc(e) {
|
|
5029
5029
|
var t = typeof e;
|
|
@@ -5097,7 +5097,7 @@ function Bf(e, t, n) {
|
|
|
5097
5097
|
function w(q) {
|
|
5098
5098
|
return f = q, a = setTimeout(z, t), c ? b(q) : l;
|
|
5099
5099
|
}
|
|
5100
|
-
function
|
|
5100
|
+
function V(q) {
|
|
5101
5101
|
var $ = q - u, le = q - f, G = t - $;
|
|
5102
5102
|
return p ? Rf(G, i - le) : G;
|
|
5103
5103
|
}
|
|
@@ -5109,7 +5109,7 @@ function Bf(e, t, n) {
|
|
|
5109
5109
|
var q = Gi();
|
|
5110
5110
|
if (U(q))
|
|
5111
5111
|
return D(q);
|
|
5112
|
-
a = setTimeout(z,
|
|
5112
|
+
a = setTimeout(z, V(q));
|
|
5113
5113
|
}
|
|
5114
5114
|
function D(q) {
|
|
5115
5115
|
return a = void 0, g && r ? b(q) : (r = s = void 0, l);
|
|
@@ -5189,7 +5189,7 @@ const zf = ["onClick"], Hf = ["onClick"], qf = {
|
|
|
5189
5189
|
default: h(() => [
|
|
5190
5190
|
m(c, null, {
|
|
5191
5191
|
default: h(() => [
|
|
5192
|
-
(o(!0), d(S, null, F(zn(l), (w,
|
|
5192
|
+
(o(!0), d(S, null, F(zn(l), (w, V) => (o(), d("a", {
|
|
5193
5193
|
class: N({ active: r.value === w }),
|
|
5194
5194
|
key: `tab-link-${w}`,
|
|
5195
5195
|
onClick: (U) => s(w)
|
|
@@ -5208,7 +5208,7 @@ const zf = ["onClick"], Hf = ["onClick"], qf = {
|
|
|
5208
5208
|
default: h(() => [
|
|
5209
5209
|
m(g, null, {
|
|
5210
5210
|
default: h(() => [
|
|
5211
|
-
(o(!0), d(S, null, F(zn(l), (w,
|
|
5211
|
+
(o(!0), d(S, null, F(zn(l), (w, V) => (o(), d("a", {
|
|
5212
5212
|
class: N({ active: r.value === w }),
|
|
5213
5213
|
key: `tab-link-${w}`,
|
|
5214
5214
|
onClick: (U) => s(w)
|
|
@@ -5229,7 +5229,7 @@ const zf = ["onClick"], Hf = ["onClick"], qf = {
|
|
|
5229
5229
|
], 2);
|
|
5230
5230
|
};
|
|
5231
5231
|
}
|
|
5232
|
-
}, Gf = /* @__PURE__ */
|
|
5232
|
+
}, Gf = /* @__PURE__ */ C(qf, [["__scopeId", "data-v-0df63d4b"]]), Wf = {
|
|
5233
5233
|
name: "tab",
|
|
5234
5234
|
props: {
|
|
5235
5235
|
heading: {
|
|
@@ -5330,7 +5330,7 @@ function Kf(e, t, n, r, s, i) {
|
|
|
5330
5330
|
_: 3
|
|
5331
5331
|
})) : _("", !0);
|
|
5332
5332
|
}
|
|
5333
|
-
const Yf = /* @__PURE__ */
|
|
5333
|
+
const Yf = /* @__PURE__ */ C(Wf, [["render", Kf]]);
|
|
5334
5334
|
var Zf = Array.isArray, Ln = Zf, Jf = Ln, Xf = Ai, Qf = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, em = /^\w*$/;
|
|
5335
5335
|
function tm(e, t) {
|
|
5336
5336
|
if (Jf(e))
|
|
@@ -5624,7 +5624,7 @@ function Kp(e, t, n, r, s, i) {
|
|
|
5624
5624
|
])
|
|
5625
5625
|
]);
|
|
5626
5626
|
}
|
|
5627
|
-
const Yp = /* @__PURE__ */
|
|
5627
|
+
const Yp = /* @__PURE__ */ C(qp, [["render", Kp], ["__scopeId", "data-v-9357213d"]]);
|
|
5628
5628
|
const Zp = {
|
|
5629
5629
|
mixins: [Ae],
|
|
5630
5630
|
computed: {
|
|
@@ -5723,7 +5723,7 @@ function Xp(e, t, n, r, s, i) {
|
|
|
5723
5723
|
})) : _("", !0)
|
|
5724
5724
|
]);
|
|
5725
5725
|
}
|
|
5726
|
-
const Qp = /* @__PURE__ */
|
|
5726
|
+
const Qp = /* @__PURE__ */ C(Zp, [["render", Xp], ["__scopeId", "data-v-794b199f"]]);
|
|
5727
5727
|
const ey = {
|
|
5728
5728
|
mixins: [Ae],
|
|
5729
5729
|
computed: {
|
|
@@ -5752,7 +5752,7 @@ function ty(e, t, n, r, s, i) {
|
|
|
5752
5752
|
class: N(["table-currency-cell", { credit: i.credit, empty: i.empty, debit: i.debit }])
|
|
5753
5753
|
}, v(i.string), 3);
|
|
5754
5754
|
}
|
|
5755
|
-
const ny = /* @__PURE__ */
|
|
5755
|
+
const ny = /* @__PURE__ */ C(ey, [["render", ty], ["__scopeId", "data-v-c8cb509d"]]);
|
|
5756
5756
|
const iy = {
|
|
5757
5757
|
data() {
|
|
5758
5758
|
return {
|
|
@@ -5816,7 +5816,7 @@ function sy(e, t, n, r, s, i) {
|
|
|
5816
5816
|
}, 8, ["color", "size", "loading", "onClick"])) : _("", !0)
|
|
5817
5817
|
]);
|
|
5818
5818
|
}
|
|
5819
|
-
const ly = /* @__PURE__ */
|
|
5819
|
+
const ly = /* @__PURE__ */ C(iy, [["render", sy], ["__scopeId", "data-v-160b5461"]]);
|
|
5820
5820
|
const ay = {
|
|
5821
5821
|
mixins: [Ae],
|
|
5822
5822
|
methods: {
|
|
@@ -5859,7 +5859,7 @@ function my(e, t, n, r, s, i) {
|
|
|
5859
5859
|
]))), 256))
|
|
5860
5860
|
]);
|
|
5861
5861
|
}
|
|
5862
|
-
const Ps = /* @__PURE__ */
|
|
5862
|
+
const Ps = /* @__PURE__ */ C(ay, [["render", my], ["__scopeId", "data-v-d51d335e"]]);
|
|
5863
5863
|
const hy = {
|
|
5864
5864
|
mixins: [Ae],
|
|
5865
5865
|
computed: {
|
|
@@ -5878,7 +5878,7 @@ function py(e, t, n, r, s, i) {
|
|
|
5878
5878
|
}, null, 8, ["icon"])
|
|
5879
5879
|
], 2);
|
|
5880
5880
|
}
|
|
5881
|
-
const Us = /* @__PURE__ */
|
|
5881
|
+
const Us = /* @__PURE__ */ C(hy, [["render", py], ["__scopeId", "data-v-897e69cd"]]);
|
|
5882
5882
|
const yy = {
|
|
5883
5883
|
mixins: [Ae],
|
|
5884
5884
|
methods: {
|
|
@@ -5937,7 +5937,7 @@ function _y(e, t, n, r, s, i) {
|
|
|
5937
5937
|
}, null, 8, ["icon"]))
|
|
5938
5938
|
], 2);
|
|
5939
5939
|
}
|
|
5940
|
-
const gy = /* @__PURE__ */
|
|
5940
|
+
const gy = /* @__PURE__ */ C(yy, [["render", _y], ["__scopeId", "data-v-45dd2b07"]]);
|
|
5941
5941
|
const vy = {
|
|
5942
5942
|
mixins: [Ae],
|
|
5943
5943
|
methods: {
|
|
@@ -5972,7 +5972,7 @@ function xy(e, t, n, r, s, i) {
|
|
|
5972
5972
|
], 8, ky)) : _("", !0)
|
|
5973
5973
|
]);
|
|
5974
5974
|
}
|
|
5975
|
-
const js = /* @__PURE__ */
|
|
5975
|
+
const js = /* @__PURE__ */ C(vy, [["render", xy], ["__scopeId", "data-v-aa99a5e7"]]);
|
|
5976
5976
|
var Rs = function(e, t, n) {
|
|
5977
5977
|
if (!t.hasOwnProperty(n)) {
|
|
5978
5978
|
var r = Object.getOwnPropertyDescriptor(e, n);
|
|
@@ -6019,7 +6019,7 @@ const Ia = { props: { template: String, parent: Object, templateProps: { type: O
|
|
|
6019
6019
|
}), Object.keys(s).forEach(function($) {
|
|
6020
6020
|
g[$] === void 0 && (b.components[$] = s[$]);
|
|
6021
6021
|
});
|
|
6022
|
-
var w = Object.keys(b.methods || {}),
|
|
6022
|
+
var w = Object.keys(b.methods || {}), V = Object.keys(b.$data || {}), U = Object.keys(b.$props || {}), z = Object.keys(this.templateProps), D = V.concat(U).concat(w).concat(z), ee = (oe = e, q = {}, w.forEach(function($) {
|
|
6023
6023
|
return Rs(oe, q, $);
|
|
6024
6024
|
}), q), ie = function($) {
|
|
6025
6025
|
var le = {};
|
|
@@ -6047,7 +6047,7 @@ function Ty(e, t, n, r, s, i) {
|
|
|
6047
6047
|
}, null, 8, ["template"])
|
|
6048
6048
|
]);
|
|
6049
6049
|
}
|
|
6050
|
-
const Oy = /* @__PURE__ */
|
|
6050
|
+
const Oy = /* @__PURE__ */ C(wy, [["render", Ty], ["__scopeId", "data-v-05dd3203"]]);
|
|
6051
6051
|
const Vy = {
|
|
6052
6052
|
props: {
|
|
6053
6053
|
multi: {
|
|
@@ -6111,7 +6111,7 @@ function Cy(e, t, n, r, s, i) {
|
|
|
6111
6111
|
], 64)) : _("", !0)
|
|
6112
6112
|
], 64));
|
|
6113
6113
|
}
|
|
6114
|
-
const Ey = /* @__PURE__ */
|
|
6114
|
+
const Ey = /* @__PURE__ */ C(Vy, [["render", Cy], ["__scopeId", "data-v-27442ac9"]]);
|
|
6115
6115
|
const Ay = ".total", My = {
|
|
6116
6116
|
mixins: [Ae],
|
|
6117
6117
|
methods: {
|
|
@@ -6174,7 +6174,7 @@ function Fy(e, t, n, r, s, i) {
|
|
|
6174
6174
|
}, 8, ["modelValue"])
|
|
6175
6175
|
]);
|
|
6176
6176
|
}
|
|
6177
|
-
const $y = /* @__PURE__ */
|
|
6177
|
+
const $y = /* @__PURE__ */ C(My, [["render", Fy], ["__scopeId", "data-v-1cdab26c"]]);
|
|
6178
6178
|
const Ny = {
|
|
6179
6179
|
mixins: [Ae],
|
|
6180
6180
|
computed: {
|
|
@@ -6187,7 +6187,7 @@ const Ny = {
|
|
|
6187
6187
|
function Py(e, t, n, r, s, i) {
|
|
6188
6188
|
return o(), d("td", Ly, v(i.email), 1);
|
|
6189
6189
|
}
|
|
6190
|
-
const Uy = /* @__PURE__ */
|
|
6190
|
+
const Uy = /* @__PURE__ */ C(Ny, [["render", Py], ["__scopeId", "data-v-9c894a39"]]);
|
|
6191
6191
|
const jy = {
|
|
6192
6192
|
mixins: [Ae],
|
|
6193
6193
|
computed: {
|
|
@@ -6195,8 +6195,7 @@ const jy = {
|
|
|
6195
6195
|
return this.isConnected ? "connected" : this.isInvited ? "invited" : this.isManaged ? "managed" : "empty";
|
|
6196
6196
|
},
|
|
6197
6197
|
isConnected() {
|
|
6198
|
-
|
|
6199
|
-
return !!((e = this.row.user) != null && e.email || this.row.userEmailAddress);
|
|
6198
|
+
return !!this.row.user;
|
|
6200
6199
|
},
|
|
6201
6200
|
isInvited() {
|
|
6202
6201
|
return !this.isConnected && this.row.collectionEmailAddress;
|
|
@@ -6211,11 +6210,25 @@ const jy = {
|
|
|
6211
6210
|
text() {
|
|
6212
6211
|
switch (this.className) {
|
|
6213
6212
|
case "connected":
|
|
6214
|
-
return "
|
|
6213
|
+
return "Qik User";
|
|
6215
6214
|
case "invited":
|
|
6216
6215
|
return "Invite sent";
|
|
6217
6216
|
case "managed":
|
|
6218
|
-
return "
|
|
6217
|
+
return "App user";
|
|
6218
|
+
default:
|
|
6219
|
+
return "";
|
|
6220
|
+
}
|
|
6221
|
+
},
|
|
6222
|
+
tooltip() {
|
|
6223
|
+
var n, r, s, i;
|
|
6224
|
+
const e = this, t = (r = (n = e.user) == null ? void 0 : n.organisation) != null && r.title ? `'${(i = (s = e.user) == null ? void 0 : s.organisation) == null ? void 0 : i.title}'` : void 0;
|
|
6225
|
+
switch (e.className) {
|
|
6226
|
+
case "connected":
|
|
6227
|
+
return `This user can sign in to ${t || "your organisation"} on the Qik platform.`;
|
|
6228
|
+
case "invited":
|
|
6229
|
+
return "We've sent an invite to this user to join your organisation on Qik.";
|
|
6230
|
+
case "managed":
|
|
6231
|
+
return "This user can only sign in to your applications.";
|
|
6219
6232
|
default:
|
|
6220
6233
|
return "";
|
|
6221
6234
|
}
|
|
@@ -6223,9 +6236,9 @@ const jy = {
|
|
|
6223
6236
|
icon() {
|
|
6224
6237
|
switch (this.className) {
|
|
6225
6238
|
case "connected":
|
|
6226
|
-
return "far fa-
|
|
6239
|
+
return "far fa-user";
|
|
6227
6240
|
case "invited":
|
|
6228
|
-
return "far fa-
|
|
6241
|
+
return "far fa-envelope";
|
|
6229
6242
|
case "managed":
|
|
6230
6243
|
return "far fa-user";
|
|
6231
6244
|
default:
|
|
@@ -6235,20 +6248,25 @@ const jy = {
|
|
|
6235
6248
|
}
|
|
6236
6249
|
}, Ry = { class: "pill" };
|
|
6237
6250
|
function By(e, t, n, r, s, i) {
|
|
6238
|
-
const l = y("ux-icon");
|
|
6251
|
+
const l = y("ux-icon"), a = y("tippy");
|
|
6239
6252
|
return o(), d("td", {
|
|
6240
6253
|
class: N(["table-persona-invite-cell", i.className])
|
|
6241
6254
|
}, [
|
|
6242
|
-
|
|
6243
|
-
|
|
6244
|
-
|
|
6245
|
-
|
|
6246
|
-
|
|
6247
|
-
|
|
6248
|
-
|
|
6255
|
+
m(a, { content: i.tooltip }, {
|
|
6256
|
+
default: h(() => [
|
|
6257
|
+
x("div", Ry, [
|
|
6258
|
+
m(l, {
|
|
6259
|
+
icon: i.icon,
|
|
6260
|
+
left: ""
|
|
6261
|
+
}, null, 8, ["icon"]),
|
|
6262
|
+
T(" " + v(i.text), 1)
|
|
6263
|
+
])
|
|
6264
|
+
]),
|
|
6265
|
+
_: 1
|
|
6266
|
+
}, 8, ["content"])
|
|
6249
6267
|
], 2);
|
|
6250
6268
|
}
|
|
6251
|
-
const zy = /* @__PURE__ */
|
|
6269
|
+
const zy = /* @__PURE__ */ C(jy, [["render", By], ["__scopeId", "data-v-be3bef4b"]]);
|
|
6252
6270
|
const Hy = {
|
|
6253
6271
|
mixins: [Ae],
|
|
6254
6272
|
computed: {
|
|
@@ -6267,7 +6285,7 @@ function Gy(e, t, n, r, s, i) {
|
|
|
6267
6285
|
i.status ? (o(), d("div", qy, v(i.status), 1)) : _("", !0)
|
|
6268
6286
|
], 2);
|
|
6269
6287
|
}
|
|
6270
|
-
const Wy = /* @__PURE__ */
|
|
6288
|
+
const Wy = /* @__PURE__ */ C(Hy, [["render", Gy], ["__scopeId", "data-v-fc04592b"]]);
|
|
6271
6289
|
const Ky = {
|
|
6272
6290
|
mixins: [Ae],
|
|
6273
6291
|
computed: {
|
|
@@ -6302,7 +6320,7 @@ function Jy(e, t, n, r, s, i) {
|
|
|
6302
6320
|
i.subtitle ? (o(), d("div", Zy, v(i.subtitle), 1)) : _("", !0)
|
|
6303
6321
|
], 2);
|
|
6304
6322
|
}
|
|
6305
|
-
const Xy = /* @__PURE__ */
|
|
6323
|
+
const Xy = /* @__PURE__ */ C(Ky, [["render", Jy], ["__scopeId", "data-v-743aaea7"]]);
|
|
6306
6324
|
const Qy = {
|
|
6307
6325
|
props: {
|
|
6308
6326
|
value: {
|
|
@@ -6326,7 +6344,7 @@ function e_(e, t, n, r, s, i) {
|
|
|
6326
6344
|
style: He(i.style)
|
|
6327
6345
|
}, null, 4);
|
|
6328
6346
|
}
|
|
6329
|
-
const zr = /* @__PURE__ */
|
|
6347
|
+
const zr = /* @__PURE__ */ C(Qy, [["render", e_], ["__scopeId", "data-v-6f432fbf"]]);
|
|
6330
6348
|
const t_ = {
|
|
6331
6349
|
mixins: [Ae],
|
|
6332
6350
|
components: {
|
|
@@ -6351,7 +6369,7 @@ function i_(e, t, n, r, s, i) {
|
|
|
6351
6369
|
}, 1032, ["content"]))), 256))
|
|
6352
6370
|
]);
|
|
6353
6371
|
}
|
|
6354
|
-
const r_ = /* @__PURE__ */
|
|
6372
|
+
const r_ = /* @__PURE__ */ C(t_, [["render", i_], ["__scopeId", "data-v-f7f4a65b"]]);
|
|
6355
6373
|
const s_ = {
|
|
6356
6374
|
mixins: [Ae],
|
|
6357
6375
|
data() {
|
|
@@ -6376,7 +6394,7 @@ const s_ = {
|
|
|
6376
6394
|
function a_(e, t, n, r, s, i) {
|
|
6377
6395
|
return o(), d("td", l_, v(i.title), 1);
|
|
6378
6396
|
}
|
|
6379
|
-
const o_ = /* @__PURE__ */
|
|
6397
|
+
const o_ = /* @__PURE__ */ C(s_, [["render", a_], ["__scopeId", "data-v-3c0f4d89"]]);
|
|
6380
6398
|
function kr(e, t) {
|
|
6381
6399
|
if (!e || !t)
|
|
6382
6400
|
return;
|
|
@@ -6549,7 +6567,7 @@ function f_(e, t, n, r, s, i) {
|
|
|
6549
6567
|
}, null, 8, ["type", "value"]))
|
|
6550
6568
|
], 2));
|
|
6551
6569
|
}
|
|
6552
|
-
const Fa = /* @__PURE__ */
|
|
6570
|
+
const Fa = /* @__PURE__ */ C(u_, [["render", f_], ["__scopeId", "data-v-94dd2baa"]]);
|
|
6553
6571
|
const m_ = {
|
|
6554
6572
|
components: {
|
|
6555
6573
|
TableCell: Fa
|
|
@@ -6639,7 +6657,7 @@ function h_(e, t, n, r, s, i) {
|
|
|
6639
6657
|
], !0)
|
|
6640
6658
|
], 2);
|
|
6641
6659
|
}
|
|
6642
|
-
const p_ = /* @__PURE__ */
|
|
6660
|
+
const p_ = /* @__PURE__ */ C(m_, [["render", h_], ["__scopeId", "data-v-3a549ee3"]]), y_ = {
|
|
6643
6661
|
data() {
|
|
6644
6662
|
return {
|
|
6645
6663
|
scrollTop: 0
|
|
@@ -6930,7 +6948,7 @@ function w_(e, t, n, r, s, i) {
|
|
|
6930
6948
|
(o(!0), d(S, null, F(i.renderColumns, (b) => {
|
|
6931
6949
|
var w;
|
|
6932
6950
|
return o(), d("th", {
|
|
6933
|
-
onClick: (
|
|
6951
|
+
onClick: (V) => i.toggleSort(b),
|
|
6934
6952
|
class: N([{ sortable: b.sortable !== !1, active: b.key === ((w = s.sorting) == null ? void 0 : w.key) }, b.class])
|
|
6935
6953
|
}, [
|
|
6936
6954
|
m(p, {
|
|
@@ -6938,7 +6956,7 @@ function w_(e, t, n, r, s, i) {
|
|
|
6938
6956
|
vcenter: ""
|
|
6939
6957
|
}, {
|
|
6940
6958
|
default: h(() => {
|
|
6941
|
-
var
|
|
6959
|
+
var V;
|
|
6942
6960
|
return [
|
|
6943
6961
|
m(c, null, {
|
|
6944
6962
|
default: h(() => [
|
|
@@ -6946,7 +6964,7 @@ function w_(e, t, n, r, s, i) {
|
|
|
6946
6964
|
]),
|
|
6947
6965
|
_: 2
|
|
6948
6966
|
}, 1024),
|
|
6949
|
-
b.key === ((
|
|
6967
|
+
b.key === ((V = s.sorting) == null ? void 0 : V.key) ? (o(), k(c, {
|
|
6950
6968
|
key: 0,
|
|
6951
6969
|
class: "caret",
|
|
6952
6970
|
shrink: ""
|
|
@@ -6986,7 +7004,7 @@ function w_(e, t, n, r, s, i) {
|
|
|
6986
7004
|
], 512)
|
|
6987
7005
|
]);
|
|
6988
7006
|
}
|
|
6989
|
-
const S_ = /* @__PURE__ */
|
|
7007
|
+
const S_ = /* @__PURE__ */ C(__, [["render", w_], ["__scopeId", "data-v-d9ac49e2"]]);
|
|
6990
7008
|
var tn = {}, T_ = {
|
|
6991
7009
|
get exports() {
|
|
6992
7010
|
return tn;
|
|
@@ -7651,7 +7669,7 @@ function Z_(e, t, n, r, s, i) {
|
|
|
7651
7669
|
]))
|
|
7652
7670
|
], 2);
|
|
7653
7671
|
}
|
|
7654
|
-
const pt = /* @__PURE__ */
|
|
7672
|
+
const pt = /* @__PURE__ */ C(A_, [["render", Z_], ["__scopeId", "data-v-7cdd7ed2"]]);
|
|
7655
7673
|
const J_ = {
|
|
7656
7674
|
props: {
|
|
7657
7675
|
total: {
|
|
@@ -7852,7 +7870,7 @@ function X_(e, t, n, r, s, i) {
|
|
|
7852
7870
|
_: 1
|
|
7853
7871
|
});
|
|
7854
7872
|
}
|
|
7855
|
-
const eM = /* @__PURE__ */
|
|
7873
|
+
const eM = /* @__PURE__ */ C(J_, [["render", X_], ["__scopeId", "data-v-f46dd772"]]);
|
|
7856
7874
|
const Q_ = {
|
|
7857
7875
|
props: {
|
|
7858
7876
|
icon: {
|
|
@@ -7905,7 +7923,7 @@ function tg(e, t, n, r, s, i) {
|
|
|
7905
7923
|
})
|
|
7906
7924
|
], 2);
|
|
7907
7925
|
}
|
|
7908
|
-
const ng = /* @__PURE__ */
|
|
7926
|
+
const ng = /* @__PURE__ */ C(Q_, [["render", tg], ["__scopeId", "data-v-9669e7c0"]]);
|
|
7909
7927
|
const ig = {
|
|
7910
7928
|
props: {
|
|
7911
7929
|
id: {
|
|
@@ -7938,7 +7956,7 @@ function rg(e, t, n, r, s, i) {
|
|
|
7938
7956
|
style: He(i.style)
|
|
7939
7957
|
}, null, 4);
|
|
7940
7958
|
}
|
|
7941
|
-
const sg = /* @__PURE__ */
|
|
7959
|
+
const sg = /* @__PURE__ */ C(ig, [["render", rg]]);
|
|
7942
7960
|
const lg = {
|
|
7943
7961
|
props: {
|
|
7944
7962
|
large: {
|
|
@@ -7969,7 +7987,7 @@ function dg(e, t, n, r, s, i) {
|
|
|
7969
7987
|
class: N(["ux-spinner", { large: n.large }])
|
|
7970
7988
|
}, ug, 2);
|
|
7971
7989
|
}
|
|
7972
|
-
const La = /* @__PURE__ */
|
|
7990
|
+
const La = /* @__PURE__ */ C(lg, [["render", dg], ["__scopeId", "data-v-594a0385"]]);
|
|
7973
7991
|
const cg = {
|
|
7974
7992
|
components: {
|
|
7975
7993
|
Spinner: La
|
|
@@ -8060,7 +8078,7 @@ function mg(e, t, n, r, s, i) {
|
|
|
8060
8078
|
_: 3
|
|
8061
8079
|
}, 8, ["active", "loading", "to", "href", "target", "style", "class", "disabled"]);
|
|
8062
8080
|
}
|
|
8063
|
-
const hg = /* @__PURE__ */
|
|
8081
|
+
const hg = /* @__PURE__ */ C(cg, [["render", mg], ["__scopeId", "data-v-cede7d1c"]]);
|
|
8064
8082
|
const pg = {
|
|
8065
8083
|
props: {
|
|
8066
8084
|
value: {
|
|
@@ -8088,7 +8106,7 @@ function yg(e, t, n, r, s, i) {
|
|
|
8088
8106
|
})
|
|
8089
8107
|
], 2);
|
|
8090
8108
|
}
|
|
8091
|
-
const Hr = /* @__PURE__ */
|
|
8109
|
+
const Hr = /* @__PURE__ */ C(pg, [["render", yg], ["__scopeId", "data-v-23f90447"]]);
|
|
8092
8110
|
const _g = {
|
|
8093
8111
|
// components:{
|
|
8094
8112
|
// UxIcon,
|
|
@@ -8127,7 +8145,7 @@ function gg(e, t, n, r, s, i) {
|
|
|
8127
8145
|
])
|
|
8128
8146
|
], 2);
|
|
8129
8147
|
}
|
|
8130
|
-
const Pa = /* @__PURE__ */
|
|
8148
|
+
const Pa = /* @__PURE__ */ C(_g, [["render", gg], ["__scopeId", "data-v-51e4f653"]]);
|
|
8131
8149
|
const vg = {
|
|
8132
8150
|
props: {
|
|
8133
8151
|
to: {
|
|
@@ -8209,7 +8227,7 @@ function bg(e, t, n, r, s, i) {
|
|
|
8209
8227
|
_: 3
|
|
8210
8228
|
}, 8, ["onClick", "to", "href", "target", "class"]);
|
|
8211
8229
|
}
|
|
8212
|
-
const kg = /* @__PURE__ */
|
|
8230
|
+
const kg = /* @__PURE__ */ C(vg, [["render", bg], ["__scopeId", "data-v-f55db950"]]);
|
|
8213
8231
|
const xg = {
|
|
8214
8232
|
props: {
|
|
8215
8233
|
icon: {
|
|
@@ -8243,7 +8261,7 @@ function wg(e, t, n, r, s, i) {
|
|
|
8243
8261
|
class: N(["ux-icon fa", i.classes])
|
|
8244
8262
|
}, null, 8, ["class"]);
|
|
8245
8263
|
}
|
|
8246
|
-
const Sg = /* @__PURE__ */
|
|
8264
|
+
const Sg = /* @__PURE__ */ C(xg, [["render", wg], ["__scopeId", "data-v-028189aa"]]), Jn = {
|
|
8247
8265
|
cache: {}
|
|
8248
8266
|
};
|
|
8249
8267
|
const Tg = {
|
|
@@ -8395,7 +8413,7 @@ function Og(e, t, n, r, s, i) {
|
|
|
8395
8413
|
]))
|
|
8396
8414
|
], 2);
|
|
8397
8415
|
}
|
|
8398
|
-
const Vg = /* @__PURE__ */
|
|
8416
|
+
const Vg = /* @__PURE__ */ C(Tg, [["render", Og], ["__scopeId", "data-v-960ee754"]]);
|
|
8399
8417
|
const Cg = {
|
|
8400
8418
|
name: "menulist",
|
|
8401
8419
|
props: {
|
|
@@ -8625,7 +8643,7 @@ function Eg(e, t, n, r, s, i) {
|
|
|
8625
8643
|
}), 128))
|
|
8626
8644
|
]);
|
|
8627
8645
|
}
|
|
8628
|
-
const Ag = /* @__PURE__ */
|
|
8646
|
+
const Ag = /* @__PURE__ */ C(Cg, [["render", Eg], ["__scopeId", "data-v-cbfd31c1"]]);
|
|
8629
8647
|
const Mg = {
|
|
8630
8648
|
props: {
|
|
8631
8649
|
item: {
|
|
@@ -8826,7 +8844,7 @@ function Fg(e, t, n, r, s, i) {
|
|
|
8826
8844
|
}, null, 12, Ig))
|
|
8827
8845
|
], 6);
|
|
8828
8846
|
}
|
|
8829
|
-
const $g = /* @__PURE__ */
|
|
8847
|
+
const $g = /* @__PURE__ */ C(Mg, [["render", Fg], ["__scopeId", "data-v-8c3931c4"]]);
|
|
8830
8848
|
const Ng = {
|
|
8831
8849
|
props: {
|
|
8832
8850
|
item: {
|
|
@@ -9023,7 +9041,7 @@ function jg(e, t, n, r, s, i) {
|
|
|
9023
9041
|
], 4)) : _("", !0)
|
|
9024
9042
|
], 2);
|
|
9025
9043
|
}
|
|
9026
|
-
const Rg = /* @__PURE__ */
|
|
9044
|
+
const Rg = /* @__PURE__ */ C(Ng, [["render", jg], ["__scopeId", "data-v-d46f56d4"]]);
|
|
9027
9045
|
const Bg = {
|
|
9028
9046
|
props: {
|
|
9029
9047
|
value: {
|
|
@@ -9062,7 +9080,7 @@ function Hg(e, t, n, r, s, i) {
|
|
|
9062
9080
|
}, null, 4)
|
|
9063
9081
|
]);
|
|
9064
9082
|
}
|
|
9065
|
-
const qg = /* @__PURE__ */
|
|
9083
|
+
const qg = /* @__PURE__ */ C(Bg, [["render", Hg], ["__scopeId", "data-v-788db6d0"]]);
|
|
9066
9084
|
const Gg = {
|
|
9067
9085
|
props: {
|
|
9068
9086
|
value: {},
|
|
@@ -9113,14 +9131,14 @@ function Wg(e, t, n, r, s, i) {
|
|
|
9113
9131
|
_: 1
|
|
9114
9132
|
}, 8, ["class", "style"]);
|
|
9115
9133
|
}
|
|
9116
|
-
const Kg = /* @__PURE__ */
|
|
9134
|
+
const Kg = /* @__PURE__ */ C(Gg, [["render", Wg], ["__scopeId", "data-v-223a8711"]]);
|
|
9117
9135
|
const Yg = {}, Zg = { class: "ux-list" };
|
|
9118
9136
|
function Jg(e, t) {
|
|
9119
9137
|
return o(), d("ul", Zg, [
|
|
9120
9138
|
H(e.$slots, "default", {}, void 0, !0)
|
|
9121
9139
|
]);
|
|
9122
9140
|
}
|
|
9123
|
-
const Xg = /* @__PURE__ */
|
|
9141
|
+
const Xg = /* @__PURE__ */ C(Yg, [["render", Jg], ["__scopeId", "data-v-98a2be3e"]]);
|
|
9124
9142
|
const Qg = {
|
|
9125
9143
|
props: {
|
|
9126
9144
|
to: {
|
|
@@ -9156,7 +9174,7 @@ function ev(e, t, n, r, s, i) {
|
|
|
9156
9174
|
_: 3
|
|
9157
9175
|
}, 8, ["to", "href", "target", "disabled"]);
|
|
9158
9176
|
}
|
|
9159
|
-
const tv = /* @__PURE__ */
|
|
9177
|
+
const tv = /* @__PURE__ */ C(Qg, [["render", ev], ["__scopeId", "data-v-ebb9a7bc"]]);
|
|
9160
9178
|
function gn(e) {
|
|
9161
9179
|
var t = new Date(e);
|
|
9162
9180
|
if (t instanceof Date && !isNaN(t))
|
|
@@ -9248,7 +9266,7 @@ function sv(e, t, n, r, s, i) {
|
|
|
9248
9266
|
})
|
|
9249
9267
|
]);
|
|
9250
9268
|
}
|
|
9251
|
-
const lv = /* @__PURE__ */
|
|
9269
|
+
const lv = /* @__PURE__ */ C(nv, [["render", sv], ["__scopeId", "data-v-dc53841d"]]);
|
|
9252
9270
|
const av = {
|
|
9253
9271
|
props: {
|
|
9254
9272
|
modelValue: {
|
|
@@ -9456,7 +9474,7 @@ function kv(e, t, n, r, s, i) {
|
|
|
9456
9474
|
}))
|
|
9457
9475
|
], 64);
|
|
9458
9476
|
}
|
|
9459
|
-
const xv = /* @__PURE__ */
|
|
9477
|
+
const xv = /* @__PURE__ */ C(av, [["render", kv], ["__scopeId", "data-v-d61960a4"]]);
|
|
9460
9478
|
function wv(e) {
|
|
9461
9479
|
return e === void 0 || typeof e > "u" || e === null || String(e) === "null" || String(e) === "undefined";
|
|
9462
9480
|
}
|
|
@@ -10026,7 +10044,7 @@ function Dv(e, t, n, r, s, i) {
|
|
|
10026
10044
|
])
|
|
10027
10045
|
], 2);
|
|
10028
10046
|
}
|
|
10029
|
-
const Iv = /* @__PURE__ */
|
|
10047
|
+
const Iv = /* @__PURE__ */ C(Sv, [["render", Dv], ["__scopeId", "data-v-9c322e6d"]]);
|
|
10030
10048
|
const Fv = {
|
|
10031
10049
|
props: {
|
|
10032
10050
|
manual: {
|
|
@@ -10125,7 +10143,7 @@ function $v(e, t, n, r, s, i) {
|
|
|
10125
10143
|
})
|
|
10126
10144
|
]);
|
|
10127
10145
|
}
|
|
10128
|
-
const ja = /* @__PURE__ */
|
|
10146
|
+
const ja = /* @__PURE__ */ C(Fv, [["render", $v], ["__scopeId", "data-v-2ce8bfb1"]]);
|
|
10129
10147
|
/**!
|
|
10130
10148
|
* Sortable 1.14.0
|
|
10131
10149
|
* @author RubaXa <trash@rubaxa.org>
|
|
@@ -10299,8 +10317,8 @@ function ve(e, t, n, r, s) {
|
|
|
10299
10317
|
}
|
|
10300
10318
|
while (s = s.parentNode);
|
|
10301
10319
|
if (r && e !== window) {
|
|
10302
|
-
var b = Qt(s || e), w = b && b.a,
|
|
10303
|
-
b && (l /=
|
|
10320
|
+
var b = Qt(s || e), w = b && b.a, V = b && b.d;
|
|
10321
|
+
b && (l /= V, a /= w, p /= w, c /= V, u = l + c, f = a + p);
|
|
10304
10322
|
}
|
|
10305
10323
|
return {
|
|
10306
10324
|
top: l,
|
|
@@ -10452,8 +10470,8 @@ function qv() {
|
|
|
10452
10470
|
}
|
|
10453
10471
|
var i = !1, l = 0;
|
|
10454
10472
|
e.forEach(function(a) {
|
|
10455
|
-
var u = 0, f = a.target, c = f.fromRect, p = ve(f), g = f.prevFromRect, b = f.prevToRect, w = a.rect,
|
|
10456
|
-
|
|
10473
|
+
var u = 0, f = a.target, c = f.fromRect, p = ve(f), g = f.prevFromRect, b = f.prevToRect, w = a.rect, V = Qt(f, !0);
|
|
10474
|
+
V && (p.top -= V.f, p.left -= V.e), f.toRect = p, f.thisAnimationDuration && Ki(g, p) && !Ki(c, p) && // Make sure animatingRect is on line between toRect & fromRect
|
|
10457
10475
|
(w.top - p.top) / (w.left - p.left) === (c.top - p.top) / (c.left - p.left) && (u = Wv(w, g, b, s.options)), Ki(p, c) || (f.prevFromRect = c, f.prevToRect = p, u || (u = s.options.animation), s.animate(f, w, p, u)), u && (i = !0, l = Math.max(l, u), clearTimeout(f.animationResetTimer), f.animationResetTimer = setTimeout(function() {
|
|
10458
10476
|
f.animationTime = 0, f.prevFromRect = null, f.fromRect = null, f.prevToRect = null, f.thisAnimationDuration = null;
|
|
10459
10477
|
}, u), f.thisAnimationDuration = u);
|
|
@@ -10533,15 +10551,15 @@ var Gt = [], Yi = {
|
|
|
10533
10551
|
function Kv(e) {
|
|
10534
10552
|
var t = e.sortable, n = e.rootEl, r = e.name, s = e.targetEl, i = e.cloneEl, l = e.toEl, a = e.fromEl, u = e.oldIndex, f = e.newIndex, c = e.oldDraggableIndex, p = e.newDraggableIndex, g = e.originalEvent, b = e.putSortable, w = e.extraEventProperties;
|
|
10535
10553
|
if (t = t || n && n[Be], !!t) {
|
|
10536
|
-
var
|
|
10537
|
-
window.CustomEvent && !yt && !Pn ?
|
|
10554
|
+
var V, U = t.options, z = "on" + r.charAt(0).toUpperCase() + r.substr(1);
|
|
10555
|
+
window.CustomEvent && !yt && !Pn ? V = new CustomEvent(r, {
|
|
10538
10556
|
bubbles: !0,
|
|
10539
10557
|
cancelable: !0
|
|
10540
|
-
}) : (
|
|
10558
|
+
}) : (V = document.createEvent("Event"), V.initEvent(r, !0, !0)), V.to = l || n, V.from = a || n, V.item = s || n, V.clone = i, V.oldIndex = u, V.newIndex = f, V.oldDraggableIndex = c, V.newDraggableIndex = p, V.originalEvent = g, V.pullMode = b ? b.lastPutMode : void 0;
|
|
10541
10559
|
var D = ut(ut({}, w), Un.getEventProperties(r, t));
|
|
10542
10560
|
for (var ee in D)
|
|
10543
|
-
|
|
10544
|
-
n && n.dispatchEvent(
|
|
10561
|
+
V[ee] = D[ee];
|
|
10562
|
+
n && n.dispatchEvent(V), U[z] && U[z].call(t, V);
|
|
10545
10563
|
}
|
|
10546
10564
|
}
|
|
10547
10565
|
var Yv = ["evt"], Le = function(t, n) {
|
|
@@ -10911,7 +10929,7 @@ R.prototype = /** @lends Sortable.prototype */
|
|
|
10911
10929
|
},
|
|
10912
10930
|
// Returns true - if no further action is needed (either inserted or another condition)
|
|
10913
10931
|
_onDragOver: function(t) {
|
|
10914
|
-
var n = this.el, r = t.target, s, i, l, a = this.options, u = a.group, f = R.active, c = Xn === u, p = a.sort, g = we || f, b, w = this,
|
|
10932
|
+
var n = this.el, r = t.target, s, i, l, a = this.options, u = a.group, f = R.active, c = Xn === u, p = a.sort, g = we || f, b, w = this, V = !1;
|
|
10915
10933
|
if (xr)
|
|
10916
10934
|
return;
|
|
10917
10935
|
function U(it, Rt) {
|
|
@@ -10940,7 +10958,7 @@ R.prototype = /** @lends Sortable.prototype */
|
|
|
10940
10958
|
insertion: it
|
|
10941
10959
|
}), it && (c ? f._hideClone() : f._showClone(w), w !== g && (Ue(M, we ? we.options.ghostClass : f.options.ghostClass, !1), Ue(M, a.ghostClass, !0)), we !== w && w !== R.active ? we = w : w === R.active && we && (we = null), g === w && (w._ignoreWhileAnimating = r), w.animateAll(function() {
|
|
10942
10960
|
U("dragOverAnimationComplete"), w._ignoreWhileAnimating = null;
|
|
10943
|
-
}), w !== g && (g.animateAll(), g._ignoreWhileAnimating = null)), (r === M && !M.animated || r === n && !r.animated) && (Wt = null), !a.dragoverBubble && !t.rootEl && r !== document && (M.parentNode[Be]._isOutsideThisEl(t.target), !it && It(t)), !a.dragoverBubble && t.stopPropagation && t.stopPropagation(),
|
|
10961
|
+
}), w !== g && (g.animateAll(), g._ignoreWhileAnimating = null)), (r === M && !M.animated || r === n && !r.animated) && (Wt = null), !a.dragoverBubble && !t.rootEl && r !== document && (M.parentNode[Be]._isOutsideThisEl(t.target), !it && It(t)), !a.dragoverBubble && t.stopPropagation && t.stopPropagation(), V = !0;
|
|
10944
10962
|
}
|
|
10945
10963
|
function ee() {
|
|
10946
10964
|
je = Ge(M), xt = Ge(M, a.draggable), Fe({
|
|
@@ -10953,12 +10971,12 @@ R.prototype = /** @lends Sortable.prototype */
|
|
|
10953
10971
|
});
|
|
10954
10972
|
}
|
|
10955
10973
|
if (t.preventDefault !== void 0 && t.cancelable && t.preventDefault(), r = at(r, a.draggable, n, !0), U("dragOver"), R.eventCanceled)
|
|
10956
|
-
return
|
|
10974
|
+
return V;
|
|
10957
10975
|
if (M.contains(t.target) || r.animated && r.animatingX && r.animatingY || w._ignoreWhileAnimating === r)
|
|
10958
10976
|
return D(!1);
|
|
10959
10977
|
if (_i = !1, f && !a.disabled && (c ? p || (l = fe !== de) : we === this || (this.lastPutMode = Xn.checkPull(this, f, M, t)) && u.checkPut(this, f, M, t))) {
|
|
10960
10978
|
if (b = this._getDirection(t, r) === "vertical", s = ve(M), U("dragOverValid"), R.eventCanceled)
|
|
10961
|
-
return
|
|
10979
|
+
return V;
|
|
10962
10980
|
if (l)
|
|
10963
10981
|
return fe = de, z(), this._hideClone(), U("revert"), R.eventCanceled || ($t ? de.insertBefore(M, $t) : de.appendChild(M)), D(!0);
|
|
10964
10982
|
var ie = qr(n, a.draggable);
|
|
@@ -11323,9 +11341,9 @@ var nr = Ha(function(e, t, n, r) {
|
|
|
11323
11341
|
Sr !== n && (Sr = n, ui(), wn = t.scroll, c = t.scrollFn, wn === !0 && (wn = Tt(n, !0)));
|
|
11324
11342
|
var p = 0, g = wn;
|
|
11325
11343
|
do {
|
|
11326
|
-
var b = g, w = ve(b),
|
|
11344
|
+
var b = g, w = ve(b), V = w.top, U = w.bottom, z = w.left, D = w.right, ee = w.width, ie = w.height, oe = void 0, q = void 0, $ = b.scrollWidth, le = b.scrollHeight, G = j(b), Me = b.scrollLeft, ke = b.scrollTop;
|
|
11327
11345
|
b === u ? (oe = ee < $ && (G.overflowX === "auto" || G.overflowX === "scroll" || G.overflowX === "visible"), q = ie < le && (G.overflowY === "auto" || G.overflowY === "scroll" || G.overflowY === "visible")) : (oe = ee < $ && (G.overflowX === "auto" || G.overflowX === "scroll"), q = ie < le && (G.overflowY === "auto" || G.overflowY === "scroll"));
|
|
11328
|
-
var xe = oe && (Math.abs(D - s) <= l && Me + ee < $) - (Math.abs(z - s) <= l && !!Me), Te = q && (Math.abs(U - i) <= l && ke + ie < le) - (Math.abs(
|
|
11346
|
+
var xe = oe && (Math.abs(D - s) <= l && Me + ee < $) - (Math.abs(z - s) <= l && !!Me), Te = q && (Math.abs(U - i) <= l && ke + ie < le) - (Math.abs(V - i) <= l && !!ke);
|
|
11329
11347
|
if (!pe[p])
|
|
11330
11348
|
for (var Oe = 0; Oe <= p; Oe++)
|
|
11331
11349
|
pe[Oe] || (pe[Oe] = {});
|
|
@@ -12035,7 +12053,7 @@ function $1(e, t, n, r, s, i) {
|
|
|
12035
12053
|
key: 0,
|
|
12036
12054
|
size: "sm",
|
|
12037
12055
|
icon: "",
|
|
12038
|
-
onClick: B((
|
|
12056
|
+
onClick: B((V) => e.$actions.open([b]), ["stop", "prevent"])
|
|
12039
12057
|
}, {
|
|
12040
12058
|
default: h(() => [
|
|
12041
12059
|
m(l, { icon: "fa-ellipsis" })
|
|
@@ -12046,7 +12064,7 @@ function $1(e, t, n, r, s, i) {
|
|
|
12046
12064
|
key: 1,
|
|
12047
12065
|
size: "sm",
|
|
12048
12066
|
icon: "",
|
|
12049
|
-
onClick: B((
|
|
12067
|
+
onClick: B((V) => i.edit(b), ["stop", "prevent"])
|
|
12050
12068
|
}, {
|
|
12051
12069
|
default: h(() => [
|
|
12052
12070
|
m(l, { icon: "fa-pencil" })
|
|
@@ -12056,7 +12074,7 @@ function $1(e, t, n, r, s, i) {
|
|
|
12056
12074
|
m(a, {
|
|
12057
12075
|
size: "sm",
|
|
12058
12076
|
icon: "",
|
|
12059
|
-
onClick: B((
|
|
12077
|
+
onClick: B((V) => e.remove(b), ["stop", "prevent"])
|
|
12060
12078
|
}, {
|
|
12061
12079
|
default: h(() => [
|
|
12062
12080
|
m(l, { icon: "fa-times" })
|
|
@@ -12162,7 +12180,7 @@ function $1(e, t, n, r, s, i) {
|
|
|
12162
12180
|
})) : _("", !0)
|
|
12163
12181
|
], 64);
|
|
12164
12182
|
}
|
|
12165
|
-
const oo = /* @__PURE__ */
|
|
12183
|
+
const oo = /* @__PURE__ */ C(A1, [["render", $1], ["__scopeId", "data-v-406dd647"]]);
|
|
12166
12184
|
function N1(e) {
|
|
12167
12185
|
return e === void 0 || typeof e > "u" || e === null || String(e) === "null" || String(e) === "undefined";
|
|
12168
12186
|
}
|
|
@@ -12290,7 +12308,7 @@ function q1(e, t, n, r, s, i) {
|
|
|
12290
12308
|
])
|
|
12291
12309
|
], 2);
|
|
12292
12310
|
}
|
|
12293
|
-
const G1 = /* @__PURE__ */
|
|
12311
|
+
const G1 = /* @__PURE__ */ C(L1, [["render", q1], ["__scopeId", "data-v-f99f589d"]]);
|
|
12294
12312
|
const W1 = {
|
|
12295
12313
|
components: {
|
|
12296
12314
|
UxCircle: zr
|
|
@@ -12422,7 +12440,7 @@ function Z1(e, t, n, r, s, i) {
|
|
|
12422
12440
|
])) : _("", !0)
|
|
12423
12441
|
]);
|
|
12424
12442
|
}
|
|
12425
|
-
const J1 = /* @__PURE__ */
|
|
12443
|
+
const J1 = /* @__PURE__ */ C(W1, [["render", Z1], ["__scopeId", "data-v-33a8fd08"]]);
|
|
12426
12444
|
let sr;
|
|
12427
12445
|
const X1 = {
|
|
12428
12446
|
components: {
|
|
@@ -12562,7 +12580,7 @@ function Q1(e, t, n, r, s, i) {
|
|
|
12562
12580
|
}, null, 8, ["click", "item"]))), 256))
|
|
12563
12581
|
], 2);
|
|
12564
12582
|
}
|
|
12565
|
-
const eb = /* @__PURE__ */
|
|
12583
|
+
const eb = /* @__PURE__ */ C(X1, [["render", Q1], ["__scopeId", "data-v-7fc51116"]]);
|
|
12566
12584
|
const tb = {
|
|
12567
12585
|
components: {
|
|
12568
12586
|
UxCircle: zr
|
|
@@ -12708,7 +12726,7 @@ function ib(e, t, n, r, s, i) {
|
|
|
12708
12726
|
}, 8, ["size", "loading", "onClick"])
|
|
12709
12727
|
]);
|
|
12710
12728
|
}
|
|
12711
|
-
const rb = /* @__PURE__ */
|
|
12729
|
+
const rb = /* @__PURE__ */ C(tb, [["render", ib], ["__scopeId", "data-v-9af83f09"]]);
|
|
12712
12730
|
function sb(e) {
|
|
12713
12731
|
return e === void 0 || typeof e > "u" || e === null || String(e) === "null" || String(e) === "undefined";
|
|
12714
12732
|
}
|
|
@@ -12830,7 +12848,7 @@ function db(e, t, n, r, s, i) {
|
|
|
12830
12848
|
}, null, 8, ["maximum", "type", "action", "modelValue"])
|
|
12831
12849
|
], 2);
|
|
12832
12850
|
}
|
|
12833
|
-
const uo = /* @__PURE__ */
|
|
12851
|
+
const uo = /* @__PURE__ */ C(lb, [["render", db], ["__scopeId", "data-v-2d13e8a0"]]);
|
|
12834
12852
|
const cb = {
|
|
12835
12853
|
props: {
|
|
12836
12854
|
modelValue: {
|
|
@@ -13014,7 +13032,7 @@ function kb(e, t, n, r, s, i) {
|
|
|
13014
13032
|
], 2))
|
|
13015
13033
|
], 64);
|
|
13016
13034
|
}
|
|
13017
|
-
const co = /* @__PURE__ */
|
|
13035
|
+
const co = /* @__PURE__ */ C(cb, [["render", kb], ["__scopeId", "data-v-8204c7cd"]]);
|
|
13018
13036
|
const xb = {
|
|
13019
13037
|
props: {
|
|
13020
13038
|
modelValue: {
|
|
@@ -13032,6 +13050,9 @@ const xb = {
|
|
|
13032
13050
|
copyable() {
|
|
13033
13051
|
return this.$sdk.global.copyText && this.field.copyable;
|
|
13034
13052
|
},
|
|
13053
|
+
uneditable() {
|
|
13054
|
+
return this.field.editable === !1;
|
|
13055
|
+
},
|
|
13035
13056
|
inputClasses() {
|
|
13036
13057
|
const e = [];
|
|
13037
13058
|
return e.push(`ux-text-input-${this.inputType}`), e.join(" ");
|
|
@@ -13117,13 +13138,13 @@ const xb = {
|
|
|
13117
13138
|
}, Ob = { key: 2 }, Vb = { class: "ux-text-wrap" }, Cb = {
|
|
13118
13139
|
key: 0,
|
|
13119
13140
|
class: "ux-text-prefix"
|
|
13120
|
-
}, Eb = ["type", "placeholder", "onUpdate:modelValue"], Ab = ["type", "placeholder", "onUpdate:modelValue"], Mb = {
|
|
13141
|
+
}, Eb = ["readonly", "type", "placeholder", "onUpdate:modelValue"], Ab = ["readonly", "type", "placeholder", "onUpdate:modelValue"], Mb = {
|
|
13121
13142
|
key: 3,
|
|
13122
13143
|
class: "ux-text-suffix"
|
|
13123
13144
|
}, Db = { class: "ux-text-wrap" }, Ib = {
|
|
13124
13145
|
key: 0,
|
|
13125
13146
|
class: "ux-text-prefix"
|
|
13126
|
-
}, Fb = ["type", "placeholder"], $b = ["type", "placeholder"], Nb = {
|
|
13147
|
+
}, Fb = ["readonly", "type", "placeholder"], $b = ["readonly", "type", "placeholder"], Nb = {
|
|
13127
13148
|
key: 3,
|
|
13128
13149
|
class: "ux-text-suffix"
|
|
13129
13150
|
};
|
|
@@ -13137,6 +13158,7 @@ function Lb(e, t, n, r, s, i) {
|
|
|
13137
13158
|
e.showDescription ? (o(), d("div", Tb, v(e.description), 1)) : _("", !0),
|
|
13138
13159
|
e.multiValue ? (o(), d("div", Ob, [
|
|
13139
13160
|
(o(!0), d(S, null, F(e.model, (c, p) => (o(), k(f, {
|
|
13161
|
+
gap: "",
|
|
13140
13162
|
class: "ux-text-row",
|
|
13141
13163
|
key: p
|
|
13142
13164
|
}, {
|
|
@@ -13147,6 +13169,7 @@ function Lb(e, t, n, r, s, i) {
|
|
|
13147
13169
|
e.prefix ? (o(), d("span", Cb, v(e.prefix), 1)) : _("", !0),
|
|
13148
13170
|
i.lazy ? K((o(), d("input", {
|
|
13149
13171
|
key: 1,
|
|
13172
|
+
readonly: i.uneditable,
|
|
13150
13173
|
type: i.getInput(p),
|
|
13151
13174
|
class: N([i.inputClasses, "ux-field-focus ux-text-input-multiple"]),
|
|
13152
13175
|
placeholder: i.actualPlaceholder,
|
|
@@ -13165,6 +13188,7 @@ function Lb(e, t, n, r, s, i) {
|
|
|
13165
13188
|
]) : _("", !0),
|
|
13166
13189
|
i.lazy ? _("", !0) : K((o(), d("input", {
|
|
13167
13190
|
key: 2,
|
|
13191
|
+
readonly: i.uneditable,
|
|
13168
13192
|
type: i.getInput(p),
|
|
13169
13193
|
class: N([i.inputClasses, "ux-field-focus ux-text-input-multiple"]),
|
|
13170
13194
|
placeholder: i.actualPlaceholder,
|
|
@@ -13260,7 +13284,10 @@ function Lb(e, t, n, r, s, i) {
|
|
|
13260
13284
|
]),
|
|
13261
13285
|
_: 1
|
|
13262
13286
|
}, 8, ["size"])) : _("", !0)
|
|
13263
|
-
])) : (o(), k(f, {
|
|
13287
|
+
])) : (o(), k(f, {
|
|
13288
|
+
key: 3,
|
|
13289
|
+
gap: ""
|
|
13290
|
+
}, {
|
|
13264
13291
|
default: h(() => [
|
|
13265
13292
|
m(l, null, {
|
|
13266
13293
|
default: h(() => [
|
|
@@ -13268,6 +13295,7 @@ function Lb(e, t, n, r, s, i) {
|
|
|
13268
13295
|
e.prefix ? (o(), d("span", Ib, v(e.prefix), 1)) : _("", !0),
|
|
13269
13296
|
i.lazy ? K((o(), d("input", {
|
|
13270
13297
|
key: 1,
|
|
13298
|
+
readonly: i.uneditable,
|
|
13271
13299
|
type: i.actualInputType,
|
|
13272
13300
|
ref: "input",
|
|
13273
13301
|
class: N([i.inputClasses, "ux-field-focus ux-text-input-single"]),
|
|
@@ -13284,6 +13312,7 @@ function Lb(e, t, n, r, s, i) {
|
|
|
13284
13312
|
]) : _("", !0),
|
|
13285
13313
|
i.lazy ? _("", !0) : K((o(), d("input", {
|
|
13286
13314
|
key: 2,
|
|
13315
|
+
readonly: i.uneditable,
|
|
13287
13316
|
type: i.actualInputType,
|
|
13288
13317
|
ref: "input",
|
|
13289
13318
|
class: N([i.inputClasses, "ux-field-focus ux-text-input-single"]),
|
|
@@ -13345,7 +13374,7 @@ function Lb(e, t, n, r, s, i) {
|
|
|
13345
13374
|
}))
|
|
13346
13375
|
], 64);
|
|
13347
13376
|
}
|
|
13348
|
-
const fo = /* @__PURE__ */
|
|
13377
|
+
const fo = /* @__PURE__ */ C(xb, [["render", Lb], ["__scopeId", "data-v-3eb5be38"]]);
|
|
13349
13378
|
const Pb = {
|
|
13350
13379
|
props: {
|
|
13351
13380
|
modelValue: {
|
|
@@ -13440,7 +13469,7 @@ function Hb(e, t, n, r, s, i) {
|
|
|
13440
13469
|
])
|
|
13441
13470
|
], 64);
|
|
13442
13471
|
}
|
|
13443
|
-
const qb = /* @__PURE__ */
|
|
13472
|
+
const qb = /* @__PURE__ */ C(Pb, [["render", Hb], ["__scopeId", "data-v-03a618d3"]]);
|
|
13444
13473
|
function ni(e) {
|
|
13445
13474
|
return String(e).length < 2 && (e = `0${e}`), e;
|
|
13446
13475
|
}
|
|
@@ -13562,7 +13591,7 @@ function Xb(e, t, n, r, s, i) {
|
|
|
13562
13591
|
])
|
|
13563
13592
|
], 64);
|
|
13564
13593
|
}
|
|
13565
|
-
const mo = /* @__PURE__ */
|
|
13594
|
+
const mo = /* @__PURE__ */ C(Gb, [["render", Xb], ["__scopeId", "data-v-32a839f1"]]);
|
|
13566
13595
|
function nl(e) {
|
|
13567
13596
|
return String(e).length < 2 && (e = `0${e}`), e;
|
|
13568
13597
|
}
|
|
@@ -13667,7 +13696,7 @@ function sk(e, t, n, r, s, i) {
|
|
|
13667
13696
|
])
|
|
13668
13697
|
], 64);
|
|
13669
13698
|
}
|
|
13670
|
-
const lk = /* @__PURE__ */
|
|
13699
|
+
const lk = /* @__PURE__ */ C(Qb, [["render", sk], ["__scopeId", "data-v-9ae5aa1e"]]);
|
|
13671
13700
|
const ak = {
|
|
13672
13701
|
components: {
|
|
13673
13702
|
Daterange: lv
|
|
@@ -13777,7 +13806,7 @@ function fk(e, t, n, r, s, i) {
|
|
|
13777
13806
|
}, null, 8, ["onFocus", "modelValue"]))
|
|
13778
13807
|
], 64);
|
|
13779
13808
|
}
|
|
13780
|
-
const mk = /* @__PURE__ */
|
|
13809
|
+
const mk = /* @__PURE__ */ C(ak, [["render", fk], ["__scopeId", "data-v-b6688859"]]);
|
|
13781
13810
|
function il(e) {
|
|
13782
13811
|
return Array.isArray(e) ? !!e[0] : !!e;
|
|
13783
13812
|
}
|
|
@@ -13861,7 +13890,7 @@ function gk(e, t, n, r, s, i) {
|
|
|
13861
13890
|
})
|
|
13862
13891
|
]);
|
|
13863
13892
|
}
|
|
13864
|
-
const vk = /* @__PURE__ */
|
|
13893
|
+
const vk = /* @__PURE__ */ C(hk, [["render", gk]]), bk = {
|
|
13865
13894
|
props: {
|
|
13866
13895
|
modelValue: {
|
|
13867
13896
|
type: [String, Array]
|
|
@@ -13924,7 +13953,7 @@ function Sk(e, t, n, r, s, i) {
|
|
|
13924
13953
|
innerHTML: e.field.template
|
|
13925
13954
|
}, null, 8, wk));
|
|
13926
13955
|
}
|
|
13927
|
-
const Tk = /* @__PURE__ */
|
|
13956
|
+
const Tk = /* @__PURE__ */ C(bk, [["render", Sk]]);
|
|
13928
13957
|
var Ok = Math.ceil, Vk = Math.max;
|
|
13929
13958
|
function Ck(e, t, n, r) {
|
|
13930
13959
|
for (var s = -1, i = Vk(Ok((t - e) / (n || 1)), 0), l = Array(i); i--; )
|
|
@@ -14470,7 +14499,7 @@ function f0(e, t, n, r, s, i) {
|
|
|
14470
14499
|
_: 1
|
|
14471
14500
|
});
|
|
14472
14501
|
}
|
|
14473
|
-
const m0 = /* @__PURE__ */
|
|
14502
|
+
const m0 = /* @__PURE__ */ C(n0, [["render", f0], ["__scopeId", "data-v-569dda27"]]);
|
|
14474
14503
|
const h0 = {
|
|
14475
14504
|
mixins: [Q],
|
|
14476
14505
|
components: {
|
|
@@ -14565,7 +14594,7 @@ function v0(e, t, n, r, s, i) {
|
|
|
14565
14594
|
}, null, 8, ["allDay", "modelValue"]))
|
|
14566
14595
|
], 64);
|
|
14567
14596
|
}
|
|
14568
|
-
const b0 = /* @__PURE__ */
|
|
14597
|
+
const b0 = /* @__PURE__ */ C(h0, [["render", v0], ["__scopeId", "data-v-f9459e1e"]]);
|
|
14569
14598
|
const k0 = {
|
|
14570
14599
|
props: {
|
|
14571
14600
|
fields: {
|
|
@@ -14949,7 +14978,7 @@ const k0 = {
|
|
|
14949
14978
|
class: "filter-condition"
|
|
14950
14979
|
}, S0 = { key: 0 }, T0 = { key: 1 }, O0 = { key: 2 }, V0 = { key: 3 }, C0 = { key: 4 }, E0 = { key: 5 }, A0 = { key: 6 }, M0 = { key: 7 }, D0 = { key: 8 }, I0 = { key: 9 }, F0 = { key: 10 }, $0 = /* @__PURE__ */ x0(() => /* @__PURE__ */ x("label", null, "Where:", -1));
|
|
14951
14980
|
function N0(e, t, n, r, s, i) {
|
|
14952
|
-
const l = y("native-select"), a = y("flex-cell"), u = y("text-field"), f = y("currency-field"), c = y("flex-row"), p = y("date-field"), g = y("scope-select"), b = y("content-select"), w = y("ux-switch"),
|
|
14981
|
+
const l = y("native-select"), a = y("flex-cell"), u = y("text-field"), f = y("currency-field"), c = y("flex-row"), p = y("date-field"), g = y("scope-select"), b = y("content-select"), w = y("ux-switch"), V = y("ux-icon"), U = y("ux-button"), z = y("filter-condition", !0);
|
|
14953
14982
|
return s.comparators ? (o(), d("div", w0, [
|
|
14954
14983
|
m(c, {
|
|
14955
14984
|
gap: "",
|
|
@@ -15158,7 +15187,7 @@ function N0(e, t, n, r, s, i) {
|
|
|
15158
15187
|
onClick: t[22] || (t[22] = (D) => e.$emit("remove"))
|
|
15159
15188
|
}, {
|
|
15160
15189
|
default: h(() => [
|
|
15161
|
-
m(
|
|
15190
|
+
m(V, { icon: "fa-times" })
|
|
15162
15191
|
]),
|
|
15163
15192
|
_: 1
|
|
15164
15193
|
})
|
|
@@ -15187,7 +15216,7 @@ function N0(e, t, n, r, s, i) {
|
|
|
15187
15216
|
}, {
|
|
15188
15217
|
default: h(() => [
|
|
15189
15218
|
T(" Add Criteria "),
|
|
15190
|
-
m(
|
|
15219
|
+
m(V, {
|
|
15191
15220
|
icon: "fa-plus",
|
|
15192
15221
|
right: ""
|
|
15193
15222
|
})
|
|
@@ -15197,7 +15226,7 @@ function N0(e, t, n, r, s, i) {
|
|
|
15197
15226
|
], 64)) : _("", !0)
|
|
15198
15227
|
])) : _("", !0);
|
|
15199
15228
|
}
|
|
15200
|
-
const L0 = /* @__PURE__ */
|
|
15229
|
+
const L0 = /* @__PURE__ */ C(k0, [["render", N0], ["__scopeId", "data-v-13dce876"]]);
|
|
15201
15230
|
function P0(e) {
|
|
15202
15231
|
let t = [];
|
|
15203
15232
|
if (t.push({
|
|
@@ -15614,7 +15643,7 @@ function Z0(e, t, n, r, s, i) {
|
|
|
15614
15643
|
}, 8, ["onClick"])
|
|
15615
15644
|
])) : _("", !0);
|
|
15616
15645
|
}
|
|
15617
|
-
const J0 = /* @__PURE__ */
|
|
15646
|
+
const J0 = /* @__PURE__ */ C(z0, [["render", Z0], ["__scopeId", "data-v-f372c803"]]);
|
|
15618
15647
|
const X0 = {
|
|
15619
15648
|
components: {
|
|
15620
15649
|
FilterRule: J0,
|
|
@@ -15758,7 +15787,7 @@ function nx(e, t, n, r, s, i) {
|
|
|
15758
15787
|
_: 1
|
|
15759
15788
|
});
|
|
15760
15789
|
}
|
|
15761
|
-
const go = /* @__PURE__ */
|
|
15790
|
+
const go = /* @__PURE__ */ C(X0, [["render", nx], ["__scopeId", "data-v-fcb41aed"]]);
|
|
15762
15791
|
const ix = {
|
|
15763
15792
|
mixins: [Q],
|
|
15764
15793
|
components: {
|
|
@@ -15873,7 +15902,7 @@ function ox(e, t, n, r, s, i) {
|
|
|
15873
15902
|
}, null, 8, ["definition", "modelValue"]))
|
|
15874
15903
|
], 64);
|
|
15875
15904
|
}
|
|
15876
|
-
const ux = /* @__PURE__ */
|
|
15905
|
+
const ux = /* @__PURE__ */ C(ix, [["render", ox], ["__scopeId", "data-v-63053873"]]);
|
|
15877
15906
|
function dx(e) {
|
|
15878
15907
|
return e === void 0 || typeof e > "u" || e === null || String(e) === "null" || String(e) === "undefined";
|
|
15879
15908
|
}
|
|
@@ -16082,7 +16111,7 @@ function gx(e, t, n, r, s, i) {
|
|
|
16082
16111
|
}, null, 8, ["onTouched", "field", "modelValue"]))
|
|
16083
16112
|
], 2);
|
|
16084
16113
|
}
|
|
16085
|
-
const ll = /* @__PURE__ */
|
|
16114
|
+
const ll = /* @__PURE__ */ C(cx, [["render", gx], ["__scopeId", "data-v-e4654800"]]);
|
|
16086
16115
|
function vx(e, t, n) {
|
|
16087
16116
|
return e + (t - e) * (n / 100);
|
|
16088
16117
|
}
|
|
@@ -16163,7 +16192,7 @@ function Sx(e, t, n, r, s, i) {
|
|
|
16163
16192
|
x("output", wx, null, 512)
|
|
16164
16193
|
]);
|
|
16165
16194
|
}
|
|
16166
|
-
const Tx = /* @__PURE__ */
|
|
16195
|
+
const Tx = /* @__PURE__ */ C(bx, [["render", Sx], ["__scopeId", "data-v-ad12314c"]]);
|
|
16167
16196
|
const Ox = {
|
|
16168
16197
|
components: {
|
|
16169
16198
|
RangeSlider: Tx
|
|
@@ -16319,7 +16348,7 @@ function Ix(e, t, n, r, s, i) {
|
|
|
16319
16348
|
}))
|
|
16320
16349
|
], 64);
|
|
16321
16350
|
}
|
|
16322
|
-
const Fx = /* @__PURE__ */
|
|
16351
|
+
const Fx = /* @__PURE__ */ C(Ox, [["render", Ix], ["__scopeId", "data-v-5918d2a7"]]);
|
|
16323
16352
|
const $x = {
|
|
16324
16353
|
props: {
|
|
16325
16354
|
modelValue: {
|
|
@@ -16461,7 +16490,7 @@ function Bx(e, t, n, r, s, i) {
|
|
|
16461
16490
|
}))
|
|
16462
16491
|
], 64);
|
|
16463
16492
|
}
|
|
16464
|
-
const zx = /* @__PURE__ */
|
|
16493
|
+
const zx = /* @__PURE__ */ C($x, [["render", Bx], ["__scopeId", "data-v-b315f30d"]]);
|
|
16465
16494
|
function al(e) {
|
|
16466
16495
|
return Array.isArray(e) ? !!e[0] : !!e;
|
|
16467
16496
|
}
|
|
@@ -16545,7 +16574,7 @@ function Kx(e, t, n, r, s, i) {
|
|
|
16545
16574
|
})
|
|
16546
16575
|
]);
|
|
16547
16576
|
}
|
|
16548
|
-
const Yx = /* @__PURE__ */
|
|
16577
|
+
const Yx = /* @__PURE__ */ C(Hx, [["render", Kx], ["__scopeId", "data-v-1b49e626"]]);
|
|
16549
16578
|
const Zx = {
|
|
16550
16579
|
props: {
|
|
16551
16580
|
multiple: {
|
|
@@ -16620,7 +16649,7 @@ function Xx(e, t, n, r, s, i) {
|
|
|
16620
16649
|
])
|
|
16621
16650
|
], 34);
|
|
16622
16651
|
}
|
|
16623
|
-
const Qx = /* @__PURE__ */
|
|
16652
|
+
const Qx = /* @__PURE__ */ C(Zx, [["render", Xx], ["__scopeId", "data-v-0c381e95"]]);
|
|
16624
16653
|
const ew = {
|
|
16625
16654
|
mixins: [Q],
|
|
16626
16655
|
components: {
|
|
@@ -16807,7 +16836,7 @@ function lw(e, t, n, r, s, i) {
|
|
|
16807
16836
|
}, 8, ["onFiles"]))
|
|
16808
16837
|
], 64);
|
|
16809
16838
|
}
|
|
16810
|
-
const aw = /* @__PURE__ */
|
|
16839
|
+
const aw = /* @__PURE__ */ C(ew, [["render", lw], ["__scopeId", "data-v-d29a9855"]]);
|
|
16811
16840
|
const ow = {
|
|
16812
16841
|
mixins: [Q],
|
|
16813
16842
|
//TODO check whether we should move draggable into the input mixin
|
|
@@ -16924,12 +16953,12 @@ function gw(e, t, n, r, s, i) {
|
|
|
16924
16953
|
i.reorderable ? (o(), k(w, {
|
|
16925
16954
|
key: 1,
|
|
16926
16955
|
modelValue: e.model,
|
|
16927
|
-
"onUpdate:modelValue": t[1] || (t[1] = (
|
|
16956
|
+
"onUpdate:modelValue": t[1] || (t[1] = (V) => e.model = V),
|
|
16928
16957
|
group: i.groupKey,
|
|
16929
|
-
onStart: t[2] || (t[2] = (
|
|
16930
|
-
onEnd: t[3] || (t[3] = (
|
|
16958
|
+
onStart: t[2] || (t[2] = (V) => s.drag = !0),
|
|
16959
|
+
onEnd: t[3] || (t[3] = (V) => s.drag = !1)
|
|
16931
16960
|
}, {
|
|
16932
|
-
item: h(({ element:
|
|
16961
|
+
item: h(({ element: V, index: U }) => [
|
|
16933
16962
|
m(b, { ref: "row" }, {
|
|
16934
16963
|
default: h(() => [
|
|
16935
16964
|
m(c, null, {
|
|
@@ -16955,7 +16984,7 @@ function gw(e, t, n, r, s, i) {
|
|
|
16955
16984
|
m(a, { vcenter: "" }, {
|
|
16956
16985
|
default: h(() => [
|
|
16957
16986
|
x("div", null, [
|
|
16958
|
-
x("strong", null, v(i.multiLabel(
|
|
16987
|
+
x("strong", null, v(i.multiLabel(V, U)), 1)
|
|
16959
16988
|
])
|
|
16960
16989
|
]),
|
|
16961
16990
|
_: 2
|
|
@@ -16968,13 +16997,13 @@ function gw(e, t, n, r, s, i) {
|
|
|
16968
16997
|
m(u, {
|
|
16969
16998
|
size: "xs",
|
|
16970
16999
|
tag: "a",
|
|
16971
|
-
onClick: (z) =>
|
|
17000
|
+
onClick: (z) => V.collapsed = !V.collapsed
|
|
16972
17001
|
}, {
|
|
16973
17002
|
default: h(() => [
|
|
16974
|
-
T(v(
|
|
17003
|
+
T(v(V.collapsed ? "More" : "Less") + " ", 1),
|
|
16975
17004
|
m(l, {
|
|
16976
17005
|
right: "",
|
|
16977
|
-
icon:
|
|
17006
|
+
icon: V.collapsed ? "fa-angle-down" : "fa-angle-up"
|
|
16978
17007
|
}, null, 8, ["icon"])
|
|
16979
17008
|
]),
|
|
16980
17009
|
_: 2
|
|
@@ -16991,7 +17020,7 @@ function gw(e, t, n, r, s, i) {
|
|
|
16991
17020
|
key: 0,
|
|
16992
17021
|
icon: "",
|
|
16993
17022
|
tag: "a",
|
|
16994
|
-
onClick: (z) => e.remove(
|
|
17023
|
+
onClick: (z) => e.remove(V)
|
|
16995
17024
|
}, {
|
|
16996
17025
|
default: h(() => [
|
|
16997
17026
|
m(l, { icon: "fa-times" })
|
|
@@ -17027,14 +17056,14 @@ function gw(e, t, n, r, s, i) {
|
|
|
17027
17056
|
]),
|
|
17028
17057
|
_: 2
|
|
17029
17058
|
}, 1536), [
|
|
17030
|
-
[di, !i.collapsible || !
|
|
17059
|
+
[di, !i.collapsible || !V.collapsed]
|
|
17031
17060
|
])
|
|
17032
17061
|
]),
|
|
17033
17062
|
_: 2
|
|
17034
17063
|
}, 1536)
|
|
17035
17064
|
]),
|
|
17036
17065
|
_: 1
|
|
17037
|
-
}, 8, ["modelValue", "group"])) : (o(!0), d(S, { key: 2 }, F(e.model, (
|
|
17066
|
+
}, 8, ["modelValue", "group"])) : (o(!0), d(S, { key: 2 }, F(e.model, (V, U) => (o(), k(b, {
|
|
17038
17067
|
ref_for: !0,
|
|
17039
17068
|
ref: "row"
|
|
17040
17069
|
}, {
|
|
@@ -17058,7 +17087,7 @@ function gw(e, t, n, r, s, i) {
|
|
|
17058
17087
|
m(a, { vcenter: "" }, {
|
|
17059
17088
|
default: h(() => [
|
|
17060
17089
|
x("div", null, [
|
|
17061
|
-
x("strong", null, v(i.multiLabel(
|
|
17090
|
+
x("strong", null, v(i.multiLabel(V, U)), 1)
|
|
17062
17091
|
])
|
|
17063
17092
|
]),
|
|
17064
17093
|
_: 2
|
|
@@ -17071,13 +17100,13 @@ function gw(e, t, n, r, s, i) {
|
|
|
17071
17100
|
m(u, {
|
|
17072
17101
|
size: "xs",
|
|
17073
17102
|
tag: "a",
|
|
17074
|
-
onClick: (z) =>
|
|
17103
|
+
onClick: (z) => V.collapsed = !V.collapsed
|
|
17075
17104
|
}, {
|
|
17076
17105
|
default: h(() => [
|
|
17077
|
-
T(v(
|
|
17106
|
+
T(v(V.collapsed ? "More" : "Less") + " ", 1),
|
|
17078
17107
|
m(l, {
|
|
17079
17108
|
right: "",
|
|
17080
|
-
icon:
|
|
17109
|
+
icon: V.collapsed ? "fa-angle-down" : "fa-angle-up"
|
|
17081
17110
|
}, null, 8, ["icon"])
|
|
17082
17111
|
]),
|
|
17083
17112
|
_: 2
|
|
@@ -17094,7 +17123,7 @@ function gw(e, t, n, r, s, i) {
|
|
|
17094
17123
|
key: 0,
|
|
17095
17124
|
icon: "",
|
|
17096
17125
|
tag: "a",
|
|
17097
|
-
onClick: (z) => e.remove(
|
|
17126
|
+
onClick: (z) => e.remove(V)
|
|
17098
17127
|
}, {
|
|
17099
17128
|
default: h(() => [
|
|
17100
17129
|
m(l, { icon: "fa-times" })
|
|
@@ -17131,14 +17160,14 @@ function gw(e, t, n, r, s, i) {
|
|
|
17131
17160
|
]),
|
|
17132
17161
|
_: 2
|
|
17133
17162
|
}, 1536), [
|
|
17134
|
-
[di, !
|
|
17163
|
+
[di, !V.collapsed]
|
|
17135
17164
|
])
|
|
17136
17165
|
]),
|
|
17137
17166
|
_: 2
|
|
17138
17167
|
}, 1536))), 256)),
|
|
17139
17168
|
e.canAddValue ? (o(), k(u, {
|
|
17140
17169
|
key: 3,
|
|
17141
|
-
onClick: t[5] || (t[5] = (
|
|
17170
|
+
onClick: t[5] || (t[5] = (V) => e.add())
|
|
17142
17171
|
}, {
|
|
17143
17172
|
default: h(() => [
|
|
17144
17173
|
T(v(e.addLabel) + " ", 1),
|
|
@@ -17177,7 +17206,7 @@ function gw(e, t, n, r, s, i) {
|
|
|
17177
17206
|
m(u, {
|
|
17178
17207
|
icon: "",
|
|
17179
17208
|
tag: "a",
|
|
17180
|
-
onClick: t[6] || (t[6] = (
|
|
17209
|
+
onClick: t[6] || (t[6] = (V) => e.model = void 0)
|
|
17181
17210
|
}, {
|
|
17182
17211
|
default: h(() => [
|
|
17183
17212
|
m(l, { icon: "fa-times" })
|
|
@@ -17204,7 +17233,7 @@ function gw(e, t, n, r, s, i) {
|
|
|
17204
17233
|
"onForm:state": i.stateChange,
|
|
17205
17234
|
parentModel: e.parentModel,
|
|
17206
17235
|
modelValue: e.model,
|
|
17207
|
-
"onUpdate:modelValue": t[7] || (t[7] = (
|
|
17236
|
+
"onUpdate:modelValue": t[7] || (t[7] = (V) => e.model = V),
|
|
17208
17237
|
flex: i.sameLine,
|
|
17209
17238
|
fields: e.field.fields
|
|
17210
17239
|
}, null, 8, ["trail", "includeOfficeOnly", "submission", "ignoreDefaults", "onForm:state", "parentModel", "modelValue", "flex", "fields"])
|
|
@@ -17223,13 +17252,13 @@ function gw(e, t, n, r, s, i) {
|
|
|
17223
17252
|
"onForm:state": i.stateChange,
|
|
17224
17253
|
parentModel: e.parentModel,
|
|
17225
17254
|
modelValue: e.model,
|
|
17226
|
-
"onUpdate:modelValue": t[8] || (t[8] = (
|
|
17255
|
+
"onUpdate:modelValue": t[8] || (t[8] = (V) => e.model = V),
|
|
17227
17256
|
flex: i.sameLine,
|
|
17228
17257
|
fields: e.field.fields
|
|
17229
17258
|
}, null, 8, ["trail", "includeOfficeOnly", "submission", "ignoreDefaults", "onForm:state", "parentModel", "modelValue", "flex", "fields"]))
|
|
17230
17259
|
], 64)) : (o(), k(u, {
|
|
17231
17260
|
key: 1,
|
|
17232
|
-
onClick: t[9] || (t[9] = (
|
|
17261
|
+
onClick: t[9] || (t[9] = (V) => i.createSingleObject())
|
|
17233
17262
|
}, {
|
|
17234
17263
|
default: h(() => [
|
|
17235
17264
|
T("Add " + v(e.label) + " ", 1),
|
|
@@ -17259,7 +17288,7 @@ function gw(e, t, n, r, s, i) {
|
|
|
17259
17288
|
"onForm:state": i.stateChange,
|
|
17260
17289
|
parentModel: e.parentModel,
|
|
17261
17290
|
modelValue: e.model,
|
|
17262
|
-
"onUpdate:modelValue": t[10] || (t[10] = (
|
|
17291
|
+
"onUpdate:modelValue": t[10] || (t[10] = (V) => e.model = V),
|
|
17263
17292
|
flex: i.sameLine,
|
|
17264
17293
|
fields: e.field.fields
|
|
17265
17294
|
}, null, 8, ["trail", "includeOfficeOnly", "submission", "ignoreDefaults", "onForm:state", "parentModel", "modelValue", "flex", "fields"])
|
|
@@ -17279,14 +17308,14 @@ function gw(e, t, n, r, s, i) {
|
|
|
17279
17308
|
"onForm:state": i.stateChange,
|
|
17280
17309
|
parentModel: e.parentModel,
|
|
17281
17310
|
modelValue: e.model,
|
|
17282
|
-
"onUpdate:modelValue": t[11] || (t[11] = (
|
|
17311
|
+
"onUpdate:modelValue": t[11] || (t[11] = (V) => e.model = V),
|
|
17283
17312
|
flex: i.sameLine,
|
|
17284
17313
|
fields: e.field.fields
|
|
17285
17314
|
}, null, 8, ["trail", "includeOfficeOnly", "submission", "ignoreDefaults", "onForm:state", "parentModel", "modelValue", "flex", "fields"]))
|
|
17286
17315
|
], 64))
|
|
17287
17316
|
], 64));
|
|
17288
17317
|
}
|
|
17289
|
-
const vw = /* @__PURE__ */
|
|
17318
|
+
const vw = /* @__PURE__ */ C(ow, [["render", gw], ["__scopeId", "data-v-80037664"]]);
|
|
17290
17319
|
function Vr(e) {
|
|
17291
17320
|
return e === void 0 || typeof e > "u" || e === null || String(e) === "null" || String(e) === "undefined";
|
|
17292
17321
|
}
|
|
@@ -17310,7 +17339,7 @@ function kw(e, t, n, r, s, i) {
|
|
|
17310
17339
|
x("pre", null, v(n.option), 1)
|
|
17311
17340
|
]);
|
|
17312
17341
|
}
|
|
17313
|
-
const xw = /* @__PURE__ */
|
|
17342
|
+
const xw = /* @__PURE__ */ C(bw, [["render", kw]]);
|
|
17314
17343
|
const ww = {
|
|
17315
17344
|
components: {
|
|
17316
17345
|
OptionSlot: xw
|
|
@@ -17427,7 +17456,7 @@ function Cw(e, t, n, r, s, i) {
|
|
|
17427
17456
|
])
|
|
17428
17457
|
], 64);
|
|
17429
17458
|
}
|
|
17430
|
-
const Ew = /* @__PURE__ */
|
|
17459
|
+
const Ew = /* @__PURE__ */ C(ww, [["render", Cw], ["__scopeId", "data-v-7ec6958f"]]);
|
|
17431
17460
|
const Aw = {
|
|
17432
17461
|
props: {
|
|
17433
17462
|
modelValue: {
|
|
@@ -17509,7 +17538,7 @@ function Nw(e, t, n, r, s, i) {
|
|
|
17509
17538
|
])) : (o(), d("pre", $w, v(e.model), 1))
|
|
17510
17539
|
], 64);
|
|
17511
17540
|
}
|
|
17512
|
-
const Lw = /* @__PURE__ */
|
|
17541
|
+
const Lw = /* @__PURE__ */ C(Aw, [["render", Nw], ["__scopeId", "data-v-aae5394a"]]);
|
|
17513
17542
|
const Pw = {
|
|
17514
17543
|
components: {
|
|
17515
17544
|
UxCheckbox: Hr
|
|
@@ -17721,7 +17750,7 @@ function qw(e, t, n, r, s, i) {
|
|
|
17721
17750
|
], 2))), 256))
|
|
17722
17751
|
])) : _("", !0);
|
|
17723
17752
|
}
|
|
17724
|
-
const Gw = /* @__PURE__ */
|
|
17753
|
+
const Gw = /* @__PURE__ */ C(Pw, [["render", qw], ["__scopeId", "data-v-46962828"]]);
|
|
17725
17754
|
const Ww = {
|
|
17726
17755
|
props: {
|
|
17727
17756
|
modelValue: {
|
|
@@ -18008,7 +18037,7 @@ function dS(e, t, n, r, s, i) {
|
|
|
18008
18037
|
}))
|
|
18009
18038
|
], 64);
|
|
18010
18039
|
}
|
|
18011
|
-
const cS = /* @__PURE__ */
|
|
18040
|
+
const cS = /* @__PURE__ */ C(Ww, [["render", dS], ["__scopeId", "data-v-c8feb6c2"]]);
|
|
18012
18041
|
const fS = {
|
|
18013
18042
|
components: {
|
|
18014
18043
|
// VAceEditor,
|
|
@@ -18177,7 +18206,7 @@ function pS(e, t, n, r, s, i) {
|
|
|
18177
18206
|
_: 1
|
|
18178
18207
|
})) : _("", !0);
|
|
18179
18208
|
}
|
|
18180
|
-
const yS = /* @__PURE__ */
|
|
18209
|
+
const yS = /* @__PURE__ */ C(fS, [["render", pS], ["__scopeId", "data-v-d61fa45a"]]);
|
|
18181
18210
|
const _S = {
|
|
18182
18211
|
components: {
|
|
18183
18212
|
CodeEditor: yS
|
|
@@ -18287,7 +18316,7 @@ function SS(e, t, n, r, s, i) {
|
|
|
18287
18316
|
]))
|
|
18288
18317
|
], 32);
|
|
18289
18318
|
}
|
|
18290
|
-
const TS = /* @__PURE__ */
|
|
18319
|
+
const TS = /* @__PURE__ */ C(_S, [["render", SS], ["__scopeId", "data-v-50e774dd"]]);
|
|
18291
18320
|
const OS = {
|
|
18292
18321
|
props: {
|
|
18293
18322
|
modelValue: {
|
|
@@ -18389,7 +18418,7 @@ function IS(e, t, n, r, s, i) {
|
|
|
18389
18418
|
]))
|
|
18390
18419
|
], 32);
|
|
18391
18420
|
}
|
|
18392
|
-
const FS = /* @__PURE__ */
|
|
18421
|
+
const FS = /* @__PURE__ */ C(OS, [["render", IS], ["__scopeId", "data-v-56c3b71b"]]);
|
|
18393
18422
|
const $S = {
|
|
18394
18423
|
components: {},
|
|
18395
18424
|
methods: {},
|
|
@@ -18438,7 +18467,7 @@ function NS(e, t, n, r, s, i) {
|
|
|
18438
18467
|
_: 1
|
|
18439
18468
|
})) : _("", !0);
|
|
18440
18469
|
}
|
|
18441
|
-
const LS = /* @__PURE__ */
|
|
18470
|
+
const LS = /* @__PURE__ */ C($S, [["render", NS], ["__scopeId", "data-v-844777a7"]]);
|
|
18442
18471
|
const PS = {
|
|
18443
18472
|
components: {
|
|
18444
18473
|
richtext: LS
|
|
@@ -18542,7 +18571,7 @@ function qS(e, t, n, r, s, i) {
|
|
|
18542
18571
|
]))
|
|
18543
18572
|
]);
|
|
18544
18573
|
}
|
|
18545
|
-
const GS = /* @__PURE__ */
|
|
18574
|
+
const GS = /* @__PURE__ */ C(PS, [["render", qS], ["__scopeId", "data-v-396fd196"]]);
|
|
18546
18575
|
var ki = {}, WS = {
|
|
18547
18576
|
get exports() {
|
|
18548
18577
|
return ki;
|
|
@@ -18553,7 +18582,7 @@ var ki = {}, WS = {
|
|
|
18553
18582
|
};
|
|
18554
18583
|
(function(e, t) {
|
|
18555
18584
|
(function(n) {
|
|
18556
|
-
var r = "Compound", s = "Identifier", i = "MemberExpression", l = "Literal", a = "ThisExpression", u = "CallExpression", f = "UnaryExpression", c = "BinaryExpression", p = "LogicalExpression", g = "ConditionalExpression", b = "ArrayExpression", w = 46,
|
|
18585
|
+
var r = "Compound", s = "Identifier", i = "MemberExpression", l = "Literal", a = "ThisExpression", u = "CallExpression", f = "UnaryExpression", c = "BinaryExpression", p = "LogicalExpression", g = "ConditionalExpression", b = "ArrayExpression", w = 46, V = 44, U = 39, z = 34, D = 40, ee = 41, ie = 91, oe = 93, q = 63, $ = 59, le = 58, G = function(O, E) {
|
|
18557
18586
|
var st = new Error(O + " at character " + E);
|
|
18558
18587
|
throw st.index = E, st.description = O, st;
|
|
18559
18588
|
}, Me = !0, ke = { "-": Me, "!": Me, "~": Me, "+": Me }, xe = {
|
|
@@ -18739,7 +18768,7 @@ var ki = {}, WS = {
|
|
|
18739
18768
|
if (lt(), L = ue(E), L === A) {
|
|
18740
18769
|
Et = !0, E++, A === ee && Je && Je >= Y.length && G("Unexpected token " + String.fromCharCode(A), E);
|
|
18741
18770
|
break;
|
|
18742
|
-
} else if (L ===
|
|
18771
|
+
} else if (L === V) {
|
|
18743
18772
|
if (E++, Je++, Je !== Y.length) {
|
|
18744
18773
|
if (A === ee)
|
|
18745
18774
|
G("Unexpected token ,", E);
|
|
@@ -18781,7 +18810,7 @@ var ki = {}, WS = {
|
|
|
18781
18810
|
elements: Qr(oe)
|
|
18782
18811
|
};
|
|
18783
18812
|
}, Bn = [], Ni, es; E < fn; )
|
|
18784
|
-
Ni = ue(E), Ni === $ || Ni ===
|
|
18813
|
+
Ni = ue(E), Ni === $ || Ni === V ? E++ : (es = zt()) ? Bn.push(es) : E < fn && G('Unexpected "' + De(E) + '"', E);
|
|
18785
18814
|
return Bn.length === 1 ? Bn[0] : {
|
|
18786
18815
|
type: r,
|
|
18787
18816
|
body: Bn
|
|
@@ -19508,7 +19537,7 @@ function yO(e, t, n, r, s, i) {
|
|
|
19508
19537
|
], 64)) : _("", !0)
|
|
19509
19538
|
], 64));
|
|
19510
19539
|
}
|
|
19511
|
-
const _O = /* @__PURE__ */
|
|
19540
|
+
const _O = /* @__PURE__ */ C(lO, [["render", yO], ["__scopeId", "data-v-77ad86cb"]]);
|
|
19512
19541
|
function gO(e) {
|
|
19513
19542
|
return e === void 0 || typeof e > "u" || e === null || String(e) === "null" || String(e) === "undefined";
|
|
19514
19543
|
}
|
|
@@ -19660,7 +19689,7 @@ function CO(e, t, n, r, s, i) {
|
|
|
19660
19689
|
]))
|
|
19661
19690
|
], 2);
|
|
19662
19691
|
}
|
|
19663
|
-
const EO = /* @__PURE__ */
|
|
19692
|
+
const EO = /* @__PURE__ */ C(vO, [["render", CO], ["__scopeId", "data-v-a9c5a05f"]]);
|
|
19664
19693
|
function AO(e) {
|
|
19665
19694
|
return e === void 0 || typeof e > "u" || e === null || String(e) === "null" || String(e) === "undefined";
|
|
19666
19695
|
}
|
|
@@ -19783,7 +19812,7 @@ function UO(e, t, n, r, s, i) {
|
|
|
19783
19812
|
])
|
|
19784
19813
|
], 2);
|
|
19785
19814
|
}
|
|
19786
|
-
const jO = /* @__PURE__ */
|
|
19815
|
+
const jO = /* @__PURE__ */ C(MO, [["render", UO], ["__scopeId", "data-v-8801d1a0"]]), cn = {
|
|
19787
19816
|
props: {
|
|
19788
19817
|
options: {
|
|
19789
19818
|
type: Object,
|
|
@@ -19972,7 +20001,7 @@ function GO(e, t, n, r, s, i) {
|
|
|
19972
20001
|
})
|
|
19973
20002
|
]);
|
|
19974
20003
|
}
|
|
19975
|
-
const WO = /* @__PURE__ */
|
|
20004
|
+
const WO = /* @__PURE__ */ C(RO, [["render", GO], ["__scopeId", "data-v-415b9a32"]]), KO = {
|
|
19976
20005
|
props: {
|
|
19977
20006
|
modelValue: {
|
|
19978
20007
|
type: Object
|
|
@@ -20024,7 +20053,7 @@ function ZO(e, t, n, r, s, i) {
|
|
|
20024
20053
|
}, 8, ["onClick"])
|
|
20025
20054
|
])) : _("", !0);
|
|
20026
20055
|
}
|
|
20027
|
-
const JO = /* @__PURE__ */
|
|
20056
|
+
const JO = /* @__PURE__ */ C(KO, [["render", ZO]]);
|
|
20028
20057
|
function ar(e) {
|
|
20029
20058
|
switch (String(e).toLowerCase()) {
|
|
20030
20059
|
case "true":
|
|
@@ -20585,7 +20614,7 @@ const QO = {
|
|
|
20585
20614
|
class: "ux-field-message"
|
|
20586
20615
|
};
|
|
20587
20616
|
function tV(e, t, n, r, s, i) {
|
|
20588
|
-
const l = y("internal-route-select"), a = y("internal-menu-select"), u = y("internal-field-creator"), f = y("custom-html"), c = y("slider-input"), p = y("color-input"), g = y("filter-input"), b = y("date-object-input"), w = y("checkbox"),
|
|
20617
|
+
const l = y("internal-route-select"), a = y("internal-menu-select"), u = y("internal-field-creator"), f = y("custom-html"), c = y("slider-input"), p = y("color-input"), g = y("filter-input"), b = y("date-object-input"), w = y("checkbox"), V = y("boolean-switch"), U = y("upload"), z = y("field-group"), D = y("field-select"), ee = y("native-select"), ie = y("button-select"), oe = y("text-field"), q = y("currency-field"), $ = y("time-field"), le = y("date-field"), G = y("date-range"), Me = y("content-select"), ke = y("type-select"), xe = y("scope-select"), Te = y("rich-text-field"), Oe = y("text-area"), Ne = y("timezone-select"), Ve = y("phone-number-input"), _t = y("object-field"), it = y("model-field"), Rt = y("payment-field"), gt = y("options-manager"), rt = y("code-editor-field"), Ct = y("flex-column"), Ce = y("expression-field");
|
|
20589
20618
|
return i.visible ? (o(), d("div", {
|
|
20590
20619
|
key: 0,
|
|
20591
20620
|
class: N(["ux-field", i.classes]),
|
|
@@ -20655,7 +20684,7 @@ function tV(e, t, n, r, s, i) {
|
|
|
20655
20684
|
modelValue: i.fieldModel,
|
|
20656
20685
|
"onUpdate:modelValue": t[8] || (t[8] = (O) => i.fieldModel = O)
|
|
20657
20686
|
}, null, 8, ["onTouched", "field", "modelValue"])) : _("", !0),
|
|
20658
|
-
i.widget == "switch" ? (o(), k(
|
|
20687
|
+
i.widget == "switch" ? (o(), k(V, {
|
|
20659
20688
|
key: 10,
|
|
20660
20689
|
onTouched: i.touch,
|
|
20661
20690
|
field: i.actualField,
|
|
@@ -20880,7 +20909,7 @@ function tV(e, t, n, r, s, i) {
|
|
|
20880
20909
|
i.error && s.validateResults.message ? (o(), d("div", eV, v(s.validateResults.message), 1)) : _("", !0)
|
|
20881
20910
|
], 34)) : _("", !0);
|
|
20882
20911
|
}
|
|
20883
|
-
const Yr = /* @__PURE__ */
|
|
20912
|
+
const Yr = /* @__PURE__ */ C(QO, [["render", tV], ["__scopeId", "data-v-d6c7481c"]]);
|
|
20884
20913
|
function nV(e, t, n, r) {
|
|
20885
20914
|
var s = -1, i = e == null ? 0 : e.length;
|
|
20886
20915
|
for (r && i && (n = e[++s]); ++s < i; )
|
|
@@ -21353,7 +21382,7 @@ function hC(e, t, n, r, s, i) {
|
|
|
21353
21382
|
], !0)
|
|
21354
21383
|
], 2);
|
|
21355
21384
|
}
|
|
21356
|
-
const Fo = /* @__PURE__ */
|
|
21385
|
+
const Fo = /* @__PURE__ */ C(mC, [["render", hC], ["__scopeId", "data-v-5a0fe930"]]);
|
|
21357
21386
|
const or = "form.ready", pC = "form.processing", gl = "form.complete", vl = "form.error", yC = "form.intent", _C = {
|
|
21358
21387
|
methods: {
|
|
21359
21388
|
formStateUpdated(e) {
|
|
@@ -21660,7 +21689,7 @@ function TC(e, t, n, r, s, i) {
|
|
|
21660
21689
|
"instance-options": i.stripeIntent.instanceOptions,
|
|
21661
21690
|
"elements-options": i.stripeIntent.elementOptions
|
|
21662
21691
|
}, {
|
|
21663
|
-
default: h(({ elements: w, instance:
|
|
21692
|
+
default: h(({ elements: w, instance: V }) => [
|
|
21664
21693
|
m(c, {
|
|
21665
21694
|
ref: "stripePayment",
|
|
21666
21695
|
type: "payment",
|
|
@@ -21708,7 +21737,7 @@ function TC(e, t, n, r, s, i) {
|
|
|
21708
21737
|
], 64))
|
|
21709
21738
|
], 2);
|
|
21710
21739
|
}
|
|
21711
|
-
const bl = /* @__PURE__ */
|
|
21740
|
+
const bl = /* @__PURE__ */ C(_C, [["render", TC], ["__scopeId", "data-v-9cdffe7f"]]);
|
|
21712
21741
|
const OC = {
|
|
21713
21742
|
props: {
|
|
21714
21743
|
autofocus: {
|
|
@@ -21796,7 +21825,7 @@ function EC(e, t, n, r, s, i) {
|
|
|
21796
21825
|
])
|
|
21797
21826
|
]);
|
|
21798
21827
|
}
|
|
21799
|
-
const Zr = /* @__PURE__ */
|
|
21828
|
+
const Zr = /* @__PURE__ */ C(OC, [["render", EC], ["__scopeId", "data-v-d4e9271a"]]);
|
|
21800
21829
|
function AC(e) {
|
|
21801
21830
|
const t = /<\/?([a-zA-Z0-9]+)[^>]*>/g, n = [];
|
|
21802
21831
|
let r;
|
|
@@ -21875,7 +21904,7 @@ function IC(e, t, n, r, s, i) {
|
|
|
21875
21904
|
}, 8, ["onClick"])
|
|
21876
21905
|
])) : H(e.$slots, "default", { key: 1 }, void 0, !0);
|
|
21877
21906
|
}
|
|
21878
|
-
const FC = /* @__PURE__ */
|
|
21907
|
+
const FC = /* @__PURE__ */ C(MC, [["render", IC], ["__scopeId", "data-v-72d1a309"]]), $C = {
|
|
21879
21908
|
props: {
|
|
21880
21909
|
field: {
|
|
21881
21910
|
type: Object,
|
|
@@ -22034,7 +22063,7 @@ function PC(e, t, n, r, s, i) {
|
|
|
22034
22063
|
"onUpdate:modelValue": t[0] || (t[0] = (g) => e.model = g)
|
|
22035
22064
|
}, null, 8, ["submission", "fields", "flex", "parentModel", "modelValue"]));
|
|
22036
22065
|
}
|
|
22037
|
-
const UC = /* @__PURE__ */
|
|
22066
|
+
const UC = /* @__PURE__ */ C(NC, [["render", PC], ["__scopeId", "data-v-cb997d0e"]]);
|
|
22038
22067
|
const jC = {
|
|
22039
22068
|
components: {
|
|
22040
22069
|
Item: ja,
|
|
@@ -22091,6 +22120,10 @@ const jC = {
|
|
|
22091
22120
|
// // }
|
|
22092
22121
|
// },
|
|
22093
22122
|
methods: {
|
|
22123
|
+
copy(e) {
|
|
22124
|
+
let t;
|
|
22125
|
+
this.field.maximum === 1 ? t = this.fieldModel : t = this.fieldModel[e], this.$sdk.global.copyText(t);
|
|
22126
|
+
},
|
|
22094
22127
|
openActions(e) {
|
|
22095
22128
|
this.$actions && this.$actions.open([e]);
|
|
22096
22129
|
},
|
|
@@ -22116,6 +22149,9 @@ const jC = {
|
|
|
22116
22149
|
}
|
|
22117
22150
|
},
|
|
22118
22151
|
computed: {
|
|
22152
|
+
copyable() {
|
|
22153
|
+
return this.$sdk.global.copyText && this.field.copyable;
|
|
22154
|
+
},
|
|
22119
22155
|
type() {
|
|
22120
22156
|
return this.field.type || "string";
|
|
22121
22157
|
},
|
|
@@ -22285,7 +22321,7 @@ function lE(e, t, n, r, s, i) {
|
|
|
22285
22321
|
modelValue: i.fieldModel,
|
|
22286
22322
|
"onUpdate:modelValue": t[2] || (t[2] = (w) => i.fieldModel = w)
|
|
22287
22323
|
}, null, 8, ["submission", "field", "parentModel", "modelValue"])) : i.widget === "currency" ? (o(), d(S, { key: 2 }, [
|
|
22288
|
-
i.multiValue ? (o(!0), d(S, { key: 0 }, F(i.fieldModel, (w,
|
|
22324
|
+
i.multiValue ? (o(!0), d(S, { key: 0 }, F(i.fieldModel, (w, V) => (o(), d("div", null, [
|
|
22289
22325
|
T(v(i.formatCurrency(w)) + " ", 1),
|
|
22290
22326
|
x("span", BC, v(n.field.currency), 1)
|
|
22291
22327
|
]))), 256)) : (o(), d("div", zC, [
|
|
@@ -22293,7 +22329,7 @@ function lE(e, t, n, r, s, i) {
|
|
|
22293
22329
|
x("span", HC, v(n.field.currency), 1)
|
|
22294
22330
|
]))
|
|
22295
22331
|
], 64)) : i.widget === "code" ? (o(), d(S, { key: 3 }, [
|
|
22296
|
-
i.multiValue ? (o(!0), d(S, { key: 0 }, F(i.fieldModel, (w,
|
|
22332
|
+
i.multiValue ? (o(!0), d(S, { key: 0 }, F(i.fieldModel, (w, V) => (o(), d("div", null, [
|
|
22297
22333
|
m(a, {
|
|
22298
22334
|
readonly: !0,
|
|
22299
22335
|
class: "editor-wrap",
|
|
@@ -22315,7 +22351,7 @@ function lE(e, t, n, r, s, i) {
|
|
|
22315
22351
|
}, null, 8, ["value", "lang"])
|
|
22316
22352
|
]))
|
|
22317
22353
|
], 64)) : i.widget === "password" ? (o(), d("div", GC, [
|
|
22318
|
-
i.multiValue ? (o(!0), d(S, { key: 0 }, F(i.fieldModel, (w,
|
|
22354
|
+
i.multiValue ? (o(!0), d(S, { key: 0 }, F(i.fieldModel, (w, V) => (o(), k(p, {
|
|
22319
22355
|
gap: "",
|
|
22320
22356
|
center: ""
|
|
22321
22357
|
}, {
|
|
@@ -22323,7 +22359,7 @@ function lE(e, t, n, r, s, i) {
|
|
|
22323
22359
|
m(u, null, {
|
|
22324
22360
|
default: h(() => [
|
|
22325
22361
|
x("input", {
|
|
22326
|
-
type: s.unmaskedLookup[`${
|
|
22362
|
+
type: s.unmaskedLookup[`${V}`] ? "text" : "password",
|
|
22327
22363
|
value: w
|
|
22328
22364
|
}, null, 8, WC)
|
|
22329
22365
|
]),
|
|
@@ -22333,18 +22369,37 @@ function lE(e, t, n, r, s, i) {
|
|
|
22333
22369
|
default: h(() => [
|
|
22334
22370
|
m(c, {
|
|
22335
22371
|
icon: "",
|
|
22336
|
-
onClick: (U) => i.toggleMask(
|
|
22372
|
+
onClick: (U) => i.toggleMask(V)
|
|
22337
22373
|
}, {
|
|
22338
22374
|
default: h(() => [
|
|
22339
22375
|
m(f, {
|
|
22340
|
-
icon: s.unmaskedLookup[`${
|
|
22376
|
+
icon: s.unmaskedLookup[`${V}`] ? "fa-eye" : "fa-eye-slash"
|
|
22341
22377
|
}, null, 8, ["icon"])
|
|
22342
22378
|
]),
|
|
22343
22379
|
_: 2
|
|
22344
22380
|
}, 1032, ["onClick"])
|
|
22345
22381
|
]),
|
|
22346
22382
|
_: 2
|
|
22347
|
-
}, 1024)
|
|
22383
|
+
}, 1024),
|
|
22384
|
+
i.copyable ? (o(), k(u, {
|
|
22385
|
+
key: 0,
|
|
22386
|
+
shrink: "",
|
|
22387
|
+
vcenter: ""
|
|
22388
|
+
}, {
|
|
22389
|
+
default: h(() => [
|
|
22390
|
+
m(c, {
|
|
22391
|
+
tag: "a",
|
|
22392
|
+
icon: "",
|
|
22393
|
+
onClick: (U) => i.copy(V)
|
|
22394
|
+
}, {
|
|
22395
|
+
default: h(() => [
|
|
22396
|
+
m(f, { icon: "fa-copy" })
|
|
22397
|
+
]),
|
|
22398
|
+
_: 2
|
|
22399
|
+
}, 1032, ["onClick"])
|
|
22400
|
+
]),
|
|
22401
|
+
_: 2
|
|
22402
|
+
}, 1024)) : _("", !0)
|
|
22348
22403
|
]),
|
|
22349
22404
|
_: 2
|
|
22350
22405
|
}, 1024))), 256)) : (o(), k(p, {
|
|
@@ -22377,13 +22432,32 @@ function lE(e, t, n, r, s, i) {
|
|
|
22377
22432
|
}, 8, ["onClick"])
|
|
22378
22433
|
]),
|
|
22379
22434
|
_: 1
|
|
22380
|
-
})
|
|
22435
|
+
}),
|
|
22436
|
+
i.copyable ? (o(), k(u, {
|
|
22437
|
+
key: 0,
|
|
22438
|
+
shrink: "",
|
|
22439
|
+
vcenter: ""
|
|
22440
|
+
}, {
|
|
22441
|
+
default: h(() => [
|
|
22442
|
+
m(c, {
|
|
22443
|
+
tag: "a",
|
|
22444
|
+
icon: "",
|
|
22445
|
+
onClick: t[3] || (t[3] = (w) => i.copy())
|
|
22446
|
+
}, {
|
|
22447
|
+
default: h(() => [
|
|
22448
|
+
m(f, { icon: "fa-copy" })
|
|
22449
|
+
]),
|
|
22450
|
+
_: 1
|
|
22451
|
+
})
|
|
22452
|
+
]),
|
|
22453
|
+
_: 1
|
|
22454
|
+
})) : _("", !0)
|
|
22381
22455
|
]),
|
|
22382
22456
|
_: 1
|
|
22383
22457
|
}))
|
|
22384
22458
|
])) : (o(), d(S, { key: 5 }, [
|
|
22385
22459
|
i.type === "reference" ? (o(), d(S, { key: 0 }, [
|
|
22386
|
-
i.multiValue ? (o(!0), d(S, { key: 0 }, F(i.fieldModel, (w,
|
|
22460
|
+
i.multiValue ? (o(!0), d(S, { key: 0 }, F(i.fieldModel, (w, V) => (o(), k(g, {
|
|
22387
22461
|
submission: n.submission,
|
|
22388
22462
|
key: w._id,
|
|
22389
22463
|
item: w
|
|
@@ -22410,7 +22484,7 @@ function lE(e, t, n, r, s, i) {
|
|
|
22410
22484
|
m(c, {
|
|
22411
22485
|
size: "sm",
|
|
22412
22486
|
icon: "",
|
|
22413
|
-
onClick: t[
|
|
22487
|
+
onClick: t[4] || (t[4] = B((w) => i.openActions(i.fieldModel), ["stop", "prevent"]))
|
|
22414
22488
|
}, {
|
|
22415
22489
|
default: h(() => [
|
|
22416
22490
|
m(f, { icon: "fa-ellipsis" })
|
|
@@ -22422,7 +22496,7 @@ function lE(e, t, n, r, s, i) {
|
|
|
22422
22496
|
}, 8, ["submission", "item"]))
|
|
22423
22497
|
], 64)) : _("", !0),
|
|
22424
22498
|
i.type == "string" ? (o(), d(S, { key: 1 }, [
|
|
22425
|
-
i.multiValue ? (o(!0), d(S, { key: 0 }, F(i.fieldModel, (w,
|
|
22499
|
+
i.multiValue ? (o(!0), d(S, { key: 0 }, F(i.fieldModel, (w, V) => (o(), d("div", null, [
|
|
22426
22500
|
m(b, null, {
|
|
22427
22501
|
default: h(() => [
|
|
22428
22502
|
x("div", { innerHTML: w }, null, 8, YC)
|
|
@@ -22437,13 +22511,13 @@ function lE(e, t, n, r, s, i) {
|
|
|
22437
22511
|
}))
|
|
22438
22512
|
], 64)) : _("", !0),
|
|
22439
22513
|
i.type == "boolean" ? (o(), d(S, { key: 2 }, [
|
|
22440
|
-
i.multiValue ? (o(!0), d(S, { key: 0 }, F(i.fieldModel, (w,
|
|
22514
|
+
i.multiValue ? (o(!0), d(S, { key: 0 }, F(i.fieldModel, (w, V) => (o(), d("div", null, v(!!w), 1))), 256)) : (o(), d("div", JC, v(!!i.fieldModel), 1))
|
|
22441
22515
|
], 64)) : _("", !0),
|
|
22442
22516
|
i.type == "date" ? (o(), d(S, { key: 3 }, [
|
|
22443
|
-
i.multiValue ? (o(!0), d(S, { key: 0 }, F(i.fieldModel, (w,
|
|
22517
|
+
i.multiValue ? (o(!0), d(S, { key: 0 }, F(i.fieldModel, (w, V) => (o(), d("div", null, v(i.renderDate(w)), 1))), 256)) : (o(), d("div", XC, v(i.renderDate(i.fieldModel)), 1))
|
|
22444
22518
|
], 64)) : _("", !0),
|
|
22445
22519
|
i.type == "email" ? (o(), d(S, { key: 4 }, [
|
|
22446
|
-
i.multiValue ? (o(!0), d(S, { key: 0 }, F(i.fieldModel, (w,
|
|
22520
|
+
i.multiValue ? (o(!0), d(S, { key: 0 }, F(i.fieldModel, (w, V) => (o(), d("div", null, [
|
|
22447
22521
|
x("a", {
|
|
22448
22522
|
href: `mailto:${w}`
|
|
22449
22523
|
}, v(w), 9, QC)
|
|
@@ -22454,19 +22528,19 @@ function lE(e, t, n, r, s, i) {
|
|
|
22454
22528
|
]))
|
|
22455
22529
|
], 64)) : _("", !0),
|
|
22456
22530
|
i.type == "url" ? (o(), d(S, { key: 5 }, [
|
|
22457
|
-
i.multiValue ? (o(!0), d(S, { key: 0 }, F(i.fieldModel, (w,
|
|
22531
|
+
i.multiValue ? (o(!0), d(S, { key: 0 }, F(i.fieldModel, (w, V) => (o(), d("div", null, [
|
|
22458
22532
|
x("a", { href: w }, v(w), 9, nE)
|
|
22459
22533
|
]))), 256)) : (o(), d("div", iE, [
|
|
22460
22534
|
x("a", { href: i.fieldModel }, v(i.fieldModel), 9, rE)
|
|
22461
22535
|
]))
|
|
22462
22536
|
], 64)) : _("", !0),
|
|
22463
22537
|
i.isNumber ? (o(), d(S, { key: 6 }, [
|
|
22464
|
-
i.multiValue ? (o(!0), d(S, { key: 0 }, F(i.fieldModel, (w,
|
|
22538
|
+
i.multiValue ? (o(!0), d(S, { key: 0 }, F(i.fieldModel, (w, V) => (o(), d("div", null, v(w), 1))), 256)) : (o(), d("div", sE, v(i.fieldModel), 1))
|
|
22465
22539
|
], 64)) : _("", !0)
|
|
22466
22540
|
], 64))
|
|
22467
22541
|
], 2)) : _("", !0);
|
|
22468
22542
|
}
|
|
22469
|
-
const No = /* @__PURE__ */
|
|
22543
|
+
const No = /* @__PURE__ */ C(jC, [["render", lE], ["__scopeId", "data-v-00091aa4"]]);
|
|
22470
22544
|
const aE = {
|
|
22471
22545
|
props: {
|
|
22472
22546
|
parentModel: {
|
|
@@ -22538,7 +22612,7 @@ function oE(e, t, n, r, s, i) {
|
|
|
22538
22612
|
], !0)
|
|
22539
22613
|
], 2);
|
|
22540
22614
|
}
|
|
22541
|
-
const uE = /* @__PURE__ */
|
|
22615
|
+
const uE = /* @__PURE__ */ C(aE, [["render", oE], ["__scopeId", "data-v-f2b5ec33"]]);
|
|
22542
22616
|
function dE(e) {
|
|
22543
22617
|
e = e || {}, Math.max(parseInt(e.minimum || 0), 0);
|
|
22544
22618
|
let t = Math.max(parseInt(e.maximum || 0), 0);
|
|
@@ -22792,7 +22866,7 @@ function fE(e, t, n, r, s, i) {
|
|
|
22792
22866
|
_: 1
|
|
22793
22867
|
});
|
|
22794
22868
|
}
|
|
22795
|
-
const mE = /* @__PURE__ */
|
|
22869
|
+
const mE = /* @__PURE__ */ C(cE, [["render", fE], ["__scopeId", "data-v-696aa569"]]);
|
|
22796
22870
|
var hE = "__lodash_hash_undefined__";
|
|
22797
22871
|
function pE(e) {
|
|
22798
22872
|
return this.__data__.set(e, hE), this;
|
|
@@ -23593,7 +23667,7 @@ const tA = {
|
|
|
23593
23667
|
}
|
|
23594
23668
|
}, Po = (e) => (Ye("data-v-01686597"), e = e(), Ze(), e), nA = { class: "footer" }, iA = /* @__PURE__ */ Po(() => /* @__PURE__ */ x("p", null, null, -1)), rA = { key: 0 }, sA = /* @__PURE__ */ Po(() => /* @__PURE__ */ x("p", null, null, -1));
|
|
23595
23669
|
function lA(e, t, n, r, s, i) {
|
|
23596
|
-
const l = y("ux-icon"), a = 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"), b = y("ux-menu"), w = y("native-table"),
|
|
23670
|
+
const l = y("ux-icon"), a = 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"), b = y("ux-menu"), w = y("native-table"), V = y("pager"), U = y("flex-footer"), z = y("flex-row"), D = y("search"), ee = y("ux-field"), ie = y("filter-builder"), oe = y("flex-body"), q = y("spinner");
|
|
23597
23671
|
return i.actualDefinition ? (o(), k(f, {
|
|
23598
23672
|
key: 0,
|
|
23599
23673
|
class: "content-browser"
|
|
@@ -23746,7 +23820,7 @@ function lA(e, t, n, r, s, i) {
|
|
|
23746
23820
|
default: h(() => [
|
|
23747
23821
|
H(e.$slots, "footera", {}, void 0, !0),
|
|
23748
23822
|
x("div", nA, [
|
|
23749
|
-
m(
|
|
23823
|
+
m(V, {
|
|
23750
23824
|
page: s.page,
|
|
23751
23825
|
"onUpdate:page": t[1] || (t[1] = ($) => s.page = $),
|
|
23752
23826
|
total: i.totalItems
|
|
@@ -23812,7 +23886,7 @@ function lA(e, t, n, r, s, i) {
|
|
|
23812
23886
|
_: 3
|
|
23813
23887
|
})) : _("", !0);
|
|
23814
23888
|
}
|
|
23815
|
-
const aA = /* @__PURE__ */
|
|
23889
|
+
const aA = /* @__PURE__ */ C(tA, [["render", lA], ["__scopeId", "data-v-01686597"]]);
|
|
23816
23890
|
const oA = {
|
|
23817
23891
|
props: {
|
|
23818
23892
|
modal: {
|
|
@@ -23863,7 +23937,7 @@ function dA(e, t, n, r, s, i) {
|
|
|
23863
23937
|
], 4)
|
|
23864
23938
|
]);
|
|
23865
23939
|
}
|
|
23866
|
-
const cA = /* @__PURE__ */
|
|
23940
|
+
const cA = /* @__PURE__ */ C(oA, [["render", dA], ["__scopeId", "data-v-a41c6963"]]);
|
|
23867
23941
|
const fA = {
|
|
23868
23942
|
mixins: [cn],
|
|
23869
23943
|
computed: {
|
|
@@ -23934,7 +24008,7 @@ function yA(e, t, n, r, s, i) {
|
|
|
23934
24008
|
_: 1
|
|
23935
24009
|
});
|
|
23936
24010
|
}
|
|
23937
|
-
const _A = /* @__PURE__ */
|
|
24011
|
+
const _A = /* @__PURE__ */ C(fA, [["render", yA], ["__scopeId", "data-v-be545ba8"]]);
|
|
23938
24012
|
const gA = {
|
|
23939
24013
|
data() {
|
|
23940
24014
|
return {
|
|
@@ -23995,7 +24069,7 @@ function CA(e, t, n, r, s, i) {
|
|
|
23995
24069
|
x("div", xA, [
|
|
23996
24070
|
m(a, {
|
|
23997
24071
|
modelValue: s.search,
|
|
23998
|
-
"onUpdate:modelValue": t[0] || (t[0] = (
|
|
24072
|
+
"onUpdate:modelValue": t[0] || (t[0] = (V) => s.search = V),
|
|
23999
24073
|
loading: e.searching,
|
|
24000
24074
|
debounce: 500,
|
|
24001
24075
|
placeholder: "Search"
|
|
@@ -24008,9 +24082,9 @@ function CA(e, t, n, r, s, i) {
|
|
|
24008
24082
|
m(p, { class: "options-modal-body" }, {
|
|
24009
24083
|
default: h(() => [
|
|
24010
24084
|
x("div", wA, [
|
|
24011
|
-
(o(!0), d(S, null, F(i.filteredChoices, (
|
|
24085
|
+
(o(!0), d(S, null, F(i.filteredChoices, (V) => (o(), d("div", {
|
|
24012
24086
|
class: "choice",
|
|
24013
|
-
onClick: (U) => i.select(
|
|
24087
|
+
onClick: (U) => i.select(V)
|
|
24014
24088
|
}, [
|
|
24015
24089
|
m(c, {
|
|
24016
24090
|
gap: "",
|
|
@@ -24019,8 +24093,8 @@ function CA(e, t, n, r, s, i) {
|
|
|
24019
24093
|
default: h(() => [
|
|
24020
24094
|
m(u, null, {
|
|
24021
24095
|
default: h(() => [
|
|
24022
|
-
|
|
24023
|
-
|
|
24096
|
+
V.title ? (o(), d("div", TA, v(V.title), 1)) : _("", !0),
|
|
24097
|
+
V.description ? (o(), d("div", OA, v(V.description), 1)) : _("", !0)
|
|
24024
24098
|
]),
|
|
24025
24099
|
_: 2
|
|
24026
24100
|
}, 1024),
|
|
@@ -24061,7 +24135,7 @@ function CA(e, t, n, r, s, i) {
|
|
|
24061
24135
|
_: 1
|
|
24062
24136
|
});
|
|
24063
24137
|
}
|
|
24064
|
-
const EA = /* @__PURE__ */
|
|
24138
|
+
const EA = /* @__PURE__ */ C(gA, [["render", CA], ["__scopeId", "data-v-f99d3671"]]);
|
|
24065
24139
|
const AA = {
|
|
24066
24140
|
mixins: [cn],
|
|
24067
24141
|
data() {
|
|
@@ -24162,7 +24236,7 @@ function FA(e, t, n, r, s, i) {
|
|
|
24162
24236
|
})
|
|
24163
24237
|
], 32);
|
|
24164
24238
|
}
|
|
24165
|
-
const $A = /* @__PURE__ */
|
|
24239
|
+
const $A = /* @__PURE__ */ C(AA, [["render", FA], ["__scopeId", "data-v-99b9c871"]]);
|
|
24166
24240
|
const NA = {
|
|
24167
24241
|
components: {
|
|
24168
24242
|
ContentBrowser: aA,
|
|
@@ -24368,7 +24442,7 @@ function jA(e, t, n, r, s, i) {
|
|
|
24368
24442
|
}, 8, ["color"]),
|
|
24369
24443
|
(o(!0), d(S, null, F(i.letters, (w) => (o(), k(c, {
|
|
24370
24444
|
size: "sm",
|
|
24371
|
-
onClick: (
|
|
24445
|
+
onClick: (V) => i.toggleRolodex(w),
|
|
24372
24446
|
icon: "",
|
|
24373
24447
|
color: i.rolodexPrimary === w ? "primary" : ""
|
|
24374
24448
|
}, {
|
|
@@ -24390,7 +24464,7 @@ function jA(e, t, n, r, s, i) {
|
|
|
24390
24464
|
_: 1
|
|
24391
24465
|
});
|
|
24392
24466
|
}
|
|
24393
|
-
const RA = /* @__PURE__ */
|
|
24467
|
+
const RA = /* @__PURE__ */ C(NA, [["render", jA], ["__scopeId", "data-v-c9f9fa0a"]]);
|
|
24394
24468
|
const BA = {
|
|
24395
24469
|
components: {
|
|
24396
24470
|
ScopeSelect: eb
|
|
@@ -24508,7 +24582,7 @@ function WA(e, t, n, r, s, i) {
|
|
|
24508
24582
|
_: 1
|
|
24509
24583
|
});
|
|
24510
24584
|
}
|
|
24511
|
-
const KA = /* @__PURE__ */
|
|
24585
|
+
const KA = /* @__PURE__ */ C(BA, [["render", WA], ["__scopeId", "data-v-e1cac3f3"]]);
|
|
24512
24586
|
function YA(e, t) {
|
|
24513
24587
|
return t.reduce((n, r) => Math.abs(r - e) < Math.abs(n - e) ? r : n);
|
|
24514
24588
|
}
|