@vuetify/nightly 3.5.9-dev.2024-03-17 → 3.5.9-dev.2024-03-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/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.5.9-dev.2024-03-17...v) (2024-03-17)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.5.9-dev.2024-03-26...v) (2024-03-26)
2
2
 
3
3
 
4
4
 
5
- ## [3.5.9-dev.2024-03-17](https://github.com/vuetifyjs/vuetify/compare/v3.5.9...v3.5.9-dev.2024-03-17) (2024-03-17)
5
+ ## [3.5.9-dev.2024-03-26](https://github.com/vuetifyjs/vuetify/compare/v3.5.9...v3.5.9-dev.2024-03-26) (2024-03-26)
6
6
 
7
7
 
8
8
  ### Bug Fixes
@@ -31,6 +31,7 @@
31
31
  * **VForm:** expose component instances ([56c5c62](https://github.com/vuetifyjs/vuetify/commit/56c5c62670ff185d482c284b915aca920e5b56cf)), closes [#19365](https://github.com/vuetifyjs/vuetify/issues/19365)
32
32
  * **VInput:** add new $input-flex sass variable ([0f1d43a](https://github.com/vuetifyjs/vuetify/commit/0f1d43aac5a5e7d207653892dca968040ee0041d))
33
33
  * **VLabel:** add opacity sass variable ([c6fb388](https://github.com/vuetifyjs/vuetify/commit/c6fb388be73b042e985ed371ba8cd392b4408c62))
34
+ * **VMain:** add dimension support ([8ba749b](https://github.com/vuetifyjs/vuetify/commit/8ba749b401ebd5dc07c057a9f363b006fdbe31a4))
34
35
  * **VSnackbar:** pass internal isActive model through activator slot ([75d0ed1](https://github.com/vuetifyjs/vuetify/commit/75d0ed173c7883fe4b7b4b7075d73251b9419b07))
35
36
 
36
37
 
@@ -6271,6 +6271,30 @@
6271
6271
  "type": "boolean\n",
6272
6272
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/dev/packages/api-generator/src/locale/en/VMain.json))"
6273
6273
  },
6274
+ "VMain/height": {
6275
+ "type": "string | number\n",
6276
+ "description": "Sets the height for the component."
6277
+ },
6278
+ "VMain/max-height": {
6279
+ "type": "string | number\n",
6280
+ "description": "Sets the maximum height for the component."
6281
+ },
6282
+ "VMain/max-width": {
6283
+ "type": "string | number\n",
6284
+ "description": "Sets the maximum width for the component."
6285
+ },
6286
+ "VMain/min-height": {
6287
+ "type": "string | number\n",
6288
+ "description": "Sets the minimum height for the component."
6289
+ },
6290
+ "VMain/min-width": {
6291
+ "type": "string | number\n",
6292
+ "description": "Sets the minimum width for the component."
6293
+ },
6294
+ "VMain/width": {
6295
+ "type": "string | number\n",
6296
+ "description": "Sets the width for the component."
6297
+ },
6274
6298
  "VMain/tag": {
6275
6299
  "type": "string\n",
6276
6300
  "description": "Specify a custom tag used on the root element."
@@ -24,6 +24,10 @@
24
24
  "from": "labs/VCalendar/index.mjs",
25
25
  "styles": []
26
26
  },
27
+ "VEmptyState": {
28
+ "from": "labs/VEmptyState/index.mjs",
29
+ "styles": []
30
+ },
27
31
  "VFab": {
28
32
  "from": "labs/VFab/index.mjs",
29
33
  "styles": []
@@ -36,16 +40,16 @@
36
40
  "from": "labs/VPicker/index.mjs",
37
41
  "styles": []
38
42
  },
39
- "VEmptyState": {
40
- "from": "labs/VEmptyState/index.mjs",
43
+ "VSparkline": {
44
+ "from": "labs/VSparkline/index.mjs",
41
45
  "styles": []
42
46
  },
43
47
  "VConfirmEdit": {
44
48
  "from": "labs/VConfirmEdit/index.mjs",
45
49
  "styles": []
46
50
  },
47
- "VSparkline": {
48
- "from": "labs/VSparkline/index.mjs",
51
+ "VSpeedDial": {
52
+ "from": "labs/VSpeedDial/index.mjs",
49
53
  "styles": []
50
54
  },
51
55
  "VTreeview": {
@@ -59,10 +63,6 @@
59
63
  "VTreeviewGroup": {
60
64
  "from": "labs/VTreeview/index.mjs",
61
65
  "styles": []
62
- },
63
- "VSpeedDial": {
64
- "from": "labs/VSpeedDial/index.mjs",
65
- "styles": []
66
66
  }
67
67
  }
68
68
  }
@@ -1,5 +1,9 @@
1
1
  {
2
2
  "components": {
3
+ "VApp": {
4
+ "from": "components/VApp/index.mjs",
5
+ "styles": []
6
+ },
3
7
  "VAppBar": {
4
8
  "from": "components/VAppBar/index.mjs",
5
9
  "styles": []
@@ -32,6 +36,22 @@
32
36
  "from": "components/VBadge/index.mjs",
33
37
  "styles": []
34
38
  },
39
+ "VBreadcrumbs": {
40
+ "from": "components/VBreadcrumbs/index.mjs",
41
+ "styles": []
42
+ },
43
+ "VBreadcrumbsItem": {
44
+ "from": "components/VBreadcrumbs/index.mjs",
45
+ "styles": []
46
+ },
47
+ "VBreadcrumbsDivider": {
48
+ "from": "components/VBreadcrumbs/index.mjs",
49
+ "styles": []
50
+ },
51
+ "VBottomNavigation": {
52
+ "from": "components/VBottomNavigation/index.mjs",
53
+ "styles": []
54
+ },
35
55
  "VBanner": {
36
56
  "from": "components/VBanner/index.mjs",
37
57
  "styles": []
@@ -44,32 +64,36 @@
44
64
  "from": "components/VBanner/index.mjs",
45
65
  "styles": []
46
66
  },
47
- "VBottomNavigation": {
48
- "from": "components/VBottomNavigation/index.mjs",
49
- "styles": []
50
- },
51
67
  "VBottomSheet": {
52
68
  "from": "components/VBottomSheet/index.mjs",
53
69
  "styles": []
54
70
  },
55
- "VBreadcrumbs": {
56
- "from": "components/VBreadcrumbs/index.mjs",
71
+ "VBtn": {
72
+ "from": "components/VBtn/index.mjs",
57
73
  "styles": []
58
74
  },
59
- "VBreadcrumbsItem": {
60
- "from": "components/VBreadcrumbs/index.mjs",
75
+ "VBtnGroup": {
76
+ "from": "components/VBtnGroup/index.mjs",
61
77
  "styles": []
62
78
  },
63
- "VBreadcrumbsDivider": {
64
- "from": "components/VBreadcrumbs/index.mjs",
79
+ "VCheckbox": {
80
+ "from": "components/VCheckbox/index.mjs",
65
81
  "styles": []
66
82
  },
67
- "VBtnGroup": {
68
- "from": "components/VBtnGroup/index.mjs",
83
+ "VCheckboxBtn": {
84
+ "from": "components/VCheckbox/index.mjs",
69
85
  "styles": []
70
86
  },
71
- "VBtn": {
72
- "from": "components/VBtn/index.mjs",
87
+ "VBtnToggle": {
88
+ "from": "components/VBtnToggle/index.mjs",
89
+ "styles": []
90
+ },
91
+ "VCarousel": {
92
+ "from": "components/VCarousel/index.mjs",
93
+ "styles": []
94
+ },
95
+ "VCarouselItem": {
96
+ "from": "components/VCarousel/index.mjs",
73
97
  "styles": []
74
98
  },
75
99
  "VCard": {
@@ -96,46 +120,58 @@
96
120
  "from": "components/VCard/index.mjs",
97
121
  "styles": []
98
122
  },
99
- "VBtnToggle": {
100
- "from": "components/VBtnToggle/index.mjs",
123
+ "VChip": {
124
+ "from": "components/VChip/index.mjs",
101
125
  "styles": []
102
126
  },
103
- "VCheckbox": {
104
- "from": "components/VCheckbox/index.mjs",
127
+ "VChipGroup": {
128
+ "from": "components/VChipGroup/index.mjs",
105
129
  "styles": []
106
130
  },
107
- "VCheckboxBtn": {
108
- "from": "components/VCheckbox/index.mjs",
131
+ "VColorPicker": {
132
+ "from": "components/VColorPicker/index.mjs",
109
133
  "styles": []
110
134
  },
111
- "VCarousel": {
112
- "from": "components/VCarousel/index.mjs",
135
+ "VCode": {
136
+ "from": "components/VCode/index.mjs",
113
137
  "styles": []
114
138
  },
115
- "VCarouselItem": {
116
- "from": "components/VCarousel/index.mjs",
139
+ "VDataTable": {
140
+ "from": "components/VDataTable/index.mjs",
117
141
  "styles": []
118
142
  },
119
- "VCode": {
120
- "from": "components/VCode/index.mjs",
143
+ "VDataTableHeaders": {
144
+ "from": "components/VDataTable/index.mjs",
121
145
  "styles": []
122
146
  },
123
- "VChip": {
124
- "from": "components/VChip/index.mjs",
147
+ "VDataTableFooter": {
148
+ "from": "components/VDataTable/index.mjs",
125
149
  "styles": []
126
150
  },
127
- "VChipGroup": {
128
- "from": "components/VChipGroup/index.mjs",
151
+ "VDataTableRows": {
152
+ "from": "components/VDataTable/index.mjs",
129
153
  "styles": []
130
154
  },
131
- "VCounter": {
132
- "from": "components/VCounter/index.mjs",
155
+ "VDataTableRow": {
156
+ "from": "components/VDataTable/index.mjs",
157
+ "styles": []
158
+ },
159
+ "VDataTableVirtual": {
160
+ "from": "components/VDataTable/index.mjs",
161
+ "styles": []
162
+ },
163
+ "VDataTableServer": {
164
+ "from": "components/VDataTable/index.mjs",
133
165
  "styles": []
134
166
  },
135
167
  "VCombobox": {
136
168
  "from": "components/VCombobox/index.mjs",
137
169
  "styles": []
138
170
  },
171
+ "VCounter": {
172
+ "from": "components/VCounter/index.mjs",
173
+ "styles": []
174
+ },
139
175
  "VDatePicker": {
140
176
  "from": "components/VDatePicker/index.mjs",
141
177
  "styles": []
@@ -160,46 +196,14 @@
160
196
  "from": "components/VDatePicker/index.mjs",
161
197
  "styles": []
162
198
  },
163
- "VColorPicker": {
164
- "from": "components/VColorPicker/index.mjs",
165
- "styles": []
166
- },
167
- "VDataTable": {
168
- "from": "components/VDataTable/index.mjs",
169
- "styles": []
170
- },
171
- "VDataTableHeaders": {
172
- "from": "components/VDataTable/index.mjs",
173
- "styles": []
174
- },
175
- "VDataTableFooter": {
176
- "from": "components/VDataTable/index.mjs",
177
- "styles": []
178
- },
179
- "VDataTableRows": {
180
- "from": "components/VDataTable/index.mjs",
181
- "styles": []
182
- },
183
- "VDataTableRow": {
184
- "from": "components/VDataTable/index.mjs",
185
- "styles": []
186
- },
187
- "VDataTableVirtual": {
188
- "from": "components/VDataTable/index.mjs",
189
- "styles": []
190
- },
191
- "VDataTableServer": {
192
- "from": "components/VDataTable/index.mjs",
199
+ "VDivider": {
200
+ "from": "components/VDivider/index.mjs",
193
201
  "styles": []
194
202
  },
195
203
  "VDialog": {
196
204
  "from": "components/VDialog/index.mjs",
197
205
  "styles": []
198
206
  },
199
- "VDivider": {
200
- "from": "components/VDivider/index.mjs",
201
- "styles": []
202
- },
203
207
  "VExpansionPanels": {
204
208
  "from": "components/VExpansionPanel/index.mjs",
205
209
  "styles": []
@@ -216,14 +220,6 @@
216
220
  "from": "components/VExpansionPanel/index.mjs",
217
221
  "styles": []
218
222
  },
219
- "VFileInput": {
220
- "from": "components/VFileInput/index.mjs",
221
- "styles": []
222
- },
223
- "VFooter": {
224
- "from": "components/VFooter/index.mjs",
225
- "styles": []
226
- },
227
223
  "VField": {
228
224
  "from": "components/VField/index.mjs",
229
225
  "styles": []
@@ -252,6 +248,14 @@
252
248
  "from": "components/VIcon/index.mjs",
253
249
  "styles": []
254
250
  },
251
+ "VFileInput": {
252
+ "from": "components/VFileInput/index.mjs",
253
+ "styles": []
254
+ },
255
+ "VFooter": {
256
+ "from": "components/VFooter/index.mjs",
257
+ "styles": []
258
+ },
255
259
  "VImg": {
256
260
  "from": "components/VImg/index.mjs",
257
261
  "styles": []
@@ -280,6 +284,10 @@
280
284
  "from": "components/VKbd/index.mjs",
281
285
  "styles": []
282
286
  },
287
+ "VMain": {
288
+ "from": "components/VMain/index.mjs",
289
+ "styles": []
290
+ },
283
291
  "VList": {
284
292
  "from": "components/VList/index.mjs",
285
293
  "styles": []
@@ -316,14 +324,6 @@
316
324
  "from": "components/VList/index.mjs",
317
325
  "styles": []
318
326
  },
319
- "VMain": {
320
- "from": "components/VMain/index.mjs",
321
- "styles": []
322
- },
323
- "VMessages": {
324
- "from": "components/VMessages/index.mjs",
325
- "styles": []
326
- },
327
327
  "VMenu": {
328
328
  "from": "components/VMenu/index.mjs",
329
329
  "styles": []
@@ -332,30 +332,34 @@
332
332
  "from": "components/VNavigationDrawer/index.mjs",
333
333
  "styles": []
334
334
  },
335
- "VPagination": {
336
- "from": "components/VPagination/index.mjs",
337
- "styles": []
338
- },
339
335
  "VOtpInput": {
340
336
  "from": "components/VOtpInput/index.mjs",
341
337
  "styles": []
342
338
  },
339
+ "VMessages": {
340
+ "from": "components/VMessages/index.mjs",
341
+ "styles": []
342
+ },
343
343
  "VOverlay": {
344
344
  "from": "components/VOverlay/index.mjs",
345
345
  "styles": []
346
346
  },
347
- "VProgressCircular": {
348
- "from": "components/VProgressCircular/index.mjs",
347
+ "VPagination": {
348
+ "from": "components/VPagination/index.mjs",
349
349
  "styles": []
350
350
  },
351
- "VProgressLinear": {
352
- "from": "components/VProgressLinear/index.mjs",
351
+ "VProgressCircular": {
352
+ "from": "components/VProgressCircular/index.mjs",
353
353
  "styles": []
354
354
  },
355
355
  "VRadioGroup": {
356
356
  "from": "components/VRadioGroup/index.mjs",
357
357
  "styles": []
358
358
  },
359
+ "VProgressLinear": {
360
+ "from": "components/VProgressLinear/index.mjs",
361
+ "styles": []
362
+ },
359
363
  "VRating": {
360
364
  "from": "components/VRating/index.mjs",
361
365
  "styles": []
@@ -364,18 +368,26 @@
364
368
  "from": "components/VSelect/index.mjs",
365
369
  "styles": []
366
370
  },
367
- "VSelectionControlGroup": {
368
- "from": "components/VSelectionControlGroup/index.mjs",
369
- "styles": []
370
- },
371
371
  "VSelectionControl": {
372
372
  "from": "components/VSelectionControl/index.mjs",
373
373
  "styles": []
374
374
  },
375
+ "VSelectionControlGroup": {
376
+ "from": "components/VSelectionControlGroup/index.mjs",
377
+ "styles": []
378
+ },
375
379
  "VSheet": {
376
380
  "from": "components/VSheet/index.mjs",
377
381
  "styles": []
378
382
  },
383
+ "VSlider": {
384
+ "from": "components/VSlider/index.mjs",
385
+ "styles": []
386
+ },
387
+ "VSkeletonLoader": {
388
+ "from": "components/VSkeletonLoader/index.mjs",
389
+ "styles": []
390
+ },
379
391
  "VSlideGroup": {
380
392
  "from": "components/VSlideGroup/index.mjs",
381
393
  "styles": []
@@ -384,12 +396,8 @@
384
396
  "from": "components/VSlideGroup/index.mjs",
385
397
  "styles": []
386
398
  },
387
- "VSkeletonLoader": {
388
- "from": "components/VSkeletonLoader/index.mjs",
389
- "styles": []
390
- },
391
- "VSlider": {
392
- "from": "components/VSlider/index.mjs",
399
+ "VSnackbar": {
400
+ "from": "components/VSnackbar/index.mjs",
393
401
  "styles": []
394
402
  },
395
403
  "VStepper": {
@@ -416,18 +424,6 @@
416
424
  "from": "components/VStepper/index.mjs",
417
425
  "styles": []
418
426
  },
419
- "VSwitch": {
420
- "from": "components/VSwitch/index.mjs",
421
- "styles": []
422
- },
423
- "VSnackbar": {
424
- "from": "components/VSnackbar/index.mjs",
425
- "styles": []
426
- },
427
- "VSystemBar": {
428
- "from": "components/VSystemBar/index.mjs",
429
- "styles": []
430
- },
431
427
  "VTabs": {
432
428
  "from": "components/VTabs/index.mjs",
433
429
  "styles": []
@@ -436,6 +432,10 @@
436
432
  "from": "components/VTabs/index.mjs",
437
433
  "styles": []
438
434
  },
435
+ "VSwitch": {
436
+ "from": "components/VSwitch/index.mjs",
437
+ "styles": []
438
+ },
439
439
  "VTable": {
440
440
  "from": "components/VTable/index.mjs",
441
441
  "styles": []
@@ -444,8 +444,8 @@
444
444
  "from": "components/VTextarea/index.mjs",
445
445
  "styles": []
446
446
  },
447
- "VTextField": {
448
- "from": "components/VTextField/index.mjs",
447
+ "VSystemBar": {
448
+ "from": "components/VSystemBar/index.mjs",
449
449
  "styles": []
450
450
  },
451
451
  "VTimeline": {
@@ -460,12 +460,8 @@
460
460
  "from": "components/VTooltip/index.mjs",
461
461
  "styles": []
462
462
  },
463
- "VWindow": {
464
- "from": "components/VWindow/index.mjs",
465
- "styles": []
466
- },
467
- "VWindowItem": {
468
- "from": "components/VWindow/index.mjs",
463
+ "VTextField": {
464
+ "from": "components/VTextField/index.mjs",
469
465
  "styles": []
470
466
  },
471
467
  "VToolbar": {
@@ -480,6 +476,14 @@
480
476
  "from": "components/VToolbar/index.mjs",
481
477
  "styles": []
482
478
  },
479
+ "VWindow": {
480
+ "from": "components/VWindow/index.mjs",
481
+ "styles": []
482
+ },
483
+ "VWindowItem": {
484
+ "from": "components/VWindow/index.mjs",
485
+ "styles": []
486
+ },
483
487
  "VDataIterator": {
484
488
  "from": "components/VDataIterator/index.mjs",
485
489
  "styles": []
@@ -623,10 +627,6 @@
623
627
  "VDialogTransition": {
624
628
  "from": "components/transitions/index.mjs",
625
629
  "styles": []
626
- },
627
- "VApp": {
628
- "from": "components/VApp/index.mjs",
629
- "styles": []
630
630
  }
631
631
  },
632
632
  "directives": [
@@ -2091,8 +2091,14 @@
2091
2091
  },
2092
2092
  "VMain": {
2093
2093
  "attributes": [
2094
+ "height",
2095
+ "max-height",
2096
+ "max-width",
2097
+ "min-height",
2098
+ "min-width",
2094
2099
  "scrollable",
2095
- "tag"
2100
+ "tag",
2101
+ "width"
2096
2102
  ],
2097
2103
  "description": ""
2098
2104
  },
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.5.9-dev.2024-03-17",
5
+ "version": "3.5.9-dev.2024-03-26",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -25018,6 +25018,60 @@
25018
25018
  "type": "boolean"
25019
25019
  }
25020
25020
  },
25021
+ {
25022
+ "name": "height",
25023
+ "description": "Sets the height for the component.",
25024
+ "doc-url": "https://vuetifyjs.com/api/VMain#props",
25025
+ "value": {
25026
+ "kind": "expression",
25027
+ "type": "string | number"
25028
+ }
25029
+ },
25030
+ {
25031
+ "name": "maxHeight",
25032
+ "description": "Sets the maximum height for the component.",
25033
+ "doc-url": "https://vuetifyjs.com/api/VMain#props",
25034
+ "value": {
25035
+ "kind": "expression",
25036
+ "type": "string | number"
25037
+ }
25038
+ },
25039
+ {
25040
+ "name": "maxWidth",
25041
+ "description": "Sets the maximum width for the component.",
25042
+ "doc-url": "https://vuetifyjs.com/api/VMain#props",
25043
+ "value": {
25044
+ "kind": "expression",
25045
+ "type": "string | number"
25046
+ }
25047
+ },
25048
+ {
25049
+ "name": "minHeight",
25050
+ "description": "Sets the minimum height for the component.",
25051
+ "doc-url": "https://vuetifyjs.com/api/VMain#props",
25052
+ "value": {
25053
+ "kind": "expression",
25054
+ "type": "string | number"
25055
+ }
25056
+ },
25057
+ {
25058
+ "name": "minWidth",
25059
+ "description": "Sets the minimum width for the component.",
25060
+ "doc-url": "https://vuetifyjs.com/api/VMain#props",
25061
+ "value": {
25062
+ "kind": "expression",
25063
+ "type": "string | number"
25064
+ }
25065
+ },
25066
+ {
25067
+ "name": "width",
25068
+ "description": "Sets the width for the component.",
25069
+ "doc-url": "https://vuetifyjs.com/api/VMain#props",
25070
+ "value": {
25071
+ "kind": "expression",
25072
+ "type": "string | number"
25073
+ }
25074
+ },
25021
25075
  {
25022
25076
  "name": "tag",
25023
25077
  "description": "Specify a custom tag used on the root element.",