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
@@ -2,263 +2,74 @@ import { SlotAttributes } from '../BaseCheckbox/BaseCheckbox.vue';
2
2
  import { BaseCheckboxGroupEvents, BaseCheckboxGroupProps } from '../BaseCheckboxGroup/BaseCheckboxGroup.vue';
3
3
  export type BaseSwitchGroupEvents = BaseCheckboxGroupEvents;
4
4
  export type BaseSwitchGroupProps<T> = BaseCheckboxGroupProps<T>;
5
- declare const _default: <T = any>(__VLS_props: {
6
- readonly [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
7
- ariaDescribedby?: string | undefined;
8
- autofocus?: (boolean | "true" | "false") | undefined;
9
- color?: string | undefined;
10
- dependencies?: any[] | undefined;
11
- depsDebounceTime?: number | undefined;
12
- direction?: "horizontal" | "vertical" | undefined;
13
- disabled?: boolean | undefined;
14
- enforceCoherence?: boolean | undefined;
15
- hasErrors?: boolean | undefined;
16
- hideLabel?: boolean | undefined;
17
- id?: string | undefined;
18
- items: T[] | ((prefill: boolean, modelValue?: any[] | undefined) => Promise<T[]>) | ((prefill: boolean, modelValue?: any[] | undefined) => T[]);
19
- itemText?: (T extends object ? import('../../types/NestedKeyOf').NestedKeyOf<T> | ((item: T) => string) : ((item: T) => string) | undefined) | undefined;
20
- itemValue?: (T extends object ? import('../../types/NestedKeyOf').NestedKeyOf<T> | ((item: T) => string) : ((item: T) => any) | undefined) | undefined;
21
- loadingText?: string | undefined;
22
- max?: number | undefined;
23
- modelValue: any[];
24
- modelValueDebounceTime?: number | undefined;
25
- name?: string | undefined;
26
- noDataText?: string | undefined;
27
- readonly?: (boolean | "true" | "false") | undefined;
28
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
29
- slots: Readonly<{
30
- prepend?: ((props: object) => any) | undefined;
31
- loading?: ((props: object) => any) | undefined;
32
- 'no-data'?: ((props: object) => any) | undefined;
33
- 'option:prepend'?: ((props: {
34
- checked: boolean;
35
- disabled: boolean;
36
- id?: string;
37
- item: T;
38
- text: string;
39
- }) => any) | undefined;
40
- icon?: ((props: SlotAttributes & {
41
- item: T;
42
- text: string;
43
- }) => any) | undefined;
44
- label?: ((props: {
45
- item: T;
46
- text: string;
47
- checked: boolean;
48
- }) => any) | undefined;
49
- 'option:append'?: ((props: {
50
- checked: boolean;
51
- disabled: boolean;
52
- id?: string;
53
- item: T;
54
- text: string;
55
- }) => any) | undefined;
56
- append?: ((props: object) => any) | undefined;
57
- }> & {
58
- prepend?: ((props: object) => any) | undefined;
59
- loading?: ((props: object) => any) | undefined;
60
- 'no-data'?: ((props: object) => any) | undefined;
61
- 'option:prepend'?: ((props: {
62
- checked: boolean;
63
- disabled: boolean;
64
- id?: string;
65
- item: T;
66
- text: string;
67
- }) => any) | undefined;
68
- icon?: ((props: SlotAttributes & {
69
- item: T;
70
- text: string;
71
- }) => any) | undefined;
72
- label?: ((props: {
73
- item: T;
74
- text: string;
75
- checked: boolean;
76
- }) => any) | undefined;
77
- 'option:append'?: ((props: {
78
- checked: boolean;
79
- disabled: boolean;
80
- id?: string;
81
- item: T;
82
- text: string;
83
- }) => any) | undefined;
84
- append?: ((props: object) => any) | undefined;
85
- };
86
- attrs: any;
87
- emit: BaseCheckboxGroupEvents;
88
- } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
89
- props: {
5
+ 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<{
6
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
90
7
  readonly [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
91
- ariaDescribedby?: string | undefined;
92
- autofocus?: (boolean | "true" | "false") | undefined;
93
- color?: string | undefined;
94
- dependencies?: any[] | undefined;
95
- depsDebounceTime?: number | undefined;
96
- direction?: "horizontal" | "vertical" | undefined;
97
- disabled?: boolean | undefined;
98
- enforceCoherence?: boolean | undefined;
99
- hasErrors?: boolean | undefined;
100
- hideLabel?: boolean | undefined;
101
- id?: string | undefined;
102
- items: T[] | ((prefill: boolean, modelValue?: any[] | undefined) => Promise<T[]>) | ((prefill: boolean, modelValue?: any[] | undefined) => T[]);
103
- itemText?: (T extends object ? import('../../types/NestedKeyOf').NestedKeyOf<T> | ((item: T) => string) : ((item: T) => string) | undefined) | undefined;
104
- itemValue?: (T extends object ? import('../../types/NestedKeyOf').NestedKeyOf<T> | ((item: T) => string) : ((item: T) => any) | undefined) | undefined;
105
- loadingText?: string | undefined;
106
- max?: number | undefined;
107
- modelValue: any[];
108
- modelValueDebounceTime?: number | undefined;
109
- name?: string | undefined;
110
- noDataText?: string | undefined;
111
- readonly?: (boolean | "true" | "false") | undefined;
112
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
8
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, `on${Capitalize<any>}`> & BaseSwitchGroupProps<T>> & import('vue').PublicProps;
113
9
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
114
10
  attrs: any;
115
11
  slots: Readonly<{
116
- prepend?: ((props: object) => any) | undefined;
117
- loading?: ((props: object) => any) | undefined;
118
- 'no-data'?: ((props: object) => any) | undefined;
119
- 'option:prepend'?: ((props: {
12
+ prepend?: (props: object) => any;
13
+ loading?: (props: object) => any;
14
+ 'no-data'?: (props: object) => any;
15
+ 'option:prepend'?: (props: {
120
16
  checked: boolean;
121
17
  disabled: boolean;
122
18
  id?: string;
123
19
  item: T;
124
20
  text: string;
125
- }) => any) | undefined;
126
- icon?: ((props: SlotAttributes & {
21
+ }) => any;
22
+ icon?: (props: SlotAttributes & {
127
23
  item: T;
128
24
  text: string;
129
- }) => any) | undefined;
130
- label?: ((props: {
25
+ }) => any;
26
+ label?: (props: {
131
27
  item: T;
132
28
  text: string;
133
29
  checked: boolean;
134
- }) => any) | undefined;
135
- 'option:append'?: ((props: {
30
+ }) => any;
31
+ 'option:append'?: (props: {
136
32
  checked: boolean;
137
33
  disabled: boolean;
138
34
  id?: string;
139
35
  item: T;
140
36
  text: string;
141
- }) => any) | undefined;
142
- append?: ((props: object) => any) | undefined;
37
+ }) => any;
38
+ append?: (props: object) => any;
143
39
  }> & {
144
- prepend?: ((props: object) => any) | undefined;
145
- loading?: ((props: object) => any) | undefined;
146
- 'no-data'?: ((props: object) => any) | undefined;
147
- 'option:prepend'?: ((props: {
40
+ prepend?: (props: object) => any;
41
+ loading?: (props: object) => any;
42
+ 'no-data'?: (props: object) => any;
43
+ 'option:prepend'?: (props: {
148
44
  checked: boolean;
149
45
  disabled: boolean;
150
46
  id?: string;
151
47
  item: T;
152
48
  text: string;
153
- }) => any) | undefined;
154
- icon?: ((props: SlotAttributes & {
49
+ }) => any;
50
+ icon?: (props: SlotAttributes & {
155
51
  item: T;
156
52
  text: string;
157
- }) => any) | undefined;
158
- label?: ((props: {
53
+ }) => any;
54
+ label?: (props: {
159
55
  item: T;
160
56
  text: string;
161
57
  checked: boolean;
162
- }) => any) | undefined;
163
- 'option:append'?: ((props: {
58
+ }) => any;
59
+ 'option:append'?: (props: {
164
60
  checked: boolean;
165
61
  disabled: boolean;
166
62
  id?: string;
167
63
  item: T;
168
64
  text: string;
169
- }) => any) | undefined;
170
- append?: ((props: object) => any) | undefined;
65
+ }) => any;
66
+ append?: (props: object) => any;
171
67
  };
172
68
  emit: BaseCheckboxGroupEvents;
173
69
  }>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
174
70
  [key: string]: any;
175
71
  }> & {
176
- __ctx?: {
177
- props: {
178
- readonly [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
179
- ariaDescribedby?: string | undefined;
180
- autofocus?: (boolean | "true" | "false") | undefined;
181
- color?: string | undefined;
182
- dependencies?: any[] | undefined;
183
- depsDebounceTime?: number | undefined;
184
- direction?: "horizontal" | "vertical" | undefined;
185
- disabled?: boolean | undefined;
186
- enforceCoherence?: boolean | undefined;
187
- hasErrors?: boolean | undefined;
188
- hideLabel?: boolean | undefined;
189
- id?: string | undefined;
190
- items: T[] | ((prefill: boolean, modelValue?: any[] | undefined) => Promise<T[]>) | ((prefill: boolean, modelValue?: any[] | undefined) => T[]);
191
- itemText?: (T extends object ? import('../../types/NestedKeyOf').NestedKeyOf<T> | ((item: T) => string) : ((item: T) => string) | undefined) | undefined;
192
- itemValue?: (T extends object ? import('../../types/NestedKeyOf').NestedKeyOf<T> | ((item: T) => string) : ((item: T) => any) | undefined) | undefined;
193
- loadingText?: string | undefined;
194
- max?: number | undefined;
195
- modelValue: any[];
196
- modelValueDebounceTime?: number | undefined;
197
- name?: string | undefined;
198
- noDataText?: string | undefined;
199
- readonly?: (boolean | "true" | "false") | undefined;
200
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
201
- expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
202
- attrs: any;
203
- slots: Readonly<{
204
- prepend?: ((props: object) => any) | undefined;
205
- loading?: ((props: object) => any) | undefined;
206
- 'no-data'?: ((props: object) => any) | undefined;
207
- 'option:prepend'?: ((props: {
208
- checked: boolean;
209
- disabled: boolean;
210
- id?: string;
211
- item: T;
212
- text: string;
213
- }) => any) | undefined;
214
- icon?: ((props: SlotAttributes & {
215
- item: T;
216
- text: string;
217
- }) => any) | undefined;
218
- label?: ((props: {
219
- item: T;
220
- text: string;
221
- checked: boolean;
222
- }) => any) | undefined;
223
- 'option:append'?: ((props: {
224
- checked: boolean;
225
- disabled: boolean;
226
- id?: string;
227
- item: T;
228
- text: string;
229
- }) => any) | undefined;
230
- append?: ((props: object) => any) | undefined;
231
- }> & {
232
- prepend?: ((props: object) => any) | undefined;
233
- loading?: ((props: object) => any) | undefined;
234
- 'no-data'?: ((props: object) => any) | undefined;
235
- 'option:prepend'?: ((props: {
236
- checked: boolean;
237
- disabled: boolean;
238
- id?: string;
239
- item: T;
240
- text: string;
241
- }) => any) | undefined;
242
- icon?: ((props: SlotAttributes & {
243
- item: T;
244
- text: string;
245
- }) => any) | undefined;
246
- label?: ((props: {
247
- item: T;
248
- text: string;
249
- checked: boolean;
250
- }) => any) | undefined;
251
- 'option:append'?: ((props: {
252
- checked: boolean;
253
- disabled: boolean;
254
- id?: string;
255
- item: T;
256
- text: string;
257
- }) => any) | undefined;
258
- append?: ((props: object) => any) | undefined;
259
- };
260
- emit: BaseCheckboxGroupEvents;
261
- } | undefined;
72
+ __ctx?: Awaited<typeof __VLS_setup>;
262
73
  };
263
74
  export default _default;
264
75
  type __VLS_PrettifyLocal<T> = {
@@ -1,4 +1,5 @@
1
- import { InputHTMLAttributes, HTMLAttributes } from 'vue';
1
+ import { nextTick, InputHTMLAttributes, HTMLAttributes } from 'vue';
2
+ import { Option as BaseOption } from '../../types/Option';
2
3
  export type BaseTagProps = {
3
4
  /**
4
5
  * Name of the icon to be added at the end of the input.
@@ -96,14 +97,209 @@ export type BaseTagSlots = {
96
97
  prefix?: (props: object) => any;
97
98
  suffix?: (props: object) => any;
98
99
  };
99
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BaseTagProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
100
+ declare function __VLS_template(): {
101
+ slots: Readonly<BaseTagSlots> & BaseTagSlots;
102
+ refs: {
103
+ outerContainer: ({
104
+ $: import('vue').ComponentInternalInstance;
105
+ $data: {};
106
+ $props: Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>;
107
+ $attrs: {
108
+ [x: string]: unknown;
109
+ };
110
+ $refs: {
111
+ [x: string]: unknown;
112
+ };
113
+ $slots: Readonly<{
114
+ [name: string]: import('vue').Slot<any> | undefined;
115
+ }>;
116
+ $root: import('vue').ComponentPublicInstance | null;
117
+ $parent: import('vue').ComponentPublicInstance | null;
118
+ $host: Element | null;
119
+ $emit: (event: string, ...args: any[]) => void;
120
+ $el: any;
121
+ $options: import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
122
+ beforeCreate?: (() => void) | (() => void)[];
123
+ created?: (() => void) | (() => void)[];
124
+ beforeMount?: (() => void) | (() => void)[];
125
+ mounted?: (() => void) | (() => void)[];
126
+ beforeUpdate?: (() => void) | (() => void)[];
127
+ updated?: (() => void) | (() => void)[];
128
+ activated?: (() => void) | (() => void)[];
129
+ deactivated?: (() => void) | (() => void)[];
130
+ beforeDestroy?: (() => void) | (() => void)[];
131
+ beforeUnmount?: (() => void) | (() => void)[];
132
+ destroyed?: (() => void) | (() => void)[];
133
+ unmounted?: (() => void) | (() => void)[];
134
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
135
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
136
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
137
+ };
138
+ $forceUpdate: () => void;
139
+ $nextTick: typeof nextTick;
140
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
141
+ } & Readonly<{}> & Omit<Readonly<{}> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
142
+ $slots: {
143
+ "prepend-outer"?(_: {}): any;
144
+ default?(_: {}): any;
145
+ "append-outer"?(_: {}): any;
146
+ };
147
+ }) | null;
148
+ innerContainer: ({
149
+ $: import('vue').ComponentInternalInstance;
150
+ $data: {};
151
+ $props: {
152
+ readonly 'append:icon'?: string | undefined;
153
+ readonly 'prepend:icon'?: string | undefined;
154
+ readonly preventFocus?: boolean | undefined;
155
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
156
+ $attrs: {
157
+ [x: string]: unknown;
158
+ };
159
+ $refs: {
160
+ [x: string]: unknown;
161
+ };
162
+ $slots: Readonly<{
163
+ [name: string]: import('vue').Slot<any> | undefined;
164
+ }>;
165
+ $root: import('vue').ComponentPublicInstance | null;
166
+ $parent: import('vue').ComponentPublicInstance | null;
167
+ $host: Element | null;
168
+ $emit: (event: string, ...args: any[]) => void;
169
+ $el: any;
170
+ $options: import('vue').ComponentOptionsBase<Readonly<{
171
+ 'append:icon'?: string;
172
+ 'prepend:icon'?: string;
173
+ preventFocus?: boolean;
174
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
175
+ beforeCreate?: (() => void) | (() => void)[];
176
+ created?: (() => void) | (() => void)[];
177
+ beforeMount?: (() => void) | (() => void)[];
178
+ mounted?: (() => void) | (() => void)[];
179
+ beforeUpdate?: (() => void) | (() => void)[];
180
+ updated?: (() => void) | (() => void)[];
181
+ activated?: (() => void) | (() => void)[];
182
+ deactivated?: (() => void) | (() => void)[];
183
+ beforeDestroy?: (() => void) | (() => void)[];
184
+ beforeUnmount?: (() => void) | (() => void)[];
185
+ destroyed?: (() => void) | (() => void)[];
186
+ unmounted?: (() => void) | (() => void)[];
187
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
188
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
189
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
190
+ };
191
+ $forceUpdate: () => void;
192
+ $nextTick: typeof nextTick;
193
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
194
+ } & Readonly<{}> & Omit<Readonly<{
195
+ 'append:icon'?: string;
196
+ 'prepend:icon'?: string;
197
+ preventFocus?: boolean;
198
+ }> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
199
+ $slots: {
200
+ prepend?(_: {}): any;
201
+ prefix?(_: {}): any;
202
+ default?(_: {}): any;
203
+ append?(_: {}): any;
204
+ suffix?(_: {}): any;
205
+ };
206
+ }) | null;
207
+ commaBox: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
208
+ options: BaseOption[];
209
+ }> & Readonly<{
210
+ "onOption:unselected"?: ((option: BaseOption) => any) | undefined;
211
+ }>, {
212
+ focusNext: () => void;
213
+ focusPrevious: () => Promise<void>;
214
+ focusFirst: () => void;
215
+ focusFirstSelected: () => void;
216
+ focusLast: () => void;
217
+ focusLastSelected: () => void;
218
+ blur: () => void;
219
+ confirmOption: () => void;
220
+ focusByHash: (hash: BaseOption["valueHash"]) => void;
221
+ getHighlighted: () => BaseOption | undefined;
222
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
223
+ "option:unselected": (option: BaseOption) => any;
224
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
225
+ P: {};
226
+ B: {};
227
+ D: {};
228
+ C: {};
229
+ M: {};
230
+ Defaults: {};
231
+ }, Readonly<{
232
+ options: BaseOption[];
233
+ }> & Readonly<{
234
+ "onOption:unselected"?: ((option: BaseOption) => any) | undefined;
235
+ }>, {
236
+ focusNext: () => void;
237
+ focusPrevious: () => Promise<void>;
238
+ focusFirst: () => void;
239
+ focusFirstSelected: () => void;
240
+ focusLast: () => void;
241
+ focusLastSelected: () => void;
242
+ blur: () => void;
243
+ confirmOption: () => void;
244
+ focusByHash: (hash: BaseOption["valueHash"]) => void;
245
+ getHighlighted: () => BaseOption | undefined;
246
+ }, {}, {}, {}, {}> | null;
247
+ chipsBox: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
248
+ options: BaseOption[];
249
+ }> & Readonly<{
250
+ "onOption:unselected"?: ((option: BaseOption) => any) | undefined;
251
+ }>, {
252
+ focusNext: () => void;
253
+ focusPrevious: () => Promise<void>;
254
+ focusFirst: () => void;
255
+ focusFirstSelected: () => void;
256
+ focusLast: () => void;
257
+ focusLastSelected: () => void;
258
+ blur: () => void;
259
+ confirmOption: () => void;
260
+ focusByHash: (hash: BaseOption["valueHash"]) => void;
261
+ getHighlighted: () => BaseOption | undefined;
262
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
263
+ "option:unselected": (option: BaseOption) => any;
264
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
265
+ P: {};
266
+ B: {};
267
+ D: {};
268
+ C: {};
269
+ M: {};
270
+ Defaults: {};
271
+ }, Readonly<{
272
+ options: BaseOption[];
273
+ }> & Readonly<{
274
+ "onOption:unselected"?: ((option: BaseOption) => any) | undefined;
275
+ }>, {
276
+ focusNext: () => void;
277
+ focusPrevious: () => Promise<void>;
278
+ focusFirst: () => void;
279
+ focusFirstSelected: () => void;
280
+ focusLast: () => void;
281
+ focusLastSelected: () => void;
282
+ blur: () => void;
283
+ confirmOption: () => void;
284
+ focusByHash: (hash: BaseOption["valueHash"]) => void;
285
+ getHighlighted: () => BaseOption | undefined;
286
+ }, {}, {}, {}, {}> | null;
287
+ input: HTMLInputElement;
288
+ };
289
+ attrs: Partial<{}>;
290
+ };
291
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
292
+ declare const __VLS_component: import('vue').DefineComponent<BaseTagProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
293
+ [x: string]: any;
294
+ } & {
100
295
  [x: string]: any;
101
296
  }, string, import('vue').PublicProps, Readonly<BaseTagProps> & Readonly<{
102
297
  [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
103
298
  }>, {
104
299
  multiple: boolean;
105
- divider: string;
106
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<BaseTagSlots> & BaseTagSlots>;
300
+ divider: KeyboardEvent["key"];
301
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
302
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
107
303
  export default _default;
108
304
  type __VLS_WithTemplateSlots<T, S> = T & {
109
305
  new (): {
@@ -81,13 +81,24 @@ export type BaseTextInputSlots = {
81
81
  'prepend-outer'?: (props: object) => any;
82
82
  suffix?: (props: object) => any;
83
83
  };
84
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BaseTextInputProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
84
+ declare function __VLS_template(): {
85
+ slots: Readonly<BaseTextInputSlots> & BaseTextInputSlots;
86
+ refs: {
87
+ input: HTMLInputElement;
88
+ };
89
+ attrs: Partial<{}>;
90
+ };
91
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
92
+ declare const __VLS_component: import('vue').DefineComponent<BaseTextInputProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
93
+ [x: string]: any;
94
+ } & {
85
95
  [x: string]: any;
86
96
  }, string, import('vue').PublicProps, Readonly<BaseTextInputProps> & Readonly<{
87
97
  [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
88
98
  }>, {
89
- type: string;
90
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<BaseTextInputSlots> & BaseTextInputSlots>;
99
+ type: HTMLInputElement["type"];
100
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
101
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
91
102
  export default _default;
92
103
  type __VLS_WithTemplateSlots<T, S> = T & {
93
104
  new (): {
@@ -85,11 +85,22 @@ export type BaseTextareaSlots = {
85
85
  prefix?: (props: object) => any;
86
86
  suffix?: (props: object) => any;
87
87
  };
88
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BaseTextareaProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
88
+ declare function __VLS_template(): {
89
+ slots: Readonly<BaseTextareaSlots> & BaseTextareaSlots;
90
+ refs: {
91
+ textarea: HTMLTextAreaElement;
92
+ };
93
+ attrs: Partial<{}>;
94
+ };
95
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
96
+ declare const __VLS_component: import('vue').DefineComponent<BaseTextareaProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
97
+ [x: string]: any;
98
+ } & {
89
99
  [x: string]: any;
90
100
  }, string, import('vue').PublicProps, Readonly<BaseTextareaProps> & Readonly<{
91
101
  [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
92
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<BaseTextareaSlots> & BaseTextareaSlots>;
102
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
103
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
93
104
  export default _default;
94
105
  type __VLS_WithTemplateSlots<T, S> = T & {
95
106
  new (): {
@@ -4,31 +4,39 @@ export type BbAccordionProps = Partial<BbCollapsibleProps> & Pick<CommonProps, '
4
4
  export type BbAccordionEvents = {
5
5
  (e: 'update:modelValue', value: boolean): void;
6
6
  };
7
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BbAccordionProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
+ declare const toggle: () => void;
8
+ declare function __VLS_template(): {
9
+ slots: Readonly<{
10
+ header?: (props: {
11
+ value: BbAccordionProps["modelValue"];
12
+ toggle: typeof toggle;
13
+ }) => any;
14
+ default?: (props: {
15
+ value: BbAccordionProps["modelValue"];
16
+ toggle: typeof toggle;
17
+ }) => any;
18
+ }> & {
19
+ header?: (props: {
20
+ value: BbAccordionProps["modelValue"];
21
+ toggle: typeof toggle;
22
+ }) => any;
23
+ default?: (props: {
24
+ value: BbAccordionProps["modelValue"];
25
+ toggle: typeof toggle;
26
+ }) => any;
27
+ };
28
+ refs: {};
29
+ attrs: Partial<{}>;
30
+ };
31
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
32
+ declare const __VLS_component: import('vue').DefineComponent<BbAccordionProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
8
33
  "update:modelValue": (value: boolean) => any;
9
34
  }, string, import('vue').PublicProps, Readonly<BbAccordionProps> & Readonly<{
10
35
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
11
36
  }>, {
12
37
  transitionDuration: number;
13
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<{
14
- header?: ((props: {
15
- value: boolean | undefined;
16
- toggle: () => void;
17
- }) => any) | undefined;
18
- default?: ((props: {
19
- value: boolean | undefined;
20
- toggle: () => void;
21
- }) => any) | undefined;
22
- }> & {
23
- header?: ((props: {
24
- value: boolean | undefined;
25
- toggle: () => void;
26
- }) => any) | undefined;
27
- default?: ((props: {
28
- value: boolean | undefined;
29
- toggle: () => void;
30
- }) => any) | undefined;
31
- }>;
38
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
39
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
32
40
  export default _default;
33
41
  type __VLS_WithTemplateSlots<T, S> = T & {
34
42
  new (): {