@ianicdev/datatables2 0.6.0 → 0.6.1
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/{dataTables-BPnzZ_bC.cjs → dataTables-BAUnCfqx.cjs} +3 -3
- package/dist/{dataTables-BYwjbX2Y.js → dataTables-powSUPlJ.js} +86 -86
- package/dist/datatables.cjs +1 -1
- package/dist/datatables.css +1 -1
- package/dist/datatables.js +1 -1
- package/dist/{index-Cjn9iu3h.js → index-B5rB3tyX.js} +2355 -2359
- package/dist/index-BezhVRoF.cjs +27 -0
- package/package.json +6 -6
- package/dist/index-C8EoBBL_.cjs +0 -27
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { reactive as qe, watchEffect as Be, toRef as x, capitalize as Sa, shallowRef as j, camelize as gn, isVNode as pi, Comment as Ci, Fragment as xe, unref as ze, warn as At, getCurrentInstance as xi, ref as M, computed as S, provide as ce, inject as ee, defineComponent as Ot, h as It, isRef as Kt, toValue as be, createElementVNode as E, normalizeClass as z, createVNode as w, normalizeStyle as X, watch as H, onScopeDispose as le, effectScope as yn, toRaw as q, useId as wa, onBeforeUnmount as ke, onMounted as hn, onUpdated as ki, mergeProps as G, toRefs as _i, Text as Pi, readonly as bn, Transition as Te, resolveDynamicComponent as Ei, nextTick as Le, withDirectives as Ue, toDisplayString as
|
|
1
|
+
import { reactive as qe, watchEffect as Be, toRef as x, capitalize as Sa, shallowRef as j, camelize as gn, isVNode as pi, Comment as Ci, Fragment as xe, unref as ze, warn as At, getCurrentInstance as xi, ref as M, computed as S, provide as ce, inject as ee, defineComponent as Ot, h as It, isRef as Kt, toValue as be, createElementVNode as E, normalizeClass as z, createVNode as w, normalizeStyle as X, watch as H, onScopeDispose as le, effectScope as yn, toRaw as q, useId as wa, onBeforeUnmount as ke, onMounted as hn, onUpdated as ki, mergeProps as G, toRefs as _i, Text as Pi, readonly as bn, Transition as Te, resolveDynamicComponent as Ei, nextTick as Le, withDirectives as Ue, toDisplayString as at, TransitionGroup as Sn, onBeforeMount as wn, vShow as pn, Teleport as Ai, onDeactivated as Oi, createBlock as Ct, openBlock as Ae, withCtx as St, createElementBlock as Xt, renderList as Ii, normalizeProps as Yt, guardReactiveProps as Vi, resolveComponent as Ti, createTextVNode as Bi, defineAsyncComponent as Li } from "vue";
|
|
2
2
|
const Q = typeof window < "u", Cn = Q && "IntersectionObserver" in window;
|
|
3
3
|
function Ln(e, t, n) {
|
|
4
4
|
Ri(e, t), t.set(e, n);
|
|
@@ -26,12 +26,12 @@ function Ca(e, t, n) {
|
|
|
26
26
|
}
|
|
27
27
|
return e == null || e[t[a]] === void 0 ? n : e[t[a]];
|
|
28
28
|
}
|
|
29
|
-
function
|
|
29
|
+
function Ke(e, t) {
|
|
30
30
|
if (e === t) return !0;
|
|
31
31
|
if (e instanceof Date && t instanceof Date && e.getTime() !== t.getTime() || e !== Object(e) || t !== Object(t))
|
|
32
32
|
return !1;
|
|
33
33
|
const n = Object.keys(e);
|
|
34
|
-
return n.length !== Object.keys(t).length ? !1 : n.every((a) =>
|
|
34
|
+
return n.length !== Object.keys(t).length ? !1 : n.every((a) => Ke(e[a], t[a]));
|
|
35
35
|
}
|
|
36
36
|
function Ni(e, t, n) {
|
|
37
37
|
return e == null || !t || typeof t != "string" ? n : e[t] !== void 0 ? e[t] : (t = t.replace(/\[(\w+)\]/g, ".$1"), t = t.replace(/^\./, ""), Ca(e, t.split("."), n));
|
|
@@ -154,7 +154,7 @@ function wo(e, t) {
|
|
|
154
154
|
clearTimeout(n);
|
|
155
155
|
}, a.immediate = e, a;
|
|
156
156
|
}
|
|
157
|
-
function
|
|
157
|
+
function it(e) {
|
|
158
158
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0, n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 1;
|
|
159
159
|
return Math.max(t, Math.min(n, e));
|
|
160
160
|
}
|
|
@@ -199,19 +199,19 @@ function Oe() {
|
|
|
199
199
|
return Oe.cache.set(e, t), t;
|
|
200
200
|
}
|
|
201
201
|
Oe.cache = /* @__PURE__ */ new Map();
|
|
202
|
-
function
|
|
202
|
+
function Ze(e, t) {
|
|
203
203
|
if (!t || typeof t != "object") return [];
|
|
204
204
|
if (Array.isArray(t))
|
|
205
|
-
return t.map((n) =>
|
|
205
|
+
return t.map((n) => Ze(e, n)).flat(1);
|
|
206
206
|
if (t.suspense)
|
|
207
|
-
return
|
|
207
|
+
return Ze(e, t.ssContent);
|
|
208
208
|
if (Array.isArray(t.children))
|
|
209
|
-
return t.children.map((n) =>
|
|
209
|
+
return t.children.map((n) => Ze(e, n)).flat(1);
|
|
210
210
|
if (t.component) {
|
|
211
211
|
if (Object.getOwnPropertySymbols(t.component.provides).includes(e))
|
|
212
212
|
return [t.component];
|
|
213
213
|
if (t.component.subTree)
|
|
214
|
-
return
|
|
214
|
+
return Ze(e, t.component.subTree).flat(1);
|
|
215
215
|
}
|
|
216
216
|
return [];
|
|
217
217
|
}
|
|
@@ -253,7 +253,7 @@ function xt(e, t) {
|
|
|
253
253
|
function Pa(e) {
|
|
254
254
|
return e[2].toLowerCase() + e.slice(3);
|
|
255
255
|
}
|
|
256
|
-
const
|
|
256
|
+
const tt = () => [Function, Array];
|
|
257
257
|
function Dn(e, t) {
|
|
258
258
|
return t = "on" + Sa(t), !!(e[t] || e[`${t}Once`] || e[`${t}Capture`] || e[`${t}OnceCapture`] || e[`${t}CaptureOnce`]);
|
|
259
259
|
}
|
|
@@ -278,7 +278,7 @@ function Ea(e, t, n) {
|
|
|
278
278
|
while ((!a || a.offsetParent == null || !((n == null ? void 0 : n(a)) ?? !0)) && i < e.length && i >= 0);
|
|
279
279
|
return a;
|
|
280
280
|
}
|
|
281
|
-
function
|
|
281
|
+
function nt(e, t) {
|
|
282
282
|
var a, i, r, s;
|
|
283
283
|
const n = Zt(e);
|
|
284
284
|
if (t == null)
|
|
@@ -291,7 +291,7 @@ function tt(e, t) {
|
|
|
291
291
|
(s = n[t]) == null || s.focus();
|
|
292
292
|
else {
|
|
293
293
|
const o = Ea(n, t);
|
|
294
|
-
o ? o.focus() :
|
|
294
|
+
o ? o.focus() : nt(e, t === "next" ? "first" : "last");
|
|
295
295
|
}
|
|
296
296
|
}
|
|
297
297
|
function Co(e) {
|
|
@@ -494,7 +494,7 @@ function Ia(e) {
|
|
|
494
494
|
} else
|
|
495
495
|
return new fe(t);
|
|
496
496
|
}
|
|
497
|
-
function
|
|
497
|
+
function Qe(e, t, n) {
|
|
498
498
|
if (typeof e.animate > "u") return {
|
|
499
499
|
finished: Promise.resolve()
|
|
500
500
|
};
|
|
@@ -598,20 +598,20 @@ const Qn = /^(?<fn>(?:rgb|hsl)a?)\((?<values>.+)\)/, rr = {
|
|
|
598
598
|
l: n,
|
|
599
599
|
a
|
|
600
600
|
}),
|
|
601
|
-
hsv: (e, t, n, a) =>
|
|
601
|
+
hsv: (e, t, n, a) => rt({
|
|
602
602
|
h: e,
|
|
603
603
|
s: t,
|
|
604
604
|
v: n,
|
|
605
605
|
a
|
|
606
606
|
}),
|
|
607
|
-
hsva: (e, t, n, a) =>
|
|
607
|
+
hsva: (e, t, n, a) => rt({
|
|
608
608
|
h: e,
|
|
609
609
|
s: t,
|
|
610
610
|
v: n,
|
|
611
611
|
a
|
|
612
612
|
})
|
|
613
613
|
};
|
|
614
|
-
function
|
|
614
|
+
function et(e) {
|
|
615
615
|
if (typeof e == "number")
|
|
616
616
|
return (isNaN(e) || e < 0 || e > 16777215) && He(`'${e}' is not a valid hex color`), {
|
|
617
617
|
r: (e & 16711680) >> 16,
|
|
@@ -636,14 +636,14 @@ function Qe(e) {
|
|
|
636
636
|
if (Mt(e, ["r", "g", "b"]))
|
|
637
637
|
return e;
|
|
638
638
|
if (Mt(e, ["h", "s", "l"]))
|
|
639
|
-
return
|
|
639
|
+
return rt(Ta(e));
|
|
640
640
|
if (Mt(e, ["h", "s", "v"]))
|
|
641
|
-
return
|
|
641
|
+
return rt(e);
|
|
642
642
|
}
|
|
643
643
|
throw new TypeError(`Invalid color: ${e == null ? e : String(e) || e.constructor.name}
|
|
644
644
|
Expected #hex, #hexa, rgb(), rgba(), hsl(), hsla(), object or number`);
|
|
645
645
|
}
|
|
646
|
-
function
|
|
646
|
+
function rt(e) {
|
|
647
647
|
const {
|
|
648
648
|
h: t,
|
|
649
649
|
s: n,
|
|
@@ -661,7 +661,7 @@ function it(e) {
|
|
|
661
661
|
};
|
|
662
662
|
}
|
|
663
663
|
function ea(e) {
|
|
664
|
-
return
|
|
664
|
+
return rt(Ta(e));
|
|
665
665
|
}
|
|
666
666
|
function Ta(e) {
|
|
667
667
|
const {
|
|
@@ -691,8 +691,8 @@ function or(e) {
|
|
|
691
691
|
return e.startsWith("#") && (e = e.slice(1)), e = e.replace(/([^0-9a-f])/gi, "F"), (e.length === 3 || e.length === 4) && (e = e.split("").map((t) => t + t).join("")), e.length !== 6 && (e = Mn(Mn(e, 6), 8, "F")), e;
|
|
692
692
|
}
|
|
693
693
|
function lr(e) {
|
|
694
|
-
const t = Math.abs(Zn(
|
|
695
|
-
return Math.abs(Zn(
|
|
694
|
+
const t = Math.abs(Zn(et(0), et(e)));
|
|
695
|
+
return Math.abs(Zn(et(16777215), et(e))) > Math.min(t, 50) ? "#fff" : "#000";
|
|
696
696
|
}
|
|
697
697
|
function A(e, t) {
|
|
698
698
|
return (n) => Object.keys(e).reduce((a, i) => {
|
|
@@ -999,7 +999,7 @@ function On(e) {
|
|
|
999
999
|
if (t.background)
|
|
1000
1000
|
if (nn(t.background)) {
|
|
1001
1001
|
if (a.backgroundColor = t.background, !t.text && ir(t.background)) {
|
|
1002
|
-
const i =
|
|
1002
|
+
const i = et(t.background);
|
|
1003
1003
|
if (i.a == null || i.a === 1) {
|
|
1004
1004
|
const r = lr(i);
|
|
1005
1005
|
a.color = r, a.caretColor = r;
|
|
@@ -1013,7 +1013,7 @@ function On(e) {
|
|
|
1013
1013
|
};
|
|
1014
1014
|
});
|
|
1015
1015
|
}
|
|
1016
|
-
function
|
|
1016
|
+
function Xe(e) {
|
|
1017
1017
|
const {
|
|
1018
1018
|
colorClasses: t,
|
|
1019
1019
|
colorStyles: n
|
|
@@ -1231,7 +1231,7 @@ function kr(e, t) {
|
|
|
1231
1231
|
return e.multiple ? h : h[0];
|
|
1232
1232
|
}), r = Y("useGroup");
|
|
1233
1233
|
function s(v, h) {
|
|
1234
|
-
const d = v, m = Symbol.for(`${t.description}:id`), y =
|
|
1234
|
+
const d = v, m = Symbol.for(`${t.description}:id`), y = Ze(m, r == null ? void 0 : r.vnode).indexOf(h);
|
|
1235
1235
|
ze(d.value) == null && (d.value = y, d.useIndexAsValue = !0), y > -1 ? a.splice(y, 0, d) : a.push(d);
|
|
1236
1236
|
}
|
|
1237
1237
|
function o(v) {
|
|
@@ -1300,7 +1300,7 @@ function _r(e, t) {
|
|
|
1300
1300
|
function Ra(e, t) {
|
|
1301
1301
|
const n = [];
|
|
1302
1302
|
return t.forEach((a) => {
|
|
1303
|
-
const i = e.find((s) =>
|
|
1303
|
+
const i = e.find((s) => Ke(a, s.value)), r = e[a];
|
|
1304
1304
|
(i == null ? void 0 : i.value) != null ? n.push(i.id) : r != null && n.push(r.id);
|
|
1305
1305
|
}), n;
|
|
1306
1306
|
}
|
|
@@ -1540,7 +1540,7 @@ const Br = A({
|
|
|
1540
1540
|
} = $t(e), {
|
|
1541
1541
|
textColorClasses: l,
|
|
1542
1542
|
textColorStyles: u
|
|
1543
|
-
} =
|
|
1543
|
+
} = Xe(() => e.color);
|
|
1544
1544
|
return J(() => {
|
|
1545
1545
|
var v, h;
|
|
1546
1546
|
const c = (v = a.default) == null ? void 0 : v.call(a);
|
|
@@ -1647,16 +1647,16 @@ const Rr = A({
|
|
|
1647
1647
|
} = $t(e), {
|
|
1648
1648
|
textColorClasses: u,
|
|
1649
1649
|
textColorStyles: c
|
|
1650
|
-
} =
|
|
1650
|
+
} = Xe(() => e.color), {
|
|
1651
1651
|
textColorClasses: f,
|
|
1652
1652
|
textColorStyles: v
|
|
1653
|
-
} =
|
|
1653
|
+
} = Xe(() => e.bgColor), {
|
|
1654
1654
|
intersectionRef: h,
|
|
1655
1655
|
isIntersecting: d
|
|
1656
1656
|
} = $a(), {
|
|
1657
1657
|
resizeRef: m,
|
|
1658
1658
|
contentRect: g
|
|
1659
|
-
} = Lr(), y = x(() =>
|
|
1659
|
+
} = Lr(), y = x(() => it(parseFloat(e.modelValue), 0, 100)), b = x(() => Number(e.width)), k = x(() => l.value ? Number(e.size) : g.value ? g.value.width : Math.max(b.value, 32)), _ = x(() => a / (1 - b.value / k.value) * 2), O = x(() => b.value / k.value * _.value), T = x(() => L((100 - y.value) / 100 * i));
|
|
1660
1660
|
return Be(() => {
|
|
1661
1661
|
h.value = r.value, m.value = r.value;
|
|
1662
1662
|
}), J(() => w(e.tag, {
|
|
@@ -1836,7 +1836,7 @@ const $r = A({
|
|
|
1836
1836
|
} = Da(e), {
|
|
1837
1837
|
textColorClasses: l,
|
|
1838
1838
|
textColorStyles: u
|
|
1839
|
-
} =
|
|
1839
|
+
} = Xe(() => e.color), {
|
|
1840
1840
|
backgroundColorClasses: c,
|
|
1841
1841
|
backgroundColorStyles: f
|
|
1842
1842
|
} = Ge(() => e.bgColor || e.color), {
|
|
@@ -1850,7 +1850,7 @@ const $r = A({
|
|
|
1850
1850
|
} = Ne(e), {
|
|
1851
1851
|
intersectionRef: y,
|
|
1852
1852
|
isIntersecting: b
|
|
1853
|
-
} = $a(), k = S(() => parseFloat(e.max)), _ = S(() => parseFloat(e.height)), O = S(() =>
|
|
1853
|
+
} = $a(), k = S(() => parseFloat(e.max)), _ = S(() => parseFloat(e.height)), O = S(() => it(parseFloat(e.bufferValue) / k.value * 100, 0, 100)), T = S(() => it(parseFloat(a.value) / k.value * 100, 0, 100)), B = S(() => i.value !== e.reverse), p = S(() => e.indeterminate ? "fade-transition" : "slide-x-transition"), $ = Q && ((F = window.matchMedia) == null ? void 0 : F.call(window, "(forced-colors: active)").matches);
|
|
1854
1854
|
function K(P) {
|
|
1855
1855
|
if (!y.value) return;
|
|
1856
1856
|
const {
|
|
@@ -2005,7 +2005,7 @@ function za(e, t) {
|
|
|
2005
2005
|
replace: x(() => e.replace)
|
|
2006
2006
|
}), s = S(() => e.to ? r : void 0), o = Hr(), l = S(() => {
|
|
2007
2007
|
var v, h, d;
|
|
2008
|
-
return s.value ? e.exact ? o.value ? ((d = s.value.isExactActive) == null ? void 0 : d.value) &&
|
|
2008
|
+
return s.value ? e.exact ? o.value ? ((d = s.value.isExactActive) == null ? void 0 : d.value) && Ke(s.value.route.value.query, o.value.query) : ((h = s.value.isExactActive) == null ? void 0 : h.value) ?? !1 : ((v = s.value.isActive) == null ? void 0 : v.value) ?? !1 : !1;
|
|
2009
2009
|
}), u = S(() => {
|
|
2010
2010
|
var v;
|
|
2011
2011
|
return e.to ? (v = s.value) == null ? void 0 : v.route.value.href : e.href;
|
|
@@ -2131,7 +2131,7 @@ const Xr = function(e, t) {
|
|
|
2131
2131
|
function Ha(e) {
|
|
2132
2132
|
return typeof e > "u" || !!e;
|
|
2133
2133
|
}
|
|
2134
|
-
function
|
|
2134
|
+
function st(e) {
|
|
2135
2135
|
const t = {}, n = e.currentTarget;
|
|
2136
2136
|
if (!(!(n != null && n._ripple) || n._ripple.touched || e[sn])) {
|
|
2137
2137
|
if (e[sn] = !0, on(e))
|
|
@@ -2170,15 +2170,15 @@ function Ga(e) {
|
|
|
2170
2170
|
const t = e.currentTarget;
|
|
2171
2171
|
t != null && t._ripple && (t._ripple.showTimerCommit && (t._ripple.showTimerCommit = null), window.clearTimeout(t._ripple.showTimer));
|
|
2172
2172
|
}
|
|
2173
|
-
let
|
|
2173
|
+
let ot = !1;
|
|
2174
2174
|
function qa(e) {
|
|
2175
|
-
!
|
|
2175
|
+
!ot && (e.keyCode === $n.enter || e.keyCode === $n.space) && (ot = !0, st(e));
|
|
2176
2176
|
}
|
|
2177
2177
|
function Ua(e) {
|
|
2178
|
-
|
|
2178
|
+
ot = !1, ae(e);
|
|
2179
2179
|
}
|
|
2180
2180
|
function Ka(e) {
|
|
2181
|
-
|
|
2181
|
+
ot && (ot = !1, ae(e));
|
|
2182
2182
|
}
|
|
2183
2183
|
function Xa(e, t, n) {
|
|
2184
2184
|
const {
|
|
@@ -2192,19 +2192,19 @@ function Xa(e, t, n) {
|
|
|
2192
2192
|
}), e.addEventListener("mousedown", ra);
|
|
2193
2193
|
return;
|
|
2194
2194
|
}
|
|
2195
|
-
e.addEventListener("touchstart",
|
|
2195
|
+
e.addEventListener("touchstart", st, {
|
|
2196
2196
|
passive: !0
|
|
2197
2197
|
}), e.addEventListener("touchend", ae, {
|
|
2198
2198
|
passive: !0
|
|
2199
2199
|
}), e.addEventListener("touchmove", Ga, {
|
|
2200
2200
|
passive: !0
|
|
2201
|
-
}), e.addEventListener("touchcancel", ae), e.addEventListener("mousedown",
|
|
2201
|
+
}), e.addEventListener("touchcancel", ae), e.addEventListener("mousedown", st), e.addEventListener("mouseup", ae), e.addEventListener("mouseleave", ae), e.addEventListener("keydown", qa), e.addEventListener("keyup", Ua), e.addEventListener("blur", Ka), e.addEventListener("dragstart", ae, {
|
|
2202
2202
|
passive: !0
|
|
2203
2203
|
});
|
|
2204
2204
|
} else !r && n && Ya(e);
|
|
2205
2205
|
}
|
|
2206
2206
|
function Ya(e) {
|
|
2207
|
-
e.removeEventListener("mousedown",
|
|
2207
|
+
e.removeEventListener("mousedown", st), e.removeEventListener("touchstart", st), e.removeEventListener("touchend", ae), e.removeEventListener("touchmove", Ga), e.removeEventListener("touchcancel", ae), e.removeEventListener("mouseup", ae), e.removeEventListener("mouseleave", ae), e.removeEventListener("keydown", qa), e.removeEventListener("keyup", Ua), e.removeEventListener("dragstart", ae), e.removeEventListener("blur", Ka);
|
|
2208
2208
|
}
|
|
2209
2209
|
function Yr(e, t) {
|
|
2210
2210
|
Xa(e, t, !1);
|
|
@@ -2377,7 +2377,7 @@ const ln = {
|
|
|
2377
2377
|
}, {
|
|
2378
2378
|
default: () => {
|
|
2379
2379
|
var D;
|
|
2380
|
-
return [((D = a.default) == null ? void 0 : D.call(a)) ??
|
|
2380
|
+
return [((D = a.default) == null ? void 0 : D.call(a)) ?? at(e.text)];
|
|
2381
2381
|
}
|
|
2382
2382
|
})]), !e.icon && C && E("span", {
|
|
2383
2383
|
key: "append",
|
|
@@ -2568,7 +2568,7 @@ const ts = A({
|
|
|
2568
2568
|
speed: f
|
|
2569
2569
|
} = s;
|
|
2570
2570
|
Wt.set(i, s);
|
|
2571
|
-
const v =
|
|
2571
|
+
const v = Qe(i, [{
|
|
2572
2572
|
transform: `translate(${o}px, ${l}px) scale(${u}, ${c})`,
|
|
2573
2573
|
opacity: 0
|
|
2574
2574
|
}, {}], {
|
|
@@ -2576,7 +2576,7 @@ const ts = A({
|
|
|
2576
2576
|
easing: vr
|
|
2577
2577
|
});
|
|
2578
2578
|
(h = sa(i)) == null || h.forEach((d) => {
|
|
2579
|
-
|
|
2579
|
+
Qe(d, [{
|
|
2580
2580
|
opacity: 0
|
|
2581
2581
|
}, {
|
|
2582
2582
|
opacity: 0,
|
|
@@ -2605,14 +2605,14 @@ const ts = A({
|
|
|
2605
2605
|
sy: c,
|
|
2606
2606
|
speed: f
|
|
2607
2607
|
} = s;
|
|
2608
|
-
|
|
2608
|
+
Qe(i, [{}, {
|
|
2609
2609
|
transform: `translate(${o}px, ${l}px) scale(${u}, ${c})`,
|
|
2610
2610
|
opacity: 0
|
|
2611
2611
|
}], {
|
|
2612
2612
|
duration: 125 * f,
|
|
2613
2613
|
easing: mr
|
|
2614
2614
|
}).finished.then(() => r()), (h = sa(i)) == null || h.forEach((d) => {
|
|
2615
|
-
|
|
2615
|
+
Qe(d, [{}, {
|
|
2616
2616
|
opacity: 0,
|
|
2617
2617
|
offset: 0.2
|
|
2618
2618
|
}, {
|
|
@@ -2992,7 +2992,7 @@ const Tn = (e) => {
|
|
|
2992
2992
|
return s;
|
|
2993
2993
|
}
|
|
2994
2994
|
};
|
|
2995
|
-
},
|
|
2995
|
+
}, lt = Symbol.for("vuetify:nested"), si = {
|
|
2996
2996
|
id: j(),
|
|
2997
2997
|
root: {
|
|
2998
2998
|
register: () => null,
|
|
@@ -3195,9 +3195,9 @@ const Tn = (e) => {
|
|
|
3195
3195
|
getPath: c
|
|
3196
3196
|
}
|
|
3197
3197
|
};
|
|
3198
|
-
return ce(
|
|
3198
|
+
return ce(lt, h), h.root;
|
|
3199
3199
|
}, oi = (e, t) => {
|
|
3200
|
-
const n = ee(
|
|
3200
|
+
const n = ee(lt, si), a = Symbol("nested item"), i = S(() => be(e) ?? a), r = {
|
|
3201
3201
|
...n,
|
|
3202
3202
|
id: i,
|
|
3203
3203
|
open: (s, o) => n.root.open(i.value, s, o),
|
|
@@ -3216,10 +3216,10 @@ const Tn = (e) => {
|
|
|
3216
3216
|
!n.isGroupActivator && n.root.register(i.value, n.id.value, t);
|
|
3217
3217
|
}), ke(() => {
|
|
3218
3218
|
!n.isGroupActivator && n.root.unregister(i.value);
|
|
3219
|
-
}), t && ce(
|
|
3219
|
+
}), t && ce(lt, r), r;
|
|
3220
3220
|
}, vs = () => {
|
|
3221
|
-
const e = ee(
|
|
3222
|
-
ce(
|
|
3221
|
+
const e = ee(lt, si);
|
|
3222
|
+
ce(lt, {
|
|
3223
3223
|
...e,
|
|
3224
3224
|
isGroupActivator: !0
|
|
3225
3225
|
});
|
|
@@ -3787,8 +3787,8 @@ const ca = {
|
|
|
3787
3787
|
default: void 0
|
|
3788
3788
|
},
|
|
3789
3789
|
value: null,
|
|
3790
|
-
onClick:
|
|
3791
|
-
onClickOnce:
|
|
3790
|
+
onClick: tt(),
|
|
3791
|
+
onClickOnce: tt(),
|
|
3792
3792
|
...ct(),
|
|
3793
3793
|
...Z(),
|
|
3794
3794
|
...ft(),
|
|
@@ -3897,7 +3897,7 @@ const ca = {
|
|
|
3897
3897
|
onKeydown: T.value && !_.value && me
|
|
3898
3898
|
}, r.linkProps), {
|
|
3899
3899
|
default: () => {
|
|
3900
|
-
var
|
|
3900
|
+
var Ye;
|
|
3901
3901
|
return [In(T.value || k.value, "v-list-item"), ge && E("div", {
|
|
3902
3902
|
key: "prepend",
|
|
3903
3903
|
class: "v-list-item__prepend"
|
|
@@ -3942,7 +3942,7 @@ const ca = {
|
|
|
3942
3942
|
var ue;
|
|
3943
3943
|
return [((ue = a.title) == null ? void 0 : ue.call(a, {
|
|
3944
3944
|
title: e.title
|
|
3945
|
-
})) ??
|
|
3945
|
+
})) ?? at(e.title)];
|
|
3946
3946
|
}
|
|
3947
3947
|
}), Fe && w(bs, {
|
|
3948
3948
|
key: "subtitle"
|
|
@@ -3951,9 +3951,9 @@ const ca = {
|
|
|
3951
3951
|
var ue;
|
|
3952
3952
|
return [((ue = a.subtitle) == null ? void 0 : ue.call(a, {
|
|
3953
3953
|
subtitle: e.subtitle
|
|
3954
|
-
})) ??
|
|
3954
|
+
})) ?? at(e.subtitle)];
|
|
3955
3955
|
}
|
|
3956
|
-
}), (
|
|
3956
|
+
}), (Ye = a.default) == null ? void 0 : Ye.call(a, oe.value)]), te && E("div", {
|
|
3957
3957
|
key: "append",
|
|
3958
3958
|
class: "v-list-item__append"
|
|
3959
3959
|
}, [a.append ? w(Ce, {
|
|
@@ -4019,7 +4019,7 @@ const ca = {
|
|
|
4019
4019
|
const {
|
|
4020
4020
|
textColorClasses: a,
|
|
4021
4021
|
textColorStyles: i
|
|
4022
|
-
} =
|
|
4022
|
+
} = Xe(() => e.color);
|
|
4023
4023
|
return J(() => {
|
|
4024
4024
|
const r = !!(n.default || e.title);
|
|
4025
4025
|
return w(e.tag, {
|
|
@@ -4062,7 +4062,7 @@ const ca = {
|
|
|
4062
4062
|
} = Se(e), {
|
|
4063
4063
|
textColorClasses: r,
|
|
4064
4064
|
textColorStyles: s
|
|
4065
|
-
} =
|
|
4065
|
+
} = Xe(() => e.color), o = S(() => {
|
|
4066
4066
|
const l = {};
|
|
4067
4067
|
return e.length && (l[e.vertical ? "height" : "width"] = L(e.length)), e.thickness && (l[e.vertical ? "borderRightWidth" : "borderTopWidth"] = L(e.thickness)), l;
|
|
4068
4068
|
});
|
|
@@ -4235,7 +4235,7 @@ function To(e) {
|
|
|
4235
4235
|
a.value = l, i.value = u;
|
|
4236
4236
|
});
|
|
4237
4237
|
function r(o) {
|
|
4238
|
-
const l = a.value, u = t.value, c = i.value, f = n.value, v = e.returnObject, h = !!e.valueComparator, d = e.valueComparator ||
|
|
4238
|
+
const l = a.value, u = t.value, c = i.value, f = n.value, v = e.returnObject, h = !!e.valueComparator, d = e.valueComparator || Ke, m = xn(e, ["itemTitle", "itemValue", "itemChildren", "itemProps", "returnObject", "valueComparator"]), g = [];
|
|
4239
4239
|
e: for (const y of o) {
|
|
4240
4240
|
if (!f && y === null) continue;
|
|
4241
4241
|
if (v && typeof y == "string") {
|
|
@@ -4316,9 +4316,9 @@ const Ls = A({
|
|
|
4316
4316
|
},
|
|
4317
4317
|
slim: Boolean,
|
|
4318
4318
|
nav: Boolean,
|
|
4319
|
-
"onClick:open":
|
|
4320
|
-
"onClick:select":
|
|
4321
|
-
"onUpdate:opened":
|
|
4319
|
+
"onClick:open": tt(),
|
|
4320
|
+
"onClick:select": tt(),
|
|
4321
|
+
"onUpdate:opened": tt(),
|
|
4322
4322
|
...ds({
|
|
4323
4323
|
selectStrategy: "single-leaf",
|
|
4324
4324
|
openStrategy: "list"
|
|
@@ -4431,7 +4431,7 @@ const Ls = A({
|
|
|
4431
4431
|
}
|
|
4432
4432
|
function P(C) {
|
|
4433
4433
|
if (T.value)
|
|
4434
|
-
return
|
|
4434
|
+
return nt(T.value, C);
|
|
4435
4435
|
}
|
|
4436
4436
|
return J(() => w(e.tag, {
|
|
4437
4437
|
ref: T,
|
|
@@ -4598,7 +4598,7 @@ function zs(e, t, n) {
|
|
|
4598
4598
|
});
|
|
4599
4599
|
}), h.isFull) {
|
|
4600
4600
|
const b = h.values();
|
|
4601
|
-
if (
|
|
4601
|
+
if (Ke(b.at(-1), b.at(-3)) && !Ke(b.at(-1), b.at(-2)))
|
|
4602
4602
|
return;
|
|
4603
4603
|
}
|
|
4604
4604
|
const y = g();
|
|
@@ -4734,8 +4734,8 @@ function zs(e, t, n) {
|
|
|
4734
4734
|
left: e.isRtl.value ? void 0 : L(Gt(B)),
|
|
4735
4735
|
right: e.isRtl.value ? L(Gt(-B)) : void 0,
|
|
4736
4736
|
minWidth: L(P === "y" ? Math.min(s.value, m.width) : s.value),
|
|
4737
|
-
maxWidth: L(va(
|
|
4738
|
-
maxHeight: L(va(
|
|
4737
|
+
maxWidth: L(va(it($.x, s.value === 1 / 0 ? 0 : s.value, l.value))),
|
|
4738
|
+
maxHeight: L(va(it($.y, o.value === 1 / 0 ? 0 : o.value, u.value)))
|
|
4739
4739
|
}), {
|
|
4740
4740
|
available: $,
|
|
4741
4741
|
contentBox: y,
|
|
@@ -5101,7 +5101,7 @@ function hi() {
|
|
|
5101
5101
|
} : void 0
|
|
5102
5102
|
};
|
|
5103
5103
|
}
|
|
5104
|
-
const ga = Symbol.for("vuetify:stack"),
|
|
5104
|
+
const ga = Symbol.for("vuetify:stack"), Je = qe([]);
|
|
5105
5105
|
function io(e, t, n) {
|
|
5106
5106
|
const a = Y("useStack"), i = !n, r = ee(ga, void 0), s = qe({
|
|
5107
5107
|
activeChildren: /* @__PURE__ */ new Set()
|
|
@@ -5110,11 +5110,11 @@ function io(e, t, n) {
|
|
|
5110
5110
|
const o = j(Number(be(t)));
|
|
5111
5111
|
Lt(e, () => {
|
|
5112
5112
|
var f;
|
|
5113
|
-
const c = (f =
|
|
5114
|
-
o.value = c ? c + 10 : Number(be(t)), i &&
|
|
5113
|
+
const c = (f = Je.at(-1)) == null ? void 0 : f[1];
|
|
5114
|
+
o.value = c ? c + 10 : Number(be(t)), i && Je.push([a.uid, o.value]), r == null || r.activeChildren.add(a.uid), le(() => {
|
|
5115
5115
|
if (i) {
|
|
5116
|
-
const v = q(
|
|
5117
|
-
|
|
5116
|
+
const v = q(Je).findIndex((h) => h[0] === a.uid);
|
|
5117
|
+
Je.splice(v, 1);
|
|
5118
5118
|
}
|
|
5119
5119
|
r == null || r.activeChildren.delete(a.uid);
|
|
5120
5120
|
});
|
|
@@ -5122,7 +5122,7 @@ function io(e, t, n) {
|
|
|
5122
5122
|
const l = j(!0);
|
|
5123
5123
|
i && Be(() => {
|
|
5124
5124
|
var f;
|
|
5125
|
-
const c = ((f =
|
|
5125
|
+
const c = ((f = Je.at(-1)) == null ? void 0 : f[0]) === a.uid;
|
|
5126
5126
|
setTimeout(() => l.value = c);
|
|
5127
5127
|
});
|
|
5128
5128
|
const u = x(() => !s.activeChildren.size);
|
|
@@ -5306,10 +5306,10 @@ const wi = A({
|
|
|
5306
5306
|
}), {
|
|
5307
5307
|
teleportTarget: P
|
|
5308
5308
|
} = ro(() => {
|
|
5309
|
-
var pe, ge,
|
|
5309
|
+
var pe, ge, Ye;
|
|
5310
5310
|
const R = e.attach || e.contained;
|
|
5311
5311
|
if (R) return R;
|
|
5312
|
-
const te = ((pe = _ == null ? void 0 : _.value) == null ? void 0 : pe.getRootNode()) || ((
|
|
5312
|
+
const te = ((pe = _ == null ? void 0 : _.value) == null ? void 0 : pe.getRootNode()) || ((Ye = (ge = r.proxy) == null ? void 0 : ge.$el) == null ? void 0 : Ye.getRootNode());
|
|
5313
5313
|
return te instanceof ShadowRoot ? te : !1;
|
|
5314
5314
|
}), {
|
|
5315
5315
|
dimensionStyles: C
|
|
@@ -5370,7 +5370,7 @@ const wi = A({
|
|
|
5370
5370
|
}
|
|
5371
5371
|
});
|
|
5372
5372
|
function N() {
|
|
5373
|
-
e.noClickAnimation || l.value &&
|
|
5373
|
+
e.noClickAnimation || l.value && Qe(l.value, [{
|
|
5374
5374
|
transformOrigin: "center"
|
|
5375
5375
|
}, {
|
|
5376
5376
|
transform: "scale(1.03)"
|
|
@@ -5595,7 +5595,7 @@ const co = A({
|
|
|
5595
5595
|
var b;
|
|
5596
5596
|
if (e.disabled) return;
|
|
5597
5597
|
const y = (b = l.value) == null ? void 0 : b.contentEl;
|
|
5598
|
-
y && a.value ? g.key === "ArrowDown" ? (g.preventDefault(), g.stopImmediatePropagation(),
|
|
5598
|
+
y && a.value ? g.key === "ArrowDown" ? (g.preventDefault(), g.stopImmediatePropagation(), nt(y, "next")) : g.key === "ArrowUp" ? (g.preventDefault(), g.stopImmediatePropagation(), nt(y, "prev")) : e.submenu && (g.key === (r.value ? "ArrowRight" : "ArrowLeft") ? a.value = !1 : g.key === (r.value ? "ArrowLeft" : "ArrowRight") && (g.preventDefault(), nt(y, "first"))) : (e.submenu ? g.key === (r.value ? "ArrowLeft" : "ArrowRight") : ["ArrowDown", "ArrowUp"].includes(g.key)) && (a.value = !0, g.preventDefault(), setTimeout(() => setTimeout(() => d(g))));
|
|
5599
5599
|
}
|
|
5600
5600
|
const m = S(() => G({
|
|
5601
5601
|
"aria-haspopup": "menu",
|
|
@@ -5702,10 +5702,10 @@ const co = A({
|
|
|
5702
5702
|
return Ae(), Xt("div", null, [
|
|
5703
5703
|
t.options.to ? (Ae(), Ct(a, Yt(G({ key: 0 }, t.options)), {
|
|
5704
5704
|
default: St(() => [
|
|
5705
|
-
Bi(
|
|
5705
|
+
Bi(at(t.options.text), 1)
|
|
5706
5706
|
]),
|
|
5707
5707
|
_: 1
|
|
5708
|
-
}, 16)) : (Ae(), Xt("a", Yt(G({ key: 1 }, t.options)),
|
|
5708
|
+
}, 16)) : (Ae(), Xt("a", Yt(G({ key: 1 }, t.options)), at(t.options.text), 17))
|
|
5709
5709
|
]);
|
|
5710
5710
|
};
|
|
5711
5711
|
}
|
|
@@ -5717,7 +5717,7 @@ const No = {
|
|
|
5717
5717
|
install(e) {
|
|
5718
5718
|
e.component(
|
|
5719
5719
|
"DataTable",
|
|
5720
|
-
Li(() => import("./index-
|
|
5720
|
+
Li(() => import("./index-B5rB3tyX.js"))
|
|
5721
5721
|
);
|
|
5722
5722
|
}
|
|
5723
5723
|
};
|
|
@@ -5732,13 +5732,13 @@ export {
|
|
|
5732
5732
|
gt as G,
|
|
5733
5733
|
ct as H,
|
|
5734
5734
|
ie as I,
|
|
5735
|
-
|
|
5736
|
-
|
|
5735
|
+
tt as J,
|
|
5736
|
+
Ke as K,
|
|
5737
5737
|
Ao as L,
|
|
5738
5738
|
Ie as M,
|
|
5739
5739
|
So as N,
|
|
5740
5740
|
kn as O,
|
|
5741
|
-
|
|
5741
|
+
Xe as P,
|
|
5742
5742
|
Ge as Q,
|
|
5743
5743
|
ln as R,
|
|
5744
5744
|
zi as S,
|
|
@@ -5785,7 +5785,7 @@ export {
|
|
|
5785
5785
|
Rs as ac,
|
|
5786
5786
|
cn as ad,
|
|
5787
5787
|
je as ae,
|
|
5788
|
-
|
|
5788
|
+
it as af,
|
|
5789
5789
|
He as ag,
|
|
5790
5790
|
$i as ah,
|
|
5791
5791
|
eo as ai,
|
|
@@ -5800,7 +5800,7 @@ export {
|
|
|
5800
5800
|
Nt as ar,
|
|
5801
5801
|
Cr as as,
|
|
5802
5802
|
Ia as at,
|
|
5803
|
-
|
|
5803
|
+
Qe as au,
|
|
5804
5804
|
an as av,
|
|
5805
5805
|
L as aw,
|
|
5806
5806
|
ca as ax,
|
package/dist/datatables.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});require("vue");const e=require("./dataTables-
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});require("vue");const e=require("./dataTables-BAUnCfqx.cjs");exports.default=e.DataTablePlugin;exports.useCellRendererFrameworks=e.useCellRendererFrameworks;
|