quasar-ui-danx 0.4.48 → 0.4.50
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 +118 -128
- package/dist/danx.es.js.map +1 -1
- package/dist/danx.umd.js +3 -3
- package/dist/danx.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/Utility/Buttons/ActionButton.vue +2 -2
- package/src/components/Utility/Dialogs/FullScreenDialog.vue +17 -13
- package/src/types/widgets.d.ts +1 -1
package/dist/danx.es.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
var Ch = Object.defineProperty;
|
2
2
|
var Eh = (t, e, n) => e in t ? Ch(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
|
3
3
|
var le = (t, e, n) => Eh(t, typeof e != "symbol" ? e + "" : e, n);
|
4
|
-
import { shallowRef as Wt, getCurrentScope as Ih, onScopeDispose as Ah, unref as k, ref as H, computed as M, getCurrentInstance as Oh, onMounted as Ft, createElementBlock as v, openBlock as m, createElementVNode as O, defineComponent as
|
4
|
+
import { shallowRef as Wt, getCurrentScope as Ih, onScopeDispose as Ah, unref as k, ref as H, computed as M, getCurrentInstance as Oh, onMounted as Ft, createElementBlock as v, openBlock as m, createElementVNode as O, defineComponent as Y, resolveComponent as R, createBlock as I, normalizeClass as L, withCtx as $, createCommentVNode as P, renderSlot as B, resolveDynamicComponent as It, toDisplayString as D, createTextVNode as G, createVNode as F, mergeModels as At, useModel as xn, nextTick as Zn, mergeProps as He, withKeys as ki, createSlots as Zi, renderList as he, Fragment as Z, resolveDirective as hd, withDirectives as Zl, watch as fe, withModifiers as ut, normalizeStyle as Wn, isRef as md, toRefs as Fh, onBeforeUnmount as pd, onActivated as Nh, onDeactivated as $h, h as Si, vShow as Dh, isVNode as Ph, Transition as Wi, TransitionGroup as gd, useCssVars as Mh, useCssModule as yd, shallowReactive as Xo, isReactive as Lh } from "vue";
|
5
5
|
import { QBtn as Qa, QSelect as qh, QSpinner as bd, QTd as Jo, QTh as Bh, QSeparator as Rh, QTab as Uh, QSpinnerBall as Xa, QTr as jh, QTable as zh, uid as Wl } from "quasar";
|
6
6
|
const Se = Wt({
|
7
7
|
tinyMceApiKey: "set-api-key-in-danx-options",
|
@@ -289,7 +289,7 @@ function M0(t, e) {
|
|
289
289
|
O("path", { d: "M135.2 17.7 128 32H32C14.3 32 0 46.3 0 64s14.3 32 32 32h384c17.7 0 32-14.3 32-32s-14.3-32-32-32h-96l-7.2-14.3C307.4 6.8 296.3 0 284.2 0H163.8c-12.1 0-23.2 6.8-28.6 17.7M416 128H32l21.2 339c1.6 25.3 22.6 45 47.9 45h245.8c25.3 0 46.3-19.7 47.9-45z" }, null, -1)
|
290
290
|
]));
|
291
291
|
}
|
292
|
-
const Sd = { render: M0 }, L0 = { class: "flex items-center flex-nowrap" }, q0 = { class: "p-4 bg-slate-600" }, B0 = { class: "flex items-center flex-nowrap mt-2" }, R0 = { class: "flex-grow" }, el = /* @__PURE__ */
|
292
|
+
const Sd = { render: M0 }, L0 = { class: "flex items-center flex-nowrap" }, q0 = { class: "p-4 bg-slate-600" }, B0 = { class: "flex items-center flex-nowrap mt-2" }, R0 = { class: "flex-grow" }, el = /* @__PURE__ */ Y({
|
293
293
|
__name: "ActionButton",
|
294
294
|
props: {
|
295
295
|
type: { default: null },
|
@@ -344,7 +344,7 @@ const Sd = { render: M0 }, L0 = { class: "flex items-center flex-nowrap" }, q0 =
|
|
344
344
|
case "green":
|
345
345
|
return "text-green-900 bg-green-300 hover:bg-green-400";
|
346
346
|
case "green-invert":
|
347
|
-
return "text-
|
347
|
+
return "text-green-300 bg-green-900 hover:bg-green-800";
|
348
348
|
case "blue":
|
349
349
|
return "text-blue-900 bg-blue-300 hover:bg-blue-400";
|
350
350
|
case "sky":
|
@@ -354,7 +354,7 @@ const Sd = { render: M0 }, L0 = { class: "flex items-center flex-nowrap" }, q0 =
|
|
354
354
|
case "gray":
|
355
355
|
return "text-slate-200 bg-slate-800 hover:bg-slate-900";
|
356
356
|
default:
|
357
|
-
return "
|
357
|
+
return "";
|
358
358
|
}
|
359
359
|
}), l = M(() => {
|
360
360
|
const d = s[r.size].icon;
|
@@ -614,7 +614,7 @@ const G0 = {
|
|
614
614
|
}, 8, ["loading"]);
|
615
615
|
};
|
616
616
|
}
|
617
|
-
}, Z0 = /* @__PURE__ */
|
617
|
+
}, Z0 = /* @__PURE__ */ Y({
|
618
618
|
__name: "RefreshButton",
|
619
619
|
props: {
|
620
620
|
loading: { type: Boolean }
|
@@ -634,7 +634,7 @@ const G0 = {
|
|
634
634
|
}, 8, ["loading"]);
|
635
635
|
};
|
636
636
|
}
|
637
|
-
}), vo = "show-hide-button", tl = /* @__PURE__ */
|
637
|
+
}), vo = "show-hide-button", tl = /* @__PURE__ */ Y({
|
638
638
|
__name: "ShowHideButton",
|
639
639
|
props: /* @__PURE__ */ At({
|
640
640
|
name: { default: "" },
|
@@ -1122,7 +1122,7 @@ function Rm(t, e) {
|
|
1122
1122
|
const Um = { class: "flex-grow" }, jm = {
|
1123
1123
|
key: 1,
|
1124
1124
|
class: "dx-dialog-subtitle"
|
1125
|
-
}, zm = { class: "flex dx-dialog-actions" }, nl = /* @__PURE__ */
|
1125
|
+
}, zm = { class: "flex dx-dialog-actions" }, nl = /* @__PURE__ */ Y({
|
1126
1126
|
__name: "DialogLayout",
|
1127
1127
|
props: {
|
1128
1128
|
modelValue: { type: [String, Boolean, Object] },
|
@@ -1215,7 +1215,7 @@ const Um = { class: "flex-grow" }, jm = {
|
|
1215
1215
|
}), Vm = { class: "dx-dialog-button-cancel" }, Hm = {
|
1216
1216
|
key: 0,
|
1217
1217
|
class: "dx-dialog-button-confirm"
|
1218
|
-
}, kn = /* @__PURE__ */
|
1218
|
+
}, kn = /* @__PURE__ */ Y({
|
1219
1219
|
__name: "ConfirmDialog",
|
1220
1220
|
props: {
|
1221
1221
|
disabled: { type: Boolean },
|
@@ -1295,7 +1295,7 @@ const Um = { class: "flex-grow" }, jm = {
|
|
1295
1295
|
]), 1040);
|
1296
1296
|
};
|
1297
1297
|
}
|
1298
|
-
}), yI = /* @__PURE__ */
|
1298
|
+
}), yI = /* @__PURE__ */ Y({
|
1299
1299
|
__name: "ActionFormDialog",
|
1300
1300
|
props: {
|
1301
1301
|
title: {},
|
@@ -1323,7 +1323,7 @@ const Um = { class: "flex-grow" }, jm = {
|
|
1323
1323
|
_: 1
|
1324
1324
|
}, 8, ["title", "confirm-text"]));
|
1325
1325
|
}
|
1326
|
-
}), Gm = /* @__PURE__ */
|
1326
|
+
}), Gm = /* @__PURE__ */ Y({
|
1327
1327
|
__name: "ConfirmActionDialog",
|
1328
1328
|
props: {
|
1329
1329
|
action: {},
|
@@ -1371,7 +1371,7 @@ const Um = { class: "flex-grow" }, jm = {
|
|
1371
1371
|
}))
|
1372
1372
|
]), 1040, ["confirm-text", "title", "content"]));
|
1373
1373
|
}
|
1374
|
-
}), Zm = /* @__PURE__ */
|
1374
|
+
}), Zm = /* @__PURE__ */ Y({
|
1375
1375
|
__name: "CreateNewWithNameDialog",
|
1376
1376
|
props: {
|
1377
1377
|
title: {},
|
@@ -1634,10 +1634,10 @@ const Um = { class: "flex-grow" }, jm = {
|
|
1634
1634
|
"text-gray-500": "_text-gray-500_1qcdh_1",
|
1635
1635
|
"text-gray-600": "_text-gray-600_1qcdh_1",
|
1636
1636
|
"text-gray-700": "_text-gray-700_1qcdh_1",
|
1637
|
+
"text-green-300": "_text-green-300_1qcdh_1",
|
1637
1638
|
"text-green-400": "_text-green-400_1qcdh_1",
|
1638
1639
|
"text-green-700": "_text-green-700_1qcdh_1",
|
1639
1640
|
"text-green-900": "_text-green-900_1qcdh_1",
|
1640
|
-
"text-lime-800": "_text-lime-800_1qcdh_1",
|
1641
1641
|
"text-lime-900": "_text-lime-900_1qcdh_1",
|
1642
1642
|
"text-red-400": "_text-red-400_1qcdh_1",
|
1643
1643
|
"text-red-500": "_text-red-500_1qcdh_1",
|
@@ -1717,8 +1717,8 @@ const Um = { class: "flex-grow" }, jm = {
|
|
1717
1717
|
"hover:bg-gray-200": "_hover:bg-gray-200_1qcdh_1",
|
1718
1718
|
"hover:bg-green-100": "_hover:bg-green-100_1qcdh_1",
|
1719
1719
|
"hover:bg-green-400": "_hover:bg-green-400_1qcdh_1",
|
1720
|
+
"hover:bg-green-800": "_hover:bg-green-800_1qcdh_1",
|
1720
1721
|
"hover:bg-lime-400": "_hover:bg-lime-400_1qcdh_1",
|
1721
|
-
"hover:bg-lime-800": "_hover:bg-lime-800_1qcdh_1",
|
1722
1722
|
"hover:bg-red-100": "_hover:bg-red-100_1qcdh_1",
|
1723
1723
|
"hover:bg-red-200": "_hover:bg-red-200_1qcdh_1",
|
1724
1724
|
"hover:bg-red-400": "_hover:bg-red-400_1qcdh_1",
|
@@ -1727,11 +1727,9 @@ const Um = { class: "flex-grow" }, jm = {
|
|
1727
1727
|
"hover:bg-slate-200": "_hover:bg-slate-200_1qcdh_1",
|
1728
1728
|
"hover:bg-slate-300": "_hover:bg-slate-300_1qcdh_1",
|
1729
1729
|
"hover:bg-slate-600": "_hover:bg-slate-600_1qcdh_1",
|
1730
|
-
"hover:bg-slate-800": "_hover:bg-slate-800_1qcdh_1",
|
1731
1730
|
"hover:bg-slate-900": "_hover:bg-slate-900_1qcdh_1",
|
1732
1731
|
"hover:text-blue-500": "_hover:text-blue-500_1qcdh_1",
|
1733
1732
|
"hover:text-blue-600": "_hover:text-blue-600_1qcdh_1",
|
1734
|
-
"hover:text-green-200": "_hover:text-green-200_1qcdh_1",
|
1735
1733
|
"hover:opacity-100": "_hover:opacity-100_1qcdh_1",
|
1736
1734
|
"hover:opacity-20": "_hover:opacity-20_1qcdh_1",
|
1737
1735
|
"hover:opacity-70": "_hover:opacity-70_1qcdh_1",
|
@@ -1860,21 +1858,22 @@ const Um = { class: "flex-grow" }, jm = {
|
|
1860
1858
|
}, Ip = /* @__PURE__ */ zt(Cp, [["__cssModules", Ep]]), Ap = {
|
1861
1859
|
key: 0,
|
1862
1860
|
class: "p-4 m-4 absolute-top-right top right cursor-pointer"
|
1863
|
-
}, bI = {
|
1861
|
+
}, bI = /* @__PURE__ */ Y({
|
1864
1862
|
__name: "FullScreenDialog",
|
1865
1863
|
props: {
|
1866
|
-
modelValue: Boolean,
|
1867
|
-
center: Boolean,
|
1868
|
-
blue: Boolean,
|
1869
|
-
closeable: Boolean
|
1864
|
+
modelValue: { type: Boolean },
|
1865
|
+
center: { type: Boolean },
|
1866
|
+
blue: { type: Boolean },
|
1867
|
+
closeable: { type: Boolean },
|
1868
|
+
contentClass: { default: "bg-white text-gray-400" }
|
1870
1869
|
},
|
1871
1870
|
emits: ["update:model-value", "close"],
|
1872
1871
|
setup(t, { emit: e }) {
|
1873
1872
|
const n = e, r = t;
|
1874
1873
|
let s = M(() => ({
|
1875
1874
|
"bg-blue-600 text-white": r.blue,
|
1876
|
-
"
|
1877
|
-
|
1875
|
+
"items-center": r.center,
|
1876
|
+
[r.contentClass]: !r.blue
|
1878
1877
|
}));
|
1879
1878
|
function i() {
|
1880
1879
|
n("update:model-value", !1), n("close");
|
@@ -1882,7 +1881,8 @@ const Um = { class: "flex-grow" }, jm = {
|
|
1882
1881
|
return (o, l) => {
|
1883
1882
|
const a = R("QDialog"), u = hd("close-popup");
|
1884
1883
|
return m(), I(a, {
|
1885
|
-
"
|
1884
|
+
class: "full-screen-dialog",
|
1885
|
+
"model-value": o.modelValue,
|
1886
1886
|
maximized: "",
|
1887
1887
|
"transition-show": "slide-up",
|
1888
1888
|
"transition-hide": "slide-down",
|
@@ -1892,7 +1892,7 @@ const Um = { class: "flex-grow" }, jm = {
|
|
1892
1892
|
O("div", {
|
1893
1893
|
class: L(["flex justify-center min-w-xs", k(s)])
|
1894
1894
|
}, [
|
1895
|
-
|
1895
|
+
o.closeable ? Zl((m(), v("div", Ap, [
|
1896
1896
|
F(k(Kl), { class: "w-5 h-5" })
|
1897
1897
|
])), [
|
1898
1898
|
[u]
|
@@ -1904,7 +1904,7 @@ const Um = { class: "flex-grow" }, jm = {
|
|
1904
1904
|
}, 8, ["model-value"]);
|
1905
1905
|
};
|
1906
1906
|
}
|
1907
|
-
}, Op = { class: "flex-grow" }, Fp = {
|
1907
|
+
}), Op = { class: "flex-grow" }, Fp = {
|
1908
1908
|
__name: "InfoDialog",
|
1909
1909
|
props: {
|
1910
1910
|
...nl.props,
|
@@ -2008,7 +2008,7 @@ const Um = { class: "flex-grow" }, jm = {
|
|
2008
2008
|
}, Mp = {
|
2009
2009
|
key: 0,
|
2010
2010
|
class: "dx-field-required"
|
2011
|
-
}, en = /* @__PURE__ */
|
2011
|
+
}, en = /* @__PURE__ */ Y({
|
2012
2012
|
__name: "FieldLabel",
|
2013
2013
|
props: {
|
2014
2014
|
label: {},
|
@@ -2027,7 +2027,7 @@ const Um = { class: "flex-grow" }, jm = {
|
|
2027
2027
|
e.required ? (m(), v("span", Mp, D(e.requiredLabel || "*"), 1)) : P("", !0)
|
2028
2028
|
]));
|
2029
2029
|
}
|
2030
|
-
}), Ad = /* @__PURE__ */
|
2030
|
+
}), Ad = /* @__PURE__ */ Y({
|
2031
2031
|
__name: "BooleanField",
|
2032
2032
|
props: {
|
2033
2033
|
label: {
|
@@ -2190,7 +2190,7 @@ const Um = { class: "flex-grow" }, jm = {
|
|
2190
2190
|
}, Bp = {
|
2191
2191
|
key: 0,
|
2192
2192
|
class: "font-bold text-xs mb-2"
|
2193
|
-
}, Rp = { class: "flex items-center cursor-pointer" }, Up = { class: "flex-grow font-bold ml-3 hover:opacity-70" }, jp = { key: 0 }, Fd = /* @__PURE__ */
|
2193
|
+
}, Rp = { class: "flex items-center cursor-pointer" }, Up = { class: "flex-grow font-bold ml-3 hover:opacity-70" }, jp = { key: 0 }, Fd = /* @__PURE__ */ Y({
|
2194
2194
|
__name: "DateField",
|
2195
2195
|
props: {
|
2196
2196
|
modelValue: {},
|
@@ -2242,7 +2242,7 @@ const Um = { class: "flex-grow" }, jm = {
|
|
2242
2242
|
]);
|
2243
2243
|
};
|
2244
2244
|
}
|
2245
|
-
}), zp = { class: "mb-2" }, Vp = { class: "flex items-center cursor-pointer" }, Hp = { class: "flex-grow font-bold ml-3 hover:opacity-70" }, Gp = { key: 0 }, Nd = /* @__PURE__ */
|
2245
|
+
}), zp = { class: "mb-2" }, Vp = { class: "flex items-center cursor-pointer" }, Hp = { class: "flex-grow font-bold ml-3 hover:opacity-70" }, Gp = { key: 0 }, Nd = /* @__PURE__ */ Y({
|
2246
2246
|
__name: "DateRangeField",
|
2247
2247
|
props: {
|
2248
2248
|
modelValue: {},
|
@@ -2475,7 +2475,7 @@ const Um = { class: "flex-grow" }, jm = {
|
|
2475
2475
|
]);
|
2476
2476
|
};
|
2477
2477
|
}
|
2478
|
-
}, Yp = { class: "inline-block relative" }, Kp = ["contenteditable"], Qp = /* @__PURE__ */
|
2478
|
+
}, Yp = { class: "inline-block relative" }, Kp = ["contenteditable"], Qp = /* @__PURE__ */ Y({
|
2479
2479
|
__name: "EditableDiv",
|
2480
2480
|
props: {
|
2481
2481
|
modelValue: { default: "" },
|
@@ -2526,7 +2526,7 @@ const Um = { class: "flex-grow" }, jm = {
|
|
2526
2526
|
}, D(f.placeholder), 513)) : P("", !0)
|
2527
2527
|
]));
|
2528
2528
|
}
|
2529
|
-
}), Xp = ["contenteditable"], Jp = { key: 0 }, eg = /* @__PURE__ */
|
2529
|
+
}), Xp = ["contenteditable"], Jp = { key: 0 }, eg = /* @__PURE__ */ Y({
|
2530
2530
|
__name: "EditOnClickTextField",
|
2531
2531
|
props: /* @__PURE__ */ At({
|
2532
2532
|
class: { default: "hover:bg-slate-300" },
|
@@ -2688,7 +2688,7 @@ const Um = { class: "flex-grow" }, jm = {
|
|
2688
2688
|
]);
|
2689
2689
|
};
|
2690
2690
|
}
|
2691
|
-
}, sg = /* @__PURE__ */
|
2691
|
+
}, sg = /* @__PURE__ */ Y({
|
2692
2692
|
__name: "MaxLengthCounter",
|
2693
2693
|
props: {
|
2694
2694
|
length: {},
|
@@ -2703,7 +2703,7 @@ const Um = { class: "flex-grow" }, jm = {
|
|
2703
2703
|
}), ig = { class: "dx-text-field" }, og = {
|
2704
2704
|
key: 1,
|
2705
2705
|
class: "dx-text-field-readonly-value"
|
2706
|
-
}, Nr = /* @__PURE__ */
|
2706
|
+
}, Nr = /* @__PURE__ */ Y({
|
2707
2707
|
__name: "TextField",
|
2708
2708
|
props: {
|
2709
2709
|
modelValue: { default: "" },
|
@@ -2786,7 +2786,7 @@ const Um = { class: "flex-grow" }, jm = {
|
|
2786
2786
|
]);
|
2787
2787
|
};
|
2788
2788
|
}
|
2789
|
-
}), Ti = /* @__PURE__ */
|
2789
|
+
}), Ti = /* @__PURE__ */ Y({
|
2790
2790
|
__name: "NumberField",
|
2791
2791
|
props: {
|
2792
2792
|
precision: { default: 2 },
|
@@ -2845,7 +2845,7 @@ const Um = { class: "flex-grow" }, jm = {
|
|
2845
2845
|
"onUpdate:modelValue": l
|
2846
2846
|
}), null, 16, ["model-value"]));
|
2847
2847
|
}
|
2848
|
-
}), lg = /* @__PURE__ */
|
2848
|
+
}), lg = /* @__PURE__ */ Y({
|
2849
2849
|
__name: "IntegerField",
|
2850
2850
|
props: {
|
2851
2851
|
precision: {},
|
@@ -2881,7 +2881,7 @@ const Um = { class: "flex-grow" }, jm = {
|
|
2881
2881
|
"onUpdate:modelValue": n[0] || (n[0] = (r) => e.$emit("update:model-value", r))
|
2882
2882
|
}), null, 16, ["model-value"]));
|
2883
2883
|
}
|
2884
|
-
}), ag = { class: "text-xs font-bold" }, ug = ["href"], cg = ["href"], CI = /* @__PURE__ */
|
2884
|
+
}), ag = { class: "text-xs font-bold" }, ug = ["href"], cg = ["href"], CI = /* @__PURE__ */ Y({
|
2885
2885
|
__name: "LabelValueBlock",
|
2886
2886
|
props: {
|
2887
2887
|
label: {},
|
@@ -2940,7 +2940,7 @@ const Um = { class: "flex-grow" }, jm = {
|
|
2940
2940
|
}), dg = { class: "flex items-stretch justify-start" }, fg = {
|
2941
2941
|
key: 1,
|
2942
2942
|
class: "p-1"
|
2943
|
-
}, _g = /* @__PURE__ */
|
2943
|
+
}, _g = /* @__PURE__ */ Y({
|
2944
2944
|
__name: "MultiFileField",
|
2945
2945
|
props: {
|
2946
2946
|
modelValue: { default: null },
|
@@ -3029,7 +3029,7 @@ const Um = { class: "flex-grow" }, jm = {
|
|
3029
3029
|
])
|
3030
3030
|
], 34));
|
3031
3031
|
}
|
3032
|
-
}), vs = /* @__PURE__ */
|
3032
|
+
}), vs = /* @__PURE__ */ Y({
|
3033
3033
|
__name: "SelectField",
|
3034
3034
|
props: {
|
3035
3035
|
modelValue: { default: void 0 },
|
@@ -3561,7 +3561,7 @@ const Um = { class: "flex-grow" }, jm = {
|
|
3561
3561
|
]);
|
3562
3562
|
};
|
3563
3563
|
}
|
3564
|
-
}, bg = { class: "group flex items-center flex-nowrap gap-x-1 relative" }, vg = ["onClick"], wg = { class: "flex-grow px-4 py-2" }, xg = { class: "px-4 mb-2" }, AI = /* @__PURE__ */
|
3564
|
+
}, bg = { class: "group flex items-center flex-nowrap gap-x-1 relative" }, vg = ["onClick"], wg = { class: "flex-grow px-4 py-2" }, xg = { class: "px-4 mb-2" }, AI = /* @__PURE__ */ Y({
|
3565
3565
|
__name: "SelectionMenuField",
|
3566
3566
|
props: /* @__PURE__ */ At({
|
3567
3567
|
options: {},
|
@@ -3697,7 +3697,7 @@ const Um = { class: "flex-grow" }, jm = {
|
|
3697
3697
|
]);
|
3698
3698
|
};
|
3699
3699
|
}
|
3700
|
-
}), kg = { class: "flex items-stretch flex-nowrap gap-x-4" }, OI = /* @__PURE__ */
|
3700
|
+
}), kg = { class: "flex items-stretch flex-nowrap gap-x-4" }, OI = /* @__PURE__ */ Y({
|
3701
3701
|
__name: "SelectOrCreateField",
|
3702
3702
|
props: /* @__PURE__ */ At({
|
3703
3703
|
options: {},
|
@@ -3760,7 +3760,7 @@ const Um = { class: "flex-grow" }, jm = {
|
|
3760
3760
|
}), Sg = {
|
3761
3761
|
key: 0,
|
3762
3762
|
class: "text-zinc-500"
|
3763
|
-
}, Tg = { key: 1 }, Cg = { class: "text-xs text-zinc-500" }, Eg = /* @__PURE__ */
|
3763
|
+
}, Tg = { key: 1 }, Cg = { class: "text-xs text-zinc-500" }, Eg = /* @__PURE__ */ Y({
|
3764
3764
|
__name: "SelectWithChildrenField",
|
3765
3765
|
props: {
|
3766
3766
|
modelValue: { default: () => [] },
|
@@ -3825,7 +3825,7 @@ const Um = { class: "flex-grow" }, jm = {
|
|
3825
3825
|
}, Ag = {
|
3826
3826
|
key: 3,
|
3827
3827
|
class: "py-1"
|
3828
|
-
}, Og = /* @__PURE__ */
|
3828
|
+
}, Og = /* @__PURE__ */ Y({
|
3829
3829
|
__name: "SingleFileField",
|
3830
3830
|
props: {
|
3831
3831
|
modelValue: {},
|
@@ -3885,7 +3885,7 @@ const Um = { class: "flex-grow" }, jm = {
|
|
3885
3885
|
}, null, 8, ["class", "file"])) : u.readonly ? (m(), v("div", Ag, " -- ")) : P("", !0)
|
3886
3886
|
], 34));
|
3887
3887
|
}
|
3888
|
-
}), Fg = { class: "dx-slider-number-field" }, FI = /* @__PURE__ */
|
3888
|
+
}), Fg = { class: "dx-slider-number-field" }, FI = /* @__PURE__ */ Y({
|
3889
3889
|
__name: "SliderNumberField",
|
3890
3890
|
props: {
|
3891
3891
|
modelValue: {},
|
@@ -4118,7 +4118,7 @@ var Ng = [
|
|
4118
4118
|
visibility: "hidden",
|
4119
4119
|
ref: n
|
4120
4120
|
});
|
4121
|
-
}, xo = { selector: void 0, target: void 0 }, Gg =
|
4121
|
+
}, xo = { selector: void 0, target: void 0 }, Gg = Y({
|
4122
4122
|
props: zg,
|
4123
4123
|
setup: function(t, e) {
|
4124
4124
|
var n = t.init ? Dt(Dt({}, t.init), xo) : Dt({}, xo), r = Fh(t), s = r.disabled, i = r.modelValue, o = r.tagName, l = H(null), a = null, u = t.id || Dd("tiny-vue"), c = t.init && t.init.inline || t.inline, d = !!e.attrs["onUpdate:modelValue"], f = !0, _ = t.initialValue ? t.initialValue : "", p = "", h = function(x) {
|
@@ -4212,7 +4212,7 @@ const Zg = ["innerHTML"], Wg = {
|
|
4212
4212
|
}, null, 8, ["api-key", "disabled", "model-value"]))
|
4213
4213
|
]));
|
4214
4214
|
}
|
4215
|
-
}, Yg = /* @__PURE__ */
|
4215
|
+
}, Yg = /* @__PURE__ */ Y({
|
4216
4216
|
__name: "SaveStateIndicator",
|
4217
4217
|
props: {
|
4218
4218
|
saving: { type: Boolean },
|
@@ -4247,7 +4247,7 @@ const Zg = ["innerHTML"], Wg = {
|
|
4247
4247
|
}, ey = { class: "flex-grow" }, ty = {
|
4248
4248
|
key: 1,
|
4249
4249
|
class: "flex flex-nowrap items-center mr-2"
|
4250
|
-
}, ny = ["onClick"], ry = ["onClick"], Pd = /* @__PURE__ */
|
4250
|
+
}, ny = ["onClick"], ry = ["onClick"], Pd = /* @__PURE__ */ Y({
|
4251
4251
|
__name: "RenderedForm",
|
4252
4252
|
props: {
|
4253
4253
|
values: { default: null },
|
@@ -4381,19 +4381,19 @@ const Zg = ["innerHTML"], Wg = {
|
|
4381
4381
|
N.form.variations > 1 ? (m(), v("div", Qg, [
|
4382
4382
|
F(be, {
|
4383
4383
|
modelValue: d.value,
|
4384
|
-
"onUpdate:modelValue": q[0] || (q[0] = (
|
4384
|
+
"onUpdate:modelValue": q[0] || (q[0] = (K) => d.value = K),
|
4385
4385
|
class: "text-xs"
|
4386
4386
|
}, {
|
4387
4387
|
default: $(() => [
|
4388
|
-
(m(!0), v(Z, null, he(c.value, (
|
4389
|
-
key:
|
4390
|
-
name:
|
4388
|
+
(m(!0), v(Z, null, he(c.value, (K, me) => (m(), I(Q, {
|
4389
|
+
key: K,
|
4390
|
+
name: K,
|
4391
4391
|
class: "p-0",
|
4392
4392
|
"content-class": "w-full"
|
4393
4393
|
}, {
|
4394
4394
|
default: $(() => [
|
4395
4395
|
O("div", Xg, [
|
4396
|
-
A(
|
4396
|
+
A(K) ? P("", !0) : (m(), v("div", Jg, [
|
4397
4397
|
F(k(Td), { class: "text-red-400 w-4" }),
|
4398
4398
|
F(z, null, {
|
4399
4399
|
default: $(() => q[5] || (q[5] = [
|
@@ -4402,18 +4402,18 @@ const Zg = ["innerHTML"], Wg = {
|
|
4402
4402
|
_: 1
|
4403
4403
|
})
|
4404
4404
|
])),
|
4405
|
-
O("div", ey, D(
|
4405
|
+
O("div", ey, D(K || "1"), 1),
|
4406
4406
|
!N.disable && !N.readonly && N.canModifyVariations ? (m(), v("div", ty, [
|
4407
4407
|
O("a", {
|
4408
4408
|
class: "ml-1 p-1 hover:opacity-100 opacity-20 hover:bg-blue-200 rounded",
|
4409
|
-
onClick: () => (_.value =
|
4409
|
+
onClick: () => (_.value = K) && (f.value = K)
|
4410
4410
|
}, [
|
4411
4411
|
F(k(Cd), { class: "w-3 text-blue-900" })
|
4412
4412
|
], 8, ny),
|
4413
4413
|
me > 0 ? (m(), v("a", {
|
4414
4414
|
key: 0,
|
4415
4415
|
class: "ml-1 p-1 hover:opacity-100 opacity-20 hover:bg-red-200 rounded",
|
4416
|
-
onClick: ($e) => p.value =
|
4416
|
+
onClick: ($e) => p.value = K
|
4417
4417
|
}, [
|
4418
4418
|
F(k(Yl), { class: "w-3 text-red-900" })
|
4419
4419
|
], 8, ry)) : P("", !0)
|
@@ -4442,31 +4442,31 @@ const Zg = ["innerHTML"], Wg = {
|
|
4442
4442
|
_: 1
|
4443
4443
|
}, 8, ["modelValue"])
|
4444
4444
|
])) : P("", !0),
|
4445
|
-
(m(!0), v(Z, null, he(k(i), (
|
4446
|
-
key:
|
4445
|
+
(m(!0), v(Z, null, he(k(i), (K, me) => Zl((m(), v("div", {
|
4446
|
+
key: K.id,
|
4447
4447
|
class: L({ "mt-4": me > 0, [N.fieldClass]: !0 })
|
4448
4448
|
}, [
|
4449
|
-
|
4449
|
+
K.vnode ? (m(), I(k($r), {
|
4450
4450
|
key: 0,
|
4451
|
-
vnode:
|
4452
|
-
props: u(
|
4451
|
+
vnode: K.vnode,
|
4452
|
+
props: u(K),
|
4453
4453
|
params: l.value,
|
4454
|
-
"onUpdate:modelValue": ($e) => x(
|
4454
|
+
"onUpdate:modelValue": ($e) => x(K.name, $e)
|
4455
4455
|
}, null, 8, ["vnode", "props", "params", "onUpdate:modelValue"])) : P("", !0),
|
4456
|
-
(m(), I(It(
|
4457
|
-
key:
|
4458
|
-
"model-value": w(
|
4459
|
-
field:
|
4460
|
-
label:
|
4456
|
+
(m(), I(It(K.component), {
|
4457
|
+
key: K.name + "-" + d.value,
|
4458
|
+
"model-value": w(K.name),
|
4459
|
+
field: K,
|
4460
|
+
label: K.label || void 0,
|
4461
4461
|
"no-label": N.noLabel,
|
4462
4462
|
"show-name": N.showName,
|
4463
|
-
clearable:
|
4463
|
+
clearable: K.clearable || N.clearable,
|
4464
4464
|
disable: N.disable,
|
4465
4465
|
readonly: N.readonly,
|
4466
|
-
"onUpdate:modelValue": ($e) => x(
|
4466
|
+
"onUpdate:modelValue": ($e) => x(K.name, $e)
|
4467
4467
|
}, null, 8, ["model-value", "field", "label", "no-label", "show-name", "clearable", "disable", "readonly", "onUpdate:modelValue"]))
|
4468
4468
|
], 2)), [
|
4469
|
-
[Dh, a(
|
4469
|
+
[Dh, a(K)]
|
4470
4470
|
])), 128)),
|
4471
4471
|
B(N.$slots, "default"),
|
4472
4472
|
F(k(Yg), {
|
@@ -4478,12 +4478,12 @@ const Zg = ["innerHTML"], Wg = {
|
|
4478
4478
|
key: 1,
|
4479
4479
|
title: "Change variation name",
|
4480
4480
|
onConfirm: b,
|
4481
|
-
onClose: q[2] || (q[2] = (
|
4481
|
+
onClose: q[2] || (q[2] = (K) => _.value = !1)
|
4482
4482
|
}, {
|
4483
4483
|
default: $(() => [
|
4484
4484
|
F(k(Nr), {
|
4485
4485
|
modelValue: f.value,
|
4486
|
-
"onUpdate:modelValue": q[1] || (q[1] = (
|
4486
|
+
"onUpdate:modelValue": q[1] || (q[1] = (K) => f.value = K),
|
4487
4487
|
label: "Enter name",
|
4488
4488
|
placeholder: "Variation Name",
|
4489
4489
|
"input-class": "bg-white"
|
@@ -4497,13 +4497,13 @@ const Zg = ["innerHTML"], Wg = {
|
|
4497
4497
|
content: "You cannot undo this action. If there was any analytics collected for this variation, it will still be attributed to the ad.",
|
4498
4498
|
"confirm-class": "bg-red-900 text-white",
|
4499
4499
|
"content-class": "w-96",
|
4500
|
-
onConfirm: q[3] || (q[3] = (
|
4501
|
-
onClose: q[4] || (q[4] = (
|
4500
|
+
onConfirm: q[3] || (q[3] = (K) => E(p.value)),
|
4501
|
+
onClose: q[4] || (q[4] = (K) => p.value = "")
|
4502
4502
|
}, null, 8, ["title"])) : P("", !0)
|
4503
4503
|
]);
|
4504
4504
|
};
|
4505
4505
|
}
|
4506
|
-
}), sy = /* @__PURE__ */
|
4506
|
+
}), sy = /* @__PURE__ */ Y({
|
4507
4507
|
__name: "ActionForm",
|
4508
4508
|
props: {
|
4509
4509
|
action: {},
|
@@ -4555,7 +4555,7 @@ const Zg = ["innerHTML"], Wg = {
|
|
4555
4555
|
_: 3
|
4556
4556
|
}, 16, ["values", "saved-at", "saving"]));
|
4557
4557
|
}
|
4558
|
-
}), NI = /* @__PURE__ */
|
4558
|
+
}), NI = /* @__PURE__ */ Y({
|
4559
4559
|
__name: "RenderedFormDialog",
|
4560
4560
|
props: /* @__PURE__ */ At({
|
4561
4561
|
title: {},
|
@@ -4626,7 +4626,7 @@ const Zg = ["innerHTML"], Wg = {
|
|
4626
4626
|
}, dy = { class: "absolute-full flex items-center flex-nowrap text-[.7rem] text-slate-200 justify-start px-1" }, fy = { class: "absolute top-1 right-1 flex items-center flex-nowrap justify-between space-x-1 transition-all opacity-0 group-hover:opacity-100" }, _y = {
|
4627
4627
|
key: 0,
|
4628
4628
|
class: "font-bold text-[1rem] leading-[1.2rem]"
|
4629
|
-
}, hy = /* @__PURE__ */
|
4629
|
+
}, hy = /* @__PURE__ */ Y({
|
4630
4630
|
__name: "FilePreview",
|
4631
4631
|
props: {
|
4632
4632
|
src: { default: "" },
|
@@ -5052,10 +5052,10 @@ const Zg = ["innerHTML"], Wg = {
|
|
5052
5052
|
"text-gray-500": "_text-gray-500_131fu_1",
|
5053
5053
|
"text-gray-600": "_text-gray-600_131fu_1",
|
5054
5054
|
"text-gray-700": "_text-gray-700_131fu_1",
|
5055
|
+
"text-green-300": "_text-green-300_131fu_1",
|
5055
5056
|
"text-green-400": "_text-green-400_131fu_1",
|
5056
5057
|
"text-green-700": "_text-green-700_131fu_1",
|
5057
5058
|
"text-green-900": "_text-green-900_131fu_1",
|
5058
|
-
"text-lime-800": "_text-lime-800_131fu_1",
|
5059
5059
|
"text-lime-900": "_text-lime-900_131fu_1",
|
5060
5060
|
"text-red-400": "_text-red-400_131fu_1",
|
5061
5061
|
"text-red-500": "_text-red-500_131fu_1",
|
@@ -5134,8 +5134,8 @@ const Zg = ["innerHTML"], Wg = {
|
|
5134
5134
|
"hover:bg-gray-200": "_hover:bg-gray-200_131fu_1",
|
5135
5135
|
"hover:bg-green-100": "_hover:bg-green-100_131fu_1",
|
5136
5136
|
"hover:bg-green-400": "_hover:bg-green-400_131fu_1",
|
5137
|
+
"hover:bg-green-800": "_hover:bg-green-800_131fu_1",
|
5137
5138
|
"hover:bg-lime-400": "_hover:bg-lime-400_131fu_1",
|
5138
|
-
"hover:bg-lime-800": "_hover:bg-lime-800_131fu_1",
|
5139
5139
|
"hover:bg-red-100": "_hover:bg-red-100_131fu_1",
|
5140
5140
|
"hover:bg-red-200": "_hover:bg-red-200_131fu_1",
|
5141
5141
|
"hover:bg-red-400": "_hover:bg-red-400_131fu_1",
|
@@ -5144,11 +5144,9 @@ const Zg = ["innerHTML"], Wg = {
|
|
5144
5144
|
"hover:bg-slate-200": "_hover:bg-slate-200_131fu_1",
|
5145
5145
|
"hover:bg-slate-300": "_hover:bg-slate-300_131fu_1",
|
5146
5146
|
"hover:bg-slate-600": "_hover:bg-slate-600_131fu_1",
|
5147
|
-
"hover:bg-slate-800": "_hover:bg-slate-800_131fu_1",
|
5148
5147
|
"hover:bg-slate-900": "_hover:bg-slate-900_131fu_1",
|
5149
5148
|
"hover:text-blue-500": "_hover:text-blue-500_131fu_1",
|
5150
5149
|
"hover:text-blue-600": "_hover:text-blue-600_131fu_1",
|
5151
|
-
"hover:text-green-200": "_hover:text-green-200_131fu_1",
|
5152
5150
|
"hover:opacity-100": "_hover:opacity-100_131fu_1",
|
5153
5151
|
"hover:opacity-20": "_hover:opacity-20_131fu_1",
|
5154
5152
|
"hover:opacity-70": "_hover:opacity-70_131fu_1",
|
@@ -5331,7 +5329,7 @@ const Zg = ["innerHTML"], Wg = {
|
|
5331
5329
|
]);
|
5332
5330
|
};
|
5333
5331
|
}
|
5334
|
-
}, Jy = { class: "flex-grow max-w-full overflow-y-auto overflow-x-hidden" }, eb = /* @__PURE__ */
|
5332
|
+
}, Jy = { class: "flex-grow max-w-full overflow-y-auto overflow-x-hidden" }, eb = /* @__PURE__ */ Y({
|
5335
5333
|
__name: "CollapsableSidebar",
|
5336
5334
|
props: {
|
5337
5335
|
displayClass: { default: "flex flex-col" },
|
@@ -5407,7 +5405,7 @@ const Zg = ["innerHTML"], Wg = {
|
|
5407
5405
|
], 6);
|
5408
5406
|
};
|
5409
5407
|
}
|
5410
|
-
}), tb = /* @__PURE__ */
|
5408
|
+
}), tb = /* @__PURE__ */ Y({
|
5411
5409
|
__name: "ContentDrawer",
|
5412
5410
|
props: {
|
5413
5411
|
show: { type: Boolean, default: !1 },
|
@@ -5685,10 +5683,10 @@ const Zg = ["innerHTML"], Wg = {
|
|
5685
5683
|
"text-gray-500": "_text-gray-500_1816t_1",
|
5686
5684
|
"text-gray-600": "_text-gray-600_1816t_1",
|
5687
5685
|
"text-gray-700": "_text-gray-700_1816t_1",
|
5686
|
+
"text-green-300": "_text-green-300_1816t_1",
|
5688
5687
|
"text-green-400": "_text-green-400_1816t_1",
|
5689
5688
|
"text-green-700": "_text-green-700_1816t_1",
|
5690
5689
|
"text-green-900": "_text-green-900_1816t_1",
|
5691
|
-
"text-lime-800": "_text-lime-800_1816t_1",
|
5692
5690
|
"text-lime-900": "_text-lime-900_1816t_1",
|
5693
5691
|
"text-red-400": "_text-red-400_1816t_1",
|
5694
5692
|
"text-red-500": "_text-red-500_1816t_1",
|
@@ -5767,8 +5765,8 @@ const Zg = ["innerHTML"], Wg = {
|
|
5767
5765
|
"hover:bg-gray-200": "_hover:bg-gray-200_1816t_1",
|
5768
5766
|
"hover:bg-green-100": "_hover:bg-green-100_1816t_1",
|
5769
5767
|
"hover:bg-green-400": "_hover:bg-green-400_1816t_1",
|
5768
|
+
"hover:bg-green-800": "_hover:bg-green-800_1816t_1",
|
5770
5769
|
"hover:bg-lime-400": "_hover:bg-lime-400_1816t_1",
|
5771
|
-
"hover:bg-lime-800": "_hover:bg-lime-800_1816t_1",
|
5772
5770
|
"hover:bg-red-100": "_hover:bg-red-100_1816t_1",
|
5773
5771
|
"hover:bg-red-200": "_hover:bg-red-200_1816t_1",
|
5774
5772
|
"hover:bg-red-400": "_hover:bg-red-400_1816t_1",
|
@@ -5777,11 +5775,9 @@ const Zg = ["innerHTML"], Wg = {
|
|
5777
5775
|
"hover:bg-slate-200": "_hover:bg-slate-200_1816t_1",
|
5778
5776
|
"hover:bg-slate-300": "_hover:bg-slate-300_1816t_1",
|
5779
5777
|
"hover:bg-slate-600": "_hover:bg-slate-600_1816t_1",
|
5780
|
-
"hover:bg-slate-800": "_hover:bg-slate-800_1816t_1",
|
5781
5778
|
"hover:bg-slate-900": "_hover:bg-slate-900_1816t_1",
|
5782
5779
|
"hover:text-blue-500": "_hover:text-blue-500_1816t_1",
|
5783
5780
|
"hover:text-blue-600": "_hover:text-blue-600_1816t_1",
|
5784
|
-
"hover:text-green-200": "_hover:text-green-200_1816t_1",
|
5785
5781
|
"hover:opacity-100": "_hover:opacity-100_1816t_1",
|
5786
5782
|
"hover:opacity-20": "_hover:opacity-20_1816t_1",
|
5787
5783
|
"hover:opacity-70": "_hover:opacity-70_1816t_1",
|
@@ -5858,7 +5854,7 @@ const $r = Ld, qI = {
|
|
5858
5854
|
onAction: i[1] || (i[1] = (o) => s.$emit("action", o))
|
5859
5855
|
}), null, 16));
|
5860
5856
|
}
|
5861
|
-
}, Ib = ["href"], Ab = /* @__PURE__ */
|
5857
|
+
}, Ib = ["href"], Ab = /* @__PURE__ */ Y({
|
5862
5858
|
__name: "PopoverMenu",
|
5863
5859
|
props: {
|
5864
5860
|
items: {},
|
@@ -6106,7 +6102,7 @@ const jI = /* @__PURE__ */ zt(Db, [["render", Pb]]), Mb = {
|
|
6106
6102
|
_: 3
|
6107
6103
|
}, 8, ["name"]));
|
6108
6104
|
}
|
6109
|
-
}, zI = /* @__PURE__ */
|
6105
|
+
}, zI = /* @__PURE__ */ Y({
|
6110
6106
|
__name: "MaxHeightTransition",
|
6111
6107
|
props: {
|
6112
6108
|
maxHeight: {}
|
@@ -7119,9 +7115,9 @@ var _v = function(e, n, r, s, i, o, l) {
|
|
7119
7115
|
u[l._props[c]] = a;
|
7120
7116
|
return l;
|
7121
7117
|
}, _n, fl, oa = function t(e, n, r) {
|
7122
|
-
var s = e.vars, i = s.ease, o = s.startAt, l = s.immediateRender, a = s.lazy, u = s.onUpdate, c = s.runBackwards, d = s.yoyoEase, f = s.keyframes, _ = s.autoRevert, p = e._dur, h = e._startAt, g = e._targets, w = e.parent, x = w && w.data === "nested" ? w.vars.targets : g, T = e._overwrite === "auto" && !Ql, S = e.timeline, C, y, b, E, A, N, q, z, Q, ce, be,
|
7118
|
+
var s = e.vars, i = s.ease, o = s.startAt, l = s.immediateRender, a = s.lazy, u = s.onUpdate, c = s.runBackwards, d = s.yoyoEase, f = s.keyframes, _ = s.autoRevert, p = e._dur, h = e._startAt, g = e._targets, w = e.parent, x = w && w.data === "nested" ? w.vars.targets : g, T = e._overwrite === "auto" && !Ql, S = e.timeline, C, y, b, E, A, N, q, z, Q, ce, be, K, me;
|
7123
7119
|
if (S && (!f || !i) && (i = "none"), e._ease = Hn(i, Dr.ease), e._yEase = d ? mf(Hn(d === !0 ? i : d, Dr.ease)) : 0, d && e._yoyo && !e._repeat && (d = e._yEase, e._yEase = e._ease, e._ease = d), e._from = !S && !!s.runBackwards, !S || f && !s.stagger) {
|
7124
|
-
if (z = g[0] ? zn(g[0]).harness : 0,
|
7120
|
+
if (z = g[0] ? zn(g[0]).harness : 0, K = z && s[z.prop], C = Ai(s, na), h && (h._zTime < 0 && h.progress(1), n < 0 && c && l && !_ ? h.render(-1, !0) : h.revert(c && p ? ci : jb), h._lazy = 0), o) {
|
7125
7121
|
if (Sn(e._startAt = Fe.set(g, dt({
|
7126
7122
|
data: "isStart",
|
7127
7123
|
overwrite: !1,
|
@@ -7149,15 +7145,15 @@ var _v = function(e, n, r, s, i, o, l) {
|
|
7149
7145
|
stagger: 0,
|
7150
7146
|
parent: w
|
7151
7147
|
//ensures that nested tweens that had a stagger are handled properly, like gsap.from(".class", {y: gsap.utils.wrap([-100,100]), stagger: 0.5})
|
7152
|
-
}, C),
|
7148
|
+
}, C), K && (b[z.prop] = K), Sn(e._startAt = Fe.set(g, b)), e._startAt._dp = 0, e._startAt._sat = e, n < 0 && (qe ? e._startAt.revert(ci) : e._startAt.render(-1, !0)), e._zTime = n, !l)
|
7153
7149
|
t(e._startAt, ze, ze);
|
7154
7150
|
else if (!n)
|
7155
7151
|
return;
|
7156
7152
|
}
|
7157
7153
|
for (e._pt = e._ptCache = 0, a = p && Xe(a) || a && !p, y = 0; y < g.length; y++) {
|
7158
|
-
if (A = g[y], q = A._gsap || sa(g)[y]._gsap, e._ptLookup[y] = ce = {}, ol[q.id] && gn.length && Ii(), be = x === g ? y : x.indexOf(A), z && (Q = new z()).init(A,
|
7154
|
+
if (A = g[y], q = A._gsap || sa(g)[y]._gsap, e._ptLookup[y] = ce = {}, ol[q.id] && gn.length && Ii(), be = x === g ? y : x.indexOf(A), z && (Q = new z()).init(A, K || C, e, be, x) !== !1 && (e._pt = E = new et(e._pt, A, Q.name, 0, 1, Q.render, Q, 0, Q.priority), Q._props.forEach(function($e) {
|
7159
7155
|
ce[$e] = E;
|
7160
|
-
}), Q.priority && (N = 1)), !z ||
|
7156
|
+
}), Q.priority && (N = 1)), !z || K)
|
7161
7157
|
for (b in C)
|
7162
7158
|
st[b] && (Q = bf(b, C, e, be, A, x)) ? Q.priority && (N = 1) : ce[b] = E = ia.call(e, A, b, "get", C[b], be, x, 0, s.stringFilter);
|
7163
7159
|
e._op && e._op[y] && e.kill(A, e._op[y]), T && e._pt && (_n = e, ge.killTweensOf(A, ce, e.globalTime(n)), me = !e.parent, _n = 0), e._pt && a && (ol[q.id] = 1);
|
@@ -7235,16 +7231,16 @@ var Fe = /* @__PURE__ */ function(t) {
|
|
7235
7231
|
})), S._ease = Hn(p.ease || s.ease || "none");
|
7236
7232
|
var z = 0, Q, ce, be;
|
7237
7233
|
if (Ve(p))
|
7238
|
-
p.forEach(function(
|
7239
|
-
return S.to(T,
|
7234
|
+
p.forEach(function(K) {
|
7235
|
+
return S.to(T, K, ">");
|
7240
7236
|
}), S.duration();
|
7241
7237
|
else {
|
7242
7238
|
y = {};
|
7243
7239
|
for (E in p)
|
7244
7240
|
E === "ease" || E === "easeEach" || gv(E, p[E], y, p.easeEach);
|
7245
7241
|
for (E in y)
|
7246
|
-
for (Q = y[E].sort(function(
|
7247
|
-
return
|
7242
|
+
for (Q = y[E].sort(function(K, me) {
|
7243
|
+
return K.t - me.t;
|
7248
7244
|
}), z = 0, C = 0; C < Q.length; C++)
|
7249
7245
|
ce = Q[C], be = {
|
7250
7246
|
ease: ce.e,
|
@@ -8012,8 +8008,8 @@ var fu, hn, Sr, ca, Bn, _u, da, Av = function() {
|
|
8012
8008
|
var r = e._gsap || new yf(e);
|
8013
8009
|
if ("x" in r && !n && !r.uncache)
|
8014
8010
|
return r;
|
8015
|
-
var s = e.style, i = r.scaleX < 0, o = "px", l = "deg", a = getComputedStyle(e), u = Bt(e, tt) || "0", c, d, f, _, p, h, g, w, x, T, S, C, y, b, E, A, N, q, z, Q, ce, be,
|
8016
|
-
return c = d = f = h = g = w = x = T = S = 0, _ = p = 1, r.svg = !!(e.getCTM && $f(e)), a.translate && ((a.translate !== "none" || a.scale !== "none" || a.rotate !== "none") && (s[ye] = (a.translate !== "none" ? "translate3d(" + (a.translate + " 0 0").split(" ").slice(0, 3).join(", ") + ") " : "") + (a.rotate !== "none" ? "rotate(" + a.rotate + ") " : "") + (a.scale !== "none" ? "scale(" + a.scale.split(" ").join(",") + ") " : "") + (a[ye] !== "none" ? a[ye] : "")), s.scale = s.rotate = s.translate = "none"), b = _a(e, r.svg), r.svg && (r.uncache ? ($e = e.getBBox(), u = r.xOrigin - $e.x + "px " + (r.yOrigin - $e.y) + "px", me = "") : me = !n && e.getAttribute("data-svg-origin"), gl(e, me || u, !!me || r.originIsAbsolute, r.smooth !== !1, b)), C = r.xOrigin || 0, y = r.yOrigin || 0, b !== Cs && (q = b[0], z = b[1], Q = b[2], ce = b[3], c = be = b[4], d =
|
8011
|
+
var s = e.style, i = r.scaleX < 0, o = "px", l = "deg", a = getComputedStyle(e), u = Bt(e, tt) || "0", c, d, f, _, p, h, g, w, x, T, S, C, y, b, E, A, N, q, z, Q, ce, be, K, me, $e, rr, sn, Vt, $t, Xr, xt, Ht;
|
8012
|
+
return c = d = f = h = g = w = x = T = S = 0, _ = p = 1, r.svg = !!(e.getCTM && $f(e)), a.translate && ((a.translate !== "none" || a.scale !== "none" || a.rotate !== "none") && (s[ye] = (a.translate !== "none" ? "translate3d(" + (a.translate + " 0 0").split(" ").slice(0, 3).join(", ") + ") " : "") + (a.rotate !== "none" ? "rotate(" + a.rotate + ") " : "") + (a.scale !== "none" ? "scale(" + a.scale.split(" ").join(",") + ") " : "") + (a[ye] !== "none" ? a[ye] : "")), s.scale = s.rotate = s.translate = "none"), b = _a(e, r.svg), r.svg && (r.uncache ? ($e = e.getBBox(), u = r.xOrigin - $e.x + "px " + (r.yOrigin - $e.y) + "px", me = "") : me = !n && e.getAttribute("data-svg-origin"), gl(e, me || u, !!me || r.originIsAbsolute, r.smooth !== !1, b)), C = r.xOrigin || 0, y = r.yOrigin || 0, b !== Cs && (q = b[0], z = b[1], Q = b[2], ce = b[3], c = be = b[4], d = K = b[5], b.length === 6 ? (_ = Math.sqrt(q * q + z * z), p = Math.sqrt(ce * ce + Q * Q), h = q || z ? sr(z, q) * Pn : 0, x = Q || ce ? sr(Q, ce) * Pn + h : 0, x && (p *= Math.abs(Math.cos(x * Tr))), r.svg && (c -= C - (C * q + y * Q), d -= y - (C * z + y * ce))) : (Ht = b[6], Xr = b[7], sn = b[8], Vt = b[9], $t = b[10], xt = b[11], c = b[12], d = b[13], f = b[14], E = sr(Ht, $t), g = E * Pn, E && (A = Math.cos(-E), N = Math.sin(-E), me = be * A + sn * N, $e = K * A + Vt * N, rr = Ht * A + $t * N, sn = be * -N + sn * A, Vt = K * -N + Vt * A, $t = Ht * -N + $t * A, xt = Xr * -N + xt * A, be = me, K = $e, Ht = rr), E = sr(-Q, $t), w = E * Pn, E && (A = Math.cos(-E), N = Math.sin(-E), me = q * A - sn * N, $e = z * A - Vt * N, rr = Q * A - $t * N, xt = ce * N + xt * A, q = me, z = $e, Q = rr), E = sr(z, q), h = E * Pn, E && (A = Math.cos(E), N = Math.sin(E), me = q * A + z * N, $e = be * A + K * N, z = z * A - q * N, K = K * A - be * N, q = me, be = $e), g && Math.abs(g) + Math.abs(h) > 359.9 && (g = h = 0, w = 180 - w), _ = ke(Math.sqrt(q * q + z * z + Q * Q)), p = ke(Math.sqrt(K * K + Ht * Ht)), E = sr(be, K), x = Math.abs(E) > 2e-4 ? E * Pn : 0, S = xt ? 1 / (xt < 0 ? -xt : xt) : 0), r.svg && (me = e.getAttribute("transform"), r.forceCSS = e.setAttribute("transform", "") || !Pf(Bt(e, ye)), me && e.setAttribute("transform", me))), Math.abs(x) > 90 && Math.abs(x) < 270 && (i ? (_ *= -1, x += h <= 0 ? 180 : -180, h += h <= 0 ? 180 : -180) : (p *= -1, x += x <= 0 ? 180 : -180)), n = n || r.uncache, r.x = c - ((r.xPercent = c && (!n && r.xPercent || (Math.round(e.offsetWidth / 2) === Math.round(-c) ? -50 : 0))) ? e.offsetWidth * r.xPercent / 100 : 0) + o, r.y = d - ((r.yPercent = d && (!n && r.yPercent || (Math.round(e.offsetHeight / 2) === Math.round(-d) ? -50 : 0))) ? e.offsetHeight * r.yPercent / 100 : 0) + o, r.z = f + o, r.scaleX = ke(_), r.scaleY = ke(p), r.rotation = ke(h) + l, r.rotationX = ke(g) + l, r.rotationY = ke(w) + l, r.skewX = x + l, r.skewY = T + l, r.transformPerspective = S + o, (r.zOrigin = parseFloat(u.split(" ")[2]) || !n && r.zOrigin || 0) && (s[tt] = $i(u)), r.xOffset = r.yOffset = 0, r.force3D = lt.force3D, r.renderTransform = r.svg ? Wv : Ff ? Mf : Zv, r.uncache = 0, r;
|
8017
8013
|
}, $i = function(e) {
|
8018
8014
|
return (e = e.split(" "))[0] + " " + e[1];
|
8019
8015
|
}, Oo = function(e, n, r) {
|
@@ -8215,7 +8211,7 @@ const HI = {
|
|
8215
8211
|
_: 3
|
8216
8212
|
}, 512));
|
8217
8213
|
}
|
8218
|
-
}, GI = /* @__PURE__ */
|
8214
|
+
}, GI = /* @__PURE__ */ Y({
|
8219
8215
|
__name: "LabelPillWidget",
|
8220
8216
|
props: {
|
8221
8217
|
label: { default: "" },
|
@@ -8249,7 +8245,7 @@ const HI = {
|
|
8249
8245
|
])
|
8250
8246
|
], 2));
|
8251
8247
|
}
|
8252
|
-
}), Qv = { class: "flex items-stretch" }, Xv = { class: "rounded-r-lg bg-slate-900 text-slate-400 px-2 py-1" }, ZI = /* @__PURE__ */
|
8248
|
+
}), Qv = { class: "flex items-stretch" }, Xv = { class: "rounded-r-lg bg-slate-900 text-slate-400 px-2 py-1" }, ZI = /* @__PURE__ */ Y({
|
8253
8249
|
__name: "LabelValuePillWidget",
|
8254
8250
|
props: {
|
8255
8251
|
label: {},
|
@@ -8272,7 +8268,7 @@ const HI = {
|
|
8272
8268
|
])
|
8273
8269
|
]));
|
8274
8270
|
}
|
8275
|
-
}), qf = /* @__PURE__ */
|
8271
|
+
}), qf = /* @__PURE__ */ Y({
|
8276
8272
|
__name: "ActionMenu",
|
8277
8273
|
props: {
|
8278
8274
|
actions: {},
|
@@ -8302,7 +8298,7 @@ const HI = {
|
|
8302
8298
|
}), Jv = {
|
8303
8299
|
key: 0,
|
8304
8300
|
class: "flex-grow overflow-hidden"
|
8305
|
-
}, e2 = /* @__PURE__ */
|
8301
|
+
}, e2 = /* @__PURE__ */ Y({
|
8306
8302
|
__name: "ActionTableColumn",
|
8307
8303
|
props: {
|
8308
8304
|
rowProps: {
|
@@ -8725,7 +8721,7 @@ class n2 extends Bf {
|
|
8725
8721
|
) : this.currentDropZone.appendChild(this.placeholder);
|
8726
8722
|
}
|
8727
8723
|
}
|
8728
|
-
const r2 = ["draggable"], s2 = { class: "flex-grow" }, i2 = /* @__PURE__ */
|
8724
|
+
const r2 = ["draggable"], s2 = { class: "flex-grow" }, i2 = /* @__PURE__ */ Y({
|
8729
8725
|
__name: "ListItemDraggable",
|
8730
8726
|
props: /* @__PURE__ */ At({
|
8731
8727
|
dropZone: {},
|
@@ -8796,7 +8792,7 @@ const r2 = ["draggable"], s2 = { class: "flex-grow" }, i2 = /* @__PURE__ */ K({
|
|
8796
8792
|
], 2)
|
8797
8793
|
], 42, r2));
|
8798
8794
|
}
|
8799
|
-
}), o2 = /* @__PURE__ */
|
8795
|
+
}), o2 = /* @__PURE__ */ Y({
|
8800
8796
|
__name: "ActionTableHeaderColumn",
|
8801
8797
|
props: {
|
8802
8798
|
modelValue: {
|
@@ -9101,10 +9097,10 @@ const r2 = ["draggable"], s2 = { class: "flex-grow" }, i2 = /* @__PURE__ */ K({
|
|
9101
9097
|
"text-gray-500": "_text-gray-500_x1jdl_1",
|
9102
9098
|
"text-gray-600": "_text-gray-600_x1jdl_1",
|
9103
9099
|
"text-gray-700": "_text-gray-700_x1jdl_1",
|
9100
|
+
"text-green-300": "_text-green-300_x1jdl_1",
|
9104
9101
|
"text-green-400": "_text-green-400_x1jdl_1",
|
9105
9102
|
"text-green-700": "_text-green-700_x1jdl_1",
|
9106
9103
|
"text-green-900": "_text-green-900_x1jdl_1",
|
9107
|
-
"text-lime-800": "_text-lime-800_x1jdl_1",
|
9108
9104
|
"text-lime-900": "_text-lime-900_x1jdl_1",
|
9109
9105
|
"text-red-400": "_text-red-400_x1jdl_1",
|
9110
9106
|
"text-red-500": "_text-red-500_x1jdl_1",
|
@@ -9183,8 +9179,8 @@ const r2 = ["draggable"], s2 = { class: "flex-grow" }, i2 = /* @__PURE__ */ K({
|
|
9183
9179
|
"hover:bg-gray-200": "_hover:bg-gray-200_x1jdl_1",
|
9184
9180
|
"hover:bg-green-100": "_hover:bg-green-100_x1jdl_1",
|
9185
9181
|
"hover:bg-green-400": "_hover:bg-green-400_x1jdl_1",
|
9182
|
+
"hover:bg-green-800": "_hover:bg-green-800_x1jdl_1",
|
9186
9183
|
"hover:bg-lime-400": "_hover:bg-lime-400_x1jdl_1",
|
9187
|
-
"hover:bg-lime-800": "_hover:bg-lime-800_x1jdl_1",
|
9188
9184
|
"hover:bg-red-100": "_hover:bg-red-100_x1jdl_1",
|
9189
9185
|
"hover:bg-red-200": "_hover:bg-red-200_x1jdl_1",
|
9190
9186
|
"hover:bg-red-400": "_hover:bg-red-400_x1jdl_1",
|
@@ -9193,11 +9189,9 @@ const r2 = ["draggable"], s2 = { class: "flex-grow" }, i2 = /* @__PURE__ */ K({
|
|
9193
9189
|
"hover:bg-slate-200": "_hover:bg-slate-200_x1jdl_1",
|
9194
9190
|
"hover:bg-slate-300": "_hover:bg-slate-300_x1jdl_1",
|
9195
9191
|
"hover:bg-slate-600": "_hover:bg-slate-600_x1jdl_1",
|
9196
|
-
"hover:bg-slate-800": "_hover:bg-slate-800_x1jdl_1",
|
9197
9192
|
"hover:bg-slate-900": "_hover:bg-slate-900_x1jdl_1",
|
9198
9193
|
"hover:text-blue-500": "_hover:text-blue-500_x1jdl_1",
|
9199
9194
|
"hover:text-blue-600": "_hover:text-blue-600_x1jdl_1",
|
9200
|
-
"hover:text-green-200": "_hover:text-green-200_x1jdl_1",
|
9201
9195
|
"hover:opacity-100": "_hover:opacity-100_x1jdl_1",
|
9202
9196
|
"hover:opacity-20": "_hover:opacity-20_x1jdl_1",
|
9203
9197
|
"hover:opacity-70": "_hover:opacity-70_x1jdl_1",
|
@@ -9625,10 +9619,10 @@ const r2 = ["draggable"], s2 = { class: "flex-grow" }, i2 = /* @__PURE__ */ K({
|
|
9625
9619
|
"text-gray-500": "_text-gray-500_anhw9_1",
|
9626
9620
|
"text-gray-600": "_text-gray-600_anhw9_1",
|
9627
9621
|
"text-gray-700": "_text-gray-700_anhw9_1",
|
9622
|
+
"text-green-300": "_text-green-300_anhw9_1",
|
9628
9623
|
"text-green-400": "_text-green-400_anhw9_1",
|
9629
9624
|
"text-green-700": "_text-green-700_anhw9_1",
|
9630
9625
|
"text-green-900": "_text-green-900_anhw9_1",
|
9631
|
-
"text-lime-800": "_text-lime-800_anhw9_1",
|
9632
9626
|
"text-lime-900": "_text-lime-900_anhw9_1",
|
9633
9627
|
"text-red-400": "_text-red-400_anhw9_1",
|
9634
9628
|
"text-red-500": "_text-red-500_anhw9_1",
|
@@ -9707,8 +9701,8 @@ const r2 = ["draggable"], s2 = { class: "flex-grow" }, i2 = /* @__PURE__ */ K({
|
|
9707
9701
|
"hover:bg-gray-200": "_hover:bg-gray-200_anhw9_1",
|
9708
9702
|
"hover:bg-green-100": "_hover:bg-green-100_anhw9_1",
|
9709
9703
|
"hover:bg-green-400": "_hover:bg-green-400_anhw9_1",
|
9704
|
+
"hover:bg-green-800": "_hover:bg-green-800_anhw9_1",
|
9710
9705
|
"hover:bg-lime-400": "_hover:bg-lime-400_anhw9_1",
|
9711
|
-
"hover:bg-lime-800": "_hover:bg-lime-800_anhw9_1",
|
9712
9706
|
"hover:bg-red-100": "_hover:bg-red-100_anhw9_1",
|
9713
9707
|
"hover:bg-red-200": "_hover:bg-red-200_anhw9_1",
|
9714
9708
|
"hover:bg-red-400": "_hover:bg-red-400_anhw9_1",
|
@@ -9717,11 +9711,9 @@ const r2 = ["draggable"], s2 = { class: "flex-grow" }, i2 = /* @__PURE__ */ K({
|
|
9717
9711
|
"hover:bg-slate-200": "_hover:bg-slate-200_anhw9_1",
|
9718
9712
|
"hover:bg-slate-300": "_hover:bg-slate-300_anhw9_1",
|
9719
9713
|
"hover:bg-slate-600": "_hover:bg-slate-600_anhw9_1",
|
9720
|
-
"hover:bg-slate-800": "_hover:bg-slate-800_anhw9_1",
|
9721
9714
|
"hover:bg-slate-900": "_hover:bg-slate-900_anhw9_1",
|
9722
9715
|
"hover:text-blue-500": "_hover:text-blue-500_anhw9_1",
|
9723
9716
|
"hover:text-blue-600": "_hover:text-blue-600_anhw9_1",
|
9724
|
-
"hover:text-green-200": "_hover:text-green-200_anhw9_1",
|
9725
9717
|
"hover:opacity-100": "_hover:opacity-100_anhw9_1",
|
9726
9718
|
"hover:opacity-20": "_hover:opacity-20_anhw9_1",
|
9727
9719
|
"hover:opacity-70": "_hover:opacity-70_anhw9_1",
|
@@ -9937,7 +9929,7 @@ function KI(t, e) {
|
|
9937
9929
|
function be() {
|
9938
9930
|
a.value = [];
|
9939
9931
|
}
|
9940
|
-
async function
|
9932
|
+
async function K(U, X = void 0) {
|
9941
9933
|
var se, Me, Ge;
|
9942
9934
|
if (!e.routes.more || e.isListEnabled === !1) return !1;
|
9943
9935
|
try {
|
@@ -10081,7 +10073,7 @@ function KI(t, e) {
|
|
10081
10073
|
loadList: C,
|
10082
10074
|
loadSummary: y,
|
10083
10075
|
loadListAndSummary: b,
|
10084
|
-
loadMore:
|
10076
|
+
loadMore: K,
|
10085
10077
|
loadFieldOptions: A,
|
10086
10078
|
getActiveItemDetails: Vt,
|
10087
10079
|
refreshAll: me,
|
@@ -10097,7 +10089,7 @@ function KI(t, e) {
|
|
10097
10089
|
const mw = {
|
10098
10090
|
key: 1,
|
10099
10091
|
class: "mt-2"
|
10100
|
-
}, pw = { class: "text-xs font-bold" }, ku = /* @__PURE__ */
|
10092
|
+
}, pw = { class: "text-xs font-bold" }, ku = /* @__PURE__ */ Y({
|
10101
10093
|
__name: "FilterableField",
|
10102
10094
|
props: {
|
10103
10095
|
field: {},
|
@@ -10323,7 +10315,7 @@ const mw = {
|
|
10323
10315
|
});
|
10324
10316
|
};
|
10325
10317
|
}
|
10326
|
-
}, xw = /* @__PURE__ */
|
10318
|
+
}, xw = /* @__PURE__ */ Y({
|
10327
10319
|
__name: "CollapsableFiltersSidebar",
|
10328
10320
|
props: {
|
10329
10321
|
name: {},
|
@@ -10434,7 +10426,7 @@ const mw = {
|
|
10434
10426
|
])) : P("", !0)
|
10435
10427
|
]));
|
10436
10428
|
}
|
10437
|
-
}, Aw = /* @__PURE__ */
|
10429
|
+
}, Aw = /* @__PURE__ */ Y({
|
10438
10430
|
__name: "PanelsDrawerPanels",
|
10439
10431
|
props: {
|
10440
10432
|
activePanel: {},
|
@@ -10467,7 +10459,7 @@ const mw = {
|
|
10467
10459
|
}, 8, ["model-value"]);
|
10468
10460
|
};
|
10469
10461
|
}
|
10470
|
-
}), Ow = /* @__PURE__ */
|
10462
|
+
}), Ow = /* @__PURE__ */ Y({
|
10471
10463
|
__name: "PanelsDrawerTabs",
|
10472
10464
|
props: {
|
10473
10465
|
modelValue: { default: "general" },
|
@@ -10748,10 +10740,10 @@ const mw = {
|
|
10748
10740
|
"text-gray-500": "_text-gray-500_1shkc_1",
|
10749
10741
|
"text-gray-600": "_text-gray-600_1shkc_1",
|
10750
10742
|
"text-gray-700": "_text-gray-700_1shkc_1",
|
10743
|
+
"text-green-300": "_text-green-300_1shkc_1",
|
10751
10744
|
"text-green-400": "_text-green-400_1shkc_1",
|
10752
10745
|
"text-green-700": "_text-green-700_1shkc_1",
|
10753
10746
|
"text-green-900": "_text-green-900_1shkc_1",
|
10754
|
-
"text-lime-800": "_text-lime-800_1shkc_1",
|
10755
10747
|
"text-lime-900": "_text-lime-900_1shkc_1",
|
10756
10748
|
"text-red-400": "_text-red-400_1shkc_1",
|
10757
10749
|
"text-red-500": "_text-red-500_1shkc_1",
|
@@ -10829,8 +10821,8 @@ const mw = {
|
|
10829
10821
|
"hover:bg-gray-200": "_hover:bg-gray-200_1shkc_1",
|
10830
10822
|
"hover:bg-green-100": "_hover:bg-green-100_1shkc_1",
|
10831
10823
|
"hover:bg-green-400": "_hover:bg-green-400_1shkc_1",
|
10824
|
+
"hover:bg-green-800": "_hover:bg-green-800_1shkc_1",
|
10832
10825
|
"hover:bg-lime-400": "_hover:bg-lime-400_1shkc_1",
|
10833
|
-
"hover:bg-lime-800": "_hover:bg-lime-800_1shkc_1",
|
10834
10826
|
"hover:bg-red-100": "_hover:bg-red-100_1shkc_1",
|
10835
10827
|
"hover:bg-red-200": "_hover:bg-red-200_1shkc_1",
|
10836
10828
|
"hover:bg-red-400": "_hover:bg-red-400_1shkc_1",
|
@@ -10839,11 +10831,9 @@ const mw = {
|
|
10839
10831
|
"hover:bg-slate-200": "_hover:bg-slate-200_1shkc_1",
|
10840
10832
|
"hover:bg-slate-300": "_hover:bg-slate-300_1shkc_1",
|
10841
10833
|
"hover:bg-slate-600": "_hover:bg-slate-600_1shkc_1",
|
10842
|
-
"hover:bg-slate-800": "_hover:bg-slate-800_1shkc_1",
|
10843
10834
|
"hover:bg-slate-900": "_hover:bg-slate-900_1shkc_1",
|
10844
10835
|
"hover:text-blue-500": "_hover:text-blue-500_1shkc_1",
|
10845
10836
|
"hover:text-blue-600": "_hover:text-blue-600_1shkc_1",
|
10846
|
-
"hover:text-green-200": "_hover:text-green-200_1shkc_1",
|
10847
10837
|
"hover:opacity-100": "_hover:opacity-100_1shkc_1",
|
10848
10838
|
"hover:opacity-20": "_hover:opacity-20_1shkc_1",
|
10849
10839
|
"hover:opacity-70": "_hover:opacity-70_1shkc_1",
|
@@ -10867,7 +10857,7 @@ const mw = {
|
|
10867
10857
|
}, dx = {
|
10868
10858
|
key: 1,
|
10869
10859
|
class: "p-8"
|
10870
|
-
}, fx = /* @__PURE__ */
|
10860
|
+
}, fx = /* @__PURE__ */ Y({
|
10871
10861
|
__name: "PanelsDrawer",
|
10872
10862
|
props: {
|
10873
10863
|
title: { default: "" },
|
@@ -10998,7 +10988,7 @@ const mw = {
|
|
10998
10988
|
])
|
10999
10989
|
]));
|
11000
10990
|
}
|
11001
|
-
}, gx = { class: "flex flex-nowrap items-center" }, yx = { class: "relative" }, bx = { class: "ml-2" }, vx = /* @__PURE__ */
|
10991
|
+
}, gx = { class: "flex flex-nowrap items-center" }, yx = { class: "relative" }, bx = { class: "ml-2" }, vx = /* @__PURE__ */ Y({
|
11002
10992
|
__name: "TableSummaryRow",
|
11003
10993
|
props: {
|
11004
10994
|
loading: { type: Boolean },
|
@@ -11075,7 +11065,7 @@ const mw = {
|
|
11075
11065
|
_: 1
|
11076
11066
|
}, 8, ["class"]));
|
11077
11067
|
}
|
11078
|
-
}), wx = /* @__PURE__ */
|
11068
|
+
}), wx = /* @__PURE__ */ Y({
|
11079
11069
|
__name: "ActionTable",
|
11080
11070
|
props: {
|
11081
11071
|
name: {},
|
@@ -11200,7 +11190,7 @@ const mw = {
|
|
11200
11190
|
], 2);
|
11201
11191
|
};
|
11202
11192
|
}
|
11203
|
-
}), xx = /* @__PURE__ */ zt(wx, [["__scopeId", "data-v-209b8084"]]), kx = { class: "dx-action-toolbar flex items-center" }, Sx = { class: "flex-grow px-6" }, Tx = { key: 0 }, Cx = { class: "py-3 flex items-center flex-nowrap" }, Ex = /* @__PURE__ */
|
11193
|
+
}), xx = /* @__PURE__ */ zt(wx, [["__scopeId", "data-v-209b8084"]]), kx = { class: "dx-action-toolbar flex items-center" }, Sx = { class: "flex-grow px-6" }, Tx = { key: 0 }, Cx = { class: "py-3 flex items-center flex-nowrap" }, Ex = /* @__PURE__ */ Y({
|
11204
11194
|
__name: "ActionToolbar",
|
11205
11195
|
props: {
|
11206
11196
|
title: {},
|
@@ -11254,7 +11244,7 @@ const mw = {
|
|
11254
11244
|
]);
|
11255
11245
|
};
|
11256
11246
|
}
|
11257
|
-
}), Ix = { class: "flex flex-grow flex-col flex-nowrap overflow-hidden h-full" }, Ax = { class: "flex flex-nowrap flex-grow overflow-hidden w-full" }, XI = /* @__PURE__ */
|
11247
|
+
}), Ix = { class: "flex flex-grow flex-col flex-nowrap overflow-hidden h-full" }, Ax = { class: "flex flex-nowrap flex-grow overflow-hidden w-full" }, XI = /* @__PURE__ */ Y({
|
11258
11248
|
__name: "ActionTableLayout",
|
11259
11249
|
props: {
|
11260
11250
|
controller: {},
|
@@ -26505,7 +26495,7 @@ function N9(t, e = "") {
|
|
26505
26495
|
function xh(t, e = "") {
|
26506
26496
|
return Object.entries(t).map(([n, r]) => typeof r == "object" ? xh(r, `${e}${n}-`) : `--${e}${n}: ${r}`).join(";");
|
26507
26497
|
}
|
26508
|
-
const dI = "0.4.
|
26498
|
+
const dI = "0.4.50", fI = {
|
26509
26499
|
version: dI
|
26510
26500
|
}, { version: _I } = fI;
|
26511
26501
|
function $9() {
|