@wwtdev/bsds-components-vue3 1.16.5 → 2.0.1
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/README.md +36 -17
- package/lib/bsds-components.js +3153 -0
- package/lib/components.css +1 -0
- package/package.json +46 -40
- package/lib/bsds-components.mjs +0 -1185
- package/lib/bsds-components.umd.js +0 -1
- package/lib/components.d.ts +0 -48
- package/lib/components.js +0 -415
- package/lib/components.js.map +0 -1
- package/lib/index.d.ts +0 -2
- package/lib/index.js +0 -3
- package/lib/index.js.map +0 -1
- package/lib/plugin-ssr.js +0 -10
- package/lib/plugin.d.ts +0 -3
- package/lib/plugin.js +0 -17
- package/lib/plugin.js.map +0 -1
- package/lib/vue-component-lib/utils.d.ts +0 -4
- package/lib/vue-component-lib/utils.js +0 -113
- package/lib/vue-component-lib/utils.js.map +0 -1
- package/nuxt/bsds-components.mjs +0 -1616
- package/nuxt/bsds-components.umd.js +0 -1
- package/nuxt/plugins/index.mjs +0 -18
- package/nuxt/style.css +0 -1
package/lib/bsds-components.mjs
DELETED
|
@@ -1,1185 +0,0 @@
|
|
|
1
|
-
import { openBlock as n, createElementBlock as i, mergeProps as r, renderSlot as o, computed as $, unref as c, normalizeProps as h, guardReactiveProps as b } from "vue";
|
|
2
|
-
const B = ["controlled", "icon", "header-text", "heading-level", "open-item", "open-item-id", "stacked"], de = {
|
|
3
|
-
__name: "BsAccordion",
|
|
4
|
-
props: {
|
|
5
|
-
controlled: { default: !1 },
|
|
6
|
-
icon: {},
|
|
7
|
-
headerText: {},
|
|
8
|
-
headingLevel: {},
|
|
9
|
-
openItem: { default: !1 },
|
|
10
|
-
openItemId: {},
|
|
11
|
-
stacked: { default: !1 }
|
|
12
|
-
},
|
|
13
|
-
emits: ["toggled"],
|
|
14
|
-
setup(e, { emit: s }) {
|
|
15
|
-
return (a, t) => (n(), i("bs-accordion", r(a.$attrs, {
|
|
16
|
-
controlled: e.controlled,
|
|
17
|
-
icon: e.icon,
|
|
18
|
-
"header-text": e.headerText,
|
|
19
|
-
"heading-level": e.headingLevel,
|
|
20
|
-
"open-item": e.openItem,
|
|
21
|
-
"open-item-id": e.openItemId,
|
|
22
|
-
stacked: e.stacked,
|
|
23
|
-
onToggled: t[0] || (t[0] = (l) => s("toggled", l.detail))
|
|
24
|
-
}), [
|
|
25
|
-
o(a.$slots, "default")
|
|
26
|
-
], 16, B));
|
|
27
|
-
}
|
|
28
|
-
}, I = ["color", "count", "count-max", "dot", "label", "position", "show-zero"], oe = {
|
|
29
|
-
__name: "BsBadge",
|
|
30
|
-
props: {
|
|
31
|
-
color: {},
|
|
32
|
-
count: {},
|
|
33
|
-
countMax: { default: 99 },
|
|
34
|
-
dot: {},
|
|
35
|
-
label: { default: "item" },
|
|
36
|
-
position: {},
|
|
37
|
-
showZero: {}
|
|
38
|
-
},
|
|
39
|
-
emits: [],
|
|
40
|
-
setup(e, { emit: s }) {
|
|
41
|
-
return (a, t) => (n(), i("bs-badge", r(a.$attrs, {
|
|
42
|
-
color: e.color,
|
|
43
|
-
count: e.count,
|
|
44
|
-
"count-max": e.countMax,
|
|
45
|
-
dot: e.dot,
|
|
46
|
-
label: e.label,
|
|
47
|
-
position: e.position,
|
|
48
|
-
"show-zero": e.showZero
|
|
49
|
-
}), [
|
|
50
|
-
o(a.$slots, "default")
|
|
51
|
-
], 16, I));
|
|
52
|
-
}
|
|
53
|
-
}, ue = {
|
|
54
|
-
__name: "BsBanner",
|
|
55
|
-
props: {},
|
|
56
|
-
emits: ["dismiss"],
|
|
57
|
-
setup(e, { emit: s }) {
|
|
58
|
-
return (a, t) => (n(), i("bs-banner", r(a.$attrs, {
|
|
59
|
-
onDismiss: t[0] || (t[0] = (l) => s("dismiss", l.detail))
|
|
60
|
-
}), [
|
|
61
|
-
o(a.$slots, "default")
|
|
62
|
-
], 16));
|
|
63
|
-
}
|
|
64
|
-
};
|
|
65
|
-
function f(e) {
|
|
66
|
-
const s = $(() => {
|
|
67
|
-
var l, d;
|
|
68
|
-
return ((d = (l = e.href) == null ? void 0 : l.startsWith) == null ? void 0 : d.call(l, "/")) || !1;
|
|
69
|
-
}), a = $(() => {
|
|
70
|
-
var l, d;
|
|
71
|
-
return s.value && ((l = e.router) == null ? void 0 : l.navigateTo) || ((d = e.router) == null ? void 0 : d.push) || null;
|
|
72
|
-
});
|
|
73
|
-
function t(l) {
|
|
74
|
-
var d, u, g, m, v;
|
|
75
|
-
a.value && ((u = (d = l.target.href) == null ? void 0 : d.endsWith) != null && u.call(d, e.href) || (v = (m = (g = l.target.closest("a")) == null ? void 0 : g.href) == null ? void 0 : m.endsWith) != null && v.call(m, e.href)) && (l.preventDefault(), a.value(e.href));
|
|
76
|
-
}
|
|
77
|
-
return { onLinkClick: t };
|
|
78
|
-
}
|
|
79
|
-
const T = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn", "size"], ce = {
|
|
80
|
-
__name: "BsButton",
|
|
81
|
-
props: {
|
|
82
|
-
variant: {},
|
|
83
|
-
disabled: {},
|
|
84
|
-
ghostBtn: {},
|
|
85
|
-
href: {},
|
|
86
|
-
passAttrs: { default: "" },
|
|
87
|
-
textBtn: {},
|
|
88
|
-
size: {},
|
|
89
|
-
router: {}
|
|
90
|
-
},
|
|
91
|
-
emits: [],
|
|
92
|
-
setup(e, { emit: s }) {
|
|
93
|
-
const a = e, { onLinkClick: t } = f(a);
|
|
94
|
-
return (l, d) => (n(), i("bs-button", r(l.$attrs, {
|
|
95
|
-
variant: e.variant,
|
|
96
|
-
disabled: e.disabled,
|
|
97
|
-
"ghost-btn": e.ghostBtn,
|
|
98
|
-
href: e.href,
|
|
99
|
-
"pass-attrs": e.passAttrs,
|
|
100
|
-
"text-btn": e.textBtn,
|
|
101
|
-
size: e.size,
|
|
102
|
-
onClick: d[0] || (d[0] = (...u) => c(t) && c(t)(...u))
|
|
103
|
-
}), [
|
|
104
|
-
o(l.$slots, "default")
|
|
105
|
-
], 16, T));
|
|
106
|
-
}
|
|
107
|
-
}, x = ["char-count", "char-max"], fe = {
|
|
108
|
-
__name: "BsCharacterCount",
|
|
109
|
-
props: {
|
|
110
|
-
charCount: {},
|
|
111
|
-
charMax: {}
|
|
112
|
-
},
|
|
113
|
-
emits: [],
|
|
114
|
-
setup(e, { emit: s }) {
|
|
115
|
-
return (a, t) => (n(), i("bs-character-count", r(a.$attrs, {
|
|
116
|
-
"char-count": e.charCount,
|
|
117
|
-
"char-max": e.charMax
|
|
118
|
-
}), null, 16, x));
|
|
119
|
-
}
|
|
120
|
-
}, C = ["chart-title", "data", "dataIdxLabels", "show-legend", "show-tooltips", "show-x-grid", "show-y-grid", "stacked", "x-label", "y-label"], me = {
|
|
121
|
-
__name: "BsChartBar",
|
|
122
|
-
props: {
|
|
123
|
-
chartTitle: {},
|
|
124
|
-
data: {},
|
|
125
|
-
dataIdxLabels: {},
|
|
126
|
-
showLegend: { default: !0 },
|
|
127
|
-
showTooltips: { default: !0 },
|
|
128
|
-
showXGrid: { default: !1 },
|
|
129
|
-
showYGrid: { default: !1 },
|
|
130
|
-
stacked: { default: !1 },
|
|
131
|
-
xLabel: { default: "" },
|
|
132
|
-
yLabel: { default: "" }
|
|
133
|
-
},
|
|
134
|
-
emits: [],
|
|
135
|
-
setup(e, { emit: s }) {
|
|
136
|
-
return (a, t) => (n(), i("bs-chart-bar", r(a.$attrs, {
|
|
137
|
-
"chart-title": e.chartTitle,
|
|
138
|
-
data: e.data,
|
|
139
|
-
dataIdxLabels: e.dataIdxLabels,
|
|
140
|
-
"show-legend": e.showLegend,
|
|
141
|
-
"show-tooltips": e.showTooltips,
|
|
142
|
-
"show-x-grid": e.showXGrid,
|
|
143
|
-
"show-y-grid": e.showYGrid,
|
|
144
|
-
stacked: e.stacked,
|
|
145
|
-
"x-label": e.xLabel,
|
|
146
|
-
"y-label": e.yLabel
|
|
147
|
-
}), null, 16, C));
|
|
148
|
-
}
|
|
149
|
-
}, w = ["data", "dataIdxLabels", "table-title"], he = {
|
|
150
|
-
__name: "BsChartTable",
|
|
151
|
-
props: {
|
|
152
|
-
data: {},
|
|
153
|
-
dataIdxLabels: {},
|
|
154
|
-
tableTitle: { default: "" }
|
|
155
|
-
},
|
|
156
|
-
emits: [],
|
|
157
|
-
setup(e, { emit: s }) {
|
|
158
|
-
return (a, t) => (n(), i("bs-chart-table", r(a.$attrs, {
|
|
159
|
-
data: e.data,
|
|
160
|
-
dataIdxLabels: e.dataIdxLabels,
|
|
161
|
-
"table-title": e.tableTitle
|
|
162
|
-
}), null, 16, w));
|
|
163
|
-
}
|
|
164
|
-
}, k = ["label", "checked", "checked-partially", "disabled", "error", "input-id", "pass-attrs", "required", "size"], be = {
|
|
165
|
-
__name: "BsCheckbox",
|
|
166
|
-
props: {
|
|
167
|
-
label: {},
|
|
168
|
-
checked: { default: !1 },
|
|
169
|
-
checkedPartially: { default: !1 },
|
|
170
|
-
disabled: { default: !1 },
|
|
171
|
-
error: {},
|
|
172
|
-
inputId: {},
|
|
173
|
-
passAttrs: { default: "" },
|
|
174
|
-
required: {},
|
|
175
|
-
size: {},
|
|
176
|
-
modelValue: {}
|
|
177
|
-
},
|
|
178
|
-
emits: ["update:modelValue"],
|
|
179
|
-
setup(e, { emit: s }) {
|
|
180
|
-
return (a, t) => (n(), i("bs-checkbox", r(a.$attrs, {
|
|
181
|
-
label: e.label,
|
|
182
|
-
checked: e.checked || e.modelValue,
|
|
183
|
-
"checked-partially": e.checkedPartially,
|
|
184
|
-
disabled: e.disabled,
|
|
185
|
-
error: e.error,
|
|
186
|
-
"input-id": e.inputId,
|
|
187
|
-
"pass-attrs": e.passAttrs,
|
|
188
|
-
required: e.required,
|
|
189
|
-
size: e.size,
|
|
190
|
-
onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.checked))
|
|
191
|
-
}), null, 16, k));
|
|
192
|
-
}
|
|
193
|
-
}, y = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-position", "label", "pass-attrs", "text-btn", "size"], ge = {
|
|
194
|
-
__name: "BsCircleButton",
|
|
195
|
-
props: {
|
|
196
|
-
disabled: {},
|
|
197
|
-
ghostBtn: {},
|
|
198
|
-
hoverEffect: { default: !1 },
|
|
199
|
-
href: {},
|
|
200
|
-
icon: {},
|
|
201
|
-
iconPosition: {},
|
|
202
|
-
label: {},
|
|
203
|
-
passAttrs: { default: "" },
|
|
204
|
-
textBtn: {},
|
|
205
|
-
size: {},
|
|
206
|
-
router: {}
|
|
207
|
-
},
|
|
208
|
-
emits: [],
|
|
209
|
-
setup(e, { emit: s }) {
|
|
210
|
-
const a = e, { onLinkClick: t } = f(a);
|
|
211
|
-
return (l, d) => (n(), i("bs-circle-button", r(l.$attrs, {
|
|
212
|
-
disabled: e.disabled,
|
|
213
|
-
"ghost-btn": e.ghostBtn,
|
|
214
|
-
"hover-effect": e.hoverEffect,
|
|
215
|
-
href: e.href,
|
|
216
|
-
icon: e.icon,
|
|
217
|
-
"icon-position": e.iconPosition,
|
|
218
|
-
label: e.label,
|
|
219
|
-
"pass-attrs": e.passAttrs,
|
|
220
|
-
"text-btn": e.textBtn,
|
|
221
|
-
size: e.size,
|
|
222
|
-
onClick: d[0] || (d[0] = (...u) => c(t) && c(t)(...u))
|
|
223
|
-
}), null, 16, y));
|
|
224
|
-
}
|
|
225
|
-
}, L = ["width", "top", "center", "right", "toggle-id", "container-id", "helper-text", "helper-description", "enter-controlled", "enter-trigger", "leave-trigger"], ve = {
|
|
226
|
-
__name: "BsDropdown",
|
|
227
|
-
props: {
|
|
228
|
-
width: { default: void 0 },
|
|
229
|
-
top: { default: !1 },
|
|
230
|
-
center: { default: !1 },
|
|
231
|
-
right: { default: !1 },
|
|
232
|
-
toggleId: {},
|
|
233
|
-
containerId: { default: void 0 },
|
|
234
|
-
helperText: {},
|
|
235
|
-
helperDescription: {},
|
|
236
|
-
enterControlled: { default: !1 },
|
|
237
|
-
enterTrigger: { default: !1 },
|
|
238
|
-
leaveTrigger: { default: !1 }
|
|
239
|
-
},
|
|
240
|
-
emits: ["close", "enterend", "leaveend"],
|
|
241
|
-
setup(e, { emit: s }) {
|
|
242
|
-
return (a, t) => (n(), i("bs-dropdown", r(a.$attrs, {
|
|
243
|
-
width: e.width,
|
|
244
|
-
top: e.top,
|
|
245
|
-
center: e.center,
|
|
246
|
-
right: e.right,
|
|
247
|
-
"toggle-id": e.toggleId,
|
|
248
|
-
"container-id": e.containerId,
|
|
249
|
-
"helper-text": e.helperText,
|
|
250
|
-
"helper-description": e.helperDescription,
|
|
251
|
-
"enter-controlled": e.enterControlled,
|
|
252
|
-
"enter-trigger": e.enterTrigger,
|
|
253
|
-
"leave-trigger": e.leaveTrigger,
|
|
254
|
-
onClose: t[0] || (t[0] = (l) => s("close", l.detail)),
|
|
255
|
-
onEnterend: t[1] || (t[1] = (l) => s("enterend", l.detail)),
|
|
256
|
-
onLeaveend: t[2] || (t[2] = (l) => s("leaveend", l.detail))
|
|
257
|
-
}), [
|
|
258
|
-
o(a.$slots, "default")
|
|
259
|
-
], 16, L));
|
|
260
|
-
}
|
|
261
|
-
}, V = ["value", "variant", "options-id", "selected", "focused", "index"], $e = {
|
|
262
|
-
__name: "BsDropdownOption",
|
|
263
|
-
props: {
|
|
264
|
-
value: {},
|
|
265
|
-
variant: { default: void 0 },
|
|
266
|
-
optionsId: {},
|
|
267
|
-
selected: { default: !1 },
|
|
268
|
-
focused: { default: !1 },
|
|
269
|
-
index: {}
|
|
270
|
-
},
|
|
271
|
-
emits: ["optmouseenter", "optselect"],
|
|
272
|
-
setup(e, { emit: s }) {
|
|
273
|
-
return (a, t) => (n(), i("bs-dropdown-option", r(a.$attrs, {
|
|
274
|
-
value: e.value,
|
|
275
|
-
variant: e.variant,
|
|
276
|
-
"options-id": e.optionsId,
|
|
277
|
-
selected: e.selected,
|
|
278
|
-
focused: e.focused,
|
|
279
|
-
index: e.index,
|
|
280
|
-
onOptmouseenter: t[0] || (t[0] = (l) => s("optmouseenter", l.detail)),
|
|
281
|
-
onOptselect: t[1] || (t[1] = (l) => s("optselect", l.detail))
|
|
282
|
-
}), [
|
|
283
|
-
o(a.$slots, "default")
|
|
284
|
-
], 16, V));
|
|
285
|
-
}
|
|
286
|
-
}, A = ["options-id", "visible", "focus-delay", "label", "selected-value"], Be = {
|
|
287
|
-
__name: "BsDropdownOptionList",
|
|
288
|
-
props: {
|
|
289
|
-
optionsId: {},
|
|
290
|
-
visible: { default: !1 },
|
|
291
|
-
focusDelay: { default: 75 },
|
|
292
|
-
label: {},
|
|
293
|
-
selectedValue: {}
|
|
294
|
-
},
|
|
295
|
-
emits: ["optselected", "close"],
|
|
296
|
-
setup(e, { emit: s }) {
|
|
297
|
-
return (a, t) => (n(), i("bs-dropdown-option-list", r(a.$attrs, {
|
|
298
|
-
"options-id": e.optionsId,
|
|
299
|
-
visible: e.visible,
|
|
300
|
-
"focus-delay": e.focusDelay,
|
|
301
|
-
label: e.label,
|
|
302
|
-
"selected-value": e.selectedValue,
|
|
303
|
-
onOptselected: t[0] || (t[0] = (l) => s("optselected", l.detail)),
|
|
304
|
-
onClose: t[1] || (t[1] = (l) => s("close", l.detail))
|
|
305
|
-
}), [
|
|
306
|
-
o(a.$slots, "default")
|
|
307
|
-
], 16, A));
|
|
308
|
-
}
|
|
309
|
-
}, q = ["toggle-id", "container-id", "options-id", "width", "top", "center", "label", "selected-value", "enter-controlled", "enter-trigger", "leave-trigger", "helper-text", "helper-description", "right"], Ie = {
|
|
310
|
-
__name: "BsDropdownWithOptions",
|
|
311
|
-
props: {
|
|
312
|
-
toggleId: {},
|
|
313
|
-
containerId: { default: void 0 },
|
|
314
|
-
optionsId: {},
|
|
315
|
-
width: { default: void 0 },
|
|
316
|
-
top: { default: !1 },
|
|
317
|
-
center: { default: !1 },
|
|
318
|
-
label: {},
|
|
319
|
-
selectedValue: {},
|
|
320
|
-
enterControlled: { default: !1 },
|
|
321
|
-
enterTrigger: { default: !1 },
|
|
322
|
-
leaveTrigger: { default: !1 },
|
|
323
|
-
helperText: {},
|
|
324
|
-
helperDescription: {},
|
|
325
|
-
right: { default: !1 }
|
|
326
|
-
},
|
|
327
|
-
emits: ["optselected", "close", "enterend", "leaveend"],
|
|
328
|
-
setup(e, { emit: s }) {
|
|
329
|
-
return (a, t) => (n(), i("bs-dropdown-with-options", r(a.$attrs, {
|
|
330
|
-
"toggle-id": e.toggleId,
|
|
331
|
-
"container-id": e.containerId,
|
|
332
|
-
"options-id": e.optionsId,
|
|
333
|
-
width: e.width,
|
|
334
|
-
top: e.top,
|
|
335
|
-
center: e.center,
|
|
336
|
-
label: e.label,
|
|
337
|
-
"selected-value": e.selectedValue,
|
|
338
|
-
"enter-controlled": e.enterControlled,
|
|
339
|
-
"enter-trigger": e.enterTrigger,
|
|
340
|
-
"leave-trigger": e.leaveTrigger,
|
|
341
|
-
"helper-text": e.helperText,
|
|
342
|
-
"helper-description": e.helperDescription,
|
|
343
|
-
right: e.right,
|
|
344
|
-
onOptselected: t[0] || (t[0] = (l) => s("optselected", l.detail)),
|
|
345
|
-
onClose: t[1] || (t[1] = (l) => s("close", l.detail)),
|
|
346
|
-
onEnterend: t[2] || (t[2] = (l) => s("enterend", l.detail)),
|
|
347
|
-
onLeaveend: t[3] || (t[3] = (l) => s("leaveend", l.detail))
|
|
348
|
-
}), [
|
|
349
|
-
o(a.$slots, "default")
|
|
350
|
-
], 16, q));
|
|
351
|
-
}
|
|
352
|
-
}, z = ["char-count", "char-max", "error", "error-msg", "hint", "hint-id"], Te = {
|
|
353
|
-
__name: "BsFieldDetails",
|
|
354
|
-
props: {
|
|
355
|
-
charCount: {},
|
|
356
|
-
charMax: {},
|
|
357
|
-
error: {},
|
|
358
|
-
errorMsg: {},
|
|
359
|
-
hint: {},
|
|
360
|
-
hintId: {}
|
|
361
|
-
},
|
|
362
|
-
emits: [],
|
|
363
|
-
setup(e, { emit: s }) {
|
|
364
|
-
return (a, t) => (n(), i("bs-field-details", r(a.$attrs, {
|
|
365
|
-
"char-count": e.charCount,
|
|
366
|
-
"char-max": e.charMax,
|
|
367
|
-
error: e.error,
|
|
368
|
-
"error-msg": e.errorMsg,
|
|
369
|
-
hint: e.hint,
|
|
370
|
-
"hint-id": e.hintId
|
|
371
|
-
}), null, 16, z));
|
|
372
|
-
}
|
|
373
|
-
}, D = ["char-count", "char-max", "disabled", "error", "hints", "label", "label-for", "required", "hint-id"], xe = {
|
|
374
|
-
__name: "BsFieldLayout",
|
|
375
|
-
props: {
|
|
376
|
-
charCount: {},
|
|
377
|
-
charMax: {},
|
|
378
|
-
disabled: { default: !1 },
|
|
379
|
-
error: {},
|
|
380
|
-
hints: {},
|
|
381
|
-
label: {},
|
|
382
|
-
labelFor: {},
|
|
383
|
-
required: {},
|
|
384
|
-
hintId: {}
|
|
385
|
-
},
|
|
386
|
-
emits: [],
|
|
387
|
-
setup(e, { emit: s }) {
|
|
388
|
-
return (a, t) => (n(), i("bs-field-layout", r(a.$attrs, {
|
|
389
|
-
"char-count": e.charCount,
|
|
390
|
-
"char-max": e.charMax,
|
|
391
|
-
disabled: e.disabled,
|
|
392
|
-
error: e.error,
|
|
393
|
-
hints: e.hints,
|
|
394
|
-
label: e.label,
|
|
395
|
-
"label-for": e.labelFor,
|
|
396
|
-
required: e.required,
|
|
397
|
-
"hint-id": e.hintId
|
|
398
|
-
}), [
|
|
399
|
-
o(a.$slots, "default")
|
|
400
|
-
], 16, D));
|
|
401
|
-
}
|
|
402
|
-
}, P = ["error", "hint-id", "hints"], Ce = {
|
|
403
|
-
__name: "BsHint",
|
|
404
|
-
props: {
|
|
405
|
-
error: {},
|
|
406
|
-
hintId: {},
|
|
407
|
-
hints: {}
|
|
408
|
-
},
|
|
409
|
-
emits: [],
|
|
410
|
-
setup(e, { emit: s }) {
|
|
411
|
-
return (a, t) => (n(), i("bs-hint", r(a.$attrs, {
|
|
412
|
-
error: e.error,
|
|
413
|
-
"hint-id": e.hintId,
|
|
414
|
-
hints: e.hints
|
|
415
|
-
}), null, 16, P));
|
|
416
|
-
}
|
|
417
|
-
}, we = {
|
|
418
|
-
__name: "BsIconGradientWrapper",
|
|
419
|
-
props: {},
|
|
420
|
-
emits: [],
|
|
421
|
-
setup(e, { emit: s }) {
|
|
422
|
-
return (a, t) => (n(), i("bs-icon-gradient-wrapper", h(b(a.$attrs)), [
|
|
423
|
-
o(a.$slots, "default")
|
|
424
|
-
], 16));
|
|
425
|
-
}
|
|
426
|
-
}, M = ["disabled", "error", "input-id", "pass-attrs", "placeholder", "required", "type", "value", "hint-id"], ke = {
|
|
427
|
-
__name: "BsInput",
|
|
428
|
-
props: {
|
|
429
|
-
disabled: { default: !1 },
|
|
430
|
-
error: {},
|
|
431
|
-
inputId: {},
|
|
432
|
-
passAttrs: { default: "" },
|
|
433
|
-
placeholder: {},
|
|
434
|
-
required: {},
|
|
435
|
-
type: { default: "text" },
|
|
436
|
-
value: {},
|
|
437
|
-
hintId: {},
|
|
438
|
-
modelValue: {}
|
|
439
|
-
},
|
|
440
|
-
emits: ["update:modelValue"],
|
|
441
|
-
setup(e, { emit: s }) {
|
|
442
|
-
return (a, t) => (n(), i("bs-input", r(a.$attrs, {
|
|
443
|
-
disabled: e.disabled,
|
|
444
|
-
error: e.error,
|
|
445
|
-
"input-id": e.inputId,
|
|
446
|
-
"pass-attrs": e.passAttrs,
|
|
447
|
-
placeholder: e.placeholder,
|
|
448
|
-
required: e.required,
|
|
449
|
-
type: e.type,
|
|
450
|
-
value: e.value || e.modelValue,
|
|
451
|
-
"hint-id": e.hintId,
|
|
452
|
-
onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
453
|
-
}), null, 16, M));
|
|
454
|
-
}
|
|
455
|
-
}, F = ["disabled", "error", "multifocus", "variant"], ye = {
|
|
456
|
-
__name: "BsInputAddon",
|
|
457
|
-
props: {
|
|
458
|
-
disabled: { default: !1 },
|
|
459
|
-
error: { default: !1 },
|
|
460
|
-
multifocus: { default: !1 },
|
|
461
|
-
variant: {}
|
|
462
|
-
},
|
|
463
|
-
emits: [],
|
|
464
|
-
setup(e, { emit: s }) {
|
|
465
|
-
return (a, t) => (n(), i("bs-input-addon", r(a.$attrs, {
|
|
466
|
-
disabled: e.disabled,
|
|
467
|
-
error: e.error,
|
|
468
|
-
multifocus: e.multifocus,
|
|
469
|
-
variant: e.variant
|
|
470
|
-
}), [
|
|
471
|
-
o(a.$slots, "default")
|
|
472
|
-
], 16, F));
|
|
473
|
-
}
|
|
474
|
-
}, O = ["disabled", "error", "error-msg", "hint", "hints", "input-id", "label", "pass-attrs", "placeholder", "required", "type", "value"], Le = {
|
|
475
|
-
__name: "BsInputField",
|
|
476
|
-
props: {
|
|
477
|
-
disabled: { default: !1 },
|
|
478
|
-
error: {},
|
|
479
|
-
errorMsg: {},
|
|
480
|
-
hint: {},
|
|
481
|
-
hints: {},
|
|
482
|
-
inputId: {},
|
|
483
|
-
label: {},
|
|
484
|
-
passAttrs: { default: "" },
|
|
485
|
-
placeholder: {},
|
|
486
|
-
required: {},
|
|
487
|
-
type: { default: "text" },
|
|
488
|
-
value: {},
|
|
489
|
-
modelValue: {}
|
|
490
|
-
},
|
|
491
|
-
emits: ["update:modelValue"],
|
|
492
|
-
setup(e, { emit: s }) {
|
|
493
|
-
return (a, t) => (n(), i("bs-input-field", r(a.$attrs, {
|
|
494
|
-
disabled: e.disabled,
|
|
495
|
-
error: e.error,
|
|
496
|
-
"error-msg": e.errorMsg,
|
|
497
|
-
hint: e.hint,
|
|
498
|
-
hints: e.hints,
|
|
499
|
-
"input-id": e.inputId,
|
|
500
|
-
label: e.label,
|
|
501
|
-
"pass-attrs": e.passAttrs,
|
|
502
|
-
placeholder: e.placeholder,
|
|
503
|
-
required: e.required,
|
|
504
|
-
type: e.type,
|
|
505
|
-
value: e.value || e.modelValue,
|
|
506
|
-
onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
507
|
-
}), null, 16, O));
|
|
508
|
-
}
|
|
509
|
-
}, S = ["disabled", "pass-attrs", "placeholder", "hint-id", "input-id", "value", "hide-clear"], Ve = {
|
|
510
|
-
__name: "BsInputSearch",
|
|
511
|
-
props: {
|
|
512
|
-
disabled: { default: !1 },
|
|
513
|
-
passAttrs: { default: "" },
|
|
514
|
-
placeholder: { default: "Search Items" },
|
|
515
|
-
hintId: {},
|
|
516
|
-
inputId: {},
|
|
517
|
-
value: { default: "" },
|
|
518
|
-
hideClear: { default: !1 },
|
|
519
|
-
modelValue: {}
|
|
520
|
-
},
|
|
521
|
-
emits: ["clear", "update:modelValue"],
|
|
522
|
-
setup(e, { emit: s }) {
|
|
523
|
-
return (a, t) => (n(), i("bs-input-search", r(a.$attrs, {
|
|
524
|
-
disabled: e.disabled,
|
|
525
|
-
"pass-attrs": e.passAttrs,
|
|
526
|
-
placeholder: e.placeholder,
|
|
527
|
-
"hint-id": e.hintId,
|
|
528
|
-
"input-id": e.inputId,
|
|
529
|
-
value: e.value || e.modelValue,
|
|
530
|
-
"hide-clear": e.hideClear,
|
|
531
|
-
onClear: t[0] || (t[0] = (l) => s("clear", l.detail)),
|
|
532
|
-
onInput: t[1] || (t[1] = (l) => s("update:modelValue", l.target.value))
|
|
533
|
-
}), null, 16, S));
|
|
534
|
-
}
|
|
535
|
-
}, E = ["disabled", "for", "hide", "pass-attrs", "required"], Ae = {
|
|
536
|
-
__name: "BsLabel",
|
|
537
|
-
props: {
|
|
538
|
-
disabled: {},
|
|
539
|
-
for: {},
|
|
540
|
-
hide: {},
|
|
541
|
-
passAttrs: { default: "" },
|
|
542
|
-
required: {}
|
|
543
|
-
},
|
|
544
|
-
emits: [],
|
|
545
|
-
setup(e, { emit: s }) {
|
|
546
|
-
return (a, t) => (n(), i("bs-label", r(a.$attrs, {
|
|
547
|
-
disabled: e.disabled,
|
|
548
|
-
for: e.for,
|
|
549
|
-
hide: e.hide,
|
|
550
|
-
"pass-attrs": e.passAttrs,
|
|
551
|
-
required: e.required
|
|
552
|
-
}), [
|
|
553
|
-
o(a.$slots, "default")
|
|
554
|
-
], 16, E));
|
|
555
|
-
}
|
|
556
|
-
}, j = ["size", "variant"], qe = {
|
|
557
|
-
__name: "BsLoader",
|
|
558
|
-
props: {
|
|
559
|
-
size: {},
|
|
560
|
-
variant: {}
|
|
561
|
-
},
|
|
562
|
-
emits: [],
|
|
563
|
-
setup(e, { emit: s }) {
|
|
564
|
-
return (a, t) => (n(), i("bs-loader", r(a.$attrs, {
|
|
565
|
-
size: e.size,
|
|
566
|
-
variant: e.variant
|
|
567
|
-
}), null, 16, j));
|
|
568
|
-
}
|
|
569
|
-
}, G = ["alert", "close-button", "enter-controlled", "enter-trigger", "leave-trigger"], ze = {
|
|
570
|
-
__name: "BsModal",
|
|
571
|
-
props: {
|
|
572
|
-
alert: { default: !1 },
|
|
573
|
-
closeButton: { default: !0 },
|
|
574
|
-
enterControlled: { default: !1 },
|
|
575
|
-
enterTrigger: { default: !1 },
|
|
576
|
-
leaveTrigger: { default: !1 }
|
|
577
|
-
},
|
|
578
|
-
emits: ["close", "enterend", "leaveend"],
|
|
579
|
-
setup(e, { emit: s }) {
|
|
580
|
-
return (a, t) => (n(), i("bs-modal", r(a.$attrs, {
|
|
581
|
-
alert: e.alert,
|
|
582
|
-
"close-button": e.closeButton,
|
|
583
|
-
"enter-controlled": e.enterControlled,
|
|
584
|
-
"enter-trigger": e.enterTrigger,
|
|
585
|
-
"leave-trigger": e.leaveTrigger,
|
|
586
|
-
onClose: t[0] || (t[0] = (l) => s("close", l.detail)),
|
|
587
|
-
onEnterend: t[1] || (t[1] = (l) => s("enterend", l.detail)),
|
|
588
|
-
onLeaveend: t[2] || (t[2] = (l) => s("leaveend", l.detail))
|
|
589
|
-
}), [
|
|
590
|
-
o(a.$slots, "default")
|
|
591
|
-
], 16, G));
|
|
592
|
-
}
|
|
593
|
-
}, R = ["enter-controlled", "enter-trigger", "leave-trigger"], De = {
|
|
594
|
-
__name: "BsOverlay",
|
|
595
|
-
props: {
|
|
596
|
-
enterControlled: { default: !1 },
|
|
597
|
-
enterTrigger: { default: !1 },
|
|
598
|
-
leaveTrigger: { default: !1 }
|
|
599
|
-
},
|
|
600
|
-
emits: ["enterend", "leaveend"],
|
|
601
|
-
setup(e, { emit: s }) {
|
|
602
|
-
return (a, t) => (n(), i("bs-overlay", r(a.$attrs, {
|
|
603
|
-
"enter-controlled": e.enterControlled,
|
|
604
|
-
"enter-trigger": e.enterTrigger,
|
|
605
|
-
"leave-trigger": e.leaveTrigger,
|
|
606
|
-
onEnterend: t[0] || (t[0] = (l) => s("enterend", l.detail)),
|
|
607
|
-
onLeaveend: t[1] || (t[1] = (l) => s("leaveend", l.detail))
|
|
608
|
-
}), null, 16, R));
|
|
609
|
-
}
|
|
610
|
-
}, W = ["show-first-last-buttons", "prev-page-text", "first-page-text", "next-page-text", "last-page-text", "fixed", "variant", "selection", "center-display", "break-text", "page-range", "page-count", "center-label", "items-per-group", "items-count", "results-increments"], Pe = {
|
|
611
|
-
__name: "BsPagination",
|
|
612
|
-
props: {
|
|
613
|
-
showFirstLastButtons: { default: !1 },
|
|
614
|
-
prevPageText: {},
|
|
615
|
-
firstPageText: {},
|
|
616
|
-
nextPageText: {},
|
|
617
|
-
lastPageText: {},
|
|
618
|
-
fixed: { default: !1 },
|
|
619
|
-
variant: { default: "base" },
|
|
620
|
-
selection: {},
|
|
621
|
-
centerDisplay: { default: "numbers" },
|
|
622
|
-
breakText: { default: "…" },
|
|
623
|
-
pageRange: { default: 3 },
|
|
624
|
-
pageCount: {},
|
|
625
|
-
centerLabel: {},
|
|
626
|
-
itemsPerGroup: { default: 25 },
|
|
627
|
-
itemsCount: {},
|
|
628
|
-
resultsIncrements: {}
|
|
629
|
-
},
|
|
630
|
-
emits: ["selchange"],
|
|
631
|
-
setup(e, { emit: s }) {
|
|
632
|
-
return (a, t) => (n(), i("bs-pagination", r(a.$attrs, {
|
|
633
|
-
"show-first-last-buttons": e.showFirstLastButtons,
|
|
634
|
-
"prev-page-text": e.prevPageText,
|
|
635
|
-
"first-page-text": e.firstPageText,
|
|
636
|
-
"next-page-text": e.nextPageText,
|
|
637
|
-
"last-page-text": e.lastPageText,
|
|
638
|
-
fixed: e.fixed,
|
|
639
|
-
variant: e.variant,
|
|
640
|
-
selection: e.selection,
|
|
641
|
-
"center-display": e.centerDisplay,
|
|
642
|
-
"break-text": e.breakText,
|
|
643
|
-
"page-range": e.pageRange,
|
|
644
|
-
"page-count": e.pageCount,
|
|
645
|
-
"center-label": e.centerLabel,
|
|
646
|
-
"items-per-group": e.itemsPerGroup,
|
|
647
|
-
"items-count": e.itemsCount,
|
|
648
|
-
"results-increments": e.resultsIncrements,
|
|
649
|
-
onSelchange: t[0] || (t[0] = (l) => s("selchange", l.detail))
|
|
650
|
-
}), null, 16, W));
|
|
651
|
-
}
|
|
652
|
-
}, H = ["variant", "status", "href", "active", "disabled", "pass-attrs"], Me = {
|
|
653
|
-
__name: "BsPill",
|
|
654
|
-
props: {
|
|
655
|
-
variant: {},
|
|
656
|
-
status: {},
|
|
657
|
-
href: {},
|
|
658
|
-
active: {},
|
|
659
|
-
disabled: {},
|
|
660
|
-
passAttrs: { default: "" },
|
|
661
|
-
router: {}
|
|
662
|
-
},
|
|
663
|
-
emits: [],
|
|
664
|
-
setup(e, { emit: s }) {
|
|
665
|
-
const a = e, { onLinkClick: t } = f(a);
|
|
666
|
-
return (l, d) => (n(), i("bs-pill", r(l.$attrs, {
|
|
667
|
-
variant: e.variant,
|
|
668
|
-
status: e.status,
|
|
669
|
-
href: e.href,
|
|
670
|
-
active: e.active,
|
|
671
|
-
disabled: e.disabled,
|
|
672
|
-
"pass-attrs": e.passAttrs,
|
|
673
|
-
onClick: d[0] || (d[0] = (...u) => c(t) && c(t)(...u))
|
|
674
|
-
}), [
|
|
675
|
-
o(l.$slots, "default")
|
|
676
|
-
], 16, H));
|
|
677
|
-
}
|
|
678
|
-
}, N = ["layout", "href", "image-src", "image-size", "initials", "profile-name", "company", "job-title", "email", "action", "action-icon", "misc-meta", "misc-meta-icon"], Fe = {
|
|
679
|
-
__name: "BsProfile",
|
|
680
|
-
props: {
|
|
681
|
-
layout: {},
|
|
682
|
-
href: {},
|
|
683
|
-
imageSrc: {},
|
|
684
|
-
imageSize: { default: "lg" },
|
|
685
|
-
initials: {},
|
|
686
|
-
profileName: {},
|
|
687
|
-
company: {},
|
|
688
|
-
jobTitle: {},
|
|
689
|
-
email: {},
|
|
690
|
-
action: {},
|
|
691
|
-
actionIcon: {},
|
|
692
|
-
miscMeta: {},
|
|
693
|
-
miscMetaIcon: {},
|
|
694
|
-
router: {}
|
|
695
|
-
},
|
|
696
|
-
emits: ["action-toggled"],
|
|
697
|
-
setup(e, { emit: s }) {
|
|
698
|
-
const a = e, { onLinkClick: t } = f(a);
|
|
699
|
-
return (l, d) => (n(), i("bs-profile", r(l.$attrs, {
|
|
700
|
-
layout: e.layout,
|
|
701
|
-
href: e.href,
|
|
702
|
-
"image-src": e.imageSrc,
|
|
703
|
-
"image-size": e.imageSize,
|
|
704
|
-
initials: e.initials,
|
|
705
|
-
"profile-name": e.profileName,
|
|
706
|
-
company: e.company,
|
|
707
|
-
"job-title": e.jobTitle,
|
|
708
|
-
email: e.email,
|
|
709
|
-
action: e.action,
|
|
710
|
-
"action-icon": e.actionIcon,
|
|
711
|
-
"misc-meta": e.miscMeta,
|
|
712
|
-
"misc-meta-icon": e.miscMetaIcon,
|
|
713
|
-
onActionToggled: d[0] || (d[0] = (u) => s("action-toggled", u.detail)),
|
|
714
|
-
onClick: d[1] || (d[1] = (...u) => c(t) && c(t)(...u))
|
|
715
|
-
}), null, 16, N));
|
|
716
|
-
}
|
|
717
|
-
}, X = ["profile-name", "company", "job-title", "email", "action", "action-icon", "misc-meta", "misc-meta-icon"], Oe = {
|
|
718
|
-
__name: "BsProfileDetails",
|
|
719
|
-
props: {
|
|
720
|
-
profileName: {},
|
|
721
|
-
company: {},
|
|
722
|
-
jobTitle: {},
|
|
723
|
-
email: {},
|
|
724
|
-
action: {},
|
|
725
|
-
actionIcon: {},
|
|
726
|
-
miscMeta: {},
|
|
727
|
-
miscMetaIcon: {}
|
|
728
|
-
},
|
|
729
|
-
emits: ["action-toggled"],
|
|
730
|
-
setup(e, { emit: s }) {
|
|
731
|
-
return (a, t) => (n(), i("bs-profile-details", r(a.$attrs, {
|
|
732
|
-
"profile-name": e.profileName,
|
|
733
|
-
company: e.company,
|
|
734
|
-
"job-title": e.jobTitle,
|
|
735
|
-
email: e.email,
|
|
736
|
-
action: e.action,
|
|
737
|
-
"action-icon": e.actionIcon,
|
|
738
|
-
"misc-meta": e.miscMeta,
|
|
739
|
-
"misc-meta-icon": e.miscMetaIcon,
|
|
740
|
-
onActionToggled: t[0] || (t[0] = (l) => s("action-toggled", l.detail))
|
|
741
|
-
}), null, 16, X));
|
|
742
|
-
}
|
|
743
|
-
}, Y = ["src", "size", "initials", "profile-name"], Se = {
|
|
744
|
-
__name: "BsProfileImg",
|
|
745
|
-
props: {
|
|
746
|
-
src: {},
|
|
747
|
-
size: {},
|
|
748
|
-
initials: {},
|
|
749
|
-
profileName: {}
|
|
750
|
-
},
|
|
751
|
-
emits: [],
|
|
752
|
-
setup(e, { emit: s }) {
|
|
753
|
-
return (a, t) => (n(), i("bs-profile-img", r(a.$attrs, {
|
|
754
|
-
src: e.src,
|
|
755
|
-
size: e.size,
|
|
756
|
-
initials: e.initials,
|
|
757
|
-
"profile-name": e.profileName
|
|
758
|
-
}), null, 16, Y));
|
|
759
|
-
}
|
|
760
|
-
}, Z = ["layout", "href", "pass-attrs"], Ee = {
|
|
761
|
-
__name: "BsProfileLayout",
|
|
762
|
-
props: {
|
|
763
|
-
layout: { default: "vertical" },
|
|
764
|
-
href: {},
|
|
765
|
-
passAttrs: { default: "" },
|
|
766
|
-
router: {}
|
|
767
|
-
},
|
|
768
|
-
emits: [],
|
|
769
|
-
setup(e, { emit: s }) {
|
|
770
|
-
const a = e, { onLinkClick: t } = f(a);
|
|
771
|
-
return (l, d) => (n(), i("bs-profile-layout", r(l.$attrs, {
|
|
772
|
-
layout: e.layout,
|
|
773
|
-
href: e.href,
|
|
774
|
-
"pass-attrs": e.passAttrs,
|
|
775
|
-
onClick: d[0] || (d[0] = (...u) => c(t) && c(t)(...u))
|
|
776
|
-
}), [
|
|
777
|
-
o(l.$slots, "default")
|
|
778
|
-
], 16, Z));
|
|
779
|
-
}
|
|
780
|
-
}, J = ["label", "checked", "disabled", "error", "input-id", "pass-attrs", "required", "size", "value"], je = {
|
|
781
|
-
__name: "BsRadio",
|
|
782
|
-
props: {
|
|
783
|
-
label: {},
|
|
784
|
-
checked: { default: !1 },
|
|
785
|
-
disabled: { default: !1 },
|
|
786
|
-
error: {},
|
|
787
|
-
inputId: {},
|
|
788
|
-
passAttrs: { default: "" },
|
|
789
|
-
required: {},
|
|
790
|
-
size: {},
|
|
791
|
-
value: {},
|
|
792
|
-
modelValue: {}
|
|
793
|
-
},
|
|
794
|
-
emits: ["update:modelValue"],
|
|
795
|
-
setup(e, { emit: s }) {
|
|
796
|
-
return (a, t) => (n(), i("bs-radio", r(a.$attrs, {
|
|
797
|
-
label: e.label,
|
|
798
|
-
checked: e.checked || e.modelValue === e.value,
|
|
799
|
-
disabled: e.disabled,
|
|
800
|
-
error: e.error,
|
|
801
|
-
"input-id": e.inputId,
|
|
802
|
-
"pass-attrs": e.passAttrs,
|
|
803
|
-
required: e.required,
|
|
804
|
-
size: e.size,
|
|
805
|
-
value: e.value,
|
|
806
|
-
onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
807
|
-
}), null, 16, J));
|
|
808
|
-
}
|
|
809
|
-
}, K = ["disabled", "input-id", "required", "error", "hint-id", "value", "pass-attrs"], Ge = {
|
|
810
|
-
__name: "BsSelect",
|
|
811
|
-
props: {
|
|
812
|
-
disabled: { default: !1 },
|
|
813
|
-
inputId: {},
|
|
814
|
-
required: {},
|
|
815
|
-
error: {},
|
|
816
|
-
hintId: {},
|
|
817
|
-
value: {},
|
|
818
|
-
passAttrs: { default: "" },
|
|
819
|
-
modelValue: {}
|
|
820
|
-
},
|
|
821
|
-
emits: ["update:modelValue"],
|
|
822
|
-
setup(e, { emit: s }) {
|
|
823
|
-
return (a, t) => (n(), i("bs-select", r(a.$attrs, {
|
|
824
|
-
disabled: e.disabled,
|
|
825
|
-
"input-id": e.inputId,
|
|
826
|
-
required: e.required,
|
|
827
|
-
error: e.error,
|
|
828
|
-
"hint-id": e.hintId,
|
|
829
|
-
value: e.value || e.modelValue,
|
|
830
|
-
"pass-attrs": e.passAttrs,
|
|
831
|
-
onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
832
|
-
}), [
|
|
833
|
-
o(a.$slots, "default")
|
|
834
|
-
], 16, K));
|
|
835
|
-
}
|
|
836
|
-
}, Q = ["disabled", "error", "error-msg", "input-id", "label", "hint", "hints", "placeholder", "required", "value", "pass-attrs", "data"], Re = {
|
|
837
|
-
__name: "BsSelectField",
|
|
838
|
-
props: {
|
|
839
|
-
disabled: { default: !1 },
|
|
840
|
-
error: {},
|
|
841
|
-
errorMsg: {},
|
|
842
|
-
inputId: {},
|
|
843
|
-
label: {},
|
|
844
|
-
hint: {},
|
|
845
|
-
hints: {},
|
|
846
|
-
placeholder: { default: "" },
|
|
847
|
-
required: {},
|
|
848
|
-
value: {},
|
|
849
|
-
passAttrs: { default: "" },
|
|
850
|
-
data: { default: [] },
|
|
851
|
-
modelValue: {}
|
|
852
|
-
},
|
|
853
|
-
emits: ["update:modelValue"],
|
|
854
|
-
setup(e, { emit: s }) {
|
|
855
|
-
return (a, t) => (n(), i("bs-select-field", r(a.$attrs, {
|
|
856
|
-
disabled: e.disabled,
|
|
857
|
-
error: e.error,
|
|
858
|
-
"error-msg": e.errorMsg,
|
|
859
|
-
"input-id": e.inputId,
|
|
860
|
-
label: e.label,
|
|
861
|
-
hint: e.hint,
|
|
862
|
-
hints: e.hints,
|
|
863
|
-
placeholder: e.placeholder,
|
|
864
|
-
required: e.required,
|
|
865
|
-
value: e.value || e.modelValue,
|
|
866
|
-
"pass-attrs": e.passAttrs,
|
|
867
|
-
data: e.data,
|
|
868
|
-
onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
869
|
-
}), null, 16, Q));
|
|
870
|
-
}
|
|
871
|
-
}, U = ["checked", "disabled", "hide-label", "input-id", "inner-on-label", "inner-off-label", "label", "pass-attrs", "size"], We = {
|
|
872
|
-
__name: "BsSwitch",
|
|
873
|
-
props: {
|
|
874
|
-
checked: { default: !1 },
|
|
875
|
-
disabled: { default: !1 },
|
|
876
|
-
hideLabel: { default: !1 },
|
|
877
|
-
inputId: {},
|
|
878
|
-
innerOnLabel: {},
|
|
879
|
-
innerOffLabel: {},
|
|
880
|
-
label: {},
|
|
881
|
-
passAttrs: { default: "" },
|
|
882
|
-
size: {},
|
|
883
|
-
modelValue: {}
|
|
884
|
-
},
|
|
885
|
-
emits: ["update:modelValue"],
|
|
886
|
-
setup(e, { emit: s }) {
|
|
887
|
-
return (a, t) => (n(), i("bs-switch", r(a.$attrs, {
|
|
888
|
-
checked: e.checked || e.modelValue,
|
|
889
|
-
disabled: e.disabled,
|
|
890
|
-
"hide-label": e.hideLabel,
|
|
891
|
-
"input-id": e.inputId,
|
|
892
|
-
"inner-on-label": e.innerOnLabel,
|
|
893
|
-
"inner-off-label": e.innerOffLabel,
|
|
894
|
-
label: e.label,
|
|
895
|
-
"pass-attrs": e.passAttrs,
|
|
896
|
-
size: e.size,
|
|
897
|
-
onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.checked))
|
|
898
|
-
}), null, 16, U));
|
|
899
|
-
}
|
|
900
|
-
}, p = ["active-tab-id", "hidden", "panel-id"], He = {
|
|
901
|
-
__name: "BsTab",
|
|
902
|
-
props: {
|
|
903
|
-
activeTabId: {},
|
|
904
|
-
hidden: { default: !1 },
|
|
905
|
-
panelId: {}
|
|
906
|
-
},
|
|
907
|
-
emits: [],
|
|
908
|
-
setup(e, { emit: s }) {
|
|
909
|
-
return (a, t) => (n(), i("bs-tab", r(a.$attrs, {
|
|
910
|
-
"active-tab-id": e.activeTabId,
|
|
911
|
-
hidden: e.hidden,
|
|
912
|
-
"panel-id": e.panelId
|
|
913
|
-
}), [
|
|
914
|
-
o(a.$slots, "default")
|
|
915
|
-
], 16, p));
|
|
916
|
-
}
|
|
917
|
-
}, _ = ["active-tab-id", "helper-text", "helper-description"], Ne = {
|
|
918
|
-
__name: "BsTabList",
|
|
919
|
-
props: {
|
|
920
|
-
activeTabId: {},
|
|
921
|
-
helperText: { default: "Select a tab" },
|
|
922
|
-
helperDescription: {},
|
|
923
|
-
modelValue: {}
|
|
924
|
-
},
|
|
925
|
-
emits: ["tabChange", "update:modelValue"],
|
|
926
|
-
setup(e, { emit: s }) {
|
|
927
|
-
const a = (t) => {
|
|
928
|
-
s("tabChange", t.detail), s("update:modelValue", t.detail);
|
|
929
|
-
};
|
|
930
|
-
return (t, l) => (n(), i("bs-tab-list", r(t.$attrs, {
|
|
931
|
-
"active-tab-id": e.activeTabId || e.modelValue,
|
|
932
|
-
"helper-text": e.helperText,
|
|
933
|
-
"helper-description": e.helperDescription,
|
|
934
|
-
"on:tabChange": a
|
|
935
|
-
}), [
|
|
936
|
-
o(t.$slots, "default")
|
|
937
|
-
], 16, _));
|
|
938
|
-
}
|
|
939
|
-
}, ee = ["active-tab-id", "tab-id"], Xe = {
|
|
940
|
-
__name: "BsTabPanel",
|
|
941
|
-
props: {
|
|
942
|
-
activeTabId: {},
|
|
943
|
-
tabId: {}
|
|
944
|
-
},
|
|
945
|
-
emits: [],
|
|
946
|
-
setup(e, { emit: s }) {
|
|
947
|
-
return (a, t) => (n(), i("bs-tab-panel", r(a.$attrs, {
|
|
948
|
-
"active-tab-id": e.activeTabId,
|
|
949
|
-
"tab-id": e.tabId
|
|
950
|
-
}), [
|
|
951
|
-
o(a.$slots, "default")
|
|
952
|
-
], 16, ee));
|
|
953
|
-
}
|
|
954
|
-
}, te = ["disabled", "error", "input-id", "pass-attrs", "placeholder", "required", "rows", "value", "hint-id"], Ye = {
|
|
955
|
-
__name: "BsTextarea",
|
|
956
|
-
props: {
|
|
957
|
-
disabled: { default: !1 },
|
|
958
|
-
error: {},
|
|
959
|
-
inputId: {},
|
|
960
|
-
passAttrs: { default: "" },
|
|
961
|
-
placeholder: {},
|
|
962
|
-
required: {},
|
|
963
|
-
rows: { default: 6 },
|
|
964
|
-
value: {},
|
|
965
|
-
hintId: {},
|
|
966
|
-
modelValue: {}
|
|
967
|
-
},
|
|
968
|
-
emits: ["update:modelValue"],
|
|
969
|
-
setup(e, { emit: s }) {
|
|
970
|
-
return (a, t) => (n(), i("bs-textarea", r(a.$attrs, {
|
|
971
|
-
disabled: e.disabled,
|
|
972
|
-
error: e.error,
|
|
973
|
-
"input-id": e.inputId,
|
|
974
|
-
"pass-attrs": e.passAttrs,
|
|
975
|
-
placeholder: e.placeholder,
|
|
976
|
-
required: e.required,
|
|
977
|
-
rows: e.rows,
|
|
978
|
-
value: e.value || e.modelValue,
|
|
979
|
-
"hint-id": e.hintId,
|
|
980
|
-
onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
981
|
-
}), null, 16, te));
|
|
982
|
-
}
|
|
983
|
-
}, ae = ["char-max", "disabled", "error", "error-msg", "hint", "hints", "input-id", "label", "placeholder", "required", "rows", "value", "pass-attrs"], Ze = {
|
|
984
|
-
__name: "BsTextareaField",
|
|
985
|
-
props: {
|
|
986
|
-
charMax: {},
|
|
987
|
-
disabled: { default: !1 },
|
|
988
|
-
error: {},
|
|
989
|
-
errorMsg: {},
|
|
990
|
-
hint: {},
|
|
991
|
-
hints: {},
|
|
992
|
-
inputId: {},
|
|
993
|
-
label: {},
|
|
994
|
-
placeholder: {},
|
|
995
|
-
required: {},
|
|
996
|
-
rows: { default: 6 },
|
|
997
|
-
value: { default: "" },
|
|
998
|
-
passAttrs: { default: "" },
|
|
999
|
-
modelValue: {}
|
|
1000
|
-
},
|
|
1001
|
-
emits: ["update:modelValue"],
|
|
1002
|
-
setup(e, { emit: s }) {
|
|
1003
|
-
return (a, t) => (n(), i("bs-textarea-field", r(a.$attrs, {
|
|
1004
|
-
"char-max": e.charMax,
|
|
1005
|
-
disabled: e.disabled,
|
|
1006
|
-
error: e.error,
|
|
1007
|
-
"error-msg": e.errorMsg,
|
|
1008
|
-
hint: e.hint,
|
|
1009
|
-
hints: e.hints,
|
|
1010
|
-
"input-id": e.inputId,
|
|
1011
|
-
label: e.label,
|
|
1012
|
-
placeholder: e.placeholder,
|
|
1013
|
-
required: e.required,
|
|
1014
|
-
rows: e.rows,
|
|
1015
|
-
value: e.value || e.modelValue,
|
|
1016
|
-
"pass-attrs": e.passAttrs,
|
|
1017
|
-
onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
1018
|
-
}), null, 16, ae));
|
|
1019
|
-
}
|
|
1020
|
-
}, le = ["toast-id", "variant", "stacked", "duration", "enter-controlled", "enter-trigger", "leave-trigger"], Je = {
|
|
1021
|
-
__name: "BsToast",
|
|
1022
|
-
props: {
|
|
1023
|
-
toastId: {},
|
|
1024
|
-
variant: {},
|
|
1025
|
-
stacked: { default: !1 },
|
|
1026
|
-
duration: { default: 1e4 },
|
|
1027
|
-
enterControlled: { default: !1 },
|
|
1028
|
-
enterTrigger: { default: !1 },
|
|
1029
|
-
leaveTrigger: { default: !1 }
|
|
1030
|
-
},
|
|
1031
|
-
emits: ["dismiss", "enterend", "leaveend"],
|
|
1032
|
-
setup(e, { emit: s }) {
|
|
1033
|
-
return (a, t) => (n(), i("bs-toast", r(a.$attrs, {
|
|
1034
|
-
"toast-id": e.toastId,
|
|
1035
|
-
variant: e.variant,
|
|
1036
|
-
stacked: e.stacked,
|
|
1037
|
-
duration: e.duration,
|
|
1038
|
-
"enter-controlled": e.enterControlled,
|
|
1039
|
-
"enter-trigger": e.enterTrigger,
|
|
1040
|
-
"leave-trigger": e.leaveTrigger,
|
|
1041
|
-
onDismiss: t[0] || (t[0] = (l) => s("dismiss", l.detail)),
|
|
1042
|
-
onEnterend: t[1] || (t[1] = (l) => s("enterend", l.detail)),
|
|
1043
|
-
onLeaveend: t[2] || (t[2] = (l) => s("leaveend", l.detail))
|
|
1044
|
-
}), [
|
|
1045
|
-
o(a.$slots, "default")
|
|
1046
|
-
], 16, le));
|
|
1047
|
-
}
|
|
1048
|
-
}, Ke = {
|
|
1049
|
-
__name: "BsToastActions",
|
|
1050
|
-
props: {},
|
|
1051
|
-
emits: ["defaultDismiss"],
|
|
1052
|
-
setup(e, { emit: s }) {
|
|
1053
|
-
return (a, t) => (n(), i("bs-toast-actions", r(a.$attrs, {
|
|
1054
|
-
"on:defaultDismiss": t[0] || (t[0] = (l) => s("defaultDismiss", l.detail))
|
|
1055
|
-
}), [
|
|
1056
|
-
o(a.$slots, "default")
|
|
1057
|
-
], 16));
|
|
1058
|
-
}
|
|
1059
|
-
}, Qe = {
|
|
1060
|
-
__name: "BsToastBody",
|
|
1061
|
-
props: {},
|
|
1062
|
-
emits: [],
|
|
1063
|
-
setup(e, { emit: s }) {
|
|
1064
|
-
return (a, t) => (n(), i("bs-toast-body", h(b(a.$attrs)), [
|
|
1065
|
-
o(a.$slots, "default")
|
|
1066
|
-
], 16));
|
|
1067
|
-
}
|
|
1068
|
-
}, se = ["variant"], Ue = {
|
|
1069
|
-
__name: "BsToastHeader",
|
|
1070
|
-
props: {
|
|
1071
|
-
variant: {}
|
|
1072
|
-
},
|
|
1073
|
-
emits: [],
|
|
1074
|
-
setup(e, { emit: s }) {
|
|
1075
|
-
return (a, t) => (n(), i("bs-toast-header", r(a.$attrs, { variant: e.variant }), [
|
|
1076
|
-
o(a.$slots, "default")
|
|
1077
|
-
], 16, se));
|
|
1078
|
-
}
|
|
1079
|
-
}, pe = {
|
|
1080
|
-
__name: "BsToaster",
|
|
1081
|
-
props: {},
|
|
1082
|
-
emits: [],
|
|
1083
|
-
setup(e, { emit: s }) {
|
|
1084
|
-
return (a, t) => (n(), i("bs-toaster", h(b(a.$attrs)), [
|
|
1085
|
-
o(a.$slots, "default")
|
|
1086
|
-
], 16));
|
|
1087
|
-
}
|
|
1088
|
-
}, ne = ["tooltip-id", "content", "position"], _e = {
|
|
1089
|
-
__name: "BsTooltip",
|
|
1090
|
-
props: {
|
|
1091
|
-
tooltipId: {},
|
|
1092
|
-
content: {},
|
|
1093
|
-
position: {}
|
|
1094
|
-
},
|
|
1095
|
-
emits: [],
|
|
1096
|
-
setup(e, { emit: s }) {
|
|
1097
|
-
return (a, t) => (n(), i("bs-tooltip", r(a.$attrs, {
|
|
1098
|
-
"tooltip-id": e.tooltipId,
|
|
1099
|
-
content: e.content,
|
|
1100
|
-
position: e.position
|
|
1101
|
-
}), [
|
|
1102
|
-
o(a.$slots, "default")
|
|
1103
|
-
], 16, ne));
|
|
1104
|
-
}
|
|
1105
|
-
}, ie = ["enter-class", "enter-attribute", "enter-duration", "leave-class", "leave-attribute", "leave-duration", "enter-controlled", "enter-trigger", "leave-trigger"], et = {
|
|
1106
|
-
__name: "BsTransition",
|
|
1107
|
-
props: {
|
|
1108
|
-
enterClass: { default: void 0 },
|
|
1109
|
-
enterAttribute: { default: void 0 },
|
|
1110
|
-
enterDuration: {},
|
|
1111
|
-
leaveClass: { default: void 0 },
|
|
1112
|
-
leaveAttribute: { default: void 0 },
|
|
1113
|
-
leaveDuration: { default: void 0 },
|
|
1114
|
-
enterControlled: { default: !1 },
|
|
1115
|
-
enterTrigger: { default: !1 },
|
|
1116
|
-
leaveTrigger: { default: !1 }
|
|
1117
|
-
},
|
|
1118
|
-
emits: ["enterend", "leaveend"],
|
|
1119
|
-
setup(e, { emit: s }) {
|
|
1120
|
-
return (a, t) => (n(), i("bs-transition", r(a.$attrs, {
|
|
1121
|
-
"enter-class": e.enterClass,
|
|
1122
|
-
"enter-attribute": e.enterAttribute,
|
|
1123
|
-
"enter-duration": e.enterDuration,
|
|
1124
|
-
"leave-class": e.leaveClass,
|
|
1125
|
-
"leave-attribute": e.leaveAttribute,
|
|
1126
|
-
"leave-duration": e.leaveDuration,
|
|
1127
|
-
"enter-controlled": e.enterControlled,
|
|
1128
|
-
"enter-trigger": e.enterTrigger,
|
|
1129
|
-
"leave-trigger": e.leaveTrigger,
|
|
1130
|
-
onEnterend: t[0] || (t[0] = (l) => s("enterend", l.detail)),
|
|
1131
|
-
onLeaveend: t[1] || (t[1] = (l) => s("leaveend", l.detail))
|
|
1132
|
-
}), [
|
|
1133
|
-
o(a.$slots, "default")
|
|
1134
|
-
], 16, ie));
|
|
1135
|
-
}
|
|
1136
|
-
};
|
|
1137
|
-
export {
|
|
1138
|
-
de as BsAccordion,
|
|
1139
|
-
oe as BsBadge,
|
|
1140
|
-
ue as BsBanner,
|
|
1141
|
-
ce as BsButton,
|
|
1142
|
-
fe as BsCharacterCount,
|
|
1143
|
-
me as BsChartBar,
|
|
1144
|
-
he as BsChartTable,
|
|
1145
|
-
be as BsCheckbox,
|
|
1146
|
-
ge as BsCircleButton,
|
|
1147
|
-
ve as BsDropdown,
|
|
1148
|
-
$e as BsDropdownOption,
|
|
1149
|
-
Be as BsDropdownOptionList,
|
|
1150
|
-
Ie as BsDropdownWithOptions,
|
|
1151
|
-
Te as BsFieldDetails,
|
|
1152
|
-
xe as BsFieldLayout,
|
|
1153
|
-
Ce as BsHint,
|
|
1154
|
-
we as BsIconGradientWrapper,
|
|
1155
|
-
ke as BsInput,
|
|
1156
|
-
ye as BsInputAddon,
|
|
1157
|
-
Le as BsInputField,
|
|
1158
|
-
Ve as BsInputSearch,
|
|
1159
|
-
Ae as BsLabel,
|
|
1160
|
-
qe as BsLoader,
|
|
1161
|
-
ze as BsModal,
|
|
1162
|
-
De as BsOverlay,
|
|
1163
|
-
Pe as BsPagination,
|
|
1164
|
-
Me as BsPill,
|
|
1165
|
-
Fe as BsProfile,
|
|
1166
|
-
Oe as BsProfileDetails,
|
|
1167
|
-
Se as BsProfileImg,
|
|
1168
|
-
Ee as BsProfileLayout,
|
|
1169
|
-
je as BsRadio,
|
|
1170
|
-
Ge as BsSelect,
|
|
1171
|
-
Re as BsSelectField,
|
|
1172
|
-
We as BsSwitch,
|
|
1173
|
-
He as BsTab,
|
|
1174
|
-
Ne as BsTabList,
|
|
1175
|
-
Xe as BsTabPanel,
|
|
1176
|
-
Ye as BsTextarea,
|
|
1177
|
-
Ze as BsTextareaField,
|
|
1178
|
-
Je as BsToast,
|
|
1179
|
-
Ke as BsToastActions,
|
|
1180
|
-
Qe as BsToastBody,
|
|
1181
|
-
Ue as BsToastHeader,
|
|
1182
|
-
pe as BsToaster,
|
|
1183
|
-
_e as BsTooltip,
|
|
1184
|
-
et as BsTransition
|
|
1185
|
-
};
|