@vuetify/nightly 3.9.0-master.2025-07-11 → 3.9.0-master.2025-07-13
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 +2382 -2338
- package/dist/json/importMap-labs.json +14 -14
- package/dist/json/importMap.json +158 -158
- package/dist/json/tags.json +11 -0
- package/dist/json/web-types.json +4453 -4131
- package/dist/vuetify-labs.cjs +49 -28
- package/dist/vuetify-labs.css +5886 -5886
- package/dist/vuetify-labs.d.ts +831 -283
- package/dist/vuetify-labs.esm.js +49 -28
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +49 -28
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +28 -20
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3262 -3262
- package/dist/vuetify.d.ts +577 -206
- package/dist/vuetify.esm.js +28 -20
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +28 -20
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +14 -14
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +121 -36
- package/lib/components/VCombobox/VCombobox.d.ts +121 -36
- package/lib/components/VField/VField.d.ts +13 -0
- package/lib/components/VField/VField.js +2 -1
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.d.ts +13 -0
- package/lib/components/VFileInput/VFileInput.js +3 -1
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VInput/VInput.d.ts +2 -1
- package/lib/components/VInput/VInput.js +15 -14
- package/lib/components/VInput/VInput.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.d.ts +116 -36
- package/lib/components/VSelect/VSelect.d.ts +121 -36
- package/lib/components/VTextField/VTextField.d.ts +40 -9
- package/lib/components/VTextField/VTextField.js +2 -0
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.d.ts +13 -0
- package/lib/components/VTextarea/VTextarea.js +3 -1
- package/lib/components/VTextarea/VTextarea.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +52 -52
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.d.ts +13 -0
- package/lib/labs/VColorInput/VColorInput.js +14 -6
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +145 -44
- package/lib/labs/VDateInput/VDateInput.js +4 -1
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VMaskInput/VMaskInput.d.ts +121 -36
- package/lib/labs/VMaskInput/VMaskInput.js +4 -2
- package/lib/labs/VMaskInput/VMaskInput.js.map +1 -1
- package/package.json +1 -1
@@ -24,6 +24,10 @@
|
|
24
24
|
"from": "labs/VCalendar",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
+
"VColorInput": {
|
28
|
+
"from": "labs/VColorInput",
|
29
|
+
"styles": []
|
30
|
+
},
|
27
31
|
"VFileUpload": {
|
28
32
|
"from": "labs/VFileUpload",
|
29
33
|
"styles": []
|
@@ -40,8 +44,16 @@
|
|
40
44
|
"from": "labs/VPicker",
|
41
45
|
"styles": []
|
42
46
|
},
|
43
|
-
"
|
44
|
-
"from": "labs/
|
47
|
+
"VIconBtn": {
|
48
|
+
"from": "labs/VIconBtn",
|
49
|
+
"styles": []
|
50
|
+
},
|
51
|
+
"VHotkey": {
|
52
|
+
"from": "labs/VHotkey",
|
53
|
+
"styles": []
|
54
|
+
},
|
55
|
+
"VDateInput": {
|
56
|
+
"from": "labs/VDateInput",
|
45
57
|
"styles": []
|
46
58
|
},
|
47
59
|
"VStepperVertical": {
|
@@ -56,18 +68,6 @@
|
|
56
68
|
"from": "labs/VStepperVertical",
|
57
69
|
"styles": []
|
58
70
|
},
|
59
|
-
"VIconBtn": {
|
60
|
-
"from": "labs/VIconBtn",
|
61
|
-
"styles": []
|
62
|
-
},
|
63
|
-
"VDateInput": {
|
64
|
-
"from": "labs/VDateInput",
|
65
|
-
"styles": []
|
66
|
-
},
|
67
|
-
"VHotkey": {
|
68
|
-
"from": "labs/VHotkey",
|
69
|
-
"styles": []
|
70
|
-
},
|
71
71
|
"VMaskInput": {
|
72
72
|
"from": "labs/VMaskInput",
|
73
73
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
@@ -1,19 +1,23 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VAutocomplete": {
|
4
|
-
"from": "components/VAutocomplete",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
3
|
"VApp": {
|
8
4
|
"from": "components/VApp",
|
9
5
|
"styles": []
|
10
6
|
},
|
11
|
-
"
|
12
|
-
"from": "components/
|
7
|
+
"VAvatar": {
|
8
|
+
"from": "components/VAvatar",
|
13
9
|
"styles": []
|
14
10
|
},
|
15
|
-
"
|
16
|
-
"from": "components/
|
11
|
+
"VBanner": {
|
12
|
+
"from": "components/VBanner",
|
13
|
+
"styles": []
|
14
|
+
},
|
15
|
+
"VBannerActions": {
|
16
|
+
"from": "components/VBanner",
|
17
|
+
"styles": []
|
18
|
+
},
|
19
|
+
"VBannerText": {
|
20
|
+
"from": "components/VBanner",
|
17
21
|
"styles": []
|
18
22
|
},
|
19
23
|
"VAppBar": {
|
@@ -28,28 +32,20 @@
|
|
28
32
|
"from": "components/VAppBar",
|
29
33
|
"styles": []
|
30
34
|
},
|
31
|
-
"
|
32
|
-
"from": "components/
|
33
|
-
"styles": []
|
34
|
-
},
|
35
|
-
"VAvatar": {
|
36
|
-
"from": "components/VAvatar",
|
37
|
-
"styles": []
|
38
|
-
},
|
39
|
-
"VBottomNavigation": {
|
40
|
-
"from": "components/VBottomNavigation",
|
35
|
+
"VAlert": {
|
36
|
+
"from": "components/VAlert",
|
41
37
|
"styles": []
|
42
38
|
},
|
43
|
-
"
|
44
|
-
"from": "components/
|
39
|
+
"VAlertTitle": {
|
40
|
+
"from": "components/VAlert",
|
45
41
|
"styles": []
|
46
42
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
43
|
+
"VBadge": {
|
44
|
+
"from": "components/VBadge",
|
49
45
|
"styles": []
|
50
46
|
},
|
51
|
-
"
|
52
|
-
"from": "components/
|
47
|
+
"VBottomNavigation": {
|
48
|
+
"from": "components/VBottomNavigation",
|
53
49
|
"styles": []
|
54
50
|
},
|
55
51
|
"VBottomSheet": {
|
@@ -72,6 +68,18 @@
|
|
72
68
|
"from": "components/VBtn",
|
73
69
|
"styles": []
|
74
70
|
},
|
71
|
+
"VBtnToggle": {
|
72
|
+
"from": "components/VBtnToggle",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
|
+
"VCarousel": {
|
76
|
+
"from": "components/VCarousel",
|
77
|
+
"styles": []
|
78
|
+
},
|
79
|
+
"VCarouselItem": {
|
80
|
+
"from": "components/VCarousel",
|
81
|
+
"styles": []
|
82
|
+
},
|
75
83
|
"VCard": {
|
76
84
|
"from": "components/VCard",
|
77
85
|
"styles": []
|
@@ -96,6 +104,10 @@
|
|
96
104
|
"from": "components/VCard",
|
97
105
|
"styles": []
|
98
106
|
},
|
107
|
+
"VAutocomplete": {
|
108
|
+
"from": "components/VAutocomplete",
|
109
|
+
"styles": []
|
110
|
+
},
|
99
111
|
"VCheckbox": {
|
100
112
|
"from": "components/VCheckbox",
|
101
113
|
"styles": []
|
@@ -104,22 +116,6 @@
|
|
104
116
|
"from": "components/VCheckbox",
|
105
117
|
"styles": []
|
106
118
|
},
|
107
|
-
"VChip": {
|
108
|
-
"from": "components/VChip",
|
109
|
-
"styles": []
|
110
|
-
},
|
111
|
-
"VBtnGroup": {
|
112
|
-
"from": "components/VBtnGroup",
|
113
|
-
"styles": []
|
114
|
-
},
|
115
|
-
"VCarousel": {
|
116
|
-
"from": "components/VCarousel",
|
117
|
-
"styles": []
|
118
|
-
},
|
119
|
-
"VCarouselItem": {
|
120
|
-
"from": "components/VCarousel",
|
121
|
-
"styles": []
|
122
|
-
},
|
123
119
|
"VChipGroup": {
|
124
120
|
"from": "components/VChipGroup",
|
125
121
|
"styles": []
|
@@ -128,14 +124,18 @@
|
|
128
124
|
"from": "components/VCode",
|
129
125
|
"styles": []
|
130
126
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
127
|
+
"VBtnGroup": {
|
128
|
+
"from": "components/VBtnGroup",
|
133
129
|
"styles": []
|
134
130
|
},
|
135
131
|
"VColorPicker": {
|
136
132
|
"from": "components/VColorPicker",
|
137
133
|
"styles": []
|
138
134
|
},
|
135
|
+
"VCombobox": {
|
136
|
+
"from": "components/VCombobox",
|
137
|
+
"styles": []
|
138
|
+
},
|
139
139
|
"VCounter": {
|
140
140
|
"from": "components/VCounter",
|
141
141
|
"styles": []
|
@@ -168,6 +168,18 @@
|
|
168
168
|
"from": "components/VDataTable",
|
169
169
|
"styles": []
|
170
170
|
},
|
171
|
+
"VChip": {
|
172
|
+
"from": "components/VChip",
|
173
|
+
"styles": []
|
174
|
+
},
|
175
|
+
"VDialog": {
|
176
|
+
"from": "components/VDialog",
|
177
|
+
"styles": []
|
178
|
+
},
|
179
|
+
"VDivider": {
|
180
|
+
"from": "components/VDivider",
|
181
|
+
"styles": []
|
182
|
+
},
|
171
183
|
"VDatePicker": {
|
172
184
|
"from": "components/VDatePicker",
|
173
185
|
"styles": []
|
@@ -192,14 +204,6 @@
|
|
192
204
|
"from": "components/VDatePicker",
|
193
205
|
"styles": []
|
194
206
|
},
|
195
|
-
"VDivider": {
|
196
|
-
"from": "components/VDivider",
|
197
|
-
"styles": []
|
198
|
-
},
|
199
|
-
"VFab": {
|
200
|
-
"from": "components/VFab",
|
201
|
-
"styles": []
|
202
|
-
},
|
203
207
|
"VExpansionPanels": {
|
204
208
|
"from": "components/VExpansionPanel",
|
205
209
|
"styles": []
|
@@ -216,8 +220,12 @@
|
|
216
220
|
"from": "components/VExpansionPanel",
|
217
221
|
"styles": []
|
218
222
|
},
|
219
|
-
"
|
220
|
-
"from": "components/
|
223
|
+
"VFab": {
|
224
|
+
"from": "components/VFab",
|
225
|
+
"styles": []
|
226
|
+
},
|
227
|
+
"VFooter": {
|
228
|
+
"from": "components/VFooter",
|
221
229
|
"styles": []
|
222
230
|
},
|
223
231
|
"VField": {
|
@@ -228,12 +236,12 @@
|
|
228
236
|
"from": "components/VField",
|
229
237
|
"styles": []
|
230
238
|
},
|
231
|
-
"
|
232
|
-
"from": "components/
|
239
|
+
"VFileInput": {
|
240
|
+
"from": "components/VFileInput",
|
233
241
|
"styles": []
|
234
242
|
},
|
235
|
-
"
|
236
|
-
"from": "components/
|
243
|
+
"VEmptyState": {
|
244
|
+
"from": "components/VEmptyState",
|
237
245
|
"styles": []
|
238
246
|
},
|
239
247
|
"VIcon": {
|
@@ -256,18 +264,10 @@
|
|
256
264
|
"from": "components/VIcon",
|
257
265
|
"styles": []
|
258
266
|
},
|
259
|
-
"VFileInput": {
|
260
|
-
"from": "components/VFileInput",
|
261
|
-
"styles": []
|
262
|
-
},
|
263
267
|
"VImg": {
|
264
268
|
"from": "components/VImg",
|
265
269
|
"styles": []
|
266
270
|
},
|
267
|
-
"VInput": {
|
268
|
-
"from": "components/VInput",
|
269
|
-
"styles": []
|
270
|
-
},
|
271
271
|
"VInfiniteScroll": {
|
272
272
|
"from": "components/VInfiniteScroll",
|
273
273
|
"styles": []
|
@@ -280,6 +280,26 @@
|
|
280
280
|
"from": "components/VItemGroup",
|
281
281
|
"styles": []
|
282
282
|
},
|
283
|
+
"VLabel": {
|
284
|
+
"from": "components/VLabel",
|
285
|
+
"styles": []
|
286
|
+
},
|
287
|
+
"VKbd": {
|
288
|
+
"from": "components/VKbd",
|
289
|
+
"styles": []
|
290
|
+
},
|
291
|
+
"VInput": {
|
292
|
+
"from": "components/VInput",
|
293
|
+
"styles": []
|
294
|
+
},
|
295
|
+
"VMain": {
|
296
|
+
"from": "components/VMain",
|
297
|
+
"styles": []
|
298
|
+
},
|
299
|
+
"VMenu": {
|
300
|
+
"from": "components/VMenu",
|
301
|
+
"styles": []
|
302
|
+
},
|
283
303
|
"VList": {
|
284
304
|
"from": "components/VList",
|
285
305
|
"styles": []
|
@@ -316,46 +336,26 @@
|
|
316
336
|
"from": "components/VList",
|
317
337
|
"styles": []
|
318
338
|
},
|
319
|
-
"
|
320
|
-
"from": "components/
|
321
|
-
"styles": []
|
322
|
-
},
|
323
|
-
"VMenu": {
|
324
|
-
"from": "components/VMenu",
|
325
|
-
"styles": []
|
326
|
-
},
|
327
|
-
"VLabel": {
|
328
|
-
"from": "components/VLabel",
|
329
|
-
"styles": []
|
330
|
-
},
|
331
|
-
"VMain": {
|
332
|
-
"from": "components/VMain",
|
339
|
+
"VMessages": {
|
340
|
+
"from": "components/VMessages",
|
333
341
|
"styles": []
|
334
342
|
},
|
335
343
|
"VNavigationDrawer": {
|
336
344
|
"from": "components/VNavigationDrawer",
|
337
345
|
"styles": []
|
338
346
|
},
|
339
|
-
"VMessages": {
|
340
|
-
"from": "components/VMessages",
|
341
|
-
"styles": []
|
342
|
-
},
|
343
347
|
"VNumberInput": {
|
344
348
|
"from": "components/VNumberInput",
|
345
349
|
"styles": []
|
346
350
|
},
|
347
|
-
"VPagination": {
|
348
|
-
"from": "components/VPagination",
|
349
|
-
"styles": []
|
350
|
-
},
|
351
|
-
"VOtpInput": {
|
352
|
-
"from": "components/VOtpInput",
|
353
|
-
"styles": []
|
354
|
-
},
|
355
351
|
"VOverlay": {
|
356
352
|
"from": "components/VOverlay",
|
357
353
|
"styles": []
|
358
354
|
},
|
355
|
+
"VPagination": {
|
356
|
+
"from": "components/VPagination",
|
357
|
+
"styles": []
|
358
|
+
},
|
359
359
|
"VProgressLinear": {
|
360
360
|
"from": "components/VProgressLinear",
|
361
361
|
"styles": []
|
@@ -364,46 +364,42 @@
|
|
364
364
|
"from": "components/VRadioGroup",
|
365
365
|
"styles": []
|
366
366
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
367
|
+
"VOtpInput": {
|
368
|
+
"from": "components/VOtpInput",
|
369
369
|
"styles": []
|
370
370
|
},
|
371
|
-
"
|
372
|
-
"from": "components/
|
371
|
+
"VProgressCircular": {
|
372
|
+
"from": "components/VProgressCircular",
|
373
373
|
"styles": []
|
374
374
|
},
|
375
375
|
"VSelect": {
|
376
376
|
"from": "components/VSelect",
|
377
377
|
"styles": []
|
378
378
|
},
|
379
|
-
"VBtnToggle": {
|
380
|
-
"from": "components/VBtnToggle",
|
381
|
-
"styles": []
|
382
|
-
},
|
383
|
-
"VSheet": {
|
384
|
-
"from": "components/VSheet",
|
385
|
-
"styles": []
|
386
|
-
},
|
387
379
|
"VSelectionControl": {
|
388
380
|
"from": "components/VSelectionControl",
|
389
381
|
"styles": []
|
390
382
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
393
|
-
"styles": []
|
394
|
-
},
|
395
|
-
"VSlideGroupItem": {
|
396
|
-
"from": "components/VSlideGroup",
|
383
|
+
"VSelectionControlGroup": {
|
384
|
+
"from": "components/VSelectionControlGroup",
|
397
385
|
"styles": []
|
398
386
|
},
|
399
387
|
"VSkeletonLoader": {
|
400
388
|
"from": "components/VSkeletonLoader",
|
401
389
|
"styles": []
|
402
390
|
},
|
391
|
+
"VSheet": {
|
392
|
+
"from": "components/VSheet",
|
393
|
+
"styles": []
|
394
|
+
},
|
403
395
|
"VSnackbar": {
|
404
396
|
"from": "components/VSnackbar",
|
405
397
|
"styles": []
|
406
398
|
},
|
399
|
+
"VRating": {
|
400
|
+
"from": "components/VRating",
|
401
|
+
"styles": []
|
402
|
+
},
|
407
403
|
"VSlider": {
|
408
404
|
"from": "components/VSlider",
|
409
405
|
"styles": []
|
@@ -432,20 +428,28 @@
|
|
432
428
|
"from": "components/VStepper",
|
433
429
|
"styles": []
|
434
430
|
},
|
435
|
-
"
|
436
|
-
"from": "components/
|
431
|
+
"VSlideGroup": {
|
432
|
+
"from": "components/VSlideGroup",
|
437
433
|
"styles": []
|
438
434
|
},
|
439
|
-
"
|
440
|
-
"from": "components/
|
435
|
+
"VSlideGroupItem": {
|
436
|
+
"from": "components/VSlideGroup",
|
441
437
|
"styles": []
|
442
438
|
},
|
443
439
|
"VSwitch": {
|
444
440
|
"from": "components/VSwitch",
|
445
441
|
"styles": []
|
446
442
|
},
|
447
|
-
"
|
448
|
-
"from": "components/
|
443
|
+
"VSystemBar": {
|
444
|
+
"from": "components/VSystemBar",
|
445
|
+
"styles": []
|
446
|
+
},
|
447
|
+
"VTextarea": {
|
448
|
+
"from": "components/VTextarea",
|
449
|
+
"styles": []
|
450
|
+
},
|
451
|
+
"VTable": {
|
452
|
+
"from": "components/VTable",
|
449
453
|
"styles": []
|
450
454
|
},
|
451
455
|
"VTab": {
|
@@ -464,8 +468,8 @@
|
|
464
468
|
"from": "components/VTabs",
|
465
469
|
"styles": []
|
466
470
|
},
|
467
|
-
"
|
468
|
-
"from": "components/
|
471
|
+
"VTextField": {
|
472
|
+
"from": "components/VTextField",
|
469
473
|
"styles": []
|
470
474
|
},
|
471
475
|
"VTimeline": {
|
@@ -476,16 +480,16 @@
|
|
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
495
|
"VToolbar": {
|
@@ -500,16 +504,8 @@
|
|
500
504
|
"from": "components/VToolbar",
|
501
505
|
"styles": []
|
502
506
|
},
|
503
|
-
"
|
504
|
-
"from": "components/
|
505
|
-
"styles": []
|
506
|
-
},
|
507
|
-
"VTimePickerClock": {
|
508
|
-
"from": "components/VTimePicker",
|
509
|
-
"styles": []
|
510
|
-
},
|
511
|
-
"VTimePickerControls": {
|
512
|
-
"from": "components/VTimePicker",
|
507
|
+
"VTooltip": {
|
508
|
+
"from": "components/VTooltip",
|
513
509
|
"styles": []
|
514
510
|
},
|
515
511
|
"VWindow": {
|
@@ -520,6 +516,18 @@
|
|
520
516
|
"from": "components/VWindow",
|
521
517
|
"styles": []
|
522
518
|
},
|
519
|
+
"VTreeview": {
|
520
|
+
"from": "components/VTreeview",
|
521
|
+
"styles": []
|
522
|
+
},
|
523
|
+
"VTreeviewItem": {
|
524
|
+
"from": "components/VTreeview",
|
525
|
+
"styles": []
|
526
|
+
},
|
527
|
+
"VTreeviewGroup": {
|
528
|
+
"from": "components/VTreeview",
|
529
|
+
"styles": []
|
530
|
+
},
|
523
531
|
"VConfirmEdit": {
|
524
532
|
"from": "components/VConfirmEdit",
|
525
533
|
"styles": []
|
@@ -532,10 +540,6 @@
|
|
532
540
|
"from": "components/VDefaultsProvider",
|
533
541
|
"styles": []
|
534
542
|
},
|
535
|
-
"VForm": {
|
536
|
-
"from": "components/VForm",
|
537
|
-
"styles": []
|
538
|
-
},
|
539
543
|
"VContainer": {
|
540
544
|
"from": "components/VGrid",
|
541
545
|
"styles": []
|
@@ -552,12 +556,12 @@
|
|
552
556
|
"from": "components/VGrid",
|
553
557
|
"styles": []
|
554
558
|
},
|
555
|
-
"
|
556
|
-
"from": "components/
|
559
|
+
"VForm": {
|
560
|
+
"from": "components/VForm",
|
557
561
|
"styles": []
|
558
562
|
},
|
559
|
-
"
|
560
|
-
"from": "components/
|
563
|
+
"VHover": {
|
564
|
+
"from": "components/VHover",
|
561
565
|
"styles": []
|
562
566
|
},
|
563
567
|
"VLayout": {
|
@@ -576,6 +580,14 @@
|
|
576
580
|
"from": "components/VNoSsr",
|
577
581
|
"styles": []
|
578
582
|
},
|
583
|
+
"VLazy": {
|
584
|
+
"from": "components/VLazy",
|
585
|
+
"styles": []
|
586
|
+
},
|
587
|
+
"VRangeSlider": {
|
588
|
+
"from": "components/VRangeSlider",
|
589
|
+
"styles": []
|
590
|
+
},
|
579
591
|
"VParallax": {
|
580
592
|
"from": "components/VParallax",
|
581
593
|
"styles": []
|
@@ -592,26 +604,14 @@
|
|
592
604
|
"from": "components/VSnackbarQueue",
|
593
605
|
"styles": []
|
594
606
|
},
|
595
|
-
"
|
596
|
-
"from": "components/
|
597
|
-
"styles": []
|
598
|
-
},
|
599
|
-
"VSystemBar": {
|
600
|
-
"from": "components/VSystemBar",
|
601
|
-
"styles": []
|
602
|
-
},
|
603
|
-
"VTooltip": {
|
604
|
-
"from": "components/VTooltip",
|
607
|
+
"VSparkline": {
|
608
|
+
"from": "components/VSparkline",
|
605
609
|
"styles": []
|
606
610
|
},
|
607
611
|
"VSpeedDial": {
|
608
612
|
"from": "components/VSpeedDial",
|
609
613
|
"styles": []
|
610
614
|
},
|
611
|
-
"VValidation": {
|
612
|
-
"from": "components/VValidation",
|
613
|
-
"styles": []
|
614
|
-
},
|
615
615
|
"VThemeProvider": {
|
616
616
|
"from": "components/VThemeProvider",
|
617
617
|
"styles": []
|
@@ -620,6 +620,10 @@
|
|
620
620
|
"from": "components/VVirtualScroll",
|
621
621
|
"styles": []
|
622
622
|
},
|
623
|
+
"VValidation": {
|
624
|
+
"from": "components/VValidation",
|
625
|
+
"styles": []
|
626
|
+
},
|
623
627
|
"VFabTransition": {
|
624
628
|
"from": "components/transitions",
|
625
629
|
"styles": []
|
@@ -683,10 +687,6 @@
|
|
683
687
|
"VDialogTransition": {
|
684
688
|
"from": "components/transitions",
|
685
689
|
"styles": []
|
686
|
-
},
|
687
|
-
"VSparkline": {
|
688
|
-
"from": "components/VSparkline",
|
689
|
-
"styles": []
|
690
690
|
}
|
691
691
|
},
|
692
692
|
"directives": [
|
package/dist/json/tags.json
CHANGED
@@ -149,6 +149,7 @@
|
|
149
149
|
"custom-filter",
|
150
150
|
"custom-key-filter",
|
151
151
|
"density",
|
152
|
+
"details",
|
152
153
|
"direction",
|
153
154
|
"disabled",
|
154
155
|
"eager",
|
@@ -946,6 +947,7 @@
|
|
946
947
|
"counter",
|
947
948
|
"counter-value",
|
948
949
|
"density",
|
950
|
+
"details",
|
949
951
|
"direction",
|
950
952
|
"dirty",
|
951
953
|
"disabled",
|
@@ -1076,6 +1078,7 @@
|
|
1076
1078
|
"custom-key-filter",
|
1077
1079
|
"delimiters",
|
1078
1080
|
"density",
|
1081
|
+
"details",
|
1079
1082
|
"direction",
|
1080
1083
|
"disabled",
|
1081
1084
|
"eager",
|
@@ -1484,6 +1487,7 @@
|
|
1484
1487
|
"counter",
|
1485
1488
|
"counter-value",
|
1486
1489
|
"density",
|
1490
|
+
"details",
|
1487
1491
|
"direction",
|
1488
1492
|
"dirty",
|
1489
1493
|
"disabled",
|
@@ -1997,6 +2001,7 @@
|
|
1997
2001
|
"clear-icon",
|
1998
2002
|
"clearable",
|
1999
2003
|
"color",
|
2004
|
+
"details",
|
2000
2005
|
"dirty",
|
2001
2006
|
"disabled",
|
2002
2007
|
"error",
|
@@ -2041,6 +2046,7 @@
|
|
2041
2046
|
"counter-size-string",
|
2042
2047
|
"counter-string",
|
2043
2048
|
"density",
|
2049
|
+
"details",
|
2044
2050
|
"direction",
|
2045
2051
|
"dirty",
|
2046
2052
|
"disabled",
|
@@ -2633,6 +2639,7 @@
|
|
2633
2639
|
"counter",
|
2634
2640
|
"counter-value",
|
2635
2641
|
"density",
|
2642
|
+
"details",
|
2636
2643
|
"direction",
|
2637
2644
|
"dirty",
|
2638
2645
|
"disabled",
|
@@ -2790,6 +2797,7 @@
|
|
2790
2797
|
"counter-value",
|
2791
2798
|
"decimal-separator",
|
2792
2799
|
"density",
|
2800
|
+
"details",
|
2793
2801
|
"direction",
|
2794
2802
|
"dirty",
|
2795
2803
|
"disabled",
|
@@ -3295,6 +3303,7 @@
|
|
3295
3303
|
"counter",
|
3296
3304
|
"counter-value",
|
3297
3305
|
"density",
|
3306
|
+
"details",
|
3298
3307
|
"direction",
|
3299
3308
|
"disabled",
|
3300
3309
|
"eager",
|
@@ -4137,6 +4146,7 @@
|
|
4137
4146
|
"counter",
|
4138
4147
|
"counter-value",
|
4139
4148
|
"density",
|
4149
|
+
"details",
|
4140
4150
|
"direction",
|
4141
4151
|
"dirty",
|
4142
4152
|
"disabled",
|
@@ -4200,6 +4210,7 @@
|
|
4200
4210
|
"counter",
|
4201
4211
|
"counter-value",
|
4202
4212
|
"density",
|
4213
|
+
"details",
|
4203
4214
|
"direction",
|
4204
4215
|
"dirty",
|
4205
4216
|
"disabled",
|