bitboss-ui 2.0.115 → 2.0.117

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.
Files changed (196) hide show
  1. package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +31 -58
  2. package/dist/components/BaseColorInput/BaseColorInput.vue.d.ts +4 -0
  3. package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +17 -8
  4. package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +4 -0
  5. package/dist/components/BaseSelect/BaseSelect.vue.d.ts +22 -3
  6. package/dist/components/BaseSlider/BaseSlider.vue.d.ts +1 -1
  7. package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +8 -167
  8. package/dist/components/BaseTag/BaseTag.vue.d.ts +17 -3
  9. package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +4 -0
  10. package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +4 -0
  11. package/dist/components/BbAccordion/BbAccordion.vue.d.ts +1 -1
  12. package/dist/components/BbButton/BbButton.vue.d.ts +4 -4
  13. package/dist/components/BbColorInput/BbColorInput.vue.d.ts +4 -0
  14. package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +4 -0
  15. package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +5 -0
  16. package/dist/components/BbSelect/BbSelect.vue.d.ts +9 -0
  17. package/dist/components/BbTag/BbTag.vue.d.ts +4 -0
  18. package/dist/components/BbTextInput/BbTextInput.vue.d.ts +4 -0
  19. package/dist/components/BbTextarea/BbTextarea.vue.d.ts +4 -0
  20. package/dist/components/BbTooltip/BbTooltip.vue.d.ts +0 -1
  21. package/dist/components/ClearableButton.vue.d.ts +2 -0
  22. package/dist/components/CommonInputInnerContainer.vue.d.ts +9 -1
  23. package/dist/index100.js +9 -9
  24. package/dist/index101.js +41 -37
  25. package/dist/index111.js +11 -11
  26. package/dist/index113.js +6 -4
  27. package/dist/index115.js +17 -15
  28. package/dist/index117.js +14 -12
  29. package/dist/index119.js +2 -2
  30. package/dist/index121.js +59 -61
  31. package/dist/index123.js +1 -1
  32. package/dist/index125.js +1 -1
  33. package/dist/index127.js +1 -1
  34. package/dist/index128.js +1 -1
  35. package/dist/index129.js +1 -1
  36. package/dist/index13.js +2 -2
  37. package/dist/index133.js +2 -2
  38. package/dist/index15.js +38 -33
  39. package/dist/index17.js +3 -3
  40. package/dist/index19.js +8 -8
  41. package/dist/index207.js +58 -79
  42. package/dist/index209.js +13 -25
  43. package/dist/index21.js +12 -12
  44. package/dist/index210.js +19 -16
  45. package/dist/index211.js +4 -48
  46. package/dist/index212.js +13 -15
  47. package/dist/index213.js +3 -3
  48. package/dist/index214.js +126 -12
  49. package/dist/index215.js +5 -16
  50. package/dist/index216.js +125 -5
  51. package/dist/index217.js +2 -2
  52. package/dist/index218.js +2 -2
  53. package/dist/index219.js +3 -3
  54. package/dist/index220.js +2 -2
  55. package/dist/index221.js +2 -19
  56. package/dist/index222.js +2 -27
  57. package/dist/index223.js +41 -2
  58. package/dist/index224.js +5 -7
  59. package/dist/index225.js +11 -246
  60. package/dist/index226.js +5 -52
  61. package/dist/index227.js +2 -44
  62. package/dist/index228.js +369 -5
  63. package/dist/index229.js +80 -54
  64. package/dist/index23.js +111 -107
  65. package/dist/index231.js +25 -2
  66. package/dist/index232.js +17 -4
  67. package/dist/index233.js +51 -2
  68. package/dist/index234.js +15 -53
  69. package/dist/index235.js +5 -0
  70. package/dist/index236.js +12 -13
  71. package/dist/index237.js +15 -19
  72. package/dist/index238.js +2 -4
  73. package/dist/index239.js +4 -3
  74. package/dist/index240.js +2 -41
  75. package/dist/index241.js +19 -6
  76. package/dist/index242.js +27 -7
  77. package/dist/index243.js +6 -13
  78. package/dist/index244.js +250 -3
  79. package/dist/index245.js +49 -123
  80. package/dist/index246.js +44 -125
  81. package/dist/index247.js +5 -2
  82. package/dist/index248.js +60 -5
  83. package/dist/index249.js +3 -369
  84. package/dist/index25.js +7 -7
  85. package/dist/index250.js +7 -2
  86. package/dist/index251.js +2 -2
  87. package/dist/index252.js +2 -2
  88. package/dist/index253.js +2 -18
  89. package/dist/index254.js +17 -105
  90. package/dist/index255.js +108 -0
  91. package/dist/{index256.js → index257.js} +2 -2
  92. package/dist/index259.js +11 -9
  93. package/dist/index260.js +9 -2
  94. package/dist/index261.js +3 -6
  95. package/dist/index262.js +6 -16
  96. package/dist/index263.js +15 -8
  97. package/dist/index264.js +9 -23
  98. package/dist/index265.js +23 -90
  99. package/dist/index266.js +92 -0
  100. package/dist/index268.js +9 -17
  101. package/dist/index269.js +224 -9
  102. package/dist/index27.js +1 -1
  103. package/dist/index270.js +3 -28
  104. package/dist/index272.js +7 -6
  105. package/dist/index273.js +176 -2
  106. package/dist/index274.js +7 -2
  107. package/dist/index275.js +11 -2
  108. package/dist/index276.js +281 -2
  109. package/dist/index277.js +6 -2
  110. package/dist/index278.js +2 -2
  111. package/dist/index279.js +2 -2
  112. package/dist/index280.js +2 -2
  113. package/dist/index281.js +2 -2
  114. package/dist/index282.js +2 -2
  115. package/dist/index283.js +2 -2
  116. package/dist/index284.js +125 -21
  117. package/dist/index285.js +433 -0
  118. package/dist/index286.js +2 -7
  119. package/dist/index287.js +22 -7
  120. package/dist/index289.js +3 -4
  121. package/dist/index29.js +48 -40
  122. package/dist/index290.js +17 -3
  123. package/dist/index291.js +11 -0
  124. package/dist/index292.js +23 -171
  125. package/dist/index293.js +3 -430
  126. package/dist/index294.js +436 -2
  127. package/dist/index295.js +125 -87
  128. package/dist/index296.js +200 -224
  129. package/dist/index297.js +2 -200
  130. package/dist/index298.js +2 -8
  131. package/dist/index299.js +2 -9
  132. package/dist/index300.js +2 -2
  133. package/dist/index301.js +2 -126
  134. package/dist/index302.js +1 -21
  135. package/dist/index303.js +24 -0
  136. package/dist/index305.js +8 -127
  137. package/dist/index306.js +89 -3
  138. package/dist/index307.js +1 -1
  139. package/dist/index308.js +3 -214
  140. package/dist/index309.js +214 -3
  141. package/dist/index31.js +2 -2
  142. package/dist/index310.js +2 -3
  143. package/dist/index311.js +3 -58
  144. package/dist/index312.js +3 -5
  145. package/dist/index313.js +57 -7
  146. package/dist/index314.js +5 -53
  147. package/dist/index315.js +65 -51
  148. package/dist/index316.js +6 -32
  149. package/dist/index317.js +17 -5
  150. package/dist/index318.js +2 -66
  151. package/dist/index319.js +32 -6
  152. package/dist/index320.js +25 -18
  153. package/dist/index321.js +53 -4
  154. package/dist/index322.js +53 -5
  155. package/dist/index323.js +5 -2
  156. package/dist/index324.js +8 -3
  157. package/dist/index325.js +6 -46
  158. package/dist/index326.js +6 -0
  159. package/dist/index327.js +47 -2
  160. package/dist/index328.js +2 -480
  161. package/dist/index33.js +8 -8
  162. package/dist/index331.js +480 -2
  163. package/dist/{index329.js → index332.js} +1 -1
  164. package/dist/index334.js +4 -0
  165. package/dist/index35.js +4 -4
  166. package/dist/index37.js +200 -189
  167. package/dist/index39.js +4 -4
  168. package/dist/index41.js +2 -2
  169. package/dist/index43.js +8 -8
  170. package/dist/index45.js +92 -85
  171. package/dist/index47.js +40 -36
  172. package/dist/index49.js +39 -35
  173. package/dist/index51.js +11 -12
  174. package/dist/index53.js +1 -1
  175. package/dist/index55.js +1 -1
  176. package/dist/index57.js +2 -2
  177. package/dist/index61.js +11 -10
  178. package/dist/index67.js +14 -12
  179. package/dist/index71.js +5 -3
  180. package/dist/index75.js +3 -3
  181. package/dist/index77.js +1 -1
  182. package/dist/index79.js +2 -2
  183. package/dist/index81.js +1 -1
  184. package/dist/index82.js +11 -9
  185. package/dist/index84.js +4 -4
  186. package/dist/index86.js +2 -2
  187. package/dist/index88.js +4 -4
  188. package/dist/style.css +1 -1
  189. package/package.json +1 -1
  190. package/dist/index230.js +0 -15
  191. package/dist/index258.js +0 -14
  192. package/dist/index267.js +0 -5
  193. package/dist/index271.js +0 -283
  194. package/dist/index288.js +0 -13
  195. package/dist/index304.js +0 -438
  196. /package/dist/{index330.js → index333.js} +0 -0
package/dist/index51.js CHANGED
@@ -1,5 +1,5 @@
1
- import { defineComponent as f, ref as _, watch as v, openBlock as b, createElementBlock as h, createVNode as n, unref as t, normalizeClass as d, withModifiers as g, withCtx as s, renderSlot as u } from "vue";
2
- import { useId as V } from "./index8.js";
1
+ import { defineComponent as f, ref as _, watch as v, openBlock as b, createElementBlock as h, createVNode as n, unref as i, normalizeClass as d, withModifiers as V, withCtx as s, renderSlot as u } from "vue";
2
+ import { useId as g } from "./index8.js";
3
3
  import $ from "./index13.js";
4
4
  /* empty css */
5
5
  import B from "./index126.js";
@@ -10,40 +10,39 @@ const y = { class: "bb-accordion" }, A = /* @__PURE__ */ f({
10
10
  eager: { type: Boolean },
11
11
  transitionDuration: { default: 250 },
12
12
  modelValue: { type: Boolean },
13
- tag: {},
14
13
  id: {}
15
14
  },
16
15
  emits: ["update:modelValue"],
17
16
  setup(m, { emit: c }) {
18
- const p = c, o = m, l = o.id || `bba_${V().id.value}`, e = _(o.modelValue);
17
+ const p = c, o = m, l = o.id || `bba_${g().id.value}`, e = _(o.modelValue);
19
18
  v(
20
19
  () => o.modelValue,
21
20
  (a, r) => {
22
21
  a !== r && a !== e.value && (e.value = a);
23
22
  }
24
23
  );
25
- const i = () => {
24
+ const t = () => {
26
25
  e.value = !e.value, p("update:modelValue", !o.modelValue);
27
26
  };
28
27
  return (a, r) => (b(), h("div", y, [
29
28
  n($, {
30
- id: `${t(l)}_header`,
31
- "aria-controls": t(l),
29
+ id: `${i(l)}_header`,
30
+ "aria-controls": i(l),
32
31
  "aria-expanded": e.value,
33
32
  class: d("bb-accordion__header"),
34
- onClick: g(i, ["self"])
33
+ onClick: V(t, ["self"])
35
34
  }, {
36
35
  default: s(() => [
37
36
  u(a.$slots, "header", {
38
- toggle: i,
37
+ toggle: t,
39
38
  value: e.value
40
39
  })
41
40
  ]),
42
41
  _: 3
43
42
  }, 8, ["id", "aria-controls", "aria-expanded"]),
44
43
  n(B, {
45
- id: t(l),
46
- "aria-labelledby": `${t(l)}_header`,
44
+ id: i(l),
45
+ "aria-labelledby": `${i(l)}_header`,
47
46
  class: d("bb-accordion__content"),
48
47
  eager: a.eager,
49
48
  "model-value": e.value,
@@ -52,7 +51,7 @@ const y = { class: "bb-accordion" }, A = /* @__PURE__ */ f({
52
51
  }, {
53
52
  default: s(() => [
54
53
  u(a.$slots, "default", {
55
- toggle: i,
54
+ toggle: t,
56
55
  value: e.value
57
56
  })
58
57
  ]),
package/dist/index53.js CHANGED
@@ -3,7 +3,7 @@ import B from "./index126.js";
3
3
  /* empty css */
4
4
  import L from "./index127.js";
5
5
  /* empty css */
6
- import { useLocale as g } from "./index230.js";
6
+ import { useLocale as g } from "./index212.js";
7
7
  const $ = {
8
8
  class: "bb-alert__inner-container",
9
9
  role: "alert"
package/dist/index55.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as b, computed as z, ref as o, onMounted as g, openBlock as l, createElementBlock as i, normalizeProps as _, guardReactiveProps as h, renderSlot as k } from "vue";
2
- import { isCssColor as y } from "./index231.js";
2
+ import { isCssColor as y } from "./index238.js";
3
3
  import { wait as C } from "./index130.js";
4
4
  const w = ["alt", "sizes", "src", "srcset"], B = {
5
5
  key: 1,
package/dist/index57.js CHANGED
@@ -1,6 +1,6 @@
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 "./index231.js";
3
- import { isNil as B } from "./index251.js";
2
+ import { isCssColor as r } from "./index238.js";
3
+ import { isNil as B } from "./index252.js";
4
4
  const C = { class: "bb-badge__wrapper" }, h = { class: "bb-badge__content-inner" }, S = /* @__PURE__ */ p({
5
5
  __name: "BbBadge",
6
6
  props: {
package/dist/index61.js CHANGED
@@ -1,4 +1,4 @@
1
- import { defineComponent as g, ref as v, computed as c, useAttrs as B, toRef as k, openBlock as t, createBlock as a, unref as l, mergeProps as C, withCtx as h, createVNode as L, createCommentVNode as r, createElementVNode as S, normalizeClass as x, renderSlot as V, createTextVNode as F, toDisplayString as d, createElementBlock as N } from "vue";
1
+ import { defineComponent as _, ref as B, computed as c, useAttrs as v, toRef as k, openBlock as t, createBlock as a, unref as l, mergeProps as C, withCtx as h, createVNode as L, createCommentVNode as r, createElementVNode as S, normalizeClass as x, renderSlot as V, createTextVNode as F, toDisplayString as d, createElementBlock as N } from "vue";
2
2
  /* empty css */
3
3
  /* empty css */
4
4
  import P from "./index13.js";
@@ -7,13 +7,13 @@ import s from "./index127.js";
7
7
  /* empty css */
8
8
  import T from "./index129.js";
9
9
  /* empty css */
10
- import { pickBy as $ } from "./index259.js";
11
- import { noop as A } from "./index260.js";
12
- import { useLocale as W } from "./index230.js";
10
+ import { pickBy as $ } from "./index260.js";
11
+ import { noop as A } from "./index261.js";
12
+ import { useLocale as W } from "./index212.js";
13
13
  const w = {
14
14
  key: 2,
15
15
  class: "bb-button__loading-label sr-only"
16
- }, M = /* @__PURE__ */ g({
16
+ }, M = /* @__PURE__ */ _({
17
17
  __name: "BbButton",
18
18
  props: {
19
19
  autoLoading: { type: Boolean },
@@ -25,6 +25,7 @@ const w = {
25
25
  disabled: { type: Boolean },
26
26
  disabledWhileLoading: { type: Boolean, default: !0 },
27
27
  exactActiveClass: {},
28
+ group: { type: Boolean },
28
29
  headers: {},
29
30
  href: {},
30
31
  icon: {},
@@ -42,7 +43,6 @@ const w = {
42
43
  preserveScroll: { type: [Boolean, Function] },
43
44
  preserveState: { type: [Boolean, Function, null] },
44
45
  queryStringArrayFormat: {},
45
- rel: {},
46
46
  replace: { type: Boolean },
47
47
  tag: {},
48
48
  target: {},
@@ -51,15 +51,15 @@ const w = {
51
51
  type: {}
52
52
  },
53
53
  setup(u) {
54
- const e = u, { t: b } = W(), i = v(0), n = c(
54
+ const e = u, { t: b } = W(), i = B(0), n = c(
55
55
  () => e.loading || !!i.value && e.autoLoading
56
- ), m = c(() => e.disabled), { onClick: y = A } = B(), f = async (o) => {
56
+ ), m = c(() => e.disabled), { onClick: y = A } = v(), f = async (o) => {
57
57
  if (o.stopImmediatePropagation(), n.value && e.disabledWhileLoading) {
58
58
  e.type === "submit" && o.preventDefault();
59
59
  return;
60
60
  }
61
61
  i.value++, await y(o), i.value--;
62
- }, _ = k(() => ({
62
+ }, g = k(() => ({
63
63
  ...$(
64
64
  e,
65
65
  (o, p) => ![
@@ -73,11 +73,12 @@ const w = {
73
73
  ].includes(p)
74
74
  )
75
75
  }));
76
- return (o, p) => (t(), a(l(P), C(_.value, {
76
+ return (o, p) => (t(), a(l(P), C(g.value, {
77
77
  "aria-disabled": n.value ? !0 : void 0,
78
78
  class: {
79
79
  "bb-button": !0,
80
80
  "bb-button--loading": n.value,
81
+ "bb-button--group": e.group,
81
82
  "bb-button--icon": !!o.icon
82
83
  },
83
84
  disabled: m.value,
package/dist/index67.js CHANGED
@@ -1,4 +1,4 @@
1
- import { defineComponent as c, ref as h, computed as b, openBlock as f, createBlock as y, withCtx as a, renderSlot as n, normalizeProps as v, guardReactiveProps as B, createVNode as w, mergeProps as g } from "vue";
1
+ import { defineComponent as c, ref as b, computed as h, openBlock as f, createBlock as y, withCtx as a, renderSlot as l, normalizeProps as v, guardReactiveProps as B, createVNode as w, mergeProps as g } from "vue";
2
2
  import $ from "./index27.js";
3
3
  /* empty css */
4
4
  import k from "./index15.js";
@@ -9,6 +9,7 @@ const E = /* @__PURE__ */ c({
9
9
  "append:icon": {},
10
10
  autocomplete: {},
11
11
  autofocus: {},
12
+ clearable: { type: Boolean },
12
13
  compact: { type: Boolean },
13
14
  direction: {},
14
15
  disabled: { type: Boolean },
@@ -31,14 +32,14 @@ const E = /* @__PURE__ */ c({
31
32
  },
32
33
  emits: ["blur", "change", "click", "focus", "input", "keydown", "mousedown", "mouseup", "update:modelValue"],
33
34
  setup(s, { emit: i }) {
34
- const r = s, o = i, l = h(!1), d = b(() => r.persistentHint || l.value), t = {
35
+ const r = s, o = i, n = b(!1), d = h(() => r.persistentHint || n.value), t = {
35
36
  onBlur: (e) => {
36
- l.value = !1, o("blur", e);
37
+ n.value = !1, o("blur", e);
37
38
  },
38
39
  onChange: (e) => o("change", e),
39
40
  onClick: (e) => o("click", e),
40
41
  onFocus: (e) => {
41
- l.value = !0, o("focus", e);
42
+ n.value = !0, o("focus", e);
42
43
  },
43
44
  onInput: (e) => o("input", e),
44
45
  onKeydown: (e) => o("keydown", e),
@@ -63,7 +64,7 @@ const E = /* @__PURE__ */ c({
63
64
  "show-hint": d.value
64
65
  }, {
65
66
  label: a((p) => [
66
- n(e.$slots, "label", v(B(p)))
67
+ l(e.$slots, "label", v(B(p)))
67
68
  ]),
68
69
  input: a(({ id: p, hasErrors: u, ariaDescribedby: m }) => [
69
70
  w(k, g({
@@ -72,6 +73,7 @@ const E = /* @__PURE__ */ c({
72
73
  "aria-describedby": m,
73
74
  autocomplete: e.autocomplete,
74
75
  autofocus: e.autofocus,
76
+ clearable: e.clearable,
75
77
  compact: e.compact,
76
78
  disabled: e.disabled,
77
79
  "has-errors": u,
@@ -84,25 +86,25 @@ const E = /* @__PURE__ */ c({
84
86
  required: e.required
85
87
  }, t), {
86
88
  "append-outer": a(() => [
87
- n(e.$slots, "append-outer")
89
+ l(e.$slots, "append-outer")
88
90
  ]),
89
91
  append: a(() => [
90
- n(e.$slots, "append")
92
+ l(e.$slots, "append")
91
93
  ]),
92
94
  prefix: a(() => [
93
- n(e.$slots, "prefix")
95
+ l(e.$slots, "prefix")
94
96
  ]),
95
97
  suffix: a(() => [
96
- n(e.$slots, "suffix")
98
+ l(e.$slots, "suffix")
97
99
  ]),
98
100
  prepend: a(() => [
99
- n(e.$slots, "prepend")
101
+ l(e.$slots, "prepend")
100
102
  ]),
101
103
  "prepend-outer": a(() => [
102
- n(e.$slots, "prepend-outer")
104
+ l(e.$slots, "prepend-outer")
103
105
  ]),
104
106
  _: 2
105
- }, 1040, ["id", "append:icon", "aria-describedby", "autocomplete", "autofocus", "compact", "disabled", "has-errors", "loading", "model-value", "name", "placeholder", "prepend:icon", "readonly", "required"])
107
+ }, 1040, ["id", "append:icon", "aria-describedby", "autocomplete", "autofocus", "clearable", "compact", "disabled", "has-errors", "loading", "model-value", "name", "placeholder", "prepend:icon", "readonly", "required"])
106
108
  ]),
107
109
  _: 3
108
110
  }, 8, ["id", "compact", "direction", "errors", "has-errors", "hide-label", "hint", "label", "label-position", "model-value", "name", "reverse", "show-hint"]));
package/dist/index71.js CHANGED
@@ -1,4 +1,4 @@
1
- import { defineComponent as u, ref as c, computed as f, openBlock as h, createBlock as b, withCtx as o, renderSlot as a, normalizeProps as v, guardReactiveProps as y, createVNode as w, mergeProps as g } from "vue";
1
+ import { defineComponent as u, ref as c, computed as f, openBlock as b, createBlock as h, withCtx as o, renderSlot as a, normalizeProps as v, guardReactiveProps as y, createVNode as w, mergeProps as g } from "vue";
2
2
  import B from "./index23.js";
3
3
  /* empty css */
4
4
  import $ from "./index27.js";
@@ -10,6 +10,7 @@ const E = /* @__PURE__ */ u({
10
10
  "append:icon": {},
11
11
  autocomplete: {},
12
12
  autofocus: {},
13
+ clearable: { type: Boolean },
13
14
  compact: { type: Boolean },
14
15
  direction: {},
15
16
  disabled: { type: Boolean },
@@ -49,7 +50,7 @@ const E = /* @__PURE__ */ u({
49
50
  },
50
51
  "onUpdate:modelValue": (e) => r("update:modelValue", e)
51
52
  };
52
- return (e, k) => (h(), b($, {
53
+ return (e, k) => (b(), h($, {
53
54
  id: e.id,
54
55
  class: "bb-date-picker-input",
55
56
  compact: e.compact,
@@ -75,6 +76,7 @@ const E = /* @__PURE__ */ u({
75
76
  "append:icon": e.$props["append:icon"],
76
77
  autocomplete: e.autocomplete,
77
78
  autofocus: e.autofocus,
79
+ clearable: e.clearable,
78
80
  compact: e.compact,
79
81
  disabled: e.disabled,
80
82
  "first-day-of-week": e.firstDayOfWeek,
@@ -111,7 +113,7 @@ const E = /* @__PURE__ */ u({
111
113
  a(e.$slots, "append-outer")
112
114
  ]),
113
115
  _: 2
114
- }, 1040, ["id", "allow-writing", "append:icon", "autocomplete", "autofocus", "compact", "disabled", "first-day-of-week", "has-errors", "loading", "max", "min", "model-value", "name", "placeholder", "prepend:icon", "range", "readonly", "required", "selectable", "width"])
116
+ }, 1040, ["id", "allow-writing", "append:icon", "autocomplete", "autofocus", "clearable", "compact", "disabled", "first-day-of-week", "has-errors", "loading", "max", "min", "model-value", "name", "placeholder", "prepend:icon", "range", "readonly", "required", "selectable", "width"])
115
117
  ]),
116
118
  _: 3
117
119
  }, 8, ["id", "compact", "direction", "errors", "has-errors", "hide-label", "hint", "label", "label-position", "model-value", "name", "reverse", "show-hint"]));
package/dist/index75.js CHANGED
@@ -1,12 +1,12 @@
1
1
  import { defineComponent as X, computed as A, ref as y, openBlock as $, createElementBlock as D, mergeProps as B, createElementVNode as H, renderSlot as g, normalizeProps as Y, guardReactiveProps as Z, unref as h, createVNode as C, withCtx as O, normalizeStyle as x, Fragment as K, renderList as ee, createBlock as P, createCommentVNode as N, toDisplayString as te } from "vue";
2
- import { findRightIndex as I } from "./index263.js";
2
+ import { findRightIndex as I } from "./index264.js";
3
3
  import { useId as ne } from "./index8.js";
4
4
  import { wait as oe } from "./index130.js";
5
5
  import { useIntersectionObserver as ae } from "./index132.js";
6
6
  import le from "./index13.js";
7
7
  /* empty css */
8
- import V from "./index264.js";
9
- import se from "./index265.js";
8
+ import V from "./index265.js";
9
+ import se from "./index266.js";
10
10
  /* empty css */
11
11
  import j from "./index127.js";
12
12
  /* empty css */
package/dist/index77.js CHANGED
@@ -9,7 +9,7 @@ import S from "./index127.js";
9
9
  /* empty css */
10
10
  import Z from "./index129.js";
11
11
  /* empty css */
12
- import { useLocale as j } from "./index230.js";
12
+ import { useLocale as j } from "./index212.js";
13
13
  const q = { class: "bb-dropdown-button__content" }, A = {
14
14
  key: 1,
15
15
  class: "bb-dropdown-button__loading-label sr-only"
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 "./index262.js";
2
+ import { findInTree as ae } from "./index263.js";
3
3
  import { useId as re } from "./index8.js";
4
4
  import oe from "./index128.js";
5
5
  /* empty css */
@@ -53,7 +53,7 @@ const le = ["accept", "autofocus", "disabled", "multiple"], se = { class: "bb-dr
53
53
  const r = a.accept[t];
54
54
  if (r.includes("/")) e.push(r);
55
55
  else {
56
- b || (b = (await import("./index261.js")).default);
56
+ b || (b = (await import("./index262.js")).default);
57
57
  const o = b.getType(r);
58
58
  if (!o)
59
59
  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 "./index239.js";
2
+ import { throttle as c } from "./index249.js";
3
3
  const M = /* @__PURE__ */ h({
4
4
  __name: "BbIntersection",
5
5
  props: {
package/dist/index82.js CHANGED
@@ -1,4 +1,4 @@
1
- import { defineComponent as B, ref as u, computed as w, openBlock as g, createBlock as k, withCtx as n, renderSlot as r, normalizeProps as s, guardReactiveProps as l, createVNode as $, mergeProps as V } from "vue";
1
+ import { defineComponent as B, ref as u, computed as w, openBlock as g, createBlock as k, withCtx as n, renderSlot as r, normalizeProps as l, guardReactiveProps as s, createVNode as $, mergeProps as V } from "vue";
2
2
  import P from "./index27.js";
3
3
  /* empty css */
4
4
  import q from "./index29.js";
@@ -9,6 +9,7 @@ const D = /* @__PURE__ */ B({
9
9
  "append:icon": {},
10
10
  autocomplete: {},
11
11
  autofocus: {},
12
+ clearable: { type: Boolean },
12
13
  compact: { type: Boolean },
13
14
  direction: {},
14
15
  disabled: { type: Boolean },
@@ -77,7 +78,7 @@ const D = /* @__PURE__ */ B({
77
78
  "show-hint": h.value
78
79
  }, {
79
80
  label: n((t) => [
80
- r(e.$slots, "label", s(l(t)))
81
+ r(e.$slots, "label", l(s(t)))
81
82
  ]),
82
83
  input: n(({ id: t, hasErrors: y, ariaDescribedby: v }) => [
83
84
  $(q, V({
@@ -88,6 +89,7 @@ const D = /* @__PURE__ */ B({
88
89
  "aria-describedby": v,
89
90
  autocomplete: e.autocomplete,
90
91
  autofocus: e.autofocus,
92
+ clearable: e.clearable,
91
93
  compact: e.compact,
92
94
  disabled: e.disabled,
93
95
  "has-errors": y,
@@ -103,25 +105,25 @@ const D = /* @__PURE__ */ B({
103
105
  step: e.step
104
106
  }, f), {
105
107
  "append-outer": n((a) => [
106
- r(e.$slots, "append-outer", s(l(a)))
108
+ r(e.$slots, "append-outer", l(s(a)))
107
109
  ]),
108
110
  append: n((a) => [
109
- r(e.$slots, "append", s(l(a)))
111
+ r(e.$slots, "append", l(s(a)))
110
112
  ]),
111
113
  prefix: n((a) => [
112
- r(e.$slots, "prefix", s(l(a)))
114
+ r(e.$slots, "prefix", l(s(a)))
113
115
  ]),
114
116
  prepend: n((a) => [
115
- r(e.$slots, "prepend", s(l(a)))
117
+ r(e.$slots, "prepend", l(s(a)))
116
118
  ]),
117
119
  suffix: n((a) => [
118
- r(e.$slots, "suffix", s(l(a)))
120
+ r(e.$slots, "suffix", l(s(a)))
119
121
  ]),
120
122
  "prepend-outer": n((a) => [
121
- r(e.$slots, "prepend-outer", s(l(a)))
123
+ r(e.$slots, "prepend-outer", l(s(a)))
122
124
  ]),
123
125
  _: 2
124
- }, 1040, ["id", "append:icon", "aria-describedby", "autocomplete", "autofocus", "compact", "disabled", "has-errors", "loading", "max", "min", "model-value", "name", "placeholder", "prepend:icon", "readonly", "required", "step"])
126
+ }, 1040, ["id", "append:icon", "aria-describedby", "autocomplete", "autofocus", "clearable", "compact", "disabled", "has-errors", "loading", "max", "min", "model-value", "name", "placeholder", "prepend:icon", "readonly", "required", "step"])
125
127
  ]),
126
128
  _: 3
127
129
  }, 8, ["id", "compact", "direction", "errors", "has-errors", "hide-label", "hint", "label", "label-position", "model-value", "name", "reverse", "show-hint"]));
package/dist/index84.js CHANGED
@@ -1,11 +1,11 @@
1
1
  import { defineComponent as se, ref as l, useAttrs as ae, computed as u, getCurrentInstance as ne, nextTick as ie, onBeforeUnmount as O, onMounted as re, watch as ue, openBlock as g, createBlock as ce, withCtx as de, createElementVNode as s, mergeProps as S, createElementBlock as z, renderSlot as n, createTextVNode as fe, toDisplayString as A, unref as ve, createCommentVNode as $ } from "vue";
2
- import { useFocusTrap as pe } from "./index240.js";
2
+ import { useFocusTrap as pe } from "./index223.js";
3
3
  import { useId as E } from "./index8.js";
4
4
  import { wait as H } from "./index130.js";
5
- import { useModalsState as b } from "./index242.js";
6
- import be from "./index243.js";
5
+ import { useModalsState as b } from "./index250.js";
6
+ import be from "./index225.js";
7
7
  import { useMobile as me } from "./index9.js";
8
- import { useLocale as ye } from "./index230.js";
8
+ import { useLocale as ye } from "./index212.js";
9
9
  const he = ["inert"], ge = { class: "bb-offcanvas-close" }, _e = ["aria-label"], Te = /* @__PURE__ */ se({
10
10
  __name: "BbOffCanvas",
11
11
  props: {
package/dist/index86.js CHANGED
@@ -1,10 +1,10 @@
1
1
  import { defineComponent as E, computed as h, ref as g, onMounted as P, onBeforeUnmount as W, openBlock as k, createElementBlock as V, normalizeClass as $, createElementVNode as i, createVNode as S, unref as v, withCtx as w, renderSlot as c, toDisplayString as m, Fragment as R, renderList as F, nextTick as x } from "vue";
2
- import { debounce as T } from "./index299.js";
2
+ import { debounce as T } from "./index268.js";
3
3
  /* empty css */
4
4
  /* empty css */
5
5
  import z from "./index13.js";
6
6
  /* empty css */
7
- import { useLocale as D } from "./index230.js";
7
+ import { useLocale as D } from "./index212.js";
8
8
  const G = ["aria-label"], I = { class: "bb-pagination__page-label sr-only" }, O = { class: "bb-pagination__page-label" }, j = { class: "bb-pagination__page-label" }, q = { class: "bb-pagination__page-label sr-only" }, Z = /* @__PURE__ */ E({
9
9
  __name: "BbPagination",
10
10
  props: {
package/dist/index88.js CHANGED
@@ -1,13 +1,13 @@
1
1
  import { defineComponent as O, ref as n, computed as v, openBlock as y, createElementBlock as S, mergeProps as F, createElementVNode as p, renderSlot as k, normalizeProps as H, guardReactiveProps as V, createVNode as q, withCtx as T, createBlock as I, toDisplayString as W, unref as z, createCommentVNode as A, nextTick as R } from "vue";
2
- import { useFocusTrap as j } from "./index240.js";
2
+ import { useFocusTrap as j } from "./index223.js";
3
3
  import { useId as G } from "./index8.js";
4
4
  import { useIntersectionObserver as J } from "./index132.js";
5
- import { waitFor as K } from "./index241.js";
5
+ import { waitFor as K } from "./index224.js";
6
6
  import Q from "./index13.js";
7
7
  /* empty css */
8
- import U from "./index265.js";
8
+ import U from "./index266.js";
9
9
  /* empty css */
10
- import { useLocale as X } from "./index230.js";
10
+ import { useLocale as X } from "./index212.js";
11
11
  import { useDebounceFn as Y } from "./index205.js";
12
12
  const Z = { class: "bb-popover__close-label sr-only" }, ce = /* @__PURE__ */ O({
13
13
  __name: "BbPopover",