bt-core-app 2.0.218 → 2.0.220
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 +324 -312
- 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();
|
|
@@ -53855,30 +53857,35 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
53855
53857
|
onClick: D(f).toggleSearch,
|
|
53856
53858
|
variant: "text"
|
|
53857
53859
|
}, null, 8, ["icon", "size", "onClick"]),
|
|
53858
|
-
|
|
53859
|
-
|
|
53860
|
-
|
|
53861
|
-
|
|
53862
|
-
|
|
53863
|
-
|
|
53864
|
-
|
|
53865
|
-
|
|
53866
|
-
|
|
53867
|
-
|
|
53868
|
-
|
|
53869
|
-
|
|
53870
|
-
|
|
53871
|
-
|
|
53872
|
-
|
|
53873
|
-
|
|
53874
|
-
|
|
53875
|
-
|
|
53876
|
-
|
|
53877
|
-
|
|
53878
|
-
|
|
53879
|
-
|
|
53880
|
-
|
|
53881
|
-
|
|
53860
|
+
ve($.$slots, "search-box", {
|
|
53861
|
+
show: D(f).showSearch.value,
|
|
53862
|
+
ui: D(f)
|
|
53863
|
+
}, () => [
|
|
53864
|
+
k(Za, { "hide-on-leave": "" }, {
|
|
53865
|
+
default: O(() => [
|
|
53866
|
+
D(f).showSearch.value ? (B(), ue(qa, {
|
|
53867
|
+
key: 0,
|
|
53868
|
+
"onClick:appendInner": A[0] || (A[0] = () => D(f).refresh({ deepRefresh: !0 })),
|
|
53869
|
+
onKeyup: A[1] || (A[1] = _c(St(() => {
|
|
53870
|
+
console.log("kk");
|
|
53871
|
+
}, ["stop"]), ["native", "enter"])),
|
|
53872
|
+
"append-inner-icon": "$magnify",
|
|
53873
|
+
autofocus: "",
|
|
53874
|
+
density: $.density,
|
|
53875
|
+
flat: "",
|
|
53876
|
+
"hide-details": "",
|
|
53877
|
+
placeholder: "Find",
|
|
53878
|
+
ref_key: "inlineSearchEl",
|
|
53879
|
+
ref: r,
|
|
53880
|
+
style: { width: "200px" },
|
|
53881
|
+
variant: "solo",
|
|
53882
|
+
modelValue: D(f).searchString.value,
|
|
53883
|
+
"onUpdate:modelValue": A[2] || (A[2] = (V) => D(f).searchString.value = V)
|
|
53884
|
+
}, null, 8, ["density", "modelValue"])) : te("", !0)
|
|
53885
|
+
]),
|
|
53886
|
+
_: 1
|
|
53887
|
+
})
|
|
53888
|
+
], !0)
|
|
53882
53889
|
])) : te("", !0)
|
|
53883
53890
|
]),
|
|
53884
53891
|
"blade-toolbar-right": O(() => [
|
|
@@ -53988,31 +53995,36 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
53988
53995
|
"hide-on-leave": ""
|
|
53989
53996
|
}, {
|
|
53990
53997
|
default: O(() => [
|
|
53991
|
-
($.canSearch !== !1 || D(
|
|
53998
|
+
($.canSearch !== !1 || D(Mt)($.searchProps)) && !D(f).showSearch.value ? (B(), ue(Ae, {
|
|
53992
53999
|
icon: "$magnify",
|
|
53993
54000
|
key: "11",
|
|
53994
54001
|
size: $.size,
|
|
53995
54002
|
onClick: D(f).toggleSearch
|
|
53996
54003
|
}, null, 8, ["size", "onClick"])) : te("", !0),
|
|
53997
|
-
(
|
|
53998
|
-
|
|
53999
|
-
|
|
54000
|
-
|
|
54001
|
-
|
|
54002
|
-
|
|
54003
|
-
|
|
54004
|
-
|
|
54005
|
-
|
|
54006
|
-
|
|
54007
|
-
|
|
54008
|
-
|
|
54009
|
-
|
|
54010
|
-
|
|
54011
|
-
|
|
54012
|
-
|
|
54013
|
-
|
|
54004
|
+
ve($.$slots, "search-box", {
|
|
54005
|
+
show: ($.canSearch !== !1 || D(Mt)($.searchProps)) && D(f).showSearch.value,
|
|
54006
|
+
ui: D(f)
|
|
54007
|
+
}, () => [
|
|
54008
|
+
($.canSearch !== !1 || D(Mt)($.searchProps)) && D(f).showSearch.value ? (B(), ue(qa, {
|
|
54009
|
+
"onClick:appendInner": A[6] || (A[6] = () => D(f).refresh({ deepRefresh: !0 })),
|
|
54010
|
+
"onClick:prependInner": A[7] || (A[7] = () => D(f).toggleSearch()),
|
|
54011
|
+
onKeyup: A[8] || (A[8] = _c(St(() => D(f).refresh({ deepRefresh: !0 }), ["stop"]), ["native", "enter"])),
|
|
54012
|
+
"append-inner-icon": "$magnify",
|
|
54013
|
+
"prepend-inner-icon": "$close",
|
|
54014
|
+
density: $.density,
|
|
54015
|
+
flat: "",
|
|
54016
|
+
"hide-details": "",
|
|
54017
|
+
ref_key: "searchEl",
|
|
54018
|
+
ref: l,
|
|
54019
|
+
key: "12",
|
|
54020
|
+
placeholder: "Find",
|
|
54021
|
+
variant: "outlined",
|
|
54022
|
+
modelValue: D(f).searchString.value,
|
|
54023
|
+
"onUpdate:modelValue": A[9] || (A[9] = (V) => D(f).searchString.value = V)
|
|
54024
|
+
}, null, 8, ["density", "modelValue"])) : te("", !0)
|
|
54025
|
+
], !0)
|
|
54014
54026
|
]),
|
|
54015
|
-
_:
|
|
54027
|
+
_: 3
|
|
54016
54028
|
}),
|
|
54017
54029
|
ve($.$slots, "actions", {
|
|
54018
54030
|
ui: D(f),
|
|
@@ -54025,7 +54037,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54025
54037
|
allItems: D(f).asyncItems.value,
|
|
54026
54038
|
size: $.size
|
|
54027
54039
|
}, void 0, !0),
|
|
54028
|
-
!x.value && D(
|
|
54040
|
+
!x.value && D(Mt)(D(f).filters.value) ? (B(), ue(Pa, {
|
|
54029
54041
|
key: 1,
|
|
54030
54042
|
"close-on-content-click": !1,
|
|
54031
54043
|
density: $.density,
|
|
@@ -54101,7 +54113,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54101
54113
|
]),
|
|
54102
54114
|
_: 1
|
|
54103
54115
|
}, 8, ["density"])) : te("", !0),
|
|
54104
|
-
!C.value && D(
|
|
54116
|
+
!C.value && D(Mt)(D(f).externalParties.value) ? (B(), ue(Pa, {
|
|
54105
54117
|
key: 2,
|
|
54106
54118
|
"close-on-content-click": !1,
|
|
54107
54119
|
density: $.density,
|
|
@@ -54173,7 +54185,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54173
54185
|
items: D(f).filteredItems.value,
|
|
54174
54186
|
ui: D(f)
|
|
54175
54187
|
}, void 0, !0),
|
|
54176
|
-
D(
|
|
54188
|
+
D(Mt)(D(f).asyncItems.value) ? $.selectSingle || $.selectMulti || $.showListOnly === !0 || Y ? (B(), ue(va, {
|
|
54177
54189
|
key: 1,
|
|
54178
54190
|
"active-class": $.activeClass,
|
|
54179
54191
|
class: Te(["pt-0", $.scrollY ? "overflow-y-auto" : ""]),
|
|
@@ -54297,7 +54309,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54297
54309
|
}, null, 8, ["size", "title"]),
|
|
54298
54310
|
(j = D(f).currentExternalParty.value) != null && j.canUnlink ? (B(), ue(Ae, {
|
|
54299
54311
|
key: 0,
|
|
54300
|
-
onClick:
|
|
54312
|
+
onClick: St((ee) => D(f).unlinkFromExternalParty(W), ["stop"]),
|
|
54301
54313
|
class: "text-error",
|
|
54302
54314
|
icon: "$cloud-remove",
|
|
54303
54315
|
size: g.value,
|
|
@@ -54305,7 +54317,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54305
54317
|
variant: "text"
|
|
54306
54318
|
}, null, 8, ["onClick", "size", "title"])) : te("", !0)
|
|
54307
54319
|
])) : (B(), ue(Ae, {
|
|
54308
|
-
onClick:
|
|
54320
|
+
onClick: St((ee) => D(f).pushToExternalParty(W), ["stop"]),
|
|
54309
54321
|
icon: "$cloud-upload",
|
|
54310
54322
|
key: "a2",
|
|
54311
54323
|
size: g.value,
|
|
@@ -54318,7 +54330,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54318
54330
|
}, 1024)
|
|
54319
54331
|
])) : te("", !0),
|
|
54320
54332
|
W.errorMsg != null ? (B(), ue(Ae, {
|
|
54321
|
-
onClick: A[12] || (A[12] =
|
|
54333
|
+
onClick: A[12] || (A[12] = St(() => {
|
|
54322
54334
|
}, ["stop"])),
|
|
54323
54335
|
class: "text-warning",
|
|
54324
54336
|
icon: "$alert-circle",
|
|
@@ -54327,7 +54339,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54327
54339
|
title: W.errorMsg
|
|
54328
54340
|
}, null, 8, ["size", "title"])) : te("", !0),
|
|
54329
54341
|
$.canDelete && D(f).isDeletable.value(W) ? (B(), ue(Ae, {
|
|
54330
|
-
onClick:
|
|
54342
|
+
onClick: St((R) => D(f).deleteItem(W), ["stop"]),
|
|
54331
54343
|
class: "text-error",
|
|
54332
54344
|
disabled: !D(d).canEdit($.nav),
|
|
54333
54345
|
icon: "$delete",
|
|
@@ -54337,7 +54349,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54337
54349
|
variant: "text"
|
|
54338
54350
|
}, null, 8, ["onClick", "disabled", "loading", "size"])) : te("", !0),
|
|
54339
54351
|
$.canRestore && D(f).isRestorable.value(W) ? (B(), ue(Ae, {
|
|
54340
|
-
onClick:
|
|
54352
|
+
onClick: St((R) => D(f).restoreItem(W), ["stop"]),
|
|
54341
54353
|
disabled: !D(d).canEdit($.nav),
|
|
54342
54354
|
key: "3",
|
|
54343
54355
|
icon: "$eraser-variant",
|
|
@@ -54443,7 +54455,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54443
54455
|
}, null, 8, ["size", "title"]),
|
|
54444
54456
|
(j = D(f).currentExternalParty.value) != null && j.canUnlink ? (B(), ue(Ae, {
|
|
54445
54457
|
key: 0,
|
|
54446
|
-
onClick:
|
|
54458
|
+
onClick: St((ee) => D(f).unlinkFromExternalParty(W), ["stop"]),
|
|
54447
54459
|
class: "text-error",
|
|
54448
54460
|
icon: "$cloud-remove",
|
|
54449
54461
|
size: g.value,
|
|
@@ -54451,7 +54463,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54451
54463
|
variant: "text"
|
|
54452
54464
|
}, null, 8, ["onClick", "size", "title"])) : te("", !0)
|
|
54453
54465
|
])) : (B(), ue(Ae, {
|
|
54454
|
-
onClick:
|
|
54466
|
+
onClick: St((ee) => D(f).pushToExternalParty(W), ["stop"]),
|
|
54455
54467
|
icon: "$cloud-upload",
|
|
54456
54468
|
key: "a2",
|
|
54457
54469
|
size: g.value,
|
|
@@ -54464,7 +54476,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54464
54476
|
}, 1024)
|
|
54465
54477
|
])) : te("", !0),
|
|
54466
54478
|
W.errorMsg != null ? (B(), ue(Ae, {
|
|
54467
|
-
onClick: A[14] || (A[14] =
|
|
54479
|
+
onClick: A[14] || (A[14] = St(() => {
|
|
54468
54480
|
}, ["stop"])),
|
|
54469
54481
|
class: "text-warning",
|
|
54470
54482
|
icon: "$alert-circle",
|
|
@@ -54473,7 +54485,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54473
54485
|
title: W.errorMsg
|
|
54474
54486
|
}, null, 8, ["size", "title"])) : te("", !0),
|
|
54475
54487
|
$.canDelete && D(f).isDeletable.value(W) ? (B(), ue(Ae, {
|
|
54476
|
-
onClick:
|
|
54488
|
+
onClick: St((R) => D(f).deleteItem(W), ["stop"]),
|
|
54477
54489
|
class: "text-error",
|
|
54478
54490
|
disabled: !D(d).canEdit($.nav),
|
|
54479
54491
|
icon: "$delete",
|
|
@@ -54482,7 +54494,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54482
54494
|
variant: "text"
|
|
54483
54495
|
}, null, 8, ["onClick", "disabled", "size"])) : te("", !0),
|
|
54484
54496
|
$.canRestore && D(f).isRestorable.value(W) ? (B(), ue(Ae, {
|
|
54485
|
-
onClick:
|
|
54497
|
+
onClick: St((R) => D(f).restoreItem(W), ["stop"]),
|
|
54486
54498
|
disabled: !D(d).canEdit($.nav),
|
|
54487
54499
|
key: "3",
|
|
54488
54500
|
icon: "$eraser-variant",
|
|
@@ -54538,7 +54550,7 @@ const oK = ["color", "file", "time", "date", "datetime-local", "week", "month"],
|
|
|
54538
54550
|
for (const [n, l] of t)
|
|
54539
54551
|
a[n] = l;
|
|
54540
54552
|
return a;
|
|
54541
|
-
}, yK = /* @__PURE__ */ Tv(gK, [["__scopeId", "data-v-
|
|
54553
|
+
}, yK = /* @__PURE__ */ Tv(gK, [["__scopeId", "data-v-b792c774"]]), bK = (e) => {
|
|
54542
54554
|
const {
|
|
54543
54555
|
touchstartX: t,
|
|
54544
54556
|
touchendX: a,
|
|
@@ -54656,7 +54668,7 @@ const DK = {
|
|
|
54656
54668
|
type: [Boolean, String],
|
|
54657
54669
|
default: "force"
|
|
54658
54670
|
},
|
|
54659
|
-
...
|
|
54671
|
+
...Tt(),
|
|
54660
54672
|
...Sa(),
|
|
54661
54673
|
...Na()
|
|
54662
54674
|
}, "VWindow"), Wc = dt()({
|
|
@@ -54775,7 +54787,7 @@ const DK = {
|
|
|
54775
54787
|
type: [Boolean, String],
|
|
54776
54788
|
default: void 0
|
|
54777
54789
|
},
|
|
54778
|
-
...
|
|
54790
|
+
...Tt(),
|
|
54779
54791
|
...fw(),
|
|
54780
54792
|
...$5()
|
|
54781
54793
|
}, "VWindowItem"), Ni = dt()({
|
|
@@ -55009,7 +55021,7 @@ const DK = {
|
|
|
55009
55021
|
return K;
|
|
55010
55022
|
},
|
|
55011
55023
|
onFinishedAsync: async (K) => {
|
|
55012
|
-
if (n.defaultNew === !0 && !
|
|
55024
|
+
if (n.defaultNew === !0 && !Mt(K))
|
|
55013
55025
|
ce();
|
|
55014
55026
|
else if (h.id.value != null) {
|
|
55015
55027
|
if (h.id.value == "new")
|
|
@@ -55069,7 +55081,7 @@ const DK = {
|
|
|
55069
55081
|
item: H.value,
|
|
55070
55082
|
meta: Z.value
|
|
55071
55083
|
}) : n.getLabel != null ? n.getLabel(H.value, x.value) : v(n.nav);
|
|
55072
|
-
}), q = _(() => n.variant == "inline" && (n.canSearch ||
|
|
55084
|
+
}), q = _(() => n.variant == "inline" && (n.canSearch || Mt(n.searchProps))), R = _(() => {
|
|
55073
55085
|
if (n.actualHeight != null)
|
|
55074
55086
|
return `${n.heightStrat == "upto" ? "max-height" : "height"}: calc(${n.actualHeight})`;
|
|
55075
55087
|
if (n.actualUsedHeight != null)
|
|
@@ -55126,7 +55138,7 @@ const DK = {
|
|
|
55126
55138
|
u.replace(de), we();
|
|
55127
55139
|
}
|
|
55128
55140
|
function Se() {
|
|
55129
|
-
(n.canSearch !== !1 ||
|
|
55141
|
+
(n.canSearch !== !1 || Mt(n.searchProps)) && !h.showSearch.value && h.toggleSearch();
|
|
55130
55142
|
}
|
|
55131
55143
|
function we() {
|
|
55132
55144
|
var De, Le;
|
|
@@ -55388,16 +55400,16 @@ const DK = {
|
|
|
55388
55400
|
"hide-on-leave": ""
|
|
55389
55401
|
}, {
|
|
55390
55402
|
default: O(() => [
|
|
55391
|
-
(K.canSearch !== !1 || D(
|
|
55403
|
+
(K.canSearch !== !1 || D(Mt)(K.searchProps)) && !D(h).showSearch.value ? (B(), ue(Ae, {
|
|
55392
55404
|
icon: "$magnify",
|
|
55393
55405
|
key: "11",
|
|
55394
55406
|
size: K.size,
|
|
55395
55407
|
onClick: D(h).toggleSearch
|
|
55396
55408
|
}, null, 8, ["size", "onClick"])) : te("", !0),
|
|
55397
|
-
(K.canSearch !== !1 || D(
|
|
55409
|
+
(K.canSearch !== !1 || D(Mt)(K.searchProps)) && D(h).showSearch.value ? (B(), ue(qa, {
|
|
55398
55410
|
"onClick:appendInner": me[2] || (me[2] = () => D(h).refresh({ deepRefresh: !0 })),
|
|
55399
55411
|
"onClick:prependInner": me[3] || (me[3] = () => D(h).toggleSearch()),
|
|
55400
|
-
onKeyup: me[4] || (me[4] = _c(() => D(h).refresh({ deepRefresh: !0 }), ["native", "enter"])),
|
|
55412
|
+
onKeyup: me[4] || (me[4] = _c(St(() => D(h).refresh({ deepRefresh: !0 }), ["stop"]), ["native", "enter"])),
|
|
55401
55413
|
"append-inner-icon": "$magnify",
|
|
55402
55414
|
"prepend-inner-icon": "$close",
|
|
55403
55415
|
density: K.density,
|
|
@@ -55423,7 +55435,7 @@ const DK = {
|
|
|
55423
55435
|
allItems: D(h).asyncItems.value,
|
|
55424
55436
|
size: K.size
|
|
55425
55437
|
}, void 0, !0),
|
|
55426
|
-
!A.value && D(
|
|
55438
|
+
!A.value && D(Mt)(D(h).filters.value) ? (B(), ue(Pa, {
|
|
55427
55439
|
key: 2,
|
|
55428
55440
|
"close-on-content-click": !1,
|
|
55429
55441
|
density: K.density,
|
|
@@ -55499,7 +55511,7 @@ const DK = {
|
|
|
55499
55511
|
]),
|
|
55500
55512
|
_: 1
|
|
55501
55513
|
}, 8, ["density"])) : te("", !0),
|
|
55502
|
-
!E.value && D(
|
|
55514
|
+
!E.value && D(Mt)(D(h).externalParties.value) ? (B(), ue(Pa, {
|
|
55503
55515
|
key: 3,
|
|
55504
55516
|
"close-on-content-click": !1,
|
|
55505
55517
|
density: K.density,
|
|
@@ -55570,7 +55582,7 @@ const DK = {
|
|
|
55570
55582
|
D(h).showSearch.value ? (B(), ue(qa, {
|
|
55571
55583
|
key: 0,
|
|
55572
55584
|
"onClick:appendInner": me[8] || (me[8] = () => D(h).refresh()),
|
|
55573
|
-
onKeyup: me[9] || (me[9] = _c(() => D(h).refresh(), ["native", "enter"])),
|
|
55585
|
+
onKeyup: me[9] || (me[9] = _c(St(() => D(h).refresh(), ["stop"]), ["native", "enter"])),
|
|
55574
55586
|
"append-inner-icon": "$magnify",
|
|
55575
55587
|
autofocus: "",
|
|
55576
55588
|
density: K.density,
|
|
@@ -55683,7 +55695,7 @@ const DK = {
|
|
|
55683
55695
|
toggleSearch: D(h).toggleSearch,
|
|
55684
55696
|
ui: D(h)
|
|
55685
55697
|
}, () => [
|
|
55686
|
-
D(
|
|
55698
|
+
D(Mt)(D(h).asyncItems.value) ? K.showListOnly || Oe ? (B(), ue(va, {
|
|
55687
55699
|
key: 1,
|
|
55688
55700
|
"active-class": K.activeClass,
|
|
55689
55701
|
class: Te(["pt-0", K.scrollY ? "overflow-y-auto" : ""]),
|
|
@@ -55724,13 +55736,13 @@ const DK = {
|
|
|
55724
55736
|
size: K.size
|
|
55725
55737
|
}, () => [
|
|
55726
55738
|
(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, (
|
|
55739
|
+
(B(!0), le(Ce, null, Ke(He.values, (Dt, Ht) => ve(K.$slots, Dt.value, {
|
|
55728
55740
|
key: Ht,
|
|
55729
55741
|
item: Re,
|
|
55730
55742
|
class: "mr-1"
|
|
55731
55743
|
}, () => [
|
|
55732
55744
|
k(de, {
|
|
55733
|
-
option:
|
|
55745
|
+
option: Dt,
|
|
55734
55746
|
data: Re
|
|
55735
55747
|
}, null, 8, ["option", "data"])
|
|
55736
55748
|
], !0)), 128))
|
|
@@ -55744,13 +55756,13 @@ const DK = {
|
|
|
55744
55756
|
size: K.size
|
|
55745
55757
|
}, () => [
|
|
55746
55758
|
(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, (
|
|
55759
|
+
(B(!0), le(Ce, null, Ke(He.values, (Dt, Ht) => ve(K.$slots, Dt.value, {
|
|
55748
55760
|
key: Ht,
|
|
55749
55761
|
item: Re,
|
|
55750
55762
|
class: "mr-1"
|
|
55751
55763
|
}, () => [
|
|
55752
55764
|
k(de, {
|
|
55753
|
-
option:
|
|
55765
|
+
option: Dt,
|
|
55754
55766
|
data: Re
|
|
55755
55767
|
}, null, 8, ["option", "data"])
|
|
55756
55768
|
], !0)), 128))
|
|
@@ -55790,7 +55802,7 @@ const DK = {
|
|
|
55790
55802
|
!E.value && D(h).isIntegratable.value(Re) ? (B(), le("div", IK, [
|
|
55791
55803
|
k(Al, { "hide-on-leave": "" }, {
|
|
55792
55804
|
default: O(() => {
|
|
55793
|
-
var He, mt,
|
|
55805
|
+
var He, mt, Dt, Ht;
|
|
55794
55806
|
return [
|
|
55795
55807
|
D(h).isIntegrated.value(Re) ? (B(), le("div", EK, [
|
|
55796
55808
|
k(Ae, {
|
|
@@ -55802,15 +55814,15 @@ const DK = {
|
|
|
55802
55814
|
}, null, 8, ["size", "title"]),
|
|
55803
55815
|
(mt = D(h).currentExternalParty.value) != null && mt.canUnlink ? (B(), ue(Ae, {
|
|
55804
55816
|
key: 0,
|
|
55805
|
-
onClick:
|
|
55817
|
+
onClick: St((it) => D(h).unlinkFromExternalParty(Re), ["stop"]),
|
|
55806
55818
|
class: "text-error",
|
|
55807
55819
|
icon: "$cloud-remove",
|
|
55808
55820
|
size: I.value,
|
|
55809
|
-
title: `Unlink from ${(
|
|
55821
|
+
title: `Unlink from ${(Dt = D(h).currentExternalParty.value) == null ? void 0 : Dt.party}`,
|
|
55810
55822
|
variant: "text"
|
|
55811
55823
|
}, null, 8, ["onClick", "size", "title"])) : te("", !0)
|
|
55812
55824
|
])) : (B(), ue(Ae, {
|
|
55813
|
-
onClick:
|
|
55825
|
+
onClick: St((it) => D(h).pushToExternalParty(Re), ["stop"]),
|
|
55814
55826
|
icon: "$cloud-upload",
|
|
55815
55827
|
key: "a2",
|
|
55816
55828
|
size: I.value,
|
|
@@ -55823,7 +55835,7 @@ const DK = {
|
|
|
55823
55835
|
}, 1024)
|
|
55824
55836
|
])) : te("", !0),
|
|
55825
55837
|
Re.errorMsg != null ? (B(), ue(Ae, {
|
|
55826
|
-
onClick: me[12] || (me[12] =
|
|
55838
|
+
onClick: me[12] || (me[12] = St(() => {
|
|
55827
55839
|
}, ["stop"])),
|
|
55828
55840
|
class: "text-warning",
|
|
55829
55841
|
icon: "$alert-circle",
|
|
@@ -55832,7 +55844,7 @@ const DK = {
|
|
|
55832
55844
|
title: Re.errorMsg
|
|
55833
55845
|
}, null, 8, ["size", "title"])) : te("", !0),
|
|
55834
55846
|
K.canDelete && D(h).isDeletable.value(Re) ? (B(), ue(Ae, {
|
|
55835
|
-
onClick:
|
|
55847
|
+
onClick: St((He) => D(h).deleteItem(Re), ["stop"]),
|
|
55836
55848
|
class: "text-error",
|
|
55837
55849
|
disabled: !D(f).canEdit(K.nav),
|
|
55838
55850
|
icon: "$delete",
|
|
@@ -55842,7 +55854,7 @@ const DK = {
|
|
|
55842
55854
|
variant: "text"
|
|
55843
55855
|
}, null, 8, ["onClick", "disabled", "loading", "size"])) : te("", !0),
|
|
55844
55856
|
K.canRestore && D(h).isRestorable.value(Re) ? (B(), ue(Ae, {
|
|
55845
|
-
onClick:
|
|
55857
|
+
onClick: St((He) => D(h).restoreItem(Re), ["stop"]),
|
|
55846
55858
|
disabled: !D(f).canEdit(K.nav),
|
|
55847
55859
|
key: "3",
|
|
55848
55860
|
icon: "$eraser-variant",
|
|
@@ -55934,7 +55946,7 @@ const DK = {
|
|
|
55934
55946
|
!E.value && D(h).isIntegratable.value(Re) ? (B(), le("div", LK, [
|
|
55935
55947
|
k(Al, { "hide-on-leave": "" }, {
|
|
55936
55948
|
default: O(() => {
|
|
55937
|
-
var He, mt,
|
|
55949
|
+
var He, mt, Dt, Ht;
|
|
55938
55950
|
return [
|
|
55939
55951
|
D(h).isIntegrated.value(Re) ? (B(), le("div", BK, [
|
|
55940
55952
|
k(Ae, {
|
|
@@ -55946,15 +55958,15 @@ const DK = {
|
|
|
55946
55958
|
}, null, 8, ["size", "title"]),
|
|
55947
55959
|
(mt = D(h).currentExternalParty.value) != null && mt.canUnlink ? (B(), ue(Ae, {
|
|
55948
55960
|
key: 0,
|
|
55949
|
-
onClick:
|
|
55961
|
+
onClick: St((it) => D(h).unlinkFromExternalParty(Re), ["stop"]),
|
|
55950
55962
|
class: "text-error",
|
|
55951
55963
|
icon: "$cloud-remove",
|
|
55952
55964
|
size: I.value,
|
|
55953
|
-
title: `Unlink from ${(
|
|
55965
|
+
title: `Unlink from ${(Dt = D(h).currentExternalParty.value) == null ? void 0 : Dt.party}`,
|
|
55954
55966
|
variant: "text"
|
|
55955
55967
|
}, null, 8, ["onClick", "size", "title"])) : te("", !0)
|
|
55956
55968
|
])) : (B(), ue(Ae, {
|
|
55957
|
-
onClick:
|
|
55969
|
+
onClick: St((it) => D(h).pushToExternalParty(Re), ["stop"]),
|
|
55958
55970
|
icon: "$cloud-upload",
|
|
55959
55971
|
key: "a2",
|
|
55960
55972
|
size: I.value,
|
|
@@ -55967,7 +55979,7 @@ const DK = {
|
|
|
55967
55979
|
}, 1024)
|
|
55968
55980
|
])) : te("", !0),
|
|
55969
55981
|
Re.errorMsg != null ? (B(), ue(Ae, {
|
|
55970
|
-
onClick: me[13] || (me[13] =
|
|
55982
|
+
onClick: me[13] || (me[13] = St(() => {
|
|
55971
55983
|
}, ["stop"])),
|
|
55972
55984
|
class: "text-warning",
|
|
55973
55985
|
icon: "$alert-circle",
|
|
@@ -55976,7 +55988,7 @@ const DK = {
|
|
|
55976
55988
|
title: Re.errorMsg
|
|
55977
55989
|
}, null, 8, ["size", "title"])) : te("", !0),
|
|
55978
55990
|
K.canDelete && D(h).isDeletable.value(Re) ? (B(), ue(Ae, {
|
|
55979
|
-
onClick:
|
|
55991
|
+
onClick: St((He) => D(h).deleteItem(Re), ["stop"]),
|
|
55980
55992
|
class: "text-error",
|
|
55981
55993
|
disabled: !D(f).canEdit(K.nav),
|
|
55982
55994
|
icon: "$delete",
|
|
@@ -55985,7 +55997,7 @@ const DK = {
|
|
|
55985
55997
|
variant: "text"
|
|
55986
55998
|
}, null, 8, ["onClick", "disabled", "size"])) : te("", !0),
|
|
55987
55999
|
K.canRestore && D(h).isRestorable.value(Re) ? (B(), ue(Ae, {
|
|
55988
|
-
onClick:
|
|
56000
|
+
onClick: St((He) => D(h).restoreItem(Re), ["stop"]),
|
|
55989
56001
|
disabled: !D(f).canEdit(K.nav),
|
|
55990
56002
|
key: "3",
|
|
55991
56003
|
icon: "$eraser-variant",
|
|
@@ -56128,7 +56140,7 @@ const DK = {
|
|
|
56128
56140
|
}, 8, ["bladeName", "bladeStartShowing", "bordered", "density", "flat", "errorMsg", "hideSubtoolbar", "hideToolbar", "label", "loadingMsg", "preset", "showOnlyTitleLeft", "size", "transparent", "variant"]);
|
|
56129
56141
|
};
|
|
56130
56142
|
}
|
|
56131
|
-
}), RK = /* @__PURE__ */ Tv(FK, [["__scopeId", "data-v-
|
|
56143
|
+
}), RK = /* @__PURE__ */ Tv(FK, [["__scopeId", "data-v-ae4a6a83"]]);
|
|
56132
56144
|
/*!
|
|
56133
56145
|
* vue-use-spring v0.3.3
|
|
56134
56146
|
* (c) 2020-2024 Eduardo San Martin Morote
|
|
@@ -56380,7 +56392,7 @@ const eX = ["success", "info", "warning", "error"], tX = Ue({
|
|
|
56380
56392
|
type: String,
|
|
56381
56393
|
validator: (e) => eX.includes(e)
|
|
56382
56394
|
},
|
|
56383
|
-
...
|
|
56395
|
+
...Tt(),
|
|
56384
56396
|
...Fl(),
|
|
56385
56397
|
...Nr(),
|
|
56386
56398
|
...yr(),
|
|
@@ -56520,7 +56532,7 @@ const eX = ["success", "info", "warning", "error"], tX = Ue({
|
|
|
56520
56532
|
}
|
|
56521
56533
|
}), aX = Ue({
|
|
56522
56534
|
text: String,
|
|
56523
|
-
...
|
|
56535
|
+
...Tt(),
|
|
56524
56536
|
...Sa()
|
|
56525
56537
|
}, "VToolbarTitle"), yp = dt()({
|
|
56526
56538
|
name: "VToolbarTitle",
|
|
@@ -56570,7 +56582,7 @@ const eX = ["success", "info", "warning", "error"], tX = Ue({
|
|
|
56570
56582
|
image: String,
|
|
56571
56583
|
title: String,
|
|
56572
56584
|
...Ti(),
|
|
56573
|
-
...
|
|
56585
|
+
...Tt(),
|
|
56574
56586
|
...yr(),
|
|
56575
56587
|
...Cl(),
|
|
56576
56588
|
...Sa({
|
|
@@ -56680,7 +56692,7 @@ const eX = ["success", "info", "warning", "error"], tX = Ue({
|
|
|
56680
56692
|
};
|
|
56681
56693
|
}
|
|
56682
56694
|
}), rX = Ue({
|
|
56683
|
-
...
|
|
56695
|
+
...Tt(),
|
|
56684
56696
|
..._i({
|
|
56685
56697
|
variant: "text"
|
|
56686
56698
|
})
|
|
@@ -56981,7 +56993,7 @@ const eX = ["success", "info", "warning", "error"], tX = Ue({
|
|
|
56981
56993
|
}
|
|
56982
56994
|
return (h, p) => (B(), le("div", null, [
|
|
56983
56995
|
k(Ae, ge(h.$attrs, {
|
|
56984
|
-
onClick:
|
|
56996
|
+
onClick: St(g, ["stop"]),
|
|
56985
56997
|
color: o.value,
|
|
56986
56998
|
disabled: !c.value,
|
|
56987
56999
|
icon: i.value,
|
|
@@ -57010,7 +57022,7 @@ const eX = ["success", "info", "warning", "error"], tX = Ue({
|
|
|
57010
57022
|
function g() {
|
|
57011
57023
|
var S;
|
|
57012
57024
|
const b = (S = o.value) == null ? void 0 : S.getVideoTracks();
|
|
57013
|
-
|
|
57025
|
+
Mt(b) && (b == null || b.forEach((m) => m.stop()));
|
|
57014
57026
|
}
|
|
57015
57027
|
async function h(b) {
|
|
57016
57028
|
s.value != null && (r.value = b, o.value = await navigator.mediaDevices.getUserMedia({
|
|
@@ -57043,7 +57055,7 @@ const eX = ["success", "info", "warning", "error"], tX = Ue({
|
|
|
57043
57055
|
}), (b, S) => (B(), le("div", null, [
|
|
57044
57056
|
!b.hideButton && !v.value ? (B(), ue(Ae, ge({
|
|
57045
57057
|
key: 0,
|
|
57046
|
-
onClick:
|
|
57058
|
+
onClick: St(w, ["stop"])
|
|
57047
57059
|
}, b.$attrs), null, 16)) : te("", !0),
|
|
57048
57060
|
k(Pr, {
|
|
57049
57061
|
"onClick:outside": S[0] || (S[0] = () => g()),
|
|
@@ -57496,7 +57508,7 @@ const eX = ["success", "info", "warning", "error"], tX = Ue({
|
|
|
57496
57508
|
type: [Number, String],
|
|
57497
57509
|
default: 300
|
|
57498
57510
|
},
|
|
57499
|
-
...
|
|
57511
|
+
...Tt()
|
|
57500
57512
|
}, "VColorPickerCanvas"), EX = wi({
|
|
57501
57513
|
name: "VColorPickerCanvas",
|
|
57502
57514
|
props: IX(),
|
|
@@ -57828,7 +57840,7 @@ const LX = {
|
|
|
57828
57840
|
default: () => Object.keys(nu),
|
|
57829
57841
|
validator: (e) => Array.isArray(e) && e.every((t) => Object.keys(nu).includes(t))
|
|
57830
57842
|
},
|
|
57831
|
-
...
|
|
57843
|
+
...Tt()
|
|
57832
57844
|
}, "VColorPickerEdit"), zX = wi({
|
|
57833
57845
|
name: "VColorPickerEdit",
|
|
57834
57846
|
props: RX(),
|
|
@@ -58131,7 +58143,7 @@ const WX = Ue({
|
|
|
58131
58143
|
},
|
|
58132
58144
|
name: String,
|
|
58133
58145
|
noKeyboard: Boolean,
|
|
58134
|
-
...
|
|
58146
|
+
...Tt()
|
|
58135
58147
|
}, "VSliderThumb"), qX = dt()({
|
|
58136
58148
|
name: "VSliderThumb",
|
|
58137
58149
|
directives: {
|
|
@@ -58266,7 +58278,7 @@ const WX = Ue({
|
|
|
58266
58278
|
type: Number,
|
|
58267
58279
|
required: !0
|
|
58268
58280
|
},
|
|
58269
|
-
...
|
|
58281
|
+
...Tt()
|
|
58270
58282
|
}, "VSliderTrack"), ZX = dt()({
|
|
58271
58283
|
name: "VSliderTrack",
|
|
58272
58284
|
props: GX(),
|
|
@@ -58493,7 +58505,7 @@ const WX = Ue({
|
|
|
58493
58505
|
},
|
|
58494
58506
|
disabled: Boolean,
|
|
58495
58507
|
hideAlpha: Boolean,
|
|
58496
|
-
...
|
|
58508
|
+
...Tt()
|
|
58497
58509
|
}, "VColorPickerPreview"), QX = wi({
|
|
58498
58510
|
name: "VColorPickerPreview",
|
|
58499
58511
|
props: XX(),
|
|
@@ -58586,7 +58598,7 @@ const WX = Ue({
|
|
|
58586
58598
|
disabled: Boolean,
|
|
58587
58599
|
color: Object,
|
|
58588
58600
|
maxHeight: [Number, String],
|
|
58589
|
-
...
|
|
58601
|
+
...Tt()
|
|
58590
58602
|
}, "VColorPickerSwatches");
|
|
58591
58603
|
function eQ(e) {
|
|
58592
58604
|
return Object.keys(e).map((t) => {
|
|
@@ -58630,7 +58642,7 @@ const tQ = wi({
|
|
|
58630
58642
|
}), aQ = lv("v-picker-title"), J5 = Ue({
|
|
58631
58643
|
color: String,
|
|
58632
58644
|
...Ti(),
|
|
58633
|
-
...
|
|
58645
|
+
...Tt(),
|
|
58634
58646
|
...Nr(),
|
|
58635
58647
|
...yr(),
|
|
58636
58648
|
...xv(),
|
|
@@ -59325,7 +59337,7 @@ const mQ = Symbol.for("vuetify:v-slide-group"), Pw = Ue({
|
|
|
59325
59337
|
type: [Boolean, String],
|
|
59326
59338
|
validator: (e) => typeof e == "boolean" || ["always", "desktop", "mobile"].includes(e)
|
|
59327
59339
|
},
|
|
59328
|
-
...
|
|
59340
|
+
...Tt(),
|
|
59329
59341
|
...n5({
|
|
59330
59342
|
mobile: null
|
|
59331
59343
|
}),
|
|
@@ -59568,7 +59580,7 @@ const mQ = Symbol.for("vuetify:v-slide-group"), Pw = Ue({
|
|
|
59568
59580
|
default: Il
|
|
59569
59581
|
},
|
|
59570
59582
|
...Pw(),
|
|
59571
|
-
...
|
|
59583
|
+
...Tt(),
|
|
59572
59584
|
...dw({
|
|
59573
59585
|
selectedClass: "v-chip--selected"
|
|
59574
59586
|
}),
|
|
@@ -59668,7 +59680,7 @@ const mQ = Symbol.for("vuetify:v-slide-group"), Pw = Ue({
|
|
|
59668
59680
|
onClick: ql(),
|
|
59669
59681
|
onClickOnce: ql(),
|
|
59670
59682
|
...Ti(),
|
|
59671
|
-
...
|
|
59683
|
+
...Tt(),
|
|
59672
59684
|
...Fl(),
|
|
59673
59685
|
...yr(),
|
|
59674
59686
|
...fw(),
|
|
@@ -59855,7 +59867,7 @@ const mQ = Symbol.for("vuetify:v-slide-group"), Pw = Ue({
|
|
|
59855
59867
|
}
|
|
59856
59868
|
}), yQ = Ue({
|
|
59857
59869
|
renderless: Boolean,
|
|
59858
|
-
...
|
|
59870
|
+
...Tt()
|
|
59859
59871
|
}, "VVirtualScrollItem"), bQ = dt()({
|
|
59860
59872
|
name: "VVirtualScrollItem",
|
|
59861
59873
|
inheritAttrs: !1,
|
|
@@ -60050,7 +60062,7 @@ const MQ = Ue({
|
|
|
60050
60062
|
},
|
|
60051
60063
|
renderless: Boolean,
|
|
60052
60064
|
...kQ(),
|
|
60053
|
-
...
|
|
60065
|
+
...Tt(),
|
|
60054
60066
|
...Nr()
|
|
60055
60067
|
}, "VVirtualScroll"), wp = dt()({
|
|
60056
60068
|
name: "VVirtualScroll",
|
|
@@ -60139,7 +60151,7 @@ function DQ(e, t, a, n, l, r) {
|
|
|
60139
60151
|
key: 0,
|
|
60140
60152
|
size: "small",
|
|
60141
60153
|
icon: "$close",
|
|
60142
|
-
onClick: t[0] || (t[0] =
|
|
60154
|
+
onClick: t[0] || (t[0] = St((i) => e.clear(), ["stop"]))
|
|
60143
60155
|
})) : te("", !0),
|
|
60144
60156
|
k($t, {
|
|
60145
60157
|
size: "small",
|
|
@@ -65059,7 +65071,7 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
65059
65071
|
"aria-label": Z.overlayLabel,
|
|
65060
65072
|
tabindex: Z.useRelative ? void 0 : "0",
|
|
65061
65073
|
onKeydown: R,
|
|
65062
|
-
onClick: H[0] || (H[0] =
|
|
65074
|
+
onClick: H[0] || (H[0] = St(() => {
|
|
65063
65075
|
}, ["prevent"]))
|
|
65064
65076
|
}, [
|
|
65065
65077
|
ne("div", {
|
|
@@ -65087,7 +65099,7 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
65087
65099
|
"aria-disabled": ce.disabled || void 0,
|
|
65088
65100
|
tabindex: "0",
|
|
65089
65101
|
"data-test-id": ce.text,
|
|
65090
|
-
onClick:
|
|
65102
|
+
onClick: St((we) => $(ce), ["prevent"]),
|
|
65091
65103
|
onKeydown: (we) => D($l)(we, () => $(ce), !0),
|
|
65092
65104
|
onMouseover: (we) => W(ce.value)
|
|
65093
65105
|
}, [
|
|
@@ -66856,7 +66868,7 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
66856
66868
|
"aria-label": (de = (me = D(s)) == null ? void 0 : me.day) == null ? void 0 : de.call(me, X),
|
|
66857
66869
|
tabindex: !X.current && xe.hideOffsetDates ? void 0 : 0,
|
|
66858
66870
|
"data-test-id": D(t1)(X.value),
|
|
66859
|
-
onClick:
|
|
66871
|
+
onClick: St((Le) => ce(Le, X), ["prevent"]),
|
|
66860
66872
|
onTouchend: (Le) => ce(Le, X, !1),
|
|
66861
66873
|
onKeydown: (Le) => D($l)(Le, () => xe.$emit("select-date", X)),
|
|
66862
66874
|
onMouseenter: (Le) => Y(X, fe, K),
|
|
@@ -67107,7 +67119,7 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
67107
67119
|
);
|
|
67108
67120
|
z(je, ze.month, ze.year);
|
|
67109
67121
|
}
|
|
67110
|
-
},
|
|
67122
|
+
}, Dt = (pe) => {
|
|
67111
67123
|
if (Re(pe.value) || !S(pe.value, s.value, g.value.fixedStart ? 0 : 1))
|
|
67112
67124
|
return t("invalid-date", pe.value);
|
|
67113
67125
|
l.value = jI(Qe(pe.value), s, t, g);
|
|
@@ -67115,7 +67127,7 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
67115
67127
|
if (he(), g.value.autoRange)
|
|
67116
67128
|
return He(pe, ke);
|
|
67117
67129
|
if (g.value.fixedStart || g.value.fixedEnd)
|
|
67118
|
-
return
|
|
67130
|
+
return Dt(pe);
|
|
67119
67131
|
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
67132
|
}, it = (pe = !0) => e.enableSeconds ? Array.isArray(u.seconds) ? pe ? u.seconds[0] : u.seconds[1] : u.seconds : 0, ua = (pe) => {
|
|
67121
67133
|
l.value[pe] = os(
|
|
@@ -67731,14 +67743,14 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
67731
67743
|
}, ae = () => {
|
|
67732
67744
|
q(), n("time-picker-close");
|
|
67733
67745
|
}, J = (he) => {
|
|
67734
|
-
var He, mt,
|
|
67735
|
-
(He = b.value) == null || He.toggleTimePicker(!1, !1), (mt = b.value) == null || mt.toggleMonthPicker(!1, !1, he), (
|
|
67746
|
+
var He, mt, Dt;
|
|
67747
|
+
(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
67748
|
}, fe = (he, He = 0) => {
|
|
67737
|
-
var mt,
|
|
67738
|
-
return he === "month" ? (mt = b.value) == null ? void 0 : mt.toggleMonthPicker(!1, !0, He) : he === "year" ? (
|
|
67749
|
+
var mt, Dt, Ht;
|
|
67750
|
+
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
67751
|
}, X = (he, ...He) => {
|
|
67740
|
-
var mt,
|
|
67741
|
-
(mt = b.value) != null && mt[he] && ((
|
|
67752
|
+
var mt, Dt;
|
|
67753
|
+
(mt = b.value) != null && mt[he] && ((Dt = b.value) == null || Dt[he](...He));
|
|
67742
67754
|
}, K = () => {
|
|
67743
67755
|
X("selectCurrentDate");
|
|
67744
67756
|
}, me = (he, He) => {
|
|
@@ -67750,14 +67762,14 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
67750
67762
|
}, Le = (he, He) => {
|
|
67751
67763
|
he.preventDefault(), we(He);
|
|
67752
67764
|
}, Oe = (he) => {
|
|
67753
|
-
var He, mt,
|
|
67765
|
+
var He, mt, Dt;
|
|
67754
67766
|
if (xe(he), he.key === Oa.home || he.key === Oa.end)
|
|
67755
67767
|
return X(
|
|
67756
67768
|
"selectWeekDate",
|
|
67757
67769
|
he.key === Oa.home,
|
|
67758
67770
|
he.target.getAttribute("id")
|
|
67759
67771
|
);
|
|
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") && ((
|
|
67772
|
+
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
67773
|
case Oa.esc:
|
|
67762
67774
|
return Se(he);
|
|
67763
67775
|
case Oa.arrowLeft:
|
|
@@ -67784,7 +67796,7 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
67784
67796
|
(He = (he = b.value) == null ? void 0 : he.setStartTime) == null || He.call(he);
|
|
67785
67797
|
}
|
|
67786
67798
|
}), (he, He) => {
|
|
67787
|
-
var mt,
|
|
67799
|
+
var mt, Dt, Ht;
|
|
67788
67800
|
return B(), le("div", {
|
|
67789
67801
|
id: he.uid ? `dp-menu-${he.uid}` : void 0,
|
|
67790
67802
|
ref_key: "dpMenuRef",
|
|
@@ -67817,7 +67829,7 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
67817
67829
|
ref_key: "innerMenuRef",
|
|
67818
67830
|
ref: C,
|
|
67819
67831
|
class: Te({
|
|
67820
|
-
dp__menu_content_wrapper: ((
|
|
67832
|
+
dp__menu_content_wrapper: ((Dt = he.presetDates) == null ? void 0 : Dt.length) || !!he.$slots["left-sidebar"] || !!he.$slots["right-sidebar"],
|
|
67821
67833
|
"dp--menu-content-wrapper-collapsed": e.collapse && (((Ht = he.presetDates) == null ? void 0 : Ht.length) || !!he.$slots["left-sidebar"] || !!he.$slots["right-sidebar"])
|
|
67822
67834
|
}),
|
|
67823
67835
|
"data-dp-mobile": D(p),
|
|
@@ -67844,7 +67856,7 @@ const J0 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
67844
67856
|
class: Te(["dp__btn dp--preset-range", { "dp--preset-range-collapsed": e.collapse }]),
|
|
67845
67857
|
"data-test-id": it.testId ?? void 0,
|
|
67846
67858
|
"data-dp-mobile": D(p),
|
|
67847
|
-
onClick:
|
|
67859
|
+
onClick: St((Ja) => me(it.value, it.noTz), ["prevent"]),
|
|
67848
67860
|
onKeydown: (Ja) => D($l)(Ja, () => me(it.value, it.noTz), !0)
|
|
67849
67861
|
}, Ne(it.label), 47, Nae))
|
|
67850
67862
|
], 64))), 128))
|
|
@@ -68635,7 +68647,7 @@ const zae = ({
|
|
|
68635
68647
|
class: "dp--clear-btn",
|
|
68636
68648
|
type: "button",
|
|
68637
68649
|
onKeydown: j[4] || (j[4] = (re) => D($l)(re, () => E(re), !0, q)),
|
|
68638
|
-
onClick: j[5] || (j[5] =
|
|
68650
|
+
onClick: j[5] || (j[5] = St((re) => E(re), ["prevent"]))
|
|
68639
68651
|
}, [
|
|
68640
68652
|
k(D(TI), {
|
|
68641
68653
|
class: "dp__input_icons",
|
|
@@ -68788,8 +68800,8 @@ const zae = ({
|
|
|
68788
68800
|
}, He = () => {
|
|
68789
68801
|
we() && he() ? (ce(), ua()) : n("invalid-select", re.value);
|
|
68790
68802
|
}, mt = (ze) => {
|
|
68791
|
-
|
|
68792
|
-
},
|
|
68803
|
+
Dt(), ce(), I.value.closeOnAutoApply && !ze && ua();
|
|
68804
|
+
}, Dt = () => {
|
|
68793
68805
|
d.value && M.value.enabled && d.value.setParsedDate(re.value);
|
|
68794
68806
|
}, Ht = (ze = !1) => {
|
|
68795
68807
|
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 +68820,7 @@ const zae = ({
|
|
|
68808
68820
|
y.value = !1;
|
|
68809
68821
|
})) : n("invalid-date", ze);
|
|
68810
68822
|
}, Ml = () => {
|
|
68811
|
-
l.autoApply && S(re.value) && ce(),
|
|
68823
|
+
l.autoApply && S(re.value) && ce(), Dt();
|
|
68812
68824
|
}, fl = () => i.value ? ua() : Oe(), Dl = (ze) => {
|
|
68813
68825
|
re.value = ze;
|
|
68814
68826
|
}, nl = () => {
|
|
@@ -69121,8 +69133,8 @@ const nne = /* @__PURE__ */ Je({
|
|
|
69121
69133
|
k(Ae, ge(b.$attrs, {
|
|
69122
69134
|
icon: b.icon,
|
|
69123
69135
|
size: b.size,
|
|
69124
|
-
onMousedown:
|
|
69125
|
-
onTouchstart:
|
|
69136
|
+
onMousedown: St(x, ["stop"]),
|
|
69137
|
+
onTouchstart: St(x, ["stop"])
|
|
69126
69138
|
}), {
|
|
69127
69139
|
default: O(() => [
|
|
69128
69140
|
k($t, {
|
|
@@ -69421,7 +69433,7 @@ const nne = /* @__PURE__ */ Je({
|
|
|
69421
69433
|
type: Function,
|
|
69422
69434
|
default: Il
|
|
69423
69435
|
},
|
|
69424
|
-
...
|
|
69436
|
+
...Tt(),
|
|
69425
69437
|
...Fl(),
|
|
69426
69438
|
...Na()
|
|
69427
69439
|
}, "SelectionControlGroup"), mne = Ue({
|
|
@@ -69485,7 +69497,7 @@ const Jw = Ue({
|
|
|
69485
69497
|
trueValue: null,
|
|
69486
69498
|
falseValue: null,
|
|
69487
69499
|
value: null,
|
|
69488
|
-
...
|
|
69500
|
+
...Tt(),
|
|
69489
69501
|
...KI()
|
|
69490
69502
|
}, "VSelectionControl");
|
|
69491
69503
|
function hne(e) {
|
|
@@ -71245,10 +71257,10 @@ const Ine = Ue({
|
|
|
71245
71257
|
})) ?? k(_t, ge(Re, {
|
|
71246
71258
|
role: "option"
|
|
71247
71259
|
}), {
|
|
71248
|
-
prepend: (
|
|
71260
|
+
prepend: (Dt) => {
|
|
71249
71261
|
let {
|
|
71250
71262
|
isSelected: Ht
|
|
71251
|
-
} =
|
|
71263
|
+
} = Dt;
|
|
71252
71264
|
return ne(Ce, null, [e.multiple && !e.hideSelected ? k(Mh, {
|
|
71253
71265
|
key: De.value,
|
|
71254
71266
|
modelValue: Ht,
|
|
@@ -71261,8 +71273,8 @@ const Ine = Ue({
|
|
|
71261
71273
|
}, null)]);
|
|
71262
71274
|
},
|
|
71263
71275
|
title: () => {
|
|
71264
|
-
var
|
|
71265
|
-
return o.value ? De.title : $ne("v-combobox", De.title, (
|
|
71276
|
+
var Dt;
|
|
71277
|
+
return o.value ? De.title : $ne("v-combobox", De.title, (Dt = I(De)) == null ? void 0 : Dt.title);
|
|
71266
71278
|
}
|
|
71267
71279
|
});
|
|
71268
71280
|
}
|
|
@@ -71368,7 +71380,7 @@ const Ine = Ue({
|
|
|
71368
71380
|
return a.isArray ? a.modelValue : (f = a.modelValue) == null ? void 0 : f.split(",");
|
|
71369
71381
|
},
|
|
71370
71382
|
set(f) {
|
|
71371
|
-
a.isArray ? n("update:modelValue", f) : n("update:modelValue",
|
|
71383
|
+
a.isArray ? n("update:modelValue", f) : n("update:modelValue", Mt(f) ? f.toString() : null);
|
|
71372
71384
|
}
|
|
71373
71385
|
}), 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
71386
|
return (f, g) => (B(), ue(Lt, {
|
|
@@ -74267,7 +74279,7 @@ const sre = ["start", "end", "left", "right", "top", "bottom"], ure = Ue({
|
|
|
74267
74279
|
},
|
|
74268
74280
|
sticky: Boolean,
|
|
74269
74281
|
...Ti(),
|
|
74270
|
-
...
|
|
74282
|
+
...Tt(),
|
|
74271
74283
|
...Cw(),
|
|
74272
74284
|
...n5({
|
|
74273
74285
|
mobile: null
|
|
@@ -74971,7 +74983,7 @@ const sre = ["start", "end", "left", "right", "top", "bottom"], ure = Ue({
|
|
|
74971
74983
|
group: ""
|
|
74972
74984
|
}, {
|
|
74973
74985
|
default: O(() => [
|
|
74974
|
-
(w.alwaysOpen || l.value) && D(
|
|
74986
|
+
(w.alwaysOpen || l.value) && D(Mt)(w.searchProps) ? (B(), ue(qa, {
|
|
74975
74987
|
"onClick:prependInner": b[2] || (b[2] = (S) => D(s).searchString.value = void 0),
|
|
74976
74988
|
"hide-details": "",
|
|
74977
74989
|
key: "1",
|
|
@@ -75848,7 +75860,7 @@ const kre = /* @__PURE__ */ Je({
|
|
|
75848
75860
|
return (p, y) => (B(), le("div", null, [
|
|
75849
75861
|
!p.hideButton && !i.value ? (B(), ue(Ae, ge({
|
|
75850
75862
|
key: 0,
|
|
75851
|
-
onClick:
|
|
75863
|
+
onClick: St(h, ["stop"])
|
|
75852
75864
|
}, p.$attrs), null, 16)) : te("", !0),
|
|
75853
75865
|
k(Pr, {
|
|
75854
75866
|
modelValue: i.value,
|
|
@@ -76183,7 +76195,7 @@ const Are = Ue({
|
|
|
76183
76195
|
validator: (e) => ["top", "bottom"].includes(e)
|
|
76184
76196
|
},
|
|
76185
76197
|
ripple: Boolean,
|
|
76186
|
-
...
|
|
76198
|
+
...Tt(),
|
|
76187
76199
|
...Fl(),
|
|
76188
76200
|
...Su(),
|
|
76189
76201
|
...Sa(),
|
|
@@ -76628,7 +76640,7 @@ const Pre = Ue({
|
|
|
76628
76640
|
var S, m;
|
|
76629
76641
|
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
76642
|
}), (S, m) => (B(), le("div", null, [
|
|
76631
|
-
D(
|
|
76643
|
+
D(Mt)(u.value) || D(Mt)(d.value) ? (B(), ue(Pa, {
|
|
76632
76644
|
key: 0,
|
|
76633
76645
|
"max-width": "450",
|
|
76634
76646
|
"close-on-content-click": !1
|
|
@@ -76684,7 +76696,7 @@ const Pre = Ue({
|
|
|
76684
76696
|
k(va, { class: "pa-2" }, {
|
|
76685
76697
|
default: O(() => [
|
|
76686
76698
|
ne("div", Bre, [
|
|
76687
|
-
D(
|
|
76699
|
+
D(Mt)(u.value) ? (B(), ue(bn, { key: 0 }, {
|
|
76688
76700
|
default: O(() => m[12] || (m[12] = [
|
|
76689
76701
|
Ge(" Relevant Links ")
|
|
76690
76702
|
])),
|
|
@@ -76711,7 +76723,7 @@ const Pre = Ue({
|
|
|
76711
76723
|
title: M.title,
|
|
76712
76724
|
subtitle: M.subtitle
|
|
76713
76725
|
}, null, 8, ["prepend-icon", "href", "text", "append-avatar", "title", "subtitle"]))), 128)),
|
|
76714
|
-
D(
|
|
76726
|
+
D(Mt)(d.value) ? (B(), ue(bn, { key: 0 }, {
|
|
76715
76727
|
default: O(() => m[13] || (m[13] = [
|
|
76716
76728
|
Ge("Other Helpful Links")
|
|
76717
76729
|
])),
|
|
@@ -76896,7 +76908,7 @@ const Pre = Ue({
|
|
|
76896
76908
|
k(fr),
|
|
76897
76909
|
k(va, { class: "pa-2 overflow-y-auto" }, {
|
|
76898
76910
|
default: O(() => [
|
|
76899
|
-
D(
|
|
76911
|
+
D(Mt)(u.value) ? (B(), ue(bn, { key: 0 }, {
|
|
76900
76912
|
default: O(() => m[17] || (m[17] = [
|
|
76901
76913
|
Ge(" Relevant Links ")
|
|
76902
76914
|
])),
|
|
@@ -76913,7 +76925,7 @@ const Pre = Ue({
|
|
|
76913
76925
|
title: M.title,
|
|
76914
76926
|
subtitle: M.subtitle
|
|
76915
76927
|
}, null, 8, ["prepend-icon", "href", "text", "append-avatar", "title", "subtitle"]))), 128)),
|
|
76916
|
-
D(
|
|
76928
|
+
D(Mt)(d.value) ? (B(), ue(bn, { key: 1 }, {
|
|
76917
76929
|
default: O(() => m[18] || (m[18] = [
|
|
76918
76930
|
Ge("Other Helpful Links")
|
|
76919
76931
|
])),
|
|
@@ -77231,14 +77243,14 @@ const Pre = Ue({
|
|
|
77231
77243
|
}),
|
|
77232
77244
|
k(ma),
|
|
77233
77245
|
k(Ae, {
|
|
77234
|
-
onClick: h[0] || (h[0] =
|
|
77246
|
+
onClick: h[0] || (h[0] = St((y) => D(i).refresh({ deepRefresh: !0 }), ["stop"])),
|
|
77235
77247
|
icon: "$refresh",
|
|
77236
77248
|
title: "Refresh list",
|
|
77237
77249
|
variant: "text"
|
|
77238
77250
|
})
|
|
77239
77251
|
])) : te("", !0),
|
|
77240
77252
|
ne("div", Kre, [
|
|
77241
|
-
D(
|
|
77253
|
+
D(Mt)(a.value.searchProps) ? (B(), ue(qa, {
|
|
77242
77254
|
key: 0,
|
|
77243
77255
|
autofocus: "",
|
|
77244
77256
|
clearable: "",
|
|
@@ -77251,7 +77263,7 @@ const Pre = Ue({
|
|
|
77251
77263
|
name: "append-inner",
|
|
77252
77264
|
fn: O(() => [
|
|
77253
77265
|
k(Ae, {
|
|
77254
|
-
onClick: h[1] || (h[1] =
|
|
77266
|
+
onClick: h[1] || (h[1] = St((y) => D(i).refresh({ deepRefresh: !0 }), ["stop"])),
|
|
77255
77267
|
icon: "$refresh",
|
|
77256
77268
|
title: "Refresh list",
|
|
77257
77269
|
variant: "text"
|
|
@@ -77260,9 +77272,9 @@ const Pre = Ue({
|
|
|
77260
77272
|
key: "0"
|
|
77261
77273
|
} : void 0
|
|
77262
77274
|
]), 1032, ["modelValue"])) : te("", !0),
|
|
77263
|
-
!D(
|
|
77275
|
+
!D(Mt)(a.value.searchProps) && a.value.title == null ? (B(), ue(Ae, {
|
|
77264
77276
|
key: 1,
|
|
77265
|
-
onClick: h[3] || (h[3] =
|
|
77277
|
+
onClick: h[3] || (h[3] = St((y) => D(i).refresh({ deepRefresh: !0 }), ["stop"])),
|
|
77266
77278
|
icon: "$refresh",
|
|
77267
77279
|
title: "Refresh list",
|
|
77268
77280
|
variant: "text"
|
|
@@ -77358,7 +77370,7 @@ const Pre = Ue({
|
|
|
77358
77370
|
var x;
|
|
77359
77371
|
if (oa(i.value))
|
|
77360
77372
|
return !1;
|
|
77361
|
-
if (
|
|
77373
|
+
if (Mt(n.value.rules)) {
|
|
77362
77374
|
let C;
|
|
77363
77375
|
if ((x = n.value.rules) == null || x.forEach((w) => {
|
|
77364
77376
|
let b = w(i.value);
|
|
@@ -77891,7 +77903,7 @@ const Pre = Ue({
|
|
|
77891
77903
|
default: O(() => [
|
|
77892
77904
|
l.value && C.canSaveProgress !== !1 ? (B(), ue(Ae, {
|
|
77893
77905
|
key: 0,
|
|
77894
|
-
onClick:
|
|
77906
|
+
onClick: St(y, ["stop"]),
|
|
77895
77907
|
class: "mr-4",
|
|
77896
77908
|
"prepend-icon": "$content-save",
|
|
77897
77909
|
size: "small",
|
|
@@ -78068,7 +78080,7 @@ const Pre = Ue({
|
|
|
78068
78080
|
default: O(() => [
|
|
78069
78081
|
l.value && C.canSaveProgress !== !1 ? (B(), ue(Ae, {
|
|
78070
78082
|
key: 0,
|
|
78071
|
-
onClick:
|
|
78083
|
+
onClick: St(y, ["stop"]),
|
|
78072
78084
|
class: "mr-4",
|
|
78073
78085
|
"prepend-icon": "$content-save",
|
|
78074
78086
|
size: "small",
|
|
@@ -78197,7 +78209,7 @@ const Pre = Ue({
|
|
|
78197
78209
|
default: O(() => [
|
|
78198
78210
|
l.value && C.canSaveProgress !== !1 ? (B(), ue(Ae, {
|
|
78199
78211
|
key: 0,
|
|
78200
|
-
onClick:
|
|
78212
|
+
onClick: St(y, ["stop"]),
|
|
78201
78213
|
class: "mr-4",
|
|
78202
78214
|
"prepend-icon": "$content-save",
|
|
78203
78215
|
size: "small",
|
|
@@ -79556,7 +79568,7 @@ const Oie = Ue({
|
|
|
79556
79568
|
}, {
|
|
79557
79569
|
default: O(() => [
|
|
79558
79570
|
k(ei, {
|
|
79559
|
-
onClick:
|
|
79571
|
+
onClick: St(D(s), ["stop"]),
|
|
79560
79572
|
style: We([{ height: "calc(100vh - 64px)" }, `background-color: ${D(b).bgColor}`]),
|
|
79561
79573
|
class: "overflow-y-auto pa-0"
|
|
79562
79574
|
}, {
|
|
@@ -79588,7 +79600,7 @@ const Oie = Ue({
|
|
|
79588
79600
|
slide: V
|
|
79589
79601
|
}, () => [
|
|
79590
79602
|
ne("div", {
|
|
79591
|
-
onClick:
|
|
79603
|
+
onClick: St((W) => D(M)(V), ["stop"])
|
|
79592
79604
|
}, [
|
|
79593
79605
|
k(kE, null, {
|
|
79594
79606
|
default: O(({ isHovering: W, props: q }) => [
|
|
@@ -79637,7 +79649,7 @@ const Oie = Ue({
|
|
|
79637
79649
|
(V == null ? void 0 : V.canDelete) !== !1 && W ? (B(), ue(Ae, {
|
|
79638
79650
|
key: 0,
|
|
79639
79651
|
class: "ma-0 mr-2 pa-0 text-error",
|
|
79640
|
-
onClick:
|
|
79652
|
+
onClick: St((R) => D(w)(V.name), ["stop"]),
|
|
79641
79653
|
icon: "$delete",
|
|
79642
79654
|
variant: "text"
|
|
79643
79655
|
}, null, 8, ["onClick"])) : te("", !0)
|
|
@@ -79658,7 +79670,7 @@ const Oie = Ue({
|
|
|
79658
79670
|
}, {
|
|
79659
79671
|
default: O(() => [
|
|
79660
79672
|
ne("div", {
|
|
79661
|
-
onClick:
|
|
79673
|
+
onClick: St((j) => D(m)(V, R.item), ["stop"])
|
|
79662
79674
|
}, [
|
|
79663
79675
|
k(_m, {
|
|
79664
79676
|
class: Te(D(c) === R.item ? "elevation-23" : void 0),
|
|
@@ -79738,7 +79750,7 @@ const Oie = Ue({
|
|
|
79738
79750
|
}),
|
|
79739
79751
|
ne("div", aoe, [
|
|
79740
79752
|
k(Ae, {
|
|
79741
|
-
onClick:
|
|
79753
|
+
onClick: St(D(o), ["stop"]),
|
|
79742
79754
|
color: D(b).ctlColor,
|
|
79743
79755
|
"prepend-icon": "$card-plus-outline",
|
|
79744
79756
|
text: "Add Slide"
|
|
@@ -79761,7 +79773,7 @@ const Oie = Ue({
|
|
|
79761
79773
|
D(u) != null || D(c) != null ? (B(), ue(Ae, {
|
|
79762
79774
|
key: 0,
|
|
79763
79775
|
icon: "$close",
|
|
79764
|
-
onClick:
|
|
79776
|
+
onClick: St(D(s), ["stop"])
|
|
79765
79777
|
}, null, 8, ["onClick"])) : (B(), ue($t, {
|
|
79766
79778
|
key: 1,
|
|
79767
79779
|
class: "mx-3",
|
|
@@ -79784,7 +79796,7 @@ const Oie = Ue({
|
|
|
79784
79796
|
key: 0,
|
|
79785
79797
|
disabled: ((R = D(u)) == null ? void 0 : R.canDelete) == !1,
|
|
79786
79798
|
class: "text-error",
|
|
79787
|
-
onClick:
|
|
79799
|
+
onClick: St(D(C), ["stop"]),
|
|
79788
79800
|
icon: "$delete"
|
|
79789
79801
|
}, null, 8, ["disabled", "onClick"])) : te("", !0)
|
|
79790
79802
|
];
|
|
@@ -79990,17 +80002,17 @@ const Oie = Ue({
|
|
|
79990
80002
|
_: 1
|
|
79991
80003
|
}),
|
|
79992
80004
|
k(_t, {
|
|
79993
|
-
onClick: E[18] || (E[18] =
|
|
80005
|
+
onClick: E[18] || (E[18] = St((V) => D(b).variant = "basic", ["stop"])),
|
|
79994
80006
|
active: D(b).variant == "basic",
|
|
79995
80007
|
title: "Basic"
|
|
79996
80008
|
}, null, 8, ["active"]),
|
|
79997
80009
|
k(_t, {
|
|
79998
|
-
onClick: E[19] || (E[19] =
|
|
80010
|
+
onClick: E[19] || (E[19] = St((V) => D(b).variant = "single-page", ["stop"])),
|
|
79999
80011
|
active: D(b).variant == "single-page",
|
|
80000
80012
|
title: "Single Page"
|
|
80001
80013
|
}, null, 8, ["active"]),
|
|
80002
80014
|
k(_t, {
|
|
80003
|
-
onClick: E[20] || (E[20] =
|
|
80015
|
+
onClick: E[20] || (E[20] = St((V) => D(b).variant = "half-and-half", ["stop"])),
|
|
80004
80016
|
active: D(b).variant == "half-and-half",
|
|
80005
80017
|
title: "Half And Half"
|
|
80006
80018
|
}, null, 8, ["active"])
|
|
@@ -80147,7 +80159,7 @@ const Oie = Ue({
|
|
|
80147
80159
|
a.onToggle != null ? a.onToggle() : l.value = l.value == a.falseValue ? a.trueValue : a.falseValue;
|
|
80148
80160
|
}
|
|
80149
80161
|
return (d, v) => (B(), ue(It, {
|
|
80150
|
-
onClick:
|
|
80162
|
+
onClick: St(u, ["stop"]),
|
|
80151
80163
|
disabled: d.disabled || !i.value,
|
|
80152
80164
|
class: "d-flex flex-column align-center justify-center",
|
|
80153
80165
|
height: d.height,
|
|
@@ -80515,7 +80527,7 @@ export {
|
|
|
80515
80527
|
Ase as guardRoute,
|
|
80516
80528
|
iL as hasSearch,
|
|
80517
80529
|
KP as isArrayOfLength,
|
|
80518
|
-
|
|
80530
|
+
Mt as isLengthyArray,
|
|
80519
80531
|
XP as isMinDate,
|
|
80520
80532
|
oa as isNullOrEmpty,
|
|
80521
80533
|
QP as isSameDownToHour,
|