vuetify 3.6.13 → 3.7.0-beta.1
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/dist/json/attributes.json +166 -26
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +138 -138
- package/dist/json/tags.json +40 -5
- package/dist/json/web-types.json +394 -41
- package/dist/vuetify-labs.css +2300 -2284
- package/dist/vuetify-labs.d.ts +12763 -12509
- package/dist/vuetify-labs.esm.js +153 -145
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +153 -145
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +887 -871
- package/dist/vuetify.d.ts +11161 -10982
- package/dist/vuetify.esm.js +107 -65
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +107 -65
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1076 -1078
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/index.d.mts +175 -169
- package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +635 -634
- package/lib/components/VAvatar/VAvatar.css +7 -0
- package/lib/components/VAvatar/VAvatar.mjs +6 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -0
- package/lib/components/VAvatar/_variables.scss +13 -0
- package/lib/components/VAvatar/index.d.mts +36 -30
- 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 +125 -125
- package/lib/components/VBreadcrumbs/index.d.mts +42 -42
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +113 -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 +130 -121
- package/lib/components/VCheckbox/index.d.mts +166 -166
- 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/VCombobox.mjs +15 -8
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +635 -634
- 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 +50 -50
- package/lib/components/VDataTable/index.d.mts +253 -253
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +378 -378
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +196 -124
- package/lib/components/VFab/index.d.mts +233 -227
- package/lib/components/VField/index.d.mts +46 -46
- package/lib/components/VFileInput/index.d.mts +243 -243
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VContainer.mjs +6 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +178 -142
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/VImg.css +9 -0
- package/lib/components/VImg/VImg.mjs +2 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +9 -0
- package/lib/components/VImg/index.d.mts +101 -92
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/index.d.mts +53 -53
- 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/VListItem.css +2 -2
- package/lib/components/VList/VListItem.mjs +2 -0
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +191 -190
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/VMenu.mjs +7 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +423 -423
- 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/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +104 -104
- package/lib/components/VOverlay/locationStrategies.mjs +0 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- 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 +97 -97
- package/lib/components/VRangeSlider/index.d.mts +94 -94
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/VSelect.mjs +15 -13
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +635 -634
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- 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/VSlideGroup.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +39 -33
- package/lib/components/VSlider/index.d.mts +87 -87
- package/lib/components/VSnackbar/index.d.mts +436 -436
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +185 -185
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +100 -100
- 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 +530 -512
- package/lib/components/VTextField/index.d.mts +397 -397
- package/lib/components/VTextarea/index.d.mts +274 -274
- 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 +451 -451
- package/lib/components/VValidation/index.d.mts +22 -21
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +13 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +11225 -11046
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +3 -4
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +4 -2
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +5 -5
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/validation.mjs +8 -6
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +1 -0
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +44 -44
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/index.d.mts +244 -244
- package/lib/labs/VNumberInput/index.d.mts +235 -235
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
- package/lib/labs/VStepperVertical/index.d.mts +224 -188
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +115 -115
- package/lib/labs/VTreeview/VTreeview.mjs +7 -5
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- package/lib/labs/VTreeview/index.d.mts +270 -253
- package/lib/labs/components.d.mts +1835 -1782
- package/lib/util/helpers.mjs +5 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +10 -5
|
@@ -7,15 +7,15 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
|
7
7
|
|
|
8
8
|
declare const VDivider: {
|
|
9
9
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
10
|
-
style: vue.StyleValue;
|
|
11
10
|
inset: boolean;
|
|
11
|
+
style: vue.StyleValue;
|
|
12
12
|
vertical: boolean;
|
|
13
13
|
} & {
|
|
14
14
|
length?: string | number | undefined;
|
|
15
|
-
class?: any;
|
|
16
|
-
theme?: string | undefined;
|
|
17
15
|
color?: string | undefined;
|
|
18
16
|
opacity?: string | number | undefined;
|
|
17
|
+
class?: any;
|
|
18
|
+
theme?: string | undefined;
|
|
19
19
|
thickness?: string | number | undefined;
|
|
20
20
|
} & {
|
|
21
21
|
$children?: vue.VNodeChild | {
|
|
@@ -27,15 +27,15 @@ declare const VDivider: {
|
|
|
27
27
|
} & {
|
|
28
28
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
29
29
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
30
|
-
style: vue.StyleValue;
|
|
31
30
|
inset: boolean;
|
|
31
|
+
style: vue.StyleValue;
|
|
32
32
|
vertical: boolean;
|
|
33
33
|
} & {
|
|
34
34
|
length?: string | number | undefined;
|
|
35
|
-
class?: any;
|
|
36
|
-
theme?: string | undefined;
|
|
37
35
|
color?: string | undefined;
|
|
38
36
|
opacity?: string | number | undefined;
|
|
37
|
+
class?: any;
|
|
38
|
+
theme?: string | undefined;
|
|
39
39
|
thickness?: string | number | undefined;
|
|
40
40
|
} & {
|
|
41
41
|
$children?: vue.VNodeChild | {
|
|
@@ -47,8 +47,8 @@ declare const VDivider: {
|
|
|
47
47
|
} & {
|
|
48
48
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
49
49
|
}, {
|
|
50
|
-
style: vue.StyleValue;
|
|
51
50
|
inset: boolean;
|
|
51
|
+
style: vue.StyleValue;
|
|
52
52
|
vertical: boolean;
|
|
53
53
|
}, true, {}, vue.SlotsType<Partial<{
|
|
54
54
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -62,15 +62,15 @@ declare const VDivider: {
|
|
|
62
62
|
M: {};
|
|
63
63
|
Defaults: {};
|
|
64
64
|
}, {
|
|
65
|
-
style: vue.StyleValue;
|
|
66
65
|
inset: boolean;
|
|
66
|
+
style: vue.StyleValue;
|
|
67
67
|
vertical: boolean;
|
|
68
68
|
} & {
|
|
69
69
|
length?: string | number | undefined;
|
|
70
|
-
class?: any;
|
|
71
|
-
theme?: string | undefined;
|
|
72
70
|
color?: string | undefined;
|
|
73
71
|
opacity?: string | number | undefined;
|
|
72
|
+
class?: any;
|
|
73
|
+
theme?: string | undefined;
|
|
74
74
|
thickness?: string | number | undefined;
|
|
75
75
|
} & {
|
|
76
76
|
$children?: vue.VNodeChild | {
|
|
@@ -82,23 +82,23 @@ declare const VDivider: {
|
|
|
82
82
|
} & {
|
|
83
83
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
84
84
|
}, {}, {}, {}, {}, {
|
|
85
|
-
style: vue.StyleValue;
|
|
86
85
|
inset: boolean;
|
|
86
|
+
style: vue.StyleValue;
|
|
87
87
|
vertical: boolean;
|
|
88
88
|
}>;
|
|
89
89
|
__isFragment?: undefined;
|
|
90
90
|
__isTeleport?: undefined;
|
|
91
91
|
__isSuspense?: undefined;
|
|
92
92
|
} & vue.ComponentOptionsBase<{
|
|
93
|
-
style: vue.StyleValue;
|
|
94
93
|
inset: boolean;
|
|
94
|
+
style: vue.StyleValue;
|
|
95
95
|
vertical: boolean;
|
|
96
96
|
} & {
|
|
97
97
|
length?: string | number | undefined;
|
|
98
|
-
class?: any;
|
|
99
|
-
theme?: string | undefined;
|
|
100
98
|
color?: string | undefined;
|
|
101
99
|
opacity?: string | number | undefined;
|
|
100
|
+
class?: any;
|
|
101
|
+
theme?: string | undefined;
|
|
102
102
|
thickness?: string | number | undefined;
|
|
103
103
|
} & {
|
|
104
104
|
$children?: vue.VNodeChild | {
|
|
@@ -110,8 +110,8 @@ declare const VDivider: {
|
|
|
110
110
|
} & {
|
|
111
111
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
112
112
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
113
|
-
style: vue.StyleValue;
|
|
114
113
|
inset: boolean;
|
|
114
|
+
style: vue.StyleValue;
|
|
115
115
|
vertical: boolean;
|
|
116
116
|
}, {}, string, vue.SlotsType<Partial<{
|
|
117
117
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -12,24 +12,24 @@ declare const VEmptyState: {
|
|
|
12
12
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
13
13
|
style: vue.StyleValue;
|
|
14
14
|
size: NonNullable<string | number> | undefined;
|
|
15
|
-
justify: "
|
|
15
|
+
justify: "center" | "end" | "start";
|
|
16
16
|
textWidth: string | number;
|
|
17
17
|
} & {
|
|
18
|
-
class?: any;
|
|
19
|
-
title?: string | undefined;
|
|
20
|
-
image?: string | undefined;
|
|
21
|
-
text?: string | undefined;
|
|
22
|
-
width?: string | number | undefined;
|
|
23
18
|
height?: string | number | undefined;
|
|
24
|
-
|
|
25
|
-
href?: string | undefined;
|
|
19
|
+
width?: string | number | undefined;
|
|
26
20
|
color?: string | undefined;
|
|
27
|
-
icon?: IconValue | undefined;
|
|
28
|
-
to?: string | undefined;
|
|
29
21
|
maxHeight?: string | number | undefined;
|
|
30
22
|
maxWidth?: string | number | undefined;
|
|
31
23
|
minHeight?: string | number | undefined;
|
|
32
24
|
minWidth?: string | number | undefined;
|
|
25
|
+
title?: string | undefined;
|
|
26
|
+
image?: string | undefined;
|
|
27
|
+
text?: string | undefined;
|
|
28
|
+
class?: any;
|
|
29
|
+
icon?: IconValue | undefined;
|
|
30
|
+
href?: string | undefined;
|
|
31
|
+
to?: string | undefined;
|
|
32
|
+
theme?: string | undefined;
|
|
33
33
|
bgColor?: string | undefined;
|
|
34
34
|
actionText?: string | undefined;
|
|
35
35
|
headline?: string | undefined;
|
|
@@ -76,24 +76,24 @@ declare const VEmptyState: {
|
|
|
76
76
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
77
77
|
style: vue.StyleValue;
|
|
78
78
|
size: NonNullable<string | number> | undefined;
|
|
79
|
-
justify: "
|
|
79
|
+
justify: "center" | "end" | "start";
|
|
80
80
|
textWidth: string | number;
|
|
81
81
|
} & {
|
|
82
|
-
class?: any;
|
|
83
|
-
title?: string | undefined;
|
|
84
|
-
image?: string | undefined;
|
|
85
|
-
text?: string | undefined;
|
|
86
|
-
width?: string | number | undefined;
|
|
87
82
|
height?: string | number | undefined;
|
|
88
|
-
|
|
89
|
-
href?: string | undefined;
|
|
83
|
+
width?: string | number | undefined;
|
|
90
84
|
color?: string | undefined;
|
|
91
|
-
icon?: IconValue | undefined;
|
|
92
|
-
to?: string | undefined;
|
|
93
85
|
maxHeight?: string | number | undefined;
|
|
94
86
|
maxWidth?: string | number | undefined;
|
|
95
87
|
minHeight?: string | number | undefined;
|
|
96
88
|
minWidth?: string | number | undefined;
|
|
89
|
+
title?: string | undefined;
|
|
90
|
+
image?: string | undefined;
|
|
91
|
+
text?: string | undefined;
|
|
92
|
+
class?: any;
|
|
93
|
+
icon?: IconValue | undefined;
|
|
94
|
+
href?: string | undefined;
|
|
95
|
+
to?: string | undefined;
|
|
96
|
+
theme?: string | undefined;
|
|
97
97
|
bgColor?: string | undefined;
|
|
98
98
|
actionText?: string | undefined;
|
|
99
99
|
headline?: string | undefined;
|
|
@@ -138,7 +138,7 @@ declare const VEmptyState: {
|
|
|
138
138
|
}, {
|
|
139
139
|
style: vue.StyleValue;
|
|
140
140
|
size: NonNullable<string | number> | undefined;
|
|
141
|
-
justify: "
|
|
141
|
+
justify: "center" | "end" | "start";
|
|
142
142
|
textWidth: string | number;
|
|
143
143
|
}, true, {}, vue.SlotsType<Partial<{
|
|
144
144
|
actions: (arg: {
|
|
@@ -173,24 +173,24 @@ declare const VEmptyState: {
|
|
|
173
173
|
}, {
|
|
174
174
|
style: vue.StyleValue;
|
|
175
175
|
size: NonNullable<string | number> | undefined;
|
|
176
|
-
justify: "
|
|
176
|
+
justify: "center" | "end" | "start";
|
|
177
177
|
textWidth: string | number;
|
|
178
178
|
} & {
|
|
179
|
-
class?: any;
|
|
180
|
-
title?: string | undefined;
|
|
181
|
-
image?: string | undefined;
|
|
182
|
-
text?: string | undefined;
|
|
183
|
-
width?: string | number | undefined;
|
|
184
179
|
height?: string | number | undefined;
|
|
185
|
-
|
|
186
|
-
href?: string | undefined;
|
|
180
|
+
width?: string | number | undefined;
|
|
187
181
|
color?: string | undefined;
|
|
188
|
-
icon?: IconValue | undefined;
|
|
189
|
-
to?: string | undefined;
|
|
190
182
|
maxHeight?: string | number | undefined;
|
|
191
183
|
maxWidth?: string | number | undefined;
|
|
192
184
|
minHeight?: string | number | undefined;
|
|
193
185
|
minWidth?: string | number | undefined;
|
|
186
|
+
title?: string | undefined;
|
|
187
|
+
image?: string | undefined;
|
|
188
|
+
text?: string | undefined;
|
|
189
|
+
class?: any;
|
|
190
|
+
icon?: IconValue | undefined;
|
|
191
|
+
href?: string | undefined;
|
|
192
|
+
to?: string | undefined;
|
|
193
|
+
theme?: string | undefined;
|
|
194
194
|
bgColor?: string | undefined;
|
|
195
195
|
actionText?: string | undefined;
|
|
196
196
|
headline?: string | undefined;
|
|
@@ -235,7 +235,7 @@ declare const VEmptyState: {
|
|
|
235
235
|
}, {}, {}, {}, {}, {
|
|
236
236
|
style: vue.StyleValue;
|
|
237
237
|
size: NonNullable<string | number> | undefined;
|
|
238
|
-
justify: "
|
|
238
|
+
justify: "center" | "end" | "start";
|
|
239
239
|
textWidth: string | number;
|
|
240
240
|
}>;
|
|
241
241
|
__isFragment?: undefined;
|
|
@@ -244,24 +244,24 @@ declare const VEmptyState: {
|
|
|
244
244
|
} & vue.ComponentOptionsBase<{
|
|
245
245
|
style: vue.StyleValue;
|
|
246
246
|
size: NonNullable<string | number> | undefined;
|
|
247
|
-
justify: "
|
|
247
|
+
justify: "center" | "end" | "start";
|
|
248
248
|
textWidth: string | number;
|
|
249
249
|
} & {
|
|
250
|
-
class?: any;
|
|
251
|
-
title?: string | undefined;
|
|
252
|
-
image?: string | undefined;
|
|
253
|
-
text?: string | undefined;
|
|
254
|
-
width?: string | number | undefined;
|
|
255
250
|
height?: string | number | undefined;
|
|
256
|
-
|
|
257
|
-
href?: string | undefined;
|
|
251
|
+
width?: string | number | undefined;
|
|
258
252
|
color?: string | undefined;
|
|
259
|
-
icon?: IconValue | undefined;
|
|
260
|
-
to?: string | undefined;
|
|
261
253
|
maxHeight?: string | number | undefined;
|
|
262
254
|
maxWidth?: string | number | undefined;
|
|
263
255
|
minHeight?: string | number | undefined;
|
|
264
256
|
minWidth?: string | number | undefined;
|
|
257
|
+
title?: string | undefined;
|
|
258
|
+
image?: string | undefined;
|
|
259
|
+
text?: string | undefined;
|
|
260
|
+
class?: any;
|
|
261
|
+
icon?: IconValue | undefined;
|
|
262
|
+
href?: string | undefined;
|
|
263
|
+
to?: string | undefined;
|
|
264
|
+
theme?: string | undefined;
|
|
265
265
|
bgColor?: string | undefined;
|
|
266
266
|
actionText?: string | undefined;
|
|
267
267
|
headline?: string | undefined;
|
|
@@ -308,7 +308,7 @@ declare const VEmptyState: {
|
|
|
308
308
|
}, string, {
|
|
309
309
|
style: vue.StyleValue;
|
|
310
310
|
size: NonNullable<string | number> | undefined;
|
|
311
|
-
justify: "
|
|
311
|
+
justify: "center" | "end" | "start";
|
|
312
312
|
textWidth: string | number;
|
|
313
313
|
}, {}, string, vue.SlotsType<Partial<{
|
|
314
314
|
actions: (arg: {
|
|
@@ -338,7 +338,7 @@ declare const VEmptyState: {
|
|
|
338
338
|
size: Omit<{
|
|
339
339
|
type: (StringConstructor | NumberConstructor)[];
|
|
340
340
|
default: string;
|
|
341
|
-
}, "
|
|
341
|
+
}, "type" | "default"> & {
|
|
342
342
|
type: PropType<NonNullable<string | number> | undefined>;
|
|
343
343
|
default: NonNullable<string | number> | undefined;
|
|
344
344
|
};
|
|
@@ -359,7 +359,7 @@ declare const VEmptyState: {
|
|
|
359
359
|
icon: PropType<IconValue>;
|
|
360
360
|
image: StringConstructor;
|
|
361
361
|
justify: {
|
|
362
|
-
type: PropType<"
|
|
362
|
+
type: PropType<"center" | "end" | "start">;
|
|
363
363
|
default: string;
|
|
364
364
|
};
|
|
365
365
|
headline: StringConstructor;
|
|
@@ -376,7 +376,7 @@ declare const VEmptyState: {
|
|
|
376
376
|
size: Omit<{
|
|
377
377
|
type: (StringConstructor | NumberConstructor)[];
|
|
378
378
|
default: string;
|
|
379
|
-
}, "
|
|
379
|
+
}, "type" | "default"> & {
|
|
380
380
|
type: PropType<NonNullable<string | number> | undefined>;
|
|
381
381
|
default: NonNullable<string | number> | undefined;
|
|
382
382
|
};
|
|
@@ -397,7 +397,7 @@ declare const VEmptyState: {
|
|
|
397
397
|
icon: PropType<IconValue>;
|
|
398
398
|
image: StringConstructor;
|
|
399
399
|
justify: {
|
|
400
|
-
type: PropType<"
|
|
400
|
+
type: PropType<"center" | "end" | "start">;
|
|
401
401
|
default: string;
|
|
402
402
|
};
|
|
403
403
|
headline: StringConstructor;
|
|
@@ -5,6 +5,7 @@ import { VDefaultsProvider } from "../VDefaultsProvider/index.mjs";
|
|
|
5
5
|
import { VIcon } from "../VIcon/index.mjs"; // Composables
|
|
6
6
|
import { useBackgroundColor } from "../../composables/color.mjs";
|
|
7
7
|
import { makeComponentProps } from "../../composables/component.mjs";
|
|
8
|
+
import { makeDimensionProps, useDimension } from "../../composables/dimensions.mjs";
|
|
8
9
|
import { IconValue } from "../../composables/icons.mjs"; // Directives
|
|
9
10
|
import { Ripple } from "../../directives/ripple/index.mjs"; // Utilities
|
|
10
11
|
import { computed, inject } from 'vue';
|
|
@@ -27,7 +28,8 @@ export const makeVExpansionPanelTitleProps = propsFactory({
|
|
|
27
28
|
default: false
|
|
28
29
|
},
|
|
29
30
|
readonly: Boolean,
|
|
30
|
-
...makeComponentProps()
|
|
31
|
+
...makeComponentProps(),
|
|
32
|
+
...makeDimensionProps()
|
|
31
33
|
}, 'VExpansionPanelTitle');
|
|
32
34
|
export const VExpansionPanelTitle = genericComponent()({
|
|
33
35
|
name: 'VExpansionPanelTitle',
|
|
@@ -45,6 +47,9 @@ export const VExpansionPanelTitle = genericComponent()({
|
|
|
45
47
|
backgroundColorClasses,
|
|
46
48
|
backgroundColorStyles
|
|
47
49
|
} = useBackgroundColor(props, 'color');
|
|
50
|
+
const {
|
|
51
|
+
dimensionStyles
|
|
52
|
+
} = useDimension(props);
|
|
48
53
|
const slotProps = computed(() => ({
|
|
49
54
|
collapseIcon: props.collapseIcon,
|
|
50
55
|
disabled: expansionPanel.disabled.value,
|
|
@@ -59,7 +64,7 @@ export const VExpansionPanelTitle = genericComponent()({
|
|
|
59
64
|
'v-expansion-panel-title--focusable': props.focusable,
|
|
60
65
|
'v-expansion-panel-title--static': props.static
|
|
61
66
|
}, backgroundColorClasses.value, props.class],
|
|
62
|
-
"style": [backgroundColorStyles.value, props.style],
|
|
67
|
+
"style": [backgroundColorStyles.value, dimensionStyles.value, props.style],
|
|
63
68
|
"type": "button",
|
|
64
69
|
"tabindex": expansionPanel.disabled.value ? -1 : undefined,
|
|
65
70
|
"disabled": expansionPanel.disabled.value,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VExpansionPanelTitle.mjs","names":["VExpansionPanelSymbol","VDefaultsProvider","VIcon","useBackgroundColor","makeComponentProps","IconValue","Ripple","computed","inject","genericComponent","propsFactory","useRender","makeVExpansionPanelTitleProps","color","String","expandIcon","type","default","collapseIcon","hideActions","Boolean","focusable","static","ripple","Object","readonly","VExpansionPanelTitle","name","directives","props","setup","_ref","slots","expansionPanel","Error","backgroundColorClasses","backgroundColorStyles","slotProps","disabled","value","expanded","isSelected","icon","_withDirectives","_createVNode","class","style","undefined","toggle","actions","_resolveDirective"],"sources":["../../../src/components/VExpansionPanel/VExpansionPanelTitle.tsx"],"sourcesContent":["// Components\nimport { VExpansionPanelSymbol } from './shared'\nimport { VDefaultsProvider } from '@/components/VDefaultsProvider'\nimport { VIcon } from '@/components/VIcon'\n\n// Composables\nimport { useBackgroundColor } from '@/composables/color'\nimport { makeComponentProps } from '@/composables/component'\nimport { IconValue } from '@/composables/icons'\n\n// Directives\nimport { Ripple } from '@/directives/ripple'\n\n// Utilities\nimport { computed, inject } from 'vue'\nimport { genericComponent, propsFactory, useRender } from '@/util'\n\n// Types\nimport type { PropType } from 'vue'\nimport type { RippleDirectiveBinding } from '@/directives/ripple'\n\ninterface ExpansionPanelTitleSlot {\n collapseIcon: IconValue\n disabled: boolean | undefined\n expanded: boolean\n expandIcon: IconValue\n readonly: boolean\n}\n\nexport type VExpansionPanelTitleSlots = {\n default: ExpansionPanelTitleSlot\n actions: ExpansionPanelTitleSlot\n}\n\nexport const makeVExpansionPanelTitleProps = propsFactory({\n color: String,\n expandIcon: {\n type: IconValue,\n default: '$expand',\n },\n collapseIcon: {\n type: IconValue,\n default: '$collapse',\n },\n hideActions: Boolean,\n focusable: Boolean,\n static: Boolean,\n ripple: {\n type: [Boolean, Object] as PropType<RippleDirectiveBinding['value']>,\n default: false,\n },\n readonly: Boolean,\n\n ...makeComponentProps(),\n}, 'VExpansionPanelTitle')\n\nexport const VExpansionPanelTitle = genericComponent<VExpansionPanelTitleSlots>()({\n name: 'VExpansionPanelTitle',\n\n directives: { Ripple },\n\n props: makeVExpansionPanelTitleProps(),\n\n setup (props, { slots }) {\n const expansionPanel = inject(VExpansionPanelSymbol)\n\n if (!expansionPanel) throw new Error('[Vuetify] v-expansion-panel-title needs to be placed inside v-expansion-panel')\n\n const { backgroundColorClasses, backgroundColorStyles } = useBackgroundColor(props, 'color')\n\n const slotProps = computed(() => ({\n collapseIcon: props.collapseIcon,\n disabled: expansionPanel.disabled.value,\n expanded: expansionPanel.isSelected.value,\n expandIcon: props.expandIcon,\n readonly: props.readonly,\n }))\n\n const icon = computed(() => expansionPanel.isSelected.value ? props.collapseIcon : props.expandIcon)\n\n useRender(() => (\n <button\n class={[\n 'v-expansion-panel-title',\n {\n 'v-expansion-panel-title--active': expansionPanel.isSelected.value,\n 'v-expansion-panel-title--focusable': props.focusable,\n 'v-expansion-panel-title--static': props.static,\n },\n backgroundColorClasses.value,\n props.class,\n ]}\n style={[\n backgroundColorStyles.value,\n props.style,\n ]}\n type=\"button\"\n tabindex={ expansionPanel.disabled.value ? -1 : undefined }\n disabled={ expansionPanel.disabled.value }\n aria-expanded={ expansionPanel.isSelected.value }\n onClick={ !props.readonly ? expansionPanel.toggle : undefined }\n v-ripple={ props.ripple }\n >\n <span class=\"v-expansion-panel-title__overlay\" />\n\n { slots.default?.(slotProps.value) }\n\n { !props.hideActions && (\n <VDefaultsProvider\n defaults={{\n VIcon: {\n icon: icon.value,\n },\n }}\n >\n <span class=\"v-expansion-panel-title__icon\">\n { slots.actions?.(slotProps.value) ?? <VIcon /> }\n </span>\n </VDefaultsProvider>\n )}\n </button>\n ))\n\n return {}\n },\n})\n\nexport type VExpansionPanelTitle = InstanceType<typeof VExpansionPanelTitle>\n"],"mappings":";AAAA;AAAA,SACSA,qBAAqB;AAAA,SACrBC,iBAAiB;AAAA,SACjBC,KAAK,8BAEd;AAAA,SACSC,kBAAkB;AAAA,SAClBC,kBAAkB;AAAA,SAClBC,SAAS,uCAElB;AAAA,SACSC,MAAM,6CAEf;AACA,SAASC,QAAQ,EAAEC,MAAM,QAAQ,KAAK;AAAA,SAC7BC,gBAAgB,EAAEC,YAAY,EAAEC,SAAS,gCAElD;AAiBA,OAAO,MAAMC,6BAA6B,GAAGF,YAAY,CAAC;EACxDG,KAAK,EAAEC,MAAM;EACbC,UAAU,EAAE;IACVC,IAAI,EAAEX,SAAS;IACfY,OAAO,EAAE;EACX,CAAC;EACDC,YAAY,EAAE;IACZF,IAAI,EAAEX,SAAS;IACfY,OAAO,EAAE;EACX,CAAC;EACDE,WAAW,EAAEC,OAAO;EACpBC,SAAS,EAAED,OAAO;EAClBE,MAAM,EAAEF,OAAO;EACfG,MAAM,EAAE;IACNP,IAAI,EAAE,CAACI,OAAO,EAAEI,MAAM,CAA8C;IACpEP,OAAO,EAAE;EACX,CAAC;EACDQ,QAAQ,EAAEL,OAAO;EAEjB,
|
|
1
|
+
{"version":3,"file":"VExpansionPanelTitle.mjs","names":["VExpansionPanelSymbol","VDefaultsProvider","VIcon","useBackgroundColor","makeComponentProps","makeDimensionProps","useDimension","IconValue","Ripple","computed","inject","genericComponent","propsFactory","useRender","makeVExpansionPanelTitleProps","color","String","expandIcon","type","default","collapseIcon","hideActions","Boolean","focusable","static","ripple","Object","readonly","VExpansionPanelTitle","name","directives","props","setup","_ref","slots","expansionPanel","Error","backgroundColorClasses","backgroundColorStyles","dimensionStyles","slotProps","disabled","value","expanded","isSelected","icon","_withDirectives","_createVNode","class","style","undefined","toggle","actions","_resolveDirective"],"sources":["../../../src/components/VExpansionPanel/VExpansionPanelTitle.tsx"],"sourcesContent":["// Components\nimport { VExpansionPanelSymbol } from './shared'\nimport { VDefaultsProvider } from '@/components/VDefaultsProvider'\nimport { VIcon } from '@/components/VIcon'\n\n// Composables\nimport { useBackgroundColor } from '@/composables/color'\nimport { makeComponentProps } from '@/composables/component'\nimport { makeDimensionProps, useDimension } from '@/composables/dimensions'\nimport { IconValue } from '@/composables/icons'\n\n// Directives\nimport { Ripple } from '@/directives/ripple'\n\n// Utilities\nimport { computed, inject } from 'vue'\nimport { genericComponent, propsFactory, useRender } from '@/util'\n\n// Types\nimport type { PropType } from 'vue'\nimport type { RippleDirectiveBinding } from '@/directives/ripple'\n\ninterface ExpansionPanelTitleSlot {\n collapseIcon: IconValue\n disabled: boolean | undefined\n expanded: boolean\n expandIcon: IconValue\n readonly: boolean\n}\n\nexport type VExpansionPanelTitleSlots = {\n default: ExpansionPanelTitleSlot\n actions: ExpansionPanelTitleSlot\n}\n\nexport const makeVExpansionPanelTitleProps = propsFactory({\n color: String,\n expandIcon: {\n type: IconValue,\n default: '$expand',\n },\n collapseIcon: {\n type: IconValue,\n default: '$collapse',\n },\n hideActions: Boolean,\n focusable: Boolean,\n static: Boolean,\n ripple: {\n type: [Boolean, Object] as PropType<RippleDirectiveBinding['value']>,\n default: false,\n },\n readonly: Boolean,\n\n ...makeComponentProps(),\n ...makeDimensionProps(),\n}, 'VExpansionPanelTitle')\n\nexport const VExpansionPanelTitle = genericComponent<VExpansionPanelTitleSlots>()({\n name: 'VExpansionPanelTitle',\n\n directives: { Ripple },\n\n props: makeVExpansionPanelTitleProps(),\n\n setup (props, { slots }) {\n const expansionPanel = inject(VExpansionPanelSymbol)\n\n if (!expansionPanel) throw new Error('[Vuetify] v-expansion-panel-title needs to be placed inside v-expansion-panel')\n\n const { backgroundColorClasses, backgroundColorStyles } = useBackgroundColor(props, 'color')\n const { dimensionStyles } = useDimension(props)\n\n const slotProps = computed(() => ({\n collapseIcon: props.collapseIcon,\n disabled: expansionPanel.disabled.value,\n expanded: expansionPanel.isSelected.value,\n expandIcon: props.expandIcon,\n readonly: props.readonly,\n }))\n\n const icon = computed(() => expansionPanel.isSelected.value ? props.collapseIcon : props.expandIcon)\n\n useRender(() => (\n <button\n class={[\n 'v-expansion-panel-title',\n {\n 'v-expansion-panel-title--active': expansionPanel.isSelected.value,\n 'v-expansion-panel-title--focusable': props.focusable,\n 'v-expansion-panel-title--static': props.static,\n },\n backgroundColorClasses.value,\n props.class,\n ]}\n style={[\n backgroundColorStyles.value,\n dimensionStyles.value,\n props.style,\n ]}\n type=\"button\"\n tabindex={ expansionPanel.disabled.value ? -1 : undefined }\n disabled={ expansionPanel.disabled.value }\n aria-expanded={ expansionPanel.isSelected.value }\n onClick={ !props.readonly ? expansionPanel.toggle : undefined }\n v-ripple={ props.ripple }\n >\n <span class=\"v-expansion-panel-title__overlay\" />\n\n { slots.default?.(slotProps.value) }\n\n { !props.hideActions && (\n <VDefaultsProvider\n defaults={{\n VIcon: {\n icon: icon.value,\n },\n }}\n >\n <span class=\"v-expansion-panel-title__icon\">\n { slots.actions?.(slotProps.value) ?? <VIcon /> }\n </span>\n </VDefaultsProvider>\n )}\n </button>\n ))\n\n return {}\n },\n})\n\nexport type VExpansionPanelTitle = InstanceType<typeof VExpansionPanelTitle>\n"],"mappings":"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","ignoreList":[]}
|