bitboss-ui 0.1.80 → 0.1.82

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 (224) hide show
  1. package/dist/components/BaseButton/BaseButton.vue.d.ts +5 -2
  2. package/dist/components/BaseCheckbox/BaseCheckbox.vue.d.ts +3 -0
  3. package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +10 -2
  4. package/dist/components/BaseDatePicker/BaseDatePicker.vue.d.ts +3 -0
  5. package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +3 -0
  6. package/dist/components/BaseDialog/BaseDialog.vue.d.ts +3 -0
  7. package/dist/components/BaseInputContainer/BaseInputContainer.vue.d.ts +3 -0
  8. package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +4 -1
  9. package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +4 -1
  10. package/dist/components/BaseRating/BaseRating.vue.d.ts +4 -1
  11. package/dist/components/BaseSelect/BaseSelect.vue.d.ts +16 -2
  12. package/dist/components/BaseSlider/BaseSlider.vue.d.ts +3 -0
  13. package/dist/components/BaseSwitch/BaseSwitch.vue.d.ts +3 -0
  14. package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +3 -0
  15. package/dist/components/BaseTag/BaseTag.vue.d.ts +4 -1
  16. package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +4 -1
  17. package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +2 -2
  18. package/dist/components/BbAccordion/BbAccordion.vue.d.ts +5 -2
  19. package/dist/components/BbAlert/BbAlert.vue.d.ts +3 -0
  20. package/dist/components/BbAvatar/BbAvatar.vue.d.ts +7 -58
  21. package/dist/components/BbBadge/BbBadge.vue.d.ts +4 -1
  22. package/dist/components/BbBreadcrumbs/BbBreadcrumbs.vue.d.ts +3 -0
  23. package/dist/components/BbCheckbox/BbCheckbox.vue.d.ts +3 -0
  24. package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +3 -0
  25. package/dist/components/BbChip/BbChip.vue.d.ts +7 -1
  26. package/dist/components/BbCollapsible/BbCollapsible.vue.d.ts +4 -1
  27. package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +3 -0
  28. package/dist/components/BbDialog/BbDialog.vue.d.ts +3 -0
  29. package/dist/components/BbDropdown/BbDropdown.vue.d.ts +15 -3
  30. package/dist/components/BbDropdownButton/BbDropdownButton.vue.d.ts +4 -1
  31. package/dist/components/BbDropzone/BbDropzone.vue.d.ts +6 -7
  32. package/dist/components/BbIcon/BbIcon.vue.d.ts +3 -0
  33. package/dist/components/BbIntersection/BbIntersection.vue.d.ts +4 -1
  34. package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +3 -0
  35. package/dist/components/BbOffCanvas/BbOffCanvas.vue.d.ts +3 -0
  36. package/dist/components/BbPagination/BbPagination.vue.d.ts +4 -1
  37. package/dist/components/BbPopover/BbPopover.vue.d.ts +14 -7
  38. package/dist/components/BbProgress/BbProgress.vue.d.ts +3 -0
  39. package/dist/components/BbRadio/BbRadio.vue.d.ts +3 -0
  40. package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +1 -6
  41. package/dist/components/BbRating/BbRating.vue.d.ts +3 -0
  42. package/dist/components/BbRatio/BbRatio.vue.d.ts +4 -1
  43. package/dist/components/BbSelect/BbSelect.vue.d.ts +14 -3
  44. package/dist/components/BbSmoothHeight/BbSmoothHeight.vue.d.ts +5 -2
  45. package/dist/components/BbSpinner/BbSpinner.vue.d.ts +3 -0
  46. package/dist/components/BbSwitch/BbSwitch.vue.d.ts +3 -0
  47. package/dist/components/BbTab/BbTab.vue.d.ts +4 -1
  48. package/dist/components/BbTable/BbTable.vue.d.ts +258 -295
  49. package/dist/components/BbTable/types.d.ts +214 -0
  50. package/dist/components/BbTag/BbTag.vue.d.ts +3 -0
  51. package/dist/components/BbToast/BbToast.vue.d.ts +3 -0
  52. package/dist/components/BbToast/BbToastMessage.vue.d.ts +3 -0
  53. package/dist/components/BbTooltip/BbTooltip.vue.d.ts +8 -7
  54. package/dist/components/BbTree/BbTree.vue.d.ts +9 -1
  55. package/dist/composables/useItemText.d.ts +6 -1
  56. package/dist/index.d.ts +1 -1
  57. package/dist/index10.js +2 -2
  58. package/dist/index10.js.map +1 -1
  59. package/dist/index100.js +2 -2
  60. package/dist/index102.js +4 -3
  61. package/dist/index102.js.map +1 -1
  62. package/dist/index106.js +1 -1
  63. package/dist/index108.js +85 -57
  64. package/dist/index108.js.map +1 -1
  65. package/dist/index110.js +77 -55
  66. package/dist/index110.js.map +1 -1
  67. package/dist/index112.js +5 -5
  68. package/dist/index112.js.map +1 -1
  69. package/dist/index113.js +1 -1
  70. package/dist/index113.js.map +1 -1
  71. package/dist/index114.js +1 -1
  72. package/dist/index115.js +1 -1
  73. package/dist/index115.js.map +1 -1
  74. package/dist/index116.js +1 -1
  75. package/dist/index118.js +1 -1
  76. package/dist/index12.js +8 -8
  77. package/dist/index120.js +1 -1
  78. package/dist/index121.js +11 -11
  79. package/dist/index121.js.map +1 -1
  80. package/dist/index14.js +9 -9
  81. package/dist/index16.js +3 -3
  82. package/dist/index18.js +2 -2
  83. package/dist/index189.js +2 -2
  84. package/dist/index189.js.map +1 -1
  85. package/dist/index190.js +2 -4
  86. package/dist/index190.js.map +1 -1
  87. package/dist/index191.js +2 -2
  88. package/dist/index191.js.map +1 -1
  89. package/dist/index192.js +3 -2
  90. package/dist/index192.js.map +1 -1
  91. package/dist/index193.js +3 -2
  92. package/dist/index193.js.map +1 -1
  93. package/dist/index194.js +4 -3
  94. package/dist/index194.js.map +1 -1
  95. package/dist/index195.js +3 -35
  96. package/dist/index195.js.map +1 -1
  97. package/dist/index196.js +35 -6
  98. package/dist/index196.js.map +1 -1
  99. package/dist/index197.js +6 -350
  100. package/dist/index197.js.map +1 -1
  101. package/dist/index198.js +5 -134
  102. package/dist/index198.js.map +1 -1
  103. package/dist/index199.js +16 -5
  104. package/dist/index199.js.map +1 -1
  105. package/dist/index20.js +1 -1
  106. package/dist/index20.js.map +1 -1
  107. package/dist/index200.js +15 -18
  108. package/dist/index200.js.map +1 -1
  109. package/dist/index201.js +19 -2
  110. package/dist/index201.js.map +1 -1
  111. package/dist/index202.js +18 -184
  112. package/dist/index202.js.map +1 -1
  113. package/dist/index203.js +29 -23
  114. package/dist/index203.js.map +1 -1
  115. package/dist/index204.js +8 -331
  116. package/dist/index204.js.map +1 -1
  117. package/dist/index205.js +2 -2
  118. package/dist/index205.js.map +1 -1
  119. package/dist/index206.js +351 -2
  120. package/dist/index206.js.map +1 -1
  121. package/dist/index207.js +131 -13
  122. package/dist/index207.js.map +1 -1
  123. package/dist/index208.js +2 -16
  124. package/dist/index208.js.map +1 -1
  125. package/dist/index209.js +184 -18
  126. package/dist/index209.js.map +1 -1
  127. package/dist/index210.js +23 -29
  128. package/dist/index210.js.map +1 -1
  129. package/dist/index211.js +369 -8
  130. package/dist/index211.js.map +1 -1
  131. package/dist/index212.js +2 -3
  132. package/dist/index212.js.map +1 -1
  133. package/dist/index213.js +2 -3
  134. package/dist/index213.js.map +1 -1
  135. package/dist/index216.js +73 -53
  136. package/dist/index216.js.map +1 -1
  137. package/dist/index217.js +3 -3
  138. package/dist/index22.js +2 -2
  139. package/dist/index221.js +223 -10
  140. package/dist/index221.js.map +1 -1
  141. package/dist/index222.js +252 -429
  142. package/dist/index222.js.map +1 -1
  143. package/dist/index223.js +10 -8
  144. package/dist/index223.js.map +1 -1
  145. package/dist/index224.js +428 -82
  146. package/dist/index224.js.map +1 -1
  147. package/dist/index225.js +9 -8
  148. package/dist/index225.js.map +1 -1
  149. package/dist/index226.js +88 -5
  150. package/dist/index226.js.map +1 -1
  151. package/dist/index235.js +2 -69
  152. package/dist/index235.js.map +1 -1
  153. package/dist/index236.js +2 -162
  154. package/dist/index236.js.map +1 -1
  155. package/dist/index237.js +2 -2
  156. package/dist/index238.js +2 -2
  157. package/dist/index238.js.map +1 -1
  158. package/dist/index239.js +9 -2
  159. package/dist/index239.js.map +1 -1
  160. package/dist/index24.js +1 -1
  161. package/dist/index24.js.map +1 -1
  162. package/dist/index240.js +6 -2
  163. package/dist/index240.js.map +1 -1
  164. package/dist/index241.js +162 -2
  165. package/dist/index241.js.map +1 -1
  166. package/dist/index242.js +2 -2
  167. package/dist/index243.js +2 -224
  168. package/dist/index243.js.map +1 -1
  169. package/dist/index244.js +68 -257
  170. package/dist/index244.js.map +1 -1
  171. package/dist/index245.js +2 -38
  172. package/dist/index245.js.map +1 -1
  173. package/dist/index246.js +38 -2
  174. package/dist/index246.js.map +1 -1
  175. package/dist/index247.js +2 -2
  176. package/dist/index247.js.map +1 -1
  177. package/dist/index248.js +2 -2
  178. package/dist/index248.js.map +1 -1
  179. package/dist/index249.js +2 -2
  180. package/dist/index250.js +2 -2
  181. package/dist/index251.js +2 -2
  182. package/dist/index251.js.map +1 -1
  183. package/dist/index252.js +5 -0
  184. package/dist/index252.js.map +1 -0
  185. package/dist/index26.js +3 -3
  186. package/dist/index26.js.map +1 -1
  187. package/dist/index28.js +172 -155
  188. package/dist/index28.js.map +1 -1
  189. package/dist/index30.js +2 -2
  190. package/dist/index32.js +2 -2
  191. package/dist/index34.js +2 -2
  192. package/dist/index34.js.map +1 -1
  193. package/dist/index36.js +21 -19
  194. package/dist/index36.js.map +1 -1
  195. package/dist/index38.js.map +1 -1
  196. package/dist/index44.js +1 -1
  197. package/dist/index44.js.map +1 -1
  198. package/dist/index46.js +1 -1
  199. package/dist/index46.js.map +1 -1
  200. package/dist/index6.js.map +1 -1
  201. package/dist/index62.js +168 -137
  202. package/dist/index62.js.map +1 -1
  203. package/dist/index64.js +38 -30
  204. package/dist/index64.js.map +1 -1
  205. package/dist/index66.js.map +1 -1
  206. package/dist/index69.js +1 -1
  207. package/dist/index72.js +1 -1
  208. package/dist/index74.js.map +1 -1
  209. package/dist/index76.js +96 -66
  210. package/dist/index76.js.map +1 -1
  211. package/dist/index78.js +1 -1
  212. package/dist/index8.js +2 -2
  213. package/dist/index82.js +2 -2
  214. package/dist/index82.js.map +1 -1
  215. package/dist/index84.js.map +1 -1
  216. package/dist/index88.js +7 -4
  217. package/dist/index88.js.map +1 -1
  218. package/dist/index96.js +2 -2
  219. package/dist/index96.js.map +1 -1
  220. package/dist/index98.js +35 -30
  221. package/dist/index98.js.map +1 -1
  222. package/dist/style.css +1 -1
  223. package/dist/types/CommonProps.d.ts +15 -8
  224. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import type { BbDropdownProps } from "../BbDropdown/BbDropdown.vue";
2
- export type BbDropdownButtonProps = Pick<BbDropdownProps, "block" | "disabled" | "id" | "items" | "placement" | "theme" | "transitionDuration" | "width">;
2
+ export type BbDropdownButtonProps = Pick<BbDropdownProps, "arrowPadding" | "block" | "disabled" | "eager" | "id" | "items" | "offset" | "padding" | "placement" | "theme" | "transitionDuration" | "width">;
3
3
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbDropdownButtonProps>, {
4
4
  theme: string;
5
5
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbDropdownButtonProps>, {
@@ -112,6 +112,9 @@ type __VLS_WithDefaults<P, D> = {
112
112
  default: D[K];
113
113
  }> : P[K];
114
114
  };
115
+ type __VLS_Prettify<T> = {
116
+ [K in keyof T]: T[K];
117
+ } & {};
115
118
  type __VLS_WithTemplateSlots<T, S> = T & {
116
119
  new (): {
117
120
  $slots: S;
@@ -1,4 +1,4 @@
1
- import { CommonProps } from '../../types/CommonProps';
1
+ import { CommonProps, NonVoidElementTag } from '../../types/CommonProps';
2
2
  export type DropZoneError = ReturnType<(typeof createError)[keyof typeof createError]>;
3
3
  export type BbDropzoneProps = Pick<CommonProps, 'autofocus' | 'disabled' | 'errors' | 'hasErrors' | 'id' | 'multiple' | 'name'> & {
4
4
  /**
@@ -17,11 +17,7 @@ export type BbDropzoneProps = Pick<CommonProps, 'autofocus' | 'disabled' | 'erro
17
17
  * Used by v-model.
18
18
  */
19
19
  modelValue: any;
20
- /**
21
- * HTML tag of the outer container.
22
- */
23
- tag?: string;
24
- };
20
+ } & NonVoidElementTag;
25
21
  export type BbDropzoneEvents = {
26
22
  (e: "blur", event: FocusEvent): void;
27
23
  (e: "error", data: DropZoneError): void;
@@ -74,7 +70,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
74
70
  onError?: ((data: DropZoneError) => any) | undefined;
75
71
  "onUpdate:modelValue"?: ((data: any) => any) | undefined;
76
72
  }, {
77
- tag: string;
73
+ tag: "object" | "a" | "abbr" | "address" | "article" | "aside" | "audio" | "b" | "bdi" | "bdo" | "blockquote" | "body" | "button" | "canvas" | "caption" | "cite" | "code" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "html" | "i" | "iframe" | "ins" | "kbd" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "search" | "section" | "select" | "slot" | "small" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "table" | "tbody" | "td" | "template" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "u" | "ul" | "var" | "video";
78
74
  }, {}>, Readonly<{
79
75
  default?: ((props: {
80
76
  dragging: boolean;
@@ -96,6 +92,9 @@ type __VLS_WithDefaults<P, D> = {
96
92
  default: D[K];
97
93
  }> : P[K];
98
94
  };
95
+ type __VLS_Prettify<T> = {
96
+ [K in keyof T]: T[K];
97
+ } & {};
99
98
  type __VLS_WithTemplateSlots<T, S> = T & {
100
99
  new (): {
101
100
  $slots: S;
@@ -37,3 +37,6 @@ type __VLS_WithDefaults<P, D> = {
37
37
  default: D[K];
38
38
  }> : P[K];
39
39
  };
40
+ type __VLS_Prettify<T> = {
41
+ [K in keyof T]: T[K];
42
+ } & {};
@@ -37,7 +37,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
37
37
  onShown?: (() => any) | undefined;
38
38
  onIntersected?: ((value: number) => any) | undefined;
39
39
  }, {
40
- tag: "" | "object" | "a" | "abbr" | "address" | "article" | "aside" | "audio" | "b" | "bdi" | "bdo" | "blockquote" | "body" | "button" | "canvas" | "caption" | "cite" | "code" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "html" | "i" | "iframe" | "ins" | "kbd" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "search" | "section" | "select" | "slot" | "small" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "table" | "tbody" | "td" | "template" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "u" | "ul" | "var" | "video";
40
+ tag: "object" | "a" | "abbr" | "address" | "article" | "aside" | "audio" | "b" | "bdi" | "bdo" | "blockquote" | "body" | "button" | "canvas" | "caption" | "cite" | "code" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "html" | "i" | "iframe" | "ins" | "kbd" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "search" | "section" | "select" | "slot" | "small" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "table" | "tbody" | "td" | "template" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "u" | "ul" | "var" | "video";
41
41
  options: IntersectionObserverInit;
42
42
  debounceTime: number;
43
43
  }, {}>, Readonly<{
@@ -62,6 +62,9 @@ type __VLS_WithDefaults<P, D> = {
62
62
  default: D[K];
63
63
  }> : P[K];
64
64
  };
65
+ type __VLS_Prettify<T> = {
66
+ [K in keyof T]: T[K];
67
+ } & {};
65
68
  type __VLS_WithTemplateSlots<T, S> = T & {
66
69
  new (): {
67
70
  $slots: S;
@@ -47,6 +47,9 @@ type __VLS_WithDefaults<P, D> = {
47
47
  default: D[K];
48
48
  }> : P[K];
49
49
  };
50
+ type __VLS_Prettify<T> = {
51
+ [K in keyof T]: T[K];
52
+ } & {};
50
53
  type __VLS_WithTemplateSlots<T, S> = T & {
51
54
  new (): {
52
55
  $slots: S;
@@ -108,6 +108,9 @@ type __VLS_WithDefaults<P, D> = {
108
108
  default: D[K];
109
109
  }> : P[K];
110
110
  };
111
+ type __VLS_Prettify<T> = {
112
+ [K in keyof T]: T[K];
113
+ } & {};
111
114
  type __VLS_WithTemplateSlots<T, S> = T & {
112
115
  new (): {
113
116
  $slots: S;
@@ -13,7 +13,7 @@ export type BbPaginationProps = Pick<CommonProps, 'disabled' | 'loading'> & {
13
13
  /**
14
14
  * Used by v-model. Indicates the current page.
15
15
  */
16
- modelValue?: number;
16
+ modelValue: number;
17
17
  /**
18
18
  * Total number of pages there is.
19
19
  */
@@ -66,6 +66,9 @@ type __VLS_WithDefaults<P, D> = {
66
66
  default: D[K];
67
67
  }> : P[K];
68
68
  };
69
+ type __VLS_Prettify<T> = {
70
+ [K in keyof T]: T[K];
71
+ } & {};
69
72
  type __VLS_WithTemplateSlots<T, S> = T & {
70
73
  new (): {
71
74
  $slots: S;
@@ -1,21 +1,19 @@
1
1
  import { Placement } from "@floating-ui/vue";
2
2
  import { CommonProps } from '../../types/CommonProps';
3
- export type BbPopoverProps = Pick<CommonProps, "block" | "disabled" | "placement" | "theme" | "showClose" | "transitionDuration"> & {
3
+ export type BbPopoverProps = Pick<CommonProps, "arrowPadding" | "block" | "disabled" | "eager" | "offset" | "padding" | "placement" | "showClose" | "theme" | "transitionDuration"> & {
4
4
  /**
5
5
  * Elements that obtains focus immediately after opening the popover.
6
6
  * By default it's the first tabbable item.
7
7
  */
8
8
  focusTarget?: string;
9
- /**
10
- * Minimum empty space to keep from the edge of the page
11
- */
12
- padding?: number;
13
9
  };
14
10
  export type BbPopoverEvents = {
15
11
  (e: "shown"): void;
16
12
  (e: "hidden"): void;
17
13
  };
18
14
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbPopoverProps>, {
15
+ arrowPadding: number;
16
+ offset: number;
19
17
  padding: number;
20
18
  placement: string;
21
19
  showClose: boolean;
@@ -25,6 +23,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
25
23
  shown: () => void;
26
24
  hidden: () => void;
27
25
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbPopoverProps>, {
26
+ arrowPadding: number;
27
+ offset: number;
28
28
  padding: number;
29
29
  placement: string;
30
30
  showClose: boolean;
@@ -34,11 +34,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
34
34
  onHidden?: (() => any) | undefined;
35
35
  onShown?: (() => any) | undefined;
36
36
  }, {
37
+ arrowPadding: number;
38
+ offset: number;
39
+ padding: number;
37
40
  placement: "left" | "right" | "top" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
38
41
  showClose: boolean;
39
42
  theme: string;
40
43
  transitionDuration: number;
41
- padding: number;
42
44
  }, {}>, Readonly<{
43
45
  activator?: ((props: {
44
46
  props: {
@@ -55,7 +57,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
55
57
  opening: boolean;
56
58
  placement: Placement;
57
59
  }) => any) | undefined;
58
- default?: ((props: {}) => any) | undefined;
60
+ default?: ((props: {
61
+ close: () => Promise<void>;
62
+ }) => any) | undefined;
59
63
  }>>;
60
64
  export default _default;
61
65
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -72,6 +76,9 @@ type __VLS_WithDefaults<P, D> = {
72
76
  default: D[K];
73
77
  }> : P[K];
74
78
  };
79
+ type __VLS_Prettify<T> = {
80
+ [K in keyof T]: T[K];
81
+ } & {};
75
82
  type __VLS_WithTemplateSlots<T, S> = T & {
76
83
  new (): {
77
84
  $slots: S;
@@ -44,3 +44,6 @@ type __VLS_WithDefaults<P, D> = {
44
44
  default: D[K];
45
45
  }> : P[K];
46
46
  };
47
+ type __VLS_Prettify<T> = {
48
+ [K in keyof T]: T[K];
49
+ } & {};
@@ -65,6 +65,9 @@ type __VLS_WithDefaults<P, D> = {
65
65
  default: D[K];
66
66
  }> : P[K];
67
67
  };
68
+ type __VLS_Prettify<T> = {
69
+ [K in keyof T]: T[K];
70
+ } & {};
68
71
  type __VLS_WithTemplateSlots<T, S> = T & {
69
72
  new (): {
70
73
  $slots: S;
@@ -1,12 +1,7 @@
1
1
  import { type BaseInputContainerProps } from "../BaseInputContainer/BaseInputContainer.vue";
2
2
  import type { BaseRadioGroupEvents, BaseRadioGroupProps } from "../BaseRadioGroup/BaseRadioGroup.vue";
3
3
  import type { CommonProps } from '../../types/CommonProps';
4
- export type BbRadioGroupProps = Pick<BaseRadioGroupProps, "autofocus" | "color" | "dependencies" | "depsDebounceTime" | "disabled" | "enforceCoherence" | "hasErrors" | "id" | "items" | "itemText" | "itemValue" | "loadingText" | "modelValue" | "modelValueDebounceTime" | "name" | "noDataText" | "readonly" | "matchStrategy"> & Pick<BaseInputContainerProps, "errors" | "hideLabel" | "reverse"> & Pick<CommonProps, "hideLegend" | "legend"> & {
5
- /**
6
- * Defines the layout of the input as horizontal or vertical
7
- */
8
- inputDirection?: "horizontal" | "vertical";
9
- };
4
+ export type BbRadioGroupProps = Pick<BaseRadioGroupProps, "autofocus" | "color" | "dependencies" | "depsDebounceTime" | "disabled" | "enforceCoherence" | "hasErrors" | "id" | "items" | "itemText" | "itemValue" | "loadingText" | "modelValue" | "modelValueDebounceTime" | "name" | "noDataText" | "readonly" | "matchStrategy"> & Pick<BaseInputContainerProps, "errors" | "hideLabel" | "reverse"> & Pick<CommonProps, "hideLegend" | "inputDirection" | "legend">;
10
5
  export type BbRadioGroupEvents = BaseRadioGroupEvents;
11
6
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<BbRadioGroupProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
7
  blur: (event: FocusEvent) => void;
@@ -52,6 +52,9 @@ type __VLS_WithDefaults<P, D> = {
52
52
  default: D[K];
53
53
  }> : P[K];
54
54
  };
55
+ type __VLS_Prettify<T> = {
56
+ [K in keyof T]: T[K];
57
+ } & {};
55
58
  type __VLS_WithTemplateSlots<T, S> = T & {
56
59
  new (): {
57
60
  $slots: S;
@@ -12,7 +12,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
12
12
  ratio: number;
13
13
  tag: string;
14
14
  }>>>, {
15
- tag: "" | "object" | "a" | "abbr" | "address" | "article" | "aside" | "audio" | "b" | "bdi" | "bdo" | "blockquote" | "body" | "button" | "canvas" | "caption" | "cite" | "code" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "html" | "i" | "iframe" | "ins" | "kbd" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "search" | "section" | "select" | "slot" | "small" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "table" | "tbody" | "td" | "template" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "u" | "ul" | "var" | "video";
15
+ tag: "object" | "a" | "abbr" | "address" | "article" | "aside" | "audio" | "b" | "bdi" | "bdo" | "blockquote" | "body" | "button" | "canvas" | "caption" | "cite" | "code" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "html" | "i" | "iframe" | "ins" | "kbd" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "search" | "section" | "select" | "slot" | "small" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "table" | "tbody" | "td" | "template" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "u" | "ul" | "var" | "video";
16
16
  ratio: number;
17
17
  }, {}>, Readonly<{
18
18
  default?: ((props: {}) => any) | undefined;
@@ -32,6 +32,9 @@ type __VLS_WithDefaults<P, D> = {
32
32
  default: D[K];
33
33
  }> : P[K];
34
34
  };
35
+ type __VLS_Prettify<T> = {
36
+ [K in keyof T]: T[K];
37
+ } & {};
35
38
  type __VLS_WithTemplateSlots<T, S> = T & {
36
39
  new (): {
37
40
  $slots: S;
@@ -6,7 +6,6 @@ export type BbSelectEvents = BaseSelectEvents;
6
6
  export type BbSelectSlots = Simplify<BaseSelectSlots & Pick<BaseInputContainerSlots, "label">>;
7
7
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbSelectProps>, {
8
8
  allowWriting: boolean;
9
- prefill: string;
10
9
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
10
  blur: (event: FocusEvent) => void;
12
11
  change: (event: Event) => void;
@@ -17,7 +16,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
17
16
  "update:modelValue": (value: any) => void;
18
17
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbSelectProps>, {
19
18
  allowWriting: boolean;
20
- prefill: string;
21
19
  }>>> & {
22
20
  onFocus?: ((event: FocusEvent) => any) | undefined;
23
21
  onBlur?: ((event: FocusEvent) => any) | undefined;
@@ -28,7 +26,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
28
26
  onInactive?: (() => any) | undefined;
29
27
  }, {
30
28
  allowWriting: boolean;
31
- prefill: boolean | "focus";
32
29
  }, {}>, Readonly<{
33
30
  "prepend-outer"?: ((props: {}) => any) | undefined;
34
31
  prepend?: ((props: {}) => any) | undefined;
@@ -42,6 +39,17 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
42
39
  "option:prepend"?: ((props: {
43
40
  item: any;
44
41
  }) => any) | undefined;
42
+ chip?: ((props: {
43
+ disabled: boolean;
44
+ hasErrors?: boolean | undefined;
45
+ index: number;
46
+ item: any;
47
+ loading: boolean;
48
+ manual: boolean;
49
+ selected: boolean;
50
+ text: string;
51
+ value: any;
52
+ }) => any) | undefined;
45
53
  option?: ((props: {
46
54
  disabled: boolean;
47
55
  focused: boolean;
@@ -87,6 +95,9 @@ type __VLS_WithDefaults<P, D> = {
87
95
  default: D[K];
88
96
  }> : P[K];
89
97
  };
98
+ type __VLS_Prettify<T> = {
99
+ [K in keyof T]: T[K];
100
+ } & {};
90
101
  type __VLS_WithTemplateSlots<T, S> = T & {
91
102
  new (): {
92
103
  $slots: S;
@@ -9,7 +9,7 @@ export type BbSmoothHeightProps = {
9
9
  */
10
10
  resizeOptions?: ResizeObserverOptions;
11
11
  /**
12
- * Define shwich strategy to use. By default is used 'resize' which means the
12
+ * Define which strategy to use. By default is used 'resize' which means the
13
13
  * component will update on resizing.
14
14
  * You can also define 'mutation' to use a MutationObserver
15
15
  */
@@ -34,7 +34,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
34
34
  tag: string;
35
35
  }>>>, {
36
36
  transitionDuration: number;
37
- tag: "" | "object" | "a" | "abbr" | "address" | "article" | "aside" | "audio" | "b" | "bdi" | "bdo" | "blockquote" | "body" | "button" | "canvas" | "caption" | "cite" | "code" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "html" | "i" | "iframe" | "ins" | "kbd" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "search" | "section" | "select" | "slot" | "small" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "table" | "tbody" | "td" | "template" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "u" | "ul" | "var" | "video";
37
+ tag: "object" | "a" | "abbr" | "address" | "article" | "aside" | "audio" | "b" | "bdi" | "bdo" | "blockquote" | "body" | "button" | "canvas" | "caption" | "cite" | "code" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "html" | "i" | "iframe" | "ins" | "kbd" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "search" | "section" | "select" | "slot" | "small" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "table" | "tbody" | "td" | "template" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "u" | "ul" | "var" | "video";
38
38
  strategy: "resize" | "mutation";
39
39
  mutationOptions: MutationObserverInit;
40
40
  }, {}>, Readonly<BbSmoothHeightSlots>>;
@@ -53,6 +53,9 @@ type __VLS_WithDefaults<P, D> = {
53
53
  default: D[K];
54
54
  }> : P[K];
55
55
  };
56
+ type __VLS_Prettify<T> = {
57
+ [K in keyof T]: T[K];
58
+ } & {};
56
59
  type __VLS_WithTemplateSlots<T, S> = T & {
57
60
  new (): {
58
61
  $slots: S;
@@ -26,3 +26,6 @@ type __VLS_WithDefaults<P, D> = {
26
26
  default: D[K];
27
27
  }> : P[K];
28
28
  };
29
+ type __VLS_Prettify<T> = {
30
+ [K in keyof T]: T[K];
31
+ } & {};
@@ -49,6 +49,9 @@ type __VLS_WithDefaults<P, D> = {
49
49
  default: D[K];
50
50
  }> : P[K];
51
51
  };
52
+ type __VLS_Prettify<T> = {
53
+ [K in keyof T]: T[K];
54
+ } & {};
52
55
  type __VLS_WithTemplateSlots<T, S> = T & {
53
56
  new (): {
54
57
  $slots: S;
@@ -1,4 +1,4 @@
1
- import { CommonProps } from '../../types/CommonProps';
1
+ import type { CommonProps } from '../../types/CommonProps';
2
2
  export type BbTabItem = Pick<CommonProps, 'disabled'> & {
3
3
  /**
4
4
  * Used to render a tab even when not visible.
@@ -84,6 +84,9 @@ type __VLS_WithDefaults<P, D> = {
84
84
  default: D[K];
85
85
  }> : P[K];
86
86
  };
87
+ type __VLS_Prettify<T> = {
88
+ [K in keyof T]: T[K];
89
+ } & {};
87
90
  type __VLS_WithTemplateSlots<T, S> = T & {
88
91
  new (): {
89
92
  $slots: S;