bitboss-ui 2.1.102 → 2.1.103

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 (296) hide show
  1. package/dist/components/BaseColorInput/BaseColorInput.vue.d.ts +21 -47
  2. package/dist/components/BaseColorInput/ColorPalette.vue.d.ts +36 -0
  3. package/dist/components/BbBreadcrumbs/BbBreadcrumbs.vue.d.ts +1 -1
  4. package/dist/components/BbColorInput/BbColorInput.vue.d.ts +17 -0
  5. package/dist/components/BbColorPalette/BbColorPalette.vue.d.ts +207 -0
  6. package/dist/i18n/en.d.ts +5 -0
  7. package/dist/i18n/it.d.ts +5 -0
  8. package/dist/index.css +1 -1
  9. package/dist/index.d.ts +2 -0
  10. package/dist/index.js +79 -77
  11. package/dist/index109.js +134 -175
  12. package/dist/index11.js +1 -1
  13. package/dist/index110.js +185 -0
  14. package/dist/{index115.js → index116.js} +1 -1
  15. package/dist/index12.js +2 -2
  16. package/dist/{index121.js → index122.js} +8 -8
  17. package/dist/{index123.js → index124.js} +10 -10
  18. package/dist/index13.js +6 -6
  19. package/dist/{index131.js → index132.js} +1 -1
  20. package/dist/{index133.js → index134.js} +6 -6
  21. package/dist/{index135.js → index136.js} +1 -1
  22. package/dist/{index137.js → index138.js} +4 -4
  23. package/dist/index14.js +2 -2
  24. package/dist/index140.js +13 -11
  25. package/dist/index141.js +11 -2
  26. package/dist/index142.js +2 -419
  27. package/dist/index143.js +417 -7
  28. package/dist/index144.js +8 -8
  29. package/dist/index145.js +9 -25
  30. package/dist/index146.js +25 -2
  31. package/dist/index147.js +2 -5
  32. package/dist/index148.js +5 -6
  33. package/dist/index149.js +5 -4
  34. package/dist/index150.js +5 -3
  35. package/dist/index151.js +1 -1
  36. package/dist/index152.js +1 -1
  37. package/dist/index153.js +1 -1
  38. package/dist/index154.js +1 -1
  39. package/dist/index155.js +1 -1
  40. package/dist/index156.js +1 -1
  41. package/dist/index157.js +1 -1
  42. package/dist/index158.js +1 -1
  43. package/dist/index159.js +1 -1
  44. package/dist/index16.js +80 -94
  45. package/dist/index160.js +1 -1
  46. package/dist/index161.js +1 -1
  47. package/dist/index162.js +1 -1
  48. package/dist/index163.js +1 -1
  49. package/dist/index164.js +1 -1
  50. package/dist/index165.js +1 -1
  51. package/dist/index166.js +1 -1
  52. package/dist/index167.js +1 -1
  53. package/dist/index168.js +1 -1
  54. package/dist/index169.js +1 -1
  55. package/dist/index170.js +1 -1
  56. package/dist/index171.js +1 -1
  57. package/dist/index172.js +1 -1
  58. package/dist/index173.js +1 -1
  59. package/dist/index174.js +1 -1
  60. package/dist/index175.js +1 -1
  61. package/dist/index176.js +1 -1
  62. package/dist/index177.js +1 -1
  63. package/dist/index178.js +1 -1
  64. package/dist/index179.js +1 -1
  65. package/dist/index18.js +3 -3
  66. package/dist/index180.js +1 -1
  67. package/dist/index181.js +1 -1
  68. package/dist/index182.js +1 -1
  69. package/dist/index183.js +2 -3
  70. package/dist/index184.js +1 -1
  71. package/dist/index185.js +1 -1
  72. package/dist/index186.js +1 -1
  73. package/dist/index187.js +1 -1
  74. package/dist/index188.js +3 -2
  75. package/dist/index189.js +1 -1
  76. package/dist/index190.js +2 -3
  77. package/dist/index191.js +1 -1
  78. package/dist/index192.js +1 -1
  79. package/dist/index193.js +1 -1
  80. package/dist/index194.js +2 -2
  81. package/dist/index195.js +1 -1
  82. package/dist/index196.js +1 -1
  83. package/dist/index197.js +1 -1
  84. package/dist/index198.js +3 -2
  85. package/dist/index199.js +1 -1
  86. package/dist/index20.js +7 -7
  87. package/dist/index200.js +2 -3
  88. package/dist/index201.js +1 -1
  89. package/dist/index202.js +1 -1
  90. package/dist/index203.js +1 -1
  91. package/dist/index204.js +1 -1
  92. package/dist/index205.js +1 -1
  93. package/dist/index206.js +1 -1
  94. package/dist/index207.js +1 -1
  95. package/dist/index208.js +1 -1
  96. package/dist/index209.js +1 -1
  97. package/dist/index210.js +1 -1
  98. package/dist/index211.js +1 -1
  99. package/dist/index212.js +1 -1
  100. package/dist/index213.js +1 -1
  101. package/dist/{index298.js → index214.js} +1 -1
  102. package/dist/index215.js +3 -7
  103. package/dist/index217.js +7 -2
  104. package/dist/index219.js +137 -4
  105. package/dist/index22.js +1 -1
  106. package/dist/index220.js +2 -8
  107. package/dist/index221.js +4 -32
  108. package/dist/index222.js +8 -28
  109. package/dist/index223.js +4 -0
  110. package/dist/index224.js +2 -34
  111. package/dist/index225.js +3 -13
  112. package/dist/index226.js +33 -2
  113. package/dist/index227.js +28 -2
  114. package/dist/index229.js +2 -2
  115. package/dist/index230.js +2 -2
  116. package/dist/index231.js +2 -2
  117. package/dist/index232.js +2 -2
  118. package/dist/index233.js +1 -1
  119. package/dist/index237.js +7 -7
  120. package/dist/index238.js +1 -1
  121. package/dist/index24.js +10 -10
  122. package/dist/index241.js +1 -1
  123. package/dist/index242.js +13 -3
  124. package/dist/index243.js +3 -5
  125. package/dist/index244.js +86 -5
  126. package/dist/index246.js +29 -2
  127. package/dist/index247.js +16 -3
  128. package/dist/index248.js +16 -19
  129. package/dist/index249.js +49 -133
  130. package/dist/index250.js +17 -0
  131. package/dist/index251.js +12 -4
  132. package/dist/index252.js +2 -4
  133. package/dist/index253.js +4 -201
  134. package/dist/{index268.js → index254.js} +1 -1
  135. package/dist/index256.js +100 -3
  136. package/dist/index258.js +3 -2
  137. package/dist/index259.js +10 -86
  138. package/dist/index26.js +4 -4
  139. package/dist/index260.js +5 -0
  140. package/dist/index261.js +4 -29
  141. package/dist/index262.js +5 -17
  142. package/dist/index263.js +5 -51
  143. package/dist/index264.js +5 -15
  144. package/dist/index265.js +2 -12
  145. package/dist/index266.js +19 -15
  146. package/dist/index267.js +135 -25
  147. package/dist/index270.js +3 -100
  148. package/dist/index271.js +15 -0
  149. package/dist/index272.js +13 -67
  150. package/dist/index273.js +22 -17
  151. package/dist/index274.js +8 -11
  152. package/dist/index275.js +23 -104
  153. package/dist/index276.js +17 -12
  154. package/dist/index277.js +12 -11
  155. package/dist/index278.js +103 -12
  156. package/dist/index279.js +11 -5
  157. package/dist/index28.js +2 -2
  158. package/dist/index280.js +9 -6
  159. package/dist/index281.js +20 -15
  160. package/dist/index282.js +25 -33
  161. package/dist/index283.js +32 -9
  162. package/dist/index284.js +4 -3
  163. package/dist/index285.js +67 -4
  164. package/dist/index286.js +9 -9
  165. package/dist/index287.js +7 -23
  166. package/dist/index288.js +2 -23
  167. package/dist/index289.js +6 -6
  168. package/dist/index290.js +7 -2
  169. package/dist/index291.js +3 -7
  170. package/dist/index292.js +6 -7
  171. package/dist/index293.js +15 -8
  172. package/dist/index294.js +5 -21
  173. package/dist/index296.js +34 -9
  174. package/dist/index297.js +375 -0
  175. package/dist/index30.js +6 -6
  176. package/dist/index300.js +3 -2
  177. package/dist/index301.js +5 -4
  178. package/dist/index302.js +280 -5
  179. package/dist/index303.js +2 -5
  180. package/dist/index304.js +13 -277
  181. package/dist/index305.js +2 -2
  182. package/dist/index306.js +9 -9
  183. package/dist/index308.js +23 -12
  184. package/dist/index310.js +2 -27
  185. package/dist/index311.js +2 -2
  186. package/dist/index312.js +1 -1
  187. package/dist/index313.js +1 -1
  188. package/dist/index314.js +28 -2
  189. package/dist/index315.js +1 -1
  190. package/dist/index316.js +7 -28
  191. package/dist/index317.js +3 -2
  192. package/dist/index318.js +17 -3
  193. package/dist/index319.js +4 -3
  194. package/dist/index32.js +2 -2
  195. package/dist/index320.js +3 -125
  196. package/dist/index321.js +3 -2
  197. package/dist/index322.js +123 -13
  198. package/dist/index323.js +2 -2
  199. package/dist/index324.js +12 -16
  200. package/dist/index326.js +19 -3
  201. package/dist/index327.js +2 -17
  202. package/dist/index328.js +3 -2
  203. package/dist/index329.js +2 -3
  204. package/dist/index330.js +2 -3
  205. package/dist/index331.js +6 -719
  206. package/dist/index332.js +4 -366
  207. package/dist/index333.js +5 -57
  208. package/dist/index334.js +719 -2
  209. package/dist/index335.js +366 -4
  210. package/dist/index336.js +56 -5
  211. package/dist/index337.js +2 -7
  212. package/dist/index338.js +5 -19
  213. package/dist/index339.js +6 -8
  214. package/dist/index34.js +7 -7
  215. package/dist/index340.js +6 -14
  216. package/dist/index341.js +19 -5
  217. package/dist/index342.js +8 -7
  218. package/dist/index343.js +14 -5
  219. package/dist/index344.js +34 -7
  220. package/dist/index345.js +6 -7
  221. package/dist/index346.js +125 -31
  222. package/dist/index347.js +398 -6
  223. package/dist/index348.js +66 -128
  224. package/dist/index349.js +65 -396
  225. package/dist/index350.js +1 -1
  226. package/dist/index351.js +3 -62
  227. package/dist/index352.js +189 -60
  228. package/dist/index353.js +256 -91
  229. package/dist/index354.js +18 -187
  230. package/dist/index356.js +133 -21
  231. package/dist/index357.js +95 -0
  232. package/dist/index358.js +2 -134
  233. package/dist/index359.js +1 -1
  234. package/dist/index36.js +5 -5
  235. package/dist/index360.js +441 -2
  236. package/dist/index361.js +114 -427
  237. package/dist/index362.js +46 -127
  238. package/dist/index363.js +67 -44
  239. package/dist/index364.js +516 -66
  240. package/dist/index365.js +45 -515
  241. package/dist/index38.js +24 -24
  242. package/dist/index40.js +7 -7
  243. package/dist/index42.js +2 -2
  244. package/dist/index44.js +7 -7
  245. package/dist/index46.js +8 -8
  246. package/dist/index48.js +4 -4
  247. package/dist/index50.js +4 -4
  248. package/dist/index54.js +2 -2
  249. package/dist/index56.js +2 -2
  250. package/dist/index58.js +2 -2
  251. package/dist/index60.js +4 -4
  252. package/dist/index62.js +8 -8
  253. package/dist/index68.js +1 -1
  254. package/dist/index7.js +2 -2
  255. package/dist/index72.js +16 -10
  256. package/dist/index74.js +119 -79
  257. package/dist/index75.js +85 -0
  258. package/dist/index77.js +17 -123
  259. package/dist/index78.js +127 -0
  260. package/dist/{index81.js → index82.js} +9 -9
  261. package/dist/{index83.js → index84.js} +4 -4
  262. package/dist/{index85.js → index86.js} +3 -3
  263. package/dist/{index87.js → index88.js} +2 -2
  264. package/dist/index9.js +1 -1
  265. package/dist/index90.js +37 -125
  266. package/dist/index91.js +134 -0
  267. package/dist/{index92.js → index93.js} +4 -4
  268. package/dist/{index94.js → index95.js} +3 -3
  269. package/dist/{index96.js → index97.js} +6 -6
  270. package/dist/{index98.js → index99.js} +2 -2
  271. package/package.json +2 -2
  272. package/dist/components/BaseColorInput/ColorPallette.vue.d.ts +0 -13
  273. package/dist/index108.js +0 -144
  274. package/dist/index139.js +0 -15
  275. package/dist/index216.js +0 -140
  276. package/dist/index228.js +0 -5
  277. package/dist/index245.js +0 -7
  278. package/dist/index257.js +0 -5
  279. package/dist/index299.js +0 -9
  280. package/dist/index355.js +0 -260
  281. package/dist/index366.js +0 -52
  282. package/dist/index76.js +0 -21
  283. package/dist/index89.js +0 -46
  284. /package/dist/{index100.js → index101.js} +0 -0
  285. /package/dist/{index102.js → index103.js} +0 -0
  286. /package/dist/{index104.js → index105.js} +0 -0
  287. /package/dist/{index106.js → index107.js} +0 -0
  288. /package/dist/{index111.js → index112.js} +0 -0
  289. /package/dist/{index113.js → index114.js} +0 -0
  290. /package/dist/{index117.js → index118.js} +0 -0
  291. /package/dist/{index119.js → index120.js} +0 -0
  292. /package/dist/{index125.js → index126.js} +0 -0
  293. /package/dist/{index127.js → index128.js} +0 -0
  294. /package/dist/{index129.js → index130.js} +0 -0
  295. /package/dist/{index255.js → index269.js} +0 -0
  296. /package/dist/{index79.js → index80.js} +0 -0
package/dist/index16.js CHANGED
@@ -1,19 +1,17 @@
1
- import { defineComponent as H, ref as s, computed as M, createBlock as D, openBlock as E, normalizeClass as I, withCtx as l, createVNode as d, unref as u, withDirectives as L, createElementVNode as p, mergeProps as _, renderSlot as r, withModifiers as q, normalizeStyle as N } from "vue";
2
- import { isHex as z } from "./index252.js";
3
- import { isNotNil as F } from "./index146.js";
4
- import { useId as S } from "./index8.js";
5
- import { useLocale as U } from "./index225.js";
6
- import { vMaska as A } from "./index248.js";
7
- import K from "./index253.js";
1
+ import { defineComponent as C, ref as d, computed as i, createBlock as $, openBlock as g, normalizeClass as I, withCtx as n, createVNode as b, unref as t, withDirectives as M, createElementVNode as p, mergeProps as f, renderSlot as s } from "vue";
2
+ import { isHex as q } from "./index284.js";
3
+ import { isNotNil as D } from "./index147.js";
4
+ import { useId as E } from "./index8.js";
5
+ import { useLocale as N } from "./index242.js";
6
+ import { vMaska as L } from "./index266.js";
7
+ import P from "./index74.js";
8
+ import z from "./index138.js";
8
9
  /* empty css */
9
- import O from "./index137.js";
10
- /* empty css */
11
- import P from "./index139.js";
12
- import T from "./index249.js";
13
- /* empty css */
14
- const j = ["id", "aria-describedby", "aria-invalid", "autocomplete", "autofocus", "disabled", "name", "placeholder", "readonly", "required", "value"], G = ["aria-label"], J = { class: "bb-common-input-inner-container__suffix" }, ie = /* @__PURE__ */ H({
10
+ import A from "./index140.js";
11
+ const F = ["id", "aria-describedby", "aria-invalid", "autocomplete", "autofocus", "disabled", "name", "placeholder", "readonly", "required", "value"], S = ["disabled"], U = { class: "bb-common-input-inner-container__suffix" }, Z = /* @__PURE__ */ C({
15
12
  __name: "BaseColorInput",
16
13
  props: {
14
+ alpha: { type: Boolean, default: !1 },
17
15
  "append:icon": {},
18
16
  ariaDescribedby: {},
19
17
  autocomplete: { default: "off" },
@@ -30,21 +28,25 @@ const j = ["id", "aria-describedby", "aria-invalid", "autocomplete", "autofocus"
30
28
  "prepend:icon": {},
31
29
  readonly: { type: Boolean },
32
30
  required: { type: Boolean },
31
+ picker: { type: Boolean },
32
+ swatches: { type: [Boolean, Array] },
33
33
  transitionDuration: { default: 250 }
34
34
  },
35
35
  emits: ["blur", "change", "click", "focus", "input", "keydown", "mousedown", "mouseup", "update:modelValue"],
36
- setup(b, { emit: f }) {
37
- const n = b, a = f, k = s(
36
+ setup(y, { emit: k }) {
37
+ const o = y, a = k, h = d(
38
38
  null
39
- ), v = n.id ?? `bb_${S().id.value}`, c = s(null), y = s(null), { t: h } = U(), V = M(() => ({
39
+ ), u = d(null), v = o.id ?? `bb_${E().id.value}`, { t: c } = N(), H = i(
40
+ () => o.modelValue ? c("colorInput.openPickerSelected", o.modelValue).value : c("colorInput.openPicker").value
41
+ ), w = i(() => ({
40
42
  "bb-base-color-input": !0,
41
- "bb-base-color-input--disabled": n.disabled,
42
- "bb-base-color-input--errors": n.hasErrors,
43
- "bb-base-color-input--loading": n.loading,
44
- "bb-base-color-input--readonly": n.readonly,
45
- "bb-base-color-input--compact": n.compact,
46
- "bb-base-color-input--active": t.value
47
- })), C = {
43
+ "bb-base-color-input--disabled": o.disabled,
44
+ "bb-base-color-input--errors": o.hasErrors,
45
+ "bb-base-color-input--loading": o.loading,
46
+ "bb-base-color-input--readonly": o.readonly,
47
+ "bb-base-color-input--compact": o.compact,
48
+ "bb-base-color-input--active": m.value
49
+ })), V = {
48
50
  onBlur: (e) => a("blur", e),
49
51
  onChange: (e) => a("change", e),
50
52
  onClick: (e) => a("click", e),
@@ -52,71 +54,75 @@ const j = ["id", "aria-describedby", "aria-invalid", "autocomplete", "autofocus"
52
54
  onInput: (e) => a("input", e),
53
55
  onKeydown: (e) => a("keydown", e),
54
56
  onMaska: (e) => {
55
- const o = e.detail;
56
- z(o.masked) ? a("update:modelValue", o.masked) : o.masked === "" && a("update:modelValue", null);
57
+ const l = e.detail;
58
+ q(l.masked) ? a("update:modelValue", l.masked) : l.masked === "" && a("update:modelValue", null);
57
59
  },
58
60
  onMousedown: (e) => a("mousedown", e),
59
61
  onMouseup: (e) => a("mouseup", e)
60
- }, g = () => {
61
- $();
62
- }, w = {
63
- mask: "!#HHHHHH",
62
+ }, B = i(() => ({
63
+ mask: o.alpha ? "!#HHHHHHHH" : "!#HHHHHH",
64
64
  tokens: {
65
65
  H: { pattern: /[0-9a-fA-F]/ }
66
66
  },
67
67
  eager: !0
68
- }, t = s(!1), m = (e) => {
69
- const o = e.target;
70
- o && o instanceof HTMLDialogElement && B();
71
- }, $ = () => {
72
- t.value = !0, document.addEventListener("click", m, { passive: !0 });
73
- }, B = () => {
74
- t.value = !1, document.removeEventListener("click", m);
75
- };
76
- return (e, o) => (E(), D(P, {
68
+ })), m = d(!1);
69
+ return (e, l) => (g(), $(A, {
77
70
  ref_key: "wrapper",
78
- ref: k,
79
- class: I(V.value)
71
+ ref: h,
72
+ class: I(w.value)
80
73
  }, {
81
- "prepend-outer": l(() => [
82
- r(e.$slots, "prepend-outer")
74
+ "prepend-outer": n(() => [
75
+ s(e.$slots, "prepend-outer")
83
76
  ]),
84
- "append-outer": l(() => [
85
- r(e.$slots, "append-outer")
77
+ "append-outer": n(() => [
78
+ s(e.$slots, "append-outer")
86
79
  ]),
87
- default: l(() => [
88
- d(O, {
80
+ default: n(() => [
81
+ b(z, {
89
82
  ref_key: "innerContainer",
90
- ref: c,
91
- "append:icon": n["append:icon"],
92
- clearable: e.clearable && u(F)(e.modelValue),
93
- "prepend:icon": n["prepend:icon"],
94
- "onClick:clear": o[0] || (o[0] = (i) => e.$emit("update:modelValue", null))
83
+ ref: u,
84
+ "append:icon": o["append:icon"],
85
+ clearable: e.clearable && t(D)(e.modelValue) && !e.readonly && !e.disabled,
86
+ "prepend:icon": o["prepend:icon"],
87
+ "onClick:clear": l[2] || (l[2] = (r) => e.$emit("update:modelValue", null))
95
88
  }, {
96
- prepend: l(() => [
97
- r(e.$slots, "prepend")
89
+ prepend: n(() => [
90
+ s(e.$slots, "prepend")
98
91
  ]),
99
- prefix: l(() => [
100
- r(e.$slots, "prefix")
92
+ prefix: n(() => [
93
+ s(e.$slots, "prefix")
101
94
  ]),
102
- append: l(() => [
103
- p("button", {
104
- ref: "indicator",
105
- "aria-label": u(h)("colorInput.paletteLabel").value,
106
- class: "bb-base-color-input__indicator",
107
- style: N({ backgroundColor: n.modelValue ?? void 0 }),
108
- type: "button",
109
- onClick: q(g, ["stop"])
110
- }, null, 12, G),
111
- r(e.$slots, "append", {}, () => [
112
- p("span", J, [
113
- r(e.$slots, "suffix")
95
+ append: n(() => [
96
+ b(P, {
97
+ alpha: e.alpha,
98
+ anchor: u.value,
99
+ disabled: e.disabled || e.readonly,
100
+ label: H.value,
101
+ "model-value": e.modelValue,
102
+ picker: e.picker,
103
+ swatches: e.swatches,
104
+ "onUpdate:modelValue": l[0] || (l[0] = (r) => a("update:modelValue", r)),
105
+ "onUpdate:open": l[1] || (l[1] = (r) => m.value = r)
106
+ }, {
107
+ activator: n(({ props: r }) => [
108
+ p("button", f(r, {
109
+ class: "bb-base-color-input__indicator",
110
+ disabled: e.disabled || e.readonly,
111
+ style: { backgroundColor: o.modelValue ?? void 0 },
112
+ type: "button"
113
+ }), null, 16, S)
114
+ ]),
115
+ _: 1
116
+ }, 8, ["alpha", "anchor", "disabled", "label", "model-value", "picker", "swatches"]),
117
+ s(e.$slots, "append", {}, () => [
118
+ p("span", U, [
119
+ s(e.$slots, "suffix")
114
120
  ])
115
121
  ])
116
122
  ]),
117
- default: l(() => [
118
- L(p("input", _(C, {
119
- id: u(v),
123
+ default: n(() => [
124
+ M(p("input", f(V, {
125
+ id: t(v),
120
126
  "aria-describedby": e.ariaDescribedby,
121
127
  "aria-invalid": e.hasErrors ? !0 : void 0,
122
128
  autocomplete: e.autocomplete,
@@ -130,37 +136,17 @@ const j = ["id", "aria-describedby", "aria-invalid", "autocomplete", "autofocus"
130
136
  size: "1",
131
137
  type: "text",
132
138
  value: e.modelValue
133
- }), null, 16, j), [
134
- [u(A), w]
139
+ }), null, 16, F), [
140
+ [t(L), B.value]
135
141
  ])
136
142
  ]),
137
143
  _: 3
138
- }, 8, ["append:icon", "clearable", "prepend:icon"]),
139
- d(T, {
140
- modelValue: t.value,
141
- "onUpdate:modelValue": o[2] || (o[2] = (i) => t.value = i),
142
- anchor: c.value,
143
- class: "bb-base-color-input__pallette",
144
- dialog: "",
145
- offset: 4,
146
- "transition-duration": e.transitionDuration
147
- }, {
148
- default: l(() => [
149
- d(K, {
150
- ref_key: "pallette",
151
- ref: y,
152
- inert: !t.value,
153
- "model-value": e.modelValue,
154
- "onUpdate:modelValue": o[1] || (o[1] = (i) => a("update:modelValue", i))
155
- }, null, 8, ["inert", "model-value"])
156
- ]),
157
- _: 1
158
- }, 8, ["modelValue", "anchor", "transition-duration"])
144
+ }, 8, ["append:icon", "clearable", "prepend:icon"])
159
145
  ]),
160
146
  _: 3
161
147
  }, 8, ["class"]));
162
148
  }
163
149
  });
164
150
  export {
165
- ie as default
151
+ Z as default
166
152
  };
package/dist/index160.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index34.js";
1
+ import o from "./index32.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index161.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index36.js";
1
+ import o from "./index34.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index162.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index38.js";
1
+ import o from "./index36.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index163.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index40.js";
1
+ import o from "./index38.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index164.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index42.js";
1
+ import o from "./index40.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index165.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index44.js";
1
+ import o from "./index42.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index166.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index46.js";
1
+ import o from "./index44.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index167.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index48.js";
1
+ import o from "./index46.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index168.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index50.js";
1
+ import o from "./index48.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index169.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index52.js";
1
+ import o from "./index50.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index170.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index54.js";
1
+ import o from "./index52.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index171.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index56.js";
1
+ import o from "./index54.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index172.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index58.js";
1
+ import o from "./index56.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index173.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index60.js";
1
+ import o from "./index58.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index174.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index62.js";
1
+ import o from "./index60.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index175.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index64.js";
1
+ import o from "./index62.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index176.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index66.js";
1
+ import o from "./index64.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index177.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index68.js";
1
+ import o from "./index66.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index178.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index70.js";
1
+ import o from "./index68.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index179.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index72.js";
1
+ import o from "./index70.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index18.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as _, ref as i, computed as t, watch as F, createElementBlock as p, openBlock as h, normalizeProps as d, guardReactiveProps as f, createCommentVNode as L, createElementVNode as s, mergeProps as k, renderSlot as M } from "vue";
2
- import { isCssColor as y } from "./index226.js";
3
- import { booleanishToBoolean as q } from "./index227.js";
4
- import { isEqual as A } from "./index228.js";
2
+ import { isCssColor as y } from "./index223.js";
3
+ import { booleanishToBoolean as q } from "./index224.js";
4
+ import { isEqual as A } from "./index225.js";
5
5
  const N = {
6
6
  "aria-hidden": "true",
7
7
  class: "bb-base-checkbox-container"
package/dist/index180.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index74.js";
1
+ import o from "./index72.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index181.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index76.js";
1
+ import f from "./index74.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/dist/index182.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index77.js";
1
+ import o from "./index75.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index183.js CHANGED
@@ -1,5 +1,4 @@
1
- import o from "./index79.js";
2
- /* empty css */
1
+ import f from "./index77.js";
3
2
  export {
4
- o as default
3
+ f as default
5
4
  };
package/dist/index184.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index81.js";
1
+ import o from "./index78.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index185.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index83.js";
1
+ import o from "./index80.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index186.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index85.js";
1
+ import o from "./index82.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index187.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index87.js";
1
+ import o from "./index84.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index188.js CHANGED
@@ -1,4 +1,5 @@
1
- import f from "./index89.js";
1
+ import o from "./index86.js";
2
+ /* empty css */
2
3
  export {
3
- f as default
4
+ o as default
4
5
  };
package/dist/index189.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index90.js";
1
+ import o from "./index88.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index190.js CHANGED
@@ -1,5 +1,4 @@
1
- import o from "./index92.js";
2
- /* empty css */
1
+ import f from "./index90.js";
3
2
  export {
4
- o as default
3
+ f as default
5
4
  };
package/dist/index191.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index94.js";
1
+ import o from "./index91.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index192.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index96.js";
1
+ import o from "./index93.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index193.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index98.js";
1
+ import o from "./index95.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index194.js CHANGED
@@ -1,5 +1,5 @@
1
- import o from "./index100.js";
2
- /* empty css */
1
+ import o from "./index97.js";
2
+ /* empty css */
3
3
  export {
4
4
  o as default
5
5
  };
package/dist/index195.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index102.js";
1
+ import o from "./index99.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index196.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index104.js";
1
+ import o from "./index101.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index197.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index106.js";
1
+ import o from "./index103.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index198.js CHANGED
@@ -1,4 +1,5 @@
1
- import f from "./index108.js";
1
+ import o from "./index105.js";
2
+ /* empty css */
2
3
  export {
3
- f as default
4
+ o as default
4
5
  };
package/dist/index199.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index109.js";
1
+ import o from "./index107.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index20.js CHANGED
@@ -1,15 +1,15 @@
1
1
  import { defineComponent as z, ref as B, toRef as p, computed as G, createBlock as R, openBlock as W, unref as T, withCtx as n, renderSlot as s, normalizeProps as f, guardReactiveProps as h, createVNode as K, mergeProps as w } from "vue";
2
2
  import N from "./index18.js";
3
3
  /* empty css */
4
- import U from "./index259.js";
4
+ import U from "./index244.js";
5
5
  /* empty css */
6
- import { useItemsGetter as q } from "./index261.js";
7
- import { useIndexById as C } from "./index262.js";
8
- import { useBaseOptions as J } from "./index263.js";
9
- import { useCoherence as Q } from "./index264.js";
6
+ import { useItemsGetter as q } from "./index246.js";
7
+ import { useIndexById as C } from "./index248.js";
8
+ import { useBaseOptions as J } from "./index249.js";
9
+ import { useCoherence as Q } from "./index250.js";
10
10
  import { hash as X } from "./index233.js";
11
- import { useHashedWatcher as $ } from "./index265.js";
12
- import { usePrefill as Y } from "./index266.js";
11
+ import { useHashedWatcher as $ } from "./index251.js";
12
+ import { usePrefill as Y } from "./index247.js";
13
13
  const ce = /* @__PURE__ */ z({
14
14
  __name: "BaseCheckboxGroup",
15
15
  props: {
package/dist/index200.js CHANGED
@@ -1,5 +1,4 @@
1
- import o from "./index111.js";
2
- /* empty css */
1
+ import f from "./index109.js";
3
2
  export {
4
- o as default
3
+ f as default
5
4
  };
package/dist/index201.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index113.js";
1
+ import o from "./index110.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index202.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index115.js";
1
+ import o from "./index112.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index203.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index117.js";
1
+ import o from "./index114.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index204.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index119.js";
1
+ import o from "./index116.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index205.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index121.js";
1
+ import o from "./index118.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index206.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index123.js";
1
+ import o from "./index120.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index207.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index125.js";
1
+ import o from "./index122.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default
package/dist/index208.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index127.js";
1
+ import o from "./index124.js";
2
2
  /* empty css */
3
3
  export {
4
4
  o as default