@vuetify/nightly 3.6.0-alpha.2-dev.2024-04-22 → 3.6.0-alpha.2-dev.2024-04-23
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 +3 -2
- package/dist/json/attributes.json +4 -0
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +132 -132
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +11 -1
- package/dist/vuetify-labs.css +1692 -1692
- package/dist/vuetify-labs.d.ts +9 -0
- package/dist/vuetify-labs.esm.js +10 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +10 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +748 -748
- package/dist/vuetify.d.ts +54 -45
- package/dist/vuetify.esm.js +10 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +10 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +11 -11
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +7 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +9 -0
- package/lib/components/index.d.mts +9 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +45 -45
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.0-alpha.2-dev.2024-04-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.0-alpha.2-dev.2024-04-23...v) (2024-04-23)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
# [3.6.0-alpha.2-dev.2024-04-
|
|
5
|
+
# [3.6.0-alpha.2-dev.2024-04-23](https://github.com/vuetifyjs/vuetify/compare/v3.6.0-alpha.2...v3.6.0-alpha.2-dev.2024-04-23) (2024-04-23)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
* support css cascade layers ([#19641](https://github.com/vuetifyjs/vuetify/issues/19641)) ([4820347](https://github.com/vuetifyjs/vuetify/commit/4820347463f5ea139bea08a712dd4573c3f492b4))
|
|
18
18
|
* **VBtn:** add new readonly prop ([72f33dc](https://github.com/vuetifyjs/vuetify/commit/72f33dcd84ef3a3799ec1312a5eaa42e320b3e92))
|
|
19
|
+
* **VNavigationDrawer:** add new persistent prop ([#19552](https://github.com/vuetifyjs/vuetify/issues/19552)) ([74cc2bf](https://github.com/vuetifyjs/vuetify/commit/74cc2bf338cf3b785ddc7d69636ae5cb05d89e1e))
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
|
|
@@ -6663,6 +6663,10 @@
|
|
|
6663
6663
|
"type": "boolean\n",
|
|
6664
6664
|
"description": "A temporary drawer sits above its application and uses a scrim (overlay) to darken the background."
|
|
6665
6665
|
},
|
|
6666
|
+
"VNavigationDrawer/persistent": {
|
|
6667
|
+
"type": "boolean\n",
|
|
6668
|
+
"description": "Clicking outside or pressing **esc** key will not dismiss the dialog."
|
|
6669
|
+
},
|
|
6666
6670
|
"VNavigationDrawer/touchless": {
|
|
6667
6671
|
"type": "boolean\n",
|
|
6668
6672
|
"description": "Disable mobile touch functionality."
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"
|
|
4
|
-
"from": "labs/
|
|
3
|
+
"VNumberInput": {
|
|
4
|
+
"from": "labs/VNumberInput/index.mjs",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
7
|
"VCalendar": {
|
|
@@ -32,20 +32,8 @@
|
|
|
32
32
|
"from": "labs/VEmptyState/index.mjs",
|
|
33
33
|
"styles": []
|
|
34
34
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "labs/
|
|
37
|
-
"styles": []
|
|
38
|
-
},
|
|
39
|
-
"VTreeview": {
|
|
40
|
-
"from": "labs/VTreeview/index.mjs",
|
|
41
|
-
"styles": []
|
|
42
|
-
},
|
|
43
|
-
"VTreeviewItem": {
|
|
44
|
-
"from": "labs/VTreeview/index.mjs",
|
|
45
|
-
"styles": []
|
|
46
|
-
},
|
|
47
|
-
"VTreeviewGroup": {
|
|
48
|
-
"from": "labs/VTreeview/index.mjs",
|
|
35
|
+
"VFab": {
|
|
36
|
+
"from": "labs/VFab/index.mjs",
|
|
49
37
|
"styles": []
|
|
50
38
|
},
|
|
51
39
|
"VTimePicker": {
|
|
@@ -68,17 +56,29 @@
|
|
|
68
56
|
"from": "labs/VPicker/index.mjs",
|
|
69
57
|
"styles": []
|
|
70
58
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "labs/
|
|
59
|
+
"VTreeview": {
|
|
60
|
+
"from": "labs/VTreeview/index.mjs",
|
|
73
61
|
"styles": []
|
|
74
62
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "labs/
|
|
63
|
+
"VTreeviewItem": {
|
|
64
|
+
"from": "labs/VTreeview/index.mjs",
|
|
65
|
+
"styles": []
|
|
66
|
+
},
|
|
67
|
+
"VTreeviewGroup": {
|
|
68
|
+
"from": "labs/VTreeview/index.mjs",
|
|
69
|
+
"styles": []
|
|
70
|
+
},
|
|
71
|
+
"VConfirmEdit": {
|
|
72
|
+
"from": "labs/VConfirmEdit/index.mjs",
|
|
77
73
|
"styles": []
|
|
78
74
|
},
|
|
79
75
|
"VSparkline": {
|
|
80
76
|
"from": "labs/VSparkline/index.mjs",
|
|
81
77
|
"styles": []
|
|
78
|
+
},
|
|
79
|
+
"VSpeedDial": {
|
|
80
|
+
"from": "labs/VSpeedDial/index.mjs",
|
|
81
|
+
"styles": []
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
}
|
package/dist/json/importMap.json
CHANGED
|
@@ -4,18 +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
|
-
"VAutocomplete": {
|
|
16
|
-
"from": "components/VAutocomplete/index.mjs",
|
|
17
|
-
"styles": []
|
|
18
|
-
},
|
|
19
7
|
"VAppBar": {
|
|
20
8
|
"from": "components/VAppBar/index.mjs",
|
|
21
9
|
"styles": []
|
|
@@ -28,14 +16,26 @@
|
|
|
28
16
|
"from": "components/VAppBar/index.mjs",
|
|
29
17
|
"styles": []
|
|
30
18
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "components/
|
|
19
|
+
"VAlert": {
|
|
20
|
+
"from": "components/VAlert/index.mjs",
|
|
21
|
+
"styles": []
|
|
22
|
+
},
|
|
23
|
+
"VAlertTitle": {
|
|
24
|
+
"from": "components/VAlert/index.mjs",
|
|
25
|
+
"styles": []
|
|
26
|
+
},
|
|
27
|
+
"VAutocomplete": {
|
|
28
|
+
"from": "components/VAutocomplete/index.mjs",
|
|
33
29
|
"styles": []
|
|
34
30
|
},
|
|
35
31
|
"VAvatar": {
|
|
36
32
|
"from": "components/VAvatar/index.mjs",
|
|
37
33
|
"styles": []
|
|
38
34
|
},
|
|
35
|
+
"VBottomNavigation": {
|
|
36
|
+
"from": "components/VBottomNavigation/index.mjs",
|
|
37
|
+
"styles": []
|
|
38
|
+
},
|
|
39
39
|
"VBanner": {
|
|
40
40
|
"from": "components/VBanner/index.mjs",
|
|
41
41
|
"styles": []
|
|
@@ -48,12 +48,8 @@
|
|
|
48
48
|
"from": "components/VBanner/index.mjs",
|
|
49
49
|
"styles": []
|
|
50
50
|
},
|
|
51
|
-
"
|
|
52
|
-
"from": "components/
|
|
53
|
-
"styles": []
|
|
54
|
-
},
|
|
55
|
-
"VBottomNavigation": {
|
|
56
|
-
"from": "components/VBottomNavigation/index.mjs",
|
|
51
|
+
"VBadge": {
|
|
52
|
+
"from": "components/VBadge/index.mjs",
|
|
57
53
|
"styles": []
|
|
58
54
|
},
|
|
59
55
|
"VBreadcrumbs": {
|
|
@@ -68,30 +64,10 @@
|
|
|
68
64
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
69
65
|
"styles": []
|
|
70
66
|
},
|
|
71
|
-
"VBtnToggle": {
|
|
72
|
-
"from": "components/VBtnToggle/index.mjs",
|
|
73
|
-
"styles": []
|
|
74
|
-
},
|
|
75
|
-
"VBtn": {
|
|
76
|
-
"from": "components/VBtn/index.mjs",
|
|
77
|
-
"styles": []
|
|
78
|
-
},
|
|
79
67
|
"VBtnGroup": {
|
|
80
68
|
"from": "components/VBtnGroup/index.mjs",
|
|
81
69
|
"styles": []
|
|
82
70
|
},
|
|
83
|
-
"VCarousel": {
|
|
84
|
-
"from": "components/VCarousel/index.mjs",
|
|
85
|
-
"styles": []
|
|
86
|
-
},
|
|
87
|
-
"VCarouselItem": {
|
|
88
|
-
"from": "components/VCarousel/index.mjs",
|
|
89
|
-
"styles": []
|
|
90
|
-
},
|
|
91
|
-
"VChipGroup": {
|
|
92
|
-
"from": "components/VChipGroup/index.mjs",
|
|
93
|
-
"styles": []
|
|
94
|
-
},
|
|
95
71
|
"VCard": {
|
|
96
72
|
"from": "components/VCard/index.mjs",
|
|
97
73
|
"styles": []
|
|
@@ -116,14 +92,50 @@
|
|
|
116
92
|
"from": "components/VCard/index.mjs",
|
|
117
93
|
"styles": []
|
|
118
94
|
},
|
|
119
|
-
"
|
|
120
|
-
"from": "components/
|
|
95
|
+
"VBottomSheet": {
|
|
96
|
+
"from": "components/VBottomSheet/index.mjs",
|
|
97
|
+
"styles": []
|
|
98
|
+
},
|
|
99
|
+
"VBtn": {
|
|
100
|
+
"from": "components/VBtn/index.mjs",
|
|
101
|
+
"styles": []
|
|
102
|
+
},
|
|
103
|
+
"VBtnToggle": {
|
|
104
|
+
"from": "components/VBtnToggle/index.mjs",
|
|
105
|
+
"styles": []
|
|
106
|
+
},
|
|
107
|
+
"VCheckbox": {
|
|
108
|
+
"from": "components/VCheckbox/index.mjs",
|
|
109
|
+
"styles": []
|
|
110
|
+
},
|
|
111
|
+
"VCheckboxBtn": {
|
|
112
|
+
"from": "components/VCheckbox/index.mjs",
|
|
113
|
+
"styles": []
|
|
114
|
+
},
|
|
115
|
+
"VCarousel": {
|
|
116
|
+
"from": "components/VCarousel/index.mjs",
|
|
117
|
+
"styles": []
|
|
118
|
+
},
|
|
119
|
+
"VCarouselItem": {
|
|
120
|
+
"from": "components/VCarousel/index.mjs",
|
|
121
|
+
"styles": []
|
|
122
|
+
},
|
|
123
|
+
"VChipGroup": {
|
|
124
|
+
"from": "components/VChipGroup/index.mjs",
|
|
125
|
+
"styles": []
|
|
126
|
+
},
|
|
127
|
+
"VCode": {
|
|
128
|
+
"from": "components/VCode/index.mjs",
|
|
121
129
|
"styles": []
|
|
122
130
|
},
|
|
123
131
|
"VChip": {
|
|
124
132
|
"from": "components/VChip/index.mjs",
|
|
125
133
|
"styles": []
|
|
126
134
|
},
|
|
135
|
+
"VColorPicker": {
|
|
136
|
+
"from": "components/VColorPicker/index.mjs",
|
|
137
|
+
"styles": []
|
|
138
|
+
},
|
|
127
139
|
"VDataTable": {
|
|
128
140
|
"from": "components/VDataTable/index.mjs",
|
|
129
141
|
"styles": []
|
|
@@ -152,18 +164,6 @@
|
|
|
152
164
|
"from": "components/VDataTable/index.mjs",
|
|
153
165
|
"styles": []
|
|
154
166
|
},
|
|
155
|
-
"VCheckbox": {
|
|
156
|
-
"from": "components/VCheckbox/index.mjs",
|
|
157
|
-
"styles": []
|
|
158
|
-
},
|
|
159
|
-
"VCheckboxBtn": {
|
|
160
|
-
"from": "components/VCheckbox/index.mjs",
|
|
161
|
-
"styles": []
|
|
162
|
-
},
|
|
163
|
-
"VCounter": {
|
|
164
|
-
"from": "components/VCounter/index.mjs",
|
|
165
|
-
"styles": []
|
|
166
|
-
},
|
|
167
167
|
"VDatePicker": {
|
|
168
168
|
"from": "components/VDatePicker/index.mjs",
|
|
169
169
|
"styles": []
|
|
@@ -188,30 +188,14 @@
|
|
|
188
188
|
"from": "components/VDatePicker/index.mjs",
|
|
189
189
|
"styles": []
|
|
190
190
|
},
|
|
191
|
-
"
|
|
192
|
-
"from": "components/
|
|
191
|
+
"VCounter": {
|
|
192
|
+
"from": "components/VCounter/index.mjs",
|
|
193
193
|
"styles": []
|
|
194
194
|
},
|
|
195
195
|
"VCombobox": {
|
|
196
196
|
"from": "components/VCombobox/index.mjs",
|
|
197
197
|
"styles": []
|
|
198
198
|
},
|
|
199
|
-
"VDialog": {
|
|
200
|
-
"from": "components/VDialog/index.mjs",
|
|
201
|
-
"styles": []
|
|
202
|
-
},
|
|
203
|
-
"VDivider": {
|
|
204
|
-
"from": "components/VDivider/index.mjs",
|
|
205
|
-
"styles": []
|
|
206
|
-
},
|
|
207
|
-
"VField": {
|
|
208
|
-
"from": "components/VField/index.mjs",
|
|
209
|
-
"styles": []
|
|
210
|
-
},
|
|
211
|
-
"VFieldLabel": {
|
|
212
|
-
"from": "components/VField/index.mjs",
|
|
213
|
-
"styles": []
|
|
214
|
-
},
|
|
215
199
|
"VExpansionPanels": {
|
|
216
200
|
"from": "components/VExpansionPanel/index.mjs",
|
|
217
201
|
"styles": []
|
|
@@ -228,8 +212,20 @@
|
|
|
228
212
|
"from": "components/VExpansionPanel/index.mjs",
|
|
229
213
|
"styles": []
|
|
230
214
|
},
|
|
231
|
-
"
|
|
232
|
-
"from": "components/
|
|
215
|
+
"VDialog": {
|
|
216
|
+
"from": "components/VDialog/index.mjs",
|
|
217
|
+
"styles": []
|
|
218
|
+
},
|
|
219
|
+
"VField": {
|
|
220
|
+
"from": "components/VField/index.mjs",
|
|
221
|
+
"styles": []
|
|
222
|
+
},
|
|
223
|
+
"VFieldLabel": {
|
|
224
|
+
"from": "components/VField/index.mjs",
|
|
225
|
+
"styles": []
|
|
226
|
+
},
|
|
227
|
+
"VDivider": {
|
|
228
|
+
"from": "components/VDivider/index.mjs",
|
|
233
229
|
"styles": []
|
|
234
230
|
},
|
|
235
231
|
"VFileInput": {
|
|
@@ -240,6 +236,10 @@
|
|
|
240
236
|
"from": "components/VFooter/index.mjs",
|
|
241
237
|
"styles": []
|
|
242
238
|
},
|
|
239
|
+
"VImg": {
|
|
240
|
+
"from": "components/VImg/index.mjs",
|
|
241
|
+
"styles": []
|
|
242
|
+
},
|
|
243
243
|
"VIcon": {
|
|
244
244
|
"from": "components/VIcon/index.mjs",
|
|
245
245
|
"styles": []
|
|
@@ -260,10 +260,6 @@
|
|
|
260
260
|
"from": "components/VIcon/index.mjs",
|
|
261
261
|
"styles": []
|
|
262
262
|
},
|
|
263
|
-
"VInput": {
|
|
264
|
-
"from": "components/VInput/index.mjs",
|
|
265
|
-
"styles": []
|
|
266
|
-
},
|
|
267
263
|
"VKbd": {
|
|
268
264
|
"from": "components/VKbd/index.mjs",
|
|
269
265
|
"styles": []
|
|
@@ -272,6 +268,10 @@
|
|
|
272
268
|
"from": "components/VInfiniteScroll/index.mjs",
|
|
273
269
|
"styles": []
|
|
274
270
|
},
|
|
271
|
+
"VInput": {
|
|
272
|
+
"from": "components/VInput/index.mjs",
|
|
273
|
+
"styles": []
|
|
274
|
+
},
|
|
275
275
|
"VItemGroup": {
|
|
276
276
|
"from": "components/VItemGroup/index.mjs",
|
|
277
277
|
"styles": []
|
|
@@ -284,6 +284,10 @@
|
|
|
284
284
|
"from": "components/VLabel/index.mjs",
|
|
285
285
|
"styles": []
|
|
286
286
|
},
|
|
287
|
+
"VMain": {
|
|
288
|
+
"from": "components/VMain/index.mjs",
|
|
289
|
+
"styles": []
|
|
290
|
+
},
|
|
287
291
|
"VList": {
|
|
288
292
|
"from": "components/VList/index.mjs",
|
|
289
293
|
"styles": []
|
|
@@ -320,14 +324,6 @@
|
|
|
320
324
|
"from": "components/VList/index.mjs",
|
|
321
325
|
"styles": []
|
|
322
326
|
},
|
|
323
|
-
"VMessages": {
|
|
324
|
-
"from": "components/VMessages/index.mjs",
|
|
325
|
-
"styles": []
|
|
326
|
-
},
|
|
327
|
-
"VMain": {
|
|
328
|
-
"from": "components/VMain/index.mjs",
|
|
329
|
-
"styles": []
|
|
330
|
-
},
|
|
331
327
|
"VMenu": {
|
|
332
328
|
"from": "components/VMenu/index.mjs",
|
|
333
329
|
"styles": []
|
|
@@ -336,54 +332,46 @@
|
|
|
336
332
|
"from": "components/VNavigationDrawer/index.mjs",
|
|
337
333
|
"styles": []
|
|
338
334
|
},
|
|
339
|
-
"
|
|
340
|
-
"from": "components/
|
|
335
|
+
"VOtpInput": {
|
|
336
|
+
"from": "components/VOtpInput/index.mjs",
|
|
337
|
+
"styles": []
|
|
338
|
+
},
|
|
339
|
+
"VMessages": {
|
|
340
|
+
"from": "components/VMessages/index.mjs",
|
|
341
341
|
"styles": []
|
|
342
342
|
},
|
|
343
343
|
"VOverlay": {
|
|
344
344
|
"from": "components/VOverlay/index.mjs",
|
|
345
345
|
"styles": []
|
|
346
346
|
},
|
|
347
|
-
"
|
|
348
|
-
"from": "components/
|
|
347
|
+
"VPagination": {
|
|
348
|
+
"from": "components/VPagination/index.mjs",
|
|
349
349
|
"styles": []
|
|
350
350
|
},
|
|
351
|
-
"
|
|
352
|
-
"from": "components/
|
|
351
|
+
"VRadioGroup": {
|
|
352
|
+
"from": "components/VRadioGroup/index.mjs",
|
|
353
353
|
"styles": []
|
|
354
354
|
},
|
|
355
355
|
"VProgressCircular": {
|
|
356
356
|
"from": "components/VProgressCircular/index.mjs",
|
|
357
357
|
"styles": []
|
|
358
358
|
},
|
|
359
|
-
"
|
|
360
|
-
"from": "components/
|
|
359
|
+
"VProgressLinear": {
|
|
360
|
+
"from": "components/VProgressLinear/index.mjs",
|
|
361
361
|
"styles": []
|
|
362
362
|
},
|
|
363
363
|
"VRating": {
|
|
364
364
|
"from": "components/VRating/index.mjs",
|
|
365
365
|
"styles": []
|
|
366
366
|
},
|
|
367
|
-
"VSelectionControl": {
|
|
368
|
-
"from": "components/VSelectionControl/index.mjs",
|
|
369
|
-
"styles": []
|
|
370
|
-
},
|
|
371
367
|
"VSelect": {
|
|
372
368
|
"from": "components/VSelect/index.mjs",
|
|
373
369
|
"styles": []
|
|
374
370
|
},
|
|
375
|
-
"VSheet": {
|
|
376
|
-
"from": "components/VSheet/index.mjs",
|
|
377
|
-
"styles": []
|
|
378
|
-
},
|
|
379
371
|
"VSelectionControlGroup": {
|
|
380
372
|
"from": "components/VSelectionControlGroup/index.mjs",
|
|
381
373
|
"styles": []
|
|
382
374
|
},
|
|
383
|
-
"VSkeletonLoader": {
|
|
384
|
-
"from": "components/VSkeletonLoader/index.mjs",
|
|
385
|
-
"styles": []
|
|
386
|
-
},
|
|
387
375
|
"VSlideGroup": {
|
|
388
376
|
"from": "components/VSlideGroup/index.mjs",
|
|
389
377
|
"styles": []
|
|
@@ -392,6 +380,14 @@
|
|
|
392
380
|
"from": "components/VSlideGroup/index.mjs",
|
|
393
381
|
"styles": []
|
|
394
382
|
},
|
|
383
|
+
"VSelectionControl": {
|
|
384
|
+
"from": "components/VSelectionControl/index.mjs",
|
|
385
|
+
"styles": []
|
|
386
|
+
},
|
|
387
|
+
"VSheet": {
|
|
388
|
+
"from": "components/VSheet/index.mjs",
|
|
389
|
+
"styles": []
|
|
390
|
+
},
|
|
395
391
|
"VSlider": {
|
|
396
392
|
"from": "components/VSlider/index.mjs",
|
|
397
393
|
"styles": []
|
|
@@ -424,10 +420,22 @@
|
|
|
424
420
|
"from": "components/VStepper/index.mjs",
|
|
425
421
|
"styles": []
|
|
426
422
|
},
|
|
423
|
+
"VSkeletonLoader": {
|
|
424
|
+
"from": "components/VSkeletonLoader/index.mjs",
|
|
425
|
+
"styles": []
|
|
426
|
+
},
|
|
427
427
|
"VTable": {
|
|
428
428
|
"from": "components/VTable/index.mjs",
|
|
429
429
|
"styles": []
|
|
430
430
|
},
|
|
431
|
+
"VSwitch": {
|
|
432
|
+
"from": "components/VSwitch/index.mjs",
|
|
433
|
+
"styles": []
|
|
434
|
+
},
|
|
435
|
+
"VSystemBar": {
|
|
436
|
+
"from": "components/VSystemBar/index.mjs",
|
|
437
|
+
"styles": []
|
|
438
|
+
},
|
|
431
439
|
"VTab": {
|
|
432
440
|
"from": "components/VTabs/index.mjs",
|
|
433
441
|
"styles": []
|
|
@@ -444,18 +452,14 @@
|
|
|
444
452
|
"from": "components/VTabs/index.mjs",
|
|
445
453
|
"styles": []
|
|
446
454
|
},
|
|
447
|
-
"
|
|
448
|
-
"from": "components/
|
|
455
|
+
"VTextField": {
|
|
456
|
+
"from": "components/VTextField/index.mjs",
|
|
449
457
|
"styles": []
|
|
450
458
|
},
|
|
451
459
|
"VTextarea": {
|
|
452
460
|
"from": "components/VTextarea/index.mjs",
|
|
453
461
|
"styles": []
|
|
454
462
|
},
|
|
455
|
-
"VSystemBar": {
|
|
456
|
-
"from": "components/VSystemBar/index.mjs",
|
|
457
|
-
"styles": []
|
|
458
|
-
},
|
|
459
463
|
"VTimeline": {
|
|
460
464
|
"from": "components/VTimeline/index.mjs",
|
|
461
465
|
"styles": []
|
|
@@ -464,16 +468,8 @@
|
|
|
464
468
|
"from": "components/VTimeline/index.mjs",
|
|
465
469
|
"styles": []
|
|
466
470
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
469
|
-
"styles": []
|
|
470
|
-
},
|
|
471
|
-
"VWindowItem": {
|
|
472
|
-
"from": "components/VWindow/index.mjs",
|
|
473
|
-
"styles": []
|
|
474
|
-
},
|
|
475
|
-
"VTextField": {
|
|
476
|
-
"from": "components/VTextField/index.mjs",
|
|
471
|
+
"VTooltip": {
|
|
472
|
+
"from": "components/VTooltip/index.mjs",
|
|
477
473
|
"styles": []
|
|
478
474
|
},
|
|
479
475
|
"VToolbar": {
|
|
@@ -488,8 +484,12 @@
|
|
|
488
484
|
"from": "components/VToolbar/index.mjs",
|
|
489
485
|
"styles": []
|
|
490
486
|
},
|
|
491
|
-
"
|
|
492
|
-
"from": "components/
|
|
487
|
+
"VWindow": {
|
|
488
|
+
"from": "components/VWindow/index.mjs",
|
|
489
|
+
"styles": []
|
|
490
|
+
},
|
|
491
|
+
"VWindowItem": {
|
|
492
|
+
"from": "components/VWindow/index.mjs",
|
|
493
493
|
"styles": []
|
|
494
494
|
},
|
|
495
495
|
"VDataIterator": {
|
|
@@ -504,10 +504,6 @@
|
|
|
504
504
|
"from": "components/VForm/index.mjs",
|
|
505
505
|
"styles": []
|
|
506
506
|
},
|
|
507
|
-
"VHover": {
|
|
508
|
-
"from": "components/VHover/index.mjs",
|
|
509
|
-
"styles": []
|
|
510
|
-
},
|
|
511
507
|
"VContainer": {
|
|
512
508
|
"from": "components/VGrid/index.mjs",
|
|
513
509
|
"styles": []
|
|
@@ -524,6 +520,10 @@
|
|
|
524
520
|
"from": "components/VGrid/index.mjs",
|
|
525
521
|
"styles": []
|
|
526
522
|
},
|
|
523
|
+
"VHover": {
|
|
524
|
+
"from": "components/VHover/index.mjs",
|
|
525
|
+
"styles": []
|
|
526
|
+
},
|
|
527
527
|
"VLayout": {
|
|
528
528
|
"from": "components/VLayout/index.mjs",
|
|
529
529
|
"styles": []
|
|
@@ -564,10 +564,6 @@
|
|
|
564
564
|
"from": "components/VThemeProvider/index.mjs",
|
|
565
565
|
"styles": []
|
|
566
566
|
},
|
|
567
|
-
"VVirtualScroll": {
|
|
568
|
-
"from": "components/VVirtualScroll/index.mjs",
|
|
569
|
-
"styles": []
|
|
570
|
-
},
|
|
571
567
|
"VValidation": {
|
|
572
568
|
"from": "components/VValidation/index.mjs",
|
|
573
569
|
"styles": []
|
|
@@ -635,6 +631,10 @@
|
|
|
635
631
|
"VDialogTransition": {
|
|
636
632
|
"from": "components/transitions/index.mjs",
|
|
637
633
|
"styles": []
|
|
634
|
+
},
|
|
635
|
+
"VVirtualScroll": {
|
|
636
|
+
"from": "components/VVirtualScroll/index.mjs",
|
|
637
|
+
"styles": []
|
|
638
638
|
}
|
|
639
639
|
},
|
|
640
640
|
"directives": [
|
package/dist/json/tags.json
CHANGED
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.0-alpha.2-dev.2024-04-
|
|
5
|
+
"version": "3.6.0-alpha.2-dev.2024-04-23",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -26141,6 +26141,16 @@
|
|
|
26141
26141
|
"type": "boolean"
|
|
26142
26142
|
}
|
|
26143
26143
|
},
|
|
26144
|
+
{
|
|
26145
|
+
"name": "persistent",
|
|
26146
|
+
"description": "Clicking outside or pressing **esc** key will not dismiss the dialog.",
|
|
26147
|
+
"doc-url": "https://vuetifyjs.com/api/VNavigationDrawer#props",
|
|
26148
|
+
"default": "false",
|
|
26149
|
+
"value": {
|
|
26150
|
+
"kind": "expression",
|
|
26151
|
+
"type": "boolean"
|
|
26152
|
+
}
|
|
26153
|
+
},
|
|
26144
26154
|
{
|
|
26145
26155
|
"name": "touchless",
|
|
26146
26156
|
"description": "Disable mobile touch functionality.",
|