@vuetify/nightly 3.7.2-master.2024-09-22 → 3.7.2-master.2024-09-26
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/importMap-labs.json +20 -20
- package/dist/json/importMap.json +150 -150
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +3242 -3242
- package/dist/vuetify-labs.d.ts +194 -194
- package/dist/vuetify-labs.esm.js +7 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +7 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +5620 -5620
- package/dist/vuetify.d.ts +210 -210
- package/dist/vuetify.esm.js +7 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +7 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +8 -8
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +22 -22
- package/lib/components/VBottomSheet/index.d.mts +4 -4
- package/lib/components/VCarousel/index.d.mts +2 -2
- package/lib/components/VCheckbox/index.d.mts +2 -2
- package/lib/components/VChip/VChip.mjs +2 -1
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VColorPicker/VColorPicker.mjs +2 -2
- package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +22 -22
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +87 -0
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -0
- package/lib/components/VDataTable/index.d.mts +6 -6
- package/lib/components/VDatePicker/index.d.mts +2 -2
- package/lib/components/VDialog/index.d.mts +22 -22
- package/lib/components/VFileInput/__tests__/text.txt +1 -0
- package/lib/components/VFileInput/index.d.mts +3 -3
- package/lib/components/VInput/index.d.mts +2 -2
- package/lib/components/VList/VListItem.mjs +1 -0
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +20 -20
- package/lib/components/VMessages/index.d.mts +8 -8
- package/lib/components/VNavigationDrawer/index.d.mts +7 -7
- package/lib/components/VOverlay/index.d.mts +4 -4
- package/lib/components/VRadioGroup/index.d.mts +2 -2
- package/lib/components/VSelect/index.d.mts +22 -22
- package/lib/components/VSnackbar/index.d.mts +31 -31
- package/lib/components/VSpeedDial/index.d.mts +2 -2
- package/lib/components/VSwitch/index.d.mts +2 -2
- package/lib/components/VTextField/index.d.mts +3 -3
- package/lib/components/VTextarea/index.d.mts +3 -3
- package/lib/components/VTooltip/index.d.mts +24 -24
- package/lib/components/VWindow/index.d.mts +2 -2
- package/lib/components/index.d.mts +157 -157
- package/lib/directives/ripple/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +53 -53
- package/lib/labs/VNumberInput/index.d.mts +9 -9
- package/lib/labs/VSnackbarQueue/index.d.mts +52 -52
- package/lib/labs/VTreeview/index.d.mts +7 -7
- package/lib/labs/components.d.mts +68 -68
- package/package.json +22 -15
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs +0 -74
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +0 -1
@@ -1,5 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
+
"VNumberInput": {
|
4
|
+
"from": "labs/VNumberInput/index.mjs",
|
5
|
+
"styles": []
|
6
|
+
},
|
7
|
+
"VPicker": {
|
8
|
+
"from": "labs/VPicker/index.mjs",
|
9
|
+
"styles": []
|
10
|
+
},
|
11
|
+
"VPickerTitle": {
|
12
|
+
"from": "labs/VPicker/index.mjs",
|
13
|
+
"styles": []
|
14
|
+
},
|
3
15
|
"VCalendar": {
|
4
16
|
"from": "labs/VCalendar/index.mjs",
|
5
17
|
"styles": []
|
@@ -24,12 +36,16 @@
|
|
24
36
|
"from": "labs/VCalendar/index.mjs",
|
25
37
|
"styles": []
|
26
38
|
},
|
27
|
-
"
|
28
|
-
"from": "labs/
|
39
|
+
"VStepperVertical": {
|
40
|
+
"from": "labs/VStepperVertical/index.mjs",
|
29
41
|
"styles": []
|
30
42
|
},
|
31
|
-
"
|
32
|
-
"from": "labs/
|
43
|
+
"VStepperVerticalItem": {
|
44
|
+
"from": "labs/VStepperVertical/index.mjs",
|
45
|
+
"styles": []
|
46
|
+
},
|
47
|
+
"VStepperVerticalActions": {
|
48
|
+
"from": "labs/VStepperVertical/index.mjs",
|
33
49
|
"styles": []
|
34
50
|
},
|
35
51
|
"VTreeview": {
|
@@ -44,10 +60,6 @@
|
|
44
60
|
"from": "labs/VTreeview/index.mjs",
|
45
61
|
"styles": []
|
46
62
|
},
|
47
|
-
"VNumberInput": {
|
48
|
-
"from": "labs/VNumberInput/index.mjs",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
63
|
"VTimePicker": {
|
52
64
|
"from": "labs/VTimePicker/index.mjs",
|
53
65
|
"styles": []
|
@@ -60,18 +72,6 @@
|
|
60
72
|
"from": "labs/VTimePicker/index.mjs",
|
61
73
|
"styles": []
|
62
74
|
},
|
63
|
-
"VStepperVertical": {
|
64
|
-
"from": "labs/VStepperVertical/index.mjs",
|
65
|
-
"styles": []
|
66
|
-
},
|
67
|
-
"VStepperVerticalItem": {
|
68
|
-
"from": "labs/VStepperVertical/index.mjs",
|
69
|
-
"styles": []
|
70
|
-
},
|
71
|
-
"VStepperVerticalActions": {
|
72
|
-
"from": "labs/VStepperVertical/index.mjs",
|
73
|
-
"styles": []
|
74
|
-
},
|
75
75
|
"VDateInput": {
|
76
76
|
"from": "labs/VDateInput/index.mjs",
|
77
77
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
@@ -1,9 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VApp": {
|
4
|
-
"from": "components/VApp/index.mjs",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
3
|
"VAppBar": {
|
8
4
|
"from": "components/VAppBar/index.mjs",
|
9
5
|
"styles": []
|
@@ -16,12 +12,8 @@
|
|
16
12
|
"from": "components/VAppBar/index.mjs",
|
17
13
|
"styles": []
|
18
14
|
},
|
19
|
-
"
|
20
|
-
"from": "components/
|
21
|
-
"styles": []
|
22
|
-
},
|
23
|
-
"VAlertTitle": {
|
24
|
-
"from": "components/VAlert/index.mjs",
|
15
|
+
"VApp": {
|
16
|
+
"from": "components/VApp/index.mjs",
|
25
17
|
"styles": []
|
26
18
|
},
|
27
19
|
"VAutocomplete": {
|
@@ -32,8 +24,12 @@
|
|
32
24
|
"from": "components/VAvatar/index.mjs",
|
33
25
|
"styles": []
|
34
26
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
27
|
+
"VAlert": {
|
28
|
+
"from": "components/VAlert/index.mjs",
|
29
|
+
"styles": []
|
30
|
+
},
|
31
|
+
"VAlertTitle": {
|
32
|
+
"from": "components/VAlert/index.mjs",
|
37
33
|
"styles": []
|
38
34
|
},
|
39
35
|
"VBanner": {
|
@@ -48,6 +44,22 @@
|
|
48
44
|
"from": "components/VBanner/index.mjs",
|
49
45
|
"styles": []
|
50
46
|
},
|
47
|
+
"VBottomSheet": {
|
48
|
+
"from": "components/VBottomSheet/index.mjs",
|
49
|
+
"styles": []
|
50
|
+
},
|
51
|
+
"VBadge": {
|
52
|
+
"from": "components/VBadge/index.mjs",
|
53
|
+
"styles": []
|
54
|
+
},
|
55
|
+
"VBtn": {
|
56
|
+
"from": "components/VBtn/index.mjs",
|
57
|
+
"styles": []
|
58
|
+
},
|
59
|
+
"VBottomNavigation": {
|
60
|
+
"from": "components/VBottomNavigation/index.mjs",
|
61
|
+
"styles": []
|
62
|
+
},
|
51
63
|
"VBreadcrumbs": {
|
52
64
|
"from": "components/VBreadcrumbs/index.mjs",
|
53
65
|
"styles": []
|
@@ -60,36 +72,36 @@
|
|
60
72
|
"from": "components/VBreadcrumbs/index.mjs",
|
61
73
|
"styles": []
|
62
74
|
},
|
63
|
-
"VBottomNavigation": {
|
64
|
-
"from": "components/VBottomNavigation/index.mjs",
|
65
|
-
"styles": []
|
66
|
-
},
|
67
75
|
"VBtnToggle": {
|
68
76
|
"from": "components/VBtnToggle/index.mjs",
|
69
77
|
"styles": []
|
70
78
|
},
|
71
|
-
"
|
72
|
-
"from": "components/
|
79
|
+
"VBtnGroup": {
|
80
|
+
"from": "components/VBtnGroup/index.mjs",
|
73
81
|
"styles": []
|
74
82
|
},
|
75
|
-
"
|
76
|
-
"from": "components/
|
83
|
+
"VCard": {
|
84
|
+
"from": "components/VCard/index.mjs",
|
77
85
|
"styles": []
|
78
86
|
},
|
79
|
-
"
|
80
|
-
"from": "components/
|
87
|
+
"VCardActions": {
|
88
|
+
"from": "components/VCard/index.mjs",
|
81
89
|
"styles": []
|
82
90
|
},
|
83
|
-
"
|
84
|
-
"from": "components/
|
91
|
+
"VCardItem": {
|
92
|
+
"from": "components/VCard/index.mjs",
|
85
93
|
"styles": []
|
86
94
|
},
|
87
|
-
"
|
88
|
-
"from": "components/
|
95
|
+
"VCardSubtitle": {
|
96
|
+
"from": "components/VCard/index.mjs",
|
89
97
|
"styles": []
|
90
98
|
},
|
91
|
-
"
|
92
|
-
"from": "components/
|
99
|
+
"VCardText": {
|
100
|
+
"from": "components/VCard/index.mjs",
|
101
|
+
"styles": []
|
102
|
+
},
|
103
|
+
"VCardTitle": {
|
104
|
+
"from": "components/VCard/index.mjs",
|
93
105
|
"styles": []
|
94
106
|
},
|
95
107
|
"VCarousel": {
|
@@ -100,36 +112,32 @@
|
|
100
112
|
"from": "components/VCarousel/index.mjs",
|
101
113
|
"styles": []
|
102
114
|
},
|
103
|
-
"
|
104
|
-
"from": "components/
|
105
|
-
"styles": []
|
106
|
-
},
|
107
|
-
"VCard": {
|
108
|
-
"from": "components/VCard/index.mjs",
|
115
|
+
"VChip": {
|
116
|
+
"from": "components/VChip/index.mjs",
|
109
117
|
"styles": []
|
110
118
|
},
|
111
|
-
"
|
112
|
-
"from": "components/
|
119
|
+
"VCheckbox": {
|
120
|
+
"from": "components/VCheckbox/index.mjs",
|
113
121
|
"styles": []
|
114
122
|
},
|
115
|
-
"
|
116
|
-
"from": "components/
|
123
|
+
"VCheckboxBtn": {
|
124
|
+
"from": "components/VCheckbox/index.mjs",
|
117
125
|
"styles": []
|
118
126
|
},
|
119
|
-
"
|
120
|
-
"from": "components/
|
127
|
+
"VCode": {
|
128
|
+
"from": "components/VCode/index.mjs",
|
121
129
|
"styles": []
|
122
130
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
131
|
+
"VColorPicker": {
|
132
|
+
"from": "components/VColorPicker/index.mjs",
|
125
133
|
"styles": []
|
126
134
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
135
|
+
"VCounter": {
|
136
|
+
"from": "components/VCounter/index.mjs",
|
129
137
|
"styles": []
|
130
138
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
139
|
+
"VChipGroup": {
|
140
|
+
"from": "components/VChipGroup/index.mjs",
|
133
141
|
"styles": []
|
134
142
|
},
|
135
143
|
"VDataTable": {
|
@@ -160,8 +168,12 @@
|
|
160
168
|
"from": "components/VDataTable/index.mjs",
|
161
169
|
"styles": []
|
162
170
|
},
|
163
|
-
"
|
164
|
-
"from": "components/
|
171
|
+
"VCombobox": {
|
172
|
+
"from": "components/VCombobox/index.mjs",
|
173
|
+
"styles": []
|
174
|
+
},
|
175
|
+
"VDialog": {
|
176
|
+
"from": "components/VDialog/index.mjs",
|
165
177
|
"styles": []
|
166
178
|
},
|
167
179
|
"VDatePicker": {
|
@@ -188,26 +200,10 @@
|
|
188
200
|
"from": "components/VDatePicker/index.mjs",
|
189
201
|
"styles": []
|
190
202
|
},
|
191
|
-
"VCode": {
|
192
|
-
"from": "components/VCode/index.mjs",
|
193
|
-
"styles": []
|
194
|
-
},
|
195
|
-
"VDivider": {
|
196
|
-
"from": "components/VDivider/index.mjs",
|
197
|
-
"styles": []
|
198
|
-
},
|
199
203
|
"VEmptyState": {
|
200
204
|
"from": "components/VEmptyState/index.mjs",
|
201
205
|
"styles": []
|
202
206
|
},
|
203
|
-
"VColorPicker": {
|
204
|
-
"from": "components/VColorPicker/index.mjs",
|
205
|
-
"styles": []
|
206
|
-
},
|
207
|
-
"VDialog": {
|
208
|
-
"from": "components/VDialog/index.mjs",
|
209
|
-
"styles": []
|
210
|
-
},
|
211
207
|
"VField": {
|
212
208
|
"from": "components/VField/index.mjs",
|
213
209
|
"styles": []
|
@@ -216,6 +212,18 @@
|
|
216
212
|
"from": "components/VField/index.mjs",
|
217
213
|
"styles": []
|
218
214
|
},
|
215
|
+
"VFileInput": {
|
216
|
+
"from": "components/VFileInput/index.mjs",
|
217
|
+
"styles": []
|
218
|
+
},
|
219
|
+
"VFab": {
|
220
|
+
"from": "components/VFab/index.mjs",
|
221
|
+
"styles": []
|
222
|
+
},
|
223
|
+
"VDivider": {
|
224
|
+
"from": "components/VDivider/index.mjs",
|
225
|
+
"styles": []
|
226
|
+
},
|
219
227
|
"VExpansionPanels": {
|
220
228
|
"from": "components/VExpansionPanel/index.mjs",
|
221
229
|
"styles": []
|
@@ -232,12 +240,12 @@
|
|
232
240
|
"from": "components/VExpansionPanel/index.mjs",
|
233
241
|
"styles": []
|
234
242
|
},
|
235
|
-
"
|
236
|
-
"from": "components/
|
243
|
+
"VImg": {
|
244
|
+
"from": "components/VImg/index.mjs",
|
237
245
|
"styles": []
|
238
246
|
},
|
239
|
-
"
|
240
|
-
"from": "components/
|
247
|
+
"VFooter": {
|
248
|
+
"from": "components/VFooter/index.mjs",
|
241
249
|
"styles": []
|
242
250
|
},
|
243
251
|
"VIcon": {
|
@@ -260,12 +268,8 @@
|
|
260
268
|
"from": "components/VIcon/index.mjs",
|
261
269
|
"styles": []
|
262
270
|
},
|
263
|
-
"
|
264
|
-
"from": "components/
|
265
|
-
"styles": []
|
266
|
-
},
|
267
|
-
"VImg": {
|
268
|
-
"from": "components/VImg/index.mjs",
|
271
|
+
"VInfiniteScroll": {
|
272
|
+
"from": "components/VInfiniteScroll/index.mjs",
|
269
273
|
"styles": []
|
270
274
|
},
|
271
275
|
"VItemGroup": {
|
@@ -276,18 +280,14 @@
|
|
276
280
|
"from": "components/VItemGroup/index.mjs",
|
277
281
|
"styles": []
|
278
282
|
},
|
279
|
-
"
|
280
|
-
"from": "components/
|
283
|
+
"VInput": {
|
284
|
+
"from": "components/VInput/index.mjs",
|
281
285
|
"styles": []
|
282
286
|
},
|
283
287
|
"VKbd": {
|
284
288
|
"from": "components/VKbd/index.mjs",
|
285
289
|
"styles": []
|
286
290
|
},
|
287
|
-
"VInput": {
|
288
|
-
"from": "components/VInput/index.mjs",
|
289
|
-
"styles": []
|
290
|
-
},
|
291
291
|
"VLabel": {
|
292
292
|
"from": "components/VLabel/index.mjs",
|
293
293
|
"styles": []
|
@@ -328,64 +328,64 @@
|
|
328
328
|
"from": "components/VList/index.mjs",
|
329
329
|
"styles": []
|
330
330
|
},
|
331
|
-
"
|
332
|
-
"from": "components/
|
331
|
+
"VMain": {
|
332
|
+
"from": "components/VMain/index.mjs",
|
333
|
+
"styles": []
|
334
|
+
},
|
335
|
+
"VMessages": {
|
336
|
+
"from": "components/VMessages/index.mjs",
|
333
337
|
"styles": []
|
334
338
|
},
|
335
339
|
"VMenu": {
|
336
340
|
"from": "components/VMenu/index.mjs",
|
337
341
|
"styles": []
|
338
342
|
},
|
339
|
-
"
|
340
|
-
"from": "components/
|
343
|
+
"VOverlay": {
|
344
|
+
"from": "components/VOverlay/index.mjs",
|
341
345
|
"styles": []
|
342
346
|
},
|
343
|
-
"
|
344
|
-
"from": "components/
|
347
|
+
"VNavigationDrawer": {
|
348
|
+
"from": "components/VNavigationDrawer/index.mjs",
|
345
349
|
"styles": []
|
346
350
|
},
|
347
351
|
"VPagination": {
|
348
352
|
"from": "components/VPagination/index.mjs",
|
349
353
|
"styles": []
|
350
354
|
},
|
351
|
-
"
|
352
|
-
"from": "components/
|
355
|
+
"VOtpInput": {
|
356
|
+
"from": "components/VOtpInput/index.mjs",
|
353
357
|
"styles": []
|
354
358
|
},
|
355
359
|
"VRadioGroup": {
|
356
360
|
"from": "components/VRadioGroup/index.mjs",
|
357
361
|
"styles": []
|
358
362
|
},
|
359
|
-
"
|
360
|
-
"from": "components/
|
363
|
+
"VProgressLinear": {
|
364
|
+
"from": "components/VProgressLinear/index.mjs",
|
361
365
|
"styles": []
|
362
366
|
},
|
363
367
|
"VProgressCircular": {
|
364
368
|
"from": "components/VProgressCircular/index.mjs",
|
365
369
|
"styles": []
|
366
370
|
},
|
367
|
-
"VRating": {
|
368
|
-
"from": "components/VRating/index.mjs",
|
369
|
-
"styles": []
|
370
|
-
},
|
371
371
|
"VSelect": {
|
372
372
|
"from": "components/VSelect/index.mjs",
|
373
373
|
"styles": []
|
374
374
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
375
|
+
"VRating": {
|
376
|
+
"from": "components/VRating/index.mjs",
|
377
377
|
"styles": []
|
378
378
|
},
|
379
|
-
"
|
380
|
-
"from": "components/
|
379
|
+
"VSelectionControl": {
|
380
|
+
"from": "components/VSelectionControl/index.mjs",
|
381
381
|
"styles": []
|
382
382
|
},
|
383
383
|
"VSheet": {
|
384
384
|
"from": "components/VSheet/index.mjs",
|
385
385
|
"styles": []
|
386
386
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
387
|
+
"VSkeletonLoader": {
|
388
|
+
"from": "components/VSkeletonLoader/index.mjs",
|
389
389
|
"styles": []
|
390
390
|
},
|
391
391
|
"VSelectionControlGroup": {
|
@@ -396,22 +396,6 @@
|
|
396
396
|
"from": "components/VSlider/index.mjs",
|
397
397
|
"styles": []
|
398
398
|
},
|
399
|
-
"VSlideGroup": {
|
400
|
-
"from": "components/VSlideGroup/index.mjs",
|
401
|
-
"styles": []
|
402
|
-
},
|
403
|
-
"VSlideGroupItem": {
|
404
|
-
"from": "components/VSlideGroup/index.mjs",
|
405
|
-
"styles": []
|
406
|
-
},
|
407
|
-
"VSwitch": {
|
408
|
-
"from": "components/VSwitch/index.mjs",
|
409
|
-
"styles": []
|
410
|
-
},
|
411
|
-
"VSnackbar": {
|
412
|
-
"from": "components/VSnackbar/index.mjs",
|
413
|
-
"styles": []
|
414
|
-
},
|
415
399
|
"VStepper": {
|
416
400
|
"from": "components/VStepper/index.mjs",
|
417
401
|
"styles": []
|
@@ -436,8 +420,16 @@
|
|
436
420
|
"from": "components/VStepper/index.mjs",
|
437
421
|
"styles": []
|
438
422
|
},
|
439
|
-
"
|
440
|
-
"from": "components/
|
423
|
+
"VSlideGroup": {
|
424
|
+
"from": "components/VSlideGroup/index.mjs",
|
425
|
+
"styles": []
|
426
|
+
},
|
427
|
+
"VSlideGroupItem": {
|
428
|
+
"from": "components/VSlideGroup/index.mjs",
|
429
|
+
"styles": []
|
430
|
+
},
|
431
|
+
"VSnackbar": {
|
432
|
+
"from": "components/VSnackbar/index.mjs",
|
441
433
|
"styles": []
|
442
434
|
},
|
443
435
|
"VTab": {
|
@@ -456,14 +448,22 @@
|
|
456
448
|
"from": "components/VTabs/index.mjs",
|
457
449
|
"styles": []
|
458
450
|
},
|
459
|
-
"VTextarea": {
|
460
|
-
"from": "components/VTextarea/index.mjs",
|
461
|
-
"styles": []
|
462
|
-
},
|
463
451
|
"VTable": {
|
464
452
|
"from": "components/VTable/index.mjs",
|
465
453
|
"styles": []
|
466
454
|
},
|
455
|
+
"VSwitch": {
|
456
|
+
"from": "components/VSwitch/index.mjs",
|
457
|
+
"styles": []
|
458
|
+
},
|
459
|
+
"VSystemBar": {
|
460
|
+
"from": "components/VSystemBar/index.mjs",
|
461
|
+
"styles": []
|
462
|
+
},
|
463
|
+
"VTextarea": {
|
464
|
+
"from": "components/VTextarea/index.mjs",
|
465
|
+
"styles": []
|
466
|
+
},
|
467
467
|
"VToolbar": {
|
468
468
|
"from": "components/VToolbar/index.mjs",
|
469
469
|
"styles": []
|
@@ -476,20 +476,12 @@
|
|
476
476
|
"from": "components/VToolbar/index.mjs",
|
477
477
|
"styles": []
|
478
478
|
},
|
479
|
-
"VTextField": {
|
480
|
-
"from": "components/VTextField/index.mjs",
|
481
|
-
"styles": []
|
482
|
-
},
|
483
479
|
"VTooltip": {
|
484
480
|
"from": "components/VTooltip/index.mjs",
|
485
481
|
"styles": []
|
486
482
|
},
|
487
|
-
"
|
488
|
-
"from": "components/
|
489
|
-
"styles": []
|
490
|
-
},
|
491
|
-
"VWindowItem": {
|
492
|
-
"from": "components/VWindow/index.mjs",
|
483
|
+
"VTextField": {
|
484
|
+
"from": "components/VTextField/index.mjs",
|
493
485
|
"styles": []
|
494
486
|
},
|
495
487
|
"VTimeline": {
|
@@ -500,6 +492,14 @@
|
|
500
492
|
"from": "components/VTimeline/index.mjs",
|
501
493
|
"styles": []
|
502
494
|
},
|
495
|
+
"VWindow": {
|
496
|
+
"from": "components/VWindow/index.mjs",
|
497
|
+
"styles": []
|
498
|
+
},
|
499
|
+
"VWindowItem": {
|
500
|
+
"from": "components/VWindow/index.mjs",
|
501
|
+
"styles": []
|
502
|
+
},
|
503
503
|
"VConfirmEdit": {
|
504
504
|
"from": "components/VConfirmEdit/index.mjs",
|
505
505
|
"styles": []
|
@@ -512,6 +512,10 @@
|
|
512
512
|
"from": "components/VDefaultsProvider/index.mjs",
|
513
513
|
"styles": []
|
514
514
|
},
|
515
|
+
"VHover": {
|
516
|
+
"from": "components/VHover/index.mjs",
|
517
|
+
"styles": []
|
518
|
+
},
|
515
519
|
"VContainer": {
|
516
520
|
"from": "components/VGrid/index.mjs",
|
517
521
|
"styles": []
|
@@ -540,18 +544,14 @@
|
|
540
544
|
"from": "components/VLayout/index.mjs",
|
541
545
|
"styles": []
|
542
546
|
},
|
543
|
-
"
|
544
|
-
"from": "components/
|
547
|
+
"VLazy": {
|
548
|
+
"from": "components/VLazy/index.mjs",
|
545
549
|
"styles": []
|
546
550
|
},
|
547
551
|
"VLocaleProvider": {
|
548
552
|
"from": "components/VLocaleProvider/index.mjs",
|
549
553
|
"styles": []
|
550
554
|
},
|
551
|
-
"VLazy": {
|
552
|
-
"from": "components/VLazy/index.mjs",
|
553
|
-
"styles": []
|
554
|
-
},
|
555
555
|
"VNoSsr": {
|
556
556
|
"from": "components/VNoSsr/index.mjs",
|
557
557
|
"styles": []
|
@@ -564,14 +564,14 @@
|
|
564
564
|
"from": "components/VRadio/index.mjs",
|
565
565
|
"styles": []
|
566
566
|
},
|
567
|
-
"VResponsive": {
|
568
|
-
"from": "components/VResponsive/index.mjs",
|
569
|
-
"styles": []
|
570
|
-
},
|
571
567
|
"VRangeSlider": {
|
572
568
|
"from": "components/VRangeSlider/index.mjs",
|
573
569
|
"styles": []
|
574
570
|
},
|
571
|
+
"VResponsive": {
|
572
|
+
"from": "components/VResponsive/index.mjs",
|
573
|
+
"styles": []
|
574
|
+
},
|
575
575
|
"VSparkline": {
|
576
576
|
"from": "components/VSparkline/index.mjs",
|
577
577
|
"styles": []
|
@@ -584,14 +584,6 @@
|
|
584
584
|
"from": "components/VThemeProvider/index.mjs",
|
585
585
|
"styles": []
|
586
586
|
},
|
587
|
-
"VValidation": {
|
588
|
-
"from": "components/VValidation/index.mjs",
|
589
|
-
"styles": []
|
590
|
-
},
|
591
|
-
"VVirtualScroll": {
|
592
|
-
"from": "components/VVirtualScroll/index.mjs",
|
593
|
-
"styles": []
|
594
|
-
},
|
595
587
|
"VFabTransition": {
|
596
588
|
"from": "components/transitions/index.mjs",
|
597
589
|
"styles": []
|
@@ -655,6 +647,14 @@
|
|
655
647
|
"VDialogTransition": {
|
656
648
|
"from": "components/transitions/index.mjs",
|
657
649
|
"styles": []
|
650
|
+
},
|
651
|
+
"VValidation": {
|
652
|
+
"from": "components/VValidation/index.mjs",
|
653
|
+
"styles": []
|
654
|
+
},
|
655
|
+
"VVirtualScroll": {
|
656
|
+
"from": "components/VVirtualScroll/index.mjs",
|
657
|
+
"styles": []
|
658
658
|
}
|
659
659
|
},
|
660
660
|
"directives": [
|
package/dist/json/web-types.json
CHANGED