@vuetify/nightly 3.9.0-beta.1-dev.2025-07-05 → 3.9.0-dev.2025-07-08
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.
- package/CHANGELOG.md +3 -117
- package/dist/json/attributes.json +3156 -3120
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +196 -196
- package/dist/json/tags.json +9 -0
- package/dist/json/web-types.json +6143 -6054
- package/dist/vuetify-labs.cjs +124 -32
- package/dist/vuetify-labs.css +4807 -4750
- package/dist/vuetify-labs.d.ts +281 -186
- package/dist/vuetify-labs.esm.js +124 -32
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +124 -32
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +123 -31
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4212 -4155
- package/dist/vuetify.d.ts +281 -186
- package/dist/vuetify.esm.js +123 -31
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +123 -31
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1083 -1079
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +39 -14
- package/lib/components/VAutocomplete/VAutocomplete.js +2 -2
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.d.ts +39 -14
- package/lib/components/VCombobox/VCombobox.js +2 -2
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDataIterator/composables/items.d.ts +2 -1
- package/lib/components/VDataIterator/composables/items.js.map +1 -1
- package/lib/components/VDataTable/types.d.ts +1 -1
- package/lib/components/VDataTable/types.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +2 -1
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VList/VList.d.ts +24 -27
- package/lib/components/VList/VList.js +0 -4
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VSelect/VSelect.d.ts +58 -22
- package/lib/components/VSelect/VSelect.js +2 -2
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VTreeview/VTreeview.d.ts +229 -167
- package/lib/components/VTreeview/VTreeview.js +7 -3
- package/lib/components/VTreeview/VTreeview.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewChildren.d.ts +81 -10
- package/lib/components/VTreeview/VTreeviewChildren.js +50 -11
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewItem.css +57 -0
- package/lib/components/VTreeview/VTreeviewItem.d.ts +119 -94
- package/lib/components/VTreeview/VTreeviewItem.js +13 -3
- package/lib/components/VTreeview/VTreeviewItem.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewItem.sass +60 -0
- package/lib/components/VTreeview/_variables.scss +15 -0
- package/lib/composables/filter.d.ts +1 -0
- package/lib/composables/filter.js +1 -1
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/list-items.d.ts +14 -1
- package/lib/composables/list-items.js +9 -3
- package/lib/composables/list-items.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +66 -65
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.js +1 -1
- package/lib/labs/VCalendar/VCalendar.js.map +1 -1
- package/lib/util/helpers.d.ts +3 -0
- package/lib/util/helpers.js +4 -0
- package/lib/util/helpers.js.map +1 -1
- package/lib/util/indentLines.d.ts +17 -0
- package/lib/util/indentLines.js +34 -0
- package/lib/util/indentLines.js.map +1 -0
- package/lib/util/index.d.ts +1 -0
- package/lib/util/index.js +1 -0
- package/lib/util/index.js.map +1 -1
- package/package.json +1 -1
@@ -32,12 +32,8 @@
|
|
32
32
|
"from": "labs/VCalendar",
|
33
33
|
"styles": []
|
34
34
|
},
|
35
|
-
"
|
36
|
-
"from": "labs/
|
37
|
-
"styles": []
|
38
|
-
},
|
39
|
-
"VPickerTitle": {
|
40
|
-
"from": "labs/VPicker",
|
35
|
+
"VIconBtn": {
|
36
|
+
"from": "labs/VIconBtn",
|
41
37
|
"styles": []
|
42
38
|
},
|
43
39
|
"VStepperVertical": {
|
@@ -52,22 +48,26 @@
|
|
52
48
|
"from": "labs/VStepperVertical",
|
53
49
|
"styles": []
|
54
50
|
},
|
55
|
-
"
|
56
|
-
"from": "labs/
|
51
|
+
"VPicker": {
|
52
|
+
"from": "labs/VPicker",
|
57
53
|
"styles": []
|
58
54
|
},
|
59
|
-
"
|
60
|
-
"from": "labs/
|
55
|
+
"VPickerTitle": {
|
56
|
+
"from": "labs/VPicker",
|
61
57
|
"styles": []
|
62
58
|
},
|
63
|
-
"
|
64
|
-
"from": "labs/
|
59
|
+
"VColorInput": {
|
60
|
+
"from": "labs/VColorInput",
|
65
61
|
"styles": []
|
66
62
|
},
|
67
63
|
"VHotkey": {
|
68
64
|
"from": "labs/VHotkey",
|
69
65
|
"styles": []
|
70
66
|
},
|
67
|
+
"VDateInput": {
|
68
|
+
"from": "labs/VDateInput",
|
69
|
+
"styles": []
|
70
|
+
},
|
71
71
|
"VPullToRefresh": {
|
72
72
|
"from": "labs/VPullToRefresh",
|
73
73
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VApp": {
|
4
|
+
"from": "components/VApp",
|
5
|
+
"styles": []
|
6
|
+
},
|
7
|
+
"VAlert": {
|
8
|
+
"from": "components/VAlert",
|
9
|
+
"styles": []
|
10
|
+
},
|
11
|
+
"VAlertTitle": {
|
12
|
+
"from": "components/VAlert",
|
13
|
+
"styles": []
|
14
|
+
},
|
3
15
|
"VAppBar": {
|
4
16
|
"from": "components/VAppBar",
|
5
17
|
"styles": []
|
@@ -12,28 +24,36 @@
|
|
12
24
|
"from": "components/VAppBar",
|
13
25
|
"styles": []
|
14
26
|
},
|
15
|
-
"
|
16
|
-
"from": "components/
|
27
|
+
"VAvatar": {
|
28
|
+
"from": "components/VAvatar",
|
17
29
|
"styles": []
|
18
30
|
},
|
19
|
-
"
|
20
|
-
"from": "components/
|
31
|
+
"VAutocomplete": {
|
32
|
+
"from": "components/VAutocomplete",
|
21
33
|
"styles": []
|
22
34
|
},
|
23
|
-
"
|
24
|
-
"from": "components/
|
35
|
+
"VBottomSheet": {
|
36
|
+
"from": "components/VBottomSheet",
|
25
37
|
"styles": []
|
26
38
|
},
|
27
|
-
"
|
28
|
-
"from": "components/
|
39
|
+
"VBreadcrumbs": {
|
40
|
+
"from": "components/VBreadcrumbs",
|
29
41
|
"styles": []
|
30
42
|
},
|
31
|
-
"
|
32
|
-
"from": "components/
|
43
|
+
"VBreadcrumbsItem": {
|
44
|
+
"from": "components/VBreadcrumbs",
|
33
45
|
"styles": []
|
34
46
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
47
|
+
"VBreadcrumbsDivider": {
|
48
|
+
"from": "components/VBreadcrumbs",
|
49
|
+
"styles": []
|
50
|
+
},
|
51
|
+
"VBottomNavigation": {
|
52
|
+
"from": "components/VBottomNavigation",
|
53
|
+
"styles": []
|
54
|
+
},
|
55
|
+
"VBtnGroup": {
|
56
|
+
"from": "components/VBtnGroup",
|
37
57
|
"styles": []
|
38
58
|
},
|
39
59
|
"VBanner": {
|
@@ -48,28 +68,32 @@
|
|
48
68
|
"from": "components/VBanner",
|
49
69
|
"styles": []
|
50
70
|
},
|
51
|
-
"
|
52
|
-
"from": "components/
|
53
|
-
"styles": []
|
54
|
-
},
|
55
|
-
"VBreadcrumbs": {
|
56
|
-
"from": "components/VBreadcrumbs",
|
71
|
+
"VBadge": {
|
72
|
+
"from": "components/VBadge",
|
57
73
|
"styles": []
|
58
74
|
},
|
59
|
-
"
|
60
|
-
"from": "components/
|
75
|
+
"VCarousel": {
|
76
|
+
"from": "components/VCarousel",
|
61
77
|
"styles": []
|
62
78
|
},
|
63
|
-
"
|
64
|
-
"from": "components/
|
79
|
+
"VCarouselItem": {
|
80
|
+
"from": "components/VCarousel",
|
65
81
|
"styles": []
|
66
82
|
},
|
67
83
|
"VBtn": {
|
68
84
|
"from": "components/VBtn",
|
69
85
|
"styles": []
|
70
86
|
},
|
71
|
-
"
|
72
|
-
"from": "components/
|
87
|
+
"VCheckbox": {
|
88
|
+
"from": "components/VCheckbox",
|
89
|
+
"styles": []
|
90
|
+
},
|
91
|
+
"VCheckboxBtn": {
|
92
|
+
"from": "components/VCheckbox",
|
93
|
+
"styles": []
|
94
|
+
},
|
95
|
+
"VChipGroup": {
|
96
|
+
"from": "components/VChipGroup",
|
73
97
|
"styles": []
|
74
98
|
},
|
75
99
|
"VCard": {
|
@@ -104,26 +128,6 @@
|
|
104
128
|
"from": "components/VChip",
|
105
129
|
"styles": []
|
106
130
|
},
|
107
|
-
"VChipGroup": {
|
108
|
-
"from": "components/VChipGroup",
|
109
|
-
"styles": []
|
110
|
-
},
|
111
|
-
"VCarousel": {
|
112
|
-
"from": "components/VCarousel",
|
113
|
-
"styles": []
|
114
|
-
},
|
115
|
-
"VCarouselItem": {
|
116
|
-
"from": "components/VCarousel",
|
117
|
-
"styles": []
|
118
|
-
},
|
119
|
-
"VCheckbox": {
|
120
|
-
"from": "components/VCheckbox",
|
121
|
-
"styles": []
|
122
|
-
},
|
123
|
-
"VCheckboxBtn": {
|
124
|
-
"from": "components/VCheckbox",
|
125
|
-
"styles": []
|
126
|
-
},
|
127
131
|
"VCode": {
|
128
132
|
"from": "components/VCode",
|
129
133
|
"styles": []
|
@@ -136,34 +140,6 @@
|
|
136
140
|
"from": "components/VCounter",
|
137
141
|
"styles": []
|
138
142
|
},
|
139
|
-
"VColorPicker": {
|
140
|
-
"from": "components/VColorPicker",
|
141
|
-
"styles": []
|
142
|
-
},
|
143
|
-
"VDatePicker": {
|
144
|
-
"from": "components/VDatePicker",
|
145
|
-
"styles": []
|
146
|
-
},
|
147
|
-
"VDatePickerControls": {
|
148
|
-
"from": "components/VDatePicker",
|
149
|
-
"styles": []
|
150
|
-
},
|
151
|
-
"VDatePickerHeader": {
|
152
|
-
"from": "components/VDatePicker",
|
153
|
-
"styles": []
|
154
|
-
},
|
155
|
-
"VDatePickerMonth": {
|
156
|
-
"from": "components/VDatePicker",
|
157
|
-
"styles": []
|
158
|
-
},
|
159
|
-
"VDatePickerMonths": {
|
160
|
-
"from": "components/VDatePicker",
|
161
|
-
"styles": []
|
162
|
-
},
|
163
|
-
"VDatePickerYears": {
|
164
|
-
"from": "components/VDatePicker",
|
165
|
-
"styles": []
|
166
|
-
},
|
167
143
|
"VDataTable": {
|
168
144
|
"from": "components/VDataTable",
|
169
145
|
"styles": []
|
@@ -192,16 +168,40 @@
|
|
192
168
|
"from": "components/VDataTable",
|
193
169
|
"styles": []
|
194
170
|
},
|
195
|
-
"VBottomNavigation": {
|
196
|
-
"from": "components/VBottomNavigation",
|
197
|
-
"styles": []
|
198
|
-
},
|
199
171
|
"VDialog": {
|
200
172
|
"from": "components/VDialog",
|
201
173
|
"styles": []
|
202
174
|
},
|
203
|
-
"
|
204
|
-
"from": "components/
|
175
|
+
"VColorPicker": {
|
176
|
+
"from": "components/VColorPicker",
|
177
|
+
"styles": []
|
178
|
+
},
|
179
|
+
"VDivider": {
|
180
|
+
"from": "components/VDivider",
|
181
|
+
"styles": []
|
182
|
+
},
|
183
|
+
"VDatePicker": {
|
184
|
+
"from": "components/VDatePicker",
|
185
|
+
"styles": []
|
186
|
+
},
|
187
|
+
"VDatePickerControls": {
|
188
|
+
"from": "components/VDatePicker",
|
189
|
+
"styles": []
|
190
|
+
},
|
191
|
+
"VDatePickerHeader": {
|
192
|
+
"from": "components/VDatePicker",
|
193
|
+
"styles": []
|
194
|
+
},
|
195
|
+
"VDatePickerMonth": {
|
196
|
+
"from": "components/VDatePicker",
|
197
|
+
"styles": []
|
198
|
+
},
|
199
|
+
"VDatePickerMonths": {
|
200
|
+
"from": "components/VDatePicker",
|
201
|
+
"styles": []
|
202
|
+
},
|
203
|
+
"VDatePickerYears": {
|
204
|
+
"from": "components/VDatePicker",
|
205
205
|
"styles": []
|
206
206
|
},
|
207
207
|
"VExpansionPanels": {
|
@@ -220,10 +220,6 @@
|
|
220
220
|
"from": "components/VExpansionPanel",
|
221
221
|
"styles": []
|
222
222
|
},
|
223
|
-
"VFileInput": {
|
224
|
-
"from": "components/VFileInput",
|
225
|
-
"styles": []
|
226
|
-
},
|
227
223
|
"VField": {
|
228
224
|
"from": "components/VField",
|
229
225
|
"styles": []
|
@@ -232,24 +228,16 @@
|
|
232
228
|
"from": "components/VField",
|
233
229
|
"styles": []
|
234
230
|
},
|
235
|
-
"VDivider": {
|
236
|
-
"from": "components/VDivider",
|
237
|
-
"styles": []
|
238
|
-
},
|
239
231
|
"VFab": {
|
240
232
|
"from": "components/VFab",
|
241
233
|
"styles": []
|
242
234
|
},
|
243
|
-
"
|
244
|
-
"from": "components/
|
245
|
-
"styles": []
|
246
|
-
},
|
247
|
-
"VItem": {
|
248
|
-
"from": "components/VItemGroup",
|
235
|
+
"VEmptyState": {
|
236
|
+
"from": "components/VEmptyState",
|
249
237
|
"styles": []
|
250
238
|
},
|
251
|
-
"
|
252
|
-
"from": "components/
|
239
|
+
"VFooter": {
|
240
|
+
"from": "components/VFooter",
|
253
241
|
"styles": []
|
254
242
|
},
|
255
243
|
"VIcon": {
|
@@ -272,22 +260,34 @@
|
|
272
260
|
"from": "components/VIcon",
|
273
261
|
"styles": []
|
274
262
|
},
|
275
|
-
"
|
276
|
-
"from": "components/
|
263
|
+
"VFileInput": {
|
264
|
+
"from": "components/VFileInput",
|
277
265
|
"styles": []
|
278
266
|
},
|
279
|
-
"
|
280
|
-
"from": "components/
|
267
|
+
"VInfiniteScroll": {
|
268
|
+
"from": "components/VInfiniteScroll",
|
281
269
|
"styles": []
|
282
270
|
},
|
283
|
-
"
|
284
|
-
"from": "components/
|
271
|
+
"VInput": {
|
272
|
+
"from": "components/VInput",
|
285
273
|
"styles": []
|
286
274
|
},
|
287
275
|
"VKbd": {
|
288
276
|
"from": "components/VKbd",
|
289
277
|
"styles": []
|
290
278
|
},
|
279
|
+
"VImg": {
|
280
|
+
"from": "components/VImg",
|
281
|
+
"styles": []
|
282
|
+
},
|
283
|
+
"VItemGroup": {
|
284
|
+
"from": "components/VItemGroup",
|
285
|
+
"styles": []
|
286
|
+
},
|
287
|
+
"VItem": {
|
288
|
+
"from": "components/VItemGroup",
|
289
|
+
"styles": []
|
290
|
+
},
|
291
291
|
"VList": {
|
292
292
|
"from": "components/VList",
|
293
293
|
"styles": []
|
@@ -324,6 +324,10 @@
|
|
324
324
|
"from": "components/VList",
|
325
325
|
"styles": []
|
326
326
|
},
|
327
|
+
"VLabel": {
|
328
|
+
"from": "components/VLabel",
|
329
|
+
"styles": []
|
330
|
+
},
|
327
331
|
"VMenu": {
|
328
332
|
"from": "components/VMenu",
|
329
333
|
"styles": []
|
@@ -332,66 +336,66 @@
|
|
332
336
|
"from": "components/VMain",
|
333
337
|
"styles": []
|
334
338
|
},
|
335
|
-
"VNavigationDrawer": {
|
336
|
-
"from": "components/VNavigationDrawer",
|
337
|
-
"styles": []
|
338
|
-
},
|
339
339
|
"VMessages": {
|
340
340
|
"from": "components/VMessages",
|
341
341
|
"styles": []
|
342
342
|
},
|
343
|
+
"VNavigationDrawer": {
|
344
|
+
"from": "components/VNavigationDrawer",
|
345
|
+
"styles": []
|
346
|
+
},
|
343
347
|
"VOtpInput": {
|
344
348
|
"from": "components/VOtpInput",
|
345
349
|
"styles": []
|
346
350
|
},
|
347
|
-
"
|
348
|
-
"from": "components/
|
351
|
+
"VNumberInput": {
|
352
|
+
"from": "components/VNumberInput",
|
349
353
|
"styles": []
|
350
354
|
},
|
351
355
|
"VOverlay": {
|
352
356
|
"from": "components/VOverlay",
|
353
357
|
"styles": []
|
354
358
|
},
|
355
|
-
"
|
356
|
-
"from": "components/
|
359
|
+
"VPagination": {
|
360
|
+
"from": "components/VPagination",
|
357
361
|
"styles": []
|
358
362
|
},
|
359
|
-
"
|
360
|
-
"from": "components/
|
363
|
+
"VProgressCircular": {
|
364
|
+
"from": "components/VProgressCircular",
|
361
365
|
"styles": []
|
362
366
|
},
|
363
|
-
"
|
364
|
-
"from": "components/
|
367
|
+
"VRadioGroup": {
|
368
|
+
"from": "components/VRadioGroup",
|
365
369
|
"styles": []
|
366
370
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
371
|
+
"VProgressLinear": {
|
372
|
+
"from": "components/VProgressLinear",
|
369
373
|
"styles": []
|
370
374
|
},
|
371
|
-
"
|
372
|
-
"from": "components/
|
375
|
+
"VSelect": {
|
376
|
+
"from": "components/VSelect",
|
373
377
|
"styles": []
|
374
378
|
},
|
375
379
|
"VRating": {
|
376
380
|
"from": "components/VRating",
|
377
381
|
"styles": []
|
378
382
|
},
|
379
|
-
"VSkeletonLoader": {
|
380
|
-
"from": "components/VSkeletonLoader",
|
381
|
-
"styles": []
|
382
|
-
},
|
383
383
|
"VSelectionControl": {
|
384
384
|
"from": "components/VSelectionControl",
|
385
385
|
"styles": []
|
386
386
|
},
|
387
|
-
"VSlider": {
|
388
|
-
"from": "components/VSlider",
|
389
|
-
"styles": []
|
390
|
-
},
|
391
387
|
"VSheet": {
|
392
388
|
"from": "components/VSheet",
|
393
389
|
"styles": []
|
394
390
|
},
|
391
|
+
"VSelectionControlGroup": {
|
392
|
+
"from": "components/VSelectionControlGroup",
|
393
|
+
"styles": []
|
394
|
+
},
|
395
|
+
"VSlider": {
|
396
|
+
"from": "components/VSlider",
|
397
|
+
"styles": []
|
398
|
+
},
|
395
399
|
"VSlideGroup": {
|
396
400
|
"from": "components/VSlideGroup",
|
397
401
|
"styles": []
|
@@ -400,6 +404,38 @@
|
|
400
404
|
"from": "components/VSlideGroup",
|
401
405
|
"styles": []
|
402
406
|
},
|
407
|
+
"VSkeletonLoader": {
|
408
|
+
"from": "components/VSkeletonLoader",
|
409
|
+
"styles": []
|
410
|
+
},
|
411
|
+
"VSnackbar": {
|
412
|
+
"from": "components/VSnackbar",
|
413
|
+
"styles": []
|
414
|
+
},
|
415
|
+
"VSwitch": {
|
416
|
+
"from": "components/VSwitch",
|
417
|
+
"styles": []
|
418
|
+
},
|
419
|
+
"VTab": {
|
420
|
+
"from": "components/VTabs",
|
421
|
+
"styles": []
|
422
|
+
},
|
423
|
+
"VTabs": {
|
424
|
+
"from": "components/VTabs",
|
425
|
+
"styles": []
|
426
|
+
},
|
427
|
+
"VTabsWindow": {
|
428
|
+
"from": "components/VTabs",
|
429
|
+
"styles": []
|
430
|
+
},
|
431
|
+
"VTabsWindowItem": {
|
432
|
+
"from": "components/VTabs",
|
433
|
+
"styles": []
|
434
|
+
},
|
435
|
+
"VTextField": {
|
436
|
+
"from": "components/VTextField",
|
437
|
+
"styles": []
|
438
|
+
},
|
403
439
|
"VStepper": {
|
404
440
|
"from": "components/VStepper",
|
405
441
|
"styles": []
|
@@ -424,16 +460,20 @@
|
|
424
460
|
"from": "components/VStepper",
|
425
461
|
"styles": []
|
426
462
|
},
|
427
|
-
"
|
428
|
-
"from": "components/
|
463
|
+
"VTable": {
|
464
|
+
"from": "components/VTable",
|
429
465
|
"styles": []
|
430
466
|
},
|
431
|
-
"
|
432
|
-
"from": "components/
|
467
|
+
"VTimeline": {
|
468
|
+
"from": "components/VTimeline",
|
433
469
|
"styles": []
|
434
470
|
},
|
435
|
-
"
|
436
|
-
"from": "components/
|
471
|
+
"VTimelineItem": {
|
472
|
+
"from": "components/VTimeline",
|
473
|
+
"styles": []
|
474
|
+
},
|
475
|
+
"VSystemBar": {
|
476
|
+
"from": "components/VSystemBar",
|
437
477
|
"styles": []
|
438
478
|
},
|
439
479
|
"VTimePicker": {
|
@@ -448,40 +488,20 @@
|
|
448
488
|
"from": "components/VTimePicker",
|
449
489
|
"styles": []
|
450
490
|
},
|
451
|
-
"
|
452
|
-
"from": "components/
|
453
|
-
"styles": []
|
454
|
-
},
|
455
|
-
"VTab": {
|
456
|
-
"from": "components/VTabs",
|
457
|
-
"styles": []
|
458
|
-
},
|
459
|
-
"VTabs": {
|
460
|
-
"from": "components/VTabs",
|
461
|
-
"styles": []
|
462
|
-
},
|
463
|
-
"VTabsWindow": {
|
464
|
-
"from": "components/VTabs",
|
491
|
+
"VWindow": {
|
492
|
+
"from": "components/VWindow",
|
465
493
|
"styles": []
|
466
494
|
},
|
467
|
-
"
|
468
|
-
"from": "components/
|
495
|
+
"VWindowItem": {
|
496
|
+
"from": "components/VWindow",
|
469
497
|
"styles": []
|
470
498
|
},
|
471
499
|
"VTextarea": {
|
472
500
|
"from": "components/VTextarea",
|
473
501
|
"styles": []
|
474
502
|
},
|
475
|
-
"
|
476
|
-
"from": "components/
|
477
|
-
"styles": []
|
478
|
-
},
|
479
|
-
"VTimeline": {
|
480
|
-
"from": "components/VTimeline",
|
481
|
-
"styles": []
|
482
|
-
},
|
483
|
-
"VTimelineItem": {
|
484
|
-
"from": "components/VTimeline",
|
503
|
+
"VTooltip": {
|
504
|
+
"from": "components/VTooltip",
|
485
505
|
"styles": []
|
486
506
|
},
|
487
507
|
"VToolbar": {
|
@@ -496,10 +516,6 @@
|
|
496
516
|
"from": "components/VToolbar",
|
497
517
|
"styles": []
|
498
518
|
},
|
499
|
-
"VTooltip": {
|
500
|
-
"from": "components/VTooltip",
|
501
|
-
"styles": []
|
502
|
-
},
|
503
519
|
"VTreeview": {
|
504
520
|
"from": "components/VTreeview",
|
505
521
|
"styles": []
|
@@ -512,14 +528,6 @@
|
|
512
528
|
"from": "components/VTreeview",
|
513
529
|
"styles": []
|
514
530
|
},
|
515
|
-
"VWindow": {
|
516
|
-
"from": "components/VWindow",
|
517
|
-
"styles": []
|
518
|
-
},
|
519
|
-
"VWindowItem": {
|
520
|
-
"from": "components/VWindow",
|
521
|
-
"styles": []
|
522
|
-
},
|
523
531
|
"VConfirmEdit": {
|
524
532
|
"from": "components/VConfirmEdit",
|
525
533
|
"styles": []
|
@@ -532,6 +540,10 @@
|
|
532
540
|
"from": "components/VDefaultsProvider",
|
533
541
|
"styles": []
|
534
542
|
},
|
543
|
+
"VForm": {
|
544
|
+
"from": "components/VForm",
|
545
|
+
"styles": []
|
546
|
+
},
|
535
547
|
"VContainer": {
|
536
548
|
"from": "components/VGrid",
|
537
549
|
"styles": []
|
@@ -548,8 +560,8 @@
|
|
548
560
|
"from": "components/VGrid",
|
549
561
|
"styles": []
|
550
562
|
},
|
551
|
-
"
|
552
|
-
"from": "components/
|
563
|
+
"VHover": {
|
564
|
+
"from": "components/VHover",
|
553
565
|
"styles": []
|
554
566
|
},
|
555
567
|
"VLayout": {
|
@@ -560,10 +572,6 @@
|
|
560
572
|
"from": "components/VLayout",
|
561
573
|
"styles": []
|
562
574
|
},
|
563
|
-
"VHover": {
|
564
|
-
"from": "components/VHover",
|
565
|
-
"styles": []
|
566
|
-
},
|
567
575
|
"VLazy": {
|
568
576
|
"from": "components/VLazy",
|
569
577
|
"styles": []
|
@@ -576,46 +584,46 @@
|
|
576
584
|
"from": "components/VNoSsr",
|
577
585
|
"styles": []
|
578
586
|
},
|
579
|
-
"
|
580
|
-
"from": "components/
|
587
|
+
"VParallax": {
|
588
|
+
"from": "components/VParallax",
|
581
589
|
"styles": []
|
582
590
|
},
|
583
591
|
"VRangeSlider": {
|
584
592
|
"from": "components/VRangeSlider",
|
585
593
|
"styles": []
|
586
594
|
},
|
587
|
-
"
|
588
|
-
"from": "components/
|
595
|
+
"VRadio": {
|
596
|
+
"from": "components/VRadio",
|
589
597
|
"styles": []
|
590
598
|
},
|
591
599
|
"VSparkline": {
|
592
600
|
"from": "components/VSparkline",
|
593
601
|
"styles": []
|
594
602
|
},
|
595
|
-
"VResponsive": {
|
596
|
-
"from": "components/VResponsive",
|
597
|
-
"styles": []
|
598
|
-
},
|
599
603
|
"VSnackbarQueue": {
|
600
604
|
"from": "components/VSnackbarQueue",
|
601
605
|
"styles": []
|
602
606
|
},
|
603
|
-
"VThemeProvider": {
|
604
|
-
"from": "components/VThemeProvider",
|
605
|
-
"styles": []
|
606
|
-
},
|
607
607
|
"VSpeedDial": {
|
608
608
|
"from": "components/VSpeedDial",
|
609
609
|
"styles": []
|
610
610
|
},
|
611
|
-
"
|
612
|
-
"from": "components/
|
611
|
+
"VResponsive": {
|
612
|
+
"from": "components/VResponsive",
|
613
|
+
"styles": []
|
614
|
+
},
|
615
|
+
"VThemeProvider": {
|
616
|
+
"from": "components/VThemeProvider",
|
613
617
|
"styles": []
|
614
618
|
},
|
615
619
|
"VVirtualScroll": {
|
616
620
|
"from": "components/VVirtualScroll",
|
617
621
|
"styles": []
|
618
622
|
},
|
623
|
+
"VValidation": {
|
624
|
+
"from": "components/VValidation",
|
625
|
+
"styles": []
|
626
|
+
},
|
619
627
|
"VFabTransition": {
|
620
628
|
"from": "components/transitions",
|
621
629
|
"styles": []
|
@@ -679,14 +687,6 @@
|
|
679
687
|
"VDialogTransition": {
|
680
688
|
"from": "components/transitions",
|
681
689
|
"styles": []
|
682
|
-
},
|
683
|
-
"VProgressLinear": {
|
684
|
-
"from": "components/VProgressLinear",
|
685
|
-
"styles": []
|
686
|
-
},
|
687
|
-
"VFooter": {
|
688
|
-
"from": "components/VFooter",
|
689
|
-
"styles": []
|
690
690
|
}
|
691
691
|
},
|
692
692
|
"directives": [
|