@wwtdev/bsds-components-vue3 1.9.0 → 1.10.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 +270 -223
- package/lib/bsds-components.umd.js +1 -1
- package/lib/components.d.ts +1 -1
- package/lib/components.js +44 -18
- package/lib/components.js.map +1 -1
- package/nuxt/bsds-components.mjs +400 -343
- 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 r, createElementBlock as n, 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", "stacked"], le = {
|
|
3
3
|
__name: "BsAccordion",
|
|
4
4
|
props: {
|
|
5
5
|
controlled: { default: !1 },
|
|
@@ -10,20 +10,20 @@ const B = ["controlled", "icon", "header-text", "heading-level", "open-item", "s
|
|
|
10
10
|
stacked: { default: !1 }
|
|
11
11
|
},
|
|
12
12
|
emits: ["toggled"],
|
|
13
|
-
setup(e, { emit:
|
|
14
|
-
return (a, t) => (
|
|
13
|
+
setup(e, { emit: s }) {
|
|
14
|
+
return (a, t) => (r(), n("bs-accordion", i(a.$attrs, {
|
|
15
15
|
controlled: e.controlled,
|
|
16
16
|
icon: e.icon,
|
|
17
17
|
"header-text": e.headerText,
|
|
18
18
|
"heading-level": e.headingLevel,
|
|
19
19
|
"open-item": e.openItem,
|
|
20
20
|
stacked: e.stacked,
|
|
21
|
-
onToggled: t[0] || (t[0] = (
|
|
21
|
+
onToggled: t[0] || (t[0] = (l) => s("toggled", l.detail))
|
|
22
22
|
}), [
|
|
23
23
|
o(a.$slots, "default")
|
|
24
24
|
], 16, B));
|
|
25
25
|
}
|
|
26
|
-
}, x = ["color", "count", "count-max", "dot", "label", "position", "show-zero"],
|
|
26
|
+
}, x = ["color", "count", "count-max", "dot", "label", "position", "show-zero"], se = {
|
|
27
27
|
__name: "BsBadge",
|
|
28
28
|
props: {
|
|
29
29
|
color: {},
|
|
@@ -35,8 +35,8 @@ const B = ["controlled", "icon", "header-text", "heading-level", "open-item", "s
|
|
|
35
35
|
showZero: {}
|
|
36
36
|
},
|
|
37
37
|
emits: [],
|
|
38
|
-
setup(e, { emit:
|
|
39
|
-
return (a, t) => (
|
|
38
|
+
setup(e, { emit: s }) {
|
|
39
|
+
return (a, t) => (r(), n("bs-badge", i(a.$attrs, {
|
|
40
40
|
color: e.color,
|
|
41
41
|
count: e.count,
|
|
42
42
|
"count-max": e.countMax,
|
|
@@ -48,33 +48,33 @@ const B = ["controlled", "icon", "header-text", "heading-level", "open-item", "s
|
|
|
48
48
|
o(a.$slots, "default")
|
|
49
49
|
], 16, x));
|
|
50
50
|
}
|
|
51
|
-
},
|
|
51
|
+
}, re = {
|
|
52
52
|
__name: "BsBanner",
|
|
53
53
|
props: {},
|
|
54
54
|
emits: ["dismiss"],
|
|
55
|
-
setup(e, { emit:
|
|
56
|
-
return (a, t) => (
|
|
57
|
-
onDismiss: t[0] || (t[0] = (
|
|
55
|
+
setup(e, { emit: s }) {
|
|
56
|
+
return (a, t) => (r(), n("bs-banner", i(a.$attrs, {
|
|
57
|
+
onDismiss: t[0] || (t[0] = (l) => s("dismiss", l.detail))
|
|
58
58
|
}), [
|
|
59
59
|
o(a.$slots, "default")
|
|
60
60
|
], 16));
|
|
61
61
|
}
|
|
62
62
|
};
|
|
63
63
|
function f(e) {
|
|
64
|
-
const
|
|
65
|
-
var
|
|
66
|
-
return ((d = (
|
|
67
|
-
}), a =
|
|
68
|
-
var
|
|
69
|
-
return
|
|
64
|
+
const s = g(() => {
|
|
65
|
+
var l, d;
|
|
66
|
+
return ((d = (l = e.href) == null ? void 0 : l.startsWith) == null ? void 0 : d.call(l, "/")) || !1;
|
|
67
|
+
}), a = g(() => {
|
|
68
|
+
var l, d;
|
|
69
|
+
return s.value && ((l = e.router) == null ? void 0 : l.navigateTo) || ((d = e.router) == null ? void 0 : d.push) || null;
|
|
70
70
|
});
|
|
71
|
-
function t(
|
|
71
|
+
function t(l) {
|
|
72
72
|
var d, u, h, m, b;
|
|
73
|
-
a.value && ((u = (d =
|
|
73
|
+
a.value && ((u = (d = l.target.href) == null ? void 0 : d.endsWith) != null && u.call(d, e.href) || (b = (m = (h = l.target.closest("a")) == null ? void 0 : h.href) == null ? void 0 : m.endsWith) != null && b.call(m, e.href)) && (l.preventDefault(), a.value(e.href));
|
|
74
74
|
}
|
|
75
75
|
return { onLinkClick: t };
|
|
76
76
|
}
|
|
77
|
-
const
|
|
77
|
+
const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn", "size"], ne = {
|
|
78
78
|
__name: "BsButton",
|
|
79
79
|
props: {
|
|
80
80
|
variant: {},
|
|
@@ -87,9 +87,9 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
87
87
|
router: {}
|
|
88
88
|
},
|
|
89
89
|
emits: [],
|
|
90
|
-
setup(e, { emit:
|
|
90
|
+
setup(e, { emit: s }) {
|
|
91
91
|
const a = e, { onLinkClick: t } = f(a);
|
|
92
|
-
return (
|
|
92
|
+
return (l, d) => (r(), n("bs-button", i(l.$attrs, {
|
|
93
93
|
variant: e.variant,
|
|
94
94
|
disabled: e.disabled,
|
|
95
95
|
"ghost-btn": e.ghostBtn,
|
|
@@ -99,23 +99,23 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
99
99
|
size: e.size,
|
|
100
100
|
onClick: d[0] || (d[0] = (...u) => c(t) && c(t)(...u))
|
|
101
101
|
}), [
|
|
102
|
-
o(
|
|
103
|
-
], 16,
|
|
102
|
+
o(l.$slots, "default")
|
|
103
|
+
], 16, T));
|
|
104
104
|
}
|
|
105
|
-
}, k = ["char-count", "char-max"],
|
|
105
|
+
}, k = ["char-count", "char-max"], ie = {
|
|
106
106
|
__name: "BsCharacterCount",
|
|
107
107
|
props: {
|
|
108
108
|
charCount: {},
|
|
109
109
|
charMax: {}
|
|
110
110
|
},
|
|
111
111
|
emits: [],
|
|
112
|
-
setup(e, { emit:
|
|
113
|
-
return (a, t) => (
|
|
112
|
+
setup(e, { emit: s }) {
|
|
113
|
+
return (a, t) => (r(), n("bs-character-count", i(a.$attrs, {
|
|
114
114
|
"char-count": e.charCount,
|
|
115
115
|
"char-max": e.charMax
|
|
116
116
|
}), null, 16, k));
|
|
117
117
|
}
|
|
118
|
-
},
|
|
118
|
+
}, C = ["chart-title", "data", "dataIdxLabels", "show-legend", "show-tooltips", "show-x-grid", "show-y-grid", "stacked", "x-label", "y-label"], de = {
|
|
119
119
|
__name: "BsChartBar",
|
|
120
120
|
props: {
|
|
121
121
|
chartTitle: {},
|
|
@@ -130,8 +130,8 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
130
130
|
yLabel: { default: "" }
|
|
131
131
|
},
|
|
132
132
|
emits: [],
|
|
133
|
-
setup(e, { emit:
|
|
134
|
-
return (a, t) => (
|
|
133
|
+
setup(e, { emit: s }) {
|
|
134
|
+
return (a, t) => (r(), n("bs-chart-bar", i(a.$attrs, {
|
|
135
135
|
"chart-title": e.chartTitle,
|
|
136
136
|
data: e.data,
|
|
137
137
|
dataIdxLabels: e.dataIdxLabels,
|
|
@@ -142,9 +142,9 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
142
142
|
stacked: e.stacked,
|
|
143
143
|
"x-label": e.xLabel,
|
|
144
144
|
"y-label": e.yLabel
|
|
145
|
-
}), null, 16,
|
|
145
|
+
}), null, 16, C));
|
|
146
146
|
}
|
|
147
|
-
},
|
|
147
|
+
}, I = ["data", "dataIdxLabels", "table-title"], oe = {
|
|
148
148
|
__name: "BsChartTable",
|
|
149
149
|
props: {
|
|
150
150
|
data: {},
|
|
@@ -152,14 +152,14 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
152
152
|
tableTitle: { default: "" }
|
|
153
153
|
},
|
|
154
154
|
emits: [],
|
|
155
|
-
setup(e, { emit:
|
|
156
|
-
return (a, t) => (
|
|
155
|
+
setup(e, { emit: s }) {
|
|
156
|
+
return (a, t) => (r(), n("bs-chart-table", i(a.$attrs, {
|
|
157
157
|
data: e.data,
|
|
158
158
|
dataIdxLabels: e.dataIdxLabels,
|
|
159
159
|
"table-title": e.tableTitle
|
|
160
|
-
}), null, 16,
|
|
160
|
+
}), null, 16, I));
|
|
161
161
|
}
|
|
162
|
-
},
|
|
162
|
+
}, y = ["label", "checked", "checked-partially", "disabled", "error", "pass-attrs", "required", "size"], ue = {
|
|
163
163
|
__name: "BsCheckbox",
|
|
164
164
|
props: {
|
|
165
165
|
label: {},
|
|
@@ -173,8 +173,8 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
173
173
|
modelValue: {}
|
|
174
174
|
},
|
|
175
175
|
emits: ["update:modelValue"],
|
|
176
|
-
setup(e, { emit:
|
|
177
|
-
return (a, t) => (
|
|
176
|
+
setup(e, { emit: s }) {
|
|
177
|
+
return (a, t) => (r(), n("bs-checkbox", i(a.$attrs, {
|
|
178
178
|
label: e.label,
|
|
179
179
|
checked: e.checked || e.modelValue,
|
|
180
180
|
"checked-partially": e.checkedPartially,
|
|
@@ -183,10 +183,10 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
183
183
|
"pass-attrs": e.passAttrs,
|
|
184
184
|
required: e.required,
|
|
185
185
|
size: e.size,
|
|
186
|
-
onChange: t[0] || (t[0] = (
|
|
187
|
-
}), null, 16,
|
|
186
|
+
onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.checked))
|
|
187
|
+
}), null, 16, y));
|
|
188
188
|
}
|
|
189
|
-
},
|
|
189
|
+
}, w = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-position", "label", "pass-attrs", "text-btn", "size"], ce = {
|
|
190
190
|
__name: "BsCircleButton",
|
|
191
191
|
props: {
|
|
192
192
|
disabled: {},
|
|
@@ -202,9 +202,9 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
202
202
|
router: {}
|
|
203
203
|
},
|
|
204
204
|
emits: [],
|
|
205
|
-
setup(e, { emit:
|
|
205
|
+
setup(e, { emit: s }) {
|
|
206
206
|
const a = e, { onLinkClick: t } = f(a);
|
|
207
|
-
return (
|
|
207
|
+
return (l, d) => (r(), n("bs-circle-button", i(l.$attrs, {
|
|
208
208
|
disabled: e.disabled,
|
|
209
209
|
"ghost-btn": e.ghostBtn,
|
|
210
210
|
"hover-effect": e.hoverEffect,
|
|
@@ -216,77 +216,103 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
216
216
|
"text-btn": e.textBtn,
|
|
217
217
|
size: e.size,
|
|
218
218
|
onClick: d[0] || (d[0] = (...u) => c(t) && c(t)(...u))
|
|
219
|
-
}), null, 16,
|
|
219
|
+
}), null, 16, w));
|
|
220
220
|
}
|
|
221
|
-
},
|
|
221
|
+
}, L = ["width", "top", "center", "toggle-id", "container-id", "helper-text", "helper-description", "enter-controlled", "enter-trigger", "leave-trigger"], fe = {
|
|
222
222
|
__name: "BsDropdown",
|
|
223
223
|
props: {
|
|
224
|
-
shown: { default: !1 },
|
|
225
224
|
width: { default: void 0 },
|
|
226
225
|
top: { default: !1 },
|
|
227
226
|
center: { default: !1 },
|
|
228
227
|
toggleId: {},
|
|
229
|
-
containerId: { default: void 0 }
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
228
|
+
containerId: { default: void 0 },
|
|
229
|
+
helperText: {},
|
|
230
|
+
helperDescription: {},
|
|
231
|
+
enterControlled: { default: !1 },
|
|
232
|
+
enterTrigger: { default: !1 },
|
|
233
|
+
leaveTrigger: { default: !1 }
|
|
234
|
+
},
|
|
235
|
+
emits: ["close", "enterend", "leaveend"],
|
|
236
|
+
setup(e, { emit: s }) {
|
|
237
|
+
return (a, t) => (r(), n("bs-dropdown", i(a.$attrs, {
|
|
235
238
|
width: e.width,
|
|
236
239
|
top: e.top,
|
|
237
240
|
center: e.center,
|
|
238
241
|
"toggle-id": e.toggleId,
|
|
239
242
|
"container-id": e.containerId,
|
|
240
|
-
|
|
243
|
+
"helper-text": e.helperText,
|
|
244
|
+
"helper-description": e.helperDescription,
|
|
245
|
+
"enter-controlled": e.enterControlled,
|
|
246
|
+
"enter-trigger": e.enterTrigger,
|
|
247
|
+
"leave-trigger": e.leaveTrigger,
|
|
248
|
+
onClose: t[0] || (t[0] = (l) => s("close", l.detail)),
|
|
249
|
+
onEnterend: t[1] || (t[1] = (l) => s("enterend", l.detail)),
|
|
250
|
+
onLeaveend: t[2] || (t[2] = (l) => s("leaveend", l.detail))
|
|
241
251
|
}), [
|
|
242
252
|
o(a.$slots, "default")
|
|
243
|
-
], 16,
|
|
253
|
+
], 16, L));
|
|
244
254
|
}
|
|
245
|
-
},
|
|
255
|
+
}, q = ["value", "variant", "options-id", "selected", "focused", "index"], me = {
|
|
246
256
|
__name: "BsDropdownOption",
|
|
247
257
|
props: {
|
|
248
258
|
value: {},
|
|
249
259
|
variant: { default: void 0 },
|
|
250
|
-
selected: { default: !1 },
|
|
251
260
|
optionsId: {},
|
|
252
|
-
|
|
261
|
+
selected: { default: !1 },
|
|
253
262
|
focused: { default: !1 },
|
|
254
263
|
index: {}
|
|
255
264
|
},
|
|
256
|
-
emits: ["
|
|
257
|
-
setup(e, { emit:
|
|
258
|
-
return (a, t) => (
|
|
265
|
+
emits: ["optmouseenter", "optselect"],
|
|
266
|
+
setup(e, { emit: s }) {
|
|
267
|
+
return (a, t) => (r(), n("bs-dropdown-option", i(a.$attrs, {
|
|
259
268
|
value: e.value,
|
|
260
269
|
variant: e.variant,
|
|
261
|
-
selected: e.selected,
|
|
262
270
|
"options-id": e.optionsId,
|
|
263
|
-
|
|
271
|
+
selected: e.selected,
|
|
264
272
|
focused: e.focused,
|
|
265
273
|
index: e.index,
|
|
266
|
-
|
|
267
|
-
|
|
274
|
+
onOptmouseenter: t[0] || (t[0] = (l) => s("optmouseenter", l.detail)),
|
|
275
|
+
onOptselect: t[1] || (t[1] = (l) => s("optselect", l.detail))
|
|
268
276
|
}), [
|
|
269
277
|
o(a.$slots, "default")
|
|
270
|
-
], 16,
|
|
278
|
+
], 16, q));
|
|
271
279
|
}
|
|
272
|
-
},
|
|
273
|
-
__name: "
|
|
280
|
+
}, A = ["toggle-id", "container-id", "options-id", "width", "top", "center", "label", "selected-value", "enter-controlled", "enter-trigger", "leave-trigger"], he = {
|
|
281
|
+
__name: "BsDropdownWithOptions",
|
|
274
282
|
props: {
|
|
283
|
+
toggleId: {},
|
|
284
|
+
containerId: {},
|
|
275
285
|
optionsId: {},
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
286
|
+
width: { default: void 0 },
|
|
287
|
+
top: { default: !1 },
|
|
288
|
+
center: { default: !1 },
|
|
289
|
+
label: {},
|
|
290
|
+
selectedValue: {},
|
|
291
|
+
enterControlled: { default: !1 },
|
|
292
|
+
enterTrigger: { default: !1 },
|
|
293
|
+
leaveTrigger: { default: !1 }
|
|
294
|
+
},
|
|
295
|
+
emits: ["optselected", "close", "enterend", "leaveend"],
|
|
296
|
+
setup(e, { emit: s }) {
|
|
297
|
+
return (a, t) => (r(), n("bs-dropdown-with-options", i(a.$attrs, {
|
|
298
|
+
"toggle-id": e.toggleId,
|
|
299
|
+
"container-id": e.containerId,
|
|
282
300
|
"options-id": e.optionsId,
|
|
283
|
-
|
|
301
|
+
width: e.width,
|
|
302
|
+
top: e.top,
|
|
303
|
+
center: e.center,
|
|
284
304
|
label: e.label,
|
|
285
|
-
|
|
286
|
-
|
|
305
|
+
"selected-value": e.selectedValue,
|
|
306
|
+
"enter-controlled": e.enterControlled,
|
|
307
|
+
"enter-trigger": e.enterTrigger,
|
|
308
|
+
"leave-trigger": e.leaveTrigger,
|
|
309
|
+
onOptselected: t[0] || (t[0] = (l) => s("optselected", l.detail)),
|
|
310
|
+
onClose: t[1] || (t[1] = (l) => s("close", l.detail)),
|
|
311
|
+
onEnterend: t[2] || (t[2] = (l) => s("enterend", l.detail)),
|
|
312
|
+
onLeaveend: t[3] || (t[3] = (l) => s("leaveend", l.detail))
|
|
287
313
|
}), [
|
|
288
314
|
o(a.$slots, "default")
|
|
289
|
-
], 16,
|
|
315
|
+
], 16, A));
|
|
290
316
|
}
|
|
291
317
|
}, V = ["char-count", "char-max", "disabled", "error", "hints", "label", "label-for", "required", "hint-id"], be = {
|
|
292
318
|
__name: "BsFieldLayout",
|
|
@@ -302,8 +328,8 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
302
328
|
hintId: {}
|
|
303
329
|
},
|
|
304
330
|
emits: [],
|
|
305
|
-
setup(e, { emit:
|
|
306
|
-
return (a, t) => (
|
|
331
|
+
setup(e, { emit: s }) {
|
|
332
|
+
return (a, t) => (r(), n("bs-field-layout", i(a.$attrs, {
|
|
307
333
|
"char-count": e.charCount,
|
|
308
334
|
"char-max": e.charMax,
|
|
309
335
|
disabled: e.disabled,
|
|
@@ -317,7 +343,7 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
317
343
|
o(a.$slots, "default")
|
|
318
344
|
], 16, V));
|
|
319
345
|
}
|
|
320
|
-
}, z = ["error", "hint-id", "hints"],
|
|
346
|
+
}, z = ["error", "hint-id", "hints"], ge = {
|
|
321
347
|
__name: "BsHint",
|
|
322
348
|
props: {
|
|
323
349
|
error: {},
|
|
@@ -325,8 +351,8 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
325
351
|
hints: {}
|
|
326
352
|
},
|
|
327
353
|
emits: [],
|
|
328
|
-
setup(e, { emit:
|
|
329
|
-
return (a, t) => (
|
|
354
|
+
setup(e, { emit: s }) {
|
|
355
|
+
return (a, t) => (r(), n("bs-hint", i(a.$attrs, {
|
|
330
356
|
error: e.error,
|
|
331
357
|
"hint-id": e.hintId,
|
|
332
358
|
hints: e.hints
|
|
@@ -346,8 +372,8 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
346
372
|
modelValue: {}
|
|
347
373
|
},
|
|
348
374
|
emits: ["update:modelValue"],
|
|
349
|
-
setup(e, { emit:
|
|
350
|
-
return (a, t) => (
|
|
375
|
+
setup(e, { emit: s }) {
|
|
376
|
+
return (a, t) => (r(), n("bs-input", i(a.$attrs, {
|
|
351
377
|
disabled: e.disabled,
|
|
352
378
|
error: e.error,
|
|
353
379
|
"pass-attrs": e.passAttrs,
|
|
@@ -356,10 +382,10 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
356
382
|
type: e.type,
|
|
357
383
|
value: e.value || e.modelValue,
|
|
358
384
|
"hint-id": e.hintId,
|
|
359
|
-
onInput: t[0] || (t[0] = (
|
|
385
|
+
onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
360
386
|
}), null, 16, P));
|
|
361
387
|
}
|
|
362
|
-
}, D = ["disabled", "error", "multifocus", "variant"],
|
|
388
|
+
}, D = ["disabled", "error", "multifocus", "variant"], $e = {
|
|
363
389
|
__name: "BsInputAddon",
|
|
364
390
|
props: {
|
|
365
391
|
disabled: { default: !1 },
|
|
@@ -368,8 +394,8 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
368
394
|
variant: {}
|
|
369
395
|
},
|
|
370
396
|
emits: [],
|
|
371
|
-
setup(e, { emit:
|
|
372
|
-
return (a, t) => (
|
|
397
|
+
setup(e, { emit: s }) {
|
|
398
|
+
return (a, t) => (r(), n("bs-input-addon", i(a.$attrs, {
|
|
373
399
|
disabled: e.disabled,
|
|
374
400
|
error: e.error,
|
|
375
401
|
multifocus: e.multifocus,
|
|
@@ -393,8 +419,8 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
393
419
|
modelValue: {}
|
|
394
420
|
},
|
|
395
421
|
emits: ["update:modelValue"],
|
|
396
|
-
setup(e, { emit:
|
|
397
|
-
return (a, t) => (
|
|
422
|
+
setup(e, { emit: s }) {
|
|
423
|
+
return (a, t) => (r(), n("bs-input-field", i(a.$attrs, {
|
|
398
424
|
disabled: e.disabled,
|
|
399
425
|
error: e.error,
|
|
400
426
|
hints: e.hints,
|
|
@@ -404,10 +430,10 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
404
430
|
required: e.required,
|
|
405
431
|
type: e.type,
|
|
406
432
|
value: e.value || e.modelValue,
|
|
407
|
-
onInput: t[0] || (t[0] = (
|
|
433
|
+
onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
408
434
|
}), null, 16, S));
|
|
409
435
|
}
|
|
410
|
-
},
|
|
436
|
+
}, O = ["disabled", "pass-attrs", "placeholder", "hint-id", "value"], xe = {
|
|
411
437
|
__name: "BsInputSearch",
|
|
412
438
|
props: {
|
|
413
439
|
disabled: { default: !1 },
|
|
@@ -418,18 +444,18 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
418
444
|
modelValue: {}
|
|
419
445
|
},
|
|
420
446
|
emits: ["clear", "update:modelValue"],
|
|
421
|
-
setup(e, { emit:
|
|
422
|
-
return (a, t) => (
|
|
447
|
+
setup(e, { emit: s }) {
|
|
448
|
+
return (a, t) => (r(), n("bs-input-search", i(a.$attrs, {
|
|
423
449
|
disabled: e.disabled,
|
|
424
450
|
"pass-attrs": e.passAttrs,
|
|
425
451
|
placeholder: e.placeholder,
|
|
426
452
|
"hint-id": e.hintId,
|
|
427
453
|
value: e.value || e.modelValue,
|
|
428
|
-
onClear: t[0] || (t[0] = (
|
|
429
|
-
onInput: t[1] || (t[1] = (
|
|
430
|
-
}), null, 16,
|
|
454
|
+
onClear: t[0] || (t[0] = (l) => s("clear", l.detail)),
|
|
455
|
+
onInput: t[1] || (t[1] = (l) => s("update:modelValue", l.target.value))
|
|
456
|
+
}), null, 16, O));
|
|
431
457
|
}
|
|
432
|
-
},
|
|
458
|
+
}, F = ["disabled", "for", "hide", "pass-attrs", "required"], Te = {
|
|
433
459
|
__name: "BsLabel",
|
|
434
460
|
props: {
|
|
435
461
|
disabled: {},
|
|
@@ -439,8 +465,8 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
439
465
|
required: {}
|
|
440
466
|
},
|
|
441
467
|
emits: [],
|
|
442
|
-
setup(e, { emit:
|
|
443
|
-
return (a, t) => (
|
|
468
|
+
setup(e, { emit: s }) {
|
|
469
|
+
return (a, t) => (r(), n("bs-label", i(a.$attrs, {
|
|
444
470
|
disabled: e.disabled,
|
|
445
471
|
for: e.for,
|
|
446
472
|
hide: e.hide,
|
|
@@ -448,7 +474,7 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
448
474
|
required: e.required
|
|
449
475
|
}), [
|
|
450
476
|
o(a.$slots, "default")
|
|
451
|
-
], 16,
|
|
477
|
+
], 16, F));
|
|
452
478
|
}
|
|
453
479
|
}, j = ["size", "variant"], ke = {
|
|
454
480
|
__name: "BsLoader",
|
|
@@ -457,41 +483,54 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
457
483
|
variant: {}
|
|
458
484
|
},
|
|
459
485
|
emits: [],
|
|
460
|
-
setup(e, { emit:
|
|
461
|
-
return (a, t) => (
|
|
486
|
+
setup(e, { emit: s }) {
|
|
487
|
+
return (a, t) => (r(), n("bs-loader", i(a.$attrs, {
|
|
462
488
|
size: e.size,
|
|
463
489
|
variant: e.variant
|
|
464
490
|
}), null, 16, j));
|
|
465
491
|
}
|
|
466
|
-
},
|
|
492
|
+
}, E = ["alert", "close-button", "enter-controlled", "enter-trigger", "leave-trigger"], Ce = {
|
|
467
493
|
__name: "BsModal",
|
|
468
494
|
props: {
|
|
469
|
-
shown: { default: !1 },
|
|
470
495
|
alert: { default: !1 },
|
|
471
|
-
closeButton: { default: !0 }
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
496
|
+
closeButton: { default: !0 },
|
|
497
|
+
enterControlled: { default: !1 },
|
|
498
|
+
enterTrigger: { default: !1 },
|
|
499
|
+
leaveTrigger: { default: !1 }
|
|
500
|
+
},
|
|
501
|
+
emits: ["close", "enterend", "leaveend"],
|
|
502
|
+
setup(e, { emit: s }) {
|
|
503
|
+
return (a, t) => (r(), n("bs-modal", i(a.$attrs, {
|
|
477
504
|
alert: e.alert,
|
|
478
505
|
"close-button": e.closeButton,
|
|
479
|
-
|
|
480
|
-
|
|
506
|
+
"enter-controlled": e.enterControlled,
|
|
507
|
+
"enter-trigger": e.enterTrigger,
|
|
508
|
+
"leave-trigger": e.leaveTrigger,
|
|
509
|
+
onClose: t[0] || (t[0] = (l) => s("close", l.detail)),
|
|
510
|
+
onEnterend: t[1] || (t[1] = (l) => s("enterend", l.detail)),
|
|
511
|
+
onLeaveend: t[2] || (t[2] = (l) => s("leaveend", l.detail))
|
|
481
512
|
}), [
|
|
482
513
|
o(a.$slots, "default")
|
|
483
|
-
], 16,
|
|
514
|
+
], 16, E));
|
|
484
515
|
}
|
|
485
|
-
},
|
|
516
|
+
}, M = ["enter-controlled", "enter-trigger", "leave-trigger"], Ie = {
|
|
486
517
|
__name: "BsOverlay",
|
|
487
518
|
props: {
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
}
|
|
494
|
-
|
|
519
|
+
enterControlled: { default: !1 },
|
|
520
|
+
enterTrigger: { default: !1 },
|
|
521
|
+
leaveTrigger: { default: !1 }
|
|
522
|
+
},
|
|
523
|
+
emits: ["enterend", "leaveend"],
|
|
524
|
+
setup(e, { emit: s }) {
|
|
525
|
+
return (a, t) => (r(), n("bs-overlay", i(a.$attrs, {
|
|
526
|
+
"enter-controlled": e.enterControlled,
|
|
527
|
+
"enter-trigger": e.enterTrigger,
|
|
528
|
+
"leave-trigger": e.leaveTrigger,
|
|
529
|
+
onEnterend: t[0] || (t[0] = (l) => s("enterend", l.detail)),
|
|
530
|
+
onLeaveend: t[1] || (t[1] = (l) => s("leaveend", l.detail))
|
|
531
|
+
}), null, 16, M));
|
|
532
|
+
}
|
|
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"], ye = {
|
|
495
534
|
__name: "BsPagination",
|
|
496
535
|
props: {
|
|
497
536
|
showFirstLastButtons: { default: !1 },
|
|
@@ -511,9 +550,9 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
511
550
|
itemsCount: {},
|
|
512
551
|
resultsIncrements: {}
|
|
513
552
|
},
|
|
514
|
-
emits: ["
|
|
515
|
-
setup(e, { emit:
|
|
516
|
-
return (a, t) => (
|
|
553
|
+
emits: ["selchange"],
|
|
554
|
+
setup(e, { emit: s }) {
|
|
555
|
+
return (a, t) => (r(), n("bs-pagination", i(a.$attrs, {
|
|
517
556
|
"show-first-last-buttons": e.showFirstLastButtons,
|
|
518
557
|
"prev-page-text": e.prevPageText,
|
|
519
558
|
"first-page-text": e.firstPageText,
|
|
@@ -530,10 +569,10 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
530
569
|
"items-per-group": e.itemsPerGroup,
|
|
531
570
|
"items-count": e.itemsCount,
|
|
532
571
|
"results-increments": e.resultsIncrements,
|
|
533
|
-
|
|
534
|
-
}), null, 16,
|
|
572
|
+
onSelchange: t[0] || (t[0] = (l) => s("selchange", l.detail))
|
|
573
|
+
}), null, 16, R));
|
|
535
574
|
}
|
|
536
|
-
}, G = ["variant", "status", "href", "active", "disabled", "pass-attrs"],
|
|
575
|
+
}, G = ["variant", "status", "href", "active", "disabled", "pass-attrs"], we = {
|
|
537
576
|
__name: "BsPill",
|
|
538
577
|
props: {
|
|
539
578
|
variant: {},
|
|
@@ -545,9 +584,9 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
545
584
|
router: {}
|
|
546
585
|
},
|
|
547
586
|
emits: [],
|
|
548
|
-
setup(e, { emit:
|
|
587
|
+
setup(e, { emit: s }) {
|
|
549
588
|
const a = e, { onLinkClick: t } = f(a);
|
|
550
|
-
return (
|
|
589
|
+
return (l, d) => (r(), n("bs-pill", i(l.$attrs, {
|
|
551
590
|
variant: e.variant,
|
|
552
591
|
status: e.status,
|
|
553
592
|
href: e.href,
|
|
@@ -556,10 +595,10 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
556
595
|
"pass-attrs": e.passAttrs,
|
|
557
596
|
onClick: d[0] || (d[0] = (...u) => c(t) && c(t)(...u))
|
|
558
597
|
}), [
|
|
559
|
-
o(
|
|
598
|
+
o(l.$slots, "default")
|
|
560
599
|
], 16, G));
|
|
561
600
|
}
|
|
562
|
-
}, N = ["layout", "href", "image-src", "image-size", "initials", "profile-name", "company", "job-title", "email"],
|
|
601
|
+
}, N = ["layout", "href", "image-src", "image-size", "initials", "profile-name", "company", "job-title", "email"], Le = {
|
|
563
602
|
__name: "BsProfile",
|
|
564
603
|
props: {
|
|
565
604
|
layout: {},
|
|
@@ -574,9 +613,9 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
574
613
|
router: {}
|
|
575
614
|
},
|
|
576
615
|
emits: [],
|
|
577
|
-
setup(e, { emit:
|
|
616
|
+
setup(e, { emit: s }) {
|
|
578
617
|
const a = e, { onLinkClick: t } = f(a);
|
|
579
|
-
return (
|
|
618
|
+
return (l, d) => (r(), n("bs-profile", i(l.$attrs, {
|
|
580
619
|
layout: e.layout,
|
|
581
620
|
href: e.href,
|
|
582
621
|
"image-src": e.imageSrc,
|
|
@@ -589,7 +628,7 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
589
628
|
onClick: d[0] || (d[0] = (...u) => c(t) && c(t)(...u))
|
|
590
629
|
}), null, 16, N));
|
|
591
630
|
}
|
|
592
|
-
},
|
|
631
|
+
}, W = ["profile-name", "company", "job-title", "email"], qe = {
|
|
593
632
|
__name: "BsProfileDetails",
|
|
594
633
|
props: {
|
|
595
634
|
profileName: {},
|
|
@@ -598,15 +637,15 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
598
637
|
email: {}
|
|
599
638
|
},
|
|
600
639
|
emits: [],
|
|
601
|
-
setup(e, { emit:
|
|
602
|
-
return (a, t) => (
|
|
640
|
+
setup(e, { emit: s }) {
|
|
641
|
+
return (a, t) => (r(), n("bs-profile-details", i(a.$attrs, {
|
|
603
642
|
"profile-name": e.profileName,
|
|
604
643
|
company: e.company,
|
|
605
644
|
"job-title": e.jobTitle,
|
|
606
645
|
email: e.email
|
|
607
|
-
}), null, 16,
|
|
646
|
+
}), null, 16, W));
|
|
608
647
|
}
|
|
609
|
-
},
|
|
648
|
+
}, H = ["src", "size", "initials", "profile-name"], Ae = {
|
|
610
649
|
__name: "BsProfileImg",
|
|
611
650
|
props: {
|
|
612
651
|
src: {},
|
|
@@ -615,13 +654,13 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
615
654
|
profileName: {}
|
|
616
655
|
},
|
|
617
656
|
emits: [],
|
|
618
|
-
setup(e, { emit:
|
|
619
|
-
return (a, t) => (
|
|
657
|
+
setup(e, { emit: s }) {
|
|
658
|
+
return (a, t) => (r(), n("bs-profile-img", i(a.$attrs, {
|
|
620
659
|
src: e.src,
|
|
621
660
|
size: e.size,
|
|
622
661
|
initials: e.initials,
|
|
623
662
|
"profile-name": e.profileName
|
|
624
|
-
}), null, 16,
|
|
663
|
+
}), null, 16, H));
|
|
625
664
|
}
|
|
626
665
|
}, X = ["layout", "href", "pass-attrs"], Ve = {
|
|
627
666
|
__name: "BsProfileLayout",
|
|
@@ -632,15 +671,15 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
632
671
|
router: {}
|
|
633
672
|
},
|
|
634
673
|
emits: [],
|
|
635
|
-
setup(e, { emit:
|
|
674
|
+
setup(e, { emit: s }) {
|
|
636
675
|
const a = e, { onLinkClick: t } = f(a);
|
|
637
|
-
return (
|
|
676
|
+
return (l, d) => (r(), n("bs-profile-layout", i(l.$attrs, {
|
|
638
677
|
layout: e.layout,
|
|
639
678
|
href: e.href,
|
|
640
679
|
"pass-attrs": e.passAttrs,
|
|
641
680
|
onClick: d[0] || (d[0] = (...u) => c(t) && c(t)(...u))
|
|
642
681
|
}), [
|
|
643
|
-
o(
|
|
682
|
+
o(l.$slots, "default")
|
|
644
683
|
], 16, X));
|
|
645
684
|
}
|
|
646
685
|
}, Y = ["label", "checked", "disabled", "error", "pass-attrs", "required", "size", "value"], ze = {
|
|
@@ -657,8 +696,8 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
657
696
|
modelValue: {}
|
|
658
697
|
},
|
|
659
698
|
emits: ["update:modelValue"],
|
|
660
|
-
setup(e, { emit:
|
|
661
|
-
return (a, t) => (
|
|
699
|
+
setup(e, { emit: s }) {
|
|
700
|
+
return (a, t) => (r(), n("bs-radio", i(a.$attrs, {
|
|
662
701
|
label: e.label,
|
|
663
702
|
checked: e.checked || e.modelValue === e.value,
|
|
664
703
|
disabled: e.disabled,
|
|
@@ -667,7 +706,7 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
667
706
|
required: e.required,
|
|
668
707
|
size: e.size,
|
|
669
708
|
value: e.value,
|
|
670
|
-
onChange: t[0] || (t[0] = (
|
|
709
|
+
onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
671
710
|
}), null, 16, Y));
|
|
672
711
|
}
|
|
673
712
|
}, Z = ["disabled", "required", "error", "hint-id", "value", "pass-attrs"], Pe = {
|
|
@@ -682,15 +721,15 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
682
721
|
modelValue: {}
|
|
683
722
|
},
|
|
684
723
|
emits: ["update:modelValue"],
|
|
685
|
-
setup(e, { emit:
|
|
686
|
-
return (a, t) => (
|
|
724
|
+
setup(e, { emit: s }) {
|
|
725
|
+
return (a, t) => (r(), n("bs-select", i(a.$attrs, {
|
|
687
726
|
disabled: e.disabled,
|
|
688
727
|
required: e.required,
|
|
689
728
|
error: e.error,
|
|
690
729
|
"hint-id": e.hintId,
|
|
691
730
|
value: e.value || e.modelValue,
|
|
692
731
|
"pass-attrs": e.passAttrs,
|
|
693
|
-
onChange: t[0] || (t[0] = (
|
|
732
|
+
onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
694
733
|
}), [
|
|
695
734
|
o(a.$slots, "default")
|
|
696
735
|
], 16, Z));
|
|
@@ -710,8 +749,8 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
710
749
|
modelValue: {}
|
|
711
750
|
},
|
|
712
751
|
emits: ["update:modelValue"],
|
|
713
|
-
setup(e, { emit:
|
|
714
|
-
return (a, t) => (
|
|
752
|
+
setup(e, { emit: s }) {
|
|
753
|
+
return (a, t) => (r(), n("bs-select-field", i(a.$attrs, {
|
|
715
754
|
disabled: e.disabled,
|
|
716
755
|
error: e.error,
|
|
717
756
|
required: e.required,
|
|
@@ -721,7 +760,7 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
721
760
|
value: e.value || e.modelValue,
|
|
722
761
|
"pass-attrs": e.passAttrs,
|
|
723
762
|
data: e.data,
|
|
724
|
-
onChange: t[0] || (t[0] = (
|
|
763
|
+
onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
725
764
|
}), null, 16, J));
|
|
726
765
|
}
|
|
727
766
|
}, K = ["checked", "disabled", "inner-on-label", "inner-off-label", "label", "pass-attrs", "size"], Se = {
|
|
@@ -737,8 +776,8 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
737
776
|
modelValue: {}
|
|
738
777
|
},
|
|
739
778
|
emits: ["update:modelValue"],
|
|
740
|
-
setup(e, { emit:
|
|
741
|
-
return (a, t) => (
|
|
779
|
+
setup(e, { emit: s }) {
|
|
780
|
+
return (a, t) => (r(), n("bs-switch", i(a.$attrs, {
|
|
742
781
|
checked: e.checked || e.modelValue,
|
|
743
782
|
disabled: e.disabled,
|
|
744
783
|
"inner-on-label": e.innerOnLabel,
|
|
@@ -746,10 +785,10 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
746
785
|
label: e.label,
|
|
747
786
|
"pass-attrs": e.passAttrs,
|
|
748
787
|
size: e.size,
|
|
749
|
-
onChange: t[0] || (t[0] = (
|
|
788
|
+
onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.checked))
|
|
750
789
|
}), null, 16, K));
|
|
751
790
|
}
|
|
752
|
-
}, Q = ["disabled", "error", "pass-attrs", "placeholder", "required", "value", "hint-id"],
|
|
791
|
+
}, Q = ["disabled", "error", "pass-attrs", "placeholder", "required", "value", "hint-id"], Oe = {
|
|
753
792
|
__name: "BsTextarea",
|
|
754
793
|
props: {
|
|
755
794
|
disabled: { default: !1 },
|
|
@@ -762,8 +801,8 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
762
801
|
modelValue: {}
|
|
763
802
|
},
|
|
764
803
|
emits: ["update:modelValue"],
|
|
765
|
-
setup(e, { emit:
|
|
766
|
-
return (a, t) => (
|
|
804
|
+
setup(e, { emit: s }) {
|
|
805
|
+
return (a, t) => (r(), n("bs-textarea", i(a.$attrs, {
|
|
767
806
|
disabled: e.disabled,
|
|
768
807
|
error: e.error,
|
|
769
808
|
"pass-attrs": e.passAttrs,
|
|
@@ -771,10 +810,10 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
771
810
|
required: e.required,
|
|
772
811
|
value: e.value || e.modelValue,
|
|
773
812
|
"hint-id": e.hintId,
|
|
774
|
-
onInput: t[0] || (t[0] = (
|
|
813
|
+
onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
775
814
|
}), null, 16, Q));
|
|
776
815
|
}
|
|
777
|
-
}, U = ["char-max", "disabled", "error", "hints", "label", "placeholder", "required", "value", "pass-attrs"],
|
|
816
|
+
}, U = ["char-max", "disabled", "error", "hints", "label", "placeholder", "required", "value", "pass-attrs"], Fe = {
|
|
778
817
|
__name: "BsTextareaField",
|
|
779
818
|
props: {
|
|
780
819
|
charMax: {},
|
|
@@ -789,8 +828,8 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
789
828
|
modelValue: {}
|
|
790
829
|
},
|
|
791
830
|
emits: ["update:modelValue"],
|
|
792
|
-
setup(e, { emit:
|
|
793
|
-
return (a, t) => (
|
|
831
|
+
setup(e, { emit: s }) {
|
|
832
|
+
return (a, t) => (r(), n("bs-textarea-field", i(a.$attrs, {
|
|
794
833
|
"char-max": e.charMax,
|
|
795
834
|
disabled: e.disabled,
|
|
796
835
|
error: e.error,
|
|
@@ -800,59 +839,65 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
800
839
|
required: e.required,
|
|
801
840
|
value: e.value || e.modelValue,
|
|
802
841
|
"pass-attrs": e.passAttrs,
|
|
803
|
-
onInput: t[0] || (t[0] = (
|
|
842
|
+
onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
804
843
|
}), null, 16, U));
|
|
805
844
|
}
|
|
806
|
-
}, p = ["toast-id", "
|
|
845
|
+
}, p = ["toast-id", "variant", "stacked", "duration", "enter-controlled", "enter-trigger", "leave-trigger"], je = {
|
|
807
846
|
__name: "BsToast",
|
|
808
847
|
props: {
|
|
809
848
|
toastId: {},
|
|
810
|
-
shown: {},
|
|
811
849
|
variant: {},
|
|
812
850
|
stacked: { default: !1 },
|
|
813
|
-
duration: { default: 1e4 }
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
851
|
+
duration: { default: 1e4 },
|
|
852
|
+
enterControlled: { default: !1 },
|
|
853
|
+
enterTrigger: { default: !1 },
|
|
854
|
+
leaveTrigger: { default: !1 }
|
|
855
|
+
},
|
|
856
|
+
emits: ["dismiss", "enterend", "leaveend"],
|
|
857
|
+
setup(e, { emit: s }) {
|
|
858
|
+
return (a, t) => (r(), n("bs-toast", i(a.$attrs, {
|
|
818
859
|
"toast-id": e.toastId,
|
|
819
|
-
shown: e.shown,
|
|
820
860
|
variant: e.variant,
|
|
821
861
|
stacked: e.stacked,
|
|
822
862
|
duration: e.duration,
|
|
823
|
-
|
|
863
|
+
"enter-controlled": e.enterControlled,
|
|
864
|
+
"enter-trigger": e.enterTrigger,
|
|
865
|
+
"leave-trigger": e.leaveTrigger,
|
|
866
|
+
onDismiss: t[0] || (t[0] = (l) => s("dismiss", l.detail)),
|
|
867
|
+
onEnterend: t[1] || (t[1] = (l) => s("enterend", l.detail)),
|
|
868
|
+
onLeaveend: t[2] || (t[2] = (l) => s("leaveend", l.detail))
|
|
824
869
|
}), [
|
|
825
870
|
o(a.$slots, "default")
|
|
826
871
|
], 16, p));
|
|
827
872
|
}
|
|
828
|
-
},
|
|
873
|
+
}, Ee = {
|
|
829
874
|
__name: "BsToastActions",
|
|
830
875
|
props: {},
|
|
831
876
|
emits: ["defaultDismiss"],
|
|
832
|
-
setup(e, { emit:
|
|
833
|
-
return (a, t) => (
|
|
834
|
-
"on:defaultDismiss": t[0] || (t[0] = (
|
|
877
|
+
setup(e, { emit: s }) {
|
|
878
|
+
return (a, t) => (r(), n("bs-toast-actions", i(a.$attrs, {
|
|
879
|
+
"on:defaultDismiss": t[0] || (t[0] = (l) => s("defaultDismiss", l.detail))
|
|
835
880
|
}), [
|
|
836
881
|
o(a.$slots, "default")
|
|
837
882
|
], 16));
|
|
838
883
|
}
|
|
839
|
-
},
|
|
884
|
+
}, Me = {
|
|
840
885
|
__name: "BsToastBody",
|
|
841
886
|
props: {},
|
|
842
887
|
emits: [],
|
|
843
|
-
setup(e, { emit:
|
|
844
|
-
return (a, t) => (
|
|
888
|
+
setup(e, { emit: s }) {
|
|
889
|
+
return (a, t) => (r(), n("bs-toast-body", v($(a.$attrs)), [
|
|
845
890
|
o(a.$slots, "default")
|
|
846
891
|
], 16));
|
|
847
892
|
}
|
|
848
|
-
}, _ = ["variant"],
|
|
893
|
+
}, _ = ["variant"], Re = {
|
|
849
894
|
__name: "BsToastHeader",
|
|
850
895
|
props: {
|
|
851
896
|
variant: {}
|
|
852
897
|
},
|
|
853
898
|
emits: [],
|
|
854
|
-
setup(e, { emit:
|
|
855
|
-
return (a, t) => (
|
|
899
|
+
setup(e, { emit: s }) {
|
|
900
|
+
return (a, t) => (r(), n("bs-toast-header", i(a.$attrs, { variant: e.variant }), [
|
|
856
901
|
o(a.$slots, "default")
|
|
857
902
|
], 16, _));
|
|
858
903
|
}
|
|
@@ -860,8 +905,8 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
860
905
|
__name: "BsToaster",
|
|
861
906
|
props: {},
|
|
862
907
|
emits: [],
|
|
863
|
-
setup(e, { emit:
|
|
864
|
-
return (a, t) => (
|
|
908
|
+
setup(e, { emit: s }) {
|
|
909
|
+
return (a, t) => (r(), n("bs-toaster", v($(a.$attrs)), [
|
|
865
910
|
o(a.$slots, "default")
|
|
866
911
|
], 16));
|
|
867
912
|
}
|
|
@@ -873,8 +918,8 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
873
918
|
position: {}
|
|
874
919
|
},
|
|
875
920
|
emits: [],
|
|
876
|
-
setup(e, { emit:
|
|
877
|
-
return (a, t) => (
|
|
921
|
+
setup(e, { emit: s }) {
|
|
922
|
+
return (a, t) => (r(), n("bs-tooltip", i(a.$attrs, {
|
|
878
923
|
"tooltip-id": e.tooltipId,
|
|
879
924
|
content: e.content,
|
|
880
925
|
position: e.position
|
|
@@ -882,76 +927,78 @@ const w = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn",
|
|
|
882
927
|
o(a.$slots, "default")
|
|
883
928
|
], 16, ee));
|
|
884
929
|
}
|
|
885
|
-
}, te = ["
|
|
930
|
+
}, te = ["enter-class", "enter-attribute", "enter-duration", "leave-class", "leave-attribute", "leave-duration", "enter-controlled", "enter-trigger", "leave-trigger"], We = {
|
|
886
931
|
__name: "BsTransition",
|
|
887
932
|
props: {
|
|
888
|
-
active: {},
|
|
889
933
|
enterClass: { default: void 0 },
|
|
890
934
|
enterAttribute: { default: void 0 },
|
|
891
935
|
enterDuration: {},
|
|
892
936
|
leaveClass: { default: void 0 },
|
|
893
937
|
leaveAttribute: { default: void 0 },
|
|
894
|
-
leaveDuration: { default: void 0 }
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
938
|
+
leaveDuration: { default: void 0 },
|
|
939
|
+
enterControlled: { default: !1 },
|
|
940
|
+
enterTrigger: { default: !1 },
|
|
941
|
+
leaveTrigger: { default: !1 }
|
|
942
|
+
},
|
|
943
|
+
emits: ["enterend", "leaveend"],
|
|
944
|
+
setup(e, { emit: s }) {
|
|
945
|
+
return (a, t) => (r(), n("bs-transition", i(a.$attrs, {
|
|
900
946
|
"enter-class": e.enterClass,
|
|
901
947
|
"enter-attribute": e.enterAttribute,
|
|
902
948
|
"enter-duration": e.enterDuration,
|
|
903
949
|
"leave-class": e.leaveClass,
|
|
904
950
|
"leave-attribute": e.leaveAttribute,
|
|
905
951
|
"leave-duration": e.leaveDuration,
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
952
|
+
"enter-controlled": e.enterControlled,
|
|
953
|
+
"enter-trigger": e.enterTrigger,
|
|
954
|
+
"leave-trigger": e.leaveTrigger,
|
|
955
|
+
onEnterend: t[0] || (t[0] = (l) => s("enterend", l.detail)),
|
|
956
|
+
onLeaveend: t[1] || (t[1] = (l) => s("leaveend", l.detail))
|
|
910
957
|
}), [
|
|
911
958
|
o(a.$slots, "default")
|
|
912
959
|
], 16, te));
|
|
913
960
|
}
|
|
914
961
|
};
|
|
915
962
|
export {
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
963
|
+
le as BsAccordion,
|
|
964
|
+
se as BsBadge,
|
|
965
|
+
re as BsBanner,
|
|
966
|
+
ne as BsButton,
|
|
967
|
+
ie as BsCharacterCount,
|
|
921
968
|
de as BsChartBar,
|
|
922
969
|
oe as BsChartTable,
|
|
923
970
|
ue as BsCheckbox,
|
|
924
971
|
ce as BsCircleButton,
|
|
925
972
|
fe as BsDropdown,
|
|
926
973
|
me as BsDropdownOption,
|
|
927
|
-
he as
|
|
974
|
+
he as BsDropdownWithOptions,
|
|
928
975
|
be as BsFieldLayout,
|
|
929
|
-
|
|
976
|
+
ge as BsHint,
|
|
930
977
|
ve as BsInput,
|
|
931
|
-
|
|
978
|
+
$e as BsInputAddon,
|
|
932
979
|
Be as BsInputField,
|
|
933
980
|
xe as BsInputSearch,
|
|
934
|
-
|
|
981
|
+
Te as BsLabel,
|
|
935
982
|
ke as BsLoader,
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
983
|
+
Ce as BsModal,
|
|
984
|
+
Ie as BsOverlay,
|
|
985
|
+
ye as BsPagination,
|
|
986
|
+
we as BsPill,
|
|
987
|
+
Le as BsProfile,
|
|
988
|
+
qe as BsProfileDetails,
|
|
989
|
+
Ae as BsProfileImg,
|
|
943
990
|
Ve as BsProfileLayout,
|
|
944
991
|
ze as BsRadio,
|
|
945
992
|
Pe as BsSelect,
|
|
946
993
|
De as BsSelectField,
|
|
947
994
|
Se as BsSwitch,
|
|
948
|
-
|
|
949
|
-
|
|
995
|
+
Oe as BsTextarea,
|
|
996
|
+
Fe as BsTextareaField,
|
|
950
997
|
je as BsToast,
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
998
|
+
Ee as BsToastActions,
|
|
999
|
+
Me as BsToastBody,
|
|
1000
|
+
Re as BsToastHeader,
|
|
954
1001
|
Ge as BsToaster,
|
|
955
1002
|
Ne as BsTooltip,
|
|
956
|
-
|
|
1003
|
+
We as BsTransition
|
|
957
1004
|
};
|