vuetify 3.10.5 → 3.10.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/README.md +0 -6
- package/dist/json/attributes.json +3568 -3592
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +152 -152
- package/dist/json/tags.json +3 -9
- package/dist/json/web-types.json +6916 -6969
- package/dist/vuetify-labs.cjs +178 -72
- package/dist/vuetify-labs.css +4389 -4339
- package/dist/vuetify-labs.d.ts +108 -163
- package/dist/vuetify-labs.esm.js +178 -72
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +178 -72
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +159 -62
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4349 -4321
- package/dist/vuetify.d.ts +108 -128
- package/dist/vuetify.esm.js +159 -62
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +159 -62
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +113 -102
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +0 -61
- package/lib/components/VAutocomplete/VAutocomplete.js +13 -11
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.d.ts +37 -0
- package/lib/components/VChipGroup/VChipGroup.js +3 -1
- package/lib/components/VChipGroup/VChipGroup.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.d.ts +6 -67
- package/lib/components/VCombobox/VCombobox.js +26 -28
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VCounter/VCounter.css +1 -0
- package/lib/components/VCounter/VCounter.sass +1 -0
- package/lib/components/VDatePicker/VDatePicker.js +1 -1
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VList/VListItem.css +14 -12
- package/lib/components/VList/VListItem.js +4 -2
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VList/VListItem.sass +20 -18
- package/lib/components/VMenu/VMenu.js +22 -4
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.css +8 -0
- package/lib/components/VNumberInput/VNumberInput.js +5 -2
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.sass +10 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +17 -0
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js +3 -3
- package/lib/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +7 -0
- package/lib/components/VSlideGroup/VSlideGroup.d.ts +25 -0
- package/lib/components/VSlideGroup/VSlideGroup.js +5 -1
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VTabs/VTabs.d.ts +25 -0
- package/lib/components/VTextField/VTextField.js +0 -3
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.css +2 -2
- package/lib/components/VTextarea/VTextarea.js +20 -1
- package/lib/components/VTextarea/VTextarea.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.sass +4 -2
- package/lib/components/VWindow/VWindow.js +43 -3
- package/lib/components/VWindow/VWindow.js.map +1 -1
- package/lib/composables/date/date.js +1 -1
- package/lib/composables/date/date.js.map +1 -1
- package/lib/composables/group.js +1 -1
- package/lib/composables/group.js.map +1 -1
- package/lib/composables/nested/nested.js +12 -2
- package/lib/composables/nested/nested.js.map +1 -1
- package/lib/composables/virtual.js +2 -2
- package/lib/composables/virtual.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +54 -54
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.d.ts +0 -40
- package/lib/labs/VColorInput/VColorInput.js +2 -2
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +0 -30
- package/lib/labs/VDateInput/VDateInput.js +16 -7
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VIconBtn/VIconBtn.css +22 -0
- package/lib/labs/VIconBtn/VIconBtn.scss +32 -0
- package/lib/labs/VMaskInput/VMaskInput.js +1 -1
- package/lib/labs/VMaskInput/VMaskInput.js.map +1 -1
- package/lib/labs/rules/rules.js +1 -1
- package/lib/labs/rules/rules.js.map +1 -1
- package/lib/util/helpers.js +4 -2
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VCalendar": {
|
|
4
|
-
"from": "labs/VCalendar",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
3
|
"VColorInput": {
|
|
8
4
|
"from": "labs/VColorInput",
|
|
9
5
|
"styles": []
|
|
10
6
|
},
|
|
11
|
-
"
|
|
12
|
-
"from": "labs/
|
|
13
|
-
"styles": []
|
|
14
|
-
},
|
|
15
|
-
"VFileUploadItem": {
|
|
16
|
-
"from": "labs/VFileUpload",
|
|
7
|
+
"VCalendar": {
|
|
8
|
+
"from": "labs/VCalendar",
|
|
17
9
|
"styles": []
|
|
18
10
|
},
|
|
19
11
|
"VIconBtn": {
|
|
20
12
|
"from": "labs/VIconBtn",
|
|
21
13
|
"styles": []
|
|
22
14
|
},
|
|
23
|
-
"
|
|
24
|
-
"from": "labs/
|
|
15
|
+
"VVideo": {
|
|
16
|
+
"from": "labs/VVideo",
|
|
25
17
|
"styles": []
|
|
26
18
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "labs/
|
|
19
|
+
"VVideoControls": {
|
|
20
|
+
"from": "labs/VVideo",
|
|
29
21
|
"styles": []
|
|
30
22
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "labs/
|
|
23
|
+
"VVideoVolume": {
|
|
24
|
+
"from": "labs/VVideo",
|
|
25
|
+
"styles": []
|
|
26
|
+
},
|
|
27
|
+
"VFileUpload": {
|
|
28
|
+
"from": "labs/VFileUpload",
|
|
29
|
+
"styles": []
|
|
30
|
+
},
|
|
31
|
+
"VFileUploadItem": {
|
|
32
|
+
"from": "labs/VFileUpload",
|
|
33
33
|
"styles": []
|
|
34
34
|
},
|
|
35
35
|
"VPie": {
|
|
@@ -44,20 +44,20 @@
|
|
|
44
44
|
"from": "labs/VPie",
|
|
45
45
|
"styles": []
|
|
46
46
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "labs/
|
|
47
|
+
"VStepperVertical": {
|
|
48
|
+
"from": "labs/VStepperVertical",
|
|
49
49
|
"styles": []
|
|
50
50
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "labs/
|
|
51
|
+
"VStepperVerticalItem": {
|
|
52
|
+
"from": "labs/VStepperVertical",
|
|
53
53
|
"styles": []
|
|
54
54
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "labs/
|
|
55
|
+
"VStepperVerticalActions": {
|
|
56
|
+
"from": "labs/VStepperVertical",
|
|
57
57
|
"styles": []
|
|
58
58
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "labs/
|
|
59
|
+
"VHotkey": {
|
|
60
|
+
"from": "labs/VHotkey",
|
|
61
61
|
"styles": []
|
|
62
62
|
},
|
|
63
63
|
"VPicker": {
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VAvatar": {
|
|
4
|
-
"from": "components/VAvatar",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
3
|
"VApp": {
|
|
8
4
|
"from": "components/VApp",
|
|
9
5
|
"styles": []
|
|
10
6
|
},
|
|
7
|
+
"VAlert": {
|
|
8
|
+
"from": "components/VAlert",
|
|
9
|
+
"styles": []
|
|
10
|
+
},
|
|
11
|
+
"VAlertTitle": {
|
|
12
|
+
"from": "components/VAlert",
|
|
13
|
+
"styles": []
|
|
14
|
+
},
|
|
11
15
|
"VAppBar": {
|
|
12
16
|
"from": "components/VAppBar",
|
|
13
17
|
"styles": []
|
|
@@ -20,18 +24,10 @@
|
|
|
20
24
|
"from": "components/VAppBar",
|
|
21
25
|
"styles": []
|
|
22
26
|
},
|
|
23
|
-
"VBadge": {
|
|
24
|
-
"from": "components/VBadge",
|
|
25
|
-
"styles": []
|
|
26
|
-
},
|
|
27
27
|
"VAutocomplete": {
|
|
28
28
|
"from": "components/VAutocomplete",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
|
-
"VBottomSheet": {
|
|
32
|
-
"from": "components/VBottomSheet",
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
31
|
"VBanner": {
|
|
36
32
|
"from": "components/VBanner",
|
|
37
33
|
"styles": []
|
|
@@ -44,6 +40,30 @@
|
|
|
44
40
|
"from": "components/VBanner",
|
|
45
41
|
"styles": []
|
|
46
42
|
},
|
|
43
|
+
"VBadge": {
|
|
44
|
+
"from": "components/VBadge",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
47
|
+
"VBottomNavigation": {
|
|
48
|
+
"from": "components/VBottomNavigation",
|
|
49
|
+
"styles": []
|
|
50
|
+
},
|
|
51
|
+
"VBottomSheet": {
|
|
52
|
+
"from": "components/VBottomSheet",
|
|
53
|
+
"styles": []
|
|
54
|
+
},
|
|
55
|
+
"VAvatar": {
|
|
56
|
+
"from": "components/VAvatar",
|
|
57
|
+
"styles": []
|
|
58
|
+
},
|
|
59
|
+
"VBtnGroup": {
|
|
60
|
+
"from": "components/VBtnGroup",
|
|
61
|
+
"styles": []
|
|
62
|
+
},
|
|
63
|
+
"VBtn": {
|
|
64
|
+
"from": "components/VBtn",
|
|
65
|
+
"styles": []
|
|
66
|
+
},
|
|
47
67
|
"VBreadcrumbs": {
|
|
48
68
|
"from": "components/VBreadcrumbs",
|
|
49
69
|
"styles": []
|
|
@@ -56,16 +76,28 @@
|
|
|
56
76
|
"from": "components/VBreadcrumbs",
|
|
57
77
|
"styles": []
|
|
58
78
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "components/
|
|
79
|
+
"VCarousel": {
|
|
80
|
+
"from": "components/VCarousel",
|
|
61
81
|
"styles": []
|
|
62
82
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "components/
|
|
83
|
+
"VCarouselItem": {
|
|
84
|
+
"from": "components/VCarousel",
|
|
65
85
|
"styles": []
|
|
66
86
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "components/
|
|
87
|
+
"VBtnToggle": {
|
|
88
|
+
"from": "components/VBtnToggle",
|
|
89
|
+
"styles": []
|
|
90
|
+
},
|
|
91
|
+
"VCheckbox": {
|
|
92
|
+
"from": "components/VCheckbox",
|
|
93
|
+
"styles": []
|
|
94
|
+
},
|
|
95
|
+
"VCheckboxBtn": {
|
|
96
|
+
"from": "components/VCheckbox",
|
|
97
|
+
"styles": []
|
|
98
|
+
},
|
|
99
|
+
"VChip": {
|
|
100
|
+
"from": "components/VChip",
|
|
69
101
|
"styles": []
|
|
70
102
|
},
|
|
71
103
|
"VCard": {
|
|
@@ -92,60 +124,32 @@
|
|
|
92
124
|
"from": "components/VCard",
|
|
93
125
|
"styles": []
|
|
94
126
|
},
|
|
95
|
-
"
|
|
96
|
-
"from": "components/
|
|
97
|
-
"styles": []
|
|
98
|
-
},
|
|
99
|
-
"VBtnToggle": {
|
|
100
|
-
"from": "components/VBtnToggle",
|
|
101
|
-
"styles": []
|
|
102
|
-
},
|
|
103
|
-
"VBottomNavigation": {
|
|
104
|
-
"from": "components/VBottomNavigation",
|
|
105
|
-
"styles": []
|
|
106
|
-
},
|
|
107
|
-
"VCheckbox": {
|
|
108
|
-
"from": "components/VCheckbox",
|
|
109
|
-
"styles": []
|
|
110
|
-
},
|
|
111
|
-
"VCheckboxBtn": {
|
|
112
|
-
"from": "components/VCheckbox",
|
|
113
|
-
"styles": []
|
|
114
|
-
},
|
|
115
|
-
"VChip": {
|
|
116
|
-
"from": "components/VChip",
|
|
117
|
-
"styles": []
|
|
118
|
-
},
|
|
119
|
-
"VCombobox": {
|
|
120
|
-
"from": "components/VCombobox",
|
|
127
|
+
"VCounter": {
|
|
128
|
+
"from": "components/VCounter",
|
|
121
129
|
"styles": []
|
|
122
130
|
},
|
|
123
131
|
"VChipGroup": {
|
|
124
132
|
"from": "components/VChipGroup",
|
|
125
133
|
"styles": []
|
|
126
134
|
},
|
|
127
|
-
"VCarousel": {
|
|
128
|
-
"from": "components/VCarousel",
|
|
129
|
-
"styles": []
|
|
130
|
-
},
|
|
131
|
-
"VCarouselItem": {
|
|
132
|
-
"from": "components/VCarousel",
|
|
133
|
-
"styles": []
|
|
134
|
-
},
|
|
135
135
|
"VCode": {
|
|
136
136
|
"from": "components/VCode",
|
|
137
137
|
"styles": []
|
|
138
138
|
},
|
|
139
|
+
"VCombobox": {
|
|
140
|
+
"from": "components/VCombobox",
|
|
141
|
+
"styles": []
|
|
142
|
+
},
|
|
139
143
|
"VColorPicker": {
|
|
140
144
|
"from": "components/VColorPicker",
|
|
141
145
|
"styles": []
|
|
142
146
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
147
|
+
"VField": {
|
|
148
|
+
"from": "components/VField",
|
|
145
149
|
"styles": []
|
|
146
150
|
},
|
|
147
|
-
"
|
|
148
|
-
"from": "components/
|
|
151
|
+
"VFieldLabel": {
|
|
152
|
+
"from": "components/VField",
|
|
149
153
|
"styles": []
|
|
150
154
|
},
|
|
151
155
|
"VDatePicker": {
|
|
@@ -204,6 +208,14 @@
|
|
|
204
208
|
"from": "components/VDivider",
|
|
205
209
|
"styles": []
|
|
206
210
|
},
|
|
211
|
+
"VDialog": {
|
|
212
|
+
"from": "components/VDialog",
|
|
213
|
+
"styles": []
|
|
214
|
+
},
|
|
215
|
+
"VEmptyState": {
|
|
216
|
+
"from": "components/VEmptyState",
|
|
217
|
+
"styles": []
|
|
218
|
+
},
|
|
207
219
|
"VExpansionPanels": {
|
|
208
220
|
"from": "components/VExpansionPanel",
|
|
209
221
|
"styles": []
|
|
@@ -220,24 +232,32 @@
|
|
|
220
232
|
"from": "components/VExpansionPanel",
|
|
221
233
|
"styles": []
|
|
222
234
|
},
|
|
235
|
+
"VFooter": {
|
|
236
|
+
"from": "components/VFooter",
|
|
237
|
+
"styles": []
|
|
238
|
+
},
|
|
239
|
+
"VFileInput": {
|
|
240
|
+
"from": "components/VFileInput",
|
|
241
|
+
"styles": []
|
|
242
|
+
},
|
|
223
243
|
"VFab": {
|
|
224
244
|
"from": "components/VFab",
|
|
225
245
|
"styles": []
|
|
226
246
|
},
|
|
227
|
-
"
|
|
228
|
-
"from": "components/
|
|
247
|
+
"VImg": {
|
|
248
|
+
"from": "components/VImg",
|
|
229
249
|
"styles": []
|
|
230
250
|
},
|
|
231
|
-
"
|
|
232
|
-
"from": "components/
|
|
251
|
+
"VInfiniteScroll": {
|
|
252
|
+
"from": "components/VInfiniteScroll",
|
|
233
253
|
"styles": []
|
|
234
254
|
},
|
|
235
|
-
"
|
|
236
|
-
"from": "components/
|
|
255
|
+
"VInput": {
|
|
256
|
+
"from": "components/VInput",
|
|
237
257
|
"styles": []
|
|
238
258
|
},
|
|
239
|
-
"
|
|
240
|
-
"from": "components/
|
|
259
|
+
"VKbd": {
|
|
260
|
+
"from": "components/VKbd",
|
|
241
261
|
"styles": []
|
|
242
262
|
},
|
|
243
263
|
"VIcon": {
|
|
@@ -260,26 +280,6 @@
|
|
|
260
280
|
"from": "components/VIcon",
|
|
261
281
|
"styles": []
|
|
262
282
|
},
|
|
263
|
-
"VInfiniteScroll": {
|
|
264
|
-
"from": "components/VInfiniteScroll",
|
|
265
|
-
"styles": []
|
|
266
|
-
},
|
|
267
|
-
"VFileInput": {
|
|
268
|
-
"from": "components/VFileInput",
|
|
269
|
-
"styles": []
|
|
270
|
-
},
|
|
271
|
-
"VKbd": {
|
|
272
|
-
"from": "components/VKbd",
|
|
273
|
-
"styles": []
|
|
274
|
-
},
|
|
275
|
-
"VImg": {
|
|
276
|
-
"from": "components/VImg",
|
|
277
|
-
"styles": []
|
|
278
|
-
},
|
|
279
|
-
"VInput": {
|
|
280
|
-
"from": "components/VInput",
|
|
281
|
-
"styles": []
|
|
282
|
-
},
|
|
283
283
|
"VLabel": {
|
|
284
284
|
"from": "components/VLabel",
|
|
285
285
|
"styles": []
|
|
@@ -332,56 +332,64 @@
|
|
|
332
332
|
"from": "components/VMessages",
|
|
333
333
|
"styles": []
|
|
334
334
|
},
|
|
335
|
+
"VMenu": {
|
|
336
|
+
"from": "components/VMenu",
|
|
337
|
+
"styles": []
|
|
338
|
+
},
|
|
335
339
|
"VMain": {
|
|
336
340
|
"from": "components/VMain",
|
|
337
341
|
"styles": []
|
|
338
342
|
},
|
|
339
|
-
"
|
|
340
|
-
"from": "components/
|
|
343
|
+
"VPagination": {
|
|
344
|
+
"from": "components/VPagination",
|
|
341
345
|
"styles": []
|
|
342
346
|
},
|
|
343
347
|
"VNavigationDrawer": {
|
|
344
348
|
"from": "components/VNavigationDrawer",
|
|
345
349
|
"styles": []
|
|
346
350
|
},
|
|
347
|
-
"
|
|
348
|
-
"from": "components/
|
|
351
|
+
"VOverlay": {
|
|
352
|
+
"from": "components/VOverlay",
|
|
349
353
|
"styles": []
|
|
350
354
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
355
|
+
"VOtpInput": {
|
|
356
|
+
"from": "components/VOtpInput",
|
|
353
357
|
"styles": []
|
|
354
358
|
},
|
|
355
359
|
"VNumberInput": {
|
|
356
360
|
"from": "components/VNumberInput",
|
|
357
361
|
"styles": []
|
|
358
362
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
363
|
+
"VProgressCircular": {
|
|
364
|
+
"from": "components/VProgressCircular",
|
|
365
|
+
"styles": []
|
|
366
|
+
},
|
|
367
|
+
"VProgressLinear": {
|
|
368
|
+
"from": "components/VProgressLinear",
|
|
361
369
|
"styles": []
|
|
362
370
|
},
|
|
363
371
|
"VRadioGroup": {
|
|
364
372
|
"from": "components/VRadioGroup",
|
|
365
373
|
"styles": []
|
|
366
374
|
},
|
|
367
|
-
"
|
|
368
|
-
"from": "components/
|
|
375
|
+
"VRating": {
|
|
376
|
+
"from": "components/VRating",
|
|
369
377
|
"styles": []
|
|
370
378
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
379
|
+
"VSelect": {
|
|
380
|
+
"from": "components/VSelect",
|
|
373
381
|
"styles": []
|
|
374
382
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
383
|
+
"VSelectionControlGroup": {
|
|
384
|
+
"from": "components/VSelectionControlGroup",
|
|
377
385
|
"styles": []
|
|
378
386
|
},
|
|
379
|
-
"
|
|
380
|
-
"from": "components/
|
|
387
|
+
"VSheet": {
|
|
388
|
+
"from": "components/VSheet",
|
|
381
389
|
"styles": []
|
|
382
390
|
},
|
|
383
|
-
"
|
|
384
|
-
"from": "components/
|
|
391
|
+
"VSelectionControl": {
|
|
392
|
+
"from": "components/VSelectionControl",
|
|
385
393
|
"styles": []
|
|
386
394
|
},
|
|
387
395
|
"VSlideGroup": {
|
|
@@ -392,16 +400,12 @@
|
|
|
392
400
|
"from": "components/VSlideGroup",
|
|
393
401
|
"styles": []
|
|
394
402
|
},
|
|
395
|
-
"
|
|
396
|
-
"from": "components/
|
|
397
|
-
"styles": []
|
|
398
|
-
},
|
|
399
|
-
"VSelectionControlGroup": {
|
|
400
|
-
"from": "components/VSelectionControlGroup",
|
|
403
|
+
"VSkeletonLoader": {
|
|
404
|
+
"from": "components/VSkeletonLoader",
|
|
401
405
|
"styles": []
|
|
402
406
|
},
|
|
403
|
-
"
|
|
404
|
-
"from": "components/
|
|
407
|
+
"VSnackbar": {
|
|
408
|
+
"from": "components/VSnackbar",
|
|
405
409
|
"styles": []
|
|
406
410
|
},
|
|
407
411
|
"VSlider": {
|
|
@@ -412,10 +416,6 @@
|
|
|
412
416
|
"from": "components/VSwitch",
|
|
413
417
|
"styles": []
|
|
414
418
|
},
|
|
415
|
-
"VSnackbar": {
|
|
416
|
-
"from": "components/VSnackbar",
|
|
417
|
-
"styles": []
|
|
418
|
-
},
|
|
419
419
|
"VTab": {
|
|
420
420
|
"from": "components/VTabs",
|
|
421
421
|
"styles": []
|
|
@@ -456,6 +456,26 @@
|
|
|
456
456
|
"from": "components/VStepper",
|
|
457
457
|
"styles": []
|
|
458
458
|
},
|
|
459
|
+
"VTextarea": {
|
|
460
|
+
"from": "components/VTextarea",
|
|
461
|
+
"styles": []
|
|
462
|
+
},
|
|
463
|
+
"VTable": {
|
|
464
|
+
"from": "components/VTable",
|
|
465
|
+
"styles": []
|
|
466
|
+
},
|
|
467
|
+
"VTimePicker": {
|
|
468
|
+
"from": "components/VTimePicker",
|
|
469
|
+
"styles": []
|
|
470
|
+
},
|
|
471
|
+
"VTimePickerClock": {
|
|
472
|
+
"from": "components/VTimePicker",
|
|
473
|
+
"styles": []
|
|
474
|
+
},
|
|
475
|
+
"VTimePickerControls": {
|
|
476
|
+
"from": "components/VTimePicker",
|
|
477
|
+
"styles": []
|
|
478
|
+
},
|
|
459
479
|
"VSystemBar": {
|
|
460
480
|
"from": "components/VSystemBar",
|
|
461
481
|
"styles": []
|
|
@@ -464,12 +484,8 @@
|
|
|
464
484
|
"from": "components/VTextField",
|
|
465
485
|
"styles": []
|
|
466
486
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
469
|
-
"styles": []
|
|
470
|
-
},
|
|
471
|
-
"VTextarea": {
|
|
472
|
-
"from": "components/VTextarea",
|
|
487
|
+
"VTooltip": {
|
|
488
|
+
"from": "components/VTooltip",
|
|
473
489
|
"styles": []
|
|
474
490
|
},
|
|
475
491
|
"VTimeline": {
|
|
@@ -492,10 +508,6 @@
|
|
|
492
508
|
"from": "components/VTreeview",
|
|
493
509
|
"styles": []
|
|
494
510
|
},
|
|
495
|
-
"VTooltip": {
|
|
496
|
-
"from": "components/VTooltip",
|
|
497
|
-
"styles": []
|
|
498
|
-
},
|
|
499
511
|
"VToolbar": {
|
|
500
512
|
"from": "components/VToolbar",
|
|
501
513
|
"styles": []
|
|
@@ -528,14 +540,14 @@
|
|
|
528
540
|
"from": "components/VDefaultsProvider",
|
|
529
541
|
"styles": []
|
|
530
542
|
},
|
|
531
|
-
"VForm": {
|
|
532
|
-
"from": "components/VForm",
|
|
533
|
-
"styles": []
|
|
534
|
-
},
|
|
535
543
|
"VHover": {
|
|
536
544
|
"from": "components/VHover",
|
|
537
545
|
"styles": []
|
|
538
546
|
},
|
|
547
|
+
"VForm": {
|
|
548
|
+
"from": "components/VForm",
|
|
549
|
+
"styles": []
|
|
550
|
+
},
|
|
539
551
|
"VContainer": {
|
|
540
552
|
"from": "components/VGrid",
|
|
541
553
|
"styles": []
|
|
@@ -552,6 +564,10 @@
|
|
|
552
564
|
"from": "components/VGrid",
|
|
553
565
|
"styles": []
|
|
554
566
|
},
|
|
567
|
+
"VLazy": {
|
|
568
|
+
"from": "components/VLazy",
|
|
569
|
+
"styles": []
|
|
570
|
+
},
|
|
555
571
|
"VLayout": {
|
|
556
572
|
"from": "components/VLayout",
|
|
557
573
|
"styles": []
|
|
@@ -560,10 +576,6 @@
|
|
|
560
576
|
"from": "components/VLayout",
|
|
561
577
|
"styles": []
|
|
562
578
|
},
|
|
563
|
-
"VLazy": {
|
|
564
|
-
"from": "components/VLazy",
|
|
565
|
-
"styles": []
|
|
566
|
-
},
|
|
567
579
|
"VLocaleProvider": {
|
|
568
580
|
"from": "components/VLocaleProvider",
|
|
569
581
|
"styles": []
|
|
@@ -588,6 +600,10 @@
|
|
|
588
600
|
"from": "components/VResponsive",
|
|
589
601
|
"styles": []
|
|
590
602
|
},
|
|
603
|
+
"VSpeedDial": {
|
|
604
|
+
"from": "components/VSpeedDial",
|
|
605
|
+
"styles": []
|
|
606
|
+
},
|
|
591
607
|
"VSnackbarQueue": {
|
|
592
608
|
"from": "components/VSnackbarQueue",
|
|
593
609
|
"styles": []
|
|
@@ -596,22 +612,18 @@
|
|
|
596
612
|
"from": "components/VSparkline",
|
|
597
613
|
"styles": []
|
|
598
614
|
},
|
|
599
|
-
"VSpeedDial": {
|
|
600
|
-
"from": "components/VSpeedDial",
|
|
601
|
-
"styles": []
|
|
602
|
-
},
|
|
603
615
|
"VThemeProvider": {
|
|
604
616
|
"from": "components/VThemeProvider",
|
|
605
617
|
"styles": []
|
|
606
618
|
},
|
|
607
|
-
"VVirtualScroll": {
|
|
608
|
-
"from": "components/VVirtualScroll",
|
|
609
|
-
"styles": []
|
|
610
|
-
},
|
|
611
619
|
"VValidation": {
|
|
612
620
|
"from": "components/VValidation",
|
|
613
621
|
"styles": []
|
|
614
622
|
},
|
|
623
|
+
"VVirtualScroll": {
|
|
624
|
+
"from": "components/VVirtualScroll",
|
|
625
|
+
"styles": []
|
|
626
|
+
},
|
|
615
627
|
"VFabTransition": {
|
|
616
628
|
"from": "components/transitions",
|
|
617
629
|
"styles": []
|
|
@@ -675,18 +687,6 @@
|
|
|
675
687
|
"VDialogTransition": {
|
|
676
688
|
"from": "components/transitions",
|
|
677
689
|
"styles": []
|
|
678
|
-
},
|
|
679
|
-
"VTimePicker": {
|
|
680
|
-
"from": "components/VTimePicker",
|
|
681
|
-
"styles": []
|
|
682
|
-
},
|
|
683
|
-
"VTimePickerClock": {
|
|
684
|
-
"from": "components/VTimePicker",
|
|
685
|
-
"styles": []
|
|
686
|
-
},
|
|
687
|
-
"VTimePickerControls": {
|
|
688
|
-
"from": "components/VTimePicker",
|
|
689
|
-
"styles": []
|
|
690
690
|
}
|
|
691
691
|
},
|
|
692
692
|
"directives": [
|
package/dist/json/tags.json
CHANGED
|
@@ -212,7 +212,6 @@
|
|
|
212
212
|
"suffix",
|
|
213
213
|
"theme",
|
|
214
214
|
"tile",
|
|
215
|
-
"transition",
|
|
216
215
|
"type",
|
|
217
216
|
"validate-on",
|
|
218
217
|
"value-comparator",
|
|
@@ -828,6 +827,7 @@
|
|
|
828
827
|
"multiple",
|
|
829
828
|
"next-icon",
|
|
830
829
|
"prev-icon",
|
|
830
|
+
"scroll-to-active",
|
|
831
831
|
"selected-class",
|
|
832
832
|
"show-arrows",
|
|
833
833
|
"symbol",
|
|
@@ -909,7 +909,6 @@
|
|
|
909
909
|
"flat",
|
|
910
910
|
"focused",
|
|
911
911
|
"glow",
|
|
912
|
-
"height",
|
|
913
912
|
"hide-actions",
|
|
914
913
|
"hide-canvas",
|
|
915
914
|
"hide-details",
|
|
@@ -926,12 +925,9 @@
|
|
|
926
925
|
"label",
|
|
927
926
|
"landscape",
|
|
928
927
|
"loading",
|
|
929
|
-
"location",
|
|
930
928
|
"max-errors",
|
|
931
|
-
"max-height",
|
|
932
929
|
"max-width",
|
|
933
930
|
"messages",
|
|
934
|
-
"min-height",
|
|
935
931
|
"min-width",
|
|
936
932
|
"mode",
|
|
937
933
|
"model-modifiers",
|
|
@@ -1099,7 +1095,6 @@
|
|
|
1099
1095
|
"suffix",
|
|
1100
1096
|
"theme",
|
|
1101
1097
|
"tile",
|
|
1102
|
-
"transition",
|
|
1103
1098
|
"type",
|
|
1104
1099
|
"validate-on",
|
|
1105
1100
|
"value-comparator",
|
|
@@ -1484,7 +1479,6 @@
|
|
|
1484
1479
|
"glow",
|
|
1485
1480
|
"header",
|
|
1486
1481
|
"header-color",
|
|
1487
|
-
"height",
|
|
1488
1482
|
"hide-actions",
|
|
1489
1483
|
"hide-details",
|
|
1490
1484
|
"hide-header",
|
|
@@ -1501,12 +1495,10 @@
|
|
|
1501
1495
|
"location",
|
|
1502
1496
|
"max",
|
|
1503
1497
|
"max-errors",
|
|
1504
|
-
"max-height",
|
|
1505
1498
|
"max-width",
|
|
1506
1499
|
"menu",
|
|
1507
1500
|
"messages",
|
|
1508
1501
|
"min",
|
|
1509
|
-
"min-height",
|
|
1510
1502
|
"min-width",
|
|
1511
1503
|
"mobile",
|
|
1512
1504
|
"mobile-breakpoint",
|
|
@@ -3526,6 +3518,7 @@
|
|
|
3526
3518
|
"multiple",
|
|
3527
3519
|
"next-icon",
|
|
3528
3520
|
"prev-icon",
|
|
3521
|
+
"scroll-to-active",
|
|
3529
3522
|
"selected-class",
|
|
3530
3523
|
"show-arrows",
|
|
3531
3524
|
"symbol",
|
|
@@ -4157,6 +4150,7 @@
|
|
|
4157
4150
|
"multiple",
|
|
4158
4151
|
"next-icon",
|
|
4159
4152
|
"prev-icon",
|
|
4153
|
+
"scroll-to-active",
|
|
4160
4154
|
"selected-class",
|
|
4161
4155
|
"show-arrows",
|
|
4162
4156
|
"slider-color",
|