bitboss-ui 2.0.89 → 2.0.90

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 (319) hide show
  1. package/dist/assets/css/index.css +1 -0
  2. package/dist/components/BaseButton/BaseButton.css +1 -0
  3. package/dist/components/BaseCheckbox/BaseCheckbox.css +1 -0
  4. package/dist/components/BaseColorInput/BaseColorInput.css +1 -0
  5. package/dist/components/BaseDatePicker/BaseDatePicker.css +1 -0
  6. package/dist/components/BaseDatePickerInput/BaseDatePickerInput.css +1 -0
  7. package/dist/components/BaseDialog/BaseDialog.css +1 -0
  8. package/dist/components/BaseInputContainer/BaseInputContainer.css +1 -0
  9. package/dist/components/BaseNumberInput/BaseNumberInput.css +1 -0
  10. package/dist/components/BaseRadio/BaseRadio.css +1 -0
  11. package/dist/components/BaseRating/BaseRating.css +1 -0
  12. package/dist/components/BaseSelect/BaseSelect.css +1 -0
  13. package/dist/components/BaseSlider/BaseSlider.css +1 -0
  14. package/dist/components/BaseSwitch/BaseSwitch.css +1 -0
  15. package/dist/components/BaseTag/BaseTag.css +1 -0
  16. package/dist/components/BaseTextarea/BaseTextarea.css +1 -0
  17. package/dist/components/BbAccordion/BbAccordion.css +1 -0
  18. package/dist/components/BbAlert/BbAlert.css +1 -0
  19. package/dist/components/BbAvatar/BbAvatar.css +1 -0
  20. package/dist/components/BbBadge/BbBadge.css +1 -0
  21. package/dist/components/BbBreadcrumbs/BbBreadcrumbs.css +1 -0
  22. package/dist/components/BbButton/BbButton.css +1 -0
  23. package/dist/components/BbCheckbox/BbCheckbox.css +1 -0
  24. package/dist/components/BbChip/BbChip.css +1 -0
  25. package/dist/components/BbCollapsible/BbCollapsible.css +1 -0
  26. package/dist/components/BbColorInput/BbColorInput.css +1 -0
  27. package/dist/components/BbConfirm/BbConfirm.css +1 -0
  28. package/dist/components/BbDatePickerInput/BbDatePickerInput.css +1 -0
  29. package/dist/components/BbDropdown/BbDropdown.css +1 -0
  30. package/dist/components/BbDropdownButton/BbDropdownButton.css +1 -0
  31. package/dist/components/BbDropzone/BbDropzone.css +1 -0
  32. package/dist/components/BbIcon/BbIcon.css +1 -0
  33. package/dist/components/BbNumberInput/BbNumberInput.css +1 -0
  34. package/dist/components/BbOffCanvas/BbOffCanvas.css +1 -0
  35. package/dist/components/BbPagination/BbPagination.css +1 -0
  36. package/dist/components/BbPopover/BbPopover.css +1 -0
  37. package/dist/components/BbProgress/BbProgress.css +1 -0
  38. package/dist/components/BbRadio/BbRadio.css +1 -0
  39. package/dist/components/BbRatio/BbRatio.css +1 -0
  40. package/dist/components/BbSelect/BbSelect.css +1 -0
  41. package/dist/components/BbSlider/BbSlider.css +1 -0
  42. package/dist/components/BbSmoothHeight/BbSmoothHeight.css +1 -0
  43. package/dist/components/BbSpinner/BbSpinner.css +1 -0
  44. package/dist/components/BbSwitch/BbSwitch.css +1 -0
  45. package/dist/components/BbTab/BbTab.css +1 -0
  46. package/dist/components/BbTable/BbTable.css +1 -0
  47. package/dist/components/BbTag/BbTag.css +1 -0
  48. package/dist/components/BbTextInput/BbTextInput.css +1 -0
  49. package/dist/components/BbTextarea/BbTextarea.css +1 -0
  50. package/dist/components/BbToast/BbToast.css +1 -0
  51. package/dist/components/BbTooltip/BbTooltip.css +1 -0
  52. package/dist/components/BbTree/BbTree.css +1 -0
  53. package/dist/components/ChipsBox.css +1 -0
  54. package/dist/components/CommaBox.css +1 -0
  55. package/dist/components/CommonFloating.css +1 -0
  56. package/dist/components/CommonInputOuterContainer.css +1 -0
  57. package/dist/components/ErrorIcon.css +1 -0
  58. package/dist/components/OptionsContainer.css +1 -0
  59. package/dist/components/Transitions/Slide.css +1 -0
  60. package/dist/components/Transitions/SlideBack.css +1 -0
  61. package/dist/index.js +141 -142
  62. package/dist/index10.js +35 -74
  63. package/dist/{index102.js → index101.js} +2 -2
  64. package/dist/{index104.js → index103.js} +2 -2
  65. package/dist/{index106.js → index105.js} +2 -2
  66. package/dist/{index108.js → index107.js} +7 -7
  67. package/dist/{index110.js → index109.js} +9 -9
  68. package/dist/index11.js +189 -36
  69. package/dist/{index112.js → index111.js} +2 -2
  70. package/dist/{index114.js → index113.js} +2 -2
  71. package/dist/{index116.js → index115.js} +2 -2
  72. package/dist/{index118.js → index117.js} +3 -3
  73. package/dist/{index120.js → index119.js} +8 -8
  74. package/dist/index12.js +80 -191
  75. package/dist/{index122.js → index121.js} +1 -1
  76. package/dist/index123.js +42 -0
  77. package/dist/index124.js +39 -35
  78. package/dist/index125.js +46 -39
  79. package/dist/index126.js +42 -46
  80. package/dist/index127.js +31 -43
  81. package/dist/index128.js +2 -35
  82. package/dist/index129.js +21 -2
  83. package/dist/index130.js +2 -21
  84. package/dist/index131.js +340 -2
  85. package/dist/index132.js +22 -337
  86. package/dist/index133.js +2 -25
  87. package/dist/index134.js +5 -2
  88. package/dist/index135.js +9 -5
  89. package/dist/index136.js +5 -8
  90. package/dist/index137.js +3 -6
  91. package/dist/index138.js +1 -1
  92. package/dist/index139.js +1 -1
  93. package/dist/{index15.js → index14.js} +2 -2
  94. package/dist/index140.js +1 -1
  95. package/dist/index141.js +1 -1
  96. package/dist/index142.js +1 -1
  97. package/dist/index143.js +1 -1
  98. package/dist/index144.js +1 -1
  99. package/dist/index145.js +1 -1
  100. package/dist/index146.js +1 -1
  101. package/dist/index147.js +1 -1
  102. package/dist/index148.js +1 -1
  103. package/dist/index149.js +1 -1
  104. package/dist/index150.js +1 -1
  105. package/dist/index151.js +1 -1
  106. package/dist/index152.js +1 -1
  107. package/dist/index153.js +1 -1
  108. package/dist/index154.js +1 -1
  109. package/dist/index155.js +1 -1
  110. package/dist/index156.js +1 -1
  111. package/dist/index157.js +1 -1
  112. package/dist/index158.js +1 -1
  113. package/dist/index159.js +1 -1
  114. package/dist/{index17.js → index16.js} +3 -3
  115. package/dist/index160.js +1 -1
  116. package/dist/index161.js +1 -1
  117. package/dist/index162.js +1 -1
  118. package/dist/index163.js +1 -1
  119. package/dist/index164.js +2 -2
  120. package/dist/index168.js +5 -0
  121. package/dist/index169.js +1 -1
  122. package/dist/index170.js +1 -1
  123. package/dist/index171.js +1 -1
  124. package/dist/index172.js +1 -1
  125. package/dist/index173.js +1 -1
  126. package/dist/index174.js +1 -1
  127. package/dist/index175.js +2 -2
  128. package/dist/index177.js +4 -0
  129. package/dist/index178.js +3 -2
  130. package/dist/index179.js +1 -1
  131. package/dist/{index19.js → index18.js} +3 -3
  132. package/dist/index180.js +1 -1
  133. package/dist/index181.js +1 -1
  134. package/dist/index182.js +1 -1
  135. package/dist/index183.js +1 -1
  136. package/dist/index184.js +1 -1
  137. package/dist/index185.js +1 -1
  138. package/dist/index186.js +1 -1
  139. package/dist/index187.js +2 -2
  140. package/dist/index188.js +1 -1
  141. package/dist/index189.js +1 -1
  142. package/dist/{index167.js → index193.js} +1 -1
  143. package/dist/index194.js +1 -1
  144. package/dist/index195.js +1 -1
  145. package/dist/index196.js +1 -1
  146. package/dist/index197.js +1 -1
  147. package/dist/index198.js +1 -1
  148. package/dist/index199.js +1 -1
  149. package/dist/{index21.js → index20.js} +17 -18
  150. package/dist/index200.js +1 -1
  151. package/dist/index201.js +1 -1
  152. package/dist/index202.js +1 -1
  153. package/dist/index203.js +81 -3
  154. package/dist/index205.js +5 -6
  155. package/dist/index207.js +1 -1
  156. package/dist/index208.js +8 -5
  157. package/dist/index209.js +2 -16
  158. package/dist/index210.js +4 -16
  159. package/dist/index211.js +124 -17
  160. package/dist/index212.js +5 -19
  161. package/dist/index213.js +121 -23
  162. package/dist/index214.js +19 -3
  163. package/dist/index215.js +16 -2
  164. package/dist/index216.js +16 -8
  165. package/dist/index217.js +2 -249
  166. package/dist/index218.js +2 -52
  167. package/dist/index219.js +41 -44
  168. package/dist/{index23.js → index22.js} +19 -19
  169. package/dist/index220.js +20 -5
  170. package/dist/index221.js +5 -59
  171. package/dist/index222.js +5 -3
  172. package/dist/index223.js +12 -3
  173. package/dist/index224.js +366 -38
  174. package/dist/index225.js +2 -6
  175. package/dist/index226.js +3 -7
  176. package/dist/index227.js +4 -12
  177. package/dist/index228.js +3 -81
  178. package/dist/index229.js +7 -164
  179. package/dist/index230.js +164 -84
  180. package/dist/index231.js +86 -0
  181. package/dist/index233.js +19 -4
  182. package/dist/index234.js +27 -2
  183. package/dist/index235.js +3 -20
  184. package/dist/index236.js +249 -4
  185. package/dist/index237.js +49 -123
  186. package/dist/index238.js +44 -125
  187. package/dist/index239.js +5 -2
  188. package/dist/{index25.js → index24.js} +8 -8
  189. package/dist/index240.js +60 -5
  190. package/dist/index241.js +2 -369
  191. package/dist/index242.js +18 -2
  192. package/dist/index243.js +106 -2
  193. package/dist/index245.js +47 -53
  194. package/dist/index247.js +2 -100
  195. package/dist/index248.js +12 -0
  196. package/dist/index249.js +2 -9
  197. package/dist/index250.js +3 -3
  198. package/dist/index252.js +7 -23
  199. package/dist/index253.js +8 -88
  200. package/dist/index254.js +25 -0
  201. package/dist/index255.js +89 -6
  202. package/dist/index257.js +4 -9
  203. package/dist/index258.js +281 -3
  204. package/dist/index259.js +8 -0
  205. package/dist/{index27.js → index26.js} +5 -5
  206. package/dist/index260.js +2 -7
  207. package/dist/index261.js +2 -281
  208. package/dist/index262.js +2 -6
  209. package/dist/index263.js +2 -2
  210. package/dist/index265.js +126 -2
  211. package/dist/index266.js +431 -2
  212. package/dist/index267.js +176 -2
  213. package/dist/index268.js +22 -2
  214. package/dist/index270.js +1 -1
  215. package/dist/index271.js +224 -2
  216. package/dist/index272.js +5 -1
  217. package/dist/index273.js +15 -27
  218. package/dist/index274.js +9 -22
  219. package/dist/index275.js +202 -0
  220. package/dist/index276.js +431 -219
  221. package/dist/index277.js +120 -424
  222. package/dist/index278.js +89 -2
  223. package/dist/index279.js +3 -89
  224. package/dist/index280.js +12 -3
  225. package/dist/index281.js +9 -12
  226. package/dist/index282.js +8 -8
  227. package/dist/index283.js +15 -7
  228. package/dist/index284.js +4 -17
  229. package/dist/index285.js +2 -4
  230. package/dist/index286.js +2 -4
  231. package/dist/index287.js +2 -176
  232. package/dist/index288.js +2 -200
  233. package/dist/index289.js +2 -2
  234. package/dist/index290.js +2 -66
  235. package/dist/index291.js +28 -2
  236. package/dist/index292.js +21 -125
  237. package/dist/index294.js +4 -0
  238. package/dist/index295.js +3 -5
  239. package/dist/index296.js +3 -436
  240. package/dist/index297.js +210 -126
  241. package/dist/index298.js +5 -3
  242. package/dist/index299.js +65 -2
  243. package/dist/index3.js +16 -0
  244. package/dist/{index31.js → index30.js} +2 -2
  245. package/dist/index300.js +33 -211
  246. package/dist/index301.js +5 -3
  247. package/dist/index302.js +8 -3
  248. package/dist/index303.js +4 -3
  249. package/dist/index304.js +3 -58
  250. package/dist/index305.js +3 -7
  251. package/dist/index306.js +3 -19
  252. package/dist/index307.js +57 -4
  253. package/dist/index308.js +10 -7
  254. package/dist/index309.js +6 -32
  255. package/dist/index310.js +6 -6
  256. package/dist/index311.js +18 -3
  257. package/dist/index312.js +46 -10
  258. package/dist/index313.js +1 -1
  259. package/dist/index315.js +1 -1
  260. package/dist/index316.js +426 -0
  261. package/dist/index317.js +43 -420
  262. package/dist/{index33.js → index32.js} +3 -3
  263. package/dist/{index35.js → index34.js} +4 -4
  264. package/dist/{index37.js → index36.js} +20 -21
  265. package/dist/{index39.js → index38.js} +6 -6
  266. package/dist/index4.js +40 -14
  267. package/dist/{index41.js → index40.js} +2 -2
  268. package/dist/{index43.js → index42.js} +3 -3
  269. package/dist/{index45.js → index44.js} +19 -20
  270. package/dist/{index47.js → index46.js} +1 -1
  271. package/dist/index5.js +76 -38
  272. package/dist/{index51.js → index50.js} +3 -3
  273. package/dist/{index53.js → index52.js} +2 -2
  274. package/dist/{index55.js → index54.js} +2 -2
  275. package/dist/{index57.js → index56.js} +2 -2
  276. package/dist/{index59.js → index58.js} +1 -1
  277. package/dist/index6.js +62 -78
  278. package/dist/{index61.js → index60.js} +7 -8
  279. package/dist/{index63.js → index62.js} +2 -2
  280. package/dist/{index65.js → index64.js} +2 -2
  281. package/dist/{index67.js → index66.js} +2 -2
  282. package/dist/{index69.js → index68.js} +4 -4
  283. package/dist/index7.js +10 -60
  284. package/dist/{index71.js → index70.js} +2 -2
  285. package/dist/{index73.js → index72.js} +1 -1
  286. package/dist/{index75.js → index74.js} +8 -8
  287. package/dist/{index77.js → index76.js} +6 -7
  288. package/dist/{index79.js → index78.js} +4 -4
  289. package/dist/index8.js +7 -11
  290. package/dist/index80.js +46 -0
  291. package/dist/index81.js +120 -37
  292. package/dist/{index84.js → index83.js} +5 -5
  293. package/dist/{index86.js → index85.js} +17 -18
  294. package/dist/{index88.js → index87.js} +7 -7
  295. package/dist/{index90.js → index89.js} +1 -1
  296. package/dist/index9.js +78 -7
  297. package/dist/{index92.js → index91.js} +2 -2
  298. package/dist/{index94.js → index93.js} +2 -2
  299. package/dist/{index96.js → index95.js} +2 -2
  300. package/dist/{index100.js → index99.js} +2 -2
  301. package/package.json +2 -2
  302. package/dist/index13.js +0 -84
  303. package/dist/index176.js +0 -5
  304. package/dist/index192.js +0 -5
  305. package/dist/index232.js +0 -4
  306. package/dist/index244.js +0 -20
  307. package/dist/index251.js +0 -11
  308. package/dist/index256.js +0 -18
  309. package/dist/index269.js +0 -4
  310. package/dist/index293.js +0 -24
  311. package/dist/index314.js +0 -49
  312. package/dist/index319.js +0 -49
  313. package/dist/index82.js +0 -129
  314. package/dist/style.css +0 -1
  315. /package/dist/{index165.js → index166.js} +0 -0
  316. /package/dist/{index190.js → index191.js} +0 -0
  317. /package/dist/{index29.js → index28.js} +0 -0
  318. /package/dist/{index49.js → index48.js} +0 -0
  319. /package/dist/{index98.js → index97.js} +0 -0
@@ -1,19 +1,18 @@
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";
1
+ import { defineComponent as Y, ref as i, computed as k, toRef as B, openBlock as m, 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
- /* empty css */
4
- import ue from "./index127.js";
3
+ import ue from "./index126.js";
5
4
  /* empty css */
6
- import { isNotNil as se } from "./index134.js";
7
- import { last as de } from "./index215.js";
8
- import { useOptions as pe } from "./index229.js";
9
- import ce from "./index245.js";
5
+ import { isNotNil as se } from "./index133.js";
6
+ import { last as de } from "./index218.js";
7
+ import { useOptions as pe } from "./index230.js";
8
+ import ce from "./index243.js";
10
9
  /* empty css */
11
- import me from "./index247.js";
10
+ import fe from "./index245.js";
12
11
  /* empty css */
13
- import fe from "./index205.js";
12
+ import me from "./index205.js";
14
13
  /* empty css */
15
14
  import ve from "./index207.js";
16
- const ye = { class: "bb-base-tag__input-container" }, be = ["id", "aria-describedby", "autocomplete", "autofocus", "disabled", "placeholder", "readonly", "required", "onKeydown"], qe = /* @__PURE__ */ Y({
15
+ const ye = { class: "bb-base-tag__input-container" }, be = ["id", "aria-describedby", "autocomplete", "autofocus", "disabled", "placeholder", "readonly", "required", "onKeydown"], Ne = /* @__PURE__ */ Y({
17
16
  __name: "BaseTag",
18
17
  props: {
19
18
  "append:icon": {},
@@ -93,9 +92,9 @@ const ye = { class: "bb-base-tag__input-container" }, be = ["id", "aria-describe
93
92
  }
94
93
  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)) {
95
94
  if (t.divider.length === 1 && o.value.includes(t.divider)) {
96
- const m = o.value.split(t.divider)[0];
97
- if (m)
98
- o.value = m;
95
+ const f = o.value.split(t.divider)[0];
96
+ if (f)
97
+ o.value = f;
99
98
  else {
100
99
  o.value = "";
101
100
  return;
@@ -132,7 +131,7 @@ const ye = { class: "bb-base-tag__input-container" }, be = ["id", "aria-describe
132
131
  onKeyup: (e) => l("keyup", e),
133
132
  onInput: (e) => l("input", e)
134
133
  };
135
- return (e, n) => (f(), C(ve, {
134
+ return (e, n) => (m(), C(ve, {
136
135
  ref_key: "outerContainer",
137
136
  ref: b,
138
137
  class: x({
@@ -152,7 +151,7 @@ const ye = { class: "bb-base-tag__input-container" }, be = ["id", "aria-describe
152
151
  s(e.$slots, "append-outer")
153
152
  ]),
154
153
  default: a(() => [
155
- O(fe, {
154
+ O(me, {
156
155
  ref_key: "innerContainer",
157
156
  ref: T,
158
157
  "append:icon": t["append:icon"],
@@ -175,13 +174,13 @@ const ye = { class: "bb-base-tag__input-container" }, be = ["id", "aria-describe
175
174
  O(v(ue), { tag: "span" }, {
176
175
  default: a(() => [
177
176
  $("span", ye, [
178
- e.multiple ? (f(), ee(te, { key: 0 }, [
179
- e.comma ? (f(), C(me, {
177
+ e.multiple ? (m(), ee(te, { key: 0 }, [
178
+ e.comma ? (m(), C(fe, {
180
179
  key: 0,
181
180
  ref_key: "commaBox",
182
181
  ref: V,
183
182
  options: v(u)
184
- }, null, 8, ["options"])) : (f(), C(ce, {
183
+ }, null, 8, ["options"])) : (m(), C(ce, {
185
184
  key: 1,
186
185
  ref_key: "chipsBox",
187
186
  ref: w,
@@ -194,7 +193,7 @@ const ye = { class: "bb-base-tag__input-container" }, be = ["id", "aria-describe
194
193
  ref_key: "input",
195
194
  ref: p
196
195
  }, X, {
197
- "onUpdate:modelValue": n[0] || (n[0] = (m) => ae(o) ? o.value = m : null),
196
+ "onUpdate:modelValue": n[0] || (n[0] = (f) => ae(o) ? o.value = f : null),
198
197
  "aria-describedby": e.ariaDescribedby,
199
198
  autocomplete: e.autocomplete,
200
199
  autofocus: e.autofocus,
@@ -229,5 +228,5 @@ const ye = { class: "bb-base-tag__input-container" }, be = ["id", "aria-describe
229
228
  }
230
229
  });
231
230
  export {
232
- qe as default
231
+ Ne as default
233
232
  };
@@ -2,7 +2,7 @@ import { defineComponent as w, ref as g, computed as u, onMounted as y, watch as
2
2
  import v from "./index207.js";
3
3
  import E from "./index205.js";
4
4
  /* empty css */
5
- import G from "./index127.js";
5
+ import G from "./index126.js";
6
6
  /* empty css */
7
7
  const M = ["id", "aria-describedby", "autocomplete", "autofocus", "disabled", "name", "placeholder", "readonly", "required", "rows", "value"], z = /* @__PURE__ */ w({
8
8
  __name: "BaseTextarea",
package/dist/index5.js CHANGED
@@ -1,42 +1,80 @@
1
- import { ref as i, onBeforeUnmount as h } from "vue";
2
- const b = (l = "bitboss-ui") => {
3
- let r = 0;
4
- return { useBroadCastChannel: () => {
5
- r++;
6
- const f = i(!1), o = i(), s = {};
7
- function d(e, n = void 0) {
8
- o.value && o.value.postMessage({ type: e, params: n });
1
+ import { ref as u, watch as c, reactive as x, computed as f } from "vue";
2
+ import { isNil as l } from "./index128.js";
3
+ let r = [];
4
+ const i = u(null);
5
+ c(
6
+ () => i.value,
7
+ () => {
8
+ typeof i.value == "boolean" && (r.forEach((s) => s()), r = []);
9
+ }
10
+ );
11
+ const o = {
12
+ actions: !0,
13
+ description: "",
14
+ loading: !1,
15
+ no: !0,
16
+ noText: "",
17
+ open: !1,
18
+ size: "sm",
19
+ text: "",
20
+ theme: "default",
21
+ title: "",
22
+ yes: !0,
23
+ yesText: ""
24
+ }, d = {
25
+ actions: !0,
26
+ description: "",
27
+ no: !0,
28
+ noText: "Annulla",
29
+ text: "",
30
+ theme: "default",
31
+ title: "",
32
+ yes: !0,
33
+ yesText: "OK"
34
+ }, e = x({
35
+ ...o
36
+ }), m = f(() => [
37
+ {
38
+ text: e.noText,
39
+ handler: () => {
40
+ i.value = !1;
9
41
  }
10
- const v = () => {
11
- r--, o.value && !r && o.value.close(), f.value = !0;
12
- }, p = (e, n, a = {
13
- removeonUnmount: !0
14
- }) => {
15
- var t;
16
- s[e] === void 0 && (s[e] = []), (t = s[e]) == null || t.push(n), a.removeonUnmount && s[e] && h(() => {
17
- const c = s[e], u = c.indexOf(n);
18
- u !== -1 && c.splice(u, 1);
19
- });
20
- };
21
- try {
22
- o.value = new BroadcastChannel(l), o.value.addEventListener(
23
- "message",
24
- (e) => {
25
- const n = e.data, a = s[n.type] ?? [];
26
- "params" in n ? a.forEach((t) => t(n.params)) : a.forEach((t) => t());
27
- },
28
- { passive: !0 }
29
- );
30
- } catch (e) {
31
- console.error(e);
42
+ },
43
+ {
44
+ text: e.yesText,
45
+ handler: () => {
46
+ i.value = !0;
32
47
  }
33
- return {
34
- on: p,
35
- post: d,
36
- close: v
37
- };
38
- } };
39
- };
48
+ }
49
+ ]), y = () => ({
50
+ /**
51
+ * The confirm function. It accepts a set of options defining
52
+ * the behavior of the modal and returns `Promise<boolean>`
53
+ * when the user accepts, declines, or ignores the modal.
54
+ */
55
+ confirm: (s) => {
56
+ i.value = null;
57
+ const n = { ...d, ...s }, t = { ...o };
58
+ return t.title = n.title, t.text = n.text, n.description && (t.description = n.description), n.noText && (t.noText = n.noText), n.yesText && (t.yesText = n.yesText), n.size && (t.size = n.size), n.theme && (t.theme = n.theme), l(n.yes) || (t.yes = !!n.yes), l(n.no) || (t.no = !!n.no), l(n.actions) || (t.actions = !!n.actions), e.actions = t.actions, e.description = t.description, e.no = t.no, e.noText = t.noText, e.open = !0, e.size = t.size, e.text = t.text, e.theme = t.theme, e.title = t.title, e.yes = t.yes, e.yesText = t.yesText, new Promise((a) => {
59
+ r.push(() => a(i.value));
60
+ });
61
+ },
62
+ /**
63
+ * Sets the state of the confirm to loading and displays a spinner.
64
+ */
65
+ setLoading: (s = !0) => {
66
+ e.loading = s;
67
+ },
68
+ /**
69
+ * Closes the confirmation modal. It is a manual operation
70
+ * so you can update the state while the modal is still open.
71
+ */
72
+ close: () => (e.description = o.description, e.loading = o.loading, e.noText = o.noText, e.open = o.open, e.text = o.text, e.theme = o.theme, e.title = o.title, e.yesText = o.yesText, i.value = !1, Promise.resolve().then(() => {
73
+ i.value = null;
74
+ }))
75
+ });
40
76
  export {
41
- b as useBroadcastChannelInstance
77
+ m as actions,
78
+ e as state,
79
+ y as useConfirm
42
80
  };
@@ -1,8 +1,8 @@
1
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";
3
- import $ from "./index13.js";
2
+ import { useId as V } from "./index7.js";
3
+ import $ from "./index12.js";
4
4
  /* empty css */
5
- import B from "./index125.js";
5
+ import B from "./index124.js";
6
6
  /* empty css */
7
7
  const y = { class: "bb-accordion" }, A = /* @__PURE__ */ f({
8
8
  __name: "BbAccordion",
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as h, ref as v, watch as k, openBlock as s, createBlock as i, normalizeClass as C, withCtx as w, createElementVNode as t, createCommentVNode as r, createElementBlock as V, renderSlot as n, normalizeProps as c, guardReactiveProps as d, createTextVNode as m, toDisplayString as u } from "vue";
2
- import y from "./index125.js";
2
+ import y from "./index124.js";
3
3
  /* empty css */
4
- import z from "./index126.js";
4
+ import z from "./index125.js";
5
5
  /* empty css */
6
6
  const B = {
7
7
  class: "bb-alert__inner-container",
@@ -1,6 +1,6 @@
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 "./index232.js";
3
- import { wait as C } from "./index131.js";
2
+ import { isCssColor as _ } from "./index209.js";
3
+ import { wait as C } from "./index130.js";
4
4
  const w = ["alt", "sizes", "src", "srcset"], B = {
5
5
  key: 1,
6
6
  class: "bb-avatar__fallback"
@@ -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 "./index232.js";
3
- import { isNil as B } from "./index129.js";
2
+ import { isCssColor as r } from "./index209.js";
3
+ import { isNil as B } from "./index128.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: {
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as n, openBlock as r, createElementBlock as t, Fragment as l, renderList as m, createElementVNode as b, renderSlot as d, createVNode as p, mergeProps as u, withCtx as c, createTextVNode as f, toDisplayString as _ } from "vue";
2
- import h from "./index13.js";
2
+ import h from "./index12.js";
3
3
  /* empty css */
4
4
  const B = ["aria-label"], $ = { class: "bb-breadcrumbs__breadcrumb-container" }, k = {
5
5
  "aria-hidden": "true",
package/dist/index6.js CHANGED
@@ -1,80 +1,64 @@
1
- import { ref as u, watch as c, reactive as x, computed as f } from "vue";
2
- import { isNil as l } from "./index129.js";
3
- let r = [];
4
- const i = u(null);
5
- c(
6
- () => i.value,
7
- () => {
8
- typeof i.value == "boolean" && (r.forEach((s) => s()), r = []);
9
- }
10
- );
11
- const o = {
12
- actions: !0,
13
- description: "",
14
- loading: !1,
15
- no: !0,
16
- noText: "",
17
- open: !1,
18
- size: "sm",
19
- text: "",
20
- theme: "default",
21
- title: "",
22
- yes: !0,
23
- yesText: ""
24
- }, d = {
25
- actions: !0,
26
- description: "",
27
- no: !0,
28
- noText: "Annulla",
29
- text: "",
30
- theme: "default",
31
- title: "",
32
- yes: !0,
33
- yesText: "OK"
34
- }, e = x({
35
- ...o
36
- }), m = f(() => [
37
- {
38
- text: e.noText,
39
- handler: () => {
40
- i.value = !1;
41
- }
42
- },
43
- {
44
- text: e.yesText,
45
- handler: () => {
46
- i.value = !0;
47
- }
48
- }
49
- ]), y = () => ({
50
- /**
51
- * The confirm function. It accepts a set of options defining
52
- * the behavior of the modal and returns `Promise<boolean>`
53
- * when the user accepts, declines, or ignores the modal.
54
- */
55
- confirm: (s) => {
56
- i.value = null;
57
- const n = { ...d, ...s }, t = { ...o };
58
- return t.title = n.title, t.text = n.text, n.description && (t.description = n.description), n.noText && (t.noText = n.noText), n.yesText && (t.yesText = n.yesText), n.size && (t.size = n.size), n.theme && (t.theme = n.theme), l(n.yes) || (t.yes = !!n.yes), l(n.no) || (t.no = !!n.no), l(n.actions) || (t.actions = !!n.actions), e.actions = t.actions, e.description = t.description, e.no = t.no, e.noText = t.noText, e.open = !0, e.size = t.size, e.text = t.text, e.theme = t.theme, e.title = t.title, e.yes = t.yes, e.yesText = t.yesText, new Promise((a) => {
59
- r.push(() => a(i.value));
60
- });
61
- },
62
- /**
63
- * Sets the state of the confirm to loading and displays a spinner.
64
- */
65
- setLoading: (s = !0) => {
66
- e.loading = s;
67
- },
68
- /**
69
- * Closes the confirmation modal. It is a manual operation
70
- * so you can update the state while the modal is still open.
71
- */
72
- close: () => (e.description = o.description, e.loading = o.loading, e.noText = o.noText, e.open = o.open, e.text = o.text, e.theme = o.theme, e.title = o.title, e.yesText = o.yesText, i.value = !1, Promise.resolve().then(() => {
73
- i.value = null;
74
- }))
75
- });
1
+ import { getAsPercentage as p } from "./index129.js";
2
+ import { wait as w } from "./index130.js";
3
+ import { ref as c, computed as o, onBeforeUnmount as H } from "vue";
4
+ const Y = ({
5
+ duration: t,
6
+ onStart: f,
7
+ onFinish: i,
8
+ onStop: s
9
+ }) => {
10
+ if (!t)
11
+ throw new Error("You must define a duration for the coundown");
12
+ const e = c(t), u = c(0), M = o(() => p(u.value, t)), m = 100, r = c(!1), n = c(!1);
13
+ let a;
14
+ const I = () => {
15
+ u.value === t || r.value && !n.value || (f && f(), n.value = !1, r.value = !0, a = setInterval(() => {
16
+ e.value = Math.max(e.value - m, 0), u.value = Math.min(u.value + m, t), e.value === 0 && w(0).then(() => {
17
+ clearInterval(a), r.value = !1, s && s(), i && i();
18
+ });
19
+ }, m));
20
+ }, d = () => {
21
+ A(), I();
22
+ }, A = () => {
23
+ a && clearInterval(a), n.value || s && s(), e.value = t, u.value = 0, r.value = !1, n.value = !1;
24
+ }, g = () => {
25
+ a && clearInterval(a), n.value || s && s(), n.value = !0;
26
+ }, y = o(() => {
27
+ const l = Math.trunc(e.value / 864e5), v = Math.trunc((e.value - l * 864e5) / 36e5), h = Math.trunc(
28
+ (e.value - v * 36e5 - l * 864e5) / 6e4
29
+ ), D = Math.trunc(
30
+ (e.value - h * 6e4 - v * 36e5 - l * 864e5) / 1e3
31
+ );
32
+ return {
33
+ days: l,
34
+ hours: v,
35
+ minutes: h,
36
+ seconds: D
37
+ };
38
+ });
39
+ return H(() => clearInterval(a)), {
40
+ /** Elapsed milliseconds since starting the timer */
41
+ elapsed: o(() => u.value),
42
+ /** Remaining milliseconds */
43
+ remaining: o(() => e.value),
44
+ /** Remaining as a formatted object for display */
45
+ remainingFormatted: y,
46
+ /** Percentage of elapsed time against duration */
47
+ progress: M,
48
+ /** Starts the timer */
49
+ start: I,
50
+ /** Reset the timer to intiial state and starts again */
51
+ restart: d,
52
+ /** Pauses the timer */
53
+ pause: g,
54
+ /** Reset the timer to initial state, if the timer is running it is stopped */
55
+ reset: A,
56
+ /** Boolean, is the timer running (paused doesn't change running state) */
57
+ running: r,
58
+ /** Boolean is the timer paused */
59
+ paused: n
60
+ };
61
+ };
76
62
  export {
77
- m as actions,
78
- e as state,
79
- y as useConfirm
63
+ Y as useCountdown
80
64
  };
@@ -1,18 +1,17 @@
1
1
  import { defineComponent as _, ref as f, computed as c, useAttrs as g, toRef as v, openBlock as t, createBlock as a, unref as p, mergeProps as B, withCtx as k, createVNode as C, createCommentVNode as l, createElementVNode as h, normalizeClass as L, renderSlot as S, createTextVNode as V, toDisplayString as x, createElementBlock as F } from "vue";
2
2
  /* empty css */
3
- /* empty css */
4
- import N from "./index13.js";
3
+ import N from "./index12.js";
5
4
  /* empty css */
6
- import r from "./index126.js";
5
+ import r from "./index125.js";
7
6
  /* empty css */
8
- import P from "./index128.js";
7
+ import P from "./index127.js";
9
8
  /* empty css */
10
- import { pickBy as $ } from "./index249.js";
11
- import { noop as A } from "./index250.js";
9
+ import { pickBy as $ } from "./index248.js";
10
+ import { noop as A } from "./index249.js";
12
11
  const T = {
13
12
  key: 2,
14
13
  class: "bb-button__loading-label sr-only"
15
- }, H = /* @__PURE__ */ _({
14
+ }, G = /* @__PURE__ */ _({
16
15
  __name: "BbButton",
17
16
  props: {
18
17
  autoLoading: { type: Boolean },
@@ -109,5 +108,5 @@ const T = {
109
108
  }
110
109
  });
111
110
  export {
112
- H as default
111
+ G as default
113
112
  };
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as c, ref as f, computed as v, openBlock as y, createBlock as k, withCtx as r, renderSlot as n, normalizeProps as w, guardReactiveProps as B, createVNode as V, mergeProps as i } from "vue";
2
- import g from "./index17.js";
2
+ import g from "./index16.js";
3
3
  /* empty css */
4
- import P from "./index27.js";
4
+ import P from "./index26.js";
5
5
  /* empty css */
6
6
  const E = /* @__PURE__ */ c({
7
7
  __name: "BbCheckbox",
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as f, ref as v, computed as g, openBlock as y, createBlock as B, withCtx as a, renderSlot as i, normalizeProps as l, guardReactiveProps as r, createVNode as $, mergeProps as w } from "vue";
2
- import T from "./index19.js";
2
+ import T from "./index18.js";
3
3
  /* empty css */
4
- import V from "./index27.js";
4
+ import V from "./index26.js";
5
5
  /* empty css */
6
6
  const E = /* @__PURE__ */ f({
7
7
  __name: "BbCheckboxGroup",
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as c, ref as h, computed as b, openBlock as f, createBlock as y, withCtx as r, renderSlot as n, normalizeProps as v, guardReactiveProps as B, createVNode as w, mergeProps as g } from "vue";
2
- import $ from "./index27.js";
2
+ import $ from "./index26.js";
3
3
  /* empty css */
4
- import k from "./index15.js";
4
+ import k from "./index14.js";
5
5
  /* empty css */
6
6
  const E = /* @__PURE__ */ c({
7
7
  __name: "BbColorInput",
@@ -1,10 +1,10 @@
1
1
  import { defineComponent as k, computed as _, openBlock as n, createBlock as l, unref as e, createSlots as h, withCtx as s, createElementBlock as f, toDisplayString as c, createCommentVNode as m, renderSlot as d, createElementVNode as g, createVNode as C, renderList as $, normalizeProps as x, guardReactiveProps as V, mergeProps as z, createTextVNode as u } from "vue";
2
- import { actions as p, state as o } from "./index6.js";
3
- import A from "./index25.js";
2
+ import { actions as p, state as o } from "./index5.js";
3
+ import A from "./index24.js";
4
4
  /* empty css */
5
- import B from "./index128.js";
5
+ import B from "./index127.js";
6
6
  /* empty css */
7
- import v from "./index61.js";
7
+ import v from "./index60.js";
8
8
  /* empty css */
9
9
  const N = {
10
10
  key: 0,
package/dist/index7.js CHANGED
@@ -1,64 +1,14 @@
1
- import { getAsPercentage as p } from "./index130.js";
2
- import { wait as w } from "./index131.js";
3
- import { ref as c, computed as o, onBeforeUnmount as H } from "vue";
4
- const Y = ({
5
- duration: t,
6
- onStart: f,
7
- onFinish: i,
8
- onStop: s
9
- }) => {
10
- if (!t)
11
- throw new Error("You must define a duration for the coundown");
12
- const e = c(t), u = c(0), M = o(() => p(u.value, t)), m = 100, r = c(!1), n = c(!1);
13
- let a;
14
- const I = () => {
15
- u.value === t || r.value && !n.value || (f && f(), n.value = !1, r.value = !0, a = setInterval(() => {
16
- e.value = Math.max(e.value - m, 0), u.value = Math.min(u.value + m, t), e.value === 0 && w(0).then(() => {
17
- clearInterval(a), r.value = !1, s && s(), i && i();
18
- });
19
- }, m));
20
- }, d = () => {
21
- A(), I();
22
- }, A = () => {
23
- a && clearInterval(a), n.value || s && s(), e.value = t, u.value = 0, r.value = !1, n.value = !1;
24
- }, g = () => {
25
- a && clearInterval(a), n.value || s && s(), n.value = !0;
26
- }, y = o(() => {
27
- const l = Math.trunc(e.value / 864e5), v = Math.trunc((e.value - l * 864e5) / 36e5), h = Math.trunc(
28
- (e.value - v * 36e5 - l * 864e5) / 6e4
29
- ), D = Math.trunc(
30
- (e.value - h * 6e4 - v * 36e5 - l * 864e5) / 1e3
31
- );
32
- return {
33
- days: l,
34
- hours: v,
35
- minutes: h,
36
- seconds: D
37
- };
38
- });
39
- return H(() => clearInterval(a)), {
40
- /** Elapsed milliseconds since starting the timer */
41
- elapsed: o(() => u.value),
42
- /** Remaining milliseconds */
43
- remaining: o(() => e.value),
44
- /** Remaining as a formatted object for display */
45
- remainingFormatted: y,
46
- /** Percentage of elapsed time against duration */
47
- progress: M,
48
- /** Starts the timer */
49
- start: I,
50
- /** Reset the timer to intiial state and starts again */
51
- restart: d,
52
- /** Pauses the timer */
53
- pause: g,
54
- /** Reset the timer to initial state, if the timer is running it is stopped */
55
- reset: A,
56
- /** Boolean, is the timer running (paused doesn't change running state) */
57
- running: r,
58
- /** Boolean is the timer paused */
59
- paused: n
1
+ import { ref as s, useId as t } from "vue";
2
+ const r = () => "bb-ui-" + t(), n = () => {
3
+ const e = s(r());
4
+ return {
5
+ /**
6
+ * The generated id
7
+ */
8
+ id: e,
9
+ refresh: () => e.value = r()
60
10
  };
61
11
  };
62
12
  export {
63
- Y as useCountdown
13
+ n as useId
64
14
  };
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as m, ref as u, computed as c, openBlock as h, createBlock as f, withCtx as l, renderSlot as b, normalizeProps as v, guardReactiveProps as y, createVNode as w, mergeProps as g } from "vue";
2
- import B from "./index23.js";
2
+ import B from "./index22.js";
3
3
  /* empty css */
4
- import k from "./index27.js";
4
+ import k from "./index26.js";
5
5
  /* empty css */
6
6
  const E = /* @__PURE__ */ m({
7
7
  __name: "BbDatePickerInput",
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as d, computed as u, openBlock as m, createBlock as f, mergeProps as y, withCtx as l, renderSlot as t, normalizeProps as a, guardReactiveProps as r } from "vue";
2
- import $ from "./index25.js";
2
+ import $ from "./index24.js";
3
3
  /* empty css */
4
4
  const b = /* @__PURE__ */ d({
5
5
  __name: "BbDialog",
@@ -1,14 +1,14 @@
1
1
  import { defineComponent as X, computed as A, ref as y, openBlock as h, createElementBlock as T, mergeProps as B, createElementVNode as H, renderSlot as w, normalizeProps as Y, guardReactiveProps as Z, unref as $, 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 "./index251.js";
3
- import { useId as ne } from "./index8.js";
4
- import { wait as oe } from "./index131.js";
5
- import { useIntersectionObserver as ae } from "./index132.js";
6
- import le from "./index13.js";
2
+ import { findRightIndex as I } from "./index253.js";
3
+ import { useId as ne } from "./index7.js";
4
+ import { wait as oe } from "./index130.js";
5
+ import { useIntersectionObserver as ae } from "./index131.js";
6
+ import le from "./index12.js";
7
7
  /* empty css */
8
- import V from "./index252.js";
9
- import se from "./index253.js";
8
+ import V from "./index254.js";
9
+ import se from "./index255.js";
10
10
  /* empty css */
11
- import j from "./index126.js";
11
+ import j from "./index125.js";
12
12
  /* empty css */
13
13
  const ie = { class: "item__content" }, ke = /* @__PURE__ */ X({
14
14
  __name: "BbDropdown",