@vuetify/nightly 3.10.7-dev.2025-10-23 → 3.10.7-dev.2025-10-25
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 +13 -3
- package/dist/json/attributes.json +3162 -3138
- package/dist/json/importMap-labs.json +32 -32
- package/dist/json/importMap.json +162 -162
- package/dist/json/tags.json +6 -0
- package/dist/json/web-types.json +5516 -5456
- package/dist/vuetify-labs.cjs +138 -33
- package/dist/vuetify-labs.css +4436 -4411
- package/dist/vuetify-labs.d.ts +286 -199
- package/dist/vuetify-labs.esm.js +139 -34
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +138 -33
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +138 -33
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4010 -3985
- package/dist/vuetify.d.ts +258 -199
- package/dist/vuetify.esm.js +139 -34
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +138 -33
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +848 -840
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +50 -0
- package/lib/components/VDatePicker/VDatePickerMonth.css +25 -0
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +53 -0
- package/lib/components/VDatePicker/VDatePickerMonth.js +57 -4
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.sass +22 -0
- package/lib/components/VDatePicker/_variables.scss +5 -0
- package/lib/components/VOverlay/locationStrategies.js +19 -11
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VOverlay/useActivator.js +0 -1
- package/lib/components/VOverlay/useActivator.js.map +1 -1
- package/lib/composables/nested/nested.js +7 -1
- package/lib/composables/nested/nested.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +62 -62
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +50 -0
- package/lib/util/helpers.d.ts +8 -1
- package/lib/util/helpers.js +40 -9
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,67 +1,67 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VCalendar": {
|
|
4
|
-
"from": "labs/VCalendar",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
3
|
"VColorInput": {
|
|
8
4
|
"from": "labs/VColorInput",
|
|
9
5
|
"styles": []
|
|
10
6
|
},
|
|
11
|
-
"
|
|
12
|
-
"from": "labs/
|
|
7
|
+
"VPicker": {
|
|
8
|
+
"from": "labs/VPicker",
|
|
13
9
|
"styles": []
|
|
14
10
|
},
|
|
15
|
-
"
|
|
16
|
-
"from": "labs/
|
|
11
|
+
"VPickerTitle": {
|
|
12
|
+
"from": "labs/VPicker",
|
|
17
13
|
"styles": []
|
|
18
14
|
},
|
|
19
|
-
"
|
|
20
|
-
"from": "labs/
|
|
15
|
+
"VPie": {
|
|
16
|
+
"from": "labs/VPie",
|
|
21
17
|
"styles": []
|
|
22
18
|
},
|
|
23
|
-
"
|
|
24
|
-
"from": "labs/
|
|
19
|
+
"VPieSegment": {
|
|
20
|
+
"from": "labs/VPie",
|
|
25
21
|
"styles": []
|
|
26
22
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "labs/
|
|
23
|
+
"VPieTooltip": {
|
|
24
|
+
"from": "labs/VPie",
|
|
29
25
|
"styles": []
|
|
30
26
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "labs/
|
|
27
|
+
"VCalendar": {
|
|
28
|
+
"from": "labs/VCalendar",
|
|
33
29
|
"styles": []
|
|
34
30
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "labs/
|
|
31
|
+
"VStepperVertical": {
|
|
32
|
+
"from": "labs/VStepperVertical",
|
|
37
33
|
"styles": []
|
|
38
34
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "labs/
|
|
35
|
+
"VStepperVerticalItem": {
|
|
36
|
+
"from": "labs/VStepperVertical",
|
|
41
37
|
"styles": []
|
|
42
38
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "labs/
|
|
39
|
+
"VStepperVerticalActions": {
|
|
40
|
+
"from": "labs/VStepperVertical",
|
|
45
41
|
"styles": []
|
|
46
42
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "labs/
|
|
43
|
+
"VHotkey": {
|
|
44
|
+
"from": "labs/VHotkey",
|
|
49
45
|
"styles": []
|
|
50
46
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "labs/
|
|
47
|
+
"VFileUpload": {
|
|
48
|
+
"from": "labs/VFileUpload",
|
|
53
49
|
"styles": []
|
|
54
50
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "labs/
|
|
51
|
+
"VFileUploadItem": {
|
|
52
|
+
"from": "labs/VFileUpload",
|
|
57
53
|
"styles": []
|
|
58
54
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "labs/
|
|
55
|
+
"VVideo": {
|
|
56
|
+
"from": "labs/VVideo",
|
|
61
57
|
"styles": []
|
|
62
58
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "labs/
|
|
59
|
+
"VVideoControls": {
|
|
60
|
+
"from": "labs/VVideo",
|
|
61
|
+
"styles": []
|
|
62
|
+
},
|
|
63
|
+
"VVideoVolume": {
|
|
64
|
+
"from": "labs/VVideo",
|
|
65
65
|
"styles": []
|
|
66
66
|
},
|
|
67
67
|
"VIconBtn": {
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VApp": {
|
|
4
|
-
"from": "components/VApp",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
3
|
"VAppBar": {
|
|
8
4
|
"from": "components/VAppBar",
|
|
9
5
|
"styles": []
|
|
@@ -16,6 +12,10 @@
|
|
|
16
12
|
"from": "components/VAppBar",
|
|
17
13
|
"styles": []
|
|
18
14
|
},
|
|
15
|
+
"VApp": {
|
|
16
|
+
"from": "components/VApp",
|
|
17
|
+
"styles": []
|
|
18
|
+
},
|
|
19
19
|
"VAlert": {
|
|
20
20
|
"from": "components/VAlert",
|
|
21
21
|
"styles": []
|
|
@@ -24,36 +24,24 @@
|
|
|
24
24
|
"from": "components/VAlert",
|
|
25
25
|
"styles": []
|
|
26
26
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "components/
|
|
29
|
-
"styles": []
|
|
30
|
-
},
|
|
31
|
-
"VBannerActions": {
|
|
32
|
-
"from": "components/VBanner",
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
|
-
"VBannerText": {
|
|
36
|
-
"from": "components/VBanner",
|
|
27
|
+
"VAutocomplete": {
|
|
28
|
+
"from": "components/VAutocomplete",
|
|
37
29
|
"styles": []
|
|
38
30
|
},
|
|
39
31
|
"VAvatar": {
|
|
40
32
|
"from": "components/VAvatar",
|
|
41
33
|
"styles": []
|
|
42
34
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "components/
|
|
45
|
-
"styles": []
|
|
46
|
-
},
|
|
47
|
-
"VBadge": {
|
|
48
|
-
"from": "components/VBadge",
|
|
35
|
+
"VBanner": {
|
|
36
|
+
"from": "components/VBanner",
|
|
49
37
|
"styles": []
|
|
50
38
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "components/
|
|
39
|
+
"VBannerActions": {
|
|
40
|
+
"from": "components/VBanner",
|
|
53
41
|
"styles": []
|
|
54
42
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "components/
|
|
43
|
+
"VBannerText": {
|
|
44
|
+
"from": "components/VBanner",
|
|
57
45
|
"styles": []
|
|
58
46
|
},
|
|
59
47
|
"VBreadcrumbs": {
|
|
@@ -68,20 +56,16 @@
|
|
|
68
56
|
"from": "components/VBreadcrumbs",
|
|
69
57
|
"styles": []
|
|
70
58
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "components/
|
|
73
|
-
"styles": []
|
|
74
|
-
},
|
|
75
|
-
"VBtnToggle": {
|
|
76
|
-
"from": "components/VBtnToggle",
|
|
59
|
+
"VBottomSheet": {
|
|
60
|
+
"from": "components/VBottomSheet",
|
|
77
61
|
"styles": []
|
|
78
62
|
},
|
|
79
|
-
"
|
|
80
|
-
"from": "components/
|
|
63
|
+
"VBottomNavigation": {
|
|
64
|
+
"from": "components/VBottomNavigation",
|
|
81
65
|
"styles": []
|
|
82
66
|
},
|
|
83
|
-
"
|
|
84
|
-
"from": "components/
|
|
67
|
+
"VBadge": {
|
|
68
|
+
"from": "components/VBadge",
|
|
85
69
|
"styles": []
|
|
86
70
|
},
|
|
87
71
|
"VCard": {
|
|
@@ -112,12 +96,12 @@
|
|
|
112
96
|
"from": "components/VBtn",
|
|
113
97
|
"styles": []
|
|
114
98
|
},
|
|
115
|
-
"
|
|
116
|
-
"from": "components/
|
|
99
|
+
"VBtnToggle": {
|
|
100
|
+
"from": "components/VBtnToggle",
|
|
117
101
|
"styles": []
|
|
118
102
|
},
|
|
119
|
-
"
|
|
120
|
-
"from": "components/
|
|
103
|
+
"VBtnGroup": {
|
|
104
|
+
"from": "components/VBtnGroup",
|
|
121
105
|
"styles": []
|
|
122
106
|
},
|
|
123
107
|
"VCheckbox": {
|
|
@@ -128,16 +112,24 @@
|
|
|
128
112
|
"from": "components/VCheckbox",
|
|
129
113
|
"styles": []
|
|
130
114
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
115
|
+
"VCarousel": {
|
|
116
|
+
"from": "components/VCarousel",
|
|
133
117
|
"styles": []
|
|
134
118
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
119
|
+
"VCarouselItem": {
|
|
120
|
+
"from": "components/VCarousel",
|
|
137
121
|
"styles": []
|
|
138
122
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
123
|
+
"VChip": {
|
|
124
|
+
"from": "components/VChip",
|
|
125
|
+
"styles": []
|
|
126
|
+
},
|
|
127
|
+
"VCode": {
|
|
128
|
+
"from": "components/VCode",
|
|
129
|
+
"styles": []
|
|
130
|
+
},
|
|
131
|
+
"VColorPicker": {
|
|
132
|
+
"from": "components/VColorPicker",
|
|
141
133
|
"styles": []
|
|
142
134
|
},
|
|
143
135
|
"VDatePicker": {
|
|
@@ -164,8 +156,16 @@
|
|
|
164
156
|
"from": "components/VDatePicker",
|
|
165
157
|
"styles": []
|
|
166
158
|
},
|
|
167
|
-
"
|
|
168
|
-
"from": "components/
|
|
159
|
+
"VChipGroup": {
|
|
160
|
+
"from": "components/VChipGroup",
|
|
161
|
+
"styles": []
|
|
162
|
+
},
|
|
163
|
+
"VCombobox": {
|
|
164
|
+
"from": "components/VCombobox",
|
|
165
|
+
"styles": []
|
|
166
|
+
},
|
|
167
|
+
"VCounter": {
|
|
168
|
+
"from": "components/VCounter",
|
|
169
169
|
"styles": []
|
|
170
170
|
},
|
|
171
171
|
"VDataTable": {
|
|
@@ -196,16 +196,20 @@
|
|
|
196
196
|
"from": "components/VDataTable",
|
|
197
197
|
"styles": []
|
|
198
198
|
},
|
|
199
|
-
"
|
|
200
|
-
"from": "components/
|
|
199
|
+
"VDialog": {
|
|
200
|
+
"from": "components/VDialog",
|
|
201
201
|
"styles": []
|
|
202
202
|
},
|
|
203
203
|
"VDivider": {
|
|
204
204
|
"from": "components/VDivider",
|
|
205
205
|
"styles": []
|
|
206
206
|
},
|
|
207
|
-
"
|
|
208
|
-
"from": "components/
|
|
207
|
+
"VFileInput": {
|
|
208
|
+
"from": "components/VFileInput",
|
|
209
|
+
"styles": []
|
|
210
|
+
},
|
|
211
|
+
"VFab": {
|
|
212
|
+
"from": "components/VFab",
|
|
209
213
|
"styles": []
|
|
210
214
|
},
|
|
211
215
|
"VExpansionPanels": {
|
|
@@ -224,32 +228,12 @@
|
|
|
224
228
|
"from": "components/VExpansionPanel",
|
|
225
229
|
"styles": []
|
|
226
230
|
},
|
|
227
|
-
"VFileInput": {
|
|
228
|
-
"from": "components/VFileInput",
|
|
229
|
-
"styles": []
|
|
230
|
-
},
|
|
231
|
-
"VField": {
|
|
232
|
-
"from": "components/VField",
|
|
233
|
-
"styles": []
|
|
234
|
-
},
|
|
235
|
-
"VFieldLabel": {
|
|
236
|
-
"from": "components/VField",
|
|
237
|
-
"styles": []
|
|
238
|
-
},
|
|
239
|
-
"VFab": {
|
|
240
|
-
"from": "components/VFab",
|
|
241
|
-
"styles": []
|
|
242
|
-
},
|
|
243
|
-
"VImg": {
|
|
244
|
-
"from": "components/VImg",
|
|
245
|
-
"styles": []
|
|
246
|
-
},
|
|
247
231
|
"VFooter": {
|
|
248
232
|
"from": "components/VFooter",
|
|
249
233
|
"styles": []
|
|
250
234
|
},
|
|
251
|
-
"
|
|
252
|
-
"from": "components/
|
|
235
|
+
"VEmptyState": {
|
|
236
|
+
"from": "components/VEmptyState",
|
|
253
237
|
"styles": []
|
|
254
238
|
},
|
|
255
239
|
"VIcon": {
|
|
@@ -272,12 +256,20 @@
|
|
|
272
256
|
"from": "components/VIcon",
|
|
273
257
|
"styles": []
|
|
274
258
|
},
|
|
275
|
-
"
|
|
276
|
-
"from": "components/
|
|
259
|
+
"VField": {
|
|
260
|
+
"from": "components/VField",
|
|
277
261
|
"styles": []
|
|
278
262
|
},
|
|
279
|
-
"
|
|
280
|
-
"from": "components/
|
|
263
|
+
"VFieldLabel": {
|
|
264
|
+
"from": "components/VField",
|
|
265
|
+
"styles": []
|
|
266
|
+
},
|
|
267
|
+
"VImg": {
|
|
268
|
+
"from": "components/VImg",
|
|
269
|
+
"styles": []
|
|
270
|
+
},
|
|
271
|
+
"VInput": {
|
|
272
|
+
"from": "components/VInput",
|
|
281
273
|
"styles": []
|
|
282
274
|
},
|
|
283
275
|
"VKbd": {
|
|
@@ -292,6 +284,10 @@
|
|
|
292
284
|
"from": "components/VItemGroup",
|
|
293
285
|
"styles": []
|
|
294
286
|
},
|
|
287
|
+
"VInfiniteScroll": {
|
|
288
|
+
"from": "components/VInfiniteScroll",
|
|
289
|
+
"styles": []
|
|
290
|
+
},
|
|
295
291
|
"VList": {
|
|
296
292
|
"from": "components/VList",
|
|
297
293
|
"styles": []
|
|
@@ -328,74 +324,98 @@
|
|
|
328
324
|
"from": "components/VList",
|
|
329
325
|
"styles": []
|
|
330
326
|
},
|
|
327
|
+
"VLabel": {
|
|
328
|
+
"from": "components/VLabel",
|
|
329
|
+
"styles": []
|
|
330
|
+
},
|
|
331
331
|
"VMain": {
|
|
332
332
|
"from": "components/VMain",
|
|
333
333
|
"styles": []
|
|
334
334
|
},
|
|
335
|
-
"
|
|
336
|
-
"from": "components/
|
|
335
|
+
"VMessages": {
|
|
336
|
+
"from": "components/VMessages",
|
|
337
337
|
"styles": []
|
|
338
338
|
},
|
|
339
339
|
"VMenu": {
|
|
340
340
|
"from": "components/VMenu",
|
|
341
341
|
"styles": []
|
|
342
342
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
345
|
-
"styles": []
|
|
346
|
-
},
|
|
347
|
-
"VMessages": {
|
|
348
|
-
"from": "components/VMessages",
|
|
343
|
+
"VNavigationDrawer": {
|
|
344
|
+
"from": "components/VNavigationDrawer",
|
|
349
345
|
"styles": []
|
|
350
346
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
347
|
+
"VOverlay": {
|
|
348
|
+
"from": "components/VOverlay",
|
|
353
349
|
"styles": []
|
|
354
350
|
},
|
|
355
351
|
"VPagination": {
|
|
356
352
|
"from": "components/VPagination",
|
|
357
353
|
"styles": []
|
|
358
354
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
355
|
+
"VNumberInput": {
|
|
356
|
+
"from": "components/VNumberInput",
|
|
361
357
|
"styles": []
|
|
362
358
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
359
|
+
"VOtpInput": {
|
|
360
|
+
"from": "components/VOtpInput",
|
|
361
|
+
"styles": []
|
|
362
|
+
},
|
|
363
|
+
"VRating": {
|
|
364
|
+
"from": "components/VRating",
|
|
365
365
|
"styles": []
|
|
366
366
|
},
|
|
367
367
|
"VProgressCircular": {
|
|
368
368
|
"from": "components/VProgressCircular",
|
|
369
369
|
"styles": []
|
|
370
370
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
371
|
+
"VProgressLinear": {
|
|
372
|
+
"from": "components/VProgressLinear",
|
|
373
373
|
"styles": []
|
|
374
374
|
},
|
|
375
375
|
"VRadioGroup": {
|
|
376
376
|
"from": "components/VRadioGroup",
|
|
377
377
|
"styles": []
|
|
378
378
|
},
|
|
379
|
-
"
|
|
380
|
-
"from": "components/
|
|
379
|
+
"VSelect": {
|
|
380
|
+
"from": "components/VSelect",
|
|
381
381
|
"styles": []
|
|
382
382
|
},
|
|
383
383
|
"VSelectionControl": {
|
|
384
384
|
"from": "components/VSelectionControl",
|
|
385
385
|
"styles": []
|
|
386
386
|
},
|
|
387
|
-
"
|
|
388
|
-
"from": "components/
|
|
387
|
+
"VSelectionControlGroup": {
|
|
388
|
+
"from": "components/VSelectionControlGroup",
|
|
389
|
+
"styles": []
|
|
390
|
+
},
|
|
391
|
+
"VSkeletonLoader": {
|
|
392
|
+
"from": "components/VSkeletonLoader",
|
|
389
393
|
"styles": []
|
|
390
394
|
},
|
|
391
395
|
"VSheet": {
|
|
392
396
|
"from": "components/VSheet",
|
|
393
397
|
"styles": []
|
|
394
398
|
},
|
|
399
|
+
"VSlideGroup": {
|
|
400
|
+
"from": "components/VSlideGroup",
|
|
401
|
+
"styles": []
|
|
402
|
+
},
|
|
403
|
+
"VSlideGroupItem": {
|
|
404
|
+
"from": "components/VSlideGroup",
|
|
405
|
+
"styles": []
|
|
406
|
+
},
|
|
395
407
|
"VSlider": {
|
|
396
408
|
"from": "components/VSlider",
|
|
397
409
|
"styles": []
|
|
398
410
|
},
|
|
411
|
+
"VSnackbar": {
|
|
412
|
+
"from": "components/VSnackbar",
|
|
413
|
+
"styles": []
|
|
414
|
+
},
|
|
415
|
+
"VSwitch": {
|
|
416
|
+
"from": "components/VSwitch",
|
|
417
|
+
"styles": []
|
|
418
|
+
},
|
|
399
419
|
"VStepper": {
|
|
400
420
|
"from": "components/VStepper",
|
|
401
421
|
"styles": []
|
|
@@ -420,28 +440,28 @@
|
|
|
420
440
|
"from": "components/VStepper",
|
|
421
441
|
"styles": []
|
|
422
442
|
},
|
|
423
|
-
"
|
|
424
|
-
"from": "components/
|
|
443
|
+
"VTextarea": {
|
|
444
|
+
"from": "components/VTextarea",
|
|
425
445
|
"styles": []
|
|
426
446
|
},
|
|
427
|
-
"
|
|
428
|
-
"from": "components/
|
|
447
|
+
"VSystemBar": {
|
|
448
|
+
"from": "components/VSystemBar",
|
|
429
449
|
"styles": []
|
|
430
450
|
},
|
|
431
|
-
"
|
|
432
|
-
"from": "components/
|
|
451
|
+
"VToolbar": {
|
|
452
|
+
"from": "components/VToolbar",
|
|
433
453
|
"styles": []
|
|
434
454
|
},
|
|
435
|
-
"
|
|
436
|
-
"from": "components/
|
|
455
|
+
"VToolbarTitle": {
|
|
456
|
+
"from": "components/VToolbar",
|
|
437
457
|
"styles": []
|
|
438
458
|
},
|
|
439
|
-
"
|
|
440
|
-
"from": "components/
|
|
459
|
+
"VToolbarItems": {
|
|
460
|
+
"from": "components/VToolbar",
|
|
441
461
|
"styles": []
|
|
442
462
|
},
|
|
443
|
-
"
|
|
444
|
-
"from": "components/
|
|
463
|
+
"VTable": {
|
|
464
|
+
"from": "components/VTable",
|
|
445
465
|
"styles": []
|
|
446
466
|
},
|
|
447
467
|
"VTab": {
|
|
@@ -460,30 +480,10 @@
|
|
|
460
480
|
"from": "components/VTabs",
|
|
461
481
|
"styles": []
|
|
462
482
|
},
|
|
463
|
-
"VSystemBar": {
|
|
464
|
-
"from": "components/VSystemBar",
|
|
465
|
-
"styles": []
|
|
466
|
-
},
|
|
467
|
-
"VTable": {
|
|
468
|
-
"from": "components/VTable",
|
|
469
|
-
"styles": []
|
|
470
|
-
},
|
|
471
483
|
"VTextField": {
|
|
472
484
|
"from": "components/VTextField",
|
|
473
485
|
"styles": []
|
|
474
486
|
},
|
|
475
|
-
"VToolbar": {
|
|
476
|
-
"from": "components/VToolbar",
|
|
477
|
-
"styles": []
|
|
478
|
-
},
|
|
479
|
-
"VToolbarTitle": {
|
|
480
|
-
"from": "components/VToolbar",
|
|
481
|
-
"styles": []
|
|
482
|
-
},
|
|
483
|
-
"VToolbarItems": {
|
|
484
|
-
"from": "components/VToolbar",
|
|
485
|
-
"styles": []
|
|
486
|
-
},
|
|
487
487
|
"VTimeline": {
|
|
488
488
|
"from": "components/VTimeline",
|
|
489
489
|
"styles": []
|
|
@@ -492,20 +492,16 @@
|
|
|
492
492
|
"from": "components/VTimeline",
|
|
493
493
|
"styles": []
|
|
494
494
|
},
|
|
495
|
-
"
|
|
496
|
-
"from": "components/
|
|
497
|
-
"styles": []
|
|
498
|
-
},
|
|
499
|
-
"VTreeviewItem": {
|
|
500
|
-
"from": "components/VTreeview",
|
|
495
|
+
"VTooltip": {
|
|
496
|
+
"from": "components/VTooltip",
|
|
501
497
|
"styles": []
|
|
502
498
|
},
|
|
503
|
-
"
|
|
504
|
-
"from": "components/
|
|
499
|
+
"VWindow": {
|
|
500
|
+
"from": "components/VWindow",
|
|
505
501
|
"styles": []
|
|
506
502
|
},
|
|
507
|
-
"
|
|
508
|
-
"from": "components/
|
|
503
|
+
"VWindowItem": {
|
|
504
|
+
"from": "components/VWindow",
|
|
509
505
|
"styles": []
|
|
510
506
|
},
|
|
511
507
|
"VTimePicker": {
|
|
@@ -520,12 +516,16 @@
|
|
|
520
516
|
"from": "components/VTimePicker",
|
|
521
517
|
"styles": []
|
|
522
518
|
},
|
|
523
|
-
"
|
|
524
|
-
"from": "components/
|
|
519
|
+
"VTreeview": {
|
|
520
|
+
"from": "components/VTreeview",
|
|
525
521
|
"styles": []
|
|
526
522
|
},
|
|
527
|
-
"
|
|
528
|
-
"from": "components/
|
|
523
|
+
"VTreeviewItem": {
|
|
524
|
+
"from": "components/VTreeview",
|
|
525
|
+
"styles": []
|
|
526
|
+
},
|
|
527
|
+
"VTreeviewGroup": {
|
|
528
|
+
"from": "components/VTreeview",
|
|
529
529
|
"styles": []
|
|
530
530
|
},
|
|
531
531
|
"VConfirmEdit": {
|
|
@@ -540,6 +540,14 @@
|
|
|
540
540
|
"from": "components/VDefaultsProvider",
|
|
541
541
|
"styles": []
|
|
542
542
|
},
|
|
543
|
+
"VForm": {
|
|
544
|
+
"from": "components/VForm",
|
|
545
|
+
"styles": []
|
|
546
|
+
},
|
|
547
|
+
"VHover": {
|
|
548
|
+
"from": "components/VHover",
|
|
549
|
+
"styles": []
|
|
550
|
+
},
|
|
543
551
|
"VContainer": {
|
|
544
552
|
"from": "components/VGrid",
|
|
545
553
|
"styles": []
|
|
@@ -556,18 +564,6 @@
|
|
|
556
564
|
"from": "components/VGrid",
|
|
557
565
|
"styles": []
|
|
558
566
|
},
|
|
559
|
-
"VHover": {
|
|
560
|
-
"from": "components/VHover",
|
|
561
|
-
"styles": []
|
|
562
|
-
},
|
|
563
|
-
"VForm": {
|
|
564
|
-
"from": "components/VForm",
|
|
565
|
-
"styles": []
|
|
566
|
-
},
|
|
567
|
-
"VLazy": {
|
|
568
|
-
"from": "components/VLazy",
|
|
569
|
-
"styles": []
|
|
570
|
-
},
|
|
571
567
|
"VLayout": {
|
|
572
568
|
"from": "components/VLayout",
|
|
573
569
|
"styles": []
|
|
@@ -576,6 +572,10 @@
|
|
|
576
572
|
"from": "components/VLayout",
|
|
577
573
|
"styles": []
|
|
578
574
|
},
|
|
575
|
+
"VLazy": {
|
|
576
|
+
"from": "components/VLazy",
|
|
577
|
+
"styles": []
|
|
578
|
+
},
|
|
579
579
|
"VLocaleProvider": {
|
|
580
580
|
"from": "components/VLocaleProvider",
|
|
581
581
|
"styles": []
|
|
@@ -584,14 +584,14 @@
|
|
|
584
584
|
"from": "components/VNoSsr",
|
|
585
585
|
"styles": []
|
|
586
586
|
},
|
|
587
|
-
"VRadio": {
|
|
588
|
-
"from": "components/VRadio",
|
|
589
|
-
"styles": []
|
|
590
|
-
},
|
|
591
587
|
"VParallax": {
|
|
592
588
|
"from": "components/VParallax",
|
|
593
589
|
"styles": []
|
|
594
590
|
},
|
|
591
|
+
"VRadio": {
|
|
592
|
+
"from": "components/VRadio",
|
|
593
|
+
"styles": []
|
|
594
|
+
},
|
|
595
595
|
"VRangeSlider": {
|
|
596
596
|
"from": "components/VRangeSlider",
|
|
597
597
|
"styles": []
|
|
@@ -616,14 +616,14 @@
|
|
|
616
616
|
"from": "components/VThemeProvider",
|
|
617
617
|
"styles": []
|
|
618
618
|
},
|
|
619
|
-
"VValidation": {
|
|
620
|
-
"from": "components/VValidation",
|
|
621
|
-
"styles": []
|
|
622
|
-
},
|
|
623
619
|
"VVirtualScroll": {
|
|
624
620
|
"from": "components/VVirtualScroll",
|
|
625
621
|
"styles": []
|
|
626
622
|
},
|
|
623
|
+
"VValidation": {
|
|
624
|
+
"from": "components/VValidation",
|
|
625
|
+
"styles": []
|
|
626
|
+
},
|
|
627
627
|
"VFabTransition": {
|
|
628
628
|
"from": "components/transitions",
|
|
629
629
|
"styles": []
|
package/dist/json/tags.json
CHANGED
|
@@ -1480,6 +1480,8 @@
|
|
|
1480
1480
|
"elevation",
|
|
1481
1481
|
"error",
|
|
1482
1482
|
"error-messages",
|
|
1483
|
+
"event-color",
|
|
1484
|
+
"events",
|
|
1483
1485
|
"first-day-of-week",
|
|
1484
1486
|
"first-day-of-year",
|
|
1485
1487
|
"flat",
|
|
@@ -1571,6 +1573,8 @@
|
|
|
1571
1573
|
"disabled",
|
|
1572
1574
|
"divided",
|
|
1573
1575
|
"elevation",
|
|
1576
|
+
"event-color",
|
|
1577
|
+
"events",
|
|
1574
1578
|
"first-day-of-week",
|
|
1575
1579
|
"first-day-of-year",
|
|
1576
1580
|
"header",
|
|
@@ -1640,6 +1644,8 @@
|
|
|
1640
1644
|
"allowed-dates",
|
|
1641
1645
|
"color",
|
|
1642
1646
|
"disabled",
|
|
1647
|
+
"event-color",
|
|
1648
|
+
"events",
|
|
1643
1649
|
"first-day-of-week",
|
|
1644
1650
|
"first-day-of-year",
|
|
1645
1651
|
"hide-weekdays",
|