vuetify 3.6.13 → 3.6.14
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 +5 -5
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +138 -138
- package/dist/json/web-types.json +14 -13
- package/dist/vuetify-labs.css +3711 -2990
- package/dist/vuetify-labs.d.ts +12315 -12306
- package/dist/vuetify-labs.esm.js +94 -65
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +94 -65
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1486 -765
- package/dist/vuetify.d.ts +11148 -11148
- package/dist/vuetify.esm.js +35 -30
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +35 -30
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +998 -998
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +5 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/index.d.mts +169 -169
- package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
- package/lib/components/VAutocomplete/index.d.mts +621 -621
- package/lib/components/VAvatar/VAvatar.css +3 -1
- package/lib/components/VAvatar/VAvatar.mjs +1 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/index.d.mts +30 -30
- package/lib/components/VBadge/VBadge.css +2 -0
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/VBanner.css +12 -4
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
- package/lib/components/VBottomSheet/index.d.mts +125 -125
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBtn/VBtn.css +16 -9
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtn/index.d.mts +107 -107
- package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/VCard.css +9 -1
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/VCarousel.css +2 -0
- package/lib/components/VCarousel/index.d.mts +121 -121
- package/lib/components/VCheckbox/index.d.mts +166 -166
- package/lib/components/VChip/VChip.css +15 -9
- package/lib/components/VChip/VChip.sass +1 -1
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/VColorPicker.css +2 -0
- package/lib/components/VColorPicker/VColorPicker.sass +4 -4
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/VCombobox.css +4 -0
- package/lib/components/VCombobox/index.d.mts +621 -621
- 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/VDialog.css +5 -0
- package/lib/components/VDialog/index.d.mts +378 -378
- package/lib/components/VDivider/VDivider.css +2 -0
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
- package/lib/components/VExpansionPanel/index.d.mts +124 -124
- package/lib/components/VFab/index.d.mts +227 -227
- package/lib/components/VField/VField.css +13 -1
- package/lib/components/VField/VField.sass +5 -8
- package/lib/components/VField/index.d.mts +46 -46
- package/lib/components/VFileInput/index.d.mts +243 -243
- package/lib/components/VFooter/VFooter.css +12 -4
- package/lib/components/VFooter/VFooter.mjs +20 -14
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +53 -53
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VGrid.sass +1 -1
- package/lib/components/VGrid/_mixins.sass +4 -4
- package/lib/components/VGrid/index.d.mts +142 -142
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/VImg.css +6 -0
- package/lib/components/VImg/index.d.mts +92 -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/VKbd/VKbd.css +2 -0
- 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/VList.css +12 -4
- package/lib/components/VList/VListItem.css +21 -11
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +176 -176
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/VMain.css +2 -0
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/VMenu.css +6 -0
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +420 -420
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.css +3 -1
- package/lib/components/VOtpInput/VOtpInput.sass +1 -2
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
- package/lib/components/VOverlay/index.d.mts +104 -104
- 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.css +4 -0
- package/lib/components/VSelect/index.d.mts +621 -621
- package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/VSheet.css +12 -4
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/index.d.mts +33 -33
- package/lib/components/VSlider/VSliderThumb.sass +2 -2
- package/lib/components/VSlider/index.d.mts +87 -87
- package/lib/components/VSnackbar/VSnackbar.css +2 -0
- package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- 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/VStepper.css +8 -2
- package/lib/components/VStepper/VStepper.sass +2 -4
- package/lib/components/VStepper/VStepperItem.css +4 -1
- package/lib/components/VStepper/VStepperItem.sass +1 -1
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/VSwitch.css +2 -0
- package/lib/components/VSwitch/VSwitch.sass +10 -10
- package/lib/components/VSwitch/index.d.mts +100 -100
- package/lib/components/VSystemBar/VSystemBar.css +14 -8
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/VTable.css +8 -4
- package/lib/components/VTable/VTable.sass +2 -3
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +512 -512
- package/lib/components/VTextField/index.d.mts +397 -397
- package/lib/components/VTextarea/index.d.mts +274 -274
- package/lib/components/VTimeline/VTimeline.css +2 -0
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/VToolbar.css +21 -7
- package/lib/components/VToolbar/VToolbar.sass +1 -2
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +451 -451
- package/lib/components/VTreeview/VTreeview.sass +9 -9
- 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 +11170 -11170
- 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 +46 -46
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/index.d.mts +244 -244
- package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +252 -243
- package/lib/labs/VPicker/VPicker.css +6 -2
- package/lib/labs/VPicker/VPicker.sass +2 -3
- 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 +188 -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/index.d.mts +197 -197
- package/lib/labs/components.d.mts +1738 -1729
- package/lib/styles/generic/_colors.scss +9 -3
- package/lib/styles/main.css +520 -0
- package/lib/styles/tools/_absolute.sass +8 -7
- package/lib/styles/tools/_border.sass +4 -3
- package/lib/styles/tools/_display.sass +8 -7
- package/lib/styles/tools/_elevation.sass +4 -2
- package/lib/styles/tools/_index.sass +0 -1
- package/lib/styles/tools/_radius.sass +6 -5
- package/lib/styles/tools/_rounded.sass +2 -1
- package/lib/styles/tools/_theme.sass +3 -2
- package/lib/styles/tools/_typography.sass +6 -5
- package/lib/styles/tools/_utilities.sass +5 -5
- package/lib/styles/utilities/_index.sass +7 -7
- package/package.json +10 -5
- package/lib/styles/tools/_sheet.sass +0 -14
|
@@ -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;
|
|
@@ -94,15 +94,19 @@
|
|
|
94
94
|
min-height: 64px;
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
+
.v-expansion-panel__shadow {
|
|
98
|
+
border-radius: inherit;
|
|
99
|
+
z-index: -1;
|
|
100
|
+
}
|
|
97
101
|
.v-expansion-panel__shadow {
|
|
98
102
|
position: absolute;
|
|
99
103
|
top: 0;
|
|
100
104
|
left: 0;
|
|
101
105
|
width: 100%;
|
|
102
106
|
height: 100%;
|
|
107
|
+
}
|
|
108
|
+
.v-expansion-panel__shadow {
|
|
103
109
|
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
104
|
-
border-radius: inherit;
|
|
105
|
-
z-index: -1;
|
|
106
110
|
}
|
|
107
111
|
|
|
108
112
|
.v-expansion-panel-title {
|
|
@@ -146,15 +150,17 @@
|
|
|
146
150
|
}
|
|
147
151
|
}
|
|
148
152
|
|
|
153
|
+
.v-expansion-panel-title__overlay {
|
|
154
|
+
background-color: currentColor;
|
|
155
|
+
border-radius: inherit;
|
|
156
|
+
opacity: 0;
|
|
157
|
+
}
|
|
149
158
|
.v-expansion-panel-title__overlay {
|
|
150
159
|
position: absolute;
|
|
151
160
|
top: 0;
|
|
152
161
|
left: 0;
|
|
153
162
|
width: 100%;
|
|
154
163
|
height: 100%;
|
|
155
|
-
background-color: currentColor;
|
|
156
|
-
border-radius: inherit;
|
|
157
|
-
opacity: 0;
|
|
158
164
|
}
|
|
159
165
|
|
|
160
166
|
.v-expansion-panel-title__icon {
|
|
@@ -108,10 +108,10 @@
|
|
|
108
108
|
min-height: $expansion-panel-active-title-min-height
|
|
109
109
|
|
|
110
110
|
.v-expansion-panel__shadow
|
|
111
|
-
@include tools.absolute()
|
|
112
|
-
@include tools.elevation(2)
|
|
113
111
|
border-radius: inherit
|
|
114
112
|
z-index: -1
|
|
113
|
+
@include tools.absolute()
|
|
114
|
+
@include tools.elevation(2)
|
|
115
115
|
|
|
116
116
|
.v-expansion-panel-title
|
|
117
117
|
align-items: center
|
|
@@ -134,10 +134,10 @@
|
|
|
134
134
|
@include tools.active-states('.v-expansion-panel-title__overlay')
|
|
135
135
|
|
|
136
136
|
.v-expansion-panel-title__overlay
|
|
137
|
-
@include tools.absolute()
|
|
138
137
|
background-color: currentColor
|
|
139
138
|
border-radius: inherit
|
|
140
139
|
opacity: 0
|
|
140
|
+
@include tools.absolute()
|
|
141
141
|
|
|
142
142
|
.v-expansion-panel-title__icon
|
|
143
143
|
display: inline-flex
|