@vuetify/nightly 3.11.5-dev.2025-12-24 → 3.11.5-dev.2025-12-26
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 +4 -3
- package/dist/json/attributes.json +1144 -1140
- package/dist/json/importMap-labs.json +14 -14
- package/dist/json/importMap.json +164 -164
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +2026 -2016
- package/dist/vuetify-labs.cjs +34 -12
- package/dist/vuetify-labs.css +5784 -5784
- package/dist/vuetify-labs.d.ts +85 -73
- package/dist/vuetify-labs.esm.js +34 -12
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +34 -12
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +31 -9
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5916 -5916
- package/dist/vuetify.d.ts +62 -54
- package/dist/vuetify.esm.js +31 -9
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +31 -9
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +338 -337
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.d.ts +13 -0
- package/lib/components/VColorPicker/VColorPicker.js +7 -2
- package/lib/components/VColorPicker/VColorPicker.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.d.ts +13 -0
- package/lib/components/VColorPicker/VColorPickerCanvas.js +5 -3
- package/lib/components/VColorPicker/VColorPickerCanvas.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerEdit.d.ts +13 -0
- package/lib/components/VColorPicker/VColorPickerEdit.js +2 -0
- package/lib/components/VColorPicker/VColorPickerEdit.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.d.ts +13 -0
- package/lib/components/VColorPicker/VColorPickerPreview.js +7 -2
- package/lib/components/VColorPicker/VColorPickerPreview.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.d.ts +13 -0
- package/lib/components/VColorPicker/VColorPickerSwatches.js +10 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +54 -54
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.d.ts +43 -35
- package/lib/labs/VColorInput/VColorInput.js +3 -3
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VColorInput": {
|
|
4
|
-
"from": "labs/VColorInput",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
3
|
"VFileUpload": {
|
|
8
4
|
"from": "labs/VFileUpload",
|
|
9
5
|
"styles": []
|
|
@@ -12,8 +8,12 @@
|
|
|
12
8
|
"from": "labs/VFileUpload",
|
|
13
9
|
"styles": []
|
|
14
10
|
},
|
|
15
|
-
"
|
|
16
|
-
"from": "labs/
|
|
11
|
+
"VPicker": {
|
|
12
|
+
"from": "labs/VPicker",
|
|
13
|
+
"styles": []
|
|
14
|
+
},
|
|
15
|
+
"VPickerTitle": {
|
|
16
|
+
"from": "labs/VPicker",
|
|
17
17
|
"styles": []
|
|
18
18
|
},
|
|
19
19
|
"VPie": {
|
|
@@ -28,6 +28,10 @@
|
|
|
28
28
|
"from": "labs/VPie",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
|
+
"VIconBtn": {
|
|
32
|
+
"from": "labs/VIconBtn",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
31
35
|
"VStepperVertical": {
|
|
32
36
|
"from": "labs/VStepperVertical",
|
|
33
37
|
"styles": []
|
|
@@ -40,14 +44,6 @@
|
|
|
40
44
|
"from": "labs/VStepperVertical",
|
|
41
45
|
"styles": []
|
|
42
46
|
},
|
|
43
|
-
"VPicker": {
|
|
44
|
-
"from": "labs/VPicker",
|
|
45
|
-
"styles": []
|
|
46
|
-
},
|
|
47
|
-
"VPickerTitle": {
|
|
48
|
-
"from": "labs/VPicker",
|
|
49
|
-
"styles": []
|
|
50
|
-
},
|
|
51
47
|
"VVideo": {
|
|
52
48
|
"from": "labs/VVideo",
|
|
53
49
|
"styles": []
|
|
@@ -64,6 +60,10 @@
|
|
|
64
60
|
"from": "labs/VDateInput",
|
|
65
61
|
"styles": []
|
|
66
62
|
},
|
|
63
|
+
"VColorInput": {
|
|
64
|
+
"from": "labs/VColorInput",
|
|
65
|
+
"styles": []
|
|
66
|
+
},
|
|
67
67
|
"VMaskInput": {
|
|
68
68
|
"from": "labs/VMaskInput",
|
|
69
69
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,31 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"
|
|
4
|
-
"from": "components/
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
|
-
"VAppBar": {
|
|
8
|
-
"from": "components/VAppBar",
|
|
9
|
-
"styles": []
|
|
10
|
-
},
|
|
11
|
-
"VAppBarNavIcon": {
|
|
12
|
-
"from": "components/VAppBar",
|
|
3
|
+
"VAlert": {
|
|
4
|
+
"from": "components/VAlert",
|
|
13
5
|
"styles": []
|
|
14
6
|
},
|
|
15
|
-
"
|
|
16
|
-
"from": "components/
|
|
7
|
+
"VAlertTitle": {
|
|
8
|
+
"from": "components/VAlert",
|
|
17
9
|
"styles": []
|
|
18
10
|
},
|
|
19
11
|
"VAutocomplete": {
|
|
20
12
|
"from": "components/VAutocomplete",
|
|
21
13
|
"styles": []
|
|
22
14
|
},
|
|
23
|
-
"
|
|
24
|
-
"from": "components/
|
|
15
|
+
"VAvatar": {
|
|
16
|
+
"from": "components/VAvatar",
|
|
25
17
|
"styles": []
|
|
26
18
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "components/
|
|
19
|
+
"VBottomNavigation": {
|
|
20
|
+
"from": "components/VBottomNavigation",
|
|
21
|
+
"styles": []
|
|
22
|
+
},
|
|
23
|
+
"VBadge": {
|
|
24
|
+
"from": "components/VBadge",
|
|
29
25
|
"styles": []
|
|
30
26
|
},
|
|
31
27
|
"VBanner": {
|
|
@@ -40,22 +36,14 @@
|
|
|
40
36
|
"from": "components/VBanner",
|
|
41
37
|
"styles": []
|
|
42
38
|
},
|
|
43
|
-
"VAvatar": {
|
|
44
|
-
"from": "components/VAvatar",
|
|
45
|
-
"styles": []
|
|
46
|
-
},
|
|
47
|
-
"VBottomNavigation": {
|
|
48
|
-
"from": "components/VBottomNavigation",
|
|
49
|
-
"styles": []
|
|
50
|
-
},
|
|
51
|
-
"VBadge": {
|
|
52
|
-
"from": "components/VBadge",
|
|
53
|
-
"styles": []
|
|
54
|
-
},
|
|
55
39
|
"VBottomSheet": {
|
|
56
40
|
"from": "components/VBottomSheet",
|
|
57
41
|
"styles": []
|
|
58
42
|
},
|
|
43
|
+
"VBtn": {
|
|
44
|
+
"from": "components/VBtn",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
59
47
|
"VBreadcrumbs": {
|
|
60
48
|
"from": "components/VBreadcrumbs",
|
|
61
49
|
"styles": []
|
|
@@ -68,18 +56,30 @@
|
|
|
68
56
|
"from": "components/VBreadcrumbs",
|
|
69
57
|
"styles": []
|
|
70
58
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "components/
|
|
59
|
+
"VAppBar": {
|
|
60
|
+
"from": "components/VAppBar",
|
|
73
61
|
"styles": []
|
|
74
62
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "components/
|
|
63
|
+
"VAppBarNavIcon": {
|
|
64
|
+
"from": "components/VAppBar",
|
|
65
|
+
"styles": []
|
|
66
|
+
},
|
|
67
|
+
"VAppBarTitle": {
|
|
68
|
+
"from": "components/VAppBar",
|
|
69
|
+
"styles": []
|
|
70
|
+
},
|
|
71
|
+
"VBtnGroup": {
|
|
72
|
+
"from": "components/VBtnGroup",
|
|
77
73
|
"styles": []
|
|
78
74
|
},
|
|
79
75
|
"VBtnToggle": {
|
|
80
76
|
"from": "components/VBtnToggle",
|
|
81
77
|
"styles": []
|
|
82
78
|
},
|
|
79
|
+
"VCalendar": {
|
|
80
|
+
"from": "components/VCalendar",
|
|
81
|
+
"styles": []
|
|
82
|
+
},
|
|
83
83
|
"VCard": {
|
|
84
84
|
"from": "components/VCard",
|
|
85
85
|
"styles": []
|
|
@@ -104,38 +104,42 @@
|
|
|
104
104
|
"from": "components/VCard",
|
|
105
105
|
"styles": []
|
|
106
106
|
},
|
|
107
|
-
"
|
|
108
|
-
"from": "components/
|
|
107
|
+
"VChip": {
|
|
108
|
+
"from": "components/VChip",
|
|
109
109
|
"styles": []
|
|
110
110
|
},
|
|
111
|
-
"
|
|
112
|
-
"from": "components/
|
|
111
|
+
"VCheckbox": {
|
|
112
|
+
"from": "components/VCheckbox",
|
|
113
113
|
"styles": []
|
|
114
114
|
},
|
|
115
|
-
"
|
|
116
|
-
"from": "components/
|
|
115
|
+
"VCheckboxBtn": {
|
|
116
|
+
"from": "components/VCheckbox",
|
|
117
117
|
"styles": []
|
|
118
118
|
},
|
|
119
|
-
"
|
|
120
|
-
"from": "components/
|
|
119
|
+
"VCarousel": {
|
|
120
|
+
"from": "components/VCarousel",
|
|
121
121
|
"styles": []
|
|
122
122
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
123
|
+
"VCarouselItem": {
|
|
124
|
+
"from": "components/VCarousel",
|
|
125
125
|
"styles": []
|
|
126
126
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
127
|
+
"VCombobox": {
|
|
128
|
+
"from": "components/VCombobox",
|
|
129
129
|
"styles": []
|
|
130
130
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
131
|
+
"VChipGroup": {
|
|
132
|
+
"from": "components/VChipGroup",
|
|
133
133
|
"styles": []
|
|
134
134
|
},
|
|
135
135
|
"VCode": {
|
|
136
136
|
"from": "components/VCode",
|
|
137
137
|
"styles": []
|
|
138
138
|
},
|
|
139
|
+
"VColorPicker": {
|
|
140
|
+
"from": "components/VColorPicker",
|
|
141
|
+
"styles": []
|
|
142
|
+
},
|
|
139
143
|
"VDataTable": {
|
|
140
144
|
"from": "components/VDataTable",
|
|
141
145
|
"styles": []
|
|
@@ -164,12 +168,8 @@
|
|
|
164
168
|
"from": "components/VDataTable",
|
|
165
169
|
"styles": []
|
|
166
170
|
},
|
|
167
|
-
"
|
|
168
|
-
"from": "components/
|
|
169
|
-
"styles": []
|
|
170
|
-
},
|
|
171
|
-
"VChipGroup": {
|
|
172
|
-
"from": "components/VChipGroup",
|
|
171
|
+
"VCounter": {
|
|
172
|
+
"from": "components/VCounter",
|
|
173
173
|
"styles": []
|
|
174
174
|
},
|
|
175
175
|
"VDatePicker": {
|
|
@@ -196,28 +196,20 @@
|
|
|
196
196
|
"from": "components/VDatePicker",
|
|
197
197
|
"styles": []
|
|
198
198
|
},
|
|
199
|
-
"
|
|
200
|
-
"from": "components/
|
|
199
|
+
"VEmptyState": {
|
|
200
|
+
"from": "components/VEmptyState",
|
|
201
201
|
"styles": []
|
|
202
202
|
},
|
|
203
203
|
"VDivider": {
|
|
204
204
|
"from": "components/VDivider",
|
|
205
205
|
"styles": []
|
|
206
206
|
},
|
|
207
|
-
"
|
|
208
|
-
"from": "components/
|
|
209
|
-
"styles": []
|
|
210
|
-
},
|
|
211
|
-
"VField": {
|
|
212
|
-
"from": "components/VField",
|
|
213
|
-
"styles": []
|
|
214
|
-
},
|
|
215
|
-
"VFieldLabel": {
|
|
216
|
-
"from": "components/VField",
|
|
207
|
+
"VFab": {
|
|
208
|
+
"from": "components/VFab",
|
|
217
209
|
"styles": []
|
|
218
210
|
},
|
|
219
|
-
"
|
|
220
|
-
"from": "components/
|
|
211
|
+
"VDialog": {
|
|
212
|
+
"from": "components/VDialog",
|
|
221
213
|
"styles": []
|
|
222
214
|
},
|
|
223
215
|
"VExpansionPanels": {
|
|
@@ -236,28 +228,20 @@
|
|
|
236
228
|
"from": "components/VExpansionPanel",
|
|
237
229
|
"styles": []
|
|
238
230
|
},
|
|
239
|
-
"VFooter": {
|
|
240
|
-
"from": "components/VFooter",
|
|
241
|
-
"styles": []
|
|
242
|
-
},
|
|
243
|
-
"VFab": {
|
|
244
|
-
"from": "components/VFab",
|
|
245
|
-
"styles": []
|
|
246
|
-
},
|
|
247
231
|
"VFileInput": {
|
|
248
232
|
"from": "components/VFileInput",
|
|
249
233
|
"styles": []
|
|
250
234
|
},
|
|
251
|
-
"
|
|
252
|
-
"from": "components/
|
|
235
|
+
"VApp": {
|
|
236
|
+
"from": "components/VApp",
|
|
253
237
|
"styles": []
|
|
254
238
|
},
|
|
255
|
-
"
|
|
256
|
-
"from": "components/
|
|
239
|
+
"VHotkey": {
|
|
240
|
+
"from": "components/VHotkey",
|
|
257
241
|
"styles": []
|
|
258
242
|
},
|
|
259
|
-
"
|
|
260
|
-
"from": "components/
|
|
243
|
+
"VFooter": {
|
|
244
|
+
"from": "components/VFooter",
|
|
261
245
|
"styles": []
|
|
262
246
|
},
|
|
263
247
|
"VIcon": {
|
|
@@ -280,32 +264,40 @@
|
|
|
280
264
|
"from": "components/VIcon",
|
|
281
265
|
"styles": []
|
|
282
266
|
},
|
|
283
|
-
"
|
|
284
|
-
"from": "components/
|
|
285
|
-
"styles": []
|
|
286
|
-
},
|
|
287
|
-
"VItem": {
|
|
288
|
-
"from": "components/VItemGroup",
|
|
267
|
+
"VField": {
|
|
268
|
+
"from": "components/VField",
|
|
289
269
|
"styles": []
|
|
290
270
|
},
|
|
291
|
-
"
|
|
292
|
-
"from": "components/
|
|
271
|
+
"VFieldLabel": {
|
|
272
|
+
"from": "components/VField",
|
|
293
273
|
"styles": []
|
|
294
274
|
},
|
|
295
|
-
"
|
|
296
|
-
"from": "components/
|
|
275
|
+
"VImg": {
|
|
276
|
+
"from": "components/VImg",
|
|
297
277
|
"styles": []
|
|
298
278
|
},
|
|
299
279
|
"VInfiniteScroll": {
|
|
300
280
|
"from": "components/VInfiniteScroll",
|
|
301
281
|
"styles": []
|
|
302
282
|
},
|
|
303
|
-
"
|
|
304
|
-
"from": "components/
|
|
283
|
+
"VInput": {
|
|
284
|
+
"from": "components/VInput",
|
|
305
285
|
"styles": []
|
|
306
286
|
},
|
|
307
|
-
"
|
|
308
|
-
"from": "components/
|
|
287
|
+
"VKbd": {
|
|
288
|
+
"from": "components/VKbd",
|
|
289
|
+
"styles": []
|
|
290
|
+
},
|
|
291
|
+
"VItemGroup": {
|
|
292
|
+
"from": "components/VItemGroup",
|
|
293
|
+
"styles": []
|
|
294
|
+
},
|
|
295
|
+
"VItem": {
|
|
296
|
+
"from": "components/VItemGroup",
|
|
297
|
+
"styles": []
|
|
298
|
+
},
|
|
299
|
+
"VLabel": {
|
|
300
|
+
"from": "components/VLabel",
|
|
309
301
|
"styles": []
|
|
310
302
|
},
|
|
311
303
|
"VList": {
|
|
@@ -344,6 +336,10 @@
|
|
|
344
336
|
"from": "components/VList",
|
|
345
337
|
"styles": []
|
|
346
338
|
},
|
|
339
|
+
"VMessages": {
|
|
340
|
+
"from": "components/VMessages",
|
|
341
|
+
"styles": []
|
|
342
|
+
},
|
|
347
343
|
"VMain": {
|
|
348
344
|
"from": "components/VMain",
|
|
349
345
|
"styles": []
|
|
@@ -356,22 +352,26 @@
|
|
|
356
352
|
"from": "components/VOtpInput",
|
|
357
353
|
"styles": []
|
|
358
354
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
355
|
+
"VMenu": {
|
|
356
|
+
"from": "components/VMenu",
|
|
361
357
|
"styles": []
|
|
362
358
|
},
|
|
363
359
|
"VNumberInput": {
|
|
364
360
|
"from": "components/VNumberInput",
|
|
365
361
|
"styles": []
|
|
366
362
|
},
|
|
367
|
-
"
|
|
368
|
-
"from": "components/
|
|
363
|
+
"VProgressCircular": {
|
|
364
|
+
"from": "components/VProgressCircular",
|
|
369
365
|
"styles": []
|
|
370
366
|
},
|
|
371
367
|
"VOverlay": {
|
|
372
368
|
"from": "components/VOverlay",
|
|
373
369
|
"styles": []
|
|
374
370
|
},
|
|
371
|
+
"VPagination": {
|
|
372
|
+
"from": "components/VPagination",
|
|
373
|
+
"styles": []
|
|
374
|
+
},
|
|
375
375
|
"VRadioGroup": {
|
|
376
376
|
"from": "components/VRadioGroup",
|
|
377
377
|
"styles": []
|
|
@@ -384,20 +384,24 @@
|
|
|
384
384
|
"from": "components/VProgressLinear",
|
|
385
385
|
"styles": []
|
|
386
386
|
},
|
|
387
|
+
"VSelect": {
|
|
388
|
+
"from": "components/VSelect",
|
|
389
|
+
"styles": []
|
|
390
|
+
},
|
|
387
391
|
"VSelectionControlGroup": {
|
|
388
392
|
"from": "components/VSelectionControlGroup",
|
|
389
393
|
"styles": []
|
|
390
394
|
},
|
|
391
|
-
"
|
|
392
|
-
"from": "components/
|
|
395
|
+
"VSelectionControl": {
|
|
396
|
+
"from": "components/VSelectionControl",
|
|
393
397
|
"styles": []
|
|
394
398
|
},
|
|
395
399
|
"VSkeletonLoader": {
|
|
396
400
|
"from": "components/VSkeletonLoader",
|
|
397
401
|
"styles": []
|
|
398
402
|
},
|
|
399
|
-
"
|
|
400
|
-
"from": "components/
|
|
403
|
+
"VSheet": {
|
|
404
|
+
"from": "components/VSheet",
|
|
401
405
|
"styles": []
|
|
402
406
|
},
|
|
403
407
|
"VSlideGroup": {
|
|
@@ -408,22 +412,6 @@
|
|
|
408
412
|
"from": "components/VSlideGroup",
|
|
409
413
|
"styles": []
|
|
410
414
|
},
|
|
411
|
-
"VSelect": {
|
|
412
|
-
"from": "components/VSelect",
|
|
413
|
-
"styles": []
|
|
414
|
-
},
|
|
415
|
-
"VSlider": {
|
|
416
|
-
"from": "components/VSlider",
|
|
417
|
-
"styles": []
|
|
418
|
-
},
|
|
419
|
-
"VSwitch": {
|
|
420
|
-
"from": "components/VSwitch",
|
|
421
|
-
"styles": []
|
|
422
|
-
},
|
|
423
|
-
"VSnackbar": {
|
|
424
|
-
"from": "components/VSnackbar",
|
|
425
|
-
"styles": []
|
|
426
|
-
},
|
|
427
415
|
"VStepper": {
|
|
428
416
|
"from": "components/VStepper",
|
|
429
417
|
"styles": []
|
|
@@ -448,6 +436,14 @@
|
|
|
448
436
|
"from": "components/VStepper",
|
|
449
437
|
"styles": []
|
|
450
438
|
},
|
|
439
|
+
"VSlider": {
|
|
440
|
+
"from": "components/VSlider",
|
|
441
|
+
"styles": []
|
|
442
|
+
},
|
|
443
|
+
"VSnackbar": {
|
|
444
|
+
"from": "components/VSnackbar",
|
|
445
|
+
"styles": []
|
|
446
|
+
},
|
|
451
447
|
"VTab": {
|
|
452
448
|
"from": "components/VTabs",
|
|
453
449
|
"styles": []
|
|
@@ -464,20 +460,20 @@
|
|
|
464
460
|
"from": "components/VTabs",
|
|
465
461
|
"styles": []
|
|
466
462
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
463
|
+
"VSwitch": {
|
|
464
|
+
"from": "components/VSwitch",
|
|
469
465
|
"styles": []
|
|
470
466
|
},
|
|
471
|
-
"
|
|
472
|
-
"from": "components/
|
|
467
|
+
"VTable": {
|
|
468
|
+
"from": "components/VTable",
|
|
473
469
|
"styles": []
|
|
474
470
|
},
|
|
475
|
-
"
|
|
476
|
-
"from": "components/
|
|
471
|
+
"VSystemBar": {
|
|
472
|
+
"from": "components/VSystemBar",
|
|
477
473
|
"styles": []
|
|
478
474
|
},
|
|
479
|
-
"
|
|
480
|
-
"from": "components/
|
|
475
|
+
"VTextField": {
|
|
476
|
+
"from": "components/VTextField",
|
|
481
477
|
"styles": []
|
|
482
478
|
},
|
|
483
479
|
"VToolbar": {
|
|
@@ -492,36 +488,28 @@
|
|
|
492
488
|
"from": "components/VToolbar",
|
|
493
489
|
"styles": []
|
|
494
490
|
},
|
|
495
|
-
"
|
|
496
|
-
"from": "components/
|
|
497
|
-
"styles": []
|
|
498
|
-
},
|
|
499
|
-
"VTreeviewItem": {
|
|
500
|
-
"from": "components/VTreeview",
|
|
501
|
-
"styles": []
|
|
502
|
-
},
|
|
503
|
-
"VTreeviewGroup": {
|
|
504
|
-
"from": "components/VTreeview",
|
|
491
|
+
"VTextarea": {
|
|
492
|
+
"from": "components/VTextarea",
|
|
505
493
|
"styles": []
|
|
506
494
|
},
|
|
507
|
-
"
|
|
508
|
-
"from": "components/
|
|
495
|
+
"VTimeline": {
|
|
496
|
+
"from": "components/VTimeline",
|
|
509
497
|
"styles": []
|
|
510
498
|
},
|
|
511
|
-
"
|
|
512
|
-
"from": "components/
|
|
499
|
+
"VTimelineItem": {
|
|
500
|
+
"from": "components/VTimeline",
|
|
513
501
|
"styles": []
|
|
514
502
|
},
|
|
515
|
-
"
|
|
516
|
-
"from": "components/
|
|
503
|
+
"VTreeview": {
|
|
504
|
+
"from": "components/VTreeview",
|
|
517
505
|
"styles": []
|
|
518
506
|
},
|
|
519
|
-
"
|
|
520
|
-
"from": "components/
|
|
507
|
+
"VTreeviewItem": {
|
|
508
|
+
"from": "components/VTreeview",
|
|
521
509
|
"styles": []
|
|
522
510
|
},
|
|
523
|
-
"
|
|
524
|
-
"from": "components/
|
|
511
|
+
"VTreeviewGroup": {
|
|
512
|
+
"from": "components/VTreeview",
|
|
525
513
|
"styles": []
|
|
526
514
|
},
|
|
527
515
|
"VWindow": {
|
|
@@ -536,6 +524,18 @@
|
|
|
536
524
|
"from": "components/VTooltip",
|
|
537
525
|
"styles": []
|
|
538
526
|
},
|
|
527
|
+
"VTimePicker": {
|
|
528
|
+
"from": "components/VTimePicker",
|
|
529
|
+
"styles": []
|
|
530
|
+
},
|
|
531
|
+
"VTimePickerClock": {
|
|
532
|
+
"from": "components/VTimePicker",
|
|
533
|
+
"styles": []
|
|
534
|
+
},
|
|
535
|
+
"VTimePickerControls": {
|
|
536
|
+
"from": "components/VTimePicker",
|
|
537
|
+
"styles": []
|
|
538
|
+
},
|
|
539
539
|
"VConfirmEdit": {
|
|
540
540
|
"from": "components/VConfirmEdit",
|
|
541
541
|
"styles": []
|
|
@@ -556,6 +556,14 @@
|
|
|
556
556
|
"from": "components/VHover",
|
|
557
557
|
"styles": []
|
|
558
558
|
},
|
|
559
|
+
"VLayout": {
|
|
560
|
+
"from": "components/VLayout",
|
|
561
|
+
"styles": []
|
|
562
|
+
},
|
|
563
|
+
"VLayoutItem": {
|
|
564
|
+
"from": "components/VLayout",
|
|
565
|
+
"styles": []
|
|
566
|
+
},
|
|
559
567
|
"VContainer": {
|
|
560
568
|
"from": "components/VGrid",
|
|
561
569
|
"styles": []
|
|
@@ -572,42 +580,30 @@
|
|
|
572
580
|
"from": "components/VGrid",
|
|
573
581
|
"styles": []
|
|
574
582
|
},
|
|
575
|
-
"VLayout": {
|
|
576
|
-
"from": "components/VLayout",
|
|
577
|
-
"styles": []
|
|
578
|
-
},
|
|
579
|
-
"VLayoutItem": {
|
|
580
|
-
"from": "components/VLayout",
|
|
581
|
-
"styles": []
|
|
582
|
-
},
|
|
583
583
|
"VLazy": {
|
|
584
584
|
"from": "components/VLazy",
|
|
585
585
|
"styles": []
|
|
586
586
|
},
|
|
587
|
-
"VNoSsr": {
|
|
588
|
-
"from": "components/VNoSsr",
|
|
589
|
-
"styles": []
|
|
590
|
-
},
|
|
591
587
|
"VLocaleProvider": {
|
|
592
588
|
"from": "components/VLocaleProvider",
|
|
593
589
|
"styles": []
|
|
594
590
|
},
|
|
595
|
-
"
|
|
596
|
-
"from": "components/
|
|
591
|
+
"VNoSsr": {
|
|
592
|
+
"from": "components/VNoSsr",
|
|
597
593
|
"styles": []
|
|
598
594
|
},
|
|
599
595
|
"VRadio": {
|
|
600
596
|
"from": "components/VRadio",
|
|
601
597
|
"styles": []
|
|
602
598
|
},
|
|
603
|
-
"VResponsive": {
|
|
604
|
-
"from": "components/VResponsive",
|
|
605
|
-
"styles": []
|
|
606
|
-
},
|
|
607
599
|
"VRangeSlider": {
|
|
608
600
|
"from": "components/VRangeSlider",
|
|
609
601
|
"styles": []
|
|
610
602
|
},
|
|
603
|
+
"VResponsive": {
|
|
604
|
+
"from": "components/VResponsive",
|
|
605
|
+
"styles": []
|
|
606
|
+
},
|
|
611
607
|
"VSnackbarQueue": {
|
|
612
608
|
"from": "components/VSnackbarQueue",
|
|
613
609
|
"styles": []
|
|
@@ -695,6 +691,10 @@
|
|
|
695
691
|
"VDialogTransition": {
|
|
696
692
|
"from": "components/transitions",
|
|
697
693
|
"styles": []
|
|
694
|
+
},
|
|
695
|
+
"VParallax": {
|
|
696
|
+
"from": "components/VParallax",
|
|
697
|
+
"styles": []
|
|
698
698
|
}
|
|
699
699
|
},
|
|
700
700
|
"directives": [
|