@wwtdev/bsds-components-vue3 1.16.2 → 1.16.3
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/nuxt/bsds-components.mjs +169 -169
- package/nuxt/bsds-components.umd.js +1 -1
- package/package.json +2 -2
package/nuxt/bsds-components.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { openBlock as i, createElementBlock as c, mergeProps as f, renderSlot as g, computed as B, unref as T, createBlock as x, withCtx as w, createElementVNode as b, normalizeProps as K, guardReactiveProps as Q, ref as $, onMounted as W, resolveDynamicComponent as H, createCommentVNode as j, toDisplayString as F, useAttrs as S, normalizeStyle as $e, Fragment as U, renderList as _, createVNode as Be, normalizeClass as ee, watch as pe, onUnmounted as te, createTextVNode as ye } from "vue";
|
|
1
|
+
import { openBlock as i, createElementBlock as c, mergeProps as f, renderSlot as g, computed as B, unref as T, createBlock as x, withCtx as w, createElementVNode as b, normalizeProps as K, guardReactiveProps as Q, ref as $, onMounted as W, resolveDynamicComponent as H, createCommentVNode as j, toDisplayString as F, useAttrs as S, normalizeStyle as $e, Fragment as U, renderList as _, createVNode as Be, normalizeClass as ee, watch as pe, onUnmounted as te, createTextVNode as ye, nextTick as Te } from "vue";
|
|
2
2
|
import { ClientOnly as D } from "#components";
|
|
3
|
-
import { v4 as
|
|
4
|
-
const
|
|
3
|
+
import { v4 as Ie } from "uuid";
|
|
4
|
+
const xe = ["color", "count", "count-max", "dot", "label", "position", "show-zero"], Wt = {
|
|
5
5
|
__name: "BsBadge",
|
|
6
6
|
props: {
|
|
7
7
|
color: {},
|
|
@@ -24,9 +24,9 @@ const Ie = ["color", "count", "count-max", "dot", "label", "position", "show-zer
|
|
|
24
24
|
"show-zero": e.showZero
|
|
25
25
|
}), [
|
|
26
26
|
g(a.$slots, "default")
|
|
27
|
-
], 16,
|
|
27
|
+
], 16, xe));
|
|
28
28
|
}
|
|
29
|
-
},
|
|
29
|
+
}, we = ["char-count", "char-max"], Gt = {
|
|
30
30
|
__name: "BsCharacterCount",
|
|
31
31
|
props: {
|
|
32
32
|
charCount: {},
|
|
@@ -37,9 +37,9 @@ const Ie = ["color", "count", "count-max", "dot", "label", "position", "show-zer
|
|
|
37
37
|
return (a, t) => (i(), c("bs-character-count", f(a.$attrs, {
|
|
38
38
|
"char-count": e.charCount,
|
|
39
39
|
"char-max": e.charMax
|
|
40
|
-
}), null, 16,
|
|
40
|
+
}), null, 16, we));
|
|
41
41
|
}
|
|
42
|
-
},
|
|
42
|
+
}, Ce = ["chart-title", "data", "dataIdxLabels", "show-legend", "show-tooltips", "show-x-grid", "show-y-grid", "stacked", "x-label", "y-label"], Nt = {
|
|
43
43
|
__name: "BsChartBar",
|
|
44
44
|
props: {
|
|
45
45
|
chartTitle: {},
|
|
@@ -66,9 +66,9 @@ const Ie = ["color", "count", "count-max", "dot", "label", "position", "show-zer
|
|
|
66
66
|
stacked: e.stacked,
|
|
67
67
|
"x-label": e.xLabel,
|
|
68
68
|
"y-label": e.yLabel
|
|
69
|
-
}), null, 16,
|
|
69
|
+
}), null, 16, Ce));
|
|
70
70
|
}
|
|
71
|
-
},
|
|
71
|
+
}, ke = ["data", "dataIdxLabels", "table-title"], Ht = {
|
|
72
72
|
__name: "BsChartTable",
|
|
73
73
|
props: {
|
|
74
74
|
data: {},
|
|
@@ -81,9 +81,9 @@ const Ie = ["color", "count", "count-max", "dot", "label", "position", "show-zer
|
|
|
81
81
|
data: e.data,
|
|
82
82
|
dataIdxLabels: e.dataIdxLabels,
|
|
83
83
|
"table-title": e.tableTitle
|
|
84
|
-
}), null, 16,
|
|
84
|
+
}), null, 16, ke));
|
|
85
85
|
}
|
|
86
|
-
},
|
|
86
|
+
}, Ae = ["label", "checked", "checked-partially", "disabled", "error", "input-id", "pass-attrs", "required", "size"], jt = {
|
|
87
87
|
__name: "BsCheckbox",
|
|
88
88
|
props: {
|
|
89
89
|
label: {},
|
|
@@ -110,7 +110,7 @@ const Ie = ["color", "count", "count-max", "dot", "label", "position", "show-zer
|
|
|
110
110
|
required: e.required,
|
|
111
111
|
size: e.size,
|
|
112
112
|
onChange: t[0] || (t[0] = (n) => l("update:modelValue", n.target.checked))
|
|
113
|
-
}), null, 16,
|
|
113
|
+
}), null, 16, Ae));
|
|
114
114
|
}
|
|
115
115
|
};
|
|
116
116
|
function M(e) {
|
|
@@ -127,7 +127,7 @@ function M(e) {
|
|
|
127
127
|
}
|
|
128
128
|
return { onLinkClick: t };
|
|
129
129
|
}
|
|
130
|
-
const
|
|
130
|
+
const Le = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-position", "label", "pass-attrs", "text-btn", "size"], Ut = {
|
|
131
131
|
__name: "BsCircleButton",
|
|
132
132
|
props: {
|
|
133
133
|
disabled: {},
|
|
@@ -157,9 +157,9 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
157
157
|
"text-btn": e.textBtn,
|
|
158
158
|
size: e.size,
|
|
159
159
|
onClick: r[0] || (r[0] = (...o) => T(t) && T(t)(...o))
|
|
160
|
-
}), null, 16,
|
|
160
|
+
}), null, 16, Le));
|
|
161
161
|
}
|
|
162
|
-
},
|
|
162
|
+
}, Ve = ["width", "top", "center", "right", "toggle-id", "container-id", "helper-text", "helper-description", "enter-controlled", "enter-trigger", "leave-trigger"], Yt = {
|
|
163
163
|
__name: "BsDropdown",
|
|
164
164
|
props: {
|
|
165
165
|
width: { default: void 0 },
|
|
@@ -195,12 +195,12 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
195
195
|
onLeaveend: t[2] || (t[2] = (n) => l("leaveend", n.detail))
|
|
196
196
|
}), [
|
|
197
197
|
g(a.$slots, "default")
|
|
198
|
-
], 16,
|
|
198
|
+
], 16, Ve)
|
|
199
199
|
]),
|
|
200
200
|
_: 3
|
|
201
201
|
}));
|
|
202
202
|
}
|
|
203
|
-
},
|
|
203
|
+
}, ze = ["value", "variant", "options-id", "selected", "focused", "index"], Xt = {
|
|
204
204
|
__name: "BsDropdownOption",
|
|
205
205
|
props: {
|
|
206
206
|
value: {},
|
|
@@ -223,9 +223,9 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
223
223
|
onOptselect: t[1] || (t[1] = (n) => l("optselect", n.detail))
|
|
224
224
|
}), [
|
|
225
225
|
g(a.$slots, "default")
|
|
226
|
-
], 16,
|
|
226
|
+
], 16, ze));
|
|
227
227
|
}
|
|
228
|
-
},
|
|
228
|
+
}, De = ["options-id", "visible", "focus-delay", "label", "selected-value"], Zt = {
|
|
229
229
|
__name: "BsDropdownOptionList",
|
|
230
230
|
props: {
|
|
231
231
|
optionsId: {},
|
|
@@ -248,12 +248,12 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
248
248
|
onClose: t[1] || (t[1] = (n) => l("close", n.detail))
|
|
249
249
|
}), [
|
|
250
250
|
g(a.$slots, "default")
|
|
251
|
-
], 16,
|
|
251
|
+
], 16, De)
|
|
252
252
|
]),
|
|
253
253
|
_: 3
|
|
254
254
|
}));
|
|
255
255
|
}
|
|
256
|
-
},
|
|
256
|
+
}, qe = ["toggle-id", "container-id", "options-id", "width", "top", "center", "label", "selected-value", "enter-controlled", "enter-trigger", "leave-trigger", "helper-text", "helper-description", "right"], Jt = {
|
|
257
257
|
__name: "BsDropdownWithOptions",
|
|
258
258
|
props: {
|
|
259
259
|
toggleId: {},
|
|
@@ -296,12 +296,12 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
296
296
|
onLeaveend: t[3] || (t[3] = (n) => l("leaveend", n.detail))
|
|
297
297
|
}), [
|
|
298
298
|
g(a.$slots, "default")
|
|
299
|
-
], 16,
|
|
299
|
+
], 16, qe)
|
|
300
300
|
]),
|
|
301
301
|
_: 3
|
|
302
302
|
}));
|
|
303
303
|
}
|
|
304
|
-
},
|
|
304
|
+
}, Pe = ["char-count", "char-max", "error", "error-msg", "hint", "hint-id"], Kt = {
|
|
305
305
|
__name: "BsFieldDetails",
|
|
306
306
|
props: {
|
|
307
307
|
charCount: {},
|
|
@@ -320,9 +320,9 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
320
320
|
"error-msg": e.errorMsg,
|
|
321
321
|
hint: e.hint,
|
|
322
322
|
"hint-id": e.hintId
|
|
323
|
-
}), null, 16,
|
|
323
|
+
}), null, 16, Pe));
|
|
324
324
|
}
|
|
325
|
-
},
|
|
325
|
+
}, Se = ["char-count", "char-max", "disabled", "error", "hints", "label", "label-for", "required", "hint-id"], Qt = {
|
|
326
326
|
__name: "BsFieldLayout",
|
|
327
327
|
props: {
|
|
328
328
|
charCount: {},
|
|
@@ -349,9 +349,9 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
349
349
|
"hint-id": e.hintId
|
|
350
350
|
}), [
|
|
351
351
|
g(a.$slots, "default")
|
|
352
|
-
], 16,
|
|
352
|
+
], 16, Se));
|
|
353
353
|
}
|
|
354
|
-
},
|
|
354
|
+
}, Me = ["error", "hint-id", "hints"], _t = {
|
|
355
355
|
__name: "BsHint",
|
|
356
356
|
props: {
|
|
357
357
|
error: {},
|
|
@@ -364,9 +364,9 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
364
364
|
error: e.error,
|
|
365
365
|
"hint-id": e.hintId,
|
|
366
366
|
hints: e.hints
|
|
367
|
-
}), null, 16,
|
|
367
|
+
}), null, 16, Me));
|
|
368
368
|
}
|
|
369
|
-
},
|
|
369
|
+
}, Ee = ["disabled", "error", "input-id", "pass-attrs", "placeholder", "required", "type", "value", "hint-id"], ea = {
|
|
370
370
|
__name: "BsInput",
|
|
371
371
|
props: {
|
|
372
372
|
disabled: { default: !1 },
|
|
@@ -393,9 +393,9 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
393
393
|
value: e.value || e.modelValue,
|
|
394
394
|
"hint-id": e.hintId,
|
|
395
395
|
onInput: t[0] || (t[0] = (n) => l("update:modelValue", n.target.value))
|
|
396
|
-
}), null, 16,
|
|
396
|
+
}), null, 16, Ee));
|
|
397
397
|
}
|
|
398
|
-
},
|
|
398
|
+
}, Oe = ["disabled", "error", "error-msg", "hint", "hints", "input-id", "label", "pass-attrs", "placeholder", "required", "type", "value"], ta = {
|
|
399
399
|
__name: "BsInputField",
|
|
400
400
|
props: {
|
|
401
401
|
disabled: { default: !1 },
|
|
@@ -428,9 +428,9 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
428
428
|
type: e.type,
|
|
429
429
|
value: e.value || e.modelValue,
|
|
430
430
|
onInput: t[0] || (t[0] = (n) => l("update:modelValue", n.target.value))
|
|
431
|
-
}), null, 16,
|
|
431
|
+
}), null, 16, Oe));
|
|
432
432
|
}
|
|
433
|
-
},
|
|
433
|
+
}, Fe = ["disabled", "pass-attrs", "placeholder", "hint-id", "input-id", "value", "hide-clear"], aa = {
|
|
434
434
|
__name: "BsInputSearch",
|
|
435
435
|
props: {
|
|
436
436
|
disabled: { default: !1 },
|
|
@@ -454,9 +454,9 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
454
454
|
"hide-clear": e.hideClear,
|
|
455
455
|
onClear: t[0] || (t[0] = (n) => l("clear", n.detail)),
|
|
456
456
|
onInput: t[1] || (t[1] = (n) => l("update:modelValue", n.target.value))
|
|
457
|
-
}), null, 16,
|
|
457
|
+
}), null, 16, Fe));
|
|
458
458
|
}
|
|
459
|
-
},
|
|
459
|
+
}, Re = ["size", "variant"], na = {
|
|
460
460
|
__name: "BsLoader",
|
|
461
461
|
props: {
|
|
462
462
|
size: {},
|
|
@@ -467,9 +467,9 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
467
467
|
return (a, t) => (i(), c("bs-loader", f(a.$attrs, {
|
|
468
468
|
size: e.size,
|
|
469
469
|
variant: e.variant
|
|
470
|
-
}), null, 16,
|
|
470
|
+
}), null, 16, Re));
|
|
471
471
|
}
|
|
472
|
-
},
|
|
472
|
+
}, We = ["alert", "close-button", "enter-controlled", "enter-trigger", "leave-trigger"], la = {
|
|
473
473
|
__name: "BsModal",
|
|
474
474
|
props: {
|
|
475
475
|
alert: { default: !1 },
|
|
@@ -493,12 +493,12 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
493
493
|
onLeaveend: t[2] || (t[2] = (n) => l("leaveend", n.detail))
|
|
494
494
|
}), [
|
|
495
495
|
g(a.$slots, "default")
|
|
496
|
-
], 16,
|
|
496
|
+
], 16, We)
|
|
497
497
|
]),
|
|
498
498
|
_: 3
|
|
499
499
|
}));
|
|
500
500
|
}
|
|
501
|
-
},
|
|
501
|
+
}, Ge = ["enter-controlled", "enter-trigger", "leave-trigger"], sa = {
|
|
502
502
|
__name: "BsOverlay",
|
|
503
503
|
props: {
|
|
504
504
|
enterControlled: { default: !1 },
|
|
@@ -515,12 +515,12 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
515
515
|
"leave-trigger": e.leaveTrigger,
|
|
516
516
|
onEnterend: t[0] || (t[0] = (n) => l("enterend", n.detail)),
|
|
517
517
|
onLeaveend: t[1] || (t[1] = (n) => l("leaveend", n.detail))
|
|
518
|
-
}), null, 16,
|
|
518
|
+
}), null, 16, Ge)
|
|
519
519
|
]),
|
|
520
520
|
_: 1
|
|
521
521
|
}));
|
|
522
522
|
}
|
|
523
|
-
},
|
|
523
|
+
}, Ne = ["show-first-last-buttons", "prev-page-text", "first-page-text", "next-page-text", "last-page-text", "fixed", "variant", "selection", "center-display", "break-text", "page-range", "page-count", "center-label", "items-per-group", "items-count", "results-increments"], ia = {
|
|
524
524
|
__name: "BsPagination",
|
|
525
525
|
props: {
|
|
526
526
|
showFirstLastButtons: { default: !1 },
|
|
@@ -560,9 +560,9 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
560
560
|
"items-count": e.itemsCount,
|
|
561
561
|
"results-increments": e.resultsIncrements,
|
|
562
562
|
onSelchange: t[0] || (t[0] = (n) => l("selchange", n.detail))
|
|
563
|
-
}), null, 16,
|
|
563
|
+
}), null, 16, Ne));
|
|
564
564
|
}
|
|
565
|
-
},
|
|
565
|
+
}, He = ["layout", "href", "image-src", "image-size", "initials", "profile-name", "company", "job-title", "email", "action", "action-icon", "misc-meta", "misc-meta-icon"], ra = {
|
|
566
566
|
__name: "BsProfile",
|
|
567
567
|
props: {
|
|
568
568
|
layout: {},
|
|
@@ -599,9 +599,9 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
599
599
|
"misc-meta-icon": e.miscMetaIcon,
|
|
600
600
|
onActionToggled: r[0] || (r[0] = (o) => l("action-toggled", o.detail)),
|
|
601
601
|
onClick: r[1] || (r[1] = (...o) => T(t) && T(t)(...o))
|
|
602
|
-
}), null, 16,
|
|
602
|
+
}), null, 16, He));
|
|
603
603
|
}
|
|
604
|
-
},
|
|
604
|
+
}, je = ["profile-name", "company", "job-title", "email", "action", "action-icon", "misc-meta", "misc-meta-icon"], da = {
|
|
605
605
|
__name: "BsProfileDetails",
|
|
606
606
|
props: {
|
|
607
607
|
profileName: {},
|
|
@@ -625,9 +625,9 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
625
625
|
"misc-meta": e.miscMeta,
|
|
626
626
|
"misc-meta-icon": e.miscMetaIcon,
|
|
627
627
|
onActionToggled: t[0] || (t[0] = (n) => l("action-toggled", n.detail))
|
|
628
|
-
}), null, 16,
|
|
628
|
+
}), null, 16, je));
|
|
629
629
|
}
|
|
630
|
-
},
|
|
630
|
+
}, Ue = ["src", "size", "initials", "profile-name"], oa = {
|
|
631
631
|
__name: "BsProfileImg",
|
|
632
632
|
props: {
|
|
633
633
|
src: {},
|
|
@@ -642,9 +642,9 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
642
642
|
size: e.size,
|
|
643
643
|
initials: e.initials,
|
|
644
644
|
"profile-name": e.profileName
|
|
645
|
-
}), null, 16,
|
|
645
|
+
}), null, 16, Ue));
|
|
646
646
|
}
|
|
647
|
-
},
|
|
647
|
+
}, Ye = ["layout", "href", "pass-attrs"], ua = {
|
|
648
648
|
__name: "BsProfileLayout",
|
|
649
649
|
props: {
|
|
650
650
|
layout: { default: "vertical" },
|
|
@@ -662,9 +662,9 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
662
662
|
onClick: r[0] || (r[0] = (...o) => T(t) && T(t)(...o))
|
|
663
663
|
}), [
|
|
664
664
|
g(n.$slots, "default")
|
|
665
|
-
], 16,
|
|
665
|
+
], 16, Ye));
|
|
666
666
|
}
|
|
667
|
-
},
|
|
667
|
+
}, Xe = ["label", "checked", "disabled", "error", "input-id", "pass-attrs", "required", "size", "value"], ca = {
|
|
668
668
|
__name: "BsRadio",
|
|
669
669
|
props: {
|
|
670
670
|
label: {},
|
|
@@ -691,9 +691,9 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
691
691
|
size: e.size,
|
|
692
692
|
value: e.value,
|
|
693
693
|
onChange: t[0] || (t[0] = (n) => l("update:modelValue", n.target.value))
|
|
694
|
-
}), null, 16,
|
|
694
|
+
}), null, 16, Xe));
|
|
695
695
|
}
|
|
696
|
-
},
|
|
696
|
+
}, Ze = ["disabled", "error", "error-msg", "input-id", "label", "hint", "hints", "placeholder", "required", "value", "pass-attrs", "data"], fa = {
|
|
697
697
|
__name: "BsSelectField",
|
|
698
698
|
props: {
|
|
699
699
|
disabled: { default: !1 },
|
|
@@ -726,9 +726,9 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
726
726
|
"pass-attrs": e.passAttrs,
|
|
727
727
|
data: e.data,
|
|
728
728
|
onChange: t[0] || (t[0] = (n) => l("update:modelValue", n.target.value))
|
|
729
|
-
}), null, 16,
|
|
729
|
+
}), null, 16, Ze));
|
|
730
730
|
}
|
|
731
|
-
},
|
|
731
|
+
}, Je = ["checked", "disabled", "hide-label", "input-id", "inner-on-label", "inner-off-label", "label", "pass-attrs", "size"], ha = {
|
|
732
732
|
__name: "BsSwitch",
|
|
733
733
|
props: {
|
|
734
734
|
checked: { default: !1 },
|
|
@@ -755,9 +755,9 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
755
755
|
"pass-attrs": e.passAttrs,
|
|
756
756
|
size: e.size,
|
|
757
757
|
onChange: t[0] || (t[0] = (n) => l("update:modelValue", n.target.checked))
|
|
758
|
-
}), null, 16,
|
|
758
|
+
}), null, 16, Je));
|
|
759
759
|
}
|
|
760
|
-
},
|
|
760
|
+
}, Ke = ["active-tab-id", "tab-id"], ba = {
|
|
761
761
|
__name: "BsTabPanel",
|
|
762
762
|
props: {
|
|
763
763
|
activeTabId: {},
|
|
@@ -770,9 +770,9 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
770
770
|
"tab-id": e.tabId
|
|
771
771
|
}), [
|
|
772
772
|
g(a.$slots, "default")
|
|
773
|
-
], 16,
|
|
773
|
+
], 16, Ke));
|
|
774
774
|
}
|
|
775
|
-
},
|
|
775
|
+
}, Qe = ["disabled", "error", "input-id", "pass-attrs", "placeholder", "required", "rows", "value", "hint-id"], va = {
|
|
776
776
|
__name: "BsTextarea",
|
|
777
777
|
props: {
|
|
778
778
|
disabled: { default: !1 },
|
|
@@ -799,9 +799,9 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
799
799
|
value: e.value || e.modelValue,
|
|
800
800
|
"hint-id": e.hintId,
|
|
801
801
|
onInput: t[0] || (t[0] = (n) => l("update:modelValue", n.target.value))
|
|
802
|
-
}), null, 16,
|
|
802
|
+
}), null, 16, Qe));
|
|
803
803
|
}
|
|
804
|
-
},
|
|
804
|
+
}, _e = ["char-max", "disabled", "error", "error-msg", "hint", "hints", "input-id", "label", "placeholder", "required", "rows", "value", "pass-attrs"], ma = {
|
|
805
805
|
__name: "BsTextareaField",
|
|
806
806
|
props: {
|
|
807
807
|
charMax: {},
|
|
@@ -836,9 +836,9 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
836
836
|
value: e.value || e.modelValue,
|
|
837
837
|
"pass-attrs": e.passAttrs,
|
|
838
838
|
onInput: t[0] || (t[0] = (n) => l("update:modelValue", n.target.value))
|
|
839
|
-
}), null, 16,
|
|
839
|
+
}), null, 16, _e));
|
|
840
840
|
}
|
|
841
|
-
},
|
|
841
|
+
}, et = ["toast-id", "variant", "stacked", "duration", "enter-controlled", "enter-trigger", "leave-trigger"], ga = {
|
|
842
842
|
__name: "BsToast",
|
|
843
843
|
props: {
|
|
844
844
|
toastId: {},
|
|
@@ -866,12 +866,12 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
866
866
|
onLeaveend: t[2] || (t[2] = (n) => l("leaveend", n.detail))
|
|
867
867
|
}), [
|
|
868
868
|
g(a.$slots, "default")
|
|
869
|
-
], 16,
|
|
869
|
+
], 16, et)
|
|
870
870
|
]),
|
|
871
871
|
_: 3
|
|
872
872
|
}));
|
|
873
873
|
}
|
|
874
|
-
},
|
|
874
|
+
}, $a = {
|
|
875
875
|
__name: "BsToastActions",
|
|
876
876
|
props: {},
|
|
877
877
|
emits: ["defaultDismiss"],
|
|
@@ -882,7 +882,7 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
882
882
|
g(a.$slots, "default")
|
|
883
883
|
], 16));
|
|
884
884
|
}
|
|
885
|
-
},
|
|
885
|
+
}, Ba = {
|
|
886
886
|
__name: "BsToastBody",
|
|
887
887
|
props: {},
|
|
888
888
|
emits: [],
|
|
@@ -891,7 +891,7 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
891
891
|
g(a.$slots, "default")
|
|
892
892
|
], 16));
|
|
893
893
|
}
|
|
894
|
-
},
|
|
894
|
+
}, tt = ["variant"], pa = {
|
|
895
895
|
__name: "BsToastHeader",
|
|
896
896
|
props: {
|
|
897
897
|
variant: {}
|
|
@@ -900,9 +900,9 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
900
900
|
setup(e, { emit: l }) {
|
|
901
901
|
return (a, t) => (i(), c("bs-toast-header", f(a.$attrs, { variant: e.variant }), [
|
|
902
902
|
g(a.$slots, "default")
|
|
903
|
-
], 16,
|
|
903
|
+
], 16, tt));
|
|
904
904
|
}
|
|
905
|
-
},
|
|
905
|
+
}, ya = {
|
|
906
906
|
__name: "BsToaster",
|
|
907
907
|
props: {},
|
|
908
908
|
emits: [],
|
|
@@ -916,7 +916,7 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
916
916
|
_: 3
|
|
917
917
|
}));
|
|
918
918
|
}
|
|
919
|
-
},
|
|
919
|
+
}, at = ["enter-class", "enter-attribute", "enter-duration", "leave-class", "leave-attribute", "leave-duration", "enter-controlled", "enter-trigger", "leave-trigger"], Ta = {
|
|
920
920
|
__name: "BsTransition",
|
|
921
921
|
props: {
|
|
922
922
|
enterClass: { default: void 0 },
|
|
@@ -945,13 +945,13 @@ const Ae = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-posit
|
|
|
945
945
|
onLeaveend: t[1] || (t[1] = (n) => l("leaveend", n.detail))
|
|
946
946
|
}), [
|
|
947
947
|
g(a.$slots, "default")
|
|
948
|
-
], 16,
|
|
948
|
+
], 16, at));
|
|
949
949
|
}
|
|
950
950
|
};
|
|
951
951
|
function R() {
|
|
952
|
-
return
|
|
952
|
+
return Ie();
|
|
953
953
|
}
|
|
954
|
-
const
|
|
954
|
+
const nt = ["data-stacked"], lt = ["data-open"], st = ["aria-controls", "aria-expanded"], it = ["id", "aria-level"], rt = /* @__PURE__ */ b("bs-icon-caret-down", { "data-position": "end" }, null, -1), dt = ["aria-labelledby", "data-open", "id"], ot = { "data-slot": "" }, Ia = {
|
|
955
955
|
__name: "BsAccordion",
|
|
956
956
|
props: {
|
|
957
957
|
controlled: { default: !1 },
|
|
@@ -997,10 +997,10 @@ const at = ["data-stacked"], nt = ["data-open"], lt = ["aria-controls", "aria-ex
|
|
|
997
997
|
id: r.value,
|
|
998
998
|
"aria-level": e.headingLevel,
|
|
999
999
|
role: "heading"
|
|
1000
|
-
}, F(e.headerText), 9,
|
|
1001
|
-
|
|
1002
|
-
], 8,
|
|
1003
|
-
], 8,
|
|
1000
|
+
}, F(e.headerText), 9, it),
|
|
1001
|
+
rt
|
|
1002
|
+
], 8, st)
|
|
1003
|
+
], 8, lt),
|
|
1004
1004
|
b("div", {
|
|
1005
1005
|
"aria-labelledby": r.value,
|
|
1006
1006
|
class: "bs-accordion-content",
|
|
@@ -1009,19 +1009,19 @@ const at = ["data-stacked"], nt = ["data-open"], lt = ["aria-controls", "aria-ex
|
|
|
1009
1009
|
part: "content",
|
|
1010
1010
|
role: "region"
|
|
1011
1011
|
}, [
|
|
1012
|
-
b("div",
|
|
1012
|
+
b("div", ot, [
|
|
1013
1013
|
g(p.$slots, "default")
|
|
1014
1014
|
])
|
|
1015
|
-
], 8,
|
|
1016
|
-
], 8,
|
|
1015
|
+
], 8, dt)
|
|
1016
|
+
], 8, nt));
|
|
1017
1017
|
}
|
|
1018
1018
|
};
|
|
1019
|
-
const
|
|
1019
|
+
const ut = ["data-dismissed"], ct = { class: "bs-banner-content" }, ft = /* @__PURE__ */ b("bs-icon-warning", {
|
|
1020
1020
|
size: "lg",
|
|
1021
1021
|
class: "bs-banner-warning-icon"
|
|
1022
|
-
}, null, -1),
|
|
1023
|
-
|
|
1024
|
-
],
|
|
1022
|
+
}, null, -1), ht = { "data-slot": "" }, bt = /* @__PURE__ */ b("bs-icon-close", null, null, -1), vt = [
|
|
1023
|
+
bt
|
|
1024
|
+
], xa = {
|
|
1025
1025
|
__name: "BsBanner",
|
|
1026
1026
|
emits: ["dismiss"],
|
|
1027
1027
|
setup(e, { emit: l }) {
|
|
@@ -1035,21 +1035,21 @@ const ot = ["data-dismissed"], ut = { class: "bs-banner-content" }, ct = /* @__P
|
|
|
1035
1035
|
"data-component": "bs-banner",
|
|
1036
1036
|
"data-dismissed": a.value ? !0 : void 0
|
|
1037
1037
|
}, [
|
|
1038
|
-
b("div",
|
|
1039
|
-
|
|
1040
|
-
b("div",
|
|
1038
|
+
b("div", ct, [
|
|
1039
|
+
ft,
|
|
1040
|
+
b("div", ht, [
|
|
1041
1041
|
g(n.$slots, "default")
|
|
1042
1042
|
]),
|
|
1043
1043
|
b("button", {
|
|
1044
1044
|
type: "button",
|
|
1045
1045
|
title: "Close Banner",
|
|
1046
1046
|
onClick: t
|
|
1047
|
-
},
|
|
1047
|
+
}, vt)
|
|
1048
1048
|
])
|
|
1049
|
-
], 8,
|
|
1049
|
+
], 8, ut));
|
|
1050
1050
|
}
|
|
1051
1051
|
};
|
|
1052
|
-
const
|
|
1052
|
+
const mt = ["data-disabled"], wa = {
|
|
1053
1053
|
__name: "BsButton",
|
|
1054
1054
|
props: {
|
|
1055
1055
|
variant: {},
|
|
@@ -1097,10 +1097,10 @@ const vt = ["data-disabled"], xa = {
|
|
|
1097
1097
|
]),
|
|
1098
1098
|
_: 3
|
|
1099
1099
|
}, 16, ["data-ghost", "data-size", "data-text", "data-variant", "disabled", "href", "onClick"]))
|
|
1100
|
-
], 40,
|
|
1100
|
+
], 40, mt));
|
|
1101
1101
|
}
|
|
1102
1102
|
};
|
|
1103
|
-
const
|
|
1103
|
+
const gt = ["offset", "stop-color"], Ca = {
|
|
1104
1104
|
__name: "BsIconGradientWrapper",
|
|
1105
1105
|
setup(e) {
|
|
1106
1106
|
const l = [
|
|
@@ -1144,13 +1144,13 @@ const mt = ["offset", "stop-color"], wa = {
|
|
|
1144
1144
|
key: d.offset,
|
|
1145
1145
|
offset: d.offset,
|
|
1146
1146
|
"stop-color": d.color
|
|
1147
|
-
}, null, 8,
|
|
1147
|
+
}, null, 8, gt)), 64))
|
|
1148
1148
|
])
|
|
1149
1149
|
], 512))
|
|
1150
1150
|
], 512));
|
|
1151
1151
|
}
|
|
1152
1152
|
};
|
|
1153
|
-
const
|
|
1153
|
+
const $t = ["data-disabled", "data-error", "data-variant", "data-multifocus"], ka = {
|
|
1154
1154
|
__name: "BsInputAddon",
|
|
1155
1155
|
props: {
|
|
1156
1156
|
disabled: { type: Boolean, default: !1 },
|
|
@@ -1173,13 +1173,13 @@ const gt = ["data-disabled", "data-error", "data-variant", "data-multifocus"], C
|
|
|
1173
1173
|
]),
|
|
1174
1174
|
_: 3
|
|
1175
1175
|
})
|
|
1176
|
-
], 8,
|
|
1176
|
+
], 8, $t));
|
|
1177
1177
|
}
|
|
1178
1178
|
};
|
|
1179
|
-
const
|
|
1179
|
+
const Bt = ["data-disabled", "htmlFor"], pt = { "data-slot": "" }, yt = /* @__PURE__ */ b("span", {
|
|
1180
1180
|
"data-required": "",
|
|
1181
1181
|
"aria-hidden": "true"
|
|
1182
|
-
}, " *", -1),
|
|
1182
|
+
}, " *", -1), Tt = /* @__PURE__ */ b("span", { class: "visually-hidden" }, "required", -1), Aa = {
|
|
1183
1183
|
__name: "BsLabel",
|
|
1184
1184
|
props: {
|
|
1185
1185
|
disabled: {},
|
|
@@ -1203,18 +1203,18 @@ const $t = ["data-disabled", "htmlFor"], Bt = { "data-slot": "" }, pt = /* @__PU
|
|
|
1203
1203
|
"data-disabled": e.disabled,
|
|
1204
1204
|
htmlFor: e.for
|
|
1205
1205
|
}, t.value), [
|
|
1206
|
-
b("span",
|
|
1206
|
+
b("span", pt, [
|
|
1207
1207
|
g(n.$slots, "default")
|
|
1208
1208
|
]),
|
|
1209
1209
|
e.required ? (i(), c(U, { key: 0 }, [
|
|
1210
|
-
|
|
1211
|
-
|
|
1210
|
+
yt,
|
|
1211
|
+
Tt
|
|
1212
1212
|
], 64)) : j("", !0)
|
|
1213
|
-
], 16,
|
|
1213
|
+
], 16, Bt)
|
|
1214
1214
|
], 2));
|
|
1215
1215
|
}
|
|
1216
1216
|
};
|
|
1217
|
-
const
|
|
1217
|
+
const It = { "data-component": "bs-pill" }, La = {
|
|
1218
1218
|
__name: "BsPill",
|
|
1219
1219
|
props: {
|
|
1220
1220
|
variant: {},
|
|
@@ -1231,7 +1231,7 @@ const Tt = { "data-component": "bs-pill" }, Aa = {
|
|
|
1231
1231
|
o[h] = t[h];
|
|
1232
1232
|
}), l.disabled && l.href && (o["aria-disabled"] = !0, o.tabindex = "-1", o.title = t.title), n.value === "button" && (o.type = t.type || "button"), o;
|
|
1233
1233
|
});
|
|
1234
|
-
return (o, h) => (i(), c("bs-host",
|
|
1234
|
+
return (o, h) => (i(), c("bs-host", It, [
|
|
1235
1235
|
(i(), x(H(n.value), f({
|
|
1236
1236
|
class: "bs-pill",
|
|
1237
1237
|
"data-active": e.active,
|
|
@@ -1249,7 +1249,7 @@ const Tt = { "data-component": "bs-pill" }, Aa = {
|
|
|
1249
1249
|
]));
|
|
1250
1250
|
}
|
|
1251
1251
|
};
|
|
1252
|
-
const
|
|
1252
|
+
const xt = { "data-component": "bs-select" }, wt = ["id", "disabled", "required", "data-error", "value"], Va = {
|
|
1253
1253
|
__name: "BsSelect",
|
|
1254
1254
|
props: {
|
|
1255
1255
|
disabled: { default: !1 },
|
|
@@ -1268,7 +1268,7 @@ const It = { "data-component": "bs-select" }, xt = ["id", "disabled", "required"
|
|
|
1268
1268
|
o[h] = t[h];
|
|
1269
1269
|
}), o;
|
|
1270
1270
|
});
|
|
1271
|
-
return (o, h) => (i(), c("bs-host",
|
|
1271
|
+
return (o, h) => (i(), c("bs-host", xt, [
|
|
1272
1272
|
b("select", f({
|
|
1273
1273
|
id: e.inputId,
|
|
1274
1274
|
class: "bs-select",
|
|
@@ -1280,10 +1280,10 @@ const It = { "data-component": "bs-select" }, xt = ["id", "disabled", "required"
|
|
|
1280
1280
|
onChange: h[0] || (h[0] = (d) => o.emit("update:modelValue", d.target.value))
|
|
1281
1281
|
}, r.value), [
|
|
1282
1282
|
g(o.$slots, "default")
|
|
1283
|
-
], 16,
|
|
1283
|
+
], 16, wt)
|
|
1284
1284
|
]));
|
|
1285
1285
|
}
|
|
1286
|
-
},
|
|
1286
|
+
}, Ct = ["aria-controls", "aria-selected", "data-hidden"], za = {
|
|
1287
1287
|
__name: "BsTab",
|
|
1288
1288
|
props: {
|
|
1289
1289
|
activeTabId: {
|
|
@@ -1323,14 +1323,14 @@ const It = { "data-component": "bs-select" }, xt = ["id", "disabled", "required"
|
|
|
1323
1323
|
onKeydown: h
|
|
1324
1324
|
}, [
|
|
1325
1325
|
g(m.$slots, "default")
|
|
1326
|
-
], 40,
|
|
1326
|
+
], 40, Ct));
|
|
1327
1327
|
}
|
|
1328
1328
|
};
|
|
1329
|
-
const
|
|
1329
|
+
const kt = ["data-resizing"], At = ["aria-controls", "aria-expanded", "data-active", "data-hidden", "id"], Lt = /* @__PURE__ */ b("bs-icon-action-ellipsis", {
|
|
1330
1330
|
size: "sm",
|
|
1331
1331
|
"data-size": "small",
|
|
1332
1332
|
"data-bs-icon": ""
|
|
1333
|
-
}, null, -1),
|
|
1333
|
+
}, null, -1), Vt = ["id", "containerId", "helperText", "helperDescription", "optionsId", "toggleId"], zt = ["value", "options-id"], Dt = 73, qt = 20, Pt = 16, Da = {
|
|
1334
1334
|
__name: "BsTabList",
|
|
1335
1335
|
props: {
|
|
1336
1336
|
activeTabId: { type: String },
|
|
@@ -1344,7 +1344,7 @@ const Ct = ["data-resizing"], kt = ["aria-controls", "aria-expanded", "data-acti
|
|
|
1344
1344
|
const a = e, t = $(!1), n = $(!1), r = $([]), o = $(!1), h = $(!1), d = $(), m = $([]), A = $(!1), p = $([]), I = $(), L = $(), E = $(), P = $(), V = B(() => a.activeTabId ? p.value.findIndex((s) => s.id === a.activeTabId) : 0), O = B(() => r.value.some((s) => s.id === a.activeTabId)), Y = B(() => `${I.value}-options`), X = B(() => `${I.value}-toggle`), ae = B(() => {
|
|
1345
1345
|
var s;
|
|
1346
1346
|
return O.value ? (s = p.value[V.value]) == null ? void 0 : s.textContent : "More";
|
|
1347
|
-
}), ne = B(() => O.value ? m.value[V.value] - m.value[V.value - 1] +
|
|
1347
|
+
}), ne = B(() => O.value ? m.value[V.value] - m.value[V.value - 1] + qt : Dt), q = B(() => {
|
|
1348
1348
|
var u, v;
|
|
1349
1349
|
let s = [];
|
|
1350
1350
|
if (typeof window > "u")
|
|
@@ -1371,7 +1371,7 @@ const Ct = ["data-resizing"], kt = ["aria-controls", "aria-expanded", "data-acti
|
|
|
1371
1371
|
}
|
|
1372
1372
|
u.dataset.hidden = "false", u.setAttribute("tabindex", "0");
|
|
1373
1373
|
}
|
|
1374
|
-
h.value = s, r.value = C, t.value ||
|
|
1374
|
+
h.value = s, r.value = C, t.value || Te(() => t.value = !0), setTimeout(() => {
|
|
1375
1375
|
he(), A.value = !0;
|
|
1376
1376
|
}, A.value ? 0 : 1e3);
|
|
1377
1377
|
}
|
|
@@ -1449,7 +1449,7 @@ const Ct = ["data-resizing"], kt = ["aria-controls", "aria-expanded", "data-acti
|
|
|
1449
1449
|
function ge() {
|
|
1450
1450
|
let s;
|
|
1451
1451
|
p.value.forEach((u, v) => {
|
|
1452
|
-
s = u.getBoundingClientRect().width +
|
|
1452
|
+
s = u.getBoundingClientRect().width + Pt, m.value.push(v ? s + m.value[v - 1] : s);
|
|
1453
1453
|
});
|
|
1454
1454
|
}
|
|
1455
1455
|
return pe(() => a.activeTabId, se), W(() => {
|
|
@@ -1482,9 +1482,9 @@ const Ct = ["data-resizing"], kt = ["aria-controls", "aria-expanded", "data-acti
|
|
|
1482
1482
|
ref: L,
|
|
1483
1483
|
onClick: re
|
|
1484
1484
|
}, [
|
|
1485
|
-
|
|
1485
|
+
Lt,
|
|
1486
1486
|
ye(" " + F(ae.value), 1)
|
|
1487
|
-
], 8,
|
|
1487
|
+
], 8, At),
|
|
1488
1488
|
o.value ? (i(), c("bs-dropdown-with-options", {
|
|
1489
1489
|
key: 0,
|
|
1490
1490
|
id: I.value,
|
|
@@ -1501,12 +1501,12 @@ const Ct = ["data-resizing"], kt = ["aria-controls", "aria-expanded", "data-acti
|
|
|
1501
1501
|
key: v.id,
|
|
1502
1502
|
value: v.id,
|
|
1503
1503
|
"options-id": Y.value
|
|
1504
|
-
}, F(v.textContent), 9,
|
|
1505
|
-
], 40,
|
|
1506
|
-
], 40,
|
|
1504
|
+
}, F(v.textContent), 9, zt))), 128))
|
|
1505
|
+
], 40, Vt)) : j("", !0)
|
|
1506
|
+
], 40, kt));
|
|
1507
1507
|
}
|
|
1508
1508
|
};
|
|
1509
|
-
const
|
|
1509
|
+
const St = ["data-position"], Mt = { "data-slot": "" }, Et = ["id"], qa = {
|
|
1510
1510
|
__name: "BsTooltip",
|
|
1511
1511
|
props: {
|
|
1512
1512
|
tooltipId: {},
|
|
@@ -1543,64 +1543,64 @@ const Pt = ["data-position"], St = { "data-slot": "" }, Mt = ["id"], Da = {
|
|
|
1543
1543
|
class: "bs-tooltip",
|
|
1544
1544
|
"data-position": e.position || void 0
|
|
1545
1545
|
}, [
|
|
1546
|
-
b("div",
|
|
1546
|
+
b("div", Mt, [
|
|
1547
1547
|
g(d.$slots, "default")
|
|
1548
1548
|
]),
|
|
1549
1549
|
b("div", {
|
|
1550
1550
|
class: ee(n.value),
|
|
1551
1551
|
id: e.tooltipId,
|
|
1552
1552
|
role: "tooltip"
|
|
1553
|
-
}, F(e.content), 11,
|
|
1554
|
-
], 8,
|
|
1553
|
+
}, F(e.content), 11, Et)
|
|
1554
|
+
], 8, St)
|
|
1555
1555
|
], 32));
|
|
1556
1556
|
}
|
|
1557
1557
|
};
|
|
1558
1558
|
export {
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1559
|
+
Ia as BsAccordion,
|
|
1560
|
+
Wt as BsBadge,
|
|
1561
|
+
xa as BsBanner,
|
|
1562
|
+
wa as BsButton,
|
|
1563
|
+
Gt as BsCharacterCount,
|
|
1564
|
+
Nt as BsChartBar,
|
|
1565
|
+
Ht as BsChartTable,
|
|
1566
|
+
jt as BsCheckbox,
|
|
1567
|
+
Ut as BsCircleButton,
|
|
1568
|
+
Yt as BsDropdown,
|
|
1569
|
+
Xt as BsDropdownOption,
|
|
1570
|
+
Zt as BsDropdownOptionList,
|
|
1571
|
+
Jt as BsDropdownWithOptions,
|
|
1572
|
+
Kt as BsFieldDetails,
|
|
1573
|
+
Qt as BsFieldLayout,
|
|
1574
|
+
_t as BsHint,
|
|
1575
|
+
Ca as BsIconGradientWrapper,
|
|
1576
|
+
ea as BsInput,
|
|
1577
|
+
ka as BsInputAddon,
|
|
1578
|
+
ta as BsInputField,
|
|
1579
|
+
aa as BsInputSearch,
|
|
1580
|
+
Aa as BsLabel,
|
|
1581
|
+
na as BsLoader,
|
|
1582
|
+
la as BsModal,
|
|
1583
|
+
sa as BsOverlay,
|
|
1584
|
+
ia as BsPagination,
|
|
1585
|
+
La as BsPill,
|
|
1586
|
+
ra as BsProfile,
|
|
1587
|
+
da as BsProfileDetails,
|
|
1588
|
+
oa as BsProfileImg,
|
|
1589
|
+
ua as BsProfileLayout,
|
|
1590
|
+
ca as BsRadio,
|
|
1591
|
+
Va as BsSelect,
|
|
1592
|
+
fa as BsSelectField,
|
|
1593
|
+
ha as BsSwitch,
|
|
1594
|
+
za as BsTab,
|
|
1595
|
+
Da as BsTabList,
|
|
1596
|
+
ba as BsTabPanel,
|
|
1597
|
+
va as BsTextarea,
|
|
1598
|
+
ma as BsTextareaField,
|
|
1599
|
+
ga as BsToast,
|
|
1600
|
+
$a as BsToastActions,
|
|
1601
|
+
Ba as BsToastBody,
|
|
1602
|
+
pa as BsToastHeader,
|
|
1603
|
+
ya as BsToaster,
|
|
1604
|
+
qa as BsTooltip,
|
|
1605
|
+
Ta as BsTransition
|
|
1606
1606
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(o,t){typeof exports=="object"&&typeof module<"u"?t(exports,require("vue"),require("#components"),require("uuid")):typeof define=="function"&&define.amd?define(["exports","vue","#components","uuid"],t):(o=typeof globalThis<"u"?globalThis:o||self,t(o.BsdsComponents={},o.Vue,o._components,o.uuid$1))})(this,function(o,t,$,N){"use strict";const M=["color","count","count-max","dot","label","position","show-zero"],O={__name:"BsBadge",props:{color:{},count:{},countMax:{default:99},dot:{},label:{default:"item"},position:{},showZero:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-badge",t.mergeProps(l.$attrs,{color:e.color,count:e.count,"count-max":e.countMax,dot:e.dot,label:e.label,position:e.position,"show-zero":e.showZero}),[t.renderSlot(l.$slots,"default")],16,M))}},F=["char-count","char-max"],R={__name:"BsCharacterCount",props:{charCount:{},charMax:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-character-count",t.mergeProps(l.$attrs,{"char-count":e.charCount,"char-max":e.charMax}),null,16,F))}},W=["chart-title","data","dataIdxLabels","show-legend","show-tooltips","show-x-grid","show-y-grid","stacked","x-label","y-label"],G={__name:"BsChartBar",props:{chartTitle:{},data:{},dataIdxLabels:{},showLegend:{default:!0},showTooltips:{default:!0},showXGrid:{default:!1},showYGrid:{default:!1},stacked:{default:!1},xLabel:{default:""},yLabel:{default:""}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-chart-bar",t.mergeProps(l.$attrs,{"chart-title":e.chartTitle,data:e.data,dataIdxLabels:e.dataIdxLabels,"show-legend":e.showLegend,"show-tooltips":e.showTooltips,"show-x-grid":e.showXGrid,"show-y-grid":e.showYGrid,stacked:e.stacked,"x-label":e.xLabel,"y-label":e.yLabel}),null,16,W))}},j=["data","dataIdxLabels","table-title"],H={__name:"BsChartTable",props:{data:{},dataIdxLabels:{},tableTitle:{default:""}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-chart-table",t.mergeProps(l.$attrs,{data:e.data,dataIdxLabels:e.dataIdxLabels,"table-title":e.tableTitle}),null,16,j))}},U=["label","checked","checked-partially","disabled","error","input-id","pass-attrs","required","size"],Y={__name:"BsCheckbox",props:{label:{},checked:{default:!1},checkedPartially:{default:!1},disabled:{default:!1},error:{},inputId:{},passAttrs:{default:""},required:{},size:{},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-checkbox",t.mergeProps(l.$attrs,{label:e.label,checked:e.checked||e.modelValue,"checked-partially":e.checkedPartially,disabled:e.disabled,error:e.error,"input-id":e.inputId,"pass-attrs":e.passAttrs,required:e.required,size:e.size,onChange:a[0]||(a[0]=n=>r("update:modelValue",n.target.checked))}),null,16,U))}};function E(e){const r=t.computed(()=>{var n,i;return((i=(n=e.href)==null?void 0:n.startsWith)==null?void 0:i.call(n,"/"))||!1}),l=t.computed(()=>{var n,i;return r.value&&((n=e.router)==null?void 0:n.navigateTo)||((i=e.router)==null?void 0:i.push)||null});function a(n){var i,c,f,d,h;l.value&&((c=(i=n.target.href)==null?void 0:i.endsWith)!=null&&c.call(i,e.href)||(h=(d=(f=n.target.closest("a"))==null?void 0:f.href)==null?void 0:d.endsWith)!=null&&h.call(d,e.href))&&(n.preventDefault(),l.value(e.href))}return{onLinkClick:a}}const X=["disabled","ghost-btn","hover-effect","href","icon","icon-position","label","pass-attrs","text-btn","size"],Z={__name:"BsCircleButton",props:{disabled:{},ghostBtn:{},hoverEffect:{default:!1},href:{},icon:{},iconPosition:{},label:{},passAttrs:{default:""},textBtn:{},size:{},router:{}},emits:[],setup(e,{emit:r}){const l=e,{onLinkClick:a}=E(l);return(n,i)=>(t.openBlock(),t.createElementBlock("bs-circle-button",t.mergeProps(n.$attrs,{disabled:e.disabled,"ghost-btn":e.ghostBtn,"hover-effect":e.hoverEffect,href:e.href,icon:e.icon,"icon-position":e.iconPosition,label:e.label,"pass-attrs":e.passAttrs,"text-btn":e.textBtn,size:e.size,onClick:i[0]||(i[0]=(...c)=>t.unref(a)&&t.unref(a)(...c))}),null,16,X))}},J=["width","top","center","right","toggle-id","container-id","helper-text","helper-description","enter-controlled","enter-trigger","leave-trigger"],K={__name:"BsDropdown",props:{width:{default:void 0},top:{default:!1},center:{default:!1},right:{default:!1},toggleId:{},containerId:{default:void 0},helperText:{},helperDescription:{},enterControlled:{default:!1},enterTrigger:{default:!1},leaveTrigger:{default:!1}},emits:["close","enterend","leaveend"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createBlock(t.unref($.ClientOnly),null,{default:t.withCtx(()=>[t.createElementVNode("bs-dropdown",t.mergeProps(l.$attrs,{width:e.width,top:e.top,center:e.center,right:e.right,"toggle-id":e.toggleId,"container-id":e.containerId,"helper-text":e.helperText,"helper-description":e.helperDescription,"enter-controlled":e.enterControlled,"enter-trigger":e.enterTrigger,"leave-trigger":e.leaveTrigger,onClose:a[0]||(a[0]=n=>r("close",n.detail)),onEnterend:a[1]||(a[1]=n=>r("enterend",n.detail)),onLeaveend:a[2]||(a[2]=n=>r("leaveend",n.detail))}),[t.renderSlot(l.$slots,"default")],16,J)]),_:3}))}},Q=["value","variant","options-id","selected","focused","index"],_={__name:"BsDropdownOption",props:{value:{},variant:{default:void 0},optionsId:{},selected:{default:!1},focused:{default:!1},index:{}},emits:["optmouseenter","optselect"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-dropdown-option",t.mergeProps(l.$attrs,{value:e.value,variant:e.variant,"options-id":e.optionsId,selected:e.selected,focused:e.focused,index:e.index,onOptmouseenter:a[0]||(a[0]=n=>r("optmouseenter",n.detail)),onOptselect:a[1]||(a[1]=n=>r("optselect",n.detail))}),[t.renderSlot(l.$slots,"default")],16,Q))}},ee=["options-id","visible","focus-delay","label","selected-value"],te={__name:"BsDropdownOptionList",props:{optionsId:{},visible:{default:!1},focusDelay:{default:75},label:{},selectedValue:{}},emits:["optselected","close"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createBlock(t.unref($.ClientOnly),null,{default:t.withCtx(()=>[t.createElementVNode("bs-dropdown-option-list",t.mergeProps(l.$attrs,{"options-id":e.optionsId,visible:e.visible,"focus-delay":e.focusDelay,label:e.label,"selected-value":e.selectedValue,onOptselected:a[0]||(a[0]=n=>r("optselected",n.detail)),onClose:a[1]||(a[1]=n=>r("close",n.detail))}),[t.renderSlot(l.$slots,"default")],16,ee)]),_:3}))}},ae=["toggle-id","container-id","options-id","width","top","center","label","selected-value","enter-controlled","enter-trigger","leave-trigger","helper-text","helper-description","right"],le={__name:"BsDropdownWithOptions",props:{toggleId:{},containerId:{default:void 0},optionsId:{},width:{default:void 0},top:{default:!1},center:{default:!1},label:{},selectedValue:{},enterControlled:{default:!1},enterTrigger:{default:!1},leaveTrigger:{default:!1},helperText:{},helperDescription:{},right:{default:!1}},emits:["optselected","close","enterend","leaveend"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createBlock(t.unref($.ClientOnly),null,{default:t.withCtx(()=>[t.createElementVNode("bs-dropdown-with-options",t.mergeProps(l.$attrs,{"toggle-id":e.toggleId,"container-id":e.containerId,"options-id":e.optionsId,width:e.width,top:e.top,center:e.center,label:e.label,"selected-value":e.selectedValue,"enter-controlled":e.enterControlled,"enter-trigger":e.enterTrigger,"leave-trigger":e.leaveTrigger,"helper-text":e.helperText,"helper-description":e.helperDescription,right:e.right,onOptselected:a[0]||(a[0]=n=>r("optselected",n.detail)),onClose:a[1]||(a[1]=n=>r("close",n.detail)),onEnterend:a[2]||(a[2]=n=>r("enterend",n.detail)),onLeaveend:a[3]||(a[3]=n=>r("leaveend",n.detail))}),[t.renderSlot(l.$slots,"default")],16,ae)]),_:3}))}},ne=["char-count","char-max","error","error-msg","hint","hint-id"],re={__name:"BsFieldDetails",props:{charCount:{},charMax:{},error:{},errorMsg:{},hint:{},hintId:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-field-details",t.mergeProps(l.$attrs,{"char-count":e.charCount,"char-max":e.charMax,error:e.error,"error-msg":e.errorMsg,hint:e.hint,"hint-id":e.hintId}),null,16,ne))}},se=["char-count","char-max","disabled","error","hints","label","label-for","required","hint-id"],oe={__name:"BsFieldLayout",props:{charCount:{},charMax:{},disabled:{default:!1},error:{},hints:{},label:{},labelFor:{},required:{},hintId:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-field-layout",t.mergeProps(l.$attrs,{"char-count":e.charCount,"char-max":e.charMax,disabled:e.disabled,error:e.error,hints:e.hints,label:e.label,"label-for":e.labelFor,required:e.required,"hint-id":e.hintId}),[t.renderSlot(l.$slots,"default")],16,se))}},ie=["error","hint-id","hints"],de={__name:"BsHint",props:{error:{},hintId:{},hints:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-hint",t.mergeProps(l.$attrs,{error:e.error,"hint-id":e.hintId,hints:e.hints}),null,16,ie))}},ce=["disabled","error","input-id","pass-attrs","placeholder","required","type","value","hint-id"],ue={__name:"BsInput",props:{disabled:{default:!1},error:{},inputId:{},passAttrs:{default:""},placeholder:{},required:{},type:{default:"text"},value:{},hintId:{},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-input",t.mergeProps(l.$attrs,{disabled:e.disabled,error:e.error,"input-id":e.inputId,"pass-attrs":e.passAttrs,placeholder:e.placeholder,required:e.required,type:e.type,value:e.value||e.modelValue,"hint-id":e.hintId,onInput:a[0]||(a[0]=n=>r("update:modelValue",n.target.value))}),null,16,ce))}},fe=["disabled","error","error-msg","hint","hints","input-id","label","pass-attrs","placeholder","required","type","value"],me={__name:"BsInputField",props:{disabled:{default:!1},error:{},errorMsg:{},hint:{},hints:{},inputId:{},label:{},passAttrs:{default:""},placeholder:{},required:{},type:{default:"text"},value:{},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-input-field",t.mergeProps(l.$attrs,{disabled:e.disabled,error:e.error,"error-msg":e.errorMsg,hint:e.hint,hints:e.hints,"input-id":e.inputId,label:e.label,"pass-attrs":e.passAttrs,placeholder:e.placeholder,required:e.required,type:e.type,value:e.value||e.modelValue,onInput:a[0]||(a[0]=n=>r("update:modelValue",n.target.value))}),null,16,fe))}},he=["disabled","pass-attrs","placeholder","hint-id","input-id","value","hide-clear"],be={__name:"BsInputSearch",props:{disabled:{default:!1},passAttrs:{default:""},placeholder:{default:"Search Items"},hintId:{},inputId:{},value:{default:""},hideClear:{default:!1},modelValue:{}},emits:["clear","update:modelValue"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-input-search",t.mergeProps(l.$attrs,{disabled:e.disabled,"pass-attrs":e.passAttrs,placeholder:e.placeholder,"hint-id":e.hintId,"input-id":e.inputId,value:e.value||e.modelValue,"hide-clear":e.hideClear,onClear:a[0]||(a[0]=n=>r("clear",n.detail)),onInput:a[1]||(a[1]=n=>r("update:modelValue",n.target.value))}),null,16,he))}},ge=["size","variant"],Be={__name:"BsLoader",props:{size:{},variant:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-loader",t.mergeProps(l.$attrs,{size:e.size,variant:e.variant}),null,16,ge))}},pe=["alert","close-button","enter-controlled","enter-trigger","leave-trigger"],ke={__name:"BsModal",props:{alert:{default:!1},closeButton:{default:!0},enterControlled:{default:!1},enterTrigger:{default:!1},leaveTrigger:{default:!1}},emits:["close","enterend","leaveend"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createBlock(t.unref($.ClientOnly),null,{default:t.withCtx(()=>[t.createElementVNode("bs-modal",t.mergeProps(l.$attrs,{alert:e.alert,"close-button":e.closeButton,"enter-controlled":e.enterControlled,"enter-trigger":e.enterTrigger,"leave-trigger":e.leaveTrigger,onClose:a[0]||(a[0]=n=>r("close",n.detail)),onEnterend:a[1]||(a[1]=n=>r("enterend",n.detail)),onLeaveend:a[2]||(a[2]=n=>r("leaveend",n.detail))}),[t.renderSlot(l.$slots,"default")],16,pe)]),_:3}))}},$e=["enter-controlled","enter-trigger","leave-trigger"],ye={__name:"BsOverlay",props:{enterControlled:{default:!1},enterTrigger:{default:!1},leaveTrigger:{default:!1}},emits:["enterend","leaveend"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createBlock(t.unref($.ClientOnly),null,{default:t.withCtx(()=>[t.createElementVNode("bs-overlay",t.mergeProps(l.$attrs,{"enter-controlled":e.enterControlled,"enter-trigger":e.enterTrigger,"leave-trigger":e.leaveTrigger,onEnterend:a[0]||(a[0]=n=>r("enterend",n.detail)),onLeaveend:a[1]||(a[1]=n=>r("leaveend",n.detail))}),null,16,$e)]),_:1}))}},Te=["show-first-last-buttons","prev-page-text","first-page-text","next-page-text","last-page-text","fixed","variant","selection","center-display","break-text","page-range","page-count","center-label","items-per-group","items-count","results-increments"],Ie={__name:"BsPagination",props:{showFirstLastButtons:{default:!1},prevPageText:{},firstPageText:{},nextPageText:{},lastPageText:{},fixed:{default:!1},variant:{default:"base"},selection:{},centerDisplay:{default:"numbers"},breakText:{default:"…"},pageRange:{default:3},pageCount:{},centerLabel:{},itemsPerGroup:{default:25},itemsCount:{},resultsIncrements:{}},emits:["selchange"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-pagination",t.mergeProps(l.$attrs,{"show-first-last-buttons":e.showFirstLastButtons,"prev-page-text":e.prevPageText,"first-page-text":e.firstPageText,"next-page-text":e.nextPageText,"last-page-text":e.lastPageText,fixed:e.fixed,variant:e.variant,selection:e.selection,"center-display":e.centerDisplay,"break-text":e.breakText,"page-range":e.pageRange,"page-count":e.pageCount,"center-label":e.centerLabel,"items-per-group":e.itemsPerGroup,"items-count":e.itemsCount,"results-increments":e.resultsIncrements,onSelchange:a[0]||(a[0]=n=>r("selchange",n.detail))}),null,16,Te))}},we=["layout","href","image-src","image-size","initials","profile-name","company","job-title","email","action","action-icon","misc-meta","misc-meta-icon"],Ce={__name:"BsProfile",props:{layout:{},href:{},imageSrc:{},imageSize:{default:"lg"},initials:{},profileName:{},company:{},jobTitle:{},email:{},action:{},actionIcon:{},miscMeta:{},miscMetaIcon:{},router:{}},emits:["action-toggled"],setup(e,{emit:r}){const l=e,{onLinkClick:a}=E(l);return(n,i)=>(t.openBlock(),t.createElementBlock("bs-profile",t.mergeProps(n.$attrs,{layout:e.layout,href:e.href,"image-src":e.imageSrc,"image-size":e.imageSize,initials:e.initials,"profile-name":e.profileName,company:e.company,"job-title":e.jobTitle,email:e.email,action:e.action,"action-icon":e.actionIcon,"misc-meta":e.miscMeta,"misc-meta-icon":e.miscMetaIcon,onActionToggled:i[0]||(i[0]=c=>r("action-toggled",c.detail)),onClick:i[1]||(i[1]=(...c)=>t.unref(a)&&t.unref(a)(...c))}),null,16,we))}},Ee=["profile-name","company","job-title","email","action","action-icon","misc-meta","misc-meta-icon"],xe={__name:"BsProfileDetails",props:{profileName:{},company:{},jobTitle:{},email:{},action:{},actionIcon:{},miscMeta:{},miscMetaIcon:{}},emits:["action-toggled"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-profile-details",t.mergeProps(l.$attrs,{"profile-name":e.profileName,company:e.company,"job-title":e.jobTitle,email:e.email,action:e.action,"action-icon":e.actionIcon,"misc-meta":e.miscMeta,"misc-meta-icon":e.miscMetaIcon,onActionToggled:a[0]||(a[0]=n=>r("action-toggled",n.detail))}),null,16,Ee))}},ve=["src","size","initials","profile-name"],Pe={__name:"BsProfileImg",props:{src:{},size:{},initials:{},profileName:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-profile-img",t.mergeProps(l.$attrs,{src:e.src,size:e.size,initials:e.initials,"profile-name":e.profileName}),null,16,ve))}},Ve=["layout","href","pass-attrs"],Ae={__name:"BsProfileLayout",props:{layout:{default:"vertical"},href:{},passAttrs:{default:""},router:{}},emits:[],setup(e,{emit:r}){const l=e,{onLinkClick:a}=E(l);return(n,i)=>(t.openBlock(),t.createElementBlock("bs-profile-layout",t.mergeProps(n.$attrs,{layout:e.layout,href:e.href,"pass-attrs":e.passAttrs,onClick:i[0]||(i[0]=(...c)=>t.unref(a)&&t.unref(a)(...c))}),[t.renderSlot(n.$slots,"default")],16,Ve))}},Se=["label","checked","disabled","error","input-id","pass-attrs","required","size","value"],Le={__name:"BsRadio",props:{label:{},checked:{default:!1},disabled:{default:!1},error:{},inputId:{},passAttrs:{default:""},required:{},size:{},value:{},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-radio",t.mergeProps(l.$attrs,{label:e.label,checked:e.checked||e.modelValue===e.value,disabled:e.disabled,error:e.error,"input-id":e.inputId,"pass-attrs":e.passAttrs,required:e.required,size:e.size,value:e.value,onChange:a[0]||(a[0]=n=>r("update:modelValue",n.target.value))}),null,16,Se))}},De=["disabled","error","error-msg","input-id","label","hint","hints","placeholder","required","value","pass-attrs","data"],ze={__name:"BsSelectField",props:{disabled:{default:!1},error:{},errorMsg:{},inputId:{},label:{},hint:{},hints:{},placeholder:{default:""},required:{},value:{},passAttrs:{default:""},data:{default:[]},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-select-field",t.mergeProps(l.$attrs,{disabled:e.disabled,error:e.error,"error-msg":e.errorMsg,"input-id":e.inputId,label:e.label,hint:e.hint,hints:e.hints,placeholder:e.placeholder,required:e.required,value:e.value||e.modelValue,"pass-attrs":e.passAttrs,data:e.data,onChange:a[0]||(a[0]=n=>r("update:modelValue",n.target.value))}),null,16,De))}},qe=["checked","disabled","hide-label","input-id","inner-on-label","inner-off-label","label","pass-attrs","size"],Ne={__name:"BsSwitch",props:{checked:{default:!1},disabled:{default:!1},hideLabel:{default:!1},inputId:{},innerOnLabel:{},innerOffLabel:{},label:{},passAttrs:{default:""},size:{},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-switch",t.mergeProps(l.$attrs,{checked:e.checked||e.modelValue,disabled:e.disabled,"hide-label":e.hideLabel,"input-id":e.inputId,"inner-on-label":e.innerOnLabel,"inner-off-label":e.innerOffLabel,label:e.label,"pass-attrs":e.passAttrs,size:e.size,onChange:a[0]||(a[0]=n=>r("update:modelValue",n.target.checked))}),null,16,qe))}},Me=["active-tab-id","tab-id"],Oe={__name:"BsTabPanel",props:{activeTabId:{},tabId:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-tab-panel",t.mergeProps(l.$attrs,{"active-tab-id":e.activeTabId,"tab-id":e.tabId}),[t.renderSlot(l.$slots,"default")],16,Me))}},Fe=["disabled","error","input-id","pass-attrs","placeholder","required","rows","value","hint-id"],Re={__name:"BsTextarea",props:{disabled:{default:!1},error:{},inputId:{},passAttrs:{default:""},placeholder:{},required:{},rows:{default:6},value:{},hintId:{},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-textarea",t.mergeProps(l.$attrs,{disabled:e.disabled,error:e.error,"input-id":e.inputId,"pass-attrs":e.passAttrs,placeholder:e.placeholder,required:e.required,rows:e.rows,value:e.value||e.modelValue,"hint-id":e.hintId,onInput:a[0]||(a[0]=n=>r("update:modelValue",n.target.value))}),null,16,Fe))}},We=["char-max","disabled","error","error-msg","hint","hints","input-id","label","placeholder","required","rows","value","pass-attrs"],Ge={__name:"BsTextareaField",props:{charMax:{},disabled:{default:!1},error:{},errorMsg:{},hint:{},hints:{},inputId:{},label:{},placeholder:{},required:{},rows:{default:6},value:{default:""},passAttrs:{default:""},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-textarea-field",t.mergeProps(l.$attrs,{"char-max":e.charMax,disabled:e.disabled,error:e.error,"error-msg":e.errorMsg,hint:e.hint,hints:e.hints,"input-id":e.inputId,label:e.label,placeholder:e.placeholder,required:e.required,rows:e.rows,value:e.value||e.modelValue,"pass-attrs":e.passAttrs,onInput:a[0]||(a[0]=n=>r("update:modelValue",n.target.value))}),null,16,We))}},je=["toast-id","variant","stacked","duration","enter-controlled","enter-trigger","leave-trigger"],He={__name:"BsToast",props:{toastId:{},variant:{},stacked:{default:!1},duration:{default:1e4},enterControlled:{default:!1},enterTrigger:{default:!1},leaveTrigger:{default:!1}},emits:["dismiss","enterend","leaveend"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createBlock(t.unref($.ClientOnly),null,{default:t.withCtx(()=>[t.createElementVNode("bs-toast",t.mergeProps(l.$attrs,{"toast-id":e.toastId,variant:e.variant,stacked:e.stacked,duration:e.duration,"enter-controlled":e.enterControlled,"enter-trigger":e.enterTrigger,"leave-trigger":e.leaveTrigger,onDismiss:a[0]||(a[0]=n=>r("dismiss",n.detail)),onEnterend:a[1]||(a[1]=n=>r("enterend",n.detail)),onLeaveend:a[2]||(a[2]=n=>r("leaveend",n.detail))}),[t.renderSlot(l.$slots,"default")],16,je)]),_:3}))}},Ue={__name:"BsToastActions",props:{},emits:["defaultDismiss"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-toast-actions",t.mergeProps(l.$attrs,{"on:defaultDismiss":a[0]||(a[0]=n=>r("defaultDismiss",n.detail))}),[t.renderSlot(l.$slots,"default")],16))}},Ye={__name:"BsToastBody",props:{},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-toast-body",t.normalizeProps(t.guardReactiveProps(l.$attrs)),[t.renderSlot(l.$slots,"default")],16))}},Xe=["variant"],Ze={__name:"BsToastHeader",props:{variant:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-toast-header",t.mergeProps(l.$attrs,{variant:e.variant}),[t.renderSlot(l.$slots,"default")],16,Xe))}},Je={__name:"BsToaster",props:{},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createBlock(t.unref($.ClientOnly),null,{default:t.withCtx(()=>[t.createElementVNode("bs-toaster",t.normalizeProps(t.guardReactiveProps(l.$attrs)),[t.renderSlot(l.$slots,"default")],16)]),_:3}))}},Ke=["enter-class","enter-attribute","enter-duration","leave-class","leave-attribute","leave-duration","enter-controlled","enter-trigger","leave-trigger"],Qe={__name:"BsTransition",props:{enterClass:{default:void 0},enterAttribute:{default:void 0},enterDuration:{},leaveClass:{default:void 0},leaveAttribute:{default:void 0},leaveDuration:{default:void 0},enterControlled:{default:!1},enterTrigger:{default:!1},leaveTrigger:{default:!1}},emits:["enterend","leaveend"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-transition",t.mergeProps(l.$attrs,{"enter-class":e.enterClass,"enter-attribute":e.enterAttribute,"enter-duration":e.enterDuration,"leave-class":e.leaveClass,"leave-attribute":e.leaveAttribute,"leave-duration":e.leaveDuration,"enter-controlled":e.enterControlled,"enter-trigger":e.enterTrigger,"leave-trigger":e.leaveTrigger,onEnterend:a[0]||(a[0]=n=>r("enterend",n.detail)),onLeaveend:a[1]||(a[1]=n=>r("leaveend",n.detail))}),[t.renderSlot(l.$slots,"default")],16,Ke))}};function v(){return N.v4()}const sa="",_e=["data-stacked"],et=["data-open"],tt=["aria-controls","aria-expanded"],at=["id","aria-level"],lt=t.createElementVNode("bs-icon-caret-down",{"data-position":"end"},null,-1),nt=["aria-labelledby","data-open","id"],rt={"data-slot":""},st={__name:"BsAccordion",props:{controlled:{default:!1},icon:{},headerText:{},headingLevel:{},openItem:{default:!1},openItemId:{},stacked:{default:!1}},emits:["toggled"],setup(e,{emit:r}){const l=e,a=t.ref(null),n=t.ref(""),i=t.ref(""),c=t.ref(!1),f=t.computed(()=>l.icon?`bs-icon-${l.icon}`:null),d=t.computed(()=>l.openItemId===a.value.id||l.openItem===!0),h=t.computed(()=>l.controlled?d.value:c.value);t.onMounted(()=>{var b;(b=a.value)!=null&&b.id||a.value.setAttribute("id",v()),n.value=a.value.id+"-content",i.value=a.value.id+"-title"});function y(){r("toggled",a.value.id),l.controlled||(c.value=!c.value)}return(b,B)=>(t.openBlock(),t.createElementBlock("bs-host",{ref_key:"hostRef",ref:a,class:"bs-accordion","data-component":"bs-accordion","data-stacked":e.stacked},[t.createElementVNode("header",{part:"header","data-open":h.value},[t.createElementVNode("button",{"aria-controls":n.value,"aria-expanded":h.value,type:"button",onClick:y},[f.value?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(f.value),{key:0,"data-position":"start"})):t.createCommentVNode("",!0),t.createElementVNode("span",{id:i.value,"aria-level":e.headingLevel,role:"heading"},t.toDisplayString(e.headerText),9,at),lt],8,tt)],8,et),t.createElementVNode("div",{"aria-labelledby":i.value,class:"bs-accordion-content","data-open":h.value,id:n.value,part:"content",role:"region"},[t.createElementVNode("div",rt,[t.renderSlot(b.$slots,"default")])],8,nt)],8,_e))}},oa="",ot=["data-dismissed"],it={class:"bs-banner-content"},dt=t.createElementVNode("bs-icon-warning",{size:"lg",class:"bs-banner-warning-icon"},null,-1),ct={"data-slot":""},ut=[t.createElementVNode("bs-icon-close",null,null,-1)],ft={__name:"BsBanner",emits:["dismiss"],setup(e,{emit:r}){const l=t.ref(!1);function a(){l.value=!0,r("dismiss")}return(n,i)=>(t.openBlock(),t.createElementBlock("bs-host",{role:"alert",class:"bs-banner","data-component":"bs-banner","data-dismissed":l.value?!0:void 0},[t.createElementVNode("div",it,[dt,t.createElementVNode("div",ct,[t.renderSlot(n.$slots,"default")]),t.createElementVNode("button",{type:"button",title:"Close Banner",onClick:a},ut)])],8,ot))}},da="",mt=["data-disabled"],ht={__name:"BsButton",props:{variant:{},disabled:{},ghostBtn:{},href:{},passAttrs:{default:""},router:{},textBtn:{},size:{}},setup(e){const r=e,l=t.ref(null),a=t.ref(null),{onLinkClick:n}=E(r),i=t.useAttrs(),c=t.computed(()=>{const d={download:i.download,target:i.target};return r.href?(d.title=i.title,r.disabled&&(d["aria-disabled"]="true",d.tabindex="-1")):(d.type=i.type||"button",d.autcomplete="off"),d});function f(d){var h,y,b,B,T;(r.disabled||((y=(h=l.value)==null?void 0:h.dataset)==null?void 0:y.disabled)==="true"||(b=a.value)!=null&&b.disabled||((T=(B=a.value)==null?void 0:B.getAttribute)==null?void 0:T.call(B,"aria-disabled"))==="true")&&(d.preventDefault(),d.stopImmediatePropagation())}return(d,h)=>(t.openBlock(),t.createElementBlock("bs-host",{ref_key:"hostRef",ref:l,"data-component":"bs-button","data-disabled":e.disabled,onClickCapture:f},[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.href?"a":"button"),t.mergeProps({"data-slot":"",class:"bs-button","data-ghost":e.ghostBtn,"data-size":e.size,"data-text":e.textBtn,"data-variant":e.variant,disabled:e.disabled,href:e.href,ref_key:"childRef",ref:a},c.value,{onClick:t.unref(n)}),{default:t.withCtx(()=>[t.renderSlot(d.$slots,"default")]),_:3},16,["data-ghost","data-size","data-text","data-variant","disabled","href","onClick"]))],40,mt))}},ca="",bt=["offset","stop-color"],gt={__name:"BsIconGradientWrapper",setup(e){const r=[{offset:.1326,color:"#EE282A"},{offset:.5466,color:"#1C0087"},{offset:.9715,color:"#0086EA"}],l=`svg-gradient-${v()}`,a=t.ref(null),n=t.ref(null);function i(){var f;const c=a.value.querySelector(".svg-wrapper svg");(f=n.value)==null||f.setAttribute("viewBox",(c==null?void 0:c.getAttribute("viewBox"))||"0 0 0 0")}return t.onMounted(i),(c,f)=>(t.openBlock(),t.createElementBlock("bs-host",{ref_key:"hostRef",ref:a,"data-component":"bs-icon-gradient-wrapper"},[t.createElementVNode("span",{class:"svg-wrapper",style:t.normalizeStyle(`fill: url(#${l});`),"data-slot":""},[t.renderSlot(c.$slots,"default")],4),(t.openBlock(),t.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",width:"0",height:"0",ref_key:"gradientSvgRef",ref:n},[t.createElementVNode("linearGradient",{id:l,x1:"0",y1:"0",x2:"100%",y2:"100%",gradientUnits:"userSpaceOnUse"},[(t.openBlock(),t.createElementBlock(t.Fragment,null,t.renderList(r,d=>t.createElementVNode("stop",{key:d.offset,offset:d.offset,"stop-color":d.color},null,8,bt)),64))])],512))],512))}},ua="",Bt=["data-disabled","data-error","data-variant","data-multifocus"],pt={__name:"BsInputAddon",props:{disabled:{type:Boolean,default:!1},error:{type:Boolean,default:!1},multifocus:{type:Boolean,default:!1},variant:{type:String,validator:e=>e==="inner-bordered"}},setup(e){return(r,l)=>(t.openBlock(),t.createElementBlock("bs-host",{class:"bs-input-addon","data-component":"bs-input-addon","data-disabled":e.disabled,"data-error":e.error,"data-variant":e.variant,"data-multifocus":e.multifocus},[t.createVNode(t.unref($.ClientOnly),null,{default:t.withCtx(()=>[t.renderSlot(r.$slots,"default")]),_:3})],8,Bt))}},fa="",kt=["data-disabled","htmlFor"],$t={"data-slot":""},yt=t.createElementVNode("span",{"data-required":"","aria-hidden":"true"}," *",-1),Tt=t.createElementVNode("span",{class:"visually-hidden"},"required",-1),It={__name:"BsLabel",props:{disabled:{},for:{},hide:{},passAttrs:{default:""},required:{}},setup(e){const r=e,l=t.useAttrs(),a=t.computed(()=>{const n={};return r.passAttrs.split(",").forEach(i=>{n[i]=l[i]}),n});return(n,i)=>(t.openBlock(),t.createElementBlock("bs-host",{"data-component":"bs-label",class:t.normalizeClass(e.hide?"visually-hidden":"")},[t.createElementVNode("label",t.mergeProps({"data-disabled":e.disabled,htmlFor:e.for},a.value),[t.createElementVNode("span",$t,[t.renderSlot(n.$slots,"default")]),e.required?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[yt,Tt],64)):t.createCommentVNode("",!0)],16,kt)],2))}},ma="",wt={"data-component":"bs-pill"},Ct={__name:"BsPill",props:{variant:{},status:{},href:{},active:{},disabled:{},passAttrs:{default:""}},setup(e){const r=e,{onLinkClick:l}=E(r),a=t.useAttrs(),n=t.computed(()=>r.href?"a":a.type==="button"?"button":"span"),i=t.computed(()=>{const c={};return r.passAttrs.split(",").forEach(f=>{c[f]=a[f]}),r.disabled&&r.href&&(c["aria-disabled"]=!0,c.tabindex="-1",c.title=a.title),n.value==="button"&&(c.type=a.type||"button"),c});return(c,f)=>(t.openBlock(),t.createElementBlock("bs-host",wt,[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(n.value),t.mergeProps({class:"bs-pill","data-active":e.active,"data-slot":"","data-status":e.status||void 0,"data-variant":e.variant||void 0,disabled:e.disabled,href:e.href},i.value,{onClick:t.unref(l)}),{default:t.withCtx(()=>[t.renderSlot(c.$slots,"default")]),_:3},16,["data-active","data-status","data-variant","disabled","href","onClick"]))]))}},ha="",Et={"data-component":"bs-select"},xt=["id","disabled","required","data-error","value"],vt={__name:"BsSelect",props:{disabled:{default:!1},inputId:{},required:{},error:{},hintId:{},value:{},passAttrs:{default:""},modelValue:{}},setup(e){const r=e,l=["autocomplete","multiple","name","size"],a=t.useAttrs(),n=t.computed(()=>({[r.error?"aria-errormessage":"aria-describedby"]:r.hintId})),i=t.computed(()=>{const c={...n.value};return r.passAttrs.split(",").concat(l).forEach(f=>{c[f]=a[f]}),c});return(c,f)=>(t.openBlock(),t.createElementBlock("bs-host",Et,[t.createElementVNode("select",t.mergeProps({id:e.inputId,class:"bs-select","data-slot":"",disabled:e.disabled,required:e.required,"data-error":e.error,value:e.value||e.modelValue,onChange:f[0]||(f[0]=d=>c.emit("update:modelValue",d.target.value))},i.value),[t.renderSlot(c.$slots,"default")],16,xt)]))}},Pt=["aria-controls","aria-selected","data-hidden"],Vt={__name:"BsTab",props:{activeTabId:{type:String,required:!0},hidden:{type:Boolean,default:!1},panelId:{type:String}},emits:["tabClick"],setup(e,{emit:r}){const l=e,a=t.useAttrs(),n=t.ref(),i=t.computed(()=>l.activeTabId===a.id),c=t.computed(()=>l.panelId||`${a.id}-panel`);function f(h){(h.key==="Enter"||h.key===" ")&&(h.preventDefault(),h.stopPropagation(),d())}function d(){if(l.activeTabId!==a.id){const h=new CustomEvent("tabClick",{detail:a.id,bubbles:!0});n.value.dispatchEvent(h)}}return(h,y)=>(t.openBlock(),t.createElementBlock("bs-host",{"aria-controls":c.value,"aria-selected":i.value?"true":"false","data-hidden":e.hidden||void 0,"data-component":"bs-tab",role:"tab",tabindex:"0",ref_key:"hostEl",ref:n,onClick:d,onKeydown:f},[t.renderSlot(h.$slots,"default")],40,Pt))}},ba="",At=["data-resizing"],St=["aria-controls","aria-expanded","data-active","data-hidden","id"],Lt=t.createElementVNode("bs-icon-action-ellipsis",{size:"sm","data-size":"small","data-bs-icon":""},null,-1),Dt=["id","containerId","helperText","helperDescription","optionsId","toggleId"],zt=["value","options-id"],qt=73,Nt=20,Mt=16,Ot={__name:"BsTabList",props:{activeTabId:{type:String},helperText:{type:String,default:"Select a tab"},helperDescription:{type:String},modelValue:{type:String},withBsTabs:{type:Boolean,default:!0}},emits:["tabChange","update:modelValue"],setup(e,{emit:r}){const l=e,a=t.ref(!1),n=t.ref(!1),i=t.ref([]),c=t.ref(!1),f=t.ref(!1),d=t.ref(),h=t.ref([]),y=t.ref(!1),b=t.ref([]),B=t.ref(),T=t.ref(),P=t.ref(),x=t.ref(),I=t.computed(()=>l.activeTabId?b.value.findIndex(s=>s.id===l.activeTabId):0),V=t.computed(()=>i.value.some(s=>s.id===l.activeTabId)),L=t.computed(()=>`${B.value}-options`),D=t.computed(()=>`${B.value}-toggle`),jt=t.computed(()=>{var s;return V.value?(s=b.value[I.value])==null?void 0:s.textContent:"More"}),Ht=t.computed(()=>V.value?h.value[I.value]-h.value[I.value-1]+Nt:qt),C=t.computed(()=>{var u,m;let s=[];if(typeof window>"u")return s;for(let g of b.value){if(((u=g.dataset)==null?void 0:u.hidden)==="true"||((m=g.dataset)==null?void 0:m.hidden)===""||g.getAttribute("tabindex")==="-1")break;s.push(g)}return f.value&&s.push(d.value.querySelector(".bs-tab-list-toggle")),s});function A(){var w;let s=!1,u,m=0,g=!1,p=[];if((w=b.value)!=null&&w.length){for(let k=0;k<b.value.length;k++){if(u=b.value[k],u.setAttribute("tabindex","-1"),g&&k!==I.value){u.dataset.hidden="true",p.push(u);continue}if(m=k<b.value.length-1?x.value-Ht.value:x.value,h.value[k]>m){u.dataset.hidden="true",p.push(u),s=!0,g=!0;continue}u.dataset.hidden="false",u.setAttribute("tabindex","0")}f.value=s,i.value=p,a.value||setTimeout(()=>a.value=!0,100),setTimeout(()=>{ta(),y.value=!0},y.value?0:1e3)}}function S(s){r("tabChange",s),r("update:modelValue",s)}function Ut(s){var g,p,w;const u=(w=(p=(g=b.value[s])==null?void 0:g.getBoundingClientRect)==null?void 0:p.call(g))==null?void 0:w.width;return u||(s===0?h.value[0]:h.value[s]-h.value[s-1])||0}function Yt(){var s;(s=b.value[I.value])==null||s.setAttribute("aria-selected","true"),A()}function Xt(){var s;(s=T.value)==null||s.focus(),c.value=!1}function Zt(){c.value=!c.value,n.value||(n.value=!0)}function Jt(s){var u;c.value=!1,(u=T.value)==null||u.focus(),S(s.detail)}function Kt(s){if(l.withBsTabs)return;const u=s.target.closest('[role="tab"]');if(!u||u.getAttribute("aria-selected")==="true")return;const m=u.getAttribute("id");S(m)}function Qt(s){if(s.key==="ArrowLeft"||s.key==="ArrowRight"){const u=C.value.findIndex(m=>m.id===s.target.id);if(u===-1)return;s.preventDefault(),s.stopPropagation(),s.key==="ArrowLeft"?ea(u):_t(u)}}function _t(s){var m;const u=(s+1)%C.value.length;(m=C.value[u])==null||m.focus()}function ea(s){var m;const u=s===0?C.value.length-1:s-1;(m=C.value[u])==null||m.focus()}function ta(){var w,k,z,q;const s=parseInt(d.value.style.getPropertyValue("--active-line-offset"))||0,u=x.value;let m=300,g=((k=(w=C.value)==null?void 0:w[I.value])==null?void 0:k.offsetLeft)||0,p=Ut(I.value);f.value&&V.value&&(g=(z=T.value)==null?void 0:z.offsetLeft,p=(q=T.value)==null?void 0:q.offsetWidth),m=Math.max(Math.abs((g-s)/u*300),100),d.value.style.setProperty("--active-line-max-width",`${u}px`),d.value.style.setProperty("--active-line-scale",`${p/u}`),d.value.style.setProperty("--active-line-offset",`${g}px`),d.value.style.setProperty("--active-line-transition-duration",`${m}ms`)}function aa(){var s,u;(u=(s=P.value)==null?void 0:s.disconnect)==null||u.call(s),P.value=null}function la(){P.value=new ResizeObserver(s=>{for(let u of s)x.value=u.contentBoxSize[0].inlineSize;A()}),P.value.observe(d.value)}function na(){b.value=Array.from(d.value.children).filter(s=>s.role==="tab")}function ra(){let s;b.value.forEach((u,m)=>{s=u.getBoundingClientRect().width+Mt,h.value.push(m?s+h.value[m-1]:s)})}return t.watch(()=>l.activeTabId,Yt),t.onMounted(()=>{var s,u;try{na(),ra(),la(),(s=d.value)!=null&&s.id||d.value.setAttribute("id",v()),B.value=v(),x.value=d.value.getBoundingClientRect().width,A(),l.withBsTabs||(u=b.value[I.value])==null||u.setAttribute("aria-selected","true")}catch(m){console.log("tab error",m)}}),t.onUnmounted(aa),(s,u)=>(t.openBlock(),t.createElementBlock("bs-host",{class:"bs-tab-list","data-component":"bs-tab-list",ref_key:"hostEl",ref:d,role:"tablist","data-resizing":!a.value||void 0,onClick:Kt,"on:tabClick":u[0]||(u[0]=m=>S(m.detail)),onKeydown:Qt},[t.renderSlot(s.$slots,"default"),t.createElementVNode("button",{"aria-controls":B.value,"aria-expanded":c.value,class:"bs-tab-list-toggle","data-active":V.value||void 0,"data-hidden":!f.value,id:D.value,ref_key:"dropdownToggle",ref:T,onClick:Zt},[Lt,t.createTextVNode(" "+t.toDisplayString(jt.value),1)],8,St),c.value?(t.openBlock(),t.createElementBlock("bs-dropdown-with-options",{key:0,id:B.value,class:"bs-tab-list-dropdown",containerId:d.value.id,helperText:e.helperText,helperDescription:e.helperDescription||void 0,optionsId:L.value,toggleId:D.value,onClose:Xt,onOptselected:Jt},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.value,m=>(t.openBlock(),t.createElementBlock("bs-dropdown-option",{key:m.id,value:m.id,"options-id":L.value},t.toDisplayString(m.textContent),9,zt))),128))],40,Dt)):t.createCommentVNode("",!0)],40,At))}},ga="",Ft=["data-position"],Rt={"data-slot":""},Wt=["id"],Gt={__name:"BsTooltip",props:{tooltipId:{},content:{},position:{}},setup(e){const r=e,l=t.ref(!1),a=t.ref(!1),n=t.computed(()=>{let d="bs-tooltip-text";return a.value&&(r.position===void 0||r.position==="top"||r.position==="bottom"?d+=" escaped-x":r.position==="left"||r.position==="right"?d+=" escaped-y":d+=" escaped"),d});t.onMounted(()=>{window.addEventListener("keydown",f)}),t.onUnmounted(()=>{window.removeEventListener("keydown",f)});function i(){l.value=!0}function c(){l.value=!1,a.value=!1}function f(d){l.value&&d.key==="Escape"&&(l.value=!1,a.value=!0)}return(d,h)=>(t.openBlock(),t.createElementBlock("bs-host",{"data-component":"bs-tooltip",onMouseenter:i,onFocusin:i,onMouseleave:c,onFocusout:c},[t.createElementVNode("div",{class:"bs-tooltip","data-position":e.position||void 0},[t.createElementVNode("div",Rt,[t.renderSlot(d.$slots,"default")]),t.createElementVNode("div",{class:t.normalizeClass(n.value),id:e.tooltipId,role:"tooltip"},t.toDisplayString(e.content),11,Wt)],8,Ft)],32))}};o.BsAccordion=st,o.BsBadge=O,o.BsBanner=ft,o.BsButton=ht,o.BsCharacterCount=R,o.BsChartBar=G,o.BsChartTable=H,o.BsCheckbox=Y,o.BsCircleButton=Z,o.BsDropdown=K,o.BsDropdownOption=_,o.BsDropdownOptionList=te,o.BsDropdownWithOptions=le,o.BsFieldDetails=re,o.BsFieldLayout=oe,o.BsHint=de,o.BsIconGradientWrapper=gt,o.BsInput=ue,o.BsInputAddon=pt,o.BsInputField=me,o.BsInputSearch=be,o.BsLabel=It,o.BsLoader=Be,o.BsModal=ke,o.BsOverlay=ye,o.BsPagination=Ie,o.BsPill=Ct,o.BsProfile=Ce,o.BsProfileDetails=xe,o.BsProfileImg=Pe,o.BsProfileLayout=Ae,o.BsRadio=Le,o.BsSelect=vt,o.BsSelectField=ze,o.BsSwitch=Ne,o.BsTab=Vt,o.BsTabList=Ot,o.BsTabPanel=Oe,o.BsTextarea=Re,o.BsTextareaField=Ge,o.BsToast=He,o.BsToastActions=Ue,o.BsToastBody=Ye,o.BsToastHeader=Ze,o.BsToaster=Je,o.BsTooltip=Gt,o.BsTransition=Qe,Object.defineProperty(o,Symbol.toStringTag,{value:"Module"})});
|
|
1
|
+
(function(o,t){typeof exports=="object"&&typeof module<"u"?t(exports,require("vue"),require("#components"),require("uuid")):typeof define=="function"&&define.amd?define(["exports","vue","#components","uuid"],t):(o=typeof globalThis<"u"?globalThis:o||self,t(o.BsdsComponents={},o.Vue,o._components,o.uuid$1))})(this,function(o,t,$,N){"use strict";const M=["color","count","count-max","dot","label","position","show-zero"],O={__name:"BsBadge",props:{color:{},count:{},countMax:{default:99},dot:{},label:{default:"item"},position:{},showZero:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-badge",t.mergeProps(l.$attrs,{color:e.color,count:e.count,"count-max":e.countMax,dot:e.dot,label:e.label,position:e.position,"show-zero":e.showZero}),[t.renderSlot(l.$slots,"default")],16,M))}},F=["char-count","char-max"],R={__name:"BsCharacterCount",props:{charCount:{},charMax:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-character-count",t.mergeProps(l.$attrs,{"char-count":e.charCount,"char-max":e.charMax}),null,16,F))}},W=["chart-title","data","dataIdxLabels","show-legend","show-tooltips","show-x-grid","show-y-grid","stacked","x-label","y-label"],G={__name:"BsChartBar",props:{chartTitle:{},data:{},dataIdxLabels:{},showLegend:{default:!0},showTooltips:{default:!0},showXGrid:{default:!1},showYGrid:{default:!1},stacked:{default:!1},xLabel:{default:""},yLabel:{default:""}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-chart-bar",t.mergeProps(l.$attrs,{"chart-title":e.chartTitle,data:e.data,dataIdxLabels:e.dataIdxLabels,"show-legend":e.showLegend,"show-tooltips":e.showTooltips,"show-x-grid":e.showXGrid,"show-y-grid":e.showYGrid,stacked:e.stacked,"x-label":e.xLabel,"y-label":e.yLabel}),null,16,W))}},j=["data","dataIdxLabels","table-title"],H={__name:"BsChartTable",props:{data:{},dataIdxLabels:{},tableTitle:{default:""}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-chart-table",t.mergeProps(l.$attrs,{data:e.data,dataIdxLabels:e.dataIdxLabels,"table-title":e.tableTitle}),null,16,j))}},U=["label","checked","checked-partially","disabled","error","input-id","pass-attrs","required","size"],Y={__name:"BsCheckbox",props:{label:{},checked:{default:!1},checkedPartially:{default:!1},disabled:{default:!1},error:{},inputId:{},passAttrs:{default:""},required:{},size:{},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-checkbox",t.mergeProps(l.$attrs,{label:e.label,checked:e.checked||e.modelValue,"checked-partially":e.checkedPartially,disabled:e.disabled,error:e.error,"input-id":e.inputId,"pass-attrs":e.passAttrs,required:e.required,size:e.size,onChange:a[0]||(a[0]=n=>r("update:modelValue",n.target.checked))}),null,16,U))}};function E(e){const r=t.computed(()=>{var n,i;return((i=(n=e.href)==null?void 0:n.startsWith)==null?void 0:i.call(n,"/"))||!1}),l=t.computed(()=>{var n,i;return r.value&&((n=e.router)==null?void 0:n.navigateTo)||((i=e.router)==null?void 0:i.push)||null});function a(n){var i,c,f,d,h;l.value&&((c=(i=n.target.href)==null?void 0:i.endsWith)!=null&&c.call(i,e.href)||(h=(d=(f=n.target.closest("a"))==null?void 0:f.href)==null?void 0:d.endsWith)!=null&&h.call(d,e.href))&&(n.preventDefault(),l.value(e.href))}return{onLinkClick:a}}const X=["disabled","ghost-btn","hover-effect","href","icon","icon-position","label","pass-attrs","text-btn","size"],Z={__name:"BsCircleButton",props:{disabled:{},ghostBtn:{},hoverEffect:{default:!1},href:{},icon:{},iconPosition:{},label:{},passAttrs:{default:""},textBtn:{},size:{},router:{}},emits:[],setup(e,{emit:r}){const l=e,{onLinkClick:a}=E(l);return(n,i)=>(t.openBlock(),t.createElementBlock("bs-circle-button",t.mergeProps(n.$attrs,{disabled:e.disabled,"ghost-btn":e.ghostBtn,"hover-effect":e.hoverEffect,href:e.href,icon:e.icon,"icon-position":e.iconPosition,label:e.label,"pass-attrs":e.passAttrs,"text-btn":e.textBtn,size:e.size,onClick:i[0]||(i[0]=(...c)=>t.unref(a)&&t.unref(a)(...c))}),null,16,X))}},J=["width","top","center","right","toggle-id","container-id","helper-text","helper-description","enter-controlled","enter-trigger","leave-trigger"],K={__name:"BsDropdown",props:{width:{default:void 0},top:{default:!1},center:{default:!1},right:{default:!1},toggleId:{},containerId:{default:void 0},helperText:{},helperDescription:{},enterControlled:{default:!1},enterTrigger:{default:!1},leaveTrigger:{default:!1}},emits:["close","enterend","leaveend"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createBlock(t.unref($.ClientOnly),null,{default:t.withCtx(()=>[t.createElementVNode("bs-dropdown",t.mergeProps(l.$attrs,{width:e.width,top:e.top,center:e.center,right:e.right,"toggle-id":e.toggleId,"container-id":e.containerId,"helper-text":e.helperText,"helper-description":e.helperDescription,"enter-controlled":e.enterControlled,"enter-trigger":e.enterTrigger,"leave-trigger":e.leaveTrigger,onClose:a[0]||(a[0]=n=>r("close",n.detail)),onEnterend:a[1]||(a[1]=n=>r("enterend",n.detail)),onLeaveend:a[2]||(a[2]=n=>r("leaveend",n.detail))}),[t.renderSlot(l.$slots,"default")],16,J)]),_:3}))}},Q=["value","variant","options-id","selected","focused","index"],_={__name:"BsDropdownOption",props:{value:{},variant:{default:void 0},optionsId:{},selected:{default:!1},focused:{default:!1},index:{}},emits:["optmouseenter","optselect"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-dropdown-option",t.mergeProps(l.$attrs,{value:e.value,variant:e.variant,"options-id":e.optionsId,selected:e.selected,focused:e.focused,index:e.index,onOptmouseenter:a[0]||(a[0]=n=>r("optmouseenter",n.detail)),onOptselect:a[1]||(a[1]=n=>r("optselect",n.detail))}),[t.renderSlot(l.$slots,"default")],16,Q))}},ee=["options-id","visible","focus-delay","label","selected-value"],te={__name:"BsDropdownOptionList",props:{optionsId:{},visible:{default:!1},focusDelay:{default:75},label:{},selectedValue:{}},emits:["optselected","close"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createBlock(t.unref($.ClientOnly),null,{default:t.withCtx(()=>[t.createElementVNode("bs-dropdown-option-list",t.mergeProps(l.$attrs,{"options-id":e.optionsId,visible:e.visible,"focus-delay":e.focusDelay,label:e.label,"selected-value":e.selectedValue,onOptselected:a[0]||(a[0]=n=>r("optselected",n.detail)),onClose:a[1]||(a[1]=n=>r("close",n.detail))}),[t.renderSlot(l.$slots,"default")],16,ee)]),_:3}))}},ae=["toggle-id","container-id","options-id","width","top","center","label","selected-value","enter-controlled","enter-trigger","leave-trigger","helper-text","helper-description","right"],le={__name:"BsDropdownWithOptions",props:{toggleId:{},containerId:{default:void 0},optionsId:{},width:{default:void 0},top:{default:!1},center:{default:!1},label:{},selectedValue:{},enterControlled:{default:!1},enterTrigger:{default:!1},leaveTrigger:{default:!1},helperText:{},helperDescription:{},right:{default:!1}},emits:["optselected","close","enterend","leaveend"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createBlock(t.unref($.ClientOnly),null,{default:t.withCtx(()=>[t.createElementVNode("bs-dropdown-with-options",t.mergeProps(l.$attrs,{"toggle-id":e.toggleId,"container-id":e.containerId,"options-id":e.optionsId,width:e.width,top:e.top,center:e.center,label:e.label,"selected-value":e.selectedValue,"enter-controlled":e.enterControlled,"enter-trigger":e.enterTrigger,"leave-trigger":e.leaveTrigger,"helper-text":e.helperText,"helper-description":e.helperDescription,right:e.right,onOptselected:a[0]||(a[0]=n=>r("optselected",n.detail)),onClose:a[1]||(a[1]=n=>r("close",n.detail)),onEnterend:a[2]||(a[2]=n=>r("enterend",n.detail)),onLeaveend:a[3]||(a[3]=n=>r("leaveend",n.detail))}),[t.renderSlot(l.$slots,"default")],16,ae)]),_:3}))}},ne=["char-count","char-max","error","error-msg","hint","hint-id"],re={__name:"BsFieldDetails",props:{charCount:{},charMax:{},error:{},errorMsg:{},hint:{},hintId:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-field-details",t.mergeProps(l.$attrs,{"char-count":e.charCount,"char-max":e.charMax,error:e.error,"error-msg":e.errorMsg,hint:e.hint,"hint-id":e.hintId}),null,16,ne))}},se=["char-count","char-max","disabled","error","hints","label","label-for","required","hint-id"],oe={__name:"BsFieldLayout",props:{charCount:{},charMax:{},disabled:{default:!1},error:{},hints:{},label:{},labelFor:{},required:{},hintId:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-field-layout",t.mergeProps(l.$attrs,{"char-count":e.charCount,"char-max":e.charMax,disabled:e.disabled,error:e.error,hints:e.hints,label:e.label,"label-for":e.labelFor,required:e.required,"hint-id":e.hintId}),[t.renderSlot(l.$slots,"default")],16,se))}},ie=["error","hint-id","hints"],de={__name:"BsHint",props:{error:{},hintId:{},hints:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-hint",t.mergeProps(l.$attrs,{error:e.error,"hint-id":e.hintId,hints:e.hints}),null,16,ie))}},ce=["disabled","error","input-id","pass-attrs","placeholder","required","type","value","hint-id"],ue={__name:"BsInput",props:{disabled:{default:!1},error:{},inputId:{},passAttrs:{default:""},placeholder:{},required:{},type:{default:"text"},value:{},hintId:{},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-input",t.mergeProps(l.$attrs,{disabled:e.disabled,error:e.error,"input-id":e.inputId,"pass-attrs":e.passAttrs,placeholder:e.placeholder,required:e.required,type:e.type,value:e.value||e.modelValue,"hint-id":e.hintId,onInput:a[0]||(a[0]=n=>r("update:modelValue",n.target.value))}),null,16,ce))}},fe=["disabled","error","error-msg","hint","hints","input-id","label","pass-attrs","placeholder","required","type","value"],me={__name:"BsInputField",props:{disabled:{default:!1},error:{},errorMsg:{},hint:{},hints:{},inputId:{},label:{},passAttrs:{default:""},placeholder:{},required:{},type:{default:"text"},value:{},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-input-field",t.mergeProps(l.$attrs,{disabled:e.disabled,error:e.error,"error-msg":e.errorMsg,hint:e.hint,hints:e.hints,"input-id":e.inputId,label:e.label,"pass-attrs":e.passAttrs,placeholder:e.placeholder,required:e.required,type:e.type,value:e.value||e.modelValue,onInput:a[0]||(a[0]=n=>r("update:modelValue",n.target.value))}),null,16,fe))}},he=["disabled","pass-attrs","placeholder","hint-id","input-id","value","hide-clear"],be={__name:"BsInputSearch",props:{disabled:{default:!1},passAttrs:{default:""},placeholder:{default:"Search Items"},hintId:{},inputId:{},value:{default:""},hideClear:{default:!1},modelValue:{}},emits:["clear","update:modelValue"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-input-search",t.mergeProps(l.$attrs,{disabled:e.disabled,"pass-attrs":e.passAttrs,placeholder:e.placeholder,"hint-id":e.hintId,"input-id":e.inputId,value:e.value||e.modelValue,"hide-clear":e.hideClear,onClear:a[0]||(a[0]=n=>r("clear",n.detail)),onInput:a[1]||(a[1]=n=>r("update:modelValue",n.target.value))}),null,16,he))}},ge=["size","variant"],Be={__name:"BsLoader",props:{size:{},variant:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-loader",t.mergeProps(l.$attrs,{size:e.size,variant:e.variant}),null,16,ge))}},pe=["alert","close-button","enter-controlled","enter-trigger","leave-trigger"],ke={__name:"BsModal",props:{alert:{default:!1},closeButton:{default:!0},enterControlled:{default:!1},enterTrigger:{default:!1},leaveTrigger:{default:!1}},emits:["close","enterend","leaveend"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createBlock(t.unref($.ClientOnly),null,{default:t.withCtx(()=>[t.createElementVNode("bs-modal",t.mergeProps(l.$attrs,{alert:e.alert,"close-button":e.closeButton,"enter-controlled":e.enterControlled,"enter-trigger":e.enterTrigger,"leave-trigger":e.leaveTrigger,onClose:a[0]||(a[0]=n=>r("close",n.detail)),onEnterend:a[1]||(a[1]=n=>r("enterend",n.detail)),onLeaveend:a[2]||(a[2]=n=>r("leaveend",n.detail))}),[t.renderSlot(l.$slots,"default")],16,pe)]),_:3}))}},$e=["enter-controlled","enter-trigger","leave-trigger"],ye={__name:"BsOverlay",props:{enterControlled:{default:!1},enterTrigger:{default:!1},leaveTrigger:{default:!1}},emits:["enterend","leaveend"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createBlock(t.unref($.ClientOnly),null,{default:t.withCtx(()=>[t.createElementVNode("bs-overlay",t.mergeProps(l.$attrs,{"enter-controlled":e.enterControlled,"enter-trigger":e.enterTrigger,"leave-trigger":e.leaveTrigger,onEnterend:a[0]||(a[0]=n=>r("enterend",n.detail)),onLeaveend:a[1]||(a[1]=n=>r("leaveend",n.detail))}),null,16,$e)]),_:1}))}},Te=["show-first-last-buttons","prev-page-text","first-page-text","next-page-text","last-page-text","fixed","variant","selection","center-display","break-text","page-range","page-count","center-label","items-per-group","items-count","results-increments"],Ie={__name:"BsPagination",props:{showFirstLastButtons:{default:!1},prevPageText:{},firstPageText:{},nextPageText:{},lastPageText:{},fixed:{default:!1},variant:{default:"base"},selection:{},centerDisplay:{default:"numbers"},breakText:{default:"…"},pageRange:{default:3},pageCount:{},centerLabel:{},itemsPerGroup:{default:25},itemsCount:{},resultsIncrements:{}},emits:["selchange"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-pagination",t.mergeProps(l.$attrs,{"show-first-last-buttons":e.showFirstLastButtons,"prev-page-text":e.prevPageText,"first-page-text":e.firstPageText,"next-page-text":e.nextPageText,"last-page-text":e.lastPageText,fixed:e.fixed,variant:e.variant,selection:e.selection,"center-display":e.centerDisplay,"break-text":e.breakText,"page-range":e.pageRange,"page-count":e.pageCount,"center-label":e.centerLabel,"items-per-group":e.itemsPerGroup,"items-count":e.itemsCount,"results-increments":e.resultsIncrements,onSelchange:a[0]||(a[0]=n=>r("selchange",n.detail))}),null,16,Te))}},we=["layout","href","image-src","image-size","initials","profile-name","company","job-title","email","action","action-icon","misc-meta","misc-meta-icon"],Ce={__name:"BsProfile",props:{layout:{},href:{},imageSrc:{},imageSize:{default:"lg"},initials:{},profileName:{},company:{},jobTitle:{},email:{},action:{},actionIcon:{},miscMeta:{},miscMetaIcon:{},router:{}},emits:["action-toggled"],setup(e,{emit:r}){const l=e,{onLinkClick:a}=E(l);return(n,i)=>(t.openBlock(),t.createElementBlock("bs-profile",t.mergeProps(n.$attrs,{layout:e.layout,href:e.href,"image-src":e.imageSrc,"image-size":e.imageSize,initials:e.initials,"profile-name":e.profileName,company:e.company,"job-title":e.jobTitle,email:e.email,action:e.action,"action-icon":e.actionIcon,"misc-meta":e.miscMeta,"misc-meta-icon":e.miscMetaIcon,onActionToggled:i[0]||(i[0]=c=>r("action-toggled",c.detail)),onClick:i[1]||(i[1]=(...c)=>t.unref(a)&&t.unref(a)(...c))}),null,16,we))}},Ee=["profile-name","company","job-title","email","action","action-icon","misc-meta","misc-meta-icon"],xe={__name:"BsProfileDetails",props:{profileName:{},company:{},jobTitle:{},email:{},action:{},actionIcon:{},miscMeta:{},miscMetaIcon:{}},emits:["action-toggled"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-profile-details",t.mergeProps(l.$attrs,{"profile-name":e.profileName,company:e.company,"job-title":e.jobTitle,email:e.email,action:e.action,"action-icon":e.actionIcon,"misc-meta":e.miscMeta,"misc-meta-icon":e.miscMetaIcon,onActionToggled:a[0]||(a[0]=n=>r("action-toggled",n.detail))}),null,16,Ee))}},ve=["src","size","initials","profile-name"],Pe={__name:"BsProfileImg",props:{src:{},size:{},initials:{},profileName:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-profile-img",t.mergeProps(l.$attrs,{src:e.src,size:e.size,initials:e.initials,"profile-name":e.profileName}),null,16,ve))}},Ve=["layout","href","pass-attrs"],Ae={__name:"BsProfileLayout",props:{layout:{default:"vertical"},href:{},passAttrs:{default:""},router:{}},emits:[],setup(e,{emit:r}){const l=e,{onLinkClick:a}=E(l);return(n,i)=>(t.openBlock(),t.createElementBlock("bs-profile-layout",t.mergeProps(n.$attrs,{layout:e.layout,href:e.href,"pass-attrs":e.passAttrs,onClick:i[0]||(i[0]=(...c)=>t.unref(a)&&t.unref(a)(...c))}),[t.renderSlot(n.$slots,"default")],16,Ve))}},Se=["label","checked","disabled","error","input-id","pass-attrs","required","size","value"],Le={__name:"BsRadio",props:{label:{},checked:{default:!1},disabled:{default:!1},error:{},inputId:{},passAttrs:{default:""},required:{},size:{},value:{},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-radio",t.mergeProps(l.$attrs,{label:e.label,checked:e.checked||e.modelValue===e.value,disabled:e.disabled,error:e.error,"input-id":e.inputId,"pass-attrs":e.passAttrs,required:e.required,size:e.size,value:e.value,onChange:a[0]||(a[0]=n=>r("update:modelValue",n.target.value))}),null,16,Se))}},De=["disabled","error","error-msg","input-id","label","hint","hints","placeholder","required","value","pass-attrs","data"],ze={__name:"BsSelectField",props:{disabled:{default:!1},error:{},errorMsg:{},inputId:{},label:{},hint:{},hints:{},placeholder:{default:""},required:{},value:{},passAttrs:{default:""},data:{default:[]},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-select-field",t.mergeProps(l.$attrs,{disabled:e.disabled,error:e.error,"error-msg":e.errorMsg,"input-id":e.inputId,label:e.label,hint:e.hint,hints:e.hints,placeholder:e.placeholder,required:e.required,value:e.value||e.modelValue,"pass-attrs":e.passAttrs,data:e.data,onChange:a[0]||(a[0]=n=>r("update:modelValue",n.target.value))}),null,16,De))}},qe=["checked","disabled","hide-label","input-id","inner-on-label","inner-off-label","label","pass-attrs","size"],Ne={__name:"BsSwitch",props:{checked:{default:!1},disabled:{default:!1},hideLabel:{default:!1},inputId:{},innerOnLabel:{},innerOffLabel:{},label:{},passAttrs:{default:""},size:{},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-switch",t.mergeProps(l.$attrs,{checked:e.checked||e.modelValue,disabled:e.disabled,"hide-label":e.hideLabel,"input-id":e.inputId,"inner-on-label":e.innerOnLabel,"inner-off-label":e.innerOffLabel,label:e.label,"pass-attrs":e.passAttrs,size:e.size,onChange:a[0]||(a[0]=n=>r("update:modelValue",n.target.checked))}),null,16,qe))}},Me=["active-tab-id","tab-id"],Oe={__name:"BsTabPanel",props:{activeTabId:{},tabId:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-tab-panel",t.mergeProps(l.$attrs,{"active-tab-id":e.activeTabId,"tab-id":e.tabId}),[t.renderSlot(l.$slots,"default")],16,Me))}},Fe=["disabled","error","input-id","pass-attrs","placeholder","required","rows","value","hint-id"],Re={__name:"BsTextarea",props:{disabled:{default:!1},error:{},inputId:{},passAttrs:{default:""},placeholder:{},required:{},rows:{default:6},value:{},hintId:{},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-textarea",t.mergeProps(l.$attrs,{disabled:e.disabled,error:e.error,"input-id":e.inputId,"pass-attrs":e.passAttrs,placeholder:e.placeholder,required:e.required,rows:e.rows,value:e.value||e.modelValue,"hint-id":e.hintId,onInput:a[0]||(a[0]=n=>r("update:modelValue",n.target.value))}),null,16,Fe))}},We=["char-max","disabled","error","error-msg","hint","hints","input-id","label","placeholder","required","rows","value","pass-attrs"],Ge={__name:"BsTextareaField",props:{charMax:{},disabled:{default:!1},error:{},errorMsg:{},hint:{},hints:{},inputId:{},label:{},placeholder:{},required:{},rows:{default:6},value:{default:""},passAttrs:{default:""},modelValue:{}},emits:["update:modelValue"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-textarea-field",t.mergeProps(l.$attrs,{"char-max":e.charMax,disabled:e.disabled,error:e.error,"error-msg":e.errorMsg,hint:e.hint,hints:e.hints,"input-id":e.inputId,label:e.label,placeholder:e.placeholder,required:e.required,rows:e.rows,value:e.value||e.modelValue,"pass-attrs":e.passAttrs,onInput:a[0]||(a[0]=n=>r("update:modelValue",n.target.value))}),null,16,We))}},je=["toast-id","variant","stacked","duration","enter-controlled","enter-trigger","leave-trigger"],He={__name:"BsToast",props:{toastId:{},variant:{},stacked:{default:!1},duration:{default:1e4},enterControlled:{default:!1},enterTrigger:{default:!1},leaveTrigger:{default:!1}},emits:["dismiss","enterend","leaveend"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createBlock(t.unref($.ClientOnly),null,{default:t.withCtx(()=>[t.createElementVNode("bs-toast",t.mergeProps(l.$attrs,{"toast-id":e.toastId,variant:e.variant,stacked:e.stacked,duration:e.duration,"enter-controlled":e.enterControlled,"enter-trigger":e.enterTrigger,"leave-trigger":e.leaveTrigger,onDismiss:a[0]||(a[0]=n=>r("dismiss",n.detail)),onEnterend:a[1]||(a[1]=n=>r("enterend",n.detail)),onLeaveend:a[2]||(a[2]=n=>r("leaveend",n.detail))}),[t.renderSlot(l.$slots,"default")],16,je)]),_:3}))}},Ue={__name:"BsToastActions",props:{},emits:["defaultDismiss"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-toast-actions",t.mergeProps(l.$attrs,{"on:defaultDismiss":a[0]||(a[0]=n=>r("defaultDismiss",n.detail))}),[t.renderSlot(l.$slots,"default")],16))}},Ye={__name:"BsToastBody",props:{},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-toast-body",t.normalizeProps(t.guardReactiveProps(l.$attrs)),[t.renderSlot(l.$slots,"default")],16))}},Xe=["variant"],Ze={__name:"BsToastHeader",props:{variant:{}},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-toast-header",t.mergeProps(l.$attrs,{variant:e.variant}),[t.renderSlot(l.$slots,"default")],16,Xe))}},Je={__name:"BsToaster",props:{},emits:[],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createBlock(t.unref($.ClientOnly),null,{default:t.withCtx(()=>[t.createElementVNode("bs-toaster",t.normalizeProps(t.guardReactiveProps(l.$attrs)),[t.renderSlot(l.$slots,"default")],16)]),_:3}))}},Ke=["enter-class","enter-attribute","enter-duration","leave-class","leave-attribute","leave-duration","enter-controlled","enter-trigger","leave-trigger"],Qe={__name:"BsTransition",props:{enterClass:{default:void 0},enterAttribute:{default:void 0},enterDuration:{},leaveClass:{default:void 0},leaveAttribute:{default:void 0},leaveDuration:{default:void 0},enterControlled:{default:!1},enterTrigger:{default:!1},leaveTrigger:{default:!1}},emits:["enterend","leaveend"],setup(e,{emit:r}){return(l,a)=>(t.openBlock(),t.createElementBlock("bs-transition",t.mergeProps(l.$attrs,{"enter-class":e.enterClass,"enter-attribute":e.enterAttribute,"enter-duration":e.enterDuration,"leave-class":e.leaveClass,"leave-attribute":e.leaveAttribute,"leave-duration":e.leaveDuration,"enter-controlled":e.enterControlled,"enter-trigger":e.enterTrigger,"leave-trigger":e.leaveTrigger,onEnterend:a[0]||(a[0]=n=>r("enterend",n.detail)),onLeaveend:a[1]||(a[1]=n=>r("leaveend",n.detail))}),[t.renderSlot(l.$slots,"default")],16,Ke))}};function v(){return N.v4()}const sa="",_e=["data-stacked"],et=["data-open"],tt=["aria-controls","aria-expanded"],at=["id","aria-level"],lt=t.createElementVNode("bs-icon-caret-down",{"data-position":"end"},null,-1),nt=["aria-labelledby","data-open","id"],rt={"data-slot":""},st={__name:"BsAccordion",props:{controlled:{default:!1},icon:{},headerText:{},headingLevel:{},openItem:{default:!1},openItemId:{},stacked:{default:!1}},emits:["toggled"],setup(e,{emit:r}){const l=e,a=t.ref(null),n=t.ref(""),i=t.ref(""),c=t.ref(!1),f=t.computed(()=>l.icon?`bs-icon-${l.icon}`:null),d=t.computed(()=>l.openItemId===a.value.id||l.openItem===!0),h=t.computed(()=>l.controlled?d.value:c.value);t.onMounted(()=>{var b;(b=a.value)!=null&&b.id||a.value.setAttribute("id",v()),n.value=a.value.id+"-content",i.value=a.value.id+"-title"});function y(){r("toggled",a.value.id),l.controlled||(c.value=!c.value)}return(b,B)=>(t.openBlock(),t.createElementBlock("bs-host",{ref_key:"hostRef",ref:a,class:"bs-accordion","data-component":"bs-accordion","data-stacked":e.stacked},[t.createElementVNode("header",{part:"header","data-open":h.value},[t.createElementVNode("button",{"aria-controls":n.value,"aria-expanded":h.value,type:"button",onClick:y},[f.value?(t.openBlock(),t.createBlock(t.resolveDynamicComponent(f.value),{key:0,"data-position":"start"})):t.createCommentVNode("",!0),t.createElementVNode("span",{id:i.value,"aria-level":e.headingLevel,role:"heading"},t.toDisplayString(e.headerText),9,at),lt],8,tt)],8,et),t.createElementVNode("div",{"aria-labelledby":i.value,class:"bs-accordion-content","data-open":h.value,id:n.value,part:"content",role:"region"},[t.createElementVNode("div",rt,[t.renderSlot(b.$slots,"default")])],8,nt)],8,_e))}},oa="",ot=["data-dismissed"],it={class:"bs-banner-content"},dt=t.createElementVNode("bs-icon-warning",{size:"lg",class:"bs-banner-warning-icon"},null,-1),ct={"data-slot":""},ut=[t.createElementVNode("bs-icon-close",null,null,-1)],ft={__name:"BsBanner",emits:["dismiss"],setup(e,{emit:r}){const l=t.ref(!1);function a(){l.value=!0,r("dismiss")}return(n,i)=>(t.openBlock(),t.createElementBlock("bs-host",{role:"alert",class:"bs-banner","data-component":"bs-banner","data-dismissed":l.value?!0:void 0},[t.createElementVNode("div",it,[dt,t.createElementVNode("div",ct,[t.renderSlot(n.$slots,"default")]),t.createElementVNode("button",{type:"button",title:"Close Banner",onClick:a},ut)])],8,ot))}},da="",mt=["data-disabled"],ht={__name:"BsButton",props:{variant:{},disabled:{},ghostBtn:{},href:{},passAttrs:{default:""},router:{},textBtn:{},size:{}},setup(e){const r=e,l=t.ref(null),a=t.ref(null),{onLinkClick:n}=E(r),i=t.useAttrs(),c=t.computed(()=>{const d={download:i.download,target:i.target};return r.href?(d.title=i.title,r.disabled&&(d["aria-disabled"]="true",d.tabindex="-1")):(d.type=i.type||"button",d.autcomplete="off"),d});function f(d){var h,y,b,B,T;(r.disabled||((y=(h=l.value)==null?void 0:h.dataset)==null?void 0:y.disabled)==="true"||(b=a.value)!=null&&b.disabled||((T=(B=a.value)==null?void 0:B.getAttribute)==null?void 0:T.call(B,"aria-disabled"))==="true")&&(d.preventDefault(),d.stopImmediatePropagation())}return(d,h)=>(t.openBlock(),t.createElementBlock("bs-host",{ref_key:"hostRef",ref:l,"data-component":"bs-button","data-disabled":e.disabled,onClickCapture:f},[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(e.href?"a":"button"),t.mergeProps({"data-slot":"",class:"bs-button","data-ghost":e.ghostBtn,"data-size":e.size,"data-text":e.textBtn,"data-variant":e.variant,disabled:e.disabled,href:e.href,ref_key:"childRef",ref:a},c.value,{onClick:t.unref(n)}),{default:t.withCtx(()=>[t.renderSlot(d.$slots,"default")]),_:3},16,["data-ghost","data-size","data-text","data-variant","disabled","href","onClick"]))],40,mt))}},ca="",bt=["offset","stop-color"],gt={__name:"BsIconGradientWrapper",setup(e){const r=[{offset:.1326,color:"#EE282A"},{offset:.5466,color:"#1C0087"},{offset:.9715,color:"#0086EA"}],l=`svg-gradient-${v()}`,a=t.ref(null),n=t.ref(null);function i(){var f;const c=a.value.querySelector(".svg-wrapper svg");(f=n.value)==null||f.setAttribute("viewBox",(c==null?void 0:c.getAttribute("viewBox"))||"0 0 0 0")}return t.onMounted(i),(c,f)=>(t.openBlock(),t.createElementBlock("bs-host",{ref_key:"hostRef",ref:a,"data-component":"bs-icon-gradient-wrapper"},[t.createElementVNode("span",{class:"svg-wrapper",style:t.normalizeStyle(`fill: url(#${l});`),"data-slot":""},[t.renderSlot(c.$slots,"default")],4),(t.openBlock(),t.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",width:"0",height:"0",ref_key:"gradientSvgRef",ref:n},[t.createElementVNode("linearGradient",{id:l,x1:"0",y1:"0",x2:"100%",y2:"100%",gradientUnits:"userSpaceOnUse"},[(t.openBlock(),t.createElementBlock(t.Fragment,null,t.renderList(r,d=>t.createElementVNode("stop",{key:d.offset,offset:d.offset,"stop-color":d.color},null,8,bt)),64))])],512))],512))}},ua="",Bt=["data-disabled","data-error","data-variant","data-multifocus"],pt={__name:"BsInputAddon",props:{disabled:{type:Boolean,default:!1},error:{type:Boolean,default:!1},multifocus:{type:Boolean,default:!1},variant:{type:String,validator:e=>e==="inner-bordered"}},setup(e){return(r,l)=>(t.openBlock(),t.createElementBlock("bs-host",{class:"bs-input-addon","data-component":"bs-input-addon","data-disabled":e.disabled,"data-error":e.error,"data-variant":e.variant,"data-multifocus":e.multifocus},[t.createVNode(t.unref($.ClientOnly),null,{default:t.withCtx(()=>[t.renderSlot(r.$slots,"default")]),_:3})],8,Bt))}},fa="",kt=["data-disabled","htmlFor"],$t={"data-slot":""},yt=t.createElementVNode("span",{"data-required":"","aria-hidden":"true"}," *",-1),Tt=t.createElementVNode("span",{class:"visually-hidden"},"required",-1),It={__name:"BsLabel",props:{disabled:{},for:{},hide:{},passAttrs:{default:""},required:{}},setup(e){const r=e,l=t.useAttrs(),a=t.computed(()=>{const n={};return r.passAttrs.split(",").forEach(i=>{n[i]=l[i]}),n});return(n,i)=>(t.openBlock(),t.createElementBlock("bs-host",{"data-component":"bs-label",class:t.normalizeClass(e.hide?"visually-hidden":"")},[t.createElementVNode("label",t.mergeProps({"data-disabled":e.disabled,htmlFor:e.for},a.value),[t.createElementVNode("span",$t,[t.renderSlot(n.$slots,"default")]),e.required?(t.openBlock(),t.createElementBlock(t.Fragment,{key:0},[yt,Tt],64)):t.createCommentVNode("",!0)],16,kt)],2))}},ma="",wt={"data-component":"bs-pill"},Ct={__name:"BsPill",props:{variant:{},status:{},href:{},active:{},disabled:{},passAttrs:{default:""}},setup(e){const r=e,{onLinkClick:l}=E(r),a=t.useAttrs(),n=t.computed(()=>r.href?"a":a.type==="button"?"button":"span"),i=t.computed(()=>{const c={};return r.passAttrs.split(",").forEach(f=>{c[f]=a[f]}),r.disabled&&r.href&&(c["aria-disabled"]=!0,c.tabindex="-1",c.title=a.title),n.value==="button"&&(c.type=a.type||"button"),c});return(c,f)=>(t.openBlock(),t.createElementBlock("bs-host",wt,[(t.openBlock(),t.createBlock(t.resolveDynamicComponent(n.value),t.mergeProps({class:"bs-pill","data-active":e.active,"data-slot":"","data-status":e.status||void 0,"data-variant":e.variant||void 0,disabled:e.disabled,href:e.href},i.value,{onClick:t.unref(l)}),{default:t.withCtx(()=>[t.renderSlot(c.$slots,"default")]),_:3},16,["data-active","data-status","data-variant","disabled","href","onClick"]))]))}},ha="",Et={"data-component":"bs-select"},xt=["id","disabled","required","data-error","value"],vt={__name:"BsSelect",props:{disabled:{default:!1},inputId:{},required:{},error:{},hintId:{},value:{},passAttrs:{default:""},modelValue:{}},setup(e){const r=e,l=["autocomplete","multiple","name","size"],a=t.useAttrs(),n=t.computed(()=>({[r.error?"aria-errormessage":"aria-describedby"]:r.hintId})),i=t.computed(()=>{const c={...n.value};return r.passAttrs.split(",").concat(l).forEach(f=>{c[f]=a[f]}),c});return(c,f)=>(t.openBlock(),t.createElementBlock("bs-host",Et,[t.createElementVNode("select",t.mergeProps({id:e.inputId,class:"bs-select","data-slot":"",disabled:e.disabled,required:e.required,"data-error":e.error,value:e.value||e.modelValue,onChange:f[0]||(f[0]=d=>c.emit("update:modelValue",d.target.value))},i.value),[t.renderSlot(c.$slots,"default")],16,xt)]))}},Pt=["aria-controls","aria-selected","data-hidden"],Vt={__name:"BsTab",props:{activeTabId:{type:String,required:!0},hidden:{type:Boolean,default:!1},panelId:{type:String}},emits:["tabClick"],setup(e,{emit:r}){const l=e,a=t.useAttrs(),n=t.ref(),i=t.computed(()=>l.activeTabId===a.id),c=t.computed(()=>l.panelId||`${a.id}-panel`);function f(h){(h.key==="Enter"||h.key===" ")&&(h.preventDefault(),h.stopPropagation(),d())}function d(){if(l.activeTabId!==a.id){const h=new CustomEvent("tabClick",{detail:a.id,bubbles:!0});n.value.dispatchEvent(h)}}return(h,y)=>(t.openBlock(),t.createElementBlock("bs-host",{"aria-controls":c.value,"aria-selected":i.value?"true":"false","data-hidden":e.hidden||void 0,"data-component":"bs-tab",role:"tab",tabindex:"0",ref_key:"hostEl",ref:n,onClick:d,onKeydown:f},[t.renderSlot(h.$slots,"default")],40,Pt))}},ba="",At=["data-resizing"],St=["aria-controls","aria-expanded","data-active","data-hidden","id"],Lt=t.createElementVNode("bs-icon-action-ellipsis",{size:"sm","data-size":"small","data-bs-icon":""},null,-1),Dt=["id","containerId","helperText","helperDescription","optionsId","toggleId"],zt=["value","options-id"],qt=73,Nt=20,Mt=16,Ot={__name:"BsTabList",props:{activeTabId:{type:String},helperText:{type:String,default:"Select a tab"},helperDescription:{type:String},modelValue:{type:String},withBsTabs:{type:Boolean,default:!0}},emits:["tabChange","update:modelValue"],setup(e,{emit:r}){const l=e,a=t.ref(!1),n=t.ref(!1),i=t.ref([]),c=t.ref(!1),f=t.ref(!1),d=t.ref(),h=t.ref([]),y=t.ref(!1),b=t.ref([]),B=t.ref(),T=t.ref(),P=t.ref(),x=t.ref(),I=t.computed(()=>l.activeTabId?b.value.findIndex(s=>s.id===l.activeTabId):0),V=t.computed(()=>i.value.some(s=>s.id===l.activeTabId)),L=t.computed(()=>`${B.value}-options`),D=t.computed(()=>`${B.value}-toggle`),jt=t.computed(()=>{var s;return V.value?(s=b.value[I.value])==null?void 0:s.textContent:"More"}),Ht=t.computed(()=>V.value?h.value[I.value]-h.value[I.value-1]+Nt:qt),C=t.computed(()=>{var u,m;let s=[];if(typeof window>"u")return s;for(let g of b.value){if(((u=g.dataset)==null?void 0:u.hidden)==="true"||((m=g.dataset)==null?void 0:m.hidden)===""||g.getAttribute("tabindex")==="-1")break;s.push(g)}return f.value&&s.push(d.value.querySelector(".bs-tab-list-toggle")),s});function A(){var w;let s=!1,u,m=0,g=!1,p=[];if((w=b.value)!=null&&w.length){for(let k=0;k<b.value.length;k++){if(u=b.value[k],u.setAttribute("tabindex","-1"),g&&k!==I.value){u.dataset.hidden="true",p.push(u);continue}if(m=k<b.value.length-1?x.value-Ht.value:x.value,h.value[k]>m){u.dataset.hidden="true",p.push(u),s=!0,g=!0;continue}u.dataset.hidden="false",u.setAttribute("tabindex","0")}f.value=s,i.value=p,a.value||t.nextTick(()=>a.value=!0),setTimeout(()=>{ta(),y.value=!0},y.value?0:1e3)}}function S(s){r("tabChange",s),r("update:modelValue",s)}function Ut(s){var g,p,w;const u=(w=(p=(g=b.value[s])==null?void 0:g.getBoundingClientRect)==null?void 0:p.call(g))==null?void 0:w.width;return u||(s===0?h.value[0]:h.value[s]-h.value[s-1])||0}function Yt(){var s;(s=b.value[I.value])==null||s.setAttribute("aria-selected","true"),A()}function Xt(){var s;(s=T.value)==null||s.focus(),c.value=!1}function Zt(){c.value=!c.value,n.value||(n.value=!0)}function Jt(s){var u;c.value=!1,(u=T.value)==null||u.focus(),S(s.detail)}function Kt(s){if(l.withBsTabs)return;const u=s.target.closest('[role="tab"]');if(!u||u.getAttribute("aria-selected")==="true")return;const m=u.getAttribute("id");S(m)}function Qt(s){if(s.key==="ArrowLeft"||s.key==="ArrowRight"){const u=C.value.findIndex(m=>m.id===s.target.id);if(u===-1)return;s.preventDefault(),s.stopPropagation(),s.key==="ArrowLeft"?ea(u):_t(u)}}function _t(s){var m;const u=(s+1)%C.value.length;(m=C.value[u])==null||m.focus()}function ea(s){var m;const u=s===0?C.value.length-1:s-1;(m=C.value[u])==null||m.focus()}function ta(){var w,k,z,q;const s=parseInt(d.value.style.getPropertyValue("--active-line-offset"))||0,u=x.value;let m=300,g=((k=(w=C.value)==null?void 0:w[I.value])==null?void 0:k.offsetLeft)||0,p=Ut(I.value);f.value&&V.value&&(g=(z=T.value)==null?void 0:z.offsetLeft,p=(q=T.value)==null?void 0:q.offsetWidth),m=Math.max(Math.abs((g-s)/u*300),100),d.value.style.setProperty("--active-line-max-width",`${u}px`),d.value.style.setProperty("--active-line-scale",`${p/u}`),d.value.style.setProperty("--active-line-offset",`${g}px`),d.value.style.setProperty("--active-line-transition-duration",`${m}ms`)}function aa(){var s,u;(u=(s=P.value)==null?void 0:s.disconnect)==null||u.call(s),P.value=null}function la(){P.value=new ResizeObserver(s=>{for(let u of s)x.value=u.contentBoxSize[0].inlineSize;A()}),P.value.observe(d.value)}function na(){b.value=Array.from(d.value.children).filter(s=>s.role==="tab")}function ra(){let s;b.value.forEach((u,m)=>{s=u.getBoundingClientRect().width+Mt,h.value.push(m?s+h.value[m-1]:s)})}return t.watch(()=>l.activeTabId,Yt),t.onMounted(()=>{var s,u;try{na(),ra(),la(),(s=d.value)!=null&&s.id||d.value.setAttribute("id",v()),B.value=v(),x.value=d.value.getBoundingClientRect().width,A(),l.withBsTabs||(u=b.value[I.value])==null||u.setAttribute("aria-selected","true")}catch(m){console.log("tab error",m)}}),t.onUnmounted(aa),(s,u)=>(t.openBlock(),t.createElementBlock("bs-host",{class:"bs-tab-list","data-component":"bs-tab-list",ref_key:"hostEl",ref:d,role:"tablist","data-resizing":!a.value||void 0,onClick:Kt,"on:tabClick":u[0]||(u[0]=m=>S(m.detail)),onKeydown:Qt},[t.renderSlot(s.$slots,"default"),t.createElementVNode("button",{"aria-controls":B.value,"aria-expanded":c.value,class:"bs-tab-list-toggle","data-active":V.value||void 0,"data-hidden":!f.value,id:D.value,ref_key:"dropdownToggle",ref:T,onClick:Zt},[Lt,t.createTextVNode(" "+t.toDisplayString(jt.value),1)],8,St),c.value?(t.openBlock(),t.createElementBlock("bs-dropdown-with-options",{key:0,id:B.value,class:"bs-tab-list-dropdown",containerId:d.value.id,helperText:e.helperText,helperDescription:e.helperDescription||void 0,optionsId:L.value,toggleId:D.value,onClose:Xt,onOptselected:Jt},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(i.value,m=>(t.openBlock(),t.createElementBlock("bs-dropdown-option",{key:m.id,value:m.id,"options-id":L.value},t.toDisplayString(m.textContent),9,zt))),128))],40,Dt)):t.createCommentVNode("",!0)],40,At))}},ga="",Ft=["data-position"],Rt={"data-slot":""},Wt=["id"],Gt={__name:"BsTooltip",props:{tooltipId:{},content:{},position:{}},setup(e){const r=e,l=t.ref(!1),a=t.ref(!1),n=t.computed(()=>{let d="bs-tooltip-text";return a.value&&(r.position===void 0||r.position==="top"||r.position==="bottom"?d+=" escaped-x":r.position==="left"||r.position==="right"?d+=" escaped-y":d+=" escaped"),d});t.onMounted(()=>{window.addEventListener("keydown",f)}),t.onUnmounted(()=>{window.removeEventListener("keydown",f)});function i(){l.value=!0}function c(){l.value=!1,a.value=!1}function f(d){l.value&&d.key==="Escape"&&(l.value=!1,a.value=!0)}return(d,h)=>(t.openBlock(),t.createElementBlock("bs-host",{"data-component":"bs-tooltip",onMouseenter:i,onFocusin:i,onMouseleave:c,onFocusout:c},[t.createElementVNode("div",{class:"bs-tooltip","data-position":e.position||void 0},[t.createElementVNode("div",Rt,[t.renderSlot(d.$slots,"default")]),t.createElementVNode("div",{class:t.normalizeClass(n.value),id:e.tooltipId,role:"tooltip"},t.toDisplayString(e.content),11,Wt)],8,Ft)],32))}};o.BsAccordion=st,o.BsBadge=O,o.BsBanner=ft,o.BsButton=ht,o.BsCharacterCount=R,o.BsChartBar=G,o.BsChartTable=H,o.BsCheckbox=Y,o.BsCircleButton=Z,o.BsDropdown=K,o.BsDropdownOption=_,o.BsDropdownOptionList=te,o.BsDropdownWithOptions=le,o.BsFieldDetails=re,o.BsFieldLayout=oe,o.BsHint=de,o.BsIconGradientWrapper=gt,o.BsInput=ue,o.BsInputAddon=pt,o.BsInputField=me,o.BsInputSearch=be,o.BsLabel=It,o.BsLoader=Be,o.BsModal=ke,o.BsOverlay=ye,o.BsPagination=Ie,o.BsPill=Ct,o.BsProfile=Ce,o.BsProfileDetails=xe,o.BsProfileImg=Pe,o.BsProfileLayout=Ae,o.BsRadio=Le,o.BsSelect=vt,o.BsSelectField=ze,o.BsSwitch=Ne,o.BsTab=Vt,o.BsTabList=Ot,o.BsTabPanel=Oe,o.BsTextarea=Re,o.BsTextareaField=Ge,o.BsToast=He,o.BsToastActions=Ue,o.BsToastBody=Ye,o.BsToastHeader=Ze,o.BsToaster=Je,o.BsTooltip=Gt,o.BsTransition=Qe,Object.defineProperty(o,Symbol.toStringTag,{value:"Module"})});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wwtdev/bsds-components-vue3",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.3",
|
|
4
4
|
"description": "BSDS Vue3 Components",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -63,6 +63,6 @@
|
|
|
63
63
|
"wwt-package-publisher": "^4.1.2"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@wwtdev/bsds-components": "^1.16.
|
|
66
|
+
"@wwtdev/bsds-components": "^1.16.3"
|
|
67
67
|
}
|
|
68
68
|
}
|