vuetify 3.10.5 → 3.10.7
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 +3488 -3512
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +176 -176
- package/dist/json/tags.json +3 -9
- package/dist/json/web-types.json +6467 -6520
- package/dist/vuetify-labs.cjs +190 -82
- package/dist/vuetify-labs.css +4945 -4895
- package/dist/vuetify-labs.d.ts +117 -172
- package/dist/vuetify-labs.esm.js +190 -82
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +190 -82
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +171 -72
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3926 -3898
- package/dist/vuetify.d.ts +117 -137
- package/dist/vuetify.esm.js +171 -72
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +171 -72
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +118 -107
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +0 -61
- package/lib/components/VAutocomplete/VAutocomplete.js +15 -12
- 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 +29 -30
- 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/VFileInput/VFileInput.js +3 -2
- package/lib/components/VFileInput/VFileInput.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/VSelect/VSelect.js +2 -1
- package/lib/components/VSelect/VSelect.js.map +1 -1
- 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 +3 -5
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.css +2 -2
- package/lib/components/VTextarea/VTextarea.d.ts +3 -3
- package/lib/components/VTextarea/VTextarea.js +23 -3
- package/lib/components/VTextarea/VTextarea.js.map +1 -1
- package/lib/components/VTextarea/VTextarea.sass +4 -2
- package/lib/components/VWindow/VWindow.js +39 -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 +60 -60
- 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
|
@@ -20,18 +20,6 @@
|
|
|
20
20
|
"from": "labs/VIconBtn",
|
|
21
21
|
"styles": []
|
|
22
22
|
},
|
|
23
|
-
"VStepperVertical": {
|
|
24
|
-
"from": "labs/VStepperVertical",
|
|
25
|
-
"styles": []
|
|
26
|
-
},
|
|
27
|
-
"VStepperVerticalItem": {
|
|
28
|
-
"from": "labs/VStepperVertical",
|
|
29
|
-
"styles": []
|
|
30
|
-
},
|
|
31
|
-
"VStepperVerticalActions": {
|
|
32
|
-
"from": "labs/VStepperVertical",
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
23
|
"VPie": {
|
|
36
24
|
"from": "labs/VPie",
|
|
37
25
|
"styles": []
|
|
@@ -44,6 +32,26 @@
|
|
|
44
32
|
"from": "labs/VPie",
|
|
45
33
|
"styles": []
|
|
46
34
|
},
|
|
35
|
+
"VPicker": {
|
|
36
|
+
"from": "labs/VPicker",
|
|
37
|
+
"styles": []
|
|
38
|
+
},
|
|
39
|
+
"VPickerTitle": {
|
|
40
|
+
"from": "labs/VPicker",
|
|
41
|
+
"styles": []
|
|
42
|
+
},
|
|
43
|
+
"VStepperVertical": {
|
|
44
|
+
"from": "labs/VStepperVertical",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
47
|
+
"VStepperVerticalItem": {
|
|
48
|
+
"from": "labs/VStepperVertical",
|
|
49
|
+
"styles": []
|
|
50
|
+
},
|
|
51
|
+
"VStepperVerticalActions": {
|
|
52
|
+
"from": "labs/VStepperVertical",
|
|
53
|
+
"styles": []
|
|
54
|
+
},
|
|
47
55
|
"VHotkey": {
|
|
48
56
|
"from": "labs/VHotkey",
|
|
49
57
|
"styles": []
|
|
@@ -60,14 +68,6 @@
|
|
|
60
68
|
"from": "labs/VVideo",
|
|
61
69
|
"styles": []
|
|
62
70
|
},
|
|
63
|
-
"VPicker": {
|
|
64
|
-
"from": "labs/VPicker",
|
|
65
|
-
"styles": []
|
|
66
|
-
},
|
|
67
|
-
"VPickerTitle": {
|
|
68
|
-
"from": "labs/VPicker",
|
|
69
|
-
"styles": []
|
|
70
|
-
},
|
|
71
71
|
"VDateInput": {
|
|
72
72
|
"from": "labs/VDateInput",
|
|
73
73
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,13 +1,21 @@
|
|
|
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
|
+
},
|
|
15
|
+
"VAvatar": {
|
|
16
|
+
"from": "components/VAvatar",
|
|
17
|
+
"styles": []
|
|
18
|
+
},
|
|
11
19
|
"VAppBar": {
|
|
12
20
|
"from": "components/VAppBar",
|
|
13
21
|
"styles": []
|
|
@@ -20,6 +28,18 @@
|
|
|
20
28
|
"from": "components/VAppBar",
|
|
21
29
|
"styles": []
|
|
22
30
|
},
|
|
31
|
+
"VBanner": {
|
|
32
|
+
"from": "components/VBanner",
|
|
33
|
+
"styles": []
|
|
34
|
+
},
|
|
35
|
+
"VBannerActions": {
|
|
36
|
+
"from": "components/VBanner",
|
|
37
|
+
"styles": []
|
|
38
|
+
},
|
|
39
|
+
"VBannerText": {
|
|
40
|
+
"from": "components/VBanner",
|
|
41
|
+
"styles": []
|
|
42
|
+
},
|
|
23
43
|
"VBadge": {
|
|
24
44
|
"from": "components/VBadge",
|
|
25
45
|
"styles": []
|
|
@@ -32,16 +52,8 @@
|
|
|
32
52
|
"from": "components/VBottomSheet",
|
|
33
53
|
"styles": []
|
|
34
54
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "components/
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
|
-
"VBannerActions": {
|
|
40
|
-
"from": "components/VBanner",
|
|
41
|
-
"styles": []
|
|
42
|
-
},
|
|
43
|
-
"VBannerText": {
|
|
44
|
-
"from": "components/VBanner",
|
|
55
|
+
"VBottomNavigation": {
|
|
56
|
+
"from": "components/VBottomNavigation",
|
|
45
57
|
"styles": []
|
|
46
58
|
},
|
|
47
59
|
"VBreadcrumbs": {
|
|
@@ -56,16 +68,28 @@
|
|
|
56
68
|
"from": "components/VBreadcrumbs",
|
|
57
69
|
"styles": []
|
|
58
70
|
},
|
|
71
|
+
"VBtn": {
|
|
72
|
+
"from": "components/VBtn",
|
|
73
|
+
"styles": []
|
|
74
|
+
},
|
|
59
75
|
"VBtnGroup": {
|
|
60
76
|
"from": "components/VBtnGroup",
|
|
61
77
|
"styles": []
|
|
62
78
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "components/
|
|
79
|
+
"VCheckbox": {
|
|
80
|
+
"from": "components/VCheckbox",
|
|
65
81
|
"styles": []
|
|
66
82
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "components/
|
|
83
|
+
"VCheckboxBtn": {
|
|
84
|
+
"from": "components/VCheckbox",
|
|
85
|
+
"styles": []
|
|
86
|
+
},
|
|
87
|
+
"VBtnToggle": {
|
|
88
|
+
"from": "components/VBtnToggle",
|
|
89
|
+
"styles": []
|
|
90
|
+
},
|
|
91
|
+
"VChipGroup": {
|
|
92
|
+
"from": "components/VChipGroup",
|
|
69
93
|
"styles": []
|
|
70
94
|
},
|
|
71
95
|
"VCard": {
|
|
@@ -92,60 +116,56 @@
|
|
|
92
116
|
"from": "components/VCard",
|
|
93
117
|
"styles": []
|
|
94
118
|
},
|
|
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",
|
|
119
|
+
"VCarousel": {
|
|
120
|
+
"from": "components/VCarousel",
|
|
109
121
|
"styles": []
|
|
110
122
|
},
|
|
111
|
-
"
|
|
112
|
-
"from": "components/
|
|
123
|
+
"VCarouselItem": {
|
|
124
|
+
"from": "components/VCarousel",
|
|
113
125
|
"styles": []
|
|
114
126
|
},
|
|
115
127
|
"VChip": {
|
|
116
128
|
"from": "components/VChip",
|
|
117
129
|
"styles": []
|
|
118
130
|
},
|
|
131
|
+
"VCode": {
|
|
132
|
+
"from": "components/VCode",
|
|
133
|
+
"styles": []
|
|
134
|
+
},
|
|
119
135
|
"VCombobox": {
|
|
120
136
|
"from": "components/VCombobox",
|
|
121
137
|
"styles": []
|
|
122
138
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
139
|
+
"VColorPicker": {
|
|
140
|
+
"from": "components/VColorPicker",
|
|
125
141
|
"styles": []
|
|
126
142
|
},
|
|
127
|
-
"
|
|
128
|
-
"from": "components/
|
|
143
|
+
"VDataTable": {
|
|
144
|
+
"from": "components/VDataTable",
|
|
129
145
|
"styles": []
|
|
130
146
|
},
|
|
131
|
-
"
|
|
132
|
-
"from": "components/
|
|
147
|
+
"VDataTableHeaders": {
|
|
148
|
+
"from": "components/VDataTable",
|
|
133
149
|
"styles": []
|
|
134
150
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
151
|
+
"VDataTableFooter": {
|
|
152
|
+
"from": "components/VDataTable",
|
|
137
153
|
"styles": []
|
|
138
154
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
155
|
+
"VDataTableRows": {
|
|
156
|
+
"from": "components/VDataTable",
|
|
141
157
|
"styles": []
|
|
142
158
|
},
|
|
143
|
-
"
|
|
144
|
-
"from": "components/
|
|
159
|
+
"VDataTableRow": {
|
|
160
|
+
"from": "components/VDataTable",
|
|
145
161
|
"styles": []
|
|
146
162
|
},
|
|
147
|
-
"
|
|
148
|
-
"from": "components/
|
|
163
|
+
"VDataTableVirtual": {
|
|
164
|
+
"from": "components/VDataTable",
|
|
165
|
+
"styles": []
|
|
166
|
+
},
|
|
167
|
+
"VDataTableServer": {
|
|
168
|
+
"from": "components/VDataTable",
|
|
149
169
|
"styles": []
|
|
150
170
|
},
|
|
151
171
|
"VDatePicker": {
|
|
@@ -172,36 +192,16 @@
|
|
|
172
192
|
"from": "components/VDatePicker",
|
|
173
193
|
"styles": []
|
|
174
194
|
},
|
|
175
|
-
"
|
|
176
|
-
"from": "components/
|
|
177
|
-
"styles": []
|
|
178
|
-
},
|
|
179
|
-
"VDataTableHeaders": {
|
|
180
|
-
"from": "components/VDataTable",
|
|
181
|
-
"styles": []
|
|
182
|
-
},
|
|
183
|
-
"VDataTableFooter": {
|
|
184
|
-
"from": "components/VDataTable",
|
|
185
|
-
"styles": []
|
|
186
|
-
},
|
|
187
|
-
"VDataTableRows": {
|
|
188
|
-
"from": "components/VDataTable",
|
|
189
|
-
"styles": []
|
|
190
|
-
},
|
|
191
|
-
"VDataTableRow": {
|
|
192
|
-
"from": "components/VDataTable",
|
|
193
|
-
"styles": []
|
|
194
|
-
},
|
|
195
|
-
"VDataTableVirtual": {
|
|
196
|
-
"from": "components/VDataTable",
|
|
195
|
+
"VDivider": {
|
|
196
|
+
"from": "components/VDivider",
|
|
197
197
|
"styles": []
|
|
198
198
|
},
|
|
199
|
-
"
|
|
200
|
-
"from": "components/
|
|
199
|
+
"VCounter": {
|
|
200
|
+
"from": "components/VCounter",
|
|
201
201
|
"styles": []
|
|
202
202
|
},
|
|
203
|
-
"
|
|
204
|
-
"from": "components/
|
|
203
|
+
"VDialog": {
|
|
204
|
+
"from": "components/VDialog",
|
|
205
205
|
"styles": []
|
|
206
206
|
},
|
|
207
207
|
"VExpansionPanels": {
|
|
@@ -220,8 +220,16 @@
|
|
|
220
220
|
"from": "components/VExpansionPanel",
|
|
221
221
|
"styles": []
|
|
222
222
|
},
|
|
223
|
-
"
|
|
224
|
-
"from": "components/
|
|
223
|
+
"VEmptyState": {
|
|
224
|
+
"from": "components/VEmptyState",
|
|
225
|
+
"styles": []
|
|
226
|
+
},
|
|
227
|
+
"VFooter": {
|
|
228
|
+
"from": "components/VFooter",
|
|
229
|
+
"styles": []
|
|
230
|
+
},
|
|
231
|
+
"VImg": {
|
|
232
|
+
"from": "components/VImg",
|
|
225
233
|
"styles": []
|
|
226
234
|
},
|
|
227
235
|
"VField": {
|
|
@@ -232,12 +240,16 @@
|
|
|
232
240
|
"from": "components/VField",
|
|
233
241
|
"styles": []
|
|
234
242
|
},
|
|
235
|
-
"
|
|
236
|
-
"from": "components/
|
|
243
|
+
"VFab": {
|
|
244
|
+
"from": "components/VFab",
|
|
237
245
|
"styles": []
|
|
238
246
|
},
|
|
239
|
-
"
|
|
240
|
-
"from": "components/
|
|
247
|
+
"VFileInput": {
|
|
248
|
+
"from": "components/VFileInput",
|
|
249
|
+
"styles": []
|
|
250
|
+
},
|
|
251
|
+
"VInput": {
|
|
252
|
+
"from": "components/VInput",
|
|
241
253
|
"styles": []
|
|
242
254
|
},
|
|
243
255
|
"VIcon": {
|
|
@@ -264,20 +276,16 @@
|
|
|
264
276
|
"from": "components/VInfiniteScroll",
|
|
265
277
|
"styles": []
|
|
266
278
|
},
|
|
267
|
-
"
|
|
268
|
-
"from": "components/
|
|
269
|
-
"styles": []
|
|
270
|
-
},
|
|
271
|
-
"VKbd": {
|
|
272
|
-
"from": "components/VKbd",
|
|
279
|
+
"VItemGroup": {
|
|
280
|
+
"from": "components/VItemGroup",
|
|
273
281
|
"styles": []
|
|
274
282
|
},
|
|
275
|
-
"
|
|
276
|
-
"from": "components/
|
|
283
|
+
"VItem": {
|
|
284
|
+
"from": "components/VItemGroup",
|
|
277
285
|
"styles": []
|
|
278
286
|
},
|
|
279
|
-
"
|
|
280
|
-
"from": "components/
|
|
287
|
+
"VKbd": {
|
|
288
|
+
"from": "components/VKbd",
|
|
281
289
|
"styles": []
|
|
282
290
|
},
|
|
283
291
|
"VLabel": {
|
|
@@ -320,24 +328,16 @@
|
|
|
320
328
|
"from": "components/VList",
|
|
321
329
|
"styles": []
|
|
322
330
|
},
|
|
323
|
-
"
|
|
324
|
-
"from": "components/
|
|
325
|
-
"styles": []
|
|
326
|
-
},
|
|
327
|
-
"VItem": {
|
|
328
|
-
"from": "components/VItemGroup",
|
|
329
|
-
"styles": []
|
|
330
|
-
},
|
|
331
|
-
"VMessages": {
|
|
332
|
-
"from": "components/VMessages",
|
|
331
|
+
"VMenu": {
|
|
332
|
+
"from": "components/VMenu",
|
|
333
333
|
"styles": []
|
|
334
334
|
},
|
|
335
335
|
"VMain": {
|
|
336
336
|
"from": "components/VMain",
|
|
337
337
|
"styles": []
|
|
338
338
|
},
|
|
339
|
-
"
|
|
340
|
-
"from": "components/
|
|
339
|
+
"VMessages": {
|
|
340
|
+
"from": "components/VMessages",
|
|
341
341
|
"styles": []
|
|
342
342
|
},
|
|
343
343
|
"VNavigationDrawer": {
|
|
@@ -348,10 +348,6 @@
|
|
|
348
348
|
"from": "components/VOtpInput",
|
|
349
349
|
"styles": []
|
|
350
350
|
},
|
|
351
|
-
"VPagination": {
|
|
352
|
-
"from": "components/VPagination",
|
|
353
|
-
"styles": []
|
|
354
|
-
},
|
|
355
351
|
"VNumberInput": {
|
|
356
352
|
"from": "components/VNumberInput",
|
|
357
353
|
"styles": []
|
|
@@ -360,76 +356,60 @@
|
|
|
360
356
|
"from": "components/VOverlay",
|
|
361
357
|
"styles": []
|
|
362
358
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
365
|
-
"styles": []
|
|
366
|
-
},
|
|
367
|
-
"VProgressLinear": {
|
|
368
|
-
"from": "components/VProgressLinear",
|
|
359
|
+
"VPagination": {
|
|
360
|
+
"from": "components/VPagination",
|
|
369
361
|
"styles": []
|
|
370
362
|
},
|
|
371
363
|
"VProgressCircular": {
|
|
372
364
|
"from": "components/VProgressCircular",
|
|
373
365
|
"styles": []
|
|
374
366
|
},
|
|
375
|
-
"
|
|
376
|
-
"from": "components/
|
|
377
|
-
"styles": []
|
|
378
|
-
},
|
|
379
|
-
"VRating": {
|
|
380
|
-
"from": "components/VRating",
|
|
367
|
+
"VRadioGroup": {
|
|
368
|
+
"from": "components/VRadioGroup",
|
|
381
369
|
"styles": []
|
|
382
370
|
},
|
|
383
|
-
"
|
|
384
|
-
"from": "components/
|
|
371
|
+
"VSelectionControl": {
|
|
372
|
+
"from": "components/VSelectionControl",
|
|
385
373
|
"styles": []
|
|
386
374
|
},
|
|
387
|
-
"
|
|
388
|
-
"from": "components/
|
|
375
|
+
"VProgressLinear": {
|
|
376
|
+
"from": "components/VProgressLinear",
|
|
389
377
|
"styles": []
|
|
390
378
|
},
|
|
391
|
-
"
|
|
392
|
-
"from": "components/
|
|
379
|
+
"VRating": {
|
|
380
|
+
"from": "components/VRating",
|
|
393
381
|
"styles": []
|
|
394
382
|
},
|
|
395
383
|
"VSelect": {
|
|
396
384
|
"from": "components/VSelect",
|
|
397
385
|
"styles": []
|
|
398
386
|
},
|
|
399
|
-
"VSelectionControlGroup": {
|
|
400
|
-
"from": "components/VSelectionControlGroup",
|
|
401
|
-
"styles": []
|
|
402
|
-
},
|
|
403
387
|
"VSheet": {
|
|
404
388
|
"from": "components/VSheet",
|
|
405
389
|
"styles": []
|
|
406
390
|
},
|
|
407
|
-
"
|
|
408
|
-
"from": "components/
|
|
409
|
-
"styles": []
|
|
410
|
-
},
|
|
411
|
-
"VSwitch": {
|
|
412
|
-
"from": "components/VSwitch",
|
|
391
|
+
"VSelectionControlGroup": {
|
|
392
|
+
"from": "components/VSelectionControlGroup",
|
|
413
393
|
"styles": []
|
|
414
394
|
},
|
|
415
395
|
"VSnackbar": {
|
|
416
396
|
"from": "components/VSnackbar",
|
|
417
397
|
"styles": []
|
|
418
398
|
},
|
|
419
|
-
"
|
|
420
|
-
"from": "components/
|
|
399
|
+
"VSlider": {
|
|
400
|
+
"from": "components/VSlider",
|
|
421
401
|
"styles": []
|
|
422
402
|
},
|
|
423
|
-
"
|
|
424
|
-
"from": "components/
|
|
403
|
+
"VSkeletonLoader": {
|
|
404
|
+
"from": "components/VSkeletonLoader",
|
|
425
405
|
"styles": []
|
|
426
406
|
},
|
|
427
|
-
"
|
|
428
|
-
"from": "components/
|
|
407
|
+
"VSlideGroup": {
|
|
408
|
+
"from": "components/VSlideGroup",
|
|
429
409
|
"styles": []
|
|
430
410
|
},
|
|
431
|
-
"
|
|
432
|
-
"from": "components/
|
|
411
|
+
"VSlideGroupItem": {
|
|
412
|
+
"from": "components/VSlideGroup",
|
|
433
413
|
"styles": []
|
|
434
414
|
},
|
|
435
415
|
"VStepper": {
|
|
@@ -460,18 +440,54 @@
|
|
|
460
440
|
"from": "components/VSystemBar",
|
|
461
441
|
"styles": []
|
|
462
442
|
},
|
|
463
|
-
"
|
|
464
|
-
"from": "components/
|
|
443
|
+
"VTab": {
|
|
444
|
+
"from": "components/VTabs",
|
|
465
445
|
"styles": []
|
|
466
446
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
447
|
+
"VTabs": {
|
|
448
|
+
"from": "components/VTabs",
|
|
449
|
+
"styles": []
|
|
450
|
+
},
|
|
451
|
+
"VTabsWindow": {
|
|
452
|
+
"from": "components/VTabs",
|
|
453
|
+
"styles": []
|
|
454
|
+
},
|
|
455
|
+
"VTabsWindowItem": {
|
|
456
|
+
"from": "components/VTabs",
|
|
469
457
|
"styles": []
|
|
470
458
|
},
|
|
471
459
|
"VTextarea": {
|
|
472
460
|
"from": "components/VTextarea",
|
|
473
461
|
"styles": []
|
|
474
462
|
},
|
|
463
|
+
"VSwitch": {
|
|
464
|
+
"from": "components/VSwitch",
|
|
465
|
+
"styles": []
|
|
466
|
+
},
|
|
467
|
+
"VTable": {
|
|
468
|
+
"from": "components/VTable",
|
|
469
|
+
"styles": []
|
|
470
|
+
},
|
|
471
|
+
"VTextField": {
|
|
472
|
+
"from": "components/VTextField",
|
|
473
|
+
"styles": []
|
|
474
|
+
},
|
|
475
|
+
"VTooltip": {
|
|
476
|
+
"from": "components/VTooltip",
|
|
477
|
+
"styles": []
|
|
478
|
+
},
|
|
479
|
+
"VTimePicker": {
|
|
480
|
+
"from": "components/VTimePicker",
|
|
481
|
+
"styles": []
|
|
482
|
+
},
|
|
483
|
+
"VTimePickerClock": {
|
|
484
|
+
"from": "components/VTimePicker",
|
|
485
|
+
"styles": []
|
|
486
|
+
},
|
|
487
|
+
"VTimePickerControls": {
|
|
488
|
+
"from": "components/VTimePicker",
|
|
489
|
+
"styles": []
|
|
490
|
+
},
|
|
475
491
|
"VTimeline": {
|
|
476
492
|
"from": "components/VTimeline",
|
|
477
493
|
"styles": []
|
|
@@ -492,8 +508,12 @@
|
|
|
492
508
|
"from": "components/VTreeview",
|
|
493
509
|
"styles": []
|
|
494
510
|
},
|
|
495
|
-
"
|
|
496
|
-
"from": "components/
|
|
511
|
+
"VWindow": {
|
|
512
|
+
"from": "components/VWindow",
|
|
513
|
+
"styles": []
|
|
514
|
+
},
|
|
515
|
+
"VWindowItem": {
|
|
516
|
+
"from": "components/VWindow",
|
|
497
517
|
"styles": []
|
|
498
518
|
},
|
|
499
519
|
"VToolbar": {
|
|
@@ -508,14 +528,6 @@
|
|
|
508
528
|
"from": "components/VToolbar",
|
|
509
529
|
"styles": []
|
|
510
530
|
},
|
|
511
|
-
"VWindow": {
|
|
512
|
-
"from": "components/VWindow",
|
|
513
|
-
"styles": []
|
|
514
|
-
},
|
|
515
|
-
"VWindowItem": {
|
|
516
|
-
"from": "components/VWindow",
|
|
517
|
-
"styles": []
|
|
518
|
-
},
|
|
519
531
|
"VConfirmEdit": {
|
|
520
532
|
"from": "components/VConfirmEdit",
|
|
521
533
|
"styles": []
|
|
@@ -532,10 +544,6 @@
|
|
|
532
544
|
"from": "components/VForm",
|
|
533
545
|
"styles": []
|
|
534
546
|
},
|
|
535
|
-
"VHover": {
|
|
536
|
-
"from": "components/VHover",
|
|
537
|
-
"styles": []
|
|
538
|
-
},
|
|
539
547
|
"VContainer": {
|
|
540
548
|
"from": "components/VGrid",
|
|
541
549
|
"styles": []
|
|
@@ -552,6 +560,14 @@
|
|
|
552
560
|
"from": "components/VGrid",
|
|
553
561
|
"styles": []
|
|
554
562
|
},
|
|
563
|
+
"VHover": {
|
|
564
|
+
"from": "components/VHover",
|
|
565
|
+
"styles": []
|
|
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": []
|
|
@@ -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": [
|