@vuetify/nightly 3.5.3-dev.2024-02-25 → 3.5.3-dev.2024-03-06
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 -2
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +130 -130
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +1341 -1341
- package/dist/vuetify-labs.d.ts +15 -6
- package/dist/vuetify-labs.esm.js +23 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +23 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +433 -433
- package/dist/vuetify.d.ts +56 -47
- package/dist/vuetify.esm.js +23 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +23 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +279 -279
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +5 -2
- package/lib/blueprints/md1.d.mts +5 -2
- package/lib/blueprints/md2.d.mts +5 -2
- package/lib/blueprints/md3.d.mts +5 -2
- package/lib/composables/date/DateAdapter.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +18 -0
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/icons.mjs +2 -1
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +56 -47
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.5.3-dev.2024-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.5.3-dev.2024-03-06...v) (2024-03-06)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.5.3-dev.2024-
|
|
5
|
+
## [3.5.3-dev.2024-03-06](https://github.com/vuetifyjs/vuetify/compare/v3.5.3...v3.5.3-dev.2024-03-06) (2024-03-06)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
@@ -13,6 +13,8 @@
|
|
|
13
13
|
|
|
14
14
|
### Features
|
|
15
15
|
|
|
16
|
+
* **date:** add more functions to default adapter ([#19141](https://github.com/vuetifyjs/vuetify/issues/19141)) ([a6a02f0](https://github.com/vuetifyjs/vuetify/commit/a6a02f04c491568332848f54110a855c88d06e6f))
|
|
17
|
+
* **icons:** add vuetify-play icon ([0f2ea2b](https://github.com/vuetifyjs/vuetify/commit/0f2ea2b53156eebb296c1719a3616156da9d3e53))
|
|
16
18
|
* **position:** add left/top/right/bottom-0 utility classes ([5713630](https://github.com/vuetifyjs/vuetify/commit/5713630109ac8c3f2d28d49359f0a6bf4b105a85))
|
|
17
19
|
* **VInput:** add new $input-flex sass variable ([0f1d43a](https://github.com/vuetifyjs/vuetify/commit/0f1d43aac5a5e7d207653892dca968040ee0041d))
|
|
18
20
|
* **VLabel:** add opacity sass variable ([c6fb388](https://github.com/vuetifyjs/vuetify/commit/c6fb388be73b042e985ed371ba8cd392b4408c62))
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"VPicker": {
|
|
4
|
+
"from": "labs/VPicker/index.mjs",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
7
|
+
"VPickerTitle": {
|
|
8
|
+
"from": "labs/VPicker/index.mjs",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
3
11
|
"VCalendar": {
|
|
4
12
|
"from": "labs/VCalendar/index.mjs",
|
|
5
13
|
"styles": []
|
|
@@ -24,14 +32,6 @@
|
|
|
24
32
|
"from": "labs/VCalendar/index.mjs",
|
|
25
33
|
"styles": []
|
|
26
34
|
},
|
|
27
|
-
"VPicker": {
|
|
28
|
-
"from": "labs/VPicker/index.mjs",
|
|
29
|
-
"styles": []
|
|
30
|
-
},
|
|
31
|
-
"VPickerTitle": {
|
|
32
|
-
"from": "labs/VPicker/index.mjs",
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
35
|
"VConfirmEdit": {
|
|
36
36
|
"from": "labs/VConfirmEdit/index.mjs",
|
|
37
37
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VApp": {
|
|
4
|
-
"from": "components/VApp/index.mjs",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
3
|
"VAppBar": {
|
|
8
4
|
"from": "components/VAppBar/index.mjs",
|
|
9
5
|
"styles": []
|
|
@@ -16,8 +12,8 @@
|
|
|
16
12
|
"from": "components/VAppBar/index.mjs",
|
|
17
13
|
"styles": []
|
|
18
14
|
},
|
|
19
|
-
"
|
|
20
|
-
"from": "components/
|
|
15
|
+
"VApp": {
|
|
16
|
+
"from": "components/VApp/index.mjs",
|
|
21
17
|
"styles": []
|
|
22
18
|
},
|
|
23
19
|
"VAutocomplete": {
|
|
@@ -32,6 +28,10 @@
|
|
|
32
28
|
"from": "components/VAlert/index.mjs",
|
|
33
29
|
"styles": []
|
|
34
30
|
},
|
|
31
|
+
"VAvatar": {
|
|
32
|
+
"from": "components/VAvatar/index.mjs",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
35
35
|
"VBadge": {
|
|
36
36
|
"from": "components/VBadge/index.mjs",
|
|
37
37
|
"styles": []
|
|
@@ -48,12 +48,16 @@
|
|
|
48
48
|
"from": "components/VBanner/index.mjs",
|
|
49
49
|
"styles": []
|
|
50
50
|
},
|
|
51
|
+
"VBottomNavigation": {
|
|
52
|
+
"from": "components/VBottomNavigation/index.mjs",
|
|
53
|
+
"styles": []
|
|
54
|
+
},
|
|
51
55
|
"VBottomSheet": {
|
|
52
56
|
"from": "components/VBottomSheet/index.mjs",
|
|
53
57
|
"styles": []
|
|
54
58
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "components/
|
|
59
|
+
"VBtn": {
|
|
60
|
+
"from": "components/VBtn/index.mjs",
|
|
57
61
|
"styles": []
|
|
58
62
|
},
|
|
59
63
|
"VBreadcrumbs": {
|
|
@@ -68,38 +72,6 @@
|
|
|
68
72
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
69
73
|
"styles": []
|
|
70
74
|
},
|
|
71
|
-
"VBtn": {
|
|
72
|
-
"from": "components/VBtn/index.mjs",
|
|
73
|
-
"styles": []
|
|
74
|
-
},
|
|
75
|
-
"VBtnGroup": {
|
|
76
|
-
"from": "components/VBtnGroup/index.mjs",
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
|
-
"VCarousel": {
|
|
80
|
-
"from": "components/VCarousel/index.mjs",
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
|
-
"VCarouselItem": {
|
|
84
|
-
"from": "components/VCarousel/index.mjs",
|
|
85
|
-
"styles": []
|
|
86
|
-
},
|
|
87
|
-
"VBtnToggle": {
|
|
88
|
-
"from": "components/VBtnToggle/index.mjs",
|
|
89
|
-
"styles": []
|
|
90
|
-
},
|
|
91
|
-
"VCode": {
|
|
92
|
-
"from": "components/VCode/index.mjs",
|
|
93
|
-
"styles": []
|
|
94
|
-
},
|
|
95
|
-
"VCheckbox": {
|
|
96
|
-
"from": "components/VCheckbox/index.mjs",
|
|
97
|
-
"styles": []
|
|
98
|
-
},
|
|
99
|
-
"VCheckboxBtn": {
|
|
100
|
-
"from": "components/VCheckbox/index.mjs",
|
|
101
|
-
"styles": []
|
|
102
|
-
},
|
|
103
75
|
"VCard": {
|
|
104
76
|
"from": "components/VCard/index.mjs",
|
|
105
77
|
"styles": []
|
|
@@ -124,24 +96,56 @@
|
|
|
124
96
|
"from": "components/VCard/index.mjs",
|
|
125
97
|
"styles": []
|
|
126
98
|
},
|
|
99
|
+
"VBtnToggle": {
|
|
100
|
+
"from": "components/VBtnToggle/index.mjs",
|
|
101
|
+
"styles": []
|
|
102
|
+
},
|
|
103
|
+
"VBtnGroup": {
|
|
104
|
+
"from": "components/VBtnGroup/index.mjs",
|
|
105
|
+
"styles": []
|
|
106
|
+
},
|
|
107
|
+
"VCarousel": {
|
|
108
|
+
"from": "components/VCarousel/index.mjs",
|
|
109
|
+
"styles": []
|
|
110
|
+
},
|
|
111
|
+
"VCarouselItem": {
|
|
112
|
+
"from": "components/VCarousel/index.mjs",
|
|
113
|
+
"styles": []
|
|
114
|
+
},
|
|
127
115
|
"VChip": {
|
|
128
116
|
"from": "components/VChip/index.mjs",
|
|
129
117
|
"styles": []
|
|
130
118
|
},
|
|
119
|
+
"VCheckbox": {
|
|
120
|
+
"from": "components/VCheckbox/index.mjs",
|
|
121
|
+
"styles": []
|
|
122
|
+
},
|
|
123
|
+
"VCheckboxBtn": {
|
|
124
|
+
"from": "components/VCheckbox/index.mjs",
|
|
125
|
+
"styles": []
|
|
126
|
+
},
|
|
131
127
|
"VChipGroup": {
|
|
132
128
|
"from": "components/VChipGroup/index.mjs",
|
|
133
129
|
"styles": []
|
|
134
130
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
131
|
+
"VCounter": {
|
|
132
|
+
"from": "components/VCounter/index.mjs",
|
|
133
|
+
"styles": []
|
|
134
|
+
},
|
|
135
|
+
"VCode": {
|
|
136
|
+
"from": "components/VCode/index.mjs",
|
|
137
|
+
"styles": []
|
|
138
|
+
},
|
|
139
|
+
"VDialog": {
|
|
140
|
+
"from": "components/VDialog/index.mjs",
|
|
137
141
|
"styles": []
|
|
138
142
|
},
|
|
139
143
|
"VCombobox": {
|
|
140
144
|
"from": "components/VCombobox/index.mjs",
|
|
141
145
|
"styles": []
|
|
142
146
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
147
|
+
"VColorPicker": {
|
|
148
|
+
"from": "components/VColorPicker/index.mjs",
|
|
145
149
|
"styles": []
|
|
146
150
|
},
|
|
147
151
|
"VDatePicker": {
|
|
@@ -192,14 +196,18 @@
|
|
|
192
196
|
"from": "components/VDataTable/index.mjs",
|
|
193
197
|
"styles": []
|
|
194
198
|
},
|
|
195
|
-
"VDialog": {
|
|
196
|
-
"from": "components/VDialog/index.mjs",
|
|
197
|
-
"styles": []
|
|
198
|
-
},
|
|
199
199
|
"VDivider": {
|
|
200
200
|
"from": "components/VDivider/index.mjs",
|
|
201
201
|
"styles": []
|
|
202
202
|
},
|
|
203
|
+
"VField": {
|
|
204
|
+
"from": "components/VField/index.mjs",
|
|
205
|
+
"styles": []
|
|
206
|
+
},
|
|
207
|
+
"VFieldLabel": {
|
|
208
|
+
"from": "components/VField/index.mjs",
|
|
209
|
+
"styles": []
|
|
210
|
+
},
|
|
203
211
|
"VExpansionPanels": {
|
|
204
212
|
"from": "components/VExpansionPanel/index.mjs",
|
|
205
213
|
"styles": []
|
|
@@ -216,26 +224,6 @@
|
|
|
216
224
|
"from": "components/VExpansionPanel/index.mjs",
|
|
217
225
|
"styles": []
|
|
218
226
|
},
|
|
219
|
-
"VField": {
|
|
220
|
-
"from": "components/VField/index.mjs",
|
|
221
|
-
"styles": []
|
|
222
|
-
},
|
|
223
|
-
"VFieldLabel": {
|
|
224
|
-
"from": "components/VField/index.mjs",
|
|
225
|
-
"styles": []
|
|
226
|
-
},
|
|
227
|
-
"VFileInput": {
|
|
228
|
-
"from": "components/VFileInput/index.mjs",
|
|
229
|
-
"styles": []
|
|
230
|
-
},
|
|
231
|
-
"VFooter": {
|
|
232
|
-
"from": "components/VFooter/index.mjs",
|
|
233
|
-
"styles": []
|
|
234
|
-
},
|
|
235
|
-
"VImg": {
|
|
236
|
-
"from": "components/VImg/index.mjs",
|
|
237
|
-
"styles": []
|
|
238
|
-
},
|
|
239
227
|
"VIcon": {
|
|
240
228
|
"from": "components/VIcon/index.mjs",
|
|
241
229
|
"styles": []
|
|
@@ -256,18 +244,30 @@
|
|
|
256
244
|
"from": "components/VIcon/index.mjs",
|
|
257
245
|
"styles": []
|
|
258
246
|
},
|
|
259
|
-
"
|
|
260
|
-
"from": "components/
|
|
247
|
+
"VFileInput": {
|
|
248
|
+
"from": "components/VFileInput/index.mjs",
|
|
261
249
|
"styles": []
|
|
262
250
|
},
|
|
263
|
-
"
|
|
264
|
-
"from": "components/
|
|
251
|
+
"VFooter": {
|
|
252
|
+
"from": "components/VFooter/index.mjs",
|
|
253
|
+
"styles": []
|
|
254
|
+
},
|
|
255
|
+
"VInfiniteScroll": {
|
|
256
|
+
"from": "components/VInfiniteScroll/index.mjs",
|
|
265
257
|
"styles": []
|
|
266
258
|
},
|
|
267
259
|
"VKbd": {
|
|
268
260
|
"from": "components/VKbd/index.mjs",
|
|
269
261
|
"styles": []
|
|
270
262
|
},
|
|
263
|
+
"VImg": {
|
|
264
|
+
"from": "components/VImg/index.mjs",
|
|
265
|
+
"styles": []
|
|
266
|
+
},
|
|
267
|
+
"VInput": {
|
|
268
|
+
"from": "components/VInput/index.mjs",
|
|
269
|
+
"styles": []
|
|
270
|
+
},
|
|
271
271
|
"VItemGroup": {
|
|
272
272
|
"from": "components/VItemGroup/index.mjs",
|
|
273
273
|
"styles": []
|
|
@@ -316,24 +316,20 @@
|
|
|
316
316
|
"from": "components/VLabel/index.mjs",
|
|
317
317
|
"styles": []
|
|
318
318
|
},
|
|
319
|
-
"VMenu": {
|
|
320
|
-
"from": "components/VMenu/index.mjs",
|
|
321
|
-
"styles": []
|
|
322
|
-
},
|
|
323
319
|
"VMain": {
|
|
324
320
|
"from": "components/VMain/index.mjs",
|
|
325
321
|
"styles": []
|
|
326
322
|
},
|
|
327
|
-
"
|
|
328
|
-
"from": "components/
|
|
323
|
+
"VNavigationDrawer": {
|
|
324
|
+
"from": "components/VNavigationDrawer/index.mjs",
|
|
329
325
|
"styles": []
|
|
330
326
|
},
|
|
331
|
-
"
|
|
332
|
-
"from": "components/
|
|
327
|
+
"VMessages": {
|
|
328
|
+
"from": "components/VMessages/index.mjs",
|
|
333
329
|
"styles": []
|
|
334
330
|
},
|
|
335
|
-
"
|
|
336
|
-
"from": "components/
|
|
331
|
+
"VMenu": {
|
|
332
|
+
"from": "components/VMenu/index.mjs",
|
|
337
333
|
"styles": []
|
|
338
334
|
},
|
|
339
335
|
"VOtpInput": {
|
|
@@ -344,26 +340,34 @@
|
|
|
344
340
|
"from": "components/VOverlay/index.mjs",
|
|
345
341
|
"styles": []
|
|
346
342
|
},
|
|
343
|
+
"VPagination": {
|
|
344
|
+
"from": "components/VPagination/index.mjs",
|
|
345
|
+
"styles": []
|
|
346
|
+
},
|
|
347
347
|
"VProgressCircular": {
|
|
348
348
|
"from": "components/VProgressCircular/index.mjs",
|
|
349
349
|
"styles": []
|
|
350
350
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
351
|
+
"VProgressLinear": {
|
|
352
|
+
"from": "components/VProgressLinear/index.mjs",
|
|
353
353
|
"styles": []
|
|
354
354
|
},
|
|
355
355
|
"VRating": {
|
|
356
356
|
"from": "components/VRating/index.mjs",
|
|
357
357
|
"styles": []
|
|
358
358
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
359
|
+
"VRadioGroup": {
|
|
360
|
+
"from": "components/VRadioGroup/index.mjs",
|
|
361
361
|
"styles": []
|
|
362
362
|
},
|
|
363
363
|
"VSelect": {
|
|
364
364
|
"from": "components/VSelect/index.mjs",
|
|
365
365
|
"styles": []
|
|
366
366
|
},
|
|
367
|
+
"VSelectionControlGroup": {
|
|
368
|
+
"from": "components/VSelectionControlGroup/index.mjs",
|
|
369
|
+
"styles": []
|
|
370
|
+
},
|
|
367
371
|
"VSelectionControl": {
|
|
368
372
|
"from": "components/VSelectionControl/index.mjs",
|
|
369
373
|
"styles": []
|
|
@@ -380,10 +384,6 @@
|
|
|
380
384
|
"from": "components/VSlideGroup/index.mjs",
|
|
381
385
|
"styles": []
|
|
382
386
|
},
|
|
383
|
-
"VSelectionControlGroup": {
|
|
384
|
-
"from": "components/VSelectionControlGroup/index.mjs",
|
|
385
|
-
"styles": []
|
|
386
|
-
},
|
|
387
387
|
"VSkeletonLoader": {
|
|
388
388
|
"from": "components/VSkeletonLoader/index.mjs",
|
|
389
389
|
"styles": []
|
|
@@ -392,14 +392,6 @@
|
|
|
392
392
|
"from": "components/VSnackbar/index.mjs",
|
|
393
393
|
"styles": []
|
|
394
394
|
},
|
|
395
|
-
"VSlider": {
|
|
396
|
-
"from": "components/VSlider/index.mjs",
|
|
397
|
-
"styles": []
|
|
398
|
-
},
|
|
399
|
-
"VSystemBar": {
|
|
400
|
-
"from": "components/VSystemBar/index.mjs",
|
|
401
|
-
"styles": []
|
|
402
|
-
},
|
|
403
395
|
"VStepper": {
|
|
404
396
|
"from": "components/VStepper/index.mjs",
|
|
405
397
|
"styles": []
|
|
@@ -424,16 +416,12 @@
|
|
|
424
416
|
"from": "components/VStepper/index.mjs",
|
|
425
417
|
"styles": []
|
|
426
418
|
},
|
|
427
|
-
"
|
|
428
|
-
"from": "components/
|
|
429
|
-
"styles": []
|
|
430
|
-
},
|
|
431
|
-
"VTable": {
|
|
432
|
-
"from": "components/VTable/index.mjs",
|
|
419
|
+
"VSystemBar": {
|
|
420
|
+
"from": "components/VSystemBar/index.mjs",
|
|
433
421
|
"styles": []
|
|
434
422
|
},
|
|
435
|
-
"
|
|
436
|
-
"from": "components/
|
|
423
|
+
"VSlider": {
|
|
424
|
+
"from": "components/VSlider/index.mjs",
|
|
437
425
|
"styles": []
|
|
438
426
|
},
|
|
439
427
|
"VTabs": {
|
|
@@ -444,20 +432,24 @@
|
|
|
444
432
|
"from": "components/VTabs/index.mjs",
|
|
445
433
|
"styles": []
|
|
446
434
|
},
|
|
447
|
-
"
|
|
448
|
-
"from": "components/
|
|
435
|
+
"VTable": {
|
|
436
|
+
"from": "components/VTable/index.mjs",
|
|
449
437
|
"styles": []
|
|
450
438
|
},
|
|
451
|
-
"
|
|
452
|
-
"from": "components/
|
|
439
|
+
"VSwitch": {
|
|
440
|
+
"from": "components/VSwitch/index.mjs",
|
|
441
|
+
"styles": []
|
|
442
|
+
},
|
|
443
|
+
"VTextField": {
|
|
444
|
+
"from": "components/VTextField/index.mjs",
|
|
453
445
|
"styles": []
|
|
454
446
|
},
|
|
455
447
|
"VTooltip": {
|
|
456
448
|
"from": "components/VTooltip/index.mjs",
|
|
457
449
|
"styles": []
|
|
458
450
|
},
|
|
459
|
-
"
|
|
460
|
-
"from": "components/
|
|
451
|
+
"VTextarea": {
|
|
452
|
+
"from": "components/VTextarea/index.mjs",
|
|
461
453
|
"styles": []
|
|
462
454
|
},
|
|
463
455
|
"VToolbar": {
|
|
@@ -472,6 +464,14 @@
|
|
|
472
464
|
"from": "components/VToolbar/index.mjs",
|
|
473
465
|
"styles": []
|
|
474
466
|
},
|
|
467
|
+
"VTimeline": {
|
|
468
|
+
"from": "components/VTimeline/index.mjs",
|
|
469
|
+
"styles": []
|
|
470
|
+
},
|
|
471
|
+
"VTimelineItem": {
|
|
472
|
+
"from": "components/VTimeline/index.mjs",
|
|
473
|
+
"styles": []
|
|
474
|
+
},
|
|
475
475
|
"VWindow": {
|
|
476
476
|
"from": "components/VWindow/index.mjs",
|
|
477
477
|
"styles": []
|
|
@@ -512,10 +512,6 @@
|
|
|
512
512
|
"from": "components/VHover/index.mjs",
|
|
513
513
|
"styles": []
|
|
514
514
|
},
|
|
515
|
-
"VLazy": {
|
|
516
|
-
"from": "components/VLazy/index.mjs",
|
|
517
|
-
"styles": []
|
|
518
|
-
},
|
|
519
515
|
"VLayout": {
|
|
520
516
|
"from": "components/VLayout/index.mjs",
|
|
521
517
|
"styles": []
|
|
@@ -524,26 +520,30 @@
|
|
|
524
520
|
"from": "components/VLayout/index.mjs",
|
|
525
521
|
"styles": []
|
|
526
522
|
},
|
|
527
|
-
"
|
|
528
|
-
"from": "components/
|
|
523
|
+
"VLazy": {
|
|
524
|
+
"from": "components/VLazy/index.mjs",
|
|
529
525
|
"styles": []
|
|
530
526
|
},
|
|
531
|
-
"
|
|
532
|
-
"from": "components/
|
|
527
|
+
"VLocaleProvider": {
|
|
528
|
+
"from": "components/VLocaleProvider/index.mjs",
|
|
533
529
|
"styles": []
|
|
534
530
|
},
|
|
535
531
|
"VParallax": {
|
|
536
532
|
"from": "components/VParallax/index.mjs",
|
|
537
533
|
"styles": []
|
|
538
534
|
},
|
|
539
|
-
"
|
|
540
|
-
"from": "components/
|
|
535
|
+
"VNoSsr": {
|
|
536
|
+
"from": "components/VNoSsr/index.mjs",
|
|
541
537
|
"styles": []
|
|
542
538
|
},
|
|
543
539
|
"VRadio": {
|
|
544
540
|
"from": "components/VRadio/index.mjs",
|
|
545
541
|
"styles": []
|
|
546
542
|
},
|
|
543
|
+
"VRangeSlider": {
|
|
544
|
+
"from": "components/VRangeSlider/index.mjs",
|
|
545
|
+
"styles": []
|
|
546
|
+
},
|
|
547
547
|
"VResponsive": {
|
|
548
548
|
"from": "components/VResponsive/index.mjs",
|
|
549
549
|
"styles": []
|
|
@@ -552,6 +552,14 @@
|
|
|
552
552
|
"from": "components/VThemeProvider/index.mjs",
|
|
553
553
|
"styles": []
|
|
554
554
|
},
|
|
555
|
+
"VValidation": {
|
|
556
|
+
"from": "components/VValidation/index.mjs",
|
|
557
|
+
"styles": []
|
|
558
|
+
},
|
|
559
|
+
"VVirtualScroll": {
|
|
560
|
+
"from": "components/VVirtualScroll/index.mjs",
|
|
561
|
+
"styles": []
|
|
562
|
+
},
|
|
555
563
|
"VFabTransition": {
|
|
556
564
|
"from": "components/transitions/index.mjs",
|
|
557
565
|
"styles": []
|
|
@@ -615,14 +623,6 @@
|
|
|
615
623
|
"VDialogTransition": {
|
|
616
624
|
"from": "components/transitions/index.mjs",
|
|
617
625
|
"styles": []
|
|
618
|
-
},
|
|
619
|
-
"VVirtualScroll": {
|
|
620
|
-
"from": "components/VVirtualScroll/index.mjs",
|
|
621
|
-
"styles": []
|
|
622
|
-
},
|
|
623
|
-
"VValidation": {
|
|
624
|
-
"from": "components/VValidation/index.mjs",
|
|
625
|
-
"styles": []
|
|
626
626
|
}
|
|
627
627
|
},
|
|
628
628
|
"directives": [
|
package/dist/json/web-types.json
CHANGED