quasar-ui-danx 0.2.12 → 0.2.13
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/danx.es.js +201 -201
- package/dist/danx.es.js.map +1 -0
- package/dist/danx.umd.js +3 -2
- package/dist/danx.umd.js.map +1 -0
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/src/components/ActionTable/Filters/FilterToolbarLayout.vue +0 -1
- package/src/components/PanelsDrawer/PanelsDrawerTabs.vue +2 -7
- package/src/helpers/actions.ts +22 -16
- package/src/vue-plugin.js +0 -2
- package/vite.config.js +1 -0
package/dist/danx.es.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
var Rd = Object.defineProperty;
|
2
2
|
var Bd = (t, e, n) => e in t ? Rd(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
|
3
3
|
var te = (t, e, n) => (Bd(t, typeof e != "symbol" ? e + "" : e, n), n);
|
4
|
-
import { getCurrentScope as zd, onScopeDispose as Vd, unref as x, ref as U, shallowRef as wl, computed as R, getCurrentInstance as Gd, onMounted as yn, watch as ce, openBlock as h, createBlock as E, createVNode as C, resolveComponent as $, createElementBlock as _, normalizeClass as G, createCommentVNode as L, createElementVNode as O, toDisplayString as
|
4
|
+
import { getCurrentScope as zd, onScopeDispose as Vd, unref as x, ref as U, shallowRef as wl, computed as R, getCurrentInstance as Gd, onMounted as yn, watch as ce, openBlock as h, createBlock as E, createVNode as C, resolveComponent as $, createElementBlock as _, normalizeClass as G, createCommentVNode as L, createElementVNode as O, toDisplayString as P, withCtx as D, Fragment as z, createTextVNode as H, renderSlot as B, withKeys as rs, renderList as Se, resolveDirective as Zd, withDirectives as Hd, mergeProps as dn, resolveDynamicComponent as fn, withModifiers as mn, normalizeStyle as is, Transition as El, TransitionGroup as Cl, nextTick as hr, isRef as Wd, defineComponent as qd, toRefs as Yd, onBeforeUnmount as jd, onActivated as Qd, onDeactivated as Xd, h as Co, reactive as Kd } from "vue";
|
5
5
|
import { uid as Jd, QSpinner as Il, QBtn as Io, QSelect as ko, QSeparator as ef, QTd as ss, QSpinnerBall as Fo, QTr as tf, QTable as nf, QTh as rf, QTab as sf } from "quasar";
|
6
6
|
let os = {
|
7
7
|
fileUpload: {
|
@@ -9730,7 +9730,7 @@ function MT(t, e = null) {
|
|
9730
9730
|
throw new Error(`Action ${u.name} does not have an activeTarget ref. Please use useActions() or manually set the activeTarget ref`);
|
9731
9731
|
const c = u.vnode && u.vnode(a);
|
9732
9732
|
let d;
|
9733
|
-
if (u.activeTarget.value = a, !(u.onStart && u.onStart(u, a, l)
|
9733
|
+
if (u.activeTarget.value = a, !(u.onStart && !u.onStart(u, a, l)))
|
9734
9734
|
return c ? (d = await new Promise((f, m) => {
|
9735
9735
|
Dn.value = {
|
9736
9736
|
vnode: c,
|
@@ -9762,7 +9762,7 @@ async function Ja(t, e, n = null) {
|
|
9762
9762
|
throw new Error("No onAction handler found for the selected action:" + t.name);
|
9763
9763
|
let r;
|
9764
9764
|
try {
|
9765
|
-
Array.isArray(e) ? r = await t.onBatchAction(t.name, e, n) : (t.optimistic && t.optimistic(t, e, n), r = await t.onAction(t.name, e, n));
|
9765
|
+
Array.isArray(e) ? t.onBatchAction ? r = await t.onBatchAction(t.name, e, n) : r = { error: `Action ${t.name} does not support batch actions` } : (t.optimistic && t.optimistic(t, e, n), r = await t.onAction(t.name, e, n));
|
9766
9766
|
} catch (i) {
|
9767
9767
|
console.error(i), r = { error: `An error occurred while performing the action ${t.label}. Please try again later.` };
|
9768
9768
|
}
|
@@ -10158,7 +10158,7 @@ const vv = {
|
|
10158
10158
|
t.locked ? (h(), _("a", vv, [
|
10159
10159
|
C(x(lv), { class: "w-4" })
|
10160
10160
|
])) : L("", !0),
|
10161
|
-
O("div", _v,
|
10161
|
+
O("div", _v, P(t.column.label), 1),
|
10162
10162
|
t.locked ? L("", !0) : (h(), _("div", xv, [
|
10163
10163
|
O("a", {
|
10164
10164
|
class: "py-2 px-1",
|
@@ -10180,11 +10180,11 @@ const vv = {
|
|
10180
10180
|
class: G(["w-4", t.isTitle ? "" : "text-neutral-plus-3"])
|
10181
10181
|
}, null, 8, ["class"]),
|
10182
10182
|
C(r, null, {
|
10183
|
-
default:
|
10183
|
+
default: D(() => [
|
10184
10184
|
t.isTitle ? (h(), _(z, { key: 1 }, [
|
10185
|
-
|
10185
|
+
H("Remove from priority list")
|
10186
10186
|
], 64)) : (h(), _(z, { key: 0 }, [
|
10187
|
-
|
10187
|
+
H("Add to priority list")
|
10188
10188
|
], 64))
|
10189
10189
|
]),
|
10190
10190
|
_: 1
|
@@ -10601,7 +10601,7 @@ const ao = { render: O_ }, LT = {
|
|
10601
10601
|
loading: n.value,
|
10602
10602
|
onClick: r
|
10603
10603
|
}, {
|
10604
|
-
default:
|
10604
|
+
default: D(() => [
|
10605
10605
|
C(x(dv), { class: "w-5" })
|
10606
10606
|
]),
|
10607
10607
|
_: 1
|
@@ -10621,7 +10621,7 @@ const ao = { render: O_ }, LT = {
|
|
10621
10621
|
class: "bg-slate-200",
|
10622
10622
|
loading: t.loading
|
10623
10623
|
}, {
|
10624
|
-
default:
|
10624
|
+
default: D(() => [
|
10625
10625
|
C(x(pv), { class: "w-5" })
|
10626
10626
|
]),
|
10627
10627
|
_: 1
|
@@ -10644,7 +10644,7 @@ const ao = { render: O_ }, LT = {
|
|
10644
10644
|
loading: t.isLoading,
|
10645
10645
|
onClick: n[0] || (n[0] = (i) => e.$emit("next", -1))
|
10646
10646
|
}, {
|
10647
|
-
default:
|
10647
|
+
default: D(() => [
|
10648
10648
|
C(x(p_), { class: "w-6" })
|
10649
10649
|
]),
|
10650
10650
|
_: 1
|
@@ -10655,7 +10655,7 @@ const ao = { render: O_ }, LT = {
|
|
10655
10655
|
loading: t.isLoading,
|
10656
10656
|
onClick: n[1] || (n[1] = (i) => e.$emit("next", 1))
|
10657
10657
|
}, {
|
10658
|
-
default:
|
10658
|
+
default: D(() => [
|
10659
10659
|
C(x(c_), { class: "w-6" })
|
10660
10660
|
]),
|
10661
10661
|
_: 1
|
@@ -10730,27 +10730,27 @@ const ao = { render: O_ }, LT = {
|
|
10730
10730
|
maximized: t.maximized,
|
10731
10731
|
"onUpdate:modelValue": s
|
10732
10732
|
}, {
|
10733
|
-
default:
|
10733
|
+
default: D(() => [
|
10734
10734
|
C(c, { class: "flex flex-col flex-nowrap" }, {
|
10735
|
-
default:
|
10735
|
+
default: D(() => [
|
10736
10736
|
t.title || o.$slots.title ? (h(), E(l, {
|
10737
10737
|
key: 0,
|
10738
10738
|
class: "pl-6 pr-10 border-b border-gray-medium"
|
10739
10739
|
}, {
|
10740
|
-
default:
|
10740
|
+
default: D(() => [
|
10741
10741
|
O("h3", {
|
10742
10742
|
class: G(["font-normal flex items-center", t.titleClass])
|
10743
10743
|
}, [
|
10744
10744
|
B(o.$slots, "title", {}, () => [
|
10745
|
-
|
10745
|
+
H(P(t.title), 1)
|
10746
10746
|
])
|
10747
10747
|
], 2),
|
10748
|
-
t.subtitle ? (h(), _("div", D_,
|
10748
|
+
t.subtitle ? (h(), _("div", D_, P(t.subtitle), 1)) : L("", !0)
|
10749
10749
|
]),
|
10750
10750
|
_: 3
|
10751
10751
|
})) : L("", !0),
|
10752
10752
|
o.$slots.toolbar ? (h(), E(l, { key: 1 }, {
|
10753
|
-
default:
|
10753
|
+
default: D(() => [
|
10754
10754
|
B(o.$slots, "toolbar")
|
10755
10755
|
]),
|
10756
10756
|
_: 3
|
@@ -10759,9 +10759,9 @@ const ao = { render: O_ }, LT = {
|
|
10759
10759
|
key: 2,
|
10760
10760
|
class: G(["px-6 bg-neutral-plus-7 flex-grow max-h-full overflow-y-auto", t.contentClass])
|
10761
10761
|
}, {
|
10762
|
-
default:
|
10762
|
+
default: D(() => [
|
10763
10763
|
B(o.$slots, "default", {}, () => [
|
10764
|
-
|
10764
|
+
H(P(t.content), 1)
|
10765
10765
|
])
|
10766
10766
|
]),
|
10767
10767
|
_: 3
|
@@ -10773,7 +10773,7 @@ const ao = { render: O_ }, LT = {
|
|
10773
10773
|
class: "action-btn btn-white-gray",
|
10774
10774
|
onClick: s
|
10775
10775
|
}, {
|
10776
|
-
default:
|
10776
|
+
default: D(() => [
|
10777
10777
|
B(o.$slots, "cancel-text")
|
10778
10778
|
]),
|
10779
10779
|
_: 3
|
@@ -10789,7 +10789,7 @@ const ao = { render: O_ }, LT = {
|
|
10789
10789
|
"data-testid": "confirm-button",
|
10790
10790
|
onClick: i
|
10791
10791
|
}, {
|
10792
|
-
default:
|
10792
|
+
default: D(() => [
|
10793
10793
|
B(o.$slots, "confirm-text")
|
10794
10794
|
]),
|
10795
10795
|
_: 3
|
@@ -10854,7 +10854,7 @@ const ao = { render: O_ }, LT = {
|
|
10854
10854
|
a[4] || (a[4] = rs((d) => n.value.next(), ["right"]))
|
10855
10855
|
]
|
10856
10856
|
}, {
|
10857
|
-
default:
|
10857
|
+
default: D(() => [
|
10858
10858
|
O("div", L_, [
|
10859
10859
|
C(u, {
|
10860
10860
|
ref_key: "carousel",
|
@@ -10868,13 +10868,13 @@ const ao = { render: O_ }, LT = {
|
|
10868
10868
|
infinite: "",
|
10869
10869
|
class: "carousel"
|
10870
10870
|
}, {
|
10871
|
-
default:
|
10871
|
+
default: D(() => [
|
10872
10872
|
(h(!0), _(z, null, Se(t.files, (d) => (h(), E(l, {
|
10873
10873
|
key: "file-" + d.id,
|
10874
10874
|
name: d.id,
|
10875
10875
|
"img-src": s(d)
|
10876
10876
|
}, {
|
10877
|
-
default:
|
10877
|
+
default: D(() => [
|
10878
10878
|
O("div", $_, [
|
10879
10879
|
i(d) ? (h(), _("video", U_, [
|
10880
10880
|
O("source", {
|
@@ -10934,7 +10934,7 @@ const ao = { render: O_ }, LT = {
|
|
10934
10934
|
"transition-hide": "slide-down",
|
10935
10935
|
"onUpdate:modelValue": s
|
10936
10936
|
}, {
|
10937
|
-
default:
|
10937
|
+
default: D(() => [
|
10938
10938
|
O("div", {
|
10939
10939
|
class: G(["flex justify-center min-w-xs", x(i)])
|
10940
10940
|
}, [
|
@@ -10998,22 +10998,22 @@ const ao = { render: O_ }, LT = {
|
|
10998
10998
|
maximized: t.maximized,
|
10999
10999
|
"onUpdate:modelValue": r
|
11000
11000
|
}, {
|
11001
|
-
default:
|
11001
|
+
default: D(() => [
|
11002
11002
|
C(l, { class: "flex flex-col flex-nowrap" }, {
|
11003
|
-
default:
|
11003
|
+
default: D(() => [
|
11004
11004
|
t.title || i.$slots.title ? (h(), E(o, {
|
11005
11005
|
key: 0,
|
11006
11006
|
class: "pl-6 pr-10 border-b border-gray-medium"
|
11007
11007
|
}, {
|
11008
|
-
default:
|
11008
|
+
default: D(() => [
|
11009
11009
|
O("h3", {
|
11010
11010
|
class: G(["font-normal flex items-center", t.titleClass])
|
11011
11011
|
}, [
|
11012
11012
|
B(i.$slots, "title", {}, () => [
|
11013
|
-
|
11013
|
+
H(P(t.title), 1)
|
11014
11014
|
])
|
11015
11015
|
], 2),
|
11016
|
-
t.subtitle ? (h(), _("div", Z_,
|
11016
|
+
t.subtitle ? (h(), _("div", Z_, P(t.subtitle), 1)) : L("", !0)
|
11017
11017
|
]),
|
11018
11018
|
_: 3
|
11019
11019
|
})) : L("", !0),
|
@@ -11021,9 +11021,9 @@ const ao = { render: O_ }, LT = {
|
|
11021
11021
|
key: 1,
|
11022
11022
|
class: "px-6 bg-neutral-plus-7 flex-grow max-h-full overflow-y-auto"
|
11023
11023
|
}, {
|
11024
|
-
default:
|
11024
|
+
default: D(() => [
|
11025
11025
|
B(i.$slots, "default", {}, () => [
|
11026
|
-
|
11026
|
+
H(P(t.content), 1)
|
11027
11027
|
])
|
11028
11028
|
]),
|
11029
11029
|
_: 3
|
@@ -11035,7 +11035,7 @@ const ao = { render: O_ }, LT = {
|
|
11035
11035
|
class: "action-btn btn-white-gray",
|
11036
11036
|
onClick: r
|
11037
11037
|
}, {
|
11038
|
-
default:
|
11038
|
+
default: D(() => [
|
11039
11039
|
B(i.$slots, "done-text")
|
11040
11040
|
]),
|
11041
11041
|
_: 3
|
@@ -11078,7 +11078,7 @@ const ao = { render: O_ }, LT = {
|
|
11078
11078
|
onConfirm: i[2] || (i[2] = (o) => r.$emit("confirm", n.value)),
|
11079
11079
|
onClose: i[3] || (i[3] = (o) => r.$emit("close", o))
|
11080
11080
|
}), {
|
11081
|
-
default:
|
11081
|
+
default: D(() => [
|
11082
11082
|
B(r.$slots, "default", {}, () => [
|
11083
11083
|
C(s, {
|
11084
11084
|
modelValue: n.value,
|
@@ -11221,7 +11221,7 @@ const ao = { render: O_ }, LT = {
|
|
11221
11221
|
class: G(["!p-1 opacity-70 hover:opacity-100", t.downloadButtonClass]),
|
11222
11222
|
onClick: y[1] || (y[1] = mn((w) => x(Js)(s.value.url), ["stop"]))
|
11223
11223
|
}, {
|
11224
|
-
default:
|
11224
|
+
default: D(() => [
|
11225
11225
|
C(x(iv), { class: "w-4 h-5" })
|
11226
11226
|
]),
|
11227
11227
|
_: 1
|
@@ -11232,7 +11232,7 @@ const ao = { render: O_ }, LT = {
|
|
11232
11232
|
class: "bg-red-dark text-white !p-1 opacity-50 hover:opacity-100",
|
11233
11233
|
onClick: mn(g, ["stop"])
|
11234
11234
|
}, {
|
11235
|
-
default:
|
11235
|
+
default: D(() => [
|
11236
11236
|
m.value ? (h(), _("div", n2, "?")) : (h(), E(x(x_), {
|
11237
11237
|
key: 1,
|
11238
11238
|
class: "w-3"
|
@@ -11292,16 +11292,16 @@ const ao = { render: O_ }, LT = {
|
|
11292
11292
|
},
|
11293
11293
|
setup(t) {
|
11294
11294
|
return (e, n) => (h(), _("div", o2, [
|
11295
|
-
t.address.attn ? (h(), _("div", a2, "Attn: " +
|
11295
|
+
t.address.attn ? (h(), _("div", a2, "Attn: " + P(t.address.attn), 1)) : t.address.name ? (h(), _("div", l2, P(t.address.name), 1)) : L("", !0),
|
11296
11296
|
t.address.line1 ? (h(), _(z, { key: 2 }, [
|
11297
|
-
O("div", u2,
|
11298
|
-
t.address.line2 ? (h(), _("div", c2,
|
11299
|
-
t.address.line3 ? (h(), _("div", d2,
|
11297
|
+
O("div", u2, P(t.address.line1), 1),
|
11298
|
+
t.address.line2 ? (h(), _("div", c2, P(t.address.line2), 1)) : L("", !0),
|
11299
|
+
t.address.line3 ? (h(), _("div", d2, P(t.address.line3), 1)) : L("", !0),
|
11300
11300
|
O("div", f2, [
|
11301
11301
|
t.address.city ? (h(), _(z, { key: 0 }, [
|
11302
|
-
|
11302
|
+
H(P(t.address.city) + ",", 1)
|
11303
11303
|
], 64)) : L("", !0),
|
11304
|
-
|
11304
|
+
H(" " + P(t.address.state) + " " + P(t.address.zip_code), 1)
|
11305
11305
|
])
|
11306
11306
|
], 64)) : L("", !0)
|
11307
11307
|
]));
|
@@ -11322,7 +11322,7 @@ const ao = { render: O_ }, LT = {
|
|
11322
11322
|
return (e, n) => (h(), _("ul", null, [
|
11323
11323
|
(h(!0), _(z, null, Se(t.items, (r) => (h(), _("li", {
|
11324
11324
|
key: r[t.column]
|
11325
|
-
},
|
11325
|
+
}, P(r[t.column]), 1))), 128))
|
11326
11326
|
]));
|
11327
11327
|
}
|
11328
11328
|
}, m2 = { class: "flex flex-nowrap items-center" }, h2 = {
|
@@ -11351,8 +11351,8 @@ const ao = { render: O_ }, LT = {
|
|
11351
11351
|
C(x(mv), {
|
11352
11352
|
class: G(["mr-1 ml-[-.2em]", t.iconClass])
|
11353
11353
|
}, null, 8, ["class"]),
|
11354
|
-
(r = t.location) != null && r.latitude ? (h(), _("div", h2,
|
11355
|
-
|
11354
|
+
(r = t.location) != null && r.latitude ? (h(), _("div", h2, P(t.location.latitude.toFixed(t.decimals)) + ", " + P(t.location.longitude.toFixed(t.decimals)), 1)) : (h(), _(z, { key: 1 }, [
|
11355
|
+
H("Unknown")
|
11356
11356
|
], 64))
|
11357
11357
|
]);
|
11358
11358
|
};
|
@@ -11386,7 +11386,7 @@ const ao = { render: O_ }, LT = {
|
|
11386
11386
|
class: G(t.textClass)
|
11387
11387
|
}, [
|
11388
11388
|
B(e.$slots, "default", {}, () => [
|
11389
|
-
|
11389
|
+
H(P(t.text), 1)
|
11390
11390
|
])
|
11391
11391
|
], 2)
|
11392
11392
|
]));
|
@@ -11407,12 +11407,12 @@ const ao = { render: O_ }, LT = {
|
|
11407
11407
|
},
|
11408
11408
|
setup(t) {
|
11409
11409
|
return (e, n) => (h(), _("div", null, [
|
11410
|
-
O("div", g2,
|
11410
|
+
O("div", g2, P(t.label), 1),
|
11411
11411
|
O("div", {
|
11412
11412
|
class: G({ "mt-2": !t.dense, "mt-1": t.dense, "text-no-wrap": t.nowrap })
|
11413
11413
|
}, [
|
11414
11414
|
B(e.$slots, "default", {}, () => [
|
11415
|
-
|
11415
|
+
H(P(t.value || "-"), 1)
|
11416
11416
|
])
|
11417
11417
|
], 2)
|
11418
11418
|
]));
|
@@ -11495,7 +11495,7 @@ const ao = { render: O_ }, LT = {
|
|
11495
11495
|
class: "btn-secondary",
|
11496
11496
|
onClick: o
|
11497
11497
|
}, {
|
11498
|
-
default:
|
11498
|
+
default: D(() => [
|
11499
11499
|
C(x(el), {
|
11500
11500
|
class: G(["w-5 transition-all", { "rotate-180": t.rightSide ? !i.value : i.value }])
|
11501
11501
|
}, null, 8, ["class"])
|
@@ -11543,14 +11543,14 @@ const ao = { render: O_ }, LT = {
|
|
11543
11543
|
seamless: t.seamless,
|
11544
11544
|
class: G({ "hide-backdrop": !t.overlay })
|
11545
11545
|
}, {
|
11546
|
-
default:
|
11546
|
+
default: D(() => [
|
11547
11547
|
O("div", null, [
|
11548
11548
|
t.title ? (h(), _("div", {
|
11549
11549
|
key: 0,
|
11550
11550
|
class: "dialog-title bg-slate-100 text-gray-500 border-gray-200",
|
11551
11551
|
onClick: o[0] || (o[0] = mn(() => {
|
11552
11552
|
}, ["stop", "prevent"]))
|
11553
|
-
},
|
11553
|
+
}, P(t.title), 1)) : L("", !0),
|
11554
11554
|
O("div", {
|
11555
11555
|
class: G(["dialog-content bg-white", { [t.contentClass]: !0 }])
|
11556
11556
|
}, [
|
@@ -11606,8 +11606,8 @@ const _r = Oc, b2 = {
|
|
11606
11606
|
return (i, s) => n.value ? (h(), E(fn(r.value.is), dn({ key: 0 }, { ...r.value.props, ...t.overrideProps }, {
|
11607
11607
|
onAction: s[0] || (s[0] = (o) => i.$emit("action", o))
|
11608
11608
|
}), {
|
11609
|
-
default:
|
11610
|
-
|
11609
|
+
default: D(() => [
|
11610
|
+
H(P(n.value), 1)
|
11611
11611
|
]),
|
11612
11612
|
_: 1
|
11613
11613
|
}, 16)) : (h(), E(fn(r.value.is), dn({ key: 1 }, { ...r.value.props, ...t.overrideProps }, {
|
@@ -11650,9 +11650,9 @@ const _r = Oc, b2 = {
|
|
11650
11650
|
class: G(["p-3 actionable", { "opacity-50 cursor-not-allowed": t.disabled }])
|
11651
11651
|
}, [
|
11652
11652
|
i.$slots.tooltip || t.tooltip ? (h(), E(o, { key: 0 }, {
|
11653
|
-
default:
|
11653
|
+
default: D(() => [
|
11654
11654
|
B(i.$slots, "tooltip", {}, () => [
|
11655
|
-
|
11655
|
+
H(P(t.tooltip), 1)
|
11656
11656
|
])
|
11657
11657
|
]),
|
11658
11658
|
_: 3
|
@@ -11661,7 +11661,7 @@ const _r = Oc, b2 = {
|
|
11661
11661
|
mode: "out-in",
|
11662
11662
|
duration: 150
|
11663
11663
|
}, {
|
11664
|
-
default:
|
11664
|
+
default: D(() => [
|
11665
11665
|
t.loading ? (h(), E(x(S2), {
|
11666
11666
|
key: 0,
|
11667
11667
|
component: t.loadingComponent
|
@@ -11676,23 +11676,23 @@ const _r = Oc, b2 = {
|
|
11676
11676
|
key: 1,
|
11677
11677
|
"auto-close": ""
|
11678
11678
|
}, {
|
11679
|
-
default:
|
11679
|
+
default: D(() => [
|
11680
11680
|
C(l, null, {
|
11681
|
-
default:
|
11681
|
+
default: D(() => [
|
11682
11682
|
(h(!0), _(z, null, Se(t.items, (c) => (h(), _(z, null, [
|
11683
11683
|
c.url ? (h(), _("a", {
|
11684
11684
|
key: c.url,
|
11685
11685
|
class: G(["q-item", c.class]),
|
11686
11686
|
target: "_blank",
|
11687
11687
|
href: c.url
|
11688
|
-
},
|
11688
|
+
}, P(c.label), 11, T2)) : (h(), E(a, {
|
11689
11689
|
key: c.name || c.action,
|
11690
11690
|
clickable: "",
|
11691
11691
|
class: G(c.class),
|
11692
11692
|
onClick: (d) => r(c)
|
11693
11693
|
}, {
|
11694
|
-
default:
|
11695
|
-
|
11694
|
+
default: D(() => [
|
11695
|
+
H(P(c.label), 1)
|
11696
11696
|
]),
|
11697
11697
|
_: 2
|
11698
11698
|
}, 1032, ["class", "onClick"]))
|
@@ -11745,9 +11745,9 @@ const _r = Oc, b2 = {
|
|
11745
11745
|
onMouseleave: u,
|
11746
11746
|
"transition-duration": 200
|
11747
11747
|
}, {
|
11748
|
-
default:
|
11748
|
+
default: D(() => [
|
11749
11749
|
B(d.$slots, "default", {}, () => [
|
11750
|
-
|
11750
|
+
H(P(t.tooltip), 1)
|
11751
11751
|
])
|
11752
11752
|
]),
|
11753
11753
|
_: 3
|
@@ -11778,9 +11778,9 @@ const _r = Oc, b2 = {
|
|
11778
11778
|
class: "w-full",
|
11779
11779
|
"content-class": "w-full"
|
11780
11780
|
}, {
|
11781
|
-
default:
|
11781
|
+
default: D(() => [
|
11782
11782
|
O("div", E2, [
|
11783
|
-
O("div", C2,
|
11783
|
+
O("div", C2, P(t.label), 1),
|
11784
11784
|
C(r, {
|
11785
11785
|
class: "bg-gray-base",
|
11786
11786
|
label: t.count,
|
@@ -11815,9 +11815,9 @@ const _r = Oc, b2 = {
|
|
11815
11815
|
class: "w-full",
|
11816
11816
|
"content-class": "w-full"
|
11817
11817
|
}, {
|
11818
|
-
default:
|
11818
|
+
default: D(() => [
|
11819
11819
|
O("div", I2, [
|
11820
|
-
O("div", k2,
|
11820
|
+
O("div", k2, P(t.label), 1),
|
11821
11821
|
O("div", null, [
|
11822
11822
|
t.overdue ? (h(), E(x(fv), {
|
11823
11823
|
key: 0,
|
@@ -11847,7 +11847,7 @@ const _r = Oc, b2 = {
|
|
11847
11847
|
name: t.name,
|
11848
11848
|
class: "relative"
|
11849
11849
|
}, {
|
11850
|
-
default:
|
11850
|
+
default: D(() => [
|
11851
11851
|
B(e.$slots, "default")
|
11852
11852
|
]),
|
11853
11853
|
_: 3
|
@@ -11863,7 +11863,7 @@ const _r = Oc, b2 = {
|
|
11863
11863
|
},
|
11864
11864
|
setup(t) {
|
11865
11865
|
return (e, n) => (h(), E(El, { name: t.name }, {
|
11866
|
-
default:
|
11866
|
+
default: D(() => [
|
11867
11867
|
B(e.$slots, "default")
|
11868
11868
|
]),
|
11869
11869
|
_: 3
|
@@ -13947,7 +13947,7 @@ const Zx = {
|
|
13947
13947
|
onEnter: s,
|
13948
13948
|
onLeave: o
|
13949
13949
|
}, {
|
13950
|
-
default:
|
13950
|
+
default: D(() => [
|
13951
13951
|
B(a.$slots, "default", {}, void 0, !0)
|
13952
13952
|
]),
|
13953
13953
|
_: 3
|
@@ -14187,7 +14187,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14187
14187
|
title: "Column Settings",
|
14188
14188
|
onClose: c[1] || (c[1] = (d) => u.$emit("close"))
|
14189
14189
|
}, {
|
14190
|
-
default:
|
14190
|
+
default: D(() => [
|
14191
14191
|
Qx,
|
14192
14192
|
(h(!0), _(z, null, Se(t.lockedColumns, (d) => (h(), E(x(tl), {
|
14193
14193
|
key: d.name,
|
@@ -14200,7 +14200,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14200
14200
|
name: "fade-down-list",
|
14201
14201
|
"data-drop-zone": "column-list"
|
14202
14202
|
}, {
|
14203
|
-
default:
|
14203
|
+
default: D(() => [
|
14204
14204
|
(h(!0), _(z, null, Se(t.sortableColumns, (d, f) => (h(), E(x(jx), {
|
14205
14205
|
key: d.name,
|
14206
14206
|
"list-items": t.sortableColumns,
|
@@ -14209,7 +14209,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14209
14209
|
"show-handle": "",
|
14210
14210
|
"onUpdate:listItems": c[0] || (c[0] = (m) => u.$emit("update:sortable-columns", m))
|
14211
14211
|
}, {
|
14212
|
-
default:
|
14212
|
+
default: D(() => [
|
14213
14213
|
C(x(tl), {
|
14214
14214
|
column: d,
|
14215
14215
|
visible: s(d),
|
@@ -14247,7 +14247,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14247
14247
|
(h(!0), _(z, null, Se(t.columns, (i) => (h(), _("div", {
|
14248
14248
|
key: i.name,
|
14249
14249
|
class: "overflow-hidden overflow-ellipsis text-xs text-gray-base"
|
14250
|
-
},
|
14250
|
+
}, P(e(t.row[i.name], i.format)), 1))), 128))
|
14251
14251
|
]));
|
14252
14252
|
}
|
14253
14253
|
}, Kx = { class: "flex items-center flex-nowrap" }, Jx = ["onClick"], eb = { class: "text-xs" }, tb = {
|
@@ -14302,16 +14302,16 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14302
14302
|
class: "mr-2 cb-white-border",
|
14303
14303
|
onClick: (b) => u(o(y), !a(y))
|
14304
14304
|
}, null, 8, ["model-value", "onClick"]),
|
14305
|
-
O("div", null,
|
14305
|
+
O("div", null, P(y), 1),
|
14306
14306
|
C(x(Cv), {
|
14307
14307
|
class: G(["ml-2 w-5 transition-all", { "rotate-180": i.value === y }])
|
14308
14308
|
}, null, 8, ["class"]),
|
14309
14309
|
C(p, {
|
14310
14310
|
"onUpdate:modelValue": (b) => i.value = b ? y : ""
|
14311
14311
|
}, {
|
14312
|
-
default:
|
14312
|
+
default: D(() => [
|
14313
14313
|
C(g, null, {
|
14314
|
-
default:
|
14314
|
+
default: D(() => [
|
14315
14315
|
(h(!0), _(z, null, Se(o(y), (b) => (h(), _("div", {
|
14316
14316
|
key: b,
|
14317
14317
|
class: "flex items-center flex-nowrap px-2 py-3 cursor-pointer",
|
@@ -14325,7 +14325,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14325
14325
|
disable: b.required,
|
14326
14326
|
onClick: (T) => c(b.name)
|
14327
14327
|
}, null, 8, ["model-value", "color", "disable", "onClick"]),
|
14328
|
-
O("div", eb,
|
14328
|
+
O("div", eb, P(b.label), 1)
|
14329
14329
|
], 8, Jx))), 128))
|
14330
14330
|
]),
|
14331
14331
|
_: 2
|
@@ -14364,7 +14364,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14364
14364
|
name: "admin-ads",
|
14365
14365
|
"onUpdate:collapse": n[1] || (n[1] = (r) => e.$emit("update:show-filters", !r))
|
14366
14366
|
}, {
|
14367
|
-
default:
|
14367
|
+
default: D(() => [
|
14368
14368
|
C(x(aS), {
|
14369
14369
|
filter: t.filter,
|
14370
14370
|
"filter-fields": t.filterFields,
|
@@ -14403,13 +14403,13 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14403
14403
|
B(i.$slots, "default", {}, () => {
|
14404
14404
|
var o;
|
14405
14405
|
return [
|
14406
|
-
|
14406
|
+
H(P(n.value) + " ", 1),
|
14407
14407
|
t.showName ? (h(), _(z, { key: 0 }, [
|
14408
|
-
|
14408
|
+
H("(" + P((o = t.field) == null ? void 0 : o.name) + ")", 1)
|
14409
14409
|
], 64)) : L("", !0)
|
14410
14410
|
];
|
14411
14411
|
}),
|
14412
|
-
r.value ? (h(), _("span", nb,
|
14412
|
+
r.value ? (h(), _("span", nb, P(r.value), 1)) : L("", !0)
|
14413
14413
|
]));
|
14414
14414
|
}
|
14415
14415
|
}, Od = {
|
@@ -14441,7 +14441,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14441
14441
|
"indeterminate-value": void 0,
|
14442
14442
|
"onUpdate:modelValue": n[0] || (n[0] = (i) => e.$emit("update:model-value", i))
|
14443
14443
|
}, {
|
14444
|
-
default:
|
14444
|
+
default: D(() => [
|
14445
14445
|
C(x(Jn), {
|
14446
14446
|
field: t.field,
|
14447
14447
|
"show-name": t.showName,
|
@@ -14496,7 +14496,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14496
14496
|
return h(), _("div", null, [
|
14497
14497
|
O("label", rb, [
|
14498
14498
|
B(e.$slots, "label", {}, () => [
|
14499
|
-
|
14499
|
+
H(P(t.label), 1)
|
14500
14500
|
])
|
14501
14501
|
]),
|
14502
14502
|
O("div", ib, [
|
@@ -14588,19 +14588,19 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14588
14588
|
return (a, l) => {
|
14589
14589
|
const u = $("QDate"), c = $("QPopupProxy");
|
14590
14590
|
return h(), _("div", null, [
|
14591
|
-
t.label ? (h(), _("div", sb,
|
14591
|
+
t.label ? (h(), _("div", sb, P(t.label), 1)) : L("", !0),
|
14592
14592
|
O("div", ob, [
|
14593
14593
|
C(x(Cc), { class: "w-5 text-blue-600" }),
|
14594
14594
|
O("div", ab, [
|
14595
14595
|
s.value ? (h(), _(z, { key: 0 }, [
|
14596
|
-
|
14596
|
+
H(P(i.value), 1)
|
14597
14597
|
], 64)) : (h(), _(z, { key: 1 }, [
|
14598
|
-
|
14598
|
+
H(" - - ")
|
14599
14599
|
], 64))
|
14600
14600
|
])
|
14601
14601
|
]),
|
14602
14602
|
C(c, null, {
|
14603
|
-
default:
|
14603
|
+
default: D(() => [
|
14604
14604
|
C(u, {
|
14605
14605
|
modelValue: s.value,
|
14606
14606
|
"onUpdate:modelValue": [
|
@@ -14663,7 +14663,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14663
14663
|
return (u, c) => {
|
14664
14664
|
const d = $("QDate"), f = $("QPopupProxy");
|
14665
14665
|
return h(), _("div", null, [
|
14666
|
-
t.label ? (h(), _("div", lb,
|
14666
|
+
t.label ? (h(), _("div", lb, P(t.label), 1)) : L("", !0),
|
14667
14667
|
t.inline ? (h(), E(d, {
|
14668
14668
|
key: 1,
|
14669
14669
|
modelValue: s.value,
|
@@ -14678,14 +14678,14 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14678
14678
|
C(x(Cc), { class: "w-5 text-blue-600" }),
|
14679
14679
|
O("div", cb, [
|
14680
14680
|
a.value ? (h(), _(z, { key: 0 }, [
|
14681
|
-
|
14681
|
+
H(P(i.value.from) + " - " + P(i.value.to), 1)
|
14682
14682
|
], 64)) : (h(), _(z, { key: 1 }, [
|
14683
|
-
|
14683
|
+
H(" - - ")
|
14684
14684
|
], 64))
|
14685
14685
|
])
|
14686
14686
|
]),
|
14687
14687
|
C(f, null, {
|
14688
|
-
default:
|
14688
|
+
default: D(() => [
|
14689
14689
|
C(d, {
|
14690
14690
|
modelValue: s.value,
|
14691
14691
|
"onUpdate:modelValue": [
|
@@ -14739,14 +14739,14 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14739
14739
|
"transition-hide": "scale",
|
14740
14740
|
class: "bg-transparent shadow-none flex items-stretch"
|
14741
14741
|
}, {
|
14742
|
-
default:
|
14742
|
+
default: D(() => [
|
14743
14743
|
C(l, {
|
14744
14744
|
modelValue: i.value,
|
14745
14745
|
"onUpdate:modelValue": o[3] || (o[3] = (d) => i.value = d),
|
14746
14746
|
mask: t.mask,
|
14747
14747
|
color: t.color
|
14748
14748
|
}, {
|
14749
|
-
default:
|
14749
|
+
default: D(() => [
|
14750
14750
|
O("div", db, [
|
14751
14751
|
t.nullable ? (h(), _("div", fb, [
|
14752
14752
|
C(a, {
|
@@ -14815,17 +14815,17 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14815
14815
|
readonly: "",
|
14816
14816
|
onClick: l[3] || (l[3] = (f) => i.value = !0)
|
14817
14817
|
}, {
|
14818
|
-
append:
|
14818
|
+
append: D(() => [
|
14819
14819
|
C(c, {
|
14820
14820
|
name: "event",
|
14821
14821
|
class: "cursor-pointer"
|
14822
14822
|
}, {
|
14823
|
-
default:
|
14823
|
+
default: D(() => [
|
14824
14824
|
C(u, {
|
14825
14825
|
modelValue: i.value,
|
14826
14826
|
"onUpdate:modelValue": l[2] || (l[2] = (f) => i.value = f)
|
14827
14827
|
}, {
|
14828
|
-
default:
|
14828
|
+
default: D(() => [
|
14829
14829
|
C(x(Nd), {
|
14830
14830
|
modelValue: s.value,
|
14831
14831
|
"onUpdate:modelValue": l[0] || (l[0] = (f) => s.value = f),
|
@@ -14868,7 +14868,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14868
14868
|
contenteditable: "",
|
14869
14869
|
class: "inline-block hover:bg-blue-light focus:bg-blue-light transition duration-300 outline-none",
|
14870
14870
|
onInput: o
|
14871
|
-
},
|
14871
|
+
}, P(i.value), 33));
|
14872
14872
|
}
|
14873
14873
|
}, mb = ["accept", "capture"], rw = {
|
14874
14874
|
__name: "FileUploadButton",
|
@@ -14910,10 +14910,10 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14910
14910
|
return (l, u) => (h(), E(x(Io), dn(l.$props, {
|
14911
14911
|
onClick: u[0] || (u[0] = (c) => l.$refs.fileUpload.click())
|
14912
14912
|
}), {
|
14913
|
-
default:
|
14913
|
+
default: D(() => [
|
14914
14914
|
B(l.$slots, "default", {}, () => [
|
14915
14915
|
C(x(cv), { class: "w-5 mr-2" }),
|
14916
|
-
|
14916
|
+
H(" " + P(t.text), 1)
|
14917
14917
|
]),
|
14918
14918
|
O("input", {
|
14919
14919
|
ref_key: "fileUpload",
|
@@ -14949,7 +14949,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14949
14949
|
const o = $("QPopupEdit");
|
14950
14950
|
return h(), _("div", hb, [
|
14951
14951
|
O("div", pb, [
|
14952
|
-
|
14952
|
+
H(P(x(gr)(t.modelValue, { empty: "Never" })) + " ", 1),
|
14953
14953
|
C(x(hv), { class: "w-4 font-bold ml-2 text-gray-base" }),
|
14954
14954
|
C(o, {
|
14955
14955
|
"model-value": t.modelValue,
|
@@ -14957,7 +14957,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14957
14957
|
offset: [0, 20],
|
14958
14958
|
class: "bg-blue-600 text-white !min-w-0"
|
14959
14959
|
}, {
|
14960
|
-
default:
|
14960
|
+
default: D((a) => [
|
14961
14961
|
C(x(Nd), {
|
14962
14962
|
modelValue: a.value,
|
14963
14963
|
"onUpdate:modelValue": (l) => a.value = l,
|
@@ -15044,7 +15044,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
15044
15044
|
class: G({ "no-prepend-icon w-32": t.hidePrependLabel, "prepend-label": !t.hidePrependLabel }),
|
15045
15045
|
"onUpdate:modelValue": l
|
15046
15046
|
}, {
|
15047
|
-
prepend:
|
15047
|
+
prepend: D(() => [
|
15048
15048
|
C(x(Jn), {
|
15049
15049
|
field: s.value,
|
15050
15050
|
"show-name": t.showName
|
@@ -15093,12 +15093,12 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
15093
15093
|
},
|
15094
15094
|
setup(t) {
|
15095
15095
|
return (e, n) => (h(), _("div", null, [
|
15096
|
-
O("div", yb,
|
15096
|
+
O("div", yb, P(t.label), 1),
|
15097
15097
|
O("div", {
|
15098
15098
|
class: G({ "mt-2": !t.dense, "mt-1": t.dense, "text-no-wrap": t.nowrap })
|
15099
15099
|
}, [
|
15100
15100
|
B(e.$slots, "default", {}, () => [
|
15101
|
-
|
15101
|
+
H(P(t.value || "-"), 1)
|
15102
15102
|
])
|
15103
15103
|
], 2)
|
15104
15104
|
]));
|
@@ -15298,12 +15298,12 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
15298
15298
|
onPopupHide: w,
|
15299
15299
|
"onUpdate:modelValue": y
|
15300
15300
|
}), {
|
15301
|
-
append:
|
15301
|
+
append: D(() => [
|
15302
15302
|
C(x(ev), {
|
15303
15303
|
class: G(["w-4 transition", o.value ? "rotate-180" : ""])
|
15304
15304
|
}, null, 8, ["class"])
|
15305
15305
|
]),
|
15306
|
-
selected:
|
15306
|
+
selected: D(() => [
|
15307
15307
|
S.$props.multiple ? (h(), _("div", {
|
15308
15308
|
key: 0,
|
15309
15309
|
class: G(["flex gap-y-1 overflow-hidden", { "flex-nowrap gap-y-0": t.chipLimit === 1, [t.selectionClass]: !0 }])
|
@@ -15313,8 +15313,8 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
15313
15313
|
key: "selected-" + A.label,
|
15314
15314
|
class: "!mr-1"
|
15315
15315
|
}, {
|
15316
|
-
default:
|
15317
|
-
|
15316
|
+
default: D(() => [
|
15317
|
+
H(P(A.label), 1)
|
15318
15318
|
]),
|
15319
15319
|
_: 2
|
15320
15320
|
}, 1024))), 128)),
|
@@ -15322,18 +15322,18 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
15322
15322
|
key: 0,
|
15323
15323
|
class: "!mr-1"
|
15324
15324
|
}, {
|
15325
|
-
default:
|
15326
|
-
|
15325
|
+
default: D(() => [
|
15326
|
+
H(" +" + P(c.value.length - f.value.length), 1)
|
15327
15327
|
]),
|
15328
15328
|
_: 1
|
15329
15329
|
})) : L("", !0)
|
15330
15330
|
], 64)) : (h(), _(z, { key: 1 }, [
|
15331
|
-
|
15331
|
+
H(P(t.placeholder), 1)
|
15332
15332
|
], 64))
|
15333
15333
|
], 2)) : (h(), _("div", {
|
15334
15334
|
key: 1,
|
15335
15335
|
class: G(t.selectionClass)
|
15336
|
-
},
|
15336
|
+
}, P(d.value), 3))
|
15337
15337
|
]),
|
15338
15338
|
_: 1
|
15339
15339
|
}, 16, ["model-value", "use-input", "hide-selected", "options", "input-class"])
|
@@ -15404,7 +15404,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
15404
15404
|
onKeydown: n[0] || (n[0] = rs((a) => e.$emit("submit"), ["enter"])),
|
15405
15405
|
"onUpdate:modelValue": n[1] || (n[1] = (a) => e.$emit("update:model-value", a))
|
15406
15406
|
}, {
|
15407
|
-
label:
|
15407
|
+
label: D(() => [
|
15408
15408
|
C(x(Jn), {
|
15409
15409
|
field: t.field,
|
15410
15410
|
label: t.label,
|
@@ -15572,19 +15572,19 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
15572
15572
|
return (f, m) => {
|
15573
15573
|
const g = $("QPopupProxy");
|
15574
15574
|
return h(), _("div", null, [
|
15575
|
-
t.label ? (h(), _("div", Eb,
|
15575
|
+
t.label ? (h(), _("div", Eb, P(t.label), 1)) : L("", !0),
|
15576
15576
|
O("div", Cb, [
|
15577
15577
|
(h(), E(fn(a.value), { class: "w-5 text-blue-600" })),
|
15578
15578
|
O("div", Ib, [
|
15579
15579
|
l.value ? (h(), _(z, { key: 0 }, [
|
15580
|
-
|
15580
|
+
H(P(c(l.value.from || 0)) + " - " + P(c(l.value.to)), 1)
|
15581
15581
|
], 64)) : (h(), _(z, { key: 1 }, [
|
15582
|
-
|
15582
|
+
H(" No Limit ")
|
15583
15583
|
], 64))
|
15584
15584
|
])
|
15585
15585
|
]),
|
15586
15586
|
C(g, null, {
|
15587
|
-
default:
|
15587
|
+
default: D(() => [
|
15588
15588
|
C(x(hi), {
|
15589
15589
|
modelValue: l.value.from,
|
15590
15590
|
"onUpdate:modelValue": [
|
@@ -15663,7 +15663,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
15663
15663
|
position: "bottom",
|
15664
15664
|
title: "Filter " + t.label
|
15665
15665
|
}, {
|
15666
|
-
default:
|
15666
|
+
default: D(() => [
|
15667
15667
|
(h(!0), _(z, null, Se(s.value, (g) => (h(), _("div", {
|
15668
15668
|
key: "select-drawer-" + g.value,
|
15669
15669
|
"data-dusk": "drawer-opt-" + g.value,
|
@@ -15675,7 +15675,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
15675
15675
|
class: "mr-2"
|
15676
15676
|
}, null, 8, ["model-value"]),
|
15677
15677
|
B(c.$slots, "option", { opt: g }, () => [
|
15678
|
-
|
15678
|
+
H(P(g.label), 1)
|
15679
15679
|
])
|
15680
15680
|
], 8, kb))), 128))
|
15681
15681
|
]),
|
@@ -15688,22 +15688,22 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
15688
15688
|
size: "16px",
|
15689
15689
|
onClick: d[1] || (d[1] = (g) => i.value = !0)
|
15690
15690
|
}, {
|
15691
|
-
default:
|
15691
|
+
default: D(() => [
|
15692
15692
|
B(c.$slots, "selected", {}, () => [
|
15693
15693
|
B(c.$slots, "label", {}, () => [
|
15694
|
-
|
15694
|
+
H(P(t.label) + ": ", 1)
|
15695
15695
|
]),
|
15696
15696
|
t.modelValue && t.modelValue.length > 0 ? B(c.$slots, "selection", { key: 0 }, () => [
|
15697
15697
|
t.multiple ? (h(), _(z, { key: 0 }, [
|
15698
|
-
|
15698
|
+
H(P(a(t.modelValue[0])) + " ", 1),
|
15699
15699
|
t.modelValue.length > 1 ? (h(), _(z, { key: 0 }, [
|
15700
|
-
|
15700
|
+
H("+ " + P(t.modelValue.length - 1), 1)
|
15701
15701
|
], 64)) : L("", !0)
|
15702
15702
|
], 64)) : (h(), _(z, { key: 1 }, [
|
15703
|
-
|
15703
|
+
H(P(a(t.modelValue)), 1)
|
15704
15704
|
], 64))
|
15705
15705
|
]) : B(c.$slots, "placeholder", { key: 1 }, () => [
|
15706
|
-
|
15706
|
+
H(P(t.placeholder), 1)
|
15707
15707
|
])
|
15708
15708
|
])
|
15709
15709
|
]),
|
@@ -15776,9 +15776,9 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
15776
15776
|
class: "mt-3",
|
15777
15777
|
"onUpdate:modelValue": (m) => a(f)
|
15778
15778
|
}, {
|
15779
|
-
default:
|
15780
|
-
O("div", null,
|
15781
|
-
O("div", Ab,
|
15779
|
+
default: D(() => [
|
15780
|
+
O("div", null, P(f.label), 1),
|
15781
|
+
O("div", Ab, P(f.name), 1)
|
15782
15782
|
]),
|
15783
15783
|
_: 2
|
15784
15784
|
}, 1032, ["model-value", "field", "onUpdate:modelValue"]))), 128))
|
@@ -16159,7 +16159,7 @@ const Xb = "YOUR_API_KEY", Kb = ["innerHTML"], Jb = {
|
|
16159
16159
|
label: t.field.label,
|
16160
16160
|
"onUpdate:modelValue": i
|
16161
16161
|
}, null, 8, ["model-value", "options", "loading", "placeholder", "label"])) : (h(), _("div", eS, [
|
16162
|
-
O("div", tS,
|
16162
|
+
O("div", tS, P(t.field.label), 1),
|
16163
16163
|
nS
|
16164
16164
|
]))
|
16165
16165
|
], 64)) : t.field.type === "single-select" ? (h(), E(x(pi), {
|
@@ -16228,7 +16228,7 @@ const Xb = "YOUR_API_KEY", Kb = ["innerHTML"], Jb = {
|
|
16228
16228
|
placeholder: t.field.placeholder,
|
16229
16229
|
"onUpdate:modelValue": i
|
16230
16230
|
}, null, 8, ["model-value", "options", "loading", "label", "placeholder"])) : (h(), _(z, { key: 10 }, [
|
16231
|
-
|
16231
|
+
H(' Field "' + P(t.field.name) + '": Unknown filter type ' + P(t.field.type), 1)
|
16232
16232
|
], 64))
|
16233
16233
|
]);
|
16234
16234
|
};
|
@@ -16249,9 +16249,9 @@ const Xb = "YOUR_API_KEY", Kb = ["innerHTML"], Jb = {
|
|
16249
16249
|
return (e, n) => {
|
16250
16250
|
const r = $("QBadge"), i = $("QExpansionItem");
|
16251
16251
|
return h(), E(i, null, {
|
16252
|
-
header:
|
16252
|
+
header: D(() => [
|
16253
16253
|
O("div", rS, [
|
16254
|
-
O("div", iS,
|
16254
|
+
O("div", iS, P(t.name), 1),
|
16255
16255
|
C(r, {
|
16256
16256
|
label: t.count,
|
16257
16257
|
rounded: "",
|
@@ -16259,7 +16259,7 @@ const Xb = "YOUR_API_KEY", Kb = ["innerHTML"], Jb = {
|
|
16259
16259
|
}, null, 8, ["label", "class"])
|
16260
16260
|
])
|
16261
16261
|
]),
|
16262
|
-
default:
|
16262
|
+
default: D(() => [
|
16263
16263
|
B(e.$slots, "default")
|
16264
16264
|
]),
|
16265
16265
|
_: 3
|
@@ -16294,7 +16294,7 @@ const Xb = "YOUR_API_KEY", Kb = ["innerHTML"], Jb = {
|
|
16294
16294
|
return (o, a) => {
|
16295
16295
|
const l = $("QSeparator"), u = $("QList");
|
16296
16296
|
return h(), E(u, null, {
|
16297
|
-
default:
|
16297
|
+
default: D(() => [
|
16298
16298
|
O("div", oS, [
|
16299
16299
|
(h(!0), _(z, null, Se(t.filterFields, (c, d) => (h(), _(z, {
|
16300
16300
|
key: "group-" + c.name
|
@@ -16311,7 +16311,7 @@ const Xb = "YOUR_API_KEY", Kb = ["innerHTML"], Jb = {
|
|
16311
16311
|
name: c.name,
|
16312
16312
|
count: i.value[c.name]
|
16313
16313
|
}, {
|
16314
|
-
default:
|
16314
|
+
default: D(() => [
|
16315
16315
|
(h(!0), _(z, null, Se(c.fields, (f) => (h(), E(x(Sl), {
|
16316
16316
|
key: "field-" + f.name,
|
16317
16317
|
"model-value": f.calcValue ? f.calcValue(t.filter) : t.filter[f.name],
|
@@ -16356,7 +16356,7 @@ const Xb = "YOUR_API_KEY", Kb = ["innerHTML"], Jb = {
|
|
16356
16356
|
class: G(["btn-blue-highlight", { highlighted: t.showFilters }]),
|
16357
16357
|
onClick: i[0] || (i[0] = (a) => r.$emit("update:show-filters", !t.showFilters))
|
16358
16358
|
}, {
|
16359
|
-
default:
|
16359
|
+
default: D(() => [
|
16360
16360
|
C(x(zv), { class: "w-5 mr-2" }),
|
16361
16361
|
C(s, {
|
16362
16362
|
label: "" + n.value,
|
@@ -16406,7 +16406,6 @@ const Xb = "YOUR_API_KEY", Kb = ["innerHTML"], Jb = {
|
|
16406
16406
|
vertical: "",
|
16407
16407
|
class: "mx-4 h-10 self-center"
|
16408
16408
|
})) : L("", !0),
|
16409
|
-
Z(" " + D(e.$slots.default) + "HERE ", 1),
|
16410
16409
|
B(e.$slots, "right-side")
|
16411
16410
|
])) : L("", !0)
|
16412
16411
|
]));
|
@@ -16520,7 +16519,7 @@ function cw(t, {
|
|
16520
16519
|
filterDefaults: l = {}
|
16521
16520
|
}) {
|
16522
16521
|
let u = !1;
|
16523
|
-
const c = `${t}-pagination-settings`, d = U(null), f = U({}), m = U({}), g = U(on(`${t}-show-filters`, !0)), p = U([]), y = U(!1), b = U(!1), T = U(null), I = R(() => Object.keys(f.value).filter((
|
16522
|
+
const c = `${t}-pagination-settings`, d = U(null), f = U({}), m = U({}), g = U(on(`${t}-show-filters`, !0)), p = U([]), y = U(!1), b = U(!1), T = U(null), I = R(() => Object.keys(f.value).filter((Z) => f.value[Z] !== void 0).length), F = {
|
16524
16523
|
__sort: null,
|
16525
16524
|
sortBy: null,
|
16526
16525
|
descending: !1,
|
@@ -16545,37 +16544,37 @@ function cw(t, {
|
|
16545
16544
|
if (!n || !u)
|
16546
16545
|
return;
|
16547
16546
|
b.value = !0;
|
16548
|
-
const
|
16549
|
-
p.value.length && (
|
16547
|
+
const Z = { id: null, ...f.value, ...m.value };
|
16548
|
+
p.value.length && (Z.id = p.value.map((le) => le.id)), T.value = await n(Z), b.value = !1;
|
16550
16549
|
}
|
16551
16550
|
const A = U({}), Y = U(!1);
|
16552
|
-
ce(() => g.value, (
|
16553
|
-
sn(`${t}-show-filters`,
|
16551
|
+
ce(() => g.value, (Z) => {
|
16552
|
+
sn(`${t}-show-filters`, Z);
|
16554
16553
|
});
|
16555
16554
|
async function ee() {
|
16556
16555
|
!r || !u || (Y.value = !0, A.value = await r(f.value), Y.value = !1);
|
16557
16556
|
}
|
16558
|
-
function ne(
|
16557
|
+
function ne(Z, le = null) {
|
16559
16558
|
var Ee;
|
16560
|
-
if (
|
16561
|
-
const Ht = (Ee = le == null ? void 0 : le.value) == null ? void 0 : Ee.map((Sn) => Sn.fields.map((Ud) => Ud.name)).flat(), Wt = xS(
|
16559
|
+
if (Z.match(a)) {
|
16560
|
+
const Ht = (Ee = le == null ? void 0 : le.value) == null ? void 0 : Ee.map((Sn) => Sn.fields.map((Ud) => Ud.name)).flat(), Wt = xS(Z, Ht);
|
16562
16561
|
Object.keys(Wt).length > 0 && (f.value = Wt, Ge("filter", f.value));
|
16563
16562
|
}
|
16564
16563
|
}
|
16565
|
-
function re(
|
16566
|
-
Array.isArray(
|
16564
|
+
function re(Z) {
|
16565
|
+
Array.isArray(Z) ? d.value = { data: Z, meta: { total: Z.length } } : (d.value = Z, Z != null && Z.meta && Z.meta.total !== w.value.rowsNumber && (w.value.rowsNumber = Z.meta.total));
|
16567
16566
|
}
|
16568
16567
|
function Te() {
|
16569
16568
|
w.value = F;
|
16570
16569
|
}
|
16571
|
-
function ye(
|
16570
|
+
function ye(Z) {
|
16572
16571
|
var Ee, Ht, Wt;
|
16573
|
-
const le = (Ht = (Ee = d.value) == null ? void 0 : Ee.data) == null ? void 0 : Ht.map((Sn) => Sn.id ===
|
16574
|
-
d.value = { ...d.value, data: le }, ((Wt = we.value) == null ? void 0 : Wt.id) ===
|
16572
|
+
const le = (Ht = (Ee = d.value) == null ? void 0 : Ee.data) == null ? void 0 : Ht.map((Sn) => Sn.id === Z.id && (Sn.updated_at === null || Sn.updated_at <= Z.updated_at) ? Z : Sn);
|
16573
|
+
d.value = { ...d.value, data: le }, ((Wt = we.value) == null ? void 0 : Wt.id) === Z.id && (we.value = { ...we.value, ...Z });
|
16575
16574
|
}
|
16576
|
-
async function fe(
|
16575
|
+
async function fe(Z, le = void 0) {
|
16577
16576
|
const Ee = await i({
|
16578
|
-
page:
|
16577
|
+
page: Z + 1,
|
16579
16578
|
perPage: le,
|
16580
16579
|
filter: { ...f.value, ...m.value }
|
16581
16580
|
});
|
@@ -16584,45 +16583,45 @@ function cw(t, {
|
|
16584
16583
|
async function ve() {
|
16585
16584
|
return Promise.all([v(), k(), ee(), er()]);
|
16586
16585
|
}
|
16587
|
-
function Ge(
|
16586
|
+
function Ge(Z, le) {
|
16588
16587
|
const Ee = on(c) || {};
|
16589
|
-
Ee[
|
16588
|
+
Ee[Z] = le, sn(c, Ee);
|
16590
16589
|
}
|
16591
16590
|
function bn() {
|
16592
16591
|
if (!u)
|
16593
16592
|
return;
|
16594
|
-
const
|
16595
|
-
|
16593
|
+
const Z = on(c);
|
16594
|
+
Z ? (f.value = { ...Z.filter, ...f.value }, w.value = Z.quasarPagination) : f.value = { ...l, ...f.value }, setTimeout(() => {
|
16596
16595
|
y.value || v(), b.value || k(), Y.value || ee();
|
16597
16596
|
}, 1);
|
16598
16597
|
}
|
16599
16598
|
async function kt() {
|
16600
|
-
const
|
16599
|
+
const Z = {
|
16601
16600
|
filter: f.value,
|
16602
16601
|
quasarPagination: { ...w.value, page: 1 }
|
16603
16602
|
};
|
16604
|
-
sn(c,
|
16603
|
+
sn(c, Z);
|
16605
16604
|
}
|
16606
16605
|
const we = U(null), ct = U(null);
|
16607
16606
|
async function er() {
|
16608
16607
|
var le;
|
16609
16608
|
if (!we.value || !s)
|
16610
16609
|
return;
|
16611
|
-
const
|
16612
|
-
(
|
16610
|
+
const Z = await s(we.value);
|
16611
|
+
(Z == null ? void 0 : Z.id) === ((le = we.value) == null ? void 0 : le.id) && (we.value = Z);
|
16613
16612
|
}
|
16614
|
-
s && ce(() => we.value, async (
|
16615
|
-
|
16613
|
+
s && ce(() => we.value, async (Z, le) => {
|
16614
|
+
Z && (le == null ? void 0 : le.id) !== Z.id && await er();
|
16616
16615
|
});
|
16617
|
-
function it(
|
16618
|
-
we.value =
|
16616
|
+
function it(Z, le) {
|
16617
|
+
we.value = Z, ct.value = le;
|
16619
16618
|
}
|
16620
|
-
async function vt(
|
16619
|
+
async function vt(Z) {
|
16621
16620
|
var Ht;
|
16622
16621
|
const le = (Ht = d.value) == null ? void 0 : Ht.data.findIndex((Wt) => Wt.id === we.value.id);
|
16623
16622
|
if (le === void 0)
|
16624
16623
|
return;
|
16625
|
-
let Ee = le +
|
16624
|
+
let Ee = le + Z;
|
16626
16625
|
if (Ee < 0)
|
16627
16626
|
if (w.value.page > 1)
|
16628
16627
|
w.value = { ...w.value, page: w.value.page - 1 }, await Do(y, !1), Ee = d.value.data.length - 1;
|
@@ -16758,7 +16757,7 @@ const bS = {
|
|
16758
16757
|
props: t.rowProps,
|
16759
16758
|
style: is(o.value)
|
16760
16759
|
}, {
|
16761
|
-
default:
|
16760
|
+
default: D(() => [
|
16762
16761
|
O("div", {
|
16763
16762
|
style: is(o.value)
|
16764
16763
|
}, [
|
@@ -16774,14 +16773,14 @@ const bS = {
|
|
16774
16773
|
key: 0,
|
16775
16774
|
vnode: r.value.vnode(n.value)
|
16776
16775
|
}, null, 8, ["vnode"])) : B(l.$slots, "default", { key: 1 }, () => [
|
16777
|
-
|
16776
|
+
H(P(i.value), 1)
|
16778
16777
|
])
|
16779
16778
|
])) : (h(), _("div", TS, [
|
16780
16779
|
r.value.vnode ? (h(), E(x(_r), {
|
16781
16780
|
key: 0,
|
16782
16781
|
vnode: r.value.vnode(n.value)
|
16783
16782
|
}, null, 8, ["vnode"])) : B(l.$slots, "default", { key: 1 }, () => [
|
16784
|
-
|
16783
|
+
H(P(i.value), 1)
|
16785
16784
|
])
|
16786
16785
|
])),
|
16787
16786
|
r.value.titleColumns ? (h(), E(x(Xx), {
|
@@ -16825,18 +16824,18 @@ const bS = {
|
|
16825
16824
|
return (e, n) => (h(), _("div", CS, [
|
16826
16825
|
t.loading ? (h(), _("div", IS, [
|
16827
16826
|
B(e.$slots, "loading", {}, () => [
|
16828
|
-
|
16827
|
+
H(P(t.loadingText) + " ", 1),
|
16829
16828
|
C(x(Fo), { class: "w-4 ml-2" })
|
16830
16829
|
])
|
16831
16830
|
])) : L("", !0),
|
16832
16831
|
t.saving ? (h(), _("div", kS, [
|
16833
16832
|
B(e.$slots, "saving", {}, () => [
|
16834
|
-
|
16833
|
+
H(P(t.savingText) + " ", 1),
|
16835
16834
|
C(x(Fo), { class: "w-4 ml-2" })
|
16836
16835
|
])
|
16837
16836
|
])) : L("", !0),
|
16838
16837
|
B(e.$slots, "default", {}, () => [
|
16839
|
-
|
16838
|
+
H(P(t.text), 1)
|
16840
16839
|
])
|
16841
16840
|
]));
|
16842
16841
|
}
|
@@ -16886,20 +16885,20 @@ const bS = {
|
|
16886
16885
|
return (i, s) => (h(), E(x(tf), {
|
16887
16886
|
class: G(["sticky-column-1 transition-all sticky-row", { "!bg-neutral-plus-7": !t.selectedCount, "!bg-blue-600 text-white selected": t.selectedCount, "opacity-50": t.loading }])
|
16888
16887
|
}, {
|
16889
|
-
default:
|
16888
|
+
default: D(() => [
|
16890
16889
|
C(x(ss), {
|
16891
16890
|
colspan: t.stickyColspan,
|
16892
16891
|
class: G(["font-bold transition-all", { "!bg-neutral-plus-7 !pl-5": !t.selectedCount, "!bg-blue-600 text-white !pl-4": t.selectedCount }])
|
16893
16892
|
}, {
|
16894
|
-
default:
|
16893
|
+
default: D(() => [
|
16895
16894
|
O("div", OS, [
|
16896
16895
|
t.selectedCount ? (h(), _("div", AS, [
|
16897
16896
|
C(x(yv), {
|
16898
16897
|
class: "w-6 mr-3",
|
16899
16898
|
onClick: s[0] || (s[0] = (o) => i.$emit("clear"))
|
16900
16899
|
}),
|
16901
|
-
|
16902
|
-
])) : t.itemCount ? (h(), _("div", DS,
|
16900
|
+
H(" " + P(x(zn)(t.selectedCount)) + " " + P(t.selectedLabel), 1)
|
16901
|
+
])) : t.itemCount ? (h(), _("div", DS, P(x(zn)(t.itemCount)) + " " + P(t.label), 1)) : L("", !0),
|
16903
16902
|
t.loading ? (h(), E(x(Il), {
|
16904
16903
|
key: 2,
|
16905
16904
|
class: "ml-3",
|
@@ -16913,9 +16912,9 @@ const bS = {
|
|
16913
16912
|
key: o.name,
|
16914
16913
|
align: o.align || "left"
|
16915
16914
|
}, {
|
16916
|
-
default:
|
16915
|
+
default: D(() => [
|
16917
16916
|
t.summary ? (h(), _(z, { key: 0 }, [
|
16918
|
-
|
16917
|
+
H(P(r(o)), 1)
|
16919
16918
|
], 64)) : L("", !0)
|
16920
16919
|
]),
|
16921
16920
|
_: 2
|
@@ -16997,14 +16996,14 @@ const bS = {
|
|
16997
16996
|
},
|
16998
16997
|
onRequest: a[2] || (a[2] = (u) => o.$emit("update:quasar-pagination", { ...u.pagination, __sort: x(_S)(u.pagination, t.columns) }))
|
16999
16998
|
}, {
|
17000
|
-
"no-data":
|
16999
|
+
"no-data": D(() => [
|
17001
17000
|
B(o.$slots, "empty", {}, () => [
|
17002
17001
|
C(FS, {
|
17003
17002
|
text: `There are no ${t.label.toLowerCase()} matching the applied filter`
|
17004
17003
|
}, null, 8, ["text"])
|
17005
17004
|
], !0)
|
17006
17005
|
]),
|
17007
|
-
"top-row":
|
17006
|
+
"top-row": D(() => {
|
17008
17007
|
var u;
|
17009
17008
|
return [
|
17010
17009
|
C(PS, {
|
@@ -17018,21 +17017,21 @@ const bS = {
|
|
17018
17017
|
}, null, 8, ["label", "item-count", "selected-count", "loading", "summary", "columns"])
|
17019
17018
|
];
|
17020
17019
|
}),
|
17021
|
-
"header-cell":
|
17020
|
+
"header-cell": D((u) => [
|
17022
17021
|
(h(), E(x(rf), {
|
17023
17022
|
key: u.key,
|
17024
17023
|
props: u,
|
17025
17024
|
"data-drop-zone": "resize-column-" + u.col.name
|
17026
17025
|
}, {
|
17027
|
-
default:
|
17028
|
-
|
17026
|
+
default: D(() => [
|
17027
|
+
H(P(u.col.label) + " ", 1),
|
17029
17028
|
u.col.resizeable ? (h(), E(x(bv), {
|
17030
17029
|
key: 0,
|
17031
17030
|
"drop-zone": "resize-column-" + u.col.name,
|
17032
17031
|
class: "resize-handle",
|
17033
17032
|
onResize: (c) => s(u.col, c)
|
17034
17033
|
}, {
|
17035
|
-
default:
|
17034
|
+
default: D(() => [
|
17036
17035
|
C(x(Lv), { class: "w-4 text-neutral-base" })
|
17037
17036
|
]),
|
17038
17037
|
_: 2
|
@@ -17041,13 +17040,13 @@ const bS = {
|
|
17041
17040
|
_: 2
|
17042
17041
|
}, 1032, ["props", "data-drop-zone"]))
|
17043
17042
|
]),
|
17044
|
-
"body-cell":
|
17043
|
+
"body-cell": D((u) => [
|
17045
17044
|
(h(), E(ES, {
|
17046
17045
|
key: u.key,
|
17047
17046
|
"row-props": u,
|
17048
17047
|
settings: i.value[u.col.name]
|
17049
17048
|
}, {
|
17050
|
-
default:
|
17049
|
+
default: D(() => [
|
17051
17050
|
B(o.$slots, "default", {
|
17052
17051
|
columnName: u.col.name,
|
17053
17052
|
row: u.row,
|
@@ -17106,7 +17105,7 @@ const bS = {
|
|
17106
17105
|
key: 2,
|
17107
17106
|
innerHTML: t.value
|
17108
17107
|
}, null, 8, $S)) : (h(), _(z, { key: 3 }, [
|
17109
|
-
|
17108
|
+
H(P(n(t.value)), 1)
|
17110
17109
|
], 64))
|
17111
17110
|
]));
|
17112
17111
|
}
|
@@ -17130,7 +17129,7 @@ const bS = {
|
|
17130
17129
|
const e = t, n = R(() => e.novaUrl + `/resources/audit-requests/${e.item.audit_request_id}`);
|
17131
17130
|
return (r, i) => (h(), _("div", US, [
|
17132
17131
|
O("div", RS, [
|
17133
|
-
O("h5", null,
|
17132
|
+
O("h5", null, P(t.change.label) + " (" + P(t.change.name) + ")", 1),
|
17134
17133
|
O("div", BS, [
|
17135
17134
|
O("div", zS, [
|
17136
17135
|
C(x(Tl), {
|
@@ -17148,17 +17147,17 @@ const bS = {
|
|
17148
17147
|
]),
|
17149
17148
|
O("div", GS, [
|
17150
17149
|
t.item.user ? (h(), _(z, { key: 0 }, [
|
17151
|
-
O("div", null,
|
17152
|
-
O("div", null,
|
17150
|
+
O("div", null, P(t.item.user.name), 1),
|
17151
|
+
O("div", null, P(t.item.user.email), 1)
|
17153
17152
|
], 64)) : L("", !0),
|
17154
|
-
O("div", null,
|
17153
|
+
O("div", null, P(t.item.account), 1),
|
17155
17154
|
O("div", null, [
|
17156
17155
|
t.item.audit_request_id ? (h(), _("a", {
|
17157
17156
|
key: 0,
|
17158
17157
|
href: n.value,
|
17159
17158
|
target: "_blank"
|
17160
|
-
},
|
17161
|
-
|
17159
|
+
}, P(x(gr)(t.item.timestamp)), 9, ZS)) : (h(), _(z, { key: 1 }, [
|
17160
|
+
H(P(x(gr)(t.item.timestamp)), 1)
|
17162
17161
|
], 64))
|
17163
17162
|
])
|
17164
17163
|
])
|
@@ -17183,12 +17182,12 @@ const bS = {
|
|
17183
17182
|
"model-value": t.activePanel,
|
17184
17183
|
class: "overflow-y-auto bg-neutral-plus-7 h-full transition-all"
|
17185
17184
|
}, {
|
17186
|
-
default:
|
17185
|
+
default: D(() => [
|
17187
17186
|
(h(!0), _(z, null, Se(t.panels, (s) => (h(), E(r, {
|
17188
17187
|
key: s.name,
|
17189
17188
|
name: s.name
|
17190
17189
|
}, {
|
17191
|
-
default:
|
17190
|
+
default: D(() => [
|
17192
17191
|
s.vnode ? (h(), E(x(_r), {
|
17193
17192
|
key: 0,
|
17194
17193
|
vnode: s.vnode()
|
@@ -17225,7 +17224,7 @@ const bS = {
|
|
17225
17224
|
"no-caps": "",
|
17226
17225
|
"onUpdate:modelValue": n[0] || (n[0] = (i) => e.$emit("update:model-value", i))
|
17227
17226
|
}, {
|
17228
|
-
default:
|
17227
|
+
default: D(() => [
|
17229
17228
|
(h(!0), _(z, null, Se(t.panels, (i) => (h(), _(z, null, [
|
17230
17229
|
i.enabled === void 0 || i.enabled ? (h(), _(z, { key: 0 }, [
|
17231
17230
|
i.tabVnode ? (h(), E(x(_r), {
|
@@ -17246,7 +17245,7 @@ const bS = {
|
|
17246
17245
|
}, 8, ["model-value"]);
|
17247
17246
|
};
|
17248
17247
|
}
|
17249
|
-
}, qS = /* @__PURE__ */ It(WS, [["__scopeId", "data-v-
|
17248
|
+
}, qS = /* @__PURE__ */ It(WS, [["__scopeId", "data-v-beaa5548"]]), YS = { class: "flex flex-col flex-nowrap h-full" }, jS = { class: "flex items-center px-6 py-4 border-b" }, QS = { class: "flex-grow" }, XS = { class: "flex-grow overflow-hidden h-full" }, KS = { class: "flex items-stretch flex-nowrap h-full" }, JS = { class: "border-r w-[13.5em] overflow-y-auto" }, eT = {
|
17250
17249
|
key: 0,
|
17251
17250
|
class: "border-l overflow-y-auto"
|
17252
17251
|
}, hw = {
|
@@ -17278,7 +17277,7 @@ const bS = {
|
|
17278
17277
|
title: "",
|
17279
17278
|
"onUpdate:show": i[3] || (i[3] = (o) => r.$emit("close"))
|
17280
17279
|
}, {
|
17281
|
-
default:
|
17280
|
+
default: D(() => [
|
17282
17281
|
O("div", YS, [
|
17283
17282
|
O("div", jS, [
|
17284
17283
|
O("div", QS, [
|
@@ -17288,7 +17287,7 @@ const bS = {
|
|
17288
17287
|
C(s, {
|
17289
17288
|
onClick: i[0] || (i[0] = (o) => r.$emit("close"))
|
17290
17289
|
}, {
|
17291
|
-
default:
|
17290
|
+
default: D(() => [
|
17292
17291
|
C(x(ao), { class: "w-4" })
|
17293
17292
|
]),
|
17294
17293
|
_: 1
|
@@ -17323,7 +17322,7 @@ const bS = {
|
|
17323
17322
|
});
|
17324
17323
|
};
|
17325
17324
|
}
|
17326
|
-
}, tT = "quasar-ui-danx", nT = "0.2.
|
17325
|
+
}, tT = "quasar-ui-danx", nT = "0.2.12", rT = "Dan <dan@flytedesk.com>", iT = "DanX Vue / Quasar component library", sT = "MIT", oT = "module", aT = "dist/danx.es.js", lT = "dist/danx.es.js", uT = {
|
17327
17326
|
dev: "cd dev && quasar dev && cd ..",
|
17328
17327
|
build: "vite build",
|
17329
17328
|
preview: "vite preview"
|
@@ -17528,3 +17527,4 @@ export {
|
|
17528
17527
|
pT as version,
|
17529
17528
|
Do as waitForRef
|
17530
17529
|
};
|
17530
|
+
//# sourceMappingURL=danx.es.js.map
|