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