@porsche-design-system/components-vue 3.13.0 → 3.13.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/CHANGELOG.md +11 -0
- package/esm/PorscheDesignSystemProvider.vue.d.ts +11 -11
- package/esm/lib/components/AccordionWrapper.vue.d.ts +11 -11
- package/esm/lib/components/BannerWrapper.vue.d.ts +11 -11
- package/esm/lib/components/ButtonGroupWrapper.vue.d.ts +11 -11
- package/esm/lib/components/ButtonPureWrapper.vue.d.ts +11 -11
- package/esm/lib/components/ButtonTileWrapper.vue.d.ts +11 -11
- package/esm/lib/components/ButtonWrapper.vue.d.ts +11 -11
- package/esm/lib/components/CarouselWrapper.vue.d.ts +11 -11
- package/esm/lib/components/CheckboxWrapperWrapper.vue.d.ts +11 -11
- package/esm/lib/components/ContentWrapperWrapper.vue.d.ts +11 -11
- package/esm/lib/components/CrestWrapper.vue.d.ts +11 -11
- package/esm/lib/components/DisplayWrapper.vue.d.ts +11 -11
- package/esm/lib/components/DividerWrapper.vue.d.ts +11 -11
- package/esm/lib/components/FieldsetWrapper.vue.d.ts +11 -11
- package/esm/lib/components/FieldsetWrapperWrapper.vue.d.ts +11 -11
- package/esm/lib/components/FlexItemWrapper.vue.d.ts +11 -11
- package/esm/lib/components/FlexWrapper.vue.d.ts +11 -11
- package/esm/lib/components/FlyoutNavigationItemWrapper.vue.d.ts +7 -7
- package/esm/lib/components/FlyoutNavigationWrapper.vue.d.ts +11 -11
- package/esm/lib/components/FlyoutWrapper.vue.d.ts +11 -11
- package/esm/lib/components/GridItemWrapper.vue.d.ts +11 -11
- package/esm/lib/components/GridWrapper.vue.d.ts +11 -11
- package/esm/lib/components/HeadingWrapper.vue.d.ts +11 -11
- package/esm/lib/components/HeadlineWrapper.vue.d.ts +11 -11
- package/esm/lib/components/IconWrapper.vue.d.ts +11 -11
- package/esm/lib/components/InlineNotificationWrapper.vue.d.ts +11 -11
- package/esm/lib/components/LinkPureWrapper.vue.d.ts +11 -11
- package/esm/lib/components/LinkSocialWrapper.vue.d.ts +11 -11
- package/esm/lib/components/LinkTileModelSignatureWrapper.vue.d.ts +11 -11
- package/esm/lib/components/LinkTileProductWrapper.vue.d.ts +11 -11
- package/esm/lib/components/LinkTileWrapper.vue.d.ts +11 -11
- package/esm/lib/components/LinkWrapper.vue.d.ts +11 -11
- package/esm/lib/components/MarqueWrapper.vue.d.ts +11 -11
- package/esm/lib/components/ModalWrapper.vue.d.ts +11 -11
- package/esm/lib/components/ModelSignatureWrapper.vue.d.ts +11 -11
- package/esm/lib/components/MultiSelectOptionWrapper.vue.d.ts +11 -11
- package/esm/lib/components/MultiSelectWrapper.vue.d.ts +11 -11
- package/esm/lib/components/PaginationWrapper.vue.d.ts +11 -11
- package/esm/lib/components/PinCodeWrapper.vue.d.ts +11 -11
- package/esm/lib/components/PopoverWrapper.vue.d.ts +11 -11
- package/esm/lib/components/RadioButtonWrapperWrapper.vue.d.ts +11 -11
- package/esm/lib/components/ScrollerWrapper.vue.d.ts +11 -11
- package/esm/lib/components/SegmentedControlItemWrapper.vue.d.ts +11 -11
- package/esm/lib/components/SegmentedControlWrapper.vue.d.ts +11 -11
- package/esm/lib/components/SelectOptionWrapper.vue.d.ts +11 -11
- package/esm/lib/components/SelectWrapper.vue.d.ts +11 -11
- package/esm/lib/components/SelectWrapperWrapper.vue.d.ts +11 -11
- package/esm/lib/components/SpinnerWrapper.vue.d.ts +11 -11
- package/esm/lib/components/StepperHorizontalItemWrapper.vue.d.ts +11 -11
- package/esm/lib/components/StepperHorizontalWrapper.vue.d.ts +11 -11
- package/esm/lib/components/SwitchWrapper.vue.d.ts +11 -11
- package/esm/lib/components/TableCellWrapper.vue.d.ts +11 -11
- package/esm/lib/components/TableHeadCellWrapper.vue.d.ts +11 -11
- package/esm/lib/components/TableWrapper.vue.d.ts +8 -8
- package/esm/lib/components/TabsBarWrapper.vue.d.ts +11 -11
- package/esm/lib/components/TabsItemWrapper.vue.d.ts +7 -7
- package/esm/lib/components/TabsWrapper.vue.d.ts +11 -11
- package/esm/lib/components/TagDismissibleWrapper.vue.d.ts +11 -11
- package/esm/lib/components/TagWrapper.vue.d.ts +11 -11
- package/esm/lib/components/TextFieldWrapperWrapper.vue.d.ts +11 -11
- package/esm/lib/components/TextListWrapper.vue.d.ts +11 -11
- package/esm/lib/components/TextWrapper.vue.d.ts +11 -11
- package/esm/lib/components/TextareaWrapperWrapper.vue.d.ts +11 -11
- package/esm/lib/components/ToastWrapper.vue.d.ts +2 -2
- package/esm/lib/components/WordmarkWrapper.vue.d.ts +11 -11
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
|
|
|
14
14
|
|
|
15
15
|
### [Unreleased]
|
|
16
16
|
|
|
17
|
+
### [3.13.1] - 2024-03-20
|
|
18
|
+
|
|
19
|
+
#### Fixed
|
|
20
|
+
|
|
21
|
+
- `Modal`: Unexpected scrolling behavior on iOS >= 17.4
|
|
22
|
+
([#3128](https://github.com/porsche-design-system/porsche-design-system/pull/3128))
|
|
23
|
+
- `Select`, `Multi-Select`: Cropping issues of select dropdown when used inside `Table` component
|
|
24
|
+
([#3114](https://github.com/porsche-design-system/porsche-design-system/pull/3114))
|
|
25
|
+
- `Flyout`, `Flyout Navigation`: iOS Safari URL bar overlaying
|
|
26
|
+
([#3131](https://github.com/porsche-design-system/porsche-design-system/pull/3131))
|
|
27
|
+
|
|
17
28
|
### [3.13.0] - 2024-03-11
|
|
18
29
|
|
|
19
30
|
### [3.13.0-rc.2] - 2024-03-11
|
|
@@ -4,10 +4,10 @@ type Props = {
|
|
|
4
4
|
cdn?: 'auto' | 'cn';
|
|
5
5
|
theme?: Theme;
|
|
6
6
|
};
|
|
7
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<
|
|
7
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
8
8
|
prefix: string;
|
|
9
9
|
theme: string;
|
|
10
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
10
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
|
|
11
11
|
prefix: string;
|
|
12
12
|
theme: string;
|
|
13
13
|
}>>>, {
|
|
@@ -17,15 +17,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
17
17
|
default?(_: {}): any;
|
|
18
18
|
}>;
|
|
19
19
|
export default _default;
|
|
20
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
21
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
22
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
23
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
24
|
-
} : {
|
|
25
|
-
type: import('vue').PropType<T[K]>;
|
|
26
|
-
required: true;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
20
|
type __VLS_WithDefaults<P, D> = {
|
|
30
21
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
31
22
|
default: D[K];
|
|
@@ -39,3 +30,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
39
30
|
$slots: S;
|
|
40
31
|
};
|
|
41
32
|
};
|
|
33
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
34
|
+
type __VLS_TypePropsToOption<T> = {
|
|
35
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
36
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
37
|
+
} : {
|
|
38
|
+
type: import('vue').PropType<T[K]>;
|
|
39
|
+
required: true;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
@@ -25,13 +25,13 @@ type PAccordionProps = {
|
|
|
25
25
|
*/
|
|
26
26
|
theme?: Theme;
|
|
27
27
|
};
|
|
28
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<
|
|
28
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PAccordionProps>, {
|
|
29
29
|
size: string;
|
|
30
30
|
tag: string;
|
|
31
31
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
32
32
|
accordionChange: (value: import("../types").AccordionUpdateEvent) => void;
|
|
33
33
|
update: (value: import("../types").AccordionUpdateEvent) => void;
|
|
34
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
34
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PAccordionProps>, {
|
|
35
35
|
size: string;
|
|
36
36
|
tag: string;
|
|
37
37
|
}>>> & {
|
|
@@ -44,15 +44,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
44
44
|
default?(_: {}): any;
|
|
45
45
|
}>;
|
|
46
46
|
export default _default;
|
|
47
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
48
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
49
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
50
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
51
|
-
} : {
|
|
52
|
-
type: import('vue').PropType<T[K]>;
|
|
53
|
-
required: true;
|
|
54
|
-
};
|
|
55
|
-
};
|
|
56
47
|
type __VLS_WithDefaults<P, D> = {
|
|
57
48
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
58
49
|
default: D[K];
|
|
@@ -66,3 +57,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
66
57
|
$slots: S;
|
|
67
58
|
};
|
|
68
59
|
};
|
|
60
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
61
|
+
type __VLS_TypePropsToOption<T> = {
|
|
62
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
63
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
64
|
+
} : {
|
|
65
|
+
type: import('vue').PropType<T[K]>;
|
|
66
|
+
required: true;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
@@ -34,7 +34,7 @@ type PBannerProps = {
|
|
|
34
34
|
*/
|
|
35
35
|
width?: BannerWidth;
|
|
36
36
|
};
|
|
37
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<
|
|
37
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PBannerProps>, {
|
|
38
38
|
description: string;
|
|
39
39
|
dismissButton: boolean;
|
|
40
40
|
heading: string;
|
|
@@ -42,7 +42,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
42
42
|
state: string;
|
|
43
43
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
44
44
|
[x: string]: (...args: unknown[]) => void;
|
|
45
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
45
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PBannerProps>, {
|
|
46
46
|
description: string;
|
|
47
47
|
dismissButton: boolean;
|
|
48
48
|
heading: string;
|
|
@@ -58,15 +58,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
58
58
|
default?(_: {}): any;
|
|
59
59
|
}>;
|
|
60
60
|
export default _default;
|
|
61
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
62
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
63
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
64
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
65
|
-
} : {
|
|
66
|
-
type: import('vue').PropType<T[K]>;
|
|
67
|
-
required: true;
|
|
68
|
-
};
|
|
69
|
-
};
|
|
70
61
|
type __VLS_WithDefaults<P, D> = {
|
|
71
62
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
72
63
|
default: D[K];
|
|
@@ -80,3 +71,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
80
71
|
$slots: S;
|
|
81
72
|
};
|
|
82
73
|
};
|
|
74
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
75
|
+
type __VLS_TypePropsToOption<T> = {
|
|
76
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
77
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
78
|
+
} : {
|
|
79
|
+
type: import('vue').PropType<T[K]>;
|
|
80
|
+
required: true;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
@@ -5,12 +5,12 @@ type PButtonGroupProps = {
|
|
|
5
5
|
*/
|
|
6
6
|
direction?: BreakpointCustomizable<ButtonGroupDirection>;
|
|
7
7
|
};
|
|
8
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<
|
|
8
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PButtonGroupProps>, {
|
|
9
9
|
direction: () => {
|
|
10
10
|
base: string;
|
|
11
11
|
xs: string;
|
|
12
12
|
};
|
|
13
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
13
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PButtonGroupProps>, {
|
|
14
14
|
direction: () => {
|
|
15
15
|
base: string;
|
|
16
16
|
xs: string;
|
|
@@ -21,15 +21,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
21
21
|
default?(_: {}): any;
|
|
22
22
|
}>;
|
|
23
23
|
export default _default;
|
|
24
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
25
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
26
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
27
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
28
|
-
} : {
|
|
29
|
-
type: import('vue').PropType<T[K]>;
|
|
30
|
-
required: true;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
24
|
type __VLS_WithDefaults<P, D> = {
|
|
34
25
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
35
26
|
default: D[K];
|
|
@@ -43,3 +34,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
43
34
|
$slots: S;
|
|
44
35
|
};
|
|
45
36
|
};
|
|
37
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
38
|
+
type __VLS_TypePropsToOption<T> = {
|
|
39
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
40
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
41
|
+
} : {
|
|
42
|
+
type: import('vue').PropType<T[K]>;
|
|
43
|
+
required: true;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
@@ -62,7 +62,7 @@ type PButtonPureProps = {
|
|
|
62
62
|
*/
|
|
63
63
|
weight?: ButtonPureWeight;
|
|
64
64
|
};
|
|
65
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<
|
|
65
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PButtonPureProps>, {
|
|
66
66
|
active: boolean;
|
|
67
67
|
alignLabel: string;
|
|
68
68
|
disabled: boolean;
|
|
@@ -73,7 +73,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
73
73
|
stretch: boolean;
|
|
74
74
|
type: string;
|
|
75
75
|
weight: string;
|
|
76
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
76
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PButtonPureProps>, {
|
|
77
77
|
active: boolean;
|
|
78
78
|
alignLabel: string;
|
|
79
79
|
disabled: boolean;
|
|
@@ -99,15 +99,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
99
99
|
default?(_: {}): any;
|
|
100
100
|
}>;
|
|
101
101
|
export default _default;
|
|
102
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
103
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
104
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
105
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
106
|
-
} : {
|
|
107
|
-
type: import('vue').PropType<T[K]>;
|
|
108
|
-
required: true;
|
|
109
|
-
};
|
|
110
|
-
};
|
|
111
102
|
type __VLS_WithDefaults<P, D> = {
|
|
112
103
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
113
104
|
default: D[K];
|
|
@@ -121,3 +112,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
121
112
|
$slots: S;
|
|
122
113
|
};
|
|
123
114
|
};
|
|
115
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
116
|
+
type __VLS_TypePropsToOption<T> = {
|
|
117
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
118
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
119
|
+
} : {
|
|
120
|
+
type: import('vue').PropType<T[K]>;
|
|
121
|
+
required: true;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
@@ -61,7 +61,7 @@ type PButtonTileProps = {
|
|
|
61
61
|
*/
|
|
62
62
|
weight?: BreakpointCustomizable<ButtonTileWeight>;
|
|
63
63
|
};
|
|
64
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<
|
|
64
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PButtonTileProps>, {
|
|
65
65
|
align: string;
|
|
66
66
|
aspectRatio: string;
|
|
67
67
|
background: string;
|
|
@@ -73,7 +73,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
73
73
|
size: string;
|
|
74
74
|
type: string;
|
|
75
75
|
weight: string;
|
|
76
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
76
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PButtonTileProps>, {
|
|
77
77
|
align: string;
|
|
78
78
|
aspectRatio: string;
|
|
79
79
|
background: string;
|
|
@@ -101,15 +101,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
101
101
|
default?(_: {}): any;
|
|
102
102
|
}>;
|
|
103
103
|
export default _default;
|
|
104
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
105
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
106
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
107
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
108
|
-
} : {
|
|
109
|
-
type: import('vue').PropType<T[K]>;
|
|
110
|
-
required: true;
|
|
111
|
-
};
|
|
112
|
-
};
|
|
113
104
|
type __VLS_WithDefaults<P, D> = {
|
|
114
105
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
115
106
|
default: D[K];
|
|
@@ -123,3 +114,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
123
114
|
$slots: S;
|
|
124
115
|
};
|
|
125
116
|
};
|
|
117
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
118
|
+
type __VLS_TypePropsToOption<T> = {
|
|
119
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
120
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
121
|
+
} : {
|
|
122
|
+
type: import('vue').PropType<T[K]>;
|
|
123
|
+
required: true;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
@@ -45,14 +45,14 @@ type PButtonProps = {
|
|
|
45
45
|
*/
|
|
46
46
|
variant?: ButtonVariant;
|
|
47
47
|
};
|
|
48
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<
|
|
48
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PButtonProps>, {
|
|
49
49
|
disabled: boolean;
|
|
50
50
|
hideLabel: boolean;
|
|
51
51
|
icon: string;
|
|
52
52
|
loading: boolean;
|
|
53
53
|
type: string;
|
|
54
54
|
variant: string;
|
|
55
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
55
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PButtonProps>, {
|
|
56
56
|
disabled: boolean;
|
|
57
57
|
hideLabel: boolean;
|
|
58
58
|
icon: string;
|
|
@@ -70,15 +70,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
70
70
|
default?(_: {}): any;
|
|
71
71
|
}>;
|
|
72
72
|
export default _default;
|
|
73
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
74
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
75
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
76
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
77
|
-
} : {
|
|
78
|
-
type: import('vue').PropType<T[K]>;
|
|
79
|
-
required: true;
|
|
80
|
-
};
|
|
81
|
-
};
|
|
82
73
|
type __VLS_WithDefaults<P, D> = {
|
|
83
74
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
84
75
|
default: D[K];
|
|
@@ -92,3 +83,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
92
83
|
$slots: S;
|
|
93
84
|
};
|
|
94
85
|
};
|
|
86
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
87
|
+
type __VLS_TypePropsToOption<T> = {
|
|
88
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
89
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
90
|
+
} : {
|
|
91
|
+
type: import('vue').PropType<T[K]>;
|
|
92
|
+
required: true;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
@@ -62,7 +62,7 @@ type PCarouselProps = {
|
|
|
62
62
|
*/
|
|
63
63
|
wrapContent?: boolean;
|
|
64
64
|
};
|
|
65
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<
|
|
65
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PCarouselProps>, {
|
|
66
66
|
activeSlideIndex: number;
|
|
67
67
|
alignHeader: string;
|
|
68
68
|
headingSize: string;
|
|
@@ -73,7 +73,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
73
73
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
74
74
|
carouselChange: (value: import("../types").CarouselUpdateEvent) => void;
|
|
75
75
|
update: (value: import("../types").CarouselUpdateEvent) => void;
|
|
76
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
76
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PCarouselProps>, {
|
|
77
77
|
activeSlideIndex: number;
|
|
78
78
|
alignHeader: string;
|
|
79
79
|
headingSize: string;
|
|
@@ -96,15 +96,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
96
96
|
default?(_: {}): any;
|
|
97
97
|
}>;
|
|
98
98
|
export default _default;
|
|
99
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
100
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
101
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
102
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
103
|
-
} : {
|
|
104
|
-
type: import('vue').PropType<T[K]>;
|
|
105
|
-
required: true;
|
|
106
|
-
};
|
|
107
|
-
};
|
|
108
99
|
type __VLS_WithDefaults<P, D> = {
|
|
109
100
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
110
101
|
default: D[K];
|
|
@@ -118,3 +109,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
118
109
|
$slots: S;
|
|
119
110
|
};
|
|
120
111
|
};
|
|
112
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
113
|
+
type __VLS_TypePropsToOption<T> = {
|
|
114
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
115
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
116
|
+
} : {
|
|
117
|
+
type: import('vue').PropType<T[K]>;
|
|
118
|
+
required: true;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
@@ -25,13 +25,13 @@ type PCheckboxWrapperProps = {
|
|
|
25
25
|
*/
|
|
26
26
|
theme?: Theme;
|
|
27
27
|
};
|
|
28
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<
|
|
28
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PCheckboxWrapperProps>, {
|
|
29
29
|
hideLabel: boolean;
|
|
30
30
|
label: string;
|
|
31
31
|
loading: boolean;
|
|
32
32
|
message: string;
|
|
33
33
|
state: string;
|
|
34
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
34
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PCheckboxWrapperProps>, {
|
|
35
35
|
hideLabel: boolean;
|
|
36
36
|
label: string;
|
|
37
37
|
loading: boolean;
|
|
@@ -47,15 +47,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
47
47
|
default?(_: {}): any;
|
|
48
48
|
}>;
|
|
49
49
|
export default _default;
|
|
50
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
51
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
52
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
53
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
54
|
-
} : {
|
|
55
|
-
type: import('vue').PropType<T[K]>;
|
|
56
|
-
required: true;
|
|
57
|
-
};
|
|
58
|
-
};
|
|
59
50
|
type __VLS_WithDefaults<P, D> = {
|
|
60
51
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
61
52
|
default: D[K];
|
|
@@ -69,3 +60,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
69
60
|
$slots: S;
|
|
70
61
|
};
|
|
71
62
|
};
|
|
63
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
64
|
+
type __VLS_TypePropsToOption<T> = {
|
|
65
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
66
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
67
|
+
} : {
|
|
68
|
+
type: import('vue').PropType<T[K]>;
|
|
69
|
+
required: true;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
@@ -16,10 +16,10 @@ type PContentWrapperProps = {
|
|
|
16
16
|
width?: ContentWrapperWidth;
|
|
17
17
|
};
|
|
18
18
|
/** @deprecated since v3.0.0, will be removed with next major release. Use native CSS Grid instead. */
|
|
19
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<
|
|
19
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PContentWrapperProps>, {
|
|
20
20
|
backgroundColor: string;
|
|
21
21
|
width: string;
|
|
22
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
22
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PContentWrapperProps>, {
|
|
23
23
|
backgroundColor: string;
|
|
24
24
|
width: string;
|
|
25
25
|
}>>>, {
|
|
@@ -29,15 +29,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
29
29
|
default?(_: {}): any;
|
|
30
30
|
}>;
|
|
31
31
|
export default _default;
|
|
32
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
33
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
34
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
35
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
36
|
-
} : {
|
|
37
|
-
type: import('vue').PropType<T[K]>;
|
|
38
|
-
required: true;
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
32
|
type __VLS_WithDefaults<P, D> = {
|
|
42
33
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
43
34
|
default: D[K];
|
|
@@ -51,3 +42,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
51
42
|
$slots: S;
|
|
52
43
|
};
|
|
53
44
|
};
|
|
45
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
46
|
+
type __VLS_TypePropsToOption<T> = {
|
|
47
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
48
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
49
|
+
} : {
|
|
50
|
+
type: import('vue').PropType<T[K]>;
|
|
51
|
+
required: true;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
@@ -13,23 +13,14 @@ type PCrestProps = {
|
|
|
13
13
|
*/
|
|
14
14
|
target?: CrestTarget;
|
|
15
15
|
};
|
|
16
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
16
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PCrestProps>, {
|
|
17
17
|
target: string;
|
|
18
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
18
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PCrestProps>, {
|
|
19
19
|
target: string;
|
|
20
20
|
}>>>, {
|
|
21
21
|
target: string;
|
|
22
22
|
}, {}>;
|
|
23
23
|
export default _default;
|
|
24
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
25
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
26
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
27
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
28
|
-
} : {
|
|
29
|
-
type: import('vue').PropType<T[K]>;
|
|
30
|
-
required: true;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
24
|
type __VLS_WithDefaults<P, D> = {
|
|
34
25
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
35
26
|
default: D[K];
|
|
@@ -38,3 +29,12 @@ type __VLS_WithDefaults<P, D> = {
|
|
|
38
29
|
type __VLS_Prettify<T> = {
|
|
39
30
|
[K in keyof T]: T[K];
|
|
40
31
|
} & {};
|
|
32
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
33
|
+
type __VLS_TypePropsToOption<T> = {
|
|
34
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
35
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
36
|
+
} : {
|
|
37
|
+
type: import('vue').PropType<T[K]>;
|
|
38
|
+
required: true;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
@@ -25,12 +25,12 @@ type PDisplayProps = {
|
|
|
25
25
|
*/
|
|
26
26
|
theme?: Theme;
|
|
27
27
|
};
|
|
28
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<
|
|
28
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PDisplayProps>, {
|
|
29
29
|
align: string;
|
|
30
30
|
color: string;
|
|
31
31
|
ellipsis: boolean;
|
|
32
32
|
size: string;
|
|
33
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
33
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PDisplayProps>, {
|
|
34
34
|
align: string;
|
|
35
35
|
color: string;
|
|
36
36
|
ellipsis: boolean;
|
|
@@ -44,15 +44,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
44
44
|
default?(_: {}): any;
|
|
45
45
|
}>;
|
|
46
46
|
export default _default;
|
|
47
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
48
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
49
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
50
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
51
|
-
} : {
|
|
52
|
-
type: import('vue').PropType<T[K]>;
|
|
53
|
-
required: true;
|
|
54
|
-
};
|
|
55
|
-
};
|
|
56
47
|
type __VLS_WithDefaults<P, D> = {
|
|
57
48
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
58
49
|
default: D[K];
|
|
@@ -66,3 +57,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
66
57
|
$slots: S;
|
|
67
58
|
};
|
|
68
59
|
};
|
|
60
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
61
|
+
type __VLS_TypePropsToOption<T> = {
|
|
62
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
63
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
64
|
+
} : {
|
|
65
|
+
type: import('vue').PropType<T[K]>;
|
|
66
|
+
required: true;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
@@ -17,10 +17,10 @@ type PDividerProps = {
|
|
|
17
17
|
*/
|
|
18
18
|
theme?: Theme;
|
|
19
19
|
};
|
|
20
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
20
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PDividerProps>, {
|
|
21
21
|
color: string;
|
|
22
22
|
direction: string;
|
|
23
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
23
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PDividerProps>, {
|
|
24
24
|
color: string;
|
|
25
25
|
direction: string;
|
|
26
26
|
}>>>, {
|
|
@@ -28,15 +28,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
28
28
|
color: "contrast-low" | "contrast-medium" | "contrast-high" | "neutral-contrast-low" | "neutral-contrast-medium" | "neutral-contrast-high";
|
|
29
29
|
}, {}>;
|
|
30
30
|
export default _default;
|
|
31
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
32
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
33
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
34
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
35
|
-
} : {
|
|
36
|
-
type: import('vue').PropType<T[K]>;
|
|
37
|
-
required: true;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
31
|
type __VLS_WithDefaults<P, D> = {
|
|
41
32
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
42
33
|
default: D[K];
|
|
@@ -45,3 +36,12 @@ type __VLS_WithDefaults<P, D> = {
|
|
|
45
36
|
type __VLS_Prettify<T> = {
|
|
46
37
|
[K in keyof T]: T[K];
|
|
47
38
|
} & {};
|
|
39
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
40
|
+
type __VLS_TypePropsToOption<T> = {
|
|
41
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
42
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
43
|
+
} : {
|
|
44
|
+
type: import('vue').PropType<T[K]>;
|
|
45
|
+
required: true;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
@@ -25,13 +25,13 @@ type PFieldsetProps = {
|
|
|
25
25
|
*/
|
|
26
26
|
theme?: Theme;
|
|
27
27
|
};
|
|
28
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<
|
|
28
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PFieldsetProps>, {
|
|
29
29
|
label: string;
|
|
30
30
|
labelSize: string;
|
|
31
31
|
message: string;
|
|
32
32
|
required: boolean;
|
|
33
33
|
state: string;
|
|
34
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
34
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PFieldsetProps>, {
|
|
35
35
|
label: string;
|
|
36
36
|
labelSize: string;
|
|
37
37
|
message: string;
|
|
@@ -47,15 +47,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
47
47
|
default?(_: {}): any;
|
|
48
48
|
}>;
|
|
49
49
|
export default _default;
|
|
50
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
51
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
52
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
53
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
54
|
-
} : {
|
|
55
|
-
type: import('vue').PropType<T[K]>;
|
|
56
|
-
required: true;
|
|
57
|
-
};
|
|
58
|
-
};
|
|
59
50
|
type __VLS_WithDefaults<P, D> = {
|
|
60
51
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
61
52
|
default: D[K];
|
|
@@ -69,3 +60,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
69
60
|
$slots: S;
|
|
70
61
|
};
|
|
71
62
|
};
|
|
63
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
64
|
+
type __VLS_TypePropsToOption<T> = {
|
|
65
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
66
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
67
|
+
} : {
|
|
68
|
+
type: import('vue').PropType<T[K]>;
|
|
69
|
+
required: true;
|
|
70
|
+
};
|
|
71
|
+
};
|