bt-core-app 1.4.332 → 1.4.334
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/bt-core-app.js +115 -112
- package/dist/index.d.ts +2 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -5507,7 +5507,7 @@ function wV(e, t) {
|
|
|
5507
5507
|
function xV(e, t) {
|
|
5508
5508
|
return e != null && Array.isArray(e) && e.length == t;
|
|
5509
5509
|
}
|
|
5510
|
-
function
|
|
5510
|
+
function Vt(e, t = 0) {
|
|
5511
5511
|
return e != null && Array.isArray(e) && e.length > t;
|
|
5512
5512
|
}
|
|
5513
5513
|
function Zc(e) {
|
|
@@ -5567,10 +5567,10 @@ function og(e, t = (n) => n) {
|
|
|
5567
5567
|
if (e == null)
|
|
5568
5568
|
return [];
|
|
5569
5569
|
const n = Array.isArray(e) ? e : t(e);
|
|
5570
|
-
return
|
|
5570
|
+
return Vt(n) ? [...n.reduce((a, l) => {
|
|
5571
5571
|
a.push(l);
|
|
5572
5572
|
const r = og(l, t);
|
|
5573
|
-
return
|
|
5573
|
+
return Vt(r) && a.push(...r), a;
|
|
5574
5574
|
}, [])] : [];
|
|
5575
5575
|
}
|
|
5576
5576
|
function MV(e) {
|
|
@@ -5643,6 +5643,9 @@ function Ow(e) {
|
|
|
5643
5643
|
function Ww(e) {
|
|
5644
5644
|
return e.endsWith("ies") ? e.slice(0, e.length - 3) : e.endsWith("s") ? e.slice(0, e.length - 1) : e;
|
|
5645
5645
|
}
|
|
5646
|
+
function AV(e) {
|
|
5647
|
+
return e == null ? void 0 : e.replaceAll(" ", "").toLowerCase();
|
|
5648
|
+
}
|
|
5646
5649
|
function To(e) {
|
|
5647
5650
|
throw new Error('Could not dynamically require "' + e + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
|
5648
5651
|
}
|
|
@@ -7111,7 +7114,7 @@ function em() {
|
|
|
7111
7114
|
const e = ks();
|
|
7112
7115
|
return qt == null ? "" : (qt[e] ?? qt.development).auth ?? "";
|
|
7113
7116
|
}
|
|
7114
|
-
function
|
|
7117
|
+
function DV(e, t) {
|
|
7115
7118
|
const n = ks();
|
|
7116
7119
|
if (qt == null)
|
|
7117
7120
|
return "";
|
|
@@ -7125,7 +7128,7 @@ function Uw(e) {
|
|
|
7125
7128
|
const n = qt[t] ?? qt.development;
|
|
7126
7129
|
return e == null ? n.data ?? "" : n.other[e] ?? n.data ?? "";
|
|
7127
7130
|
}
|
|
7128
|
-
function
|
|
7131
|
+
function IV() {
|
|
7129
7132
|
return qt;
|
|
7130
7133
|
}
|
|
7131
7134
|
function jw(e) {
|
|
@@ -7139,7 +7142,7 @@ function Tl() {
|
|
|
7139
7142
|
const e = cg();
|
|
7140
7143
|
return (_o == null || _o.config.name != e) && (_o = ug.createInstance({ name: e })), _o;
|
|
7141
7144
|
}
|
|
7142
|
-
function
|
|
7145
|
+
function LV() {
|
|
7143
7146
|
async function e(l) {
|
|
7144
7147
|
const r = Tl();
|
|
7145
7148
|
(await r.keys()).filter((s) => s.startsWith(l)).forEach((s) => {
|
|
@@ -7163,7 +7166,7 @@ function IV() {
|
|
|
7163
7166
|
};
|
|
7164
7167
|
}
|
|
7165
7168
|
let Zo;
|
|
7166
|
-
function
|
|
7169
|
+
function EV(e) {
|
|
7167
7170
|
return Zo(e)();
|
|
7168
7171
|
}
|
|
7169
7172
|
function Cl(e) {
|
|
@@ -8045,7 +8048,7 @@ function Xc(e) {
|
|
|
8045
8048
|
saveItem: c
|
|
8046
8049
|
};
|
|
8047
8050
|
}
|
|
8048
|
-
function
|
|
8051
|
+
function VV() {
|
|
8049
8052
|
const { actionErrorMsg: e, actionLoadingMsg: t, clearErrors: n, isLoading: a, doAction: l, logError: r } = rh(
|
|
8050
8053
|
{
|
|
8051
8054
|
stringifyError: (o) => typeof o == "object" ? o.message : o == null ? void 0 : o.toString()
|
|
@@ -8153,7 +8156,7 @@ function Jw(e) {
|
|
|
8153
8156
|
if (D == null)
|
|
8154
8157
|
return !1;
|
|
8155
8158
|
let I = D.subscriptions ?? [], P = D.permissions ?? [], R = d(I, P, "view");
|
|
8156
|
-
return R || !_ || !
|
|
8159
|
+
return R || !_ || !Vt(D.children) ? R : ((D == null ? void 0 : D.children) != null && D.children.forEach((L) => {
|
|
8157
8160
|
f(L, !0) && (M = !0);
|
|
8158
8161
|
}), M);
|
|
8159
8162
|
}
|
|
@@ -8567,7 +8570,7 @@ let Yu;
|
|
|
8567
8570
|
function dg() {
|
|
8568
8571
|
return Yu;
|
|
8569
8572
|
}
|
|
8570
|
-
function
|
|
8573
|
+
function PV(e) {
|
|
8571
8574
|
const t = localStorage.getItem("cosmetics");
|
|
8572
8575
|
let n;
|
|
8573
8576
|
return t != null && t.length > 0 && (n = JSON.parse(t)), n ?? (n = {}), n.dark ?? (n.dark = e == null ? void 0 : e.dark), n.light ?? (n.light = e == null ? void 0 : e.light), n.theme ?? (n.theme = e == null ? void 0 : e.defaultTheme), {
|
|
@@ -9116,7 +9119,7 @@ const wg = [
|
|
|
9116
9119
|
{ text: "Monthly", value: "Monthly" },
|
|
9117
9120
|
{ text: "Custom", value: "Custom" }
|
|
9118
9121
|
];
|
|
9119
|
-
function
|
|
9122
|
+
function $V() {
|
|
9120
9123
|
const { timeZone: e } = Rl();
|
|
9121
9124
|
function t(n) {
|
|
9122
9125
|
if (n.cron == null)
|
|
@@ -9164,7 +9167,7 @@ function _x(e) {
|
|
|
9164
9167
|
if (n.value != x) {
|
|
9165
9168
|
n.value = x;
|
|
9166
9169
|
let k = !1, w = !1, p = !1, _ = !1;
|
|
9167
|
-
if (Zc(n.value) || !
|
|
9170
|
+
if (Zc(n.value) || !Vt(b(), 4))
|
|
9168
9171
|
k = !0;
|
|
9169
9172
|
else {
|
|
9170
9173
|
const D = b();
|
|
@@ -9201,7 +9204,7 @@ function _x(e) {
|
|
|
9201
9204
|
const L = R.split(",");
|
|
9202
9205
|
L.some((E) => !Ho.some((O) => O.value == E)) ? k = !0 : h.value = L;
|
|
9203
9206
|
}
|
|
9204
|
-
if (
|
|
9207
|
+
if (Vt(D, 5) && e.useLeadTimeLeft) {
|
|
9205
9208
|
const L = D[5].split("-");
|
|
9206
9209
|
if (e.useLeadTimeRight && L.length > 1) {
|
|
9207
9210
|
const E = Number.parseInt(L[1]);
|
|
@@ -9236,7 +9239,7 @@ function _x(e) {
|
|
|
9236
9239
|
if (s.value == "Custom")
|
|
9237
9240
|
return n.value;
|
|
9238
9241
|
let x = "0";
|
|
9239
|
-
return x = dn(x, c.value, " "),
|
|
9242
|
+
return x = dn(x, c.value, " "), Vt(m.value) ? x = dn(x, (k = m.value) == null ? void 0 : k.toString(), " ") : x = dn(x, "*", " "), Vt(v.value) ? x = dn(x, (w = v.value) == null ? void 0 : w.toString(), " ") : x = dn(x, "*", " "), ((p = h.value) == null ? void 0 : p.length) == 7 ? x = dn(x, "*", " ") : x = dn(x, (_ = h.value) == null ? void 0 : _.toString(), " "), x = dn(x, `${d.value}-${f.value}`, " "), n.value = x, n.value;
|
|
9240
9243
|
}
|
|
9241
9244
|
return S(e.value ?? e.defaultExpression ?? t()), {
|
|
9242
9245
|
applyRawExpression: g,
|
|
@@ -9335,7 +9338,7 @@ function Dx(e) {
|
|
|
9335
9338
|
return `${u.dateTrigger}|${u.replacingDate ?? ""}|${u.leadTimeLeft.toString()}-${u.leadTimeRight.toString()}`;
|
|
9336
9339
|
}
|
|
9337
9340
|
function c(u) {
|
|
9338
|
-
if (
|
|
9341
|
+
if (Vt(u))
|
|
9339
9342
|
return u.filter((b) => b.isAdjusting == !0).map((b) => f(b)).filter((b) => b != null && !b.includes("undefined")).toString();
|
|
9340
9343
|
}
|
|
9341
9344
|
function v(u) {
|
|
@@ -9346,7 +9349,7 @@ function Dx(e) {
|
|
|
9346
9349
|
if (u != null && u.includes("undefined"))
|
|
9347
9350
|
return;
|
|
9348
9351
|
const b = u == null ? void 0 : u.split("|");
|
|
9349
|
-
if (
|
|
9352
|
+
if (Vt(b, 2)) {
|
|
9350
9353
|
let S = 0, C = 0, x = b[2].split("-");
|
|
9351
9354
|
x.length > 0 && (S = Number.parseInt(x[0])), x.length > 1 && (C = Number.parseInt(x[1]));
|
|
9352
9355
|
let k = b[1].length > 1 ? b[1] : void 0;
|
|
@@ -9404,7 +9407,7 @@ function Dx(e) {
|
|
|
9404
9407
|
unpack: g
|
|
9405
9408
|
};
|
|
9406
9409
|
}
|
|
9407
|
-
const
|
|
9410
|
+
const NV = {
|
|
9408
9411
|
canExportCSV: !1
|
|
9409
9412
|
};
|
|
9410
9413
|
function Ix() {
|
|
@@ -9415,7 +9418,7 @@ function Ix() {
|
|
|
9415
9418
|
fileName: l = "data.csv",
|
|
9416
9419
|
format: r = "file"
|
|
9417
9420
|
} = t;
|
|
9418
|
-
if (!
|
|
9421
|
+
if (!Vt(n))
|
|
9419
9422
|
return;
|
|
9420
9423
|
let i = [];
|
|
9421
9424
|
a != null ? i = a == null ? void 0 : a.filter((u) => (u.csv ?? u.csvText ?? u.csvFilter ?? u.csvArray) != null).map((u) => ({
|
|
@@ -9432,7 +9435,7 @@ function Ix() {
|
|
|
9432
9435
|
var f = null;
|
|
9433
9436
|
typeof C.value == "function" ? f = C.value(b) : typeof C.value == "string" && (f = yn(b, C.value)), C.itemText != null ? s[C.header] = yn(f, C.itemText) : s[C.header] = f;
|
|
9434
9437
|
}
|
|
9435
|
-
o.push(s),
|
|
9438
|
+
o.push(s), Vt(d) && d.forEach((S) => {
|
|
9436
9439
|
o.push(S);
|
|
9437
9440
|
}), d = [];
|
|
9438
9441
|
}
|
|
@@ -9461,7 +9464,7 @@ function Ix() {
|
|
|
9461
9464
|
};
|
|
9462
9465
|
}
|
|
9463
9466
|
let Zu;
|
|
9464
|
-
function
|
|
9467
|
+
function BV() {
|
|
9465
9468
|
return Zu;
|
|
9466
9469
|
}
|
|
9467
9470
|
function Lx(e) {
|
|
@@ -12605,7 +12608,7 @@ const Fa = ea("slide-x-transition"), zm = ea("slide-x-reverse-transition"), qn =
|
|
|
12605
12608
|
reset: [Number, String],
|
|
12606
12609
|
root: [Boolean, String],
|
|
12607
12610
|
scoped: Boolean
|
|
12608
|
-
}, "VDefaultsProvider"),
|
|
12611
|
+
}, "VDefaultsProvider"), Lt = Fe(!1)({
|
|
12609
12612
|
name: "VDefaultsProvider",
|
|
12610
12613
|
props: R2(),
|
|
12611
12614
|
setup(e, t) {
|
|
@@ -13149,7 +13152,7 @@ const Y2 = [null, "prominent", "default", "comfortable", "compact"], U2 = xe({
|
|
|
13149
13152
|
default: () => [g && y("div", {
|
|
13150
13153
|
key: "image",
|
|
13151
13154
|
class: "v-toolbar__image"
|
|
13152
|
-
}, [n.image ? y(
|
|
13155
|
+
}, [n.image ? y(Lt, {
|
|
13153
13156
|
key: "image-defaults",
|
|
13154
13157
|
disabled: !e.image,
|
|
13155
13158
|
defaults: {
|
|
@@ -13162,7 +13165,7 @@ const Y2 = [null, "prominent", "default", "comfortable", "compact"], U2 = xe({
|
|
|
13162
13165
|
key: "image-img",
|
|
13163
13166
|
cover: !0,
|
|
13164
13167
|
src: e.image
|
|
13165
|
-
}, null)]), y(
|
|
13168
|
+
}, null)]), y(Lt, {
|
|
13166
13169
|
defaults: {
|
|
13167
13170
|
VTabs: {
|
|
13168
13171
|
height: qe(c.value)
|
|
@@ -13187,7 +13190,7 @@ const Y2 = [null, "prominent", "default", "comfortable", "compact"], U2 = xe({
|
|
|
13187
13190
|
class: "v-toolbar__append"
|
|
13188
13191
|
}, [(x = n.append) == null ? void 0 : x.call(n)])])];
|
|
13189
13192
|
}
|
|
13190
|
-
}), y(
|
|
13193
|
+
}), y(Lt, {
|
|
13191
13194
|
defaults: {
|
|
13192
13195
|
VTabs: {
|
|
13193
13196
|
height: qe(v.value)
|
|
@@ -14316,7 +14319,7 @@ const fi = {
|
|
|
14316
14319
|
return [ui(!0, "v-btn"), !e.icon && I && y("span", {
|
|
14317
14320
|
key: "prepend",
|
|
14318
14321
|
class: "v-btn__prepend"
|
|
14319
|
-
}, [a.prepend ? y(
|
|
14322
|
+
}, [a.prepend ? y(Lt, {
|
|
14320
14323
|
key: "prepend-defaults",
|
|
14321
14324
|
disabled: !e.prependIcon,
|
|
14322
14325
|
defaults: {
|
|
@@ -14333,7 +14336,7 @@ const fi = {
|
|
|
14333
14336
|
}, [!a.default && R ? y(ct, {
|
|
14334
14337
|
key: "content-icon",
|
|
14335
14338
|
icon: e.icon
|
|
14336
|
-
}, null) : y(
|
|
14339
|
+
}, null) : y(Lt, {
|
|
14337
14340
|
key: "content-defaults",
|
|
14338
14341
|
disabled: !R,
|
|
14339
14342
|
defaults: {
|
|
@@ -14349,7 +14352,7 @@ const fi = {
|
|
|
14349
14352
|
})]), !e.icon && P && y("span", {
|
|
14350
14353
|
key: "append",
|
|
14351
14354
|
class: "v-btn__append"
|
|
14352
|
-
}, [a.append ? y(
|
|
14355
|
+
}, [a.append ? y(Lt, {
|
|
14353
14356
|
key: "append-defaults",
|
|
14354
14357
|
disabled: !e.appendIcon,
|
|
14355
14358
|
defaults: {
|
|
@@ -14486,7 +14489,7 @@ const fi = {
|
|
|
14486
14489
|
}, null), k && y("div", {
|
|
14487
14490
|
key: "prepend",
|
|
14488
14491
|
class: "v-alert__prepend"
|
|
14489
|
-
}, [a.prepend ? y(
|
|
14492
|
+
}, [a.prepend ? y(Lt, {
|
|
14490
14493
|
key: "prepend-defaults",
|
|
14491
14494
|
disabled: !r.value,
|
|
14492
14495
|
defaults: {
|
|
@@ -14516,7 +14519,7 @@ const fi = {
|
|
|
14516
14519
|
}, [a.append()]), p && y("div", {
|
|
14517
14520
|
key: "close",
|
|
14518
14521
|
class: "v-alert__close"
|
|
14519
|
-
}, [a.close ? y(
|
|
14522
|
+
}, [a.close ? y(Lt, {
|
|
14520
14523
|
key: "close-defaults",
|
|
14521
14524
|
defaults: {
|
|
14522
14525
|
VBtn: {
|
|
@@ -14585,7 +14588,7 @@ const fi = {
|
|
|
14585
14588
|
}, a.value, l.value, o.value, s.value, d.value, i.value, e.class],
|
|
14586
14589
|
style: [r.value, f.value, e.style]
|
|
14587
14590
|
}, {
|
|
14588
|
-
default: () => [n.default ? y(
|
|
14591
|
+
default: () => [n.default ? y(Lt, {
|
|
14589
14592
|
key: "content-defaults",
|
|
14590
14593
|
defaults: {
|
|
14591
14594
|
VImg: {
|
|
@@ -15886,7 +15889,7 @@ const VS = xe({
|
|
|
15886
15889
|
}, {
|
|
15887
15890
|
default: () => [Ot(y("div", {
|
|
15888
15891
|
class: "v-chip__filter"
|
|
15889
|
-
}, [l.filter ? y(
|
|
15892
|
+
}, [l.filter ? y(Lt, {
|
|
15890
15893
|
key: "filter-defaults",
|
|
15891
15894
|
disabled: !e.filterIcon,
|
|
15892
15895
|
defaults: {
|
|
@@ -15901,7 +15904,7 @@ const VS = xe({
|
|
|
15901
15904
|
}), R && y("div", {
|
|
15902
15905
|
key: "prepend",
|
|
15903
15906
|
class: "v-chip__prepend"
|
|
15904
|
-
}, [l.prepend ? y(
|
|
15907
|
+
}, [l.prepend ? y(Lt, {
|
|
15905
15908
|
key: "prepend-defaults",
|
|
15906
15909
|
disabled: !P,
|
|
15907
15910
|
defaults: {
|
|
@@ -15935,7 +15938,7 @@ const VS = xe({
|
|
|
15935
15938
|
})) ?? e.text]), D && y("div", {
|
|
15936
15939
|
key: "append",
|
|
15937
15940
|
class: "v-chip__append"
|
|
15938
|
-
}, [l.append ? y(
|
|
15941
|
+
}, [l.append ? y(Lt, {
|
|
15939
15942
|
key: "append-defaults",
|
|
15940
15943
|
disabled: !_,
|
|
15941
15944
|
defaults: {
|
|
@@ -15960,7 +15963,7 @@ const VS = xe({
|
|
|
15960
15963
|
key: "close",
|
|
15961
15964
|
class: "v-chip__close",
|
|
15962
15965
|
type: "button"
|
|
15963
|
-
}, x.value), [l.close ? y(
|
|
15966
|
+
}, x.value), [l.close ? y(Lt, {
|
|
15964
15967
|
key: "close-defaults",
|
|
15965
15968
|
defaults: {
|
|
15966
15969
|
VIcon: {
|
|
@@ -16571,7 +16574,7 @@ const Ld = (e) => {
|
|
|
16571
16574
|
}, e.class],
|
|
16572
16575
|
style: e.style
|
|
16573
16576
|
}, {
|
|
16574
|
-
default: () => [n.activator && y(
|
|
16577
|
+
default: () => [n.activator && y(Lt, {
|
|
16575
16578
|
defaults: v.value
|
|
16576
16579
|
}, {
|
|
16577
16580
|
default: () => [y(YS, null, {
|
|
@@ -16751,7 +16754,7 @@ const Ld = (e) => {
|
|
|
16751
16754
|
return [ui(C.value || b.value, "v-list-item"), J && y("div", {
|
|
16752
16755
|
key: "prepend",
|
|
16753
16756
|
class: "v-list-item__prepend"
|
|
16754
|
-
}, [a.prepend ? y(
|
|
16757
|
+
}, [a.prepend ? y(Lt, {
|
|
16755
16758
|
key: "prepend-defaults",
|
|
16756
16759
|
disabled: !G,
|
|
16757
16760
|
defaults: {
|
|
@@ -16806,7 +16809,7 @@ const Ld = (e) => {
|
|
|
16806
16809
|
}), (Y = a.default) == null ? void 0 : Y.call(a, V.value)]), N && y("div", {
|
|
16807
16810
|
key: "append",
|
|
16808
16811
|
class: "v-list-item__append"
|
|
16809
|
-
}, [a.append ? y(
|
|
16812
|
+
}, [a.append ? y(Lt, {
|
|
16810
16813
|
key: "append-defaults",
|
|
16811
16814
|
disabled: !ee,
|
|
16812
16815
|
defaults: {
|
|
@@ -18388,7 +18391,7 @@ const SC = xe({
|
|
|
18388
18391
|
default: function() {
|
|
18389
18392
|
for (var u = arguments.length, b = new Array(u), S = 0; S < u; S++)
|
|
18390
18393
|
b[S] = arguments[S];
|
|
18391
|
-
return y(
|
|
18394
|
+
return y(Lt, {
|
|
18392
18395
|
root: "VMenu"
|
|
18393
18396
|
}, {
|
|
18394
18397
|
default: () => {
|
|
@@ -18651,7 +18654,7 @@ const SC = xe({
|
|
|
18651
18654
|
onMousedown: ($) => {
|
|
18652
18655
|
$.preventDefault(), $.stopPropagation();
|
|
18653
18656
|
}
|
|
18654
|
-
}, [y(
|
|
18657
|
+
}, [y(Lt, {
|
|
18655
18658
|
defaults: {
|
|
18656
18659
|
VIcon: {
|
|
18657
18660
|
icon: e.clearIcon
|
|
@@ -19499,7 +19502,7 @@ const ep = xe({
|
|
|
19499
19502
|
return y("div", {
|
|
19500
19503
|
key: ee.value,
|
|
19501
19504
|
class: "v-select__selection"
|
|
19502
|
-
}, [j ? n.chip ? y(
|
|
19505
|
+
}, [j ? n.chip ? y(Lt, {
|
|
19503
19506
|
key: "chip-defaults",
|
|
19504
19507
|
defaults: {
|
|
19505
19508
|
VChip: {
|
|
@@ -19705,7 +19708,7 @@ const OC = xe({
|
|
|
19705
19708
|
default: function() {
|
|
19706
19709
|
for (var m = arguments.length, h = new Array(m), g = 0; g < m; g++)
|
|
19707
19710
|
h[g] = arguments[g];
|
|
19708
|
-
return y(
|
|
19711
|
+
return y(Lt, {
|
|
19709
19712
|
root: "VDialog"
|
|
19710
19713
|
}, {
|
|
19711
19714
|
default: () => {
|
|
@@ -19780,7 +19783,7 @@ const OC = xe({
|
|
|
19780
19783
|
}, [l && y("div", {
|
|
19781
19784
|
key: "prepend",
|
|
19782
19785
|
class: "v-card-item__prepend"
|
|
19783
|
-
}, [n.prepend ? y(
|
|
19786
|
+
}, [n.prepend ? y(Lt, {
|
|
19784
19787
|
key: "prepend-defaults",
|
|
19785
19788
|
disabled: !a,
|
|
19786
19789
|
defaults: {
|
|
@@ -19820,7 +19823,7 @@ const OC = xe({
|
|
|
19820
19823
|
}), (d = n.default) == null ? void 0 : d.call(n)]), i && y("div", {
|
|
19821
19824
|
key: "append",
|
|
19822
19825
|
class: "v-card-item__append"
|
|
19823
|
-
}, [n.append ? y(
|
|
19826
|
+
}, [n.append ? y(Lt, {
|
|
19824
19827
|
key: "append-defaults",
|
|
19825
19828
|
disabled: !r,
|
|
19826
19829
|
defaults: {
|
|
@@ -19950,7 +19953,7 @@ const OC = xe({
|
|
|
19950
19953
|
return [D && y("div", {
|
|
19951
19954
|
key: "image",
|
|
19952
19955
|
class: "v-card__image"
|
|
19953
|
-
}, [a.image ? y(
|
|
19956
|
+
}, [a.image ? y(Lt, {
|
|
19954
19957
|
key: "image-defaults",
|
|
19955
19958
|
disabled: !e.image,
|
|
19956
19959
|
defaults: {
|
|
@@ -22208,7 +22211,7 @@ const eT = xe({
|
|
|
22208
22211
|
key: ue.value,
|
|
22209
22212
|
class: ["v-combobox__selection", de === m.value && ["v-combobox__selection--selected", x.value]],
|
|
22210
22213
|
style: de === m.value ? k.value : {}
|
|
22211
|
-
}, [_.value ? a.chip ? y(
|
|
22214
|
+
}, [_.value ? a.chip ? y(Lt, {
|
|
22212
22215
|
key: "chip-defaults",
|
|
22213
22216
|
defaults: {
|
|
22214
22217
|
VChip: {
|
|
@@ -23245,7 +23248,7 @@ const _T = ["start", "end", "left", "right", "top", "bottom"], AT = xe({
|
|
|
23245
23248
|
return [$ && y("div", {
|
|
23246
23249
|
key: "image",
|
|
23247
23250
|
class: "v-navigation-drawer__img"
|
|
23248
|
-
}, [l.image ? y(
|
|
23251
|
+
}, [l.image ? y(Lt, {
|
|
23249
23252
|
key: "image-defaults",
|
|
23250
23253
|
disabled: !e.image,
|
|
23251
23254
|
defaults: {
|
|
@@ -23397,7 +23400,7 @@ const _T = ["start", "end", "left", "right", "top", "bottom"], AT = xe({
|
|
|
23397
23400
|
"v-switch__thumb--filled": L || e.loading
|
|
23398
23401
|
}, e.inset || c ? void 0 : E.value],
|
|
23399
23402
|
style: e.inset ? void 0 : O.value
|
|
23400
|
-
}, [a.thumb ? y(
|
|
23403
|
+
}, [a.thumb ? y(Lt, {
|
|
23401
23404
|
defaults: {
|
|
23402
23405
|
VIcon: {
|
|
23403
23406
|
icon: L,
|
|
@@ -23838,7 +23841,7 @@ function Yd(e, t, n) {
|
|
|
23838
23841
|
ce != null ? me = me != null ? `${me}ANDALSO${ce.filterFunction()}` : ce.filterFunction() : We.push(we);
|
|
23839
23842
|
});
|
|
23840
23843
|
const ze = {};
|
|
23841
|
-
return
|
|
23844
|
+
return Vt(We) && (ze.filterBy = We.toString()), me != null && (ze.query = me), ze;
|
|
23842
23845
|
}), oe = T(() => {
|
|
23843
23846
|
var We;
|
|
23844
23847
|
let me = e.itemID;
|
|
@@ -23846,7 +23849,7 @@ function Yd(e, t, n) {
|
|
|
23846
23849
|
}), ve = T(() => {
|
|
23847
23850
|
var We;
|
|
23848
23851
|
let me = e.params != null ? { ...e.params } : {};
|
|
23849
|
-
return e.useServerPagination && e.itemsPerPage != null && (me.includeCount = !0, me.takeAmount = e.itemsPerPage, me.takeFrom = (k.value - 1) * e.itemsPerPage), H.value != null && (me = { ...me, ...H.value }), P.value && (me.includeInactive = !0),
|
|
23852
|
+
return e.useServerPagination && e.itemsPerPage != null && (me.includeCount = !0, me.takeAmount = e.itemsPerPage, me.takeFrom = (k.value - 1) * e.itemsPerPage), H.value != null && (me = { ...me, ...H.value }), P.value && (me.includeInactive = !0), Vt(e.selectProps) && (me.properties = (We = e.selectProps) == null ? void 0 : We.toString()), M.value != null && (me.searchString = M.value), me;
|
|
23850
23853
|
}), ue = T(() => (me) => e.onCanDelete != null ? e.onCanDelete(me) : !(me != null && me.isInactive === !0)), de = T(() => (me) => P.value ? e.onCanRestore != null ? e.onCanRestore(me) : (me == null ? void 0 : me.isInactive) === !0 : !1), Je = T(() => O.value.filter((me) => !me.hide)), ie = T(() => {
|
|
23851
23854
|
let me = new Array();
|
|
23852
23855
|
return Je.value.filter((ze) => ze.sublevel != null).forEach((ze) => {
|
|
@@ -23951,7 +23954,7 @@ function Yd(e, t, n) {
|
|
|
23951
23954
|
let me = e.onFilter ? e.onFilter(L.value) : L.value;
|
|
23952
23955
|
if (M.value != null && M.value.length > 0) {
|
|
23953
23956
|
let We = [...R.value];
|
|
23954
|
-
e.itemText && We.push(e.itemText),
|
|
23957
|
+
e.itemText && We.push(e.itemText), Vt(We) && (me = me.filter((ze) => zw(ze, M.value, We)));
|
|
23955
23958
|
}
|
|
23956
23959
|
if (e.useLocalPagination != null && e.useLocalPagination !== !1 && e.itemsPerPage != null) {
|
|
23957
23960
|
let We = (k.value - 1) * e.itemsPerPage, ze = We + e.itemsPerPage;
|
|
@@ -24380,7 +24383,7 @@ const FT = {
|
|
|
24380
24383
|
}), v = T(() => a.actionButtonSize ?? a.size), m = T(() => s.canAdd ?? a.canAdd), h = T(() => s.hideColumns ?? a.hideColumns), g = T(() => s.hideFilters ?? a.hideFilters), u = T(() => s.hideRefresh ?? a.hideRefresh), b = T(() => s.hideSubToolbarSettings ?? a.hideSubtoolbarSettings), S = T(() => {
|
|
24381
24384
|
var M;
|
|
24382
24385
|
return a.label ?? (a.variant == "page" ? (M = o == null ? void 0 : o.meta) == null ? void 0 : M.displayName : void 0) ?? d(a.nav ?? a.bladeName ?? "");
|
|
24383
|
-
}), C = T(() => a.variant == "dialog" && (a.canSearch ||
|
|
24386
|
+
}), C = T(() => a.variant == "dialog" && (a.canSearch || Vt(a.searchProps))), x = T(() => a.variant == "inline" && (a.canSearch || Vt(a.searchProps))), k = T(() => (a.useServerPagination || a.useLocalPagination) && c.totalPages.value > 1), w = T(() => {
|
|
24384
24387
|
if (a.actualHeight != null)
|
|
24385
24388
|
return `height: calc(${a.actualHeight})`;
|
|
24386
24389
|
if (a.actualUsedHeight != null)
|
|
@@ -24395,18 +24398,15 @@ const FT = {
|
|
|
24395
24398
|
let I = a.returnCSV ? M.split(",") : M;
|
|
24396
24399
|
if (a.selectSingle && !Array.isArray(I) && (I = [I]), a.returnIndex && a.returnCSV)
|
|
24397
24400
|
return I.map((R) => Number.parseInt(R));
|
|
24398
|
-
let P =
|
|
24399
|
-
return a.
|
|
24400
|
-
const L = i(R, a.itemValue);
|
|
24401
|
-
I.some((E) => E == L) && P.push(L);
|
|
24402
|
-
}), a.selectSingle ? Lt(P) ? [P[0]] : [] : P;
|
|
24401
|
+
let P = [];
|
|
24402
|
+
return a.selectSingle ? Vt(P) ? [P[0]] : [] : P;
|
|
24403
24403
|
},
|
|
24404
24404
|
set(M) {
|
|
24405
24405
|
if (M == null)
|
|
24406
24406
|
n("update:selected", M), p.value = [];
|
|
24407
24407
|
else {
|
|
24408
24408
|
let I = M;
|
|
24409
|
-
a.returnIndex
|
|
24409
|
+
a.returnIndex ? I = M.map((P) => c.filteredItems.value.indexOf((R) => R === P)) : a.itemValue != null && (I = M.map((P) => i(c.filteredItems.value[P], a.itemValue))), a.selectSingle ? (I = Vt(I) ? I[0] : void 0, p.value = I != null ? [I] : []) : p.value = I, a.returnCSV && I != null && (I = I.toString()), n("update:selected", I), p.value = I;
|
|
24410
24410
|
}
|
|
24411
24411
|
}
|
|
24412
24412
|
});
|
|
@@ -24574,13 +24574,13 @@ const FT = {
|
|
|
24574
24574
|
"hide-on-leave": ""
|
|
24575
24575
|
}, {
|
|
24576
24576
|
default: z(() => [
|
|
24577
|
-
(M.canSearch !== !1 || A(
|
|
24577
|
+
(M.canSearch !== !1 || A(Vt)(M.searchProps)) && !A(c).showSearch.value ? (B(), le(Be, {
|
|
24578
24578
|
icon: "$magnify",
|
|
24579
24579
|
key: "11",
|
|
24580
24580
|
size: M.size,
|
|
24581
24581
|
onClick: A(c).toggleSearch
|
|
24582
24582
|
}, null, 8, ["size", "onClick"])) : Q("", !0),
|
|
24583
|
-
(M.canSearch !== !1 || A(
|
|
24583
|
+
(M.canSearch !== !1 || A(Vt)(M.searchProps)) && A(c).showSearch.value ? (B(), le(ua, {
|
|
24584
24584
|
"onClick:appendInner": A(c).refresh,
|
|
24585
24585
|
"onClick:prependInner": A(c).toggleSearch,
|
|
24586
24586
|
onKeyup: Fo(A(c).refresh, ["native", "enter"]),
|
|
@@ -24609,7 +24609,7 @@ const FT = {
|
|
|
24609
24609
|
allItems: A(c).asyncItems.value,
|
|
24610
24610
|
size: M.size
|
|
24611
24611
|
}, void 0, !0),
|
|
24612
|
-
!g.value && A(
|
|
24612
|
+
!g.value && A(Vt)(A(c).filters.value) ? (B(), le(_n, {
|
|
24613
24613
|
key: 2,
|
|
24614
24614
|
"close-on-content-click": !1,
|
|
24615
24615
|
density: M.density,
|
|
@@ -24724,7 +24724,7 @@ const FT = {
|
|
|
24724
24724
|
_: 1
|
|
24725
24725
|
})
|
|
24726
24726
|
])) : Q("", !0),
|
|
24727
|
-
A(
|
|
24727
|
+
A(Vt)(A(c).asyncItems.value) ? M.selectSingle || M.selectMulti || M.showListOnly === !0 || E ? (B(), le(en, {
|
|
24728
24728
|
key: 2,
|
|
24729
24729
|
"active-class": M.activeClass,
|
|
24730
24730
|
class: "pt-0 overflow-y-auto",
|
|
@@ -25014,7 +25014,7 @@ const FT = {
|
|
|
25014
25014
|
for (const [a, l] of t)
|
|
25015
25015
|
n[a] = l;
|
|
25016
25016
|
return n;
|
|
25017
|
-
}, yp = /* @__PURE__ */ Ud(WT, [["__scopeId", "data-v-
|
|
25017
|
+
}, yp = /* @__PURE__ */ Ud(WT, [["__scopeId", "data-v-ef7de6a7"]]);
|
|
25018
25018
|
function Ze(e) {
|
|
25019
25019
|
const t = Object.prototype.toString.call(e);
|
|
25020
25020
|
return e instanceof Date || typeof e == "object" && t === "[object Date]" ? new e.constructor(+e) : typeof e == "number" || t === "[object Number]" || typeof e == "string" || t === "[object String]" ? new Date(e) : /* @__PURE__ */ new Date(NaN);
|
|
@@ -28382,7 +28382,7 @@ const rD = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
28382
28382
|
setMenuFocused: e,
|
|
28383
28383
|
setShiftKey: t
|
|
28384
28384
|
};
|
|
28385
|
-
},
|
|
28385
|
+
}, Et = Jn({
|
|
28386
28386
|
monthYear: [],
|
|
28387
28387
|
calendar: [],
|
|
28388
28388
|
time: [],
|
|
@@ -28394,12 +28394,12 @@ const rD = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
28394
28394
|
},
|
|
28395
28395
|
monthPicker: []
|
|
28396
28396
|
}), Cu = U(null), Po = U(!1), Mu = U(!1), Tu = U(!1), _u = U(!1), xn = U(0), Jt = U(0), zl = () => {
|
|
28397
|
-
const e = T(() => Po.value ? [...
|
|
28398
|
-
...
|
|
28399
|
-
...
|
|
28397
|
+
const e = T(() => Po.value ? [...Et.selectionGrid, Et.actionRow].filter((c) => c.length) : Mu.value ? [
|
|
28398
|
+
...Et.timePicker[0],
|
|
28399
|
+
...Et.timePicker[1],
|
|
28400
28400
|
_u.value ? [] : [Cu.value],
|
|
28401
|
-
|
|
28402
|
-
].filter((c) => c.length) : Tu.value ? [...
|
|
28401
|
+
Et.actionRow
|
|
28402
|
+
].filter((c) => c.length) : Tu.value ? [...Et.monthPicker, Et.actionRow] : [Et.monthYear, ...Et.calendar, Et.time, Et.actionRow].filter((c) => c.length)), t = (c) => {
|
|
28403
28403
|
xn.value = c ? xn.value + 1 : xn.value - 1;
|
|
28404
28404
|
let v = null;
|
|
28405
28405
|
e.value[Jt.value] && (v = e.value[Jt.value][xn.value]), !v && e.value[Jt.value + (c ? 1 : -1)] ? (Jt.value = Jt.value + (c ? 1 : -1), xn.value = c ? 0 : e.value[Jt.value].length - 1) : v || (xn.value = c ? xn.value - 1 : xn.value + 1);
|
|
@@ -28417,9 +28417,9 @@ const rD = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
28417
28417
|
}, o = () => {
|
|
28418
28418
|
n(!0), a(!0);
|
|
28419
28419
|
}, s = (c, v) => {
|
|
28420
|
-
|
|
28420
|
+
Et[v] = c;
|
|
28421
28421
|
}, d = (c, v) => {
|
|
28422
|
-
|
|
28422
|
+
Et[v] = c;
|
|
28423
28423
|
}, f = () => {
|
|
28424
28424
|
xn.value = 0, Jt.value = 0;
|
|
28425
28425
|
};
|
|
@@ -28430,25 +28430,25 @@ const rD = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
28430
28430
|
Cu.value = c;
|
|
28431
28431
|
},
|
|
28432
28432
|
setSelectionGrid: (c) => {
|
|
28433
|
-
Po.value = c, f(), c || (
|
|
28433
|
+
Po.value = c, f(), c || (Et.selectionGrid = []);
|
|
28434
28434
|
},
|
|
28435
28435
|
setTimePicker: (c, v = !1) => {
|
|
28436
|
-
Mu.value = c, _u.value = v, f(), c || (
|
|
28436
|
+
Mu.value = c, _u.value = v, f(), c || (Et.timePicker[0] = [], Et.timePicker[1] = []);
|
|
28437
28437
|
},
|
|
28438
28438
|
setTimePickerElements: (c, v = 0) => {
|
|
28439
|
-
|
|
28439
|
+
Et.timePicker[v] = c;
|
|
28440
28440
|
},
|
|
28441
28441
|
arrowRight: l,
|
|
28442
28442
|
arrowLeft: r,
|
|
28443
28443
|
arrowUp: i,
|
|
28444
28444
|
arrowDown: o,
|
|
28445
28445
|
clearArrowNav: () => {
|
|
28446
|
-
|
|
28446
|
+
Et.monthYear = [], Et.calendar = [], Et.time = [], Et.actionRow = [], Et.selectionGrid = [], Et.timePicker[0] = [], Et.timePicker[1] = [], Po.value = !1, Mu.value = !1, _u.value = !1, Tu.value = !1, f(), Cu.value = null;
|
|
28447
28447
|
},
|
|
28448
28448
|
setMonthPicker: (c) => {
|
|
28449
28449
|
Tu.value = c, f();
|
|
28450
28450
|
},
|
|
28451
|
-
refSets:
|
|
28451
|
+
refSets: Et
|
|
28452
28452
|
// exposed for testing
|
|
28453
28453
|
};
|
|
28454
28454
|
}, wv = (e) => ({
|
|
@@ -33036,7 +33036,7 @@ const r1 = /* @__PURE__ */ nt({
|
|
|
33036
33036
|
}), null, 16, ["class", "dark", "modelValue"]));
|
|
33037
33037
|
}
|
|
33038
33038
|
}), i1 = /* @__PURE__ */ Ud(tL, [["__scopeId", "data-v-d47f4465"]]);
|
|
33039
|
-
function
|
|
33039
|
+
function FV() {
|
|
33040
33040
|
const e = Wd();
|
|
33041
33041
|
return async (t) => {
|
|
33042
33042
|
let n = t.multiple ? [] : void 0;
|
|
@@ -33094,7 +33094,7 @@ function BV() {
|
|
|
33094
33094
|
}
|
|
33095
33095
|
};
|
|
33096
33096
|
}
|
|
33097
|
-
function
|
|
33097
|
+
function RV() {
|
|
33098
33098
|
const e = Wd();
|
|
33099
33099
|
return async (t) => {
|
|
33100
33100
|
let n;
|
|
@@ -33116,7 +33116,7 @@ function FV() {
|
|
|
33116
33116
|
return n;
|
|
33117
33117
|
};
|
|
33118
33118
|
}
|
|
33119
|
-
function
|
|
33119
|
+
function zV() {
|
|
33120
33120
|
const e = Wd();
|
|
33121
33121
|
return async (t) => {
|
|
33122
33122
|
let n;
|
|
@@ -33139,7 +33139,7 @@ function RV() {
|
|
|
33139
33139
|
};
|
|
33140
33140
|
}
|
|
33141
33141
|
var nL = { BASE_URL: "/", MODE: "production", DEV: !1, PROD: !0, SSR: !1 };
|
|
33142
|
-
function
|
|
33142
|
+
function HV(e) {
|
|
33143
33143
|
function t(n) {
|
|
33144
33144
|
var l;
|
|
33145
33145
|
const a = n.matched.slice().reverse().find((r) => r.meta && r.meta.title);
|
|
@@ -33155,7 +33155,7 @@ function zV(e) {
|
|
|
33155
33155
|
updateMeta: t
|
|
33156
33156
|
};
|
|
33157
33157
|
}
|
|
33158
|
-
function
|
|
33158
|
+
function OV(e) {
|
|
33159
33159
|
var r;
|
|
33160
33160
|
const t = ((r = e == null ? void 0 : e.dates) == null ? void 0 : r.tzDate) ?? ld().tzDate, n = hi();
|
|
33161
33161
|
function a(i) {
|
|
@@ -33247,7 +33247,7 @@ const aL = {
|
|
|
33247
33247
|
component: hd
|
|
33248
33248
|
};
|
|
33249
33249
|
var rL = "M12,4A4,4 0 0,1 16,8A4,4 0 0,1 12,12A4,4 0 0,1 8,8A4,4 0 0,1 12,4M12,14C16.42,14 20,15.79 20,18V20H4V18C4,15.79 7.58,14 12,14Z", iL = "M20 21H4V10H6V19H18V10H20V21M3 3H21V9H3V3M9.5 11H14.5C14.78 11 15 11.22 15 11.5V13H9V11.5C9 11.22 9.22 11 9.5 11M5 5V7H19V5H5Z", oL = "M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z", sL = "M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z", uL = "M22,3H7C6.31,3 5.77,3.35 5.41,3.88L0,12L5.41,20.11C5.77,20.64 6.31,21 7,21H22A2,2 0 0,0 24,19V5A2,2 0 0,0 22,3M19,15.59L17.59,17L14,13.41L10.41,17L9,15.59L12.59,12L9,8.41L10.41,7L14,10.59L17.59,7L19,8.41L15.41,12", cL = "M19,3H18V1H16V3H8V1H6V3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H10V19H5V8H19V9H21V5A2,2 0 0,0 19,3M21.7,13.35L20.7,14.35L18.65,12.35L19.65,11.35C19.85,11.14 20.19,11.13 20.42,11.35L21.7,12.63C21.89,12.83 21.89,13.15 21.7,13.35M12,18.94L18.07,12.88L20.12,14.88L14.06,21H12V18.94Z", dL = "M12 2C17.5 2 22 6.5 22 12S17.5 22 12 22 2 17.5 2 12 6.5 2 12 2M12 4C10.1 4 8.4 4.6 7.1 5.7L18.3 16.9C19.3 15.5 20 13.8 20 12C20 7.6 16.4 4 12 4M16.9 18.3L5.7 7.1C4.6 8.4 4 10.1 4 12C4 16.4 7.6 20 12 20C13.9 20 15.6 19.4 16.9 18.3Z", fL = "M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z", mL = "M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z", vL = "M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z", hL = "M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z", gL = "M12,15.5A3.5,3.5 0 0,1 8.5,12A3.5,3.5 0 0,1 12,8.5A3.5,3.5 0 0,1 15.5,12A3.5,3.5 0 0,1 12,15.5M19.43,12.97C19.47,12.65 19.5,12.33 19.5,12C19.5,11.67 19.47,11.34 19.43,11L21.54,9.37C21.73,9.22 21.78,8.95 21.66,8.73L19.66,5.27C19.54,5.05 19.27,4.96 19.05,5.05L16.56,6.05C16.04,5.66 15.5,5.32 14.87,5.07L14.5,2.42C14.46,2.18 14.25,2 14,2H10C9.75,2 9.54,2.18 9.5,2.42L9.13,5.07C8.5,5.32 7.96,5.66 7.44,6.05L4.95,5.05C4.73,4.96 4.46,5.05 4.34,5.27L2.34,8.73C2.21,8.95 2.27,9.22 2.46,9.37L4.57,11C4.53,11.34 4.5,11.67 4.5,12C4.5,12.33 4.53,12.65 4.57,12.97L2.46,14.63C2.27,14.78 2.21,15.05 2.34,15.27L4.34,18.73C4.46,18.95 4.73,19.03 4.95,18.95L7.44,17.94C7.96,18.34 8.5,18.68 9.13,18.93L9.5,21.58C9.54,21.82 9.75,22 10,22H14C14.25,22 14.46,21.82 14.5,21.58L14.87,18.93C15.5,18.67 16.04,18.34 16.56,17.94L19.05,18.95C19.27,19.03 19.54,18.95 19.66,18.73L21.66,15.27C21.78,15.05 21.73,14.78 21.54,14.63L19.43,12.97Z", yL = "M15,9H5V5H15M12,19A3,3 0 0,1 9,16A3,3 0 0,1 12,13A3,3 0 0,1 15,16A3,3 0 0,1 12,19M17,3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V7L17,3Z", pL = "M21,16.5C21,16.88 20.79,17.21 20.47,17.38L12.57,21.82C12.41,21.94 12.21,22 12,22C11.79,22 11.59,21.94 11.43,21.82L3.53,17.38C3.21,17.21 3,16.88 3,16.5V7.5C3,7.12 3.21,6.79 3.53,6.62L11.43,2.18C11.59,2.06 11.79,2 12,2C12.21,2 12.41,2.06 12.57,2.18L20.47,6.62C20.79,6.79 21,7.12 21,7.5V16.5M12,4.15L6.04,7.5L12,10.85L17.96,7.5L12,4.15M5,15.91L11,19.29V12.58L5,9.21V15.91M19,15.91V9.21L13,12.58V19.29L19,15.91Z", bL = "M19,4H15.5L14.5,3H9.5L8.5,4H5V6H19M6,19A2,2 0 0,0 8,21H16A2,2 0 0,0 18,19V7H6V19Z", wL = "M16.24,3.56L21.19,8.5C21.97,9.29 21.97,10.55 21.19,11.34L12,20.53C10.44,22.09 7.91,22.09 6.34,20.53L2.81,17C2.03,16.21 2.03,14.95 2.81,14.16L13.41,3.56C14.2,2.78 15.46,2.78 16.24,3.56M4.22,15.58L7.76,19.11C8.54,19.9 9.8,19.9 10.59,19.11L14.12,15.58L9.17,10.63L4.22,15.58Z", xL = "M15.14,3C14.63,3 14.12,3.2 13.73,3.59L2.59,14.73C1.81,15.5 1.81,16.77 2.59,17.56L5.03,20H12.69L21.41,11.27C22.2,10.5 22.2,9.23 21.41,8.44L16.56,3.59C16.17,3.2 15.65,3 15.14,3M17,18L15,20H22V18", kL = "M14 2H6C4.9 2 4 2.9 4 4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V8L14 2M15 16L13 20H10L12 16H9V11H15V16M13 9V3.5L18.5 9H13Z", SL = "M14,12V19.88C14.04,20.18 13.94,20.5 13.71,20.71C13.32,21.1 12.69,21.1 12.3,20.71L10.29,18.7C10.06,18.47 9.96,18.16 10,17.87V12H9.97L4.21,4.62C3.87,4.19 3.95,3.56 4.38,3.22C4.57,3.08 4.78,3 5,3V3H19V3C19.22,3 19.43,3.08 19.62,3.22C20.05,3.56 20.13,4.19 19.79,4.62L14.03,12H14Z", CL = "M17 7L15.59 8.41L18.17 11H8V13H18.17L15.59 15.58L17 17L22 12M4 5H12V3H4C2.9 3 2 3.9 2 5V19C2 20.1 2.9 21 4 21H12V19H4V5Z", ML = "M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z", TL = "M7,10L12,15L17,10H7Z", _L = "M1.88,0.46L0.46,1.88L5.59,7H2V9H9V2H7V5.59M11,7V9H21V15H23V9A2,2 0 0,0 21,7M7,11V21A2,2 0 0,0 9,23H15V21H9V11M15.88,14.46L14.46,15.88L19.6,21H17V23H23V17H21V19.59", AL = "M20.71,7.04C21.1,6.65 21.1,6 20.71,5.63L18.37,3.29C18,2.9 17.35,2.9 16.96,3.29L15.12,5.12L18.87,8.87M3,17.25V21H6.75L17.81,9.93L14.06,6.18L3,17.25Z", DL = "M18.66,2C18.4,2 18.16,2.09 17.97,2.28L16.13,4.13L19.88,7.88L21.72,6.03C22.11,5.64 22.11,5 21.72,4.63L19.38,2.28C19.18,2.09 18.91,2 18.66,2M3.28,4L2,5.28L8.5,11.75L4,16.25V20H7.75L12.25,15.5L18.72,22L20,20.72L13.5,14.25L9.75,10.5L3.28,4M15.06,5.19L11.03,9.22L14.78,12.97L18.81,8.94L15.06,5.19Z", IL = "M17.65,6.35C16.2,4.9 14.21,4 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20C15.73,20 18.84,17.45 19.73,14H17.65C16.83,16.33 14.61,18 12,18A6,6 0 0,1 6,12A6,6 0 0,1 12,6C13.66,6 15.14,6.69 16.22,7.78L13,11H20V4L17.65,6.35Z", LL = "M7.5,2C5.71,3.15 4.5,5.18 4.5,7.5C4.5,9.82 5.71,11.85 7.53,13C4.46,13 2,10.54 2,7.5A5.5,5.5 0 0,1 7.5,2M19.07,3.5L20.5,4.93L4.93,20.5L3.5,19.07L19.07,3.5M12.89,5.93L11.41,5L9.97,6L10.39,4.3L9,3.24L10.75,3.12L11.33,1.47L12,3.1L13.73,3.13L12.38,4.26L12.89,5.93M9.59,9.54L8.43,8.81L7.31,9.59L7.65,8.27L6.56,7.44L7.92,7.35L8.37,6.06L8.88,7.33L10.24,7.36L9.19,8.23L9.59,9.54M19,13.5A5.5,5.5 0 0,1 13.5,19C12.28,19 11.15,18.6 10.24,17.93L17.93,10.24C18.6,11.15 19,12.28 19,13.5M14.6,20.08L17.37,18.93L17.13,22.28L14.6,20.08M18.93,17.38L20.08,14.61L22.28,17.15L18.93,17.38M20.08,12.42L18.94,9.64L22.28,9.88L20.08,12.42M9.63,18.93L12.4,20.08L9.87,22.27L9.63,18.93Z", EL = "M12.5,8C9.85,8 7.45,9 5.6,10.6L2,7V16H11L7.38,12.38C8.77,11.22 10.54,10.5 12.5,10.5C16.04,10.5 19.05,12.81 20.1,16L22.47,15.22C21.08,11.03 17.15,8 12.5,8Z", VL = "M16,5V18H21V5M4,18H9V5H4M10,18H15V5H10V18Z", PL = "M4,4H20V20H4V4M6,8V18H18V8H6Z";
|
|
33250
|
-
function
|
|
33250
|
+
function WV(e) {
|
|
33251
33251
|
return {
|
|
33252
33252
|
defaultSet: "mdi",
|
|
33253
33253
|
aliases: {
|
|
@@ -33296,6 +33296,8 @@ function $L(e, t) {
|
|
|
33296
33296
|
n.value = r(o) != l;
|
|
33297
33297
|
}, { deep: !0 });
|
|
33298
33298
|
function r(o) {
|
|
33299
|
+
if (o == null)
|
|
33300
|
+
return;
|
|
33299
33301
|
const s = Kc(o);
|
|
33300
33302
|
return t != null && (t.propsToIgnore != null ? t.propsToIgnore.forEach((d) => {
|
|
33301
33303
|
delete s[d];
|
|
@@ -33507,7 +33509,7 @@ function o1(e, t, n) {
|
|
|
33507
33509
|
...v
|
|
33508
33510
|
};
|
|
33509
33511
|
}
|
|
33510
|
-
function
|
|
33512
|
+
function YV(e) {
|
|
33511
33513
|
const t = (e == null ? void 0 : e.iterationCount) ?? 20, n = U(), a = (e == null ? void 0 : e.onError) ?? (() => {
|
|
33512
33514
|
});
|
|
33513
33515
|
async function l(r) {
|
|
@@ -33529,7 +33531,7 @@ function WV(e) {
|
|
|
33529
33531
|
loadingMsg: n
|
|
33530
33532
|
};
|
|
33531
33533
|
}
|
|
33532
|
-
function
|
|
33534
|
+
function UV(e) {
|
|
33533
33535
|
const t = U([]), n = U(!1);
|
|
33534
33536
|
function a() {
|
|
33535
33537
|
t.value.every((r) => r.loaded) && (e.onAllLoaded(), n.value = !1);
|
|
@@ -33587,7 +33589,7 @@ function BL() {
|
|
|
33587
33589
|
routeName: ""
|
|
33588
33590
|
}, l.push(f));
|
|
33589
33591
|
let c = [];
|
|
33590
|
-
d.subFilters != null && (Array.isArray(d.subFilters) ? c = d.subFilters : c = [d.subFilters]), (s == null ? void 0 : s.subFilters) != null && !
|
|
33592
|
+
d.subFilters != null && (Array.isArray(d.subFilters) ? c = d.subFilters : c = [d.subFilters]), (s == null ? void 0 : s.subFilters) != null && !Vt(c) && (c = Array.isArray(s.subFilters) ? s.subFilters : [s.subFilters]), (xl.currentView.value == null || c == null || c.some((m) => m == "All" || xl.currentView.value == m)) && ((v = f.items) == null || v.push({
|
|
33591
33593
|
displayName: (d == null ? void 0 : d.displayName) ?? t.findDisplay(s ?? void 0),
|
|
33592
33594
|
icon: (d == null ? void 0 : d.icon) ?? t.findIcon(s ?? void 0),
|
|
33593
33595
|
permissions: (d == null ? void 0 : d.permissions) ?? (s == null ? void 0 : s.permissions) ?? [],
|
|
@@ -33607,7 +33609,7 @@ function BL() {
|
|
|
33607
33609
|
let Cv, Mv, Tv, _v = !1;
|
|
33608
33610
|
const Iu = U(!1), Lu = U(!1), Av = U(), $o = U();
|
|
33609
33611
|
let Mc;
|
|
33610
|
-
function
|
|
33612
|
+
function jV() {
|
|
33611
33613
|
return Mc;
|
|
33612
33614
|
}
|
|
33613
33615
|
function FL() {
|
|
@@ -33641,7 +33643,7 @@ function FL() {
|
|
|
33641
33643
|
}, Mc;
|
|
33642
33644
|
}
|
|
33643
33645
|
const s1 = Symbol(), RL = Symbol(), u1 = Symbol(), c1 = Symbol();
|
|
33644
|
-
function
|
|
33646
|
+
function qV(e, t, n) {
|
|
33645
33647
|
const a = Ye(s1), l = Ye(c1), r = Ye(u1), i = a.findItem(e.meta.nav ?? e.name) ?? void 0, o = e.meta.requiresAuth !== !1 || i != null && i.requiresAuth !== !1, s = e.query.isDemo === "true";
|
|
33646
33648
|
if (!o)
|
|
33647
33649
|
a.updateNavigationChange(e, t);
|
|
@@ -33657,7 +33659,7 @@ function jV(e, t, n) {
|
|
|
33657
33659
|
} else
|
|
33658
33660
|
return l.login(window.location.pathname), n;
|
|
33659
33661
|
}
|
|
33660
|
-
function
|
|
33662
|
+
function GV(e) {
|
|
33661
33663
|
const t = [];
|
|
33662
33664
|
return (e == null ? void 0 : e.required) == !0 && t.push((n) => !!n || "Field is required"), (e == null ? void 0 : e.otherRules) != null && (Array.isArray(e == null ? void 0 : e.otherRules) ? t.push(...e.otherRules) : t.push(e.otherRules)), (e == null ? void 0 : e.forPassword) == !0 && (t.push((n) => !!n || "Password is required"), t.push((n) => n != null && n.length > 9 || "Password must be 10 or more characters"), t.push((n) => /^(.*[a-z].*)$/.test(n) || "Password must contain a lowercase letter"), t.push((n) => /^(.*[A-Z].*)$/.test(n) || "Password must contain an uppercase letter"), t.push((n) => /^(.*\d.*)$/.test(n) || "Password must contain a number")), (e == null ? void 0 : e.forEmail) == !0 && (t.push((n) => !!n || "Email is required"), t.push((n) => Ow(n) || "Email must be valid")), t;
|
|
33663
33665
|
}
|
|
@@ -35635,7 +35637,7 @@ const KL = /* @__PURE__ */ nt({
|
|
|
35635
35637
|
return n.isArray ? n.modelValue : (m = n.modelValue) == null ? void 0 : m.split(",");
|
|
35636
35638
|
},
|
|
35637
35639
|
set(m) {
|
|
35638
|
-
n.isArray ? a("update:modelValue", m) : a("update:modelValue",
|
|
35640
|
+
n.isArray ? a("update:modelValue", m) : a("update:modelValue", Vt(m) ? m.toString() : null);
|
|
35639
35641
|
}
|
|
35640
35642
|
}), r = Ye("isEditing", () => U(!1), !0), i = T(() => n.isEditing ?? r.value), o = Ye("isMobile", () => U(!1), !0), s = Ye("fieldVariant", "underlined"), d = Ye("fieldEditVariant", "outlined"), f = T(() => n.isMobile ?? o.value ? !1 : n.lg), c = T(() => n.isMobile ?? o.value ? !1 : n.md), v = T(() => n.isMobile ?? o.value ? !1 : n.sm);
|
|
35641
35643
|
return (m, h) => (B(), le(rt, {
|
|
@@ -38709,7 +38711,7 @@ const j3 = /* @__PURE__ */ Ud(Y3, [["render", U3]]), q3 = /* @__PURE__ */ nt({
|
|
|
38709
38711
|
group: ""
|
|
38710
38712
|
}, {
|
|
38711
38713
|
default: z(() => [
|
|
38712
|
-
(x.alwaysOpen || l.value) && A(
|
|
38714
|
+
(x.alwaysOpen || l.value) && A(Vt)(x.searchProps) ? (B(), le(ua, {
|
|
38713
38715
|
"onClick:prependInner": k[2] || (k[2] = (w) => A(s).searchString.value = void 0),
|
|
38714
38716
|
"hide-details": "",
|
|
38715
38717
|
key: "1",
|
|
@@ -39087,7 +39089,7 @@ const j3 = /* @__PURE__ */ Ud(Y3, [["render", U3]]), q3 = /* @__PURE__ */ nt({
|
|
|
39087
39089
|
return (l, r) => (B(), se("span", null, Ne(l.prefix) + Ne(a.value) + Ne(l.suffix), 1));
|
|
39088
39090
|
}
|
|
39089
39091
|
});
|
|
39090
|
-
function
|
|
39092
|
+
function ZV(e) {
|
|
39091
39093
|
return {
|
|
39092
39094
|
install(t, n) {
|
|
39093
39095
|
var f, c, v;
|
|
@@ -39122,13 +39124,14 @@ export {
|
|
|
39122
39124
|
c1 as authKey,
|
|
39123
39125
|
Lw as capitalizeWords,
|
|
39124
39126
|
Aw as checkImage,
|
|
39127
|
+
AV as compareString,
|
|
39125
39128
|
Bw as containsSearch,
|
|
39126
39129
|
pV as containsWeekday,
|
|
39127
39130
|
Kc as copyDeep,
|
|
39128
39131
|
Nw as copyItemByAlphabet,
|
|
39129
39132
|
Xw as createApi,
|
|
39130
39133
|
Jw as createAuth,
|
|
39131
|
-
|
|
39134
|
+
ZV as createCore,
|
|
39132
39135
|
nx as createCosmetics,
|
|
39133
39136
|
Ax as createDates,
|
|
39134
39137
|
Lx as createDemo,
|
|
@@ -39143,7 +39146,7 @@ export {
|
|
|
39143
39146
|
V2 as createVuetify,
|
|
39144
39147
|
tm as createWholeLastUpdateStoreDefinition,
|
|
39145
39148
|
$w as csvContains,
|
|
39146
|
-
|
|
39149
|
+
NV as csvDefaults,
|
|
39147
39150
|
og as deepSelect,
|
|
39148
39151
|
u1 as demoKey,
|
|
39149
39152
|
sV as distinct,
|
|
@@ -39162,10 +39165,10 @@ export {
|
|
|
39162
39165
|
Vw as getMinDateString,
|
|
39163
39166
|
Rw as getRandomColor,
|
|
39164
39167
|
Dw as group,
|
|
39165
|
-
|
|
39168
|
+
qV as guardRoute,
|
|
39166
39169
|
zw as hasSearch,
|
|
39167
39170
|
xV as isArrayOfLength,
|
|
39168
|
-
|
|
39171
|
+
Vt as isLengthyArray,
|
|
39169
39172
|
Ew as isMinDate,
|
|
39170
39173
|
Zc as isNullOrEmpty,
|
|
39171
39174
|
Pw as isSameDownToHour,
|
|
@@ -39192,43 +39195,43 @@ export {
|
|
|
39192
39195
|
dg as useCosmetics,
|
|
39193
39196
|
_x as useCron,
|
|
39194
39197
|
Dx as useCronAdjustments,
|
|
39195
|
-
|
|
39198
|
+
$V as useCronPredictor,
|
|
39196
39199
|
ks as useCurrentEnv,
|
|
39197
39200
|
Uw as useDataUrl,
|
|
39198
39201
|
ld as useDates,
|
|
39199
39202
|
cg as useDbName,
|
|
39200
|
-
|
|
39201
|
-
|
|
39203
|
+
BV as useDemo,
|
|
39204
|
+
HV as useDocumentMeta,
|
|
39202
39205
|
Qw as useDraggable,
|
|
39203
39206
|
hi as useFilters,
|
|
39204
|
-
|
|
39205
|
-
|
|
39207
|
+
OV as useGraphing,
|
|
39208
|
+
WV as useIcons,
|
|
39206
39209
|
M0 as useId,
|
|
39207
39210
|
aV as useIds,
|
|
39208
|
-
|
|
39211
|
+
DV as useImageUrl,
|
|
39209
39212
|
o1 as useItem,
|
|
39210
|
-
|
|
39213
|
+
YV as useIterating,
|
|
39211
39214
|
Yd as useList,
|
|
39212
|
-
|
|
39213
|
-
|
|
39214
|
-
|
|
39215
|
-
|
|
39215
|
+
UV as useLists,
|
|
39216
|
+
VV as useLocalActions,
|
|
39217
|
+
LV as useLocalCache,
|
|
39218
|
+
PV as useLocalCosmetics,
|
|
39216
39219
|
Tl as useLocalDb,
|
|
39217
39220
|
BL as useMenu,
|
|
39218
39221
|
gp as useNavBack,
|
|
39219
39222
|
pr as useNavigation,
|
|
39220
39223
|
NT as useNested,
|
|
39221
|
-
|
|
39224
|
+
jV as usePWA,
|
|
39222
39225
|
$s as usePresets,
|
|
39223
39226
|
tx as useResizable,
|
|
39224
|
-
|
|
39225
|
-
|
|
39226
|
-
|
|
39227
|
-
|
|
39228
|
-
|
|
39227
|
+
GV as useRules,
|
|
39228
|
+
RV as useSelectDate,
|
|
39229
|
+
FV as useSelectItem,
|
|
39230
|
+
zV as useSelectNumber,
|
|
39231
|
+
EV as useStore,
|
|
39229
39232
|
Cl as useStoreDefinition,
|
|
39230
39233
|
$L as useTracker,
|
|
39231
|
-
|
|
39234
|
+
IV as useUrls,
|
|
39232
39235
|
Ow as validEmail,
|
|
39233
39236
|
so as weekdayPairs,
|
|
39234
39237
|
yV as weekdayShortName,
|