@wwtdev/bsds-components-vue3 1.14.1 → 1.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/bsds-components.mjs +208 -198
- package/lib/bsds-components.umd.js +1 -1
- package/lib/components.d.ts +1 -0
- package/lib/components.js +1 -0
- package/lib/components.js.map +1 -1
- package/nuxt/bsds-components.mjs +371 -303
- package/nuxt/bsds-components.umd.js +1 -1
- package/package.json +2 -2
package/lib/bsds-components.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { openBlock as
|
|
1
|
+
import { openBlock as n, createElementBlock as i, mergeProps as r, renderSlot as o, computed as $, unref as c, normalizeProps as h, guardReactiveProps as b } from "vue";
|
|
2
2
|
const B = ["controlled", "icon", "header-text", "heading-level", "open-item", "open-item-id", "stacked"], de = {
|
|
3
3
|
__name: "BsAccordion",
|
|
4
4
|
props: {
|
|
@@ -11,8 +11,8 @@ const B = ["controlled", "icon", "header-text", "heading-level", "open-item", "o
|
|
|
11
11
|
stacked: { default: !1 }
|
|
12
12
|
},
|
|
13
13
|
emits: ["toggled"],
|
|
14
|
-
setup(e, { emit:
|
|
15
|
-
return (a, t) => (
|
|
14
|
+
setup(e, { emit: s }) {
|
|
15
|
+
return (a, t) => (n(), i("bs-accordion", r(a.$attrs, {
|
|
16
16
|
controlled: e.controlled,
|
|
17
17
|
icon: e.icon,
|
|
18
18
|
"header-text": e.headerText,
|
|
@@ -20,7 +20,7 @@ const B = ["controlled", "icon", "header-text", "heading-level", "open-item", "o
|
|
|
20
20
|
"open-item": e.openItem,
|
|
21
21
|
"open-item-id": e.openItemId,
|
|
22
22
|
stacked: e.stacked,
|
|
23
|
-
onToggled: t[0] || (t[0] = (l) =>
|
|
23
|
+
onToggled: t[0] || (t[0] = (l) => s("toggled", l.detail))
|
|
24
24
|
}), [
|
|
25
25
|
o(a.$slots, "default")
|
|
26
26
|
], 16, B));
|
|
@@ -37,8 +37,8 @@ const B = ["controlled", "icon", "header-text", "heading-level", "open-item", "o
|
|
|
37
37
|
showZero: {}
|
|
38
38
|
},
|
|
39
39
|
emits: [],
|
|
40
|
-
setup(e, { emit:
|
|
41
|
-
return (a, t) => (
|
|
40
|
+
setup(e, { emit: s }) {
|
|
41
|
+
return (a, t) => (n(), i("bs-badge", r(a.$attrs, {
|
|
42
42
|
color: e.color,
|
|
43
43
|
count: e.count,
|
|
44
44
|
"count-max": e.countMax,
|
|
@@ -54,25 +54,25 @@ const B = ["controlled", "icon", "header-text", "heading-level", "open-item", "o
|
|
|
54
54
|
__name: "BsBanner",
|
|
55
55
|
props: {},
|
|
56
56
|
emits: ["dismiss"],
|
|
57
|
-
setup(e, { emit:
|
|
58
|
-
return (a, t) => (
|
|
59
|
-
onDismiss: t[0] || (t[0] = (l) =>
|
|
57
|
+
setup(e, { emit: s }) {
|
|
58
|
+
return (a, t) => (n(), i("bs-banner", r(a.$attrs, {
|
|
59
|
+
onDismiss: t[0] || (t[0] = (l) => s("dismiss", l.detail))
|
|
60
60
|
}), [
|
|
61
61
|
o(a.$slots, "default")
|
|
62
62
|
], 16));
|
|
63
63
|
}
|
|
64
64
|
};
|
|
65
65
|
function f(e) {
|
|
66
|
-
const
|
|
66
|
+
const s = $(() => {
|
|
67
67
|
var l, d;
|
|
68
68
|
return ((d = (l = e.href) == null ? void 0 : l.startsWith) == null ? void 0 : d.call(l, "/")) || !1;
|
|
69
|
-
}), a =
|
|
69
|
+
}), a = $(() => {
|
|
70
70
|
var l, d;
|
|
71
|
-
return
|
|
71
|
+
return s.value && ((l = e.router) == null ? void 0 : l.navigateTo) || ((d = e.router) == null ? void 0 : d.push) || null;
|
|
72
72
|
});
|
|
73
73
|
function t(l) {
|
|
74
|
-
var d, u,
|
|
75
|
-
a.value && ((u = (d = l.target.href) == null ? void 0 : d.endsWith) != null && u.call(d, e.href) || (
|
|
74
|
+
var d, u, g, m, v;
|
|
75
|
+
a.value && ((u = (d = l.target.href) == null ? void 0 : d.endsWith) != null && u.call(d, e.href) || (v = (m = (g = l.target.closest("a")) == null ? void 0 : g.href) == null ? void 0 : m.endsWith) != null && v.call(m, e.href)) && (l.preventDefault(), a.value(e.href));
|
|
76
76
|
}
|
|
77
77
|
return { onLinkClick: t };
|
|
78
78
|
}
|
|
@@ -89,9 +89,9 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
89
89
|
router: {}
|
|
90
90
|
},
|
|
91
91
|
emits: [],
|
|
92
|
-
setup(e, { emit:
|
|
92
|
+
setup(e, { emit: s }) {
|
|
93
93
|
const a = e, { onLinkClick: t } = f(a);
|
|
94
|
-
return (l, d) => (
|
|
94
|
+
return (l, d) => (n(), i("bs-button", r(l.$attrs, {
|
|
95
95
|
variant: e.variant,
|
|
96
96
|
disabled: e.disabled,
|
|
97
97
|
"ghost-btn": e.ghostBtn,
|
|
@@ -111,8 +111,8 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
111
111
|
charMax: {}
|
|
112
112
|
},
|
|
113
113
|
emits: [],
|
|
114
|
-
setup(e, { emit:
|
|
115
|
-
return (a, t) => (
|
|
114
|
+
setup(e, { emit: s }) {
|
|
115
|
+
return (a, t) => (n(), i("bs-character-count", r(a.$attrs, {
|
|
116
116
|
"char-count": e.charCount,
|
|
117
117
|
"char-max": e.charMax
|
|
118
118
|
}), null, 16, x));
|
|
@@ -132,8 +132,8 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
132
132
|
yLabel: { default: "" }
|
|
133
133
|
},
|
|
134
134
|
emits: [],
|
|
135
|
-
setup(e, { emit:
|
|
136
|
-
return (a, t) => (
|
|
135
|
+
setup(e, { emit: s }) {
|
|
136
|
+
return (a, t) => (n(), i("bs-chart-bar", r(a.$attrs, {
|
|
137
137
|
"chart-title": e.chartTitle,
|
|
138
138
|
data: e.data,
|
|
139
139
|
dataIdxLabels: e.dataIdxLabels,
|
|
@@ -154,8 +154,8 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
154
154
|
tableTitle: { default: "" }
|
|
155
155
|
},
|
|
156
156
|
emits: [],
|
|
157
|
-
setup(e, { emit:
|
|
158
|
-
return (a, t) => (
|
|
157
|
+
setup(e, { emit: s }) {
|
|
158
|
+
return (a, t) => (n(), i("bs-chart-table", r(a.$attrs, {
|
|
159
159
|
data: e.data,
|
|
160
160
|
dataIdxLabels: e.dataIdxLabels,
|
|
161
161
|
"table-title": e.tableTitle
|
|
@@ -176,8 +176,8 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
176
176
|
modelValue: {}
|
|
177
177
|
},
|
|
178
178
|
emits: ["update:modelValue"],
|
|
179
|
-
setup(e, { emit:
|
|
180
|
-
return (a, t) => (
|
|
179
|
+
setup(e, { emit: s }) {
|
|
180
|
+
return (a, t) => (n(), i("bs-checkbox", r(a.$attrs, {
|
|
181
181
|
label: e.label,
|
|
182
182
|
checked: e.checked || e.modelValue,
|
|
183
183
|
"checked-partially": e.checkedPartially,
|
|
@@ -187,7 +187,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
187
187
|
"pass-attrs": e.passAttrs,
|
|
188
188
|
required: e.required,
|
|
189
189
|
size: e.size,
|
|
190
|
-
onChange: t[0] || (t[0] = (l) =>
|
|
190
|
+
onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.checked))
|
|
191
191
|
}), null, 16, y));
|
|
192
192
|
}
|
|
193
193
|
}, w = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-position", "label", "pass-attrs", "text-btn", "size"], ge = {
|
|
@@ -206,9 +206,9 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
206
206
|
router: {}
|
|
207
207
|
},
|
|
208
208
|
emits: [],
|
|
209
|
-
setup(e, { emit:
|
|
209
|
+
setup(e, { emit: s }) {
|
|
210
210
|
const a = e, { onLinkClick: t } = f(a);
|
|
211
|
-
return (l, d) => (
|
|
211
|
+
return (l, d) => (n(), i("bs-circle-button", r(l.$attrs, {
|
|
212
212
|
disabled: e.disabled,
|
|
213
213
|
"ghost-btn": e.ghostBtn,
|
|
214
214
|
"hover-effect": e.hoverEffect,
|
|
@@ -237,8 +237,8 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
237
237
|
leaveTrigger: { default: !1 }
|
|
238
238
|
},
|
|
239
239
|
emits: ["close", "enterend", "leaveend"],
|
|
240
|
-
setup(e, { emit:
|
|
241
|
-
return (a, t) => (
|
|
240
|
+
setup(e, { emit: s }) {
|
|
241
|
+
return (a, t) => (n(), i("bs-dropdown", r(a.$attrs, {
|
|
242
242
|
width: e.width,
|
|
243
243
|
top: e.top,
|
|
244
244
|
center: e.center,
|
|
@@ -249,9 +249,9 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
249
249
|
"enter-controlled": e.enterControlled,
|
|
250
250
|
"enter-trigger": e.enterTrigger,
|
|
251
251
|
"leave-trigger": e.leaveTrigger,
|
|
252
|
-
onClose: t[0] || (t[0] = (l) =>
|
|
253
|
-
onEnterend: t[1] || (t[1] = (l) =>
|
|
254
|
-
onLeaveend: t[2] || (t[2] = (l) =>
|
|
252
|
+
onClose: t[0] || (t[0] = (l) => s("close", l.detail)),
|
|
253
|
+
onEnterend: t[1] || (t[1] = (l) => s("enterend", l.detail)),
|
|
254
|
+
onLeaveend: t[2] || (t[2] = (l) => s("leaveend", l.detail))
|
|
255
255
|
}), [
|
|
256
256
|
o(a.$slots, "default")
|
|
257
257
|
], 16, L));
|
|
@@ -267,16 +267,16 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
267
267
|
index: {}
|
|
268
268
|
},
|
|
269
269
|
emits: ["optmouseenter", "optselect"],
|
|
270
|
-
setup(e, { emit:
|
|
271
|
-
return (a, t) => (
|
|
270
|
+
setup(e, { emit: s }) {
|
|
271
|
+
return (a, t) => (n(), i("bs-dropdown-option", r(a.$attrs, {
|
|
272
272
|
value: e.value,
|
|
273
273
|
variant: e.variant,
|
|
274
274
|
"options-id": e.optionsId,
|
|
275
275
|
selected: e.selected,
|
|
276
276
|
focused: e.focused,
|
|
277
277
|
index: e.index,
|
|
278
|
-
onOptmouseenter: t[0] || (t[0] = (l) =>
|
|
279
|
-
onOptselect: t[1] || (t[1] = (l) =>
|
|
278
|
+
onOptmouseenter: t[0] || (t[0] = (l) => s("optmouseenter", l.detail)),
|
|
279
|
+
onOptselect: t[1] || (t[1] = (l) => s("optselect", l.detail))
|
|
280
280
|
}), [
|
|
281
281
|
o(a.$slots, "default")
|
|
282
282
|
], 16, V));
|
|
@@ -291,15 +291,15 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
291
291
|
selectedValue: {}
|
|
292
292
|
},
|
|
293
293
|
emits: ["optselected", "close"],
|
|
294
|
-
setup(e, { emit:
|
|
295
|
-
return (a, t) => (
|
|
294
|
+
setup(e, { emit: s }) {
|
|
295
|
+
return (a, t) => (n(), i("bs-dropdown-option-list", r(a.$attrs, {
|
|
296
296
|
"options-id": e.optionsId,
|
|
297
297
|
visible: e.visible,
|
|
298
298
|
"focus-delay": e.focusDelay,
|
|
299
299
|
label: e.label,
|
|
300
300
|
"selected-value": e.selectedValue,
|
|
301
|
-
onOptselected: t[0] || (t[0] = (l) =>
|
|
302
|
-
onClose: t[1] || (t[1] = (l) =>
|
|
301
|
+
onOptselected: t[0] || (t[0] = (l) => s("optselected", l.detail)),
|
|
302
|
+
onClose: t[1] || (t[1] = (l) => s("close", l.detail))
|
|
303
303
|
}), [
|
|
304
304
|
o(a.$slots, "default")
|
|
305
305
|
], 16, A));
|
|
@@ -322,8 +322,8 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
322
322
|
helperDescription: {}
|
|
323
323
|
},
|
|
324
324
|
emits: ["optselected", "close", "enterend", "leaveend"],
|
|
325
|
-
setup(e, { emit:
|
|
326
|
-
return (a, t) => (
|
|
325
|
+
setup(e, { emit: s }) {
|
|
326
|
+
return (a, t) => (n(), i("bs-dropdown-with-options", r(a.$attrs, {
|
|
327
327
|
"toggle-id": e.toggleId,
|
|
328
328
|
"container-id": e.containerId,
|
|
329
329
|
"options-id": e.optionsId,
|
|
@@ -337,10 +337,10 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
337
337
|
"leave-trigger": e.leaveTrigger,
|
|
338
338
|
"helper-text": e.helperText,
|
|
339
339
|
"helper-description": e.helperDescription,
|
|
340
|
-
onOptselected: t[0] || (t[0] = (l) =>
|
|
341
|
-
onClose: t[1] || (t[1] = (l) =>
|
|
342
|
-
onEnterend: t[2] || (t[2] = (l) =>
|
|
343
|
-
onLeaveend: t[3] || (t[3] = (l) =>
|
|
340
|
+
onOptselected: t[0] || (t[0] = (l) => s("optselected", l.detail)),
|
|
341
|
+
onClose: t[1] || (t[1] = (l) => s("close", l.detail)),
|
|
342
|
+
onEnterend: t[2] || (t[2] = (l) => s("enterend", l.detail)),
|
|
343
|
+
onLeaveend: t[3] || (t[3] = (l) => s("leaveend", l.detail))
|
|
344
344
|
}), [
|
|
345
345
|
o(a.$slots, "default")
|
|
346
346
|
], 16, q));
|
|
@@ -356,8 +356,8 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
356
356
|
hintId: {}
|
|
357
357
|
},
|
|
358
358
|
emits: [],
|
|
359
|
-
setup(e, { emit:
|
|
360
|
-
return (a, t) => (
|
|
359
|
+
setup(e, { emit: s }) {
|
|
360
|
+
return (a, t) => (n(), i("bs-field-details", r(a.$attrs, {
|
|
361
361
|
"char-count": e.charCount,
|
|
362
362
|
"char-max": e.charMax,
|
|
363
363
|
error: e.error,
|
|
@@ -380,8 +380,8 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
380
380
|
hintId: {}
|
|
381
381
|
},
|
|
382
382
|
emits: [],
|
|
383
|
-
setup(e, { emit:
|
|
384
|
-
return (a, t) => (
|
|
383
|
+
setup(e, { emit: s }) {
|
|
384
|
+
return (a, t) => (n(), i("bs-field-layout", r(a.$attrs, {
|
|
385
385
|
"char-count": e.charCount,
|
|
386
386
|
"char-max": e.charMax,
|
|
387
387
|
disabled: e.disabled,
|
|
@@ -403,14 +403,23 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
403
403
|
hints: {}
|
|
404
404
|
},
|
|
405
405
|
emits: [],
|
|
406
|
-
setup(e, { emit:
|
|
407
|
-
return (a, t) => (
|
|
406
|
+
setup(e, { emit: s }) {
|
|
407
|
+
return (a, t) => (n(), i("bs-hint", r(a.$attrs, {
|
|
408
408
|
error: e.error,
|
|
409
409
|
"hint-id": e.hintId,
|
|
410
410
|
hints: e.hints
|
|
411
411
|
}), null, 16, P));
|
|
412
412
|
}
|
|
413
|
-
},
|
|
413
|
+
}, ke = {
|
|
414
|
+
__name: "BsIconGradientWrapper",
|
|
415
|
+
props: {},
|
|
416
|
+
emits: [],
|
|
417
|
+
setup(e, { emit: s }) {
|
|
418
|
+
return (a, t) => (n(), i("bs-icon-gradient-wrapper", h(b(a.$attrs)), [
|
|
419
|
+
o(a.$slots, "default")
|
|
420
|
+
], 16));
|
|
421
|
+
}
|
|
422
|
+
}, M = ["disabled", "error", "input-id", "pass-attrs", "placeholder", "required", "type", "value", "hint-id"], ye = {
|
|
414
423
|
__name: "BsInput",
|
|
415
424
|
props: {
|
|
416
425
|
disabled: { default: !1 },
|
|
@@ -425,8 +434,8 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
425
434
|
modelValue: {}
|
|
426
435
|
},
|
|
427
436
|
emits: ["update:modelValue"],
|
|
428
|
-
setup(e, { emit:
|
|
429
|
-
return (a, t) => (
|
|
437
|
+
setup(e, { emit: s }) {
|
|
438
|
+
return (a, t) => (n(), i("bs-input", r(a.$attrs, {
|
|
430
439
|
disabled: e.disabled,
|
|
431
440
|
error: e.error,
|
|
432
441
|
"input-id": e.inputId,
|
|
@@ -436,10 +445,10 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
436
445
|
type: e.type,
|
|
437
446
|
value: e.value || e.modelValue,
|
|
438
447
|
"hint-id": e.hintId,
|
|
439
|
-
onInput: t[0] || (t[0] = (l) =>
|
|
448
|
+
onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
440
449
|
}), null, 16, M));
|
|
441
450
|
}
|
|
442
|
-
}, F = ["disabled", "error", "multifocus", "variant"],
|
|
451
|
+
}, F = ["disabled", "error", "multifocus", "variant"], we = {
|
|
443
452
|
__name: "BsInputAddon",
|
|
444
453
|
props: {
|
|
445
454
|
disabled: { default: !1 },
|
|
@@ -448,8 +457,8 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
448
457
|
variant: {}
|
|
449
458
|
},
|
|
450
459
|
emits: [],
|
|
451
|
-
setup(e, { emit:
|
|
452
|
-
return (a, t) => (
|
|
460
|
+
setup(e, { emit: s }) {
|
|
461
|
+
return (a, t) => (n(), i("bs-input-addon", r(a.$attrs, {
|
|
453
462
|
disabled: e.disabled,
|
|
454
463
|
error: e.error,
|
|
455
464
|
multifocus: e.multifocus,
|
|
@@ -458,7 +467,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
458
467
|
o(a.$slots, "default")
|
|
459
468
|
], 16, F));
|
|
460
469
|
}
|
|
461
|
-
}, O = ["disabled", "error", "error-msg", "hint", "hints", "input-id", "label", "pass-attrs", "placeholder", "required", "type", "value"],
|
|
470
|
+
}, O = ["disabled", "error", "error-msg", "hint", "hints", "input-id", "label", "pass-attrs", "placeholder", "required", "type", "value"], Le = {
|
|
462
471
|
__name: "BsInputField",
|
|
463
472
|
props: {
|
|
464
473
|
disabled: { default: !1 },
|
|
@@ -476,8 +485,8 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
476
485
|
modelValue: {}
|
|
477
486
|
},
|
|
478
487
|
emits: ["update:modelValue"],
|
|
479
|
-
setup(e, { emit:
|
|
480
|
-
return (a, t) => (
|
|
488
|
+
setup(e, { emit: s }) {
|
|
489
|
+
return (a, t) => (n(), i("bs-input-field", r(a.$attrs, {
|
|
481
490
|
disabled: e.disabled,
|
|
482
491
|
error: e.error,
|
|
483
492
|
"error-msg": e.errorMsg,
|
|
@@ -490,10 +499,10 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
490
499
|
required: e.required,
|
|
491
500
|
type: e.type,
|
|
492
501
|
value: e.value || e.modelValue,
|
|
493
|
-
onInput: t[0] || (t[0] = (l) =>
|
|
502
|
+
onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
494
503
|
}), null, 16, O));
|
|
495
504
|
}
|
|
496
|
-
}, S = ["disabled", "pass-attrs", "placeholder", "hint-id", "input-id", "value"],
|
|
505
|
+
}, S = ["disabled", "pass-attrs", "placeholder", "hint-id", "input-id", "value"], Ve = {
|
|
497
506
|
__name: "BsInputSearch",
|
|
498
507
|
props: {
|
|
499
508
|
disabled: { default: !1 },
|
|
@@ -505,19 +514,19 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
505
514
|
modelValue: {}
|
|
506
515
|
},
|
|
507
516
|
emits: ["clear", "update:modelValue"],
|
|
508
|
-
setup(e, { emit:
|
|
509
|
-
return (a, t) => (
|
|
517
|
+
setup(e, { emit: s }) {
|
|
518
|
+
return (a, t) => (n(), i("bs-input-search", r(a.$attrs, {
|
|
510
519
|
disabled: e.disabled,
|
|
511
520
|
"pass-attrs": e.passAttrs,
|
|
512
521
|
placeholder: e.placeholder,
|
|
513
522
|
"hint-id": e.hintId,
|
|
514
523
|
"input-id": e.inputId,
|
|
515
524
|
value: e.value || e.modelValue,
|
|
516
|
-
onClear: t[0] || (t[0] = (l) =>
|
|
517
|
-
onInput: t[1] || (t[1] = (l) =>
|
|
525
|
+
onClear: t[0] || (t[0] = (l) => s("clear", l.detail)),
|
|
526
|
+
onInput: t[1] || (t[1] = (l) => s("update:modelValue", l.target.value))
|
|
518
527
|
}), null, 16, S));
|
|
519
528
|
}
|
|
520
|
-
}, E = ["disabled", "for", "hide", "pass-attrs", "required"],
|
|
529
|
+
}, E = ["disabled", "for", "hide", "pass-attrs", "required"], Ae = {
|
|
521
530
|
__name: "BsLabel",
|
|
522
531
|
props: {
|
|
523
532
|
disabled: {},
|
|
@@ -527,8 +536,8 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
527
536
|
required: {}
|
|
528
537
|
},
|
|
529
538
|
emits: [],
|
|
530
|
-
setup(e, { emit:
|
|
531
|
-
return (a, t) => (
|
|
539
|
+
setup(e, { emit: s }) {
|
|
540
|
+
return (a, t) => (n(), i("bs-label", r(a.$attrs, {
|
|
532
541
|
disabled: e.disabled,
|
|
533
542
|
for: e.for,
|
|
534
543
|
hide: e.hide,
|
|
@@ -538,20 +547,20 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
538
547
|
o(a.$slots, "default")
|
|
539
548
|
], 16, E));
|
|
540
549
|
}
|
|
541
|
-
}, j = ["size", "variant"],
|
|
550
|
+
}, j = ["size", "variant"], qe = {
|
|
542
551
|
__name: "BsLoader",
|
|
543
552
|
props: {
|
|
544
553
|
size: {},
|
|
545
554
|
variant: {}
|
|
546
555
|
},
|
|
547
556
|
emits: [],
|
|
548
|
-
setup(e, { emit:
|
|
549
|
-
return (a, t) => (
|
|
557
|
+
setup(e, { emit: s }) {
|
|
558
|
+
return (a, t) => (n(), i("bs-loader", r(a.$attrs, {
|
|
550
559
|
size: e.size,
|
|
551
560
|
variant: e.variant
|
|
552
561
|
}), null, 16, j));
|
|
553
562
|
}
|
|
554
|
-
}, G = ["alert", "close-button", "enter-controlled", "enter-trigger", "leave-trigger"],
|
|
563
|
+
}, G = ["alert", "close-button", "enter-controlled", "enter-trigger", "leave-trigger"], ze = {
|
|
555
564
|
__name: "BsModal",
|
|
556
565
|
props: {
|
|
557
566
|
alert: { default: !1 },
|
|
@@ -561,21 +570,21 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
561
570
|
leaveTrigger: { default: !1 }
|
|
562
571
|
},
|
|
563
572
|
emits: ["close", "enterend", "leaveend"],
|
|
564
|
-
setup(e, { emit:
|
|
565
|
-
return (a, t) => (
|
|
573
|
+
setup(e, { emit: s }) {
|
|
574
|
+
return (a, t) => (n(), i("bs-modal", r(a.$attrs, {
|
|
566
575
|
alert: e.alert,
|
|
567
576
|
"close-button": e.closeButton,
|
|
568
577
|
"enter-controlled": e.enterControlled,
|
|
569
578
|
"enter-trigger": e.enterTrigger,
|
|
570
579
|
"leave-trigger": e.leaveTrigger,
|
|
571
|
-
onClose: t[0] || (t[0] = (l) =>
|
|
572
|
-
onEnterend: t[1] || (t[1] = (l) =>
|
|
573
|
-
onLeaveend: t[2] || (t[2] = (l) =>
|
|
580
|
+
onClose: t[0] || (t[0] = (l) => s("close", l.detail)),
|
|
581
|
+
onEnterend: t[1] || (t[1] = (l) => s("enterend", l.detail)),
|
|
582
|
+
onLeaveend: t[2] || (t[2] = (l) => s("leaveend", l.detail))
|
|
574
583
|
}), [
|
|
575
584
|
o(a.$slots, "default")
|
|
576
585
|
], 16, G));
|
|
577
586
|
}
|
|
578
|
-
}, R = ["enter-controlled", "enter-trigger", "leave-trigger"],
|
|
587
|
+
}, R = ["enter-controlled", "enter-trigger", "leave-trigger"], De = {
|
|
579
588
|
__name: "BsOverlay",
|
|
580
589
|
props: {
|
|
581
590
|
enterControlled: { default: !1 },
|
|
@@ -583,16 +592,16 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
583
592
|
leaveTrigger: { default: !1 }
|
|
584
593
|
},
|
|
585
594
|
emits: ["enterend", "leaveend"],
|
|
586
|
-
setup(e, { emit:
|
|
587
|
-
return (a, t) => (
|
|
595
|
+
setup(e, { emit: s }) {
|
|
596
|
+
return (a, t) => (n(), i("bs-overlay", r(a.$attrs, {
|
|
588
597
|
"enter-controlled": e.enterControlled,
|
|
589
598
|
"enter-trigger": e.enterTrigger,
|
|
590
599
|
"leave-trigger": e.leaveTrigger,
|
|
591
|
-
onEnterend: t[0] || (t[0] = (l) =>
|
|
592
|
-
onLeaveend: t[1] || (t[1] = (l) =>
|
|
600
|
+
onEnterend: t[0] || (t[0] = (l) => s("enterend", l.detail)),
|
|
601
|
+
onLeaveend: t[1] || (t[1] = (l) => s("leaveend", l.detail))
|
|
593
602
|
}), null, 16, R));
|
|
594
603
|
}
|
|
595
|
-
},
|
|
604
|
+
}, W = ["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"], Pe = {
|
|
596
605
|
__name: "BsPagination",
|
|
597
606
|
props: {
|
|
598
607
|
showFirstLastButtons: { default: !1 },
|
|
@@ -613,8 +622,8 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
613
622
|
resultsIncrements: {}
|
|
614
623
|
},
|
|
615
624
|
emits: ["selchange"],
|
|
616
|
-
setup(e, { emit:
|
|
617
|
-
return (a, t) => (
|
|
625
|
+
setup(e, { emit: s }) {
|
|
626
|
+
return (a, t) => (n(), i("bs-pagination", r(a.$attrs, {
|
|
618
627
|
"show-first-last-buttons": e.showFirstLastButtons,
|
|
619
628
|
"prev-page-text": e.prevPageText,
|
|
620
629
|
"first-page-text": e.firstPageText,
|
|
@@ -631,10 +640,10 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
631
640
|
"items-per-group": e.itemsPerGroup,
|
|
632
641
|
"items-count": e.itemsCount,
|
|
633
642
|
"results-increments": e.resultsIncrements,
|
|
634
|
-
onSelchange: t[0] || (t[0] = (l) =>
|
|
635
|
-
}), null, 16,
|
|
643
|
+
onSelchange: t[0] || (t[0] = (l) => s("selchange", l.detail))
|
|
644
|
+
}), null, 16, W));
|
|
636
645
|
}
|
|
637
|
-
},
|
|
646
|
+
}, H = ["variant", "status", "href", "active", "disabled", "pass-attrs"], Me = {
|
|
638
647
|
__name: "BsPill",
|
|
639
648
|
props: {
|
|
640
649
|
variant: {},
|
|
@@ -646,9 +655,9 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
646
655
|
router: {}
|
|
647
656
|
},
|
|
648
657
|
emits: [],
|
|
649
|
-
setup(e, { emit:
|
|
658
|
+
setup(e, { emit: s }) {
|
|
650
659
|
const a = e, { onLinkClick: t } = f(a);
|
|
651
|
-
return (l, d) => (
|
|
660
|
+
return (l, d) => (n(), i("bs-pill", r(l.$attrs, {
|
|
652
661
|
variant: e.variant,
|
|
653
662
|
status: e.status,
|
|
654
663
|
href: e.href,
|
|
@@ -658,9 +667,9 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
658
667
|
onClick: d[0] || (d[0] = (...u) => c(t) && c(t)(...u))
|
|
659
668
|
}), [
|
|
660
669
|
o(l.$slots, "default")
|
|
661
|
-
], 16,
|
|
670
|
+
], 16, H));
|
|
662
671
|
}
|
|
663
|
-
},
|
|
672
|
+
}, N = ["layout", "href", "image-src", "image-size", "initials", "profile-name", "company", "job-title", "email", "action", "action-icon", "misc-meta", "misc-meta-icon"], Fe = {
|
|
664
673
|
__name: "BsProfile",
|
|
665
674
|
props: {
|
|
666
675
|
layout: {},
|
|
@@ -679,9 +688,9 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
679
688
|
router: {}
|
|
680
689
|
},
|
|
681
690
|
emits: ["action-toggled"],
|
|
682
|
-
setup(e, { emit:
|
|
691
|
+
setup(e, { emit: s }) {
|
|
683
692
|
const a = e, { onLinkClick: t } = f(a);
|
|
684
|
-
return (l, d) => (
|
|
693
|
+
return (l, d) => (n(), i("bs-profile", r(l.$attrs, {
|
|
685
694
|
layout: e.layout,
|
|
686
695
|
href: e.href,
|
|
687
696
|
"image-src": e.imageSrc,
|
|
@@ -695,11 +704,11 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
695
704
|
"action-icon": e.actionIcon,
|
|
696
705
|
"misc-meta": e.miscMeta,
|
|
697
706
|
"misc-meta-icon": e.miscMetaIcon,
|
|
698
|
-
onActionToggled: d[0] || (d[0] = (u) =>
|
|
707
|
+
onActionToggled: d[0] || (d[0] = (u) => s("action-toggled", u.detail)),
|
|
699
708
|
onClick: d[1] || (d[1] = (...u) => c(t) && c(t)(...u))
|
|
700
|
-
}), null, 16,
|
|
709
|
+
}), null, 16, N));
|
|
701
710
|
}
|
|
702
|
-
}, X = ["profile-name", "company", "job-title", "email", "action", "action-icon", "misc-meta", "misc-meta-icon"],
|
|
711
|
+
}, X = ["profile-name", "company", "job-title", "email", "action", "action-icon", "misc-meta", "misc-meta-icon"], Oe = {
|
|
703
712
|
__name: "BsProfileDetails",
|
|
704
713
|
props: {
|
|
705
714
|
profileName: {},
|
|
@@ -712,8 +721,8 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
712
721
|
miscMetaIcon: {}
|
|
713
722
|
},
|
|
714
723
|
emits: ["action-toggled"],
|
|
715
|
-
setup(e, { emit:
|
|
716
|
-
return (a, t) => (
|
|
724
|
+
setup(e, { emit: s }) {
|
|
725
|
+
return (a, t) => (n(), i("bs-profile-details", r(a.$attrs, {
|
|
717
726
|
"profile-name": e.profileName,
|
|
718
727
|
company: e.company,
|
|
719
728
|
"job-title": e.jobTitle,
|
|
@@ -722,10 +731,10 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
722
731
|
"action-icon": e.actionIcon,
|
|
723
732
|
"misc-meta": e.miscMeta,
|
|
724
733
|
"misc-meta-icon": e.miscMetaIcon,
|
|
725
|
-
onActionToggled: t[0] || (t[0] = (l) =>
|
|
734
|
+
onActionToggled: t[0] || (t[0] = (l) => s("action-toggled", l.detail))
|
|
726
735
|
}), null, 16, X));
|
|
727
736
|
}
|
|
728
|
-
}, Y = ["src", "size", "initials", "profile-name"],
|
|
737
|
+
}, Y = ["src", "size", "initials", "profile-name"], Se = {
|
|
729
738
|
__name: "BsProfileImg",
|
|
730
739
|
props: {
|
|
731
740
|
src: {},
|
|
@@ -734,15 +743,15 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
734
743
|
profileName: {}
|
|
735
744
|
},
|
|
736
745
|
emits: [],
|
|
737
|
-
setup(e, { emit:
|
|
738
|
-
return (a, t) => (
|
|
746
|
+
setup(e, { emit: s }) {
|
|
747
|
+
return (a, t) => (n(), i("bs-profile-img", r(a.$attrs, {
|
|
739
748
|
src: e.src,
|
|
740
749
|
size: e.size,
|
|
741
750
|
initials: e.initials,
|
|
742
751
|
"profile-name": e.profileName
|
|
743
752
|
}), null, 16, Y));
|
|
744
753
|
}
|
|
745
|
-
}, Z = ["layout", "href", "pass-attrs"],
|
|
754
|
+
}, Z = ["layout", "href", "pass-attrs"], Ee = {
|
|
746
755
|
__name: "BsProfileLayout",
|
|
747
756
|
props: {
|
|
748
757
|
layout: { default: "vertical" },
|
|
@@ -751,9 +760,9 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
751
760
|
router: {}
|
|
752
761
|
},
|
|
753
762
|
emits: [],
|
|
754
|
-
setup(e, { emit:
|
|
763
|
+
setup(e, { emit: s }) {
|
|
755
764
|
const a = e, { onLinkClick: t } = f(a);
|
|
756
|
-
return (l, d) => (
|
|
765
|
+
return (l, d) => (n(), i("bs-profile-layout", r(l.$attrs, {
|
|
757
766
|
layout: e.layout,
|
|
758
767
|
href: e.href,
|
|
759
768
|
"pass-attrs": e.passAttrs,
|
|
@@ -762,7 +771,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
762
771
|
o(l.$slots, "default")
|
|
763
772
|
], 16, Z));
|
|
764
773
|
}
|
|
765
|
-
}, J = ["label", "checked", "disabled", "error", "input-id", "pass-attrs", "required", "size", "value"],
|
|
774
|
+
}, J = ["label", "checked", "disabled", "error", "input-id", "pass-attrs", "required", "size", "value"], je = {
|
|
766
775
|
__name: "BsRadio",
|
|
767
776
|
props: {
|
|
768
777
|
label: {},
|
|
@@ -777,8 +786,8 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
777
786
|
modelValue: {}
|
|
778
787
|
},
|
|
779
788
|
emits: ["update:modelValue"],
|
|
780
|
-
setup(e, { emit:
|
|
781
|
-
return (a, t) => (
|
|
789
|
+
setup(e, { emit: s }) {
|
|
790
|
+
return (a, t) => (n(), i("bs-radio", r(a.$attrs, {
|
|
782
791
|
label: e.label,
|
|
783
792
|
checked: e.checked || e.modelValue === e.value,
|
|
784
793
|
disabled: e.disabled,
|
|
@@ -788,10 +797,10 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
788
797
|
required: e.required,
|
|
789
798
|
size: e.size,
|
|
790
799
|
value: e.value,
|
|
791
|
-
onChange: t[0] || (t[0] = (l) =>
|
|
800
|
+
onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
792
801
|
}), null, 16, J));
|
|
793
802
|
}
|
|
794
|
-
}, K = ["disabled", "input-id", "required", "error", "hint-id", "value", "pass-attrs"],
|
|
803
|
+
}, K = ["disabled", "input-id", "required", "error", "hint-id", "value", "pass-attrs"], Ge = {
|
|
795
804
|
__name: "BsSelect",
|
|
796
805
|
props: {
|
|
797
806
|
disabled: { default: !1 },
|
|
@@ -804,8 +813,8 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
804
813
|
modelValue: {}
|
|
805
814
|
},
|
|
806
815
|
emits: ["update:modelValue"],
|
|
807
|
-
setup(e, { emit:
|
|
808
|
-
return (a, t) => (
|
|
816
|
+
setup(e, { emit: s }) {
|
|
817
|
+
return (a, t) => (n(), i("bs-select", r(a.$attrs, {
|
|
809
818
|
disabled: e.disabled,
|
|
810
819
|
"input-id": e.inputId,
|
|
811
820
|
required: e.required,
|
|
@@ -813,12 +822,12 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
813
822
|
"hint-id": e.hintId,
|
|
814
823
|
value: e.value || e.modelValue,
|
|
815
824
|
"pass-attrs": e.passAttrs,
|
|
816
|
-
onChange: t[0] || (t[0] = (l) =>
|
|
825
|
+
onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
817
826
|
}), [
|
|
818
827
|
o(a.$slots, "default")
|
|
819
828
|
], 16, K));
|
|
820
829
|
}
|
|
821
|
-
}, Q = ["disabled", "error", "error-msg", "input-id", "label", "hint", "hints", "placeholder", "required", "value", "pass-attrs", "data"],
|
|
830
|
+
}, Q = ["disabled", "error", "error-msg", "input-id", "label", "hint", "hints", "placeholder", "required", "value", "pass-attrs", "data"], Re = {
|
|
822
831
|
__name: "BsSelectField",
|
|
823
832
|
props: {
|
|
824
833
|
disabled: { default: !1 },
|
|
@@ -836,8 +845,8 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
836
845
|
modelValue: {}
|
|
837
846
|
},
|
|
838
847
|
emits: ["update:modelValue"],
|
|
839
|
-
setup(e, { emit:
|
|
840
|
-
return (a, t) => (
|
|
848
|
+
setup(e, { emit: s }) {
|
|
849
|
+
return (a, t) => (n(), i("bs-select-field", r(a.$attrs, {
|
|
841
850
|
disabled: e.disabled,
|
|
842
851
|
error: e.error,
|
|
843
852
|
"error-msg": e.errorMsg,
|
|
@@ -850,10 +859,10 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
850
859
|
value: e.value || e.modelValue,
|
|
851
860
|
"pass-attrs": e.passAttrs,
|
|
852
861
|
data: e.data,
|
|
853
|
-
onChange: t[0] || (t[0] = (l) =>
|
|
862
|
+
onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
854
863
|
}), null, 16, Q));
|
|
855
864
|
}
|
|
856
|
-
}, U = ["checked", "disabled", "hide-label", "input-id", "inner-on-label", "inner-off-label", "label", "pass-attrs", "size"],
|
|
865
|
+
}, U = ["checked", "disabled", "hide-label", "input-id", "inner-on-label", "inner-off-label", "label", "pass-attrs", "size"], We = {
|
|
857
866
|
__name: "BsSwitch",
|
|
858
867
|
props: {
|
|
859
868
|
checked: { default: !1 },
|
|
@@ -868,8 +877,8 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
868
877
|
modelValue: {}
|
|
869
878
|
},
|
|
870
879
|
emits: ["update:modelValue"],
|
|
871
|
-
setup(e, { emit:
|
|
872
|
-
return (a, t) => (
|
|
880
|
+
setup(e, { emit: s }) {
|
|
881
|
+
return (a, t) => (n(), i("bs-switch", r(a.$attrs, {
|
|
873
882
|
checked: e.checked || e.modelValue,
|
|
874
883
|
disabled: e.disabled,
|
|
875
884
|
"hide-label": e.hideLabel,
|
|
@@ -879,7 +888,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
879
888
|
label: e.label,
|
|
880
889
|
"pass-attrs": e.passAttrs,
|
|
881
890
|
size: e.size,
|
|
882
|
-
onChange: t[0] || (t[0] = (l) =>
|
|
891
|
+
onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.checked))
|
|
883
892
|
}), null, 16, U));
|
|
884
893
|
}
|
|
885
894
|
}, p = ["active-tab-id", "hidden", "panel-id"], He = {
|
|
@@ -890,8 +899,8 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
890
899
|
panelId: {}
|
|
891
900
|
},
|
|
892
901
|
emits: [],
|
|
893
|
-
setup(e, { emit:
|
|
894
|
-
return (a, t) => (
|
|
902
|
+
setup(e, { emit: s }) {
|
|
903
|
+
return (a, t) => (n(), i("bs-tab", r(a.$attrs, {
|
|
895
904
|
"active-tab-id": e.activeTabId,
|
|
896
905
|
hidden: e.hidden,
|
|
897
906
|
"panel-id": e.panelId
|
|
@@ -908,11 +917,11 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
908
917
|
modelValue: {}
|
|
909
918
|
},
|
|
910
919
|
emits: ["tabChange", "update:modelValue"],
|
|
911
|
-
setup(e, { emit:
|
|
920
|
+
setup(e, { emit: s }) {
|
|
912
921
|
const a = (t) => {
|
|
913
|
-
|
|
922
|
+
s("tabChange", t.detail), s("update:modelValue", t.detail);
|
|
914
923
|
};
|
|
915
|
-
return (t, l) => (
|
|
924
|
+
return (t, l) => (n(), i("bs-tab-list", r(t.$attrs, {
|
|
916
925
|
"active-tab-id": e.activeTabId || e.modelValue,
|
|
917
926
|
"helper-text": e.helperText,
|
|
918
927
|
"helper-description": e.helperDescription,
|
|
@@ -921,22 +930,22 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
921
930
|
o(t.$slots, "default")
|
|
922
931
|
], 16, _));
|
|
923
932
|
}
|
|
924
|
-
}, ee = ["active-tab-id", "tab-id"],
|
|
933
|
+
}, ee = ["active-tab-id", "tab-id"], Xe = {
|
|
925
934
|
__name: "BsTabPanel",
|
|
926
935
|
props: {
|
|
927
936
|
activeTabId: {},
|
|
928
937
|
tabId: {}
|
|
929
938
|
},
|
|
930
939
|
emits: [],
|
|
931
|
-
setup(e, { emit:
|
|
932
|
-
return (a, t) => (
|
|
940
|
+
setup(e, { emit: s }) {
|
|
941
|
+
return (a, t) => (n(), i("bs-tab-panel", r(a.$attrs, {
|
|
933
942
|
"active-tab-id": e.activeTabId,
|
|
934
943
|
"tab-id": e.tabId
|
|
935
944
|
}), [
|
|
936
945
|
o(a.$slots, "default")
|
|
937
946
|
], 16, ee));
|
|
938
947
|
}
|
|
939
|
-
}, te = ["disabled", "error", "input-id", "pass-attrs", "placeholder", "required", "value", "hint-id"],
|
|
948
|
+
}, te = ["disabled", "error", "input-id", "pass-attrs", "placeholder", "required", "value", "hint-id"], Ye = {
|
|
940
949
|
__name: "BsTextarea",
|
|
941
950
|
props: {
|
|
942
951
|
disabled: { default: !1 },
|
|
@@ -950,8 +959,8 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
950
959
|
modelValue: {}
|
|
951
960
|
},
|
|
952
961
|
emits: ["update:modelValue"],
|
|
953
|
-
setup(e, { emit:
|
|
954
|
-
return (a, t) => (
|
|
962
|
+
setup(e, { emit: s }) {
|
|
963
|
+
return (a, t) => (n(), i("bs-textarea", r(a.$attrs, {
|
|
955
964
|
disabled: e.disabled,
|
|
956
965
|
error: e.error,
|
|
957
966
|
"input-id": e.inputId,
|
|
@@ -960,10 +969,10 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
960
969
|
required: e.required,
|
|
961
970
|
value: e.value || e.modelValue,
|
|
962
971
|
"hint-id": e.hintId,
|
|
963
|
-
onInput: t[0] || (t[0] = (l) =>
|
|
972
|
+
onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
964
973
|
}), null, 16, te));
|
|
965
974
|
}
|
|
966
|
-
}, ae = ["char-max", "disabled", "error", "error-msg", "hint", "hints", "input-id", "label", "placeholder", "required", "value", "pass-attrs"],
|
|
975
|
+
}, ae = ["char-max", "disabled", "error", "error-msg", "hint", "hints", "input-id", "label", "placeholder", "required", "value", "pass-attrs"], Ze = {
|
|
967
976
|
__name: "BsTextareaField",
|
|
968
977
|
props: {
|
|
969
978
|
charMax: {},
|
|
@@ -981,8 +990,8 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
981
990
|
modelValue: {}
|
|
982
991
|
},
|
|
983
992
|
emits: ["update:modelValue"],
|
|
984
|
-
setup(e, { emit:
|
|
985
|
-
return (a, t) => (
|
|
993
|
+
setup(e, { emit: s }) {
|
|
994
|
+
return (a, t) => (n(), i("bs-textarea-field", r(a.$attrs, {
|
|
986
995
|
"char-max": e.charMax,
|
|
987
996
|
disabled: e.disabled,
|
|
988
997
|
error: e.error,
|
|
@@ -995,10 +1004,10 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
995
1004
|
required: e.required,
|
|
996
1005
|
value: e.value || e.modelValue,
|
|
997
1006
|
"pass-attrs": e.passAttrs,
|
|
998
|
-
onInput: t[0] || (t[0] = (l) =>
|
|
1007
|
+
onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
999
1008
|
}), null, 16, ae));
|
|
1000
1009
|
}
|
|
1001
|
-
}, le = ["toast-id", "variant", "stacked", "duration", "enter-controlled", "enter-trigger", "leave-trigger"],
|
|
1010
|
+
}, le = ["toast-id", "variant", "stacked", "duration", "enter-controlled", "enter-trigger", "leave-trigger"], Je = {
|
|
1002
1011
|
__name: "BsToast",
|
|
1003
1012
|
props: {
|
|
1004
1013
|
toastId: {},
|
|
@@ -1010,8 +1019,8 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
1010
1019
|
leaveTrigger: { default: !1 }
|
|
1011
1020
|
},
|
|
1012
1021
|
emits: ["dismiss", "enterend", "leaveend"],
|
|
1013
|
-
setup(e, { emit:
|
|
1014
|
-
return (a, t) => (
|
|
1022
|
+
setup(e, { emit: s }) {
|
|
1023
|
+
return (a, t) => (n(), i("bs-toast", r(a.$attrs, {
|
|
1015
1024
|
"toast-id": e.toastId,
|
|
1016
1025
|
variant: e.variant,
|
|
1017
1026
|
stacked: e.stacked,
|
|
@@ -1019,54 +1028,54 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
1019
1028
|
"enter-controlled": e.enterControlled,
|
|
1020
1029
|
"enter-trigger": e.enterTrigger,
|
|
1021
1030
|
"leave-trigger": e.leaveTrigger,
|
|
1022
|
-
onDismiss: t[0] || (t[0] = (l) =>
|
|
1023
|
-
onEnterend: t[1] || (t[1] = (l) =>
|
|
1024
|
-
onLeaveend: t[2] || (t[2] = (l) =>
|
|
1031
|
+
onDismiss: t[0] || (t[0] = (l) => s("dismiss", l.detail)),
|
|
1032
|
+
onEnterend: t[1] || (t[1] = (l) => s("enterend", l.detail)),
|
|
1033
|
+
onLeaveend: t[2] || (t[2] = (l) => s("leaveend", l.detail))
|
|
1025
1034
|
}), [
|
|
1026
1035
|
o(a.$slots, "default")
|
|
1027
1036
|
], 16, le));
|
|
1028
1037
|
}
|
|
1029
|
-
},
|
|
1038
|
+
}, Ke = {
|
|
1030
1039
|
__name: "BsToastActions",
|
|
1031
1040
|
props: {},
|
|
1032
1041
|
emits: ["defaultDismiss"],
|
|
1033
|
-
setup(e, { emit:
|
|
1034
|
-
return (a, t) => (
|
|
1035
|
-
"on:defaultDismiss": t[0] || (t[0] = (l) =>
|
|
1042
|
+
setup(e, { emit: s }) {
|
|
1043
|
+
return (a, t) => (n(), i("bs-toast-actions", r(a.$attrs, {
|
|
1044
|
+
"on:defaultDismiss": t[0] || (t[0] = (l) => s("defaultDismiss", l.detail))
|
|
1036
1045
|
}), [
|
|
1037
1046
|
o(a.$slots, "default")
|
|
1038
1047
|
], 16));
|
|
1039
1048
|
}
|
|
1040
|
-
},
|
|
1049
|
+
}, Qe = {
|
|
1041
1050
|
__name: "BsToastBody",
|
|
1042
1051
|
props: {},
|
|
1043
1052
|
emits: [],
|
|
1044
|
-
setup(e, { emit:
|
|
1045
|
-
return (a, t) => (
|
|
1053
|
+
setup(e, { emit: s }) {
|
|
1054
|
+
return (a, t) => (n(), i("bs-toast-body", h(b(a.$attrs)), [
|
|
1046
1055
|
o(a.$slots, "default")
|
|
1047
1056
|
], 16));
|
|
1048
1057
|
}
|
|
1049
|
-
},
|
|
1058
|
+
}, se = ["variant"], Ue = {
|
|
1050
1059
|
__name: "BsToastHeader",
|
|
1051
1060
|
props: {
|
|
1052
1061
|
variant: {}
|
|
1053
1062
|
},
|
|
1054
1063
|
emits: [],
|
|
1055
|
-
setup(e, { emit:
|
|
1056
|
-
return (a, t) => (
|
|
1064
|
+
setup(e, { emit: s }) {
|
|
1065
|
+
return (a, t) => (n(), i("bs-toast-header", r(a.$attrs, { variant: e.variant }), [
|
|
1057
1066
|
o(a.$slots, "default")
|
|
1058
|
-
], 16,
|
|
1067
|
+
], 16, se));
|
|
1059
1068
|
}
|
|
1060
|
-
},
|
|
1069
|
+
}, pe = {
|
|
1061
1070
|
__name: "BsToaster",
|
|
1062
1071
|
props: {},
|
|
1063
1072
|
emits: [],
|
|
1064
|
-
setup(e, { emit:
|
|
1065
|
-
return (a, t) => (
|
|
1073
|
+
setup(e, { emit: s }) {
|
|
1074
|
+
return (a, t) => (n(), i("bs-toaster", h(b(a.$attrs)), [
|
|
1066
1075
|
o(a.$slots, "default")
|
|
1067
1076
|
], 16));
|
|
1068
1077
|
}
|
|
1069
|
-
},
|
|
1078
|
+
}, ne = ["tooltip-id", "content", "position"], _e = {
|
|
1070
1079
|
__name: "BsTooltip",
|
|
1071
1080
|
props: {
|
|
1072
1081
|
tooltipId: {},
|
|
@@ -1074,16 +1083,16 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
1074
1083
|
position: {}
|
|
1075
1084
|
},
|
|
1076
1085
|
emits: [],
|
|
1077
|
-
setup(e, { emit:
|
|
1078
|
-
return (a, t) => (
|
|
1086
|
+
setup(e, { emit: s }) {
|
|
1087
|
+
return (a, t) => (n(), i("bs-tooltip", r(a.$attrs, {
|
|
1079
1088
|
"tooltip-id": e.tooltipId,
|
|
1080
1089
|
content: e.content,
|
|
1081
1090
|
position: e.position
|
|
1082
1091
|
}), [
|
|
1083
1092
|
o(a.$slots, "default")
|
|
1084
|
-
], 16,
|
|
1093
|
+
], 16, ne));
|
|
1085
1094
|
}
|
|
1086
|
-
}, ie = ["enter-class", "enter-attribute", "enter-duration", "leave-class", "leave-attribute", "leave-duration", "enter-controlled", "enter-trigger", "leave-trigger"],
|
|
1095
|
+
}, ie = ["enter-class", "enter-attribute", "enter-duration", "leave-class", "leave-attribute", "leave-duration", "enter-controlled", "enter-trigger", "leave-trigger"], et = {
|
|
1087
1096
|
__name: "BsTransition",
|
|
1088
1097
|
props: {
|
|
1089
1098
|
enterClass: { default: void 0 },
|
|
@@ -1097,8 +1106,8 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
1097
1106
|
leaveTrigger: { default: !1 }
|
|
1098
1107
|
},
|
|
1099
1108
|
emits: ["enterend", "leaveend"],
|
|
1100
|
-
setup(e, { emit:
|
|
1101
|
-
return (a, t) => (
|
|
1109
|
+
setup(e, { emit: s }) {
|
|
1110
|
+
return (a, t) => (n(), i("bs-transition", r(a.$attrs, {
|
|
1102
1111
|
"enter-class": e.enterClass,
|
|
1103
1112
|
"enter-attribute": e.enterAttribute,
|
|
1104
1113
|
"enter-duration": e.enterDuration,
|
|
@@ -1108,8 +1117,8 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
1108
1117
|
"enter-controlled": e.enterControlled,
|
|
1109
1118
|
"enter-trigger": e.enterTrigger,
|
|
1110
1119
|
"leave-trigger": e.leaveTrigger,
|
|
1111
|
-
onEnterend: t[0] || (t[0] = (l) =>
|
|
1112
|
-
onLeaveend: t[1] || (t[1] = (l) =>
|
|
1120
|
+
onEnterend: t[0] || (t[0] = (l) => s("enterend", l.detail)),
|
|
1121
|
+
onLeaveend: t[1] || (t[1] = (l) => s("leaveend", l.detail))
|
|
1113
1122
|
}), [
|
|
1114
1123
|
o(a.$slots, "default")
|
|
1115
1124
|
], 16, ie));
|
|
@@ -1132,34 +1141,35 @@ export {
|
|
|
1132
1141
|
Te as BsFieldDetails,
|
|
1133
1142
|
xe as BsFieldLayout,
|
|
1134
1143
|
Ce as BsHint,
|
|
1135
|
-
ke as
|
|
1136
|
-
ye as
|
|
1137
|
-
we as
|
|
1138
|
-
Le as
|
|
1139
|
-
Ve as
|
|
1140
|
-
Ae as
|
|
1141
|
-
qe as
|
|
1142
|
-
ze as
|
|
1143
|
-
De as
|
|
1144
|
-
Pe as
|
|
1145
|
-
Me as
|
|
1146
|
-
Fe as
|
|
1147
|
-
Oe as
|
|
1148
|
-
Se as
|
|
1149
|
-
Ee as
|
|
1150
|
-
je as
|
|
1151
|
-
Ge as
|
|
1152
|
-
Re as
|
|
1144
|
+
ke as BsIconGradientWrapper,
|
|
1145
|
+
ye as BsInput,
|
|
1146
|
+
we as BsInputAddon,
|
|
1147
|
+
Le as BsInputField,
|
|
1148
|
+
Ve as BsInputSearch,
|
|
1149
|
+
Ae as BsLabel,
|
|
1150
|
+
qe as BsLoader,
|
|
1151
|
+
ze as BsModal,
|
|
1152
|
+
De as BsOverlay,
|
|
1153
|
+
Pe as BsPagination,
|
|
1154
|
+
Me as BsPill,
|
|
1155
|
+
Fe as BsProfile,
|
|
1156
|
+
Oe as BsProfileDetails,
|
|
1157
|
+
Se as BsProfileImg,
|
|
1158
|
+
Ee as BsProfileLayout,
|
|
1159
|
+
je as BsRadio,
|
|
1160
|
+
Ge as BsSelect,
|
|
1161
|
+
Re as BsSelectField,
|
|
1162
|
+
We as BsSwitch,
|
|
1153
1163
|
He as BsTab,
|
|
1154
1164
|
Ne as BsTabList,
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
+
Xe as BsTabPanel,
|
|
1166
|
+
Ye as BsTextarea,
|
|
1167
|
+
Ze as BsTextareaField,
|
|
1168
|
+
Je as BsToast,
|
|
1169
|
+
Ke as BsToastActions,
|
|
1170
|
+
Qe as BsToastBody,
|
|
1171
|
+
Ue as BsToastHeader,
|
|
1172
|
+
pe as BsToaster,
|
|
1173
|
+
_e as BsTooltip,
|
|
1174
|
+
et as BsTransition
|
|
1165
1175
|
};
|