@porsche-design-system/components-vue 3.13.0 → 3.14.0-rc.0
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 +26 -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 +12 -12
- package/esm/lib/components/InlineNotificationWrapper.vue.d.ts +12 -12
- 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/esm/lib/types.d.ts +1 -0
- package/package.json +2 -2
|
@@ -30,10 +30,10 @@ type PLinkSocialProps = {
|
|
|
30
30
|
theme?: Theme;
|
|
31
31
|
};
|
|
32
32
|
/** @deprecated since v3.0.0, will be removed with next major release. Use `p-link` with corresponding social icon instead. */
|
|
33
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<
|
|
33
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PLinkSocialProps>, {
|
|
34
34
|
hideLabel: boolean;
|
|
35
35
|
target: string;
|
|
36
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
36
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PLinkSocialProps>, {
|
|
37
37
|
hideLabel: boolean;
|
|
38
38
|
target: string;
|
|
39
39
|
}>>>, {
|
|
@@ -43,15 +43,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
43
43
|
default?(_: {}): any;
|
|
44
44
|
}>;
|
|
45
45
|
export default _default;
|
|
46
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
47
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
48
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
49
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
50
|
-
} : {
|
|
51
|
-
type: import('vue').PropType<T[K]>;
|
|
52
|
-
required: true;
|
|
53
|
-
};
|
|
54
|
-
};
|
|
55
46
|
type __VLS_WithDefaults<P, D> = {
|
|
56
47
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
57
48
|
default: D[K];
|
|
@@ -65,3 +56,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
65
56
|
$slots: S;
|
|
66
57
|
};
|
|
67
58
|
};
|
|
59
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
60
|
+
type __VLS_TypePropsToOption<T> = {
|
|
61
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
62
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
63
|
+
} : {
|
|
64
|
+
type: import('vue').PropType<T[K]>;
|
|
65
|
+
required: true;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
@@ -29,7 +29,7 @@ type PLinkTileModelSignatureProps = {
|
|
|
29
29
|
*/
|
|
30
30
|
weight?: BreakpointCustomizable<LinkTileModelSignatureWeight>;
|
|
31
31
|
};
|
|
32
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<
|
|
32
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PLinkTileModelSignatureProps>, {
|
|
33
33
|
aspectRatio: string;
|
|
34
34
|
headingTag: string;
|
|
35
35
|
linkDirection: () => {
|
|
@@ -38,7 +38,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
38
38
|
};
|
|
39
39
|
model: string;
|
|
40
40
|
weight: string;
|
|
41
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
41
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PLinkTileModelSignatureProps>, {
|
|
42
42
|
aspectRatio: string;
|
|
43
43
|
headingTag: string;
|
|
44
44
|
linkDirection: () => {
|
|
@@ -57,15 +57,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
57
57
|
default?(_: {}): any;
|
|
58
58
|
}>;
|
|
59
59
|
export default _default;
|
|
60
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
61
|
-
type __VLS_TypePropsToRuntimeProps<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
|
-
};
|
|
69
60
|
type __VLS_WithDefaults<P, D> = {
|
|
70
61
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
71
62
|
default: D[K];
|
|
@@ -79,3 +70,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
79
70
|
$slots: S;
|
|
80
71
|
};
|
|
81
72
|
};
|
|
73
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
74
|
+
type __VLS_TypePropsToOption<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
|
+
};
|
|
@@ -45,14 +45,14 @@ type PLinkTileProductProps = {
|
|
|
45
45
|
*/
|
|
46
46
|
theme?: Theme;
|
|
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<PLinkTileProductProps>, {
|
|
49
49
|
aspectRatio: string;
|
|
50
50
|
likeButton: boolean;
|
|
51
51
|
liked: boolean;
|
|
52
52
|
target: string;
|
|
53
53
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
54
54
|
like: (value: import("../types").LinkTileProductLikeEvent) => void;
|
|
55
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
55
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PLinkTileProductProps>, {
|
|
56
56
|
aspectRatio: string;
|
|
57
57
|
likeButton: boolean;
|
|
58
58
|
liked: boolean;
|
|
@@ -68,15 +68,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
68
68
|
default?(_: {}): any;
|
|
69
69
|
}>;
|
|
70
70
|
export default _default;
|
|
71
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
72
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
73
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
74
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
75
|
-
} : {
|
|
76
|
-
type: import('vue').PropType<T[K]>;
|
|
77
|
-
required: true;
|
|
78
|
-
};
|
|
79
|
-
};
|
|
80
71
|
type __VLS_WithDefaults<P, D> = {
|
|
81
72
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
82
73
|
default: D[K];
|
|
@@ -90,3 +81,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
90
81
|
$slots: S;
|
|
91
82
|
};
|
|
92
83
|
};
|
|
84
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
85
|
+
type __VLS_TypePropsToOption<T> = {
|
|
86
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
87
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
88
|
+
} : {
|
|
89
|
+
type: import('vue').PropType<T[K]>;
|
|
90
|
+
required: true;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
@@ -57,7 +57,7 @@ type PLinkTileProps = {
|
|
|
57
57
|
*/
|
|
58
58
|
weight?: BreakpointCustomizable<LinkTileWeight>;
|
|
59
59
|
};
|
|
60
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<
|
|
60
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PLinkTileProps>, {
|
|
61
61
|
align: string;
|
|
62
62
|
aspectRatio: string;
|
|
63
63
|
background: string;
|
|
@@ -66,7 +66,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
66
66
|
size: string;
|
|
67
67
|
target: string;
|
|
68
68
|
weight: string;
|
|
69
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
69
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PLinkTileProps>, {
|
|
70
70
|
align: string;
|
|
71
71
|
aspectRatio: string;
|
|
72
72
|
background: string;
|
|
@@ -88,15 +88,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
88
88
|
default?(_: {}): any;
|
|
89
89
|
}>;
|
|
90
90
|
export default _default;
|
|
91
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
92
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
93
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
94
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
95
|
-
} : {
|
|
96
|
-
type: import('vue').PropType<T[K]>;
|
|
97
|
-
required: true;
|
|
98
|
-
};
|
|
99
|
-
};
|
|
100
91
|
type __VLS_WithDefaults<P, D> = {
|
|
101
92
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
102
93
|
default: D[K];
|
|
@@ -110,3 +101,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
110
101
|
$slots: S;
|
|
111
102
|
};
|
|
112
103
|
};
|
|
104
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
105
|
+
type __VLS_TypePropsToOption<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
|
+
};
|
|
@@ -41,12 +41,12 @@ type PLinkProps = {
|
|
|
41
41
|
*/
|
|
42
42
|
variant?: LinkVariant;
|
|
43
43
|
};
|
|
44
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<
|
|
44
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PLinkProps>, {
|
|
45
45
|
hideLabel: boolean;
|
|
46
46
|
icon: string;
|
|
47
47
|
target: string;
|
|
48
48
|
variant: string;
|
|
49
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
49
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PLinkProps>, {
|
|
50
50
|
hideLabel: boolean;
|
|
51
51
|
icon: string;
|
|
52
52
|
target: string;
|
|
@@ -60,15 +60,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
60
60
|
default?(_: {}): any;
|
|
61
61
|
}>;
|
|
62
62
|
export default _default;
|
|
63
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
64
|
-
type __VLS_TypePropsToRuntimeProps<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
|
-
};
|
|
72
63
|
type __VLS_WithDefaults<P, D> = {
|
|
73
64
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
74
65
|
default: D[K];
|
|
@@ -82,3 +73,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
82
73
|
$slots: S;
|
|
83
74
|
};
|
|
84
75
|
};
|
|
76
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
77
|
+
type __VLS_TypePropsToOption<T> = {
|
|
78
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
79
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
80
|
+
} : {
|
|
81
|
+
type: import('vue').PropType<T[K]>;
|
|
82
|
+
required: true;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
@@ -26,12 +26,12 @@ type PMarqueProps = {
|
|
|
26
26
|
variant?: MarqueVariant;
|
|
27
27
|
};
|
|
28
28
|
/** @deprecated since v3.0.0, will be removed with next major release. Please use "p-wordmark" instead. */
|
|
29
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
29
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PMarqueProps>, {
|
|
30
30
|
size: string;
|
|
31
31
|
target: string;
|
|
32
32
|
trademark: boolean;
|
|
33
33
|
variant: 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<PMarqueProps>, {
|
|
35
35
|
size: string;
|
|
36
36
|
target: string;
|
|
37
37
|
trademark: boolean;
|
|
@@ -43,15 +43,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
43
43
|
trademark: boolean;
|
|
44
44
|
}, {}>;
|
|
45
45
|
export default _default;
|
|
46
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
47
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
48
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
49
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
50
|
-
} : {
|
|
51
|
-
type: import('vue').PropType<T[K]>;
|
|
52
|
-
required: true;
|
|
53
|
-
};
|
|
54
|
-
};
|
|
55
46
|
type __VLS_WithDefaults<P, D> = {
|
|
56
47
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
57
48
|
default: D[K];
|
|
@@ -60,3 +51,12 @@ type __VLS_WithDefaults<P, D> = {
|
|
|
60
51
|
type __VLS_Prettify<T> = {
|
|
61
52
|
[K in keyof T]: T[K];
|
|
62
53
|
} & {};
|
|
54
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
55
|
+
type __VLS_TypePropsToOption<T> = {
|
|
56
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
57
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
58
|
+
} : {
|
|
59
|
+
type: import('vue').PropType<T[K]>;
|
|
60
|
+
required: true;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
@@ -38,7 +38,7 @@ type PModalProps = {
|
|
|
38
38
|
*/
|
|
39
39
|
theme?: Theme;
|
|
40
40
|
};
|
|
41
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<
|
|
41
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PModalProps>, {
|
|
42
42
|
backdrop: string;
|
|
43
43
|
disableBackdropClick: boolean;
|
|
44
44
|
dismissButton: boolean;
|
|
@@ -46,7 +46,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
46
46
|
open: boolean;
|
|
47
47
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
48
48
|
[x: string]: (...args: unknown[]) => void;
|
|
49
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
49
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PModalProps>, {
|
|
50
50
|
backdrop: string;
|
|
51
51
|
disableBackdropClick: boolean;
|
|
52
52
|
dismissButton: boolean;
|
|
@@ -62,15 +62,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
62
62
|
default?(_: {}): any;
|
|
63
63
|
}>;
|
|
64
64
|
export default _default;
|
|
65
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
66
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
67
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
68
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
69
|
-
} : {
|
|
70
|
-
type: import('vue').PropType<T[K]>;
|
|
71
|
-
required: true;
|
|
72
|
-
};
|
|
73
|
-
};
|
|
74
65
|
type __VLS_WithDefaults<P, D> = {
|
|
75
66
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
76
67
|
default: D[K];
|
|
@@ -84,3 +75,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
84
75
|
$slots: S;
|
|
85
76
|
};
|
|
86
77
|
};
|
|
78
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
79
|
+
type __VLS_TypePropsToOption<T> = {
|
|
80
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
81
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
82
|
+
} : {
|
|
83
|
+
type: import('vue').PropType<T[K]>;
|
|
84
|
+
required: true;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
@@ -17,11 +17,11 @@ type PModelSignatureProps = {
|
|
|
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<PModelSignatureProps>, {
|
|
21
21
|
color: string;
|
|
22
22
|
model: string;
|
|
23
23
|
size: string;
|
|
24
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
24
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PModelSignatureProps>, {
|
|
25
25
|
color: string;
|
|
26
26
|
model: string;
|
|
27
27
|
size: string;
|
|
@@ -31,15 +31,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
31
31
|
model: "718" | "911" | "boxster" | "cayenne" | "cayman" | "macan" | "panamera" | "taycan" | "turbo-s" | "turbo";
|
|
32
32
|
}, {}>;
|
|
33
33
|
export default _default;
|
|
34
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
35
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
36
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
37
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
38
|
-
} : {
|
|
39
|
-
type: import('vue').PropType<T[K]>;
|
|
40
|
-
required: true;
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
34
|
type __VLS_WithDefaults<P, D> = {
|
|
44
35
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
45
36
|
default: D[K];
|
|
@@ -48,3 +39,12 @@ type __VLS_WithDefaults<P, D> = {
|
|
|
48
39
|
type __VLS_Prettify<T> = {
|
|
49
40
|
[K in keyof T]: T[K];
|
|
50
41
|
} & {};
|
|
42
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
43
|
+
type __VLS_TypePropsToOption<T> = {
|
|
44
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
45
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
46
|
+
} : {
|
|
47
|
+
type: import('vue').PropType<T[K]>;
|
|
48
|
+
required: true;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
@@ -8,9 +8,9 @@ type PMultiSelectOptionProps = {
|
|
|
8
8
|
*/
|
|
9
9
|
value: string;
|
|
10
10
|
};
|
|
11
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PMultiSelectOptionProps>, {
|
|
12
12
|
disabled: boolean;
|
|
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<PMultiSelectOptionProps>, {
|
|
14
14
|
disabled: boolean;
|
|
15
15
|
}>>>, {
|
|
16
16
|
disabled: boolean;
|
|
@@ -18,15 +18,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
18
18
|
default?(_: {}): any;
|
|
19
19
|
}>;
|
|
20
20
|
export default _default;
|
|
21
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
22
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
23
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
24
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
25
|
-
} : {
|
|
26
|
-
type: import('vue').PropType<T[K]>;
|
|
27
|
-
required: true;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
21
|
type __VLS_WithDefaults<P, D> = {
|
|
31
22
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
32
23
|
default: D[K];
|
|
@@ -40,3 +31,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
40
31
|
$slots: S;
|
|
41
32
|
};
|
|
42
33
|
};
|
|
34
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
35
|
+
type __VLS_TypePropsToOption<T> = {
|
|
36
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
37
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
38
|
+
} : {
|
|
39
|
+
type: import('vue').PropType<T[K]>;
|
|
40
|
+
required: true;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
@@ -45,7 +45,7 @@ type PMultiSelectProps = {
|
|
|
45
45
|
*/
|
|
46
46
|
value?: string[];
|
|
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<PMultiSelectProps>, {
|
|
49
49
|
description: string;
|
|
50
50
|
disabled: boolean;
|
|
51
51
|
dropdownDirection: string;
|
|
@@ -57,7 +57,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
57
57
|
value: () => never[];
|
|
58
58
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
59
59
|
update: (value: import("../types").MultiSelectUpdateEvent) => void;
|
|
60
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
60
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PMultiSelectProps>, {
|
|
61
61
|
description: string;
|
|
62
62
|
disabled: boolean;
|
|
63
63
|
dropdownDirection: string;
|
|
@@ -83,15 +83,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
83
83
|
default?(_: {}): any;
|
|
84
84
|
}>;
|
|
85
85
|
export default _default;
|
|
86
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
87
|
-
type __VLS_TypePropsToRuntimeProps<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
|
-
};
|
|
95
86
|
type __VLS_WithDefaults<P, D> = {
|
|
96
87
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
97
88
|
default: D[K];
|
|
@@ -105,3 +96,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
105
96
|
$slots: S;
|
|
106
97
|
};
|
|
107
98
|
};
|
|
99
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
100
|
+
type __VLS_TypePropsToOption<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
|
+
};
|
|
@@ -46,7 +46,7 @@ type PPaginationProps = {
|
|
|
46
46
|
*/
|
|
47
47
|
totalItemsCount: number;
|
|
48
48
|
};
|
|
49
|
-
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<
|
|
49
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PPaginationProps>, {
|
|
50
50
|
activePage: number;
|
|
51
51
|
intl: () => {
|
|
52
52
|
root: string;
|
|
@@ -60,7 +60,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
60
60
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
61
61
|
pageChange: (value: import("../types").PaginationUpdateEvent) => void;
|
|
62
62
|
update: (value: import("../types").PaginationUpdateEvent) => void;
|
|
63
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
63
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PPaginationProps>, {
|
|
64
64
|
activePage: number;
|
|
65
65
|
intl: () => {
|
|
66
66
|
root: string;
|
|
@@ -82,15 +82,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
82
82
|
totalItemsCount: number;
|
|
83
83
|
}, {}>;
|
|
84
84
|
export default _default;
|
|
85
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
86
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
87
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
88
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
89
|
-
} : {
|
|
90
|
-
type: import('vue').PropType<T[K]>;
|
|
91
|
-
required: true;
|
|
92
|
-
};
|
|
93
|
-
};
|
|
94
85
|
type __VLS_WithDefaults<P, D> = {
|
|
95
86
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
96
87
|
default: D[K];
|
|
@@ -99,3 +90,12 @@ type __VLS_WithDefaults<P, D> = {
|
|
|
99
90
|
type __VLS_Prettify<T> = {
|
|
100
91
|
[K in keyof T]: T[K];
|
|
101
92
|
} & {};
|
|
93
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
94
|
+
type __VLS_TypePropsToOption<T> = {
|
|
95
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
96
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
97
|
+
} : {
|
|
98
|
+
type: import('vue').PropType<T[K]>;
|
|
99
|
+
required: true;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
@@ -53,7 +53,7 @@ type PPinCodeProps = {
|
|
|
53
53
|
*/
|
|
54
54
|
value?: string;
|
|
55
55
|
};
|
|
56
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<
|
|
56
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PPinCodeProps>, {
|
|
57
57
|
description: string;
|
|
58
58
|
disabled: boolean;
|
|
59
59
|
hideLabel: boolean;
|
|
@@ -67,7 +67,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
67
67
|
value: string;
|
|
68
68
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
69
69
|
update: (value: import("../types").PinCodeUpdateEvent) => void;
|
|
70
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<
|
|
70
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PPinCodeProps>, {
|
|
71
71
|
description: string;
|
|
72
72
|
disabled: boolean;
|
|
73
73
|
hideLabel: boolean;
|
|
@@ -97,15 +97,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
97
97
|
default?(_: {}): any;
|
|
98
98
|
}>;
|
|
99
99
|
export default _default;
|
|
100
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
101
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
102
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
103
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
104
|
-
} : {
|
|
105
|
-
type: import('vue').PropType<T[K]>;
|
|
106
|
-
required: true;
|
|
107
|
-
};
|
|
108
|
-
};
|
|
109
100
|
type __VLS_WithDefaults<P, D> = {
|
|
110
101
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
111
102
|
default: D[K];
|
|
@@ -119,3 +110,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
119
110
|
$slots: S;
|
|
120
111
|
};
|
|
121
112
|
};
|
|
113
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
114
|
+
type __VLS_TypePropsToOption<T> = {
|
|
115
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
116
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
117
|
+
} : {
|
|
118
|
+
type: import('vue').PropType<T[K]>;
|
|
119
|
+
required: true;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
@@ -17,9 +17,9 @@ type PPopoverProps = {
|
|
|
17
17
|
*/
|
|
18
18
|
theme?: Theme;
|
|
19
19
|
};
|
|
20
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<
|
|
20
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PPopoverProps>, {
|
|
21
21
|
direction: 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<PPopoverProps>, {
|
|
23
23
|
direction: string;
|
|
24
24
|
}>>>, {
|
|
25
25
|
direction: "top" | "bottom" | "left" | "right";
|
|
@@ -27,15 +27,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
27
27
|
default?(_: {}): any;
|
|
28
28
|
}>;
|
|
29
29
|
export default _default;
|
|
30
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
31
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
32
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
33
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
34
|
-
} : {
|
|
35
|
-
type: import('vue').PropType<T[K]>;
|
|
36
|
-
required: true;
|
|
37
|
-
};
|
|
38
|
-
};
|
|
39
30
|
type __VLS_WithDefaults<P, D> = {
|
|
40
31
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
41
32
|
default: D[K];
|
|
@@ -49,3 +40,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
49
40
|
$slots: S;
|
|
50
41
|
};
|
|
51
42
|
};
|
|
43
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
44
|
+
type __VLS_TypePropsToOption<T> = {
|
|
45
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
46
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
47
|
+
} : {
|
|
48
|
+
type: import('vue').PropType<T[K]>;
|
|
49
|
+
required: true;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
@@ -25,13 +25,13 @@ type PRadioButtonWrapperProps = {
|
|
|
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<PRadioButtonWrapperProps>, {
|
|
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<PRadioButtonWrapperProps>, {
|
|
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
|
+
};
|