vuetify 3.8.3 → 3.8.5
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/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +4267 -3919
- package/dist/json/importMap-labs.json +28 -24
- package/dist/json/importMap.json +164 -164
- package/dist/json/tags.json +92 -0
- package/dist/json/web-types.json +8380 -7153
- package/dist/vuetify-labs.cjs +374 -79
- package/dist/vuetify-labs.css +3864 -3836
- package/dist/vuetify-labs.d.ts +5818 -1810
- package/dist/vuetify-labs.esm.js +374 -79
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +374 -79
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +53 -30
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3556 -3531
- package/dist/vuetify.d.ts +4121 -1210
- package/dist/vuetify.esm.js +53 -30
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +53 -30
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +30 -27
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +795 -77
- package/lib/components/VBadge/VBadge.d.ts +22 -46
- package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +6 -6
- package/lib/components/VBottomSheet/VBottomSheet.css +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +1434 -80
- package/lib/components/VBottomSheet/VBottomSheet.sass +1 -1
- package/lib/components/VBtn/VBtn.css +25 -0
- package/lib/components/VBtn/VBtn.sass +9 -0
- package/lib/components/VBtn/_variables.scss +1 -0
- package/lib/components/VCombobox/VCombobox.d.ts +795 -77
- package/lib/components/VCounter/VCounter.d.ts +22 -46
- package/lib/components/VDataIterator/VDataIterator.d.ts +22 -46
- package/lib/components/VDataTable/VDataTable.d.ts +110 -110
- package/lib/components/VDataTable/VDataTableHeaders.js +1 -2
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +62 -189
- package/lib/components/VDataTable/VDataTableServer.js.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +62 -189
- package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
- package/lib/components/VDataTable/composables/headers.d.ts +75 -75
- package/lib/components/VDataTable/composables/select.js +1 -1
- package/lib/components/VDataTable/composables/select.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +3 -3
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +6 -6
- package/lib/components/VDialog/VDialog.d.ts +1048 -146
- package/lib/components/VDialog/VDialog.js +1 -1
- package/lib/components/VDialog/VDialog.js.map +1 -1
- package/lib/components/VFab/VFab.d.ts +22 -46
- package/lib/components/VFileInput/VFileInput.css +4 -0
- package/lib/components/VFileInput/VFileInput.js +21 -3
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +4 -0
- package/lib/components/VImg/VImg.d.ts +22 -49
- package/lib/components/VLazy/VLazy.d.ts +22 -46
- package/lib/components/VMenu/VMenu.d.ts +1048 -146
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VMessages/VMessages.d.ts +22 -46
- package/lib/components/VNumberInput/VNumberInput.d.ts +3 -3
- package/lib/components/VOverlay/VOverlay.d.ts +22 -49
- package/lib/components/VOverlay/locationStrategies.js +1 -1
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VSelect/VSelect.d.ts +1235 -93
- package/lib/components/VSnackbar/VSnackbar.d.ts +58 -109
- package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +25 -47
- package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +1434 -80
- package/lib/components/VTable/VTable.css +2 -6
- package/lib/components/VTable/VTable.sass +4 -22
- package/lib/components/VTabs/VTabs.d.ts +6 -6
- package/lib/components/VTextField/VTextField.js +5 -3
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTooltip/VTooltip.d.ts +58 -109
- package/lib/components/VTooltip/VTooltip.js +2 -2
- package/lib/components/VTooltip/VTooltip.js.map +1 -1
- package/lib/components/transitions/dialog-transition.js +3 -3
- package/lib/components/transitions/dialog-transition.js.map +1 -1
- package/lib/composables/dateFormat.d.ts +24 -0
- package/lib/composables/dateFormat.js +112 -0
- package/lib/composables/dateFormat.js.map +1 -0
- package/lib/composables/transition.d.ts +10 -20
- package/lib/composables/transition.js +15 -12
- package/lib/composables/transition.js.map +1 -1
- package/lib/entry-bundler.d.ts +6 -6
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +113 -149
- package/lib/framework.js +1 -1
- package/lib/iconsets/mdi.js +2 -1
- package/lib/iconsets/mdi.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +3 -3
- package/lib/labs/VCalendar/VCalendarDay.d.ts +3 -3
- package/lib/labs/VCalendar/VCalendarInterval.d.ts +3 -3
- package/lib/labs/VCalendar/VCalendarMonthDay.d.ts +3 -3
- package/lib/labs/VColorInput/VColorInput.css +4 -0
- package/lib/labs/VColorInput/VColorInput.d.ts +1767 -0
- package/lib/labs/VColorInput/VColorInput.js +129 -0
- package/lib/labs/VColorInput/VColorInput.js.map +1 -0
- package/lib/labs/VColorInput/VColorInput.sass +7 -0
- package/lib/labs/VColorInput/_variables.scss +2 -0
- package/lib/labs/VColorInput/index.d.ts +1 -0
- package/lib/labs/VColorInput/index.js +2 -0
- package/lib/labs/VColorInput/index.js.map +1 -0
- package/lib/labs/VDateInput/VDateInput.d.ts +96 -34
- package/lib/labs/VDateInput/VDateInput.js +71 -17
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js +19 -31
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.js +2 -2
- package/lib/labs/VTimePicker/VTimePickerClock.js.map +1 -1
- package/lib/labs/components.d.ts +1 -0
- package/lib/labs/components.js +1 -0
- package/lib/labs/components.js.map +1 -1
- package/lib/util/helpers.js.map +1 -1
- package/package.json +7 -8
|
@@ -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
|
-
"VIconBtn": {
|
|
12
|
-
"from": "labs/VIconBtn",
|
|
13
|
-
"styles": []
|
|
14
|
-
},
|
|
15
3
|
"VCalendar": {
|
|
16
4
|
"from": "labs/VCalendar",
|
|
17
5
|
"styles": []
|
|
@@ -36,12 +24,8 @@
|
|
|
36
24
|
"from": "labs/VCalendar",
|
|
37
25
|
"styles": []
|
|
38
26
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "labs/
|
|
41
|
-
"styles": []
|
|
42
|
-
},
|
|
43
|
-
"VPickerTitle": {
|
|
44
|
-
"from": "labs/VPicker",
|
|
27
|
+
"VColorInput": {
|
|
28
|
+
"from": "labs/VColorInput",
|
|
45
29
|
"styles": []
|
|
46
30
|
},
|
|
47
31
|
"VStepperVertical": {
|
|
@@ -56,16 +40,24 @@
|
|
|
56
40
|
"from": "labs/VStepperVertical",
|
|
57
41
|
"styles": []
|
|
58
42
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "labs/
|
|
43
|
+
"VPicker": {
|
|
44
|
+
"from": "labs/VPicker",
|
|
61
45
|
"styles": []
|
|
62
46
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "labs/
|
|
47
|
+
"VPickerTitle": {
|
|
48
|
+
"from": "labs/VPicker",
|
|
65
49
|
"styles": []
|
|
66
50
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "labs/
|
|
51
|
+
"VIconBtn": {
|
|
52
|
+
"from": "labs/VIconBtn",
|
|
53
|
+
"styles": []
|
|
54
|
+
},
|
|
55
|
+
"VFileUpload": {
|
|
56
|
+
"from": "labs/VFileUpload",
|
|
57
|
+
"styles": []
|
|
58
|
+
},
|
|
59
|
+
"VFileUploadItem": {
|
|
60
|
+
"from": "labs/VFileUpload",
|
|
69
61
|
"styles": []
|
|
70
62
|
},
|
|
71
63
|
"VTreeview": {
|
|
@@ -80,6 +72,18 @@
|
|
|
80
72
|
"from": "labs/VTreeview",
|
|
81
73
|
"styles": []
|
|
82
74
|
},
|
|
75
|
+
"VTimePicker": {
|
|
76
|
+
"from": "labs/VTimePicker",
|
|
77
|
+
"styles": []
|
|
78
|
+
},
|
|
79
|
+
"VTimePickerClock": {
|
|
80
|
+
"from": "labs/VTimePicker",
|
|
81
|
+
"styles": []
|
|
82
|
+
},
|
|
83
|
+
"VTimePickerControls": {
|
|
84
|
+
"from": "labs/VTimePicker",
|
|
85
|
+
"styles": []
|
|
86
|
+
},
|
|
83
87
|
"VDateInput": {
|
|
84
88
|
"from": "labs/VDateInput",
|
|
85
89
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VApp": {
|
|
4
|
-
"from": "components/VApp",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
3
|
"VAppBar": {
|
|
8
4
|
"from": "components/VAppBar",
|
|
9
5
|
"styles": []
|
|
@@ -16,10 +12,6 @@
|
|
|
16
12
|
"from": "components/VAppBar",
|
|
17
13
|
"styles": []
|
|
18
14
|
},
|
|
19
|
-
"VAutocomplete": {
|
|
20
|
-
"from": "components/VAutocomplete",
|
|
21
|
-
"styles": []
|
|
22
|
-
},
|
|
23
15
|
"VAlert": {
|
|
24
16
|
"from": "components/VAlert",
|
|
25
17
|
"styles": []
|
|
@@ -28,12 +20,16 @@
|
|
|
28
20
|
"from": "components/VAlert",
|
|
29
21
|
"styles": []
|
|
30
22
|
},
|
|
23
|
+
"VAutocomplete": {
|
|
24
|
+
"from": "components/VAutocomplete",
|
|
25
|
+
"styles": []
|
|
26
|
+
},
|
|
31
27
|
"VAvatar": {
|
|
32
28
|
"from": "components/VAvatar",
|
|
33
29
|
"styles": []
|
|
34
30
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "components/
|
|
31
|
+
"VBadge": {
|
|
32
|
+
"from": "components/VBadge",
|
|
37
33
|
"styles": []
|
|
38
34
|
},
|
|
39
35
|
"VBanner": {
|
|
@@ -48,6 +44,18 @@
|
|
|
48
44
|
"from": "components/VBanner",
|
|
49
45
|
"styles": []
|
|
50
46
|
},
|
|
47
|
+
"VBottomNavigation": {
|
|
48
|
+
"from": "components/VBottomNavigation",
|
|
49
|
+
"styles": []
|
|
50
|
+
},
|
|
51
|
+
"VBtn": {
|
|
52
|
+
"from": "components/VBtn",
|
|
53
|
+
"styles": []
|
|
54
|
+
},
|
|
55
|
+
"VBtnToggle": {
|
|
56
|
+
"from": "components/VBtnToggle",
|
|
57
|
+
"styles": []
|
|
58
|
+
},
|
|
51
59
|
"VBottomSheet": {
|
|
52
60
|
"from": "components/VBottomSheet",
|
|
53
61
|
"styles": []
|
|
@@ -64,16 +72,8 @@
|
|
|
64
72
|
"from": "components/VBreadcrumbs",
|
|
65
73
|
"styles": []
|
|
66
74
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "components/
|
|
69
|
-
"styles": []
|
|
70
|
-
},
|
|
71
|
-
"VBtn": {
|
|
72
|
-
"from": "components/VBtn",
|
|
73
|
-
"styles": []
|
|
74
|
-
},
|
|
75
|
-
"VBtnToggle": {
|
|
76
|
-
"from": "components/VBtnToggle",
|
|
75
|
+
"VBtnGroup": {
|
|
76
|
+
"from": "components/VBtnGroup",
|
|
77
77
|
"styles": []
|
|
78
78
|
},
|
|
79
79
|
"VCard": {
|
|
@@ -100,18 +100,6 @@
|
|
|
100
100
|
"from": "components/VCard",
|
|
101
101
|
"styles": []
|
|
102
102
|
},
|
|
103
|
-
"VChipGroup": {
|
|
104
|
-
"from": "components/VChipGroup",
|
|
105
|
-
"styles": []
|
|
106
|
-
},
|
|
107
|
-
"VCarousel": {
|
|
108
|
-
"from": "components/VCarousel",
|
|
109
|
-
"styles": []
|
|
110
|
-
},
|
|
111
|
-
"VCarouselItem": {
|
|
112
|
-
"from": "components/VCarousel",
|
|
113
|
-
"styles": []
|
|
114
|
-
},
|
|
115
103
|
"VCheckbox": {
|
|
116
104
|
"from": "components/VCheckbox",
|
|
117
105
|
"styles": []
|
|
@@ -120,20 +108,28 @@
|
|
|
120
108
|
"from": "components/VCheckbox",
|
|
121
109
|
"styles": []
|
|
122
110
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
111
|
+
"VChip": {
|
|
112
|
+
"from": "components/VChip",
|
|
125
113
|
"styles": []
|
|
126
114
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
115
|
+
"VChipGroup": {
|
|
116
|
+
"from": "components/VChipGroup",
|
|
129
117
|
"styles": []
|
|
130
118
|
},
|
|
131
119
|
"VCode": {
|
|
132
120
|
"from": "components/VCode",
|
|
133
121
|
"styles": []
|
|
134
122
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
123
|
+
"VColorPicker": {
|
|
124
|
+
"from": "components/VColorPicker",
|
|
125
|
+
"styles": []
|
|
126
|
+
},
|
|
127
|
+
"VCarousel": {
|
|
128
|
+
"from": "components/VCarousel",
|
|
129
|
+
"styles": []
|
|
130
|
+
},
|
|
131
|
+
"VCarouselItem": {
|
|
132
|
+
"from": "components/VCarousel",
|
|
137
133
|
"styles": []
|
|
138
134
|
},
|
|
139
135
|
"VCombobox": {
|
|
@@ -168,6 +164,10 @@
|
|
|
168
164
|
"from": "components/VDataTable",
|
|
169
165
|
"styles": []
|
|
170
166
|
},
|
|
167
|
+
"VCounter": {
|
|
168
|
+
"from": "components/VCounter",
|
|
169
|
+
"styles": []
|
|
170
|
+
},
|
|
171
171
|
"VDatePicker": {
|
|
172
172
|
"from": "components/VDatePicker",
|
|
173
173
|
"styles": []
|
|
@@ -192,56 +192,56 @@
|
|
|
192
192
|
"from": "components/VDatePicker",
|
|
193
193
|
"styles": []
|
|
194
194
|
},
|
|
195
|
-
"
|
|
196
|
-
"from": "components/
|
|
197
|
-
"styles": []
|
|
198
|
-
},
|
|
199
|
-
"VEmptyState": {
|
|
200
|
-
"from": "components/VEmptyState",
|
|
195
|
+
"VDialog": {
|
|
196
|
+
"from": "components/VDialog",
|
|
201
197
|
"styles": []
|
|
202
198
|
},
|
|
203
199
|
"VDivider": {
|
|
204
200
|
"from": "components/VDivider",
|
|
205
201
|
"styles": []
|
|
206
202
|
},
|
|
207
|
-
"
|
|
208
|
-
"from": "components/
|
|
203
|
+
"VEmptyState": {
|
|
204
|
+
"from": "components/VEmptyState",
|
|
209
205
|
"styles": []
|
|
210
206
|
},
|
|
211
|
-
"
|
|
212
|
-
"from": "components/
|
|
207
|
+
"VFab": {
|
|
208
|
+
"from": "components/VFab",
|
|
213
209
|
"styles": []
|
|
214
210
|
},
|
|
215
|
-
"
|
|
216
|
-
"from": "components/
|
|
211
|
+
"VField": {
|
|
212
|
+
"from": "components/VField",
|
|
217
213
|
"styles": []
|
|
218
214
|
},
|
|
219
|
-
"
|
|
220
|
-
"from": "components/
|
|
215
|
+
"VFieldLabel": {
|
|
216
|
+
"from": "components/VField",
|
|
221
217
|
"styles": []
|
|
222
218
|
},
|
|
223
|
-
"
|
|
224
|
-
"from": "components/
|
|
219
|
+
"VFileInput": {
|
|
220
|
+
"from": "components/VFileInput",
|
|
225
221
|
"styles": []
|
|
226
222
|
},
|
|
227
|
-
"
|
|
228
|
-
"from": "components/
|
|
223
|
+
"VFooter": {
|
|
224
|
+
"from": "components/VFooter",
|
|
229
225
|
"styles": []
|
|
230
226
|
},
|
|
231
|
-
"
|
|
232
|
-
"from": "components/
|
|
227
|
+
"VExpansionPanels": {
|
|
228
|
+
"from": "components/VExpansionPanel",
|
|
233
229
|
"styles": []
|
|
234
230
|
},
|
|
235
|
-
"
|
|
236
|
-
"from": "components/
|
|
231
|
+
"VExpansionPanel": {
|
|
232
|
+
"from": "components/VExpansionPanel",
|
|
237
233
|
"styles": []
|
|
238
234
|
},
|
|
239
|
-
"
|
|
240
|
-
"from": "components/
|
|
235
|
+
"VExpansionPanelText": {
|
|
236
|
+
"from": "components/VExpansionPanel",
|
|
241
237
|
"styles": []
|
|
242
238
|
},
|
|
243
|
-
"
|
|
244
|
-
"from": "components/
|
|
239
|
+
"VExpansionPanelTitle": {
|
|
240
|
+
"from": "components/VExpansionPanel",
|
|
241
|
+
"styles": []
|
|
242
|
+
},
|
|
243
|
+
"VImg": {
|
|
244
|
+
"from": "components/VImg",
|
|
245
245
|
"styles": []
|
|
246
246
|
},
|
|
247
247
|
"VIcon": {
|
|
@@ -264,12 +264,8 @@
|
|
|
264
264
|
"from": "components/VIcon",
|
|
265
265
|
"styles": []
|
|
266
266
|
},
|
|
267
|
-
"
|
|
268
|
-
"from": "components/
|
|
269
|
-
"styles": []
|
|
270
|
-
},
|
|
271
|
-
"VInfiniteScroll": {
|
|
272
|
-
"from": "components/VInfiniteScroll",
|
|
267
|
+
"VInput": {
|
|
268
|
+
"from": "components/VInput",
|
|
273
269
|
"styles": []
|
|
274
270
|
},
|
|
275
271
|
"VItemGroup": {
|
|
@@ -280,8 +276,12 @@
|
|
|
280
276
|
"from": "components/VItemGroup",
|
|
281
277
|
"styles": []
|
|
282
278
|
},
|
|
283
|
-
"
|
|
284
|
-
"from": "components/
|
|
279
|
+
"VInfiniteScroll": {
|
|
280
|
+
"from": "components/VInfiniteScroll",
|
|
281
|
+
"styles": []
|
|
282
|
+
},
|
|
283
|
+
"VKbd": {
|
|
284
|
+
"from": "components/VKbd",
|
|
285
285
|
"styles": []
|
|
286
286
|
},
|
|
287
287
|
"VLabel": {
|
|
@@ -324,14 +324,6 @@
|
|
|
324
324
|
"from": "components/VList",
|
|
325
325
|
"styles": []
|
|
326
326
|
},
|
|
327
|
-
"VKbd": {
|
|
328
|
-
"from": "components/VKbd",
|
|
329
|
-
"styles": []
|
|
330
|
-
},
|
|
331
|
-
"VMessages": {
|
|
332
|
-
"from": "components/VMessages",
|
|
333
|
-
"styles": []
|
|
334
|
-
},
|
|
335
327
|
"VMenu": {
|
|
336
328
|
"from": "components/VMenu",
|
|
337
329
|
"styles": []
|
|
@@ -340,34 +332,38 @@
|
|
|
340
332
|
"from": "components/VMain",
|
|
341
333
|
"styles": []
|
|
342
334
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
335
|
+
"VMessages": {
|
|
336
|
+
"from": "components/VMessages",
|
|
345
337
|
"styles": []
|
|
346
338
|
},
|
|
347
|
-
"
|
|
348
|
-
"from": "components/
|
|
339
|
+
"VPagination": {
|
|
340
|
+
"from": "components/VPagination",
|
|
349
341
|
"styles": []
|
|
350
342
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
343
|
+
"VOverlay": {
|
|
344
|
+
"from": "components/VOverlay",
|
|
353
345
|
"styles": []
|
|
354
346
|
},
|
|
355
|
-
"
|
|
356
|
-
"from": "components/
|
|
347
|
+
"VProgressCircular": {
|
|
348
|
+
"from": "components/VProgressCircular",
|
|
357
349
|
"styles": []
|
|
358
350
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
351
|
+
"VNavigationDrawer": {
|
|
352
|
+
"from": "components/VNavigationDrawer",
|
|
361
353
|
"styles": []
|
|
362
354
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
355
|
+
"VNumberInput": {
|
|
356
|
+
"from": "components/VNumberInput",
|
|
365
357
|
"styles": []
|
|
366
358
|
},
|
|
367
359
|
"VProgressLinear": {
|
|
368
360
|
"from": "components/VProgressLinear",
|
|
369
361
|
"styles": []
|
|
370
362
|
},
|
|
363
|
+
"VOtpInput": {
|
|
364
|
+
"from": "components/VOtpInput",
|
|
365
|
+
"styles": []
|
|
366
|
+
},
|
|
371
367
|
"VRadioGroup": {
|
|
372
368
|
"from": "components/VRadioGroup",
|
|
373
369
|
"styles": []
|
|
@@ -380,10 +376,6 @@
|
|
|
380
376
|
"from": "components/VSelectionControl",
|
|
381
377
|
"styles": []
|
|
382
378
|
},
|
|
383
|
-
"VSelect": {
|
|
384
|
-
"from": "components/VSelect",
|
|
385
|
-
"styles": []
|
|
386
|
-
},
|
|
387
379
|
"VSelectionControlGroup": {
|
|
388
380
|
"from": "components/VSelectionControlGroup",
|
|
389
381
|
"styles": []
|
|
@@ -396,40 +388,32 @@
|
|
|
396
388
|
"from": "components/VSkeletonLoader",
|
|
397
389
|
"styles": []
|
|
398
390
|
},
|
|
399
|
-
"VSlider": {
|
|
400
|
-
"from": "components/VSlider",
|
|
401
|
-
"styles": []
|
|
402
|
-
},
|
|
403
391
|
"VSnackbar": {
|
|
404
392
|
"from": "components/VSnackbar",
|
|
405
393
|
"styles": []
|
|
406
394
|
},
|
|
407
|
-
"
|
|
408
|
-
"from": "components/
|
|
409
|
-
"styles": []
|
|
410
|
-
},
|
|
411
|
-
"VStepperActions": {
|
|
412
|
-
"from": "components/VStepper",
|
|
395
|
+
"VSelect": {
|
|
396
|
+
"from": "components/VSelect",
|
|
413
397
|
"styles": []
|
|
414
398
|
},
|
|
415
|
-
"
|
|
416
|
-
"from": "components/
|
|
399
|
+
"VSlider": {
|
|
400
|
+
"from": "components/VSlider",
|
|
417
401
|
"styles": []
|
|
418
402
|
},
|
|
419
|
-
"
|
|
420
|
-
"from": "components/
|
|
403
|
+
"VSystemBar": {
|
|
404
|
+
"from": "components/VSystemBar",
|
|
421
405
|
"styles": []
|
|
422
406
|
},
|
|
423
|
-
"
|
|
424
|
-
"from": "components/
|
|
407
|
+
"VTable": {
|
|
408
|
+
"from": "components/VTable",
|
|
425
409
|
"styles": []
|
|
426
410
|
},
|
|
427
|
-
"
|
|
428
|
-
"from": "components/
|
|
411
|
+
"VSlideGroup": {
|
|
412
|
+
"from": "components/VSlideGroup",
|
|
429
413
|
"styles": []
|
|
430
414
|
},
|
|
431
|
-
"
|
|
432
|
-
"from": "components/
|
|
415
|
+
"VSlideGroupItem": {
|
|
416
|
+
"from": "components/VSlideGroup",
|
|
433
417
|
"styles": []
|
|
434
418
|
},
|
|
435
419
|
"VTab": {
|
|
@@ -448,24 +432,28 @@
|
|
|
448
432
|
"from": "components/VTabs",
|
|
449
433
|
"styles": []
|
|
450
434
|
},
|
|
451
|
-
"
|
|
452
|
-
"from": "components/
|
|
435
|
+
"VStepper": {
|
|
436
|
+
"from": "components/VStepper",
|
|
453
437
|
"styles": []
|
|
454
438
|
},
|
|
455
|
-
"
|
|
456
|
-
"from": "components/
|
|
439
|
+
"VStepperActions": {
|
|
440
|
+
"from": "components/VStepper",
|
|
457
441
|
"styles": []
|
|
458
442
|
},
|
|
459
|
-
"
|
|
460
|
-
"from": "components/
|
|
443
|
+
"VStepperHeader": {
|
|
444
|
+
"from": "components/VStepper",
|
|
461
445
|
"styles": []
|
|
462
446
|
},
|
|
463
|
-
"
|
|
464
|
-
"from": "components/
|
|
447
|
+
"VStepperItem": {
|
|
448
|
+
"from": "components/VStepper",
|
|
465
449
|
"styles": []
|
|
466
450
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
451
|
+
"VStepperWindow": {
|
|
452
|
+
"from": "components/VStepper",
|
|
453
|
+
"styles": []
|
|
454
|
+
},
|
|
455
|
+
"VStepperWindowItem": {
|
|
456
|
+
"from": "components/VStepper",
|
|
469
457
|
"styles": []
|
|
470
458
|
},
|
|
471
459
|
"VToolbar": {
|
|
@@ -480,20 +468,16 @@
|
|
|
480
468
|
"from": "components/VToolbar",
|
|
481
469
|
"styles": []
|
|
482
470
|
},
|
|
483
|
-
"
|
|
484
|
-
"from": "components/
|
|
485
|
-
"styles": []
|
|
486
|
-
},
|
|
487
|
-
"VWindow": {
|
|
488
|
-
"from": "components/VWindow",
|
|
471
|
+
"VTooltip": {
|
|
472
|
+
"from": "components/VTooltip",
|
|
489
473
|
"styles": []
|
|
490
474
|
},
|
|
491
|
-
"
|
|
492
|
-
"from": "components/
|
|
475
|
+
"VTextarea": {
|
|
476
|
+
"from": "components/VTextarea",
|
|
493
477
|
"styles": []
|
|
494
478
|
},
|
|
495
|
-
"
|
|
496
|
-
"from": "components/
|
|
479
|
+
"VApp": {
|
|
480
|
+
"from": "components/VApp",
|
|
497
481
|
"styles": []
|
|
498
482
|
},
|
|
499
483
|
"VConfirmEdit": {
|
|
@@ -504,8 +488,12 @@
|
|
|
504
488
|
"from": "components/VDataIterator",
|
|
505
489
|
"styles": []
|
|
506
490
|
},
|
|
507
|
-
"
|
|
508
|
-
"from": "components/
|
|
491
|
+
"VWindow": {
|
|
492
|
+
"from": "components/VWindow",
|
|
493
|
+
"styles": []
|
|
494
|
+
},
|
|
495
|
+
"VWindowItem": {
|
|
496
|
+
"from": "components/VWindow",
|
|
509
497
|
"styles": []
|
|
510
498
|
},
|
|
511
499
|
"VDefaultsProvider": {
|
|
@@ -532,20 +520,20 @@
|
|
|
532
520
|
"from": "components/VForm",
|
|
533
521
|
"styles": []
|
|
534
522
|
},
|
|
535
|
-
"
|
|
536
|
-
"from": "components/
|
|
537
|
-
"styles": []
|
|
538
|
-
},
|
|
539
|
-
"VLayoutItem": {
|
|
540
|
-
"from": "components/VLayout",
|
|
523
|
+
"VHover": {
|
|
524
|
+
"from": "components/VHover",
|
|
541
525
|
"styles": []
|
|
542
526
|
},
|
|
543
527
|
"VLazy": {
|
|
544
528
|
"from": "components/VLazy",
|
|
545
529
|
"styles": []
|
|
546
530
|
},
|
|
547
|
-
"
|
|
548
|
-
"from": "components/
|
|
531
|
+
"VLayout": {
|
|
532
|
+
"from": "components/VLayout",
|
|
533
|
+
"styles": []
|
|
534
|
+
},
|
|
535
|
+
"VLayoutItem": {
|
|
536
|
+
"from": "components/VLayout",
|
|
549
537
|
"styles": []
|
|
550
538
|
},
|
|
551
539
|
"VLocaleProvider": {
|
|
@@ -556,44 +544,36 @@
|
|
|
556
544
|
"from": "components/VParallax",
|
|
557
545
|
"styles": []
|
|
558
546
|
},
|
|
559
|
-
"VRangeSlider": {
|
|
560
|
-
"from": "components/VRangeSlider",
|
|
561
|
-
"styles": []
|
|
562
|
-
},
|
|
563
547
|
"VRadio": {
|
|
564
548
|
"from": "components/VRadio",
|
|
565
549
|
"styles": []
|
|
566
550
|
},
|
|
567
|
-
"
|
|
568
|
-
"from": "components/
|
|
551
|
+
"VRangeSlider": {
|
|
552
|
+
"from": "components/VRangeSlider",
|
|
569
553
|
"styles": []
|
|
570
554
|
},
|
|
571
|
-
"
|
|
572
|
-
"from": "components/
|
|
555
|
+
"VSwitch": {
|
|
556
|
+
"from": "components/VSwitch",
|
|
573
557
|
"styles": []
|
|
574
558
|
},
|
|
575
559
|
"VSnackbarQueue": {
|
|
576
560
|
"from": "components/VSnackbarQueue",
|
|
577
561
|
"styles": []
|
|
578
562
|
},
|
|
579
|
-
"
|
|
580
|
-
"from": "components/
|
|
563
|
+
"VNoSsr": {
|
|
564
|
+
"from": "components/VNoSsr",
|
|
581
565
|
"styles": []
|
|
582
566
|
},
|
|
583
|
-
"
|
|
584
|
-
"from": "components/
|
|
567
|
+
"VSparkline": {
|
|
568
|
+
"from": "components/VSparkline",
|
|
585
569
|
"styles": []
|
|
586
570
|
},
|
|
587
571
|
"VSpeedDial": {
|
|
588
572
|
"from": "components/VSpeedDial",
|
|
589
573
|
"styles": []
|
|
590
574
|
},
|
|
591
|
-
"
|
|
592
|
-
"from": "components/
|
|
593
|
-
"styles": []
|
|
594
|
-
},
|
|
595
|
-
"VSlideGroupItem": {
|
|
596
|
-
"from": "components/VSlideGroup",
|
|
575
|
+
"VThemeProvider": {
|
|
576
|
+
"from": "components/VThemeProvider",
|
|
597
577
|
"styles": []
|
|
598
578
|
},
|
|
599
579
|
"VFabTransition": {
|
|
@@ -663,6 +643,26 @@
|
|
|
663
643
|
"VVirtualScroll": {
|
|
664
644
|
"from": "components/VVirtualScroll",
|
|
665
645
|
"styles": []
|
|
646
|
+
},
|
|
647
|
+
"VValidation": {
|
|
648
|
+
"from": "components/VValidation",
|
|
649
|
+
"styles": []
|
|
650
|
+
},
|
|
651
|
+
"VTimeline": {
|
|
652
|
+
"from": "components/VTimeline",
|
|
653
|
+
"styles": []
|
|
654
|
+
},
|
|
655
|
+
"VTimelineItem": {
|
|
656
|
+
"from": "components/VTimeline",
|
|
657
|
+
"styles": []
|
|
658
|
+
},
|
|
659
|
+
"VTextField": {
|
|
660
|
+
"from": "components/VTextField",
|
|
661
|
+
"styles": []
|
|
662
|
+
},
|
|
663
|
+
"VResponsive": {
|
|
664
|
+
"from": "components/VResponsive",
|
|
665
|
+
"styles": []
|
|
666
666
|
}
|
|
667
667
|
},
|
|
668
668
|
"directives": [
|