bitboss-ui 2.0.86 → 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 (227) 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 +99 -78
  57. package/dist/components/BbTable/types.d.ts +2 -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 +142 -134
  79. package/dist/index118.js +1 -1
  80. package/dist/index120.js +5 -5
  81. package/dist/index122.js +1 -1
  82. package/dist/index126.js +1 -1
  83. package/dist/index127.js +1 -1
  84. package/dist/index128.js +1 -1
  85. package/dist/index13.js +1 -1
  86. package/dist/index130.js +1 -1
  87. package/dist/index132.js +6 -6
  88. package/dist/index15.js +4 -4
  89. package/dist/index17.js +3 -3
  90. package/dist/index19.js +2 -2
  91. package/dist/index204.js +2 -81
  92. package/dist/index205.js +81 -5
  93. package/dist/index206.js +162 -14
  94. package/dist/index207.js +84 -16
  95. package/dist/index209.js +124 -17
  96. package/dist/index21.js +14 -14
  97. package/dist/index210.js +5 -27
  98. package/dist/index211.js +125 -3
  99. package/dist/index212.js +19 -2
  100. package/dist/index213.js +16 -8
  101. package/dist/index214.js +14 -247
  102. package/dist/index215.js +2 -52
  103. package/dist/index216.js +2 -44
  104. package/dist/index217.js +41 -5
  105. package/dist/index218.js +18 -58
  106. package/dist/index219.js +5 -52
  107. package/dist/index220.js +55 -0
  108. package/dist/index222.js +13 -20
  109. package/dist/index223.js +5 -4
  110. package/dist/index224.js +12 -2
  111. package/dist/index225.js +360 -155
  112. package/dist/index226.js +3 -84
  113. package/dist/index227.js +9 -0
  114. package/dist/index228.js +8 -2
  115. package/dist/index229.js +19 -4
  116. package/dist/index23.js +16 -16
  117. package/dist/index230.js +27 -2
  118. package/dist/index231.js +3 -3
  119. package/dist/index232.js +248 -40
  120. package/dist/index233.js +51 -5
  121. package/dist/index234.js +44 -7
  122. package/dist/index235.js +4 -11
  123. package/dist/index236.js +58 -124
  124. package/dist/index237.js +4 -125
  125. package/dist/index238.js +2 -2
  126. package/dist/index239.js +4 -5
  127. package/dist/index240.js +2 -369
  128. package/dist/index241.js +1 -1
  129. package/dist/index244.js +1 -1
  130. package/dist/index246.js +1 -1
  131. package/dist/index248.js +10 -2
  132. package/dist/index249.js +2 -9
  133. package/dist/index25.js +6 -6
  134. package/dist/index250.js +2 -3
  135. package/dist/index251.js +6 -281
  136. package/dist/index252.js +16 -6
  137. package/dist/index253.js +9 -2
  138. package/dist/index254.js +23 -2
  139. package/dist/index255.js +89 -2
  140. package/dist/index257.js +3 -2
  141. package/dist/index258.js +12 -2
  142. package/dist/index259.js +9 -2
  143. package/dist/index260.js +9 -2
  144. package/dist/index261.js +17 -2
  145. package/dist/index262.js +4 -2
  146. package/dist/index263.js +280 -27
  147. package/dist/index264.js +6 -22
  148. package/dist/index265.js +4 -0
  149. package/dist/index266.js +2 -7
  150. package/dist/index267.js +2 -9
  151. package/dist/index268.js +2 -23
  152. package/dist/index269.js +2 -89
  153. package/dist/index271.js +431 -6
  154. package/dist/index272.js +176 -16
  155. package/dist/index273.js +1 -1
  156. package/dist/index275.js +6 -175
  157. package/dist/index276.js +22 -9
  158. package/dist/index278.js +2 -12
  159. package/dist/index279.js +87 -7
  160. package/dist/index280.js +2 -9
  161. package/dist/index281.js +2 -17
  162. package/dist/index282.js +2 -4
  163. package/dist/index283.js +2 -4
  164. package/dist/index284.js +2 -431
  165. package/dist/index285.js +1 -1
  166. package/dist/index286.js +24 -85
  167. package/dist/index287.js +22 -2
  168. package/dist/index289.js +9 -22
  169. package/dist/index29.js +3 -3
  170. package/dist/index290.js +202 -0
  171. package/dist/index291.js +427 -191
  172. package/dist/index292.js +121 -218
  173. package/dist/index293.js +3 -435
  174. package/dist/index294.js +218 -121
  175. package/dist/index297.js +1 -1
  176. package/dist/index298.js +5 -2
  177. package/dist/index299.js +2 -5
  178. package/dist/index301.js +1 -1
  179. package/dist/index302.js +1 -1
  180. package/dist/index303.js +3 -3
  181. package/dist/index304.js +3 -4
  182. package/dist/index305.js +58 -4
  183. package/dist/index306.js +3 -4
  184. package/dist/index307.js +32 -58
  185. package/dist/index308.js +3 -6
  186. package/dist/index309.js +10 -18
  187. package/dist/index31.js +2 -2
  188. package/dist/index310.js +6 -32
  189. package/dist/index311.js +17 -5
  190. package/dist/index312.js +6 -10
  191. package/dist/index315.js +1 -1
  192. package/dist/index33.js +2 -2
  193. package/dist/index35.js +3 -3
  194. package/dist/index37.js +10 -10
  195. package/dist/index39.js +4 -4
  196. package/dist/index41.js +2 -2
  197. package/dist/index43.js +2 -2
  198. package/dist/index45.js +4 -4
  199. package/dist/index47.js +2 -2
  200. package/dist/index49.js +2 -2
  201. package/dist/index55.js +1 -1
  202. package/dist/index57.js +1 -1
  203. package/dist/index61.js +2 -2
  204. package/dist/index75.js +3 -3
  205. package/dist/index79.js +2 -2
  206. package/dist/index81.js +1 -1
  207. package/dist/index84.js +3 -3
  208. package/dist/index86.js +1 -1
  209. package/dist/index88.js +4 -4
  210. package/dist/index90.js +1 -1
  211. package/dist/style.css +1 -1
  212. package/dist/utilities/functions/booleanishToBoolean.d.ts +1 -1
  213. package/dist/utilities/functions/deburr.d.ts +1 -1
  214. package/dist/utilities/functions/flattenTree.d.ts +1 -1
  215. package/dist/utilities/functions/groupBy.d.ts +1 -1
  216. package/dist/utilities/functions/indexBy.d.ts +1 -1
  217. package/dist/utilities/functions/mapValues.d.ts +1 -1
  218. package/dist/utilities/functions/millisecondsTo.d.ts +1 -1
  219. package/dist/utilities/functions/replace.d.ts +1 -1
  220. package/dist/utilities/functions/retry.d.ts +1 -1
  221. package/dist/utilities/functions/throttle.d.ts +2 -2
  222. package/package.json +4 -4
  223. package/dist/index208.js +0 -21
  224. package/dist/index221.js +0 -15
  225. package/dist/index256.js +0 -4
  226. package/dist/index277.js +0 -5
  227. /package/dist/{index288.js → index270.js} +0 -0
@@ -91,37 +91,173 @@ export type BaseDatePickerInputEvents = {
91
91
  (e: 'inactive'): void;
92
92
  (e: 'update:modelValue', value: BaseDatePickerInputProps['modelValue']): void;
93
93
  };
94
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BaseDatePickerInputProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
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, 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;
164
+ $attrs: {
165
+ [x: string]: unknown;
166
+ };
167
+ $refs: {
168
+ [x: string]: unknown;
169
+ };
170
+ $slots: Readonly<{
171
+ [name: string]: import('vue').Slot<any> | undefined;
172
+ }>;
173
+ $root: import('vue').ComponentPublicInstance | null;
174
+ $parent: import('vue').ComponentPublicInstance | null;
175
+ $host: Element | null;
176
+ $emit: (event: string, ...args: any[]) => void;
177
+ $el: any;
178
+ $options: import('vue').ComponentOptionsBase<Readonly<{
179
+ 'append:icon'?: string;
180
+ 'prepend:icon'?: string;
181
+ preventFocus?: boolean;
182
+ }> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
183
+ beforeCreate?: (() => void) | (() => void)[];
184
+ created?: (() => void) | (() => void)[];
185
+ beforeMount?: (() => void) | (() => void)[];
186
+ mounted?: (() => void) | (() => void)[];
187
+ beforeUpdate?: (() => void) | (() => void)[];
188
+ updated?: (() => void) | (() => void)[];
189
+ activated?: (() => void) | (() => void)[];
190
+ deactivated?: (() => void) | (() => void)[];
191
+ beforeDestroy?: (() => void) | (() => void)[];
192
+ beforeUnmount?: (() => void) | (() => void)[];
193
+ destroyed?: (() => void) | (() => void)[];
194
+ unmounted?: (() => void) | (() => void)[];
195
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
196
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
197
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
198
+ };
199
+ $forceUpdate: () => void;
200
+ $nextTick: typeof import('vue').nextTick;
201
+ $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;
202
+ } & Readonly<{}> & Omit<Readonly<{
203
+ 'append:icon'?: string;
204
+ 'prepend:icon'?: string;
205
+ preventFocus?: boolean;
206
+ }> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
207
+ $slots: {
208
+ prepend?(_: {}): any;
209
+ prefix?(_: {}): any;
210
+ default?(_: {}): any;
211
+ append?(_: {}): any;
212
+ suffix?(_: {}): any;
213
+ };
214
+ }) | null;
215
+ input: HTMLInputElement;
216
+ calendar: HTMLSpanElement;
217
+ basedatepicker: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../..').BaseDatePickerProps> & Readonly<{
218
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
219
+ }>, {
220
+ resetStatus: () => void;
221
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
222
+ "update:modelValue": (value: any) => any;
223
+ }, import('vue').PublicProps, {
224
+ firstDayOfWeek: number;
225
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
226
+ P: {};
227
+ B: {};
228
+ D: {};
229
+ C: {};
230
+ M: {};
231
+ Defaults: {};
232
+ }, Readonly<import('../..').BaseDatePickerProps> & Readonly<{
233
+ "onUpdate:modelValue"?: ((value: any) => any) | undefined;
234
+ }>, {
235
+ resetStatus: () => void;
236
+ }, {}, {}, {}, {
237
+ firstDayOfWeek: number;
238
+ }> | null;
239
+ };
240
+ attrs: Partial<{}>;
241
+ };
242
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
243
+ declare const __VLS_component: import('vue').DefineComponent<BaseDatePickerInputProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
244
+ "update:modelValue": (value: string | string[] | null) => any;
95
245
  error: (message: string) => any;
96
246
  focus: (event: FocusEvent) => any;
97
- "update:modelValue": (value: string | string[] | null) => any;
98
247
  inactive: () => any;
99
248
  active: () => any;
100
249
  }, string, import('vue').PublicProps, Readonly<BaseDatePickerInputProps> & Readonly<{
250
+ "onUpdate:modelValue"?: ((value: string | string[] | null) => any) | undefined;
101
251
  onError?: ((message: string) => any) | undefined;
102
252
  onFocus?: ((event: FocusEvent) => any) | undefined;
103
- "onUpdate:modelValue"?: ((value: string | string[] | null) => any) | undefined;
104
253
  onInactive?: (() => any) | undefined;
105
254
  onActive?: (() => any) | undefined;
106
255
  }>, {
107
256
  autocomplete: string;
108
257
  allowWriting: boolean | "not-mobile";
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
- }>;
258
+ width: number | string;
259
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
260
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
125
261
  export default _default;
126
262
  type __VLS_WithTemplateSlots<T, S> = T & {
127
263
  new (): {
@@ -51,7 +51,20 @@ declare const descriptionId: string;
51
51
  * On click on the X button
52
52
  */
53
53
  declare const onCloseClick: () => void;
54
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BaseDialogProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
54
+ declare function __VLS_template(): {
55
+ slots: Readonly<BaseDialogSlots> & BaseDialogSlots;
56
+ refs: {
57
+ overlay: HTMLDivElement;
58
+ panel: HTMLDivElement;
59
+ content: HTMLDivElement;
60
+ header: HTMLDivElement;
61
+ body: HTMLDivElement;
62
+ footer: HTMLDivElement;
63
+ };
64
+ attrs: Partial<{}>;
65
+ };
66
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
67
+ declare const __VLS_component: import('vue').DefineComponent<BaseDialogProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
55
68
  shown: () => any;
56
69
  hidden: () => any;
57
70
  "update:modelValue": (value: boolean) => any;
@@ -69,7 +82,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Ba
69
82
  overlayClasses: import('../../types/Classes').Classes;
70
83
  showClose: boolean;
71
84
  transitionDuration: number;
72
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<BaseDialogSlots> & BaseDialogSlots>;
85
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
86
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
73
87
  export default _default;
74
88
  type __VLS_WithTemplateSlots<T, S> = T & {
75
89
  new (): {
@@ -78,14 +78,21 @@ export type BaseInputContainerSlots = {
78
78
  hasErrors: boolean;
79
79
  }) => any;
80
80
  };
81
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BaseInputContainerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BaseInputContainerProps> & Readonly<{}>, {
81
+ declare function __VLS_template(): {
82
+ slots: Readonly<BaseInputContainerSlots> & BaseInputContainerSlots;
83
+ refs: {};
84
+ attrs: Partial<{}>;
85
+ };
86
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
87
+ declare const __VLS_component: import('vue').DefineComponent<BaseInputContainerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BaseInputContainerProps> & Readonly<{}>, {
82
88
  reverse: boolean;
83
- direction: string;
89
+ direction: "horizontal" | "vertical" | "auto" | string;
84
90
  inputPosition: "left" | "center" | "right";
85
91
  labelPosition: "left" | "center" | "right";
86
92
  tag: string;
87
93
  labelTag: string;
88
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<BaseInputContainerSlots> & BaseInputContainerSlots>;
94
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
95
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
89
96
  export default _default;
90
97
  type __VLS_WithTemplateSlots<T, S> = T & {
91
98
  new (): {
@@ -108,17 +108,28 @@ export type BaseNumberInputSlots = {
108
108
  };
109
109
  declare const decrease: () => void;
110
110
  declare const increase: () => void;
111
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BaseNumberInputProps, {
111
+ declare function __VLS_template(): {
112
+ slots: Readonly<BaseNumberInputSlots> & BaseNumberInputSlots;
113
+ refs: {
114
+ input: HTMLInputElement;
115
+ };
116
+ attrs: Partial<{}>;
117
+ };
118
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
119
+ declare const __VLS_component: import('vue').DefineComponent<BaseNumberInputProps, {
112
120
  increase: () => void;
113
121
  decrease: () => void;
114
122
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
115
123
  [x: string]: any;
124
+ } & {
125
+ [x: string]: any;
116
126
  }, string, import('vue').PublicProps, Readonly<BaseNumberInputProps> & Readonly<{
117
127
  [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
118
128
  }>, {
119
129
  autocomplete: string;
120
130
  step: number;
121
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<BaseNumberInputSlots> & BaseNumberInputSlots>;
131
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
132
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
122
133
  export default _default;
123
134
  type __VLS_WithTemplateSlots<T, S> = T & {
124
135
  new (): {
@@ -75,15 +75,24 @@ export type SlotAttributes = {
75
75
  readonly: BaseRadioProps['readonly'];
76
76
  value: any;
77
77
  };
78
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BaseRadioProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
78
+ declare function __VLS_template(): {
79
+ slots: Readonly<{
80
+ icon?: (props: SlotAttributes) => any;
81
+ }> & {
82
+ icon?: (props: SlotAttributes) => any;
83
+ };
84
+ refs: {};
85
+ attrs: Partial<{}>;
86
+ };
87
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
88
+ declare const __VLS_component: import('vue').DefineComponent<BaseRadioProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
89
+ [x: string]: any;
90
+ } & {
79
91
  [x: string]: any;
80
92
  }, string, import('vue').PublicProps, Readonly<BaseRadioProps> & Readonly<{
81
93
  [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
82
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<{
83
- icon?: ((props: SlotAttributes) => any) | undefined;
84
- }> & {
85
- icon?: ((props: SlotAttributes) => any) | undefined;
86
- }>;
94
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
95
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
87
96
  export default _default;
88
97
  type __VLS_WithTemplateSlots<T, S> = T & {
89
98
  new (): {
@@ -106,269 +106,72 @@ export type BaseRadioGroupEvents = {
106
106
  (e: 'mouseup', event: MouseEvent): void;
107
107
  (e: 'update:modelValue', value: any): void;
108
108
  };
109
- declare const _default: <T = any>(__VLS_props: {
110
- [x: string]: any;
111
- [x: number]: any;
112
- [x: symbol]: any;
113
- ariaDescribedby?: string | undefined;
114
- autofocus?: (boolean | "true" | "false") | undefined;
115
- color?: string | undefined;
116
- dependencies?: any[] | undefined;
117
- depsDebounceTime?: number | undefined;
118
- direction?: "horizontal" | "vertical" | undefined;
119
- disabled?: boolean | undefined;
120
- enforceCoherence?: boolean | undefined;
121
- hasErrors?: boolean | undefined;
122
- hideLabel?: boolean | undefined;
123
- id?: string | undefined;
124
- items: T[] | ((prefill: boolean, modelValue?: any[] | undefined) => Promise<T[]>) | ((prefill: boolean, modelValue?: any[] | undefined) => T[]);
125
- itemText?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => string) | undefined) | undefined;
126
- itemValue?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => any) | undefined) | undefined;
127
- loadingText?: string | undefined;
128
- modelValue: any;
129
- modelValueDebounceTime?: number | undefined;
130
- name: string | undefined;
131
- noDataText?: string | undefined;
132
- readonly?: (boolean | "true" | "false") | undefined;
133
- required?: boolean | undefined;
134
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
135
- slots: Readonly<{
136
- prepend?: ((props: object) => any) | undefined;
137
- loading?: ((props: object) => any) | undefined;
138
- 'no-data'?: ((props: object) => any) | undefined;
139
- 'option:prepend'?: ((props: {
140
- checked: boolean;
141
- disabled: boolean;
142
- id?: string;
143
- item: T;
144
- text: string;
145
- }) => any) | undefined;
146
- icon?: ((props: SlotAttributes & {
147
- item: T;
148
- text: string;
149
- }) => any) | undefined;
150
- label?: ((props: {
151
- item: T;
152
- text: string;
153
- checked: boolean;
154
- }) => any) | undefined;
155
- 'option:append'?: ((props: {
156
- checked: boolean;
157
- disabled: boolean;
158
- id?: string;
159
- item: T;
160
- text: string;
161
- }) => any) | undefined;
162
- append?: ((props: object) => any) | undefined;
163
- }> & {
164
- prepend?: ((props: object) => any) | undefined;
165
- loading?: ((props: object) => any) | undefined;
166
- 'no-data'?: ((props: object) => any) | undefined;
167
- 'option:prepend'?: ((props: {
168
- checked: boolean;
169
- disabled: boolean;
170
- id?: string;
171
- item: T;
172
- text: string;
173
- }) => any) | undefined;
174
- icon?: ((props: SlotAttributes & {
175
- item: T;
176
- text: string;
177
- }) => any) | undefined;
178
- label?: ((props: {
179
- item: T;
180
- text: string;
181
- checked: boolean;
182
- }) => any) | undefined;
183
- 'option:append'?: ((props: {
184
- checked: boolean;
185
- disabled: boolean;
186
- id?: string;
187
- item: T;
188
- text: string;
189
- }) => any) | undefined;
190
- append?: ((props: object) => any) | undefined;
191
- };
192
- attrs: any;
193
- emit: BaseRadioGroupEvents;
194
- } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
195
- props: {
196
- [x: string]: any;
197
- [x: number]: any;
198
- [x: symbol]: any;
199
- ariaDescribedby?: string | undefined;
200
- autofocus?: (boolean | "true" | "false") | undefined;
201
- color?: string | undefined;
202
- dependencies?: any[] | undefined;
203
- depsDebounceTime?: number | undefined;
204
- direction?: "horizontal" | "vertical" | undefined;
205
- disabled?: boolean | undefined;
206
- enforceCoherence?: boolean | undefined;
207
- hasErrors?: boolean | undefined;
208
- hideLabel?: boolean | undefined;
209
- id?: string | undefined;
210
- items: T[] | ((prefill: boolean, modelValue?: any[] | undefined) => Promise<T[]>) | ((prefill: boolean, modelValue?: any[] | undefined) => T[]);
211
- itemText?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => string) | undefined) | undefined;
212
- itemValue?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => any) | undefined) | undefined;
213
- loadingText?: string | undefined;
214
- modelValue: any;
215
- modelValueDebounceTime?: number | undefined;
216
- name: string | undefined;
217
- noDataText?: string | undefined;
218
- readonly?: (boolean | "true" | "false") | undefined;
219
- required?: boolean | undefined;
220
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
109
+ 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<{
110
+ props: __VLS_PrettifyLocal<any & BaseRadioGroupProps<T>> & import('vue').PublicProps;
221
111
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
222
112
  attrs: any;
223
113
  slots: Readonly<{
224
- prepend?: ((props: object) => any) | undefined;
225
- loading?: ((props: object) => any) | undefined;
226
- 'no-data'?: ((props: object) => any) | undefined;
227
- 'option:prepend'?: ((props: {
114
+ prepend?: (props: object) => any;
115
+ loading?: (props: object) => any;
116
+ 'no-data'?: (props: object) => any;
117
+ 'option:prepend'?: (props: {
228
118
  checked: boolean;
229
119
  disabled: boolean;
230
120
  id?: string;
231
121
  item: T;
232
122
  text: string;
233
- }) => any) | undefined;
234
- icon?: ((props: SlotAttributes & {
123
+ }) => any;
124
+ icon?: (props: SlotAttributes & {
235
125
  item: T;
236
126
  text: string;
237
- }) => any) | undefined;
238
- label?: ((props: {
127
+ }) => any;
128
+ label?: (props: {
239
129
  item: T;
240
130
  text: string;
241
131
  checked: boolean;
242
- }) => any) | undefined;
243
- 'option:append'?: ((props: {
132
+ }) => any;
133
+ 'option:append'?: (props: {
244
134
  checked: boolean;
245
135
  disabled: boolean;
246
136
  id?: string;
247
137
  item: T;
248
138
  text: string;
249
- }) => any) | undefined;
250
- append?: ((props: object) => any) | undefined;
139
+ }) => any;
140
+ append?: (props: object) => any;
251
141
  }> & {
252
- prepend?: ((props: object) => any) | undefined;
253
- loading?: ((props: object) => any) | undefined;
254
- 'no-data'?: ((props: object) => any) | undefined;
255
- 'option:prepend'?: ((props: {
142
+ prepend?: (props: object) => any;
143
+ loading?: (props: object) => any;
144
+ 'no-data'?: (props: object) => any;
145
+ 'option:prepend'?: (props: {
256
146
  checked: boolean;
257
147
  disabled: boolean;
258
148
  id?: string;
259
149
  item: T;
260
150
  text: string;
261
- }) => any) | undefined;
262
- icon?: ((props: SlotAttributes & {
151
+ }) => any;
152
+ icon?: (props: SlotAttributes & {
263
153
  item: T;
264
154
  text: string;
265
- }) => any) | undefined;
266
- label?: ((props: {
155
+ }) => any;
156
+ label?: (props: {
267
157
  item: T;
268
158
  text: string;
269
159
  checked: boolean;
270
- }) => any) | undefined;
271
- 'option:append'?: ((props: {
160
+ }) => any;
161
+ 'option:append'?: (props: {
272
162
  checked: boolean;
273
163
  disabled: boolean;
274
164
  id?: string;
275
165
  item: T;
276
166
  text: string;
277
- }) => any) | undefined;
278
- append?: ((props: object) => any) | undefined;
167
+ }) => any;
168
+ append?: (props: object) => any;
279
169
  };
280
170
  emit: BaseRadioGroupEvents;
281
171
  }>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
282
172
  [key: string]: any;
283
173
  }> & {
284
- __ctx?: {
285
- props: {
286
- [x: string]: any;
287
- [x: number]: any;
288
- [x: symbol]: any;
289
- ariaDescribedby?: string | undefined;
290
- autofocus?: (boolean | "true" | "false") | undefined;
291
- color?: string | undefined;
292
- dependencies?: any[] | undefined;
293
- depsDebounceTime?: number | undefined;
294
- direction?: "horizontal" | "vertical" | undefined;
295
- disabled?: boolean | undefined;
296
- enforceCoherence?: boolean | undefined;
297
- hasErrors?: boolean | undefined;
298
- hideLabel?: boolean | undefined;
299
- id?: string | undefined;
300
- items: T[] | ((prefill: boolean, modelValue?: any[] | undefined) => Promise<T[]>) | ((prefill: boolean, modelValue?: any[] | undefined) => T[]);
301
- itemText?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => string) | undefined) | undefined;
302
- itemValue?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => any) | undefined) | undefined;
303
- loadingText?: string | undefined;
304
- modelValue: any;
305
- modelValueDebounceTime?: number | undefined;
306
- name: string | undefined;
307
- noDataText?: string | undefined;
308
- readonly?: (boolean | "true" | "false") | undefined;
309
- required?: boolean | undefined;
310
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
311
- expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
312
- attrs: any;
313
- slots: Readonly<{
314
- prepend?: ((props: object) => any) | undefined;
315
- loading?: ((props: object) => any) | undefined;
316
- 'no-data'?: ((props: object) => any) | undefined;
317
- 'option:prepend'?: ((props: {
318
- checked: boolean;
319
- disabled: boolean;
320
- id?: string;
321
- item: T;
322
- text: string;
323
- }) => any) | undefined;
324
- icon?: ((props: SlotAttributes & {
325
- item: T;
326
- text: string;
327
- }) => any) | undefined;
328
- label?: ((props: {
329
- item: T;
330
- text: string;
331
- checked: boolean;
332
- }) => any) | undefined;
333
- 'option:append'?: ((props: {
334
- checked: boolean;
335
- disabled: boolean;
336
- id?: string;
337
- item: T;
338
- text: string;
339
- }) => any) | undefined;
340
- append?: ((props: object) => any) | undefined;
341
- }> & {
342
- prepend?: ((props: object) => any) | undefined;
343
- loading?: ((props: object) => any) | undefined;
344
- 'no-data'?: ((props: object) => any) | undefined;
345
- 'option:prepend'?: ((props: {
346
- checked: boolean;
347
- disabled: boolean;
348
- id?: string;
349
- item: T;
350
- text: string;
351
- }) => any) | undefined;
352
- icon?: ((props: SlotAttributes & {
353
- item: T;
354
- text: string;
355
- }) => any) | undefined;
356
- label?: ((props: {
357
- item: T;
358
- text: string;
359
- checked: boolean;
360
- }) => any) | undefined;
361
- 'option:append'?: ((props: {
362
- checked: boolean;
363
- disabled: boolean;
364
- id?: string;
365
- item: T;
366
- text: string;
367
- }) => any) | undefined;
368
- append?: ((props: object) => any) | undefined;
369
- };
370
- emit: BaseRadioGroupEvents;
371
- } | undefined;
174
+ __ctx?: Awaited<typeof __VLS_setup>;
372
175
  };
373
176
  export default _default;
374
177
  type __VLS_PrettifyLocal<T> = {
@@ -72,13 +72,24 @@ export type BaseRatingSlots = {
72
72
  prepend?: (props: object) => any;
73
73
  append?: (props: object) => any;
74
74
  };
75
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<BaseRatingProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
75
+ declare function __VLS_template(): {
76
+ slots: Readonly<BaseRatingSlots> & BaseRatingSlots;
77
+ refs: {
78
+ container: HTMLSpanElement;
79
+ };
80
+ attrs: Partial<{}>;
81
+ };
82
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
83
+ declare const __VLS_component: import('vue').DefineComponent<BaseRatingProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
84
+ [x: string]: any;
85
+ } & {
76
86
  [x: string]: any;
77
87
  }, string, import('vue').PublicProps, Readonly<BaseRatingProps> & Readonly<{
78
88
  [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
79
89
  }>, {
80
90
  stars: number;
81
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<BaseRatingSlots> & BaseRatingSlots>;
91
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
92
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
82
93
  export default _default;
83
94
  type __VLS_WithTemplateSlots<T, S> = T & {
84
95
  new (): {