bootstrap-vue-next 0.6.6 → 0.6.7
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.es.js +588 -583
- package/dist/bootstrap-vue-next.es.js.map +1 -1
- package/dist/bootstrap-vue-next.umd.js +1 -1
- package/dist/bootstrap-vue-next.umd.js.map +1 -1
- package/dist/utils/dom.d.ts +2 -7
- package/package.json +1 -1
- package/src/components/BAlert/BAlert.vue +1 -1
- package/src/components/BAvatar/BAvatar.vue +0 -1
- package/src/components/BCard/BCard.vue +1 -1
- package/src/components/BCard/BCardBody.vue +1 -1
- package/src/components/BFormCheckbox/BFormCheckbox.vue +1 -1
- package/src/components/BOffcanvas/BOffcanvas.vue +7 -1
- package/src/components/BTabs/BTabs.vue +2 -1
- package/src/utils/dom.ts +3 -9
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
var _n = Object.defineProperty;
|
|
2
2
|
var Tn = (e, t, a) => t in e ? _n(e, t, { enumerable: !0, configurable: !0, writable: !0, value: a }) : e[t] = a;
|
|
3
3
|
var be = (e, t, a) => (Tn(e, typeof t != "symbol" ? t + "" : t, a), a);
|
|
4
|
-
import {
|
|
5
|
-
import { Collapse as
|
|
6
|
-
const
|
|
4
|
+
import { shallowRef as al, watchEffect as Ze, readonly as Ht, unref as s, ref as X, isRef as tt, watch as ue, getCurrentScope as Vn, onScopeDispose as An, getCurrentInstance as ll, onMounted as Se, nextTick as Ie, computed as i, reactive as Ne, inject as De, onBeforeUnmount as ta, toRef as o, onActivated as aa, defineComponent as P, provide as at, openBlock as f, createElementBlock as h, normalizeClass as L, renderSlot as $, createBlock as z, resolveDynamicComponent as te, withCtx as D, createElementVNode as j, withDirectives as qe, createTextVNode as ae, toDisplayString as U, createVNode as ve, Transition as nl, normalizeProps as he, guardReactiveProps as _e, useSlots as ke, createCommentVNode as W, mergeProps as Y, resolveComponent as ol, withModifiers as Ke, Fragment as se, normalizeStyle as Fe, renderList as me, withKeys as yt, vShow as la, isReactive as On, onUnmounted as xn, h as le, useAttrs as sl, vModelCheckbox as Pn, vModelRadio as In, vModelSelect as Fn, Teleport as rl, createSlots as il } from "vue";
|
|
5
|
+
import { Collapse as En, Popover as Mt, Tooltip as Lt, Dropdown as Ln } from "bootstrap";
|
|
6
|
+
const zn = (e) => typeof e == "boolean" || e === "" || e === "true" || e === "false", ul = (e) => typeof e == "boolean" ? e : e === "" ? !0 : e === "true";
|
|
7
7
|
class Xe {
|
|
8
8
|
constructor(t, a = {}) {
|
|
9
9
|
be(this, "cancelable", !0);
|
|
@@ -58,16 +58,16 @@ class na extends Xe {
|
|
|
58
58
|
};
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
|
-
const Rt = (e) => e !== null && typeof e == "object", dl = (e) => /^[0-9]*\.?[0-9]+$/.test(String(e)),
|
|
61
|
+
const Rt = (e) => e !== null && typeof e == "object", dl = (e) => /^[0-9]*\.?[0-9]+$/.test(String(e)), Nn = (e) => Object.prototype.toString.call(e) === "[object Object]", ze = (e) => e === null, cl = /_/g, fl = /([a-z])([A-Z])/g, Dn = /(\s|^)(\w)/g, Hn = /(\s|^)(\w)/, pt = /\s+/, Mn = /^#/, Rn = /^#[A-Za-z]+[\w\-:.]*$/, jn = /-u-.+/, Bt = (e, t = 2) => typeof e == "string" ? e : e == null ? "" : Array.isArray(e) || Nn(e) && e.toString === Object.prototype.toString ? JSON.stringify(e, null, t) : String(e), va = (e) => e.replace(cl, " ").replace(fl, (t, a, l) => `${a} ${l}`).replace(Hn, (t, a, l) => a + l.toUpperCase()), ma = (e) => e.replace(cl, " ").replace(fl, (t, a, l) => `${a} ${l}`).replace(Dn, (t, a, l) => a + l.toUpperCase()), qn = (e) => {
|
|
62
62
|
const t = e.trim();
|
|
63
63
|
return t.charAt(0).toUpperCase() + t.slice(1);
|
|
64
|
-
}, zt = (e) => `\\${e}`,
|
|
64
|
+
}, zt = (e) => `\\${e}`, Gn = (e) => {
|
|
65
65
|
const t = Bt(e), { length: a } = t, l = t.charCodeAt(0);
|
|
66
66
|
return t.split("").reduce((n, r, d) => {
|
|
67
67
|
const c = t.charCodeAt(d);
|
|
68
68
|
return c === 0 ? `${n}\uFFFD` : c === 127 || c >= 1 && c <= 31 || d === 0 && c >= 48 && c <= 57 || d === 1 && c >= 48 && c <= 57 && l === 45 ? n + zt(`${c.toString(16)} `) : d === 0 && c === 45 && a === 1 ? n + zt(r) : c >= 128 || c === 45 || c === 95 || c >= 48 && c <= 57 || c >= 65 && c <= 90 || c >= 97 && c <= 122 ? n + r : n + zt(r);
|
|
69
69
|
}, "");
|
|
70
|
-
}, vl = typeof window < "u", ml = typeof document < "u",
|
|
70
|
+
}, vl = typeof window < "u", ml = typeof document < "u", Un = typeof Element < "u", pl = typeof navigator < "u", Tt = vl && ml && pl, We = vl ? window : {}, Vt = ml ? document : {}, bl = pl ? navigator : {}, gl = (bl.userAgent || "").toLowerCase();
|
|
71
71
|
gl.indexOf("jsdom") > 0;
|
|
72
72
|
/msie|trident/.test(gl);
|
|
73
73
|
(() => {
|
|
@@ -88,7 +88,7 @@ gl.indexOf("jsdom") > 0;
|
|
|
88
88
|
Tt && ("ontouchstart" in Vt.documentElement || bl.maxTouchPoints > 0);
|
|
89
89
|
Tt && Boolean(We.PointerEvent || We.MSPointerEvent);
|
|
90
90
|
Tt && "IntersectionObserver" in We && "IntersectionObserverEntry" in We && "intersectionRatio" in We.IntersectionObserverEntry.prototype;
|
|
91
|
-
const oa = typeof window < "u",
|
|
91
|
+
const oa = typeof window < "u", Wn = typeof document < "u", Kn = typeof navigator < "u", hl = oa && Wn && Kn, pa = oa ? window : {}, Xn = (() => {
|
|
92
92
|
let e = !1;
|
|
93
93
|
if (hl)
|
|
94
94
|
try {
|
|
@@ -102,26 +102,29 @@ const oa = typeof window < "u", Kn = typeof document < "u", Xn = typeof navigato
|
|
|
102
102
|
e = !1;
|
|
103
103
|
}
|
|
104
104
|
return e;
|
|
105
|
-
})(), Oe =
|
|
105
|
+
})(), Oe = Un ? Element.prototype : void 0, Jn = (Oe == null ? void 0 : Oe.matches) || (Oe == null ? void 0 : Oe.msMatchesSelector) || (Oe == null ? void 0 : Oe.webkitMatchesSelector), Le = (e) => !!(e && e.nodeType === Node.ELEMENT_NODE), Qn = (e) => Le(e) ? e.getBoundingClientRect() : null, Yn = (e = []) => {
|
|
106
106
|
const { activeElement: t } = document;
|
|
107
107
|
return t && !e.some((a) => a === t) ? t : null;
|
|
108
|
-
},
|
|
108
|
+
}, Zn = (e) => Le(e) && e === Yn(), eo = (e, t = {}) => {
|
|
109
109
|
try {
|
|
110
110
|
e.focus(t);
|
|
111
111
|
} catch (a) {
|
|
112
112
|
console.error(a);
|
|
113
113
|
}
|
|
114
|
-
return
|
|
115
|
-
},
|
|
116
|
-
if (
|
|
114
|
+
return Zn(e);
|
|
115
|
+
}, to = (e, t) => t && Le(e) && e.getAttribute(t) || null, ao = (e) => {
|
|
116
|
+
if (to(e, "display") === "none")
|
|
117
117
|
return !1;
|
|
118
|
-
const t =
|
|
118
|
+
const t = Qn(e);
|
|
119
119
|
return !!(t && t.height > 0 && t.width > 0);
|
|
120
|
-
},
|
|
120
|
+
}, we = (e) => {
|
|
121
|
+
var t;
|
|
122
|
+
return ((t = e == null ? void 0 : e()) != null ? t : []).length === 0;
|
|
123
|
+
}, yl = (e, t) => (Le(t) ? t : Vt).querySelector(e) || null, lo = (e, t) => Array.from([(Le(t) ? t : Vt).querySelectorAll(e)]), sa = (e, t) => t && Le(e) ? e.getAttribute(t) : null, no = (e) => Vt.getElementById(/^#/.test(e) ? e.slice(1) : e) || null, oo = (e, t, a) => {
|
|
121
124
|
t && Le(e) && e.setAttribute(t, a);
|
|
122
|
-
},
|
|
125
|
+
}, so = (e, t) => {
|
|
123
126
|
t && Le(e) && e.removeAttribute(t);
|
|
124
|
-
},
|
|
127
|
+
}, ro = (e, t) => Bt(e).toLowerCase() === Bt(t).toLowerCase(), ft = oa ? window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.msRequestAnimationFrame || window.oRequestAnimationFrame || ((e) => setTimeout(e, 16)) : (e) => setTimeout(e, 0), Bl = (e, t) => Le(e) ? Jn.call(e, t) : !1, io = (Oe == null ? void 0 : Oe.closest) || function(e) {
|
|
125
128
|
let t = this;
|
|
126
129
|
if (!t)
|
|
127
130
|
return null;
|
|
@@ -134,7 +137,7 @@ const oa = typeof window < "u", Kn = typeof document < "u", Xn = typeof navigato
|
|
|
134
137
|
}, ba = (e, t, a = !1) => {
|
|
135
138
|
if (!Le(t))
|
|
136
139
|
return null;
|
|
137
|
-
const l =
|
|
140
|
+
const l = io.call(t, e);
|
|
138
141
|
return a ? l : l === t ? null : l;
|
|
139
142
|
}, At = (e, t, a) => t.concat(["sm", "md", "lg", "xl", "xxl"]).reduce((l, n) => (l[e ? `${e}${n.charAt(0).toUpperCase() + n.slice(1)}` : n] = a, l), /* @__PURE__ */ Object.create(null)), $l = (e, t, a, l = a) => Object.keys(t).reduce((n, r) => (e[r] && n.push(
|
|
140
143
|
[l, r.replace(a, ""), e[r]].filter((d) => d && typeof d != "boolean").join("-").toLowerCase()
|
|
@@ -164,35 +167,35 @@ const oa = typeof window < "u", Kn = typeof document < "u", Xn = typeof navigato
|
|
|
164
167
|
}, Ot = (e, t) => Object.keys(e).filter((a) => !t.includes(a)).reduce((a, l) => ({ ...a, [l]: e[l] }), {}), $t = (e) => Array.isArray(e) ? e.map((t) => $t(t)) : e instanceof Date ? new Date(e.getTime()) : e && typeof e == "object" ? Object.getOwnPropertyNames(e).reduce((t, a) => {
|
|
165
168
|
var l;
|
|
166
169
|
return Object.defineProperty(t, a, (l = Object.getOwnPropertyDescriptor(e, a)) != null ? l : {}), t[a] = $t(e[a]), t;
|
|
167
|
-
}, Object.create(Object.getPrototypeOf(e))) : e, qt = (e) => new Promise((t) => t($t(e))), ga = (e, t) => t + (e ?
|
|
170
|
+
}, Object.create(Object.getPrototypeOf(e))) : e, qt = (e) => new Promise((t) => t($t(e))), ga = (e, t) => t + (e ? qn(e) : ""), ra = (e, t) => (Array.isArray(t) ? t.slice() : Object.keys(t)).reduce(
|
|
168
171
|
(a, l) => (a[l] = e[l], a),
|
|
169
172
|
{}
|
|
170
173
|
), xt = (e, t) => e === !0 || e === "true" || e === "" ? "true" : e === "grammar" || e === "spelling" ? e : t === !1 ? "true" : e === !1 || e === "false" ? "false" : void 0, Sl = Symbol(), kl = Symbol(), Cl = Symbol(), wl = Symbol(), _l = Symbol(), Tl = Symbol(), Vl = Symbol();
|
|
171
|
-
var
|
|
174
|
+
var uo = Object.defineProperty, co = Object.defineProperties, fo = Object.getOwnPropertyDescriptors, ha = Object.getOwnPropertySymbols, vo = Object.prototype.hasOwnProperty, mo = Object.prototype.propertyIsEnumerable, ya = (e, t, a) => t in e ? uo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: a }) : e[t] = a, po = (e, t) => {
|
|
172
175
|
for (var a in t || (t = {}))
|
|
173
|
-
|
|
176
|
+
vo.call(t, a) && ya(e, a, t[a]);
|
|
174
177
|
if (ha)
|
|
175
178
|
for (var a of ha(t))
|
|
176
|
-
|
|
179
|
+
mo.call(t, a) && ya(e, a, t[a]);
|
|
177
180
|
return e;
|
|
178
|
-
},
|
|
181
|
+
}, bo = (e, t) => co(e, fo(t));
|
|
179
182
|
function Al(e, t) {
|
|
180
183
|
var a;
|
|
181
184
|
const l = al();
|
|
182
185
|
return Ze(() => {
|
|
183
186
|
l.value = e();
|
|
184
|
-
},
|
|
187
|
+
}, bo(po({}, t), {
|
|
185
188
|
flush: (a = t == null ? void 0 : t.flush) != null ? a : "sync"
|
|
186
189
|
})), Ht(l);
|
|
187
190
|
}
|
|
188
191
|
var Ba;
|
|
189
|
-
const St = typeof window < "u", Ol = (e) => typeof e == "function",
|
|
192
|
+
const St = typeof window < "u", Ol = (e) => typeof e == "function", go = (e) => typeof e == "string", ho = () => {
|
|
190
193
|
};
|
|
191
194
|
St && ((Ba = window == null ? void 0 : window.navigator) == null ? void 0 : Ba.userAgent) && /iP(ad|hone|od)/.test(window.navigator.userAgent);
|
|
192
195
|
function Ue(e) {
|
|
193
196
|
return typeof e == "function" ? e() : s(e);
|
|
194
197
|
}
|
|
195
|
-
function
|
|
198
|
+
function yo(e, t) {
|
|
196
199
|
function a(...l) {
|
|
197
200
|
return new Promise((n, r) => {
|
|
198
201
|
Promise.resolve(e(() => t.apply(this, l), { fn: t, thisArg: this, args: l })).then(n).catch(r);
|
|
@@ -201,7 +204,7 @@ function Bo(e, t) {
|
|
|
201
204
|
return a;
|
|
202
205
|
}
|
|
203
206
|
const xl = (e) => e();
|
|
204
|
-
function
|
|
207
|
+
function Bo(e = xl) {
|
|
205
208
|
const t = X(!0);
|
|
206
209
|
function a() {
|
|
207
210
|
t.value = !1;
|
|
@@ -213,17 +216,17 @@ function $o(e = xl) {
|
|
|
213
216
|
t.value && e(...r);
|
|
214
217
|
} };
|
|
215
218
|
}
|
|
216
|
-
function
|
|
219
|
+
function $o(e) {
|
|
217
220
|
return e;
|
|
218
221
|
}
|
|
219
222
|
function kt(e) {
|
|
220
|
-
return
|
|
223
|
+
return Vn() ? (An(e), !0) : !1;
|
|
221
224
|
}
|
|
222
|
-
function
|
|
225
|
+
function So(e) {
|
|
223
226
|
return typeof e == "function" ? i(e) : X(e);
|
|
224
227
|
}
|
|
225
228
|
function Pl(e, t = !0) {
|
|
226
|
-
ll() ?
|
|
229
|
+
ll() ? Se(e) : t ? e() : Ie(e);
|
|
227
230
|
}
|
|
228
231
|
function Il(e, t = 1e3, a = {}) {
|
|
229
232
|
const {
|
|
@@ -253,31 +256,31 @@ function Il(e, t = 1e3, a = {}) {
|
|
|
253
256
|
resume: m
|
|
254
257
|
};
|
|
255
258
|
}
|
|
256
|
-
var $a = Object.getOwnPropertySymbols,
|
|
259
|
+
var $a = Object.getOwnPropertySymbols, ko = Object.prototype.hasOwnProperty, Co = Object.prototype.propertyIsEnumerable, wo = (e, t) => {
|
|
257
260
|
var a = {};
|
|
258
261
|
for (var l in e)
|
|
259
|
-
|
|
262
|
+
ko.call(e, l) && t.indexOf(l) < 0 && (a[l] = e[l]);
|
|
260
263
|
if (e != null && $a)
|
|
261
264
|
for (var l of $a(e))
|
|
262
|
-
t.indexOf(l) < 0 &&
|
|
265
|
+
t.indexOf(l) < 0 && Co.call(e, l) && (a[l] = e[l]);
|
|
263
266
|
return a;
|
|
264
267
|
};
|
|
265
|
-
function
|
|
268
|
+
function _o(e, t, a = {}) {
|
|
266
269
|
const l = a, {
|
|
267
270
|
eventFilter: n = xl
|
|
268
|
-
} = l, r =
|
|
271
|
+
} = l, r = wo(l, [
|
|
269
272
|
"eventFilter"
|
|
270
273
|
]);
|
|
271
|
-
return ue(e,
|
|
274
|
+
return ue(e, yo(n, t), r);
|
|
272
275
|
}
|
|
273
|
-
var
|
|
276
|
+
var To = Object.defineProperty, Vo = Object.defineProperties, Ao = Object.getOwnPropertyDescriptors, Ct = Object.getOwnPropertySymbols, Fl = Object.prototype.hasOwnProperty, El = Object.prototype.propertyIsEnumerable, Sa = (e, t, a) => t in e ? To(e, t, { enumerable: !0, configurable: !0, writable: !0, value: a }) : e[t] = a, Oo = (e, t) => {
|
|
274
277
|
for (var a in t || (t = {}))
|
|
275
278
|
Fl.call(t, a) && Sa(e, a, t[a]);
|
|
276
279
|
if (Ct)
|
|
277
280
|
for (var a of Ct(t))
|
|
278
281
|
El.call(t, a) && Sa(e, a, t[a]);
|
|
279
282
|
return e;
|
|
280
|
-
},
|
|
283
|
+
}, xo = (e, t) => Vo(e, Ao(t)), Po = (e, t) => {
|
|
281
284
|
var a = {};
|
|
282
285
|
for (var l in e)
|
|
283
286
|
Fl.call(e, l) && t.indexOf(l) < 0 && (a[l] = e[l]);
|
|
@@ -286,68 +289,68 @@ var Vo = Object.defineProperty, Ao = Object.defineProperties, Oo = Object.getOwn
|
|
|
286
289
|
t.indexOf(l) < 0 && El.call(e, l) && (a[l] = e[l]);
|
|
287
290
|
return a;
|
|
288
291
|
};
|
|
289
|
-
function
|
|
292
|
+
function Io(e, t, a = {}) {
|
|
290
293
|
const l = a, {
|
|
291
294
|
eventFilter: n
|
|
292
|
-
} = l, r =
|
|
295
|
+
} = l, r = Po(l, [
|
|
293
296
|
"eventFilter"
|
|
294
|
-
]), { eventFilter: d, pause: c, resume: v, isActive: m } =
|
|
295
|
-
return { stop:
|
|
297
|
+
]), { eventFilter: d, pause: c, resume: v, isActive: m } = Bo(n);
|
|
298
|
+
return { stop: _o(e, t, xo(Oo({}, r), {
|
|
296
299
|
eventFilter: d
|
|
297
300
|
})), pause: c, resume: v, isActive: m };
|
|
298
301
|
}
|
|
299
|
-
function
|
|
302
|
+
function Fo(e) {
|
|
300
303
|
var t;
|
|
301
304
|
const a = Ue(e);
|
|
302
305
|
return (t = a == null ? void 0 : a.$el) != null ? t : a;
|
|
303
306
|
}
|
|
304
307
|
const ut = St ? window : void 0;
|
|
305
|
-
function
|
|
308
|
+
function Eo(...e) {
|
|
306
309
|
let t, a, l, n;
|
|
307
|
-
if (
|
|
308
|
-
return
|
|
310
|
+
if (go(e[0]) || Array.isArray(e[0]) ? ([a, l, n] = e, t = ut) : [t, a, l, n] = e, !t)
|
|
311
|
+
return ho;
|
|
309
312
|
Array.isArray(a) || (a = [a]), Array.isArray(l) || (l = [l]);
|
|
310
313
|
const r = [], d = () => {
|
|
311
314
|
r.forEach((k) => k()), r.length = 0;
|
|
312
|
-
}, c = (k, p, b) => (k.addEventListener(p, b, n), () => k.removeEventListener(p, b, n)), v = ue(() =>
|
|
315
|
+
}, c = (k, p, b) => (k.addEventListener(p, b, n), () => k.removeEventListener(p, b, n)), v = ue(() => Fo(t), (k) => {
|
|
313
316
|
d(), k && r.push(...a.flatMap((p) => l.map((b) => c(k, p, b))));
|
|
314
317
|
}, { immediate: !0, flush: "post" }), m = () => {
|
|
315
318
|
v(), d();
|
|
316
319
|
};
|
|
317
320
|
return kt(m), m;
|
|
318
321
|
}
|
|
319
|
-
function
|
|
322
|
+
function Lo(e, t = !1) {
|
|
320
323
|
const a = X(), l = () => a.value = Boolean(e());
|
|
321
324
|
return l(), Pl(l, t), a;
|
|
322
325
|
}
|
|
323
|
-
function
|
|
324
|
-
const { window: a = ut } = t, l =
|
|
326
|
+
function zo(e, t = {}) {
|
|
327
|
+
const { window: a = ut } = t, l = Lo(() => a && "matchMedia" in a && typeof a.matchMedia == "function");
|
|
325
328
|
let n;
|
|
326
329
|
const r = X(!1), d = () => {
|
|
327
330
|
!n || ("removeEventListener" in n ? n.removeEventListener("change", c) : n.removeListener(c));
|
|
328
331
|
}, c = () => {
|
|
329
|
-
!l.value || (d(), n = a.matchMedia(
|
|
332
|
+
!l.value || (d(), n = a.matchMedia(So(e).value), r.value = n.matches, "addEventListener" in n ? n.addEventListener("change", c) : n.addListener(c));
|
|
330
333
|
};
|
|
331
334
|
return Ze(c), kt(() => d()), r;
|
|
332
335
|
}
|
|
333
336
|
const Gt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, Ut = "__vueuse_ssr_handlers__";
|
|
334
337
|
Gt[Ut] = Gt[Ut] || {};
|
|
335
|
-
const
|
|
338
|
+
const No = Gt[Ut];
|
|
336
339
|
function Ll(e, t) {
|
|
337
|
-
return
|
|
340
|
+
return No[e] || t;
|
|
338
341
|
}
|
|
339
|
-
function
|
|
342
|
+
function Do(e) {
|
|
340
343
|
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";
|
|
341
344
|
}
|
|
342
|
-
var
|
|
345
|
+
var Ho = Object.defineProperty, ka = Object.getOwnPropertySymbols, Mo = Object.prototype.hasOwnProperty, Ro = Object.prototype.propertyIsEnumerable, Ca = (e, t, a) => t in e ? Ho(e, t, { enumerable: !0, configurable: !0, writable: !0, value: a }) : e[t] = a, wa = (e, t) => {
|
|
343
346
|
for (var a in t || (t = {}))
|
|
344
|
-
|
|
347
|
+
Mo.call(t, a) && Ca(e, a, t[a]);
|
|
345
348
|
if (ka)
|
|
346
349
|
for (var a of ka(t))
|
|
347
|
-
|
|
350
|
+
Ro.call(t, a) && Ca(e, a, t[a]);
|
|
348
351
|
return e;
|
|
349
352
|
};
|
|
350
|
-
const
|
|
353
|
+
const jo = {
|
|
351
354
|
boolean: {
|
|
352
355
|
read: (e) => e === "true",
|
|
353
356
|
write: (e) => String(e)
|
|
@@ -381,7 +384,7 @@ const qo = {
|
|
|
381
384
|
write: (e) => e.toISOString()
|
|
382
385
|
}
|
|
383
386
|
};
|
|
384
|
-
function
|
|
387
|
+
function qo(e, t, a, l = {}) {
|
|
385
388
|
var n;
|
|
386
389
|
const {
|
|
387
390
|
flush: r = "pre",
|
|
@@ -407,8 +410,8 @@ function Go(e, t, a, l = {}) {
|
|
|
407
410
|
}
|
|
408
411
|
if (!a)
|
|
409
412
|
return w;
|
|
410
|
-
const y = Ue(t), S =
|
|
411
|
-
return p && c &&
|
|
413
|
+
const y = Ue(t), S = Do(y), g = (n = l.serializer) != null ? n : jo[S], { pause: B, resume: F } = Io(w, () => I(w.value), { flush: r, deep: d, eventFilter: b });
|
|
414
|
+
return p && c && Eo(p, "storage", _), _(), w;
|
|
412
415
|
function I(x) {
|
|
413
416
|
try {
|
|
414
417
|
if (x == null)
|
|
@@ -455,18 +458,18 @@ function Go(e, t, a, l = {}) {
|
|
|
455
458
|
}
|
|
456
459
|
}
|
|
457
460
|
}
|
|
458
|
-
function
|
|
459
|
-
return
|
|
461
|
+
function Go(e) {
|
|
462
|
+
return zo("(prefers-color-scheme: dark)", e);
|
|
460
463
|
}
|
|
461
|
-
var
|
|
464
|
+
var Uo = Object.defineProperty, _a = Object.getOwnPropertySymbols, Wo = Object.prototype.hasOwnProperty, Ko = Object.prototype.propertyIsEnumerable, Ta = (e, t, a) => t in e ? Uo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: a }) : e[t] = a, Xo = (e, t) => {
|
|
462
465
|
for (var a in t || (t = {}))
|
|
463
|
-
|
|
466
|
+
Wo.call(t, a) && Ta(e, a, t[a]);
|
|
464
467
|
if (_a)
|
|
465
468
|
for (var a of _a(t))
|
|
466
|
-
|
|
469
|
+
Ko.call(t, a) && Ta(e, a, t[a]);
|
|
467
470
|
return e;
|
|
468
471
|
};
|
|
469
|
-
function
|
|
472
|
+
function Jo(e = {}) {
|
|
470
473
|
const {
|
|
471
474
|
selector: t = "html",
|
|
472
475
|
attribute: a = "class",
|
|
@@ -477,11 +480,11 @@ function Qo(e = {}) {
|
|
|
477
480
|
listenToStorageChanges: c = !0,
|
|
478
481
|
storageRef: v,
|
|
479
482
|
emitAuto: m
|
|
480
|
-
} = e, k =
|
|
483
|
+
} = e, k = Xo({
|
|
481
484
|
auto: "",
|
|
482
485
|
light: "light",
|
|
483
486
|
dark: "dark"
|
|
484
|
-
}, e.modes || {}), p =
|
|
487
|
+
}, e.modes || {}), p = Go({ window: n }), b = i(() => p.value ? "dark" : "light"), V = v || (d == null ? X(l) : qo(d, l, r, { window: n, listenToStorageChanges: c })), w = i({
|
|
485
488
|
get() {
|
|
486
489
|
return V.value === "auto" && !m ? b.value : V.value;
|
|
487
490
|
},
|
|
@@ -513,15 +516,15 @@ var Va;
|
|
|
513
516
|
(function(e) {
|
|
514
517
|
e.UP = "UP", e.RIGHT = "RIGHT", e.DOWN = "DOWN", e.LEFT = "LEFT", e.NONE = "NONE";
|
|
515
518
|
})(Va || (Va = {}));
|
|
516
|
-
var
|
|
519
|
+
var Qo = Object.defineProperty, Aa = Object.getOwnPropertySymbols, Yo = Object.prototype.hasOwnProperty, Zo = Object.prototype.propertyIsEnumerable, Oa = (e, t, a) => t in e ? Qo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: a }) : e[t] = a, es = (e, t) => {
|
|
517
520
|
for (var a in t || (t = {}))
|
|
518
|
-
|
|
521
|
+
Yo.call(t, a) && Oa(e, a, t[a]);
|
|
519
522
|
if (Aa)
|
|
520
523
|
for (var a of Aa(t))
|
|
521
|
-
|
|
524
|
+
Zo.call(t, a) && Oa(e, a, t[a]);
|
|
522
525
|
return e;
|
|
523
526
|
};
|
|
524
|
-
const
|
|
527
|
+
const ts = {
|
|
525
528
|
easeInSine: [0.12, 0, 0.39, 0],
|
|
526
529
|
easeOutSine: [0.61, 1, 0.88, 1],
|
|
527
530
|
easeInOutSine: [0.37, 0, 0.63, 1],
|
|
@@ -547,9 +550,9 @@ const as = {
|
|
|
547
550
|
easeOutBack: [0.34, 1.56, 0.64, 1],
|
|
548
551
|
easeInOutBack: [0.68, -0.6, 0.32, 1.6]
|
|
549
552
|
};
|
|
550
|
-
|
|
551
|
-
linear:
|
|
552
|
-
},
|
|
553
|
+
es({
|
|
554
|
+
linear: $o
|
|
555
|
+
}, ts);
|
|
553
556
|
const dt = (e) => Al(() => e.value ? `justify-content-${e.value}` : "");
|
|
554
557
|
function u(e) {
|
|
555
558
|
return Al(
|
|
@@ -561,13 +564,13 @@ const zl = {
|
|
|
561
564
|
reset() {
|
|
562
565
|
this.items = Ne([]);
|
|
563
566
|
}
|
|
564
|
-
},
|
|
567
|
+
}, as = (e) => {
|
|
565
568
|
e.provide(Cl, zl);
|
|
566
569
|
}, Nl = () => {
|
|
567
570
|
var e;
|
|
568
571
|
return (e = De(Cl)) != null ? e : zl;
|
|
569
572
|
}, je = (e, t, a) => {
|
|
570
|
-
|
|
573
|
+
Se(() => {
|
|
571
574
|
var l;
|
|
572
575
|
(l = e == null ? void 0 : e.value) == null || l.addEventListener(t, a);
|
|
573
576
|
}), ta(() => {
|
|
@@ -671,7 +674,7 @@ const zl = {
|
|
|
671
674
|
var y;
|
|
672
675
|
e.autofocus && ((y = a.value) == null || y.focus());
|
|
673
676
|
};
|
|
674
|
-
|
|
677
|
+
Se(() => {
|
|
675
678
|
a.value && (a.value.value = e.modelValue), Ie(() => {
|
|
676
679
|
v();
|
|
677
680
|
});
|
|
@@ -767,16 +770,16 @@ const zl = {
|
|
|
767
770
|
default:
|
|
768
771
|
return Dt(n, String(l), t, a);
|
|
769
772
|
}
|
|
770
|
-
})) : [],
|
|
773
|
+
})) : [], ls = (e = !1, t = {}) => {
|
|
771
774
|
var n, r;
|
|
772
775
|
const a = "data-bs-theme", l = "body";
|
|
773
|
-
return
|
|
776
|
+
return Jo({
|
|
774
777
|
attribute: a,
|
|
775
778
|
selector: l,
|
|
776
779
|
storageKey: e ? `${(n = t.attribute) != null ? n : a}-${(r = t.selector) != null ? r : l}` : null,
|
|
777
780
|
...t
|
|
778
781
|
});
|
|
779
|
-
},
|
|
782
|
+
}, ns = ["id"], os = /* @__PURE__ */ P({
|
|
780
783
|
__name: "BAccordion",
|
|
781
784
|
props: {
|
|
782
785
|
flush: { default: !1 },
|
|
@@ -792,7 +795,7 @@ const zl = {
|
|
|
792
795
|
class: L(["accordion", s(r)])
|
|
793
796
|
}, [
|
|
794
797
|
$(d.$slots, "default")
|
|
795
|
-
], 10,
|
|
798
|
+
], 10, ns));
|
|
796
799
|
}
|
|
797
800
|
}), Kl = /* @__PURE__ */ P({
|
|
798
801
|
__name: "BCollapse",
|
|
@@ -821,9 +824,9 @@ const zl = {
|
|
|
821
824
|
t("show"), t("update:modelValue", !0);
|
|
822
825
|
}), je(v, "hide.bs.collapse", () => {
|
|
823
826
|
t("hide"), t("update:modelValue", !1);
|
|
824
|
-
}), je(v, "shown.bs.collapse", () => t("shown")), je(v, "hidden.bs.collapse", () => t("hidden")),
|
|
827
|
+
}), je(v, "shown.bs.collapse", () => t("shown")), je(v, "hidden.bs.collapse", () => t("hidden")), Se(() => {
|
|
825
828
|
var b;
|
|
826
|
-
m.value = new
|
|
829
|
+
m.value = new En(v.value, {
|
|
827
830
|
parent: a.accordion ? `#${a.accordion}` : void 0,
|
|
828
831
|
toggle: n.value
|
|
829
832
|
}), (r.value || l.value) && (t("update:modelValue", !0), (b = m.value) == null || b.show());
|
|
@@ -844,14 +847,14 @@ const zl = {
|
|
|
844
847
|
_: 3
|
|
845
848
|
}, 8, ["id", "class", "data-bs-parent", "is-nav"]));
|
|
846
849
|
}
|
|
847
|
-
}), xa = (e, t) => e.setAttribute("data-bs-theme", t),
|
|
850
|
+
}), xa = (e, t) => e.setAttribute("data-bs-theme", t), ss = {
|
|
848
851
|
mounted(e, t) {
|
|
849
852
|
xa(e, t.value);
|
|
850
853
|
},
|
|
851
854
|
updated(e, t) {
|
|
852
855
|
xa(e, t.value);
|
|
853
856
|
}
|
|
854
|
-
},
|
|
857
|
+
}, rs = {
|
|
855
858
|
mounted(e, t) {
|
|
856
859
|
const a = t.modifiers.left ? "left" : t.modifiers.right ? "right" : t.modifiers.bottom ? "bottom" : t.modifiers.top ? "top" : "right", l = [];
|
|
857
860
|
t.modifiers.manual ? l.push("manual") : (t.modifiers.click && l.push("click"), t.modifiers.hover && l.push("hover"), t.modifiers.focus && l.push("focus")), e.setAttribute("data-bs-toggle", "popover"), new Mt(e, {
|
|
@@ -865,40 +868,40 @@ const zl = {
|
|
|
865
868
|
const t = Mt.getInstance(e);
|
|
866
869
|
t !== null && t.dispose();
|
|
867
870
|
}
|
|
868
|
-
},
|
|
871
|
+
}, is = (e) => {
|
|
869
872
|
if (e.classList.contains("offcanvas"))
|
|
870
873
|
return "offcanvas";
|
|
871
874
|
if (e.classList.contains("collapse"))
|
|
872
875
|
return "collapse";
|
|
873
876
|
throw Error("Couldn't resolve toggle type");
|
|
874
|
-
},
|
|
877
|
+
}, us = (e, t) => {
|
|
875
878
|
const { modifiers: a, arg: l, value: n } = e, r = Object.keys(a || {}), d = typeof n == "string" ? n.split(pt) : n;
|
|
876
|
-
if (
|
|
879
|
+
if (ro(t.tagName, "a")) {
|
|
877
880
|
const c = sa(t, "href") || "";
|
|
878
|
-
|
|
881
|
+
Rn.test(c) && r.push(c.replace(Mn, ""));
|
|
879
882
|
}
|
|
880
883
|
return Array.prototype.concat.apply([], [l, d]).forEach((c) => typeof c == "string" && r.push(c)), r.filter((c, v, m) => c && m.indexOf(c) === v);
|
|
881
884
|
}, ua = {
|
|
882
885
|
mounted(e, t) {
|
|
883
|
-
const a =
|
|
886
|
+
const a = us(t, e), l = [], n = e.tagName === "a" ? "href" : "data-bs-target";
|
|
884
887
|
a.forEach((r) => {
|
|
885
888
|
const d = document.getElementById(r);
|
|
886
|
-
d !== null && (e.setAttribute("data-bs-toggle",
|
|
889
|
+
d !== null && (e.setAttribute("data-bs-toggle", is(d)), l.push(`#${r}`));
|
|
887
890
|
}), l.length > 0 && e.setAttribute(n, l.join(","));
|
|
888
891
|
}
|
|
889
|
-
},
|
|
892
|
+
}, ds = (e, t) => {
|
|
890
893
|
if (t != null && t.trigger)
|
|
891
894
|
return t.trigger;
|
|
892
895
|
if (e.manual)
|
|
893
896
|
return "manual";
|
|
894
897
|
const a = [];
|
|
895
898
|
return e.click && a.push("click"), e.hover && a.push("hover"), e.focus && a.push("focus"), a.length > 0 ? a.join(" ") : "hover focus";
|
|
896
|
-
},
|
|
899
|
+
}, cs = (e, t) => t != null && t.placement ? t.placement : e.left ? "left" : e.right ? "right" : e.bottom ? "bottom" : "top", fs = (e) => e != null && e.delay ? e.delay : 0, Pa = (e) => typeof e > "u" ? (console.warn(
|
|
897
900
|
"Review tooltip directive usage. Some uses are not defining a title in root component or a value like `v-b-tooltip='{title: \"my title\"}'` nor `v-b-tooltip=\"'my title'\"` to define a title"
|
|
898
|
-
), "") : typeof e == "object" ? e == null ? void 0 : e.title : e,
|
|
901
|
+
), "") : typeof e == "object" ? e == null ? void 0 : e.title : e, vs = {
|
|
899
902
|
beforeMount(e, t) {
|
|
900
903
|
e.setAttribute("data-bs-toggle", "tooltip"), e.getAttribute("title") || e.setAttribute("title", Pa(t.value).toString());
|
|
901
|
-
const a = /<("[^"]*"|'[^']*'|[^'">])*>/.test(e.title), l =
|
|
904
|
+
const a = /<("[^"]*"|'[^']*'|[^'">])*>/.test(e.title), l = ds(t.modifiers, t.value), n = cs(t.modifiers, t.value), r = fs(t.value), d = e.getAttribute("title");
|
|
902
905
|
new Lt(e, {
|
|
903
906
|
trigger: l,
|
|
904
907
|
placement: n,
|
|
@@ -916,7 +919,7 @@ const zl = {
|
|
|
916
919
|
t !== null && t.dispose();
|
|
917
920
|
}
|
|
918
921
|
}, bt = /* @__PURE__ */ new Map();
|
|
919
|
-
class
|
|
922
|
+
class ms {
|
|
920
923
|
constructor(t, a, l, n, r) {
|
|
921
924
|
be(this, "element");
|
|
922
925
|
be(this, "margin");
|
|
@@ -967,7 +970,7 @@ const Xl = (e) => {
|
|
|
967
970
|
Object.keys(t.modifiers).forEach((n) => {
|
|
968
971
|
Number.isInteger(n) ? a.margin = `${n}px` : n.toLowerCase() === "once" && (a.once = !0);
|
|
969
972
|
}), Xl(e);
|
|
970
|
-
const l = new
|
|
973
|
+
const l = new ms(
|
|
971
974
|
e,
|
|
972
975
|
a.margin,
|
|
973
976
|
a.once,
|
|
@@ -975,7 +978,7 @@ const Xl = (e) => {
|
|
|
975
978
|
t.instance
|
|
976
979
|
);
|
|
977
980
|
bt.set(e, l);
|
|
978
|
-
},
|
|
981
|
+
}, ps = {
|
|
979
982
|
beforeMount(e, t) {
|
|
980
983
|
Ia(e, t);
|
|
981
984
|
},
|
|
@@ -985,7 +988,7 @@ const Xl = (e) => {
|
|
|
985
988
|
unmounted(e) {
|
|
986
989
|
Xl(e);
|
|
987
990
|
}
|
|
988
|
-
},
|
|
991
|
+
}, bs = { class: "accordion-item" }, gs = ["id"], hs = ["aria-expanded", "aria-controls"], ys = { class: "accordion-body" }, Bs = /* @__PURE__ */ P({
|
|
989
992
|
__name: "BAccordionItem",
|
|
990
993
|
props: {
|
|
991
994
|
id: null,
|
|
@@ -994,7 +997,7 @@ const Xl = (e) => {
|
|
|
994
997
|
},
|
|
995
998
|
setup(e) {
|
|
996
999
|
const t = e, a = De(Vl), l = ye(o(t, "id"), "accordion_item"), n = u(o(t, "visible"));
|
|
997
|
-
return (r, d) => (f(), h("div",
|
|
1000
|
+
return (r, d) => (f(), h("div", bs, [
|
|
998
1001
|
j("h2", {
|
|
999
1002
|
id: `${s(l)}heading`,
|
|
1000
1003
|
class: "accordion-header"
|
|
@@ -1008,10 +1011,10 @@ const Xl = (e) => {
|
|
|
1008
1011
|
$(r.$slots, "title", {}, () => [
|
|
1009
1012
|
ae(U(e.title), 1)
|
|
1010
1013
|
])
|
|
1011
|
-
], 10,
|
|
1014
|
+
], 10, hs)), [
|
|
1012
1015
|
[s(ua), void 0, s(l)]
|
|
1013
1016
|
])
|
|
1014
|
-
], 8,
|
|
1017
|
+
], 8, gs),
|
|
1015
1018
|
ve(Kl, {
|
|
1016
1019
|
id: s(l),
|
|
1017
1020
|
class: "accordion-collapse",
|
|
@@ -1020,7 +1023,7 @@ const Xl = (e) => {
|
|
|
1020
1023
|
"aria-labelledby": `heading${s(l)}`
|
|
1021
1024
|
}, {
|
|
1022
1025
|
default: D(() => [
|
|
1023
|
-
j("div",
|
|
1026
|
+
j("div", ys, [
|
|
1024
1027
|
$(r.$slots, "default")
|
|
1025
1028
|
])
|
|
1026
1029
|
]),
|
|
@@ -1070,7 +1073,7 @@ const Xl = (e) => {
|
|
|
1070
1073
|
_: 3
|
|
1071
1074
|
}, 16));
|
|
1072
1075
|
}
|
|
1073
|
-
}),
|
|
1076
|
+
}), $s = ["type", "disabled", "aria-label"], nt = /* @__PURE__ */ P({
|
|
1074
1077
|
__name: "BCloseButton",
|
|
1075
1078
|
props: {
|
|
1076
1079
|
ariaLabel: { default: "Close" },
|
|
@@ -1089,9 +1092,9 @@ const Xl = (e) => {
|
|
|
1089
1092
|
disabled: s(l),
|
|
1090
1093
|
"aria-label": e.ariaLabel,
|
|
1091
1094
|
onClick: c[0] || (c[0] = (v) => t("click", v))
|
|
1092
|
-
}, null, 10,
|
|
1095
|
+
}, null, 10, $s));
|
|
1093
1096
|
}
|
|
1094
|
-
}),
|
|
1097
|
+
}), Ss = {
|
|
1095
1098
|
key: 0,
|
|
1096
1099
|
class: "visually-hidden"
|
|
1097
1100
|
}, Pt = /* @__PURE__ */ P({
|
|
@@ -1105,20 +1108,20 @@ const Xl = (e) => {
|
|
|
1105
1108
|
variant: null
|
|
1106
1109
|
},
|
|
1107
1110
|
setup(e) {
|
|
1108
|
-
const t = e, a =
|
|
1111
|
+
const t = e, a = ke(), l = u(o(t, "small")), n = i(() => ({
|
|
1109
1112
|
"spinner-border": t.type === "border",
|
|
1110
1113
|
"spinner-border-sm": t.type === "border" && l.value,
|
|
1111
1114
|
"spinner-grow": t.type === "grow",
|
|
1112
1115
|
"spinner-grow-sm": t.type === "grow" && l.value,
|
|
1113
1116
|
[`text-${t.variant}`]: t.variant !== void 0
|
|
1114
|
-
})), r = i(() => !
|
|
1117
|
+
})), r = i(() => !we(a.label));
|
|
1115
1118
|
return (d, c) => (f(), z(te(e.tag), {
|
|
1116
1119
|
class: L(s(n)),
|
|
1117
1120
|
role: e.label || s(r) ? e.role : null,
|
|
1118
1121
|
"aria-hidden": e.label || s(r) ? null : !0
|
|
1119
1122
|
}, {
|
|
1120
1123
|
default: D(() => [
|
|
1121
|
-
e.label || s(r) ? (f(), h("span",
|
|
1124
|
+
e.label || s(r) ? (f(), h("span", Ss, [
|
|
1122
1125
|
$(d.$slots, "label", {}, () => [
|
|
1123
1126
|
ae(U(e.label), 1)
|
|
1124
1127
|
])
|
|
@@ -1142,7 +1145,7 @@ const Xl = (e) => {
|
|
|
1142
1145
|
routerTag: { type: String, default: "a" },
|
|
1143
1146
|
target: { type: String, default: "_self" },
|
|
1144
1147
|
to: { type: [String, Object], default: null }
|
|
1145
|
-
},
|
|
1148
|
+
}, ks = P({
|
|
1146
1149
|
props: Je,
|
|
1147
1150
|
emits: ["click"],
|
|
1148
1151
|
setup(e, { emit: t, attrs: a }) {
|
|
@@ -1197,7 +1200,7 @@ const Xl = (e) => {
|
|
|
1197
1200
|
a[l] = n;
|
|
1198
1201
|
return a;
|
|
1199
1202
|
};
|
|
1200
|
-
function
|
|
1203
|
+
function Cs(e, t, a, l, n, r) {
|
|
1201
1204
|
return e.tag === "router-link" ? (f(), z(te(e.tag), Y({ key: 0 }, e.routerAttr, { custom: "" }), {
|
|
1202
1205
|
default: D(({ href: d, navigate: c, isActive: v, isExactActive: m }) => [
|
|
1203
1206
|
(f(), z(te(e.routerTag), Y({
|
|
@@ -1226,7 +1229,7 @@ function ws(e, t, a, l, n, r) {
|
|
|
1226
1229
|
_: 3
|
|
1227
1230
|
}, 16, ["class", "onClick"]));
|
|
1228
1231
|
}
|
|
1229
|
-
const Ve = /* @__PURE__ */ Te(
|
|
1232
|
+
const Ve = /* @__PURE__ */ Te(ks, [["render", Cs]]), ws = P({
|
|
1230
1233
|
components: { BLink: Ve, BSpinner: Pt },
|
|
1231
1234
|
props: {
|
|
1232
1235
|
...Je,
|
|
@@ -1297,7 +1300,7 @@ const Ve = /* @__PURE__ */ Te(Cs, [["render", ws]]), _s = P({
|
|
|
1297
1300
|
};
|
|
1298
1301
|
}
|
|
1299
1302
|
});
|
|
1300
|
-
function
|
|
1303
|
+
function _s(e, t, a, l, n, r) {
|
|
1301
1304
|
const d = ol("b-spinner");
|
|
1302
1305
|
return f(), z(te(e.computedTag), Y({
|
|
1303
1306
|
class: ["btn", e.computedClasses]
|
|
@@ -1323,7 +1326,7 @@ function Ts(e, t, a, l, n, r) {
|
|
|
1323
1326
|
_: 3
|
|
1324
1327
|
}, 16, ["class", "onClick"]);
|
|
1325
1328
|
}
|
|
1326
|
-
const et = /* @__PURE__ */ Te(
|
|
1329
|
+
const et = /* @__PURE__ */ Te(ws, [["render", _s]]), Ts = (e, t = X(1e3), a = {}) => {
|
|
1327
1330
|
const l = X(!1), n = X(0), r = X(Ue(e)), d = X(Ue(t)), c = i(() => Math.ceil(r.value / d.value)), v = i(
|
|
1328
1331
|
() => p.value || l.value ? Math.round(r.value - n.value * d.value) : 0
|
|
1329
1332
|
), { pause: m, resume: k, isActive: p } = Il(
|
|
@@ -1358,7 +1361,7 @@ const et = /* @__PURE__ */ Te(_s, [["render", Ts]]), Vs = (e, t = X(1e3), a = {}
|
|
|
1358
1361
|
resume: y,
|
|
1359
1362
|
value: v
|
|
1360
1363
|
};
|
|
1361
|
-
},
|
|
1364
|
+
}, Vs = ["onMouseenter"], As = /* @__PURE__ */ P({
|
|
1362
1365
|
__name: "BAlert",
|
|
1363
1366
|
props: {
|
|
1364
1367
|
noHoverPause: { default: !1 },
|
|
@@ -1374,7 +1377,7 @@ const et = /* @__PURE__ */ Te(_s, [["render", Ts]]), Vs = (e, t = X(1e3), a = {}
|
|
|
1374
1377
|
},
|
|
1375
1378
|
emits: ["closed", "close-countdown", "update:modelValue"],
|
|
1376
1379
|
setup(e, { expose: t, emit: a }) {
|
|
1377
|
-
const l = e, n = u(o(l, "dismissible")), r = u(o(l, "fade")), d = u(o(l, "immediate")), c = u(o(l, "showOnPause")), v = u(o(l, "noHoverPause")), m =
|
|
1380
|
+
const l = e, n = u(o(l, "dismissible")), r = u(o(l, "fade")), d = u(o(l, "immediate")), c = u(o(l, "showOnPause")), v = u(o(l, "noHoverPause")), m = ke(), k = i(() => !we(m.close)), p = i(() => [
|
|
1378
1381
|
[`alert-${l.variant}`],
|
|
1379
1382
|
{
|
|
1380
1383
|
"alert-dismissible": n.value
|
|
@@ -1387,7 +1390,7 @@ const et = /* @__PURE__ */ Te(_s, [["render", Ts]]), Vs = (e, t = X(1e3), a = {}
|
|
|
1387
1390
|
stop: S,
|
|
1388
1391
|
isPaused: g,
|
|
1389
1392
|
value: B
|
|
1390
|
-
} =
|
|
1393
|
+
} = Ts(
|
|
1391
1394
|
typeof l.modelValue == "boolean" ? 0 : o(l, "modelValue"),
|
|
1392
1395
|
o(l, "interval"),
|
|
1393
1396
|
{
|
|
@@ -1438,21 +1441,21 @@ const et = /* @__PURE__ */ Te(_s, [["render", Ts]]), Vs = (e, t = X(1e3), a = {}
|
|
|
1438
1441
|
onClick: I
|
|
1439
1442
|
}, null, 8, ["aria-label"]))
|
|
1440
1443
|
], 64)) : W("", !0)
|
|
1441
|
-
], 42,
|
|
1444
|
+
], 42, Vs)) : W("", !0)
|
|
1442
1445
|
]),
|
|
1443
1446
|
_: 3
|
|
1444
1447
|
}, 8, ["no-fade"]));
|
|
1445
1448
|
}
|
|
1446
|
-
}),
|
|
1449
|
+
}), Os = {
|
|
1447
1450
|
key: 0,
|
|
1448
1451
|
class: "b-avatar-custom"
|
|
1449
|
-
},
|
|
1452
|
+
}, xs = {
|
|
1450
1453
|
key: 1,
|
|
1451
1454
|
class: "b-avatar-img"
|
|
1452
|
-
},
|
|
1455
|
+
}, Ps = ["src", "alt"], Wt = (e) => {
|
|
1453
1456
|
const t = typeof e == "string" && dl(e) ? rt(e, 0) : e;
|
|
1454
1457
|
return typeof t == "number" ? `${t}px` : t || null;
|
|
1455
|
-
},
|
|
1458
|
+
}, Is = /* @__PURE__ */ P({
|
|
1456
1459
|
__name: "BAvatar",
|
|
1457
1460
|
props: {
|
|
1458
1461
|
alt: { default: "avatar" },
|
|
@@ -1476,7 +1479,7 @@ const et = /* @__PURE__ */ Te(_s, [["render", Ts]]), Vs = (e, t = X(1e3), a = {}
|
|
|
1476
1479
|
},
|
|
1477
1480
|
emits: ["click", "img-error"],
|
|
1478
1481
|
setup(e, { emit: t }) {
|
|
1479
|
-
const a = e, l =
|
|
1482
|
+
const a = e, l = ke(), n = De(Tl), r = ["sm", null, "lg"], d = 0.4, c = d * 0.7, v = u(o(a, "badgeLeft")), m = u(o(a, "badgeTop")), k = u(o(a, "button")), p = u(o(a, "disabled")), b = u(o(a, "square")), V = i(() => !we(l.default)), w = i(() => !we(l.badge)), y = i(() => !!a.badge || a.badge === "" || w.value), S = i(
|
|
1480
1483
|
() => n != null && n.size ? n.size : Wt(a.size)
|
|
1481
1484
|
), g = i(
|
|
1482
1485
|
() => n != null && n.variant ? n.variant : a.variant
|
|
@@ -1531,14 +1534,14 @@ const et = /* @__PURE__ */ Te(_s, [["render", Ts]]), Vs = (e, t = X(1e3), a = {}
|
|
|
1531
1534
|
style: s(K)
|
|
1532
1535
|
}, s(F), { onClick: J }), {
|
|
1533
1536
|
default: D(() => [
|
|
1534
|
-
s(V) ? (f(), h("span",
|
|
1537
|
+
s(V) ? (f(), h("span", Os, [
|
|
1535
1538
|
$(Q.$slots, "default")
|
|
1536
|
-
])) : e.src ? (f(), h("span",
|
|
1539
|
+
])) : e.src ? (f(), h("span", xs, [
|
|
1537
1540
|
j("img", {
|
|
1538
1541
|
src: e.src,
|
|
1539
1542
|
alt: e.alt,
|
|
1540
1543
|
onError: de
|
|
1541
|
-
}, null, 40,
|
|
1544
|
+
}, null, 40, Ps)
|
|
1542
1545
|
])) : e.text ? (f(), h("span", {
|
|
1543
1546
|
key: 2,
|
|
1544
1547
|
class: L(["b-avatar-text", s(O)]),
|
|
@@ -1558,7 +1561,7 @@ const et = /* @__PURE__ */ Te(_s, [["render", Ts]]), Vs = (e, t = X(1e3), a = {}
|
|
|
1558
1561
|
_: 3
|
|
1559
1562
|
}, 16, ["class", "style"]));
|
|
1560
1563
|
}
|
|
1561
|
-
}),
|
|
1564
|
+
}), Fs = /* @__PURE__ */ P({
|
|
1562
1565
|
__name: "BAvatarGroup",
|
|
1563
1566
|
props: {
|
|
1564
1567
|
overlap: { default: 0.3 },
|
|
@@ -1596,7 +1599,7 @@ const et = /* @__PURE__ */ Te(_s, [["render", Ts]]), Vs = (e, t = X(1e3), a = {}
|
|
|
1596
1599
|
_: 3
|
|
1597
1600
|
}));
|
|
1598
1601
|
}
|
|
1599
|
-
}), Fa = Ot(Je, ["event", "routerTag"]),
|
|
1602
|
+
}), Fa = Ot(Je, ["event", "routerTag"]), Es = P({
|
|
1600
1603
|
components: { BLink: Ve },
|
|
1601
1604
|
props: {
|
|
1602
1605
|
pill: { type: [Boolean, String], default: !1 },
|
|
@@ -1630,7 +1633,7 @@ const et = /* @__PURE__ */ Te(_s, [["render", Ts]]), Vs = (e, t = X(1e3), a = {}
|
|
|
1630
1633
|
};
|
|
1631
1634
|
}
|
|
1632
1635
|
});
|
|
1633
|
-
function
|
|
1636
|
+
function Ls(e, t, a, l, n, r) {
|
|
1634
1637
|
return f(), z(te(e.computedTag), Y({
|
|
1635
1638
|
class: ["badge", e.computedClasses]
|
|
1636
1639
|
}, e.computedLinkProps), {
|
|
@@ -1640,7 +1643,7 @@ function zs(e, t, a, l, n, r) {
|
|
|
1640
1643
|
_: 3
|
|
1641
1644
|
}, 16, ["class"]);
|
|
1642
1645
|
}
|
|
1643
|
-
const
|
|
1646
|
+
const zs = /* @__PURE__ */ Te(Es, [["render", Ls]]), Ea = Ot(Je, ["event", "routerTag"]), Ns = P({
|
|
1644
1647
|
components: { BLink: Ve },
|
|
1645
1648
|
props: {
|
|
1646
1649
|
...Ea,
|
|
@@ -1675,7 +1678,7 @@ const Ns = /* @__PURE__ */ Te(Ls, [["render", zs]]), Ea = Ot(Je, ["event", "rout
|
|
|
1675
1678
|
};
|
|
1676
1679
|
}
|
|
1677
1680
|
});
|
|
1678
|
-
function
|
|
1681
|
+
function Ds(e, t, a, l, n, r) {
|
|
1679
1682
|
return f(), h("li", {
|
|
1680
1683
|
class: L(["breadcrumb-item", e.computedClasses])
|
|
1681
1684
|
}, [
|
|
@@ -1689,7 +1692,7 @@ function Hs(e, t, a, l, n, r) {
|
|
|
1689
1692
|
}, 16, ["aria-current", "onClick"]))
|
|
1690
1693
|
], 2);
|
|
1691
1694
|
}
|
|
1692
|
-
const Jl = /* @__PURE__ */ Te(
|
|
1695
|
+
const Jl = /* @__PURE__ */ Te(Ns, [["render", Ds]]), Hs = { "aria-label": "breadcrumb" }, Ms = { class: "breadcrumb" }, Rs = /* @__PURE__ */ P({
|
|
1693
1696
|
__name: "BBreadcrumb",
|
|
1694
1697
|
props: {
|
|
1695
1698
|
items: null
|
|
@@ -1700,8 +1703,8 @@ const Jl = /* @__PURE__ */ Te(Ds, [["render", Hs]]), Ms = { "aria-label": "bread
|
|
|
1700
1703
|
let r = !1;
|
|
1701
1704
|
return n.map((c, v) => (typeof c == "string" && (c = { text: c }, v < n.length - 1 && (c.href = "#")), c.active && (r = !0), !c.active && !r && (c.active = v + 1 === n.length), c));
|
|
1702
1705
|
});
|
|
1703
|
-
return (n, r) => (f(), h("nav",
|
|
1704
|
-
j("ol",
|
|
1706
|
+
return (n, r) => (f(), h("nav", Hs, [
|
|
1707
|
+
j("ol", Ms, [
|
|
1705
1708
|
$(n.$slots, "prepend"),
|
|
1706
1709
|
(f(!0), h(se, null, me(s(l), (d, c) => (f(), z(Jl, Y({ key: c }, d), {
|
|
1707
1710
|
default: D(() => [
|
|
@@ -1714,7 +1717,7 @@ const Jl = /* @__PURE__ */ Te(Ds, [["render", Hs]]), Ms = { "aria-label": "bread
|
|
|
1714
1717
|
])
|
|
1715
1718
|
]));
|
|
1716
1719
|
}
|
|
1717
|
-
}),
|
|
1720
|
+
}), js = /* @__PURE__ */ P({
|
|
1718
1721
|
__name: "BButtonGroup",
|
|
1719
1722
|
props: {
|
|
1720
1723
|
ariaLabel: { default: "Group" },
|
|
@@ -1739,7 +1742,7 @@ const Jl = /* @__PURE__ */ Te(Ds, [["render", Hs]]), Ms = { "aria-label": "bread
|
|
|
1739
1742
|
_: 3
|
|
1740
1743
|
}, 8, ["class", "aria-label"]));
|
|
1741
1744
|
}
|
|
1742
|
-
}),
|
|
1745
|
+
}), qs = ["role", "aria-label"], Gs = /* @__PURE__ */ P({
|
|
1743
1746
|
__name: "BButtonToolbar",
|
|
1744
1747
|
props: {
|
|
1745
1748
|
ariaLabel: { default: "Group" },
|
|
@@ -1756,7 +1759,7 @@ const Jl = /* @__PURE__ */ Te(Ds, [["render", Hs]]), Ms = { "aria-label": "bread
|
|
|
1756
1759
|
"aria-label": e.ariaLabel
|
|
1757
1760
|
}, [
|
|
1758
1761
|
$(n.$slots, "default")
|
|
1759
|
-
], 10,
|
|
1762
|
+
], 10, qs));
|
|
1760
1763
|
}
|
|
1761
1764
|
}), da = /* @__PURE__ */ P({
|
|
1762
1765
|
__name: "BImg",
|
|
@@ -1866,7 +1869,7 @@ const Jl = /* @__PURE__ */ Te(Ds, [["render", Hs]]), Ms = { "aria-label": "bread
|
|
|
1866
1869
|
onLoad: b[0] || (b[0] = (V) => t("load", V))
|
|
1867
1870
|
}), null, 16, ["class"]));
|
|
1868
1871
|
}
|
|
1869
|
-
}),
|
|
1872
|
+
}), Us = ["innerHTML"], Ql = /* @__PURE__ */ P({
|
|
1870
1873
|
__name: "BCardHeadFoot",
|
|
1871
1874
|
props: {
|
|
1872
1875
|
text: null,
|
|
@@ -1889,7 +1892,7 @@ const Jl = /* @__PURE__ */ Te(Ds, [["render", Hs]]), Ms = { "aria-label": "bread
|
|
|
1889
1892
|
e.html ? (f(), h("div", {
|
|
1890
1893
|
key: 0,
|
|
1891
1894
|
innerHTML: e.html
|
|
1892
|
-
}, null, 8,
|
|
1895
|
+
}, null, 8, Us)) : $(l.$slots, "default", { key: 1 }, () => [
|
|
1893
1896
|
ae(U(e.text), 1)
|
|
1894
1897
|
])
|
|
1895
1898
|
]),
|
|
@@ -1966,7 +1969,7 @@ const Jl = /* @__PURE__ */ Te(Ds, [["render", Hs]]), Ms = { "aria-label": "bread
|
|
|
1966
1969
|
text: null
|
|
1967
1970
|
},
|
|
1968
1971
|
setup(e) {
|
|
1969
|
-
const t = e, a =
|
|
1972
|
+
const t = e, a = ke(), l = u(o(t, "overlay")), n = i(() => !we(a.title)), r = i(() => !we(a.subtitle)), d = i(() => ({
|
|
1970
1973
|
"card-img-overlay": l.value,
|
|
1971
1974
|
[`text-${t.bodyTextVariant}`]: t.bodyTextVariant !== void 0,
|
|
1972
1975
|
[`bg-${t.bodyBgVariant}`]: t.bodyBgVariant !== void 0
|
|
@@ -2072,7 +2075,7 @@ const Jl = /* @__PURE__ */ Te(Ds, [["render", Hs]]), Ms = { "aria-label": "bread
|
|
|
2072
2075
|
bodyText: { default: "" }
|
|
2073
2076
|
},
|
|
2074
2077
|
setup(e) {
|
|
2075
|
-
const t = e, a =
|
|
2078
|
+
const t = e, a = ke(), l = u(o(t, "imgBottom")), n = u(o(t, "imgEnd")), r = u(o(t, "imgLeft")), d = u(o(t, "imgRight")), c = u(o(t, "imgStart")), v = u(o(t, "noBody")), m = i(() => !we(a.header)), k = i(() => !we(a.footer)), p = i(() => ({
|
|
2076
2079
|
[`text-${t.align}`]: t.align !== void 0,
|
|
2077
2080
|
[`text-${t.textVariant}`]: t.textVariant !== void 0,
|
|
2078
2081
|
[`bg-${t.bgVariant}`]: t.bgVariant !== void 0,
|
|
@@ -2153,7 +2156,7 @@ const Jl = /* @__PURE__ */ Te(Ds, [["render", Hs]]), Ms = { "aria-label": "bread
|
|
|
2153
2156
|
_: 3
|
|
2154
2157
|
}, 8, ["class"]));
|
|
2155
2158
|
}
|
|
2156
|
-
}),
|
|
2159
|
+
}), Ws = /* @__PURE__ */ P({
|
|
2157
2160
|
__name: "BCardGroup",
|
|
2158
2161
|
props: {
|
|
2159
2162
|
columns: { default: !1 },
|
|
@@ -2173,7 +2176,7 @@ const Jl = /* @__PURE__ */ Te(Ds, [["render", Hs]]), Ms = { "aria-label": "bread
|
|
|
2173
2176
|
_: 3
|
|
2174
2177
|
}, 8, ["class"]));
|
|
2175
2178
|
}
|
|
2176
|
-
}),
|
|
2179
|
+
}), Ks = /* @__PURE__ */ P({
|
|
2177
2180
|
__name: "BCardText",
|
|
2178
2181
|
props: {
|
|
2179
2182
|
text: null,
|
|
@@ -2189,16 +2192,16 @@ const Jl = /* @__PURE__ */ Te(Ds, [["render", Hs]]), Ms = { "aria-label": "bread
|
|
|
2189
2192
|
_: 3
|
|
2190
2193
|
}));
|
|
2191
2194
|
}
|
|
2192
|
-
}),
|
|
2195
|
+
}), Xs = ["id", "onKeydown", "onMouseenter", "onMouseleave"], Js = {
|
|
2193
2196
|
key: 0,
|
|
2194
2197
|
class: "carousel-indicators"
|
|
2195
|
-
},
|
|
2198
|
+
}, Qs = ["aria-current", "aria-label", "onClick"], Ys = { class: "carousel-inner" }, Zs = { class: "carousel-inner" }, er = /* @__PURE__ */ j("span", {
|
|
2196
2199
|
class: "carousel-control-prev-icon",
|
|
2197
2200
|
"aria-hidden": "true"
|
|
2198
|
-
}, null, -1),
|
|
2201
|
+
}, null, -1), tr = { class: "visually-hidden" }, ar = /* @__PURE__ */ j("span", {
|
|
2199
2202
|
class: "carousel-control-next-icon",
|
|
2200
2203
|
"aria-hidden": "true"
|
|
2201
|
-
}, null, -1),
|
|
2204
|
+
}, null, -1), lr = { class: "visually-hidden" }, nr = /* @__PURE__ */ P({
|
|
2202
2205
|
__name: "BCarousel",
|
|
2203
2206
|
props: {
|
|
2204
2207
|
ride: { type: [Boolean, String], default: !1 },
|
|
@@ -2221,10 +2224,10 @@ const Jl = /* @__PURE__ */ Te(Ds, [["render", Hs]]), Ms = { "aria-label": "bread
|
|
|
2221
2224
|
},
|
|
2222
2225
|
emits: ["sliding-start", "sliding-end", "update:modelValue"],
|
|
2223
2226
|
setup(e, { expose: t, emit: a }) {
|
|
2224
|
-
const l = e, n =
|
|
2227
|
+
const l = e, n = ke(), r = ye(o(l, "id"), "carousel"), d = u(o(l, "rideReverse")), c = u(o(l, "noHoverPause")), v = u(o(l, "fade")), m = u(o(l, "controls")), k = u(o(l, "indicators")), p = u(o(l, "noTouch")), b = u(o(l, "noWrap"));
|
|
2225
2228
|
let V = null, w = null;
|
|
2226
2229
|
const y = X(!1), S = X(!0), g = i(
|
|
2227
|
-
() =>
|
|
2230
|
+
() => zn(l.ride) ? ul(l.ride) : l.ride
|
|
2228
2231
|
), { pause: B, resume: F } = Il(
|
|
2229
2232
|
() => {
|
|
2230
2233
|
d.value ? O() : C();
|
|
@@ -2286,7 +2289,7 @@ const Jl = /* @__PURE__ */ Te(Ds, [["render", Hs]]), Ms = { "aria-label": "bread
|
|
|
2286
2289
|
onTouchstartPassive: q,
|
|
2287
2290
|
onTouchendPassive: K
|
|
2288
2291
|
}, [
|
|
2289
|
-
s(k) ? (f(), h("div",
|
|
2292
|
+
s(k) ? (f(), h("div", Js, [
|
|
2290
2293
|
(f(!0), h(se, null, me(s(A).length, (de, Q) => (f(), h("button", {
|
|
2291
2294
|
key: Q,
|
|
2292
2295
|
type: "button",
|
|
@@ -2295,9 +2298,9 @@ const Jl = /* @__PURE__ */ Te(Ds, [["render", Hs]]), Ms = { "aria-label": "bread
|
|
|
2295
2298
|
"aria-current": Q === e.modelValue ? "true" : void 0,
|
|
2296
2299
|
"aria-label": `${e.indicatorsButtonLabel} ${Q}`,
|
|
2297
2300
|
onClick: (fe) => x(Q)
|
|
2298
|
-
}, null, 10,
|
|
2301
|
+
}, null, 10, Qs))), 128))
|
|
2299
2302
|
])) : W("", !0),
|
|
2300
|
-
j("div",
|
|
2303
|
+
j("div", Ys, [
|
|
2301
2304
|
(f(!0), h(se, null, me(s(A), (de, Q) => (f(), z(nl, {
|
|
2302
2305
|
key: Q,
|
|
2303
2306
|
"enter-from-class": `carousel-item-next carousel-item-${S.value ? "end" : "start"}`,
|
|
@@ -2316,7 +2319,7 @@ const Jl = /* @__PURE__ */ Te(Ds, [["render", Hs]]), Ms = { "aria-label": "bread
|
|
|
2316
2319
|
_: 2
|
|
2317
2320
|
}, 1032, ["enter-from-class", "leave-to-class", "onBeforeEnter", "onAfterEnter"]))), 128))
|
|
2318
2321
|
]),
|
|
2319
|
-
j("div",
|
|
2322
|
+
j("div", Zs, [
|
|
2320
2323
|
$(Z.$slots, "default")
|
|
2321
2324
|
]),
|
|
2322
2325
|
s(m) ? (f(), h(se, { key: 1 }, [
|
|
@@ -2325,21 +2328,21 @@ const Jl = /* @__PURE__ */ Te(Ds, [["render", Hs]]), Ms = { "aria-label": "bread
|
|
|
2325
2328
|
type: "button",
|
|
2326
2329
|
onClick: O
|
|
2327
2330
|
}, [
|
|
2328
|
-
|
|
2329
|
-
j("span",
|
|
2331
|
+
er,
|
|
2332
|
+
j("span", tr, U(e.controlsPrevText), 1)
|
|
2330
2333
|
]),
|
|
2331
2334
|
j("button", {
|
|
2332
2335
|
class: "carousel-control-next",
|
|
2333
2336
|
type: "button",
|
|
2334
2337
|
onClick: C
|
|
2335
2338
|
}, [
|
|
2336
|
-
|
|
2337
|
-
j("span",
|
|
2339
|
+
ar,
|
|
2340
|
+
j("span", lr, U(e.controlsNextText), 1)
|
|
2338
2341
|
])
|
|
2339
2342
|
], 64)) : W("", !0)
|
|
2340
|
-
], 42,
|
|
2343
|
+
], 42, Xs));
|
|
2341
2344
|
}
|
|
2342
|
-
}),
|
|
2345
|
+
}), or = ["innerHTML"], sr = { key: 1 }, rr = ["innerHTML"], ir = { key: 1 }, ur = /* @__PURE__ */ P({
|
|
2343
2346
|
__name: "BCarouselSlide",
|
|
2344
2347
|
props: {
|
|
2345
2348
|
imgSrc: null,
|
|
@@ -2361,7 +2364,7 @@ const Jl = /* @__PURE__ */ Te(Ds, [["render", Hs]]), Ms = { "aria-label": "bread
|
|
|
2361
2364
|
textTag: { default: "p" }
|
|
2362
2365
|
},
|
|
2363
2366
|
setup(e) {
|
|
2364
|
-
const t = e, a =
|
|
2367
|
+
const t = e, a = ke(), l = De(Sl), n = i(() => t.text || t.textHtml || !we(a.text)), r = i(() => t.caption || t.captionHtml || !we(a.caption)), d = i(() => n.value || r.value || !we(a.default)), c = i(() => ({
|
|
2365
2368
|
background: `${t.background || (l == null ? void 0 : l.background) || "rgb(171, 171, 171)"} none repeat scroll 0% 0%`
|
|
2366
2369
|
})), v = i(() => ({
|
|
2367
2370
|
"d-none": t.contentVisibleUp !== void 0,
|
|
@@ -2396,7 +2399,7 @@ const Jl = /* @__PURE__ */ Te(Ds, [["render", Hs]]), Ms = { "aria-label": "bread
|
|
|
2396
2399
|
e.captionHtml ? (f(), h("span", {
|
|
2397
2400
|
key: 0,
|
|
2398
2401
|
innerHTML: e.captionHtml
|
|
2399
|
-
}, null, 8,
|
|
2402
|
+
}, null, 8, or)) : (f(), h("span", sr, U(e.caption), 1))
|
|
2400
2403
|
])
|
|
2401
2404
|
]),
|
|
2402
2405
|
_: 3
|
|
@@ -2407,7 +2410,7 @@ const Jl = /* @__PURE__ */ Te(Ds, [["render", Hs]]), Ms = { "aria-label": "bread
|
|
|
2407
2410
|
e.textHtml ? (f(), h("span", {
|
|
2408
2411
|
key: 0,
|
|
2409
2412
|
innerHTML: e.textHtml
|
|
2410
|
-
}, null, 8,
|
|
2413
|
+
}, null, 8, rr)) : (f(), h("span", ir, U(e.text), 1))
|
|
2411
2414
|
])
|
|
2412
2415
|
]),
|
|
2413
2416
|
_: 3
|
|
@@ -2418,7 +2421,7 @@ const Jl = /* @__PURE__ */ Te(Ds, [["render", Hs]]), Ms = { "aria-label": "bread
|
|
|
2418
2421
|
}, 8, ["class"])) : W("", !0)
|
|
2419
2422
|
], 4));
|
|
2420
2423
|
}
|
|
2421
|
-
}), La = At("", [], { type: [Boolean, String, Number], default: !1 }), za = At("offset", [""], { type: [String, Number], default: null }), Na = At("order", [""], { type: [String, Number], default: null }),
|
|
2424
|
+
}), La = At("", [], { type: [Boolean, String, Number], default: !1 }), za = At("offset", [""], { type: [String, Number], default: null }), Na = At("order", [""], { type: [String, Number], default: null }), dr = P({
|
|
2422
2425
|
name: "BCol",
|
|
2423
2426
|
props: {
|
|
2424
2427
|
col: { type: [Boolean, String], default: !1 },
|
|
@@ -2453,7 +2456,7 @@ const Jl = /* @__PURE__ */ Te(Ds, [["render", Hs]]), Ms = { "aria-label": "bread
|
|
|
2453
2456
|
};
|
|
2454
2457
|
}
|
|
2455
2458
|
});
|
|
2456
|
-
function
|
|
2459
|
+
function cr(e, t, a, l, n, r) {
|
|
2457
2460
|
return f(), z(te(e.tag), {
|
|
2458
2461
|
class: L(e.computedClasses)
|
|
2459
2462
|
}, {
|
|
@@ -2463,7 +2466,7 @@ function fr(e, t, a, l, n, r) {
|
|
|
2463
2466
|
_: 3
|
|
2464
2467
|
}, 8, ["class"]);
|
|
2465
2468
|
}
|
|
2466
|
-
const st = /* @__PURE__ */ Te(
|
|
2469
|
+
const st = /* @__PURE__ */ Te(dr, [["render", cr]]), Qe = {
|
|
2467
2470
|
autoHide: !0,
|
|
2468
2471
|
delay: 5e3,
|
|
2469
2472
|
noCloseButton: !1,
|
|
@@ -2474,7 +2477,7 @@ class Da {
|
|
|
2474
2477
|
constructor(t) {
|
|
2475
2478
|
be(this, "vm");
|
|
2476
2479
|
be(this, "containerPositions");
|
|
2477
|
-
|
|
2480
|
+
On(t) ? this.vm = t : this.vm = Ne(t), this.containerPositions = i(() => {
|
|
2478
2481
|
const a = /* @__PURE__ */ new Set([]);
|
|
2479
2482
|
return this.vm.toasts.map((l) => {
|
|
2480
2483
|
l.options.pos && a.add(l.options.pos);
|
|
@@ -2521,7 +2524,7 @@ class Da {
|
|
|
2521
2524
|
hide() {
|
|
2522
2525
|
}
|
|
2523
2526
|
}
|
|
2524
|
-
class
|
|
2527
|
+
class fr {
|
|
2525
2528
|
constructor() {
|
|
2526
2529
|
be(this, "vms");
|
|
2527
2530
|
be(this, "rootInstance");
|
|
@@ -2549,27 +2552,27 @@ class vr {
|
|
|
2549
2552
|
return this.vms[t];
|
|
2550
2553
|
}
|
|
2551
2554
|
}
|
|
2552
|
-
const Kt = Symbol(), nn = Symbol(),
|
|
2555
|
+
const Kt = Symbol(), nn = Symbol(), vr = {
|
|
2553
2556
|
container: void 0,
|
|
2554
2557
|
toasts: [],
|
|
2555
2558
|
root: !1
|
|
2556
2559
|
};
|
|
2557
|
-
function
|
|
2560
|
+
function mr() {
|
|
2558
2561
|
return De(nn);
|
|
2559
2562
|
}
|
|
2560
2563
|
function on(e, t = Kt) {
|
|
2561
|
-
const a = De(
|
|
2564
|
+
const a = De(mr());
|
|
2562
2565
|
if (!e)
|
|
2563
2566
|
return new Da(a.getOrCreateViewModel());
|
|
2564
|
-
const l = { id: Symbol("toastInstance") }, n = { ...
|
|
2567
|
+
const l = { id: Symbol("toastInstance") }, n = { ...vr, ...l, ...e }, r = a.getOrCreateViewModel(n);
|
|
2565
2568
|
return new Da(r);
|
|
2566
2569
|
}
|
|
2567
|
-
const
|
|
2570
|
+
const pr = {
|
|
2568
2571
|
install: (e, t = {}) => {
|
|
2569
2572
|
var a, l, n, r;
|
|
2570
|
-
e.provide(nn, (l = (a = t == null ? void 0 : t.BToast) == null ? void 0 : a.injectkey) != null ? l : Kt), e.provide((r = (n = t == null ? void 0 : t.BToast) == null ? void 0 : n.injectkey) != null ? r : Kt, new
|
|
2573
|
+
e.provide(nn, (l = (a = t == null ? void 0 : t.BToast) == null ? void 0 : a.injectkey) != null ? l : Kt), e.provide((r = (n = t == null ? void 0 : t.BToast) == null ? void 0 : n.injectkey) != null ? r : Kt, new fr());
|
|
2571
2574
|
}
|
|
2572
|
-
},
|
|
2575
|
+
}, br = "toast-title", Ha = 1e3, sn = P({
|
|
2573
2576
|
components: { BLink: Ve },
|
|
2574
2577
|
props: {
|
|
2575
2578
|
...Je,
|
|
@@ -2638,9 +2641,9 @@ const br = {
|
|
|
2638
2641
|
}, E = () => {
|
|
2639
2642
|
m.value = !1, y = w = 0, t("update:modelValue", !1);
|
|
2640
2643
|
};
|
|
2641
|
-
|
|
2644
|
+
xn(() => {
|
|
2642
2645
|
S(), n.value && t("destroyed", e.id);
|
|
2643
|
-
}),
|
|
2646
|
+
}), Se(() => {
|
|
2644
2647
|
Ie(() => {
|
|
2645
2648
|
v.value && ft(() => {
|
|
2646
2649
|
F();
|
|
@@ -2656,7 +2659,7 @@ const br = {
|
|
|
2656
2659
|
};
|
|
2657
2660
|
return () => {
|
|
2658
2661
|
const q = () => {
|
|
2659
|
-
const K = [], Z = Pe(
|
|
2662
|
+
const K = [], Z = Pe(br, { hide: B }, a);
|
|
2660
2663
|
Z ? K.push(le(Z)) : e.title && K.push(le("strong", { class: "me-auto" }, e.title)), !r.value && K.length !== 0 && K.push(
|
|
2661
2664
|
le(nt, {
|
|
2662
2665
|
class: ["btn-close"],
|
|
@@ -2765,7 +2768,7 @@ const br = {
|
|
|
2765
2768
|
], 2);
|
|
2766
2769
|
};
|
|
2767
2770
|
}
|
|
2768
|
-
}),
|
|
2771
|
+
}), gr = P({
|
|
2769
2772
|
props: {
|
|
2770
2773
|
gutterX: { type: String, default: null },
|
|
2771
2774
|
gutterY: { type: String, default: null },
|
|
@@ -2783,7 +2786,7 @@ const br = {
|
|
|
2783
2786
|
[`gx-${e.gutterX}`]: e.gutterX !== null,
|
|
2784
2787
|
[`gy-${e.gutterY}`]: e.gutterY !== null
|
|
2785
2788
|
}));
|
|
2786
|
-
return
|
|
2789
|
+
return Se(() => {
|
|
2787
2790
|
e.toast;
|
|
2788
2791
|
}), e.toast && (n = on({ container: l, root: e.toast.root }), a({})), () => {
|
|
2789
2792
|
var c;
|
|
@@ -2797,7 +2800,7 @@ const br = {
|
|
|
2797
2800
|
};
|
|
2798
2801
|
},
|
|
2799
2802
|
methods: {}
|
|
2800
|
-
}),
|
|
2803
|
+
}), hr = { class: "visually-hidden" }, yr = ["aria-labelledby", "role"], rn = /* @__PURE__ */ P({
|
|
2801
2804
|
__name: "BDropdown",
|
|
2802
2805
|
props: {
|
|
2803
2806
|
id: null,
|
|
@@ -2860,9 +2863,9 @@ const br = {
|
|
|
2860
2863
|
}, x = (O) => {
|
|
2861
2864
|
b.value && a("click", O);
|
|
2862
2865
|
};
|
|
2863
|
-
return je(w, "show.bs.dropdown", () => a("show")), je(w, "shown.bs.dropdown", () => a("shown")), je(w, "hide.bs.dropdown", () => a("hide")), je(w, "hidden.bs.dropdown", () => a("hidden")),
|
|
2866
|
+
return je(w, "show.bs.dropdown", () => a("show")), je(w, "shown.bs.dropdown", () => a("shown")), je(w, "hide.bs.dropdown", () => a("hide")), je(w, "hidden.bs.dropdown", () => a("hidden")), Se(() => {
|
|
2864
2867
|
var O;
|
|
2865
|
-
S.value = new
|
|
2868
|
+
S.value = new Ln((O = y.value) == null ? void 0 : O.$el, {
|
|
2866
2869
|
autoClose: l.autoClose,
|
|
2867
2870
|
boundary: l.boundary,
|
|
2868
2871
|
offset: l.offset ? l.offset.toString() : "",
|
|
@@ -2916,7 +2919,7 @@ const br = {
|
|
|
2916
2919
|
onClick: C[0] || (C[0] = (E) => a("toggle"))
|
|
2917
2920
|
}), {
|
|
2918
2921
|
default: D(() => [
|
|
2919
|
-
j("span",
|
|
2922
|
+
j("span", hr, [
|
|
2920
2923
|
$(O.$slots, "toggle-text", {}, () => [
|
|
2921
2924
|
ae(U(e.toggleText), 1)
|
|
2922
2925
|
])
|
|
@@ -2930,16 +2933,16 @@ const br = {
|
|
|
2930
2933
|
role: e.role
|
|
2931
2934
|
}, [
|
|
2932
2935
|
$(O.$slots, "default")
|
|
2933
|
-
], 10,
|
|
2936
|
+
], 10, yr)
|
|
2934
2937
|
], 2));
|
|
2935
2938
|
}
|
|
2936
|
-
}),
|
|
2939
|
+
}), Br = { role: "presentation" }, $r = /* @__PURE__ */ P({
|
|
2937
2940
|
__name: "BDropdownDivider",
|
|
2938
2941
|
props: {
|
|
2939
2942
|
tag: { default: "hr" }
|
|
2940
2943
|
},
|
|
2941
2944
|
setup(e) {
|
|
2942
|
-
return (t, a) => (f(), h("li",
|
|
2945
|
+
return (t, a) => (f(), h("li", Br, [
|
|
2943
2946
|
(f(), z(te(e.tag), {
|
|
2944
2947
|
class: "dropdown-divider",
|
|
2945
2948
|
role: "separator",
|
|
@@ -2947,18 +2950,18 @@ const br = {
|
|
|
2947
2950
|
}))
|
|
2948
2951
|
]));
|
|
2949
2952
|
}
|
|
2950
|
-
}),
|
|
2951
|
-
function
|
|
2952
|
-
return f(), h("li",
|
|
2953
|
-
j("form",
|
|
2953
|
+
}), Sr = {}, kr = { role: "presentation" }, Cr = { class: "px-4 py-3" };
|
|
2954
|
+
function wr(e, t) {
|
|
2955
|
+
return f(), h("li", kr, [
|
|
2956
|
+
j("form", Cr, [
|
|
2954
2957
|
$(e.$slots, "default")
|
|
2955
2958
|
])
|
|
2956
2959
|
]);
|
|
2957
2960
|
}
|
|
2958
|
-
const
|
|
2961
|
+
const _r = /* @__PURE__ */ Te(Sr, [["render", wr]]), Tr = { role: "presentation" }, Vr = ["id", "aria-describedby"], Ar = {
|
|
2959
2962
|
inheritAttrs: !1
|
|
2960
|
-
},
|
|
2961
|
-
...
|
|
2963
|
+
}, Or = /* @__PURE__ */ P({
|
|
2964
|
+
...Ar,
|
|
2962
2965
|
__name: "BDropdownGroup",
|
|
2963
2966
|
props: {
|
|
2964
2967
|
id: null,
|
|
@@ -2979,7 +2982,7 @@ const Tr = /* @__PURE__ */ Te(kr, [["render", _r]]), Vr = { role: "presentation"
|
|
|
2979
2982
|
[`text-${t.headerVariant}`]: t.headerVariant !== void 0
|
|
2980
2983
|
}
|
|
2981
2984
|
]);
|
|
2982
|
-
return (r, d) => (f(), h("li",
|
|
2985
|
+
return (r, d) => (f(), h("li", Tr, [
|
|
2983
2986
|
(f(), z(te(e.headerTag), {
|
|
2984
2987
|
id: s(a),
|
|
2985
2988
|
class: L(["dropdown-header", s(n)]),
|
|
@@ -3000,21 +3003,21 @@ const Tr = /* @__PURE__ */ Te(kr, [["render", _r]]), Vr = { role: "presentation"
|
|
|
3000
3003
|
"aria-describedby": e.ariaDescribedby || s(a)
|
|
3001
3004
|
}), [
|
|
3002
3005
|
$(r.$slots, "default")
|
|
3003
|
-
], 16,
|
|
3006
|
+
], 16, Vr)
|
|
3004
3007
|
]));
|
|
3005
3008
|
}
|
|
3006
|
-
}),
|
|
3007
|
-
function
|
|
3009
|
+
}), xr = {}, Pr = { class: "dropdown-header" };
|
|
3010
|
+
function Ir(e, t) {
|
|
3008
3011
|
return f(), h("li", null, [
|
|
3009
|
-
j("h6",
|
|
3012
|
+
j("h6", Pr, [
|
|
3010
3013
|
$(e.$slots, "default")
|
|
3011
3014
|
])
|
|
3012
3015
|
]);
|
|
3013
3016
|
}
|
|
3014
|
-
const
|
|
3017
|
+
const Fr = /* @__PURE__ */ Te(xr, [["render", Ir]]), Er = {
|
|
3015
3018
|
inheritAttrs: !1
|
|
3016
|
-
},
|
|
3017
|
-
...
|
|
3019
|
+
}, Lr = /* @__PURE__ */ P({
|
|
3020
|
+
...Er,
|
|
3018
3021
|
__name: "BDropdownItem",
|
|
3019
3022
|
props: {
|
|
3020
3023
|
href: null,
|
|
@@ -3059,10 +3062,10 @@ const Er = /* @__PURE__ */ Te(Pr, [["render", Fr]]), Lr = {
|
|
|
3059
3062
|
}, 16, ["class"]))
|
|
3060
3063
|
], 2));
|
|
3061
3064
|
}
|
|
3062
|
-
}),
|
|
3065
|
+
}), zr = ["disabled"], Nr = {
|
|
3063
3066
|
inheritAttrs: !1
|
|
3064
|
-
},
|
|
3065
|
-
...
|
|
3067
|
+
}, Dr = /* @__PURE__ */ P({
|
|
3068
|
+
...Nr,
|
|
3066
3069
|
__name: "BDropdownItemButton",
|
|
3067
3070
|
props: {
|
|
3068
3071
|
buttonClass: null,
|
|
@@ -3093,24 +3096,24 @@ const Er = /* @__PURE__ */ Te(Pr, [["render", Fr]]), Lr = {
|
|
|
3093
3096
|
onClick: d
|
|
3094
3097
|
}, [
|
|
3095
3098
|
$(c.$slots, "default")
|
|
3096
|
-
], 10,
|
|
3099
|
+
], 10, zr)
|
|
3097
3100
|
], 2));
|
|
3098
3101
|
}
|
|
3099
|
-
}),
|
|
3102
|
+
}), Hr = { role: "presentation" }, Mr = { class: "px-4 py-1 mb-0 text-muted" }, Rr = /* @__PURE__ */ P({
|
|
3100
3103
|
__name: "BDropdownText",
|
|
3101
3104
|
props: {
|
|
3102
3105
|
text: { default: "" }
|
|
3103
3106
|
},
|
|
3104
3107
|
setup(e) {
|
|
3105
|
-
return (t, a) => (f(), h("li",
|
|
3106
|
-
j("p",
|
|
3108
|
+
return (t, a) => (f(), h("li", Hr, [
|
|
3109
|
+
j("p", Mr, [
|
|
3107
3110
|
$(t.$slots, "default", {}, () => [
|
|
3108
3111
|
ae(U(e.text), 1)
|
|
3109
3112
|
])
|
|
3110
3113
|
])
|
|
3111
3114
|
]));
|
|
3112
3115
|
}
|
|
3113
|
-
}),
|
|
3116
|
+
}), jr = ["id", "novalidate", "onSubmit"], un = /* @__PURE__ */ P({
|
|
3114
3117
|
__name: "BForm",
|
|
3115
3118
|
props: {
|
|
3116
3119
|
id: null,
|
|
@@ -3131,9 +3134,9 @@ const Er = /* @__PURE__ */ Te(Pr, [["render", Fr]]), Lr = {
|
|
|
3131
3134
|
onSubmit: Ke(c, ["prevent"])
|
|
3132
3135
|
}, [
|
|
3133
3136
|
$(v.$slots, "default")
|
|
3134
|
-
], 42,
|
|
3137
|
+
], 42, jr));
|
|
3135
3138
|
}
|
|
3136
|
-
}),
|
|
3139
|
+
}), qr = { class: "form-floating" }, Gr = ["for"], Ur = /* @__PURE__ */ P({
|
|
3137
3140
|
__name: "BFormFloatingLabel",
|
|
3138
3141
|
props: {
|
|
3139
3142
|
labelFor: null,
|
|
@@ -3141,7 +3144,7 @@ const Er = /* @__PURE__ */ Te(Pr, [["render", Fr]]), Lr = {
|
|
|
3141
3144
|
text: null
|
|
3142
3145
|
},
|
|
3143
3146
|
setup(e) {
|
|
3144
|
-
return (t, a) => (f(), h("div",
|
|
3147
|
+
return (t, a) => (f(), h("div", qr, [
|
|
3145
3148
|
$(t.$slots, "default", {}, () => [
|
|
3146
3149
|
ae(U(e.text), 1)
|
|
3147
3150
|
]),
|
|
@@ -3149,7 +3152,7 @@ const Er = /* @__PURE__ */ Te(Pr, [["render", Fr]]), Lr = {
|
|
|
3149
3152
|
$(t.$slots, "label", {}, () => [
|
|
3150
3153
|
ae(U(e.label), 1)
|
|
3151
3154
|
])
|
|
3152
|
-
], 8,
|
|
3155
|
+
], 8, Gr)
|
|
3153
3156
|
]));
|
|
3154
3157
|
}
|
|
3155
3158
|
}), Jt = /* @__PURE__ */ P({
|
|
@@ -3262,10 +3265,10 @@ const Er = /* @__PURE__ */ Te(Pr, [["render", Fr]]), Lr = {
|
|
|
3262
3265
|
_: 3
|
|
3263
3266
|
}, 8, ["id", "role", "aria-live", "aria-atomic", "class"]));
|
|
3264
3267
|
}
|
|
3265
|
-
}),
|
|
3268
|
+
}), Wr = ["id", "disabled", "required", "name", "form", "aria-label", "aria-labelledby", "aria-required", "value", "indeterminate"], Kr = ["for"], Xr = {
|
|
3266
3269
|
inheritAttrs: !1
|
|
3267
3270
|
}, dn = /* @__PURE__ */ P({
|
|
3268
|
-
...
|
|
3271
|
+
...Xr,
|
|
3269
3272
|
__name: "BFormCheckbox",
|
|
3270
3273
|
props: {
|
|
3271
3274
|
ariaLabel: null,
|
|
@@ -3290,7 +3293,7 @@ const Er = /* @__PURE__ */ Te(Pr, [["render", Fr]]), Lr = {
|
|
|
3290
3293
|
},
|
|
3291
3294
|
emits: ["update:modelValue", "input", "change"],
|
|
3292
3295
|
setup(e, { emit: t }) {
|
|
3293
|
-
const a = e, l =
|
|
3296
|
+
const a = e, l = ke(), n = ye(o(a, "id"), "form-check"), r = u(o(a, "indeterminate")), d = u(o(a, "autofocus")), c = u(o(a, "plain")), v = u(o(a, "button")), m = u(o(a, "switch")), k = u(o(a, "disabled")), p = u(o(a, "inline")), b = u(o(a, "required")), V = u(o(a, "state")), w = X(null), y = X(!1), S = i(() => !we(l.default)), g = i({
|
|
3294
3297
|
get: () => a.uncheckedValue ? Array.isArray(a.modelValue) ? a.modelValue.indexOf(a.value) > -1 : a.modelValue === a.value : a.modelValue,
|
|
3295
3298
|
set: (x) => {
|
|
3296
3299
|
let O = x;
|
|
@@ -3305,7 +3308,7 @@ const Er = /* @__PURE__ */ Te(Pr, [["render", Fr]]), Lr = {
|
|
|
3305
3308
|
state: o(V, "value"),
|
|
3306
3309
|
buttonVariant: o(a, "buttonVariant")
|
|
3307
3310
|
}), I = Dl(F), A = Hl(F), _ = Ml(F);
|
|
3308
|
-
return
|
|
3311
|
+
return Se(() => {
|
|
3309
3312
|
d.value && w.value.focus();
|
|
3310
3313
|
}), (x, O) => (f(), h("div", {
|
|
3311
3314
|
class: L(s(I))
|
|
@@ -3327,8 +3330,8 @@ const Er = /* @__PURE__ */ Te(Pr, [["render", Fr]]), Lr = {
|
|
|
3327
3330
|
indeterminate: s(r),
|
|
3328
3331
|
onFocus: O[1] || (O[1] = (C) => y.value = !0),
|
|
3329
3332
|
onBlur: O[2] || (O[2] = (C) => y.value = !1)
|
|
3330
|
-
}), null, 16,
|
|
3331
|
-
[
|
|
3333
|
+
}), null, 16, Wr), [
|
|
3334
|
+
[Pn, s(g)]
|
|
3332
3335
|
]),
|
|
3333
3336
|
s(S) || !s(c) ? (f(), h("label", {
|
|
3334
3337
|
key: 0,
|
|
@@ -3336,10 +3339,10 @@ const Er = /* @__PURE__ */ Te(Pr, [["render", Fr]]), Lr = {
|
|
|
3336
3339
|
class: L([s(_), { active: s(B), focus: y.value }])
|
|
3337
3340
|
}, [
|
|
3338
3341
|
$(x.$slots, "default")
|
|
3339
|
-
], 10,
|
|
3342
|
+
], 10, Kr)) : W("", !0)
|
|
3340
3343
|
], 2));
|
|
3341
3344
|
}
|
|
3342
|
-
}),
|
|
3345
|
+
}), Jr = ["id"], Qr = ["innerHTML"], Yr = ["textContent"], Zr = /* @__PURE__ */ P({
|
|
3343
3346
|
__name: "BFormCheckboxGroup",
|
|
3344
3347
|
props: {
|
|
3345
3348
|
id: null,
|
|
@@ -3366,7 +3369,7 @@ const Er = /* @__PURE__ */ Te(Pr, [["render", Fr]]), Lr = {
|
|
|
3366
3369
|
},
|
|
3367
3370
|
emits: ["input", "update:modelValue", "change"],
|
|
3368
3371
|
setup(e, { emit: t }) {
|
|
3369
|
-
const a = e, l =
|
|
3372
|
+
const a = e, l = ke(), n = "BFormCheckbox", r = ye(o(a, "id"), "checkbox"), d = ye(o(a, "name"), "checkbox");
|
|
3370
3373
|
u(o(a, "autofocus"));
|
|
3371
3374
|
const c = u(o(a, "buttons")), v = u(o(a, "disabled"));
|
|
3372
3375
|
u(o(a, "plain"));
|
|
@@ -3412,16 +3415,16 @@ const Er = /* @__PURE__ */ Te(Pr, [["render", Fr]]), Lr = {
|
|
|
3412
3415
|
A.html ? (f(), h("span", {
|
|
3413
3416
|
key: 0,
|
|
3414
3417
|
innerHTML: A.html
|
|
3415
|
-
}, null, 8,
|
|
3418
|
+
}, null, 8, Qr)) : (f(), h("span", {
|
|
3416
3419
|
key: 1,
|
|
3417
3420
|
textContent: U(A.text)
|
|
3418
|
-
}, null, 8,
|
|
3421
|
+
}, null, 8, Yr))
|
|
3419
3422
|
]),
|
|
3420
3423
|
_: 2
|
|
3421
3424
|
}, 1040, ["modelValue"]))), 128))
|
|
3422
|
-
], 16,
|
|
3425
|
+
], 16, Jr));
|
|
3423
3426
|
}
|
|
3424
|
-
}), cn = ["input", "select", "textarea"],
|
|
3427
|
+
}), cn = ["input", "select", "textarea"], ei = cn.map((e) => `${e}:not([disabled])`).join(), ti = [...cn, "a", "button", "label"], ai = "label", li = "invalid-feedback", ni = "valid-feedback", oi = "description", si = "default", ri = P({
|
|
3425
3428
|
components: { BCol: st, BFormInvalidFeedback: Jt, BFormRow: gt, BFormText: Qt, BFormValidFeedback: Yt },
|
|
3426
3429
|
props: {
|
|
3427
3430
|
contentCols: { type: [Boolean, String, Number], required: !1 },
|
|
@@ -3465,10 +3468,10 @@ const Er = /* @__PURE__ */ Te(Pr, [["render", Fr]]), Lr = {
|
|
|
3465
3468
|
return N = N === "" ? !0 : N || !1, typeof N != "boolean" && N !== "auto" && (N = ot(N, 0), N = N > 0 ? N : !1), N && (C === "xs" ? O.cols = N : O[C || (typeof N == "boolean" ? "col" : "cols")] = N), O;
|
|
3466
3469
|
}, {}), b = X(), V = (_, x = null) => {
|
|
3467
3470
|
if (hl && e.labelFor) {
|
|
3468
|
-
const O = yl(`#${
|
|
3471
|
+
const O = yl(`#${Gn(e.labelFor)}`, b);
|
|
3469
3472
|
if (O) {
|
|
3470
3473
|
const C = "aria-describedby", E = (_ || "").split(pt), N = (x || "").split(pt), q = (sa(O, C) || "").split(pt).filter((K) => !N.includes(K)).concat(E).filter((K, Z, J) => J.indexOf(K) === Z).filter((K) => K).join(" ").trim();
|
|
3471
|
-
q ?
|
|
3474
|
+
q ? oo(O, C, q) : so(O, C);
|
|
3472
3475
|
}
|
|
3473
3476
|
}
|
|
3474
3477
|
}, w = i(() => p(e, "content")), y = i(() => k(e, "label")), S = i(() => p(e, "label")), g = i(
|
|
@@ -3486,7 +3489,7 @@ const Er = /* @__PURE__ */ Te(Pr, [["render", Fr]]), Lr = {
|
|
|
3486
3489
|
(_, x) => {
|
|
3487
3490
|
_ !== x && V(_, x);
|
|
3488
3491
|
}
|
|
3489
|
-
),
|
|
3492
|
+
), Se(() => {
|
|
3490
3493
|
Ie(() => {
|
|
3491
3494
|
V(v);
|
|
3492
3495
|
});
|
|
@@ -3507,10 +3510,10 @@ const Er = /* @__PURE__ */ Te(Pr, [["render", Fr]]), Lr = {
|
|
|
3507
3510
|
if (e.labelFor)
|
|
3508
3511
|
return;
|
|
3509
3512
|
const { target: x } = _, O = x ? x.tagName : "";
|
|
3510
|
-
if (
|
|
3513
|
+
if (ti.indexOf(O) !== -1)
|
|
3511
3514
|
return;
|
|
3512
|
-
const C =
|
|
3513
|
-
C.length === 1 &&
|
|
3515
|
+
const C = lo(ei, b).filter(ao);
|
|
3516
|
+
C.length === 1 && eo(C[0]);
|
|
3514
3517
|
},
|
|
3515
3518
|
stateClass: F
|
|
3516
3519
|
};
|
|
@@ -3518,7 +3521,7 @@ const Er = /* @__PURE__ */ Te(Pr, [["render", Fr]]), Lr = {
|
|
|
3518
3521
|
render() {
|
|
3519
3522
|
const e = this.$props, t = this.$slots, a = ye(), l = !e.labelFor;
|
|
3520
3523
|
let n = null;
|
|
3521
|
-
const r = Pe(
|
|
3524
|
+
const r = Pe(ai, {}, t) || e.label, d = r ? Me("_BV_label_") : null;
|
|
3522
3525
|
if (r || this.isHorizontal) {
|
|
3523
3526
|
const I = l ? "legend" : "label";
|
|
3524
3527
|
if (this.labelSrOnlyBoolean)
|
|
@@ -3556,7 +3559,7 @@ const Er = /* @__PURE__ */ Te(Pr, [["render", Fr]]), Lr = {
|
|
|
3556
3559
|
}
|
|
3557
3560
|
}
|
|
3558
3561
|
let c = null;
|
|
3559
|
-
const v = Pe(
|
|
3562
|
+
const v = Pe(li, {}, t) || this.invalidFeedback, m = v ? Me("_BV_feedback_invalid_") : void 0;
|
|
3560
3563
|
v && (c = le(
|
|
3561
3564
|
Jt,
|
|
3562
3565
|
{
|
|
@@ -3568,7 +3571,7 @@ const Er = /* @__PURE__ */ Te(Pr, [["render", Fr]]), Lr = {
|
|
|
3568
3571
|
{ default: () => v }
|
|
3569
3572
|
));
|
|
3570
3573
|
let k = null;
|
|
3571
|
-
const p = Pe(
|
|
3574
|
+
const p = Pe(ni, {}, t) || this.validFeedback, b = p ? Me("_BV_feedback_valid_") : void 0;
|
|
3572
3575
|
p && (k = le(
|
|
3573
3576
|
Yt,
|
|
3574
3577
|
{
|
|
@@ -3580,7 +3583,7 @@ const Er = /* @__PURE__ */ Te(Pr, [["render", Fr]]), Lr = {
|
|
|
3580
3583
|
{ default: () => p }
|
|
3581
3584
|
));
|
|
3582
3585
|
let V = null;
|
|
3583
|
-
const w = Pe(
|
|
3586
|
+
const w = Pe(oi, {}, t) || this.description, y = w ? Me("_BV_description_") : void 0;
|
|
3584
3587
|
w && (V = le(
|
|
3585
3588
|
Qt,
|
|
3586
3589
|
{
|
|
@@ -3593,7 +3596,7 @@ const Er = /* @__PURE__ */ Te(Pr, [["render", Fr]]), Lr = {
|
|
|
3593
3596
|
this.stateBoolean === !1 ? m : null,
|
|
3594
3597
|
this.stateBoolean === !0 ? b : null
|
|
3595
3598
|
].filter((I) => I).join(" ") || null, g = [
|
|
3596
|
-
Pe(
|
|
3599
|
+
Pe(si, { ariaDescribedby: S, descriptionId: y, id: a, labelId: d }, t) || "",
|
|
3597
3600
|
c,
|
|
3598
3601
|
k,
|
|
3599
3602
|
V
|
|
@@ -3644,7 +3647,7 @@ const Er = /* @__PURE__ */ Te(Pr, [["render", Fr]]), Lr = {
|
|
|
3644
3647
|
"time",
|
|
3645
3648
|
"range",
|
|
3646
3649
|
"color"
|
|
3647
|
-
],
|
|
3650
|
+
], ii = P({
|
|
3648
3651
|
props: {
|
|
3649
3652
|
...Ul,
|
|
3650
3653
|
max: { type: [String, Number], required: !1 },
|
|
@@ -3691,8 +3694,8 @@ const Er = /* @__PURE__ */ Te(Pr, [["render", Fr]]), Lr = {
|
|
|
3691
3694
|
}
|
|
3692
3695
|
};
|
|
3693
3696
|
}
|
|
3694
|
-
}),
|
|
3695
|
-
function
|
|
3697
|
+
}), ui = ["id", "name", "form", "type", "disabled", "placeholder", "required", "autocomplete", "readonly", "min", "max", "step", "list", "aria-required", "aria-invalid"];
|
|
3698
|
+
function di(e, t, a, l, n, r) {
|
|
3696
3699
|
return f(), h("input", Y({
|
|
3697
3700
|
id: e.computedId,
|
|
3698
3701
|
ref: "input",
|
|
@@ -3715,9 +3718,9 @@ function ci(e, t, a, l, n, r) {
|
|
|
3715
3718
|
onInput: t[0] || (t[0] = (d) => e.onInput(d)),
|
|
3716
3719
|
onChange: t[1] || (t[1] = (d) => e.onChange(d)),
|
|
3717
3720
|
onBlur: t[2] || (t[2] = (d) => e.onBlur(d))
|
|
3718
|
-
}), null, 16,
|
|
3721
|
+
}), null, 16, ui);
|
|
3719
3722
|
}
|
|
3720
|
-
const
|
|
3723
|
+
const ci = /* @__PURE__ */ Te(ii, [["render", di]]), fi = ["id", "disabled", "required", "name", "form", "aria-label", "aria-labelledby", "value", "aria-required"], vi = ["for"], fn = /* @__PURE__ */ P({
|
|
3721
3724
|
__name: "BFormRadio",
|
|
3722
3725
|
props: {
|
|
3723
3726
|
ariaLabel: null,
|
|
@@ -3740,13 +3743,13 @@ const fi = /* @__PURE__ */ Te(ui, [["render", ci]]), vi = ["id", "disabled", "re
|
|
|
3740
3743
|
},
|
|
3741
3744
|
emits: ["input", "change", "update:modelValue"],
|
|
3742
3745
|
setup(e, { emit: t }) {
|
|
3743
|
-
const a = e, l =
|
|
3746
|
+
const a = e, l = ke(), n = ye(o(a, "id"), "form-check"), r = u(o(a, "autofocus")), d = u(o(a, "plain")), c = u(o(a, "button")), v = u(o(a, "switch")), m = u(o(a, "disabled")), k = u(o(a, "inline")), p = u(o(a, "required")), b = u(o(a, "state")), V = X(null), w = X(!1), y = i({
|
|
3744
3747
|
get: () => Array.isArray(a.modelValue) ? a.modelValue[0] : a.modelValue,
|
|
3745
3748
|
set: (_) => {
|
|
3746
3749
|
const x = _ ? a.value : !1, O = Array.isArray(a.modelValue) ? [x] : x;
|
|
3747
3750
|
t("input", O), t("change", O), t("update:modelValue", O);
|
|
3748
3751
|
}
|
|
3749
|
-
}), S = i(() => Array.isArray(a.modelValue) ? (a.modelValue || []).find((_) => _ === a.value) : JSON.stringify(a.modelValue) === JSON.stringify(a.value)), g = i(() => !
|
|
3752
|
+
}), S = i(() => Array.isArray(a.modelValue) ? (a.modelValue || []).find((_) => _ === a.value) : JSON.stringify(a.modelValue) === JSON.stringify(a.value)), g = i(() => !we(l.default)), B = Ne({
|
|
3750
3753
|
plain: o(d, "value"),
|
|
3751
3754
|
button: o(c, "value"),
|
|
3752
3755
|
inline: o(k, "value"),
|
|
@@ -3755,7 +3758,7 @@ const fi = /* @__PURE__ */ Te(ui, [["render", ci]]), vi = ["id", "disabled", "re
|
|
|
3755
3758
|
state: o(b, "value"),
|
|
3756
3759
|
buttonVariant: o(a, "buttonVariant")
|
|
3757
3760
|
}), F = Dl(B), I = Hl(B), A = Ml(B);
|
|
3758
|
-
return
|
|
3761
|
+
return Se(() => {
|
|
3759
3762
|
r.value && V.value !== null && V.value.focus();
|
|
3760
3763
|
}), (_, x) => (f(), h("div", {
|
|
3761
3764
|
class: L(s(F))
|
|
@@ -3776,8 +3779,8 @@ const fi = /* @__PURE__ */ Te(ui, [["render", ci]]), vi = ["id", "disabled", "re
|
|
|
3776
3779
|
"aria-required": !!e.name && s(p) ? !0 : void 0,
|
|
3777
3780
|
onFocus: x[1] || (x[1] = (O) => w.value = !0),
|
|
3778
3781
|
onBlur: x[2] || (x[2] = (O) => w.value = !1)
|
|
3779
|
-
}), null, 16,
|
|
3780
|
-
[
|
|
3782
|
+
}), null, 16, fi), [
|
|
3783
|
+
[In, s(y)]
|
|
3781
3784
|
]),
|
|
3782
3785
|
s(g) || s(d) === !1 ? (f(), h("label", {
|
|
3783
3786
|
key: 0,
|
|
@@ -3785,10 +3788,10 @@ const fi = /* @__PURE__ */ Te(ui, [["render", ci]]), vi = ["id", "disabled", "re
|
|
|
3785
3788
|
class: L([s(A), { active: s(S), focus: w.value }])
|
|
3786
3789
|
}, [
|
|
3787
3790
|
$(_.$slots, "default")
|
|
3788
|
-
], 10,
|
|
3791
|
+
], 10, vi)) : W("", !0)
|
|
3789
3792
|
], 2));
|
|
3790
3793
|
}
|
|
3791
|
-
}),
|
|
3794
|
+
}), mi = ["id"], pi = ["innerHTML"], bi = ["textContent"], gi = /* @__PURE__ */ P({
|
|
3792
3795
|
__name: "BFormRadioGroup",
|
|
3793
3796
|
props: {
|
|
3794
3797
|
size: null,
|
|
@@ -3814,7 +3817,7 @@ const fi = /* @__PURE__ */ Te(ui, [["render", ci]]), vi = ["id", "disabled", "re
|
|
|
3814
3817
|
},
|
|
3815
3818
|
emits: ["input", "update:modelValue", "change"],
|
|
3816
3819
|
setup(e, { emit: t }) {
|
|
3817
|
-
const a = e, l =
|
|
3820
|
+
const a = e, l = ke(), n = "BFormRadio", r = ye(o(a, "id"), "radio"), d = ye(o(a, "name"), "checkbox");
|
|
3818
3821
|
u(o(a, "autofocus"));
|
|
3819
3822
|
const c = u(o(a, "buttons")), v = u(o(a, "disabled"));
|
|
3820
3823
|
u(o(a, "plain"));
|
|
@@ -3851,16 +3854,16 @@ const fi = /* @__PURE__ */ Te(ui, [["render", ci]]), vi = ["id", "disabled", "re
|
|
|
3851
3854
|
I.html ? (f(), h("span", {
|
|
3852
3855
|
key: 0,
|
|
3853
3856
|
innerHTML: I.html
|
|
3854
|
-
}, null, 8,
|
|
3857
|
+
}, null, 8, pi)) : (f(), h("span", {
|
|
3855
3858
|
key: 1,
|
|
3856
3859
|
textContent: U(I.text)
|
|
3857
|
-
}, null, 8,
|
|
3860
|
+
}, null, 8, bi))
|
|
3858
3861
|
]),
|
|
3859
3862
|
_: 2
|
|
3860
3863
|
}, 1040, ["modelValue"]))), 128))
|
|
3861
|
-
], 16,
|
|
3864
|
+
], 16, mi));
|
|
3862
3865
|
}
|
|
3863
|
-
}),
|
|
3866
|
+
}), hi = ["value", "disabled"], ca = /* @__PURE__ */ P({
|
|
3864
3867
|
__name: "BFormSelectOption",
|
|
3865
3868
|
props: {
|
|
3866
3869
|
value: null,
|
|
@@ -3873,9 +3876,9 @@ const fi = /* @__PURE__ */ Te(ui, [["render", ci]]), vi = ["id", "disabled", "re
|
|
|
3873
3876
|
disabled: s(a)
|
|
3874
3877
|
}, [
|
|
3875
3878
|
$(l.$slots, "default")
|
|
3876
|
-
], 8,
|
|
3879
|
+
], 8, hi));
|
|
3877
3880
|
}
|
|
3878
|
-
}),
|
|
3881
|
+
}), yi = ["label"], vn = /* @__PURE__ */ P({
|
|
3879
3882
|
__name: "BFormSelectOptionGroup",
|
|
3880
3883
|
props: {
|
|
3881
3884
|
label: null,
|
|
@@ -3899,9 +3902,9 @@ const fi = /* @__PURE__ */ Te(ui, [["render", ci]]), vi = ["id", "disabled", "re
|
|
|
3899
3902
|
innerHTML: r.html || r.text
|
|
3900
3903
|
}), null, 16, ["value", "disabled", "innerHTML"]))), 128)),
|
|
3901
3904
|
$(l.$slots, "default")
|
|
3902
|
-
], 8,
|
|
3905
|
+
], 8, yi));
|
|
3903
3906
|
}
|
|
3904
|
-
}),
|
|
3907
|
+
}), Bi = ["id", "name", "form", "multiple", "size", "disabled", "required", "aria-required", "aria-invalid"], $i = /* @__PURE__ */ P({
|
|
3905
3908
|
__name: "BFormSelect",
|
|
3906
3909
|
props: {
|
|
3907
3910
|
ariaInvalid: { default: void 0 },
|
|
@@ -3958,7 +3961,7 @@ const fi = /* @__PURE__ */ Te(ui, [["render", ci]]), vi = ["id", "disabled", "re
|
|
|
3958
3961
|
var I;
|
|
3959
3962
|
r.value && ((I = p.value) == null || I.focus());
|
|
3960
3963
|
};
|
|
3961
|
-
return
|
|
3964
|
+
return Se(() => {
|
|
3962
3965
|
Ie(() => {
|
|
3963
3966
|
F();
|
|
3964
3967
|
});
|
|
@@ -3999,11 +4002,11 @@ const fi = /* @__PURE__ */ Te(ui, [["render", ci]]), vi = ["id", "disabled", "re
|
|
|
3999
4002
|
}, null, 8, ["value", "disabled", "innerHTML"]))
|
|
4000
4003
|
], 64))), 128)),
|
|
4001
4004
|
$(I.$slots, "default")
|
|
4002
|
-
], 16,
|
|
4003
|
-
[
|
|
4005
|
+
], 16, Bi)), [
|
|
4006
|
+
[Fn, s(S)]
|
|
4004
4007
|
]);
|
|
4005
4008
|
}
|
|
4006
|
-
}),
|
|
4009
|
+
}), Si = ["id"], mn = /* @__PURE__ */ P({
|
|
4007
4010
|
__name: "BFormTag",
|
|
4008
4011
|
props: {
|
|
4009
4012
|
id: null,
|
|
@@ -4017,7 +4020,7 @@ const fi = /* @__PURE__ */ Te(ui, [["render", ci]]), vi = ["id", "disabled", "re
|
|
|
4017
4020
|
},
|
|
4018
4021
|
emits: ["remove"],
|
|
4019
4022
|
setup(e, { emit: t }) {
|
|
4020
|
-
const a = e, l =
|
|
4023
|
+
const a = e, l = ke(), n = ye(o(a, "id")), r = u(o(a, "disabled")), d = u(o(a, "noRemove")), c = u(o(a, "pill")), v = i(
|
|
4021
4024
|
() => {
|
|
4022
4025
|
var p, b, V;
|
|
4023
4026
|
return (V = ((b = (p = l.default) == null ? void 0 : p.call(l)[0].children) != null ? b : "").toString() || a.title) != null ? V : "";
|
|
@@ -4044,7 +4047,7 @@ const fi = /* @__PURE__ */ Te(ui, [["render", ci]]), vi = ["id", "disabled", "re
|
|
|
4044
4047
|
$(p.$slots, "default", {}, () => [
|
|
4045
4048
|
ae(U(s(v)), 1)
|
|
4046
4049
|
])
|
|
4047
|
-
], 8,
|
|
4050
|
+
], 8, Si),
|
|
4048
4051
|
!s(r) && !s(d) ? (f(), z(nt, {
|
|
4049
4052
|
key: 0,
|
|
4050
4053
|
"aria-keyshortcuts": "Delete",
|
|
@@ -4059,22 +4062,22 @@ const fi = /* @__PURE__ */ Te(ui, [["render", ci]]), vi = ["id", "disabled", "re
|
|
|
4059
4062
|
_: 3
|
|
4060
4063
|
}, 8, ["id", "title", "class", "aria-labelledby"]));
|
|
4061
4064
|
}
|
|
4062
|
-
}),
|
|
4065
|
+
}), ki = ["id"], Ci = ["id", "for", "aria-live"], wi = ["id", "aria-live"], _i = ["id"], Ti = ["aria-controls"], Vi = {
|
|
4063
4066
|
role: "group",
|
|
4064
4067
|
class: "d-flex"
|
|
4065
|
-
},
|
|
4068
|
+
}, Ai = ["id", "disabled", "value", "type", "placeholder", "form", "required"], Oi = ["disabled"], xi = {
|
|
4066
4069
|
"aria-live": "polite",
|
|
4067
4070
|
"aria-atomic": "true"
|
|
4068
|
-
},
|
|
4071
|
+
}, Pi = {
|
|
4069
4072
|
key: 0,
|
|
4070
4073
|
class: "d-block invalid-feedback"
|
|
4071
|
-
},
|
|
4074
|
+
}, Ii = {
|
|
4072
4075
|
key: 1,
|
|
4073
4076
|
class: "form-text text-muted"
|
|
4074
|
-
},
|
|
4077
|
+
}, Fi = {
|
|
4075
4078
|
key: 2,
|
|
4076
4079
|
class: "form-text text-muted"
|
|
4077
|
-
},
|
|
4080
|
+
}, Ei = ["name", "value"], Li = /* @__PURE__ */ P({
|
|
4078
4081
|
__name: "BFormTags",
|
|
4079
4082
|
props: {
|
|
4080
4083
|
addButtonText: { default: "Add" },
|
|
@@ -4212,7 +4215,7 @@ const fi = /* @__PURE__ */ Te(ui, [["render", ci]]), vi = ["id", "disabled", "re
|
|
|
4212
4215
|
const ee = S.value.indexOf((ne = H == null ? void 0 : H.toString()) != null ? ne : "");
|
|
4213
4216
|
I.value = S.value.splice(ee, 1).toString(), t("update:modelValue", S.value);
|
|
4214
4217
|
};
|
|
4215
|
-
return
|
|
4218
|
+
return Se(() => {
|
|
4216
4219
|
Z(), a.modelValue.length > 0 && (B.value = !0);
|
|
4217
4220
|
}), aa(Z), (H, ee) => (f(), h("div", {
|
|
4218
4221
|
id: s(l),
|
|
@@ -4230,14 +4233,14 @@ const fi = /* @__PURE__ */ Te(ui, [["render", ci]]), vi = ["id", "disabled", "re
|
|
|
4230
4233
|
"aria-live": F.value ? "polite" : "off",
|
|
4231
4234
|
"aria-atomic": "true",
|
|
4232
4235
|
"aria-relevant": "additions text"
|
|
4233
|
-
}, U(S.value.join(", ")), 9,
|
|
4236
|
+
}, U(S.value.join(", ")), 9, Ci),
|
|
4234
4237
|
j("div", {
|
|
4235
4238
|
id: `${s(l)}removed_tags__`,
|
|
4236
4239
|
role: "status",
|
|
4237
4240
|
"aria-live": F.value ? "assertive" : "off",
|
|
4238
4241
|
"aria-atomic": "true",
|
|
4239
4242
|
class: "visually-hidden"
|
|
4240
|
-
}, " (" + U(e.tagRemovedLabel) + ") " + U(I.value), 9,
|
|
4243
|
+
}, " (" + U(e.tagRemovedLabel) + ") " + U(I.value), 9, wi),
|
|
4241
4244
|
$(H.$slots, "default", he(_e(s(K))), () => [
|
|
4242
4245
|
j("ul", {
|
|
4243
4246
|
id: `${s(l)}tag_list__`,
|
|
@@ -4263,7 +4266,7 @@ const fi = /* @__PURE__ */ Te(ui, [["render", ci]]), vi = ["id", "disabled", "re
|
|
|
4263
4266
|
class: "b-from-tags-field flex-grow-1",
|
|
4264
4267
|
"aria-controls": `${s(l)}tag_list__`
|
|
4265
4268
|
}, [
|
|
4266
|
-
j("div",
|
|
4269
|
+
j("div", Vi, [
|
|
4267
4270
|
j("input", Y({
|
|
4268
4271
|
id: s(y),
|
|
4269
4272
|
ref_key: "input",
|
|
@@ -4282,7 +4285,7 @@ const fi = /* @__PURE__ */ Te(ui, [["render", ci]]), vi = ["id", "disabled", "re
|
|
|
4282
4285
|
onKeydown: Be,
|
|
4283
4286
|
onFocus: de,
|
|
4284
4287
|
onBlur: Q
|
|
4285
|
-
}), null, 16,
|
|
4288
|
+
}), null, 16, Ai),
|
|
4286
4289
|
s(q) ? (f(), h("button", {
|
|
4287
4290
|
key: 0,
|
|
4288
4291
|
type: "button",
|
|
@@ -4300,14 +4303,14 @@ const fi = /* @__PURE__ */ Te(ui, [["render", ci]]), vi = ["id", "disabled", "re
|
|
|
4300
4303
|
$(H.$slots, "add-button-text", {}, () => [
|
|
4301
4304
|
ae(U(e.addButtonText), 1)
|
|
4302
4305
|
])
|
|
4303
|
-
], 10,
|
|
4306
|
+
], 10, Oi)) : W("", !0)
|
|
4304
4307
|
])
|
|
4305
|
-
], 8,
|
|
4306
|
-
], 8,
|
|
4307
|
-
j("div",
|
|
4308
|
-
s(E) ? (f(), h("div",
|
|
4309
|
-
s(C) ? (f(), h("small",
|
|
4310
|
-
S.value.length === e.limit ? (f(), h("small",
|
|
4308
|
+
], 8, Ti)
|
|
4309
|
+
], 8, _i),
|
|
4310
|
+
j("div", xi, [
|
|
4311
|
+
s(E) ? (f(), h("div", Pi, U(e.invalidTagText) + ": " + U(g.value), 1)) : W("", !0),
|
|
4312
|
+
s(C) ? (f(), h("small", Ii, U(e.duplicateTagText) + ": " + U(g.value), 1)) : W("", !0),
|
|
4313
|
+
S.value.length === e.limit ? (f(), h("small", Fi, "Tag limit reached")) : W("", !0)
|
|
4311
4314
|
])
|
|
4312
4315
|
]),
|
|
4313
4316
|
e.name ? (f(!0), h(se, { key: 0 }, me(S.value, (ne, ge) => (f(), h("input", {
|
|
@@ -4315,10 +4318,10 @@ const fi = /* @__PURE__ */ Te(ui, [["render", ci]]), vi = ["id", "disabled", "re
|
|
|
4315
4318
|
type: "hidden",
|
|
4316
4319
|
name: e.name,
|
|
4317
4320
|
value: ne
|
|
4318
|
-
}, null, 8,
|
|
4319
|
-
], 42,
|
|
4321
|
+
}, null, 8, Ei))), 128)) : W("", !0)
|
|
4322
|
+
], 42, ki));
|
|
4320
4323
|
}
|
|
4321
|
-
}),
|
|
4324
|
+
}), zi = P({
|
|
4322
4325
|
props: {
|
|
4323
4326
|
...Ul,
|
|
4324
4327
|
noResize: { type: [Boolean, String], default: !1 },
|
|
@@ -4349,8 +4352,8 @@ const fi = /* @__PURE__ */ Te(ui, [["render", ci]]), vi = ["id", "disabled", "re
|
|
|
4349
4352
|
computedStyles: b
|
|
4350
4353
|
};
|
|
4351
4354
|
}
|
|
4352
|
-
}),
|
|
4353
|
-
function
|
|
4355
|
+
}), Ni = ["id", "name", "form", "disabled", "placeholder", "required", "autocomplete", "readonly", "aria-required", "aria-invalid", "rows", "wrap"];
|
|
4356
|
+
function Di(e, t, a, l, n, r) {
|
|
4354
4357
|
return f(), h("textarea", Y({
|
|
4355
4358
|
id: e.computedId,
|
|
4356
4359
|
ref: "input",
|
|
@@ -4371,15 +4374,15 @@ function Hi(e, t, a, l, n, r) {
|
|
|
4371
4374
|
onInput: t[0] || (t[0] = (d) => e.onInput(d)),
|
|
4372
4375
|
onChange: t[1] || (t[1] = (d) => e.onChange(d)),
|
|
4373
4376
|
onBlur: t[2] || (t[2] = (d) => e.onBlur(d))
|
|
4374
|
-
}), null, 16,
|
|
4377
|
+
}), null, 16, Ni);
|
|
4375
4378
|
}
|
|
4376
|
-
const
|
|
4379
|
+
const Hi = /* @__PURE__ */ Te(zi, [["render", Di]]), Mi = {
|
|
4377
4380
|
key: 0,
|
|
4378
4381
|
class: "input-group-text"
|
|
4379
|
-
},
|
|
4382
|
+
}, Ri = ["innerHTML"], ji = { key: 1 }, qi = {
|
|
4380
4383
|
key: 0,
|
|
4381
4384
|
class: "input-group-text"
|
|
4382
|
-
},
|
|
4385
|
+
}, Gi = ["innerHTML"], Ui = { key: 1 }, Wi = /* @__PURE__ */ P({
|
|
4383
4386
|
__name: "BInputGroup",
|
|
4384
4387
|
props: {
|
|
4385
4388
|
append: null,
|
|
@@ -4402,20 +4405,20 @@ const Mi = /* @__PURE__ */ Te(Ni, [["render", Hi]]), Ri = {
|
|
|
4402
4405
|
}, {
|
|
4403
4406
|
default: D(() => [
|
|
4404
4407
|
$(r.$slots, "prepend", {}, () => [
|
|
4405
|
-
s(n) ? (f(), h("span",
|
|
4408
|
+
s(n) ? (f(), h("span", Mi, [
|
|
4406
4409
|
e.prependHtml ? (f(), h("span", {
|
|
4407
4410
|
key: 0,
|
|
4408
4411
|
innerHTML: e.prependHtml
|
|
4409
|
-
}, null, 8,
|
|
4412
|
+
}, null, 8, Ri)) : (f(), h("span", ji, U(e.prepend), 1))
|
|
4410
4413
|
])) : W("", !0)
|
|
4411
4414
|
]),
|
|
4412
4415
|
$(r.$slots, "default"),
|
|
4413
4416
|
$(r.$slots, "append", {}, () => [
|
|
4414
|
-
s(l) ? (f(), h("span",
|
|
4417
|
+
s(l) ? (f(), h("span", qi, [
|
|
4415
4418
|
e.appendHtml ? (f(), h("span", {
|
|
4416
4419
|
key: 0,
|
|
4417
4420
|
innerHTML: e.appendHtml
|
|
4418
|
-
}, null, 8,
|
|
4421
|
+
}, null, 8, Gi)) : (f(), h("span", Ui, U(e.append), 1))
|
|
4419
4422
|
])) : W("", !0)
|
|
4420
4423
|
])
|
|
4421
4424
|
]),
|
|
@@ -4452,7 +4455,7 @@ const Mi = /* @__PURE__ */ Te(Ni, [["render", Hi]]), Ri = {
|
|
|
4452
4455
|
_: 3
|
|
4453
4456
|
})) : $(l.$slots, "default", { key: 1 });
|
|
4454
4457
|
}
|
|
4455
|
-
}),
|
|
4458
|
+
}), Ki = /* @__PURE__ */ P({
|
|
4456
4459
|
__name: "BInputGroupAppend",
|
|
4457
4460
|
props: {
|
|
4458
4461
|
isText: { default: !1 }
|
|
@@ -4465,7 +4468,7 @@ const Mi = /* @__PURE__ */ Te(Ni, [["render", Hi]]), Ri = {
|
|
|
4465
4468
|
_: 3
|
|
4466
4469
|
}, 8, ["is-text"]));
|
|
4467
4470
|
}
|
|
4468
|
-
}),
|
|
4471
|
+
}), Xi = /* @__PURE__ */ P({
|
|
4469
4472
|
__name: "BInputGroupPrepend",
|
|
4470
4473
|
props: {
|
|
4471
4474
|
isText: { default: !1 }
|
|
@@ -4478,7 +4481,7 @@ const Mi = /* @__PURE__ */ Te(Ni, [["render", Hi]]), Ri = {
|
|
|
4478
4481
|
_: 3
|
|
4479
4482
|
}, 8, ["is-text"]));
|
|
4480
4483
|
}
|
|
4481
|
-
}),
|
|
4484
|
+
}), Ji = /* @__PURE__ */ P({
|
|
4482
4485
|
__name: "BListGroup",
|
|
4483
4486
|
props: {
|
|
4484
4487
|
flush: { default: !1 },
|
|
@@ -4507,7 +4510,7 @@ const Mi = /* @__PURE__ */ Te(Ni, [["render", Hi]]), Ri = {
|
|
|
4507
4510
|
_: 3
|
|
4508
4511
|
}, 8, ["class"]));
|
|
4509
4512
|
}
|
|
4510
|
-
}),
|
|
4513
|
+
}), Qi = /* @__PURE__ */ P({
|
|
4511
4514
|
__name: "BListGroupItem",
|
|
4512
4515
|
props: {
|
|
4513
4516
|
action: { default: !1 },
|
|
@@ -4548,10 +4551,10 @@ const Mi = /* @__PURE__ */ Te(Ni, [["render", Hi]]), Ri = {
|
|
|
4548
4551
|
_: 3
|
|
4549
4552
|
}, 16, ["class", "aria-current", "aria-disabled", "target", "href", "to"]));
|
|
4550
4553
|
}
|
|
4551
|
-
}),
|
|
4554
|
+
}), Yi = ["id", "aria-labelledby", "aria-describedby"], Zi = ["id"], eu = {
|
|
4552
4555
|
inheritAttrs: !1
|
|
4553
|
-
},
|
|
4554
|
-
...
|
|
4556
|
+
}, tu = /* @__PURE__ */ P({
|
|
4557
|
+
...eu,
|
|
4555
4558
|
__name: "BModal",
|
|
4556
4559
|
props: {
|
|
4557
4560
|
bodyBgVariant: null,
|
|
@@ -4603,7 +4606,7 @@ const Mi = /* @__PURE__ */ Te(Ni, [["render", Hi]]), Ri = {
|
|
|
4603
4606
|
},
|
|
4604
4607
|
emits: ["update:modelValue", "show", "shown", "hide", "hidden", "hide-prevented", "show-prevented", "ok", "cancel", "close"],
|
|
4605
4608
|
setup(e, { emit: t }) {
|
|
4606
|
-
const a = e, l =
|
|
4609
|
+
const a = e, l = ke(), n = ye(o(a, "id"), "modal"), r = u(o(a, "busy")), d = u(o(a, "lazy")), c = u(o(a, "cancelDisabled")), v = u(o(a, "centered")), m = u(o(a, "hideBackdrop")), k = u(o(a, "hideFooter")), p = u(o(a, "hideHeader")), b = u(o(a, "hideHeaderClose")), V = u(o(a, "modelValue")), w = u(o(a, "noCloseOnBackdrop")), y = u(o(a, "noCloseOnEsc")), S = u(o(a, "noFade")), g = u(o(a, "noFocus")), B = u(o(a, "okDisabled")), F = u(o(a, "okOnly")), I = u(o(a, "scrollable")), A = u(o(a, "titleSrOnly")), _ = u(o(a, "static")), x = X(!1), O = X(null), C = X(!1), E = i(() => [
|
|
4607
4610
|
a.modalClass,
|
|
4608
4611
|
{
|
|
4609
4612
|
fade: !S.value,
|
|
@@ -4611,7 +4614,7 @@ const Mi = /* @__PURE__ */ Te(Ni, [["render", Hi]]), Ri = {
|
|
|
4611
4614
|
}
|
|
4612
4615
|
]), N = i(
|
|
4613
4616
|
() => d.value === !1 || d.value === !0 && C.value === !0 || d.value === !0 && V.value === !0
|
|
4614
|
-
), q = i(() => !
|
|
4617
|
+
), q = i(() => !we(l["header-close"])), K = i(() => [
|
|
4615
4618
|
a.dialogClass,
|
|
4616
4619
|
{
|
|
4617
4620
|
"modal-fullscreen": a.fullscreen === !0,
|
|
@@ -4746,7 +4749,7 @@ const Mi = /* @__PURE__ */ Te(Ni, [["render", Hi]]), Ri = {
|
|
|
4746
4749
|
class: L(["modal-body", s(Z)])
|
|
4747
4750
|
}, [
|
|
4748
4751
|
$(oe.$slots, "default", {}, void 0, !0)
|
|
4749
|
-
], 10,
|
|
4752
|
+
], 10, Zi),
|
|
4750
4753
|
s(k) ? W("", !0) : (f(), h("div", {
|
|
4751
4754
|
key: 1,
|
|
4752
4755
|
class: L(["modal-footer", s(de)])
|
|
@@ -4793,7 +4796,7 @@ const Mi = /* @__PURE__ */ Te(Ni, [["render", Hi]]), Ri = {
|
|
|
4793
4796
|
onClick: ie[4] || (ie[4] = (Ae) => re("backdrop"))
|
|
4794
4797
|
})
|
|
4795
4798
|
], !0)
|
|
4796
|
-
], 16,
|
|
4799
|
+
], 16, Yi), [
|
|
4797
4800
|
[la, s(V)]
|
|
4798
4801
|
])
|
|
4799
4802
|
]),
|
|
@@ -4802,7 +4805,7 @@ const Mi = /* @__PURE__ */ Te(Ni, [["render", Hi]]), Ri = {
|
|
|
4802
4805
|
], 8, ["disabled"]));
|
|
4803
4806
|
}
|
|
4804
4807
|
});
|
|
4805
|
-
const
|
|
4808
|
+
const au = /* @__PURE__ */ Te(tu, [["__scopeId", "data-v-8331ea82"]]), lu = /* @__PURE__ */ P({
|
|
4806
4809
|
__name: "BNav",
|
|
4807
4810
|
props: {
|
|
4808
4811
|
align: null,
|
|
@@ -4836,7 +4839,7 @@ const lu = /* @__PURE__ */ Te(au, [["__scopeId", "data-v-8331ea82"]]), nu = /* @
|
|
|
4836
4839
|
_: 3
|
|
4837
4840
|
}, 8, ["class"]));
|
|
4838
4841
|
}
|
|
4839
|
-
}),
|
|
4842
|
+
}), nu = /* @__PURE__ */ P({
|
|
4840
4843
|
__name: "BNavForm",
|
|
4841
4844
|
props: {
|
|
4842
4845
|
role: null,
|
|
@@ -4864,7 +4867,7 @@ const lu = /* @__PURE__ */ Te(au, [["__scopeId", "data-v-8331ea82"]]), nu = /* @
|
|
|
4864
4867
|
_: 3
|
|
4865
4868
|
}, 16, ["onSubmit"]));
|
|
4866
4869
|
}
|
|
4867
|
-
}),
|
|
4870
|
+
}), ou = P({
|
|
4868
4871
|
components: { BLink: Ve },
|
|
4869
4872
|
props: {
|
|
4870
4873
|
...Ot(Je, ["event", "routerTag"])
|
|
@@ -4872,10 +4875,10 @@ const lu = /* @__PURE__ */ Te(au, [["__scopeId", "data-v-8331ea82"]]), nu = /* @
|
|
|
4872
4875
|
setup(e) {
|
|
4873
4876
|
return { disabledBoolean: u(o(e, "disabled")) };
|
|
4874
4877
|
}
|
|
4875
|
-
}),
|
|
4876
|
-
function
|
|
4878
|
+
}), su = { class: "nav-item" };
|
|
4879
|
+
function ru(e, t, a, l, n, r) {
|
|
4877
4880
|
const d = ol("b-link");
|
|
4878
|
-
return f(), h("li",
|
|
4881
|
+
return f(), h("li", su, [
|
|
4879
4882
|
ve(d, Y({ class: "nav-link" }, e.$props, {
|
|
4880
4883
|
"active-class": "active",
|
|
4881
4884
|
tabindex: e.disabledBoolean ? -1 : void 0,
|
|
@@ -4888,7 +4891,7 @@ function iu(e, t, a, l, n, r) {
|
|
|
4888
4891
|
}, 16, ["tabindex", "aria-disabled"])
|
|
4889
4892
|
]);
|
|
4890
4893
|
}
|
|
4891
|
-
const
|
|
4894
|
+
const iu = /* @__PURE__ */ Te(ou, [["render", ru]]), uu = { class: "nav-item dropdown" }, du = /* @__PURE__ */ P({
|
|
4892
4895
|
__name: "BNavItemDropdown",
|
|
4893
4896
|
props: {
|
|
4894
4897
|
id: null,
|
|
@@ -4910,7 +4913,7 @@ const uu = /* @__PURE__ */ Te(su, [["render", iu]]), du = { class: "nav-item dro
|
|
|
4910
4913
|
},
|
|
4911
4914
|
setup(e) {
|
|
4912
4915
|
const t = e;
|
|
4913
|
-
return (a, l) => (f(), h("li",
|
|
4916
|
+
return (a, l) => (f(), h("li", uu, [
|
|
4914
4917
|
ve(rn, Y(t, { "is-nav": "" }), il({ _: 2 }, [
|
|
4915
4918
|
me(a.$slots, (n, r, d) => ({
|
|
4916
4919
|
name: r,
|
|
@@ -4921,19 +4924,19 @@ const uu = /* @__PURE__ */ Te(su, [["render", iu]]), du = { class: "nav-item dro
|
|
|
4921
4924
|
]), 1040)
|
|
4922
4925
|
]));
|
|
4923
4926
|
}
|
|
4924
|
-
}),
|
|
4927
|
+
}), cu = { class: "navbar-text" }, fu = /* @__PURE__ */ P({
|
|
4925
4928
|
__name: "BNavText",
|
|
4926
4929
|
props: {
|
|
4927
4930
|
text: null
|
|
4928
4931
|
},
|
|
4929
4932
|
setup(e) {
|
|
4930
|
-
return (t, a) => (f(), h("li",
|
|
4933
|
+
return (t, a) => (f(), h("li", cu, [
|
|
4931
4934
|
$(t.$slots, "default", {}, () => [
|
|
4932
4935
|
ae(U(e.text), 1)
|
|
4933
4936
|
])
|
|
4934
4937
|
]));
|
|
4935
4938
|
}
|
|
4936
|
-
}),
|
|
4939
|
+
}), vu = /* @__PURE__ */ P({
|
|
4937
4940
|
__name: "BNavbar",
|
|
4938
4941
|
props: {
|
|
4939
4942
|
fixed: null,
|
|
@@ -4975,7 +4978,7 @@ const uu = /* @__PURE__ */ Te(su, [["render", iu]]), du = { class: "nav-item dro
|
|
|
4975
4978
|
_: 3
|
|
4976
4979
|
}, 8, ["class", "role"]));
|
|
4977
4980
|
}
|
|
4978
|
-
}), Ra = Ot(Je, ["event", "routerTag"]),
|
|
4981
|
+
}), Ra = Ot(Je, ["event", "routerTag"]), mu = P({
|
|
4979
4982
|
components: {
|
|
4980
4983
|
BLink: Ve
|
|
4981
4984
|
},
|
|
@@ -4995,7 +4998,7 @@ const uu = /* @__PURE__ */ Te(su, [["render", iu]]), du = { class: "nav-item dro
|
|
|
4995
4998
|
};
|
|
4996
4999
|
}
|
|
4997
5000
|
});
|
|
4998
|
-
function
|
|
5001
|
+
function pu(e, t, a, l, n, r) {
|
|
4999
5002
|
return f(), z(te(e.computedTag), Y({ class: "navbar-brand" }, e.computedLinkProps), {
|
|
5000
5003
|
default: D(() => [
|
|
5001
5004
|
$(e.$slots, "default")
|
|
@@ -5003,7 +5006,7 @@ function bu(e, t, a, l, n, r) {
|
|
|
5003
5006
|
_: 3
|
|
5004
5007
|
}, 16);
|
|
5005
5008
|
}
|
|
5006
|
-
const
|
|
5009
|
+
const bu = /* @__PURE__ */ Te(mu, [["render", pu]]), gu = /* @__PURE__ */ P({
|
|
5007
5010
|
__name: "BNavbarNav",
|
|
5008
5011
|
props: {
|
|
5009
5012
|
align: null,
|
|
@@ -5025,7 +5028,7 @@ const gu = /* @__PURE__ */ Te(pu, [["render", bu]]), hu = /* @__PURE__ */ P({
|
|
|
5025
5028
|
$(c.$slots, "default")
|
|
5026
5029
|
], 2));
|
|
5027
5030
|
}
|
|
5028
|
-
}),
|
|
5031
|
+
}), hu = /* @__PURE__ */ j("span", { class: "navbar-toggler-icon" }, null, -1), yu = /* @__PURE__ */ P({
|
|
5029
5032
|
__name: "BNavbarToggle",
|
|
5030
5033
|
props: {
|
|
5031
5034
|
disabled: { default: !1 },
|
|
@@ -5047,7 +5050,7 @@ const gu = /* @__PURE__ */ Te(pu, [["render", bu]]), hu = /* @__PURE__ */ P({
|
|
|
5047
5050
|
type: "button"
|
|
5048
5051
|
}, s(n), { onClick: d }), [
|
|
5049
5052
|
$(c.$slots, "default", {}, () => [
|
|
5050
|
-
|
|
5053
|
+
hu
|
|
5051
5054
|
])
|
|
5052
5055
|
], 16)), [
|
|
5053
5056
|
[s(ua), s(l) ? void 0 : e.target]
|
|
@@ -5148,13 +5151,13 @@ const gu = /* @__PURE__ */ Te(pu, [["render", bu]]), hu = /* @__PURE__ */ P({
|
|
|
5148
5151
|
_: 3
|
|
5149
5152
|
}, 8, ["aria-busy"]));
|
|
5150
5153
|
}
|
|
5151
|
-
}),
|
|
5154
|
+
}), Bu = {
|
|
5152
5155
|
key: 0,
|
|
5153
5156
|
class: "offcanvas-header"
|
|
5154
|
-
},
|
|
5157
|
+
}, $u = {
|
|
5155
5158
|
id: "offcanvasLabel",
|
|
5156
5159
|
class: "offcanvas-title"
|
|
5157
|
-
},
|
|
5160
|
+
}, Su = { class: "offcanvas-body" }, ku = { key: 1 }, Cu = /* @__PURE__ */ P({
|
|
5158
5161
|
__name: "BOffcanvas",
|
|
5159
5162
|
props: {
|
|
5160
5163
|
dismissLabel: { default: "Close" },
|
|
@@ -5175,13 +5178,13 @@ const gu = /* @__PURE__ */ Te(pu, [["render", bu]]), hu = /* @__PURE__ */ P({
|
|
|
5175
5178
|
},
|
|
5176
5179
|
emits: ["update:modelValue", "show", "shown", "hide", "hidden", "hide-prevented", "show-prevented", "esc", "close"],
|
|
5177
5180
|
setup(e, { emit: t }) {
|
|
5178
|
-
const a = e, l =
|
|
5181
|
+
const a = e, l = ke(), n = u(o(a, "modelValue"));
|
|
5179
5182
|
u(o(a, "bodyScrolling"));
|
|
5180
5183
|
const r = u(o(a, "backdrop")), d = u(o(a, "noHeaderClose")), c = u(o(a, "noHeader")), v = u(o(a, "noFocus")), m = u(o(a, "noCloseOnBackdrop")), k = u(o(a, "noCloseOnEsc")), p = u(o(a, "lazy")), b = u(o(a, "static")), V = ye(o(a, "id"), "offcanvas"), w = X(!1), y = X(null), S = X(!1), g = i(
|
|
5181
5184
|
() => r.value === !0 && n.value === !0
|
|
5182
5185
|
), B = i(
|
|
5183
5186
|
() => p.value === !1 || p.value === !0 && S.value === !0 || p.value === !0 && n.value === !0
|
|
5184
|
-
), F = i(() => !
|
|
5187
|
+
), F = i(() => !we(l.footer)), I = i(() => [
|
|
5185
5188
|
"offcanvas",
|
|
5186
5189
|
`offcanvas-${a.placement}`,
|
|
5187
5190
|
{
|
|
@@ -5213,7 +5216,9 @@ const gu = /* @__PURE__ */ Te(pu, [["render", bu]]), hu = /* @__PURE__ */ P({
|
|
|
5213
5216
|
}, E = () => w.value = !1, N = () => {
|
|
5214
5217
|
t("hidden", A("hidden")), p.value === !0 && (S.value = !1);
|
|
5215
5218
|
};
|
|
5216
|
-
return
|
|
5219
|
+
return Se(() => {
|
|
5220
|
+
n.value === !0 && (w.value = !0);
|
|
5221
|
+
}), ue(
|
|
5217
5222
|
n,
|
|
5218
5223
|
(q) => {
|
|
5219
5224
|
q === !0 && !v.value && y.value !== null && y.value.focus();
|
|
@@ -5249,9 +5254,9 @@ const gu = /* @__PURE__ */ Te(pu, [["render", bu]]), hu = /* @__PURE__ */ P({
|
|
|
5249
5254
|
onKeyup: K[1] || (K[1] = yt((Z) => _("esc"), ["esc"]))
|
|
5250
5255
|
}, [
|
|
5251
5256
|
s(B) ? (f(), h(se, { key: 0 }, [
|
|
5252
|
-
s(c) ? W("", !0) : (f(), h("div",
|
|
5257
|
+
s(c) ? W("", !0) : (f(), h("div", Bu, [
|
|
5253
5258
|
$(q.$slots, "header", he(_e({ visible: s(n), placement: e.placement, hide: _ })), () => [
|
|
5254
|
-
j("h5",
|
|
5259
|
+
j("h5", $u, [
|
|
5255
5260
|
$(q.$slots, "title", {}, () => [
|
|
5256
5261
|
ae(U(e.title), 1)
|
|
5257
5262
|
])
|
|
@@ -5264,10 +5269,10 @@ const gu = /* @__PURE__ */ Te(pu, [["render", bu]]), hu = /* @__PURE__ */ P({
|
|
|
5264
5269
|
}, null, 8, ["aria-label"]))
|
|
5265
5270
|
])
|
|
5266
5271
|
])),
|
|
5267
|
-
j("div",
|
|
5272
|
+
j("div", Su, [
|
|
5268
5273
|
$(q.$slots, "default")
|
|
5269
5274
|
]),
|
|
5270
|
-
s(F) ? (f(), h("div",
|
|
5275
|
+
s(F) ? (f(), h("div", ku, [
|
|
5271
5276
|
$(q.$slots, "footer", he(_e({ visible: s(n), placement: e.placement, hide: _ })))
|
|
5272
5277
|
])) : W("", !0)
|
|
5273
5278
|
], 64)) : W("", !0)
|
|
@@ -5287,10 +5292,10 @@ const gu = /* @__PURE__ */ Te(pu, [["render", bu]]), hu = /* @__PURE__ */ P({
|
|
|
5287
5292
|
}, null, 8, ["variant", "show"])
|
|
5288
5293
|
], 8, ["disabled"]));
|
|
5289
5294
|
}
|
|
5290
|
-
}),
|
|
5295
|
+
}), wu = 5, gn = 20, hn = 0, Ee = 3, _u = "ellipsis-text", Tu = "first-text", Vu = "last-text", Au = "next-text", Ou = "page", xu = "prev-text", ja = (e) => Math.max(Re(e) || gn, 1), qa = (e) => Math.max(Re(e) || hn, 0), Pu = (e, t) => {
|
|
5291
5296
|
const a = Re(e) || 1;
|
|
5292
5297
|
return a > t ? t : a < 1 ? 1 : a;
|
|
5293
|
-
},
|
|
5298
|
+
}, Iu = P({
|
|
5294
5299
|
name: "BPagination",
|
|
5295
5300
|
props: {
|
|
5296
5301
|
align: { type: String, default: "start" },
|
|
@@ -5312,7 +5317,7 @@ const gu = /* @__PURE__ */ Te(pu, [["render", bu]]), hu = /* @__PURE__ */ P({
|
|
|
5312
5317
|
lastClass: { type: [Array, String], default: () => [] },
|
|
5313
5318
|
lastNumber: { type: [Boolean, String], default: !1 },
|
|
5314
5319
|
lastText: { type: String, default: "\xBB" },
|
|
5315
|
-
limit: { type: Number, default:
|
|
5320
|
+
limit: { type: Number, default: wu },
|
|
5316
5321
|
modelValue: { type: Number, default: 1 },
|
|
5317
5322
|
nextClass: { type: [Array, String], default: () => [] },
|
|
5318
5323
|
nextText: { type: String, default: "\u203A" },
|
|
@@ -5362,7 +5367,7 @@ const gu = /* @__PURE__ */ Te(pu, [["render", bu]]), hu = /* @__PURE__ */ P({
|
|
|
5362
5367
|
ue(
|
|
5363
5368
|
() => e.modelValue,
|
|
5364
5369
|
(A) => {
|
|
5365
|
-
const _ =
|
|
5370
|
+
const _ = Pu(A, p.value);
|
|
5366
5371
|
_ !== e.modelValue && t("update:modelValue", _);
|
|
5367
5372
|
}
|
|
5368
5373
|
), ue(S, (A, _) => {
|
|
@@ -5424,7 +5429,7 @@ const gu = /* @__PURE__ */ Te(pu, [["render", bu]]), hu = /* @__PURE__ */ P({
|
|
|
5424
5429
|
le(
|
|
5425
5430
|
"span",
|
|
5426
5431
|
{ class: ["page-link"] },
|
|
5427
|
-
Pe(
|
|
5432
|
+
Pe(_u, {}, a) || e.ellipsisText || "..."
|
|
5428
5433
|
)
|
|
5429
5434
|
]
|
|
5430
5435
|
), q = (J, de) => {
|
|
@@ -5434,7 +5439,7 @@ const gu = /* @__PURE__ */ Te(pu, [["render", bu]]), hu = /* @__PURE__ */ P({
|
|
|
5434
5439
|
page: J.number,
|
|
5435
5440
|
index: J.number - 1,
|
|
5436
5441
|
content: J.number
|
|
5437
|
-
}, Be = Pe(
|
|
5442
|
+
}, Be = Pe(Ou, $e, a) || J.number, re = le(
|
|
5438
5443
|
l.value ? "span" : "button",
|
|
5439
5444
|
{
|
|
5440
5445
|
class: ["page-link", { "flex-grow-1": !l.value && C }],
|
|
@@ -5473,7 +5478,7 @@ const gu = /* @__PURE__ */ Te(pu, [["render", bu]]), hu = /* @__PURE__ */ P({
|
|
|
5473
5478
|
const J = E(
|
|
5474
5479
|
1,
|
|
5475
5480
|
e.labelFirstPage,
|
|
5476
|
-
|
|
5481
|
+
Tu,
|
|
5477
5482
|
e.firstText,
|
|
5478
5483
|
e.firstClass,
|
|
5479
5484
|
1
|
|
@@ -5483,7 +5488,7 @@ const gu = /* @__PURE__ */ Te(pu, [["render", bu]]), hu = /* @__PURE__ */ P({
|
|
|
5483
5488
|
const K = E(
|
|
5484
5489
|
e.modelValue - 1,
|
|
5485
5490
|
e.labelFirstPage,
|
|
5486
|
-
|
|
5491
|
+
xu,
|
|
5487
5492
|
e.prevText,
|
|
5488
5493
|
e.prevClass,
|
|
5489
5494
|
1
|
|
@@ -5495,7 +5500,7 @@ const gu = /* @__PURE__ */ Te(pu, [["render", bu]]), hu = /* @__PURE__ */ P({
|
|
|
5495
5500
|
const Z = E(
|
|
5496
5501
|
e.modelValue + 1,
|
|
5497
5502
|
e.labelNextPage,
|
|
5498
|
-
|
|
5503
|
+
Au,
|
|
5499
5504
|
e.nextText,
|
|
5500
5505
|
e.nextClass,
|
|
5501
5506
|
p.value
|
|
@@ -5504,7 +5509,7 @@ const gu = /* @__PURE__ */ Te(pu, [["render", bu]]), hu = /* @__PURE__ */ P({
|
|
|
5504
5509
|
const J = E(
|
|
5505
5510
|
p.value,
|
|
5506
5511
|
e.labelLastPage,
|
|
5507
|
-
|
|
5512
|
+
Vu,
|
|
5508
5513
|
e.lastText,
|
|
5509
5514
|
e.lastClass,
|
|
5510
5515
|
p.value
|
|
@@ -5569,7 +5574,7 @@ const gu = /* @__PURE__ */ Te(pu, [["render", bu]]), hu = /* @__PURE__ */ P({
|
|
|
5569
5574
|
}));
|
|
5570
5575
|
return (n, r) => (f(), z(xe, Y({ class: s(a) }, s(l)), null, 16, ["class"]));
|
|
5571
5576
|
}
|
|
5572
|
-
}),
|
|
5577
|
+
}), Fu = /* @__PURE__ */ P({
|
|
5573
5578
|
__name: "BPlaceholderCard",
|
|
5574
5579
|
props: {
|
|
5575
5580
|
noHeader: { default: !1 },
|
|
@@ -5712,7 +5717,7 @@ const gu = /* @__PURE__ */ Te(pu, [["render", bu]]), hu = /* @__PURE__ */ P({
|
|
|
5712
5717
|
$(b.$slots, "default")
|
|
5713
5718
|
], 2));
|
|
5714
5719
|
}
|
|
5715
|
-
}),
|
|
5720
|
+
}), Eu = /* @__PURE__ */ P({
|
|
5716
5721
|
__name: "BPlaceholderTable",
|
|
5717
5722
|
props: {
|
|
5718
5723
|
rows: { default: 3 },
|
|
@@ -5792,7 +5797,7 @@ const gu = /* @__PURE__ */ Te(pu, [["render", bu]]), hu = /* @__PURE__ */ P({
|
|
|
5792
5797
|
_: 3
|
|
5793
5798
|
}));
|
|
5794
5799
|
}
|
|
5795
|
-
}),
|
|
5800
|
+
}), Lu = /* @__PURE__ */ P({
|
|
5796
5801
|
__name: "BPlaceholderWrapper",
|
|
5797
5802
|
props: {
|
|
5798
5803
|
loading: { default: !1 }
|
|
@@ -5801,7 +5806,7 @@ const gu = /* @__PURE__ */ Te(pu, [["render", bu]]), hu = /* @__PURE__ */ P({
|
|
|
5801
5806
|
const a = u(o(e, "loading"));
|
|
5802
5807
|
return (l, n) => s(a) ? $(l.$slots, "loading", { key: 0 }) : $(l.$slots, "default", { key: 1 });
|
|
5803
5808
|
}
|
|
5804
|
-
}),
|
|
5809
|
+
}), zu = P({
|
|
5805
5810
|
props: {
|
|
5806
5811
|
container: {
|
|
5807
5812
|
type: [String, Object],
|
|
@@ -5880,7 +5885,7 @@ const gu = /* @__PURE__ */ Te(pu, [["render", bu]]), hu = /* @__PURE__ */ P({
|
|
|
5880
5885
|
), ue(l, (B, F) => {
|
|
5881
5886
|
var I, A;
|
|
5882
5887
|
B !== F && (B ? (I = v.value) == null || I.show() : (A = v.value) == null || A.hide());
|
|
5883
|
-
}),
|
|
5888
|
+
}), Se(() => {
|
|
5884
5889
|
var B, F, I;
|
|
5885
5890
|
Ie(() => {
|
|
5886
5891
|
g(e.target);
|
|
@@ -5895,8 +5900,8 @@ const gu = /* @__PURE__ */ Te(pu, [["render", bu]]), hu = /* @__PURE__ */ P({
|
|
|
5895
5900
|
computedClasses: p
|
|
5896
5901
|
};
|
|
5897
5902
|
}
|
|
5898
|
-
}),
|
|
5899
|
-
function
|
|
5903
|
+
}), Nu = ["id"], Du = { ref: "titleRef" }, Hu = { ref: "contentRef" };
|
|
5904
|
+
function Mu(e, t, a, l, n, r) {
|
|
5900
5905
|
return f(), h("div", {
|
|
5901
5906
|
id: e.id,
|
|
5902
5907
|
ref: "element",
|
|
@@ -5904,19 +5909,19 @@ function Ru(e, t, a, l, n, r) {
|
|
|
5904
5909
|
role: "tooltip",
|
|
5905
5910
|
tabindex: "-1"
|
|
5906
5911
|
}, [
|
|
5907
|
-
j("div",
|
|
5912
|
+
j("div", Du, [
|
|
5908
5913
|
$(e.$slots, "title", {}, () => [
|
|
5909
5914
|
ae(U(e.title), 1)
|
|
5910
5915
|
])
|
|
5911
5916
|
], 512),
|
|
5912
|
-
j("div",
|
|
5917
|
+
j("div", Hu, [
|
|
5913
5918
|
$(e.$slots, "default", {}, () => [
|
|
5914
5919
|
ae(U(e.content), 1)
|
|
5915
5920
|
])
|
|
5916
5921
|
], 512)
|
|
5917
|
-
], 10,
|
|
5922
|
+
], 10, Nu);
|
|
5918
5923
|
}
|
|
5919
|
-
const
|
|
5924
|
+
const Ru = /* @__PURE__ */ Te(zu, [["render", Mu]]), ju = ["aria-valuenow", "aria-valuemax"], Bn = /* @__PURE__ */ P({
|
|
5920
5925
|
__name: "BProgressBar",
|
|
5921
5926
|
props: {
|
|
5922
5927
|
animated: { default: !1 },
|
|
@@ -5957,9 +5962,9 @@ const ju = /* @__PURE__ */ Te(Nu, [["render", Ru]]), qu = ["aria-valuenow", "ari
|
|
|
5957
5962
|
$(V.$slots, "default", {}, () => [
|
|
5958
5963
|
ae(U(s(p)), 1)
|
|
5959
5964
|
])
|
|
5960
|
-
], 14,
|
|
5965
|
+
], 14, ju));
|
|
5961
5966
|
}
|
|
5962
|
-
}),
|
|
5967
|
+
}), qu = /* @__PURE__ */ P({
|
|
5963
5968
|
__name: "BProgress",
|
|
5964
5969
|
props: {
|
|
5965
5970
|
variant: null,
|
|
@@ -5998,7 +6003,7 @@ const ju = /* @__PURE__ */ Te(Nu, [["render", Ru]]), qu = ["aria-valuenow", "ari
|
|
|
5998
6003
|
])
|
|
5999
6004
|
], 4));
|
|
6000
6005
|
}
|
|
6001
|
-
}), Ga = At("cols", [""], { type: [String, Number], default: null }),
|
|
6006
|
+
}), Ga = At("cols", [""], { type: [String, Number], default: null }), Gu = P({
|
|
6002
6007
|
name: "BRow",
|
|
6003
6008
|
props: {
|
|
6004
6009
|
tag: { type: String, default: "div" },
|
|
@@ -6027,7 +6032,7 @@ const ju = /* @__PURE__ */ Te(Nu, [["render", Ru]]), qu = ["aria-valuenow", "ari
|
|
|
6027
6032
|
};
|
|
6028
6033
|
}
|
|
6029
6034
|
});
|
|
6030
|
-
function
|
|
6035
|
+
function Uu(e, t, a, l, n, r) {
|
|
6031
6036
|
return f(), z(te(e.tag), {
|
|
6032
6037
|
class: L(["row", e.computedClasses])
|
|
6033
6038
|
}, {
|
|
@@ -6037,7 +6042,7 @@ function Wu(e, t, a, l, n, r) {
|
|
|
6037
6042
|
_: 3
|
|
6038
6043
|
}, 8, ["class"]);
|
|
6039
6044
|
}
|
|
6040
|
-
const
|
|
6045
|
+
const Wu = /* @__PURE__ */ Te(Gu, [["render", Uu]]), ht = /* @__PURE__ */ P({
|
|
6041
6046
|
__name: "BSkeleton",
|
|
6042
6047
|
props: {
|
|
6043
6048
|
height: null,
|
|
@@ -6063,7 +6068,7 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
6063
6068
|
style: Fe(s(l))
|
|
6064
6069
|
}, null, 6));
|
|
6065
6070
|
}
|
|
6066
|
-
}),
|
|
6071
|
+
}), Ku = /* @__PURE__ */ P({
|
|
6067
6072
|
__name: "BSkeletonIcon",
|
|
6068
6073
|
props: {
|
|
6069
6074
|
animation: { default: "wave" }
|
|
@@ -6076,7 +6081,7 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
6076
6081
|
$(l.$slots, "default")
|
|
6077
6082
|
], 2));
|
|
6078
6083
|
}
|
|
6079
|
-
}),
|
|
6084
|
+
}), Xu = { key: 0 }, Ju = { key: 1 }, Qu = /* @__PURE__ */ P({
|
|
6080
6085
|
__name: "BSkeletonTable",
|
|
6081
6086
|
props: {
|
|
6082
6087
|
animation: { default: "wave" },
|
|
@@ -6090,7 +6095,7 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
6090
6095
|
const t = e, a = u(o(t, "hideHeader")), l = u(o(t, "showFooter"));
|
|
6091
6096
|
return (n, r) => (f(), z(It, he(_e(e.tableProps)), {
|
|
6092
6097
|
default: D(() => [
|
|
6093
|
-
s(a) ? W("", !0) : (f(), h("thead",
|
|
6098
|
+
s(a) ? W("", !0) : (f(), h("thead", Xu, [
|
|
6094
6099
|
j("tr", null, [
|
|
6095
6100
|
(f(!0), h(se, null, me(e.columns, (d, c) => (f(), h("th", { key: c }, [
|
|
6096
6101
|
ve(ht)
|
|
@@ -6104,7 +6109,7 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
6104
6109
|
]))), 128))
|
|
6105
6110
|
]))), 128))
|
|
6106
6111
|
]),
|
|
6107
|
-
s(l) ? (f(), h("tfoot",
|
|
6112
|
+
s(l) ? (f(), h("tfoot", Ju, [
|
|
6108
6113
|
j("tr", null, [
|
|
6109
6114
|
(f(!0), h(se, null, me(e.columns, (d, c) => (f(), h("th", { key: c }, [
|
|
6110
6115
|
ve(ht)
|
|
@@ -6115,7 +6120,7 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
6115
6120
|
_: 1
|
|
6116
6121
|
}, 16));
|
|
6117
6122
|
}
|
|
6118
|
-
}),
|
|
6123
|
+
}), Yu = /* @__PURE__ */ P({
|
|
6119
6124
|
__name: "BSkeletonWrapper",
|
|
6120
6125
|
props: {
|
|
6121
6126
|
loading: { default: !1 }
|
|
@@ -6139,18 +6144,18 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
6139
6144
|
"ug",
|
|
6140
6145
|
"ur",
|
|
6141
6146
|
"yi"
|
|
6142
|
-
].map((e) => e.toLowerCase()),
|
|
6143
|
-
const t = Bt(e).toLowerCase().replace(
|
|
6147
|
+
].map((e) => e.toLowerCase()), Zu = (e) => {
|
|
6148
|
+
const t = Bt(e).toLowerCase().replace(jn, "").split("-"), a = t.slice(0, 2).join("-"), l = t[0];
|
|
6144
6149
|
return Ua.includes(a) || Ua.includes(l);
|
|
6145
|
-
},
|
|
6146
|
-
e && e.addEventListener && e.addEventListener(t, a,
|
|
6147
|
-
},
|
|
6150
|
+
}, ed = (e) => Xn ? Rt(e) ? e : { capture: !!e || !1 } : !!(Rt(e) ? e.capture : e), td = (e, t, a, l) => {
|
|
6151
|
+
e && e.addEventListener && e.addEventListener(t, a, ed(l));
|
|
6152
|
+
}, ad = (e, t, a, l) => {
|
|
6148
6153
|
e && e.removeEventListener && e.removeEventListener(t, a, l);
|
|
6149
6154
|
}, Wa = (e, t) => {
|
|
6150
|
-
(e ?
|
|
6155
|
+
(e ? td : ad)(...t);
|
|
6151
6156
|
}, vt = (e, { preventDefault: t = !0, propagation: a = !0, immediatePropagation: l = !1 } = {}) => {
|
|
6152
6157
|
t && e.preventDefault(), a && e.stopPropagation(), l && e.stopImmediatePropagation();
|
|
6153
|
-
}, Zt = "ArrowDown", $n = "End", Sn = "Home", kn = "PageDown", Cn = "PageUp", ea = "ArrowUp", Ka = 1, Xa = 100, Ja = 1, Qa = 500, Ya = 100, Za = 10, el = 4, tl = [ea, Zt, Sn, $n, Cn, kn],
|
|
6158
|
+
}, Zt = "ArrowDown", $n = "End", Sn = "Home", kn = "PageDown", Cn = "PageUp", ea = "ArrowUp", Ka = 1, Xa = 100, Ja = 1, Qa = 500, Ya = 100, Za = 10, el = 4, tl = [ea, Zt, Sn, $n, Cn, kn], ld = P({
|
|
6154
6159
|
props: {
|
|
6155
6160
|
ariaControls: { type: String, required: !1 },
|
|
6156
6161
|
ariaLabel: { type: String, required: !1 },
|
|
@@ -6228,7 +6233,7 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
6228
6233
|
const M = [e.locale];
|
|
6229
6234
|
return new Intl.NumberFormat(M).resolvedOptions().locale;
|
|
6230
6235
|
}), A = i(
|
|
6231
|
-
() =>
|
|
6236
|
+
() => Zu(I.value)
|
|
6232
6237
|
), _ = () => {
|
|
6233
6238
|
const M = g.value;
|
|
6234
6239
|
return new Intl.NumberFormat(I.value, {
|
|
@@ -6428,7 +6433,7 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
6428
6433
|
);
|
|
6429
6434
|
};
|
|
6430
6435
|
}
|
|
6431
|
-
}),
|
|
6436
|
+
}), nd = ["TD", "TH", "TR"], od = [
|
|
6432
6437
|
"a",
|
|
6433
6438
|
"a *",
|
|
6434
6439
|
"button",
|
|
@@ -6445,18 +6450,18 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
6445
6450
|
if (!e || !e.target)
|
|
6446
6451
|
return !1;
|
|
6447
6452
|
const t = e.target;
|
|
6448
|
-
if ("disabled" in t && t.disabled ||
|
|
6453
|
+
if ("disabled" in t && t.disabled || nd.indexOf(t.tagName) !== -1)
|
|
6449
6454
|
return !1;
|
|
6450
6455
|
if (ba(".dropdown-menu", t))
|
|
6451
6456
|
return !0;
|
|
6452
6457
|
const a = t.tagName === "LABEL" ? t : ba("label", t);
|
|
6453
6458
|
if (a) {
|
|
6454
|
-
const l = sa(a, "for"), n = l ?
|
|
6459
|
+
const l = sa(a, "for"), n = l ? no(l) : yl("input, select, textarea", a);
|
|
6455
6460
|
if (n && !n.disabled)
|
|
6456
6461
|
return !0;
|
|
6457
6462
|
}
|
|
6458
|
-
return Bl(t,
|
|
6459
|
-
},
|
|
6463
|
+
return Bl(t, od);
|
|
6464
|
+
}, sd = () => {
|
|
6460
6465
|
const e = (m, k) => {
|
|
6461
6466
|
const p = [];
|
|
6462
6467
|
return !(m != null && m.length) && (k == null ? void 0 : k.length) ? (Object.keys(k[0]).forEach((b) => p.push({ key: b, label: va(b) })), p) : (Array.isArray(m) && m.forEach((b) => {
|
|
@@ -6506,13 +6511,13 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
6506
6511
|
return k.formatter && typeof k.formatter == "function" ? k.formatter(p, k.key, m) : m[k.key];
|
|
6507
6512
|
}
|
|
6508
6513
|
};
|
|
6509
|
-
},
|
|
6514
|
+
}, rd = ["title", "abbr", "onClick"], id = { class: "d-inline-flex flex-nowrap align-items-center gap-1" }, ud = { key: 1 }, dd = ["onClick", "onDblclick", "onMouseenter", "onMouseleave"], cd = {
|
|
6510
6515
|
key: 0,
|
|
6511
6516
|
class: "b-table-stacked-label"
|
|
6512
|
-
},
|
|
6517
|
+
}, fd = ["colspan"], vd = ["colspan"], md = { class: "d-flex align-items-center justify-content-center gap-2" }, pd = /* @__PURE__ */ j("strong", null, "Loading...", -1), bd = {
|
|
6513
6518
|
key: 1,
|
|
6514
6519
|
class: "b-table-empty-slot"
|
|
6515
|
-
},
|
|
6520
|
+
}, gd = ["colspan"], hd = { key: 0 }, yd = ["title", "abbr", "onClick"], Bd = { key: 1 }, $d = { key: 2 }, Sd = { key: 3 }, kd = /* @__PURE__ */ P({
|
|
6516
6521
|
__name: "BTable",
|
|
6517
6522
|
props: {
|
|
6518
6523
|
align: null,
|
|
@@ -6558,7 +6563,7 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
6558
6563
|
},
|
|
6559
6564
|
emits: ["headClicked", "rowClicked", "rowDblClicked", "rowHovered", "rowUnhovered", "rowSelected", "rowUnselected", "selection", "update:busy", "update:sortBy", "update:sortDesc", "sorted", "filtered"],
|
|
6560
6565
|
setup(e, { expose: t, emit: a }) {
|
|
6561
|
-
const l = e, n =
|
|
6566
|
+
const l = e, n = ke(), r = sd(), d = u(o(l, "footClone")), c = u(o(l, "sortDesc")), v = u(o(l, "sortInternal")), m = u(o(l, "selectable")), k = u(o(l, "stickySelect")), p = u(o(l, "labelStacked")), b = u(o(l, "busy")), V = u(o(l, "showEmpty")), w = u(o(l, "noProviderPaging")), y = u(o(l, "noProviderSorting")), S = u(o(l, "noProviderFiltering")), g = X(b.value);
|
|
6562
6567
|
r.filterEvent.value = async (T) => {
|
|
6563
6568
|
if (C.value) {
|
|
6564
6569
|
await H();
|
|
@@ -6627,7 +6632,7 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
6627
6632
|
if (B.value.has(T))
|
|
6628
6633
|
B.value.delete(T), a("rowUnselected", T);
|
|
6629
6634
|
else if (l.selectMode === "single" && B.value.size > 0 && (B.value.forEach((R) => a("rowUnselected", R)), B.value.clear()), l.selectMode === "range" && B.value.size > 0 && ce) {
|
|
6630
|
-
const R = Array.from(B.value).pop(),
|
|
6635
|
+
const R = Array.from(B.value).pop(), Ce = K.value.findIndex((Ge) => Ge === R), pe = Math.min(Ce, G), Et = Math.max(Ce, G);
|
|
6631
6636
|
K.value.slice(pe, Et + 1).forEach((Ge) => {
|
|
6632
6637
|
B.value.has(Ge) || (B.value.add(Ge), a("rowSelected", Ge));
|
|
6633
6638
|
});
|
|
@@ -6716,8 +6721,8 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
6716
6721
|
}, He = async (T, G, ce) => {
|
|
6717
6722
|
if (G === ce)
|
|
6718
6723
|
return;
|
|
6719
|
-
const R = (wn) => l.noProvider && l.noProvider.includes(wn),
|
|
6720
|
-
pe || Et || Ge || (await H(),
|
|
6724
|
+
const R = (wn) => l.noProvider && l.noProvider.includes(wn), Ce = !["currentPage", "perPage"].includes(T), pe = ["currentPage", "perPage"].includes(T) && (R("paging") || w.value === !0), Et = ["filter"].includes(T) && (R("filtering") || S.value === !0), Ge = ["sortBy", "sortDesc"].includes(T) && (R("sorting") || y.value === !0);
|
|
6725
|
+
pe || Et || Ge || (await H(), Ce && r.notifyFilteredItems());
|
|
6721
6726
|
};
|
|
6722
6727
|
return ue(
|
|
6723
6728
|
() => l.filter,
|
|
@@ -6745,7 +6750,7 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
6745
6750
|
), ue(
|
|
6746
6751
|
() => l.sortDesc,
|
|
6747
6752
|
(T, G) => He("sortDesc", T, G)
|
|
6748
|
-
),
|
|
6753
|
+
), Se(() => {
|
|
6749
6754
|
C.value && H();
|
|
6750
6755
|
}), t({
|
|
6751
6756
|
selectAllRows: ie,
|
|
@@ -6777,9 +6782,9 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
6777
6782
|
abbr: R.headerAbbr,
|
|
6778
6783
|
style: R.thStyle
|
|
6779
6784
|
}, R.thAttr, {
|
|
6780
|
-
onClick: (
|
|
6785
|
+
onClick: (Ce) => J(R, Ce)
|
|
6781
6786
|
}), [
|
|
6782
|
-
j("div",
|
|
6787
|
+
j("div", id, [
|
|
6783
6788
|
$(T.$slots, "sort-icon", {
|
|
6784
6789
|
field: R,
|
|
6785
6790
|
sortBy: e.sortBy,
|
|
@@ -6804,9 +6809,9 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
6804
6809
|
], 64))
|
|
6805
6810
|
])
|
|
6806
6811
|
])
|
|
6807
|
-
], 16,
|
|
6812
|
+
], 16, rd))), 128))
|
|
6808
6813
|
]),
|
|
6809
|
-
T.$slots["thead-sub"] ? (f(), h("tr",
|
|
6814
|
+
T.$slots["thead-sub"] ? (f(), h("tr", ud, [
|
|
6810
6815
|
(f(!0), h(se, null, me(s(_), (R) => (f(), h("td", {
|
|
6811
6816
|
key: R.key,
|
|
6812
6817
|
scope: "col",
|
|
@@ -6822,13 +6827,13 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
6822
6827
|
])) : W("", !0)
|
|
6823
6828
|
]),
|
|
6824
6829
|
j("tbody", null, [
|
|
6825
|
-
(f(!0), h(se, null, me(s(K), (R,
|
|
6830
|
+
(f(!0), h(se, null, me(s(K), (R, Ce) => (f(), h(se, { key: Ce }, [
|
|
6826
6831
|
j("tr", {
|
|
6827
6832
|
class: L(oe(R)),
|
|
6828
|
-
onClick: (pe) => !s(mt)(pe) && de(R,
|
|
6829
|
-
onDblclick: (pe) => !s(mt)(pe) && Q(R,
|
|
6830
|
-
onMouseenter: (pe) => !s(mt)(pe) && fe(R,
|
|
6831
|
-
onMouseleave: (pe) => !s(mt)(pe) && $e(R,
|
|
6833
|
+
onClick: (pe) => !s(mt)(pe) && de(R, Ce, pe),
|
|
6834
|
+
onDblclick: (pe) => !s(mt)(pe) && Q(R, Ce, pe),
|
|
6835
|
+
onMouseenter: (pe) => !s(mt)(pe) && fe(R, Ce, pe),
|
|
6836
|
+
onMouseleave: (pe) => !s(mt)(pe) && $e(R, Ce, pe)
|
|
6832
6837
|
}, [
|
|
6833
6838
|
s(E) ? (f(), h("td", {
|
|
6834
6839
|
key: 0,
|
|
@@ -6847,11 +6852,11 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
6847
6852
|
}, pe.tdAttr, {
|
|
6848
6853
|
class: ge(pe, R)
|
|
6849
6854
|
}), [
|
|
6850
|
-
e.stacked && s(p) ? (f(), h("label",
|
|
6855
|
+
e.stacked && s(p) ? (f(), h("label", cd, U(Z(pe)), 1)) : W("", !0),
|
|
6851
6856
|
T.$slots["cell(" + pe.key + ")"] || T.$slots["cell()"] ? $(T.$slots, T.$slots["cell(" + pe.key + ")"] ? "cell(" + pe.key + ")" : "cell()", {
|
|
6852
6857
|
key: 1,
|
|
6853
6858
|
value: R[pe.key],
|
|
6854
|
-
index:
|
|
6859
|
+
index: Ce,
|
|
6855
6860
|
item: R,
|
|
6856
6861
|
field: pe,
|
|
6857
6862
|
items: e.items,
|
|
@@ -6861,7 +6866,7 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
6861
6866
|
ae(U(s(r).formatItem(R, pe)), 1)
|
|
6862
6867
|
], 64))
|
|
6863
6868
|
], 16))), 128))
|
|
6864
|
-
], 42,
|
|
6869
|
+
], 42, dd),
|
|
6865
6870
|
R._showDetails === !0 && T.$slots["row-details"] ? (f(), h("tr", {
|
|
6866
6871
|
key: 0,
|
|
6867
6872
|
class: L(oe(R))
|
|
@@ -6871,7 +6876,7 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
6871
6876
|
item: R,
|
|
6872
6877
|
toggleDetails: () => ee(R)
|
|
6873
6878
|
})
|
|
6874
|
-
], 8,
|
|
6879
|
+
], 8, fd)
|
|
6875
6880
|
], 2)) : W("", !0)
|
|
6876
6881
|
], 64))), 128)),
|
|
6877
6882
|
g.value ? (f(), h("tr", {
|
|
@@ -6880,14 +6885,14 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
6880
6885
|
}, [
|
|
6881
6886
|
j("td", { colspan: s(x) }, [
|
|
6882
6887
|
$(T.$slots, "table-busy", {}, () => [
|
|
6883
|
-
j("div",
|
|
6888
|
+
j("div", md, [
|
|
6884
6889
|
ve(Pt, { class: "align-middle" }),
|
|
6885
|
-
|
|
6890
|
+
pd
|
|
6886
6891
|
])
|
|
6887
6892
|
])
|
|
6888
|
-
], 8,
|
|
6893
|
+
], 8, vd)
|
|
6889
6894
|
], 2)) : W("", !0),
|
|
6890
|
-
s(V) && s(K).length === 0 ? (f(), h("tr",
|
|
6895
|
+
s(V) && s(K).length === 0 ? (f(), h("tr", bd, [
|
|
6891
6896
|
j("td", { colspan: s(x) }, [
|
|
6892
6897
|
$(T.$slots, "empty", {
|
|
6893
6898
|
items: s(K),
|
|
@@ -6895,10 +6900,10 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
6895
6900
|
}, () => [
|
|
6896
6901
|
ae(U(s(O) ? e.emptyFilteredText : e.emptyText), 1)
|
|
6897
6902
|
])
|
|
6898
|
-
], 8,
|
|
6903
|
+
], 8, gd)
|
|
6899
6904
|
])) : W("", !0)
|
|
6900
6905
|
]),
|
|
6901
|
-
s(d) ? (f(), h("tfoot",
|
|
6906
|
+
s(d) ? (f(), h("tfoot", hd, [
|
|
6902
6907
|
j("tr", null, [
|
|
6903
6908
|
(f(!0), h(se, null, me(s(_), (R) => (f(), h("th", Y({
|
|
6904
6909
|
key: R.key
|
|
@@ -6908,25 +6913,25 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
6908
6913
|
title: R.headerTitle,
|
|
6909
6914
|
abbr: R.headerAbbr,
|
|
6910
6915
|
style: R.thStyle,
|
|
6911
|
-
onClick: (
|
|
6912
|
-
}), U(R.label), 17,
|
|
6916
|
+
onClick: (Ce) => J(R, Ce, !0)
|
|
6917
|
+
}), U(R.label), 17, yd))), 128))
|
|
6913
6918
|
])
|
|
6914
|
-
])) : T.$slots["custom-foot"] ? (f(), h("tfoot",
|
|
6919
|
+
])) : T.$slots["custom-foot"] ? (f(), h("tfoot", Bd, [
|
|
6915
6920
|
$(T.$slots, "custom-foot", {
|
|
6916
6921
|
fields: s(_),
|
|
6917
6922
|
items: e.items,
|
|
6918
6923
|
columns: (ce = s(_)) == null ? void 0 : ce.length
|
|
6919
6924
|
})
|
|
6920
6925
|
])) : W("", !0),
|
|
6921
|
-
T.$slots["table-caption"] ? (f(), h("caption",
|
|
6926
|
+
T.$slots["table-caption"] ? (f(), h("caption", $d, [
|
|
6922
6927
|
$(T.$slots, "table-caption")
|
|
6923
|
-
])) : e.caption ? (f(), h("caption",
|
|
6928
|
+
])) : e.caption ? (f(), h("caption", Sd, U(e.caption), 1)) : W("", !0)
|
|
6924
6929
|
];
|
|
6925
6930
|
}),
|
|
6926
6931
|
_: 3
|
|
6927
6932
|
}, 16));
|
|
6928
6933
|
}
|
|
6929
|
-
}),
|
|
6934
|
+
}), Cd = /* @__PURE__ */ P({
|
|
6930
6935
|
__name: "BTbody",
|
|
6931
6936
|
props: {
|
|
6932
6937
|
variant: null
|
|
@@ -6942,7 +6947,7 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
6942
6947
|
$(l.$slots, "default")
|
|
6943
6948
|
], 2));
|
|
6944
6949
|
}
|
|
6945
|
-
}),
|
|
6950
|
+
}), wd = ["scope", "colspan", "rowspan", "data-label"], _d = { key: 0 }, Td = /* @__PURE__ */ P({
|
|
6946
6951
|
__name: "BTd",
|
|
6947
6952
|
props: {
|
|
6948
6953
|
colspan: null,
|
|
@@ -6965,12 +6970,12 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
6965
6970
|
rowspan: e.rowspan,
|
|
6966
6971
|
"data-label": e.stackedHeading
|
|
6967
6972
|
}, [
|
|
6968
|
-
e.stackedHeading ? (f(), h("div",
|
|
6973
|
+
e.stackedHeading ? (f(), h("div", _d, [
|
|
6969
6974
|
$(r.$slots, "default")
|
|
6970
6975
|
])) : $(r.$slots, "default", { key: 1 })
|
|
6971
|
-
], 10,
|
|
6976
|
+
], 10, wd));
|
|
6972
6977
|
}
|
|
6973
|
-
}),
|
|
6978
|
+
}), Vd = /* @__PURE__ */ P({
|
|
6974
6979
|
__name: "BTfoot",
|
|
6975
6980
|
props: {
|
|
6976
6981
|
variant: null
|
|
@@ -6986,7 +6991,7 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
6986
6991
|
$(l.$slots, "default")
|
|
6987
6992
|
], 2));
|
|
6988
6993
|
}
|
|
6989
|
-
}),
|
|
6994
|
+
}), Ad = ["scope", "colspan", "rowspan", "data-label"], Od = { key: 0 }, xd = /* @__PURE__ */ P({
|
|
6990
6995
|
__name: "BTh",
|
|
6991
6996
|
props: {
|
|
6992
6997
|
colspan: null,
|
|
@@ -7009,12 +7014,12 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
7009
7014
|
rowspan: e.rowspan,
|
|
7010
7015
|
"data-label": e.stackedHeading
|
|
7011
7016
|
}, [
|
|
7012
|
-
e.stackedHeading !== void 0 ? (f(), h("div",
|
|
7017
|
+
e.stackedHeading !== void 0 ? (f(), h("div", Od, [
|
|
7013
7018
|
$(r.$slots, "default")
|
|
7014
7019
|
])) : $(r.$slots, "default", { key: 1 })
|
|
7015
|
-
], 10,
|
|
7020
|
+
], 10, Ad));
|
|
7016
7021
|
}
|
|
7017
|
-
}),
|
|
7022
|
+
}), Pd = /* @__PURE__ */ P({
|
|
7018
7023
|
__name: "BThead",
|
|
7019
7024
|
props: {
|
|
7020
7025
|
variant: null
|
|
@@ -7030,7 +7035,7 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
7030
7035
|
$(l.$slots, "default")
|
|
7031
7036
|
], 2));
|
|
7032
7037
|
}
|
|
7033
|
-
}),
|
|
7038
|
+
}), Id = /* @__PURE__ */ P({
|
|
7034
7039
|
__name: "BTr",
|
|
7035
7040
|
props: {
|
|
7036
7041
|
variant: null
|
|
@@ -7046,7 +7051,7 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
7046
7051
|
$(l.$slots, "default")
|
|
7047
7052
|
], 2));
|
|
7048
7053
|
}
|
|
7049
|
-
}),
|
|
7054
|
+
}), Fd = /* @__PURE__ */ P({
|
|
7050
7055
|
__name: "BTab",
|
|
7051
7056
|
props: {
|
|
7052
7057
|
id: null,
|
|
@@ -7085,7 +7090,7 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
7085
7090
|
_: 3
|
|
7086
7091
|
}, 8, ["id", "class"]));
|
|
7087
7092
|
}
|
|
7088
|
-
}),
|
|
7093
|
+
}), Ed = ["id", "data-bs-target", "aria-controls", "aria-selected", "onClick"], Ld = /* @__PURE__ */ P({
|
|
7089
7094
|
__name: "BTabs",
|
|
7090
7095
|
props: {
|
|
7091
7096
|
activeNavItemClass: null,
|
|
@@ -7110,7 +7115,7 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
7110
7115
|
},
|
|
7111
7116
|
emits: ["update:modelValue", "activate-tab", "click"],
|
|
7112
7117
|
setup(e, { emit: t }) {
|
|
7113
|
-
const a = e, l =
|
|
7118
|
+
const a = e, l = ke(), n = u(o(a, "card")), r = u(o(a, "end")), d = u(o(a, "fill")), c = u(o(a, "justified")), v = u(o(a, "lazy")), m = u(o(a, "noFade")), k = u(o(a, "noNavStyle")), p = u(o(a, "pills")), b = u(o(a, "small")), V = u(o(a, "vertical")), w = X(a.modelValue), y = X(""), S = i({
|
|
7114
7119
|
get: () => w.value,
|
|
7115
7120
|
set: (C) => {
|
|
7116
7121
|
w.value = C, g.value.length > 0 && C >= 0 && C < g.value.length ? y.value = g.value[C].buttonId : y.value = "", t("update:modelValue", C);
|
|
@@ -7201,7 +7206,7 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
7201
7206
|
), ue(g, () => {
|
|
7202
7207
|
let C = g.value.map((E) => E.active && !E.disabled).lastIndexOf(!0);
|
|
7203
7208
|
C < 0 && (S.value >= g.value.length ? C = g.value.map((E) => !E.disabled).lastIndexOf(!0) : g.value[S.value] && !g.value[S.value].disabled && (C = S.value)), C < 0 && (C = g.value.map((E) => !E.disabled).indexOf(!0)), g.value.forEach((E, N) => E.active = N === C), _(C);
|
|
7204
|
-
}),
|
|
7209
|
+
}), Se(() => {
|
|
7205
7210
|
if (S.value < 0 && g.value.length > 0 && !g.value.some((C) => C.active)) {
|
|
7206
7211
|
const C = g.value.map((E) => !E.disabled).indexOf(!0);
|
|
7207
7212
|
_(C >= 0 ? C : -1);
|
|
@@ -7258,7 +7263,7 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
7258
7263
|
N.children && N.children.title ? (f(), z(te(N.children.title), { key: 0 })) : (f(), h(se, { key: 1 }, [
|
|
7259
7264
|
ae(U(N.props.title), 1)
|
|
7260
7265
|
], 64))
|
|
7261
|
-
], 16,
|
|
7266
|
+
], 16, Ed)
|
|
7262
7267
|
], 2))), 128)),
|
|
7263
7268
|
$(C.$slots, "tabs-end")
|
|
7264
7269
|
], 2)
|
|
@@ -7284,259 +7289,259 @@ const Ku = /* @__PURE__ */ Te(Uu, [["render", Wu]]), ht = /* @__PURE__ */ P({
|
|
|
7284
7289
|
_: 3
|
|
7285
7290
|
}, 8, ["id", "class"]));
|
|
7286
7291
|
}
|
|
7287
|
-
}),
|
|
7292
|
+
}), zd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7288
7293
|
__proto__: null,
|
|
7289
|
-
BAccordion:
|
|
7290
|
-
BAccordionItem:
|
|
7291
|
-
BAlert:
|
|
7292
|
-
BAvatar:
|
|
7293
|
-
BAvatarGroup:
|
|
7294
|
-
BBadge:
|
|
7295
|
-
BBreadcrumb:
|
|
7294
|
+
BAccordion: os,
|
|
7295
|
+
BAccordionItem: Bs,
|
|
7296
|
+
BAlert: As,
|
|
7297
|
+
BAvatar: Is,
|
|
7298
|
+
BAvatarGroup: Fs,
|
|
7299
|
+
BBadge: zs,
|
|
7300
|
+
BBreadcrumb: Rs,
|
|
7296
7301
|
BBreadcrumbItem: Jl,
|
|
7297
7302
|
BButton: et,
|
|
7298
|
-
BButtonGroup:
|
|
7299
|
-
BButtonToolbar:
|
|
7303
|
+
BButtonGroup: js,
|
|
7304
|
+
BButtonToolbar: Gs,
|
|
7300
7305
|
BCloseButton: nt,
|
|
7301
7306
|
BCard: ln,
|
|
7302
7307
|
BCardBody: tn,
|
|
7303
7308
|
BCardFooter: an,
|
|
7304
|
-
BCardGroup:
|
|
7309
|
+
BCardGroup: Ws,
|
|
7305
7310
|
BCardHeader: Yl,
|
|
7306
7311
|
BCardImg: _t,
|
|
7307
7312
|
BCardSubtitle: en,
|
|
7308
|
-
BCardText:
|
|
7313
|
+
BCardText: Ks,
|
|
7309
7314
|
BCardTitle: Zl,
|
|
7310
|
-
BCarousel:
|
|
7311
|
-
BCarouselSlide:
|
|
7315
|
+
BCarousel: nr,
|
|
7316
|
+
BCarouselSlide: ur,
|
|
7312
7317
|
BCol: st,
|
|
7313
7318
|
BCollapse: Kl,
|
|
7314
|
-
BContainer:
|
|
7319
|
+
BContainer: gr,
|
|
7315
7320
|
BDropdown: rn,
|
|
7316
|
-
BDropdownDivider:
|
|
7317
|
-
BDropdownForm:
|
|
7318
|
-
BDropdownGroup:
|
|
7319
|
-
BDropdownHeader:
|
|
7320
|
-
BDropdownItem:
|
|
7321
|
-
BDropdownItemButton:
|
|
7322
|
-
BDropdownText:
|
|
7321
|
+
BDropdownDivider: $r,
|
|
7322
|
+
BDropdownForm: _r,
|
|
7323
|
+
BDropdownGroup: Or,
|
|
7324
|
+
BDropdownHeader: Fr,
|
|
7325
|
+
BDropdownItem: Lr,
|
|
7326
|
+
BDropdownItemButton: Dr,
|
|
7327
|
+
BDropdownText: Rr,
|
|
7323
7328
|
BForm: un,
|
|
7324
|
-
BFormFloatingLabel:
|
|
7329
|
+
BFormFloatingLabel: Ur,
|
|
7325
7330
|
BFormInvalidFeedback: Jt,
|
|
7326
7331
|
BFormRow: gt,
|
|
7327
7332
|
BFormText: Qt,
|
|
7328
7333
|
BFormValidFeedback: Yt,
|
|
7329
7334
|
BFormCheckbox: dn,
|
|
7330
|
-
BFormCheckboxGroup:
|
|
7331
|
-
BFormGroup:
|
|
7332
|
-
BFormInput:
|
|
7335
|
+
BFormCheckboxGroup: Zr,
|
|
7336
|
+
BFormGroup: ri,
|
|
7337
|
+
BFormInput: ci,
|
|
7333
7338
|
BFormRadio: fn,
|
|
7334
|
-
BFormRadioGroup:
|
|
7335
|
-
BFormSelect:
|
|
7339
|
+
BFormRadioGroup: gi,
|
|
7340
|
+
BFormSelect: $i,
|
|
7336
7341
|
BFormSelectOption: ca,
|
|
7337
7342
|
BFormSelectOptionGroup: vn,
|
|
7338
7343
|
BFormTag: mn,
|
|
7339
|
-
BFormTags:
|
|
7340
|
-
BFormTextarea:
|
|
7344
|
+
BFormTags: Li,
|
|
7345
|
+
BFormTextarea: Hi,
|
|
7341
7346
|
BImg: da,
|
|
7342
|
-
BInputGroup:
|
|
7347
|
+
BInputGroup: Wi,
|
|
7343
7348
|
BInputGroupAddon: fa,
|
|
7344
|
-
BInputGroupAppend:
|
|
7345
|
-
BInputGroupPrepend:
|
|
7349
|
+
BInputGroupAppend: Ki,
|
|
7350
|
+
BInputGroupPrepend: Xi,
|
|
7346
7351
|
BInputGroupText: pn,
|
|
7347
7352
|
BLink: Ve,
|
|
7348
|
-
BListGroup:
|
|
7349
|
-
BListGroupItem:
|
|
7350
|
-
BModal:
|
|
7351
|
-
BNav:
|
|
7352
|
-
BNavForm:
|
|
7353
|
-
BNavItem:
|
|
7354
|
-
BNavItemDropdown:
|
|
7355
|
-
BNavText:
|
|
7356
|
-
BNavbar:
|
|
7357
|
-
BNavbarBrand:
|
|
7358
|
-
BNavbarNav:
|
|
7359
|
-
BNavbarToggle:
|
|
7360
|
-
BOffcanvas:
|
|
7353
|
+
BListGroup: Ji,
|
|
7354
|
+
BListGroupItem: Qi,
|
|
7355
|
+
BModal: au,
|
|
7356
|
+
BNav: lu,
|
|
7357
|
+
BNavForm: nu,
|
|
7358
|
+
BNavItem: iu,
|
|
7359
|
+
BNavItemDropdown: du,
|
|
7360
|
+
BNavText: fu,
|
|
7361
|
+
BNavbar: vu,
|
|
7362
|
+
BNavbarBrand: bu,
|
|
7363
|
+
BNavbarNav: gu,
|
|
7364
|
+
BNavbarToggle: yu,
|
|
7365
|
+
BOffcanvas: Cu,
|
|
7361
7366
|
BOverlay: bn,
|
|
7362
|
-
BPagination:
|
|
7367
|
+
BPagination: Iu,
|
|
7363
7368
|
BPlaceholder: xe,
|
|
7364
7369
|
BPlaceholderButton: yn,
|
|
7365
|
-
BPlaceholderCard:
|
|
7366
|
-
BPlaceholderTable:
|
|
7367
|
-
BPlaceholderWrapper:
|
|
7368
|
-
BPopover:
|
|
7369
|
-
BProgress:
|
|
7370
|
+
BPlaceholderCard: Fu,
|
|
7371
|
+
BPlaceholderTable: Eu,
|
|
7372
|
+
BPlaceholderWrapper: Lu,
|
|
7373
|
+
BPopover: Ru,
|
|
7374
|
+
BProgress: qu,
|
|
7370
7375
|
BProgressBar: Bn,
|
|
7371
|
-
BRow:
|
|
7376
|
+
BRow: Wu,
|
|
7372
7377
|
BSkeleton: ht,
|
|
7373
|
-
BSkeletonIcon:
|
|
7374
|
-
BSkeletonTable:
|
|
7375
|
-
BSkeletonWrapper:
|
|
7378
|
+
BSkeletonIcon: Ku,
|
|
7379
|
+
BSkeletonTable: Qu,
|
|
7380
|
+
BSkeletonWrapper: Yu,
|
|
7376
7381
|
BSpinner: Pt,
|
|
7377
|
-
BFormSpinButton:
|
|
7378
|
-
BTable:
|
|
7382
|
+
BFormSpinButton: ld,
|
|
7383
|
+
BTable: kd,
|
|
7379
7384
|
BTableSimple: It,
|
|
7380
|
-
BTbody:
|
|
7381
|
-
BTd:
|
|
7382
|
-
BTfoot:
|
|
7383
|
-
BTh:
|
|
7384
|
-
BThead:
|
|
7385
|
-
BTr:
|
|
7386
|
-
BTab:
|
|
7387
|
-
BTabs:
|
|
7385
|
+
BTbody: Cd,
|
|
7386
|
+
BTd: Td,
|
|
7387
|
+
BTfoot: Vd,
|
|
7388
|
+
BTh: xd,
|
|
7389
|
+
BThead: Pd,
|
|
7390
|
+
BTr: Id,
|
|
7391
|
+
BTab: Fd,
|
|
7392
|
+
BTabs: Ld,
|
|
7388
7393
|
BToastContainer: Xt,
|
|
7389
7394
|
BTransition: lt,
|
|
7390
7395
|
BToast: sn,
|
|
7391
7396
|
BToaster: Xt,
|
|
7392
|
-
BToastPlugin:
|
|
7393
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7397
|
+
BToastPlugin: pr
|
|
7398
|
+
}, Symbol.toStringTag, { value: "Module" })), Nd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7394
7399
|
__proto__: null,
|
|
7395
|
-
vBColorMode:
|
|
7396
|
-
vBPopover:
|
|
7400
|
+
vBColorMode: ss,
|
|
7401
|
+
vBPopover: rs,
|
|
7397
7402
|
vBToggle: ua,
|
|
7398
|
-
vBTooltip:
|
|
7399
|
-
vBVisible:
|
|
7400
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7403
|
+
vBTooltip: vs,
|
|
7404
|
+
vBVisible: ps
|
|
7405
|
+
}, Symbol.toStringTag, { value: "Module" })), Rd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7401
7406
|
__proto__: null,
|
|
7402
7407
|
useBreadcrumb: Nl,
|
|
7403
|
-
useColorMode:
|
|
7404
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7408
|
+
useColorMode: ls
|
|
7409
|
+
}, Symbol.toStringTag, { value: "Module" })), jd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7405
7410
|
__proto__: null,
|
|
7406
7411
|
BvEvent: Xe,
|
|
7407
7412
|
BvTriggerableEvent: na
|
|
7408
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7413
|
+
}, Symbol.toStringTag, { value: "Module" })), qd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7409
7414
|
__proto__: null
|
|
7410
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
7415
|
+
}, Symbol.toStringTag, { value: "Module" })), Gd = {
|
|
7411
7416
|
install(e, t = {}) {
|
|
7412
|
-
Object.entries(
|
|
7417
|
+
Object.entries(zd).forEach(([a, l]) => {
|
|
7413
7418
|
e.component(a, l);
|
|
7414
|
-
}), Object.entries(
|
|
7419
|
+
}), Object.entries(Nd).forEach(([a, l]) => {
|
|
7415
7420
|
e.directive(a, l);
|
|
7416
|
-
}),
|
|
7421
|
+
}), as(e);
|
|
7417
7422
|
}
|
|
7418
7423
|
};
|
|
7419
7424
|
export {
|
|
7420
|
-
|
|
7421
|
-
|
|
7422
|
-
|
|
7423
|
-
|
|
7424
|
-
|
|
7425
|
-
|
|
7426
|
-
|
|
7425
|
+
os as BAccordion,
|
|
7426
|
+
Bs as BAccordionItem,
|
|
7427
|
+
As as BAlert,
|
|
7428
|
+
Is as BAvatar,
|
|
7429
|
+
Fs as BAvatarGroup,
|
|
7430
|
+
zs as BBadge,
|
|
7431
|
+
Rs as BBreadcrumb,
|
|
7427
7432
|
Jl as BBreadcrumbItem,
|
|
7428
7433
|
et as BButton,
|
|
7429
|
-
|
|
7430
|
-
|
|
7434
|
+
js as BButtonGroup,
|
|
7435
|
+
Gs as BButtonToolbar,
|
|
7431
7436
|
ln as BCard,
|
|
7432
7437
|
tn as BCardBody,
|
|
7433
7438
|
an as BCardFooter,
|
|
7434
|
-
|
|
7439
|
+
Ws as BCardGroup,
|
|
7435
7440
|
Yl as BCardHeader,
|
|
7436
7441
|
_t as BCardImg,
|
|
7437
7442
|
en as BCardSubtitle,
|
|
7438
|
-
|
|
7443
|
+
Ks as BCardText,
|
|
7439
7444
|
Zl as BCardTitle,
|
|
7440
|
-
|
|
7441
|
-
|
|
7445
|
+
nr as BCarousel,
|
|
7446
|
+
ur as BCarouselSlide,
|
|
7442
7447
|
nt as BCloseButton,
|
|
7443
7448
|
st as BCol,
|
|
7444
7449
|
Kl as BCollapse,
|
|
7445
|
-
|
|
7450
|
+
gr as BContainer,
|
|
7446
7451
|
rn as BDropdown,
|
|
7447
|
-
|
|
7448
|
-
|
|
7449
|
-
|
|
7450
|
-
|
|
7451
|
-
|
|
7452
|
-
|
|
7453
|
-
|
|
7452
|
+
$r as BDropdownDivider,
|
|
7453
|
+
_r as BDropdownForm,
|
|
7454
|
+
Or as BDropdownGroup,
|
|
7455
|
+
Fr as BDropdownHeader,
|
|
7456
|
+
Lr as BDropdownItem,
|
|
7457
|
+
Dr as BDropdownItemButton,
|
|
7458
|
+
Rr as BDropdownText,
|
|
7454
7459
|
un as BForm,
|
|
7455
7460
|
dn as BFormCheckbox,
|
|
7456
|
-
|
|
7457
|
-
|
|
7458
|
-
|
|
7459
|
-
|
|
7461
|
+
Zr as BFormCheckboxGroup,
|
|
7462
|
+
Ur as BFormFloatingLabel,
|
|
7463
|
+
ri as BFormGroup,
|
|
7464
|
+
ci as BFormInput,
|
|
7460
7465
|
Jt as BFormInvalidFeedback,
|
|
7461
7466
|
fn as BFormRadio,
|
|
7462
|
-
|
|
7467
|
+
gi as BFormRadioGroup,
|
|
7463
7468
|
gt as BFormRow,
|
|
7464
|
-
|
|
7469
|
+
$i as BFormSelect,
|
|
7465
7470
|
ca as BFormSelectOption,
|
|
7466
7471
|
vn as BFormSelectOptionGroup,
|
|
7467
|
-
|
|
7472
|
+
ld as BFormSpinButton,
|
|
7468
7473
|
mn as BFormTag,
|
|
7469
|
-
|
|
7474
|
+
Li as BFormTags,
|
|
7470
7475
|
Qt as BFormText,
|
|
7471
|
-
|
|
7476
|
+
Hi as BFormTextarea,
|
|
7472
7477
|
Yt as BFormValidFeedback,
|
|
7473
7478
|
da as BImg,
|
|
7474
|
-
|
|
7479
|
+
Wi as BInputGroup,
|
|
7475
7480
|
fa as BInputGroupAddon,
|
|
7476
|
-
|
|
7477
|
-
|
|
7481
|
+
Ki as BInputGroupAppend,
|
|
7482
|
+
Xi as BInputGroupPrepend,
|
|
7478
7483
|
pn as BInputGroupText,
|
|
7479
7484
|
Ve as BLink,
|
|
7480
|
-
|
|
7481
|
-
|
|
7482
|
-
|
|
7483
|
-
|
|
7484
|
-
|
|
7485
|
-
|
|
7486
|
-
|
|
7487
|
-
|
|
7488
|
-
|
|
7489
|
-
|
|
7490
|
-
|
|
7491
|
-
|
|
7492
|
-
|
|
7485
|
+
Ji as BListGroup,
|
|
7486
|
+
Qi as BListGroupItem,
|
|
7487
|
+
au as BModal,
|
|
7488
|
+
lu as BNav,
|
|
7489
|
+
nu as BNavForm,
|
|
7490
|
+
iu as BNavItem,
|
|
7491
|
+
du as BNavItemDropdown,
|
|
7492
|
+
fu as BNavText,
|
|
7493
|
+
vu as BNavbar,
|
|
7494
|
+
bu as BNavbarBrand,
|
|
7495
|
+
gu as BNavbarNav,
|
|
7496
|
+
yu as BNavbarToggle,
|
|
7497
|
+
Cu as BOffcanvas,
|
|
7493
7498
|
bn as BOverlay,
|
|
7494
|
-
|
|
7499
|
+
Iu as BPagination,
|
|
7495
7500
|
xe as BPlaceholder,
|
|
7496
7501
|
yn as BPlaceholderButton,
|
|
7497
|
-
|
|
7498
|
-
|
|
7499
|
-
|
|
7500
|
-
|
|
7501
|
-
|
|
7502
|
+
Fu as BPlaceholderCard,
|
|
7503
|
+
Eu as BPlaceholderTable,
|
|
7504
|
+
Lu as BPlaceholderWrapper,
|
|
7505
|
+
Ru as BPopover,
|
|
7506
|
+
qu as BProgress,
|
|
7502
7507
|
Bn as BProgressBar,
|
|
7503
|
-
|
|
7508
|
+
Wu as BRow,
|
|
7504
7509
|
ht as BSkeleton,
|
|
7505
|
-
|
|
7506
|
-
|
|
7507
|
-
|
|
7510
|
+
Ku as BSkeletonIcon,
|
|
7511
|
+
Qu as BSkeletonTable,
|
|
7512
|
+
Yu as BSkeletonWrapper,
|
|
7508
7513
|
Pt as BSpinner,
|
|
7509
|
-
|
|
7510
|
-
|
|
7514
|
+
Fd as BTab,
|
|
7515
|
+
kd as BTable,
|
|
7511
7516
|
It as BTableSimple,
|
|
7512
|
-
|
|
7513
|
-
|
|
7514
|
-
|
|
7515
|
-
|
|
7516
|
-
|
|
7517
|
-
|
|
7517
|
+
Ld as BTabs,
|
|
7518
|
+
Cd as BTbody,
|
|
7519
|
+
Td as BTd,
|
|
7520
|
+
Vd as BTfoot,
|
|
7521
|
+
xd as BTh,
|
|
7522
|
+
Pd as BThead,
|
|
7518
7523
|
sn as BToast,
|
|
7519
7524
|
Xt as BToastContainer,
|
|
7520
|
-
|
|
7525
|
+
pr as BToastPlugin,
|
|
7521
7526
|
Xt as BToaster,
|
|
7522
|
-
|
|
7527
|
+
Id as BTr,
|
|
7523
7528
|
lt as BTransition,
|
|
7524
|
-
|
|
7529
|
+
Gd as BootstrapVueNext,
|
|
7525
7530
|
Xe as BvEvent,
|
|
7526
7531
|
na as BvTriggerableEvent,
|
|
7527
|
-
|
|
7528
|
-
|
|
7529
|
-
|
|
7530
|
-
|
|
7531
|
-
|
|
7532
|
-
|
|
7532
|
+
zd as Components,
|
|
7533
|
+
Rd as Composables,
|
|
7534
|
+
Nd as Directives,
|
|
7535
|
+
qd as Types,
|
|
7536
|
+
jd as Utils,
|
|
7537
|
+
Gd as default,
|
|
7533
7538
|
Nl as useBreadcrumb,
|
|
7534
|
-
|
|
7539
|
+
ls as useColorMode,
|
|
7535
7540
|
on as useToast,
|
|
7536
|
-
|
|
7537
|
-
|
|
7541
|
+
ss as vBColorMode,
|
|
7542
|
+
rs as vBPopover,
|
|
7538
7543
|
ua as vBToggle,
|
|
7539
|
-
|
|
7540
|
-
|
|
7544
|
+
vs as vBTooltip,
|
|
7545
|
+
ps as vBVisible
|
|
7541
7546
|
};
|
|
7542
7547
|
//# sourceMappingURL=bootstrap-vue-next.es.js.map
|