bitboss-ui 2.0.87 → 2.0.89

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 (230) 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 +177 -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 +15 -7
  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/index118.js +2 -2
  80. package/dist/index120.js +5 -5
  81. package/dist/index122.js +1 -1
  82. package/dist/index126.js +1 -1
  83. package/dist/index127.js +1 -1
  84. package/dist/index128.js +1 -1
  85. package/dist/index13.js +1 -1
  86. package/dist/index130.js +1 -1
  87. package/dist/index132.js +6 -6
  88. package/dist/index15.js +4 -4
  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 +53 -2
  93. package/dist/index207.js +13 -4
  94. package/dist/index208.js +5 -2
  95. package/dist/index209.js +14 -124
  96. package/dist/index21.js +14 -14
  97. package/dist/index210.js +16 -5
  98. package/dist/index211.js +17 -123
  99. package/dist/index212.js +18 -18
  100. package/dist/index213.js +24 -13
  101. package/dist/index214.js +3 -16
  102. package/dist/index215.js +2 -2
  103. package/dist/index216.js +8 -2
  104. package/dist/index217.js +248 -40
  105. package/dist/index218.js +50 -18
  106. package/dist/index219.js +43 -5
  107. package/dist/index220.js +4 -52
  108. package/dist/index221.js +62 -0
  109. package/dist/index222.js +3 -13
  110. package/dist/index223.js +3 -5
  111. package/dist/index224.js +41 -12
  112. package/dist/index225.js +6 -369
  113. package/dist/index226.js +7 -4
  114. package/dist/index227.js +12 -164
  115. package/dist/index228.js +80 -83
  116. package/dist/index229.js +166 -0
  117. package/dist/index23.js +16 -16
  118. package/dist/index230.js +84 -19
  119. package/dist/index232.js +2 -3
  120. package/dist/index233.js +4 -8
  121. package/dist/index234.js +2 -249
  122. package/dist/index235.js +18 -50
  123. package/dist/index236.js +4 -44
  124. package/dist/index237.js +126 -5
  125. package/dist/index238.js +124 -59
  126. package/dist/index239.js +2 -3
  127. package/dist/index240.js +5 -7
  128. package/dist/index241.js +369 -3
  129. package/dist/index242.js +2 -2
  130. package/dist/index243.js +2 -18
  131. package/dist/index244.js +17 -105
  132. package/dist/index245.js +108 -0
  133. package/dist/{index246.js → index247.js} +1 -1
  134. package/dist/index25.js +6 -6
  135. package/dist/index251.js +9 -6
  136. package/dist/index252.js +23 -16
  137. package/dist/index253.js +88 -8
  138. package/dist/index255.js +6 -89
  139. package/dist/index256.js +18 -0
  140. package/dist/index258.js +3 -4
  141. package/dist/index260.js +7 -6
  142. package/dist/index261.js +281 -2
  143. package/dist/index262.js +6 -2
  144. package/dist/index263.js +2 -2
  145. package/dist/index266.js +2 -126
  146. package/dist/index267.js +2 -431
  147. package/dist/index268.js +2 -176
  148. package/dist/index269.js +2 -3
  149. package/dist/index27.js +1 -1
  150. package/dist/index270.js +4 -0
  151. package/dist/index271.js +2 -7
  152. package/dist/index272.js +1 -21
  153. package/dist/index273.js +30 -0
  154. package/dist/index274.js +21 -1
  155. package/dist/index276.js +224 -12
  156. package/dist/index277.js +429 -7
  157. package/dist/index278.js +2 -9
  158. package/dist/index279.js +87 -15
  159. package/dist/index280.js +3 -4
  160. package/dist/index281.js +11 -435
  161. package/dist/index282.js +7 -125
  162. package/dist/index283.js +8 -199
  163. package/dist/index284.js +17 -2
  164. package/dist/index285.js +4 -2
  165. package/dist/index286.js +4 -2
  166. package/dist/index287.js +176 -2
  167. package/dist/index288.js +200 -2
  168. package/dist/index289.js +2 -2
  169. package/dist/index29.js +3 -3
  170. package/dist/index290.js +65 -27
  171. package/dist/index291.js +2 -22
  172. package/dist/index292.js +128 -0
  173. package/dist/index293.js +22 -89
  174. package/dist/index295.js +5 -3
  175. package/dist/index296.js +436 -3
  176. package/dist/index297.js +126 -210
  177. package/dist/index298.js +3 -2
  178. package/dist/index299.js +3 -5
  179. package/dist/index300.js +204 -59
  180. package/dist/index301.js +3 -4
  181. package/dist/index302.js +2 -3
  182. package/dist/index303.js +3 -59
  183. package/dist/index304.js +58 -3
  184. package/dist/index305.js +6 -32
  185. package/dist/index306.js +17 -5
  186. package/dist/index309.js +32 -6
  187. package/dist/index31.js +2 -2
  188. package/dist/index310.js +5 -17
  189. package/dist/index313.js +2 -47
  190. package/dist/index314.js +47 -2
  191. package/dist/{index316.js → index315.js} +2 -2
  192. package/dist/index317.js +1 -1
  193. package/dist/index318.js +2 -47
  194. package/dist/index319.js +47 -2
  195. package/dist/index33.js +2 -2
  196. package/dist/index35.js +3 -3
  197. package/dist/index37.js +14 -14
  198. package/dist/index39.js +4 -4
  199. package/dist/index41.js +2 -2
  200. package/dist/index43.js +2 -2
  201. package/dist/index45.js +6 -6
  202. package/dist/index47.js +2 -2
  203. package/dist/index49.js +2 -2
  204. package/dist/index55.js +1 -1
  205. package/dist/index57.js +1 -1
  206. package/dist/index75.js +99 -85
  207. package/dist/index79.js +2 -2
  208. package/dist/index81.js +1 -1
  209. package/dist/index84.js +3 -3
  210. package/dist/index88.js +4 -4
  211. package/dist/index90.js +1 -1
  212. package/dist/style.css +1 -1
  213. package/dist/utilities/functions/booleanishToBoolean.d.ts +1 -1
  214. package/dist/utilities/functions/deburr.d.ts +1 -1
  215. package/dist/utilities/functions/flattenTree.d.ts +1 -1
  216. package/dist/utilities/functions/groupBy.d.ts +1 -1
  217. package/dist/utilities/functions/indexBy.d.ts +1 -1
  218. package/dist/utilities/functions/mapValues.d.ts +1 -1
  219. package/dist/utilities/functions/millisecondsTo.d.ts +1 -1
  220. package/dist/utilities/functions/replace.d.ts +1 -1
  221. package/dist/utilities/functions/retry.d.ts +1 -1
  222. package/dist/utilities/functions/throttle.d.ts +2 -2
  223. package/package.json +4 -4
  224. package/dist/index206.js +0 -4
  225. package/dist/index231.js +0 -29
  226. package/dist/index248.js +0 -4
  227. package/dist/index254.js +0 -25
  228. package/dist/index259.js +0 -283
  229. package/dist/index275.js +0 -5
  230. package/dist/index294.js +0 -226
@@ -1,52 +1,30 @@
1
1
  import { Option } from '../types/Option';
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
- slots: Partial<Record<"loading", (_: {}) => any>> & Partial<Record<"no-data", (_: {}) => any>> & {
12
- prepend?(_: {}): any;
13
- "option:prepend"?(_: {
14
- id: string;
15
- checked: boolean;
16
- disabled: boolean;
17
- item: any;
18
- text: string;
19
- }): any;
20
- input?(_: {
21
- index: number;
22
- option: Option;
23
- }): any;
24
- label?(_: {
25
- checked: boolean;
26
- item: any;
27
- text: string;
28
- }): any;
29
- "option:append"?(_: {
30
- id: string;
31
- checked: boolean;
32
- disabled: boolean;
33
- item: any;
34
- text: string;
35
- }): any;
36
- append?(_: {}): any;
37
- };
38
- attrs: any;
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;
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, 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;
48
26
  options: Option[];
49
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
27
+ }> & import('vue').PublicProps;
50
28
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
51
29
  attrs: any;
52
30
  slots: Partial<Record<"loading", (_: {}) => any>> & Partial<Record<"no-data", (_: {}) => any>> & {
@@ -80,47 +58,7 @@ declare const _default: <T = any>(__VLS_props: {
80
58
  }>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
81
59
  [key: string]: any;
82
60
  }> & {
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;
61
+ __ctx?: Awaited<typeof __VLS_setup>;
124
62
  };
125
63
  export default _default;
126
64
  type __VLS_PrettifyLocal<T> = {
@@ -3,13 +3,20 @@ type Props = {
3
3
  duration?: number;
4
4
  gap?: number;
5
5
  };
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";
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";
8
16
  duration: number;
9
17
  gap: number;
10
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
11
- default?(_: {}): any;
12
- }>;
18
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
20
  export default _default;
14
21
  type __VLS_WithTemplateSlots<T, S> = T & {
15
22
  new (): {
@@ -3,13 +3,20 @@ type Props = {
3
3
  duration?: number;
4
4
  gap?: number;
5
5
  };
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";
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";
8
16
  duration: number;
9
17
  gap: number;
10
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, {
11
- default?(_: {}): any;
12
- }>;
18
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
20
  export default _default;
14
21
  type __VLS_WithTemplateSlots<T, S> = T & {
15
22
  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_1 extends keyof T>(message: Key_1, params: T[Key_1]): void;
11
- <Key_2 extends keyof T>(message: Key_2, params?: never): void;
10
+ <Key extends keyof T>(message: Key, params: T[Key]): void;
11
+ <Key extends keyof T>(message: Key, 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
  */