@vuetify/nightly 3.9.5-dev.2025-08-23 → 3.9.5-dev.2025-08-24
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 +2028 -2028
- package/dist/json/importMap-labs.json +40 -40
- package/dist/json/importMap.json +180 -180
- package/dist/json/web-types.json +3842 -3842
- package/dist/vuetify-labs.cjs +133 -36
- package/dist/vuetify-labs.css +3910 -3910
- package/dist/vuetify-labs.d.ts +92 -92
- package/dist/vuetify-labs.esm.js +133 -36
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +133 -36
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +16 -3
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4850 -4850
- package/dist/vuetify.d.ts +71 -71
- package/dist/vuetify.esm.js +16 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +16 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +15 -14
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/filter.d.ts +1 -0
- package/lib/composables/filter.js +13 -0
- package/lib/composables/filter.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +71 -71
- package/lib/framework.js +1 -1
- package/lib/labs/VMaskInput/VMaskInput.d.ts +22 -21
- package/lib/labs/VMaskInput/VMaskInput.js +118 -34
- package/lib/labs/VMaskInput/VMaskInput.js.map +1 -1
- package/package.json +1 -1
package/dist/json/importMap.json
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"VAlert": {
|
|
4
|
+
"from": "components/VAlert",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
7
|
+
"VAlertTitle": {
|
|
8
|
+
"from": "components/VAlert",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
3
11
|
"VAppBar": {
|
|
4
12
|
"from": "components/VAppBar",
|
|
5
13
|
"styles": []
|
|
@@ -12,24 +20,32 @@
|
|
|
12
20
|
"from": "components/VAppBar",
|
|
13
21
|
"styles": []
|
|
14
22
|
},
|
|
23
|
+
"VAutocomplete": {
|
|
24
|
+
"from": "components/VAutocomplete",
|
|
25
|
+
"styles": []
|
|
26
|
+
},
|
|
15
27
|
"VApp": {
|
|
16
28
|
"from": "components/VApp",
|
|
17
29
|
"styles": []
|
|
18
30
|
},
|
|
19
|
-
"
|
|
20
|
-
"from": "components/
|
|
31
|
+
"VBottomSheet": {
|
|
32
|
+
"from": "components/VBottomSheet",
|
|
21
33
|
"styles": []
|
|
22
34
|
},
|
|
23
|
-
"
|
|
24
|
-
"from": "components/
|
|
35
|
+
"VBadge": {
|
|
36
|
+
"from": "components/VBadge",
|
|
25
37
|
"styles": []
|
|
26
38
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "components/
|
|
39
|
+
"VBreadcrumbs": {
|
|
40
|
+
"from": "components/VBreadcrumbs",
|
|
29
41
|
"styles": []
|
|
30
42
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "components/
|
|
43
|
+
"VBreadcrumbsItem": {
|
|
44
|
+
"from": "components/VBreadcrumbs",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
47
|
+
"VBreadcrumbsDivider": {
|
|
48
|
+
"from": "components/VBreadcrumbs",
|
|
33
49
|
"styles": []
|
|
34
50
|
},
|
|
35
51
|
"VBanner": {
|
|
@@ -48,24 +64,36 @@
|
|
|
48
64
|
"from": "components/VBottomNavigation",
|
|
49
65
|
"styles": []
|
|
50
66
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "components/
|
|
67
|
+
"VAvatar": {
|
|
68
|
+
"from": "components/VAvatar",
|
|
53
69
|
"styles": []
|
|
54
70
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "components/
|
|
71
|
+
"VBtnGroup": {
|
|
72
|
+
"from": "components/VBtnGroup",
|
|
57
73
|
"styles": []
|
|
58
74
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "components/
|
|
75
|
+
"VBtnToggle": {
|
|
76
|
+
"from": "components/VBtnToggle",
|
|
61
77
|
"styles": []
|
|
62
78
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "components/
|
|
79
|
+
"VBtn": {
|
|
80
|
+
"from": "components/VBtn",
|
|
65
81
|
"styles": []
|
|
66
82
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "components/
|
|
83
|
+
"VColorPicker": {
|
|
84
|
+
"from": "components/VColorPicker",
|
|
85
|
+
"styles": []
|
|
86
|
+
},
|
|
87
|
+
"VChip": {
|
|
88
|
+
"from": "components/VChip",
|
|
89
|
+
"styles": []
|
|
90
|
+
},
|
|
91
|
+
"VChipGroup": {
|
|
92
|
+
"from": "components/VChipGroup",
|
|
93
|
+
"styles": []
|
|
94
|
+
},
|
|
95
|
+
"VCode": {
|
|
96
|
+
"from": "components/VCode",
|
|
69
97
|
"styles": []
|
|
70
98
|
},
|
|
71
99
|
"VCard": {
|
|
@@ -92,16 +120,12 @@
|
|
|
92
120
|
"from": "components/VCard",
|
|
93
121
|
"styles": []
|
|
94
122
|
},
|
|
95
|
-
"
|
|
96
|
-
"from": "components/
|
|
97
|
-
"styles": []
|
|
98
|
-
},
|
|
99
|
-
"VCarouselItem": {
|
|
100
|
-
"from": "components/VCarousel",
|
|
123
|
+
"VCombobox": {
|
|
124
|
+
"from": "components/VCombobox",
|
|
101
125
|
"styles": []
|
|
102
126
|
},
|
|
103
|
-
"
|
|
104
|
-
"from": "components/
|
|
127
|
+
"VCounter": {
|
|
128
|
+
"from": "components/VCounter",
|
|
105
129
|
"styles": []
|
|
106
130
|
},
|
|
107
131
|
"VCheckbox": {
|
|
@@ -112,34 +136,6 @@
|
|
|
112
136
|
"from": "components/VCheckbox",
|
|
113
137
|
"styles": []
|
|
114
138
|
},
|
|
115
|
-
"VBtn": {
|
|
116
|
-
"from": "components/VBtn",
|
|
117
|
-
"styles": []
|
|
118
|
-
},
|
|
119
|
-
"VChip": {
|
|
120
|
-
"from": "components/VChip",
|
|
121
|
-
"styles": []
|
|
122
|
-
},
|
|
123
|
-
"VCode": {
|
|
124
|
-
"from": "components/VCode",
|
|
125
|
-
"styles": []
|
|
126
|
-
},
|
|
127
|
-
"VColorPicker": {
|
|
128
|
-
"from": "components/VColorPicker",
|
|
129
|
-
"styles": []
|
|
130
|
-
},
|
|
131
|
-
"VChipGroup": {
|
|
132
|
-
"from": "components/VChipGroup",
|
|
133
|
-
"styles": []
|
|
134
|
-
},
|
|
135
|
-
"VCombobox": {
|
|
136
|
-
"from": "components/VCombobox",
|
|
137
|
-
"styles": []
|
|
138
|
-
},
|
|
139
|
-
"VCounter": {
|
|
140
|
-
"from": "components/VCounter",
|
|
141
|
-
"styles": []
|
|
142
|
-
},
|
|
143
139
|
"VDataTable": {
|
|
144
140
|
"from": "components/VDataTable",
|
|
145
141
|
"styles": []
|
|
@@ -168,36 +164,12 @@
|
|
|
168
164
|
"from": "components/VDataTable",
|
|
169
165
|
"styles": []
|
|
170
166
|
},
|
|
171
|
-
"VDivider": {
|
|
172
|
-
"from": "components/VDivider",
|
|
173
|
-
"styles": []
|
|
174
|
-
},
|
|
175
|
-
"VExpansionPanels": {
|
|
176
|
-
"from": "components/VExpansionPanel",
|
|
177
|
-
"styles": []
|
|
178
|
-
},
|
|
179
|
-
"VExpansionPanel": {
|
|
180
|
-
"from": "components/VExpansionPanel",
|
|
181
|
-
"styles": []
|
|
182
|
-
},
|
|
183
|
-
"VExpansionPanelText": {
|
|
184
|
-
"from": "components/VExpansionPanel",
|
|
185
|
-
"styles": []
|
|
186
|
-
},
|
|
187
|
-
"VExpansionPanelTitle": {
|
|
188
|
-
"from": "components/VExpansionPanel",
|
|
189
|
-
"styles": []
|
|
190
|
-
},
|
|
191
|
-
"VEmptyState": {
|
|
192
|
-
"from": "components/VEmptyState",
|
|
193
|
-
"styles": []
|
|
194
|
-
},
|
|
195
167
|
"VDialog": {
|
|
196
168
|
"from": "components/VDialog",
|
|
197
169
|
"styles": []
|
|
198
170
|
},
|
|
199
|
-
"
|
|
200
|
-
"from": "components/
|
|
171
|
+
"VDivider": {
|
|
172
|
+
"from": "components/VDivider",
|
|
201
173
|
"styles": []
|
|
202
174
|
},
|
|
203
175
|
"VDatePicker": {
|
|
@@ -224,6 +196,30 @@
|
|
|
224
196
|
"from": "components/VDatePicker",
|
|
225
197
|
"styles": []
|
|
226
198
|
},
|
|
199
|
+
"VExpansionPanels": {
|
|
200
|
+
"from": "components/VExpansionPanel",
|
|
201
|
+
"styles": []
|
|
202
|
+
},
|
|
203
|
+
"VExpansionPanel": {
|
|
204
|
+
"from": "components/VExpansionPanel",
|
|
205
|
+
"styles": []
|
|
206
|
+
},
|
|
207
|
+
"VExpansionPanelText": {
|
|
208
|
+
"from": "components/VExpansionPanel",
|
|
209
|
+
"styles": []
|
|
210
|
+
},
|
|
211
|
+
"VExpansionPanelTitle": {
|
|
212
|
+
"from": "components/VExpansionPanel",
|
|
213
|
+
"styles": []
|
|
214
|
+
},
|
|
215
|
+
"VEmptyState": {
|
|
216
|
+
"from": "components/VEmptyState",
|
|
217
|
+
"styles": []
|
|
218
|
+
},
|
|
219
|
+
"VFab": {
|
|
220
|
+
"from": "components/VFab",
|
|
221
|
+
"styles": []
|
|
222
|
+
},
|
|
227
223
|
"VField": {
|
|
228
224
|
"from": "components/VField",
|
|
229
225
|
"styles": []
|
|
@@ -232,12 +228,20 @@
|
|
|
232
228
|
"from": "components/VField",
|
|
233
229
|
"styles": []
|
|
234
230
|
},
|
|
231
|
+
"VFooter": {
|
|
232
|
+
"from": "components/VFooter",
|
|
233
|
+
"styles": []
|
|
234
|
+
},
|
|
235
235
|
"VFileInput": {
|
|
236
236
|
"from": "components/VFileInput",
|
|
237
237
|
"styles": []
|
|
238
238
|
},
|
|
239
|
-
"
|
|
240
|
-
"from": "components/
|
|
239
|
+
"VInfiniteScroll": {
|
|
240
|
+
"from": "components/VInfiniteScroll",
|
|
241
|
+
"styles": []
|
|
242
|
+
},
|
|
243
|
+
"VImg": {
|
|
244
|
+
"from": "components/VImg",
|
|
241
245
|
"styles": []
|
|
242
246
|
},
|
|
243
247
|
"VIcon": {
|
|
@@ -260,8 +264,8 @@
|
|
|
260
264
|
"from": "components/VIcon",
|
|
261
265
|
"styles": []
|
|
262
266
|
},
|
|
263
|
-
"
|
|
264
|
-
"from": "components/
|
|
267
|
+
"VInput": {
|
|
268
|
+
"from": "components/VInput",
|
|
265
269
|
"styles": []
|
|
266
270
|
},
|
|
267
271
|
"VItemGroup": {
|
|
@@ -272,20 +276,12 @@
|
|
|
272
276
|
"from": "components/VItemGroup",
|
|
273
277
|
"styles": []
|
|
274
278
|
},
|
|
275
|
-
"VInput": {
|
|
276
|
-
"from": "components/VInput",
|
|
277
|
-
"styles": []
|
|
278
|
-
},
|
|
279
|
-
"VKbd": {
|
|
280
|
-
"from": "components/VKbd",
|
|
281
|
-
"styles": []
|
|
282
|
-
},
|
|
283
279
|
"VLabel": {
|
|
284
280
|
"from": "components/VLabel",
|
|
285
281
|
"styles": []
|
|
286
282
|
},
|
|
287
|
-
"
|
|
288
|
-
"from": "components/
|
|
283
|
+
"VKbd": {
|
|
284
|
+
"from": "components/VKbd",
|
|
289
285
|
"styles": []
|
|
290
286
|
},
|
|
291
287
|
"VList": {
|
|
@@ -324,54 +320,54 @@
|
|
|
324
320
|
"from": "components/VList",
|
|
325
321
|
"styles": []
|
|
326
322
|
},
|
|
327
|
-
"
|
|
328
|
-
"from": "components/
|
|
329
|
-
"styles": []
|
|
330
|
-
},
|
|
331
|
-
"VNavigationDrawer": {
|
|
332
|
-
"from": "components/VNavigationDrawer",
|
|
333
|
-
"styles": []
|
|
334
|
-
},
|
|
335
|
-
"VNumberInput": {
|
|
336
|
-
"from": "components/VNumberInput",
|
|
323
|
+
"VMenu": {
|
|
324
|
+
"from": "components/VMenu",
|
|
337
325
|
"styles": []
|
|
338
326
|
},
|
|
339
327
|
"VMessages": {
|
|
340
328
|
"from": "components/VMessages",
|
|
341
329
|
"styles": []
|
|
342
330
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
331
|
+
"VNavigationDrawer": {
|
|
332
|
+
"from": "components/VNavigationDrawer",
|
|
333
|
+
"styles": []
|
|
334
|
+
},
|
|
335
|
+
"VMain": {
|
|
336
|
+
"from": "components/VMain",
|
|
345
337
|
"styles": []
|
|
346
338
|
},
|
|
347
339
|
"VOtpInput": {
|
|
348
340
|
"from": "components/VOtpInput",
|
|
349
341
|
"styles": []
|
|
350
342
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
343
|
+
"VPagination": {
|
|
344
|
+
"from": "components/VPagination",
|
|
353
345
|
"styles": []
|
|
354
346
|
},
|
|
355
|
-
"
|
|
356
|
-
"from": "components/
|
|
347
|
+
"VNumberInput": {
|
|
348
|
+
"from": "components/VNumberInput",
|
|
357
349
|
"styles": []
|
|
358
350
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
351
|
+
"VProgressCircular": {
|
|
352
|
+
"from": "components/VProgressCircular",
|
|
361
353
|
"styles": []
|
|
362
354
|
},
|
|
363
355
|
"VProgressLinear": {
|
|
364
356
|
"from": "components/VProgressLinear",
|
|
365
357
|
"styles": []
|
|
366
358
|
},
|
|
367
|
-
"
|
|
368
|
-
"from": "components/
|
|
359
|
+
"VRadioGroup": {
|
|
360
|
+
"from": "components/VRadioGroup",
|
|
369
361
|
"styles": []
|
|
370
362
|
},
|
|
371
363
|
"VRating": {
|
|
372
364
|
"from": "components/VRating",
|
|
373
365
|
"styles": []
|
|
374
366
|
},
|
|
367
|
+
"VSelect": {
|
|
368
|
+
"from": "components/VSelect",
|
|
369
|
+
"styles": []
|
|
370
|
+
},
|
|
375
371
|
"VSelectionControl": {
|
|
376
372
|
"from": "components/VSelectionControl",
|
|
377
373
|
"styles": []
|
|
@@ -380,30 +376,30 @@
|
|
|
380
376
|
"from": "components/VSheet",
|
|
381
377
|
"styles": []
|
|
382
378
|
},
|
|
383
|
-
"
|
|
384
|
-
"from": "components/
|
|
379
|
+
"VSlideGroup": {
|
|
380
|
+
"from": "components/VSlideGroup",
|
|
385
381
|
"styles": []
|
|
386
382
|
},
|
|
387
|
-
"
|
|
388
|
-
"from": "components/
|
|
383
|
+
"VSlideGroupItem": {
|
|
384
|
+
"from": "components/VSlideGroup",
|
|
389
385
|
"styles": []
|
|
390
386
|
},
|
|
391
387
|
"VSlider": {
|
|
392
388
|
"from": "components/VSlider",
|
|
393
389
|
"styles": []
|
|
394
390
|
},
|
|
395
|
-
"
|
|
396
|
-
"from": "components/
|
|
397
|
-
"styles": []
|
|
398
|
-
},
|
|
399
|
-
"VSlideGroupItem": {
|
|
400
|
-
"from": "components/VSlideGroup",
|
|
391
|
+
"VSkeletonLoader": {
|
|
392
|
+
"from": "components/VSkeletonLoader",
|
|
401
393
|
"styles": []
|
|
402
394
|
},
|
|
403
395
|
"VSnackbar": {
|
|
404
396
|
"from": "components/VSnackbar",
|
|
405
397
|
"styles": []
|
|
406
398
|
},
|
|
399
|
+
"VSelectionControlGroup": {
|
|
400
|
+
"from": "components/VSelectionControlGroup",
|
|
401
|
+
"styles": []
|
|
402
|
+
},
|
|
407
403
|
"VStepper": {
|
|
408
404
|
"from": "components/VStepper",
|
|
409
405
|
"styles": []
|
|
@@ -428,40 +424,24 @@
|
|
|
428
424
|
"from": "components/VStepper",
|
|
429
425
|
"styles": []
|
|
430
426
|
},
|
|
431
|
-
"VSwitch": {
|
|
432
|
-
"from": "components/VSwitch",
|
|
433
|
-
"styles": []
|
|
434
|
-
},
|
|
435
427
|
"VTable": {
|
|
436
428
|
"from": "components/VTable",
|
|
437
429
|
"styles": []
|
|
438
430
|
},
|
|
439
|
-
"
|
|
440
|
-
"from": "components/
|
|
431
|
+
"VSwitch": {
|
|
432
|
+
"from": "components/VSwitch",
|
|
441
433
|
"styles": []
|
|
442
434
|
},
|
|
443
435
|
"VSystemBar": {
|
|
444
436
|
"from": "components/VSystemBar",
|
|
445
437
|
"styles": []
|
|
446
438
|
},
|
|
447
|
-
"
|
|
448
|
-
"from": "components/
|
|
449
|
-
"styles": []
|
|
450
|
-
},
|
|
451
|
-
"VTimelineItem": {
|
|
452
|
-
"from": "components/VTimeline",
|
|
453
|
-
"styles": []
|
|
454
|
-
},
|
|
455
|
-
"VTimePicker": {
|
|
456
|
-
"from": "components/VTimePicker",
|
|
457
|
-
"styles": []
|
|
458
|
-
},
|
|
459
|
-
"VTimePickerClock": {
|
|
460
|
-
"from": "components/VTimePicker",
|
|
439
|
+
"VTextarea": {
|
|
440
|
+
"from": "components/VTextarea",
|
|
461
441
|
"styles": []
|
|
462
442
|
},
|
|
463
|
-
"
|
|
464
|
-
"from": "components/
|
|
443
|
+
"VTextField": {
|
|
444
|
+
"from": "components/VTextField",
|
|
465
445
|
"styles": []
|
|
466
446
|
},
|
|
467
447
|
"VTab": {
|
|
@@ -480,6 +460,18 @@
|
|
|
480
460
|
"from": "components/VTabs",
|
|
481
461
|
"styles": []
|
|
482
462
|
},
|
|
463
|
+
"VTimePicker": {
|
|
464
|
+
"from": "components/VTimePicker",
|
|
465
|
+
"styles": []
|
|
466
|
+
},
|
|
467
|
+
"VTimePickerClock": {
|
|
468
|
+
"from": "components/VTimePicker",
|
|
469
|
+
"styles": []
|
|
470
|
+
},
|
|
471
|
+
"VTimePickerControls": {
|
|
472
|
+
"from": "components/VTimePicker",
|
|
473
|
+
"styles": []
|
|
474
|
+
},
|
|
483
475
|
"VToolbar": {
|
|
484
476
|
"from": "components/VToolbar",
|
|
485
477
|
"styles": []
|
|
@@ -492,10 +484,6 @@
|
|
|
492
484
|
"from": "components/VToolbar",
|
|
493
485
|
"styles": []
|
|
494
486
|
},
|
|
495
|
-
"VTooltip": {
|
|
496
|
-
"from": "components/VTooltip",
|
|
497
|
-
"styles": []
|
|
498
|
-
},
|
|
499
487
|
"VTreeview": {
|
|
500
488
|
"from": "components/VTreeview",
|
|
501
489
|
"styles": []
|
|
@@ -508,8 +496,32 @@
|
|
|
508
496
|
"from": "components/VTreeview",
|
|
509
497
|
"styles": []
|
|
510
498
|
},
|
|
511
|
-
"
|
|
512
|
-
"from": "components/
|
|
499
|
+
"VTooltip": {
|
|
500
|
+
"from": "components/VTooltip",
|
|
501
|
+
"styles": []
|
|
502
|
+
},
|
|
503
|
+
"VTimeline": {
|
|
504
|
+
"from": "components/VTimeline",
|
|
505
|
+
"styles": []
|
|
506
|
+
},
|
|
507
|
+
"VTimelineItem": {
|
|
508
|
+
"from": "components/VTimeline",
|
|
509
|
+
"styles": []
|
|
510
|
+
},
|
|
511
|
+
"VWindow": {
|
|
512
|
+
"from": "components/VWindow",
|
|
513
|
+
"styles": []
|
|
514
|
+
},
|
|
515
|
+
"VWindowItem": {
|
|
516
|
+
"from": "components/VWindow",
|
|
517
|
+
"styles": []
|
|
518
|
+
},
|
|
519
|
+
"VCarousel": {
|
|
520
|
+
"from": "components/VCarousel",
|
|
521
|
+
"styles": []
|
|
522
|
+
},
|
|
523
|
+
"VCarouselItem": {
|
|
524
|
+
"from": "components/VCarousel",
|
|
513
525
|
"styles": []
|
|
514
526
|
},
|
|
515
527
|
"VConfirmEdit": {
|
|
@@ -548,24 +560,20 @@
|
|
|
548
560
|
"from": "components/VHover",
|
|
549
561
|
"styles": []
|
|
550
562
|
},
|
|
551
|
-
"
|
|
552
|
-
"from": "components/
|
|
563
|
+
"VLayout": {
|
|
564
|
+
"from": "components/VLayout",
|
|
553
565
|
"styles": []
|
|
554
566
|
},
|
|
555
|
-
"
|
|
556
|
-
"from": "components/
|
|
567
|
+
"VLayoutItem": {
|
|
568
|
+
"from": "components/VLayout",
|
|
557
569
|
"styles": []
|
|
558
570
|
},
|
|
559
571
|
"VLazy": {
|
|
560
572
|
"from": "components/VLazy",
|
|
561
573
|
"styles": []
|
|
562
574
|
},
|
|
563
|
-
"
|
|
564
|
-
"from": "components/
|
|
565
|
-
"styles": []
|
|
566
|
-
},
|
|
567
|
-
"VLayoutItem": {
|
|
568
|
-
"from": "components/VLayout",
|
|
575
|
+
"VLocaleProvider": {
|
|
576
|
+
"from": "components/VLocaleProvider",
|
|
569
577
|
"styles": []
|
|
570
578
|
},
|
|
571
579
|
"VNoSsr": {
|
|
@@ -576,22 +584,22 @@
|
|
|
576
584
|
"from": "components/VParallax",
|
|
577
585
|
"styles": []
|
|
578
586
|
},
|
|
579
|
-
"VRangeSlider": {
|
|
580
|
-
"from": "components/VRangeSlider",
|
|
581
|
-
"styles": []
|
|
582
|
-
},
|
|
583
|
-
"VRadioGroup": {
|
|
584
|
-
"from": "components/VRadioGroup",
|
|
585
|
-
"styles": []
|
|
586
|
-
},
|
|
587
587
|
"VRadio": {
|
|
588
588
|
"from": "components/VRadio",
|
|
589
589
|
"styles": []
|
|
590
590
|
},
|
|
591
|
+
"VRangeSlider": {
|
|
592
|
+
"from": "components/VRangeSlider",
|
|
593
|
+
"styles": []
|
|
594
|
+
},
|
|
591
595
|
"VResponsive": {
|
|
592
596
|
"from": "components/VResponsive",
|
|
593
597
|
"styles": []
|
|
594
598
|
},
|
|
599
|
+
"VSparkline": {
|
|
600
|
+
"from": "components/VSparkline",
|
|
601
|
+
"styles": []
|
|
602
|
+
},
|
|
595
603
|
"VSnackbarQueue": {
|
|
596
604
|
"from": "components/VSnackbarQueue",
|
|
597
605
|
"styles": []
|
|
@@ -600,10 +608,6 @@
|
|
|
600
608
|
"from": "components/VSpeedDial",
|
|
601
609
|
"styles": []
|
|
602
610
|
},
|
|
603
|
-
"VSparkline": {
|
|
604
|
-
"from": "components/VSparkline",
|
|
605
|
-
"styles": []
|
|
606
|
-
},
|
|
607
611
|
"VThemeProvider": {
|
|
608
612
|
"from": "components/VThemeProvider",
|
|
609
613
|
"styles": []
|
|
@@ -680,12 +684,8 @@
|
|
|
680
684
|
"from": "components/transitions",
|
|
681
685
|
"styles": []
|
|
682
686
|
},
|
|
683
|
-
"
|
|
684
|
-
"from": "components/
|
|
685
|
-
"styles": []
|
|
686
|
-
},
|
|
687
|
-
"VLocaleProvider": {
|
|
688
|
-
"from": "components/VLocaleProvider",
|
|
687
|
+
"VOverlay": {
|
|
688
|
+
"from": "components/VOverlay",
|
|
689
689
|
"styles": []
|
|
690
690
|
}
|
|
691
691
|
},
|