vuetify 3.11.5 → 3.11.6
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/dist/json/attributes.json +2340 -2340
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +186 -186
- package/dist/json/web-types.json +4227 -4227
- package/dist/vuetify-labs.cjs +22 -11
- package/dist/vuetify-labs.css +4831 -4828
- package/dist/vuetify-labs.d.ts +64 -64
- package/dist/vuetify-labs.esm.js +22 -11
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +22 -11
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +22 -11
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4510 -4507
- package/dist/vuetify.d.ts +64 -64
- package/dist/vuetify.esm.js +22 -11
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +22 -11
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +7 -8
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VCalendar/composables/calendarWithIntervals.js +9 -6
- package/lib/components/VCalendar/composables/calendarWithIntervals.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.css +4 -0
- package/lib/components/VColorPicker/VColorPickerSwatches.js +10 -2
- package/lib/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.sass +4 -0
- package/lib/components/VDatePicker/VDatePickerControls.css +0 -1
- package/lib/components/VDatePicker/VDatePickerControls.sass +0 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +64 -64
- package/lib/framework.js +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": []
|
|
@@ -16,6 +12,10 @@
|
|
|
16
12
|
"from": "labs/VIconBtn",
|
|
17
13
|
"styles": []
|
|
18
14
|
},
|
|
15
|
+
"VColorInput": {
|
|
16
|
+
"from": "labs/VColorInput",
|
|
17
|
+
"styles": []
|
|
18
|
+
},
|
|
19
19
|
"VPie": {
|
|
20
20
|
"from": "labs/VPie",
|
|
21
21
|
"styles": []
|
|
@@ -28,14 +28,6 @@
|
|
|
28
28
|
"from": "labs/VPie",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
|
-
"VPicker": {
|
|
32
|
-
"from": "labs/VPicker",
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
|
-
"VPickerTitle": {
|
|
36
|
-
"from": "labs/VPicker",
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
31
|
"VStepperVertical": {
|
|
40
32
|
"from": "labs/VStepperVertical",
|
|
41
33
|
"styles": []
|
|
@@ -48,6 +40,14 @@
|
|
|
48
40
|
"from": "labs/VStepperVertical",
|
|
49
41
|
"styles": []
|
|
50
42
|
},
|
|
43
|
+
"VPicker": {
|
|
44
|
+
"from": "labs/VPicker",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
47
|
+
"VPickerTitle": {
|
|
48
|
+
"from": "labs/VPicker",
|
|
49
|
+
"styles": []
|
|
50
|
+
},
|
|
51
51
|
"VVideo": {
|
|
52
52
|
"from": "labs/VVideo",
|
|
53
53
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,13 +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
3
|
"VApp": {
|
|
12
4
|
"from": "components/VApp",
|
|
13
5
|
"styles": []
|
|
@@ -28,20 +20,16 @@
|
|
|
28
20
|
"from": "components/VBanner",
|
|
29
21
|
"styles": []
|
|
30
22
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "components/
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
|
-
"VAppBar": {
|
|
36
|
-
"from": "components/VAppBar",
|
|
23
|
+
"VAlert": {
|
|
24
|
+
"from": "components/VAlert",
|
|
37
25
|
"styles": []
|
|
38
26
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "components/
|
|
27
|
+
"VAlertTitle": {
|
|
28
|
+
"from": "components/VAlert",
|
|
41
29
|
"styles": []
|
|
42
30
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "components/
|
|
31
|
+
"VAvatar": {
|
|
32
|
+
"from": "components/VAvatar",
|
|
45
33
|
"styles": []
|
|
46
34
|
},
|
|
47
35
|
"VBadge": {
|
|
@@ -52,8 +40,8 @@
|
|
|
52
40
|
"from": "components/VBottomNavigation",
|
|
53
41
|
"styles": []
|
|
54
42
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "components/
|
|
43
|
+
"VBtn": {
|
|
44
|
+
"from": "components/VBtn",
|
|
57
45
|
"styles": []
|
|
58
46
|
},
|
|
59
47
|
"VBreadcrumbs": {
|
|
@@ -68,12 +56,24 @@
|
|
|
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
|
+
"VBottomSheet": {
|
|
72
|
+
"from": "components/VBottomSheet",
|
|
73
|
+
"styles": []
|
|
74
|
+
},
|
|
75
|
+
"VBtnGroup": {
|
|
76
|
+
"from": "components/VBtnGroup",
|
|
77
77
|
"styles": []
|
|
78
78
|
},
|
|
79
79
|
"VCard": {
|
|
@@ -100,12 +100,20 @@
|
|
|
100
100
|
"from": "components/VCard",
|
|
101
101
|
"styles": []
|
|
102
102
|
},
|
|
103
|
-
"
|
|
104
|
-
"from": "components/
|
|
103
|
+
"VBtnToggle": {
|
|
104
|
+
"from": "components/VBtnToggle",
|
|
105
105
|
"styles": []
|
|
106
106
|
},
|
|
107
|
-
"
|
|
108
|
-
"from": "components/
|
|
107
|
+
"VCarousel": {
|
|
108
|
+
"from": "components/VCarousel",
|
|
109
|
+
"styles": []
|
|
110
|
+
},
|
|
111
|
+
"VCarouselItem": {
|
|
112
|
+
"from": "components/VCarousel",
|
|
113
|
+
"styles": []
|
|
114
|
+
},
|
|
115
|
+
"VCalendar": {
|
|
116
|
+
"from": "components/VCalendar",
|
|
109
117
|
"styles": []
|
|
110
118
|
},
|
|
111
119
|
"VCheckbox": {
|
|
@@ -116,40 +124,52 @@
|
|
|
116
124
|
"from": "components/VCheckbox",
|
|
117
125
|
"styles": []
|
|
118
126
|
},
|
|
127
|
+
"VChip": {
|
|
128
|
+
"from": "components/VChip",
|
|
129
|
+
"styles": []
|
|
130
|
+
},
|
|
131
|
+
"VChipGroup": {
|
|
132
|
+
"from": "components/VChipGroup",
|
|
133
|
+
"styles": []
|
|
134
|
+
},
|
|
119
135
|
"VCode": {
|
|
120
136
|
"from": "components/VCode",
|
|
121
137
|
"styles": []
|
|
122
138
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
139
|
+
"VColorPicker": {
|
|
140
|
+
"from": "components/VColorPicker",
|
|
125
141
|
"styles": []
|
|
126
142
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
143
|
+
"VCounter": {
|
|
144
|
+
"from": "components/VCounter",
|
|
129
145
|
"styles": []
|
|
130
146
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
147
|
+
"VDatePicker": {
|
|
148
|
+
"from": "components/VDatePicker",
|
|
133
149
|
"styles": []
|
|
134
150
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
151
|
+
"VDatePickerControls": {
|
|
152
|
+
"from": "components/VDatePicker",
|
|
137
153
|
"styles": []
|
|
138
154
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
155
|
+
"VDatePickerHeader": {
|
|
156
|
+
"from": "components/VDatePicker",
|
|
141
157
|
"styles": []
|
|
142
158
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
159
|
+
"VDatePickerMonth": {
|
|
160
|
+
"from": "components/VDatePicker",
|
|
145
161
|
"styles": []
|
|
146
162
|
},
|
|
147
|
-
"
|
|
148
|
-
"from": "components/
|
|
163
|
+
"VDatePickerMonths": {
|
|
164
|
+
"from": "components/VDatePicker",
|
|
149
165
|
"styles": []
|
|
150
166
|
},
|
|
151
|
-
"
|
|
152
|
-
"from": "components/
|
|
167
|
+
"VDatePickerYears": {
|
|
168
|
+
"from": "components/VDatePicker",
|
|
169
|
+
"styles": []
|
|
170
|
+
},
|
|
171
|
+
"VDialog": {
|
|
172
|
+
"from": "components/VDialog",
|
|
153
173
|
"styles": []
|
|
154
174
|
},
|
|
155
175
|
"VDataTable": {
|
|
@@ -180,32 +200,24 @@
|
|
|
180
200
|
"from": "components/VDataTable",
|
|
181
201
|
"styles": []
|
|
182
202
|
},
|
|
183
|
-
"
|
|
184
|
-
"from": "components/
|
|
185
|
-
"styles": []
|
|
186
|
-
},
|
|
187
|
-
"VDatePickerControls": {
|
|
188
|
-
"from": "components/VDatePicker",
|
|
189
|
-
"styles": []
|
|
190
|
-
},
|
|
191
|
-
"VDatePickerHeader": {
|
|
192
|
-
"from": "components/VDatePicker",
|
|
203
|
+
"VCombobox": {
|
|
204
|
+
"from": "components/VCombobox",
|
|
193
205
|
"styles": []
|
|
194
206
|
},
|
|
195
|
-
"
|
|
196
|
-
"from": "components/
|
|
207
|
+
"VEmptyState": {
|
|
208
|
+
"from": "components/VEmptyState",
|
|
197
209
|
"styles": []
|
|
198
210
|
},
|
|
199
|
-
"
|
|
200
|
-
"from": "components/
|
|
211
|
+
"VFab": {
|
|
212
|
+
"from": "components/VFab",
|
|
201
213
|
"styles": []
|
|
202
214
|
},
|
|
203
|
-
"
|
|
204
|
-
"from": "components/
|
|
215
|
+
"VDivider": {
|
|
216
|
+
"from": "components/VDivider",
|
|
205
217
|
"styles": []
|
|
206
218
|
},
|
|
207
|
-
"
|
|
208
|
-
"from": "components/
|
|
219
|
+
"VFileInput": {
|
|
220
|
+
"from": "components/VFileInput",
|
|
209
221
|
"styles": []
|
|
210
222
|
},
|
|
211
223
|
"VField": {
|
|
@@ -216,10 +228,6 @@
|
|
|
216
228
|
"from": "components/VField",
|
|
217
229
|
"styles": []
|
|
218
230
|
},
|
|
219
|
-
"VEmptyState": {
|
|
220
|
-
"from": "components/VEmptyState",
|
|
221
|
-
"styles": []
|
|
222
|
-
},
|
|
223
231
|
"VExpansionPanels": {
|
|
224
232
|
"from": "components/VExpansionPanel",
|
|
225
233
|
"styles": []
|
|
@@ -236,26 +244,10 @@
|
|
|
236
244
|
"from": "components/VExpansionPanel",
|
|
237
245
|
"styles": []
|
|
238
246
|
},
|
|
239
|
-
"VFab": {
|
|
240
|
-
"from": "components/VFab",
|
|
241
|
-
"styles": []
|
|
242
|
-
},
|
|
243
247
|
"VFooter": {
|
|
244
248
|
"from": "components/VFooter",
|
|
245
249
|
"styles": []
|
|
246
250
|
},
|
|
247
|
-
"VFileInput": {
|
|
248
|
-
"from": "components/VFileInput",
|
|
249
|
-
"styles": []
|
|
250
|
-
},
|
|
251
|
-
"VImg": {
|
|
252
|
-
"from": "components/VImg",
|
|
253
|
-
"styles": []
|
|
254
|
-
},
|
|
255
|
-
"VHotkey": {
|
|
256
|
-
"from": "components/VHotkey",
|
|
257
|
-
"styles": []
|
|
258
|
-
},
|
|
259
251
|
"VIcon": {
|
|
260
252
|
"from": "components/VIcon",
|
|
261
253
|
"styles": []
|
|
@@ -276,32 +268,32 @@
|
|
|
276
268
|
"from": "components/VIcon",
|
|
277
269
|
"styles": []
|
|
278
270
|
},
|
|
279
|
-
"
|
|
280
|
-
"from": "components/
|
|
271
|
+
"VHotkey": {
|
|
272
|
+
"from": "components/VHotkey",
|
|
281
273
|
"styles": []
|
|
282
274
|
},
|
|
283
|
-
"
|
|
284
|
-
"from": "components/
|
|
275
|
+
"VImg": {
|
|
276
|
+
"from": "components/VImg",
|
|
285
277
|
"styles": []
|
|
286
278
|
},
|
|
287
|
-
"
|
|
288
|
-
"from": "components/
|
|
279
|
+
"VInfiniteScroll": {
|
|
280
|
+
"from": "components/VInfiniteScroll",
|
|
289
281
|
"styles": []
|
|
290
282
|
},
|
|
291
|
-
"
|
|
292
|
-
"from": "components/
|
|
283
|
+
"VInput": {
|
|
284
|
+
"from": "components/VInput",
|
|
293
285
|
"styles": []
|
|
294
286
|
},
|
|
295
|
-
"
|
|
296
|
-
"from": "components/
|
|
287
|
+
"VItemGroup": {
|
|
288
|
+
"from": "components/VItemGroup",
|
|
297
289
|
"styles": []
|
|
298
290
|
},
|
|
299
|
-
"
|
|
300
|
-
"from": "components/
|
|
291
|
+
"VItem": {
|
|
292
|
+
"from": "components/VItemGroup",
|
|
301
293
|
"styles": []
|
|
302
294
|
},
|
|
303
|
-
"
|
|
304
|
-
"from": "components/
|
|
295
|
+
"VKbd": {
|
|
296
|
+
"from": "components/VKbd",
|
|
305
297
|
"styles": []
|
|
306
298
|
},
|
|
307
299
|
"VList": {
|
|
@@ -340,14 +332,22 @@
|
|
|
340
332
|
"from": "components/VList",
|
|
341
333
|
"styles": []
|
|
342
334
|
},
|
|
343
|
-
"VMenu": {
|
|
344
|
-
"from": "components/VMenu",
|
|
345
|
-
"styles": []
|
|
346
|
-
},
|
|
347
335
|
"VMessages": {
|
|
348
336
|
"from": "components/VMessages",
|
|
349
337
|
"styles": []
|
|
350
338
|
},
|
|
339
|
+
"VLabel": {
|
|
340
|
+
"from": "components/VLabel",
|
|
341
|
+
"styles": []
|
|
342
|
+
},
|
|
343
|
+
"VMain": {
|
|
344
|
+
"from": "components/VMain",
|
|
345
|
+
"styles": []
|
|
346
|
+
},
|
|
347
|
+
"VMenu": {
|
|
348
|
+
"from": "components/VMenu",
|
|
349
|
+
"styles": []
|
|
350
|
+
},
|
|
351
351
|
"VNavigationDrawer": {
|
|
352
352
|
"from": "components/VNavigationDrawer",
|
|
353
353
|
"styles": []
|
|
@@ -356,104 +356,68 @@
|
|
|
356
356
|
"from": "components/VNumberInput",
|
|
357
357
|
"styles": []
|
|
358
358
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
359
|
+
"VProgressCircular": {
|
|
360
|
+
"from": "components/VProgressCircular",
|
|
361
361
|
"styles": []
|
|
362
362
|
},
|
|
363
363
|
"VOtpInput": {
|
|
364
364
|
"from": "components/VOtpInput",
|
|
365
365
|
"styles": []
|
|
366
366
|
},
|
|
367
|
-
"VProgressLinear": {
|
|
368
|
-
"from": "components/VProgressLinear",
|
|
369
|
-
"styles": []
|
|
370
|
-
},
|
|
371
367
|
"VPagination": {
|
|
372
368
|
"from": "components/VPagination",
|
|
373
369
|
"styles": []
|
|
374
370
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
371
|
+
"VOverlay": {
|
|
372
|
+
"from": "components/VOverlay",
|
|
377
373
|
"styles": []
|
|
378
374
|
},
|
|
379
|
-
"
|
|
380
|
-
"from": "components/
|
|
375
|
+
"VProgressLinear": {
|
|
376
|
+
"from": "components/VProgressLinear",
|
|
381
377
|
"styles": []
|
|
382
378
|
},
|
|
383
379
|
"VRadioGroup": {
|
|
384
380
|
"from": "components/VRadioGroup",
|
|
385
381
|
"styles": []
|
|
386
382
|
},
|
|
387
|
-
"
|
|
388
|
-
"from": "components/
|
|
383
|
+
"VRating": {
|
|
384
|
+
"from": "components/VRating",
|
|
389
385
|
"styles": []
|
|
390
386
|
},
|
|
391
387
|
"VSelectionControl": {
|
|
392
388
|
"from": "components/VSelectionControl",
|
|
393
389
|
"styles": []
|
|
394
390
|
},
|
|
395
|
-
"
|
|
396
|
-
"from": "components/
|
|
397
|
-
"styles": []
|
|
398
|
-
},
|
|
399
|
-
"VSlideGroupItem": {
|
|
400
|
-
"from": "components/VSlideGroup",
|
|
401
|
-
"styles": []
|
|
402
|
-
},
|
|
403
|
-
"VRating": {
|
|
404
|
-
"from": "components/VRating",
|
|
391
|
+
"VSelect": {
|
|
392
|
+
"from": "components/VSelect",
|
|
405
393
|
"styles": []
|
|
406
394
|
},
|
|
407
|
-
"
|
|
408
|
-
"from": "components/
|
|
395
|
+
"VSelectionControlGroup": {
|
|
396
|
+
"from": "components/VSelectionControlGroup",
|
|
409
397
|
"styles": []
|
|
410
398
|
},
|
|
411
399
|
"VSkeletonLoader": {
|
|
412
400
|
"from": "components/VSkeletonLoader",
|
|
413
401
|
"styles": []
|
|
414
402
|
},
|
|
415
|
-
"
|
|
416
|
-
"from": "components/
|
|
417
|
-
"styles": []
|
|
418
|
-
},
|
|
419
|
-
"VStepper": {
|
|
420
|
-
"from": "components/VStepper",
|
|
421
|
-
"styles": []
|
|
422
|
-
},
|
|
423
|
-
"VStepperActions": {
|
|
424
|
-
"from": "components/VStepper",
|
|
425
|
-
"styles": []
|
|
426
|
-
},
|
|
427
|
-
"VStepperHeader": {
|
|
428
|
-
"from": "components/VStepper",
|
|
429
|
-
"styles": []
|
|
430
|
-
},
|
|
431
|
-
"VStepperItem": {
|
|
432
|
-
"from": "components/VStepper",
|
|
403
|
+
"VSlideGroup": {
|
|
404
|
+
"from": "components/VSlideGroup",
|
|
433
405
|
"styles": []
|
|
434
406
|
},
|
|
435
|
-
"
|
|
436
|
-
"from": "components/
|
|
407
|
+
"VSlideGroupItem": {
|
|
408
|
+
"from": "components/VSlideGroup",
|
|
437
409
|
"styles": []
|
|
438
410
|
},
|
|
439
|
-
"
|
|
440
|
-
"from": "components/
|
|
411
|
+
"VSheet": {
|
|
412
|
+
"from": "components/VSheet",
|
|
441
413
|
"styles": []
|
|
442
414
|
},
|
|
443
415
|
"VSystemBar": {
|
|
444
416
|
"from": "components/VSystemBar",
|
|
445
417
|
"styles": []
|
|
446
418
|
},
|
|
447
|
-
"
|
|
448
|
-
"from": "components/
|
|
449
|
-
"styles": []
|
|
450
|
-
},
|
|
451
|
-
"VSwitch": {
|
|
452
|
-
"from": "components/VSwitch",
|
|
453
|
-
"styles": []
|
|
454
|
-
},
|
|
455
|
-
"VTextarea": {
|
|
456
|
-
"from": "components/VTextarea",
|
|
419
|
+
"VSlider": {
|
|
420
|
+
"from": "components/VSlider",
|
|
457
421
|
"styles": []
|
|
458
422
|
},
|
|
459
423
|
"VTab": {
|
|
@@ -472,6 +436,14 @@
|
|
|
472
436
|
"from": "components/VTabs",
|
|
473
437
|
"styles": []
|
|
474
438
|
},
|
|
439
|
+
"VTextarea": {
|
|
440
|
+
"from": "components/VTextarea",
|
|
441
|
+
"styles": []
|
|
442
|
+
},
|
|
443
|
+
"VSnackbar": {
|
|
444
|
+
"from": "components/VSnackbar",
|
|
445
|
+
"styles": []
|
|
446
|
+
},
|
|
475
447
|
"VTextField": {
|
|
476
448
|
"from": "components/VTextField",
|
|
477
449
|
"styles": []
|
|
@@ -480,28 +452,40 @@
|
|
|
480
452
|
"from": "components/VTable",
|
|
481
453
|
"styles": []
|
|
482
454
|
},
|
|
483
|
-
"
|
|
484
|
-
"from": "components/
|
|
455
|
+
"VTimeline": {
|
|
456
|
+
"from": "components/VTimeline",
|
|
485
457
|
"styles": []
|
|
486
458
|
},
|
|
487
|
-
"
|
|
488
|
-
"from": "components/
|
|
459
|
+
"VTimelineItem": {
|
|
460
|
+
"from": "components/VTimeline",
|
|
489
461
|
"styles": []
|
|
490
462
|
},
|
|
491
|
-
"
|
|
492
|
-
"from": "components/
|
|
463
|
+
"VSwitch": {
|
|
464
|
+
"from": "components/VSwitch",
|
|
493
465
|
"styles": []
|
|
494
466
|
},
|
|
495
|
-
"
|
|
496
|
-
"from": "components/
|
|
467
|
+
"VStepper": {
|
|
468
|
+
"from": "components/VStepper",
|
|
497
469
|
"styles": []
|
|
498
470
|
},
|
|
499
|
-
"
|
|
500
|
-
"from": "components/
|
|
471
|
+
"VStepperActions": {
|
|
472
|
+
"from": "components/VStepper",
|
|
501
473
|
"styles": []
|
|
502
474
|
},
|
|
503
|
-
"
|
|
504
|
-
"from": "components/
|
|
475
|
+
"VStepperHeader": {
|
|
476
|
+
"from": "components/VStepper",
|
|
477
|
+
"styles": []
|
|
478
|
+
},
|
|
479
|
+
"VStepperItem": {
|
|
480
|
+
"from": "components/VStepper",
|
|
481
|
+
"styles": []
|
|
482
|
+
},
|
|
483
|
+
"VStepperWindow": {
|
|
484
|
+
"from": "components/VStepper",
|
|
485
|
+
"styles": []
|
|
486
|
+
},
|
|
487
|
+
"VStepperWindowItem": {
|
|
488
|
+
"from": "components/VStepper",
|
|
505
489
|
"styles": []
|
|
506
490
|
},
|
|
507
491
|
"VToolbar": {
|
|
@@ -520,12 +504,16 @@
|
|
|
520
504
|
"from": "components/VTooltip",
|
|
521
505
|
"styles": []
|
|
522
506
|
},
|
|
523
|
-
"
|
|
524
|
-
"from": "components/
|
|
507
|
+
"VTimePicker": {
|
|
508
|
+
"from": "components/VTimePicker",
|
|
525
509
|
"styles": []
|
|
526
510
|
},
|
|
527
|
-
"
|
|
528
|
-
"from": "components/
|
|
511
|
+
"VTimePickerClock": {
|
|
512
|
+
"from": "components/VTimePicker",
|
|
513
|
+
"styles": []
|
|
514
|
+
},
|
|
515
|
+
"VTimePickerControls": {
|
|
516
|
+
"from": "components/VTimePicker",
|
|
529
517
|
"styles": []
|
|
530
518
|
},
|
|
531
519
|
"VWindow": {
|
|
@@ -536,18 +524,34 @@
|
|
|
536
524
|
"from": "components/VWindow",
|
|
537
525
|
"styles": []
|
|
538
526
|
},
|
|
539
|
-
"
|
|
540
|
-
"from": "components/
|
|
527
|
+
"VTreeview": {
|
|
528
|
+
"from": "components/VTreeview",
|
|
529
|
+
"styles": []
|
|
530
|
+
},
|
|
531
|
+
"VTreeviewItem": {
|
|
532
|
+
"from": "components/VTreeview",
|
|
533
|
+
"styles": []
|
|
534
|
+
},
|
|
535
|
+
"VTreeviewGroup": {
|
|
536
|
+
"from": "components/VTreeview",
|
|
541
537
|
"styles": []
|
|
542
538
|
},
|
|
543
539
|
"VDataIterator": {
|
|
544
540
|
"from": "components/VDataIterator",
|
|
545
541
|
"styles": []
|
|
546
542
|
},
|
|
543
|
+
"VConfirmEdit": {
|
|
544
|
+
"from": "components/VConfirmEdit",
|
|
545
|
+
"styles": []
|
|
546
|
+
},
|
|
547
547
|
"VDefaultsProvider": {
|
|
548
548
|
"from": "components/VDefaultsProvider",
|
|
549
549
|
"styles": []
|
|
550
550
|
},
|
|
551
|
+
"VForm": {
|
|
552
|
+
"from": "components/VForm",
|
|
553
|
+
"styles": []
|
|
554
|
+
},
|
|
551
555
|
"VContainer": {
|
|
552
556
|
"from": "components/VGrid",
|
|
553
557
|
"styles": []
|
|
@@ -564,10 +568,6 @@
|
|
|
564
568
|
"from": "components/VGrid",
|
|
565
569
|
"styles": []
|
|
566
570
|
},
|
|
567
|
-
"VForm": {
|
|
568
|
-
"from": "components/VForm",
|
|
569
|
-
"styles": []
|
|
570
|
-
},
|
|
571
571
|
"VHover": {
|
|
572
572
|
"from": "components/VHover",
|
|
573
573
|
"styles": []
|
|
@@ -596,14 +596,14 @@
|
|
|
596
596
|
"from": "components/VParallax",
|
|
597
597
|
"styles": []
|
|
598
598
|
},
|
|
599
|
-
"VRangeSlider": {
|
|
600
|
-
"from": "components/VRangeSlider",
|
|
601
|
-
"styles": []
|
|
602
|
-
},
|
|
603
599
|
"VRadio": {
|
|
604
600
|
"from": "components/VRadio",
|
|
605
601
|
"styles": []
|
|
606
602
|
},
|
|
603
|
+
"VRangeSlider": {
|
|
604
|
+
"from": "components/VRangeSlider",
|
|
605
|
+
"styles": []
|
|
606
|
+
},
|
|
607
607
|
"VResponsive": {
|
|
608
608
|
"from": "components/VResponsive",
|
|
609
609
|
"styles": []
|
|
@@ -612,14 +612,14 @@
|
|
|
612
612
|
"from": "components/VSnackbarQueue",
|
|
613
613
|
"styles": []
|
|
614
614
|
},
|
|
615
|
-
"VSparkline": {
|
|
616
|
-
"from": "components/VSparkline",
|
|
617
|
-
"styles": []
|
|
618
|
-
},
|
|
619
615
|
"VSpeedDial": {
|
|
620
616
|
"from": "components/VSpeedDial",
|
|
621
617
|
"styles": []
|
|
622
618
|
},
|
|
619
|
+
"VSparkline": {
|
|
620
|
+
"from": "components/VSparkline",
|
|
621
|
+
"styles": []
|
|
622
|
+
},
|
|
623
623
|
"VThemeProvider": {
|
|
624
624
|
"from": "components/VThemeProvider",
|
|
625
625
|
"styles": []
|