bitboss-ui 2.1.30 → 2.1.32

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 (258) hide show
  1. package/dist/components/BaseColorInput/BaseColorInput.vue.d.ts +4 -24
  2. package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +4 -24
  3. package/dist/components/BaseTag/BaseTag.vue.d.ts +4 -24
  4. package/dist/components/CommonInputInnerContainer.vue.d.ts +3 -3
  5. package/dist/index.d.ts +3 -0
  6. package/dist/index.js +143 -138
  7. package/dist/index106.js +9 -9
  8. package/dist/index11.js +2 -2
  9. package/dist/index111.js +1 -1
  10. package/dist/index113.js +1 -1
  11. package/dist/index119.js +4 -4
  12. package/dist/index12.js +6 -6
  13. package/dist/index121.js +12 -12
  14. package/dist/index129.js +1 -1
  15. package/dist/index13.js +1 -1
  16. package/dist/index131.js +4 -4
  17. package/dist/index133.js +1 -1
  18. package/dist/index135.js +69 -2
  19. package/dist/index137.js +13 -377
  20. package/dist/index138.js +2 -9
  21. package/dist/index139.js +11 -25
  22. package/dist/index140.js +377 -2
  23. package/dist/index141.js +9 -5
  24. package/dist/index142.js +23 -7
  25. package/dist/index143.js +2 -6
  26. package/dist/index144.js +5 -3
  27. package/dist/index145.js +9 -3
  28. package/dist/index146.js +6 -3
  29. package/dist/index147.js +1 -1
  30. package/dist/index148.js +1 -1
  31. package/dist/index149.js +1 -1
  32. package/dist/index15.js +9 -9
  33. package/dist/index150.js +1 -1
  34. package/dist/index151.js +1 -1
  35. package/dist/index152.js +1 -1
  36. package/dist/index153.js +1 -1
  37. package/dist/index154.js +1 -1
  38. package/dist/index155.js +1 -1
  39. package/dist/index156.js +1 -1
  40. package/dist/index157.js +1 -1
  41. package/dist/index158.js +1 -1
  42. package/dist/index159.js +1 -1
  43. package/dist/index160.js +1 -1
  44. package/dist/index161.js +1 -1
  45. package/dist/index162.js +1 -1
  46. package/dist/index163.js +1 -1
  47. package/dist/index164.js +1 -1
  48. package/dist/index165.js +1 -1
  49. package/dist/index166.js +1 -1
  50. package/dist/index167.js +1 -1
  51. package/dist/index168.js +1 -1
  52. package/dist/index169.js +1 -1
  53. package/dist/index17.js +3 -3
  54. package/dist/index170.js +1 -1
  55. package/dist/index171.js +1 -1
  56. package/dist/index172.js +1 -1
  57. package/dist/index173.js +1 -1
  58. package/dist/index174.js +1 -1
  59. package/dist/index175.js +1 -1
  60. package/dist/index176.js +1 -1
  61. package/dist/index177.js +1 -1
  62. package/dist/index178.js +1 -1
  63. package/dist/index179.js +1 -1
  64. package/dist/index180.js +1 -1
  65. package/dist/index181.js +3 -2
  66. package/dist/index182.js +1 -1
  67. package/dist/index183.js +1 -1
  68. package/dist/index184.js +2 -3
  69. package/dist/index185.js +1 -1
  70. package/dist/index186.js +1 -1
  71. package/dist/index187.js +1 -1
  72. package/dist/index188.js +2 -2
  73. package/dist/index189.js +2 -2
  74. package/dist/index19.js +8 -8
  75. package/dist/index190.js +2 -2
  76. package/dist/index191.js +3 -2
  77. package/dist/index192.js +1 -1
  78. package/dist/index193.js +1 -1
  79. package/dist/index194.js +2 -3
  80. package/dist/index195.js +1 -1
  81. package/dist/index196.js +1 -1
  82. package/dist/index197.js +1 -1
  83. package/dist/index198.js +1 -1
  84. package/dist/index199.js +1 -1
  85. package/dist/index200.js +1 -1
  86. package/dist/index201.js +1 -1
  87. package/dist/index202.js +1 -1
  88. package/dist/index203.js +1 -1
  89. package/dist/index204.js +1 -1
  90. package/dist/index205.js +1 -1
  91. package/dist/index206.js +3 -138
  92. package/dist/index207.js +3 -2
  93. package/dist/index208.js +3 -2
  94. package/dist/index209.js +3 -13
  95. package/dist/index21.js +16 -16
  96. package/dist/index211.js +7 -5
  97. package/dist/index212.js +138 -5
  98. package/dist/index213.js +2 -5
  99. package/dist/index214.js +2 -5
  100. package/dist/index215.js +4 -5
  101. package/dist/index216.js +13 -2
  102. package/dist/index217.js +11 -2
  103. package/dist/index218.js +20 -2
  104. package/dist/index219.js +196 -10
  105. package/dist/index221.js +113 -65
  106. package/dist/index223.js +34 -13
  107. package/dist/index224.js +83 -114
  108. package/dist/index226.js +28 -33
  109. package/dist/index227.js +17 -4
  110. package/dist/index228.js +49 -195
  111. package/dist/index229.js +17 -0
  112. package/dist/index23.js +15 -15
  113. package/dist/index230.js +3 -2
  114. package/dist/index231.js +12 -4
  115. package/dist/index232.js +16 -2
  116. package/dist/index233.js +2 -13
  117. package/dist/index234.js +2 -3
  118. package/dist/index235.js +2 -18
  119. package/dist/index236.js +5 -12
  120. package/dist/index237.js +5 -51
  121. package/dist/index238.js +5 -15
  122. package/dist/index239.js +5 -12
  123. package/dist/index240.js +5 -17
  124. package/dist/index241.js +5 -29
  125. package/dist/index242.js +5 -16
  126. package/dist/index243.js +2 -6
  127. package/dist/index244.js +6 -104
  128. package/dist/{index254.js → index245.js} +7 -7
  129. package/dist/index246.js +47 -95
  130. package/dist/index248.js +5 -229
  131. package/dist/index249.js +60 -6
  132. package/dist/index25.js +4 -4
  133. package/dist/index250.js +4 -2
  134. package/dist/index251.js +3 -5
  135. package/dist/index252.js +13 -5
  136. package/dist/index253.js +104 -6
  137. package/dist/index255.js +95 -47
  138. package/dist/index257.js +2 -5
  139. package/dist/index258.js +182 -59
  140. package/dist/index259.js +7 -86
  141. package/dist/index260.js +4 -0
  142. package/dist/index261.js +2 -183
  143. package/dist/index262.js +7 -2
  144. package/dist/index263.js +7 -7
  145. package/dist/index264.js +18 -7
  146. package/dist/index265.js +12 -3
  147. package/dist/index266.js +6 -6
  148. package/dist/index267.js +228 -15
  149. package/dist/index268.js +5 -9
  150. package/dist/index269.js +10 -23
  151. package/dist/index27.js +2 -2
  152. package/dist/index270.js +2 -9
  153. package/dist/index271.js +8 -2
  154. package/dist/index272.js +23 -3
  155. package/dist/index273.js +3 -9
  156. package/dist/index274.js +9 -8
  157. package/dist/index275.js +6 -9
  158. package/dist/index276.js +16 -5
  159. package/dist/index277.js +7 -65
  160. package/dist/index278.js +8 -2
  161. package/dist/index279.js +32 -4
  162. package/dist/index280.js +28 -8
  163. package/dist/index282.js +67 -11
  164. package/dist/index283.js +4 -279
  165. package/dist/index284.js +8 -2
  166. package/dist/index285.js +2 -125
  167. package/dist/index286.js +5 -2
  168. package/dist/index287.js +3 -15
  169. package/dist/index288.js +3 -2
  170. package/dist/index289.js +7 -16
  171. package/dist/index29.js +6 -6
  172. package/dist/index290.js +11 -2
  173. package/dist/index291.js +2 -16
  174. package/dist/index292.js +4 -2
  175. package/dist/index293.js +3 -19
  176. package/dist/index294.js +17 -2
  177. package/dist/index295.js +28 -3
  178. package/dist/index296.js +6 -0
  179. package/dist/index297.js +4 -6
  180. package/dist/index298.js +280 -3
  181. package/dist/index299.js +2 -2
  182. package/dist/index300.js +16 -3
  183. package/dist/index301.js +2 -6
  184. package/dist/index302.js +15 -3
  185. package/dist/index303.js +2 -4
  186. package/dist/index304.js +17 -17
  187. package/dist/index306.js +13 -25
  188. package/dist/index308.js +19 -2
  189. package/dist/index309.js +2 -2
  190. package/dist/index31.js +2 -2
  191. package/dist/index310.js +27 -2
  192. package/dist/index311.js +2 -2
  193. package/dist/index312.js +2 -28
  194. package/dist/index313.js +1 -21
  195. package/dist/index314.js +4 -0
  196. package/dist/index315.js +2 -3
  197. package/dist/index316.js +22 -3
  198. package/dist/index318.js +3 -17
  199. package/dist/index319.js +1 -1
  200. package/dist/index320.js +6 -5
  201. package/dist/index321.js +2 -718
  202. package/dist/index322.js +125 -366
  203. package/dist/index323.js +2 -58
  204. package/dist/index324.js +2 -2
  205. package/dist/index325.js +718 -2
  206. package/dist/index326.js +365 -7
  207. package/dist/index327.js +51 -122
  208. package/dist/index329.js +3 -8
  209. package/dist/index33.js +8 -8
  210. package/dist/index330.js +2 -6
  211. package/dist/index331.js +8 -8
  212. package/dist/index332.js +5 -32
  213. package/dist/index333.js +8 -28
  214. package/dist/index334.js +60 -0
  215. package/dist/index335.js +58 -7
  216. package/dist/index336.js +7 -18
  217. package/dist/index337.js +128 -6
  218. package/dist/index338.js +366 -44
  219. package/dist/index339.js +7 -58
  220. package/dist/index340.js +18 -57
  221. package/dist/index341.js +1 -1
  222. package/dist/index342.js +6 -92
  223. package/dist/index343.js +44 -126
  224. package/dist/index344.js +95 -0
  225. package/dist/index345.js +129 -3
  226. package/dist/index35.js +5 -5
  227. package/dist/index37.js +38 -38
  228. package/dist/index39.js +8 -8
  229. package/dist/index41.js +2 -2
  230. package/dist/index43.js +8 -8
  231. package/dist/index45.js +15 -15
  232. package/dist/index47.js +3 -3
  233. package/dist/index49.js +4 -4
  234. package/dist/index53.js +1 -1
  235. package/dist/index55.js +2 -2
  236. package/dist/index57.js +2 -2
  237. package/dist/index6.js +1 -1
  238. package/dist/index61.js +3 -3
  239. package/dist/index67.js +1 -1
  240. package/dist/index7.js +2 -2
  241. package/dist/index79.js +5 -5
  242. package/dist/index81.js +1 -1
  243. package/dist/index83.js +2 -2
  244. package/dist/index85.js +1 -1
  245. package/dist/index87.js +1 -1
  246. package/dist/index9.js +1 -1
  247. package/dist/index90.js +4 -4
  248. package/dist/index92.js +3 -3
  249. package/dist/index94.js +4 -4
  250. package/dist/index96.js +2 -2
  251. package/package.json +1 -1
  252. package/dist/index136.js +0 -13
  253. package/dist/index210.js +0 -7
  254. package/dist/index220.js +0 -22
  255. package/dist/index281.js +0 -9
  256. package/dist/index317.js +0 -4
  257. package/dist/index328.js +0 -371
  258. /package/dist/{index256.js → index247.js} +0 -0
package/dist/index45.js CHANGED
@@ -3,17 +3,17 @@ import { defineComponent as Q, ref as u, computed as f, toRef as E, watch as Z,
3
3
  /* empty css */
4
4
  import ae from "./index111.js";
5
5
  /* empty css */
6
- import { last as le } from "./index218.js";
7
- import { useBaseOptions as ne } from "./index237.js";
8
- import { useIndexById as re } from "./index240.js";
9
- import ie from "./index244.js";
6
+ import le from "./index135.js";
10
7
  /* empty css */
11
- import ue from "./index246.js";
8
+ import ne from "./index137.js";
9
+ import { last as re } from "./index243.js";
10
+ import { useBaseOptions as ie } from "./index228.js";
11
+ import { useIndexById as ue } from "./index227.js";
12
+ import se from "./index253.js";
12
13
  /* empty css */
13
- import se from "./index221.js";
14
+ import de from "./index255.js";
14
15
  /* empty css */
15
- import de from "./index223.js";
16
- import { isEmpty as pe } from "./index217.js";
16
+ import { isEmpty as pe } from "./index257.js";
17
17
  const ce = { class: "bb-base-tag__input-container" }, me = ["id", "aria-describedby", "autocomplete", "autofocus", "disabled", "placeholder", "readonly", "required", "onKeydown"], De = /* @__PURE__ */ Q({
18
18
  __name: "BaseTag",
19
19
  props: {
@@ -47,9 +47,9 @@ const ce = { class: "bb-base-tag__input-container" }, me = ["id", "aria-describe
47
47
  () => t.comma ? B.value : V.value
48
48
  ), p = u(null), A = () => {
49
49
  p.value instanceof HTMLInputElement && p.value.focus();
50
- }, o = u(""), i = f(() => K.value.filter((e) => e.selected)), { data: w, get: H } = re({
50
+ }, o = u(""), i = f(() => K.value.filter((e) => e.selected)), { data: w, get: H } = ue({
51
51
  items: E(t, "modelValue")
52
- }), { options: K } = ne({
52
+ }), { options: K } = ie({
53
53
  disabled: E(t, "disabled"),
54
54
  items: f(() => [].concat(t.modelValue)),
55
55
  itemText: void 0,
@@ -63,7 +63,7 @@ const ce = { class: "bb-base-tag__input-container" }, me = ["id", "aria-describe
63
63
  return;
64
64
  }
65
65
  let e;
66
- i.value && (e = le(i.value)), o.value = (e == null ? void 0 : e.text) || "";
66
+ i.value && (e = re(i.value)), o.value = (e == null ? void 0 : e.text) || "";
67
67
  }, q = async (e) => {
68
68
  if (t.multiple) {
69
69
  const a = { ...w.value };
@@ -140,7 +140,7 @@ const ce = { class: "bb-base-tag__input-container" }, me = ["id", "aria-describe
140
140
  let e = null;
141
141
  t.multiple && (e = []), l("update:modelValue", e);
142
142
  };
143
- return (e, a) => (v(), k(de, {
143
+ return (e, a) => (v(), k(ne, {
144
144
  ref_key: "outerContainer",
145
145
  ref: b,
146
146
  class: G({
@@ -161,7 +161,7 @@ const ce = { class: "bb-base-tag__input-container" }, me = ["id", "aria-describe
161
161
  d(e.$slots, "append-outer")
162
162
  ]),
163
163
  default: n(() => [
164
- I(se, {
164
+ I(le, {
165
165
  ref_key: "innerContainer",
166
166
  ref: T,
167
167
  "append:icon": t["append:icon"],
@@ -187,12 +187,12 @@ const ce = { class: "bb-base-tag__input-container" }, me = ["id", "aria-describe
187
187
  default: n(() => [
188
188
  O("span", ce, [
189
189
  e.multiple ? (v(), J(Y, { key: 0 }, [
190
- e.comma ? (v(), k(ue, {
190
+ e.comma ? (v(), k(de, {
191
191
  key: 0,
192
192
  ref_key: "commaBox",
193
193
  ref: B,
194
194
  options: i.value
195
- }, null, 8, ["options"])) : (v(), k(ie, {
195
+ }, null, 8, ["options"])) : (v(), k(se, {
196
196
  key: 1,
197
197
  ref_key: "chipsBox",
198
198
  ref: V,
package/dist/index47.js CHANGED
@@ -1,10 +1,10 @@
1
1
  import { defineComponent as h, ref as y, computed as u, onMounted as g, watch as B, nextTick as V, createBlock as $, openBlock as k, normalizeClass as C, withCtx as r, createVNode as i, unref as T, createElementVNode as v, mergeProps as x, renderSlot as t } from "vue";
2
- import E from "./index223.js";
3
- import G from "./index221.js";
2
+ import E from "./index137.js";
3
+ import G from "./index135.js";
4
4
  /* empty css */
5
5
  import M from "./index111.js";
6
6
  /* empty css */
7
- import { isNotNil as q } from "./index140.js";
7
+ import { isNotNil as q } from "./index143.js";
8
8
  const H = ["id", "aria-describedby", "autocomplete", "autofocus", "disabled", "name", "placeholder", "readonly", "required", "rows", "value"], Y = /* @__PURE__ */ h({
9
9
  __name: "BaseTextarea",
10
10
  props: {
package/dist/index49.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import { defineComponent as V, ref as h, computed as v, onMounted as B, onBeforeUnmount as M, watch as g, createElementBlock as i, openBlock as r, Fragment as w, createVNode as m, createElementVNode as $, normalizeClass as C, withCtx as n, unref as q, mergeProps as b, renderSlot as d } from "vue";
2
- import E from "./index221.js";
2
+ import E from "./index135.js";
3
3
  /* empty css */
4
- import I from "./index223.js";
5
- import { isNotNil as N } from "./index140.js";
6
- import { MaskInput as z } from "./index261.js";
4
+ import I from "./index137.js";
5
+ import { isNotNil as N } from "./index143.js";
6
+ import { MaskInput as z } from "./index258.js";
7
7
  const D = ["id", "aria-describedby", "aria-invalid", "autocomplete", "autofocus", "disabled", "inputmode", "name", "placeholder", "readonly", "required", "type"], F = ["id", "aria-describedby", "aria-invalid", "autocomplete", "autofocus", "disabled", "inputmode", "name", "placeholder", "readonly", "required", "type", "value"], U = /* @__PURE__ */ V({
8
8
  __name: "BaseTextInput",
9
9
  props: {
package/dist/index53.js CHANGED
@@ -3,7 +3,7 @@ import B from "./index69.js";
3
3
  /* empty css */
4
4
  import L from "./index85.js";
5
5
  /* empty css */
6
- import { useLocale as g } from "./index209.js";
6
+ import { useLocale as g } from "./index216.js";
7
7
  const $ = {
8
8
  class: "bb-alert__inner-container",
9
9
  role: "alert"
package/dist/index55.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as b, computed as z, ref as o, onMounted as g, createElementBlock as l, openBlock as i, normalizeProps as _, guardReactiveProps as h, renderSlot as k } from "vue";
2
- import { isCssColor as y } from "./index230.js";
3
- import { wait as C } from "./index135.js";
2
+ import { isCssColor as y } from "./index235.js";
3
+ import { wait as C } from "./index138.js";
4
4
  const w = ["alt", "sizes", "src", "srcset"], B = {
5
5
  key: 1,
6
6
  class: "bb-avatar__fallback"
package/dist/index57.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as p, useSlots as d, computed as s, createElementBlock as m, openBlock as u, normalizeClass as g, createElementVNode as n, renderSlot as r, mergeProps as f, createTextVNode as _, toDisplayString as y } from "vue";
2
- import { isCssColor as l } from "./index230.js";
3
- import { isNil as B } from "./index250.js";
2
+ import { isCssColor as l } from "./index235.js";
3
+ import { isNil as B } from "./index260.js";
4
4
  const C = { class: "bb-badge__wrapper" }, h = { class: "bb-badge__content-inner" }, N = /* @__PURE__ */ p({
5
5
  __name: "BbBadge",
6
6
  props: {
package/dist/index6.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { ref as i } from "vue";
2
- import { wait as f } from "./index135.js";
2
+ import { wait as f } from "./index138.js";
3
3
  const u = [], o = {
4
4
  current: null,
5
5
  processing: !1,
package/dist/index61.js CHANGED
@@ -7,9 +7,9 @@ import p from "./index85.js";
7
7
  /* empty css */
8
8
  import T from "./index113.js";
9
9
  /* empty css */
10
- import { pickBy as W } from "./index270.js";
11
- import { noop as w } from "./index271.js";
12
- import { useLocale as D } from "./index209.js";
10
+ import { pickBy as W } from "./index269.js";
11
+ import { noop as w } from "./index270.js";
12
+ import { useLocale as D } from "./index216.js";
13
13
  const E = {
14
14
  key: 2,
15
15
  class: "bb-button__loading-label sr-only"
package/dist/index67.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as i, createElementBlock as o, openBlock as a, createElementVNode as t, createCommentVNode as p, renderSlot as b, createTextVNode as m, toDisplayString as u, withModifiers as d, unref as _ } from "vue";
2
- import { useLocale as f } from "./index209.js";
2
+ import { useLocale as f } from "./index216.js";
3
3
  const h = { class: "bb-chip" }, L = { class: "bb-chip__content" }, k = ["aria-label"], B = /* @__PURE__ */ i({
4
4
  __name: "BbChip",
5
5
  props: {
package/dist/index7.js CHANGED
@@ -1,5 +1,5 @@
1
- import { getAsPercentage as p } from "./index136.js";
2
- import { wait as w } from "./index135.js";
1
+ import { getAsPercentage as p } from "./index139.js";
2
+ import { wait as w } from "./index138.js";
3
3
  import { ref as c, computed as o, onBeforeUnmount as H } from "vue";
4
4
  const Y = ({
5
5
  duration: t,
package/dist/index79.js CHANGED
@@ -1,15 +1,15 @@
1
1
  import { defineComponent as N, computed as R, ref as E, watch as W, createBlock as h, openBlock as k, unref as f, normalizeClass as G, withCtx as D, createElementVNode as I, normalizeStyle as J, renderSlot as m, createElementBlock as q, Fragment as F, renderList as Q, createVNode as X, mergeProps as Y, createCommentVNode as A, toDisplayString as Z, normalizeProps as x, guardReactiveProps as ee } from "vue";
2
- import { findRightIndex as T } from "./index268.js";
2
+ import { findRightIndex as T } from "./index271.js";
3
3
  import { useId as te } from "./index8.js";
4
- import { useUntil as ne } from "./index219.js";
5
- import { wait as oe } from "./index135.js";
4
+ import { useUntil as ne } from "./index217.js";
5
+ import { wait as oe } from "./index138.js";
6
6
  import ae from "./index13.js";
7
7
  /* empty css */
8
8
  import B from "./index85.js";
9
9
  /* empty css */
10
- import le from "./index224.js";
10
+ import le from "./index221.js";
11
11
  /* empty css */
12
- import K from "./index269.js";
12
+ import K from "./index272.js";
13
13
  const se = ["id", "aria-labelledby", "inert"], ie = { class: "item__content" }, Ee = /* @__PURE__ */ N({
14
14
  __name: "BbDropdown",
15
15
  props: {
package/dist/index81.js CHANGED
@@ -9,7 +9,7 @@ import z from "./index85.js";
9
9
  /* empty css */
10
10
  import I from "./index113.js";
11
11
  /* empty css */
12
- import { useLocale as M } from "./index209.js";
12
+ import { useLocale as M } from "./index216.js";
13
13
  const O = { class: "bb-dropdown-button__content" }, R = {
14
14
  key: 1,
15
15
  class: "bb-dropdown-button__loading-label sr-only"
package/dist/index83.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as j, ref as g, watch as x, computed as m, createBlock as G, openBlock as V, 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 "./index267.js";
2
+ import { findInTree as ae } from "./index276.js";
3
3
  import { useId as re } from "./index8.js";
4
4
  import oe from "./index111.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("./index266.js")).default);
56
+ b || (b = (await import("./index275.js")).default);
57
57
  const o = b.getType(r);
58
58
  if (!o)
59
59
  throw new Error(
package/dist/index85.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as v, ref as p, getCurrentInstance as c, onServerPrefetch as w, onBeforeMount as z, inject as _, watch as b, computed as f, createElementBlock as h, openBlock as $, mergeProps as g } from "vue";
2
- import { isCssColor as I } from "./index230.js";
2
+ import { isCssColor as I } from "./index235.js";
3
3
  const B = ["innerHTML"], k = /* @__PURE__ */ v({
4
4
  __name: "BbIcon",
5
5
  props: {
package/dist/index87.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as h, ref as t, onMounted as m, onBeforeUnmount as p, createBlock as g, openBlock as b, resolveDynamicComponent as w, withCtx as _, renderSlot as I } from "vue";
2
- import { throttle as c } from "./index272.js";
2
+ import { throttle as c } from "./index273.js";
3
3
  const M = /* @__PURE__ */ h({
4
4
  __name: "BbIntersection",
5
5
  props: {
package/dist/index9.js CHANGED
@@ -1,4 +1,4 @@
1
- import { useWindowSize as i } from "./index137.js";
1
+ import { useWindowSize as i } from "./index140.js";
2
2
  import { computed as e } from "vue";
3
3
  import { _config as t } from "./index4.js";
4
4
  const c = () => {
package/dist/index90.js CHANGED
@@ -1,10 +1,10 @@
1
1
  import { defineComponent as P, mergeModels as T, useModel as q, computed as v, ref as z, watch as A, onMounted as H, createElementBlock as r, openBlock as d, withModifiers as K, normalizeStyle as R, normalizeClass as U, unref as p, createCommentVNode as y, Fragment as j, createElementVNode as t, renderSlot as l, createTextVNode as G, toDisplayString as D, nextTick as J } from "vue";
2
- import { parseSize as Q } from "./index233.js";
2
+ import { parseSize as Q } from "./index252.js";
3
3
  import { useId as S } from "./index8.js";
4
- import { useLocale as X } from "./index209.js";
4
+ import { useLocale as X } from "./index216.js";
5
5
  import { useMobile as Y } from "./index9.js";
6
- import { useUntil as Z } from "./index219.js";
7
- import { wait as h } from "./index135.js";
6
+ import { useUntil as Z } from "./index217.js";
7
+ import { wait as h } from "./index138.js";
8
8
  const x = ["aria-describedby", "aria-labelledby", "aria-live", "inert"], ee = {
9
9
  ref: "header",
10
10
  class: "bb-offcanvas__header"
package/dist/index92.js CHANGED
@@ -3,9 +3,9 @@ import { defineComponent as V, mergeModels as W, useModel as U, computed as d, r
3
3
  /* empty css */
4
4
  import P from "./index13.js";
5
5
  /* empty css */
6
- import { debounce as X } from "./index275.js";
7
- import { useLocale as H } from "./index209.js";
8
- import { useRoute as J } from "./index142.js";
6
+ import { debounce as X } from "./index274.js";
7
+ import { useLocale as H } from "./index216.js";
8
+ import { useRoute as J } from "./index145.js";
9
9
  const K = ["aria-label"], Q = { class: "bb-pagination__page-label sr-only" }, Y = { class: "bb-pagination__page-label" }, Z = { class: "bb-pagination__page-label" }, ee = { class: "bb-pagination__page-label sr-only" }, ue = /* @__PURE__ */ V({
10
10
  __name: "BbPagination",
11
11
  props: /* @__PURE__ */ W({
package/dist/index94.js CHANGED
@@ -1,11 +1,11 @@
1
1
  import { defineComponent as V, ref as m, computed as g, createBlock as k, openBlock as y, unref as l, normalizeClass as D, withCtx as v, createElementVNode as d, createCommentVNode as M, renderSlot as C, toDisplayString as z, normalizeProps as I, guardReactiveProps as O, nextTick as S } from "vue";
2
2
  import { useId as H } from "./index8.js";
3
- import { useIntersectionObserver as N } from "./index137.js";
4
- import { useLocale as U } from "./index209.js";
5
- import { useUntil as W } from "./index219.js";
3
+ import { useIntersectionObserver as N } from "./index140.js";
4
+ import { useLocale as U } from "./index216.js";
5
+ import { useUntil as W } from "./index217.js";
6
6
  import q from "./index13.js";
7
7
  /* empty css */
8
- import A from "./index224.js";
8
+ import A from "./index221.js";
9
9
  /* empty css */
10
10
  const R = ["inert"], Z = { class: "bb-popover__close-label sr-only" }, ee = /* @__PURE__ */ V({
11
11
  __name: "BbPopover",
package/dist/index96.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as r, computed as a, createElementBlock as l, openBlock as s, normalizeClass as m, createElementVNode as n, normalizeStyle as c } from "vue";
2
- import { clamp as p } from "./index207.js";
3
- import { getAsPercentageBetween as i } from "./index136.js";
2
+ import { clamp as p } from "./index214.js";
3
+ import { getAsPercentageBetween as i } from "./index139.js";
4
4
  const _ = /* @__PURE__ */ r({
5
5
  __name: "BbProgress",
6
6
  props: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitboss-ui",
3
- "version": "2.1.30",
3
+ "version": "2.1.32",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "scripts": {
package/dist/index136.js DELETED
@@ -1,13 +0,0 @@
1
- import { clamp as s } from "./index207.js";
2
- const o = (n, e, r = !1) => {
3
- const t = n * 100 / e;
4
- return r ? s(t, 0, 100) : t;
5
- }, g = (n, e, r, t = !1) => o(n - e, r - e, t), l = (n, e, r) => {
6
- const t = r - e, c = n / 100 * t;
7
- return e + c;
8
- };
9
- export {
10
- o as getAsPercentage,
11
- g as getAsPercentageBetween,
12
- l as getValueFromPercentageInInterval
13
- };
package/dist/index210.js DELETED
@@ -1,7 +0,0 @@
1
- import { getDefaultExportFromCjs as r } from "./index301.js";
2
- import { __require as o } from "./index283.js";
3
- var t = o();
4
- const s = /* @__PURE__ */ r(t);
5
- export {
6
- s as default
7
- };
package/dist/index220.js DELETED
@@ -1,22 +0,0 @@
1
- import { MaskInput as r } from "./index261.js";
2
- const u = /* @__PURE__ */ new WeakMap(), p = (a, n) => {
3
- if (a.arg == null || a.instance == null) return;
4
- const s = "setup" in a.instance.$.type;
5
- a.arg in a.instance ? a.instance[a.arg] = n : s && console.warn("Maska: please expose `%s` using defineExpose", a.arg);
6
- }, k = (a, n) => {
7
- var s;
8
- const t = a instanceof HTMLInputElement ? a : a.querySelector("input");
9
- if (t == null || (t == null ? void 0 : t.type) === "file") return;
10
- let e = {};
11
- if (n.value != null && (e = typeof n.value == "string" ? { mask: n.value } : { ...n.value }), n.arg != null) {
12
- const l = (o) => {
13
- const i = n.modifiers.unmasked ? o.unmasked : n.modifiers.completed ? o.completed : o.masked;
14
- p(n, i);
15
- };
16
- e.onMaska = e.onMaska == null ? l : Array.isArray(e.onMaska) ? [...e.onMaska, l] : [e.onMaska, l];
17
- }
18
- u.has(t) ? (s = u.get(t)) == null || s.update(e) : u.set(t, new r(t, e));
19
- };
20
- export {
21
- k as vMaska
22
- };
package/dist/index281.js DELETED
@@ -1,9 +0,0 @@
1
- import o from "./index339.js";
2
- import r from "./index340.js";
3
- const e = {
4
- it: o,
5
- en: r
6
- };
7
- export {
8
- e as locales
9
- };
package/dist/index317.js DELETED
@@ -1,4 +0,0 @@
1
- import f from "./index248.js";
2
- export {
3
- f as default
4
- };