@wwtdev/bsds-components-vue3 2.4.0 → 2.5.0
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/lib/bsds-components.js +1070 -886
- package/lib/components.css +1 -1
- package/package.json +2 -2
package/lib/bsds-components.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { computed as
|
|
2
|
-
import { v4 as
|
|
3
|
-
import { BsIconCaretDown as
|
|
4
|
-
import { DatePicker as
|
|
5
|
-
import { Chart as
|
|
6
|
-
import { getSupportedCallingCodes as
|
|
1
|
+
import { computed as v, ref as B, onMounted as Y, onUnmounted as re, shallowRef as pt, watch as R, defineAsyncComponent as Re, openBlock as d, createElementBlock as p, unref as f, createElementVNode as b, renderSlot as L, createBlock as O, resolveDynamicComponent as Z, createCommentVNode as w, toDisplayString as T, createVNode as V, normalizeClass as ae, useAttrs as se, mergeProps as N, withCtx as D, Fragment as U, toHandlers as Me, onBeforeUnmount as at, onBeforeMount as nt, nextTick as ce, createTextVNode as G, createSlots as lt, renderList as J, Teleport as vt, withDirectives as Be, Transition as Ke, vShow as Se, provide as oe, inject as ie, isRef as ht, useSlots as bt } from "vue";
|
|
2
|
+
import { v4 as ot } from "uuid";
|
|
3
|
+
import { BsIconCaretDown as it, BsIconWarning as ze, BsIconClose as $e, BsIconCalendar as rt, BsIconCaretSort as gt, BsIconSearch as mt, BsIconCaretLeftDouble as yt, BsIconCaretLeft as Bt, BsIconCaretRight as St, BsIconCaretRightDouble as $t, BsIconActionEllipsis as wt, BsIconGraphPieEmpty as Ye, BsIconCircleStop as kt, BsIconCircleCheck as It, BsIconCircleX as Ct, BsIconCircleEllipsis as Tt, BsIconCirclePlay as xt, BsIconCirclePause as At, BsIconCircleExclamation as st, BsIconThumbsUpStroke as Lt } from "@wwtdev/bsds-icons-vue3";
|
|
4
|
+
import { DatePicker as Vt } from "v-calendar";
|
|
5
|
+
import { Chart as Pe, BarController as Et, BarElement as Dt, CategoryScale as Ot, LinearScale as Pt, Legend as qt, Tooltip as Mt } from "chart.js";
|
|
6
|
+
import { getSupportedCallingCodes as zt, getRegionCodeForCountryCode as Nt, parsePhoneNumber as Xe } from "awesome-phonenumber";
|
|
7
7
|
const Qe = {
|
|
8
8
|
href: "a",
|
|
9
9
|
linkTo: "a",
|
|
@@ -12,23 +12,23 @@ const Qe = {
|
|
|
12
12
|
type: "button"
|
|
13
13
|
};
|
|
14
14
|
function we(e, a, t = "button") {
|
|
15
|
-
const n =
|
|
15
|
+
const n = Rt(e, a, t), l = v(() => {
|
|
16
16
|
const o = n.value === "button", s = {};
|
|
17
17
|
return o ? (s.type = a.type || "button", s.autocomplete = "off", e.disabled && (s.disabled = !0)) : e.disabled && (s["aria-disabled"] = "true", s.tabindex = "-1"), s;
|
|
18
|
-
}), i =
|
|
18
|
+
}), i = v(() => {
|
|
19
19
|
const o = { ...a, ...l.value };
|
|
20
20
|
return delete o.href, o;
|
|
21
|
-
}), u =
|
|
21
|
+
}), u = v(() => e.linkTo || e.href);
|
|
22
22
|
return { rootTag: n, attrsToBind: i, hrefUrl: u };
|
|
23
23
|
}
|
|
24
|
-
function
|
|
25
|
-
const n = Object.keys(Qe).find((l) =>
|
|
26
|
-
return
|
|
24
|
+
function Rt(e, a, t) {
|
|
25
|
+
const n = Object.keys(Qe).find((l) => jt(e, a, l));
|
|
26
|
+
return B(Qe[n] || t);
|
|
27
27
|
}
|
|
28
|
-
function
|
|
28
|
+
function jt(e, a, t) {
|
|
29
29
|
return e[t] || a[t];
|
|
30
30
|
}
|
|
31
|
-
const
|
|
31
|
+
const Ft = (e, a) => {
|
|
32
32
|
const t = (n) => {
|
|
33
33
|
e.some((l) => {
|
|
34
34
|
var i;
|
|
@@ -42,10 +42,10 @@ const Ot = (e, a) => {
|
|
|
42
42
|
});
|
|
43
43
|
};
|
|
44
44
|
function ke(e) {
|
|
45
|
-
const a =
|
|
45
|
+
const a = v(() => e.linkTo || e.href || ""), t = v(() => {
|
|
46
46
|
var i, u;
|
|
47
47
|
return ((u = (i = a.value) == null ? void 0 : i.startsWith) == null ? void 0 : u.call(i, "/")) || !1;
|
|
48
|
-
}), n =
|
|
48
|
+
}), n = v(() => {
|
|
49
49
|
var i, u;
|
|
50
50
|
return t.value && ((i = e.router) == null ? void 0 : i.navigateTo) || ((u = e.router) == null ? void 0 : u.push) || null;
|
|
51
51
|
});
|
|
@@ -60,28 +60,28 @@ function ke(e) {
|
|
|
60
60
|
}
|
|
61
61
|
return { onLinkClick: l };
|
|
62
62
|
}
|
|
63
|
-
function
|
|
63
|
+
function Je(e) {
|
|
64
64
|
return e.split("-").map((n) => n.charAt(0).toUpperCase() + n.slice(1)).join("");
|
|
65
65
|
}
|
|
66
|
-
const
|
|
66
|
+
const ge = (e, a) => {
|
|
67
67
|
function t(l) {
|
|
68
68
|
if (!l)
|
|
69
69
|
return null;
|
|
70
|
-
const i = l.startsWith("bs-") ?
|
|
70
|
+
const i = l.startsWith("bs-") ? Je(l) : `BsIcon${Je(l)}`;
|
|
71
71
|
return Re(async () => {
|
|
72
72
|
const { [i]: u } = await import("@wwtdev/bsds-icons-vue3");
|
|
73
73
|
return u;
|
|
74
74
|
});
|
|
75
75
|
}
|
|
76
|
-
const n =
|
|
76
|
+
const n = pt();
|
|
77
77
|
return n.value = t(e[a]), R(() => e[a], async (l) => n.value = t(l)), { icon: n };
|
|
78
78
|
};
|
|
79
|
-
function
|
|
79
|
+
function Q(e = 1) {
|
|
80
80
|
const a = [];
|
|
81
81
|
for (let t = 0; t < e; t++)
|
|
82
|
-
a.push(
|
|
82
|
+
a.push(B(""));
|
|
83
83
|
return Y(() => {
|
|
84
|
-
a.forEach((t) => t.value = `id-${
|
|
84
|
+
a.forEach((t) => t.value = `id-${ot()}`);
|
|
85
85
|
}), a;
|
|
86
86
|
}
|
|
87
87
|
const Ie = (e, a, t = void 0) => {
|
|
@@ -93,7 +93,7 @@ const Ie = (e, a, t = void 0) => {
|
|
|
93
93
|
}), re(() => {
|
|
94
94
|
((t == null ? void 0 : t.value) ?? document).removeEventListener("keydown", n);
|
|
95
95
|
});
|
|
96
|
-
},
|
|
96
|
+
}, Ut = (e, a, t) => {
|
|
97
97
|
let n = null;
|
|
98
98
|
Y(() => {
|
|
99
99
|
n = new MutationObserver(a), n.observe(e.value, t);
|
|
@@ -101,7 +101,7 @@ const Ie = (e, a, t = void 0) => {
|
|
|
101
101
|
n.disconnect();
|
|
102
102
|
});
|
|
103
103
|
}, fe = (e) => {
|
|
104
|
-
const a =
|
|
104
|
+
const a = B(!1);
|
|
105
105
|
return Y(() => {
|
|
106
106
|
e.enterControlled ? a.value = e.enterTrigger : a.value = e.shown;
|
|
107
107
|
}), R(() => e.shown, (t) => {
|
|
@@ -111,11 +111,11 @@ const Ie = (e, a, t = void 0) => {
|
|
|
111
111
|
}), R(() => e.leaveTrigger, (t) => {
|
|
112
112
|
t && (a.value = !1);
|
|
113
113
|
}), { transition: a };
|
|
114
|
-
},
|
|
114
|
+
}, Wt = ["id", "data-stacked"], Gt = ["data-open"], Ht = ["aria-controls", "aria-expanded"], Kt = {
|
|
115
115
|
key: 0,
|
|
116
116
|
"data-position": "start",
|
|
117
117
|
style: { display: "inline-flex" }
|
|
118
|
-
},
|
|
118
|
+
}, Yt = ["id"], Xt = ["aria-labelledby", "data-open", "id"], Xl = {
|
|
119
119
|
__name: "BsAccordion",
|
|
120
120
|
props: {
|
|
121
121
|
controlled: { type: Boolean, default: !1 },
|
|
@@ -132,11 +132,11 @@ const Ie = (e, a, t = void 0) => {
|
|
|
132
132
|
},
|
|
133
133
|
emits: ["toggled"],
|
|
134
134
|
setup(e, { emit: a }) {
|
|
135
|
-
const t = e, n = a, l =
|
|
136
|
-
function
|
|
135
|
+
const t = e, n = a, l = B(null), i = B(!1), { icon: u } = ge(t, "icon"), [o] = Q(), s = v(() => o.value + "-content"), r = v(() => o.value + "-title"), c = v(() => t.openItemId && t.openItemId === o.value || t.openItem === !0), h = v(() => t.controlled ? c.value : i.value);
|
|
136
|
+
function k() {
|
|
137
137
|
n("toggled", o.value), t.controlled || (i.value = !i.value);
|
|
138
138
|
}
|
|
139
|
-
return (
|
|
139
|
+
return (g, x) => (d(), p("div", {
|
|
140
140
|
id: f(o),
|
|
141
141
|
ref_key: "containerRef",
|
|
142
142
|
ref: l,
|
|
@@ -144,43 +144,43 @@ const Ie = (e, a, t = void 0) => {
|
|
|
144
144
|
"data-component": "bs-accordion",
|
|
145
145
|
"data-stacked": e.stacked
|
|
146
146
|
}, [
|
|
147
|
-
|
|
147
|
+
b("header", {
|
|
148
148
|
part: "header",
|
|
149
|
-
"data-open":
|
|
149
|
+
"data-open": h.value
|
|
150
150
|
}, [
|
|
151
|
-
|
|
151
|
+
b("button", {
|
|
152
152
|
"aria-controls": s.value,
|
|
153
|
-
"aria-expanded":
|
|
153
|
+
"aria-expanded": h.value,
|
|
154
154
|
type: "button",
|
|
155
|
-
onClick:
|
|
155
|
+
onClick: k
|
|
156
156
|
}, [
|
|
157
|
-
e.icon ||
|
|
158
|
-
L(
|
|
159
|
-
e.icon ? (d(), O(
|
|
157
|
+
e.icon || g.$slots.icon ? (d(), p("span", Kt, [
|
|
158
|
+
L(g.$slots, "icon", {}, () => [
|
|
159
|
+
e.icon ? (d(), O(Z(f(u) ? f(u) : "span"), { key: 0 })) : w("", !0)
|
|
160
160
|
])
|
|
161
|
-
])) :
|
|
162
|
-
|
|
163
|
-
V(f(
|
|
161
|
+
])) : w("", !0),
|
|
162
|
+
b("span", { id: r.value }, T(e.headerText), 9, Yt),
|
|
163
|
+
V(f(it), {
|
|
164
164
|
size: "md",
|
|
165
165
|
"data-position": "end"
|
|
166
166
|
})
|
|
167
|
-
], 8,
|
|
168
|
-
], 8,
|
|
169
|
-
|
|
167
|
+
], 8, Ht)
|
|
168
|
+
], 8, Gt),
|
|
169
|
+
b("div", {
|
|
170
170
|
"aria-labelledby": r.value,
|
|
171
171
|
class: "bs-accordion-content",
|
|
172
|
-
"data-open":
|
|
172
|
+
"data-open": h.value,
|
|
173
173
|
id: s.value,
|
|
174
174
|
part: "content",
|
|
175
175
|
role: "region"
|
|
176
176
|
}, [
|
|
177
|
-
|
|
178
|
-
L(
|
|
177
|
+
b("div", null, [
|
|
178
|
+
L(g.$slots, "default")
|
|
179
179
|
])
|
|
180
|
-
], 8,
|
|
181
|
-
], 8,
|
|
180
|
+
], 8, Xt)
|
|
181
|
+
], 8, Wt));
|
|
182
182
|
}
|
|
183
|
-
},
|
|
183
|
+
}, Qt = ["aria-label", "data-badge-color", "data-count", "data-position", "data-show-zero", "data-variant"], Jt = {
|
|
184
184
|
__name: "BsBadge",
|
|
185
185
|
props: {
|
|
186
186
|
/** Pass value to set `data-badge-color`. */
|
|
@@ -227,7 +227,7 @@ const Ie = (e, a, t = void 0) => {
|
|
|
227
227
|
}
|
|
228
228
|
},
|
|
229
229
|
setup(e) {
|
|
230
|
-
const a = e, t =
|
|
230
|
+
const a = e, t = B(null), n = v(() => a.count === 0 ? "0" : !a.count || a.dot ? null : a.count > a.countMax ? a.countMax + "+" : a.count.toString()), l = v(() => {
|
|
231
231
|
var s, r;
|
|
232
232
|
const i = ((r = (s = t.value) == null ? void 0 : s.textContent) == null ? void 0 : r.trim()) || "", u = n.value ? n.value + " " : "";
|
|
233
233
|
if (!u && !a.dot)
|
|
@@ -235,7 +235,7 @@ const Ie = (e, a, t = void 0) => {
|
|
|
235
235
|
const o = a.count !== 1 ? "s" : "";
|
|
236
236
|
return `${i ? `${i}, ` : ""}${u}${a.label}${o}`;
|
|
237
237
|
});
|
|
238
|
-
return (i, u) => (d(),
|
|
238
|
+
return (i, u) => (d(), p("span", {
|
|
239
239
|
ref_key: "hostRef",
|
|
240
240
|
ref: t,
|
|
241
241
|
"aria-label": l.value,
|
|
@@ -248,43 +248,73 @@ const Ie = (e, a, t = void 0) => {
|
|
|
248
248
|
"data-variant": e.variant,
|
|
249
249
|
role: "status"
|
|
250
250
|
}, [
|
|
251
|
-
e.variant !== "notext" ? L(i.$slots, "default", { key: 0 }) :
|
|
252
|
-
], 10,
|
|
251
|
+
e.variant !== "notext" ? L(i.$slots, "default", { key: 0 }) : w("", !0)
|
|
252
|
+
], 10, Qt));
|
|
253
253
|
}
|
|
254
|
-
},
|
|
254
|
+
}, Zt = {
|
|
255
255
|
key: 0,
|
|
256
256
|
role: "alert",
|
|
257
257
|
class: "bs-banner"
|
|
258
|
-
},
|
|
258
|
+
}, _t = { class: "bs-banner-content" }, ea = { class: "bs-banner-warning-icon" }, Ql = {
|
|
259
259
|
__name: "BsBanner",
|
|
260
260
|
emits: ["dismiss"],
|
|
261
261
|
setup(e, { emit: a }) {
|
|
262
|
-
const t = a, n =
|
|
262
|
+
const t = a, n = B(!1);
|
|
263
263
|
function l() {
|
|
264
264
|
n.value = !0, t("dismiss");
|
|
265
265
|
}
|
|
266
|
-
return (i, u) => n.value ?
|
|
267
|
-
|
|
268
|
-
|
|
266
|
+
return (i, u) => n.value ? w("", !0) : (d(), p("div", Zt, [
|
|
267
|
+
b("div", _t, [
|
|
268
|
+
b("div", ea, [
|
|
269
269
|
V(f(ze), { size: "lg" })
|
|
270
270
|
]),
|
|
271
|
-
|
|
271
|
+
b("p", null, [
|
|
272
272
|
L(i.$slots, "default")
|
|
273
273
|
]),
|
|
274
|
-
|
|
274
|
+
b("button", {
|
|
275
275
|
type: "button",
|
|
276
276
|
title: "Close Banner",
|
|
277
277
|
onClick: l
|
|
278
278
|
}, [
|
|
279
|
-
V(f(
|
|
279
|
+
V(f($e))
|
|
280
280
|
])
|
|
281
281
|
])
|
|
282
282
|
]));
|
|
283
283
|
}
|
|
284
|
-
},
|
|
284
|
+
}, ta = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
285
|
+
__name: "BsButton",
|
|
286
|
+
props: {
|
|
287
|
+
variant: { type: String },
|
|
288
|
+
disabled: { type: Boolean, default: !1 },
|
|
289
|
+
ghostBtn: { type: Boolean, default: !1 },
|
|
290
|
+
/** @DEPRECATED in favor of linkTo */
|
|
291
|
+
href: { type: String },
|
|
292
|
+
linkTo: { type: String },
|
|
293
|
+
router: {},
|
|
294
|
+
textBtn: { type: Boolean, default: !1 },
|
|
295
|
+
size: { type: String, validator: (e) => ["sm", "xs", "xxs"].includes(e) }
|
|
296
|
+
},
|
|
297
|
+
setup(e) {
|
|
298
|
+
const a = e, t = se(), { rootTag: n, attrsToBind: l, hrefUrl: i } = we(a, t), { onLinkClick: u } = ke(a);
|
|
299
|
+
return (o, s) => (d(), O(Z(f(n)), N({
|
|
300
|
+
class: "bs-button",
|
|
301
|
+
"data-component": "bs-button",
|
|
302
|
+
"data-ghost": e.ghostBtn,
|
|
303
|
+
"data-size": e.size,
|
|
304
|
+
"data-text": e.textBtn,
|
|
305
|
+
"data-variant": e.variant,
|
|
306
|
+
".href": f(i)
|
|
307
|
+
}, f(l), { onClick: f(u) }), {
|
|
308
|
+
default: D(() => [
|
|
309
|
+
L(o.$slots, "default")
|
|
310
|
+
]),
|
|
311
|
+
_: 3
|
|
312
|
+
}, 48, ["data-ghost", "data-size", "data-text", "data-variant", ".href", "onClick"]));
|
|
313
|
+
}
|
|
314
|
+
}), aa = {
|
|
285
315
|
class: "bs-field-details",
|
|
286
316
|
"data-component": "bs-field-details"
|
|
287
|
-
},
|
|
317
|
+
}, na = ["id", "data-error"], la = ["data-error"], pe = {
|
|
288
318
|
__name: "BsFieldDetails",
|
|
289
319
|
props: {
|
|
290
320
|
/** The number of characters that have been entered by the user. */
|
|
@@ -304,26 +334,26 @@ const Ie = (e, a, t = void 0) => {
|
|
|
304
334
|
hintId: String
|
|
305
335
|
},
|
|
306
336
|
setup(e) {
|
|
307
|
-
const a = e, t =
|
|
308
|
-
return (n, l) => (d(),
|
|
309
|
-
t.value ? (d(),
|
|
337
|
+
const a = e, t = v(() => a.error && a.errorMsg || a.hint);
|
|
338
|
+
return (n, l) => (d(), p("div", aa, [
|
|
339
|
+
t.value ? (d(), p("span", {
|
|
310
340
|
key: 0,
|
|
311
341
|
id: e.hintId,
|
|
312
342
|
class: "bs-hint",
|
|
313
343
|
"data-error": e.error
|
|
314
|
-
}, T(t.value), 9,
|
|
315
|
-
e.charMax ? (d(),
|
|
344
|
+
}, T(t.value), 9, na)) : w("", !0),
|
|
345
|
+
e.charMax ? (d(), p("span", {
|
|
316
346
|
key: 1,
|
|
317
347
|
"aria-description": "character count over character limit for the preceding text field",
|
|
318
348
|
class: "bs-character-count",
|
|
319
349
|
"data-error": a.charCount > a.charMax
|
|
320
|
-
}, T(a.charCount || "0") + " / " + T(a.charMax), 9,
|
|
350
|
+
}, T(a.charCount || "0") + " / " + T(a.charMax), 9, la)) : w("", !0)
|
|
321
351
|
]));
|
|
322
352
|
}
|
|
323
|
-
},
|
|
353
|
+
}, oa = ["data-disabled", "for"], ia = /* @__PURE__ */ b("span", {
|
|
324
354
|
"data-required": "true",
|
|
325
355
|
"aria-hidden": "true"
|
|
326
|
-
}, " *", -1),
|
|
356
|
+
}, " *", -1), ra = /* @__PURE__ */ b("span", { class: "visually-hidden" }, "required", -1), ne = {
|
|
327
357
|
__name: "BsLabel",
|
|
328
358
|
props: {
|
|
329
359
|
disabled: { type: Boolean, default: !1 },
|
|
@@ -332,22 +362,22 @@ const Ie = (e, a, t = void 0) => {
|
|
|
332
362
|
required: { type: Boolean, default: !1 }
|
|
333
363
|
},
|
|
334
364
|
setup(e) {
|
|
335
|
-
return (a, t) => (d(),
|
|
365
|
+
return (a, t) => (d(), p("label", {
|
|
336
366
|
class: ae(["bs-label", e.hide ? "visually-hidden" : ""]),
|
|
337
367
|
"data-component": "bs-label",
|
|
338
368
|
"data-disabled": e.disabled,
|
|
339
369
|
for: e.for
|
|
340
370
|
}, [
|
|
341
|
-
|
|
371
|
+
b("span", null, [
|
|
342
372
|
L(a.$slots, "default")
|
|
343
373
|
]),
|
|
344
|
-
e.required ? (d(),
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
], 64)) :
|
|
348
|
-
], 10,
|
|
374
|
+
e.required ? (d(), p(U, { key: 0 }, [
|
|
375
|
+
ia,
|
|
376
|
+
ra
|
|
377
|
+
], 64)) : w("", !0)
|
|
378
|
+
], 10, oa));
|
|
349
379
|
}
|
|
350
|
-
},
|
|
380
|
+
}, sa = ["data-error", "id", "value"], ve = {
|
|
351
381
|
__name: "BsInput",
|
|
352
382
|
props: {
|
|
353
383
|
error: {
|
|
@@ -362,21 +392,21 @@ const Ie = (e, a, t = void 0) => {
|
|
|
362
392
|
},
|
|
363
393
|
emits: ["update:modelValue"],
|
|
364
394
|
setup(e, { emit: a }) {
|
|
365
|
-
const t = e, n = a, l = se(), i =
|
|
395
|
+
const t = e, n = a, l = se(), i = v(() => ({ [t.error ? "aria-errormessage" : "aria-describedby"]: t.hintId }));
|
|
366
396
|
function u(o) {
|
|
367
397
|
const s = l.type === "number" ? parseInt(o.target.value) : o.target.value;
|
|
368
398
|
n("update:modelValue", s);
|
|
369
399
|
}
|
|
370
|
-
return (o, s) => (d(),
|
|
400
|
+
return (o, s) => (d(), p("input", N({
|
|
371
401
|
class: "bs-input",
|
|
372
402
|
"data-component": "bs-input",
|
|
373
403
|
"data-error": e.error,
|
|
374
404
|
id: o.$attrs.id || e.inputId,
|
|
375
405
|
value: e.value || e.modelValue,
|
|
376
406
|
onInput: u
|
|
377
|
-
}, i.value), null, 16,
|
|
407
|
+
}, i.value), null, 16, sa));
|
|
378
408
|
}
|
|
379
|
-
},
|
|
409
|
+
}, da = ["data-disabled", "data-error", "data-variant", "data-multifocus"], Ce = {
|
|
380
410
|
__name: "BsInputAddon",
|
|
381
411
|
props: {
|
|
382
412
|
disabled: { type: Boolean, default: !1 },
|
|
@@ -385,7 +415,7 @@ const Ie = (e, a, t = void 0) => {
|
|
|
385
415
|
variant: { type: String, validator: (e) => e === "inner-bordered" }
|
|
386
416
|
},
|
|
387
417
|
setup(e) {
|
|
388
|
-
return (a, t) => (d(),
|
|
418
|
+
return (a, t) => (d(), p("div", {
|
|
389
419
|
class: "bs-input-addon",
|
|
390
420
|
"data-component": "bs-input-addon",
|
|
391
421
|
"data-disabled": e.disabled,
|
|
@@ -394,9 +424,9 @@ const Ie = (e, a, t = void 0) => {
|
|
|
394
424
|
"data-multifocus": e.multifocus
|
|
395
425
|
}, [
|
|
396
426
|
L(a.$slots, "default")
|
|
397
|
-
], 8,
|
|
427
|
+
], 8, da));
|
|
398
428
|
}
|
|
399
|
-
},
|
|
429
|
+
}, ua = {
|
|
400
430
|
__name: "BsInputDateSingle",
|
|
401
431
|
props: {
|
|
402
432
|
disabled: {
|
|
@@ -434,7 +464,7 @@ const Ie = (e, a, t = void 0) => {
|
|
|
434
464
|
error: e.error
|
|
435
465
|
}, {
|
|
436
466
|
default: D(() => [
|
|
437
|
-
V(f(
|
|
467
|
+
V(f(rt)),
|
|
438
468
|
V(ve, N({
|
|
439
469
|
"data-autowidth": "",
|
|
440
470
|
disabled: e.disabled,
|
|
@@ -457,7 +487,7 @@ function Ne(e, a, t) {
|
|
|
457
487
|
}, a);
|
|
458
488
|
};
|
|
459
489
|
}
|
|
460
|
-
const
|
|
490
|
+
const ca = ["disabled", "id", "model-value"], fa = ["disabled", "id", "model-value"], pa = {
|
|
461
491
|
__name: "BsInputDateRange",
|
|
462
492
|
props: {
|
|
463
493
|
disabled: {
|
|
@@ -494,14 +524,14 @@ const aa = ["disabled", "id", "model-value"], na = ["disabled", "id", "model-val
|
|
|
494
524
|
},
|
|
495
525
|
emits: ["ui-focusin", "ui-input"],
|
|
496
526
|
setup(e, { emit: a }) {
|
|
497
|
-
const t = a, n =
|
|
527
|
+
const t = a, n = B(null), l = B(null);
|
|
498
528
|
function i(r) {
|
|
499
529
|
const c = new Event("change", { bubbles: !0, cancelable: !0 });
|
|
500
530
|
r.dispatchEvent(c);
|
|
501
531
|
}
|
|
502
532
|
function u(r) {
|
|
503
|
-
const { value: c } = r.target, [
|
|
504
|
-
n.value.value =
|
|
533
|
+
const { value: c } = r.target, [h, k] = c.split(/ to | - /);
|
|
534
|
+
n.value.value = h || "", l.value.value = k || "", i(n.value), i(l.value);
|
|
505
535
|
}
|
|
506
536
|
const o = Ne(u, 1e3);
|
|
507
537
|
function s(r) {
|
|
@@ -512,7 +542,7 @@ const aa = ["disabled", "id", "model-value"], na = ["disabled", "id", "model-val
|
|
|
512
542
|
error: e.error
|
|
513
543
|
}, {
|
|
514
544
|
default: D(() => [
|
|
515
|
-
V(f(
|
|
545
|
+
V(f(rt)),
|
|
516
546
|
V(ve, {
|
|
517
547
|
"data-autowidth": "",
|
|
518
548
|
disabled: e.disabled,
|
|
@@ -520,56 +550,56 @@ const aa = ["disabled", "id", "model-value"], na = ["disabled", "id", "model-val
|
|
|
520
550
|
"model-value": e.inputValueFmt,
|
|
521
551
|
placeholder: e.placeholder,
|
|
522
552
|
required: e.required,
|
|
523
|
-
onFocusin: c[0] || (c[0] = (
|
|
553
|
+
onFocusin: c[0] || (c[0] = (h) => r.$emit("ui-focusin")),
|
|
524
554
|
onInput: s,
|
|
525
555
|
onChange: u
|
|
526
556
|
}, null, 8, ["disabled", "id", "model-value", "placeholder", "required"]),
|
|
527
|
-
|
|
557
|
+
b("input", N({
|
|
528
558
|
ref_key: "hiddenStart",
|
|
529
559
|
ref: n,
|
|
530
560
|
type: "hidden",
|
|
531
561
|
disabled: e.disabled,
|
|
532
562
|
id: `${e.inputId}-start`,
|
|
533
563
|
"model-value": e.inputValue.start
|
|
534
|
-
}, Me(e.listeners.start, !0)), null, 16,
|
|
535
|
-
|
|
564
|
+
}, Me(e.listeners.start, !0)), null, 16, ca),
|
|
565
|
+
b("input", N({
|
|
536
566
|
ref_key: "hiddenEnd",
|
|
537
567
|
ref: l,
|
|
538
568
|
type: "hidden",
|
|
539
569
|
disabled: e.disabled,
|
|
540
570
|
id: `${e.inputId}-end`,
|
|
541
571
|
"model-value": e.inputValue.end
|
|
542
|
-
}, Me(e.listeners.end, !0)), null, 16,
|
|
572
|
+
}, Me(e.listeners.end, !0)), null, 16, fa)
|
|
543
573
|
]),
|
|
544
574
|
_: 1
|
|
545
575
|
}, 8, ["disabled", "error"]));
|
|
546
576
|
}
|
|
547
577
|
};
|
|
548
|
-
function
|
|
578
|
+
function va(e) {
|
|
549
579
|
var a, t;
|
|
550
580
|
return ((t = (a = e == null ? void 0 : e.classList) == null ? void 0 : a.contains) == null ? void 0 : t.call(a, "vc-arrow")) && (e.classList.contains("vc-prev") || e.classList.contains("vc-next"));
|
|
551
581
|
}
|
|
552
|
-
function
|
|
582
|
+
function ha(e) {
|
|
553
583
|
return e === " " || e === "Spacebar" || e === "Enter";
|
|
554
584
|
}
|
|
555
585
|
function Ze(e) {
|
|
556
|
-
|
|
586
|
+
va(e == null ? void 0 : e.target) && ha(e == null ? void 0 : e.key) && e.preventDefault();
|
|
557
587
|
}
|
|
558
|
-
function
|
|
588
|
+
function ba(e) {
|
|
559
589
|
let a;
|
|
560
590
|
Y(() => {
|
|
561
591
|
var t, n, l;
|
|
562
592
|
a = (t = e == null ? void 0 : e.value) == null ? void 0 : t.popoverRef, (l = (n = a == null ? void 0 : a.$el) == null ? void 0 : n.addEventListener) == null || l.call(n, "keydown", Ze);
|
|
563
|
-
}),
|
|
593
|
+
}), at(() => {
|
|
564
594
|
var t, n;
|
|
565
595
|
(n = (t = a == null ? void 0 : a.$el) == null ? void 0 : t.removeEventListener) == null || n.call(t, "keydown", Ze), a = null;
|
|
566
596
|
});
|
|
567
597
|
}
|
|
568
|
-
function
|
|
598
|
+
function _e(e, a, t = []) {
|
|
569
599
|
let n;
|
|
570
|
-
|
|
600
|
+
nt(() => {
|
|
571
601
|
n = window.matchMedia(e), n.addEventListener("change", a), a(n);
|
|
572
|
-
}),
|
|
602
|
+
}), at(() => {
|
|
573
603
|
n.removeEventListener("change", a), n = null;
|
|
574
604
|
}), t.length && R(t, () => a(n));
|
|
575
605
|
}
|
|
@@ -579,7 +609,7 @@ const je = [
|
|
|
579
609
|
"form",
|
|
580
610
|
"id",
|
|
581
611
|
"name"
|
|
582
|
-
],
|
|
612
|
+
], ga = [
|
|
583
613
|
"aria-describedby",
|
|
584
614
|
"aria-label",
|
|
585
615
|
"autocomplete",
|
|
@@ -589,7 +619,7 @@ const je = [
|
|
|
589
619
|
"multiple",
|
|
590
620
|
"name",
|
|
591
621
|
"size"
|
|
592
|
-
],
|
|
622
|
+
], ma = [
|
|
593
623
|
"aria-describedby",
|
|
594
624
|
"aria-label",
|
|
595
625
|
"autocapitalize",
|
|
@@ -607,7 +637,7 @@ const je = [
|
|
|
607
637
|
"rows",
|
|
608
638
|
"spellcheck",
|
|
609
639
|
"wrap"
|
|
610
|
-
],
|
|
640
|
+
], me = [
|
|
611
641
|
"aria-describedby",
|
|
612
642
|
"aria-label",
|
|
613
643
|
"autocapitalize",
|
|
@@ -634,7 +664,7 @@ function K(e, a = []) {
|
|
|
634
664
|
a.includes(l) ? t[l] = e[l] : n[l] = e[l];
|
|
635
665
|
}), { filtered: t, remaining: n };
|
|
636
666
|
}
|
|
637
|
-
const
|
|
667
|
+
const ya = ["data-range"], et = "(min-width: 752px)", Jl = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
638
668
|
__name: "BsCalendar",
|
|
639
669
|
props: {
|
|
640
670
|
disabled: {
|
|
@@ -701,7 +731,7 @@ const ua = ["data-range"], _e = "(min-width: 752px)", Dl = /* @__PURE__ */ Objec
|
|
|
701
731
|
},
|
|
702
732
|
emits: ["update:modelValue"],
|
|
703
733
|
setup(e, { emit: a }) {
|
|
704
|
-
const t = e, n =
|
|
734
|
+
const t = e, n = B(null), l = B(1), i = B(null), [u, o] = Q(2), s = B(1), { filtered: r, remaining: c } = K(se(), [
|
|
705
735
|
"attributes",
|
|
706
736
|
"expanded",
|
|
707
737
|
"first-day-of-week",
|
|
@@ -709,52 +739,52 @@ const ua = ["data-range"], _e = "(min-width: 752px)", Dl = /* @__PURE__ */ Objec
|
|
|
709
739
|
"masks",
|
|
710
740
|
"rows",
|
|
711
741
|
"trim-weeks"
|
|
712
|
-
]),
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
(m) => l.value = m != null && m.matches &&
|
|
716
|
-
[
|
|
717
|
-
),
|
|
718
|
-
|
|
719
|
-
(m) => s.value = m != null && m.matches &&
|
|
720
|
-
[x,
|
|
742
|
+
]), h = v(() => t.inputId || u.value), k = v(() => ({ range: t.isRange })), g = v(() => !!(t.error && t.errorMsg || t.hint)), x = v(() => t.step), $ = v(() => t.variant);
|
|
743
|
+
ba(n), _e(
|
|
744
|
+
et,
|
|
745
|
+
(m) => l.value = m != null && m.matches && $.value == "2-col" ? 2 : 1,
|
|
746
|
+
[$]
|
|
747
|
+
), _e(
|
|
748
|
+
et,
|
|
749
|
+
(m) => s.value = m != null && m.matches && $.value == "2-col" ? x.value : 1,
|
|
750
|
+
[x, $]
|
|
721
751
|
), R(() => {
|
|
722
752
|
var m, z;
|
|
723
753
|
return (z = (m = n.value) == null ? void 0 : m.popoverRef) == null ? void 0 : z.isVisible;
|
|
724
754
|
}, (m) => {
|
|
725
|
-
m && ce(
|
|
755
|
+
m && ce(y);
|
|
726
756
|
});
|
|
727
757
|
function C(m) {
|
|
728
758
|
return t.isRange && m.start && m.end ? `${m.start} to ${m.end}` : !t.isRange && m ? m : "";
|
|
729
759
|
}
|
|
730
|
-
function
|
|
760
|
+
function q(m) {
|
|
731
761
|
!t.isRange || i.value.contains(m.relatedTarget) || n.value.hidePopover();
|
|
732
762
|
}
|
|
733
|
-
function
|
|
763
|
+
function y() {
|
|
734
764
|
const m = i.value.querySelector("button.vc-prev"), z = i.value.querySelector("button.vc-next");
|
|
735
765
|
m && m.setAttribute("aria-label", "Previous month"), z && z.setAttribute("aria-label", "Next month");
|
|
736
766
|
}
|
|
737
|
-
return (m, z) => (d(),
|
|
767
|
+
return (m, z) => (d(), p("div", N({
|
|
738
768
|
ref_key: "container",
|
|
739
769
|
ref: i,
|
|
740
770
|
class: "bs-calendar",
|
|
741
771
|
"data-range": e.isRange,
|
|
742
|
-
onFocusout:
|
|
772
|
+
onFocusout: q
|
|
743
773
|
}, f(c)), [
|
|
744
774
|
e.label || m.$slots.label ? (d(), O(ne, {
|
|
745
775
|
key: 0,
|
|
746
|
-
for:
|
|
776
|
+
for: h.value,
|
|
747
777
|
disabled: e.disabled,
|
|
748
778
|
required: e.required
|
|
749
779
|
}, {
|
|
750
780
|
default: D(() => [
|
|
751
781
|
L(m.$slots, "label", {}, () => [
|
|
752
|
-
|
|
782
|
+
G(T(e.label), 1)
|
|
753
783
|
])
|
|
754
784
|
]),
|
|
755
785
|
_: 3
|
|
756
|
-
}, 8, ["for", "disabled", "required"])) :
|
|
757
|
-
V(f(
|
|
786
|
+
}, 8, ["for", "disabled", "required"])) : w("", !0),
|
|
787
|
+
V(f(Vt), N({
|
|
758
788
|
ref_key: "calendar",
|
|
759
789
|
ref: n,
|
|
760
790
|
columns: l.value,
|
|
@@ -763,32 +793,32 @@ const ua = ["data-range"], _e = "(min-width: 752px)", Dl = /* @__PURE__ */ Objec
|
|
|
763
793
|
"min-date": e.minDate,
|
|
764
794
|
mode: "date",
|
|
765
795
|
"model-value": e.modelValue,
|
|
766
|
-
"model-modifiers":
|
|
796
|
+
"model-modifiers": k.value,
|
|
767
797
|
popover: { visibility: "focus" },
|
|
768
798
|
rows: 1,
|
|
769
799
|
step: s.value,
|
|
770
800
|
"onUpdate:modelValue": z[0] || (z[0] = (I) => m.$emit("update:modelValue", I))
|
|
771
|
-
}, f(r)),
|
|
801
|
+
}, f(r)), lt({ _: 2 }, [
|
|
772
802
|
e.inputMode ? {
|
|
773
803
|
name: "default",
|
|
774
|
-
fn: D(({ inputValue: I, inputEvents: A, showPopover:
|
|
775
|
-
e.isRange ? (d(), O(
|
|
804
|
+
fn: D(({ inputValue: I, inputEvents: A, showPopover: P }) => [
|
|
805
|
+
e.isRange ? (d(), O(pa, {
|
|
776
806
|
key: 1,
|
|
777
807
|
disabled: e.disabled,
|
|
778
808
|
error: e.error,
|
|
779
|
-
"input-id":
|
|
809
|
+
"input-id": h.value,
|
|
780
810
|
"input-value": I,
|
|
781
811
|
"input-value-fmt": C(I),
|
|
782
812
|
listeners: A,
|
|
783
813
|
placeholder: e.placeholder,
|
|
784
814
|
required: e.required,
|
|
785
|
-
onUiFocusin:
|
|
786
|
-
onUiInput:
|
|
787
|
-
}, null, 8, ["disabled", "error", "input-id", "input-value", "input-value-fmt", "listeners", "placeholder", "required", "onUiFocusin", "onUiInput"])) : (d(), O(
|
|
815
|
+
onUiFocusin: P,
|
|
816
|
+
onUiInput: P
|
|
817
|
+
}, null, 8, ["disabled", "error", "input-id", "input-value", "input-value-fmt", "listeners", "placeholder", "required", "onUiFocusin", "onUiInput"])) : (d(), O(ua, {
|
|
788
818
|
key: 0,
|
|
789
819
|
disabled: e.disabled,
|
|
790
820
|
error: e.error,
|
|
791
|
-
"input-id":
|
|
821
|
+
"input-id": h.value,
|
|
792
822
|
listeners: A,
|
|
793
823
|
"model-value": C(I),
|
|
794
824
|
placeholder: e.placeholder,
|
|
@@ -798,46 +828,16 @@ const ua = ["data-range"], _e = "(min-width: 752px)", Dl = /* @__PURE__ */ Objec
|
|
|
798
828
|
key: "0"
|
|
799
829
|
} : void 0
|
|
800
830
|
]), 1040, ["columns", "disabled-dates", "max-date", "min-date", "model-value", "model-modifiers", "step"]),
|
|
801
|
-
|
|
831
|
+
g.value ? (d(), O(pe, {
|
|
802
832
|
key: 1,
|
|
803
833
|
error: e.error,
|
|
804
834
|
"error-msg": e.errorMsg,
|
|
805
835
|
hint: e.hint,
|
|
806
836
|
"hint-id": f(o)
|
|
807
|
-
}, null, 8, ["error", "error-msg", "hint", "hint-id"])) :
|
|
808
|
-
], 16,
|
|
837
|
+
}, null, 8, ["error", "error-msg", "hint", "hint-id"])) : w("", !0)
|
|
838
|
+
], 16, ya));
|
|
809
839
|
}
|
|
810
|
-
}),
|
|
811
|
-
__name: "BsButton",
|
|
812
|
-
props: {
|
|
813
|
-
variant: { type: String },
|
|
814
|
-
disabled: { type: Boolean, default: !1 },
|
|
815
|
-
ghostBtn: { type: Boolean, default: !1 },
|
|
816
|
-
/** @DEPRECATED in favor of linkTo */
|
|
817
|
-
href: { type: String },
|
|
818
|
-
linkTo: { type: String },
|
|
819
|
-
router: {},
|
|
820
|
-
textBtn: { type: Boolean, default: !1 },
|
|
821
|
-
size: { type: String, validator: (e) => ["sm", "xs", "xxs"].includes(e) }
|
|
822
|
-
},
|
|
823
|
-
setup(e) {
|
|
824
|
-
const a = e, t = se(), { rootTag: n, attrsToBind: l, hrefUrl: i } = we(a, t), { onLinkClick: u } = ke(a);
|
|
825
|
-
return (o, s) => (d(), O(J(f(n)), N({
|
|
826
|
-
class: "bs-button",
|
|
827
|
-
"data-component": "bs-button",
|
|
828
|
-
"data-ghost": e.ghostBtn,
|
|
829
|
-
"data-size": e.size,
|
|
830
|
-
"data-text": e.textBtn,
|
|
831
|
-
"data-variant": e.variant,
|
|
832
|
-
".href": f(i)
|
|
833
|
-
}, f(l), { onClick: f(u) }), {
|
|
834
|
-
default: D(() => [
|
|
835
|
-
L(o.$slots, "default")
|
|
836
|
-
]),
|
|
837
|
-
_: 3
|
|
838
|
-
}, 48, ["data-ghost", "data-size", "data-text", "data-variant", ".href", "onClick"]));
|
|
839
|
-
}
|
|
840
|
-
}), fa = { "data-component": "bs-chart-table" }, pa = ["summary"], va = ["colspan"], ha = /* @__PURE__ */ B("th", { scope: "col" }, " Dataset ", -1), ba = { scope: "row" }, ma = {
|
|
840
|
+
}), Ba = { "data-component": "bs-chart-table" }, Sa = ["summary"], $a = ["colspan"], wa = /* @__PURE__ */ b("th", { scope: "col" }, " Dataset ", -1), ka = { scope: "row" }, Ia = {
|
|
841
841
|
__name: "BsChartTable",
|
|
842
842
|
props: {
|
|
843
843
|
data: {
|
|
@@ -856,37 +856,37 @@ const ua = ["data-range"], _e = "(min-width: 752px)", Dl = /* @__PURE__ */ Objec
|
|
|
856
856
|
setup(e) {
|
|
857
857
|
return (a, t) => {
|
|
858
858
|
var n;
|
|
859
|
-
return d(),
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
859
|
+
return d(), p("div", Ba, [
|
|
860
|
+
b("table", { summary: e.tableTitle }, [
|
|
861
|
+
b("thead", null, [
|
|
862
|
+
b("tr", null, [
|
|
863
|
+
b("th", {
|
|
864
864
|
colspan: ((n = e.dataIdxLabels) == null ? void 0 : n.length) + 1
|
|
865
|
-
}, T(e.tableTitle), 9,
|
|
865
|
+
}, T(e.tableTitle), 9, $a)
|
|
866
866
|
]),
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
(d(!0),
|
|
867
|
+
b("tr", null, [
|
|
868
|
+
wa,
|
|
869
|
+
(d(!0), p(U, null, J(e.dataIdxLabels, (l) => (d(), p("th", {
|
|
870
870
|
key: l,
|
|
871
871
|
scope: "col"
|
|
872
872
|
}, T(l), 1))), 128))
|
|
873
873
|
])
|
|
874
874
|
]),
|
|
875
|
-
|
|
876
|
-
(d(!0),
|
|
875
|
+
b("tbody", null, [
|
|
876
|
+
(d(!0), p(U, null, J(e.data, (l) => (d(), p("tr", {
|
|
877
877
|
key: l.label
|
|
878
878
|
}, [
|
|
879
|
-
|
|
880
|
-
(d(!0),
|
|
879
|
+
b("th", ka, T(l.label), 1),
|
|
880
|
+
(d(!0), p(U, null, J(l.data, (i, u) => (d(), p("td", {
|
|
881
881
|
key: `${i}${u}`
|
|
882
882
|
}, T(i), 1))), 128))
|
|
883
883
|
]))), 128))
|
|
884
884
|
])
|
|
885
|
-
], 8,
|
|
885
|
+
], 8, Sa)
|
|
886
886
|
]);
|
|
887
887
|
};
|
|
888
888
|
}
|
|
889
|
-
},
|
|
889
|
+
}, Ca = (e) => ({
|
|
890
890
|
id: "htmlLegend",
|
|
891
891
|
afterUpdate(a) {
|
|
892
892
|
e.innerHTML = "", e.style.setProperty("--legend-padding", `${a.scales.x.left}px`), a.options.plugins.legend.labels.generateLabels(a).forEach((n) => {
|
|
@@ -901,7 +901,7 @@ const ua = ["data-range"], _e = "(min-width: 752px)", Dl = /* @__PURE__ */ Objec
|
|
|
901
901
|
o.style.setProperty("--item-text-color", "var(--bs-ink-base)"), o.style.setProperty("--item-text-decoration", n.hidden ? "line-through" : "none"), o.appendChild(u), l.appendChild(i), l.appendChild(o), e.appendChild(l);
|
|
902
902
|
});
|
|
903
903
|
}
|
|
904
|
-
}),
|
|
904
|
+
}), Ta = ({ type: e, datasets: a, labels: t, tooltips: n }) => ({
|
|
905
905
|
type: e,
|
|
906
906
|
data: {
|
|
907
907
|
datasets: a,
|
|
@@ -920,7 +920,7 @@ const ua = ["data-range"], _e = "(min-width: 752px)", Dl = /* @__PURE__ */ Objec
|
|
|
920
920
|
responsive: !0
|
|
921
921
|
}
|
|
922
922
|
});
|
|
923
|
-
function
|
|
923
|
+
function xa(e) {
|
|
924
924
|
const a = [
|
|
925
925
|
"rgba(209, 26, 111, 1)",
|
|
926
926
|
"rgba(130, 18, 196, 1)",
|
|
@@ -933,10 +933,10 @@ function Ba(e) {
|
|
|
933
933
|
], t = a[e % a.length];
|
|
934
934
|
return e >= a.length ? t.replace("1)", "0.5)") : t;
|
|
935
935
|
}
|
|
936
|
-
const
|
|
936
|
+
const Aa = {
|
|
937
937
|
class: "bs-chart-bar",
|
|
938
938
|
"data-component": "bs-chart-bar"
|
|
939
|
-
},
|
|
939
|
+
}, La = ["aria-label"], Va = ["data-hidden"], Zl = {
|
|
940
940
|
__name: "BsChartBar",
|
|
941
941
|
props: {
|
|
942
942
|
chartTitle: {
|
|
@@ -990,16 +990,16 @@ const $a = {
|
|
|
990
990
|
}
|
|
991
991
|
},
|
|
992
992
|
setup(e) {
|
|
993
|
-
const a = e, t =
|
|
993
|
+
const a = e, t = B(null), n = B(null);
|
|
994
994
|
let l;
|
|
995
|
-
const i =
|
|
995
|
+
const i = v(() => {
|
|
996
996
|
const c = {
|
|
997
997
|
datasets: u.value,
|
|
998
998
|
labels: a.dataIdxLabels,
|
|
999
999
|
type: "bar",
|
|
1000
1000
|
tooltips: a.showTooltips
|
|
1001
|
-
},
|
|
1002
|
-
return
|
|
1001
|
+
}, h = Ta(c);
|
|
1002
|
+
return h.plugins = [Ca(n.value)], h.options.scales = {
|
|
1003
1003
|
x: {
|
|
1004
1004
|
grid: {
|
|
1005
1005
|
display: a.showXGrid
|
|
@@ -1020,47 +1020,47 @@ const $a = {
|
|
|
1020
1020
|
text: a.yLabel
|
|
1021
1021
|
}
|
|
1022
1022
|
}
|
|
1023
|
-
},
|
|
1024
|
-
}), u =
|
|
1023
|
+
}, h;
|
|
1024
|
+
}), u = v(() => a.data.map((c, h) => ({
|
|
1025
1025
|
...c,
|
|
1026
|
-
backgroundColor:
|
|
1026
|
+
backgroundColor: xa(h),
|
|
1027
1027
|
categoryPercentage: a.data.length > 1 ? 0.5 : 0.33
|
|
1028
|
-
}))), o =
|
|
1029
|
-
!l || c ===
|
|
1028
|
+
}))), o = v(() => a.chartTitle || `${a.yLabel} / ${a.xLabel}`), s = Ne(function(c, h) {
|
|
1029
|
+
!l || c === h || (l.options = i.value.options, l.update());
|
|
1030
1030
|
}, 100), r = Ne(function() {
|
|
1031
1031
|
l && (l.data = i.value.data, l.update());
|
|
1032
1032
|
}, 100);
|
|
1033
1033
|
return Y(() => {
|
|
1034
|
-
|
|
1035
|
-
}), R(() => a.showLegend, s), R(() => a.showTooltips, s), R(() => a.showXGrid, s), R(() => a.showYGrid, s), R(() => a.stacked, s), R(() => a.xLabel, s), R(() => a.yLabel, s), R(() => a.data, r), R(() => a.dataIdxLabels, r), (c,
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1034
|
+
Pe.register(Et, Dt, Ot, Pt, qt, Mt), Pe.defaults.font.family = "'Roobert', sans-serif", l = new Pe(t.value, i.value);
|
|
1035
|
+
}), R(() => a.showLegend, s), R(() => a.showTooltips, s), R(() => a.showXGrid, s), R(() => a.showYGrid, s), R(() => a.stacked, s), R(() => a.xLabel, s), R(() => a.yLabel, s), R(() => a.data, r), R(() => a.dataIdxLabels, r), (c, h) => (d(), p("div", Aa, [
|
|
1036
|
+
b("figure", null, [
|
|
1037
|
+
b("div", null, [
|
|
1038
|
+
b("canvas", {
|
|
1039
1039
|
"aria-label": o.value,
|
|
1040
1040
|
ref_key: "canvas",
|
|
1041
1041
|
ref: t,
|
|
1042
1042
|
role: "img"
|
|
1043
|
-
}, null, 8,
|
|
1043
|
+
}, null, 8, La)
|
|
1044
1044
|
]),
|
|
1045
|
-
|
|
1046
|
-
V(
|
|
1045
|
+
b("div", null, [
|
|
1046
|
+
V(Ia, {
|
|
1047
1047
|
data: e.data,
|
|
1048
1048
|
"data-idx-labels": e.dataIdxLabels,
|
|
1049
1049
|
"table-title": o.value
|
|
1050
1050
|
}, null, 8, ["data", "data-idx-labels", "table-title"]),
|
|
1051
|
-
|
|
1051
|
+
b("figcaption", {
|
|
1052
1052
|
"data-hidden": !e.showLegend
|
|
1053
1053
|
}, [
|
|
1054
|
-
|
|
1054
|
+
b("ul", {
|
|
1055
1055
|
ref_key: "legendList",
|
|
1056
1056
|
ref: n
|
|
1057
1057
|
}, null, 512)
|
|
1058
|
-
], 8,
|
|
1058
|
+
], 8, Va)
|
|
1059
1059
|
])
|
|
1060
1060
|
])
|
|
1061
1061
|
]));
|
|
1062
1062
|
}
|
|
1063
|
-
},
|
|
1063
|
+
}, Ea = ["data-size"], Da = ["checked", "data-error", "disabled", "id", "required", "value"], _l = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
1064
1064
|
__name: "BsCheckbox",
|
|
1065
1065
|
props: {
|
|
1066
1066
|
/** Sets the label. */
|
|
@@ -1123,27 +1123,27 @@ const $a = {
|
|
|
1123
1123
|
},
|
|
1124
1124
|
emits: ["update:modelValue"],
|
|
1125
1125
|
setup(e, { emit: a }) {
|
|
1126
|
-
const t = e, n = a, [l] =
|
|
1127
|
-
function
|
|
1126
|
+
const t = e, n = a, [l] = Q(), i = v(() => je.concat(t.passAttrs.split(","))), u = B(null), o = v(() => t.inputId || l.value), s = v(() => t.checked || h.value), r = v(() => t.indeterminate || t.checkedPartially), c = v(() => Array.isArray(t.modelValue) && t.value), h = v(() => c.value && t.modelValue.includes(t.value) || typeof t.modelValue == "boolean" && t.modelValue);
|
|
1127
|
+
function k() {
|
|
1128
1128
|
u.value && (u.value.indeterminate = r.value && !s.value);
|
|
1129
1129
|
}
|
|
1130
|
-
function
|
|
1130
|
+
function g(C) {
|
|
1131
1131
|
n("update:modelValue", C);
|
|
1132
1132
|
}
|
|
1133
1133
|
function x(C) {
|
|
1134
|
-
const
|
|
1135
|
-
C ?
|
|
1134
|
+
const q = [...t.modelValue];
|
|
1135
|
+
C ? q.push(t.value) : q.splice(q.indexOf(t.value), 1), n("update:modelValue", q);
|
|
1136
1136
|
}
|
|
1137
|
-
function
|
|
1138
|
-
const { checked:
|
|
1139
|
-
c.value ? x(
|
|
1137
|
+
function $(C) {
|
|
1138
|
+
const { checked: q } = C.target;
|
|
1139
|
+
c.value ? x(q) : g(q);
|
|
1140
1140
|
}
|
|
1141
|
-
return R(s,
|
|
1141
|
+
return R(s, k), R(r, k), Y(k), (C, q) => (d(), p("div", N({
|
|
1142
1142
|
class: "bs-boolean",
|
|
1143
1143
|
"data-component": "bs-checkbox",
|
|
1144
1144
|
"data-size": e.size
|
|
1145
1145
|
}, f(K)(C.$attrs, i.value).remaining), [
|
|
1146
|
-
|
|
1146
|
+
b("input", N({
|
|
1147
1147
|
ref_key: "inputEl",
|
|
1148
1148
|
ref: u,
|
|
1149
1149
|
checked: s.value,
|
|
@@ -1153,8 +1153,8 @@ const $a = {
|
|
|
1153
1153
|
required: e.required,
|
|
1154
1154
|
value: e.value || "on",
|
|
1155
1155
|
type: "checkbox",
|
|
1156
|
-
onChange:
|
|
1157
|
-
}, f(K)(C.$attrs, i.value).filtered), null, 16,
|
|
1156
|
+
onChange: $
|
|
1157
|
+
}, f(K)(C.$attrs, i.value).filtered), null, 16, Da),
|
|
1158
1158
|
e.label || C.$slots.label ? (d(), O(ne, {
|
|
1159
1159
|
key: 0,
|
|
1160
1160
|
for: C.$attrs.id || o.value,
|
|
@@ -1163,14 +1163,14 @@ const $a = {
|
|
|
1163
1163
|
}, {
|
|
1164
1164
|
default: D(() => [
|
|
1165
1165
|
L(C.$slots, "label", {}, () => [
|
|
1166
|
-
|
|
1166
|
+
G(T(e.label), 1)
|
|
1167
1167
|
])
|
|
1168
1168
|
]),
|
|
1169
1169
|
_: 3
|
|
1170
|
-
}, 8, ["for", "disabled", "required"])) :
|
|
1171
|
-
], 16,
|
|
1170
|
+
}, 8, ["for", "disabled", "required"])) : w("", !0)
|
|
1171
|
+
], 16, Ea));
|
|
1172
1172
|
}
|
|
1173
|
-
}),
|
|
1173
|
+
}), Oa = { key: 0 }, Pa = { class: "bs-circle-button-icon" }, qa = { key: 1 }, eo = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
1174
1174
|
__name: "BsCircleButton",
|
|
1175
1175
|
props: {
|
|
1176
1176
|
disabled: {
|
|
@@ -1216,11 +1216,11 @@ const $a = {
|
|
|
1216
1216
|
}
|
|
1217
1217
|
},
|
|
1218
1218
|
setup(e) {
|
|
1219
|
-
const a = e, t = se(), { rootTag: n, attrsToBind: l, hrefUrl: i } = we(a, t), { icon: u } =
|
|
1219
|
+
const a = e, t = se(), { rootTag: n, attrsToBind: l, hrefUrl: i } = we(a, t), { icon: u } = ge(a, "icon"), { onLinkClick: o } = ke(a), s = v(() => a.textBtn ? {} : a.href ? { title: a.label } : { "aria-label": a.label }), r = v(() => {
|
|
1220
1220
|
if (a.hoverEffect)
|
|
1221
1221
|
return a.iconPosition;
|
|
1222
|
-
}), c =
|
|
1223
|
-
return (
|
|
1222
|
+
}), c = v(() => a.textBtn && a.iconPosition !== "left"), h = v(() => a.textBtn && a.iconPosition === "left");
|
|
1223
|
+
return (k, g) => (d(), O(Z(f(n)), N({
|
|
1224
1224
|
class: "bs-circle-button",
|
|
1225
1225
|
"data-disabled": e.disabled,
|
|
1226
1226
|
"data-direction": r.value,
|
|
@@ -1230,18 +1230,18 @@ const $a = {
|
|
|
1230
1230
|
".href": f(i)
|
|
1231
1231
|
}, { ...f(l), ...s.value }, { onClick: f(o) }), {
|
|
1232
1232
|
default: D(() => [
|
|
1233
|
-
c.value ? (d(),
|
|
1234
|
-
|
|
1235
|
-
L(
|
|
1236
|
-
(d(), O(
|
|
1233
|
+
c.value ? (d(), p("span", Oa, T(e.label), 1)) : w("", !0),
|
|
1234
|
+
b("span", Pa, [
|
|
1235
|
+
L(k.$slots, "icon", {}, () => [
|
|
1236
|
+
(d(), O(Z(f(u)), { size: e.size }, null, 8, ["size"]))
|
|
1237
1237
|
])
|
|
1238
1238
|
]),
|
|
1239
|
-
|
|
1239
|
+
h.value ? (d(), p("span", qa, T(e.label), 1)) : w("", !0)
|
|
1240
1240
|
]),
|
|
1241
1241
|
_: 3
|
|
1242
1242
|
}, 48, ["data-disabled", "data-direction", "data-ghost", "data-size", "data-text", ".href", "onClick"]));
|
|
1243
1243
|
}
|
|
1244
|
-
}),
|
|
1244
|
+
}), Ma = {
|
|
1245
1245
|
__name: "BsDropdownContainer",
|
|
1246
1246
|
props: {
|
|
1247
1247
|
breakout: {
|
|
@@ -1262,16 +1262,16 @@ const $a = {
|
|
|
1262
1262
|
}
|
|
1263
1263
|
},
|
|
1264
1264
|
setup(e, { expose: a }) {
|
|
1265
|
-
const t =
|
|
1266
|
-
return a({ internalContainerRef: t }), (n, l) => (d(),
|
|
1267
|
-
e.breakout && e.breakoutMounted ? (d(), O(
|
|
1265
|
+
const t = B(null);
|
|
1266
|
+
return a({ internalContainerRef: t }), (n, l) => (d(), p(U, null, [
|
|
1267
|
+
e.breakout && e.breakoutMounted ? (d(), O(vt, {
|
|
1268
1268
|
key: 0,
|
|
1269
1269
|
to: e.breakoutStub
|
|
1270
1270
|
}, [
|
|
1271
1271
|
L(n.$slots, "default")
|
|
1272
|
-
], 8, ["to"])) :
|
|
1273
|
-
e.breakout ?
|
|
1274
|
-
e.containerId ? L(n.$slots, "default", { key: 0 }) : (d(),
|
|
1272
|
+
], 8, ["to"])) : w("", !0),
|
|
1273
|
+
e.breakout ? w("", !0) : (d(), p(U, { key: 1 }, [
|
|
1274
|
+
e.containerId ? L(n.$slots, "default", { key: 0 }) : (d(), p("div", {
|
|
1275
1275
|
key: 1,
|
|
1276
1276
|
ref_key: "internalContainerRef",
|
|
1277
1277
|
ref: t,
|
|
@@ -1327,28 +1327,28 @@ const $a = {
|
|
|
1327
1327
|
setup(e, { emit: a }) {
|
|
1328
1328
|
const t = e, n = a, l = [], i = t.preloaded && t.shown;
|
|
1329
1329
|
function u(r, c) {
|
|
1330
|
-
const { duration:
|
|
1330
|
+
const { duration: h, enterClass: k, enterAttribute: g } = t;
|
|
1331
1331
|
l.push(setTimeout(() => {
|
|
1332
|
-
|
|
1332
|
+
k && r.classList.add(k), g && r.setAttribute(g, ""), l.push(setTimeout(() => {
|
|
1333
1333
|
c();
|
|
1334
|
-
},
|
|
1334
|
+
}, h)), n("enter", r);
|
|
1335
1335
|
}));
|
|
1336
1336
|
}
|
|
1337
1337
|
function o(r, c) {
|
|
1338
1338
|
const {
|
|
1339
|
-
duration:
|
|
1340
|
-
enterClass:
|
|
1341
|
-
enterAttribute:
|
|
1339
|
+
duration: h,
|
|
1340
|
+
enterClass: k,
|
|
1341
|
+
enterAttribute: g,
|
|
1342
1342
|
leaveClass: x,
|
|
1343
|
-
leaveAttribute:
|
|
1343
|
+
leaveAttribute: $
|
|
1344
1344
|
} = t;
|
|
1345
|
-
r.classList.remove(
|
|
1345
|
+
r.classList.remove(k), r.removeAttribute(g), x && r.classList.add(x), $ && r.setAttribute($, ""), l.push(setTimeout(() => {
|
|
1346
1346
|
c();
|
|
1347
|
-
},
|
|
1347
|
+
}, h)), n("leave", r);
|
|
1348
1348
|
}
|
|
1349
1349
|
function s(r) {
|
|
1350
|
-
const { leaveClass: c, leaveAttribute:
|
|
1351
|
-
r.classList.remove(c), r.removeAttribute(
|
|
1350
|
+
const { leaveClass: c, leaveAttribute: h } = t;
|
|
1351
|
+
r.classList.remove(c), r.removeAttribute(h), n("after-leave", r);
|
|
1352
1352
|
}
|
|
1353
1353
|
return re(() => {
|
|
1354
1354
|
l.forEach((r) => {
|
|
@@ -1358,53 +1358,53 @@ const $a = {
|
|
|
1358
1358
|
key: 0,
|
|
1359
1359
|
appear: f(i),
|
|
1360
1360
|
css: !1,
|
|
1361
|
-
onBeforeEnter: c[0] || (c[0] = (
|
|
1361
|
+
onBeforeEnter: c[0] || (c[0] = (h) => n("before-enter", h)),
|
|
1362
1362
|
onEnter: u,
|
|
1363
|
-
onAfterEnter: c[1] || (c[1] = (
|
|
1364
|
-
onEnterCancelled: c[2] || (c[2] = (
|
|
1365
|
-
onBeforeLeave: c[3] || (c[3] = (
|
|
1363
|
+
onAfterEnter: c[1] || (c[1] = (h) => n("after-enter", h)),
|
|
1364
|
+
onEnterCancelled: c[2] || (c[2] = (h) => n("enter-cancelled", h)),
|
|
1365
|
+
onBeforeLeave: c[3] || (c[3] = (h) => n("before-leave", h)),
|
|
1366
1366
|
onLeave: o,
|
|
1367
1367
|
onAfterLeave: s,
|
|
1368
|
-
onLeaveCancelled: c[4] || (c[4] = (
|
|
1368
|
+
onLeaveCancelled: c[4] || (c[4] = (h) => n("leave-cancelled", h))
|
|
1369
1369
|
}, {
|
|
1370
1370
|
default: D(() => [
|
|
1371
1371
|
L(r.$slots, "default")
|
|
1372
1372
|
]),
|
|
1373
1373
|
_: 3
|
|
1374
1374
|
}, 8, ["appear"])), [
|
|
1375
|
-
[
|
|
1375
|
+
[Se, e.shown]
|
|
1376
1376
|
]) : (d(), O(Ke, {
|
|
1377
1377
|
key: 1,
|
|
1378
1378
|
appear: !0,
|
|
1379
1379
|
css: !1,
|
|
1380
|
-
onBeforeEnter: c[5] || (c[5] = (
|
|
1380
|
+
onBeforeEnter: c[5] || (c[5] = (h) => n("before-enter", h)),
|
|
1381
1381
|
onEnter: u,
|
|
1382
|
-
onAfterEnter: c[6] || (c[6] = (
|
|
1383
|
-
onEnterCancelled: c[7] || (c[7] = (
|
|
1384
|
-
onBeforeLeave: c[8] || (c[8] = (
|
|
1382
|
+
onAfterEnter: c[6] || (c[6] = (h) => n("after-enter", h)),
|
|
1383
|
+
onEnterCancelled: c[7] || (c[7] = (h) => n("enter-cancelled", h)),
|
|
1384
|
+
onBeforeLeave: c[8] || (c[8] = (h) => n("before-leave", h)),
|
|
1385
1385
|
onLeave: o,
|
|
1386
1386
|
onAfterLeave: s,
|
|
1387
|
-
onLeaveCancelled: c[9] || (c[9] = (
|
|
1387
|
+
onLeaveCancelled: c[9] || (c[9] = (h) => n("leave-cancelled", h))
|
|
1388
1388
|
}, {
|
|
1389
1389
|
default: D(() => [
|
|
1390
|
-
e.shown ? L(r.$slots, "default", { key: 0 }) :
|
|
1390
|
+
e.shown ? L(r.$slots, "default", { key: 0 }) : w("", !0)
|
|
1391
1391
|
]),
|
|
1392
1392
|
_: 3
|
|
1393
1393
|
}));
|
|
1394
1394
|
}
|
|
1395
|
-
},
|
|
1396
|
-
const n =
|
|
1395
|
+
}, za = (e, a = void 0, t = "relative") => {
|
|
1396
|
+
const n = B(null), l = B(null), i = B(!1);
|
|
1397
1397
|
let u = !1;
|
|
1398
1398
|
return Y(() => {
|
|
1399
|
-
e && (n.value = a ||
|
|
1399
|
+
e && (n.value = a || ot(), document.getElementById(n.value) ? (l.value = document.getElementById(n.value), u = !0) : (l.value = document.createElement("div"), l.value.id = n.value, l.value.style.position = t, document.body.insertAdjacentElement("afterbegin", l.value)), i.value = !0);
|
|
1400
1400
|
}), re(() => {
|
|
1401
1401
|
var o;
|
|
1402
1402
|
e && !u && ((o = document.getElementById(n.value)) == null || o.remove());
|
|
1403
1403
|
}), { breakoutId: n, breakoutStub: l, breakoutMounted: i };
|
|
1404
|
-
},
|
|
1404
|
+
}, Na = {
|
|
1405
1405
|
key: 0,
|
|
1406
1406
|
class: "bs-dropdown-backdrop"
|
|
1407
|
-
},
|
|
1407
|
+
}, Ra = ["data-width", "data-no-mobile"], ja = { key: 0 }, Fa = { key: 0 }, Ua = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
1408
1408
|
__name: "BsDropdownNew",
|
|
1409
1409
|
props: {
|
|
1410
1410
|
anchorId: {
|
|
@@ -1457,52 +1457,52 @@ const $a = {
|
|
|
1457
1457
|
"after-leave"
|
|
1458
1458
|
],
|
|
1459
1459
|
setup(e, { emit: a }) {
|
|
1460
|
-
const t = e, n = a, l =
|
|
1461
|
-
|
|
1460
|
+
const t = e, n = a, l = B(null), i = B(null), u = B(!1), o = B(!1), s = v(() => document.getElementById(t.anchorId)), r = v(() => t.breakout ? h.value : t.containerId ? document.getElementById(t.containerId) : l.value.internalContainerRef), c = v(() => t.width === "anchor" ? void 0 : t.width);
|
|
1461
|
+
Ft([i, s], () => {
|
|
1462
1462
|
o.value && n("close");
|
|
1463
1463
|
}), Ie(["Escape"], () => {
|
|
1464
1464
|
o.value && n("close");
|
|
1465
1465
|
});
|
|
1466
|
-
const { breakoutStub:
|
|
1467
|
-
oe("dropdownEnter", u), oe("dropdownAfterEnter", o), oe("dropdownShown",
|
|
1468
|
-
const
|
|
1466
|
+
const { breakoutStub: h, breakoutMounted: k } = za(t.breakout, t.containerId);
|
|
1467
|
+
oe("dropdownEnter", u), oe("dropdownAfterEnter", o), oe("dropdownShown", v(() => t.shown));
|
|
1468
|
+
const g = (I, A) => {
|
|
1469
1469
|
i.value.style.setProperty(I, A);
|
|
1470
1470
|
};
|
|
1471
1471
|
function x() {
|
|
1472
|
-
const I = r.value.getBoundingClientRect(), A = s.value.getBoundingClientRect(),
|
|
1473
|
-
|
|
1472
|
+
const I = r.value.getBoundingClientRect(), A = s.value.getBoundingClientRect(), P = i.value.getBoundingClientRect();
|
|
1473
|
+
$(I, A), C(I, A, P);
|
|
1474
1474
|
}
|
|
1475
|
-
function
|
|
1475
|
+
function $(I, A) {
|
|
1476
1476
|
if (t.position === "top") {
|
|
1477
|
-
const
|
|
1478
|
-
|
|
1477
|
+
const P = I.bottom - A.bottom;
|
|
1478
|
+
g("--dropdown-wscreen-top", "auto"), g("--dropdown-wscreen-bottom", `${P + A.height + 8}px`);
|
|
1479
1479
|
} else {
|
|
1480
|
-
const
|
|
1481
|
-
|
|
1480
|
+
const P = A.top - I.top;
|
|
1481
|
+
g("--dropdown-wscreen-top", `${P + A.height + 8}px`), g("--dropdown-wscreen-bottom", "auto");
|
|
1482
1482
|
}
|
|
1483
1483
|
}
|
|
1484
|
-
function C(I, A,
|
|
1484
|
+
function C(I, A, P) {
|
|
1485
1485
|
if (t.width !== "anchor") {
|
|
1486
1486
|
const F = A.left - I.left;
|
|
1487
1487
|
if (t.position === "center") {
|
|
1488
|
-
const _ = (A.width -
|
|
1489
|
-
|
|
1488
|
+
const _ = (A.width - P.width) / 2;
|
|
1489
|
+
g("--dropdown-wscreen-left", `${F + _}px`), g("--dropdown-wscreen-right", "auto");
|
|
1490
1490
|
} else if (t.position === "right") {
|
|
1491
1491
|
const _ = I.right - A.right;
|
|
1492
|
-
|
|
1492
|
+
g("--dropdown-wscreen-left", "auto"), g("--dropdown-wscreen-right", `${_}px`);
|
|
1493
1493
|
} else
|
|
1494
|
-
|
|
1494
|
+
g("--dropdown-wscreen-left", `${F}px`), g("--dropdown-wscreen-right", "auto");
|
|
1495
1495
|
}
|
|
1496
1496
|
}
|
|
1497
|
-
function
|
|
1497
|
+
function q() {
|
|
1498
1498
|
if (t.width === "anchor") {
|
|
1499
1499
|
const I = s.value.getBoundingClientRect();
|
|
1500
|
-
|
|
1500
|
+
g("--dropdown-wscreen-width", `${I.width}px`);
|
|
1501
1501
|
} else
|
|
1502
|
-
|
|
1502
|
+
g("--dropdown-wscreen-width", "");
|
|
1503
1503
|
}
|
|
1504
|
-
function
|
|
1505
|
-
u.value = !0, x(),
|
|
1504
|
+
function y() {
|
|
1505
|
+
u.value = !0, x(), q(), n("enter");
|
|
1506
1506
|
}
|
|
1507
1507
|
function m() {
|
|
1508
1508
|
o.value = !0, n("after-enter");
|
|
@@ -1510,14 +1510,14 @@ const $a = {
|
|
|
1510
1510
|
function z() {
|
|
1511
1511
|
u.value = !1, o.value = !1, n("after-leave");
|
|
1512
1512
|
}
|
|
1513
|
-
return (I, A) => (d(),
|
|
1514
|
-
e.useMobileStyle && e.shown ? (d(),
|
|
1515
|
-
V(
|
|
1513
|
+
return (I, A) => (d(), p(U, null, [
|
|
1514
|
+
e.useMobileStyle && e.shown ? (d(), p("div", Na)) : w("", !0),
|
|
1515
|
+
V(Ma, {
|
|
1516
1516
|
ref_key: "dropdownContainerRef",
|
|
1517
1517
|
ref: l,
|
|
1518
1518
|
breakout: e.breakout,
|
|
1519
|
-
breakoutMounted: f(
|
|
1520
|
-
breakoutStub: f(
|
|
1519
|
+
breakoutMounted: f(k),
|
|
1520
|
+
breakoutStub: f(h),
|
|
1521
1521
|
containerId: e.containerId
|
|
1522
1522
|
}, {
|
|
1523
1523
|
default: D(() => [
|
|
@@ -1527,32 +1527,32 @@ const $a = {
|
|
|
1527
1527
|
duration: 75,
|
|
1528
1528
|
"enter-attribute": "data-shown",
|
|
1529
1529
|
onAfterEnter: m,
|
|
1530
|
-
onEnter:
|
|
1530
|
+
onEnter: y,
|
|
1531
1531
|
onAfterLeave: z
|
|
1532
1532
|
}, {
|
|
1533
1533
|
default: D(() => [
|
|
1534
|
-
|
|
1534
|
+
b("div", N({
|
|
1535
1535
|
ref_key: "dropdownRef",
|
|
1536
1536
|
ref: i,
|
|
1537
1537
|
class: "bs-dropdown",
|
|
1538
1538
|
"data-width": c.value,
|
|
1539
1539
|
"data-no-mobile": !e.useMobileStyle
|
|
1540
1540
|
}, I.$attrs), [
|
|
1541
|
-
e.helperText ? (d(),
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
e.helperDescription ? (d(),
|
|
1541
|
+
e.helperText ? (d(), p("header", ja, [
|
|
1542
|
+
b("div", null, [
|
|
1543
|
+
b("h3", null, T(e.helperText), 1),
|
|
1544
|
+
e.helperDescription ? (d(), p("p", Fa, T(e.helperDescription), 1)) : w("", !0)
|
|
1545
1545
|
]),
|
|
1546
|
-
|
|
1546
|
+
b("button", {
|
|
1547
1547
|
type: "button",
|
|
1548
1548
|
title: "close",
|
|
1549
1549
|
onClick: A[0] || (A[0] = () => n("close"))
|
|
1550
1550
|
}, [
|
|
1551
|
-
V(f(
|
|
1551
|
+
V(f($e))
|
|
1552
1552
|
])
|
|
1553
|
-
])) :
|
|
1553
|
+
])) : w("", !0),
|
|
1554
1554
|
L(I.$slots, "default")
|
|
1555
|
-
], 16,
|
|
1555
|
+
], 16, Ra)
|
|
1556
1556
|
]),
|
|
1557
1557
|
_: 3
|
|
1558
1558
|
}, 8, ["shown", "preloaded"])
|
|
@@ -1561,7 +1561,7 @@ const $a = {
|
|
|
1561
1561
|
}, 8, ["breakout", "breakoutMounted", "breakoutStub", "containerId"])
|
|
1562
1562
|
], 64));
|
|
1563
1563
|
}
|
|
1564
|
-
}),
|
|
1564
|
+
}), dt = {
|
|
1565
1565
|
__name: "BsDropdown",
|
|
1566
1566
|
props: {
|
|
1567
1567
|
anchorId: {
|
|
@@ -1651,8 +1651,8 @@ const $a = {
|
|
|
1651
1651
|
"after-leave"
|
|
1652
1652
|
],
|
|
1653
1653
|
setup(e, { emit: a }) {
|
|
1654
|
-
const t = e, n = a, { transition: l } = fe(t), i =
|
|
1655
|
-
return (s, r) => (d(), O(
|
|
1654
|
+
const t = e, n = a, { transition: l } = fe(t), i = v(() => t.width === "toggle" ? "anchor" : t.width), u = v(() => t.top ? "top" : t.center ? "center" : t.right ? "right" : t.position), o = v(() => t.toggleId ? t.toggleId : t.anchorId);
|
|
1655
|
+
return (s, r) => (d(), O(Ua, {
|
|
1656
1656
|
"anchor-id": o.value,
|
|
1657
1657
|
breakout: e.breakout,
|
|
1658
1658
|
"container-id": e.containerId,
|
|
@@ -1674,7 +1674,7 @@ const $a = {
|
|
|
1674
1674
|
_: 3
|
|
1675
1675
|
}, 8, ["anchor-id", "breakout", "container-id", "helper-description", "helper-text", "position", "preloaded", "shown", "use-mobile-style", "width"]));
|
|
1676
1676
|
}
|
|
1677
|
-
},
|
|
1677
|
+
}, Wa = ["aria-activedescendant", "aria-label", "data-overflow", "id"], Fe = {
|
|
1678
1678
|
__name: "BsDropdownOptionList",
|
|
1679
1679
|
props: {
|
|
1680
1680
|
optionsId: {
|
|
@@ -1710,12 +1710,12 @@ const $a = {
|
|
|
1710
1710
|
},
|
|
1711
1711
|
emits: ["optselected", "update:modelValue", "close"],
|
|
1712
1712
|
setup(e, { expose: a, emit: t }) {
|
|
1713
|
-
const n = e, l = t, i =
|
|
1714
|
-
let
|
|
1715
|
-
oe("handleSelect", z), oe("optionsId",
|
|
1716
|
-
|
|
1713
|
+
const n = e, l = t, i = B(null), u = B(null), o = B(-1), s = B(null), r = B(!1), c = ie("dropdownEnter", !1), h = ie("dropdownAfterEnter", !1), k = ie("dropdownShown", !1);
|
|
1714
|
+
let g = -1;
|
|
1715
|
+
oe("handleSelect", z), oe("optionsId", v(() => n.optionsId)), Y(() => {
|
|
1716
|
+
$(), C(), document.addEventListener("keydown", y);
|
|
1717
1717
|
}), re(() => {
|
|
1718
|
-
document.removeEventListener("keydown",
|
|
1718
|
+
document.removeEventListener("keydown", y);
|
|
1719
1719
|
}), R(
|
|
1720
1720
|
[c, () => {
|
|
1721
1721
|
var I;
|
|
@@ -1724,44 +1724,44 @@ const $a = {
|
|
|
1724
1724
|
([I, A]) => {
|
|
1725
1725
|
(I || A > 0) && (r.value = i.value.scrollHeight > i.value.clientHeight);
|
|
1726
1726
|
}
|
|
1727
|
-
), R(
|
|
1728
|
-
var A,
|
|
1729
|
-
I &&
|
|
1730
|
-
}), R(
|
|
1731
|
-
const x =
|
|
1732
|
-
function
|
|
1727
|
+
), R(h, (I) => {
|
|
1728
|
+
var A, P;
|
|
1729
|
+
I && g > -1 && (n.focusOnShow ? (A = s.value[g]) == null || A.focus() : (P = s.value[g]) == null || P.scrollIntoView({ block: "nearest" }));
|
|
1730
|
+
}), R(k, C);
|
|
1731
|
+
const x = v(() => n.modelValue || n.selectedValue);
|
|
1732
|
+
function $() {
|
|
1733
1733
|
s.value = Array.from(
|
|
1734
1734
|
i.value.querySelectorAll('[data-component="bs-dropdown-option"]')
|
|
1735
1735
|
);
|
|
1736
1736
|
}
|
|
1737
1737
|
function C() {
|
|
1738
1738
|
var I, A;
|
|
1739
|
-
|
|
1740
|
-
(
|
|
1741
|
-
), s.value.forEach((
|
|
1739
|
+
k.value && !n.multiselect ? (g = s.value.findIndex(
|
|
1740
|
+
(P) => P.getAttribute("data-value") === String(x.value)
|
|
1741
|
+
), s.value.forEach((P) => {
|
|
1742
1742
|
var F;
|
|
1743
|
-
return (F =
|
|
1744
|
-
}),
|
|
1743
|
+
return (F = P == null ? void 0 : P.setAttribute) == null ? void 0 : F.call(P, "aria-selected", "false");
|
|
1744
|
+
}), g > -1 && ((I = s.value[g]) == null || I.setAttribute("data-selected", ""), (A = s.value[g]) == null || A.setAttribute("aria-selected", "true"), o.value = g)) : (s.value.forEach((P) => {
|
|
1745
1745
|
var F;
|
|
1746
|
-
return (F =
|
|
1747
|
-
}), s.value.forEach((
|
|
1746
|
+
return (F = P == null ? void 0 : P.removeAttribute) == null ? void 0 : F.call(P, "data-selected");
|
|
1747
|
+
}), s.value.forEach((P) => {
|
|
1748
1748
|
var F;
|
|
1749
|
-
return (F =
|
|
1749
|
+
return (F = P == null ? void 0 : P.removeAttribute) == null ? void 0 : F.call(P, "aria-selected");
|
|
1750
1750
|
}));
|
|
1751
1751
|
}
|
|
1752
|
-
|
|
1752
|
+
Ut(
|
|
1753
1753
|
i,
|
|
1754
1754
|
() => {
|
|
1755
|
-
|
|
1755
|
+
$();
|
|
1756
1756
|
},
|
|
1757
1757
|
{ childList: !0 }
|
|
1758
1758
|
);
|
|
1759
|
-
function
|
|
1759
|
+
function q() {
|
|
1760
1760
|
var I;
|
|
1761
1761
|
o.value > -1 && ((I = s.value[o.value]) == null || I.blur());
|
|
1762
1762
|
}
|
|
1763
|
-
function
|
|
1764
|
-
if (
|
|
1763
|
+
function y(I) {
|
|
1764
|
+
if (k.value)
|
|
1765
1765
|
switch (I.key) {
|
|
1766
1766
|
case "ArrowDown":
|
|
1767
1767
|
m("down"), I.preventDefault();
|
|
@@ -1776,7 +1776,7 @@ const $a = {
|
|
|
1776
1776
|
m("end"), I.preventDefault();
|
|
1777
1777
|
break;
|
|
1778
1778
|
case "Tab":
|
|
1779
|
-
o.value =
|
|
1779
|
+
o.value = g, n.preventTab && I.preventDefault();
|
|
1780
1780
|
break;
|
|
1781
1781
|
}
|
|
1782
1782
|
}
|
|
@@ -1796,17 +1796,17 @@ const $a = {
|
|
|
1796
1796
|
A = s.value.length - 1;
|
|
1797
1797
|
break;
|
|
1798
1798
|
}
|
|
1799
|
-
|
|
1799
|
+
q(), s.value[A].focus(), u.value = s.value[A].id, o.value = A;
|
|
1800
1800
|
}
|
|
1801
1801
|
function z(I, A) {
|
|
1802
|
-
u.value = I,
|
|
1802
|
+
u.value = I, q(), l("optselected", A), l("update:modelValue", A), l("close");
|
|
1803
1803
|
}
|
|
1804
1804
|
return a({
|
|
1805
1805
|
activeDescendantId: u,
|
|
1806
1806
|
focusedIndex: o,
|
|
1807
1807
|
optionEls: s,
|
|
1808
|
-
refreshOptions:
|
|
1809
|
-
}), (I, A) => (d(),
|
|
1808
|
+
refreshOptions: $
|
|
1809
|
+
}), (I, A) => (d(), p("ul", {
|
|
1810
1810
|
ref_key: "optionsRef",
|
|
1811
1811
|
ref: i,
|
|
1812
1812
|
"aria-activedescendant": u.value || void 0,
|
|
@@ -1817,12 +1817,12 @@ const $a = {
|
|
|
1817
1817
|
role: "listbox"
|
|
1818
1818
|
}, [
|
|
1819
1819
|
L(I.$slots, "default")
|
|
1820
|
-
], 8,
|
|
1820
|
+
], 8, Wa));
|
|
1821
1821
|
}
|
|
1822
|
-
},
|
|
1822
|
+
}, Ga = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1823
1823
|
__proto__: null,
|
|
1824
1824
|
default: Fe
|
|
1825
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
1825
|
+
}, Symbol.toStringTag, { value: "Module" })), Ha = ["data-value", "data-variant", "id"], Ue = {
|
|
1826
1826
|
__name: "BsDropdownOption",
|
|
1827
1827
|
props: {
|
|
1828
1828
|
value: {
|
|
@@ -1835,8 +1835,8 @@ const $a = {
|
|
|
1835
1835
|
}
|
|
1836
1836
|
},
|
|
1837
1837
|
setup(e) {
|
|
1838
|
-
const a = e, t =
|
|
1839
|
-
}), i =
|
|
1838
|
+
const a = e, t = B(null), n = ie("optionsId", ""), l = ie("handleSelect", () => {
|
|
1839
|
+
}), i = v(() => `${n.value}-option-${a.value}`);
|
|
1840
1840
|
Ie([" ", "Enter", "NumpadEnter"], (o) => {
|
|
1841
1841
|
u(), o.preventDefault();
|
|
1842
1842
|
}, t);
|
|
@@ -1844,7 +1844,7 @@ const $a = {
|
|
|
1844
1844
|
var s, r;
|
|
1845
1845
|
l(i.value, a.value), (s = t.value.querySelector("a")) == null || s.click(), (r = o == null ? void 0 : o.stopPropagation) == null || r.call(o);
|
|
1846
1846
|
}
|
|
1847
|
-
return (o, s) => (d(),
|
|
1847
|
+
return (o, s) => (d(), p("li", {
|
|
1848
1848
|
ref_key: "optionRef",
|
|
1849
1849
|
ref: t,
|
|
1850
1850
|
"data-component": "bs-dropdown-option",
|
|
@@ -1856,9 +1856,9 @@ const $a = {
|
|
|
1856
1856
|
onClick: u
|
|
1857
1857
|
}, [
|
|
1858
1858
|
L(o.$slots, "default")
|
|
1859
|
-
], 8,
|
|
1859
|
+
], 8, Ha));
|
|
1860
1860
|
}
|
|
1861
|
-
},
|
|
1861
|
+
}, Ka = ["data-img-size", "data-initials", "data-no-img"], Ya = ["src", "alt"], ut = {
|
|
1862
1862
|
__name: "BsProfileImg",
|
|
1863
1863
|
props: {
|
|
1864
1864
|
src: String,
|
|
@@ -1877,22 +1877,22 @@ const $a = {
|
|
|
1877
1877
|
}
|
|
1878
1878
|
},
|
|
1879
1879
|
setup(e) {
|
|
1880
|
-
const a = e, t =
|
|
1881
|
-
return Y(() => t.value = !0), (l, i) => (d(),
|
|
1880
|
+
const a = e, t = B(!1), n = B(!!a.src);
|
|
1881
|
+
return Y(() => t.value = !0), (l, i) => (d(), p("div", {
|
|
1882
1882
|
class: "bs-profile-img",
|
|
1883
1883
|
"data-img-size": e.size,
|
|
1884
1884
|
"data-initials": e.initials,
|
|
1885
1885
|
"data-no-img": !n.value
|
|
1886
1886
|
}, [
|
|
1887
|
-
n.value && t.value ? (d(),
|
|
1887
|
+
n.value && t.value ? (d(), p("img", {
|
|
1888
1888
|
key: 0,
|
|
1889
1889
|
src: e.src,
|
|
1890
1890
|
alt: e.useAltText ? e.profileName : "",
|
|
1891
1891
|
onError: i[0] || (i[0] = (u) => n.value = !1)
|
|
1892
|
-
}, null, 40,
|
|
1893
|
-
], 8,
|
|
1892
|
+
}, null, 40, Ya)) : w("", !0)
|
|
1893
|
+
], 8, Ka));
|
|
1894
1894
|
}
|
|
1895
|
-
},
|
|
1895
|
+
}, Xa = ["id", "data-checked"], Qa = { key: 1 }, Ja = ["innerHTML"], Za = { key: 4 }, _a = { key: 5 }, en = {
|
|
1896
1896
|
key: 0,
|
|
1897
1897
|
role: "option",
|
|
1898
1898
|
"data-no-hover": ""
|
|
@@ -1929,7 +1929,7 @@ const $a = {
|
|
|
1929
1929
|
},
|
|
1930
1930
|
setup(e) {
|
|
1931
1931
|
const a = e, t = {};
|
|
1932
|
-
|
|
1932
|
+
nt(() => {
|
|
1933
1933
|
n();
|
|
1934
1934
|
}), R(() => a.options, () => {
|
|
1935
1935
|
n();
|
|
@@ -1953,50 +1953,50 @@ const $a = {
|
|
|
1953
1953
|
function u(o, s) {
|
|
1954
1954
|
return !!o && o !== s;
|
|
1955
1955
|
}
|
|
1956
|
-
return (o, s) => (d(),
|
|
1957
|
-
(d(!0),
|
|
1956
|
+
return (o, s) => (d(), p(U, null, [
|
|
1957
|
+
(d(!0), p(U, null, J(e.options, (r) => (d(), O(Ue, {
|
|
1958
1958
|
"aria-checked": r.checkbox ? r.checkbox.checked : void 0,
|
|
1959
1959
|
key: r.value,
|
|
1960
1960
|
value: r.value,
|
|
1961
1961
|
variant: l(r)
|
|
1962
1962
|
}, {
|
|
1963
1963
|
default: D(() => [
|
|
1964
|
-
r.checkbox ? (d(),
|
|
1964
|
+
r.checkbox ? (d(), p("span", {
|
|
1965
1965
|
key: 0,
|
|
1966
1966
|
id: r.checkbox.inputId,
|
|
1967
1967
|
"aria-hidden": "true",
|
|
1968
1968
|
class: "bs-checkbox",
|
|
1969
1969
|
"data-checked": r.checkbox.checked
|
|
1970
|
-
}, null, 8,
|
|
1971
|
-
r.icon ? (d(),
|
|
1972
|
-
(d(), O(
|
|
1973
|
-
])) :
|
|
1974
|
-
r.profileImg ? (d(), O(
|
|
1970
|
+
}, null, 8, Xa)) : w("", !0),
|
|
1971
|
+
r.icon ? (d(), p("span", Qa, [
|
|
1972
|
+
(d(), O(Z(t[r.icon])))
|
|
1973
|
+
])) : w("", !0),
|
|
1974
|
+
r.profileImg ? (d(), O(ut, {
|
|
1975
1975
|
key: 2,
|
|
1976
1976
|
src: r.profileImg.src,
|
|
1977
1977
|
size: "xs",
|
|
1978
1978
|
initials: r.profileImg.initials,
|
|
1979
1979
|
"profile-name": r.profileImg.profileName,
|
|
1980
1980
|
"use-alt-text": u(r.profileImg.profileName, r.label)
|
|
1981
|
-
}, null, 8, ["src", "initials", "profile-name", "use-alt-text"])) :
|
|
1982
|
-
r.labelHtml ? (d(),
|
|
1981
|
+
}, null, 8, ["src", "initials", "profile-name", "use-alt-text"])) : w("", !0),
|
|
1982
|
+
r.labelHtml ? (d(), p("span", {
|
|
1983
1983
|
key: 3,
|
|
1984
1984
|
innerHTML: r.labelHtml
|
|
1985
|
-
}, null, 8,
|
|
1986
|
-
r.description ? (d(),
|
|
1985
|
+
}, null, 8, Ja)) : (d(), p("span", Za, T(r.label), 1)),
|
|
1986
|
+
r.description ? (d(), p("span", _a, T(r.description), 1)) : w("", !0)
|
|
1987
1987
|
]),
|
|
1988
1988
|
_: 2
|
|
1989
1989
|
}, 1032, ["aria-checked", "value", "variant"]))), 128)),
|
|
1990
|
-
e.showNoOptions && e.options.length === 0 ? (d(),
|
|
1990
|
+
e.showNoOptions && e.options.length === 0 ? (d(), p("li", en, [
|
|
1991
1991
|
L(o.$slots, "no-options", {}, () => [
|
|
1992
|
-
|
|
1992
|
+
G("No options")
|
|
1993
1993
|
])
|
|
1994
|
-
])) :
|
|
1994
|
+
])) : w("", !0)
|
|
1995
1995
|
], 64));
|
|
1996
1996
|
}
|
|
1997
|
-
},
|
|
1998
|
-
|
|
1999
|
-
],
|
|
1997
|
+
}, tn = { role: "separator" }, an = /* @__PURE__ */ b("hr", null, null, -1), nn = [
|
|
1998
|
+
an
|
|
1999
|
+
], ln = {
|
|
2000
2000
|
__name: "BsDropdownMultiselect",
|
|
2001
2001
|
props: {
|
|
2002
2002
|
label: {
|
|
@@ -2022,51 +2022,51 @@ const $a = {
|
|
|
2022
2022
|
},
|
|
2023
2023
|
emits: ["update:selectedOptions"],
|
|
2024
2024
|
setup(e, { emit: a }) {
|
|
2025
|
-
const t = e, n = a, l =
|
|
2025
|
+
const t = e, n = a, l = B(null), i = B([]), u = B([]);
|
|
2026
2026
|
let o = !1;
|
|
2027
2027
|
R(
|
|
2028
2028
|
() => t.selectedOptions,
|
|
2029
2029
|
c,
|
|
2030
2030
|
{ immediate: !0 }
|
|
2031
|
-
), R(() => t.shown, (
|
|
2032
|
-
|
|
2031
|
+
), R(() => t.shown, (g) => {
|
|
2032
|
+
g && ce(s);
|
|
2033
2033
|
});
|
|
2034
2034
|
function s() {
|
|
2035
|
-
var x,
|
|
2035
|
+
var x, $;
|
|
2036
2036
|
l.value && (l.value.refreshOptions(), l.value.activeDescendantId = (x = l.value.optionEls[0]) == null ? void 0 : x.id, l.value.focusedIndex = 0);
|
|
2037
|
-
const
|
|
2038
|
-
(
|
|
2037
|
+
const g = document.querySelector(`#${t.optionsId} [data-component="bs-dropdown-option"]`);
|
|
2038
|
+
($ = g == null ? void 0 : g.focus) == null || $.call(g, { preventScroll: !0 });
|
|
2039
2039
|
}
|
|
2040
2040
|
function r() {
|
|
2041
|
-
var
|
|
2041
|
+
var g;
|
|
2042
2042
|
if (l.value) {
|
|
2043
2043
|
l.value.refreshOptions();
|
|
2044
|
-
const x = l.value.focusedIndex,
|
|
2045
|
-
(
|
|
2044
|
+
const x = l.value.focusedIndex, $ = l.value.optionEls[x];
|
|
2045
|
+
(g = $ == null ? void 0 : $.focus) == null || g.call($), l.value.activeDescendantId = $ == null ? void 0 : $.id;
|
|
2046
2046
|
}
|
|
2047
2047
|
}
|
|
2048
|
-
function c(
|
|
2049
|
-
const x = new Set(
|
|
2050
|
-
t.options.forEach((
|
|
2051
|
-
const
|
|
2052
|
-
x.has(
|
|
2053
|
-
}), i.value =
|
|
2048
|
+
function c(g = []) {
|
|
2049
|
+
const x = new Set(g), $ = [], C = [];
|
|
2050
|
+
t.options.forEach((q) => {
|
|
2051
|
+
const y = { ...q }, m = `${t.optionsId}-${q.value}-cb`;
|
|
2052
|
+
x.has(q.value) ? (y.checkbox = { inputId: m, checked: !0 }, $.push(y)) : (y.checkbox = { inputId: m, checked: !1 }, C.push(y));
|
|
2053
|
+
}), i.value = $, ce(() => {
|
|
2054
2054
|
u.value = C, ce(() => {
|
|
2055
2055
|
o && r(), o = !1;
|
|
2056
2056
|
});
|
|
2057
2057
|
});
|
|
2058
2058
|
}
|
|
2059
|
-
function
|
|
2060
|
-
const x = new Set(
|
|
2059
|
+
function h(g = []) {
|
|
2060
|
+
const x = new Set(g), $ = [];
|
|
2061
2061
|
return t.options.forEach((C) => {
|
|
2062
|
-
x.has(C.value) &&
|
|
2063
|
-
}),
|
|
2062
|
+
x.has(C.value) && $.push(C.value);
|
|
2063
|
+
}), $;
|
|
2064
2064
|
}
|
|
2065
|
-
function
|
|
2066
|
-
const x = t.selectedOptions.includes(
|
|
2065
|
+
function k(g) {
|
|
2066
|
+
const x = t.selectedOptions.includes(g) ? t.selectedOptions.filter(($) => $ !== g) : h([...t.selectedOptions, g]);
|
|
2067
2067
|
o = !0, n("update:selectedOptions", x);
|
|
2068
2068
|
}
|
|
2069
|
-
return (
|
|
2069
|
+
return (g, x) => (d(), O(Fe, {
|
|
2070
2070
|
ref_key: "optlist",
|
|
2071
2071
|
ref: l,
|
|
2072
2072
|
"aria-multiselectable": "true",
|
|
@@ -2075,17 +2075,17 @@ const $a = {
|
|
|
2075
2075
|
multiselect: "",
|
|
2076
2076
|
"options-id": e.optionsId,
|
|
2077
2077
|
shown: e.shown,
|
|
2078
|
-
"onUpdate:modelValue":
|
|
2078
|
+
"onUpdate:modelValue": k
|
|
2079
2079
|
}, {
|
|
2080
2080
|
default: D(() => {
|
|
2081
|
-
var
|
|
2081
|
+
var $;
|
|
2082
2082
|
return [
|
|
2083
2083
|
V(ye, {
|
|
2084
2084
|
options: i.value,
|
|
2085
2085
|
"show-no-options": !1
|
|
2086
2086
|
}, null, 8, ["options"]),
|
|
2087
|
-
Be(
|
|
2088
|
-
[
|
|
2087
|
+
Be(b("li", tn, nn, 512), [
|
|
2088
|
+
[Se, ($ = i.value) == null ? void 0 : $.length]
|
|
2089
2089
|
]),
|
|
2090
2090
|
V(ye, {
|
|
2091
2091
|
options: u.value,
|
|
@@ -2096,10 +2096,10 @@ const $a = {
|
|
|
2096
2096
|
_: 1
|
|
2097
2097
|
}, 8, ["label", "options-id", "shown"]));
|
|
2098
2098
|
}
|
|
2099
|
-
},
|
|
2099
|
+
}, on = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2100
2100
|
__proto__: null,
|
|
2101
|
-
default:
|
|
2102
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2101
|
+
default: ln
|
|
2102
|
+
}, Symbol.toStringTag, { value: "Module" })), rn = {
|
|
2103
2103
|
__name: "BsDropdownWithOptionsNew",
|
|
2104
2104
|
props: {
|
|
2105
2105
|
// DROPDOWN PROPS
|
|
@@ -2174,7 +2174,7 @@ const $a = {
|
|
|
2174
2174
|
"after-leave"
|
|
2175
2175
|
],
|
|
2176
2176
|
setup(e, { emit: a }) {
|
|
2177
|
-
const t = a, n =
|
|
2177
|
+
const t = a, n = B(!1);
|
|
2178
2178
|
function l() {
|
|
2179
2179
|
n.value = !0;
|
|
2180
2180
|
}
|
|
@@ -2184,7 +2184,7 @@ const $a = {
|
|
|
2184
2184
|
function u() {
|
|
2185
2185
|
n.value && (n.value = !1, t("close"));
|
|
2186
2186
|
}
|
|
2187
|
-
return (o, s) => (d(), O(f(
|
|
2187
|
+
return (o, s) => (d(), O(f(dt), {
|
|
2188
2188
|
"anchor-id": e.anchorId,
|
|
2189
2189
|
breakout: e.breakout,
|
|
2190
2190
|
"container-id": e.containerId,
|
|
@@ -2337,11 +2337,11 @@ const $a = {
|
|
|
2337
2337
|
"after-leave"
|
|
2338
2338
|
],
|
|
2339
2339
|
setup(e, { emit: a }) {
|
|
2340
|
-
const t = e, n = a, { transition: l } = fe(t), i =
|
|
2340
|
+
const t = e, n = a, { transition: l } = fe(t), i = v(() => t.width === "toggle" ? "anchor" : t.width), u = v(() => t.top ? "top" : t.center ? "center" : t.right ? "right" : t.position), o = v(() => t.toggleId ? t.toggleId : t.anchorId), s = v(() => t.selectedValue || t.modelValue);
|
|
2341
2341
|
function r(c) {
|
|
2342
2342
|
n("optselected", c), n("update:modelValue", c);
|
|
2343
2343
|
}
|
|
2344
|
-
return (c,
|
|
2344
|
+
return (c, h) => (d(), O(rn, {
|
|
2345
2345
|
"anchor-id": o.value,
|
|
2346
2346
|
breakout: e.breakout,
|
|
2347
2347
|
"container-id": e.containerId,
|
|
@@ -2357,9 +2357,9 @@ const $a = {
|
|
|
2357
2357
|
shown: f(l),
|
|
2358
2358
|
"use-mobile-style": e.useMobileStyle,
|
|
2359
2359
|
width: i.value,
|
|
2360
|
-
onClose:
|
|
2361
|
-
onAfterEnter:
|
|
2362
|
-
onAfterLeave:
|
|
2360
|
+
onClose: h[0] || (h[0] = (k) => n("close")),
|
|
2361
|
+
onAfterEnter: h[1] || (h[1] = (k) => n("after-enter")),
|
|
2362
|
+
onAfterLeave: h[2] || (h[2] = (k) => n("after-leave")),
|
|
2363
2363
|
"onUpdate:modelValue": r
|
|
2364
2364
|
}, {
|
|
2365
2365
|
default: D(() => [
|
|
@@ -2368,7 +2368,7 @@ const $a = {
|
|
|
2368
2368
|
_: 3
|
|
2369
2369
|
}, 8, ["anchor-id", "breakout", "container-id", "focus-on-show", "helper-description", "helper-text", "label", "model-value", "options-id", "position", "preloaded", "prevent-tab", "shown", "use-mobile-style", "width"]));
|
|
2370
2370
|
}
|
|
2371
|
-
},
|
|
2371
|
+
}, sn = ["aria-controls", "aria-expanded", "data-open", "data-size", "disabled"], dn = {
|
|
2372
2372
|
__name: "BsFilterButton",
|
|
2373
2373
|
props: {
|
|
2374
2374
|
badgeCount: {
|
|
@@ -2397,8 +2397,8 @@ const $a = {
|
|
|
2397
2397
|
}
|
|
2398
2398
|
},
|
|
2399
2399
|
setup(e) {
|
|
2400
|
-
const a = e, t =
|
|
2401
|
-
return (n, l) => (d(),
|
|
2400
|
+
const a = e, t = v(() => a.badgeCount > 0);
|
|
2401
|
+
return (n, l) => (d(), p("button", {
|
|
2402
2402
|
class: "bs-filter-button",
|
|
2403
2403
|
"aria-controls": e.optionsId,
|
|
2404
2404
|
"aria-expanded": e.open,
|
|
@@ -2408,21 +2408,21 @@ const $a = {
|
|
|
2408
2408
|
disabled: e.disabled,
|
|
2409
2409
|
type: "button"
|
|
2410
2410
|
}, [
|
|
2411
|
-
t.value ? (d(), O(
|
|
2411
|
+
t.value ? (d(), O(Jt, {
|
|
2412
2412
|
key: 0,
|
|
2413
2413
|
color: "blue",
|
|
2414
2414
|
count: e.badgeCount,
|
|
2415
2415
|
label: "active filter",
|
|
2416
2416
|
position: "left",
|
|
2417
2417
|
variant: "notext"
|
|
2418
|
-
}, null, 8, ["count"])) :
|
|
2418
|
+
}, null, 8, ["count"])) : w("", !0),
|
|
2419
2419
|
L(n.$slots, "label", {}, () => [
|
|
2420
|
-
|
|
2420
|
+
G(T(e.label), 1)
|
|
2421
2421
|
]),
|
|
2422
|
-
V(f(
|
|
2423
|
-
], 8,
|
|
2422
|
+
V(f(it))
|
|
2423
|
+
], 8, sn));
|
|
2424
2424
|
}
|
|
2425
|
-
},
|
|
2425
|
+
}, un = ["id"], to = {
|
|
2426
2426
|
__name: "BsDropdownWithToggle",
|
|
2427
2427
|
props: {
|
|
2428
2428
|
breakout: {
|
|
@@ -2485,7 +2485,7 @@ const $a = {
|
|
|
2485
2485
|
},
|
|
2486
2486
|
emits: ["update:selectedOptions", "update:selectedOption", "toggled", "close"],
|
|
2487
2487
|
setup(e, { emit: a }) {
|
|
2488
|
-
const t = e, n = a, l =
|
|
2488
|
+
const t = e, n = a, l = B(!1), i = B(null), u = v(() => Re(async () => await (t.multiselect ? Promise.resolve().then(() => on) : Promise.resolve().then(() => Ga)))), [o, s] = Q(2);
|
|
2489
2489
|
R(l, (x) => {
|
|
2490
2490
|
x && i.value.$el.blur();
|
|
2491
2491
|
});
|
|
@@ -2495,20 +2495,20 @@ const $a = {
|
|
|
2495
2495
|
function c() {
|
|
2496
2496
|
l.value && r();
|
|
2497
2497
|
}
|
|
2498
|
-
function
|
|
2498
|
+
function h() {
|
|
2499
2499
|
l.value = !0;
|
|
2500
2500
|
}
|
|
2501
|
-
function
|
|
2501
|
+
function k(x) {
|
|
2502
2502
|
n("update:selectedOptions", x);
|
|
2503
2503
|
}
|
|
2504
|
-
function
|
|
2504
|
+
function g(x) {
|
|
2505
2505
|
t.multiselect || (n("update:selectedOption", x), r());
|
|
2506
2506
|
}
|
|
2507
|
-
return (x,
|
|
2507
|
+
return (x, $) => (d(), p("div", {
|
|
2508
2508
|
class: "bs-dropdown-with-toggle",
|
|
2509
2509
|
id: x.$attrs.id
|
|
2510
2510
|
}, [
|
|
2511
|
-
V(
|
|
2511
|
+
V(dn, {
|
|
2512
2512
|
ref_key: "toggleRef",
|
|
2513
2513
|
ref: i,
|
|
2514
2514
|
"aria-controls": f(s),
|
|
@@ -2518,16 +2518,16 @@ const $a = {
|
|
|
2518
2518
|
open: e.open,
|
|
2519
2519
|
"options-id": f(s),
|
|
2520
2520
|
size: e.toggleSize,
|
|
2521
|
-
onClick:
|
|
2521
|
+
onClick: $[0] || ($[0] = (C) => x.$emit("toggled"))
|
|
2522
2522
|
}, {
|
|
2523
2523
|
label: D(() => [
|
|
2524
2524
|
L(x.$slots, "toggle-label", {}, () => [
|
|
2525
|
-
|
|
2525
|
+
G(T(e.toggleLabel), 1)
|
|
2526
2526
|
])
|
|
2527
2527
|
]),
|
|
2528
2528
|
_: 3
|
|
2529
2529
|
}, 8, ["aria-controls", "aria-expanded", "disabled", "id", "open", "options-id", "size"]),
|
|
2530
|
-
V(
|
|
2530
|
+
V(dt, {
|
|
2531
2531
|
shown: e.open,
|
|
2532
2532
|
"anchor-id": f(o),
|
|
2533
2533
|
breakout: e.breakout,
|
|
@@ -2538,7 +2538,7 @@ const $a = {
|
|
|
2538
2538
|
"use-mobile-style": e.useMobileStyle,
|
|
2539
2539
|
width: e.dropdownWidth,
|
|
2540
2540
|
onClose: c,
|
|
2541
|
-
onEnter:
|
|
2541
|
+
onEnter: h
|
|
2542
2542
|
}, {
|
|
2543
2543
|
default: D(() => [
|
|
2544
2544
|
V(f(u), {
|
|
@@ -2548,12 +2548,12 @@ const $a = {
|
|
|
2548
2548
|
"options-id": f(s),
|
|
2549
2549
|
"selected-options": e.selectedOptions,
|
|
2550
2550
|
shown: e.open,
|
|
2551
|
-
"onUpdate:modelValue":
|
|
2552
|
-
"onUpdate:selectedOptions":
|
|
2553
|
-
onClose:
|
|
2551
|
+
"onUpdate:modelValue": g,
|
|
2552
|
+
"onUpdate:selectedOptions": k,
|
|
2553
|
+
onClose: $[1] || ($[1] = (C) => e.multiselect ? void 0 : c())
|
|
2554
2554
|
}, {
|
|
2555
2555
|
default: D(() => [
|
|
2556
|
-
e.multiselect ?
|
|
2556
|
+
e.multiselect ? w("", !0) : (d(), O(ye, {
|
|
2557
2557
|
key: 0,
|
|
2558
2558
|
options: e.options
|
|
2559
2559
|
}, null, 8, ["options"]))
|
|
@@ -2563,20 +2563,20 @@ const $a = {
|
|
|
2563
2563
|
]),
|
|
2564
2564
|
_: 1
|
|
2565
2565
|
}, 8, ["shown", "anchor-id", "breakout", "helper-text", "helper-description", "position", "use-mobile-style", "width"])
|
|
2566
|
-
], 8,
|
|
2566
|
+
], 8, un));
|
|
2567
2567
|
}
|
|
2568
|
-
},
|
|
2568
|
+
}, cn = ["view-box"], fn = ["id"], pn = ["offset", "stop-color"], ao = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
2569
2569
|
__name: "BsIconGradientWrapper",
|
|
2570
2570
|
setup(e) {
|
|
2571
|
-
const a =
|
|
2571
|
+
const a = B(null), t = B(null), n = [
|
|
2572
2572
|
{ offset: 0.1326, color: "#EE282A" },
|
|
2573
2573
|
{ offset: 0.5466, color: "#1C0087" },
|
|
2574
2574
|
{ offset: 0.9715, color: "#0086EA" }
|
|
2575
|
-
], [l] =
|
|
2575
|
+
], [l] = Q();
|
|
2576
2576
|
return Y(() => {
|
|
2577
2577
|
t.value = a.value.querySelector("svg").getAttribute("viewBox") || "0 0 0 0";
|
|
2578
|
-
}), (i, u) => (d(),
|
|
2579
|
-
|
|
2578
|
+
}), (i, u) => (d(), p(U, null, [
|
|
2579
|
+
b("span", N({
|
|
2580
2580
|
ref_key: "svgWrapperRef",
|
|
2581
2581
|
ref: a,
|
|
2582
2582
|
class: "bs-icon-gradient-wrapper",
|
|
@@ -2584,13 +2584,13 @@ const $a = {
|
|
|
2584
2584
|
}, i.$attrs), [
|
|
2585
2585
|
L(i.$slots, "default")
|
|
2586
2586
|
], 16),
|
|
2587
|
-
(d(),
|
|
2587
|
+
(d(), p("svg", {
|
|
2588
2588
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2589
2589
|
"view-box": t.value,
|
|
2590
2590
|
width: "0",
|
|
2591
2591
|
height: "0"
|
|
2592
2592
|
}, [
|
|
2593
|
-
|
|
2593
|
+
b("linearGradient", {
|
|
2594
2594
|
id: f(l),
|
|
2595
2595
|
x1: "0",
|
|
2596
2596
|
y1: "0",
|
|
@@ -2598,16 +2598,16 @@ const $a = {
|
|
|
2598
2598
|
y2: "100%",
|
|
2599
2599
|
"gradient-units": "userSpaceOnUse"
|
|
2600
2600
|
}, [
|
|
2601
|
-
(d(),
|
|
2601
|
+
(d(), p(U, null, J(n, (o) => b("stop", {
|
|
2602
2602
|
key: o.offset,
|
|
2603
2603
|
offset: o.offset,
|
|
2604
2604
|
"stop-color": o.color
|
|
2605
|
-
}, null, 8,
|
|
2606
|
-
], 8,
|
|
2607
|
-
], 8,
|
|
2605
|
+
}, null, 8, pn)), 64))
|
|
2606
|
+
], 8, fn)
|
|
2607
|
+
], 8, cn))
|
|
2608
2608
|
], 64));
|
|
2609
2609
|
}
|
|
2610
|
-
}),
|
|
2610
|
+
}), no = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
2611
2611
|
__name: "BsInputField",
|
|
2612
2612
|
props: {
|
|
2613
2613
|
/** Sets the disabled state on input, disabled styles on label. */
|
|
@@ -2654,12 +2654,12 @@ const $a = {
|
|
|
2654
2654
|
},
|
|
2655
2655
|
emits: ["update:modelValue"],
|
|
2656
2656
|
setup(e, { emit: a }) {
|
|
2657
|
-
const t = e, [n, l] =
|
|
2657
|
+
const t = e, [n, l] = Q(2), i = v(() => me.concat(t.passAttrs.split(",")).concat("type")), u = v(() => {
|
|
2658
2658
|
var r, c;
|
|
2659
2659
|
return ((c = (r = t.hints) == null ? void 0 : r.join) == null ? void 0 : c.call(r, `
|
|
2660
2660
|
`)) || t.hints;
|
|
2661
|
-
}), o =
|
|
2662
|
-
return (r, c) => (d(),
|
|
2661
|
+
}), o = v(() => t.error && t.errorMsg || t.hint || u.value || void 0), s = v(() => t.inputId || n.value);
|
|
2662
|
+
return (r, c) => (d(), p("div", N({ "data-component": "bs-input-field" }, f(K)(r.$attrs, i.value).remaining), [
|
|
2663
2663
|
e.label || r.$slots.label ? (d(), O(ne, {
|
|
2664
2664
|
key: 0,
|
|
2665
2665
|
for: r.$attrs.id || s.value,
|
|
@@ -2668,11 +2668,11 @@ const $a = {
|
|
|
2668
2668
|
}, {
|
|
2669
2669
|
default: D(() => [
|
|
2670
2670
|
L(r.$slots, "label", {}, () => [
|
|
2671
|
-
|
|
2671
|
+
G(T(e.label), 1)
|
|
2672
2672
|
])
|
|
2673
2673
|
]),
|
|
2674
2674
|
_: 3
|
|
2675
|
-
}, 8, ["for", "disabled", "required"])) :
|
|
2675
|
+
}, 8, ["for", "disabled", "required"])) : w("", !0),
|
|
2676
2676
|
V(ve, N({
|
|
2677
2677
|
disabled: e.disabled,
|
|
2678
2678
|
error: e.error,
|
|
@@ -2682,7 +2682,7 @@ const $a = {
|
|
|
2682
2682
|
required: e.required,
|
|
2683
2683
|
type: e.type,
|
|
2684
2684
|
value: e.value || e.modelValue,
|
|
2685
|
-
"onUpdate:modelValue": c[0] || (c[0] = (
|
|
2685
|
+
"onUpdate:modelValue": c[0] || (c[0] = (h) => r.$emit("update:modelValue", h))
|
|
2686
2686
|
}, f(K)(r.$attrs, i.value).filtered), null, 16, ["disabled", "error", "hint-id", "id", "placeholder", "required", "type", "value"]),
|
|
2687
2687
|
o.value ? (d(), O(pe, {
|
|
2688
2688
|
key: 1,
|
|
@@ -2690,10 +2690,10 @@ const $a = {
|
|
|
2690
2690
|
"error-msg": e.errorMsg,
|
|
2691
2691
|
hint: e.hint || u.value,
|
|
2692
2692
|
"hint-id": f(l)
|
|
2693
|
-
}, null, 8, ["error", "error-msg", "hint", "hint-id"])) :
|
|
2693
|
+
}, null, 8, ["error", "error-msg", "hint", "hint-id"])) : w("", !0)
|
|
2694
2694
|
], 16));
|
|
2695
2695
|
}
|
|
2696
|
-
}),
|
|
2696
|
+
}), tt = {
|
|
2697
2697
|
A: "🇦",
|
|
2698
2698
|
B: "🇧",
|
|
2699
2699
|
C: "🇨",
|
|
@@ -2720,7 +2720,7 @@ const $a = {
|
|
|
2720
2720
|
X: "🇽",
|
|
2721
2721
|
Y: "🇾",
|
|
2722
2722
|
Z: "🇿"
|
|
2723
|
-
},
|
|
2723
|
+
}, qe = {
|
|
2724
2724
|
data: {
|
|
2725
2725
|
allCountries: null,
|
|
2726
2726
|
byCountryCode: null,
|
|
@@ -2746,8 +2746,8 @@ const $a = {
|
|
|
2746
2746
|
* @returns {Country[]} an array of country objects
|
|
2747
2747
|
*/
|
|
2748
2748
|
initSourceData() {
|
|
2749
|
-
return this.data.allCountries || (this.data.allCountries =
|
|
2750
|
-
const a =
|
|
2749
|
+
return this.data.allCountries || (this.data.allCountries = zt().map((e) => {
|
|
2750
|
+
const a = Nt(e), t = tt[a[0]] + tt[a[1]] || "";
|
|
2751
2751
|
return {
|
|
2752
2752
|
label: `+${e}`,
|
|
2753
2753
|
flag: t,
|
|
@@ -2761,10 +2761,10 @@ const $a = {
|
|
|
2761
2761
|
this.data[e][t[a]] = t;
|
|
2762
2762
|
}));
|
|
2763
2763
|
}
|
|
2764
|
-
},
|
|
2764
|
+
}, vn = ["id", "aria-controls", "aria-expanded", "aria-label", "disabled"], hn = { key: 0 }, bn = {
|
|
2765
2765
|
"aria-hidden": "true",
|
|
2766
2766
|
style: { width: "1.25rem" }
|
|
2767
|
-
},
|
|
2767
|
+
}, gn = { "aria-hidden": "true" }, lo = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
2768
2768
|
__name: "BsInputPhone",
|
|
2769
2769
|
props: {
|
|
2770
2770
|
deferValidation: {
|
|
@@ -2826,69 +2826,69 @@ const $a = {
|
|
|
2826
2826
|
"Escape",
|
|
2827
2827
|
"Home",
|
|
2828
2828
|
"Tab"
|
|
2829
|
-
], u =
|
|
2829
|
+
], u = B(null), o = B(1), s = B([]), r = B(null), [
|
|
2830
2830
|
c,
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
] =
|
|
2831
|
+
h,
|
|
2832
|
+
k,
|
|
2833
|
+
g
|
|
2834
|
+
] = Q(4), x = B(!1), $ = B(""), C = B(""), q = B(!1), y = B(!1), m = B(!0);
|
|
2835
2835
|
a({
|
|
2836
|
-
validationErr:
|
|
2836
|
+
validationErr: q,
|
|
2837
2837
|
validationErrMsg: C
|
|
2838
2838
|
});
|
|
2839
|
-
const z =
|
|
2839
|
+
const z = v(() => $.value ? `+${o.value}${$.value}` : ""), I = v(() => `Country code: ${o.value}. Click to change.`), A = v(() => m.value ? n.errorMsg || C.value : ""), P = v(() => n.error || q.value), F = v(() => n.hint || P.value && A.value), _ = v(() => m.value && P.value);
|
|
2840
2840
|
R(z, (M) => {
|
|
2841
2841
|
l("update:modelValue", M), be(M);
|
|
2842
2842
|
}), R(() => n.modelValue, de), De(), Y(() => x.value = !0);
|
|
2843
|
-
function de(M,
|
|
2844
|
-
M === "" && M !==
|
|
2843
|
+
function de(M, W) {
|
|
2844
|
+
M === "" && M !== W && ($.value = "");
|
|
2845
2845
|
}
|
|
2846
2846
|
function xe() {
|
|
2847
2847
|
var M;
|
|
2848
|
-
|
|
2848
|
+
y.value && (y.value = !1, (M = u.value) == null || M.focus());
|
|
2849
2849
|
}
|
|
2850
2850
|
function Ae(M) {
|
|
2851
|
-
var
|
|
2852
|
-
o.value = M,
|
|
2851
|
+
var W;
|
|
2852
|
+
o.value = M, y.value = !1, (W = u.value) == null || W.focus(), he(M);
|
|
2853
2853
|
}
|
|
2854
2854
|
function Le() {
|
|
2855
2855
|
n.deferValidation && (m.value = !0), l("input-blur");
|
|
2856
2856
|
}
|
|
2857
2857
|
function Ve(M) {
|
|
2858
|
-
|
|
2858
|
+
$.value = M.target.value, n.deferValidation && (m.value = !1);
|
|
2859
2859
|
}
|
|
2860
2860
|
function Ee(M) {
|
|
2861
|
-
var
|
|
2862
|
-
!((
|
|
2861
|
+
var W, H;
|
|
2862
|
+
!((H = (W = M.key) == null ? void 0 : W.match) != null && H.call(W, /[0-9]/)) && !i.includes(M.key) && !M.ctrlKey && !M.metaKey && M.preventDefault();
|
|
2863
2863
|
}
|
|
2864
2864
|
function De() {
|
|
2865
|
-
|
|
2865
|
+
qe.initSourceData(), Oe(), he(o.value), be(z.value);
|
|
2866
2866
|
}
|
|
2867
2867
|
function Oe() {
|
|
2868
|
-
var
|
|
2869
|
-
let M =
|
|
2870
|
-
M.valid || M.countryCode && ((
|
|
2868
|
+
var W, H;
|
|
2869
|
+
let M = Xe(n.modelValue);
|
|
2870
|
+
M.valid || M.countryCode && ((H = (W = n.modelValue) == null ? void 0 : W.startsWith) != null && H.call(W, "+")) ? (o.value = M.countryCode, $.value = M.number.significant) : $.value = n.modelValue, s.value = qe.data.allCountries.map((ue) => ({
|
|
2871
2871
|
...ue,
|
|
2872
2872
|
isSelected: o.value === ue
|
|
2873
2873
|
}));
|
|
2874
2874
|
}
|
|
2875
2875
|
function he(M) {
|
|
2876
|
-
r.value =
|
|
2876
|
+
r.value = qe.getCountryByCountryCode(M);
|
|
2877
2877
|
}
|
|
2878
2878
|
function be(M) {
|
|
2879
|
-
|
|
2879
|
+
q.value = M ? !Xe(M).valid : !1, C.value = q.value ? "Invalid phone number" : "";
|
|
2880
2880
|
}
|
|
2881
|
-
return (M,
|
|
2881
|
+
return (M, W) => (d(), p("div", N({
|
|
2882
2882
|
class: "bs-input-phone",
|
|
2883
2883
|
"data-component": "bs-input-phone"
|
|
2884
|
-
}, f(K)(M.$attrs, f(
|
|
2884
|
+
}, f(K)(M.$attrs, f(me)).remaining), [
|
|
2885
2885
|
V(ne, {
|
|
2886
|
-
for: M.$attrs.id || e.inputId || f(
|
|
2886
|
+
for: M.$attrs.id || e.inputId || f(g),
|
|
2887
2887
|
required: e.required,
|
|
2888
2888
|
class: ae({ "visually-hidden": e.hideLabel })
|
|
2889
2889
|
}, {
|
|
2890
2890
|
default: D(() => [
|
|
2891
|
-
|
|
2891
|
+
G(T(e.label), 1)
|
|
2892
2892
|
]),
|
|
2893
2893
|
_: 1
|
|
2894
2894
|
}, 8, ["for", "required", "class"]),
|
|
@@ -2899,33 +2899,33 @@ const $a = {
|
|
|
2899
2899
|
variant: "inner-bordered"
|
|
2900
2900
|
}, {
|
|
2901
2901
|
default: D(() => {
|
|
2902
|
-
var
|
|
2902
|
+
var H;
|
|
2903
2903
|
return [
|
|
2904
|
-
|
|
2904
|
+
b("button", {
|
|
2905
2905
|
id: f(c),
|
|
2906
2906
|
ref_key: "countryCodesToggle",
|
|
2907
2907
|
ref: u,
|
|
2908
|
-
"aria-controls": f(
|
|
2909
|
-
"aria-expanded":
|
|
2908
|
+
"aria-controls": f(h),
|
|
2909
|
+
"aria-expanded": y.value,
|
|
2910
2910
|
"aria-haspopup": "listbox",
|
|
2911
2911
|
"aria-label": I.value,
|
|
2912
2912
|
disabled: e.disabled,
|
|
2913
2913
|
type: "button",
|
|
2914
|
-
onClick:
|
|
2914
|
+
onClick: W[0] || (W[0] = (ue) => y.value = !y.value)
|
|
2915
2915
|
}, [
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
V(f(
|
|
2919
|
-
], 8,
|
|
2916
|
+
b("span", null, T((H = r.value) == null ? void 0 : H.flag), 1),
|
|
2917
|
+
b("span", null, "+" + T(o.value), 1),
|
|
2918
|
+
V(f(gt), { size: "sm" })
|
|
2919
|
+
], 8, vn),
|
|
2920
2920
|
V(ve, N({
|
|
2921
|
-
"input-id": M.$attrs.id || e.inputId || f(
|
|
2921
|
+
"input-id": M.$attrs.id || e.inputId || f(g),
|
|
2922
2922
|
disabled: e.disabled,
|
|
2923
|
-
"hint-id": f(
|
|
2923
|
+
"hint-id": f(k),
|
|
2924
2924
|
placeholder: e.placeholder,
|
|
2925
|
-
value:
|
|
2925
|
+
value: $.value,
|
|
2926
2926
|
"data-autowidth": "",
|
|
2927
2927
|
type: "tel"
|
|
2928
|
-
}, f(K)(M.$attrs, f(
|
|
2928
|
+
}, f(K)(M.$attrs, f(me)).filtered, {
|
|
2929
2929
|
onInput: Ve,
|
|
2930
2930
|
onFocusout: Le,
|
|
2931
2931
|
onKeydown: Ee
|
|
@@ -2935,46 +2935,46 @@ const $a = {
|
|
|
2935
2935
|
_: 1
|
|
2936
2936
|
}, 8, ["disabled", "error"]),
|
|
2937
2937
|
Be(V(pe, {
|
|
2938
|
-
error:
|
|
2938
|
+
error: P.value,
|
|
2939
2939
|
"error-msg": A.value,
|
|
2940
2940
|
hint: e.hint,
|
|
2941
|
-
"hint-id": f(
|
|
2941
|
+
"hint-id": f(k)
|
|
2942
2942
|
}, null, 8, ["error", "error-msg", "hint", "hint-id"]), [
|
|
2943
|
-
[
|
|
2943
|
+
[Se, F.value]
|
|
2944
2944
|
]),
|
|
2945
|
-
x.value ? (d(),
|
|
2945
|
+
x.value ? (d(), p("div", hn, [
|
|
2946
2946
|
V(We, {
|
|
2947
2947
|
"anchor-id": f(c),
|
|
2948
2948
|
"helper-text": "Country Code",
|
|
2949
2949
|
label: "Country Code",
|
|
2950
2950
|
"model-value": o.value,
|
|
2951
|
-
"options-id": f(
|
|
2951
|
+
"options-id": f(h),
|
|
2952
2952
|
preloaded: "",
|
|
2953
|
-
shown:
|
|
2953
|
+
shown: y.value,
|
|
2954
2954
|
width: "content",
|
|
2955
2955
|
onClose: xe,
|
|
2956
2956
|
"onUpdate:modelValue": Ae
|
|
2957
2957
|
}, {
|
|
2958
2958
|
default: D(() => [
|
|
2959
|
-
x.value ? (d(!0),
|
|
2960
|
-
"aria-label":
|
|
2961
|
-
key:
|
|
2962
|
-
value: `${
|
|
2959
|
+
x.value ? (d(!0), p(U, { key: 0 }, J(s.value, (H) => (d(), O(Ue, {
|
|
2960
|
+
"aria-label": H.value,
|
|
2961
|
+
key: H.value,
|
|
2962
|
+
value: `${H.value}`,
|
|
2963
2963
|
variant: "2-col"
|
|
2964
2964
|
}, {
|
|
2965
2965
|
default: D(() => [
|
|
2966
|
-
|
|
2967
|
-
|
|
2966
|
+
b("span", bn, T(H == null ? void 0 : H.flag), 1),
|
|
2967
|
+
b("span", gn, T(H.label), 1)
|
|
2968
2968
|
]),
|
|
2969
2969
|
_: 2
|
|
2970
|
-
}, 1032, ["aria-label", "value"]))), 128)) :
|
|
2970
|
+
}, 1032, ["aria-label", "value"]))), 128)) : w("", !0)
|
|
2971
2971
|
]),
|
|
2972
2972
|
_: 1
|
|
2973
2973
|
}, 8, ["anchor-id", "model-value", "options-id", "shown"])
|
|
2974
|
-
])) :
|
|
2974
|
+
])) : w("", !0)
|
|
2975
2975
|
], 16));
|
|
2976
2976
|
}
|
|
2977
|
-
}),
|
|
2977
|
+
}), mn = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
2978
2978
|
__name: "BsInputSearch",
|
|
2979
2979
|
props: {
|
|
2980
2980
|
/** Sets the disabled state on input, disabled styles on label. */
|
|
@@ -3019,7 +3019,7 @@ const $a = {
|
|
|
3019
3019
|
},
|
|
3020
3020
|
emits: ["clear", "update:modelValue"],
|
|
3021
3021
|
setup(e, { emit: a }) {
|
|
3022
|
-
const t = e, n =
|
|
3022
|
+
const t = e, n = v(() => me.concat(t.passAttrs.split(","))), l = v(() => !t.disabled && !t.hideClear && t.variant !== "filter");
|
|
3023
3023
|
return (i, u) => (d(), O(Ce, N({
|
|
3024
3024
|
class: "bs-input-search",
|
|
3025
3025
|
"data-component": "bs-input-search",
|
|
@@ -3027,7 +3027,7 @@ const $a = {
|
|
|
3027
3027
|
disabled: e.disabled
|
|
3028
3028
|
}, f(K)(i.$attrs, n.value).remaining), {
|
|
3029
3029
|
default: D(() => [
|
|
3030
|
-
e.hideSearchIcon ?
|
|
3030
|
+
e.hideSearchIcon ? w("", !0) : (d(), O(f(mt), { key: 0 })),
|
|
3031
3031
|
V(ve, N({
|
|
3032
3032
|
"data-autowidth": "",
|
|
3033
3033
|
disabled: e.disabled,
|
|
@@ -3037,26 +3037,26 @@ const $a = {
|
|
|
3037
3037
|
}, f(K)(i.$attrs, n.value).filtered, {
|
|
3038
3038
|
"onUpdate:modelValue": u[0] || (u[0] = (o) => i.$emit("update:modelValue", o))
|
|
3039
3039
|
}), null, 16, ["disabled", "input-id", "placeholder", "value"]),
|
|
3040
|
-
Be(
|
|
3040
|
+
Be(b("button", {
|
|
3041
3041
|
title: "Clear",
|
|
3042
3042
|
type: "button",
|
|
3043
3043
|
onClick: u[1] || (u[1] = (o) => i.$emit("clear"))
|
|
3044
3044
|
}, [
|
|
3045
|
-
V(f(
|
|
3045
|
+
V(f($e), { size: "sm" })
|
|
3046
3046
|
], 512), [
|
|
3047
|
-
[
|
|
3047
|
+
[Se, l.value]
|
|
3048
3048
|
])
|
|
3049
3049
|
]),
|
|
3050
3050
|
_: 1
|
|
3051
3051
|
}, 16, ["data-variant", "disabled"]));
|
|
3052
3052
|
}
|
|
3053
|
-
}),
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
],
|
|
3053
|
+
}), yn = ["data-size", "data-variant"], Bn = /* @__PURE__ */ b("span", null, null, -1), Sn = /* @__PURE__ */ b("span", null, null, -1), $n = /* @__PURE__ */ b("span", null, null, -1), wn = /* @__PURE__ */ b("span", null, null, -1), kn = /* @__PURE__ */ b("span", { class: "visually-hidden" }, "Loading", -1), In = [
|
|
3054
|
+
Bn,
|
|
3055
|
+
Sn,
|
|
3056
|
+
$n,
|
|
3057
|
+
wn,
|
|
3058
|
+
kn
|
|
3059
|
+
], Cn = {
|
|
3060
3060
|
__name: "BsLoader",
|
|
3061
3061
|
props: {
|
|
3062
3062
|
size: {
|
|
@@ -3070,14 +3070,14 @@ const $a = {
|
|
|
3070
3070
|
}
|
|
3071
3071
|
},
|
|
3072
3072
|
setup(e) {
|
|
3073
|
-
return (a, t) => (d(),
|
|
3073
|
+
return (a, t) => (d(), p("span", {
|
|
3074
3074
|
class: "bs-loader",
|
|
3075
3075
|
"data-size": e.size,
|
|
3076
3076
|
"data-variant": e.variant,
|
|
3077
3077
|
role: "status"
|
|
3078
|
-
},
|
|
3078
|
+
}, In, 8, yn));
|
|
3079
3079
|
}
|
|
3080
|
-
},
|
|
3080
|
+
}, Tn = ["id"], oo = {
|
|
3081
3081
|
__name: "BsInputTypeahead",
|
|
3082
3082
|
props: {
|
|
3083
3083
|
characterThreshold: {
|
|
@@ -3141,60 +3141,60 @@ const $a = {
|
|
|
3141
3141
|
},
|
|
3142
3142
|
emits: ["update:inputValue", "update:optionsValue"],
|
|
3143
3143
|
setup(e, { emit: a }) {
|
|
3144
|
-
const t = e, n = a, l =
|
|
3144
|
+
const t = e, n = a, l = B(!1), i = B(!1), [u] = Q();
|
|
3145
3145
|
let o = [];
|
|
3146
3146
|
R(() => t.inputValue, () => {
|
|
3147
|
-
i.value ? i.value = !1 :
|
|
3147
|
+
i.value ? i.value = !1 : $();
|
|
3148
3148
|
});
|
|
3149
|
-
const s =
|
|
3149
|
+
const s = v(() => t.typeaheadId || u.value), r = v(() => `${s.value}-input-container`), c = v(() => `${s.value}-input`), h = v(() => `${s.value}-options`), k = v(() => {
|
|
3150
3150
|
if (l.value) {
|
|
3151
|
-
let
|
|
3151
|
+
let y = t.options;
|
|
3152
3152
|
const m = t.inputValue.toLowerCase(), z = t.filterType === "includes" ? "includes" : "startsWith";
|
|
3153
|
-
return
|
|
3153
|
+
return y = g(y, m, z), y = y.slice(0, t.maxOptions), y = x(y, m, z), o = y, y;
|
|
3154
3154
|
} else
|
|
3155
3155
|
return o;
|
|
3156
3156
|
});
|
|
3157
|
-
function
|
|
3158
|
-
return t.internalFiltering ?
|
|
3157
|
+
function g(y, m, z) {
|
|
3158
|
+
return t.internalFiltering ? y.filter((I) => I.label.toLowerCase()[z](m)) : y;
|
|
3159
3159
|
}
|
|
3160
|
-
function x(
|
|
3161
|
-
return
|
|
3160
|
+
function x(y, m, z) {
|
|
3161
|
+
return y.map((I) => {
|
|
3162
3162
|
let A = I.label;
|
|
3163
3163
|
if (m !== "") {
|
|
3164
|
-
const
|
|
3164
|
+
const P = z === "includes" ? "gi" : "i", F = new RegExp(`(${m})`, P);
|
|
3165
3165
|
A = I.label.replace(F, '<span style="color: var(--bs-blue-base)">$1</span>');
|
|
3166
3166
|
}
|
|
3167
3167
|
return { ...I, labelHtml: A };
|
|
3168
3168
|
});
|
|
3169
3169
|
}
|
|
3170
|
-
function
|
|
3170
|
+
function $() {
|
|
3171
3171
|
t.inputValue.length >= t.characterThreshold ? l.value = !0 : l.value = !1;
|
|
3172
3172
|
}
|
|
3173
3173
|
function C() {
|
|
3174
3174
|
n("update:inputValue", ""), n("update:optionsValue", ""), document.getElementById(c.value).focus();
|
|
3175
3175
|
}
|
|
3176
|
-
function
|
|
3176
|
+
function q(y) {
|
|
3177
3177
|
i.value = !0, l.value = !1;
|
|
3178
|
-
const m =
|
|
3179
|
-
n("update:inputValue", m.label), n("update:optionsValue",
|
|
3178
|
+
const m = k.value.find((z) => z.value === y);
|
|
3179
|
+
n("update:inputValue", m.label), n("update:optionsValue", y);
|
|
3180
3180
|
}
|
|
3181
|
-
return (
|
|
3182
|
-
e.label ||
|
|
3181
|
+
return (y, m) => (d(), p(U, null, [
|
|
3182
|
+
e.label || y.$slots.label ? (d(), O(ne, {
|
|
3183
3183
|
key: 0,
|
|
3184
3184
|
for: c.value,
|
|
3185
3185
|
disabled: e.disabled,
|
|
3186
3186
|
required: e.required
|
|
3187
3187
|
}, {
|
|
3188
3188
|
default: D(() => [
|
|
3189
|
-
L(
|
|
3190
|
-
|
|
3189
|
+
L(y.$slots, "label", {}, () => [
|
|
3190
|
+
G(T(e.label), 1)
|
|
3191
3191
|
])
|
|
3192
3192
|
]),
|
|
3193
3193
|
_: 3
|
|
3194
|
-
}, 8, ["for", "disabled", "required"])) :
|
|
3195
|
-
|
|
3196
|
-
V(
|
|
3197
|
-
"aria-controls":
|
|
3194
|
+
}, 8, ["for", "disabled", "required"])) : w("", !0),
|
|
3195
|
+
b("div", { id: r.value }, [
|
|
3196
|
+
V(mn, N({
|
|
3197
|
+
"aria-controls": h.value,
|
|
3198
3198
|
"aria-expanded": l.value,
|
|
3199
3199
|
"aria-haspopup": "listbox",
|
|
3200
3200
|
autocomplete: "off",
|
|
@@ -3206,37 +3206,37 @@ const $a = {
|
|
|
3206
3206
|
placeholder: e.placeholder,
|
|
3207
3207
|
role: "combobox",
|
|
3208
3208
|
value: e.inputValue
|
|
3209
|
-
},
|
|
3209
|
+
}, y.$attrs, {
|
|
3210
3210
|
onClear: C,
|
|
3211
|
-
onFocusin:
|
|
3211
|
+
onFocusin: $,
|
|
3212
3212
|
"onUpdate:modelValue": m[0] || (m[0] = (z) => n("update:inputValue", z))
|
|
3213
3213
|
}), null, 16, ["aria-controls", "aria-expanded", "disabled", "hide-clear", "hide-search-icon", "input-id", "placeholder", "value"])
|
|
3214
|
-
], 8,
|
|
3214
|
+
], 8, Tn),
|
|
3215
3215
|
V(We, {
|
|
3216
3216
|
"anchor-id": r.value,
|
|
3217
3217
|
"focus-on-show": !1,
|
|
3218
3218
|
"model-value": e.optionsValue,
|
|
3219
|
-
"options-id":
|
|
3219
|
+
"options-id": h.value,
|
|
3220
3220
|
preloaded: !0,
|
|
3221
3221
|
"prevent-tab": !1,
|
|
3222
3222
|
shown: l.value,
|
|
3223
3223
|
"use-mobile-style": !1,
|
|
3224
3224
|
width: "toggle",
|
|
3225
3225
|
onClose: m[1] || (m[1] = (z) => l.value = !1),
|
|
3226
|
-
"onUpdate:modelValue":
|
|
3226
|
+
"onUpdate:modelValue": q
|
|
3227
3227
|
}, {
|
|
3228
3228
|
default: D(() => [
|
|
3229
|
-
V(ye, { options:
|
|
3229
|
+
V(ye, { options: k.value }, lt({ _: 2 }, [
|
|
3230
3230
|
e.loading ? {
|
|
3231
3231
|
name: "no-options",
|
|
3232
3232
|
fn: D(() => [
|
|
3233
|
-
V(
|
|
3233
|
+
V(Cn, { size: "xs" })
|
|
3234
3234
|
]),
|
|
3235
3235
|
key: "0"
|
|
3236
3236
|
} : {
|
|
3237
3237
|
name: "no-options",
|
|
3238
3238
|
fn: D(() => [
|
|
3239
|
-
|
|
3239
|
+
G("No results found")
|
|
3240
3240
|
]),
|
|
3241
3241
|
key: "1"
|
|
3242
3242
|
}
|
|
@@ -3246,7 +3246,7 @@ const $a = {
|
|
|
3246
3246
|
}, 8, ["anchor-id", "model-value", "options-id", "shown"])
|
|
3247
3247
|
], 64));
|
|
3248
3248
|
}
|
|
3249
|
-
},
|
|
3249
|
+
}, xn = /* @__PURE__ */ b("div", { class: "bs-overlay" }, null, -1), An = {
|
|
3250
3250
|
__name: "BsOverlay",
|
|
3251
3251
|
props: {
|
|
3252
3252
|
shown: {
|
|
@@ -3287,12 +3287,12 @@ const $a = {
|
|
|
3287
3287
|
onAfterLeave: u[1] || (u[1] = (o) => n("after-leave"))
|
|
3288
3288
|
}, {
|
|
3289
3289
|
default: D(() => [
|
|
3290
|
-
|
|
3290
|
+
xn
|
|
3291
3291
|
]),
|
|
3292
3292
|
_: 1
|
|
3293
3293
|
}, 8, ["shown", "preloaded"]));
|
|
3294
3294
|
}
|
|
3295
|
-
},
|
|
3295
|
+
}, Ln = ["id", "role", "aria-labelledby"], Vn = ["id"], io = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
3296
3296
|
__name: "BsModal",
|
|
3297
3297
|
props: {
|
|
3298
3298
|
modalId: {
|
|
@@ -3337,10 +3337,10 @@ const $a = {
|
|
|
3337
3337
|
},
|
|
3338
3338
|
emits: ["close", "after-enter", "after-leave"],
|
|
3339
3339
|
setup(e, { emit: a }) {
|
|
3340
|
-
const t = e, n = a, { transition: l } = fe(t), [i] =
|
|
3340
|
+
const t = e, n = a, { transition: l } = fe(t), [i] = Q();
|
|
3341
3341
|
let u = !1;
|
|
3342
|
-
const o =
|
|
3343
|
-
o.value &&
|
|
3342
|
+
const o = B(null), s = (h) => {
|
|
3343
|
+
o.value && h.target.closest(".bs-overlay") && n("close", t.modalId);
|
|
3344
3344
|
};
|
|
3345
3345
|
Y(() => {
|
|
3346
3346
|
document.addEventListener("click", s);
|
|
@@ -3350,8 +3350,8 @@ const $a = {
|
|
|
3350
3350
|
u && n("close", t.modalId);
|
|
3351
3351
|
});
|
|
3352
3352
|
const r = () => !t.title && t.closeButton, c = () => t.title && t.closeButton;
|
|
3353
|
-
return (
|
|
3354
|
-
V(
|
|
3353
|
+
return (h, k) => (d(), p(U, null, [
|
|
3354
|
+
V(An, {
|
|
3355
3355
|
shown: f(l),
|
|
3356
3356
|
preloaded: e.preloaded,
|
|
3357
3357
|
"enter-controlled": e.enterControlled,
|
|
@@ -3363,60 +3363,60 @@ const $a = {
|
|
|
3363
3363
|
preloaded: e.preloaded,
|
|
3364
3364
|
duration: 75,
|
|
3365
3365
|
"enter-attribute": "data-shown",
|
|
3366
|
-
onEnter:
|
|
3367
|
-
onAfterEnter:
|
|
3368
|
-
onAfterLeave:
|
|
3366
|
+
onEnter: k[1] || (k[1] = (g) => ht(u) ? u.value = !0 : u = !0),
|
|
3367
|
+
onAfterEnter: k[2] || (k[2] = (g) => n("after-enter")),
|
|
3368
|
+
onAfterLeave: k[3] || (k[3] = (g) => n("after-leave"))
|
|
3369
3369
|
}, {
|
|
3370
3370
|
default: D(() => [
|
|
3371
|
-
|
|
3371
|
+
b("div", N({
|
|
3372
3372
|
id: e.modalId,
|
|
3373
3373
|
class: "bs-modal",
|
|
3374
3374
|
role: e.alert ? "alertdialog" : "dialog",
|
|
3375
|
-
"aria-labelledby": e.title && !
|
|
3375
|
+
"aria-labelledby": e.title && !h.$attrs["aria-label"] ? f(i) : void 0,
|
|
3376
3376
|
"aria-modal": "true"
|
|
3377
|
-
},
|
|
3377
|
+
}, h.$attrs, {
|
|
3378
3378
|
ref_key: "modalRef",
|
|
3379
3379
|
ref: o
|
|
3380
3380
|
}), [
|
|
3381
|
-
e.title || e.closeButton ? (d(),
|
|
3381
|
+
e.title || e.closeButton ? (d(), p("header", {
|
|
3382
3382
|
key: 0,
|
|
3383
3383
|
class: ae({
|
|
3384
3384
|
"only-close-button-modal-header": r,
|
|
3385
3385
|
"modal-header": c
|
|
3386
3386
|
})
|
|
3387
3387
|
}, [
|
|
3388
|
-
e.title ? (d(),
|
|
3388
|
+
e.title ? (d(), p("h5", {
|
|
3389
3389
|
key: 0,
|
|
3390
3390
|
id: f(i),
|
|
3391
3391
|
class: "modal-title"
|
|
3392
|
-
}, T(e.title), 9,
|
|
3393
|
-
e.closeButton ? (d(),
|
|
3392
|
+
}, T(e.title), 9, Vn)) : w("", !0),
|
|
3393
|
+
e.closeButton ? (d(), p("button", {
|
|
3394
3394
|
key: 1,
|
|
3395
3395
|
type: "button",
|
|
3396
3396
|
title: "Close Modal",
|
|
3397
3397
|
"aria-label": "Close Modal",
|
|
3398
|
-
onClick:
|
|
3398
|
+
onClick: k[0] || (k[0] = (g) => n("close", e.modalId))
|
|
3399
3399
|
}, [
|
|
3400
|
-
V(f(
|
|
3401
|
-
])) :
|
|
3402
|
-
], 2)) :
|
|
3403
|
-
L(
|
|
3404
|
-
], 16,
|
|
3400
|
+
V(f($e), { class: "close-button" })
|
|
3401
|
+
])) : w("", !0)
|
|
3402
|
+
], 2)) : w("", !0),
|
|
3403
|
+
L(h.$slots, "default")
|
|
3404
|
+
], 16, Ln)
|
|
3405
3405
|
]),
|
|
3406
3406
|
_: 3
|
|
3407
3407
|
}, 8, ["shown", "preloaded"])
|
|
3408
3408
|
], 64));
|
|
3409
3409
|
}
|
|
3410
|
-
}),
|
|
3410
|
+
}), En = ["data-variant", "data-fixed"], Dn = {
|
|
3411
3411
|
key: 0,
|
|
3412
3412
|
class: "bs-pagination-carets"
|
|
3413
|
-
},
|
|
3413
|
+
}, On = ["aria-label", "title", "disabled"], Pn = { key: 0 }, qn = ["aria-label", "title", "disabled"], Mn = { key: 0 }, zn = {
|
|
3414
3414
|
key: 1,
|
|
3415
3415
|
class: "bs-pagination-page-numbers"
|
|
3416
|
-
},
|
|
3416
|
+
}, Nn = ["title", "data-selected", "onClick"], Rn = { key: 2 }, jn = { key: 3 }, Fn = /* @__PURE__ */ b("span", null, "Results Per Page:", -1), Un = { class: "bs-pagination-results-numbers" }, Wn = ["data-selected", "disabled", "onClick"], Gn = {
|
|
3417
3417
|
key: 5,
|
|
3418
3418
|
class: "bs-pagination-carets"
|
|
3419
|
-
},
|
|
3419
|
+
}, Hn = ["aria-label", "title", "disabled"], Kn = { key: 0 }, Yn = ["aria-label", "title", "disabled"], Xn = { key: 0 }, ro = {
|
|
3420
3420
|
__name: "BsPagination",
|
|
3421
3421
|
props: {
|
|
3422
3422
|
// Used for all
|
|
@@ -3502,24 +3502,24 @@ const $a = {
|
|
|
3502
3502
|
},
|
|
3503
3503
|
emits: ["selchange", "update:modelValue"],
|
|
3504
3504
|
setup(e, { emit: a }) {
|
|
3505
|
-
const t = e, n = a, l =
|
|
3505
|
+
const t = e, n = a, l = B(null);
|
|
3506
3506
|
Y(() => {
|
|
3507
|
-
i.value ? l.value = i.value : t.variant === "results" ? l.value =
|
|
3507
|
+
i.value ? l.value = i.value : t.variant === "results" ? l.value = $.value[0] : l.value = 1;
|
|
3508
3508
|
});
|
|
3509
|
-
const i =
|
|
3509
|
+
const i = v(() => t.modelValue || t.selection);
|
|
3510
3510
|
R(() => t.selection, (C) => {
|
|
3511
3511
|
l.value = C;
|
|
3512
3512
|
}), R(() => t.modelValue, (C) => {
|
|
3513
3513
|
l.value = C;
|
|
3514
|
-
}), R(l, (C,
|
|
3515
|
-
|
|
3514
|
+
}), R(l, (C, q) => {
|
|
3515
|
+
q !== null && (n("selchange", C), n("update:modelValue", C));
|
|
3516
3516
|
});
|
|
3517
|
-
const u =
|
|
3517
|
+
const u = v(() => {
|
|
3518
3518
|
if (t.variant === "group")
|
|
3519
3519
|
return Math.ceil(t.itemsCount / t.itemsPerGroup);
|
|
3520
3520
|
if (t.variant === "base")
|
|
3521
3521
|
return t.pageCount;
|
|
3522
|
-
}), o =
|
|
3522
|
+
}), o = v(() => t.variant === "base" ? t.centerDisplay === "text" ? "group" : void 0 : t.variant);
|
|
3523
3523
|
function s() {
|
|
3524
3524
|
l.value = 1;
|
|
3525
3525
|
}
|
|
@@ -3532,29 +3532,29 @@ const $a = {
|
|
|
3532
3532
|
u.value
|
|
3533
3533
|
);
|
|
3534
3534
|
}
|
|
3535
|
-
function
|
|
3535
|
+
function h() {
|
|
3536
3536
|
l.value = u.value;
|
|
3537
3537
|
}
|
|
3538
|
-
const
|
|
3538
|
+
const k = v(() => {
|
|
3539
3539
|
if (t.pageCount <= t.pageRange)
|
|
3540
3540
|
return [...Array(t.pageCount + 1).keys()].slice(1);
|
|
3541
|
-
const C = [1],
|
|
3542
|
-
let
|
|
3543
|
-
|
|
3544
|
-
for (let z =
|
|
3541
|
+
const C = [1], q = (t.pageRange - 1) / 2;
|
|
3542
|
+
let y = l.value - q, m = l.value + q;
|
|
3543
|
+
y < 1 && (m += 1 - y, y = 1), m > t.pageCount && (y -= m - t.pageCount, m = t.pageCount), y = Math.max(y, 2), m = Math.min(m, t.pageCount - 1), y > 2 && C.push(t.breakText);
|
|
3544
|
+
for (let z = y; z <= m; z++)
|
|
3545
3545
|
C.push(z);
|
|
3546
3546
|
return m < t.pageCount - 1 && C.push(t.breakText), C.push(t.pageCount), C;
|
|
3547
|
-
}),
|
|
3548
|
-
const C = (l.value - 1) * t.itemsPerGroup + 1,
|
|
3549
|
-
return `${t.centerLabel ?? "Results"} ${C} - ${
|
|
3550
|
-
}),
|
|
3551
|
-
return (C,
|
|
3547
|
+
}), g = v(() => `${t.centerLabel ?? "Page"} ${l.value} of ${u.value}`), x = v(() => {
|
|
3548
|
+
const C = (l.value - 1) * t.itemsPerGroup + 1, q = Math.min(C - 1 + t.itemsPerGroup, t.itemsCount);
|
|
3549
|
+
return `${t.centerLabel ?? "Results"} ${C} - ${q} of ${t.itemsCount}`;
|
|
3550
|
+
}), $ = v(() => t.resultsIncrements.split(",").map((C) => parseInt(C)));
|
|
3551
|
+
return (C, q) => (d(), p("div", {
|
|
3552
3552
|
class: "bs-pagination",
|
|
3553
3553
|
"data-variant": o.value,
|
|
3554
3554
|
"data-fixed": t.fixed
|
|
3555
3555
|
}, [
|
|
3556
|
-
e.variant === "base" || e.variant === "group" ? (d(),
|
|
3557
|
-
e.showFirstLastButtons ? (d(),
|
|
3556
|
+
e.variant === "base" || e.variant === "group" ? (d(), p("div", Dn, [
|
|
3557
|
+
e.showFirstLastButtons ? (d(), p("button", {
|
|
3558
3558
|
key: 0,
|
|
3559
3559
|
type: "button",
|
|
3560
3560
|
class: ae(e.firstPageText ? "bs-pagination-word-caret" : void 0),
|
|
@@ -3563,10 +3563,10 @@ const $a = {
|
|
|
3563
3563
|
disabled: l.value === 1,
|
|
3564
3564
|
onClick: s
|
|
3565
3565
|
}, [
|
|
3566
|
-
V(f(
|
|
3567
|
-
e.firstPageText ? (d(),
|
|
3568
|
-
], 10,
|
|
3569
|
-
|
|
3566
|
+
V(f(yt)),
|
|
3567
|
+
e.firstPageText ? (d(), p("span", Pn, T(e.firstPageText), 1)) : w("", !0)
|
|
3568
|
+
], 10, On)) : w("", !0),
|
|
3569
|
+
b("button", {
|
|
3570
3570
|
type: "button",
|
|
3571
3571
|
class: ae(e.prevPageText ? "bs-pagination-word-caret" : void 0),
|
|
3572
3572
|
"aria-label": e.prevPageText ? void 0 : "Previous Page",
|
|
@@ -3574,35 +3574,35 @@ const $a = {
|
|
|
3574
3574
|
disabled: l.value === 1,
|
|
3575
3575
|
onClick: r
|
|
3576
3576
|
}, [
|
|
3577
|
-
V(f(
|
|
3578
|
-
e.prevPageText ? (d(),
|
|
3579
|
-
], 10,
|
|
3580
|
-
])) :
|
|
3581
|
-
e.variant === "base" && e.centerDisplay === "numbers" ? (d(),
|
|
3582
|
-
(d(!0),
|
|
3583
|
-
key: `page-${
|
|
3577
|
+
V(f(Bt)),
|
|
3578
|
+
e.prevPageText ? (d(), p("span", Mn, T(e.prevPageText), 1)) : w("", !0)
|
|
3579
|
+
], 10, qn)
|
|
3580
|
+
])) : w("", !0),
|
|
3581
|
+
e.variant === "base" && e.centerDisplay === "numbers" ? (d(), p("div", zn, [
|
|
3582
|
+
(d(!0), p(U, null, J(k.value, (y) => (d(), p("button", {
|
|
3583
|
+
key: `page-${y}-button`,
|
|
3584
3584
|
type: "button",
|
|
3585
|
-
title: `Page ${
|
|
3586
|
-
"data-selected":
|
|
3587
|
-
onClick: (m) => l.value =
|
|
3588
|
-
}, T(
|
|
3589
|
-
])) :
|
|
3590
|
-
t.variant === "base" && t.centerDisplay === "text" ? (d(),
|
|
3591
|
-
t.variant === "group" ? (d(),
|
|
3592
|
-
t.variant === "results" ? (d(),
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
(d(!0),
|
|
3585
|
+
title: `Page ${y}`,
|
|
3586
|
+
"data-selected": y === l.value,
|
|
3587
|
+
onClick: (m) => l.value = y
|
|
3588
|
+
}, T(y), 9, Nn))), 128))
|
|
3589
|
+
])) : w("", !0),
|
|
3590
|
+
t.variant === "base" && t.centerDisplay === "text" ? (d(), p("span", Rn, T(g.value), 1)) : w("", !0),
|
|
3591
|
+
t.variant === "group" ? (d(), p("span", jn, T(x.value), 1)) : w("", !0),
|
|
3592
|
+
t.variant === "results" ? (d(), p(U, { key: 4 }, [
|
|
3593
|
+
Fn,
|
|
3594
|
+
b("div", Un, [
|
|
3595
|
+
(d(!0), p(U, null, J($.value, (y) => (d(), p("button", {
|
|
3596
3596
|
type: "button",
|
|
3597
|
-
key: `results-${
|
|
3598
|
-
"data-selected":
|
|
3599
|
-
disabled: l.value ===
|
|
3600
|
-
onClick: (m) => l.value =
|
|
3601
|
-
}, T(
|
|
3597
|
+
key: `results-${y}`,
|
|
3598
|
+
"data-selected": y === l.value,
|
|
3599
|
+
disabled: l.value === y,
|
|
3600
|
+
onClick: (m) => l.value = y
|
|
3601
|
+
}, T(y), 9, Wn))), 128))
|
|
3602
3602
|
])
|
|
3603
|
-
], 64)) :
|
|
3604
|
-
e.variant === "base" || e.variant === "group" ? (d(),
|
|
3605
|
-
|
|
3603
|
+
], 64)) : w("", !0),
|
|
3604
|
+
e.variant === "base" || e.variant === "group" ? (d(), p("div", Gn, [
|
|
3605
|
+
b("button", {
|
|
3606
3606
|
type: "button",
|
|
3607
3607
|
class: ae(e.nextPageText ? "bs-pagination-word-caret" : void 0),
|
|
3608
3608
|
"aria-label": e.nextPageText ? void 0 : "Next Page",
|
|
@@ -3610,25 +3610,25 @@ const $a = {
|
|
|
3610
3610
|
disabled: l.value === u.value,
|
|
3611
3611
|
onClick: c
|
|
3612
3612
|
}, [
|
|
3613
|
-
e.nextPageText ? (d(),
|
|
3614
|
-
V(f(
|
|
3615
|
-
], 10,
|
|
3616
|
-
e.showFirstLastButtons ? (d(),
|
|
3613
|
+
e.nextPageText ? (d(), p("span", Kn, T(e.nextPageText), 1)) : w("", !0),
|
|
3614
|
+
V(f(St))
|
|
3615
|
+
], 10, Hn),
|
|
3616
|
+
e.showFirstLastButtons ? (d(), p("button", {
|
|
3617
3617
|
key: 0,
|
|
3618
3618
|
type: "button",
|
|
3619
3619
|
class: ae(e.lastPageText ? "bs-pagination-word-caret" : void 0),
|
|
3620
3620
|
"aria-label": e.lastPageText ? void 0 : "Last Page",
|
|
3621
3621
|
title: e.lastPageText,
|
|
3622
3622
|
disabled: l.value === u.value,
|
|
3623
|
-
onClick:
|
|
3623
|
+
onClick: h
|
|
3624
3624
|
}, [
|
|
3625
|
-
e.lastPageText ? (d(),
|
|
3626
|
-
V(f(
|
|
3627
|
-
], 10,
|
|
3628
|
-
])) :
|
|
3629
|
-
], 8,
|
|
3625
|
+
e.lastPageText ? (d(), p("span", Xn, T(e.lastPageText), 1)) : w("", !0),
|
|
3626
|
+
V(f($t))
|
|
3627
|
+
], 10, Yn)) : w("", !0)
|
|
3628
|
+
])) : w("", !0)
|
|
3629
|
+
], 8, En));
|
|
3630
3630
|
}
|
|
3631
|
-
},
|
|
3631
|
+
}, Qn = ["data-truncate"], so = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
3632
3632
|
__name: "BsPill",
|
|
3633
3633
|
props: {
|
|
3634
3634
|
active: { type: Boolean, default: !1 },
|
|
@@ -3653,7 +3653,7 @@ const $a = {
|
|
|
3653
3653
|
},
|
|
3654
3654
|
setup(e) {
|
|
3655
3655
|
const a = e, { onLinkClick: t } = ke(a), n = se(), { rootTag: l, attrsToBind: i, hrefUrl: u } = we(a, n, "span");
|
|
3656
|
-
return (o, s) => (d(), O(
|
|
3656
|
+
return (o, s) => (d(), O(Z(f(l)), N({
|
|
3657
3657
|
class: "bs-pill",
|
|
3658
3658
|
"data-active": e.active,
|
|
3659
3659
|
"data-component": "bs-pill",
|
|
@@ -3663,24 +3663,24 @@ const $a = {
|
|
|
3663
3663
|
".href": f(u)
|
|
3664
3664
|
}, f(i), { onClick: f(t) }), {
|
|
3665
3665
|
default: D(() => [
|
|
3666
|
-
|
|
3666
|
+
b("span", { "data-truncate": e.truncate }, [
|
|
3667
3667
|
L(o.$slots, "default")
|
|
3668
|
-
], 8,
|
|
3668
|
+
], 8, Qn)
|
|
3669
3669
|
]),
|
|
3670
3670
|
_: 3
|
|
3671
3671
|
}, 48, ["data-active", "data-status", "data-variant", "disabled", ".href", "onClick"]));
|
|
3672
3672
|
}
|
|
3673
|
-
}),
|
|
3673
|
+
}), Jn = { class: "bs-profile-details" }, Zn = {
|
|
3674
3674
|
class: "bs-profile-name",
|
|
3675
3675
|
"data-size": "sm",
|
|
3676
3676
|
"data-weight": "bold"
|
|
3677
|
-
},
|
|
3677
|
+
}, _n = {
|
|
3678
3678
|
key: 1,
|
|
3679
3679
|
"data-weight": "bold"
|
|
3680
|
-
},
|
|
3680
|
+
}, el = { key: 2 }, tl = { key: 3 }, al = {
|
|
3681
3681
|
key: 4,
|
|
3682
3682
|
"data-icon": "true"
|
|
3683
|
-
},
|
|
3683
|
+
}, nl = {
|
|
3684
3684
|
__name: "BsProfileDetails",
|
|
3685
3685
|
props: {
|
|
3686
3686
|
profileName: {
|
|
@@ -3697,40 +3697,40 @@ const $a = {
|
|
|
3697
3697
|
},
|
|
3698
3698
|
emits: ["action-toggled"],
|
|
3699
3699
|
setup(e, { emit: a }) {
|
|
3700
|
-
const t = e, n = a, { icon: l } =
|
|
3700
|
+
const t = e, n = a, { icon: l } = ge(t, "actionIcon"), { icon: i } = ge(t, "miscMetaIcon");
|
|
3701
3701
|
function u(o) {
|
|
3702
3702
|
o.target.tagName === "BUTTON" && (o.preventDefault(), o.stopImmediatePropagation(), n("action-toggled"));
|
|
3703
3703
|
}
|
|
3704
|
-
return (o, s) => (d(),
|
|
3705
|
-
e.action || o.$slots.action ? (d(),
|
|
3704
|
+
return (o, s) => (d(), p("div", Jn, [
|
|
3705
|
+
e.action || o.$slots.action ? (d(), p("button", {
|
|
3706
3706
|
key: 0,
|
|
3707
3707
|
"data-icon": "true",
|
|
3708
3708
|
onClick: u
|
|
3709
3709
|
}, [
|
|
3710
3710
|
L(o.$slots, "action", {}, () => [
|
|
3711
|
-
e.actionIcon ? (d(), O(
|
|
3711
|
+
e.actionIcon ? (d(), O(Z(f(l) ? f(l) : "span"), {
|
|
3712
3712
|
key: 0,
|
|
3713
3713
|
class: "bs-icon"
|
|
3714
|
-
})) :
|
|
3715
|
-
|
|
3714
|
+
})) : w("", !0),
|
|
3715
|
+
G(" " + T(e.action), 1)
|
|
3716
3716
|
])
|
|
3717
|
-
])) :
|
|
3718
|
-
|
|
3719
|
-
e.company ? (d(),
|
|
3720
|
-
e.jobTitle ? (d(),
|
|
3721
|
-
e.email ? (d(),
|
|
3722
|
-
e.miscMeta || o.$slots.misc ? (d(),
|
|
3717
|
+
])) : w("", !0),
|
|
3718
|
+
b("span", Zn, T(e.profileName), 1),
|
|
3719
|
+
e.company ? (d(), p("span", _n, T(e.company), 1)) : w("", !0),
|
|
3720
|
+
e.jobTitle ? (d(), p("span", el, T(e.jobTitle), 1)) : w("", !0),
|
|
3721
|
+
e.email ? (d(), p("span", tl, T(e.email), 1)) : w("", !0),
|
|
3722
|
+
e.miscMeta || o.$slots.misc ? (d(), p("span", al, [
|
|
3723
3723
|
L(o.$slots, "misc", {}, () => [
|
|
3724
|
-
e.miscMetaIcon ? (d(), O(
|
|
3724
|
+
e.miscMetaIcon ? (d(), O(Z(f(i) ? f(i) : "span"), {
|
|
3725
3725
|
key: 0,
|
|
3726
3726
|
class: "bs-icon"
|
|
3727
|
-
})) :
|
|
3728
|
-
|
|
3727
|
+
})) : w("", !0),
|
|
3728
|
+
G(" " + T(e.miscMeta), 1)
|
|
3729
3729
|
])
|
|
3730
|
-
])) :
|
|
3730
|
+
])) : w("", !0)
|
|
3731
3731
|
]));
|
|
3732
3732
|
}
|
|
3733
|
-
},
|
|
3733
|
+
}, uo = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
3734
3734
|
__name: "BsProfile",
|
|
3735
3735
|
props: {
|
|
3736
3736
|
layout: {
|
|
@@ -3761,20 +3761,20 @@ const $a = {
|
|
|
3761
3761
|
emits: ["action-toggled"],
|
|
3762
3762
|
setup(e, { emit: a }) {
|
|
3763
3763
|
const t = e, n = a, l = se(), { onLinkClick: i } = ke(t), { rootTag: u, attrsToBind: o, hrefUrl: s } = we(t, l, "div");
|
|
3764
|
-
return (r, c) => (d(), O(
|
|
3764
|
+
return (r, c) => (d(), O(Z(f(u)), N({
|
|
3765
3765
|
class: "bs-profile",
|
|
3766
3766
|
".href": f(s),
|
|
3767
3767
|
"data-layout": e.layout
|
|
3768
3768
|
}, f(o), { onClick: f(i) }), {
|
|
3769
3769
|
default: D(() => [
|
|
3770
|
-
V(
|
|
3770
|
+
V(ut, {
|
|
3771
3771
|
src: e.imageSrc,
|
|
3772
3772
|
size: e.imageSize,
|
|
3773
3773
|
initials: e.initials,
|
|
3774
3774
|
"profile-name": e.profileName,
|
|
3775
3775
|
"use-alt-text": !1
|
|
3776
3776
|
}, null, 8, ["src", "size", "initials", "profile-name"]),
|
|
3777
|
-
V(
|
|
3777
|
+
V(nl, {
|
|
3778
3778
|
"profile-name": e.profileName,
|
|
3779
3779
|
company: e.company,
|
|
3780
3780
|
"job-title": e.jobTitle,
|
|
@@ -3783,7 +3783,7 @@ const $a = {
|
|
|
3783
3783
|
"action-icon": e.actionIcon,
|
|
3784
3784
|
"misc-meta": e.miscMeta,
|
|
3785
3785
|
"misc-meta-icon": e.miscMetaIcon,
|
|
3786
|
-
onActionToggled: c[0] || (c[0] = (
|
|
3786
|
+
onActionToggled: c[0] || (c[0] = (h) => n("action-toggled"))
|
|
3787
3787
|
}, {
|
|
3788
3788
|
action: D(() => [
|
|
3789
3789
|
L(r.$slots, "action")
|
|
@@ -3797,7 +3797,80 @@ const $a = {
|
|
|
3797
3797
|
_: 3
|
|
3798
3798
|
}, 48, [".href", "data-layout", "onClick"]));
|
|
3799
3799
|
}
|
|
3800
|
-
})
|
|
3800
|
+
});
|
|
3801
|
+
function ct(e) {
|
|
3802
|
+
const a = v(() => {
|
|
3803
|
+
var l;
|
|
3804
|
+
switch (e.currentStatus) {
|
|
3805
|
+
case void 0:
|
|
3806
|
+
case null:
|
|
3807
|
+
case "":
|
|
3808
|
+
return (l = e.steps.filter((i) => i.status === "complete")) == null ? void 0 : l.length;
|
|
3809
|
+
case "complete":
|
|
3810
|
+
return e.steps.length;
|
|
3811
|
+
case "in-progress":
|
|
3812
|
+
return e.currentStep;
|
|
3813
|
+
default:
|
|
3814
|
+
return e.currentStep;
|
|
3815
|
+
}
|
|
3816
|
+
}), t = v(() => `${a.value} of ${e.steps.length} completed.`);
|
|
3817
|
+
function n(l, i) {
|
|
3818
|
+
return l || (e.currentStatus ? i < e.currentStep ? "complete" : i === e.currentStep ? e.currentStatus : "not-started" : "not-started");
|
|
3819
|
+
}
|
|
3820
|
+
return {
|
|
3821
|
+
progressStep: a,
|
|
3822
|
+
progressText: t,
|
|
3823
|
+
getStatus: n
|
|
3824
|
+
};
|
|
3825
|
+
}
|
|
3826
|
+
const ll = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], ol = ["data-status"], co = {
|
|
3827
|
+
__name: "BsProgressBar",
|
|
3828
|
+
props: {
|
|
3829
|
+
/** @type {Status} */
|
|
3830
|
+
currentStatus: {
|
|
3831
|
+
type: String,
|
|
3832
|
+
validator: (e) => [
|
|
3833
|
+
"cancelled",
|
|
3834
|
+
"complete",
|
|
3835
|
+
"error",
|
|
3836
|
+
"in-progress",
|
|
3837
|
+
"not-started",
|
|
3838
|
+
"ongoing",
|
|
3839
|
+
"paused",
|
|
3840
|
+
"warning"
|
|
3841
|
+
].includes(e)
|
|
3842
|
+
},
|
|
3843
|
+
currentStep: {
|
|
3844
|
+
type: Number,
|
|
3845
|
+
default: 0
|
|
3846
|
+
},
|
|
3847
|
+
/** @type {Array<Step|string>} */
|
|
3848
|
+
steps: {
|
|
3849
|
+
type: Array,
|
|
3850
|
+
required: !0
|
|
3851
|
+
}
|
|
3852
|
+
},
|
|
3853
|
+
setup(e) {
|
|
3854
|
+
const a = e, { progressStep: t, progressText: n, getStatus: l } = ct(a);
|
|
3855
|
+
return (i, u) => (d(), p("div", {
|
|
3856
|
+
"aria-valuemax": e.steps.length,
|
|
3857
|
+
"aria-valuenow": f(t),
|
|
3858
|
+
"aria-valuetext": f(n),
|
|
3859
|
+
class: "bs-progress-bar",
|
|
3860
|
+
role: "progressbar"
|
|
3861
|
+
}, [
|
|
3862
|
+
(d(!0), p(U, null, J(e.steps, (o, s) => (d(), p("div", {
|
|
3863
|
+
class: "bs-step-item",
|
|
3864
|
+
"data-status": f(l)(o.status, s),
|
|
3865
|
+
"data-variant": "progress",
|
|
3866
|
+
key: o.id || o.label,
|
|
3867
|
+
role: "status"
|
|
3868
|
+
}, [
|
|
3869
|
+
b("span", null, T(o.label || o) + " : " + T(f(l)(o.status, s) || "not started"), 1)
|
|
3870
|
+
], 8, ol))), 128))
|
|
3871
|
+
], 8, ll));
|
|
3872
|
+
}
|
|
3873
|
+
}, il = ["data-size"], rl = ["checked", "disabled", "id", "required", "value", "data-error"], fo = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
3801
3874
|
__name: "BsRadio",
|
|
3802
3875
|
props: {
|
|
3803
3876
|
label: {
|
|
@@ -3841,13 +3914,13 @@ const $a = {
|
|
|
3841
3914
|
},
|
|
3842
3915
|
emits: ["update:modelValue"],
|
|
3843
3916
|
setup(e, { emit: a }) {
|
|
3844
|
-
const t = e, [n] =
|
|
3845
|
-
return (o, s) => (d(),
|
|
3917
|
+
const t = e, [n] = Q(), l = v(() => je.concat(t.passAttrs.split(","))), i = v(() => t.inputId || n.value), u = v(() => t.checked || t.modelValue && t.modelValue === t.value);
|
|
3918
|
+
return (o, s) => (d(), p("div", N({
|
|
3846
3919
|
class: "bs-boolean",
|
|
3847
3920
|
"data-component": "bs-radio",
|
|
3848
3921
|
"data-size": e.size
|
|
3849
3922
|
}, f(K)(o.$attrs, l.value).remaining), [
|
|
3850
|
-
|
|
3923
|
+
b("input", N({
|
|
3851
3924
|
checked: u.value,
|
|
3852
3925
|
disabled: e.disabled,
|
|
3853
3926
|
id: o.$attrs.id || i.value,
|
|
@@ -3857,7 +3930,7 @@ const $a = {
|
|
|
3857
3930
|
"data-error": e.error
|
|
3858
3931
|
}, f(K)(o.$attrs, l.value).filtered, {
|
|
3859
3932
|
onChange: s[0] || (s[0] = (r) => o.$emit("update:modelValue", r.target.value))
|
|
3860
|
-
}), null, 16,
|
|
3933
|
+
}), null, 16, rl),
|
|
3861
3934
|
e.label || o.$slots.label ? (d(), O(ne, {
|
|
3862
3935
|
key: 0,
|
|
3863
3936
|
for: o.$attrs.id || i.value,
|
|
@@ -3866,14 +3939,14 @@ const $a = {
|
|
|
3866
3939
|
}, {
|
|
3867
3940
|
default: D(() => [
|
|
3868
3941
|
L(o.$slots, "label", {}, () => [
|
|
3869
|
-
|
|
3942
|
+
G(T(e.label), 1)
|
|
3870
3943
|
])
|
|
3871
3944
|
]),
|
|
3872
3945
|
_: 3
|
|
3873
|
-
}, 8, ["for", "disabled", "required"])) :
|
|
3874
|
-
], 16,
|
|
3946
|
+
}, 8, ["for", "disabled", "required"])) : w("", !0)
|
|
3947
|
+
], 16, il));
|
|
3875
3948
|
}
|
|
3876
|
-
}),
|
|
3949
|
+
}), sl = ["id", "disabled", "required", "data-error", "value"], dl = {
|
|
3877
3950
|
__name: "BsSelect",
|
|
3878
3951
|
props: {
|
|
3879
3952
|
disabled: { type: Boolean, default: !1 },
|
|
@@ -3886,8 +3959,8 @@ const $a = {
|
|
|
3886
3959
|
},
|
|
3887
3960
|
emits: ["update:modelValue"],
|
|
3888
3961
|
setup(e, { emit: a }) {
|
|
3889
|
-
const t = e, n =
|
|
3890
|
-
return (l, i) => (d(),
|
|
3962
|
+
const t = e, n = v(() => ({ [t.error ? "aria-errormessage" : "aria-describedby"]: t.hintId }));
|
|
3963
|
+
return (l, i) => (d(), p("select", N({
|
|
3891
3964
|
id: l.$attrs.id || e.inputId,
|
|
3892
3965
|
class: "bs-select",
|
|
3893
3966
|
"data-component": "bs-select",
|
|
@@ -3899,9 +3972,9 @@ const $a = {
|
|
|
3899
3972
|
onChange: i[0] || (i[0] = (u) => l.$emit("update:modelValue", u.target.value))
|
|
3900
3973
|
}), [
|
|
3901
3974
|
L(l.$slots, "default")
|
|
3902
|
-
], 16,
|
|
3975
|
+
], 16, sl));
|
|
3903
3976
|
}
|
|
3904
|
-
},
|
|
3977
|
+
}, ul = ["selected", "disabled"], cl = ["disabled", "selected", "value"], po = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
3905
3978
|
__name: "BsSelectField",
|
|
3906
3979
|
props: {
|
|
3907
3980
|
data: {
|
|
@@ -3945,12 +4018,12 @@ const $a = {
|
|
|
3945
4018
|
modelValue: [String, Number]
|
|
3946
4019
|
},
|
|
3947
4020
|
setup(e) {
|
|
3948
|
-
const a = e, [t, n] =
|
|
4021
|
+
const a = e, [t, n] = Q(2), l = v(() => ga.concat(a.passAttrs.split(","))), i = v(() => {
|
|
3949
4022
|
var r, c;
|
|
3950
4023
|
return ((c = (r = a.hints) == null ? void 0 : r.join) == null ? void 0 : c.call(r, `
|
|
3951
4024
|
`)) || a.hints;
|
|
3952
|
-
}), u =
|
|
3953
|
-
return (r, c) => (d(),
|
|
4025
|
+
}), u = v(() => a.error && a.errorMsg || a.hint || i.value || void 0), o = v(() => a.inputId || t.value), s = v(() => a.value || a.modelValue);
|
|
4026
|
+
return (r, c) => (d(), p("div", N({ "data-component": "bs-select-field" }, f(K)(r.$attrs, l.value).remaining), [
|
|
3954
4027
|
e.label || r.$slots.label ? (d(), O(ne, {
|
|
3955
4028
|
key: 0,
|
|
3956
4029
|
for: r.$attrs.id || o.value,
|
|
@@ -3959,32 +4032,32 @@ const $a = {
|
|
|
3959
4032
|
}, {
|
|
3960
4033
|
default: D(() => [
|
|
3961
4034
|
L(r.$slots, "label", {}, () => [
|
|
3962
|
-
|
|
4035
|
+
G(T(e.label), 1)
|
|
3963
4036
|
])
|
|
3964
4037
|
]),
|
|
3965
4038
|
_: 3
|
|
3966
|
-
}, 8, ["for", "disabled", "required"])) :
|
|
3967
|
-
V(
|
|
4039
|
+
}, 8, ["for", "disabled", "required"])) : w("", !0),
|
|
4040
|
+
V(dl, N({
|
|
3968
4041
|
disabled: e.disabled,
|
|
3969
4042
|
error: e.error,
|
|
3970
4043
|
"hint-id": f(n),
|
|
3971
4044
|
"input-id": r.$attrs.id || o.value,
|
|
3972
4045
|
required: e.required,
|
|
3973
4046
|
value: s.value,
|
|
3974
|
-
"onUpdate:modelValue": c[0] || (c[0] = (
|
|
4047
|
+
"onUpdate:modelValue": c[0] || (c[0] = (h) => r.$emit("update:modelValue", h))
|
|
3975
4048
|
}, f(K)(r.$attrs, l.value).filtered), {
|
|
3976
4049
|
default: D(() => [
|
|
3977
|
-
|
|
4050
|
+
b("option", {
|
|
3978
4051
|
selected: !s.value,
|
|
3979
4052
|
value: "",
|
|
3980
4053
|
disabled: !!s.value
|
|
3981
|
-
}, T(e.disabled ? "" : e.placeholder), 9,
|
|
3982
|
-
(d(!0),
|
|
3983
|
-
key:
|
|
3984
|
-
disabled:
|
|
3985
|
-
selected: s.value ===
|
|
3986
|
-
value:
|
|
3987
|
-
}, T(
|
|
4054
|
+
}, T(e.disabled ? "" : e.placeholder), 9, ul),
|
|
4055
|
+
(d(!0), p(U, null, J(e.data, (h) => (d(), p("option", {
|
|
4056
|
+
key: h.value,
|
|
4057
|
+
disabled: h.disabled,
|
|
4058
|
+
selected: s.value === h.value,
|
|
4059
|
+
value: h.value
|
|
4060
|
+
}, T(h.label), 9, cl))), 128))
|
|
3988
4061
|
]),
|
|
3989
4062
|
_: 1
|
|
3990
4063
|
}, 16, ["disabled", "error", "hint-id", "input-id", "required", "value"]),
|
|
@@ -3995,10 +4068,53 @@ const $a = {
|
|
|
3995
4068
|
"error-msg": e.errorMsg,
|
|
3996
4069
|
hint: e.hint || i.value,
|
|
3997
4070
|
"hint-id": f(n)
|
|
3998
|
-
}, null, 8, ["data-disabled", "error", "error-msg", "hint", "hint-id"])) :
|
|
4071
|
+
}, null, 8, ["data-disabled", "error", "error-msg", "hint", "hint-id"])) : w("", !0)
|
|
3999
4072
|
], 16));
|
|
4000
4073
|
}
|
|
4001
|
-
}),
|
|
4074
|
+
}), fl = ["data-size", "data-variant"], pl = ["stroke"], vl = { key: 0 }, hl = /* @__PURE__ */ b("linearGradient", { id: "bs-spinner-gradient" }, [
|
|
4075
|
+
/* @__PURE__ */ b("stop", { offset: "0%" }),
|
|
4076
|
+
/* @__PURE__ */ b("stop", { offset: "49%" }),
|
|
4077
|
+
/* @__PURE__ */ b("stop", { offset: "100%" })
|
|
4078
|
+
], -1), bl = [
|
|
4079
|
+
hl
|
|
4080
|
+
], vo = {
|
|
4081
|
+
__name: "BsSpinner",
|
|
4082
|
+
props: {
|
|
4083
|
+
label: {
|
|
4084
|
+
type: String,
|
|
4085
|
+
default: "Loading..."
|
|
4086
|
+
},
|
|
4087
|
+
size: {
|
|
4088
|
+
type: String,
|
|
4089
|
+
validator: (e) => ["sm", "md", "lg"].includes(e)
|
|
4090
|
+
},
|
|
4091
|
+
variant: {
|
|
4092
|
+
type: String,
|
|
4093
|
+
validator: (e) => ["blue", "white", "gradient"].includes(e)
|
|
4094
|
+
}
|
|
4095
|
+
},
|
|
4096
|
+
setup(e) {
|
|
4097
|
+
return (a, t) => (d(), p("svg", {
|
|
4098
|
+
class: "bs-spinner",
|
|
4099
|
+
"data-size": e.size,
|
|
4100
|
+
"data-variant": e.variant,
|
|
4101
|
+
fill: "none",
|
|
4102
|
+
ref: "spinnerRef",
|
|
4103
|
+
viewBox: "0 0 100 100",
|
|
4104
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
4105
|
+
}, [
|
|
4106
|
+
b("title", null, T(e.label), 1),
|
|
4107
|
+
b("circle", {
|
|
4108
|
+
cx: "50",
|
|
4109
|
+
cy: "50",
|
|
4110
|
+
pathLength: "100",
|
|
4111
|
+
r: "45",
|
|
4112
|
+
stroke: e.variant === "gradient" ? "url(#bs-spinner-gradient)" : void 0
|
|
4113
|
+
}, null, 8, pl),
|
|
4114
|
+
e.variant === "gradient" ? (d(), p("defs", vl, bl)) : w("", !0)
|
|
4115
|
+
], 8, fl));
|
|
4116
|
+
}
|
|
4117
|
+
}, gl = ["data-size"], ml = ["data-disabled", "data-pending", "data-size"], yl = ["checked", "disabled", "id"], Bl = ["data-inner-on-label", "data-inner-off-label"], ho = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
4002
4118
|
__name: "BsSwitch",
|
|
4003
4119
|
props: {
|
|
4004
4120
|
checked: {
|
|
@@ -4044,8 +4160,8 @@ const $a = {
|
|
|
4044
4160
|
},
|
|
4045
4161
|
emits: ["update:modelValue"],
|
|
4046
4162
|
setup(e, { emit: a }) {
|
|
4047
|
-
const t = e, n = a, [l] =
|
|
4048
|
-
return (s, r) => (d(),
|
|
4163
|
+
const t = e, n = a, [l] = Q(), i = v(() => je.concat(t.passAttrs.split(","))), u = v(() => t.inputId || l.value), o = v(() => t.checked || t.modelValue);
|
|
4164
|
+
return (s, r) => (d(), p("div", N({
|
|
4049
4165
|
class: "bs-boolean",
|
|
4050
4166
|
"data-component": "bs-switch",
|
|
4051
4167
|
"data-size": e.size
|
|
@@ -4058,34 +4174,34 @@ const $a = {
|
|
|
4058
4174
|
}, {
|
|
4059
4175
|
default: D(() => [
|
|
4060
4176
|
L(s.$slots, "label", {}, () => [
|
|
4061
|
-
|
|
4177
|
+
G(T(e.label), 1)
|
|
4062
4178
|
])
|
|
4063
4179
|
]),
|
|
4064
4180
|
_: 3
|
|
4065
|
-
}, 8, ["for", "disabled", "hide"])) :
|
|
4066
|
-
|
|
4181
|
+
}, 8, ["for", "disabled", "hide"])) : w("", !0),
|
|
4182
|
+
b("div", {
|
|
4067
4183
|
class: "bs-switch",
|
|
4068
4184
|
"data-disabled": e.disabled,
|
|
4069
4185
|
"data-pending": e.pending,
|
|
4070
4186
|
"data-size": e.size
|
|
4071
4187
|
}, [
|
|
4072
|
-
|
|
4188
|
+
b("input", N({
|
|
4073
4189
|
checked: o.value,
|
|
4074
4190
|
disabled: e.disabled,
|
|
4075
4191
|
id: s.$attrs.id || u.value,
|
|
4076
4192
|
type: "checkbox"
|
|
4077
4193
|
}, f(K)(s.$attrs, i.value).filtered, {
|
|
4078
4194
|
onChange: r[0] || (r[0] = (c) => n("update:modelValue", c.target.checked))
|
|
4079
|
-
}), null, 16,
|
|
4080
|
-
|
|
4195
|
+
}), null, 16, yl),
|
|
4196
|
+
b("span", {
|
|
4081
4197
|
"aria-hidden": "true",
|
|
4082
4198
|
"data-inner-on-label": e.innerOnLabel,
|
|
4083
4199
|
"data-inner-off-label": e.innerOffLabel
|
|
4084
|
-
}, null, 8,
|
|
4085
|
-
], 8,
|
|
4086
|
-
], 16,
|
|
4200
|
+
}, null, 8, Bl)
|
|
4201
|
+
], 8, ml)
|
|
4202
|
+
], 16, gl));
|
|
4087
4203
|
}
|
|
4088
|
-
}),
|
|
4204
|
+
}), Sl = ["aria-controls", "aria-selected", "data-hidden"], bo = {
|
|
4089
4205
|
__name: "BsTab",
|
|
4090
4206
|
props: {
|
|
4091
4207
|
activeTabId: {
|
|
@@ -4102,7 +4218,7 @@ const $a = {
|
|
|
4102
4218
|
},
|
|
4103
4219
|
emits: ["tabClick"],
|
|
4104
4220
|
setup(e, { emit: a }) {
|
|
4105
|
-
const t = e, n = se(), l =
|
|
4221
|
+
const t = e, n = se(), l = B(), i = v(() => t.activeTabId === n.id), u = v(() => t.panelId || `${n.id}-panel`);
|
|
4106
4222
|
function o(r) {
|
|
4107
4223
|
(r.key === "Enter" || r.key === " ") && (r.preventDefault(), r.stopPropagation(), s());
|
|
4108
4224
|
}
|
|
@@ -4112,7 +4228,7 @@ const $a = {
|
|
|
4112
4228
|
l.value.dispatchEvent(r);
|
|
4113
4229
|
}
|
|
4114
4230
|
}
|
|
4115
|
-
return (r, c) => (d(),
|
|
4231
|
+
return (r, c) => (d(), p("div", {
|
|
4116
4232
|
"aria-controls": u.value,
|
|
4117
4233
|
"aria-selected": i.value ? "true" : "false",
|
|
4118
4234
|
"data-hidden": e.hidden || void 0,
|
|
@@ -4125,9 +4241,9 @@ const $a = {
|
|
|
4125
4241
|
onKeydown: o
|
|
4126
4242
|
}, [
|
|
4127
4243
|
L(r.$slots, "default")
|
|
4128
|
-
], 40,
|
|
4244
|
+
], 40, Sl));
|
|
4129
4245
|
}
|
|
4130
|
-
},
|
|
4246
|
+
}, $l = ["id", "data-resizing"], wl = ["aria-controls", "aria-expanded", "data-active", "data-hidden", "id"], kl = 73, Il = 20, Cl = 16, go = {
|
|
4131
4247
|
__name: "BsTabList",
|
|
4132
4248
|
props: {
|
|
4133
4249
|
activeTabId: { type: String, required: !0 },
|
|
@@ -4138,128 +4254,128 @@ const $a = {
|
|
|
4138
4254
|
},
|
|
4139
4255
|
emits: ["tabChange", "update:modelValue"],
|
|
4140
4256
|
setup(e, { emit: a }) {
|
|
4141
|
-
const t = e, n = a, l =
|
|
4142
|
-
var
|
|
4143
|
-
return m.value ? (
|
|
4144
|
-
}),
|
|
4257
|
+
const t = e, n = a, l = B(!1), i = B(!1), u = B([]), o = B(!1), s = B(!1), r = B(), c = B([]), h = B(!1), k = B([]), g = B(), x = B(), $ = B(), [C, q] = Q(2), y = v(() => t.activeTabId ? k.value.findIndex((S) => S.id === t.activeTabId) : 0), m = v(() => u.value.some((S) => S.id === t.activeTabId)), z = v(() => `${q.value}-options`), I = v(() => `${q.value}-toggle`), A = v(() => {
|
|
4258
|
+
var S;
|
|
4259
|
+
return m.value ? (S = k.value[y.value]) == null ? void 0 : S.textContent : "More";
|
|
4260
|
+
}), P = v(() => m.value ? c.value[y.value] - c.value[y.value - 1] + Il : kl), F = v(() => {
|
|
4145
4261
|
var E, j;
|
|
4146
|
-
let
|
|
4262
|
+
let S = [];
|
|
4147
4263
|
if (typeof window > "u")
|
|
4148
|
-
return
|
|
4149
|
-
for (let
|
|
4150
|
-
if (((E =
|
|
4264
|
+
return S;
|
|
4265
|
+
for (let X of k.value) {
|
|
4266
|
+
if (((E = X.dataset) == null ? void 0 : E.hidden) === "true" || ((j = X.dataset) == null ? void 0 : j.hidden) === "" || X.getAttribute("tabindex") === "-1")
|
|
4151
4267
|
break;
|
|
4152
|
-
|
|
4268
|
+
S.push(X);
|
|
4153
4269
|
}
|
|
4154
|
-
return s.value &&
|
|
4270
|
+
return s.value && S.push(r.value.querySelector(".bs-tab-list-toggle")), S;
|
|
4155
4271
|
});
|
|
4156
4272
|
function _() {
|
|
4157
4273
|
var le;
|
|
4158
|
-
let
|
|
4159
|
-
if ((le =
|
|
4160
|
-
for (let te = 0; te <
|
|
4161
|
-
if (E =
|
|
4274
|
+
let S = !1, E, j = 0, X = !1, ee = [];
|
|
4275
|
+
if ((le = k.value) != null && le.length) {
|
|
4276
|
+
for (let te = 0; te < k.value.length; te++) {
|
|
4277
|
+
if (E = k.value[te], E.setAttribute("tabindex", "-1"), X && te !== y.value) {
|
|
4162
4278
|
E.dataset.hidden = "true", ee.push(E);
|
|
4163
4279
|
continue;
|
|
4164
4280
|
}
|
|
4165
|
-
if (j = te <
|
|
4166
|
-
E.dataset.hidden = "true", ee.push(E),
|
|
4281
|
+
if (j = te < k.value.length - 1 ? $.value - P.value : $.value, c.value[te] > j) {
|
|
4282
|
+
E.dataset.hidden = "true", ee.push(E), S = !0, X = !0;
|
|
4167
4283
|
continue;
|
|
4168
4284
|
}
|
|
4169
4285
|
E.dataset.hidden = "false", E.setAttribute("tabindex", "0");
|
|
4170
4286
|
}
|
|
4171
|
-
s.value =
|
|
4172
|
-
M(),
|
|
4173
|
-
},
|
|
4287
|
+
s.value = S, u.value = ee, l.value || ce(() => l.value = !0), setTimeout(() => {
|
|
4288
|
+
M(), h.value = !0;
|
|
4289
|
+
}, h.value ? 0 : 1e3);
|
|
4174
4290
|
}
|
|
4175
4291
|
}
|
|
4176
|
-
function de(
|
|
4177
|
-
n("tabChange",
|
|
4292
|
+
function de(S) {
|
|
4293
|
+
n("tabChange", S), n("update:modelValue", S);
|
|
4178
4294
|
}
|
|
4179
|
-
function xe(
|
|
4180
|
-
var
|
|
4181
|
-
const E = (le = (ee = (
|
|
4182
|
-
return E || (
|
|
4295
|
+
function xe(S) {
|
|
4296
|
+
var X, ee, le;
|
|
4297
|
+
const E = (le = (ee = (X = k.value[S]) == null ? void 0 : X.getBoundingClientRect) == null ? void 0 : ee.call(X)) == null ? void 0 : le.width;
|
|
4298
|
+
return E || (S === 0 ? c.value[0] : c.value[S] - c.value[S - 1]) || 0;
|
|
4183
4299
|
}
|
|
4184
4300
|
function Ae() {
|
|
4185
|
-
var
|
|
4186
|
-
(
|
|
4301
|
+
var S;
|
|
4302
|
+
(S = k.value[y.value]) == null || S.setAttribute("aria-selected", "true"), _();
|
|
4187
4303
|
}
|
|
4188
4304
|
function Le() {
|
|
4189
|
-
var
|
|
4190
|
-
(
|
|
4305
|
+
var S;
|
|
4306
|
+
(S = g.value) == null || S.focus(), o.value = !1;
|
|
4191
4307
|
}
|
|
4192
4308
|
function Ve() {
|
|
4193
4309
|
o.value = !o.value, i.value || (i.value = !0);
|
|
4194
4310
|
}
|
|
4195
|
-
function Ee(
|
|
4311
|
+
function Ee(S) {
|
|
4196
4312
|
var E;
|
|
4197
|
-
o.value = !1, (E =
|
|
4313
|
+
o.value = !1, (E = g.value) == null || E.focus(), de(S);
|
|
4198
4314
|
}
|
|
4199
|
-
function De(
|
|
4315
|
+
function De(S) {
|
|
4200
4316
|
if (t.withBsTabs)
|
|
4201
4317
|
return;
|
|
4202
|
-
const E =
|
|
4318
|
+
const E = S.target.closest('[role="tab"]');
|
|
4203
4319
|
if (!E || E.getAttribute("aria-selected") === "true")
|
|
4204
4320
|
return;
|
|
4205
4321
|
const j = E.getAttribute("id");
|
|
4206
4322
|
de(j);
|
|
4207
4323
|
}
|
|
4208
|
-
function Oe(
|
|
4209
|
-
if (
|
|
4210
|
-
const E = F.value.findIndex((j) => j.id ===
|
|
4324
|
+
function Oe(S) {
|
|
4325
|
+
if (S.key === "ArrowLeft" || S.key === "ArrowRight") {
|
|
4326
|
+
const E = F.value.findIndex((j) => j.id === S.target.id);
|
|
4211
4327
|
if (E === -1)
|
|
4212
4328
|
return;
|
|
4213
|
-
|
|
4329
|
+
S.preventDefault(), S.stopPropagation(), S.key === "ArrowLeft" ? be(E) : he(E);
|
|
4214
4330
|
}
|
|
4215
4331
|
}
|
|
4216
|
-
function he(
|
|
4332
|
+
function he(S) {
|
|
4217
4333
|
var j;
|
|
4218
|
-
const E = (
|
|
4334
|
+
const E = (S + 1) % F.value.length;
|
|
4219
4335
|
(j = F.value[E]) == null || j.focus();
|
|
4220
4336
|
}
|
|
4221
|
-
function be(
|
|
4337
|
+
function be(S) {
|
|
4222
4338
|
var j;
|
|
4223
|
-
const E =
|
|
4339
|
+
const E = S === 0 ? F.value.length - 1 : S - 1;
|
|
4224
4340
|
(j = F.value[E]) == null || j.focus();
|
|
4225
4341
|
}
|
|
4226
4342
|
function M() {
|
|
4227
4343
|
var le, te, Ge, He;
|
|
4228
|
-
const
|
|
4229
|
-
let j = 300,
|
|
4230
|
-
s.value && m.value && (
|
|
4231
|
-
}
|
|
4232
|
-
function
|
|
4233
|
-
var
|
|
4234
|
-
(E = (
|
|
4235
|
-
}
|
|
4236
|
-
function
|
|
4237
|
-
x.value = new ResizeObserver((
|
|
4238
|
-
for (let E of
|
|
4239
|
-
|
|
4344
|
+
const S = parseInt(r.value.style.getPropertyValue("--active-line-offset")) || 0, E = $.value;
|
|
4345
|
+
let j = 300, X = ((te = (le = F.value) == null ? void 0 : le[y.value]) == null ? void 0 : te.offsetLeft) || 0, ee = xe(y.value);
|
|
4346
|
+
s.value && m.value && (X = (Ge = g.value) == null ? void 0 : Ge.offsetLeft, ee = (He = g.value) == null ? void 0 : He.offsetWidth), j = Math.max(Math.abs((X - S) / E * 300), 100), r.value.style.setProperty("--active-line-max-width", `${E}px`), r.value.style.setProperty("--active-line-scale", `${ee / E}`), r.value.style.setProperty("--active-line-offset", `${X}px`), r.value.style.setProperty("--active-line-transition-duration", `${j}ms`);
|
|
4347
|
+
}
|
|
4348
|
+
function W() {
|
|
4349
|
+
var S, E;
|
|
4350
|
+
(E = (S = x.value) == null ? void 0 : S.disconnect) == null || E.call(S), x.value = null;
|
|
4351
|
+
}
|
|
4352
|
+
function H() {
|
|
4353
|
+
x.value = new ResizeObserver((S) => {
|
|
4354
|
+
for (let E of S)
|
|
4355
|
+
$.value = E.contentBoxSize[0].inlineSize;
|
|
4240
4356
|
_();
|
|
4241
4357
|
}), x.value.observe(r.value);
|
|
4242
4358
|
}
|
|
4243
4359
|
function ue() {
|
|
4244
|
-
|
|
4360
|
+
k.value = Array.from(r.value.children).filter((S) => S.role === "tab");
|
|
4245
4361
|
}
|
|
4246
|
-
function
|
|
4247
|
-
let
|
|
4248
|
-
|
|
4249
|
-
|
|
4362
|
+
function ft() {
|
|
4363
|
+
let S;
|
|
4364
|
+
k.value.forEach((E, j) => {
|
|
4365
|
+
S = E.getBoundingClientRect().width + Cl, c.value.push(j ? S + c.value[j - 1] : S);
|
|
4250
4366
|
});
|
|
4251
4367
|
}
|
|
4252
4368
|
return R(() => t.activeTabId, Ae), Y(() => {
|
|
4253
|
-
var
|
|
4369
|
+
var S;
|
|
4254
4370
|
try {
|
|
4255
|
-
ue(),
|
|
4371
|
+
ue(), ft(), H(), $.value = r.value.getBoundingClientRect().width, _(), t.withBsTabs || (S = k.value[y.value]) == null || S.setAttribute("aria-selected", "true");
|
|
4256
4372
|
} catch (E) {
|
|
4257
4373
|
console.log("tab error", E);
|
|
4258
4374
|
}
|
|
4259
|
-
}), re(
|
|
4375
|
+
}), re(W), (S, E) => (d(), p("div", {
|
|
4260
4376
|
class: "bs-tab-list",
|
|
4261
4377
|
"data-component": "bs-tab-list",
|
|
4262
|
-
id:
|
|
4378
|
+
id: S.$attrs.id || f(C),
|
|
4263
4379
|
ref_key: "hostEl",
|
|
4264
4380
|
ref: r,
|
|
4265
4381
|
role: "tablist",
|
|
@@ -4268,27 +4384,27 @@ const $a = {
|
|
|
4268
4384
|
"on:tabClick": E[0] || (E[0] = (j) => de(j.detail)),
|
|
4269
4385
|
onKeydown: Oe
|
|
4270
4386
|
}, [
|
|
4271
|
-
L(
|
|
4272
|
-
|
|
4273
|
-
"aria-controls": f(
|
|
4387
|
+
L(S.$slots, "default"),
|
|
4388
|
+
b("button", {
|
|
4389
|
+
"aria-controls": f(q),
|
|
4274
4390
|
"aria-expanded": o.value,
|
|
4275
4391
|
class: "bs-tab-list-toggle",
|
|
4276
4392
|
"data-active": m.value || void 0,
|
|
4277
4393
|
"data-hidden": !s.value,
|
|
4278
4394
|
id: I.value,
|
|
4279
4395
|
ref_key: "dropdownToggle",
|
|
4280
|
-
ref:
|
|
4396
|
+
ref: g,
|
|
4281
4397
|
onClick: Ve
|
|
4282
4398
|
}, [
|
|
4283
|
-
V(f(
|
|
4284
|
-
|
|
4285
|
-
], 8,
|
|
4399
|
+
V(f(wt), { size: "sm" }),
|
|
4400
|
+
G(" " + T(A.value), 1)
|
|
4401
|
+
], 8, wl),
|
|
4286
4402
|
V(We, {
|
|
4287
4403
|
"anchor-id": I.value,
|
|
4288
|
-
"container-id":
|
|
4404
|
+
"container-id": S.$attrs.id || f(C),
|
|
4289
4405
|
"helper-description": e.helperDescription || void 0,
|
|
4290
4406
|
"helper-text": e.helperText,
|
|
4291
|
-
id: f(
|
|
4407
|
+
id: f(q),
|
|
4292
4408
|
"options-id": z.value,
|
|
4293
4409
|
position: "right",
|
|
4294
4410
|
preloaded: "",
|
|
@@ -4298,22 +4414,22 @@ const $a = {
|
|
|
4298
4414
|
"onUpdate:modelValue": Ee
|
|
4299
4415
|
}, {
|
|
4300
4416
|
default: D(() => [
|
|
4301
|
-
(d(!0),
|
|
4417
|
+
(d(!0), p(U, null, J(u.value, (j) => (d(), O(Ue, {
|
|
4302
4418
|
key: j.id,
|
|
4303
4419
|
value: j.id,
|
|
4304
4420
|
"options-id": z.value
|
|
4305
4421
|
}, {
|
|
4306
4422
|
default: D(() => [
|
|
4307
|
-
|
|
4423
|
+
G(T(j.textContent), 1)
|
|
4308
4424
|
]),
|
|
4309
4425
|
_: 2
|
|
4310
4426
|
}, 1032, ["value", "options-id"]))), 128))
|
|
4311
4427
|
]),
|
|
4312
4428
|
_: 1
|
|
4313
4429
|
}, 8, ["anchor-id", "container-id", "helper-description", "helper-text", "id", "options-id", "shown"])
|
|
4314
|
-
], 40,
|
|
4430
|
+
], 40, $l));
|
|
4315
4431
|
}
|
|
4316
|
-
},
|
|
4432
|
+
}, Tl = ["aria-labelledby", "data-active", "id"], mo = {
|
|
4317
4433
|
__name: "BsTabPanel",
|
|
4318
4434
|
props: {
|
|
4319
4435
|
activeTabId: {
|
|
@@ -4326,8 +4442,8 @@ const $a = {
|
|
|
4326
4442
|
}
|
|
4327
4443
|
},
|
|
4328
4444
|
setup(e) {
|
|
4329
|
-
const a = e, t = se(), n =
|
|
4330
|
-
return (i, u) => (d(),
|
|
4445
|
+
const a = e, t = se(), n = v(() => a.activeTabId && a.activeTabId === a.tabId), l = v(() => t.id || `${a.tabId}-panel`);
|
|
4446
|
+
return (i, u) => (d(), p("section", {
|
|
4331
4447
|
"aria-labelledby": e.tabId,
|
|
4332
4448
|
"data-active": n.value,
|
|
4333
4449
|
"data-component": "bs-tab-panel",
|
|
@@ -4335,9 +4451,9 @@ const $a = {
|
|
|
4335
4451
|
role: "tabpanel"
|
|
4336
4452
|
}, [
|
|
4337
4453
|
L(i.$slots, "default")
|
|
4338
|
-
], 8,
|
|
4454
|
+
], 8, Tl));
|
|
4339
4455
|
}
|
|
4340
|
-
},
|
|
4456
|
+
}, xl = ["data-error", "id", "rows", "value"], Al = {
|
|
4341
4457
|
__name: "BsTextarea",
|
|
4342
4458
|
props: {
|
|
4343
4459
|
error: {
|
|
@@ -4352,8 +4468,8 @@ const $a = {
|
|
|
4352
4468
|
},
|
|
4353
4469
|
emits: ["update:modelValue"],
|
|
4354
4470
|
setup(e, { emit: a }) {
|
|
4355
|
-
const t = e, n =
|
|
4356
|
-
return (l, i) => (d(),
|
|
4471
|
+
const t = e, n = v(() => ({ [t.error ? "aria-errormessage" : "aria-describedby"]: t.hintId }));
|
|
4472
|
+
return (l, i) => (d(), p("textarea", N({
|
|
4357
4473
|
class: "bs-textarea",
|
|
4358
4474
|
"data-component": "bs-textarea",
|
|
4359
4475
|
"data-error": e.error,
|
|
@@ -4361,9 +4477,9 @@ const $a = {
|
|
|
4361
4477
|
rows: l.$attrs.rows || 6,
|
|
4362
4478
|
value: e.value || e.modelValue,
|
|
4363
4479
|
onInput: i[0] || (i[0] = (u) => l.$emit("update:modelValue", u.target.value))
|
|
4364
|
-
}, n.value), null, 16,
|
|
4480
|
+
}, n.value), null, 16, xl));
|
|
4365
4481
|
}
|
|
4366
|
-
},
|
|
4482
|
+
}, yo = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
4367
4483
|
__name: "BsTextareaField",
|
|
4368
4484
|
props: {
|
|
4369
4485
|
/** Sets the maximum value this textarea will allow. Will also display character count if present. This does not set maxlength, so users are able to enter text that is longer and edit it down. Enforcement of length must be by the developer. */
|
|
@@ -4412,15 +4528,15 @@ const $a = {
|
|
|
4412
4528
|
},
|
|
4413
4529
|
emits: ["update:modelValue"],
|
|
4414
4530
|
setup(e, { emit: a }) {
|
|
4415
|
-
const t = e, [n, l] =
|
|
4531
|
+
const t = e, [n, l] = Q(2), i = v(() => ma.concat(t.passAttrs.split(","))), u = v(() => {
|
|
4416
4532
|
var c;
|
|
4417
4533
|
return ((c = t.value || t.modelValue) == null ? void 0 : c.length) || 0;
|
|
4418
|
-
}), o =
|
|
4419
|
-
var c,
|
|
4420
|
-
return ((
|
|
4534
|
+
}), o = v(() => {
|
|
4535
|
+
var c, h;
|
|
4536
|
+
return ((h = (c = t.hints) == null ? void 0 : c.join) == null ? void 0 : h.call(c, `
|
|
4421
4537
|
`)) || t.hints;
|
|
4422
|
-
}), s =
|
|
4423
|
-
return (c,
|
|
4538
|
+
}), s = v(() => t.error && t.errorMsg || t.hint || o.value || void 0), r = v(() => t.inputId || n.value);
|
|
4539
|
+
return (c, h) => (d(), p("div", N({ "data-component": "bs-textarea-field" }, f(K)(c.$attrs, i.value).remaining), [
|
|
4424
4540
|
e.label || c.$slots.label ? (d(), O(ne, {
|
|
4425
4541
|
key: 0,
|
|
4426
4542
|
for: c.$attrs.id || r.value,
|
|
@@ -4429,12 +4545,12 @@ const $a = {
|
|
|
4429
4545
|
}, {
|
|
4430
4546
|
default: D(() => [
|
|
4431
4547
|
L(c.$slots, "label", {}, () => [
|
|
4432
|
-
|
|
4548
|
+
G(T(e.label), 1)
|
|
4433
4549
|
])
|
|
4434
4550
|
]),
|
|
4435
4551
|
_: 3
|
|
4436
|
-
}, 8, ["for", "disabled", "required"])) :
|
|
4437
|
-
V(
|
|
4552
|
+
}, 8, ["for", "disabled", "required"])) : w("", !0),
|
|
4553
|
+
V(Al, N({
|
|
4438
4554
|
disabled: e.disabled,
|
|
4439
4555
|
error: e.error,
|
|
4440
4556
|
"hint-id": f(l),
|
|
@@ -4443,7 +4559,7 @@ const $a = {
|
|
|
4443
4559
|
required: e.required,
|
|
4444
4560
|
rows: e.rows,
|
|
4445
4561
|
value: e.value || e.modelValue,
|
|
4446
|
-
"onUpdate:modelValue":
|
|
4562
|
+
"onUpdate:modelValue": h[0] || (h[0] = (k) => c.$emit("update:modelValue", k))
|
|
4447
4563
|
}, f(K)(c.$attrs, i.value).filtered), null, 16, ["disabled", "error", "hint-id", "id", "placeholder", "required", "rows", "value"]),
|
|
4448
4564
|
s.value || e.charMax ? (d(), O(pe, {
|
|
4449
4565
|
key: 1,
|
|
@@ -4454,10 +4570,75 @@ const $a = {
|
|
|
4454
4570
|
"error-msg": e.errorMsg,
|
|
4455
4571
|
hint: e.hint || o.value,
|
|
4456
4572
|
"hint-id": f(l)
|
|
4457
|
-
}, null, 8, ["char-count", "char-max", "data-disabled", "error", "error-msg", "hint", "hint-id"])) :
|
|
4573
|
+
}, null, 8, ["char-count", "char-max", "data-disabled", "error", "error-msg", "hint", "hint-id"])) : w("", !0)
|
|
4458
4574
|
], 16));
|
|
4459
4575
|
}
|
|
4460
|
-
}),
|
|
4576
|
+
}), Ll = ["aria-valuemax", "aria-valuenow", "aria-valuetext"], Vl = ["data-status"], El = { class: "visually-hidden" }, Bo = {
|
|
4577
|
+
__name: "BsTimeline",
|
|
4578
|
+
props: {
|
|
4579
|
+
/** @type {Status} */
|
|
4580
|
+
currentStatus: {
|
|
4581
|
+
type: String,
|
|
4582
|
+
validator: (e) => [
|
|
4583
|
+
"cancelled",
|
|
4584
|
+
"complete",
|
|
4585
|
+
"error",
|
|
4586
|
+
"in-progress",
|
|
4587
|
+
"not-started",
|
|
4588
|
+
"ongoing",
|
|
4589
|
+
"paused",
|
|
4590
|
+
"warning"
|
|
4591
|
+
].includes(e)
|
|
4592
|
+
},
|
|
4593
|
+
currentStep: {
|
|
4594
|
+
type: Number,
|
|
4595
|
+
default: 0
|
|
4596
|
+
},
|
|
4597
|
+
/** @type {Array<Step|string>} */
|
|
4598
|
+
steps: {
|
|
4599
|
+
type: Array,
|
|
4600
|
+
required: !0
|
|
4601
|
+
}
|
|
4602
|
+
},
|
|
4603
|
+
setup(e) {
|
|
4604
|
+
const a = e, t = {
|
|
4605
|
+
cancelled: kt,
|
|
4606
|
+
complete: It,
|
|
4607
|
+
error: Ct,
|
|
4608
|
+
"in-progress": Tt,
|
|
4609
|
+
"not-started": Ye,
|
|
4610
|
+
ongoing: xt,
|
|
4611
|
+
paused: At,
|
|
4612
|
+
warning: st
|
|
4613
|
+
}, { progressStep: n, progressText: l, getStatus: i } = ct(a);
|
|
4614
|
+
function u(o, s) {
|
|
4615
|
+
return o = i(o, s), t[o] || Ye;
|
|
4616
|
+
}
|
|
4617
|
+
return (o, s) => (d(), p("div", {
|
|
4618
|
+
"aria-valuemax": e.steps.length,
|
|
4619
|
+
"aria-valuenow": f(n),
|
|
4620
|
+
"aria-valuetext": f(l),
|
|
4621
|
+
class: "bs-timeline",
|
|
4622
|
+
role: "progressbar"
|
|
4623
|
+
}, [
|
|
4624
|
+
(d(!0), p(U, null, J(e.steps, (r, c) => (d(), p("div", {
|
|
4625
|
+
class: "bs-step-item",
|
|
4626
|
+
"data-status": f(i)(r.status, c),
|
|
4627
|
+
key: r.id || r.label,
|
|
4628
|
+
role: "status"
|
|
4629
|
+
}, [
|
|
4630
|
+
(d(), O(Z(u(r.status, c)), {
|
|
4631
|
+
class: "bs-step-icon",
|
|
4632
|
+
role: "presentation"
|
|
4633
|
+
})),
|
|
4634
|
+
b("p", null, [
|
|
4635
|
+
G(T(r.label || r) + " ", 1),
|
|
4636
|
+
b("span", El, " : " + T(f(i)(r.status, c) || "not started"), 1)
|
|
4637
|
+
])
|
|
4638
|
+
], 8, Vl))), 128))
|
|
4639
|
+
], 8, Ll));
|
|
4640
|
+
}
|
|
4641
|
+
}, Dl = ["data-variant", "data-stacked"], So = /* @__PURE__ */ Object.assign({ inheritAttrs: !1 }, {
|
|
4461
4642
|
__name: "BsToast",
|
|
4462
4643
|
props: {
|
|
4463
4644
|
shown: {
|
|
@@ -4521,93 +4702,93 @@ const $a = {
|
|
|
4521
4702
|
duration: 200,
|
|
4522
4703
|
"enter-attribute": "data-shown",
|
|
4523
4704
|
onAfterEnter: s,
|
|
4524
|
-
onAfterLeave: c[0] || (c[0] = (
|
|
4705
|
+
onAfterLeave: c[0] || (c[0] = (h) => n("after-leave"))
|
|
4525
4706
|
}, {
|
|
4526
4707
|
default: D(() => [
|
|
4527
|
-
|
|
4708
|
+
b("div", N({
|
|
4528
4709
|
class: "bs-toast",
|
|
4529
4710
|
"data-variant": e.variant,
|
|
4530
4711
|
"data-stacked": f(u) || void 0,
|
|
4531
4712
|
role: "alert"
|
|
4532
4713
|
}, r.$attrs), [
|
|
4533
4714
|
L(r.$slots, "default")
|
|
4534
|
-
], 16,
|
|
4715
|
+
], 16, Dl)
|
|
4535
4716
|
]),
|
|
4536
4717
|
_: 3
|
|
4537
4718
|
}, 8, ["shown", "preloaded"]));
|
|
4538
4719
|
}
|
|
4539
|
-
}),
|
|
4720
|
+
}), Ol = ["data-stacked"], $o = {
|
|
4540
4721
|
__name: "BsToastActions",
|
|
4541
4722
|
setup(e) {
|
|
4542
|
-
const a =
|
|
4723
|
+
const a = B(!1);
|
|
4543
4724
|
Y(() => {
|
|
4544
4725
|
var l;
|
|
4545
|
-
const n =
|
|
4726
|
+
const n = bt();
|
|
4546
4727
|
((l = n.default) == null ? void 0 : l.call(n).length) > 2 && (a.value = !0);
|
|
4547
4728
|
});
|
|
4548
4729
|
const t = ie("handleDismiss");
|
|
4549
|
-
return (n, l) => (d(),
|
|
4730
|
+
return (n, l) => (d(), p("div", {
|
|
4550
4731
|
class: "bs-toast-actions",
|
|
4551
4732
|
"data-stacked": a.value || void 0
|
|
4552
4733
|
}, [
|
|
4553
4734
|
L(n.$slots, "default", {}, () => [
|
|
4554
|
-
V(
|
|
4735
|
+
V(ta, {
|
|
4555
4736
|
size: "sm",
|
|
4556
4737
|
"text-btn": "",
|
|
4557
4738
|
onClick: f(t)
|
|
4558
4739
|
}, {
|
|
4559
4740
|
default: D(() => [
|
|
4560
|
-
|
|
4741
|
+
G(" Dismiss ")
|
|
4561
4742
|
]),
|
|
4562
4743
|
_: 1
|
|
4563
4744
|
}, 8, ["onClick"])
|
|
4564
4745
|
])
|
|
4565
|
-
], 8,
|
|
4746
|
+
], 8, Ol));
|
|
4566
4747
|
}
|
|
4567
|
-
},
|
|
4748
|
+
}, Pl = (e, a) => {
|
|
4568
4749
|
const t = e.__vccOpts || e;
|
|
4569
4750
|
for (const [n, l] of a)
|
|
4570
4751
|
t[n] = l;
|
|
4571
4752
|
return t;
|
|
4572
|
-
},
|
|
4573
|
-
function
|
|
4574
|
-
return d(),
|
|
4753
|
+
}, ql = {}, Ml = { class: "bs-toast-body" };
|
|
4754
|
+
function zl(e, a) {
|
|
4755
|
+
return d(), p("div", Ml, [
|
|
4575
4756
|
L(e.$slots, "default")
|
|
4576
4757
|
]);
|
|
4577
4758
|
}
|
|
4578
|
-
const
|
|
4759
|
+
const wo = /* @__PURE__ */ Pl(ql, [["render", zl]]), Nl = ["data-variant"], ko = {
|
|
4579
4760
|
__name: "BsToastHeader",
|
|
4580
4761
|
setup(e) {
|
|
4581
|
-
const a = ie("variant"), t =
|
|
4762
|
+
const a = ie("variant"), t = v(() => {
|
|
4582
4763
|
switch (a) {
|
|
4583
4764
|
case "warning":
|
|
4584
4765
|
return ze;
|
|
4585
4766
|
case "positive":
|
|
4586
|
-
return
|
|
4767
|
+
return Lt;
|
|
4587
4768
|
case "negative":
|
|
4588
4769
|
return ze;
|
|
4589
4770
|
default:
|
|
4590
|
-
return
|
|
4771
|
+
return st;
|
|
4591
4772
|
}
|
|
4592
4773
|
});
|
|
4593
|
-
return (n, l) => (d(),
|
|
4774
|
+
return (n, l) => (d(), p("div", {
|
|
4594
4775
|
class: "bs-toast-header",
|
|
4595
4776
|
"data-variant": f(a)
|
|
4596
4777
|
}, [
|
|
4597
|
-
(d(), O(
|
|
4598
|
-
|
|
4778
|
+
(d(), O(Z(t.value), { class: "bs-toast-header-icon" })),
|
|
4779
|
+
b("h5", null, [
|
|
4599
4780
|
L(n.$slots, "default")
|
|
4600
4781
|
])
|
|
4601
|
-
], 8,
|
|
4782
|
+
], 8, Nl));
|
|
4602
4783
|
}
|
|
4603
|
-
},
|
|
4784
|
+
}, Rl = { class: "bs-toaster" }, Io = {
|
|
4604
4785
|
__name: "BsToaster",
|
|
4605
4786
|
setup(e) {
|
|
4606
|
-
return oe("stacked", !0), (a, t) => (d(),
|
|
4787
|
+
return oe("stacked", !0), (a, t) => (d(), p("div", Rl, [
|
|
4607
4788
|
L(a.$slots, "default")
|
|
4608
4789
|
]));
|
|
4609
4790
|
}
|
|
4610
|
-
},
|
|
4791
|
+
}, jl = ["data-position"], Fl = ["id"], Co = {
|
|
4611
4792
|
__name: "BsTooltip",
|
|
4612
4793
|
props: {
|
|
4613
4794
|
tooltipId: {
|
|
@@ -4634,7 +4815,7 @@ const to = /* @__PURE__ */ ml(gl, [["render", Bl]]), $l = ["data-variant"], ao =
|
|
|
4634
4815
|
}
|
|
4635
4816
|
},
|
|
4636
4817
|
setup(e) {
|
|
4637
|
-
const a = e, t =
|
|
4818
|
+
const a = e, t = B(!1), n = B(!1), l = v(() => {
|
|
4638
4819
|
let o = "bs-tooltip-text";
|
|
4639
4820
|
return n.value && (a.position === void 0 || a.position === "top" || a.position === "bottom" ? o += " escaped-x" : a.position === "left" || a.position === "right" ? o += " escaped-y" : o += " escaped"), o;
|
|
4640
4821
|
});
|
|
@@ -4647,7 +4828,7 @@ const to = /* @__PURE__ */ ml(gl, [["render", Bl]]), $l = ["data-variant"], ao =
|
|
|
4647
4828
|
function u() {
|
|
4648
4829
|
t.value = !1, n.value = !1;
|
|
4649
4830
|
}
|
|
4650
|
-
return (o, s) => (d(),
|
|
4831
|
+
return (o, s) => (d(), p("div", {
|
|
4651
4832
|
class: "bs-tooltip",
|
|
4652
4833
|
"data-position": e.position || void 0,
|
|
4653
4834
|
"data-component": "bs-tooltip",
|
|
@@ -4657,63 +4838,66 @@ const to = /* @__PURE__ */ ml(gl, [["render", Bl]]), $l = ["data-variant"], ao =
|
|
|
4657
4838
|
onFocusout: u
|
|
4658
4839
|
}, [
|
|
4659
4840
|
L(o.$slots, "default"),
|
|
4660
|
-
e.content ? (d(),
|
|
4841
|
+
e.content ? (d(), p("div", {
|
|
4661
4842
|
key: 0,
|
|
4662
4843
|
class: ae(l.value),
|
|
4663
4844
|
id: e.tooltipId,
|
|
4664
4845
|
role: "tooltip"
|
|
4665
|
-
}, T(e.content), 11,
|
|
4666
|
-
], 40,
|
|
4846
|
+
}, T(e.content), 11, Fl)) : w("", !0)
|
|
4847
|
+
], 40, jl));
|
|
4667
4848
|
}
|
|
4668
4849
|
};
|
|
4669
4850
|
export {
|
|
4670
|
-
|
|
4671
|
-
|
|
4672
|
-
|
|
4673
|
-
|
|
4674
|
-
|
|
4675
|
-
|
|
4676
|
-
|
|
4677
|
-
|
|
4678
|
-
|
|
4679
|
-
|
|
4851
|
+
Xl as BsAccordion,
|
|
4852
|
+
Jt as BsBadge,
|
|
4853
|
+
Ql as BsBanner,
|
|
4854
|
+
ta as BsButton,
|
|
4855
|
+
Jl as BsCalendar,
|
|
4856
|
+
Zl as BsChartBar,
|
|
4857
|
+
_l as BsCheckbox,
|
|
4858
|
+
eo as BsCircleButton,
|
|
4859
|
+
dt as BsDropdown,
|
|
4860
|
+
ln as BsDropdownMultiselect,
|
|
4680
4861
|
Ue as BsDropdownOption,
|
|
4681
4862
|
ye as BsDropdownOptionBuilder,
|
|
4682
4863
|
Fe as BsDropdownOptionList,
|
|
4683
4864
|
We as BsDropdownWithOptions,
|
|
4684
|
-
|
|
4865
|
+
to as BsDropdownWithToggle,
|
|
4685
4866
|
pe as BsFieldDetails,
|
|
4686
|
-
|
|
4687
|
-
|
|
4867
|
+
dn as BsFilterButton,
|
|
4868
|
+
ao as BsIconGradientWrapper,
|
|
4688
4869
|
ve as BsInput,
|
|
4689
4870
|
Ce as BsInputAddon,
|
|
4690
|
-
|
|
4691
|
-
|
|
4692
|
-
|
|
4693
|
-
|
|
4871
|
+
no as BsInputField,
|
|
4872
|
+
lo as BsInputPhone,
|
|
4873
|
+
mn as BsInputSearch,
|
|
4874
|
+
oo as BsInputTypeahead,
|
|
4694
4875
|
ne as BsLabel,
|
|
4695
|
-
|
|
4696
|
-
|
|
4697
|
-
|
|
4698
|
-
|
|
4699
|
-
|
|
4700
|
-
|
|
4701
|
-
|
|
4702
|
-
|
|
4703
|
-
|
|
4704
|
-
|
|
4705
|
-
|
|
4706
|
-
|
|
4707
|
-
|
|
4708
|
-
|
|
4709
|
-
|
|
4710
|
-
|
|
4711
|
-
|
|
4712
|
-
|
|
4713
|
-
|
|
4714
|
-
|
|
4715
|
-
|
|
4716
|
-
|
|
4717
|
-
|
|
4876
|
+
Cn as BsLoader,
|
|
4877
|
+
io as BsModal,
|
|
4878
|
+
An as BsOverlay,
|
|
4879
|
+
ro as BsPagination,
|
|
4880
|
+
so as BsPill,
|
|
4881
|
+
uo as BsProfile,
|
|
4882
|
+
nl as BsProfileDetails,
|
|
4883
|
+
ut as BsProfileImg,
|
|
4884
|
+
co as BsProgressBar,
|
|
4885
|
+
fo as BsRadio,
|
|
4886
|
+
dl as BsSelect,
|
|
4887
|
+
po as BsSelectField,
|
|
4888
|
+
vo as BsSpinner,
|
|
4889
|
+
ho as BsSwitch,
|
|
4890
|
+
bo as BsTab,
|
|
4891
|
+
go as BsTabList,
|
|
4892
|
+
mo as BsTabPanel,
|
|
4893
|
+
Al as BsTextarea,
|
|
4894
|
+
yo as BsTextareaField,
|
|
4895
|
+
Bo as BsTimeline,
|
|
4896
|
+
So as BsToast,
|
|
4897
|
+
$o as BsToastActions,
|
|
4898
|
+
wo as BsToastBody,
|
|
4899
|
+
ko as BsToastHeader,
|
|
4900
|
+
Io as BsToaster,
|
|
4901
|
+
Co as BsTooltip,
|
|
4718
4902
|
Te as BsTransition
|
|
4719
4903
|
};
|