bt-core-app 1.4.701 → 1.4.702
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 +75 -75
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var j0 = Object.defineProperty;
|
|
2
2
|
var q0 = (e, t, a) => t in e ? j0(e, t, { enumerable: !0, configurable: !0, writable: !0, value: a }) : e[t] = a;
|
|
3
3
|
var je = (e, t, a) => (q0(e, typeof t != "symbol" ? t + "" : t, a), a);
|
|
4
|
-
import { ref as z, shallowRef as He, computed as D, toValue as rt, toRaw as qt, watch as Se, onMounted as St, h as ll, Fragment as we, reactive as Ga, watchEffect as pn, toRefs as kd, capitalize as ko, isVNode as G0, Comment as Z0, unref as M, warn as xo, getCurrentInstance as K0, provide as sa, inject as Ke, defineComponent as Ze, camelize as Ih, createVNode as w, mergeProps as pe, toRef as Pe, isRef as mn, Text as X0, TransitionGroup as xd, Transition as un, onBeforeMount as So, nextTick as ft, onBeforeUnmount as
|
|
4
|
+
import { ref as z, shallowRef as He, computed as D, toValue as rt, toRaw as qt, watch as Se, onMounted as St, h as ll, Fragment as we, reactive as Ga, watchEffect as pn, toRefs as kd, capitalize as ko, isVNode as G0, Comment as Z0, unref as M, warn as xo, getCurrentInstance as K0, provide as sa, inject as Ke, defineComponent as Ze, camelize as Ih, createVNode as w, mergeProps as pe, toRef as Pe, isRef as mn, Text as X0, TransitionGroup as xd, Transition as un, onBeforeMount as So, nextTick as ft, onBeforeUnmount as Oa, withDirectives as Zt, resolveDirective as ul, vShow as Mn, openBlock as P, createBlock as X, normalizeProps as zt, guardReactiveProps as ra, withCtx as B, createElementVNode as Re, onScopeDispose as Va, effectScope as Sd, onUpdated as Vh, readonly as Cd, resolveDynamicComponent as Co, markRaw as J0, resolveComponent as Fa, renderSlot as me, createCommentVNode as K, normalizeStyle as Mt, createElementBlock as re, createTextVNode as Ne, onDeactivated as $h, onActivated as Q0, Teleport as Ph, onBeforeUpdate as Bh, cloneVNode as eb, renderList as qe, withKeys as ro, toDisplayString as ze, normalizeClass as Je, createSlots as ya, withModifiers as va, getTransitionRawChildren as tb, onUnmounted as Sl, useSlots as _r, render as am, getCurrentScope as ab, vModelText as nb } from "vue";
|
|
5
5
|
import { watchArray as yc, useStorage as Nh, useEventListener as Ma, toValue as Kn, useParentElement as lb, useResizeObserver as rb, useFileDialog as Fh, useArrayUnique as ib, useArrayDifference as nm, watchDebounced as Rh, tryOnMounted as ob } from "@vueuse/core";
|
|
6
6
|
import { defineStore as Ks, getActivePinia as sb } from "pinia";
|
|
7
7
|
import { useRouter as ui, useRoute as To } from "vue-router";
|
|
@@ -5304,7 +5304,7 @@ function fk(e) {
|
|
|
5304
5304
|
});
|
|
5305
5305
|
}), a;
|
|
5306
5306
|
}
|
|
5307
|
-
var
|
|
5307
|
+
var Wa = function() {
|
|
5308
5308
|
function e(l) {
|
|
5309
5309
|
return l;
|
|
5310
5310
|
}
|
|
@@ -5528,13 +5528,13 @@ function k$(e, t) {
|
|
|
5528
5528
|
return e;
|
|
5529
5529
|
let a = e ?? "";
|
|
5530
5530
|
a = `${a},${t}`;
|
|
5531
|
-
let n = [...new Set(a.replaceAll(" ", "").toLowerCase().split(",").map((l) => Lo.find((r) => r.values.some((i) => i == l))).filter((l) => l != null).sort(
|
|
5531
|
+
let n = [...new Set(a.replaceAll(" ", "").toLowerCase().split(",").map((l) => Lo.find((r) => r.values.some((i) => i == l))).filter((l) => l != null).sort(Wa.firstBy((l) => (l == null ? void 0 : l.value) ?? 0)).map((l) => l == null ? void 0 : l.short))].toString();
|
|
5532
5532
|
return n.length > 0 ? n : void 0;
|
|
5533
5533
|
}
|
|
5534
5534
|
function x$(e, t) {
|
|
5535
5535
|
if (t == null || e == null)
|
|
5536
5536
|
return e;
|
|
5537
|
-
let a = e ?? "", n = t.replaceAll(" ", "").toLowerCase(), l = [...new Set(a.replaceAll(" ", "").toLowerCase().split(",").map((r) => Lo.find((i) => i.values.some((o) => o == r && o != n))).filter((r) => r != null).sort(
|
|
5537
|
+
let a = e ?? "", n = t.replaceAll(" ", "").toLowerCase(), l = [...new Set(a.replaceAll(" ", "").toLowerCase().split(",").map((r) => Lo.find((i) => i.values.some((o) => o == r && o != n))).filter((r) => r != null).sort(Wa.firstBy((r) => (r == null ? void 0 : r.value) ?? 0)).map((r) => r == null ? void 0 : r.short))].toString();
|
|
5538
5538
|
return l.length > 0 ? l : void 0;
|
|
5539
5539
|
}
|
|
5540
5540
|
function Sk(e, t) {
|
|
@@ -7334,7 +7334,7 @@ const qg = (e) => {
|
|
|
7334
7334
|
if (e.additionalUrl != null && (t == null ? t = e.additionalUrl : t = jt(t, e.additionalUrl)), e.id != null && (t != null && t.includes("{id}") ? t = t.replaceAll("{id}", e.id) : t = jt(t, e.id)), e.params != null) {
|
|
7335
7335
|
t ?? (t = "");
|
|
7336
7336
|
let a = new URLSearchParams();
|
|
7337
|
-
Object.entries(e.params).sort(
|
|
7337
|
+
Object.entries(e.params).sort(Wa.firstBy((l) => l[0])).forEach((l) => {
|
|
7338
7338
|
l[1] != null && a.append(l[0], l[1].toString());
|
|
7339
7339
|
}), t = `${t}?${a.toString()}`;
|
|
7340
7340
|
}
|
|
@@ -7363,7 +7363,7 @@ function Uk(e) {
|
|
|
7363
7363
|
return `${y}${e.getStorageKey(h)}`;
|
|
7364
7364
|
let v = "";
|
|
7365
7365
|
const b = m.params ?? {};
|
|
7366
|
-
return b != null && (v = Object.entries(b).sort(
|
|
7366
|
+
return b != null && (v = Object.entries(b).sort(Wa.firstBy((T) => T[0])).map((T) => `${T[0]}=${JSON.stringify(T[1])}`).join("&")), `${y}${e.storeName ?? "base"}_${((C = e.auth) == null ? void 0 : C.credentials.value.userID) ?? "no-user-id"}_${m.id ?? ((p = m.data) == null ? void 0 : p.id) ?? "no-item-id"}_${v ?? "no-params"}_${m.storeKey ?? "original-key"}`;
|
|
7367
7367
|
}
|
|
7368
7368
|
async function f(m) {
|
|
7369
7369
|
m.additionalUrl ?? (m.additionalUrl = "/get"), d(m);
|
|
@@ -7418,7 +7418,7 @@ function Ok(e) {
|
|
|
7418
7418
|
return `${c}${e.getStorageKey(x)}`;
|
|
7419
7419
|
let S = "";
|
|
7420
7420
|
const C = b.params ?? {};
|
|
7421
|
-
return C != null && (S = Object.entries(C).sort(
|
|
7421
|
+
return C != null && (S = Object.entries(C).sort(Wa.firstBy((V) => V[0])).map((V) => `${V[0]}=${JSON.stringify(V[1])}`).join("&")), `${c}${e.storeName ?? "base"}_${((_ = e.auth) == null ? void 0 : _.credentials.value.userID) ?? "no-user-id"}_${b.id ?? ((L = b.data) == null ? void 0 : L.id) ?? "no-item-id"}_${S ?? "no-params"}_${b.storeKey ?? "original-key"}`;
|
|
7422
7422
|
}
|
|
7423
7423
|
function d() {
|
|
7424
7424
|
a.value = {}, n.value = {};
|
|
@@ -10256,7 +10256,7 @@ function Dx(e) {
|
|
|
10256
10256
|
isInSchedule: !0,
|
|
10257
10257
|
leadLeftDate: void 0
|
|
10258
10258
|
}) : p.isInSchedule = !0;
|
|
10259
|
-
}), c.sort(
|
|
10259
|
+
}), c.sort(Wa.firstBy((S) => S.dateTrigger)), l.value = c, l.value;
|
|
10260
10260
|
}
|
|
10261
10261
|
return h(e.adjustmentString, e.cronExpression), {
|
|
10262
10262
|
adjustments: l,
|
|
@@ -11181,7 +11181,7 @@ function Yx(e) {
|
|
|
11181
11181
|
a.push(e.substr(n, t)), n += t;
|
|
11182
11182
|
return a;
|
|
11183
11183
|
}
|
|
11184
|
-
function
|
|
11184
|
+
function Ua() {
|
|
11185
11185
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, a = arguments.length > 2 ? arguments[2] : void 0;
|
|
11186
11186
|
const n = {};
|
|
11187
11187
|
for (const l in e)
|
|
@@ -11189,7 +11189,7 @@ function Wa() {
|
|
|
11189
11189
|
for (const l in t) {
|
|
11190
11190
|
const r = e[l], i = t[l];
|
|
11191
11191
|
if (Fm(r) && Fm(i)) {
|
|
11192
|
-
n[l] =
|
|
11192
|
+
n[l] = Ua(r, i, a);
|
|
11193
11193
|
continue;
|
|
11194
11194
|
}
|
|
11195
11195
|
if (a && Array.isArray(r) && Array.isArray(i)) {
|
|
@@ -11836,7 +11836,7 @@ function Dn(e, t) {
|
|
|
11836
11836
|
const i = M(t == null ? void 0 : t.scoped), o = M(t == null ? void 0 : t.reset), s = M(t == null ? void 0 : t.root);
|
|
11837
11837
|
if (n.value == null && !(i || o || s))
|
|
11838
11838
|
return a.value;
|
|
11839
|
-
let d =
|
|
11839
|
+
let d = Ua(n.value, {
|
|
11840
11840
|
prev: a.value
|
|
11841
11841
|
});
|
|
11842
11842
|
if (i)
|
|
@@ -11845,11 +11845,11 @@ function Dn(e, t) {
|
|
|
11845
11845
|
const u = Number(o || 1 / 0);
|
|
11846
11846
|
for (let f = 0; f <= u && !(!d || !("prev" in d)); f++)
|
|
11847
11847
|
d = d.prev;
|
|
11848
|
-
return d && typeof s == "string" && s in d && (d =
|
|
11848
|
+
return d && typeof s == "string" && s in d && (d = Ua(Ua(d, {
|
|
11849
11849
|
prev: d
|
|
11850
11850
|
}), d[s])), d;
|
|
11851
11851
|
}
|
|
11852
|
-
return d.prev ?
|
|
11852
|
+
return d.prev ? Ua(d.prev, d) : d;
|
|
11853
11853
|
});
|
|
11854
11854
|
return sa(fi, l), l;
|
|
11855
11855
|
}
|
|
@@ -11884,7 +11884,7 @@ function C2() {
|
|
|
11884
11884
|
});
|
|
11885
11885
|
function o() {
|
|
11886
11886
|
const s = k2(fi, n);
|
|
11887
|
-
sa(fi, D(() => i.value ?
|
|
11887
|
+
sa(fi, D(() => i.value ? Ua((s == null ? void 0 : s.value) ?? {}, i.value) : s == null ? void 0 : s.value));
|
|
11888
11888
|
}
|
|
11889
11889
|
return {
|
|
11890
11890
|
props: r,
|
|
@@ -12078,7 +12078,7 @@ function _2() {
|
|
|
12078
12078
|
}
|
|
12079
12079
|
function L2(e) {
|
|
12080
12080
|
const t = _2(), a = (e == null ? void 0 : e.defaultSet) ?? "mdi";
|
|
12081
|
-
return a === "mdi" && !t.mdi && (t.mdi = Bx),
|
|
12081
|
+
return a === "mdi" && !t.mdi && (t.mdi = Bx), Ua({
|
|
12082
12082
|
defaultSet: a,
|
|
12083
12083
|
sets: t,
|
|
12084
12084
|
aliases: {
|
|
@@ -12559,13 +12559,13 @@ function mi(e, t, a) {
|
|
|
12559
12559
|
return $e.value.filter((Ce) => Ce.sublevel != null).forEach((Ce) => {
|
|
12560
12560
|
let at = J.find((st) => st.position == Ce.sublevel);
|
|
12561
12561
|
at == null ? J.push({ position: Ce.sublevel ?? 0, values: [Ce] }) : at.values.push(Ce);
|
|
12562
|
-
}), J.sort(
|
|
12562
|
+
}), J.sort(Wa.firstBy((Ce) => Ce.position));
|
|
12563
12563
|
}), ot = D(() => {
|
|
12564
12564
|
let J = new Array();
|
|
12565
12565
|
return $e.value.filter((Ce) => Ce.level != null).forEach((Ce) => {
|
|
12566
12566
|
let at = J.find((st) => st.position == Ce.level);
|
|
12567
12567
|
at == null ? J.push({ position: Ce.level ?? 0, values: [Ce] }) : at.values.push(Ce);
|
|
12568
|
-
}), J.sort(
|
|
12568
|
+
}), J.sort(Wa.firstBy((Ce) => Ce.position));
|
|
12569
12569
|
}), Fe = D(() => $e.value.filter((J) => J.nav != null && J.itemText != null || J.textFilter != null || J.display != null || J.bool != null));
|
|
12570
12570
|
function ca(J) {
|
|
12571
12571
|
var Ce;
|
|
@@ -12679,7 +12679,7 @@ function mi(e, t, a) {
|
|
|
12679
12679
|
let he = (S.value - 1) * e.itemsPerPage, Ce = he + e.itemsPerPage;
|
|
12680
12680
|
Ce >= J.length && (Ce = J.length), J = J.slice(he, Ce);
|
|
12681
12681
|
}
|
|
12682
|
-
e.sortProp != null && (J = J.sort(
|
|
12682
|
+
e.sortProp != null && (J = J.sort(Wa.firstBy((he) => Da(he, e.sortProp)))), I.value = J;
|
|
12683
12683
|
}
|
|
12684
12684
|
function vl() {
|
|
12685
12685
|
const J = (a == null ? void 0 : a.hideActions) ?? e.hideActions;
|
|
@@ -12884,8 +12884,8 @@ function TS() {
|
|
|
12884
12884
|
}));
|
|
12885
12885
|
}), l.forEach((i) => {
|
|
12886
12886
|
var o;
|
|
12887
|
-
i.items = (o = i.items) == null ? void 0 : o.filter((s) => !s.requiresAuth || a.doShow(s.subscriptions, s.permissions, "view")).sort(
|
|
12888
|
-
}), Pl.currentGroup.value != null ? ((r = l.find((i) => i.displayName == Pl.currentGroup.value)) == null ? void 0 : r.items) ?? [] : l.filter((i) => !i.requiresAuth || a.doShow(i.subscriptions, i.permissions, "view"));
|
|
12887
|
+
i.items = (o = i.items) == null ? void 0 : o.filter((s) => !s.requiresAuth || a.doShow(s.subscriptions, s.permissions, "view")).sort(Wa.firstBy((s) => s.displayName));
|
|
12888
|
+
}), l.sort(Wa.firstBy((i) => i.sortNumber ?? i.displayName)), Pl.currentGroup.value != null ? ((r = l.find((i) => i.displayName == Pl.currentGroup.value)) == null ? void 0 : r.items) ?? [] : l.filter((i) => !i.requiresAuth || a.doShow(i.subscriptions, i.permissions, "view"));
|
|
12889
12889
|
})
|
|
12890
12890
|
};
|
|
12891
12891
|
}
|
|
@@ -13190,9 +13190,9 @@ function ES() {
|
|
|
13190
13190
|
const a = {};
|
|
13191
13191
|
for (const [r, i] of Object.entries(e.themes ?? {})) {
|
|
13192
13192
|
const o = i.dark || r === "dark" ? (n = t.themes) == null ? void 0 : n.dark : (l = t.themes) == null ? void 0 : l.light;
|
|
13193
|
-
a[r] =
|
|
13193
|
+
a[r] = Ua(o, i);
|
|
13194
13194
|
}
|
|
13195
|
-
return
|
|
13195
|
+
return Ua(t, {
|
|
13196
13196
|
...e,
|
|
13197
13197
|
themes: a
|
|
13198
13198
|
});
|
|
@@ -13440,7 +13440,7 @@ const Fy = Te({
|
|
|
13440
13440
|
}, [a.default()])]);
|
|
13441
13441
|
}), {};
|
|
13442
13442
|
}
|
|
13443
|
-
}),
|
|
13443
|
+
}), Ya = Te({
|
|
13444
13444
|
rounded: {
|
|
13445
13445
|
type: [Boolean, Number, String],
|
|
13446
13446
|
default: void 0
|
|
@@ -13556,7 +13556,7 @@ const BS = {
|
|
|
13556
13556
|
position: String,
|
|
13557
13557
|
...Fy(),
|
|
13558
13558
|
...tt(),
|
|
13559
|
-
...
|
|
13559
|
+
...Ya(),
|
|
13560
13560
|
..._i()
|
|
13561
13561
|
}, "VImg"), jl = Ue()({
|
|
13562
13562
|
name: "VImg",
|
|
@@ -13629,7 +13629,7 @@ const BS = {
|
|
|
13629
13629
|
E && (s.value = E.currentSrc || E.src);
|
|
13630
13630
|
}
|
|
13631
13631
|
let x = -1;
|
|
13632
|
-
|
|
13632
|
+
Oa(() => {
|
|
13633
13633
|
clearTimeout(x);
|
|
13634
13634
|
});
|
|
13635
13635
|
function S(E) {
|
|
@@ -13832,7 +13832,7 @@ const zS = Te({
|
|
|
13832
13832
|
...jn(),
|
|
13833
13833
|
...tt(),
|
|
13834
13834
|
...Xa(),
|
|
13835
|
-
...
|
|
13835
|
+
...Ya(),
|
|
13836
13836
|
...Ir(),
|
|
13837
13837
|
..._t(),
|
|
13838
13838
|
...Ht(),
|
|
@@ -13952,7 +13952,7 @@ const zy = Te({
|
|
|
13952
13952
|
...tt(),
|
|
13953
13953
|
...Xa(),
|
|
13954
13954
|
...Ln(),
|
|
13955
|
-
...
|
|
13955
|
+
...Ya(),
|
|
13956
13956
|
..._t(),
|
|
13957
13957
|
...Ht(),
|
|
13958
13958
|
...ml()
|
|
@@ -14067,7 +14067,7 @@ function ef(e, t) {
|
|
|
14067
14067
|
id: l,
|
|
14068
14068
|
value: i,
|
|
14069
14069
|
disabled: o
|
|
14070
|
-
}, n),
|
|
14070
|
+
}, n), Oa(() => {
|
|
14071
14071
|
r.unregister(l);
|
|
14072
14072
|
});
|
|
14073
14073
|
const s = D(() => r.isSelected(l)), d = D(() => r.items.value[0].id === l), u = D(() => r.items.value[r.items.value.length - 1].id === l), f = D(() => s.value && [r.selectedClass.value, e.selectedClass]);
|
|
@@ -14113,7 +14113,7 @@ function ou(e, t) {
|
|
|
14113
14113
|
}
|
|
14114
14114
|
St(() => {
|
|
14115
14115
|
s();
|
|
14116
|
-
}),
|
|
14116
|
+
}), Oa(() => {
|
|
14117
14117
|
a = !0;
|
|
14118
14118
|
}), Vh(() => {
|
|
14119
14119
|
for (let g = 0; g < n.length; g++)
|
|
@@ -14235,7 +14235,7 @@ function Uy(e, t) {
|
|
|
14235
14235
|
const l = new IntersectionObserver((r) => {
|
|
14236
14236
|
e == null || e(r, l), n.value = !!r.find((i) => i.isIntersecting);
|
|
14237
14237
|
}, t);
|
|
14238
|
-
|
|
14238
|
+
Oa(() => {
|
|
14239
14239
|
l.disconnect();
|
|
14240
14240
|
}), Se(a, (r, i) => {
|
|
14241
14241
|
i && (l.unobserve(i), n.value = !1), r && l.observe(r);
|
|
@@ -14255,7 +14255,7 @@ function Tr(e) {
|
|
|
14255
14255
|
const l = new ResizeObserver((r) => {
|
|
14256
14256
|
e == null || e(r, l), r.length && (t === "content" ? n.value = r[0].contentRect : n.value = r[0].target.getBoundingClientRect());
|
|
14257
14257
|
});
|
|
14258
|
-
|
|
14258
|
+
Oa(() => {
|
|
14259
14259
|
l.disconnect();
|
|
14260
14260
|
}), Se(() => a.el, (r, i) => {
|
|
14261
14261
|
i && (l.unobserve(i), n.value = void 0), r && l.observe(r);
|
|
@@ -14682,7 +14682,7 @@ const eC = Te({
|
|
|
14682
14682
|
...Po({
|
|
14683
14683
|
location: "top"
|
|
14684
14684
|
}),
|
|
14685
|
-
...
|
|
14685
|
+
...Ya(),
|
|
14686
14686
|
..._t(),
|
|
14687
14687
|
...Ht()
|
|
14688
14688
|
}, "VProgressLinear"), tC = Ue()({
|
|
@@ -15130,7 +15130,7 @@ const Ii = {
|
|
|
15130
15130
|
...tf(),
|
|
15131
15131
|
...Po(),
|
|
15132
15132
|
...uu(),
|
|
15133
|
-
...
|
|
15133
|
+
...Ya(),
|
|
15134
15134
|
...fu(),
|
|
15135
15135
|
...Ir(),
|
|
15136
15136
|
..._t({
|
|
@@ -15454,7 +15454,7 @@ const Ii = {
|
|
|
15454
15454
|
...tf(),
|
|
15455
15455
|
...Po(),
|
|
15456
15456
|
...uu(),
|
|
15457
|
-
...
|
|
15457
|
+
...Ya(),
|
|
15458
15458
|
...fu(),
|
|
15459
15459
|
..._t(),
|
|
15460
15460
|
...Ht(),
|
|
@@ -15817,7 +15817,7 @@ const pC = Te({
|
|
|
15817
15817
|
}
|
|
15818
15818
|
}, kC = function() {
|
|
15819
15819
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : bv;
|
|
15820
|
-
return
|
|
15820
|
+
return Ua(bv, e);
|
|
15821
15821
|
};
|
|
15822
15822
|
function wv(e) {
|
|
15823
15823
|
return kt && !e ? window.innerWidth : typeof e == "object" && e.clientWidth || 0;
|
|
@@ -17328,7 +17328,7 @@ class wT {
|
|
|
17328
17328
|
}
|
|
17329
17329
|
const kT = Symbol.for("vuetify:date-options"), _v = Symbol.for("vuetify:date-adapter");
|
|
17330
17330
|
function xT(e, t) {
|
|
17331
|
-
const a =
|
|
17331
|
+
const a = Ua({
|
|
17332
17332
|
adapter: wT,
|
|
17333
17333
|
locale: {
|
|
17334
17334
|
af: "af-ZA",
|
|
@@ -17430,11 +17430,11 @@ function Xu(e, t, a) {
|
|
|
17430
17430
|
function TT(e, t) {
|
|
17431
17431
|
return {
|
|
17432
17432
|
rtl: t.isRtl,
|
|
17433
|
-
options:
|
|
17433
|
+
options: Ua(C1(), e)
|
|
17434
17434
|
};
|
|
17435
17435
|
}
|
|
17436
17436
|
async function Lv(e, t, a, n) {
|
|
17437
|
-
const l = a ? "scrollLeft" : "scrollTop", r =
|
|
17437
|
+
const l = a ? "scrollLeft" : "scrollTop", r = Ua((n == null ? void 0 : n.options) ?? C1(), t), i = n == null ? void 0 : n.rtl.value, o = (typeof e == "number" ? e : sf(e)) ?? 0, s = r.container === "parent" && o instanceof HTMLElement ? o.parentElement : CT(r.container), d = typeof r.easing == "function" ? r.easing : r.patterns[r.easing];
|
|
17438
17438
|
if (!d)
|
|
17439
17439
|
throw new TypeError(`Easing function "${r.easing}" not found.`);
|
|
17440
17440
|
let u;
|
|
@@ -17471,9 +17471,9 @@ function MT() {
|
|
|
17471
17471
|
rtl: D(() => t.rtl.value || a.value)
|
|
17472
17472
|
};
|
|
17473
17473
|
async function l(r, i) {
|
|
17474
|
-
return Lv(r,
|
|
17474
|
+
return Lv(r, Ua(e, i), !1, n);
|
|
17475
17475
|
}
|
|
17476
|
-
return l.horizontal = async (r, i) => Lv(r,
|
|
17476
|
+
return l.horizontal = async (r, i) => Lv(r, Ua(e, i), !0, n), l;
|
|
17477
17477
|
}
|
|
17478
17478
|
function DT(e, t, a, n) {
|
|
17479
17479
|
const {
|
|
@@ -17511,7 +17511,7 @@ function ET(e) {
|
|
|
17511
17511
|
active: D(() => l.value ? !1 : e.active.value),
|
|
17512
17512
|
id: a
|
|
17513
17513
|
});
|
|
17514
|
-
return
|
|
17514
|
+
return Oa(() => t.unregister(a)), {
|
|
17515
17515
|
layoutItemStyles: r,
|
|
17516
17516
|
layoutRect: t.layoutRect,
|
|
17517
17517
|
layoutItemScrimStyles: i
|
|
@@ -17522,7 +17522,7 @@ function IT() {
|
|
|
17522
17522
|
const {
|
|
17523
17523
|
blueprint: t,
|
|
17524
17524
|
...a
|
|
17525
|
-
} = e, n =
|
|
17525
|
+
} = e, n = Ua(t, a), {
|
|
17526
17526
|
aliases: l = {},
|
|
17527
17527
|
components: r = {},
|
|
17528
17528
|
directives: i = {}
|
|
@@ -18022,7 +18022,7 @@ const uf = (e) => {
|
|
|
18022
18022
|
return A1;
|
|
18023
18023
|
}
|
|
18024
18024
|
}), s = pt(e, "activated", e.activated, (y) => r.value.in(y, a.value, n.value), (y) => r.value.out(y, a.value, n.value)), d = pt(e, "selected", e.selected, (y) => i.value.in(y, a.value, n.value), (y) => i.value.out(y, a.value, n.value));
|
|
18025
|
-
|
|
18025
|
+
Oa(() => {
|
|
18026
18026
|
t = !0;
|
|
18027
18027
|
});
|
|
18028
18028
|
function u(y) {
|
|
@@ -18157,7 +18157,7 @@ const uf = (e) => {
|
|
|
18157
18157
|
};
|
|
18158
18158
|
return So(() => {
|
|
18159
18159
|
!a.isGroupActivator && a.root.register(l.value, a.id.value, t);
|
|
18160
|
-
}),
|
|
18160
|
+
}), Oa(() => {
|
|
18161
18161
|
!a.isGroupActivator && a.root.unregister(l.value);
|
|
18162
18162
|
}), t && sa(vo, r), r;
|
|
18163
18163
|
}, OT = () => {
|
|
@@ -18335,7 +18335,7 @@ const YT = Un({
|
|
|
18335
18335
|
...Xa(),
|
|
18336
18336
|
...On(),
|
|
18337
18337
|
...Ln(),
|
|
18338
|
-
...
|
|
18338
|
+
...Ya(),
|
|
18339
18339
|
...fu(),
|
|
18340
18340
|
..._t(),
|
|
18341
18341
|
...Ht(),
|
|
@@ -18797,7 +18797,7 @@ const eM = Te({
|
|
|
18797
18797
|
default: "type"
|
|
18798
18798
|
},
|
|
18799
18799
|
...V1(),
|
|
18800
|
-
...
|
|
18800
|
+
...Ya(),
|
|
18801
18801
|
..._t(),
|
|
18802
18802
|
...Ht(),
|
|
18803
18803
|
...ml({
|
|
@@ -19773,7 +19773,7 @@ const vf = Te({
|
|
|
19773
19773
|
ne ? window.addEventListener("keydown", q) : window.removeEventListener("keydown", q);
|
|
19774
19774
|
}, {
|
|
19775
19775
|
immediate: !0
|
|
19776
|
-
}),
|
|
19776
|
+
}), Oa(() => {
|
|
19777
19777
|
kt && window.removeEventListener("keydown", q);
|
|
19778
19778
|
});
|
|
19779
19779
|
function q(ne) {
|
|
@@ -19918,7 +19918,7 @@ const vf = Te({
|
|
|
19918
19918
|
!u.value.size && !e.persistent && (v == null || (b = s.value) != null && b.contentEl && !Kx(v, s.value.contentEl)) && (n.value = !1, d == null || d.closeParents());
|
|
19919
19919
|
}, 40);
|
|
19920
19920
|
}
|
|
19921
|
-
}),
|
|
19921
|
+
}), Oa(() => {
|
|
19922
19922
|
d == null || d.unregister(), document.removeEventListener("focusin", f);
|
|
19923
19923
|
}), $h(() => n.value = !1);
|
|
19924
19924
|
async function f(v) {
|
|
@@ -20079,7 +20079,7 @@ const TM = Te({
|
|
|
20079
20079
|
...tt(),
|
|
20080
20080
|
...Xa(),
|
|
20081
20081
|
...Ln(),
|
|
20082
|
-
...
|
|
20082
|
+
...Ya(),
|
|
20083
20083
|
...Ir(),
|
|
20084
20084
|
..._t({
|
|
20085
20085
|
tag: "nav"
|
|
@@ -20504,7 +20504,7 @@ const LM = ["underlined", "outlined", "filled", "solo", "solo-inverted", "solo-f
|
|
|
20504
20504
|
"onClick:prependInner": on(),
|
|
20505
20505
|
...tt(),
|
|
20506
20506
|
...tf(),
|
|
20507
|
-
...
|
|
20507
|
+
...Ya(),
|
|
20508
20508
|
...Ht()
|
|
20509
20509
|
}, "VField"), pf = Ue()({
|
|
20510
20510
|
name: "VField",
|
|
@@ -20825,7 +20825,7 @@ function $M(e) {
|
|
|
20825
20825
|
reset: v,
|
|
20826
20826
|
resetValidation: b
|
|
20827
20827
|
});
|
|
20828
|
-
}),
|
|
20828
|
+
}), Oa(() => {
|
|
20829
20829
|
var x;
|
|
20830
20830
|
(x = r.unregister) == null || x.call(r, h.value);
|
|
20831
20831
|
}), St(async () => {
|
|
@@ -22218,7 +22218,7 @@ const JM = ru("v-alert-title"), QM = ["success", "info", "warning", "error"], eD
|
|
|
22218
22218
|
...Ln(),
|
|
22219
22219
|
...Po(),
|
|
22220
22220
|
...uu(),
|
|
22221
|
-
...
|
|
22221
|
+
...Ya(),
|
|
22222
22222
|
..._t(),
|
|
22223
22223
|
...Ht(),
|
|
22224
22224
|
...ml({
|
|
@@ -22399,7 +22399,7 @@ const JM = ru("v-alert-title"), QM = ["success", "info", "warning", "error"], eD
|
|
|
22399
22399
|
...jn(),
|
|
22400
22400
|
...tt(),
|
|
22401
22401
|
...Ln(),
|
|
22402
|
-
...
|
|
22402
|
+
...Ya(),
|
|
22403
22403
|
..._t({
|
|
22404
22404
|
tag: "header"
|
|
22405
22405
|
}),
|
|
@@ -23691,7 +23691,7 @@ const WD = Te({
|
|
|
23691
23691
|
validator: (e) => ["vertical", "horizontal"].includes(e)
|
|
23692
23692
|
},
|
|
23693
23693
|
reverse: Boolean,
|
|
23694
|
-
...
|
|
23694
|
+
...Ya(),
|
|
23695
23695
|
...Ln({
|
|
23696
23696
|
elevation: 2
|
|
23697
23697
|
}),
|
|
@@ -24348,7 +24348,7 @@ const eA = Un({
|
|
|
24348
24348
|
...Ln(),
|
|
24349
24349
|
...Po(),
|
|
24350
24350
|
...uu(),
|
|
24351
|
-
...
|
|
24351
|
+
...Ya(),
|
|
24352
24352
|
..._t(),
|
|
24353
24353
|
...Ht()
|
|
24354
24354
|
}, "VSheet"), Rv = Ue()({
|
|
@@ -24803,7 +24803,7 @@ const eA = Un({
|
|
|
24803
24803
|
f === v ? b.focus() : v.focus();
|
|
24804
24804
|
}
|
|
24805
24805
|
}
|
|
24806
|
-
|
|
24806
|
+
Oa(() => {
|
|
24807
24807
|
document.removeEventListener("focusin", o);
|
|
24808
24808
|
}), kt && Se(() => l.value && e.retainFocus, (u) => {
|
|
24809
24809
|
u ? document.addEventListener("focusin", o) : document.removeEventListener("focusin", o);
|
|
@@ -28491,7 +28491,7 @@ const sn = (e, t) => t ? new Date(e.toLocaleString("en-US", { timeZone: t })) :
|
|
|
28491
28491
|
};
|
|
28492
28492
|
var $n = /* @__PURE__ */ ((e) => (e.month = "month", e.year = "year", e))($n || {}), cr = /* @__PURE__ */ ((e) => (e.top = "top", e.bottom = "bottom", e))(cr || {}), xr = /* @__PURE__ */ ((e) => (e.header = "header", e.calendar = "calendar", e.timePicker = "timePicker", e))(xr || {}), Na = /* @__PURE__ */ ((e) => (e.month = "month", e.year = "year", e.calendar = "calendar", e.time = "time", e.minutes = "minutes", e.hours = "hours", e.seconds = "seconds", e))(Na || {});
|
|
28493
28493
|
const S3 = ["timestamp", "date", "iso"];
|
|
28494
|
-
var
|
|
28494
|
+
var ja = /* @__PURE__ */ ((e) => (e.up = "up", e.down = "down", e.left = "left", e.right = "right", e))(ja || {}), Yt = /* @__PURE__ */ ((e) => (e.arrowUp = "ArrowUp", e.arrowDown = "ArrowDown", e.arrowLeft = "ArrowLeft", e.arrowRight = "ArrowRight", e.enter = "Enter", e.space = " ", e.esc = "Escape", e.tab = "Tab", e.home = "Home", e.end = "End", e.pageUp = "PageUp", e.pageDown = "PageDown", e))(Yt || {});
|
|
28495
28495
|
function Zv(e) {
|
|
28496
28496
|
return (t) => new Intl.DateTimeFormat(e, { weekday: "short", timeZone: "UTC" }).format(/* @__PURE__ */ new Date(`2017-01-0${t}T00:00:00+00:00`)).slice(0, 2);
|
|
28497
28497
|
}
|
|
@@ -32136,16 +32136,16 @@ const E3 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
32136
32136
|
l.escClose && n("close-picker");
|
|
32137
32137
|
}, ne = (de) => {
|
|
32138
32138
|
if (l.arrowNavigation) {
|
|
32139
|
-
if (de ===
|
|
32139
|
+
if (de === ja.up)
|
|
32140
32140
|
return k();
|
|
32141
|
-
if (de ===
|
|
32141
|
+
if (de === ja.down)
|
|
32142
32142
|
return T();
|
|
32143
|
-
if (de ===
|
|
32143
|
+
if (de === ja.left)
|
|
32144
32144
|
return p();
|
|
32145
|
-
if (de ===
|
|
32145
|
+
if (de === ja.right)
|
|
32146
32146
|
return C();
|
|
32147
32147
|
} else
|
|
32148
|
-
de ===
|
|
32148
|
+
de === ja.left || de === ja.up ? Oe("handleArrow", ja.left, 0, de === ja.up) : Oe("handleArrow", ja.right, 0, de === ja.down);
|
|
32149
32149
|
}, G = (de) => {
|
|
32150
32150
|
s(de.shiftKey), !l.disableMonthYearSelect && de.code === Yt.tab && de.target.classList.contains("dp__menu") && d.value.shiftKeyInMenu && (de.preventDefault(), Ol(de, m.value, !0), n("close-picker"));
|
|
32151
32151
|
}, ue = () => {
|
|
@@ -32181,13 +32181,13 @@ const E3 = (e, t) => e == null ? void 0 : e.querySelector(`[data-dp-element="${t
|
|
|
32181
32181
|
case Yt.esc:
|
|
32182
32182
|
return ae();
|
|
32183
32183
|
case Yt.arrowLeft:
|
|
32184
|
-
return ie(de,
|
|
32184
|
+
return ie(de, ja.left);
|
|
32185
32185
|
case Yt.arrowRight:
|
|
32186
|
-
return ie(de,
|
|
32186
|
+
return ie(de, ja.right);
|
|
32187
32187
|
case Yt.arrowUp:
|
|
32188
|
-
return ie(de,
|
|
32188
|
+
return ie(de, ja.up);
|
|
32189
32189
|
case Yt.arrowDown:
|
|
32190
|
-
return ie(de,
|
|
32190
|
+
return ie(de, ja.down);
|
|
32191
32191
|
default:
|
|
32192
32192
|
return;
|
|
32193
32193
|
}
|
|
@@ -33400,7 +33400,7 @@ const D5 = /* @__PURE__ */ Ze({
|
|
|
33400
33400
|
{ yLevelLessThan: 400, xDifTrigger: 1, valOnTrigger: 10, txt: "x50" },
|
|
33401
33401
|
{ yLevelLessThan: 4e3, xDifTrigger: 1, valOnTrigger: 100, txt: "x100" }
|
|
33402
33402
|
];
|
|
33403
|
-
y = y.sort(
|
|
33403
|
+
y = y.sort(Wa.firstBy((x) => x.yLevelLessThan, "asc")), Se(i, (x) => {
|
|
33404
33404
|
n(x ? "startDragging" : "stopDragging");
|
|
33405
33405
|
});
|
|
33406
33406
|
function h() {
|
|
@@ -34879,7 +34879,7 @@ const J5 = Symbol.for("vuetify:v-slide-group"), Hf = Te({
|
|
|
34879
34879
|
...Xa(),
|
|
34880
34880
|
...Ln(),
|
|
34881
34881
|
...Qd(),
|
|
34882
|
-
...
|
|
34882
|
+
...Ya(),
|
|
34883
34883
|
...fu(),
|
|
34884
34884
|
...Ir(),
|
|
34885
34885
|
..._t({
|
|
@@ -36327,7 +36327,7 @@ const yE = Te({
|
|
|
36327
36327
|
let L;
|
|
36328
36328
|
return Se(p, (V) => {
|
|
36329
36329
|
V ? (L = new ResizeObserver(_), L.observe(p.value)) : L == null || L.disconnect();
|
|
36330
|
-
}),
|
|
36330
|
+
}), Oa(() => {
|
|
36331
36331
|
L == null || L.disconnect();
|
|
36332
36332
|
}), Ge(() => {
|
|
36333
36333
|
const V = !!(l.counter || e.counter || e.counterValue), E = !!(V || l.details), [A, I] = Eo(a), {
|
|
@@ -38504,7 +38504,7 @@ const II = /* @__PURE__ */ Ze({
|
|
|
38504
38504
|
}
|
|
38505
38505
|
}, {
|
|
38506
38506
|
immediate: !0
|
|
38507
|
-
}),
|
|
38507
|
+
}), Oa(() => {
|
|
38508
38508
|
Qa && (Qa.destroy(), Qa = null);
|
|
38509
38509
|
}), () => w("div", {
|
|
38510
38510
|
class: `vue--picture-cropper__wrap ${e.presetMode.mode === "round" ? "vue--picture-cropper__wrap-round" : ""}`,
|
|
@@ -38842,7 +38842,7 @@ function OI(e) {
|
|
|
38842
38842
|
}, {
|
|
38843
38843
|
immediate: !0
|
|
38844
38844
|
});
|
|
38845
|
-
}),
|
|
38845
|
+
}), Oa(() => {
|
|
38846
38846
|
window.removeEventListener("scroll", s);
|
|
38847
38847
|
});
|
|
38848
38848
|
let o = 0;
|
|
@@ -38940,7 +38940,7 @@ function ZI(e) {
|
|
|
38940
38940
|
}), window.addEventListener("touchend", S, {
|
|
38941
38941
|
passive: !0
|
|
38942
38942
|
});
|
|
38943
|
-
}),
|
|
38943
|
+
}), Oa(() => {
|
|
38944
38944
|
window.removeEventListener("touchstart", c), window.removeEventListener("touchmove", x), window.removeEventListener("touchend", S);
|
|
38945
38945
|
});
|
|
38946
38946
|
const o = D(() => ["left", "right"].includes(i.value)), {
|
|
@@ -39061,7 +39061,7 @@ const KI = ["start", "end", "left", "right", "top", "bottom"], XI = Te({
|
|
|
39061
39061
|
}),
|
|
39062
39062
|
...Ln(),
|
|
39063
39063
|
...LT(),
|
|
39064
|
-
...
|
|
39064
|
+
...Ya(),
|
|
39065
39065
|
..._t({
|
|
39066
39066
|
tag: "nav"
|
|
39067
39067
|
}),
|
|
@@ -41905,10 +41905,10 @@ const $V = Te({
|
|
|
41905
41905
|
d.name != null && r(d.name), g.value = !1;
|
|
41906
41906
|
}
|
|
41907
41907
|
return Se(() => d.name, (p) => {
|
|
41908
|
-
u.value = n(p == null ? void 0 : p.toString(), t.tags).sort(
|
|
41908
|
+
u.value = n(p == null ? void 0 : p.toString(), t.tags).sort(Wa.firstBy((T) => T.sort ?? 0)) ?? [], f.value = l(p == null ? void 0 : p.toString(), t.tags).sort(Wa.firstBy((T) => T.sort ?? 0)) ?? [], a(p) && (g.value = !0);
|
|
41909
41909
|
}), St(() => {
|
|
41910
41910
|
var p, T;
|
|
41911
|
-
d.name != null && (u.value = n((p = d.name) == null ? void 0 : p.toString(), t.tags).sort(
|
|
41911
|
+
d.name != null && (u.value = n((p = d.name) == null ? void 0 : p.toString(), t.tags).sort(Wa.firstBy((k) => k.sort ?? 0)) ?? [], f.value = l((T = d.name) == null ? void 0 : T.toString(), t.tags).sort(Wa.firstBy((k) => k.sort ?? 0)) ?? [], a(d.name) && (g.value = !0));
|
|
41912
41912
|
}), (p, T) => (P(), re("div", null, [
|
|
41913
41913
|
M(lt)(u.value) || M(lt)(f.value) ? (P(), X(ga, {
|
|
41914
41914
|
key: 0,
|
package/package.json
CHANGED