bootstrap-vue-next 0.24.7 → 0.24.8
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/bootstrap-vue-next.mjs +112 -117
- package/dist/bootstrap-vue-next.mjs.map +1 -1
- package/dist/bootstrap-vue-next.umd.js +2 -2
- package/dist/bootstrap-vue-next.umd.js.map +1 -1
- package/dist/src/components/BForm/BForm.vue.d.ts +2 -6
- package/dist/src/types/ComponentProps.d.ts +1 -2
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var ms = Object.defineProperty;
|
|
2
2
|
var bs = (t, o, e) => o in t ? ms(t, o, { enumerable: !0, configurable: !0, writable: !0, value: e }) : t[o] = e;
|
|
3
3
|
var je = (t, o, e) => (bs(t, typeof o != "symbol" ? o + "" : o, e), e);
|
|
4
|
-
import { computed as h, toValue as xe, ref as H, shallowRef as Ca, watch as de, getCurrentScope as uo, onScopeDispose as co, shallowReadonly as
|
|
4
|
+
import { computed as h, toValue as xe, ref as H, shallowRef as Ca, watch as de, getCurrentScope as uo, onScopeDispose as co, shallowReadonly as Tt, unref as s, isRef as ys, toRef as T, readonly as Oe, customRef as gs, onMounted as He, nextTick as Ne, getCurrentInstance as Bt, reactive as _l, watchEffect as Et, defineComponent as G, mergeModels as be, useModel as we, onBeforeUnmount as Qa, openBlock as b, createElementBlock as O, Fragment as pe, createElementVNode as ae, renderSlot as V, createBlock as L, Teleport as _t, mergeProps as J, normalizeClass as W, normalizeStyle as ze, createTextVNode as ce, toDisplayString as oe, createCommentVNode as ne, render as fo, h as Ie, inject as Ve, provide as We, onActivated as hs, Transition as el, withCtx as R, useAttrs as Lt, resolveDynamicComponent as fe, createVNode as ge, useSlots as De, withDirectives as dt, normalizeProps as _e, guardReactiveProps as Se, vShow as Kt, renderList as ke, TransitionGroup as vo, vModelCheckbox as Bs, vModelRadio as _s, vModelSelect as ws, withModifiers as xt, createSlots as tl, onUnmounted as Cs, withKeys as Zt } from "vue";
|
|
5
5
|
const Xt = (t) => h(() => {
|
|
6
6
|
const o = xe(t);
|
|
7
7
|
return o ? `justify-content-${o}` : "";
|
|
@@ -57,7 +57,7 @@ class ut {
|
|
|
57
57
|
};
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
|
-
class
|
|
60
|
+
class wt extends ut {
|
|
61
61
|
constructor(e, l = {}) {
|
|
62
62
|
super(e, l);
|
|
63
63
|
je(this, "trigger", null);
|
|
@@ -241,7 +241,7 @@ function nl(t) {
|
|
|
241
241
|
left: t
|
|
242
242
|
};
|
|
243
243
|
}
|
|
244
|
-
function
|
|
244
|
+
function yt(t) {
|
|
245
245
|
return {
|
|
246
246
|
...t,
|
|
247
247
|
top: t.y,
|
|
@@ -375,7 +375,7 @@ async function It(t, o) {
|
|
|
375
375
|
elementContext: f = "floating",
|
|
376
376
|
altBoundary: p = !1,
|
|
377
377
|
padding: v = 0
|
|
378
|
-
} = ct(o, t), m = nl(v), w = u[p ? f === "floating" ? "reference" : "floating" : f], _ =
|
|
378
|
+
} = ct(o, t), m = nl(v), w = u[p ? f === "floating" ? "reference" : "floating" : f], _ = yt(await n.getClippingRect({
|
|
379
379
|
element: (e = await (n.isElement == null ? void 0 : n.isElement(w))) == null || e ? w : w.contextElement || await (n.getDocumentElement == null ? void 0 : n.getDocumentElement(u.floating)),
|
|
380
380
|
boundary: d,
|
|
381
381
|
rootBoundary: c,
|
|
@@ -391,7 +391,7 @@ async function It(t, o) {
|
|
|
391
391
|
} : {
|
|
392
392
|
x: 1,
|
|
393
393
|
y: 1
|
|
394
|
-
}, y =
|
|
394
|
+
}, y = yt(n.convertOffsetParentRelativeRectToViewportRelativeRect ? await n.convertOffsetParentRelativeRectToViewportRelativeRect({
|
|
395
395
|
elements: u,
|
|
396
396
|
rect: k,
|
|
397
397
|
offsetParent: g,
|
|
@@ -654,7 +654,7 @@ function Ds(t) {
|
|
|
654
654
|
const n = o[a];
|
|
655
655
|
!l || n.y - l.y > l.height / 2 ? e.push([n]) : e[e.length - 1].push(n), l = n;
|
|
656
656
|
}
|
|
657
|
-
return e.map((a) =>
|
|
657
|
+
return e.map((a) => yt(ho(a)));
|
|
658
658
|
}
|
|
659
659
|
const js = function(t) {
|
|
660
660
|
return t === void 0 && (t = {}), {
|
|
@@ -671,7 +671,7 @@ const js = function(t) {
|
|
|
671
671
|
padding: u = 2,
|
|
672
672
|
x: i,
|
|
673
673
|
y: d
|
|
674
|
-
} = ct(t, o), c = Array.from(await (n.getClientRects == null ? void 0 : n.getClientRects(l.reference)) || []), f = Ds(c), p =
|
|
674
|
+
} = ct(t, o), c = Array.from(await (n.getClientRects == null ? void 0 : n.getClientRects(l.reference)) || []), f = Ds(c), p = yt(ho(c)), v = nl(u);
|
|
675
675
|
function m() {
|
|
676
676
|
if (f.length === 2 && f[0].left > f[1].right && i != null && d != null)
|
|
677
677
|
return f.find((w) => i > w.left - v.left && i < w.right + v.right && d > w.top - v.top && d < w.bottom + v.bottom) || p;
|
|
@@ -928,7 +928,7 @@ function Pt(t) {
|
|
|
928
928
|
let r = (n ? ca(e.width) : e.width) / l, u = (n ? ca(e.height) : e.height) / a;
|
|
929
929
|
return r && Number.isFinite(r) || (r = 1), u && Number.isFinite(u) || (u = 1), { x: r, y: u };
|
|
930
930
|
}
|
|
931
|
-
function
|
|
931
|
+
function gt(t, o, e, l) {
|
|
932
932
|
var a, n;
|
|
933
933
|
o === void 0 && (o = !1), e === void 0 && (e = !1);
|
|
934
934
|
const r = t.getBoundingClientRect(), u = xo(t);
|
|
@@ -953,7 +953,7 @@ function Sa(t) {
|
|
|
953
953
|
return tt(t) ? { scrollLeft: t.scrollLeft, scrollTop: t.scrollTop } : { scrollLeft: t.pageXOffset, scrollTop: t.pageYOffset };
|
|
954
954
|
}
|
|
955
955
|
function Ao(t) {
|
|
956
|
-
return
|
|
956
|
+
return gt(ft(t)).left + Sa(t).scrollLeft;
|
|
957
957
|
}
|
|
958
958
|
function Wt(t) {
|
|
959
959
|
if (pt(t) === "html")
|
|
@@ -972,7 +972,7 @@ function Gt(t, o) {
|
|
|
972
972
|
return a ? o.concat(n, n.visualViewport || [], Ta(l) ? l : []) : o.concat(l, Gt(l));
|
|
973
973
|
}
|
|
974
974
|
function Vl(t, o, e) {
|
|
975
|
-
return o === "viewport" ?
|
|
975
|
+
return o === "viewport" ? yt(function(l, a) {
|
|
976
976
|
const n = Ke(l), r = ft(l), u = n.visualViewport;
|
|
977
977
|
let i = r.clientWidth, d = r.clientHeight, c = 0, f = 0;
|
|
978
978
|
if (u) {
|
|
@@ -981,10 +981,10 @@ function Vl(t, o, e) {
|
|
|
981
981
|
(p || !p && a === "fixed") && (c = u.offsetLeft, f = u.offsetTop);
|
|
982
982
|
}
|
|
983
983
|
return { width: i, height: d, x: c, y: f };
|
|
984
|
-
}(t, e)) : tt(o) ?
|
|
985
|
-
const n =
|
|
984
|
+
}(t, e)) : tt(o) ? yt(function(l, a) {
|
|
985
|
+
const n = gt(l, !0, a === "fixed"), r = n.top + l.clientTop, u = n.left + l.clientLeft, i = nt(l) ? Pt(l) : { x: 1, y: 1 };
|
|
986
986
|
return { width: l.clientWidth * i.x, height: l.clientHeight * i.y, x: u * i.x, y: r * i.y };
|
|
987
|
-
}(o, e)) :
|
|
987
|
+
}(o, e)) : yt(function(l) {
|
|
988
988
|
const a = ft(l), n = Sa(l), r = l.ownerDocument.body, u = jt(a.scrollWidth, a.clientWidth, r.scrollWidth, r.clientWidth), i = jt(a.scrollHeight, a.clientHeight, r.scrollHeight, r.clientHeight);
|
|
989
989
|
let d = -n.scrollLeft + Ao(l);
|
|
990
990
|
const c = -n.scrollTop;
|
|
@@ -1010,12 +1010,12 @@ function Nl(t) {
|
|
|
1010
1010
|
}(t) || o;
|
|
1011
1011
|
}
|
|
1012
1012
|
function Ws(t, o, e) {
|
|
1013
|
-
const l = nt(o), a = ft(o), n =
|
|
1013
|
+
const l = nt(o), a = ft(o), n = gt(t, !0, e === "fixed", o);
|
|
1014
1014
|
let r = { scrollLeft: 0, scrollTop: 0 };
|
|
1015
1015
|
const u = { x: 0, y: 0 };
|
|
1016
1016
|
if (l || !l && e !== "fixed")
|
|
1017
1017
|
if ((pt(o) !== "body" || Ta(a)) && (r = Sa(o)), nt(o)) {
|
|
1018
|
-
const i =
|
|
1018
|
+
const i = gt(o, !0);
|
|
1019
1019
|
u.x = i.x + o.clientLeft, u.y = i.y + o.clientTop;
|
|
1020
1020
|
} else
|
|
1021
1021
|
a && (u.x = Ao(a));
|
|
@@ -1048,7 +1048,7 @@ const Us = { getClippingRect: function(t) {
|
|
|
1048
1048
|
let r = { scrollLeft: 0, scrollTop: 0 }, u = { x: 1, y: 1 };
|
|
1049
1049
|
const i = { x: 0, y: 0 };
|
|
1050
1050
|
if ((a || !a && l !== "fixed") && ((pt(e) !== "body" || Ta(n)) && (r = Sa(e)), nt(e))) {
|
|
1051
|
-
const d =
|
|
1051
|
+
const d = gt(e);
|
|
1052
1052
|
u = Pt(e), i.x = d.x + e.clientLeft, i.y = d.y + e.clientTop;
|
|
1053
1053
|
}
|
|
1054
1054
|
return { width: o.width * u.x, height: o.height * u.y, x: o.x * u.x - r.scrollLeft * u.x + i.x, y: o.y * u.y - r.scrollTop * u.y + i.y };
|
|
@@ -1072,9 +1072,9 @@ function Fo(t, o, e, l) {
|
|
|
1072
1072
|
v || e(), v = !1;
|
|
1073
1073
|
}), tt(t) && !u && f.observe(t), tt(t) || !t.contextElement || u || f.observe(t.contextElement), f.observe(o);
|
|
1074
1074
|
}
|
|
1075
|
-
let p = u ?
|
|
1075
|
+
let p = u ? gt(t) : null;
|
|
1076
1076
|
return u && function v() {
|
|
1077
|
-
const m =
|
|
1077
|
+
const m = gt(t);
|
|
1078
1078
|
!p || m.x === p.x && m.y === p.y && m.width === p.width && m.height === p.height || e(), p = m, c = requestAnimationFrame(v);
|
|
1079
1079
|
}(), e(), () => {
|
|
1080
1080
|
var v;
|
|
@@ -1198,12 +1198,12 @@ function Po(t, o, e) {
|
|
|
1198
1198
|
}), de(a, A, {
|
|
1199
1199
|
flush: "sync"
|
|
1200
1200
|
}), uo() && co($), {
|
|
1201
|
-
x:
|
|
1202
|
-
y:
|
|
1203
|
-
strategy:
|
|
1204
|
-
placement:
|
|
1205
|
-
middlewareData:
|
|
1206
|
-
isPositioned:
|
|
1201
|
+
x: Tt(f),
|
|
1202
|
+
y: Tt(p),
|
|
1203
|
+
strategy: Tt(v),
|
|
1204
|
+
placement: Tt(m),
|
|
1205
|
+
middlewareData: Tt(B),
|
|
1206
|
+
isPositioned: Tt(w),
|
|
1207
1207
|
floatingStyles: _,
|
|
1208
1208
|
update: g
|
|
1209
1209
|
};
|
|
@@ -1353,7 +1353,7 @@ function vr(t, o) {
|
|
|
1353
1353
|
return Number.isNaN(n) ? t : n + a;
|
|
1354
1354
|
}
|
|
1355
1355
|
function pr(t) {
|
|
1356
|
-
return t ||
|
|
1356
|
+
return t || Bt();
|
|
1357
1357
|
}
|
|
1358
1358
|
function Ro(...t) {
|
|
1359
1359
|
if (t.length !== 1)
|
|
@@ -1579,7 +1579,7 @@ function qe(...t) {
|
|
|
1579
1579
|
}, r);
|
|
1580
1580
|
}
|
|
1581
1581
|
function hr() {
|
|
1582
|
-
const t = H(!1), o =
|
|
1582
|
+
const t = H(!1), o = Bt();
|
|
1583
1583
|
return o && He(() => {
|
|
1584
1584
|
t.value = !0;
|
|
1585
1585
|
}, o), t;
|
|
@@ -2288,7 +2288,7 @@ const Er = ["id"], Lr = ["id"], Rr = ["innerHTML"], zr = ["innerHTML"], dl = /*
|
|
|
2288
2288
|
}), { isOutside: C } = El(f), { isOutside: x } = El(m), E = (q) => {
|
|
2289
2289
|
const se = q ?? new Event("click");
|
|
2290
2290
|
u.value ? M(se) : D();
|
|
2291
|
-
}, I = (q, se = {}) => new
|
|
2291
|
+
}, I = (q, se = {}) => new wt(q, {
|
|
2292
2292
|
cancelable: !1,
|
|
2293
2293
|
target: f.value || null,
|
|
2294
2294
|
relatedTarget: null,
|
|
@@ -2348,12 +2348,12 @@ const Er = ["id"], Lr = ["id"], Rr = ["innerHTML"], zr = ["innerHTML"], dl = /*
|
|
|
2348
2348
|
const Q = () => {
|
|
2349
2349
|
var q;
|
|
2350
2350
|
if (a.target) {
|
|
2351
|
-
const se =
|
|
2351
|
+
const se = mt(a.target);
|
|
2352
2352
|
se ? m.value = se : console.warn("Target element not found", a.target);
|
|
2353
2353
|
} else
|
|
2354
2354
|
m.value = (q = B.value) == null ? void 0 : q.nextElementSibling;
|
|
2355
2355
|
if (a.reference) {
|
|
2356
|
-
const se =
|
|
2356
|
+
const se = mt(a.reference);
|
|
2357
2357
|
se ? p.value = se : console.warn("Reference element not found", a.reference);
|
|
2358
2358
|
} else
|
|
2359
2359
|
p.value = m.value;
|
|
@@ -2387,7 +2387,7 @@ const Er = ["id"], Lr = ["id"], Rr = ["innerHTML"], zr = ["innerHTML"], dl = /*
|
|
|
2387
2387
|
toggle: E,
|
|
2388
2388
|
showState: u.value
|
|
2389
2389
|
}),
|
|
2390
|
-
(b(), L(
|
|
2390
|
+
(b(), L(_t, {
|
|
2391
2391
|
to: s(a).teleportTo,
|
|
2392
2392
|
disabled: !s(a).teleportTo || s(a).teleportDisabled
|
|
2393
2393
|
}, [
|
|
@@ -2504,7 +2504,7 @@ const Er = ["id"], Lr = ["id"], Rr = ["innerHTML"], zr = ["innerHTML"], dl = /*
|
|
|
2504
2504
|
return e && typeof e == "function" ? e(l, o, t) : l;
|
|
2505
2505
|
}, la = (t, o, e, l = e) => o.reduce((a, n) => (t[n] && a.push(
|
|
2506
2506
|
[l, n.replace(e, ""), t[n]].filter((r) => r && typeof r != "boolean").join("-").toLowerCase()
|
|
2507
|
-
), a), []),
|
|
2507
|
+
), a), []), mt = (t) => {
|
|
2508
2508
|
if (t)
|
|
2509
2509
|
return typeof t == "string" ? typeof document > "u" ? void 0 : document.getElementById(t) ?? document.querySelector(t) ?? void 0 : t.$el ?? t;
|
|
2510
2510
|
}, Dr = (t, o) => ((t == null ? void 0 : t()) ?? []).reduce((e, l) => (typeof l.type == "symbol" ? e = e.concat(l.children) : e.push(l), e), []).filter((e) => {
|
|
@@ -2588,7 +2588,7 @@ const Er = ["id"], Lr = ["id"], Rr = ["innerHTML"], zr = ["innerHTML"], dl = /*
|
|
|
2588
2588
|
"bottom-start": "bottom-0 start-0",
|
|
2589
2589
|
"bottom-center": "bottom-0 start-50 translate-middle-x",
|
|
2590
2590
|
"bottom-end": "bottom-0 end-0"
|
|
2591
|
-
},
|
|
2591
|
+
}, Ct = (t, o) => {
|
|
2592
2592
|
const e = T(o), l = T(t), a = T(() => Qr(l.value)), n = h(
|
|
2593
2593
|
() => a.value ? pl(
|
|
2594
2594
|
l.value,
|
|
@@ -2680,7 +2680,7 @@ function oi(t, o = vn("injectSelf")) {
|
|
|
2680
2680
|
return e[t];
|
|
2681
2681
|
}
|
|
2682
2682
|
function vn(t, o) {
|
|
2683
|
-
const e =
|
|
2683
|
+
const e = Bt();
|
|
2684
2684
|
if (!e)
|
|
2685
2685
|
throw new Error(`[Bvn] ${t} ${o || "must be called from inside a setup function"}`);
|
|
2686
2686
|
return e;
|
|
@@ -2746,7 +2746,7 @@ function U(t, o) {
|
|
|
2746
2746
|
const { props: e, provideSubDefaults: l } = ri(t, o);
|
|
2747
2747
|
return l(), e;
|
|
2748
2748
|
}
|
|
2749
|
-
const
|
|
2749
|
+
const kt = (t) => h(() => {
|
|
2750
2750
|
const o = xe(t);
|
|
2751
2751
|
return o === !0 ? "is-valid" : o === !1 ? "is-invalid" : null;
|
|
2752
2752
|
}), mn = (t) => h(() => {
|
|
@@ -2759,7 +2759,7 @@ const Tt = (t) => h(() => {
|
|
|
2759
2759
|
[`form-control-${o.size}`]: o.size !== void 0 && o.size !== "md" && o.button === !1
|
|
2760
2760
|
};
|
|
2761
2761
|
}), bn = (t) => {
|
|
2762
|
-
const o = T(t), e =
|
|
2762
|
+
const o = T(t), e = kt(() => o.value.state ?? null);
|
|
2763
2763
|
return h(() => [
|
|
2764
2764
|
e.value,
|
|
2765
2765
|
{
|
|
@@ -2889,7 +2889,7 @@ const Tt = (t) => h(() => {
|
|
|
2889
2889
|
dispose: o
|
|
2890
2890
|
};
|
|
2891
2891
|
}, ui = (t, o) => {
|
|
2892
|
-
const { pushRegistry: e, pushStack: l, removeStack: a, stack: n, dispose: r, countStack: u } = bl(), i =
|
|
2892
|
+
const { pushRegistry: e, pushStack: l, removeStack: a, stack: n, dispose: r, countStack: u } = bl(), i = Bt();
|
|
2893
2893
|
if (!i || i.type.__name !== "BModal")
|
|
2894
2894
|
throw new Error("useModalManager must only use in BModal component");
|
|
2895
2895
|
e == null || e(i), rt(() => {
|
|
@@ -2914,7 +2914,7 @@ const Tt = (t) => h(() => {
|
|
|
2914
2914
|
)
|
|
2915
2915
|
};
|
|
2916
2916
|
}, di = (t = void 0) => {
|
|
2917
|
-
const { registry: o } = bl(), e =
|
|
2917
|
+
const { registry: o } = bl(), e = Bt(), l = (r) => r.parent ? r.parent.type.__name === "BModal" ? r.parent : l(r.parent) : null, a = h(() => {
|
|
2918
2918
|
const r = xe(t);
|
|
2919
2919
|
return r ? (o == null ? void 0 : o.value.find((u) => {
|
|
2920
2920
|
var i;
|
|
@@ -2993,7 +2993,7 @@ const Tt = (t) => h(() => {
|
|
|
2993
2993
|
});
|
|
2994
2994
|
});
|
|
2995
2995
|
}, Cn = (t, o, e = {}) => {
|
|
2996
|
-
const l = T(t), a = T(o), n = H(
|
|
2996
|
+
const l = T(t), a = T(o), n = H(mt(l.value)), r = H(mt(a.value));
|
|
2997
2997
|
de([l, a], () => {
|
|
2998
2998
|
k();
|
|
2999
2999
|
});
|
|
@@ -3006,16 +3006,16 @@ const Tt = (t) => h(() => {
|
|
|
3006
3006
|
threshold: p = [0.1, 0.5, 1],
|
|
3007
3007
|
watchChanges: v = !0
|
|
3008
3008
|
} = e, m = H(null), B = H([]), w = H([]);
|
|
3009
|
-
|
|
3009
|
+
Bt() ? He(() => {
|
|
3010
3010
|
ja(l, n, {
|
|
3011
3011
|
transform: {
|
|
3012
|
-
ltr: (P) =>
|
|
3012
|
+
ltr: (P) => mt(P)
|
|
3013
3013
|
},
|
|
3014
3014
|
direction: "ltr",
|
|
3015
3015
|
immediate: !0
|
|
3016
3016
|
}), ja(a, r, {
|
|
3017
3017
|
transform: {
|
|
3018
|
-
ltr: (P) =>
|
|
3018
|
+
ltr: (P) => mt(P)
|
|
3019
3019
|
},
|
|
3020
3020
|
direction: "ltr",
|
|
3021
3021
|
immediate: !0
|
|
@@ -3054,7 +3054,7 @@ const Tt = (t) => h(() => {
|
|
|
3054
3054
|
g ? F = ((z = [...B.value].reverse().find((E) => E.visible)) == null ? void 0 : z.id) || null : F = ((C = B.value.find((E) => E.visible)) == null ? void 0 : C.id) || null, F !== null && (m.value = F), m.value || (m.value = ((x = B.value[0]) == null ? void 0 : x.id) || null);
|
|
3055
3055
|
},
|
|
3056
3056
|
{
|
|
3057
|
-
root: c ?
|
|
3057
|
+
root: c ? mt(c) : y,
|
|
3058
3058
|
rootMargin: f,
|
|
3059
3059
|
threshold: p
|
|
3060
3060
|
}
|
|
@@ -3218,7 +3218,7 @@ const Tt = (t) => h(() => {
|
|
|
3218
3218
|
},
|
|
3219
3219
|
emits: ["click"],
|
|
3220
3220
|
setup(t, { emit: o }) {
|
|
3221
|
-
const l = U(t, "BLink"), a = o, n = Lt(), r = Ve(fl, null), u = Ve(vl, null), i =
|
|
3221
|
+
const l = U(t, "BLink"), a = o, n = Lt(), r = Ve(fl, null), u = Ve(vl, null), i = Bt(), d = h(() => {
|
|
3222
3222
|
const B = l.routerComponentName.split("-").map((_) => _.charAt(0).toUpperCase() + _.slice(1)).join("");
|
|
3223
3223
|
return !((i == null ? void 0 : i.appContext.app.component(B)) !== void 0) || l.disabled || !l.to ? "a" : l.routerComponentName;
|
|
3224
3224
|
}), c = h(() => {
|
|
@@ -3432,7 +3432,7 @@ const Tt = (t) => h(() => {
|
|
|
3432
3432
|
}),
|
|
3433
3433
|
emits: /* @__PURE__ */ be(["close", "close-countdown", "hide", "hidden", "show", "shown", "show-prevented", "hide-prevented"], ["update:modelValue"]),
|
|
3434
3434
|
setup(t, { expose: o, emit: e }) {
|
|
3435
|
-
const a = U(t, "BToast"), n = e, r = H(null), u = ul(r), i = we(t, "modelValue"), { computedLink: d, computedLinkProps: c } =
|
|
3435
|
+
const a = U(t, "BToast"), n = e, r = H(null), u = ul(r), i = we(t, "modelValue"), { computedLink: d, computedLinkProps: c } = Ct(a), f = Be(() => a.interval), p = st(a), v = T(() => typeof i.value == "boolean" ? 0 : i.value), {
|
|
3436
3436
|
isActive: m,
|
|
3437
3437
|
pause: B,
|
|
3438
3438
|
restart: w,
|
|
@@ -3463,7 +3463,7 @@ const Tt = (t) => h(() => {
|
|
|
3463
3463
|
}
|
|
3464
3464
|
_();
|
|
3465
3465
|
});
|
|
3466
|
-
const K = (C, x = {}) => new
|
|
3466
|
+
const K = (C, x = {}) => new wt(C, {
|
|
3467
3467
|
cancelable: !1,
|
|
3468
3468
|
target: r.value || null,
|
|
3469
3469
|
relatedTarget: null,
|
|
@@ -3624,7 +3624,7 @@ const Tt = (t) => h(() => {
|
|
|
3624
3624
|
* tabbable 6.2.0
|
|
3625
3625
|
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
3626
3626
|
*/
|
|
3627
|
-
var Fn = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])", "a[href]:not([inert])", "button:not([inert])", "[tabindex]:not(slot):not([inert])", "audio[controls]:not([inert])", "video[controls]:not([inert])", '[contenteditable]:not([contenteditable="false"]):not([inert])', "details>summary:first-of-type:not([inert])", "details:not([inert])"], ha = /* @__PURE__ */ Fn.join(","), Nn = typeof Element > "u",
|
|
3627
|
+
var Fn = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])", "a[href]:not([inert])", "button:not([inert])", "[tabindex]:not(slot):not([inert])", "audio[controls]:not([inert])", "video[controls]:not([inert])", '[contenteditable]:not([contenteditable="false"]):not([inert])', "details>summary:first-of-type:not([inert])", "details:not([inert])"], ha = /* @__PURE__ */ Fn.join(","), Nn = typeof Element > "u", ht = Nn ? function() {
|
|
3628
3628
|
} : Element.prototype.matches || Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector, Ba = !Nn && Element.prototype.getRootNode ? function(t) {
|
|
3629
3629
|
var o;
|
|
3630
3630
|
return t == null || (o = t.getRootNode) === null || o === void 0 ? void 0 : o.call(t);
|
|
@@ -3642,7 +3642,7 @@ var Fn = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
3642
3642
|
if (_a(o))
|
|
3643
3643
|
return [];
|
|
3644
3644
|
var a = Array.prototype.slice.apply(o.querySelectorAll(ha));
|
|
3645
|
-
return e &&
|
|
3645
|
+
return e && ht.call(o, ha) && a.unshift(o), a = a.filter(l), a;
|
|
3646
3646
|
}, Pn = function t(o, e, l) {
|
|
3647
3647
|
for (var a = [], n = Array.from(o); n.length; ) {
|
|
3648
3648
|
var r = n.shift();
|
|
@@ -3654,7 +3654,7 @@ var Fn = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
3654
3654
|
candidates: d
|
|
3655
3655
|
});
|
|
3656
3656
|
} else {
|
|
3657
|
-
var c =
|
|
3657
|
+
var c = ht.call(r, ha);
|
|
3658
3658
|
c && l.filter(r) && (e || !o.includes(r)) && a.push(r);
|
|
3659
3659
|
var f = r.shadowRoot || // check for an undisclosed shadow
|
|
3660
3660
|
typeof l.getShadowRoot == "function" && l.getShadowRoot(r), p = !_a(f, !1) && (!l.shadowRootFilter || l.shadowRootFilter(r));
|
|
@@ -3671,12 +3671,12 @@ var Fn = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
3671
3671
|
return a;
|
|
3672
3672
|
}, In = function(o) {
|
|
3673
3673
|
return !isNaN(parseInt(o.getAttribute("tabindex"), 10));
|
|
3674
|
-
},
|
|
3674
|
+
}, bt = function(o) {
|
|
3675
3675
|
if (!o)
|
|
3676
3676
|
throw new Error("No node provided");
|
|
3677
3677
|
return o.tabIndex < 0 && (/^(AUDIO|VIDEO|DETAILS)$/.test(o.tagName) || gi(o)) && !In(o) ? 0 : o.tabIndex;
|
|
3678
3678
|
}, hi = function(o, e) {
|
|
3679
|
-
var l =
|
|
3679
|
+
var l = bt(o);
|
|
3680
3680
|
return l < 0 && e && !In(o) ? 0 : l;
|
|
3681
3681
|
}, Bi = function(o, e) {
|
|
3682
3682
|
return o.tabIndex === e.tabIndex ? o.documentOrder - e.documentOrder : o.tabIndex - e.tabIndex;
|
|
@@ -3730,8 +3730,8 @@ var Fn = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
3730
3730
|
var l = e.displayCheck, a = e.getShadowRoot;
|
|
3731
3731
|
if (getComputedStyle(o).visibility === "hidden")
|
|
3732
3732
|
return !0;
|
|
3733
|
-
var n =
|
|
3734
|
-
if (
|
|
3733
|
+
var n = ht.call(o, "details>summary:first-of-type"), r = n ? o.parentElement : o;
|
|
3734
|
+
if (ht.call(r, "details:not([open]) *"))
|
|
3735
3735
|
return !0;
|
|
3736
3736
|
if (!l || l === "full" || l === "legacy-full") {
|
|
3737
3737
|
if (typeof a == "function") {
|
|
@@ -3757,7 +3757,7 @@ var Fn = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
3757
3757
|
for (var l = 0; l < e.children.length; l++) {
|
|
3758
3758
|
var a = e.children.item(l);
|
|
3759
3759
|
if (a.tagName === "LEGEND")
|
|
3760
|
-
return
|
|
3760
|
+
return ht.call(e, "fieldset[disabled] *") ? !0 : !a.contains(o);
|
|
3761
3761
|
}
|
|
3762
3762
|
return !0;
|
|
3763
3763
|
}
|
|
@@ -3771,7 +3771,7 @@ var Fn = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
3771
3771
|
_a(e) || _i(e) || $i(e, o) || // For a details element with a summary, the summary element gets the focus
|
|
3772
3772
|
wi(e) || Ai(e));
|
|
3773
3773
|
}, qa = function(o, e) {
|
|
3774
|
-
return !(Si(e) ||
|
|
3774
|
+
return !(Si(e) || bt(e) < 0 || !wa(o, e));
|
|
3775
3775
|
}, Vi = function(o) {
|
|
3776
3776
|
var e = parseInt(o.getAttribute("tabindex"), 10);
|
|
3777
3777
|
return !!(isNaN(e) || e >= 0);
|
|
@@ -3806,14 +3806,14 @@ var Fn = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])",
|
|
|
3806
3806
|
flatten: !0,
|
|
3807
3807
|
getShadowRoot: e.getShadowRoot
|
|
3808
3808
|
}) : l = On(o, e.includeContainer, wa.bind(null, e)), l;
|
|
3809
|
-
},
|
|
3809
|
+
}, St = function(o, e) {
|
|
3810
3810
|
if (e = e || {}, !o)
|
|
3811
3811
|
throw new Error("No node provided");
|
|
3812
|
-
return
|
|
3812
|
+
return ht.call(o, ha) === !1 ? !1 : qa(e, o);
|
|
3813
3813
|
}, Pi = /* @__PURE__ */ Fn.concat("iframe").join(","), Pa = function(o, e) {
|
|
3814
3814
|
if (e = e || {}, !o)
|
|
3815
3815
|
throw new Error("No node provided");
|
|
3816
|
-
return
|
|
3816
|
+
return ht.call(o, Pi) === !1 ? !1 : wa(e, o);
|
|
3817
3817
|
};
|
|
3818
3818
|
/*!
|
|
3819
3819
|
* focus-trap 7.5.4
|
|
@@ -3990,11 +3990,11 @@ var ql = {
|
|
|
3990
3990
|
}, p = function() {
|
|
3991
3991
|
if (r.containerGroups = r.containers.map(function(F) {
|
|
3992
3992
|
var N = Ni(F, n.tabbableOptions), z = Oi(F, n.tabbableOptions), C = N.length > 0 ? N[0] : void 0, x = N.length > 0 ? N[N.length - 1] : void 0, E = z.find(function(D) {
|
|
3993
|
-
return
|
|
3993
|
+
return St(D);
|
|
3994
3994
|
}), I = z.slice().reverse().find(function(D) {
|
|
3995
|
-
return
|
|
3995
|
+
return St(D);
|
|
3996
3996
|
}), X = !!N.find(function(D) {
|
|
3997
|
-
return
|
|
3997
|
+
return bt(D) > 0;
|
|
3998
3998
|
});
|
|
3999
3999
|
return {
|
|
4000
4000
|
container: F,
|
|
@@ -4028,9 +4028,9 @@ var ql = {
|
|
|
4028
4028
|
nextTabbableNode: function(M) {
|
|
4029
4029
|
var Q = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0, Z = N.indexOf(M);
|
|
4030
4030
|
return Z < 0 ? Q ? z.slice(z.indexOf(M) + 1).find(function(q) {
|
|
4031
|
-
return
|
|
4031
|
+
return St(q);
|
|
4032
4032
|
}) : z.slice(0, z.indexOf(M)).reverse().find(function(q) {
|
|
4033
|
-
return
|
|
4033
|
+
return St(q);
|
|
4034
4034
|
}) : N[Z + (Q ? 1 : -1)];
|
|
4035
4035
|
}
|
|
4036
4036
|
};
|
|
@@ -4072,9 +4072,9 @@ var ql = {
|
|
|
4072
4072
|
var te = ie.firstTabbableNode;
|
|
4073
4073
|
return N === te;
|
|
4074
4074
|
});
|
|
4075
|
-
if (D < 0 && (X.container === N || Pa(N, n.tabbableOptions) && !
|
|
4075
|
+
if (D < 0 && (X.container === N || Pa(N, n.tabbableOptions) && !St(N, n.tabbableOptions) && !X.nextTabbableNode(N, !1)) && (D = I), D >= 0) {
|
|
4076
4076
|
var M = D === 0 ? r.tabbableGroups.length - 1 : D - 1, Q = r.tabbableGroups[M];
|
|
4077
|
-
E =
|
|
4077
|
+
E = bt(N) >= 0 ? Q.lastTabbableNode : Q.lastDomTabbableNode;
|
|
4078
4078
|
} else
|
|
4079
4079
|
qt(z) || (E = X.nextTabbableNode(N, !1));
|
|
4080
4080
|
} else {
|
|
@@ -4082,9 +4082,9 @@ var ql = {
|
|
|
4082
4082
|
var te = ie.lastTabbableNode;
|
|
4083
4083
|
return N === te;
|
|
4084
4084
|
});
|
|
4085
|
-
if (Z < 0 && (X.container === N || Pa(N, n.tabbableOptions) && !
|
|
4085
|
+
if (Z < 0 && (X.container === N || Pa(N, n.tabbableOptions) && !St(N, n.tabbableOptions) && !X.nextTabbableNode(N)) && (Z = I), Z >= 0) {
|
|
4086
4086
|
var q = Z === r.tabbableGroups.length - 1 ? 0 : Z + 1, se = r.tabbableGroups[q];
|
|
4087
|
-
E =
|
|
4087
|
+
E = bt(N) >= 0 ? se.firstTabbableNode : se.firstDomTabbableNode;
|
|
4088
4088
|
} else
|
|
4089
4089
|
qt(z) || (E = X.nextTabbableNode(N));
|
|
4090
4090
|
}
|
|
@@ -4116,7 +4116,7 @@ var ql = {
|
|
|
4116
4116
|
F.stopImmediatePropagation();
|
|
4117
4117
|
var C, x = !0;
|
|
4118
4118
|
if (r.mostRecentlyFocusedNode)
|
|
4119
|
-
if (
|
|
4119
|
+
if (bt(r.mostRecentlyFocusedNode) > 0) {
|
|
4120
4120
|
var E = d(r.mostRecentlyFocusedNode), I = r.containerGroups[E].tabbableNodes;
|
|
4121
4121
|
if (I.length > 0) {
|
|
4122
4122
|
var X = I.findIndex(function(D) {
|
|
@@ -4127,7 +4127,7 @@ var ql = {
|
|
|
4127
4127
|
} else
|
|
4128
4128
|
r.containerGroups.some(function(D) {
|
|
4129
4129
|
return D.tabbableNodes.some(function(M) {
|
|
4130
|
-
return
|
|
4130
|
+
return bt(M) > 0;
|
|
4131
4131
|
});
|
|
4132
4132
|
}) || (x = !1);
|
|
4133
4133
|
else
|
|
@@ -4387,7 +4387,7 @@ const Ln = ({
|
|
|
4387
4387
|
}),
|
|
4388
4388
|
emits: /* @__PURE__ */ be(["click"], ["update:pressed"]),
|
|
4389
4389
|
setup(t, { emit: o }) {
|
|
4390
|
-
const l = U(t, "BButton"), a = o, n = we(t, "pressed"), { computedLink: r, computedLinkProps: u } =
|
|
4390
|
+
const l = U(t, "BButton"), a = o, n = we(t, "pressed"), { computedLink: r, computedLinkProps: u } = Ct(l, [
|
|
4391
4391
|
"active-class",
|
|
4392
4392
|
"exact-active-class",
|
|
4393
4393
|
"replace",
|
|
@@ -4581,7 +4581,7 @@ const Ln = ({
|
|
|
4581
4581
|
{
|
|
4582
4582
|
"visually-hidden": a.titleSrOnly
|
|
4583
4583
|
}
|
|
4584
|
-
]), I = T(() => a.cancelDisabled || a.busy), X = T(() => a.okDisabled || a.busy), D = (ee, ye = {}) => new
|
|
4584
|
+
]), I = T(() => a.cancelDisabled || a.busy), X = T(() => a.okDisabled || a.busy), D = (ee, ye = {}) => new wt(ee, {
|
|
4585
4585
|
cancelable: !1,
|
|
4586
4586
|
target: d.value || null,
|
|
4587
4587
|
relatedTarget: null,
|
|
@@ -4659,7 +4659,7 @@ const Ln = ({
|
|
|
4659
4659
|
hide: M,
|
|
4660
4660
|
id: u,
|
|
4661
4661
|
show: Q
|
|
4662
|
-
}), (ee, ye) => (b(), L(
|
|
4662
|
+
}), (ee, ye) => (b(), L(_t, {
|
|
4663
4663
|
to: s(a).teleportTo,
|
|
4664
4664
|
disabled: s(a).teleportDisabled
|
|
4665
4665
|
}, [
|
|
@@ -5078,7 +5078,7 @@ const Ln = ({
|
|
|
5078
5078
|
}),
|
|
5079
5079
|
emits: /* @__PURE__ */ be(["hidden", "hide", "hide-prevented", "show", "show-prevented", "shown"], ["update:modelValue"]),
|
|
5080
5080
|
setup(t, { expose: o, emit: e }) {
|
|
5081
|
-
const a = U(t, "BCollapse"), n = e, r = (A, S = {}) => new
|
|
5081
|
+
const a = U(t, "BCollapse"), n = e, r = (A, S = {}) => new wt(A, {
|
|
5082
5082
|
cancelable: !1,
|
|
5083
5083
|
target: d.value || null,
|
|
5084
5084
|
relatedTarget: null,
|
|
@@ -5386,7 +5386,7 @@ const Ln = ({
|
|
|
5386
5386
|
setup(t, { slots: o, attrs: e }) {
|
|
5387
5387
|
return () => {
|
|
5388
5388
|
var l, a, n;
|
|
5389
|
-
return t.skip ? (l = o.default) == null ? void 0 : l.call(o) : t.tag === "Teleport" ? Ie(
|
|
5389
|
+
return t.skip ? (l = o.default) == null ? void 0 : l.call(o) : t.tag === "Teleport" ? Ie(_t, { to: t.to }, [(a = o.default) == null ? void 0 : a.call(o)]) : Ie(t.tag, { ...e }, [(n = o.default) == null ? void 0 : n.call(o)]);
|
|
5390
5390
|
};
|
|
5391
5391
|
}
|
|
5392
5392
|
}), Wn = /* @__PURE__ */ G({
|
|
@@ -5394,9 +5394,8 @@ const Ln = ({
|
|
|
5394
5394
|
props: {
|
|
5395
5395
|
dotIndicator: { type: Boolean, default: !1 },
|
|
5396
5396
|
pill: { type: Boolean, default: !1 },
|
|
5397
|
-
tag: { default: "span" },
|
|
5398
|
-
textIndicator: { type: Boolean },
|
|
5399
5397
|
placement: { default: void 0 },
|
|
5398
|
+
tag: { default: "span" },
|
|
5400
5399
|
active: { type: Boolean, default: void 0 },
|
|
5401
5400
|
activeClass: { default: void 0 },
|
|
5402
5401
|
disabled: { type: Boolean, default: void 0 },
|
|
@@ -5422,7 +5421,7 @@ const Ln = ({
|
|
|
5422
5421
|
textVariant: { default: null }
|
|
5423
5422
|
},
|
|
5424
5423
|
setup(t) {
|
|
5425
|
-
const e = U(t, "BBadge"), l = st(e), { computedLink: a, computedLinkProps: n } =
|
|
5424
|
+
const e = U(t, "BBadge"), l = st(e), { computedLink: a, computedLinkProps: n } = Ct(e, [
|
|
5426
5425
|
"active",
|
|
5427
5426
|
"activeClass",
|
|
5428
5427
|
"append",
|
|
@@ -5552,7 +5551,7 @@ const Ln = ({
|
|
|
5552
5551
|
},
|
|
5553
5552
|
emits: ["click", "img-error"],
|
|
5554
5553
|
setup(t, { emit: o }) {
|
|
5555
|
-
const e = t, l = o, a = De(), { computedLink: n, computedLinkProps: r } =
|
|
5554
|
+
const e = t, l = o, a = De(), { computedLink: n, computedLinkProps: r } = Ct(e), u = Ve(Zo, null), i = ["sm", null, "lg"], d = Yl * 0.7, c = T(() => !Pe(a.default)), f = T(() => !Pe(a.badge)), p = T(() => !!e.badge || e.badge === "" || f.value), v = T(() => (u == null ? void 0 : u.square.value) || e.square), m = ga(() => e.size), B = ga(() => u == null ? void 0 : u.size.value), w = h(() => B.value ?? m.value), _ = T(() => (u == null ? void 0 : u.variant.value) ?? e.variant), k = T(() => (u == null ? void 0 : u.rounded.value) ?? e.rounded), g = T(() => (u == null ? void 0 : u.roundedTop.value) ?? e.roundedTop), $ = T(() => (u == null ? void 0 : u.roundedBottom.value) ?? e.roundedBottom), y = T(() => (u == null ? void 0 : u.roundedStart.value) ?? e.roundedStart), A = T(() => (u == null ? void 0 : u.roundedEnd.value) ?? e.roundedEnd), S = yl(() => ({
|
|
5556
5555
|
rounded: k.value,
|
|
5557
5556
|
roundedTop: g.value,
|
|
5558
5557
|
roundedBottom: $.value,
|
|
@@ -6849,7 +6848,7 @@ const Ln = ({
|
|
|
6849
6848
|
}, C = () => {
|
|
6850
6849
|
var I, X;
|
|
6851
6850
|
n("toggle");
|
|
6852
|
-
const x = u.value, E = new
|
|
6851
|
+
const x = u.value, E = new wt(x ? "hide" : "show");
|
|
6853
6852
|
if (n(x ? "hide" : "show", E), E.defaultPrevented) {
|
|
6854
6853
|
n(x ? "hide-prevented" : "show-prevented");
|
|
6855
6854
|
return;
|
|
@@ -6920,7 +6919,7 @@ const Ln = ({
|
|
|
6920
6919
|
]),
|
|
6921
6920
|
_: 3
|
|
6922
6921
|
}, 8, ["variant", "size", "disabled", "class", "aria-expanded"])) : ne("", !0),
|
|
6923
|
-
(b(), L(
|
|
6922
|
+
(b(), L(_t, {
|
|
6924
6923
|
to: s(a).teleportTo,
|
|
6925
6924
|
disabled: !s(a).teleportTo || s(a).teleportDisabled
|
|
6926
6925
|
}, [
|
|
@@ -7051,7 +7050,7 @@ const Ln = ({
|
|
|
7051
7050
|
},
|
|
7052
7051
|
emits: ["click"],
|
|
7053
7052
|
setup(t, { emit: o }) {
|
|
7054
|
-
const l = U(t, "BDropdownItem"), a = o, { class: n, ...r } = Lt(), { computedLink: u, computedLinkProps: i } =
|
|
7053
|
+
const l = U(t, "BDropdownItem"), a = o, { class: n, ...r } = Lt(), { computedLink: u, computedLinkProps: i } = Ct(l), d = h(() => [
|
|
7055
7054
|
l.linkClass,
|
|
7056
7055
|
{
|
|
7057
7056
|
active: l.active,
|
|
@@ -7141,26 +7140,22 @@ const Ln = ({
|
|
|
7141
7140
|
novalidate: { type: Boolean, default: !1 },
|
|
7142
7141
|
validated: { type: Boolean, default: !1 }
|
|
7143
7142
|
},
|
|
7144
|
-
|
|
7145
|
-
|
|
7146
|
-
|
|
7147
|
-
"
|
|
7148
|
-
|
|
7149
|
-
})), i = (d) => {
|
|
7150
|
-
n("submit", d);
|
|
7151
|
-
};
|
|
7143
|
+
setup(t, { expose: o }) {
|
|
7144
|
+
const l = U(t, "BForm"), a = H(null), n = h(() => ({
|
|
7145
|
+
"form-floating": l.floating,
|
|
7146
|
+
"was-validated": l.validated
|
|
7147
|
+
}));
|
|
7152
7148
|
return o({
|
|
7153
|
-
element:
|
|
7154
|
-
}), (
|
|
7155
|
-
id: s(
|
|
7149
|
+
element: a
|
|
7150
|
+
}), (r, u) => (b(), O("form", {
|
|
7151
|
+
id: s(l).id,
|
|
7156
7152
|
ref_key: "element",
|
|
7157
|
-
ref:
|
|
7158
|
-
novalidate: s(
|
|
7159
|
-
class: W(
|
|
7160
|
-
onSubmit: mt(i, ["prevent"])
|
|
7153
|
+
ref: a,
|
|
7154
|
+
novalidate: s(l).novalidate,
|
|
7155
|
+
class: W(n.value)
|
|
7161
7156
|
}, [
|
|
7162
|
-
V(
|
|
7163
|
-
],
|
|
7157
|
+
V(r.$slots, "default")
|
|
7158
|
+
], 10, Yu));
|
|
7164
7159
|
}
|
|
7165
7160
|
}), Zu = ["value", "disabled"], Va = /* @__PURE__ */ G({
|
|
7166
7161
|
__name: "BFormSelectOption",
|
|
@@ -7597,7 +7592,7 @@ const Ln = ({
|
|
|
7597
7592
|
}),
|
|
7598
7593
|
emits: ["update:modelValue"],
|
|
7599
7594
|
setup(t, { expose: o }) {
|
|
7600
|
-
const e = De(), a = U(t, "BFormFile"), n = we(t, "modelValue"), r = Ce(() => a.id), u =
|
|
7595
|
+
const e = De(), a = U(t, "BFormFile"), n = we(t, "modelValue"), r = Ce(() => a.id), u = kt(() => a.state), i = H(null), { focused: d } = Re(i, { initialValue: a.autofocus }), c = T(() => !Pe(e.label)), f = h(
|
|
7601
7596
|
() => typeof a.accept == "string" ? a.accept : a.accept.join(",")
|
|
7602
7597
|
), p = h(() => [
|
|
7603
7598
|
u.value,
|
|
@@ -7722,7 +7717,7 @@ const Ln = ({
|
|
|
7722
7717
|
// based on the existence of 'content-col' or 'label-col' props
|
|
7723
7718
|
Object.keys(u.value).length > 0 || Object.keys(d.value).length > 0
|
|
7724
7719
|
)
|
|
7725
|
-
), f =
|
|
7720
|
+
), f = kt(() => t.state), p = ka(
|
|
7726
7721
|
() => t.ariaInvalid,
|
|
7727
7722
|
() => t.state
|
|
7728
7723
|
);
|
|
@@ -7909,7 +7904,7 @@ const Ln = ({
|
|
|
7909
7904
|
setup(t, { expose: o }) {
|
|
7910
7905
|
const l = U(t, "BFormInput"), [a, n] = we(t, "modelValue", {
|
|
7911
7906
|
set: (_) => dn(_, n)
|
|
7912
|
-
}), { input: r, computedId: u, computedAriaInvalid: i, onInput: d, onChange: c, onBlur: f, focus: p, blur: v } = Bn(l, a, n), m =
|
|
7907
|
+
}), { input: r, computedId: u, computedAriaInvalid: i, onInput: d, onChange: c, onBlur: f, focus: p, blur: v } = Bn(l, a, n), m = kt(() => l.state), B = H(!1), w = h(() => {
|
|
7913
7908
|
const _ = l.type === "range", k = l.type === "color";
|
|
7914
7909
|
return [
|
|
7915
7910
|
m.value,
|
|
@@ -8225,7 +8220,7 @@ const Ln = ({
|
|
|
8225
8220
|
}),
|
|
8226
8221
|
emits: ["update:modelValue"],
|
|
8227
8222
|
setup(t, { expose: o }) {
|
|
8228
|
-
const l = U(t, "BFormSelect"), a = we(t, "modelValue"), n = Ce(() => l.id, "input"), r = Be(() => l.selectSize), u =
|
|
8223
|
+
const l = U(t, "BFormSelect"), a = we(t, "modelValue"), n = Ce(() => l.id, "input"), r = Be(() => l.selectSize), u = kt(() => l.state), i = H(null), { focused: d } = Re(i, {
|
|
8229
8224
|
initialValue: l.autofocus
|
|
8230
8225
|
}), c = h(() => [
|
|
8231
8226
|
u.value,
|
|
@@ -8744,7 +8739,7 @@ const Ln = ({
|
|
|
8744
8739
|
}),
|
|
8745
8740
|
emits: /* @__PURE__ */ be(["blur", "focus", "focusin", "focusout", "tag-state"], ["update:modelValue"]),
|
|
8746
8741
|
setup(t, { expose: o, emit: e }) {
|
|
8747
|
-
const a = U(t, "BFormTags"), n = e, r = we(t, "modelValue"), u = Ce(), i = Be(() => a.limit ?? NaN), d =
|
|
8742
|
+
const a = U(t, "BFormTags"), n = e, r = we(t, "modelValue"), u = Ce(), i = Be(() => a.limit ?? NaN), d = kt(() => a.state), c = H(null), { focused: f } = Re(c, {
|
|
8748
8743
|
initialValue: a.autofocus
|
|
8749
8744
|
}), p = T(() => a.inputId || `${u.value}input__`), v = H([...r.value]), m = H(""), B = H(r.value.length > 0), w = H(""), _ = H([]), k = H([]), g = H([]);
|
|
8750
8745
|
ja(r, v, {
|
|
@@ -9012,7 +9007,7 @@ const Ln = ({
|
|
|
9012
9007
|
setup(t, { expose: o }) {
|
|
9013
9008
|
const l = U(t, "BFormTextarea"), [a, n] = we(t, "modelValue", {
|
|
9014
9009
|
set: (_) => dn(_, n)
|
|
9015
|
-
}), { input: r, computedId: u, computedAriaInvalid: i, onInput: d, onChange: c, onBlur: f, focus: p, blur: v } = Bn(l, a, n), m =
|
|
9010
|
+
}), { input: r, computedId: u, computedAriaInvalid: i, onInput: d, onChange: c, onBlur: f, focus: p, blur: v } = Bn(l, a, n), m = kt(() => l.state), B = h(() => [
|
|
9016
9011
|
m.value,
|
|
9017
9012
|
l.plaintext ? "form-control-plaintext" : "form-control",
|
|
9018
9013
|
{
|
|
@@ -9172,7 +9167,7 @@ const Ln = ({
|
|
|
9172
9167
|
variant: { default: void 0 }
|
|
9173
9168
|
},
|
|
9174
9169
|
setup(t) {
|
|
9175
|
-
const e = U(t, "BListGroupItem"), l = Lt(), a = Ve(Yo, null), { computedLink: n } =
|
|
9170
|
+
const e = U(t, "BListGroupItem"), l = Lt(), a = Ve(Yo, null), { computedLink: n } = Ct(e), r = T(() => !e.button && n.value), u = T(
|
|
9176
9171
|
() => a != null && a.numbered.value ? "li" : e.button ? "button" : r.value ? it : e.tag
|
|
9177
9172
|
), i = h(
|
|
9178
9173
|
() => e.action || r.value || e.button || ["a", "router-link", "button", "b-link"].includes(e.tag)
|
|
@@ -9211,7 +9206,7 @@ const Ln = ({
|
|
|
9211
9206
|
modals: a,
|
|
9212
9207
|
show: r,
|
|
9213
9208
|
confirm: u
|
|
9214
|
-
}), (c, f) => (b(), L(
|
|
9209
|
+
}), (c, f) => (b(), L(_t, {
|
|
9215
9210
|
to: s(l).teleportTo,
|
|
9216
9211
|
disabled: s(l).teleportDisabled
|
|
9217
9212
|
}, [
|
|
@@ -9308,7 +9303,7 @@ const Ln = ({
|
|
|
9308
9303
|
novalidate: s(l).novalidate,
|
|
9309
9304
|
validated: s(l).validated,
|
|
9310
9305
|
class: "d-flex",
|
|
9311
|
-
onSubmit:
|
|
9306
|
+
onSubmit: xt(n, ["prevent"])
|
|
9312
9307
|
}), {
|
|
9313
9308
|
default: R(() => [
|
|
9314
9309
|
V(r.$slots, "default")
|
|
@@ -9558,7 +9553,7 @@ const Ln = ({
|
|
|
9558
9553
|
variant: { default: void 0 }
|
|
9559
9554
|
},
|
|
9560
9555
|
setup(t) {
|
|
9561
|
-
const e = U(t, "BNavbarBrand"), { computedLink: l, computedLinkProps: a } =
|
|
9556
|
+
const e = U(t, "BNavbarBrand"), { computedLink: l, computedLinkProps: a } = Ct(e, [
|
|
9562
9557
|
"active",
|
|
9563
9558
|
"activeClass",
|
|
9564
9559
|
"append",
|
|
@@ -9825,7 +9820,7 @@ const Ln = ({
|
|
|
9825
9820
|
visible: u.value,
|
|
9826
9821
|
placement: a.placement,
|
|
9827
9822
|
hide: C
|
|
9828
|
-
})), z = (Q, Z = {}) => new
|
|
9823
|
+
})), z = (Q, Z = {}) => new wt(Q, {
|
|
9829
9824
|
cancelable: !1,
|
|
9830
9825
|
target: v.value || null,
|
|
9831
9826
|
relatedTarget: null,
|
|
@@ -9870,7 +9865,7 @@ const Ln = ({
|
|
|
9870
9865
|
}), o({
|
|
9871
9866
|
hide: C,
|
|
9872
9867
|
show: x
|
|
9873
|
-
}), (Q, Z) => (b(), L(
|
|
9868
|
+
}), (Q, Z) => (b(), L(_t, {
|
|
9874
9869
|
to: s(a).teleportTo,
|
|
9875
9870
|
disabled: s(a).teleportDisabled || p.value
|
|
9876
9871
|
}, [
|
|
@@ -12007,12 +12002,12 @@ const Ln = ({
|
|
|
12007
12002
|
ref_for: !0
|
|
12008
12003
|
}, S.titleLinkAttrs, {
|
|
12009
12004
|
onKeydown: [
|
|
12010
|
-
A[0] || (A[0] = Zt(
|
|
12011
|
-
A[1] || (A[1] = Zt(
|
|
12012
|
-
A[2] || (A[2] = Zt(
|
|
12013
|
-
A[3] || (A[3] = Zt(
|
|
12005
|
+
A[0] || (A[0] = Zt(xt((K) => w(-1), ["stop", "prevent"]), ["left"])),
|
|
12006
|
+
A[1] || (A[1] = Zt(xt((K) => w(1), ["stop", "prevent"]), ["right"])),
|
|
12007
|
+
A[2] || (A[2] = Zt(xt((K) => w(-999), ["stop", "prevent"]), ["page-up"])),
|
|
12008
|
+
A[3] || (A[3] = Zt(xt((K) => w(999), ["stop", "prevent"]), ["page-down"]))
|
|
12014
12009
|
],
|
|
12015
|
-
onClick:
|
|
12010
|
+
onClick: xt((K) => B(K, Y), ["stop", "prevent"])
|
|
12016
12011
|
}), [
|
|
12017
12012
|
S.titleComponent ? (b(), L(fe(S.titleComponent), { key: 0 })) : (b(), O(pe, { key: 1 }, [
|
|
12018
12013
|
ce(oe(S.title), 1)
|
|
@@ -12048,7 +12043,7 @@ const Ln = ({
|
|
|
12048
12043
|
remove: a,
|
|
12049
12044
|
show: r,
|
|
12050
12045
|
toasts: n
|
|
12051
|
-
}), (c, f) => (b(), L(
|
|
12046
|
+
}), (c, f) => (b(), L(_t, {
|
|
12052
12047
|
to: s(l).teleportTo,
|
|
12053
12048
|
disabled: s(l).teleportDisabled
|
|
12054
12049
|
}, [
|
|
@@ -12265,7 +12260,7 @@ const Ln = ({
|
|
|
12265
12260
|
__proto__: null,
|
|
12266
12261
|
BvCarouselEvent: po,
|
|
12267
12262
|
BvEvent: ut,
|
|
12268
|
-
BvTriggerableEvent:
|
|
12263
|
+
BvTriggerableEvent: wt
|
|
12269
12264
|
}, Symbol.toStringTag, { value: "Module" })), yf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12270
12265
|
__proto__: null,
|
|
12271
12266
|
ComponentNames: jn,
|
|
@@ -12411,7 +12406,7 @@ export {
|
|
|
12411
12406
|
hf as BootstrapVueNextResolver,
|
|
12412
12407
|
po as BvCarouselEvent,
|
|
12413
12408
|
ut as BvEvent,
|
|
12414
|
-
|
|
12409
|
+
wt as BvTriggerableEvent,
|
|
12415
12410
|
jn as ComponentNames,
|
|
12416
12411
|
pf as Components,
|
|
12417
12412
|
Xi as ComposableNames,
|