bitboss-ui 2.0.87 → 2.0.88

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 (213) hide show
  1. package/dist/components/BaseButton/BaseButton.vue.d.ts +14 -7
  2. package/dist/components/BaseCheckbox/BaseCheckbox.vue.d.ts +17 -6
  3. package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +27 -224
  4. package/dist/components/BaseColorInput/BaseColorInput.vue.d.ts +14 -2
  5. package/dist/components/BaseDatePicker/BaseDatePicker.vue.d.ts +1 -1
  6. package/dist/components/BaseDatePicker/BaseDatePickerHeader.vue.d.ts +1 -1
  7. package/dist/components/BaseDatePicker/BaseDatePickerInputDaySelector.vue.d.ts +27 -18
  8. package/dist/components/BaseDatePicker/BaseDatePickerMonthSelector.vue.d.ts +1 -1
  9. package/dist/components/BaseDatePicker/BaseDatePickerYearSelector.vue.d.ts +1 -1
  10. package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +155 -19
  11. package/dist/components/BaseDialog/BaseDialog.vue.d.ts +16 -2
  12. package/dist/components/BaseInputContainer/BaseInputContainer.vue.d.ts +10 -3
  13. package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +13 -2
  14. package/dist/components/BaseRadio/BaseRadio.vue.d.ts +15 -6
  15. package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +27 -224
  16. package/dist/components/BaseRating/BaseRating.vue.d.ts +13 -2
  17. package/dist/components/BaseSelect/BaseSelect.vue.d.ts +315 -6
  18. package/dist/components/BaseSlider/BaseSlider.vue.d.ts +17 -3
  19. package/dist/components/BaseSwitch/BaseSwitch.vue.d.ts +13 -2
  20. package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +28 -217
  21. package/dist/components/BaseTag/BaseTag.vue.d.ts +200 -4
  22. package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +14 -3
  23. package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +13 -2
  24. package/dist/components/BbAccordion/BbAccordion.vue.d.ts +28 -20
  25. package/dist/components/BbAlert/BbAlert.vue.d.ts +23 -16
  26. package/dist/components/BbAvatar/BbAvatar.vue.d.ts +15 -6
  27. package/dist/components/BbBadge/BbBadge.vue.d.ts +14 -7
  28. package/dist/components/BbBreadcrumbs/BbBreadcrumbs.vue.d.ts +51 -44
  29. package/dist/components/BbButton/BbButton.vue.d.ts +13 -6
  30. package/dist/components/BbCheckbox/BbCheckbox.vue.d.ts +28 -19
  31. package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +32 -252
  32. package/dist/components/BbChip/BbChip.vue.d.ts +13 -6
  33. package/dist/components/BbCollapsible/BbCollapsible.vue.d.ts +13 -6
  34. package/dist/components/BbColorInput/BbColorInput.vue.d.ts +21 -12
  35. package/dist/components/BbConfirm/BbConfirm.vue.d.ts +24 -17
  36. package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +29 -22
  37. package/dist/components/BbDialog/BbDialog.vue.d.ts +9 -2
  38. package/dist/components/BbDropdown/BbDropdown.vue.d.ts +169 -159
  39. package/dist/components/BbDropdownButton/BbDropdownButton.vue.d.ts +190 -183
  40. package/dist/components/BbDropzone/BbDropzone.vue.d.ts +26 -17
  41. package/dist/components/BbIntersection/BbIntersection.vue.d.ts +24 -15
  42. package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +102 -12
  43. package/dist/components/BbOffCanvas/BbOffCanvas.vue.d.ts +17 -3
  44. package/dist/components/BbPagination/BbPagination.vue.d.ts +33 -23
  45. package/dist/components/BbPopover/BbPopover.vue.d.ts +66 -54
  46. package/dist/components/BbRadio/BbRadio.vue.d.ts +28 -19
  47. package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +32 -252
  48. package/dist/components/BbRating/BbRating.vue.d.ts +21 -12
  49. package/dist/components/BbRatio/BbRatio.vue.d.ts +14 -7
  50. package/dist/components/BbSelect/BbSelect.vue.d.ts +7 -162
  51. package/dist/components/BbSlider/BbSlider.vue.d.ts +21 -12
  52. package/dist/components/BbSmoothHeight/BbSmoothHeight.vue.d.ts +13 -3
  53. package/dist/components/BbSwitch/BbSwitch.vue.d.ts +28 -19
  54. package/dist/components/BbSwitchGroup/BbSwitchGroup.vue.d.ts +32 -252
  55. package/dist/components/BbTab/BbTab.vue.d.ts +89 -78
  56. package/dist/components/BbTable/BbTable.vue.d.ts +95 -78
  57. package/dist/components/BbTable/types.d.ts +0 -4
  58. package/dist/components/BbTag/BbTag.vue.d.ts +11 -2
  59. package/dist/components/BbTeleport.vue.d.ts +10 -3
  60. package/dist/components/BbTextInput/BbTextInput.vue.d.ts +21 -12
  61. package/dist/components/BbTextarea/BbTextarea.vue.d.ts +21 -12
  62. package/dist/components/BbToast/BbToast.vue.d.ts +1 -1
  63. package/dist/components/BbToast/BbToastMessage.vue.d.ts +1 -1
  64. package/dist/components/BbTooltip/BbTooltip.vue.d.ts +13 -3
  65. package/dist/components/BbTree/BbTree.vue.d.ts +9 -2
  66. package/dist/components/ChipsBox.vue.d.ts +2 -2
  67. package/dist/components/CommaBox.vue.d.ts +2 -2
  68. package/dist/components/CommonFloating.vue.d.ts +14 -4
  69. package/dist/components/CommonInputInnerContainer.vue.d.ts +16 -7
  70. package/dist/components/CommonInputOuterContainer.vue.d.ts +12 -5
  71. package/dist/components/ListBox.vue.d.ts +25 -16
  72. package/dist/components/OptionsContainer.vue.d.ts +26 -88
  73. package/dist/components/Transitions/Slide.vue.d.ts +12 -5
  74. package/dist/components/Transitions/SlideBack.vue.d.ts +12 -5
  75. package/dist/composables/useBroadcastChannelInstance.d.ts +2 -2
  76. package/dist/composables/useToast.d.ts +1 -1
  77. package/dist/composables/useWizard.d.ts +1 -1
  78. package/dist/index110.js +143 -135
  79. package/dist/index120.js +1 -1
  80. package/dist/index122.js +1 -1
  81. package/dist/index126.js +1 -1
  82. package/dist/index127.js +1 -1
  83. package/dist/index128.js +1 -1
  84. package/dist/index13.js +1 -1
  85. package/dist/index130.js +1 -1
  86. package/dist/index132.js +6 -6
  87. package/dist/index133.js +2 -2
  88. package/dist/index15.js +1 -1
  89. package/dist/index17.js +3 -3
  90. package/dist/index19.js +2 -2
  91. package/dist/index204.js +2 -81
  92. package/dist/index205.js +81 -2
  93. package/dist/index206.js +164 -2
  94. package/dist/index207.js +84 -4
  95. package/dist/index209.js +2 -2
  96. package/dist/index21.js +9 -9
  97. package/dist/index210.js +2 -2
  98. package/dist/index211.js +2 -2
  99. package/dist/index212.js +3 -3
  100. package/dist/index213.js +2 -2
  101. package/dist/index214.js +2 -2
  102. package/dist/index217.js +2 -2
  103. package/dist/index218.js +1 -1
  104. package/dist/index220.js +1 -1
  105. package/dist/index222.js +1 -1
  106. package/dist/index223.js +2 -2
  107. package/dist/index225.js +3 -3
  108. package/dist/index226.js +3 -4
  109. package/dist/index227.js +7 -164
  110. package/dist/index228.js +6 -82
  111. package/dist/index229.js +21 -0
  112. package/dist/index230.js +22 -14
  113. package/dist/index231.js +3 -27
  114. package/dist/index232.js +249 -3
  115. package/dist/index233.js +50 -6
  116. package/dist/index234.js +36 -241
  117. package/dist/index235.js +5 -52
  118. package/dist/index236.js +47 -31
  119. package/dist/index237.js +4 -5
  120. package/dist/index238.js +2 -60
  121. package/dist/index239.js +4 -3
  122. package/dist/index240.js +2 -7
  123. package/dist/index244.js +1 -1
  124. package/dist/index246.js +1 -1
  125. package/dist/index248.js +10 -2
  126. package/dist/index249.js +2 -9
  127. package/dist/index25.js +3 -3
  128. package/dist/index250.js +2 -3
  129. package/dist/index251.js +5 -5
  130. package/dist/index255.js +1 -1
  131. package/dist/index257.js +3 -9
  132. package/dist/index258.js +11 -3
  133. package/dist/index259.js +8 -280
  134. package/dist/index260.js +9 -6
  135. package/dist/index261.js +17 -2
  136. package/dist/index262.js +4 -2
  137. package/dist/index263.js +281 -2
  138. package/dist/index264.js +6 -2
  139. package/dist/index265.js +2 -2
  140. package/dist/index266.js +2 -126
  141. package/dist/index267.js +2 -431
  142. package/dist/index268.js +2 -176
  143. package/dist/index269.js +2 -3
  144. package/dist/index270.js +128 -0
  145. package/dist/index271.js +429 -5
  146. package/dist/index272.js +176 -22
  147. package/dist/index273.js +5 -0
  148. package/dist/index275.js +7 -3
  149. package/dist/index276.js +22 -12
  150. package/dist/index278.js +2 -9
  151. package/dist/index279.js +87 -15
  152. package/dist/index280.js +2 -4
  153. package/dist/index281.js +2 -436
  154. package/dist/index282.js +2 -127
  155. package/dist/index283.js +2 -200
  156. package/dist/index284.js +2 -2
  157. package/dist/index285.js +2 -2
  158. package/dist/index286.js +28 -2
  159. package/dist/index287.js +21 -1
  160. package/dist/index289.js +9 -2
  161. package/dist/index29.js +1 -1
  162. package/dist/index290.js +197 -25
  163. package/dist/index291.js +435 -21
  164. package/dist/index292.js +129 -0
  165. package/dist/index293.js +3 -88
  166. package/dist/index294.js +1 -1
  167. package/dist/index297.js +1 -1
  168. package/dist/index298.js +5 -2
  169. package/dist/index299.js +2 -5
  170. package/dist/index301.js +5 -4
  171. package/dist/index302.js +8 -4
  172. package/dist/index303.js +3 -59
  173. package/dist/index304.js +3 -3
  174. package/dist/index305.js +57 -32
  175. package/dist/index306.js +3 -7
  176. package/dist/index307.js +32 -4
  177. package/dist/index308.js +3 -7
  178. package/dist/index309.js +10 -6
  179. package/dist/index31.js +2 -2
  180. package/dist/index310.js +6 -18
  181. package/dist/index311.js +18 -3
  182. package/dist/index312.js +6 -10
  183. package/dist/{index316.js → index315.js} +1 -1
  184. package/dist/index33.js +2 -2
  185. package/dist/index35.js +2 -2
  186. package/dist/index37.js +3 -3
  187. package/dist/index39.js +4 -4
  188. package/dist/index41.js +2 -2
  189. package/dist/index43.js +2 -2
  190. package/dist/index45.js +1 -1
  191. package/dist/index55.js +1 -1
  192. package/dist/index57.js +1 -1
  193. package/dist/index61.js +2 -2
  194. package/dist/index81.js +1 -1
  195. package/dist/index84.js +1 -1
  196. package/dist/index86.js +1 -1
  197. package/dist/index88.js +1 -1
  198. package/dist/index90.js +1 -1
  199. package/dist/utilities/functions/booleanishToBoolean.d.ts +1 -1
  200. package/dist/utilities/functions/deburr.d.ts +1 -1
  201. package/dist/utilities/functions/flattenTree.d.ts +1 -1
  202. package/dist/utilities/functions/groupBy.d.ts +1 -1
  203. package/dist/utilities/functions/indexBy.d.ts +1 -1
  204. package/dist/utilities/functions/mapValues.d.ts +1 -1
  205. package/dist/utilities/functions/millisecondsTo.d.ts +1 -1
  206. package/dist/utilities/functions/replace.d.ts +1 -1
  207. package/dist/utilities/functions/retry.d.ts +1 -1
  208. package/dist/utilities/functions/throttle.d.ts +2 -2
  209. package/package.json +3 -3
  210. package/dist/index208.js +0 -4
  211. package/dist/index274.js +0 -4
  212. package/dist/index277.js +0 -11
  213. package/dist/index288.js +0 -4
package/dist/index310.js CHANGED
@@ -1,21 +1,9 @@
1
- function l(t, ...e) {
2
- if (t.length) {
3
- const o = t[0];
4
- if (typeof o == "string") return [...t].sort(r);
5
- if (typeof o == "number") return [...t].sort(r);
6
- if (e && e.length)
7
- return [...t].sort((f, u) => {
8
- for (let n = 0; n < e.length; n++) {
9
- const i = e[n], s = r(f[i], u[i]);
10
- if (s) return s;
11
- }
12
- return 0;
13
- });
14
- throw new Error("Invalid comparison");
15
- }
16
- return t;
1
+ function c(n, e) {
2
+ const u = [];
3
+ for (let t = 0; t < n.length; t += e)
4
+ u.push(n.slice(t, t + e));
5
+ return u;
17
6
  }
18
- const r = (t, e) => t < e ? -1 : t > e ? 1 : 0;
19
7
  export {
20
- l as sort
8
+ c as chunk
21
9
  };
package/dist/index311.js CHANGED
@@ -1,6 +1,21 @@
1
- function e(t) {
2
- return Object.prototype.toString.call(t).slice(8, -1);
1
+ function l(t, ...e) {
2
+ if (t.length) {
3
+ const o = t[0];
4
+ if (typeof o == "string") return [...t].sort(r);
5
+ if (typeof o == "number") return [...t].sort(r);
6
+ if (e && e.length)
7
+ return [...t].sort((f, u) => {
8
+ for (let n = 0; n < e.length; n++) {
9
+ const i = e[n], s = r(f[i], u[i]);
10
+ if (s) return s;
11
+ }
12
+ return 0;
13
+ });
14
+ throw new Error("Invalid comparison");
15
+ }
16
+ return t;
3
17
  }
18
+ const r = (t, e) => t < e ? -1 : t > e ? 1 : 0;
4
19
  export {
5
- e as getType
20
+ l as sort
6
21
  };
package/dist/index312.js CHANGED
@@ -1,13 +1,9 @@
1
- function c(n, r, e) {
2
- const i = typeof r == "string" ? r.split(".") : r;
3
- let t = n;
4
- for (const o of i)
5
- if (t && typeof t == "object" && o in t)
6
- t = t[o];
7
- else
8
- return e;
9
- return t === void 0 ? e : t;
1
+ function l(n, c, r = 1) {
2
+ const o = Math.max(Math.ceil((c - n) / r), 0), t = new Array(o);
3
+ for (let e = 0; e < o; e++, n += r)
4
+ t[e] = n;
5
+ return t;
10
6
  }
11
7
  export {
12
- c as get
8
+ l as range
13
9
  };
@@ -1,4 +1,4 @@
1
- import { getDefaultExportFromCjs as dr, commonjsGlobal as D } from "./index260.js";
1
+ import { getDefaultExportFromCjs as dr, commonjsGlobal as D } from "./index264.js";
2
2
  import { __module as M } from "./index319.js";
3
3
  M.exports;
4
4
  (function(j, F) {
package/dist/index33.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { defineComponent as L, ref as m, toRef as d, openBlock as $, createBlock as E, unref as p, withCtx as t, renderSlot as i, normalizeProps as f, guardReactiveProps as b, createVNode as B, mergeProps as v, createSlots as C } from "vue";
2
- import { useOptions as w } from "./index227.js";
2
+ import { useOptions as w } from "./index206.js";
3
3
  import q from "./index31.js";
4
4
  /* empty css */
5
- import z from "./index228.js";
5
+ import z from "./index207.js";
6
6
  /* empty css */
7
7
  const N = /* @__PURE__ */ L({
8
8
  __name: "BaseRadioGroup",
package/dist/index35.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as C, ref as g, computed as f, openBlock as l, createElementBlock as i, mergeProps as h, createElementVNode as r, renderSlot as p, Fragment as I, renderList as V, normalizeClass as B, toDisplayString as M } from "vue";
2
- import { booleanishToBoolean as D } from "./index208.js";
2
+ import { booleanishToBoolean as D } from "./index240.js";
3
3
  import { identity as F } from "./index215.js";
4
- import { isCssColor as v } from "./index206.js";
4
+ import { isCssColor as v } from "./index238.js";
5
5
  import { isNotNil as T } from "./index134.js";
6
6
  const $ = { class: "bb-base-rating__inner-container" }, q = { class: "bb-base-rating__label-text sr-only" }, x = ["id", "aria-describedby", "autofocus", "checked", "disabled", "name", "required", "value"], H = ["height", "width"], J = /* @__PURE__ */ C({
7
7
  __name: "BaseRating",
package/dist/index37.js CHANGED
@@ -10,10 +10,10 @@ import { last as Ye } from "./index216.js";
10
10
  import { matchAnyKey as j } from "./index243.js";
11
11
  import { useFloating as je } from "./index209.js";
12
12
  import { useIntersectionObserver as Ge } from "./index132.js";
13
- import { useLogger as Xe } from "./index233.js";
14
- import { useOptions as Ze } from "./index227.js";
13
+ import { useLogger as Xe } from "./index228.js";
14
+ import { useOptions as Ze } from "./index206.js";
15
15
  import { wait as L } from "./index131.js";
16
- import { when as et } from "./index207.js";
16
+ import { when as et } from "./index239.js";
17
17
  import tt from "./index244.js";
18
18
  /* empty css */
19
19
  import ot from "./index246.js";
package/dist/index39.js CHANGED
@@ -1,11 +1,11 @@
1
1
  import { defineComponent as U, ref as d, computed as h, onMounted as W, watch as Z, openBlock as g, createElementBlock as w, mergeProps as T, renderSlot as f, createElementVNode as c, Fragment as ee, renderList as ae, createCommentVNode as H, normalizeProps as re, guardReactiveProps as te, unref as b, normalizeClass as F, normalizeStyle as I } from "vue";
2
- import { clamp as le } from "./index205.js";
3
- import { head as O } from "./index248.js";
4
- import { isCssColor as Y } from "./index206.js";
2
+ import { clamp as le } from "./index204.js";
3
+ import { head as O } from "./index250.js";
4
+ import { isCssColor as Y } from "./index238.js";
5
5
  import { isNil as P } from "./index129.js";
6
6
  import { isNotNil as ne } from "./index134.js";
7
7
  import { transposeValue as y } from "./index130.js";
8
- import { hash as J } from "./index232.js";
8
+ import { hash as J } from "./index231.js";
9
9
  const oe = { class: "bb-base-slider__slider-container" }, ie = {
10
10
  key: 0,
11
11
  class: "bb-base-slider__ticks-container"
package/dist/index41.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as I, ref as f, computed as n, watch as S, openBlock as h, createElementBlock as y, normalizeProps as r, guardReactiveProps as d, mergeProps as V, createCommentVNode as q, createElementVNode as l, renderSlot as A } from "vue";
2
- import { isCssColor as b } from "./index206.js";
3
- import { when as F } from "./index207.js";
2
+ import { isCssColor as b } from "./index238.js";
3
+ import { when as F } from "./index239.js";
4
4
  const N = { class: "bb-base-switch-container" }, $ = /* @__PURE__ */ I({
5
5
  __name: "BaseSwitch",
6
6
  props: {
package/dist/index43.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { defineComponent as V, ref as p, toRef as l, openBlock as w, createBlock as B, unref as f, withCtx as i, renderSlot as s, normalizeProps as b, guardReactiveProps as h, createVNode as O, mergeProps as v, createSlots as z } from "vue";
2
- import { useOptions as F } from "./index227.js";
2
+ import { useOptions as F } from "./index206.js";
3
3
  import M from "./index41.js";
4
4
  /* empty css */
5
- import S from "./index228.js";
5
+ import S from "./index207.js";
6
6
  /* empty css */
7
7
  const I = /* @__PURE__ */ V({
8
8
  __name: "BaseSwitchGroup",
package/dist/index45.js CHANGED
@@ -5,7 +5,7 @@ import ue from "./index127.js";
5
5
  /* empty css */
6
6
  import { isNotNil as se } from "./index134.js";
7
7
  import { last as de } from "./index216.js";
8
- import { useOptions as pe } from "./index227.js";
8
+ import { useOptions as pe } from "./index206.js";
9
9
  import ce from "./index244.js";
10
10
  /* empty css */
11
11
  import me from "./index246.js";
package/dist/index55.js CHANGED
@@ -1,5 +1,5 @@
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 "./index206.js";
2
+ import { isCssColor as _ } from "./index238.js";
3
3
  import { wait as C } from "./index131.js";
4
4
  const w = ["alt", "sizes", "src", "srcset"], B = {
5
5
  key: 1,
package/dist/index57.js CHANGED
@@ -1,5 +1,5 @@
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 "./index206.js";
2
+ import { isCssColor as r } from "./index238.js";
3
3
  import { isNil as B } from "./index129.js";
4
4
  const C = { class: "bb-badge__wrapper" }, h = { class: "bb-badge__content-inner" }, S = /* @__PURE__ */ p({
5
5
  __name: "BbBadge",
package/dist/index61.js CHANGED
@@ -7,8 +7,8 @@ import r from "./index126.js";
7
7
  /* empty css */
8
8
  import P from "./index128.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 "./index248.js";
11
+ import { noop as A } from "./index249.js";
12
12
  const T = {
13
13
  key: 2,
14
14
  class: "bb-button__loading-label sr-only"
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 "./index239.js";
2
+ import { throttle as c } from "./index226.js";
3
3
  const M = /* @__PURE__ */ h({
4
4
  __name: "BbIntersection",
5
5
  props: {
package/dist/index84.js CHANGED
@@ -2,7 +2,7 @@ import { defineComponent as te, ref as l, useAttrs as oe, getCurrentInstance as
2
2
  import { useFocusTrap as ce } from "./index217.js";
3
3
  import { useId as A } from "./index8.js";
4
4
  import { wait as E } from "./index131.js";
5
- import { useModalsState as b } from "./index240.js";
5
+ import { useModalsState as b } from "./index227.js";
6
6
  import de from "./index224.js";
7
7
  const fe = ["inert"], ve = { class: "bb-offcanvas-close" }, pe = ["aria-label"], ke = /* @__PURE__ */ te({
8
8
  __name: "BbOffCanvas",
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 "./index257.js";
2
+ import { debounce as F } from "./index289.js";
3
3
  /* empty css */
4
4
  /* empty css */
5
5
  import w from "./index13.js";
package/dist/index88.js CHANGED
@@ -7,7 +7,7 @@ import G from "./index13.js";
7
7
  /* empty css */
8
8
  import J from "./index255.js";
9
9
  /* empty css */
10
- import { useDebounceFn as K } from "./index204.js";
10
+ import { useDebounceFn as K } from "./index205.js";
11
11
  const re = /* @__PURE__ */ M({
12
12
  __name: "BbPopover",
13
13
  props: {
package/dist/index90.js CHANGED
@@ -1,5 +1,5 @@
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";
2
+ import { clamp as p } from "./index204.js";
3
3
  import { getAsPercentageBetween as i } from "./index130.js";
4
4
  const _ = /* @__PURE__ */ r({
5
5
  __name: "BbProgress",
@@ -3,4 +3,4 @@
3
3
  * @param input booleanish input
4
4
  * @returns
5
5
  */
6
- export declare const booleanishToBoolean: (input: boolean | 'true' | 'false') => boolean;
6
+ export declare const booleanishToBoolean: (input: boolean | "true" | "false") => boolean;
@@ -1 +1 @@
1
- export declare const deburr: (string?: string | undefined) => string;
1
+ export declare const deburr: (string?: string) => string;
@@ -1 +1 @@
1
- export declare const flattenTree: <T extends Record<string, any>, U>(items: T[], keyName: keyof T, mapper?: (item: T, parent?: U) => U, parent?: U | undefined) => U[];
1
+ export declare const flattenTree: <T extends Record<string, any>, U>(items: T[], keyName: keyof T, mapper?: (item: T, parent?: U) => U, parent?: ReturnType<typeof mapper>) => ReturnType<typeof mapper>[];
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * Creates an object with keys corresponding to the return value of iteratee and values correspond to arrays of items
3
3
  */
4
- export declare const groupBy: <T>(arr: T[], iteratee: (item: T, index: number, arr: T[]) => string | number | symbol) => Record<string | number | symbol, T[]>;
4
+ export declare const groupBy: <T>(arr: T[], iteratee: (item: T, index: number, arr: T[]) => string | number | symbol) => Record<ReturnType<typeof iteratee>, T[]>;
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * Creates an object with keys corresponding to the return value of iteratee and values correspond to arrays of items
3
3
  */
4
- export declare const indexBy: <T>(arr: T[], iteratee: (item: T, index: number, arr: T[]) => string | number | symbol) => Record<string | number | symbol, T[]>;
4
+ export declare const indexBy: <T>(arr: T[], iteratee: (item: T, index: number, arr: T[]) => string | number | symbol) => Record<ReturnType<typeof iteratee>, T[]>;
@@ -1 +1 @@
1
- export declare const mapValues: <T extends Record<string, unknown>, U>(obj: T, fn: (v: T[keyof T], k: keyof T, o: T) => U) => { [Property in keyof T]: U; };
1
+ export declare const mapValues: <T extends Record<string, unknown>, U>(obj: T, fn: (v: T[keyof T], k: keyof T, o: T) => U) => { [Property in keyof T]: ReturnType<typeof fn>; };
@@ -1 +1 @@
1
- export declare const millisecondsTo: (unit: 'weeks' | 'days' | 'hours' | 'minutes' | 'seconds', ms: number, truncate?: boolean) => number;
1
+ export declare const millisecondsTo: (unit: "weeks" | "days" | "hours" | "minutes" | "seconds", ms: number, truncate?: boolean) => number;
@@ -1 +1 @@
1
- export declare const replace: <T>(arr: T[], indexOrIteratee: number | ((value: T, index: number, array: T[]) => boolean), item: T) => T[];
1
+ export declare const replace: <T>(arr: T[], indexOrIteratee: number | ((value: (typeof arr)[number], index: number, array: typeof arr) => boolean), item: T) => T[];
@@ -2,4 +2,4 @@
2
2
  * Passed a function that returns a promise will retry
3
3
  * the promise until it resolves
4
4
  */
5
- export declare const retry: (fn: (...args: any) => unknown, tick?: number, times?: number) => Promise<unknown>;
5
+ export declare const retry: (fn: (...args: any) => unknown, tick?: number, times?: number) => Promise<ReturnType<typeof fn>>;
@@ -1,4 +1,4 @@
1
1
  export declare const throttle: {
2
- <T extends (...args: any) => any>(func: T, wait?: number | undefined, options?: import('lodash').ThrottleSettingsLeading | undefined): import('lodash').DebouncedFuncLeading<T>;
3
- <T_1 extends (...args: any) => any>(func: T_1, wait?: number | undefined, options?: import('lodash').ThrottleSettings | undefined): import('lodash').DebouncedFunc<T_1>;
2
+ <T extends (...args: any) => any>(func: T, wait?: number, options?: import('lodash').ThrottleSettingsLeading): import('lodash').DebouncedFuncLeading<T>;
3
+ <T extends (...args: any) => any>(func: T, wait?: number, options?: import('lodash').ThrottleSettings): import('lodash').DebouncedFunc<T>;
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitboss-ui",
3
- "version": "2.0.87",
3
+ "version": "2.0.88",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "scripts": {
@@ -35,7 +35,7 @@
35
35
  "object-code": "^1.3.3"
36
36
  },
37
37
  "peerDependencies": {
38
- "vue": "^3.5.0"
38
+ "vue": "^3.5.12"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@inertiajs/vue3": "^1.2.0",
@@ -69,7 +69,7 @@
69
69
  "prettier-plugin-tailwindcss": "^0.6.6",
70
70
  "rollup-plugin-typescript2": "^0.36.0",
71
71
  "tailwindcss": "^3.4.10",
72
- "typescript": "^5.4.5",
72
+ "typescript": "^5.6.3",
73
73
  "vite": "^5.4.3",
74
74
  "vite-plugin-dts": "^4.2.1",
75
75
  "vitepress": "^1.3.4",
package/dist/index208.js DELETED
@@ -1,4 +0,0 @@
1
- const o = (e) => typeof e == "boolean" ? e : e === "true";
2
- export {
3
- o as booleanishToBoolean
4
- };
package/dist/index274.js DELETED
@@ -1,4 +0,0 @@
1
- import f from "./index224.js";
2
- export {
3
- f as default
4
- };
package/dist/index277.js DELETED
@@ -1,11 +0,0 @@
1
- function u(e, i) {
2
- const n = /* @__PURE__ */ new Set(), s = [];
3
- for (let t = 0; t < e.length; t++) {
4
- const o = e[t], c = i(o);
5
- n.has(c) || (n.add(c), s.push(o));
6
- }
7
- return s;
8
- }
9
- export {
10
- u as uniqBy
11
- };
package/dist/index288.js DELETED
@@ -1,4 +0,0 @@
1
- import f from "./index236.js";
2
- export {
3
- f as default
4
- };