@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-12 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-25
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 -13
- package/dist/json/attributes.json +30 -22
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +152 -152
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +53 -42
- package/dist/vuetify-labs.css +1255 -1257
- package/dist/vuetify-labs.d.ts +12304 -12192
- package/dist/vuetify-labs.esm.js +118 -68
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +118 -68
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1293 -1295
- package/dist/vuetify.d.ts +10496 -10404
- package/dist/vuetify.esm.js +110 -64
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +110 -64
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1078 -1080
- 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/VAutocomplete.mjs +15 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- 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/VCombobox.mjs +15 -8
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- 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/VMenu.mjs +7 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +396 -396
- 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/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 +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/VSelect.mjs +15 -13
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +615 -609
- 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/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/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 +10657 -10566
- 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/composables/virtual.mjs +1 -0
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +81 -80
- 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/index.d.mts +199 -199
- package/lib/labs/components.d.mts +1754 -1733
- package/lib/util/helpers.mjs +5 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +9 -4
@@ -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;
|