@vuetify/nightly 3.7.15-dev.2025-03-07 → 3.7.15-dev.2025-03-08
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 +9 -3
- package/dist/json/attributes.json +3379 -3339
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +170 -170
- package/dist/json/tags.json +10 -0
- package/dist/json/web-types.json +6242 -6151
- package/dist/vuetify-labs.css +3410 -3409
- package/dist/vuetify-labs.d.ts +234 -181
- package/dist/vuetify-labs.esm.js +810 -808
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +810 -808
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2799 -2798
- package/dist/vuetify.d.ts +214 -161
- package/dist/vuetify.esm.js +810 -808
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +810 -808
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +176 -175
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.css +3 -2
- package/lib/components/VColorPicker/VColorPicker.d.ts +259 -156
- package/lib/components/VColorPicker/VColorPicker.js +16 -17
- package/lib/components/VColorPicker/VColorPicker.js.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.sass +2 -1
- package/lib/components/VColorPicker/_variables.scss +1 -0
- package/lib/components/VDatePicker/VDatePicker.d.ts +6 -6
- package/lib/components/VDatePicker/VDatePicker.js +5 -2
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +57 -57
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +6 -6
- package/lib/labs/VDateInput/VDateInput.d.ts +25 -25
- package/package.json +1 -1
@@ -1,17 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VFileUpload": {
|
4
|
-
"from": "labs/VFileUpload",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VFileUploadItem": {
|
8
|
-
"from": "labs/VFileUpload",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VNumberInput": {
|
12
|
-
"from": "labs/VNumberInput",
|
13
|
-
"styles": []
|
14
|
-
},
|
15
3
|
"VCalendar": {
|
16
4
|
"from": "labs/VCalendar",
|
17
5
|
"styles": []
|
@@ -36,6 +24,26 @@
|
|
36
24
|
"from": "labs/VCalendar",
|
37
25
|
"styles": []
|
38
26
|
},
|
27
|
+
"VPicker": {
|
28
|
+
"from": "labs/VPicker",
|
29
|
+
"styles": []
|
30
|
+
},
|
31
|
+
"VPickerTitle": {
|
32
|
+
"from": "labs/VPicker",
|
33
|
+
"styles": []
|
34
|
+
},
|
35
|
+
"VFileUpload": {
|
36
|
+
"from": "labs/VFileUpload",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VFileUploadItem": {
|
40
|
+
"from": "labs/VFileUpload",
|
41
|
+
"styles": []
|
42
|
+
},
|
43
|
+
"VNumberInput": {
|
44
|
+
"from": "labs/VNumberInput",
|
45
|
+
"styles": []
|
46
|
+
},
|
39
47
|
"VStepperVertical": {
|
40
48
|
"from": "labs/VStepperVertical",
|
41
49
|
"styles": []
|
@@ -48,14 +56,6 @@
|
|
48
56
|
"from": "labs/VStepperVertical",
|
49
57
|
"styles": []
|
50
58
|
},
|
51
|
-
"VPicker": {
|
52
|
-
"from": "labs/VPicker",
|
53
|
-
"styles": []
|
54
|
-
},
|
55
|
-
"VPickerTitle": {
|
56
|
-
"from": "labs/VPicker",
|
57
|
-
"styles": []
|
58
|
-
},
|
59
59
|
"VTimePicker": {
|
60
60
|
"from": "labs/VTimePicker",
|
61
61
|
"styles": []
|
@@ -84,13 +84,13 @@
|
|
84
84
|
"from": "labs/VDateInput",
|
85
85
|
"styles": []
|
86
86
|
},
|
87
|
-
"VPullToRefresh": {
|
88
|
-
"from": "labs/VPullToRefresh",
|
89
|
-
"styles": []
|
90
|
-
},
|
91
87
|
"VSnackbarQueue": {
|
92
88
|
"from": "labs/VSnackbarQueue",
|
93
89
|
"styles": []
|
90
|
+
},
|
91
|
+
"VPullToRefresh": {
|
92
|
+
"from": "labs/VPullToRefresh",
|
93
|
+
"styles": []
|
94
94
|
}
|
95
95
|
}
|
96
96
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -16,14 +16,6 @@
|
|
16
16
|
"from": "components/VApp",
|
17
17
|
"styles": []
|
18
18
|
},
|
19
|
-
"VAutocomplete": {
|
20
|
-
"from": "components/VAutocomplete",
|
21
|
-
"styles": []
|
22
|
-
},
|
23
|
-
"VBadge": {
|
24
|
-
"from": "components/VBadge",
|
25
|
-
"styles": []
|
26
|
-
},
|
27
19
|
"VAlert": {
|
28
20
|
"from": "components/VAlert",
|
29
21
|
"styles": []
|
@@ -32,40 +24,32 @@
|
|
32
24
|
"from": "components/VAlert",
|
33
25
|
"styles": []
|
34
26
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
37
|
-
"styles": []
|
38
|
-
},
|
39
|
-
"VBanner": {
|
40
|
-
"from": "components/VBanner",
|
41
|
-
"styles": []
|
42
|
-
},
|
43
|
-
"VBannerActions": {
|
44
|
-
"from": "components/VBanner",
|
27
|
+
"VAvatar": {
|
28
|
+
"from": "components/VAvatar",
|
45
29
|
"styles": []
|
46
30
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
31
|
+
"VBottomNavigation": {
|
32
|
+
"from": "components/VBottomNavigation",
|
49
33
|
"styles": []
|
50
34
|
},
|
51
|
-
"
|
52
|
-
"from": "components/
|
35
|
+
"VAutocomplete": {
|
36
|
+
"from": "components/VAutocomplete",
|
53
37
|
"styles": []
|
54
38
|
},
|
55
|
-
"
|
56
|
-
"from": "components/
|
39
|
+
"VBadge": {
|
40
|
+
"from": "components/VBadge",
|
57
41
|
"styles": []
|
58
42
|
},
|
59
|
-
"
|
60
|
-
"from": "components/
|
43
|
+
"VBanner": {
|
44
|
+
"from": "components/VBanner",
|
61
45
|
"styles": []
|
62
46
|
},
|
63
|
-
"
|
64
|
-
"from": "components/
|
47
|
+
"VBannerActions": {
|
48
|
+
"from": "components/VBanner",
|
65
49
|
"styles": []
|
66
50
|
},
|
67
|
-
"
|
68
|
-
"from": "components/
|
51
|
+
"VBannerText": {
|
52
|
+
"from": "components/VBanner",
|
69
53
|
"styles": []
|
70
54
|
},
|
71
55
|
"VBreadcrumbs": {
|
@@ -80,6 +64,18 @@
|
|
80
64
|
"from": "components/VBreadcrumbs",
|
81
65
|
"styles": []
|
82
66
|
},
|
67
|
+
"VBtn": {
|
68
|
+
"from": "components/VBtn",
|
69
|
+
"styles": []
|
70
|
+
},
|
71
|
+
"VBottomSheet": {
|
72
|
+
"from": "components/VBottomSheet",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
|
+
"VBtnToggle": {
|
76
|
+
"from": "components/VBtnToggle",
|
77
|
+
"styles": []
|
78
|
+
},
|
83
79
|
"VCard": {
|
84
80
|
"from": "components/VCard",
|
85
81
|
"styles": []
|
@@ -104,32 +100,36 @@
|
|
104
100
|
"from": "components/VCard",
|
105
101
|
"styles": []
|
106
102
|
},
|
103
|
+
"VChip": {
|
104
|
+
"from": "components/VChip",
|
105
|
+
"styles": []
|
106
|
+
},
|
107
107
|
"VBtnGroup": {
|
108
108
|
"from": "components/VBtnGroup",
|
109
109
|
"styles": []
|
110
110
|
},
|
111
|
-
"
|
112
|
-
"from": "components/
|
111
|
+
"VCarousel": {
|
112
|
+
"from": "components/VCarousel",
|
113
113
|
"styles": []
|
114
114
|
},
|
115
|
-
"
|
116
|
-
"from": "components/
|
115
|
+
"VCarouselItem": {
|
116
|
+
"from": "components/VCarousel",
|
117
117
|
"styles": []
|
118
118
|
},
|
119
|
-
"
|
120
|
-
"from": "components/
|
119
|
+
"VCheckbox": {
|
120
|
+
"from": "components/VCheckbox",
|
121
121
|
"styles": []
|
122
122
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
123
|
+
"VCheckboxBtn": {
|
124
|
+
"from": "components/VCheckbox",
|
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
|
+
"VCode": {
|
132
|
+
"from": "components/VCode",
|
133
133
|
"styles": []
|
134
134
|
},
|
135
135
|
"VCounter": {
|
@@ -140,12 +140,44 @@
|
|
140
140
|
"from": "components/VDialog",
|
141
141
|
"styles": []
|
142
142
|
},
|
143
|
+
"VDatePicker": {
|
144
|
+
"from": "components/VDatePicker",
|
145
|
+
"styles": []
|
146
|
+
},
|
147
|
+
"VDatePickerControls": {
|
148
|
+
"from": "components/VDatePicker",
|
149
|
+
"styles": []
|
150
|
+
},
|
151
|
+
"VDatePickerHeader": {
|
152
|
+
"from": "components/VDatePicker",
|
153
|
+
"styles": []
|
154
|
+
},
|
155
|
+
"VDatePickerMonth": {
|
156
|
+
"from": "components/VDatePicker",
|
157
|
+
"styles": []
|
158
|
+
},
|
159
|
+
"VDatePickerMonths": {
|
160
|
+
"from": "components/VDatePicker",
|
161
|
+
"styles": []
|
162
|
+
},
|
163
|
+
"VDatePickerYears": {
|
164
|
+
"from": "components/VDatePicker",
|
165
|
+
"styles": []
|
166
|
+
},
|
167
|
+
"VChipGroup": {
|
168
|
+
"from": "components/VChipGroup",
|
169
|
+
"styles": []
|
170
|
+
},
|
171
|
+
"VColorPicker": {
|
172
|
+
"from": "components/VColorPicker",
|
173
|
+
"styles": []
|
174
|
+
},
|
143
175
|
"VDivider": {
|
144
176
|
"from": "components/VDivider",
|
145
177
|
"styles": []
|
146
178
|
},
|
147
|
-
"
|
148
|
-
"from": "components/
|
179
|
+
"VEmptyState": {
|
180
|
+
"from": "components/VEmptyState",
|
149
181
|
"styles": []
|
150
182
|
},
|
151
183
|
"VExpansionPanels": {
|
@@ -192,52 +224,44 @@
|
|
192
224
|
"from": "components/VDataTable",
|
193
225
|
"styles": []
|
194
226
|
},
|
195
|
-
"
|
196
|
-
"from": "components/
|
197
|
-
"styles": []
|
198
|
-
},
|
199
|
-
"VDatePickerControls": {
|
200
|
-
"from": "components/VDatePicker",
|
201
|
-
"styles": []
|
202
|
-
},
|
203
|
-
"VDatePickerHeader": {
|
204
|
-
"from": "components/VDatePicker",
|
227
|
+
"VFab": {
|
228
|
+
"from": "components/VFab",
|
205
229
|
"styles": []
|
206
230
|
},
|
207
|
-
"
|
208
|
-
"from": "components/
|
231
|
+
"VFooter": {
|
232
|
+
"from": "components/VFooter",
|
209
233
|
"styles": []
|
210
234
|
},
|
211
|
-
"
|
212
|
-
"from": "components/
|
235
|
+
"VField": {
|
236
|
+
"from": "components/VField",
|
213
237
|
"styles": []
|
214
238
|
},
|
215
|
-
"
|
216
|
-
"from": "components/
|
239
|
+
"VFieldLabel": {
|
240
|
+
"from": "components/VField",
|
217
241
|
"styles": []
|
218
242
|
},
|
219
|
-
"
|
220
|
-
"from": "components/
|
243
|
+
"VFileInput": {
|
244
|
+
"from": "components/VFileInput",
|
221
245
|
"styles": []
|
222
246
|
},
|
223
|
-
"
|
224
|
-
"from": "components/
|
247
|
+
"VImg": {
|
248
|
+
"from": "components/VImg",
|
225
249
|
"styles": []
|
226
250
|
},
|
227
|
-
"
|
228
|
-
"from": "components/
|
251
|
+
"VInput": {
|
252
|
+
"from": "components/VInput",
|
229
253
|
"styles": []
|
230
254
|
},
|
231
|
-
"
|
232
|
-
"from": "components/
|
255
|
+
"VItemGroup": {
|
256
|
+
"from": "components/VItemGroup",
|
233
257
|
"styles": []
|
234
258
|
},
|
235
|
-
"
|
236
|
-
"from": "components/
|
259
|
+
"VItem": {
|
260
|
+
"from": "components/VItemGroup",
|
237
261
|
"styles": []
|
238
262
|
},
|
239
|
-
"
|
240
|
-
"from": "components/
|
263
|
+
"VInfiniteScroll": {
|
264
|
+
"from": "components/VInfiniteScroll",
|
241
265
|
"styles": []
|
242
266
|
},
|
243
267
|
"VIcon": {
|
@@ -260,46 +284,18 @@
|
|
260
284
|
"from": "components/VIcon",
|
261
285
|
"styles": []
|
262
286
|
},
|
263
|
-
"
|
264
|
-
"from": "components/
|
265
|
-
"styles": []
|
266
|
-
},
|
267
|
-
"VInfiniteScroll": {
|
268
|
-
"from": "components/VInfiniteScroll",
|
287
|
+
"VKbd": {
|
288
|
+
"from": "components/VKbd",
|
269
289
|
"styles": []
|
270
290
|
},
|
271
291
|
"VLabel": {
|
272
292
|
"from": "components/VLabel",
|
273
293
|
"styles": []
|
274
294
|
},
|
275
|
-
"VItemGroup": {
|
276
|
-
"from": "components/VItemGroup",
|
277
|
-
"styles": []
|
278
|
-
},
|
279
|
-
"VItem": {
|
280
|
-
"from": "components/VItemGroup",
|
281
|
-
"styles": []
|
282
|
-
},
|
283
295
|
"VMain": {
|
284
296
|
"from": "components/VMain",
|
285
297
|
"styles": []
|
286
298
|
},
|
287
|
-
"VKbd": {
|
288
|
-
"from": "components/VKbd",
|
289
|
-
"styles": []
|
290
|
-
},
|
291
|
-
"VInput": {
|
292
|
-
"from": "components/VInput",
|
293
|
-
"styles": []
|
294
|
-
},
|
295
|
-
"VMessages": {
|
296
|
-
"from": "components/VMessages",
|
297
|
-
"styles": []
|
298
|
-
},
|
299
|
-
"VMenu": {
|
300
|
-
"from": "components/VMenu",
|
301
|
-
"styles": []
|
302
|
-
},
|
303
299
|
"VList": {
|
304
300
|
"from": "components/VList",
|
305
301
|
"styles": []
|
@@ -340,56 +336,56 @@
|
|
340
336
|
"from": "components/VNavigationDrawer",
|
341
337
|
"styles": []
|
342
338
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
339
|
+
"VOverlay": {
|
340
|
+
"from": "components/VOverlay",
|
345
341
|
"styles": []
|
346
342
|
},
|
347
|
-
"
|
348
|
-
"from": "components/
|
343
|
+
"VMenu": {
|
344
|
+
"from": "components/VMenu",
|
349
345
|
"styles": []
|
350
346
|
},
|
351
|
-
"
|
352
|
-
"from": "components/
|
347
|
+
"VOtpInput": {
|
348
|
+
"from": "components/VOtpInput",
|
353
349
|
"styles": []
|
354
350
|
},
|
355
|
-
"
|
356
|
-
"from": "components/
|
351
|
+
"VMessages": {
|
352
|
+
"from": "components/VMessages",
|
357
353
|
"styles": []
|
358
354
|
},
|
359
|
-
"
|
360
|
-
"from": "components/
|
355
|
+
"VPagination": {
|
356
|
+
"from": "components/VPagination",
|
361
357
|
"styles": []
|
362
358
|
},
|
363
359
|
"VProgressLinear": {
|
364
360
|
"from": "components/VProgressLinear",
|
365
361
|
"styles": []
|
366
362
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
363
|
+
"VProgressCircular": {
|
364
|
+
"from": "components/VProgressCircular",
|
369
365
|
"styles": []
|
370
366
|
},
|
371
|
-
"
|
372
|
-
"from": "components/
|
367
|
+
"VSelectionControl": {
|
368
|
+
"from": "components/VSelectionControl",
|
373
369
|
"styles": []
|
374
370
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
371
|
+
"VRadioGroup": {
|
372
|
+
"from": "components/VRadioGroup",
|
377
373
|
"styles": []
|
378
374
|
},
|
379
375
|
"VSelectionControlGroup": {
|
380
376
|
"from": "components/VSelectionControlGroup",
|
381
377
|
"styles": []
|
382
378
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
379
|
+
"VSelect": {
|
380
|
+
"from": "components/VSelect",
|
385
381
|
"styles": []
|
386
382
|
},
|
387
383
|
"VSkeletonLoader": {
|
388
384
|
"from": "components/VSkeletonLoader",
|
389
385
|
"styles": []
|
390
386
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
387
|
+
"VRating": {
|
388
|
+
"from": "components/VRating",
|
393
389
|
"styles": []
|
394
390
|
},
|
395
391
|
"VSlider": {
|
@@ -400,14 +396,6 @@
|
|
400
396
|
"from": "components/VSnackbar",
|
401
397
|
"styles": []
|
402
398
|
},
|
403
|
-
"VSystemBar": {
|
404
|
-
"from": "components/VSystemBar",
|
405
|
-
"styles": []
|
406
|
-
},
|
407
|
-
"VSwitch": {
|
408
|
-
"from": "components/VSwitch",
|
409
|
-
"styles": []
|
410
|
-
},
|
411
399
|
"VSlideGroup": {
|
412
400
|
"from": "components/VSlideGroup",
|
413
401
|
"styles": []
|
@@ -416,26 +404,6 @@
|
|
416
404
|
"from": "components/VSlideGroup",
|
417
405
|
"styles": []
|
418
406
|
},
|
419
|
-
"VTab": {
|
420
|
-
"from": "components/VTabs",
|
421
|
-
"styles": []
|
422
|
-
},
|
423
|
-
"VTabs": {
|
424
|
-
"from": "components/VTabs",
|
425
|
-
"styles": []
|
426
|
-
},
|
427
|
-
"VTabsWindow": {
|
428
|
-
"from": "components/VTabs",
|
429
|
-
"styles": []
|
430
|
-
},
|
431
|
-
"VTabsWindowItem": {
|
432
|
-
"from": "components/VTabs",
|
433
|
-
"styles": []
|
434
|
-
},
|
435
|
-
"VTextarea": {
|
436
|
-
"from": "components/VTextarea",
|
437
|
-
"styles": []
|
438
|
-
},
|
439
407
|
"VStepper": {
|
440
408
|
"from": "components/VStepper",
|
441
409
|
"styles": []
|
@@ -460,24 +428,44 @@
|
|
460
428
|
"from": "components/VStepper",
|
461
429
|
"styles": []
|
462
430
|
},
|
463
|
-
"
|
464
|
-
"from": "components/
|
431
|
+
"VSheet": {
|
432
|
+
"from": "components/VSheet",
|
433
|
+
"styles": []
|
434
|
+
},
|
435
|
+
"VSwitch": {
|
436
|
+
"from": "components/VSwitch",
|
437
|
+
"styles": []
|
438
|
+
},
|
439
|
+
"VSystemBar": {
|
440
|
+
"from": "components/VSystemBar",
|
465
441
|
"styles": []
|
466
442
|
},
|
467
443
|
"VTextField": {
|
468
444
|
"from": "components/VTextField",
|
469
445
|
"styles": []
|
470
446
|
},
|
471
|
-
"
|
472
|
-
"from": "components/
|
447
|
+
"VTable": {
|
448
|
+
"from": "components/VTable",
|
473
449
|
"styles": []
|
474
450
|
},
|
475
|
-
"
|
476
|
-
"from": "components/
|
451
|
+
"VTab": {
|
452
|
+
"from": "components/VTabs",
|
477
453
|
"styles": []
|
478
454
|
},
|
479
|
-
"
|
480
|
-
"from": "components/
|
455
|
+
"VTabs": {
|
456
|
+
"from": "components/VTabs",
|
457
|
+
"styles": []
|
458
|
+
},
|
459
|
+
"VTabsWindow": {
|
460
|
+
"from": "components/VTabs",
|
461
|
+
"styles": []
|
462
|
+
},
|
463
|
+
"VTabsWindowItem": {
|
464
|
+
"from": "components/VTabs",
|
465
|
+
"styles": []
|
466
|
+
},
|
467
|
+
"VTextarea": {
|
468
|
+
"from": "components/VTextarea",
|
481
469
|
"styles": []
|
482
470
|
},
|
483
471
|
"VToolbar": {
|
@@ -492,6 +480,18 @@
|
|
492
480
|
"from": "components/VToolbar",
|
493
481
|
"styles": []
|
494
482
|
},
|
483
|
+
"VTimeline": {
|
484
|
+
"from": "components/VTimeline",
|
485
|
+
"styles": []
|
486
|
+
},
|
487
|
+
"VTimelineItem": {
|
488
|
+
"from": "components/VTimeline",
|
489
|
+
"styles": []
|
490
|
+
},
|
491
|
+
"VTooltip": {
|
492
|
+
"from": "components/VTooltip",
|
493
|
+
"styles": []
|
494
|
+
},
|
495
495
|
"VWindow": {
|
496
496
|
"from": "components/VWindow",
|
497
497
|
"styles": []
|
@@ -512,6 +512,10 @@
|
|
512
512
|
"from": "components/VDefaultsProvider",
|
513
513
|
"styles": []
|
514
514
|
},
|
515
|
+
"VForm": {
|
516
|
+
"from": "components/VForm",
|
517
|
+
"styles": []
|
518
|
+
},
|
515
519
|
"VContainer": {
|
516
520
|
"from": "components/VGrid",
|
517
521
|
"styles": []
|
@@ -528,14 +532,14 @@
|
|
528
532
|
"from": "components/VGrid",
|
529
533
|
"styles": []
|
530
534
|
},
|
531
|
-
"VForm": {
|
532
|
-
"from": "components/VForm",
|
533
|
-
"styles": []
|
534
|
-
},
|
535
535
|
"VHover": {
|
536
536
|
"from": "components/VHover",
|
537
537
|
"styles": []
|
538
538
|
},
|
539
|
+
"VLocaleProvider": {
|
540
|
+
"from": "components/VLocaleProvider",
|
541
|
+
"styles": []
|
542
|
+
},
|
539
543
|
"VLayout": {
|
540
544
|
"from": "components/VLayout",
|
541
545
|
"styles": []
|
@@ -548,10 +552,6 @@
|
|
548
552
|
"from": "components/VLazy",
|
549
553
|
"styles": []
|
550
554
|
},
|
551
|
-
"VLocaleProvider": {
|
552
|
-
"from": "components/VLocaleProvider",
|
553
|
-
"styles": []
|
554
|
-
},
|
555
555
|
"VNoSsr": {
|
556
556
|
"from": "components/VNoSsr",
|
557
557
|
"styles": []
|
@@ -584,14 +584,14 @@
|
|
584
584
|
"from": "components/VThemeProvider",
|
585
585
|
"styles": []
|
586
586
|
},
|
587
|
-
"VValidation": {
|
588
|
-
"from": "components/VValidation",
|
589
|
-
"styles": []
|
590
|
-
},
|
591
587
|
"VVirtualScroll": {
|
592
588
|
"from": "components/VVirtualScroll",
|
593
589
|
"styles": []
|
594
590
|
},
|
591
|
+
"VValidation": {
|
592
|
+
"from": "components/VValidation",
|
593
|
+
"styles": []
|
594
|
+
},
|
595
595
|
"VFabTransition": {
|
596
596
|
"from": "components/transitions",
|
597
597
|
"styles": []
|
package/dist/json/tags.json
CHANGED
@@ -911,15 +911,24 @@
|
|
911
911
|
},
|
912
912
|
"VColorPicker": {
|
913
913
|
"attributes": [
|
914
|
+
"bg-color",
|
914
915
|
"border",
|
915
916
|
"canvas-height",
|
916
917
|
"color",
|
917
918
|
"disabled",
|
918
919
|
"dot-size",
|
919
920
|
"elevation",
|
921
|
+
"height",
|
920
922
|
"hide-canvas",
|
923
|
+
"hide-header",
|
921
924
|
"hide-inputs",
|
922
925
|
"hide-sliders",
|
926
|
+
"landscape",
|
927
|
+
"location",
|
928
|
+
"max-height",
|
929
|
+
"max-width",
|
930
|
+
"min-height",
|
931
|
+
"min-width",
|
923
932
|
"mode",
|
924
933
|
"model-value",
|
925
934
|
"modes",
|
@@ -931,6 +940,7 @@
|
|
931
940
|
"tag",
|
932
941
|
"theme",
|
933
942
|
"tile",
|
943
|
+
"title",
|
934
944
|
"width"
|
935
945
|
],
|
936
946
|
"description": ""
|