@vuetify/nightly 3.6.3-master.2024-05-02 → 3.6.3-master.2024-05-03
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 +8 -2
- package/dist/json/attributes.json +17 -17
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +116 -116
- package/dist/json/web-types.json +28 -28
- package/dist/vuetify-labs.css +1377 -1363
- package/dist/vuetify-labs.d.ts +129 -123
- package/dist/vuetify-labs.esm.js +7 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +7 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +765 -751
- package/dist/vuetify.d.ts +171 -165
- package/dist/vuetify.esm.js +7 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +7 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +3 -1
- package/lib/components/VAvatar/VAvatar.css +3 -1
- package/lib/components/VBanner/index.d.mts +11 -11
- package/lib/components/VBtn/VBtn.css +3 -1
- package/lib/components/VCard/VCard.css +3 -1
- package/lib/components/VChip/VChip.css +3 -1
- package/lib/components/VChipGroup/index.d.mts +11 -11
- package/lib/components/VDataTable/index.d.mts +66 -66
- package/lib/components/VList/VListItem.css +3 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/index.d.mts +19 -13
- package/lib/components/VSlideGroup/index.d.mts +11 -11
- package/lib/components/VSnackbar/VSnackbar.css +3 -1
- package/lib/components/VTabs/index.d.mts +11 -11
- package/lib/components/index.d.mts +129 -123
- package/lib/composables/display.mjs +1 -1
- package/lib/composables/display.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +42 -42
- package/lib/styles/tools/_variant.sass +3 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,8 +1,14 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.3-master.2024-05-
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.3-master.2024-05-03...v) (2024-05-03)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.6.3-master.2024-05-
|
5
|
+
## [3.6.3-master.2024-05-03](https://github.com/vuetifyjs/vuetify/compare/v3.6.3...v3.6.3-master.2024-05-03) (2024-05-03)
|
6
|
+
|
7
|
+
|
8
|
+
### Bug Fixes
|
9
|
+
|
10
|
+
* **variant:** always remove underlay from normal flow ([6aea5e4](https://github.com/vuetifyjs/vuetify/commit/6aea5e4cb24f29978c8d416c8e53330189d917a7))
|
11
|
+
* **VDataTable:** change mobile default to false ([#19744](https://github.com/vuetifyjs/vuetify/issues/19744)) ([a194622](https://github.com/vuetifyjs/vuetify/commit/a194622437e9baa0e9202a349fbc97dee95885cf))
|
6
12
|
|
7
13
|
|
8
14
|
|
@@ -909,7 +909,7 @@
|
|
909
909
|
},
|
910
910
|
"VBanner/mobile-breakpoint": {
|
911
911
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
912
|
-
"description": "Overrides the display configuration default."
|
912
|
+
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
913
913
|
},
|
914
914
|
"VBanner/elevation": {
|
915
915
|
"type": "string | number\n",
|
@@ -2657,7 +2657,7 @@
|
|
2657
2657
|
},
|
2658
2658
|
"VChipGroup/mobile": {
|
2659
2659
|
"type": "boolean\n",
|
2660
|
-
"description": "
|
2660
|
+
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
|
2661
2661
|
},
|
2662
2662
|
"VChipGroup/mobile-breakpoint": {
|
2663
2663
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
@@ -3385,7 +3385,7 @@
|
|
3385
3385
|
},
|
3386
3386
|
"VDataTable/mobile": {
|
3387
3387
|
"type": "boolean\n",
|
3388
|
-
"description": "
|
3388
|
+
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
|
3389
3389
|
},
|
3390
3390
|
"VDataTable/loading": {
|
3391
3391
|
"type": "string | boolean\n",
|
@@ -3421,7 +3421,7 @@
|
|
3421
3421
|
},
|
3422
3422
|
"VDataTable/mobile-breakpoint": {
|
3423
3423
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
3424
|
-
"description": "Overrides the display configuration default."
|
3424
|
+
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
3425
3425
|
},
|
3426
3426
|
"VDataTable/row-props": {
|
3427
3427
|
"type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
|
@@ -3629,11 +3629,11 @@
|
|
3629
3629
|
},
|
3630
3630
|
"VDataTableHeaders/mobile": {
|
3631
3631
|
"type": "boolean\n",
|
3632
|
-
"description": "
|
3632
|
+
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
|
3633
3633
|
},
|
3634
3634
|
"VDataTableHeaders/mobile-breakpoint": {
|
3635
3635
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
3636
|
-
"description": "Overrides the display configuration default."
|
3636
|
+
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
3637
3637
|
},
|
3638
3638
|
"VDataTableHeaders/loading": {
|
3639
3639
|
"type": "string | boolean\n",
|
@@ -3645,7 +3645,7 @@
|
|
3645
3645
|
},
|
3646
3646
|
"VDataTableRow/mobile": {
|
3647
3647
|
"type": "boolean\n",
|
3648
|
-
"description": "
|
3648
|
+
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
|
3649
3649
|
},
|
3650
3650
|
"VDataTableRow/index": {
|
3651
3651
|
"type": "number\n",
|
@@ -3653,7 +3653,7 @@
|
|
3653
3653
|
},
|
3654
3654
|
"VDataTableRow/mobile-breakpoint": {
|
3655
3655
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
3656
|
-
"description": "Overrides the display configuration default."
|
3656
|
+
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
3657
3657
|
},
|
3658
3658
|
"VDataTableRow/item": {
|
3659
3659
|
"type": "unknown\n",
|
@@ -3665,7 +3665,7 @@
|
|
3665
3665
|
},
|
3666
3666
|
"VDataTableRows/mobile": {
|
3667
3667
|
"type": "boolean\n",
|
3668
|
-
"description": "
|
3668
|
+
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
|
3669
3669
|
},
|
3670
3670
|
"VDataTableRows/loading": {
|
3671
3671
|
"type": "string | boolean\n",
|
@@ -3689,7 +3689,7 @@
|
|
3689
3689
|
},
|
3690
3690
|
"VDataTableRows/mobile-breakpoint": {
|
3691
3691
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
3692
|
-
"description": "Overrides the display configuration default."
|
3692
|
+
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
3693
3693
|
},
|
3694
3694
|
"VDataTableRows/row-props": {
|
3695
3695
|
"type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
|
@@ -3709,7 +3709,7 @@
|
|
3709
3709
|
},
|
3710
3710
|
"VDataTableServer/mobile": {
|
3711
3711
|
"type": "boolean\n",
|
3712
|
-
"description": "
|
3712
|
+
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
|
3713
3713
|
},
|
3714
3714
|
"VDataTableServer/loading": {
|
3715
3715
|
"type": "string | boolean\n",
|
@@ -3749,7 +3749,7 @@
|
|
3749
3749
|
},
|
3750
3750
|
"VDataTableServer/mobile-breakpoint": {
|
3751
3751
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
3752
|
-
"description": "Overrides the display configuration default."
|
3752
|
+
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
3753
3753
|
},
|
3754
3754
|
"VDataTableServer/row-props": {
|
3755
3755
|
"type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
|
@@ -3925,7 +3925,7 @@
|
|
3925
3925
|
},
|
3926
3926
|
"VDataTableVirtual/mobile": {
|
3927
3927
|
"type": "boolean\n",
|
3928
|
-
"description": "
|
3928
|
+
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
|
3929
3929
|
},
|
3930
3930
|
"VDataTableVirtual/headers": {
|
3931
3931
|
"type": "{\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly mobile?: boolean | undefined\n readonly children?:\n | readonly {\n readonly key?:\n | 'data-table-group'\n | 'data-table-select'\n | 'data-table-expand'\n | (string & {})\n | undefined\n readonly value?: SelectItemKey<Record<string, any>>\n readonly title?: string | undefined\n readonly fixed?: boolean | undefined\n readonly align?: 'start' | 'end' | 'center' | undefined\n readonly width?: string | number | undefined\n readonly minWidth?: string | undefined\n readonly maxWidth?: string | undefined\n readonly nowrap?: boolean | undefined\n readonly headerProps?: { readonly [x: string]: any } | undefined\n readonly cellProps?:\n | { readonly [x: string]: any }\n | ((\n data: Pick<\n ItemKeySlot<any>,\n 'value' | 'item' | 'index' | 'internalItem'\n >,\n ) => Record<string, any>)\n | undefined\n readonly sortable?: boolean | undefined\n readonly sort?: DataTableCompareFunction<any> | undefined\n readonly sortRaw?: DataTableCompareFunction<any> | undefined\n readonly filter?: FilterFunction | undefined\n readonly mobile?: boolean | undefined\n readonly children?: readonly any[] | undefined\n }[]\n | undefined\n}[]\n",
|
@@ -3953,7 +3953,7 @@
|
|
3953
3953
|
},
|
3954
3954
|
"VDataTableVirtual/mobile-breakpoint": {
|
3955
3955
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
3956
|
-
"description": "Overrides the display configuration default."
|
3956
|
+
"description": "Overrides the display configuration default screen size that the component should be considered in mobile."
|
3957
3957
|
},
|
3958
3958
|
"VDataTableVirtual/row-props": {
|
3959
3959
|
"type": " | Record<string, any>\n | ((\n data: Pick<ItemKeySlot<any>, 'item' | 'index' | 'internalItem'>,\n ) => Record<string, any>)\n",
|
@@ -7141,7 +7141,7 @@
|
|
7141
7141
|
},
|
7142
7142
|
"VNavigationDrawer/mobile": {
|
7143
7143
|
"type": "boolean\n",
|
7144
|
-
"description": "
|
7144
|
+
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
|
7145
7145
|
},
|
7146
7146
|
"VNavigationDrawer/mobile-breakpoint": {
|
7147
7147
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
@@ -9177,7 +9177,7 @@
|
|
9177
9177
|
},
|
9178
9178
|
"VSlideGroup/mobile": {
|
9179
9179
|
"type": "boolean\n",
|
9180
|
-
"description": "
|
9180
|
+
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
|
9181
9181
|
},
|
9182
9182
|
"VSlideGroup/mobile-breakpoint": {
|
9183
9183
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
@@ -10813,7 +10813,7 @@
|
|
10813
10813
|
},
|
10814
10814
|
"VTabs/mobile": {
|
10815
10815
|
"type": "boolean\n",
|
10816
|
-
"description": "
|
10816
|
+
"description": "Determines the display mode of the component. If true, the component will be displayed in mobile mode. If false, the component will be displayed in desktop mode. If null, will be based on the current mobile-breakpoint"
|
10817
10817
|
},
|
10818
10818
|
"VTabs/mobile-breakpoint": {
|
10819
10819
|
"type": "number | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'\n",
|
@@ -1,29 +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
|
-
"VTimePicker": {
|
12
|
-
"from": "labs/VTimePicker/index.mjs",
|
13
|
-
"styles": []
|
14
|
-
},
|
15
|
-
"VTimePickerClock": {
|
16
|
-
"from": "labs/VTimePicker/index.mjs",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
|
-
"VTimePickerControls": {
|
20
|
-
"from": "labs/VTimePicker/index.mjs",
|
21
|
-
"styles": []
|
22
|
-
},
|
23
|
-
"VNumberInput": {
|
24
|
-
"from": "labs/VNumberInput/index.mjs",
|
25
|
-
"styles": []
|
26
|
-
},
|
27
3
|
"VCalendar": {
|
28
4
|
"from": "labs/VCalendar/index.mjs",
|
29
5
|
"styles": []
|
@@ -48,6 +24,18 @@
|
|
48
24
|
"from": "labs/VCalendar/index.mjs",
|
49
25
|
"styles": []
|
50
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
|
+
},
|
51
39
|
"VTreeview": {
|
52
40
|
"from": "labs/VTreeview/index.mjs",
|
53
41
|
"styles": []
|
@@ -60,17 +48,29 @@
|
|
60
48
|
"from": "labs/VTreeview/index.mjs",
|
61
49
|
"styles": []
|
62
50
|
},
|
63
|
-
"
|
64
|
-
"from": "labs/
|
51
|
+
"VTimePicker": {
|
52
|
+
"from": "labs/VTimePicker/index.mjs",
|
65
53
|
"styles": []
|
66
54
|
},
|
67
|
-
"
|
68
|
-
"from": "labs/
|
55
|
+
"VTimePickerClock": {
|
56
|
+
"from": "labs/VTimePicker/index.mjs",
|
57
|
+
"styles": []
|
58
|
+
},
|
59
|
+
"VTimePickerControls": {
|
60
|
+
"from": "labs/VTimePicker/index.mjs",
|
61
|
+
"styles": []
|
62
|
+
},
|
63
|
+
"VDateInput": {
|
64
|
+
"from": "labs/VDateInput/index.mjs",
|
69
65
|
"styles": []
|
70
66
|
},
|
71
67
|
"VPullToRefresh": {
|
72
68
|
"from": "labs/VPullToRefresh/index.mjs",
|
73
69
|
"styles": []
|
70
|
+
},
|
71
|
+
"VSnackbarQueue": {
|
72
|
+
"from": "labs/VSnackbarQueue/index.mjs",
|
73
|
+
"styles": []
|
74
74
|
}
|
75
75
|
}
|
76
76
|
}
|