@vuetify/nightly 3.5.3-dev.2024-03-03 → 3.5.3-dev.2024-03-07

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.3-dev.2024-03-03...v) (2024-03-03)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.5.3-dev.2024-03-07...v) (2024-03-07)
2
2
 
3
3
 
4
4
 
5
- ## [3.5.3-dev.2024-03-03](https://github.com/vuetifyjs/vuetify/compare/v3.5.3...v3.5.3-dev.2024-03-03) (2024-03-03)
5
+ ## [3.5.3-dev.2024-03-07](https://github.com/vuetifyjs/vuetify/compare/v3.5.3...v3.5.3-dev.2024-03-07) (2024-03-07)
6
6
 
7
7
 
8
8
  ### Bug Fixes
@@ -13,8 +13,10 @@
13
13
 
14
14
  ### Features
15
15
 
16
+ * **date:** add more functions to default adapter ([#19141](https://github.com/vuetifyjs/vuetify/issues/19141)) ([a6a02f0](https://github.com/vuetifyjs/vuetify/commit/a6a02f04c491568332848f54110a855c88d06e6f))
16
17
  * **icons:** add vuetify-play icon ([0f2ea2b](https://github.com/vuetifyjs/vuetify/commit/0f2ea2b53156eebb296c1719a3616156da9d3e53))
17
18
  * **position:** add left/top/right/bottom-0 utility classes ([5713630](https://github.com/vuetifyjs/vuetify/commit/5713630109ac8c3f2d28d49359f0a6bf4b105a85))
19
+ * **VExpandTransition:** add `group` prop ([#19347](https://github.com/vuetifyjs/vuetify/issues/19347)) ([f785b7c](https://github.com/vuetifyjs/vuetify/commit/f785b7ccb0b5d9fa2104b3e0b0b2a9b9c250e0cc)), closes [#19210](https://github.com/vuetifyjs/vuetify/issues/19210)
18
20
  * **VInput:** add new $input-flex sass variable ([0f1d43a](https://github.com/vuetifyjs/vuetify/commit/0f1d43aac5a5e7d207653892dca968040ee0041d))
19
21
  * **VLabel:** add opacity sass variable ([c6fb388](https://github.com/vuetifyjs/vuetify/commit/c6fb388be73b042e985ed371ba8cd392b4408c62))
20
22
  * **VSnackbar:** pass internal isActive model through activator slot ([75d0ed1](https://github.com/vuetifyjs/vuetify/commit/75d0ed173c7883fe4b7b4b7075d73251b9419b07))
@@ -4395,6 +4395,10 @@
4395
4395
  "type": "boolean\n",
4396
4396
  "description": "Removes the ability to click or target the component."
4397
4397
  },
4398
+ "v-expand-transition/group": {
4399
+ "type": "boolean\n",
4400
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
4401
+ },
4398
4402
  "v-expand-transition/mode": {
4399
4403
  "type": "'default' | 'in-out' | 'out-in'\n",
4400
4404
  "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
@@ -4403,6 +4407,10 @@
4403
4407
  "type": "boolean\n",
4404
4408
  "description": "Removes the ability to click or target the component."
4405
4409
  },
4410
+ "v-expand-x-transition/group": {
4411
+ "type": "boolean\n",
4412
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup)."
4413
+ },
4406
4414
  "v-expand-x-transition/mode": {
4407
4415
  "type": "'default' | 'in-out' | 'out-in'\n",
4408
4416
  "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition)."
@@ -1,13 +1,5 @@
1
1
  {
2
2
  "components": {
3
- "VPicker": {
4
- "from": "labs/VPicker/index.mjs",
5
- "styles": []
6
- },
7
- "VPickerTitle": {
8
- "from": "labs/VPicker/index.mjs",
9
- "styles": []
10
- },
11
3
  "VCalendar": {
12
4
  "from": "labs/VCalendar/index.mjs",
13
5
  "styles": []
@@ -32,6 +24,14 @@
32
24
  "from": "labs/VCalendar/index.mjs",
33
25
  "styles": []
34
26
  },
27
+ "VPicker": {
28
+ "from": "labs/VPicker/index.mjs",
29
+ "styles": []
30
+ },
31
+ "VPickerTitle": {
32
+ "from": "labs/VPicker/index.mjs",
33
+ "styles": []
34
+ },
35
35
  "VConfirmEdit": {
36
36
  "from": "labs/VConfirmEdit/index.mjs",
37
37
  "styles": []
@@ -1,21 +1,5 @@
1
1
  {
2
2
  "components": {
3
- "VAppBar": {
4
- "from": "components/VAppBar/index.mjs",
5
- "styles": []
6
- },
7
- "VAppBarNavIcon": {
8
- "from": "components/VAppBar/index.mjs",
9
- "styles": []
10
- },
11
- "VAppBarTitle": {
12
- "from": "components/VAppBar/index.mjs",
13
- "styles": []
14
- },
15
- "VApp": {
16
- "from": "components/VApp/index.mjs",
17
- "styles": []
18
- },
19
3
  "VAlert": {
20
4
  "from": "components/VAlert/index.mjs",
21
5
  "styles": []
@@ -24,28 +8,32 @@
24
8
  "from": "components/VAlert/index.mjs",
25
9
  "styles": []
26
10
  },
11
+ "VApp": {
12
+ "from": "components/VApp/index.mjs",
13
+ "styles": []
14
+ },
27
15
  "VAutocomplete": {
28
16
  "from": "components/VAutocomplete/index.mjs",
29
17
  "styles": []
30
18
  },
31
- "VAvatar": {
32
- "from": "components/VAvatar/index.mjs",
19
+ "VAppBar": {
20
+ "from": "components/VAppBar/index.mjs",
33
21
  "styles": []
34
22
  },
35
- "VBadge": {
36
- "from": "components/VBadge/index.mjs",
23
+ "VAppBarNavIcon": {
24
+ "from": "components/VAppBar/index.mjs",
37
25
  "styles": []
38
26
  },
39
- "VBottomSheet": {
40
- "from": "components/VBottomSheet/index.mjs",
27
+ "VAppBarTitle": {
28
+ "from": "components/VAppBar/index.mjs",
41
29
  "styles": []
42
30
  },
43
- "VBottomNavigation": {
44
- "from": "components/VBottomNavigation/index.mjs",
31
+ "VAvatar": {
32
+ "from": "components/VAvatar/index.mjs",
45
33
  "styles": []
46
34
  },
47
- "VBtn": {
48
- "from": "components/VBtn/index.mjs",
35
+ "VBottomNavigation": {
36
+ "from": "components/VBottomNavigation/index.mjs",
49
37
  "styles": []
50
38
  },
51
39
  "VBanner": {
@@ -60,10 +48,6 @@
60
48
  "from": "components/VBanner/index.mjs",
61
49
  "styles": []
62
50
  },
63
- "VBtnToggle": {
64
- "from": "components/VBtnToggle/index.mjs",
65
- "styles": []
66
- },
67
51
  "VBtnGroup": {
68
52
  "from": "components/VBtnGroup/index.mjs",
69
53
  "styles": []
@@ -80,12 +64,24 @@
80
64
  "from": "components/VBreadcrumbs/index.mjs",
81
65
  "styles": []
82
66
  },
83
- "VCheckbox": {
84
- "from": "components/VCheckbox/index.mjs",
67
+ "VBottomSheet": {
68
+ "from": "components/VBottomSheet/index.mjs",
85
69
  "styles": []
86
70
  },
87
- "VCheckboxBtn": {
88
- "from": "components/VCheckbox/index.mjs",
71
+ "VBtnToggle": {
72
+ "from": "components/VBtnToggle/index.mjs",
73
+ "styles": []
74
+ },
75
+ "VBadge": {
76
+ "from": "components/VBadge/index.mjs",
77
+ "styles": []
78
+ },
79
+ "VChipGroup": {
80
+ "from": "components/VChipGroup/index.mjs",
81
+ "styles": []
82
+ },
83
+ "VBtn": {
84
+ "from": "components/VBtn/index.mjs",
89
85
  "styles": []
90
86
  },
91
87
  "VCard": {
@@ -112,6 +108,14 @@
112
108
  "from": "components/VCard/index.mjs",
113
109
  "styles": []
114
110
  },
111
+ "VCheckbox": {
112
+ "from": "components/VCheckbox/index.mjs",
113
+ "styles": []
114
+ },
115
+ "VCheckboxBtn": {
116
+ "from": "components/VCheckbox/index.mjs",
117
+ "styles": []
118
+ },
115
119
  "VCarousel": {
116
120
  "from": "components/VCarousel/index.mjs",
117
121
  "styles": []
@@ -120,24 +124,12 @@
120
124
  "from": "components/VCarousel/index.mjs",
121
125
  "styles": []
122
126
  },
123
- "VChip": {
124
- "from": "components/VChip/index.mjs",
125
- "styles": []
126
- },
127
127
  "VCode": {
128
128
  "from": "components/VCode/index.mjs",
129
129
  "styles": []
130
130
  },
131
- "VChipGroup": {
132
- "from": "components/VChipGroup/index.mjs",
133
- "styles": []
134
- },
135
- "VCounter": {
136
- "from": "components/VCounter/index.mjs",
137
- "styles": []
138
- },
139
- "VColorPicker": {
140
- "from": "components/VColorPicker/index.mjs",
131
+ "VChip": {
132
+ "from": "components/VChip/index.mjs",
141
133
  "styles": []
142
134
  },
143
135
  "VDataTable": {
@@ -164,14 +156,22 @@
164
156
  "from": "components/VDataTable/index.mjs",
165
157
  "styles": []
166
158
  },
167
- "VDivider": {
168
- "from": "components/VDivider/index.mjs",
169
- "styles": []
170
- },
171
159
  "VCombobox": {
172
160
  "from": "components/VCombobox/index.mjs",
173
161
  "styles": []
174
162
  },
163
+ "VColorPicker": {
164
+ "from": "components/VColorPicker/index.mjs",
165
+ "styles": []
166
+ },
167
+ "VCounter": {
168
+ "from": "components/VCounter/index.mjs",
169
+ "styles": []
170
+ },
171
+ "VDialog": {
172
+ "from": "components/VDialog/index.mjs",
173
+ "styles": []
174
+ },
175
175
  "VDatePicker": {
176
176
  "from": "components/VDatePicker/index.mjs",
177
177
  "styles": []
@@ -196,6 +196,10 @@
196
196
  "from": "components/VDatePicker/index.mjs",
197
197
  "styles": []
198
198
  },
199
+ "VDivider": {
200
+ "from": "components/VDivider/index.mjs",
201
+ "styles": []
202
+ },
199
203
  "VExpansionPanels": {
200
204
  "from": "components/VExpansionPanel/index.mjs",
201
205
  "styles": []
@@ -212,10 +216,6 @@
212
216
  "from": "components/VExpansionPanel/index.mjs",
213
217
  "styles": []
214
218
  },
215
- "VDialog": {
216
- "from": "components/VDialog/index.mjs",
217
- "styles": []
218
- },
219
219
  "VFileInput": {
220
220
  "from": "components/VFileInput/index.mjs",
221
221
  "styles": []
@@ -260,28 +260,12 @@
260
260
  "from": "components/VImg/index.mjs",
261
261
  "styles": []
262
262
  },
263
- "VInfiniteScroll": {
264
- "from": "components/VInfiniteScroll/index.mjs",
265
- "styles": []
266
- },
267
263
  "VKbd": {
268
264
  "from": "components/VKbd/index.mjs",
269
265
  "styles": []
270
266
  },
271
- "VItemGroup": {
272
- "from": "components/VItemGroup/index.mjs",
273
- "styles": []
274
- },
275
- "VItem": {
276
- "from": "components/VItemGroup/index.mjs",
277
- "styles": []
278
- },
279
- "VLabel": {
280
- "from": "components/VLabel/index.mjs",
281
- "styles": []
282
- },
283
- "VMain": {
284
- "from": "components/VMain/index.mjs",
267
+ "VInfiniteScroll": {
268
+ "from": "components/VInfiniteScroll/index.mjs",
285
269
  "styles": []
286
270
  },
287
271
  "VList": {
@@ -320,8 +304,20 @@
320
304
  "from": "components/VList/index.mjs",
321
305
  "styles": []
322
306
  },
323
- "VMenu": {
324
- "from": "components/VMenu/index.mjs",
307
+ "VItemGroup": {
308
+ "from": "components/VItemGroup/index.mjs",
309
+ "styles": []
310
+ },
311
+ "VItem": {
312
+ "from": "components/VItemGroup/index.mjs",
313
+ "styles": []
314
+ },
315
+ "VMain": {
316
+ "from": "components/VMain/index.mjs",
317
+ "styles": []
318
+ },
319
+ "VLabel": {
320
+ "from": "components/VLabel/index.mjs",
325
321
  "styles": []
326
322
  },
327
323
  "VMessages": {
@@ -336,42 +332,42 @@
336
332
  "from": "components/VOverlay/index.mjs",
337
333
  "styles": []
338
334
  },
339
- "VProgressCircular": {
340
- "from": "components/VProgressCircular/index.mjs",
341
- "styles": []
342
- },
343
335
  "VPagination": {
344
336
  "from": "components/VPagination/index.mjs",
345
337
  "styles": []
346
338
  },
339
+ "VMenu": {
340
+ "from": "components/VMenu/index.mjs",
341
+ "styles": []
342
+ },
347
343
  "VOtpInput": {
348
344
  "from": "components/VOtpInput/index.mjs",
349
345
  "styles": []
350
346
  },
347
+ "VProgressCircular": {
348
+ "from": "components/VProgressCircular/index.mjs",
349
+ "styles": []
350
+ },
351
351
  "VProgressLinear": {
352
352
  "from": "components/VProgressLinear/index.mjs",
353
353
  "styles": []
354
354
  },
355
- "VRadioGroup": {
356
- "from": "components/VRadioGroup/index.mjs",
355
+ "VSelect": {
356
+ "from": "components/VSelect/index.mjs",
357
357
  "styles": []
358
358
  },
359
359
  "VRating": {
360
360
  "from": "components/VRating/index.mjs",
361
361
  "styles": []
362
362
  },
363
- "VSheet": {
364
- "from": "components/VSheet/index.mjs",
363
+ "VRadioGroup": {
364
+ "from": "components/VRadioGroup/index.mjs",
365
365
  "styles": []
366
366
  },
367
367
  "VSelectionControlGroup": {
368
368
  "from": "components/VSelectionControlGroup/index.mjs",
369
369
  "styles": []
370
370
  },
371
- "VSelect": {
372
- "from": "components/VSelect/index.mjs",
373
- "styles": []
374
- },
375
371
  "VSelectionControl": {
376
372
  "from": "components/VSelectionControl/index.mjs",
377
373
  "styles": []
@@ -380,8 +376,8 @@
380
376
  "from": "components/VSkeletonLoader/index.mjs",
381
377
  "styles": []
382
378
  },
383
- "VSlider": {
384
- "from": "components/VSlider/index.mjs",
379
+ "VSheet": {
380
+ "from": "components/VSheet/index.mjs",
385
381
  "styles": []
386
382
  },
387
383
  "VSlideGroup": {
@@ -392,6 +388,10 @@
392
388
  "from": "components/VSlideGroup/index.mjs",
393
389
  "styles": []
394
390
  },
391
+ "VSlider": {
392
+ "from": "components/VSlider/index.mjs",
393
+ "styles": []
394
+ },
395
395
  "VSnackbar": {
396
396
  "from": "components/VSnackbar/index.mjs",
397
397
  "styles": []
@@ -424,16 +424,20 @@
424
424
  "from": "components/VSwitch/index.mjs",
425
425
  "styles": []
426
426
  },
427
- "VTable": {
428
- "from": "components/VTable/index.mjs",
427
+ "VTabs": {
428
+ "from": "components/VTabs/index.mjs",
429
+ "styles": []
430
+ },
431
+ "VTab": {
432
+ "from": "components/VTabs/index.mjs",
429
433
  "styles": []
430
434
  },
431
435
  "VSystemBar": {
432
436
  "from": "components/VSystemBar/index.mjs",
433
437
  "styles": []
434
438
  },
435
- "VTextField": {
436
- "from": "components/VTextField/index.mjs",
439
+ "VTable": {
440
+ "from": "components/VTable/index.mjs",
437
441
  "styles": []
438
442
  },
439
443
  "VTextarea": {
@@ -448,12 +452,8 @@
448
452
  "from": "components/VTimeline/index.mjs",
449
453
  "styles": []
450
454
  },
451
- "VTabs": {
452
- "from": "components/VTabs/index.mjs",
453
- "styles": []
454
- },
455
- "VTab": {
456
- "from": "components/VTabs/index.mjs",
455
+ "VTextField": {
456
+ "from": "components/VTextField/index.mjs",
457
457
  "styles": []
458
458
  },
459
459
  "VTooltip": {
@@ -480,14 +480,14 @@
480
480
  "from": "components/VWindow/index.mjs",
481
481
  "styles": []
482
482
  },
483
- "VDataIterator": {
484
- "from": "components/VDataIterator/index.mjs",
485
- "styles": []
486
- },
487
483
  "VDefaultsProvider": {
488
484
  "from": "components/VDefaultsProvider/index.mjs",
489
485
  "styles": []
490
486
  },
487
+ "VDataIterator": {
488
+ "from": "components/VDataIterator/index.mjs",
489
+ "styles": []
490
+ },
491
491
  "VForm": {
492
492
  "from": "components/VForm/index.mjs",
493
493
  "styles": []
@@ -532,32 +532,24 @@
532
532
  "from": "components/VNoSsr/index.mjs",
533
533
  "styles": []
534
534
  },
535
- "VParallax": {
536
- "from": "components/VParallax/index.mjs",
537
- "styles": []
538
- },
539
535
  "VRadio": {
540
536
  "from": "components/VRadio/index.mjs",
541
537
  "styles": []
542
538
  },
543
- "VRangeSlider": {
544
- "from": "components/VRangeSlider/index.mjs",
539
+ "VParallax": {
540
+ "from": "components/VParallax/index.mjs",
545
541
  "styles": []
546
542
  },
547
543
  "VResponsive": {
548
544
  "from": "components/VResponsive/index.mjs",
549
545
  "styles": []
550
546
  },
551
- "VThemeProvider": {
552
- "from": "components/VThemeProvider/index.mjs",
553
- "styles": []
554
- },
555
- "VValidation": {
556
- "from": "components/VValidation/index.mjs",
547
+ "VRangeSlider": {
548
+ "from": "components/VRangeSlider/index.mjs",
557
549
  "styles": []
558
550
  },
559
- "VVirtualScroll": {
560
- "from": "components/VVirtualScroll/index.mjs",
551
+ "VThemeProvider": {
552
+ "from": "components/VThemeProvider/index.mjs",
561
553
  "styles": []
562
554
  },
563
555
  "VFabTransition": {
@@ -623,6 +615,14 @@
623
615
  "VDialogTransition": {
624
616
  "from": "components/transitions/index.mjs",
625
617
  "styles": []
618
+ },
619
+ "VValidation": {
620
+ "from": "components/VValidation/index.mjs",
621
+ "styles": []
622
+ },
623
+ "VVirtualScroll": {
624
+ "from": "components/VVirtualScroll/index.mjs",
625
+ "styles": []
626
626
  }
627
627
  },
628
628
  "directives": [
@@ -1428,6 +1428,7 @@
1428
1428
  "v-expand-transition": {
1429
1429
  "attributes": [
1430
1430
  "disabled",
1431
+ "group",
1431
1432
  "mode"
1432
1433
  ],
1433
1434
  "description": ""
@@ -1435,6 +1436,7 @@
1435
1436
  "v-expand-x-transition": {
1436
1437
  "attributes": [
1437
1438
  "disabled",
1439
+ "group",
1438
1440
  "mode"
1439
1441
  ],
1440
1442
  "description": ""
@@ -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.3-dev.2024-03-03",
5
+ "version": "3.5.3-dev.2024-03-07",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -18002,6 +18002,16 @@
18002
18002
  "type": "boolean"
18003
18003
  }
18004
18004
  },
18005
+ {
18006
+ "name": "group",
18007
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup).",
18008
+ "doc-url": "https://vuetifyjs.com/api/v-expand-transition#props",
18009
+ "default": "false",
18010
+ "value": {
18011
+ "kind": "expression",
18012
+ "type": "boolean"
18013
+ }
18014
+ },
18005
18015
  {
18006
18016
  "name": "mode",
18007
18017
  "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition).",
@@ -18045,6 +18055,16 @@
18045
18055
  "type": "boolean"
18046
18056
  }
18047
18057
  },
18058
+ {
18059
+ "name": "group",
18060
+ "description": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup).",
18061
+ "doc-url": "https://vuetifyjs.com/api/v-expand-x-transition#props",
18062
+ "default": "false",
18063
+ "value": {
18064
+ "kind": "expression",
18065
+ "type": "boolean"
18066
+ }
18067
+ },
18048
18068
  {
18049
18069
  "name": "mode",
18050
18070
  "description": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition).",