bitboss-ui 2.0.42 → 2.0.43

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 (219) hide show
  1. package/dist/components/BaseButton/BaseButton.vue.d.ts +7 -14
  2. package/dist/components/BaseCheckbox/BaseCheckbox.vue.d.ts +6 -15
  3. package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +221 -27
  4. package/dist/components/BaseColorInput/BaseColorInput.vue.d.ts +2 -12
  5. package/dist/components/BaseDatePicker/BaseDatePickerInputDaySelector.vue.d.ts +18 -27
  6. package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +19 -161
  7. package/dist/components/BaseDialog/BaseDialog.vue.d.ts +2 -16
  8. package/dist/components/BaseInputContainer/BaseInputContainer.vue.d.ts +3 -10
  9. package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +2 -11
  10. package/dist/components/BaseRadio/BaseRadio.vue.d.ts +6 -13
  11. package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +224 -27
  12. package/dist/components/BaseRating/BaseRating.vue.d.ts +2 -11
  13. package/dist/components/BaseSelect/BaseSelect.vue.d.ts +6 -337
  14. package/dist/components/BaseSlider/BaseSlider.vue.d.ts +3 -15
  15. package/dist/components/BaseSwitch/BaseSwitch.vue.d.ts +2 -11
  16. package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +214 -30
  17. package/dist/components/BaseTag/BaseTag.vue.d.ts +4 -210
  18. package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +3 -12
  19. package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +2 -11
  20. package/dist/components/BbAccordion/BbAccordion.vue.d.ts +20 -28
  21. package/dist/components/BbAlert/BbAlert.vue.d.ts +16 -23
  22. package/dist/components/BbAvatar/BbAvatar.vue.d.ts +6 -15
  23. package/dist/components/BbBadge/BbBadge.vue.d.ts +7 -14
  24. package/dist/components/BbBreadcrumbs/BbBreadcrumbs.vue.d.ts +44 -51
  25. package/dist/components/BbButton/BbButton.vue.d.ts +6 -13
  26. package/dist/components/BbCheckbox/BbCheckbox.vue.d.ts +19 -26
  27. package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +249 -34
  28. package/dist/components/BbChip/BbChip.vue.d.ts +6 -13
  29. package/dist/components/BbCollapsible/BbCollapsible.vue.d.ts +6 -13
  30. package/dist/components/BbColorInput/BbColorInput.vue.d.ts +12 -19
  31. package/dist/components/BbConfirm/BbConfirm.vue.d.ts +17 -24
  32. package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +22 -29
  33. package/dist/components/BbDialog/BbDialog.vue.d.ts +2 -9
  34. package/dist/components/BbDropdown/BbDropdown.vue.d.ts +159 -169
  35. package/dist/components/BbDropdownButton/BbDropdownButton.vue.d.ts +183 -190
  36. package/dist/components/BbDropzone/BbDropzone.vue.d.ts +17 -26
  37. package/dist/components/BbIntersection/BbIntersection.vue.d.ts +15 -24
  38. package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +12 -98
  39. package/dist/components/BbOffCanvas/BbOffCanvas.vue.d.ts +3 -17
  40. package/dist/components/BbPagination/BbPagination.vue.d.ts +23 -33
  41. package/dist/components/BbPopover/BbPopover.vue.d.ts +53 -65
  42. package/dist/components/BbRadio/BbRadio.vue.d.ts +19 -26
  43. package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +252 -34
  44. package/dist/components/BbRating/BbRating.vue.d.ts +12 -19
  45. package/dist/components/BbRatio/BbRatio.vue.d.ts +7 -14
  46. package/dist/components/BbSelect/BbSelect.vue.d.ts +156 -15
  47. package/dist/components/BbSlider/BbSlider.vue.d.ts +12 -19
  48. package/dist/components/BbSmoothHeight/BbSmoothHeight.vue.d.ts +3 -13
  49. package/dist/components/BbSwitch/BbSwitch.vue.d.ts +19 -26
  50. package/dist/components/BbSwitchGroup/BbSwitchGroup.vue.d.ts +249 -34
  51. package/dist/components/BbTab/BbTab.vue.d.ts +77 -88
  52. package/dist/components/BbTable/BbTable.vue.d.ts +77 -86
  53. package/dist/components/BbTag/BbTag.vue.d.ts +2 -9
  54. package/dist/components/BbTextInput/BbTextInput.vue.d.ts +12 -19
  55. package/dist/components/BbTextarea/BbTextarea.vue.d.ts +12 -19
  56. package/dist/components/BbToast/BbToast.vue.d.ts +1 -1
  57. package/dist/components/BbTooltip/BbTooltip.vue.d.ts +3 -13
  58. package/dist/components/BbTree/BbTree.vue.d.ts +2 -9
  59. package/dist/components/ChipsBox.vue.d.ts +1 -1
  60. package/dist/components/CommaBox.vue.d.ts +1 -1
  61. package/dist/components/CommonFloating.vue.d.ts +4 -14
  62. package/dist/components/CommonInputInnerContainer.vue.d.ts +7 -16
  63. package/dist/components/CommonInputOuterContainer.vue.d.ts +5 -12
  64. package/dist/components/ListBox.vue.d.ts +15 -24
  65. package/dist/components/OptionsContainer.vue.d.ts +88 -26
  66. package/dist/components/Transitions/Slide.vue.d.ts +5 -12
  67. package/dist/components/Transitions/SlideBack.vue.d.ts +5 -12
  68. package/dist/composables/useBroadcastChannelInstance.d.ts +2 -2
  69. package/dist/composables/useToast.d.ts +1 -1
  70. package/dist/composables/useWizard.d.ts +1 -1
  71. package/dist/index108.js +1 -1
  72. package/dist/index110.js +4 -4
  73. package/dist/index120.js +5 -5
  74. package/dist/index126.js +1 -1
  75. package/dist/index127.js +1 -1
  76. package/dist/index128.js +1 -1
  77. package/dist/index13.js +1 -1
  78. package/dist/index130.js +1 -1
  79. package/dist/index132.js +2 -2
  80. package/dist/index133.js +2 -2
  81. package/dist/index15.js +43 -42
  82. package/dist/index17.js +3 -3
  83. package/dist/index19.js +2 -2
  84. package/dist/index204.js +2 -116
  85. package/dist/index205.js +8 -2
  86. package/dist/index206.js +52 -157
  87. package/dist/index208.js +15 -0
  88. package/dist/index209.js +20 -3
  89. package/dist/index21.js +14 -14
  90. package/dist/index210.js +4 -8
  91. package/dist/index211.js +116 -3
  92. package/dist/index212.js +2 -41
  93. package/dist/index213.js +4 -6
  94. package/dist/index214.js +2 -7
  95. package/dist/index215.js +5 -53
  96. package/dist/index216.js +18 -0
  97. package/dist/index217.js +16 -13
  98. package/dist/index218.js +19 -2
  99. package/dist/index219.js +19 -4
  100. package/dist/index220.js +27 -2
  101. package/dist/index221.js +3 -20
  102. package/dist/index222.js +2 -4
  103. package/dist/index223.js +245 -122
  104. package/dist/index224.js +52 -5
  105. package/dist/index225.js +44 -125
  106. package/dist/index226.js +5 -19
  107. package/dist/index227.js +49 -16
  108. package/dist/index228.js +124 -14
  109. package/dist/index229.js +125 -2
  110. package/dist/index23.js +15 -15
  111. package/dist/index230.js +2 -2
  112. package/dist/index231.js +41 -5
  113. package/dist/index232.js +6 -369
  114. package/dist/index233.js +5 -19
  115. package/dist/index234.js +367 -25
  116. package/dist/index235.js +158 -3
  117. package/dist/index236.js +77 -242
  118. package/dist/index238.js +3 -44
  119. package/dist/index239.js +3 -5
  120. package/dist/index240.js +7 -49
  121. package/dist/index241.js +106 -2
  122. package/dist/index243.js +47 -53
  123. package/dist/index245.js +2 -100
  124. package/dist/index25.js +5 -5
  125. package/dist/index250.js +6 -3
  126. package/dist/index251.js +16 -12
  127. package/dist/index252.js +3 -9
  128. package/dist/index253.js +8 -8
  129. package/dist/index254.js +23 -17
  130. package/dist/index255.js +7 -222
  131. package/dist/index256.js +3 -431
  132. package/dist/index258.js +7 -3
  133. package/dist/index259.js +178 -0
  134. package/dist/index260.js +3 -6
  135. package/dist/index261.js +281 -4
  136. package/dist/index262.js +5 -175
  137. package/dist/index263.js +2 -200
  138. package/dist/index264.js +2 -6
  139. package/dist/index265.js +2 -16
  140. package/dist/index266.js +2 -3
  141. package/dist/index267.js +2 -9
  142. package/dist/index268.js +2 -23
  143. package/dist/index269.js +2 -9
  144. package/dist/index27.js +1 -1
  145. package/dist/index270.js +2 -281
  146. package/dist/index271.js +2 -6
  147. package/dist/index272.js +2 -2
  148. package/dist/index273.js +28 -2
  149. package/dist/index274.js +22 -2
  150. package/dist/index276.js +2 -2
  151. package/dist/index277.js +126 -2
  152. package/dist/index278.js +431 -2
  153. package/dist/index279.js +21 -1
  154. package/dist/index281.js +3 -2
  155. package/dist/index282.js +12 -28
  156. package/dist/index283.js +8 -21
  157. package/dist/index284.js +11 -0
  158. package/dist/index285.js +17 -2
  159. package/dist/index286.js +218 -120
  160. package/dist/index287.js +199 -21
  161. package/dist/index288.js +438 -0
  162. package/dist/index289.js +113 -422
  163. package/dist/index29.js +3 -3
  164. package/dist/index290.js +87 -125
  165. package/dist/index291.js +1 -1
  166. package/dist/index292.js +1 -1
  167. package/dist/index293.js +2 -2
  168. package/dist/index297.js +4 -5
  169. package/dist/index298.js +4 -8
  170. package/dist/index299.js +58 -10
  171. package/dist/index300.js +4 -3
  172. package/dist/index301.js +8 -4
  173. package/dist/index302.js +79 -4
  174. package/dist/index304.js +4 -79
  175. package/dist/index305.js +37 -0
  176. package/dist/index306.js +6 -34
  177. package/dist/index307.js +18 -6
  178. package/dist/index308.js +5 -17
  179. package/dist/index309.js +10 -46
  180. package/dist/index31.js +2 -2
  181. package/dist/index310.js +46 -6
  182. package/dist/index312.js +1 -1
  183. package/dist/index33.js +2 -2
  184. package/dist/index35.js +3 -3
  185. package/dist/index37.js +13 -13
  186. package/dist/index39.js +3 -3
  187. package/dist/index41.js +2 -2
  188. package/dist/index43.js +2 -2
  189. package/dist/index45.js +6 -6
  190. package/dist/index47.js +2 -2
  191. package/dist/index49.js +2 -2
  192. package/dist/index55.js +1 -1
  193. package/dist/index57.js +1 -1
  194. package/dist/index75.js +3 -3
  195. package/dist/index79.js +2 -2
  196. package/dist/index81.js +1 -1
  197. package/dist/index84.js +2 -2
  198. package/dist/index86.js +1 -1
  199. package/dist/index88.js +3 -3
  200. package/dist/index90.js +1 -1
  201. package/dist/style.css +1 -1
  202. package/dist/utilities/functions/booleanishToBoolean.d.ts +1 -1
  203. package/dist/utilities/functions/deburr.d.ts +1 -1
  204. package/dist/utilities/functions/flattenTree.d.ts +1 -1
  205. package/dist/utilities/functions/groupBy.d.ts +1 -1
  206. package/dist/utilities/functions/indexBy.d.ts +1 -1
  207. package/dist/utilities/functions/mapValues.d.ts +1 -1
  208. package/dist/utilities/functions/millisecondsTo.d.ts +1 -1
  209. package/dist/utilities/functions/replace.d.ts +1 -1
  210. package/dist/utilities/functions/retry.d.ts +1 -1
  211. package/dist/utilities/functions/throttle.d.ts +2 -2
  212. package/package.json +2 -2
  213. package/dist/index207.js +0 -86
  214. package/dist/index237.js +0 -54
  215. package/dist/index257.js +0 -91
  216. package/dist/index275.js +0 -4
  217. package/dist/index280.js +0 -4
  218. package/dist/index303.js +0 -61
  219. /package/dist/{index242.js → index246.js} +0 -0
@@ -7,27 +7,7 @@ type Props = {
7
7
  loadingText?: string;
8
8
  noDataText?: string;
9
9
  };
10
- declare function __VLS_template(): {
11
- slots: Partial<Record<"loading", (_: {}) => any>> & Partial<Record<"no-data", (_: {}) => any>> & {
12
- "options:prepend"?(_: {}): any;
13
- option?(_: {
14
- disabled: boolean;
15
- focused: boolean;
16
- index: number;
17
- item: any;
18
- selected: boolean;
19
- text: string;
20
- value: any;
21
- }): any;
22
- "options:append"?(_: {}): any;
23
- };
24
- refs: {
25
- inner: HTMLDivElement;
26
- };
27
- attrs: Partial<{}>;
28
- };
29
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
30
- declare const __VLS_component: import('vue').DefineComponent<Props, {
10
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Props, {
31
11
  focusNext: () => void;
32
12
  focusPrevious: () => Promise<void>;
33
13
  focusFirst: () => void;
@@ -36,7 +16,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
36
16
  focusLastSelected: () => void;
37
17
  blur: () => void;
38
18
  confirmOption: () => void;
39
- focusByHash: (hash: Option["valueHash"]) => void;
19
+ focusByHash: (hash: string) => void;
40
20
  getHighlighted: () => Option | undefined;
41
21
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
42
22
  "option:unselected": (option: Option) => any;
@@ -48,8 +28,19 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
48
28
  transitionDuration: number;
49
29
  loadingText: string;
50
30
  noDataText: string;
51
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
52
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
31
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Partial<Record<"loading", (_: {}) => any>> & Partial<Record<"no-data", (_: {}) => any>> & {
32
+ "options:prepend"?(_: {}): any;
33
+ option?(_: {
34
+ disabled: boolean;
35
+ focused: boolean;
36
+ index: number;
37
+ item: any;
38
+ selected: boolean;
39
+ text: string;
40
+ value: any;
41
+ }): any;
42
+ "options:append"?(_: {}): any;
43
+ }>;
53
44
  export default _default;
54
45
  type __VLS_WithTemplateSlots<T, S> = T & {
55
46
  new (): {
@@ -1,30 +1,52 @@
1
1
  import { Option } from '../types/Option';
2
- declare const _default: <T = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
- props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{}> & Readonly<{}>, never>, never> & {
4
- /**
5
- * Direction of the layout of the inputs inside the fieldset. It can be either `horizontal` or `vertical`
6
- */
7
- direction?: "horizontal" | "vertical";
8
- /**
9
- * Define if the component should be in an error state.
10
- * It usually attaches a CSS class for styling purposes.
11
- */
12
- hasErrors?: boolean;
13
- /**
14
- * Visually hides the label of the input while maintaining accessibility.
15
- */
16
- hideLabel?: boolean;
17
- /**
18
- * String displayed while items are being loaded.
19
- */
20
- loadingText?: string;
21
- loading?: boolean;
22
- /**
23
- * String displayed when there are no items to display.
24
- */
25
- noDataText?: string;
2
+ declare const _default: <T = any>(__VLS_props: {
3
+ direction?: "horizontal" | "vertical" | undefined;
4
+ hasErrors?: boolean | undefined;
5
+ hideLabel?: boolean | undefined;
6
+ loadingText?: string | undefined;
7
+ loading?: boolean | undefined;
8
+ noDataText?: string | undefined;
9
+ options: Option[];
10
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
11
+ attrs: any;
12
+ slots: Partial<Record<"loading", (_: {}) => any>> & Partial<Record<"no-data", (_: {}) => any>> & {
13
+ prepend?(_: {}): any;
14
+ "option:prepend"?(_: {
15
+ id: string;
16
+ checked: boolean;
17
+ disabled: boolean;
18
+ item: any;
19
+ text: string;
20
+ }): any;
21
+ input?(_: {
22
+ index: number;
23
+ option: Option;
24
+ }): any;
25
+ label?(_: {
26
+ checked: boolean;
27
+ item: any;
28
+ text: string;
29
+ }): any;
30
+ "option:append"?(_: {
31
+ id: string;
32
+ checked: boolean;
33
+ disabled: boolean;
34
+ item: any;
35
+ text: string;
36
+ }): any;
37
+ append?(_: {}): any;
38
+ };
39
+ emit: {};
40
+ } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
41
+ props: {
42
+ direction?: "horizontal" | "vertical" | undefined;
43
+ hasErrors?: boolean | undefined;
44
+ hideLabel?: boolean | undefined;
45
+ loadingText?: string | undefined;
46
+ loading?: boolean | undefined;
47
+ noDataText?: string | undefined;
26
48
  options: Option[];
27
- }> & import('vue').PublicProps;
49
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
28
50
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
29
51
  attrs: any;
30
52
  slots: Partial<Record<"loading", (_: {}) => any>> & Partial<Record<"no-data", (_: {}) => any>> & {
@@ -58,7 +80,47 @@ declare const _default: <T = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_
58
80
  }>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
59
81
  [key: string]: any;
60
82
  }> & {
61
- __ctx?: Awaited<typeof __VLS_setup>;
83
+ __ctx?: {
84
+ props: {
85
+ direction?: "horizontal" | "vertical" | undefined;
86
+ hasErrors?: boolean | undefined;
87
+ hideLabel?: boolean | undefined;
88
+ loadingText?: string | undefined;
89
+ loading?: boolean | undefined;
90
+ noDataText?: string | undefined;
91
+ options: Option[];
92
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
93
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
94
+ attrs: any;
95
+ slots: Partial<Record<"loading", (_: {}) => any>> & Partial<Record<"no-data", (_: {}) => any>> & {
96
+ prepend?(_: {}): any;
97
+ "option:prepend"?(_: {
98
+ id: string;
99
+ checked: boolean;
100
+ disabled: boolean;
101
+ item: any;
102
+ text: string;
103
+ }): any;
104
+ input?(_: {
105
+ index: number;
106
+ option: Option;
107
+ }): any;
108
+ label?(_: {
109
+ checked: boolean;
110
+ item: any;
111
+ text: string;
112
+ }): any;
113
+ "option:append"?(_: {
114
+ id: string;
115
+ checked: boolean;
116
+ disabled: boolean;
117
+ item: any;
118
+ text: string;
119
+ }): any;
120
+ append?(_: {}): any;
121
+ };
122
+ emit: {};
123
+ } | undefined;
62
124
  };
63
125
  export default _default;
64
126
  type __VLS_PrettifyLocal<T> = {
@@ -3,20 +3,13 @@ type Props = {
3
3
  duration?: number;
4
4
  gap?: number;
5
5
  };
6
- declare function __VLS_template(): {
7
- slots: {
8
- default?(_: {}): any;
9
- };
10
- refs: {};
11
- attrs: Partial<{}>;
12
- };
13
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
- declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
15
- direction: "left" | "right" | "bottom" | "top";
6
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
7
+ direction: "left" | "right" | "top" | "bottom";
16
8
  duration: number;
17
9
  gap: number;
18
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
10
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
11
+ default?(_: {}): any;
12
+ }>;
20
13
  export default _default;
21
14
  type __VLS_WithTemplateSlots<T, S> = T & {
22
15
  new (): {
@@ -3,20 +3,13 @@ type Props = {
3
3
  duration?: number;
4
4
  gap?: number;
5
5
  };
6
- declare function __VLS_template(): {
7
- slots: {
8
- default?(_: {}): any;
9
- };
10
- refs: {};
11
- attrs: Partial<{}>;
12
- };
13
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
- declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
15
- direction: "left" | "right" | "bottom" | "top";
6
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
7
+ direction: "left" | "right" | "top" | "bottom";
16
8
  duration: number;
17
9
  gap: number;
18
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
10
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
11
+ default?(_: {}): any;
12
+ }>;
20
13
  export default _default;
21
14
  type __VLS_WithTemplateSlots<T, S> = T & {
22
15
  new (): {
@@ -7,8 +7,8 @@ export declare const useBroadcastChannelInstance: <T extends MessageMap>(name?:
7
7
  removeonUnmount: boolean;
8
8
  }) => void;
9
9
  post: {
10
- <Key extends keyof T>(message: Key, params: T[Key]): void;
11
- <Key extends keyof T>(message: Key, params?: never): void;
10
+ <Key_1 extends keyof T>(message: Key_1, params: T[Key_1]): void;
11
+ <Key_2 extends keyof T>(message: Key_2, params?: never): void;
12
12
  };
13
13
  close: () => void;
14
14
  };
@@ -76,7 +76,7 @@ export declare const state: {
76
76
  };
77
77
  export declare const useToast: () => {
78
78
  toast: (message: MessageParameter) => string;
79
- dismiss: (id: Message["id"]) => {
79
+ dismiss: (id: Message['id']) => {
80
80
  title?: string | undefined;
81
81
  text: string;
82
82
  icon?: string | undefined;
@@ -35,7 +35,7 @@ export declare const useWizard: <T extends object>(params: {
35
35
  * When navogation is enabled, to whether use the query parameters or an entire substring of the URL like xyz/steps/....
36
36
  * The latter useful with nuxt so you can leverage the automatic import of components based on the URL.
37
37
  */
38
- navigationMode?: "query" | "route";
38
+ navigationMode?: 'query' | 'route';
39
39
  /**
40
40
  * Whether to use navigation at all. When disabled no query or URL is changed.
41
41
  */
package/dist/index108.js CHANGED
@@ -8,7 +8,7 @@ import ge from "./index13.js";
8
8
  /* empty css */
9
9
  import _e from "./index127.js";
10
10
  /* empty css */
11
- import { throttledWatch as we } from "./index204.js";
11
+ import { throttledWatch as we } from "./index211.js";
12
12
  const $e = ["id"], Se = { class: "bb-tab__label-boundary" }, qe = { class: "bb-tab__label" }, xe = { class: "bb-tab__panes-container" }, Te = ["id", "aria-labelledby"], Fe = /* @__PURE__ */ se({
13
13
  __name: "BbTab",
14
14
  props: {
package/dist/index110.js CHANGED
@@ -1,15 +1,15 @@
1
1
  import { defineComponent as oe, ref as x, computed as y, toRef as B, watch as ne, openBlock as n, createBlock as de, resolveDynamicComponent as ce, normalizeClass as r, unref as u, withCtx as ie, createElementBlock as d, toDisplayString as p, createCommentVNode as _, createElementVNode as o, renderSlot as f, createVNode as I, Fragment as w, renderList as T, createTextVNode as be, mergeProps as re } from "vue";
2
2
  import { add as ue } from "./index294.js";
3
- import { clamp as pe } from "./index205.js";
3
+ import { clamp as pe } from "./index204.js";
4
4
  import { isNil as M } from "./index129.js";
5
5
  import { useId as fe } from "./index8.js";
6
- import { useItemValue as me } from "./index253.js";
7
- import { when as ye } from "./index219.js";
6
+ import { useItemValue as me } from "./index284.js";
7
+ import { when as ye } from "./index213.js";
8
8
  import J from "./index17.js";
9
9
  /* empty css */
10
10
  import he from "./index31.js";
11
11
  /* empty css */
12
- import { useOptions as ke } from "./index206.js";
12
+ import { useOptions as ke } from "./index235.js";
13
13
  const _e = {
14
14
  key: 0,
15
15
  class: "sr-only"
package/dist/index120.js CHANGED
@@ -1,12 +1,12 @@
1
1
  import { defineComponent as z, defineAsyncComponent as A, ref as a, watch as I, computed as R, openBlock as v, createElementBlock as S, mergeProps as U, createElementVNode as c, renderSlot as E, normalizeProps as W, guardReactiveProps as j, unref as u, createBlock as D, withCtx as L, createCommentVNode as M } from "vue";
2
- import { useFloating as q, arrow as G } from "./index223.js";
2
+ import { useFloating as q, arrow as G } from "./index228.js";
3
3
  import { useId as J } from "./index8.js";
4
4
  import { wait as P } from "./index131.js";
5
5
  import K from "./index13.js";
6
6
  /* empty css */
7
- import { throttle as b } from "./index211.js";
8
- import { waitFor as Q } from "./index213.js";
9
- import { autoUpdate as X, flip as Y, shift as Z, hide as x } from "./index232.js";
7
+ import { throttle as b } from "./index239.js";
8
+ import { waitFor as Q } from "./index232.js";
9
+ import { autoUpdate as X, flip as Y, shift as Z, hide as x } from "./index234.js";
10
10
  const ue = /* @__PURE__ */ z({
11
11
  __name: "BbTooltip",
12
12
  props: {
@@ -24,7 +24,7 @@ const ue = /* @__PURE__ */ z({
24
24
  },
25
25
  setup(F) {
26
26
  const O = A(
27
- () => import("./index266.js")
27
+ () => import("./index252.js")
28
28
  ), t = F, w = `bb_${t.id ?? J().id.value}`, s = a(), d = a(), _ = a(), { placement: g, middlewareData: $ } = q(s, d, {
29
29
  placement: t.placement,
30
30
  whileElementsMounted: X,
package/dist/index126.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as m, getCurrentInstance as d, inject as x, computed as l, ref as y, watchEffect as z, openBlock as _, createElementBlock as b, mergeProps as h } from "vue";
2
- import { isCssColor as w } from "./index218.js";
2
+ import { isCssColor as w } from "./index212.js";
3
3
  const g = ["innerHTML"], $ = /* @__PURE__ */ m({
4
4
  __name: "BbIcon",
5
5
  props: {
package/dist/index127.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as v, ref as r, onMounted as p, onBeforeUnmount as h, openBlock as i, createBlock as l, resolveDynamicComponent as u, normalizeStyle as m, withCtx as f, renderSlot as d } from "vue";
2
- import { throttle as g } from "./index211.js";
2
+ import { throttle as g } from "./index239.js";
3
3
  const O = /* @__PURE__ */ v({
4
4
  __name: "BbSmoothHeight",
5
5
  props: {
package/dist/index128.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as p, computed as s, openBlock as b, createElementBlock as a, normalizeProps as _, guardReactiveProps as x, createStaticVNode as m } from "vue";
2
- import { isCssColor as u } from "./index218.js";
2
+ import { isCssColor as u } from "./index212.js";
3
3
  const f = /* @__PURE__ */ p({
4
4
  __name: "BbSpinner",
5
5
  props: {
package/dist/index13.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as y, getCurrentInstance as p, computed as s, resolveComponent as d, openBlock as k, createBlock as h, resolveDynamicComponent as C, mergeProps as x, withCtx as S, renderSlot as L, createTextVNode as B, toDisplayString as N } from "vue";
2
2
  import { _config as o } from "./index4.js";
3
- import { useLogger as m } from "./index210.js";
3
+ import { useLogger as m } from "./index205.js";
4
4
  const P = /* @__PURE__ */ y({
5
5
  __name: "BaseButton",
6
6
  props: {
package/dist/index130.js CHANGED
@@ -1,4 +1,4 @@
1
- import { clamp as o } from "./index205.js";
1
+ import { clamp as o } from "./index204.js";
2
2
  const r = (t, e) => t * 100 / e, p = (t, e) => t / 100 * e, l = (t, e, n) => r(t - e, n - e), P = ({
3
3
  value: t = 0,
4
4
  originalBounds: e,
package/dist/index132.js CHANGED
@@ -1,5 +1,5 @@
1
- import { toValue as S, notNullish as $, noop as _, tryOnScopeDispose as R, useDebounceFn as q, useThrottleFn as G, tryOnMounted as Q, isClient as J, isObject as K } from "./index204.js";
2
- import { bypassFilter as fe, createFilterWrapper as ve, debounceFilter as de, getLifeCycleTarget as he, throttleFilter as me, throttledWatch as pe, throttledWatch as ge, watchWithFilter as be } from "./index204.js";
1
+ import { toValue as S, notNullish as $, noop as _, tryOnScopeDispose as R, useDebounceFn as q, useThrottleFn as G, tryOnMounted as Q, isClient as J, isObject as K } from "./index211.js";
2
+ import { bypassFilter as fe, createFilterWrapper as ve, debounceFilter as de, getLifeCycleTarget as he, throttleFilter as me, throttledWatch as pe, throttledWatch as ge, watchWithFilter as be } from "./index211.js";
3
3
  import { computed as T, ref as O, watch as V, reactive as k, watchEffect as U, getCurrentInstance as Z, onMounted as ee } from "vue";
4
4
  function N(l) {
5
5
  var o;
package/dist/index133.js CHANGED
@@ -1,5 +1,5 @@
1
- import { isArray as p } from "./index297.js";
2
- import { isPlainObject as c } from "./index298.js";
1
+ import { isArray as p } from "./index300.js";
2
+ import { isPlainObject as c } from "./index301.js";
3
3
  function i(e, n, u, l, r) {
4
4
  const o = {}.propertyIsEnumerable.call(l, n) ? "enumerable" : "nonenumerable";
5
5
  o === "enumerable" && (e[n] = u), r && o === "nonenumerable" && Object.defineProperty(e, n, {
package/dist/index15.js CHANGED
@@ -1,10 +1,10 @@
1
- import { defineComponent as k, ref as y, computed as h, openBlock as v, createElementBlock as g, Fragment as C, createVNode as d, normalizeClass as w, withCtx as a, renderSlot as l, createElementVNode as i, normalizeStyle as H, withModifiers as V, withDirectives as B, mergeProps as q, unref as E } from "vue";
2
- import $ from "./index215.js";
1
+ import { defineComponent as k, ref as y, computed as v, watchPostEffect as h, openBlock as g, createElementBlock as C, Fragment as w, createVNode as d, normalizeClass as V, withCtx as n, renderSlot as l, createElementVNode as s, normalizeStyle as H, withModifiers as B, withDirectives as E, mergeProps as q, unref as $ } from "vue";
2
+ import z from "./index206.js";
3
3
  /* empty css */
4
- import z from "./index217.js";
5
- import { vMaska as M } from "./index221.js";
6
- import { isHex as I } from "./index222.js";
7
- const D = ["id", "aria-describedby", "aria-invalid", "autocomplete", "autofocus", "disabled", "name", "placeholder", "readonly", "required", "value"], F = ["aria-invalid", "disabled", "readonly", "required"], O = /* @__PURE__ */ k({
4
+ import I from "./index208.js";
5
+ import { vMaska as M } from "./index209.js";
6
+ import { isHex as D } from "./index210.js";
7
+ const F = ["id", "aria-describedby", "aria-invalid", "autocomplete", "autofocus", "disabled", "name", "placeholder", "readonly", "required", "value"], P = ["aria-invalid", "disabled", "required"], T = /* @__PURE__ */ k({
8
8
  __name: "BaseColorInput",
9
9
  props: {
10
10
  "append:icon": {},
@@ -23,13 +23,13 @@ const D = ["id", "aria-describedby", "aria-invalid", "autocomplete", "autofocus"
23
23
  required: { type: Boolean }
24
24
  },
25
25
  emits: ["blur", "change", "click", "focus", "input", "keydown", "mousedown", "mouseup", "update:modelValue"],
26
- setup(t, { emit: p }) {
27
- const n = t, o = p, s = y(), u = h(() => ({
26
+ setup(t, { emit: u }) {
27
+ const a = t, o = u, i = y(), p = v(() => ({
28
28
  "bb-base-color-input": !0,
29
- "bb-base-color-input--disabled": n.disabled,
30
- "bb-base-color-input--errors": n.hasErrors,
31
- "bb-base-color-input--loading": n.loading,
32
- "bb-base-color-input--readonly": n.readonly
29
+ "bb-base-color-input--disabled": a.disabled,
30
+ "bb-base-color-input--errors": a.hasErrors,
31
+ "bb-base-color-input--loading": a.loading,
32
+ "bb-base-color-input--readonly": a.readonly
33
33
  })), c = {
34
34
  onBlur: (e) => o("blur", e),
35
35
  onChange: (e) => o("change", e),
@@ -43,11 +43,11 @@ const D = ["id", "aria-describedby", "aria-invalid", "autocomplete", "autofocus"
43
43
  onMouseup: (e) => o("mouseup", e),
44
44
  onMaska: (e) => {
45
45
  const r = e.detail;
46
- I(r.masked) ? o("update:modelValue", r.masked) : r.masked === "" && o("update:modelValue", null);
46
+ D(r.masked) ? o("update:modelValue", r.masked) : r.masked === "" && o("update:modelValue", null);
47
47
  }
48
48
  }, m = () => {
49
49
  var e;
50
- (e = s.value) == null || e.click();
50
+ (e = i.value) == null || e.click();
51
51
  }, b = {
52
52
  mask: "!#HHHHHH",
53
53
  tokens: {
@@ -57,40 +57,42 @@ const D = ["id", "aria-describedby", "aria-invalid", "autocomplete", "autofocus"
57
57
  }, f = (e) => {
58
58
  e.target instanceof HTMLInputElement && o("update:modelValue", e.target.value);
59
59
  };
60
- return (e, r) => (v(), g(C, null, [
61
- d(z, {
62
- class: w(u.value)
60
+ return h(() => {
61
+ i.value && (i.value.value = a.modelValue ?? "");
62
+ }), (e, r) => (g(), C(w, null, [
63
+ d(I, {
64
+ class: V(p.value)
63
65
  }, {
64
- "prepend-outer": a(() => [
66
+ "prepend-outer": n(() => [
65
67
  l(e.$slots, "prepend-outer")
66
68
  ]),
67
- "append-outer": a(() => [
69
+ "append-outer": n(() => [
68
70
  l(e.$slots, "append-outer")
69
71
  ]),
70
- default: a(() => [
71
- d($, {
72
- "append:icon": n["append:icon"],
73
- "prepend:icon": n["prepend:icon"]
72
+ default: n(() => [
73
+ d(z, {
74
+ "append:icon": a["append:icon"],
75
+ "prepend:icon": a["prepend:icon"]
74
76
  }, {
75
- prepend: a(() => [
77
+ prepend: n(() => [
76
78
  l(e.$slots, "prepend")
77
79
  ]),
78
- prefix: a(() => [
80
+ prefix: n(() => [
79
81
  l(e.$slots, "prefix")
80
82
  ]),
81
- append: a(() => [
82
- i("span", {
83
+ append: n(() => [
84
+ s("span", {
83
85
  class: "bb-base-color-input__indicator",
84
- style: H({ backgroundColor: n.modelValue ?? void 0 }),
85
- onClick: V(m, ["stop"])
86
+ style: H({ backgroundColor: a.modelValue ?? void 0 }),
87
+ onClick: B(m, ["stop"])
86
88
  }, null, 4),
87
89
  l(e.$slots, "append")
88
90
  ]),
89
- suffix: a(() => [
91
+ suffix: n(() => [
90
92
  l(e.$slots, "suffix")
91
93
  ]),
92
- default: a(() => [
93
- B(i("input", q(c, {
94
+ default: n(() => [
95
+ E(s("input", q(c, {
94
96
  id: e.id,
95
97
  ref: "input",
96
98
  "aria-describedby": e.ariaDescribedby,
@@ -105,33 +107,32 @@ const D = ["id", "aria-describedby", "aria-invalid", "autocomplete", "autofocus"
105
107
  required: e.required,
106
108
  size: "1",
107
109
  value: e.modelValue
108
- }), null, 16, D), [
109
- [E(M), b]
110
+ }), null, 16, F), [
111
+ [$(M), b]
110
112
  ]),
111
- i("input", {
113
+ s("input", {
112
114
  ref_key: "picker",
113
- ref: s,
115
+ ref: i,
114
116
  "aria-hidden": "true",
115
117
  "aria-invalid": e.hasErrors ? !0 : void 0,
116
118
  "aria-label": "Seleziona il colore dalla tavolozza",
117
119
  class: "bb-base-color-input__picker",
118
- disabled: e.disabled,
119
- readonly: e.readonly,
120
+ disabled: e.disabled || e.readonly,
120
121
  required: e.required,
121
122
  tabindex: "-1",
122
123
  type: "color",
123
- onChange: f
124
- }, null, 40, F)
124
+ onInput: f
125
+ }, null, 40, P)
125
126
  ]),
126
127
  _: 3
127
128
  }, 8, ["append:icon", "prepend:icon"])
128
129
  ]),
129
130
  _: 3
130
131
  }, 8, ["class"]),
131
- r[0] || (r[0] = i("span", null, null, -1))
132
+ r[0] || (r[0] = s("span", null, null, -1))
132
133
  ], 64));
133
134
  }
134
135
  });
135
136
  export {
136
- O as default
137
+ T as default
137
138
  };
package/dist/index17.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as E, ref as m, computed as n, watch as _, openBlock as p, createElementBlock as h, normalizeProps as i, guardReactiveProps as f, mergeProps as k, createCommentVNode as I, createElementVNode as s, renderSlot as q } from "vue";
2
- import { isCssColor as y } from "./index218.js";
3
- import { when as F } from "./index219.js";
4
- import { booleanishToBoolean as N } from "./index220.js";
2
+ import { isCssColor as y } from "./index212.js";
3
+ import { when as F } from "./index213.js";
4
+ import { booleanishToBoolean as N } from "./index214.js";
5
5
  const S = {
6
6
  "aria-hidden": "true",
7
7
  class: "bb-base-checkbox-container"
package/dist/index19.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { defineComponent as $, ref as p, toRef as l, openBlock as B, createBlock as w, unref as f, withCtx as i, renderSlot as s, normalizeProps as b, guardReactiveProps as h, createVNode as O, mergeProps as v } from "vue";
2
- import { useOptions as z } from "./index206.js";
2
+ import { useOptions as z } from "./index235.js";
3
3
  import F from "./index17.js";
4
4
  /* empty css */
5
- import M from "./index207.js";
5
+ import M from "./index236.js";
6
6
  /* empty css */
7
7
  const G = /* @__PURE__ */ $({
8
8
  __name: "BaseCheckboxGroup",