bootstrap-vue-next 0.10.3 → 0.10.4
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 +695 -696
- package/dist/bootstrap-vue-next.mjs.map +1 -1
- package/dist/bootstrap-vue-next.umd.js +1 -1
- package/dist/bootstrap-vue-next.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/BOffcanvas/BOffcanvas.vue +1 -0
- package/src/composables/useSafeScrollLock.ts +11 -12
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
var Dn = Object.defineProperty;
|
|
2
2
|
var jn = (e, t, l) => t in e ? Dn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: l }) : e[t] = l;
|
|
3
3
|
var Ve = (e, t, l) => (jn(e, typeof t != "symbol" ? t + "" : t, l), l);
|
|
4
|
-
import { unref as w, computed as u, ref as x, shallowRef as Ha, watch as se, getCurrentScope as uo, onScopeDispose as co, shallowReadonly as mt, watchEffect as zt, readonly as Ee, effectScope as fo, isRef as xa, toRef as Se, customRef as qn, getCurrentInstance as da, onMounted as Re, nextTick as $e, reactive as $t, defineComponent as H, h as ue, Teleport as Ra, toValue as
|
|
5
|
-
const
|
|
4
|
+
import { unref as w, computed as u, ref as x, shallowRef as Ha, watch as se, getCurrentScope as uo, onScopeDispose as co, shallowReadonly as mt, watchEffect as zt, readonly as Ee, effectScope as fo, isRef as xa, toRef as Se, customRef as qn, getCurrentInstance as da, onMounted as Re, nextTick as $e, reactive as $t, defineComponent as H, h as ue, Teleport as Ra, toValue as it, onActivated as Gn, onBeforeUnmount as vo, openBlock as y, createElementBlock as P, Fragment as ce, createElementVNode as J, renderSlot as A, createVNode as ye, withCtx as D, mergeProps as te, normalizeClass as z, normalizeStyle as He, createTextVNode as re, toDisplayString as K, createCommentVNode as Y, createApp as Wn, provide as Ge, createBlock as M, resolveDynamicComponent as ae, inject as Ae, Transition as Un, normalizeProps as xe, guardReactiveProps as vt, useSlots as Pe, useAttrs as Ma, renderList as be, TransitionGroup as Xn, withDirectives as ut, vShow as ca, isReactive as Kn, onUnmounted as Yn, withModifiers as Da, vModelCheckbox as Jn, vModelRadio as Zn, vModelSelect as Qn, createSlots as ja } from "vue";
|
|
5
|
+
const es = (e) => typeof e == "boolean" || e === "" || e === "true" || e === "false", qa = (e) => typeof e == "boolean" ? e : e === "" || e === "true";
|
|
6
6
|
class Ke {
|
|
7
7
|
constructor(t, l = {}) {
|
|
8
8
|
Ve(this, "cancelable", !0);
|
|
@@ -80,10 +80,10 @@ class po extends Ke {
|
|
|
80
80
|
};
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
|
-
const Sa = (e) => e !== null && typeof e == "object",
|
|
83
|
+
const Sa = (e) => e !== null && typeof e == "object", ts = (e) => /^[0-9]*\.?[0-9]+$/.test(String(e)), as = (e) => Object.prototype.toString.call(e) === "[object Object]", mo = /_/g, go = /([a-z])([A-Z])/g, ls = /(\s|^)(\w)/g, os = /(\s|^)(\w)/, Yt = /\s+/, ns = /^#/, ss = /^#[A-Za-z]+[\w\-:.]*$/, rs = /-u-.+/, is = /[-/\\^$*+?.()|[\]{}]/g, us = /[\s\uFEFF\xA0]+/g, ea = (e, t = 2) => typeof e == "string" ? e : e == null ? "" : Array.isArray(e) || as(e) && e.toString === Object.prototype.toString ? JSON.stringify(e, null, t) : String(e), fl = (e) => e.replace(mo, " ").replace(go, (t, l, a) => `${l} ${a}`).replace(os, (t, l, a) => l + a.toUpperCase()), vl = (e) => e.replace(mo, " ").replace(go, (t, l, a) => `${l} ${a}`).replace(ls, (t, l, a) => l + a.toUpperCase()), ds = (e) => {
|
|
84
84
|
const t = e.trim();
|
|
85
85
|
return t.charAt(0).toUpperCase() + t.slice(1);
|
|
86
|
-
},
|
|
86
|
+
}, cs = (e) => e.replace(is, "\\$&"), fs = (e) => cs(e).replace(us, "\\s"), ba = (e) => `\\${e}`, vs = (e) => {
|
|
87
87
|
const t = ea(e), { length: l } = t, a = t.charCodeAt(0);
|
|
88
88
|
return t.split("").reduce((o, n, s) => {
|
|
89
89
|
const r = t.charCodeAt(s);
|
|
@@ -109,10 +109,10 @@ const Sa = (e) => e !== null && typeof e == "object", as = (e) => /^[0-9]*\.?[0-
|
|
|
109
109
|
)
|
|
110
110
|
);
|
|
111
111
|
}, "");
|
|
112
|
-
}, yo = typeof window < "u", bo = typeof document < "u",
|
|
112
|
+
}, yo = typeof window < "u", bo = typeof document < "u", ps = typeof Element < "u", ms = typeof navigator < "u", gs = yo && bo && ms, pl = yo ? window : {}, Ga = bo ? document : {};
|
|
113
113
|
(() => {
|
|
114
114
|
let e = !1;
|
|
115
|
-
if (
|
|
115
|
+
if (gs)
|
|
116
116
|
try {
|
|
117
117
|
const t = {
|
|
118
118
|
// This function will be called when the browser
|
|
@@ -127,7 +127,7 @@ const Sa = (e) => e !== null && typeof e == "object", as = (e) => /^[0-9]*\.?[0-
|
|
|
127
127
|
}
|
|
128
128
|
return e;
|
|
129
129
|
})();
|
|
130
|
-
const Wa = typeof window < "u",
|
|
130
|
+
const Wa = typeof window < "u", ys = typeof document < "u", bs = typeof navigator < "u", Ua = Wa && ys && bs, ml = Wa ? window : {}, hs = (() => {
|
|
131
131
|
let e = !1;
|
|
132
132
|
if (Ua)
|
|
133
133
|
try {
|
|
@@ -143,28 +143,28 @@ const Wa = typeof window < "u", bs = typeof document < "u", hs = typeof navigato
|
|
|
143
143
|
e = !1;
|
|
144
144
|
}
|
|
145
145
|
return e;
|
|
146
|
-
})(), Le =
|
|
146
|
+
})(), Le = ps ? Element.prototype : void 0, Bs = (Le == null ? void 0 : Le.matches) || (Le == null ? void 0 : Le.msMatchesSelector) || (Le == null ? void 0 : Le.webkitMatchesSelector), Je = (e) => !!(e && e.nodeType === Node.ELEMENT_NODE), Ss = (e) => Je(e) ? e.getBoundingClientRect() : null, ws = (e = []) => {
|
|
147
147
|
const { activeElement: t } = document;
|
|
148
148
|
return t && !e.some((l) => l === t) ? t : null;
|
|
149
|
-
},
|
|
149
|
+
}, $s = (e) => Je(e) && e === ws(), Cs = (e, t = {}) => {
|
|
150
150
|
try {
|
|
151
151
|
e.focus(t);
|
|
152
152
|
} catch (l) {
|
|
153
153
|
console.error(l);
|
|
154
154
|
}
|
|
155
|
-
return
|
|
156
|
-
},
|
|
157
|
-
if (
|
|
155
|
+
return $s(e);
|
|
156
|
+
}, _s = (e, t) => t && Je(e) && e.getAttribute(t) || null, ks = (e) => {
|
|
157
|
+
if (_s(e, "display") === "none")
|
|
158
158
|
return !1;
|
|
159
|
-
const t =
|
|
159
|
+
const t = Ss(e);
|
|
160
160
|
return !!(t && t.height > 0 && t.width > 0);
|
|
161
|
-
}, Oe = (e) => ((e == null ? void 0 : e()) ?? []).length === 0, ho = (e, t) => (Je(t) ? t : Ga).querySelector(e) || null,
|
|
161
|
+
}, Oe = (e) => ((e == null ? void 0 : e()) ?? []).length === 0, ho = (e, t) => (Je(t) ? t : Ga).querySelector(e) || null, Ts = (e, t) => Array.from([(Je(t) ? t : Ga).querySelectorAll(e)]), Xa = (e, t) => t && Je(e) ? e.getAttribute(t) : null, Vs = (e) => Ga.getElementById(/^#/.test(e) ? e.slice(1) : e) || null, Os = (e, t, l) => {
|
|
162
162
|
t && Je(e) && e.setAttribute(t, l);
|
|
163
|
-
},
|
|
163
|
+
}, As = (e, t) => {
|
|
164
164
|
t && Je(e) && e.removeAttribute(t);
|
|
165
|
-
},
|
|
165
|
+
}, Ps = (e, t) => ea(e).toLowerCase() === ea(t).toLowerCase(), qt = Wa ? window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.msRequestAnimationFrame || window.oRequestAnimationFrame || // Fallback, but not a true polyfill
|
|
166
166
|
// Only needed for Opera Mini
|
|
167
|
-
((e) => setTimeout(e, 16)) : (e) => setTimeout(e, 0), Bo = (e, t) => Je(e) ?
|
|
167
|
+
((e) => setTimeout(e, 16)) : (e) => setTimeout(e, 0), Bo = (e, t) => Je(e) ? Bs.call(e, t) : !1, Es = (Le == null ? void 0 : Le.closest) || function(e) {
|
|
168
168
|
let t = this;
|
|
169
169
|
if (!t)
|
|
170
170
|
return null;
|
|
@@ -177,7 +177,7 @@ const Wa = typeof window < "u", bs = typeof document < "u", hs = typeof navigato
|
|
|
177
177
|
}, gl = (e, t, l = !1) => {
|
|
178
178
|
if (!Je(t))
|
|
179
179
|
return null;
|
|
180
|
-
const a =
|
|
180
|
+
const a = Es.call(t, e);
|
|
181
181
|
return l ? a : a === t ? null : a;
|
|
182
182
|
}, wa = (e) => {
|
|
183
183
|
const t = window.getComputedStyle(e), l = t.transitionDelay.split(",")[0] || "", a = t.transitionDuration.split(",")[0] || "", o = Number(l.slice(0, -1)) * 1e3, n = Number(a.slice(0, -1)) * 1e3;
|
|
@@ -192,7 +192,7 @@ const Wa = typeof window < "u", bs = typeof document < "u", hs = typeof navigato
|
|
|
192
192
|
o = l[s];
|
|
193
193
|
}
|
|
194
194
|
return o && typeof o == "function" ? o(t) : o;
|
|
195
|
-
}, lt = (e, t = NaN) => Number.isInteger(e) ? e : t,
|
|
195
|
+
}, lt = (e, t = NaN) => Number.isInteger(e) ? e : t, Fs = (e, t = NaN) => {
|
|
196
196
|
const l = Number.parseInt(e, 10);
|
|
197
197
|
return Number.isNaN(l) ? t : l;
|
|
198
198
|
}, Jt = (e, t = NaN) => {
|
|
@@ -210,7 +210,7 @@ const Wa = typeof window < "u", bs = typeof document < "u", hs = typeof navigato
|
|
|
210
210
|
n.trim() !== "" && (o = o[n]);
|
|
211
211
|
}
|
|
212
212
|
return o === void 0 ? l : o;
|
|
213
|
-
}, bl = (e, t) => t + (e ?
|
|
213
|
+
}, bl = (e, t) => t + (e ? ds(e) : ""), va = (e, t) => e === !0 || e === "true" || e === "" ? "true" : e === "grammar" || e === "spelling" ? e : t === !1 ? "true" : e === !1 || e === "false" ? "false" : void 0, $o = Symbol("carousel"), Co = Symbol("tabs"), _o = Symbol("progress"), ko = Symbol("listGroup"), To = Symbol("avatarGroup"), Vo = Symbol("accordion"), Oo = Symbol("checkboxGroup"), Ao = Symbol("radioGroup"), Ka = Symbol("collapse"), Po = Symbol("collapse"), Ya = Symbol("navbar"), $a = (e, t) => ((e == null ? void 0 : e()) ?? []).reduce((l, a) => (typeof a.type == "symbol" ? l = l.concat(a.children) : l.push(a), l), []).filter((l) => {
|
|
214
214
|
var a;
|
|
215
215
|
return ((a = l.type) == null ? void 0 : a.__name) === t;
|
|
216
216
|
});
|
|
@@ -255,7 +255,7 @@ function hl(e, t, l) {
|
|
|
255
255
|
}
|
|
256
256
|
return v;
|
|
257
257
|
}
|
|
258
|
-
const
|
|
258
|
+
const Is = async (e, t, l) => {
|
|
259
259
|
const { placement: a = "bottom", strategy: o = "absolute", middleware: n = [], platform: s } = l, r = n.filter(Boolean), i = await (s.isRTL == null ? void 0 : s.isRTL(t));
|
|
260
260
|
let p = await s.getElementRects({ reference: e, floating: t, strategy: o }), { x: B, y: v } = hl(p, a, i), m = a, S = {}, h = 0;
|
|
261
261
|
for (let g = 0; g < r.length; g++) {
|
|
@@ -264,7 +264,7 @@ const Ls = async (e, t, l) => {
|
|
|
264
264
|
}
|
|
265
265
|
return { x: B, y: v, placement: m, strategy: o, middlewareData: S };
|
|
266
266
|
};
|
|
267
|
-
function
|
|
267
|
+
function dt(e, t) {
|
|
268
268
|
return typeof e == "function" ? e(t) : e;
|
|
269
269
|
}
|
|
270
270
|
function Za(e) {
|
|
@@ -278,15 +278,15 @@ function _t(e) {
|
|
|
278
278
|
async function Ft(e, t) {
|
|
279
279
|
var l;
|
|
280
280
|
t === void 0 && (t = {});
|
|
281
|
-
const { x: a, y: o, platform: n, rects: s, elements: r, strategy: i } = e, { boundary: p = "clippingAncestors", rootBoundary: B = "viewport", elementContext: v = "floating", altBoundary: m = !1, padding: S = 0 } =
|
|
281
|
+
const { x: a, y: o, platform: n, rects: s, elements: r, strategy: i } = e, { boundary: p = "clippingAncestors", rootBoundary: B = "viewport", elementContext: v = "floating", altBoundary: m = !1, padding: S = 0 } = dt(t, e), h = Za(S), g = r[m ? v === "floating" ? "reference" : "floating" : v], O = _t(await n.getClippingRect({ element: (l = await (n.isElement == null ? void 0 : n.isElement(g))) == null || l ? g : g.contextElement || await (n.getDocumentElement == null ? void 0 : n.getDocumentElement(r.floating)), boundary: p, rootBoundary: B, strategy: i })), b = v === "floating" ? { ...s.floating, x: a, y: o } : s.reference, T = await (n.getOffsetParent == null ? void 0 : n.getOffsetParent(r.floating)), C = await (n.isElement == null ? void 0 : n.isElement(T)) && await (n.getScale == null ? void 0 : n.getScale(T)) || { x: 1, y: 1 }, _ = _t(n.convertOffsetParentRelativeRectToViewportRelativeRect ? await n.convertOffsetParentRelativeRectToViewportRelativeRect({ rect: b, offsetParent: T, strategy: i }) : b);
|
|
282
282
|
return { top: (O.top - _.top + h.top) / C.y, bottom: (_.bottom - O.bottom + h.bottom) / C.y, left: (O.left - _.left + h.left) / C.x, right: (_.right - O.right + h.right) / C.x };
|
|
283
283
|
}
|
|
284
284
|
const kt = Math.min, ta = Math.max;
|
|
285
285
|
function Ca(e, t, l) {
|
|
286
286
|
return ta(e, kt(t, l));
|
|
287
287
|
}
|
|
288
|
-
const
|
|
289
|
-
const { x: l, y: a, placement: o, rects: n, platform: s, elements: r } = t, { element: i, padding: p = 0 } =
|
|
288
|
+
const Ls = (e) => ({ name: "arrow", options: e, async fn(t) {
|
|
289
|
+
const { x: l, y: a, placement: o, rects: n, platform: s, elements: r } = t, { element: i, padding: p = 0 } = dt(e, t) || {};
|
|
290
290
|
if (i == null)
|
|
291
291
|
return {};
|
|
292
292
|
const B = Za(p), v = { x: l, y: a }, m = Ot(o), S = Ja(m), h = await s.getDimensions(i), g = m === "y", O = g ? "top" : "left", b = g ? "bottom" : "right", T = g ? "clientHeight" : "clientWidth", C = n.reference[S] + n.reference[m] - v[m] - n.floating[S], _ = v[m] - n.reference[m], $ = await (s.getOffsetParent == null ? void 0 : s.getOffsetParent(i));
|
|
@@ -294,9 +294,9 @@ const Ns = (e) => ({ name: "arrow", options: e, async fn(t) {
|
|
|
294
294
|
k && await (s.isElement == null ? void 0 : s.isElement($)) || (k = r.floating[T] || n.floating[S]);
|
|
295
295
|
const c = C / 2 - _ / 2, V = k / 2 - h[S] / 2 - 1, F = kt(B[O], V), f = kt(B[b], V), L = F, I = k - h[S] - f, N = k / 2 - h[S] / 2 + c, X = Ca(L, N, I), ee = Xe(o) != null && N != X && n.reference[S] / 2 - (N < L ? F : f) - h[S] / 2 < 0 ? N < L ? L - N : I - N : 0;
|
|
296
296
|
return { [m]: v[m] - ee, data: { [m]: X, centerOffset: N - X + ee } };
|
|
297
|
-
} }), Eo = ["top", "right", "bottom", "left"], Bl = Eo.reduce((e, t) => e.concat(t, t + "-start", t + "-end"), []),
|
|
297
|
+
} }), Eo = ["top", "right", "bottom", "left"], Bl = Eo.reduce((e, t) => e.concat(t, t + "-start", t + "-end"), []), Ns = { left: "right", right: "left", bottom: "top", top: "bottom" };
|
|
298
298
|
function aa(e) {
|
|
299
|
-
return e.replace(/left|right|bottom|top/g, (t) =>
|
|
299
|
+
return e.replace(/left|right|bottom|top/g, (t) => Ns[t]);
|
|
300
300
|
}
|
|
301
301
|
function Fo(e, t, l) {
|
|
302
302
|
l === void 0 && (l = !1);
|
|
@@ -304,14 +304,14 @@ function Fo(e, t, l) {
|
|
|
304
304
|
let s = o === "x" ? a === (l ? "end" : "start") ? "right" : "left" : a === "start" ? "bottom" : "top";
|
|
305
305
|
return t.reference[n] > t.floating[n] && (s = aa(s)), { main: s, cross: aa(s) };
|
|
306
306
|
}
|
|
307
|
-
const
|
|
307
|
+
const zs = { start: "end", end: "start" };
|
|
308
308
|
function Zt(e) {
|
|
309
|
-
return e.replace(/start|end/g, (t) =>
|
|
309
|
+
return e.replace(/start|end/g, (t) => zs[t]);
|
|
310
310
|
}
|
|
311
|
-
const
|
|
311
|
+
const Hs = function(e) {
|
|
312
312
|
return e === void 0 && (e = {}), { name: "autoPlacement", options: e, async fn(t) {
|
|
313
313
|
var l, a, o;
|
|
314
|
-
const { rects: n, middlewareData: s, placement: r, platform: i, elements: p } = t, { crossAxis: B = !1, alignment: v, allowedPlacements: m = Bl, autoAlignment: S = !0, ...h } =
|
|
314
|
+
const { rects: n, middlewareData: s, placement: r, platform: i, elements: p } = t, { crossAxis: B = !1, alignment: v, allowedPlacements: m = Bl, autoAlignment: S = !0, ...h } = dt(e, t), g = v !== void 0 || m === Bl ? function(f, L, I) {
|
|
315
315
|
return (f ? [...I.filter((N) => Xe(N) === f), ...I.filter((N) => Xe(N) !== f)] : I.filter((N) => De(N) === N)).filter((N) => !f || Xe(N) === f || !!L && Zt(N) !== N);
|
|
316
316
|
}(v || null, S, m) : m, O = await Ft(t, h), b = ((l = s.autoPlacement) == null ? void 0 : l.index) || 0, T = g[b];
|
|
317
317
|
if (T == null)
|
|
@@ -331,7 +331,7 @@ const xs = function(e) {
|
|
|
331
331
|
}, Io = function(e) {
|
|
332
332
|
return e === void 0 && (e = {}), { name: "flip", options: e, async fn(t) {
|
|
333
333
|
var l;
|
|
334
|
-
const { placement: a, middlewareData: o, rects: n, initialPlacement: s, platform: r, elements: i } = t, { mainAxis: p = !0, crossAxis: B = !0, fallbackPlacements: v, fallbackStrategy: m = "bestFit", fallbackAxisSideDirection: S = "none", flipAlignment: h = !0, ...g } =
|
|
334
|
+
const { placement: a, middlewareData: o, rects: n, initialPlacement: s, platform: r, elements: i } = t, { mainAxis: p = !0, crossAxis: B = !0, fallbackPlacements: v, fallbackStrategy: m = "bestFit", fallbackAxisSideDirection: S = "none", flipAlignment: h = !0, ...g } = dt(e, t), O = De(a), b = De(s) === s, T = await (r.isRTL == null ? void 0 : r.isRTL(i.floating)), C = v || (b || !h ? [aa(s)] : function(L) {
|
|
335
335
|
const I = aa(L);
|
|
336
336
|
return [Zt(L), I, Zt(I)];
|
|
337
337
|
}(s));
|
|
@@ -387,9 +387,9 @@ function Sl(e, t) {
|
|
|
387
387
|
function wl(e) {
|
|
388
388
|
return Eo.some((t) => e[t] >= 0);
|
|
389
389
|
}
|
|
390
|
-
const
|
|
390
|
+
const xs = function(e) {
|
|
391
391
|
return e === void 0 && (e = {}), { name: "hide", options: e, async fn(t) {
|
|
392
|
-
const { rects: l } = t, { strategy: a = "referenceHidden", ...o } =
|
|
392
|
+
const { rects: l } = t, { strategy: a = "referenceHidden", ...o } = dt(e, t);
|
|
393
393
|
switch (a) {
|
|
394
394
|
case "referenceHidden": {
|
|
395
395
|
const n = Sl(await Ft(t, { ...o, elementContext: "reference" }), l.reference);
|
|
@@ -408,9 +408,9 @@ function $l(e) {
|
|
|
408
408
|
const t = kt(...e.map((a) => a.left)), l = kt(...e.map((a) => a.top));
|
|
409
409
|
return { x: t, y: l, width: ta(...e.map((a) => a.right)) - t, height: ta(...e.map((a) => a.bottom)) - l };
|
|
410
410
|
}
|
|
411
|
-
const
|
|
411
|
+
const Rs = function(e) {
|
|
412
412
|
return e === void 0 && (e = {}), { name: "inline", options: e, async fn(t) {
|
|
413
|
-
const { placement: l, elements: a, rects: o, platform: n, strategy: s } = t, { padding: r = 2, x: i, y: p } =
|
|
413
|
+
const { placement: l, elements: a, rects: o, platform: n, strategy: s } = t, { padding: r = 2, x: i, y: p } = dt(e, t), B = Array.from(await (n.getClientRects == null ? void 0 : n.getClientRects(a.reference)) || []), v = function(g) {
|
|
414
414
|
const O = g.slice().sort((C, _) => C.y - _.y), b = [];
|
|
415
415
|
let T = null;
|
|
416
416
|
for (let C = 0; C < O.length; C++) {
|
|
@@ -436,14 +436,14 @@ const Ms = function(e) {
|
|
|
436
436
|
}, Lo = function(e) {
|
|
437
437
|
return e === void 0 && (e = 0), { name: "offset", options: e, async fn(t) {
|
|
438
438
|
const { x: l, y: a } = t, o = await async function(n, s) {
|
|
439
|
-
const { placement: r, platform: i, elements: p } = n, B = await (i.isRTL == null ? void 0 : i.isRTL(p.floating)), v = De(r), m = Xe(r), S = Ot(r) === "x", h = ["left", "top"].includes(v) ? -1 : 1, g = B && S ? -1 : 1, O =
|
|
439
|
+
const { placement: r, platform: i, elements: p } = n, B = await (i.isRTL == null ? void 0 : i.isRTL(p.floating)), v = De(r), m = Xe(r), S = Ot(r) === "x", h = ["left", "top"].includes(v) ? -1 : 1, g = B && S ? -1 : 1, O = dt(s, n);
|
|
440
440
|
let { mainAxis: b, crossAxis: T, alignmentAxis: C } = typeof O == "number" ? { mainAxis: O, crossAxis: 0, alignmentAxis: null } : { mainAxis: 0, crossAxis: 0, alignmentAxis: null, ...O };
|
|
441
441
|
return m && typeof C == "number" && (T = m === "end" ? -1 * C : C), S ? { x: T * g, y: b * h } : { x: b * h, y: T * g };
|
|
442
442
|
}(t, e);
|
|
443
443
|
return { x: l + o.x, y: a + o.y, data: o };
|
|
444
444
|
} };
|
|
445
445
|
};
|
|
446
|
-
function
|
|
446
|
+
function Ms(e) {
|
|
447
447
|
return e === "x" ? "y" : "x";
|
|
448
448
|
}
|
|
449
449
|
const No = function(e) {
|
|
@@ -451,7 +451,7 @@ const No = function(e) {
|
|
|
451
451
|
const { x: l, y: a, placement: o } = t, { mainAxis: n = !0, crossAxis: s = !1, limiter: r = { fn: (O) => {
|
|
452
452
|
let { x: b, y: T } = O;
|
|
453
453
|
return { x: b, y: T };
|
|
454
|
-
} }, ...i } =
|
|
454
|
+
} }, ...i } = dt(e, t), p = { x: l, y: a }, B = await Ft(t, i), v = Ot(De(o)), m = Ms(v);
|
|
455
455
|
let S = p[v], h = p[m];
|
|
456
456
|
if (n) {
|
|
457
457
|
const O = v === "y" ? "bottom" : "right";
|
|
@@ -475,7 +475,7 @@ function Ye(e) {
|
|
|
475
475
|
function zo(e) {
|
|
476
476
|
return e instanceof Fe(e).Node;
|
|
477
477
|
}
|
|
478
|
-
function
|
|
478
|
+
function nt(e) {
|
|
479
479
|
return zo(e) ? (e.nodeName || "").toLowerCase() : "#document";
|
|
480
480
|
}
|
|
481
481
|
function je(e) {
|
|
@@ -488,8 +488,8 @@ function It(e) {
|
|
|
488
488
|
const { overflow: t, overflowX: l, overflowY: a, display: o } = Ye(e);
|
|
489
489
|
return /auto|scroll|overlay|hidden|clip/.test(t + a + l) && !["inline", "contents"].includes(o);
|
|
490
490
|
}
|
|
491
|
-
function
|
|
492
|
-
return ["table", "td", "th"].includes(
|
|
491
|
+
function Ds(e) {
|
|
492
|
+
return ["table", "td", "th"].includes(nt(e));
|
|
493
493
|
}
|
|
494
494
|
function _a(e) {
|
|
495
495
|
const t = Qa(), l = Ye(e);
|
|
@@ -499,9 +499,9 @@ function Qa() {
|
|
|
499
499
|
return !(typeof CSS > "u" || !CSS.supports) && CSS.supports("-webkit-backdrop-filter", "none");
|
|
500
500
|
}
|
|
501
501
|
function pa(e) {
|
|
502
|
-
return ["html", "body", "#document"].includes(
|
|
502
|
+
return ["html", "body", "#document"].includes(nt(e));
|
|
503
503
|
}
|
|
504
|
-
const ka = Math.min, Bt = Math.max, la = Math.round, Gt = Math.floor,
|
|
504
|
+
const ka = Math.min, Bt = Math.max, la = Math.round, Gt = Math.floor, st = (e) => ({ x: e, y: e });
|
|
505
505
|
function Ho(e) {
|
|
506
506
|
const t = Ye(e);
|
|
507
507
|
let l = parseFloat(t.width) || 0, a = parseFloat(t.height) || 0;
|
|
@@ -517,24 +517,24 @@ function el(e) {
|
|
|
517
517
|
function St(e) {
|
|
518
518
|
const t = el(e);
|
|
519
519
|
if (!je(t))
|
|
520
|
-
return
|
|
520
|
+
return st(1);
|
|
521
521
|
const l = t.getBoundingClientRect(), { width: a, height: o, $: n } = Ho(t);
|
|
522
522
|
let s = (n ? la(l.width) : l.width) / a, r = (n ? la(l.height) : l.height) / o;
|
|
523
523
|
return s && Number.isFinite(s) || (s = 1), r && Number.isFinite(r) || (r = 1), { x: s, y: r };
|
|
524
524
|
}
|
|
525
|
-
const
|
|
525
|
+
const js = st(0);
|
|
526
526
|
function xo(e) {
|
|
527
527
|
const t = Fe(e);
|
|
528
|
-
return Qa() && t.visualViewport ? { x: t.visualViewport.offsetLeft, y: t.visualViewport.offsetTop } :
|
|
528
|
+
return Qa() && t.visualViewport ? { x: t.visualViewport.offsetLeft, y: t.visualViewport.offsetTop } : js;
|
|
529
529
|
}
|
|
530
530
|
function ct(e, t, l, a) {
|
|
531
531
|
t === void 0 && (t = !1), l === void 0 && (l = !1);
|
|
532
532
|
const o = e.getBoundingClientRect(), n = el(e);
|
|
533
|
-
let s =
|
|
533
|
+
let s = st(1);
|
|
534
534
|
t && (a ? et(a) && (s = St(a)) : s = St(e));
|
|
535
535
|
const r = function(m, S, h) {
|
|
536
536
|
return S === void 0 && (S = !1), !(!h || S && h !== Fe(m)) && S;
|
|
537
|
-
}(n, l, a) ? xo(n) :
|
|
537
|
+
}(n, l, a) ? xo(n) : st(0);
|
|
538
538
|
let i = (o.left + r.x) / s.x, p = (o.top + r.y) / s.y, B = o.width / s.x, v = o.height / s.y;
|
|
539
539
|
if (n) {
|
|
540
540
|
const m = Fe(n), S = a && et(a) ? Fe(a) : a;
|
|
@@ -557,7 +557,7 @@ function Ro(e) {
|
|
|
557
557
|
return ct(tt(e)).left + ma(e).scrollLeft;
|
|
558
558
|
}
|
|
559
559
|
function Tt(e) {
|
|
560
|
-
if (
|
|
560
|
+
if (nt(e) === "html")
|
|
561
561
|
return e;
|
|
562
562
|
const t = e.assignedSlot || e.parentNode || Cl(e) && e.host || tt(e);
|
|
563
563
|
return Cl(t) ? t.host : t;
|
|
@@ -594,7 +594,7 @@ function _l(e, t, l) {
|
|
|
594
594
|
}(tt(e));
|
|
595
595
|
else if (et(t))
|
|
596
596
|
a = function(o, n) {
|
|
597
|
-
const s = ct(o, !0, n === "fixed"), r = s.top + o.clientTop, i = s.left + o.clientLeft, p = je(o) ? St(o) :
|
|
597
|
+
const s = ct(o, !0, n === "fixed"), r = s.top + o.clientTop, i = s.left + o.clientLeft, p = je(o) ? St(o) : st(1);
|
|
598
598
|
return { width: o.clientWidth * p.x, height: o.clientHeight * p.y, x: i * p.x, y: r * p.y };
|
|
599
599
|
}(t, l);
|
|
600
600
|
else {
|
|
@@ -607,12 +607,12 @@ function Do(e, t) {
|
|
|
607
607
|
const l = Tt(e);
|
|
608
608
|
return !(l === t || !et(l) || pa(l)) && (Ye(l).position === "fixed" || Do(l, t));
|
|
609
609
|
}
|
|
610
|
-
function
|
|
610
|
+
function qs(e, t, l) {
|
|
611
611
|
const a = je(t), o = tt(t), n = l === "fixed", s = ct(e, !0, n, t);
|
|
612
612
|
let r = { scrollLeft: 0, scrollTop: 0 };
|
|
613
|
-
const i =
|
|
613
|
+
const i = st(0);
|
|
614
614
|
if (a || !a && !n)
|
|
615
|
-
if ((
|
|
615
|
+
if ((nt(t) !== "body" || It(o)) && (r = ma(t)), je(t)) {
|
|
616
616
|
const p = ct(t, !0, n, t);
|
|
617
617
|
i.x = p.x + t.clientLeft, i.y = p.y + t.clientTop;
|
|
618
618
|
} else
|
|
@@ -627,9 +627,9 @@ function Tl(e, t) {
|
|
|
627
627
|
if (!je(e))
|
|
628
628
|
return l;
|
|
629
629
|
let a = kl(e, t);
|
|
630
|
-
for (; a &&
|
|
630
|
+
for (; a && Ds(a) && Ye(a).position === "static"; )
|
|
631
631
|
a = kl(a, t);
|
|
632
|
-
return a && (
|
|
632
|
+
return a && (nt(a) === "html" || nt(a) === "body" && Ye(a).position === "static" && !_a(a)) ? l : a || function(o) {
|
|
633
633
|
let n = Tt(o);
|
|
634
634
|
for (; je(n) && !pa(n); ) {
|
|
635
635
|
if (_a(n))
|
|
@@ -639,14 +639,14 @@ function Tl(e, t) {
|
|
|
639
639
|
return null;
|
|
640
640
|
}(e) || l;
|
|
641
641
|
}
|
|
642
|
-
const
|
|
642
|
+
const Gs = { convertOffsetParentRelativeRectToViewportRelativeRect: function(e) {
|
|
643
643
|
let { rect: t, offsetParent: l, strategy: a } = e;
|
|
644
644
|
const o = je(l), n = tt(l);
|
|
645
645
|
if (l === n)
|
|
646
646
|
return t;
|
|
647
|
-
let s = { scrollLeft: 0, scrollTop: 0 }, r =
|
|
648
|
-
const i =
|
|
649
|
-
if ((o || !o && a !== "fixed") && ((
|
|
647
|
+
let s = { scrollLeft: 0, scrollTop: 0 }, r = st(1);
|
|
648
|
+
const i = st(0);
|
|
649
|
+
if ((o || !o && a !== "fixed") && ((nt(l) !== "body" || It(n)) && (s = ma(l)), je(l))) {
|
|
650
650
|
const p = ct(l);
|
|
651
651
|
r = St(l), i.x = p.x + l.clientLeft, i.y = p.y + l.clientTop;
|
|
652
652
|
}
|
|
@@ -657,7 +657,7 @@ const Ws = { convertOffsetParentRelativeRectToViewportRelativeRect: function(e)
|
|
|
657
657
|
const B = p.get(i);
|
|
658
658
|
if (B)
|
|
659
659
|
return B;
|
|
660
|
-
let v = oa(i).filter((g) => et(g) &&
|
|
660
|
+
let v = oa(i).filter((g) => et(g) && nt(g) !== "body"), m = null;
|
|
661
661
|
const S = Ye(i).position === "fixed";
|
|
662
662
|
let h = S ? Tt(i) : i;
|
|
663
663
|
for (; et(h) && !pa(h); ) {
|
|
@@ -673,7 +673,7 @@ const Ws = { convertOffsetParentRelativeRectToViewportRelativeRect: function(e)
|
|
|
673
673
|
}, getOffsetParent: Tl, getElementRects: async function(e) {
|
|
674
674
|
let { reference: t, floating: l, strategy: a } = e;
|
|
675
675
|
const o = this.getOffsetParent || Tl, n = this.getDimensions;
|
|
676
|
-
return { reference:
|
|
676
|
+
return { reference: qs(t, await o(l), a), floating: { x: 0, y: 0, ...await n(l) } };
|
|
677
677
|
}, getClientRects: function(e) {
|
|
678
678
|
return Array.from(e.getClientRects());
|
|
679
679
|
}, getDimensions: function(e) {
|
|
@@ -736,21 +736,21 @@ function jo(e, t, l, a) {
|
|
|
736
736
|
}), v && v(), h && h.disconnect(), h = null, i && cancelAnimationFrame(m);
|
|
737
737
|
};
|
|
738
738
|
}
|
|
739
|
-
const
|
|
740
|
-
const a = /* @__PURE__ */ new Map(), o = { platform:
|
|
741
|
-
return
|
|
739
|
+
const Ws = (e, t, l) => {
|
|
740
|
+
const a = /* @__PURE__ */ new Map(), o = { platform: Gs, ...l }, n = { ...o.platform, _c: a };
|
|
741
|
+
return Is(e, t, { ...o, platform: n });
|
|
742
742
|
};
|
|
743
743
|
function Ta(e) {
|
|
744
744
|
var t;
|
|
745
745
|
return (t = e == null ? void 0 : e.$el) != null ? t : e;
|
|
746
746
|
}
|
|
747
|
-
function
|
|
747
|
+
function Us(e) {
|
|
748
748
|
return {
|
|
749
749
|
name: "arrow",
|
|
750
750
|
options: e,
|
|
751
751
|
fn(t) {
|
|
752
752
|
const l = Ta(w(e.element));
|
|
753
|
-
return l == null ? {} :
|
|
753
|
+
return l == null ? {} : Ls({
|
|
754
754
|
element: l,
|
|
755
755
|
padding: e.padding
|
|
756
756
|
}).fn(t);
|
|
@@ -801,7 +801,7 @@ function Go(e, t, l) {
|
|
|
801
801
|
});
|
|
802
802
|
let T;
|
|
803
803
|
function C() {
|
|
804
|
-
p.value == null || B.value == null ||
|
|
804
|
+
p.value == null || B.value == null || Ws(p.value, B.value, {
|
|
805
805
|
middleware: n.value,
|
|
806
806
|
placement: s.value,
|
|
807
807
|
strategy: r.value
|
|
@@ -842,7 +842,7 @@ function Go(e, t, l) {
|
|
|
842
842
|
update: C
|
|
843
843
|
};
|
|
844
844
|
}
|
|
845
|
-
const
|
|
845
|
+
const Xs = /* @__PURE__ */ new Set([
|
|
846
846
|
"background",
|
|
847
847
|
"cite",
|
|
848
848
|
"href",
|
|
@@ -851,12 +851,12 @@ const Ks = /* @__PURE__ */ new Set([
|
|
|
851
851
|
"poster",
|
|
852
852
|
"src",
|
|
853
853
|
"xlink:href"
|
|
854
|
-
]),
|
|
854
|
+
]), Ks = /^aria-[\w-]*$/i, Ys = /^(?:(?:https?|mailto|ftp|tel|file|sms):|[^#&/:?]*(?:[#/?]|$))/i, Js = /^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[\d+/a-z]+=*$/i, Zs = (e, t) => {
|
|
855
855
|
const l = e.nodeName.toLowerCase();
|
|
856
|
-
return t.includes(l) ?
|
|
856
|
+
return t.includes(l) ? Xs.has(l) ? !!(Ys.test(e.nodeValue || "") || Js.test(e.nodeValue || "")) : !0 : t.filter((a) => a instanceof RegExp).some((a) => a.test(l));
|
|
857
857
|
}, bt = {
|
|
858
858
|
// Global attributes allowed on any supplied element below.
|
|
859
|
-
"*": ["class", "dir", "id", "lang", "role",
|
|
859
|
+
"*": ["class", "dir", "id", "lang", "role", Ks],
|
|
860
860
|
a: ["target", "href", "title", "rel"],
|
|
861
861
|
area: [],
|
|
862
862
|
b: [],
|
|
@@ -900,52 +900,52 @@ const Ks = /* @__PURE__ */ new Set([
|
|
|
900
900
|
}
|
|
901
901
|
const i = s.attributes, p = [...t["*"] || [], ...t[r] || []];
|
|
902
902
|
for (const B of i)
|
|
903
|
-
|
|
903
|
+
Zs(B, p) || s.removeAttribute(B.nodeName);
|
|
904
904
|
}
|
|
905
905
|
return o.body.innerHTML;
|
|
906
906
|
};
|
|
907
|
-
var
|
|
907
|
+
var Qs = Object.defineProperty, er = Object.defineProperties, tr = Object.getOwnPropertyDescriptors, Ol = Object.getOwnPropertySymbols, ar = Object.prototype.hasOwnProperty, lr = Object.prototype.propertyIsEnumerable, Al = (e, t, l) => t in e ? Qs(e, t, { enumerable: !0, configurable: !0, writable: !0, value: l }) : e[t] = l, or = (e, t) => {
|
|
908
908
|
for (var l in t || (t = {}))
|
|
909
|
-
|
|
909
|
+
ar.call(t, l) && Al(e, l, t[l]);
|
|
910
910
|
if (Ol)
|
|
911
911
|
for (var l of Ol(t))
|
|
912
|
-
|
|
912
|
+
lr.call(t, l) && Al(e, l, t[l]);
|
|
913
913
|
return e;
|
|
914
|
-
},
|
|
914
|
+
}, nr = (e, t) => er(e, tr(t));
|
|
915
915
|
function Wo(e, t) {
|
|
916
916
|
var l;
|
|
917
917
|
const a = Ha();
|
|
918
918
|
return zt(() => {
|
|
919
919
|
a.value = e();
|
|
920
|
-
},
|
|
920
|
+
}, nr(or({}, t), {
|
|
921
921
|
flush: (l = t == null ? void 0 : t.flush) != null ? l : "sync"
|
|
922
922
|
})), Ee(a);
|
|
923
923
|
}
|
|
924
924
|
function ft(e) {
|
|
925
925
|
return uo() ? (co(e), !0) : !1;
|
|
926
926
|
}
|
|
927
|
-
function
|
|
927
|
+
function sr(e) {
|
|
928
928
|
let t = !1, l;
|
|
929
929
|
const a = fo(!0);
|
|
930
930
|
return (...o) => (t || (l = a.run(() => e(...o)), t = !0), l);
|
|
931
931
|
}
|
|
932
|
-
function
|
|
932
|
+
function rr(e) {
|
|
933
933
|
let t = 0, l, a;
|
|
934
934
|
const o = () => {
|
|
935
935
|
t -= 1, a && t <= 0 && (a.stop(), l = void 0, a = void 0);
|
|
936
936
|
};
|
|
937
937
|
return (...n) => (t += 1, l || (a = fo(!0), l = a.run(() => e(...n))), ft(o), l);
|
|
938
938
|
}
|
|
939
|
-
function
|
|
939
|
+
function rt(e) {
|
|
940
940
|
return typeof e == "function" ? e() : w(e);
|
|
941
941
|
}
|
|
942
|
-
const na = typeof window < "u",
|
|
943
|
-
}, Va = /* @__PURE__ */
|
|
944
|
-
function
|
|
942
|
+
const na = typeof window < "u", ir = (e) => typeof e < "u", Lt = () => {
|
|
943
|
+
}, Va = /* @__PURE__ */ ur();
|
|
944
|
+
function ur() {
|
|
945
945
|
var e;
|
|
946
946
|
return na && ((e = window == null ? void 0 : window.navigator) == null ? void 0 : e.userAgent) && /* @__PURE__ */ /iP(ad|hone|od)/.test(window.navigator.userAgent);
|
|
947
947
|
}
|
|
948
|
-
function
|
|
948
|
+
function dr(e, t) {
|
|
949
949
|
function l(...a) {
|
|
950
950
|
return new Promise((o, n) => {
|
|
951
951
|
Promise.resolve(e(() => t.apply(this, a), { fn: t, thisArg: this, args: a })).then(o).catch(n);
|
|
@@ -954,7 +954,7 @@ function cr(e, t) {
|
|
|
954
954
|
return l;
|
|
955
955
|
}
|
|
956
956
|
const Uo = (e) => e();
|
|
957
|
-
function
|
|
957
|
+
function cr(e = Uo) {
|
|
958
958
|
const t = x(!0);
|
|
959
959
|
function l() {
|
|
960
960
|
t.value = !1;
|
|
@@ -973,10 +973,10 @@ function tl(...e) {
|
|
|
973
973
|
const t = e[0];
|
|
974
974
|
return typeof t == "function" ? Ee(qn(() => ({ get: t, set: Lt }))) : x(t);
|
|
975
975
|
}
|
|
976
|
-
function
|
|
976
|
+
function fr(e, t = !0) {
|
|
977
977
|
da() ? Re(e) : t ? e() : $e(e);
|
|
978
978
|
}
|
|
979
|
-
function
|
|
979
|
+
function vr(e = 0, t = {}) {
|
|
980
980
|
const l = x(e), {
|
|
981
981
|
max: a = 1 / 0,
|
|
982
982
|
min: o = -1 / 0
|
|
@@ -997,7 +997,7 @@ function Xo(e, t = 1e3, l = {}) {
|
|
|
997
997
|
s.value = !1, r();
|
|
998
998
|
}
|
|
999
999
|
function p() {
|
|
1000
|
-
const B =
|
|
1000
|
+
const B = rt(t);
|
|
1001
1001
|
B <= 0 || (s.value = !0, o && e(), r(), n = setInterval(e, B));
|
|
1002
1002
|
}
|
|
1003
1003
|
if (a && na && p(), xa(t) || typeof t == "function") {
|
|
@@ -1019,42 +1019,42 @@ function _e(e, t = {}) {
|
|
|
1019
1019
|
nanToZero: o
|
|
1020
1020
|
} = t;
|
|
1021
1021
|
return u(() => {
|
|
1022
|
-
let n =
|
|
1022
|
+
let n = rt(e);
|
|
1023
1023
|
return typeof n == "string" && (n = Number[l](n, a)), o && Number.isNaN(n) && (n = 0), n;
|
|
1024
1024
|
});
|
|
1025
1025
|
}
|
|
1026
|
-
var Pl = Object.getOwnPropertySymbols,
|
|
1026
|
+
var Pl = Object.getOwnPropertySymbols, pr = Object.prototype.hasOwnProperty, mr = Object.prototype.propertyIsEnumerable, gr = (e, t) => {
|
|
1027
1027
|
var l = {};
|
|
1028
1028
|
for (var a in e)
|
|
1029
|
-
|
|
1029
|
+
pr.call(e, a) && t.indexOf(a) < 0 && (l[a] = e[a]);
|
|
1030
1030
|
if (e != null && Pl)
|
|
1031
1031
|
for (var a of Pl(e))
|
|
1032
|
-
t.indexOf(a) < 0 &&
|
|
1032
|
+
t.indexOf(a) < 0 && mr.call(e, a) && (l[a] = e[a]);
|
|
1033
1033
|
return l;
|
|
1034
1034
|
};
|
|
1035
|
-
function
|
|
1035
|
+
function yr(e, t, l = {}) {
|
|
1036
1036
|
const a = l, {
|
|
1037
1037
|
eventFilter: o = Uo
|
|
1038
|
-
} = a, n =
|
|
1038
|
+
} = a, n = gr(a, [
|
|
1039
1039
|
"eventFilter"
|
|
1040
1040
|
]);
|
|
1041
1041
|
return se(
|
|
1042
1042
|
e,
|
|
1043
|
-
|
|
1043
|
+
dr(
|
|
1044
1044
|
o,
|
|
1045
1045
|
t
|
|
1046
1046
|
),
|
|
1047
1047
|
n
|
|
1048
1048
|
);
|
|
1049
1049
|
}
|
|
1050
|
-
var
|
|
1050
|
+
var br = Object.defineProperty, hr = Object.defineProperties, Br = Object.getOwnPropertyDescriptors, sa = Object.getOwnPropertySymbols, Ko = Object.prototype.hasOwnProperty, Yo = Object.prototype.propertyIsEnumerable, El = (e, t, l) => t in e ? br(e, t, { enumerable: !0, configurable: !0, writable: !0, value: l }) : e[t] = l, Sr = (e, t) => {
|
|
1051
1051
|
for (var l in t || (t = {}))
|
|
1052
1052
|
Ko.call(t, l) && El(e, l, t[l]);
|
|
1053
1053
|
if (sa)
|
|
1054
1054
|
for (var l of sa(t))
|
|
1055
1055
|
Yo.call(t, l) && El(e, l, t[l]);
|
|
1056
1056
|
return e;
|
|
1057
|
-
},
|
|
1057
|
+
}, wr = (e, t) => hr(e, Br(t)), $r = (e, t) => {
|
|
1058
1058
|
var l = {};
|
|
1059
1059
|
for (var a in e)
|
|
1060
1060
|
Ko.call(e, a) && t.indexOf(a) < 0 && (l[a] = e[a]);
|
|
@@ -1063,23 +1063,23 @@ var hr = Object.defineProperty, Br = Object.defineProperties, Sr = Object.getOwn
|
|
|
1063
1063
|
t.indexOf(a) < 0 && Yo.call(e, a) && (l[a] = e[a]);
|
|
1064
1064
|
return l;
|
|
1065
1065
|
};
|
|
1066
|
-
function
|
|
1066
|
+
function Cr(e, t, l = {}) {
|
|
1067
1067
|
const a = l, {
|
|
1068
1068
|
eventFilter: o
|
|
1069
|
-
} = a, n =
|
|
1069
|
+
} = a, n = $r(a, [
|
|
1070
1070
|
"eventFilter"
|
|
1071
|
-
]), { eventFilter: s, pause: r, resume: i, isActive: p } =
|
|
1072
|
-
return { stop:
|
|
1071
|
+
]), { eventFilter: s, pause: r, resume: i, isActive: p } = cr(o);
|
|
1072
|
+
return { stop: yr(
|
|
1073
1073
|
e,
|
|
1074
1074
|
t,
|
|
1075
|
-
|
|
1075
|
+
wr(Sr({}, n), {
|
|
1076
1076
|
eventFilter: s
|
|
1077
1077
|
})
|
|
1078
1078
|
), pause: r, resume: i, isActive: p };
|
|
1079
1079
|
}
|
|
1080
1080
|
function Qe(e) {
|
|
1081
1081
|
var t;
|
|
1082
|
-
const l =
|
|
1082
|
+
const l = rt(e);
|
|
1083
1083
|
return (t = l == null ? void 0 : l.$el) != null ? t : l;
|
|
1084
1084
|
}
|
|
1085
1085
|
const qe = na ? window : void 0;
|
|
@@ -1091,7 +1091,7 @@ function he(...e) {
|
|
|
1091
1091
|
const n = [], s = () => {
|
|
1092
1092
|
n.forEach((B) => B()), n.length = 0;
|
|
1093
1093
|
}, r = (B, v, m, S) => (B.addEventListener(v, m, S), () => B.removeEventListener(v, m, S)), i = se(
|
|
1094
|
-
() => [Qe(t),
|
|
1094
|
+
() => [Qe(t), rt(o)],
|
|
1095
1095
|
([B, v]) => {
|
|
1096
1096
|
s(), B && n.push(
|
|
1097
1097
|
...l.flatMap((m) => a.map((S) => r(B, m, S, v)))
|
|
@@ -1142,7 +1142,7 @@ function Jo(e, t, l = {}) {
|
|
|
1142
1142
|
].filter(Boolean);
|
|
1143
1143
|
return () => B.forEach((m) => m());
|
|
1144
1144
|
}
|
|
1145
|
-
function
|
|
1145
|
+
function _r(e) {
|
|
1146
1146
|
return typeof e == "function" ? e : typeof e == "string" ? (t) => t.key === e : Array.isArray(e) ? (t) => e.includes(t.key) : () => !0;
|
|
1147
1147
|
}
|
|
1148
1148
|
function Vt(...e) {
|
|
@@ -1153,23 +1153,23 @@ function Vt(...e) {
|
|
|
1153
1153
|
eventName: n = "keydown",
|
|
1154
1154
|
passive: s = !1,
|
|
1155
1155
|
dedupe: r = !1
|
|
1156
|
-
} = a, i =
|
|
1156
|
+
} = a, i = _r(t);
|
|
1157
1157
|
return he(o, n, (B) => {
|
|
1158
|
-
B.repeat &&
|
|
1158
|
+
B.repeat && rt(r) || i(B) && l(B);
|
|
1159
1159
|
}, s);
|
|
1160
1160
|
}
|
|
1161
|
-
function
|
|
1161
|
+
function kr() {
|
|
1162
1162
|
const e = x(!1);
|
|
1163
1163
|
return da() && Re(() => {
|
|
1164
1164
|
e.value = !0;
|
|
1165
1165
|
}), e;
|
|
1166
1166
|
}
|
|
1167
|
-
function
|
|
1168
|
-
const t =
|
|
1167
|
+
function Tr(e) {
|
|
1168
|
+
const t = kr();
|
|
1169
1169
|
return u(() => (t.value, !!e()));
|
|
1170
1170
|
}
|
|
1171
|
-
function
|
|
1172
|
-
const { window: l = qe } = t, a =
|
|
1171
|
+
function Vr(e, t = {}) {
|
|
1172
|
+
const { window: l = qe } = t, a = Tr(() => l && "matchMedia" in l && typeof l.matchMedia == "function");
|
|
1173
1173
|
let o;
|
|
1174
1174
|
const n = x(!1), s = () => {
|
|
1175
1175
|
o && ("removeEventListener" in o ? o.removeEventListener("change", r) : o.removeListener(r));
|
|
@@ -1178,28 +1178,28 @@ function Or(e, t = {}) {
|
|
|
1178
1178
|
};
|
|
1179
1179
|
return zt(r), ft(() => s()), n;
|
|
1180
1180
|
}
|
|
1181
|
-
function
|
|
1181
|
+
function Or(e) {
|
|
1182
1182
|
return JSON.parse(JSON.stringify(e));
|
|
1183
1183
|
}
|
|
1184
|
-
const Wt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, Ut = "__vueuse_ssr_handlers__",
|
|
1185
|
-
function
|
|
1184
|
+
const Wt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, Ut = "__vueuse_ssr_handlers__", Ar = /* @__PURE__ */ Pr();
|
|
1185
|
+
function Pr() {
|
|
1186
1186
|
return Ut in Wt || (Wt[Ut] = Wt[Ut] || {}), Wt[Ut];
|
|
1187
1187
|
}
|
|
1188
1188
|
function al(e, t) {
|
|
1189
|
-
return
|
|
1189
|
+
return Ar[e] || t;
|
|
1190
1190
|
}
|
|
1191
|
-
function
|
|
1191
|
+
function Er(e) {
|
|
1192
1192
|
return e == null ? "any" : e instanceof Set ? "set" : e instanceof Map ? "map" : e instanceof Date ? "date" : typeof e == "boolean" ? "boolean" : typeof e == "string" ? "string" : typeof e == "object" ? "object" : Number.isNaN(e) ? "any" : "number";
|
|
1193
1193
|
}
|
|
1194
|
-
var
|
|
1194
|
+
var Fr = Object.defineProperty, Il = Object.getOwnPropertySymbols, Ir = Object.prototype.hasOwnProperty, Lr = Object.prototype.propertyIsEnumerable, Ll = (e, t, l) => t in e ? Fr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: l }) : e[t] = l, Nl = (e, t) => {
|
|
1195
1195
|
for (var l in t || (t = {}))
|
|
1196
|
-
|
|
1196
|
+
Ir.call(t, l) && Ll(e, l, t[l]);
|
|
1197
1197
|
if (Il)
|
|
1198
1198
|
for (var l of Il(t))
|
|
1199
|
-
|
|
1199
|
+
Lr.call(t, l) && Ll(e, l, t[l]);
|
|
1200
1200
|
return e;
|
|
1201
1201
|
};
|
|
1202
|
-
const
|
|
1202
|
+
const Nr = {
|
|
1203
1203
|
boolean: {
|
|
1204
1204
|
read: (e) => e === "true",
|
|
1205
1205
|
write: (e) => String(e)
|
|
@@ -1233,7 +1233,7 @@ const zr = {
|
|
|
1233
1233
|
write: (e) => e.toISOString()
|
|
1234
1234
|
}
|
|
1235
1235
|
}, zl = "vueuse-storage";
|
|
1236
|
-
function
|
|
1236
|
+
function zr(e, t, l, a = {}) {
|
|
1237
1237
|
var o;
|
|
1238
1238
|
const {
|
|
1239
1239
|
flush: n = "pre",
|
|
@@ -1259,7 +1259,7 @@ function Hr(e, t, l, a = {}) {
|
|
|
1259
1259
|
}
|
|
1260
1260
|
if (!l)
|
|
1261
1261
|
return h;
|
|
1262
|
-
const g =
|
|
1262
|
+
const g = rt(t), O = Er(g), b = (o = a.serializer) != null ? o : Nr[O], { pause: T, resume: C } = Cr(
|
|
1263
1263
|
h,
|
|
1264
1264
|
() => _(h.value),
|
|
1265
1265
|
{ flush: n, deep: s, eventFilter: m }
|
|
@@ -1316,18 +1316,18 @@ function Hr(e, t, l, a = {}) {
|
|
|
1316
1316
|
}
|
|
1317
1317
|
}
|
|
1318
1318
|
}
|
|
1319
|
-
function
|
|
1320
|
-
return
|
|
1319
|
+
function Hr(e) {
|
|
1320
|
+
return Vr("(prefers-color-scheme: dark)", e);
|
|
1321
1321
|
}
|
|
1322
|
-
var
|
|
1322
|
+
var xr = Object.defineProperty, Hl = Object.getOwnPropertySymbols, Rr = Object.prototype.hasOwnProperty, Mr = Object.prototype.propertyIsEnumerable, xl = (e, t, l) => t in e ? xr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: l }) : e[t] = l, Dr = (e, t) => {
|
|
1323
1323
|
for (var l in t || (t = {}))
|
|
1324
|
-
|
|
1324
|
+
Rr.call(t, l) && xl(e, l, t[l]);
|
|
1325
1325
|
if (Hl)
|
|
1326
1326
|
for (var l of Hl(t))
|
|
1327
|
-
|
|
1327
|
+
Mr.call(t, l) && xl(e, l, t[l]);
|
|
1328
1328
|
return e;
|
|
1329
1329
|
};
|
|
1330
|
-
function
|
|
1330
|
+
function jr(e = {}) {
|
|
1331
1331
|
const {
|
|
1332
1332
|
selector: t = "html",
|
|
1333
1333
|
attribute: l = "class",
|
|
@@ -1339,11 +1339,11 @@ function qr(e = {}) {
|
|
|
1339
1339
|
storageRef: i,
|
|
1340
1340
|
emitAuto: p,
|
|
1341
1341
|
disableTransition: B = !0
|
|
1342
|
-
} = e, v =
|
|
1342
|
+
} = e, v = Dr({
|
|
1343
1343
|
auto: "",
|
|
1344
1344
|
light: "light",
|
|
1345
1345
|
dark: "dark"
|
|
1346
|
-
}, e.modes || {}), m =
|
|
1346
|
+
}, e.modes || {}), m = Hr({ window: o }), S = u(() => m.value ? "dark" : "light"), h = i || (s == null ? tl(a) : zr(s, a, n, { window: o, listenToStorageChanges: r })), g = u(
|
|
1347
1347
|
() => h.value === "auto" ? S.value : h.value
|
|
1348
1348
|
), O = al(
|
|
1349
1349
|
"updateHTMLAttrs",
|
|
@@ -1374,7 +1374,7 @@ function qr(e = {}) {
|
|
|
1374
1374
|
function T(_) {
|
|
1375
1375
|
e.onChanged ? e.onChanged(_, b) : b(_);
|
|
1376
1376
|
}
|
|
1377
|
-
se(g, T, { flush: "post", immediate: !0 }),
|
|
1377
|
+
se(g, T, { flush: "post", immediate: !0 }), fr(() => T(g.value));
|
|
1378
1378
|
const C = u({
|
|
1379
1379
|
get() {
|
|
1380
1380
|
return p ? h.value : g.value;
|
|
@@ -1420,13 +1420,13 @@ function Ie(e, t = {}) {
|
|
|
1420
1420
|
{ immediate: !0, flush: "post" }
|
|
1421
1421
|
), { focused: n };
|
|
1422
1422
|
}
|
|
1423
|
-
const
|
|
1423
|
+
const qr = {
|
|
1424
1424
|
page: (e) => [e.pageX, e.pageY],
|
|
1425
1425
|
client: (e) => [e.clientX, e.clientY],
|
|
1426
1426
|
screen: (e) => [e.screenX, e.screenY],
|
|
1427
1427
|
movement: (e) => e instanceof Touch ? null : [e.movementX, e.movementY]
|
|
1428
1428
|
};
|
|
1429
|
-
function
|
|
1429
|
+
function Gr(e = {}) {
|
|
1430
1430
|
const {
|
|
1431
1431
|
type: t = "page",
|
|
1432
1432
|
touch: l = !0,
|
|
@@ -1435,7 +1435,7 @@ function Wr(e = {}) {
|
|
|
1435
1435
|
window: n = qe,
|
|
1436
1436
|
target: s = n,
|
|
1437
1437
|
eventFilter: r
|
|
1438
|
-
} = e, i = x(o.x), p = x(o.y), B = x(null), v = typeof t == "function" ? t :
|
|
1438
|
+
} = e, i = x(o.x), p = x(o.y), B = x(null), v = typeof t == "function" ? t : qr[t], m = (b) => {
|
|
1439
1439
|
const T = v(b);
|
|
1440
1440
|
T && ([i.value, p.value] = T, B.value = "mouse");
|
|
1441
1441
|
}, S = (b) => {
|
|
@@ -1456,7 +1456,7 @@ function Rl(e, t = {}) {
|
|
|
1456
1456
|
const {
|
|
1457
1457
|
handleOutside: l = !0,
|
|
1458
1458
|
window: a = qe
|
|
1459
|
-
} = t, { x: o, y: n, sourceType: s } =
|
|
1459
|
+
} = t, { x: o, y: n, sourceType: s } = Gr(t), r = x(e ?? (a == null ? void 0 : a.document.body)), i = x(0), p = x(0), B = x(0), v = x(0), m = x(0), S = x(0), h = x(!0);
|
|
1460
1460
|
let g = () => {
|
|
1461
1461
|
};
|
|
1462
1462
|
return a && (g = se(
|
|
@@ -1501,11 +1501,11 @@ function Qo(e) {
|
|
|
1501
1501
|
return !l || l.tagName === "BODY" ? !1 : Qo(l);
|
|
1502
1502
|
}
|
|
1503
1503
|
}
|
|
1504
|
-
function
|
|
1504
|
+
function Wr(e) {
|
|
1505
1505
|
const t = e || window.event, l = t.target;
|
|
1506
1506
|
return Qo(l) ? !1 : t.touches.length > 1 ? !0 : (t.preventDefault && t.preventDefault(), !1);
|
|
1507
1507
|
}
|
|
1508
|
-
function
|
|
1508
|
+
function Ur(e, t = !1) {
|
|
1509
1509
|
const l = x(t);
|
|
1510
1510
|
let a = null, o;
|
|
1511
1511
|
se(tl(e), (r) => {
|
|
@@ -1517,17 +1517,17 @@ function Xr(e, t = !1) {
|
|
|
1517
1517
|
immediate: !0
|
|
1518
1518
|
});
|
|
1519
1519
|
const n = () => {
|
|
1520
|
-
const r =
|
|
1520
|
+
const r = rt(e);
|
|
1521
1521
|
!r || l.value || (Va && (a = he(
|
|
1522
1522
|
r,
|
|
1523
1523
|
"touchmove",
|
|
1524
1524
|
(i) => {
|
|
1525
|
-
|
|
1525
|
+
Wr(i);
|
|
1526
1526
|
},
|
|
1527
1527
|
{ passive: !1 }
|
|
1528
1528
|
)), r.style.overflow = "hidden", l.value = !0);
|
|
1529
1529
|
}, s = () => {
|
|
1530
|
-
const r =
|
|
1530
|
+
const r = rt(e);
|
|
1531
1531
|
!r || !l.value || (Va && (a == null || a()), r.style.overflow = o, l.value = !1);
|
|
1532
1532
|
};
|
|
1533
1533
|
return ft(s), u({
|
|
@@ -1539,7 +1539,7 @@ function Xr(e, t = !1) {
|
|
|
1539
1539
|
}
|
|
1540
1540
|
});
|
|
1541
1541
|
}
|
|
1542
|
-
function
|
|
1542
|
+
function Xr(e, t = {}) {
|
|
1543
1543
|
const {
|
|
1544
1544
|
threshold: l = 50,
|
|
1545
1545
|
onSwipe: a,
|
|
@@ -1553,7 +1553,7 @@ function Kr(e, t = {}) {
|
|
|
1553
1553
|
p.x = F, p.y = f;
|
|
1554
1554
|
};
|
|
1555
1555
|
let _;
|
|
1556
|
-
const $ =
|
|
1556
|
+
const $ = Kr(r == null ? void 0 : r.document);
|
|
1557
1557
|
s ? _ = $ ? { passive: !0 } : { capture: !1 } : _ = $ ? { passive: !1, capture: !0 } : { capture: !0 };
|
|
1558
1558
|
const k = (F) => {
|
|
1559
1559
|
g.value && (o == null || o(F, O.value)), g.value = !1;
|
|
@@ -1585,7 +1585,7 @@ function Kr(e, t = {}) {
|
|
|
1585
1585
|
stop: () => c.forEach((F) => F())
|
|
1586
1586
|
};
|
|
1587
1587
|
}
|
|
1588
|
-
function
|
|
1588
|
+
function Kr(e) {
|
|
1589
1589
|
if (!e)
|
|
1590
1590
|
return !1;
|
|
1591
1591
|
let t = !1;
|
|
@@ -1608,7 +1608,7 @@ function Be(e, t, l, a = {}) {
|
|
|
1608
1608
|
} = a, S = da(), h = l || (S == null ? void 0 : S.emit) || ((o = S == null ? void 0 : S.$emit) == null ? void 0 : o.bind(S)) || ((s = (n = S == null ? void 0 : S.proxy) == null ? void 0 : n.$emit) == null ? void 0 : s.bind(S == null ? void 0 : S.proxy));
|
|
1609
1609
|
let g = p;
|
|
1610
1610
|
t || (t = "modelValue"), g = g || `update:${t.toString()}`;
|
|
1611
|
-
const O = (C) => r ? typeof r == "function" ? r(C) :
|
|
1611
|
+
const O = (C) => r ? typeof r == "function" ? r(C) : Or(C) : C, b = () => ir(e[t]) ? O(e[t]) : v, T = (C) => {
|
|
1612
1612
|
m ? m(C) && h(g, C) : h(g, C);
|
|
1613
1613
|
};
|
|
1614
1614
|
if (i) {
|
|
@@ -1657,29 +1657,29 @@ const ll = H({
|
|
|
1657
1657
|
};
|
|
1658
1658
|
}
|
|
1659
1659
|
}), Rt = (e) => Wo(() => {
|
|
1660
|
-
const t =
|
|
1660
|
+
const t = it(e);
|
|
1661
1661
|
return t ? `justify-content-${t}` : "";
|
|
1662
1662
|
});
|
|
1663
1663
|
function d(e) {
|
|
1664
1664
|
return Wo(() => {
|
|
1665
|
-
const t =
|
|
1665
|
+
const t = it(e);
|
|
1666
1666
|
return t == null ? t : qa(t);
|
|
1667
1667
|
});
|
|
1668
1668
|
}
|
|
1669
|
-
const en =
|
|
1669
|
+
const en = sr(() => {
|
|
1670
1670
|
const e = $t([]);
|
|
1671
1671
|
return { items: e, reset: () => {
|
|
1672
1672
|
e.splice(0, e.length);
|
|
1673
1673
|
} };
|
|
1674
|
-
}),
|
|
1674
|
+
}), Yr = (e = {}) => {
|
|
1675
1675
|
const t = e.persist ?? !1, l = "data-bs-theme", a = "body";
|
|
1676
|
-
return
|
|
1676
|
+
return jr({
|
|
1677
1677
|
attribute: l,
|
|
1678
1678
|
selector: a,
|
|
1679
1679
|
storageKey: t === !0 ? `bv-color-${e.attribute ?? l}-${e.selector ?? a}` : null,
|
|
1680
1680
|
...e
|
|
1681
1681
|
});
|
|
1682
|
-
},
|
|
1682
|
+
}, Jr = (e, t = x(1e3), l = {}) => {
|
|
1683
1683
|
const a = Ee(Se(e)), o = Ee(Se(t)), n = x(!1), s = x(0), r = u(() => Math.ceil(a.value / o.value)), i = u(
|
|
1684
1684
|
() => v.value || n.value ? Math.round(a.value - s.value * o.value) : 0
|
|
1685
1685
|
), { pause: p, resume: B, isActive: v } = Xo(
|
|
@@ -1713,10 +1713,10 @@ const en = rr(() => {
|
|
|
1713
1713
|
value: i
|
|
1714
1714
|
};
|
|
1715
1715
|
}, pt = (e) => u(() => {
|
|
1716
|
-
const t =
|
|
1716
|
+
const t = it(e);
|
|
1717
1717
|
return t === !0 ? "is-valid" : t === !1 ? "is-invalid" : null;
|
|
1718
1718
|
}), tn = (e) => u(() => {
|
|
1719
|
-
const t =
|
|
1719
|
+
const t = it(e);
|
|
1720
1720
|
return {
|
|
1721
1721
|
"form-check": t.plain === !1 && t.button === !1,
|
|
1722
1722
|
"form-check-inline": t.inline === !0,
|
|
@@ -1733,7 +1733,7 @@ const en = rr(() => {
|
|
|
1733
1733
|
}
|
|
1734
1734
|
]);
|
|
1735
1735
|
}, ln = (e) => u(() => {
|
|
1736
|
-
const t =
|
|
1736
|
+
const t = it(e);
|
|
1737
1737
|
return {
|
|
1738
1738
|
"form-check-label": t.plain === !1 && t.button === !1,
|
|
1739
1739
|
btn: t.button === !0,
|
|
@@ -1741,13 +1741,13 @@ const en = rr(() => {
|
|
|
1741
1741
|
[`btn-${t.size}`]: t.button && t.size && t.size !== "md"
|
|
1742
1742
|
};
|
|
1743
1743
|
}), on = (e) => u(() => {
|
|
1744
|
-
const t =
|
|
1744
|
+
const t = it(e);
|
|
1745
1745
|
return {
|
|
1746
1746
|
"aria-invalid": va(t.ariaInvalid, t.state),
|
|
1747
1747
|
"aria-required": t.required === !0 ? !0 : void 0
|
|
1748
1748
|
};
|
|
1749
1749
|
}), nn = (e) => u(() => {
|
|
1750
|
-
const t =
|
|
1750
|
+
const t = it(e);
|
|
1751
1751
|
return {
|
|
1752
1752
|
"was-validated": t.validated === !0,
|
|
1753
1753
|
"btn-group": t.buttons === !0 && t.stacked === !1,
|
|
@@ -1855,8 +1855,8 @@ const en = rr(() => {
|
|
|
1855
1855
|
default:
|
|
1856
1856
|
return ha(o, String(a), t, l);
|
|
1857
1857
|
}
|
|
1858
|
-
})) : [], we = (e, t) => u(() =>
|
|
1859
|
-
const { count: e, inc: t, dec: l } =
|
|
1858
|
+
})) : [], we = (e, t) => u(() => it(e) || at(t)), Ba = "modal-open", Zr = rr(() => {
|
|
1859
|
+
const { count: e, inc: t, dec: l } = vr(), a = al("updateHTMLAttrs", (o, n, s) => {
|
|
1860
1860
|
const r = typeof o == "string" ? window == null ? void 0 : window.document.querySelector(o) : Qe(o);
|
|
1861
1861
|
r && (n === "class" ? r.classList.toggle(Ba, s === Ba) : r.setAttribute(n, s));
|
|
1862
1862
|
});
|
|
@@ -1865,8 +1865,8 @@ const en = rr(() => {
|
|
|
1865
1865
|
}), se(e, (o) => {
|
|
1866
1866
|
a("body", "class", o > 0 ? Ba : "");
|
|
1867
1867
|
}), { inc: t, dec: l };
|
|
1868
|
-
}),
|
|
1869
|
-
const { inc: t, dec: l } =
|
|
1868
|
+
}), Qr = (e) => {
|
|
1869
|
+
const { inc: t, dec: l } = Zr();
|
|
1870
1870
|
se(
|
|
1871
1871
|
e,
|
|
1872
1872
|
(a, o) => {
|
|
@@ -1875,15 +1875,17 @@ const en = rr(() => {
|
|
|
1875
1875
|
{ immediate: !0 }
|
|
1876
1876
|
);
|
|
1877
1877
|
}, rn = (e, t) => {
|
|
1878
|
-
const l = Ee(Se(e)), a = Ee(Se(t)), o = u(() => !a.value)
|
|
1878
|
+
const l = Ee(Se(e)), a = Ee(Se(t)), o = u(() => !a.value);
|
|
1879
1879
|
Re(() => {
|
|
1880
|
-
n
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
s
|
|
1880
|
+
const n = Ur(
|
|
1881
|
+
document.body,
|
|
1882
|
+
l.value && o.value
|
|
1883
|
+
);
|
|
1884
|
+
se([l, o], ([s, r]) => {
|
|
1885
|
+
n.value = s && r;
|
|
1886
|
+
});
|
|
1885
1887
|
});
|
|
1886
|
-
},
|
|
1888
|
+
}, ei = (e, t, l, a, o) => {
|
|
1887
1889
|
if (e === void 0 || t === void 0 || l === void 0 || a === void 0)
|
|
1888
1890
|
return t ?? [];
|
|
1889
1891
|
const n = l;
|
|
@@ -1893,23 +1895,23 @@ const en = rr(() => {
|
|
|
1893
1895
|
const i = (v) => typeof v == "object" ? JSON.stringify(v) : v;
|
|
1894
1896
|
return i(s[n]) > i(r[n]) ? a ? -1 : 1 : i(r[n]) > i(s[n]) ? a ? 1 : -1 : 0;
|
|
1895
1897
|
});
|
|
1896
|
-
},
|
|
1898
|
+
}, ti = (e, t, l) => e.filter(
|
|
1897
1899
|
(a) => Object.entries(a).filter((o) => {
|
|
1898
1900
|
const [n, s] = o;
|
|
1899
1901
|
return !s || n[0] === "_" || l && l.length > 0 && !l.includes(n) ? !1 : (typeof s == "object" ? JSON.stringify(Object.values(s)) : s.toString()).toLowerCase().includes(t.toLowerCase());
|
|
1900
1902
|
}).length > 0
|
|
1901
|
-
),
|
|
1903
|
+
), ai = (e, t, l, a) => {
|
|
1902
1904
|
let o = e.value;
|
|
1903
|
-
return "isFilterableTable" in l && l.isFilterableTable.value === !0 && t.filter && (o =
|
|
1905
|
+
return "isFilterableTable" in l && l.isFilterableTable.value === !0 && t.filter && (o = ti(o, t.filter, t.filterable)), "isSortable" in l && l.isSortable.value === !0 && (o = ei(
|
|
1904
1906
|
t.fields,
|
|
1905
1907
|
o,
|
|
1906
1908
|
a == null ? void 0 : a.value,
|
|
1907
1909
|
l.sortDescBoolean.value,
|
|
1908
1910
|
t.sortCompare
|
|
1909
1911
|
)), o;
|
|
1910
|
-
},
|
|
1912
|
+
}, li = (e, t, l, a) => {
|
|
1911
1913
|
const o = x(), n = x(e.items ?? []), s = x([0, n.value.length]), r = u(() => {
|
|
1912
|
-
const v = l.value ? n.value : t.requireItemsMapping.value ?
|
|
1914
|
+
const v = l.value ? n.value : t.requireItemsMapping.value ? ai(n, e, t, a) : e.items ?? [];
|
|
1913
1915
|
if (l.value && !t.noProviderPagingBoolean.value)
|
|
1914
1916
|
return v;
|
|
1915
1917
|
if (e.perPage !== void 0) {
|
|
@@ -1934,7 +1936,7 @@ const en = rr(() => {
|
|
|
1934
1936
|
},
|
|
1935
1937
|
computedDisplayItems: i
|
|
1936
1938
|
};
|
|
1937
|
-
},
|
|
1939
|
+
}, oi = ["id"], ni = ["innerHTML"], si = ["innerHTML"], nl = /* @__PURE__ */ H({
|
|
1938
1940
|
inheritAttrs: !1,
|
|
1939
1941
|
__name: "BPopover",
|
|
1940
1942
|
props: {
|
|
@@ -1996,10 +1998,10 @@ const en = rr(() => {
|
|
|
1996
1998
|
return a.floatingMiddleware;
|
|
1997
1999
|
const U = a.offset !== null ? X.value : b.value ? 0 : 10, de = [Lo(U)];
|
|
1998
2000
|
return v.value === !1 && !N.value && de.push(Io()), N.value && de.push(
|
|
1999
|
-
|
|
2001
|
+
Hs({
|
|
2000
2002
|
alignment: a.placement.split("-")[1] || void 0
|
|
2001
2003
|
})
|
|
2002
|
-
), B.value === !1 && de.push(No()), h.value === !0 && de.push(
|
|
2004
|
+
), B.value === !1 && de.push(No()), h.value === !0 && de.push(xs({ padding: 10 })), O.value === !0 && de.push(Rs()), de.push(Us({ element: k, padding: 10 })), de;
|
|
2003
2005
|
}), W = u(
|
|
2004
2006
|
() => N.value ? void 0 : a.placement
|
|
2005
2007
|
), { x: ie, y: Q, strategy: pe, middlewareData: Z, placement: le, update: me } = Go($, _, {
|
|
@@ -2031,7 +2033,7 @@ const en = rr(() => {
|
|
|
2031
2033
|
fade: !m.value,
|
|
2032
2034
|
"d-none": !n.value && m.value,
|
|
2033
2035
|
[`${a.customClass}`]: a.customClass !== void 0,
|
|
2034
|
-
[`bs-${U}-${
|
|
2036
|
+
[`bs-${U}-${ii(le.value)}`]: le.value !== void 0
|
|
2035
2037
|
}
|
|
2036
2038
|
];
|
|
2037
2039
|
}), { isOutside: ge } = Rl(_), { isOutside: fe } = Rl(c), q = (U) => {
|
|
@@ -2160,7 +2162,7 @@ const en = rr(() => {
|
|
|
2160
2162
|
key: 1,
|
|
2161
2163
|
class: z(w(b) ? "tooltip-inner" : "popover-header"),
|
|
2162
2164
|
innerHTML: L.value
|
|
2163
|
-
}, null, 10,
|
|
2165
|
+
}, null, 10, ni)) : (y(), P("div", {
|
|
2164
2166
|
key: 0,
|
|
2165
2167
|
class: z(w(b) ? "tooltip-inner" : "popover-header")
|
|
2166
2168
|
}, [
|
|
@@ -2174,7 +2176,7 @@ const en = rr(() => {
|
|
|
2174
2176
|
key: 1,
|
|
2175
2177
|
class: z(w(b) ? "tooltip-inner" : "popover-body"),
|
|
2176
2178
|
innerHTML: I.value
|
|
2177
|
-
}, null, 10,
|
|
2179
|
+
}, null, 10, si)) : (y(), P("div", {
|
|
2178
2180
|
key: 0,
|
|
2179
2181
|
class: z(w(b) ? "tooltip-inner" : "popover-body")
|
|
2180
2182
|
}, [
|
|
@@ -2183,13 +2185,13 @@ const en = rr(() => {
|
|
|
2183
2185
|
])
|
|
2184
2186
|
], 2))
|
|
2185
2187
|
], 64)) : Y("", !0)
|
|
2186
|
-
], 16,
|
|
2188
|
+
], 16, oi)) : Y("", !0)
|
|
2187
2189
|
]),
|
|
2188
2190
|
_: 3
|
|
2189
2191
|
}, 8, ["to", "skip"])
|
|
2190
2192
|
], 64));
|
|
2191
2193
|
}
|
|
2192
|
-
}),
|
|
2194
|
+
}), ri = ({
|
|
2193
2195
|
top: e,
|
|
2194
2196
|
end: t,
|
|
2195
2197
|
start: l,
|
|
@@ -2198,7 +2200,7 @@ const en = rr(() => {
|
|
|
2198
2200
|
}) => {
|
|
2199
2201
|
const n = e ? "top" : l ? "left" : t ? "right" : "bottom", s = o ? "end" : a ? null : "start";
|
|
2200
2202
|
return `${n}${s ? `-${s}` : ""}`;
|
|
2201
|
-
},
|
|
2203
|
+
}, ii = (e) => {
|
|
2202
2204
|
const [t] = e.split("-");
|
|
2203
2205
|
switch (t) {
|
|
2204
2206
|
case "left":
|
|
@@ -2251,7 +2253,7 @@ const en = rr(() => {
|
|
|
2251
2253
|
});
|
|
2252
2254
|
const n = { ...o, ...a };
|
|
2253
2255
|
return Object.entries(n).filter(([s, r]) => !!r && t.includes(s)).map(([s]) => s);
|
|
2254
|
-
},
|
|
2256
|
+
}, ui = ["id"], di = /* @__PURE__ */ H({
|
|
2255
2257
|
__name: "BAccordion",
|
|
2256
2258
|
props: {
|
|
2257
2259
|
flush: { type: [String, Boolean], default: !1 },
|
|
@@ -2275,7 +2277,7 @@ const en = rr(() => {
|
|
|
2275
2277
|
class: z(["accordion", r.value])
|
|
2276
2278
|
}, [
|
|
2277
2279
|
A(i.$slots, "default")
|
|
2278
|
-
], 10,
|
|
2280
|
+
], 10, ui));
|
|
2279
2281
|
}
|
|
2280
2282
|
}), dn = /* @__PURE__ */ H({
|
|
2281
2283
|
inheritAttrs: !1,
|
|
@@ -2397,7 +2399,7 @@ const en = rr(() => {
|
|
|
2397
2399
|
})
|
|
2398
2400
|
], 64));
|
|
2399
2401
|
}
|
|
2400
|
-
}),
|
|
2402
|
+
}), ci = { class: "accordion-item" }, fi = ["aria-expanded", "aria-controls", "onClick"], vi = { class: "accordion-body" }, pi = /* @__PURE__ */ H({
|
|
2401
2403
|
inheritAttrs: !1,
|
|
2402
2404
|
__name: "BAccordionItem",
|
|
2403
2405
|
props: {
|
|
@@ -2421,7 +2423,7 @@ const en = rr(() => {
|
|
|
2421
2423
|
() => a.value = (o == null ? void 0 : o.openItem.value) === n.value && !(o != null && o.free.value)
|
|
2422
2424
|
), se(a, () => {
|
|
2423
2425
|
a.value && !(o != null && o.free.value) && (o == null || o.setOpenItem(n.value));
|
|
2424
|
-
}), (s, r) => (y(), P("div",
|
|
2426
|
+
}), (s, r) => (y(), P("div", ci, [
|
|
2425
2427
|
ye(dn, te({
|
|
2426
2428
|
id: w(n),
|
|
2427
2429
|
modelValue: w(a),
|
|
@@ -2457,13 +2459,13 @@ const en = rr(() => {
|
|
|
2457
2459
|
A(s.$slots, "title", {}, () => [
|
|
2458
2460
|
re(K(s.title), 1)
|
|
2459
2461
|
])
|
|
2460
|
-
], 10,
|
|
2462
|
+
], 10, fi)
|
|
2461
2463
|
]),
|
|
2462
2464
|
_: 2
|
|
2463
2465
|
}, 1032, ["id"]))
|
|
2464
2466
|
]),
|
|
2465
2467
|
default: D(() => [
|
|
2466
|
-
J("div",
|
|
2468
|
+
J("div", vi, [
|
|
2467
2469
|
A(s.$slots, "default")
|
|
2468
2470
|
])
|
|
2469
2471
|
]),
|
|
@@ -2516,7 +2518,7 @@ const en = rr(() => {
|
|
|
2516
2518
|
}, 16));
|
|
2517
2519
|
}
|
|
2518
2520
|
});
|
|
2519
|
-
const
|
|
2521
|
+
const mi = ["type", "disabled", "aria-label"], Pt = /* @__PURE__ */ H({
|
|
2520
2522
|
__name: "BCloseButton",
|
|
2521
2523
|
props: {
|
|
2522
2524
|
ariaLabel: { default: "Close" },
|
|
@@ -2532,9 +2534,9 @@ const gi = ["type", "disabled", "aria-label"], Pt = /* @__PURE__ */ H({
|
|
|
2532
2534
|
disabled: w(a),
|
|
2533
2535
|
"aria-label": o.ariaLabel,
|
|
2534
2536
|
onClick: n[0] || (n[0] = (s) => t("click", s))
|
|
2535
|
-
}, null, 8,
|
|
2537
|
+
}, null, 8, mi));
|
|
2536
2538
|
}
|
|
2537
|
-
}),
|
|
2539
|
+
}), gi = {
|
|
2538
2540
|
key: 0,
|
|
2539
2541
|
class: "visually-hidden"
|
|
2540
2542
|
}, ga = /* @__PURE__ */ H({
|
|
@@ -2561,7 +2563,7 @@ const gi = ["type", "disabled", "aria-label"], Pt = /* @__PURE__ */ H({
|
|
|
2561
2563
|
"aria-hidden": s.label || n.value ? null : !0
|
|
2562
2564
|
}, {
|
|
2563
2565
|
default: D(() => [
|
|
2564
|
-
s.label || n.value ? (y(), P("span",
|
|
2566
|
+
s.label || n.value ? (y(), P("span", gi, [
|
|
2565
2567
|
A(s.$slots, "label", {}, () => [
|
|
2566
2568
|
re(K(s.label), 1)
|
|
2567
2569
|
])
|
|
@@ -2570,7 +2572,7 @@ const gi = ["type", "disabled", "aria-label"], Pt = /* @__PURE__ */ H({
|
|
|
2570
2572
|
_: 3
|
|
2571
2573
|
}, 8, ["class", "role", "aria-hidden"]));
|
|
2572
2574
|
}
|
|
2573
|
-
}),
|
|
2575
|
+
}), yi = {
|
|
2574
2576
|
active: { type: [Boolean, String, void 0], default: void 0 },
|
|
2575
2577
|
activeClass: { type: String, default: "router-link-active" },
|
|
2576
2578
|
append: { type: [Boolean, String], default: !1 },
|
|
@@ -2691,7 +2693,7 @@ const gi = ["type", "disabled", "aria-label"], Pt = /* @__PURE__ */ H({
|
|
|
2691
2693
|
_: 3
|
|
2692
2694
|
}, 16, ["class"]));
|
|
2693
2695
|
}
|
|
2694
|
-
}),
|
|
2696
|
+
}), ot = /* @__PURE__ */ H({
|
|
2695
2697
|
__name: "BButton",
|
|
2696
2698
|
props: {
|
|
2697
2699
|
pill: { type: [String, Boolean], default: !1 },
|
|
@@ -2785,7 +2787,7 @@ const gi = ["type", "disabled", "aria-label"], Pt = /* @__PURE__ */ H({
|
|
|
2785
2787
|
_: 3
|
|
2786
2788
|
}, 8, ["class", "aria-disabled", "aria-pressed", "autocomplete", "disabled", "href", "rel", "role", "target", "type", "to", "append", "active-class", "event", "replace", "router-component-name", "router-tag"]));
|
|
2787
2789
|
}
|
|
2788
|
-
}),
|
|
2790
|
+
}), bi = /* @__PURE__ */ H({
|
|
2789
2791
|
__name: "BAlert",
|
|
2790
2792
|
props: {
|
|
2791
2793
|
closeVariant: { default: "secondary" },
|
|
@@ -2816,7 +2818,7 @@ const gi = ["type", "disabled", "aria-label"], Pt = /* @__PURE__ */ H({
|
|
|
2816
2818
|
stop: k,
|
|
2817
2819
|
isPaused: c,
|
|
2818
2820
|
value: V
|
|
2819
|
-
} =
|
|
2821
|
+
} = Jr(g, S, {
|
|
2820
2822
|
immediate: typeof s.value == "number" && B.value
|
|
2821
2823
|
}), F = u(
|
|
2822
2824
|
() => typeof s.value == "boolean" ? s.value : T.value || v.value && c.value
|
|
@@ -2854,7 +2856,7 @@ const gi = ["type", "disabled", "aria-label"], Pt = /* @__PURE__ */ H({
|
|
|
2854
2856
|
}, [
|
|
2855
2857
|
A(N.$slots, "default", {}, void 0, !0),
|
|
2856
2858
|
w(i) ? (y(), P(ce, { key: 0 }, [
|
|
2857
|
-
h.value || N.closeContent ? (y(), M(
|
|
2859
|
+
h.value || N.closeContent ? (y(), M(ot, te({ key: 0 }, f.value, { onClick: L }), {
|
|
2858
2860
|
default: D(() => [
|
|
2859
2861
|
A(N.$slots, "close", {}, () => [
|
|
2860
2862
|
re(K(N.closeContent), 1)
|
|
@@ -2877,16 +2879,16 @@ const ya = (e, t) => {
|
|
|
2877
2879
|
for (const [a, o] of t)
|
|
2878
2880
|
l[a] = o;
|
|
2879
2881
|
return l;
|
|
2880
|
-
},
|
|
2882
|
+
}, hi = /* @__PURE__ */ ya(bi, [["__scopeId", "data-v-d5cb9675"]]), Bi = {
|
|
2881
2883
|
key: 0,
|
|
2882
2884
|
class: "b-avatar-custom"
|
|
2883
|
-
},
|
|
2885
|
+
}, Si = {
|
|
2884
2886
|
key: 1,
|
|
2885
2887
|
class: "b-avatar-img"
|
|
2886
|
-
},
|
|
2887
|
-
const t = typeof e == "string" &&
|
|
2888
|
+
}, wi = ["src", "alt"], Oa = (e) => {
|
|
2889
|
+
const t = typeof e == "string" && ts(e) ? Jt(e, 0) : e;
|
|
2888
2890
|
return typeof t == "number" ? `${t}px` : t || null;
|
|
2889
|
-
},
|
|
2891
|
+
}, $i = /* @__PURE__ */ H({
|
|
2890
2892
|
__name: "BAvatar",
|
|
2891
2893
|
props: {
|
|
2892
2894
|
alt: { default: "avatar" },
|
|
@@ -3006,14 +3008,14 @@ const ya = (e, t) => {
|
|
|
3006
3008
|
onClick: W
|
|
3007
3009
|
}), {
|
|
3008
3010
|
default: D(() => [
|
|
3009
|
-
S.value ? (y(), P("span",
|
|
3011
|
+
S.value ? (y(), P("span", Bi, [
|
|
3010
3012
|
A(Q.$slots, "default")
|
|
3011
|
-
])) : Q.src ? (y(), P("span",
|
|
3013
|
+
])) : Q.src ? (y(), P("span", Si, [
|
|
3012
3014
|
J("img", {
|
|
3013
3015
|
src: Q.src,
|
|
3014
3016
|
alt: Q.alt,
|
|
3015
3017
|
onError: ie
|
|
3016
|
-
}, null, 40,
|
|
3018
|
+
}, null, 40, wi)
|
|
3017
3019
|
])) : Q.text ? (y(), P("span", {
|
|
3018
3020
|
key: 2,
|
|
3019
3021
|
class: z(["b-avatar-text", F.value]),
|
|
@@ -3033,7 +3035,7 @@ const ya = (e, t) => {
|
|
|
3033
3035
|
_: 3
|
|
3034
3036
|
}, 16, ["class", "style", "type", "disabled"]));
|
|
3035
3037
|
}
|
|
3036
|
-
}),
|
|
3038
|
+
}), Ci = /* @__PURE__ */ H({
|
|
3037
3039
|
__name: "BAvatarGroup",
|
|
3038
3040
|
props: {
|
|
3039
3041
|
overlap: { default: 0.3 },
|
|
@@ -3069,7 +3071,7 @@ const ya = (e, t) => {
|
|
|
3069
3071
|
_: 3
|
|
3070
3072
|
}));
|
|
3071
3073
|
}
|
|
3072
|
-
}),
|
|
3074
|
+
}), _i = /* @__PURE__ */ H({
|
|
3073
3075
|
__name: "BBadge",
|
|
3074
3076
|
props: {
|
|
3075
3077
|
pill: { type: [String, Boolean], default: !1 },
|
|
@@ -3209,7 +3211,7 @@ const ya = (e, t) => {
|
|
|
3209
3211
|
}, 16, ["aria-current"]))
|
|
3210
3212
|
], 2));
|
|
3211
3213
|
}
|
|
3212
|
-
}),
|
|
3214
|
+
}), ki = { "aria-label": "breadcrumb" }, Ti = { class: "breadcrumb" }, Vi = /* @__PURE__ */ H({
|
|
3213
3215
|
__name: "BBreadcrumb",
|
|
3214
3216
|
props: {
|
|
3215
3217
|
items: { default: void 0 }
|
|
@@ -3220,8 +3222,8 @@ const ya = (e, t) => {
|
|
|
3220
3222
|
let n = !1;
|
|
3221
3223
|
return o.map((r, i) => (typeof r == "string" && (r = { text: r }, i < o.length - 1 && (r.href = "#")), r.active && (n = !0), !r.active && !n && (r.active = i + 1 === o.length), r));
|
|
3222
3224
|
});
|
|
3223
|
-
return (o, n) => (y(), P("nav",
|
|
3224
|
-
J("ol",
|
|
3225
|
+
return (o, n) => (y(), P("nav", ki, [
|
|
3226
|
+
J("ol", Ti, [
|
|
3225
3227
|
A(o.$slots, "prepend"),
|
|
3226
3228
|
(y(!0), P(ce, null, be(a.value, (s, r) => (y(), M(cn, te({ key: r }, s), {
|
|
3227
3229
|
default: D(() => [
|
|
@@ -3234,7 +3236,7 @@ const ya = (e, t) => {
|
|
|
3234
3236
|
])
|
|
3235
3237
|
]));
|
|
3236
3238
|
}
|
|
3237
|
-
}),
|
|
3239
|
+
}), Oi = /* @__PURE__ */ H({
|
|
3238
3240
|
__name: "BButtonGroup",
|
|
3239
3241
|
props: {
|
|
3240
3242
|
ariaLabel: { default: "Group" },
|
|
@@ -3259,7 +3261,7 @@ const ya = (e, t) => {
|
|
|
3259
3261
|
_: 3
|
|
3260
3262
|
}, 8, ["class", "aria-label"]));
|
|
3261
3263
|
}
|
|
3262
|
-
}),
|
|
3264
|
+
}), Ai = ["role", "aria-label"], Pi = /* @__PURE__ */ H({
|
|
3263
3265
|
__name: "BButtonToolbar",
|
|
3264
3266
|
props: {
|
|
3265
3267
|
ariaLabel: { default: "Group" },
|
|
@@ -3276,9 +3278,9 @@ const ya = (e, t) => {
|
|
|
3276
3278
|
"aria-label": o.ariaLabel
|
|
3277
3279
|
}, [
|
|
3278
3280
|
A(o.$slots, "default")
|
|
3279
|
-
], 10,
|
|
3281
|
+
], 10, Ai));
|
|
3280
3282
|
}
|
|
3281
|
-
}),
|
|
3283
|
+
}), Ei = ["src", "width", "height", "srcset", "sizes", "loading"], Fi = '<svg width="%{w}" height="%{h}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 %{w} %{h}" preserveAspectRatio="none"><rect width="100%" height="100%" style="fill:%{f};"></rect></svg>', sl = /* @__PURE__ */ H({
|
|
3282
3284
|
__name: "BImg",
|
|
3283
3285
|
props: {
|
|
3284
3286
|
blank: { type: [String, Boolean], default: !1 },
|
|
@@ -3330,7 +3332,7 @@ const ya = (e, t) => {
|
|
|
3330
3332
|
[`${b.value}`]: b.value !== void 0,
|
|
3331
3333
|
"d-block": o.value || n.value
|
|
3332
3334
|
})), C = (_, $, k) => `data:image/svg+xml;charset=UTF-8,${encodeURIComponent(
|
|
3333
|
-
|
|
3335
|
+
Fi.replace("%{w}", String(_)).replace("%{h}", String($)).replace("%{f}", k)
|
|
3334
3336
|
)}`;
|
|
3335
3337
|
return (_, $) => (y(), P("img", {
|
|
3336
3338
|
class: z(T.value),
|
|
@@ -3340,7 +3342,7 @@ const ya = (e, t) => {
|
|
|
3340
3342
|
srcset: w(a) ? void 0 : S.value,
|
|
3341
3343
|
sizes: w(a) ? void 0 : h.value,
|
|
3342
3344
|
loading: w(l) ? "lazy" : "eager"
|
|
3343
|
-
}, null, 10,
|
|
3345
|
+
}, null, 10, Ei));
|
|
3344
3346
|
}
|
|
3345
3347
|
}), ua = /* @__PURE__ */ H({
|
|
3346
3348
|
__name: "BCardImg",
|
|
@@ -3370,7 +3372,7 @@ const ya = (e, t) => {
|
|
|
3370
3372
|
), r = u(() => wo(t, ["bottom", "top", "end", "start"]));
|
|
3371
3373
|
return (i, p) => (y(), M(sl, te(r.value, { class: s.value }), null, 16, ["class"]));
|
|
3372
3374
|
}
|
|
3373
|
-
}),
|
|
3375
|
+
}), Ii = ["innerHTML"], fn = /* @__PURE__ */ H({
|
|
3374
3376
|
__name: "BCardHeadFoot",
|
|
3375
3377
|
props: {
|
|
3376
3378
|
text: { default: void 0 },
|
|
@@ -3393,7 +3395,7 @@ const ya = (e, t) => {
|
|
|
3393
3395
|
a.html ? (y(), P("div", {
|
|
3394
3396
|
key: 0,
|
|
3395
3397
|
innerHTML: a.html
|
|
3396
|
-
}, null, 8,
|
|
3398
|
+
}, null, 8, Ii)) : A(a.$slots, "default", { key: 1 }, () => [
|
|
3397
3399
|
re(K(a.text), 1)
|
|
3398
3400
|
])
|
|
3399
3401
|
]),
|
|
@@ -3661,7 +3663,7 @@ const ya = (e, t) => {
|
|
|
3661
3663
|
_: 3
|
|
3662
3664
|
}, 8, ["class"]));
|
|
3663
3665
|
}
|
|
3664
|
-
}),
|
|
3666
|
+
}), Li = /* @__PURE__ */ H({
|
|
3665
3667
|
__name: "BCardGroup",
|
|
3666
3668
|
props: {
|
|
3667
3669
|
columns: { type: [String, Boolean], default: !1 },
|
|
@@ -3681,7 +3683,7 @@ const ya = (e, t) => {
|
|
|
3681
3683
|
_: 3
|
|
3682
3684
|
}, 8, ["class"]));
|
|
3683
3685
|
}
|
|
3684
|
-
}),
|
|
3686
|
+
}), Ni = /* @__PURE__ */ H({
|
|
3685
3687
|
__name: "BCardText",
|
|
3686
3688
|
props: {
|
|
3687
3689
|
text: { default: void 0 },
|
|
@@ -3697,16 +3699,16 @@ const ya = (e, t) => {
|
|
|
3697
3699
|
_: 3
|
|
3698
3700
|
}));
|
|
3699
3701
|
}
|
|
3700
|
-
}),
|
|
3702
|
+
}), zi = ["id"], Hi = {
|
|
3701
3703
|
key: 0,
|
|
3702
3704
|
class: "carousel-indicators"
|
|
3703
|
-
},
|
|
3705
|
+
}, xi = ["aria-current", "aria-label", "onClick"], Ri = /* @__PURE__ */ J("span", {
|
|
3704
3706
|
class: "carousel-control-prev-icon",
|
|
3705
3707
|
"aria-hidden": "true"
|
|
3706
|
-
}, null, -1),
|
|
3708
|
+
}, null, -1), Mi = { class: "visually-hidden" }, Di = /* @__PURE__ */ J("span", {
|
|
3707
3709
|
class: "carousel-control-next-icon",
|
|
3708
3710
|
"aria-hidden": "true"
|
|
3709
|
-
}, null, -1),
|
|
3711
|
+
}, null, -1), ji = { class: "visually-hidden" }, qi = /* @__PURE__ */ H({
|
|
3710
3712
|
__name: "BCarousel",
|
|
3711
3713
|
props: {
|
|
3712
3714
|
ride: { type: [Boolean, String], default: !1 },
|
|
@@ -3732,7 +3734,7 @@ const ya = (e, t) => {
|
|
|
3732
3734
|
emits: ["slid", "slide", "update:modelValue"],
|
|
3733
3735
|
setup(e, { expose: t, emit: l }) {
|
|
3734
3736
|
const a = e, o = Pe(), n = we(() => a.id, "carousel"), s = Be(a, "modelValue", l, { passive: !0 }), r = d(() => a.keyboard), i = d(() => a.rideReverse), p = d(() => a.noHoverPause), B = d(() => a.fade), v = d(() => a.controls), m = d(() => a.indicators), S = d(() => a.noTouch), h = d(() => a.noWrap), g = _e(() => a.touchThreshold), O = _e(() => a.interval), b = x(!1), T = x(!1), C = x(!0), _ = x(null), $ = x(null), k = x(s.value), c = Zo($), V = u(
|
|
3735
|
-
() =>
|
|
3737
|
+
() => es(a.ride) ? qa(a.ride) : a.ride
|
|
3736
3738
|
), F = u(
|
|
3737
3739
|
() => `carousel-item carousel-item-${C.value ? "prev" : "next"} carousel-item-${C.value ? "end" : "start"}`
|
|
3738
3740
|
), f = u(
|
|
@@ -3782,7 +3784,7 @@ const ya = (e, t) => {
|
|
|
3782
3784
|
p.value || L();
|
|
3783
3785
|
}, me = () => {
|
|
3784
3786
|
N.value && I();
|
|
3785
|
-
}, { lengthX: j } =
|
|
3787
|
+
}, { lengthX: j } = Xr($, {
|
|
3786
3788
|
passive: !0,
|
|
3787
3789
|
onSwipeStart() {
|
|
3788
3790
|
S.value !== !0 && L();
|
|
@@ -3839,7 +3841,7 @@ const ya = (e, t) => {
|
|
|
3839
3841
|
ref: $,
|
|
3840
3842
|
class: z(["carousel slide pointer-event", ee.value])
|
|
3841
3843
|
}, [
|
|
3842
|
-
w(m) ? (y(), P("div",
|
|
3844
|
+
w(m) ? (y(), P("div", Hi, [
|
|
3843
3845
|
(y(!0), P(ce, null, be(X.value.length, (R, G) => (y(), P("button", {
|
|
3844
3846
|
key: G,
|
|
3845
3847
|
type: "button",
|
|
@@ -3848,7 +3850,7 @@ const ya = (e, t) => {
|
|
|
3848
3850
|
"aria-current": G === w(s) ? !0 : void 0,
|
|
3849
3851
|
"aria-label": `${q.indicatorsButtonLabel} ${G}`,
|
|
3850
3852
|
onClick: (ne) => ie(G)
|
|
3851
|
-
}, null, 10,
|
|
3853
|
+
}, null, 10, xi))), 128))
|
|
3852
3854
|
])) : Y("", !0),
|
|
3853
3855
|
J("div", {
|
|
3854
3856
|
ref_key: "relatedTarget",
|
|
@@ -3867,7 +3869,7 @@ const ya = (e, t) => {
|
|
|
3867
3869
|
onAfterEnter: fe
|
|
3868
3870
|
}, {
|
|
3869
3871
|
default: D(() => [
|
|
3870
|
-
(y(!0), P(ce, null, be(X.value, (R, G) =>
|
|
3872
|
+
(y(!0), P(ce, null, be(X.value, (R, G) => ut((y(), M(ae(R), {
|
|
3871
3873
|
key: G,
|
|
3872
3874
|
class: z({ active: G === w(s) && b.value === !1 })
|
|
3873
3875
|
}, null, 8, ["class"])), [
|
|
@@ -3883,21 +3885,21 @@ const ya = (e, t) => {
|
|
|
3883
3885
|
type: "button",
|
|
3884
3886
|
onClick: Q
|
|
3885
3887
|
}, [
|
|
3886
|
-
|
|
3887
|
-
J("span",
|
|
3888
|
+
Ri,
|
|
3889
|
+
J("span", Mi, K(q.controlsPrevText), 1)
|
|
3888
3890
|
]),
|
|
3889
3891
|
J("button", {
|
|
3890
3892
|
class: "carousel-control-next",
|
|
3891
3893
|
type: "button",
|
|
3892
3894
|
onClick: pe
|
|
3893
3895
|
}, [
|
|
3894
|
-
|
|
3895
|
-
J("span",
|
|
3896
|
+
Di,
|
|
3897
|
+
J("span", ji, K(q.controlsNextText), 1)
|
|
3896
3898
|
])
|
|
3897
3899
|
], 64)) : Y("", !0)
|
|
3898
|
-
], 10,
|
|
3900
|
+
], 10, zi));
|
|
3899
3901
|
}
|
|
3900
|
-
}),
|
|
3902
|
+
}), Gi = ["innerHTML"], Wi = { key: 1 }, Ui = ["innerHTML"], Xi = { key: 1 }, Ki = /* @__PURE__ */ H({
|
|
3901
3903
|
__name: "BCarouselSlide",
|
|
3902
3904
|
props: {
|
|
3903
3905
|
imgSrc: { default: void 0 },
|
|
@@ -3954,7 +3956,7 @@ const ya = (e, t) => {
|
|
|
3954
3956
|
p.captionHtml ? (y(), P("span", {
|
|
3955
3957
|
key: 0,
|
|
3956
3958
|
innerHTML: p.captionHtml
|
|
3957
|
-
}, null, 8,
|
|
3959
|
+
}, null, 8, Gi)) : (y(), P("span", Wi, K(p.caption), 1))
|
|
3958
3960
|
])
|
|
3959
3961
|
]),
|
|
3960
3962
|
_: 3
|
|
@@ -3965,7 +3967,7 @@ const ya = (e, t) => {
|
|
|
3965
3967
|
p.textHtml ? (y(), P("span", {
|
|
3966
3968
|
key: 0,
|
|
3967
3969
|
innerHTML: p.textHtml
|
|
3968
|
-
}, null, 8,
|
|
3970
|
+
}, null, 8, Ui)) : (y(), P("span", Xi, K(p.text), 1))
|
|
3969
3971
|
])
|
|
3970
3972
|
]),
|
|
3971
3973
|
_: 3
|
|
@@ -3976,7 +3978,7 @@ const ya = (e, t) => {
|
|
|
3976
3978
|
}, 8, ["class"])) : Y("", !0)
|
|
3977
3979
|
], 4));
|
|
3978
3980
|
}
|
|
3979
|
-
}), Dl = fa("", [], { type: [Boolean, String, Number], default: !1 }), jl = fa("offset", [""], { type: [String, Number], default: null }), ql = fa("order", [""], { type: [String, Number], default: null }),
|
|
3981
|
+
}), Dl = fa("", [], { type: [Boolean, String, Number], default: !1 }), jl = fa("offset", [""], { type: [String, Number], default: null }), ql = fa("order", [""], { type: [String, Number], default: null }), Yi = H({
|
|
3980
3982
|
name: "BCol",
|
|
3981
3983
|
slots: Object,
|
|
3982
3984
|
props: {
|
|
@@ -4014,7 +4016,7 @@ const ya = (e, t) => {
|
|
|
4014
4016
|
};
|
|
4015
4017
|
}
|
|
4016
4018
|
});
|
|
4017
|
-
function
|
|
4019
|
+
function Ji(e, t, l, a, o, n) {
|
|
4018
4020
|
return y(), M(ae(e.tag), {
|
|
4019
4021
|
class: z(e.computedClasses)
|
|
4020
4022
|
}, {
|
|
@@ -4024,7 +4026,7 @@ function Zi(e, t, l, a, o, n) {
|
|
|
4024
4026
|
_: 3
|
|
4025
4027
|
}, 8, ["class"]);
|
|
4026
4028
|
}
|
|
4027
|
-
const Et = /* @__PURE__ */ ya(
|
|
4029
|
+
const Et = /* @__PURE__ */ ya(Yi, [["render", Ji]]), gt = {
|
|
4028
4030
|
autoHide: !0,
|
|
4029
4031
|
delay: 5e3,
|
|
4030
4032
|
noCloseButton: !1,
|
|
@@ -4081,7 +4083,7 @@ class Gl {
|
|
|
4081
4083
|
hide() {
|
|
4082
4084
|
}
|
|
4083
4085
|
}
|
|
4084
|
-
class
|
|
4086
|
+
class Zi {
|
|
4085
4087
|
constructor() {
|
|
4086
4088
|
Ve(this, "vms");
|
|
4087
4089
|
Ve(this, "rootInstance");
|
|
@@ -4109,31 +4111,31 @@ class Qi {
|
|
|
4109
4111
|
return this.vms[t];
|
|
4110
4112
|
}
|
|
4111
4113
|
}
|
|
4112
|
-
const Aa = Symbol("toast"), hn = Symbol("toastFetch"),
|
|
4114
|
+
const Aa = Symbol("toast"), hn = Symbol("toastFetch"), Qi = {
|
|
4113
4115
|
container: void 0,
|
|
4114
4116
|
toasts: [],
|
|
4115
4117
|
root: !1
|
|
4116
4118
|
};
|
|
4117
|
-
function
|
|
4119
|
+
function eu() {
|
|
4118
4120
|
return Ae(hn);
|
|
4119
4121
|
}
|
|
4120
4122
|
function Bn(e, t = Aa) {
|
|
4121
|
-
const l = Ae(
|
|
4123
|
+
const l = Ae(eu());
|
|
4122
4124
|
if (!e)
|
|
4123
4125
|
return new Gl(l.getOrCreateViewModel());
|
|
4124
|
-
const a = { id: Symbol("toastInstance") }, o = { ...
|
|
4126
|
+
const a = { id: Symbol("toastInstance") }, o = { ...Qi, ...a, ...e }, n = l.getOrCreateViewModel(o);
|
|
4125
4127
|
return new Gl(n);
|
|
4126
4128
|
}
|
|
4127
4129
|
const Sn = {
|
|
4128
4130
|
install: (e, t) => {
|
|
4129
4131
|
var a;
|
|
4130
4132
|
const l = typeof (t == null ? void 0 : t.BToast) == "object" ? ((a = t == null ? void 0 : t.BToast) == null ? void 0 : a.injectkey) ?? Aa : Aa;
|
|
4131
|
-
e.provide(hn, l), e.provide(l, new
|
|
4133
|
+
e.provide(hn, l), e.provide(l, new Zi());
|
|
4132
4134
|
}
|
|
4133
|
-
},
|
|
4135
|
+
}, tu = "toast-title", Wl = 1e3, wn = H({
|
|
4134
4136
|
components: { BLink: Ze },
|
|
4135
4137
|
props: {
|
|
4136
|
-
...
|
|
4138
|
+
...yi,
|
|
4137
4139
|
delay: { type: Number, default: 5e3 },
|
|
4138
4140
|
bodyClass: { type: String, default: void 0 },
|
|
4139
4141
|
body: { type: [Object, String], default: void 0 },
|
|
@@ -4222,7 +4224,7 @@ const Sn = {
|
|
|
4222
4224
|
};
|
|
4223
4225
|
return () => {
|
|
4224
4226
|
const I = () => {
|
|
4225
|
-
const N = [], X = ze(
|
|
4227
|
+
const N = [], X = ze(tu, { hide: T }, l);
|
|
4226
4228
|
X ? N.push(ue(X)) : e.title && N.push(ue("strong", { class: "me-auto" }, e.title)), !n.value && N.length !== 0 && N.push(
|
|
4227
4229
|
ue(Pt, {
|
|
4228
4230
|
class: ["btn-close"],
|
|
@@ -4331,7 +4333,7 @@ const Sn = {
|
|
|
4331
4333
|
], 2);
|
|
4332
4334
|
};
|
|
4333
4335
|
}
|
|
4334
|
-
}),
|
|
4336
|
+
}), au = H({
|
|
4335
4337
|
slots: Object,
|
|
4336
4338
|
props: {
|
|
4337
4339
|
gutterX: { type: String, default: null },
|
|
@@ -4366,7 +4368,7 @@ const Sn = {
|
|
|
4366
4368
|
};
|
|
4367
4369
|
},
|
|
4368
4370
|
methods: {}
|
|
4369
|
-
}),
|
|
4371
|
+
}), lu = { class: "visually-hidden" }, ou = ["aria-labelledby", "role"], $n = /* @__PURE__ */ H({
|
|
4370
4372
|
__name: "BDropdown",
|
|
4371
4373
|
props: {
|
|
4372
4374
|
ariaLabel: { default: void 0 },
|
|
@@ -4421,7 +4423,7 @@ const Sn = {
|
|
|
4421
4423
|
{ target: V }
|
|
4422
4424
|
);
|
|
4423
4425
|
const L = u(() => h.value ? c.value : V.value), I = u(
|
|
4424
|
-
() =>
|
|
4426
|
+
() => ri({
|
|
4425
4427
|
top: i.value,
|
|
4426
4428
|
start: v.value,
|
|
4427
4429
|
end: p.value,
|
|
@@ -4505,7 +4507,7 @@ const Sn = {
|
|
|
4505
4507
|
}), (q, E) => (y(), P("div", {
|
|
4506
4508
|
class: z([Q.value, "btn-group"])
|
|
4507
4509
|
}, [
|
|
4508
|
-
ye(
|
|
4510
|
+
ye(ot, {
|
|
4509
4511
|
id: w(o),
|
|
4510
4512
|
ref_key: "splitButton",
|
|
4511
4513
|
ref: V,
|
|
@@ -4528,7 +4530,7 @@ const Sn = {
|
|
|
4528
4530
|
]),
|
|
4529
4531
|
_: 3
|
|
4530
4532
|
}, 8, ["id", "variant", "size", "class", "disabled", "type", "aria-label", "aria-expanded", "aria-haspopup", "href", "to"]),
|
|
4531
|
-
w(h) ? (y(), M(
|
|
4533
|
+
w(h) ? (y(), M(ot, {
|
|
4532
4534
|
key: 0,
|
|
4533
4535
|
ref_key: "button",
|
|
4534
4536
|
ref: c,
|
|
@@ -4541,7 +4543,7 @@ const Sn = {
|
|
|
4541
4543
|
onClick: le
|
|
4542
4544
|
}, {
|
|
4543
4545
|
default: D(() => [
|
|
4544
|
-
J("span",
|
|
4546
|
+
J("span", lu, [
|
|
4545
4547
|
A(q.$slots, "toggle-text", {}, () => [
|
|
4546
4548
|
re(K(q.toggleText), 1)
|
|
4547
4549
|
])
|
|
@@ -4549,7 +4551,7 @@ const Sn = {
|
|
|
4549
4551
|
]),
|
|
4550
4552
|
_: 3
|
|
4551
4553
|
}, 8, ["variant", "size", "disabled", "class", "aria-expanded"])) : Y("", !0),
|
|
4552
|
-
!w(T) || w(s) ?
|
|
4554
|
+
!w(T) || w(s) ? ut((y(), P("ul", {
|
|
4553
4555
|
key: 1,
|
|
4554
4556
|
ref_key: "floating",
|
|
4555
4557
|
ref: k,
|
|
@@ -4565,18 +4567,18 @@ const Sn = {
|
|
|
4565
4567
|
onClick: j
|
|
4566
4568
|
}, [
|
|
4567
4569
|
A(q.$slots, "default")
|
|
4568
|
-
], 14,
|
|
4570
|
+
], 14, ou)), [
|
|
4569
4571
|
[ca, w(T) || w(s)]
|
|
4570
4572
|
]) : Y("", !0)
|
|
4571
4573
|
], 2));
|
|
4572
4574
|
}
|
|
4573
|
-
}),
|
|
4575
|
+
}), nu = { role: "presentation" }, su = /* @__PURE__ */ H({
|
|
4574
4576
|
__name: "BDropdownDivider",
|
|
4575
4577
|
props: {
|
|
4576
4578
|
tag: { default: "hr" }
|
|
4577
4579
|
},
|
|
4578
4580
|
setup(e) {
|
|
4579
|
-
return (t, l) => (y(), P("li",
|
|
4581
|
+
return (t, l) => (y(), P("li", nu, [
|
|
4580
4582
|
(y(), M(ae(t.tag), {
|
|
4581
4583
|
class: "dropdown-divider",
|
|
4582
4584
|
role: "separator",
|
|
@@ -4584,16 +4586,16 @@ const Sn = {
|
|
|
4584
4586
|
}))
|
|
4585
4587
|
]));
|
|
4586
4588
|
}
|
|
4587
|
-
}),
|
|
4589
|
+
}), ru = { role: "presentation" }, iu = { class: "px-4 py-3" }, uu = /* @__PURE__ */ H({
|
|
4588
4590
|
__name: "BDropdownForm",
|
|
4589
4591
|
setup(e) {
|
|
4590
|
-
return (t, l) => (y(), P("li",
|
|
4591
|
-
J("form",
|
|
4592
|
+
return (t, l) => (y(), P("li", ru, [
|
|
4593
|
+
J("form", iu, [
|
|
4592
4594
|
A(t.$slots, "default")
|
|
4593
4595
|
])
|
|
4594
4596
|
]));
|
|
4595
4597
|
}
|
|
4596
|
-
}),
|
|
4598
|
+
}), du = { role: "presentation" }, cu = ["id", "aria-describedby"], fu = /* @__PURE__ */ H({
|
|
4597
4599
|
inheritAttrs: !1,
|
|
4598
4600
|
__name: "BDropdownGroup",
|
|
4599
4601
|
props: {
|
|
@@ -4615,7 +4617,7 @@ const Sn = {
|
|
|
4615
4617
|
[`text-${t.headerVariant}`]: t.headerVariant !== null
|
|
4616
4618
|
}
|
|
4617
4619
|
]);
|
|
4618
|
-
return (n, s) => (y(), P("li",
|
|
4620
|
+
return (n, s) => (y(), P("li", du, [
|
|
4619
4621
|
(y(), M(ae(n.headerTag), {
|
|
4620
4622
|
id: l.value,
|
|
4621
4623
|
class: z(["dropdown-header", o.value]),
|
|
@@ -4636,19 +4638,19 @@ const Sn = {
|
|
|
4636
4638
|
"aria-describedby": n.ariaDescribedby || l.value
|
|
4637
4639
|
}), [
|
|
4638
4640
|
A(n.$slots, "default")
|
|
4639
|
-
], 16,
|
|
4641
|
+
], 16, cu)
|
|
4640
4642
|
]));
|
|
4641
4643
|
}
|
|
4642
|
-
}),
|
|
4644
|
+
}), vu = { class: "dropdown-header" }, pu = /* @__PURE__ */ H({
|
|
4643
4645
|
__name: "BDropdownHeader",
|
|
4644
4646
|
setup(e) {
|
|
4645
4647
|
return (t, l) => (y(), P("li", null, [
|
|
4646
|
-
J("h6",
|
|
4648
|
+
J("h6", vu, [
|
|
4647
4649
|
A(t.$slots, "default")
|
|
4648
4650
|
])
|
|
4649
4651
|
]));
|
|
4650
4652
|
}
|
|
4651
|
-
}),
|
|
4653
|
+
}), mu = { role: "presentation" }, gu = /* @__PURE__ */ H({
|
|
4652
4654
|
inheritAttrs: !1,
|
|
4653
4655
|
__name: "BDropdownItem",
|
|
4654
4656
|
props: {
|
|
@@ -4677,7 +4679,7 @@ const Sn = {
|
|
|
4677
4679
|
var h, g;
|
|
4678
4680
|
t("click", S), v !== null && ((h = p == null ? void 0 : p.close) == null || h.call(p)), (g = B == null ? void 0 : B.close) == null || g.call(B);
|
|
4679
4681
|
};
|
|
4680
|
-
return (S, h) => (y(), P("li",
|
|
4682
|
+
return (S, h) => (y(), P("li", mu, [
|
|
4681
4683
|
(y(), M(ae(r.value), te({
|
|
4682
4684
|
class: ["dropdown-item", s.value],
|
|
4683
4685
|
disabled: w(o),
|
|
@@ -4694,7 +4696,7 @@ const Sn = {
|
|
|
4694
4696
|
}, 16, ["class", "disabled", "aria-current", "href", "rel", "type", "target"]))
|
|
4695
4697
|
]));
|
|
4696
4698
|
}
|
|
4697
|
-
}),
|
|
4699
|
+
}), yu = { role: "presentation" }, bu = ["disabled"], hu = /* @__PURE__ */ H({
|
|
4698
4700
|
inheritAttrs: !1,
|
|
4699
4701
|
__name: "BDropdownItemButton",
|
|
4700
4702
|
props: {
|
|
@@ -4716,7 +4718,7 @@ const Sn = {
|
|
|
4716
4718
|
]), s = (r) => {
|
|
4717
4719
|
t("click", r);
|
|
4718
4720
|
};
|
|
4719
|
-
return (r, i) => (y(), P("li",
|
|
4721
|
+
return (r, i) => (y(), P("li", yu, [
|
|
4720
4722
|
J("button", {
|
|
4721
4723
|
role: "menu",
|
|
4722
4724
|
type: "button",
|
|
@@ -4725,24 +4727,24 @@ const Sn = {
|
|
|
4725
4727
|
onClick: s
|
|
4726
4728
|
}, [
|
|
4727
4729
|
A(r.$slots, "default")
|
|
4728
|
-
], 10,
|
|
4730
|
+
], 10, bu)
|
|
4729
4731
|
]));
|
|
4730
4732
|
}
|
|
4731
|
-
}),
|
|
4733
|
+
}), Bu = { role: "presentation" }, Su = { class: "px-4 py-1 mb-0 text-body-secondary" }, wu = /* @__PURE__ */ H({
|
|
4732
4734
|
__name: "BDropdownText",
|
|
4733
4735
|
props: {
|
|
4734
4736
|
text: { default: "" }
|
|
4735
4737
|
},
|
|
4736
4738
|
setup(e) {
|
|
4737
|
-
return (t, l) => (y(), P("li",
|
|
4738
|
-
J("p",
|
|
4739
|
+
return (t, l) => (y(), P("li", Bu, [
|
|
4740
|
+
J("p", Su, [
|
|
4739
4741
|
A(t.$slots, "default", {}, () => [
|
|
4740
4742
|
re(K(t.text), 1)
|
|
4741
4743
|
])
|
|
4742
4744
|
])
|
|
4743
4745
|
]));
|
|
4744
4746
|
}
|
|
4745
|
-
}),
|
|
4747
|
+
}), $u = ["id", "novalidate", "onSubmit"], Cn = /* @__PURE__ */ H({
|
|
4746
4748
|
__name: "BForm",
|
|
4747
4749
|
props: {
|
|
4748
4750
|
id: { default: void 0 },
|
|
@@ -4765,9 +4767,9 @@ const Sn = {
|
|
|
4765
4767
|
onSubmit: Da(r, ["prevent"])
|
|
4766
4768
|
}, [
|
|
4767
4769
|
A(i.$slots, "default")
|
|
4768
|
-
], 42,
|
|
4770
|
+
], 42, $u));
|
|
4769
4771
|
}
|
|
4770
|
-
}),
|
|
4772
|
+
}), Cu = { class: "form-floating" }, _u = ["for"], ku = /* @__PURE__ */ H({
|
|
4771
4773
|
__name: "BFormFloatingLabel",
|
|
4772
4774
|
props: {
|
|
4773
4775
|
labelFor: { default: void 0 },
|
|
@@ -4775,7 +4777,7 @@ const Sn = {
|
|
|
4775
4777
|
text: { default: void 0 }
|
|
4776
4778
|
},
|
|
4777
4779
|
setup(e) {
|
|
4778
|
-
return (t, l) => (y(), P("div",
|
|
4780
|
+
return (t, l) => (y(), P("div", Cu, [
|
|
4779
4781
|
A(t.$slots, "default", {}, () => [
|
|
4780
4782
|
re(K(t.text), 1)
|
|
4781
4783
|
]),
|
|
@@ -4783,7 +4785,7 @@ const Sn = {
|
|
|
4783
4785
|
A(t.$slots, "label", {}, () => [
|
|
4784
4786
|
re(K(t.label), 1)
|
|
4785
4787
|
])
|
|
4786
|
-
], 8,
|
|
4788
|
+
], 8, _u)
|
|
4787
4789
|
]));
|
|
4788
4790
|
}
|
|
4789
4791
|
}), Ea = /* @__PURE__ */ H({
|
|
@@ -4895,7 +4897,7 @@ const Sn = {
|
|
|
4895
4897
|
_: 3
|
|
4896
4898
|
}, 8, ["id", "role", "aria-live", "aria-atomic", "class"]));
|
|
4897
4899
|
}
|
|
4898
|
-
}),
|
|
4900
|
+
}), Tu = ["id", "disabled", "required", "name", "form", "aria-label", "aria-labelledby", "aria-required", "value", "indeterminate"], Vu = ["for"], _n = /* @__PURE__ */ H({
|
|
4899
4901
|
inheritAttrs: !1,
|
|
4900
4902
|
__name: "BFormCheckbox",
|
|
4901
4903
|
props: {
|
|
@@ -4971,7 +4973,7 @@ const Sn = {
|
|
|
4971
4973
|
default: D(() => {
|
|
4972
4974
|
var X, ee, W;
|
|
4973
4975
|
return [
|
|
4974
|
-
|
|
4976
|
+
ut(J("input", te({ id: w(s) }, I.$attrs, {
|
|
4975
4977
|
ref_key: "input",
|
|
4976
4978
|
ref: T,
|
|
4977
4979
|
"onUpdate:modelValue": N[0] || (N[0] = (ie) => $.value = ie),
|
|
@@ -4986,7 +4988,7 @@ const Sn = {
|
|
|
4986
4988
|
"aria-required": k.value || void 0,
|
|
4987
4989
|
value: I.value,
|
|
4988
4990
|
indeterminate: w(r)
|
|
4989
|
-
}), null, 16,
|
|
4991
|
+
}), null, 16, Tu), [
|
|
4990
4992
|
[Jn, $.value]
|
|
4991
4993
|
]),
|
|
4992
4994
|
_.value || w(p) === !1 ? (y(), P("label", {
|
|
@@ -4995,13 +4997,13 @@ const Sn = {
|
|
|
4995
4997
|
class: z(w(L))
|
|
4996
4998
|
}, [
|
|
4997
4999
|
A(I.$slots, "default")
|
|
4998
|
-
], 10,
|
|
5000
|
+
], 10, Vu)) : Y("", !0)
|
|
4999
5001
|
];
|
|
5000
5002
|
}),
|
|
5001
5003
|
_: 3
|
|
5002
5004
|
}, 8, ["skip", "class"]));
|
|
5003
5005
|
}
|
|
5004
|
-
}),
|
|
5006
|
+
}), Ou = ["id"], Au = ["innerHTML"], Pu = ["textContent"], Eu = /* @__PURE__ */ H({
|
|
5005
5007
|
__name: "BFormCheckboxGroup",
|
|
5006
5008
|
props: {
|
|
5007
5009
|
id: { default: void 0 },
|
|
@@ -5110,17 +5112,17 @@ const Sn = {
|
|
|
5110
5112
|
V.html ? (y(), P("span", {
|
|
5111
5113
|
key: 0,
|
|
5112
5114
|
innerHTML: V.html
|
|
5113
|
-
}, null, 8,
|
|
5115
|
+
}, null, 8, Au)) : (y(), P("span", {
|
|
5114
5116
|
key: 1,
|
|
5115
5117
|
textContent: K(V.text)
|
|
5116
|
-
}, null, 8,
|
|
5118
|
+
}, null, 8, Pu))
|
|
5117
5119
|
]),
|
|
5118
5120
|
_: 2
|
|
5119
5121
|
}, 1040))), 128)),
|
|
5120
5122
|
A(k.$slots, "default")
|
|
5121
|
-
], 16,
|
|
5123
|
+
], 16, Ou));
|
|
5122
5124
|
}
|
|
5123
|
-
}),
|
|
5125
|
+
}), Fu = ["for"], Iu = ["id", "form", "name", "multiple", "disabled", "capture", "accept", "required", "aria-required", "directory", "webkitdirectory"], Lu = /* @__PURE__ */ H({
|
|
5124
5126
|
inheritAttrs: !1,
|
|
5125
5127
|
__name: "BFormFile",
|
|
5126
5128
|
props: {
|
|
@@ -5183,7 +5185,7 @@ const Sn = {
|
|
|
5183
5185
|
A(V.$slots, "label", {}, () => [
|
|
5184
5186
|
re(K(V.label), 1)
|
|
5185
5187
|
])
|
|
5186
|
-
], 10,
|
|
5188
|
+
], 10, Fu)) : Y("", !0),
|
|
5187
5189
|
J("input", te({ id: w(s) }, V.$attrs, {
|
|
5188
5190
|
ref_key: "input",
|
|
5189
5191
|
ref: g,
|
|
@@ -5201,10 +5203,10 @@ const Sn = {
|
|
|
5201
5203
|
webkitdirectory: w(i),
|
|
5202
5204
|
onChange: $,
|
|
5203
5205
|
onDrop: k
|
|
5204
|
-
}), null, 16,
|
|
5206
|
+
}), null, 16, Iu)
|
|
5205
5207
|
], 64));
|
|
5206
5208
|
}
|
|
5207
|
-
}), kn = ["input", "select", "textarea"],
|
|
5209
|
+
}), kn = ["input", "select", "textarea"], Nu = kn.map((e) => `${e}:not([disabled])`).join(), zu = [...kn, "a", "button", "label"], Hu = "label", xu = "invalid-feedback", Ru = "valid-feedback", Mu = "description", Du = "default", ju = H({
|
|
5208
5210
|
components: { BCol: Et, BFormInvalidFeedback: Ea, BFormRow: Qt, BFormText: Fa, BFormValidFeedback: Ia },
|
|
5209
5211
|
props: {
|
|
5210
5212
|
contentCols: { type: [Boolean, String, Number], default: void 0 },
|
|
@@ -5245,13 +5247,13 @@ const Sn = {
|
|
|
5245
5247
|
}, []), v = ($, k) => p.reduce((c, V) => {
|
|
5246
5248
|
const F = bl(V === "xs" ? "" : V, `${k}Cols`);
|
|
5247
5249
|
let f = $[F];
|
|
5248
|
-
return f = f === "" ? !0 : f || !1, typeof f != "boolean" && f !== "auto" && (f =
|
|
5250
|
+
return f = f === "" ? !0 : f || !1, typeof f != "boolean" && f !== "auto" && (f = Fs(f, 0), f = f > 0 ? f : !1), f && (V === "xs" ? c[typeof f == "boolean" ? "col" : "cols"] = f : c[V || (typeof f == "boolean" ? "col" : "cols")] = f), c;
|
|
5249
5251
|
}, {}), m = x(), S = ($, k = null) => {
|
|
5250
5252
|
if (Ua && e.labelFor) {
|
|
5251
|
-
const c = ho(`#${
|
|
5253
|
+
const c = ho(`#${vs(e.labelFor)}`, m);
|
|
5252
5254
|
if (c) {
|
|
5253
5255
|
const V = "aria-describedby", F = ($ || "").split(Yt), f = (k || "").split(Yt), L = (Xa(c, V) || "").split(Yt).filter((I) => !f.includes(I)).concat(F).filter((I, N, X) => X.indexOf(I) === N).filter((I) => I).join(" ").trim();
|
|
5254
|
-
L ?
|
|
5256
|
+
L ? Os(c, V, L) : As(c, V);
|
|
5255
5257
|
}
|
|
5256
5258
|
}
|
|
5257
5259
|
}, h = u(() => v(e, "content")), g = u(() => B(e, "label")), O = u(() => v(e, "label")), b = u(
|
|
@@ -5289,10 +5291,10 @@ const Sn = {
|
|
|
5289
5291
|
if (e.labelFor)
|
|
5290
5292
|
return;
|
|
5291
5293
|
const { target: k } = $, c = k ? k.tagName : "";
|
|
5292
|
-
if (
|
|
5294
|
+
if (zu.indexOf(c) !== -1)
|
|
5293
5295
|
return;
|
|
5294
|
-
const V =
|
|
5295
|
-
V.length === 1 &&
|
|
5296
|
+
const V = Ts(Nu, m).filter(ks);
|
|
5297
|
+
V.length === 1 && Cs(V[0]);
|
|
5296
5298
|
},
|
|
5297
5299
|
stateClass: T
|
|
5298
5300
|
};
|
|
@@ -5300,7 +5302,7 @@ const Sn = {
|
|
|
5300
5302
|
render() {
|
|
5301
5303
|
const e = this.$props, t = this.$slots, l = we(), a = !e.labelFor;
|
|
5302
5304
|
let o = null;
|
|
5303
|
-
const n = ze(
|
|
5305
|
+
const n = ze(Hu, {}, t) || e.label, s = n ? at("_BV_label_") : null;
|
|
5304
5306
|
if (n || this.isHorizontal) {
|
|
5305
5307
|
const _ = a ? "legend" : "label";
|
|
5306
5308
|
if (this.labelSrOnlyBoolean)
|
|
@@ -5338,7 +5340,7 @@ const Sn = {
|
|
|
5338
5340
|
}
|
|
5339
5341
|
}
|
|
5340
5342
|
let r = null;
|
|
5341
|
-
const i = ze(
|
|
5343
|
+
const i = ze(xu, {}, t) || this.invalidFeedback, p = i ? at("_BV_feedback_invalid_") : void 0;
|
|
5342
5344
|
i && (r = ue(
|
|
5343
5345
|
Ea,
|
|
5344
5346
|
{
|
|
@@ -5350,7 +5352,7 @@ const Sn = {
|
|
|
5350
5352
|
{ default: () => i }
|
|
5351
5353
|
));
|
|
5352
5354
|
let B = null;
|
|
5353
|
-
const v = ze(
|
|
5355
|
+
const v = ze(Ru, {}, t) || this.validFeedback, m = v ? at("_BV_feedback_valid_") : void 0;
|
|
5354
5356
|
v && (B = ue(
|
|
5355
5357
|
Ia,
|
|
5356
5358
|
{
|
|
@@ -5363,7 +5365,7 @@ const Sn = {
|
|
|
5363
5365
|
// validFeedbackContent
|
|
5364
5366
|
));
|
|
5365
5367
|
let S = null;
|
|
5366
|
-
const h = ze(
|
|
5368
|
+
const h = ze(Mu, {}, t) || this.description, g = h ? at("_BV_description_") : void 0;
|
|
5367
5369
|
h && (S = ue(
|
|
5368
5370
|
Fa,
|
|
5369
5371
|
{
|
|
@@ -5376,7 +5378,7 @@ const Sn = {
|
|
|
5376
5378
|
this.stateBoolean === !1 ? p : null,
|
|
5377
5379
|
this.stateBoolean === !0 ? m : null
|
|
5378
5380
|
].filter((_) => _).join(" ") || null, b = [
|
|
5379
|
-
ze(
|
|
5381
|
+
ze(Du, { ariaDescribedby: O, descriptionId: g, id: l, labelId: s }, t) || "",
|
|
5380
5382
|
r,
|
|
5381
5383
|
B,
|
|
5382
5384
|
S
|
|
@@ -5416,7 +5418,7 @@ const Sn = {
|
|
|
5416
5418
|
this.isHorizontal && a ? [ue(Qt, null, { default: () => [o, T] })] : this.isHorizontal || !this.floatingBoolean ? [o, T] : [T]
|
|
5417
5419
|
);
|
|
5418
5420
|
}
|
|
5419
|
-
}),
|
|
5421
|
+
}), qu = ["id", "name", "form", "type", "disabled", "placeholder", "required", "autocomplete", "readonly", "min", "max", "step", "list", "aria-required", "aria-invalid"], Gu = /* @__PURE__ */ H({
|
|
5420
5422
|
__name: "BFormInput",
|
|
5421
5423
|
props: {
|
|
5422
5424
|
max: { default: void 0 },
|
|
@@ -5485,9 +5487,9 @@ const Sn = {
|
|
|
5485
5487
|
onInput: $[0] || ($[0] = (k) => w(r)(k)),
|
|
5486
5488
|
onChange: $[1] || ($[1] = (k) => w(i)(k)),
|
|
5487
5489
|
onBlur: $[2] || ($[2] = (k) => w(p)(k))
|
|
5488
|
-
}, null, 42,
|
|
5490
|
+
}, null, 42, qu));
|
|
5489
5491
|
}
|
|
5490
|
-
}),
|
|
5492
|
+
}), Wu = ["id", "checked", "disabled", "required", "name", "form", "aria-label", "aria-labelledby", "value", "aria-required"], Uu = ["for"], Tn = /* @__PURE__ */ H({
|
|
5491
5493
|
inheritAttrs: !1,
|
|
5492
5494
|
__name: "BFormRadio",
|
|
5493
5495
|
props: {
|
|
@@ -5558,7 +5560,7 @@ const Sn = {
|
|
|
5558
5560
|
default: D(() => {
|
|
5559
5561
|
var I, N, X;
|
|
5560
5562
|
return [
|
|
5561
|
-
|
|
5563
|
+
ut(J("input", te({ id: w(s) }, f.$attrs, {
|
|
5562
5564
|
ref_key: "input",
|
|
5563
5565
|
ref: O,
|
|
5564
5566
|
"onUpdate:modelValue": L[0] || (L[0] = (ee) => C.value = ee),
|
|
@@ -5573,7 +5575,7 @@ const Sn = {
|
|
|
5573
5575
|
"aria-labelledby": f.ariaLabelledby,
|
|
5574
5576
|
value: f.value,
|
|
5575
5577
|
"aria-required": _.value || void 0
|
|
5576
|
-
}), null, 16,
|
|
5578
|
+
}), null, 16, Wu), [
|
|
5577
5579
|
[Zn, C.value]
|
|
5578
5580
|
]),
|
|
5579
5581
|
T.value || w(i) === !1 ? (y(), P("label", {
|
|
@@ -5582,13 +5584,13 @@ const Sn = {
|
|
|
5582
5584
|
class: z(w(F))
|
|
5583
5585
|
}, [
|
|
5584
5586
|
A(f.$slots, "default")
|
|
5585
|
-
], 10,
|
|
5587
|
+
], 10, Uu)) : Y("", !0)
|
|
5586
5588
|
];
|
|
5587
5589
|
}),
|
|
5588
5590
|
_: 3
|
|
5589
5591
|
}, 8, ["skip", "class"]));
|
|
5590
5592
|
}
|
|
5591
|
-
}),
|
|
5593
|
+
}), Xu = ["id"], Ku = ["innerHTML"], Yu = ["textContent"], Ju = /* @__PURE__ */ H({
|
|
5592
5594
|
__name: "BFormRadioGroup",
|
|
5593
5595
|
props: {
|
|
5594
5596
|
size: { default: "md" },
|
|
@@ -5688,17 +5690,17 @@ const Sn = {
|
|
|
5688
5690
|
c.html ? (y(), P("span", {
|
|
5689
5691
|
key: 0,
|
|
5690
5692
|
innerHTML: c.html
|
|
5691
|
-
}, null, 8,
|
|
5693
|
+
}, null, 8, Ku)) : (y(), P("span", {
|
|
5692
5694
|
key: 1,
|
|
5693
5695
|
textContent: K(c.text)
|
|
5694
|
-
}, null, 8,
|
|
5696
|
+
}, null, 8, Yu))
|
|
5695
5697
|
]),
|
|
5696
5698
|
_: 2
|
|
5697
5699
|
}, 1040))), 128)),
|
|
5698
5700
|
A($.$slots, "default")
|
|
5699
|
-
], 16,
|
|
5701
|
+
], 16, Xu));
|
|
5700
5702
|
}
|
|
5701
|
-
}),
|
|
5703
|
+
}), Zu = ["value", "disabled"], rl = /* @__PURE__ */ H({
|
|
5702
5704
|
__name: "BFormSelectOption",
|
|
5703
5705
|
props: {
|
|
5704
5706
|
value: { default: void 0 },
|
|
@@ -5711,9 +5713,9 @@ const Sn = {
|
|
|
5711
5713
|
disabled: w(l)
|
|
5712
5714
|
}, [
|
|
5713
5715
|
A(a.$slots, "default")
|
|
5714
|
-
], 8,
|
|
5716
|
+
], 8, Zu));
|
|
5715
5717
|
}
|
|
5716
|
-
}),
|
|
5718
|
+
}), Qu = ["label"], Vn = /* @__PURE__ */ H({
|
|
5717
5719
|
__name: "BFormSelectOptionGroup",
|
|
5718
5720
|
props: {
|
|
5719
5721
|
label: { default: void 0 },
|
|
@@ -5737,9 +5739,9 @@ const Sn = {
|
|
|
5737
5739
|
innerHTML: n.html || n.text
|
|
5738
5740
|
}), null, 16, ["value", "disabled", "innerHTML"]))), 128)),
|
|
5739
5741
|
A(a.$slots, "default")
|
|
5740
|
-
], 8,
|
|
5742
|
+
], 8, Qu));
|
|
5741
5743
|
}
|
|
5742
|
-
}),
|
|
5744
|
+
}), ed = ["id", "name", "form", "multiple", "size", "disabled", "required", "aria-required", "aria-invalid"], td = /* @__PURE__ */ H({
|
|
5743
5745
|
__name: "BFormSelect",
|
|
5744
5746
|
props: {
|
|
5745
5747
|
ariaInvalid: { type: [String, Boolean], default: void 0 },
|
|
@@ -5795,7 +5797,7 @@ const Sn = {
|
|
|
5795
5797
|
blur: () => {
|
|
5796
5798
|
g.value = !1;
|
|
5797
5799
|
}
|
|
5798
|
-
}), ($, k) =>
|
|
5800
|
+
}), ($, k) => ut((y(), P("select", {
|
|
5799
5801
|
id: w(n),
|
|
5800
5802
|
ref_key: "input",
|
|
5801
5803
|
ref: h,
|
|
@@ -5824,7 +5826,7 @@ const Sn = {
|
|
|
5824
5826
|
}, null, 8, ["value", "disabled", "innerHTML"]))
|
|
5825
5827
|
], 64))), 128)),
|
|
5826
5828
|
A($.$slots, "default")
|
|
5827
|
-
], 10,
|
|
5829
|
+
], 10, ed)), [
|
|
5828
5830
|
[Qn, _.value]
|
|
5829
5831
|
]);
|
|
5830
5832
|
}
|
|
@@ -5843,18 +5845,18 @@ const Sn = {
|
|
|
5843
5845
|
"ug",
|
|
5844
5846
|
"ur",
|
|
5845
5847
|
"yi"
|
|
5846
|
-
].map((e) => e.toLowerCase()),
|
|
5847
|
-
const t = ea(e).toLowerCase().replace(
|
|
5848
|
+
].map((e) => e.toLowerCase()), ad = (e) => {
|
|
5849
|
+
const t = ea(e).toLowerCase().replace(rs, "").split("-"), l = t.slice(0, 2).join("-"), [a] = t;
|
|
5848
5850
|
return Ul.includes(l) || Ul.includes(a);
|
|
5849
|
-
},
|
|
5850
|
-
e && e.addEventListener && e.addEventListener(t, l,
|
|
5851
|
-
},
|
|
5851
|
+
}, ld = (e) => hs ? Sa(e) ? e : { capture: !!e || !1 } : !!(Sa(e) ? e.capture : e), od = (e, t, l, a) => {
|
|
5852
|
+
e && e.addEventListener && e.addEventListener(t, l, ld(a));
|
|
5853
|
+
}, nd = (e, t, l, a) => {
|
|
5852
5854
|
e && e.removeEventListener && e.removeEventListener(t, l, a);
|
|
5853
5855
|
}, Xl = (e, t) => {
|
|
5854
|
-
(e ?
|
|
5856
|
+
(e ? od : nd)(...t);
|
|
5855
5857
|
}, Xt = (e, { preventDefault: t = !0, propagation: l = !0, immediatePropagation: a = !1 } = {}) => {
|
|
5856
5858
|
t && e.preventDefault(), l && e.stopPropagation(), a && e.stopImmediatePropagation();
|
|
5857
|
-
}, La = "ArrowDown", On = "End", An = "Home", Pn = "PageDown", En = "PageUp", Na = "ArrowUp", Kl = 1, Yl = 100, Jl = 1, Zl = 500, Ql = 100, eo = 10, to = 4, ao = [Na, La, An, On, En, Pn],
|
|
5859
|
+
}, La = "ArrowDown", On = "End", An = "Home", Pn = "PageDown", En = "PageUp", Na = "ArrowUp", Kl = 1, Yl = 100, Jl = 1, Zl = 500, Ql = 100, eo = 10, to = 4, ao = [Na, La, An, On, En, Pn], sd = H({
|
|
5858
5860
|
props: {
|
|
5859
5861
|
ariaControls: { type: String, default: void 0 },
|
|
5860
5862
|
ariaLabel: { type: String, default: void 0 },
|
|
@@ -5934,7 +5936,7 @@ const Sn = {
|
|
|
5934
5936
|
}), k = u(
|
|
5935
5937
|
() => (
|
|
5936
5938
|
//todo
|
|
5937
|
-
|
|
5939
|
+
ad($.value)
|
|
5938
5940
|
)
|
|
5939
5941
|
), c = () => {
|
|
5940
5942
|
const j = T.value;
|
|
@@ -6143,7 +6145,7 @@ const Sn = {
|
|
|
6143
6145
|
);
|
|
6144
6146
|
};
|
|
6145
6147
|
}
|
|
6146
|
-
}),
|
|
6148
|
+
}), rd = ["id"], Fn = /* @__PURE__ */ H({
|
|
6147
6149
|
__name: "BFormTag",
|
|
6148
6150
|
props: {
|
|
6149
6151
|
id: { default: void 0 },
|
|
@@ -6182,7 +6184,7 @@ const Sn = {
|
|
|
6182
6184
|
A(v.$slots, "default", {}, () => [
|
|
6183
6185
|
re(K(i.value), 1)
|
|
6184
6186
|
])
|
|
6185
|
-
], 8,
|
|
6187
|
+
], 8, rd),
|
|
6186
6188
|
!w(n) && !w(s) ? (y(), M(Pt, {
|
|
6187
6189
|
key: 0,
|
|
6188
6190
|
"aria-keyshortcuts": "Delete",
|
|
@@ -6196,22 +6198,22 @@ const Sn = {
|
|
|
6196
6198
|
_: 3
|
|
6197
6199
|
}, 8, ["id", "title", "class", "aria-labelledby"]));
|
|
6198
6200
|
}
|
|
6199
|
-
}),
|
|
6201
|
+
}), id = ["id"], ud = ["id", "for", "aria-live"], dd = ["id", "aria-live"], cd = ["id"], fd = ["aria-controls"], vd = {
|
|
6200
6202
|
role: "group",
|
|
6201
6203
|
class: "d-flex"
|
|
6202
|
-
},
|
|
6204
|
+
}, pd = ["id", "disabled", "value", "type", "placeholder", "form", "required", "aria-required"], md = ["disabled"], gd = {
|
|
6203
6205
|
"aria-live": "polite",
|
|
6204
6206
|
"aria-atomic": "true"
|
|
6205
|
-
},
|
|
6207
|
+
}, yd = {
|
|
6206
6208
|
key: 0,
|
|
6207
6209
|
class: "d-block invalid-feedback"
|
|
6208
|
-
},
|
|
6210
|
+
}, bd = {
|
|
6209
6211
|
key: 1,
|
|
6210
6212
|
class: "form-text text-body-secondary"
|
|
6211
|
-
},
|
|
6213
|
+
}, hd = {
|
|
6212
6214
|
key: 2,
|
|
6213
6215
|
class: "form-text text-body-secondary"
|
|
6214
|
-
},
|
|
6216
|
+
}, Bd = ["name", "value"], Sd = /* @__PURE__ */ H({
|
|
6215
6217
|
__name: "BFormTags",
|
|
6216
6218
|
props: {
|
|
6217
6219
|
addButtonText: { default: "Add" },
|
|
@@ -6342,7 +6344,7 @@ const Sn = {
|
|
|
6342
6344
|
return typeof a.separator == "string" ? a.separator : a.separator.join("");
|
|
6343
6345
|
}), ge = u(() => {
|
|
6344
6346
|
if (oe.value)
|
|
6345
|
-
return new RegExp(`[${
|
|
6347
|
+
return new RegExp(`[${fs(oe.value)}]+`);
|
|
6346
6348
|
}), fe = (E) => {
|
|
6347
6349
|
E = (E ?? k.value).trim();
|
|
6348
6350
|
const R = ge.value ? E.split(ge.value).map((Ce) => Ce.trim()) : [E], G = [];
|
|
@@ -6380,14 +6382,14 @@ const Sn = {
|
|
|
6380
6382
|
"aria-live": w(C) ? "polite" : "off",
|
|
6381
6383
|
"aria-atomic": "true",
|
|
6382
6384
|
"aria-relevant": "additions text"
|
|
6383
|
-
}, K($.value.join(", ")), 9,
|
|
6385
|
+
}, K($.value.join(", ")), 9, ud),
|
|
6384
6386
|
J("div", {
|
|
6385
6387
|
id: `${w(n)}removed_tags__`,
|
|
6386
6388
|
role: "status",
|
|
6387
6389
|
"aria-live": w(C) ? "assertive" : "off",
|
|
6388
6390
|
"aria-atomic": "true",
|
|
6389
6391
|
class: "visually-hidden"
|
|
6390
|
-
}, " (" + K(E.tagRemovedLabel) + ") " + K(V.value), 9,
|
|
6392
|
+
}, " (" + K(E.tagRemovedLabel) + ") " + K(V.value), 9, dd),
|
|
6391
6393
|
A(E.$slots, "default", xe(vt(ie.value)), () => [
|
|
6392
6394
|
J("ul", {
|
|
6393
6395
|
id: `${w(n)}tag_list__`,
|
|
@@ -6421,7 +6423,7 @@ const Sn = {
|
|
|
6421
6423
|
class: "b-from-tags-field flex-grow-1",
|
|
6422
6424
|
"aria-controls": `${w(n)}tag_list__`
|
|
6423
6425
|
}, [
|
|
6424
|
-
J("div",
|
|
6426
|
+
J("div", vd, [
|
|
6425
6427
|
J("input", te({
|
|
6426
6428
|
id: _.value,
|
|
6427
6429
|
ref_key: "input",
|
|
@@ -6440,7 +6442,7 @@ const Sn = {
|
|
|
6440
6442
|
onChange: me,
|
|
6441
6443
|
onFocus: pe,
|
|
6442
6444
|
onBlur: Z
|
|
6443
|
-
}), null, 16,
|
|
6445
|
+
}), null, 16, pd),
|
|
6444
6446
|
W.value ? (y(), P("button", {
|
|
6445
6447
|
key: 0,
|
|
6446
6448
|
type: "button",
|
|
@@ -6458,14 +6460,14 @@ const Sn = {
|
|
|
6458
6460
|
A(E.$slots, "add-button-text", {}, () => [
|
|
6459
6461
|
re(K(E.addButtonText), 1)
|
|
6460
6462
|
])
|
|
6461
|
-
], 10,
|
|
6463
|
+
], 10, md)) : Y("", !0)
|
|
6462
6464
|
])
|
|
6463
|
-
], 8,
|
|
6464
|
-
], 8,
|
|
6465
|
-
J("div",
|
|
6466
|
-
X.value ? (y(), P("div",
|
|
6467
|
-
N.value ? (y(), P("small",
|
|
6468
|
-
$.value.length === E.limit ? (y(), P("small",
|
|
6465
|
+
], 8, fd)
|
|
6466
|
+
], 8, cd),
|
|
6467
|
+
J("div", gd, [
|
|
6468
|
+
X.value ? (y(), P("div", yd, K(E.invalidTagText) + ": " + K(k.value), 1)) : Y("", !0),
|
|
6469
|
+
N.value ? (y(), P("small", bd, K(E.duplicateTagText) + ": " + K(k.value), 1)) : Y("", !0),
|
|
6470
|
+
$.value.length === E.limit ? (y(), P("small", hd, "Tag limit reached")) : Y("", !0)
|
|
6469
6471
|
])
|
|
6470
6472
|
]),
|
|
6471
6473
|
E.name ? (y(!0), P(ce, { key: 0 }, be($.value, (G, ne) => (y(), P("input", {
|
|
@@ -6473,10 +6475,10 @@ const Sn = {
|
|
|
6473
6475
|
type: "hidden",
|
|
6474
6476
|
name: E.name,
|
|
6475
6477
|
value: G
|
|
6476
|
-
}, null, 8,
|
|
6477
|
-
], 42,
|
|
6478
|
+
}, null, 8, Bd))), 128)) : Y("", !0)
|
|
6479
|
+
], 42, id));
|
|
6478
6480
|
}
|
|
6479
|
-
}),
|
|
6481
|
+
}), wd = ["id", "name", "form", "disabled", "placeholder", "required", "autocomplete", "readonly", "aria-required", "aria-invalid", "rows", "wrap"], $d = /* @__PURE__ */ H({
|
|
6480
6482
|
__name: "BFormTextarea",
|
|
6481
6483
|
props: {
|
|
6482
6484
|
noResize: { type: [String, Boolean], default: !1 },
|
|
@@ -6538,15 +6540,15 @@ const Sn = {
|
|
|
6538
6540
|
onInput: k[0] || (k[0] = (c) => w(r)(c)),
|
|
6539
6541
|
onChange: k[1] || (k[1] = (c) => w(i)(c)),
|
|
6540
6542
|
onBlur: k[2] || (k[2] = (c) => w(p)(c))
|
|
6541
|
-
}, null, 46,
|
|
6543
|
+
}, null, 46, wd));
|
|
6542
6544
|
}
|
|
6543
|
-
}),
|
|
6545
|
+
}), Cd = {
|
|
6544
6546
|
key: 0,
|
|
6545
6547
|
class: "input-group-text"
|
|
6546
|
-
},
|
|
6548
|
+
}, _d = ["innerHTML"], kd = { key: 1 }, Td = {
|
|
6547
6549
|
key: 0,
|
|
6548
6550
|
class: "input-group-text"
|
|
6549
|
-
},
|
|
6551
|
+
}, Vd = ["innerHTML"], Od = { key: 1 }, Ad = /* @__PURE__ */ H({
|
|
6550
6552
|
__name: "BInputGroup",
|
|
6551
6553
|
props: {
|
|
6552
6554
|
append: { default: void 0 },
|
|
@@ -6568,20 +6570,20 @@ const Sn = {
|
|
|
6568
6570
|
}, {
|
|
6569
6571
|
default: D(() => [
|
|
6570
6572
|
A(n.$slots, "prepend", {}, () => [
|
|
6571
|
-
o.value ? (y(), P("span",
|
|
6573
|
+
o.value ? (y(), P("span", Cd, [
|
|
6572
6574
|
n.prependHtml ? (y(), P("span", {
|
|
6573
6575
|
key: 0,
|
|
6574
6576
|
innerHTML: n.prependHtml
|
|
6575
|
-
}, null, 8,
|
|
6577
|
+
}, null, 8, _d)) : (y(), P("span", kd, K(n.prepend), 1))
|
|
6576
6578
|
])) : Y("", !0)
|
|
6577
6579
|
]),
|
|
6578
6580
|
A(n.$slots, "default"),
|
|
6579
6581
|
A(n.$slots, "append", {}, () => [
|
|
6580
|
-
a.value ? (y(), P("span",
|
|
6582
|
+
a.value ? (y(), P("span", Td, [
|
|
6581
6583
|
n.appendHtml ? (y(), P("span", {
|
|
6582
6584
|
key: 0,
|
|
6583
6585
|
innerHTML: n.appendHtml
|
|
6584
|
-
}, null, 8,
|
|
6586
|
+
}, null, 8, Vd)) : (y(), P("span", Od, K(n.append), 1))
|
|
6585
6587
|
])) : Y("", !0)
|
|
6586
6588
|
])
|
|
6587
6589
|
]),
|
|
@@ -6618,7 +6620,7 @@ const Sn = {
|
|
|
6618
6620
|
_: 3
|
|
6619
6621
|
})) : A(a.$slots, "default", { key: 1 });
|
|
6620
6622
|
}
|
|
6621
|
-
}),
|
|
6623
|
+
}), Pd = /* @__PURE__ */ H({
|
|
6622
6624
|
__name: "BInputGroupAppend",
|
|
6623
6625
|
props: {
|
|
6624
6626
|
isText: { type: [String, Boolean], default: !1 }
|
|
@@ -6631,7 +6633,7 @@ const Sn = {
|
|
|
6631
6633
|
_: 3
|
|
6632
6634
|
}, 16));
|
|
6633
6635
|
}
|
|
6634
|
-
}),
|
|
6636
|
+
}), Ed = /* @__PURE__ */ H({
|
|
6635
6637
|
__name: "BInputGroupPrepend",
|
|
6636
6638
|
props: {
|
|
6637
6639
|
isText: { type: [String, Boolean], default: !1 }
|
|
@@ -6644,7 +6646,7 @@ const Sn = {
|
|
|
6644
6646
|
_: 3
|
|
6645
6647
|
}, 16));
|
|
6646
6648
|
}
|
|
6647
|
-
}),
|
|
6649
|
+
}), Fd = /* @__PURE__ */ H({
|
|
6648
6650
|
__name: "BListGroup",
|
|
6649
6651
|
props: {
|
|
6650
6652
|
flush: { type: [String, Boolean], default: !1 },
|
|
@@ -6673,7 +6675,7 @@ const Sn = {
|
|
|
6673
6675
|
_: 3
|
|
6674
6676
|
}, 8, ["class"]));
|
|
6675
6677
|
}
|
|
6676
|
-
}),
|
|
6678
|
+
}), Id = /* @__PURE__ */ H({
|
|
6677
6679
|
__name: "BListGroupItem",
|
|
6678
6680
|
props: {
|
|
6679
6681
|
action: { type: [String, Boolean], default: !1 },
|
|
@@ -6806,7 +6808,7 @@ const Sn = {
|
|
|
6806
6808
|
_: 3
|
|
6807
6809
|
}, 8, ["aria-busy"]));
|
|
6808
6810
|
}
|
|
6809
|
-
}),
|
|
6811
|
+
}), Ld = ["id", "aria-labelledby", "aria-describedby"], Nd = ["id"], zd = /* @__PURE__ */ H({
|
|
6810
6812
|
inheritAttrs: !1,
|
|
6811
6813
|
__name: "BModal",
|
|
6812
6814
|
props: {
|
|
@@ -6957,7 +6959,7 @@ const Sn = {
|
|
|
6957
6959
|
}, Mn = () => {
|
|
6958
6960
|
l("hidden", ke("hidden")), i.value === !0 && (ee.value = !1);
|
|
6959
6961
|
};
|
|
6960
|
-
return
|
|
6962
|
+
return Qr(X), he(f, "bv-toggle", () => {
|
|
6961
6963
|
g.value ? U() : de();
|
|
6962
6964
|
}), t({
|
|
6963
6965
|
hide: U,
|
|
@@ -6975,7 +6977,7 @@ const Sn = {
|
|
|
6975
6977
|
onAfterLeave: Mn
|
|
6976
6978
|
}, {
|
|
6977
6979
|
default: D(() => [
|
|
6978
|
-
|
|
6980
|
+
ut(J("div", te({
|
|
6979
6981
|
id: w(n),
|
|
6980
6982
|
ref_key: "element",
|
|
6981
6983
|
ref: f,
|
|
@@ -7009,7 +7011,7 @@ const Sn = {
|
|
|
7009
7011
|
_: 3
|
|
7010
7012
|
}, 8, ["id", "class"])),
|
|
7011
7013
|
w(h) ? Y("", !0) : (y(), P(ce, { key: 0 }, [
|
|
7012
|
-
j.value ? (y(), M(
|
|
7014
|
+
j.value ? (y(), M(ot, te({ key: 0 }, E.value, {
|
|
7013
7015
|
onClick: Te[0] || (Te[0] = (jt) => U("close"))
|
|
7014
7016
|
}), {
|
|
7015
7017
|
default: D(() => [
|
|
@@ -7030,14 +7032,14 @@ const Sn = {
|
|
|
7030
7032
|
class: z(["modal-body", ge.value])
|
|
7031
7033
|
}, [
|
|
7032
7034
|
A(ve.$slots, "default", {}, void 0, !0)
|
|
7033
|
-
], 10,
|
|
7035
|
+
], 10, Nd),
|
|
7034
7036
|
w(m) ? Y("", !0) : (y(), P("div", {
|
|
7035
7037
|
key: 1,
|
|
7036
7038
|
class: z(["modal-footer", R.value])
|
|
7037
7039
|
}, [
|
|
7038
7040
|
A(ve.$slots, "footer", {}, () => [
|
|
7039
7041
|
A(ve.$slots, "cancel", {}, () => [
|
|
7040
|
-
w($) ? Y("", !0) : (y(), M(
|
|
7042
|
+
w($) ? Y("", !0) : (y(), M(ot, {
|
|
7041
7043
|
key: 0,
|
|
7042
7044
|
ref_key: "cancelButton",
|
|
7043
7045
|
ref: I,
|
|
@@ -7053,7 +7055,7 @@ const Sn = {
|
|
|
7053
7055
|
}, 8, ["disabled", "size", "variant"]))
|
|
7054
7056
|
], !0),
|
|
7055
7057
|
A(ve.$slots, "ok", {}, () => [
|
|
7056
|
-
ye(
|
|
7058
|
+
ye(ot, {
|
|
7057
7059
|
ref_key: "okButton",
|
|
7058
7060
|
ref: L,
|
|
7059
7061
|
disabled: Ce.value,
|
|
@@ -7082,7 +7084,7 @@ const Sn = {
|
|
|
7082
7084
|
onClick: Te[4] || (Te[4] = (jt) => U("backdrop"))
|
|
7083
7085
|
}, null, 8, ["variant", "show"])
|
|
7084
7086
|
], !0)
|
|
7085
|
-
], 16,
|
|
7087
|
+
], 16, Ld), [
|
|
7086
7088
|
[ca, w(g)]
|
|
7087
7089
|
])
|
|
7088
7090
|
]),
|
|
@@ -7091,7 +7093,7 @@ const Sn = {
|
|
|
7091
7093
|
], 8, ["to", "disabled"]));
|
|
7092
7094
|
}
|
|
7093
7095
|
});
|
|
7094
|
-
const
|
|
7096
|
+
const Hd = /* @__PURE__ */ ya(zd, [["__scopeId", "data-v-d1886408"]]), xd = /* @__PURE__ */ H({
|
|
7095
7097
|
__name: "BNav",
|
|
7096
7098
|
props: {
|
|
7097
7099
|
align: { default: void 0 },
|
|
@@ -7127,7 +7129,7 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
7127
7129
|
_: 3
|
|
7128
7130
|
}, 8, ["class"]));
|
|
7129
7131
|
}
|
|
7130
|
-
}),
|
|
7132
|
+
}), Rd = { class: "container-fluid" }, Md = /* @__PURE__ */ H({
|
|
7131
7133
|
inheritAttrs: !1,
|
|
7132
7134
|
__name: "BNavForm",
|
|
7133
7135
|
props: {
|
|
@@ -7142,7 +7144,7 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
7142
7144
|
const l = (a) => {
|
|
7143
7145
|
t("submit", a);
|
|
7144
7146
|
};
|
|
7145
|
-
return (a, o) => (y(), P("li",
|
|
7147
|
+
return (a, o) => (y(), P("li", Rd, [
|
|
7146
7148
|
ye(Cn, te(a.$attrs, {
|
|
7147
7149
|
id: a.id,
|
|
7148
7150
|
floating: a.floating,
|
|
@@ -7159,7 +7161,7 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
7159
7161
|
}, 16, ["id", "floating", "role", "novalidate", "validated", "onSubmit"])
|
|
7160
7162
|
]));
|
|
7161
7163
|
}
|
|
7162
|
-
}),
|
|
7164
|
+
}), Dd = { class: "nav-item" }, jd = /* @__PURE__ */ H({
|
|
7163
7165
|
__name: "BNavItem",
|
|
7164
7166
|
props: {
|
|
7165
7167
|
linkClass: { default: void 0 },
|
|
@@ -7209,7 +7211,7 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
7209
7211
|
"variant"
|
|
7210
7212
|
])
|
|
7211
7213
|
);
|
|
7212
|
-
return (n, s) => (y(), P("li",
|
|
7214
|
+
return (n, s) => (y(), P("li", Dd, [
|
|
7213
7215
|
ye(Ze, te({
|
|
7214
7216
|
class: ["nav-link", n.linkClass]
|
|
7215
7217
|
}, { ...o.value, ...n.linkAttrs }, {
|
|
@@ -7225,7 +7227,7 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
7225
7227
|
}, 16, ["class", "active-class", "tabindex", "aria-disabled"])
|
|
7226
7228
|
]));
|
|
7227
7229
|
}
|
|
7228
|
-
}),
|
|
7230
|
+
}), qd = { class: "nav-item dropdown" }, Gd = /* @__PURE__ */ H({
|
|
7229
7231
|
__name: "BNavItemDropdown",
|
|
7230
7232
|
props: {
|
|
7231
7233
|
id: { default: void 0 },
|
|
@@ -7268,7 +7270,7 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
7268
7270
|
toggle: () => {
|
|
7269
7271
|
o.value = !n.value;
|
|
7270
7272
|
}
|
|
7271
|
-
}), (v, m) => (y(), P("li",
|
|
7273
|
+
}), (v, m) => (y(), P("li", qd, [
|
|
7272
7274
|
ye($n, te({
|
|
7273
7275
|
modelValue: s.value,
|
|
7274
7276
|
"onUpdate:modelValue": m[0] || (m[0] = (S) => s.value = S)
|
|
@@ -7286,19 +7288,19 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
7286
7288
|
}, 16, ["modelValue"])
|
|
7287
7289
|
]));
|
|
7288
7290
|
}
|
|
7289
|
-
}),
|
|
7291
|
+
}), Wd = { class: "navbar-text" }, Ud = /* @__PURE__ */ H({
|
|
7290
7292
|
__name: "BNavText",
|
|
7291
7293
|
props: {
|
|
7292
7294
|
text: { default: void 0 }
|
|
7293
7295
|
},
|
|
7294
7296
|
setup(e) {
|
|
7295
|
-
return (t, l) => (y(), P("li",
|
|
7297
|
+
return (t, l) => (y(), P("li", Wd, [
|
|
7296
7298
|
A(t.$slots, "default", {}, () => [
|
|
7297
7299
|
re(K(t.text), 1)
|
|
7298
7300
|
])
|
|
7299
7301
|
]));
|
|
7300
7302
|
}
|
|
7301
|
-
}),
|
|
7303
|
+
}), Xd = /* @__PURE__ */ H({
|
|
7302
7304
|
__name: "BNavbar",
|
|
7303
7305
|
props: {
|
|
7304
7306
|
fixed: { default: void 0 },
|
|
@@ -7338,7 +7340,7 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
7338
7340
|
_: 3
|
|
7339
7341
|
}, 8, ["class", "role"]));
|
|
7340
7342
|
}
|
|
7341
|
-
}),
|
|
7343
|
+
}), Kd = /* @__PURE__ */ H({
|
|
7342
7344
|
__name: "BNavbarBrand",
|
|
7343
7345
|
props: {
|
|
7344
7346
|
tag: { default: "div" },
|
|
@@ -7393,7 +7395,7 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
7393
7395
|
_: 3
|
|
7394
7396
|
}, 16));
|
|
7395
7397
|
}
|
|
7396
|
-
}),
|
|
7398
|
+
}), Yd = /* @__PURE__ */ H({
|
|
7397
7399
|
__name: "BNavbarNav",
|
|
7398
7400
|
props: {
|
|
7399
7401
|
align: { default: void 0 },
|
|
@@ -7415,7 +7417,7 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
7415
7417
|
A(r.$slots, "default")
|
|
7416
7418
|
], 2));
|
|
7417
7419
|
}
|
|
7418
|
-
}), lo = (e, t) => e.setAttribute("data-bs-theme", t),
|
|
7420
|
+
}), lo = (e, t) => e.setAttribute("data-bs-theme", t), Jd = {
|
|
7419
7421
|
mounted(e, t) {
|
|
7420
7422
|
lo(e, t.value);
|
|
7421
7423
|
},
|
|
@@ -7424,12 +7426,12 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
7424
7426
|
}
|
|
7425
7427
|
}, dl = (e, t) => {
|
|
7426
7428
|
const { modifiers: l, arg: a, value: o } = e, n = Object.keys(l || {}), s = typeof o == "string" ? o.split(Yt) : o;
|
|
7427
|
-
if (
|
|
7429
|
+
if (Ps(t.tagName, "a")) {
|
|
7428
7430
|
const r = Xa(t, "href") || "";
|
|
7429
|
-
|
|
7431
|
+
ss.test(r) && n.push(r.replace(ns, ""));
|
|
7430
7432
|
}
|
|
7431
7433
|
return Array.prototype.concat.apply([], [a, s]).forEach((r) => typeof r == "string" && n.push(r)), n.filter((r, i, p) => r && p.indexOf(r) === i);
|
|
7432
|
-
},
|
|
7434
|
+
}, Zd = (e, t) => {
|
|
7433
7435
|
dl(e, t).forEach((a) => {
|
|
7434
7436
|
const o = document.getElementById(a);
|
|
7435
7437
|
o !== null && o.dispatchEvent(new Event("bv-toggle"));
|
|
@@ -7443,12 +7445,12 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
7443
7445
|
}), t.setAttribute("aria-expanded", a ? "true" : "false");
|
|
7444
7446
|
}, za = {
|
|
7445
7447
|
mounted(e, t) {
|
|
7446
|
-
e.__toggle = () =>
|
|
7448
|
+
e.__toggle = () => Zd(t, e), e.addEventListener("click", e.__toggle), Ln(t, e), e.setAttribute("aria-controls", dl(t, e).join(" "));
|
|
7447
7449
|
},
|
|
7448
7450
|
unmounted(e) {
|
|
7449
7451
|
e.removeEventListener("click", e.__toggle), e.removeAttribute("aria-controls"), e.removeAttribute("aria-expanded");
|
|
7450
7452
|
}
|
|
7451
|
-
},
|
|
7453
|
+
}, Qd = {
|
|
7452
7454
|
mounted(e, t) {
|
|
7453
7455
|
if (!Nt(t.value))
|
|
7454
7456
|
return;
|
|
@@ -7479,7 +7481,7 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
7479
7481
|
beforeUnmount(e) {
|
|
7480
7482
|
un(e);
|
|
7481
7483
|
}
|
|
7482
|
-
},
|
|
7484
|
+
}, ec = {
|
|
7483
7485
|
mounted(e, t) {
|
|
7484
7486
|
const l = Nt(t.value);
|
|
7485
7487
|
if (!l)
|
|
@@ -7517,12 +7519,12 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
7517
7519
|
}
|
|
7518
7520
|
}, oo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7519
7521
|
__proto__: null,
|
|
7520
|
-
vBColorMode:
|
|
7522
|
+
vBColorMode: Jd,
|
|
7521
7523
|
vBModal: za,
|
|
7522
|
-
vBPopover:
|
|
7524
|
+
vBPopover: Qd,
|
|
7523
7525
|
vBToggle: za,
|
|
7524
|
-
vBTooltip:
|
|
7525
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7526
|
+
vBTooltip: ec
|
|
7527
|
+
}, Symbol.toStringTag, { value: "Module" })), tc = ["disabled", "aria-label"], ac = /* @__PURE__ */ J("span", { class: "navbar-toggler-icon" }, null, -1), lc = /* @__PURE__ */ H({
|
|
7526
7528
|
__name: "BNavbarToggle",
|
|
7527
7529
|
props: {
|
|
7528
7530
|
disabled: { type: [String, Boolean], default: !1 },
|
|
@@ -7536,7 +7538,7 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
7536
7538
|
})), n = (s) => {
|
|
7537
7539
|
a.value || t("click", s);
|
|
7538
7540
|
};
|
|
7539
|
-
return (s, r) =>
|
|
7541
|
+
return (s, r) => ut((y(), P("button", {
|
|
7540
7542
|
class: z(["navbar-toggler", o.value]),
|
|
7541
7543
|
type: "button",
|
|
7542
7544
|
disabled: w(a),
|
|
@@ -7544,13 +7546,13 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
7544
7546
|
onClick: n
|
|
7545
7547
|
}, [
|
|
7546
7548
|
A(s.$slots, "default", {}, () => [
|
|
7547
|
-
|
|
7549
|
+
ac
|
|
7548
7550
|
])
|
|
7549
|
-
], 10,
|
|
7551
|
+
], 10, tc)), [
|
|
7550
7552
|
[w(za), w(a) ? void 0 : s.target]
|
|
7551
7553
|
]);
|
|
7552
7554
|
}
|
|
7553
|
-
}),
|
|
7555
|
+
}), oc = ["id", "aria-labelledby"], nc = ["id"], sc = /* @__PURE__ */ H({
|
|
7554
7556
|
inheritAttrs: !1,
|
|
7555
7557
|
__name: "BOffcanvas",
|
|
7556
7558
|
props: {
|
|
@@ -7645,111 +7647,108 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
7645
7647
|
}), t({
|
|
7646
7648
|
hide: N,
|
|
7647
7649
|
show: X
|
|
7648
|
-
}), (Z, le) => {
|
|
7649
|
-
|
|
7650
|
-
|
|
7651
|
-
|
|
7652
|
-
|
|
7653
|
-
|
|
7654
|
-
|
|
7655
|
-
"
|
|
7656
|
-
"
|
|
7657
|
-
|
|
7658
|
-
|
|
7659
|
-
|
|
7660
|
-
|
|
7661
|
-
|
|
7662
|
-
|
|
7663
|
-
|
|
7664
|
-
|
|
7665
|
-
|
|
7666
|
-
|
|
7667
|
-
|
|
7668
|
-
|
|
7669
|
-
|
|
7670
|
-
|
|
7671
|
-
|
|
7672
|
-
|
|
7673
|
-
|
|
7674
|
-
|
|
7675
|
-
|
|
7676
|
-
|
|
7677
|
-
|
|
7678
|
-
|
|
7679
|
-
|
|
7680
|
-
|
|
7681
|
-
|
|
7682
|
-
|
|
7683
|
-
|
|
7684
|
-
|
|
7685
|
-
|
|
7686
|
-
|
|
7687
|
-
|
|
7688
|
-
|
|
7689
|
-
|
|
7690
|
-
|
|
7691
|
-
|
|
7692
|
-
|
|
7693
|
-
|
|
7694
|
-
|
|
7695
|
-
|
|
7696
|
-
|
|
7697
|
-
|
|
7698
|
-
|
|
7699
|
-
|
|
7700
|
-
|
|
7701
|
-
|
|
7702
|
-
|
|
7703
|
-
|
|
7704
|
-
|
|
7705
|
-
|
|
7706
|
-
|
|
7707
|
-
|
|
7708
|
-
|
|
7709
|
-
|
|
7710
|
-
|
|
7711
|
-
|
|
7712
|
-
|
|
7713
|
-
|
|
7714
|
-
|
|
7715
|
-
|
|
7716
|
-
|
|
7717
|
-
|
|
7718
|
-
|
|
7719
|
-
|
|
7720
|
-
|
|
7721
|
-
|
|
7722
|
-
|
|
7723
|
-
|
|
7724
|
-
|
|
7725
|
-
|
|
7726
|
-
|
|
7727
|
-
|
|
7728
|
-
|
|
7729
|
-
|
|
7730
|
-
|
|
7731
|
-
|
|
7732
|
-
|
|
7733
|
-
|
|
7734
|
-
|
|
7735
|
-
|
|
7736
|
-
|
|
7737
|
-
|
|
7738
|
-
|
|
7739
|
-
|
|
7740
|
-
|
|
7741
|
-
|
|
7742
|
-
|
|
7743
|
-
|
|
7744
|
-
|
|
7745
|
-
])
|
|
7746
|
-
], 8, ["to", "disabled"]);
|
|
7747
|
-
};
|
|
7650
|
+
}), (Z, le) => (y(), M(Ra, {
|
|
7651
|
+
to: Z.teleportTo,
|
|
7652
|
+
disabled: w(g)
|
|
7653
|
+
}, [
|
|
7654
|
+
ye(At, {
|
|
7655
|
+
"no-fade": !0,
|
|
7656
|
+
"trans-props": {
|
|
7657
|
+
enterToClass: "showing",
|
|
7658
|
+
enterFromClass: "",
|
|
7659
|
+
leaveToClass: "hiding show",
|
|
7660
|
+
leaveFromClass: "show"
|
|
7661
|
+
},
|
|
7662
|
+
onBeforeEnter: W,
|
|
7663
|
+
onAfterEnter: ie,
|
|
7664
|
+
onLeave: Q,
|
|
7665
|
+
onAfterLeave: pe
|
|
7666
|
+
}, {
|
|
7667
|
+
default: D(() => [
|
|
7668
|
+
ut(J("div", te({
|
|
7669
|
+
id: w(O),
|
|
7670
|
+
ref_key: "element",
|
|
7671
|
+
ref: b,
|
|
7672
|
+
"aria-modal": "true",
|
|
7673
|
+
role: "dialog",
|
|
7674
|
+
class: L.value,
|
|
7675
|
+
tabindex: "-1",
|
|
7676
|
+
"aria-labelledby": `${w(O)}-offcanvas-label`,
|
|
7677
|
+
"data-bs-backdrop": "false"
|
|
7678
|
+
}, Z.$attrs), [
|
|
7679
|
+
k.value ? (y(), P(ce, { key: 0 }, [
|
|
7680
|
+
w(B) ? Y("", !0) : (y(), P("div", {
|
|
7681
|
+
key: 0,
|
|
7682
|
+
class: z(["offcanvas-header", Z.headerClass])
|
|
7683
|
+
}, [
|
|
7684
|
+
A(Z.$slots, "header", {
|
|
7685
|
+
visible: w(s),
|
|
7686
|
+
placement: Z.placement,
|
|
7687
|
+
hide: N
|
|
7688
|
+
}, () => [
|
|
7689
|
+
J("h5", {
|
|
7690
|
+
id: `${w(O)}-offcanvas-label`,
|
|
7691
|
+
class: "offcanvas-title"
|
|
7692
|
+
}, [
|
|
7693
|
+
A(Z.$slots, "title", {}, () => [
|
|
7694
|
+
re(K(Z.title), 1)
|
|
7695
|
+
])
|
|
7696
|
+
], 8, nc),
|
|
7697
|
+
w(p) ? Y("", !0) : (y(), P(ce, { key: 0 }, [
|
|
7698
|
+
c.value ? (y(), M(ot, te({ key: 0 }, F.value, {
|
|
7699
|
+
onClick: le[0] || (le[0] = (me) => N("close"))
|
|
7700
|
+
}), {
|
|
7701
|
+
default: D(() => [
|
|
7702
|
+
A(Z.$slots, "header-close")
|
|
7703
|
+
]),
|
|
7704
|
+
_: 3
|
|
7705
|
+
}, 16)) : (y(), M(Pt, te({
|
|
7706
|
+
key: 1,
|
|
7707
|
+
"aria-label": Z.headerCloseLabel
|
|
7708
|
+
}, F.value, {
|
|
7709
|
+
onClick: le[1] || (le[1] = (me) => N("close"))
|
|
7710
|
+
}), null, 16, ["aria-label"]))
|
|
7711
|
+
], 64))
|
|
7712
|
+
])
|
|
7713
|
+
], 2)),
|
|
7714
|
+
J("div", {
|
|
7715
|
+
class: z(["offcanvas-body", Z.bodyClass])
|
|
7716
|
+
}, [
|
|
7717
|
+
A(Z.$slots, "default")
|
|
7718
|
+
], 2),
|
|
7719
|
+
f.value ? (y(), P("div", {
|
|
7720
|
+
key: 1,
|
|
7721
|
+
class: z(Z.footerClass)
|
|
7722
|
+
}, [
|
|
7723
|
+
A(Z.$slots, "footer", {
|
|
7724
|
+
visible: w(s),
|
|
7725
|
+
placement: Z.placement,
|
|
7726
|
+
hide: N
|
|
7727
|
+
})
|
|
7728
|
+
], 2)) : Y("", !0)
|
|
7729
|
+
], 64)) : Y("", !0)
|
|
7730
|
+
], 16, oc), [
|
|
7731
|
+
[ca, w(n)]
|
|
7732
|
+
])
|
|
7733
|
+
]),
|
|
7734
|
+
_: 3
|
|
7735
|
+
}),
|
|
7736
|
+
A(Z.$slots, "backdrop", {}, () => [
|
|
7737
|
+
ye(ul, {
|
|
7738
|
+
variant: Z.backdropVariant,
|
|
7739
|
+
show: $.value,
|
|
7740
|
+
fixed: "",
|
|
7741
|
+
"no-wrap": "",
|
|
7742
|
+
"no-spinner": "",
|
|
7743
|
+
onClick: le[2] || (le[2] = (me) => N("backdrop"))
|
|
7744
|
+
}, null, 8, ["variant", "show"])
|
|
7745
|
+
])
|
|
7746
|
+
], 8, ["to", "disabled"]));
|
|
7748
7747
|
}
|
|
7749
|
-
}),
|
|
7748
|
+
}), rc = 5, Nn = 20, zn = 0, Ue = 3, ic = "ellipsis-text", uc = "first-text", dc = "last-text", cc = "next-text", fc = "page", vc = "prev-text", no = (e) => Math.max(lt(e) || Nn, 1), so = (e) => Math.max(lt(e) || zn, 0), pc = (e, t) => {
|
|
7750
7749
|
const l = lt(e) || 1;
|
|
7751
7750
|
return l > t ? t : l < 1 ? 1 : l;
|
|
7752
|
-
},
|
|
7751
|
+
}, mc = H({
|
|
7753
7752
|
name: "BPagination",
|
|
7754
7753
|
props: {
|
|
7755
7754
|
align: { type: String, default: "start" },
|
|
@@ -7771,7 +7770,7 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
7771
7770
|
lastClass: { type: [Array, String], default: () => [] },
|
|
7772
7771
|
lastNumber: { type: [Boolean, String], default: !1 },
|
|
7773
7772
|
lastText: { type: String, default: "»" },
|
|
7774
|
-
limit: { type: Number, default:
|
|
7773
|
+
limit: { type: Number, default: rc },
|
|
7775
7774
|
modelValue: { type: Number, default: 1 },
|
|
7776
7775
|
// V-model prop
|
|
7777
7776
|
nextClass: { type: [Array, String], default: () => [] },
|
|
@@ -7820,7 +7819,7 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
7820
7819
|
t("page-click", F, c), !F.defaultPrevented && (a.value = c);
|
|
7821
7820
|
}, C = u(() => e.size ? `pagination-${e.size}` : ""), _ = u(() => p.value ? "b-pagination-pills" : "");
|
|
7822
7821
|
se(a, (k) => {
|
|
7823
|
-
const c =
|
|
7822
|
+
const c = pc(k, m.value);
|
|
7824
7823
|
c !== a.value && (a.value = c);
|
|
7825
7824
|
}), se(b, (k, c) => {
|
|
7826
7825
|
k != null && (c.pageSize !== k.pageSize && c.totalRows === k.totalRows || c.numberOfPages !== k.numberOfPages && a.value > c.numberOfPages) && (a.value = 1);
|
|
@@ -7882,7 +7881,7 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
7882
7881
|
ue(
|
|
7883
7882
|
"span",
|
|
7884
7883
|
{ class: ["page-link"] },
|
|
7885
|
-
ze(
|
|
7884
|
+
ze(ic, {}, l) || e.ellipsisText || "..."
|
|
7886
7885
|
)
|
|
7887
7886
|
]
|
|
7888
7887
|
), N = (W, ie) => {
|
|
@@ -7892,7 +7891,7 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
7892
7891
|
page: W.number,
|
|
7893
7892
|
index: W.number - 1,
|
|
7894
7893
|
content: W.number
|
|
7895
|
-
}, le = ze(
|
|
7894
|
+
}, le = ze(fc, Z, l) || W.number, me = ue(
|
|
7896
7895
|
o.value ? "span" : "button",
|
|
7897
7896
|
{
|
|
7898
7897
|
class: ["page-link", { "flex-grow-1": !o.value && f }],
|
|
@@ -7931,7 +7930,7 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
7931
7930
|
const W = L(
|
|
7932
7931
|
1,
|
|
7933
7932
|
e.labelFirstPage,
|
|
7934
|
-
|
|
7933
|
+
uc,
|
|
7935
7934
|
e.firstText,
|
|
7936
7935
|
e.firstClass,
|
|
7937
7936
|
1
|
|
@@ -7941,7 +7940,7 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
7941
7940
|
const X = L(
|
|
7942
7941
|
a.value - 1,
|
|
7943
7942
|
e.labelFirstPage,
|
|
7944
|
-
|
|
7943
|
+
vc,
|
|
7945
7944
|
e.prevText,
|
|
7946
7945
|
e.prevClass,
|
|
7947
7946
|
1
|
|
@@ -7953,7 +7952,7 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
7953
7952
|
const ee = L(
|
|
7954
7953
|
a.value + 1,
|
|
7955
7954
|
e.labelNextPage,
|
|
7956
|
-
|
|
7955
|
+
cc,
|
|
7957
7956
|
e.nextText,
|
|
7958
7957
|
e.nextClass,
|
|
7959
7958
|
m.value
|
|
@@ -7962,7 +7961,7 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
7962
7961
|
const W = L(
|
|
7963
7962
|
m.value,
|
|
7964
7963
|
e.labelLastPage,
|
|
7965
|
-
|
|
7964
|
+
dc,
|
|
7966
7965
|
e.lastText,
|
|
7967
7966
|
e.lastClass,
|
|
7968
7967
|
m.value
|
|
@@ -8040,7 +8039,7 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
8040
8039
|
tag: a.tag
|
|
8041
8040
|
}, null, 8, ["class", "animation", "width", "cols", "tag"]));
|
|
8042
8041
|
}
|
|
8043
|
-
}),
|
|
8042
|
+
}), gc = /* @__PURE__ */ H({
|
|
8044
8043
|
__name: "BPlaceholderCard",
|
|
8045
8044
|
props: {
|
|
8046
8045
|
noHeader: { type: [String, Boolean], default: !1 },
|
|
@@ -8183,7 +8182,7 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
8183
8182
|
A(m.$slots, "default")
|
|
8184
8183
|
], 2));
|
|
8185
8184
|
}
|
|
8186
|
-
}),
|
|
8185
|
+
}), yc = /* @__PURE__ */ H({
|
|
8187
8186
|
__name: "BPlaceholderTable",
|
|
8188
8187
|
props: {
|
|
8189
8188
|
rows: { default: 3 },
|
|
@@ -8259,7 +8258,7 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
8259
8258
|
_: 3
|
|
8260
8259
|
}));
|
|
8261
8260
|
}
|
|
8262
|
-
}),
|
|
8261
|
+
}), bc = /* @__PURE__ */ H({
|
|
8263
8262
|
__name: "BPlaceholderWrapper",
|
|
8264
8263
|
props: {
|
|
8265
8264
|
loading: { type: [String, Boolean], default: !1 }
|
|
@@ -8268,7 +8267,7 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
8268
8267
|
const t = e, l = d(() => t.loading);
|
|
8269
8268
|
return (a, o) => w(l) ? A(a.$slots, "loading", { key: 0 }) : A(a.$slots, "default", { key: 1 });
|
|
8270
8269
|
}
|
|
8271
|
-
}),
|
|
8270
|
+
}), hc = ["aria-valuenow", "aria-valuemax"], xn = /* @__PURE__ */ H({
|
|
8272
8271
|
__name: "BProgressBar",
|
|
8273
8272
|
props: {
|
|
8274
8273
|
animated: { type: [String, Boolean], default: !1 },
|
|
@@ -8303,9 +8302,9 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
8303
8302
|
A(h.$slots, "default", {}, () => [
|
|
8304
8303
|
re(K(m.value), 1)
|
|
8305
8304
|
])
|
|
8306
|
-
], 14,
|
|
8305
|
+
], 14, hc));
|
|
8307
8306
|
}
|
|
8308
|
-
}),
|
|
8307
|
+
}), Bc = /* @__PURE__ */ H({
|
|
8309
8308
|
__name: "BProgress",
|
|
8310
8309
|
props: {
|
|
8311
8310
|
height: { default: void 0 },
|
|
@@ -8344,7 +8343,7 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
8344
8343
|
])
|
|
8345
8344
|
], 4));
|
|
8346
8345
|
}
|
|
8347
|
-
}), ro = fa("cols", [""], { type: [String, Number], default: null }),
|
|
8346
|
+
}), ro = fa("cols", [""], { type: [String, Number], default: null }), Sc = H({
|
|
8348
8347
|
name: "BRow",
|
|
8349
8348
|
slots: Object,
|
|
8350
8349
|
props: {
|
|
@@ -8374,7 +8373,7 @@ const xd = /* @__PURE__ */ ya(Hd, [["__scopeId", "data-v-d1886408"]]), Rd = /* @
|
|
|
8374
8373
|
};
|
|
8375
8374
|
}
|
|
8376
8375
|
});
|
|
8377
|
-
function
|
|
8376
|
+
function wc(e, t, l, a, o, n) {
|
|
8378
8377
|
return y(), M(ae(e.tag), {
|
|
8379
8378
|
class: z(["row", e.computedClasses])
|
|
8380
8379
|
}, {
|
|
@@ -8384,7 +8383,7 @@ function $c(e, t, l, a, o, n) {
|
|
|
8384
8383
|
_: 3
|
|
8385
8384
|
}, 8, ["class"]);
|
|
8386
8385
|
}
|
|
8387
|
-
const
|
|
8386
|
+
const $c = /* @__PURE__ */ ya(Sc, [["render", wc]]), Cc = ["TD", "TH", "TR"], _c = [
|
|
8388
8387
|
"a",
|
|
8389
8388
|
"a *",
|
|
8390
8389
|
// Include content inside links
|
|
@@ -8403,24 +8402,24 @@ const Cc = /* @__PURE__ */ ya(wc, [["render", $c]]), _c = ["TD", "TH", "TR"], kc
|
|
|
8403
8402
|
if (!e || !e.target)
|
|
8404
8403
|
return !1;
|
|
8405
8404
|
const t = e.target;
|
|
8406
|
-
if ("disabled" in t && t.disabled ||
|
|
8405
|
+
if ("disabled" in t && t.disabled || Cc.indexOf(t.tagName) !== -1)
|
|
8407
8406
|
return !1;
|
|
8408
8407
|
if (gl(".dropdown-menu", t))
|
|
8409
8408
|
return !0;
|
|
8410
8409
|
const l = t.tagName === "LABEL" ? t : gl("label", t);
|
|
8411
8410
|
if (l) {
|
|
8412
|
-
const a = Xa(l, "for"), o = a ?
|
|
8411
|
+
const a = Xa(l, "for"), o = a ? Vs(a) : ho("input, select, textarea", l);
|
|
8413
8412
|
if (o && !o.disabled)
|
|
8414
8413
|
return !0;
|
|
8415
8414
|
}
|
|
8416
|
-
return Bo(t,
|
|
8417
|
-
},
|
|
8415
|
+
return Bo(t, _c);
|
|
8416
|
+
}, kc = ["title", "abbr", "onClick"], Tc = { class: "d-inline-flex flex-nowrap align-items-center gap-1" }, Vc = { key: 1 }, Oc = ["onClick", "onDblclick", "onMouseenter", "onMouseleave"], Ac = {
|
|
8418
8417
|
key: 0,
|
|
8419
8418
|
class: "b-table-stacked-label"
|
|
8420
|
-
},
|
|
8419
|
+
}, Pc = ["colspan"], Ec = {
|
|
8421
8420
|
key: 0,
|
|
8422
8421
|
class: "b-table-empty-slot"
|
|
8423
|
-
},
|
|
8422
|
+
}, Fc = ["colspan"], Ic = { key: 0 }, Lc = ["title", "abbr", "onClick"], Nc = { key: 1 }, zc = { key: 2 }, Hc = { key: 3 }, Rn = /* @__PURE__ */ H({
|
|
8424
8423
|
__name: "BTableLite",
|
|
8425
8424
|
props: {
|
|
8426
8425
|
align: { default: void 0 },
|
|
@@ -8530,7 +8529,7 @@ const Cc = /* @__PURE__ */ ya(wc, [["render", $c]]), _c = ["TD", "TH", "TR"], kc
|
|
|
8530
8529
|
}, f.thAttr, {
|
|
8531
8530
|
onClick: (L) => h(f, L)
|
|
8532
8531
|
}), [
|
|
8533
|
-
J("div",
|
|
8532
|
+
J("div", Tc, [
|
|
8534
8533
|
A(c.$slots, "field-prefix", { field: f }),
|
|
8535
8534
|
J("div", null, [
|
|
8536
8535
|
c.$slots[`head('${f.key})`] || c.$slots["head()"] ? A(c.$slots, c.$slots[`head('${f.key})`] ? `head(${f.key})` : "head()", {
|
|
@@ -8544,9 +8543,9 @@ const Cc = /* @__PURE__ */ ya(wc, [["render", $c]]), _c = ["TD", "TH", "TR"], kc
|
|
|
8544
8543
|
], 64))
|
|
8545
8544
|
])
|
|
8546
8545
|
])
|
|
8547
|
-
], 16,
|
|
8546
|
+
], 16, kc))), 128))
|
|
8548
8547
|
]),
|
|
8549
|
-
c.$slots["thead-sub"] ? (y(), P("tr",
|
|
8548
|
+
c.$slots["thead-sub"] ? (y(), P("tr", Vc, [
|
|
8550
8549
|
(y(!0), P(ce, null, be(i.value, (f) => (y(), P("td", {
|
|
8551
8550
|
key: f.key,
|
|
8552
8551
|
scope: "col",
|
|
@@ -8576,7 +8575,7 @@ const Cc = /* @__PURE__ */ ya(wc, [["render", $c]]), _c = ["TD", "TH", "TR"], kc
|
|
|
8576
8575
|
}, I.tdAttr, {
|
|
8577
8576
|
class: $(I, f)
|
|
8578
8577
|
}), [
|
|
8579
|
-
c.stacked && w(o) ? (y(), P("label",
|
|
8578
|
+
c.stacked && w(o) ? (y(), P("label", Ac, K(B(I)), 1)) : Y("", !0),
|
|
8580
8579
|
c.$slots[`cell(${I.key})`] || c.$slots["cell()"] ? A(c.$slots, c.$slots[`cell(${I.key})`] ? `cell(${I.key})` : "cell()", {
|
|
8581
8580
|
key: 1,
|
|
8582
8581
|
value: w(yl)(f, I.key),
|
|
@@ -8590,7 +8589,7 @@ const Cc = /* @__PURE__ */ ya(wc, [["render", $c]]), _c = ["TD", "TH", "TR"], kc
|
|
|
8590
8589
|
re(K(S(f, I)), 1)
|
|
8591
8590
|
], 64))
|
|
8592
8591
|
], 16))), 128))
|
|
8593
|
-
], 42,
|
|
8592
|
+
], 42, Oc),
|
|
8594
8593
|
f._showDetails === !0 && c.$slots["row-details"] ? (y(), P("tr", {
|
|
8595
8594
|
key: 0,
|
|
8596
8595
|
class: z(k(f, "row-details"))
|
|
@@ -8600,19 +8599,19 @@ const Cc = /* @__PURE__ */ ya(wc, [["render", $c]]), _c = ["TD", "TH", "TR"], kc
|
|
|
8600
8599
|
item: f,
|
|
8601
8600
|
toggleDetails: () => C(f)
|
|
8602
8601
|
})
|
|
8603
|
-
], 8,
|
|
8602
|
+
], 8, Pc)
|
|
8604
8603
|
], 2)) : Y("", !0)
|
|
8605
8604
|
], 64))), 128)),
|
|
8606
8605
|
A(c.$slots, "tbody-prefix", { fieldsTotal: p.value }),
|
|
8607
|
-
w(n) && c.items.length === 0 ? (y(), P("tr",
|
|
8606
|
+
w(n) && c.items.length === 0 ? (y(), P("tr", Ec, [
|
|
8608
8607
|
J("td", { colspan: p.value }, [
|
|
8609
8608
|
A(c.$slots, "empty", { items: c.items }, () => [
|
|
8610
8609
|
re(K(c.emptyText), 1)
|
|
8611
8610
|
])
|
|
8612
|
-
], 8,
|
|
8611
|
+
], 8, Fc)
|
|
8613
8612
|
])) : Y("", !0)
|
|
8614
8613
|
]),
|
|
8615
|
-
w(a) ? (y(), P("tfoot",
|
|
8614
|
+
w(a) ? (y(), P("tfoot", Ic, [
|
|
8616
8615
|
J("tr", null, [
|
|
8617
8616
|
(y(!0), P(ce, null, be(i.value, (f) => (y(), P("th", te({
|
|
8618
8617
|
key: f.key
|
|
@@ -8623,24 +8622,24 @@ const Cc = /* @__PURE__ */ ya(wc, [["render", $c]]), _c = ["TD", "TH", "TR"], kc
|
|
|
8623
8622
|
abbr: f.headerAbbr,
|
|
8624
8623
|
style: f.thStyle,
|
|
8625
8624
|
onClick: (L) => h(f, L, !0)
|
|
8626
|
-
}), K(f.label), 17,
|
|
8625
|
+
}), K(f.label), 17, Lc))), 128))
|
|
8627
8626
|
])
|
|
8628
|
-
])) : c.$slots["custom-foot"] ? (y(), P("tfoot",
|
|
8627
|
+
])) : c.$slots["custom-foot"] ? (y(), P("tfoot", Nc, [
|
|
8629
8628
|
A(c.$slots, "custom-foot", {
|
|
8630
8629
|
fields: i.value,
|
|
8631
8630
|
items: c.items,
|
|
8632
8631
|
columns: (F = i.value) == null ? void 0 : F.length
|
|
8633
8632
|
})
|
|
8634
8633
|
])) : Y("", !0),
|
|
8635
|
-
c.$slots["table-caption"] ? (y(), P("caption",
|
|
8634
|
+
c.$slots["table-caption"] ? (y(), P("caption", zc, [
|
|
8636
8635
|
A(c.$slots, "table-caption")
|
|
8637
|
-
])) : c.caption ? (y(), P("caption",
|
|
8636
|
+
])) : c.caption ? (y(), P("caption", Hc, K(c.caption), 1)) : Y("", !0)
|
|
8638
8637
|
];
|
|
8639
8638
|
}),
|
|
8640
8639
|
_: 3
|
|
8641
8640
|
}, 8, ["bordered", "borderless", "border-variant", "caption-top", "dark", "hover", "responsive", "striped", "stacked", "small", "table-class", "table-variant", "sticky-header"]));
|
|
8642
8641
|
}
|
|
8643
|
-
}),
|
|
8642
|
+
}), xc = ["colspan"], Rc = { class: "d-flex align-items-center justify-content-center gap-2" }, Mc = /* @__PURE__ */ H({
|
|
8644
8643
|
__name: "BTable",
|
|
8645
8644
|
props: {
|
|
8646
8645
|
provider: { type: Function, default: void 0 },
|
|
@@ -8705,7 +8704,7 @@ const Cc = /* @__PURE__ */ ya(wc, [["render", $c]]), _c = ["TD", "TH", "TR"], kc
|
|
|
8705
8704
|
updateInternalItems: L,
|
|
8706
8705
|
filteredHandler: I,
|
|
8707
8706
|
notifyFilteredItems: N
|
|
8708
|
-
} =
|
|
8707
|
+
} = li(
|
|
8709
8708
|
a,
|
|
8710
8709
|
{
|
|
8711
8710
|
sortInternalBoolean: B,
|
|
@@ -8924,12 +8923,12 @@ const Cc = /* @__PURE__ */ ya(wc, [["render", $c]]), _c = ["TD", "TH", "TR"], kc
|
|
|
8924
8923
|
colspan: G.fieldsTotal
|
|
8925
8924
|
}, [
|
|
8926
8925
|
A(E.$slots, "table-busy", {}, () => [
|
|
8927
|
-
J("div",
|
|
8926
|
+
J("div", Rc, [
|
|
8928
8927
|
ye(ga, { class: "align-middle" }),
|
|
8929
8928
|
J("strong", null, K(E.busyLoadingText), 1)
|
|
8930
8929
|
])
|
|
8931
8930
|
])
|
|
8932
|
-
], 8,
|
|
8931
|
+
], 8, xc)
|
|
8933
8932
|
], 2)) : Y("", !0)
|
|
8934
8933
|
]),
|
|
8935
8934
|
_: 2
|
|
@@ -8942,7 +8941,7 @@ const Cc = /* @__PURE__ */ ya(wc, [["render", $c]]), _c = ["TD", "TH", "TR"], kc
|
|
|
8942
8941
|
}))
|
|
8943
8942
|
]), 1040, ["busy", "items", "table-classes", "virtual-fields"]));
|
|
8944
8943
|
}
|
|
8945
|
-
}),
|
|
8944
|
+
}), Dc = /* @__PURE__ */ H({
|
|
8946
8945
|
__name: "BTbody",
|
|
8947
8946
|
props: {
|
|
8948
8947
|
variant: { default: null }
|
|
@@ -8957,7 +8956,7 @@ const Cc = /* @__PURE__ */ ya(wc, [["render", $c]]), _c = ["TD", "TH", "TR"], kc
|
|
|
8957
8956
|
A(a.$slots, "default")
|
|
8958
8957
|
], 2));
|
|
8959
8958
|
}
|
|
8960
|
-
}),
|
|
8959
|
+
}), jc = ["scope", "colspan", "rowspan", "data-label"], qc = { key: 0 }, Gc = /* @__PURE__ */ H({
|
|
8961
8960
|
__name: "BTd",
|
|
8962
8961
|
props: {
|
|
8963
8962
|
colspan: { default: void 0 },
|
|
@@ -8979,12 +8978,12 @@ const Cc = /* @__PURE__ */ ya(wc, [["render", $c]]), _c = ["TD", "TH", "TR"], kc
|
|
|
8979
8978
|
rowspan: n.rowspan,
|
|
8980
8979
|
"data-label": n.stackedHeading
|
|
8981
8980
|
}, [
|
|
8982
|
-
n.stackedHeading ? (y(), P("div",
|
|
8981
|
+
n.stackedHeading ? (y(), P("div", qc, [
|
|
8983
8982
|
A(n.$slots, "default")
|
|
8984
8983
|
])) : A(n.$slots, "default", { key: 1 })
|
|
8985
|
-
], 10,
|
|
8984
|
+
], 10, jc));
|
|
8986
8985
|
}
|
|
8987
|
-
}),
|
|
8986
|
+
}), Wc = /* @__PURE__ */ H({
|
|
8988
8987
|
__name: "BTfoot",
|
|
8989
8988
|
props: {
|
|
8990
8989
|
variant: { default: null }
|
|
@@ -8999,7 +8998,7 @@ const Cc = /* @__PURE__ */ ya(wc, [["render", $c]]), _c = ["TD", "TH", "TR"], kc
|
|
|
8999
8998
|
A(a.$slots, "default")
|
|
9000
8999
|
], 2));
|
|
9001
9000
|
}
|
|
9002
|
-
}),
|
|
9001
|
+
}), Uc = ["scope", "colspan", "rowspan", "data-label"], Xc = { key: 0 }, Kc = /* @__PURE__ */ H({
|
|
9003
9002
|
__name: "BTh",
|
|
9004
9003
|
props: {
|
|
9005
9004
|
colspan: { default: void 0 },
|
|
@@ -9021,12 +9020,12 @@ const Cc = /* @__PURE__ */ ya(wc, [["render", $c]]), _c = ["TD", "TH", "TR"], kc
|
|
|
9021
9020
|
rowspan: n.rowspan,
|
|
9022
9021
|
"data-label": n.stackedHeading
|
|
9023
9022
|
}, [
|
|
9024
|
-
n.stackedHeading !== void 0 ? (y(), P("div",
|
|
9023
|
+
n.stackedHeading !== void 0 ? (y(), P("div", Xc, [
|
|
9025
9024
|
A(n.$slots, "default")
|
|
9026
9025
|
])) : A(n.$slots, "default", { key: 1 })
|
|
9027
|
-
], 10,
|
|
9026
|
+
], 10, Uc));
|
|
9028
9027
|
}
|
|
9029
|
-
}),
|
|
9028
|
+
}), Yc = /* @__PURE__ */ H({
|
|
9030
9029
|
__name: "BThead",
|
|
9031
9030
|
props: {
|
|
9032
9031
|
variant: { default: null }
|
|
@@ -9041,7 +9040,7 @@ const Cc = /* @__PURE__ */ ya(wc, [["render", $c]]), _c = ["TD", "TH", "TR"], kc
|
|
|
9041
9040
|
A(a.$slots, "default")
|
|
9042
9041
|
], 2));
|
|
9043
9042
|
}
|
|
9044
|
-
}),
|
|
9043
|
+
}), Jc = /* @__PURE__ */ H({
|
|
9045
9044
|
__name: "BTr",
|
|
9046
9045
|
props: {
|
|
9047
9046
|
variant: { default: null }
|
|
@@ -9056,7 +9055,7 @@ const Cc = /* @__PURE__ */ ya(wc, [["render", $c]]), _c = ["TD", "TH", "TR"], kc
|
|
|
9056
9055
|
A(a.$slots, "default")
|
|
9057
9056
|
], 2));
|
|
9058
9057
|
}
|
|
9059
|
-
}),
|
|
9058
|
+
}), Zc = /* @__PURE__ */ H({
|
|
9060
9059
|
__name: "BTab",
|
|
9061
9060
|
props: {
|
|
9062
9061
|
id: { default: void 0 },
|
|
@@ -9103,7 +9102,7 @@ const Cc = /* @__PURE__ */ ya(wc, [["render", $c]]), _c = ["TD", "TH", "TR"], kc
|
|
|
9103
9102
|
_: 3
|
|
9104
9103
|
}, 8, ["id", "class"]));
|
|
9105
9104
|
}
|
|
9106
|
-
}),
|
|
9105
|
+
}), Qc = ["id", "data-bs-target", "aria-controls", "aria-selected", "onClick"], ef = /* @__PURE__ */ H({
|
|
9107
9106
|
__name: "BTabs",
|
|
9108
9107
|
props: {
|
|
9109
9108
|
activeNavItemClass: { default: void 0 },
|
|
@@ -9291,7 +9290,7 @@ const Cc = /* @__PURE__ */ ya(wc, [["render", $c]]), _c = ["TD", "TH", "TR"], kc
|
|
|
9291
9290
|
I.children && I.children.title ? (y(), M(ae(I.children.title), { key: 0 })) : (y(), P(ce, { key: 1 }, [
|
|
9292
9291
|
re(K((le = I == null ? void 0 : I.props) == null ? void 0 : le.title), 1)
|
|
9293
9292
|
], 64))
|
|
9294
|
-
], 16,
|
|
9293
|
+
], 16, Qc)
|
|
9295
9294
|
], 2);
|
|
9296
9295
|
}), 128)),
|
|
9297
9296
|
A(f.$slots, "tabs-end")
|
|
@@ -9318,7 +9317,7 @@ const Cc = /* @__PURE__ */ ya(wc, [["render", $c]]), _c = ["TD", "TH", "TR"], kc
|
|
|
9318
9317
|
_: 3
|
|
9319
9318
|
}, 8, ["id", "class"]));
|
|
9320
9319
|
}
|
|
9321
|
-
}),
|
|
9320
|
+
}), tf = /* @__PURE__ */ H({
|
|
9322
9321
|
__name: "BTooltip",
|
|
9323
9322
|
setup(e, { expose: t }) {
|
|
9324
9323
|
var a, o, n;
|
|
@@ -9342,122 +9341,122 @@ const Cc = /* @__PURE__ */ ya(wc, [["render", $c]]), _c = ["TD", "TH", "TR"], kc
|
|
|
9342
9341
|
}
|
|
9343
9342
|
}), io = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9344
9343
|
__proto__: null,
|
|
9345
|
-
BAccordion:
|
|
9346
|
-
BAccordionItem:
|
|
9347
|
-
BAlert:
|
|
9348
|
-
BAvatar:
|
|
9349
|
-
BAvatarGroup:
|
|
9350
|
-
BBadge:
|
|
9351
|
-
BBreadcrumb:
|
|
9344
|
+
BAccordion: di,
|
|
9345
|
+
BAccordionItem: pi,
|
|
9346
|
+
BAlert: hi,
|
|
9347
|
+
BAvatar: $i,
|
|
9348
|
+
BAvatarGroup: Ci,
|
|
9349
|
+
BBadge: _i,
|
|
9350
|
+
BBreadcrumb: Vi,
|
|
9352
9351
|
BBreadcrumbItem: cn,
|
|
9353
|
-
BButton:
|
|
9354
|
-
BButtonGroup:
|
|
9355
|
-
BButtonToolbar:
|
|
9352
|
+
BButton: ot,
|
|
9353
|
+
BButtonGroup: Oi,
|
|
9354
|
+
BButtonToolbar: Pi,
|
|
9356
9355
|
BCard: bn,
|
|
9357
9356
|
BCardBody: gn,
|
|
9358
9357
|
BCardFooter: yn,
|
|
9359
|
-
BCardGroup:
|
|
9358
|
+
BCardGroup: Li,
|
|
9360
9359
|
BCardHeader: vn,
|
|
9361
9360
|
BCardImg: ua,
|
|
9362
9361
|
BCardSubtitle: mn,
|
|
9363
|
-
BCardText:
|
|
9362
|
+
BCardText: Ni,
|
|
9364
9363
|
BCardTitle: pn,
|
|
9365
|
-
BCarousel:
|
|
9366
|
-
BCarouselSlide:
|
|
9364
|
+
BCarousel: qi,
|
|
9365
|
+
BCarouselSlide: Ki,
|
|
9367
9366
|
BCloseButton: Pt,
|
|
9368
9367
|
BCol: Et,
|
|
9369
9368
|
BCollapse: dn,
|
|
9370
|
-
BContainer:
|
|
9369
|
+
BContainer: au,
|
|
9371
9370
|
BDropdown: $n,
|
|
9372
|
-
BDropdownDivider:
|
|
9373
|
-
BDropdownForm:
|
|
9374
|
-
BDropdownGroup:
|
|
9375
|
-
BDropdownHeader:
|
|
9376
|
-
BDropdownItem:
|
|
9377
|
-
BDropdownItemButton:
|
|
9378
|
-
BDropdownText:
|
|
9371
|
+
BDropdownDivider: su,
|
|
9372
|
+
BDropdownForm: uu,
|
|
9373
|
+
BDropdownGroup: fu,
|
|
9374
|
+
BDropdownHeader: pu,
|
|
9375
|
+
BDropdownItem: gu,
|
|
9376
|
+
BDropdownItemButton: hu,
|
|
9377
|
+
BDropdownText: wu,
|
|
9379
9378
|
BForm: Cn,
|
|
9380
9379
|
BFormCheckbox: _n,
|
|
9381
|
-
BFormCheckboxGroup:
|
|
9382
|
-
BFormFile:
|
|
9383
|
-
BFormFloatingLabel:
|
|
9384
|
-
BFormGroup:
|
|
9385
|
-
BFormInput:
|
|
9380
|
+
BFormCheckboxGroup: Eu,
|
|
9381
|
+
BFormFile: Lu,
|
|
9382
|
+
BFormFloatingLabel: ku,
|
|
9383
|
+
BFormGroup: ju,
|
|
9384
|
+
BFormInput: Gu,
|
|
9386
9385
|
BFormInvalidFeedback: Ea,
|
|
9387
9386
|
BFormRadio: Tn,
|
|
9388
|
-
BFormRadioGroup:
|
|
9387
|
+
BFormRadioGroup: Ju,
|
|
9389
9388
|
BFormRow: Qt,
|
|
9390
|
-
BFormSelect:
|
|
9389
|
+
BFormSelect: td,
|
|
9391
9390
|
BFormSelectOption: rl,
|
|
9392
9391
|
BFormSelectOptionGroup: Vn,
|
|
9393
|
-
BFormSpinButton:
|
|
9392
|
+
BFormSpinButton: sd,
|
|
9394
9393
|
BFormTag: Fn,
|
|
9395
|
-
BFormTags:
|
|
9394
|
+
BFormTags: Sd,
|
|
9396
9395
|
BFormText: Fa,
|
|
9397
|
-
BFormTextarea:
|
|
9396
|
+
BFormTextarea: $d,
|
|
9398
9397
|
BFormValidFeedback: Ia,
|
|
9399
9398
|
BImg: sl,
|
|
9400
|
-
BInputGroup:
|
|
9399
|
+
BInputGroup: Ad,
|
|
9401
9400
|
BInputGroupAddon: il,
|
|
9402
|
-
BInputGroupAppend:
|
|
9403
|
-
BInputGroupPrepend:
|
|
9401
|
+
BInputGroupAppend: Pd,
|
|
9402
|
+
BInputGroupPrepend: Ed,
|
|
9404
9403
|
BInputGroupText: In,
|
|
9405
9404
|
BLink: Ze,
|
|
9406
|
-
BListGroup:
|
|
9407
|
-
BListGroupItem:
|
|
9408
|
-
BModal:
|
|
9409
|
-
BNav:
|
|
9410
|
-
BNavForm:
|
|
9411
|
-
BNavItem:
|
|
9412
|
-
BNavItemDropdown:
|
|
9413
|
-
BNavText:
|
|
9414
|
-
BNavbar:
|
|
9415
|
-
BNavbarBrand:
|
|
9416
|
-
BNavbarNav:
|
|
9417
|
-
BNavbarToggle:
|
|
9418
|
-
BOffcanvas:
|
|
9405
|
+
BListGroup: Fd,
|
|
9406
|
+
BListGroupItem: Id,
|
|
9407
|
+
BModal: Hd,
|
|
9408
|
+
BNav: xd,
|
|
9409
|
+
BNavForm: Md,
|
|
9410
|
+
BNavItem: jd,
|
|
9411
|
+
BNavItemDropdown: Gd,
|
|
9412
|
+
BNavText: Ud,
|
|
9413
|
+
BNavbar: Xd,
|
|
9414
|
+
BNavbarBrand: Kd,
|
|
9415
|
+
BNavbarNav: Yd,
|
|
9416
|
+
BNavbarToggle: lc,
|
|
9417
|
+
BOffcanvas: sc,
|
|
9419
9418
|
BOverlay: ul,
|
|
9420
|
-
BPagination:
|
|
9419
|
+
BPagination: mc,
|
|
9421
9420
|
BPlaceholder: Ne,
|
|
9422
9421
|
BPlaceholderButton: Hn,
|
|
9423
|
-
BPlaceholderCard:
|
|
9424
|
-
BPlaceholderTable:
|
|
9425
|
-
BPlaceholderWrapper:
|
|
9422
|
+
BPlaceholderCard: gc,
|
|
9423
|
+
BPlaceholderTable: yc,
|
|
9424
|
+
BPlaceholderWrapper: bc,
|
|
9426
9425
|
BPopover: nl,
|
|
9427
|
-
BProgress:
|
|
9426
|
+
BProgress: Bc,
|
|
9428
9427
|
BProgressBar: xn,
|
|
9429
|
-
BRow:
|
|
9428
|
+
BRow: $c,
|
|
9430
9429
|
BSpinner: ga,
|
|
9431
|
-
BTab:
|
|
9432
|
-
BTable:
|
|
9430
|
+
BTab: Zc,
|
|
9431
|
+
BTable: Mc,
|
|
9433
9432
|
BTableLite: Rn,
|
|
9434
9433
|
BTableSimple: cl,
|
|
9435
|
-
BTabs:
|
|
9436
|
-
BTbody:
|
|
9437
|
-
BTd:
|
|
9438
|
-
BTfoot:
|
|
9439
|
-
BTh:
|
|
9440
|
-
BThead:
|
|
9434
|
+
BTabs: ef,
|
|
9435
|
+
BTbody: Dc,
|
|
9436
|
+
BTd: Gc,
|
|
9437
|
+
BTfoot: Wc,
|
|
9438
|
+
BTh: Kc,
|
|
9439
|
+
BThead: Yc,
|
|
9441
9440
|
BToast: wn,
|
|
9442
9441
|
BToastContainer: Pa,
|
|
9443
9442
|
BToastPlugin: Sn,
|
|
9444
9443
|
BToaster: Pa,
|
|
9445
|
-
BTooltip:
|
|
9446
|
-
BTr:
|
|
9444
|
+
BTooltip: tf,
|
|
9445
|
+
BTr: Jc,
|
|
9447
9446
|
BTransition: At
|
|
9448
9447
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
9449
|
-
const
|
|
9448
|
+
const of = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9450
9449
|
__proto__: null,
|
|
9451
9450
|
useBreadcrumb: en,
|
|
9452
|
-
useColorMode:
|
|
9453
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
9451
|
+
useColorMode: Yr
|
|
9452
|
+
}, Symbol.toStringTag, { value: "Module" })), nf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9454
9453
|
__proto__: null,
|
|
9455
9454
|
BvCarouselEvent: po,
|
|
9456
9455
|
BvEvent: Ke,
|
|
9457
9456
|
BvTriggerableEvent: Ht
|
|
9458
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
9457
|
+
}, Symbol.toStringTag, { value: "Module" })), sf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
9459
9458
|
__proto__: null
|
|
9460
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
9459
|
+
}, Symbol.toStringTag, { value: "Module" })), rf = {
|
|
9461
9460
|
install(e, t = { components: !0, directives: !0 }) {
|
|
9462
9461
|
const l = typeof t.components == "boolean" || typeof t.components > "u" ? { all: !0 } : t.components, a = Object.keys(io);
|
|
9463
9462
|
Ml(l, a).forEach((s) => {
|
|
@@ -9472,126 +9471,126 @@ const nf = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
9472
9471
|
}
|
|
9473
9472
|
};
|
|
9474
9473
|
export {
|
|
9475
|
-
|
|
9476
|
-
|
|
9477
|
-
|
|
9478
|
-
|
|
9479
|
-
|
|
9480
|
-
|
|
9481
|
-
|
|
9474
|
+
di as BAccordion,
|
|
9475
|
+
pi as BAccordionItem,
|
|
9476
|
+
hi as BAlert,
|
|
9477
|
+
$i as BAvatar,
|
|
9478
|
+
Ci as BAvatarGroup,
|
|
9479
|
+
_i as BBadge,
|
|
9480
|
+
Vi as BBreadcrumb,
|
|
9482
9481
|
cn as BBreadcrumbItem,
|
|
9483
|
-
|
|
9484
|
-
|
|
9485
|
-
|
|
9482
|
+
ot as BButton,
|
|
9483
|
+
Oi as BButtonGroup,
|
|
9484
|
+
Pi as BButtonToolbar,
|
|
9486
9485
|
bn as BCard,
|
|
9487
9486
|
gn as BCardBody,
|
|
9488
9487
|
yn as BCardFooter,
|
|
9489
|
-
|
|
9488
|
+
Li as BCardGroup,
|
|
9490
9489
|
vn as BCardHeader,
|
|
9491
9490
|
ua as BCardImg,
|
|
9492
9491
|
mn as BCardSubtitle,
|
|
9493
|
-
|
|
9492
|
+
Ni as BCardText,
|
|
9494
9493
|
pn as BCardTitle,
|
|
9495
|
-
|
|
9496
|
-
|
|
9494
|
+
qi as BCarousel,
|
|
9495
|
+
Ki as BCarouselSlide,
|
|
9497
9496
|
Pt as BCloseButton,
|
|
9498
9497
|
Et as BCol,
|
|
9499
9498
|
dn as BCollapse,
|
|
9500
|
-
|
|
9499
|
+
au as BContainer,
|
|
9501
9500
|
$n as BDropdown,
|
|
9502
|
-
|
|
9503
|
-
|
|
9504
|
-
|
|
9505
|
-
|
|
9506
|
-
|
|
9507
|
-
|
|
9508
|
-
|
|
9501
|
+
su as BDropdownDivider,
|
|
9502
|
+
uu as BDropdownForm,
|
|
9503
|
+
fu as BDropdownGroup,
|
|
9504
|
+
pu as BDropdownHeader,
|
|
9505
|
+
gu as BDropdownItem,
|
|
9506
|
+
hu as BDropdownItemButton,
|
|
9507
|
+
wu as BDropdownText,
|
|
9509
9508
|
Cn as BForm,
|
|
9510
9509
|
_n as BFormCheckbox,
|
|
9511
|
-
|
|
9512
|
-
|
|
9513
|
-
|
|
9514
|
-
|
|
9515
|
-
|
|
9510
|
+
Eu as BFormCheckboxGroup,
|
|
9511
|
+
Lu as BFormFile,
|
|
9512
|
+
ku as BFormFloatingLabel,
|
|
9513
|
+
ju as BFormGroup,
|
|
9514
|
+
Gu as BFormInput,
|
|
9516
9515
|
Ea as BFormInvalidFeedback,
|
|
9517
9516
|
Tn as BFormRadio,
|
|
9518
|
-
|
|
9517
|
+
Ju as BFormRadioGroup,
|
|
9519
9518
|
Qt as BFormRow,
|
|
9520
|
-
|
|
9519
|
+
td as BFormSelect,
|
|
9521
9520
|
rl as BFormSelectOption,
|
|
9522
9521
|
Vn as BFormSelectOptionGroup,
|
|
9523
|
-
|
|
9522
|
+
sd as BFormSpinButton,
|
|
9524
9523
|
Fn as BFormTag,
|
|
9525
|
-
|
|
9524
|
+
Sd as BFormTags,
|
|
9526
9525
|
Fa as BFormText,
|
|
9527
|
-
|
|
9526
|
+
$d as BFormTextarea,
|
|
9528
9527
|
Ia as BFormValidFeedback,
|
|
9529
9528
|
sl as BImg,
|
|
9530
|
-
|
|
9529
|
+
Ad as BInputGroup,
|
|
9531
9530
|
il as BInputGroupAddon,
|
|
9532
|
-
|
|
9533
|
-
|
|
9531
|
+
Pd as BInputGroupAppend,
|
|
9532
|
+
Ed as BInputGroupPrepend,
|
|
9534
9533
|
In as BInputGroupText,
|
|
9535
9534
|
Ze as BLink,
|
|
9536
|
-
|
|
9537
|
-
|
|
9538
|
-
|
|
9539
|
-
|
|
9540
|
-
|
|
9541
|
-
|
|
9542
|
-
|
|
9543
|
-
|
|
9544
|
-
|
|
9545
|
-
|
|
9546
|
-
|
|
9547
|
-
|
|
9548
|
-
|
|
9535
|
+
Fd as BListGroup,
|
|
9536
|
+
Id as BListGroupItem,
|
|
9537
|
+
Hd as BModal,
|
|
9538
|
+
xd as BNav,
|
|
9539
|
+
Md as BNavForm,
|
|
9540
|
+
jd as BNavItem,
|
|
9541
|
+
Gd as BNavItemDropdown,
|
|
9542
|
+
Ud as BNavText,
|
|
9543
|
+
Xd as BNavbar,
|
|
9544
|
+
Kd as BNavbarBrand,
|
|
9545
|
+
Yd as BNavbarNav,
|
|
9546
|
+
lc as BNavbarToggle,
|
|
9547
|
+
sc as BOffcanvas,
|
|
9549
9548
|
ul as BOverlay,
|
|
9550
|
-
|
|
9549
|
+
mc as BPagination,
|
|
9551
9550
|
Ne as BPlaceholder,
|
|
9552
9551
|
Hn as BPlaceholderButton,
|
|
9553
|
-
|
|
9554
|
-
|
|
9555
|
-
|
|
9552
|
+
gc as BPlaceholderCard,
|
|
9553
|
+
yc as BPlaceholderTable,
|
|
9554
|
+
bc as BPlaceholderWrapper,
|
|
9556
9555
|
nl as BPopover,
|
|
9557
|
-
|
|
9556
|
+
Bc as BProgress,
|
|
9558
9557
|
xn as BProgressBar,
|
|
9559
|
-
|
|
9558
|
+
$c as BRow,
|
|
9560
9559
|
ga as BSpinner,
|
|
9561
|
-
|
|
9562
|
-
|
|
9560
|
+
Zc as BTab,
|
|
9561
|
+
Mc as BTable,
|
|
9563
9562
|
Rn as BTableLite,
|
|
9564
9563
|
cl as BTableSimple,
|
|
9565
|
-
|
|
9566
|
-
|
|
9567
|
-
|
|
9568
|
-
|
|
9569
|
-
|
|
9570
|
-
|
|
9564
|
+
ef as BTabs,
|
|
9565
|
+
Dc as BTbody,
|
|
9566
|
+
Gc as BTd,
|
|
9567
|
+
Wc as BTfoot,
|
|
9568
|
+
Kc as BTh,
|
|
9569
|
+
Yc as BThead,
|
|
9571
9570
|
wn as BToast,
|
|
9572
9571
|
Pa as BToastContainer,
|
|
9573
9572
|
Sn as BToastPlugin,
|
|
9574
9573
|
Pa as BToaster,
|
|
9575
|
-
|
|
9576
|
-
|
|
9574
|
+
tf as BTooltip,
|
|
9575
|
+
Jc as BTr,
|
|
9577
9576
|
At as BTransition,
|
|
9578
|
-
|
|
9577
|
+
rf as BootstrapVueNext,
|
|
9579
9578
|
po as BvCarouselEvent,
|
|
9580
9579
|
Ke as BvEvent,
|
|
9581
9580
|
Ht as BvTriggerableEvent,
|
|
9582
9581
|
io as Components,
|
|
9583
|
-
|
|
9582
|
+
of as Composables,
|
|
9584
9583
|
oo as Directives,
|
|
9585
|
-
|
|
9586
|
-
|
|
9587
|
-
|
|
9584
|
+
sf as Types,
|
|
9585
|
+
nf as Utils,
|
|
9586
|
+
rf as default,
|
|
9588
9587
|
en as useBreadcrumb,
|
|
9589
|
-
|
|
9588
|
+
Yr as useColorMode,
|
|
9590
9589
|
Bn as useToast,
|
|
9591
|
-
|
|
9590
|
+
Jd as vBColorMode,
|
|
9592
9591
|
za as vBModal,
|
|
9593
|
-
|
|
9592
|
+
Qd as vBPopover,
|
|
9594
9593
|
za as vBToggle,
|
|
9595
|
-
|
|
9594
|
+
ec as vBTooltip
|
|
9596
9595
|
};
|
|
9597
9596
|
//# sourceMappingURL=bootstrap-vue-next.mjs.map
|