@vuetify/nightly 3.11.4-dev.2025-12-21 → 3.11.4-dev.2025-12-22
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 +25 -3
- package/dist/json/attributes.json +1109 -1109
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +196 -196
- package/dist/json/web-types.json +2247 -2247
- package/dist/vuetify-labs.cjs +40 -15
- package/dist/vuetify-labs.css +4805 -4809
- package/dist/vuetify-labs.d.ts +83 -70
- package/dist/vuetify-labs.esm.js +40 -15
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +40 -15
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +35 -11
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3454 -3458
- package/dist/vuetify.d.ts +83 -70
- package/dist/vuetify.esm.js +35 -11
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +35 -11
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +17 -17
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.js +1 -1
- package/lib/components/VDataTable/VDataTableRows.js.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.js +5 -2
- package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
- package/lib/components/VDataTable/types.d.ts +1 -0
- package/lib/components/VDataTable/types.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.js +7 -3
- package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
- package/lib/components/VGrid/VContainer.css +34 -0
- package/lib/components/VGrid/VContainer.js +1 -1
- package/lib/components/VGrid/VContainer.js.map +1 -1
- package/lib/components/VGrid/VContainer.sass +15 -0
- package/lib/components/VGrid/VGrid.css +0 -39
- package/lib/components/VGrid/VGrid.sass +0 -15
- package/lib/components/VGrid/VSpacer.css +3 -0
- package/lib/components/VGrid/VSpacer.js +1 -1
- package/lib/components/VGrid/VSpacer.js.map +1 -1
- package/lib/components/VGrid/VSpacer.sass +5 -0
- package/lib/components/VList/VListItem.d.ts +3 -0
- package/lib/components/VNumberInput/VNumberInput.js +1 -1
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewChildren.js +2 -2
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewItem.d.ts +9 -0
- package/lib/composables/nested/nested.d.ts +3 -0
- package/lib/composables/nested/nested.js +17 -0
- package/lib/composables/nested/nested.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +71 -70
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.js +5 -4
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/styles/settings/_variables.scss +11 -0
- package/lib/styles/utilities/_display.sass +2 -1
- package/lib/styles/utilities/_elevation.scss +2 -1
- package/lib/styles/utilities/_pointer-events.sass +2 -1
- package/lib/styles/utilities/_screenreaders.sass +2 -1
- package/package.json +1 -1
package/dist/json/importMap.json
CHANGED
|
@@ -1,41 +1,37 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"
|
|
4
|
-
"from": "components/
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
|
-
"VAppBarNavIcon": {
|
|
8
|
-
"from": "components/VAppBar",
|
|
3
|
+
"VAlert": {
|
|
4
|
+
"from": "components/VAlert",
|
|
9
5
|
"styles": []
|
|
10
6
|
},
|
|
11
|
-
"
|
|
12
|
-
"from": "components/
|
|
7
|
+
"VAlertTitle": {
|
|
8
|
+
"from": "components/VAlert",
|
|
13
9
|
"styles": []
|
|
14
10
|
},
|
|
15
11
|
"VApp": {
|
|
16
12
|
"from": "components/VApp",
|
|
17
13
|
"styles": []
|
|
18
14
|
},
|
|
19
|
-
"
|
|
20
|
-
"from": "components/
|
|
21
|
-
"styles": []
|
|
22
|
-
},
|
|
23
|
-
"VAlertTitle": {
|
|
24
|
-
"from": "components/VAlert",
|
|
15
|
+
"VAppBar": {
|
|
16
|
+
"from": "components/VAppBar",
|
|
25
17
|
"styles": []
|
|
26
18
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "components/
|
|
19
|
+
"VAppBarNavIcon": {
|
|
20
|
+
"from": "components/VAppBar",
|
|
29
21
|
"styles": []
|
|
30
22
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "components/
|
|
23
|
+
"VAppBarTitle": {
|
|
24
|
+
"from": "components/VAppBar",
|
|
33
25
|
"styles": []
|
|
34
26
|
},
|
|
35
27
|
"VAvatar": {
|
|
36
28
|
"from": "components/VAvatar",
|
|
37
29
|
"styles": []
|
|
38
30
|
},
|
|
31
|
+
"VAutocomplete": {
|
|
32
|
+
"from": "components/VAutocomplete",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
39
35
|
"VBottomSheet": {
|
|
40
36
|
"from": "components/VBottomSheet",
|
|
41
37
|
"styles": []
|
|
@@ -52,28 +48,12 @@
|
|
|
52
48
|
"from": "components/VBanner",
|
|
53
49
|
"styles": []
|
|
54
50
|
},
|
|
55
|
-
"VBreadcrumbs": {
|
|
56
|
-
"from": "components/VBreadcrumbs",
|
|
57
|
-
"styles": []
|
|
58
|
-
},
|
|
59
|
-
"VBreadcrumbsItem": {
|
|
60
|
-
"from": "components/VBreadcrumbs",
|
|
61
|
-
"styles": []
|
|
62
|
-
},
|
|
63
|
-
"VBreadcrumbsDivider": {
|
|
64
|
-
"from": "components/VBreadcrumbs",
|
|
65
|
-
"styles": []
|
|
66
|
-
},
|
|
67
51
|
"VBtn": {
|
|
68
52
|
"from": "components/VBtn",
|
|
69
53
|
"styles": []
|
|
70
54
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "components/
|
|
73
|
-
"styles": []
|
|
74
|
-
},
|
|
75
|
-
"VBottomNavigation": {
|
|
76
|
-
"from": "components/VBottomNavigation",
|
|
55
|
+
"VBadge": {
|
|
56
|
+
"from": "components/VBadge",
|
|
77
57
|
"styles": []
|
|
78
58
|
},
|
|
79
59
|
"VCard": {
|
|
@@ -100,36 +80,36 @@
|
|
|
100
80
|
"from": "components/VCard",
|
|
101
81
|
"styles": []
|
|
102
82
|
},
|
|
103
|
-
"
|
|
104
|
-
"from": "components/
|
|
83
|
+
"VBtnGroup": {
|
|
84
|
+
"from": "components/VBtnGroup",
|
|
105
85
|
"styles": []
|
|
106
86
|
},
|
|
107
|
-
"
|
|
108
|
-
"from": "components/
|
|
87
|
+
"VBottomNavigation": {
|
|
88
|
+
"from": "components/VBottomNavigation",
|
|
109
89
|
"styles": []
|
|
110
90
|
},
|
|
111
|
-
"
|
|
112
|
-
"from": "components/
|
|
91
|
+
"VBreadcrumbs": {
|
|
92
|
+
"from": "components/VBreadcrumbs",
|
|
113
93
|
"styles": []
|
|
114
94
|
},
|
|
115
|
-
"
|
|
116
|
-
"from": "components/
|
|
95
|
+
"VBreadcrumbsItem": {
|
|
96
|
+
"from": "components/VBreadcrumbs",
|
|
117
97
|
"styles": []
|
|
118
98
|
},
|
|
119
|
-
"
|
|
120
|
-
"from": "components/
|
|
99
|
+
"VBreadcrumbsDivider": {
|
|
100
|
+
"from": "components/VBreadcrumbs",
|
|
121
101
|
"styles": []
|
|
122
102
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
103
|
+
"VBtnToggle": {
|
|
104
|
+
"from": "components/VBtnToggle",
|
|
125
105
|
"styles": []
|
|
126
106
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
107
|
+
"VChip": {
|
|
108
|
+
"from": "components/VChip",
|
|
129
109
|
"styles": []
|
|
130
110
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
111
|
+
"VCalendar": {
|
|
112
|
+
"from": "components/VCalendar",
|
|
133
113
|
"styles": []
|
|
134
114
|
},
|
|
135
115
|
"VCode": {
|
|
@@ -140,48 +120,32 @@
|
|
|
140
120
|
"from": "components/VChipGroup",
|
|
141
121
|
"styles": []
|
|
142
122
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
145
|
-
"styles": []
|
|
146
|
-
},
|
|
147
|
-
"VCounter": {
|
|
148
|
-
"from": "components/VCounter",
|
|
149
|
-
"styles": []
|
|
150
|
-
},
|
|
151
|
-
"VEmptyState": {
|
|
152
|
-
"from": "components/VEmptyState",
|
|
153
|
-
"styles": []
|
|
154
|
-
},
|
|
155
|
-
"VDataTable": {
|
|
156
|
-
"from": "components/VDataTable",
|
|
157
|
-
"styles": []
|
|
158
|
-
},
|
|
159
|
-
"VDataTableHeaders": {
|
|
160
|
-
"from": "components/VDataTable",
|
|
123
|
+
"VCarousel": {
|
|
124
|
+
"from": "components/VCarousel",
|
|
161
125
|
"styles": []
|
|
162
126
|
},
|
|
163
|
-
"
|
|
164
|
-
"from": "components/
|
|
127
|
+
"VCarouselItem": {
|
|
128
|
+
"from": "components/VCarousel",
|
|
165
129
|
"styles": []
|
|
166
130
|
},
|
|
167
|
-
"
|
|
168
|
-
"from": "components/
|
|
131
|
+
"VCounter": {
|
|
132
|
+
"from": "components/VCounter",
|
|
169
133
|
"styles": []
|
|
170
134
|
},
|
|
171
|
-
"
|
|
172
|
-
"from": "components/
|
|
135
|
+
"VCombobox": {
|
|
136
|
+
"from": "components/VCombobox",
|
|
173
137
|
"styles": []
|
|
174
138
|
},
|
|
175
|
-
"
|
|
176
|
-
"from": "components/
|
|
139
|
+
"VColorPicker": {
|
|
140
|
+
"from": "components/VColorPicker",
|
|
177
141
|
"styles": []
|
|
178
142
|
},
|
|
179
|
-
"
|
|
180
|
-
"from": "components/
|
|
143
|
+
"VCheckbox": {
|
|
144
|
+
"from": "components/VCheckbox",
|
|
181
145
|
"styles": []
|
|
182
146
|
},
|
|
183
|
-
"
|
|
184
|
-
"from": "components/
|
|
147
|
+
"VCheckboxBtn": {
|
|
148
|
+
"from": "components/VCheckbox",
|
|
185
149
|
"styles": []
|
|
186
150
|
},
|
|
187
151
|
"VDatePicker": {
|
|
@@ -208,14 +172,6 @@
|
|
|
208
172
|
"from": "components/VDatePicker",
|
|
209
173
|
"styles": []
|
|
210
174
|
},
|
|
211
|
-
"VDivider": {
|
|
212
|
-
"from": "components/VDivider",
|
|
213
|
-
"styles": []
|
|
214
|
-
},
|
|
215
|
-
"VFab": {
|
|
216
|
-
"from": "components/VFab",
|
|
217
|
-
"styles": []
|
|
218
|
-
},
|
|
219
175
|
"VExpansionPanels": {
|
|
220
176
|
"from": "components/VExpansionPanel",
|
|
221
177
|
"styles": []
|
|
@@ -232,44 +188,68 @@
|
|
|
232
188
|
"from": "components/VExpansionPanel",
|
|
233
189
|
"styles": []
|
|
234
190
|
},
|
|
235
|
-
"
|
|
236
|
-
"from": "components/
|
|
191
|
+
"VDivider": {
|
|
192
|
+
"from": "components/VDivider",
|
|
237
193
|
"styles": []
|
|
238
194
|
},
|
|
239
|
-
"
|
|
240
|
-
"from": "components/
|
|
195
|
+
"VDataTable": {
|
|
196
|
+
"from": "components/VDataTable",
|
|
241
197
|
"styles": []
|
|
242
198
|
},
|
|
243
|
-
"
|
|
244
|
-
"from": "components/
|
|
199
|
+
"VDataTableHeaders": {
|
|
200
|
+
"from": "components/VDataTable",
|
|
245
201
|
"styles": []
|
|
246
202
|
},
|
|
247
|
-
"
|
|
248
|
-
"from": "components/
|
|
203
|
+
"VDataTableFooter": {
|
|
204
|
+
"from": "components/VDataTable",
|
|
249
205
|
"styles": []
|
|
250
206
|
},
|
|
251
|
-
"
|
|
252
|
-
"from": "components/
|
|
207
|
+
"VDataTableRows": {
|
|
208
|
+
"from": "components/VDataTable",
|
|
253
209
|
"styles": []
|
|
254
210
|
},
|
|
255
|
-
"
|
|
256
|
-
"from": "components/
|
|
211
|
+
"VDataTableRow": {
|
|
212
|
+
"from": "components/VDataTable",
|
|
257
213
|
"styles": []
|
|
258
214
|
},
|
|
259
|
-
"
|
|
260
|
-
"from": "components/
|
|
215
|
+
"VDataTableVirtual": {
|
|
216
|
+
"from": "components/VDataTable",
|
|
261
217
|
"styles": []
|
|
262
218
|
},
|
|
263
|
-
"
|
|
264
|
-
"from": "components/
|
|
219
|
+
"VDataTableServer": {
|
|
220
|
+
"from": "components/VDataTable",
|
|
265
221
|
"styles": []
|
|
266
222
|
},
|
|
267
|
-
"
|
|
268
|
-
"from": "components/
|
|
223
|
+
"VDialog": {
|
|
224
|
+
"from": "components/VDialog",
|
|
269
225
|
"styles": []
|
|
270
226
|
},
|
|
271
|
-
"
|
|
272
|
-
"from": "components/
|
|
227
|
+
"VFab": {
|
|
228
|
+
"from": "components/VFab",
|
|
229
|
+
"styles": []
|
|
230
|
+
},
|
|
231
|
+
"VEmptyState": {
|
|
232
|
+
"from": "components/VEmptyState",
|
|
233
|
+
"styles": []
|
|
234
|
+
},
|
|
235
|
+
"VFileInput": {
|
|
236
|
+
"from": "components/VFileInput",
|
|
237
|
+
"styles": []
|
|
238
|
+
},
|
|
239
|
+
"VFooter": {
|
|
240
|
+
"from": "components/VFooter",
|
|
241
|
+
"styles": []
|
|
242
|
+
},
|
|
243
|
+
"VField": {
|
|
244
|
+
"from": "components/VField",
|
|
245
|
+
"styles": []
|
|
246
|
+
},
|
|
247
|
+
"VFieldLabel": {
|
|
248
|
+
"from": "components/VField",
|
|
249
|
+
"styles": []
|
|
250
|
+
},
|
|
251
|
+
"VHotkey": {
|
|
252
|
+
"from": "components/VHotkey",
|
|
273
253
|
"styles": []
|
|
274
254
|
},
|
|
275
255
|
"VIcon": {
|
|
@@ -292,6 +272,18 @@
|
|
|
292
272
|
"from": "components/VIcon",
|
|
293
273
|
"styles": []
|
|
294
274
|
},
|
|
275
|
+
"VImg": {
|
|
276
|
+
"from": "components/VImg",
|
|
277
|
+
"styles": []
|
|
278
|
+
},
|
|
279
|
+
"VInfiniteScroll": {
|
|
280
|
+
"from": "components/VInfiniteScroll",
|
|
281
|
+
"styles": []
|
|
282
|
+
},
|
|
283
|
+
"VLabel": {
|
|
284
|
+
"from": "components/VLabel",
|
|
285
|
+
"styles": []
|
|
286
|
+
},
|
|
295
287
|
"VItemGroup": {
|
|
296
288
|
"from": "components/VItemGroup",
|
|
297
289
|
"styles": []
|
|
@@ -300,6 +292,18 @@
|
|
|
300
292
|
"from": "components/VItemGroup",
|
|
301
293
|
"styles": []
|
|
302
294
|
},
|
|
295
|
+
"VInput": {
|
|
296
|
+
"from": "components/VInput",
|
|
297
|
+
"styles": []
|
|
298
|
+
},
|
|
299
|
+
"VKbd": {
|
|
300
|
+
"from": "components/VKbd",
|
|
301
|
+
"styles": []
|
|
302
|
+
},
|
|
303
|
+
"VMain": {
|
|
304
|
+
"from": "components/VMain",
|
|
305
|
+
"styles": []
|
|
306
|
+
},
|
|
303
307
|
"VList": {
|
|
304
308
|
"from": "components/VList",
|
|
305
309
|
"styles": []
|
|
@@ -336,22 +340,10 @@
|
|
|
336
340
|
"from": "components/VList",
|
|
337
341
|
"styles": []
|
|
338
342
|
},
|
|
339
|
-
"VNavigationDrawer": {
|
|
340
|
-
"from": "components/VNavigationDrawer",
|
|
341
|
-
"styles": []
|
|
342
|
-
},
|
|
343
|
-
"VOtpInput": {
|
|
344
|
-
"from": "components/VOtpInput",
|
|
345
|
-
"styles": []
|
|
346
|
-
},
|
|
347
343
|
"VNumberInput": {
|
|
348
344
|
"from": "components/VNumberInput",
|
|
349
345
|
"styles": []
|
|
350
346
|
},
|
|
351
|
-
"VMain": {
|
|
352
|
-
"from": "components/VMain",
|
|
353
|
-
"styles": []
|
|
354
|
-
},
|
|
355
347
|
"VMessages": {
|
|
356
348
|
"from": "components/VMessages",
|
|
357
349
|
"styles": []
|
|
@@ -360,12 +352,8 @@
|
|
|
360
352
|
"from": "components/VMenu",
|
|
361
353
|
"styles": []
|
|
362
354
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
365
|
-
"styles": []
|
|
366
|
-
},
|
|
367
|
-
"VProgressCircular": {
|
|
368
|
-
"from": "components/VProgressCircular",
|
|
355
|
+
"VOtpInput": {
|
|
356
|
+
"from": "components/VOtpInput",
|
|
369
357
|
"styles": []
|
|
370
358
|
},
|
|
371
359
|
"VPagination": {
|
|
@@ -376,32 +364,40 @@
|
|
|
376
364
|
"from": "components/VRadioGroup",
|
|
377
365
|
"styles": []
|
|
378
366
|
},
|
|
379
|
-
"
|
|
380
|
-
"from": "components/
|
|
367
|
+
"VProgressCircular": {
|
|
368
|
+
"from": "components/VProgressCircular",
|
|
381
369
|
"styles": []
|
|
382
370
|
},
|
|
383
|
-
"
|
|
384
|
-
"from": "components/
|
|
371
|
+
"VOverlay": {
|
|
372
|
+
"from": "components/VOverlay",
|
|
385
373
|
"styles": []
|
|
386
374
|
},
|
|
387
|
-
"
|
|
388
|
-
"from": "components/
|
|
375
|
+
"VNavigationDrawer": {
|
|
376
|
+
"from": "components/VNavigationDrawer",
|
|
377
|
+
"styles": []
|
|
378
|
+
},
|
|
379
|
+
"VSelectionControlGroup": {
|
|
380
|
+
"from": "components/VSelectionControlGroup",
|
|
389
381
|
"styles": []
|
|
390
382
|
},
|
|
391
383
|
"VSelect": {
|
|
392
384
|
"from": "components/VSelect",
|
|
393
385
|
"styles": []
|
|
394
386
|
},
|
|
395
|
-
"
|
|
396
|
-
"from": "components/
|
|
387
|
+
"VProgressLinear": {
|
|
388
|
+
"from": "components/VProgressLinear",
|
|
397
389
|
"styles": []
|
|
398
390
|
},
|
|
399
|
-
"
|
|
400
|
-
"from": "components/
|
|
391
|
+
"VSelectionControl": {
|
|
392
|
+
"from": "components/VSelectionControl",
|
|
401
393
|
"styles": []
|
|
402
394
|
},
|
|
403
|
-
"
|
|
404
|
-
"from": "components/
|
|
395
|
+
"VRating": {
|
|
396
|
+
"from": "components/VRating",
|
|
397
|
+
"styles": []
|
|
398
|
+
},
|
|
399
|
+
"VSkeletonLoader": {
|
|
400
|
+
"from": "components/VSkeletonLoader",
|
|
405
401
|
"styles": []
|
|
406
402
|
},
|
|
407
403
|
"VSlideGroup": {
|
|
@@ -412,10 +408,18 @@
|
|
|
412
408
|
"from": "components/VSlideGroup",
|
|
413
409
|
"styles": []
|
|
414
410
|
},
|
|
411
|
+
"VSheet": {
|
|
412
|
+
"from": "components/VSheet",
|
|
413
|
+
"styles": []
|
|
414
|
+
},
|
|
415
415
|
"VSnackbar": {
|
|
416
416
|
"from": "components/VSnackbar",
|
|
417
417
|
"styles": []
|
|
418
418
|
},
|
|
419
|
+
"VSlider": {
|
|
420
|
+
"from": "components/VSlider",
|
|
421
|
+
"styles": []
|
|
422
|
+
},
|
|
419
423
|
"VStepper": {
|
|
420
424
|
"from": "components/VStepper",
|
|
421
425
|
"styles": []
|
|
@@ -440,30 +444,10 @@
|
|
|
440
444
|
"from": "components/VStepper",
|
|
441
445
|
"styles": []
|
|
442
446
|
},
|
|
443
|
-
"VSwitch": {
|
|
444
|
-
"from": "components/VSwitch",
|
|
445
|
-
"styles": []
|
|
446
|
-
},
|
|
447
447
|
"VSystemBar": {
|
|
448
448
|
"from": "components/VSystemBar",
|
|
449
449
|
"styles": []
|
|
450
450
|
},
|
|
451
|
-
"VTable": {
|
|
452
|
-
"from": "components/VTable",
|
|
453
|
-
"styles": []
|
|
454
|
-
},
|
|
455
|
-
"VTextarea": {
|
|
456
|
-
"from": "components/VTextarea",
|
|
457
|
-
"styles": []
|
|
458
|
-
},
|
|
459
|
-
"VTimeline": {
|
|
460
|
-
"from": "components/VTimeline",
|
|
461
|
-
"styles": []
|
|
462
|
-
},
|
|
463
|
-
"VTimelineItem": {
|
|
464
|
-
"from": "components/VTimeline",
|
|
465
|
-
"styles": []
|
|
466
|
-
},
|
|
467
451
|
"VTab": {
|
|
468
452
|
"from": "components/VTabs",
|
|
469
453
|
"styles": []
|
|
@@ -480,20 +464,16 @@
|
|
|
480
464
|
"from": "components/VTabs",
|
|
481
465
|
"styles": []
|
|
482
466
|
},
|
|
483
|
-
"
|
|
484
|
-
"from": "components/
|
|
485
|
-
"styles": []
|
|
486
|
-
},
|
|
487
|
-
"VToolbar": {
|
|
488
|
-
"from": "components/VToolbar",
|
|
467
|
+
"VSwitch": {
|
|
468
|
+
"from": "components/VSwitch",
|
|
489
469
|
"styles": []
|
|
490
470
|
},
|
|
491
|
-
"
|
|
492
|
-
"from": "components/
|
|
471
|
+
"VTable": {
|
|
472
|
+
"from": "components/VTable",
|
|
493
473
|
"styles": []
|
|
494
474
|
},
|
|
495
|
-
"
|
|
496
|
-
"from": "components/
|
|
475
|
+
"VTextarea": {
|
|
476
|
+
"from": "components/VTextarea",
|
|
497
477
|
"styles": []
|
|
498
478
|
},
|
|
499
479
|
"VTimePicker": {
|
|
@@ -508,20 +488,28 @@
|
|
|
508
488
|
"from": "components/VTimePicker",
|
|
509
489
|
"styles": []
|
|
510
490
|
},
|
|
511
|
-
"
|
|
512
|
-
"from": "components/
|
|
491
|
+
"VToolbar": {
|
|
492
|
+
"from": "components/VToolbar",
|
|
513
493
|
"styles": []
|
|
514
494
|
},
|
|
515
|
-
"
|
|
516
|
-
"from": "components/
|
|
495
|
+
"VToolbarTitle": {
|
|
496
|
+
"from": "components/VToolbar",
|
|
517
497
|
"styles": []
|
|
518
498
|
},
|
|
519
|
-
"
|
|
520
|
-
"from": "components/
|
|
499
|
+
"VToolbarItems": {
|
|
500
|
+
"from": "components/VToolbar",
|
|
521
501
|
"styles": []
|
|
522
502
|
},
|
|
523
|
-
"
|
|
524
|
-
"from": "components/
|
|
503
|
+
"VTextField": {
|
|
504
|
+
"from": "components/VTextField",
|
|
505
|
+
"styles": []
|
|
506
|
+
},
|
|
507
|
+
"VTimeline": {
|
|
508
|
+
"from": "components/VTimeline",
|
|
509
|
+
"styles": []
|
|
510
|
+
},
|
|
511
|
+
"VTimelineItem": {
|
|
512
|
+
"from": "components/VTimeline",
|
|
525
513
|
"styles": []
|
|
526
514
|
},
|
|
527
515
|
"VWindow": {
|
|
@@ -532,22 +520,38 @@
|
|
|
532
520
|
"from": "components/VWindow",
|
|
533
521
|
"styles": []
|
|
534
522
|
},
|
|
535
|
-
"
|
|
536
|
-
"from": "components/
|
|
523
|
+
"VTreeview": {
|
|
524
|
+
"from": "components/VTreeview",
|
|
537
525
|
"styles": []
|
|
538
526
|
},
|
|
539
|
-
"
|
|
540
|
-
"from": "components/
|
|
527
|
+
"VTreeviewItem": {
|
|
528
|
+
"from": "components/VTreeview",
|
|
529
|
+
"styles": []
|
|
530
|
+
},
|
|
531
|
+
"VTreeviewGroup": {
|
|
532
|
+
"from": "components/VTreeview",
|
|
533
|
+
"styles": []
|
|
534
|
+
},
|
|
535
|
+
"VTooltip": {
|
|
536
|
+
"from": "components/VTooltip",
|
|
541
537
|
"styles": []
|
|
542
538
|
},
|
|
543
539
|
"VDataIterator": {
|
|
544
540
|
"from": "components/VDataIterator",
|
|
545
541
|
"styles": []
|
|
546
542
|
},
|
|
543
|
+
"VConfirmEdit": {
|
|
544
|
+
"from": "components/VConfirmEdit",
|
|
545
|
+
"styles": []
|
|
546
|
+
},
|
|
547
547
|
"VDefaultsProvider": {
|
|
548
548
|
"from": "components/VDefaultsProvider",
|
|
549
549
|
"styles": []
|
|
550
550
|
},
|
|
551
|
+
"VHover": {
|
|
552
|
+
"from": "components/VHover",
|
|
553
|
+
"styles": []
|
|
554
|
+
},
|
|
551
555
|
"VForm": {
|
|
552
556
|
"from": "components/VForm",
|
|
553
557
|
"styles": []
|
|
@@ -568,8 +572,8 @@
|
|
|
568
572
|
"from": "components/VGrid",
|
|
569
573
|
"styles": []
|
|
570
574
|
},
|
|
571
|
-
"
|
|
572
|
-
"from": "components/
|
|
575
|
+
"VLazy": {
|
|
576
|
+
"from": "components/VLazy",
|
|
573
577
|
"styles": []
|
|
574
578
|
},
|
|
575
579
|
"VLayout": {
|
|
@@ -580,10 +584,6 @@
|
|
|
580
584
|
"from": "components/VLayout",
|
|
581
585
|
"styles": []
|
|
582
586
|
},
|
|
583
|
-
"VLazy": {
|
|
584
|
-
"from": "components/VLazy",
|
|
585
|
-
"styles": []
|
|
586
|
-
},
|
|
587
587
|
"VLocaleProvider": {
|
|
588
588
|
"from": "components/VLocaleProvider",
|
|
589
589
|
"styles": []
|
|
@@ -596,14 +596,14 @@
|
|
|
596
596
|
"from": "components/VParallax",
|
|
597
597
|
"styles": []
|
|
598
598
|
},
|
|
599
|
-
"VRangeSlider": {
|
|
600
|
-
"from": "components/VRangeSlider",
|
|
601
|
-
"styles": []
|
|
602
|
-
},
|
|
603
599
|
"VRadio": {
|
|
604
600
|
"from": "components/VRadio",
|
|
605
601
|
"styles": []
|
|
606
602
|
},
|
|
603
|
+
"VRangeSlider": {
|
|
604
|
+
"from": "components/VRangeSlider",
|
|
605
|
+
"styles": []
|
|
606
|
+
},
|
|
607
607
|
"VResponsive": {
|
|
608
608
|
"from": "components/VResponsive",
|
|
609
609
|
"styles": []
|
|
@@ -624,14 +624,14 @@
|
|
|
624
624
|
"from": "components/VThemeProvider",
|
|
625
625
|
"styles": []
|
|
626
626
|
},
|
|
627
|
-
"VVirtualScroll": {
|
|
628
|
-
"from": "components/VVirtualScroll",
|
|
629
|
-
"styles": []
|
|
630
|
-
},
|
|
631
627
|
"VValidation": {
|
|
632
628
|
"from": "components/VValidation",
|
|
633
629
|
"styles": []
|
|
634
630
|
},
|
|
631
|
+
"VVirtualScroll": {
|
|
632
|
+
"from": "components/VVirtualScroll",
|
|
633
|
+
"styles": []
|
|
634
|
+
},
|
|
635
635
|
"VFabTransition": {
|
|
636
636
|
"from": "components/transitions",
|
|
637
637
|
"styles": []
|