bitboss-ui 2.0.92 → 2.0.94

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 (254) hide show
  1. package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +1 -1
  2. package/dist/components/BaseDialog/BaseDialog.vue.d.ts +2 -2
  3. package/dist/components/BbDropdown/BbDropdown.vue.d.ts +1 -1
  4. package/dist/components/BbOffCanvas/BbOffCanvas.vue.d.ts +2 -2
  5. package/dist/components/BbRows/BbRows.vue.d.ts +105 -0
  6. package/dist/components/BbTable/BbTable.vue.d.ts +2 -2
  7. package/dist/components/BbTable/types.d.ts +10 -8
  8. package/dist/index.d.ts +1 -0
  9. package/dist/index.js +35 -33
  10. package/dist/index100.js +97 -172
  11. package/dist/index101.js +179 -0
  12. package/dist/{index108.js → index109.js} +5 -5
  13. package/dist/index11.js +1 -1
  14. package/dist/{index110.js → index111.js} +35 -35
  15. package/dist/{index118.js → index119.js} +2 -2
  16. package/dist/index12.js +6 -6
  17. package/dist/{index120.js → index121.js} +6 -6
  18. package/dist/{index122.js → index123.js} +1 -1
  19. package/dist/index125.js +35 -39
  20. package/dist/index126.js +39 -46
  21. package/dist/index127.js +46 -42
  22. package/dist/index128.js +43 -31
  23. package/dist/index129.js +35 -2
  24. package/dist/index13.js +1 -1
  25. package/dist/index130.js +2 -21
  26. package/dist/index131.js +21 -2
  27. package/dist/index132.js +2 -340
  28. package/dist/index133.js +337 -22
  29. package/dist/index134.js +25 -2
  30. package/dist/index135.js +2 -5
  31. package/dist/index136.js +5 -9
  32. package/dist/index137.js +8 -5
  33. package/dist/index138.js +6 -3
  34. package/dist/index139.js +1 -1
  35. package/dist/index140.js +1 -1
  36. package/dist/index141.js +1 -1
  37. package/dist/index142.js +1 -1
  38. package/dist/index143.js +1 -1
  39. package/dist/index144.js +1 -1
  40. package/dist/index145.js +1 -1
  41. package/dist/index146.js +1 -1
  42. package/dist/index147.js +1 -1
  43. package/dist/index148.js +1 -1
  44. package/dist/index149.js +1 -1
  45. package/dist/index15.js +4 -4
  46. package/dist/index150.js +1 -1
  47. package/dist/index151.js +1 -1
  48. package/dist/index152.js +1 -1
  49. package/dist/index153.js +1 -1
  50. package/dist/index154.js +1 -1
  51. package/dist/index155.js +1 -1
  52. package/dist/index156.js +1 -1
  53. package/dist/index157.js +1 -1
  54. package/dist/index158.js +1 -1
  55. package/dist/index159.js +1 -1
  56. package/dist/index160.js +1 -1
  57. package/dist/index161.js +1 -1
  58. package/dist/index162.js +1 -1
  59. package/dist/index163.js +1 -1
  60. package/dist/index164.js +1 -1
  61. package/dist/index165.js +2 -2
  62. package/dist/{index195.js → index168.js} +1 -1
  63. package/dist/index17.js +3 -3
  64. package/dist/index170.js +1 -1
  65. package/dist/index171.js +1 -1
  66. package/dist/index172.js +1 -1
  67. package/dist/index173.js +1 -1
  68. package/dist/index174.js +1 -1
  69. package/dist/index175.js +1 -1
  70. package/dist/index176.js +2 -2
  71. package/dist/index177.js +5 -0
  72. package/dist/index179.js +2 -3
  73. package/dist/index180.js +1 -1
  74. package/dist/index181.js +1 -1
  75. package/dist/index182.js +1 -1
  76. package/dist/index183.js +1 -1
  77. package/dist/index184.js +1 -1
  78. package/dist/index185.js +1 -1
  79. package/dist/index186.js +1 -1
  80. package/dist/index187.js +1 -1
  81. package/dist/index188.js +2 -2
  82. package/dist/index189.js +2 -3
  83. package/dist/index19.js +2 -2
  84. package/dist/index190.js +1 -1
  85. package/dist/index191.js +5 -0
  86. package/dist/index194.js +1 -1
  87. package/dist/index196.js +1 -1
  88. package/dist/index197.js +1 -1
  89. package/dist/index198.js +1 -1
  90. package/dist/index199.js +1 -1
  91. package/dist/index200.js +1 -1
  92. package/dist/index201.js +1 -1
  93. package/dist/index202.js +1 -1
  94. package/dist/index203.js +1 -1
  95. package/dist/index204.js +3 -81
  96. package/dist/index205.js +3 -2
  97. package/dist/index206.js +80 -52
  98. package/dist/index207.js +4 -0
  99. package/dist/index208.js +126 -13
  100. package/dist/index209.js +5 -20
  101. package/dist/index21.js +14 -14
  102. package/dist/index210.js +125 -4
  103. package/dist/index211.js +17 -124
  104. package/dist/index212.js +16 -5
  105. package/dist/index213.js +13 -122
  106. package/dist/index214.js +2 -19
  107. package/dist/index215.js +2 -16
  108. package/dist/index216.js +40 -15
  109. package/dist/index217.js +20 -2
  110. package/dist/index218.js +6 -2
  111. package/dist/index219.js +53 -41
  112. package/dist/index221.js +12 -4
  113. package/dist/index222.js +5 -12
  114. package/dist/index223.js +12 -369
  115. package/dist/index224.js +367 -17
  116. package/dist/index225.js +3 -27
  117. package/dist/index226.js +4 -3
  118. package/dist/index227.js +19 -8
  119. package/dist/index228.js +25 -247
  120. package/dist/index229.js +3 -52
  121. package/dist/index23.js +18 -18
  122. package/dist/index230.js +6 -42
  123. package/dist/index231.js +249 -5
  124. package/dist/index232.js +43 -51
  125. package/dist/index233.js +43 -163
  126. package/dist/index234.js +5 -84
  127. package/dist/index235.js +62 -0
  128. package/dist/index236.js +164 -3
  129. package/dist/index237.js +84 -7
  130. package/dist/index239.js +2 -4
  131. package/dist/index240.js +4 -2
  132. package/dist/index241.js +2 -3
  133. package/dist/index242.js +3 -2
  134. package/dist/index243.js +7 -2
  135. package/dist/index244.js +2 -18
  136. package/dist/index245.js +17 -105
  137. package/dist/index246.js +108 -0
  138. package/dist/{index247.js → index248.js} +2 -2
  139. package/dist/index25.js +109 -106
  140. package/dist/index250.js +2 -3
  141. package/dist/index251.js +10 -6
  142. package/dist/index252.js +3 -16
  143. package/dist/index253.js +224 -9
  144. package/dist/index254.js +281 -23
  145. package/dist/index255.js +6 -89
  146. package/dist/index256.js +4 -0
  147. package/dist/index257.js +2 -3
  148. package/dist/index259.js +2 -7
  149. package/dist/index260.js +2 -176
  150. package/dist/index261.js +125 -280
  151. package/dist/index262.js +430 -5
  152. package/dist/index263.js +176 -2
  153. package/dist/index264.js +3 -2
  154. package/dist/index266.js +7 -2
  155. package/dist/index267.js +22 -2
  156. package/dist/index269.js +1 -1
  157. package/dist/index27.js +4 -4
  158. package/dist/index270.js +5 -1
  159. package/dist/index271.js +16 -2
  160. package/dist/index272.js +9 -2
  161. package/dist/index273.js +23 -28
  162. package/dist/index274.js +83 -16
  163. package/dist/index276.js +9 -2
  164. package/dist/index277.js +2 -126
  165. package/dist/index278.js +2 -431
  166. package/dist/index279.js +1 -21
  167. package/dist/index280.js +4 -0
  168. package/dist/index281.js +1 -1
  169. package/dist/index282.js +2 -9
  170. package/dist/index283.js +28 -3
  171. package/dist/index284.js +22 -12
  172. package/dist/index286.js +436 -9
  173. package/dist/index287.js +126 -16
  174. package/dist/index288.js +200 -4
  175. package/dist/index289.js +3 -200
  176. package/dist/index29.js +3 -3
  177. package/dist/index290.js +11 -435
  178. package/dist/index291.js +7 -125
  179. package/dist/index292.js +9 -4
  180. package/dist/index293.js +17 -224
  181. package/dist/index294.js +3 -88
  182. package/dist/index295.js +8 -3
  183. package/dist/index296.js +4 -3
  184. package/dist/index297.js +88 -210
  185. package/dist/index298.js +3 -2
  186. package/dist/index299.js +3 -3
  187. package/dist/index300.js +211 -3
  188. package/dist/index301.js +64 -56
  189. package/dist/index302.js +2 -3
  190. package/dist/index303.js +5 -7
  191. package/dist/index304.js +4 -18
  192. package/dist/index305.js +7 -6
  193. package/dist/index306.js +3 -66
  194. package/dist/index307.js +3 -5
  195. package/dist/index308.js +57 -32
  196. package/dist/index309.js +3 -4
  197. package/dist/index31.js +2 -2
  198. package/dist/index310.js +3 -8
  199. package/dist/index311.js +6 -3
  200. package/dist/index312.js +18 -10
  201. package/dist/index313.js +32 -46
  202. package/dist/index314.js +7 -2
  203. package/dist/index315.js +13 -0
  204. package/dist/index316.js +47 -480
  205. package/dist/index317.js +2 -424
  206. package/dist/index319.js +480 -2
  207. package/dist/index320.js +426 -0
  208. package/dist/index33.js +2 -2
  209. package/dist/index35.js +4 -4
  210. package/dist/index37.js +18 -18
  211. package/dist/index39.js +7 -7
  212. package/dist/index41.js +2 -2
  213. package/dist/index43.js +2 -2
  214. package/dist/index45.js +8 -8
  215. package/dist/index47.js +3 -3
  216. package/dist/index49.js +2 -2
  217. package/dist/index51.js +1 -1
  218. package/dist/index53.js +2 -2
  219. package/dist/index55.js +2 -2
  220. package/dist/index57.js +2 -2
  221. package/dist/index6.js +1 -1
  222. package/dist/index61.js +4 -4
  223. package/dist/index69.js +1 -1
  224. package/dist/index7.js +2 -2
  225. package/dist/index73.js +3 -3
  226. package/dist/index75.js +6 -6
  227. package/dist/index77.js +2 -2
  228. package/dist/index79.js +3 -3
  229. package/dist/index81.js +1 -1
  230. package/dist/index84.js +75 -72
  231. package/dist/index86.js +1 -1
  232. package/dist/index88.js +5 -5
  233. package/dist/index9.js +1 -1
  234. package/dist/index90.js +2 -2
  235. package/dist/style.css +1 -1
  236. package/dist/utilities/functions/indexBy.d.ts +1 -1
  237. package/package.json +2 -2
  238. package/dist/index124.js +0 -42
  239. package/dist/index169.js +0 -5
  240. package/dist/index178.js +0 -4
  241. package/dist/index220.js +0 -8
  242. package/dist/index238.js +0 -4
  243. package/dist/index249.js +0 -12
  244. package/dist/index285.js +0 -11
  245. /package/dist/{index102.js → index103.js} +0 -0
  246. /package/dist/{index104.js → index105.js} +0 -0
  247. /package/dist/{index106.js → index107.js} +0 -0
  248. /package/dist/{index112.js → index113.js} +0 -0
  249. /package/dist/{index114.js → index115.js} +0 -0
  250. /package/dist/{index116.js → index117.js} +0 -0
  251. /package/dist/{index167.js → index166.js} +0 -0
  252. /package/dist/{index265.js → index258.js} +0 -0
  253. /package/dist/{index318.js → index321.js} +0 -0
  254. /package/dist/{index268.js → index322.js} +0 -0
package/dist/index61.js CHANGED
@@ -3,12 +3,12 @@ import { defineComponent as _, ref as f, computed as c, useAttrs as g, toRef as
3
3
  /* empty css */
4
4
  import N from "./index13.js";
5
5
  /* empty css */
6
- import r from "./index126.js";
6
+ import r from "./index127.js";
7
7
  /* empty css */
8
- import P from "./index128.js";
8
+ import P from "./index129.js";
9
9
  /* empty css */
10
- import { pickBy as $ } from "./index249.js";
11
- import { noop as A } from "./index250.js";
10
+ import { pickBy as $ } from "./index251.js";
11
+ import { noop as A } from "./index252.js";
12
12
  const T = {
13
13
  key: 2,
14
14
  class: "bb-button__loading-label sr-only"
package/dist/index69.js CHANGED
@@ -2,7 +2,7 @@ import { defineComponent as k, computed as _, openBlock as n, createBlock as l,
2
2
  import { actions as p, state as o } from "./index6.js";
3
3
  import A from "./index25.js";
4
4
  /* empty css */
5
- import B from "./index128.js";
5
+ import B from "./index129.js";
6
6
  /* empty css */
7
7
  import v from "./index61.js";
8
8
  /* empty css */
package/dist/index7.js CHANGED
@@ -1,5 +1,5 @@
1
- import { getAsPercentage as p } from "./index130.js";
2
- import { wait as w } from "./index131.js";
1
+ import { getAsPercentage as p } from "./index131.js";
2
+ import { wait as w } from "./index132.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/index73.js CHANGED
@@ -1,7 +1,7 @@
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
2
  import $ from "./index25.js";
3
3
  /* empty css */
4
- const b = /* @__PURE__ */ d({
4
+ const g = /* @__PURE__ */ d({
5
5
  __name: "BbDialog",
6
6
  props: {
7
7
  closeLabel: {},
@@ -18,7 +18,7 @@ const b = /* @__PURE__ */ d({
18
18
  size: {},
19
19
  description: {},
20
20
  focusTarget: {},
21
- fullscreen: { type: Boolean },
21
+ fullscreen: { type: [Boolean, String] },
22
22
  modelValue: { type: [Boolean, null] }
23
23
  },
24
24
  emits: ["shown", "hidden", "update:modelValue"],
@@ -56,5 +56,5 @@ const b = /* @__PURE__ */ d({
56
56
  }
57
57
  });
58
58
  export {
59
- b as default
59
+ g as default
60
60
  };
package/dist/index75.js CHANGED
@@ -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 "./index253.js";
2
+ import { findRightIndex as I } from "./index272.js";
3
3
  import { useId as ne } from "./index8.js";
4
- import { wait as oe } from "./index131.js";
5
- import { useIntersectionObserver as ae } from "./index132.js";
4
+ import { wait as oe } from "./index132.js";
5
+ import { useIntersectionObserver as ae } from "./index133.js";
6
6
  import le from "./index13.js";
7
7
  /* empty css */
8
- import V from "./index254.js";
9
- import se from "./index255.js";
8
+ import V from "./index273.js";
9
+ import se from "./index274.js";
10
10
  /* empty css */
11
- import j from "./index126.js";
11
+ import j from "./index127.js";
12
12
  /* empty css */
13
13
  const ie = { class: "item__content" }, ke = /* @__PURE__ */ X({
14
14
  __name: "BbDropdown",
package/dist/index77.js CHANGED
@@ -5,9 +5,9 @@ import M from "./index75.js";
5
5
  /* empty css */
6
6
  /* empty css */
7
7
  /* empty css */
8
- import N from "./index126.js";
8
+ import N from "./index127.js";
9
9
  /* empty css */
10
- import R from "./index128.js";
10
+ import R from "./index129.js";
11
11
  /* empty css */
12
12
  const Z = { class: "bb-dropdown-button__content" }, j = {
13
13
  key: 1,
package/dist/index79.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as j, ref as g, watch as x, computed as m, openBlock as V, createBlock as G, resolveDynamicComponent as K, normalizeClass as O, withCtx as M, createElementVNode as c, withModifiers as y, renderSlot as U, normalizeProps as Y, guardReactiveProps as Z, createTextVNode as J, unref as Q, createVNode as W, createElementBlock as F, Fragment as X, renderList as ee, toDisplayString as te } from "vue";
2
- import { findInTree as ae } from "./index252.js";
2
+ import { findInTree as ae } from "./index271.js";
3
3
  import { useId as re } from "./index8.js";
4
- import oe from "./index127.js";
4
+ import oe from "./index128.js";
5
5
  /* empty css */
6
6
  const le = ["accept", "autofocus", "disabled", "multiple"], se = { class: "bb-dropzone__submittable-label" }, ne = ["id", "disabled", "multiple", "name"], ie = { class: "bb-dropzone__errors" }, fe = /* @__PURE__ */ j({
7
7
  __name: "BbDropzone",
@@ -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("./index251.js")).default);
56
+ b || (b = (await import("./index270.js")).default);
57
57
  const o = b.getType(r);
58
58
  if (!o)
59
59
  throw new Error(
package/dist/index81.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as h, ref as t, onMounted as m, onBeforeUnmount as p, openBlock as g, createBlock as b, resolveDynamicComponent as w, withCtx as _, renderSlot as I } from "vue";
2
- import { throttle as c } from "./index236.js";
2
+ import { throttle as c } from "./index242.js";
3
3
  const M = /* @__PURE__ */ h({
4
4
  __name: "BbIntersection",
5
5
  props: {
package/dist/index84.js CHANGED
@@ -1,10 +1,11 @@
1
- import { defineComponent as te, ref as l, useAttrs as oe, getCurrentInstance as le, computed as p, nextTick as se, onBeforeUnmount as N, onMounted as ae, watch as ne, openBlock as g, createBlock as ie, withCtx as re, createElementVNode as s, mergeProps as O, createElementBlock as V, renderSlot as n, createTextVNode as ue, toDisplayString as S, createCommentVNode as z } from "vue";
2
- import { useFocusTrap as ce } from "./index219.js";
3
- import { useId as A } from "./index8.js";
4
- import { wait as E } from "./index131.js";
5
- import { useModalsState as b } from "./index237.js";
6
- import de from "./index222.js";
7
- const fe = ["inert"], ve = { class: "bb-offcanvas-close" }, pe = ["aria-label"], ke = /* @__PURE__ */ te({
1
+ import { defineComponent as le, ref as l, useAttrs as se, computed as u, getCurrentInstance as ae, nextTick as ne, onBeforeUnmount as O, onMounted as ie, watch as re, openBlock as g, createBlock as ue, withCtx as ce, createElementVNode as s, mergeProps as S, createElementBlock as z, renderSlot as n, createTextVNode as de, toDisplayString as A, createCommentVNode as $ } from "vue";
2
+ import { useFocusTrap as fe } from "./index216.js";
3
+ import { useId as E } from "./index8.js";
4
+ import { wait as H } from "./index132.js";
5
+ import { useModalsState as b } from "./index243.js";
6
+ import ve from "./index223.js";
7
+ import { useMobile as pe } from "./index9.js";
8
+ const be = ["inert"], me = { class: "bb-offcanvas-close" }, ye = ["aria-label"], Ve = /* @__PURE__ */ le({
8
9
  __name: "BbOffCanvas",
9
10
  props: {
10
11
  closeLabel: { default: "Chiudi" },
@@ -21,82 +22,84 @@ const fe = ["inert"], ve = { class: "bb-offcanvas-close" }, pe = ["aria-label"],
21
22
  size: { default: "sm" },
22
23
  description: {},
23
24
  focusTarget: {},
24
- fullscreen: { type: Boolean },
25
+ fullscreen: { type: [Boolean, String] },
25
26
  modelValue: { type: [Boolean, null] },
26
27
  direction: { default: "left" }
27
28
  },
28
29
  emits: ["shown", "hidden", "update:modelValue"],
29
- setup(H, { emit: I }) {
30
- var x, L;
31
- const e = H, u = I, _ = `title_${A().id.value}`, k = `description_${A().id.value}`, c = l(null), $ = l(null), W = l(null), F = l(null), R = l(null), K = l(null), P = oe(), T = !!((L = (x = le()) == null ? void 0 : x.proxy) != null && L.$nuxt), d = l(0), U = p(() => {
30
+ setup(I, { emit: W }) {
31
+ var L, N;
32
+ const e = I, c = W, _ = `title_${E().id.value}`, k = `description_${E().id.value}`, { isMobile: F } = pe(), d = l(null), M = l(null), R = l(null), K = l(null), P = l(null), U = l(null), j = se(), C = u(
33
+ () => e.fullscreen === !0 || e.fullscreen === "mobile" && F.value
34
+ ), T = !!((N = (L = ae()) == null ? void 0 : L.proxy) != null && N.$nuxt), f = l(0), q = u(() => {
32
35
  const { openedModals: t } = b();
33
- return !t.value || t.value === d.value;
34
- }), { activate: j, deactivate: q } = ce($, {
36
+ return !t.value || t.value === f.value;
37
+ }), { activate: G, deactivate: J } = fe(M, {
35
38
  initialFocus: e.focusTarget ?? void 0,
36
- clickOutsideDeactivates: (t) => t.target === c.value,
39
+ clickOutsideDeactivates: (t) => t.target === d.value,
37
40
  allowOutsideClick: !0,
38
41
  /* On esc deactivate the trap, return focus and then close the modal */
39
- escapeDeactivates: () => (se(() => {
40
- u("update:modelValue", !1);
42
+ escapeDeactivates: () => (ne(() => {
43
+ c("update:modelValue", !1);
41
44
  }), !0)
42
- }), G = p(() => e.closeLabel), C = l(!1), f = l(!1), m = l(!0), v = l(!1), i = l(e.eager || e.modelValue), D = l(null), J = p(() => f.value || v.value), Q = () => {
45
+ }), Q = u(() => e.closeLabel), w = l(!1), v = l(!1), m = l(!0), p = l(!1), i = l(e.eager || e.modelValue), D = l(null), X = u(() => v.value || p.value), Y = () => {
43
46
  if (!globalThis.document) return;
44
47
  const t = window.innerWidth - document.documentElement.clientWidth;
45
48
  document.body.style.overflow = "hidden", document.body.style.paddingRight = `${t}px`;
46
- }, w = () => {
49
+ }, B = () => {
47
50
  globalThis.document && (document.body.style.overflow = "auto", document.body.style.paddingRight = "0px");
48
51
  };
49
- N(() => {
52
+ O(() => {
50
53
  if (e.modelValue) {
51
54
  const { openedModals: t, modalHasClosed: o } = b();
52
- t.value && (o(), d.value = 0, w());
55
+ t.value && (o(), f.value = 0, B());
53
56
  }
54
- }), ae(() => {
55
- !e.modelValue && !i.value || T && !globalThis.document || M();
56
- }), N(() => {
57
+ }), ie(() => {
58
+ !e.modelValue && !i.value || T && !globalThis.document || x();
59
+ }), O(() => {
57
60
  if (e.modelValue) {
58
61
  const { openedModals: t, modalHasClosed: o } = b();
59
- t.value && (o(), d.value = 0, w());
62
+ t.value && (o(), f.value = 0, B());
60
63
  }
61
- }), ne(
64
+ }), re(
62
65
  () => e.modelValue,
63
66
  () => {
64
- !e.modelValue && !i.value || T && !globalThis.document || M();
67
+ !e.modelValue && !i.value || T && !globalThis.document || x();
65
68
  },
66
69
  { flush: "post" }
67
70
  );
68
- const M = async () => {
71
+ const x = async () => {
69
72
  if (e.modelValue) {
70
- i.value || (i.value = !0), m.value = !1, v.value = !1, f.value = !0;
73
+ i.value || (i.value = !0), m.value = !1, p.value = !1, v.value = !0;
71
74
  const { modalHasOpened: t, openedModals: o } = b();
72
- t(), d.value = o.value, Q(), await E(e.transitionDuration), f.value = !1, C.value = !0, u("shown"), j();
75
+ t(), f.value = o.value, Y(), await H(e.transitionDuration), v.value = !1, w.value = !0, c("shown"), G();
73
76
  } else {
74
- q(), f.value = !1, C.value = !1, v.value = !0;
77
+ J(), v.value = !1, w.value = !1, p.value = !0;
75
78
  const { modalHasClosed: t, openedModals: o } = b();
76
- t(), d.value = 0, o.value || w(), await E(e.transitionDuration), v.value = !1, m.value = !0, u("hidden"), D.value instanceof HTMLElement && D.value.focus();
79
+ t(), f.value = 0, o.value || B(), await H(e.transitionDuration), p.value = !1, m.value = !0, c("hidden"), D.value instanceof HTMLElement && D.value.focus();
77
80
  }
78
81
  }, y = (t) => {
79
- t.target === c.value && t.preventDefault();
80
- }, X = (t) => {
81
- e.disabled || J.value || c.value && t.target === c.value && (e.persistent || u("update:modelValue", !1));
82
- }, B = () => {
83
- e.disabled || u("update:modelValue", !1);
84
- }, Y = p(() => {
82
+ t.target === d.value && t.preventDefault();
83
+ }, Z = (t) => {
84
+ e.disabled || X.value || d.value && t.target === d.value && (e.persistent || c("update:modelValue", !1));
85
+ }, V = () => {
86
+ e.disabled || c("update:modelValue", !1);
87
+ }, ee = u(() => {
85
88
  const t = [
86
89
  {
87
90
  "bb-offcanvas bb-offcanvas__overlay": !0,
88
- "bb-offcanvas--fullscreen": e.fullscreen,
89
- "bb-offcanvas--faded": !U.value,
90
- "bb-offcanvas--open": C.value,
91
- "bb-offcanvas--opening": f.value,
91
+ "bb-offcanvas--fullscreen": C.value,
92
+ "bb-offcanvas--faded": !q.value,
93
+ "bb-offcanvas--open": w.value,
94
+ "bb-offcanvas--opening": v.value,
92
95
  "bb-offcanvas--closed": m.value,
93
- "bb-offcanvas--closing": v.value,
96
+ "bb-offcanvas--closing": p.value,
94
97
  [`bb-offcanvas--transition-${e.transition}`]: !0,
95
98
  [`bb-offcanvas--${e.direction}`]: !0
96
99
  },
97
100
  e.overlayClasses
98
101
  ].flat(), o = {
99
- onClick: X,
102
+ onClick: Z,
100
103
  onScroll: y,
101
104
  onTouchmove: y,
102
105
  onWheel: y,
@@ -108,9 +111,9 @@ const fe = ["inert"], ve = { class: "bb-offcanvas-close" }, pe = ["aria-label"],
108
111
  class: t,
109
112
  style: a,
110
113
  ...o,
111
- ...P
114
+ ...j
112
115
  };
113
- }), Z = p(() => {
116
+ }), te = u(() => {
114
117
  const t = [
115
118
  {
116
119
  "bb-offcanvas__panel": !0,
@@ -128,43 +131,43 @@ const fe = ["inert"], ve = { class: "bb-offcanvas-close" }, pe = ["aria-label"],
128
131
  md: 652,
129
132
  lg: 896
130
133
  };
131
- e.direction === "left" || e.direction === "right" ? e.fullscreen ? a = "100%" : typeof e.size == "number" ? a = e.size + "px" : e.size in h ? a = h[e.size] + "px" : a = e.size + "px" : e.fullscreen ? r = "100%" : typeof e.size == "number" ? r = e.size + "px" : e.size in h ? r = h[e.size] + "px" : Number.isNaN(Number(e.size)) ? e.size === "auto" && (r = "auto") : r = e.size + "px";
132
- const ee = {
134
+ e.direction === "left" || e.direction === "right" ? C.value ? a = "100%" : typeof e.size == "number" ? a = e.size + "px" : e.size in h ? a = h[e.size] + "px" : a = e.size + "px" : C.value ? r = "100%" : typeof e.size == "number" ? r = e.size + "px" : e.size in h ? r = h[e.size] + "px" : Number.isNaN(Number(e.size)) ? e.size === "auto" && (r = "auto") : r = e.size + "px";
135
+ const oe = {
133
136
  maxWidth: a,
134
137
  height: r,
135
138
  transitionDuration: e.transitionDuration / 1e3 + "s"
136
139
  };
137
140
  return {
138
141
  class: t,
139
- style: ee,
142
+ style: oe,
140
143
  ...o
141
144
  };
142
145
  });
143
- return (t, o) => (g(), ie(de, null, {
144
- default: re(() => [
145
- s("div", O(Y.value, {
146
+ return (t, o) => (g(), ue(ve, null, {
147
+ default: ce(() => [
148
+ s("div", S(ee.value, {
146
149
  ref_key: "overlay",
147
- ref: c,
150
+ ref: d,
148
151
  inert: m.value
149
152
  }), [
150
- s("div", O(Z.value, {
153
+ s("div", S(te.value, {
151
154
  ref_key: "panel",
152
- ref: $
155
+ ref: M
153
156
  }), [
154
- i.value ? (g(), V("div", {
157
+ i.value ? (g(), z("div", {
155
158
  key: 0,
156
159
  ref_key: "content",
157
- ref: W,
160
+ ref: R,
158
161
  class: "bb-offcanvas__content"
159
162
  }, [
160
- n(t.$slots, "content", { close: B }, () => [
163
+ n(t.$slots, "content", { close: V }, () => [
161
164
  s("div", {
162
165
  ref_key: "header",
163
- ref: F,
166
+ ref: K,
164
167
  class: "bb-offcanvas__header"
165
168
  }, [
166
169
  n(t.$slots, "header", {
167
- close: B,
170
+ close: V,
168
171
  title: t.title,
169
172
  titleId: _
170
173
  }, () => [
@@ -173,15 +176,15 @@ const fe = ["inert"], ve = { class: "bb-offcanvas-close" }, pe = ["aria-label"],
173
176
  class: "bb-offcanvas__title"
174
177
  }, [
175
178
  n(t.$slots, "title", { text: t.title }, () => [
176
- ue(S(t.title), 1)
179
+ de(A(t.title), 1)
177
180
  ])
178
181
  ]),
179
- s("span", ve, [
180
- t.showClose ? (g(), V("button", {
182
+ s("span", me, [
183
+ t.showClose ? (g(), z("button", {
181
184
  key: 0,
182
- "aria-label": G.value,
185
+ "aria-label": Q.value,
183
186
  type: "button",
184
- onClick: B
187
+ onClick: V
185
188
  }, [
186
189
  n(t.$slots, "close", {}, () => [
187
190
  o[0] || (o[0] = s("span", { class: "bb-offcanvas-close__icon" }, [
@@ -200,44 +203,44 @@ const fe = ["inert"], ve = { class: "bb-offcanvas-close" }, pe = ["aria-label"],
200
203
  ])
201
204
  ], -1))
202
205
  ])
203
- ], 8, pe)) : z("", !0)
206
+ ], 8, ye)) : $("", !0)
204
207
  ])
205
208
  ])
206
209
  ], 512),
207
210
  s("div", {
208
211
  ref_key: "body",
209
- ref: R,
212
+ ref: P,
210
213
  class: "bb-offcanvas__body scrollbar-border"
211
214
  }, [
212
215
  n(t.$slots, "description", {
213
216
  descriptionId: k,
214
217
  text: t.description
215
218
  }, () => [
216
- t.description ? (g(), V("div", {
219
+ t.description ? (g(), z("div", {
217
220
  key: 0,
218
221
  id: k,
219
222
  class: "bb-offcanvas__description sr-only"
220
- }, S(t.description), 1)) : z("", !0)
223
+ }, A(t.description), 1)) : $("", !0)
221
224
  ]),
222
225
  n(t.$slots, "default")
223
226
  ], 512),
224
227
  o[1] || (o[1] = s("div", { style: { flex: "10000 10000 0%" } }, null, -1)),
225
228
  s("div", {
226
229
  ref_key: "footer",
227
- ref: K,
230
+ ref: U,
228
231
  class: "bb-offcanvas__footer"
229
232
  }, [
230
233
  n(t.$slots, "footer")
231
234
  ], 512)
232
235
  ])
233
- ], 512)) : z("", !0)
236
+ ], 512)) : $("", !0)
234
237
  ], 16)
235
- ], 16, fe)
238
+ ], 16, be)
236
239
  ]),
237
240
  _: 3
238
241
  }));
239
242
  }
240
243
  });
241
244
  export {
242
- ke as default
245
+ Ve as default
243
246
  };
package/dist/index86.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as P, computed as _, ref as g, onMounted as A, onBeforeUnmount as E, openBlock as y, createElementBlock as k, normalizeClass as C, createElementVNode as i, createVNode as V, unref as S, withCtx as h, renderSlot as v, Fragment as W, renderList as R, toDisplayString as M, nextTick as $ } from "vue";
2
- import { debounce as F } from "./index282.js";
2
+ import { debounce as F } from "./index276.js";
3
3
  /* empty css */
4
4
  /* empty css */
5
5
  import w from "./index13.js";
package/dist/index88.js CHANGED
@@ -1,13 +1,13 @@
1
1
  import { defineComponent as M, ref as n, computed as v, openBlock as k, createElementBlock as O, mergeProps as F, createElementVNode as p, renderSlot as y, normalizeProps as S, guardReactiveProps as H, createVNode as V, withCtx as C, createBlock as q, createCommentVNode as I, nextTick as W } from "vue";
2
- import { useFocusTrap as z } from "./index219.js";
2
+ import { useFocusTrap as z } from "./index216.js";
3
3
  import { useId as A } from "./index8.js";
4
- import { useIntersectionObserver as R } from "./index132.js";
5
- import { waitFor as j } from "./index220.js";
4
+ import { useIntersectionObserver as R } from "./index133.js";
5
+ import { waitFor as j } from "./index218.js";
6
6
  import G from "./index13.js";
7
7
  /* empty css */
8
- import J from "./index255.js";
8
+ import J from "./index274.js";
9
9
  /* empty css */
10
- import { useDebounceFn as K } from "./index204.js";
10
+ import { useDebounceFn as K } from "./index206.js";
11
11
  const re = /* @__PURE__ */ M({
12
12
  __name: "BbPopover",
13
13
  props: {
package/dist/index9.js CHANGED
@@ -1,4 +1,4 @@
1
- import { useWindowSize as i } from "./index132.js";
1
+ import { useWindowSize as i } from "./index133.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,6 +1,6 @@
1
1
  import { defineComponent as r, computed as a, openBlock as l, createElementBlock as s, normalizeClass as m, createElementVNode as n, normalizeStyle as c } from "vue";
2
- import { clamp as p } from "./index205.js";
3
- import { getAsPercentageBetween as i } from "./index130.js";
2
+ import { clamp as p } from "./index207.js";
3
+ import { getAsPercentageBetween as i } from "./index131.js";
4
4
  const _ = /* @__PURE__ */ r({
5
5
  __name: "BbProgress",
6
6
  props: {