bootstrap-vue-next 0.21.1 → 0.21.2
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.
|
@@ -5,7 +5,7 @@ import { computed as _, toValue as Te, unref as n, ref as F, shallowRef as Vt, w
|
|
|
5
5
|
const jt = (a) => _(() => {
|
|
6
6
|
const o = Te(a);
|
|
7
7
|
return o ? `justify-content-${o}` : "";
|
|
8
|
-
}),
|
|
8
|
+
}), ma = (a, o) => _(() => {
|
|
9
9
|
const e = Te(a), l = Te(o);
|
|
10
10
|
return e === !0 ? "true" : typeof e == "string" ? e : l === !1 ? "true" : e === !1 ? "false" : void 0;
|
|
11
11
|
});
|
|
@@ -157,7 +157,7 @@ const Ln = (a, o = {}) => {
|
|
|
157
157
|
return !0;
|
|
158
158
|
}
|
|
159
159
|
return o.matches(jn);
|
|
160
|
-
}, Gl = ["top", "right", "bottom", "left"], fl = ["start", "end"], vl = /* @__PURE__ */ Gl.reduce((a, o) => a.concat(o, o + "-" + fl[0], o + "-" + fl[1]), []), je = Math.min, Ne = Math.max,
|
|
160
|
+
}, Gl = ["top", "right", "bottom", "left"], fl = ["start", "end"], vl = /* @__PURE__ */ Gl.reduce((a, o) => a.concat(o, o + "-" + fl[0], o + "-" + fl[1]), []), je = Math.min, Ne = Math.max, oa = Math.round, Kt = Math.floor, mt = (a) => ({
|
|
161
161
|
x: a,
|
|
162
162
|
y: a
|
|
163
163
|
}), Wn = {
|
|
@@ -197,13 +197,13 @@ function Xl(a, o, e) {
|
|
|
197
197
|
e === void 0 && (e = !1);
|
|
198
198
|
const l = lt(a), t = qa(a), s = Wa(t);
|
|
199
199
|
let i = t === "x" ? l === (e ? "end" : "start") ? "right" : "left" : l === "start" ? "bottom" : "top";
|
|
200
|
-
return o.reference[s] > o.floating[s] && (i =
|
|
200
|
+
return o.reference[s] > o.floating[s] && (i = sa(i)), [i, sa(i)];
|
|
201
201
|
}
|
|
202
202
|
function Gn(a) {
|
|
203
|
-
const o =
|
|
204
|
-
return [
|
|
203
|
+
const o = sa(a);
|
|
204
|
+
return [na(a), o, na(o)];
|
|
205
205
|
}
|
|
206
|
-
function
|
|
206
|
+
function na(a) {
|
|
207
207
|
return a.replace(/start|end/g, (o) => qn[o]);
|
|
208
208
|
}
|
|
209
209
|
function Un(a, o, e) {
|
|
@@ -222,9 +222,9 @@ function Un(a, o, e) {
|
|
|
222
222
|
function Xn(a, o, e, l) {
|
|
223
223
|
const t = lt(a);
|
|
224
224
|
let s = Un(Je(a), e === "start", l);
|
|
225
|
-
return t && (s = s.map((i) => i + "-" + t), o && (s = s.concat(s.map(
|
|
225
|
+
return t && (s = s.map((i) => i + "-" + t), o && (s = s.concat(s.map(na)))), s;
|
|
226
226
|
}
|
|
227
|
-
function
|
|
227
|
+
function sa(a) {
|
|
228
228
|
return a.replace(/left|right|bottom|top/g, (o) => Wn[o]);
|
|
229
229
|
}
|
|
230
230
|
function Kn(a) {
|
|
@@ -446,7 +446,7 @@ const Zn = (a) => ({
|
|
|
446
446
|
}
|
|
447
447
|
});
|
|
448
448
|
function Jn(a, o, e) {
|
|
449
|
-
return (a ? [...e.filter((t) => lt(t) === a), ...e.filter((t) => lt(t) !== a)] : e.filter((t) => Je(t) === t)).filter((t) => a ? lt(t) === a || (o ?
|
|
449
|
+
return (a ? [...e.filter((t) => lt(t) === a), ...e.filter((t) => lt(t) !== a)] : e.filter((t) => Je(t) === t)).filter((t) => a ? lt(t) === a || (o ? na(t) !== t : !1) : !0);
|
|
450
450
|
}
|
|
451
451
|
const Qn = function(a) {
|
|
452
452
|
return a === void 0 && (a = {}), {
|
|
@@ -540,7 +540,7 @@ const Qn = function(a) {
|
|
|
540
540
|
} = ft(a, o);
|
|
541
541
|
if ((e = s.arrow) != null && e.alignmentOffset)
|
|
542
542
|
return {};
|
|
543
|
-
const p = Je(t), B = Je(u) === u, g = await (r.isRTL == null ? void 0 : r.isRTL(d.floating)), S = m || (B || !h ? [
|
|
543
|
+
const p = Je(t), B = Je(u) === u, g = await (r.isRTL == null ? void 0 : r.isRTL(d.floating)), S = m || (B || !h ? [sa(u)] : Gn(u));
|
|
544
544
|
!m && y !== "none" && S.push(...Xn(u, h, y, g));
|
|
545
545
|
const C = [u, ...S], x = await Ot(o, w), V = [];
|
|
546
546
|
let q = ((l = s.flip) == null ? void 0 : l.overflows) || [];
|
|
@@ -904,7 +904,7 @@ function Xa(a) {
|
|
|
904
904
|
}
|
|
905
905
|
function is(a) {
|
|
906
906
|
let o = Pt(a);
|
|
907
|
-
for (; nt(o) && !
|
|
907
|
+
for (; nt(o) && !ba(o); ) {
|
|
908
908
|
if (Xa(o))
|
|
909
909
|
return o;
|
|
910
910
|
o = Pt(o);
|
|
@@ -914,13 +914,13 @@ function is(a) {
|
|
|
914
914
|
function Ka() {
|
|
915
915
|
return typeof CSS > "u" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none");
|
|
916
916
|
}
|
|
917
|
-
function
|
|
917
|
+
function ba(a) {
|
|
918
918
|
return ["html", "body", "#document"].includes(it(a));
|
|
919
919
|
}
|
|
920
920
|
function Qe(a) {
|
|
921
921
|
return qe(a).getComputedStyle(a);
|
|
922
922
|
}
|
|
923
|
-
function
|
|
923
|
+
function ya(a) {
|
|
924
924
|
return ut(a) ? {
|
|
925
925
|
scrollLeft: a.scrollLeft,
|
|
926
926
|
scrollTop: a.scrollTop
|
|
@@ -943,7 +943,7 @@ function Pt(a) {
|
|
|
943
943
|
}
|
|
944
944
|
function Zl(a) {
|
|
945
945
|
const o = Pt(a);
|
|
946
|
-
return
|
|
946
|
+
return ba(o) ? a.ownerDocument ? a.ownerDocument.body : a.body : nt(o) && Wt(o) ? o : Zl(o);
|
|
947
947
|
}
|
|
948
948
|
function Rt(a, o, e) {
|
|
949
949
|
var l;
|
|
@@ -954,7 +954,7 @@ function Rt(a, o, e) {
|
|
|
954
954
|
function Jl(a) {
|
|
955
955
|
const o = Qe(a);
|
|
956
956
|
let e = parseFloat(o.width) || 0, l = parseFloat(o.height) || 0;
|
|
957
|
-
const t = nt(a), s = t ? a.offsetWidth : e, i = t ? a.offsetHeight : l, u =
|
|
957
|
+
const t = nt(a), s = t ? a.offsetWidth : e, i = t ? a.offsetHeight : l, u = oa(e) !== s || oa(l) !== i;
|
|
958
958
|
return u && (e = s, l = i), {
|
|
959
959
|
width: e,
|
|
960
960
|
height: l,
|
|
@@ -973,7 +973,7 @@ function St(a) {
|
|
|
973
973
|
height: t,
|
|
974
974
|
$: s
|
|
975
975
|
} = Jl(o);
|
|
976
|
-
let i = (s ?
|
|
976
|
+
let i = (s ? oa(e.width) : e.width) / l, u = (s ? oa(e.height) : e.height) / t;
|
|
977
977
|
return (!i || !Number.isFinite(i)) && (i = 1), (!u || !Number.isFinite(u)) && (u = 1), {
|
|
978
978
|
x: i,
|
|
979
979
|
y: u
|
|
@@ -1037,7 +1037,7 @@ function fs(a) {
|
|
|
1037
1037
|
scrollTop: 0
|
|
1038
1038
|
}, d = mt(1);
|
|
1039
1039
|
const c = mt(0), f = nt(l);
|
|
1040
|
-
if ((f || !f && !s) && ((it(l) !== "body" || Wt(i)) && (r =
|
|
1040
|
+
if ((f || !f && !s) && ((it(l) !== "body" || Wt(i)) && (r = ya(l)), nt(l))) {
|
|
1041
1041
|
const m = gt(l);
|
|
1042
1042
|
d = St(l), c.x = m.x + l.clientLeft, c.y = m.y + l.clientTop;
|
|
1043
1043
|
}
|
|
@@ -1052,10 +1052,10 @@ function vs(a) {
|
|
|
1052
1052
|
return Array.from(a.getClientRects());
|
|
1053
1053
|
}
|
|
1054
1054
|
function to(a) {
|
|
1055
|
-
return gt(vt(a)).left +
|
|
1055
|
+
return gt(vt(a)).left + ya(a).scrollLeft;
|
|
1056
1056
|
}
|
|
1057
1057
|
function ps(a) {
|
|
1058
|
-
const o = vt(a), e =
|
|
1058
|
+
const o = vt(a), e = ya(a), l = a.ownerDocument.body, t = Ne(o.scrollWidth, o.clientWidth, l.scrollWidth, l.clientWidth), s = Ne(o.scrollHeight, o.clientHeight, l.scrollHeight, l.clientHeight);
|
|
1059
1059
|
let i = -e.scrollLeft + to(a);
|
|
1060
1060
|
const u = -e.scrollTop;
|
|
1061
1061
|
return Qe(l).direction === "rtl" && (i += Ne(o.clientWidth, l.clientWidth) - t), {
|
|
@@ -1109,7 +1109,7 @@ function gl(a, o, e) {
|
|
|
1109
1109
|
}
|
|
1110
1110
|
function ao(a, o) {
|
|
1111
1111
|
const e = Pt(a);
|
|
1112
|
-
return e === o || !ut(e) ||
|
|
1112
|
+
return e === o || !ut(e) || ba(e) ? !1 : Qe(e).position === "fixed" || ao(e, o);
|
|
1113
1113
|
}
|
|
1114
1114
|
function ys(a, o) {
|
|
1115
1115
|
const e = o.get(a);
|
|
@@ -1118,7 +1118,7 @@ function ys(a, o) {
|
|
|
1118
1118
|
let l = Rt(a, [], !1).filter((u) => ut(u) && it(u) !== "body"), t = null;
|
|
1119
1119
|
const s = Qe(a).position === "fixed";
|
|
1120
1120
|
let i = s ? Pt(a) : a;
|
|
1121
|
-
for (; ut(i) && !
|
|
1121
|
+
for (; ut(i) && !ba(i); ) {
|
|
1122
1122
|
const u = Qe(i), r = Xa(i);
|
|
1123
1123
|
!r && u.position === "fixed" && (t = null), (s ? !r && !t : !r && u.position === "static" && !!t && ["absolute", "fixed"].includes(t.position) || Wt(i) && !r && ao(a, i)) ? l = l.filter((c) => c !== i) : t = u, i = Pt(i);
|
|
1124
1124
|
}
|
|
@@ -1160,7 +1160,7 @@ function Bs(a, o, e) {
|
|
|
1160
1160
|
};
|
|
1161
1161
|
const r = mt(0);
|
|
1162
1162
|
if (l || !l && !s)
|
|
1163
|
-
if ((it(o) !== "body" || Wt(t)) && (u =
|
|
1163
|
+
if ((it(o) !== "body" || Wt(t)) && (u = ya(o)), l) {
|
|
1164
1164
|
const f = gt(o, !0, s, o);
|
|
1165
1165
|
r.x = f.x + o.clientLeft, r.y = f.y + o.clientTop;
|
|
1166
1166
|
} else
|
|
@@ -1500,13 +1500,13 @@ function Ls(a, o) {
|
|
|
1500
1500
|
function ze(a) {
|
|
1501
1501
|
return typeof a == "function" ? a() : n(a);
|
|
1502
1502
|
}
|
|
1503
|
-
const
|
|
1503
|
+
const ra = typeof window < "u" && typeof document < "u";
|
|
1504
1504
|
typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
|
|
1505
1505
|
const co = (a) => a != null, zs = Object.prototype.toString, Rs = (a) => zs.call(a) === "[object Object]", Ze = () => {
|
|
1506
1506
|
}, Aa = /* @__PURE__ */ Hs();
|
|
1507
1507
|
function Hs() {
|
|
1508
1508
|
var a, o;
|
|
1509
|
-
return
|
|
1509
|
+
return ra && ((a = window == null ? void 0 : window.navigator) == null ? void 0 : a.userAgent) && (/iP(?:ad|hone|od)/.test(window.navigator.userAgent) || ((o = window == null ? void 0 : window.navigator) == null ? void 0 : o.maxTouchPoints) > 2 && /iPad|Macintosh/.test(window == null ? void 0 : window.navigator.userAgent));
|
|
1510
1510
|
}
|
|
1511
1511
|
function fo(a, o) {
|
|
1512
1512
|
function e(...l) {
|
|
@@ -1638,9 +1638,9 @@ function bo(a, o = 1e3, e = {}) {
|
|
|
1638
1638
|
const c = ze(o);
|
|
1639
1639
|
c <= 0 || (i.value = !0, t && a(), u(), s = setInterval(a, c));
|
|
1640
1640
|
}
|
|
1641
|
-
if (l &&
|
|
1641
|
+
if (l && ra && d(), An(o) || typeof o == "function") {
|
|
1642
1642
|
const c = ce(o, () => {
|
|
1643
|
-
i.value &&
|
|
1643
|
+
i.value && ra && d();
|
|
1644
1644
|
});
|
|
1645
1645
|
dt(c);
|
|
1646
1646
|
}
|
|
@@ -1661,7 +1661,7 @@ function he(a, o = {}) {
|
|
|
1661
1661
|
return typeof s == "string" && (s = Number[e](s, l)), t && Number.isNaN(s) && (s = 0), s;
|
|
1662
1662
|
});
|
|
1663
1663
|
}
|
|
1664
|
-
function
|
|
1664
|
+
function ia(a = {}) {
|
|
1665
1665
|
const {
|
|
1666
1666
|
inheritAttrs: o = !0
|
|
1667
1667
|
} = a, e = Vt(), l = /* @__PURE__ */ R({
|
|
@@ -1698,7 +1698,7 @@ function We(a) {
|
|
|
1698
1698
|
const e = ze(a);
|
|
1699
1699
|
return (o = e == null ? void 0 : e.$el) != null ? o : e;
|
|
1700
1700
|
}
|
|
1701
|
-
const Ge =
|
|
1701
|
+
const Ge = ra ? window : void 0;
|
|
1702
1702
|
function $e(...a) {
|
|
1703
1703
|
let o, e, l, t;
|
|
1704
1704
|
if (typeof a[0] == "string" || Array.isArray(a[0]) ? ([e, l, t] = a, o = Ge) : [o, e, l, t] = a, !o)
|
|
@@ -1787,7 +1787,30 @@ function Za(a) {
|
|
|
1787
1787
|
const o = Zs();
|
|
1788
1788
|
return _(() => (o.value, !!a()));
|
|
1789
1789
|
}
|
|
1790
|
-
function Js(a, o = {}) {
|
|
1790
|
+
function Js(a, o, e = {}) {
|
|
1791
|
+
const { window: l = Ge, ...t } = e;
|
|
1792
|
+
let s;
|
|
1793
|
+
const i = Za(() => l && "MutationObserver" in l), u = () => {
|
|
1794
|
+
s && (s.disconnect(), s = void 0);
|
|
1795
|
+
}, r = _(() => {
|
|
1796
|
+
const m = ze(a), v = (Array.isArray(m) ? m : [m]).map(We).filter(co);
|
|
1797
|
+
return new Set(v);
|
|
1798
|
+
}), d = ce(
|
|
1799
|
+
() => r.value,
|
|
1800
|
+
(m) => {
|
|
1801
|
+
u(), i.value && m.size && (s = new MutationObserver(o), m.forEach((v) => s.observe(v, t)));
|
|
1802
|
+
},
|
|
1803
|
+
{ immediate: !0, flush: "post" }
|
|
1804
|
+
), c = () => s == null ? void 0 : s.takeRecords(), f = () => {
|
|
1805
|
+
u(), d();
|
|
1806
|
+
};
|
|
1807
|
+
return dt(f), {
|
|
1808
|
+
isSupported: i,
|
|
1809
|
+
stop: f,
|
|
1810
|
+
takeRecords: c
|
|
1811
|
+
};
|
|
1812
|
+
}
|
|
1813
|
+
function Qs(a, o = {}) {
|
|
1791
1814
|
const { window: e = Ge } = o, l = Za(() => e && "matchMedia" in e && typeof e.matchMedia == "function");
|
|
1792
1815
|
let t;
|
|
1793
1816
|
const s = F(!1), i = (d) => {
|
|
@@ -1801,17 +1824,17 @@ function Js(a, o = {}) {
|
|
|
1801
1824
|
r(), u(), t = void 0;
|
|
1802
1825
|
}), s;
|
|
1803
1826
|
}
|
|
1804
|
-
const Yt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, Zt = "__vueuse_ssr_handlers__",
|
|
1805
|
-
function
|
|
1827
|
+
const Yt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, Zt = "__vueuse_ssr_handlers__", er = /* @__PURE__ */ tr();
|
|
1828
|
+
function tr() {
|
|
1806
1829
|
return Zt in Yt || (Yt[Zt] = Yt[Zt] || {}), Yt[Zt];
|
|
1807
1830
|
}
|
|
1808
1831
|
function Ja(a, o) {
|
|
1809
|
-
return
|
|
1832
|
+
return er[a] || o;
|
|
1810
1833
|
}
|
|
1811
|
-
function
|
|
1834
|
+
function ar(a) {
|
|
1812
1835
|
return a == null ? "any" : a instanceof Set ? "set" : a instanceof Map ? "map" : a instanceof Date ? "date" : typeof a == "boolean" ? "boolean" : typeof a == "string" ? "string" : typeof a == "object" ? "object" : Number.isNaN(a) ? "any" : "number";
|
|
1813
1836
|
}
|
|
1814
|
-
const
|
|
1837
|
+
const lr = {
|
|
1815
1838
|
boolean: {
|
|
1816
1839
|
read: (a) => a === "true",
|
|
1817
1840
|
write: (a) => String(a)
|
|
@@ -1845,7 +1868,7 @@ const ar = {
|
|
|
1845
1868
|
write: (a) => a.toISOString()
|
|
1846
1869
|
}
|
|
1847
1870
|
}, wl = "vueuse-storage";
|
|
1848
|
-
function
|
|
1871
|
+
function or(a, o, e, l = {}) {
|
|
1849
1872
|
var t;
|
|
1850
1873
|
const {
|
|
1851
1874
|
flush: s = "pre",
|
|
@@ -1872,7 +1895,7 @@ function lr(a, o, e, l = {}) {
|
|
|
1872
1895
|
}
|
|
1873
1896
|
if (!e)
|
|
1874
1897
|
return h;
|
|
1875
|
-
const w = ze(o), p =
|
|
1898
|
+
const w = ze(o), p = ar(w), B = (t = l.serializer) != null ? t : lr[p], { pause: g, resume: S } = Oa(
|
|
1876
1899
|
h,
|
|
1877
1900
|
() => x(h.value),
|
|
1878
1901
|
{ flush: s, deep: i, eventFilter: m }
|
|
@@ -1936,10 +1959,10 @@ function lr(a, o, e, l = {}) {
|
|
|
1936
1959
|
}
|
|
1937
1960
|
return h;
|
|
1938
1961
|
}
|
|
1939
|
-
function
|
|
1940
|
-
return
|
|
1962
|
+
function nr(a) {
|
|
1963
|
+
return Qs("(prefers-color-scheme: dark)", a);
|
|
1941
1964
|
}
|
|
1942
|
-
function
|
|
1965
|
+
function sr(a = {}) {
|
|
1943
1966
|
const {
|
|
1944
1967
|
selector: o = "html",
|
|
1945
1968
|
attribute: e = "class",
|
|
@@ -1956,7 +1979,7 @@ function nr(a = {}) {
|
|
|
1956
1979
|
light: "light",
|
|
1957
1980
|
dark: "dark",
|
|
1958
1981
|
...a.modes || {}
|
|
1959
|
-
}, m =
|
|
1982
|
+
}, m = nr({ window: t }), v = _(() => m.value ? "dark" : "light"), y = r || (i == null ? po(l) : or(i, l, s, { window: t, listenToStorageChanges: u })), h = _(() => y.value === "auto" ? v.value : y.value), w = Ja(
|
|
1960
1983
|
"updateHTMLAttrs",
|
|
1961
1984
|
(S, C, x) => {
|
|
1962
1985
|
const V = typeof S == "string" ? t == null ? void 0 : t.document.querySelector(S) : We(S);
|
|
@@ -1995,29 +2018,6 @@ function nr(a = {}) {
|
|
|
1995
2018
|
return g;
|
|
1996
2019
|
}
|
|
1997
2020
|
}
|
|
1998
|
-
function sr(a, o, e = {}) {
|
|
1999
|
-
const { window: l = Ge, ...t } = e;
|
|
2000
|
-
let s;
|
|
2001
|
-
const i = Za(() => l && "MutationObserver" in l), u = () => {
|
|
2002
|
-
s && (s.disconnect(), s = void 0);
|
|
2003
|
-
}, r = _(() => {
|
|
2004
|
-
const m = ze(a), v = (Array.isArray(m) ? m : [m]).map(We).filter(co);
|
|
2005
|
-
return new Set(v);
|
|
2006
|
-
}), d = ce(
|
|
2007
|
-
() => r.value,
|
|
2008
|
-
(m) => {
|
|
2009
|
-
u(), i.value && l && m.size && (s = new MutationObserver(o), m.forEach((v) => s.observe(v, t)));
|
|
2010
|
-
},
|
|
2011
|
-
{ immediate: !0, flush: "post" }
|
|
2012
|
-
), c = () => s == null ? void 0 : s.takeRecords(), f = () => {
|
|
2013
|
-
u(), d();
|
|
2014
|
-
};
|
|
2015
|
-
return dt(f), {
|
|
2016
|
-
isSupported: i,
|
|
2017
|
-
stop: f,
|
|
2018
|
-
takeRecords: c
|
|
2019
|
-
};
|
|
2020
|
-
}
|
|
2021
2021
|
function Qa(a, o = {}) {
|
|
2022
2022
|
const {
|
|
2023
2023
|
delayEnter: e = 0,
|
|
@@ -2097,7 +2097,7 @@ function Fe(a, o = {}) {
|
|
|
2097
2097
|
{ immediate: !0, flush: "post" }
|
|
2098
2098
|
), { focused: i };
|
|
2099
2099
|
}
|
|
2100
|
-
function
|
|
2100
|
+
function _a(a) {
|
|
2101
2101
|
return typeof Window < "u" && a instanceof Window ? a.document.documentElement : typeof Document < "u" && a instanceof Document ? a.documentElement : a;
|
|
2102
2102
|
}
|
|
2103
2103
|
const ir = {
|
|
@@ -2197,40 +2197,42 @@ function dr(a) {
|
|
|
2197
2197
|
const o = a || window.event, e = o.target;
|
|
2198
2198
|
return go(e) ? !1 : o.touches.length > 1 ? !0 : (o.preventDefault && o.preventDefault(), !1);
|
|
2199
2199
|
}
|
|
2200
|
-
const
|
|
2200
|
+
const wa = /* @__PURE__ */ new WeakMap();
|
|
2201
2201
|
function cr(a, o = !1) {
|
|
2202
2202
|
const e = F(o);
|
|
2203
|
-
let l = null;
|
|
2204
|
-
ce(po(a), (
|
|
2205
|
-
const
|
|
2206
|
-
if (
|
|
2207
|
-
const
|
|
2208
|
-
|
|
2203
|
+
let l = null, t = "";
|
|
2204
|
+
ce(po(a), (u) => {
|
|
2205
|
+
const r = _a(ze(u));
|
|
2206
|
+
if (r) {
|
|
2207
|
+
const d = r;
|
|
2208
|
+
if (wa.get(d) || wa.set(d, d.style.overflow), d.style.overflow !== "hidden" && (t = d.style.overflow), d.style.overflow === "hidden")
|
|
2209
|
+
return e.value = !0;
|
|
2210
|
+
if (e.value)
|
|
2211
|
+
return d.style.overflow = "hidden";
|
|
2209
2212
|
}
|
|
2210
2213
|
}, {
|
|
2211
2214
|
immediate: !0
|
|
2212
2215
|
});
|
|
2213
|
-
const
|
|
2214
|
-
const
|
|
2215
|
-
!
|
|
2216
|
-
|
|
2216
|
+
const s = () => {
|
|
2217
|
+
const u = _a(ze(a));
|
|
2218
|
+
!u || e.value || (Aa && (l = $e(
|
|
2219
|
+
u,
|
|
2217
2220
|
"touchmove",
|
|
2218
|
-
(
|
|
2219
|
-
dr(
|
|
2221
|
+
(r) => {
|
|
2222
|
+
dr(r);
|
|
2220
2223
|
},
|
|
2221
2224
|
{ passive: !1 }
|
|
2222
|
-
)),
|
|
2223
|
-
},
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
!u || !e.value || (Aa && (l == null || l()), u.style.overflow = (i = Jt.get(u)) != null ? i : "", Jt.delete(u), e.value = !1);
|
|
2225
|
+
)), u.style.overflow = "hidden", e.value = !0);
|
|
2226
|
+
}, i = () => {
|
|
2227
|
+
const u = _a(ze(a));
|
|
2228
|
+
!u || !e.value || (Aa && (l == null || l()), u.style.overflow = t, wa.delete(u), e.value = !1);
|
|
2227
2229
|
};
|
|
2228
|
-
return dt(
|
|
2230
|
+
return dt(i), _({
|
|
2229
2231
|
get() {
|
|
2230
2232
|
return e.value;
|
|
2231
2233
|
},
|
|
2232
|
-
set(
|
|
2233
|
-
|
|
2234
|
+
set(u) {
|
|
2235
|
+
u ? s() : i();
|
|
2234
2236
|
}
|
|
2235
2237
|
});
|
|
2236
2238
|
}
|
|
@@ -2601,7 +2603,7 @@ const pr = ["id"], mr = ["id"], br = ["innerHTML"], yr = ["innerHTML"], el = /*
|
|
|
2601
2603
|
default:
|
|
2602
2604
|
return o;
|
|
2603
2605
|
}
|
|
2604
|
-
}, Ht = (a) => typeof a != "object" || a.active !== !1,
|
|
2606
|
+
}, Ht = (a) => typeof a != "object" || a.active !== !1, ua = (a, o) => {
|
|
2605
2607
|
if (!Ht(a))
|
|
2606
2608
|
return {};
|
|
2607
2609
|
const l = typeof a > "u" || typeof a == "object" && !a.title && !a.content, t = o.getAttribute("title") || o.getAttribute("data-original-title");
|
|
@@ -2613,7 +2615,7 @@ const pr = ["id"], mr = ["id"], br = ["innerHTML"], yr = ["innerHTML"], el = /*
|
|
|
2613
2615
|
title: a != null && a.title ? $t(a == null ? void 0 : a.title, Tt) : void 0,
|
|
2614
2616
|
content: a != null && a.content ? $t(a == null ? void 0 : a.content, Tt) : void 0
|
|
2615
2617
|
};
|
|
2616
|
-
},
|
|
2618
|
+
}, da = (a, o) => ({
|
|
2617
2619
|
target: o,
|
|
2618
2620
|
modelValue: a.modifiers.show,
|
|
2619
2621
|
inline: a.modifiers.inline,
|
|
@@ -2626,11 +2628,11 @@ const pr = ["id"], mr = ["id"], br = ["innerHTML"], yr = ["innerHTML"], el = /*
|
|
|
2626
2628
|
...a.modifiers.interactive ? { noninteractive: !1 } : {},
|
|
2627
2629
|
title: null,
|
|
2628
2630
|
content: null
|
|
2629
|
-
}),
|
|
2631
|
+
}), ca = (a, o, e) => {
|
|
2630
2632
|
var t;
|
|
2631
2633
|
const l = document.createElement("span");
|
|
2632
2634
|
o.modifiers.body ? document.body.appendChild(l) : o.modifiers.child ? a.appendChild(l) : (t = a.parentNode) == null || t.insertBefore(l, a.nextSibling), Dl(Pe(el, e), l), a.$__element = l;
|
|
2633
|
-
},
|
|
2635
|
+
}, fa = (a) => {
|
|
2634
2636
|
const o = a.$__element;
|
|
2635
2637
|
o && Dl(null, o), setTimeout(() => {
|
|
2636
2638
|
o == null || o.remove();
|
|
@@ -2638,7 +2640,7 @@ const pr = ["id"], mr = ["id"], br = ["innerHTML"], yr = ["innerHTML"], el = /*
|
|
|
2638
2640
|
}, ho = (a, o, e) => {
|
|
2639
2641
|
const l = Ee(a, o);
|
|
2640
2642
|
return e && typeof e == "function" ? e(l, o, a) : l;
|
|
2641
|
-
},
|
|
2643
|
+
}, Jt = (a, o, e, l = e) => o.reduce((t, s) => (a[s] && t.push(
|
|
2642
2644
|
[l, s.replace(e, ""), a[s]].filter((i) => i && typeof i != "boolean").join("-").toLowerCase()
|
|
2643
2645
|
), t), []), yt = (a) => {
|
|
2644
2646
|
if (a)
|
|
@@ -2646,10 +2648,10 @@ const pr = ["id"], mr = ["id"], br = ["innerHTML"], yr = ["innerHTML"], el = /*
|
|
|
2646
2648
|
}, Br = (a, o) => ((a == null ? void 0 : a()) ?? []).reduce((e, l) => (typeof l.type == "symbol" ? e = e.concat(l.children) : e.push(l), e), []).filter((e) => {
|
|
2647
2649
|
var l;
|
|
2648
2650
|
return ((l = e.type) == null ? void 0 : l.__name) === o;
|
|
2649
|
-
}), Bo = /_/g, _o = /([a-z])([A-Z])/g, _r = /^[0-9]*\.?[0-9]+$/, wr = /(\s|^)(\w)/g, Cr = /(\s|^)(\w)/,
|
|
2651
|
+
}), Bo = /_/g, _o = /([a-z])([A-Z])/g, _r = /^[0-9]*\.?[0-9]+$/, wr = /(\s|^)(\w)/g, Cr = /(\s|^)(\w)/, Qt = /\s+/, kr = /^#/, Tr = /^#[A-Za-z]+[\w\-:.]*$/, $r = /[-/\\^$*+?.()|[\]{}]/g, xr = /[\s\uFEFF\xA0]+/g, Ca = (a) => a.replace(Bo, " ").replace(_o, (o, e, l) => `${e} ${l}`).replace(Cr, (o, e, l) => e + l.toUpperCase()), kl = (a) => a.replace(Bo, " ").replace(_o, (o, e, l) => `${e} ${l}`).replace(wr, (o, e, l) => e + l.toUpperCase()), Sr = (a) => {
|
|
2650
2652
|
const o = a.trim();
|
|
2651
2653
|
return o.charAt(0).toUpperCase() + o.slice(1);
|
|
2652
|
-
}, Vr = (a) => a.replace($r, "\\$&"), Ar = (a) => Vr(a).replace(xr, "\\s"),
|
|
2654
|
+
}, Vr = (a) => a.replace($r, "\\$&"), Ar = (a) => Vr(a).replace(xr, "\\s"), ea = (a) => typeof a == "string" ? kl(a) : a.label !== void 0 ? a.label : typeof a.key == "string" ? kl(a.key) : a.key, Or = (a) => !!(a.href || a.to), wo = Symbol("bvn::carousel"), Co = Symbol("bvn::tabs"), ko = Symbol("bvn::progress"), To = Symbol("bvn::listGroup"), $o = Symbol("bvn::avatarGroup"), xo = Symbol("bvn::accordion"), So = Symbol("bvn::checkboxGroup"), Vo = Symbol("bvn::radioGroup"), tl = Symbol("bvn::collapse"), Ao = Symbol("bvn::collapse"), al = Symbol("bvn::navbar"), Oo = Symbol("bvn::toastPlugin"), Po = Symbol("bvn::rtlPlugin"), No = Symbol("bvn::breadcrumbPlugin"), Io = Symbol("bvn::modalControllerPlugin"), Eo = Symbol("bvn::modalManagerPlugin"), Fo = Symbol("bvn::idPluginKey"), ta = Symbol("bvn::defaults"), Lo = Symbol("bvn::inputGroup"), Ft = (a, o = {}, e = {}) => {
|
|
2653
2655
|
const l = [a];
|
|
2654
2656
|
let t;
|
|
2655
2657
|
for (let s = 0; s < l.length && !t; s++) {
|
|
@@ -2657,7 +2659,7 @@ const pr = ["id"], mr = ["id"], br = ["innerHTML"], yr = ["innerHTML"], el = /*
|
|
|
2657
2659
|
t = e[i];
|
|
2658
2660
|
}
|
|
2659
2661
|
return t && typeof t == "function" ? t(o) : t;
|
|
2660
|
-
},
|
|
2662
|
+
}, ga = (a, o) => Object.keys(a).filter((e) => !o.map((l) => l.toString()).includes(e)).reduce((e, l) => ({ ...e, [l]: a[l] }), {}), ll = (a, o) => [...o].reduce(
|
|
2661
2663
|
(e, l) => (e[l] = a[l], e),
|
|
2662
2664
|
{}
|
|
2663
2665
|
), Ee = (a, o, e) => {
|
|
@@ -2698,7 +2700,7 @@ const pr = ["id"], mr = ["id"], br = ["innerHTML"], yr = ["innerHTML"], el = /*
|
|
|
2698
2700
|
r[s[0]] = e;
|
|
2699
2701
|
}, u = l(a);
|
|
2700
2702
|
return i(u), u;
|
|
2701
|
-
},
|
|
2703
|
+
}, va = (a, o) => {
|
|
2702
2704
|
const { all: e, ...l } = a, t = {};
|
|
2703
2705
|
e && o.forEach((i) => {
|
|
2704
2706
|
t[i] = e;
|
|
@@ -2743,7 +2745,7 @@ const pr = ["id"], mr = ["id"], br = ["innerHTML"], yr = ["innerHTML"], el = /*
|
|
|
2743
2745
|
return { computedLink: t, computedLinkProps: s };
|
|
2744
2746
|
}, zo = () => ({ ...Ve(No) }), Ir = (a = {}) => {
|
|
2745
2747
|
const o = a.persist ?? !1, e = "data-bs-theme", l = "body";
|
|
2746
|
-
return
|
|
2748
|
+
return sr({
|
|
2747
2749
|
attribute: e,
|
|
2748
2750
|
selector: l,
|
|
2749
2751
|
storageKey: o === !0 ? `bv-color-${a.attribute ?? e}-${a.selector ?? l}` : null,
|
|
@@ -2836,7 +2838,7 @@ const zr = (a, o) => {
|
|
|
2836
2838
|
return typeof ((e = a.props) == null ? void 0 : e[o]) < "u" || typeof ((l = a.props) == null ? void 0 : l[Lr(o)]) < "u";
|
|
2837
2839
|
};
|
|
2838
2840
|
function Rr(a = {}, o) {
|
|
2839
|
-
const e = Ve(
|
|
2841
|
+
const e = Ve(ta, F({})), l = Ho("useDefaults");
|
|
2840
2842
|
if (o = o ?? l.type.name ?? l.type.__name, !o)
|
|
2841
2843
|
throw new Error("[Bvn] Could not determine component name");
|
|
2842
2844
|
const t = _(() => {
|
|
@@ -2859,9 +2861,9 @@ function Rr(a = {}, o) {
|
|
|
2859
2861
|
i.value = void 0;
|
|
2860
2862
|
});
|
|
2861
2863
|
function u() {
|
|
2862
|
-
const r = Fr(
|
|
2864
|
+
const r = Fr(ta, l);
|
|
2863
2865
|
Xe(
|
|
2864
|
-
|
|
2866
|
+
ta,
|
|
2865
2867
|
_(
|
|
2866
2868
|
() => i.value ? Mo((r == null ? void 0 : r.value) ?? {}, i.value) : r == null ? void 0 : r.value
|
|
2867
2869
|
)
|
|
@@ -2903,7 +2905,7 @@ const Ct = (a) => _(() => {
|
|
|
2903
2905
|
[`btn-${o.size}`]: o.button && o.size && o.size !== "md"
|
|
2904
2906
|
};
|
|
2905
2907
|
}), qo = (a) => {
|
|
2906
|
-
const o = k(a), e =
|
|
2908
|
+
const o = k(a), e = ma(
|
|
2907
2909
|
() => o.value.ariaInvalid,
|
|
2908
2910
|
() => o.value.state
|
|
2909
2911
|
);
|
|
@@ -2939,7 +2941,7 @@ const Ct = (a) => _(() => {
|
|
|
2939
2941
|
a.autofocus && (d.value = !0);
|
|
2940
2942
|
});
|
|
2941
2943
|
});
|
|
2942
|
-
const f =
|
|
2944
|
+
const f = ma(
|
|
2943
2945
|
() => a.ariaInvalid,
|
|
2944
2946
|
() => a.state
|
|
2945
2947
|
);
|
|
@@ -3074,7 +3076,7 @@ const Ct = (a) => _(() => {
|
|
|
3074
3076
|
}
|
|
3075
3077
|
// Todo: Supports listening events globally in the future
|
|
3076
3078
|
};
|
|
3077
|
-
},
|
|
3079
|
+
}, pa = (a, o = "px") => _(() => {
|
|
3078
3080
|
const e = Te(a), l = Te(o);
|
|
3079
3081
|
return _r.test(String(e)) ? `${Number(e)}${l}` : e;
|
|
3080
3082
|
}), nl = (a) => {
|
|
@@ -3205,7 +3207,7 @@ const Ct = (a) => _(() => {
|
|
|
3205
3207
|
}
|
|
3206
3208
|
});
|
|
3207
3209
|
});
|
|
3208
|
-
const V = v ?
|
|
3210
|
+
const V = v ? Js(
|
|
3209
3211
|
s,
|
|
3210
3212
|
() => {
|
|
3211
3213
|
B();
|
|
@@ -3750,7 +3752,7 @@ const Ct = (a) => _(() => {
|
|
|
3750
3752
|
}, Qr = {
|
|
3751
3753
|
key: 0,
|
|
3752
3754
|
class: "visually-hidden"
|
|
3753
|
-
},
|
|
3755
|
+
}, ha = /* @__PURE__ */ R({
|
|
3754
3756
|
__name: "BSpinner",
|
|
3755
3757
|
props: {
|
|
3756
3758
|
label: { default: void 0 },
|
|
@@ -3870,7 +3872,7 @@ const Ct = (a) => _(() => {
|
|
|
3870
3872
|
ie(Q(n(l).loadingText), 1)
|
|
3871
3873
|
], 64)),
|
|
3872
3874
|
$(w.$slots, "loading-spinner", {}, () => [
|
|
3873
|
-
ye(
|
|
3875
|
+
ye(ha, {
|
|
3874
3876
|
small: n(l).size !== "lg",
|
|
3875
3877
|
label: n(l).loadingFill ? n(l).loadingText : void 0
|
|
3876
3878
|
}, null, 8, ["small", "label"])
|
|
@@ -3904,7 +3906,7 @@ const Ct = (a) => _(() => {
|
|
|
3904
3906
|
return a.skip ? (l = o.default) == null ? void 0 : l.call(o) : a.tag === "Teleport" ? Pe(Bt, { to: a.to }, [(t = o.default) == null ? void 0 : t.call(o)]) : Pe(a.tag, { ...e }, [(s = o.default) == null ? void 0 : s.call(o)]);
|
|
3905
3907
|
};
|
|
3906
3908
|
}
|
|
3907
|
-
}),
|
|
3909
|
+
}), Ba = /* @__PURE__ */ R({
|
|
3908
3910
|
__name: "BOverlay",
|
|
3909
3911
|
props: {
|
|
3910
3912
|
bgColor: { default: void 0 },
|
|
@@ -3993,7 +3995,7 @@ const Ct = (a) => _(() => {
|
|
|
3993
3995
|
style: Le(y.value)
|
|
3994
3996
|
}, [
|
|
3995
3997
|
$(h.$slots, "overlay", Be(Ce(d.value)), () => [
|
|
3996
|
-
n(l).noSpinner ? te("", !0) : (b(), P(
|
|
3998
|
+
n(l).noSpinner ? te("", !0) : (b(), P(ha, Be(K({ key: 0 }, d.value)), null, 16))
|
|
3997
3999
|
])
|
|
3998
4000
|
], 4)
|
|
3999
4001
|
]),
|
|
@@ -4318,7 +4320,7 @@ const Ct = (a) => _(() => {
|
|
|
4318
4320
|
], 2)) : te("", !0)
|
|
4319
4321
|
], 2),
|
|
4320
4322
|
$(L.$slots, "backdrop", {}, () => [
|
|
4321
|
-
ye(
|
|
4323
|
+
ye(Ba, {
|
|
4322
4324
|
variant: x.value,
|
|
4323
4325
|
show: r.value,
|
|
4324
4326
|
"no-spinner": "",
|
|
@@ -4441,7 +4443,7 @@ const Ct = (a) => _(() => {
|
|
|
4441
4443
|
}, si = {
|
|
4442
4444
|
install(a, o) {
|
|
4443
4445
|
const e = (o == null ? void 0 : o.components) ?? {};
|
|
4444
|
-
a.provide(
|
|
4446
|
+
a.provide(ta, F(e));
|
|
4445
4447
|
}
|
|
4446
4448
|
}, ri = ["id"], ii = /* @__PURE__ */ R({
|
|
4447
4449
|
__name: "BAccordion",
|
|
@@ -4934,7 +4936,7 @@ const Ct = (a) => _(() => {
|
|
|
4934
4936
|
},
|
|
4935
4937
|
emits: ["click", "img-error"],
|
|
4936
4938
|
setup(a, { emit: o }) {
|
|
4937
|
-
const e = a, l = o, t = Re(), { computedLink: s, computedLinkProps: i } = wt(e), u = Ve($o, null), r = ["sm", null, "lg"], d = Vl * 0.7, c = k(() => !Ae(t.default)), f = k(() => !Ae(t.badge)), m = k(() => !!e.badge || e.badge === "" || f.value), v = k(() => (u == null ? void 0 : u.size.value) ?? e.square), y =
|
|
4939
|
+
const e = a, l = o, t = Re(), { computedLink: s, computedLinkProps: i } = wt(e), u = Ve($o, null), r = ["sm", null, "lg"], d = Vl * 0.7, c = k(() => !Ae(t.default)), f = k(() => !Ae(t.badge)), m = k(() => !!e.badge || e.badge === "" || f.value), v = k(() => (u == null ? void 0 : u.size.value) ?? e.square), y = pa(() => e.size), h = pa(() => u == null ? void 0 : u.size.value), w = _(() => h.value ?? y.value), p = k(() => (u == null ? void 0 : u.variant.value) ?? e.variant), B = k(() => (u == null ? void 0 : u.rounded.value) ?? e.rounded), g = k(() => (u == null ? void 0 : u.roundedTop.value) ?? e.roundedTop), S = k(() => (u == null ? void 0 : u.roundedBottom.value) ?? e.roundedBottom), C = k(() => (u == null ? void 0 : u.roundedStart.value) ?? e.roundedStart), x = k(() => (u == null ? void 0 : u.roundedEnd.value) ?? e.roundedEnd), V = nl(() => ({
|
|
4938
4940
|
rounded: B.value,
|
|
4939
4941
|
roundedTop: g.value,
|
|
4940
4942
|
roundedBottom: S.value,
|
|
@@ -5034,7 +5036,7 @@ const Ct = (a) => _(() => {
|
|
|
5034
5036
|
roundedEnd: { type: [Boolean, String, Number], default: void 0 }
|
|
5035
5037
|
},
|
|
5036
5038
|
setup(a) {
|
|
5037
|
-
const e = M(a, "BAvatarGroup"), l = he(() => e.overlap), t =
|
|
5039
|
+
const e = M(a, "BAvatarGroup"), l = he(() => e.overlap), t = pa(() => e.size), s = k(() => Math.min(Math.max(l.value, 0), 1) / 2), i = _(() => {
|
|
5038
5040
|
const u = t.value ? `calc(${t.value} * ${s.value})` : null;
|
|
5039
5041
|
return u ? { paddingLeft: u, paddingRight: u } : {};
|
|
5040
5042
|
});
|
|
@@ -5322,7 +5324,7 @@ const Ct = (a) => _(() => {
|
|
|
5322
5324
|
// TODO implement this class
|
|
5323
5325
|
"card-img-start": e.placement === "start",
|
|
5324
5326
|
"card-img": e.placement === "overlay"
|
|
5325
|
-
})), t = _(() =>
|
|
5327
|
+
})), t = _(() => ga(e, ["placement"]));
|
|
5326
5328
|
return (s, i) => (b(), P(sl, K(t.value, { class: l.value }), null, 16, ["class"]));
|
|
5327
5329
|
}
|
|
5328
5330
|
}), ki = ["innerHTML"], sn = /* @__PURE__ */ R({
|
|
@@ -5549,7 +5551,7 @@ const Ct = (a) => _(() => {
|
|
|
5549
5551
|
height: e.imgHeight,
|
|
5550
5552
|
width: e.imgWidth,
|
|
5551
5553
|
placement: e.imgPlacement
|
|
5552
|
-
})), d =
|
|
5554
|
+
})), d = ia();
|
|
5553
5555
|
return (c, f) => (b(), P(de(n(e).tag), {
|
|
5554
5556
|
class: H(["card", u.value])
|
|
5555
5557
|
}, {
|
|
@@ -5987,7 +5989,7 @@ const Ct = (a) => _(() => {
|
|
|
5987
5989
|
},
|
|
5988
5990
|
setup(a) {
|
|
5989
5991
|
const e = M(a, "BCol"), l = _(() => [
|
|
5990
|
-
...
|
|
5992
|
+
...Jt(
|
|
5991
5993
|
{
|
|
5992
5994
|
sm: e.sm,
|
|
5993
5995
|
md: e.md,
|
|
@@ -5998,7 +6000,7 @@ const Ct = (a) => _(() => {
|
|
|
5998
6000
|
["sm", "md", "lg", "xl", "xxl"],
|
|
5999
6001
|
"col"
|
|
6000
6002
|
),
|
|
6001
|
-
...
|
|
6003
|
+
...Jt(
|
|
6002
6004
|
{
|
|
6003
6005
|
order: e.order,
|
|
6004
6006
|
orderLg: e.orderLg,
|
|
@@ -6010,7 +6012,7 @@ const Ct = (a) => _(() => {
|
|
|
6010
6012
|
["order", "orderLg", "orderMd", "orderSm", "orderXl", "orderXxl"],
|
|
6011
6013
|
"order"
|
|
6012
6014
|
),
|
|
6013
|
-
...
|
|
6015
|
+
...Jt(
|
|
6014
6016
|
{
|
|
6015
6017
|
offset: e.offset,
|
|
6016
6018
|
offsetLg: e.offsetLg,
|
|
@@ -6603,7 +6605,7 @@ const Ct = (a) => _(() => {
|
|
|
6603
6605
|
_: 3
|
|
6604
6606
|
}, 8, ["id", "role", "aria-live", "aria-atomic", "class"]));
|
|
6605
6607
|
}
|
|
6606
|
-
}),
|
|
6608
|
+
}), aa = /* @__PURE__ */ R({
|
|
6607
6609
|
__name: "BFormRow",
|
|
6608
6610
|
props: {
|
|
6609
6611
|
tag: { default: "div" }
|
|
@@ -6993,7 +6995,7 @@ const Ct = (a) => _(() => {
|
|
|
6993
6995
|
], 64));
|
|
6994
6996
|
}
|
|
6995
6997
|
}), yn = ["input", "select", "textarea"], bu = yn.map((a) => `${a}:not([disabled])`).join(), yu = [...yn, "a", "button", "label"], gu = "label", hu = "invalid-feedback", Bu = "valid-feedback", _u = "description", wu = "default", Cu = R({
|
|
6996
|
-
components: { BCol: Lt, BFormInvalidFeedback: Ia, BFormRow:
|
|
6998
|
+
components: { BCol: Lt, BFormInvalidFeedback: Ia, BFormRow: aa, BFormText: Ea, BFormValidFeedback: Fa },
|
|
6997
6999
|
props: {
|
|
6998
7000
|
ariaInvalid: { type: [Boolean, String], default: void 0 },
|
|
6999
7001
|
contentCols: { type: [Boolean, String, Number], default: void 0 },
|
|
@@ -7046,7 +7048,7 @@ const Ct = (a) => _(() => {
|
|
|
7046
7048
|
if (ja && a.labelFor && s.value !== null) {
|
|
7047
7049
|
const w = s.value.querySelector(`#${CSS.escape(a.labelFor)}`);
|
|
7048
7050
|
if (w) {
|
|
7049
|
-
const p = "aria-describedby", B = (y || "").split(
|
|
7051
|
+
const p = "aria-describedby", B = (y || "").split(Qt), g = (h || "").split(Qt), S = (w.getAttribute(p) || "").split(Qt).filter((C) => !g.includes(C)).concat(B).filter((C, x, V) => V.indexOf(C) === x).filter((C) => C).join(" ").trim();
|
|
7050
7052
|
S ? w.setAttribute(p, S) : w.removeAttribute(p);
|
|
7051
7053
|
}
|
|
7052
7054
|
}
|
|
@@ -7056,7 +7058,7 @@ const Ct = (a) => _(() => {
|
|
|
7056
7058
|
// based on the existence of 'content-col' or 'label-col' props
|
|
7057
7059
|
Object.keys(u.value).length > 0 || Object.keys(d.value).length > 0
|
|
7058
7060
|
)
|
|
7059
|
-
), f = Ct(() => a.state), m =
|
|
7061
|
+
), f = Ct(() => a.state), m = ma(
|
|
7060
7062
|
() => a.ariaInvalid,
|
|
7061
7063
|
() => a.state
|
|
7062
7064
|
);
|
|
@@ -7201,10 +7203,10 @@ const Ct = (a) => _(() => {
|
|
|
7201
7203
|
// as the legend is no longer a direct child of fieldset
|
|
7202
7204
|
"aria-labelledby": l && this.isHorizontal ? i : null
|
|
7203
7205
|
};
|
|
7204
|
-
return this.isHorizontal && !l ? Pe(
|
|
7206
|
+
return this.isHorizontal && !l ? Pe(aa, g, { default: () => [t, B] }) : Pe(
|
|
7205
7207
|
l ? "fieldset" : "div",
|
|
7206
7208
|
g,
|
|
7207
|
-
this.isHorizontal && l ? [Pe(
|
|
7209
|
+
this.isHorizontal && l ? [Pe(aa, null, { default: () => [t, B] })] : this.isHorizontal || !a.floating ? [t, B] : [B]
|
|
7208
7210
|
);
|
|
7209
7211
|
}
|
|
7210
7212
|
}), ku = ["id", "value", "name", "form", "type", "disabled", "placeholder", "required", "autocomplete", "readonly", "min", "max", "step", "list", "aria-required", "aria-invalid"], Al = /* @__PURE__ */ R({
|
|
@@ -7595,7 +7597,7 @@ const Ct = (a) => _(() => {
|
|
|
7595
7597
|
}
|
|
7596
7598
|
]), f = k(
|
|
7597
7599
|
() => i.value || l.plain ? i.value : void 0
|
|
7598
|
-
), m =
|
|
7600
|
+
), m = ma(
|
|
7599
7601
|
() => l.ariaInvalid,
|
|
7600
7602
|
() => l.state
|
|
7601
7603
|
), { normalizedOptions: v, isComplex: y } = Xo(() => l.options, l), h = _(
|
|
@@ -8575,7 +8577,7 @@ const Ct = (a) => _(() => {
|
|
|
8575
8577
|
teleportTo: { default: "body" }
|
|
8576
8578
|
},
|
|
8577
8579
|
setup(a, { expose: o }) {
|
|
8578
|
-
const l = M(a, "BModalOrchestrator"), { modals: t, remove: s, show: i, confirm: u, leave: r } = Ko(), d = (c) =>
|
|
8580
|
+
const l = M(a, "BModalOrchestrator"), { modals: t, remove: s, show: i, confirm: u, leave: r } = Ko(), d = (c) => ga(c, ["_promise", "_self", "_isConfirm", "_modelValue"]);
|
|
8579
8581
|
return o({
|
|
8580
8582
|
modals: t,
|
|
8581
8583
|
show: i,
|
|
@@ -8991,7 +8993,7 @@ const Ct = (a) => _(() => {
|
|
|
8991
8993
|
El(a, o.value);
|
|
8992
8994
|
}
|
|
8993
8995
|
}, Sd = (a, o) => {
|
|
8994
|
-
const { modifiers: e, arg: l, value: t } = a, s = Object.keys(e || {}), i = typeof t == "string" ? t.split(
|
|
8996
|
+
const { modifiers: e, arg: l, value: t } = a, s = Object.keys(e || {}), i = typeof t == "string" ? t.split(Qt) : t;
|
|
8995
8997
|
if (o.tagName.toLowerCase() === "a") {
|
|
8996
8998
|
const u = o.getAttribute("href") || "";
|
|
8997
8999
|
Tr.test(u) && s.push(u.replace(kr, ""));
|
|
@@ -9021,28 +9023,28 @@ const Ct = (a) => _(() => {
|
|
|
9021
9023
|
mounted(a, o) {
|
|
9022
9024
|
if (!Ht(o.value))
|
|
9023
9025
|
return;
|
|
9024
|
-
const l =
|
|
9025
|
-
!l.content && !l.title ||
|
|
9026
|
-
...
|
|
9026
|
+
const l = ua(o.value, a);
|
|
9027
|
+
!l.content && !l.title || ca(a, o, {
|
|
9028
|
+
...da(o, a),
|
|
9027
9029
|
...l
|
|
9028
9030
|
});
|
|
9029
9031
|
},
|
|
9030
9032
|
updated(a, o) {
|
|
9031
9033
|
if (!Ht(o.value))
|
|
9032
9034
|
return;
|
|
9033
|
-
const l =
|
|
9034
|
-
!l.content && !l.title || (
|
|
9035
|
-
...
|
|
9035
|
+
const l = ua(o.value, a);
|
|
9036
|
+
!l.content && !l.title || (fa(a), ca(a, o, {
|
|
9037
|
+
...da(o, a),
|
|
9036
9038
|
...l
|
|
9037
9039
|
}));
|
|
9038
9040
|
},
|
|
9039
9041
|
beforeUnmount(a) {
|
|
9040
|
-
|
|
9042
|
+
fa(a);
|
|
9041
9043
|
}
|
|
9042
9044
|
}, Ll = (a, o) => {
|
|
9043
9045
|
a.$__scrollspy && a.$__scrollspy.cleanup();
|
|
9044
9046
|
const { arg: e, value: l } = o, t = typeof l == "object" && l !== null, s = e || (typeof l == "string" ? l : t ? l.content || l.element : null);
|
|
9045
|
-
a.$__scrollspy = Zo(s, a, t ?
|
|
9047
|
+
a.$__scrollspy = Zo(s, a, t ? ga(l, ["content", "element"]) : {});
|
|
9046
9048
|
}, Od = {
|
|
9047
9049
|
mounted: Ll,
|
|
9048
9050
|
updated: Ll,
|
|
@@ -9054,10 +9056,10 @@ const Ct = (a) => _(() => {
|
|
|
9054
9056
|
const e = Ht(o.value);
|
|
9055
9057
|
if (!e)
|
|
9056
9058
|
return;
|
|
9057
|
-
const l =
|
|
9058
|
-
!l.content && !l.title ||
|
|
9059
|
+
const l = ua(o.value, a);
|
|
9060
|
+
!l.content && !l.title || ca(a, o, {
|
|
9059
9061
|
noninteractive: !0,
|
|
9060
|
-
...
|
|
9062
|
+
...da(o, a),
|
|
9061
9063
|
title: l.title ?? l.content ?? "",
|
|
9062
9064
|
tooltip: e
|
|
9063
9065
|
});
|
|
@@ -9066,16 +9068,16 @@ const Ct = (a) => _(() => {
|
|
|
9066
9068
|
const e = Ht(o.value);
|
|
9067
9069
|
if (!e)
|
|
9068
9070
|
return;
|
|
9069
|
-
const l =
|
|
9070
|
-
!l.content && !l.title || (
|
|
9071
|
+
const l = ua(o.value, a);
|
|
9072
|
+
!l.content && !l.title || (fa(a), ca(a, o, {
|
|
9071
9073
|
noninteractive: !0,
|
|
9072
|
-
...
|
|
9074
|
+
...da(o, a),
|
|
9073
9075
|
title: l.title ?? l.content ?? "",
|
|
9074
9076
|
tooltip: e
|
|
9075
9077
|
}));
|
|
9076
9078
|
},
|
|
9077
9079
|
beforeUnmount(a) {
|
|
9078
|
-
|
|
9080
|
+
fa(a);
|
|
9079
9081
|
}
|
|
9080
9082
|
}, za = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9081
9083
|
__proto__: null,
|
|
@@ -9304,7 +9306,7 @@ const Ct = (a) => _(() => {
|
|
|
9304
9306
|
_: 3
|
|
9305
9307
|
}),
|
|
9306
9308
|
$(U.$slots, "backdrop", {}, () => [
|
|
9307
|
-
ye(
|
|
9309
|
+
ye(Ba, {
|
|
9308
9310
|
blur: n(t).backdropBlur,
|
|
9309
9311
|
variant: n(t).backdropVariant,
|
|
9310
9312
|
show: v.value,
|
|
@@ -9457,7 +9459,7 @@ const Ct = (a) => _(() => {
|
|
|
9457
9459
|
textValue: d.lastText,
|
|
9458
9460
|
label: d.labelLastPage
|
|
9459
9461
|
})
|
|
9460
|
-
), E =
|
|
9462
|
+
), E = ia(), D = ia(), ae = _(() => ({
|
|
9461
9463
|
li: {
|
|
9462
9464
|
class: [
|
|
9463
9465
|
"page-item",
|
|
@@ -9787,7 +9789,7 @@ const Ct = (a) => _(() => {
|
|
|
9787
9789
|
id: e.id,
|
|
9788
9790
|
class: l.value,
|
|
9789
9791
|
...e.tableAttrs
|
|
9790
|
-
})), s =
|
|
9792
|
+
})), s = pa(
|
|
9791
9793
|
_(
|
|
9792
9794
|
() => (e.stickyHeader === !0 ? Dd : e.stickyHeader) || NaN
|
|
9793
9795
|
)
|
|
@@ -9914,7 +9916,7 @@ const Ct = (a) => _(() => {
|
|
|
9914
9916
|
},
|
|
9915
9917
|
setup(a) {
|
|
9916
9918
|
const e = M(a, "BRow"), l = jt(() => e.alignH), t = _(
|
|
9917
|
-
() =>
|
|
9919
|
+
() => Jt(
|
|
9918
9920
|
{
|
|
9919
9921
|
cols: e.cols,
|
|
9920
9922
|
colsLg: e.colsLg,
|
|
@@ -10246,7 +10248,7 @@ const Ct = (a) => _(() => {
|
|
|
10246
10248
|
field: g,
|
|
10247
10249
|
isFoot: !1
|
|
10248
10250
|
}, () => [
|
|
10249
|
-
ie(Q(n(
|
|
10251
|
+
ie(Q(n(ea)(g)), 1)
|
|
10250
10252
|
])
|
|
10251
10253
|
]),
|
|
10252
10254
|
_: 2
|
|
@@ -10314,7 +10316,7 @@ const Ct = (a) => _(() => {
|
|
|
10314
10316
|
ref_for: !0
|
|
10315
10317
|
}, f(g, String(C.key), C.tdAttr)), {
|
|
10316
10318
|
default: I(() => [
|
|
10317
|
-
n(l).stacked && n(l).labelStacked ? (b(), A("label", Yd, Q(n(
|
|
10319
|
+
n(l).stacked && n(l).labelStacked ? (b(), A("label", Yd, Q(n(ea)(C)), 1)) : te("", !0),
|
|
10318
10320
|
$(
|
|
10319
10321
|
p.$slots,
|
|
10320
10322
|
p.$slots[`cell(${String(C.key)})`] ? `cell(${String(C.key)})` : "cell()",
|
|
@@ -10435,7 +10437,7 @@ const Ct = (a) => _(() => {
|
|
|
10435
10437
|
isFoot: !0
|
|
10436
10438
|
},
|
|
10437
10439
|
() => [
|
|
10438
|
-
ie(Q(n(
|
|
10440
|
+
ie(Q(n(ea)(g)), 1)
|
|
10439
10441
|
]
|
|
10440
10442
|
)
|
|
10441
10443
|
])
|
|
@@ -10873,7 +10875,7 @@ const Ct = (a) => _(() => {
|
|
|
10873
10875
|
"head()": I((z) => {
|
|
10874
10876
|
var Y, E, D, ae;
|
|
10875
10877
|
return [
|
|
10876
|
-
ie(Q(n(
|
|
10878
|
+
ie(Q(n(ea)(z.field)) + " ", 1),
|
|
10877
10879
|
p.value && z.field.sortable && n(t).noSortableIcon === !1 ? (b(), A(ve, { key: 0 }, [
|
|
10878
10880
|
((E = (Y = i.value) == null ? void 0 : Y.find((ne) => ne.key === z.field.key)) == null ? void 0 : E.order) === "asc" ? $(
|
|
10879
10881
|
T.$slots,
|
|
@@ -10911,10 +10913,10 @@ const Ct = (a) => _(() => {
|
|
|
10911
10913
|
}, {
|
|
10912
10914
|
default: I(() => [
|
|
10913
10915
|
$(T.$slots, "table-busy", {}, () => [
|
|
10914
|
-
ye(
|
|
10916
|
+
ye(Ba, { show: "" }, {
|
|
10915
10917
|
overlay: I(() => [
|
|
10916
10918
|
ee("div", oc, [
|
|
10917
|
-
ye(
|
|
10919
|
+
ye(ha),
|
|
10918
10920
|
ee("strong", null, Q(n(t).busyLoadingText), 1)
|
|
10919
10921
|
])
|
|
10920
10922
|
]),
|
|
@@ -11067,7 +11069,7 @@ const Ct = (a) => _(() => {
|
|
|
11067
11069
|
}),
|
|
11068
11070
|
emits: /* @__PURE__ */ ge(["activate-tab", "click"], ["update:modelValue", "update:activeId"]),
|
|
11069
11071
|
setup(a, { emit: o }) {
|
|
11070
|
-
const l = M(a, "BTabs"), t = o, s = _e(a, "modelValue"), i = _e(a, "activeId"), u =
|
|
11072
|
+
const l = M(a, "BTabs"), t = o, s = _e(a, "modelValue"), i = _e(a, "activeId"), u = ia(), r = F([]), d = _(
|
|
11071
11073
|
() => r.value.map((C) => {
|
|
11072
11074
|
const x = n(C), V = x.id === i.value;
|
|
11073
11075
|
return {
|
|
@@ -11267,7 +11269,7 @@ const Ct = (a) => _(() => {
|
|
|
11267
11269
|
},
|
|
11268
11270
|
{ immediate: !0 }
|
|
11269
11271
|
);
|
|
11270
|
-
const d = (c) =>
|
|
11272
|
+
const d = (c) => ga(c, ["_modelValue", "_self", "pos"]);
|
|
11271
11273
|
return o({
|
|
11272
11274
|
remove: t,
|
|
11273
11275
|
show: i,
|
|
@@ -11373,7 +11375,7 @@ const Ct = (a) => _(() => {
|
|
|
11373
11375
|
}))
|
|
11374
11376
|
]), 1040, ["modelValue"]));
|
|
11375
11377
|
}
|
|
11376
|
-
}),
|
|
11378
|
+
}), la = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
11377
11379
|
__proto__: null,
|
|
11378
11380
|
BAccordion: ii,
|
|
11379
11381
|
BAccordionItem: di,
|
|
@@ -11419,7 +11421,7 @@ const Ct = (a) => _(() => {
|
|
|
11419
11421
|
BFormInvalidFeedback: Ia,
|
|
11420
11422
|
BFormRadio: gn,
|
|
11421
11423
|
BFormRadioGroup: Vu,
|
|
11422
|
-
BFormRow:
|
|
11424
|
+
BFormRow: aa,
|
|
11423
11425
|
BFormSelect: Eu,
|
|
11424
11426
|
BFormSelectOption: il,
|
|
11425
11427
|
BFormSelectOptionGroup: hn,
|
|
@@ -11448,7 +11450,7 @@ const Ct = (a) => _(() => {
|
|
|
11448
11450
|
BNavbarNav: $d,
|
|
11449
11451
|
BNavbarToggle: Ed,
|
|
11450
11452
|
BOffcanvas: zd,
|
|
11451
|
-
BOverlay:
|
|
11453
|
+
BOverlay: Ba,
|
|
11452
11454
|
BPagination: Hd,
|
|
11453
11455
|
BPlaceholder: Ke,
|
|
11454
11456
|
BPlaceholderButton: wn,
|
|
@@ -11459,7 +11461,7 @@ const Ct = (a) => _(() => {
|
|
|
11459
11461
|
BProgress: en,
|
|
11460
11462
|
BProgressBar: Qo,
|
|
11461
11463
|
BRow: qd,
|
|
11462
|
-
BSpinner:
|
|
11464
|
+
BSpinner: ha,
|
|
11463
11465
|
BTab: sc,
|
|
11464
11466
|
BTable: nc,
|
|
11465
11467
|
BTableLite: Tn,
|
|
@@ -11497,17 +11499,17 @@ const Ct = (a) => _(() => {
|
|
|
11497
11499
|
aliases: l = {}
|
|
11498
11500
|
} = {}) => ({
|
|
11499
11501
|
install(t) {
|
|
11500
|
-
const s = typeof a == "boolean" ? { all: a } : a, i = Object.keys(
|
|
11501
|
-
|
|
11502
|
-
const c =
|
|
11502
|
+
const s = typeof a == "boolean" ? { all: a } : a, i = Object.keys(la);
|
|
11503
|
+
va(s, i).forEach((d) => {
|
|
11504
|
+
const c = la[d];
|
|
11503
11505
|
t.component(d, c);
|
|
11504
11506
|
});
|
|
11505
11507
|
const u = typeof o == "boolean" ? { all: o } : o, r = Object.keys(za);
|
|
11506
|
-
|
|
11508
|
+
va(u, r).forEach((d) => {
|
|
11507
11509
|
const c = $n(d), f = za[d];
|
|
11508
11510
|
t.directive(c, f);
|
|
11509
11511
|
}), Object.entries(l).forEach(([d, c]) => {
|
|
11510
|
-
const f = typeof c == "string" ?
|
|
11512
|
+
const f = typeof c == "string" ? la[c] : c;
|
|
11511
11513
|
t.component(d, f);
|
|
11512
11514
|
}), ((e == null ? void 0 : e.breadcrumb) ?? !0) && t.use(Zr), (((e == null ? void 0 : e.id) ?? !0) || typeof e.id == "object") && t.use(Jr, e), ((e == null ? void 0 : e.modalController) ?? !0) && t.use(li), ((e == null ? void 0 : e.modalManager) ?? !0) && t.use(oi), (((e == null ? void 0 : e.rtl) ?? !0) || typeof e.rtl == "object") && t.use(ni, e), ((e == null ? void 0 : e.toast) ?? !0) && t.use(Yr), t.use(si, e);
|
|
11513
11515
|
}
|
|
@@ -11516,7 +11518,7 @@ const Ct = (a) => _(() => {
|
|
|
11516
11518
|
directives: o = !0,
|
|
11517
11519
|
components: e = !0
|
|
11518
11520
|
} = {}) => {
|
|
11519
|
-
const l = typeof e == "boolean" ? { all: e } : e, t = Object.keys(
|
|
11521
|
+
const l = typeof e == "boolean" ? { all: e } : e, t = Object.keys(la), s = new Set(va(l, t)), i = typeof o == "boolean" ? { all: o } : o, u = Object.keys(za), r = new Set(va(i, u).map($n));
|
|
11520
11522
|
return [
|
|
11521
11523
|
{
|
|
11522
11524
|
type: "component",
|
|
@@ -11585,7 +11587,7 @@ export {
|
|
|
11585
11587
|
Ia as BFormInvalidFeedback,
|
|
11586
11588
|
gn as BFormRadio,
|
|
11587
11589
|
Vu as BFormRadioGroup,
|
|
11588
|
-
|
|
11590
|
+
aa as BFormRow,
|
|
11589
11591
|
Eu as BFormSelect,
|
|
11590
11592
|
il as BFormSelectOption,
|
|
11591
11593
|
hn as BFormSelectOptionGroup,
|
|
@@ -11614,7 +11616,7 @@ export {
|
|
|
11614
11616
|
$d as BNavbarNav,
|
|
11615
11617
|
Ed as BNavbarToggle,
|
|
11616
11618
|
zd as BOffcanvas,
|
|
11617
|
-
|
|
11619
|
+
Ba as BOverlay,
|
|
11618
11620
|
Hd as BPagination,
|
|
11619
11621
|
Ke as BPlaceholder,
|
|
11620
11622
|
wn as BPlaceholderButton,
|
|
@@ -11625,7 +11627,7 @@ export {
|
|
|
11625
11627
|
en as BProgress,
|
|
11626
11628
|
Qo as BProgressBar,
|
|
11627
11629
|
qd as BRow,
|
|
11628
|
-
|
|
11630
|
+
ha as BSpinner,
|
|
11629
11631
|
sc as BTab,
|
|
11630
11632
|
nc as BTable,
|
|
11631
11633
|
Tn as BTableLite,
|
|
@@ -11645,7 +11647,7 @@ export {
|
|
|
11645
11647
|
ql as BvCarouselEvent,
|
|
11646
11648
|
rt as BvEvent,
|
|
11647
11649
|
_t as BvTriggerableEvent,
|
|
11648
|
-
|
|
11650
|
+
la as Components,
|
|
11649
11651
|
mc as Composables,
|
|
11650
11652
|
za as Directives,
|
|
11651
11653
|
yc as Types,
|