vuetify 3.10.10 → 3.10.12
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 +3270 -3310
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +170 -170
- package/dist/json/tags.json +0 -10
- package/dist/json/web-types.json +6161 -6261
- package/dist/vuetify-labs.cjs +23 -10
- package/dist/vuetify-labs.css +4368 -4362
- package/dist/vuetify-labs.d.ts +465 -653
- package/dist/vuetify-labs.esm.js +23 -10
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +23 -10
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +23 -10
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3098 -3092
- package/dist/vuetify.d.ts +339 -467
- package/dist/vuetify.esm.js +23 -10
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +23 -10
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +25 -25
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +63 -94
- package/lib/components/VCombobox/VCombobox.d.ts +63 -94
- package/lib/components/VField/VField.css +6 -1
- package/lib/components/VField/VField.d.ts +8 -13
- package/lib/components/VField/VField.js +1 -1
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VField/VField.sass +5 -0
- package/lib/components/VFileInput/VFileInput.d.ts +0 -13
- package/lib/components/VNumberInput/VNumberInput.d.ts +63 -89
- package/lib/components/VSelect/VSelect.d.ts +63 -94
- package/lib/components/VSelect/VSelect.js +14 -3
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VTabs/VTab.css +3 -2
- package/lib/components/VTabs/VTab.sass +2 -1
- package/lib/components/VTextField/VTextField.d.ts +18 -31
- package/lib/components/VTextarea/VTextarea.d.ts +0 -13
- package/lib/components/VWindow/VWindow.js +2 -2
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/composables/autocomplete.js +1 -0
- package/lib/composables/autocomplete.js.map +1 -1
- package/lib/directives/tooltip/index.js +5 -2
- package/lib/directives/tooltip/index.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +61 -61
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.d.ts +0 -13
- package/lib/labs/VDateInput/VDateInput.d.ts +63 -94
- package/lib/labs/VMaskInput/VMaskInput.d.ts +63 -94
- package/lib/util/helpers.js +1 -1
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"
|
|
4
|
-
"from": "labs/
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
|
-
"VIconBtn": {
|
|
8
|
-
"from": "labs/VIconBtn",
|
|
3
|
+
"VColorInput": {
|
|
4
|
+
"from": "labs/VColorInput",
|
|
9
5
|
"styles": []
|
|
10
6
|
},
|
|
11
7
|
"VFileUpload": {
|
|
@@ -16,24 +12,28 @@
|
|
|
16
12
|
"from": "labs/VFileUpload",
|
|
17
13
|
"styles": []
|
|
18
14
|
},
|
|
19
|
-
"
|
|
20
|
-
"from": "labs/
|
|
15
|
+
"VIconBtn": {
|
|
16
|
+
"from": "labs/VIconBtn",
|
|
21
17
|
"styles": []
|
|
22
18
|
},
|
|
23
|
-
"
|
|
24
|
-
"from": "labs/
|
|
19
|
+
"VCalendar": {
|
|
20
|
+
"from": "labs/VCalendar",
|
|
25
21
|
"styles": []
|
|
26
22
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "labs/
|
|
23
|
+
"VHotkey": {
|
|
24
|
+
"from": "labs/VHotkey",
|
|
29
25
|
"styles": []
|
|
30
26
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "labs/
|
|
27
|
+
"VVideo": {
|
|
28
|
+
"from": "labs/VVideo",
|
|
33
29
|
"styles": []
|
|
34
30
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "labs/
|
|
31
|
+
"VVideoControls": {
|
|
32
|
+
"from": "labs/VVideo",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
35
|
+
"VVideoVolume": {
|
|
36
|
+
"from": "labs/VVideo",
|
|
37
37
|
"styles": []
|
|
38
38
|
},
|
|
39
39
|
"VPicker": {
|
|
@@ -56,16 +56,16 @@
|
|
|
56
56
|
"from": "labs/VPie",
|
|
57
57
|
"styles": []
|
|
58
58
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "labs/
|
|
59
|
+
"VStepperVertical": {
|
|
60
|
+
"from": "labs/VStepperVertical",
|
|
61
61
|
"styles": []
|
|
62
62
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "labs/
|
|
63
|
+
"VStepperVerticalItem": {
|
|
64
|
+
"from": "labs/VStepperVertical",
|
|
65
65
|
"styles": []
|
|
66
66
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "labs/
|
|
67
|
+
"VStepperVerticalActions": {
|
|
68
|
+
"from": "labs/VStepperVertical",
|
|
69
69
|
"styles": []
|
|
70
70
|
},
|
|
71
71
|
"VDateInput": {
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
+
"VApp": {
|
|
4
|
+
"from": "components/VApp",
|
|
5
|
+
"styles": []
|
|
6
|
+
},
|
|
7
|
+
"VAlert": {
|
|
8
|
+
"from": "components/VAlert",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
11
|
+
"VAlertTitle": {
|
|
12
|
+
"from": "components/VAlert",
|
|
13
|
+
"styles": []
|
|
14
|
+
},
|
|
3
15
|
"VAppBar": {
|
|
4
16
|
"from": "components/VAppBar",
|
|
5
17
|
"styles": []
|
|
@@ -12,38 +24,22 @@
|
|
|
12
24
|
"from": "components/VAppBar",
|
|
13
25
|
"styles": []
|
|
14
26
|
},
|
|
15
|
-
"
|
|
16
|
-
"from": "components/
|
|
17
|
-
"styles": []
|
|
18
|
-
},
|
|
19
|
-
"VBadge": {
|
|
20
|
-
"from": "components/VBadge",
|
|
21
|
-
"styles": []
|
|
22
|
-
},
|
|
23
|
-
"VBottomSheet": {
|
|
24
|
-
"from": "components/VBottomSheet",
|
|
27
|
+
"VAvatar": {
|
|
28
|
+
"from": "components/VAvatar",
|
|
25
29
|
"styles": []
|
|
26
30
|
},
|
|
27
31
|
"VAutocomplete": {
|
|
28
32
|
"from": "components/VAutocomplete",
|
|
29
33
|
"styles": []
|
|
30
34
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "components/
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
|
-
"VAlertTitle": {
|
|
36
|
-
"from": "components/VAlert",
|
|
35
|
+
"VBadge": {
|
|
36
|
+
"from": "components/VBadge",
|
|
37
37
|
"styles": []
|
|
38
38
|
},
|
|
39
39
|
"VBottomNavigation": {
|
|
40
40
|
"from": "components/VBottomNavigation",
|
|
41
41
|
"styles": []
|
|
42
42
|
},
|
|
43
|
-
"VAvatar": {
|
|
44
|
-
"from": "components/VAvatar",
|
|
45
|
-
"styles": []
|
|
46
|
-
},
|
|
47
43
|
"VBreadcrumbs": {
|
|
48
44
|
"from": "components/VBreadcrumbs",
|
|
49
45
|
"styles": []
|
|
@@ -56,6 +52,10 @@
|
|
|
56
52
|
"from": "components/VBreadcrumbs",
|
|
57
53
|
"styles": []
|
|
58
54
|
},
|
|
55
|
+
"VBottomSheet": {
|
|
56
|
+
"from": "components/VBottomSheet",
|
|
57
|
+
"styles": []
|
|
58
|
+
},
|
|
59
59
|
"VBtnGroup": {
|
|
60
60
|
"from": "components/VBtnGroup",
|
|
61
61
|
"styles": []
|
|
@@ -76,8 +76,12 @@
|
|
|
76
76
|
"from": "components/VBtn",
|
|
77
77
|
"styles": []
|
|
78
78
|
},
|
|
79
|
-
"
|
|
80
|
-
"from": "components/
|
|
79
|
+
"VCheckbox": {
|
|
80
|
+
"from": "components/VCheckbox",
|
|
81
|
+
"styles": []
|
|
82
|
+
},
|
|
83
|
+
"VCheckboxBtn": {
|
|
84
|
+
"from": "components/VCheckbox",
|
|
81
85
|
"styles": []
|
|
82
86
|
},
|
|
83
87
|
"VBtnToggle": {
|
|
@@ -108,40 +112,32 @@
|
|
|
108
112
|
"from": "components/VCard",
|
|
109
113
|
"styles": []
|
|
110
114
|
},
|
|
111
|
-
"
|
|
112
|
-
"from": "components/
|
|
113
|
-
"styles": []
|
|
114
|
-
},
|
|
115
|
-
"VCarouselItem": {
|
|
116
|
-
"from": "components/VCarousel",
|
|
115
|
+
"VColorPicker": {
|
|
116
|
+
"from": "components/VColorPicker",
|
|
117
117
|
"styles": []
|
|
118
118
|
},
|
|
119
119
|
"VChip": {
|
|
120
120
|
"from": "components/VChip",
|
|
121
121
|
"styles": []
|
|
122
122
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
125
|
-
"styles": []
|
|
126
|
-
},
|
|
127
|
-
"VCheckbox": {
|
|
128
|
-
"from": "components/VCheckbox",
|
|
123
|
+
"VCarousel": {
|
|
124
|
+
"from": "components/VCarousel",
|
|
129
125
|
"styles": []
|
|
130
126
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
127
|
+
"VCarouselItem": {
|
|
128
|
+
"from": "components/VCarousel",
|
|
133
129
|
"styles": []
|
|
134
130
|
},
|
|
135
131
|
"VCombobox": {
|
|
136
132
|
"from": "components/VCombobox",
|
|
137
133
|
"styles": []
|
|
138
134
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
135
|
+
"VCode": {
|
|
136
|
+
"from": "components/VCode",
|
|
141
137
|
"styles": []
|
|
142
138
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
139
|
+
"VChipGroup": {
|
|
140
|
+
"from": "components/VChipGroup",
|
|
145
141
|
"styles": []
|
|
146
142
|
},
|
|
147
143
|
"VDataTable": {
|
|
@@ -172,20 +168,32 @@
|
|
|
172
168
|
"from": "components/VDataTable",
|
|
173
169
|
"styles": []
|
|
174
170
|
},
|
|
175
|
-
"
|
|
176
|
-
"from": "components/
|
|
171
|
+
"VCounter": {
|
|
172
|
+
"from": "components/VCounter",
|
|
177
173
|
"styles": []
|
|
178
174
|
},
|
|
179
|
-
"
|
|
180
|
-
"from": "components/
|
|
175
|
+
"VDatePicker": {
|
|
176
|
+
"from": "components/VDatePicker",
|
|
181
177
|
"styles": []
|
|
182
178
|
},
|
|
183
|
-
"
|
|
184
|
-
"from": "components/
|
|
179
|
+
"VDatePickerControls": {
|
|
180
|
+
"from": "components/VDatePicker",
|
|
185
181
|
"styles": []
|
|
186
182
|
},
|
|
187
|
-
"
|
|
188
|
-
"from": "components/
|
|
183
|
+
"VDatePickerHeader": {
|
|
184
|
+
"from": "components/VDatePicker",
|
|
185
|
+
"styles": []
|
|
186
|
+
},
|
|
187
|
+
"VDatePickerMonth": {
|
|
188
|
+
"from": "components/VDatePicker",
|
|
189
|
+
"styles": []
|
|
190
|
+
},
|
|
191
|
+
"VDatePickerMonths": {
|
|
192
|
+
"from": "components/VDatePicker",
|
|
193
|
+
"styles": []
|
|
194
|
+
},
|
|
195
|
+
"VDatePickerYears": {
|
|
196
|
+
"from": "components/VDatePicker",
|
|
189
197
|
"styles": []
|
|
190
198
|
},
|
|
191
199
|
"VExpansionPanels": {
|
|
@@ -204,28 +212,20 @@
|
|
|
204
212
|
"from": "components/VExpansionPanel",
|
|
205
213
|
"styles": []
|
|
206
214
|
},
|
|
207
|
-
"
|
|
208
|
-
"from": "components/
|
|
209
|
-
"styles": []
|
|
210
|
-
},
|
|
211
|
-
"VDatePickerControls": {
|
|
212
|
-
"from": "components/VDatePicker",
|
|
213
|
-
"styles": []
|
|
214
|
-
},
|
|
215
|
-
"VDatePickerHeader": {
|
|
216
|
-
"from": "components/VDatePicker",
|
|
215
|
+
"VDivider": {
|
|
216
|
+
"from": "components/VDivider",
|
|
217
217
|
"styles": []
|
|
218
218
|
},
|
|
219
|
-
"
|
|
220
|
-
"from": "components/
|
|
219
|
+
"VDialog": {
|
|
220
|
+
"from": "components/VDialog",
|
|
221
221
|
"styles": []
|
|
222
222
|
},
|
|
223
|
-
"
|
|
224
|
-
"from": "components/
|
|
223
|
+
"VEmptyState": {
|
|
224
|
+
"from": "components/VEmptyState",
|
|
225
225
|
"styles": []
|
|
226
226
|
},
|
|
227
|
-
"
|
|
228
|
-
"from": "components/
|
|
227
|
+
"VFab": {
|
|
228
|
+
"from": "components/VFab",
|
|
229
229
|
"styles": []
|
|
230
230
|
},
|
|
231
231
|
"VField": {
|
|
@@ -236,16 +236,24 @@
|
|
|
236
236
|
"from": "components/VField",
|
|
237
237
|
"styles": []
|
|
238
238
|
},
|
|
239
|
-
"VEmptyState": {
|
|
240
|
-
"from": "components/VEmptyState",
|
|
241
|
-
"styles": []
|
|
242
|
-
},
|
|
243
239
|
"VFileInput": {
|
|
244
240
|
"from": "components/VFileInput",
|
|
245
241
|
"styles": []
|
|
246
242
|
},
|
|
247
|
-
"
|
|
248
|
-
"from": "components/
|
|
243
|
+
"VFooter": {
|
|
244
|
+
"from": "components/VFooter",
|
|
245
|
+
"styles": []
|
|
246
|
+
},
|
|
247
|
+
"VInfiniteScroll": {
|
|
248
|
+
"from": "components/VInfiniteScroll",
|
|
249
|
+
"styles": []
|
|
250
|
+
},
|
|
251
|
+
"VItemGroup": {
|
|
252
|
+
"from": "components/VItemGroup",
|
|
253
|
+
"styles": []
|
|
254
|
+
},
|
|
255
|
+
"VItem": {
|
|
256
|
+
"from": "components/VItemGroup",
|
|
249
257
|
"styles": []
|
|
250
258
|
},
|
|
251
259
|
"VIcon": {
|
|
@@ -268,12 +276,8 @@
|
|
|
268
276
|
"from": "components/VIcon",
|
|
269
277
|
"styles": []
|
|
270
278
|
},
|
|
271
|
-
"
|
|
272
|
-
"from": "components/
|
|
273
|
-
"styles": []
|
|
274
|
-
},
|
|
275
|
-
"VItem": {
|
|
276
|
-
"from": "components/VItemGroup",
|
|
279
|
+
"VImg": {
|
|
280
|
+
"from": "components/VImg",
|
|
277
281
|
"styles": []
|
|
278
282
|
},
|
|
279
283
|
"VKbd": {
|
|
@@ -284,14 +288,6 @@
|
|
|
284
288
|
"from": "components/VLabel",
|
|
285
289
|
"styles": []
|
|
286
290
|
},
|
|
287
|
-
"VInfiniteScroll": {
|
|
288
|
-
"from": "components/VInfiniteScroll",
|
|
289
|
-
"styles": []
|
|
290
|
-
},
|
|
291
|
-
"VMain": {
|
|
292
|
-
"from": "components/VMain",
|
|
293
|
-
"styles": []
|
|
294
|
-
},
|
|
295
291
|
"VInput": {
|
|
296
292
|
"from": "components/VInput",
|
|
297
293
|
"styles": []
|
|
@@ -300,14 +296,6 @@
|
|
|
300
296
|
"from": "components/VMenu",
|
|
301
297
|
"styles": []
|
|
302
298
|
},
|
|
303
|
-
"VNavigationDrawer": {
|
|
304
|
-
"from": "components/VNavigationDrawer",
|
|
305
|
-
"styles": []
|
|
306
|
-
},
|
|
307
|
-
"VOverlay": {
|
|
308
|
-
"from": "components/VOverlay",
|
|
309
|
-
"styles": []
|
|
310
|
-
},
|
|
311
299
|
"VMessages": {
|
|
312
300
|
"from": "components/VMessages",
|
|
313
301
|
"styles": []
|
|
@@ -348,34 +336,50 @@
|
|
|
348
336
|
"from": "components/VList",
|
|
349
337
|
"styles": []
|
|
350
338
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
339
|
+
"VMain": {
|
|
340
|
+
"from": "components/VMain",
|
|
353
341
|
"styles": []
|
|
354
342
|
},
|
|
355
343
|
"VNumberInput": {
|
|
356
344
|
"from": "components/VNumberInput",
|
|
357
345
|
"styles": []
|
|
358
346
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
347
|
+
"VOtpInput": {
|
|
348
|
+
"from": "components/VOtpInput",
|
|
349
|
+
"styles": []
|
|
350
|
+
},
|
|
351
|
+
"VNavigationDrawer": {
|
|
352
|
+
"from": "components/VNavigationDrawer",
|
|
361
353
|
"styles": []
|
|
362
354
|
},
|
|
363
355
|
"VProgressCircular": {
|
|
364
356
|
"from": "components/VProgressCircular",
|
|
365
357
|
"styles": []
|
|
366
358
|
},
|
|
367
|
-
"
|
|
368
|
-
"from": "components/
|
|
359
|
+
"VOverlay": {
|
|
360
|
+
"from": "components/VOverlay",
|
|
369
361
|
"styles": []
|
|
370
362
|
},
|
|
371
363
|
"VProgressLinear": {
|
|
372
364
|
"from": "components/VProgressLinear",
|
|
373
365
|
"styles": []
|
|
374
366
|
},
|
|
367
|
+
"VPagination": {
|
|
368
|
+
"from": "components/VPagination",
|
|
369
|
+
"styles": []
|
|
370
|
+
},
|
|
371
|
+
"VRadioGroup": {
|
|
372
|
+
"from": "components/VRadioGroup",
|
|
373
|
+
"styles": []
|
|
374
|
+
},
|
|
375
375
|
"VSelect": {
|
|
376
376
|
"from": "components/VSelect",
|
|
377
377
|
"styles": []
|
|
378
378
|
},
|
|
379
|
+
"VSelectionControlGroup": {
|
|
380
|
+
"from": "components/VSelectionControlGroup",
|
|
381
|
+
"styles": []
|
|
382
|
+
},
|
|
379
383
|
"VRating": {
|
|
380
384
|
"from": "components/VRating",
|
|
381
385
|
"styles": []
|
|
@@ -392,24 +396,24 @@
|
|
|
392
396
|
"from": "components/VSlideGroup",
|
|
393
397
|
"styles": []
|
|
394
398
|
},
|
|
395
|
-
"
|
|
396
|
-
"from": "components/
|
|
399
|
+
"VSnackbar": {
|
|
400
|
+
"from": "components/VSnackbar",
|
|
397
401
|
"styles": []
|
|
398
402
|
},
|
|
399
|
-
"
|
|
400
|
-
"from": "components/
|
|
403
|
+
"VSkeletonLoader": {
|
|
404
|
+
"from": "components/VSkeletonLoader",
|
|
401
405
|
"styles": []
|
|
402
406
|
},
|
|
403
|
-
"
|
|
404
|
-
"from": "components/
|
|
407
|
+
"VSwitch": {
|
|
408
|
+
"from": "components/VSwitch",
|
|
405
409
|
"styles": []
|
|
406
410
|
},
|
|
407
|
-
"
|
|
408
|
-
"from": "components/
|
|
411
|
+
"VSlider": {
|
|
412
|
+
"from": "components/VSlider",
|
|
409
413
|
"styles": []
|
|
410
414
|
},
|
|
411
|
-
"
|
|
412
|
-
"from": "components/
|
|
415
|
+
"VSystemBar": {
|
|
416
|
+
"from": "components/VSystemBar",
|
|
413
417
|
"styles": []
|
|
414
418
|
},
|
|
415
419
|
"VStepper": {
|
|
@@ -436,28 +440,8 @@
|
|
|
436
440
|
"from": "components/VStepper",
|
|
437
441
|
"styles": []
|
|
438
442
|
},
|
|
439
|
-
"
|
|
440
|
-
"from": "components/
|
|
441
|
-
"styles": []
|
|
442
|
-
},
|
|
443
|
-
"VTabs": {
|
|
444
|
-
"from": "components/VTabs",
|
|
445
|
-
"styles": []
|
|
446
|
-
},
|
|
447
|
-
"VTabsWindow": {
|
|
448
|
-
"from": "components/VTabs",
|
|
449
|
-
"styles": []
|
|
450
|
-
},
|
|
451
|
-
"VTabsWindowItem": {
|
|
452
|
-
"from": "components/VTabs",
|
|
453
|
-
"styles": []
|
|
454
|
-
},
|
|
455
|
-
"VSwitch": {
|
|
456
|
-
"from": "components/VSwitch",
|
|
457
|
-
"styles": []
|
|
458
|
-
},
|
|
459
|
-
"VSystemBar": {
|
|
460
|
-
"from": "components/VSystemBar",
|
|
443
|
+
"VTextField": {
|
|
444
|
+
"from": "components/VTextField",
|
|
461
445
|
"styles": []
|
|
462
446
|
},
|
|
463
447
|
"VTable": {
|
|
@@ -468,20 +452,20 @@
|
|
|
468
452
|
"from": "components/VTextarea",
|
|
469
453
|
"styles": []
|
|
470
454
|
},
|
|
471
|
-
"
|
|
472
|
-
"from": "components/
|
|
455
|
+
"VTab": {
|
|
456
|
+
"from": "components/VTabs",
|
|
473
457
|
"styles": []
|
|
474
458
|
},
|
|
475
|
-
"
|
|
476
|
-
"from": "components/
|
|
459
|
+
"VTabs": {
|
|
460
|
+
"from": "components/VTabs",
|
|
477
461
|
"styles": []
|
|
478
462
|
},
|
|
479
|
-
"
|
|
480
|
-
"from": "components/
|
|
463
|
+
"VTabsWindow": {
|
|
464
|
+
"from": "components/VTabs",
|
|
481
465
|
"styles": []
|
|
482
466
|
},
|
|
483
|
-
"
|
|
484
|
-
"from": "components/
|
|
467
|
+
"VTabsWindowItem": {
|
|
468
|
+
"from": "components/VTabs",
|
|
485
469
|
"styles": []
|
|
486
470
|
},
|
|
487
471
|
"VToolbar": {
|
|
@@ -504,6 +488,26 @@
|
|
|
504
488
|
"from": "components/VTimeline",
|
|
505
489
|
"styles": []
|
|
506
490
|
},
|
|
491
|
+
"VWindow": {
|
|
492
|
+
"from": "components/VWindow",
|
|
493
|
+
"styles": []
|
|
494
|
+
},
|
|
495
|
+
"VWindowItem": {
|
|
496
|
+
"from": "components/VWindow",
|
|
497
|
+
"styles": []
|
|
498
|
+
},
|
|
499
|
+
"VTimePicker": {
|
|
500
|
+
"from": "components/VTimePicker",
|
|
501
|
+
"styles": []
|
|
502
|
+
},
|
|
503
|
+
"VTimePickerClock": {
|
|
504
|
+
"from": "components/VTimePicker",
|
|
505
|
+
"styles": []
|
|
506
|
+
},
|
|
507
|
+
"VTimePickerControls": {
|
|
508
|
+
"from": "components/VTimePicker",
|
|
509
|
+
"styles": []
|
|
510
|
+
},
|
|
507
511
|
"VTooltip": {
|
|
508
512
|
"from": "components/VTooltip",
|
|
509
513
|
"styles": []
|
|
@@ -520,14 +524,6 @@
|
|
|
520
524
|
"from": "components/VTreeview",
|
|
521
525
|
"styles": []
|
|
522
526
|
},
|
|
523
|
-
"VWindow": {
|
|
524
|
-
"from": "components/VWindow",
|
|
525
|
-
"styles": []
|
|
526
|
-
},
|
|
527
|
-
"VWindowItem": {
|
|
528
|
-
"from": "components/VWindow",
|
|
529
|
-
"styles": []
|
|
530
|
-
},
|
|
531
527
|
"VConfirmEdit": {
|
|
532
528
|
"from": "components/VConfirmEdit",
|
|
533
529
|
"styles": []
|
|
@@ -544,6 +540,10 @@
|
|
|
544
540
|
"from": "components/VForm",
|
|
545
541
|
"styles": []
|
|
546
542
|
},
|
|
543
|
+
"VHover": {
|
|
544
|
+
"from": "components/VHover",
|
|
545
|
+
"styles": []
|
|
546
|
+
},
|
|
547
547
|
"VContainer": {
|
|
548
548
|
"from": "components/VGrid",
|
|
549
549
|
"styles": []
|
|
@@ -560,6 +560,10 @@
|
|
|
560
560
|
"from": "components/VGrid",
|
|
561
561
|
"styles": []
|
|
562
562
|
},
|
|
563
|
+
"VLazy": {
|
|
564
|
+
"from": "components/VLazy",
|
|
565
|
+
"styles": []
|
|
566
|
+
},
|
|
563
567
|
"VLayout": {
|
|
564
568
|
"from": "components/VLayout",
|
|
565
569
|
"styles": []
|
|
@@ -568,14 +572,6 @@
|
|
|
568
572
|
"from": "components/VLayout",
|
|
569
573
|
"styles": []
|
|
570
574
|
},
|
|
571
|
-
"VHover": {
|
|
572
|
-
"from": "components/VHover",
|
|
573
|
-
"styles": []
|
|
574
|
-
},
|
|
575
|
-
"VLazy": {
|
|
576
|
-
"from": "components/VLazy",
|
|
577
|
-
"styles": []
|
|
578
|
-
},
|
|
579
575
|
"VLocaleProvider": {
|
|
580
576
|
"from": "components/VLocaleProvider",
|
|
581
577
|
"styles": []
|
|
@@ -592,36 +588,28 @@
|
|
|
592
588
|
"from": "components/VRadio",
|
|
593
589
|
"styles": []
|
|
594
590
|
},
|
|
595
|
-
"VRangeSlider": {
|
|
596
|
-
"from": "components/VRangeSlider",
|
|
597
|
-
"styles": []
|
|
598
|
-
},
|
|
599
591
|
"VResponsive": {
|
|
600
592
|
"from": "components/VResponsive",
|
|
601
593
|
"styles": []
|
|
602
594
|
},
|
|
603
|
-
"
|
|
604
|
-
"from": "components/
|
|
595
|
+
"VRangeSlider": {
|
|
596
|
+
"from": "components/VRangeSlider",
|
|
605
597
|
"styles": []
|
|
606
598
|
},
|
|
607
|
-
"
|
|
608
|
-
"from": "components/
|
|
599
|
+
"VSnackbarQueue": {
|
|
600
|
+
"from": "components/VSnackbarQueue",
|
|
609
601
|
"styles": []
|
|
610
602
|
},
|
|
611
603
|
"VSpeedDial": {
|
|
612
604
|
"from": "components/VSpeedDial",
|
|
613
605
|
"styles": []
|
|
614
606
|
},
|
|
615
|
-
"
|
|
616
|
-
"from": "components/
|
|
617
|
-
"styles": []
|
|
618
|
-
},
|
|
619
|
-
"VVirtualScroll": {
|
|
620
|
-
"from": "components/VVirtualScroll",
|
|
607
|
+
"VSparkline": {
|
|
608
|
+
"from": "components/VSparkline",
|
|
621
609
|
"styles": []
|
|
622
610
|
},
|
|
623
|
-
"
|
|
624
|
-
"from": "components/
|
|
611
|
+
"VThemeProvider": {
|
|
612
|
+
"from": "components/VThemeProvider",
|
|
625
613
|
"styles": []
|
|
626
614
|
},
|
|
627
615
|
"VFabTransition": {
|
|
@@ -687,6 +675,18 @@
|
|
|
687
675
|
"VDialogTransition": {
|
|
688
676
|
"from": "components/transitions",
|
|
689
677
|
"styles": []
|
|
678
|
+
},
|
|
679
|
+
"VValidation": {
|
|
680
|
+
"from": "components/VValidation",
|
|
681
|
+
"styles": []
|
|
682
|
+
},
|
|
683
|
+
"VSheet": {
|
|
684
|
+
"from": "components/VSheet",
|
|
685
|
+
"styles": []
|
|
686
|
+
},
|
|
687
|
+
"VVirtualScroll": {
|
|
688
|
+
"from": "components/VVirtualScroll",
|
|
689
|
+
"styles": []
|
|
690
690
|
}
|
|
691
691
|
},
|
|
692
692
|
"directives": [
|