@wwtdev/bsds-components-vue3 1.11.0 → 1.13.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 +186 -160
- package/lib/bsds-components.umd.js +1 -1
- package/lib/components.d.ts +1 -0
- package/lib/components.js +10 -0
- package/lib/components.js.map +1 -1
- package/nuxt/bsds-components.mjs +211 -185
- 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", "open-item-id", "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 },
|
|
@@ -12,7 +12,7 @@ const B = ["controlled", "icon", "header-text", "heading-level", "open-item", "o
|
|
|
12
12
|
},
|
|
13
13
|
emits: ["toggled"],
|
|
14
14
|
setup(e, { emit: s }) {
|
|
15
|
-
return (a, t) => (
|
|
15
|
+
return (a, t) => (n(), r("bs-accordion", i(a.$attrs, {
|
|
16
16
|
controlled: e.controlled,
|
|
17
17
|
icon: e.icon,
|
|
18
18
|
"header-text": e.headerText,
|
|
@@ -25,7 +25,7 @@ const B = ["controlled", "icon", "header-text", "heading-level", "open-item", "o
|
|
|
25
25
|
o(a.$slots, "default")
|
|
26
26
|
], 16, B));
|
|
27
27
|
}
|
|
28
|
-
}, T = ["color", "count", "count-max", "dot", "label", "position", "show-zero"],
|
|
28
|
+
}, T = ["color", "count", "count-max", "dot", "label", "position", "show-zero"], de = {
|
|
29
29
|
__name: "BsBadge",
|
|
30
30
|
props: {
|
|
31
31
|
color: {},
|
|
@@ -38,7 +38,7 @@ const B = ["controlled", "icon", "header-text", "heading-level", "open-item", "o
|
|
|
38
38
|
},
|
|
39
39
|
emits: [],
|
|
40
40
|
setup(e, { emit: s }) {
|
|
41
|
-
return (a, t) => (
|
|
41
|
+
return (a, t) => (n(), r("bs-badge", i(a.$attrs, {
|
|
42
42
|
color: e.color,
|
|
43
43
|
count: e.count,
|
|
44
44
|
"count-max": e.countMax,
|
|
@@ -50,12 +50,12 @@ const B = ["controlled", "icon", "header-text", "heading-level", "open-item", "o
|
|
|
50
50
|
o(a.$slots, "default")
|
|
51
51
|
], 16, T));
|
|
52
52
|
}
|
|
53
|
-
},
|
|
53
|
+
}, oe = {
|
|
54
54
|
__name: "BsBanner",
|
|
55
55
|
props: {},
|
|
56
56
|
emits: ["dismiss"],
|
|
57
57
|
setup(e, { emit: s }) {
|
|
58
|
-
return (a, t) => (
|
|
58
|
+
return (a, t) => (n(), r("bs-banner", i(a.$attrs, {
|
|
59
59
|
onDismiss: t[0] || (t[0] = (l) => s("dismiss", l.detail))
|
|
60
60
|
}), [
|
|
61
61
|
o(a.$slots, "default")
|
|
@@ -71,12 +71,12 @@ function f(e) {
|
|
|
71
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, 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));
|
|
76
76
|
}
|
|
77
77
|
return { onLinkClick: t };
|
|
78
78
|
}
|
|
79
|
-
const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn", "size"],
|
|
79
|
+
const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn", "size"], ue = {
|
|
80
80
|
__name: "BsButton",
|
|
81
81
|
props: {
|
|
82
82
|
variant: {},
|
|
@@ -91,7 +91,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
91
91
|
emits: [],
|
|
92
92
|
setup(e, { emit: s }) {
|
|
93
93
|
const a = e, { onLinkClick: t } = f(a);
|
|
94
|
-
return (l, d) => (
|
|
94
|
+
return (l, d) => (n(), r("bs-button", i(l.$attrs, {
|
|
95
95
|
variant: e.variant,
|
|
96
96
|
disabled: e.disabled,
|
|
97
97
|
"ghost-btn": e.ghostBtn,
|
|
@@ -104,7 +104,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
104
104
|
o(l.$slots, "default")
|
|
105
105
|
], 16, x));
|
|
106
106
|
}
|
|
107
|
-
}, I = ["char-count", "char-max"],
|
|
107
|
+
}, I = ["char-count", "char-max"], ce = {
|
|
108
108
|
__name: "BsCharacterCount",
|
|
109
109
|
props: {
|
|
110
110
|
charCount: {},
|
|
@@ -112,12 +112,12 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
112
112
|
},
|
|
113
113
|
emits: [],
|
|
114
114
|
setup(e, { emit: s }) {
|
|
115
|
-
return (a, t) => (
|
|
115
|
+
return (a, t) => (n(), r("bs-character-count", i(a.$attrs, {
|
|
116
116
|
"char-count": e.charCount,
|
|
117
117
|
"char-max": e.charMax
|
|
118
118
|
}), null, 16, I));
|
|
119
119
|
}
|
|
120
|
-
}, 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 = {
|
|
121
121
|
__name: "BsChartBar",
|
|
122
122
|
props: {
|
|
123
123
|
chartTitle: {},
|
|
@@ -133,7 +133,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
133
133
|
},
|
|
134
134
|
emits: [],
|
|
135
135
|
setup(e, { emit: s }) {
|
|
136
|
-
return (a, t) => (
|
|
136
|
+
return (a, t) => (n(), r("bs-chart-bar", i(a.$attrs, {
|
|
137
137
|
"chart-title": e.chartTitle,
|
|
138
138
|
data: e.data,
|
|
139
139
|
dataIdxLabels: e.dataIdxLabels,
|
|
@@ -146,7 +146,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
146
146
|
"y-label": e.yLabel
|
|
147
147
|
}), null, 16, C));
|
|
148
148
|
}
|
|
149
|
-
}, k = ["data", "dataIdxLabels", "table-title"],
|
|
149
|
+
}, k = ["data", "dataIdxLabels", "table-title"], me = {
|
|
150
150
|
__name: "BsChartTable",
|
|
151
151
|
props: {
|
|
152
152
|
data: {},
|
|
@@ -155,13 +155,13 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
155
155
|
},
|
|
156
156
|
emits: [],
|
|
157
157
|
setup(e, { emit: s }) {
|
|
158
|
-
return (a, t) => (
|
|
158
|
+
return (a, t) => (n(), r("bs-chart-table", i(a.$attrs, {
|
|
159
159
|
data: e.data,
|
|
160
160
|
dataIdxLabels: e.dataIdxLabels,
|
|
161
161
|
"table-title": e.tableTitle
|
|
162
162
|
}), null, 16, k));
|
|
163
163
|
}
|
|
164
|
-
}, y = ["label", "checked", "checked-partially", "disabled", "error", "pass-attrs", "required", "size"],
|
|
164
|
+
}, y = ["label", "checked", "checked-partially", "disabled", "error", "pass-attrs", "required", "size"], be = {
|
|
165
165
|
__name: "BsCheckbox",
|
|
166
166
|
props: {
|
|
167
167
|
label: {},
|
|
@@ -176,7 +176,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
176
176
|
},
|
|
177
177
|
emits: ["update:modelValue"],
|
|
178
178
|
setup(e, { emit: s }) {
|
|
179
|
-
return (a, t) => (
|
|
179
|
+
return (a, t) => (n(), r("bs-checkbox", i(a.$attrs, {
|
|
180
180
|
label: e.label,
|
|
181
181
|
checked: e.checked || e.modelValue,
|
|
182
182
|
"checked-partially": e.checkedPartially,
|
|
@@ -206,7 +206,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
206
206
|
emits: [],
|
|
207
207
|
setup(e, { emit: s }) {
|
|
208
208
|
const a = e, { onLinkClick: t } = f(a);
|
|
209
|
-
return (l, d) => (
|
|
209
|
+
return (l, d) => (n(), r("bs-circle-button", i(l.$attrs, {
|
|
210
210
|
disabled: e.disabled,
|
|
211
211
|
"ghost-btn": e.ghostBtn,
|
|
212
212
|
"hover-effect": e.hoverEffect,
|
|
@@ -220,7 +220,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
220
220
|
onClick: d[0] || (d[0] = (...u) => c(t) && c(t)(...u))
|
|
221
221
|
}), null, 16, w));
|
|
222
222
|
}
|
|
223
|
-
}, 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 = {
|
|
224
224
|
__name: "BsDropdown",
|
|
225
225
|
props: {
|
|
226
226
|
width: { default: void 0 },
|
|
@@ -236,7 +236,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
236
236
|
},
|
|
237
237
|
emits: ["close", "enterend", "leaveend"],
|
|
238
238
|
setup(e, { emit: s }) {
|
|
239
|
-
return (a, t) => (
|
|
239
|
+
return (a, t) => (n(), r("bs-dropdown", i(a.$attrs, {
|
|
240
240
|
width: e.width,
|
|
241
241
|
top: e.top,
|
|
242
242
|
center: e.center,
|
|
@@ -254,7 +254,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
254
254
|
o(a.$slots, "default")
|
|
255
255
|
], 16, L));
|
|
256
256
|
}
|
|
257
|
-
}, V = ["value", "variant", "options-id", "selected", "focused", "index"],
|
|
257
|
+
}, V = ["value", "variant", "options-id", "selected", "focused", "index"], ve = {
|
|
258
258
|
__name: "BsDropdownOption",
|
|
259
259
|
props: {
|
|
260
260
|
value: {},
|
|
@@ -266,7 +266,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
266
266
|
},
|
|
267
267
|
emits: ["optmouseenter", "optselect"],
|
|
268
268
|
setup(e, { emit: s }) {
|
|
269
|
-
return (a, t) => (
|
|
269
|
+
return (a, t) => (n(), r("bs-dropdown-option", i(a.$attrs, {
|
|
270
270
|
value: e.value,
|
|
271
271
|
variant: e.variant,
|
|
272
272
|
"options-id": e.optionsId,
|
|
@@ -279,11 +279,34 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
279
279
|
o(a.$slots, "default")
|
|
280
280
|
], 16, V));
|
|
281
281
|
}
|
|
282
|
-
}, q = ["
|
|
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")
|
|
303
|
+
], 16, q));
|
|
304
|
+
}
|
|
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 = {
|
|
283
306
|
__name: "BsDropdownWithOptions",
|
|
284
307
|
props: {
|
|
285
308
|
toggleId: {},
|
|
286
|
-
containerId: {},
|
|
309
|
+
containerId: { default: void 0 },
|
|
287
310
|
optionsId: {},
|
|
288
311
|
width: { default: void 0 },
|
|
289
312
|
top: { default: !1 },
|
|
@@ -298,7 +321,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
298
321
|
},
|
|
299
322
|
emits: ["optselected", "close", "enterend", "leaveend"],
|
|
300
323
|
setup(e, { emit: s }) {
|
|
301
|
-
return (a, t) => (
|
|
324
|
+
return (a, t) => (n(), r("bs-dropdown-with-options", i(a.$attrs, {
|
|
302
325
|
"toggle-id": e.toggleId,
|
|
303
326
|
"container-id": e.containerId,
|
|
304
327
|
"options-id": e.optionsId,
|
|
@@ -318,9 +341,9 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
318
341
|
onLeaveend: t[3] || (t[3] = (l) => s("leaveend", l.detail))
|
|
319
342
|
}), [
|
|
320
343
|
o(a.$slots, "default")
|
|
321
|
-
], 16,
|
|
344
|
+
], 16, A));
|
|
322
345
|
}
|
|
323
|
-
},
|
|
346
|
+
}, z = ["char-count", "char-max", "disabled", "error", "hints", "label", "label-for", "required", "hint-id"], Te = {
|
|
324
347
|
__name: "BsFieldLayout",
|
|
325
348
|
props: {
|
|
326
349
|
charCount: {},
|
|
@@ -335,7 +358,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
335
358
|
},
|
|
336
359
|
emits: [],
|
|
337
360
|
setup(e, { emit: s }) {
|
|
338
|
-
return (a, t) => (
|
|
361
|
+
return (a, t) => (n(), r("bs-field-layout", i(a.$attrs, {
|
|
339
362
|
"char-count": e.charCount,
|
|
340
363
|
"char-max": e.charMax,
|
|
341
364
|
disabled: e.disabled,
|
|
@@ -347,9 +370,9 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
347
370
|
"hint-id": e.hintId
|
|
348
371
|
}), [
|
|
349
372
|
o(a.$slots, "default")
|
|
350
|
-
], 16,
|
|
373
|
+
], 16, z));
|
|
351
374
|
}
|
|
352
|
-
},
|
|
375
|
+
}, D = ["error", "hint-id", "hints"], xe = {
|
|
353
376
|
__name: "BsHint",
|
|
354
377
|
props: {
|
|
355
378
|
error: {},
|
|
@@ -358,13 +381,13 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
358
381
|
},
|
|
359
382
|
emits: [],
|
|
360
383
|
setup(e, { emit: s }) {
|
|
361
|
-
return (a, t) => (
|
|
384
|
+
return (a, t) => (n(), r("bs-hint", i(a.$attrs, {
|
|
362
385
|
error: e.error,
|
|
363
386
|
"hint-id": e.hintId,
|
|
364
387
|
hints: e.hints
|
|
365
|
-
}), null, 16,
|
|
388
|
+
}), null, 16, D));
|
|
366
389
|
}
|
|
367
|
-
}, P = ["disabled", "error", "pass-attrs", "placeholder", "required", "type", "value", "hint-id"],
|
|
390
|
+
}, P = ["disabled", "error", "pass-attrs", "placeholder", "required", "type", "value", "hint-id"], Ie = {
|
|
368
391
|
__name: "BsInput",
|
|
369
392
|
props: {
|
|
370
393
|
disabled: { default: !1 },
|
|
@@ -379,7 +402,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
379
402
|
},
|
|
380
403
|
emits: ["update:modelValue"],
|
|
381
404
|
setup(e, { emit: s }) {
|
|
382
|
-
return (a, t) => (
|
|
405
|
+
return (a, t) => (n(), r("bs-input", i(a.$attrs, {
|
|
383
406
|
disabled: e.disabled,
|
|
384
407
|
error: e.error,
|
|
385
408
|
"pass-attrs": e.passAttrs,
|
|
@@ -391,7 +414,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
391
414
|
onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
392
415
|
}), null, 16, P));
|
|
393
416
|
}
|
|
394
|
-
},
|
|
417
|
+
}, O = ["disabled", "error", "multifocus", "variant"], Ce = {
|
|
395
418
|
__name: "BsInputAddon",
|
|
396
419
|
props: {
|
|
397
420
|
disabled: { default: !1 },
|
|
@@ -401,16 +424,16 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
401
424
|
},
|
|
402
425
|
emits: [],
|
|
403
426
|
setup(e, { emit: s }) {
|
|
404
|
-
return (a, t) => (
|
|
427
|
+
return (a, t) => (n(), r("bs-input-addon", i(a.$attrs, {
|
|
405
428
|
disabled: e.disabled,
|
|
406
429
|
error: e.error,
|
|
407
430
|
multifocus: e.multifocus,
|
|
408
431
|
variant: e.variant
|
|
409
432
|
}), [
|
|
410
433
|
o(a.$slots, "default")
|
|
411
|
-
], 16,
|
|
434
|
+
], 16, O));
|
|
412
435
|
}
|
|
413
|
-
}, S = ["disabled", "error", "hints", "label", "pass-attrs", "placeholder", "required", "type", "value"],
|
|
436
|
+
}, S = ["disabled", "error", "hints", "label", "pass-attrs", "placeholder", "required", "type", "value"], ke = {
|
|
414
437
|
__name: "BsInputField",
|
|
415
438
|
props: {
|
|
416
439
|
disabled: { default: !1 },
|
|
@@ -426,7 +449,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
426
449
|
},
|
|
427
450
|
emits: ["update:modelValue"],
|
|
428
451
|
setup(e, { emit: s }) {
|
|
429
|
-
return (a, t) => (
|
|
452
|
+
return (a, t) => (n(), r("bs-input-field", i(a.$attrs, {
|
|
430
453
|
disabled: e.disabled,
|
|
431
454
|
error: e.error,
|
|
432
455
|
hints: e.hints,
|
|
@@ -439,7 +462,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
439
462
|
onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
440
463
|
}), null, 16, S));
|
|
441
464
|
}
|
|
442
|
-
}, F = ["disabled", "pass-attrs", "placeholder", "hint-id", "value"],
|
|
465
|
+
}, F = ["disabled", "pass-attrs", "placeholder", "hint-id", "value"], ye = {
|
|
443
466
|
__name: "BsInputSearch",
|
|
444
467
|
props: {
|
|
445
468
|
disabled: { default: !1 },
|
|
@@ -451,7 +474,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
451
474
|
},
|
|
452
475
|
emits: ["clear", "update:modelValue"],
|
|
453
476
|
setup(e, { emit: s }) {
|
|
454
|
-
return (a, t) => (
|
|
477
|
+
return (a, t) => (n(), r("bs-input-search", i(a.$attrs, {
|
|
455
478
|
disabled: e.disabled,
|
|
456
479
|
"pass-attrs": e.passAttrs,
|
|
457
480
|
placeholder: e.placeholder,
|
|
@@ -461,7 +484,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
461
484
|
onInput: t[1] || (t[1] = (l) => s("update:modelValue", l.target.value))
|
|
462
485
|
}), null, 16, F));
|
|
463
486
|
}
|
|
464
|
-
},
|
|
487
|
+
}, E = ["disabled", "for", "hide", "pass-attrs", "required"], we = {
|
|
465
488
|
__name: "BsLabel",
|
|
466
489
|
props: {
|
|
467
490
|
disabled: {},
|
|
@@ -472,7 +495,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
472
495
|
},
|
|
473
496
|
emits: [],
|
|
474
497
|
setup(e, { emit: s }) {
|
|
475
|
-
return (a, t) => (
|
|
498
|
+
return (a, t) => (n(), r("bs-label", i(a.$attrs, {
|
|
476
499
|
disabled: e.disabled,
|
|
477
500
|
for: e.for,
|
|
478
501
|
hide: e.hide,
|
|
@@ -480,9 +503,9 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
480
503
|
required: e.required
|
|
481
504
|
}), [
|
|
482
505
|
o(a.$slots, "default")
|
|
483
|
-
], 16,
|
|
506
|
+
], 16, E));
|
|
484
507
|
}
|
|
485
|
-
}, j = ["size", "variant"],
|
|
508
|
+
}, j = ["size", "variant"], Le = {
|
|
486
509
|
__name: "BsLoader",
|
|
487
510
|
props: {
|
|
488
511
|
size: {},
|
|
@@ -490,12 +513,12 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
490
513
|
},
|
|
491
514
|
emits: [],
|
|
492
515
|
setup(e, { emit: s }) {
|
|
493
|
-
return (a, t) => (
|
|
516
|
+
return (a, t) => (n(), r("bs-loader", i(a.$attrs, {
|
|
494
517
|
size: e.size,
|
|
495
518
|
variant: e.variant
|
|
496
519
|
}), null, 16, j));
|
|
497
520
|
}
|
|
498
|
-
},
|
|
521
|
+
}, M = ["alert", "close-button", "enter-controlled", "enter-trigger", "leave-trigger"], Ve = {
|
|
499
522
|
__name: "BsModal",
|
|
500
523
|
props: {
|
|
501
524
|
alert: { default: !1 },
|
|
@@ -506,7 +529,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
506
529
|
},
|
|
507
530
|
emits: ["close", "enterend", "leaveend"],
|
|
508
531
|
setup(e, { emit: s }) {
|
|
509
|
-
return (a, t) => (
|
|
532
|
+
return (a, t) => (n(), r("bs-modal", i(a.$attrs, {
|
|
510
533
|
alert: e.alert,
|
|
511
534
|
"close-button": e.closeButton,
|
|
512
535
|
"enter-controlled": e.enterControlled,
|
|
@@ -517,9 +540,9 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
517
540
|
onLeaveend: t[2] || (t[2] = (l) => s("leaveend", l.detail))
|
|
518
541
|
}), [
|
|
519
542
|
o(a.$slots, "default")
|
|
520
|
-
], 16,
|
|
543
|
+
], 16, M));
|
|
521
544
|
}
|
|
522
|
-
},
|
|
545
|
+
}, G = ["enter-controlled", "enter-trigger", "leave-trigger"], qe = {
|
|
523
546
|
__name: "BsOverlay",
|
|
524
547
|
props: {
|
|
525
548
|
enterControlled: { default: !1 },
|
|
@@ -528,15 +551,15 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
528
551
|
},
|
|
529
552
|
emits: ["enterend", "leaveend"],
|
|
530
553
|
setup(e, { emit: s }) {
|
|
531
|
-
return (a, t) => (
|
|
554
|
+
return (a, t) => (n(), r("bs-overlay", i(a.$attrs, {
|
|
532
555
|
"enter-controlled": e.enterControlled,
|
|
533
556
|
"enter-trigger": e.enterTrigger,
|
|
534
557
|
"leave-trigger": e.leaveTrigger,
|
|
535
558
|
onEnterend: t[0] || (t[0] = (l) => s("enterend", l.detail)),
|
|
536
559
|
onLeaveend: t[1] || (t[1] = (l) => s("leaveend", l.detail))
|
|
537
|
-
}), null, 16,
|
|
560
|
+
}), null, 16, G));
|
|
538
561
|
}
|
|
539
|
-
},
|
|
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 = {
|
|
540
563
|
__name: "BsPagination",
|
|
541
564
|
props: {
|
|
542
565
|
showFirstLastButtons: { default: !1 },
|
|
@@ -558,7 +581,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
558
581
|
},
|
|
559
582
|
emits: ["selchange"],
|
|
560
583
|
setup(e, { emit: s }) {
|
|
561
|
-
return (a, t) => (
|
|
584
|
+
return (a, t) => (n(), r("bs-pagination", i(a.$attrs, {
|
|
562
585
|
"show-first-last-buttons": e.showFirstLastButtons,
|
|
563
586
|
"prev-page-text": e.prevPageText,
|
|
564
587
|
"first-page-text": e.firstPageText,
|
|
@@ -576,9 +599,9 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
576
599
|
"items-count": e.itemsCount,
|
|
577
600
|
"results-increments": e.resultsIncrements,
|
|
578
601
|
onSelchange: t[0] || (t[0] = (l) => s("selchange", l.detail))
|
|
579
|
-
}), null, 16,
|
|
602
|
+
}), null, 16, R));
|
|
580
603
|
}
|
|
581
|
-
},
|
|
604
|
+
}, H = ["variant", "status", "href", "active", "disabled", "pass-attrs"], ze = {
|
|
582
605
|
__name: "BsPill",
|
|
583
606
|
props: {
|
|
584
607
|
variant: {},
|
|
@@ -592,7 +615,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
592
615
|
emits: [],
|
|
593
616
|
setup(e, { emit: s }) {
|
|
594
617
|
const a = e, { onLinkClick: t } = f(a);
|
|
595
|
-
return (l, d) => (
|
|
618
|
+
return (l, d) => (n(), r("bs-pill", i(l.$attrs, {
|
|
596
619
|
variant: e.variant,
|
|
597
620
|
status: e.status,
|
|
598
621
|
href: e.href,
|
|
@@ -602,9 +625,9 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
602
625
|
onClick: d[0] || (d[0] = (...u) => c(t) && c(t)(...u))
|
|
603
626
|
}), [
|
|
604
627
|
o(l.$slots, "default")
|
|
605
|
-
], 16,
|
|
628
|
+
], 16, H));
|
|
606
629
|
}
|
|
607
|
-
},
|
|
630
|
+
}, N = ["layout", "href", "image-src", "image-size", "initials", "profile-name", "company", "job-title", "email"], De = {
|
|
608
631
|
__name: "BsProfile",
|
|
609
632
|
props: {
|
|
610
633
|
layout: {},
|
|
@@ -621,7 +644,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
621
644
|
emits: [],
|
|
622
645
|
setup(e, { emit: s }) {
|
|
623
646
|
const a = e, { onLinkClick: t } = f(a);
|
|
624
|
-
return (l, d) => (
|
|
647
|
+
return (l, d) => (n(), r("bs-profile", i(l.$attrs, {
|
|
625
648
|
layout: e.layout,
|
|
626
649
|
href: e.href,
|
|
627
650
|
"image-src": e.imageSrc,
|
|
@@ -632,9 +655,9 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
632
655
|
"job-title": e.jobTitle,
|
|
633
656
|
email: e.email,
|
|
634
657
|
onClick: d[0] || (d[0] = (...u) => c(t) && c(t)(...u))
|
|
635
|
-
}), null, 16,
|
|
658
|
+
}), null, 16, N));
|
|
636
659
|
}
|
|
637
|
-
},
|
|
660
|
+
}, W = ["profile-name", "company", "job-title", "email"], Pe = {
|
|
638
661
|
__name: "BsProfileDetails",
|
|
639
662
|
props: {
|
|
640
663
|
profileName: {},
|
|
@@ -644,14 +667,14 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
644
667
|
},
|
|
645
668
|
emits: [],
|
|
646
669
|
setup(e, { emit: s }) {
|
|
647
|
-
return (a, t) => (
|
|
670
|
+
return (a, t) => (n(), r("bs-profile-details", i(a.$attrs, {
|
|
648
671
|
"profile-name": e.profileName,
|
|
649
672
|
company: e.company,
|
|
650
673
|
"job-title": e.jobTitle,
|
|
651
674
|
email: e.email
|
|
652
|
-
}), null, 16,
|
|
675
|
+
}), null, 16, W));
|
|
653
676
|
}
|
|
654
|
-
},
|
|
677
|
+
}, X = ["src", "size", "initials", "profile-name"], Oe = {
|
|
655
678
|
__name: "BsProfileImg",
|
|
656
679
|
props: {
|
|
657
680
|
src: {},
|
|
@@ -661,14 +684,14 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
661
684
|
},
|
|
662
685
|
emits: [],
|
|
663
686
|
setup(e, { emit: s }) {
|
|
664
|
-
return (a, t) => (
|
|
687
|
+
return (a, t) => (n(), r("bs-profile-img", i(a.$attrs, {
|
|
665
688
|
src: e.src,
|
|
666
689
|
size: e.size,
|
|
667
690
|
initials: e.initials,
|
|
668
691
|
"profile-name": e.profileName
|
|
669
|
-
}), null, 16,
|
|
692
|
+
}), null, 16, X));
|
|
670
693
|
}
|
|
671
|
-
},
|
|
694
|
+
}, Y = ["layout", "href", "pass-attrs"], Se = {
|
|
672
695
|
__name: "BsProfileLayout",
|
|
673
696
|
props: {
|
|
674
697
|
layout: { default: "vertical" },
|
|
@@ -679,16 +702,16 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
679
702
|
emits: [],
|
|
680
703
|
setup(e, { emit: s }) {
|
|
681
704
|
const a = e, { onLinkClick: t } = f(a);
|
|
682
|
-
return (l, d) => (
|
|
705
|
+
return (l, d) => (n(), r("bs-profile-layout", i(l.$attrs, {
|
|
683
706
|
layout: e.layout,
|
|
684
707
|
href: e.href,
|
|
685
708
|
"pass-attrs": e.passAttrs,
|
|
686
709
|
onClick: d[0] || (d[0] = (...u) => c(t) && c(t)(...u))
|
|
687
710
|
}), [
|
|
688
711
|
o(l.$slots, "default")
|
|
689
|
-
], 16,
|
|
712
|
+
], 16, Y));
|
|
690
713
|
}
|
|
691
|
-
},
|
|
714
|
+
}, Z = ["label", "checked", "disabled", "error", "pass-attrs", "required", "size", "value"], Fe = {
|
|
692
715
|
__name: "BsRadio",
|
|
693
716
|
props: {
|
|
694
717
|
label: {},
|
|
@@ -703,7 +726,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
703
726
|
},
|
|
704
727
|
emits: ["update:modelValue"],
|
|
705
728
|
setup(e, { emit: s }) {
|
|
706
|
-
return (a, t) => (
|
|
729
|
+
return (a, t) => (n(), r("bs-radio", i(a.$attrs, {
|
|
707
730
|
label: e.label,
|
|
708
731
|
checked: e.checked || e.modelValue === e.value,
|
|
709
732
|
disabled: e.disabled,
|
|
@@ -713,9 +736,9 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
713
736
|
size: e.size,
|
|
714
737
|
value: e.value,
|
|
715
738
|
onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
716
|
-
}), null, 16,
|
|
739
|
+
}), null, 16, Z));
|
|
717
740
|
}
|
|
718
|
-
},
|
|
741
|
+
}, J = ["disabled", "required", "error", "hint-id", "value", "pass-attrs"], Ee = {
|
|
719
742
|
__name: "BsSelect",
|
|
720
743
|
props: {
|
|
721
744
|
disabled: { default: !1 },
|
|
@@ -728,7 +751,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
728
751
|
},
|
|
729
752
|
emits: ["update:modelValue"],
|
|
730
753
|
setup(e, { emit: s }) {
|
|
731
|
-
return (a, t) => (
|
|
754
|
+
return (a, t) => (n(), r("bs-select", i(a.$attrs, {
|
|
732
755
|
disabled: e.disabled,
|
|
733
756
|
required: e.required,
|
|
734
757
|
error: e.error,
|
|
@@ -738,9 +761,9 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
738
761
|
onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
739
762
|
}), [
|
|
740
763
|
o(a.$slots, "default")
|
|
741
|
-
], 16,
|
|
764
|
+
], 16, J));
|
|
742
765
|
}
|
|
743
|
-
},
|
|
766
|
+
}, K = ["disabled", "error", "required", "label", "hints", "placeholder", "value", "pass-attrs", "data"], je = {
|
|
744
767
|
__name: "BsSelectField",
|
|
745
768
|
props: {
|
|
746
769
|
disabled: { default: !1 },
|
|
@@ -756,7 +779,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
756
779
|
},
|
|
757
780
|
emits: ["update:modelValue"],
|
|
758
781
|
setup(e, { emit: s }) {
|
|
759
|
-
return (a, t) => (
|
|
782
|
+
return (a, t) => (n(), r("bs-select-field", i(a.$attrs, {
|
|
760
783
|
disabled: e.disabled,
|
|
761
784
|
error: e.error,
|
|
762
785
|
required: e.required,
|
|
@@ -767,13 +790,14 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
767
790
|
"pass-attrs": e.passAttrs,
|
|
768
791
|
data: e.data,
|
|
769
792
|
onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
770
|
-
}), null, 16,
|
|
793
|
+
}), null, 16, K));
|
|
771
794
|
}
|
|
772
|
-
},
|
|
795
|
+
}, Q = ["checked", "disabled", "hide-label", "inner-on-label", "inner-off-label", "label", "pass-attrs", "size"], Me = {
|
|
773
796
|
__name: "BsSwitch",
|
|
774
797
|
props: {
|
|
775
798
|
checked: { default: !1 },
|
|
776
799
|
disabled: { default: !1 },
|
|
800
|
+
hideLabel: { default: !1 },
|
|
777
801
|
innerOnLabel: {},
|
|
778
802
|
innerOffLabel: {},
|
|
779
803
|
label: {},
|
|
@@ -783,18 +807,19 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
783
807
|
},
|
|
784
808
|
emits: ["update:modelValue"],
|
|
785
809
|
setup(e, { emit: s }) {
|
|
786
|
-
return (a, t) => (
|
|
810
|
+
return (a, t) => (n(), r("bs-switch", i(a.$attrs, {
|
|
787
811
|
checked: e.checked || e.modelValue,
|
|
788
812
|
disabled: e.disabled,
|
|
813
|
+
"hide-label": e.hideLabel,
|
|
789
814
|
"inner-on-label": e.innerOnLabel,
|
|
790
815
|
"inner-off-label": e.innerOffLabel,
|
|
791
816
|
label: e.label,
|
|
792
817
|
"pass-attrs": e.passAttrs,
|
|
793
818
|
size: e.size,
|
|
794
819
|
onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.checked))
|
|
795
|
-
}), null, 16,
|
|
820
|
+
}), null, 16, Q));
|
|
796
821
|
}
|
|
797
|
-
},
|
|
822
|
+
}, U = ["active-tab-id", "hidden", "panel-id"], Ge = {
|
|
798
823
|
__name: "BsTab",
|
|
799
824
|
props: {
|
|
800
825
|
activeTabId: {},
|
|
@@ -803,15 +828,15 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
803
828
|
},
|
|
804
829
|
emits: [],
|
|
805
830
|
setup(e, { emit: s }) {
|
|
806
|
-
return (a, t) => (
|
|
831
|
+
return (a, t) => (n(), r("bs-tab", i(a.$attrs, {
|
|
807
832
|
"active-tab-id": e.activeTabId,
|
|
808
833
|
hidden: e.hidden,
|
|
809
834
|
"panel-id": e.panelId
|
|
810
835
|
}), [
|
|
811
836
|
o(a.$slots, "default")
|
|
812
|
-
], 16,
|
|
837
|
+
], 16, U));
|
|
813
838
|
}
|
|
814
|
-
},
|
|
839
|
+
}, p = ["active-tab-id", "helper-text", "helper-description"], Re = {
|
|
815
840
|
__name: "BsTabList",
|
|
816
841
|
props: {
|
|
817
842
|
activeTabId: {},
|
|
@@ -824,16 +849,16 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
824
849
|
const a = (t) => {
|
|
825
850
|
s("tabChange", t.detail), s("update:modelValue", t.detail);
|
|
826
851
|
};
|
|
827
|
-
return (t, l) => (
|
|
852
|
+
return (t, l) => (n(), r("bs-tab-list", i(t.$attrs, {
|
|
828
853
|
"active-tab-id": e.activeTabId || e.modelValue,
|
|
829
854
|
"helper-text": e.helperText,
|
|
830
855
|
"helper-description": e.helperDescription,
|
|
831
856
|
"on:tabChange": a
|
|
832
857
|
}), [
|
|
833
858
|
o(t.$slots, "default")
|
|
834
|
-
], 16,
|
|
859
|
+
], 16, p));
|
|
835
860
|
}
|
|
836
|
-
},
|
|
861
|
+
}, _ = ["active-tab-id", "tab-id"], He = {
|
|
837
862
|
__name: "BsTabPanel",
|
|
838
863
|
props: {
|
|
839
864
|
activeTabId: {},
|
|
@@ -841,14 +866,14 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
841
866
|
},
|
|
842
867
|
emits: [],
|
|
843
868
|
setup(e, { emit: s }) {
|
|
844
|
-
return (a, t) => (
|
|
869
|
+
return (a, t) => (n(), r("bs-tab-panel", i(a.$attrs, {
|
|
845
870
|
"active-tab-id": e.activeTabId,
|
|
846
871
|
"tab-id": e.tabId
|
|
847
872
|
}), [
|
|
848
873
|
o(a.$slots, "default")
|
|
849
|
-
], 16,
|
|
874
|
+
], 16, _));
|
|
850
875
|
}
|
|
851
|
-
},
|
|
876
|
+
}, ee = ["disabled", "error", "pass-attrs", "placeholder", "required", "value", "hint-id"], Ne = {
|
|
852
877
|
__name: "BsTextarea",
|
|
853
878
|
props: {
|
|
854
879
|
disabled: { default: !1 },
|
|
@@ -862,7 +887,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
862
887
|
},
|
|
863
888
|
emits: ["update:modelValue"],
|
|
864
889
|
setup(e, { emit: s }) {
|
|
865
|
-
return (a, t) => (
|
|
890
|
+
return (a, t) => (n(), r("bs-textarea", i(a.$attrs, {
|
|
866
891
|
disabled: e.disabled,
|
|
867
892
|
error: e.error,
|
|
868
893
|
"pass-attrs": e.passAttrs,
|
|
@@ -871,9 +896,9 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
871
896
|
value: e.value || e.modelValue,
|
|
872
897
|
"hint-id": e.hintId,
|
|
873
898
|
onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
874
|
-
}), null, 16,
|
|
899
|
+
}), null, 16, ee));
|
|
875
900
|
}
|
|
876
|
-
},
|
|
901
|
+
}, te = ["char-max", "disabled", "error", "hints", "label", "placeholder", "required", "value", "pass-attrs"], We = {
|
|
877
902
|
__name: "BsTextareaField",
|
|
878
903
|
props: {
|
|
879
904
|
charMax: {},
|
|
@@ -889,7 +914,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
889
914
|
},
|
|
890
915
|
emits: ["update:modelValue"],
|
|
891
916
|
setup(e, { emit: s }) {
|
|
892
|
-
return (a, t) => (
|
|
917
|
+
return (a, t) => (n(), r("bs-textarea-field", i(a.$attrs, {
|
|
893
918
|
"char-max": e.charMax,
|
|
894
919
|
disabled: e.disabled,
|
|
895
920
|
error: e.error,
|
|
@@ -900,9 +925,9 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
900
925
|
value: e.value || e.modelValue,
|
|
901
926
|
"pass-attrs": e.passAttrs,
|
|
902
927
|
onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
903
|
-
}), null, 16,
|
|
928
|
+
}), null, 16, te));
|
|
904
929
|
}
|
|
905
|
-
},
|
|
930
|
+
}, ae = ["toast-id", "variant", "stacked", "duration", "enter-controlled", "enter-trigger", "leave-trigger"], Xe = {
|
|
906
931
|
__name: "BsToast",
|
|
907
932
|
props: {
|
|
908
933
|
toastId: {},
|
|
@@ -915,7 +940,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
915
940
|
},
|
|
916
941
|
emits: ["dismiss", "enterend", "leaveend"],
|
|
917
942
|
setup(e, { emit: s }) {
|
|
918
|
-
return (a, t) => (
|
|
943
|
+
return (a, t) => (n(), r("bs-toast", i(a.$attrs, {
|
|
919
944
|
"toast-id": e.toastId,
|
|
920
945
|
variant: e.variant,
|
|
921
946
|
stacked: e.stacked,
|
|
@@ -928,49 +953,49 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
928
953
|
onLeaveend: t[2] || (t[2] = (l) => s("leaveend", l.detail))
|
|
929
954
|
}), [
|
|
930
955
|
o(a.$slots, "default")
|
|
931
|
-
], 16,
|
|
956
|
+
], 16, ae));
|
|
932
957
|
}
|
|
933
|
-
},
|
|
958
|
+
}, Ye = {
|
|
934
959
|
__name: "BsToastActions",
|
|
935
960
|
props: {},
|
|
936
961
|
emits: ["defaultDismiss"],
|
|
937
962
|
setup(e, { emit: s }) {
|
|
938
|
-
return (a, t) => (
|
|
963
|
+
return (a, t) => (n(), r("bs-toast-actions", i(a.$attrs, {
|
|
939
964
|
"on:defaultDismiss": t[0] || (t[0] = (l) => s("defaultDismiss", l.detail))
|
|
940
965
|
}), [
|
|
941
966
|
o(a.$slots, "default")
|
|
942
967
|
], 16));
|
|
943
968
|
}
|
|
944
|
-
},
|
|
969
|
+
}, Ze = {
|
|
945
970
|
__name: "BsToastBody",
|
|
946
971
|
props: {},
|
|
947
972
|
emits: [],
|
|
948
973
|
setup(e, { emit: s }) {
|
|
949
|
-
return (a, t) => (
|
|
974
|
+
return (a, t) => (n(), r("bs-toast-body", v($(a.$attrs)), [
|
|
950
975
|
o(a.$slots, "default")
|
|
951
976
|
], 16));
|
|
952
977
|
}
|
|
953
|
-
},
|
|
978
|
+
}, le = ["variant"], Je = {
|
|
954
979
|
__name: "BsToastHeader",
|
|
955
980
|
props: {
|
|
956
981
|
variant: {}
|
|
957
982
|
},
|
|
958
983
|
emits: [],
|
|
959
984
|
setup(e, { emit: s }) {
|
|
960
|
-
return (a, t) => (
|
|
985
|
+
return (a, t) => (n(), r("bs-toast-header", i(a.$attrs, { variant: e.variant }), [
|
|
961
986
|
o(a.$slots, "default")
|
|
962
|
-
], 16,
|
|
987
|
+
], 16, le));
|
|
963
988
|
}
|
|
964
|
-
},
|
|
989
|
+
}, Ke = {
|
|
965
990
|
__name: "BsToaster",
|
|
966
991
|
props: {},
|
|
967
992
|
emits: [],
|
|
968
993
|
setup(e, { emit: s }) {
|
|
969
|
-
return (a, t) => (
|
|
994
|
+
return (a, t) => (n(), r("bs-toaster", v($(a.$attrs)), [
|
|
970
995
|
o(a.$slots, "default")
|
|
971
996
|
], 16));
|
|
972
997
|
}
|
|
973
|
-
},
|
|
998
|
+
}, se = ["tooltip-id", "content", "position"], Qe = {
|
|
974
999
|
__name: "BsTooltip",
|
|
975
1000
|
props: {
|
|
976
1001
|
tooltipId: {},
|
|
@@ -979,15 +1004,15 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
979
1004
|
},
|
|
980
1005
|
emits: [],
|
|
981
1006
|
setup(e, { emit: s }) {
|
|
982
|
-
return (a, t) => (
|
|
1007
|
+
return (a, t) => (n(), r("bs-tooltip", i(a.$attrs, {
|
|
983
1008
|
"tooltip-id": e.tooltipId,
|
|
984
1009
|
content: e.content,
|
|
985
1010
|
position: e.position
|
|
986
1011
|
}), [
|
|
987
1012
|
o(a.$slots, "default")
|
|
988
|
-
], 16,
|
|
1013
|
+
], 16, se));
|
|
989
1014
|
}
|
|
990
|
-
},
|
|
1015
|
+
}, ne = ["enter-class", "enter-attribute", "enter-duration", "leave-class", "leave-attribute", "leave-duration", "enter-controlled", "enter-trigger", "leave-trigger"], Ue = {
|
|
991
1016
|
__name: "BsTransition",
|
|
992
1017
|
props: {
|
|
993
1018
|
enterClass: { default: void 0 },
|
|
@@ -1002,7 +1027,7 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
1002
1027
|
},
|
|
1003
1028
|
emits: ["enterend", "leaveend"],
|
|
1004
1029
|
setup(e, { emit: s }) {
|
|
1005
|
-
return (a, t) => (
|
|
1030
|
+
return (a, t) => (n(), r("bs-transition", i(a.$attrs, {
|
|
1006
1031
|
"enter-class": e.enterClass,
|
|
1007
1032
|
"enter-attribute": e.enterAttribute,
|
|
1008
1033
|
"enter-duration": e.enterDuration,
|
|
@@ -1016,52 +1041,53 @@ const x = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
1016
1041
|
onLeaveend: t[1] || (t[1] = (l) => s("leaveend", l.detail))
|
|
1017
1042
|
}), [
|
|
1018
1043
|
o(a.$slots, "default")
|
|
1019
|
-
], 16,
|
|
1044
|
+
], 16, ne));
|
|
1020
1045
|
}
|
|
1021
1046
|
};
|
|
1022
1047
|
export {
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
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,
|
|
1031
1056
|
he as BsCircleButton,
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
Pe as
|
|
1050
|
-
|
|
1051
|
-
Se as
|
|
1052
|
-
Fe as
|
|
1053
|
-
|
|
1054
|
-
je as
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
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
|
|
1067
1093
|
};
|