@vuetify/nightly 3.6.1-master.2024-05-01 → 3.6.3-master.2024-05-02

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 (49) hide show
  1. package/CHANGELOG.md +2 -7
  2. package/dist/json/attributes.json +3 -3
  3. package/dist/json/importMap-labs.json +24 -24
  4. package/dist/json/importMap.json +108 -108
  5. package/dist/json/web-types.json +18 -17
  6. package/dist/vuetify-labs.css +3322 -3322
  7. package/dist/vuetify-labs.d.ts +275 -233
  8. package/dist/vuetify-labs.esm.js +17 -13
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +17 -13
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +397 -397
  13. package/dist/vuetify.d.ts +318 -276
  14. package/dist/vuetify.esm.js +17 -13
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +17 -13
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +18 -19
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAutocomplete/index.d.mts +18 -18
  22. package/lib/components/VBottomSheet/index.d.mts +15 -9
  23. package/lib/components/VCombobox/index.d.mts +18 -18
  24. package/lib/components/VDataTable/VDataTableHeaders.mjs +2 -0
  25. package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
  26. package/lib/components/VDataTable/composables/select.mjs +7 -8
  27. package/lib/components/VDataTable/composables/select.mjs.map +1 -1
  28. package/lib/components/VDialog/index.d.mts +33 -27
  29. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  30. package/lib/components/VFileInput/index.d.mts +6 -6
  31. package/lib/components/VHover/VHover.mjs +1 -1
  32. package/lib/components/VHover/VHover.mjs.map +1 -1
  33. package/lib/components/VHover/index.d.mts +24 -24
  34. package/lib/components/VMenu/index.d.mts +33 -27
  35. package/lib/components/VOverlay/VOverlay.mjs +5 -2
  36. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  37. package/lib/components/VOverlay/index.d.mts +15 -9
  38. package/lib/components/VSelect/index.d.mts +18 -18
  39. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  40. package/lib/components/VSnackbar/index.d.mts +47 -41
  41. package/lib/components/VSpeedDial/index.d.mts +15 -9
  42. package/lib/components/VTooltip/index.d.mts +33 -27
  43. package/lib/components/index.d.mts +275 -233
  44. package/lib/entry-bundler.mjs +1 -1
  45. package/lib/framework.mjs +1 -1
  46. package/lib/index.d.mts +43 -43
  47. package/lib/labs/VSnackbarQueue/index.d.mts +47 -41
  48. package/lib/labs/components.d.mts +47 -41
  49. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,13 +1,8 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.6.1-master.2024-05-01...v) (2024-05-01)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.6.3-master.2024-05-02...v) (2024-05-02)
2
2
 
3
3
 
4
4
 
5
- ## [3.6.1-master.2024-05-01](https://github.com/vuetifyjs/vuetify/compare/v3.6.1...v3.6.1-master.2024-05-01) (2024-05-01)
6
-
7
-
8
- ### Bug Fixes
9
-
10
- * **VDatePicker:** wrong month displayed in header ([#19721](https://github.com/vuetifyjs/vuetify/issues/19721)) ([b0d42c9](https://github.com/vuetifyjs/vuetify/commit/b0d42c9f2b1fe7795ca62bd12d64294bc2cf9518)), closes [#19126](https://github.com/vuetifyjs/vuetify/issues/19126)
5
+ ## [3.6.3-master.2024-05-02](https://github.com/vuetifyjs/vuetify/compare/v3.6.3...v3.6.3-master.2024-05-02) (2024-05-02)
11
6
 
12
7
 
13
8
 
@@ -2129,7 +2129,7 @@
2129
2129
  },
2130
2130
  "VCarouselItem/lazy-src": {
2131
2131
  "type": "string\n",
2132
- "description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied.\n\nUse [vuetify-loader](https://github.com/vuetifyjs/vuetify-loader) to generate automatically. NOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided."
2132
+ "description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied. \nNOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided."
2133
2133
  },
2134
2134
  "VCarouselItem/options": {
2135
2135
  "type": "IntersectionObserverInit\n",
@@ -6029,7 +6029,7 @@
6029
6029
  },
6030
6030
  "VImg/lazy-src": {
6031
6031
  "type": "string\n",
6032
- "description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied.\n\nUse [vuetify-loader](https://github.com/vuetifyjs/vuetify-loader) to generate automatically. NOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided."
6032
+ "description": "Something to show while waiting for the main image to load, typically a small base64-encoded thumbnail. Has a slight blur filter applied. \nNOTE: This prop has no effect unless either `height` or `aspect-ratio` are provided."
6033
6033
  },
6034
6034
  "VImg/options": {
6035
6035
  "type": "IntersectionObserverInit\n",
@@ -9748,7 +9748,7 @@
9748
9748
  "description": "Sets the overlay opacity."
9749
9749
  },
9750
9750
  "VSnackbarQueue/model-value": {
9751
- "type": "(\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions: false | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n key: string | number | symbol\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n)[]\n",
9751
+ "type": "(\n | string\n | {\n text: string\n multiLine: boolean\n timer: string | boolean\n timeout: string | number\n vertical: boolean\n location: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a>\n position: 'static' | 'relative' | 'fixed' | 'absolute' | 'sticky'\n absolute: boolean\n rounded: string | number | boolean\n tile: boolean\n color: string\n variant: 'text' | 'flat' | 'elevated' | 'tonal' | 'outlined' | 'plain'\n theme: string\n closeOnBack: boolean\n contained: boolean\n contentClass: any\n contentProps: any\n disabled: boolean\n opacity: string | number\n zIndex: string | number\n target:\n | Element\n | 'parent'\n | 'cursor'\n | (string & {})\n | ComponentPublicInstance\n | [number, number]\n closeOnContentClick: boolean\n style: StyleValue\n class: any\n height: string | number\n maxHeight: string | number\n maxWidth: string | number\n minHeight: string | number\n minWidth: string | number\n width: string | number\n eager: boolean\n locationStrategy: 'static' | 'connected' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VOverlay/locationStrategies.ts#L36-L40\" target=\"_blank\">LocationStrategyFn</a>\n origin: <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/util/anchor.ts#L8-L14\" target=\"_blank\">Anchor</a> | 'auto' | 'overlap'\n offset: string | number | number[]\n transition:\n | string\n | boolean\n | (TransitionProps & { component: Component })\n attach: string | boolean | Element\n 'v-slots': {\n activator:\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n default: false | (() => VNodeChild)\n actions:\n | false\n | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild)\n text: false | (() => VNodeChild)\n }\n 'v-slot:default': false | (() => VNodeChild)\n 'v-slot:activator':\n | false\n | ((arg: {\n isActive: boolean\n props: Record<string, any>\n }) => VNodeChild)\n key: string | number | symbol\n ref: VNodeRef\n ref_for: boolean\n ref_key: string\n onVnodeBeforeMount: VNodeMountHook | VNodeMountHook[]\n onVnodeMounted: VNodeMountHook | VNodeMountHook[]\n onVnodeBeforeUpdate: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeUpdated: VNodeUpdateHook | VNodeUpdateHook[]\n onVnodeBeforeUnmount: VNodeMountHook | VNodeMountHook[]\n onVnodeUnmounted: VNodeMountHook | VNodeMountHook[]\n 'v-slot:actions':\n | false\n | ((arg: { isActive: Ref<boolean | null> }) => VNodeChild)\n 'v-slot:text': false | (() => VNodeChild)\n }\n)[]\n",
9752
9752
  "description": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array."
9753
9753
  },
9754
9754
  "VSnackbarQueue/z-index": {
@@ -1,5 +1,25 @@
1
1
  {
2
2
  "components": {
3
+ "VPicker": {
4
+ "from": "labs/VPicker/index.mjs",
5
+ "styles": []
6
+ },
7
+ "VPickerTitle": {
8
+ "from": "labs/VPicker/index.mjs",
9
+ "styles": []
10
+ },
11
+ "VTimePicker": {
12
+ "from": "labs/VTimePicker/index.mjs",
13
+ "styles": []
14
+ },
15
+ "VTimePickerClock": {
16
+ "from": "labs/VTimePicker/index.mjs",
17
+ "styles": []
18
+ },
19
+ "VTimePickerControls": {
20
+ "from": "labs/VTimePicker/index.mjs",
21
+ "styles": []
22
+ },
3
23
  "VNumberInput": {
4
24
  "from": "labs/VNumberInput/index.mjs",
5
25
  "styles": []
@@ -28,26 +48,6 @@
28
48
  "from": "labs/VCalendar/index.mjs",
29
49
  "styles": []
30
50
  },
31
- "VPicker": {
32
- "from": "labs/VPicker/index.mjs",
33
- "styles": []
34
- },
35
- "VPickerTitle": {
36
- "from": "labs/VPicker/index.mjs",
37
- "styles": []
38
- },
39
- "VTimePicker": {
40
- "from": "labs/VTimePicker/index.mjs",
41
- "styles": []
42
- },
43
- "VTimePickerClock": {
44
- "from": "labs/VTimePicker/index.mjs",
45
- "styles": []
46
- },
47
- "VTimePickerControls": {
48
- "from": "labs/VTimePicker/index.mjs",
49
- "styles": []
50
- },
51
51
  "VTreeview": {
52
52
  "from": "labs/VTreeview/index.mjs",
53
53
  "styles": []
@@ -64,13 +64,13 @@
64
64
  "from": "labs/VDateInput/index.mjs",
65
65
  "styles": []
66
66
  },
67
- "VPullToRefresh": {
68
- "from": "labs/VPullToRefresh/index.mjs",
69
- "styles": []
70
- },
71
67
  "VSnackbarQueue": {
72
68
  "from": "labs/VSnackbarQueue/index.mjs",
73
69
  "styles": []
70
+ },
71
+ "VPullToRefresh": {
72
+ "from": "labs/VPullToRefresh/index.mjs",
73
+ "styles": []
74
74
  }
75
75
  }
76
76
  }
@@ -1,9 +1,5 @@
1
1
  {
2
2
  "components": {
3
- "VApp": {
4
- "from": "components/VApp/index.mjs",
5
- "styles": []
6
- },
7
3
  "VAppBar": {
8
4
  "from": "components/VAppBar/index.mjs",
9
5
  "styles": []
@@ -16,6 +12,14 @@
16
12
  "from": "components/VAppBar/index.mjs",
17
13
  "styles": []
18
14
  },
15
+ "VApp": {
16
+ "from": "components/VApp/index.mjs",
17
+ "styles": []
18
+ },
19
+ "VAutocomplete": {
20
+ "from": "components/VAutocomplete/index.mjs",
21
+ "styles": []
22
+ },
19
23
  "VAlert": {
20
24
  "from": "components/VAlert/index.mjs",
21
25
  "styles": []
@@ -24,10 +28,6 @@
24
28
  "from": "components/VAlert/index.mjs",
25
29
  "styles": []
26
30
  },
27
- "VAutocomplete": {
28
- "from": "components/VAutocomplete/index.mjs",
29
- "styles": []
30
- },
31
31
  "VBanner": {
32
32
  "from": "components/VBanner/index.mjs",
33
33
  "styles": []
@@ -40,6 +40,18 @@
40
40
  "from": "components/VBanner/index.mjs",
41
41
  "styles": []
42
42
  },
43
+ "VAvatar": {
44
+ "from": "components/VAvatar/index.mjs",
45
+ "styles": []
46
+ },
47
+ "VBadge": {
48
+ "from": "components/VBadge/index.mjs",
49
+ "styles": []
50
+ },
51
+ "VBottomSheet": {
52
+ "from": "components/VBottomSheet/index.mjs",
53
+ "styles": []
54
+ },
43
55
  "VBreadcrumbs": {
44
56
  "from": "components/VBreadcrumbs/index.mjs",
45
57
  "styles": []
@@ -52,30 +64,22 @@
52
64
  "from": "components/VBreadcrumbs/index.mjs",
53
65
  "styles": []
54
66
  },
55
- "VBadge": {
56
- "from": "components/VBadge/index.mjs",
57
- "styles": []
58
- },
59
- "VAvatar": {
60
- "from": "components/VAvatar/index.mjs",
67
+ "VBottomNavigation": {
68
+ "from": "components/VBottomNavigation/index.mjs",
61
69
  "styles": []
62
70
  },
63
- "VBottomSheet": {
64
- "from": "components/VBottomSheet/index.mjs",
71
+ "VBtnGroup": {
72
+ "from": "components/VBtnGroup/index.mjs",
65
73
  "styles": []
66
74
  },
67
- "VBottomNavigation": {
68
- "from": "components/VBottomNavigation/index.mjs",
75
+ "VBtnToggle": {
76
+ "from": "components/VBtnToggle/index.mjs",
69
77
  "styles": []
70
78
  },
71
79
  "VBtn": {
72
80
  "from": "components/VBtn/index.mjs",
73
81
  "styles": []
74
82
  },
75
- "VBtnGroup": {
76
- "from": "components/VBtnGroup/index.mjs",
77
- "styles": []
78
- },
79
83
  "VCard": {
80
84
  "from": "components/VCard/index.mjs",
81
85
  "styles": []
@@ -100,10 +104,6 @@
100
104
  "from": "components/VCard/index.mjs",
101
105
  "styles": []
102
106
  },
103
- "VBtnToggle": {
104
- "from": "components/VBtnToggle/index.mjs",
105
- "styles": []
106
- },
107
107
  "VCheckbox": {
108
108
  "from": "components/VCheckbox/index.mjs",
109
109
  "styles": []
@@ -112,10 +112,26 @@
112
112
  "from": "components/VCheckbox/index.mjs",
113
113
  "styles": []
114
114
  },
115
+ "VCarousel": {
116
+ "from": "components/VCarousel/index.mjs",
117
+ "styles": []
118
+ },
119
+ "VCarouselItem": {
120
+ "from": "components/VCarousel/index.mjs",
121
+ "styles": []
122
+ },
123
+ "VCombobox": {
124
+ "from": "components/VCombobox/index.mjs",
125
+ "styles": []
126
+ },
115
127
  "VChip": {
116
128
  "from": "components/VChip/index.mjs",
117
129
  "styles": []
118
130
  },
131
+ "VChipGroup": {
132
+ "from": "components/VChipGroup/index.mjs",
133
+ "styles": []
134
+ },
119
135
  "VCode": {
120
136
  "from": "components/VCode/index.mjs",
121
137
  "styles": []
@@ -124,28 +140,28 @@
124
140
  "from": "components/VColorPicker/index.mjs",
125
141
  "styles": []
126
142
  },
127
- "VCarousel": {
128
- "from": "components/VCarousel/index.mjs",
143
+ "VDatePicker": {
144
+ "from": "components/VDatePicker/index.mjs",
129
145
  "styles": []
130
146
  },
131
- "VCarouselItem": {
132
- "from": "components/VCarousel/index.mjs",
147
+ "VDatePickerControls": {
148
+ "from": "components/VDatePicker/index.mjs",
133
149
  "styles": []
134
150
  },
135
- "VChipGroup": {
136
- "from": "components/VChipGroup/index.mjs",
151
+ "VDatePickerHeader": {
152
+ "from": "components/VDatePicker/index.mjs",
137
153
  "styles": []
138
154
  },
139
- "VCombobox": {
140
- "from": "components/VCombobox/index.mjs",
155
+ "VDatePickerMonth": {
156
+ "from": "components/VDatePicker/index.mjs",
141
157
  "styles": []
142
158
  },
143
- "VCounter": {
144
- "from": "components/VCounter/index.mjs",
159
+ "VDatePickerMonths": {
160
+ "from": "components/VDatePicker/index.mjs",
145
161
  "styles": []
146
162
  },
147
- "VDialog": {
148
- "from": "components/VDialog/index.mjs",
163
+ "VDatePickerYears": {
164
+ "from": "components/VDatePicker/index.mjs",
149
165
  "styles": []
150
166
  },
151
167
  "VDataTable": {
@@ -176,38 +192,22 @@
176
192
  "from": "components/VDataTable/index.mjs",
177
193
  "styles": []
178
194
  },
179
- "VDatePicker": {
180
- "from": "components/VDatePicker/index.mjs",
181
- "styles": []
182
- },
183
- "VDatePickerControls": {
184
- "from": "components/VDatePicker/index.mjs",
185
- "styles": []
186
- },
187
- "VDatePickerHeader": {
188
- "from": "components/VDatePicker/index.mjs",
189
- "styles": []
190
- },
191
- "VDatePickerMonth": {
192
- "from": "components/VDatePicker/index.mjs",
195
+ "VCounter": {
196
+ "from": "components/VCounter/index.mjs",
193
197
  "styles": []
194
198
  },
195
- "VDatePickerMonths": {
196
- "from": "components/VDatePicker/index.mjs",
199
+ "VDivider": {
200
+ "from": "components/VDivider/index.mjs",
197
201
  "styles": []
198
202
  },
199
- "VDatePickerYears": {
200
- "from": "components/VDatePicker/index.mjs",
203
+ "VDialog": {
204
+ "from": "components/VDialog/index.mjs",
201
205
  "styles": []
202
206
  },
203
207
  "VEmptyState": {
204
208
  "from": "components/VEmptyState/index.mjs",
205
209
  "styles": []
206
210
  },
207
- "VDivider": {
208
- "from": "components/VDivider/index.mjs",
209
- "styles": []
210
- },
211
211
  "VExpansionPanels": {
212
212
  "from": "components/VExpansionPanel/index.mjs",
213
213
  "styles": []
@@ -224,6 +224,10 @@
224
224
  "from": "components/VExpansionPanel/index.mjs",
225
225
  "styles": []
226
226
  },
227
+ "VFab": {
228
+ "from": "components/VFab/index.mjs",
229
+ "styles": []
230
+ },
227
231
  "VField": {
228
232
  "from": "components/VField/index.mjs",
229
233
  "styles": []
@@ -264,8 +268,8 @@
264
268
  "from": "components/VImg/index.mjs",
265
269
  "styles": []
266
270
  },
267
- "VFab": {
268
- "from": "components/VFab/index.mjs",
271
+ "VInput": {
272
+ "from": "components/VInput/index.mjs",
269
273
  "styles": []
270
274
  },
271
275
  "VInfiniteScroll": {
@@ -280,18 +284,14 @@
280
284
  "from": "components/VItemGroup/index.mjs",
281
285
  "styles": []
282
286
  },
283
- "VInput": {
284
- "from": "components/VInput/index.mjs",
287
+ "VKbd": {
288
+ "from": "components/VKbd/index.mjs",
285
289
  "styles": []
286
290
  },
287
291
  "VLabel": {
288
292
  "from": "components/VLabel/index.mjs",
289
293
  "styles": []
290
294
  },
291
- "VKbd": {
292
- "from": "components/VKbd/index.mjs",
293
- "styles": []
294
- },
295
295
  "VList": {
296
296
  "from": "components/VList/index.mjs",
297
297
  "styles": []
@@ -332,40 +332,36 @@
332
332
  "from": "components/VMain/index.mjs",
333
333
  "styles": []
334
334
  },
335
- "VMessages": {
336
- "from": "components/VMessages/index.mjs",
335
+ "VNavigationDrawer": {
336
+ "from": "components/VNavigationDrawer/index.mjs",
337
337
  "styles": []
338
338
  },
339
339
  "VMenu": {
340
340
  "from": "components/VMenu/index.mjs",
341
341
  "styles": []
342
342
  },
343
- "VNavigationDrawer": {
344
- "from": "components/VNavigationDrawer/index.mjs",
345
- "styles": []
346
- },
347
- "VOtpInput": {
348
- "from": "components/VOtpInput/index.mjs",
343
+ "VOverlay": {
344
+ "from": "components/VOverlay/index.mjs",
349
345
  "styles": []
350
346
  },
351
347
  "VProgressCircular": {
352
348
  "from": "components/VProgressCircular/index.mjs",
353
349
  "styles": []
354
350
  },
355
- "VPagination": {
356
- "from": "components/VPagination/index.mjs",
351
+ "VOtpInput": {
352
+ "from": "components/VOtpInput/index.mjs",
357
353
  "styles": []
358
354
  },
359
- "VOverlay": {
360
- "from": "components/VOverlay/index.mjs",
355
+ "VProgressLinear": {
356
+ "from": "components/VProgressLinear/index.mjs",
361
357
  "styles": []
362
358
  },
363
- "VSelect": {
364
- "from": "components/VSelect/index.mjs",
359
+ "VMessages": {
360
+ "from": "components/VMessages/index.mjs",
365
361
  "styles": []
366
362
  },
367
- "VProgressLinear": {
368
- "from": "components/VProgressLinear/index.mjs",
363
+ "VPagination": {
364
+ "from": "components/VPagination/index.mjs",
369
365
  "styles": []
370
366
  },
371
367
  "VRadioGroup": {
@@ -376,6 +372,14 @@
376
372
  "from": "components/VRating/index.mjs",
377
373
  "styles": []
378
374
  },
375
+ "VSelect": {
376
+ "from": "components/VSelect/index.mjs",
377
+ "styles": []
378
+ },
379
+ "VSheet": {
380
+ "from": "components/VSheet/index.mjs",
381
+ "styles": []
382
+ },
379
383
  "VSelectionControl": {
380
384
  "from": "components/VSelectionControl/index.mjs",
381
385
  "styles": []
@@ -396,10 +400,6 @@
396
400
  "from": "components/VSlideGroup/index.mjs",
397
401
  "styles": []
398
402
  },
399
- "VSheet": {
400
- "from": "components/VSheet/index.mjs",
401
- "styles": []
402
- },
403
403
  "VSlider": {
404
404
  "from": "components/VSlider/index.mjs",
405
405
  "styles": []
@@ -408,8 +408,8 @@
408
408
  "from": "components/VSnackbar/index.mjs",
409
409
  "styles": []
410
410
  },
411
- "VSwitch": {
412
- "from": "components/VSwitch/index.mjs",
411
+ "VTextarea": {
412
+ "from": "components/VTextarea/index.mjs",
413
413
  "styles": []
414
414
  },
415
415
  "VStepper": {
@@ -436,8 +436,8 @@
436
436
  "from": "components/VStepper/index.mjs",
437
437
  "styles": []
438
438
  },
439
- "VSystemBar": {
440
- "from": "components/VSystemBar/index.mjs",
439
+ "VSwitch": {
440
+ "from": "components/VSwitch/index.mjs",
441
441
  "styles": []
442
442
  },
443
443
  "VTab": {
@@ -456,16 +456,16 @@
456
456
  "from": "components/VTabs/index.mjs",
457
457
  "styles": []
458
458
  },
459
- "VTable": {
460
- "from": "components/VTable/index.mjs",
459
+ "VSystemBar": {
460
+ "from": "components/VSystemBar/index.mjs",
461
461
  "styles": []
462
462
  },
463
463
  "VTextField": {
464
464
  "from": "components/VTextField/index.mjs",
465
465
  "styles": []
466
466
  },
467
- "VTextarea": {
468
- "from": "components/VTextarea/index.mjs",
467
+ "VTable": {
468
+ "from": "components/VTable/index.mjs",
469
469
  "styles": []
470
470
  },
471
471
  "VTimeline": {
@@ -476,10 +476,6 @@
476
476
  "from": "components/VTimeline/index.mjs",
477
477
  "styles": []
478
478
  },
479
- "VTooltip": {
480
- "from": "components/VTooltip/index.mjs",
481
- "styles": []
482
- },
483
479
  "VToolbar": {
484
480
  "from": "components/VToolbar/index.mjs",
485
481
  "styles": []
@@ -500,6 +496,10 @@
500
496
  "from": "components/VWindow/index.mjs",
501
497
  "styles": []
502
498
  },
499
+ "VTooltip": {
500
+ "from": "components/VTooltip/index.mjs",
501
+ "styles": []
502
+ },
503
503
  "VConfirmEdit": {
504
504
  "from": "components/VConfirmEdit/index.mjs",
505
505
  "styles": []
@@ -536,10 +536,6 @@
536
536
  "from": "components/VHover/index.mjs",
537
537
  "styles": []
538
538
  },
539
- "VLazy": {
540
- "from": "components/VLazy/index.mjs",
541
- "styles": []
542
- },
543
539
  "VLayout": {
544
540
  "from": "components/VLayout/index.mjs",
545
541
  "styles": []
@@ -548,18 +544,22 @@
548
544
  "from": "components/VLayout/index.mjs",
549
545
  "styles": []
550
546
  },
551
- "VLocaleProvider": {
552
- "from": "components/VLocaleProvider/index.mjs",
547
+ "VLazy": {
548
+ "from": "components/VLazy/index.mjs",
553
549
  "styles": []
554
550
  },
555
- "VNoSsr": {
556
- "from": "components/VNoSsr/index.mjs",
551
+ "VLocaleProvider": {
552
+ "from": "components/VLocaleProvider/index.mjs",
557
553
  "styles": []
558
554
  },
559
555
  "VParallax": {
560
556
  "from": "components/VParallax/index.mjs",
561
557
  "styles": []
562
558
  },
559
+ "VNoSsr": {
560
+ "from": "components/VNoSsr/index.mjs",
561
+ "styles": []
562
+ },
563
563
  "VRadio": {
564
564
  "from": "components/VRadio/index.mjs",
565
565
  "styles": []