@vuetify/nightly 3.10.5-dev.2025-10-09 → 3.10.5-dev.2025-10-10
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 +8 -3
- package/dist/json/attributes.json +3567 -3583
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +186 -186
- package/dist/json/tags.json +0 -4
- package/dist/json/web-types.json +6531 -6567
- package/dist/vuetify-labs.cjs +7 -7
- package/dist/vuetify-labs.css +5353 -5353
- package/dist/vuetify-labs.d.ts +59 -79
- package/dist/vuetify-labs.esm.js +7 -7
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +7 -7
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +3166 -3166
- package/dist/vuetify.d.ts +59 -59
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +59 -59
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.d.ts +0 -40
- package/lib/labs/VColorInput/VColorInput.js +2 -2
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.js +1 -1
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VMaskInput/VMaskInput.js +1 -1
- package/lib/labs/VMaskInput/VMaskInput.js.map +1 -1
- package/package.json +1 -1
|
@@ -4,10 +4,6 @@
|
|
|
4
4
|
"from": "labs/VColorInput",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
-
"VCalendar": {
|
|
8
|
-
"from": "labs/VCalendar",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
7
|
"VFileUpload": {
|
|
12
8
|
"from": "labs/VFileUpload",
|
|
13
9
|
"styles": []
|
|
@@ -16,6 +12,10 @@
|
|
|
16
12
|
"from": "labs/VFileUpload",
|
|
17
13
|
"styles": []
|
|
18
14
|
},
|
|
15
|
+
"VCalendar": {
|
|
16
|
+
"from": "labs/VCalendar",
|
|
17
|
+
"styles": []
|
|
18
|
+
},
|
|
19
19
|
"VPie": {
|
|
20
20
|
"from": "labs/VPie",
|
|
21
21
|
"styles": []
|
|
@@ -52,6 +52,10 @@
|
|
|
52
52
|
"from": "labs/VStepperVertical",
|
|
53
53
|
"styles": []
|
|
54
54
|
},
|
|
55
|
+
"VHotkey": {
|
|
56
|
+
"from": "labs/VHotkey",
|
|
57
|
+
"styles": []
|
|
58
|
+
},
|
|
55
59
|
"VVideo": {
|
|
56
60
|
"from": "labs/VVideo",
|
|
57
61
|
"styles": []
|
|
@@ -64,10 +68,6 @@
|
|
|
64
68
|
"from": "labs/VVideo",
|
|
65
69
|
"styles": []
|
|
66
70
|
},
|
|
67
|
-
"VHotkey": {
|
|
68
|
-
"from": "labs/VHotkey",
|
|
69
|
-
"styles": []
|
|
70
|
-
},
|
|
71
71
|
"VDateInput": {
|
|
72
72
|
"from": "labs/VDateInput",
|
|
73
73
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
|
@@ -4,6 +4,10 @@
|
|
|
4
4
|
"from": "components/VApp",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
+
"VAutocomplete": {
|
|
8
|
+
"from": "components/VAutocomplete",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
7
11
|
"VAppBar": {
|
|
8
12
|
"from": "components/VAppBar",
|
|
9
13
|
"styles": []
|
|
@@ -16,6 +20,10 @@
|
|
|
16
20
|
"from": "components/VAppBar",
|
|
17
21
|
"styles": []
|
|
18
22
|
},
|
|
23
|
+
"VAvatar": {
|
|
24
|
+
"from": "components/VAvatar",
|
|
25
|
+
"styles": []
|
|
26
|
+
},
|
|
19
27
|
"VAlert": {
|
|
20
28
|
"from": "components/VAlert",
|
|
21
29
|
"styles": []
|
|
@@ -24,14 +32,6 @@
|
|
|
24
32
|
"from": "components/VAlert",
|
|
25
33
|
"styles": []
|
|
26
34
|
},
|
|
27
|
-
"VAvatar": {
|
|
28
|
-
"from": "components/VAvatar",
|
|
29
|
-
"styles": []
|
|
30
|
-
},
|
|
31
|
-
"VAutocomplete": {
|
|
32
|
-
"from": "components/VAutocomplete",
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
35
|
"VBanner": {
|
|
36
36
|
"from": "components/VBanner",
|
|
37
37
|
"styles": []
|
|
@@ -48,100 +48,100 @@
|
|
|
48
48
|
"from": "components/VBadge",
|
|
49
49
|
"styles": []
|
|
50
50
|
},
|
|
51
|
+
"VBottomSheet": {
|
|
52
|
+
"from": "components/VBottomSheet",
|
|
53
|
+
"styles": []
|
|
54
|
+
},
|
|
51
55
|
"VBtn": {
|
|
52
56
|
"from": "components/VBtn",
|
|
53
57
|
"styles": []
|
|
54
58
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "components/
|
|
59
|
+
"VCard": {
|
|
60
|
+
"from": "components/VCard",
|
|
57
61
|
"styles": []
|
|
58
62
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "components/
|
|
63
|
+
"VCardActions": {
|
|
64
|
+
"from": "components/VCard",
|
|
61
65
|
"styles": []
|
|
62
66
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "components/
|
|
67
|
+
"VCardItem": {
|
|
68
|
+
"from": "components/VCard",
|
|
65
69
|
"styles": []
|
|
66
70
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "components/
|
|
71
|
+
"VCardSubtitle": {
|
|
72
|
+
"from": "components/VCard",
|
|
69
73
|
"styles": []
|
|
70
74
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "components/
|
|
75
|
+
"VCardText": {
|
|
76
|
+
"from": "components/VCard",
|
|
73
77
|
"styles": []
|
|
74
78
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "components/
|
|
79
|
+
"VCardTitle": {
|
|
80
|
+
"from": "components/VCard",
|
|
77
81
|
"styles": []
|
|
78
82
|
},
|
|
79
|
-
"
|
|
80
|
-
"from": "components/
|
|
83
|
+
"VBottomNavigation": {
|
|
84
|
+
"from": "components/VBottomNavigation",
|
|
81
85
|
"styles": []
|
|
82
86
|
},
|
|
83
|
-
"
|
|
84
|
-
"from": "components/
|
|
87
|
+
"VBreadcrumbs": {
|
|
88
|
+
"from": "components/VBreadcrumbs",
|
|
85
89
|
"styles": []
|
|
86
90
|
},
|
|
87
|
-
"
|
|
88
|
-
"from": "components/
|
|
91
|
+
"VBreadcrumbsItem": {
|
|
92
|
+
"from": "components/VBreadcrumbs",
|
|
89
93
|
"styles": []
|
|
90
94
|
},
|
|
91
|
-
"
|
|
92
|
-
"from": "components/
|
|
95
|
+
"VBreadcrumbsDivider": {
|
|
96
|
+
"from": "components/VBreadcrumbs",
|
|
93
97
|
"styles": []
|
|
94
98
|
},
|
|
95
99
|
"VBtnGroup": {
|
|
96
100
|
"from": "components/VBtnGroup",
|
|
97
101
|
"styles": []
|
|
98
102
|
},
|
|
99
|
-
"
|
|
100
|
-
"from": "components/
|
|
103
|
+
"VBtnToggle": {
|
|
104
|
+
"from": "components/VBtnToggle",
|
|
101
105
|
"styles": []
|
|
102
106
|
},
|
|
103
|
-
"
|
|
104
|
-
"from": "components/
|
|
107
|
+
"VCheckbox": {
|
|
108
|
+
"from": "components/VCheckbox",
|
|
105
109
|
"styles": []
|
|
106
110
|
},
|
|
107
|
-
"
|
|
108
|
-
"from": "components/
|
|
111
|
+
"VCheckboxBtn": {
|
|
112
|
+
"from": "components/VCheckbox",
|
|
109
113
|
"styles": []
|
|
110
114
|
},
|
|
111
|
-
"
|
|
112
|
-
"from": "components/
|
|
115
|
+
"VChipGroup": {
|
|
116
|
+
"from": "components/VChipGroup",
|
|
113
117
|
"styles": []
|
|
114
118
|
},
|
|
115
|
-
"
|
|
116
|
-
"from": "components/
|
|
119
|
+
"VChip": {
|
|
120
|
+
"from": "components/VChip",
|
|
117
121
|
"styles": []
|
|
118
122
|
},
|
|
119
|
-
"
|
|
120
|
-
"from": "components/
|
|
123
|
+
"VColorPicker": {
|
|
124
|
+
"from": "components/VColorPicker",
|
|
121
125
|
"styles": []
|
|
122
126
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
127
|
+
"VCarousel": {
|
|
128
|
+
"from": "components/VCarousel",
|
|
125
129
|
"styles": []
|
|
126
130
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
131
|
+
"VCarouselItem": {
|
|
132
|
+
"from": "components/VCarousel",
|
|
129
133
|
"styles": []
|
|
130
134
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
135
|
+
"VCounter": {
|
|
136
|
+
"from": "components/VCounter",
|
|
133
137
|
"styles": []
|
|
134
138
|
},
|
|
135
139
|
"VCombobox": {
|
|
136
140
|
"from": "components/VCombobox",
|
|
137
141
|
"styles": []
|
|
138
142
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
141
|
-
"styles": []
|
|
142
|
-
},
|
|
143
|
-
"VCounter": {
|
|
144
|
-
"from": "components/VCounter",
|
|
143
|
+
"VCode": {
|
|
144
|
+
"from": "components/VCode",
|
|
145
145
|
"styles": []
|
|
146
146
|
},
|
|
147
147
|
"VDataTable": {
|
|
@@ -172,14 +172,6 @@
|
|
|
172
172
|
"from": "components/VDataTable",
|
|
173
173
|
"styles": []
|
|
174
174
|
},
|
|
175
|
-
"VDivider": {
|
|
176
|
-
"from": "components/VDivider",
|
|
177
|
-
"styles": []
|
|
178
|
-
},
|
|
179
|
-
"VDialog": {
|
|
180
|
-
"from": "components/VDialog",
|
|
181
|
-
"styles": []
|
|
182
|
-
},
|
|
183
175
|
"VDatePicker": {
|
|
184
176
|
"from": "components/VDatePicker",
|
|
185
177
|
"styles": []
|
|
@@ -204,16 +196,12 @@
|
|
|
204
196
|
"from": "components/VDatePicker",
|
|
205
197
|
"styles": []
|
|
206
198
|
},
|
|
207
|
-
"VFileInput": {
|
|
208
|
-
"from": "components/VFileInput",
|
|
209
|
-
"styles": []
|
|
210
|
-
},
|
|
211
199
|
"VEmptyState": {
|
|
212
200
|
"from": "components/VEmptyState",
|
|
213
201
|
"styles": []
|
|
214
202
|
},
|
|
215
|
-
"
|
|
216
|
-
"from": "components/
|
|
203
|
+
"VFileInput": {
|
|
204
|
+
"from": "components/VFileInput",
|
|
217
205
|
"styles": []
|
|
218
206
|
},
|
|
219
207
|
"VExpansionPanels": {
|
|
@@ -232,6 +220,26 @@
|
|
|
232
220
|
"from": "components/VExpansionPanel",
|
|
233
221
|
"styles": []
|
|
234
222
|
},
|
|
223
|
+
"VDialog": {
|
|
224
|
+
"from": "components/VDialog",
|
|
225
|
+
"styles": []
|
|
226
|
+
},
|
|
227
|
+
"VFab": {
|
|
228
|
+
"from": "components/VFab",
|
|
229
|
+
"styles": []
|
|
230
|
+
},
|
|
231
|
+
"VDivider": {
|
|
232
|
+
"from": "components/VDivider",
|
|
233
|
+
"styles": []
|
|
234
|
+
},
|
|
235
|
+
"VFooter": {
|
|
236
|
+
"from": "components/VFooter",
|
|
237
|
+
"styles": []
|
|
238
|
+
},
|
|
239
|
+
"VImg": {
|
|
240
|
+
"from": "components/VImg",
|
|
241
|
+
"styles": []
|
|
242
|
+
},
|
|
235
243
|
"VField": {
|
|
236
244
|
"from": "components/VField",
|
|
237
245
|
"styles": []
|
|
@@ -240,8 +248,8 @@
|
|
|
240
248
|
"from": "components/VField",
|
|
241
249
|
"styles": []
|
|
242
250
|
},
|
|
243
|
-
"
|
|
244
|
-
"from": "components/
|
|
251
|
+
"VInfiniteScroll": {
|
|
252
|
+
"from": "components/VInfiniteScroll",
|
|
245
253
|
"styles": []
|
|
246
254
|
},
|
|
247
255
|
"VIcon": {
|
|
@@ -264,34 +272,6 @@
|
|
|
264
272
|
"from": "components/VIcon",
|
|
265
273
|
"styles": []
|
|
266
274
|
},
|
|
267
|
-
"VFooter": {
|
|
268
|
-
"from": "components/VFooter",
|
|
269
|
-
"styles": []
|
|
270
|
-
},
|
|
271
|
-
"VInfiniteScroll": {
|
|
272
|
-
"from": "components/VInfiniteScroll",
|
|
273
|
-
"styles": []
|
|
274
|
-
},
|
|
275
|
-
"VItemGroup": {
|
|
276
|
-
"from": "components/VItemGroup",
|
|
277
|
-
"styles": []
|
|
278
|
-
},
|
|
279
|
-
"VItem": {
|
|
280
|
-
"from": "components/VItemGroup",
|
|
281
|
-
"styles": []
|
|
282
|
-
},
|
|
283
|
-
"VKbd": {
|
|
284
|
-
"from": "components/VKbd",
|
|
285
|
-
"styles": []
|
|
286
|
-
},
|
|
287
|
-
"VImg": {
|
|
288
|
-
"from": "components/VImg",
|
|
289
|
-
"styles": []
|
|
290
|
-
},
|
|
291
|
-
"VLabel": {
|
|
292
|
-
"from": "components/VLabel",
|
|
293
|
-
"styles": []
|
|
294
|
-
},
|
|
295
275
|
"VList": {
|
|
296
276
|
"from": "components/VList",
|
|
297
277
|
"styles": []
|
|
@@ -328,88 +308,104 @@
|
|
|
328
308
|
"from": "components/VList",
|
|
329
309
|
"styles": []
|
|
330
310
|
},
|
|
331
|
-
"
|
|
332
|
-
"from": "components/
|
|
311
|
+
"VInput": {
|
|
312
|
+
"from": "components/VInput",
|
|
333
313
|
"styles": []
|
|
334
314
|
},
|
|
335
|
-
"
|
|
336
|
-
"from": "components/
|
|
315
|
+
"VKbd": {
|
|
316
|
+
"from": "components/VKbd",
|
|
337
317
|
"styles": []
|
|
338
318
|
},
|
|
339
|
-
"
|
|
340
|
-
"from": "components/
|
|
319
|
+
"VItemGroup": {
|
|
320
|
+
"from": "components/VItemGroup",
|
|
341
321
|
"styles": []
|
|
342
322
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
323
|
+
"VItem": {
|
|
324
|
+
"from": "components/VItemGroup",
|
|
325
|
+
"styles": []
|
|
326
|
+
},
|
|
327
|
+
"VLabel": {
|
|
328
|
+
"from": "components/VLabel",
|
|
329
|
+
"styles": []
|
|
330
|
+
},
|
|
331
|
+
"VNavigationDrawer": {
|
|
332
|
+
"from": "components/VNavigationDrawer",
|
|
345
333
|
"styles": []
|
|
346
334
|
},
|
|
347
335
|
"VOtpInput": {
|
|
348
336
|
"from": "components/VOtpInput",
|
|
349
337
|
"styles": []
|
|
350
338
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
339
|
+
"VMenu": {
|
|
340
|
+
"from": "components/VMenu",
|
|
353
341
|
"styles": []
|
|
354
342
|
},
|
|
355
|
-
"
|
|
356
|
-
"from": "components/
|
|
343
|
+
"VMessages": {
|
|
344
|
+
"from": "components/VMessages",
|
|
357
345
|
"styles": []
|
|
358
346
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
347
|
+
"VMain": {
|
|
348
|
+
"from": "components/VMain",
|
|
361
349
|
"styles": []
|
|
362
350
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
351
|
+
"VPagination": {
|
|
352
|
+
"from": "components/VPagination",
|
|
365
353
|
"styles": []
|
|
366
354
|
},
|
|
367
|
-
"
|
|
368
|
-
"from": "components/
|
|
355
|
+
"VNumberInput": {
|
|
356
|
+
"from": "components/VNumberInput",
|
|
369
357
|
"styles": []
|
|
370
358
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
359
|
+
"VOverlay": {
|
|
360
|
+
"from": "components/VOverlay",
|
|
373
361
|
"styles": []
|
|
374
362
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
363
|
+
"VRadioGroup": {
|
|
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
|
+
"VProgressLinear": {
|
|
372
|
+
"from": "components/VProgressLinear",
|
|
385
373
|
"styles": []
|
|
386
374
|
},
|
|
387
|
-
"
|
|
388
|
-
"from": "components/
|
|
375
|
+
"VSelect": {
|
|
376
|
+
"from": "components/VSelect",
|
|
389
377
|
"styles": []
|
|
390
378
|
},
|
|
391
379
|
"VSkeletonLoader": {
|
|
392
380
|
"from": "components/VSkeletonLoader",
|
|
393
381
|
"styles": []
|
|
394
382
|
},
|
|
395
|
-
"
|
|
396
|
-
"from": "components/
|
|
383
|
+
"VSelectionControlGroup": {
|
|
384
|
+
"from": "components/VSelectionControlGroup",
|
|
397
385
|
"styles": []
|
|
398
386
|
},
|
|
399
|
-
"
|
|
400
|
-
"from": "components/
|
|
387
|
+
"VRating": {
|
|
388
|
+
"from": "components/VRating",
|
|
389
|
+
"styles": []
|
|
390
|
+
},
|
|
391
|
+
"VSelectionControl": {
|
|
392
|
+
"from": "components/VSelectionControl",
|
|
401
393
|
"styles": []
|
|
402
394
|
},
|
|
403
395
|
"VSlider": {
|
|
404
396
|
"from": "components/VSlider",
|
|
405
397
|
"styles": []
|
|
406
398
|
},
|
|
407
|
-
"
|
|
408
|
-
"from": "components/
|
|
399
|
+
"VSlideGroup": {
|
|
400
|
+
"from": "components/VSlideGroup",
|
|
409
401
|
"styles": []
|
|
410
402
|
},
|
|
411
|
-
"
|
|
412
|
-
"from": "components/
|
|
403
|
+
"VSlideGroupItem": {
|
|
404
|
+
"from": "components/VSlideGroup",
|
|
405
|
+
"styles": []
|
|
406
|
+
},
|
|
407
|
+
"VSheet": {
|
|
408
|
+
"from": "components/VSheet",
|
|
413
409
|
"styles": []
|
|
414
410
|
},
|
|
415
411
|
"VStepper": {
|
|
@@ -436,8 +432,12 @@
|
|
|
436
432
|
"from": "components/VStepper",
|
|
437
433
|
"styles": []
|
|
438
434
|
},
|
|
439
|
-
"
|
|
440
|
-
"from": "components/
|
|
435
|
+
"VSnackbar": {
|
|
436
|
+
"from": "components/VSnackbar",
|
|
437
|
+
"styles": []
|
|
438
|
+
},
|
|
439
|
+
"VSystemBar": {
|
|
440
|
+
"from": "components/VSystemBar",
|
|
441
441
|
"styles": []
|
|
442
442
|
},
|
|
443
443
|
"VTab": {
|
|
@@ -456,16 +456,20 @@
|
|
|
456
456
|
"from": "components/VTabs",
|
|
457
457
|
"styles": []
|
|
458
458
|
},
|
|
459
|
+
"VTable": {
|
|
460
|
+
"from": "components/VTable",
|
|
461
|
+
"styles": []
|
|
462
|
+
},
|
|
459
463
|
"VTextarea": {
|
|
460
464
|
"from": "components/VTextarea",
|
|
461
465
|
"styles": []
|
|
462
466
|
},
|
|
463
|
-
"
|
|
464
|
-
"from": "components/
|
|
467
|
+
"VSwitch": {
|
|
468
|
+
"from": "components/VSwitch",
|
|
465
469
|
"styles": []
|
|
466
470
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
471
|
+
"VTextField": {
|
|
472
|
+
"from": "components/VTextField",
|
|
469
473
|
"styles": []
|
|
470
474
|
},
|
|
471
475
|
"VTimeline": {
|
|
@@ -476,20 +480,24 @@
|
|
|
476
480
|
"from": "components/VTimeline",
|
|
477
481
|
"styles": []
|
|
478
482
|
},
|
|
479
|
-
"
|
|
480
|
-
"from": "components/
|
|
483
|
+
"VTimePicker": {
|
|
484
|
+
"from": "components/VTimePicker",
|
|
481
485
|
"styles": []
|
|
482
486
|
},
|
|
483
|
-
"
|
|
484
|
-
"from": "components/
|
|
487
|
+
"VTimePickerClock": {
|
|
488
|
+
"from": "components/VTimePicker",
|
|
485
489
|
"styles": []
|
|
486
490
|
},
|
|
487
|
-
"
|
|
488
|
-
"from": "components/
|
|
491
|
+
"VTimePickerControls": {
|
|
492
|
+
"from": "components/VTimePicker",
|
|
489
493
|
"styles": []
|
|
490
494
|
},
|
|
491
|
-
"
|
|
492
|
-
"from": "components/
|
|
495
|
+
"VWindow": {
|
|
496
|
+
"from": "components/VWindow",
|
|
497
|
+
"styles": []
|
|
498
|
+
},
|
|
499
|
+
"VWindowItem": {
|
|
500
|
+
"from": "components/VWindow",
|
|
493
501
|
"styles": []
|
|
494
502
|
},
|
|
495
503
|
"VTooltip": {
|
|
@@ -508,32 +516,28 @@
|
|
|
508
516
|
"from": "components/VTreeview",
|
|
509
517
|
"styles": []
|
|
510
518
|
},
|
|
511
|
-
"
|
|
512
|
-
"from": "components/
|
|
513
|
-
"styles": []
|
|
514
|
-
},
|
|
515
|
-
"VTimePickerClock": {
|
|
516
|
-
"from": "components/VTimePicker",
|
|
519
|
+
"VToolbar": {
|
|
520
|
+
"from": "components/VToolbar",
|
|
517
521
|
"styles": []
|
|
518
522
|
},
|
|
519
|
-
"
|
|
520
|
-
"from": "components/
|
|
523
|
+
"VToolbarTitle": {
|
|
524
|
+
"from": "components/VToolbar",
|
|
521
525
|
"styles": []
|
|
522
526
|
},
|
|
523
|
-
"
|
|
524
|
-
"from": "components/
|
|
527
|
+
"VToolbarItems": {
|
|
528
|
+
"from": "components/VToolbar",
|
|
525
529
|
"styles": []
|
|
526
530
|
},
|
|
527
|
-
"
|
|
528
|
-
"from": "components/
|
|
531
|
+
"VDataIterator": {
|
|
532
|
+
"from": "components/VDataIterator",
|
|
529
533
|
"styles": []
|
|
530
534
|
},
|
|
531
535
|
"VConfirmEdit": {
|
|
532
536
|
"from": "components/VConfirmEdit",
|
|
533
537
|
"styles": []
|
|
534
538
|
},
|
|
535
|
-
"
|
|
536
|
-
"from": "components/
|
|
539
|
+
"VHover": {
|
|
540
|
+
"from": "components/VHover",
|
|
537
541
|
"styles": []
|
|
538
542
|
},
|
|
539
543
|
"VDefaultsProvider": {
|
|
@@ -544,8 +548,20 @@
|
|
|
544
548
|
"from": "components/VForm",
|
|
545
549
|
"styles": []
|
|
546
550
|
},
|
|
547
|
-
"
|
|
548
|
-
"from": "components/
|
|
551
|
+
"VContainer": {
|
|
552
|
+
"from": "components/VGrid",
|
|
553
|
+
"styles": []
|
|
554
|
+
},
|
|
555
|
+
"VCol": {
|
|
556
|
+
"from": "components/VGrid",
|
|
557
|
+
"styles": []
|
|
558
|
+
},
|
|
559
|
+
"VRow": {
|
|
560
|
+
"from": "components/VGrid",
|
|
561
|
+
"styles": []
|
|
562
|
+
},
|
|
563
|
+
"VSpacer": {
|
|
564
|
+
"from": "components/VGrid",
|
|
549
565
|
"styles": []
|
|
550
566
|
},
|
|
551
567
|
"VLayout": {
|
|
@@ -556,36 +572,20 @@
|
|
|
556
572
|
"from": "components/VLayout",
|
|
557
573
|
"styles": []
|
|
558
574
|
},
|
|
559
|
-
"VLocaleProvider": {
|
|
560
|
-
"from": "components/VLocaleProvider",
|
|
561
|
-
"styles": []
|
|
562
|
-
},
|
|
563
575
|
"VLazy": {
|
|
564
576
|
"from": "components/VLazy",
|
|
565
577
|
"styles": []
|
|
566
578
|
},
|
|
567
|
-
"
|
|
568
|
-
"from": "components/
|
|
579
|
+
"VLocaleProvider": {
|
|
580
|
+
"from": "components/VLocaleProvider",
|
|
569
581
|
"styles": []
|
|
570
582
|
},
|
|
571
583
|
"VNoSsr": {
|
|
572
584
|
"from": "components/VNoSsr",
|
|
573
585
|
"styles": []
|
|
574
586
|
},
|
|
575
|
-
"
|
|
576
|
-
"from": "components/
|
|
577
|
-
"styles": []
|
|
578
|
-
},
|
|
579
|
-
"VCol": {
|
|
580
|
-
"from": "components/VGrid",
|
|
581
|
-
"styles": []
|
|
582
|
-
},
|
|
583
|
-
"VRow": {
|
|
584
|
-
"from": "components/VGrid",
|
|
585
|
-
"styles": []
|
|
586
|
-
},
|
|
587
|
-
"VSpacer": {
|
|
588
|
-
"from": "components/VGrid",
|
|
587
|
+
"VParallax": {
|
|
588
|
+
"from": "components/VParallax",
|
|
589
589
|
"styles": []
|
|
590
590
|
},
|
|
591
591
|
"VRadio": {
|
|
@@ -616,10 +616,6 @@
|
|
|
616
616
|
"from": "components/VThemeProvider",
|
|
617
617
|
"styles": []
|
|
618
618
|
},
|
|
619
|
-
"VVirtualScroll": {
|
|
620
|
-
"from": "components/VVirtualScroll",
|
|
621
|
-
"styles": []
|
|
622
|
-
},
|
|
623
619
|
"VValidation": {
|
|
624
620
|
"from": "components/VValidation",
|
|
625
621
|
"styles": []
|
|
@@ -687,6 +683,10 @@
|
|
|
687
683
|
"VDialogTransition": {
|
|
688
684
|
"from": "components/transitions",
|
|
689
685
|
"styles": []
|
|
686
|
+
},
|
|
687
|
+
"VVirtualScroll": {
|
|
688
|
+
"from": "components/VVirtualScroll",
|
|
689
|
+
"styles": []
|
|
690
690
|
}
|
|
691
691
|
},
|
|
692
692
|
"directives": [
|
package/dist/json/tags.json
CHANGED
|
@@ -908,7 +908,6 @@
|
|
|
908
908
|
"flat",
|
|
909
909
|
"focused",
|
|
910
910
|
"glow",
|
|
911
|
-
"height",
|
|
912
911
|
"hide-actions",
|
|
913
912
|
"hide-canvas",
|
|
914
913
|
"hide-details",
|
|
@@ -925,12 +924,9 @@
|
|
|
925
924
|
"label",
|
|
926
925
|
"landscape",
|
|
927
926
|
"loading",
|
|
928
|
-
"location",
|
|
929
927
|
"max-errors",
|
|
930
|
-
"max-height",
|
|
931
928
|
"max-width",
|
|
932
929
|
"messages",
|
|
933
|
-
"min-height",
|
|
934
930
|
"min-width",
|
|
935
931
|
"mode",
|
|
936
932
|
"model-modifiers",
|