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/index25.js CHANGED
@@ -1,13 +1,14 @@
1
- import { defineComponent as ae, ref as o, getCurrentInstance as se, computed as m, nextTick as N, useAttrs as ne, onMounted as ie, onBeforeUnmount as F, watch as re, openBlock as k, createBlock as ue, withCtx as de, createElementVNode as a, mergeProps as G, createElementBlock as $, renderSlot as u, createTextVNode as ce, toDisplayString as P, createCommentVNode as z } from "vue";
2
- import { throttle as ve } from "./index236.js";
3
- import { useFocusTrap as fe } from "./index219.js";
4
- import { useId as K } from "./index8.js";
5
- import { wait as H } from "./index131.js";
6
- import { waitFor as be } from "./index220.js";
7
- import { useModalsState as _ } from "./index237.js";
8
- import { useLogger as pe } from "./index227.js";
9
- import me from "./index222.js";
10
- const ge = { class: "bb-base-dialog-close" }, ye = ["aria-label"], ze = /* @__PURE__ */ ae({
1
+ import { defineComponent as ie, ref as o, computed as u, getCurrentInstance as ne, nextTick as N, useAttrs as re, onMounted as ue, onBeforeUnmount as G, watch as de, openBlock as k, createBlock as ce, withCtx as ve, createElementVNode as a, mergeProps as P, createElementBlock as $, renderSlot as d, createTextVNode as fe, toDisplayString as K, createCommentVNode as z } from "vue";
2
+ import { throttle as be } from "./index242.js";
3
+ import { useFocusTrap as pe } from "./index216.js";
4
+ import { useId as U } from "./index8.js";
5
+ import { wait as H } from "./index132.js";
6
+ import { waitFor as me } from "./index218.js";
7
+ import { useModalsState as _ } from "./index243.js";
8
+ import { useLogger as ge } from "./index230.js";
9
+ import { useMobile as ye } from "./index9.js";
10
+ import he from "./index223.js";
11
+ const we = { class: "bb-base-dialog-close" }, ke = ["aria-label"], Le = /* @__PURE__ */ ie({
11
12
  __name: "BaseDialog",
12
13
  props: {
13
14
  closeLabel: { default: "Chiudi modale" },
@@ -24,158 +25,160 @@ const ge = { class: "bb-base-dialog-close" }, ye = ["aria-label"], ze = /* @__PU
24
25
  size: { default: "sm" },
25
26
  description: {},
26
27
  focusTarget: {},
27
- fullscreen: { type: Boolean },
28
+ fullscreen: { type: [Boolean, String] },
28
29
  modelValue: { type: [Boolean, null] }
29
30
  },
30
31
  emits: ["shown", "hidden", "update:modelValue"],
31
- setup(U, { emit: j }) {
32
- var I, R;
33
- const t = U, d = j, C = `title_${K().id.value}`, B = `description_${K().id.value}`, g = o(null), c = o(null), T = o(null), y = o(null), v = o(null), s = o(null), f = o(null), q = o(null), L = !!((R = (I = se()) == null ? void 0 : I.proxy) != null && R.$nuxt), h = o(0), J = m(() => {
32
+ setup(j, { emit: q }) {
33
+ var R, W;
34
+ const l = j, c = q, C = `title_${U().id.value}`, B = `description_${U().id.value}`, { isMobile: J } = ye(), g = o(null), v = o(null), T = o(null), y = o(null), f = o(null), s = o(null), b = o(null), Q = o(null), M = u(
35
+ () => l.fullscreen === !0 || l.fullscreen === "mobile" && J.value
36
+ ), L = !!((W = (R = ne()) == null ? void 0 : R.proxy) != null && W.$nuxt), h = o(0), X = u(() => {
34
37
  const { openedModals: e } = _();
35
38
  return e.value && e.value === h.value;
36
- }), { activate: Q, deactivate: M } = fe(T, {
37
- initialFocus: t.focusTarget ?? void 0,
38
- clickOutsideDeactivates: (e) => e.target === c.value,
39
+ }), { activate: Y, deactivate: x } = pe(T, {
40
+ initialFocus: l.focusTarget ?? void 0,
41
+ clickOutsideDeactivates: (e) => e.target === v.value,
39
42
  allowOutsideClick: !0,
40
43
  /* On esc deactivate the trap, return focus and then close the modal */
41
44
  escapeDeactivates: () => (N(() => {
42
- d("update:modelValue", !1);
45
+ c("update:modelValue", !1);
43
46
  }), !0)
44
- }), X = ne(), Y = m(() => t.closeLabel);
45
- ie(async () => {
46
- s.value && (g.value = new ResizeObserver(r), g.value.observe(s.value)), window.addEventListener("resize", r), r(), !(!t.modelValue && !i.value) && (L && !globalThis.document || S());
47
- }), F(() => {
47
+ }), Z = re(), ee = u(() => l.closeLabel);
48
+ ue(async () => {
49
+ s.value && (g.value = new ResizeObserver(r), g.value.observe(s.value)), window.addEventListener("resize", r), r(), !(!l.modelValue && !n.value) && (L && !globalThis.document || A());
50
+ }), G(() => {
48
51
  window.removeEventListener("resize", r);
49
52
  });
50
- const V = o(!1), b = o(!1), D = o(!0), p = o(!1), i = o(t.eager || t.modelValue), x = m(() => b.value || p.value), Z = () => {
53
+ const V = o(!1), p = o(!1), D = o(!0), m = o(!1), n = o(l.eager || l.modelValue), O = u(() => p.value || m.value), le = () => {
51
54
  if (!globalThis.document) return;
52
55
  const e = window.innerWidth - document.documentElement.clientWidth;
53
56
  document.body.style.overflow = "hidden", document.body.style.paddingRight = `${e}px`;
54
- }, O = () => {
57
+ }, S = () => {
55
58
  globalThis.document && (document.body.style.overflow = "auto", document.body.style.paddingRight = "0px");
56
59
  };
57
- F(() => {
58
- if (t.modelValue) {
59
- const { openedModals: e, modalHasClosed: l } = _();
60
- e.value && (l(), h.value = 0, O());
60
+ G(() => {
61
+ if (l.modelValue) {
62
+ const { openedModals: e, modalHasClosed: t } = _();
63
+ e.value && (t(), h.value = 0, S());
61
64
  }
62
65
  });
63
- const S = async () => {
64
- if (t.modelValue) {
65
- i.value || (i.value = !0, await be(() => !!s.value), await N(), s.value && (g.value = new ResizeObserver(r), g.value.observe(s.value))), D.value = !1, p.value = !1, b.value = !0;
66
- const { modalHasOpened: e, openedModals: l } = _();
67
- e(), h.value = l.value, Z(), await H(t.transitionDuration), b.value = !1, V.value = !0, d("shown"), Q();
66
+ const A = async () => {
67
+ if (l.modelValue) {
68
+ n.value || (n.value = !0, await me(() => !!s.value), await N(), s.value && (g.value = new ResizeObserver(r), g.value.observe(s.value))), D.value = !1, m.value = !1, p.value = !0;
69
+ const { modalHasOpened: e, openedModals: t } = _();
70
+ e(), h.value = t.value, le(), await H(l.transitionDuration), p.value = !1, V.value = !0, c("shown"), Y();
68
71
  } else {
69
- M(), b.value = !1, V.value = !1, p.value = !0, await H(t.transitionDuration), p.value = !1, D.value = !0;
70
- const { modalHasClosed: e, openedModals: l } = _();
71
- e(), h.value = 0, l.value || O(), d("hidden");
72
+ x(), p.value = !1, V.value = !1, m.value = !0, await H(l.transitionDuration), m.value = !1, D.value = !0;
73
+ const { modalHasClosed: e, openedModals: t } = _();
74
+ e(), h.value = 0, t.value || S(), c("hidden");
72
75
  }
73
76
  };
74
- re(
75
- () => t.modelValue,
77
+ de(
78
+ () => l.modelValue,
76
79
  () => {
77
- !t.modelValue && !i.value || L && !globalThis.document || S();
80
+ !l.modelValue && !n.value || L && !globalThis.document || A();
78
81
  },
79
82
  { flush: "post" }
80
83
  );
81
84
  const w = (e) => {
82
- e.target === c.value && e.preventDefault();
83
- }, ee = (e) => {
84
- t.disabled || x.value || c.value && e.target === c.value && (t.persistent || d("update:modelValue", !1));
85
- }, A = () => {
86
- t.disabled || x.value || (M(), d("update:modelValue", !1));
87
- }, te = m(() => {
85
+ e.target === v.value && e.preventDefault();
86
+ }, te = (e) => {
87
+ l.disabled || O.value || v.value && e.target === v.value && (l.persistent || c("update:modelValue", !1));
88
+ }, E = () => {
89
+ l.disabled || O.value || (x(), c("update:modelValue", !1));
90
+ }, oe = u(() => {
88
91
  const e = [
89
92
  {
90
93
  "bb-base-dialog bb-base-dialog__overlay": !0,
91
- "bb-base-dialog--fullscreen": t.fullscreen,
92
- "bb-base-dialog--faded": !J.value,
94
+ "bb-base-dialog--fullscreen": M.value,
95
+ "bb-base-dialog--faded": !X.value,
93
96
  "bb-base-dialog--open": V.value,
94
- "bb-base-dialog--opening": b.value,
97
+ "bb-base-dialog--opening": p.value,
95
98
  "bb-base-dialog--closed": D.value,
96
- "bb-base-dialog--closing": p.value,
97
- [`bb-base-dialog--transition-${t.transition}`]: !0
99
+ "bb-base-dialog--closing": m.value,
100
+ [`bb-base-dialog--transition-${l.transition}`]: !0
98
101
  },
99
- t.overlayClasses
100
- ].flat(), l = {
101
- onClick: ee,
102
+ l.overlayClasses
103
+ ].flat(), t = {
104
+ onClick: te,
102
105
  onScroll: w,
103
106
  onTouchmove: w,
104
107
  onWheel: w,
105
108
  onKeydown: w
106
- }, n = {
107
- transitionDuration: t.transitionDuration / 1e3 + "s"
109
+ }, i = {
110
+ transitionDuration: l.transitionDuration / 1e3 + "s"
108
111
  };
109
112
  return {
110
113
  class: e,
111
- style: n,
112
- ...l,
113
- ...X
114
+ style: i,
115
+ ...t,
116
+ ...Z
114
117
  };
115
- }), le = m(() => {
118
+ }), ae = u(() => {
116
119
  const e = [
117
120
  {
118
121
  "bb-base-dialog__panel": !0,
119
- "bb-base-dialog__panel--compact": t.compact
122
+ "bb-base-dialog__panel--compact": l.compact
120
123
  },
121
- t.panelClasses
122
- ].flat(), l = {
124
+ l.panelClasses
125
+ ].flat(), t = {
123
126
  role: "dialog",
124
127
  "aria-modal": !0
125
128
  };
126
- i.value && (t.title && (l["aria-labelledby"] = C), t.description && (l["aria-describedby"] = B));
127
- let n;
128
- const W = {
129
+ n.value && (l.title && (t["aria-labelledby"] = C), l.description && (t["aria-describedby"] = B));
130
+ let i;
131
+ const F = {
129
132
  sm: 384,
130
133
  md: 652,
131
134
  lg: 896
132
135
  };
133
- t.fullscreen ? n = "100%" : typeof t.size == "number" ? n = t.size + "px" : t.size in W ? n = W[t.size] + "px" : n = t.size + "px";
134
- const oe = {
135
- maxWidth: n,
136
- transitionDuration: t.transitionDuration / 1e3 + "s"
136
+ M.value ? i = "100%" : typeof l.size == "number" ? i = l.size + "px" : l.size in F ? i = F[l.size] + "px" : i = l.size + "px";
137
+ const se = {
138
+ maxWidth: i,
139
+ transitionDuration: l.transitionDuration / 1e3 + "s"
137
140
  };
138
141
  return {
139
142
  class: e,
140
- style: oe,
141
- ...l
143
+ style: se,
144
+ ...t
142
145
  };
143
146
  });
144
- let E = 0;
145
- const r = ve(
147
+ let I = 0;
148
+ const r = be(
146
149
  async () => {
147
- if (E++, E === 100) {
148
- const { error: e } = pe();
150
+ if (I++, I === 100) {
151
+ const { error: e } = ge();
149
152
  e(
150
153
  "Dialog is updating its height too often. Please check the content is reliably sized."
151
154
  );
152
155
  }
153
- if (t.fullscreen) {
154
- q.value = window.innerHeight;
156
+ if (l.fullscreen) {
157
+ Q.value = window.innerHeight;
155
158
  return;
156
159
  }
157
- if (v.value && s.value && f.value) {
158
- const e = v.value.scrollHeight + s.value.scrollHeight + f.value.scrollHeight + 2;
159
- if (y.value && (y.value.style.height = "0px", y.value.style.height = `${e + 2}px`, await H(30), v.value && s.value && f.value)) {
160
- const l = v.value.scrollHeight + s.value.scrollHeight + f.value.scrollHeight + 2;
161
- e !== l && r();
160
+ if (f.value && s.value && b.value) {
161
+ const e = f.value.scrollHeight + s.value.scrollHeight + b.value.scrollHeight + 2;
162
+ if (y.value && (y.value.style.height = "0px", y.value.style.height = `${e + 2}px`, await H(30), f.value && s.value && b.value)) {
163
+ const t = f.value.scrollHeight + s.value.scrollHeight + b.value.scrollHeight + 2;
164
+ e !== t && r();
162
165
  }
163
166
  }
164
167
  },
165
168
  200,
166
169
  { trailing: !0 }
167
170
  );
168
- return (e, l) => (k(), ue(me, null, {
169
- default: de(() => [
170
- a("div", G(te.value, {
171
+ return (e, t) => (k(), ce(he, null, {
172
+ default: ve(() => [
173
+ a("div", P(oe.value, {
171
174
  ref_key: "overlay",
172
- ref: c
175
+ ref: v
173
176
  }), [
174
- a("div", G(le.value, {
177
+ a("div", P(ae.value, {
175
178
  ref_key: "panel",
176
179
  ref: T
177
180
  }), [
178
- i.value ? (k(), $("div", {
181
+ n.value ? (k(), $("div", {
179
182
  key: 0,
180
183
  ref_key: "content",
181
184
  ref: y,
@@ -183,11 +186,11 @@ const ge = { class: "bb-base-dialog-close" }, ye = ["aria-label"], ze = /* @__PU
183
186
  }, [
184
187
  a("div", {
185
188
  ref_key: "header",
186
- ref: v,
189
+ ref: f,
187
190
  class: "bb-base-dialog__header"
188
191
  }, [
189
- u(e.$slots, "header", {
190
- close: A,
192
+ d(e.$slots, "header", {
193
+ close: E,
191
194
  title: e.title,
192
195
  titleId: C
193
196
  }, () => [
@@ -195,19 +198,19 @@ const ge = { class: "bb-base-dialog-close" }, ye = ["aria-label"], ze = /* @__PU
195
198
  id: C,
196
199
  class: "bb-base-dialog__title"
197
200
  }, [
198
- u(e.$slots, "title", { text: e.title }, () => [
199
- ce(P(e.title), 1)
201
+ d(e.$slots, "title", { text: e.title }, () => [
202
+ fe(K(e.title), 1)
200
203
  ])
201
204
  ]),
202
- a("span", ge, [
205
+ a("span", we, [
203
206
  e.showClose ? (k(), $("button", {
204
207
  key: 0,
205
- "aria-label": Y.value,
208
+ "aria-label": ee.value,
206
209
  type: "button",
207
- onClick: A
210
+ onClick: E
208
211
  }, [
209
- u(e.$slots, "close", {}, () => [
210
- l[0] || (l[0] = a("span", { class: "bb-base-dialog-close__icon" }, [
212
+ d(e.$slots, "close", {}, () => [
213
+ t[0] || (t[0] = a("span", { class: "bb-base-dialog-close__icon" }, [
211
214
  a("svg", {
212
215
  "aria-hidden": "true",
213
216
  fill: "none",
@@ -223,7 +226,7 @@ const ge = { class: "bb-base-dialog-close" }, ye = ["aria-label"], ze = /* @__PU
223
226
  ])
224
227
  ], -1))
225
228
  ])
226
- ], 8, ye)) : z("", !0)
229
+ ], 8, ke)) : z("", !0)
227
230
  ])
228
231
  ])
229
232
  ], 512),
@@ -232,7 +235,7 @@ const ge = { class: "bb-base-dialog-close" }, ye = ["aria-label"], ze = /* @__PU
232
235
  ref: s,
233
236
  class: "bb-base-dialog__body scrollbar-border"
234
237
  }, [
235
- u(e.$slots, "description", {
238
+ d(e.$slots, "description", {
236
239
  descriptionId: B,
237
240
  text: e.description
238
241
  }, () => [
@@ -240,17 +243,17 @@ const ge = { class: "bb-base-dialog-close" }, ye = ["aria-label"], ze = /* @__PU
240
243
  key: 0,
241
244
  id: B,
242
245
  class: "bb-base-dialog__description sr-only"
243
- }, P(e.description), 1)) : z("", !0)
246
+ }, K(e.description), 1)) : z("", !0)
244
247
  ]),
245
- u(e.$slots, "default")
248
+ d(e.$slots, "default")
246
249
  ], 512),
247
- l[1] || (l[1] = a("div", { style: { flex: "10000 10000 0%" } }, null, -1)),
250
+ t[1] || (t[1] = a("div", { style: { flex: "10000 10000 0%" } }, null, -1)),
248
251
  a("div", {
249
252
  ref_key: "footer",
250
- ref: f,
253
+ ref: b,
251
254
  class: "bb-base-dialog__footer"
252
255
  }, [
253
- u(e.$slots, "footer")
256
+ d(e.$slots, "footer")
254
257
  ], 512)
255
258
  ], 512)) : z("", !0)
256
259
  ], 16)
@@ -261,5 +264,5 @@ const ge = { class: "bb-base-dialog-close" }, ye = ["aria-label"], ze = /* @__PU
261
264
  }
262
265
  });
263
266
  export {
264
- ze as default
267
+ Le as default
265
268
  };
package/dist/index250.js CHANGED
@@ -1,5 +1,4 @@
1
- const o = () => {
2
- };
1
+ const o = (e) => e[0];
3
2
  export {
4
- o as noop
3
+ o as head
5
4
  };
package/dist/index251.js CHANGED
@@ -1,8 +1,12 @@
1
- import e from "./index299.js";
2
- import o from "./index300.js";
3
- import r from "./index301.js";
4
- const f = new r(o, e)._freeze();
1
+ const o = (t, r) => {
2
+ const e = {};
3
+ for (const c in t)
4
+ if (Object.prototype.hasOwnProperty.call(t, c)) {
5
+ const n = t[c];
6
+ r(n, c, t) && (e[c] = n);
7
+ }
8
+ return e;
9
+ };
5
10
  export {
6
- r as Mime,
7
- f as default
11
+ o as pickBy
8
12
  };
package/dist/index252.js CHANGED
@@ -1,18 +1,5 @@
1
- const e = (o, r, f) => o.reduce((t, n) => {
2
- if (t) return t;
3
- if (f(n))
4
- return n;
5
- if (r in n) {
6
- const i = e(
7
- [].concat(n[r]),
8
- r,
9
- f
10
- );
11
- if (i)
12
- return i;
13
- }
14
- return t;
15
- }, null);
1
+ const o = () => {
2
+ };
16
3
  export {
17
- e as findInTree
4
+ o as noop
18
5
  };
package/dist/index253.js CHANGED
@@ -1,11 +1,226 @@
1
- const o = (n, t) => {
2
- for (let e = n.length - 1; e >= 0; e--) {
3
- const i = n[e];
4
- if (t(i, e, n))
5
- return e;
6
- }
7
- return -1;
8
- };
1
+ import { getDefaultExportFromCjs as f, commonjsGlobal as r } from "./index255.js";
2
+ var c = 1 / 0, n = "[object Symbol]", a = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, d = "\\u0300-\\u036f\\ufe20-\\ufe23", b = "\\u20d0-\\u20f0", i = "[" + d + b + "]", s = RegExp(i, "g"), l = {
3
+ // Latin-1 Supplement block.
4
+ À: "A",
5
+ Á: "A",
6
+ Â: "A",
7
+ Ã: "A",
8
+ Ä: "A",
9
+ Å: "A",
10
+ à: "a",
11
+ á: "a",
12
+ â: "a",
13
+ ã: "a",
14
+ ä: "a",
15
+ å: "a",
16
+ Ç: "C",
17
+ ç: "c",
18
+ Ð: "D",
19
+ ð: "d",
20
+ È: "E",
21
+ É: "E",
22
+ Ê: "E",
23
+ Ë: "E",
24
+ è: "e",
25
+ é: "e",
26
+ ê: "e",
27
+ ë: "e",
28
+ Ì: "I",
29
+ Í: "I",
30
+ Î: "I",
31
+ Ï: "I",
32
+ ì: "i",
33
+ í: "i",
34
+ î: "i",
35
+ ï: "i",
36
+ Ñ: "N",
37
+ ñ: "n",
38
+ Ò: "O",
39
+ Ó: "O",
40
+ Ô: "O",
41
+ Õ: "O",
42
+ Ö: "O",
43
+ Ø: "O",
44
+ ò: "o",
45
+ ó: "o",
46
+ ô: "o",
47
+ õ: "o",
48
+ ö: "o",
49
+ ø: "o",
50
+ Ù: "U",
51
+ Ú: "U",
52
+ Û: "U",
53
+ Ü: "U",
54
+ ù: "u",
55
+ ú: "u",
56
+ û: "u",
57
+ ü: "u",
58
+ Ý: "Y",
59
+ ý: "y",
60
+ ÿ: "y",
61
+ Æ: "Ae",
62
+ æ: "ae",
63
+ Þ: "Th",
64
+ þ: "th",
65
+ ß: "ss",
66
+ // Latin Extended-A block.
67
+ Ā: "A",
68
+ Ă: "A",
69
+ Ą: "A",
70
+ ā: "a",
71
+ ă: "a",
72
+ ą: "a",
73
+ Ć: "C",
74
+ Ĉ: "C",
75
+ Ċ: "C",
76
+ Č: "C",
77
+ ć: "c",
78
+ ĉ: "c",
79
+ ċ: "c",
80
+ č: "c",
81
+ Ď: "D",
82
+ Đ: "D",
83
+ ď: "d",
84
+ đ: "d",
85
+ Ē: "E",
86
+ Ĕ: "E",
87
+ Ė: "E",
88
+ Ę: "E",
89
+ Ě: "E",
90
+ ē: "e",
91
+ ĕ: "e",
92
+ ė: "e",
93
+ ę: "e",
94
+ ě: "e",
95
+ Ĝ: "G",
96
+ Ğ: "G",
97
+ Ġ: "G",
98
+ Ģ: "G",
99
+ ĝ: "g",
100
+ ğ: "g",
101
+ ġ: "g",
102
+ ģ: "g",
103
+ Ĥ: "H",
104
+ Ħ: "H",
105
+ ĥ: "h",
106
+ ħ: "h",
107
+ Ĩ: "I",
108
+ Ī: "I",
109
+ Ĭ: "I",
110
+ Į: "I",
111
+ İ: "I",
112
+ ĩ: "i",
113
+ ī: "i",
114
+ ĭ: "i",
115
+ į: "i",
116
+ ı: "i",
117
+ Ĵ: "J",
118
+ ĵ: "j",
119
+ Ķ: "K",
120
+ ķ: "k",
121
+ ĸ: "k",
122
+ Ĺ: "L",
123
+ Ļ: "L",
124
+ Ľ: "L",
125
+ Ŀ: "L",
126
+ Ł: "L",
127
+ ĺ: "l",
128
+ ļ: "l",
129
+ ľ: "l",
130
+ ŀ: "l",
131
+ ł: "l",
132
+ Ń: "N",
133
+ Ņ: "N",
134
+ Ň: "N",
135
+ Ŋ: "N",
136
+ ń: "n",
137
+ ņ: "n",
138
+ ň: "n",
139
+ ŋ: "n",
140
+ Ō: "O",
141
+ Ŏ: "O",
142
+ Ő: "O",
143
+ ō: "o",
144
+ ŏ: "o",
145
+ ő: "o",
146
+ Ŕ: "R",
147
+ Ŗ: "R",
148
+ Ř: "R",
149
+ ŕ: "r",
150
+ ŗ: "r",
151
+ ř: "r",
152
+ Ś: "S",
153
+ Ŝ: "S",
154
+ Ş: "S",
155
+ Š: "S",
156
+ ś: "s",
157
+ ŝ: "s",
158
+ ş: "s",
159
+ š: "s",
160
+ Ţ: "T",
161
+ Ť: "T",
162
+ Ŧ: "T",
163
+ ţ: "t",
164
+ ť: "t",
165
+ ŧ: "t",
166
+ Ũ: "U",
167
+ Ū: "U",
168
+ Ŭ: "U",
169
+ Ů: "U",
170
+ Ű: "U",
171
+ Ų: "U",
172
+ ũ: "u",
173
+ ū: "u",
174
+ ŭ: "u",
175
+ ů: "u",
176
+ ű: "u",
177
+ ų: "u",
178
+ Ŵ: "W",
179
+ ŵ: "w",
180
+ Ŷ: "Y",
181
+ ŷ: "y",
182
+ Ÿ: "Y",
183
+ Ź: "Z",
184
+ Ż: "Z",
185
+ Ž: "Z",
186
+ ź: "z",
187
+ ż: "z",
188
+ ž: "z",
189
+ IJ: "IJ",
190
+ ij: "ij",
191
+ Œ: "Oe",
192
+ œ: "oe",
193
+ ʼn: "'n",
194
+ ſ: "ss"
195
+ }, y = typeof r == "object" && r && r.Object === Object && r, m = typeof self == "object" && self && self.Object === Object && self, O = y || m || Function("return this")();
196
+ function p(u) {
197
+ return function(e) {
198
+ return u == null ? void 0 : u[e];
199
+ };
200
+ }
201
+ var S = p(l), g = Object.prototype, j = g.toString, o = O.Symbol, x = o ? o.prototype : void 0, t = x ? x.toString : void 0;
202
+ function I(u) {
203
+ if (typeof u == "string")
204
+ return u;
205
+ if (A(u))
206
+ return t ? t.call(u) : "";
207
+ var e = u + "";
208
+ return e == "0" && 1 / u == -c ? "-0" : e;
209
+ }
210
+ function E(u) {
211
+ return !!u && typeof u == "object";
212
+ }
213
+ function A(u) {
214
+ return typeof u == "symbol" || E(u) && j.call(u) == n;
215
+ }
216
+ function C(u) {
217
+ return u == null ? "" : I(u);
218
+ }
219
+ function U(u) {
220
+ return u = C(u), u && u.replace(a, S).replace(s, "");
221
+ }
222
+ var L = U;
223
+ const v = /* @__PURE__ */ f(L);
9
224
  export {
10
- o as findRightIndex
225
+ v as default
11
226
  };