bitboss-ui 2.0.42 → 2.0.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (219) hide show
  1. package/dist/components/BaseButton/BaseButton.vue.d.ts +7 -14
  2. package/dist/components/BaseCheckbox/BaseCheckbox.vue.d.ts +6 -15
  3. package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +221 -27
  4. package/dist/components/BaseColorInput/BaseColorInput.vue.d.ts +2 -12
  5. package/dist/components/BaseDatePicker/BaseDatePickerInputDaySelector.vue.d.ts +18 -27
  6. package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +19 -161
  7. package/dist/components/BaseDialog/BaseDialog.vue.d.ts +2 -16
  8. package/dist/components/BaseInputContainer/BaseInputContainer.vue.d.ts +3 -10
  9. package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +2 -11
  10. package/dist/components/BaseRadio/BaseRadio.vue.d.ts +6 -13
  11. package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +224 -27
  12. package/dist/components/BaseRating/BaseRating.vue.d.ts +2 -11
  13. package/dist/components/BaseSelect/BaseSelect.vue.d.ts +6 -337
  14. package/dist/components/BaseSlider/BaseSlider.vue.d.ts +3 -15
  15. package/dist/components/BaseSwitch/BaseSwitch.vue.d.ts +2 -11
  16. package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +214 -30
  17. package/dist/components/BaseTag/BaseTag.vue.d.ts +4 -210
  18. package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +3 -12
  19. package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +2 -11
  20. package/dist/components/BbAccordion/BbAccordion.vue.d.ts +20 -28
  21. package/dist/components/BbAlert/BbAlert.vue.d.ts +16 -23
  22. package/dist/components/BbAvatar/BbAvatar.vue.d.ts +6 -15
  23. package/dist/components/BbBadge/BbBadge.vue.d.ts +7 -14
  24. package/dist/components/BbBreadcrumbs/BbBreadcrumbs.vue.d.ts +44 -51
  25. package/dist/components/BbButton/BbButton.vue.d.ts +6 -13
  26. package/dist/components/BbCheckbox/BbCheckbox.vue.d.ts +19 -26
  27. package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +249 -34
  28. package/dist/components/BbChip/BbChip.vue.d.ts +6 -13
  29. package/dist/components/BbCollapsible/BbCollapsible.vue.d.ts +6 -13
  30. package/dist/components/BbColorInput/BbColorInput.vue.d.ts +12 -19
  31. package/dist/components/BbConfirm/BbConfirm.vue.d.ts +17 -24
  32. package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +22 -29
  33. package/dist/components/BbDialog/BbDialog.vue.d.ts +2 -9
  34. package/dist/components/BbDropdown/BbDropdown.vue.d.ts +159 -169
  35. package/dist/components/BbDropdownButton/BbDropdownButton.vue.d.ts +183 -190
  36. package/dist/components/BbDropzone/BbDropzone.vue.d.ts +17 -26
  37. package/dist/components/BbIntersection/BbIntersection.vue.d.ts +15 -24
  38. package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +12 -98
  39. package/dist/components/BbOffCanvas/BbOffCanvas.vue.d.ts +3 -17
  40. package/dist/components/BbPagination/BbPagination.vue.d.ts +23 -33
  41. package/dist/components/BbPopover/BbPopover.vue.d.ts +53 -65
  42. package/dist/components/BbRadio/BbRadio.vue.d.ts +19 -26
  43. package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +252 -34
  44. package/dist/components/BbRating/BbRating.vue.d.ts +12 -19
  45. package/dist/components/BbRatio/BbRatio.vue.d.ts +7 -14
  46. package/dist/components/BbSelect/BbSelect.vue.d.ts +156 -15
  47. package/dist/components/BbSlider/BbSlider.vue.d.ts +12 -19
  48. package/dist/components/BbSmoothHeight/BbSmoothHeight.vue.d.ts +3 -13
  49. package/dist/components/BbSwitch/BbSwitch.vue.d.ts +19 -26
  50. package/dist/components/BbSwitchGroup/BbSwitchGroup.vue.d.ts +249 -34
  51. package/dist/components/BbTab/BbTab.vue.d.ts +77 -88
  52. package/dist/components/BbTable/BbTable.vue.d.ts +77 -86
  53. package/dist/components/BbTag/BbTag.vue.d.ts +2 -9
  54. package/dist/components/BbTextInput/BbTextInput.vue.d.ts +12 -19
  55. package/dist/components/BbTextarea/BbTextarea.vue.d.ts +12 -19
  56. package/dist/components/BbToast/BbToast.vue.d.ts +1 -1
  57. package/dist/components/BbTooltip/BbTooltip.vue.d.ts +3 -13
  58. package/dist/components/BbTree/BbTree.vue.d.ts +2 -9
  59. package/dist/components/ChipsBox.vue.d.ts +1 -1
  60. package/dist/components/CommaBox.vue.d.ts +1 -1
  61. package/dist/components/CommonFloating.vue.d.ts +4 -14
  62. package/dist/components/CommonInputInnerContainer.vue.d.ts +7 -16
  63. package/dist/components/CommonInputOuterContainer.vue.d.ts +5 -12
  64. package/dist/components/ListBox.vue.d.ts +15 -24
  65. package/dist/components/OptionsContainer.vue.d.ts +88 -26
  66. package/dist/components/Transitions/Slide.vue.d.ts +5 -12
  67. package/dist/components/Transitions/SlideBack.vue.d.ts +5 -12
  68. package/dist/composables/useBroadcastChannelInstance.d.ts +2 -2
  69. package/dist/composables/useToast.d.ts +1 -1
  70. package/dist/composables/useWizard.d.ts +1 -1
  71. package/dist/index108.js +1 -1
  72. package/dist/index110.js +4 -4
  73. package/dist/index120.js +5 -5
  74. package/dist/index126.js +1 -1
  75. package/dist/index127.js +1 -1
  76. package/dist/index128.js +1 -1
  77. package/dist/index13.js +1 -1
  78. package/dist/index130.js +1 -1
  79. package/dist/index132.js +2 -2
  80. package/dist/index133.js +2 -2
  81. package/dist/index15.js +43 -42
  82. package/dist/index17.js +3 -3
  83. package/dist/index19.js +2 -2
  84. package/dist/index204.js +2 -116
  85. package/dist/index205.js +8 -2
  86. package/dist/index206.js +52 -157
  87. package/dist/index208.js +15 -0
  88. package/dist/index209.js +20 -3
  89. package/dist/index21.js +14 -14
  90. package/dist/index210.js +4 -8
  91. package/dist/index211.js +116 -3
  92. package/dist/index212.js +2 -41
  93. package/dist/index213.js +4 -6
  94. package/dist/index214.js +2 -7
  95. package/dist/index215.js +5 -53
  96. package/dist/index216.js +18 -0
  97. package/dist/index217.js +16 -13
  98. package/dist/index218.js +19 -2
  99. package/dist/index219.js +19 -4
  100. package/dist/index220.js +27 -2
  101. package/dist/index221.js +3 -20
  102. package/dist/index222.js +2 -4
  103. package/dist/index223.js +245 -122
  104. package/dist/index224.js +52 -5
  105. package/dist/index225.js +44 -125
  106. package/dist/index226.js +5 -19
  107. package/dist/index227.js +49 -16
  108. package/dist/index228.js +124 -14
  109. package/dist/index229.js +125 -2
  110. package/dist/index23.js +15 -15
  111. package/dist/index230.js +2 -2
  112. package/dist/index231.js +41 -5
  113. package/dist/index232.js +6 -369
  114. package/dist/index233.js +5 -19
  115. package/dist/index234.js +367 -25
  116. package/dist/index235.js +158 -3
  117. package/dist/index236.js +77 -242
  118. package/dist/index238.js +3 -44
  119. package/dist/index239.js +3 -5
  120. package/dist/index240.js +7 -49
  121. package/dist/index241.js +106 -2
  122. package/dist/index243.js +47 -53
  123. package/dist/index245.js +2 -100
  124. package/dist/index25.js +5 -5
  125. package/dist/index250.js +6 -3
  126. package/dist/index251.js +16 -12
  127. package/dist/index252.js +3 -9
  128. package/dist/index253.js +8 -8
  129. package/dist/index254.js +23 -17
  130. package/dist/index255.js +7 -222
  131. package/dist/index256.js +3 -431
  132. package/dist/index258.js +7 -3
  133. package/dist/index259.js +178 -0
  134. package/dist/index260.js +3 -6
  135. package/dist/index261.js +281 -4
  136. package/dist/index262.js +5 -175
  137. package/dist/index263.js +2 -200
  138. package/dist/index264.js +2 -6
  139. package/dist/index265.js +2 -16
  140. package/dist/index266.js +2 -3
  141. package/dist/index267.js +2 -9
  142. package/dist/index268.js +2 -23
  143. package/dist/index269.js +2 -9
  144. package/dist/index27.js +1 -1
  145. package/dist/index270.js +2 -281
  146. package/dist/index271.js +2 -6
  147. package/dist/index272.js +2 -2
  148. package/dist/index273.js +28 -2
  149. package/dist/index274.js +22 -2
  150. package/dist/index276.js +2 -2
  151. package/dist/index277.js +126 -2
  152. package/dist/index278.js +431 -2
  153. package/dist/index279.js +21 -1
  154. package/dist/index281.js +3 -2
  155. package/dist/index282.js +12 -28
  156. package/dist/index283.js +8 -21
  157. package/dist/index284.js +11 -0
  158. package/dist/index285.js +17 -2
  159. package/dist/index286.js +218 -120
  160. package/dist/index287.js +199 -21
  161. package/dist/index288.js +438 -0
  162. package/dist/index289.js +113 -422
  163. package/dist/index29.js +3 -3
  164. package/dist/index290.js +87 -125
  165. package/dist/index291.js +1 -1
  166. package/dist/index292.js +1 -1
  167. package/dist/index293.js +2 -2
  168. package/dist/index297.js +4 -5
  169. package/dist/index298.js +4 -8
  170. package/dist/index299.js +58 -10
  171. package/dist/index300.js +4 -3
  172. package/dist/index301.js +8 -4
  173. package/dist/index302.js +79 -4
  174. package/dist/index304.js +4 -79
  175. package/dist/index305.js +37 -0
  176. package/dist/index306.js +6 -34
  177. package/dist/index307.js +18 -6
  178. package/dist/index308.js +5 -17
  179. package/dist/index309.js +10 -46
  180. package/dist/index31.js +2 -2
  181. package/dist/index310.js +46 -6
  182. package/dist/index312.js +1 -1
  183. package/dist/index33.js +2 -2
  184. package/dist/index35.js +3 -3
  185. package/dist/index37.js +13 -13
  186. package/dist/index39.js +3 -3
  187. package/dist/index41.js +2 -2
  188. package/dist/index43.js +2 -2
  189. package/dist/index45.js +6 -6
  190. package/dist/index47.js +2 -2
  191. package/dist/index49.js +2 -2
  192. package/dist/index55.js +1 -1
  193. package/dist/index57.js +1 -1
  194. package/dist/index75.js +3 -3
  195. package/dist/index79.js +2 -2
  196. package/dist/index81.js +1 -1
  197. package/dist/index84.js +2 -2
  198. package/dist/index86.js +1 -1
  199. package/dist/index88.js +3 -3
  200. package/dist/index90.js +1 -1
  201. package/dist/style.css +1 -1
  202. package/dist/utilities/functions/booleanishToBoolean.d.ts +1 -1
  203. package/dist/utilities/functions/deburr.d.ts +1 -1
  204. package/dist/utilities/functions/flattenTree.d.ts +1 -1
  205. package/dist/utilities/functions/groupBy.d.ts +1 -1
  206. package/dist/utilities/functions/indexBy.d.ts +1 -1
  207. package/dist/utilities/functions/mapValues.d.ts +1 -1
  208. package/dist/utilities/functions/millisecondsTo.d.ts +1 -1
  209. package/dist/utilities/functions/replace.d.ts +1 -1
  210. package/dist/utilities/functions/retry.d.ts +1 -1
  211. package/dist/utilities/functions/throttle.d.ts +2 -2
  212. package/package.json +2 -2
  213. package/dist/index207.js +0 -86
  214. package/dist/index237.js +0 -54
  215. package/dist/index257.js +0 -91
  216. package/dist/index275.js +0 -4
  217. package/dist/index280.js +0 -4
  218. package/dist/index303.js +0 -61
  219. /package/dist/{index242.js → index246.js} +0 -0
@@ -73,21 +73,14 @@ export type BaseButtonProps = {
73
73
  */
74
74
  type?: HTMLButtonElement['type'];
75
75
  };
76
- declare function __VLS_template(): {
77
- slots: Readonly<{
78
- default?: (props: object) => any;
79
- }> & {
80
- default?: (props: object) => any;
81
- };
82
- refs: {};
83
- attrs: Partial<{}>;
84
- };
85
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
86
- declare const __VLS_component: import('vue').DefineComponent<BaseButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BaseButtonProps> & Readonly<{}>, {
87
- type: HTMLButtonElement["type"];
76
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BaseButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BaseButtonProps> & Readonly<{}>, {
77
+ type: "button" | "reset" | "submit";
88
78
  tag: string;
89
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
90
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
79
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<{
80
+ default?: ((props: object) => any) | undefined;
81
+ }> & {
82
+ default?: ((props: object) => any) | undefined;
83
+ }>;
91
84
  export default _default;
92
85
  type __VLS_WithTemplateSlots<T, S> = T & {
93
86
  new (): {
@@ -88,27 +88,18 @@ export type SlotAttributes = {
88
88
  trueValue: any;
89
89
  value: any;
90
90
  };
91
- declare function __VLS_template(): {
92
- slots: Readonly<{
93
- icon?: (props: SlotAttributes) => any;
94
- }> & {
95
- icon?: (props: SlotAttributes) => any;
96
- };
97
- refs: {
98
- checkboxInput: HTMLInputElement;
99
- };
100
- attrs: Partial<{}>;
101
- };
102
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
103
- declare const __VLS_component: import('vue').DefineComponent<BaseCheckboxProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
91
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BaseCheckboxProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
104
92
  [x: string]: any;
105
93
  }, string, import('vue').PublicProps, Readonly<BaseCheckboxProps> & Readonly<{
106
94
  [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
107
95
  }>, {
108
96
  falseValue: any;
109
97
  trueValue: any;
110
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
111
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
98
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<{
99
+ icon?: ((props: SlotAttributes) => any) | undefined;
100
+ }> & {
101
+ icon?: ((props: SlotAttributes) => any) | undefined;
102
+ }>;
112
103
  export default _default;
113
104
  type __VLS_WithTemplateSlots<T, S> = T & {
114
105
  new (): {
@@ -102,72 +102,266 @@ export type BaseCheckboxGroupEvents = {
102
102
  (e: 'mouseup', event: MouseEvent): void;
103
103
  (e: 'update:modelValue', value: any): void;
104
104
  };
105
- 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<{
106
- props: __VLS_PrettifyLocal<any & BaseCheckboxGroupProps<T>> & import('vue').PublicProps;
105
+ declare const _default: <T = any>(__VLS_props: {
106
+ [x: string]: any;
107
+ [x: number]: any;
108
+ [x: symbol]: any;
109
+ ariaDescribedby?: string | undefined;
110
+ autofocus?: (boolean | "true" | "false") | undefined;
111
+ color?: string | undefined;
112
+ dependencies?: any[] | undefined;
113
+ depsDebounceTime?: number | undefined;
114
+ direction?: "horizontal" | "vertical" | undefined;
115
+ disabled?: boolean | undefined;
116
+ enforceCoherence?: boolean | undefined;
117
+ hasErrors?: boolean | undefined;
118
+ hideLabel?: boolean | undefined;
119
+ id?: string | undefined;
120
+ items: T[] | ((prefill: boolean, modelValue?: any[] | undefined) => Promise<T[]>) | ((prefill: boolean, modelValue?: any[] | undefined) => T[]);
121
+ itemText?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => string) | undefined) | undefined;
122
+ itemValue?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => any) | undefined) | undefined;
123
+ loadingText?: string | undefined;
124
+ modelValue: any[];
125
+ modelValueDebounceTime?: number | undefined;
126
+ name?: string | undefined;
127
+ noDataText?: string | undefined;
128
+ readonly?: (boolean | "true" | "false") | undefined;
129
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
130
+ attrs: any;
131
+ slots: Readonly<{
132
+ prepend?: ((props: object) => any) | undefined;
133
+ loading?: ((props: object) => any) | undefined;
134
+ 'no-data'?: ((props: object) => any) | undefined;
135
+ 'option:prepend'?: ((props: {
136
+ checked: boolean;
137
+ disabled: boolean;
138
+ id?: string;
139
+ item: T;
140
+ text: string;
141
+ }) => any) | undefined;
142
+ icon?: ((props: SlotAttributes & {
143
+ item: T;
144
+ text: string;
145
+ }) => any) | undefined;
146
+ label?: ((props: {
147
+ item: T;
148
+ text: string;
149
+ checked: boolean;
150
+ }) => any) | undefined;
151
+ 'option:append'?: ((props: {
152
+ checked: boolean;
153
+ disabled: boolean;
154
+ id?: string;
155
+ item: T;
156
+ text: string;
157
+ }) => any) | undefined;
158
+ append?: ((props: object) => any) | undefined;
159
+ }> & {
160
+ prepend?: ((props: object) => any) | undefined;
161
+ loading?: ((props: object) => any) | undefined;
162
+ 'no-data'?: ((props: object) => any) | undefined;
163
+ 'option:prepend'?: ((props: {
164
+ checked: boolean;
165
+ disabled: boolean;
166
+ id?: string;
167
+ item: T;
168
+ text: string;
169
+ }) => any) | undefined;
170
+ icon?: ((props: SlotAttributes & {
171
+ item: T;
172
+ text: string;
173
+ }) => any) | undefined;
174
+ label?: ((props: {
175
+ item: T;
176
+ text: string;
177
+ checked: boolean;
178
+ }) => any) | undefined;
179
+ 'option:append'?: ((props: {
180
+ checked: boolean;
181
+ disabled: boolean;
182
+ id?: string;
183
+ item: T;
184
+ text: string;
185
+ }) => any) | undefined;
186
+ append?: ((props: object) => any) | undefined;
187
+ };
188
+ emit: BaseCheckboxGroupEvents;
189
+ } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
190
+ props: {
191
+ [x: string]: any;
192
+ [x: number]: any;
193
+ [x: symbol]: any;
194
+ ariaDescribedby?: string | undefined;
195
+ autofocus?: (boolean | "true" | "false") | undefined;
196
+ color?: string | undefined;
197
+ dependencies?: any[] | undefined;
198
+ depsDebounceTime?: number | undefined;
199
+ direction?: "horizontal" | "vertical" | undefined;
200
+ disabled?: boolean | undefined;
201
+ enforceCoherence?: boolean | undefined;
202
+ hasErrors?: boolean | undefined;
203
+ hideLabel?: boolean | undefined;
204
+ id?: string | undefined;
205
+ items: T[] | ((prefill: boolean, modelValue?: any[] | undefined) => Promise<T[]>) | ((prefill: boolean, modelValue?: any[] | undefined) => T[]);
206
+ itemText?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => string) | undefined) | undefined;
207
+ itemValue?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => any) | undefined) | undefined;
208
+ loadingText?: string | undefined;
209
+ modelValue: any[];
210
+ modelValueDebounceTime?: number | undefined;
211
+ name?: string | undefined;
212
+ noDataText?: string | undefined;
213
+ readonly?: (boolean | "true" | "false") | undefined;
214
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
107
215
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
108
216
  attrs: any;
109
217
  slots: Readonly<{
110
- prepend?: (props: object) => any;
111
- loading?: (props: object) => any;
112
- 'no-data'?: (props: object) => any;
113
- 'option:prepend'?: (props: {
218
+ prepend?: ((props: object) => any) | undefined;
219
+ loading?: ((props: object) => any) | undefined;
220
+ 'no-data'?: ((props: object) => any) | undefined;
221
+ 'option:prepend'?: ((props: {
114
222
  checked: boolean;
115
223
  disabled: boolean;
116
224
  id?: string;
117
225
  item: T;
118
226
  text: string;
119
- }) => any;
120
- icon?: (props: SlotAttributes & {
227
+ }) => any) | undefined;
228
+ icon?: ((props: SlotAttributes & {
121
229
  item: T;
122
230
  text: string;
123
- }) => any;
124
- label?: (props: {
231
+ }) => any) | undefined;
232
+ label?: ((props: {
125
233
  item: T;
126
234
  text: string;
127
235
  checked: boolean;
128
- }) => any;
129
- 'option:append'?: (props: {
236
+ }) => any) | undefined;
237
+ 'option:append'?: ((props: {
130
238
  checked: boolean;
131
239
  disabled: boolean;
132
240
  id?: string;
133
241
  item: T;
134
242
  text: string;
135
- }) => any;
136
- append?: (props: object) => any;
243
+ }) => any) | undefined;
244
+ append?: ((props: object) => any) | undefined;
137
245
  }> & {
138
- prepend?: (props: object) => any;
139
- loading?: (props: object) => any;
140
- 'no-data'?: (props: object) => any;
141
- 'option:prepend'?: (props: {
246
+ prepend?: ((props: object) => any) | undefined;
247
+ loading?: ((props: object) => any) | undefined;
248
+ 'no-data'?: ((props: object) => any) | undefined;
249
+ 'option:prepend'?: ((props: {
142
250
  checked: boolean;
143
251
  disabled: boolean;
144
252
  id?: string;
145
253
  item: T;
146
254
  text: string;
147
- }) => any;
148
- icon?: (props: SlotAttributes & {
255
+ }) => any) | undefined;
256
+ icon?: ((props: SlotAttributes & {
149
257
  item: T;
150
258
  text: string;
151
- }) => any;
152
- label?: (props: {
259
+ }) => any) | undefined;
260
+ label?: ((props: {
153
261
  item: T;
154
262
  text: string;
155
263
  checked: boolean;
156
- }) => any;
157
- 'option:append'?: (props: {
264
+ }) => any) | undefined;
265
+ 'option:append'?: ((props: {
158
266
  checked: boolean;
159
267
  disabled: boolean;
160
268
  id?: string;
161
269
  item: T;
162
270
  text: string;
163
- }) => any;
164
- append?: (props: object) => any;
271
+ }) => any) | undefined;
272
+ append?: ((props: object) => any) | undefined;
165
273
  };
166
274
  emit: BaseCheckboxGroupEvents;
167
275
  }>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
168
276
  [key: string]: any;
169
277
  }> & {
170
- __ctx?: Awaited<typeof __VLS_setup>;
278
+ __ctx?: {
279
+ props: {
280
+ [x: string]: any;
281
+ [x: number]: any;
282
+ [x: symbol]: any;
283
+ ariaDescribedby?: string | undefined;
284
+ autofocus?: (boolean | "true" | "false") | undefined;
285
+ color?: string | undefined;
286
+ dependencies?: any[] | undefined;
287
+ depsDebounceTime?: number | undefined;
288
+ direction?: "horizontal" | "vertical" | undefined;
289
+ disabled?: boolean | undefined;
290
+ enforceCoherence?: boolean | undefined;
291
+ hasErrors?: boolean | undefined;
292
+ hideLabel?: boolean | undefined;
293
+ id?: string | undefined;
294
+ items: T[] | ((prefill: boolean, modelValue?: any[] | undefined) => Promise<T[]>) | ((prefill: boolean, modelValue?: any[] | undefined) => T[]);
295
+ itemText?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => string) | undefined) | undefined;
296
+ itemValue?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => any) | undefined) | undefined;
297
+ loadingText?: string | undefined;
298
+ modelValue: any[];
299
+ modelValueDebounceTime?: number | undefined;
300
+ name?: string | undefined;
301
+ noDataText?: string | undefined;
302
+ readonly?: (boolean | "true" | "false") | undefined;
303
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
304
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
305
+ attrs: any;
306
+ slots: Readonly<{
307
+ prepend?: ((props: object) => any) | undefined;
308
+ loading?: ((props: object) => any) | undefined;
309
+ 'no-data'?: ((props: object) => any) | undefined;
310
+ 'option:prepend'?: ((props: {
311
+ checked: boolean;
312
+ disabled: boolean;
313
+ id?: string;
314
+ item: T;
315
+ text: string;
316
+ }) => any) | undefined;
317
+ icon?: ((props: SlotAttributes & {
318
+ item: T;
319
+ text: string;
320
+ }) => any) | undefined;
321
+ label?: ((props: {
322
+ item: T;
323
+ text: string;
324
+ checked: boolean;
325
+ }) => any) | undefined;
326
+ 'option:append'?: ((props: {
327
+ checked: boolean;
328
+ disabled: boolean;
329
+ id?: string;
330
+ item: T;
331
+ text: string;
332
+ }) => any) | undefined;
333
+ append?: ((props: object) => any) | undefined;
334
+ }> & {
335
+ prepend?: ((props: object) => any) | undefined;
336
+ loading?: ((props: object) => any) | undefined;
337
+ 'no-data'?: ((props: object) => any) | undefined;
338
+ 'option:prepend'?: ((props: {
339
+ checked: boolean;
340
+ disabled: boolean;
341
+ id?: string;
342
+ item: T;
343
+ text: string;
344
+ }) => any) | undefined;
345
+ icon?: ((props: SlotAttributes & {
346
+ item: T;
347
+ text: string;
348
+ }) => any) | undefined;
349
+ label?: ((props: {
350
+ item: T;
351
+ text: string;
352
+ checked: boolean;
353
+ }) => any) | undefined;
354
+ 'option:append'?: ((props: {
355
+ checked: boolean;
356
+ disabled: boolean;
357
+ id?: string;
358
+ item: T;
359
+ text: string;
360
+ }) => any) | undefined;
361
+ append?: ((props: object) => any) | undefined;
362
+ };
363
+ emit: BaseCheckboxGroupEvents;
364
+ } | undefined;
171
365
  };
172
366
  export default _default;
173
367
  type __VLS_PrettifyLocal<T> = {
@@ -77,21 +77,11 @@ export type BaseColorInputSlots = {
77
77
  'prepend-outer'?: (props: object) => any;
78
78
  suffix?: (props: object) => any;
79
79
  };
80
- declare function __VLS_template(): {
81
- slots: Readonly<BaseColorInputSlots> & BaseColorInputSlots;
82
- refs: {
83
- input: HTMLInputElement;
84
- picker: HTMLInputElement;
85
- };
86
- attrs: Partial<{}>;
87
- };
88
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
89
- declare const __VLS_component: import('vue').DefineComponent<BaseColorInputProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
80
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BaseColorInputProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
90
81
  [x: string]: any;
91
82
  }, string, import('vue').PublicProps, Readonly<BaseColorInputProps> & Readonly<{
92
83
  [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
93
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
94
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
84
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<BaseColorInputSlots> & BaseColorInputSlots>;
95
85
  export default _default;
96
86
  type __VLS_WithTemplateSlots<T, S> = T & {
97
87
  new (): {
@@ -15,38 +15,29 @@ type Props = {
15
15
  multiple?: boolean;
16
16
  readonly?: boolean;
17
17
  };
18
- declare function __VLS_template(): {
19
- slots: Partial<Record<"day", (_: {
20
- first: boolean;
21
- highlighted: boolean;
22
- item: dayjs.Dayjs;
23
- label: string;
24
- last: boolean;
25
- middle: boolean;
26
- selected: boolean;
27
- }) => any>> & Partial<Record<string, (_: {
28
- first: boolean;
29
- highlighted: boolean;
30
- item: dayjs.Dayjs;
31
- label: string;
32
- last: boolean;
33
- middle: boolean;
34
- selected: boolean;
35
- }) => any>>;
36
- refs: {
37
- calendar: HTMLDivElement;
38
- };
39
- attrs: Partial<{}>;
40
- };
41
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
42
- declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
18
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
43
19
  "update:modelValue": (value: any) => any;
44
20
  "update:cursor": (value: dayjs.Dayjs) => any;
45
21
  }, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
46
22
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
47
23
  "onUpdate:cursor"?: ((value: dayjs.Dayjs) => any) | undefined;
48
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
49
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
24
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Partial<Record<"day", (_: {
25
+ first: boolean;
26
+ highlighted: boolean;
27
+ item: dayjs.Dayjs;
28
+ label: string;
29
+ last: boolean;
30
+ middle: boolean;
31
+ selected: boolean;
32
+ }) => any>> & Partial<Record<string, (_: {
33
+ first: boolean;
34
+ highlighted: boolean;
35
+ item: dayjs.Dayjs;
36
+ label: string;
37
+ last: boolean;
38
+ middle: boolean;
39
+ selected: boolean;
40
+ }) => any>>>;
50
41
  export default _default;
51
42
  type __VLS_WithTemplateSlots<T, S> = T & {
52
43
  new (): {
@@ -91,179 +91,37 @@ export type BaseDatePickerInputEvents = {
91
91
  (e: 'inactive'): void;
92
92
  (e: 'update:modelValue', value: BaseDatePickerInputProps['modelValue']): void;
93
93
  };
94
- declare function __VLS_template(): {
95
- slots: Readonly<{
96
- 'prepend-outer'?: (props: object) => any;
97
- prepend?: (props: object) => any;
98
- prefix?: (props: object) => any;
99
- append?: (props: object) => any;
100
- 'append-outer'?: (props: object) => any;
101
- suffix?: (props: object) => any;
102
- }> & {
103
- 'prepend-outer'?: (props: object) => any;
104
- prepend?: (props: object) => any;
105
- prefix?: (props: object) => any;
106
- append?: (props: object) => any;
107
- 'append-outer'?: (props: object) => any;
108
- suffix?: (props: object) => any;
109
- };
110
- refs: {
111
- outerContainer: ({
112
- $: import('vue').ComponentInternalInstance;
113
- $data: {};
114
- $props: Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{}> & Readonly<{}>, never>;
115
- $attrs: {
116
- [x: string]: unknown;
117
- };
118
- $refs: {
119
- [x: string]: unknown;
120
- };
121
- $slots: Readonly<{
122
- [name: string]: import('vue').Slot<any> | undefined;
123
- }>;
124
- $root: import('vue').ComponentPublicInstance | null;
125
- $parent: import('vue').ComponentPublicInstance | null;
126
- $host: Element | null;
127
- $emit: (event: string, ...args: any[]) => void;
128
- $el: any;
129
- $options: import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
130
- beforeCreate?: (() => void) | (() => void)[];
131
- created?: (() => void) | (() => void)[];
132
- beforeMount?: (() => void) | (() => void)[];
133
- mounted?: (() => void) | (() => void)[];
134
- beforeUpdate?: (() => void) | (() => void)[];
135
- updated?: (() => void) | (() => void)[];
136
- activated?: (() => void) | (() => void)[];
137
- deactivated?: (() => void) | (() => void)[];
138
- beforeDestroy?: (() => void) | (() => void)[];
139
- beforeUnmount?: (() => void) | (() => void)[];
140
- destroyed?: (() => void) | (() => void)[];
141
- unmounted?: (() => void) | (() => void)[];
142
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
143
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
144
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
145
- };
146
- $forceUpdate: () => void;
147
- $nextTick: typeof import('vue').nextTick;
148
- $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;
149
- } & Readonly<{}> & Omit<Readonly<{}> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
150
- $slots: {
151
- "prepend-outer"?(_: {}): any;
152
- default?(_: {}): any;
153
- "append-outer"?(_: {}): any;
154
- };
155
- }) | null;
156
- innerContainer: ({
157
- $: import('vue').ComponentInternalInstance;
158
- $data: {};
159
- $props: {
160
- readonly 'append:icon'?: string | undefined;
161
- readonly 'prepend:icon'?: string | undefined;
162
- readonly preventFocus?: boolean | undefined;
163
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<{
164
- 'append:icon'?: string;
165
- 'prepend:icon'?: string;
166
- preventFocus?: boolean;
167
- }> & Readonly<{}>;
168
- $attrs: {
169
- [x: string]: unknown;
170
- };
171
- $refs: {
172
- [x: string]: unknown;
173
- };
174
- $slots: Readonly<{
175
- [name: string]: import('vue').Slot<any> | undefined;
176
- }>;
177
- $root: import('vue').ComponentPublicInstance | null;
178
- $parent: import('vue').ComponentPublicInstance | null;
179
- $host: Element | null;
180
- $emit: (event: string, ...args: any[]) => void;
181
- $el: any;
182
- $options: import('vue').ComponentOptionsBase<Readonly<{
183
- 'append:icon'?: string;
184
- 'prepend:icon'?: string;
185
- preventFocus?: boolean;
186
- }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
187
- beforeCreate?: (() => void) | (() => void)[];
188
- created?: (() => void) | (() => void)[];
189
- beforeMount?: (() => void) | (() => void)[];
190
- mounted?: (() => void) | (() => void)[];
191
- beforeUpdate?: (() => void) | (() => void)[];
192
- updated?: (() => void) | (() => void)[];
193
- activated?: (() => void) | (() => void)[];
194
- deactivated?: (() => void) | (() => void)[];
195
- beforeDestroy?: (() => void) | (() => void)[];
196
- beforeUnmount?: (() => void) | (() => void)[];
197
- destroyed?: (() => void) | (() => void)[];
198
- unmounted?: (() => void) | (() => void)[];
199
- renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
200
- renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
201
- errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
202
- };
203
- $forceUpdate: () => void;
204
- $nextTick: typeof import('vue').nextTick;
205
- $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;
206
- } & Readonly<{}> & Omit<Readonly<{
207
- 'append:icon'?: string;
208
- 'prepend:icon'?: string;
209
- preventFocus?: boolean;
210
- }> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
211
- $slots: {
212
- prepend?(_: {}): any;
213
- prefix?(_: {}): any;
214
- default?(_: {}): any;
215
- append?(_: {}): any;
216
- suffix?(_: {}): any;
217
- };
218
- }) | null;
219
- input: HTMLInputElement;
220
- calendar: HTMLSpanElement;
221
- basedatepicker: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../..').BaseDatePickerProps> & Readonly<{
222
- "onUpdate:modelValue"?: ((value: any) => any) | undefined;
223
- }>, {
224
- resetStatus: () => void;
225
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
226
- "update:modelValue": (value: any) => any;
227
- }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('../..').BaseDatePickerProps> & Readonly<{
228
- "onUpdate:modelValue"?: ((value: any) => any) | undefined;
229
- }>, {
230
- firstDayOfWeek: number;
231
- }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
232
- P: {};
233
- B: {};
234
- D: {};
235
- C: {};
236
- M: {};
237
- Defaults: {};
238
- }, Readonly<import('../..').BaseDatePickerProps> & Readonly<{
239
- "onUpdate:modelValue"?: ((value: any) => any) | undefined;
240
- }>, {
241
- resetStatus: () => void;
242
- }, {}, {}, {}, {
243
- firstDayOfWeek: number;
244
- }> | null;
245
- };
246
- attrs: Partial<{}>;
247
- };
248
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
249
- declare const __VLS_component: import('vue').DefineComponent<BaseDatePickerInputProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
250
- "update:modelValue": (value: string | string[] | null) => any;
94
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BaseDatePickerInputProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
251
95
  error: (message: string) => any;
252
96
  focus: (event: FocusEvent) => any;
97
+ "update:modelValue": (value: string | string[] | null) => any;
253
98
  inactive: () => any;
254
99
  active: () => any;
255
100
  }, string, import('vue').PublicProps, Readonly<BaseDatePickerInputProps> & Readonly<{
256
- "onUpdate:modelValue"?: ((value: string | string[] | null) => any) | undefined;
257
101
  onError?: ((message: string) => any) | undefined;
258
102
  onFocus?: ((event: FocusEvent) => any) | undefined;
103
+ "onUpdate:modelValue"?: ((value: string | string[] | null) => any) | undefined;
259
104
  onInactive?: (() => any) | undefined;
260
105
  onActive?: (() => any) | undefined;
261
106
  }>, {
262
107
  autocomplete: string;
263
108
  allowWriting: boolean | "not-mobile";
264
- width: number | string;
265
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
266
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
109
+ width: string | number;
110
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<{
111
+ 'prepend-outer'?: ((props: object) => any) | undefined;
112
+ prepend?: ((props: object) => any) | undefined;
113
+ prefix?: ((props: object) => any) | undefined;
114
+ append?: ((props: object) => any) | undefined;
115
+ 'append-outer'?: ((props: object) => any) | undefined;
116
+ suffix?: ((props: object) => any) | undefined;
117
+ }> & {
118
+ 'prepend-outer'?: ((props: object) => any) | undefined;
119
+ prepend?: ((props: object) => any) | undefined;
120
+ prefix?: ((props: object) => any) | undefined;
121
+ append?: ((props: object) => any) | undefined;
122
+ 'append-outer'?: ((props: object) => any) | undefined;
123
+ suffix?: ((props: object) => any) | undefined;
124
+ }>;
267
125
  export default _default;
268
126
  type __VLS_WithTemplateSlots<T, S> = T & {
269
127
  new (): {