@wwtdev/bsds-components-vue3 1.10.0 → 1.12.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 +241 -152
- package/lib/bsds-components.umd.js +1 -1
- package/lib/components.d.ts +4 -0
- package/lib/components.js +28 -0
- package/lib/components.js.map +1 -1
- package/nuxt/bsds-components.mjs +575 -478
- package/nuxt/bsds-components.umd.js +1 -1
- package/package.json +2 -2
package/lib/bsds-components.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { openBlock as
|
|
2
|
-
const B = ["controlled", "icon", "header-text", "heading-level", "open-item", "stacked"],
|
|
1
|
+
import { openBlock as n, createElementBlock as r, mergeProps as i, renderSlot as o, computed as g, unref as c, normalizeProps as v, guardReactiveProps as $ } from "vue";
|
|
2
|
+
const B = ["controlled", "icon", "header-text", "heading-level", "open-item", "open-item-id", "stacked"], ie = {
|
|
3
3
|
__name: "BsAccordion",
|
|
4
4
|
props: {
|
|
5
5
|
controlled: { default: !1 },
|
|
@@ -7,23 +7,25 @@ const B = ["controlled", "icon", "header-text", "heading-level", "open-item", "s
|
|
|
7
7
|
headerText: {},
|
|
8
8
|
headingLevel: {},
|
|
9
9
|
openItem: { default: !1 },
|
|
10
|
+
openItemId: {},
|
|
10
11
|
stacked: { default: !1 }
|
|
11
12
|
},
|
|
12
13
|
emits: ["toggled"],
|
|
13
14
|
setup(e, { emit: s }) {
|
|
14
|
-
return (a, t) => (
|
|
15
|
+
return (a, t) => (n(), r("bs-accordion", i(a.$attrs, {
|
|
15
16
|
controlled: e.controlled,
|
|
16
17
|
icon: e.icon,
|
|
17
18
|
"header-text": e.headerText,
|
|
18
19
|
"heading-level": e.headingLevel,
|
|
19
20
|
"open-item": e.openItem,
|
|
21
|
+
"open-item-id": e.openItemId,
|
|
20
22
|
stacked: e.stacked,
|
|
21
23
|
onToggled: t[0] || (t[0] = (l) => s("toggled", l.detail))
|
|
22
24
|
}), [
|
|
23
25
|
o(a.$slots, "default")
|
|
24
26
|
], 16, B));
|
|
25
27
|
}
|
|
26
|
-
},
|
|
28
|
+
}, T = ["color", "count", "count-max", "dot", "label", "position", "show-zero"], de = {
|
|
27
29
|
__name: "BsBadge",
|
|
28
30
|
props: {
|
|
29
31
|
color: {},
|
|
@@ -36,7 +38,7 @@ const B = ["controlled", "icon", "header-text", "heading-level", "open-item", "s
|
|
|
36
38
|
},
|
|
37
39
|
emits: [],
|
|
38
40
|
setup(e, { emit: s }) {
|
|
39
|
-
return (a, t) => (
|
|
41
|
+
return (a, t) => (n(), r("bs-badge", i(a.$attrs, {
|
|
40
42
|
color: e.color,
|
|
41
43
|
count: e.count,
|
|
42
44
|
"count-max": e.countMax,
|
|
@@ -46,14 +48,14 @@ const B = ["controlled", "icon", "header-text", "heading-level", "open-item", "s
|
|
|
46
48
|
"show-zero": e.showZero
|
|
47
49
|
}), [
|
|
48
50
|
o(a.$slots, "default")
|
|
49
|
-
], 16,
|
|
51
|
+
], 16, T));
|
|
50
52
|
}
|
|
51
|
-
},
|
|
53
|
+
}, oe = {
|
|
52
54
|
__name: "BsBanner",
|
|
53
55
|
props: {},
|
|
54
56
|
emits: ["dismiss"],
|
|
55
57
|
setup(e, { emit: s }) {
|
|
56
|
-
return (a, t) => (
|
|
58
|
+
return (a, t) => (n(), r("bs-banner", i(a.$attrs, {
|
|
57
59
|
onDismiss: t[0] || (t[0] = (l) => s("dismiss", l.detail))
|
|
58
60
|
}), [
|
|
59
61
|
o(a.$slots, "default")
|
|
@@ -69,12 +71,12 @@ function f(e) {
|
|
|
69
71
|
return s.value && ((l = e.router) == null ? void 0 : l.navigateTo) || ((d = e.router) == null ? void 0 : d.push) || null;
|
|
70
72
|
});
|
|
71
73
|
function t(l) {
|
|
72
|
-
var d, u,
|
|
73
|
-
a.value && ((u = (d = l.target.href) == null ? void 0 : d.endsWith) != null && u.call(d, e.href) || (
|
|
74
|
+
var d, u, b, m, h;
|
|
75
|
+
a.value && ((u = (d = l.target.href) == null ? void 0 : d.endsWith) != null && u.call(d, e.href) || (h = (m = (b = l.target.closest("a")) == null ? void 0 : b.href) == null ? void 0 : m.endsWith) != null && h.call(m, e.href)) && (l.preventDefault(), a.value(e.href));
|
|
74
76
|
}
|
|
75
77
|
return { onLinkClick: t };
|
|
76
78
|
}
|
|
77
|
-
const
|
|
79
|
+
const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn", "size"], ue = {
|
|
78
80
|
__name: "BsButton",
|
|
79
81
|
props: {
|
|
80
82
|
variant: {},
|
|
@@ -89,7 +91,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
89
91
|
emits: [],
|
|
90
92
|
setup(e, { emit: s }) {
|
|
91
93
|
const a = e, { onLinkClick: t } = f(a);
|
|
92
|
-
return (l, d) => (
|
|
94
|
+
return (l, d) => (n(), r("bs-button", i(l.$attrs, {
|
|
93
95
|
variant: e.variant,
|
|
94
96
|
disabled: e.disabled,
|
|
95
97
|
"ghost-btn": e.ghostBtn,
|
|
@@ -100,9 +102,9 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
100
102
|
onClick: d[0] || (d[0] = (...u) => c(t) && c(t)(...u))
|
|
101
103
|
}), [
|
|
102
104
|
o(l.$slots, "default")
|
|
103
|
-
], 16,
|
|
105
|
+
], 16, x));
|
|
104
106
|
}
|
|
105
|
-
},
|
|
107
|
+
}, I = ["char-count", "char-max"], ce = {
|
|
106
108
|
__name: "BsCharacterCount",
|
|
107
109
|
props: {
|
|
108
110
|
charCount: {},
|
|
@@ -110,12 +112,12 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
110
112
|
},
|
|
111
113
|
emits: [],
|
|
112
114
|
setup(e, { emit: s }) {
|
|
113
|
-
return (a, t) => (
|
|
115
|
+
return (a, t) => (n(), r("bs-character-count", i(a.$attrs, {
|
|
114
116
|
"char-count": e.charCount,
|
|
115
117
|
"char-max": e.charMax
|
|
116
|
-
}), null, 16,
|
|
118
|
+
}), null, 16, I));
|
|
117
119
|
}
|
|
118
|
-
}, C = ["chart-title", "data", "dataIdxLabels", "show-legend", "show-tooltips", "show-x-grid", "show-y-grid", "stacked", "x-label", "y-label"],
|
|
120
|
+
}, C = ["chart-title", "data", "dataIdxLabels", "show-legend", "show-tooltips", "show-x-grid", "show-y-grid", "stacked", "x-label", "y-label"], fe = {
|
|
119
121
|
__name: "BsChartBar",
|
|
120
122
|
props: {
|
|
121
123
|
chartTitle: {},
|
|
@@ -131,7 +133,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
131
133
|
},
|
|
132
134
|
emits: [],
|
|
133
135
|
setup(e, { emit: s }) {
|
|
134
|
-
return (a, t) => (
|
|
136
|
+
return (a, t) => (n(), r("bs-chart-bar", i(a.$attrs, {
|
|
135
137
|
"chart-title": e.chartTitle,
|
|
136
138
|
data: e.data,
|
|
137
139
|
dataIdxLabels: e.dataIdxLabels,
|
|
@@ -144,7 +146,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
144
146
|
"y-label": e.yLabel
|
|
145
147
|
}), null, 16, C));
|
|
146
148
|
}
|
|
147
|
-
},
|
|
149
|
+
}, k = ["data", "dataIdxLabels", "table-title"], me = {
|
|
148
150
|
__name: "BsChartTable",
|
|
149
151
|
props: {
|
|
150
152
|
data: {},
|
|
@@ -153,13 +155,13 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
153
155
|
},
|
|
154
156
|
emits: [],
|
|
155
157
|
setup(e, { emit: s }) {
|
|
156
|
-
return (a, t) => (
|
|
158
|
+
return (a, t) => (n(), r("bs-chart-table", i(a.$attrs, {
|
|
157
159
|
data: e.data,
|
|
158
160
|
dataIdxLabels: e.dataIdxLabels,
|
|
159
161
|
"table-title": e.tableTitle
|
|
160
|
-
}), null, 16,
|
|
162
|
+
}), null, 16, k));
|
|
161
163
|
}
|
|
162
|
-
}, y = ["label", "checked", "checked-partially", "disabled", "error", "pass-attrs", "required", "size"],
|
|
164
|
+
}, y = ["label", "checked", "checked-partially", "disabled", "error", "pass-attrs", "required", "size"], be = {
|
|
163
165
|
__name: "BsCheckbox",
|
|
164
166
|
props: {
|
|
165
167
|
label: {},
|
|
@@ -174,7 +176,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
174
176
|
},
|
|
175
177
|
emits: ["update:modelValue"],
|
|
176
178
|
setup(e, { emit: s }) {
|
|
177
|
-
return (a, t) => (
|
|
179
|
+
return (a, t) => (n(), r("bs-checkbox", i(a.$attrs, {
|
|
178
180
|
label: e.label,
|
|
179
181
|
checked: e.checked || e.modelValue,
|
|
180
182
|
"checked-partially": e.checkedPartially,
|
|
@@ -186,7 +188,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
186
188
|
onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.checked))
|
|
187
189
|
}), null, 16, y));
|
|
188
190
|
}
|
|
189
|
-
}, w = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-position", "label", "pass-attrs", "text-btn", "size"],
|
|
191
|
+
}, w = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-position", "label", "pass-attrs", "text-btn", "size"], he = {
|
|
190
192
|
__name: "BsCircleButton",
|
|
191
193
|
props: {
|
|
192
194
|
disabled: {},
|
|
@@ -204,7 +206,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
204
206
|
emits: [],
|
|
205
207
|
setup(e, { emit: s }) {
|
|
206
208
|
const a = e, { onLinkClick: t } = f(a);
|
|
207
|
-
return (l, d) => (
|
|
209
|
+
return (l, d) => (n(), r("bs-circle-button", i(l.$attrs, {
|
|
208
210
|
disabled: e.disabled,
|
|
209
211
|
"ghost-btn": e.ghostBtn,
|
|
210
212
|
"hover-effect": e.hoverEffect,
|
|
@@ -218,7 +220,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
218
220
|
onClick: d[0] || (d[0] = (...u) => c(t) && c(t)(...u))
|
|
219
221
|
}), null, 16, w));
|
|
220
222
|
}
|
|
221
|
-
}, L = ["width", "top", "center", "toggle-id", "container-id", "helper-text", "helper-description", "enter-controlled", "enter-trigger", "leave-trigger"],
|
|
223
|
+
}, L = ["width", "top", "center", "toggle-id", "container-id", "helper-text", "helper-description", "enter-controlled", "enter-trigger", "leave-trigger"], ge = {
|
|
222
224
|
__name: "BsDropdown",
|
|
223
225
|
props: {
|
|
224
226
|
width: { default: void 0 },
|
|
@@ -234,7 +236,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
234
236
|
},
|
|
235
237
|
emits: ["close", "enterend", "leaveend"],
|
|
236
238
|
setup(e, { emit: s }) {
|
|
237
|
-
return (a, t) => (
|
|
239
|
+
return (a, t) => (n(), r("bs-dropdown", i(a.$attrs, {
|
|
238
240
|
width: e.width,
|
|
239
241
|
top: e.top,
|
|
240
242
|
center: e.center,
|
|
@@ -252,7 +254,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
252
254
|
o(a.$slots, "default")
|
|
253
255
|
], 16, L));
|
|
254
256
|
}
|
|
255
|
-
},
|
|
257
|
+
}, V = ["value", "variant", "options-id", "selected", "focused", "index"], ve = {
|
|
256
258
|
__name: "BsDropdownOption",
|
|
257
259
|
props: {
|
|
258
260
|
value: {},
|
|
@@ -264,7 +266,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
264
266
|
},
|
|
265
267
|
emits: ["optmouseenter", "optselect"],
|
|
266
268
|
setup(e, { emit: s }) {
|
|
267
|
-
return (a, t) => (
|
|
269
|
+
return (a, t) => (n(), r("bs-dropdown-option", i(a.$attrs, {
|
|
268
270
|
value: e.value,
|
|
269
271
|
variant: e.variant,
|
|
270
272
|
"options-id": e.optionsId,
|
|
@@ -275,13 +277,36 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
275
277
|
onOptselect: t[1] || (t[1] = (l) => s("optselect", l.detail))
|
|
276
278
|
}), [
|
|
277
279
|
o(a.$slots, "default")
|
|
280
|
+
], 16, V));
|
|
281
|
+
}
|
|
282
|
+
}, q = ["options-id", "visible", "focus-delay", "label", "selected-value"], $e = {
|
|
283
|
+
__name: "BsDropdownOptionList",
|
|
284
|
+
props: {
|
|
285
|
+
optionsId: {},
|
|
286
|
+
visible: { default: !1 },
|
|
287
|
+
focusDelay: { default: 75 },
|
|
288
|
+
label: {},
|
|
289
|
+
selectedValue: {}
|
|
290
|
+
},
|
|
291
|
+
emits: ["optselected", "close"],
|
|
292
|
+
setup(e, { emit: s }) {
|
|
293
|
+
return (a, t) => (n(), r("bs-dropdown-option-list", i(a.$attrs, {
|
|
294
|
+
"options-id": e.optionsId,
|
|
295
|
+
visible: e.visible,
|
|
296
|
+
"focus-delay": e.focusDelay,
|
|
297
|
+
label: e.label,
|
|
298
|
+
"selected-value": e.selectedValue,
|
|
299
|
+
onOptselected: t[0] || (t[0] = (l) => s("optselected", l.detail)),
|
|
300
|
+
onClose: t[1] || (t[1] = (l) => s("close", l.detail))
|
|
301
|
+
}), [
|
|
302
|
+
o(a.$slots, "default")
|
|
278
303
|
], 16, q));
|
|
279
304
|
}
|
|
280
|
-
}, A = ["toggle-id", "container-id", "options-id", "width", "top", "center", "label", "selected-value", "enter-controlled", "enter-trigger", "leave-trigger"],
|
|
305
|
+
}, A = ["toggle-id", "container-id", "options-id", "width", "top", "center", "label", "selected-value", "enter-controlled", "enter-trigger", "leave-trigger", "helper-text", "helper-description"], Be = {
|
|
281
306
|
__name: "BsDropdownWithOptions",
|
|
282
307
|
props: {
|
|
283
308
|
toggleId: {},
|
|
284
|
-
containerId: {},
|
|
309
|
+
containerId: { default: void 0 },
|
|
285
310
|
optionsId: {},
|
|
286
311
|
width: { default: void 0 },
|
|
287
312
|
top: { default: !1 },
|
|
@@ -290,11 +315,13 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
290
315
|
selectedValue: {},
|
|
291
316
|
enterControlled: { default: !1 },
|
|
292
317
|
enterTrigger: { default: !1 },
|
|
293
|
-
leaveTrigger: { default: !1 }
|
|
318
|
+
leaveTrigger: { default: !1 },
|
|
319
|
+
helperText: {},
|
|
320
|
+
helperDescription: {}
|
|
294
321
|
},
|
|
295
322
|
emits: ["optselected", "close", "enterend", "leaveend"],
|
|
296
323
|
setup(e, { emit: s }) {
|
|
297
|
-
return (a, t) => (
|
|
324
|
+
return (a, t) => (n(), r("bs-dropdown-with-options", i(a.$attrs, {
|
|
298
325
|
"toggle-id": e.toggleId,
|
|
299
326
|
"container-id": e.containerId,
|
|
300
327
|
"options-id": e.optionsId,
|
|
@@ -306,6 +333,8 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
306
333
|
"enter-controlled": e.enterControlled,
|
|
307
334
|
"enter-trigger": e.enterTrigger,
|
|
308
335
|
"leave-trigger": e.leaveTrigger,
|
|
336
|
+
"helper-text": e.helperText,
|
|
337
|
+
"helper-description": e.helperDescription,
|
|
309
338
|
onOptselected: t[0] || (t[0] = (l) => s("optselected", l.detail)),
|
|
310
339
|
onClose: t[1] || (t[1] = (l) => s("close", l.detail)),
|
|
311
340
|
onEnterend: t[2] || (t[2] = (l) => s("enterend", l.detail)),
|
|
@@ -314,7 +343,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
314
343
|
o(a.$slots, "default")
|
|
315
344
|
], 16, A));
|
|
316
345
|
}
|
|
317
|
-
},
|
|
346
|
+
}, z = ["char-count", "char-max", "disabled", "error", "hints", "label", "label-for", "required", "hint-id"], Te = {
|
|
318
347
|
__name: "BsFieldLayout",
|
|
319
348
|
props: {
|
|
320
349
|
charCount: {},
|
|
@@ -329,7 +358,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
329
358
|
},
|
|
330
359
|
emits: [],
|
|
331
360
|
setup(e, { emit: s }) {
|
|
332
|
-
return (a, t) => (
|
|
361
|
+
return (a, t) => (n(), r("bs-field-layout", i(a.$attrs, {
|
|
333
362
|
"char-count": e.charCount,
|
|
334
363
|
"char-max": e.charMax,
|
|
335
364
|
disabled: e.disabled,
|
|
@@ -341,9 +370,9 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
341
370
|
"hint-id": e.hintId
|
|
342
371
|
}), [
|
|
343
372
|
o(a.$slots, "default")
|
|
344
|
-
], 16,
|
|
373
|
+
], 16, z));
|
|
345
374
|
}
|
|
346
|
-
},
|
|
375
|
+
}, D = ["error", "hint-id", "hints"], xe = {
|
|
347
376
|
__name: "BsHint",
|
|
348
377
|
props: {
|
|
349
378
|
error: {},
|
|
@@ -352,13 +381,13 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
352
381
|
},
|
|
353
382
|
emits: [],
|
|
354
383
|
setup(e, { emit: s }) {
|
|
355
|
-
return (a, t) => (
|
|
384
|
+
return (a, t) => (n(), r("bs-hint", i(a.$attrs, {
|
|
356
385
|
error: e.error,
|
|
357
386
|
"hint-id": e.hintId,
|
|
358
387
|
hints: e.hints
|
|
359
|
-
}), null, 16,
|
|
388
|
+
}), null, 16, D));
|
|
360
389
|
}
|
|
361
|
-
}, P = ["disabled", "error", "pass-attrs", "placeholder", "required", "type", "value", "hint-id"],
|
|
390
|
+
}, P = ["disabled", "error", "pass-attrs", "placeholder", "required", "type", "value", "hint-id"], Ie = {
|
|
362
391
|
__name: "BsInput",
|
|
363
392
|
props: {
|
|
364
393
|
disabled: { default: !1 },
|
|
@@ -373,7 +402,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
373
402
|
},
|
|
374
403
|
emits: ["update:modelValue"],
|
|
375
404
|
setup(e, { emit: s }) {
|
|
376
|
-
return (a, t) => (
|
|
405
|
+
return (a, t) => (n(), r("bs-input", i(a.$attrs, {
|
|
377
406
|
disabled: e.disabled,
|
|
378
407
|
error: e.error,
|
|
379
408
|
"pass-attrs": e.passAttrs,
|
|
@@ -385,7 +414,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
385
414
|
onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
386
415
|
}), null, 16, P));
|
|
387
416
|
}
|
|
388
|
-
},
|
|
417
|
+
}, O = ["disabled", "error", "multifocus", "variant"], Ce = {
|
|
389
418
|
__name: "BsInputAddon",
|
|
390
419
|
props: {
|
|
391
420
|
disabled: { default: !1 },
|
|
@@ -395,16 +424,16 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
395
424
|
},
|
|
396
425
|
emits: [],
|
|
397
426
|
setup(e, { emit: s }) {
|
|
398
|
-
return (a, t) => (
|
|
427
|
+
return (a, t) => (n(), r("bs-input-addon", i(a.$attrs, {
|
|
399
428
|
disabled: e.disabled,
|
|
400
429
|
error: e.error,
|
|
401
430
|
multifocus: e.multifocus,
|
|
402
431
|
variant: e.variant
|
|
403
432
|
}), [
|
|
404
433
|
o(a.$slots, "default")
|
|
405
|
-
], 16,
|
|
434
|
+
], 16, O));
|
|
406
435
|
}
|
|
407
|
-
}, S = ["disabled", "error", "hints", "label", "pass-attrs", "placeholder", "required", "type", "value"],
|
|
436
|
+
}, S = ["disabled", "error", "hints", "label", "pass-attrs", "placeholder", "required", "type", "value"], ke = {
|
|
408
437
|
__name: "BsInputField",
|
|
409
438
|
props: {
|
|
410
439
|
disabled: { default: !1 },
|
|
@@ -420,7 +449,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
420
449
|
},
|
|
421
450
|
emits: ["update:modelValue"],
|
|
422
451
|
setup(e, { emit: s }) {
|
|
423
|
-
return (a, t) => (
|
|
452
|
+
return (a, t) => (n(), r("bs-input-field", i(a.$attrs, {
|
|
424
453
|
disabled: e.disabled,
|
|
425
454
|
error: e.error,
|
|
426
455
|
hints: e.hints,
|
|
@@ -433,7 +462,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
433
462
|
onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
434
463
|
}), null, 16, S));
|
|
435
464
|
}
|
|
436
|
-
},
|
|
465
|
+
}, F = ["disabled", "pass-attrs", "placeholder", "hint-id", "value"], ye = {
|
|
437
466
|
__name: "BsInputSearch",
|
|
438
467
|
props: {
|
|
439
468
|
disabled: { default: !1 },
|
|
@@ -445,7 +474,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
445
474
|
},
|
|
446
475
|
emits: ["clear", "update:modelValue"],
|
|
447
476
|
setup(e, { emit: s }) {
|
|
448
|
-
return (a, t) => (
|
|
477
|
+
return (a, t) => (n(), r("bs-input-search", i(a.$attrs, {
|
|
449
478
|
disabled: e.disabled,
|
|
450
479
|
"pass-attrs": e.passAttrs,
|
|
451
480
|
placeholder: e.placeholder,
|
|
@@ -453,9 +482,9 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
453
482
|
value: e.value || e.modelValue,
|
|
454
483
|
onClear: t[0] || (t[0] = (l) => s("clear", l.detail)),
|
|
455
484
|
onInput: t[1] || (t[1] = (l) => s("update:modelValue", l.target.value))
|
|
456
|
-
}), null, 16,
|
|
485
|
+
}), null, 16, F));
|
|
457
486
|
}
|
|
458
|
-
},
|
|
487
|
+
}, E = ["disabled", "for", "hide", "pass-attrs", "required"], we = {
|
|
459
488
|
__name: "BsLabel",
|
|
460
489
|
props: {
|
|
461
490
|
disabled: {},
|
|
@@ -466,7 +495,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
466
495
|
},
|
|
467
496
|
emits: [],
|
|
468
497
|
setup(e, { emit: s }) {
|
|
469
|
-
return (a, t) => (
|
|
498
|
+
return (a, t) => (n(), r("bs-label", i(a.$attrs, {
|
|
470
499
|
disabled: e.disabled,
|
|
471
500
|
for: e.for,
|
|
472
501
|
hide: e.hide,
|
|
@@ -474,9 +503,9 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
474
503
|
required: e.required
|
|
475
504
|
}), [
|
|
476
505
|
o(a.$slots, "default")
|
|
477
|
-
], 16,
|
|
506
|
+
], 16, E));
|
|
478
507
|
}
|
|
479
|
-
}, j = ["size", "variant"],
|
|
508
|
+
}, j = ["size", "variant"], Le = {
|
|
480
509
|
__name: "BsLoader",
|
|
481
510
|
props: {
|
|
482
511
|
size: {},
|
|
@@ -484,12 +513,12 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
484
513
|
},
|
|
485
514
|
emits: [],
|
|
486
515
|
setup(e, { emit: s }) {
|
|
487
|
-
return (a, t) => (
|
|
516
|
+
return (a, t) => (n(), r("bs-loader", i(a.$attrs, {
|
|
488
517
|
size: e.size,
|
|
489
518
|
variant: e.variant
|
|
490
519
|
}), null, 16, j));
|
|
491
520
|
}
|
|
492
|
-
},
|
|
521
|
+
}, M = ["alert", "close-button", "enter-controlled", "enter-trigger", "leave-trigger"], Ve = {
|
|
493
522
|
__name: "BsModal",
|
|
494
523
|
props: {
|
|
495
524
|
alert: { default: !1 },
|
|
@@ -500,7 +529,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
500
529
|
},
|
|
501
530
|
emits: ["close", "enterend", "leaveend"],
|
|
502
531
|
setup(e, { emit: s }) {
|
|
503
|
-
return (a, t) => (
|
|
532
|
+
return (a, t) => (n(), r("bs-modal", i(a.$attrs, {
|
|
504
533
|
alert: e.alert,
|
|
505
534
|
"close-button": e.closeButton,
|
|
506
535
|
"enter-controlled": e.enterControlled,
|
|
@@ -511,9 +540,9 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
511
540
|
onLeaveend: t[2] || (t[2] = (l) => s("leaveend", l.detail))
|
|
512
541
|
}), [
|
|
513
542
|
o(a.$slots, "default")
|
|
514
|
-
], 16,
|
|
543
|
+
], 16, M));
|
|
515
544
|
}
|
|
516
|
-
},
|
|
545
|
+
}, G = ["enter-controlled", "enter-trigger", "leave-trigger"], qe = {
|
|
517
546
|
__name: "BsOverlay",
|
|
518
547
|
props: {
|
|
519
548
|
enterControlled: { default: !1 },
|
|
@@ -522,15 +551,15 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
522
551
|
},
|
|
523
552
|
emits: ["enterend", "leaveend"],
|
|
524
553
|
setup(e, { emit: s }) {
|
|
525
|
-
return (a, t) => (
|
|
554
|
+
return (a, t) => (n(), r("bs-overlay", i(a.$attrs, {
|
|
526
555
|
"enter-controlled": e.enterControlled,
|
|
527
556
|
"enter-trigger": e.enterTrigger,
|
|
528
557
|
"leave-trigger": e.leaveTrigger,
|
|
529
558
|
onEnterend: t[0] || (t[0] = (l) => s("enterend", l.detail)),
|
|
530
559
|
onLeaveend: t[1] || (t[1] = (l) => s("leaveend", l.detail))
|
|
531
|
-
}), null, 16,
|
|
560
|
+
}), null, 16, G));
|
|
532
561
|
}
|
|
533
|
-
}, R = ["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"],
|
|
562
|
+
}, R = ["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"], Ae = {
|
|
534
563
|
__name: "BsPagination",
|
|
535
564
|
props: {
|
|
536
565
|
showFirstLastButtons: { default: !1 },
|
|
@@ -552,7 +581,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
552
581
|
},
|
|
553
582
|
emits: ["selchange"],
|
|
554
583
|
setup(e, { emit: s }) {
|
|
555
|
-
return (a, t) => (
|
|
584
|
+
return (a, t) => (n(), r("bs-pagination", i(a.$attrs, {
|
|
556
585
|
"show-first-last-buttons": e.showFirstLastButtons,
|
|
557
586
|
"prev-page-text": e.prevPageText,
|
|
558
587
|
"first-page-text": e.firstPageText,
|
|
@@ -572,7 +601,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
572
601
|
onSelchange: t[0] || (t[0] = (l) => s("selchange", l.detail))
|
|
573
602
|
}), null, 16, R));
|
|
574
603
|
}
|
|
575
|
-
},
|
|
604
|
+
}, H = ["variant", "status", "href", "active", "disabled", "pass-attrs"], ze = {
|
|
576
605
|
__name: "BsPill",
|
|
577
606
|
props: {
|
|
578
607
|
variant: {},
|
|
@@ -586,7 +615,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
586
615
|
emits: [],
|
|
587
616
|
setup(e, { emit: s }) {
|
|
588
617
|
const a = e, { onLinkClick: t } = f(a);
|
|
589
|
-
return (l, d) => (
|
|
618
|
+
return (l, d) => (n(), r("bs-pill", i(l.$attrs, {
|
|
590
619
|
variant: e.variant,
|
|
591
620
|
status: e.status,
|
|
592
621
|
href: e.href,
|
|
@@ -596,9 +625,9 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
596
625
|
onClick: d[0] || (d[0] = (...u) => c(t) && c(t)(...u))
|
|
597
626
|
}), [
|
|
598
627
|
o(l.$slots, "default")
|
|
599
|
-
], 16,
|
|
628
|
+
], 16, H));
|
|
600
629
|
}
|
|
601
|
-
}, N = ["layout", "href", "image-src", "image-size", "initials", "profile-name", "company", "job-title", "email"],
|
|
630
|
+
}, N = ["layout", "href", "image-src", "image-size", "initials", "profile-name", "company", "job-title", "email"], De = {
|
|
602
631
|
__name: "BsProfile",
|
|
603
632
|
props: {
|
|
604
633
|
layout: {},
|
|
@@ -615,7 +644,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
615
644
|
emits: [],
|
|
616
645
|
setup(e, { emit: s }) {
|
|
617
646
|
const a = e, { onLinkClick: t } = f(a);
|
|
618
|
-
return (l, d) => (
|
|
647
|
+
return (l, d) => (n(), r("bs-profile", i(l.$attrs, {
|
|
619
648
|
layout: e.layout,
|
|
620
649
|
href: e.href,
|
|
621
650
|
"image-src": e.imageSrc,
|
|
@@ -628,7 +657,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
628
657
|
onClick: d[0] || (d[0] = (...u) => c(t) && c(t)(...u))
|
|
629
658
|
}), null, 16, N));
|
|
630
659
|
}
|
|
631
|
-
}, W = ["profile-name", "company", "job-title", "email"],
|
|
660
|
+
}, W = ["profile-name", "company", "job-title", "email"], Pe = {
|
|
632
661
|
__name: "BsProfileDetails",
|
|
633
662
|
props: {
|
|
634
663
|
profileName: {},
|
|
@@ -638,14 +667,14 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
638
667
|
},
|
|
639
668
|
emits: [],
|
|
640
669
|
setup(e, { emit: s }) {
|
|
641
|
-
return (a, t) => (
|
|
670
|
+
return (a, t) => (n(), r("bs-profile-details", i(a.$attrs, {
|
|
642
671
|
"profile-name": e.profileName,
|
|
643
672
|
company: e.company,
|
|
644
673
|
"job-title": e.jobTitle,
|
|
645
674
|
email: e.email
|
|
646
675
|
}), null, 16, W));
|
|
647
676
|
}
|
|
648
|
-
},
|
|
677
|
+
}, X = ["src", "size", "initials", "profile-name"], Oe = {
|
|
649
678
|
__name: "BsProfileImg",
|
|
650
679
|
props: {
|
|
651
680
|
src: {},
|
|
@@ -655,14 +684,14 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
655
684
|
},
|
|
656
685
|
emits: [],
|
|
657
686
|
setup(e, { emit: s }) {
|
|
658
|
-
return (a, t) => (
|
|
687
|
+
return (a, t) => (n(), r("bs-profile-img", i(a.$attrs, {
|
|
659
688
|
src: e.src,
|
|
660
689
|
size: e.size,
|
|
661
690
|
initials: e.initials,
|
|
662
691
|
"profile-name": e.profileName
|
|
663
|
-
}), null, 16,
|
|
692
|
+
}), null, 16, X));
|
|
664
693
|
}
|
|
665
|
-
},
|
|
694
|
+
}, Y = ["layout", "href", "pass-attrs"], Se = {
|
|
666
695
|
__name: "BsProfileLayout",
|
|
667
696
|
props: {
|
|
668
697
|
layout: { default: "vertical" },
|
|
@@ -673,16 +702,16 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
673
702
|
emits: [],
|
|
674
703
|
setup(e, { emit: s }) {
|
|
675
704
|
const a = e, { onLinkClick: t } = f(a);
|
|
676
|
-
return (l, d) => (
|
|
705
|
+
return (l, d) => (n(), r("bs-profile-layout", i(l.$attrs, {
|
|
677
706
|
layout: e.layout,
|
|
678
707
|
href: e.href,
|
|
679
708
|
"pass-attrs": e.passAttrs,
|
|
680
709
|
onClick: d[0] || (d[0] = (...u) => c(t) && c(t)(...u))
|
|
681
710
|
}), [
|
|
682
711
|
o(l.$slots, "default")
|
|
683
|
-
], 16,
|
|
712
|
+
], 16, Y));
|
|
684
713
|
}
|
|
685
|
-
},
|
|
714
|
+
}, Z = ["label", "checked", "disabled", "error", "pass-attrs", "required", "size", "value"], Fe = {
|
|
686
715
|
__name: "BsRadio",
|
|
687
716
|
props: {
|
|
688
717
|
label: {},
|
|
@@ -697,7 +726,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
697
726
|
},
|
|
698
727
|
emits: ["update:modelValue"],
|
|
699
728
|
setup(e, { emit: s }) {
|
|
700
|
-
return (a, t) => (
|
|
729
|
+
return (a, t) => (n(), r("bs-radio", i(a.$attrs, {
|
|
701
730
|
label: e.label,
|
|
702
731
|
checked: e.checked || e.modelValue === e.value,
|
|
703
732
|
disabled: e.disabled,
|
|
@@ -707,9 +736,9 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
707
736
|
size: e.size,
|
|
708
737
|
value: e.value,
|
|
709
738
|
onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
710
|
-
}), null, 16,
|
|
739
|
+
}), null, 16, Z));
|
|
711
740
|
}
|
|
712
|
-
},
|
|
741
|
+
}, J = ["disabled", "required", "error", "hint-id", "value", "pass-attrs"], Ee = {
|
|
713
742
|
__name: "BsSelect",
|
|
714
743
|
props: {
|
|
715
744
|
disabled: { default: !1 },
|
|
@@ -722,7 +751,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
722
751
|
},
|
|
723
752
|
emits: ["update:modelValue"],
|
|
724
753
|
setup(e, { emit: s }) {
|
|
725
|
-
return (a, t) => (
|
|
754
|
+
return (a, t) => (n(), r("bs-select", i(a.$attrs, {
|
|
726
755
|
disabled: e.disabled,
|
|
727
756
|
required: e.required,
|
|
728
757
|
error: e.error,
|
|
@@ -732,9 +761,9 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
732
761
|
onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
733
762
|
}), [
|
|
734
763
|
o(a.$slots, "default")
|
|
735
|
-
], 16,
|
|
764
|
+
], 16, J));
|
|
736
765
|
}
|
|
737
|
-
},
|
|
766
|
+
}, K = ["disabled", "error", "required", "label", "hints", "placeholder", "value", "pass-attrs", "data"], je = {
|
|
738
767
|
__name: "BsSelectField",
|
|
739
768
|
props: {
|
|
740
769
|
disabled: { default: !1 },
|
|
@@ -750,7 +779,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
750
779
|
},
|
|
751
780
|
emits: ["update:modelValue"],
|
|
752
781
|
setup(e, { emit: s }) {
|
|
753
|
-
return (a, t) => (
|
|
782
|
+
return (a, t) => (n(), r("bs-select-field", i(a.$attrs, {
|
|
754
783
|
disabled: e.disabled,
|
|
755
784
|
error: e.error,
|
|
756
785
|
required: e.required,
|
|
@@ -761,13 +790,14 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
761
790
|
"pass-attrs": e.passAttrs,
|
|
762
791
|
data: e.data,
|
|
763
792
|
onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
764
|
-
}), null, 16,
|
|
793
|
+
}), null, 16, K));
|
|
765
794
|
}
|
|
766
|
-
},
|
|
795
|
+
}, Q = ["checked", "disabled", "hide-label", "inner-on-label", "inner-off-label", "label", "pass-attrs", "size"], Me = {
|
|
767
796
|
__name: "BsSwitch",
|
|
768
797
|
props: {
|
|
769
798
|
checked: { default: !1 },
|
|
770
799
|
disabled: { default: !1 },
|
|
800
|
+
hideLabel: { default: !1 },
|
|
771
801
|
innerOnLabel: {},
|
|
772
802
|
innerOffLabel: {},
|
|
773
803
|
label: {},
|
|
@@ -777,18 +807,73 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
777
807
|
},
|
|
778
808
|
emits: ["update:modelValue"],
|
|
779
809
|
setup(e, { emit: s }) {
|
|
780
|
-
return (a, t) => (
|
|
810
|
+
return (a, t) => (n(), r("bs-switch", i(a.$attrs, {
|
|
781
811
|
checked: e.checked || e.modelValue,
|
|
782
812
|
disabled: e.disabled,
|
|
813
|
+
"hide-label": e.hideLabel,
|
|
783
814
|
"inner-on-label": e.innerOnLabel,
|
|
784
815
|
"inner-off-label": e.innerOffLabel,
|
|
785
816
|
label: e.label,
|
|
786
817
|
"pass-attrs": e.passAttrs,
|
|
787
818
|
size: e.size,
|
|
788
819
|
onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.checked))
|
|
789
|
-
}), null, 16,
|
|
820
|
+
}), null, 16, Q));
|
|
821
|
+
}
|
|
822
|
+
}, U = ["active-tab-id", "hidden", "panel-id"], Ge = {
|
|
823
|
+
__name: "BsTab",
|
|
824
|
+
props: {
|
|
825
|
+
activeTabId: {},
|
|
826
|
+
hidden: { default: !1 },
|
|
827
|
+
panelId: {}
|
|
828
|
+
},
|
|
829
|
+
emits: [],
|
|
830
|
+
setup(e, { emit: s }) {
|
|
831
|
+
return (a, t) => (n(), r("bs-tab", i(a.$attrs, {
|
|
832
|
+
"active-tab-id": e.activeTabId,
|
|
833
|
+
hidden: e.hidden,
|
|
834
|
+
"panel-id": e.panelId
|
|
835
|
+
}), [
|
|
836
|
+
o(a.$slots, "default")
|
|
837
|
+
], 16, U));
|
|
838
|
+
}
|
|
839
|
+
}, p = ["active-tab-id", "helper-text", "helper-description"], Re = {
|
|
840
|
+
__name: "BsTabList",
|
|
841
|
+
props: {
|
|
842
|
+
activeTabId: {},
|
|
843
|
+
helperText: { default: "Select a tab" },
|
|
844
|
+
helperDescription: {},
|
|
845
|
+
modelValue: {}
|
|
846
|
+
},
|
|
847
|
+
emits: ["tabChange", "update:modelValue"],
|
|
848
|
+
setup(e, { emit: s }) {
|
|
849
|
+
const a = (t) => {
|
|
850
|
+
s("tabChange", t.detail), s("update:modelValue", t.detail);
|
|
851
|
+
};
|
|
852
|
+
return (t, l) => (n(), r("bs-tab-list", i(t.$attrs, {
|
|
853
|
+
"active-tab-id": e.activeTabId || e.modelValue,
|
|
854
|
+
"helper-text": e.helperText,
|
|
855
|
+
"helper-description": e.helperDescription,
|
|
856
|
+
"on:tabChange": a
|
|
857
|
+
}), [
|
|
858
|
+
o(t.$slots, "default")
|
|
859
|
+
], 16, p));
|
|
790
860
|
}
|
|
791
|
-
},
|
|
861
|
+
}, _ = ["active-tab-id", "tab-id"], He = {
|
|
862
|
+
__name: "BsTabPanel",
|
|
863
|
+
props: {
|
|
864
|
+
activeTabId: {},
|
|
865
|
+
tabId: {}
|
|
866
|
+
},
|
|
867
|
+
emits: [],
|
|
868
|
+
setup(e, { emit: s }) {
|
|
869
|
+
return (a, t) => (n(), r("bs-tab-panel", i(a.$attrs, {
|
|
870
|
+
"active-tab-id": e.activeTabId,
|
|
871
|
+
"tab-id": e.tabId
|
|
872
|
+
}), [
|
|
873
|
+
o(a.$slots, "default")
|
|
874
|
+
], 16, _));
|
|
875
|
+
}
|
|
876
|
+
}, ee = ["disabled", "error", "pass-attrs", "placeholder", "required", "value", "hint-id"], Ne = {
|
|
792
877
|
__name: "BsTextarea",
|
|
793
878
|
props: {
|
|
794
879
|
disabled: { default: !1 },
|
|
@@ -802,7 +887,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
802
887
|
},
|
|
803
888
|
emits: ["update:modelValue"],
|
|
804
889
|
setup(e, { emit: s }) {
|
|
805
|
-
return (a, t) => (
|
|
890
|
+
return (a, t) => (n(), r("bs-textarea", i(a.$attrs, {
|
|
806
891
|
disabled: e.disabled,
|
|
807
892
|
error: e.error,
|
|
808
893
|
"pass-attrs": e.passAttrs,
|
|
@@ -811,9 +896,9 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
811
896
|
value: e.value || e.modelValue,
|
|
812
897
|
"hint-id": e.hintId,
|
|
813
898
|
onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
814
|
-
}), null, 16,
|
|
899
|
+
}), null, 16, ee));
|
|
815
900
|
}
|
|
816
|
-
},
|
|
901
|
+
}, te = ["char-max", "disabled", "error", "hints", "label", "placeholder", "required", "value", "pass-attrs"], We = {
|
|
817
902
|
__name: "BsTextareaField",
|
|
818
903
|
props: {
|
|
819
904
|
charMax: {},
|
|
@@ -829,7 +914,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
829
914
|
},
|
|
830
915
|
emits: ["update:modelValue"],
|
|
831
916
|
setup(e, { emit: s }) {
|
|
832
|
-
return (a, t) => (
|
|
917
|
+
return (a, t) => (n(), r("bs-textarea-field", i(a.$attrs, {
|
|
833
918
|
"char-max": e.charMax,
|
|
834
919
|
disabled: e.disabled,
|
|
835
920
|
error: e.error,
|
|
@@ -840,9 +925,9 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
840
925
|
value: e.value || e.modelValue,
|
|
841
926
|
"pass-attrs": e.passAttrs,
|
|
842
927
|
onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
843
|
-
}), null, 16,
|
|
928
|
+
}), null, 16, te));
|
|
844
929
|
}
|
|
845
|
-
},
|
|
930
|
+
}, ae = ["toast-id", "variant", "stacked", "duration", "enter-controlled", "enter-trigger", "leave-trigger"], Xe = {
|
|
846
931
|
__name: "BsToast",
|
|
847
932
|
props: {
|
|
848
933
|
toastId: {},
|
|
@@ -855,7 +940,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
855
940
|
},
|
|
856
941
|
emits: ["dismiss", "enterend", "leaveend"],
|
|
857
942
|
setup(e, { emit: s }) {
|
|
858
|
-
return (a, t) => (
|
|
943
|
+
return (a, t) => (n(), r("bs-toast", i(a.$attrs, {
|
|
859
944
|
"toast-id": e.toastId,
|
|
860
945
|
variant: e.variant,
|
|
861
946
|
stacked: e.stacked,
|
|
@@ -868,49 +953,49 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
868
953
|
onLeaveend: t[2] || (t[2] = (l) => s("leaveend", l.detail))
|
|
869
954
|
}), [
|
|
870
955
|
o(a.$slots, "default")
|
|
871
|
-
], 16,
|
|
956
|
+
], 16, ae));
|
|
872
957
|
}
|
|
873
|
-
},
|
|
958
|
+
}, Ye = {
|
|
874
959
|
__name: "BsToastActions",
|
|
875
960
|
props: {},
|
|
876
961
|
emits: ["defaultDismiss"],
|
|
877
962
|
setup(e, { emit: s }) {
|
|
878
|
-
return (a, t) => (
|
|
963
|
+
return (a, t) => (n(), r("bs-toast-actions", i(a.$attrs, {
|
|
879
964
|
"on:defaultDismiss": t[0] || (t[0] = (l) => s("defaultDismiss", l.detail))
|
|
880
965
|
}), [
|
|
881
966
|
o(a.$slots, "default")
|
|
882
967
|
], 16));
|
|
883
968
|
}
|
|
884
|
-
},
|
|
969
|
+
}, Ze = {
|
|
885
970
|
__name: "BsToastBody",
|
|
886
971
|
props: {},
|
|
887
972
|
emits: [],
|
|
888
973
|
setup(e, { emit: s }) {
|
|
889
|
-
return (a, t) => (
|
|
974
|
+
return (a, t) => (n(), r("bs-toast-body", v($(a.$attrs)), [
|
|
890
975
|
o(a.$slots, "default")
|
|
891
976
|
], 16));
|
|
892
977
|
}
|
|
893
|
-
},
|
|
978
|
+
}, le = ["variant"], Je = {
|
|
894
979
|
__name: "BsToastHeader",
|
|
895
980
|
props: {
|
|
896
981
|
variant: {}
|
|
897
982
|
},
|
|
898
983
|
emits: [],
|
|
899
984
|
setup(e, { emit: s }) {
|
|
900
|
-
return (a, t) => (
|
|
985
|
+
return (a, t) => (n(), r("bs-toast-header", i(a.$attrs, { variant: e.variant }), [
|
|
901
986
|
o(a.$slots, "default")
|
|
902
|
-
], 16,
|
|
987
|
+
], 16, le));
|
|
903
988
|
}
|
|
904
|
-
},
|
|
989
|
+
}, Ke = {
|
|
905
990
|
__name: "BsToaster",
|
|
906
991
|
props: {},
|
|
907
992
|
emits: [],
|
|
908
993
|
setup(e, { emit: s }) {
|
|
909
|
-
return (a, t) => (
|
|
994
|
+
return (a, t) => (n(), r("bs-toaster", v($(a.$attrs)), [
|
|
910
995
|
o(a.$slots, "default")
|
|
911
996
|
], 16));
|
|
912
997
|
}
|
|
913
|
-
},
|
|
998
|
+
}, se = ["tooltip-id", "content", "position"], Qe = {
|
|
914
999
|
__name: "BsTooltip",
|
|
915
1000
|
props: {
|
|
916
1001
|
tooltipId: {},
|
|
@@ -919,15 +1004,15 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
919
1004
|
},
|
|
920
1005
|
emits: [],
|
|
921
1006
|
setup(e, { emit: s }) {
|
|
922
|
-
return (a, t) => (
|
|
1007
|
+
return (a, t) => (n(), r("bs-tooltip", i(a.$attrs, {
|
|
923
1008
|
"tooltip-id": e.tooltipId,
|
|
924
1009
|
content: e.content,
|
|
925
1010
|
position: e.position
|
|
926
1011
|
}), [
|
|
927
1012
|
o(a.$slots, "default")
|
|
928
|
-
], 16,
|
|
1013
|
+
], 16, se));
|
|
929
1014
|
}
|
|
930
|
-
},
|
|
1015
|
+
}, ne = ["enter-class", "enter-attribute", "enter-duration", "leave-class", "leave-attribute", "leave-duration", "enter-controlled", "enter-trigger", "leave-trigger"], Ue = {
|
|
931
1016
|
__name: "BsTransition",
|
|
932
1017
|
props: {
|
|
933
1018
|
enterClass: { default: void 0 },
|
|
@@ -942,7 +1027,7 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
942
1027
|
},
|
|
943
1028
|
emits: ["enterend", "leaveend"],
|
|
944
1029
|
setup(e, { emit: s }) {
|
|
945
|
-
return (a, t) => (
|
|
1030
|
+
return (a, t) => (n(), r("bs-transition", i(a.$attrs, {
|
|
946
1031
|
"enter-class": e.enterClass,
|
|
947
1032
|
"enter-attribute": e.enterAttribute,
|
|
948
1033
|
"enter-duration": e.enterDuration,
|
|
@@ -956,49 +1041,53 @@ const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
956
1041
|
onLeaveend: t[1] || (t[1] = (l) => s("leaveend", l.detail))
|
|
957
1042
|
}), [
|
|
958
1043
|
o(a.$slots, "default")
|
|
959
|
-
], 16,
|
|
1044
|
+
], 16, ne));
|
|
960
1045
|
}
|
|
961
1046
|
};
|
|
962
1047
|
export {
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1048
|
+
ie as BsAccordion,
|
|
1049
|
+
de as BsBadge,
|
|
1050
|
+
oe as BsBanner,
|
|
1051
|
+
ue as BsButton,
|
|
1052
|
+
ce as BsCharacterCount,
|
|
1053
|
+
fe as BsChartBar,
|
|
1054
|
+
me as BsChartTable,
|
|
1055
|
+
be as BsCheckbox,
|
|
1056
|
+
he as BsCircleButton,
|
|
1057
|
+
ge as BsDropdown,
|
|
1058
|
+
ve as BsDropdownOption,
|
|
1059
|
+
$e as BsDropdownOptionList,
|
|
1060
|
+
Be as BsDropdownWithOptions,
|
|
1061
|
+
Te as BsFieldLayout,
|
|
1062
|
+
xe as BsHint,
|
|
1063
|
+
Ie as BsInput,
|
|
1064
|
+
Ce as BsInputAddon,
|
|
1065
|
+
ke as BsInputField,
|
|
1066
|
+
ye as BsInputSearch,
|
|
1067
|
+
we as BsLabel,
|
|
1068
|
+
Le as BsLoader,
|
|
1069
|
+
Ve as BsModal,
|
|
1070
|
+
qe as BsOverlay,
|
|
1071
|
+
Ae as BsPagination,
|
|
1072
|
+
ze as BsPill,
|
|
1073
|
+
De as BsProfile,
|
|
1074
|
+
Pe as BsProfileDetails,
|
|
1075
|
+
Oe as BsProfileImg,
|
|
1076
|
+
Se as BsProfileLayout,
|
|
1077
|
+
Fe as BsRadio,
|
|
1078
|
+
Ee as BsSelect,
|
|
1079
|
+
je as BsSelectField,
|
|
1080
|
+
Me as BsSwitch,
|
|
1081
|
+
Ge as BsTab,
|
|
1082
|
+
Re as BsTabList,
|
|
1083
|
+
He as BsTabPanel,
|
|
1084
|
+
Ne as BsTextarea,
|
|
1085
|
+
We as BsTextareaField,
|
|
1086
|
+
Xe as BsToast,
|
|
1087
|
+
Ye as BsToastActions,
|
|
1088
|
+
Ze as BsToastBody,
|
|
1089
|
+
Je as BsToastHeader,
|
|
1090
|
+
Ke as BsToaster,
|
|
1091
|
+
Qe as BsTooltip,
|
|
1092
|
+
Ue as BsTransition
|
|
1004
1093
|
};
|