vuetify 3.10.4 → 3.10.5
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 +3273 -3261
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +182 -182
- package/dist/json/tags.json +3 -0
- package/dist/json/web-types.json +6210 -6180
- package/dist/vuetify-labs.cjs +36 -38
- package/dist/vuetify-labs.css +4426 -4415
- package/dist/vuetify-labs.d.ts +113 -65
- package/dist/vuetify-labs.esm.js +36 -38
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +36 -38
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +36 -38
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5909 -5898
- package/dist/vuetify.d.ts +113 -65
- package/dist/vuetify.esm.js +36 -38
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +36 -38
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +14 -15
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBadge/VBadge.css +10 -0
- package/lib/components/VBadge/VBadge.sass +9 -0
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.d.ts +29 -0
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.js +4 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.d.ts +29 -0
- package/lib/components/VDataTable/VDataTableHeaders.js +3 -0
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.d.ts +29 -0
- package/lib/components/VDataTable/VDataTableRow.js +3 -0
- package/lib/components/VDataTable/VDataTableRow.js.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.d.ts +29 -0
- package/lib/components/VDataTable/VDataTableRows.js +4 -3
- package/lib/components/VDataTable/VDataTableRows.js.map +1 -1
- package/lib/components/VDivider/VDivider.css +1 -0
- package/lib/components/VDivider/VDivider.sass +1 -0
- package/lib/components/VKbd/_variables.scss +3 -1
- package/lib/components/VList/VListItem.js +1 -1
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VTable/VTable.js +20 -32
- package/lib/components/VTable/VTable.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +65 -65
- package/lib/framework.js +1 -1
- package/lib/labs/rules/rules.js +3 -3
- package/lib/labs/rules/rules.js.map +1 -1
- package/package.json +1 -1
|
@@ -16,16 +16,20 @@
|
|
|
16
16
|
"from": "labs/VFileUpload",
|
|
17
17
|
"styles": []
|
|
18
18
|
},
|
|
19
|
-
"
|
|
20
|
-
"from": "labs/
|
|
19
|
+
"VIconBtn": {
|
|
20
|
+
"from": "labs/VIconBtn",
|
|
21
21
|
"styles": []
|
|
22
22
|
},
|
|
23
|
-
"
|
|
24
|
-
"from": "labs/
|
|
23
|
+
"VStepperVertical": {
|
|
24
|
+
"from": "labs/VStepperVertical",
|
|
25
25
|
"styles": []
|
|
26
26
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "labs/
|
|
27
|
+
"VStepperVerticalItem": {
|
|
28
|
+
"from": "labs/VStepperVertical",
|
|
29
|
+
"styles": []
|
|
30
|
+
},
|
|
31
|
+
"VStepperVerticalActions": {
|
|
32
|
+
"from": "labs/VStepperVertical",
|
|
29
33
|
"styles": []
|
|
30
34
|
},
|
|
31
35
|
"VPie": {
|
|
@@ -44,20 +48,16 @@
|
|
|
44
48
|
"from": "labs/VHotkey",
|
|
45
49
|
"styles": []
|
|
46
50
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "labs/
|
|
49
|
-
"styles": []
|
|
50
|
-
},
|
|
51
|
-
"VStepperVertical": {
|
|
52
|
-
"from": "labs/VStepperVertical",
|
|
51
|
+
"VVideo": {
|
|
52
|
+
"from": "labs/VVideo",
|
|
53
53
|
"styles": []
|
|
54
54
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "labs/
|
|
55
|
+
"VVideoControls": {
|
|
56
|
+
"from": "labs/VVideo",
|
|
57
57
|
"styles": []
|
|
58
58
|
},
|
|
59
|
-
"
|
|
60
|
-
"from": "labs/
|
|
59
|
+
"VVideoVolume": {
|
|
60
|
+
"from": "labs/VVideo",
|
|
61
61
|
"styles": []
|
|
62
62
|
},
|
|
63
63
|
"VPicker": {
|
|
@@ -72,13 +72,13 @@
|
|
|
72
72
|
"from": "labs/VDateInput",
|
|
73
73
|
"styles": []
|
|
74
74
|
},
|
|
75
|
-
"VPullToRefresh": {
|
|
76
|
-
"from": "labs/VPullToRefresh",
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
75
|
"VMaskInput": {
|
|
80
76
|
"from": "labs/VMaskInput",
|
|
81
77
|
"styles": []
|
|
78
|
+
},
|
|
79
|
+
"VPullToRefresh": {
|
|
80
|
+
"from": "labs/VPullToRefresh",
|
|
81
|
+
"styles": []
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
}
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"
|
|
4
|
-
"from": "components/
|
|
3
|
+
"VAvatar": {
|
|
4
|
+
"from": "components/VAvatar",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
-
"
|
|
8
|
-
"from": "components/
|
|
7
|
+
"VApp": {
|
|
8
|
+
"from": "components/VApp",
|
|
9
9
|
"styles": []
|
|
10
10
|
},
|
|
11
11
|
"VAppBar": {
|
|
@@ -20,12 +20,16 @@
|
|
|
20
20
|
"from": "components/VAppBar",
|
|
21
21
|
"styles": []
|
|
22
22
|
},
|
|
23
|
-
"
|
|
24
|
-
"from": "components/
|
|
23
|
+
"VBadge": {
|
|
24
|
+
"from": "components/VBadge",
|
|
25
25
|
"styles": []
|
|
26
26
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "components/
|
|
27
|
+
"VAutocomplete": {
|
|
28
|
+
"from": "components/VAutocomplete",
|
|
29
|
+
"styles": []
|
|
30
|
+
},
|
|
31
|
+
"VBottomSheet": {
|
|
32
|
+
"from": "components/VBottomSheet",
|
|
29
33
|
"styles": []
|
|
30
34
|
},
|
|
31
35
|
"VBanner": {
|
|
@@ -40,14 +44,6 @@
|
|
|
40
44
|
"from": "components/VBanner",
|
|
41
45
|
"styles": []
|
|
42
46
|
},
|
|
43
|
-
"VAutocomplete": {
|
|
44
|
-
"from": "components/VAutocomplete",
|
|
45
|
-
"styles": []
|
|
46
|
-
},
|
|
47
|
-
"VBottomNavigation": {
|
|
48
|
-
"from": "components/VBottomNavigation",
|
|
49
|
-
"styles": []
|
|
50
|
-
},
|
|
51
47
|
"VBreadcrumbs": {
|
|
52
48
|
"from": "components/VBreadcrumbs",
|
|
53
49
|
"styles": []
|
|
@@ -60,20 +56,16 @@
|
|
|
60
56
|
"from": "components/VBreadcrumbs",
|
|
61
57
|
"styles": []
|
|
62
58
|
},
|
|
63
|
-
"VBadge": {
|
|
64
|
-
"from": "components/VBadge",
|
|
65
|
-
"styles": []
|
|
66
|
-
},
|
|
67
|
-
"VBottomSheet": {
|
|
68
|
-
"from": "components/VBottomSheet",
|
|
69
|
-
"styles": []
|
|
70
|
-
},
|
|
71
59
|
"VBtnGroup": {
|
|
72
60
|
"from": "components/VBtnGroup",
|
|
73
61
|
"styles": []
|
|
74
62
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "components/
|
|
63
|
+
"VAlert": {
|
|
64
|
+
"from": "components/VAlert",
|
|
65
|
+
"styles": []
|
|
66
|
+
},
|
|
67
|
+
"VAlertTitle": {
|
|
68
|
+
"from": "components/VAlert",
|
|
77
69
|
"styles": []
|
|
78
70
|
},
|
|
79
71
|
"VCard": {
|
|
@@ -100,28 +92,32 @@
|
|
|
100
92
|
"from": "components/VCard",
|
|
101
93
|
"styles": []
|
|
102
94
|
},
|
|
103
|
-
"
|
|
104
|
-
"from": "components/
|
|
105
|
-
"styles": []
|
|
106
|
-
},
|
|
107
|
-
"VCheckboxBtn": {
|
|
108
|
-
"from": "components/VCheckbox",
|
|
95
|
+
"VBtn": {
|
|
96
|
+
"from": "components/VBtn",
|
|
109
97
|
"styles": []
|
|
110
98
|
},
|
|
111
99
|
"VBtnToggle": {
|
|
112
100
|
"from": "components/VBtnToggle",
|
|
113
101
|
"styles": []
|
|
114
102
|
},
|
|
115
|
-
"
|
|
116
|
-
"from": "components/
|
|
103
|
+
"VBottomNavigation": {
|
|
104
|
+
"from": "components/VBottomNavigation",
|
|
105
|
+
"styles": []
|
|
106
|
+
},
|
|
107
|
+
"VCheckbox": {
|
|
108
|
+
"from": "components/VCheckbox",
|
|
109
|
+
"styles": []
|
|
110
|
+
},
|
|
111
|
+
"VCheckboxBtn": {
|
|
112
|
+
"from": "components/VCheckbox",
|
|
117
113
|
"styles": []
|
|
118
114
|
},
|
|
119
115
|
"VChip": {
|
|
120
116
|
"from": "components/VChip",
|
|
121
117
|
"styles": []
|
|
122
118
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
119
|
+
"VCombobox": {
|
|
120
|
+
"from": "components/VCombobox",
|
|
125
121
|
"styles": []
|
|
126
122
|
},
|
|
127
123
|
"VChipGroup": {
|
|
@@ -136,8 +132,12 @@
|
|
|
136
132
|
"from": "components/VCarousel",
|
|
137
133
|
"styles": []
|
|
138
134
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
135
|
+
"VCode": {
|
|
136
|
+
"from": "components/VCode",
|
|
137
|
+
"styles": []
|
|
138
|
+
},
|
|
139
|
+
"VColorPicker": {
|
|
140
|
+
"from": "components/VColorPicker",
|
|
141
141
|
"styles": []
|
|
142
142
|
},
|
|
143
143
|
"VCounter": {
|
|
@@ -148,6 +148,30 @@
|
|
|
148
148
|
"from": "components/VDialog",
|
|
149
149
|
"styles": []
|
|
150
150
|
},
|
|
151
|
+
"VDatePicker": {
|
|
152
|
+
"from": "components/VDatePicker",
|
|
153
|
+
"styles": []
|
|
154
|
+
},
|
|
155
|
+
"VDatePickerControls": {
|
|
156
|
+
"from": "components/VDatePicker",
|
|
157
|
+
"styles": []
|
|
158
|
+
},
|
|
159
|
+
"VDatePickerHeader": {
|
|
160
|
+
"from": "components/VDatePicker",
|
|
161
|
+
"styles": []
|
|
162
|
+
},
|
|
163
|
+
"VDatePickerMonth": {
|
|
164
|
+
"from": "components/VDatePicker",
|
|
165
|
+
"styles": []
|
|
166
|
+
},
|
|
167
|
+
"VDatePickerMonths": {
|
|
168
|
+
"from": "components/VDatePicker",
|
|
169
|
+
"styles": []
|
|
170
|
+
},
|
|
171
|
+
"VDatePickerYears": {
|
|
172
|
+
"from": "components/VDatePicker",
|
|
173
|
+
"styles": []
|
|
174
|
+
},
|
|
151
175
|
"VDataTable": {
|
|
152
176
|
"from": "components/VDataTable",
|
|
153
177
|
"styles": []
|
|
@@ -176,6 +200,10 @@
|
|
|
176
200
|
"from": "components/VDataTable",
|
|
177
201
|
"styles": []
|
|
178
202
|
},
|
|
203
|
+
"VDivider": {
|
|
204
|
+
"from": "components/VDivider",
|
|
205
|
+
"styles": []
|
|
206
|
+
},
|
|
179
207
|
"VExpansionPanels": {
|
|
180
208
|
"from": "components/VExpansionPanel",
|
|
181
209
|
"styles": []
|
|
@@ -192,28 +220,16 @@
|
|
|
192
220
|
"from": "components/VExpansionPanel",
|
|
193
221
|
"styles": []
|
|
194
222
|
},
|
|
195
|
-
"
|
|
196
|
-
"from": "components/
|
|
197
|
-
"styles": []
|
|
198
|
-
},
|
|
199
|
-
"VDatePickerControls": {
|
|
200
|
-
"from": "components/VDatePicker",
|
|
201
|
-
"styles": []
|
|
202
|
-
},
|
|
203
|
-
"VDatePickerHeader": {
|
|
204
|
-
"from": "components/VDatePicker",
|
|
205
|
-
"styles": []
|
|
206
|
-
},
|
|
207
|
-
"VDatePickerMonth": {
|
|
208
|
-
"from": "components/VDatePicker",
|
|
223
|
+
"VFab": {
|
|
224
|
+
"from": "components/VFab",
|
|
209
225
|
"styles": []
|
|
210
226
|
},
|
|
211
|
-
"
|
|
212
|
-
"from": "components/
|
|
227
|
+
"VField": {
|
|
228
|
+
"from": "components/VField",
|
|
213
229
|
"styles": []
|
|
214
230
|
},
|
|
215
|
-
"
|
|
216
|
-
"from": "components/
|
|
231
|
+
"VFieldLabel": {
|
|
232
|
+
"from": "components/VField",
|
|
217
233
|
"styles": []
|
|
218
234
|
},
|
|
219
235
|
"VEmptyState": {
|
|
@@ -224,14 +240,6 @@
|
|
|
224
240
|
"from": "components/VFooter",
|
|
225
241
|
"styles": []
|
|
226
242
|
},
|
|
227
|
-
"VDivider": {
|
|
228
|
-
"from": "components/VDivider",
|
|
229
|
-
"styles": []
|
|
230
|
-
},
|
|
231
|
-
"VFab": {
|
|
232
|
-
"from": "components/VFab",
|
|
233
|
-
"styles": []
|
|
234
|
-
},
|
|
235
243
|
"VIcon": {
|
|
236
244
|
"from": "components/VIcon",
|
|
237
245
|
"styles": []
|
|
@@ -252,24 +260,20 @@
|
|
|
252
260
|
"from": "components/VIcon",
|
|
253
261
|
"styles": []
|
|
254
262
|
},
|
|
255
|
-
"
|
|
256
|
-
"from": "components/
|
|
257
|
-
"styles": []
|
|
258
|
-
},
|
|
259
|
-
"VFieldLabel": {
|
|
260
|
-
"from": "components/VField",
|
|
263
|
+
"VInfiniteScroll": {
|
|
264
|
+
"from": "components/VInfiniteScroll",
|
|
261
265
|
"styles": []
|
|
262
266
|
},
|
|
263
267
|
"VFileInput": {
|
|
264
268
|
"from": "components/VFileInput",
|
|
265
269
|
"styles": []
|
|
266
270
|
},
|
|
267
|
-
"
|
|
268
|
-
"from": "components/
|
|
271
|
+
"VKbd": {
|
|
272
|
+
"from": "components/VKbd",
|
|
269
273
|
"styles": []
|
|
270
274
|
},
|
|
271
|
-
"
|
|
272
|
-
"from": "components/
|
|
275
|
+
"VImg": {
|
|
276
|
+
"from": "components/VImg",
|
|
273
277
|
"styles": []
|
|
274
278
|
},
|
|
275
279
|
"VInput": {
|
|
@@ -280,18 +284,6 @@
|
|
|
280
284
|
"from": "components/VLabel",
|
|
281
285
|
"styles": []
|
|
282
286
|
},
|
|
283
|
-
"VItemGroup": {
|
|
284
|
-
"from": "components/VItemGroup",
|
|
285
|
-
"styles": []
|
|
286
|
-
},
|
|
287
|
-
"VItem": {
|
|
288
|
-
"from": "components/VItemGroup",
|
|
289
|
-
"styles": []
|
|
290
|
-
},
|
|
291
|
-
"VKbd": {
|
|
292
|
-
"from": "components/VKbd",
|
|
293
|
-
"styles": []
|
|
294
|
-
},
|
|
295
287
|
"VList": {
|
|
296
288
|
"from": "components/VList",
|
|
297
289
|
"styles": []
|
|
@@ -328,48 +320,44 @@
|
|
|
328
320
|
"from": "components/VList",
|
|
329
321
|
"styles": []
|
|
330
322
|
},
|
|
331
|
-
"
|
|
332
|
-
"from": "components/
|
|
333
|
-
"styles": []
|
|
334
|
-
},
|
|
335
|
-
"VNavigationDrawer": {
|
|
336
|
-
"from": "components/VNavigationDrawer",
|
|
323
|
+
"VItemGroup": {
|
|
324
|
+
"from": "components/VItemGroup",
|
|
337
325
|
"styles": []
|
|
338
326
|
},
|
|
339
|
-
"
|
|
340
|
-
"from": "components/
|
|
327
|
+
"VItem": {
|
|
328
|
+
"from": "components/VItemGroup",
|
|
341
329
|
"styles": []
|
|
342
330
|
},
|
|
343
331
|
"VMessages": {
|
|
344
332
|
"from": "components/VMessages",
|
|
345
333
|
"styles": []
|
|
346
334
|
},
|
|
347
|
-
"
|
|
348
|
-
"from": "components/
|
|
335
|
+
"VMain": {
|
|
336
|
+
"from": "components/VMain",
|
|
349
337
|
"styles": []
|
|
350
338
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
339
|
+
"VMenu": {
|
|
340
|
+
"from": "components/VMenu",
|
|
353
341
|
"styles": []
|
|
354
342
|
},
|
|
355
|
-
"
|
|
356
|
-
"from": "components/
|
|
343
|
+
"VNavigationDrawer": {
|
|
344
|
+
"from": "components/VNavigationDrawer",
|
|
357
345
|
"styles": []
|
|
358
346
|
},
|
|
359
347
|
"VOtpInput": {
|
|
360
348
|
"from": "components/VOtpInput",
|
|
361
349
|
"styles": []
|
|
362
350
|
},
|
|
363
|
-
"
|
|
364
|
-
"from": "components/
|
|
351
|
+
"VPagination": {
|
|
352
|
+
"from": "components/VPagination",
|
|
365
353
|
"styles": []
|
|
366
354
|
},
|
|
367
|
-
"
|
|
368
|
-
"from": "components/
|
|
355
|
+
"VNumberInput": {
|
|
356
|
+
"from": "components/VNumberInput",
|
|
369
357
|
"styles": []
|
|
370
358
|
},
|
|
371
|
-
"
|
|
372
|
-
"from": "components/
|
|
359
|
+
"VOverlay": {
|
|
360
|
+
"from": "components/VOverlay",
|
|
373
361
|
"styles": []
|
|
374
362
|
},
|
|
375
363
|
"VRadioGroup": {
|
|
@@ -380,20 +368,20 @@
|
|
|
380
368
|
"from": "components/VProgressLinear",
|
|
381
369
|
"styles": []
|
|
382
370
|
},
|
|
383
|
-
"
|
|
384
|
-
"from": "components/
|
|
371
|
+
"VProgressCircular": {
|
|
372
|
+
"from": "components/VProgressCircular",
|
|
385
373
|
"styles": []
|
|
386
374
|
},
|
|
387
375
|
"VSelectionControl": {
|
|
388
376
|
"from": "components/VSelectionControl",
|
|
389
377
|
"styles": []
|
|
390
378
|
},
|
|
391
|
-
"
|
|
392
|
-
"from": "components/
|
|
379
|
+
"VRating": {
|
|
380
|
+
"from": "components/VRating",
|
|
393
381
|
"styles": []
|
|
394
382
|
},
|
|
395
|
-
"
|
|
396
|
-
"from": "components/
|
|
383
|
+
"VSkeletonLoader": {
|
|
384
|
+
"from": "components/VSkeletonLoader",
|
|
397
385
|
"styles": []
|
|
398
386
|
},
|
|
399
387
|
"VSlideGroup": {
|
|
@@ -404,12 +392,44 @@
|
|
|
404
392
|
"from": "components/VSlideGroup",
|
|
405
393
|
"styles": []
|
|
406
394
|
},
|
|
395
|
+
"VSelect": {
|
|
396
|
+
"from": "components/VSelect",
|
|
397
|
+
"styles": []
|
|
398
|
+
},
|
|
399
|
+
"VSelectionControlGroup": {
|
|
400
|
+
"from": "components/VSelectionControlGroup",
|
|
401
|
+
"styles": []
|
|
402
|
+
},
|
|
403
|
+
"VSheet": {
|
|
404
|
+
"from": "components/VSheet",
|
|
405
|
+
"styles": []
|
|
406
|
+
},
|
|
407
407
|
"VSlider": {
|
|
408
408
|
"from": "components/VSlider",
|
|
409
409
|
"styles": []
|
|
410
410
|
},
|
|
411
|
-
"
|
|
412
|
-
"from": "components/
|
|
411
|
+
"VSwitch": {
|
|
412
|
+
"from": "components/VSwitch",
|
|
413
|
+
"styles": []
|
|
414
|
+
},
|
|
415
|
+
"VSnackbar": {
|
|
416
|
+
"from": "components/VSnackbar",
|
|
417
|
+
"styles": []
|
|
418
|
+
},
|
|
419
|
+
"VTab": {
|
|
420
|
+
"from": "components/VTabs",
|
|
421
|
+
"styles": []
|
|
422
|
+
},
|
|
423
|
+
"VTabs": {
|
|
424
|
+
"from": "components/VTabs",
|
|
425
|
+
"styles": []
|
|
426
|
+
},
|
|
427
|
+
"VTabsWindow": {
|
|
428
|
+
"from": "components/VTabs",
|
|
429
|
+
"styles": []
|
|
430
|
+
},
|
|
431
|
+
"VTabsWindowItem": {
|
|
432
|
+
"from": "components/VTabs",
|
|
413
433
|
"styles": []
|
|
414
434
|
},
|
|
415
435
|
"VStepper": {
|
|
@@ -436,8 +456,12 @@
|
|
|
436
456
|
"from": "components/VStepper",
|
|
437
457
|
"styles": []
|
|
438
458
|
},
|
|
439
|
-
"
|
|
440
|
-
"from": "components/
|
|
459
|
+
"VSystemBar": {
|
|
460
|
+
"from": "components/VSystemBar",
|
|
461
|
+
"styles": []
|
|
462
|
+
},
|
|
463
|
+
"VTextField": {
|
|
464
|
+
"from": "components/VTextField",
|
|
441
465
|
"styles": []
|
|
442
466
|
},
|
|
443
467
|
"VTable": {
|
|
@@ -448,54 +472,30 @@
|
|
|
448
472
|
"from": "components/VTextarea",
|
|
449
473
|
"styles": []
|
|
450
474
|
},
|
|
451
|
-
"
|
|
452
|
-
"from": "components/
|
|
453
|
-
"styles": []
|
|
454
|
-
},
|
|
455
|
-
"VTab": {
|
|
456
|
-
"from": "components/VTabs",
|
|
475
|
+
"VTimeline": {
|
|
476
|
+
"from": "components/VTimeline",
|
|
457
477
|
"styles": []
|
|
458
478
|
},
|
|
459
|
-
"
|
|
460
|
-
"from": "components/
|
|
479
|
+
"VTimelineItem": {
|
|
480
|
+
"from": "components/VTimeline",
|
|
461
481
|
"styles": []
|
|
462
482
|
},
|
|
463
|
-
"
|
|
464
|
-
"from": "components/
|
|
483
|
+
"VTreeview": {
|
|
484
|
+
"from": "components/VTreeview",
|
|
465
485
|
"styles": []
|
|
466
486
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
487
|
+
"VTreeviewItem": {
|
|
488
|
+
"from": "components/VTreeview",
|
|
469
489
|
"styles": []
|
|
470
490
|
},
|
|
471
|
-
"
|
|
472
|
-
"from": "components/
|
|
491
|
+
"VTreeviewGroup": {
|
|
492
|
+
"from": "components/VTreeview",
|
|
473
493
|
"styles": []
|
|
474
494
|
},
|
|
475
495
|
"VTooltip": {
|
|
476
496
|
"from": "components/VTooltip",
|
|
477
497
|
"styles": []
|
|
478
498
|
},
|
|
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
|
-
},
|
|
491
|
-
"VTimeline": {
|
|
492
|
-
"from": "components/VTimeline",
|
|
493
|
-
"styles": []
|
|
494
|
-
},
|
|
495
|
-
"VTimelineItem": {
|
|
496
|
-
"from": "components/VTimeline",
|
|
497
|
-
"styles": []
|
|
498
|
-
},
|
|
499
499
|
"VToolbar": {
|
|
500
500
|
"from": "components/VToolbar",
|
|
501
501
|
"styles": []
|
|
@@ -508,18 +508,6 @@
|
|
|
508
508
|
"from": "components/VToolbar",
|
|
509
509
|
"styles": []
|
|
510
510
|
},
|
|
511
|
-
"VTreeview": {
|
|
512
|
-
"from": "components/VTreeview",
|
|
513
|
-
"styles": []
|
|
514
|
-
},
|
|
515
|
-
"VTreeviewItem": {
|
|
516
|
-
"from": "components/VTreeview",
|
|
517
|
-
"styles": []
|
|
518
|
-
},
|
|
519
|
-
"VTreeviewGroup": {
|
|
520
|
-
"from": "components/VTreeview",
|
|
521
|
-
"styles": []
|
|
522
|
-
},
|
|
523
511
|
"VWindow": {
|
|
524
512
|
"from": "components/VWindow",
|
|
525
513
|
"styles": []
|
|
@@ -540,6 +528,14 @@
|
|
|
540
528
|
"from": "components/VDefaultsProvider",
|
|
541
529
|
"styles": []
|
|
542
530
|
},
|
|
531
|
+
"VForm": {
|
|
532
|
+
"from": "components/VForm",
|
|
533
|
+
"styles": []
|
|
534
|
+
},
|
|
535
|
+
"VHover": {
|
|
536
|
+
"from": "components/VHover",
|
|
537
|
+
"styles": []
|
|
538
|
+
},
|
|
543
539
|
"VContainer": {
|
|
544
540
|
"from": "components/VGrid",
|
|
545
541
|
"styles": []
|
|
@@ -556,14 +552,6 @@
|
|
|
556
552
|
"from": "components/VGrid",
|
|
557
553
|
"styles": []
|
|
558
554
|
},
|
|
559
|
-
"VForm": {
|
|
560
|
-
"from": "components/VForm",
|
|
561
|
-
"styles": []
|
|
562
|
-
},
|
|
563
|
-
"VHover": {
|
|
564
|
-
"from": "components/VHover",
|
|
565
|
-
"styles": []
|
|
566
|
-
},
|
|
567
555
|
"VLayout": {
|
|
568
556
|
"from": "components/VLayout",
|
|
569
557
|
"styles": []
|
|
@@ -572,14 +560,14 @@
|
|
|
572
560
|
"from": "components/VLayout",
|
|
573
561
|
"styles": []
|
|
574
562
|
},
|
|
575
|
-
"VLocaleProvider": {
|
|
576
|
-
"from": "components/VLocaleProvider",
|
|
577
|
-
"styles": []
|
|
578
|
-
},
|
|
579
563
|
"VLazy": {
|
|
580
564
|
"from": "components/VLazy",
|
|
581
565
|
"styles": []
|
|
582
566
|
},
|
|
567
|
+
"VLocaleProvider": {
|
|
568
|
+
"from": "components/VLocaleProvider",
|
|
569
|
+
"styles": []
|
|
570
|
+
},
|
|
583
571
|
"VNoSsr": {
|
|
584
572
|
"from": "components/VNoSsr",
|
|
585
573
|
"styles": []
|
|
@@ -592,14 +580,14 @@
|
|
|
592
580
|
"from": "components/VRadio",
|
|
593
581
|
"styles": []
|
|
594
582
|
},
|
|
595
|
-
"VResponsive": {
|
|
596
|
-
"from": "components/VResponsive",
|
|
597
|
-
"styles": []
|
|
598
|
-
},
|
|
599
583
|
"VRangeSlider": {
|
|
600
584
|
"from": "components/VRangeSlider",
|
|
601
585
|
"styles": []
|
|
602
586
|
},
|
|
587
|
+
"VResponsive": {
|
|
588
|
+
"from": "components/VResponsive",
|
|
589
|
+
"styles": []
|
|
590
|
+
},
|
|
603
591
|
"VSnackbarQueue": {
|
|
604
592
|
"from": "components/VSnackbarQueue",
|
|
605
593
|
"styles": []
|
|
@@ -616,14 +604,14 @@
|
|
|
616
604
|
"from": "components/VThemeProvider",
|
|
617
605
|
"styles": []
|
|
618
606
|
},
|
|
619
|
-
"VValidation": {
|
|
620
|
-
"from": "components/VValidation",
|
|
621
|
-
"styles": []
|
|
622
|
-
},
|
|
623
607
|
"VVirtualScroll": {
|
|
624
608
|
"from": "components/VVirtualScroll",
|
|
625
609
|
"styles": []
|
|
626
610
|
},
|
|
611
|
+
"VValidation": {
|
|
612
|
+
"from": "components/VValidation",
|
|
613
|
+
"styles": []
|
|
614
|
+
},
|
|
627
615
|
"VFabTransition": {
|
|
628
616
|
"from": "components/transitions",
|
|
629
617
|
"styles": []
|
|
@@ -687,6 +675,18 @@
|
|
|
687
675
|
"VDialogTransition": {
|
|
688
676
|
"from": "components/transitions",
|
|
689
677
|
"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": [
|