@vuetify/nightly 3.10.7-dev.2025-10-24 → 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 +5 -3
- package/dist/json/attributes.json +3083 -3059
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +152 -152
- package/dist/json/tags.json +6 -0
- package/dist/json/web-types.json +5485 -5425
- package/dist/vuetify-labs.cjs +57 -5
- package/dist/vuetify-labs.css +3208 -3183
- package/dist/vuetify-labs.d.ts +281 -194
- package/dist/vuetify-labs.esm.js +57 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +57 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +57 -5
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3579 -3554
- package/dist/vuetify.d.ts +253 -194
- package/dist/vuetify.esm.js +57 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +57 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +9 -6
- 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/entry-bundler.js +1 -1
- package/lib/framework.d.ts +57 -57
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +50 -0
- package/package.json +1 -1
|
@@ -1,27 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"
|
|
4
|
-
"from": "labs/
|
|
3
|
+
"VColorInput": {
|
|
4
|
+
"from": "labs/VColorInput",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
-
"
|
|
8
|
-
"from": "labs/
|
|
7
|
+
"VPicker": {
|
|
8
|
+
"from": "labs/VPicker",
|
|
9
9
|
"styles": []
|
|
10
10
|
},
|
|
11
|
-
"
|
|
12
|
-
"from": "labs/
|
|
11
|
+
"VPickerTitle": {
|
|
12
|
+
"from": "labs/VPicker",
|
|
13
13
|
"styles": []
|
|
14
14
|
},
|
|
15
|
-
"
|
|
16
|
-
"from": "labs/
|
|
15
|
+
"VPie": {
|
|
16
|
+
"from": "labs/VPie",
|
|
17
17
|
"styles": []
|
|
18
18
|
},
|
|
19
|
-
"
|
|
20
|
-
"from": "labs/
|
|
19
|
+
"VPieSegment": {
|
|
20
|
+
"from": "labs/VPie",
|
|
21
21
|
"styles": []
|
|
22
22
|
},
|
|
23
|
-
"
|
|
24
|
-
"from": "labs/
|
|
23
|
+
"VPieTooltip": {
|
|
24
|
+
"from": "labs/VPie",
|
|
25
|
+
"styles": []
|
|
26
|
+
},
|
|
27
|
+
"VCalendar": {
|
|
28
|
+
"from": "labs/VCalendar",
|
|
25
29
|
"styles": []
|
|
26
30
|
},
|
|
27
31
|
"VStepperVertical": {
|
|
@@ -36,14 +40,18 @@
|
|
|
36
40
|
"from": "labs/VStepperVertical",
|
|
37
41
|
"styles": []
|
|
38
42
|
},
|
|
39
|
-
"VColorInput": {
|
|
40
|
-
"from": "labs/VColorInput",
|
|
41
|
-
"styles": []
|
|
42
|
-
},
|
|
43
43
|
"VHotkey": {
|
|
44
44
|
"from": "labs/VHotkey",
|
|
45
45
|
"styles": []
|
|
46
46
|
},
|
|
47
|
+
"VFileUpload": {
|
|
48
|
+
"from": "labs/VFileUpload",
|
|
49
|
+
"styles": []
|
|
50
|
+
},
|
|
51
|
+
"VFileUploadItem": {
|
|
52
|
+
"from": "labs/VFileUpload",
|
|
53
|
+
"styles": []
|
|
54
|
+
},
|
|
47
55
|
"VVideo": {
|
|
48
56
|
"from": "labs/VVideo",
|
|
49
57
|
"styles": []
|
|
@@ -56,29 +64,21 @@
|
|
|
56
64
|
"from": "labs/VVideo",
|
|
57
65
|
"styles": []
|
|
58
66
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "labs/
|
|
61
|
-
"styles": []
|
|
62
|
-
},
|
|
63
|
-
"VPieSegment": {
|
|
64
|
-
"from": "labs/VPie",
|
|
65
|
-
"styles": []
|
|
66
|
-
},
|
|
67
|
-
"VPieTooltip": {
|
|
68
|
-
"from": "labs/VPie",
|
|
67
|
+
"VIconBtn": {
|
|
68
|
+
"from": "labs/VIconBtn",
|
|
69
69
|
"styles": []
|
|
70
70
|
},
|
|
71
71
|
"VDateInput": {
|
|
72
72
|
"from": "labs/VDateInput",
|
|
73
73
|
"styles": []
|
|
74
74
|
},
|
|
75
|
-
"VMaskInput": {
|
|
76
|
-
"from": "labs/VMaskInput",
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
75
|
"VPullToRefresh": {
|
|
80
76
|
"from": "labs/VPullToRefresh",
|
|
81
77
|
"styles": []
|
|
78
|
+
},
|
|
79
|
+
"VMaskInput": {
|
|
80
|
+
"from": "labs/VMaskInput",
|
|
81
|
+
"styles": []
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
}
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,21 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VAlert": {
|
|
4
|
-
"from": "components/VAlert",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
|
-
"VAlertTitle": {
|
|
8
|
-
"from": "components/VAlert",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
|
-
"VApp": {
|
|
12
|
-
"from": "components/VApp",
|
|
13
|
-
"styles": []
|
|
14
|
-
},
|
|
15
|
-
"VAvatar": {
|
|
16
|
-
"from": "components/VAvatar",
|
|
17
|
-
"styles": []
|
|
18
|
-
},
|
|
19
3
|
"VAppBar": {
|
|
20
4
|
"from": "components/VAppBar",
|
|
21
5
|
"styles": []
|
|
@@ -28,18 +12,26 @@
|
|
|
28
12
|
"from": "components/VAppBar",
|
|
29
13
|
"styles": []
|
|
30
14
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "components/
|
|
15
|
+
"VApp": {
|
|
16
|
+
"from": "components/VApp",
|
|
33
17
|
"styles": []
|
|
34
18
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "components/
|
|
19
|
+
"VAlert": {
|
|
20
|
+
"from": "components/VAlert",
|
|
21
|
+
"styles": []
|
|
22
|
+
},
|
|
23
|
+
"VAlertTitle": {
|
|
24
|
+
"from": "components/VAlert",
|
|
37
25
|
"styles": []
|
|
38
26
|
},
|
|
39
27
|
"VAutocomplete": {
|
|
40
28
|
"from": "components/VAutocomplete",
|
|
41
29
|
"styles": []
|
|
42
30
|
},
|
|
31
|
+
"VAvatar": {
|
|
32
|
+
"from": "components/VAvatar",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
43
35
|
"VBanner": {
|
|
44
36
|
"from": "components/VBanner",
|
|
45
37
|
"styles": []
|
|
@@ -52,18 +44,6 @@
|
|
|
52
44
|
"from": "components/VBanner",
|
|
53
45
|
"styles": []
|
|
54
46
|
},
|
|
55
|
-
"VBtn": {
|
|
56
|
-
"from": "components/VBtn",
|
|
57
|
-
"styles": []
|
|
58
|
-
},
|
|
59
|
-
"VBtnToggle": {
|
|
60
|
-
"from": "components/VBtnToggle",
|
|
61
|
-
"styles": []
|
|
62
|
-
},
|
|
63
|
-
"VBottomNavigation": {
|
|
64
|
-
"from": "components/VBottomNavigation",
|
|
65
|
-
"styles": []
|
|
66
|
-
},
|
|
67
47
|
"VBreadcrumbs": {
|
|
68
48
|
"from": "components/VBreadcrumbs",
|
|
69
49
|
"styles": []
|
|
@@ -76,8 +56,16 @@
|
|
|
76
56
|
"from": "components/VBreadcrumbs",
|
|
77
57
|
"styles": []
|
|
78
58
|
},
|
|
79
|
-
"
|
|
80
|
-
"from": "components/
|
|
59
|
+
"VBottomSheet": {
|
|
60
|
+
"from": "components/VBottomSheet",
|
|
61
|
+
"styles": []
|
|
62
|
+
},
|
|
63
|
+
"VBottomNavigation": {
|
|
64
|
+
"from": "components/VBottomNavigation",
|
|
65
|
+
"styles": []
|
|
66
|
+
},
|
|
67
|
+
"VBadge": {
|
|
68
|
+
"from": "components/VBadge",
|
|
81
69
|
"styles": []
|
|
82
70
|
},
|
|
83
71
|
"VCard": {
|
|
@@ -104,16 +92,16 @@
|
|
|
104
92
|
"from": "components/VCard",
|
|
105
93
|
"styles": []
|
|
106
94
|
},
|
|
107
|
-
"
|
|
108
|
-
"from": "components/
|
|
95
|
+
"VBtn": {
|
|
96
|
+
"from": "components/VBtn",
|
|
109
97
|
"styles": []
|
|
110
98
|
},
|
|
111
|
-
"
|
|
112
|
-
"from": "components/
|
|
99
|
+
"VBtnToggle": {
|
|
100
|
+
"from": "components/VBtnToggle",
|
|
113
101
|
"styles": []
|
|
114
102
|
},
|
|
115
|
-
"
|
|
116
|
-
"from": "components/
|
|
103
|
+
"VBtnGroup": {
|
|
104
|
+
"from": "components/VBtnGroup",
|
|
117
105
|
"styles": []
|
|
118
106
|
},
|
|
119
107
|
"VCheckbox": {
|
|
@@ -124,16 +112,24 @@
|
|
|
124
112
|
"from": "components/VCheckbox",
|
|
125
113
|
"styles": []
|
|
126
114
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
115
|
+
"VCarousel": {
|
|
116
|
+
"from": "components/VCarousel",
|
|
129
117
|
"styles": []
|
|
130
118
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
119
|
+
"VCarouselItem": {
|
|
120
|
+
"from": "components/VCarousel",
|
|
133
121
|
"styles": []
|
|
134
122
|
},
|
|
135
|
-
"
|
|
136
|
-
"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",
|
|
137
133
|
"styles": []
|
|
138
134
|
},
|
|
139
135
|
"VDatePicker": {
|
|
@@ -160,8 +156,16 @@
|
|
|
160
156
|
"from": "components/VDatePicker",
|
|
161
157
|
"styles": []
|
|
162
158
|
},
|
|
163
|
-
"
|
|
164
|
-
"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",
|
|
165
169
|
"styles": []
|
|
166
170
|
},
|
|
167
171
|
"VDataTable": {
|
|
@@ -192,20 +196,20 @@
|
|
|
192
196
|
"from": "components/VDataTable",
|
|
193
197
|
"styles": []
|
|
194
198
|
},
|
|
195
|
-
"
|
|
196
|
-
"from": "components/
|
|
197
|
-
"styles": []
|
|
198
|
-
},
|
|
199
|
-
"VCounter": {
|
|
200
|
-
"from": "components/VCounter",
|
|
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,28 +228,12 @@
|
|
|
224
228
|
"from": "components/VExpansionPanel",
|
|
225
229
|
"styles": []
|
|
226
230
|
},
|
|
227
|
-
"VFileInput": {
|
|
228
|
-
"from": "components/VFileInput",
|
|
229
|
-
"styles": []
|
|
230
|
-
},
|
|
231
|
-
"VEmptyState": {
|
|
232
|
-
"from": "components/VEmptyState",
|
|
233
|
-
"styles": []
|
|
234
|
-
},
|
|
235
|
-
"VField": {
|
|
236
|
-
"from": "components/VField",
|
|
237
|
-
"styles": []
|
|
238
|
-
},
|
|
239
|
-
"VFieldLabel": {
|
|
240
|
-
"from": "components/VField",
|
|
241
|
-
"styles": []
|
|
242
|
-
},
|
|
243
231
|
"VFooter": {
|
|
244
232
|
"from": "components/VFooter",
|
|
245
233
|
"styles": []
|
|
246
234
|
},
|
|
247
|
-
"
|
|
248
|
-
"from": "components/
|
|
235
|
+
"VEmptyState": {
|
|
236
|
+
"from": "components/VEmptyState",
|
|
249
237
|
"styles": []
|
|
250
238
|
},
|
|
251
239
|
"VIcon": {
|
|
@@ -268,12 +256,24 @@
|
|
|
268
256
|
"from": "components/VIcon",
|
|
269
257
|
"styles": []
|
|
270
258
|
},
|
|
259
|
+
"VField": {
|
|
260
|
+
"from": "components/VField",
|
|
261
|
+
"styles": []
|
|
262
|
+
},
|
|
263
|
+
"VFieldLabel": {
|
|
264
|
+
"from": "components/VField",
|
|
265
|
+
"styles": []
|
|
266
|
+
},
|
|
271
267
|
"VImg": {
|
|
272
268
|
"from": "components/VImg",
|
|
273
269
|
"styles": []
|
|
274
270
|
},
|
|
275
|
-
"
|
|
276
|
-
"from": "components/
|
|
271
|
+
"VInput": {
|
|
272
|
+
"from": "components/VInput",
|
|
273
|
+
"styles": []
|
|
274
|
+
},
|
|
275
|
+
"VKbd": {
|
|
276
|
+
"from": "components/VKbd",
|
|
277
277
|
"styles": []
|
|
278
278
|
},
|
|
279
279
|
"VItemGroup": {
|
|
@@ -284,8 +284,8 @@
|
|
|
284
284
|
"from": "components/VItemGroup",
|
|
285
285
|
"styles": []
|
|
286
286
|
},
|
|
287
|
-
"
|
|
288
|
-
"from": "components/
|
|
287
|
+
"VInfiniteScroll": {
|
|
288
|
+
"from": "components/VInfiniteScroll",
|
|
289
289
|
"styles": []
|
|
290
290
|
},
|
|
291
291
|
"VList": {
|
|
@@ -324,16 +324,8 @@
|
|
|
324
324
|
"from": "components/VList",
|
|
325
325
|
"styles": []
|
|
326
326
|
},
|
|
327
|
-
"
|
|
328
|
-
"from": "components/
|
|
329
|
-
"styles": []
|
|
330
|
-
},
|
|
331
|
-
"VKbd": {
|
|
332
|
-
"from": "components/VKbd",
|
|
333
|
-
"styles": []
|
|
334
|
-
},
|
|
335
|
-
"VNavigationDrawer": {
|
|
336
|
-
"from": "components/VNavigationDrawer",
|
|
327
|
+
"VLabel": {
|
|
328
|
+
"from": "components/VLabel",
|
|
337
329
|
"styles": []
|
|
338
330
|
},
|
|
339
331
|
"VMain": {
|
|
@@ -344,34 +336,42 @@
|
|
|
344
336
|
"from": "components/VMessages",
|
|
345
337
|
"styles": []
|
|
346
338
|
},
|
|
347
|
-
"
|
|
348
|
-
"from": "components/
|
|
339
|
+
"VMenu": {
|
|
340
|
+
"from": "components/VMenu",
|
|
341
|
+
"styles": []
|
|
342
|
+
},
|
|
343
|
+
"VNavigationDrawer": {
|
|
344
|
+
"from": "components/VNavigationDrawer",
|
|
349
345
|
"styles": []
|
|
350
346
|
},
|
|
351
347
|
"VOverlay": {
|
|
352
348
|
"from": "components/VOverlay",
|
|
353
349
|
"styles": []
|
|
354
350
|
},
|
|
355
|
-
"
|
|
356
|
-
"from": "components/
|
|
351
|
+
"VPagination": {
|
|
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",
|
|
365
361
|
"styles": []
|
|
366
362
|
},
|
|
367
|
-
"
|
|
368
|
-
"from": "components/
|
|
363
|
+
"VRating": {
|
|
364
|
+
"from": "components/VRating",
|
|
369
365
|
"styles": []
|
|
370
366
|
},
|
|
371
367
|
"VProgressCircular": {
|
|
372
368
|
"from": "components/VProgressCircular",
|
|
373
369
|
"styles": []
|
|
374
370
|
},
|
|
371
|
+
"VProgressLinear": {
|
|
372
|
+
"from": "components/VProgressLinear",
|
|
373
|
+
"styles": []
|
|
374
|
+
},
|
|
375
375
|
"VRadioGroup": {
|
|
376
376
|
"from": "components/VRadioGroup",
|
|
377
377
|
"styles": []
|
|
@@ -384,12 +384,8 @@
|
|
|
384
384
|
"from": "components/VSelectionControl",
|
|
385
385
|
"styles": []
|
|
386
386
|
},
|
|
387
|
-
"
|
|
388
|
-
"from": "components/
|
|
389
|
-
"styles": []
|
|
390
|
-
},
|
|
391
|
-
"VSlideGroupItem": {
|
|
392
|
-
"from": "components/VSlideGroup",
|
|
387
|
+
"VSelectionControlGroup": {
|
|
388
|
+
"from": "components/VSelectionControlGroup",
|
|
393
389
|
"styles": []
|
|
394
390
|
},
|
|
395
391
|
"VSkeletonLoader": {
|
|
@@ -400,14 +396,26 @@
|
|
|
400
396
|
"from": "components/VSheet",
|
|
401
397
|
"styles": []
|
|
402
398
|
},
|
|
403
|
-
"
|
|
404
|
-
"from": "components/
|
|
399
|
+
"VSlideGroup": {
|
|
400
|
+
"from": "components/VSlideGroup",
|
|
401
|
+
"styles": []
|
|
402
|
+
},
|
|
403
|
+
"VSlideGroupItem": {
|
|
404
|
+
"from": "components/VSlideGroup",
|
|
405
405
|
"styles": []
|
|
406
406
|
},
|
|
407
407
|
"VSlider": {
|
|
408
408
|
"from": "components/VSlider",
|
|
409
409
|
"styles": []
|
|
410
410
|
},
|
|
411
|
+
"VSnackbar": {
|
|
412
|
+
"from": "components/VSnackbar",
|
|
413
|
+
"styles": []
|
|
414
|
+
},
|
|
415
|
+
"VSwitch": {
|
|
416
|
+
"from": "components/VSwitch",
|
|
417
|
+
"styles": []
|
|
418
|
+
},
|
|
411
419
|
"VStepper": {
|
|
412
420
|
"from": "components/VStepper",
|
|
413
421
|
"styles": []
|
|
@@ -432,14 +440,30 @@
|
|
|
432
440
|
"from": "components/VStepper",
|
|
433
441
|
"styles": []
|
|
434
442
|
},
|
|
435
|
-
"
|
|
436
|
-
"from": "components/
|
|
443
|
+
"VTextarea": {
|
|
444
|
+
"from": "components/VTextarea",
|
|
437
445
|
"styles": []
|
|
438
446
|
},
|
|
439
447
|
"VSystemBar": {
|
|
440
448
|
"from": "components/VSystemBar",
|
|
441
449
|
"styles": []
|
|
442
450
|
},
|
|
451
|
+
"VToolbar": {
|
|
452
|
+
"from": "components/VToolbar",
|
|
453
|
+
"styles": []
|
|
454
|
+
},
|
|
455
|
+
"VToolbarTitle": {
|
|
456
|
+
"from": "components/VToolbar",
|
|
457
|
+
"styles": []
|
|
458
|
+
},
|
|
459
|
+
"VToolbarItems": {
|
|
460
|
+
"from": "components/VToolbar",
|
|
461
|
+
"styles": []
|
|
462
|
+
},
|
|
463
|
+
"VTable": {
|
|
464
|
+
"from": "components/VTable",
|
|
465
|
+
"styles": []
|
|
466
|
+
},
|
|
443
467
|
"VTab": {
|
|
444
468
|
"from": "components/VTabs",
|
|
445
469
|
"styles": []
|
|
@@ -456,22 +480,10 @@
|
|
|
456
480
|
"from": "components/VTabs",
|
|
457
481
|
"styles": []
|
|
458
482
|
},
|
|
459
|
-
"VSnackbar": {
|
|
460
|
-
"from": "components/VSnackbar",
|
|
461
|
-
"styles": []
|
|
462
|
-
},
|
|
463
|
-
"VTextarea": {
|
|
464
|
-
"from": "components/VTextarea",
|
|
465
|
-
"styles": []
|
|
466
|
-
},
|
|
467
483
|
"VTextField": {
|
|
468
484
|
"from": "components/VTextField",
|
|
469
485
|
"styles": []
|
|
470
486
|
},
|
|
471
|
-
"VTable": {
|
|
472
|
-
"from": "components/VTable",
|
|
473
|
-
"styles": []
|
|
474
|
-
},
|
|
475
487
|
"VTimeline": {
|
|
476
488
|
"from": "components/VTimeline",
|
|
477
489
|
"styles": []
|
|
@@ -484,28 +496,12 @@
|
|
|
484
496
|
"from": "components/VTooltip",
|
|
485
497
|
"styles": []
|
|
486
498
|
},
|
|
487
|
-
"
|
|
488
|
-
"from": "components/
|
|
489
|
-
"styles": []
|
|
490
|
-
},
|
|
491
|
-
"VToolbarTitle": {
|
|
492
|
-
"from": "components/VToolbar",
|
|
493
|
-
"styles": []
|
|
494
|
-
},
|
|
495
|
-
"VToolbarItems": {
|
|
496
|
-
"from": "components/VToolbar",
|
|
497
|
-
"styles": []
|
|
498
|
-
},
|
|
499
|
-
"VTreeview": {
|
|
500
|
-
"from": "components/VTreeview",
|
|
501
|
-
"styles": []
|
|
502
|
-
},
|
|
503
|
-
"VTreeviewItem": {
|
|
504
|
-
"from": "components/VTreeview",
|
|
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": {
|
|
@@ -544,6 +544,10 @@
|
|
|
544
544
|
"from": "components/VForm",
|
|
545
545
|
"styles": []
|
|
546
546
|
},
|
|
547
|
+
"VHover": {
|
|
548
|
+
"from": "components/VHover",
|
|
549
|
+
"styles": []
|
|
550
|
+
},
|
|
547
551
|
"VContainer": {
|
|
548
552
|
"from": "components/VGrid",
|
|
549
553
|
"styles": []
|
|
@@ -560,10 +564,6 @@
|
|
|
560
564
|
"from": "components/VGrid",
|
|
561
565
|
"styles": []
|
|
562
566
|
},
|
|
563
|
-
"VHover": {
|
|
564
|
-
"from": "components/VHover",
|
|
565
|
-
"styles": []
|
|
566
|
-
},
|
|
567
567
|
"VLayout": {
|
|
568
568
|
"from": "components/VLayout",
|
|
569
569
|
"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",
|