@vuetify/nightly 3.11.3-dev.2025-12-09 → 3.11.3-dev.2025-12-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 +12 -3
- package/dist/json/attributes.json +2453 -2445
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +168 -168
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +4287 -4267
- package/dist/vuetify-labs.cjs +9 -6
- package/dist/vuetify-labs.css +4762 -4762
- package/dist/vuetify-labs.d.ts +84 -74
- package/dist/vuetify-labs.esm.js +9 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +9 -6
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +5 -3
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4346 -4346
- package/dist/vuetify.d.ts +76 -60
- package/dist/vuetify.esm.js +5 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +5 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +13 -0
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +13 -0
- package/lib/components/VDatePicker/VDatePickerMonth.js +2 -0
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +60 -60
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +13 -25
- package/lib/labs/VDateInput/VDateInput.js +4 -3
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/package.json +3 -3
|
@@ -4,6 +4,10 @@
|
|
|
4
4
|
"from": "labs/VColorInput",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
+
"VIconBtn": {
|
|
8
|
+
"from": "labs/VIconBtn",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
7
11
|
"VFileUpload": {
|
|
8
12
|
"from": "labs/VFileUpload",
|
|
9
13
|
"styles": []
|
|
@@ -12,14 +16,6 @@
|
|
|
12
16
|
"from": "labs/VFileUpload",
|
|
13
17
|
"styles": []
|
|
14
18
|
},
|
|
15
|
-
"VPicker": {
|
|
16
|
-
"from": "labs/VPicker",
|
|
17
|
-
"styles": []
|
|
18
|
-
},
|
|
19
|
-
"VPickerTitle": {
|
|
20
|
-
"from": "labs/VPicker",
|
|
21
|
-
"styles": []
|
|
22
|
-
},
|
|
23
19
|
"VStepperVertical": {
|
|
24
20
|
"from": "labs/VStepperVertical",
|
|
25
21
|
"styles": []
|
|
@@ -32,20 +28,12 @@
|
|
|
32
28
|
"from": "labs/VStepperVertical",
|
|
33
29
|
"styles": []
|
|
34
30
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "labs/
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
|
-
"VPieSegment": {
|
|
40
|
-
"from": "labs/VPie",
|
|
41
|
-
"styles": []
|
|
42
|
-
},
|
|
43
|
-
"VPieTooltip": {
|
|
44
|
-
"from": "labs/VPie",
|
|
31
|
+
"VPicker": {
|
|
32
|
+
"from": "labs/VPicker",
|
|
45
33
|
"styles": []
|
|
46
34
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "labs/
|
|
35
|
+
"VPickerTitle": {
|
|
36
|
+
"from": "labs/VPicker",
|
|
49
37
|
"styles": []
|
|
50
38
|
},
|
|
51
39
|
"VVideo": {
|
|
@@ -60,14 +48,26 @@
|
|
|
60
48
|
"from": "labs/VVideo",
|
|
61
49
|
"styles": []
|
|
62
50
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "labs/
|
|
51
|
+
"VPie": {
|
|
52
|
+
"from": "labs/VPie",
|
|
53
|
+
"styles": []
|
|
54
|
+
},
|
|
55
|
+
"VPieSegment": {
|
|
56
|
+
"from": "labs/VPie",
|
|
57
|
+
"styles": []
|
|
58
|
+
},
|
|
59
|
+
"VPieTooltip": {
|
|
60
|
+
"from": "labs/VPie",
|
|
65
61
|
"styles": []
|
|
66
62
|
},
|
|
67
63
|
"VMaskInput": {
|
|
68
64
|
"from": "labs/VMaskInput",
|
|
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,25 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VAlert": {
|
|
4
|
-
"from": "components/VAlert",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
|
-
"VAlertTitle": {
|
|
8
|
-
"from": "components/VAlert",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
3
|
"VApp": {
|
|
12
4
|
"from": "components/VApp",
|
|
13
5
|
"styles": []
|
|
14
6
|
},
|
|
15
|
-
"VAvatar": {
|
|
16
|
-
"from": "components/VAvatar",
|
|
17
|
-
"styles": []
|
|
18
|
-
},
|
|
19
|
-
"VBadge": {
|
|
20
|
-
"from": "components/VBadge",
|
|
21
|
-
"styles": []
|
|
22
|
-
},
|
|
23
7
|
"VAppBar": {
|
|
24
8
|
"from": "components/VAppBar",
|
|
25
9
|
"styles": []
|
|
@@ -32,6 +16,18 @@
|
|
|
32
16
|
"from": "components/VAppBar",
|
|
33
17
|
"styles": []
|
|
34
18
|
},
|
|
19
|
+
"VAutocomplete": {
|
|
20
|
+
"from": "components/VAutocomplete",
|
|
21
|
+
"styles": []
|
|
22
|
+
},
|
|
23
|
+
"VAvatar": {
|
|
24
|
+
"from": "components/VAvatar",
|
|
25
|
+
"styles": []
|
|
26
|
+
},
|
|
27
|
+
"VBadge": {
|
|
28
|
+
"from": "components/VBadge",
|
|
29
|
+
"styles": []
|
|
30
|
+
},
|
|
35
31
|
"VBanner": {
|
|
36
32
|
"from": "components/VBanner",
|
|
37
33
|
"styles": []
|
|
@@ -44,6 +40,14 @@
|
|
|
44
40
|
"from": "components/VBanner",
|
|
45
41
|
"styles": []
|
|
46
42
|
},
|
|
43
|
+
"VAlert": {
|
|
44
|
+
"from": "components/VAlert",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
47
|
+
"VAlertTitle": {
|
|
48
|
+
"from": "components/VAlert",
|
|
49
|
+
"styles": []
|
|
50
|
+
},
|
|
47
51
|
"VBreadcrumbs": {
|
|
48
52
|
"from": "components/VBreadcrumbs",
|
|
49
53
|
"styles": []
|
|
@@ -56,20 +60,28 @@
|
|
|
56
60
|
"from": "components/VBreadcrumbs",
|
|
57
61
|
"styles": []
|
|
58
62
|
},
|
|
59
|
-
"VAutocomplete": {
|
|
60
|
-
"from": "components/VAutocomplete",
|
|
61
|
-
"styles": []
|
|
62
|
-
},
|
|
63
63
|
"VBottomNavigation": {
|
|
64
64
|
"from": "components/VBottomNavigation",
|
|
65
65
|
"styles": []
|
|
66
66
|
},
|
|
67
|
+
"VBottomSheet": {
|
|
68
|
+
"from": "components/VBottomSheet",
|
|
69
|
+
"styles": []
|
|
70
|
+
},
|
|
67
71
|
"VBtn": {
|
|
68
72
|
"from": "components/VBtn",
|
|
69
73
|
"styles": []
|
|
70
74
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "components/
|
|
75
|
+
"VCalendar": {
|
|
76
|
+
"from": "components/VCalendar",
|
|
77
|
+
"styles": []
|
|
78
|
+
},
|
|
79
|
+
"VCarousel": {
|
|
80
|
+
"from": "components/VCarousel",
|
|
81
|
+
"styles": []
|
|
82
|
+
},
|
|
83
|
+
"VCarouselItem": {
|
|
84
|
+
"from": "components/VCarousel",
|
|
73
85
|
"styles": []
|
|
74
86
|
},
|
|
75
87
|
"VBtnGroup": {
|
|
@@ -80,10 +92,6 @@
|
|
|
80
92
|
"from": "components/VBtnToggle",
|
|
81
93
|
"styles": []
|
|
82
94
|
},
|
|
83
|
-
"VCalendar": {
|
|
84
|
-
"from": "components/VCalendar",
|
|
85
|
-
"styles": []
|
|
86
|
-
},
|
|
87
95
|
"VCard": {
|
|
88
96
|
"from": "components/VCard",
|
|
89
97
|
"styles": []
|
|
@@ -108,26 +116,18 @@
|
|
|
108
116
|
"from": "components/VCard",
|
|
109
117
|
"styles": []
|
|
110
118
|
},
|
|
111
|
-
"
|
|
112
|
-
"from": "components/
|
|
119
|
+
"VChip": {
|
|
120
|
+
"from": "components/VChip",
|
|
113
121
|
"styles": []
|
|
114
122
|
},
|
|
115
|
-
"
|
|
116
|
-
"from": "components/
|
|
123
|
+
"VColorPicker": {
|
|
124
|
+
"from": "components/VColorPicker",
|
|
117
125
|
"styles": []
|
|
118
126
|
},
|
|
119
127
|
"VCode": {
|
|
120
128
|
"from": "components/VCode",
|
|
121
129
|
"styles": []
|
|
122
130
|
},
|
|
123
|
-
"VChipGroup": {
|
|
124
|
-
"from": "components/VChipGroup",
|
|
125
|
-
"styles": []
|
|
126
|
-
},
|
|
127
|
-
"VChip": {
|
|
128
|
-
"from": "components/VChip",
|
|
129
|
-
"styles": []
|
|
130
|
-
},
|
|
131
131
|
"VCheckbox": {
|
|
132
132
|
"from": "components/VCheckbox",
|
|
133
133
|
"styles": []
|
|
@@ -140,50 +140,14 @@
|
|
|
140
140
|
"from": "components/VCombobox",
|
|
141
141
|
"styles": []
|
|
142
142
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
143
|
+
"VChipGroup": {
|
|
144
|
+
"from": "components/VChipGroup",
|
|
145
145
|
"styles": []
|
|
146
146
|
},
|
|
147
147
|
"VCounter": {
|
|
148
148
|
"from": "components/VCounter",
|
|
149
149
|
"styles": []
|
|
150
150
|
},
|
|
151
|
-
"VDialog": {
|
|
152
|
-
"from": "components/VDialog",
|
|
153
|
-
"styles": []
|
|
154
|
-
},
|
|
155
|
-
"VDatePicker": {
|
|
156
|
-
"from": "components/VDatePicker",
|
|
157
|
-
"styles": []
|
|
158
|
-
},
|
|
159
|
-
"VDatePickerControls": {
|
|
160
|
-
"from": "components/VDatePicker",
|
|
161
|
-
"styles": []
|
|
162
|
-
},
|
|
163
|
-
"VDatePickerHeader": {
|
|
164
|
-
"from": "components/VDatePicker",
|
|
165
|
-
"styles": []
|
|
166
|
-
},
|
|
167
|
-
"VDatePickerMonth": {
|
|
168
|
-
"from": "components/VDatePicker",
|
|
169
|
-
"styles": []
|
|
170
|
-
},
|
|
171
|
-
"VDatePickerMonths": {
|
|
172
|
-
"from": "components/VDatePicker",
|
|
173
|
-
"styles": []
|
|
174
|
-
},
|
|
175
|
-
"VDatePickerYears": {
|
|
176
|
-
"from": "components/VDatePicker",
|
|
177
|
-
"styles": []
|
|
178
|
-
},
|
|
179
|
-
"VDivider": {
|
|
180
|
-
"from": "components/VDivider",
|
|
181
|
-
"styles": []
|
|
182
|
-
},
|
|
183
|
-
"VEmptyState": {
|
|
184
|
-
"from": "components/VEmptyState",
|
|
185
|
-
"styles": []
|
|
186
|
-
},
|
|
187
151
|
"VDataTable": {
|
|
188
152
|
"from": "components/VDataTable",
|
|
189
153
|
"styles": []
|
|
@@ -212,8 +176,36 @@
|
|
|
212
176
|
"from": "components/VDataTable",
|
|
213
177
|
"styles": []
|
|
214
178
|
},
|
|
215
|
-
"
|
|
216
|
-
"from": "components/
|
|
179
|
+
"VDatePicker": {
|
|
180
|
+
"from": "components/VDatePicker",
|
|
181
|
+
"styles": []
|
|
182
|
+
},
|
|
183
|
+
"VDatePickerControls": {
|
|
184
|
+
"from": "components/VDatePicker",
|
|
185
|
+
"styles": []
|
|
186
|
+
},
|
|
187
|
+
"VDatePickerHeader": {
|
|
188
|
+
"from": "components/VDatePicker",
|
|
189
|
+
"styles": []
|
|
190
|
+
},
|
|
191
|
+
"VDatePickerMonth": {
|
|
192
|
+
"from": "components/VDatePicker",
|
|
193
|
+
"styles": []
|
|
194
|
+
},
|
|
195
|
+
"VDatePickerMonths": {
|
|
196
|
+
"from": "components/VDatePicker",
|
|
197
|
+
"styles": []
|
|
198
|
+
},
|
|
199
|
+
"VDatePickerYears": {
|
|
200
|
+
"from": "components/VDatePicker",
|
|
201
|
+
"styles": []
|
|
202
|
+
},
|
|
203
|
+
"VDialog": {
|
|
204
|
+
"from": "components/VDialog",
|
|
205
|
+
"styles": []
|
|
206
|
+
},
|
|
207
|
+
"VDivider": {
|
|
208
|
+
"from": "components/VDivider",
|
|
217
209
|
"styles": []
|
|
218
210
|
},
|
|
219
211
|
"VExpansionPanels": {
|
|
@@ -232,16 +224,16 @@
|
|
|
232
224
|
"from": "components/VExpansionPanel",
|
|
233
225
|
"styles": []
|
|
234
226
|
},
|
|
235
|
-
"
|
|
236
|
-
"from": "components/
|
|
227
|
+
"VEmptyState": {
|
|
228
|
+
"from": "components/VEmptyState",
|
|
237
229
|
"styles": []
|
|
238
230
|
},
|
|
239
|
-
"
|
|
240
|
-
"from": "components/
|
|
231
|
+
"VFab": {
|
|
232
|
+
"from": "components/VFab",
|
|
241
233
|
"styles": []
|
|
242
234
|
},
|
|
243
|
-
"
|
|
244
|
-
"from": "components/
|
|
235
|
+
"VFooter": {
|
|
236
|
+
"from": "components/VFooter",
|
|
245
237
|
"styles": []
|
|
246
238
|
},
|
|
247
239
|
"VField": {
|
|
@@ -252,20 +244,12 @@
|
|
|
252
244
|
"from": "components/VField",
|
|
253
245
|
"styles": []
|
|
254
246
|
},
|
|
255
|
-
"
|
|
256
|
-
"from": "components/
|
|
257
|
-
"styles": []
|
|
258
|
-
},
|
|
259
|
-
"VInfiniteScroll": {
|
|
260
|
-
"from": "components/VInfiniteScroll",
|
|
261
|
-
"styles": []
|
|
262
|
-
},
|
|
263
|
-
"VInput": {
|
|
264
|
-
"from": "components/VInput",
|
|
247
|
+
"VHotkey": {
|
|
248
|
+
"from": "components/VHotkey",
|
|
265
249
|
"styles": []
|
|
266
250
|
},
|
|
267
|
-
"
|
|
268
|
-
"from": "components/
|
|
251
|
+
"VFileInput": {
|
|
252
|
+
"from": "components/VFileInput",
|
|
269
253
|
"styles": []
|
|
270
254
|
},
|
|
271
255
|
"VIcon": {
|
|
@@ -288,6 +272,22 @@
|
|
|
288
272
|
"from": "components/VIcon",
|
|
289
273
|
"styles": []
|
|
290
274
|
},
|
|
275
|
+
"VImg": {
|
|
276
|
+
"from": "components/VImg",
|
|
277
|
+
"styles": []
|
|
278
|
+
},
|
|
279
|
+
"VInput": {
|
|
280
|
+
"from": "components/VInput",
|
|
281
|
+
"styles": []
|
|
282
|
+
},
|
|
283
|
+
"VInfiniteScroll": {
|
|
284
|
+
"from": "components/VInfiniteScroll",
|
|
285
|
+
"styles": []
|
|
286
|
+
},
|
|
287
|
+
"VKbd": {
|
|
288
|
+
"from": "components/VKbd",
|
|
289
|
+
"styles": []
|
|
290
|
+
},
|
|
291
291
|
"VItemGroup": {
|
|
292
292
|
"from": "components/VItemGroup",
|
|
293
293
|
"styles": []
|
|
@@ -296,14 +296,14 @@
|
|
|
296
296
|
"from": "components/VItemGroup",
|
|
297
297
|
"styles": []
|
|
298
298
|
},
|
|
299
|
-
"VMain": {
|
|
300
|
-
"from": "components/VMain",
|
|
301
|
-
"styles": []
|
|
302
|
-
},
|
|
303
299
|
"VLabel": {
|
|
304
300
|
"from": "components/VLabel",
|
|
305
301
|
"styles": []
|
|
306
302
|
},
|
|
303
|
+
"VMain": {
|
|
304
|
+
"from": "components/VMain",
|
|
305
|
+
"styles": []
|
|
306
|
+
},
|
|
307
307
|
"VList": {
|
|
308
308
|
"from": "components/VList",
|
|
309
309
|
"styles": []
|
|
@@ -340,12 +340,12 @@
|
|
|
340
340
|
"from": "components/VList",
|
|
341
341
|
"styles": []
|
|
342
342
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
343
|
+
"VNumberInput": {
|
|
344
|
+
"from": "components/VNumberInput",
|
|
345
345
|
"styles": []
|
|
346
346
|
},
|
|
347
|
-
"
|
|
348
|
-
"from": "components/
|
|
347
|
+
"VMessages": {
|
|
348
|
+
"from": "components/VMessages",
|
|
349
349
|
"styles": []
|
|
350
350
|
},
|
|
351
351
|
"VOtpInput": {
|
|
@@ -356,18 +356,10 @@
|
|
|
356
356
|
"from": "components/VPagination",
|
|
357
357
|
"styles": []
|
|
358
358
|
},
|
|
359
|
-
"VMessages": {
|
|
360
|
-
"from": "components/VMessages",
|
|
361
|
-
"styles": []
|
|
362
|
-
},
|
|
363
359
|
"VOverlay": {
|
|
364
360
|
"from": "components/VOverlay",
|
|
365
361
|
"styles": []
|
|
366
362
|
},
|
|
367
|
-
"VNumberInput": {
|
|
368
|
-
"from": "components/VNumberInput",
|
|
369
|
-
"styles": []
|
|
370
|
-
},
|
|
371
363
|
"VProgressLinear": {
|
|
372
364
|
"from": "components/VProgressLinear",
|
|
373
365
|
"styles": []
|
|
@@ -376,16 +368,16 @@
|
|
|
376
368
|
"from": "components/VProgressCircular",
|
|
377
369
|
"styles": []
|
|
378
370
|
},
|
|
379
|
-
"VRating": {
|
|
380
|
-
"from": "components/VRating",
|
|
381
|
-
"styles": []
|
|
382
|
-
},
|
|
383
371
|
"VRadioGroup": {
|
|
384
372
|
"from": "components/VRadioGroup",
|
|
385
373
|
"styles": []
|
|
386
374
|
},
|
|
387
|
-
"
|
|
388
|
-
"from": "components/
|
|
375
|
+
"VNavigationDrawer": {
|
|
376
|
+
"from": "components/VNavigationDrawer",
|
|
377
|
+
"styles": []
|
|
378
|
+
},
|
|
379
|
+
"VRating": {
|
|
380
|
+
"from": "components/VRating",
|
|
389
381
|
"styles": []
|
|
390
382
|
},
|
|
391
383
|
"VSelect": {
|
|
@@ -396,6 +388,18 @@
|
|
|
396
388
|
"from": "components/VSelectionControl",
|
|
397
389
|
"styles": []
|
|
398
390
|
},
|
|
391
|
+
"VSelectionControlGroup": {
|
|
392
|
+
"from": "components/VSelectionControlGroup",
|
|
393
|
+
"styles": []
|
|
394
|
+
},
|
|
395
|
+
"VSheet": {
|
|
396
|
+
"from": "components/VSheet",
|
|
397
|
+
"styles": []
|
|
398
|
+
},
|
|
399
|
+
"VSlider": {
|
|
400
|
+
"from": "components/VSlider",
|
|
401
|
+
"styles": []
|
|
402
|
+
},
|
|
399
403
|
"VSkeletonLoader": {
|
|
400
404
|
"from": "components/VSkeletonLoader",
|
|
401
405
|
"styles": []
|
|
@@ -408,14 +412,6 @@
|
|
|
408
412
|
"from": "components/VSlideGroup",
|
|
409
413
|
"styles": []
|
|
410
414
|
},
|
|
411
|
-
"VSheet": {
|
|
412
|
-
"from": "components/VSheet",
|
|
413
|
-
"styles": []
|
|
414
|
-
},
|
|
415
|
-
"VSnackbar": {
|
|
416
|
-
"from": "components/VSnackbar",
|
|
417
|
-
"styles": []
|
|
418
|
-
},
|
|
419
415
|
"VStepper": {
|
|
420
416
|
"from": "components/VStepper",
|
|
421
417
|
"styles": []
|
|
@@ -440,14 +436,18 @@
|
|
|
440
436
|
"from": "components/VStepper",
|
|
441
437
|
"styles": []
|
|
442
438
|
},
|
|
443
|
-
"
|
|
444
|
-
"from": "components/
|
|
439
|
+
"VSnackbar": {
|
|
440
|
+
"from": "components/VSnackbar",
|
|
445
441
|
"styles": []
|
|
446
442
|
},
|
|
447
443
|
"VSwitch": {
|
|
448
444
|
"from": "components/VSwitch",
|
|
449
445
|
"styles": []
|
|
450
446
|
},
|
|
447
|
+
"VTable": {
|
|
448
|
+
"from": "components/VTable",
|
|
449
|
+
"styles": []
|
|
450
|
+
},
|
|
451
451
|
"VTab": {
|
|
452
452
|
"from": "components/VTabs",
|
|
453
453
|
"styles": []
|
|
@@ -468,28 +468,24 @@
|
|
|
468
468
|
"from": "components/VSystemBar",
|
|
469
469
|
"styles": []
|
|
470
470
|
},
|
|
471
|
-
"
|
|
472
|
-
"from": "components/
|
|
471
|
+
"VTextarea": {
|
|
472
|
+
"from": "components/VTextarea",
|
|
473
473
|
"styles": []
|
|
474
474
|
},
|
|
475
475
|
"VTextField": {
|
|
476
476
|
"from": "components/VTextField",
|
|
477
477
|
"styles": []
|
|
478
478
|
},
|
|
479
|
-
"
|
|
480
|
-
"from": "components/
|
|
481
|
-
"styles": []
|
|
482
|
-
},
|
|
483
|
-
"VTimePickerClock": {
|
|
484
|
-
"from": "components/VTimePicker",
|
|
479
|
+
"VTimeline": {
|
|
480
|
+
"from": "components/VTimeline",
|
|
485
481
|
"styles": []
|
|
486
482
|
},
|
|
487
|
-
"
|
|
488
|
-
"from": "components/
|
|
483
|
+
"VTimelineItem": {
|
|
484
|
+
"from": "components/VTimeline",
|
|
489
485
|
"styles": []
|
|
490
486
|
},
|
|
491
|
-
"
|
|
492
|
-
"from": "components/
|
|
487
|
+
"VMenu": {
|
|
488
|
+
"from": "components/VMenu",
|
|
493
489
|
"styles": []
|
|
494
490
|
},
|
|
495
491
|
"VToolbar": {
|
|
@@ -504,12 +500,24 @@
|
|
|
504
500
|
"from": "components/VToolbar",
|
|
505
501
|
"styles": []
|
|
506
502
|
},
|
|
507
|
-
"
|
|
508
|
-
"from": "components/
|
|
503
|
+
"VTimePicker": {
|
|
504
|
+
"from": "components/VTimePicker",
|
|
509
505
|
"styles": []
|
|
510
506
|
},
|
|
511
|
-
"
|
|
512
|
-
"from": "components/
|
|
507
|
+
"VTimePickerClock": {
|
|
508
|
+
"from": "components/VTimePicker",
|
|
509
|
+
"styles": []
|
|
510
|
+
},
|
|
511
|
+
"VTimePickerControls": {
|
|
512
|
+
"from": "components/VTimePicker",
|
|
513
|
+
"styles": []
|
|
514
|
+
},
|
|
515
|
+
"VWindow": {
|
|
516
|
+
"from": "components/VWindow",
|
|
517
|
+
"styles": []
|
|
518
|
+
},
|
|
519
|
+
"VWindowItem": {
|
|
520
|
+
"from": "components/VWindow",
|
|
513
521
|
"styles": []
|
|
514
522
|
},
|
|
515
523
|
"VTreeview": {
|
|
@@ -528,24 +536,16 @@
|
|
|
528
536
|
"from": "components/VTooltip",
|
|
529
537
|
"styles": []
|
|
530
538
|
},
|
|
531
|
-
"
|
|
532
|
-
"from": "components/
|
|
533
|
-
"styles": []
|
|
534
|
-
},
|
|
535
|
-
"VWindowItem": {
|
|
536
|
-
"from": "components/VWindow",
|
|
539
|
+
"VConfirmEdit": {
|
|
540
|
+
"from": "components/VConfirmEdit",
|
|
537
541
|
"styles": []
|
|
538
542
|
},
|
|
539
543
|
"VDataIterator": {
|
|
540
544
|
"from": "components/VDataIterator",
|
|
541
545
|
"styles": []
|
|
542
546
|
},
|
|
543
|
-
"
|
|
544
|
-
"from": "components/
|
|
545
|
-
"styles": []
|
|
546
|
-
},
|
|
547
|
-
"VDefaultsProvider": {
|
|
548
|
-
"from": "components/VDefaultsProvider",
|
|
547
|
+
"VForm": {
|
|
548
|
+
"from": "components/VForm",
|
|
549
549
|
"styles": []
|
|
550
550
|
},
|
|
551
551
|
"VContainer": {
|
|
@@ -564,10 +564,6 @@
|
|
|
564
564
|
"from": "components/VGrid",
|
|
565
565
|
"styles": []
|
|
566
566
|
},
|
|
567
|
-
"VForm": {
|
|
568
|
-
"from": "components/VForm",
|
|
569
|
-
"styles": []
|
|
570
|
-
},
|
|
571
567
|
"VHover": {
|
|
572
568
|
"from": "components/VHover",
|
|
573
569
|
"styles": []
|
|
@@ -592,22 +588,22 @@
|
|
|
592
588
|
"from": "components/VNoSsr",
|
|
593
589
|
"styles": []
|
|
594
590
|
},
|
|
595
|
-
"
|
|
596
|
-
"from": "components/
|
|
591
|
+
"VRadio": {
|
|
592
|
+
"from": "components/VRadio",
|
|
597
593
|
"styles": []
|
|
598
594
|
},
|
|
599
595
|
"VRangeSlider": {
|
|
600
596
|
"from": "components/VRangeSlider",
|
|
601
597
|
"styles": []
|
|
602
598
|
},
|
|
603
|
-
"VRadio": {
|
|
604
|
-
"from": "components/VRadio",
|
|
605
|
-
"styles": []
|
|
606
|
-
},
|
|
607
599
|
"VResponsive": {
|
|
608
600
|
"from": "components/VResponsive",
|
|
609
601
|
"styles": []
|
|
610
602
|
},
|
|
603
|
+
"VParallax": {
|
|
604
|
+
"from": "components/VParallax",
|
|
605
|
+
"styles": []
|
|
606
|
+
},
|
|
611
607
|
"VSnackbarQueue": {
|
|
612
608
|
"from": "components/VSnackbarQueue",
|
|
613
609
|
"styles": []
|
|
@@ -624,12 +620,16 @@
|
|
|
624
620
|
"from": "components/VThemeProvider",
|
|
625
621
|
"styles": []
|
|
626
622
|
},
|
|
623
|
+
"VVirtualScroll": {
|
|
624
|
+
"from": "components/VVirtualScroll",
|
|
625
|
+
"styles": []
|
|
626
|
+
},
|
|
627
627
|
"VValidation": {
|
|
628
628
|
"from": "components/VValidation",
|
|
629
629
|
"styles": []
|
|
630
630
|
},
|
|
631
|
-
"
|
|
632
|
-
"from": "components/
|
|
631
|
+
"VDefaultsProvider": {
|
|
632
|
+
"from": "components/VDefaultsProvider",
|
|
633
633
|
"styles": []
|
|
634
634
|
},
|
|
635
635
|
"VFabTransition": {
|
package/dist/json/tags.json
CHANGED
|
@@ -1609,6 +1609,7 @@
|
|
|
1609
1609
|
"no-month-picker",
|
|
1610
1610
|
"position",
|
|
1611
1611
|
"prev-icon",
|
|
1612
|
+
"readonly",
|
|
1612
1613
|
"reverse-transition",
|
|
1613
1614
|
"rounded",
|
|
1614
1615
|
"show-adjacent-months",
|
|
@@ -1669,6 +1670,7 @@
|
|
|
1669
1670
|
"model-value",
|
|
1670
1671
|
"month",
|
|
1671
1672
|
"multiple",
|
|
1673
|
+
"readonly",
|
|
1672
1674
|
"reverse-transition",
|
|
1673
1675
|
"show-adjacent-months",
|
|
1674
1676
|
"show-week",
|