@vuetify/nightly 3.9.3-master.2025-07-31 → 3.9.3-master.2025-08-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.
- package/CHANGELOG.md +14 -3
- package/dist/json/attributes.json +3543 -3531
- package/dist/json/importMap-labs.json +32 -32
- package/dist/json/importMap.json +182 -182
- package/dist/json/tags.json +4 -1
- package/dist/json/web-types.json +6238 -6212
- package/dist/vuetify-labs.cjs +70 -36
- package/dist/vuetify-labs.css +4455 -4440
- package/dist/vuetify-labs.d.ts +128 -86
- package/dist/vuetify-labs.esm.js +70 -36
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +70 -36
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +70 -36
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2538 -2523
- package/dist/vuetify.d.ts +100 -86
- package/dist/vuetify.esm.js +70 -36
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +70 -36
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +288 -282
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +9 -2
- package/lib/components/VAlert/VAlert.js +2 -2
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +10 -3
- package/lib/components/VAlert/_variables.scss +1 -1
- package/lib/components/VApp/VApp.d.ts +0 -25
- package/lib/components/VApp/VApp.js +6 -5
- package/lib/components/VApp/VApp.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +25 -0
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +25 -0
- package/lib/components/VStepper/VStepperItem.css +2 -0
- package/lib/components/VStepper/VStepperItem.sass +3 -0
- package/lib/components/VTable/VTable.js +32 -20
- package/lib/components/VTable/VTable.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewItem.css +6 -0
- package/lib/components/VTreeview/VTreeviewItem.sass +7 -0
- package/lib/composables/calendar.d.ts +12 -0
- package/lib/composables/calendar.js +5 -1
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/DateAdapter.d.ts +1 -1
- package/lib/composables/date/DateAdapter.js.map +1 -1
- package/lib/composables/date/adapters/string.d.ts +1 -1
- package/lib/composables/date/adapters/string.js +2 -2
- package/lib/composables/date/adapters/string.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.d.ts +1 -1
- package/lib/composables/date/adapters/vuetify.js +25 -5
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/date/date.d.ts +1 -1
- package/lib/entry-bundler.d.ts +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +72 -72
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +25 -0
- package/lib/labs/VDateInput/VDateInput.d.ts +25 -0
- package/lib/labs/entry-bundler.d.ts +1 -1
- package/package.json +1 -1
package/dist/json/importMap.json
CHANGED
@@ -4,6 +4,18 @@
|
|
4
4
|
"from": "components/VApp",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
+
"VAppBar": {
|
8
|
+
"from": "components/VAppBar",
|
9
|
+
"styles": []
|
10
|
+
},
|
11
|
+
"VAppBarNavIcon": {
|
12
|
+
"from": "components/VAppBar",
|
13
|
+
"styles": []
|
14
|
+
},
|
15
|
+
"VAppBarTitle": {
|
16
|
+
"from": "components/VAppBar",
|
17
|
+
"styles": []
|
18
|
+
},
|
7
19
|
"VAlert": {
|
8
20
|
"from": "components/VAlert",
|
9
21
|
"styles": []
|
@@ -16,20 +28,24 @@
|
|
16
28
|
"from": "components/VAutocomplete",
|
17
29
|
"styles": []
|
18
30
|
},
|
19
|
-
"
|
20
|
-
"from": "components/
|
31
|
+
"VBadge": {
|
32
|
+
"from": "components/VBadge",
|
21
33
|
"styles": []
|
22
34
|
},
|
23
|
-
"
|
24
|
-
"from": "components/
|
35
|
+
"VAvatar": {
|
36
|
+
"from": "components/VAvatar",
|
25
37
|
"styles": []
|
26
38
|
},
|
27
|
-
"
|
28
|
-
"from": "components/
|
39
|
+
"VBottomNavigation": {
|
40
|
+
"from": "components/VBottomNavigation",
|
29
41
|
"styles": []
|
30
42
|
},
|
31
|
-
"
|
32
|
-
"from": "components/
|
43
|
+
"VBottomSheet": {
|
44
|
+
"from": "components/VBottomSheet",
|
45
|
+
"styles": []
|
46
|
+
},
|
47
|
+
"VBtn": {
|
48
|
+
"from": "components/VBtn",
|
33
49
|
"styles": []
|
34
50
|
},
|
35
51
|
"VBanner": {
|
@@ -44,12 +60,8 @@
|
|
44
60
|
"from": "components/VBanner",
|
45
61
|
"styles": []
|
46
62
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
49
|
-
"styles": []
|
50
|
-
},
|
51
|
-
"VBtnToggle": {
|
52
|
-
"from": "components/VBtnToggle",
|
63
|
+
"VBtnGroup": {
|
64
|
+
"from": "components/VBtnGroup",
|
53
65
|
"styles": []
|
54
66
|
},
|
55
67
|
"VBreadcrumbs": {
|
@@ -64,20 +76,28 @@
|
|
64
76
|
"from": "components/VBreadcrumbs",
|
65
77
|
"styles": []
|
66
78
|
},
|
67
|
-
"
|
68
|
-
"from": "components/
|
79
|
+
"VCarousel": {
|
80
|
+
"from": "components/VCarousel",
|
69
81
|
"styles": []
|
70
82
|
},
|
71
|
-
"
|
72
|
-
"from": "components/
|
83
|
+
"VCarouselItem": {
|
84
|
+
"from": "components/VCarousel",
|
73
85
|
"styles": []
|
74
86
|
},
|
75
|
-
"
|
76
|
-
"from": "components/
|
87
|
+
"VBtnToggle": {
|
88
|
+
"from": "components/VBtnToggle",
|
77
89
|
"styles": []
|
78
90
|
},
|
79
|
-
"
|
80
|
-
"from": "components/
|
91
|
+
"VCheckbox": {
|
92
|
+
"from": "components/VCheckbox",
|
93
|
+
"styles": []
|
94
|
+
},
|
95
|
+
"VCheckboxBtn": {
|
96
|
+
"from": "components/VCheckbox",
|
97
|
+
"styles": []
|
98
|
+
},
|
99
|
+
"VCode": {
|
100
|
+
"from": "components/VCode",
|
81
101
|
"styles": []
|
82
102
|
},
|
83
103
|
"VCard": {
|
@@ -104,32 +124,48 @@
|
|
104
124
|
"from": "components/VCard",
|
105
125
|
"styles": []
|
106
126
|
},
|
107
|
-
"
|
108
|
-
"from": "components/
|
127
|
+
"VChip": {
|
128
|
+
"from": "components/VChip",
|
109
129
|
"styles": []
|
110
130
|
},
|
111
|
-
"
|
112
|
-
"from": "components/
|
131
|
+
"VChipGroup": {
|
132
|
+
"from": "components/VChipGroup",
|
113
133
|
"styles": []
|
114
134
|
},
|
115
|
-
"
|
116
|
-
"from": "components/
|
135
|
+
"VDataTable": {
|
136
|
+
"from": "components/VDataTable",
|
117
137
|
"styles": []
|
118
138
|
},
|
119
|
-
"
|
120
|
-
"from": "components/
|
139
|
+
"VDataTableHeaders": {
|
140
|
+
"from": "components/VDataTable",
|
121
141
|
"styles": []
|
122
142
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
143
|
+
"VDataTableFooter": {
|
144
|
+
"from": "components/VDataTable",
|
125
145
|
"styles": []
|
126
146
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
147
|
+
"VDataTableRows": {
|
148
|
+
"from": "components/VDataTable",
|
129
149
|
"styles": []
|
130
150
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
151
|
+
"VDataTableRow": {
|
152
|
+
"from": "components/VDataTable",
|
153
|
+
"styles": []
|
154
|
+
},
|
155
|
+
"VDataTableVirtual": {
|
156
|
+
"from": "components/VDataTable",
|
157
|
+
"styles": []
|
158
|
+
},
|
159
|
+
"VDataTableServer": {
|
160
|
+
"from": "components/VDataTable",
|
161
|
+
"styles": []
|
162
|
+
},
|
163
|
+
"VColorPicker": {
|
164
|
+
"from": "components/VColorPicker",
|
165
|
+
"styles": []
|
166
|
+
},
|
167
|
+
"VCounter": {
|
168
|
+
"from": "components/VCounter",
|
133
169
|
"styles": []
|
134
170
|
},
|
135
171
|
"VDatePicker": {
|
@@ -156,16 +192,16 @@
|
|
156
192
|
"from": "components/VDatePicker",
|
157
193
|
"styles": []
|
158
194
|
},
|
159
|
-
"
|
160
|
-
"from": "components/
|
195
|
+
"VDialog": {
|
196
|
+
"from": "components/VDialog",
|
161
197
|
"styles": []
|
162
198
|
},
|
163
199
|
"VCombobox": {
|
164
200
|
"from": "components/VCombobox",
|
165
201
|
"styles": []
|
166
202
|
},
|
167
|
-
"
|
168
|
-
"from": "components/
|
203
|
+
"VEmptyState": {
|
204
|
+
"from": "components/VEmptyState",
|
169
205
|
"styles": []
|
170
206
|
},
|
171
207
|
"VDivider": {
|
@@ -188,44 +224,12 @@
|
|
188
224
|
"from": "components/VExpansionPanel",
|
189
225
|
"styles": []
|
190
226
|
},
|
191
|
-
"VDialog": {
|
192
|
-
"from": "components/VDialog",
|
193
|
-
"styles": []
|
194
|
-
},
|
195
|
-
"VDataTable": {
|
196
|
-
"from": "components/VDataTable",
|
197
|
-
"styles": []
|
198
|
-
},
|
199
|
-
"VDataTableHeaders": {
|
200
|
-
"from": "components/VDataTable",
|
201
|
-
"styles": []
|
202
|
-
},
|
203
|
-
"VDataTableFooter": {
|
204
|
-
"from": "components/VDataTable",
|
205
|
-
"styles": []
|
206
|
-
},
|
207
|
-
"VDataTableRows": {
|
208
|
-
"from": "components/VDataTable",
|
209
|
-
"styles": []
|
210
|
-
},
|
211
|
-
"VDataTableRow": {
|
212
|
-
"from": "components/VDataTable",
|
213
|
-
"styles": []
|
214
|
-
},
|
215
|
-
"VDataTableVirtual": {
|
216
|
-
"from": "components/VDataTable",
|
217
|
-
"styles": []
|
218
|
-
},
|
219
|
-
"VDataTableServer": {
|
220
|
-
"from": "components/VDataTable",
|
221
|
-
"styles": []
|
222
|
-
},
|
223
227
|
"VFab": {
|
224
228
|
"from": "components/VFab",
|
225
229
|
"styles": []
|
226
230
|
},
|
227
|
-
"
|
228
|
-
"from": "components/
|
231
|
+
"VFileInput": {
|
232
|
+
"from": "components/VFileInput",
|
229
233
|
"styles": []
|
230
234
|
},
|
231
235
|
"VField": {
|
@@ -240,12 +244,8 @@
|
|
240
244
|
"from": "components/VFooter",
|
241
245
|
"styles": []
|
242
246
|
},
|
243
|
-
"
|
244
|
-
"from": "components/
|
245
|
-
"styles": []
|
246
|
-
},
|
247
|
-
"VImg": {
|
248
|
-
"from": "components/VImg",
|
247
|
+
"VInfiniteScroll": {
|
248
|
+
"from": "components/VInfiniteScroll",
|
249
249
|
"styles": []
|
250
250
|
},
|
251
251
|
"VIcon": {
|
@@ -268,28 +268,32 @@
|
|
268
268
|
"from": "components/VIcon",
|
269
269
|
"styles": []
|
270
270
|
},
|
271
|
-
"
|
272
|
-
"from": "components/
|
271
|
+
"VInput": {
|
272
|
+
"from": "components/VInput",
|
273
273
|
"styles": []
|
274
274
|
},
|
275
275
|
"VKbd": {
|
276
276
|
"from": "components/VKbd",
|
277
277
|
"styles": []
|
278
278
|
},
|
279
|
-
"
|
280
|
-
"from": "components/
|
279
|
+
"VImg": {
|
280
|
+
"from": "components/VImg",
|
281
281
|
"styles": []
|
282
282
|
},
|
283
|
-
"
|
284
|
-
"from": "components/
|
283
|
+
"VMenu": {
|
284
|
+
"from": "components/VMenu",
|
285
285
|
"styles": []
|
286
286
|
},
|
287
|
-
"
|
288
|
-
"from": "components/
|
287
|
+
"VMain": {
|
288
|
+
"from": "components/VMain",
|
289
289
|
"styles": []
|
290
290
|
},
|
291
|
-
"
|
292
|
-
"from": "components/
|
291
|
+
"VLabel": {
|
292
|
+
"from": "components/VLabel",
|
293
|
+
"styles": []
|
294
|
+
},
|
295
|
+
"VMessages": {
|
296
|
+
"from": "components/VMessages",
|
293
297
|
"styles": []
|
294
298
|
},
|
295
299
|
"VList": {
|
@@ -328,36 +332,24 @@
|
|
328
332
|
"from": "components/VList",
|
329
333
|
"styles": []
|
330
334
|
},
|
331
|
-
"
|
332
|
-
"from": "components/
|
333
|
-
"styles": []
|
334
|
-
},
|
335
|
-
"VMessages": {
|
336
|
-
"from": "components/VMessages",
|
337
|
-
"styles": []
|
338
|
-
},
|
339
|
-
"VMenu": {
|
340
|
-
"from": "components/VMenu",
|
341
|
-
"styles": []
|
342
|
-
},
|
343
|
-
"VPagination": {
|
344
|
-
"from": "components/VPagination",
|
335
|
+
"VNumberInput": {
|
336
|
+
"from": "components/VNumberInput",
|
345
337
|
"styles": []
|
346
338
|
},
|
347
339
|
"VOverlay": {
|
348
340
|
"from": "components/VOverlay",
|
349
341
|
"styles": []
|
350
342
|
},
|
351
|
-
"
|
352
|
-
"from": "components/
|
343
|
+
"VItemGroup": {
|
344
|
+
"from": "components/VItemGroup",
|
353
345
|
"styles": []
|
354
346
|
},
|
355
|
-
"
|
356
|
-
"from": "components/
|
347
|
+
"VItem": {
|
348
|
+
"from": "components/VItemGroup",
|
357
349
|
"styles": []
|
358
350
|
},
|
359
|
-
"
|
360
|
-
"from": "components/
|
351
|
+
"VPagination": {
|
352
|
+
"from": "components/VPagination",
|
361
353
|
"styles": []
|
362
354
|
},
|
363
355
|
"VProgressCircular": {
|
@@ -368,34 +360,42 @@
|
|
368
360
|
"from": "components/VProgressLinear",
|
369
361
|
"styles": []
|
370
362
|
},
|
371
|
-
"
|
372
|
-
"from": "components/
|
363
|
+
"VOtpInput": {
|
364
|
+
"from": "components/VOtpInput",
|
373
365
|
"styles": []
|
374
366
|
},
|
375
367
|
"VRating": {
|
376
368
|
"from": "components/VRating",
|
377
369
|
"styles": []
|
378
370
|
},
|
379
|
-
"
|
380
|
-
"from": "components/
|
371
|
+
"VRadioGroup": {
|
372
|
+
"from": "components/VRadioGroup",
|
381
373
|
"styles": []
|
382
374
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
375
|
+
"VNavigationDrawer": {
|
376
|
+
"from": "components/VNavigationDrawer",
|
377
|
+
"styles": []
|
378
|
+
},
|
379
|
+
"VSelect": {
|
380
|
+
"from": "components/VSelect",
|
385
381
|
"styles": []
|
386
382
|
},
|
387
383
|
"VSelectionControl": {
|
388
384
|
"from": "components/VSelectionControl",
|
389
385
|
"styles": []
|
390
386
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
387
|
+
"VSelectionControlGroup": {
|
388
|
+
"from": "components/VSelectionControlGroup",
|
393
389
|
"styles": []
|
394
390
|
},
|
395
391
|
"VSkeletonLoader": {
|
396
392
|
"from": "components/VSkeletonLoader",
|
397
393
|
"styles": []
|
398
394
|
},
|
395
|
+
"VSheet": {
|
396
|
+
"from": "components/VSheet",
|
397
|
+
"styles": []
|
398
|
+
},
|
399
399
|
"VSlideGroup": {
|
400
400
|
"from": "components/VSlideGroup",
|
401
401
|
"styles": []
|
@@ -404,14 +404,6 @@
|
|
404
404
|
"from": "components/VSlideGroup",
|
405
405
|
"styles": []
|
406
406
|
},
|
407
|
-
"VSlider": {
|
408
|
-
"from": "components/VSlider",
|
409
|
-
"styles": []
|
410
|
-
},
|
411
|
-
"VSnackbar": {
|
412
|
-
"from": "components/VSnackbar",
|
413
|
-
"styles": []
|
414
|
-
},
|
415
407
|
"VStepper": {
|
416
408
|
"from": "components/VStepper",
|
417
409
|
"styles": []
|
@@ -436,8 +428,12 @@
|
|
436
428
|
"from": "components/VStepper",
|
437
429
|
"styles": []
|
438
430
|
},
|
439
|
-
"
|
440
|
-
"from": "components/
|
431
|
+
"VSlider": {
|
432
|
+
"from": "components/VSlider",
|
433
|
+
"styles": []
|
434
|
+
},
|
435
|
+
"VSystemBar": {
|
436
|
+
"from": "components/VSystemBar",
|
441
437
|
"styles": []
|
442
438
|
},
|
443
439
|
"VTab": {
|
@@ -456,44 +452,20 @@
|
|
456
452
|
"from": "components/VTabs",
|
457
453
|
"styles": []
|
458
454
|
},
|
459
|
-
"
|
460
|
-
"from": "components/
|
461
|
-
"styles": []
|
462
|
-
},
|
463
|
-
"VTextarea": {
|
464
|
-
"from": "components/VTextarea",
|
465
|
-
"styles": []
|
466
|
-
},
|
467
|
-
"VTextField": {
|
468
|
-
"from": "components/VTextField",
|
455
|
+
"VSwitch": {
|
456
|
+
"from": "components/VSwitch",
|
469
457
|
"styles": []
|
470
458
|
},
|
471
459
|
"VTable": {
|
472
460
|
"from": "components/VTable",
|
473
461
|
"styles": []
|
474
462
|
},
|
475
|
-
"
|
476
|
-
"from": "components/
|
477
|
-
"styles": []
|
478
|
-
},
|
479
|
-
"VTimePickerClock": {
|
480
|
-
"from": "components/VTimePicker",
|
481
|
-
"styles": []
|
482
|
-
},
|
483
|
-
"VTimePickerControls": {
|
484
|
-
"from": "components/VTimePicker",
|
485
|
-
"styles": []
|
486
|
-
},
|
487
|
-
"VToolbar": {
|
488
|
-
"from": "components/VToolbar",
|
489
|
-
"styles": []
|
490
|
-
},
|
491
|
-
"VToolbarTitle": {
|
492
|
-
"from": "components/VToolbar",
|
463
|
+
"VTextField": {
|
464
|
+
"from": "components/VTextField",
|
493
465
|
"styles": []
|
494
466
|
},
|
495
|
-
"
|
496
|
-
"from": "components/
|
467
|
+
"VTextarea": {
|
468
|
+
"from": "components/VTextarea",
|
497
469
|
"styles": []
|
498
470
|
},
|
499
471
|
"VTimeline": {
|
@@ -508,6 +480,18 @@
|
|
508
480
|
"from": "components/VTooltip",
|
509
481
|
"styles": []
|
510
482
|
},
|
483
|
+
"VTimePicker": {
|
484
|
+
"from": "components/VTimePicker",
|
485
|
+
"styles": []
|
486
|
+
},
|
487
|
+
"VTimePickerClock": {
|
488
|
+
"from": "components/VTimePicker",
|
489
|
+
"styles": []
|
490
|
+
},
|
491
|
+
"VTimePickerControls": {
|
492
|
+
"from": "components/VTimePicker",
|
493
|
+
"styles": []
|
494
|
+
},
|
511
495
|
"VTreeview": {
|
512
496
|
"from": "components/VTreeview",
|
513
497
|
"styles": []
|
@@ -520,6 +504,18 @@
|
|
520
504
|
"from": "components/VTreeview",
|
521
505
|
"styles": []
|
522
506
|
},
|
507
|
+
"VToolbar": {
|
508
|
+
"from": "components/VToolbar",
|
509
|
+
"styles": []
|
510
|
+
},
|
511
|
+
"VToolbarTitle": {
|
512
|
+
"from": "components/VToolbar",
|
513
|
+
"styles": []
|
514
|
+
},
|
515
|
+
"VToolbarItems": {
|
516
|
+
"from": "components/VToolbar",
|
517
|
+
"styles": []
|
518
|
+
},
|
523
519
|
"VWindow": {
|
524
520
|
"from": "components/VWindow",
|
525
521
|
"styles": []
|
@@ -528,22 +524,14 @@
|
|
528
524
|
"from": "components/VWindow",
|
529
525
|
"styles": []
|
530
526
|
},
|
531
|
-
"
|
532
|
-
"from": "components/
|
533
|
-
"styles": []
|
534
|
-
},
|
535
|
-
"VDataIterator": {
|
536
|
-
"from": "components/VDataIterator",
|
527
|
+
"VSnackbar": {
|
528
|
+
"from": "components/VSnackbar",
|
537
529
|
"styles": []
|
538
530
|
},
|
539
531
|
"VDefaultsProvider": {
|
540
532
|
"from": "components/VDefaultsProvider",
|
541
533
|
"styles": []
|
542
534
|
},
|
543
|
-
"VForm": {
|
544
|
-
"from": "components/VForm",
|
545
|
-
"styles": []
|
546
|
-
},
|
547
535
|
"VContainer": {
|
548
536
|
"from": "components/VGrid",
|
549
537
|
"styles": []
|
@@ -560,12 +548,8 @@
|
|
560
548
|
"from": "components/VGrid",
|
561
549
|
"styles": []
|
562
550
|
},
|
563
|
-
"
|
564
|
-
"from": "components/
|
565
|
-
"styles": []
|
566
|
-
},
|
567
|
-
"VLazy": {
|
568
|
-
"from": "components/VLazy",
|
551
|
+
"VForm": {
|
552
|
+
"from": "components/VForm",
|
569
553
|
"styles": []
|
570
554
|
},
|
571
555
|
"VLayout": {
|
@@ -576,6 +560,14 @@
|
|
576
560
|
"from": "components/VLayout",
|
577
561
|
"styles": []
|
578
562
|
},
|
563
|
+
"VHover": {
|
564
|
+
"from": "components/VHover",
|
565
|
+
"styles": []
|
566
|
+
},
|
567
|
+
"VLazy": {
|
568
|
+
"from": "components/VLazy",
|
569
|
+
"styles": []
|
570
|
+
},
|
579
571
|
"VLocaleProvider": {
|
580
572
|
"from": "components/VLocaleProvider",
|
581
573
|
"styles": []
|
@@ -592,14 +584,14 @@
|
|
592
584
|
"from": "components/VRadio",
|
593
585
|
"styles": []
|
594
586
|
},
|
595
|
-
"VRangeSlider": {
|
596
|
-
"from": "components/VRangeSlider",
|
597
|
-
"styles": []
|
598
|
-
},
|
599
587
|
"VResponsive": {
|
600
588
|
"from": "components/VResponsive",
|
601
589
|
"styles": []
|
602
590
|
},
|
591
|
+
"VRangeSlider": {
|
592
|
+
"from": "components/VRangeSlider",
|
593
|
+
"styles": []
|
594
|
+
},
|
603
595
|
"VSnackbarQueue": {
|
604
596
|
"from": "components/VSnackbarQueue",
|
605
597
|
"styles": []
|
@@ -608,10 +600,6 @@
|
|
608
600
|
"from": "components/VSparkline",
|
609
601
|
"styles": []
|
610
602
|
},
|
611
|
-
"VSpeedDial": {
|
612
|
-
"from": "components/VSpeedDial",
|
613
|
-
"styles": []
|
614
|
-
},
|
615
603
|
"VThemeProvider": {
|
616
604
|
"from": "components/VThemeProvider",
|
617
605
|
"styles": []
|
@@ -687,6 +675,18 @@
|
|
687
675
|
"VDialogTransition": {
|
688
676
|
"from": "components/transitions",
|
689
677
|
"styles": []
|
678
|
+
},
|
679
|
+
"VSpeedDial": {
|
680
|
+
"from": "components/VSpeedDial",
|
681
|
+
"styles": []
|
682
|
+
},
|
683
|
+
"VConfirmEdit": {
|
684
|
+
"from": "components/VConfirmEdit",
|
685
|
+
"styles": []
|
686
|
+
},
|
687
|
+
"VDataIterator": {
|
688
|
+
"from": "components/VDataIterator",
|
689
|
+
"styles": []
|
690
690
|
}
|
691
691
|
},
|
692
692
|
"directives": [
|
package/dist/json/tags.json
CHANGED
@@ -41,7 +41,6 @@
|
|
41
41
|
},
|
42
42
|
"VApp": {
|
43
43
|
"attributes": [
|
44
|
-
"full-height",
|
45
44
|
"overlaps",
|
46
45
|
"theme"
|
47
46
|
],
|
@@ -519,6 +518,7 @@
|
|
519
518
|
"display-value",
|
520
519
|
"events",
|
521
520
|
"first-day-of-week",
|
521
|
+
"first-day-of-year",
|
522
522
|
"hide-day-header",
|
523
523
|
"hide-header",
|
524
524
|
"hide-week-number",
|
@@ -1500,6 +1500,7 @@
|
|
1500
1500
|
"error",
|
1501
1501
|
"error-messages",
|
1502
1502
|
"first-day-of-week",
|
1503
|
+
"first-day-of-year",
|
1503
1504
|
"flat",
|
1504
1505
|
"focused",
|
1505
1506
|
"glow",
|
@@ -1592,6 +1593,7 @@
|
|
1592
1593
|
"divided",
|
1593
1594
|
"elevation",
|
1594
1595
|
"first-day-of-week",
|
1596
|
+
"first-day-of-year",
|
1595
1597
|
"header",
|
1596
1598
|
"header-color",
|
1597
1599
|
"height",
|
@@ -1659,6 +1661,7 @@
|
|
1659
1661
|
"color",
|
1660
1662
|
"disabled",
|
1661
1663
|
"first-day-of-week",
|
1664
|
+
"first-day-of-year",
|
1662
1665
|
"hide-weekdays",
|
1663
1666
|
"max",
|
1664
1667
|
"min",
|