bitboss-ui 2.0.50 → 2.0.52
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/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +7 -0
- package/dist/components/BaseSelect/BaseSelect.vue.d.ts +10 -0
- package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +3 -0
- package/dist/components/BaseTag/BaseTag.vue.d.ts +4 -0
- package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +7 -0
- package/dist/components/BbSelect/BbSelect.vue.d.ts +14 -0
- package/dist/components/BbSwitchGroup/BbSwitchGroup.vue.d.ts +3 -0
- package/dist/components/BbTable/BbTable.vue.d.ts +1 -0
- package/dist/components/BbTable/types.d.ts +4 -0
- package/dist/components/BbTag/BbTag.vue.d.ts +4 -0
- package/dist/composables/useOptions.d.ts +1 -0
- package/dist/index100.js +14 -10
- package/dist/index106.js +3 -1
- package/dist/index108.js +1 -1
- package/dist/index110.js +66 -64
- package/dist/index112.js +3 -1
- package/dist/index118.js +1 -1
- package/dist/index120.js +5 -5
- package/dist/index122.js +1 -1
- package/dist/index126.js +1 -1
- package/dist/index127.js +1 -1
- package/dist/index128.js +1 -1
- package/dist/index130.js +1 -1
- package/dist/index132.js +2 -2
- package/dist/index133.js +2 -2
- package/dist/index15.js +4 -4
- package/dist/index17.js +3 -3
- package/dist/index19.js +6 -4
- package/dist/index204.js +116 -2
- package/dist/index205.js +280 -52
- package/dist/{index224.js → index206.js} +2 -2
- package/dist/index207.js +16 -13
- package/dist/index208.js +19 -20
- package/dist/index209.js +19 -4
- package/dist/index21.js +13 -13
- package/dist/index210.js +27 -2
- package/dist/index211.js +3 -4
- package/dist/index212.js +2 -2
- package/dist/index214.js +248 -115
- package/dist/index215.js +52 -3
- package/dist/index216.js +44 -41
- package/dist/index217.js +5 -6
- package/dist/index218.js +49 -7
- package/dist/index219.js +2 -3
- package/dist/index220.js +4 -158
- package/dist/index221.js +2 -84
- package/dist/index222.js +164 -0
- package/dist/index223.js +84 -5
- package/dist/index225.js +3 -16
- package/dist/index226.js +40 -18
- package/dist/index227.js +6 -19
- package/dist/index228.js +7 -27
- package/dist/index229.js +2 -3
- package/dist/index23.js +15 -15
- package/dist/index230.js +3 -2
- package/dist/index231.js +122 -245
- package/dist/index232.js +124 -51
- package/dist/index233.js +2 -44
- package/dist/index234.js +20 -5
- package/dist/index235.js +45 -41
- package/dist/index237.js +13 -125
- package/dist/index238.js +5 -2
- package/dist/index239.js +369 -5
- package/dist/index240.js +3 -368
- package/dist/index242.js +1 -1
- package/dist/index244.js +1 -1
- package/dist/index246.js +1 -1
- package/dist/index25.js +4 -4
- package/dist/index250.js +1 -1
- package/dist/index251.js +11 -0
- package/dist/index252.js +23 -7
- package/dist/index253.js +6 -176
- package/dist/index254.js +16 -4
- package/dist/index256.js +6 -3
- package/dist/index257.js +2 -9
- package/dist/index258.js +2 -23
- package/dist/index259.js +2 -6
- package/dist/index260.js +2 -16
- package/dist/index261.js +2 -224
- package/dist/index262.js +2 -3
- package/dist/index263.js +2 -12
- package/dist/index264.js +2 -9
- package/dist/index265.js +2 -9
- package/dist/index266.js +2 -17
- package/dist/index267.js +24 -427
- package/dist/index268.js +22 -89
- package/dist/index27.js +1 -1
- package/dist/index270.js +7 -6
- package/dist/index271.js +4 -2
- package/dist/index272.js +3 -2
- package/dist/index273.js +12 -2
- package/dist/index274.js +9 -2
- package/dist/index275.js +9 -2
- package/dist/index276.js +17 -2
- package/dist/index277.js +4 -2
- package/dist/index278.js +431 -2
- package/dist/index279.js +89 -2
- package/dist/index280.js +224 -2
- package/dist/index281.js +197 -25
- package/dist/index282.js +3 -22
- package/dist/index286.js +176 -22
- package/dist/index287.js +24 -0
- package/dist/index289.js +5 -436
- package/dist/index29.js +3 -3
- package/dist/index290.js +65 -126
- package/dist/index291.js +2 -3
- package/dist/index292.js +436 -3
- package/dist/index293.js +126 -210
- package/dist/index294.js +3 -5
- package/dist/index295.js +3 -2
- package/dist/index296.js +204 -59
- package/dist/index297.js +79 -33
- package/dist/index299.js +4 -8
- package/dist/index300.js +4 -4
- package/dist/index301.js +57 -77
- package/dist/index302.js +9 -0
- package/dist/index303.js +6 -6
- package/dist/index304.js +19 -4
- package/dist/index305.js +5 -4
- package/dist/index306.js +7 -58
- package/dist/index307.js +3 -46
- package/dist/index308.js +32 -10
- package/dist/index309.js +10 -6
- package/dist/index31.js +2 -2
- package/dist/index310.js +2 -19
- package/dist/index311.js +47 -2
- package/dist/{index313.js → index312.js} +2 -2
- package/dist/index314.js +1 -1
- package/dist/index315.js +2 -47
- package/dist/index316.js +47 -2
- package/dist/index33.js +2 -2
- package/dist/index35.js +3 -3
- package/dist/index37.js +180 -174
- package/dist/index39.js +3 -3
- package/dist/index41.js +2 -2
- package/dist/index43.js +4 -2
- package/dist/index45.js +52 -45
- package/dist/index47.js +2 -2
- package/dist/index49.js +2 -2
- package/dist/index55.js +1 -1
- package/dist/index57.js +1 -1
- package/dist/index65.js +3 -1
- package/dist/index75.js +3 -3
- package/dist/index79.js +2 -2
- package/dist/index81.js +1 -1
- package/dist/index84.js +2 -2
- package/dist/index88.js +3 -3
- package/dist/index90.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/dist/index236.js +0 -128
- package/dist/index269.js +0 -283
- package/dist/index288.js +0 -202
- package/dist/index298.js +0 -7
package/dist/index45.js
CHANGED
@@ -1,18 +1,18 @@
|
|
1
|
-
import { defineComponent as Y, ref as
|
1
|
+
import { defineComponent as Y, ref as i, computed as k, toRef as B, openBlock as f, createBlock as C, normalizeClass as x, withCtx as a, renderSlot as s, createVNode as O, unref as v, createElementVNode as $, createElementBlock as ee, Fragment as te, createCommentVNode as oe, withDirectives as ne, mergeProps as le, isRef as ae, withModifiers as d, withKeys as y, vModelDynamic as re, nextTick as ie } from "vue";
|
2
2
|
/* empty css */
|
3
3
|
/* empty css */
|
4
4
|
import ue from "./index127.js";
|
5
5
|
/* empty css */
|
6
6
|
import { isNotNil as se } from "./index134.js";
|
7
|
-
import { last as de } from "./
|
8
|
-
import { useOptions as pe } from "./
|
7
|
+
import { last as de } from "./index212.js";
|
8
|
+
import { useOptions as pe } from "./index222.js";
|
9
9
|
import ce from "./index244.js";
|
10
10
|
/* empty css */
|
11
|
-
import
|
11
|
+
import me from "./index246.js";
|
12
12
|
/* empty css */
|
13
|
-
import
|
13
|
+
import fe from "./index235.js";
|
14
14
|
/* empty css */
|
15
|
-
import ve from "./
|
15
|
+
import ve from "./index237.js";
|
16
16
|
const ye = { class: "bb-base-tag__input-container" }, be = ["id", "aria-describedby", "autocomplete", "autofocus", "disabled", "placeholder", "readonly", "required", "onKeydown"], Ne = /* @__PURE__ */ Y({
|
17
17
|
__name: "BaseTag",
|
18
18
|
props: {
|
@@ -26,6 +26,7 @@ const ye = { class: "bb-base-tag__input-container" }, be = ["id", "aria-describe
|
|
26
26
|
hasErrors: { type: Boolean },
|
27
27
|
id: {},
|
28
28
|
loading: { type: Boolean },
|
29
|
+
max: {},
|
29
30
|
modelValue: {},
|
30
31
|
multiple: { type: Boolean, default: !0 },
|
31
32
|
name: {},
|
@@ -39,15 +40,15 @@ const ye = { class: "bb-base-tag__input-container" }, be = ["id", "aria-describe
|
|
39
40
|
const t = I, l = D;
|
40
41
|
if (t.multiple && !Array.isArray(t.modelValue))
|
41
42
|
throw new Error('Multiple is set to "true" but modelValue is not an array.');
|
42
|
-
const b =
|
43
|
+
const b = i(null), T = i(null), L = k(() => t.placeholder), V = i(null), w = i(null), r = k(
|
43
44
|
() => t.comma ? V.value : w.value
|
44
|
-
),
|
45
|
-
|
46
|
-
}, K = !t.multiple && se(t.modelValue) || t.multiple && !!t.modelValue.length, N =
|
45
|
+
), p = i(null), E = () => {
|
46
|
+
p.value instanceof HTMLInputElement && p.value.focus();
|
47
|
+
}, K = !t.multiple && se(t.modelValue) || t.multiple && !!t.modelValue.length, N = i([]), {
|
47
48
|
query: o,
|
48
49
|
alignQueryToState: q,
|
49
50
|
addCurrentQueryToManualItems: A,
|
50
|
-
selectedOptions:
|
51
|
+
selectedOptions: u,
|
51
52
|
selectOption: M,
|
52
53
|
unselectOption: P,
|
53
54
|
valueIsSelected: _,
|
@@ -68,40 +69,46 @@ const ye = { class: "bb-base-tag__input-container" }, be = ["id", "aria-describe
|
|
68
69
|
depsDebounceTime: 0,
|
69
70
|
queryDebounceTime: 0,
|
70
71
|
disabled: B(t, "disabled")
|
71
|
-
}), g =
|
72
|
+
}), g = i(!1), F = () => {
|
72
73
|
g.value = !0;
|
73
74
|
}, H = () => {
|
74
75
|
g.value = !1, l("inactive");
|
75
|
-
}, h = k(() => !(t.readonly || t.disabled || !
|
76
|
+
}, h = k(() => !(t.readonly || t.disabled || !r.value && t.multiple)), Q = (e) => {
|
76
77
|
var n;
|
77
|
-
h.value && (!t.multiple || o.value || (e.preventDefault(),
|
78
|
+
h.value && (!t.multiple || o.value || (e.preventDefault(), u.value.length && ((n = r.value) == null || n.focusPrevious())));
|
78
79
|
}, R = (e) => {
|
79
80
|
var n;
|
80
|
-
h.value && (!t.multiple || o.value || (e.preventDefault(),
|
81
|
+
h.value && (!t.multiple || o.value || (e.preventDefault(), u.value.length && ((n = r.value) == null || n.focusNext())));
|
81
82
|
}, U = async () => {
|
82
83
|
var e, n;
|
83
|
-
!h.value || o.value || !
|
84
|
+
!h.value || o.value || !u.value.length || ((e = r.value) != null && e.getHighlighted() && r.value.confirmOption(), await ie(), (n = r.value) == null || n.focusPrevious());
|
84
85
|
}, z = () => {
|
85
86
|
var e;
|
86
|
-
(e =
|
87
|
+
(e = r.value) == null || e.blur();
|
87
88
|
}, Z = async (e) => {
|
88
89
|
var n;
|
89
90
|
if (l("keyup", e), t.readonly || t.disabled) {
|
90
91
|
e.preventDefault();
|
91
92
|
return;
|
92
93
|
}
|
93
|
-
if (/^[A-Za-z0-9]$/.test(e.key) && ((n =
|
94
|
+
if (/^[A-Za-z0-9]$/.test(e.key) && ((n = r.value) == null || n.blur()), e.key === t.divider || e.key === "Unidentified" && o.value.includes(t.divider)) {
|
94
95
|
if (t.divider.length === 1 && o.value.includes(t.divider)) {
|
95
|
-
const
|
96
|
-
if (
|
97
|
-
o.value =
|
96
|
+
const m = o.value.split(t.divider)[0];
|
97
|
+
if (m)
|
98
|
+
o.value = m;
|
98
99
|
else {
|
99
100
|
o.value = "";
|
100
101
|
return;
|
101
102
|
}
|
102
103
|
}
|
103
104
|
if (!o.value) return;
|
104
|
-
|
105
|
+
if (_(o.value))
|
106
|
+
l("duplicate", o.value), o.value = "";
|
107
|
+
else {
|
108
|
+
if (t.max && u.value.length >= t.max)
|
109
|
+
return;
|
110
|
+
A(), j(de(S.value));
|
111
|
+
}
|
105
112
|
}
|
106
113
|
}, j = (e) => {
|
107
114
|
M(e), E();
|
@@ -110,7 +117,7 @@ const ye = { class: "bb-base-tag__input-container" }, be = ["id", "aria-describe
|
|
110
117
|
}, J = (e) => {
|
111
118
|
l("focus", e), F(), document.addEventListener("click", c), document.addEventListener("focusin", c);
|
112
119
|
}, W = (e) => {
|
113
|
-
l("click", e), !(t.disabled || t.readonly) &&
|
120
|
+
l("click", e), !(t.disabled || t.readonly) && p.value instanceof HTMLElement && p.value.focus();
|
114
121
|
}, c = async (e) => {
|
115
122
|
if (e.target instanceof Node && b.value && !b.value.$el.contains(e.target)) {
|
116
123
|
H(), document.removeEventListener("click", c), document.removeEventListener("focusin", c), q();
|
@@ -122,7 +129,7 @@ const ye = { class: "bb-base-tag__input-container" }, be = ["id", "aria-describe
|
|
122
129
|
onKeydown: (e) => l("keydown", e),
|
123
130
|
onInput: (e) => l("input", e)
|
124
131
|
};
|
125
|
-
return (e, n) => (
|
132
|
+
return (e, n) => (f(), C(ve, {
|
126
133
|
ref_key: "outerContainer",
|
127
134
|
ref: b,
|
128
135
|
class: x({
|
@@ -136,13 +143,13 @@ const ye = { class: "bb-base-tag__input-container" }, be = ["id", "aria-describe
|
|
136
143
|
onClick: W
|
137
144
|
}, {
|
138
145
|
"prepend-outer": a(() => [
|
139
|
-
|
146
|
+
s(e.$slots, "prepend-outer")
|
140
147
|
]),
|
141
148
|
"append-outer": a(() => [
|
142
|
-
|
149
|
+
s(e.$slots, "append-outer")
|
143
150
|
]),
|
144
151
|
default: a(() => [
|
145
|
-
O(
|
152
|
+
O(fe, {
|
146
153
|
ref_key: "innerContainer",
|
147
154
|
ref: T,
|
148
155
|
"append:icon": t["append:icon"],
|
@@ -150,41 +157,41 @@ const ye = { class: "bb-base-tag__input-container" }, be = ["id", "aria-describe
|
|
150
157
|
"prevent-focus": !0
|
151
158
|
}, {
|
152
159
|
prepend: a(() => [
|
153
|
-
|
160
|
+
s(e.$slots, "prepend")
|
154
161
|
]),
|
155
162
|
prefix: a(() => [
|
156
|
-
|
163
|
+
s(e.$slots, "prefix")
|
157
164
|
]),
|
158
165
|
append: a(() => [
|
159
|
-
|
166
|
+
s(e.$slots, "append")
|
160
167
|
]),
|
161
168
|
suffix: a(() => [
|
162
|
-
|
169
|
+
s(e.$slots, "suffix")
|
163
170
|
]),
|
164
171
|
default: a(() => [
|
165
172
|
O(v(ue), { tag: "span" }, {
|
166
173
|
default: a(() => [
|
167
174
|
$("span", ye, [
|
168
|
-
e.multiple ? (
|
169
|
-
e.comma ? (
|
175
|
+
e.multiple ? (f(), ee(te, { key: 0 }, [
|
176
|
+
e.comma ? (f(), C(me, {
|
170
177
|
key: 0,
|
171
178
|
ref_key: "commaBox",
|
172
179
|
ref: V,
|
173
|
-
options: v(
|
174
|
-
}, null, 8, ["options"])) : (
|
180
|
+
options: v(u)
|
181
|
+
}, null, 8, ["options"])) : (f(), C(ce, {
|
175
182
|
key: 1,
|
176
183
|
ref_key: "chipsBox",
|
177
184
|
ref: w,
|
178
|
-
options: v(
|
185
|
+
options: v(u),
|
179
186
|
"onOption:unselected": G
|
180
187
|
}, null, 8, ["options"]))
|
181
188
|
], 64)) : oe("", !0),
|
182
189
|
ne($("input", le({
|
183
190
|
id: e.id,
|
184
191
|
ref_key: "input",
|
185
|
-
ref:
|
192
|
+
ref: p
|
186
193
|
}, X, {
|
187
|
-
"onUpdate:modelValue": n[0] || (n[0] = (
|
194
|
+
"onUpdate:modelValue": n[0] || (n[0] = (m) => ae(o) ? o.value = m : null),
|
188
195
|
"aria-describedby": e.ariaDescribedby,
|
189
196
|
autocomplete: e.autocomplete,
|
190
197
|
autofocus: e.autofocus,
|
@@ -196,16 +203,16 @@ const ye = { class: "bb-base-tag__input-container" }, be = ["id", "aria-describe
|
|
196
203
|
readonly: e.readonly,
|
197
204
|
required: e.required && !e.multiple || e.multiple && !e.modelValue.length,
|
198
205
|
type: "text",
|
199
|
-
onFocus:
|
206
|
+
onFocus: d(J, ["stop"]),
|
200
207
|
onKeydown: [
|
201
|
-
y(
|
202
|
-
y(
|
203
|
-
y(
|
204
|
-
y(
|
208
|
+
y(d(U, ["stop"]), ["delete"]),
|
209
|
+
y(d(Q, ["stop"]), ["left"]),
|
210
|
+
y(d(z, ["stop", "prevent"]), ["esc"]),
|
211
|
+
y(d(R, ["stop"]), ["right"])
|
205
212
|
],
|
206
|
-
onKeyup:
|
213
|
+
onKeyup: d(Z, ["stop"])
|
207
214
|
}), null, 16, be), [
|
208
|
-
[
|
215
|
+
[re, v(o)]
|
209
216
|
])
|
210
217
|
])
|
211
218
|
]),
|
package/dist/index47.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import { defineComponent as w, ref as g, computed as u, onMounted as y, watch as V, nextTick as k, openBlock as x, createBlock as B, normalizeClass as $, withCtx as r, renderSlot as t, createVNode as i, createElementVNode as C, mergeProps as T } from "vue";
|
2
|
-
import v from "./
|
3
|
-
import E from "./
|
2
|
+
import v from "./index237.js";
|
3
|
+
import E from "./index235.js";
|
4
4
|
/* empty css */
|
5
5
|
import G from "./index127.js";
|
6
6
|
/* empty css */
|
package/dist/index49.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
import { defineComponent as m, computed as b, openBlock as c, createElementBlock as f, Fragment as y, createVNode as p, normalizeClass as h, withCtx as n, renderSlot as r, createElementVNode as l, mergeProps as g } from "vue";
|
2
|
-
import B from "./
|
2
|
+
import B from "./index235.js";
|
3
3
|
/* empty css */
|
4
|
-
import k from "./
|
4
|
+
import k from "./index237.js";
|
5
5
|
const w = ["id", "aria-describedby", "aria-invalid", "autocomplete", "autofocus", "disabled", "name", "placeholder", "readonly", "required", "type", "value"], V = /* @__PURE__ */ m({
|
6
6
|
__name: "BaseTextInput",
|
7
7
|
props: {
|
package/dist/index55.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineComponent as z, computed as b, ref as o, onMounted as g, openBlock as l, createElementBlock as i, normalizeProps as h, guardReactiveProps as k, renderSlot as y } from "vue";
|
2
|
-
import { isCssColor as _ } from "./
|
2
|
+
import { isCssColor as _ } from "./index219.js";
|
3
3
|
import { wait as C } from "./index131.js";
|
4
4
|
const w = ["alt", "sizes", "src", "srcset"], B = {
|
5
5
|
key: 1,
|
package/dist/index57.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineComponent as p, useSlots as d, computed as n, openBlock as m, createElementBlock as u, normalizeClass as g, createElementVNode as s, renderSlot as l, mergeProps as f, createTextVNode as _, toDisplayString as y } from "vue";
|
2
|
-
import { isCssColor as r } from "./
|
2
|
+
import { isCssColor as r } from "./index219.js";
|
3
3
|
import { isNil as B } from "./index129.js";
|
4
4
|
const C = { class: "bb-badge__wrapper" }, h = { class: "bb-badge__content-inner" }, S = /* @__PURE__ */ p({
|
5
5
|
__name: "BbBadge",
|
package/dist/index65.js
CHANGED
@@ -24,6 +24,7 @@ const I = /* @__PURE__ */ v({
|
|
24
24
|
itemValue: {},
|
25
25
|
legend: {},
|
26
26
|
loadingText: {},
|
27
|
+
max: {},
|
27
28
|
modelValue: {},
|
28
29
|
modelValueDebounceTime: {},
|
29
30
|
name: {},
|
@@ -85,6 +86,7 @@ const I = /* @__PURE__ */ v({
|
|
85
86
|
"item-value": e.itemValue,
|
86
87
|
items: e.items,
|
87
88
|
"loading-text": e.loadingText,
|
89
|
+
max: e.max,
|
88
90
|
"model-value": e.modelValue,
|
89
91
|
"model-value-debounce-time": e.modelValueDebounceTime,
|
90
92
|
name: b,
|
@@ -116,7 +118,7 @@ const I = /* @__PURE__ */ v({
|
|
116
118
|
i(e.$slots, "append", l(r(o)))
|
117
119
|
]),
|
118
120
|
_: 2
|
119
|
-
}, 1040, ["id", "aria-describedby", "autofocus", "color", "dependencies", "deps-debounce-time", "direction", "disabled", "enforce-coherence", "has-errors", "hide-label", "item-text", "item-value", "items", "loading-text", "model-value", "model-value-debounce-time", "name", "no-data-text", "readonly"])
|
121
|
+
}, 1040, ["id", "aria-describedby", "autofocus", "color", "dependencies", "deps-debounce-time", "direction", "disabled", "enforce-coherence", "has-errors", "hide-label", "item-text", "item-value", "items", "loading-text", "max", "model-value", "model-value-debounce-time", "name", "no-data-text", "readonly"])
|
120
122
|
]),
|
121
123
|
_: 3
|
122
124
|
}, 8, ["id", "errors", "has-errors", "hide-label", "hint", "label", "name", "reverse", "show-hint"]));
|
package/dist/index75.js
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
import { defineComponent as Q, defineAsyncComponent as W, computed as A, ref as g, openBlock as $, createElementBlock as D, mergeProps as B, createElementVNode as O, renderSlot as w, normalizeProps as X, guardReactiveProps as Y, unref as h, createBlock as Z, withCtx as K, normalizeStyle as _, Fragment as P, renderList as x, createVNode as ee, createCommentVNode as te } from "vue";
|
2
|
-
import { findRightIndex as H } from "./
|
2
|
+
import { findRightIndex as H } from "./index251.js";
|
3
3
|
import { useId as ne } from "./index8.js";
|
4
4
|
import { wait as oe } from "./index131.js";
|
5
5
|
import { useIntersectionObserver as ae } from "./index132.js";
|
6
6
|
import le from "./index13.js";
|
7
7
|
/* empty css */
|
8
|
-
import N from "./
|
8
|
+
import N from "./index252.js";
|
9
9
|
const me = /* @__PURE__ */ Q({
|
10
10
|
__name: "BbDropdown",
|
11
11
|
props: {
|
@@ -24,7 +24,7 @@ const me = /* @__PURE__ */ Q({
|
|
24
24
|
},
|
25
25
|
setup(V) {
|
26
26
|
const j = W(
|
27
|
-
() => import("./
|
27
|
+
() => import("./index250.js")
|
28
28
|
), r = V, d = r.id ?? `bb_${ne().id.value}`, m = A(() => {
|
29
29
|
let e = r.items.findIndex((t) => !t.disabled), o = H(
|
30
30
|
r.items,
|
package/dist/index79.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineComponent as j, ref as g, watch as x, computed as m, openBlock as V, createBlock as G, resolveDynamicComponent as K, normalizeClass as O, withCtx as M, createElementVNode as c, withModifiers as y, renderSlot as U, normalizeProps as Y, guardReactiveProps as Z, createTextVNode as J, unref as Q, createVNode as W, createElementBlock as F, Fragment as X, renderList as ee, toDisplayString as te } from "vue";
|
2
|
-
import { findInTree as ae } from "./
|
2
|
+
import { findInTree as ae } from "./index254.js";
|
3
3
|
import { useId as re } from "./index8.js";
|
4
4
|
import oe from "./index127.js";
|
5
5
|
/* empty css */
|
@@ -56,7 +56,7 @@ const le = ["accept", "autofocus", "disabled", "multiple"], se = {
|
|
56
56
|
const r = a.accept[t];
|
57
57
|
if (r.includes("/")) e.push(r);
|
58
58
|
else {
|
59
|
-
b || (b = (await import("./
|
59
|
+
b || (b = (await import("./index253.js")).default);
|
60
60
|
const o = b.getType(r);
|
61
61
|
if (!o)
|
62
62
|
throw new Error(
|
package/dist/index81.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineComponent as h, ref as t, onMounted as m, onBeforeUnmount as p, openBlock as g, createBlock as b, resolveDynamicComponent as w, withCtx as _, renderSlot as I } from "vue";
|
2
|
-
import { throttle as c } from "./
|
2
|
+
import { throttle as c } from "./index225.js";
|
3
3
|
const M = /* @__PURE__ */ h({
|
4
4
|
__name: "BbIntersection",
|
5
5
|
props: {
|
package/dist/index84.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
import { defineComponent as te, ref as s, useAttrs as oe, getCurrentInstance as se, computed as v, nextTick as le, onBeforeUnmount as x, onMounted as ae, watch as ne, openBlock as g, createBlock as ie, Teleport as re, createElementVNode as l, mergeProps as O, createElementBlock as V, renderSlot as n, createTextVNode as ue, toDisplayString as S, createCommentVNode as z } from "vue";
|
2
|
-
import { useFocusTrap as ce } from "./
|
2
|
+
import { useFocusTrap as ce } from "./index226.js";
|
3
3
|
import { useId as A } from "./index8.js";
|
4
4
|
import { wait as E } from "./index131.js";
|
5
|
-
import { useModalsState as p } from "./
|
5
|
+
import { useModalsState as p } from "./index228.js";
|
6
6
|
const de = ["inert"], fe = { class: "bb-offcanvas-close" }, ve = ["aria-label"], ge = /* @__PURE__ */ te({
|
7
7
|
__name: "BbOffCanvas",
|
8
8
|
props: {
|
package/dist/index88.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
import { defineComponent as S, defineAsyncComponent as H, ref as n, computed as m, openBlock as b, createElementBlock as q, mergeProps as A, createElementVNode as p, renderSlot as y, normalizeProps as I, guardReactiveProps as V, createBlock as C, unref as W, withCtx as $, createCommentVNode as T, nextTick as z } from "vue";
|
2
|
-
import { useFocusTrap as R } from "./
|
2
|
+
import { useFocusTrap as R } from "./index226.js";
|
3
3
|
import { useId as j } from "./index8.js";
|
4
4
|
import { useIntersectionObserver as G } from "./index132.js";
|
5
|
-
import { waitFor as J } from "./
|
5
|
+
import { waitFor as J } from "./index227.js";
|
6
6
|
import K from "./index13.js";
|
7
7
|
/* empty css */
|
8
8
|
const te = /* @__PURE__ */ S({
|
@@ -24,7 +24,7 @@ const te = /* @__PURE__ */ S({
|
|
24
24
|
emits: ["shown", "hidden"],
|
25
25
|
setup(B, { expose: P, emit: _ }) {
|
26
26
|
const N = H(
|
27
|
-
() => import("./
|
27
|
+
() => import("./index250.js")
|
28
28
|
), t = B, s = _, { id: D } = j(), c = `bbp_${D.value}`, r = n(), l = n(), { activate: E, deactivate: L } = R(l, {
|
29
29
|
/**
|
30
30
|
* This traps all clicks outside so we are pressing
|
package/dist/index90.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineComponent as r, computed as a, openBlock as l, createElementBlock as s, normalizeClass as m, createElementVNode as n, normalizeStyle as c } from "vue";
|
2
|
-
import { clamp as p } from "./
|
2
|
+
import { clamp as p } from "./index229.js";
|
3
3
|
import { getAsPercentageBetween as i } from "./index130.js";
|
4
4
|
const _ = /* @__PURE__ */ r({
|
5
5
|
__name: "BbProgress",
|