vuetify 3.6.10 → 3.6.11
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 +2 -2
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +128 -128
- package/dist/json/web-types.json +5 -5
- package/dist/vuetify-labs.css +2995 -2995
- package/dist/vuetify-labs.d.ts +18 -30
- package/dist/vuetify-labs.esm.js +57 -69
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +57 -69
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2913 -2913
- package/dist/vuetify.d.ts +44 -44
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +44 -44
- package/lib/labs/VNumberInput/VNumberInput.mjs +48 -55
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +2 -0
- package/lib/labs/VStepperVertical/VStepperVertical.mjs.map +1 -1
- 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 +2 -2
|
@@ -2125,7 +2125,7 @@
|
|
|
2125
2125
|
},
|
|
2126
2126
|
"VCarouselItem/gradient": {
|
|
2127
2127
|
"type": "string\n",
|
|
2128
|
-
"description": "The gradient to apply to the image.
|
|
2128
|
+
"description": "The gradient to apply to the image. Only supports [linear-gradient](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/linear-gradient) syntax, anything else should be done with classes."
|
|
2129
2129
|
},
|
|
2130
2130
|
"VCarouselItem/lazy-src": {
|
|
2131
2131
|
"type": "string\n",
|
|
@@ -6089,7 +6089,7 @@
|
|
|
6089
6089
|
},
|
|
6090
6090
|
"VImg/gradient": {
|
|
6091
6091
|
"type": "string\n",
|
|
6092
|
-
"description": "The gradient to apply to the image.
|
|
6092
|
+
"description": "The gradient to apply to the image. Only supports [linear-gradient](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/linear-gradient) syntax, anything else should be done with classes."
|
|
6093
6093
|
},
|
|
6094
6094
|
"VImg/lazy-src": {
|
|
6095
6095
|
"type": "string\n",
|
|
@@ -40,6 +40,14 @@
|
|
|
40
40
|
"from": "labs/VStepperVertical/index.mjs",
|
|
41
41
|
"styles": []
|
|
42
42
|
},
|
|
43
|
+
"VPicker": {
|
|
44
|
+
"from": "labs/VPicker/index.mjs",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
47
|
+
"VPickerTitle": {
|
|
48
|
+
"from": "labs/VPicker/index.mjs",
|
|
49
|
+
"styles": []
|
|
50
|
+
},
|
|
43
51
|
"VTreeview": {
|
|
44
52
|
"from": "labs/VTreeview/index.mjs",
|
|
45
53
|
"styles": []
|
|
@@ -52,14 +60,6 @@
|
|
|
52
60
|
"from": "labs/VTreeview/index.mjs",
|
|
53
61
|
"styles": []
|
|
54
62
|
},
|
|
55
|
-
"VPicker": {
|
|
56
|
-
"from": "labs/VPicker/index.mjs",
|
|
57
|
-
"styles": []
|
|
58
|
-
},
|
|
59
|
-
"VPickerTitle": {
|
|
60
|
-
"from": "labs/VPicker/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
|
-
"VSnackbarQueue": {
|
|
80
|
-
"from": "labs/VSnackbarQueue/index.mjs",
|
|
81
|
-
"styles": []
|
|
82
|
-
},
|
|
83
79
|
"VPullToRefresh": {
|
|
84
80
|
"from": "labs/VPullToRefresh/index.mjs",
|
|
85
81
|
"styles": []
|
|
82
|
+
},
|
|
83
|
+
"VSnackbarQueue": {
|
|
84
|
+
"from": "labs/VSnackbarQueue/index.mjs",
|
|
85
|
+
"styles": []
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
}
|
package/dist/json/importMap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"
|
|
4
|
-
"from": "components/
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
|
-
"VAlertTitle": {
|
|
8
|
-
"from": "components/VAlert/index.mjs",
|
|
3
|
+
"VAutocomplete": {
|
|
4
|
+
"from": "components/VAutocomplete/index.mjs",
|
|
9
5
|
"styles": []
|
|
10
6
|
},
|
|
11
7
|
"VApp": {
|
|
12
8
|
"from": "components/VApp/index.mjs",
|
|
13
9
|
"styles": []
|
|
14
10
|
},
|
|
15
|
-
"
|
|
16
|
-
"from": "components/
|
|
11
|
+
"VAlert": {
|
|
12
|
+
"from": "components/VAlert/index.mjs",
|
|
13
|
+
"styles": []
|
|
14
|
+
},
|
|
15
|
+
"VAlertTitle": {
|
|
16
|
+
"from": "components/VAlert/index.mjs",
|
|
17
17
|
"styles": []
|
|
18
18
|
},
|
|
19
19
|
"VAppBar": {
|
|
@@ -28,28 +28,28 @@
|
|
|
28
28
|
"from": "components/VAppBar/index.mjs",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "components/
|
|
31
|
+
"VBottomNavigation": {
|
|
32
|
+
"from": "components/VBottomNavigation/index.mjs",
|
|
33
33
|
"styles": []
|
|
34
34
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "components/
|
|
35
|
+
"VAvatar": {
|
|
36
|
+
"from": "components/VAvatar/index.mjs",
|
|
37
37
|
"styles": []
|
|
38
38
|
},
|
|
39
|
-
"
|
|
40
|
-
"from": "components/
|
|
39
|
+
"VBreadcrumbs": {
|
|
40
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
|
41
41
|
"styles": []
|
|
42
42
|
},
|
|
43
|
-
"
|
|
44
|
-
"from": "components/
|
|
43
|
+
"VBreadcrumbsItem": {
|
|
44
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
|
45
45
|
"styles": []
|
|
46
46
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "components/
|
|
47
|
+
"VBreadcrumbsDivider": {
|
|
48
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
|
49
49
|
"styles": []
|
|
50
50
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "components/
|
|
51
|
+
"VBadge": {
|
|
52
|
+
"from": "components/VBadge/index.mjs",
|
|
53
53
|
"styles": []
|
|
54
54
|
},
|
|
55
55
|
"VBottomSheet": {
|
|
@@ -60,20 +60,40 @@
|
|
|
60
60
|
"from": "components/VBtn/index.mjs",
|
|
61
61
|
"styles": []
|
|
62
62
|
},
|
|
63
|
+
"VBanner": {
|
|
64
|
+
"from": "components/VBanner/index.mjs",
|
|
65
|
+
"styles": []
|
|
66
|
+
},
|
|
67
|
+
"VBannerActions": {
|
|
68
|
+
"from": "components/VBanner/index.mjs",
|
|
69
|
+
"styles": []
|
|
70
|
+
},
|
|
71
|
+
"VBannerText": {
|
|
72
|
+
"from": "components/VBanner/index.mjs",
|
|
73
|
+
"styles": []
|
|
74
|
+
},
|
|
63
75
|
"VBtnToggle": {
|
|
64
76
|
"from": "components/VBtnToggle/index.mjs",
|
|
65
77
|
"styles": []
|
|
66
78
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "components/
|
|
79
|
+
"VCarousel": {
|
|
80
|
+
"from": "components/VCarousel/index.mjs",
|
|
69
81
|
"styles": []
|
|
70
82
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "components/
|
|
83
|
+
"VCarouselItem": {
|
|
84
|
+
"from": "components/VCarousel/index.mjs",
|
|
73
85
|
"styles": []
|
|
74
86
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "components/
|
|
87
|
+
"VBtnGroup": {
|
|
88
|
+
"from": "components/VBtnGroup/index.mjs",
|
|
89
|
+
"styles": []
|
|
90
|
+
},
|
|
91
|
+
"VCheckbox": {
|
|
92
|
+
"from": "components/VCheckbox/index.mjs",
|
|
93
|
+
"styles": []
|
|
94
|
+
},
|
|
95
|
+
"VCheckboxBtn": {
|
|
96
|
+
"from": "components/VCheckbox/index.mjs",
|
|
77
97
|
"styles": []
|
|
78
98
|
},
|
|
79
99
|
"VCard": {
|
|
@@ -100,28 +120,20 @@
|
|
|
100
120
|
"from": "components/VCard/index.mjs",
|
|
101
121
|
"styles": []
|
|
102
122
|
},
|
|
103
|
-
"VCarousel": {
|
|
104
|
-
"from": "components/VCarousel/index.mjs",
|
|
105
|
-
"styles": []
|
|
106
|
-
},
|
|
107
|
-
"VCarouselItem": {
|
|
108
|
-
"from": "components/VCarousel/index.mjs",
|
|
109
|
-
"styles": []
|
|
110
|
-
},
|
|
111
|
-
"VBtnGroup": {
|
|
112
|
-
"from": "components/VBtnGroup/index.mjs",
|
|
113
|
-
"styles": []
|
|
114
|
-
},
|
|
115
123
|
"VChip": {
|
|
116
124
|
"from": "components/VChip/index.mjs",
|
|
117
125
|
"styles": []
|
|
118
126
|
},
|
|
119
|
-
"
|
|
120
|
-
"from": "components/
|
|
127
|
+
"VColorPicker": {
|
|
128
|
+
"from": "components/VColorPicker/index.mjs",
|
|
121
129
|
"styles": []
|
|
122
130
|
},
|
|
123
|
-
"
|
|
124
|
-
"from": "components/
|
|
131
|
+
"VCounter": {
|
|
132
|
+
"from": "components/VCounter/index.mjs",
|
|
133
|
+
"styles": []
|
|
134
|
+
},
|
|
135
|
+
"VCode": {
|
|
136
|
+
"from": "components/VCode/index.mjs",
|
|
125
137
|
"styles": []
|
|
126
138
|
},
|
|
127
139
|
"VChipGroup": {
|
|
@@ -132,18 +144,6 @@
|
|
|
132
144
|
"from": "components/VCombobox/index.mjs",
|
|
133
145
|
"styles": []
|
|
134
146
|
},
|
|
135
|
-
"VColorPicker": {
|
|
136
|
-
"from": "components/VColorPicker/index.mjs",
|
|
137
|
-
"styles": []
|
|
138
|
-
},
|
|
139
|
-
"VCode": {
|
|
140
|
-
"from": "components/VCode/index.mjs",
|
|
141
|
-
"styles": []
|
|
142
|
-
},
|
|
143
|
-
"VCounter": {
|
|
144
|
-
"from": "components/VCounter/index.mjs",
|
|
145
|
-
"styles": []
|
|
146
|
-
},
|
|
147
147
|
"VDataTable": {
|
|
148
148
|
"from": "components/VDataTable/index.mjs",
|
|
149
149
|
"styles": []
|
|
@@ -172,10 +172,6 @@
|
|
|
172
172
|
"from": "components/VDataTable/index.mjs",
|
|
173
173
|
"styles": []
|
|
174
174
|
},
|
|
175
|
-
"VDialog": {
|
|
176
|
-
"from": "components/VDialog/index.mjs",
|
|
177
|
-
"styles": []
|
|
178
|
-
},
|
|
179
175
|
"VDatePicker": {
|
|
180
176
|
"from": "components/VDatePicker/index.mjs",
|
|
181
177
|
"styles": []
|
|
@@ -204,14 +200,22 @@
|
|
|
204
200
|
"from": "components/VEmptyState/index.mjs",
|
|
205
201
|
"styles": []
|
|
206
202
|
},
|
|
207
|
-
"
|
|
208
|
-
"from": "components/
|
|
203
|
+
"VDialog": {
|
|
204
|
+
"from": "components/VDialog/index.mjs",
|
|
209
205
|
"styles": []
|
|
210
206
|
},
|
|
211
207
|
"VFab": {
|
|
212
208
|
"from": "components/VFab/index.mjs",
|
|
213
209
|
"styles": []
|
|
214
210
|
},
|
|
211
|
+
"VField": {
|
|
212
|
+
"from": "components/VField/index.mjs",
|
|
213
|
+
"styles": []
|
|
214
|
+
},
|
|
215
|
+
"VFieldLabel": {
|
|
216
|
+
"from": "components/VField/index.mjs",
|
|
217
|
+
"styles": []
|
|
218
|
+
},
|
|
215
219
|
"VExpansionPanels": {
|
|
216
220
|
"from": "components/VExpansionPanel/index.mjs",
|
|
217
221
|
"styles": []
|
|
@@ -228,16 +232,8 @@
|
|
|
228
232
|
"from": "components/VExpansionPanel/index.mjs",
|
|
229
233
|
"styles": []
|
|
230
234
|
},
|
|
231
|
-
"
|
|
232
|
-
"from": "components/
|
|
233
|
-
"styles": []
|
|
234
|
-
},
|
|
235
|
-
"VField": {
|
|
236
|
-
"from": "components/VField/index.mjs",
|
|
237
|
-
"styles": []
|
|
238
|
-
},
|
|
239
|
-
"VFieldLabel": {
|
|
240
|
-
"from": "components/VField/index.mjs",
|
|
235
|
+
"VDivider": {
|
|
236
|
+
"from": "components/VDivider/index.mjs",
|
|
241
237
|
"styles": []
|
|
242
238
|
},
|
|
243
239
|
"VFileInput": {
|
|
@@ -248,6 +244,10 @@
|
|
|
248
244
|
"from": "components/VImg/index.mjs",
|
|
249
245
|
"styles": []
|
|
250
246
|
},
|
|
247
|
+
"VFooter": {
|
|
248
|
+
"from": "components/VFooter/index.mjs",
|
|
249
|
+
"styles": []
|
|
250
|
+
},
|
|
251
251
|
"VIcon": {
|
|
252
252
|
"from": "components/VIcon/index.mjs",
|
|
253
253
|
"styles": []
|
|
@@ -268,10 +268,6 @@
|
|
|
268
268
|
"from": "components/VIcon/index.mjs",
|
|
269
269
|
"styles": []
|
|
270
270
|
},
|
|
271
|
-
"VInfiniteScroll": {
|
|
272
|
-
"from": "components/VInfiniteScroll/index.mjs",
|
|
273
|
-
"styles": []
|
|
274
|
-
},
|
|
275
271
|
"VKbd": {
|
|
276
272
|
"from": "components/VKbd/index.mjs",
|
|
277
273
|
"styles": []
|
|
@@ -280,6 +276,10 @@
|
|
|
280
276
|
"from": "components/VInput/index.mjs",
|
|
281
277
|
"styles": []
|
|
282
278
|
},
|
|
279
|
+
"VLabel": {
|
|
280
|
+
"from": "components/VLabel/index.mjs",
|
|
281
|
+
"styles": []
|
|
282
|
+
},
|
|
283
283
|
"VItemGroup": {
|
|
284
284
|
"from": "components/VItemGroup/index.mjs",
|
|
285
285
|
"styles": []
|
|
@@ -288,8 +288,12 @@
|
|
|
288
288
|
"from": "components/VItemGroup/index.mjs",
|
|
289
289
|
"styles": []
|
|
290
290
|
},
|
|
291
|
-
"
|
|
292
|
-
"from": "components/
|
|
291
|
+
"VInfiniteScroll": {
|
|
292
|
+
"from": "components/VInfiniteScroll/index.mjs",
|
|
293
|
+
"styles": []
|
|
294
|
+
},
|
|
295
|
+
"VMessages": {
|
|
296
|
+
"from": "components/VMessages/index.mjs",
|
|
293
297
|
"styles": []
|
|
294
298
|
},
|
|
295
299
|
"VList": {
|
|
@@ -336,56 +340,56 @@
|
|
|
336
340
|
"from": "components/VMenu/index.mjs",
|
|
337
341
|
"styles": []
|
|
338
342
|
},
|
|
339
|
-
"
|
|
340
|
-
"from": "components/
|
|
343
|
+
"VOtpInput": {
|
|
344
|
+
"from": "components/VOtpInput/index.mjs",
|
|
341
345
|
"styles": []
|
|
342
346
|
},
|
|
343
|
-
"
|
|
344
|
-
"from": "components/
|
|
347
|
+
"VOverlay": {
|
|
348
|
+
"from": "components/VOverlay/index.mjs",
|
|
345
349
|
"styles": []
|
|
346
350
|
},
|
|
347
351
|
"VNavigationDrawer": {
|
|
348
352
|
"from": "components/VNavigationDrawer/index.mjs",
|
|
349
353
|
"styles": []
|
|
350
354
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
355
|
+
"VProgressLinear": {
|
|
356
|
+
"from": "components/VProgressLinear/index.mjs",
|
|
353
357
|
"styles": []
|
|
354
358
|
},
|
|
355
|
-
"
|
|
356
|
-
"from": "components/
|
|
359
|
+
"VPagination": {
|
|
360
|
+
"from": "components/VPagination/index.mjs",
|
|
357
361
|
"styles": []
|
|
358
362
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
363
|
+
"VProgressCircular": {
|
|
364
|
+
"from": "components/VProgressCircular/index.mjs",
|
|
361
365
|
"styles": []
|
|
362
366
|
},
|
|
363
367
|
"VRadioGroup": {
|
|
364
368
|
"from": "components/VRadioGroup/index.mjs",
|
|
365
369
|
"styles": []
|
|
366
370
|
},
|
|
367
|
-
"VOverlay": {
|
|
368
|
-
"from": "components/VOverlay/index.mjs",
|
|
369
|
-
"styles": []
|
|
370
|
-
},
|
|
371
371
|
"VRating": {
|
|
372
372
|
"from": "components/VRating/index.mjs",
|
|
373
373
|
"styles": []
|
|
374
374
|
},
|
|
375
|
+
"VSelect": {
|
|
376
|
+
"from": "components/VSelect/index.mjs",
|
|
377
|
+
"styles": []
|
|
378
|
+
},
|
|
375
379
|
"VSelectionControl": {
|
|
376
380
|
"from": "components/VSelectionControl/index.mjs",
|
|
377
381
|
"styles": []
|
|
378
382
|
},
|
|
379
|
-
"
|
|
380
|
-
"from": "components/
|
|
383
|
+
"VSelectionControlGroup": {
|
|
384
|
+
"from": "components/VSelectionControlGroup/index.mjs",
|
|
381
385
|
"styles": []
|
|
382
386
|
},
|
|
383
|
-
"
|
|
384
|
-
"from": "components/
|
|
387
|
+
"VSheet": {
|
|
388
|
+
"from": "components/VSheet/index.mjs",
|
|
385
389
|
"styles": []
|
|
386
390
|
},
|
|
387
|
-
"
|
|
388
|
-
"from": "components/
|
|
391
|
+
"VSlider": {
|
|
392
|
+
"from": "components/VSlider/index.mjs",
|
|
389
393
|
"styles": []
|
|
390
394
|
},
|
|
391
395
|
"VSkeletonLoader": {
|
|
@@ -400,22 +404,10 @@
|
|
|
400
404
|
"from": "components/VSlideGroup/index.mjs",
|
|
401
405
|
"styles": []
|
|
402
406
|
},
|
|
403
|
-
"VSlider": {
|
|
404
|
-
"from": "components/VSlider/index.mjs",
|
|
405
|
-
"styles": []
|
|
406
|
-
},
|
|
407
407
|
"VSnackbar": {
|
|
408
408
|
"from": "components/VSnackbar/index.mjs",
|
|
409
409
|
"styles": []
|
|
410
410
|
},
|
|
411
|
-
"VSwitch": {
|
|
412
|
-
"from": "components/VSwitch/index.mjs",
|
|
413
|
-
"styles": []
|
|
414
|
-
},
|
|
415
|
-
"VSystemBar": {
|
|
416
|
-
"from": "components/VSystemBar/index.mjs",
|
|
417
|
-
"styles": []
|
|
418
|
-
},
|
|
419
411
|
"VStepper": {
|
|
420
412
|
"from": "components/VStepper/index.mjs",
|
|
421
413
|
"styles": []
|
|
@@ -456,26 +448,26 @@
|
|
|
456
448
|
"from": "components/VTabs/index.mjs",
|
|
457
449
|
"styles": []
|
|
458
450
|
},
|
|
459
|
-
"
|
|
460
|
-
"from": "components/
|
|
461
|
-
"styles": []
|
|
462
|
-
},
|
|
463
|
-
"VTextField": {
|
|
464
|
-
"from": "components/VTextField/index.mjs",
|
|
451
|
+
"VSystemBar": {
|
|
452
|
+
"from": "components/VSystemBar/index.mjs",
|
|
465
453
|
"styles": []
|
|
466
454
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
455
|
+
"VSwitch": {
|
|
456
|
+
"from": "components/VSwitch/index.mjs",
|
|
469
457
|
"styles": []
|
|
470
458
|
},
|
|
471
|
-
"
|
|
472
|
-
"from": "components/
|
|
459
|
+
"VTable": {
|
|
460
|
+
"from": "components/VTable/index.mjs",
|
|
473
461
|
"styles": []
|
|
474
462
|
},
|
|
475
463
|
"VTextarea": {
|
|
476
464
|
"from": "components/VTextarea/index.mjs",
|
|
477
465
|
"styles": []
|
|
478
466
|
},
|
|
467
|
+
"VTextField": {
|
|
468
|
+
"from": "components/VTextField/index.mjs",
|
|
469
|
+
"styles": []
|
|
470
|
+
},
|
|
479
471
|
"VToolbar": {
|
|
480
472
|
"from": "components/VToolbar/index.mjs",
|
|
481
473
|
"styles": []
|
|
@@ -488,26 +480,34 @@
|
|
|
488
480
|
"from": "components/VToolbar/index.mjs",
|
|
489
481
|
"styles": []
|
|
490
482
|
},
|
|
491
|
-
"
|
|
492
|
-
"from": "components/
|
|
483
|
+
"VTimeline": {
|
|
484
|
+
"from": "components/VTimeline/index.mjs",
|
|
493
485
|
"styles": []
|
|
494
486
|
},
|
|
495
|
-
"
|
|
496
|
-
"from": "components/
|
|
487
|
+
"VTimelineItem": {
|
|
488
|
+
"from": "components/VTimeline/index.mjs",
|
|
497
489
|
"styles": []
|
|
498
490
|
},
|
|
499
491
|
"VTooltip": {
|
|
500
492
|
"from": "components/VTooltip/index.mjs",
|
|
501
493
|
"styles": []
|
|
502
494
|
},
|
|
503
|
-
"
|
|
504
|
-
"from": "components/
|
|
495
|
+
"VWindow": {
|
|
496
|
+
"from": "components/VWindow/index.mjs",
|
|
497
|
+
"styles": []
|
|
498
|
+
},
|
|
499
|
+
"VWindowItem": {
|
|
500
|
+
"from": "components/VWindow/index.mjs",
|
|
505
501
|
"styles": []
|
|
506
502
|
},
|
|
507
503
|
"VConfirmEdit": {
|
|
508
504
|
"from": "components/VConfirmEdit/index.mjs",
|
|
509
505
|
"styles": []
|
|
510
506
|
},
|
|
507
|
+
"VDataIterator": {
|
|
508
|
+
"from": "components/VDataIterator/index.mjs",
|
|
509
|
+
"styles": []
|
|
510
|
+
},
|
|
511
511
|
"VDefaultsProvider": {
|
|
512
512
|
"from": "components/VDefaultsProvider/index.mjs",
|
|
513
513
|
"styles": []
|
|
@@ -580,10 +580,6 @@
|
|
|
580
580
|
"from": "components/VSpeedDial/index.mjs",
|
|
581
581
|
"styles": []
|
|
582
582
|
},
|
|
583
|
-
"VValidation": {
|
|
584
|
-
"from": "components/VValidation/index.mjs",
|
|
585
|
-
"styles": []
|
|
586
|
-
},
|
|
587
583
|
"VThemeProvider": {
|
|
588
584
|
"from": "components/VThemeProvider/index.mjs",
|
|
589
585
|
"styles": []
|
|
@@ -652,6 +648,10 @@
|
|
|
652
648
|
"from": "components/transitions/index.mjs",
|
|
653
649
|
"styles": []
|
|
654
650
|
},
|
|
651
|
+
"VValidation": {
|
|
652
|
+
"from": "components/VValidation/index.mjs",
|
|
653
|
+
"styles": []
|
|
654
|
+
},
|
|
655
655
|
"VVirtualScroll": {
|
|
656
656
|
"from": "components/VVirtualScroll/index.mjs",
|
|
657
657
|
"styles": []
|
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.11",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -6814,7 +6814,7 @@
|
|
|
6814
6814
|
},
|
|
6815
6815
|
{
|
|
6816
6816
|
"name": "gradient",
|
|
6817
|
-
"description": "The gradient to apply to the image.
|
|
6817
|
+
"description": "The gradient to apply to the image. Only supports [linear-gradient](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/linear-gradient) syntax, anything else should be done with classes.",
|
|
6818
6818
|
"doc-url": "https://vuetifyjs.com/api/VCarouselItem#props",
|
|
6819
6819
|
"value": {
|
|
6820
6820
|
"kind": "expression",
|
|
@@ -23837,7 +23837,7 @@
|
|
|
23837
23837
|
},
|
|
23838
23838
|
{
|
|
23839
23839
|
"name": "gradient",
|
|
23840
|
-
"description": "The gradient to apply to the image.
|
|
23840
|
+
"description": "The gradient to apply to the image. Only supports [linear-gradient](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/linear-gradient) syntax, anything else should be done with classes.",
|
|
23841
23841
|
"doc-url": "https://vuetifyjs.com/api/VImg#props",
|
|
23842
23842
|
"value": {
|
|
23843
23843
|
"kind": "expression",
|
|
@@ -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>"
|