quasar-ui-danx 0.3.48 → 0.3.49
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/danx.es.js +108 -106
- package/dist/danx.es.js.map +1 -1
- package/dist/danx.umd.js +1 -1
- package/dist/danx.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/ActionTable/Form/Fields/SelectField.vue +140 -138
package/dist/danx.es.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
var d_ = Object.defineProperty;
|
2
2
|
var __ = (t, e, n) => e in t ? d_(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
|
3
3
|
var re = (t, e, n) => __(t, typeof e != "symbol" ? e + "" : e, n);
|
4
|
-
import { shallowRef as Lt, getCurrentScope as f_, onScopeDispose as m_, unref as v, ref as B, computed as R, getCurrentInstance as h_, onMounted as xn, watch as ce, createBlock as E, openBlock as m, createVNode as k, resolveComponent as L, createElementBlock as y, normalizeClass as z, createCommentVNode as M, createElementVNode as A, toDisplayString as P, withCtx as D, Fragment as q, createTextVNode as
|
4
|
+
import { shallowRef as Lt, getCurrentScope as f_, onScopeDispose as m_, unref as v, ref as B, computed as R, getCurrentInstance as h_, onMounted as xn, watch as ce, createBlock as E, openBlock as m, createVNode as k, resolveComponent as L, createElementBlock as y, normalizeClass as z, createCommentVNode as M, createElementVNode as A, toDisplayString as P, withCtx as D, Fragment as q, createTextVNode as Z, renderSlot as G, withKeys as yo, renderList as pe, resolveDirective as p_, withDirectives as g_, mergeProps as Wt, resolveDynamicComponent as jt, withModifiers as Yt, normalizeStyle as ci, isVNode as b_, isRef as Ha, Transition as Wa, TransitionGroup as ja, useCssModule as y_, nextTick as vr, defineComponent as Ya, toRefs as x_, onBeforeUnmount as v_, onActivated as w_, onDeactivated as S_, h as zs } from "vue";
|
5
5
|
import { uid as T_, QSpinner as Qa, QBtn as Vs, QSelect as qs, QSeparator as C_, QTd as xo, QTh as E_, QSpinnerBall as Gs, QTr as I_, QTable as k_, QTab as F_ } from "quasar";
|
6
6
|
const Rt = Lt({
|
7
7
|
tinyMceApiKey: "set-api-key-in-danx-options",
|
@@ -10519,9 +10519,9 @@ const ey = {
|
|
10519
10519
|
k(r, null, {
|
10520
10520
|
default: D(() => [
|
10521
10521
|
t.isTitle ? (m(), y(q, { key: 1 }, [
|
10522
|
-
|
10522
|
+
Z("Remove from priority list")
|
10523
10523
|
], 64)) : (m(), y(q, { key: 0 }, [
|
10524
|
-
|
10524
|
+
Z("Add to priority list")
|
10525
10525
|
], 64))
|
10526
10526
|
]),
|
10527
10527
|
_: 1
|
@@ -10731,7 +10731,7 @@ const ry = {
|
|
10731
10731
|
onDragstart: s[0] || (s[0] = (...l) => v(i).dragStart && v(i).dragStart(...l)),
|
10732
10732
|
onDragend: s[1] || (s[1] = (...l) => v(i).dragEnd && v(i).dragEnd(...l))
|
10733
10733
|
}, [
|
10734
|
-
|
10734
|
+
G(o.$slots, "default")
|
10735
10735
|
], 34));
|
10736
10736
|
}
|
10737
10737
|
}, iy = {
|
@@ -11077,8 +11077,8 @@ const Ss = { render: Ly }, G6 = {
|
|
11077
11077
|
A("h3", {
|
11078
11078
|
class: z(["font-normal flex items-center", t.titleClass])
|
11079
11079
|
}, [
|
11080
|
-
|
11081
|
-
|
11080
|
+
G(s.$slots, "title", {}, () => [
|
11081
|
+
Z(P(t.title), 1)
|
11082
11082
|
])
|
11083
11083
|
], 2),
|
11084
11084
|
t.subtitle ? (m(), y("div", Ry, P(t.subtitle), 1)) : M("", !0)
|
@@ -11087,7 +11087,7 @@ const Ss = { render: Ly }, G6 = {
|
|
11087
11087
|
})) : M("", !0),
|
11088
11088
|
s.$slots.toolbar ? (m(), E(a, { key: 1 }, {
|
11089
11089
|
default: D(() => [
|
11090
|
-
|
11090
|
+
G(s.$slots, "toolbar")
|
11091
11091
|
]),
|
11092
11092
|
_: 3
|
11093
11093
|
})) : M("", !0),
|
@@ -11096,8 +11096,8 @@ const Ss = { render: Ly }, G6 = {
|
|
11096
11096
|
class: z(["px-6 bg-gray-100 flex-grow max-h-full overflow-y-auto", t.contentClass])
|
11097
11097
|
}, {
|
11098
11098
|
default: D(() => [
|
11099
|
-
|
11100
|
-
|
11099
|
+
G(s.$slots, "default", {}, () => [
|
11100
|
+
Z(P(t.content), 1)
|
11101
11101
|
])
|
11102
11102
|
]),
|
11103
11103
|
_: 3
|
@@ -11110,12 +11110,12 @@ const Ss = { render: Ly }, G6 = {
|
|
11110
11110
|
onClick: o
|
11111
11111
|
}, {
|
11112
11112
|
default: D(() => [
|
11113
|
-
|
11113
|
+
G(s.$slots, "cancel-text")
|
11114
11114
|
]),
|
11115
11115
|
_: 3
|
11116
11116
|
}, 8, ["label"])
|
11117
11117
|
]),
|
11118
|
-
|
11118
|
+
G(s.$slots, "actions"),
|
11119
11119
|
t.hideConfirm ? M("", !0) : (m(), y("div", Vy, [
|
11120
11120
|
k(u, {
|
11121
11121
|
label: s.$slots["confirm-text"] ? "" : t.confirmText,
|
@@ -11126,7 +11126,7 @@ const Ss = { render: Ly }, G6 = {
|
|
11126
11126
|
onClick: i
|
11127
11127
|
}, {
|
11128
11128
|
default: D(() => [
|
11129
|
-
|
11129
|
+
G(s.$slots, "confirm-text")
|
11130
11130
|
]),
|
11131
11131
|
_: 3
|
11132
11132
|
}, 8, ["label", "class", "loading", "disable"])
|
@@ -11535,7 +11535,7 @@ const Ss = { render: Ly }, G6 = {
|
|
11535
11535
|
])), [
|
11536
11536
|
[u]
|
11537
11537
|
]) : M("", !0),
|
11538
|
-
|
11538
|
+
G(s.$slots, "default")
|
11539
11539
|
], 2)
|
11540
11540
|
]),
|
11541
11541
|
_: 3
|
@@ -11605,8 +11605,8 @@ const Ss = { render: Ly }, G6 = {
|
|
11605
11605
|
A("h3", {
|
11606
11606
|
class: z(["font-normal flex items-center", t.titleClass])
|
11607
11607
|
}, [
|
11608
|
-
|
11609
|
-
|
11608
|
+
G(i.$slots, "title", {}, () => [
|
11609
|
+
Z(P(t.title), 1)
|
11610
11610
|
])
|
11611
11611
|
], 2),
|
11612
11612
|
t.subtitle ? (m(), y("div", xx, P(t.subtitle), 1)) : M("", !0)
|
@@ -11618,8 +11618,8 @@ const Ss = { render: Ly }, G6 = {
|
|
11618
11618
|
class: "px-6 bg-gray-100 flex-grow max-h-full overflow-y-auto"
|
11619
11619
|
}, {
|
11620
11620
|
default: D(() => [
|
11621
|
-
|
11622
|
-
|
11621
|
+
G(i.$slots, "default", {}, () => [
|
11622
|
+
Z(P(t.content), 1)
|
11623
11623
|
])
|
11624
11624
|
]),
|
11625
11625
|
_: 3
|
@@ -11632,7 +11632,7 @@ const Ss = { render: Ly }, G6 = {
|
|
11632
11632
|
onClick: r
|
11633
11633
|
}, {
|
11634
11634
|
default: D(() => [
|
11635
|
-
|
11635
|
+
G(i.$slots, "done-text")
|
11636
11636
|
]),
|
11637
11637
|
_: 3
|
11638
11638
|
}, 8, ["label"])
|
@@ -11675,7 +11675,7 @@ const Ss = { render: Ly }, G6 = {
|
|
11675
11675
|
onClose: i[3] || (i[3] = (s) => r.$emit("close", s))
|
11676
11676
|
}), {
|
11677
11677
|
default: D(() => [
|
11678
|
-
|
11678
|
+
G(r.$slots, "default", {}, () => [
|
11679
11679
|
k(o, {
|
11680
11680
|
modelValue: n.value,
|
11681
11681
|
"onUpdate:modelValue": i[0] || (i[0] = (s) => n.value = s),
|
@@ -12045,7 +12045,7 @@ const Ss = { render: Ly }, G6 = {
|
|
12045
12045
|
key: 0,
|
12046
12046
|
class: z(g.cls["action-button"])
|
12047
12047
|
}, [
|
12048
|
-
|
12048
|
+
G(g.$slots, "action-button")
|
12049
12049
|
], 2)) : M("", !0),
|
12050
12050
|
t.image && t.image.progress !== void 0 ? (m(), y("div", Qx, [
|
12051
12051
|
k(I, {
|
@@ -12055,7 +12055,7 @@ const Ss = { render: Ly }, G6 = {
|
|
12055
12055
|
stripe: ""
|
12056
12056
|
}, null, 8, ["value"])
|
12057
12057
|
])) : M("", !0)
|
12058
|
-
], 64)) :
|
12058
|
+
], 64)) : G(g.$slots, "missing", { key: 1 }, () => [
|
12059
12059
|
(m(), E(jt(t.missingIcon), { class: "w-full h-full p-2 text-gray-300" }))
|
12060
12060
|
]),
|
12061
12061
|
A("div", Xx, [
|
@@ -12145,9 +12145,9 @@ const Ss = { render: Ly }, G6 = {
|
|
12145
12145
|
t.address.line3 ? (m(), y("div", av, P(t.address.line3), 1)) : M("", !0),
|
12146
12146
|
A("div", uv, [
|
12147
12147
|
t.address.city ? (m(), y(q, { key: 0 }, [
|
12148
|
-
|
12148
|
+
Z(P(t.address.city) + ",", 1)
|
12149
12149
|
], 64)) : M("", !0),
|
12150
|
-
|
12150
|
+
Z(" " + P(t.address.state) + " " + P(t.address.zip_code), 1)
|
12151
12151
|
])
|
12152
12152
|
], 64)) : M("", !0)
|
12153
12153
|
]));
|
@@ -12198,7 +12198,7 @@ const Ss = { render: Ly }, G6 = {
|
|
12198
12198
|
class: z(["mr-1 ml-[-.2em]", t.iconClass])
|
12199
12199
|
}, null, 8, ["class"]),
|
12200
12200
|
(r = t.location) != null && r.latitude ? (m(), y("div", dv, P(t.location.latitude.toFixed(t.decimals)) + ", " + P(t.location.longitude.toFixed(t.decimals)), 1)) : (m(), y(q, { key: 1 }, [
|
12201
|
-
|
12201
|
+
Z(" Unknown ")
|
12202
12202
|
], 64))
|
12203
12203
|
]);
|
12204
12204
|
};
|
@@ -12231,8 +12231,8 @@ const Ss = { render: Ly }, G6 = {
|
|
12231
12231
|
A("div", {
|
12232
12232
|
class: z(t.textClass)
|
12233
12233
|
}, [
|
12234
|
-
|
12235
|
-
|
12234
|
+
G(e.$slots, "default", {}, () => [
|
12235
|
+
Z(P(t.text), 1)
|
12236
12236
|
])
|
12237
12237
|
], 2)
|
12238
12238
|
]));
|
@@ -12260,8 +12260,8 @@ const Ss = { render: Ly }, G6 = {
|
|
12260
12260
|
A("div", {
|
12261
12261
|
class: z({ "mt-2": !t.dense, "mt-1": t.dense, "text-no-wrap": t.nowrap })
|
12262
12262
|
}, [
|
12263
|
-
t.loading ? (m(), E(r, { key: 0 })) :
|
12264
|
-
|
12263
|
+
t.loading ? (m(), E(r, { key: 0 })) : G(e.$slots, "default", { key: 1 }, () => [
|
12264
|
+
Z(P(t.value || "-"), 1)
|
12265
12265
|
])
|
12266
12266
|
], 2)
|
12267
12267
|
]);
|
@@ -12565,7 +12565,7 @@ const Ss = { render: Ly }, G6 = {
|
|
12565
12565
|
style: ci(l.value)
|
12566
12566
|
}, [
|
12567
12567
|
A("div", $v, [
|
12568
|
-
|
12568
|
+
G(a.$slots, "default", { isCollapsed: i.value })
|
12569
12569
|
]),
|
12570
12570
|
!t.disabled && (!t.hideToggleOnCollapse || !i.value) ? (m(), y(q, { key: 0 }, [
|
12571
12571
|
t.toggleAtTop ? (m(), y("div", {
|
@@ -12580,7 +12580,7 @@ const Ss = { render: Ly }, G6 = {
|
|
12580
12580
|
key: 0,
|
12581
12581
|
class: z(["flex w-full p-4", t.rightSide ? "justify-start" : "justify-end"])
|
12582
12582
|
}, [
|
12583
|
-
|
12583
|
+
G(a.$slots, "toggle", {}, () => [
|
12584
12584
|
k(c, {
|
12585
12585
|
class: "btn-secondary",
|
12586
12586
|
onClick: s
|
@@ -12887,7 +12887,7 @@ const Ss = { render: Ly }, G6 = {
|
|
12887
12887
|
A("div", {
|
12888
12888
|
class: z({ [o.cls["dialog-content"]]: !0, [t.contentClass]: !0 })
|
12889
12889
|
}, [
|
12890
|
-
|
12890
|
+
G(o.$slots, "default")
|
12891
12891
|
], 2)
|
12892
12892
|
])
|
12893
12893
|
]),
|
@@ -12942,7 +12942,7 @@ const Er = od, c2 = {
|
|
12942
12942
|
onAction: o[0] || (o[0] = (s) => i.$emit("action", s))
|
12943
12943
|
}), {
|
12944
12944
|
default: D(() => [
|
12945
|
-
|
12945
|
+
Z(P(n.value), 1)
|
12946
12946
|
]),
|
12947
12947
|
_: 1
|
12948
12948
|
}, 16)) : (m(), E(jt(r.value.is), Wt({ key: 1 }, { ...r.value.props, ...t.overrideProps }, {
|
@@ -12986,8 +12986,8 @@ const Er = od, c2 = {
|
|
12986
12986
|
}, [
|
12987
12987
|
i.$slots.tooltip || t.tooltip ? (m(), E(s, { key: 0 }, {
|
12988
12988
|
default: D(() => [
|
12989
|
-
|
12990
|
-
|
12989
|
+
G(i.$slots, "tooltip", {}, () => [
|
12990
|
+
Z(P(t.tooltip), 1)
|
12991
12991
|
])
|
12992
12992
|
]),
|
12993
12993
|
_: 3
|
@@ -13027,7 +13027,7 @@ const Er = od, c2 = {
|
|
13027
13027
|
onClick: (d) => r(c)
|
13028
13028
|
}, {
|
13029
13029
|
default: D(() => [
|
13030
|
-
|
13030
|
+
Z(P(c.label), 1)
|
13031
13031
|
]),
|
13032
13032
|
_: 2
|
13033
13033
|
}, 1032, ["class", "onClick"]))
|
@@ -13081,8 +13081,8 @@ const Er = od, c2 = {
|
|
13081
13081
|
onMouseleave: u
|
13082
13082
|
}, {
|
13083
13083
|
default: D(() => [
|
13084
|
-
|
13085
|
-
|
13084
|
+
G(d.$slots, "default", {}, () => [
|
13085
|
+
Z(P(t.tooltip), 1)
|
13086
13086
|
])
|
13087
13087
|
]),
|
13088
13088
|
_: 3
|
@@ -13183,7 +13183,7 @@ const Er = od, c2 = {
|
|
13183
13183
|
class: "relative"
|
13184
13184
|
}, {
|
13185
13185
|
default: D(() => [
|
13186
|
-
|
13186
|
+
G(e.$slots, "default")
|
13187
13187
|
]),
|
13188
13188
|
_: 3
|
13189
13189
|
}, 8, ["name"]));
|
@@ -13199,7 +13199,7 @@ const Er = od, c2 = {
|
|
13199
13199
|
setup(t) {
|
13200
13200
|
return (e, n) => (m(), E(Wa, { name: t.name }, {
|
13201
13201
|
default: D(() => [
|
13202
|
-
|
13202
|
+
G(e.$slots, "default")
|
13203
13203
|
]),
|
13204
13204
|
_: 3
|
13205
13205
|
}, 8, ["name"]));
|
@@ -15277,7 +15277,7 @@ const i3 = {
|
|
15277
15277
|
onLeave: s
|
15278
15278
|
}, {
|
15279
15279
|
default: D(() => [
|
15280
|
-
|
15280
|
+
G(l.$slots, "default")
|
15281
15281
|
]),
|
15282
15282
|
_: 3
|
15283
15283
|
}, 512));
|
@@ -15458,7 +15458,7 @@ const Nw = { class: "flex items-center" }, Mw = { key: 0 }, $w = { class: "flex-
|
|
15458
15458
|
}, null, 8, ["svg"])
|
15459
15459
|
])) : M("", !0),
|
15460
15460
|
A("div", $w, [
|
15461
|
-
|
15461
|
+
G(o.$slots, "default")
|
15462
15462
|
])
|
15463
15463
|
])
|
15464
15464
|
], 32));
|
@@ -15975,12 +15975,12 @@ const Nw = { class: "flex items-center" }, Mw = { key: 0 }, $w = { class: "flex-
|
|
15975
15975
|
return ((i = e.field) == null ? void 0 : i.required_group) || (e.required || (o = e.field) != null && o.required ? "*" : "");
|
15976
15976
|
});
|
15977
15977
|
return (i, o) => (m(), y("span", null, [
|
15978
|
-
|
15978
|
+
G(i.$slots, "default", {}, () => {
|
15979
15979
|
var s;
|
15980
15980
|
return [
|
15981
|
-
|
15981
|
+
Z(P(n.value) + " ", 1),
|
15982
15982
|
t.showName ? (m(), y(q, { key: 0 }, [
|
15983
|
-
|
15983
|
+
Z("(" + P((s = t.field) == null ? void 0 : s.name) + ")", 1)
|
15984
15984
|
], 64)) : M("", !0)
|
15985
15985
|
];
|
15986
15986
|
}),
|
@@ -16077,8 +16077,8 @@ const Nw = { class: "flex items-center" }, Mw = { key: 0 }, $w = { class: "flex-
|
|
16077
16077
|
const r = L("QInput");
|
16078
16078
|
return m(), y("div", null, [
|
16079
16079
|
A("label", f4, [
|
16080
|
-
|
16081
|
-
|
16080
|
+
G(e.$slots, "label", {}, () => [
|
16081
|
+
Z(P(t.label), 1)
|
16082
16082
|
])
|
16083
16083
|
]),
|
16084
16084
|
A("div", m4, [
|
@@ -16175,9 +16175,9 @@ const Nw = { class: "flex items-center" }, Mw = { key: 0 }, $w = { class: "flex-
|
|
16175
16175
|
k(v(Kc), { class: "w-5 text-blue-600" }),
|
16176
16176
|
A("div", g4, [
|
16177
16177
|
o.value ? (m(), y(q, { key: 0 }, [
|
16178
|
-
|
16178
|
+
Z(P(i.value), 1)
|
16179
16179
|
], 64)) : (m(), y(q, { key: 1 }, [
|
16180
|
-
|
16180
|
+
Z(" - - ")
|
16181
16181
|
], 64))
|
16182
16182
|
])
|
16183
16183
|
]),
|
@@ -16260,9 +16260,9 @@ const Nw = { class: "flex items-center" }, Mw = { key: 0 }, $w = { class: "flex-
|
|
16260
16260
|
k(v(Kc), { class: "w-5 text-blue-600" }),
|
16261
16261
|
A("div", x4, [
|
16262
16262
|
l.value ? (m(), y(q, { key: 0 }, [
|
16263
|
-
|
16263
|
+
Z(P(i.value.from) + " - " + P(i.value.to), 1)
|
16264
16264
|
], 64)) : (m(), y(q, { key: 1 }, [
|
16265
|
-
|
16265
|
+
Z(" - - ")
|
16266
16266
|
], 64))
|
16267
16267
|
])
|
16268
16268
|
]),
|
@@ -16511,9 +16511,9 @@ const Nw = { class: "flex items-center" }, Mw = { key: 0 }, $w = { class: "flex-
|
|
16511
16511
|
onClick: c[0] || (c[0] = (d) => u.$refs.fileUpload.click())
|
16512
16512
|
}), {
|
16513
16513
|
default: D(() => [
|
16514
|
-
|
16514
|
+
G(u.$slots, "default", {}, () => [
|
16515
16515
|
k(v(jb), { class: "w-5 mr-2" }),
|
16516
|
-
|
16516
|
+
Z(" " + P(t.text), 1)
|
16517
16517
|
]),
|
16518
16518
|
A("input", {
|
16519
16519
|
ref_key: "fileUpload",
|
@@ -16549,7 +16549,7 @@ const Nw = { class: "flex items-center" }, Mw = { key: 0 }, $w = { class: "flex-
|
|
16549
16549
|
const s = L("QPopupEdit");
|
16550
16550
|
return m(), y("div", T4, [
|
16551
16551
|
A("div", C4, [
|
16552
|
-
|
16552
|
+
Z(P(v(Sr)(t.modelValue, { empty: "Never" })) + " ", 1),
|
16553
16553
|
k(v(td), { class: "w-4 font-bold ml-2 text-gray-400" }),
|
16554
16554
|
k(s, {
|
16555
16555
|
"model-value": t.modelValue,
|
@@ -16696,8 +16696,8 @@ const Nw = { class: "flex items-center" }, Mw = { key: 0 }, $w = { class: "flex-
|
|
16696
16696
|
A("div", {
|
16697
16697
|
class: z({ "mt-2": !t.dense, "mt-1": t.dense, "text-no-wrap": t.nowrap })
|
16698
16698
|
}, [
|
16699
|
-
|
16700
|
-
|
16699
|
+
G(e.$slots, "default", {}, () => [
|
16700
|
+
Z(P(t.value || "-"), 1)
|
16701
16701
|
])
|
16702
16702
|
], 2)
|
16703
16703
|
]));
|
@@ -16898,9 +16898,11 @@ const Nw = { class: "flex items-center" }, Mw = { key: 0 }, $w = { class: "flex-
|
|
16898
16898
|
"onUpdate:modelValue": g
|
16899
16899
|
}), {
|
16900
16900
|
append: D(() => [
|
16901
|
-
|
16902
|
-
|
16903
|
-
|
16901
|
+
G(x.$slots, "append", {}, () => [
|
16902
|
+
k(v(Ub), {
|
16903
|
+
class: z(["w-4 transition", s.value ? "rotate-180" : ""])
|
16904
|
+
}, null, 8, ["class"])
|
16905
|
+
])
|
16904
16906
|
]),
|
16905
16907
|
selected: D(() => [
|
16906
16908
|
x.$props.multiple ? (m(), y("div", {
|
@@ -16913,7 +16915,7 @@ const Nw = { class: "flex items-center" }, Mw = { key: 0 }, $w = { class: "flex-
|
|
16913
16915
|
class: "!mr-1"
|
16914
16916
|
}, {
|
16915
16917
|
default: D(() => [
|
16916
|
-
|
16918
|
+
Z(P(F.label), 1)
|
16917
16919
|
]),
|
16918
16920
|
_: 2
|
16919
16921
|
}, 1024))), 128)),
|
@@ -16922,19 +16924,19 @@ const Nw = { class: "flex items-center" }, Mw = { key: 0 }, $w = { class: "flex-
|
|
16922
16924
|
class: "!mr-1"
|
16923
16925
|
}, {
|
16924
16926
|
default: D(() => [
|
16925
|
-
|
16927
|
+
Z(" +" + P(c.value.length - _.value.length), 1)
|
16926
16928
|
]),
|
16927
16929
|
_: 1
|
16928
16930
|
})) : M("", !0)
|
16929
16931
|
], 64)) : (m(), y(q, { key: 1 }, [
|
16930
|
-
|
16932
|
+
Z(P(t.placeholder), 1)
|
16931
16933
|
], 64))
|
16932
16934
|
], 2)) : (m(), y("div", {
|
16933
16935
|
key: 1,
|
16934
16936
|
class: z(t.selectionClass)
|
16935
16937
|
}, P(d.value), 3))
|
16936
16938
|
]),
|
16937
|
-
_:
|
16939
|
+
_: 3
|
16938
16940
|
}, 16, ["model-value", "use-input", "hide-selected", "options", "input-class"])
|
16939
16941
|
]);
|
16940
16942
|
};
|
@@ -17203,9 +17205,9 @@ const Nw = { class: "flex items-center" }, Mw = { key: 0 }, $w = { class: "flex-
|
|
17203
17205
|
(m(), E(jt(l.value), { class: "w-5 text-blue-600" })),
|
17204
17206
|
A("div", q4, [
|
17205
17207
|
a.value ? (m(), y(q, { key: 0 }, [
|
17206
|
-
|
17208
|
+
Z(P(c(a.value.from || 0)) + " - " + P(c(a.value.to)), 1)
|
17207
17209
|
], 64)) : (m(), y(q, { key: 1 }, [
|
17208
|
-
|
17210
|
+
Z(" No Limit ")
|
17209
17211
|
], 64))
|
17210
17212
|
])
|
17211
17213
|
]),
|
@@ -17302,8 +17304,8 @@ const Nw = { class: "flex items-center" }, Mw = { key: 0 }, $w = { class: "flex-
|
|
17302
17304
|
class: "mr-2",
|
17303
17305
|
onClick: Yt((h) => u(p), ["stop"])
|
17304
17306
|
}, null, 8, ["model-value", "onClick"]),
|
17305
|
-
|
17306
|
-
|
17307
|
+
G(c.$slots, "option", { opt: p }, () => [
|
17308
|
+
Z(P(p.label), 1)
|
17307
17309
|
])
|
17308
17310
|
], 8, G4))), 128))
|
17309
17311
|
]),
|
@@ -17317,21 +17319,21 @@ const Nw = { class: "flex items-center" }, Mw = { key: 0 }, $w = { class: "flex-
|
|
17317
17319
|
onClick: d[1] || (d[1] = (p) => i.value = !0)
|
17318
17320
|
}, {
|
17319
17321
|
default: D(() => [
|
17320
|
-
|
17321
|
-
|
17322
|
-
|
17322
|
+
G(c.$slots, "selected", {}, () => [
|
17323
|
+
G(c.$slots, "label", {}, () => [
|
17324
|
+
Z(P(t.label) + ": ", 1)
|
17323
17325
|
]),
|
17324
|
-
t.modelValue && t.modelValue.length > 0 ?
|
17326
|
+
t.modelValue && t.modelValue.length > 0 ? G(c.$slots, "selection", { key: 0 }, () => [
|
17325
17327
|
t.multiple ? (m(), y(q, { key: 0 }, [
|
17326
|
-
|
17328
|
+
Z(P(l(t.modelValue[0])) + " ", 1),
|
17327
17329
|
t.modelValue.length > 1 ? (m(), y(q, { key: 0 }, [
|
17328
|
-
|
17330
|
+
Z(" + " + P(t.modelValue.length - 1), 1)
|
17329
17331
|
], 64)) : M("", !0)
|
17330
17332
|
], 64)) : (m(), y(q, { key: 1 }, [
|
17331
|
-
|
17333
|
+
Z(P(l(t.modelValue)), 1)
|
17332
17334
|
], 64))
|
17333
|
-
]) :
|
17334
|
-
|
17335
|
+
]) : G(c.$slots, "placeholder", { key: 1 }, () => [
|
17336
|
+
Z(P(t.placeholder), 1)
|
17335
17337
|
])
|
17336
17338
|
])
|
17337
17339
|
]),
|
@@ -17858,7 +17860,7 @@ const fS = ["innerHTML"], mS = {
|
|
17858
17860
|
placeholder: t.field.placeholder,
|
17859
17861
|
"onUpdate:modelValue": i
|
17860
17862
|
}, null, 8, ["model-value", "options", "loading", "label", "placeholder"])) : (m(), y(q, { key: 10 }, [
|
17861
|
-
|
17863
|
+
Z(' Field "' + P(t.field.name) + '": Unknown filter type ' + P(t.field.type), 1)
|
17862
17864
|
], 64))
|
17863
17865
|
]);
|
17864
17866
|
};
|
@@ -17890,7 +17892,7 @@ const fS = ["innerHTML"], mS = {
|
|
17890
17892
|
])
|
17891
17893
|
]),
|
17892
17894
|
default: D(() => [
|
17893
|
-
|
17895
|
+
G(e.$slots, "default")
|
17894
17896
|
]),
|
17895
17897
|
_: 3
|
17896
17898
|
});
|
@@ -18032,7 +18034,7 @@ const fS = ["innerHTML"], mS = {
|
|
18032
18034
|
"onUpdate:filter": s[0] || (s[0] = (l) => o.$emit("update:filter", l))
|
18033
18035
|
}, null, 8, ["show-filters", "filter"]),
|
18034
18036
|
A("div", ES, [
|
18035
|
-
|
18037
|
+
G(o.$slots, "default")
|
18036
18038
|
]),
|
18037
18039
|
o.$slots["right-side"] ? (m(), y("div", IS, [
|
18038
18040
|
o.$slots.default ? (m(), E(v(C_), {
|
@@ -18040,7 +18042,7 @@ const fS = ["innerHTML"], mS = {
|
|
18040
18042
|
vertical: "",
|
18041
18043
|
class: "mx-4 h-10 self-center"
|
18042
18044
|
})) : M("", !0),
|
18043
|
-
|
18045
|
+
G(o.$slots, "right-side")
|
18044
18046
|
])) : M("", !0)
|
18045
18047
|
]));
|
18046
18048
|
}
|
@@ -18171,7 +18173,7 @@ const fS = ["innerHTML"], mS = {
|
|
18171
18173
|
k(v(ed), { class: "text-red-400 w-4" }),
|
18172
18174
|
k(x, null, {
|
18173
18175
|
default: D(() => S[5] || (S[5] = [
|
18174
|
-
|
18176
|
+
Z("Creative Form Incomplete")
|
18175
18177
|
])),
|
18176
18178
|
_: 1
|
18177
18179
|
})
|
@@ -18207,7 +18209,7 @@ const fS = ["innerHTML"], mS = {
|
|
18207
18209
|
key: 0,
|
18208
18210
|
class: "w-4"
|
18209
18211
|
})) : (m(), y(q, { key: 1 }, [
|
18210
|
-
|
18212
|
+
Z(" + Add Variation ")
|
18211
18213
|
], 64))
|
18212
18214
|
]),
|
18213
18215
|
_: 1
|
@@ -18266,11 +18268,11 @@ const fS = ["innerHTML"], mS = {
|
|
18266
18268
|
}, $S = {}, LS = { class: "flex flex-grow flex-col flex-nowrap overflow-hidden h-full bg-white" }, US = { class: "flex flex-nowrap flex-grow overflow-hidden w-full" };
|
18267
18269
|
function RS(t, e) {
|
18268
18270
|
return m(), y("div", LS, [
|
18269
|
-
|
18270
|
-
|
18271
|
+
G(t.$slots, "top"),
|
18272
|
+
G(t.$slots, "toolbar"),
|
18271
18273
|
A("div", US, [
|
18272
|
-
|
18273
|
-
|
18274
|
+
G(t.$slots, "filters"),
|
18275
|
+
G(t.$slots, "default")
|
18274
18276
|
])
|
18275
18277
|
]);
|
18276
18278
|
}
|
@@ -18591,8 +18593,8 @@ const qS = {
|
|
18591
18593
|
r.value.vnode ? (m(), E(v(Er), {
|
18592
18594
|
key: 0,
|
18593
18595
|
vnode: r.value.vnode(n.value)
|
18594
|
-
}, null, 8, ["vnode"])) :
|
18595
|
-
|
18596
|
+
}, null, 8, ["vnode"])) : G(a.$slots, "default", { key: 1 }, () => [
|
18597
|
+
Z(P(i.value), 1)
|
18596
18598
|
])
|
18597
18599
|
], 2)) : (m(), y("div", {
|
18598
18600
|
key: 1,
|
@@ -18601,8 +18603,8 @@ const qS = {
|
|
18601
18603
|
r.value.vnode ? (m(), E(v(Er), {
|
18602
18604
|
key: 0,
|
18603
18605
|
vnode: r.value.vnode(n.value)
|
18604
|
-
}, null, 8, ["vnode"])) :
|
18605
|
-
|
18606
|
+
}, null, 8, ["vnode"])) : G(a.$slots, "default", { key: 1 }, () => [
|
18607
|
+
Z(P(i.value), 1)
|
18606
18608
|
])
|
18607
18609
|
], 2)),
|
18608
18610
|
r.value.titleColumns ? (m(), E(v(Uw), {
|
@@ -18909,7 +18911,7 @@ const qS = {
|
|
18909
18911
|
style: ci(s.value)
|
18910
18912
|
}, {
|
18911
18913
|
default: D(() => [
|
18912
|
-
|
18914
|
+
Z(P(i.value.label) + " ", 1),
|
18913
18915
|
o.value ? (m(), E(v(ry), {
|
18914
18916
|
key: 0,
|
18915
18917
|
"drop-zone": "resize-column-" + i.value.name,
|
@@ -18948,19 +18950,19 @@ const qS = {
|
|
18948
18950
|
setup(t) {
|
18949
18951
|
return (e, n) => (m(), y("div", bT, [
|
18950
18952
|
t.loading ? (m(), y("div", yT, [
|
18951
|
-
|
18952
|
-
|
18953
|
+
G(e.$slots, "loading", {}, () => [
|
18954
|
+
Z(P(t.loadingText) + " ", 1),
|
18953
18955
|
k(v(Gs), { class: "w-4 ml-2" })
|
18954
18956
|
])
|
18955
18957
|
])) : M("", !0),
|
18956
18958
|
t.saving ? (m(), y("div", xT, [
|
18957
|
-
|
18958
|
-
|
18959
|
+
G(e.$slots, "saving", {}, () => [
|
18960
|
+
Z(P(t.savingText) + " ", 1),
|
18959
18961
|
k(v(Gs), { class: "w-4 ml-2" })
|
18960
18962
|
])
|
18961
18963
|
])) : M("", !0),
|
18962
|
-
|
18963
|
-
|
18964
|
+
G(e.$slots, "default", {}, () => [
|
18965
|
+
Z(P(t.text), 1)
|
18964
18966
|
])
|
18965
18967
|
]));
|
18966
18968
|
}
|
@@ -19022,7 +19024,7 @@ const qS = {
|
|
19022
19024
|
class: "w-6 mr-3",
|
19023
19025
|
onClick: o[0] || (o[0] = (s) => i.$emit("clear"))
|
19024
19026
|
}),
|
19025
|
-
|
19027
|
+
Z(" " + P(v(Wn)(t.selectedCount)) + " " + P(t.selectedLabel), 1)
|
19026
19028
|
])) : t.itemCount ? (m(), y("div", TT, P(v(Wn)(t.itemCount)) + " " + P(t.label), 1)) : M("", !0),
|
19027
19029
|
t.loading ? (m(), E(v(Qa), {
|
19028
19030
|
key: 2,
|
@@ -19039,7 +19041,7 @@ const qS = {
|
|
19039
19041
|
}, {
|
19040
19042
|
default: D(() => [
|
19041
19043
|
t.summary ? (m(), y(q, { key: 0 }, [
|
19042
|
-
|
19044
|
+
Z(P(r(s)), 1)
|
19043
19045
|
], 64)) : M("", !0)
|
19044
19046
|
]),
|
19045
19047
|
_: 2
|
@@ -19117,7 +19119,7 @@ const qS = {
|
|
19117
19119
|
onRequest: l[3] || (l[3] = (u) => s.$emit("update:quasar-pagination", { ...u.pagination, __sort: v(zS)(u.pagination, t.columns) }))
|
19118
19120
|
}, {
|
19119
19121
|
"no-data": D(() => [
|
19120
|
-
|
19122
|
+
G(s.$slots, "empty", {}, () => [
|
19121
19123
|
k(vT, {
|
19122
19124
|
text: `There are no ${t.label.toLowerCase()} matching the applied filter`
|
19123
19125
|
}, null, 8, ["text"])
|
@@ -19155,7 +19157,7 @@ const qS = {
|
|
19155
19157
|
settings: i.value[u.col.name]
|
19156
19158
|
}, {
|
19157
19159
|
default: D(() => [
|
19158
|
-
|
19160
|
+
G(s.$slots, "default", {
|
19159
19161
|
columnName: u.col.name,
|
19160
19162
|
row: u.row,
|
19161
19163
|
value: u.value
|
@@ -19213,7 +19215,7 @@ const qS = {
|
|
19213
19215
|
key: 2,
|
19214
19216
|
innerHTML: t.value
|
19215
19217
|
}, null, 8, kT)) : (m(), y(q, { key: 3 }, [
|
19216
|
-
|
19218
|
+
Z(P(n(t.value)), 1)
|
19217
19219
|
], 64))
|
19218
19220
|
]));
|
19219
19221
|
}
|
@@ -19265,7 +19267,7 @@ const qS = {
|
|
19265
19267
|
href: n.value,
|
19266
19268
|
target: "_blank"
|
19267
19269
|
}, P(v(Sr)(t.item.timestamp)), 9, MT)) : (m(), y(q, { key: 1 }, [
|
19268
|
-
|
19270
|
+
Z(P(v(Sr)(t.item.timestamp)), 1)
|
19269
19271
|
], 64))
|
19270
19272
|
])
|
19271
19273
|
])
|
@@ -19322,7 +19324,7 @@ const qS = {
|
|
19322
19324
|
default: D(() => {
|
19323
19325
|
var a;
|
19324
19326
|
return [
|
19325
|
-
|
19327
|
+
Z(P(((a = l.tooltip) == null ? void 0 : a.text) || l.label), 1)
|
19326
19328
|
];
|
19327
19329
|
}),
|
19328
19330
|
_: 2
|
@@ -19696,7 +19698,7 @@ const qS = {
|
|
19696
19698
|
A("div", c6, [
|
19697
19699
|
A("div", d6, [
|
19698
19700
|
A("div", _6, [
|
19699
|
-
|
19701
|
+
G(r.$slots, "header")
|
19700
19702
|
]),
|
19701
19703
|
A("div", null, [
|
19702
19704
|
k(o, {
|
@@ -19727,7 +19729,7 @@ const qS = {
|
|
19727
19729
|
class: z(t.panelsClass)
|
19728
19730
|
}, null, 8, ["panels", "active-panel", "class"]),
|
19729
19731
|
r.$slots["right-sidebar"] ? (m(), y("div", p6, [
|
19730
|
-
|
19732
|
+
G(r.$slots, "right-sidebar")
|
19731
19733
|
])) : M("", !0)
|
19732
19734
|
])
|
19733
19735
|
])
|
@@ -19737,7 +19739,7 @@ const qS = {
|
|
19737
19739
|
});
|
19738
19740
|
};
|
19739
19741
|
}
|
19740
|
-
}, g6 = "0.3.
|
19742
|
+
}, g6 = "0.3.49", b6 = {
|
19741
19743
|
version: g6
|
19742
19744
|
}, { version: y6 } = b6;
|
19743
19745
|
function T3(t) {
|