vuetify 3.1.10 → 3.1.11

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 (200) hide show
  1. package/dist/json/attributes.json +203 -27
  2. package/dist/json/importMap.json +98 -98
  3. package/dist/json/tags.json +46 -2
  4. package/dist/json/web-types.json +481 -49
  5. package/dist/vuetify-labs.css +224 -204
  6. package/dist/vuetify-labs.d.ts +56923 -14294
  7. package/dist/vuetify-labs.esm.js +121 -129
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +121 -129
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +47 -39
  12. package/dist/vuetify.d.ts +55374 -15927
  13. package/dist/vuetify.esm.js +118 -129
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +118 -129
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +640 -642
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.ts +6 -9
  21. package/lib/blueprints/md1.d.ts +6 -9
  22. package/lib/blueprints/md2.d.ts +6 -9
  23. package/lib/blueprints/md3.d.ts +6 -9
  24. package/lib/blueprints/md3.mjs +6 -0
  25. package/lib/blueprints/md3.mjs.map +1 -1
  26. package/lib/components/VAlert/index.d.ts +509 -83
  27. package/lib/components/VApp/VApp.css +1 -0
  28. package/lib/components/VApp/VApp.sass +1 -0
  29. package/lib/components/VApp/index.d.ts +158 -20
  30. package/lib/components/VAppBar/VAppBar.mjs +2 -2
  31. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  32. package/lib/components/VAppBar/index.d.ts +616 -110
  33. package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -2
  34. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  35. package/lib/components/VAutocomplete/index.d.ts +1656 -130
  36. package/lib/components/VAvatar/index.d.ts +205 -29
  37. package/lib/components/VBadge/index.d.ts +284 -42
  38. package/lib/components/VBanner/index.d.ts +478 -84
  39. package/lib/components/VBottomNavigation/index.d.ts +321 -40
  40. package/lib/components/VBreadcrumbs/index.d.ts +325 -45
  41. package/lib/components/VBtn/VBtn.css +0 -5
  42. package/lib/components/VBtn/VBtn.mjs +40 -39
  43. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  44. package/lib/components/VBtn/VBtn.sass +0 -7
  45. package/lib/components/VBtn/_variables.scss +0 -2
  46. package/lib/components/VBtn/index.d.ts +452 -69
  47. package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -7
  48. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  49. package/lib/components/VBtnGroup/index.d.ts +185 -26
  50. package/lib/components/VBtnToggle/VBtnToggle.mjs +2 -2
  51. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  52. package/lib/components/VBtnToggle/index.d.ts +245 -35
  53. package/lib/components/VCard/index.d.ts +938 -172
  54. package/lib/components/VCarousel/index.d.ts +561 -123
  55. package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
  56. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  57. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -4
  58. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  59. package/lib/components/VCheckbox/index.d.ts +831 -147
  60. package/lib/components/VChip/index.d.ts +473 -75
  61. package/lib/components/VChipGroup/index.d.ts +227 -32
  62. package/lib/components/VCode/index.d.ts +109 -16
  63. package/lib/components/VColorPicker/index.d.ts +284 -20
  64. package/lib/components/VCombobox/VCombobox.mjs +2 -2
  65. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  66. package/lib/components/VCombobox/index.d.ts +1668 -130
  67. package/lib/components/VCounter/index.d.ts +1894 -87
  68. package/lib/components/VDefaultsProvider/index.d.ts +131 -22
  69. package/lib/components/VDialog/VDialog.css +31 -24
  70. package/lib/components/VDialog/VDialog.mjs +2 -2
  71. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  72. package/lib/components/VDialog/VDialog.sass +19 -12
  73. package/lib/components/VDialog/index.d.ts +2362 -146
  74. package/lib/components/VDivider/index.d.ts +130 -23
  75. package/lib/components/VExpansionPanel/index.d.ts +719 -119
  76. package/lib/components/VField/index.d.ts +163 -21
  77. package/lib/components/VFileInput/index.d.ts +1038 -104
  78. package/lib/components/VFooter/index.d.ts +203 -28
  79. package/lib/components/VForm/index.d.ts +204 -23
  80. package/lib/components/VGrid/VCol.mjs +6 -5
  81. package/lib/components/VGrid/VCol.mjs.map +1 -1
  82. package/lib/components/VGrid/VRow.mjs +4 -4
  83. package/lib/components/VGrid/VRow.mjs.map +1 -1
  84. package/lib/components/VGrid/index.d.ts +733 -76
  85. package/lib/components/VHover/index.d.ts +182 -35
  86. package/lib/components/VIcon/index.d.ts +494 -50
  87. package/lib/components/VImg/index.d.ts +275 -46
  88. package/lib/components/VInput/index.d.ts +315 -53
  89. package/lib/components/VItemGroup/index.d.ts +308 -52
  90. package/lib/components/VKbd/VKbd.css +1 -0
  91. package/lib/components/VKbd/VKbd.sass +1 -0
  92. package/lib/components/VKbd/_variables.scss +1 -0
  93. package/lib/components/VKbd/index.d.ts +109 -16
  94. package/lib/components/VLabel/index.d.ts +113 -20
  95. package/lib/components/VLayout/index.d.ts +296 -41
  96. package/lib/components/VLazy/VLazy.mjs +4 -1
  97. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  98. package/lib/components/VLazy/index.d.ts +219 -30
  99. package/lib/components/VList/VListChildren.mjs +2 -2
  100. package/lib/components/VList/VListChildren.mjs.map +1 -1
  101. package/lib/components/VList/VListGroup.mjs +1 -4
  102. package/lib/components/VList/VListGroup.mjs.map +1 -1
  103. package/lib/components/VList/index.d.ts +1461 -223
  104. package/lib/components/VLocaleProvider/index.d.ts +121 -20
  105. package/lib/components/VMain/index.d.ts +118 -17
  106. package/lib/components/VMenu/VMenu.css +4 -4
  107. package/lib/components/VMenu/VMenu.mjs +2 -2
  108. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  109. package/lib/components/VMenu/VMenu.sass +1 -1
  110. package/lib/components/VMenu/index.d.ts +2368 -142
  111. package/lib/components/VMessages/index.d.ts +1921 -98
  112. package/lib/components/VNavigationDrawer/index.d.ts +379 -56
  113. package/lib/components/VOverlay/VOverlay.css +2 -2
  114. package/lib/components/VOverlay/VOverlay.mjs +1 -4
  115. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  116. package/lib/components/VOverlay/VOverlay.sass +1 -1
  117. package/lib/components/VOverlay/_variables.scss +1 -1
  118. package/lib/components/VOverlay/index.d.ts +519 -85
  119. package/lib/components/VPagination/index.d.ts +502 -68
  120. package/lib/components/VParallax/VParallax.mjs +3 -3
  121. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  122. package/lib/components/VParallax/index.d.ts +141 -28
  123. package/lib/components/VProgressCircular/index.d.ts +186 -25
  124. package/lib/components/VProgressLinear/index.d.ts +319 -48
  125. package/lib/components/VRadio/index.d.ts +313 -57
  126. package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -6
  127. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  128. package/lib/components/VRadioGroup/index.d.ts +463 -83
  129. package/lib/components/VRangeSlider/index.d.ts +528 -80
  130. package/lib/components/VRating/index.d.ts +305 -43
  131. package/lib/components/VResponsive/index.d.ts +142 -27
  132. package/lib/components/VSelect/VSelect.mjs +2 -2
  133. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  134. package/lib/components/VSelect/index.d.ts +3060 -328
  135. package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -4
  136. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  137. package/lib/components/VSelectionControl/index.d.ts +76 -4
  138. package/lib/components/VSelectionControlGroup/index.d.ts +242 -38
  139. package/lib/components/VSheet/VSheet.mjs +1 -7
  140. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  141. package/lib/components/VSheet/index.d.ts +194 -31
  142. package/lib/components/VSlideGroup/index.d.ts +475 -83
  143. package/lib/components/VSlider/index.d.ts +521 -79
  144. package/lib/components/VSlider/slider.mjs +2 -5
  145. package/lib/components/VSlider/slider.mjs.map +1 -1
  146. package/lib/components/VSnackbar/VSnackbar.mjs +2 -2
  147. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  148. package/lib/components/VSnackbar/index.d.ts +1219 -81
  149. package/lib/components/VSwitch/VSwitch.mjs +2 -2
  150. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  151. package/lib/components/VSwitch/index.d.ts +498 -92
  152. package/lib/components/VSystemBar/index.d.ts +184 -27
  153. package/lib/components/VTable/index.d.ts +190 -35
  154. package/lib/components/VTabs/VTab.mjs +7 -23
  155. package/lib/components/VTabs/VTab.mjs.map +1 -1
  156. package/lib/components/VTabs/index.d.ts +623 -71
  157. package/lib/components/VTextField/VTextField.mjs +8 -5
  158. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  159. package/lib/components/VTextField/index.d.ts +1404 -106
  160. package/lib/components/VTextarea/VTextarea.mjs +7 -1
  161. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  162. package/lib/components/VTextarea/index.d.ts +1014 -102
  163. package/lib/components/VThemeProvider/index.d.ts +124 -19
  164. package/lib/components/VTimeline/index.d.ts +441 -71
  165. package/lib/components/VToolbar/VToolbar.mjs +1 -4
  166. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  167. package/lib/components/VToolbar/index.d.ts +542 -93
  168. package/lib/components/VTooltip/VTooltip.css +3 -3
  169. package/lib/components/VTooltip/VTooltip.mjs +2 -2
  170. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  171. package/lib/components/VTooltip/VTooltip.sass +1 -1
  172. package/lib/components/VTooltip/index.d.ts +1263 -81
  173. package/lib/components/VValidation/index.d.ts +201 -30
  174. package/lib/components/VWindow/index.d.ts +527 -95
  175. package/lib/components/index.d.ts +55131 -15681
  176. package/lib/components/transitions/index.d.ts +2097 -308
  177. package/lib/composables/display.mjs +2 -0
  178. package/lib/composables/display.mjs.map +1 -1
  179. package/lib/composables/form.mjs.map +1 -1
  180. package/lib/entry-bundler.mjs +1 -1
  181. package/lib/framework.mjs +1 -1
  182. package/lib/index.d.ts +32 -35
  183. package/lib/labs/VDataTable/VDataTable.css +12 -0
  184. package/lib/labs/VDataTable/VDataTable.sass +6 -0
  185. package/lib/labs/VDataTable/VDataTableRow.mjs +2 -0
  186. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  187. package/lib/labs/VDataTable/VDataTableRows.mjs +1 -0
  188. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  189. package/lib/labs/VDataTable/index.d.ts +4176 -1016
  190. package/lib/labs/VVirtualScroll/index.d.ts +32 -1
  191. package/lib/labs/components.d.ts +4212 -1026
  192. package/lib/styles/main.css +4 -0
  193. package/lib/styles/settings/_utilities.scss +7 -0
  194. package/lib/util/animation.mjs +8 -1
  195. package/lib/util/animation.mjs.map +1 -1
  196. package/lib/util/defineComponent.mjs +12 -5
  197. package/lib/util/defineComponent.mjs.map +1 -1
  198. package/lib/util/helpers.mjs +4 -0
  199. package/lib/util/helpers.mjs.map +1 -1
  200. package/package.json +3 -2
@@ -1,5 +1,9 @@
1
1
  import * as vue from 'vue';
2
- import { JSXComponent, PropType } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, JSXComponent, PropType, Prop } from 'vue';
3
+
4
+ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
5
+ filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): [yes: Partial<Pick<T, U>>, no: Omit<T, U>];
6
+ }
3
7
 
4
8
  type Density = null | 'default' | 'comfortable' | 'compact';
5
9
 
@@ -20,7 +24,203 @@ type VRatingItemLabelSlot = {
20
24
  index: number;
21
25
  label?: string;
22
26
  };
23
- declare const VRating: vue.DefineComponent<{
27
+ declare const VRating: {
28
+ new (...args: any[]): {
29
+ $: vue.ComponentInternalInstance;
30
+ $data: {};
31
+ $props: Partial<{
32
+ length: string | number;
33
+ disabled: boolean;
34
+ size: string | number;
35
+ readonly: boolean;
36
+ tag: string;
37
+ density: Density;
38
+ modelValue: string | number;
39
+ ripple: boolean;
40
+ clearable: boolean;
41
+ hover: boolean;
42
+ halfIncrements: boolean;
43
+ itemAriaLabel: string;
44
+ emptyIcon: IconValue;
45
+ fullIcon: IconValue;
46
+ itemLabelPosition: string;
47
+ }> & Omit<{
48
+ length: string | number;
49
+ disabled: boolean;
50
+ size: string | number;
51
+ readonly: boolean;
52
+ tag: string;
53
+ density: Density;
54
+ modelValue: string | number;
55
+ ripple: boolean;
56
+ clearable: boolean;
57
+ hover: boolean;
58
+ halfIncrements: boolean;
59
+ itemAriaLabel: string;
60
+ emptyIcon: IconValue;
61
+ fullIcon: IconValue;
62
+ itemLabelPosition: string;
63
+ } & {
64
+ name?: string | undefined;
65
+ color?: string | undefined;
66
+ theme?: string | undefined;
67
+ activeColor?: string | undefined;
68
+ itemLabels?: string[] | undefined;
69
+ } & {
70
+ $children?: {} | vue.VNodeChild | {
71
+ item?: ((args_0: VRatingItemSlot) => vue.VNodeChild) | undefined;
72
+ 'item-label'?: ((args_0: VRatingItemLabelSlot) => vue.VNodeChild) | undefined;
73
+ };
74
+ $slots?: {
75
+ item?: ((args_0: VRatingItemSlot) => vue.VNodeChild) | undefined;
76
+ 'item-label'?: ((args_0: VRatingItemLabelSlot) => vue.VNodeChild) | undefined;
77
+ } | undefined;
78
+ 'v-slots'?: {
79
+ item?: false | ((args_0: VRatingItemSlot) => vue.VNodeChild) | undefined;
80
+ 'item-label'?: false | ((args_0: VRatingItemLabelSlot) => vue.VNodeChild) | undefined;
81
+ } | undefined;
82
+ } & {
83
+ "v-slot:item"?: false | ((args_0: VRatingItemSlot) => vue.VNodeChild) | undefined;
84
+ "v-slot:item-label"?: false | ((args_0: VRatingItemLabelSlot) => vue.VNodeChild) | undefined;
85
+ } & {
86
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
87
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "length" | "disabled" | "size" | "readonly" | "tag" | "density" | "modelValue" | "ripple" | "clearable" | "hover" | "halfIncrements" | "itemAriaLabel" | "emptyIcon" | "fullIcon" | "itemLabelPosition">;
88
+ $attrs: {
89
+ [x: string]: unknown;
90
+ };
91
+ $refs: {
92
+ [x: string]: unknown;
93
+ };
94
+ $slots: Readonly<{
95
+ [name: string]: vue.Slot | undefined;
96
+ }>;
97
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
98
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
99
+ $emit: (event: "update:modelValue", value: string | number) => void;
100
+ $el: any;
101
+ $options: vue.ComponentOptionsBase<{
102
+ length: string | number;
103
+ disabled: boolean;
104
+ size: string | number;
105
+ readonly: boolean;
106
+ tag: string;
107
+ density: Density;
108
+ modelValue: string | number;
109
+ ripple: boolean;
110
+ clearable: boolean;
111
+ hover: boolean;
112
+ halfIncrements: boolean;
113
+ itemAriaLabel: string;
114
+ emptyIcon: IconValue;
115
+ fullIcon: IconValue;
116
+ itemLabelPosition: string;
117
+ } & {
118
+ name?: string | undefined;
119
+ color?: string | undefined;
120
+ theme?: string | undefined;
121
+ activeColor?: string | undefined;
122
+ itemLabels?: string[] | undefined;
123
+ } & {
124
+ $children?: {} | vue.VNodeChild | {
125
+ item?: ((args_0: VRatingItemSlot) => vue.VNodeChild) | undefined;
126
+ 'item-label'?: ((args_0: VRatingItemLabelSlot) => vue.VNodeChild) | undefined;
127
+ };
128
+ $slots?: {
129
+ item?: ((args_0: VRatingItemSlot) => vue.VNodeChild) | undefined;
130
+ 'item-label'?: ((args_0: VRatingItemLabelSlot) => vue.VNodeChild) | undefined;
131
+ } | undefined;
132
+ 'v-slots'?: {
133
+ item?: false | ((args_0: VRatingItemSlot) => vue.VNodeChild) | undefined;
134
+ 'item-label'?: false | ((args_0: VRatingItemLabelSlot) => vue.VNodeChild) | undefined;
135
+ } | undefined;
136
+ } & {
137
+ "v-slot:item"?: false | ((args_0: VRatingItemSlot) => vue.VNodeChild) | undefined;
138
+ "v-slot:item-label"?: false | ((args_0: VRatingItemLabelSlot) => vue.VNodeChild) | undefined;
139
+ } & {
140
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
141
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
142
+ 'update:modelValue': (value: number | string) => boolean;
143
+ }, string, {
144
+ length: string | number;
145
+ disabled: boolean;
146
+ size: string | number;
147
+ readonly: boolean;
148
+ tag: string;
149
+ density: Density;
150
+ modelValue: string | number;
151
+ ripple: boolean;
152
+ clearable: boolean;
153
+ hover: boolean;
154
+ halfIncrements: boolean;
155
+ itemAriaLabel: string;
156
+ emptyIcon: IconValue;
157
+ fullIcon: IconValue;
158
+ itemLabelPosition: string;
159
+ }, {}, string> & {
160
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
161
+ created?: ((() => void) | (() => void)[]) | undefined;
162
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
163
+ mounted?: ((() => void) | (() => void)[]) | undefined;
164
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
165
+ updated?: ((() => void) | (() => void)[]) | undefined;
166
+ activated?: ((() => void) | (() => void)[]) | undefined;
167
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
168
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
169
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
170
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
171
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
172
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
173
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
174
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
175
+ };
176
+ $forceUpdate: () => void;
177
+ $nextTick: typeof vue.nextTick;
178
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
179
+ } & {
180
+ length: string | number;
181
+ disabled: boolean;
182
+ size: string | number;
183
+ readonly: boolean;
184
+ tag: string;
185
+ density: Density;
186
+ modelValue: string | number;
187
+ ripple: boolean;
188
+ clearable: boolean;
189
+ hover: boolean;
190
+ halfIncrements: boolean;
191
+ itemAriaLabel: string;
192
+ emptyIcon: IconValue;
193
+ fullIcon: IconValue;
194
+ itemLabelPosition: string;
195
+ } & {
196
+ name?: string | undefined;
197
+ color?: string | undefined;
198
+ theme?: string | undefined;
199
+ activeColor?: string | undefined;
200
+ itemLabels?: string[] | undefined;
201
+ } & {
202
+ $children?: {} | vue.VNodeChild | {
203
+ item?: ((args_0: VRatingItemSlot) => vue.VNodeChild) | undefined;
204
+ 'item-label'?: ((args_0: VRatingItemLabelSlot) => vue.VNodeChild) | undefined;
205
+ };
206
+ $slots?: {
207
+ item?: ((args_0: VRatingItemSlot) => vue.VNodeChild) | undefined;
208
+ 'item-label'?: ((args_0: VRatingItemLabelSlot) => vue.VNodeChild) | undefined;
209
+ } | undefined;
210
+ 'v-slots'?: {
211
+ item?: false | ((args_0: VRatingItemSlot) => vue.VNodeChild) | undefined;
212
+ 'item-label'?: false | ((args_0: VRatingItemLabelSlot) => vue.VNodeChild) | undefined;
213
+ } | undefined;
214
+ } & {
215
+ "v-slot:item"?: false | ((args_0: VRatingItemSlot) => vue.VNodeChild) | undefined;
216
+ "v-slot:item-label"?: false | ((args_0: VRatingItemLabelSlot) => vue.VNodeChild) | undefined;
217
+ } & {
218
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
219
+ } & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
220
+ __isFragment?: undefined;
221
+ __isTeleport?: undefined;
222
+ __isSuspense?: undefined;
223
+ } & vue.ComponentOptionsBase<{
24
224
  length: string | number;
25
225
  disabled: boolean;
26
226
  size: string | number;
@@ -58,9 +258,11 @@ declare const VRating: vue.DefineComponent<{
58
258
  } & {
59
259
  "v-slot:item"?: false | ((args_0: VRatingItemSlot) => vue.VNodeChild) | undefined;
60
260
  "v-slot:item-label"?: false | ((args_0: VRatingItemLabelSlot) => vue.VNodeChild) | undefined;
261
+ } & {
262
+ "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
61
263
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
62
264
  'update:modelValue': (value: number | string) => boolean;
63
- }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
265
+ }, string, {
64
266
  length: string | number;
65
267
  disabled: boolean;
66
268
  size: string | number;
@@ -76,47 +278,107 @@ declare const VRating: vue.DefineComponent<{
76
278
  emptyIcon: IconValue;
77
279
  fullIcon: IconValue;
78
280
  itemLabelPosition: string;
79
- } & {
80
- name?: string | undefined;
81
- color?: string | undefined;
82
- theme?: string | undefined;
83
- activeColor?: string | undefined;
84
- itemLabels?: string[] | undefined;
85
- } & {
86
- $children?: {} | vue.VNodeChild | {
87
- item?: ((args_0: VRatingItemSlot) => vue.VNodeChild) | undefined;
88
- 'item-label'?: ((args_0: VRatingItemLabelSlot) => vue.VNodeChild) | undefined;
281
+ }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
282
+ theme: StringConstructor;
283
+ tag: {
284
+ type: StringConstructor;
285
+ default: string;
89
286
  };
90
- $slots?: {
91
- item?: ((args_0: VRatingItemSlot) => vue.VNodeChild) | undefined;
92
- 'item-label'?: ((args_0: VRatingItemLabelSlot) => vue.VNodeChild) | undefined;
93
- } | undefined;
94
- 'v-slots'?: {
95
- item?: false | ((args_0: VRatingItemSlot) => vue.VNodeChild) | undefined;
96
- 'item-label'?: false | ((args_0: VRatingItemLabelSlot) => vue.VNodeChild) | undefined;
97
- } | undefined;
98
- } & {
99
- "v-slot:item"?: false | ((args_0: VRatingItemSlot) => vue.VNodeChild) | undefined;
100
- "v-slot:item-label"?: false | ((args_0: VRatingItemLabelSlot) => vue.VNodeChild) | undefined;
101
- } & {
102
- "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
103
- }, {
104
- length: string | number;
105
- disabled: boolean;
106
- size: string | number;
107
- readonly: boolean;
108
- tag: string;
109
- density: Density;
110
- modelValue: string | number;
111
- ripple: boolean;
112
- clearable: boolean;
113
- hover: boolean;
114
- halfIncrements: boolean;
115
- itemAriaLabel: string;
116
- emptyIcon: IconValue;
117
- fullIcon: IconValue;
118
- itemLabelPosition: string;
119
- }>;
287
+ size: {
288
+ type: (StringConstructor | NumberConstructor)[];
289
+ default: string;
290
+ };
291
+ density: {
292
+ type: vue.PropType<Density>;
293
+ default: string;
294
+ validator: (v: any) => boolean;
295
+ };
296
+ name: StringConstructor;
297
+ itemAriaLabel: {
298
+ type: StringConstructor;
299
+ default: string;
300
+ };
301
+ activeColor: StringConstructor;
302
+ color: StringConstructor;
303
+ clearable: BooleanConstructor;
304
+ disabled: BooleanConstructor;
305
+ emptyIcon: {
306
+ type: vue.PropType<IconValue>;
307
+ default: string;
308
+ };
309
+ fullIcon: {
310
+ type: vue.PropType<IconValue>;
311
+ default: string;
312
+ };
313
+ halfIncrements: BooleanConstructor;
314
+ hover: BooleanConstructor;
315
+ length: {
316
+ type: (StringConstructor | NumberConstructor)[];
317
+ default: number;
318
+ };
319
+ readonly: BooleanConstructor;
320
+ modelValue: {
321
+ type: (StringConstructor | NumberConstructor)[];
322
+ default: number;
323
+ };
324
+ itemLabels: Prop<string[], string[]>;
325
+ itemLabelPosition: {
326
+ type: StringConstructor;
327
+ default: string;
328
+ validator: (v: any) => boolean;
329
+ };
330
+ ripple: BooleanConstructor;
331
+ }, vue.ExtractPropTypes<{
332
+ theme: StringConstructor;
333
+ tag: {
334
+ type: StringConstructor;
335
+ default: string;
336
+ };
337
+ size: {
338
+ type: (StringConstructor | NumberConstructor)[];
339
+ default: string;
340
+ };
341
+ density: {
342
+ type: vue.PropType<Density>;
343
+ default: string;
344
+ validator: (v: any) => boolean;
345
+ };
346
+ name: StringConstructor;
347
+ itemAriaLabel: {
348
+ type: StringConstructor;
349
+ default: string;
350
+ };
351
+ activeColor: StringConstructor;
352
+ color: StringConstructor;
353
+ clearable: BooleanConstructor;
354
+ disabled: BooleanConstructor;
355
+ emptyIcon: {
356
+ type: vue.PropType<IconValue>;
357
+ default: string;
358
+ };
359
+ fullIcon: {
360
+ type: vue.PropType<IconValue>;
361
+ default: string;
362
+ };
363
+ halfIncrements: BooleanConstructor;
364
+ hover: BooleanConstructor;
365
+ length: {
366
+ type: (StringConstructor | NumberConstructor)[];
367
+ default: number;
368
+ };
369
+ readonly: BooleanConstructor;
370
+ modelValue: {
371
+ type: (StringConstructor | NumberConstructor)[];
372
+ default: number;
373
+ };
374
+ itemLabels: Prop<string[], string[]>;
375
+ itemLabelPosition: {
376
+ type: StringConstructor;
377
+ default: string;
378
+ validator: (v: any) => boolean;
379
+ };
380
+ ripple: BooleanConstructor;
381
+ }>>;
120
382
  type VRating = InstanceType<typeof VRating>;
121
383
 
122
384
  export { VRating };
@@ -1,31 +1,128 @@
1
1
  import * as vue from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes } from 'vue';
2
3
 
3
- declare const VResponsive: vue.DefineComponent<{} & {
4
- height?: string | number | undefined;
5
- width?: string | number | undefined;
6
- aspectRatio?: string | number | undefined;
7
- maxHeight?: string | number | undefined;
8
- maxWidth?: string | number | undefined;
9
- minHeight?: string | number | undefined;
10
- minWidth?: string | number | undefined;
11
- contentClass?: string | undefined;
12
- } & {
13
- $children?: {} | vue.VNodeChild | {
14
- default?: (() => vue.VNodeChild) | undefined;
15
- additional?: (() => vue.VNodeChild) | undefined;
16
- };
17
- $slots?: {
18
- default?: (() => vue.VNodeChild) | undefined;
19
- additional?: (() => vue.VNodeChild) | undefined;
20
- } | undefined;
21
- 'v-slots'?: {
22
- default?: false | (() => vue.VNodeChild) | undefined;
23
- additional?: false | (() => vue.VNodeChild) | undefined;
24
- } | undefined;
25
- } & {
26
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
27
- "v-slot:additional"?: false | (() => vue.VNodeChild) | undefined;
28
- }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
4
+ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
5
+ filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): [yes: Partial<Pick<T, U>>, no: Omit<T, U>];
6
+ }
7
+
8
+ declare const VResponsive: {
9
+ new (...args: any[]): {
10
+ $: vue.ComponentInternalInstance;
11
+ $data: {};
12
+ $props: Partial<{}> & Omit<{} & {
13
+ height?: string | number | undefined;
14
+ width?: string | number | undefined;
15
+ aspectRatio?: string | number | undefined;
16
+ maxHeight?: string | number | undefined;
17
+ maxWidth?: string | number | undefined;
18
+ minHeight?: string | number | undefined;
19
+ minWidth?: string | number | undefined;
20
+ contentClass?: string | undefined;
21
+ } & {
22
+ $children?: {} | vue.VNodeChild | {
23
+ default?: (() => vue.VNodeChild) | undefined;
24
+ additional?: (() => vue.VNodeChild) | undefined;
25
+ };
26
+ $slots?: {
27
+ default?: (() => vue.VNodeChild) | undefined;
28
+ additional?: (() => vue.VNodeChild) | undefined;
29
+ } | undefined;
30
+ 'v-slots'?: {
31
+ default?: false | (() => vue.VNodeChild) | undefined;
32
+ additional?: false | (() => vue.VNodeChild) | undefined;
33
+ } | undefined;
34
+ } & {
35
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
36
+ "v-slot:additional"?: false | (() => vue.VNodeChild) | undefined;
37
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
38
+ $attrs: {
39
+ [x: string]: unknown;
40
+ };
41
+ $refs: {
42
+ [x: string]: unknown;
43
+ };
44
+ $slots: Readonly<{
45
+ [name: string]: vue.Slot | undefined;
46
+ }>;
47
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
48
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
49
+ $emit: (event: string, ...args: any[]) => void;
50
+ $el: any;
51
+ $options: vue.ComponentOptionsBase<{} & {
52
+ height?: string | number | undefined;
53
+ width?: string | number | undefined;
54
+ aspectRatio?: string | number | undefined;
55
+ maxHeight?: string | number | undefined;
56
+ maxWidth?: string | number | undefined;
57
+ minHeight?: string | number | undefined;
58
+ minWidth?: string | number | undefined;
59
+ contentClass?: string | undefined;
60
+ } & {
61
+ $children?: {} | vue.VNodeChild | {
62
+ default?: (() => vue.VNodeChild) | undefined;
63
+ additional?: (() => vue.VNodeChild) | undefined;
64
+ };
65
+ $slots?: {
66
+ default?: (() => vue.VNodeChild) | undefined;
67
+ additional?: (() => vue.VNodeChild) | undefined;
68
+ } | undefined;
69
+ 'v-slots'?: {
70
+ default?: false | (() => vue.VNodeChild) | undefined;
71
+ additional?: false | (() => vue.VNodeChild) | undefined;
72
+ } | undefined;
73
+ } & {
74
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
75
+ "v-slot:additional"?: false | (() => vue.VNodeChild) | undefined;
76
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
77
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
78
+ created?: ((() => void) | (() => void)[]) | undefined;
79
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
80
+ mounted?: ((() => void) | (() => void)[]) | undefined;
81
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
82
+ updated?: ((() => void) | (() => void)[]) | undefined;
83
+ activated?: ((() => void) | (() => void)[]) | undefined;
84
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
85
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
86
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
87
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
88
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
89
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
90
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
91
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
92
+ };
93
+ $forceUpdate: () => void;
94
+ $nextTick: typeof vue.nextTick;
95
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
96
+ } & {} & {
97
+ height?: string | number | undefined;
98
+ width?: string | number | undefined;
99
+ aspectRatio?: string | number | undefined;
100
+ maxHeight?: string | number | undefined;
101
+ maxWidth?: string | number | undefined;
102
+ minHeight?: string | number | undefined;
103
+ minWidth?: string | number | undefined;
104
+ contentClass?: string | undefined;
105
+ } & {
106
+ $children?: {} | vue.VNodeChild | {
107
+ default?: (() => vue.VNodeChild) | undefined;
108
+ additional?: (() => vue.VNodeChild) | undefined;
109
+ };
110
+ $slots?: {
111
+ default?: (() => vue.VNodeChild) | undefined;
112
+ additional?: (() => vue.VNodeChild) | undefined;
113
+ } | undefined;
114
+ 'v-slots'?: {
115
+ default?: false | (() => vue.VNodeChild) | undefined;
116
+ additional?: false | (() => vue.VNodeChild) | undefined;
117
+ } | undefined;
118
+ } & {
119
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
120
+ "v-slot:additional"?: false | (() => vue.VNodeChild) | undefined;
121
+ } & vue.ShallowUnwrapRef<{}> & {} & vue.ComponentCustomProperties & {};
122
+ __isFragment?: undefined;
123
+ __isTeleport?: undefined;
124
+ __isSuspense?: undefined;
125
+ } & vue.ComponentOptionsBase<{} & {
29
126
  height?: string | number | undefined;
30
127
  width?: string | number | undefined;
31
128
  aspectRatio?: string | number | undefined;
@@ -50,7 +147,25 @@ declare const VResponsive: vue.DefineComponent<{} & {
50
147
  } & {
51
148
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
52
149
  "v-slot:additional"?: false | (() => vue.VNodeChild) | undefined;
53
- }, {}>;
150
+ }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
151
+ height: (StringConstructor | NumberConstructor)[];
152
+ maxHeight: (StringConstructor | NumberConstructor)[];
153
+ maxWidth: (StringConstructor | NumberConstructor)[];
154
+ minHeight: (StringConstructor | NumberConstructor)[];
155
+ minWidth: (StringConstructor | NumberConstructor)[];
156
+ width: (StringConstructor | NumberConstructor)[];
157
+ aspectRatio: (StringConstructor | NumberConstructor)[];
158
+ contentClass: StringConstructor;
159
+ }, vue.ExtractPropTypes<{
160
+ height: (StringConstructor | NumberConstructor)[];
161
+ maxHeight: (StringConstructor | NumberConstructor)[];
162
+ maxWidth: (StringConstructor | NumberConstructor)[];
163
+ minHeight: (StringConstructor | NumberConstructor)[];
164
+ minWidth: (StringConstructor | NumberConstructor)[];
165
+ width: (StringConstructor | NumberConstructor)[];
166
+ aspectRatio: (StringConstructor | NumberConstructor)[];
167
+ contentClass: StringConstructor;
168
+ }>>;
54
169
  type VResponsive = InstanceType<typeof VResponsive>;
55
170
 
56
171
  export { VResponsive };
@@ -3,7 +3,7 @@ import { createTextVNode as _createTextVNode, mergeProps as _mergeProps, createV
3
3
  import "./VSelect.css";
4
4
 
5
5
  // Components
6
- import { filterVTextFieldProps, makeVTextFieldProps } from "../VTextField/VTextField.mjs";
6
+ import { makeVTextFieldProps } from "../VTextField/VTextField.mjs";
7
7
  import { VCheckboxBtn } from "../VCheckbox/index.mjs";
8
8
  import { VChip } from "../VChip/index.mjs";
9
9
  import { VDefaultsProvider } from "../VDefaultsProvider/index.mjs";
@@ -163,7 +163,7 @@ export const VSelect = genericComponent()({
163
163
  useRender(() => {
164
164
  const hasChips = !!(props.chips || slots.chip);
165
165
  const hasList = !!(!props.hideNoData || displayItems.value.length || slots.prepend || slots.append || slots['no-data']);
166
- const [textFieldProps] = filterVTextFieldProps(props);
166
+ const [textFieldProps] = VTextField.filterProps(props);
167
167
  return _createVNode(VTextField, _mergeProps({
168
168
  "ref": vTextFieldRef
169
169
  }, textFieldProps, {