bt-core-app 2.0.217 → 2.0.219
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 +277 -273
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var VE = Object.defineProperty;
|
|
2
2
|
var PE = (e, t, a) => t in e ? VE(e, t, { enumerable: !0, configurable: !0, writable: !0, value: a }) : e[t] = a;
|
|
3
3
|
var at = (e, t, a) => (PE(e, typeof t != "symbol" ? t + "" : t, a), a);
|
|
4
|
-
import { ref as U, shallowRef as Fe, computed as _, toValue as ft, toRaw as jt, onMounted as yt, watch as Me, h as sn, Fragment as Ce, reactive as Aa, watchEffect as Ha, toRef as be, capitalize as Qi, isVNode as dM, Comment as fM, camelize as Gf, unref as D, warn as Ji, getCurrentInstance as h1, provide as Jt, inject as tt, defineComponent as Je, createVNode as k, mergeProps as ge, createElementVNode as ne, normalizeClass as Te, toRefs as $h, onBeforeMount as eo, nextTick as rt, onBeforeUnmount as xa, Transition as $a, onDeactivated as Ih, onUpdated as Eh, getTransitionRawChildren as vM, onUnmounted as Zn, onScopeDispose as ea, withDirectives as zt, vShow as Ka, resolveDirective as to, isRef as Gn, Text as mM, readonly as mu, resolveDynamicComponent as gi, markRaw as hM, TransitionGroup as hu, onActivated as pM, effectScope as ss, Teleport as Vh, onBeforeUpdate as Ph, cloneVNode as gM, createTextVNode as Ge, vModelText as yM, useSlots as Ql, openBlock as B, createElementBlock as le, createSlots as Xt, renderList as Ke, withCtx as O, renderSlot as ve, normalizeProps as Bt, guardReactiveProps as Ut, createBlock as ue, createCommentVNode as te, normalizeStyle as We, withModifiers as
|
|
4
|
+
import { ref as U, shallowRef as Fe, computed as _, toValue as ft, toRaw as jt, onMounted as yt, watch as Me, h as sn, Fragment as Ce, reactive as Aa, watchEffect as Ha, toRef as be, capitalize as Qi, isVNode as dM, Comment as fM, camelize as Gf, unref as D, warn as Ji, getCurrentInstance as h1, provide as Jt, inject as tt, defineComponent as Je, createVNode as k, mergeProps as ge, createElementVNode as ne, normalizeClass as Te, toRefs as $h, onBeforeMount as eo, nextTick as rt, onBeforeUnmount as xa, Transition as $a, onDeactivated as Ih, onUpdated as Eh, getTransitionRawChildren as vM, onUnmounted as Zn, onScopeDispose as ea, withDirectives as zt, vShow as Ka, resolveDirective as to, isRef as Gn, Text as mM, readonly as mu, resolveDynamicComponent as gi, markRaw as hM, TransitionGroup as hu, onActivated as pM, effectScope as ss, Teleport as Vh, onBeforeUpdate as Ph, cloneVNode as gM, createTextVNode as Ge, vModelText as yM, useSlots as Ql, openBlock as B, createElementBlock as le, createSlots as Xt, renderList as Ke, withCtx as O, renderSlot as ve, normalizeProps as Bt, guardReactiveProps as Ut, createBlock as ue, createCommentVNode as te, normalizeStyle as We, withModifiers as St, toDisplayString as Ne, render as Am, withKeys as _c, getCurrentScope as p1, useId as yi, resolveComponent as ol, useAttrs as LE } from "vue";
|
|
5
5
|
import { defineStore as Zf, getActivePinia as BE } from "pinia";
|
|
6
6
|
import { useRouter as us, useRoute as pu } from "vue-router";
|
|
7
7
|
import { useStorage as bM, useEventListener as rl, toValue as vo, useResizeObserver as NE, useFileDialog as wM, useArrayUnique as FE, useArrayDifference as dx, watchDebounced as xM, watchArray as fx, tryOnMounted as RE } from "@vueuse/core";
|
|
@@ -5712,7 +5712,7 @@ function DD(e, t, a, n) {
|
|
|
5712
5712
|
return e;
|
|
5713
5713
|
}
|
|
5714
5714
|
function _oe(e, t, a) {
|
|
5715
|
-
if (
|
|
5715
|
+
if (Mt(a)) {
|
|
5716
5716
|
var n = e[t], l = a.findIndex((r) => r === n);
|
|
5717
5717
|
l ?? (l = -1), l++, l < a.length ? e[t] = a[l] : e[t] = a[0];
|
|
5718
5718
|
}
|
|
@@ -5938,7 +5938,7 @@ function Yoe(e, t) {
|
|
|
5938
5938
|
function KP(e, t) {
|
|
5939
5939
|
return e != null && Array.isArray(e) && e.length == t;
|
|
5940
5940
|
}
|
|
5941
|
-
function
|
|
5941
|
+
function Mt(e, t = 0) {
|
|
5942
5942
|
return e != null && Array.isArray(e) && e.length > t;
|
|
5943
5943
|
}
|
|
5944
5944
|
function oa(e) {
|
|
@@ -5998,10 +5998,10 @@ function AD(e, t = (a) => a) {
|
|
|
5998
5998
|
if (e == null)
|
|
5999
5999
|
return [];
|
|
6000
6000
|
const a = Array.isArray(e) ? e : t(e);
|
|
6001
|
-
return
|
|
6001
|
+
return Mt(a) ? [...a.reduce((n, l) => {
|
|
6002
6002
|
n.push(l);
|
|
6003
6003
|
const r = AD(l, t);
|
|
6004
|
-
return
|
|
6004
|
+
return Mt(r) && n.push(...r), n;
|
|
6005
6005
|
}, [])] : [];
|
|
6006
6006
|
}
|
|
6007
6007
|
function nL(e) {
|
|
@@ -6612,8 +6612,8 @@ var $D = { exports: {} };
|
|
|
6612
6612
|
if (Ye) {
|
|
6613
6613
|
var ot = Ye.value;
|
|
6614
6614
|
Y(ot) && (ot = V(ot));
|
|
6615
|
-
var
|
|
6616
|
-
|
|
6615
|
+
var Ct = F(ot, Ye.key, Ve++);
|
|
6616
|
+
Ct !== void 0 ? se(Ct) : Ye.continue();
|
|
6617
6617
|
} else
|
|
6618
6618
|
se();
|
|
6619
6619
|
}, Ee.onerror = function() {
|
|
@@ -6647,11 +6647,11 @@ var $D = { exports: {} };
|
|
|
6647
6647
|
Ve.oncomplete = function() {
|
|
6648
6648
|
Ie === void 0 && (Ie = null), ie(Ie);
|
|
6649
6649
|
}, Ve.onabort = Ve.onerror = function() {
|
|
6650
|
-
var
|
|
6651
|
-
ye(
|
|
6650
|
+
var Ct = ot.error ? ot.error : ot.transaction.error;
|
|
6651
|
+
ye(Ct);
|
|
6652
6652
|
};
|
|
6653
|
-
} catch (
|
|
6654
|
-
ye(
|
|
6653
|
+
} catch (Ct) {
|
|
6654
|
+
ye(Ct);
|
|
6655
6655
|
}
|
|
6656
6656
|
});
|
|
6657
6657
|
}).catch(ye);
|
|
@@ -6808,7 +6808,7 @@ var $D = { exports: {} };
|
|
|
6808
6808
|
var ot = Ve[Ye];
|
|
6809
6809
|
ot._dbInfo.db = null, ot._dbInfo.version = Ie;
|
|
6810
6810
|
}
|
|
6811
|
-
var
|
|
6811
|
+
var Ct = new d(function(kt, Yt) {
|
|
6812
6812
|
var Ot = s.open(F.name, Ie);
|
|
6813
6813
|
Ot.onerror = function(Fa) {
|
|
6814
6814
|
var fo = Ot.result;
|
|
@@ -6821,7 +6821,7 @@ var $D = { exports: {} };
|
|
|
6821
6821
|
Fa.close(), kt(Fa);
|
|
6822
6822
|
};
|
|
6823
6823
|
});
|
|
6824
|
-
return
|
|
6824
|
+
return Ct.then(function(kt) {
|
|
6825
6825
|
Ee.db = kt;
|
|
6826
6826
|
for (var Yt = 0; Yt < Ve.length; Yt++) {
|
|
6827
6827
|
var Ot = Ve[Yt];
|
|
@@ -6840,7 +6840,7 @@ var $D = { exports: {} };
|
|
|
6840
6840
|
var Ye = Ee[Ve];
|
|
6841
6841
|
Ye._dbInfo.db = null;
|
|
6842
6842
|
}
|
|
6843
|
-
var ot = new d(function(
|
|
6843
|
+
var ot = new d(function(Ct, kt) {
|
|
6844
6844
|
var Yt = s.deleteDatabase(F.name);
|
|
6845
6845
|
Yt.onerror = function() {
|
|
6846
6846
|
var Ot = Yt.result;
|
|
@@ -6849,18 +6849,18 @@ var $D = { exports: {} };
|
|
|
6849
6849
|
console.warn('dropInstance blocked for database "' + F.name + '" until all open connections are closed');
|
|
6850
6850
|
}, Yt.onsuccess = function() {
|
|
6851
6851
|
var Ot = Yt.result;
|
|
6852
|
-
Ot && Ot.close(),
|
|
6852
|
+
Ot && Ot.close(), Ct(Ot);
|
|
6853
6853
|
};
|
|
6854
6854
|
});
|
|
6855
|
-
return ot.then(function(
|
|
6856
|
-
Ie.db =
|
|
6855
|
+
return ot.then(function(Ct) {
|
|
6856
|
+
Ie.db = Ct;
|
|
6857
6857
|
for (var kt = 0; kt < Ee.length; kt++) {
|
|
6858
6858
|
var Yt = Ee[kt];
|
|
6859
6859
|
I(Yt._dbInfo);
|
|
6860
6860
|
}
|
|
6861
|
-
}).catch(function(
|
|
6862
|
-
throw (P(F,
|
|
6863
|
-
}),
|
|
6861
|
+
}).catch(function(Ct) {
|
|
6862
|
+
throw (P(F, Ct) || d.resolve()).catch(function() {
|
|
6863
|
+
}), Ct;
|
|
6864
6864
|
});
|
|
6865
6865
|
});
|
|
6866
6866
|
}
|
|
@@ -6883,7 +6883,7 @@ var $D = { exports: {} };
|
|
|
6883
6883
|
function fe() {
|
|
6884
6884
|
return typeof openDatabase == "function";
|
|
6885
6885
|
}
|
|
6886
|
-
var X = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", K = "~~local_forage_type~", me = /^~~local_forage_type~([^~]+)~/, de = "__lfsc__:", De = de.length, Le = "arbf", Oe = "blob", Re = "si08", he = "ui08", He = "uic8", mt = "si16",
|
|
6886
|
+
var X = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", K = "~~local_forage_type~", me = /^~~local_forage_type~([^~]+)~/, de = "__lfsc__:", De = de.length, Le = "arbf", Oe = "blob", Re = "si08", he = "ui08", He = "uic8", mt = "si16", Dt = "si32", Ht = "ur16", it = "ui32", ua = "fl32", Ja = "fl64", Ml = De + Le.length, fl = Object.prototype.toString;
|
|
6887
6887
|
function Dl(F) {
|
|
6888
6888
|
var Q = F.length * 0.75, G = F.length, oe, se = 0, ie, ye, _e, Ie;
|
|
6889
6889
|
F[F.length - 1] === "=" && (Q--, F[F.length - 2] === "=" && Q--);
|
|
@@ -6902,7 +6902,7 @@ var $D = { exports: {} };
|
|
|
6902
6902
|
var G = "";
|
|
6903
6903
|
if (F && (G = fl.call(F)), F && (G === "[object ArrayBuffer]" || F.buffer && fl.call(F.buffer) === "[object ArrayBuffer]")) {
|
|
6904
6904
|
var oe, se = de;
|
|
6905
|
-
F instanceof ArrayBuffer ? (oe = F, se += Le) : (oe = F.buffer, G === "[object Int8Array]" ? se += Re : G === "[object Uint8Array]" ? se += he : G === "[object Uint8ClampedArray]" ? se += He : G === "[object Int16Array]" ? se += mt : G === "[object Uint16Array]" ? se += Ht : G === "[object Int32Array]" ? se +=
|
|
6905
|
+
F instanceof ArrayBuffer ? (oe = F, se += Le) : (oe = F.buffer, G === "[object Int8Array]" ? se += Re : G === "[object Uint8Array]" ? se += he : G === "[object Uint8ClampedArray]" ? se += He : G === "[object Int16Array]" ? se += mt : G === "[object Uint16Array]" ? se += Ht : G === "[object Int32Array]" ? se += Dt : G === "[object Uint32Array]" ? se += it : G === "[object Float32Array]" ? se += ua : G === "[object Float64Array]" ? se += Ja : Q(new Error("Failed to get type for BinaryArray"))), Q(se + nl(oe));
|
|
6906
6906
|
} else if (G === "[object Blob]") {
|
|
6907
6907
|
var ie = new FileReader();
|
|
6908
6908
|
ie.onload = function() {
|
|
@@ -6940,7 +6940,7 @@ var $D = { exports: {} };
|
|
|
6940
6940
|
return new Int16Array(ie);
|
|
6941
6941
|
case Ht:
|
|
6942
6942
|
return new Uint16Array(ie);
|
|
6943
|
-
case
|
|
6943
|
+
case Dt:
|
|
6944
6944
|
return new Int32Array(ie);
|
|
6945
6945
|
case it:
|
|
6946
6946
|
return new Uint32Array(ie);
|
|
@@ -7018,8 +7018,8 @@ var $D = { exports: {} };
|
|
|
7018
7018
|
ye.db.transaction(function(_e) {
|
|
7019
7019
|
Be(_e, ye, "SELECT * FROM " + ye.storeName, [], function(Ie, Ee) {
|
|
7020
7020
|
for (var Ve = Ee.rows, Ye = Ve.length, ot = 0; ot < Ye; ot++) {
|
|
7021
|
-
var
|
|
7022
|
-
if (kt && (kt = ye.serializer.deserialize(kt)), kt = F(kt,
|
|
7021
|
+
var Ct = Ve.item(ot), kt = Ct.value;
|
|
7022
|
+
if (kt && (kt = ye.serializer.deserialize(kt)), kt = F(kt, Ct.key, ot + 1), kt !== void 0) {
|
|
7023
7023
|
se(kt);
|
|
7024
7024
|
return;
|
|
7025
7025
|
}
|
|
@@ -7044,7 +7044,7 @@ var $D = { exports: {} };
|
|
|
7044
7044
|
Ye ? _e(Ye) : Ee.db.transaction(function(ot) {
|
|
7045
7045
|
Be(ot, Ee, "INSERT OR REPLACE INTO " + Ee.storeName + " (key, value) VALUES (?, ?)", [F, Ve], function() {
|
|
7046
7046
|
ye(Ie);
|
|
7047
|
-
}, function(
|
|
7047
|
+
}, function(Ct, kt) {
|
|
7048
7048
|
_e(kt);
|
|
7049
7049
|
});
|
|
7050
7050
|
}, function(ot) {
|
|
@@ -7177,9 +7177,9 @@ var $D = { exports: {} };
|
|
|
7177
7177
|
}).then(function(ie) {
|
|
7178
7178
|
return new d(function(ye, _e) {
|
|
7179
7179
|
ie.db.transaction(function(Ie) {
|
|
7180
|
-
function Ee(
|
|
7180
|
+
function Ee(Ct) {
|
|
7181
7181
|
return new d(function(kt, Yt) {
|
|
7182
|
-
Ie.executeSql("DROP TABLE IF EXISTS " +
|
|
7182
|
+
Ie.executeSql("DROP TABLE IF EXISTS " + Ct, [], function() {
|
|
7183
7183
|
kt();
|
|
7184
7184
|
}, function(Ot, Fa) {
|
|
7185
7185
|
Yt(Fa);
|
|
@@ -7190,8 +7190,8 @@ var $D = { exports: {} };
|
|
|
7190
7190
|
Ve.push(Ee(ie.storeNames[Ye]));
|
|
7191
7191
|
d.all(Ve).then(function() {
|
|
7192
7192
|
ye();
|
|
7193
|
-
}).catch(function(
|
|
7194
|
-
_e(
|
|
7193
|
+
}).catch(function(Ct) {
|
|
7194
|
+
_e(Ct);
|
|
7195
7195
|
});
|
|
7196
7196
|
}, function(Ie) {
|
|
7197
7197
|
_e(Ie);
|
|
@@ -7435,8 +7435,8 @@ var $D = { exports: {} };
|
|
|
7435
7435
|
return;
|
|
7436
7436
|
}
|
|
7437
7437
|
for (var Ve = ks.concat("_initStorage"), Ye = 0, ot = Ve.length; Ye < ot; Ye++) {
|
|
7438
|
-
var
|
|
7439
|
-
if ((kt || G[
|
|
7438
|
+
var Ct = Ve[Ye], kt = !Bp(co, Ct);
|
|
7439
|
+
if ((kt || G[Ct]) && typeof G[Ct] != "function") {
|
|
7440
7440
|
_e(Ee);
|
|
7441
7441
|
return;
|
|
7442
7442
|
}
|
|
@@ -7488,16 +7488,16 @@ var $D = { exports: {} };
|
|
|
7488
7488
|
function Ee(Ye) {
|
|
7489
7489
|
return function() {
|
|
7490
7490
|
var ot = 0;
|
|
7491
|
-
function
|
|
7491
|
+
function Ct() {
|
|
7492
7492
|
for (; ot < Ye.length; ) {
|
|
7493
7493
|
var kt = Ye[ot];
|
|
7494
|
-
return ot++, ie._dbInfo = null, ie._ready = null, ie.getDriver(kt).then(Ie).catch(
|
|
7494
|
+
return ot++, ie._dbInfo = null, ie._ready = null, ie.getDriver(kt).then(Ie).catch(Ct);
|
|
7495
7495
|
}
|
|
7496
7496
|
_e();
|
|
7497
7497
|
var Yt = new Error("No available storage method found.");
|
|
7498
7498
|
return ie._driverSet = d.reject(Yt), ie._driverSet;
|
|
7499
7499
|
}
|
|
7500
|
-
return
|
|
7500
|
+
return Ct();
|
|
7501
7501
|
};
|
|
7502
7502
|
}
|
|
7503
7503
|
var Ve = this._driverSet !== null ? this._driverSet.catch(function() {
|
|
@@ -9538,7 +9538,7 @@ function zh(e) {
|
|
|
9538
9538
|
});
|
|
9539
9539
|
}
|
|
9540
9540
|
function p(m) {
|
|
9541
|
-
return m.nav ?? (m.nav = e == null ? void 0 : e.nav), m.proxyID ?? (m.proxyID = e == null ? void 0 : e.proxyID), m.refresh ?? (m.refresh = e == null ? void 0 : e.refresh), m.storeMode ?? (m.storeMode = e == null ? void 0 : e.storeMode), m.storageMode ?? (m.storageMode = e == null ? void 0 : e.storageMode), m.throwError ?? (m.throwError = e == null ? void 0 : e.throwError), m.url ?? (m.url = e == null ? void 0 : e.url), m.confirmationMsg ?? (m.confirmationMsg = m.requireConfirmation === !0 ? "Are you sure you want to sync this item?" : void 0), m.additionalUrl ?? (m.additionalUrl = "CustomSync"),
|
|
9541
|
+
return m.nav ?? (m.nav = e == null ? void 0 : e.nav), m.proxyID ?? (m.proxyID = e == null ? void 0 : e.proxyID), m.refresh ?? (m.refresh = e == null ? void 0 : e.refresh), m.storeMode ?? (m.storeMode = e == null ? void 0 : e.storeMode), m.storageMode ?? (m.storageMode = e == null ? void 0 : e.storageMode), m.throwError ?? (m.throwError = e == null ? void 0 : e.throwError), m.url ?? (m.url = e == null ? void 0 : e.url), m.confirmationMsg ?? (m.confirmationMsg = m.requireConfirmation === !0 ? "Are you sure you want to sync this item?" : void 0), m.additionalUrl ?? (m.additionalUrl = "CustomSync"), Mt(m.actions) ? (m.onSyncAsync ?? (m.onSyncAsync = async (M) => {
|
|
9542
9542
|
var I, P;
|
|
9543
9543
|
try {
|
|
9544
9544
|
console.log("api posting"), console.log(M);
|
|
@@ -9810,7 +9810,7 @@ function DL(e) {
|
|
|
9810
9810
|
if (L == null)
|
|
9811
9811
|
return !1;
|
|
9812
9812
|
let A = L.subscriptions ?? [], E = L.permissions ?? [], z = u(A, E, "view");
|
|
9813
|
-
return z || !P || !
|
|
9813
|
+
return z || !P || !Mt(L.children) ? z : ((L == null ? void 0 : L.children) != null && L.children.forEach((V) => {
|
|
9814
9814
|
d(V, !0) && ($ = !0);
|
|
9815
9815
|
}), $);
|
|
9816
9816
|
}
|
|
@@ -9993,7 +9993,7 @@ function TL(e) {
|
|
|
9993
9993
|
async function r() {
|
|
9994
9994
|
var d;
|
|
9995
9995
|
var o = [];
|
|
9996
|
-
if (
|
|
9996
|
+
if (Mt(a.value) && a.value.every((v) => v.isFinished))
|
|
9997
9997
|
a.value = [];
|
|
9998
9998
|
else {
|
|
9999
9999
|
n++;
|
|
@@ -11165,7 +11165,7 @@ function YD(e) {
|
|
|
11165
11165
|
if (a.value != w) {
|
|
11166
11166
|
a.value = w;
|
|
11167
11167
|
let S = !1, m = !1, M = !1, T = !1;
|
|
11168
|
-
if (oa(a.value) || !
|
|
11168
|
+
if (oa(a.value) || !Mt(y(), 4))
|
|
11169
11169
|
S = !0;
|
|
11170
11170
|
else {
|
|
11171
11171
|
const I = y();
|
|
@@ -11202,7 +11202,7 @@ function YD(e) {
|
|
|
11202
11202
|
const A = $.split(",");
|
|
11203
11203
|
A.some((E) => !Zs.some((z) => z.value == E)) ? S = !0 : g.value = A;
|
|
11204
11204
|
}
|
|
11205
|
-
if (
|
|
11205
|
+
if (Mt(I, 5) && e.useLeadTimeLeft) {
|
|
11206
11206
|
const A = I[5].split("-");
|
|
11207
11207
|
if (e.useLeadTimeRight && A.length > 1) {
|
|
11208
11208
|
const E = Number.parseInt(A[1]);
|
|
@@ -11237,7 +11237,7 @@ function YD(e) {
|
|
|
11237
11237
|
if (s.value == "Custom")
|
|
11238
11238
|
return a.value;
|
|
11239
11239
|
let w = `${(b = d.value) == null ? void 0 : b.split(".")[1]} ${(S = d.value) == null ? void 0 : S.split(".")[0]}`;
|
|
11240
|
-
return
|
|
11240
|
+
return Mt(f.value) ? w = yn(w, (m = f.value) == null ? void 0 : m.toString(), " ") : w = yn(w, "*", " "), Mt(v.value) ? w = yn(w, (M = v.value) == null ? void 0 : M.toString(), " ") : w = yn(w, "*", " "), ((T = g.value) == null ? void 0 : T.length) == 7 ? w = yn(w, "*", " ") : w = yn(w, (I = g.value) == null ? void 0 : I.toString(), " "), w = yn(w, `${c.value}-${u.value}`, " "), a.value = w, a.value;
|
|
11241
11241
|
}
|
|
11242
11242
|
return x(e.value ?? e.defaultExpression ?? t()), {
|
|
11243
11243
|
applyRawExpression: h,
|
|
@@ -11282,7 +11282,7 @@ function t4(e) {
|
|
|
11282
11282
|
return `${p.dateTrigger}|${p.replacingDate ?? ""}|${p.leadTimeLeft.toString()}-${p.leadTimeRight.toString()}`;
|
|
11283
11283
|
}
|
|
11284
11284
|
function d(p) {
|
|
11285
|
-
if (
|
|
11285
|
+
if (Mt(p))
|
|
11286
11286
|
return p.filter((y) => y.isAdjusting == !0).map((y) => u(y)).filter((y) => y != null && !y.includes("undefined")).toString();
|
|
11287
11287
|
}
|
|
11288
11288
|
function v(p) {
|
|
@@ -11293,7 +11293,7 @@ function t4(e) {
|
|
|
11293
11293
|
if (p != null && p.includes("undefined"))
|
|
11294
11294
|
return;
|
|
11295
11295
|
const y = p == null ? void 0 : p.split("|");
|
|
11296
|
-
if (
|
|
11296
|
+
if (Mt(y, 2)) {
|
|
11297
11297
|
let x = 0, C = 0, w = y[2].split("-");
|
|
11298
11298
|
w.length > 0 && (x = Number.parseInt(w[0])), w.length > 1 && (C = Number.parseInt(w[1]));
|
|
11299
11299
|
let b = y[1].length > 1 ? y[1] : void 0;
|
|
@@ -11368,14 +11368,14 @@ function a4(e) {
|
|
|
11368
11368
|
fileName: f = "data.csv",
|
|
11369
11369
|
format: g = "file"
|
|
11370
11370
|
} = c;
|
|
11371
|
-
if (!
|
|
11371
|
+
if (!Mt(d))
|
|
11372
11372
|
return;
|
|
11373
11373
|
let h = [];
|
|
11374
11374
|
v != null && (h = v == null ? void 0 : v.filter((T) => (T.csv ?? T.csvText ?? T.csvFilter ?? T.csvArray) != null).map((T) => ({
|
|
11375
11375
|
header: T.title ?? T.value ?? "",
|
|
11376
11376
|
itemText: T.itemText,
|
|
11377
11377
|
value: T.value
|
|
11378
|
-
}))),
|
|
11378
|
+
}))), Mt(h) || (h = Object.keys(d[0]).map((T) => ({ header: GP(T) ?? "", value: T }))), h = h.filter((T) => T.header.length > 0);
|
|
11379
11379
|
var p = [];
|
|
11380
11380
|
for (let T = 0; T < d.length; T++) {
|
|
11381
11381
|
const I = d[T];
|
|
@@ -11385,7 +11385,7 @@ function a4(e) {
|
|
|
11385
11385
|
var C = null;
|
|
11386
11386
|
typeof L.value == "function" ? C = L.value(I) : typeof L.value == "string" && (C = zn(I, L.value)), L.itemText != null ? y[L.header] = zn(C, L.itemText) : y[L.header] = C;
|
|
11387
11387
|
}
|
|
11388
|
-
p.push(y),
|
|
11388
|
+
p.push(y), Mt(x) && x.forEach((P) => {
|
|
11389
11389
|
p.push(P);
|
|
11390
11390
|
}), x = [];
|
|
11391
11391
|
}
|
|
@@ -11437,9 +11437,9 @@ function a4(e) {
|
|
|
11437
11437
|
if (h != null) {
|
|
11438
11438
|
let b = h.split(`
|
|
11439
11439
|
`);
|
|
11440
|
-
if (
|
|
11440
|
+
if (Mt(b)) {
|
|
11441
11441
|
var p = [];
|
|
11442
|
-
|
|
11442
|
+
Mt(c == null ? void 0 : c.headers) ? p = c.headers.map((m) => {
|
|
11443
11443
|
var M;
|
|
11444
11444
|
return typeof m == "string" ? M = {
|
|
11445
11445
|
headerName: o(m),
|
|
@@ -13120,7 +13120,7 @@ function Ue(e, t) {
|
|
|
13120
13120
|
} : n[l] = i, t && !n[l].source && (n[l].source = t), n;
|
|
13121
13121
|
}, {});
|
|
13122
13122
|
}
|
|
13123
|
-
const
|
|
13123
|
+
const Tt = Ue({
|
|
13124
13124
|
class: [String, Array, Object],
|
|
13125
13125
|
style: {
|
|
13126
13126
|
type: [String, Array, Object],
|
|
@@ -13259,7 +13259,7 @@ function lv(e) {
|
|
|
13259
13259
|
type: String,
|
|
13260
13260
|
default: t
|
|
13261
13261
|
},
|
|
13262
|
-
...
|
|
13262
|
+
...Tt()
|
|
13263
13263
|
},
|
|
13264
13264
|
setup(n, l) {
|
|
13265
13265
|
let {
|
|
@@ -13670,7 +13670,7 @@ function bT(e, t, a) {
|
|
|
13670
13670
|
}), $ = U(L.value == "new" ? "new" : e.startEditing || e.alwaysEditing ? "edit" : "view"), A = Fe(!1), E = _(() => {
|
|
13671
13671
|
var fe;
|
|
13672
13672
|
let J = e.params != null ? { ...e.params } : {};
|
|
13673
|
-
return
|
|
13673
|
+
return Mt(e.queryParams) && (f == null ? void 0 : f.query) != null && ((fe = e.queryParams) == null || fe.forEach((X) => {
|
|
13674
13674
|
typeof X == "string" ? (f == null ? void 0 : f.query[X]) != null && (J[X] = f == null ? void 0 : f.query[X]) : (f == null ? void 0 : f.query[X.key]) != null && (J[X.value] = f == null ? void 0 : f.query[X.key]);
|
|
13675
13675
|
})), J;
|
|
13676
13676
|
}), z = _(() => {
|
|
@@ -19671,8 +19671,8 @@ var x_ = { exports: {} };
|
|
|
19671
19671
|
if (Ye) {
|
|
19672
19672
|
var ot = Ye.value;
|
|
19673
19673
|
Y(ot) && (ot = V(ot));
|
|
19674
|
-
var
|
|
19675
|
-
|
|
19674
|
+
var Ct = F(ot, Ye.key, Ve++);
|
|
19675
|
+
Ct !== void 0 ? se(Ct) : Ye.continue();
|
|
19676
19676
|
} else
|
|
19677
19677
|
se();
|
|
19678
19678
|
}, Ee.onerror = function() {
|
|
@@ -19706,11 +19706,11 @@ var x_ = { exports: {} };
|
|
|
19706
19706
|
Ve.oncomplete = function() {
|
|
19707
19707
|
Ie === void 0 && (Ie = null), ie(Ie);
|
|
19708
19708
|
}, Ve.onabort = Ve.onerror = function() {
|
|
19709
|
-
var
|
|
19710
|
-
ye(
|
|
19709
|
+
var Ct = ot.error ? ot.error : ot.transaction.error;
|
|
19710
|
+
ye(Ct);
|
|
19711
19711
|
};
|
|
19712
|
-
} catch (
|
|
19713
|
-
ye(
|
|
19712
|
+
} catch (Ct) {
|
|
19713
|
+
ye(Ct);
|
|
19714
19714
|
}
|
|
19715
19715
|
});
|
|
19716
19716
|
}).catch(ye);
|
|
@@ -19867,7 +19867,7 @@ var x_ = { exports: {} };
|
|
|
19867
19867
|
var ot = Ve[Ye];
|
|
19868
19868
|
ot._dbInfo.db = null, ot._dbInfo.version = Ie;
|
|
19869
19869
|
}
|
|
19870
|
-
var
|
|
19870
|
+
var Ct = new d(function(kt, Yt) {
|
|
19871
19871
|
var Ot = s.open(F.name, Ie);
|
|
19872
19872
|
Ot.onerror = function(Fa) {
|
|
19873
19873
|
var fo = Ot.result;
|
|
@@ -19880,7 +19880,7 @@ var x_ = { exports: {} };
|
|
|
19880
19880
|
Fa.close(), kt(Fa);
|
|
19881
19881
|
};
|
|
19882
19882
|
});
|
|
19883
|
-
return
|
|
19883
|
+
return Ct.then(function(kt) {
|
|
19884
19884
|
Ee.db = kt;
|
|
19885
19885
|
for (var Yt = 0; Yt < Ve.length; Yt++) {
|
|
19886
19886
|
var Ot = Ve[Yt];
|
|
@@ -19899,7 +19899,7 @@ var x_ = { exports: {} };
|
|
|
19899
19899
|
var Ye = Ee[Ve];
|
|
19900
19900
|
Ye._dbInfo.db = null;
|
|
19901
19901
|
}
|
|
19902
|
-
var ot = new d(function(
|
|
19902
|
+
var ot = new d(function(Ct, kt) {
|
|
19903
19903
|
var Yt = s.deleteDatabase(F.name);
|
|
19904
19904
|
Yt.onerror = function() {
|
|
19905
19905
|
var Ot = Yt.result;
|
|
@@ -19908,18 +19908,18 @@ var x_ = { exports: {} };
|
|
|
19908
19908
|
console.warn('dropInstance blocked for database "' + F.name + '" until all open connections are closed');
|
|
19909
19909
|
}, Yt.onsuccess = function() {
|
|
19910
19910
|
var Ot = Yt.result;
|
|
19911
|
-
Ot && Ot.close(),
|
|
19911
|
+
Ot && Ot.close(), Ct(Ot);
|
|
19912
19912
|
};
|
|
19913
19913
|
});
|
|
19914
|
-
return ot.then(function(
|
|
19915
|
-
Ie.db =
|
|
19914
|
+
return ot.then(function(Ct) {
|
|
19915
|
+
Ie.db = Ct;
|
|
19916
19916
|
for (var kt = 0; kt < Ee.length; kt++) {
|
|
19917
19917
|
var Yt = Ee[kt];
|
|
19918
19918
|
I(Yt._dbInfo);
|
|
19919
19919
|
}
|
|
19920
|
-
}).catch(function(
|
|
19921
|
-
throw (P(F,
|
|
19922
|
-
}),
|
|
19920
|
+
}).catch(function(Ct) {
|
|
19921
|
+
throw (P(F, Ct) || d.resolve()).catch(function() {
|
|
19922
|
+
}), Ct;
|
|
19923
19923
|
});
|
|
19924
19924
|
});
|
|
19925
19925
|
}
|
|
@@ -19942,7 +19942,7 @@ var x_ = { exports: {} };
|
|
|
19942
19942
|
function fe() {
|
|
19943
19943
|
return typeof openDatabase == "function";
|
|
19944
19944
|
}
|
|
19945
|
-
var X = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", K = "~~local_forage_type~", me = /^~~local_forage_type~([^~]+)~/, de = "__lfsc__:", De = de.length, Le = "arbf", Oe = "blob", Re = "si08", he = "ui08", He = "uic8", mt = "si16",
|
|
19945
|
+
var X = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", K = "~~local_forage_type~", me = /^~~local_forage_type~([^~]+)~/, de = "__lfsc__:", De = de.length, Le = "arbf", Oe = "blob", Re = "si08", he = "ui08", He = "uic8", mt = "si16", Dt = "si32", Ht = "ur16", it = "ui32", ua = "fl32", Ja = "fl64", Ml = De + Le.length, fl = Object.prototype.toString;
|
|
19946
19946
|
function Dl(F) {
|
|
19947
19947
|
var Q = F.length * 0.75, G = F.length, oe, se = 0, ie, ye, _e, Ie;
|
|
19948
19948
|
F[F.length - 1] === "=" && (Q--, F[F.length - 2] === "=" && Q--);
|
|
@@ -19961,7 +19961,7 @@ var x_ = { exports: {} };
|
|
|
19961
19961
|
var G = "";
|
|
19962
19962
|
if (F && (G = fl.call(F)), F && (G === "[object ArrayBuffer]" || F.buffer && fl.call(F.buffer) === "[object ArrayBuffer]")) {
|
|
19963
19963
|
var oe, se = de;
|
|
19964
|
-
F instanceof ArrayBuffer ? (oe = F, se += Le) : (oe = F.buffer, G === "[object Int8Array]" ? se += Re : G === "[object Uint8Array]" ? se += he : G === "[object Uint8ClampedArray]" ? se += He : G === "[object Int16Array]" ? se += mt : G === "[object Uint16Array]" ? se += Ht : G === "[object Int32Array]" ? se +=
|
|
19964
|
+
F instanceof ArrayBuffer ? (oe = F, se += Le) : (oe = F.buffer, G === "[object Int8Array]" ? se += Re : G === "[object Uint8Array]" ? se += he : G === "[object Uint8ClampedArray]" ? se += He : G === "[object Int16Array]" ? se += mt : G === "[object Uint16Array]" ? se += Ht : G === "[object Int32Array]" ? se += Dt : G === "[object Uint32Array]" ? se += it : G === "[object Float32Array]" ? se += ua : G === "[object Float64Array]" ? se += Ja : Q(new Error("Failed to get type for BinaryArray"))), Q(se + nl(oe));
|
|
19965
19965
|
} else if (G === "[object Blob]") {
|
|
19966
19966
|
var ie = new FileReader();
|
|
19967
19967
|
ie.onload = function() {
|
|
@@ -19999,7 +19999,7 @@ var x_ = { exports: {} };
|
|
|
19999
19999
|
return new Int16Array(ie);
|
|
20000
20000
|
case Ht:
|
|
20001
20001
|
return new Uint16Array(ie);
|
|
20002
|
-
case
|
|
20002
|
+
case Dt:
|
|
20003
20003
|
return new Int32Array(ie);
|
|
20004
20004
|
case it:
|
|
20005
20005
|
return new Uint32Array(ie);
|
|
@@ -20077,8 +20077,8 @@ var x_ = { exports: {} };
|
|
|
20077
20077
|
ye.db.transaction(function(_e) {
|
|
20078
20078
|
Be(_e, ye, "SELECT * FROM " + ye.storeName, [], function(Ie, Ee) {
|
|
20079
20079
|
for (var Ve = Ee.rows, Ye = Ve.length, ot = 0; ot < Ye; ot++) {
|
|
20080
|
-
var
|
|
20081
|
-
if (kt && (kt = ye.serializer.deserialize(kt)), kt = F(kt,
|
|
20080
|
+
var Ct = Ve.item(ot), kt = Ct.value;
|
|
20081
|
+
if (kt && (kt = ye.serializer.deserialize(kt)), kt = F(kt, Ct.key, ot + 1), kt !== void 0) {
|
|
20082
20082
|
se(kt);
|
|
20083
20083
|
return;
|
|
20084
20084
|
}
|
|
@@ -20103,7 +20103,7 @@ var x_ = { exports: {} };
|
|
|
20103
20103
|
Ye ? _e(Ye) : Ee.db.transaction(function(ot) {
|
|
20104
20104
|
Be(ot, Ee, "INSERT OR REPLACE INTO " + Ee.storeName + " (key, value) VALUES (?, ?)", [F, Ve], function() {
|
|
20105
20105
|
ye(Ie);
|
|
20106
|
-
}, function(
|
|
20106
|
+
}, function(Ct, kt) {
|
|
20107
20107
|
_e(kt);
|
|
20108
20108
|
});
|
|
20109
20109
|
}, function(ot) {
|
|
@@ -20236,9 +20236,9 @@ var x_ = { exports: {} };
|
|
|
20236
20236
|
}).then(function(ie) {
|
|
20237
20237
|
return new d(function(ye, _e) {
|
|
20238
20238
|
ie.db.transaction(function(Ie) {
|
|
20239
|
-
function Ee(
|
|
20239
|
+
function Ee(Ct) {
|
|
20240
20240
|
return new d(function(kt, Yt) {
|
|
20241
|
-
Ie.executeSql("DROP TABLE IF EXISTS " +
|
|
20241
|
+
Ie.executeSql("DROP TABLE IF EXISTS " + Ct, [], function() {
|
|
20242
20242
|
kt();
|
|
20243
20243
|
}, function(Ot, Fa) {
|
|
20244
20244
|
Yt(Fa);
|
|
@@ -20249,8 +20249,8 @@ var x_ = { exports: {} };
|
|
|
20249
20249
|
Ve.push(Ee(ie.storeNames[Ye]));
|
|
20250
20250
|
d.all(Ve).then(function() {
|
|
20251
20251
|
ye();
|
|
20252
|
-
}).catch(function(
|
|
20253
|
-
_e(
|
|
20252
|
+
}).catch(function(Ct) {
|
|
20253
|
+
_e(Ct);
|
|
20254
20254
|
});
|
|
20255
20255
|
}, function(Ie) {
|
|
20256
20256
|
_e(Ie);
|
|
@@ -20494,8 +20494,8 @@ var x_ = { exports: {} };
|
|
|
20494
20494
|
return;
|
|
20495
20495
|
}
|
|
20496
20496
|
for (var Ee = ks.concat("_initStorage"), Ve = 0, Ye = Ee.length; Ve < Ye; Ve++) {
|
|
20497
|
-
var ot = Ee[Ve],
|
|
20498
|
-
if ((
|
|
20497
|
+
var ot = Ee[Ve], Ct = !Bp(co, ot);
|
|
20498
|
+
if ((Ct || Q[ot]) && typeof Q[ot] != "function") {
|
|
20499
20499
|
ye(Ie);
|
|
20500
20500
|
return;
|
|
20501
20501
|
}
|
|
@@ -20549,8 +20549,8 @@ var x_ = { exports: {} };
|
|
|
20549
20549
|
var Ye = 0;
|
|
20550
20550
|
function ot() {
|
|
20551
20551
|
for (; Ye < Ve.length; ) {
|
|
20552
|
-
var
|
|
20553
|
-
return Ye++, se._dbInfo = null, se._ready = null, se.getDriver(
|
|
20552
|
+
var Ct = Ve[Ye];
|
|
20553
|
+
return Ye++, se._dbInfo = null, se._ready = null, se.getDriver(Ct).then(_e).catch(ot);
|
|
20554
20554
|
}
|
|
20555
20555
|
ye();
|
|
20556
20556
|
var kt = new Error("No available storage method found.");
|
|
@@ -34951,7 +34951,7 @@ const HH = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
34951
34951
|
role: "dialog",
|
|
34952
34952
|
tabindex: "0",
|
|
34953
34953
|
onKeydown: q,
|
|
34954
|
-
onClick: Z[0] || (Z[0] =
|
|
34954
|
+
onClick: Z[0] || (Z[0] = St(() => {
|
|
34955
34955
|
}, ["prevent"]))
|
|
34956
34956
|
}, [
|
|
34957
34957
|
ne("div", {
|
|
@@ -34979,7 +34979,7 @@ const HH = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
34979
34979
|
"aria-disabled": N.disabled || void 0,
|
|
34980
34980
|
tabindex: "0",
|
|
34981
34981
|
"data-test": N.text,
|
|
34982
|
-
onClick:
|
|
34982
|
+
onClick: St((Se) => L(N), ["prevent"]),
|
|
34983
34983
|
onKeydown: (Se) => D(Ul)(Se, () => L(N), !0),
|
|
34984
34984
|
onMouseover: (Se) => Y(N.value)
|
|
34985
34985
|
}, [
|
|
@@ -36691,7 +36691,7 @@ const HH = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
36691
36691
|
"aria-label": (De = (de = D(s)) == null ? void 0 : de.day) == null ? void 0 : De.call(de, K),
|
|
36692
36692
|
tabindex: "0",
|
|
36693
36693
|
"data-test": K.value,
|
|
36694
|
-
onClick:
|
|
36694
|
+
onClick: St((Oe) => N(Oe, K), ["prevent"]),
|
|
36695
36695
|
onKeydown: (Oe) => D(Ul)(Oe, () => we.$emit("select-date", K)),
|
|
36696
36696
|
onMouseenter: (Oe) => V(K, X, me),
|
|
36697
36697
|
onMouseleave: (Oe) => Y(K),
|
|
@@ -36945,7 +36945,7 @@ const HH = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
36945
36945
|
if (Oe(Pe.value) || !S(Pe.value, s.value, g.value.fixedStart ? 0 : 1))
|
|
36946
36946
|
return t("invalid-date", Pe.value);
|
|
36947
36947
|
l.value = Y3(Xe(Pe.value), s, t, g);
|
|
36948
|
-
},
|
|
36948
|
+
}, Dt = (Pe, pe) => {
|
|
36949
36949
|
if (Re(), g.value.autoRange)
|
|
36950
36950
|
return he(Pe, pe);
|
|
36951
36951
|
if (g.value.fixedStart || g.value.fixedEnd)
|
|
@@ -36968,7 +36968,7 @@ const HH = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
36968
36968
|
return t("invalid-date", Pe.value);
|
|
36969
36969
|
if (i.value = JSON.parse(JSON.stringify(Pe)), !g.value.enabled)
|
|
36970
36970
|
return Le(Pe);
|
|
36971
|
-
aS(u.hours) && aS(u.minutes) && !x.value.enabled && (
|
|
36971
|
+
aS(u.hours) && aS(u.minutes) && !x.value.enabled && (Dt(Pe, pe), Ja());
|
|
36972
36972
|
}, fl = (Pe, pe) => {
|
|
36973
36973
|
var ke;
|
|
36974
36974
|
z(Pe, pe.month, pe.year, !0), v.value.count && !v.value.solo && Se(Pe), t("update-month-year", { instance: Pe, month: pe.month, year: pe.year }), a(v.value.solo ? Pe : void 0);
|
|
@@ -37643,7 +37643,7 @@ const HH = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
37643
37643
|
style: We(he.style || {}),
|
|
37644
37644
|
class: Te(["dp__btn dp--preset-range", { "dp--preset-range-collapsed": e.collapse }]),
|
|
37645
37645
|
"data-test": he.testId ?? void 0,
|
|
37646
|
-
onClick:
|
|
37646
|
+
onClick: St((mt) => J(he.value, he.noTz), ["prevent"]),
|
|
37647
37647
|
onKeydown: (mt) => D(Ul)(mt, () => J(he.value, he.noTz), !0)
|
|
37648
37648
|
}, Ne(he.label), 47, wj))
|
|
37649
37649
|
], 64))), 128))
|
|
@@ -38403,7 +38403,7 @@ const Sj = ({
|
|
|
38403
38403
|
key: 3,
|
|
38404
38404
|
class: "dp__clear_icon dp__input_icons",
|
|
38405
38405
|
"data-test": "clear-icon",
|
|
38406
|
-
onClick: Y[3] || (Y[3] =
|
|
38406
|
+
onClick: Y[3] || (Y[3] = St((q) => E(q), ["prevent"]))
|
|
38407
38407
|
})) : te("", !0)
|
|
38408
38408
|
])) : te("", !0)
|
|
38409
38409
|
]);
|
|
@@ -38540,10 +38540,10 @@ const Sj = ({
|
|
|
38540
38540
|
}, de = (ke) => {
|
|
38541
38541
|
h.value = ke.shiftKey;
|
|
38542
38542
|
}, De = () => {
|
|
38543
|
-
!l.disabled && !l.readonly && (j(nS, l), q(!1), i.value = !0, i.value && n("open"), i.value ||
|
|
38543
|
+
!l.disabled && !l.readonly && (j(nS, l), q(!1), i.value = !0, i.value && n("open"), i.value || Dt(), ee(l.modelValue));
|
|
38544
38544
|
}, Le = () => {
|
|
38545
38545
|
var ke;
|
|
38546
|
-
Z.value = "",
|
|
38546
|
+
Z.value = "", Dt(), (ke = d.value) == null || ke.setParsedDate(null), n("update:model-value", null), n("update:model-timezone-value", null), n("cleared"), I.value.closeOnClearValue && Ht();
|
|
38547
38547
|
}, Oe = () => {
|
|
38548
38548
|
const ke = H.value;
|
|
38549
38549
|
return !ke || !Array.isArray(ke) && b(ke) ? !0 : Array.isArray(ke) ? L.value.enabled || ke.length === 2 && b(ke[0]) && b(ke[1]) ? !0 : P.value.partialRange && !l.timePicker ? b(ke[0]) : !1 : !1;
|
|
@@ -38555,10 +38555,10 @@ const Sj = ({
|
|
|
38555
38555
|
d.value && M.value.enabled && d.value.setParsedDate(H.value);
|
|
38556
38556
|
}, mt = (ke = !1) => {
|
|
38557
38557
|
l.autoApply && S(H.value) && Oe() && (P.value.enabled && Array.isArray(H.value) ? (P.value.partialRange || H.value.length === 2) && he(ke) : he(ke));
|
|
38558
|
-
},
|
|
38558
|
+
}, Dt = () => {
|
|
38559
38559
|
M.value.enabled || (H.value = null);
|
|
38560
38560
|
}, Ht = () => {
|
|
38561
|
-
T.value.enabled || (i.value && (i.value = !1, W.value = !1, x(!1), C(!1), w(), n("closed"), Z.value && ee(o.value)),
|
|
38561
|
+
T.value.enabled || (i.value && (i.value = !1, W.value = !1, x(!1), C(!1), w(), n("closed"), Z.value && ee(o.value)), Dt(), n("blur"));
|
|
38562
38562
|
}, it = (ke, Be, je = !1) => {
|
|
38563
38563
|
if (!ke) {
|
|
38564
38564
|
H.value = null;
|
|
@@ -40835,11 +40835,11 @@ vt()({
|
|
|
40835
40835
|
}), {
|
|
40836
40836
|
prepend: (mt) => {
|
|
40837
40837
|
let {
|
|
40838
|
-
isSelected:
|
|
40838
|
+
isSelected: Dt
|
|
40839
40839
|
} = mt;
|
|
40840
40840
|
return k(Ce, null, [e.multiple && !e.hideSelected ? k(sh, {
|
|
40841
40841
|
key: Oe.value,
|
|
40842
|
-
modelValue:
|
|
40842
|
+
modelValue: Dt,
|
|
40843
40843
|
ripple: !1,
|
|
40844
40844
|
tabindex: "-1"
|
|
40845
40845
|
}, null) : void 0, Oe.props.prependAvatar && k(cs, {
|
|
@@ -40849,8 +40849,8 @@ vt()({
|
|
|
40849
40849
|
}, null)]);
|
|
40850
40850
|
},
|
|
40851
40851
|
title: () => {
|
|
40852
|
-
var mt,
|
|
40853
|
-
return s.value ? Oe.title : oY(Oe.title, (mt = E(Oe)) == null ? void 0 : mt.title, ((
|
|
40852
|
+
var mt, Dt;
|
|
40853
|
+
return s.value ? Oe.title : oY(Oe.title, (mt = E(Oe)) == null ? void 0 : mt.title, ((Dt = L.value) == null ? void 0 : Dt.length) ?? 0);
|
|
40854
40854
|
}
|
|
40855
40855
|
});
|
|
40856
40856
|
}
|
|
@@ -44383,7 +44383,7 @@ function cu(e, t, a) {
|
|
|
44383
44383
|
ca != null ? $e = $e != null ? `${$e}ANDALSO${ca.filterFunction()}` : ca.filterFunction() : qe.push(Vt);
|
|
44384
44384
|
});
|
|
44385
44385
|
const nt = {};
|
|
44386
|
-
return
|
|
44386
|
+
return Mt(qe) && (nt.filterBy = qe.toString()), $e != null && (nt.query = $e), nt;
|
|
44387
44387
|
}), Oe = _(() => {
|
|
44388
44388
|
var qe, nt, Pt, Vt, ca, La;
|
|
44389
44389
|
let $e = e.itemID;
|
|
@@ -44391,11 +44391,11 @@ function cu(e, t, a) {
|
|
|
44391
44391
|
}), Re = U(Oe.value == "new" ? "new" : e.startEditing ? "edit" : "view"), he = _(() => {
|
|
44392
44392
|
var qe, nt, Pt;
|
|
44393
44393
|
let $e = e.params != null ? { ...e.params } : {};
|
|
44394
|
-
return e.paginate == "server" && e.itemsPerPage != null && ($e.includeCount = !0, $e.takeAmount = e.itemsPerPage, $e.takeFrom = (M.value - 1) * e.itemsPerPage), Le.value != null && ($e = { ...$e, ...Le.value }), E.value && ($e.includeInactive = !0),
|
|
44394
|
+
return e.paginate == "server" && e.itemsPerPage != null && ($e.includeCount = !0, $e.takeAmount = e.itemsPerPage, $e.takeFrom = (M.value - 1) * e.itemsPerPage), Le.value != null && ($e = { ...$e, ...Le.value }), E.value && ($e.includeInactive = !0), Mt(e.selectProps) && ($e.properties = (qe = e.selectProps) == null ? void 0 : qe.toString()), $.value != null && ($e.searchString = $.value), Mt(e.queryParams) && ((nt = a == null ? void 0 : a.route) == null ? void 0 : nt.query) != null && ((Pt = e.queryParams) == null || Pt.forEach((Vt) => {
|
|
44395
44395
|
var ca, La, En, qt;
|
|
44396
44396
|
typeof Vt == "string" ? ((ca = a.route) == null ? void 0 : ca.query[Vt]) != null && ($e[Vt] = (La = a.route) == null ? void 0 : La.query[Vt]) : ((En = a.route) == null ? void 0 : En.query[Vt.key]) != null && ($e[Vt.value] = (qt = a.route) == null ? void 0 : qt.query[Vt.key]);
|
|
44397
44397
|
})), $e;
|
|
44398
|
-
}), He = _(() => ($e) => e.onCanDelete != null ? e.onCanDelete($e) : !($e != null && $e.isInactive === !0)), mt = _(() => ($e) => e.onCanIntegrate != null ? e.onCanIntegrate($e) : !(!
|
|
44398
|
+
}), He = _(() => ($e) => e.onCanDelete != null ? e.onCanDelete($e) : !($e != null && $e.isInactive === !0)), mt = _(() => ($e) => e.onCanIntegrate != null ? e.onCanIntegrate($e) : !(!Mt(h.value) || p.value == null || ($e == null ? void 0 : $e.isInactive) === !0)), Dt = _(() => ($e) => p.value != null ? !sf(zn($e, p.value.localIDProp)) : !1), Ht = _(() => ($e) => E.value ? e.onCanRestore != null ? e.onCanRestore($e) : ($e == null ? void 0 : $e.isInactive) === !0 : !1), it = e.onUpdateAsyncItem ?? (($e, qe) => {
|
|
44399
44399
|
qe.hasOwnProperty("rowVersion") && ($e.rowVersion = qe.rowVersion), qe.hasOwnProperty("version") && ($e.version = qe.version), qe.hasOwnProperty("isDeleted") && ($e.isDeleted = qe.isDeleted), qe.hasOwnProperty("isInactive") && ($e.isInactive = qe.isInactive), qe.hasOwnProperty("id") && ($e.id = qe.id);
|
|
44400
44400
|
}), ua = _(() => q.value.filter(($e) => !$e.hide)), Ja = _(() => {
|
|
44401
44401
|
let $e = new Array();
|
|
@@ -44557,7 +44557,7 @@ function cu(e, t, a) {
|
|
|
44557
44557
|
return;
|
|
44558
44558
|
}
|
|
44559
44559
|
let $e = V.value;
|
|
44560
|
-
if (e.sortProp != null && ($e = $e.sort(sl.firstBy((qe) => zn(qe, e.sortProp)))), e.onFilter != null && ($e = e.onFilter($e)),
|
|
44560
|
+
if (e.sortProp != null && ($e = $e.sort(sl.firstBy((qe) => zn(qe, e.sortProp)))), e.onFilter != null && ($e = e.onFilter($e)), Mt(e.localFilters) && w.value.forEach((qe) => {
|
|
44561
44561
|
var Pt;
|
|
44562
44562
|
const nt = (Pt = e.localFilters) == null ? void 0 : Pt.find((Vt) => Vt.name == C.value[qe]);
|
|
44563
44563
|
nt != null && (nt.onFilter != null ? $e = nt.onFilter($e) : nt.predicate != null && ($e = $e.filter((Vt) => nt.predicate(Vt))));
|
|
@@ -44567,7 +44567,7 @@ function cu(e, t, a) {
|
|
|
44567
44567
|
}
|
|
44568
44568
|
if ($.value != null && $.value.length > 0) {
|
|
44569
44569
|
let qe = [...z.value];
|
|
44570
|
-
e.itemText && qe.push(e.itemText),
|
|
44570
|
+
e.itemText && qe.push(e.itemText), Mt(qe) && ($e = $e.filter((nt) => iL(nt, $.value, qe)));
|
|
44571
44571
|
}
|
|
44572
44572
|
if (e.paginate == "local" && (et($e, $e.length), e.itemsPerPage != null)) {
|
|
44573
44573
|
let qe = (M.value - 1) * e.itemsPerPage, nt = qe + e.itemsPerPage;
|
|
@@ -44708,7 +44708,7 @@ function cu(e, t, a) {
|
|
|
44708
44708
|
isDeletable: He,
|
|
44709
44709
|
isEditing: _(() => Re.value == "new" || Re.value == "edit"),
|
|
44710
44710
|
isIntegratable: mt,
|
|
44711
|
-
isIntegrated:
|
|
44711
|
+
isIntegrated: Dt,
|
|
44712
44712
|
isLoading: X,
|
|
44713
44713
|
isRestorable: Ht,
|
|
44714
44714
|
loadingMsg: fe,
|
|
@@ -44794,7 +44794,7 @@ function OU() {
|
|
|
44794
44794
|
sortNumber: o == null ? void 0 : o.sortNumber
|
|
44795
44795
|
}, l.push(u));
|
|
44796
44796
|
let d = [];
|
|
44797
|
-
c.subFilters != null && (Array.isArray(c.subFilters) ? d = c.subFilters : d = [c.subFilters]), (s == null ? void 0 : s.subFilters) != null && !
|
|
44797
|
+
c.subFilters != null && (Array.isArray(c.subFilters) ? d = c.subFilters : d = [c.subFilters]), (s == null ? void 0 : s.subFilters) != null && !Mt(d) && (d = Array.isArray(s.subFilters) ? s.subFilters : [s.subFilters]), (Yo.currentView.value == null || !Mt(d) || d.some((f) => f == "All" || Yo.currentView.value == f)) && ((v = u.items) == null || v.push({
|
|
44798
44798
|
displayName: (c == null ? void 0 : c.displayName) ?? t.findDisplay(s ?? void 0),
|
|
44799
44799
|
icon: (c == null ? void 0 : c.icon) ?? t.findIcon(s ?? void 0),
|
|
44800
44800
|
permissions: (c == null ? void 0 : c.permissions) ?? (s == null ? void 0 : s.permissions) ?? [],
|
|
@@ -45389,7 +45389,7 @@ const lq = Ue({
|
|
|
45389
45389
|
end: Boolean,
|
|
45390
45390
|
icon: Zt,
|
|
45391
45391
|
opacity: [String, Number],
|
|
45392
|
-
...
|
|
45392
|
+
...Tt(),
|
|
45393
45393
|
...Su(),
|
|
45394
45394
|
...Sa({
|
|
45395
45395
|
tag: "i"
|
|
@@ -45472,7 +45472,7 @@ const E$ = Ue({
|
|
|
45472
45472
|
aspectRatio: [String, Number],
|
|
45473
45473
|
contentClass: null,
|
|
45474
45474
|
inline: Boolean,
|
|
45475
|
-
...
|
|
45475
|
+
...Tt(),
|
|
45476
45476
|
...Nr()
|
|
45477
45477
|
}, "VResponsive"), LS = dt()({
|
|
45478
45478
|
name: "VResponsive",
|
|
@@ -45614,7 +45614,7 @@ const oq = {
|
|
|
45614
45614
|
srcset: String,
|
|
45615
45615
|
position: String,
|
|
45616
45616
|
...E$(),
|
|
45617
|
-
...
|
|
45617
|
+
...Tt(),
|
|
45618
45618
|
...Cl(),
|
|
45619
45619
|
...vd()
|
|
45620
45620
|
}, "VImg"), fs = dt()({
|
|
@@ -45884,7 +45884,7 @@ const dq = Ue({
|
|
|
45884
45884
|
image: String,
|
|
45885
45885
|
text: String,
|
|
45886
45886
|
...Ti(),
|
|
45887
|
-
...
|
|
45887
|
+
...Tt(),
|
|
45888
45888
|
...Fl(),
|
|
45889
45889
|
...Cl(),
|
|
45890
45890
|
...Su(),
|
|
@@ -46007,7 +46007,7 @@ const P$ = Ue({
|
|
|
46007
46007
|
default: "horizontal"
|
|
46008
46008
|
},
|
|
46009
46009
|
...Ti(),
|
|
46010
|
-
...
|
|
46010
|
+
...Tt(),
|
|
46011
46011
|
...Fl(),
|
|
46012
46012
|
...yr(),
|
|
46013
46013
|
...Cl(),
|
|
@@ -46342,7 +46342,7 @@ const yq = Ue({
|
|
|
46342
46342
|
type: [Number, String],
|
|
46343
46343
|
default: 4
|
|
46344
46344
|
},
|
|
46345
|
-
...
|
|
46345
|
+
...Tt(),
|
|
46346
46346
|
...Su(),
|
|
46347
46347
|
...Sa({
|
|
46348
46348
|
tag: "div"
|
|
@@ -46791,7 +46791,7 @@ const Mq = Ue({
|
|
|
46791
46791
|
stream: Boolean,
|
|
46792
46792
|
striped: Boolean,
|
|
46793
46793
|
roundedBar: Boolean,
|
|
46794
|
-
...
|
|
46794
|
+
...Tt(),
|
|
46795
46795
|
...xv({
|
|
46796
46796
|
location: "top"
|
|
46797
46797
|
}),
|
|
@@ -47247,7 +47247,7 @@ const Lq = {
|
|
|
47247
47247
|
default: void 0
|
|
47248
47248
|
},
|
|
47249
47249
|
...Ti(),
|
|
47250
|
-
...
|
|
47250
|
+
...Tt(),
|
|
47251
47251
|
...Fl(),
|
|
47252
47252
|
...Nr(),
|
|
47253
47253
|
...yr(),
|
|
@@ -47714,7 +47714,7 @@ const Za = br("slide-x-transition"), Sv = br("slide-x-reverse-transition"), qn =
|
|
|
47714
47714
|
}, () => [
|
|
47715
47715
|
k(Ae, ge({
|
|
47716
47716
|
block: d.block,
|
|
47717
|
-
onClick:
|
|
47717
|
+
onClick: St(u, ["stop"]),
|
|
47718
47718
|
class: d.btnClass,
|
|
47719
47719
|
disabled: s.value
|
|
47720
47720
|
}, d.$attrs), {
|
|
@@ -47744,7 +47744,7 @@ const Za = br("slide-x-transition"), Sv = br("slide-x-reverse-transition"), qn =
|
|
|
47744
47744
|
}
|
|
47745
47745
|
}), Rf = dt()({
|
|
47746
47746
|
name: "VCardActions",
|
|
47747
|
-
props:
|
|
47747
|
+
props: Tt(),
|
|
47748
47748
|
setup(e, t) {
|
|
47749
47749
|
let {
|
|
47750
47750
|
slots: a
|
|
@@ -47764,7 +47764,7 @@ const Za = br("slide-x-transition"), Sv = br("slide-x-reverse-transition"), qn =
|
|
|
47764
47764
|
}
|
|
47765
47765
|
}), Oq = Ue({
|
|
47766
47766
|
opacity: [Number, String],
|
|
47767
|
-
...
|
|
47767
|
+
...Tt(),
|
|
47768
47768
|
...Sa()
|
|
47769
47769
|
}, "VCardSubtitle"), P0 = dt()({
|
|
47770
47770
|
name: "VCardSubtitle",
|
|
@@ -47793,7 +47793,7 @@ const Za = br("slide-x-transition"), Sv = br("slide-x-reverse-transition"), qn =
|
|
|
47793
47793
|
type: [String, Number, Boolean],
|
|
47794
47794
|
default: void 0
|
|
47795
47795
|
},
|
|
47796
|
-
...
|
|
47796
|
+
...Tt(),
|
|
47797
47797
|
...Fl()
|
|
47798
47798
|
}, "VCardItem"), Wq = dt()({
|
|
47799
47799
|
name: "VCardItem",
|
|
@@ -47877,7 +47877,7 @@ const Za = br("slide-x-transition"), Sv = br("slide-x-reverse-transition"), qn =
|
|
|
47877
47877
|
}
|
|
47878
47878
|
}), jq = Ue({
|
|
47879
47879
|
opacity: [Number, String],
|
|
47880
|
-
...
|
|
47880
|
+
...Tt(),
|
|
47881
47881
|
...Sa()
|
|
47882
47882
|
}, "VCardText"), bs = dt()({
|
|
47883
47883
|
name: "VCardText",
|
|
@@ -47923,7 +47923,7 @@ const Za = br("slide-x-transition"), Sv = br("slide-x-reverse-transition"), qn =
|
|
|
47923
47923
|
default: void 0
|
|
47924
47924
|
},
|
|
47925
47925
|
...Ti(),
|
|
47926
|
-
...
|
|
47926
|
+
...Tt(),
|
|
47927
47927
|
...Fl(),
|
|
47928
47928
|
...Nr(),
|
|
47929
47929
|
...yr(),
|
|
@@ -48214,7 +48214,7 @@ function Ai(e) {
|
|
|
48214
48214
|
});
|
|
48215
48215
|
}
|
|
48216
48216
|
const Gq = Ue({
|
|
48217
|
-
...
|
|
48217
|
+
...Tt(),
|
|
48218
48218
|
...Uq()
|
|
48219
48219
|
}, "VForm"), Cm = dt()({
|
|
48220
48220
|
name: "VForm",
|
|
@@ -48259,7 +48259,7 @@ const Gq = Ue({
|
|
|
48259
48259
|
type: Boolean,
|
|
48260
48260
|
default: !1
|
|
48261
48261
|
},
|
|
48262
|
-
...
|
|
48262
|
+
...Tt(),
|
|
48263
48263
|
...Nr(),
|
|
48264
48264
|
...Sa()
|
|
48265
48265
|
}, "VContainer"), ei = dt()({
|
|
@@ -48421,7 +48421,7 @@ const Jq = ["auto", "start", "end", "center", "baseline", "stretch"], eG = Ue({
|
|
|
48421
48421
|
default: null,
|
|
48422
48422
|
validator: (e) => Jq.includes(e)
|
|
48423
48423
|
},
|
|
48424
|
-
...
|
|
48424
|
+
...Tt(),
|
|
48425
48425
|
...Sa()
|
|
48426
48426
|
}, "VCol"), Lt = dt()({
|
|
48427
48427
|
name: "VCol",
|
|
@@ -48515,7 +48515,7 @@ const iG = Ue({
|
|
|
48515
48515
|
validator: f5
|
|
48516
48516
|
},
|
|
48517
48517
|
...v5,
|
|
48518
|
-
...
|
|
48518
|
+
...Tt(),
|
|
48519
48519
|
...Sa()
|
|
48520
48520
|
}, "VRow"), kl = dt()({
|
|
48521
48521
|
name: "VRow",
|
|
@@ -49175,7 +49175,7 @@ const gG = wi({
|
|
|
49175
49175
|
subgroup: Boolean,
|
|
49176
49176
|
title: String,
|
|
49177
49177
|
value: null,
|
|
49178
|
-
...
|
|
49178
|
+
...Tt(),
|
|
49179
49179
|
...Sa()
|
|
49180
49180
|
}, "VListGroup"), N0 = dt()({
|
|
49181
49181
|
name: "VListGroup",
|
|
@@ -49249,7 +49249,7 @@ const gG = wi({
|
|
|
49249
49249
|
}
|
|
49250
49250
|
}), bG = Ue({
|
|
49251
49251
|
opacity: [Number, String],
|
|
49252
|
-
...
|
|
49252
|
+
...Tt(),
|
|
49253
49253
|
...Sa()
|
|
49254
49254
|
}, "VListItemSubtitle"), dr = dt()({
|
|
49255
49255
|
name: "VListItemSubtitle",
|
|
@@ -49302,7 +49302,7 @@ const gG = wi({
|
|
|
49302
49302
|
onClick: ql(),
|
|
49303
49303
|
onClickOnce: ql(),
|
|
49304
49304
|
...Ti(),
|
|
49305
|
-
...
|
|
49305
|
+
...Tt(),
|
|
49306
49306
|
...Fl(),
|
|
49307
49307
|
...Nr(),
|
|
49308
49308
|
...yr(),
|
|
@@ -49521,7 +49521,7 @@ const gG = wi({
|
|
|
49521
49521
|
inset: Boolean,
|
|
49522
49522
|
sticky: Boolean,
|
|
49523
49523
|
title: String,
|
|
49524
|
-
...
|
|
49524
|
+
...Tt(),
|
|
49525
49525
|
...Sa()
|
|
49526
49526
|
}, "VListSubheader"), bn = dt()({
|
|
49527
49527
|
name: "VListSubheader",
|
|
@@ -49561,7 +49561,7 @@ const gG = wi({
|
|
|
49561
49561
|
opacity: [Number, String],
|
|
49562
49562
|
thickness: [Number, String],
|
|
49563
49563
|
vertical: Boolean,
|
|
49564
|
-
...
|
|
49564
|
+
...Tt(),
|
|
49565
49565
|
...Na()
|
|
49566
49566
|
}, "VDivider"), fr = dt()({
|
|
49567
49567
|
name: "VDivider",
|
|
@@ -49852,7 +49852,7 @@ const _G = Ue({
|
|
|
49852
49852
|
openStrategy: "list"
|
|
49853
49853
|
}),
|
|
49854
49854
|
...Ti(),
|
|
49855
|
-
...
|
|
49855
|
+
...Tt(),
|
|
49856
49856
|
...Fl(),
|
|
49857
49857
|
...Nr(),
|
|
49858
49858
|
...yr(),
|
|
@@ -50762,7 +50762,7 @@ const Dw = Ue({
|
|
|
50762
50762
|
default: 2e3
|
|
50763
50763
|
},
|
|
50764
50764
|
...OG(),
|
|
50765
|
-
...
|
|
50765
|
+
...Tt(),
|
|
50766
50766
|
...Nr(),
|
|
50767
50767
|
...$5(),
|
|
50768
50768
|
...$G(),
|
|
@@ -51426,7 +51426,9 @@ const Dw = Ue({
|
|
|
51426
51426
|
default: O(() => [
|
|
51427
51427
|
k(Cm, {
|
|
51428
51428
|
ref_key: "form",
|
|
51429
|
-
ref: r
|
|
51429
|
+
ref: r,
|
|
51430
|
+
onSubmit: b[4] || (b[4] = St(() => {
|
|
51431
|
+
}, ["prevent"]))
|
|
51430
51432
|
}, {
|
|
51431
51433
|
default: O(() => [
|
|
51432
51434
|
ve(w.$slots, "default", {
|
|
@@ -51469,7 +51471,7 @@ const Dw = Ue({
|
|
|
51469
51471
|
default: O(() => [
|
|
51470
51472
|
!w.alwaysClose && g.value ? (B(), ue(Ae, {
|
|
51471
51473
|
key: 0,
|
|
51472
|
-
onClick: b[
|
|
51474
|
+
onClick: b[5] || (b[5] = (T) => C(!1)),
|
|
51473
51475
|
size: D(c),
|
|
51474
51476
|
class: Te(D(u).isMobile.value ? "ma-0" : "mr-4")
|
|
51475
51477
|
}, {
|
|
@@ -51479,13 +51481,13 @@ const Dw = Ue({
|
|
|
51479
51481
|
start: "",
|
|
51480
51482
|
icon: "$content-save"
|
|
51481
51483
|
}, null, 8, ["size"]),
|
|
51482
|
-
b[
|
|
51484
|
+
b[7] || (b[7] = Ge("Save "))
|
|
51483
51485
|
]),
|
|
51484
51486
|
_: 2
|
|
51485
51487
|
}, 1032, ["size", "class"])) : te("", !0),
|
|
51486
51488
|
(w.canClose || w.alwaysClose) && g.value ? (B(), ue(Ae, {
|
|
51487
51489
|
key: 1,
|
|
51488
|
-
onClick: b[
|
|
51490
|
+
onClick: b[6] || (b[6] = (T) => C(!0)),
|
|
51489
51491
|
size: D(c),
|
|
51490
51492
|
class: Te(D(u).isMobile.value ? "ma-0" : "mr-4")
|
|
51491
51493
|
}, {
|
|
@@ -51495,7 +51497,7 @@ const Dw = Ue({
|
|
|
51495
51497
|
start: "",
|
|
51496
51498
|
icon: "$content-save"
|
|
51497
51499
|
}, null, 8, ["size"]),
|
|
51498
|
-
b[
|
|
51500
|
+
b[8] || (b[8] = Ge("Save/Close "))
|
|
51499
51501
|
]),
|
|
51500
51502
|
_: 2
|
|
51501
51503
|
}, 1032, ["size", "class"])) : te("", !0)
|
|
@@ -52452,7 +52454,7 @@ const ZZ = Ue({
|
|
|
52452
52454
|
},
|
|
52453
52455
|
showFirstLastPage: Boolean,
|
|
52454
52456
|
...Ti(),
|
|
52455
|
-
...
|
|
52457
|
+
...Tt(),
|
|
52456
52458
|
...Fl(),
|
|
52457
52459
|
...yr(),
|
|
52458
52460
|
...Cl(),
|
|
@@ -52682,7 +52684,7 @@ const ZZ = Ue({
|
|
|
52682
52684
|
default: null,
|
|
52683
52685
|
validator: (e) => ["even", "odd"].includes(e)
|
|
52684
52686
|
},
|
|
52685
|
-
...
|
|
52687
|
+
...Tt(),
|
|
52686
52688
|
...Fl(),
|
|
52687
52689
|
...Sa(),
|
|
52688
52690
|
...Na()
|
|
@@ -52731,7 +52733,7 @@ const ZZ = Ue({
|
|
|
52731
52733
|
type: [Number, String],
|
|
52732
52734
|
default: 0
|
|
52733
52735
|
},
|
|
52734
|
-
...
|
|
52736
|
+
...Tt(),
|
|
52735
52737
|
...vd({
|
|
52736
52738
|
transition: {
|
|
52737
52739
|
component: qn
|
|
@@ -52764,7 +52766,7 @@ const ZZ = Ue({
|
|
|
52764
52766
|
}), QZ = Ue({
|
|
52765
52767
|
text: String,
|
|
52766
52768
|
onClick: ql(),
|
|
52767
|
-
...
|
|
52769
|
+
...Tt(),
|
|
52768
52770
|
...Na()
|
|
52769
52771
|
}, "VLabel"), _w = dt()({
|
|
52770
52772
|
name: "VLabel",
|
|
@@ -52786,7 +52788,7 @@ const ZZ = Ue({
|
|
|
52786
52788
|
}
|
|
52787
52789
|
}), JZ = Ue({
|
|
52788
52790
|
floating: Boolean,
|
|
52789
|
-
...
|
|
52791
|
+
...Tt()
|
|
52790
52792
|
}, "VFieldLabel"), cm = dt()({
|
|
52791
52793
|
name: "VFieldLabel",
|
|
52792
52794
|
props: JZ(),
|
|
@@ -52895,7 +52897,7 @@ const eK = ["underlined", "outlined", "filled", "solo", "solo-inverted", "solo-f
|
|
|
52895
52897
|
"onClick:clear": ql(),
|
|
52896
52898
|
"onClick:appendInner": ql(),
|
|
52897
52899
|
"onClick:prependInner": ql(),
|
|
52898
|
-
...
|
|
52900
|
+
...Tt(),
|
|
52899
52901
|
...hw(),
|
|
52900
52902
|
...Cl(),
|
|
52901
52903
|
...Na()
|
|
@@ -53124,7 +53126,7 @@ const eK = ["underlined", "outlined", "filled", "solo", "solo-inverted", "solo-f
|
|
|
53124
53126
|
type: [Array, String],
|
|
53125
53127
|
default: () => []
|
|
53126
53128
|
},
|
|
53127
|
-
...
|
|
53129
|
+
...Tt(),
|
|
53128
53130
|
...vd({
|
|
53129
53131
|
transition: {
|
|
53130
53132
|
component: qn,
|
|
@@ -53315,7 +53317,7 @@ const gd = Ue({
|
|
|
53315
53317
|
},
|
|
53316
53318
|
"onClick:prepend": ql(),
|
|
53317
53319
|
"onClick:append": ql(),
|
|
53318
|
-
...
|
|
53320
|
+
...Tt(),
|
|
53319
53321
|
...Fl(),
|
|
53320
53322
|
...Hh(Nr(), ["maxWidth", "minWidth", "width"]),
|
|
53321
53323
|
...Na(),
|
|
@@ -53768,7 +53770,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
53768
53770
|
var A, E, z;
|
|
53769
53771
|
let $ = n.label ?? (n.variant == "page" ? (A = s == null ? void 0 : s.meta) == null ? void 0 : A.displayName : void 0) ?? u(n.nav);
|
|
53770
53772
|
return n.showCount && (n.paginate == "server" ? f.totalCount.value != null && ($ = `${$} (${f.totalCount.value})`) : ((E = f.filteredItems.value) == null ? void 0 : E.length) != null && ((z = f.asyncItems.value) == null ? void 0 : z.length) != null && ($ = `${$} (${f.filteredItems.value.length} of ${f.asyncItems.value.length})`)), $;
|
|
53771
|
-
}), m = _(() => n.variant == "inline" && (n.canSearch ||
|
|
53773
|
+
}), m = _(() => n.variant == "inline" && (n.canSearch || Mt(n.searchProps))), M = _(() => {
|
|
53772
53774
|
let $ = n.opacity != null ? `opacity: ${n.opacity};` : "";
|
|
53773
53775
|
if (n.actualHeight != null)
|
|
53774
53776
|
return `${$} ${n.heightStrat == "upto" ? "max-height" : "height"}: calc(${n.actualHeight})`;
|
|
@@ -53785,17 +53787,17 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
53785
53787
|
if (n.selectSingle && !Array.isArray(A) && (A = [A]), n.returnIndex && n.returnCSV)
|
|
53786
53788
|
return A.map((z) => Number.parseInt(z));
|
|
53787
53789
|
let E = [];
|
|
53788
|
-
return n.itemValue != null &&
|
|
53790
|
+
return n.itemValue != null && Mt(A) ? f.filteredItems.value.forEach((z) => {
|
|
53789
53791
|
const V = i(z, n.itemValue);
|
|
53790
53792
|
A.some((Y) => Y == V) && E.push(z);
|
|
53791
|
-
}) : n.itemValue == null && E.push(...A), n.selectSingle ?
|
|
53793
|
+
}) : n.itemValue == null && E.push(...A), n.selectSingle ? Mt(E) ? [E[0]] : [] : E;
|
|
53792
53794
|
},
|
|
53793
53795
|
set($) {
|
|
53794
53796
|
if ($ == null)
|
|
53795
53797
|
a("update:selected", $), T.value = [];
|
|
53796
53798
|
else {
|
|
53797
53799
|
let A = $;
|
|
53798
|
-
n.returnIndex ? A = $.map((E) => f.filteredItems.value.indexOf((z) => z === E)) : n.itemValue != null && (A = $.map((E) => i(E, n.itemValue))), n.selectSingle ? (A =
|
|
53800
|
+
n.returnIndex ? A = $.map((E) => f.filteredItems.value.indexOf((z) => z === E)) : n.itemValue != null && (A = $.map((E) => i(E, n.itemValue))), n.selectSingle ? (A = Mt(A) ? A[0] : void 0, T.value = A != null ? [A] : []) : T.value = A, n.returnCSV && A != null && (A = A.toString()), a("update:selected", A), T.value = A;
|
|
53799
53801
|
}
|
|
53800
53802
|
}
|
|
53801
53803
|
});
|
|
@@ -53807,7 +53809,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
53807
53809
|
});
|
|
53808
53810
|
}
|
|
53809
53811
|
function L() {
|
|
53810
|
-
(n.canSearch !== !1 ||
|
|
53812
|
+
(n.canSearch !== !1 || Mt(n.searchProps)) && !f.showSearch.value && f.toggleSearch();
|
|
53811
53813
|
}
|
|
53812
53814
|
return Me(f.showSearch, () => {
|
|
53813
53815
|
P();
|
|
@@ -53860,7 +53862,9 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
53860
53862
|
D(f).showSearch.value ? (B(), ue(qa, {
|
|
53861
53863
|
key: 0,
|
|
53862
53864
|
"onClick:appendInner": A[0] || (A[0] = () => D(f).refresh({ deepRefresh: !0 })),
|
|
53863
|
-
onKeyup: A[1] || (A[1] = _c(() =>
|
|
53865
|
+
onKeyup: A[1] || (A[1] = _c(St(() => {
|
|
53866
|
+
console.log("kk");
|
|
53867
|
+
}, ["stop"]), ["native", "enter"])),
|
|
53864
53868
|
"append-inner-icon": "$magnify",
|
|
53865
53869
|
autofocus: "",
|
|
53866
53870
|
density: $.density,
|
|
@@ -53986,16 +53990,16 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
53986
53990
|
"hide-on-leave": ""
|
|
53987
53991
|
}, {
|
|
53988
53992
|
default: O(() => [
|
|
53989
|
-
($.canSearch !== !1 || D(
|
|
53993
|
+
($.canSearch !== !1 || D(Mt)($.searchProps)) && !D(f).showSearch.value ? (B(), ue(Ae, {
|
|
53990
53994
|
icon: "$magnify",
|
|
53991
53995
|
key: "11",
|
|
53992
53996
|
size: $.size,
|
|
53993
53997
|
onClick: D(f).toggleSearch
|
|
53994
53998
|
}, null, 8, ["size", "onClick"])) : te("", !0),
|
|
53995
|
-
($.canSearch !== !1 || D(
|
|
53999
|
+
($.canSearch !== !1 || D(Mt)($.searchProps)) && D(f).showSearch.value ? (B(), ue(qa, {
|
|
53996
54000
|
"onClick:appendInner": A[6] || (A[6] = () => D(f).refresh({ deepRefresh: !0 })),
|
|
53997
54001
|
"onClick:prependInner": A[7] || (A[7] = () => D(f).toggleSearch()),
|
|
53998
|
-
onKeyup: A[8] || (A[8] = _c(() => D(f).refresh({ deepRefresh: !0 }), ["native", "enter"])),
|
|
54002
|
+
onKeyup: A[8] || (A[8] = _c(St(() => D(f).refresh({ deepRefresh: !0 }), ["stop"]), ["native", "enter"])),
|
|
53999
54003
|
"append-inner-icon": "$magnify",
|
|
54000
54004
|
"prepend-inner-icon": "$close",
|
|
54001
54005
|
density: $.density,
|
|
@@ -54023,7 +54027,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54023
54027
|
allItems: D(f).asyncItems.value,
|
|
54024
54028
|
size: $.size
|
|
54025
54029
|
}, void 0, !0),
|
|
54026
|
-
!x.value && D(
|
|
54030
|
+
!x.value && D(Mt)(D(f).filters.value) ? (B(), ue(Pa, {
|
|
54027
54031
|
key: 1,
|
|
54028
54032
|
"close-on-content-click": !1,
|
|
54029
54033
|
density: $.density,
|
|
@@ -54099,7 +54103,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54099
54103
|
]),
|
|
54100
54104
|
_: 1
|
|
54101
54105
|
}, 8, ["density"])) : te("", !0),
|
|
54102
|
-
!C.value && D(
|
|
54106
|
+
!C.value && D(Mt)(D(f).externalParties.value) ? (B(), ue(Pa, {
|
|
54103
54107
|
key: 2,
|
|
54104
54108
|
"close-on-content-click": !1,
|
|
54105
54109
|
density: $.density,
|
|
@@ -54171,7 +54175,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54171
54175
|
items: D(f).filteredItems.value,
|
|
54172
54176
|
ui: D(f)
|
|
54173
54177
|
}, void 0, !0),
|
|
54174
|
-
D(
|
|
54178
|
+
D(Mt)(D(f).asyncItems.value) ? $.selectSingle || $.selectMulti || $.showListOnly === !0 || Y ? (B(), ue(va, {
|
|
54175
54179
|
key: 1,
|
|
54176
54180
|
"active-class": $.activeClass,
|
|
54177
54181
|
class: Te(["pt-0", $.scrollY ? "overflow-y-auto" : ""]),
|
|
@@ -54295,7 +54299,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54295
54299
|
}, null, 8, ["size", "title"]),
|
|
54296
54300
|
(j = D(f).currentExternalParty.value) != null && j.canUnlink ? (B(), ue(Ae, {
|
|
54297
54301
|
key: 0,
|
|
54298
|
-
onClick:
|
|
54302
|
+
onClick: St((ee) => D(f).unlinkFromExternalParty(W), ["stop"]),
|
|
54299
54303
|
class: "text-error",
|
|
54300
54304
|
icon: "$cloud-remove",
|
|
54301
54305
|
size: g.value,
|
|
@@ -54303,7 +54307,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54303
54307
|
variant: "text"
|
|
54304
54308
|
}, null, 8, ["onClick", "size", "title"])) : te("", !0)
|
|
54305
54309
|
])) : (B(), ue(Ae, {
|
|
54306
|
-
onClick:
|
|
54310
|
+
onClick: St((ee) => D(f).pushToExternalParty(W), ["stop"]),
|
|
54307
54311
|
icon: "$cloud-upload",
|
|
54308
54312
|
key: "a2",
|
|
54309
54313
|
size: g.value,
|
|
@@ -54316,7 +54320,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54316
54320
|
}, 1024)
|
|
54317
54321
|
])) : te("", !0),
|
|
54318
54322
|
W.errorMsg != null ? (B(), ue(Ae, {
|
|
54319
|
-
onClick: A[12] || (A[12] =
|
|
54323
|
+
onClick: A[12] || (A[12] = St(() => {
|
|
54320
54324
|
}, ["stop"])),
|
|
54321
54325
|
class: "text-warning",
|
|
54322
54326
|
icon: "$alert-circle",
|
|
@@ -54325,7 +54329,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54325
54329
|
title: W.errorMsg
|
|
54326
54330
|
}, null, 8, ["size", "title"])) : te("", !0),
|
|
54327
54331
|
$.canDelete && D(f).isDeletable.value(W) ? (B(), ue(Ae, {
|
|
54328
|
-
onClick:
|
|
54332
|
+
onClick: St((R) => D(f).deleteItem(W), ["stop"]),
|
|
54329
54333
|
class: "text-error",
|
|
54330
54334
|
disabled: !D(d).canEdit($.nav),
|
|
54331
54335
|
icon: "$delete",
|
|
@@ -54335,7 +54339,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54335
54339
|
variant: "text"
|
|
54336
54340
|
}, null, 8, ["onClick", "disabled", "loading", "size"])) : te("", !0),
|
|
54337
54341
|
$.canRestore && D(f).isRestorable.value(W) ? (B(), ue(Ae, {
|
|
54338
|
-
onClick:
|
|
54342
|
+
onClick: St((R) => D(f).restoreItem(W), ["stop"]),
|
|
54339
54343
|
disabled: !D(d).canEdit($.nav),
|
|
54340
54344
|
key: "3",
|
|
54341
54345
|
icon: "$eraser-variant",
|
|
@@ -54441,7 +54445,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54441
54445
|
}, null, 8, ["size", "title"]),
|
|
54442
54446
|
(j = D(f).currentExternalParty.value) != null && j.canUnlink ? (B(), ue(Ae, {
|
|
54443
54447
|
key: 0,
|
|
54444
|
-
onClick:
|
|
54448
|
+
onClick: St((ee) => D(f).unlinkFromExternalParty(W), ["stop"]),
|
|
54445
54449
|
class: "text-error",
|
|
54446
54450
|
icon: "$cloud-remove",
|
|
54447
54451
|
size: g.value,
|
|
@@ -54449,7 +54453,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54449
54453
|
variant: "text"
|
|
54450
54454
|
}, null, 8, ["onClick", "size", "title"])) : te("", !0)
|
|
54451
54455
|
])) : (B(), ue(Ae, {
|
|
54452
|
-
onClick:
|
|
54456
|
+
onClick: St((ee) => D(f).pushToExternalParty(W), ["stop"]),
|
|
54453
54457
|
icon: "$cloud-upload",
|
|
54454
54458
|
key: "a2",
|
|
54455
54459
|
size: g.value,
|
|
@@ -54462,7 +54466,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54462
54466
|
}, 1024)
|
|
54463
54467
|
])) : te("", !0),
|
|
54464
54468
|
W.errorMsg != null ? (B(), ue(Ae, {
|
|
54465
|
-
onClick: A[14] || (A[14] =
|
|
54469
|
+
onClick: A[14] || (A[14] = St(() => {
|
|
54466
54470
|
}, ["stop"])),
|
|
54467
54471
|
class: "text-warning",
|
|
54468
54472
|
icon: "$alert-circle",
|
|
@@ -54471,7 +54475,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54471
54475
|
title: W.errorMsg
|
|
54472
54476
|
}, null, 8, ["size", "title"])) : te("", !0),
|
|
54473
54477
|
$.canDelete && D(f).isDeletable.value(W) ? (B(), ue(Ae, {
|
|
54474
|
-
onClick:
|
|
54478
|
+
onClick: St((R) => D(f).deleteItem(W), ["stop"]),
|
|
54475
54479
|
class: "text-error",
|
|
54476
54480
|
disabled: !D(d).canEdit($.nav),
|
|
54477
54481
|
icon: "$delete",
|
|
@@ -54480,7 +54484,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54480
54484
|
variant: "text"
|
|
54481
54485
|
}, null, 8, ["onClick", "disabled", "size"])) : te("", !0),
|
|
54482
54486
|
$.canRestore && D(f).isRestorable.value(W) ? (B(), ue(Ae, {
|
|
54483
|
-
onClick:
|
|
54487
|
+
onClick: St((R) => D(f).restoreItem(W), ["stop"]),
|
|
54484
54488
|
disabled: !D(d).canEdit($.nav),
|
|
54485
54489
|
key: "3",
|
|
54486
54490
|
icon: "$eraser-variant",
|
|
@@ -54536,7 +54540,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54536
54540
|
for (const [n, l] of t)
|
|
54537
54541
|
a[n] = l;
|
|
54538
54542
|
return a;
|
|
54539
|
-
}, yK = /* @__PURE__ */ Tv(gK, [["__scopeId", "data-v-
|
|
54543
|
+
}, yK = /* @__PURE__ */ Tv(gK, [["__scopeId", "data-v-bc5879e5"]]), bK = (e) => {
|
|
54540
54544
|
const {
|
|
54541
54545
|
touchstartX: t,
|
|
54542
54546
|
touchendX: a,
|
|
@@ -54654,7 +54658,7 @@ const DK = {
|
|
|
54654
54658
|
type: [Boolean, String],
|
|
54655
54659
|
default: "force"
|
|
54656
54660
|
},
|
|
54657
|
-
...
|
|
54661
|
+
...Tt(),
|
|
54658
54662
|
...Sa(),
|
|
54659
54663
|
...Na()
|
|
54660
54664
|
}, "VWindow"), Wc = dt()({
|
|
@@ -54773,7 +54777,7 @@ const DK = {
|
|
|
54773
54777
|
type: [Boolean, String],
|
|
54774
54778
|
default: void 0
|
|
54775
54779
|
},
|
|
54776
|
-
...
|
|
54780
|
+
...Tt(),
|
|
54777
54781
|
...fw(),
|
|
54778
54782
|
...$5()
|
|
54779
54783
|
}, "VWindowItem"), Ni = dt()({
|
|
@@ -55007,7 +55011,7 @@ const DK = {
|
|
|
55007
55011
|
return K;
|
|
55008
55012
|
},
|
|
55009
55013
|
onFinishedAsync: async (K) => {
|
|
55010
|
-
if (n.defaultNew === !0 && !
|
|
55014
|
+
if (n.defaultNew === !0 && !Mt(K))
|
|
55011
55015
|
ce();
|
|
55012
55016
|
else if (h.id.value != null) {
|
|
55013
55017
|
if (h.id.value == "new")
|
|
@@ -55067,7 +55071,7 @@ const DK = {
|
|
|
55067
55071
|
item: H.value,
|
|
55068
55072
|
meta: Z.value
|
|
55069
55073
|
}) : n.getLabel != null ? n.getLabel(H.value, x.value) : v(n.nav);
|
|
55070
|
-
}), q = _(() => n.variant == "inline" && (n.canSearch ||
|
|
55074
|
+
}), q = _(() => n.variant == "inline" && (n.canSearch || Mt(n.searchProps))), R = _(() => {
|
|
55071
55075
|
if (n.actualHeight != null)
|
|
55072
55076
|
return `${n.heightStrat == "upto" ? "max-height" : "height"}: calc(${n.actualHeight})`;
|
|
55073
55077
|
if (n.actualUsedHeight != null)
|
|
@@ -55124,7 +55128,7 @@ const DK = {
|
|
|
55124
55128
|
u.replace(de), we();
|
|
55125
55129
|
}
|
|
55126
55130
|
function Se() {
|
|
55127
|
-
(n.canSearch !== !1 ||
|
|
55131
|
+
(n.canSearch !== !1 || Mt(n.searchProps)) && !h.showSearch.value && h.toggleSearch();
|
|
55128
55132
|
}
|
|
55129
55133
|
function we() {
|
|
55130
55134
|
var De, Le;
|
|
@@ -55386,16 +55390,16 @@ const DK = {
|
|
|
55386
55390
|
"hide-on-leave": ""
|
|
55387
55391
|
}, {
|
|
55388
55392
|
default: O(() => [
|
|
55389
|
-
(K.canSearch !== !1 || D(
|
|
55393
|
+
(K.canSearch !== !1 || D(Mt)(K.searchProps)) && !D(h).showSearch.value ? (B(), ue(Ae, {
|
|
55390
55394
|
icon: "$magnify",
|
|
55391
55395
|
key: "11",
|
|
55392
55396
|
size: K.size,
|
|
55393
55397
|
onClick: D(h).toggleSearch
|
|
55394
55398
|
}, null, 8, ["size", "onClick"])) : te("", !0),
|
|
55395
|
-
(K.canSearch !== !1 || D(
|
|
55399
|
+
(K.canSearch !== !1 || D(Mt)(K.searchProps)) && D(h).showSearch.value ? (B(), ue(qa, {
|
|
55396
55400
|
"onClick:appendInner": me[2] || (me[2] = () => D(h).refresh({ deepRefresh: !0 })),
|
|
55397
55401
|
"onClick:prependInner": me[3] || (me[3] = () => D(h).toggleSearch()),
|
|
55398
|
-
onKeyup: me[4] || (me[4] = _c(() => D(h).refresh({ deepRefresh: !0 }), ["native", "enter"])),
|
|
55402
|
+
onKeyup: me[4] || (me[4] = _c(St(() => D(h).refresh({ deepRefresh: !0 }), ["stop"]), ["native", "enter"])),
|
|
55399
55403
|
"append-inner-icon": "$magnify",
|
|
55400
55404
|
"prepend-inner-icon": "$close",
|
|
55401
55405
|
density: K.density,
|
|
@@ -55421,7 +55425,7 @@ const DK = {
|
|
|
55421
55425
|
allItems: D(h).asyncItems.value,
|
|
55422
55426
|
size: K.size
|
|
55423
55427
|
}, void 0, !0),
|
|
55424
|
-
!A.value && D(
|
|
55428
|
+
!A.value && D(Mt)(D(h).filters.value) ? (B(), ue(Pa, {
|
|
55425
55429
|
key: 2,
|
|
55426
55430
|
"close-on-content-click": !1,
|
|
55427
55431
|
density: K.density,
|
|
@@ -55497,7 +55501,7 @@ const DK = {
|
|
|
55497
55501
|
]),
|
|
55498
55502
|
_: 1
|
|
55499
55503
|
}, 8, ["density"])) : te("", !0),
|
|
55500
|
-
!E.value && D(
|
|
55504
|
+
!E.value && D(Mt)(D(h).externalParties.value) ? (B(), ue(Pa, {
|
|
55501
55505
|
key: 3,
|
|
55502
55506
|
"close-on-content-click": !1,
|
|
55503
55507
|
density: K.density,
|
|
@@ -55568,7 +55572,7 @@ const DK = {
|
|
|
55568
55572
|
D(h).showSearch.value ? (B(), ue(qa, {
|
|
55569
55573
|
key: 0,
|
|
55570
55574
|
"onClick:appendInner": me[8] || (me[8] = () => D(h).refresh()),
|
|
55571
|
-
onKeyup: me[9] || (me[9] = _c(() => D(h).refresh(), ["native", "enter"])),
|
|
55575
|
+
onKeyup: me[9] || (me[9] = _c(St(() => D(h).refresh(), ["stop"]), ["native", "enter"])),
|
|
55572
55576
|
"append-inner-icon": "$magnify",
|
|
55573
55577
|
autofocus: "",
|
|
55574
55578
|
density: K.density,
|
|
@@ -55681,7 +55685,7 @@ const DK = {
|
|
|
55681
55685
|
toggleSearch: D(h).toggleSearch,
|
|
55682
55686
|
ui: D(h)
|
|
55683
55687
|
}, () => [
|
|
55684
|
-
D(
|
|
55688
|
+
D(Mt)(D(h).asyncItems.value) ? K.showListOnly || Oe ? (B(), ue(va, {
|
|
55685
55689
|
key: 1,
|
|
55686
55690
|
"active-class": K.activeClass,
|
|
55687
55691
|
class: Te(["pt-0", K.scrollY ? "overflow-y-auto" : ""]),
|
|
@@ -55722,13 +55726,13 @@ const DK = {
|
|
|
55722
55726
|
size: K.size
|
|
55723
55727
|
}, () => [
|
|
55724
55728
|
(B(!0), le(Ce, null, Ke(D(h).titleOptions.value, (He, mt) => (B(), le("span", { key: mt }, [
|
|
55725
|
-
(B(!0), le(Ce, null, Ke(He.values, (
|
|
55729
|
+
(B(!0), le(Ce, null, Ke(He.values, (Dt, Ht) => ve(K.$slots, Dt.value, {
|
|
55726
55730
|
key: Ht,
|
|
55727
55731
|
item: Re,
|
|
55728
55732
|
class: "mr-1"
|
|
55729
55733
|
}, () => [
|
|
55730
55734
|
k(de, {
|
|
55731
|
-
option:
|
|
55735
|
+
option: Dt,
|
|
55732
55736
|
data: Re
|
|
55733
55737
|
}, null, 8, ["option", "data"])
|
|
55734
55738
|
], !0)), 128))
|
|
@@ -55742,13 +55746,13 @@ const DK = {
|
|
|
55742
55746
|
size: K.size
|
|
55743
55747
|
}, () => [
|
|
55744
55748
|
(B(!0), le(Ce, null, Ke(D(h).subtitleOptions.value, (He, mt) => (B(), le("span", { key: mt }, [
|
|
55745
|
-
(B(!0), le(Ce, null, Ke(He.values, (
|
|
55749
|
+
(B(!0), le(Ce, null, Ke(He.values, (Dt, Ht) => ve(K.$slots, Dt.value, {
|
|
55746
55750
|
key: Ht,
|
|
55747
55751
|
item: Re,
|
|
55748
55752
|
class: "mr-1"
|
|
55749
55753
|
}, () => [
|
|
55750
55754
|
k(de, {
|
|
55751
|
-
option:
|
|
55755
|
+
option: Dt,
|
|
55752
55756
|
data: Re
|
|
55753
55757
|
}, null, 8, ["option", "data"])
|
|
55754
55758
|
], !0)), 128))
|
|
@@ -55788,7 +55792,7 @@ const DK = {
|
|
|
55788
55792
|
!E.value && D(h).isIntegratable.value(Re) ? (B(), le("div", IK, [
|
|
55789
55793
|
k(Al, { "hide-on-leave": "" }, {
|
|
55790
55794
|
default: O(() => {
|
|
55791
|
-
var He, mt,
|
|
55795
|
+
var He, mt, Dt, Ht;
|
|
55792
55796
|
return [
|
|
55793
55797
|
D(h).isIntegrated.value(Re) ? (B(), le("div", EK, [
|
|
55794
55798
|
k(Ae, {
|
|
@@ -55800,15 +55804,15 @@ const DK = {
|
|
|
55800
55804
|
}, null, 8, ["size", "title"]),
|
|
55801
55805
|
(mt = D(h).currentExternalParty.value) != null && mt.canUnlink ? (B(), ue(Ae, {
|
|
55802
55806
|
key: 0,
|
|
55803
|
-
onClick:
|
|
55807
|
+
onClick: St((it) => D(h).unlinkFromExternalParty(Re), ["stop"]),
|
|
55804
55808
|
class: "text-error",
|
|
55805
55809
|
icon: "$cloud-remove",
|
|
55806
55810
|
size: I.value,
|
|
55807
|
-
title: `Unlink from ${(
|
|
55811
|
+
title: `Unlink from ${(Dt = D(h).currentExternalParty.value) == null ? void 0 : Dt.party}`,
|
|
55808
55812
|
variant: "text"
|
|
55809
55813
|
}, null, 8, ["onClick", "size", "title"])) : te("", !0)
|
|
55810
55814
|
])) : (B(), ue(Ae, {
|
|
55811
|
-
onClick:
|
|
55815
|
+
onClick: St((it) => D(h).pushToExternalParty(Re), ["stop"]),
|
|
55812
55816
|
icon: "$cloud-upload",
|
|
55813
55817
|
key: "a2",
|
|
55814
55818
|
size: I.value,
|
|
@@ -55821,7 +55825,7 @@ const DK = {
|
|
|
55821
55825
|
}, 1024)
|
|
55822
55826
|
])) : te("", !0),
|
|
55823
55827
|
Re.errorMsg != null ? (B(), ue(Ae, {
|
|
55824
|
-
onClick: me[12] || (me[12] =
|
|
55828
|
+
onClick: me[12] || (me[12] = St(() => {
|
|
55825
55829
|
}, ["stop"])),
|
|
55826
55830
|
class: "text-warning",
|
|
55827
55831
|
icon: "$alert-circle",
|
|
@@ -55830,7 +55834,7 @@ const DK = {
|
|
|
55830
55834
|
title: Re.errorMsg
|
|
55831
55835
|
}, null, 8, ["size", "title"])) : te("", !0),
|
|
55832
55836
|
K.canDelete && D(h).isDeletable.value(Re) ? (B(), ue(Ae, {
|
|
55833
|
-
onClick:
|
|
55837
|
+
onClick: St((He) => D(h).deleteItem(Re), ["stop"]),
|
|
55834
55838
|
class: "text-error",
|
|
55835
55839
|
disabled: !D(f).canEdit(K.nav),
|
|
55836
55840
|
icon: "$delete",
|
|
@@ -55840,7 +55844,7 @@ const DK = {
|
|
|
55840
55844
|
variant: "text"
|
|
55841
55845
|
}, null, 8, ["onClick", "disabled", "loading", "size"])) : te("", !0),
|
|
55842
55846
|
K.canRestore && D(h).isRestorable.value(Re) ? (B(), ue(Ae, {
|
|
55843
|
-
onClick:
|
|
55847
|
+
onClick: St((He) => D(h).restoreItem(Re), ["stop"]),
|
|
55844
55848
|
disabled: !D(f).canEdit(K.nav),
|
|
55845
55849
|
key: "3",
|
|
55846
55850
|
icon: "$eraser-variant",
|
|
@@ -55932,7 +55936,7 @@ const DK = {
|
|
|
55932
55936
|
!E.value && D(h).isIntegratable.value(Re) ? (B(), le("div", LK, [
|
|
55933
55937
|
k(Al, { "hide-on-leave": "" }, {
|
|
55934
55938
|
default: O(() => {
|
|
55935
|
-
var He, mt,
|
|
55939
|
+
var He, mt, Dt, Ht;
|
|
55936
55940
|
return [
|
|
55937
55941
|
D(h).isIntegrated.value(Re) ? (B(), le("div", BK, [
|
|
55938
55942
|
k(Ae, {
|
|
@@ -55944,15 +55948,15 @@ const DK = {
|
|
|
55944
55948
|
}, null, 8, ["size", "title"]),
|
|
55945
55949
|
(mt = D(h).currentExternalParty.value) != null && mt.canUnlink ? (B(), ue(Ae, {
|
|
55946
55950
|
key: 0,
|
|
55947
|
-
onClick:
|
|
55951
|
+
onClick: St((it) => D(h).unlinkFromExternalParty(Re), ["stop"]),
|
|
55948
55952
|
class: "text-error",
|
|
55949
55953
|
icon: "$cloud-remove",
|
|
55950
55954
|
size: I.value,
|
|
55951
|
-
title: `Unlink from ${(
|
|
55955
|
+
title: `Unlink from ${(Dt = D(h).currentExternalParty.value) == null ? void 0 : Dt.party}`,
|
|
55952
55956
|
variant: "text"
|
|
55953
55957
|
}, null, 8, ["onClick", "size", "title"])) : te("", !0)
|
|
55954
55958
|
])) : (B(), ue(Ae, {
|
|
55955
|
-
onClick:
|
|
55959
|
+
onClick: St((it) => D(h).pushToExternalParty(Re), ["stop"]),
|
|
55956
55960
|
icon: "$cloud-upload",
|
|
55957
55961
|
key: "a2",
|
|
55958
55962
|
size: I.value,
|
|
@@ -55965,7 +55969,7 @@ const DK = {
|
|
|
55965
55969
|
}, 1024)
|
|
55966
55970
|
])) : te("", !0),
|
|
55967
55971
|
Re.errorMsg != null ? (B(), ue(Ae, {
|
|
55968
|
-
onClick: me[13] || (me[13] =
|
|
55972
|
+
onClick: me[13] || (me[13] = St(() => {
|
|
55969
55973
|
}, ["stop"])),
|
|
55970
55974
|
class: "text-warning",
|
|
55971
55975
|
icon: "$alert-circle",
|
|
@@ -55974,7 +55978,7 @@ const DK = {
|
|
|
55974
55978
|
title: Re.errorMsg
|
|
55975
55979
|
}, null, 8, ["size", "title"])) : te("", !0),
|
|
55976
55980
|
K.canDelete && D(h).isDeletable.value(Re) ? (B(), ue(Ae, {
|
|
55977
|
-
onClick:
|
|
55981
|
+
onClick: St((He) => D(h).deleteItem(Re), ["stop"]),
|
|
55978
55982
|
class: "text-error",
|
|
55979
55983
|
disabled: !D(f).canEdit(K.nav),
|
|
55980
55984
|
icon: "$delete",
|
|
@@ -55983,7 +55987,7 @@ const DK = {
|
|
|
55983
55987
|
variant: "text"
|
|
55984
55988
|
}, null, 8, ["onClick", "disabled", "size"])) : te("", !0),
|
|
55985
55989
|
K.canRestore && D(h).isRestorable.value(Re) ? (B(), ue(Ae, {
|
|
55986
|
-
onClick:
|
|
55990
|
+
onClick: St((He) => D(h).restoreItem(Re), ["stop"]),
|
|
55987
55991
|
disabled: !D(f).canEdit(K.nav),
|
|
55988
55992
|
key: "3",
|
|
55989
55993
|
icon: "$eraser-variant",
|
|
@@ -56126,7 +56130,7 @@ const DK = {
|
|
|
56126
56130
|
}, 8, ["bladeName", "bladeStartShowing", "bordered", "density", "flat", "errorMsg", "hideSubtoolbar", "hideToolbar", "label", "loadingMsg", "preset", "showOnlyTitleLeft", "size", "transparent", "variant"]);
|
|
56127
56131
|
};
|
|
56128
56132
|
}
|
|
56129
|
-
}), RK = /* @__PURE__ */ Tv(FK, [["__scopeId", "data-v-
|
|
56133
|
+
}), RK = /* @__PURE__ */ Tv(FK, [["__scopeId", "data-v-ae4a6a83"]]);
|
|
56130
56134
|
/*!
|
|
56131
56135
|
* vue-use-spring v0.3.3
|
|
56132
56136
|
* (c) 2020-2024 Eduardo San Martin Morote
|
|
@@ -56378,7 +56382,7 @@ const eX = ["success", "info", "warning", "error"], tX = Ue({
|
|
|
56378
56382
|
type: String,
|
|
56379
56383
|
validator: (e) => eX.includes(e)
|
|
56380
56384
|
},
|
|
56381
|
-
...
|
|
56385
|
+
...Tt(),
|
|
56382
56386
|
...Fl(),
|
|
56383
56387
|
...Nr(),
|
|
56384
56388
|
...yr(),
|
|
@@ -56518,7 +56522,7 @@ const eX = ["success", "info", "warning", "error"], tX = Ue({
|
|
|
56518
56522
|
}
|
|
56519
56523
|
}), aX = Ue({
|
|
56520
56524
|
text: String,
|
|
56521
|
-
...
|
|
56525
|
+
...Tt(),
|
|
56522
56526
|
...Sa()
|
|
56523
56527
|
}, "VToolbarTitle"), yp = dt()({
|
|
56524
56528
|
name: "VToolbarTitle",
|
|
@@ -56568,7 +56572,7 @@ const eX = ["success", "info", "warning", "error"], tX = Ue({
|
|
|
56568
56572
|
image: String,
|
|
56569
56573
|
title: String,
|
|
56570
56574
|
...Ti(),
|
|
56571
|
-
...
|
|
56575
|
+
...Tt(),
|
|
56572
56576
|
...yr(),
|
|
56573
56577
|
...Cl(),
|
|
56574
56578
|
...Sa({
|
|
@@ -56678,7 +56682,7 @@ const eX = ["success", "info", "warning", "error"], tX = Ue({
|
|
|
56678
56682
|
};
|
|
56679
56683
|
}
|
|
56680
56684
|
}), rX = Ue({
|
|
56681
|
-
...
|
|
56685
|
+
...Tt(),
|
|
56682
56686
|
..._i({
|
|
56683
56687
|
variant: "text"
|
|
56684
56688
|
})
|
|
@@ -56979,7 +56983,7 @@ const eX = ["success", "info", "warning", "error"], tX = Ue({
|
|
|
56979
56983
|
}
|
|
56980
56984
|
return (h, p) => (B(), le("div", null, [
|
|
56981
56985
|
k(Ae, ge(h.$attrs, {
|
|
56982
|
-
onClick:
|
|
56986
|
+
onClick: St(g, ["stop"]),
|
|
56983
56987
|
color: o.value,
|
|
56984
56988
|
disabled: !c.value,
|
|
56985
56989
|
icon: i.value,
|
|
@@ -57008,7 +57012,7 @@ const eX = ["success", "info", "warning", "error"], tX = Ue({
|
|
|
57008
57012
|
function g() {
|
|
57009
57013
|
var S;
|
|
57010
57014
|
const b = (S = o.value) == null ? void 0 : S.getVideoTracks();
|
|
57011
|
-
|
|
57015
|
+
Mt(b) && (b == null || b.forEach((m) => m.stop()));
|
|
57012
57016
|
}
|
|
57013
57017
|
async function h(b) {
|
|
57014
57018
|
s.value != null && (r.value = b, o.value = await navigator.mediaDevices.getUserMedia({
|
|
@@ -57041,7 +57045,7 @@ const eX = ["success", "info", "warning", "error"], tX = Ue({
|
|
|
57041
57045
|
}), (b, S) => (B(), le("div", null, [
|
|
57042
57046
|
!b.hideButton && !v.value ? (B(), ue(Ae, ge({
|
|
57043
57047
|
key: 0,
|
|
57044
|
-
onClick:
|
|
57048
|
+
onClick: St(w, ["stop"])
|
|
57045
57049
|
}, b.$attrs), null, 16)) : te("", !0),
|
|
57046
57050
|
k(Pr, {
|
|
57047
57051
|
"onClick:outside": S[0] || (S[0] = () => g()),
|
|
@@ -57494,7 +57498,7 @@ const eX = ["success", "info", "warning", "error"], tX = Ue({
|
|
|
57494
57498
|
type: [Number, String],
|
|
57495
57499
|
default: 300
|
|
57496
57500
|
},
|
|
57497
|
-
...
|
|
57501
|
+
...Tt()
|
|
57498
57502
|
}, "VColorPickerCanvas"), EX = wi({
|
|
57499
57503
|
name: "VColorPickerCanvas",
|
|
57500
57504
|
props: IX(),
|
|
@@ -57826,7 +57830,7 @@ const LX = {
|
|
|
57826
57830
|
default: () => Object.keys(nu),
|
|
57827
57831
|
validator: (e) => Array.isArray(e) && e.every((t) => Object.keys(nu).includes(t))
|
|
57828
57832
|
},
|
|
57829
|
-
...
|
|
57833
|
+
...Tt()
|
|
57830
57834
|
}, "VColorPickerEdit"), zX = wi({
|
|
57831
57835
|
name: "VColorPickerEdit",
|
|
57832
57836
|
props: RX(),
|
|
@@ -58129,7 +58133,7 @@ const WX = Ue({
|
|
|
58129
58133
|
},
|
|
58130
58134
|
name: String,
|
|
58131
58135
|
noKeyboard: Boolean,
|
|
58132
|
-
...
|
|
58136
|
+
...Tt()
|
|
58133
58137
|
}, "VSliderThumb"), qX = dt()({
|
|
58134
58138
|
name: "VSliderThumb",
|
|
58135
58139
|
directives: {
|
|
@@ -58264,7 +58268,7 @@ const WX = Ue({
|
|
|
58264
58268
|
type: Number,
|
|
58265
58269
|
required: !0
|
|
58266
58270
|
},
|
|
58267
|
-
...
|
|
58271
|
+
...Tt()
|
|
58268
58272
|
}, "VSliderTrack"), ZX = dt()({
|
|
58269
58273
|
name: "VSliderTrack",
|
|
58270
58274
|
props: GX(),
|
|
@@ -58491,7 +58495,7 @@ const WX = Ue({
|
|
|
58491
58495
|
},
|
|
58492
58496
|
disabled: Boolean,
|
|
58493
58497
|
hideAlpha: Boolean,
|
|
58494
|
-
...
|
|
58498
|
+
...Tt()
|
|
58495
58499
|
}, "VColorPickerPreview"), QX = wi({
|
|
58496
58500
|
name: "VColorPickerPreview",
|
|
58497
58501
|
props: XX(),
|
|
@@ -58584,7 +58588,7 @@ const WX = Ue({
|
|
|
58584
58588
|
disabled: Boolean,
|
|
58585
58589
|
color: Object,
|
|
58586
58590
|
maxHeight: [Number, String],
|
|
58587
|
-
...
|
|
58591
|
+
...Tt()
|
|
58588
58592
|
}, "VColorPickerSwatches");
|
|
58589
58593
|
function eQ(e) {
|
|
58590
58594
|
return Object.keys(e).map((t) => {
|
|
@@ -58628,7 +58632,7 @@ const tQ = wi({
|
|
|
58628
58632
|
}), aQ = lv("v-picker-title"), J5 = Ue({
|
|
58629
58633
|
color: String,
|
|
58630
58634
|
...Ti(),
|
|
58631
|
-
...
|
|
58635
|
+
...Tt(),
|
|
58632
58636
|
...Nr(),
|
|
58633
58637
|
...yr(),
|
|
58634
58638
|
...xv(),
|
|
@@ -59323,7 +59327,7 @@ const mQ = Symbol.for("vuetify:v-slide-group"), Pw = Ue({
|
|
|
59323
59327
|
type: [Boolean, String],
|
|
59324
59328
|
validator: (e) => typeof e == "boolean" || ["always", "desktop", "mobile"].includes(e)
|
|
59325
59329
|
},
|
|
59326
|
-
...
|
|
59330
|
+
...Tt(),
|
|
59327
59331
|
...n5({
|
|
59328
59332
|
mobile: null
|
|
59329
59333
|
}),
|
|
@@ -59566,7 +59570,7 @@ const mQ = Symbol.for("vuetify:v-slide-group"), Pw = Ue({
|
|
|
59566
59570
|
default: Il
|
|
59567
59571
|
},
|
|
59568
59572
|
...Pw(),
|
|
59569
|
-
...
|
|
59573
|
+
...Tt(),
|
|
59570
59574
|
...dw({
|
|
59571
59575
|
selectedClass: "v-chip--selected"
|
|
59572
59576
|
}),
|
|
@@ -59666,7 +59670,7 @@ const mQ = Symbol.for("vuetify:v-slide-group"), Pw = Ue({
|
|
|
59666
59670
|
onClick: ql(),
|
|
59667
59671
|
onClickOnce: ql(),
|
|
59668
59672
|
...Ti(),
|
|
59669
|
-
...
|
|
59673
|
+
...Tt(),
|
|
59670
59674
|
...Fl(),
|
|
59671
59675
|
...yr(),
|
|
59672
59676
|
...fw(),
|
|
@@ -59853,7 +59857,7 @@ const mQ = Symbol.for("vuetify:v-slide-group"), Pw = Ue({
|
|
|
59853
59857
|
}
|
|
59854
59858
|
}), yQ = Ue({
|
|
59855
59859
|
renderless: Boolean,
|
|
59856
|
-
...
|
|
59860
|
+
...Tt()
|
|
59857
59861
|
}, "VVirtualScrollItem"), bQ = dt()({
|
|
59858
59862
|
name: "VVirtualScrollItem",
|
|
59859
59863
|
inheritAttrs: !1,
|
|
@@ -60048,7 +60052,7 @@ const MQ = Ue({
|
|
|
60048
60052
|
},
|
|
60049
60053
|
renderless: Boolean,
|
|
60050
60054
|
...kQ(),
|
|
60051
|
-
...
|
|
60055
|
+
...Tt(),
|
|
60052
60056
|
...Nr()
|
|
60053
60057
|
}, "VVirtualScroll"), wp = dt()({
|
|
60054
60058
|
name: "VVirtualScroll",
|
|
@@ -60137,7 +60141,7 @@ function DQ(e, t, a, n, l, r) {
|
|
|
60137
60141
|
key: 0,
|
|
60138
60142
|
size: "small",
|
|
60139
60143
|
icon: "$close",
|
|
60140
|
-
onClick: t[0] || (t[0] =
|
|
60144
|
+
onClick: t[0] || (t[0] = St((i) => e.clear(), ["stop"]))
|
|
60141
60145
|
})) : te("", !0),
|
|
60142
60146
|
k($t, {
|
|
60143
60147
|
size: "small",
|
|
@@ -65057,7 +65061,7 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
65057
65061
|
"aria-label": Z.overlayLabel,
|
|
65058
65062
|
tabindex: Z.useRelative ? void 0 : "0",
|
|
65059
65063
|
onKeydown: R,
|
|
65060
|
-
onClick: H[0] || (H[0] =
|
|
65064
|
+
onClick: H[0] || (H[0] = St(() => {
|
|
65061
65065
|
}, ["prevent"]))
|
|
65062
65066
|
}, [
|
|
65063
65067
|
ne("div", {
|
|
@@ -65085,7 +65089,7 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
65085
65089
|
"aria-disabled": ce.disabled || void 0,
|
|
65086
65090
|
tabindex: "0",
|
|
65087
65091
|
"data-test-id": ce.text,
|
|
65088
|
-
onClick:
|
|
65092
|
+
onClick: St((we) => $(ce), ["prevent"]),
|
|
65089
65093
|
onKeydown: (we) => D($l)(we, () => $(ce), !0),
|
|
65090
65094
|
onMouseover: (we) => W(ce.value)
|
|
65091
65095
|
}, [
|
|
@@ -66854,7 +66858,7 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
66854
66858
|
"aria-label": (de = (me = D(s)) == null ? void 0 : me.day) == null ? void 0 : de.call(me, X),
|
|
66855
66859
|
tabindex: !X.current && xe.hideOffsetDates ? void 0 : 0,
|
|
66856
66860
|
"data-test-id": D(t1)(X.value),
|
|
66857
|
-
onClick:
|
|
66861
|
+
onClick: St((Le) => ce(Le, X), ["prevent"]),
|
|
66858
66862
|
onTouchend: (Le) => ce(Le, X, !1),
|
|
66859
66863
|
onKeydown: (Le) => D($l)(Le, () => xe.$emit("select-date", X)),
|
|
66860
66864
|
onMouseenter: (Le) => Y(X, fe, K),
|
|
@@ -67105,7 +67109,7 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
67105
67109
|
);
|
|
67106
67110
|
z(je, ze.month, ze.year);
|
|
67107
67111
|
}
|
|
67108
|
-
},
|
|
67112
|
+
}, Dt = (pe) => {
|
|
67109
67113
|
if (Re(pe.value) || !S(pe.value, s.value, g.value.fixedStart ? 0 : 1))
|
|
67110
67114
|
return t("invalid-date", pe.value);
|
|
67111
67115
|
l.value = jI(Qe(pe.value), s, t, g);
|
|
@@ -67113,7 +67117,7 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
67113
67117
|
if (he(), g.value.autoRange)
|
|
67114
67118
|
return He(pe, ke);
|
|
67115
67119
|
if (g.value.fixedStart || g.value.fixedEnd)
|
|
67116
|
-
return
|
|
67120
|
+
return Dt(pe);
|
|
67117
67121
|
l.value[0] ? S(Qe(pe.value), s.value) && !Re(pe.value) ? gn(Qe(pe.value), Qe(l.value[0])) ? (l.value.unshift(Qe(pe.value)), t("range-end", l.value[0])) : (l.value[1] = Qe(pe.value), t("range-end", l.value[1])) : (e.autoApply && t("auto-apply-invalid", pe.value), t("invalid-date", pe.value)) : (l.value[0] = Qe(pe.value), t("range-start", l.value[0]));
|
|
67118
67122
|
}, it = (pe = !0) => e.enableSeconds ? Array.isArray(u.seconds) ? pe ? u.seconds[0] : u.seconds[1] : u.seconds : 0, ua = (pe) => {
|
|
67119
67123
|
l.value[pe] = os(
|
|
@@ -67729,14 +67733,14 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
67729
67733
|
}, ae = () => {
|
|
67730
67734
|
q(), n("time-picker-close");
|
|
67731
67735
|
}, J = (he) => {
|
|
67732
|
-
var He, mt,
|
|
67733
|
-
(He = b.value) == null || He.toggleTimePicker(!1, !1), (mt = b.value) == null || mt.toggleMonthPicker(!1, !1, he), (
|
|
67736
|
+
var He, mt, Dt;
|
|
67737
|
+
(He = b.value) == null || He.toggleTimePicker(!1, !1), (mt = b.value) == null || mt.toggleMonthPicker(!1, !1, he), (Dt = b.value) == null || Dt.toggleYearPicker(!1, !1, he);
|
|
67734
67738
|
}, fe = (he, He = 0) => {
|
|
67735
|
-
var mt,
|
|
67736
|
-
return he === "month" ? (mt = b.value) == null ? void 0 : mt.toggleMonthPicker(!1, !0, He) : he === "year" ? (
|
|
67739
|
+
var mt, Dt, Ht;
|
|
67740
|
+
return he === "month" ? (mt = b.value) == null ? void 0 : mt.toggleMonthPicker(!1, !0, He) : he === "year" ? (Dt = b.value) == null ? void 0 : Dt.toggleYearPicker(!1, !0, He) : he === "time" ? (Ht = b.value) == null ? void 0 : Ht.toggleTimePicker(!0, !1) : J(He);
|
|
67737
67741
|
}, X = (he, ...He) => {
|
|
67738
|
-
var mt,
|
|
67739
|
-
(mt = b.value) != null && mt[he] && ((
|
|
67742
|
+
var mt, Dt;
|
|
67743
|
+
(mt = b.value) != null && mt[he] && ((Dt = b.value) == null || Dt[he](...He));
|
|
67740
67744
|
}, K = () => {
|
|
67741
67745
|
X("selectCurrentDate");
|
|
67742
67746
|
}, me = (he, He) => {
|
|
@@ -67748,14 +67752,14 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
67748
67752
|
}, Le = (he, He) => {
|
|
67749
67753
|
he.preventDefault(), we(He);
|
|
67750
67754
|
}, Oe = (he) => {
|
|
67751
|
-
var He, mt,
|
|
67755
|
+
var He, mt, Dt;
|
|
67752
67756
|
if (xe(he), he.key === Oa.home || he.key === Oa.end)
|
|
67753
67757
|
return X(
|
|
67754
67758
|
"selectWeekDate",
|
|
67755
67759
|
he.key === Oa.home,
|
|
67756
67760
|
he.target.getAttribute("id")
|
|
67757
67761
|
);
|
|
67758
|
-
switch ((he.key === Oa.pageUp || he.key === Oa.pageDown) && (he.shiftKey ? (X("changeYear", he.key === Oa.pageUp), (He = J0(r.value, "overlay-year")) == null || He.focus()) : (X("changeMonth", he.key === Oa.pageUp), (mt = J0(r.value, he.key === Oa.pageUp ? "action-prev" : "action-next")) == null || mt.focus()), he.target.getAttribute("id") && ((
|
|
67762
|
+
switch ((he.key === Oa.pageUp || he.key === Oa.pageDown) && (he.shiftKey ? (X("changeYear", he.key === Oa.pageUp), (He = J0(r.value, "overlay-year")) == null || He.focus()) : (X("changeMonth", he.key === Oa.pageUp), (mt = J0(r.value, he.key === Oa.pageUp ? "action-prev" : "action-next")) == null || mt.focus()), he.target.getAttribute("id") && ((Dt = r.value) == null || Dt.focus({ preventScroll: !0 }))), he.key) {
|
|
67759
67763
|
case Oa.esc:
|
|
67760
67764
|
return Se(he);
|
|
67761
67765
|
case Oa.arrowLeft:
|
|
@@ -67782,7 +67786,7 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
67782
67786
|
(He = (he = b.value) == null ? void 0 : he.setStartTime) == null || He.call(he);
|
|
67783
67787
|
}
|
|
67784
67788
|
}), (he, He) => {
|
|
67785
|
-
var mt,
|
|
67789
|
+
var mt, Dt, Ht;
|
|
67786
67790
|
return B(), le("div", {
|
|
67787
67791
|
id: he.uid ? `dp-menu-${he.uid}` : void 0,
|
|
67788
67792
|
ref_key: "dpMenuRef",
|
|
@@ -67815,7 +67819,7 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
67815
67819
|
ref_key: "innerMenuRef",
|
|
67816
67820
|
ref: C,
|
|
67817
67821
|
class: Te({
|
|
67818
|
-
dp__menu_content_wrapper: ((
|
|
67822
|
+
dp__menu_content_wrapper: ((Dt = he.presetDates) == null ? void 0 : Dt.length) || !!he.$slots["left-sidebar"] || !!he.$slots["right-sidebar"],
|
|
67819
67823
|
"dp--menu-content-wrapper-collapsed": e.collapse && (((Ht = he.presetDates) == null ? void 0 : Ht.length) || !!he.$slots["left-sidebar"] || !!he.$slots["right-sidebar"])
|
|
67820
67824
|
}),
|
|
67821
67825
|
"data-dp-mobile": D(p),
|
|
@@ -67842,7 +67846,7 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
67842
67846
|
class: Te(["dp__btn dp--preset-range", { "dp--preset-range-collapsed": e.collapse }]),
|
|
67843
67847
|
"data-test-id": it.testId ?? void 0,
|
|
67844
67848
|
"data-dp-mobile": D(p),
|
|
67845
|
-
onClick:
|
|
67849
|
+
onClick: St((Ja) => me(it.value, it.noTz), ["prevent"]),
|
|
67846
67850
|
onKeydown: (Ja) => D($l)(Ja, () => me(it.value, it.noTz), !0)
|
|
67847
67851
|
}, Ne(it.label), 47, Nae))
|
|
67848
67852
|
], 64))), 128))
|
|
@@ -68633,7 +68637,7 @@ const zae = ({
|
|
|
68633
68637
|
class: "dp--clear-btn",
|
|
68634
68638
|
type: "button",
|
|
68635
68639
|
onKeydown: j[4] || (j[4] = (re) => D($l)(re, () => E(re), !0, q)),
|
|
68636
|
-
onClick: j[5] || (j[5] =
|
|
68640
|
+
onClick: j[5] || (j[5] = St((re) => E(re), ["prevent"]))
|
|
68637
68641
|
}, [
|
|
68638
68642
|
k(D(TI), {
|
|
68639
68643
|
class: "dp__input_icons",
|
|
@@ -68786,8 +68790,8 @@ const zae = ({
|
|
|
68786
68790
|
}, He = () => {
|
|
68787
68791
|
we() && he() ? (ce(), ua()) : n("invalid-select", re.value);
|
|
68788
68792
|
}, mt = (ze) => {
|
|
68789
|
-
|
|
68790
|
-
},
|
|
68793
|
+
Dt(), ce(), I.value.closeOnAutoApply && !ze && ua();
|
|
68794
|
+
}, Dt = () => {
|
|
68791
68795
|
d.value && M.value.enabled && d.value.setParsedDate(re.value);
|
|
68792
68796
|
}, Ht = (ze = !1) => {
|
|
68793
68797
|
l.autoApply && S(re.value) && he() && (P.value.enabled && Array.isArray(re.value) ? (P.value.partialRange || re.value.length === 2) && mt(ze) : mt(ze));
|
|
@@ -68806,7 +68810,7 @@ const zae = ({
|
|
|
68806
68810
|
y.value = !1;
|
|
68807
68811
|
})) : n("invalid-date", ze);
|
|
68808
68812
|
}, Ml = () => {
|
|
68809
|
-
l.autoApply && S(re.value) && ce(),
|
|
68813
|
+
l.autoApply && S(re.value) && ce(), Dt();
|
|
68810
68814
|
}, fl = () => i.value ? ua() : Oe(), Dl = (ze) => {
|
|
68811
68815
|
re.value = ze;
|
|
68812
68816
|
}, nl = () => {
|
|
@@ -69119,8 +69123,8 @@ const nne = /* @__PURE__ */ Je({
|
|
|
69119
69123
|
k(Ae, ge(b.$attrs, {
|
|
69120
69124
|
icon: b.icon,
|
|
69121
69125
|
size: b.size,
|
|
69122
|
-
onMousedown:
|
|
69123
|
-
onTouchstart:
|
|
69126
|
+
onMousedown: St(x, ["stop"]),
|
|
69127
|
+
onTouchstart: St(x, ["stop"])
|
|
69124
69128
|
}), {
|
|
69125
69129
|
default: O(() => [
|
|
69126
69130
|
k($t, {
|
|
@@ -69419,7 +69423,7 @@ const nne = /* @__PURE__ */ Je({
|
|
|
69419
69423
|
type: Function,
|
|
69420
69424
|
default: Il
|
|
69421
69425
|
},
|
|
69422
|
-
...
|
|
69426
|
+
...Tt(),
|
|
69423
69427
|
...Fl(),
|
|
69424
69428
|
...Na()
|
|
69425
69429
|
}, "SelectionControlGroup"), mne = Ue({
|
|
@@ -69483,7 +69487,7 @@ const Jw = Ue({
|
|
|
69483
69487
|
trueValue: null,
|
|
69484
69488
|
falseValue: null,
|
|
69485
69489
|
value: null,
|
|
69486
|
-
...
|
|
69490
|
+
...Tt(),
|
|
69487
69491
|
...KI()
|
|
69488
69492
|
}, "VSelectionControl");
|
|
69489
69493
|
function hne(e) {
|
|
@@ -71243,10 +71247,10 @@ const Ine = Ue({
|
|
|
71243
71247
|
})) ?? k(_t, ge(Re, {
|
|
71244
71248
|
role: "option"
|
|
71245
71249
|
}), {
|
|
71246
|
-
prepend: (
|
|
71250
|
+
prepend: (Dt) => {
|
|
71247
71251
|
let {
|
|
71248
71252
|
isSelected: Ht
|
|
71249
|
-
} =
|
|
71253
|
+
} = Dt;
|
|
71250
71254
|
return ne(Ce, null, [e.multiple && !e.hideSelected ? k(Mh, {
|
|
71251
71255
|
key: De.value,
|
|
71252
71256
|
modelValue: Ht,
|
|
@@ -71259,8 +71263,8 @@ const Ine = Ue({
|
|
|
71259
71263
|
}, null)]);
|
|
71260
71264
|
},
|
|
71261
71265
|
title: () => {
|
|
71262
|
-
var
|
|
71263
|
-
return o.value ? De.title : $ne("v-combobox", De.title, (
|
|
71266
|
+
var Dt;
|
|
71267
|
+
return o.value ? De.title : $ne("v-combobox", De.title, (Dt = I(De)) == null ? void 0 : Dt.title);
|
|
71264
71268
|
}
|
|
71265
71269
|
});
|
|
71266
71270
|
}
|
|
@@ -71366,7 +71370,7 @@ const Ine = Ue({
|
|
|
71366
71370
|
return a.isArray ? a.modelValue : (f = a.modelValue) == null ? void 0 : f.split(",");
|
|
71367
71371
|
},
|
|
71368
71372
|
set(f) {
|
|
71369
|
-
a.isArray ? n("update:modelValue", f) : n("update:modelValue",
|
|
71373
|
+
a.isArray ? n("update:modelValue", f) : n("update:modelValue", Mt(f) ? f.toString() : null);
|
|
71370
71374
|
}
|
|
71371
71375
|
}), r = tt("isEditing", () => U(!1), !0), i = _(() => a.isEditing ?? r.value), o = tt("isMobile", () => U(!1), !0), s = tt("viewVariant", "underlined"), c = tt("editVariant", "outlined"), u = _(() => a.isMobile ?? o.value ? !1 : a.lg), d = _(() => a.isMobile ?? o.value ? !1 : a.md), v = _(() => a.isMobile ?? o.value ? !1 : a.sm);
|
|
71372
71376
|
return (f, g) => (B(), ue(Lt, {
|
|
@@ -74265,7 +74269,7 @@ const sre = ["start", "end", "left", "right", "top", "bottom"], ure = Ue({
|
|
|
74265
74269
|
},
|
|
74266
74270
|
sticky: Boolean,
|
|
74267
74271
|
...Ti(),
|
|
74268
|
-
...
|
|
74272
|
+
...Tt(),
|
|
74269
74273
|
...Cw(),
|
|
74270
74274
|
...n5({
|
|
74271
74275
|
mobile: null
|
|
@@ -74969,7 +74973,7 @@ const sre = ["start", "end", "left", "right", "top", "bottom"], ure = Ue({
|
|
|
74969
74973
|
group: ""
|
|
74970
74974
|
}, {
|
|
74971
74975
|
default: O(() => [
|
|
74972
|
-
(w.alwaysOpen || l.value) && D(
|
|
74976
|
+
(w.alwaysOpen || l.value) && D(Mt)(w.searchProps) ? (B(), ue(qa, {
|
|
74973
74977
|
"onClick:prependInner": b[2] || (b[2] = (S) => D(s).searchString.value = void 0),
|
|
74974
74978
|
"hide-details": "",
|
|
74975
74979
|
key: "1",
|
|
@@ -75846,7 +75850,7 @@ const kre = /* @__PURE__ */ Je({
|
|
|
75846
75850
|
return (p, y) => (B(), le("div", null, [
|
|
75847
75851
|
!p.hideButton && !i.value ? (B(), ue(Ae, ge({
|
|
75848
75852
|
key: 0,
|
|
75849
|
-
onClick:
|
|
75853
|
+
onClick: St(h, ["stop"])
|
|
75850
75854
|
}, p.$attrs), null, 16)) : te("", !0),
|
|
75851
75855
|
k(Pr, {
|
|
75852
75856
|
modelValue: i.value,
|
|
@@ -76181,7 +76185,7 @@ const Are = Ue({
|
|
|
76181
76185
|
validator: (e) => ["top", "bottom"].includes(e)
|
|
76182
76186
|
},
|
|
76183
76187
|
ripple: Boolean,
|
|
76184
|
-
...
|
|
76188
|
+
...Tt(),
|
|
76185
76189
|
...Fl(),
|
|
76186
76190
|
...Su(),
|
|
76187
76191
|
...Sa(),
|
|
@@ -76626,7 +76630,7 @@ const Pre = Ue({
|
|
|
76626
76630
|
var S, m;
|
|
76627
76631
|
c.name != null && (u.value = n((S = c.name) == null ? void 0 : S.toString(), t.tags).sort(sl.firstBy((M) => M.sort ?? 0)) ?? [], d.value = l((m = c.name) == null ? void 0 : m.toString(), t.tags).sort(sl.firstBy((M) => M.sort ?? 0)) ?? [], a(c.name) && (v.value = !0));
|
|
76628
76632
|
}), (S, m) => (B(), le("div", null, [
|
|
76629
|
-
D(
|
|
76633
|
+
D(Mt)(u.value) || D(Mt)(d.value) ? (B(), ue(Pa, {
|
|
76630
76634
|
key: 0,
|
|
76631
76635
|
"max-width": "450",
|
|
76632
76636
|
"close-on-content-click": !1
|
|
@@ -76682,7 +76686,7 @@ const Pre = Ue({
|
|
|
76682
76686
|
k(va, { class: "pa-2" }, {
|
|
76683
76687
|
default: O(() => [
|
|
76684
76688
|
ne("div", Bre, [
|
|
76685
|
-
D(
|
|
76689
|
+
D(Mt)(u.value) ? (B(), ue(bn, { key: 0 }, {
|
|
76686
76690
|
default: O(() => m[12] || (m[12] = [
|
|
76687
76691
|
Ge(" Relevant Links ")
|
|
76688
76692
|
])),
|
|
@@ -76709,7 +76713,7 @@ const Pre = Ue({
|
|
|
76709
76713
|
title: M.title,
|
|
76710
76714
|
subtitle: M.subtitle
|
|
76711
76715
|
}, null, 8, ["prepend-icon", "href", "text", "append-avatar", "title", "subtitle"]))), 128)),
|
|
76712
|
-
D(
|
|
76716
|
+
D(Mt)(d.value) ? (B(), ue(bn, { key: 0 }, {
|
|
76713
76717
|
default: O(() => m[13] || (m[13] = [
|
|
76714
76718
|
Ge("Other Helpful Links")
|
|
76715
76719
|
])),
|
|
@@ -76894,7 +76898,7 @@ const Pre = Ue({
|
|
|
76894
76898
|
k(fr),
|
|
76895
76899
|
k(va, { class: "pa-2 overflow-y-auto" }, {
|
|
76896
76900
|
default: O(() => [
|
|
76897
|
-
D(
|
|
76901
|
+
D(Mt)(u.value) ? (B(), ue(bn, { key: 0 }, {
|
|
76898
76902
|
default: O(() => m[17] || (m[17] = [
|
|
76899
76903
|
Ge(" Relevant Links ")
|
|
76900
76904
|
])),
|
|
@@ -76911,7 +76915,7 @@ const Pre = Ue({
|
|
|
76911
76915
|
title: M.title,
|
|
76912
76916
|
subtitle: M.subtitle
|
|
76913
76917
|
}, null, 8, ["prepend-icon", "href", "text", "append-avatar", "title", "subtitle"]))), 128)),
|
|
76914
|
-
D(
|
|
76918
|
+
D(Mt)(d.value) ? (B(), ue(bn, { key: 1 }, {
|
|
76915
76919
|
default: O(() => m[18] || (m[18] = [
|
|
76916
76920
|
Ge("Other Helpful Links")
|
|
76917
76921
|
])),
|
|
@@ -77229,14 +77233,14 @@ const Pre = Ue({
|
|
|
77229
77233
|
}),
|
|
77230
77234
|
k(ma),
|
|
77231
77235
|
k(Ae, {
|
|
77232
|
-
onClick: h[0] || (h[0] =
|
|
77236
|
+
onClick: h[0] || (h[0] = St((y) => D(i).refresh({ deepRefresh: !0 }), ["stop"])),
|
|
77233
77237
|
icon: "$refresh",
|
|
77234
77238
|
title: "Refresh list",
|
|
77235
77239
|
variant: "text"
|
|
77236
77240
|
})
|
|
77237
77241
|
])) : te("", !0),
|
|
77238
77242
|
ne("div", Kre, [
|
|
77239
|
-
D(
|
|
77243
|
+
D(Mt)(a.value.searchProps) ? (B(), ue(qa, {
|
|
77240
77244
|
key: 0,
|
|
77241
77245
|
autofocus: "",
|
|
77242
77246
|
clearable: "",
|
|
@@ -77249,7 +77253,7 @@ const Pre = Ue({
|
|
|
77249
77253
|
name: "append-inner",
|
|
77250
77254
|
fn: O(() => [
|
|
77251
77255
|
k(Ae, {
|
|
77252
|
-
onClick: h[1] || (h[1] =
|
|
77256
|
+
onClick: h[1] || (h[1] = St((y) => D(i).refresh({ deepRefresh: !0 }), ["stop"])),
|
|
77253
77257
|
icon: "$refresh",
|
|
77254
77258
|
title: "Refresh list",
|
|
77255
77259
|
variant: "text"
|
|
@@ -77258,9 +77262,9 @@ const Pre = Ue({
|
|
|
77258
77262
|
key: "0"
|
|
77259
77263
|
} : void 0
|
|
77260
77264
|
]), 1032, ["modelValue"])) : te("", !0),
|
|
77261
|
-
!D(
|
|
77265
|
+
!D(Mt)(a.value.searchProps) && a.value.title == null ? (B(), ue(Ae, {
|
|
77262
77266
|
key: 1,
|
|
77263
|
-
onClick: h[3] || (h[3] =
|
|
77267
|
+
onClick: h[3] || (h[3] = St((y) => D(i).refresh({ deepRefresh: !0 }), ["stop"])),
|
|
77264
77268
|
icon: "$refresh",
|
|
77265
77269
|
title: "Refresh list",
|
|
77266
77270
|
variant: "text"
|
|
@@ -77356,7 +77360,7 @@ const Pre = Ue({
|
|
|
77356
77360
|
var x;
|
|
77357
77361
|
if (oa(i.value))
|
|
77358
77362
|
return !1;
|
|
77359
|
-
if (
|
|
77363
|
+
if (Mt(n.value.rules)) {
|
|
77360
77364
|
let C;
|
|
77361
77365
|
if ((x = n.value.rules) == null || x.forEach((w) => {
|
|
77362
77366
|
let b = w(i.value);
|
|
@@ -77889,7 +77893,7 @@ const Pre = Ue({
|
|
|
77889
77893
|
default: O(() => [
|
|
77890
77894
|
l.value && C.canSaveProgress !== !1 ? (B(), ue(Ae, {
|
|
77891
77895
|
key: 0,
|
|
77892
|
-
onClick:
|
|
77896
|
+
onClick: St(y, ["stop"]),
|
|
77893
77897
|
class: "mr-4",
|
|
77894
77898
|
"prepend-icon": "$content-save",
|
|
77895
77899
|
size: "small",
|
|
@@ -78066,7 +78070,7 @@ const Pre = Ue({
|
|
|
78066
78070
|
default: O(() => [
|
|
78067
78071
|
l.value && C.canSaveProgress !== !1 ? (B(), ue(Ae, {
|
|
78068
78072
|
key: 0,
|
|
78069
|
-
onClick:
|
|
78073
|
+
onClick: St(y, ["stop"]),
|
|
78070
78074
|
class: "mr-4",
|
|
78071
78075
|
"prepend-icon": "$content-save",
|
|
78072
78076
|
size: "small",
|
|
@@ -78195,7 +78199,7 @@ const Pre = Ue({
|
|
|
78195
78199
|
default: O(() => [
|
|
78196
78200
|
l.value && C.canSaveProgress !== !1 ? (B(), ue(Ae, {
|
|
78197
78201
|
key: 0,
|
|
78198
|
-
onClick:
|
|
78202
|
+
onClick: St(y, ["stop"]),
|
|
78199
78203
|
class: "mr-4",
|
|
78200
78204
|
"prepend-icon": "$content-save",
|
|
78201
78205
|
size: "small",
|
|
@@ -79554,7 +79558,7 @@ const Oie = Ue({
|
|
|
79554
79558
|
}, {
|
|
79555
79559
|
default: O(() => [
|
|
79556
79560
|
k(ei, {
|
|
79557
|
-
onClick:
|
|
79561
|
+
onClick: St(D(s), ["stop"]),
|
|
79558
79562
|
style: We([{ height: "calc(100vh - 64px)" }, `background-color: ${D(b).bgColor}`]),
|
|
79559
79563
|
class: "overflow-y-auto pa-0"
|
|
79560
79564
|
}, {
|
|
@@ -79586,7 +79590,7 @@ const Oie = Ue({
|
|
|
79586
79590
|
slide: V
|
|
79587
79591
|
}, () => [
|
|
79588
79592
|
ne("div", {
|
|
79589
|
-
onClick:
|
|
79593
|
+
onClick: St((W) => D(M)(V), ["stop"])
|
|
79590
79594
|
}, [
|
|
79591
79595
|
k(kE, null, {
|
|
79592
79596
|
default: O(({ isHovering: W, props: q }) => [
|
|
@@ -79635,7 +79639,7 @@ const Oie = Ue({
|
|
|
79635
79639
|
(V == null ? void 0 : V.canDelete) !== !1 && W ? (B(), ue(Ae, {
|
|
79636
79640
|
key: 0,
|
|
79637
79641
|
class: "ma-0 mr-2 pa-0 text-error",
|
|
79638
|
-
onClick:
|
|
79642
|
+
onClick: St((R) => D(w)(V.name), ["stop"]),
|
|
79639
79643
|
icon: "$delete",
|
|
79640
79644
|
variant: "text"
|
|
79641
79645
|
}, null, 8, ["onClick"])) : te("", !0)
|
|
@@ -79656,7 +79660,7 @@ const Oie = Ue({
|
|
|
79656
79660
|
}, {
|
|
79657
79661
|
default: O(() => [
|
|
79658
79662
|
ne("div", {
|
|
79659
|
-
onClick:
|
|
79663
|
+
onClick: St((j) => D(m)(V, R.item), ["stop"])
|
|
79660
79664
|
}, [
|
|
79661
79665
|
k(_m, {
|
|
79662
79666
|
class: Te(D(c) === R.item ? "elevation-23" : void 0),
|
|
@@ -79736,7 +79740,7 @@ const Oie = Ue({
|
|
|
79736
79740
|
}),
|
|
79737
79741
|
ne("div", aoe, [
|
|
79738
79742
|
k(Ae, {
|
|
79739
|
-
onClick:
|
|
79743
|
+
onClick: St(D(o), ["stop"]),
|
|
79740
79744
|
color: D(b).ctlColor,
|
|
79741
79745
|
"prepend-icon": "$card-plus-outline",
|
|
79742
79746
|
text: "Add Slide"
|
|
@@ -79759,7 +79763,7 @@ const Oie = Ue({
|
|
|
79759
79763
|
D(u) != null || D(c) != null ? (B(), ue(Ae, {
|
|
79760
79764
|
key: 0,
|
|
79761
79765
|
icon: "$close",
|
|
79762
|
-
onClick:
|
|
79766
|
+
onClick: St(D(s), ["stop"])
|
|
79763
79767
|
}, null, 8, ["onClick"])) : (B(), ue($t, {
|
|
79764
79768
|
key: 1,
|
|
79765
79769
|
class: "mx-3",
|
|
@@ -79782,7 +79786,7 @@ const Oie = Ue({
|
|
|
79782
79786
|
key: 0,
|
|
79783
79787
|
disabled: ((R = D(u)) == null ? void 0 : R.canDelete) == !1,
|
|
79784
79788
|
class: "text-error",
|
|
79785
|
-
onClick:
|
|
79789
|
+
onClick: St(D(C), ["stop"]),
|
|
79786
79790
|
icon: "$delete"
|
|
79787
79791
|
}, null, 8, ["disabled", "onClick"])) : te("", !0)
|
|
79788
79792
|
];
|
|
@@ -79988,17 +79992,17 @@ const Oie = Ue({
|
|
|
79988
79992
|
_: 1
|
|
79989
79993
|
}),
|
|
79990
79994
|
k(_t, {
|
|
79991
|
-
onClick: E[18] || (E[18] =
|
|
79995
|
+
onClick: E[18] || (E[18] = St((V) => D(b).variant = "basic", ["stop"])),
|
|
79992
79996
|
active: D(b).variant == "basic",
|
|
79993
79997
|
title: "Basic"
|
|
79994
79998
|
}, null, 8, ["active"]),
|
|
79995
79999
|
k(_t, {
|
|
79996
|
-
onClick: E[19] || (E[19] =
|
|
80000
|
+
onClick: E[19] || (E[19] = St((V) => D(b).variant = "single-page", ["stop"])),
|
|
79997
80001
|
active: D(b).variant == "single-page",
|
|
79998
80002
|
title: "Single Page"
|
|
79999
80003
|
}, null, 8, ["active"]),
|
|
80000
80004
|
k(_t, {
|
|
80001
|
-
onClick: E[20] || (E[20] =
|
|
80005
|
+
onClick: E[20] || (E[20] = St((V) => D(b).variant = "half-and-half", ["stop"])),
|
|
80002
80006
|
active: D(b).variant == "half-and-half",
|
|
80003
80007
|
title: "Half And Half"
|
|
80004
80008
|
}, null, 8, ["active"])
|
|
@@ -80145,7 +80149,7 @@ const Oie = Ue({
|
|
|
80145
80149
|
a.onToggle != null ? a.onToggle() : l.value = l.value == a.falseValue ? a.trueValue : a.falseValue;
|
|
80146
80150
|
}
|
|
80147
80151
|
return (d, v) => (B(), ue(It, {
|
|
80148
|
-
onClick:
|
|
80152
|
+
onClick: St(u, ["stop"]),
|
|
80149
80153
|
disabled: d.disabled || !i.value,
|
|
80150
80154
|
class: "d-flex flex-column align-center justify-center",
|
|
80151
80155
|
height: d.height,
|
|
@@ -80513,7 +80517,7 @@ export {
|
|
|
80513
80517
|
Ase as guardRoute,
|
|
80514
80518
|
iL as hasSearch,
|
|
80515
80519
|
KP as isArrayOfLength,
|
|
80516
|
-
|
|
80520
|
+
Mt as isLengthyArray,
|
|
80517
80521
|
XP as isMinDate,
|
|
80518
80522
|
oa as isNullOrEmpty,
|
|
80519
80523
|
QP as isSameDownToHour,
|