@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/nuxt/bsds-components.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { openBlock as n, createElementBlock as u, mergeProps as
|
|
1
|
+
import { openBlock as n, createElementBlock as u, mergeProps as d, renderSlot as o, computed as E, unref as f, createBlock as $, withCtx as g, createElementVNode as k, createVNode as p, normalizeProps as W, guardReactiveProps as M, ref as h, reactive as I, onBeforeMount as w, onMounted as S, watch as C, nextTick as x, onBeforeUnmount as L, Fragment as V, Teleport as q, createCommentVNode as A, createSlots as z } from "vue";
|
|
2
2
|
import { ClientOnly as T } from "#components";
|
|
3
3
|
import { useAsyncData as D } from "#imports";
|
|
4
|
-
const
|
|
4
|
+
const O = ["color", "count", "count-max", "dot", "label", "position", "show-zero"], He = {
|
|
5
5
|
__name: "BsBadge",
|
|
6
6
|
props: {
|
|
7
7
|
color: {},
|
|
@@ -14,7 +14,7 @@ const F = ["color", "count", "count-max", "dot", "label", "position", "show-zero
|
|
|
14
14
|
},
|
|
15
15
|
emits: [],
|
|
16
16
|
setup(e, { emit: s }) {
|
|
17
|
-
return (a, t) => (n(), u("bs-badge",
|
|
17
|
+
return (a, t) => (n(), u("bs-badge", d(a.$attrs, {
|
|
18
18
|
color: e.color,
|
|
19
19
|
count: e.count,
|
|
20
20
|
"count-max": e.countMax,
|
|
@@ -24,9 +24,9 @@ const F = ["color", "count", "count-max", "dot", "label", "position", "show-zero
|
|
|
24
24
|
"show-zero": e.showZero
|
|
25
25
|
}), [
|
|
26
26
|
o(a.$slots, "default")
|
|
27
|
-
], 16,
|
|
27
|
+
], 16, O));
|
|
28
28
|
}
|
|
29
|
-
},
|
|
29
|
+
}, F = ["char-count", "char-max"], Xe = {
|
|
30
30
|
__name: "BsCharacterCount",
|
|
31
31
|
props: {
|
|
32
32
|
charCount: {},
|
|
@@ -34,12 +34,12 @@ const F = ["color", "count", "count-max", "dot", "label", "position", "show-zero
|
|
|
34
34
|
},
|
|
35
35
|
emits: [],
|
|
36
36
|
setup(e, { emit: s }) {
|
|
37
|
-
return (a, t) => (n(), u("bs-character-count",
|
|
37
|
+
return (a, t) => (n(), u("bs-character-count", d(a.$attrs, {
|
|
38
38
|
"char-count": e.charCount,
|
|
39
39
|
"char-max": e.charMax
|
|
40
|
-
}), null, 16,
|
|
40
|
+
}), null, 16, F));
|
|
41
41
|
}
|
|
42
|
-
}, j = ["chart-title", "data", "dataIdxLabels", "show-legend", "show-tooltips", "show-x-grid", "show-y-grid", "stacked", "x-label", "y-label"],
|
|
42
|
+
}, j = ["chart-title", "data", "dataIdxLabels", "show-legend", "show-tooltips", "show-x-grid", "show-y-grid", "stacked", "x-label", "y-label"], Ye = {
|
|
43
43
|
__name: "BsChartBar",
|
|
44
44
|
props: {
|
|
45
45
|
chartTitle: {},
|
|
@@ -55,7 +55,7 @@ const F = ["color", "count", "count-max", "dot", "label", "position", "show-zero
|
|
|
55
55
|
},
|
|
56
56
|
emits: [],
|
|
57
57
|
setup(e, { emit: s }) {
|
|
58
|
-
return (a, t) => (n(), u("bs-chart-bar",
|
|
58
|
+
return (a, t) => (n(), u("bs-chart-bar", d(a.$attrs, {
|
|
59
59
|
"chart-title": e.chartTitle,
|
|
60
60
|
data: e.data,
|
|
61
61
|
dataIdxLabels: e.dataIdxLabels,
|
|
@@ -68,7 +68,7 @@ const F = ["color", "count", "count-max", "dot", "label", "position", "show-zero
|
|
|
68
68
|
"y-label": e.yLabel
|
|
69
69
|
}), null, 16, j));
|
|
70
70
|
}
|
|
71
|
-
}, N = ["data", "dataIdxLabels", "table-title"],
|
|
71
|
+
}, N = ["data", "dataIdxLabels", "table-title"], Ze = {
|
|
72
72
|
__name: "BsChartTable",
|
|
73
73
|
props: {
|
|
74
74
|
data: {},
|
|
@@ -77,13 +77,13 @@ const F = ["color", "count", "count-max", "dot", "label", "position", "show-zero
|
|
|
77
77
|
},
|
|
78
78
|
emits: [],
|
|
79
79
|
setup(e, { emit: s }) {
|
|
80
|
-
return (a, t) => (n(), u("bs-chart-table",
|
|
80
|
+
return (a, t) => (n(), u("bs-chart-table", d(a.$attrs, {
|
|
81
81
|
data: e.data,
|
|
82
82
|
dataIdxLabels: e.dataIdxLabels,
|
|
83
83
|
"table-title": e.tableTitle
|
|
84
84
|
}), null, 16, N));
|
|
85
85
|
}
|
|
86
|
-
}, G = ["label", "checked", "checked-partially", "disabled", "error", "pass-attrs", "required", "size"],
|
|
86
|
+
}, G = ["label", "checked", "checked-partially", "disabled", "error", "input-id", "pass-attrs", "required", "size"], Je = {
|
|
87
87
|
__name: "BsCheckbox",
|
|
88
88
|
props: {
|
|
89
89
|
label: {},
|
|
@@ -91,6 +91,7 @@ const F = ["color", "count", "count-max", "dot", "label", "position", "show-zero
|
|
|
91
91
|
checkedPartially: { default: !1 },
|
|
92
92
|
disabled: { default: !1 },
|
|
93
93
|
error: {},
|
|
94
|
+
inputId: {},
|
|
94
95
|
passAttrs: { default: "" },
|
|
95
96
|
required: {},
|
|
96
97
|
size: {},
|
|
@@ -98,12 +99,13 @@ const F = ["color", "count", "count-max", "dot", "label", "position", "show-zero
|
|
|
98
99
|
},
|
|
99
100
|
emits: ["update:modelValue"],
|
|
100
101
|
setup(e, { emit: s }) {
|
|
101
|
-
return (a, t) => (n(), u("bs-checkbox",
|
|
102
|
+
return (a, t) => (n(), u("bs-checkbox", d(a.$attrs, {
|
|
102
103
|
label: e.label,
|
|
103
104
|
checked: e.checked || e.modelValue,
|
|
104
105
|
"checked-partially": e.checkedPartially,
|
|
105
106
|
disabled: e.disabled,
|
|
106
107
|
error: e.error,
|
|
108
|
+
"input-id": e.inputId,
|
|
107
109
|
"pass-attrs": e.passAttrs,
|
|
108
110
|
required: e.required,
|
|
109
111
|
size: e.size,
|
|
@@ -113,19 +115,19 @@ const F = ["color", "count", "count-max", "dot", "label", "position", "show-zero
|
|
|
113
115
|
};
|
|
114
116
|
function R(e) {
|
|
115
117
|
const s = E(() => {
|
|
116
|
-
var l,
|
|
117
|
-
return ((
|
|
118
|
+
var l, i;
|
|
119
|
+
return ((i = (l = e.href) == null ? void 0 : l.startsWith) == null ? void 0 : i.call(l, "/")) || !1;
|
|
118
120
|
}), a = E(() => {
|
|
119
|
-
var l,
|
|
120
|
-
return s.value && ((l = e.router) == null ? void 0 : l.navigateTo) || ((
|
|
121
|
+
var l, i;
|
|
122
|
+
return s.value && ((l = e.router) == null ? void 0 : l.navigateTo) || ((i = e.router) == null ? void 0 : i.push) || null;
|
|
121
123
|
});
|
|
122
124
|
function t(l) {
|
|
123
|
-
var
|
|
124
|
-
a.value && ((c = (
|
|
125
|
+
var i, c, b, y, r;
|
|
126
|
+
a.value && ((c = (i = l.target.href) == null ? void 0 : i.endsWith) != null && c.call(i, e.href) || (r = (y = (b = l.target.closest("a")) == null ? void 0 : b.href) == null ? void 0 : y.endsWith) != null && r.call(y, e.href)) && (l.preventDefault(), a.value(e.href));
|
|
125
127
|
}
|
|
126
128
|
return { onLinkClick: t };
|
|
127
129
|
}
|
|
128
|
-
const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-position", "label", "pass-attrs", "text-btn", "size"],
|
|
130
|
+
const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-position", "label", "pass-attrs", "text-btn", "size"], Ke = {
|
|
129
131
|
__name: "BsCircleButton",
|
|
130
132
|
props: {
|
|
131
133
|
disabled: {},
|
|
@@ -143,7 +145,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
143
145
|
emits: [],
|
|
144
146
|
setup(e, { emit: s }) {
|
|
145
147
|
const a = e, { onLinkClick: t } = R(a);
|
|
146
|
-
return (l,
|
|
148
|
+
return (l, i) => (n(), u("bs-circle-button", d(l.$attrs, {
|
|
147
149
|
disabled: e.disabled,
|
|
148
150
|
"ghost-btn": e.ghostBtn,
|
|
149
151
|
"hover-effect": e.hoverEffect,
|
|
@@ -154,10 +156,10 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
154
156
|
"pass-attrs": e.passAttrs,
|
|
155
157
|
"text-btn": e.textBtn,
|
|
156
158
|
size: e.size,
|
|
157
|
-
onClick:
|
|
159
|
+
onClick: i[0] || (i[0] = (...c) => f(t) && f(t)(...c))
|
|
158
160
|
}), null, 16, H));
|
|
159
161
|
}
|
|
160
|
-
}, X = ["width", "top", "center", "toggle-id", "container-id", "helper-text", "helper-description", "enter-controlled", "enter-trigger", "leave-trigger"],
|
|
162
|
+
}, X = ["width", "top", "center", "toggle-id", "container-id", "helper-text", "helper-description", "enter-controlled", "enter-trigger", "leave-trigger"], Qe = {
|
|
161
163
|
__name: "BsDropdown",
|
|
162
164
|
props: {
|
|
163
165
|
width: { default: void 0 },
|
|
@@ -175,7 +177,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
175
177
|
setup(e, { emit: s }) {
|
|
176
178
|
return (a, t) => (n(), $(f(T), null, {
|
|
177
179
|
default: g(() => [
|
|
178
|
-
k("bs-dropdown",
|
|
180
|
+
k("bs-dropdown", d(a.$attrs, {
|
|
179
181
|
width: e.width,
|
|
180
182
|
top: e.top,
|
|
181
183
|
center: e.center,
|
|
@@ -208,7 +210,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
208
210
|
},
|
|
209
211
|
emits: ["optmouseenter", "optselect"],
|
|
210
212
|
setup(e, { emit: s }) {
|
|
211
|
-
return (a, t) => (n(), u("bs-dropdown-option",
|
|
213
|
+
return (a, t) => (n(), u("bs-dropdown-option", d(a.$attrs, {
|
|
212
214
|
value: e.value,
|
|
213
215
|
variant: e.variant,
|
|
214
216
|
"options-id": e.optionsId,
|
|
@@ -221,7 +223,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
221
223
|
o(a.$slots, "default")
|
|
222
224
|
], 16, Y));
|
|
223
225
|
}
|
|
224
|
-
}, Z = ["options-id", "visible", "focus-delay", "label", "selected-value"],
|
|
226
|
+
}, Z = ["options-id", "visible", "focus-delay", "label", "selected-value"], _e = {
|
|
225
227
|
__name: "BsDropdownOptionList",
|
|
226
228
|
props: {
|
|
227
229
|
optionsId: {},
|
|
@@ -232,7 +234,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
232
234
|
},
|
|
233
235
|
emits: ["optselected", "close"],
|
|
234
236
|
setup(e, { emit: s }) {
|
|
235
|
-
return (a, t) => (n(), u("bs-dropdown-option-list",
|
|
237
|
+
return (a, t) => (n(), u("bs-dropdown-option-list", d(a.$attrs, {
|
|
236
238
|
"options-id": e.optionsId,
|
|
237
239
|
visible: e.visible,
|
|
238
240
|
"focus-delay": e.focusDelay,
|
|
@@ -244,7 +246,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
244
246
|
o(a.$slots, "default")
|
|
245
247
|
], 16, Z));
|
|
246
248
|
}
|
|
247
|
-
}, J = ["toggle-id", "container-id", "options-id", "width", "top", "center", "label", "selected-value", "enter-controlled", "enter-trigger", "leave-trigger", "helper-text", "helper-description"],
|
|
249
|
+
}, J = ["toggle-id", "container-id", "options-id", "width", "top", "center", "label", "selected-value", "enter-controlled", "enter-trigger", "leave-trigger", "helper-text", "helper-description"], et = {
|
|
248
250
|
__name: "BsDropdownWithOptions",
|
|
249
251
|
props: {
|
|
250
252
|
toggleId: {},
|
|
@@ -263,7 +265,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
263
265
|
},
|
|
264
266
|
emits: ["optselected", "close", "enterend", "leaveend"],
|
|
265
267
|
setup(e, { emit: s }) {
|
|
266
|
-
return (a, t) => (n(), u("bs-dropdown-with-options",
|
|
268
|
+
return (a, t) => (n(), u("bs-dropdown-with-options", d(a.$attrs, {
|
|
267
269
|
"toggle-id": e.toggleId,
|
|
268
270
|
"container-id": e.containerId,
|
|
269
271
|
"options-id": e.optionsId,
|
|
@@ -285,7 +287,28 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
285
287
|
o(a.$slots, "default")
|
|
286
288
|
], 16, J));
|
|
287
289
|
}
|
|
288
|
-
}, K = ["char-count", "char-max", "
|
|
290
|
+
}, K = ["char-count", "char-max", "error", "error-msg", "hint", "hint-id"], tt = {
|
|
291
|
+
__name: "BsFieldDetails",
|
|
292
|
+
props: {
|
|
293
|
+
charCount: {},
|
|
294
|
+
charMax: {},
|
|
295
|
+
error: {},
|
|
296
|
+
errorMsg: {},
|
|
297
|
+
hint: {},
|
|
298
|
+
hintId: {}
|
|
299
|
+
},
|
|
300
|
+
emits: [],
|
|
301
|
+
setup(e, { emit: s }) {
|
|
302
|
+
return (a, t) => (n(), u("bs-field-details", d(a.$attrs, {
|
|
303
|
+
"char-count": e.charCount,
|
|
304
|
+
"char-max": e.charMax,
|
|
305
|
+
error: e.error,
|
|
306
|
+
"error-msg": e.errorMsg,
|
|
307
|
+
hint: e.hint,
|
|
308
|
+
"hint-id": e.hintId
|
|
309
|
+
}), null, 16, K));
|
|
310
|
+
}
|
|
311
|
+
}, Q = ["char-count", "char-max", "disabled", "error", "hints", "label", "label-for", "required", "hint-id"], at = {
|
|
289
312
|
__name: "BsFieldLayout",
|
|
290
313
|
props: {
|
|
291
314
|
charCount: {},
|
|
@@ -300,7 +323,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
300
323
|
},
|
|
301
324
|
emits: [],
|
|
302
325
|
setup(e, { emit: s }) {
|
|
303
|
-
return (a, t) => (n(), u("bs-field-layout",
|
|
326
|
+
return (a, t) => (n(), u("bs-field-layout", d(a.$attrs, {
|
|
304
327
|
"char-count": e.charCount,
|
|
305
328
|
"char-max": e.charMax,
|
|
306
329
|
disabled: e.disabled,
|
|
@@ -312,9 +335,9 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
312
335
|
"hint-id": e.hintId
|
|
313
336
|
}), [
|
|
314
337
|
o(a.$slots, "default")
|
|
315
|
-
], 16,
|
|
338
|
+
], 16, Q));
|
|
316
339
|
}
|
|
317
|
-
}, U = ["error", "hint-id", "hints"],
|
|
340
|
+
}, U = ["error", "hint-id", "hints"], lt = {
|
|
318
341
|
__name: "BsHint",
|
|
319
342
|
props: {
|
|
320
343
|
error: {},
|
|
@@ -323,17 +346,18 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
323
346
|
},
|
|
324
347
|
emits: [],
|
|
325
348
|
setup(e, { emit: s }) {
|
|
326
|
-
return (a, t) => (n(), u("bs-hint",
|
|
349
|
+
return (a, t) => (n(), u("bs-hint", d(a.$attrs, {
|
|
327
350
|
error: e.error,
|
|
328
351
|
"hint-id": e.hintId,
|
|
329
352
|
hints: e.hints
|
|
330
353
|
}), null, 16, U));
|
|
331
354
|
}
|
|
332
|
-
},
|
|
355
|
+
}, _ = ["disabled", "error", "input-id", "pass-attrs", "placeholder", "required", "type", "value", "hint-id"], st = {
|
|
333
356
|
__name: "BsInput",
|
|
334
357
|
props: {
|
|
335
358
|
disabled: { default: !1 },
|
|
336
359
|
error: {},
|
|
360
|
+
inputId: {},
|
|
337
361
|
passAttrs: { default: "" },
|
|
338
362
|
placeholder: {},
|
|
339
363
|
required: {},
|
|
@@ -344,9 +368,10 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
344
368
|
},
|
|
345
369
|
emits: ["update:modelValue"],
|
|
346
370
|
setup(e, { emit: s }) {
|
|
347
|
-
return (a, t) => (n(), u("bs-input",
|
|
371
|
+
return (a, t) => (n(), u("bs-input", d(a.$attrs, {
|
|
348
372
|
disabled: e.disabled,
|
|
349
373
|
error: e.error,
|
|
374
|
+
"input-id": e.inputId,
|
|
350
375
|
"pass-attrs": e.passAttrs,
|
|
351
376
|
placeholder: e.placeholder,
|
|
352
377
|
required: e.required,
|
|
@@ -354,9 +379,9 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
354
379
|
value: e.value || e.modelValue,
|
|
355
380
|
"hint-id": e.hintId,
|
|
356
381
|
onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
357
|
-
}), null, 16,
|
|
382
|
+
}), null, 16, _));
|
|
358
383
|
}
|
|
359
|
-
},
|
|
384
|
+
}, ee = ["disabled", "error", "multifocus", "variant"], rt = {
|
|
360
385
|
__name: "BsInputAddon",
|
|
361
386
|
props: {
|
|
362
387
|
disabled: { default: !1 },
|
|
@@ -366,21 +391,24 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
366
391
|
},
|
|
367
392
|
emits: [],
|
|
368
393
|
setup(e, { emit: s }) {
|
|
369
|
-
return (a, t) => (n(), u("bs-input-addon",
|
|
394
|
+
return (a, t) => (n(), u("bs-input-addon", d(a.$attrs, {
|
|
370
395
|
disabled: e.disabled,
|
|
371
396
|
error: e.error,
|
|
372
397
|
multifocus: e.multifocus,
|
|
373
398
|
variant: e.variant
|
|
374
399
|
}), [
|
|
375
400
|
o(a.$slots, "default")
|
|
376
|
-
], 16,
|
|
401
|
+
], 16, ee));
|
|
377
402
|
}
|
|
378
|
-
},
|
|
403
|
+
}, te = ["disabled", "error", "error-msg", "hint", "hints", "input-id", "label", "pass-attrs", "placeholder", "required", "type", "value"], nt = {
|
|
379
404
|
__name: "BsInputField",
|
|
380
405
|
props: {
|
|
381
406
|
disabled: { default: !1 },
|
|
382
407
|
error: {},
|
|
408
|
+
errorMsg: {},
|
|
409
|
+
hint: {},
|
|
383
410
|
hints: {},
|
|
411
|
+
inputId: {},
|
|
384
412
|
label: {},
|
|
385
413
|
passAttrs: { default: "" },
|
|
386
414
|
placeholder: {},
|
|
@@ -391,10 +419,13 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
391
419
|
},
|
|
392
420
|
emits: ["update:modelValue"],
|
|
393
421
|
setup(e, { emit: s }) {
|
|
394
|
-
return (a, t) => (n(), u("bs-input-field",
|
|
422
|
+
return (a, t) => (n(), u("bs-input-field", d(a.$attrs, {
|
|
395
423
|
disabled: e.disabled,
|
|
396
424
|
error: e.error,
|
|
425
|
+
"error-msg": e.errorMsg,
|
|
426
|
+
hint: e.hint,
|
|
397
427
|
hints: e.hints,
|
|
428
|
+
"input-id": e.inputId,
|
|
398
429
|
label: e.label,
|
|
399
430
|
"pass-attrs": e.passAttrs,
|
|
400
431
|
placeholder: e.placeholder,
|
|
@@ -402,31 +433,33 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
402
433
|
type: e.type,
|
|
403
434
|
value: e.value || e.modelValue,
|
|
404
435
|
onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
405
|
-
}), null, 16,
|
|
436
|
+
}), null, 16, te));
|
|
406
437
|
}
|
|
407
|
-
},
|
|
438
|
+
}, ae = ["disabled", "pass-attrs", "placeholder", "hint-id", "input-id", "value"], it = {
|
|
408
439
|
__name: "BsInputSearch",
|
|
409
440
|
props: {
|
|
410
441
|
disabled: { default: !1 },
|
|
411
442
|
passAttrs: { default: "" },
|
|
412
443
|
placeholder: { default: "Search Items" },
|
|
413
444
|
hintId: {},
|
|
445
|
+
inputId: {},
|
|
414
446
|
value: { default: "" },
|
|
415
447
|
modelValue: {}
|
|
416
448
|
},
|
|
417
449
|
emits: ["clear", "update:modelValue"],
|
|
418
450
|
setup(e, { emit: s }) {
|
|
419
|
-
return (a, t) => (n(), u("bs-input-search",
|
|
451
|
+
return (a, t) => (n(), u("bs-input-search", d(a.$attrs, {
|
|
420
452
|
disabled: e.disabled,
|
|
421
453
|
"pass-attrs": e.passAttrs,
|
|
422
454
|
placeholder: e.placeholder,
|
|
423
455
|
"hint-id": e.hintId,
|
|
456
|
+
"input-id": e.inputId,
|
|
424
457
|
value: e.value || e.modelValue,
|
|
425
458
|
onClear: t[0] || (t[0] = (l) => s("clear", l.detail)),
|
|
426
459
|
onInput: t[1] || (t[1] = (l) => s("update:modelValue", l.target.value))
|
|
427
|
-
}), null, 16,
|
|
460
|
+
}), null, 16, ae));
|
|
428
461
|
}
|
|
429
|
-
},
|
|
462
|
+
}, le = ["size", "variant"], dt = {
|
|
430
463
|
__name: "BsLoader",
|
|
431
464
|
props: {
|
|
432
465
|
size: {},
|
|
@@ -434,12 +467,12 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
434
467
|
},
|
|
435
468
|
emits: [],
|
|
436
469
|
setup(e, { emit: s }) {
|
|
437
|
-
return (a, t) => (n(), u("bs-loader",
|
|
470
|
+
return (a, t) => (n(), u("bs-loader", d(a.$attrs, {
|
|
438
471
|
size: e.size,
|
|
439
472
|
variant: e.variant
|
|
440
|
-
}), null, 16,
|
|
473
|
+
}), null, 16, le));
|
|
441
474
|
}
|
|
442
|
-
},
|
|
475
|
+
}, se = ["alert", "close-button", "enter-controlled", "enter-trigger", "leave-trigger"], ut = {
|
|
443
476
|
__name: "BsModal",
|
|
444
477
|
props: {
|
|
445
478
|
alert: { default: !1 },
|
|
@@ -452,7 +485,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
452
485
|
setup(e, { emit: s }) {
|
|
453
486
|
return (a, t) => (n(), $(f(T), null, {
|
|
454
487
|
default: g(() => [
|
|
455
|
-
k("bs-modal",
|
|
488
|
+
k("bs-modal", d(a.$attrs, {
|
|
456
489
|
alert: e.alert,
|
|
457
490
|
"close-button": e.closeButton,
|
|
458
491
|
"enter-controlled": e.enterControlled,
|
|
@@ -463,12 +496,12 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
463
496
|
onLeaveend: t[2] || (t[2] = (l) => s("leaveend", l.detail))
|
|
464
497
|
}), [
|
|
465
498
|
o(a.$slots, "default")
|
|
466
|
-
], 16,
|
|
499
|
+
], 16, se)
|
|
467
500
|
]),
|
|
468
501
|
_: 3
|
|
469
502
|
}));
|
|
470
503
|
}
|
|
471
|
-
},
|
|
504
|
+
}, re = ["enter-controlled", "enter-trigger", "leave-trigger"], ot = {
|
|
472
505
|
__name: "BsOverlay",
|
|
473
506
|
props: {
|
|
474
507
|
enterControlled: { default: !1 },
|
|
@@ -479,18 +512,18 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
479
512
|
setup(e, { emit: s }) {
|
|
480
513
|
return (a, t) => (n(), $(f(T), null, {
|
|
481
514
|
default: g(() => [
|
|
482
|
-
k("bs-overlay",
|
|
515
|
+
k("bs-overlay", d(a.$attrs, {
|
|
483
516
|
"enter-controlled": e.enterControlled,
|
|
484
517
|
"enter-trigger": e.enterTrigger,
|
|
485
518
|
"leave-trigger": e.leaveTrigger,
|
|
486
519
|
onEnterend: t[0] || (t[0] = (l) => s("enterend", l.detail)),
|
|
487
520
|
onLeaveend: t[1] || (t[1] = (l) => s("leaveend", l.detail))
|
|
488
|
-
}), null, 16,
|
|
521
|
+
}), null, 16, re)
|
|
489
522
|
]),
|
|
490
523
|
_: 1
|
|
491
524
|
}));
|
|
492
525
|
}
|
|
493
|
-
},
|
|
526
|
+
}, ne = ["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"], ct = {
|
|
494
527
|
__name: "BsPagination",
|
|
495
528
|
props: {
|
|
496
529
|
showFirstLastButtons: { default: !1 },
|
|
@@ -512,7 +545,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
512
545
|
},
|
|
513
546
|
emits: ["selchange"],
|
|
514
547
|
setup(e, { emit: s }) {
|
|
515
|
-
return (a, t) => (n(), u("bs-pagination",
|
|
548
|
+
return (a, t) => (n(), u("bs-pagination", d(a.$attrs, {
|
|
516
549
|
"show-first-last-buttons": e.showFirstLastButtons,
|
|
517
550
|
"prev-page-text": e.prevPageText,
|
|
518
551
|
"first-page-text": e.firstPageText,
|
|
@@ -530,9 +563,9 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
530
563
|
"items-count": e.itemsCount,
|
|
531
564
|
"results-increments": e.resultsIncrements,
|
|
532
565
|
onSelchange: t[0] || (t[0] = (l) => s("selchange", l.detail))
|
|
533
|
-
}), null, 16,
|
|
566
|
+
}), null, 16, ne));
|
|
534
567
|
}
|
|
535
|
-
},
|
|
568
|
+
}, ie = ["layout", "href", "image-src", "image-size", "initials", "profile-name", "company", "job-title", "email"], ft = {
|
|
536
569
|
__name: "BsProfile",
|
|
537
570
|
props: {
|
|
538
571
|
layout: {},
|
|
@@ -549,7 +582,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
549
582
|
emits: [],
|
|
550
583
|
setup(e, { emit: s }) {
|
|
551
584
|
const a = e, { onLinkClick: t } = R(a);
|
|
552
|
-
return (l,
|
|
585
|
+
return (l, i) => (n(), u("bs-profile", d(l.$attrs, {
|
|
553
586
|
layout: e.layout,
|
|
554
587
|
href: e.href,
|
|
555
588
|
"image-src": e.imageSrc,
|
|
@@ -559,10 +592,10 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
559
592
|
company: e.company,
|
|
560
593
|
"job-title": e.jobTitle,
|
|
561
594
|
email: e.email,
|
|
562
|
-
onClick:
|
|
563
|
-
}), null, 16,
|
|
595
|
+
onClick: i[0] || (i[0] = (...c) => f(t) && f(t)(...c))
|
|
596
|
+
}), null, 16, ie));
|
|
564
597
|
}
|
|
565
|
-
}, de = ["profile-name", "company", "job-title", "email"],
|
|
598
|
+
}, de = ["profile-name", "company", "job-title", "email"], mt = {
|
|
566
599
|
__name: "BsProfileDetails",
|
|
567
600
|
props: {
|
|
568
601
|
profileName: {},
|
|
@@ -572,14 +605,14 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
572
605
|
},
|
|
573
606
|
emits: [],
|
|
574
607
|
setup(e, { emit: s }) {
|
|
575
|
-
return (a, t) => (n(), u("bs-profile-details",
|
|
608
|
+
return (a, t) => (n(), u("bs-profile-details", d(a.$attrs, {
|
|
576
609
|
"profile-name": e.profileName,
|
|
577
610
|
company: e.company,
|
|
578
611
|
"job-title": e.jobTitle,
|
|
579
612
|
email: e.email
|
|
580
613
|
}), null, 16, de));
|
|
581
614
|
}
|
|
582
|
-
},
|
|
615
|
+
}, ue = ["src", "size", "initials", "profile-name"], ht = {
|
|
583
616
|
__name: "BsProfileImg",
|
|
584
617
|
props: {
|
|
585
618
|
src: {},
|
|
@@ -589,14 +622,14 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
589
622
|
},
|
|
590
623
|
emits: [],
|
|
591
624
|
setup(e, { emit: s }) {
|
|
592
|
-
return (a, t) => (n(), u("bs-profile-img",
|
|
625
|
+
return (a, t) => (n(), u("bs-profile-img", d(a.$attrs, {
|
|
593
626
|
src: e.src,
|
|
594
627
|
size: e.size,
|
|
595
628
|
initials: e.initials,
|
|
596
629
|
"profile-name": e.profileName
|
|
597
|
-
}), null, 16,
|
|
630
|
+
}), null, 16, ue));
|
|
598
631
|
}
|
|
599
|
-
},
|
|
632
|
+
}, oe = ["layout", "href", "pass-attrs"], bt = {
|
|
600
633
|
__name: "BsProfileLayout",
|
|
601
634
|
props: {
|
|
602
635
|
layout: { default: "vertical" },
|
|
@@ -607,22 +640,23 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
607
640
|
emits: [],
|
|
608
641
|
setup(e, { emit: s }) {
|
|
609
642
|
const a = e, { onLinkClick: t } = R(a);
|
|
610
|
-
return (l,
|
|
643
|
+
return (l, i) => (n(), u("bs-profile-layout", d(l.$attrs, {
|
|
611
644
|
layout: e.layout,
|
|
612
645
|
href: e.href,
|
|
613
646
|
"pass-attrs": e.passAttrs,
|
|
614
|
-
onClick:
|
|
647
|
+
onClick: i[0] || (i[0] = (...c) => f(t) && f(t)(...c))
|
|
615
648
|
}), [
|
|
616
649
|
o(l.$slots, "default")
|
|
617
|
-
], 16,
|
|
650
|
+
], 16, oe));
|
|
618
651
|
}
|
|
619
|
-
},
|
|
652
|
+
}, ce = ["label", "checked", "disabled", "error", "input-id", "pass-attrs", "required", "size", "value"], vt = {
|
|
620
653
|
__name: "BsRadio",
|
|
621
654
|
props: {
|
|
622
655
|
label: {},
|
|
623
656
|
checked: { default: !1 },
|
|
624
657
|
disabled: { default: !1 },
|
|
625
658
|
error: {},
|
|
659
|
+
inputId: {},
|
|
626
660
|
passAttrs: { default: "" },
|
|
627
661
|
required: {},
|
|
628
662
|
size: {},
|
|
@@ -631,27 +665,31 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
631
665
|
},
|
|
632
666
|
emits: ["update:modelValue"],
|
|
633
667
|
setup(e, { emit: s }) {
|
|
634
|
-
return (a, t) => (n(), u("bs-radio",
|
|
668
|
+
return (a, t) => (n(), u("bs-radio", d(a.$attrs, {
|
|
635
669
|
label: e.label,
|
|
636
670
|
checked: e.checked || e.modelValue === e.value,
|
|
637
671
|
disabled: e.disabled,
|
|
638
672
|
error: e.error,
|
|
673
|
+
"input-id": e.inputId,
|
|
639
674
|
"pass-attrs": e.passAttrs,
|
|
640
675
|
required: e.required,
|
|
641
676
|
size: e.size,
|
|
642
677
|
value: e.value,
|
|
643
678
|
onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
644
|
-
}), null, 16,
|
|
679
|
+
}), null, 16, ce));
|
|
645
680
|
}
|
|
646
|
-
},
|
|
681
|
+
}, fe = ["disabled", "error", "error-msg", "input-id", "label", "hint", "hints", "placeholder", "required", "value", "pass-attrs", "data"], gt = {
|
|
647
682
|
__name: "BsSelectField",
|
|
648
683
|
props: {
|
|
649
684
|
disabled: { default: !1 },
|
|
650
685
|
error: {},
|
|
651
|
-
|
|
686
|
+
errorMsg: {},
|
|
687
|
+
inputId: {},
|
|
652
688
|
label: {},
|
|
689
|
+
hint: {},
|
|
653
690
|
hints: {},
|
|
654
691
|
placeholder: { default: "" },
|
|
692
|
+
required: {},
|
|
655
693
|
value: {},
|
|
656
694
|
passAttrs: { default: "" },
|
|
657
695
|
data: { default: [] },
|
|
@@ -659,25 +697,29 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
659
697
|
},
|
|
660
698
|
emits: ["update:modelValue"],
|
|
661
699
|
setup(e, { emit: s }) {
|
|
662
|
-
return (a, t) => (n(), u("bs-select-field",
|
|
700
|
+
return (a, t) => (n(), u("bs-select-field", d(a.$attrs, {
|
|
663
701
|
disabled: e.disabled,
|
|
664
702
|
error: e.error,
|
|
665
|
-
|
|
703
|
+
"error-msg": e.errorMsg,
|
|
704
|
+
"input-id": e.inputId,
|
|
666
705
|
label: e.label,
|
|
706
|
+
hint: e.hint,
|
|
667
707
|
hints: e.hints,
|
|
668
708
|
placeholder: e.placeholder,
|
|
709
|
+
required: e.required,
|
|
669
710
|
value: e.value || e.modelValue,
|
|
670
711
|
"pass-attrs": e.passAttrs,
|
|
671
712
|
data: e.data,
|
|
672
713
|
onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
673
|
-
}), null, 16,
|
|
714
|
+
}), null, 16, fe));
|
|
674
715
|
}
|
|
675
|
-
},
|
|
716
|
+
}, me = ["checked", "disabled", "hide-label", "input-id", "inner-on-label", "inner-off-label", "label", "pass-attrs", "size"], $t = {
|
|
676
717
|
__name: "BsSwitch",
|
|
677
718
|
props: {
|
|
678
719
|
checked: { default: !1 },
|
|
679
720
|
disabled: { default: !1 },
|
|
680
721
|
hideLabel: { default: !1 },
|
|
722
|
+
inputId: {},
|
|
681
723
|
innerOnLabel: {},
|
|
682
724
|
innerOffLabel: {},
|
|
683
725
|
label: {},
|
|
@@ -687,19 +729,20 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
687
729
|
},
|
|
688
730
|
emits: ["update:modelValue"],
|
|
689
731
|
setup(e, { emit: s }) {
|
|
690
|
-
return (a, t) => (n(), u("bs-switch",
|
|
732
|
+
return (a, t) => (n(), u("bs-switch", d(a.$attrs, {
|
|
691
733
|
checked: e.checked || e.modelValue,
|
|
692
734
|
disabled: e.disabled,
|
|
693
735
|
"hide-label": e.hideLabel,
|
|
736
|
+
"input-id": e.inputId,
|
|
694
737
|
"inner-on-label": e.innerOnLabel,
|
|
695
738
|
"inner-off-label": e.innerOffLabel,
|
|
696
739
|
label: e.label,
|
|
697
740
|
"pass-attrs": e.passAttrs,
|
|
698
741
|
size: e.size,
|
|
699
742
|
onChange: t[0] || (t[0] = (l) => s("update:modelValue", l.target.checked))
|
|
700
|
-
}), null, 16,
|
|
743
|
+
}), null, 16, me));
|
|
701
744
|
}
|
|
702
|
-
},
|
|
745
|
+
}, he = ["active-tab-id", "hidden", "panel-id"], yt = {
|
|
703
746
|
__name: "BsTab",
|
|
704
747
|
props: {
|
|
705
748
|
activeTabId: {},
|
|
@@ -708,15 +751,15 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
708
751
|
},
|
|
709
752
|
emits: [],
|
|
710
753
|
setup(e, { emit: s }) {
|
|
711
|
-
return (a, t) => (n(), u("bs-tab",
|
|
754
|
+
return (a, t) => (n(), u("bs-tab", d(a.$attrs, {
|
|
712
755
|
"active-tab-id": e.activeTabId,
|
|
713
756
|
hidden: e.hidden,
|
|
714
757
|
"panel-id": e.panelId
|
|
715
758
|
}), [
|
|
716
759
|
o(a.$slots, "default")
|
|
717
|
-
], 16,
|
|
760
|
+
], 16, he));
|
|
718
761
|
}
|
|
719
|
-
},
|
|
762
|
+
}, be = ["active-tab-id", "helper-text", "helper-description"], Bt = {
|
|
720
763
|
__name: "BsTabList",
|
|
721
764
|
props: {
|
|
722
765
|
activeTabId: {},
|
|
@@ -729,7 +772,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
729
772
|
const a = (t) => {
|
|
730
773
|
s("tabChange", t.detail), s("update:modelValue", t.detail);
|
|
731
774
|
};
|
|
732
|
-
return (t, l) => (n(), u("bs-tab-list",
|
|
775
|
+
return (t, l) => (n(), u("bs-tab-list", d(t.$attrs, {
|
|
733
776
|
"active-tab-id": e.activeTabId || e.modelValue,
|
|
734
777
|
"helper-text": e.helperText,
|
|
735
778
|
"helper-description": e.helperDescription,
|
|
@@ -741,9 +784,9 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
741
784
|
]),
|
|
742
785
|
_: 3
|
|
743
786
|
})
|
|
744
|
-
], 16,
|
|
787
|
+
], 16, be));
|
|
745
788
|
}
|
|
746
|
-
},
|
|
789
|
+
}, ve = ["active-tab-id", "tab-id"], Tt = {
|
|
747
790
|
__name: "BsTabPanel",
|
|
748
791
|
props: {
|
|
749
792
|
activeTabId: {},
|
|
@@ -751,18 +794,19 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
751
794
|
},
|
|
752
795
|
emits: [],
|
|
753
796
|
setup(e, { emit: s }) {
|
|
754
|
-
return (a, t) => (n(), u("bs-tab-panel",
|
|
797
|
+
return (a, t) => (n(), u("bs-tab-panel", d(a.$attrs, {
|
|
755
798
|
"active-tab-id": e.activeTabId,
|
|
756
799
|
"tab-id": e.tabId
|
|
757
800
|
}), [
|
|
758
801
|
o(a.$slots, "default")
|
|
759
|
-
], 16,
|
|
802
|
+
], 16, ve));
|
|
760
803
|
}
|
|
761
|
-
},
|
|
804
|
+
}, ge = ["disabled", "error", "input-id", "pass-attrs", "placeholder", "required", "value", "hint-id"], kt = {
|
|
762
805
|
__name: "BsTextarea",
|
|
763
806
|
props: {
|
|
764
807
|
disabled: { default: !1 },
|
|
765
808
|
error: {},
|
|
809
|
+
inputId: {},
|
|
766
810
|
passAttrs: { default: "" },
|
|
767
811
|
placeholder: {},
|
|
768
812
|
required: {},
|
|
@@ -772,24 +816,28 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
772
816
|
},
|
|
773
817
|
emits: ["update:modelValue"],
|
|
774
818
|
setup(e, { emit: s }) {
|
|
775
|
-
return (a, t) => (n(), u("bs-textarea",
|
|
819
|
+
return (a, t) => (n(), u("bs-textarea", d(a.$attrs, {
|
|
776
820
|
disabled: e.disabled,
|
|
777
821
|
error: e.error,
|
|
822
|
+
"input-id": e.inputId,
|
|
778
823
|
"pass-attrs": e.passAttrs,
|
|
779
824
|
placeholder: e.placeholder,
|
|
780
825
|
required: e.required,
|
|
781
826
|
value: e.value || e.modelValue,
|
|
782
827
|
"hint-id": e.hintId,
|
|
783
828
|
onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
784
|
-
}), null, 16,
|
|
829
|
+
}), null, 16, ge));
|
|
785
830
|
}
|
|
786
|
-
},
|
|
831
|
+
}, $e = ["char-max", "disabled", "error", "error-msg", "hint", "hints", "input-id", "label", "placeholder", "required", "value", "pass-attrs"], pt = {
|
|
787
832
|
__name: "BsTextareaField",
|
|
788
833
|
props: {
|
|
789
834
|
charMax: {},
|
|
790
835
|
disabled: { default: !1 },
|
|
791
836
|
error: {},
|
|
837
|
+
errorMsg: {},
|
|
838
|
+
hint: {},
|
|
792
839
|
hints: {},
|
|
840
|
+
inputId: {},
|
|
793
841
|
label: {},
|
|
794
842
|
placeholder: {},
|
|
795
843
|
required: {},
|
|
@@ -799,20 +847,23 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
799
847
|
},
|
|
800
848
|
emits: ["update:modelValue"],
|
|
801
849
|
setup(e, { emit: s }) {
|
|
802
|
-
return (a, t) => (n(), u("bs-textarea-field",
|
|
850
|
+
return (a, t) => (n(), u("bs-textarea-field", d(a.$attrs, {
|
|
803
851
|
"char-max": e.charMax,
|
|
804
852
|
disabled: e.disabled,
|
|
805
853
|
error: e.error,
|
|
854
|
+
"error-msg": e.errorMsg,
|
|
855
|
+
hint: e.hint,
|
|
806
856
|
hints: e.hints,
|
|
857
|
+
"input-id": e.inputId,
|
|
807
858
|
label: e.label,
|
|
808
859
|
placeholder: e.placeholder,
|
|
809
860
|
required: e.required,
|
|
810
861
|
value: e.value || e.modelValue,
|
|
811
862
|
"pass-attrs": e.passAttrs,
|
|
812
863
|
onInput: t[0] || (t[0] = (l) => s("update:modelValue", l.target.value))
|
|
813
|
-
}), null, 16,
|
|
864
|
+
}), null, 16, $e));
|
|
814
865
|
}
|
|
815
|
-
},
|
|
866
|
+
}, ye = ["toast-id", "variant", "stacked", "duration", "enter-controlled", "enter-trigger", "leave-trigger"], It = {
|
|
816
867
|
__name: "BsToast",
|
|
817
868
|
props: {
|
|
818
869
|
toastId: {},
|
|
@@ -827,7 +878,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
827
878
|
setup(e, { emit: s }) {
|
|
828
879
|
return (a, t) => (n(), $(f(T), null, {
|
|
829
880
|
default: g(() => [
|
|
830
|
-
k("bs-toast",
|
|
881
|
+
k("bs-toast", d(a.$attrs, {
|
|
831
882
|
"toast-id": e.toastId,
|
|
832
883
|
variant: e.variant,
|
|
833
884
|
stacked: e.stacked,
|
|
@@ -840,57 +891,57 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
840
891
|
onLeaveend: t[2] || (t[2] = (l) => s("leaveend", l.detail))
|
|
841
892
|
}), [
|
|
842
893
|
o(a.$slots, "default")
|
|
843
|
-
], 16,
|
|
894
|
+
], 16, ye)
|
|
844
895
|
]),
|
|
845
896
|
_: 3
|
|
846
897
|
}));
|
|
847
898
|
}
|
|
848
|
-
},
|
|
899
|
+
}, wt = {
|
|
849
900
|
__name: "BsToastActions",
|
|
850
901
|
props: {},
|
|
851
902
|
emits: ["defaultDismiss"],
|
|
852
903
|
setup(e, { emit: s }) {
|
|
853
|
-
return (a, t) => (n(), u("bs-toast-actions",
|
|
904
|
+
return (a, t) => (n(), u("bs-toast-actions", d(a.$attrs, {
|
|
854
905
|
"on:defaultDismiss": t[0] || (t[0] = (l) => s("defaultDismiss", l.detail))
|
|
855
906
|
}), [
|
|
856
907
|
o(a.$slots, "default")
|
|
857
908
|
], 16));
|
|
858
909
|
}
|
|
859
|
-
},
|
|
910
|
+
}, St = {
|
|
860
911
|
__name: "BsToastBody",
|
|
861
912
|
props: {},
|
|
862
913
|
emits: [],
|
|
863
914
|
setup(e, { emit: s }) {
|
|
864
|
-
return (a, t) => (n(), u("bs-toast-body", W(
|
|
915
|
+
return (a, t) => (n(), u("bs-toast-body", W(M(a.$attrs)), [
|
|
865
916
|
o(a.$slots, "default")
|
|
866
917
|
], 16));
|
|
867
918
|
}
|
|
868
|
-
},
|
|
919
|
+
}, Be = ["variant"], Ct = {
|
|
869
920
|
__name: "BsToastHeader",
|
|
870
921
|
props: {
|
|
871
922
|
variant: {}
|
|
872
923
|
},
|
|
873
924
|
emits: [],
|
|
874
925
|
setup(e, { emit: s }) {
|
|
875
|
-
return (a, t) => (n(), u("bs-toast-header",
|
|
926
|
+
return (a, t) => (n(), u("bs-toast-header", d(a.$attrs, { variant: e.variant }), [
|
|
876
927
|
o(a.$slots, "default")
|
|
877
|
-
], 16,
|
|
928
|
+
], 16, Be));
|
|
878
929
|
}
|
|
879
|
-
},
|
|
930
|
+
}, xt = {
|
|
880
931
|
__name: "BsToaster",
|
|
881
932
|
props: {},
|
|
882
933
|
emits: [],
|
|
883
934
|
setup(e, { emit: s }) {
|
|
884
935
|
return (a, t) => (n(), $(f(T), null, {
|
|
885
936
|
default: g(() => [
|
|
886
|
-
k("bs-toaster", W(
|
|
937
|
+
k("bs-toaster", W(M(a.$attrs)), [
|
|
887
938
|
o(a.$slots, "default")
|
|
888
939
|
], 16)
|
|
889
940
|
]),
|
|
890
941
|
_: 3
|
|
891
942
|
}));
|
|
892
943
|
}
|
|
893
|
-
},
|
|
944
|
+
}, Te = ["enter-class", "enter-attribute", "enter-duration", "leave-class", "leave-attribute", "leave-duration", "enter-controlled", "enter-trigger", "leave-trigger"], Lt = {
|
|
894
945
|
__name: "BsTransition",
|
|
895
946
|
props: {
|
|
896
947
|
enterClass: { default: void 0 },
|
|
@@ -905,7 +956,7 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
905
956
|
},
|
|
906
957
|
emits: ["enterend", "leaveend"],
|
|
907
958
|
setup(e, { emit: s }) {
|
|
908
|
-
return (a, t) => (n(), u("bs-transition",
|
|
959
|
+
return (a, t) => (n(), u("bs-transition", d(a.$attrs, {
|
|
909
960
|
"enter-class": e.enterClass,
|
|
910
961
|
"enter-attribute": e.enterAttribute,
|
|
911
962
|
"enter-duration": e.enterDuration,
|
|
@@ -919,13 +970,13 @@ const H = ["disabled", "ghost-btn", "hover-effect", "href", "icon", "icon-positi
|
|
|
919
970
|
onLeaveend: t[1] || (t[1] = (l) => s("leaveend", l.detail))
|
|
920
971
|
}), [
|
|
921
972
|
o(a.$slots, "default")
|
|
922
|
-
], 16,
|
|
973
|
+
], 16, Te));
|
|
923
974
|
}
|
|
924
975
|
};
|
|
925
976
|
function P(e) {
|
|
926
977
|
e.value.replaceChildren();
|
|
927
978
|
}
|
|
928
|
-
const
|
|
979
|
+
const ke = ["controlled", "icon", "header-text", "heading-level", "open-item", "open-item-id", "stacked"], pe = {
|
|
929
980
|
__name: "BsAccordionServer",
|
|
930
981
|
props: {
|
|
931
982
|
controlled: { default: !1 },
|
|
@@ -938,26 +989,26 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
|
|
|
938
989
|
},
|
|
939
990
|
emits: ["toggled"],
|
|
940
991
|
setup(e, { emit: s }) {
|
|
941
|
-
const a = h(!1), t = h(null), l = h(""),
|
|
992
|
+
const a = h(!1), t = h(null), l = h(""), i = I([]), c = h(null), b = h(!1), y = (r, v = 0) => {
|
|
942
993
|
var m, B;
|
|
943
|
-
t.value || v >= 4 || (t.value = (B = (m = r.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value ||
|
|
994
|
+
t.value || v >= 4 || (t.value = (B = (m = r.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value || i.push(setTimeout(() => y(r, v + 1), 50)));
|
|
944
995
|
};
|
|
945
|
-
return
|
|
946
|
-
!r || a.value || (P(t),
|
|
947
|
-
|
|
996
|
+
return w(() => b.value = !0), S(() => y(c, 0)), C(t, (r) => {
|
|
997
|
+
!r || a.value || (P(t), i.push(setTimeout(() => {
|
|
998
|
+
x(() => {
|
|
948
999
|
l.value = customElements.get("bs-accordion") ? "hydrated superhydrated" : "superhydrated";
|
|
949
1000
|
});
|
|
950
1001
|
}, 100)), a.value = !0);
|
|
951
|
-
}, { immediate: !0 }),
|
|
1002
|
+
}, { immediate: !0 }), L(() => i.forEach((r) => clearTimeout(r))), (r, v) => (n(), u(V, null, [
|
|
952
1003
|
t.value && b.value ? (n(), $(f(T), { key: 0 }, {
|
|
953
1004
|
default: g(() => [
|
|
954
|
-
(n(), $(
|
|
1005
|
+
(n(), $(q, { to: t.value }, [
|
|
955
1006
|
o(r.$slots, "default")
|
|
956
1007
|
], 8, ["to"]))
|
|
957
1008
|
]),
|
|
958
1009
|
_: 3
|
|
959
1010
|
})) : A("", !0),
|
|
960
|
-
k("bs-accordion",
|
|
1011
|
+
k("bs-accordion", d({
|
|
961
1012
|
ref_key: "wcRef",
|
|
962
1013
|
ref: c,
|
|
963
1014
|
class: l.value,
|
|
@@ -980,10 +1031,10 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
|
|
|
980
1031
|
key: "0"
|
|
981
1032
|
}
|
|
982
1033
|
]), 1024)
|
|
983
|
-
], 16,
|
|
1034
|
+
], 16, ke)
|
|
984
1035
|
], 64));
|
|
985
1036
|
}
|
|
986
|
-
},
|
|
1037
|
+
}, Ie = "bs-accordion", Vt = {
|
|
987
1038
|
__name: "BsAccordion",
|
|
988
1039
|
props: {
|
|
989
1040
|
controlled: { default: !1 },
|
|
@@ -997,21 +1048,21 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
|
|
|
997
1048
|
},
|
|
998
1049
|
emits: ["toggled"],
|
|
999
1050
|
setup(e, { emit: s }) {
|
|
1000
|
-
const a = e, { data: t } = D(
|
|
1051
|
+
const a = e, { data: t } = D(Ie, () => {
|
|
1001
1052
|
if (process.server)
|
|
1002
1053
|
return !0;
|
|
1003
1054
|
});
|
|
1004
|
-
return (l,
|
|
1055
|
+
return (l, i) => f(t) ? (n(), $(pe, d({ key: 0 }, { ...a, ...l.$attrs }, {
|
|
1005
1056
|
style: { display: e.bsShow ? null : "none" },
|
|
1006
|
-
onToggled:
|
|
1057
|
+
onToggled: i[0] || (i[0] = (c) => s("toggled", c))
|
|
1007
1058
|
}), {
|
|
1008
1059
|
default: g(() => [
|
|
1009
1060
|
o(l.$slots, "default")
|
|
1010
1061
|
]),
|
|
1011
1062
|
_: 3
|
|
1012
|
-
}, 16, ["style"])) : (n(), u("bs-accordion",
|
|
1063
|
+
}, 16, ["style"])) : (n(), u("bs-accordion", d({ key: 1 }, { ...a, ...l.$attrs }, {
|
|
1013
1064
|
style: { display: e.bsShow ? null : "none" },
|
|
1014
|
-
onToggled:
|
|
1065
|
+
onToggled: i[1] || (i[1] = (c) => s("toggled", c.detail))
|
|
1015
1066
|
}), [
|
|
1016
1067
|
o(l.$slots, "default")
|
|
1017
1068
|
], 16));
|
|
@@ -1021,26 +1072,26 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
|
|
|
1021
1072
|
props: {},
|
|
1022
1073
|
emits: ["dismiss"],
|
|
1023
1074
|
setup(e, { emit: s }) {
|
|
1024
|
-
const a = h(!1), t = h(null), l = h(""),
|
|
1075
|
+
const a = h(!1), t = h(null), l = h(""), i = I([]), c = h(null), b = h(!1), y = (r, v = 0) => {
|
|
1025
1076
|
var m, B;
|
|
1026
|
-
t.value || v >= 4 || (t.value = (B = (m = r.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value ||
|
|
1077
|
+
t.value || v >= 4 || (t.value = (B = (m = r.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value || i.push(setTimeout(() => y(r, v + 1), 50)));
|
|
1027
1078
|
};
|
|
1028
|
-
return
|
|
1029
|
-
!r || a.value || (P(t),
|
|
1030
|
-
|
|
1079
|
+
return w(() => b.value = !0), S(() => y(c, 0)), C(t, (r) => {
|
|
1080
|
+
!r || a.value || (P(t), i.push(setTimeout(() => {
|
|
1081
|
+
x(() => {
|
|
1031
1082
|
l.value = customElements.get("bs-banner") ? "hydrated superhydrated" : "superhydrated";
|
|
1032
1083
|
});
|
|
1033
1084
|
}, 100)), a.value = !0);
|
|
1034
|
-
}, { immediate: !0 }),
|
|
1085
|
+
}, { immediate: !0 }), L(() => i.forEach((r) => clearTimeout(r))), (r, v) => (n(), u(V, null, [
|
|
1035
1086
|
t.value && b.value ? (n(), $(f(T), { key: 0 }, {
|
|
1036
1087
|
default: g(() => [
|
|
1037
|
-
(n(), $(
|
|
1088
|
+
(n(), $(q, { to: t.value }, [
|
|
1038
1089
|
o(r.$slots, "default")
|
|
1039
1090
|
], 8, ["to"]))
|
|
1040
1091
|
]),
|
|
1041
1092
|
_: 3
|
|
1042
1093
|
})) : A("", !0),
|
|
1043
|
-
k("bs-banner",
|
|
1094
|
+
k("bs-banner", d({
|
|
1044
1095
|
ref_key: "wcRef",
|
|
1045
1096
|
ref: c,
|
|
1046
1097
|
class: l.value,
|
|
@@ -1059,7 +1110,7 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
|
|
|
1059
1110
|
], 16)
|
|
1060
1111
|
], 64));
|
|
1061
1112
|
}
|
|
1062
|
-
}, Se = "bs-banner",
|
|
1113
|
+
}, Se = "bs-banner", qt = {
|
|
1063
1114
|
__name: "BsBanner",
|
|
1064
1115
|
props: {
|
|
1065
1116
|
bsShow: { default: !0 }
|
|
@@ -1070,22 +1121,22 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
|
|
|
1070
1121
|
if (process.server)
|
|
1071
1122
|
return !0;
|
|
1072
1123
|
});
|
|
1073
|
-
return (l,
|
|
1124
|
+
return (l, i) => f(t) ? (n(), $(we, d({ key: 0 }, { ...a, ...l.$attrs }, {
|
|
1074
1125
|
style: { display: e.bsShow ? null : "none" },
|
|
1075
|
-
onDismiss:
|
|
1126
|
+
onDismiss: i[0] || (i[0] = (c) => s("dismiss", c))
|
|
1076
1127
|
}), {
|
|
1077
1128
|
default: g(() => [
|
|
1078
1129
|
o(l.$slots, "default")
|
|
1079
1130
|
]),
|
|
1080
1131
|
_: 3
|
|
1081
|
-
}, 16, ["style"])) : (n(), u("bs-banner",
|
|
1132
|
+
}, 16, ["style"])) : (n(), u("bs-banner", d({ key: 1 }, { ...a, ...l.$attrs }, {
|
|
1082
1133
|
style: { display: e.bsShow ? null : "none" },
|
|
1083
|
-
onDismiss:
|
|
1134
|
+
onDismiss: i[1] || (i[1] = (c) => s("dismiss", c.detail))
|
|
1084
1135
|
}), [
|
|
1085
1136
|
o(l.$slots, "default")
|
|
1086
1137
|
], 16));
|
|
1087
1138
|
}
|
|
1088
|
-
},
|
|
1139
|
+
}, Ce = ["variant", "disabled", "ghost-btn", "href", "pass-attrs", "text-btn", "size"], xe = {
|
|
1089
1140
|
__name: "BsButtonServer",
|
|
1090
1141
|
props: {
|
|
1091
1142
|
variant: {},
|
|
@@ -1098,26 +1149,26 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
|
|
|
1098
1149
|
},
|
|
1099
1150
|
emits: [],
|
|
1100
1151
|
setup(e, { emit: s }) {
|
|
1101
|
-
const a = h(!1), t = h(null), l = h(""),
|
|
1152
|
+
const a = h(!1), t = h(null), l = h(""), i = I([]), c = h(null), b = h(!1), y = (r, v = 0) => {
|
|
1102
1153
|
var m, B;
|
|
1103
|
-
t.value || v >= 4 || (t.value = (B = (m = r.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value ||
|
|
1154
|
+
t.value || v >= 4 || (t.value = (B = (m = r.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value || i.push(setTimeout(() => y(r, v + 1), 50)));
|
|
1104
1155
|
};
|
|
1105
|
-
return
|
|
1106
|
-
!r || a.value || (P(t),
|
|
1107
|
-
|
|
1156
|
+
return w(() => b.value = !0), S(() => y(c, 0)), C(t, (r) => {
|
|
1157
|
+
!r || a.value || (P(t), i.push(setTimeout(() => {
|
|
1158
|
+
x(() => {
|
|
1108
1159
|
l.value = customElements.get("bs-button") ? "hydrated superhydrated" : "superhydrated";
|
|
1109
1160
|
});
|
|
1110
1161
|
}, 100)), a.value = !0);
|
|
1111
|
-
}, { immediate: !0 }),
|
|
1162
|
+
}, { immediate: !0 }), L(() => i.forEach((r) => clearTimeout(r))), (r, v) => (n(), u(V, null, [
|
|
1112
1163
|
t.value && b.value ? (n(), $(f(T), { key: 0 }, {
|
|
1113
1164
|
default: g(() => [
|
|
1114
|
-
(n(), $(
|
|
1165
|
+
(n(), $(q, { to: t.value }, [
|
|
1115
1166
|
o(r.$slots, "default")
|
|
1116
1167
|
], 8, ["to"]))
|
|
1117
1168
|
]),
|
|
1118
1169
|
_: 3
|
|
1119
1170
|
})) : A("", !0),
|
|
1120
|
-
k("bs-button",
|
|
1171
|
+
k("bs-button", d({
|
|
1121
1172
|
ref_key: "wcRef",
|
|
1122
1173
|
ref: c,
|
|
1123
1174
|
class: l.value,
|
|
@@ -1139,10 +1190,10 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
|
|
|
1139
1190
|
key: "0"
|
|
1140
1191
|
}
|
|
1141
1192
|
]), 1024)
|
|
1142
|
-
], 16,
|
|
1193
|
+
], 16, Ce)
|
|
1143
1194
|
], 64));
|
|
1144
1195
|
}
|
|
1145
|
-
}, Le = "bs-button",
|
|
1196
|
+
}, Le = "bs-button", At = {
|
|
1146
1197
|
__name: "BsButton",
|
|
1147
1198
|
props: {
|
|
1148
1199
|
variant: {},
|
|
@@ -1161,19 +1212,19 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
|
|
|
1161
1212
|
if (process.server)
|
|
1162
1213
|
return !0;
|
|
1163
1214
|
});
|
|
1164
|
-
return (
|
|
1215
|
+
return (i, c) => f(l) ? (n(), $(xe, d({ key: 0 }, { ...a, ...i.$attrs, router: void 0 }, {
|
|
1165
1216
|
style: { display: e.bsShow ? null : "none" },
|
|
1166
1217
|
onClick: f(t)
|
|
1167
1218
|
}), {
|
|
1168
1219
|
default: g(() => [
|
|
1169
|
-
o(
|
|
1220
|
+
o(i.$slots, "default")
|
|
1170
1221
|
]),
|
|
1171
1222
|
_: 3
|
|
1172
|
-
}, 16, ["style", "onClick"])) : (n(), u("bs-button",
|
|
1223
|
+
}, 16, ["style", "onClick"])) : (n(), u("bs-button", d({ key: 1 }, { ...a, ...i.$attrs, router: void 0 }, {
|
|
1173
1224
|
style: { display: e.bsShow ? null : "none" },
|
|
1174
1225
|
onClick: c[0] || (c[0] = (...b) => f(t) && f(t)(...b))
|
|
1175
1226
|
}), [
|
|
1176
|
-
o(
|
|
1227
|
+
o(i.$slots, "default")
|
|
1177
1228
|
], 16));
|
|
1178
1229
|
}
|
|
1179
1230
|
}, Ve = ["disabled", "for", "hide", "pass-attrs", "required"], qe = {
|
|
@@ -1187,26 +1238,26 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
|
|
|
1187
1238
|
},
|
|
1188
1239
|
emits: [],
|
|
1189
1240
|
setup(e, { emit: s }) {
|
|
1190
|
-
const a = h(!1), t = h(null), l = h(""),
|
|
1241
|
+
const a = h(!1), t = h(null), l = h(""), i = I([]), c = h(null), b = h(!1), y = (r, v = 0) => {
|
|
1191
1242
|
var m, B;
|
|
1192
|
-
t.value || v >= 4 || (t.value = (B = (m = r.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value ||
|
|
1243
|
+
t.value || v >= 4 || (t.value = (B = (m = r.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value || i.push(setTimeout(() => y(r, v + 1), 50)));
|
|
1193
1244
|
};
|
|
1194
|
-
return
|
|
1195
|
-
!r || a.value || (P(t),
|
|
1196
|
-
|
|
1245
|
+
return w(() => b.value = !0), S(() => y(c, 0)), C(t, (r) => {
|
|
1246
|
+
!r || a.value || (P(t), i.push(setTimeout(() => {
|
|
1247
|
+
x(() => {
|
|
1197
1248
|
l.value = customElements.get("bs-label") ? "hydrated superhydrated" : "superhydrated";
|
|
1198
1249
|
});
|
|
1199
1250
|
}, 100)), a.value = !0);
|
|
1200
|
-
}, { immediate: !0 }),
|
|
1251
|
+
}, { immediate: !0 }), L(() => i.forEach((r) => clearTimeout(r))), (r, v) => (n(), u(V, null, [
|
|
1201
1252
|
t.value && b.value ? (n(), $(f(T), { key: 0 }, {
|
|
1202
1253
|
default: g(() => [
|
|
1203
|
-
(n(), $(
|
|
1254
|
+
(n(), $(q, { to: t.value }, [
|
|
1204
1255
|
o(r.$slots, "default")
|
|
1205
1256
|
], 8, ["to"]))
|
|
1206
1257
|
]),
|
|
1207
1258
|
_: 3
|
|
1208
1259
|
})) : A("", !0),
|
|
1209
|
-
k("bs-label",
|
|
1260
|
+
k("bs-label", d({
|
|
1210
1261
|
ref_key: "wcRef",
|
|
1211
1262
|
ref: c,
|
|
1212
1263
|
class: l.value,
|
|
@@ -1229,7 +1280,7 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
|
|
|
1229
1280
|
], 16, Ve)
|
|
1230
1281
|
], 64));
|
|
1231
1282
|
}
|
|
1232
|
-
},
|
|
1283
|
+
}, Ae = "bs-label", zt = {
|
|
1233
1284
|
__name: "BsLabel",
|
|
1234
1285
|
props: {
|
|
1235
1286
|
disabled: {},
|
|
@@ -1241,24 +1292,24 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
|
|
|
1241
1292
|
},
|
|
1242
1293
|
emits: [],
|
|
1243
1294
|
setup(e, { emit: s }) {
|
|
1244
|
-
const a = e, { data: t } = D(
|
|
1295
|
+
const a = e, { data: t } = D(Ae, () => {
|
|
1245
1296
|
if (process.server)
|
|
1246
1297
|
return !0;
|
|
1247
1298
|
});
|
|
1248
|
-
return (l,
|
|
1299
|
+
return (l, i) => f(t) ? (n(), $(qe, d({ key: 0 }, { ...a, ...l.$attrs }, {
|
|
1249
1300
|
style: { display: e.bsShow ? null : "none" }
|
|
1250
1301
|
}), {
|
|
1251
1302
|
default: g(() => [
|
|
1252
1303
|
o(l.$slots, "default")
|
|
1253
1304
|
]),
|
|
1254
1305
|
_: 3
|
|
1255
|
-
}, 16, ["style"])) : (n(), u("bs-label",
|
|
1306
|
+
}, 16, ["style"])) : (n(), u("bs-label", d({ key: 1 }, { ...a, ...l.$attrs }, {
|
|
1256
1307
|
style: { display: e.bsShow ? null : "none" }
|
|
1257
1308
|
}), [
|
|
1258
1309
|
o(l.$slots, "default")
|
|
1259
1310
|
], 16));
|
|
1260
1311
|
}
|
|
1261
|
-
},
|
|
1312
|
+
}, ze = ["variant", "status", "href", "active", "disabled", "pass-attrs"], De = {
|
|
1262
1313
|
__name: "BsPillServer",
|
|
1263
1314
|
props: {
|
|
1264
1315
|
variant: {},
|
|
@@ -1270,26 +1321,26 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
|
|
|
1270
1321
|
},
|
|
1271
1322
|
emits: [],
|
|
1272
1323
|
setup(e, { emit: s }) {
|
|
1273
|
-
const a = h(!1), t = h(null), l = h(""),
|
|
1324
|
+
const a = h(!1), t = h(null), l = h(""), i = I([]), c = h(null), b = h(!1), y = (r, v = 0) => {
|
|
1274
1325
|
var m, B;
|
|
1275
|
-
t.value || v >= 4 || (t.value = (B = (m = r.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value ||
|
|
1326
|
+
t.value || v >= 4 || (t.value = (B = (m = r.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value || i.push(setTimeout(() => y(r, v + 1), 50)));
|
|
1276
1327
|
};
|
|
1277
|
-
return
|
|
1278
|
-
!r || a.value || (P(t),
|
|
1279
|
-
|
|
1328
|
+
return w(() => b.value = !0), S(() => y(c, 0)), C(t, (r) => {
|
|
1329
|
+
!r || a.value || (P(t), i.push(setTimeout(() => {
|
|
1330
|
+
x(() => {
|
|
1280
1331
|
l.value = customElements.get("bs-pill") ? "hydrated superhydrated" : "superhydrated";
|
|
1281
1332
|
});
|
|
1282
1333
|
}, 100)), a.value = !0);
|
|
1283
|
-
}, { immediate: !0 }),
|
|
1334
|
+
}, { immediate: !0 }), L(() => i.forEach((r) => clearTimeout(r))), (r, v) => (n(), u(V, null, [
|
|
1284
1335
|
t.value && b.value ? (n(), $(f(T), { key: 0 }, {
|
|
1285
1336
|
default: g(() => [
|
|
1286
|
-
(n(), $(
|
|
1337
|
+
(n(), $(q, { to: t.value }, [
|
|
1287
1338
|
o(r.$slots, "default")
|
|
1288
1339
|
], 8, ["to"]))
|
|
1289
1340
|
]),
|
|
1290
1341
|
_: 3
|
|
1291
1342
|
})) : A("", !0),
|
|
1292
|
-
k("bs-pill",
|
|
1343
|
+
k("bs-pill", d({
|
|
1293
1344
|
ref_key: "wcRef",
|
|
1294
1345
|
ref: c,
|
|
1295
1346
|
class: l.value,
|
|
@@ -1310,10 +1361,10 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
|
|
|
1310
1361
|
key: "0"
|
|
1311
1362
|
}
|
|
1312
1363
|
]), 1024)
|
|
1313
|
-
], 16,
|
|
1364
|
+
], 16, ze)
|
|
1314
1365
|
], 64));
|
|
1315
1366
|
}
|
|
1316
|
-
},
|
|
1367
|
+
}, Pe = "bs-pill", Dt = {
|
|
1317
1368
|
__name: "BsPill",
|
|
1318
1369
|
props: {
|
|
1319
1370
|
variant: {},
|
|
@@ -1327,29 +1378,30 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
|
|
|
1327
1378
|
},
|
|
1328
1379
|
emits: [],
|
|
1329
1380
|
setup(e, { emit: s }) {
|
|
1330
|
-
const a = e, { onLinkClick: t } = R(a), { data: l } = D(
|
|
1381
|
+
const a = e, { onLinkClick: t } = R(a), { data: l } = D(Pe, () => {
|
|
1331
1382
|
if (process.server)
|
|
1332
1383
|
return !0;
|
|
1333
1384
|
});
|
|
1334
|
-
return (
|
|
1385
|
+
return (i, c) => f(l) ? (n(), $(De, d({ key: 0 }, { ...a, ...i.$attrs, router: void 0 }, {
|
|
1335
1386
|
style: { display: e.bsShow ? null : "none" },
|
|
1336
1387
|
onClick: f(t)
|
|
1337
1388
|
}), {
|
|
1338
1389
|
default: g(() => [
|
|
1339
|
-
o(
|
|
1390
|
+
o(i.$slots, "default")
|
|
1340
1391
|
]),
|
|
1341
1392
|
_: 3
|
|
1342
|
-
}, 16, ["style", "onClick"])) : (n(), u("bs-pill",
|
|
1393
|
+
}, 16, ["style", "onClick"])) : (n(), u("bs-pill", d({ key: 1 }, { ...a, ...i.$attrs, router: void 0 }, {
|
|
1343
1394
|
style: { display: e.bsShow ? null : "none" },
|
|
1344
1395
|
onClick: c[0] || (c[0] = (...b) => f(t) && f(t)(...b))
|
|
1345
1396
|
}), [
|
|
1346
|
-
o(
|
|
1397
|
+
o(i.$slots, "default")
|
|
1347
1398
|
], 16));
|
|
1348
1399
|
}
|
|
1349
|
-
},
|
|
1400
|
+
}, Re = ["disabled", "input-id", "required", "error", "hint-id", "value", "pass-attrs"], Ee = {
|
|
1350
1401
|
__name: "BsSelectServer",
|
|
1351
1402
|
props: {
|
|
1352
1403
|
disabled: { default: !1 },
|
|
1404
|
+
inputId: {},
|
|
1353
1405
|
required: {},
|
|
1354
1406
|
error: {},
|
|
1355
1407
|
hintId: {},
|
|
@@ -1359,31 +1411,32 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
|
|
|
1359
1411
|
},
|
|
1360
1412
|
emits: [],
|
|
1361
1413
|
setup(e, { emit: s }) {
|
|
1362
|
-
const a = h(!1), t = h(null), l = h(""),
|
|
1414
|
+
const a = h(!1), t = h(null), l = h(""), i = I([]), c = h(null), b = h(!1), y = (r, v = 0) => {
|
|
1363
1415
|
var m, B;
|
|
1364
|
-
t.value || v >= 4 || (t.value = (B = (m = r.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value ||
|
|
1416
|
+
t.value || v >= 4 || (t.value = (B = (m = r.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value || i.push(setTimeout(() => y(r, v + 1), 50)));
|
|
1365
1417
|
};
|
|
1366
|
-
return
|
|
1367
|
-
!r || a.value || (P(t),
|
|
1368
|
-
|
|
1418
|
+
return w(() => b.value = !0), S(() => y(c, 0)), C(t, (r) => {
|
|
1419
|
+
!r || a.value || (P(t), i.push(setTimeout(() => {
|
|
1420
|
+
x(() => {
|
|
1369
1421
|
l.value = customElements.get("bs-select") ? "hydrated superhydrated" : "superhydrated";
|
|
1370
1422
|
});
|
|
1371
1423
|
}, 100)), a.value = !0);
|
|
1372
|
-
}, { immediate: !0 }),
|
|
1424
|
+
}, { immediate: !0 }), L(() => i.forEach((r) => clearTimeout(r))), (r, v) => (n(), u(V, null, [
|
|
1373
1425
|
t.value && b.value ? (n(), $(f(T), { key: 0 }, {
|
|
1374
1426
|
default: g(() => [
|
|
1375
|
-
(n(), $(
|
|
1427
|
+
(n(), $(q, { to: t.value }, [
|
|
1376
1428
|
o(r.$slots, "default")
|
|
1377
1429
|
], 8, ["to"]))
|
|
1378
1430
|
]),
|
|
1379
1431
|
_: 3
|
|
1380
1432
|
})) : A("", !0),
|
|
1381
|
-
k("bs-select",
|
|
1433
|
+
k("bs-select", d({
|
|
1382
1434
|
ref_key: "wcRef",
|
|
1383
1435
|
ref: c,
|
|
1384
1436
|
class: l.value,
|
|
1385
1437
|
"data-bsds-ssr": "",
|
|
1386
1438
|
disabled: e.disabled,
|
|
1439
|
+
"input-id": e.inputId,
|
|
1387
1440
|
required: e.required,
|
|
1388
1441
|
error: e.error,
|
|
1389
1442
|
"hint-id": e.hintId,
|
|
@@ -1399,13 +1452,14 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
|
|
|
1399
1452
|
key: "0"
|
|
1400
1453
|
}
|
|
1401
1454
|
]), 1024)
|
|
1402
|
-
], 16,
|
|
1455
|
+
], 16, Re)
|
|
1403
1456
|
], 64));
|
|
1404
1457
|
}
|
|
1405
|
-
},
|
|
1458
|
+
}, We = "bs-select", Pt = {
|
|
1406
1459
|
__name: "BsSelect",
|
|
1407
1460
|
props: {
|
|
1408
1461
|
disabled: { default: !1 },
|
|
1462
|
+
inputId: {},
|
|
1409
1463
|
required: {},
|
|
1410
1464
|
error: {},
|
|
1411
1465
|
hintId: {},
|
|
@@ -1416,24 +1470,24 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
|
|
|
1416
1470
|
},
|
|
1417
1471
|
emits: ["update:modelValue"],
|
|
1418
1472
|
setup(e, { emit: s }) {
|
|
1419
|
-
const a = e, { data: t } = D(
|
|
1473
|
+
const a = e, { data: t } = D(We, () => {
|
|
1420
1474
|
if (process.server)
|
|
1421
1475
|
return !0;
|
|
1422
1476
|
});
|
|
1423
|
-
return (l,
|
|
1477
|
+
return (l, i) => f(t) ? (n(), $(Ee, d({ key: 0 }, { ...a, ...l.$attrs, value: e.value || e.modelValue }, {
|
|
1424
1478
|
style: { display: e.bsShow ? null : "none" }
|
|
1425
1479
|
}), {
|
|
1426
1480
|
default: g(() => [
|
|
1427
1481
|
o(l.$slots, "default")
|
|
1428
1482
|
]),
|
|
1429
1483
|
_: 3
|
|
1430
|
-
}, 16, ["style"])) : (n(), u("bs-select",
|
|
1484
|
+
}, 16, ["style"])) : (n(), u("bs-select", d({ key: 1 }, { ...a, ...l.$attrs, value: e.value || e.modelValue }, {
|
|
1431
1485
|
style: { display: e.bsShow ? null : "none" }
|
|
1432
1486
|
}), [
|
|
1433
1487
|
o(l.$slots, "default")
|
|
1434
1488
|
], 16));
|
|
1435
1489
|
}
|
|
1436
|
-
},
|
|
1490
|
+
}, Me = ["tooltip-id", "content", "position"], Oe = {
|
|
1437
1491
|
__name: "BsTooltipServer",
|
|
1438
1492
|
props: {
|
|
1439
1493
|
tooltipId: {},
|
|
@@ -1442,26 +1496,26 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
|
|
|
1442
1496
|
},
|
|
1443
1497
|
emits: [],
|
|
1444
1498
|
setup(e, { emit: s }) {
|
|
1445
|
-
const a = h(!1), t = h(null), l = h(""),
|
|
1499
|
+
const a = h(!1), t = h(null), l = h(""), i = I([]), c = h(null), b = h(!1), y = (r, v = 0) => {
|
|
1446
1500
|
var m, B;
|
|
1447
|
-
t.value || v >= 4 || (t.value = (B = (m = r.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value ||
|
|
1501
|
+
t.value || v >= 4 || (t.value = (B = (m = r.value) == null ? void 0 : m.querySelector) == null ? void 0 : B.call(m, "[data-slot]"), t.value || i.push(setTimeout(() => y(r, v + 1), 50)));
|
|
1448
1502
|
};
|
|
1449
|
-
return
|
|
1450
|
-
!r || a.value || (P(t),
|
|
1451
|
-
|
|
1503
|
+
return w(() => b.value = !0), S(() => y(c, 0)), C(t, (r) => {
|
|
1504
|
+
!r || a.value || (P(t), i.push(setTimeout(() => {
|
|
1505
|
+
x(() => {
|
|
1452
1506
|
l.value = customElements.get("bs-tooltip") ? "hydrated superhydrated" : "superhydrated";
|
|
1453
1507
|
});
|
|
1454
1508
|
}, 100)), a.value = !0);
|
|
1455
|
-
}, { immediate: !0 }),
|
|
1509
|
+
}, { immediate: !0 }), L(() => i.forEach((r) => clearTimeout(r))), (r, v) => (n(), u(V, null, [
|
|
1456
1510
|
t.value && b.value ? (n(), $(f(T), { key: 0 }, {
|
|
1457
1511
|
default: g(() => [
|
|
1458
|
-
(n(), $(
|
|
1512
|
+
(n(), $(q, { to: t.value }, [
|
|
1459
1513
|
o(r.$slots, "default")
|
|
1460
1514
|
], 8, ["to"]))
|
|
1461
1515
|
]),
|
|
1462
1516
|
_: 3
|
|
1463
1517
|
})) : A("", !0),
|
|
1464
|
-
k("bs-tooltip",
|
|
1518
|
+
k("bs-tooltip", d({
|
|
1465
1519
|
ref_key: "wcRef",
|
|
1466
1520
|
ref: c,
|
|
1467
1521
|
class: l.value,
|
|
@@ -1479,10 +1533,10 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
|
|
|
1479
1533
|
key: "0"
|
|
1480
1534
|
}
|
|
1481
1535
|
]), 1024)
|
|
1482
|
-
], 16,
|
|
1536
|
+
], 16, Me)
|
|
1483
1537
|
], 64));
|
|
1484
1538
|
}
|
|
1485
|
-
}, Fe = "bs-tooltip",
|
|
1539
|
+
}, Fe = "bs-tooltip", Rt = {
|
|
1486
1540
|
__name: "BsTooltip",
|
|
1487
1541
|
props: {
|
|
1488
1542
|
tooltipId: {},
|
|
@@ -1496,14 +1550,14 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
|
|
|
1496
1550
|
if (process.server)
|
|
1497
1551
|
return !0;
|
|
1498
1552
|
});
|
|
1499
|
-
return (l,
|
|
1553
|
+
return (l, i) => f(t) ? (n(), $(Oe, d({ key: 0 }, { ...a, ...l.$attrs }, {
|
|
1500
1554
|
style: { display: e.bsShow ? null : "none" }
|
|
1501
1555
|
}), {
|
|
1502
1556
|
default: g(() => [
|
|
1503
1557
|
o(l.$slots, "default")
|
|
1504
1558
|
]),
|
|
1505
1559
|
_: 3
|
|
1506
|
-
}, 16, ["style"])) : (n(), u("bs-tooltip",
|
|
1560
|
+
}, 16, ["style"])) : (n(), u("bs-tooltip", d({ key: 1 }, { ...a, ...l.$attrs }, {
|
|
1507
1561
|
style: { display: e.bsShow ? null : "none" }
|
|
1508
1562
|
}), [
|
|
1509
1563
|
o(l.$slots, "default")
|
|
@@ -1511,56 +1565,57 @@ const Te = ["controlled", "icon", "header-text", "heading-level", "open-item", "
|
|
|
1511
1565
|
}
|
|
1512
1566
|
};
|
|
1513
1567
|
export {
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1568
|
+
Vt as BsAccordion,
|
|
1569
|
+
pe as BsAccordionServer,
|
|
1570
|
+
He as BsBadge,
|
|
1571
|
+
qt as BsBanner,
|
|
1518
1572
|
we as BsBannerServer,
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1573
|
+
At as BsButton,
|
|
1574
|
+
xe as BsButtonServer,
|
|
1575
|
+
Xe as BsCharacterCount,
|
|
1576
|
+
Ye as BsChartBar,
|
|
1577
|
+
Ze as BsChartTable,
|
|
1578
|
+
Je as BsCheckbox,
|
|
1579
|
+
Ke as BsCircleButton,
|
|
1580
|
+
Qe as BsDropdown,
|
|
1527
1581
|
Ue as BsDropdownOption,
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1582
|
+
_e as BsDropdownOptionList,
|
|
1583
|
+
et as BsDropdownWithOptions,
|
|
1584
|
+
tt as BsFieldDetails,
|
|
1585
|
+
at as BsFieldLayout,
|
|
1586
|
+
lt as BsHint,
|
|
1587
|
+
st as BsInput,
|
|
1588
|
+
rt as BsInputAddon,
|
|
1589
|
+
nt as BsInputField,
|
|
1590
|
+
it as BsInputSearch,
|
|
1591
|
+
zt as BsLabel,
|
|
1537
1592
|
qe as BsLabelServer,
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1593
|
+
dt as BsLoader,
|
|
1594
|
+
ut as BsModal,
|
|
1595
|
+
ot as BsOverlay,
|
|
1596
|
+
ct as BsPagination,
|
|
1597
|
+
Dt as BsPill,
|
|
1598
|
+
De as BsPillServer,
|
|
1599
|
+
ft as BsProfile,
|
|
1600
|
+
mt as BsProfileDetails,
|
|
1601
|
+
ht as BsProfileImg,
|
|
1602
|
+
bt as BsProfileLayout,
|
|
1603
|
+
vt as BsRadio,
|
|
1604
|
+
Pt as BsSelect,
|
|
1605
|
+
gt as BsSelectField,
|
|
1606
|
+
Ee as BsSelectServer,
|
|
1607
|
+
$t as BsSwitch,
|
|
1608
|
+
yt as BsTab,
|
|
1609
|
+
Bt as BsTabList,
|
|
1610
|
+
Tt as BsTabPanel,
|
|
1611
|
+
kt as BsTextarea,
|
|
1612
|
+
pt as BsTextareaField,
|
|
1613
|
+
It as BsToast,
|
|
1614
|
+
wt as BsToastActions,
|
|
1615
|
+
St as BsToastBody,
|
|
1616
|
+
Ct as BsToastHeader,
|
|
1617
|
+
xt as BsToaster,
|
|
1618
|
+
Rt as BsTooltip,
|
|
1564
1619
|
Oe as BsTooltipServer,
|
|
1565
|
-
|
|
1620
|
+
Lt as BsTransition
|
|
1566
1621
|
};
|