@vuetify/nightly 3.6.9-master.2024-06-12 → 3.6.9-master.2024-06-18
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/CHANGELOG.md +10 -2
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +146 -146
- package/dist/json/web-types.json +2 -2
- package/dist/vuetify-labs.css +1977 -1977
- package/dist/vuetify-labs.esm.js +40 -19
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +40 -19
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1020 -1020
- package/dist/vuetify.d.ts +53 -53
- package/dist/vuetify.esm.js +40 -19
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +40 -19
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +10 -8
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +5 -2
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +23 -11
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +13 -5
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.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/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,8 +1,16 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.9-master.2024-06-
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.9-master.2024-06-18...v) (2024-06-18)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.6.9-master.2024-06-
|
5
|
+
## [3.6.9-master.2024-06-18](https://github.com/vuetifyjs/vuetify/compare/v3.6.9...v3.6.9-master.2024-06-18) (2024-06-18)
|
6
|
+
|
7
|
+
|
8
|
+
### Bug Fixes
|
9
|
+
|
10
|
+
* **VDatePicker:** don't update month/year if new model is empty ([154e751](https://github.com/vuetifyjs/vuetify/commit/154e7516b89eb28f2f6c7568be92a5a28b5f572e)), closes [#20015](https://github.com/vuetifyjs/vuetify/issues/20015)
|
11
|
+
* **VExpansionPanel:** propagate defaults provided by VExpansionPanels ([666484a](https://github.com/vuetifyjs/vuetify/commit/666484ae265194dc1512cb4f84f53ab928f5482b))
|
12
|
+
* **VExpansionPanel:** remove unused toRef ([0931cec](https://github.com/vuetifyjs/vuetify/commit/0931cec21c35c062192b8f22b0438542f31bbce8))
|
13
|
+
* **VExpansionPanelTitle:** propagate VIcon defaults ([cec2094](https://github.com/vuetifyjs/vuetify/commit/cec20943af77b1c723c560d7282ebecee865e38b))
|
6
14
|
|
7
15
|
|
8
16
|
|
@@ -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,16 +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",
|
33
45
|
"styles": []
|
34
46
|
},
|
35
|
-
"
|
36
|
-
"from": "labs/
|
47
|
+
"VStepperVerticalActions": {
|
48
|
+
"from": "labs/VStepperVertical/index.mjs",
|
37
49
|
"styles": []
|
38
50
|
},
|
39
51
|
"VTreeview": {
|
@@ -48,18 +60,6 @@
|
|
48
60
|
"from": "labs/VTreeview/index.mjs",
|
49
61
|
"styles": []
|
50
62
|
},
|
51
|
-
"VStepperVertical": {
|
52
|
-
"from": "labs/VStepperVertical/index.mjs",
|
53
|
-
"styles": []
|
54
|
-
},
|
55
|
-
"VStepperVerticalItem": {
|
56
|
-
"from": "labs/VStepperVertical/index.mjs",
|
57
|
-
"styles": []
|
58
|
-
},
|
59
|
-
"VStepperVerticalActions": {
|
60
|
-
"from": "labs/VStepperVertical/index.mjs",
|
61
|
-
"styles": []
|
62
|
-
},
|
63
63
|
"VTimePicker": {
|
64
64
|
"from": "labs/VTimePicker/index.mjs",
|
65
65
|
"styles": []
|
@@ -76,13 +76,13 @@
|
|
76
76
|
"from": "labs/VDateInput/index.mjs",
|
77
77
|
"styles": []
|
78
78
|
},
|
79
|
-
"VPullToRefresh": {
|
80
|
-
"from": "labs/VPullToRefresh/index.mjs",
|
81
|
-
"styles": []
|
82
|
-
},
|
83
79
|
"VSnackbarQueue": {
|
84
80
|
"from": "labs/VSnackbarQueue/index.mjs",
|
85
81
|
"styles": []
|
82
|
+
},
|
83
|
+
"VPullToRefresh": {
|
84
|
+
"from": "labs/VPullToRefresh/index.mjs",
|
85
|
+
"styles": []
|
86
86
|
}
|
87
87
|
}
|
88
88
|
}
|
package/dist/json/importMap.json
CHANGED
@@ -4,22 +4,6 @@
|
|
4
4
|
"from": "components/VApp/index.mjs",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
-
"VAlert": {
|
8
|
-
"from": "components/VAlert/index.mjs",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VAlertTitle": {
|
12
|
-
"from": "components/VAlert/index.mjs",
|
13
|
-
"styles": []
|
14
|
-
},
|
15
|
-
"VBadge": {
|
16
|
-
"from": "components/VBadge/index.mjs",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
|
-
"VAutocomplete": {
|
20
|
-
"from": "components/VAutocomplete/index.mjs",
|
21
|
-
"styles": []
|
22
|
-
},
|
23
7
|
"VAppBar": {
|
24
8
|
"from": "components/VAppBar/index.mjs",
|
25
9
|
"styles": []
|
@@ -32,8 +16,20 @@
|
|
32
16
|
"from": "components/VAppBar/index.mjs",
|
33
17
|
"styles": []
|
34
18
|
},
|
35
|
-
"
|
36
|
-
"from": "components/
|
19
|
+
"VBadge": {
|
20
|
+
"from": "components/VBadge/index.mjs",
|
21
|
+
"styles": []
|
22
|
+
},
|
23
|
+
"VAlert": {
|
24
|
+
"from": "components/VAlert/index.mjs",
|
25
|
+
"styles": []
|
26
|
+
},
|
27
|
+
"VAlertTitle": {
|
28
|
+
"from": "components/VAlert/index.mjs",
|
29
|
+
"styles": []
|
30
|
+
},
|
31
|
+
"VAutocomplete": {
|
32
|
+
"from": "components/VAutocomplete/index.mjs",
|
37
33
|
"styles": []
|
38
34
|
},
|
39
35
|
"VBanner": {
|
@@ -52,10 +48,6 @@
|
|
52
48
|
"from": "components/VBottomNavigation/index.mjs",
|
53
49
|
"styles": []
|
54
50
|
},
|
55
|
-
"VBtn": {
|
56
|
-
"from": "components/VBtn/index.mjs",
|
57
|
-
"styles": []
|
58
|
-
},
|
59
51
|
"VBreadcrumbs": {
|
60
52
|
"from": "components/VBreadcrumbs/index.mjs",
|
61
53
|
"styles": []
|
@@ -72,12 +64,20 @@
|
|
72
64
|
"from": "components/VBottomSheet/index.mjs",
|
73
65
|
"styles": []
|
74
66
|
},
|
75
|
-
"
|
76
|
-
"from": "components/
|
67
|
+
"VBtn": {
|
68
|
+
"from": "components/VBtn/index.mjs",
|
77
69
|
"styles": []
|
78
70
|
},
|
79
|
-
"
|
80
|
-
"from": "components/
|
71
|
+
"VAvatar": {
|
72
|
+
"from": "components/VAvatar/index.mjs",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
|
+
"VBtnGroup": {
|
76
|
+
"from": "components/VBtnGroup/index.mjs",
|
77
|
+
"styles": []
|
78
|
+
},
|
79
|
+
"VBtnToggle": {
|
80
|
+
"from": "components/VBtnToggle/index.mjs",
|
81
81
|
"styles": []
|
82
82
|
},
|
83
83
|
"VCard": {
|
@@ -104,14 +104,6 @@
|
|
104
104
|
"from": "components/VCard/index.mjs",
|
105
105
|
"styles": []
|
106
106
|
},
|
107
|
-
"VBtnGroup": {
|
108
|
-
"from": "components/VBtnGroup/index.mjs",
|
109
|
-
"styles": []
|
110
|
-
},
|
111
|
-
"VBtnToggle": {
|
112
|
-
"from": "components/VBtnToggle/index.mjs",
|
113
|
-
"styles": []
|
114
|
-
},
|
115
107
|
"VCarousel": {
|
116
108
|
"from": "components/VCarousel/index.mjs",
|
117
109
|
"styles": []
|
@@ -120,28 +112,60 @@
|
|
120
112
|
"from": "components/VCarousel/index.mjs",
|
121
113
|
"styles": []
|
122
114
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
115
|
+
"VCheckbox": {
|
116
|
+
"from": "components/VCheckbox/index.mjs",
|
125
117
|
"styles": []
|
126
118
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
119
|
+
"VCheckboxBtn": {
|
120
|
+
"from": "components/VCheckbox/index.mjs",
|
121
|
+
"styles": []
|
122
|
+
},
|
123
|
+
"VCode": {
|
124
|
+
"from": "components/VCode/index.mjs",
|
129
125
|
"styles": []
|
130
126
|
},
|
131
127
|
"VChip": {
|
132
128
|
"from": "components/VChip/index.mjs",
|
133
129
|
"styles": []
|
134
130
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
131
|
+
"VChipGroup": {
|
132
|
+
"from": "components/VChipGroup/index.mjs",
|
133
|
+
"styles": []
|
134
|
+
},
|
135
|
+
"VColorPicker": {
|
136
|
+
"from": "components/VColorPicker/index.mjs",
|
137
137
|
"styles": []
|
138
138
|
},
|
139
139
|
"VCounter": {
|
140
140
|
"from": "components/VCounter/index.mjs",
|
141
141
|
"styles": []
|
142
142
|
},
|
143
|
-
"
|
144
|
-
"from": "components/
|
143
|
+
"VDatePicker": {
|
144
|
+
"from": "components/VDatePicker/index.mjs",
|
145
|
+
"styles": []
|
146
|
+
},
|
147
|
+
"VDatePickerControls": {
|
148
|
+
"from": "components/VDatePicker/index.mjs",
|
149
|
+
"styles": []
|
150
|
+
},
|
151
|
+
"VDatePickerHeader": {
|
152
|
+
"from": "components/VDatePicker/index.mjs",
|
153
|
+
"styles": []
|
154
|
+
},
|
155
|
+
"VDatePickerMonth": {
|
156
|
+
"from": "components/VDatePicker/index.mjs",
|
157
|
+
"styles": []
|
158
|
+
},
|
159
|
+
"VDatePickerMonths": {
|
160
|
+
"from": "components/VDatePicker/index.mjs",
|
161
|
+
"styles": []
|
162
|
+
},
|
163
|
+
"VDatePickerYears": {
|
164
|
+
"from": "components/VDatePicker/index.mjs",
|
165
|
+
"styles": []
|
166
|
+
},
|
167
|
+
"VCombobox": {
|
168
|
+
"from": "components/VCombobox/index.mjs",
|
145
169
|
"styles": []
|
146
170
|
},
|
147
171
|
"VDataTable": {
|
@@ -172,34 +196,18 @@
|
|
172
196
|
"from": "components/VDataTable/index.mjs",
|
173
197
|
"styles": []
|
174
198
|
},
|
175
|
-
"
|
176
|
-
"from": "components/
|
177
|
-
"styles": []
|
178
|
-
},
|
179
|
-
"VDatePickerControls": {
|
180
|
-
"from": "components/VDatePicker/index.mjs",
|
181
|
-
"styles": []
|
182
|
-
},
|
183
|
-
"VDatePickerHeader": {
|
184
|
-
"from": "components/VDatePicker/index.mjs",
|
185
|
-
"styles": []
|
186
|
-
},
|
187
|
-
"VDatePickerMonth": {
|
188
|
-
"from": "components/VDatePicker/index.mjs",
|
189
|
-
"styles": []
|
190
|
-
},
|
191
|
-
"VDatePickerMonths": {
|
192
|
-
"from": "components/VDatePicker/index.mjs",
|
193
|
-
"styles": []
|
194
|
-
},
|
195
|
-
"VDatePickerYears": {
|
196
|
-
"from": "components/VDatePicker/index.mjs",
|
199
|
+
"VDivider": {
|
200
|
+
"from": "components/VDivider/index.mjs",
|
197
201
|
"styles": []
|
198
202
|
},
|
199
203
|
"VDialog": {
|
200
204
|
"from": "components/VDialog/index.mjs",
|
201
205
|
"styles": []
|
202
206
|
},
|
207
|
+
"VEmptyState": {
|
208
|
+
"from": "components/VEmptyState/index.mjs",
|
209
|
+
"styles": []
|
210
|
+
},
|
203
211
|
"VExpansionPanels": {
|
204
212
|
"from": "components/VExpansionPanel/index.mjs",
|
205
213
|
"styles": []
|
@@ -216,12 +224,8 @@
|
|
216
224
|
"from": "components/VExpansionPanel/index.mjs",
|
217
225
|
"styles": []
|
218
226
|
},
|
219
|
-
"
|
220
|
-
"from": "components/
|
221
|
-
"styles": []
|
222
|
-
},
|
223
|
-
"VDivider": {
|
224
|
-
"from": "components/VDivider/index.mjs",
|
227
|
+
"VFab": {
|
228
|
+
"from": "components/VFab/index.mjs",
|
225
229
|
"styles": []
|
226
230
|
},
|
227
231
|
"VField": {
|
@@ -232,10 +236,6 @@
|
|
232
236
|
"from": "components/VField/index.mjs",
|
233
237
|
"styles": []
|
234
238
|
},
|
235
|
-
"VFab": {
|
236
|
-
"from": "components/VFab/index.mjs",
|
237
|
-
"styles": []
|
238
|
-
},
|
239
239
|
"VFileInput": {
|
240
240
|
"from": "components/VFileInput/index.mjs",
|
241
241
|
"styles": []
|
@@ -244,14 +244,6 @@
|
|
244
244
|
"from": "components/VFooter/index.mjs",
|
245
245
|
"styles": []
|
246
246
|
},
|
247
|
-
"VImg": {
|
248
|
-
"from": "components/VImg/index.mjs",
|
249
|
-
"styles": []
|
250
|
-
},
|
251
|
-
"VInfiniteScroll": {
|
252
|
-
"from": "components/VInfiniteScroll/index.mjs",
|
253
|
-
"styles": []
|
254
|
-
},
|
255
247
|
"VIcon": {
|
256
248
|
"from": "components/VIcon/index.mjs",
|
257
249
|
"styles": []
|
@@ -272,10 +264,6 @@
|
|
272
264
|
"from": "components/VIcon/index.mjs",
|
273
265
|
"styles": []
|
274
266
|
},
|
275
|
-
"VInput": {
|
276
|
-
"from": "components/VInput/index.mjs",
|
277
|
-
"styles": []
|
278
|
-
},
|
279
267
|
"VItemGroup": {
|
280
268
|
"from": "components/VItemGroup/index.mjs",
|
281
269
|
"styles": []
|
@@ -284,16 +272,12 @@
|
|
284
272
|
"from": "components/VItemGroup/index.mjs",
|
285
273
|
"styles": []
|
286
274
|
},
|
287
|
-
"
|
288
|
-
"from": "components/
|
289
|
-
"styles": []
|
290
|
-
},
|
291
|
-
"VLabel": {
|
292
|
-
"from": "components/VLabel/index.mjs",
|
275
|
+
"VImg": {
|
276
|
+
"from": "components/VImg/index.mjs",
|
293
277
|
"styles": []
|
294
278
|
},
|
295
|
-
"
|
296
|
-
"from": "components/
|
279
|
+
"VInfiniteScroll": {
|
280
|
+
"from": "components/VInfiniteScroll/index.mjs",
|
297
281
|
"styles": []
|
298
282
|
},
|
299
283
|
"VList": {
|
@@ -332,10 +316,30 @@
|
|
332
316
|
"from": "components/VList/index.mjs",
|
333
317
|
"styles": []
|
334
318
|
},
|
319
|
+
"VInput": {
|
320
|
+
"from": "components/VInput/index.mjs",
|
321
|
+
"styles": []
|
322
|
+
},
|
323
|
+
"VKbd": {
|
324
|
+
"from": "components/VKbd/index.mjs",
|
325
|
+
"styles": []
|
326
|
+
},
|
327
|
+
"VMenu": {
|
328
|
+
"from": "components/VMenu/index.mjs",
|
329
|
+
"styles": []
|
330
|
+
},
|
335
331
|
"VMain": {
|
336
332
|
"from": "components/VMain/index.mjs",
|
337
333
|
"styles": []
|
338
334
|
},
|
335
|
+
"VLabel": {
|
336
|
+
"from": "components/VLabel/index.mjs",
|
337
|
+
"styles": []
|
338
|
+
},
|
339
|
+
"VMessages": {
|
340
|
+
"from": "components/VMessages/index.mjs",
|
341
|
+
"styles": []
|
342
|
+
},
|
339
343
|
"VNavigationDrawer": {
|
340
344
|
"from": "components/VNavigationDrawer/index.mjs",
|
341
345
|
"styles": []
|
@@ -344,48 +348,52 @@
|
|
344
348
|
"from": "components/VOtpInput/index.mjs",
|
345
349
|
"styles": []
|
346
350
|
},
|
347
|
-
"
|
348
|
-
"from": "components/
|
351
|
+
"VPagination": {
|
352
|
+
"from": "components/VPagination/index.mjs",
|
349
353
|
"styles": []
|
350
354
|
},
|
351
355
|
"VOverlay": {
|
352
356
|
"from": "components/VOverlay/index.mjs",
|
353
357
|
"styles": []
|
354
358
|
},
|
355
|
-
"VProgressLinear": {
|
356
|
-
"from": "components/VProgressLinear/index.mjs",
|
357
|
-
"styles": []
|
358
|
-
},
|
359
359
|
"VProgressCircular": {
|
360
360
|
"from": "components/VProgressCircular/index.mjs",
|
361
361
|
"styles": []
|
362
362
|
},
|
363
|
+
"VRating": {
|
364
|
+
"from": "components/VRating/index.mjs",
|
365
|
+
"styles": []
|
366
|
+
},
|
367
|
+
"VProgressLinear": {
|
368
|
+
"from": "components/VProgressLinear/index.mjs",
|
369
|
+
"styles": []
|
370
|
+
},
|
363
371
|
"VRadioGroup": {
|
364
372
|
"from": "components/VRadioGroup/index.mjs",
|
365
373
|
"styles": []
|
366
374
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
375
|
+
"VSelectionControlGroup": {
|
376
|
+
"from": "components/VSelectionControlGroup/index.mjs",
|
369
377
|
"styles": []
|
370
378
|
},
|
371
379
|
"VSelect": {
|
372
380
|
"from": "components/VSelect/index.mjs",
|
373
381
|
"styles": []
|
374
382
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
383
|
+
"VSelectionControl": {
|
384
|
+
"from": "components/VSelectionControl/index.mjs",
|
377
385
|
"styles": []
|
378
386
|
},
|
379
|
-
"
|
380
|
-
"from": "components/
|
387
|
+
"VSkeletonLoader": {
|
388
|
+
"from": "components/VSkeletonLoader/index.mjs",
|
381
389
|
"styles": []
|
382
390
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
391
|
+
"VSnackbar": {
|
392
|
+
"from": "components/VSnackbar/index.mjs",
|
385
393
|
"styles": []
|
386
394
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
395
|
+
"VSheet": {
|
396
|
+
"from": "components/VSheet/index.mjs",
|
389
397
|
"styles": []
|
390
398
|
},
|
391
399
|
"VSlideGroup": {
|
@@ -396,8 +404,12 @@
|
|
396
404
|
"from": "components/VSlideGroup/index.mjs",
|
397
405
|
"styles": []
|
398
406
|
},
|
399
|
-
"
|
400
|
-
"from": "components/
|
407
|
+
"VSlider": {
|
408
|
+
"from": "components/VSlider/index.mjs",
|
409
|
+
"styles": []
|
410
|
+
},
|
411
|
+
"VTable": {
|
412
|
+
"from": "components/VTable/index.mjs",
|
401
413
|
"styles": []
|
402
414
|
},
|
403
415
|
"VStepper": {
|
@@ -424,32 +436,28 @@
|
|
424
436
|
"from": "components/VStepper/index.mjs",
|
425
437
|
"styles": []
|
426
438
|
},
|
427
|
-
"
|
428
|
-
"from": "components/
|
429
|
-
"styles": []
|
430
|
-
},
|
431
|
-
"VSnackbar": {
|
432
|
-
"from": "components/VSnackbar/index.mjs",
|
439
|
+
"VSwitch": {
|
440
|
+
"from": "components/VSwitch/index.mjs",
|
433
441
|
"styles": []
|
434
442
|
},
|
435
|
-
"
|
436
|
-
"from": "components/
|
443
|
+
"VTextField": {
|
444
|
+
"from": "components/VTextField/index.mjs",
|
437
445
|
"styles": []
|
438
446
|
},
|
439
|
-
"
|
440
|
-
"from": "components/
|
447
|
+
"VTimeline": {
|
448
|
+
"from": "components/VTimeline/index.mjs",
|
441
449
|
"styles": []
|
442
450
|
},
|
443
|
-
"
|
444
|
-
"from": "components/
|
451
|
+
"VTimelineItem": {
|
452
|
+
"from": "components/VTimeline/index.mjs",
|
445
453
|
"styles": []
|
446
454
|
},
|
447
455
|
"VSystemBar": {
|
448
456
|
"from": "components/VSystemBar/index.mjs",
|
449
457
|
"styles": []
|
450
458
|
},
|
451
|
-
"
|
452
|
-
"from": "components/
|
459
|
+
"VTextarea": {
|
460
|
+
"from": "components/VTextarea/index.mjs",
|
453
461
|
"styles": []
|
454
462
|
},
|
455
463
|
"VTab": {
|
@@ -492,14 +500,6 @@
|
|
492
500
|
"from": "components/VWindow/index.mjs",
|
493
501
|
"styles": []
|
494
502
|
},
|
495
|
-
"VTimeline": {
|
496
|
-
"from": "components/VTimeline/index.mjs",
|
497
|
-
"styles": []
|
498
|
-
},
|
499
|
-
"VTimelineItem": {
|
500
|
-
"from": "components/VTimeline/index.mjs",
|
501
|
-
"styles": []
|
502
|
-
},
|
503
503
|
"VConfirmEdit": {
|
504
504
|
"from": "components/VConfirmEdit/index.mjs",
|
505
505
|
"styles": []
|
@@ -536,8 +536,8 @@
|
|
536
536
|
"from": "components/VHover/index.mjs",
|
537
537
|
"styles": []
|
538
538
|
},
|
539
|
-
"
|
540
|
-
"from": "components/
|
539
|
+
"VLazy": {
|
540
|
+
"from": "components/VLazy/index.mjs",
|
541
541
|
"styles": []
|
542
542
|
},
|
543
543
|
"VLayout": {
|
@@ -548,8 +548,8 @@
|
|
548
548
|
"from": "components/VLayout/index.mjs",
|
549
549
|
"styles": []
|
550
550
|
},
|
551
|
-
"
|
552
|
-
"from": "components/
|
551
|
+
"VLocaleProvider": {
|
552
|
+
"from": "components/VLocaleProvider/index.mjs",
|
553
553
|
"styles": []
|
554
554
|
},
|
555
555
|
"VNoSsr": {
|
@@ -572,14 +572,14 @@
|
|
572
572
|
"from": "components/VResponsive/index.mjs",
|
573
573
|
"styles": []
|
574
574
|
},
|
575
|
-
"VSpeedDial": {
|
576
|
-
"from": "components/VSpeedDial/index.mjs",
|
577
|
-
"styles": []
|
578
|
-
},
|
579
575
|
"VSparkline": {
|
580
576
|
"from": "components/VSparkline/index.mjs",
|
581
577
|
"styles": []
|
582
578
|
},
|
579
|
+
"VSpeedDial": {
|
580
|
+
"from": "components/VSpeedDial/index.mjs",
|
581
|
+
"styles": []
|
582
|
+
},
|
583
583
|
"VThemeProvider": {
|
584
584
|
"from": "components/VThemeProvider/index.mjs",
|
585
585
|
"styles": []
|
@@ -588,10 +588,6 @@
|
|
588
588
|
"from": "components/VValidation/index.mjs",
|
589
589
|
"styles": []
|
590
590
|
},
|
591
|
-
"VVirtualScroll": {
|
592
|
-
"from": "components/VVirtualScroll/index.mjs",
|
593
|
-
"styles": []
|
594
|
-
},
|
595
591
|
"VFabTransition": {
|
596
592
|
"from": "components/transitions/index.mjs",
|
597
593
|
"styles": []
|
@@ -655,6 +651,10 @@
|
|
655
651
|
"VDialogTransition": {
|
656
652
|
"from": "components/transitions/index.mjs",
|
657
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
@@ -2,7 +2,7 @@
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
3
3
|
"framework": "vue",
|
4
4
|
"name": "vuetify",
|
5
|
-
"version": "3.6.9-master.2024-06-
|
5
|
+
"version": "3.6.9-master.2024-06-18",
|
6
6
|
"contributions": {
|
7
7
|
"html": {
|
8
8
|
"types-syntax": "typescript",
|
@@ -20994,7 +20994,7 @@
|
|
20994
20994
|
},
|
20995
20995
|
{
|
20996
20996
|
"name": "actions",
|
20997
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VExpansionPanel/VExpansionPanelTitle.tsx#
|
20997
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VExpansionPanel/VExpansionPanelTitle.tsx#L22-L28.json))",
|
20998
20998
|
"doc-url": "https://vuetifyjs.com/api/v-expansion-panel-title#slots",
|
20999
20999
|
"vue-properties": [
|
21000
21000
|
{
|