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