vuetify 3.8.0-beta.0 → 3.8.0
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 +3162 -3030
- package/dist/json/importMap-labs.json +32 -28
- package/dist/json/importMap.json +166 -166
- package/dist/json/tags.json +38 -0
- package/dist/json/web-types.json +6016 -5639
- package/dist/vuetify-labs.cjs +320 -55
- package/dist/vuetify-labs.css +5453 -5271
- package/dist/vuetify-labs.d.ts +612 -267
- package/dist/vuetify-labs.esm.js +320 -55
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +320 -55
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +74 -36
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3042 -3037
- package/dist/vuetify.d.ts +161 -178
- package/dist/vuetify.esm.js +74 -36
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +74 -36
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +32 -32
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +5 -10
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.js +4 -3
- package/lib/components/VColorPicker/VColorPickerPreview.js.map +1 -1
- package/lib/components/VConfirmEdit/VConfirmEdit.d.ts +31 -6
- package/lib/components/VConfirmEdit/VConfirmEdit.js +17 -2
- package/lib/components/VConfirmEdit/VConfirmEdit.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.d.ts +4 -4
- package/lib/components/VDataTable/VDataTableRow.d.ts +9 -6
- package/lib/components/VDataTable/VDataTableRow.js +18 -3
- package/lib/components/VDataTable/VDataTableRow.js.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.d.ts +4 -4
- package/lib/components/VDataTable/VDataTableServer.d.ts +4 -4
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +4 -4
- package/lib/components/VDatePicker/VDatePicker.d.ts +33 -78
- package/lib/components/VDatePicker/VDatePicker.js +1 -1
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +33 -78
- package/lib/components/VEmptyState/VEmptyState.js +3 -1
- package/lib/components/VEmptyState/VEmptyState.js.map +1 -1
- package/lib/components/VField/VField.css +2 -2
- package/lib/components/VField/VField.js +5 -1
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VField/_variables.scss +1 -1
- package/lib/components/VIcon/VIcon.css +1 -0
- package/lib/components/VIcon/VIcon.d.ts +10 -0
- package/lib/components/VIcon/VIcon.js +6 -3
- package/lib/components/VIcon/VIcon.js.map +1 -1
- package/lib/components/VIcon/VIcon.sass +1 -0
- package/lib/components/VInput/VInput.css +7 -7
- package/lib/components/VInput/VInput.sass +5 -2
- package/lib/composables/calendar.d.ts +12 -35
- package/lib/composables/calendar.js +12 -9
- package/lib/composables/calendar.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +61 -60
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +33 -78
- package/lib/labs/VDateInput/VDateInput.d.ts +103 -81
- package/lib/labs/VDateInput/VDateInput.js +77 -19
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js +2 -1
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/lib/labs/VIconBtn/VIconBtn.css +178 -0
- package/lib/labs/VIconBtn/VIconBtn.d.ts +608 -0
- package/lib/labs/VIconBtn/VIconBtn.js +184 -0
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -0
- package/lib/labs/VIconBtn/VIconBtn.scss +110 -0
- package/lib/labs/VIconBtn/_variables.scss +36 -0
- package/lib/labs/VIconBtn/index.d.ts +1 -0
- package/lib/labs/VIconBtn/index.js +2 -0
- package/lib/labs/VIconBtn/index.js.map +1 -0
- 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/styles/main.css +4 -0
- package/lib/styles/settings/_utilities.scss +5 -0
- package/lib/util/helpers.d.ts +1 -2
- package/lib/util/helpers.js +2 -12
- package/lib/util/helpers.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"VPicker": {
|
|
4
|
+
"from": "labs/VPicker",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
7
|
+
"VPickerTitle": {
|
|
8
|
+
"from": "labs/VPicker",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
11
|
+
"VFileUpload": {
|
|
12
|
+
"from": "labs/VFileUpload",
|
|
13
|
+
"styles": []
|
|
14
|
+
},
|
|
15
|
+
"VFileUploadItem": {
|
|
16
|
+
"from": "labs/VFileUpload",
|
|
17
|
+
"styles": []
|
|
18
|
+
},
|
|
3
19
|
"VCalendar": {
|
|
4
20
|
"from": "labs/VCalendar",
|
|
5
21
|
"styles": []
|
|
@@ -24,32 +40,32 @@
|
|
|
24
40
|
"from": "labs/VCalendar",
|
|
25
41
|
"styles": []
|
|
26
42
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "labs/
|
|
43
|
+
"VIconBtn": {
|
|
44
|
+
"from": "labs/VIconBtn",
|
|
29
45
|
"styles": []
|
|
30
46
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "labs/
|
|
47
|
+
"VTimePicker": {
|
|
48
|
+
"from": "labs/VTimePicker",
|
|
33
49
|
"styles": []
|
|
34
50
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "labs/
|
|
51
|
+
"VTimePickerClock": {
|
|
52
|
+
"from": "labs/VTimePicker",
|
|
37
53
|
"styles": []
|
|
38
54
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "labs/
|
|
55
|
+
"VTimePickerControls": {
|
|
56
|
+
"from": "labs/VTimePicker",
|
|
41
57
|
"styles": []
|
|
42
58
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "labs/
|
|
59
|
+
"VStepperVertical": {
|
|
60
|
+
"from": "labs/VStepperVertical",
|
|
45
61
|
"styles": []
|
|
46
62
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "labs/
|
|
63
|
+
"VStepperVerticalItem": {
|
|
64
|
+
"from": "labs/VStepperVertical",
|
|
49
65
|
"styles": []
|
|
50
66
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "labs/
|
|
67
|
+
"VStepperVerticalActions": {
|
|
68
|
+
"from": "labs/VStepperVertical",
|
|
53
69
|
"styles": []
|
|
54
70
|
},
|
|
55
71
|
"VTreeview": {
|
|
@@ -64,25 +80,13 @@
|
|
|
64
80
|
"from": "labs/VTreeview",
|
|
65
81
|
"styles": []
|
|
66
82
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "labs/
|
|
69
|
-
"styles": []
|
|
70
|
-
},
|
|
71
|
-
"VTimePickerClock": {
|
|
72
|
-
"from": "labs/VTimePicker",
|
|
73
|
-
"styles": []
|
|
74
|
-
},
|
|
75
|
-
"VTimePickerControls": {
|
|
76
|
-
"from": "labs/VTimePicker",
|
|
83
|
+
"VPullToRefresh": {
|
|
84
|
+
"from": "labs/VPullToRefresh",
|
|
77
85
|
"styles": []
|
|
78
86
|
},
|
|
79
87
|
"VDateInput": {
|
|
80
88
|
"from": "labs/VDateInput",
|
|
81
89
|
"styles": []
|
|
82
|
-
},
|
|
83
|
-
"VPullToRefresh": {
|
|
84
|
-
"from": "labs/VPullToRefresh",
|
|
85
|
-
"styles": []
|
|
86
90
|
}
|
|
87
91
|
}
|
|
88
92
|
}
|
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": []
|
|
@@ -24,18 +16,26 @@
|
|
|
24
16
|
"from": "components/VAppBar",
|
|
25
17
|
"styles": []
|
|
26
18
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "components/
|
|
19
|
+
"VAlert": {
|
|
20
|
+
"from": "components/VAlert",
|
|
29
21
|
"styles": []
|
|
30
22
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "components/
|
|
23
|
+
"VAlertTitle": {
|
|
24
|
+
"from": "components/VAlert",
|
|
25
|
+
"styles": []
|
|
26
|
+
},
|
|
27
|
+
"VAvatar": {
|
|
28
|
+
"from": "components/VAvatar",
|
|
33
29
|
"styles": []
|
|
34
30
|
},
|
|
35
31
|
"VBadge": {
|
|
36
32
|
"from": "components/VBadge",
|
|
37
33
|
"styles": []
|
|
38
34
|
},
|
|
35
|
+
"VAutocomplete": {
|
|
36
|
+
"from": "components/VAutocomplete",
|
|
37
|
+
"styles": []
|
|
38
|
+
},
|
|
39
39
|
"VBanner": {
|
|
40
40
|
"from": "components/VBanner",
|
|
41
41
|
"styles": []
|
|
@@ -48,90 +48,94 @@
|
|
|
48
48
|
"from": "components/VBanner",
|
|
49
49
|
"styles": []
|
|
50
50
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "components/
|
|
51
|
+
"VBottomSheet": {
|
|
52
|
+
"from": "components/VBottomSheet",
|
|
53
53
|
"styles": []
|
|
54
54
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "components/
|
|
55
|
+
"VBreadcrumbs": {
|
|
56
|
+
"from": "components/VBreadcrumbs",
|
|
57
57
|
"styles": []
|
|
58
58
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "components/
|
|
59
|
+
"VBreadcrumbsItem": {
|
|
60
|
+
"from": "components/VBreadcrumbs",
|
|
61
61
|
"styles": []
|
|
62
62
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "components/
|
|
63
|
+
"VBreadcrumbsDivider": {
|
|
64
|
+
"from": "components/VBreadcrumbs",
|
|
65
65
|
"styles": []
|
|
66
66
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "components/
|
|
67
|
+
"VBtn": {
|
|
68
|
+
"from": "components/VBtn",
|
|
69
69
|
"styles": []
|
|
70
70
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "components/
|
|
71
|
+
"VBtnToggle": {
|
|
72
|
+
"from": "components/VBtnToggle",
|
|
73
73
|
"styles": []
|
|
74
74
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "components/
|
|
75
|
+
"VBottomNavigation": {
|
|
76
|
+
"from": "components/VBottomNavigation",
|
|
77
77
|
"styles": []
|
|
78
78
|
},
|
|
79
|
-
"
|
|
80
|
-
"from": "components/
|
|
79
|
+
"VBtnGroup": {
|
|
80
|
+
"from": "components/VBtnGroup",
|
|
81
81
|
"styles": []
|
|
82
82
|
},
|
|
83
|
-
"
|
|
84
|
-
"from": "components/
|
|
83
|
+
"VCarousel": {
|
|
84
|
+
"from": "components/VCarousel",
|
|
85
85
|
"styles": []
|
|
86
86
|
},
|
|
87
|
-
"
|
|
88
|
-
"from": "components/
|
|
87
|
+
"VCarouselItem": {
|
|
88
|
+
"from": "components/VCarousel",
|
|
89
89
|
"styles": []
|
|
90
90
|
},
|
|
91
|
-
"
|
|
92
|
-
"from": "components/
|
|
91
|
+
"VCheckbox": {
|
|
92
|
+
"from": "components/VCheckbox",
|
|
93
93
|
"styles": []
|
|
94
94
|
},
|
|
95
|
-
"
|
|
96
|
-
"from": "components/
|
|
95
|
+
"VCheckboxBtn": {
|
|
96
|
+
"from": "components/VCheckbox",
|
|
97
97
|
"styles": []
|
|
98
98
|
},
|
|
99
|
-
"
|
|
100
|
-
"from": "components/
|
|
99
|
+
"VChip": {
|
|
100
|
+
"from": "components/VChip",
|
|
101
101
|
"styles": []
|
|
102
102
|
},
|
|
103
|
-
"
|
|
104
|
-
"from": "components/
|
|
103
|
+
"VCode": {
|
|
104
|
+
"from": "components/VCode",
|
|
105
105
|
"styles": []
|
|
106
106
|
},
|
|
107
|
-
"
|
|
108
|
-
"from": "components/
|
|
107
|
+
"VCard": {
|
|
108
|
+
"from": "components/VCard",
|
|
109
109
|
"styles": []
|
|
110
110
|
},
|
|
111
|
-
"
|
|
112
|
-
"from": "components/
|
|
111
|
+
"VCardActions": {
|
|
112
|
+
"from": "components/VCard",
|
|
113
113
|
"styles": []
|
|
114
114
|
},
|
|
115
|
-
"
|
|
116
|
-
"from": "components/
|
|
115
|
+
"VCardItem": {
|
|
116
|
+
"from": "components/VCard",
|
|
117
117
|
"styles": []
|
|
118
118
|
},
|
|
119
|
-
"
|
|
120
|
-
"from": "components/
|
|
119
|
+
"VCardSubtitle": {
|
|
120
|
+
"from": "components/VCard",
|
|
121
121
|
"styles": []
|
|
122
122
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
123
|
+
"VCardText": {
|
|
124
|
+
"from": "components/VCard",
|
|
125
125
|
"styles": []
|
|
126
126
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
127
|
+
"VCardTitle": {
|
|
128
|
+
"from": "components/VCard",
|
|
129
129
|
"styles": []
|
|
130
130
|
},
|
|
131
131
|
"VChipGroup": {
|
|
132
132
|
"from": "components/VChipGroup",
|
|
133
133
|
"styles": []
|
|
134
134
|
},
|
|
135
|
+
"VColorPicker": {
|
|
136
|
+
"from": "components/VColorPicker",
|
|
137
|
+
"styles": []
|
|
138
|
+
},
|
|
135
139
|
"VCounter": {
|
|
136
140
|
"from": "components/VCounter",
|
|
137
141
|
"styles": []
|
|
@@ -140,6 +144,10 @@
|
|
|
140
144
|
"from": "components/VCombobox",
|
|
141
145
|
"styles": []
|
|
142
146
|
},
|
|
147
|
+
"VDialog": {
|
|
148
|
+
"from": "components/VDialog",
|
|
149
|
+
"styles": []
|
|
150
|
+
},
|
|
143
151
|
"VDataTable": {
|
|
144
152
|
"from": "components/VDataTable",
|
|
145
153
|
"styles": []
|
|
@@ -168,30 +176,6 @@
|
|
|
168
176
|
"from": "components/VDataTable",
|
|
169
177
|
"styles": []
|
|
170
178
|
},
|
|
171
|
-
"VCode": {
|
|
172
|
-
"from": "components/VCode",
|
|
173
|
-
"styles": []
|
|
174
|
-
},
|
|
175
|
-
"VDialog": {
|
|
176
|
-
"from": "components/VDialog",
|
|
177
|
-
"styles": []
|
|
178
|
-
},
|
|
179
|
-
"VExpansionPanels": {
|
|
180
|
-
"from": "components/VExpansionPanel",
|
|
181
|
-
"styles": []
|
|
182
|
-
},
|
|
183
|
-
"VExpansionPanel": {
|
|
184
|
-
"from": "components/VExpansionPanel",
|
|
185
|
-
"styles": []
|
|
186
|
-
},
|
|
187
|
-
"VExpansionPanelText": {
|
|
188
|
-
"from": "components/VExpansionPanel",
|
|
189
|
-
"styles": []
|
|
190
|
-
},
|
|
191
|
-
"VExpansionPanelTitle": {
|
|
192
|
-
"from": "components/VExpansionPanel",
|
|
193
|
-
"styles": []
|
|
194
|
-
},
|
|
195
179
|
"VDatePicker": {
|
|
196
180
|
"from": "components/VDatePicker",
|
|
197
181
|
"styles": []
|
|
@@ -216,12 +200,32 @@
|
|
|
216
200
|
"from": "components/VDatePicker",
|
|
217
201
|
"styles": []
|
|
218
202
|
},
|
|
203
|
+
"VEmptyState": {
|
|
204
|
+
"from": "components/VEmptyState",
|
|
205
|
+
"styles": []
|
|
206
|
+
},
|
|
207
|
+
"VExpansionPanels": {
|
|
208
|
+
"from": "components/VExpansionPanel",
|
|
209
|
+
"styles": []
|
|
210
|
+
},
|
|
211
|
+
"VExpansionPanel": {
|
|
212
|
+
"from": "components/VExpansionPanel",
|
|
213
|
+
"styles": []
|
|
214
|
+
},
|
|
215
|
+
"VExpansionPanelText": {
|
|
216
|
+
"from": "components/VExpansionPanel",
|
|
217
|
+
"styles": []
|
|
218
|
+
},
|
|
219
|
+
"VExpansionPanelTitle": {
|
|
220
|
+
"from": "components/VExpansionPanel",
|
|
221
|
+
"styles": []
|
|
222
|
+
},
|
|
219
223
|
"VDivider": {
|
|
220
224
|
"from": "components/VDivider",
|
|
221
225
|
"styles": []
|
|
222
226
|
},
|
|
223
|
-
"
|
|
224
|
-
"from": "components/
|
|
227
|
+
"VFab": {
|
|
228
|
+
"from": "components/VFab",
|
|
225
229
|
"styles": []
|
|
226
230
|
},
|
|
227
231
|
"VField": {
|
|
@@ -232,8 +236,8 @@
|
|
|
232
236
|
"from": "components/VField",
|
|
233
237
|
"styles": []
|
|
234
238
|
},
|
|
235
|
-
"
|
|
236
|
-
"from": "components/
|
|
239
|
+
"VFileInput": {
|
|
240
|
+
"from": "components/VFileInput",
|
|
237
241
|
"styles": []
|
|
238
242
|
},
|
|
239
243
|
"VFooter": {
|
|
@@ -244,8 +248,8 @@
|
|
|
244
248
|
"from": "components/VImg",
|
|
245
249
|
"styles": []
|
|
246
250
|
},
|
|
247
|
-
"
|
|
248
|
-
"from": "components/
|
|
251
|
+
"VInfiniteScroll": {
|
|
252
|
+
"from": "components/VInfiniteScroll",
|
|
249
253
|
"styles": []
|
|
250
254
|
},
|
|
251
255
|
"VIcon": {
|
|
@@ -268,24 +272,16 @@
|
|
|
268
272
|
"from": "components/VIcon",
|
|
269
273
|
"styles": []
|
|
270
274
|
},
|
|
271
|
-
"VInfiniteScroll": {
|
|
272
|
-
"from": "components/VInfiniteScroll",
|
|
273
|
-
"styles": []
|
|
274
|
-
},
|
|
275
|
-
"VInput": {
|
|
276
|
-
"from": "components/VInput",
|
|
277
|
-
"styles": []
|
|
278
|
-
},
|
|
279
275
|
"VKbd": {
|
|
280
276
|
"from": "components/VKbd",
|
|
281
277
|
"styles": []
|
|
282
278
|
},
|
|
283
|
-
"
|
|
284
|
-
"from": "components/
|
|
279
|
+
"VLabel": {
|
|
280
|
+
"from": "components/VLabel",
|
|
285
281
|
"styles": []
|
|
286
282
|
},
|
|
287
|
-
"
|
|
288
|
-
"from": "components/
|
|
283
|
+
"VInput": {
|
|
284
|
+
"from": "components/VInput",
|
|
289
285
|
"styles": []
|
|
290
286
|
},
|
|
291
287
|
"VList": {
|
|
@@ -324,82 +320,86 @@
|
|
|
324
320
|
"from": "components/VList",
|
|
325
321
|
"styles": []
|
|
326
322
|
},
|
|
327
|
-
"
|
|
328
|
-
"from": "components/
|
|
329
|
-
"styles": []
|
|
330
|
-
},
|
|
331
|
-
"VNumberInput": {
|
|
332
|
-
"from": "components/VNumberInput",
|
|
323
|
+
"VMain": {
|
|
324
|
+
"from": "components/VMain",
|
|
333
325
|
"styles": []
|
|
334
326
|
},
|
|
335
327
|
"VMessages": {
|
|
336
328
|
"from": "components/VMessages",
|
|
337
329
|
"styles": []
|
|
338
330
|
},
|
|
339
|
-
"VMain": {
|
|
340
|
-
"from": "components/VMain",
|
|
341
|
-
"styles": []
|
|
342
|
-
},
|
|
343
331
|
"VMenu": {
|
|
344
332
|
"from": "components/VMenu",
|
|
345
333
|
"styles": []
|
|
346
334
|
},
|
|
347
|
-
"VPagination": {
|
|
348
|
-
"from": "components/VPagination",
|
|
349
|
-
"styles": []
|
|
350
|
-
},
|
|
351
335
|
"VNavigationDrawer": {
|
|
352
336
|
"from": "components/VNavigationDrawer",
|
|
353
337
|
"styles": []
|
|
354
338
|
},
|
|
355
|
-
"
|
|
356
|
-
"from": "components/
|
|
339
|
+
"VItemGroup": {
|
|
340
|
+
"from": "components/VItemGroup",
|
|
357
341
|
"styles": []
|
|
358
342
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
343
|
+
"VItem": {
|
|
344
|
+
"from": "components/VItemGroup",
|
|
361
345
|
"styles": []
|
|
362
346
|
},
|
|
363
347
|
"VOtpInput": {
|
|
364
348
|
"from": "components/VOtpInput",
|
|
365
349
|
"styles": []
|
|
366
350
|
},
|
|
367
|
-
"
|
|
368
|
-
"from": "components/
|
|
369
|
-
"styles": []
|
|
370
|
-
},
|
|
371
|
-
"VSelectionControlGroup": {
|
|
372
|
-
"from": "components/VSelectionControlGroup",
|
|
351
|
+
"VNumberInput": {
|
|
352
|
+
"from": "components/VNumberInput",
|
|
373
353
|
"styles": []
|
|
374
354
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
355
|
+
"VOverlay": {
|
|
356
|
+
"from": "components/VOverlay",
|
|
377
357
|
"styles": []
|
|
378
358
|
},
|
|
379
|
-
"
|
|
380
|
-
"from": "components/
|
|
359
|
+
"VProgressCircular": {
|
|
360
|
+
"from": "components/VProgressCircular",
|
|
381
361
|
"styles": []
|
|
382
362
|
},
|
|
383
|
-
"
|
|
384
|
-
"from": "components/
|
|
363
|
+
"VPagination": {
|
|
364
|
+
"from": "components/VPagination",
|
|
385
365
|
"styles": []
|
|
386
366
|
},
|
|
387
367
|
"VSelect": {
|
|
388
368
|
"from": "components/VSelect",
|
|
389
369
|
"styles": []
|
|
390
370
|
},
|
|
391
|
-
"
|
|
392
|
-
"from": "components/
|
|
371
|
+
"VRadioGroup": {
|
|
372
|
+
"from": "components/VRadioGroup",
|
|
373
|
+
"styles": []
|
|
374
|
+
},
|
|
375
|
+
"VProgressLinear": {
|
|
376
|
+
"from": "components/VProgressLinear",
|
|
377
|
+
"styles": []
|
|
378
|
+
},
|
|
379
|
+
"VRating": {
|
|
380
|
+
"from": "components/VRating",
|
|
393
381
|
"styles": []
|
|
394
382
|
},
|
|
395
383
|
"VSnackbar": {
|
|
396
384
|
"from": "components/VSnackbar",
|
|
397
385
|
"styles": []
|
|
398
386
|
},
|
|
387
|
+
"VSelectionControlGroup": {
|
|
388
|
+
"from": "components/VSelectionControlGroup",
|
|
389
|
+
"styles": []
|
|
390
|
+
},
|
|
391
|
+
"VSelectionControl": {
|
|
392
|
+
"from": "components/VSelectionControl",
|
|
393
|
+
"styles": []
|
|
394
|
+
},
|
|
399
395
|
"VSheet": {
|
|
400
396
|
"from": "components/VSheet",
|
|
401
397
|
"styles": []
|
|
402
398
|
},
|
|
399
|
+
"VSkeletonLoader": {
|
|
400
|
+
"from": "components/VSkeletonLoader",
|
|
401
|
+
"styles": []
|
|
402
|
+
},
|
|
403
403
|
"VSlider": {
|
|
404
404
|
"from": "components/VSlider",
|
|
405
405
|
"styles": []
|
|
@@ -412,6 +412,10 @@
|
|
|
412
412
|
"from": "components/VSlideGroup",
|
|
413
413
|
"styles": []
|
|
414
414
|
},
|
|
415
|
+
"VSwitch": {
|
|
416
|
+
"from": "components/VSwitch",
|
|
417
|
+
"styles": []
|
|
418
|
+
},
|
|
415
419
|
"VStepper": {
|
|
416
420
|
"from": "components/VStepper",
|
|
417
421
|
"styles": []
|
|
@@ -436,10 +440,6 @@
|
|
|
436
440
|
"from": "components/VStepper",
|
|
437
441
|
"styles": []
|
|
438
442
|
},
|
|
439
|
-
"VSystemBar": {
|
|
440
|
-
"from": "components/VSystemBar",
|
|
441
|
-
"styles": []
|
|
442
|
-
},
|
|
443
443
|
"VTab": {
|
|
444
444
|
"from": "components/VTabs",
|
|
445
445
|
"styles": []
|
|
@@ -456,16 +456,8 @@
|
|
|
456
456
|
"from": "components/VTabs",
|
|
457
457
|
"styles": []
|
|
458
458
|
},
|
|
459
|
-
"
|
|
460
|
-
"from": "components/
|
|
461
|
-
"styles": []
|
|
462
|
-
},
|
|
463
|
-
"VTextField": {
|
|
464
|
-
"from": "components/VTextField",
|
|
465
|
-
"styles": []
|
|
466
|
-
},
|
|
467
|
-
"VTooltip": {
|
|
468
|
-
"from": "components/VTooltip",
|
|
459
|
+
"VSystemBar": {
|
|
460
|
+
"from": "components/VSystemBar",
|
|
469
461
|
"styles": []
|
|
470
462
|
},
|
|
471
463
|
"VTextarea": {
|
|
@@ -476,12 +468,8 @@
|
|
|
476
468
|
"from": "components/VTable",
|
|
477
469
|
"styles": []
|
|
478
470
|
},
|
|
479
|
-
"
|
|
480
|
-
"from": "components/
|
|
481
|
-
"styles": []
|
|
482
|
-
},
|
|
483
|
-
"VWindowItem": {
|
|
484
|
-
"from": "components/VWindow",
|
|
471
|
+
"VTextField": {
|
|
472
|
+
"from": "components/VTextField",
|
|
485
473
|
"styles": []
|
|
486
474
|
},
|
|
487
475
|
"VToolbar": {
|
|
@@ -496,6 +484,10 @@
|
|
|
496
484
|
"from": "components/VToolbar",
|
|
497
485
|
"styles": []
|
|
498
486
|
},
|
|
487
|
+
"VTooltip": {
|
|
488
|
+
"from": "components/VTooltip",
|
|
489
|
+
"styles": []
|
|
490
|
+
},
|
|
499
491
|
"VTimeline": {
|
|
500
492
|
"from": "components/VTimeline",
|
|
501
493
|
"styles": []
|
|
@@ -504,20 +496,24 @@
|
|
|
504
496
|
"from": "components/VTimeline",
|
|
505
497
|
"styles": []
|
|
506
498
|
},
|
|
507
|
-
"
|
|
508
|
-
"from": "components/
|
|
499
|
+
"VWindow": {
|
|
500
|
+
"from": "components/VWindow",
|
|
501
|
+
"styles": []
|
|
502
|
+
},
|
|
503
|
+
"VWindowItem": {
|
|
504
|
+
"from": "components/VWindow",
|
|
509
505
|
"styles": []
|
|
510
506
|
},
|
|
511
507
|
"VConfirmEdit": {
|
|
512
508
|
"from": "components/VConfirmEdit",
|
|
513
509
|
"styles": []
|
|
514
510
|
},
|
|
515
|
-
"
|
|
516
|
-
"from": "components/
|
|
511
|
+
"VDataIterator": {
|
|
512
|
+
"from": "components/VDataIterator",
|
|
517
513
|
"styles": []
|
|
518
514
|
},
|
|
519
|
-
"
|
|
520
|
-
"from": "components/
|
|
515
|
+
"VDefaultsProvider": {
|
|
516
|
+
"from": "components/VDefaultsProvider",
|
|
521
517
|
"styles": []
|
|
522
518
|
},
|
|
523
519
|
"VContainer": {
|
|
@@ -536,6 +532,10 @@
|
|
|
536
532
|
"from": "components/VGrid",
|
|
537
533
|
"styles": []
|
|
538
534
|
},
|
|
535
|
+
"VForm": {
|
|
536
|
+
"from": "components/VForm",
|
|
537
|
+
"styles": []
|
|
538
|
+
},
|
|
539
539
|
"VHover": {
|
|
540
540
|
"from": "components/VHover",
|
|
541
541
|
"styles": []
|
|
@@ -556,28 +556,24 @@
|
|
|
556
556
|
"from": "components/VLocaleProvider",
|
|
557
557
|
"styles": []
|
|
558
558
|
},
|
|
559
|
-
"VParallax": {
|
|
560
|
-
"from": "components/VParallax",
|
|
561
|
-
"styles": []
|
|
562
|
-
},
|
|
563
559
|
"VNoSsr": {
|
|
564
560
|
"from": "components/VNoSsr",
|
|
565
561
|
"styles": []
|
|
566
562
|
},
|
|
567
|
-
"
|
|
568
|
-
"from": "components/
|
|
563
|
+
"VParallax": {
|
|
564
|
+
"from": "components/VParallax",
|
|
569
565
|
"styles": []
|
|
570
566
|
},
|
|
571
567
|
"VRangeSlider": {
|
|
572
568
|
"from": "components/VRangeSlider",
|
|
573
569
|
"styles": []
|
|
574
570
|
},
|
|
575
|
-
"
|
|
576
|
-
"from": "components/
|
|
571
|
+
"VRadio": {
|
|
572
|
+
"from": "components/VRadio",
|
|
577
573
|
"styles": []
|
|
578
574
|
},
|
|
579
|
-
"
|
|
580
|
-
"from": "components/
|
|
575
|
+
"VResponsive": {
|
|
576
|
+
"from": "components/VResponsive",
|
|
581
577
|
"styles": []
|
|
582
578
|
},
|
|
583
579
|
"VSnackbarQueue": {
|
|
@@ -588,6 +584,10 @@
|
|
|
588
584
|
"from": "components/VSpeedDial",
|
|
589
585
|
"styles": []
|
|
590
586
|
},
|
|
587
|
+
"VSparkline": {
|
|
588
|
+
"from": "components/VSparkline",
|
|
589
|
+
"styles": []
|
|
590
|
+
},
|
|
591
591
|
"VValidation": {
|
|
592
592
|
"from": "components/VValidation",
|
|
593
593
|
"styles": []
|
|
@@ -596,10 +596,6 @@
|
|
|
596
596
|
"from": "components/VThemeProvider",
|
|
597
597
|
"styles": []
|
|
598
598
|
},
|
|
599
|
-
"VVirtualScroll": {
|
|
600
|
-
"from": "components/VVirtualScroll",
|
|
601
|
-
"styles": []
|
|
602
|
-
},
|
|
603
599
|
"VFabTransition": {
|
|
604
600
|
"from": "components/transitions",
|
|
605
601
|
"styles": []
|
|
@@ -663,6 +659,10 @@
|
|
|
663
659
|
"VDialogTransition": {
|
|
664
660
|
"from": "components/transitions",
|
|
665
661
|
"styles": []
|
|
662
|
+
},
|
|
663
|
+
"VVirtualScroll": {
|
|
664
|
+
"from": "components/VVirtualScroll",
|
|
665
|
+
"styles": []
|
|
666
666
|
}
|
|
667
667
|
},
|
|
668
668
|
"directives": [
|