@vuetify/nightly 3.6.9-master.2024-06-18 → 3.6.10-master.2024-06-20
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 +2 -10
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +166 -166
- package/dist/json/web-types.json +3 -3
- package/dist/vuetify-labs.css +2374 -2374
- package/dist/vuetify-labs.d.ts +18 -30
- package/dist/vuetify-labs.esm.js +6 -13
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -13
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1164 -1164
- package/dist/vuetify.d.ts +56 -56
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +56 -56
- package/lib/labs/VTreeview/VTreeview.mjs +5 -12
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +18 -30
- package/lib/labs/components.d.mts +18 -30
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,16 +1,8 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.10-master.2024-06-20...v) (2024-06-20)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.6.
|
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))
|
5
|
+
## [3.6.10-master.2024-06-20](https://github.com/vuetifyjs/vuetify/compare/v3.6.10...v3.6.10-master.2024-06-20) (2024-06-20)
|
14
6
|
|
15
7
|
|
16
8
|
|
@@ -1,17 +1,5 @@
|
|
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
|
-
},
|
15
3
|
"VCalendar": {
|
16
4
|
"from": "labs/VCalendar/index.mjs",
|
17
5
|
"styles": []
|
@@ -36,6 +24,30 @@
|
|
36
24
|
"from": "labs/VCalendar/index.mjs",
|
37
25
|
"styles": []
|
38
26
|
},
|
27
|
+
"VPicker": {
|
28
|
+
"from": "labs/VPicker/index.mjs",
|
29
|
+
"styles": []
|
30
|
+
},
|
31
|
+
"VPickerTitle": {
|
32
|
+
"from": "labs/VPicker/index.mjs",
|
33
|
+
"styles": []
|
34
|
+
},
|
35
|
+
"VNumberInput": {
|
36
|
+
"from": "labs/VNumberInput/index.mjs",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VTimePicker": {
|
40
|
+
"from": "labs/VTimePicker/index.mjs",
|
41
|
+
"styles": []
|
42
|
+
},
|
43
|
+
"VTimePickerClock": {
|
44
|
+
"from": "labs/VTimePicker/index.mjs",
|
45
|
+
"styles": []
|
46
|
+
},
|
47
|
+
"VTimePickerControls": {
|
48
|
+
"from": "labs/VTimePicker/index.mjs",
|
49
|
+
"styles": []
|
50
|
+
},
|
39
51
|
"VStepperVertical": {
|
40
52
|
"from": "labs/VStepperVertical/index.mjs",
|
41
53
|
"styles": []
|
@@ -60,18 +72,6 @@
|
|
60
72
|
"from": "labs/VTreeview/index.mjs",
|
61
73
|
"styles": []
|
62
74
|
},
|
63
|
-
"VTimePicker": {
|
64
|
-
"from": "labs/VTimePicker/index.mjs",
|
65
|
-
"styles": []
|
66
|
-
},
|
67
|
-
"VTimePickerClock": {
|
68
|
-
"from": "labs/VTimePicker/index.mjs",
|
69
|
-
"styles": []
|
70
|
-
},
|
71
|
-
"VTimePickerControls": {
|
72
|
-
"from": "labs/VTimePicker/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,8 +12,8 @@
|
|
16
12
|
"from": "components/VAppBar/index.mjs",
|
17
13
|
"styles": []
|
18
14
|
},
|
19
|
-
"
|
20
|
-
"from": "components/
|
15
|
+
"VApp": {
|
16
|
+
"from": "components/VApp/index.mjs",
|
21
17
|
"styles": []
|
22
18
|
},
|
23
19
|
"VAlert": {
|
@@ -32,6 +28,18 @@
|
|
32
28
|
"from": "components/VAutocomplete/index.mjs",
|
33
29
|
"styles": []
|
34
30
|
},
|
31
|
+
"VBadge": {
|
32
|
+
"from": "components/VBadge/index.mjs",
|
33
|
+
"styles": []
|
34
|
+
},
|
35
|
+
"VAvatar": {
|
36
|
+
"from": "components/VAvatar/index.mjs",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VBottomSheet": {
|
40
|
+
"from": "components/VBottomSheet/index.mjs",
|
41
|
+
"styles": []
|
42
|
+
},
|
35
43
|
"VBanner": {
|
36
44
|
"from": "components/VBanner/index.mjs",
|
37
45
|
"styles": []
|
@@ -60,26 +68,14 @@
|
|
60
68
|
"from": "components/VBreadcrumbs/index.mjs",
|
61
69
|
"styles": []
|
62
70
|
},
|
63
|
-
"
|
64
|
-
"from": "components/
|
71
|
+
"VBtnToggle": {
|
72
|
+
"from": "components/VBtnToggle/index.mjs",
|
65
73
|
"styles": []
|
66
74
|
},
|
67
75
|
"VBtn": {
|
68
76
|
"from": "components/VBtn/index.mjs",
|
69
77
|
"styles": []
|
70
78
|
},
|
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
|
-
"styles": []
|
82
|
-
},
|
83
79
|
"VCard": {
|
84
80
|
"from": "components/VCard/index.mjs",
|
85
81
|
"styles": []
|
@@ -104,6 +100,14 @@
|
|
104
100
|
"from": "components/VCard/index.mjs",
|
105
101
|
"styles": []
|
106
102
|
},
|
103
|
+
"VBtnGroup": {
|
104
|
+
"from": "components/VBtnGroup/index.mjs",
|
105
|
+
"styles": []
|
106
|
+
},
|
107
|
+
"VChipGroup": {
|
108
|
+
"from": "components/VChipGroup/index.mjs",
|
109
|
+
"styles": []
|
110
|
+
},
|
107
111
|
"VCarousel": {
|
108
112
|
"from": "components/VCarousel/index.mjs",
|
109
113
|
"styles": []
|
@@ -112,6 +116,10 @@
|
|
112
116
|
"from": "components/VCarousel/index.mjs",
|
113
117
|
"styles": []
|
114
118
|
},
|
119
|
+
"VColorPicker": {
|
120
|
+
"from": "components/VColorPicker/index.mjs",
|
121
|
+
"styles": []
|
122
|
+
},
|
115
123
|
"VCheckbox": {
|
116
124
|
"from": "components/VCheckbox/index.mjs",
|
117
125
|
"styles": []
|
@@ -124,20 +132,40 @@
|
|
124
132
|
"from": "components/VCode/index.mjs",
|
125
133
|
"styles": []
|
126
134
|
},
|
135
|
+
"VCombobox": {
|
136
|
+
"from": "components/VCombobox/index.mjs",
|
137
|
+
"styles": []
|
138
|
+
},
|
127
139
|
"VChip": {
|
128
140
|
"from": "components/VChip/index.mjs",
|
129
141
|
"styles": []
|
130
142
|
},
|
131
|
-
"
|
132
|
-
"from": "components/
|
143
|
+
"VDataTable": {
|
144
|
+
"from": "components/VDataTable/index.mjs",
|
133
145
|
"styles": []
|
134
146
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
147
|
+
"VDataTableHeaders": {
|
148
|
+
"from": "components/VDataTable/index.mjs",
|
137
149
|
"styles": []
|
138
150
|
},
|
139
|
-
"
|
140
|
-
"from": "components/
|
151
|
+
"VDataTableFooter": {
|
152
|
+
"from": "components/VDataTable/index.mjs",
|
153
|
+
"styles": []
|
154
|
+
},
|
155
|
+
"VDataTableRows": {
|
156
|
+
"from": "components/VDataTable/index.mjs",
|
157
|
+
"styles": []
|
158
|
+
},
|
159
|
+
"VDataTableRow": {
|
160
|
+
"from": "components/VDataTable/index.mjs",
|
161
|
+
"styles": []
|
162
|
+
},
|
163
|
+
"VDataTableVirtual": {
|
164
|
+
"from": "components/VDataTable/index.mjs",
|
165
|
+
"styles": []
|
166
|
+
},
|
167
|
+
"VDataTableServer": {
|
168
|
+
"from": "components/VDataTable/index.mjs",
|
141
169
|
"styles": []
|
142
170
|
},
|
143
171
|
"VDatePicker": {
|
@@ -164,48 +192,28 @@
|
|
164
192
|
"from": "components/VDatePicker/index.mjs",
|
165
193
|
"styles": []
|
166
194
|
},
|
167
|
-
"
|
168
|
-
"from": "components/
|
169
|
-
"styles": []
|
170
|
-
},
|
171
|
-
"VDataTable": {
|
172
|
-
"from": "components/VDataTable/index.mjs",
|
173
|
-
"styles": []
|
174
|
-
},
|
175
|
-
"VDataTableHeaders": {
|
176
|
-
"from": "components/VDataTable/index.mjs",
|
177
|
-
"styles": []
|
178
|
-
},
|
179
|
-
"VDataTableFooter": {
|
180
|
-
"from": "components/VDataTable/index.mjs",
|
181
|
-
"styles": []
|
182
|
-
},
|
183
|
-
"VDataTableRows": {
|
184
|
-
"from": "components/VDataTable/index.mjs",
|
195
|
+
"VCounter": {
|
196
|
+
"from": "components/VCounter/index.mjs",
|
185
197
|
"styles": []
|
186
198
|
},
|
187
|
-
"
|
188
|
-
"from": "components/
|
199
|
+
"VDialog": {
|
200
|
+
"from": "components/VDialog/index.mjs",
|
189
201
|
"styles": []
|
190
202
|
},
|
191
|
-
"
|
192
|
-
"from": "components/
|
203
|
+
"VEmptyState": {
|
204
|
+
"from": "components/VEmptyState/index.mjs",
|
193
205
|
"styles": []
|
194
206
|
},
|
195
|
-
"
|
196
|
-
"from": "components/
|
207
|
+
"VFab": {
|
208
|
+
"from": "components/VFab/index.mjs",
|
197
209
|
"styles": []
|
198
210
|
},
|
199
211
|
"VDivider": {
|
200
212
|
"from": "components/VDivider/index.mjs",
|
201
213
|
"styles": []
|
202
214
|
},
|
203
|
-
"
|
204
|
-
"from": "components/
|
205
|
-
"styles": []
|
206
|
-
},
|
207
|
-
"VEmptyState": {
|
208
|
-
"from": "components/VEmptyState/index.mjs",
|
215
|
+
"VFileInput": {
|
216
|
+
"from": "components/VFileInput/index.mjs",
|
209
217
|
"styles": []
|
210
218
|
},
|
211
219
|
"VExpansionPanels": {
|
@@ -224,26 +232,6 @@
|
|
224
232
|
"from": "components/VExpansionPanel/index.mjs",
|
225
233
|
"styles": []
|
226
234
|
},
|
227
|
-
"VFab": {
|
228
|
-
"from": "components/VFab/index.mjs",
|
229
|
-
"styles": []
|
230
|
-
},
|
231
|
-
"VField": {
|
232
|
-
"from": "components/VField/index.mjs",
|
233
|
-
"styles": []
|
234
|
-
},
|
235
|
-
"VFieldLabel": {
|
236
|
-
"from": "components/VField/index.mjs",
|
237
|
-
"styles": []
|
238
|
-
},
|
239
|
-
"VFileInput": {
|
240
|
-
"from": "components/VFileInput/index.mjs",
|
241
|
-
"styles": []
|
242
|
-
},
|
243
|
-
"VFooter": {
|
244
|
-
"from": "components/VFooter/index.mjs",
|
245
|
-
"styles": []
|
246
|
-
},
|
247
235
|
"VIcon": {
|
248
236
|
"from": "components/VIcon/index.mjs",
|
249
237
|
"styles": []
|
@@ -264,6 +252,22 @@
|
|
264
252
|
"from": "components/VIcon/index.mjs",
|
265
253
|
"styles": []
|
266
254
|
},
|
255
|
+
"VFooter": {
|
256
|
+
"from": "components/VFooter/index.mjs",
|
257
|
+
"styles": []
|
258
|
+
},
|
259
|
+
"VField": {
|
260
|
+
"from": "components/VField/index.mjs",
|
261
|
+
"styles": []
|
262
|
+
},
|
263
|
+
"VFieldLabel": {
|
264
|
+
"from": "components/VField/index.mjs",
|
265
|
+
"styles": []
|
266
|
+
},
|
267
|
+
"VInfiniteScroll": {
|
268
|
+
"from": "components/VInfiniteScroll/index.mjs",
|
269
|
+
"styles": []
|
270
|
+
},
|
267
271
|
"VItemGroup": {
|
268
272
|
"from": "components/VItemGroup/index.mjs",
|
269
273
|
"styles": []
|
@@ -276,8 +280,28 @@
|
|
276
280
|
"from": "components/VImg/index.mjs",
|
277
281
|
"styles": []
|
278
282
|
},
|
279
|
-
"
|
280
|
-
"from": "components/
|
283
|
+
"VInput": {
|
284
|
+
"from": "components/VInput/index.mjs",
|
285
|
+
"styles": []
|
286
|
+
},
|
287
|
+
"VLabel": {
|
288
|
+
"from": "components/VLabel/index.mjs",
|
289
|
+
"styles": []
|
290
|
+
},
|
291
|
+
"VKbd": {
|
292
|
+
"from": "components/VKbd/index.mjs",
|
293
|
+
"styles": []
|
294
|
+
},
|
295
|
+
"VMain": {
|
296
|
+
"from": "components/VMain/index.mjs",
|
297
|
+
"styles": []
|
298
|
+
},
|
299
|
+
"VMenu": {
|
300
|
+
"from": "components/VMenu/index.mjs",
|
301
|
+
"styles": []
|
302
|
+
},
|
303
|
+
"VMessages": {
|
304
|
+
"from": "components/VMessages/index.mjs",
|
281
305
|
"styles": []
|
282
306
|
},
|
283
307
|
"VList": {
|
@@ -316,30 +340,6 @@
|
|
316
340
|
"from": "components/VList/index.mjs",
|
317
341
|
"styles": []
|
318
342
|
},
|
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
|
-
},
|
331
|
-
"VMain": {
|
332
|
-
"from": "components/VMain/index.mjs",
|
333
|
-
"styles": []
|
334
|
-
},
|
335
|
-
"VLabel": {
|
336
|
-
"from": "components/VLabel/index.mjs",
|
337
|
-
"styles": []
|
338
|
-
},
|
339
|
-
"VMessages": {
|
340
|
-
"from": "components/VMessages/index.mjs",
|
341
|
-
"styles": []
|
342
|
-
},
|
343
343
|
"VNavigationDrawer": {
|
344
344
|
"from": "components/VNavigationDrawer/index.mjs",
|
345
345
|
"styles": []
|
@@ -352,48 +352,40 @@
|
|
352
352
|
"from": "components/VPagination/index.mjs",
|
353
353
|
"styles": []
|
354
354
|
},
|
355
|
-
"
|
356
|
-
"from": "components/
|
355
|
+
"VProgressLinear": {
|
356
|
+
"from": "components/VProgressLinear/index.mjs",
|
357
357
|
"styles": []
|
358
358
|
},
|
359
359
|
"VProgressCircular": {
|
360
360
|
"from": "components/VProgressCircular/index.mjs",
|
361
361
|
"styles": []
|
362
362
|
},
|
363
|
-
"
|
364
|
-
"from": "components/
|
365
|
-
"styles": []
|
366
|
-
},
|
367
|
-
"VProgressLinear": {
|
368
|
-
"from": "components/VProgressLinear/index.mjs",
|
363
|
+
"VOverlay": {
|
364
|
+
"from": "components/VOverlay/index.mjs",
|
369
365
|
"styles": []
|
370
366
|
},
|
371
367
|
"VRadioGroup": {
|
372
368
|
"from": "components/VRadioGroup/index.mjs",
|
373
369
|
"styles": []
|
374
370
|
},
|
375
|
-
"
|
376
|
-
"from": "components/
|
377
|
-
"styles": []
|
378
|
-
},
|
379
|
-
"VSelect": {
|
380
|
-
"from": "components/VSelect/index.mjs",
|
371
|
+
"VRating": {
|
372
|
+
"from": "components/VRating/index.mjs",
|
381
373
|
"styles": []
|
382
374
|
},
|
383
375
|
"VSelectionControl": {
|
384
376
|
"from": "components/VSelectionControl/index.mjs",
|
385
377
|
"styles": []
|
386
378
|
},
|
387
|
-
"
|
388
|
-
"from": "components/
|
379
|
+
"VSheet": {
|
380
|
+
"from": "components/VSheet/index.mjs",
|
389
381
|
"styles": []
|
390
382
|
},
|
391
|
-
"
|
392
|
-
"from": "components/
|
383
|
+
"VSkeletonLoader": {
|
384
|
+
"from": "components/VSkeletonLoader/index.mjs",
|
393
385
|
"styles": []
|
394
386
|
},
|
395
|
-
"
|
396
|
-
"from": "components/
|
387
|
+
"VSelect": {
|
388
|
+
"from": "components/VSelect/index.mjs",
|
397
389
|
"styles": []
|
398
390
|
},
|
399
391
|
"VSlideGroup": {
|
@@ -408,8 +400,16 @@
|
|
408
400
|
"from": "components/VSlider/index.mjs",
|
409
401
|
"styles": []
|
410
402
|
},
|
411
|
-
"
|
412
|
-
"from": "components/
|
403
|
+
"VSnackbar": {
|
404
|
+
"from": "components/VSnackbar/index.mjs",
|
405
|
+
"styles": []
|
406
|
+
},
|
407
|
+
"VSelectionControlGroup": {
|
408
|
+
"from": "components/VSelectionControlGroup/index.mjs",
|
409
|
+
"styles": []
|
410
|
+
},
|
411
|
+
"VSwitch": {
|
412
|
+
"from": "components/VSwitch/index.mjs",
|
413
413
|
"styles": []
|
414
414
|
},
|
415
415
|
"VStepper": {
|
@@ -436,44 +436,56 @@
|
|
436
436
|
"from": "components/VStepper/index.mjs",
|
437
437
|
"styles": []
|
438
438
|
},
|
439
|
-
"
|
440
|
-
"from": "components/
|
439
|
+
"VTab": {
|
440
|
+
"from": "components/VTabs/index.mjs",
|
441
441
|
"styles": []
|
442
442
|
},
|
443
|
-
"
|
444
|
-
"from": "components/
|
443
|
+
"VTabs": {
|
444
|
+
"from": "components/VTabs/index.mjs",
|
445
445
|
"styles": []
|
446
446
|
},
|
447
|
-
"
|
448
|
-
"from": "components/
|
447
|
+
"VTabsWindow": {
|
448
|
+
"from": "components/VTabs/index.mjs",
|
449
449
|
"styles": []
|
450
450
|
},
|
451
|
-
"
|
452
|
-
"from": "components/
|
451
|
+
"VTabsWindowItem": {
|
452
|
+
"from": "components/VTabs/index.mjs",
|
453
|
+
"styles": []
|
454
|
+
},
|
455
|
+
"VTable": {
|
456
|
+
"from": "components/VTable/index.mjs",
|
453
457
|
"styles": []
|
454
458
|
},
|
455
459
|
"VSystemBar": {
|
456
460
|
"from": "components/VSystemBar/index.mjs",
|
457
461
|
"styles": []
|
458
462
|
},
|
463
|
+
"VTextField": {
|
464
|
+
"from": "components/VTextField/index.mjs",
|
465
|
+
"styles": []
|
466
|
+
},
|
459
467
|
"VTextarea": {
|
460
468
|
"from": "components/VTextarea/index.mjs",
|
461
469
|
"styles": []
|
462
470
|
},
|
463
|
-
"
|
464
|
-
"from": "components/
|
471
|
+
"VTooltip": {
|
472
|
+
"from": "components/VTooltip/index.mjs",
|
465
473
|
"styles": []
|
466
474
|
},
|
467
|
-
"
|
468
|
-
"from": "components/
|
475
|
+
"VWindow": {
|
476
|
+
"from": "components/VWindow/index.mjs",
|
469
477
|
"styles": []
|
470
478
|
},
|
471
|
-
"
|
472
|
-
"from": "components/
|
479
|
+
"VWindowItem": {
|
480
|
+
"from": "components/VWindow/index.mjs",
|
473
481
|
"styles": []
|
474
482
|
},
|
475
|
-
"
|
476
|
-
"from": "components/
|
483
|
+
"VTimeline": {
|
484
|
+
"from": "components/VTimeline/index.mjs",
|
485
|
+
"styles": []
|
486
|
+
},
|
487
|
+
"VTimelineItem": {
|
488
|
+
"from": "components/VTimeline/index.mjs",
|
477
489
|
"styles": []
|
478
490
|
},
|
479
491
|
"VToolbar": {
|
@@ -488,18 +500,6 @@
|
|
488
500
|
"from": "components/VToolbar/index.mjs",
|
489
501
|
"styles": []
|
490
502
|
},
|
491
|
-
"VTooltip": {
|
492
|
-
"from": "components/VTooltip/index.mjs",
|
493
|
-
"styles": []
|
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,10 +512,6 @@
|
|
512
512
|
"from": "components/VDefaultsProvider/index.mjs",
|
513
513
|
"styles": []
|
514
514
|
},
|
515
|
-
"VForm": {
|
516
|
-
"from": "components/VForm/index.mjs",
|
517
|
-
"styles": []
|
518
|
-
},
|
519
515
|
"VContainer": {
|
520
516
|
"from": "components/VGrid/index.mjs",
|
521
517
|
"styles": []
|
@@ -532,6 +528,10 @@
|
|
532
528
|
"from": "components/VGrid/index.mjs",
|
533
529
|
"styles": []
|
534
530
|
},
|
531
|
+
"VForm": {
|
532
|
+
"from": "components/VForm/index.mjs",
|
533
|
+
"styles": []
|
534
|
+
},
|
535
535
|
"VHover": {
|
536
536
|
"from": "components/VHover/index.mjs",
|
537
537
|
"styles": []
|
@@ -548,14 +548,14 @@
|
|
548
548
|
"from": "components/VLayout/index.mjs",
|
549
549
|
"styles": []
|
550
550
|
},
|
551
|
-
"VLocaleProvider": {
|
552
|
-
"from": "components/VLocaleProvider/index.mjs",
|
553
|
-
"styles": []
|
554
|
-
},
|
555
551
|
"VNoSsr": {
|
556
552
|
"from": "components/VNoSsr/index.mjs",
|
557
553
|
"styles": []
|
558
554
|
},
|
555
|
+
"VLocaleProvider": {
|
556
|
+
"from": "components/VLocaleProvider/index.mjs",
|
557
|
+
"styles": []
|
558
|
+
},
|
559
559
|
"VParallax": {
|
560
560
|
"from": "components/VParallax/index.mjs",
|
561
561
|
"styles": []
|
@@ -572,12 +572,16 @@
|
|
572
572
|
"from": "components/VResponsive/index.mjs",
|
573
573
|
"styles": []
|
574
574
|
},
|
575
|
+
"VSpeedDial": {
|
576
|
+
"from": "components/VSpeedDial/index.mjs",
|
577
|
+
"styles": []
|
578
|
+
},
|
575
579
|
"VSparkline": {
|
576
580
|
"from": "components/VSparkline/index.mjs",
|
577
581
|
"styles": []
|
578
582
|
},
|
579
|
-
"
|
580
|
-
"from": "components/
|
583
|
+
"VVirtualScroll": {
|
584
|
+
"from": "components/VVirtualScroll/index.mjs",
|
581
585
|
"styles": []
|
582
586
|
},
|
583
587
|
"VThemeProvider": {
|
@@ -651,10 +655,6 @@
|
|
651
655
|
"VDialogTransition": {
|
652
656
|
"from": "components/transitions/index.mjs",
|
653
657
|
"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.
|
5
|
+
"version": "3.6.10-master.2024-06-20",
|
6
6
|
"contributions": {
|
7
7
|
"html": {
|
8
8
|
"types-syntax": "typescript",
|
@@ -46867,7 +46867,7 @@
|
|
46867
46867
|
"name": "selectStrategy",
|
46868
46868
|
"description": "Affects how items with children behave when selected.\n- **leaf:** Only leaf nodes (items without children) can be selected.\n- **independent:** All nodes can be selected whether they have children or not.\n- **classic:** Selecting a parent node will cause all children to be selected, parent nodes will be displayed as selected if all their descendants are selected. Only leaf nodes will be added to the model.",
|
46869
46869
|
"doc-url": "https://vuetifyjs.com/api/VTreeview#props",
|
46870
|
-
"default": "'
|
46870
|
+
"default": "'single-leaf'",
|
46871
46871
|
"value": {
|
46872
46872
|
"kind": "expression",
|
46873
46873
|
"type": "| 'single-leaf'\n | 'leaf'\n | 'independent'\n | 'single-independent'\n | 'classic'\n | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>\n | ((mandatory: boolean) => <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L26-L30\" target=\"_blank\">SelectStrategy</a>)"
|
@@ -47019,7 +47019,7 @@
|
|
47019
47019
|
"name": "openStrategy",
|
47020
47020
|
"description": "Affects how items with children behave when expanded.\n- **multiple:** Any number of groups can be open at once.\n- **single:** Only one group at each level can be open, opening a group will cause others to close.\n- **list:** Multiple, but all other groups will close when an item is selected.",
|
47021
47021
|
"doc-url": "https://vuetifyjs.com/api/VTreeview#props",
|
47022
|
-
"default": "'
|
47022
|
+
"default": "'list'",
|
47023
47023
|
"value": {
|
47024
47024
|
"kind": "expression",
|
47025
47025
|
"type": "'single' | 'multiple' | 'list' | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/openStrategies.ts#L20-L23\" target=\"_blank\">OpenStrategy</a>"
|