bt-core-app 2.0.218 → 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 +276 -274
- 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,9 +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(() => {
|
|
53864
53866
|
console.log("kk");
|
|
53865
|
-
}, ["native", "enter"])),
|
|
53867
|
+
}, ["stop"]), ["native", "enter"])),
|
|
53866
53868
|
"append-inner-icon": "$magnify",
|
|
53867
53869
|
autofocus: "",
|
|
53868
53870
|
density: $.density,
|
|
@@ -53988,16 +53990,16 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
53988
53990
|
"hide-on-leave": ""
|
|
53989
53991
|
}, {
|
|
53990
53992
|
default: O(() => [
|
|
53991
|
-
($.canSearch !== !1 || D(
|
|
53993
|
+
($.canSearch !== !1 || D(Mt)($.searchProps)) && !D(f).showSearch.value ? (B(), ue(Ae, {
|
|
53992
53994
|
icon: "$magnify",
|
|
53993
53995
|
key: "11",
|
|
53994
53996
|
size: $.size,
|
|
53995
53997
|
onClick: D(f).toggleSearch
|
|
53996
53998
|
}, null, 8, ["size", "onClick"])) : te("", !0),
|
|
53997
|
-
($.canSearch !== !1 || D(
|
|
53999
|
+
($.canSearch !== !1 || D(Mt)($.searchProps)) && D(f).showSearch.value ? (B(), ue(qa, {
|
|
53998
54000
|
"onClick:appendInner": A[6] || (A[6] = () => D(f).refresh({ deepRefresh: !0 })),
|
|
53999
54001
|
"onClick:prependInner": A[7] || (A[7] = () => D(f).toggleSearch()),
|
|
54000
|
-
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"])),
|
|
54001
54003
|
"append-inner-icon": "$magnify",
|
|
54002
54004
|
"prepend-inner-icon": "$close",
|
|
54003
54005
|
density: $.density,
|
|
@@ -54025,7 +54027,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54025
54027
|
allItems: D(f).asyncItems.value,
|
|
54026
54028
|
size: $.size
|
|
54027
54029
|
}, void 0, !0),
|
|
54028
|
-
!x.value && D(
|
|
54030
|
+
!x.value && D(Mt)(D(f).filters.value) ? (B(), ue(Pa, {
|
|
54029
54031
|
key: 1,
|
|
54030
54032
|
"close-on-content-click": !1,
|
|
54031
54033
|
density: $.density,
|
|
@@ -54101,7 +54103,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54101
54103
|
]),
|
|
54102
54104
|
_: 1
|
|
54103
54105
|
}, 8, ["density"])) : te("", !0),
|
|
54104
|
-
!C.value && D(
|
|
54106
|
+
!C.value && D(Mt)(D(f).externalParties.value) ? (B(), ue(Pa, {
|
|
54105
54107
|
key: 2,
|
|
54106
54108
|
"close-on-content-click": !1,
|
|
54107
54109
|
density: $.density,
|
|
@@ -54173,7 +54175,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54173
54175
|
items: D(f).filteredItems.value,
|
|
54174
54176
|
ui: D(f)
|
|
54175
54177
|
}, void 0, !0),
|
|
54176
|
-
D(
|
|
54178
|
+
D(Mt)(D(f).asyncItems.value) ? $.selectSingle || $.selectMulti || $.showListOnly === !0 || Y ? (B(), ue(va, {
|
|
54177
54179
|
key: 1,
|
|
54178
54180
|
"active-class": $.activeClass,
|
|
54179
54181
|
class: Te(["pt-0", $.scrollY ? "overflow-y-auto" : ""]),
|
|
@@ -54297,7 +54299,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54297
54299
|
}, null, 8, ["size", "title"]),
|
|
54298
54300
|
(j = D(f).currentExternalParty.value) != null && j.canUnlink ? (B(), ue(Ae, {
|
|
54299
54301
|
key: 0,
|
|
54300
|
-
onClick:
|
|
54302
|
+
onClick: St((ee) => D(f).unlinkFromExternalParty(W), ["stop"]),
|
|
54301
54303
|
class: "text-error",
|
|
54302
54304
|
icon: "$cloud-remove",
|
|
54303
54305
|
size: g.value,
|
|
@@ -54305,7 +54307,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54305
54307
|
variant: "text"
|
|
54306
54308
|
}, null, 8, ["onClick", "size", "title"])) : te("", !0)
|
|
54307
54309
|
])) : (B(), ue(Ae, {
|
|
54308
|
-
onClick:
|
|
54310
|
+
onClick: St((ee) => D(f).pushToExternalParty(W), ["stop"]),
|
|
54309
54311
|
icon: "$cloud-upload",
|
|
54310
54312
|
key: "a2",
|
|
54311
54313
|
size: g.value,
|
|
@@ -54318,7 +54320,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54318
54320
|
}, 1024)
|
|
54319
54321
|
])) : te("", !0),
|
|
54320
54322
|
W.errorMsg != null ? (B(), ue(Ae, {
|
|
54321
|
-
onClick: A[12] || (A[12] =
|
|
54323
|
+
onClick: A[12] || (A[12] = St(() => {
|
|
54322
54324
|
}, ["stop"])),
|
|
54323
54325
|
class: "text-warning",
|
|
54324
54326
|
icon: "$alert-circle",
|
|
@@ -54327,7 +54329,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54327
54329
|
title: W.errorMsg
|
|
54328
54330
|
}, null, 8, ["size", "title"])) : te("", !0),
|
|
54329
54331
|
$.canDelete && D(f).isDeletable.value(W) ? (B(), ue(Ae, {
|
|
54330
|
-
onClick:
|
|
54332
|
+
onClick: St((R) => D(f).deleteItem(W), ["stop"]),
|
|
54331
54333
|
class: "text-error",
|
|
54332
54334
|
disabled: !D(d).canEdit($.nav),
|
|
54333
54335
|
icon: "$delete",
|
|
@@ -54337,7 +54339,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54337
54339
|
variant: "text"
|
|
54338
54340
|
}, null, 8, ["onClick", "disabled", "loading", "size"])) : te("", !0),
|
|
54339
54341
|
$.canRestore && D(f).isRestorable.value(W) ? (B(), ue(Ae, {
|
|
54340
|
-
onClick:
|
|
54342
|
+
onClick: St((R) => D(f).restoreItem(W), ["stop"]),
|
|
54341
54343
|
disabled: !D(d).canEdit($.nav),
|
|
54342
54344
|
key: "3",
|
|
54343
54345
|
icon: "$eraser-variant",
|
|
@@ -54443,7 +54445,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54443
54445
|
}, null, 8, ["size", "title"]),
|
|
54444
54446
|
(j = D(f).currentExternalParty.value) != null && j.canUnlink ? (B(), ue(Ae, {
|
|
54445
54447
|
key: 0,
|
|
54446
|
-
onClick:
|
|
54448
|
+
onClick: St((ee) => D(f).unlinkFromExternalParty(W), ["stop"]),
|
|
54447
54449
|
class: "text-error",
|
|
54448
54450
|
icon: "$cloud-remove",
|
|
54449
54451
|
size: g.value,
|
|
@@ -54451,7 +54453,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54451
54453
|
variant: "text"
|
|
54452
54454
|
}, null, 8, ["onClick", "size", "title"])) : te("", !0)
|
|
54453
54455
|
])) : (B(), ue(Ae, {
|
|
54454
|
-
onClick:
|
|
54456
|
+
onClick: St((ee) => D(f).pushToExternalParty(W), ["stop"]),
|
|
54455
54457
|
icon: "$cloud-upload",
|
|
54456
54458
|
key: "a2",
|
|
54457
54459
|
size: g.value,
|
|
@@ -54464,7 +54466,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54464
54466
|
}, 1024)
|
|
54465
54467
|
])) : te("", !0),
|
|
54466
54468
|
W.errorMsg != null ? (B(), ue(Ae, {
|
|
54467
|
-
onClick: A[14] || (A[14] =
|
|
54469
|
+
onClick: A[14] || (A[14] = St(() => {
|
|
54468
54470
|
}, ["stop"])),
|
|
54469
54471
|
class: "text-warning",
|
|
54470
54472
|
icon: "$alert-circle",
|
|
@@ -54473,7 +54475,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54473
54475
|
title: W.errorMsg
|
|
54474
54476
|
}, null, 8, ["size", "title"])) : te("", !0),
|
|
54475
54477
|
$.canDelete && D(f).isDeletable.value(W) ? (B(), ue(Ae, {
|
|
54476
|
-
onClick:
|
|
54478
|
+
onClick: St((R) => D(f).deleteItem(W), ["stop"]),
|
|
54477
54479
|
class: "text-error",
|
|
54478
54480
|
disabled: !D(d).canEdit($.nav),
|
|
54479
54481
|
icon: "$delete",
|
|
@@ -54482,7 +54484,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54482
54484
|
variant: "text"
|
|
54483
54485
|
}, null, 8, ["onClick", "disabled", "size"])) : te("", !0),
|
|
54484
54486
|
$.canRestore && D(f).isRestorable.value(W) ? (B(), ue(Ae, {
|
|
54485
|
-
onClick:
|
|
54487
|
+
onClick: St((R) => D(f).restoreItem(W), ["stop"]),
|
|
54486
54488
|
disabled: !D(d).canEdit($.nav),
|
|
54487
54489
|
key: "3",
|
|
54488
54490
|
icon: "$eraser-variant",
|
|
@@ -54538,7 +54540,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54538
54540
|
for (const [n, l] of t)
|
|
54539
54541
|
a[n] = l;
|
|
54540
54542
|
return a;
|
|
54541
|
-
}, yK = /* @__PURE__ */ Tv(gK, [["__scopeId", "data-v-
|
|
54543
|
+
}, yK = /* @__PURE__ */ Tv(gK, [["__scopeId", "data-v-bc5879e5"]]), bK = (e) => {
|
|
54542
54544
|
const {
|
|
54543
54545
|
touchstartX: t,
|
|
54544
54546
|
touchendX: a,
|
|
@@ -54656,7 +54658,7 @@ const DK = {
|
|
|
54656
54658
|
type: [Boolean, String],
|
|
54657
54659
|
default: "force"
|
|
54658
54660
|
},
|
|
54659
|
-
...
|
|
54661
|
+
...Tt(),
|
|
54660
54662
|
...Sa(),
|
|
54661
54663
|
...Na()
|
|
54662
54664
|
}, "VWindow"), Wc = dt()({
|
|
@@ -54775,7 +54777,7 @@ const DK = {
|
|
|
54775
54777
|
type: [Boolean, String],
|
|
54776
54778
|
default: void 0
|
|
54777
54779
|
},
|
|
54778
|
-
...
|
|
54780
|
+
...Tt(),
|
|
54779
54781
|
...fw(),
|
|
54780
54782
|
...$5()
|
|
54781
54783
|
}, "VWindowItem"), Ni = dt()({
|
|
@@ -55009,7 +55011,7 @@ const DK = {
|
|
|
55009
55011
|
return K;
|
|
55010
55012
|
},
|
|
55011
55013
|
onFinishedAsync: async (K) => {
|
|
55012
|
-
if (n.defaultNew === !0 && !
|
|
55014
|
+
if (n.defaultNew === !0 && !Mt(K))
|
|
55013
55015
|
ce();
|
|
55014
55016
|
else if (h.id.value != null) {
|
|
55015
55017
|
if (h.id.value == "new")
|
|
@@ -55069,7 +55071,7 @@ const DK = {
|
|
|
55069
55071
|
item: H.value,
|
|
55070
55072
|
meta: Z.value
|
|
55071
55073
|
}) : n.getLabel != null ? n.getLabel(H.value, x.value) : v(n.nav);
|
|
55072
|
-
}), q = _(() => n.variant == "inline" && (n.canSearch ||
|
|
55074
|
+
}), q = _(() => n.variant == "inline" && (n.canSearch || Mt(n.searchProps))), R = _(() => {
|
|
55073
55075
|
if (n.actualHeight != null)
|
|
55074
55076
|
return `${n.heightStrat == "upto" ? "max-height" : "height"}: calc(${n.actualHeight})`;
|
|
55075
55077
|
if (n.actualUsedHeight != null)
|
|
@@ -55126,7 +55128,7 @@ const DK = {
|
|
|
55126
55128
|
u.replace(de), we();
|
|
55127
55129
|
}
|
|
55128
55130
|
function Se() {
|
|
55129
|
-
(n.canSearch !== !1 ||
|
|
55131
|
+
(n.canSearch !== !1 || Mt(n.searchProps)) && !h.showSearch.value && h.toggleSearch();
|
|
55130
55132
|
}
|
|
55131
55133
|
function we() {
|
|
55132
55134
|
var De, Le;
|
|
@@ -55388,16 +55390,16 @@ const DK = {
|
|
|
55388
55390
|
"hide-on-leave": ""
|
|
55389
55391
|
}, {
|
|
55390
55392
|
default: O(() => [
|
|
55391
|
-
(K.canSearch !== !1 || D(
|
|
55393
|
+
(K.canSearch !== !1 || D(Mt)(K.searchProps)) && !D(h).showSearch.value ? (B(), ue(Ae, {
|
|
55392
55394
|
icon: "$magnify",
|
|
55393
55395
|
key: "11",
|
|
55394
55396
|
size: K.size,
|
|
55395
55397
|
onClick: D(h).toggleSearch
|
|
55396
55398
|
}, null, 8, ["size", "onClick"])) : te("", !0),
|
|
55397
|
-
(K.canSearch !== !1 || D(
|
|
55399
|
+
(K.canSearch !== !1 || D(Mt)(K.searchProps)) && D(h).showSearch.value ? (B(), ue(qa, {
|
|
55398
55400
|
"onClick:appendInner": me[2] || (me[2] = () => D(h).refresh({ deepRefresh: !0 })),
|
|
55399
55401
|
"onClick:prependInner": me[3] || (me[3] = () => D(h).toggleSearch()),
|
|
55400
|
-
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"])),
|
|
55401
55403
|
"append-inner-icon": "$magnify",
|
|
55402
55404
|
"prepend-inner-icon": "$close",
|
|
55403
55405
|
density: K.density,
|
|
@@ -55423,7 +55425,7 @@ const DK = {
|
|
|
55423
55425
|
allItems: D(h).asyncItems.value,
|
|
55424
55426
|
size: K.size
|
|
55425
55427
|
}, void 0, !0),
|
|
55426
|
-
!A.value && D(
|
|
55428
|
+
!A.value && D(Mt)(D(h).filters.value) ? (B(), ue(Pa, {
|
|
55427
55429
|
key: 2,
|
|
55428
55430
|
"close-on-content-click": !1,
|
|
55429
55431
|
density: K.density,
|
|
@@ -55499,7 +55501,7 @@ const DK = {
|
|
|
55499
55501
|
]),
|
|
55500
55502
|
_: 1
|
|
55501
55503
|
}, 8, ["density"])) : te("", !0),
|
|
55502
|
-
!E.value && D(
|
|
55504
|
+
!E.value && D(Mt)(D(h).externalParties.value) ? (B(), ue(Pa, {
|
|
55503
55505
|
key: 3,
|
|
55504
55506
|
"close-on-content-click": !1,
|
|
55505
55507
|
density: K.density,
|
|
@@ -55570,7 +55572,7 @@ const DK = {
|
|
|
55570
55572
|
D(h).showSearch.value ? (B(), ue(qa, {
|
|
55571
55573
|
key: 0,
|
|
55572
55574
|
"onClick:appendInner": me[8] || (me[8] = () => D(h).refresh()),
|
|
55573
|
-
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"])),
|
|
55574
55576
|
"append-inner-icon": "$magnify",
|
|
55575
55577
|
autofocus: "",
|
|
55576
55578
|
density: K.density,
|
|
@@ -55683,7 +55685,7 @@ const DK = {
|
|
|
55683
55685
|
toggleSearch: D(h).toggleSearch,
|
|
55684
55686
|
ui: D(h)
|
|
55685
55687
|
}, () => [
|
|
55686
|
-
D(
|
|
55688
|
+
D(Mt)(D(h).asyncItems.value) ? K.showListOnly || Oe ? (B(), ue(va, {
|
|
55687
55689
|
key: 1,
|
|
55688
55690
|
"active-class": K.activeClass,
|
|
55689
55691
|
class: Te(["pt-0", K.scrollY ? "overflow-y-auto" : ""]),
|
|
@@ -55724,13 +55726,13 @@ const DK = {
|
|
|
55724
55726
|
size: K.size
|
|
55725
55727
|
}, () => [
|
|
55726
55728
|
(B(!0), le(Ce, null, Ke(D(h).titleOptions.value, (He, mt) => (B(), le("span", { key: mt }, [
|
|
55727
|
-
(B(!0), le(Ce, null, Ke(He.values, (
|
|
55729
|
+
(B(!0), le(Ce, null, Ke(He.values, (Dt, Ht) => ve(K.$slots, Dt.value, {
|
|
55728
55730
|
key: Ht,
|
|
55729
55731
|
item: Re,
|
|
55730
55732
|
class: "mr-1"
|
|
55731
55733
|
}, () => [
|
|
55732
55734
|
k(de, {
|
|
55733
|
-
option:
|
|
55735
|
+
option: Dt,
|
|
55734
55736
|
data: Re
|
|
55735
55737
|
}, null, 8, ["option", "data"])
|
|
55736
55738
|
], !0)), 128))
|
|
@@ -55744,13 +55746,13 @@ const DK = {
|
|
|
55744
55746
|
size: K.size
|
|
55745
55747
|
}, () => [
|
|
55746
55748
|
(B(!0), le(Ce, null, Ke(D(h).subtitleOptions.value, (He, mt) => (B(), le("span", { key: mt }, [
|
|
55747
|
-
(B(!0), le(Ce, null, Ke(He.values, (
|
|
55749
|
+
(B(!0), le(Ce, null, Ke(He.values, (Dt, Ht) => ve(K.$slots, Dt.value, {
|
|
55748
55750
|
key: Ht,
|
|
55749
55751
|
item: Re,
|
|
55750
55752
|
class: "mr-1"
|
|
55751
55753
|
}, () => [
|
|
55752
55754
|
k(de, {
|
|
55753
|
-
option:
|
|
55755
|
+
option: Dt,
|
|
55754
55756
|
data: Re
|
|
55755
55757
|
}, null, 8, ["option", "data"])
|
|
55756
55758
|
], !0)), 128))
|
|
@@ -55790,7 +55792,7 @@ const DK = {
|
|
|
55790
55792
|
!E.value && D(h).isIntegratable.value(Re) ? (B(), le("div", IK, [
|
|
55791
55793
|
k(Al, { "hide-on-leave": "" }, {
|
|
55792
55794
|
default: O(() => {
|
|
55793
|
-
var He, mt,
|
|
55795
|
+
var He, mt, Dt, Ht;
|
|
55794
55796
|
return [
|
|
55795
55797
|
D(h).isIntegrated.value(Re) ? (B(), le("div", EK, [
|
|
55796
55798
|
k(Ae, {
|
|
@@ -55802,15 +55804,15 @@ const DK = {
|
|
|
55802
55804
|
}, null, 8, ["size", "title"]),
|
|
55803
55805
|
(mt = D(h).currentExternalParty.value) != null && mt.canUnlink ? (B(), ue(Ae, {
|
|
55804
55806
|
key: 0,
|
|
55805
|
-
onClick:
|
|
55807
|
+
onClick: St((it) => D(h).unlinkFromExternalParty(Re), ["stop"]),
|
|
55806
55808
|
class: "text-error",
|
|
55807
55809
|
icon: "$cloud-remove",
|
|
55808
55810
|
size: I.value,
|
|
55809
|
-
title: `Unlink from ${(
|
|
55811
|
+
title: `Unlink from ${(Dt = D(h).currentExternalParty.value) == null ? void 0 : Dt.party}`,
|
|
55810
55812
|
variant: "text"
|
|
55811
55813
|
}, null, 8, ["onClick", "size", "title"])) : te("", !0)
|
|
55812
55814
|
])) : (B(), ue(Ae, {
|
|
55813
|
-
onClick:
|
|
55815
|
+
onClick: St((it) => D(h).pushToExternalParty(Re), ["stop"]),
|
|
55814
55816
|
icon: "$cloud-upload",
|
|
55815
55817
|
key: "a2",
|
|
55816
55818
|
size: I.value,
|
|
@@ -55823,7 +55825,7 @@ const DK = {
|
|
|
55823
55825
|
}, 1024)
|
|
55824
55826
|
])) : te("", !0),
|
|
55825
55827
|
Re.errorMsg != null ? (B(), ue(Ae, {
|
|
55826
|
-
onClick: me[12] || (me[12] =
|
|
55828
|
+
onClick: me[12] || (me[12] = St(() => {
|
|
55827
55829
|
}, ["stop"])),
|
|
55828
55830
|
class: "text-warning",
|
|
55829
55831
|
icon: "$alert-circle",
|
|
@@ -55832,7 +55834,7 @@ const DK = {
|
|
|
55832
55834
|
title: Re.errorMsg
|
|
55833
55835
|
}, null, 8, ["size", "title"])) : te("", !0),
|
|
55834
55836
|
K.canDelete && D(h).isDeletable.value(Re) ? (B(), ue(Ae, {
|
|
55835
|
-
onClick:
|
|
55837
|
+
onClick: St((He) => D(h).deleteItem(Re), ["stop"]),
|
|
55836
55838
|
class: "text-error",
|
|
55837
55839
|
disabled: !D(f).canEdit(K.nav),
|
|
55838
55840
|
icon: "$delete",
|
|
@@ -55842,7 +55844,7 @@ const DK = {
|
|
|
55842
55844
|
variant: "text"
|
|
55843
55845
|
}, null, 8, ["onClick", "disabled", "loading", "size"])) : te("", !0),
|
|
55844
55846
|
K.canRestore && D(h).isRestorable.value(Re) ? (B(), ue(Ae, {
|
|
55845
|
-
onClick:
|
|
55847
|
+
onClick: St((He) => D(h).restoreItem(Re), ["stop"]),
|
|
55846
55848
|
disabled: !D(f).canEdit(K.nav),
|
|
55847
55849
|
key: "3",
|
|
55848
55850
|
icon: "$eraser-variant",
|
|
@@ -55934,7 +55936,7 @@ const DK = {
|
|
|
55934
55936
|
!E.value && D(h).isIntegratable.value(Re) ? (B(), le("div", LK, [
|
|
55935
55937
|
k(Al, { "hide-on-leave": "" }, {
|
|
55936
55938
|
default: O(() => {
|
|
55937
|
-
var He, mt,
|
|
55939
|
+
var He, mt, Dt, Ht;
|
|
55938
55940
|
return [
|
|
55939
55941
|
D(h).isIntegrated.value(Re) ? (B(), le("div", BK, [
|
|
55940
55942
|
k(Ae, {
|
|
@@ -55946,15 +55948,15 @@ const DK = {
|
|
|
55946
55948
|
}, null, 8, ["size", "title"]),
|
|
55947
55949
|
(mt = D(h).currentExternalParty.value) != null && mt.canUnlink ? (B(), ue(Ae, {
|
|
55948
55950
|
key: 0,
|
|
55949
|
-
onClick:
|
|
55951
|
+
onClick: St((it) => D(h).unlinkFromExternalParty(Re), ["stop"]),
|
|
55950
55952
|
class: "text-error",
|
|
55951
55953
|
icon: "$cloud-remove",
|
|
55952
55954
|
size: I.value,
|
|
55953
|
-
title: `Unlink from ${(
|
|
55955
|
+
title: `Unlink from ${(Dt = D(h).currentExternalParty.value) == null ? void 0 : Dt.party}`,
|
|
55954
55956
|
variant: "text"
|
|
55955
55957
|
}, null, 8, ["onClick", "size", "title"])) : te("", !0)
|
|
55956
55958
|
])) : (B(), ue(Ae, {
|
|
55957
|
-
onClick:
|
|
55959
|
+
onClick: St((it) => D(h).pushToExternalParty(Re), ["stop"]),
|
|
55958
55960
|
icon: "$cloud-upload",
|
|
55959
55961
|
key: "a2",
|
|
55960
55962
|
size: I.value,
|
|
@@ -55967,7 +55969,7 @@ const DK = {
|
|
|
55967
55969
|
}, 1024)
|
|
55968
55970
|
])) : te("", !0),
|
|
55969
55971
|
Re.errorMsg != null ? (B(), ue(Ae, {
|
|
55970
|
-
onClick: me[13] || (me[13] =
|
|
55972
|
+
onClick: me[13] || (me[13] = St(() => {
|
|
55971
55973
|
}, ["stop"])),
|
|
55972
55974
|
class: "text-warning",
|
|
55973
55975
|
icon: "$alert-circle",
|
|
@@ -55976,7 +55978,7 @@ const DK = {
|
|
|
55976
55978
|
title: Re.errorMsg
|
|
55977
55979
|
}, null, 8, ["size", "title"])) : te("", !0),
|
|
55978
55980
|
K.canDelete && D(h).isDeletable.value(Re) ? (B(), ue(Ae, {
|
|
55979
|
-
onClick:
|
|
55981
|
+
onClick: St((He) => D(h).deleteItem(Re), ["stop"]),
|
|
55980
55982
|
class: "text-error",
|
|
55981
55983
|
disabled: !D(f).canEdit(K.nav),
|
|
55982
55984
|
icon: "$delete",
|
|
@@ -55985,7 +55987,7 @@ const DK = {
|
|
|
55985
55987
|
variant: "text"
|
|
55986
55988
|
}, null, 8, ["onClick", "disabled", "size"])) : te("", !0),
|
|
55987
55989
|
K.canRestore && D(h).isRestorable.value(Re) ? (B(), ue(Ae, {
|
|
55988
|
-
onClick:
|
|
55990
|
+
onClick: St((He) => D(h).restoreItem(Re), ["stop"]),
|
|
55989
55991
|
disabled: !D(f).canEdit(K.nav),
|
|
55990
55992
|
key: "3",
|
|
55991
55993
|
icon: "$eraser-variant",
|
|
@@ -56128,7 +56130,7 @@ const DK = {
|
|
|
56128
56130
|
}, 8, ["bladeName", "bladeStartShowing", "bordered", "density", "flat", "errorMsg", "hideSubtoolbar", "hideToolbar", "label", "loadingMsg", "preset", "showOnlyTitleLeft", "size", "transparent", "variant"]);
|
|
56129
56131
|
};
|
|
56130
56132
|
}
|
|
56131
|
-
}), RK = /* @__PURE__ */ Tv(FK, [["__scopeId", "data-v-
|
|
56133
|
+
}), RK = /* @__PURE__ */ Tv(FK, [["__scopeId", "data-v-ae4a6a83"]]);
|
|
56132
56134
|
/*!
|
|
56133
56135
|
* vue-use-spring v0.3.3
|
|
56134
56136
|
* (c) 2020-2024 Eduardo San Martin Morote
|
|
@@ -56380,7 +56382,7 @@ const eX = ["success", "info", "warning", "error"], tX = Ue({
|
|
|
56380
56382
|
type: String,
|
|
56381
56383
|
validator: (e) => eX.includes(e)
|
|
56382
56384
|
},
|
|
56383
|
-
...
|
|
56385
|
+
...Tt(),
|
|
56384
56386
|
...Fl(),
|
|
56385
56387
|
...Nr(),
|
|
56386
56388
|
...yr(),
|
|
@@ -56520,7 +56522,7 @@ const eX = ["success", "info", "warning", "error"], tX = Ue({
|
|
|
56520
56522
|
}
|
|
56521
56523
|
}), aX = Ue({
|
|
56522
56524
|
text: String,
|
|
56523
|
-
...
|
|
56525
|
+
...Tt(),
|
|
56524
56526
|
...Sa()
|
|
56525
56527
|
}, "VToolbarTitle"), yp = dt()({
|
|
56526
56528
|
name: "VToolbarTitle",
|
|
@@ -56570,7 +56572,7 @@ const eX = ["success", "info", "warning", "error"], tX = Ue({
|
|
|
56570
56572
|
image: String,
|
|
56571
56573
|
title: String,
|
|
56572
56574
|
...Ti(),
|
|
56573
|
-
...
|
|
56575
|
+
...Tt(),
|
|
56574
56576
|
...yr(),
|
|
56575
56577
|
...Cl(),
|
|
56576
56578
|
...Sa({
|
|
@@ -56680,7 +56682,7 @@ const eX = ["success", "info", "warning", "error"], tX = Ue({
|
|
|
56680
56682
|
};
|
|
56681
56683
|
}
|
|
56682
56684
|
}), rX = Ue({
|
|
56683
|
-
...
|
|
56685
|
+
...Tt(),
|
|
56684
56686
|
..._i({
|
|
56685
56687
|
variant: "text"
|
|
56686
56688
|
})
|
|
@@ -56981,7 +56983,7 @@ const eX = ["success", "info", "warning", "error"], tX = Ue({
|
|
|
56981
56983
|
}
|
|
56982
56984
|
return (h, p) => (B(), le("div", null, [
|
|
56983
56985
|
k(Ae, ge(h.$attrs, {
|
|
56984
|
-
onClick:
|
|
56986
|
+
onClick: St(g, ["stop"]),
|
|
56985
56987
|
color: o.value,
|
|
56986
56988
|
disabled: !c.value,
|
|
56987
56989
|
icon: i.value,
|
|
@@ -57010,7 +57012,7 @@ const eX = ["success", "info", "warning", "error"], tX = Ue({
|
|
|
57010
57012
|
function g() {
|
|
57011
57013
|
var S;
|
|
57012
57014
|
const b = (S = o.value) == null ? void 0 : S.getVideoTracks();
|
|
57013
|
-
|
|
57015
|
+
Mt(b) && (b == null || b.forEach((m) => m.stop()));
|
|
57014
57016
|
}
|
|
57015
57017
|
async function h(b) {
|
|
57016
57018
|
s.value != null && (r.value = b, o.value = await navigator.mediaDevices.getUserMedia({
|
|
@@ -57043,7 +57045,7 @@ const eX = ["success", "info", "warning", "error"], tX = Ue({
|
|
|
57043
57045
|
}), (b, S) => (B(), le("div", null, [
|
|
57044
57046
|
!b.hideButton && !v.value ? (B(), ue(Ae, ge({
|
|
57045
57047
|
key: 0,
|
|
57046
|
-
onClick:
|
|
57048
|
+
onClick: St(w, ["stop"])
|
|
57047
57049
|
}, b.$attrs), null, 16)) : te("", !0),
|
|
57048
57050
|
k(Pr, {
|
|
57049
57051
|
"onClick:outside": S[0] || (S[0] = () => g()),
|
|
@@ -57496,7 +57498,7 @@ const eX = ["success", "info", "warning", "error"], tX = Ue({
|
|
|
57496
57498
|
type: [Number, String],
|
|
57497
57499
|
default: 300
|
|
57498
57500
|
},
|
|
57499
|
-
...
|
|
57501
|
+
...Tt()
|
|
57500
57502
|
}, "VColorPickerCanvas"), EX = wi({
|
|
57501
57503
|
name: "VColorPickerCanvas",
|
|
57502
57504
|
props: IX(),
|
|
@@ -57828,7 +57830,7 @@ const LX = {
|
|
|
57828
57830
|
default: () => Object.keys(nu),
|
|
57829
57831
|
validator: (e) => Array.isArray(e) && e.every((t) => Object.keys(nu).includes(t))
|
|
57830
57832
|
},
|
|
57831
|
-
...
|
|
57833
|
+
...Tt()
|
|
57832
57834
|
}, "VColorPickerEdit"), zX = wi({
|
|
57833
57835
|
name: "VColorPickerEdit",
|
|
57834
57836
|
props: RX(),
|
|
@@ -58131,7 +58133,7 @@ const WX = Ue({
|
|
|
58131
58133
|
},
|
|
58132
58134
|
name: String,
|
|
58133
58135
|
noKeyboard: Boolean,
|
|
58134
|
-
...
|
|
58136
|
+
...Tt()
|
|
58135
58137
|
}, "VSliderThumb"), qX = dt()({
|
|
58136
58138
|
name: "VSliderThumb",
|
|
58137
58139
|
directives: {
|
|
@@ -58266,7 +58268,7 @@ const WX = Ue({
|
|
|
58266
58268
|
type: Number,
|
|
58267
58269
|
required: !0
|
|
58268
58270
|
},
|
|
58269
|
-
...
|
|
58271
|
+
...Tt()
|
|
58270
58272
|
}, "VSliderTrack"), ZX = dt()({
|
|
58271
58273
|
name: "VSliderTrack",
|
|
58272
58274
|
props: GX(),
|
|
@@ -58493,7 +58495,7 @@ const WX = Ue({
|
|
|
58493
58495
|
},
|
|
58494
58496
|
disabled: Boolean,
|
|
58495
58497
|
hideAlpha: Boolean,
|
|
58496
|
-
...
|
|
58498
|
+
...Tt()
|
|
58497
58499
|
}, "VColorPickerPreview"), QX = wi({
|
|
58498
58500
|
name: "VColorPickerPreview",
|
|
58499
58501
|
props: XX(),
|
|
@@ -58586,7 +58588,7 @@ const WX = Ue({
|
|
|
58586
58588
|
disabled: Boolean,
|
|
58587
58589
|
color: Object,
|
|
58588
58590
|
maxHeight: [Number, String],
|
|
58589
|
-
...
|
|
58591
|
+
...Tt()
|
|
58590
58592
|
}, "VColorPickerSwatches");
|
|
58591
58593
|
function eQ(e) {
|
|
58592
58594
|
return Object.keys(e).map((t) => {
|
|
@@ -58630,7 +58632,7 @@ const tQ = wi({
|
|
|
58630
58632
|
}), aQ = lv("v-picker-title"), J5 = Ue({
|
|
58631
58633
|
color: String,
|
|
58632
58634
|
...Ti(),
|
|
58633
|
-
...
|
|
58635
|
+
...Tt(),
|
|
58634
58636
|
...Nr(),
|
|
58635
58637
|
...yr(),
|
|
58636
58638
|
...xv(),
|
|
@@ -59325,7 +59327,7 @@ const mQ = Symbol.for("vuetify:v-slide-group"), Pw = Ue({
|
|
|
59325
59327
|
type: [Boolean, String],
|
|
59326
59328
|
validator: (e) => typeof e == "boolean" || ["always", "desktop", "mobile"].includes(e)
|
|
59327
59329
|
},
|
|
59328
|
-
...
|
|
59330
|
+
...Tt(),
|
|
59329
59331
|
...n5({
|
|
59330
59332
|
mobile: null
|
|
59331
59333
|
}),
|
|
@@ -59568,7 +59570,7 @@ const mQ = Symbol.for("vuetify:v-slide-group"), Pw = Ue({
|
|
|
59568
59570
|
default: Il
|
|
59569
59571
|
},
|
|
59570
59572
|
...Pw(),
|
|
59571
|
-
...
|
|
59573
|
+
...Tt(),
|
|
59572
59574
|
...dw({
|
|
59573
59575
|
selectedClass: "v-chip--selected"
|
|
59574
59576
|
}),
|
|
@@ -59668,7 +59670,7 @@ const mQ = Symbol.for("vuetify:v-slide-group"), Pw = Ue({
|
|
|
59668
59670
|
onClick: ql(),
|
|
59669
59671
|
onClickOnce: ql(),
|
|
59670
59672
|
...Ti(),
|
|
59671
|
-
...
|
|
59673
|
+
...Tt(),
|
|
59672
59674
|
...Fl(),
|
|
59673
59675
|
...yr(),
|
|
59674
59676
|
...fw(),
|
|
@@ -59855,7 +59857,7 @@ const mQ = Symbol.for("vuetify:v-slide-group"), Pw = Ue({
|
|
|
59855
59857
|
}
|
|
59856
59858
|
}), yQ = Ue({
|
|
59857
59859
|
renderless: Boolean,
|
|
59858
|
-
...
|
|
59860
|
+
...Tt()
|
|
59859
59861
|
}, "VVirtualScrollItem"), bQ = dt()({
|
|
59860
59862
|
name: "VVirtualScrollItem",
|
|
59861
59863
|
inheritAttrs: !1,
|
|
@@ -60050,7 +60052,7 @@ const MQ = Ue({
|
|
|
60050
60052
|
},
|
|
60051
60053
|
renderless: Boolean,
|
|
60052
60054
|
...kQ(),
|
|
60053
|
-
...
|
|
60055
|
+
...Tt(),
|
|
60054
60056
|
...Nr()
|
|
60055
60057
|
}, "VVirtualScroll"), wp = dt()({
|
|
60056
60058
|
name: "VVirtualScroll",
|
|
@@ -60139,7 +60141,7 @@ function DQ(e, t, a, n, l, r) {
|
|
|
60139
60141
|
key: 0,
|
|
60140
60142
|
size: "small",
|
|
60141
60143
|
icon: "$close",
|
|
60142
|
-
onClick: t[0] || (t[0] =
|
|
60144
|
+
onClick: t[0] || (t[0] = St((i) => e.clear(), ["stop"]))
|
|
60143
60145
|
})) : te("", !0),
|
|
60144
60146
|
k($t, {
|
|
60145
60147
|
size: "small",
|
|
@@ -65059,7 +65061,7 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
65059
65061
|
"aria-label": Z.overlayLabel,
|
|
65060
65062
|
tabindex: Z.useRelative ? void 0 : "0",
|
|
65061
65063
|
onKeydown: R,
|
|
65062
|
-
onClick: H[0] || (H[0] =
|
|
65064
|
+
onClick: H[0] || (H[0] = St(() => {
|
|
65063
65065
|
}, ["prevent"]))
|
|
65064
65066
|
}, [
|
|
65065
65067
|
ne("div", {
|
|
@@ -65087,7 +65089,7 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
65087
65089
|
"aria-disabled": ce.disabled || void 0,
|
|
65088
65090
|
tabindex: "0",
|
|
65089
65091
|
"data-test-id": ce.text,
|
|
65090
|
-
onClick:
|
|
65092
|
+
onClick: St((we) => $(ce), ["prevent"]),
|
|
65091
65093
|
onKeydown: (we) => D($l)(we, () => $(ce), !0),
|
|
65092
65094
|
onMouseover: (we) => W(ce.value)
|
|
65093
65095
|
}, [
|
|
@@ -66856,7 +66858,7 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
66856
66858
|
"aria-label": (de = (me = D(s)) == null ? void 0 : me.day) == null ? void 0 : de.call(me, X),
|
|
66857
66859
|
tabindex: !X.current && xe.hideOffsetDates ? void 0 : 0,
|
|
66858
66860
|
"data-test-id": D(t1)(X.value),
|
|
66859
|
-
onClick:
|
|
66861
|
+
onClick: St((Le) => ce(Le, X), ["prevent"]),
|
|
66860
66862
|
onTouchend: (Le) => ce(Le, X, !1),
|
|
66861
66863
|
onKeydown: (Le) => D($l)(Le, () => xe.$emit("select-date", X)),
|
|
66862
66864
|
onMouseenter: (Le) => Y(X, fe, K),
|
|
@@ -67107,7 +67109,7 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
67107
67109
|
);
|
|
67108
67110
|
z(je, ze.month, ze.year);
|
|
67109
67111
|
}
|
|
67110
|
-
},
|
|
67112
|
+
}, Dt = (pe) => {
|
|
67111
67113
|
if (Re(pe.value) || !S(pe.value, s.value, g.value.fixedStart ? 0 : 1))
|
|
67112
67114
|
return t("invalid-date", pe.value);
|
|
67113
67115
|
l.value = jI(Qe(pe.value), s, t, g);
|
|
@@ -67115,7 +67117,7 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
67115
67117
|
if (he(), g.value.autoRange)
|
|
67116
67118
|
return He(pe, ke);
|
|
67117
67119
|
if (g.value.fixedStart || g.value.fixedEnd)
|
|
67118
|
-
return
|
|
67120
|
+
return Dt(pe);
|
|
67119
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]));
|
|
67120
67122
|
}, it = (pe = !0) => e.enableSeconds ? Array.isArray(u.seconds) ? pe ? u.seconds[0] : u.seconds[1] : u.seconds : 0, ua = (pe) => {
|
|
67121
67123
|
l.value[pe] = os(
|
|
@@ -67731,14 +67733,14 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
67731
67733
|
}, ae = () => {
|
|
67732
67734
|
q(), n("time-picker-close");
|
|
67733
67735
|
}, J = (he) => {
|
|
67734
|
-
var He, mt,
|
|
67735
|
-
(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);
|
|
67736
67738
|
}, fe = (he, He = 0) => {
|
|
67737
|
-
var mt,
|
|
67738
|
-
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);
|
|
67739
67741
|
}, X = (he, ...He) => {
|
|
67740
|
-
var mt,
|
|
67741
|
-
(mt = b.value) != null && mt[he] && ((
|
|
67742
|
+
var mt, Dt;
|
|
67743
|
+
(mt = b.value) != null && mt[he] && ((Dt = b.value) == null || Dt[he](...He));
|
|
67742
67744
|
}, K = () => {
|
|
67743
67745
|
X("selectCurrentDate");
|
|
67744
67746
|
}, me = (he, He) => {
|
|
@@ -67750,14 +67752,14 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
67750
67752
|
}, Le = (he, He) => {
|
|
67751
67753
|
he.preventDefault(), we(He);
|
|
67752
67754
|
}, Oe = (he) => {
|
|
67753
|
-
var He, mt,
|
|
67755
|
+
var He, mt, Dt;
|
|
67754
67756
|
if (xe(he), he.key === Oa.home || he.key === Oa.end)
|
|
67755
67757
|
return X(
|
|
67756
67758
|
"selectWeekDate",
|
|
67757
67759
|
he.key === Oa.home,
|
|
67758
67760
|
he.target.getAttribute("id")
|
|
67759
67761
|
);
|
|
67760
|
-
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) {
|
|
67761
67763
|
case Oa.esc:
|
|
67762
67764
|
return Se(he);
|
|
67763
67765
|
case Oa.arrowLeft:
|
|
@@ -67784,7 +67786,7 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
67784
67786
|
(He = (he = b.value) == null ? void 0 : he.setStartTime) == null || He.call(he);
|
|
67785
67787
|
}
|
|
67786
67788
|
}), (he, He) => {
|
|
67787
|
-
var mt,
|
|
67789
|
+
var mt, Dt, Ht;
|
|
67788
67790
|
return B(), le("div", {
|
|
67789
67791
|
id: he.uid ? `dp-menu-${he.uid}` : void 0,
|
|
67790
67792
|
ref_key: "dpMenuRef",
|
|
@@ -67817,7 +67819,7 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
67817
67819
|
ref_key: "innerMenuRef",
|
|
67818
67820
|
ref: C,
|
|
67819
67821
|
class: Te({
|
|
67820
|
-
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"],
|
|
67821
67823
|
"dp--menu-content-wrapper-collapsed": e.collapse && (((Ht = he.presetDates) == null ? void 0 : Ht.length) || !!he.$slots["left-sidebar"] || !!he.$slots["right-sidebar"])
|
|
67822
67824
|
}),
|
|
67823
67825
|
"data-dp-mobile": D(p),
|
|
@@ -67844,7 +67846,7 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
67844
67846
|
class: Te(["dp__btn dp--preset-range", { "dp--preset-range-collapsed": e.collapse }]),
|
|
67845
67847
|
"data-test-id": it.testId ?? void 0,
|
|
67846
67848
|
"data-dp-mobile": D(p),
|
|
67847
|
-
onClick:
|
|
67849
|
+
onClick: St((Ja) => me(it.value, it.noTz), ["prevent"]),
|
|
67848
67850
|
onKeydown: (Ja) => D($l)(Ja, () => me(it.value, it.noTz), !0)
|
|
67849
67851
|
}, Ne(it.label), 47, Nae))
|
|
67850
67852
|
], 64))), 128))
|
|
@@ -68635,7 +68637,7 @@ const zae = ({
|
|
|
68635
68637
|
class: "dp--clear-btn",
|
|
68636
68638
|
type: "button",
|
|
68637
68639
|
onKeydown: j[4] || (j[4] = (re) => D($l)(re, () => E(re), !0, q)),
|
|
68638
|
-
onClick: j[5] || (j[5] =
|
|
68640
|
+
onClick: j[5] || (j[5] = St((re) => E(re), ["prevent"]))
|
|
68639
68641
|
}, [
|
|
68640
68642
|
k(D(TI), {
|
|
68641
68643
|
class: "dp__input_icons",
|
|
@@ -68788,8 +68790,8 @@ const zae = ({
|
|
|
68788
68790
|
}, He = () => {
|
|
68789
68791
|
we() && he() ? (ce(), ua()) : n("invalid-select", re.value);
|
|
68790
68792
|
}, mt = (ze) => {
|
|
68791
|
-
|
|
68792
|
-
},
|
|
68793
|
+
Dt(), ce(), I.value.closeOnAutoApply && !ze && ua();
|
|
68794
|
+
}, Dt = () => {
|
|
68793
68795
|
d.value && M.value.enabled && d.value.setParsedDate(re.value);
|
|
68794
68796
|
}, Ht = (ze = !1) => {
|
|
68795
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));
|
|
@@ -68808,7 +68810,7 @@ const zae = ({
|
|
|
68808
68810
|
y.value = !1;
|
|
68809
68811
|
})) : n("invalid-date", ze);
|
|
68810
68812
|
}, Ml = () => {
|
|
68811
|
-
l.autoApply && S(re.value) && ce(),
|
|
68813
|
+
l.autoApply && S(re.value) && ce(), Dt();
|
|
68812
68814
|
}, fl = () => i.value ? ua() : Oe(), Dl = (ze) => {
|
|
68813
68815
|
re.value = ze;
|
|
68814
68816
|
}, nl = () => {
|
|
@@ -69121,8 +69123,8 @@ const nne = /* @__PURE__ */ Je({
|
|
|
69121
69123
|
k(Ae, ge(b.$attrs, {
|
|
69122
69124
|
icon: b.icon,
|
|
69123
69125
|
size: b.size,
|
|
69124
|
-
onMousedown:
|
|
69125
|
-
onTouchstart:
|
|
69126
|
+
onMousedown: St(x, ["stop"]),
|
|
69127
|
+
onTouchstart: St(x, ["stop"])
|
|
69126
69128
|
}), {
|
|
69127
69129
|
default: O(() => [
|
|
69128
69130
|
k($t, {
|
|
@@ -69421,7 +69423,7 @@ const nne = /* @__PURE__ */ Je({
|
|
|
69421
69423
|
type: Function,
|
|
69422
69424
|
default: Il
|
|
69423
69425
|
},
|
|
69424
|
-
...
|
|
69426
|
+
...Tt(),
|
|
69425
69427
|
...Fl(),
|
|
69426
69428
|
...Na()
|
|
69427
69429
|
}, "SelectionControlGroup"), mne = Ue({
|
|
@@ -69485,7 +69487,7 @@ const Jw = Ue({
|
|
|
69485
69487
|
trueValue: null,
|
|
69486
69488
|
falseValue: null,
|
|
69487
69489
|
value: null,
|
|
69488
|
-
...
|
|
69490
|
+
...Tt(),
|
|
69489
69491
|
...KI()
|
|
69490
69492
|
}, "VSelectionControl");
|
|
69491
69493
|
function hne(e) {
|
|
@@ -71245,10 +71247,10 @@ const Ine = Ue({
|
|
|
71245
71247
|
})) ?? k(_t, ge(Re, {
|
|
71246
71248
|
role: "option"
|
|
71247
71249
|
}), {
|
|
71248
|
-
prepend: (
|
|
71250
|
+
prepend: (Dt) => {
|
|
71249
71251
|
let {
|
|
71250
71252
|
isSelected: Ht
|
|
71251
|
-
} =
|
|
71253
|
+
} = Dt;
|
|
71252
71254
|
return ne(Ce, null, [e.multiple && !e.hideSelected ? k(Mh, {
|
|
71253
71255
|
key: De.value,
|
|
71254
71256
|
modelValue: Ht,
|
|
@@ -71261,8 +71263,8 @@ const Ine = Ue({
|
|
|
71261
71263
|
}, null)]);
|
|
71262
71264
|
},
|
|
71263
71265
|
title: () => {
|
|
71264
|
-
var
|
|
71265
|
-
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);
|
|
71266
71268
|
}
|
|
71267
71269
|
});
|
|
71268
71270
|
}
|
|
@@ -71368,7 +71370,7 @@ const Ine = Ue({
|
|
|
71368
71370
|
return a.isArray ? a.modelValue : (f = a.modelValue) == null ? void 0 : f.split(",");
|
|
71369
71371
|
},
|
|
71370
71372
|
set(f) {
|
|
71371
|
-
a.isArray ? n("update:modelValue", f) : n("update:modelValue",
|
|
71373
|
+
a.isArray ? n("update:modelValue", f) : n("update:modelValue", Mt(f) ? f.toString() : null);
|
|
71372
71374
|
}
|
|
71373
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);
|
|
71374
71376
|
return (f, g) => (B(), ue(Lt, {
|
|
@@ -74267,7 +74269,7 @@ const sre = ["start", "end", "left", "right", "top", "bottom"], ure = Ue({
|
|
|
74267
74269
|
},
|
|
74268
74270
|
sticky: Boolean,
|
|
74269
74271
|
...Ti(),
|
|
74270
|
-
...
|
|
74272
|
+
...Tt(),
|
|
74271
74273
|
...Cw(),
|
|
74272
74274
|
...n5({
|
|
74273
74275
|
mobile: null
|
|
@@ -74971,7 +74973,7 @@ const sre = ["start", "end", "left", "right", "top", "bottom"], ure = Ue({
|
|
|
74971
74973
|
group: ""
|
|
74972
74974
|
}, {
|
|
74973
74975
|
default: O(() => [
|
|
74974
|
-
(w.alwaysOpen || l.value) && D(
|
|
74976
|
+
(w.alwaysOpen || l.value) && D(Mt)(w.searchProps) ? (B(), ue(qa, {
|
|
74975
74977
|
"onClick:prependInner": b[2] || (b[2] = (S) => D(s).searchString.value = void 0),
|
|
74976
74978
|
"hide-details": "",
|
|
74977
74979
|
key: "1",
|
|
@@ -75848,7 +75850,7 @@ const kre = /* @__PURE__ */ Je({
|
|
|
75848
75850
|
return (p, y) => (B(), le("div", null, [
|
|
75849
75851
|
!p.hideButton && !i.value ? (B(), ue(Ae, ge({
|
|
75850
75852
|
key: 0,
|
|
75851
|
-
onClick:
|
|
75853
|
+
onClick: St(h, ["stop"])
|
|
75852
75854
|
}, p.$attrs), null, 16)) : te("", !0),
|
|
75853
75855
|
k(Pr, {
|
|
75854
75856
|
modelValue: i.value,
|
|
@@ -76183,7 +76185,7 @@ const Are = Ue({
|
|
|
76183
76185
|
validator: (e) => ["top", "bottom"].includes(e)
|
|
76184
76186
|
},
|
|
76185
76187
|
ripple: Boolean,
|
|
76186
|
-
...
|
|
76188
|
+
...Tt(),
|
|
76187
76189
|
...Fl(),
|
|
76188
76190
|
...Su(),
|
|
76189
76191
|
...Sa(),
|
|
@@ -76628,7 +76630,7 @@ const Pre = Ue({
|
|
|
76628
76630
|
var S, m;
|
|
76629
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));
|
|
76630
76632
|
}), (S, m) => (B(), le("div", null, [
|
|
76631
|
-
D(
|
|
76633
|
+
D(Mt)(u.value) || D(Mt)(d.value) ? (B(), ue(Pa, {
|
|
76632
76634
|
key: 0,
|
|
76633
76635
|
"max-width": "450",
|
|
76634
76636
|
"close-on-content-click": !1
|
|
@@ -76684,7 +76686,7 @@ const Pre = Ue({
|
|
|
76684
76686
|
k(va, { class: "pa-2" }, {
|
|
76685
76687
|
default: O(() => [
|
|
76686
76688
|
ne("div", Bre, [
|
|
76687
|
-
D(
|
|
76689
|
+
D(Mt)(u.value) ? (B(), ue(bn, { key: 0 }, {
|
|
76688
76690
|
default: O(() => m[12] || (m[12] = [
|
|
76689
76691
|
Ge(" Relevant Links ")
|
|
76690
76692
|
])),
|
|
@@ -76711,7 +76713,7 @@ const Pre = Ue({
|
|
|
76711
76713
|
title: M.title,
|
|
76712
76714
|
subtitle: M.subtitle
|
|
76713
76715
|
}, null, 8, ["prepend-icon", "href", "text", "append-avatar", "title", "subtitle"]))), 128)),
|
|
76714
|
-
D(
|
|
76716
|
+
D(Mt)(d.value) ? (B(), ue(bn, { key: 0 }, {
|
|
76715
76717
|
default: O(() => m[13] || (m[13] = [
|
|
76716
76718
|
Ge("Other Helpful Links")
|
|
76717
76719
|
])),
|
|
@@ -76896,7 +76898,7 @@ const Pre = Ue({
|
|
|
76896
76898
|
k(fr),
|
|
76897
76899
|
k(va, { class: "pa-2 overflow-y-auto" }, {
|
|
76898
76900
|
default: O(() => [
|
|
76899
|
-
D(
|
|
76901
|
+
D(Mt)(u.value) ? (B(), ue(bn, { key: 0 }, {
|
|
76900
76902
|
default: O(() => m[17] || (m[17] = [
|
|
76901
76903
|
Ge(" Relevant Links ")
|
|
76902
76904
|
])),
|
|
@@ -76913,7 +76915,7 @@ const Pre = Ue({
|
|
|
76913
76915
|
title: M.title,
|
|
76914
76916
|
subtitle: M.subtitle
|
|
76915
76917
|
}, null, 8, ["prepend-icon", "href", "text", "append-avatar", "title", "subtitle"]))), 128)),
|
|
76916
|
-
D(
|
|
76918
|
+
D(Mt)(d.value) ? (B(), ue(bn, { key: 1 }, {
|
|
76917
76919
|
default: O(() => m[18] || (m[18] = [
|
|
76918
76920
|
Ge("Other Helpful Links")
|
|
76919
76921
|
])),
|
|
@@ -77231,14 +77233,14 @@ const Pre = Ue({
|
|
|
77231
77233
|
}),
|
|
77232
77234
|
k(ma),
|
|
77233
77235
|
k(Ae, {
|
|
77234
|
-
onClick: h[0] || (h[0] =
|
|
77236
|
+
onClick: h[0] || (h[0] = St((y) => D(i).refresh({ deepRefresh: !0 }), ["stop"])),
|
|
77235
77237
|
icon: "$refresh",
|
|
77236
77238
|
title: "Refresh list",
|
|
77237
77239
|
variant: "text"
|
|
77238
77240
|
})
|
|
77239
77241
|
])) : te("", !0),
|
|
77240
77242
|
ne("div", Kre, [
|
|
77241
|
-
D(
|
|
77243
|
+
D(Mt)(a.value.searchProps) ? (B(), ue(qa, {
|
|
77242
77244
|
key: 0,
|
|
77243
77245
|
autofocus: "",
|
|
77244
77246
|
clearable: "",
|
|
@@ -77251,7 +77253,7 @@ const Pre = Ue({
|
|
|
77251
77253
|
name: "append-inner",
|
|
77252
77254
|
fn: O(() => [
|
|
77253
77255
|
k(Ae, {
|
|
77254
|
-
onClick: h[1] || (h[1] =
|
|
77256
|
+
onClick: h[1] || (h[1] = St((y) => D(i).refresh({ deepRefresh: !0 }), ["stop"])),
|
|
77255
77257
|
icon: "$refresh",
|
|
77256
77258
|
title: "Refresh list",
|
|
77257
77259
|
variant: "text"
|
|
@@ -77260,9 +77262,9 @@ const Pre = Ue({
|
|
|
77260
77262
|
key: "0"
|
|
77261
77263
|
} : void 0
|
|
77262
77264
|
]), 1032, ["modelValue"])) : te("", !0),
|
|
77263
|
-
!D(
|
|
77265
|
+
!D(Mt)(a.value.searchProps) && a.value.title == null ? (B(), ue(Ae, {
|
|
77264
77266
|
key: 1,
|
|
77265
|
-
onClick: h[3] || (h[3] =
|
|
77267
|
+
onClick: h[3] || (h[3] = St((y) => D(i).refresh({ deepRefresh: !0 }), ["stop"])),
|
|
77266
77268
|
icon: "$refresh",
|
|
77267
77269
|
title: "Refresh list",
|
|
77268
77270
|
variant: "text"
|
|
@@ -77358,7 +77360,7 @@ const Pre = Ue({
|
|
|
77358
77360
|
var x;
|
|
77359
77361
|
if (oa(i.value))
|
|
77360
77362
|
return !1;
|
|
77361
|
-
if (
|
|
77363
|
+
if (Mt(n.value.rules)) {
|
|
77362
77364
|
let C;
|
|
77363
77365
|
if ((x = n.value.rules) == null || x.forEach((w) => {
|
|
77364
77366
|
let b = w(i.value);
|
|
@@ -77891,7 +77893,7 @@ const Pre = Ue({
|
|
|
77891
77893
|
default: O(() => [
|
|
77892
77894
|
l.value && C.canSaveProgress !== !1 ? (B(), ue(Ae, {
|
|
77893
77895
|
key: 0,
|
|
77894
|
-
onClick:
|
|
77896
|
+
onClick: St(y, ["stop"]),
|
|
77895
77897
|
class: "mr-4",
|
|
77896
77898
|
"prepend-icon": "$content-save",
|
|
77897
77899
|
size: "small",
|
|
@@ -78068,7 +78070,7 @@ const Pre = Ue({
|
|
|
78068
78070
|
default: O(() => [
|
|
78069
78071
|
l.value && C.canSaveProgress !== !1 ? (B(), ue(Ae, {
|
|
78070
78072
|
key: 0,
|
|
78071
|
-
onClick:
|
|
78073
|
+
onClick: St(y, ["stop"]),
|
|
78072
78074
|
class: "mr-4",
|
|
78073
78075
|
"prepend-icon": "$content-save",
|
|
78074
78076
|
size: "small",
|
|
@@ -78197,7 +78199,7 @@ const Pre = Ue({
|
|
|
78197
78199
|
default: O(() => [
|
|
78198
78200
|
l.value && C.canSaveProgress !== !1 ? (B(), ue(Ae, {
|
|
78199
78201
|
key: 0,
|
|
78200
|
-
onClick:
|
|
78202
|
+
onClick: St(y, ["stop"]),
|
|
78201
78203
|
class: "mr-4",
|
|
78202
78204
|
"prepend-icon": "$content-save",
|
|
78203
78205
|
size: "small",
|
|
@@ -79556,7 +79558,7 @@ const Oie = Ue({
|
|
|
79556
79558
|
}, {
|
|
79557
79559
|
default: O(() => [
|
|
79558
79560
|
k(ei, {
|
|
79559
|
-
onClick:
|
|
79561
|
+
onClick: St(D(s), ["stop"]),
|
|
79560
79562
|
style: We([{ height: "calc(100vh - 64px)" }, `background-color: ${D(b).bgColor}`]),
|
|
79561
79563
|
class: "overflow-y-auto pa-0"
|
|
79562
79564
|
}, {
|
|
@@ -79588,7 +79590,7 @@ const Oie = Ue({
|
|
|
79588
79590
|
slide: V
|
|
79589
79591
|
}, () => [
|
|
79590
79592
|
ne("div", {
|
|
79591
|
-
onClick:
|
|
79593
|
+
onClick: St((W) => D(M)(V), ["stop"])
|
|
79592
79594
|
}, [
|
|
79593
79595
|
k(kE, null, {
|
|
79594
79596
|
default: O(({ isHovering: W, props: q }) => [
|
|
@@ -79637,7 +79639,7 @@ const Oie = Ue({
|
|
|
79637
79639
|
(V == null ? void 0 : V.canDelete) !== !1 && W ? (B(), ue(Ae, {
|
|
79638
79640
|
key: 0,
|
|
79639
79641
|
class: "ma-0 mr-2 pa-0 text-error",
|
|
79640
|
-
onClick:
|
|
79642
|
+
onClick: St((R) => D(w)(V.name), ["stop"]),
|
|
79641
79643
|
icon: "$delete",
|
|
79642
79644
|
variant: "text"
|
|
79643
79645
|
}, null, 8, ["onClick"])) : te("", !0)
|
|
@@ -79658,7 +79660,7 @@ const Oie = Ue({
|
|
|
79658
79660
|
}, {
|
|
79659
79661
|
default: O(() => [
|
|
79660
79662
|
ne("div", {
|
|
79661
|
-
onClick:
|
|
79663
|
+
onClick: St((j) => D(m)(V, R.item), ["stop"])
|
|
79662
79664
|
}, [
|
|
79663
79665
|
k(_m, {
|
|
79664
79666
|
class: Te(D(c) === R.item ? "elevation-23" : void 0),
|
|
@@ -79738,7 +79740,7 @@ const Oie = Ue({
|
|
|
79738
79740
|
}),
|
|
79739
79741
|
ne("div", aoe, [
|
|
79740
79742
|
k(Ae, {
|
|
79741
|
-
onClick:
|
|
79743
|
+
onClick: St(D(o), ["stop"]),
|
|
79742
79744
|
color: D(b).ctlColor,
|
|
79743
79745
|
"prepend-icon": "$card-plus-outline",
|
|
79744
79746
|
text: "Add Slide"
|
|
@@ -79761,7 +79763,7 @@ const Oie = Ue({
|
|
|
79761
79763
|
D(u) != null || D(c) != null ? (B(), ue(Ae, {
|
|
79762
79764
|
key: 0,
|
|
79763
79765
|
icon: "$close",
|
|
79764
|
-
onClick:
|
|
79766
|
+
onClick: St(D(s), ["stop"])
|
|
79765
79767
|
}, null, 8, ["onClick"])) : (B(), ue($t, {
|
|
79766
79768
|
key: 1,
|
|
79767
79769
|
class: "mx-3",
|
|
@@ -79784,7 +79786,7 @@ const Oie = Ue({
|
|
|
79784
79786
|
key: 0,
|
|
79785
79787
|
disabled: ((R = D(u)) == null ? void 0 : R.canDelete) == !1,
|
|
79786
79788
|
class: "text-error",
|
|
79787
|
-
onClick:
|
|
79789
|
+
onClick: St(D(C), ["stop"]),
|
|
79788
79790
|
icon: "$delete"
|
|
79789
79791
|
}, null, 8, ["disabled", "onClick"])) : te("", !0)
|
|
79790
79792
|
];
|
|
@@ -79990,17 +79992,17 @@ const Oie = Ue({
|
|
|
79990
79992
|
_: 1
|
|
79991
79993
|
}),
|
|
79992
79994
|
k(_t, {
|
|
79993
|
-
onClick: E[18] || (E[18] =
|
|
79995
|
+
onClick: E[18] || (E[18] = St((V) => D(b).variant = "basic", ["stop"])),
|
|
79994
79996
|
active: D(b).variant == "basic",
|
|
79995
79997
|
title: "Basic"
|
|
79996
79998
|
}, null, 8, ["active"]),
|
|
79997
79999
|
k(_t, {
|
|
79998
|
-
onClick: E[19] || (E[19] =
|
|
80000
|
+
onClick: E[19] || (E[19] = St((V) => D(b).variant = "single-page", ["stop"])),
|
|
79999
80001
|
active: D(b).variant == "single-page",
|
|
80000
80002
|
title: "Single Page"
|
|
80001
80003
|
}, null, 8, ["active"]),
|
|
80002
80004
|
k(_t, {
|
|
80003
|
-
onClick: E[20] || (E[20] =
|
|
80005
|
+
onClick: E[20] || (E[20] = St((V) => D(b).variant = "half-and-half", ["stop"])),
|
|
80004
80006
|
active: D(b).variant == "half-and-half",
|
|
80005
80007
|
title: "Half And Half"
|
|
80006
80008
|
}, null, 8, ["active"])
|
|
@@ -80147,7 +80149,7 @@ const Oie = Ue({
|
|
|
80147
80149
|
a.onToggle != null ? a.onToggle() : l.value = l.value == a.falseValue ? a.trueValue : a.falseValue;
|
|
80148
80150
|
}
|
|
80149
80151
|
return (d, v) => (B(), ue(It, {
|
|
80150
|
-
onClick:
|
|
80152
|
+
onClick: St(u, ["stop"]),
|
|
80151
80153
|
disabled: d.disabled || !i.value,
|
|
80152
80154
|
class: "d-flex flex-column align-center justify-center",
|
|
80153
80155
|
height: d.height,
|
|
@@ -80515,7 +80517,7 @@ export {
|
|
|
80515
80517
|
Ase as guardRoute,
|
|
80516
80518
|
iL as hasSearch,
|
|
80517
80519
|
KP as isArrayOfLength,
|
|
80518
|
-
|
|
80520
|
+
Mt as isLengthyArray,
|
|
80519
80521
|
XP as isMinDate,
|
|
80520
80522
|
oa as isNullOrEmpty,
|
|
80521
80523
|
QP as isSameDownToHour,
|