@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-10 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-24
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 +0 -8
- package/dist/json/attributes.json +30 -22
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +120 -120
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +53 -42
- package/dist/vuetify-labs.css +2160 -2162
- package/dist/vuetify-labs.d.ts +12298 -12189
- package/dist/vuetify-labs.esm.js +59 -29
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +59 -29
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +871 -873
- package/dist/vuetify.d.ts +10357 -10268
- package/dist/vuetify.esm.js +51 -25
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +51 -25
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1043 -1044
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +169 -169
- package/lib/components/VAutocomplete/index.d.mts +615 -609
- package/lib/components/VAvatar/index.d.mts +36 -36
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/index.d.mts +118 -118
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VBtn/index.d.mts +107 -107
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/index.d.mts +128 -128
- package/lib/components/VCheckbox/index.d.mts +174 -168
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/index.d.mts +615 -609
- package/lib/components/VConfirmEdit/index.d.mts +2 -2
- package/lib/components/VCounter/index.d.mts +27 -27
- package/lib/components/VDataIterator/index.d.mts +51 -50
- package/lib/components/VDataTable/VDataTable.mjs +10 -3
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/group.mjs +2 -1
- package/lib/components/VDataTable/composables/group.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +4 -4
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +275 -274
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +353 -353
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/index.d.mts +134 -134
- package/lib/components/VFab/index.d.mts +227 -227
- package/lib/components/VField/VField.css +6 -11
- package/lib/components/VField/VField.mjs +7 -5
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -6
- package/lib/components/VField/index.d.mts +58 -52
- package/lib/components/VFileInput/index.d.mts +255 -249
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/index.d.mts +150 -150
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/index.d.mts +85 -85
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/VInput.css +5 -5
- package/lib/components/VInput/VInput.mjs +4 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/index.d.mts +61 -55
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +36 -36
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VList/index.d.mts +178 -178
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/index.d.mts +393 -393
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +97 -97
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressLinear/index.d.mts +52 -52
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadioGroup/index.d.mts +105 -99
- package/lib/components/VRangeSlider/index.d.mts +102 -96
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/index.d.mts +615 -609
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/index.d.mts +33 -33
- package/lib/components/VSlider/index.d.mts +95 -89
- package/lib/components/VSnackbar/index.d.mts +411 -411
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +176 -176
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +108 -102
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +512 -512
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +421 -415
- package/lib/components/VTextarea/VTextarea.mjs +5 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +359 -344
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +424 -424
- package/lib/components/VValidation/index.d.mts +19 -19
- package/lib/components/VVirtualScroll/index.d.mts +10 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +10651 -10563
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +0 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +69 -68
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/VDateInput.mjs +6 -3
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +256 -250
- package/lib/labs/VNumberInput/index.d.mts +247 -241
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
- package/lib/labs/VStepperVertical/index.d.mts +212 -212
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +131 -122
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- package/lib/labs/VTreeview/index.d.mts +199 -199
- package/lib/labs/components.d.mts +1754 -1733
- package/package.json +9 -4
@@ -9,11 +9,11 @@ declare const VLocaleProvider: {
|
|
9
9
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
10
10
|
style: vue.StyleValue;
|
11
11
|
} & {
|
12
|
+
rtl?: boolean | undefined;
|
12
13
|
class?: any;
|
13
14
|
locale?: string | undefined;
|
14
15
|
fallbackLocale?: string | undefined;
|
15
16
|
messages?: Record<string, any> | undefined;
|
16
|
-
rtl?: boolean | undefined;
|
17
17
|
} & {
|
18
18
|
$children?: vue.VNodeChild | {
|
19
19
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -26,11 +26,11 @@ declare const VLocaleProvider: {
|
|
26
26
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
27
27
|
style: vue.StyleValue;
|
28
28
|
} & {
|
29
|
+
rtl?: boolean | undefined;
|
29
30
|
class?: any;
|
30
31
|
locale?: string | undefined;
|
31
32
|
fallbackLocale?: string | undefined;
|
32
33
|
messages?: Record<string, any> | undefined;
|
33
|
-
rtl?: boolean | undefined;
|
34
34
|
} & {
|
35
35
|
$children?: vue.VNodeChild | {
|
36
36
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -41,8 +41,8 @@ declare const VLocaleProvider: {
|
|
41
41
|
} & {
|
42
42
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
43
43
|
}, {
|
44
|
-
style: vue.StyleValue;
|
45
44
|
rtl: boolean;
|
45
|
+
style: vue.StyleValue;
|
46
46
|
}, true, {}, vue.SlotsType<Partial<{
|
47
47
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
48
48
|
[key: string]: any;
|
@@ -57,11 +57,11 @@ declare const VLocaleProvider: {
|
|
57
57
|
}, {
|
58
58
|
style: vue.StyleValue;
|
59
59
|
} & {
|
60
|
+
rtl?: boolean | undefined;
|
60
61
|
class?: any;
|
61
62
|
locale?: string | undefined;
|
62
63
|
fallbackLocale?: string | undefined;
|
63
64
|
messages?: Record<string, any> | undefined;
|
64
|
-
rtl?: boolean | undefined;
|
65
65
|
} & {
|
66
66
|
$children?: vue.VNodeChild | {
|
67
67
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -72,8 +72,8 @@ declare const VLocaleProvider: {
|
|
72
72
|
} & {
|
73
73
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
74
74
|
}, {}, {}, {}, {}, {
|
75
|
-
style: vue.StyleValue;
|
76
75
|
rtl: boolean;
|
76
|
+
style: vue.StyleValue;
|
77
77
|
}>;
|
78
78
|
__isFragment?: undefined;
|
79
79
|
__isTeleport?: undefined;
|
@@ -81,11 +81,11 @@ declare const VLocaleProvider: {
|
|
81
81
|
} & vue.ComponentOptionsBase<{
|
82
82
|
style: vue.StyleValue;
|
83
83
|
} & {
|
84
|
+
rtl?: boolean | undefined;
|
84
85
|
class?: any;
|
85
86
|
locale?: string | undefined;
|
86
87
|
fallbackLocale?: string | undefined;
|
87
88
|
messages?: Record<string, any> | undefined;
|
88
|
-
rtl?: boolean | undefined;
|
89
89
|
} & {
|
90
90
|
$children?: vue.VNodeChild | {
|
91
91
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -96,8 +96,8 @@ declare const VLocaleProvider: {
|
|
96
96
|
} & {
|
97
97
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
98
98
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
99
|
-
style: vue.StyleValue;
|
100
99
|
rtl: boolean;
|
100
|
+
style: vue.StyleValue;
|
101
101
|
}, {}, string, vue.SlotsType<Partial<{
|
102
102
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
103
103
|
[key: string]: any;
|
@@ -11,13 +11,13 @@ declare const VMain: {
|
|
11
11
|
tag: string;
|
12
12
|
scrollable: boolean;
|
13
13
|
} & {
|
14
|
-
class?: any;
|
15
|
-
width?: string | number | undefined;
|
16
14
|
height?: string | number | undefined;
|
15
|
+
width?: string | number | undefined;
|
17
16
|
maxHeight?: string | number | undefined;
|
18
17
|
maxWidth?: string | number | undefined;
|
19
18
|
minHeight?: string | number | undefined;
|
20
19
|
minWidth?: string | number | undefined;
|
20
|
+
class?: any;
|
21
21
|
} & {
|
22
22
|
$children?: vue.VNodeChild | {
|
23
23
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -32,13 +32,13 @@ declare const VMain: {
|
|
32
32
|
tag: string;
|
33
33
|
scrollable: boolean;
|
34
34
|
} & {
|
35
|
-
class?: any;
|
36
|
-
width?: string | number | undefined;
|
37
35
|
height?: string | number | undefined;
|
36
|
+
width?: string | number | undefined;
|
38
37
|
maxHeight?: string | number | undefined;
|
39
38
|
maxWidth?: string | number | undefined;
|
40
39
|
minHeight?: string | number | undefined;
|
41
40
|
minWidth?: string | number | undefined;
|
41
|
+
class?: any;
|
42
42
|
} & {
|
43
43
|
$children?: vue.VNodeChild | {
|
44
44
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -68,13 +68,13 @@ declare const VMain: {
|
|
68
68
|
tag: string;
|
69
69
|
scrollable: boolean;
|
70
70
|
} & {
|
71
|
-
class?: any;
|
72
|
-
width?: string | number | undefined;
|
73
71
|
height?: string | number | undefined;
|
72
|
+
width?: string | number | undefined;
|
74
73
|
maxHeight?: string | number | undefined;
|
75
74
|
maxWidth?: string | number | undefined;
|
76
75
|
minHeight?: string | number | undefined;
|
77
76
|
minWidth?: string | number | undefined;
|
77
|
+
class?: any;
|
78
78
|
} & {
|
79
79
|
$children?: vue.VNodeChild | {
|
80
80
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -97,13 +97,13 @@ declare const VMain: {
|
|
97
97
|
tag: string;
|
98
98
|
scrollable: boolean;
|
99
99
|
} & {
|
100
|
-
class?: any;
|
101
|
-
width?: string | number | undefined;
|
102
100
|
height?: string | number | undefined;
|
101
|
+
width?: string | number | undefined;
|
103
102
|
maxHeight?: string | number | undefined;
|
104
103
|
maxWidth?: string | number | undefined;
|
105
104
|
minHeight?: string | number | undefined;
|
106
105
|
minWidth?: string | number | undefined;
|
106
|
+
class?: any;
|
107
107
|
} & {
|
108
108
|
$children?: vue.VNodeChild | {
|
109
109
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -125,7 +125,7 @@ declare const VMain: {
|
|
125
125
|
tag: Omit<{
|
126
126
|
type: StringConstructor;
|
127
127
|
default: string;
|
128
|
-
}, "
|
128
|
+
}, "type" | "default"> & {
|
129
129
|
type: vue.PropType<string>;
|
130
130
|
default: string;
|
131
131
|
};
|
@@ -145,7 +145,7 @@ declare const VMain: {
|
|
145
145
|
tag: Omit<{
|
146
146
|
type: StringConstructor;
|
147
147
|
default: string;
|
148
|
-
}, "
|
148
|
+
}, "type" | "default"> & {
|
149
149
|
type: vue.PropType<string>;
|
150
150
|
default: string;
|
151
151
|
};
|