bitboss-ui 2.0.41 → 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 (213) 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 +3 -3
  73. package/dist/index118.js +1 -1
  74. package/dist/index120.js +5 -5
  75. package/dist/index122.js +1 -1
  76. package/dist/index126.js +1 -1
  77. package/dist/index127.js +1 -1
  78. package/dist/index128.js +1 -1
  79. package/dist/index13.js +1 -1
  80. package/dist/index130.js +1 -1
  81. package/dist/index132.js +2 -2
  82. package/dist/index15.js +43 -42
  83. package/dist/index17.js +3 -3
  84. package/dist/index204.js +2 -116
  85. package/dist/index205.js +8 -2
  86. package/dist/index206.js +53 -3
  87. package/dist/index208.js +13 -6
  88. package/dist/index209.js +20 -7
  89. package/dist/index21.js +14 -14
  90. package/dist/index210.js +4 -8
  91. package/dist/index211.js +105 -115
  92. package/dist/index212.js +2 -281
  93. package/dist/index213.js +4 -125
  94. package/dist/index214.js +2 -19
  95. package/dist/index215.js +5 -16
  96. package/dist/index216.js +10 -10
  97. package/dist/index217.js +16 -2
  98. package/dist/index218.js +19 -2
  99. package/dist/index219.js +18 -19
  100. package/dist/index220.js +26 -52
  101. package/dist/index221.js +5 -0
  102. package/dist/index222.js +2 -13
  103. package/dist/index223.js +249 -5
  104. package/dist/index224.js +50 -367
  105. package/dist/index225.js +44 -19
  106. package/dist/index226.js +5 -27
  107. package/dist/index227.js +49 -3
  108. package/dist/index228.js +122 -245
  109. package/dist/index229.js +124 -51
  110. package/dist/index23.js +15 -15
  111. package/dist/index230.js +2 -44
  112. package/dist/index231.js +41 -5
  113. package/dist/index232.js +5 -48
  114. package/dist/index233.js +5 -4
  115. package/dist/index234.js +369 -3
  116. package/dist/index235.js +3 -3
  117. package/dist/index238.js +3 -2
  118. package/dist/index239.js +3 -4
  119. package/dist/index240.js +7 -2
  120. package/dist/index241.js +106 -2
  121. package/dist/index243.js +47 -53
  122. package/dist/index245.js +2 -100
  123. package/dist/index25.js +5 -5
  124. package/dist/index250.js +6 -431
  125. package/dist/index251.js +16 -89
  126. package/dist/index252.js +3 -6
  127. package/dist/index253.js +9 -2
  128. package/dist/index254.js +23 -2
  129. package/dist/index255.js +9 -2
  130. package/dist/index256.js +3 -2
  131. package/dist/index258.js +7 -126
  132. package/dist/index260.js +4 -3
  133. package/dist/index261.js +283 -0
  134. package/dist/index262.js +6 -7
  135. package/dist/index263.js +2 -22
  136. package/dist/index265.js +2 -200
  137. package/dist/index268.js +2 -2
  138. package/dist/index269.js +1 -1
  139. package/dist/index27.js +1 -1
  140. package/dist/index270.js +1 -1
  141. package/dist/index271.js +1 -1
  142. package/dist/index272.js +2 -28
  143. package/dist/index273.js +27 -21
  144. package/dist/index274.js +24 -0
  145. package/dist/index276.js +2 -127
  146. package/dist/index277.js +120 -218
  147. package/dist/index278.js +431 -6
  148. package/dist/index279.js +21 -15
  149. package/dist/index286.js +224 -3
  150. package/dist/index287.js +198 -7
  151. package/dist/index288.js +436 -23
  152. package/dist/index289.js +126 -3
  153. package/dist/index29.js +3 -3
  154. package/dist/index290.js +89 -3
  155. package/dist/index291.js +1 -1
  156. package/dist/index292.js +3 -211
  157. package/dist/index293.js +211 -2
  158. package/dist/index294.js +2 -66
  159. package/dist/index295.js +66 -5
  160. package/dist/index296.js +5 -7
  161. package/dist/index297.js +4 -19
  162. package/dist/index298.js +4 -35
  163. package/dist/index299.js +58 -6
  164. package/dist/index300.js +1 -1
  165. package/dist/index301.js +1 -1
  166. package/dist/index302.js +79 -4
  167. package/dist/index304.js +3 -58
  168. package/dist/index305.js +34 -3
  169. package/dist/index306.js +7 -79
  170. package/dist/index307.js +21 -0
  171. package/dist/index308.js +6 -46
  172. package/dist/index31.js +2 -2
  173. package/dist/index310.js +47 -2
  174. package/dist/index311.js +4 -0
  175. package/dist/index312.js +2 -2
  176. package/dist/index314.js +420 -43
  177. package/dist/index315.js +47 -2
  178. package/dist/index316.js +4 -0
  179. package/dist/index35.js +3 -3
  180. package/dist/index37.js +12 -12
  181. package/dist/index39.js +3 -3
  182. package/dist/index41.js +2 -2
  183. package/dist/index45.js +5 -5
  184. package/dist/index47.js +2 -2
  185. package/dist/index49.js +2 -2
  186. package/dist/index55.js +1 -1
  187. package/dist/index57.js +1 -1
  188. package/dist/index75.js +3 -3
  189. package/dist/index79.js +2 -2
  190. package/dist/index81.js +1 -1
  191. package/dist/index84.js +2 -2
  192. package/dist/index86.js +1 -1
  193. package/dist/index88.js +3 -3
  194. package/dist/index90.js +1 -1
  195. package/dist/style.css +1 -1
  196. package/dist/utilities/functions/booleanishToBoolean.d.ts +1 -1
  197. package/dist/utilities/functions/deburr.d.ts +1 -1
  198. package/dist/utilities/functions/flattenTree.d.ts +1 -1
  199. package/dist/utilities/functions/groupBy.d.ts +1 -1
  200. package/dist/utilities/functions/indexBy.d.ts +1 -1
  201. package/dist/utilities/functions/mapValues.d.ts +1 -1
  202. package/dist/utilities/functions/millisecondsTo.d.ts +1 -1
  203. package/dist/utilities/functions/replace.d.ts +1 -1
  204. package/dist/utilities/functions/retry.d.ts +1 -1
  205. package/dist/utilities/functions/throttle.d.ts +2 -2
  206. package/package.json +2 -2
  207. package/dist/index207.js +0 -43
  208. package/dist/index275.js +0 -438
  209. package/dist/index280.js +0 -11
  210. package/dist/index303.js +0 -6
  211. package/dist/index313.js +0 -426
  212. /package/dist/{index242.js → index246.js} +0 -0
  213. /package/dist/{index257.js → index264.js} +0 -0
@@ -2,76 +2,260 @@ 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: 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<{
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
+ modelValue: any[];
23
+ modelValueDebounceTime?: number | undefined;
24
+ name?: string | undefined;
25
+ noDataText?: string | undefined;
26
+ readonly?: (boolean | "true" | "false") | undefined;
27
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
28
+ attrs: any;
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
+ emit: BaseCheckboxGroupEvents;
87
+ } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
88
+ props: {
7
89
  readonly [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
8
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{}> & Readonly<{
9
- [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
10
- }>, never>, `on${Capitalize<any>}`> & BaseSwitchGroupProps<T>> & import('vue').PublicProps;
90
+ ariaDescribedby?: string | undefined;
91
+ autofocus?: (boolean | "true" | "false") | undefined;
92
+ color?: string | undefined;
93
+ dependencies?: any[] | undefined;
94
+ depsDebounceTime?: number | undefined;
95
+ direction?: "horizontal" | "vertical" | undefined;
96
+ disabled?: boolean | undefined;
97
+ enforceCoherence?: boolean | undefined;
98
+ hasErrors?: boolean | undefined;
99
+ hideLabel?: boolean | undefined;
100
+ id?: string | undefined;
101
+ items: T[] | ((prefill: boolean, modelValue?: any[] | undefined) => Promise<T[]>) | ((prefill: boolean, modelValue?: any[] | undefined) => T[]);
102
+ itemText?: (T extends object ? import('../../types/NestedKeyOf').NestedKeyOf<T> | ((item: T) => string) : ((item: T) => string) | undefined) | undefined;
103
+ itemValue?: (T extends object ? import('../../types/NestedKeyOf').NestedKeyOf<T> | ((item: T) => string) : ((item: T) => any) | undefined) | undefined;
104
+ loadingText?: string | undefined;
105
+ modelValue: any[];
106
+ modelValueDebounceTime?: number | undefined;
107
+ name?: string | undefined;
108
+ noDataText?: string | undefined;
109
+ readonly?: (boolean | "true" | "false") | undefined;
110
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
11
111
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
12
112
  attrs: any;
13
113
  slots: Readonly<{
14
- prepend?: (props: object) => any;
15
- loading?: (props: object) => any;
16
- 'no-data'?: (props: object) => any;
17
- 'option:prepend'?: (props: {
114
+ prepend?: ((props: object) => any) | undefined;
115
+ loading?: ((props: object) => any) | undefined;
116
+ 'no-data'?: ((props: object) => any) | undefined;
117
+ 'option:prepend'?: ((props: {
18
118
  checked: boolean;
19
119
  disabled: boolean;
20
120
  id?: string;
21
121
  item: T;
22
122
  text: string;
23
- }) => any;
24
- icon?: (props: SlotAttributes & {
123
+ }) => any) | undefined;
124
+ icon?: ((props: SlotAttributes & {
25
125
  item: T;
26
126
  text: string;
27
- }) => any;
28
- label?: (props: {
127
+ }) => any) | undefined;
128
+ label?: ((props: {
29
129
  item: T;
30
130
  text: string;
31
131
  checked: boolean;
32
- }) => any;
33
- 'option:append'?: (props: {
132
+ }) => any) | undefined;
133
+ 'option:append'?: ((props: {
34
134
  checked: boolean;
35
135
  disabled: boolean;
36
136
  id?: string;
37
137
  item: T;
38
138
  text: string;
39
- }) => any;
40
- append?: (props: object) => any;
139
+ }) => any) | undefined;
140
+ append?: ((props: object) => any) | undefined;
41
141
  }> & {
42
- prepend?: (props: object) => any;
43
- loading?: (props: object) => any;
44
- 'no-data'?: (props: object) => any;
45
- 'option:prepend'?: (props: {
142
+ prepend?: ((props: object) => any) | undefined;
143
+ loading?: ((props: object) => any) | undefined;
144
+ 'no-data'?: ((props: object) => any) | undefined;
145
+ 'option:prepend'?: ((props: {
46
146
  checked: boolean;
47
147
  disabled: boolean;
48
148
  id?: string;
49
149
  item: T;
50
150
  text: string;
51
- }) => any;
52
- icon?: (props: SlotAttributes & {
151
+ }) => any) | undefined;
152
+ icon?: ((props: SlotAttributes & {
53
153
  item: T;
54
154
  text: string;
55
- }) => any;
56
- label?: (props: {
155
+ }) => any) | undefined;
156
+ label?: ((props: {
57
157
  item: T;
58
158
  text: string;
59
159
  checked: boolean;
60
- }) => any;
61
- 'option:append'?: (props: {
160
+ }) => any) | undefined;
161
+ 'option:append'?: ((props: {
62
162
  checked: boolean;
63
163
  disabled: boolean;
64
164
  id?: string;
65
165
  item: T;
66
166
  text: string;
67
- }) => any;
68
- append?: (props: object) => any;
167
+ }) => any) | undefined;
168
+ append?: ((props: object) => any) | undefined;
69
169
  };
70
170
  emit: BaseCheckboxGroupEvents;
71
171
  }>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
72
172
  [key: string]: any;
73
173
  }> & {
74
- __ctx?: Awaited<typeof __VLS_setup>;
174
+ __ctx?: {
175
+ props: {
176
+ readonly [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
177
+ ariaDescribedby?: string | undefined;
178
+ autofocus?: (boolean | "true" | "false") | undefined;
179
+ color?: string | undefined;
180
+ dependencies?: any[] | undefined;
181
+ depsDebounceTime?: number | undefined;
182
+ direction?: "horizontal" | "vertical" | undefined;
183
+ disabled?: boolean | undefined;
184
+ enforceCoherence?: boolean | undefined;
185
+ hasErrors?: boolean | undefined;
186
+ hideLabel?: boolean | undefined;
187
+ id?: string | undefined;
188
+ items: T[] | ((prefill: boolean, modelValue?: any[] | undefined) => Promise<T[]>) | ((prefill: boolean, modelValue?: any[] | undefined) => T[]);
189
+ itemText?: (T extends object ? import('../../types/NestedKeyOf').NestedKeyOf<T> | ((item: T) => string) : ((item: T) => string) | undefined) | undefined;
190
+ itemValue?: (T extends object ? import('../../types/NestedKeyOf').NestedKeyOf<T> | ((item: T) => string) : ((item: T) => any) | undefined) | undefined;
191
+ loadingText?: string | undefined;
192
+ modelValue: any[];
193
+ modelValueDebounceTime?: number | undefined;
194
+ name?: string | undefined;
195
+ noDataText?: string | undefined;
196
+ readonly?: (boolean | "true" | "false") | undefined;
197
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
198
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
199
+ attrs: any;
200
+ slots: Readonly<{
201
+ prepend?: ((props: object) => any) | undefined;
202
+ loading?: ((props: object) => any) | undefined;
203
+ 'no-data'?: ((props: object) => any) | undefined;
204
+ 'option:prepend'?: ((props: {
205
+ checked: boolean;
206
+ disabled: boolean;
207
+ id?: string;
208
+ item: T;
209
+ text: string;
210
+ }) => any) | undefined;
211
+ icon?: ((props: SlotAttributes & {
212
+ item: T;
213
+ text: string;
214
+ }) => any) | undefined;
215
+ label?: ((props: {
216
+ item: T;
217
+ text: string;
218
+ checked: boolean;
219
+ }) => any) | undefined;
220
+ 'option:append'?: ((props: {
221
+ checked: boolean;
222
+ disabled: boolean;
223
+ id?: string;
224
+ item: T;
225
+ text: string;
226
+ }) => any) | undefined;
227
+ append?: ((props: object) => any) | undefined;
228
+ }> & {
229
+ prepend?: ((props: object) => any) | undefined;
230
+ loading?: ((props: object) => any) | undefined;
231
+ 'no-data'?: ((props: object) => any) | undefined;
232
+ 'option:prepend'?: ((props: {
233
+ checked: boolean;
234
+ disabled: boolean;
235
+ id?: string;
236
+ item: T;
237
+ text: string;
238
+ }) => any) | undefined;
239
+ icon?: ((props: SlotAttributes & {
240
+ item: T;
241
+ text: string;
242
+ }) => any) | undefined;
243
+ label?: ((props: {
244
+ item: T;
245
+ text: string;
246
+ checked: boolean;
247
+ }) => any) | undefined;
248
+ 'option:append'?: ((props: {
249
+ checked: boolean;
250
+ disabled: boolean;
251
+ id?: string;
252
+ item: T;
253
+ text: string;
254
+ }) => any) | undefined;
255
+ append?: ((props: object) => any) | undefined;
256
+ };
257
+ emit: BaseCheckboxGroupEvents;
258
+ } | undefined;
75
259
  };
76
260
  export default _default;
77
261
  type __VLS_PrettifyLocal<T> = {
@@ -1,5 +1,4 @@
1
- import { nextTick, InputHTMLAttributes, HTMLAttributes } from 'vue';
2
- import { Option as BaseOption } from '../../types/Option';
1
+ import { InputHTMLAttributes, HTMLAttributes } from 'vue';
3
2
  export type BaseTagProps = {
4
3
  /**
5
4
  * Name of the icon to be added at the end of the input.
@@ -93,219 +92,14 @@ export type BaseTagSlots = {
93
92
  prefix?: (props: object) => any;
94
93
  suffix?: (props: object) => any;
95
94
  };
96
- declare function __VLS_template(): {
97
- slots: Readonly<BaseTagSlots> & BaseTagSlots;
98
- refs: {
99
- outerContainer: ({
100
- $: import('vue').ComponentInternalInstance;
101
- $data: {};
102
- $props: Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{}> & Readonly<{}>, never>;
103
- $attrs: {
104
- [x: string]: unknown;
105
- };
106
- $refs: {
107
- [x: string]: unknown;
108
- };
109
- $slots: Readonly<{
110
- [name: string]: import('vue').Slot<any> | undefined;
111
- }>;
112
- $root: import('vue').ComponentPublicInstance | null;
113
- $parent: import('vue').ComponentPublicInstance | null;
114
- $host: Element | null;
115
- $emit: (event: string, ...args: any[]) => void;
116
- $el: any;
117
- $options: import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
118
- beforeCreate?: (() => void) | (() => void)[];
119
- created?: (() => void) | (() => void)[];
120
- beforeMount?: (() => void) | (() => void)[];
121
- mounted?: (() => void) | (() => void)[];
122
- beforeUpdate?: (() => void) | (() => void)[];
123
- updated?: (() => void) | (() => void)[];
124
- activated?: (() => void) | (() => void)[];
125
- deactivated?: (() => void) | (() => void)[];
126
- beforeDestroy?: (() => void) | (() => void)[];
127
- beforeUnmount?: (() => void) | (() => void)[];
128
- destroyed?: (() => void) | (() => void)[];
129
- unmounted?: (() => void) | (() => void)[];
130
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
131
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
132
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
133
- };
134
- $forceUpdate: () => void;
135
- $nextTick: typeof nextTick;
136
- $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;
137
- } & Readonly<{}> & Omit<Readonly<{}> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
138
- $slots: {
139
- "prepend-outer"?(_: {}): any;
140
- default?(_: {}): any;
141
- "append-outer"?(_: {}): any;
142
- };
143
- }) | null;
144
- innerContainer: ({
145
- $: import('vue').ComponentInternalInstance;
146
- $data: {};
147
- $props: {
148
- readonly 'append:icon'?: string | undefined;
149
- readonly 'prepend:icon'?: string | undefined;
150
- readonly preventFocus?: boolean | undefined;
151
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{
152
- 'append:icon'?: string;
153
- 'prepend:icon'?: string;
154
- preventFocus?: boolean;
155
- }> & Readonly<{}>;
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').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{
225
- options: BaseOption[];
226
- }> & Readonly<{
227
- "onOption:unselected"?: ((option: BaseOption) => any) | undefined;
228
- }>, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
229
- P: {};
230
- B: {};
231
- D: {};
232
- C: {};
233
- M: {};
234
- Defaults: {};
235
- }, Readonly<{
236
- options: BaseOption[];
237
- }> & Readonly<{
238
- "onOption:unselected"?: ((option: BaseOption) => any) | undefined;
239
- }>, {
240
- focusNext: () => void;
241
- focusPrevious: () => Promise<void>;
242
- focusFirst: () => void;
243
- focusFirstSelected: () => void;
244
- focusLast: () => void;
245
- focusLastSelected: () => void;
246
- blur: () => void;
247
- confirmOption: () => void;
248
- focusByHash: (hash: BaseOption["valueHash"]) => void;
249
- getHighlighted: () => BaseOption | undefined;
250
- }, {}, {}, {}, {}> | null;
251
- chipsBox: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
252
- options: BaseOption[];
253
- }> & Readonly<{
254
- "onOption:unselected"?: ((option: BaseOption) => any) | undefined;
255
- }>, {
256
- focusNext: () => void;
257
- focusPrevious: () => Promise<void>;
258
- focusFirst: () => void;
259
- focusFirstSelected: () => void;
260
- focusLast: () => void;
261
- focusLastSelected: () => void;
262
- blur: () => void;
263
- confirmOption: () => void;
264
- focusByHash: (hash: BaseOption["valueHash"]) => void;
265
- getHighlighted: () => BaseOption | undefined;
266
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
267
- "option:unselected": (option: BaseOption) => any;
268
- }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{
269
- options: BaseOption[];
270
- }> & Readonly<{
271
- "onOption:unselected"?: ((option: BaseOption) => any) | undefined;
272
- }>, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
273
- P: {};
274
- B: {};
275
- D: {};
276
- C: {};
277
- M: {};
278
- Defaults: {};
279
- }, Readonly<{
280
- options: BaseOption[];
281
- }> & Readonly<{
282
- "onOption:unselected"?: ((option: BaseOption) => any) | undefined;
283
- }>, {
284
- focusNext: () => void;
285
- focusPrevious: () => Promise<void>;
286
- focusFirst: () => void;
287
- focusFirstSelected: () => void;
288
- focusLast: () => void;
289
- focusLastSelected: () => void;
290
- blur: () => void;
291
- confirmOption: () => void;
292
- focusByHash: (hash: BaseOption["valueHash"]) => void;
293
- getHighlighted: () => BaseOption | undefined;
294
- }, {}, {}, {}, {}> | null;
295
- input: HTMLInputElement;
296
- };
297
- attrs: Partial<{}>;
298
- };
299
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
300
- declare const __VLS_component: import('vue').DefineComponent<BaseTagProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
95
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BaseTagProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
301
96
  [x: string]: any;
302
97
  }, string, import('vue').PublicProps, Readonly<BaseTagProps> & Readonly<{
303
98
  [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
304
99
  }>, {
305
100
  multiple: boolean;
306
- divider: KeyboardEvent["key"];
307
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
308
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
101
+ divider: string;
102
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<BaseTagSlots> & BaseTagSlots>;
309
103
  export default _default;
310
104
  type __VLS_WithTemplateSlots<T, S> = T & {
311
105
  new (): {
@@ -81,22 +81,13 @@ export type BaseTextInputSlots = {
81
81
  'prepend-outer'?: (props: object) => any;
82
82
  suffix?: (props: object) => any;
83
83
  };
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, {
84
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BaseTextInputProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
93
85
  [x: string]: any;
94
86
  }, string, import('vue').PublicProps, Readonly<BaseTextInputProps> & Readonly<{
95
87
  [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
96
88
  }>, {
97
- type: HTMLInputElement["type"];
98
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
99
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
89
+ type: string;
90
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<BaseTextInputSlots> & BaseTextInputSlots>;
100
91
  export default _default;
101
92
  type __VLS_WithTemplateSlots<T, S> = T & {
102
93
  new (): {
@@ -85,20 +85,11 @@ export type BaseTextareaSlots = {
85
85
  prefix?: (props: object) => any;
86
86
  suffix?: (props: object) => any;
87
87
  };
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, {
88
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BaseTextareaProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
97
89
  [x: string]: any;
98
90
  }, string, import('vue').PublicProps, Readonly<BaseTextareaProps> & Readonly<{
99
91
  [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
100
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
101
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
92
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<BaseTextareaSlots> & BaseTextareaSlots>;
102
93
  export default _default;
103
94
  type __VLS_WithTemplateSlots<T, S> = T & {
104
95
  new (): {
@@ -4,39 +4,31 @@ 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 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, {
7
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BbAccordionProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
33
8
  "update:modelValue": (value: boolean) => any;
34
9
  }, string, import('vue').PublicProps, Readonly<BbAccordionProps> & Readonly<{
35
10
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
36
11
  }>, {
37
12
  transitionDuration: number;
38
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
39
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
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
+ }>;
40
32
  export default _default;
41
33
  type __VLS_WithTemplateSlots<T, S> = T & {
42
34
  new (): {