vuetify 3.7.0 → 3.7.2

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 (191) hide show
  1. package/dist/json/attributes.json +172 -172
  2. package/dist/json/importMap-labs.json +8 -8
  3. package/dist/json/importMap.json +160 -160
  4. package/dist/json/web-types.json +230 -219
  5. package/dist/vuetify-labs.css +1941 -1926
  6. package/dist/vuetify-labs.d.ts +4266 -2397
  7. package/dist/vuetify-labs.esm.js +107 -111
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +107 -111
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1521 -1506
  12. package/dist/vuetify.d.ts +1282 -901
  13. package/dist/vuetify.esm.js +79 -54
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +79 -54
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +1087 -1086
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.mts +4 -1
  21. package/lib/blueprints/md1.d.mts +4 -1
  22. package/lib/blueprints/md2.d.mts +4 -1
  23. package/lib/blueprints/md3.d.mts +4 -1
  24. package/lib/components/VAlert/index.d.mts +14 -11
  25. package/lib/components/VAppBar/index.d.mts +22 -19
  26. package/lib/components/VAutocomplete/index.d.mts +158 -110
  27. package/lib/components/VAvatar/VAvatar.css +1 -1
  28. package/lib/components/VAvatar/_variables.scss +1 -1
  29. package/lib/components/VAvatar/index.d.mts +8 -5
  30. package/lib/components/VBadge/index.d.mts +8 -5
  31. package/lib/components/VBanner/index.d.mts +18 -15
  32. package/lib/components/VBottomNavigation/index.d.mts +4 -4
  33. package/lib/components/VBottomSheet/index.d.mts +11 -11
  34. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +3 -5
  35. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  36. package/lib/components/VBreadcrumbs/index.d.mts +8 -5
  37. package/lib/components/VBtn/VBtn.mjs +3 -4
  38. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  39. package/lib/components/VBtn/index.d.mts +18 -15
  40. package/lib/components/VBtnGroup/index.d.mts +4 -4
  41. package/lib/components/VBtnToggle/index.d.mts +4 -4
  42. package/lib/components/VCard/VCard.mjs +3 -4
  43. package/lib/components/VCard/VCard.mjs.map +1 -1
  44. package/lib/components/VCard/index.d.mts +18 -15
  45. package/lib/components/VCarousel/index.d.mts +17 -14
  46. package/lib/components/VCheckbox/index.d.mts +8 -5
  47. package/lib/components/VChip/VChip.mjs +2 -3
  48. package/lib/components/VChip/VChip.mjs.map +1 -1
  49. package/lib/components/VChip/index.d.mts +12 -9
  50. package/lib/components/VChipGroup/index.d.mts +8 -5
  51. package/lib/components/VColorPicker/index.d.mts +22 -22
  52. package/lib/components/VCombobox/index.d.mts +158 -110
  53. package/lib/components/VDataTable/index.d.mts +18 -15
  54. package/lib/components/VDatePicker/index.d.mts +16 -13
  55. package/lib/components/VDialog/VDialog.css +4 -1
  56. package/lib/components/VDialog/VDialog.mjs +3 -2
  57. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  58. package/lib/components/VDialog/VDialog.sass +2 -1
  59. package/lib/components/VDialog/index.d.mts +89 -50
  60. package/lib/components/VEmptyState/index.d.mts +12 -9
  61. package/lib/components/VExpansionPanel/index.d.mts +8 -5
  62. package/lib/components/VFab/index.d.mts +22 -19
  63. package/lib/components/VField/index.d.mts +4 -1
  64. package/lib/components/VFileInput/index.d.mts +34 -7
  65. package/lib/components/VFooter/index.d.mts +4 -4
  66. package/lib/components/VForm/index.d.mts +96 -3
  67. package/lib/components/VIcon/index.d.mts +8 -5
  68. package/lib/components/VInfiniteScroll/VInfiniteScroll.css +13 -1
  69. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +6 -8
  70. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  71. package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +10 -1
  72. package/lib/components/VInput/index.d.mts +6 -3
  73. package/lib/components/VItemGroup/index.d.mts +4 -4
  74. package/lib/components/VLabel/index.d.mts +4 -4
  75. package/lib/components/VList/VList.mjs +4 -2
  76. package/lib/components/VList/VList.mjs.map +1 -1
  77. package/lib/components/VList/VListItem.mjs +8 -6
  78. package/lib/components/VList/VListItem.mjs.map +1 -1
  79. package/lib/components/VList/index.d.mts +84 -24
  80. package/lib/components/VMenu/index.d.mts +92 -50
  81. package/lib/components/VMessages/index.d.mts +8 -8
  82. package/lib/components/VNavigationDrawer/index.d.mts +18 -18
  83. package/lib/components/VOtpInput/index.d.mts +4 -4
  84. package/lib/components/VOverlay/index.d.mts +11 -11
  85. package/lib/components/VPagination/index.d.mts +8 -5
  86. package/lib/components/VProgressCircular/index.d.mts +4 -4
  87. package/lib/components/VRadio/index.d.mts +4 -1
  88. package/lib/components/VRadioGroup/index.d.mts +6 -3
  89. package/lib/components/VRangeSlider/index.d.mts +12 -9
  90. package/lib/components/VRating/index.d.mts +4 -1
  91. package/lib/components/VSelect/index.d.mts +158 -110
  92. package/lib/components/VSelectionControl/index.d.mts +4 -1
  93. package/lib/components/VSelectionControlGroup/index.d.mts +4 -1
  94. package/lib/components/VSheet/index.d.mts +10 -10
  95. package/lib/components/VSkeletonLoader/index.d.mts +4 -4
  96. package/lib/components/VSlideGroup/index.d.mts +4 -1
  97. package/lib/components/VSlider/index.d.mts +12 -9
  98. package/lib/components/VSnackbar/index.d.mts +95 -62
  99. package/lib/components/VSpeedDial/index.d.mts +11 -11
  100. package/lib/components/VStepper/index.d.mts +12 -12
  101. package/lib/components/VSwitch/index.d.mts +6 -3
  102. package/lib/components/VSystemBar/index.d.mts +4 -4
  103. package/lib/components/VTabs/index.d.mts +69 -54
  104. package/lib/components/VTextField/index.d.mts +47 -14
  105. package/lib/components/VTextarea/index.d.mts +38 -11
  106. package/lib/components/VTimeline/index.d.mts +8 -5
  107. package/lib/components/VToolbar/index.d.mts +4 -4
  108. package/lib/components/VTooltip/index.d.mts +78 -45
  109. package/lib/components/VWindow/index.d.mts +10 -7
  110. package/lib/components/index.d.mts +1204 -814
  111. package/lib/components/index.mjs +1 -1
  112. package/lib/components/index.mjs.map +1 -1
  113. package/lib/composables/directiveComponent.mjs +1 -1
  114. package/lib/composables/directiveComponent.mjs.map +1 -1
  115. package/lib/composables/forwardRefs.mjs +2 -0
  116. package/lib/composables/forwardRefs.mjs.map +1 -1
  117. package/lib/composables/icons.mjs.map +1 -1
  118. package/lib/composables/index.mjs.map +1 -1
  119. package/lib/composables/nested/nested.mjs +18 -6
  120. package/lib/composables/nested/nested.mjs.map +1 -1
  121. package/lib/composables/nested/openStrategies.mjs +2 -4
  122. package/lib/composables/nested/openStrategies.mjs.map +1 -1
  123. package/lib/composables/router.mjs +19 -9
  124. package/lib/composables/router.mjs.map +1 -1
  125. package/lib/directives/tooltip/index.mjs +1 -1
  126. package/lib/directives/tooltip/index.mjs.map +1 -1
  127. package/lib/entry-bundler.mjs +1 -1
  128. package/lib/framework.mjs +1 -1
  129. package/lib/iconsets/fa-svg.d.mts +4 -1
  130. package/lib/iconsets/fa.d.mts +4 -1
  131. package/lib/iconsets/fa4.d.mts +4 -1
  132. package/lib/iconsets/md.d.mts +4 -1
  133. package/lib/iconsets/mdi-svg.d.mts +4 -1
  134. package/lib/iconsets/mdi.d.mts +4 -1
  135. package/lib/index.d.mts +82 -88
  136. package/lib/labs/VDateInput/index.d.mts +16 -13
  137. package/lib/labs/VNumberInput/VNumberInput.mjs +7 -1
  138. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  139. package/lib/labs/VNumberInput/index.d.mts +2212 -730
  140. package/lib/labs/VPicker/index.d.mts +10 -10
  141. package/lib/labs/VSnackbarQueue/index.d.mts +128 -95
  142. package/lib/labs/VStepperVertical/index.d.mts +10 -7
  143. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  144. package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
  145. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
  146. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  147. package/lib/labs/VTimePicker/index.d.mts +26 -26
  148. package/lib/labs/VTimePicker/util.mjs +5 -0
  149. package/lib/labs/VTimePicker/util.mjs.map +1 -0
  150. package/lib/labs/VTreeview/VTreeview.mjs +3 -12
  151. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  152. package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
  153. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  154. package/lib/labs/VTreeview/VTreeviewItem.mjs +9 -20
  155. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  156. package/lib/labs/VTreeview/index.d.mts +44 -41
  157. package/lib/labs/components.d.mts +2515 -1000
  158. package/lib/util/helpers.mjs +7 -3
  159. package/lib/util/helpers.mjs.map +1 -1
  160. package/package.json +7 -13
  161. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
  162. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
  163. package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
  164. package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
  165. package/lib/components/VDatePicker/util/index.mjs +0 -9
  166. package/lib/components/VDatePicker/util/index.mjs.map +0 -1
  167. package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
  168. package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
  169. package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
  170. package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
  171. package/lib/components/VDatePicker/util/pad.mjs +0 -21
  172. package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
  173. package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
  174. package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
  175. package/lib/components/VTreeview/VTreeview.mjs +0 -350
  176. package/lib/components/VTreeview/VTreeview.mjs.map +0 -1
  177. package/lib/components/VTreeview/VTreeview.sass +0 -128
  178. package/lib/components/VTreeview/VTreeviewNode.mjs +0 -321
  179. package/lib/components/VTreeview/VTreeviewNode.mjs.map +0 -1
  180. package/lib/components/VTreeview/_mixins.sass +0 -18
  181. package/lib/components/VTreeview/_variables.scss +0 -10
  182. package/lib/components/VTreeview/index.mjs +0 -10
  183. package/lib/components/VTreeview/index.mjs.map +0 -1
  184. package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -25
  185. package/lib/components/VTreeview/util/filterTreeItems.mjs.map +0 -1
  186. package/lib/services/goto/easing-patterns.mjs +0 -27
  187. package/lib/services/goto/easing-patterns.mjs.map +0 -1
  188. package/lib/services/goto/index.mjs +0 -73
  189. package/lib/services/goto/index.mjs.map +0 -1
  190. package/lib/services/goto/util.mjs +0 -39
  191. package/lib/services/goto/util.mjs.map +0 -1
@@ -166,13 +166,13 @@ declare const VMessages: {
166
166
  leaveAbsolute: boolean;
167
167
  group: boolean;
168
168
  }>;
169
- default: {
169
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
170
+ component?: Component;
171
+ })> | {
170
172
  component: Component;
171
173
  leaveAbsolute: boolean;
172
174
  group: boolean;
173
- } | NonNullable<string | boolean | (vue.TransitionProps & {
174
- component?: Component;
175
- })>;
175
+ };
176
176
  };
177
177
  class: PropType<ClassValue>;
178
178
  style: {
@@ -200,13 +200,13 @@ declare const VMessages: {
200
200
  leaveAbsolute: boolean;
201
201
  group: boolean;
202
202
  }>;
203
- default: {
203
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
204
+ component?: Component;
205
+ })> | {
204
206
  component: Component;
205
207
  leaveAbsolute: boolean;
206
208
  group: boolean;
207
- } | NonNullable<string | boolean | (vue.TransitionProps & {
208
- component?: Component;
209
- })>;
209
+ };
210
210
  };
211
211
  class: PropType<ClassValue>;
212
212
  style: {
@@ -24,13 +24,13 @@ declare const VNavigationDrawer: {
24
24
  style: vue.StyleValue;
25
25
  mobile: boolean | null;
26
26
  temporary: boolean;
27
+ persistent: boolean;
27
28
  tag: string;
28
29
  sticky: boolean;
29
30
  modelValue: boolean | null;
31
+ scrim: string | boolean;
30
32
  tile: boolean;
31
33
  floating: boolean;
32
- persistent: boolean;
33
- scrim: string | boolean;
34
34
  touchless: boolean;
35
35
  disableResizeWatcher: boolean;
36
36
  disableRouteWatcher: boolean;
@@ -44,8 +44,8 @@ declare const VNavigationDrawer: {
44
44
  color?: string | undefined;
45
45
  image?: string | undefined;
46
46
  class?: any;
47
- elevation?: string | number | undefined;
48
47
  theme?: string | undefined;
48
+ elevation?: string | number | undefined;
49
49
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
50
50
  rounded?: string | number | boolean | undefined;
51
51
  closeDelay?: string | number | undefined;
@@ -84,13 +84,13 @@ declare const VNavigationDrawer: {
84
84
  style: vue.StyleValue;
85
85
  mobile: boolean | null;
86
86
  temporary: boolean;
87
+ persistent: boolean;
87
88
  tag: string;
88
89
  sticky: boolean;
89
90
  modelValue: boolean | null;
91
+ scrim: string | boolean;
90
92
  tile: boolean;
91
93
  floating: boolean;
92
- persistent: boolean;
93
- scrim: string | boolean;
94
94
  touchless: boolean;
95
95
  disableResizeWatcher: boolean;
96
96
  disableRouteWatcher: boolean;
@@ -104,8 +104,8 @@ declare const VNavigationDrawer: {
104
104
  color?: string | undefined;
105
105
  image?: string | undefined;
106
106
  class?: any;
107
- elevation?: string | number | undefined;
108
107
  theme?: string | undefined;
108
+ elevation?: string | number | undefined;
109
109
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
110
110
  rounded?: string | number | boolean | undefined;
111
111
  closeDelay?: string | number | undefined;
@@ -139,14 +139,14 @@ declare const VNavigationDrawer: {
139
139
  style: vue.StyleValue;
140
140
  mobile: boolean | null;
141
141
  temporary: boolean;
142
+ persistent: boolean;
142
143
  tag: string;
143
144
  sticky: boolean;
144
145
  modelValue: boolean | null;
145
146
  rounded: string | number | boolean;
147
+ scrim: string | boolean;
146
148
  tile: boolean;
147
149
  floating: boolean;
148
- persistent: boolean;
149
- scrim: string | boolean;
150
150
  touchless: boolean;
151
151
  disableResizeWatcher: boolean;
152
152
  disableRouteWatcher: boolean;
@@ -174,13 +174,13 @@ declare const VNavigationDrawer: {
174
174
  style: vue.StyleValue;
175
175
  mobile: boolean | null;
176
176
  temporary: boolean;
177
+ persistent: boolean;
177
178
  tag: string;
178
179
  sticky: boolean;
179
180
  modelValue: boolean | null;
181
+ scrim: string | boolean;
180
182
  tile: boolean;
181
183
  floating: boolean;
182
- persistent: boolean;
183
- scrim: string | boolean;
184
184
  touchless: boolean;
185
185
  disableResizeWatcher: boolean;
186
186
  disableRouteWatcher: boolean;
@@ -194,8 +194,8 @@ declare const VNavigationDrawer: {
194
194
  color?: string | undefined;
195
195
  image?: string | undefined;
196
196
  class?: any;
197
- elevation?: string | number | undefined;
198
197
  theme?: string | undefined;
198
+ elevation?: string | number | undefined;
199
199
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
200
200
  rounded?: string | number | boolean | undefined;
201
201
  closeDelay?: string | number | undefined;
@@ -231,14 +231,14 @@ declare const VNavigationDrawer: {
231
231
  style: vue.StyleValue;
232
232
  mobile: boolean | null;
233
233
  temporary: boolean;
234
+ persistent: boolean;
234
235
  tag: string;
235
236
  sticky: boolean;
236
237
  modelValue: boolean | null;
237
238
  rounded: string | number | boolean;
239
+ scrim: string | boolean;
238
240
  tile: boolean;
239
241
  floating: boolean;
240
- persistent: boolean;
241
- scrim: string | boolean;
242
242
  touchless: boolean;
243
243
  disableResizeWatcher: boolean;
244
244
  disableRouteWatcher: boolean;
@@ -258,13 +258,13 @@ declare const VNavigationDrawer: {
258
258
  style: vue.StyleValue;
259
259
  mobile: boolean | null;
260
260
  temporary: boolean;
261
+ persistent: boolean;
261
262
  tag: string;
262
263
  sticky: boolean;
263
264
  modelValue: boolean | null;
265
+ scrim: string | boolean;
264
266
  tile: boolean;
265
267
  floating: boolean;
266
- persistent: boolean;
267
- scrim: string | boolean;
268
268
  touchless: boolean;
269
269
  disableResizeWatcher: boolean;
270
270
  disableRouteWatcher: boolean;
@@ -278,8 +278,8 @@ declare const VNavigationDrawer: {
278
278
  color?: string | undefined;
279
279
  image?: string | undefined;
280
280
  class?: any;
281
- elevation?: string | number | undefined;
282
281
  theme?: string | undefined;
282
+ elevation?: string | number | undefined;
283
283
  mobileBreakpoint?: number | DisplayBreakpoint | undefined;
284
284
  rounded?: string | number | boolean | undefined;
285
285
  closeDelay?: string | number | undefined;
@@ -318,14 +318,14 @@ declare const VNavigationDrawer: {
318
318
  style: vue.StyleValue;
319
319
  mobile: boolean | null;
320
320
  temporary: boolean;
321
+ persistent: boolean;
321
322
  tag: string;
322
323
  sticky: boolean;
323
324
  modelValue: boolean | null;
324
325
  rounded: string | number | boolean;
326
+ scrim: string | boolean;
325
327
  tile: boolean;
326
328
  floating: boolean;
327
- persistent: boolean;
328
- scrim: string | boolean;
329
329
  touchless: boolean;
330
330
  disableResizeWatcher: boolean;
331
331
  disableRouteWatcher: boolean;
@@ -29,8 +29,8 @@ declare const VOtpInput: {
29
29
  minWidth?: string | number | undefined;
30
30
  loading?: string | boolean | undefined;
31
31
  class?: any;
32
- placeholder?: string | undefined;
33
32
  theme?: string | undefined;
33
+ placeholder?: string | undefined;
34
34
  divider?: string | undefined;
35
35
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
36
36
  modelValue?: string | number | undefined;
@@ -85,8 +85,8 @@ declare const VOtpInput: {
85
85
  minWidth?: string | number | undefined;
86
86
  loading?: string | boolean | undefined;
87
87
  class?: any;
88
- placeholder?: string | undefined;
89
88
  theme?: string | undefined;
89
+ placeholder?: string | undefined;
90
90
  divider?: string | undefined;
91
91
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
92
92
  modelValue?: string | number | undefined;
@@ -153,8 +153,8 @@ declare const VOtpInput: {
153
153
  minWidth?: string | number | undefined;
154
154
  loading?: string | boolean | undefined;
155
155
  class?: any;
156
- placeholder?: string | undefined;
157
156
  theme?: string | undefined;
157
+ placeholder?: string | undefined;
158
158
  divider?: string | undefined;
159
159
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
160
160
  modelValue?: string | number | undefined;
@@ -222,8 +222,8 @@ declare const VOtpInput: {
222
222
  minWidth?: string | number | undefined;
223
223
  loading?: string | boolean | undefined;
224
224
  class?: any;
225
- placeholder?: string | undefined;
226
225
  theme?: string | undefined;
226
+ placeholder?: string | undefined;
227
227
  divider?: string | undefined;
228
228
  'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
229
229
  modelValue?: string | number | undefined;
@@ -104,6 +104,7 @@ declare const VOverlay: {
104
104
  style: vue.StyleValue;
105
105
  eager: boolean;
106
106
  disabled: boolean;
107
+ persistent: boolean;
107
108
  modelValue: boolean;
108
109
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
109
110
  updateLocation: (e?: Event) => void;
@@ -115,7 +116,6 @@ declare const VOverlay: {
115
116
  closeOnBack: boolean;
116
117
  contained: boolean;
117
118
  noClickAnimation: boolean;
118
- persistent: boolean;
119
119
  scrim: string | boolean;
120
120
  _disableGlobalStack: boolean;
121
121
  } & {
@@ -131,9 +131,9 @@ declare const VOverlay: {
131
131
  class?: any;
132
132
  theme?: string | undefined;
133
133
  contentClass?: any;
134
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
135
134
  closeDelay?: string | number | undefined;
136
135
  openDelay?: string | number | undefined;
136
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
137
137
  openOnClick?: boolean | undefined;
138
138
  openOnFocus?: boolean | undefined;
139
139
  contentProps?: any;
@@ -200,6 +200,7 @@ declare const VOverlay: {
200
200
  style: vue.StyleValue;
201
201
  eager: boolean;
202
202
  disabled: boolean;
203
+ persistent: boolean;
203
204
  modelValue: boolean;
204
205
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
205
206
  updateLocation: (e?: Event) => void;
@@ -211,7 +212,6 @@ declare const VOverlay: {
211
212
  closeOnBack: boolean;
212
213
  contained: boolean;
213
214
  noClickAnimation: boolean;
214
- persistent: boolean;
215
215
  scrim: string | boolean;
216
216
  _disableGlobalStack: boolean;
217
217
  } & {
@@ -227,9 +227,9 @@ declare const VOverlay: {
227
227
  class?: any;
228
228
  theme?: string | undefined;
229
229
  contentClass?: any;
230
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
231
230
  closeDelay?: string | number | undefined;
232
231
  openDelay?: string | number | undefined;
232
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
233
233
  openOnClick?: boolean | undefined;
234
234
  openOnFocus?: boolean | undefined;
235
235
  contentProps?: any;
@@ -282,6 +282,7 @@ declare const VOverlay: {
282
282
  style: vue.StyleValue;
283
283
  eager: boolean;
284
284
  disabled: boolean;
285
+ persistent: boolean;
285
286
  modelValue: boolean;
286
287
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
287
288
  updateLocation: (e?: Event) => void;
@@ -295,7 +296,6 @@ declare const VOverlay: {
295
296
  closeOnBack: boolean;
296
297
  contained: boolean;
297
298
  noClickAnimation: boolean;
298
- persistent: boolean;
299
299
  scrim: string | boolean;
300
300
  _disableGlobalStack: boolean;
301
301
  }, true, {}, vue.SlotsType<Partial<{
@@ -325,6 +325,7 @@ declare const VOverlay: {
325
325
  style: vue.StyleValue;
326
326
  eager: boolean;
327
327
  disabled: boolean;
328
+ persistent: boolean;
328
329
  modelValue: boolean;
329
330
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
330
331
  updateLocation: (e?: Event) => void;
@@ -336,7 +337,6 @@ declare const VOverlay: {
336
337
  closeOnBack: boolean;
337
338
  contained: boolean;
338
339
  noClickAnimation: boolean;
339
- persistent: boolean;
340
340
  scrim: string | boolean;
341
341
  _disableGlobalStack: boolean;
342
342
  } & {
@@ -352,9 +352,9 @@ declare const VOverlay: {
352
352
  class?: any;
353
353
  theme?: string | undefined;
354
354
  contentClass?: any;
355
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
356
355
  closeDelay?: string | number | undefined;
357
356
  openDelay?: string | number | undefined;
357
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
358
358
  openOnClick?: boolean | undefined;
359
359
  openOnFocus?: boolean | undefined;
360
360
  contentProps?: any;
@@ -416,6 +416,7 @@ declare const VOverlay: {
416
416
  style: vue.StyleValue;
417
417
  eager: boolean;
418
418
  disabled: boolean;
419
+ persistent: boolean;
419
420
  modelValue: boolean;
420
421
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
421
422
  updateLocation: (e?: Event) => void;
@@ -429,7 +430,6 @@ declare const VOverlay: {
429
430
  closeOnBack: boolean;
430
431
  contained: boolean;
431
432
  noClickAnimation: boolean;
432
- persistent: boolean;
433
433
  scrim: string | boolean;
434
434
  _disableGlobalStack: boolean;
435
435
  }>;
@@ -447,6 +447,7 @@ declare const VOverlay: {
447
447
  style: vue.StyleValue;
448
448
  eager: boolean;
449
449
  disabled: boolean;
450
+ persistent: boolean;
450
451
  modelValue: boolean;
451
452
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
452
453
  updateLocation: (e?: Event) => void;
@@ -458,7 +459,6 @@ declare const VOverlay: {
458
459
  closeOnBack: boolean;
459
460
  contained: boolean;
460
461
  noClickAnimation: boolean;
461
- persistent: boolean;
462
462
  scrim: string | boolean;
463
463
  _disableGlobalStack: boolean;
464
464
  } & {
@@ -474,9 +474,9 @@ declare const VOverlay: {
474
474
  class?: any;
475
475
  theme?: string | undefined;
476
476
  contentClass?: any;
477
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
478
477
  closeDelay?: string | number | undefined;
479
478
  openDelay?: string | number | undefined;
479
+ activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
480
480
  openOnClick?: boolean | undefined;
481
481
  openOnFocus?: boolean | undefined;
482
482
  contentProps?: any;
@@ -543,6 +543,7 @@ declare const VOverlay: {
543
543
  style: vue.StyleValue;
544
544
  eager: boolean;
545
545
  disabled: boolean;
546
+ persistent: boolean;
546
547
  modelValue: boolean;
547
548
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
548
549
  updateLocation: (e?: Event) => void;
@@ -556,7 +557,6 @@ declare const VOverlay: {
556
557
  closeOnBack: boolean;
557
558
  contained: boolean;
558
559
  noClickAnimation: boolean;
559
- persistent: boolean;
560
560
  scrim: string | boolean;
561
561
  _disableGlobalStack: boolean;
562
562
  }, {}, string, vue.SlotsType<Partial<{
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, JSXComponent, PropType } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, PropType, ComponentPublicInstance, FunctionalComponent } from 'vue';
3
3
 
4
4
  interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
5
5
  filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
@@ -12,6 +12,9 @@ type Density = null | 'default' | 'comfortable' | 'compact';
12
12
  declare const allowedVariants: readonly ["elevated", "flat", "tonal", "outlined", "text", "plain"];
13
13
  type Variant = typeof allowedVariants[number];
14
14
 
15
+ type JSXComponent<Props = any> = {
16
+ new (): ComponentPublicInstance<Props>;
17
+ } | FunctionalComponent<Props>;
15
18
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
16
19
  declare const IconValue: PropType<IconValue>;
17
20
 
@@ -57,8 +60,8 @@ declare const VPagination: {
57
60
  border?: string | number | boolean | undefined;
58
61
  color?: string | undefined;
59
62
  class?: any;
60
- elevation?: string | number | undefined;
61
63
  theme?: string | undefined;
64
+ elevation?: string | number | undefined;
62
65
  rounded?: string | number | boolean | undefined;
63
66
  activeColor?: string | undefined;
64
67
  totalVisible?: string | number | undefined;
@@ -123,8 +126,8 @@ declare const VPagination: {
123
126
  border?: string | number | boolean | undefined;
124
127
  color?: string | undefined;
125
128
  class?: any;
126
- elevation?: string | number | undefined;
127
129
  theme?: string | undefined;
130
+ elevation?: string | number | undefined;
128
131
  rounded?: string | number | boolean | undefined;
129
132
  activeColor?: string | undefined;
130
133
  totalVisible?: string | number | undefined;
@@ -221,8 +224,8 @@ declare const VPagination: {
221
224
  border?: string | number | boolean | undefined;
222
225
  color?: string | undefined;
223
226
  class?: any;
224
- elevation?: string | number | undefined;
225
227
  theme?: string | undefined;
228
+ elevation?: string | number | undefined;
226
229
  rounded?: string | number | boolean | undefined;
227
230
  activeColor?: string | undefined;
228
231
  totalVisible?: string | number | undefined;
@@ -310,8 +313,8 @@ declare const VPagination: {
310
313
  border?: string | number | boolean | undefined;
311
314
  color?: string | undefined;
312
315
  class?: any;
313
- elevation?: string | number | undefined;
314
316
  theme?: string | undefined;
317
+ elevation?: string | number | undefined;
315
318
  rounded?: string | number | boolean | undefined;
316
319
  activeColor?: string | undefined;
317
320
  totalVisible?: string | number | undefined;
@@ -18,8 +18,8 @@ declare const VProgressCircular: {
18
18
  } & {
19
19
  color?: string | undefined;
20
20
  class?: any;
21
- indeterminate?: boolean | "disable-shrink" | undefined;
22
21
  theme?: string | undefined;
22
+ indeterminate?: boolean | "disable-shrink" | undefined;
23
23
  bgColor?: string | undefined;
24
24
  } & {
25
25
  $children?: vue.VNodeChild | {
@@ -48,8 +48,8 @@ declare const VProgressCircular: {
48
48
  } & {
49
49
  color?: string | undefined;
50
50
  class?: any;
51
- indeterminate?: boolean | "disable-shrink" | undefined;
52
51
  theme?: string | undefined;
52
+ indeterminate?: boolean | "disable-shrink" | undefined;
53
53
  bgColor?: string | undefined;
54
54
  } & {
55
55
  $children?: vue.VNodeChild | {
@@ -96,8 +96,8 @@ declare const VProgressCircular: {
96
96
  } & {
97
97
  color?: string | undefined;
98
98
  class?: any;
99
- indeterminate?: boolean | "disable-shrink" | undefined;
100
99
  theme?: string | undefined;
100
+ indeterminate?: boolean | "disable-shrink" | undefined;
101
101
  bgColor?: string | undefined;
102
102
  } & {
103
103
  $children?: vue.VNodeChild | {
@@ -137,8 +137,8 @@ declare const VProgressCircular: {
137
137
  } & {
138
138
  color?: string | undefined;
139
139
  class?: any;
140
- indeterminate?: boolean | "disable-shrink" | undefined;
141
140
  theme?: string | undefined;
141
+ indeterminate?: boolean | "disable-shrink" | undefined;
142
142
  bgColor?: string | undefined;
143
143
  } & {
144
144
  $children?: vue.VNodeChild | {
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, JSXComponent, PropType, DirectiveBinding, WritableComputedRef, Ref, CSSProperties, VNode } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, PropType, ComponentPublicInstance, FunctionalComponent, DirectiveBinding, WritableComputedRef, Ref, CSSProperties, VNode } from 'vue';
3
3
 
4
4
  type ClassValue = any;
5
5
 
@@ -11,6 +11,9 @@ declare function deepEqual(a: any, b: any): boolean;
11
11
 
12
12
  type Density = null | 'default' | 'comfortable' | 'compact';
13
13
 
14
+ type JSXComponent<Props = any> = {
15
+ new (): ComponentPublicInstance<Props>;
16
+ } | FunctionalComponent<Props>;
14
17
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
15
18
  declare const IconValue: PropType<IconValue>;
16
19
 
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, JSXComponent, ComputedRef, Ref, DirectiveBinding } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, ComponentPublicInstance, FunctionalComponent, ComputedRef, Ref, DirectiveBinding } from 'vue';
3
3
 
4
4
  type ClassValue = any;
5
5
 
@@ -58,6 +58,9 @@ interface ValidationProps {
58
58
  validationValue: any;
59
59
  }
60
60
 
61
+ type JSXComponent<Props = any> = {
62
+ new (): ComponentPublicInstance<Props>;
63
+ } | FunctionalComponent<Props>;
61
64
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
62
65
  declare const IconValue: PropType<IconValue>;
63
66
 
@@ -151,7 +154,7 @@ declare const VRadioGroup: {
151
154
  hideDetails?: boolean | "auto" | undefined;
152
155
  } & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
153
156
  'update:modelValue': (value: any) => true;
154
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:label" | "v-slot:message" | "v-slot:details">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
157
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:label" | "v-slot:message" | "v-slot:details">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
155
158
  type: string;
156
159
  inline: boolean;
157
160
  error: boolean;
@@ -354,7 +357,7 @@ declare const VRadioGroup: {
354
357
  hideDetails?: boolean | "auto" | undefined;
355
358
  } & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
356
359
  'update:modelValue': (value: any) => true;
357
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:prepend" | "v-slot:append" | "update:modelValue" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
360
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
358
361
  type: string;
359
362
  inline: boolean;
360
363
  error: boolean;
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, PropType, JSXComponent, ComputedRef, Ref } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, PropType, ComponentPublicInstance, FunctionalComponent, ComputedRef, Ref } from 'vue';
3
3
 
4
4
  interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
5
5
  filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
@@ -42,6 +42,9 @@ interface ValidationProps {
42
42
  validationValue: any;
43
43
  }
44
44
 
45
+ type JSXComponent<Props = any> = {
46
+ new (): ComponentPublicInstance<Props>;
47
+ } | FunctionalComponent<Props>;
45
48
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
46
49
  declare const IconValue: PropType<IconValue>;
47
50
 
@@ -159,10 +162,10 @@ declare const VRangeSlider: {
159
162
  }) => vue.VNodeChild) | undefined;
160
163
  "v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
161
164
  } & {
165
+ onStart?: ((value: [number, number]) => any) | undefined;
166
+ onEnd?: ((value: [number, number]) => any) | undefined;
162
167
  "onUpdate:focused"?: ((value: boolean) => any) | undefined;
163
168
  "onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
164
- onEnd?: ((value: [number, number]) => any) | undefined;
165
- onStart?: ((value: [number, number]) => any) | undefined;
166
169
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
167
170
  'update:focused': (value: boolean) => true;
168
171
  'update:modelValue': (value: [number, number]) => true;
@@ -267,10 +270,10 @@ declare const VRangeSlider: {
267
270
  }) => vue.VNodeChild) | undefined;
268
271
  "v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
269
272
  } & {
273
+ onStart?: ((value: [number, number]) => any) | undefined;
274
+ onEnd?: ((value: [number, number]) => any) | undefined;
270
275
  "onUpdate:focused"?: ((value: boolean) => any) | undefined;
271
276
  "onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
272
- onEnd?: ((value: [number, number]) => any) | undefined;
273
- onStart?: ((value: [number, number]) => any) | undefined;
274
277
  }, {
275
278
  reverse: boolean;
276
279
  max: string | number;
@@ -421,10 +424,10 @@ declare const VRangeSlider: {
421
424
  }) => vue.VNodeChild) | undefined;
422
425
  "v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
423
426
  } & {
427
+ onStart?: ((value: [number, number]) => any) | undefined;
428
+ onEnd?: ((value: [number, number]) => any) | undefined;
424
429
  "onUpdate:focused"?: ((value: boolean) => any) | undefined;
425
430
  "onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
426
- onEnd?: ((value: [number, number]) => any) | undefined;
427
- onStart?: ((value: [number, number]) => any) | undefined;
428
431
  }, {}, {}, {}, {}, {
429
432
  reverse: boolean;
430
433
  max: string | number;
@@ -558,10 +561,10 @@ declare const VRangeSlider: {
558
561
  }) => vue.VNodeChild) | undefined;
559
562
  "v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
560
563
  } & {
564
+ onStart?: ((value: [number, number]) => any) | undefined;
565
+ onEnd?: ((value: [number, number]) => any) | undefined;
561
566
  "onUpdate:focused"?: ((value: boolean) => any) | undefined;
562
567
  "onUpdate:modelValue"?: ((value: [number, number]) => any) | undefined;
563
- onEnd?: ((value: [number, number]) => any) | undefined;
564
- onStart?: ((value: [number, number]) => any) | undefined;
565
568
  }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
566
569
  'update:focused': (value: boolean) => true;
567
570
  'update:modelValue': (value: [number, number]) => true;
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, JSXComponent, PropType, Prop } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, PropType, ComponentPublicInstance, FunctionalComponent, Prop } from 'vue';
3
3
 
4
4
  interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
5
5
  filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
@@ -9,6 +9,9 @@ type ClassValue = any;
9
9
 
10
10
  type Density = null | 'default' | 'comfortable' | 'compact';
11
11
 
12
+ type JSXComponent<Props = any> = {
13
+ new (): ComponentPublicInstance<Props>;
14
+ } | FunctionalComponent<Props>;
12
15
  type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
13
16
  declare const IconValue: PropType<IconValue>;
14
17