@porsche-design-system/components-vue 3.16.0-rc.1 → 3.16.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 +29 -0
- package/cjs/lib/components/FlyoutMultilevelItemWrapper.vue.cjs +1 -0
- package/cjs/lib/components/FlyoutMultilevelItemWrapper.vue2.cjs +1 -0
- package/cjs/lib/components/FlyoutMultilevelWrapper.vue.cjs +1 -0
- package/cjs/lib/components/FlyoutMultilevelWrapper.vue2.cjs +1 -0
- package/cjs/public-api.cjs +1 -1
- package/esm/PorscheDesignSystemProvider.vue.d.ts +42 -0
- package/esm/lib/components/AccordionWrapper.vue.d.ts +76 -0
- package/esm/lib/components/BannerWrapper.vue.d.ts +89 -0
- package/esm/lib/components/ButtonGroupWrapper.vue.d.ts +45 -0
- package/esm/lib/components/ButtonPureWrapper.vue.d.ts +130 -0
- package/esm/lib/components/ButtonTileWrapper.vue.d.ts +125 -0
- package/esm/lib/components/ButtonWrapper.vue.d.ts +94 -0
- package/esm/lib/components/CanvasWrapper.vue.d.ts +59 -0
- package/esm/lib/components/CarouselWrapper.vue.d.ts +120 -0
- package/esm/lib/components/CheckboxWrapperWrapper.vue.d.ts +71 -0
- package/esm/lib/components/ContentWrapperWrapper.vue.d.ts +53 -0
- package/esm/lib/components/CrestWrapper.vue.d.ts +40 -0
- package/esm/lib/components/DisplayWrapper.vue.d.ts +68 -0
- package/esm/lib/components/DividerWrapper.vue.d.ts +47 -0
- package/esm/lib/components/FieldsetWrapper.vue.d.ts +71 -0
- package/esm/lib/components/FieldsetWrapperWrapper.vue.d.ts +72 -0
- package/esm/lib/components/FlexItemWrapper.vue.d.ts +75 -0
- package/esm/lib/components/FlexWrapper.vue.d.ts +75 -0
- package/esm/lib/components/FlyoutMultilevelItemWrapper.vue.d.ts +28 -0
- package/esm/lib/components/FlyoutMultilevelItemWrapper.vue.mjs +24 -0
- package/esm/lib/components/FlyoutMultilevelItemWrapper.vue2.mjs +4 -0
- package/esm/lib/components/FlyoutMultilevelWrapper.vue.d.ts +53 -0
- package/esm/lib/components/FlyoutMultilevelWrapper.vue.mjs +31 -0
- package/esm/lib/components/FlyoutMultilevelWrapper.vue2.mjs +4 -0
- package/esm/lib/components/FlyoutWrapper.vue.d.ts +63 -0
- package/esm/lib/components/GridItemWrapper.vue.d.ts +47 -0
- package/esm/lib/components/GridWrapper.vue.d.ts +63 -0
- package/esm/lib/components/HeadingWrapper.vue.d.ts +68 -0
- package/esm/lib/components/HeadlineWrapper.vue.d.ts +69 -0
- package/esm/lib/components/IconWrapper.vue.d.ts +63 -0
- package/esm/lib/components/InlineNotificationWrapper.vue.d.ts +95 -0
- package/esm/lib/components/LinkPureWrapper.vue.d.ts +120 -0
- package/esm/lib/components/LinkSocialWrapper.vue.d.ts +67 -0
- package/esm/lib/components/LinkTileModelSignatureWrapper.vue.d.ts +81 -0
- package/esm/lib/components/LinkTileProductWrapper.vue.d.ts +92 -0
- package/esm/lib/components/LinkTileWrapper.vue.d.ts +112 -0
- package/esm/lib/components/LinkWrapper.vue.d.ts +84 -0
- package/esm/lib/components/MarqueWrapper.vue.d.ts +62 -0
- package/esm/lib/components/ModalWrapper.vue.d.ts +86 -0
- package/esm/lib/components/ModelSignatureWrapper.vue.d.ts +78 -0
- package/esm/lib/components/MultiSelectOptionWrapper.vue.d.ts +42 -0
- package/esm/lib/components/MultiSelectWrapper.vue.d.ts +107 -0
- package/esm/lib/components/PaginationWrapper.vue.d.ts +101 -0
- package/esm/lib/components/PinCodeWrapper.vue.d.ts +121 -0
- package/esm/lib/components/PopoverWrapper.vue.d.ts +51 -0
- package/esm/lib/components/RadioButtonWrapperWrapper.vue.d.ts +71 -0
- package/esm/lib/components/ScrollerWrapper.vue.d.ts +73 -0
- package/esm/lib/components/SegmentedControlItemWrapper.vue.d.ts +59 -0
- package/esm/lib/components/SegmentedControlWrapper.vue.d.ts +57 -0
- package/esm/lib/components/SelectOptionWrapper.vue.d.ts +42 -0
- package/esm/lib/components/SelectWrapper.vue.d.ts +104 -0
- package/esm/lib/components/SelectWrapperWrapper.vue.d.ts +92 -0
- package/esm/lib/components/SpinnerWrapper.vue.d.ts +40 -0
- package/esm/lib/components/StepperHorizontalItemWrapper.vue.d.ts +43 -0
- package/esm/lib/components/StepperHorizontalWrapper.vue.d.ts +46 -0
- package/esm/lib/components/SwitchWrapper.vue.d.ts +84 -0
- package/esm/lib/components/TableBodyWrapper.vue.d.ts +9 -0
- package/esm/lib/components/TableCellWrapper.vue.d.ts +38 -0
- package/esm/lib/components/TableHeadCellWrapper.vue.d.ts +50 -0
- package/esm/lib/components/TableHeadRowWrapper.vue.d.ts +9 -0
- package/esm/lib/components/TableHeadWrapper.vue.d.ts +9 -0
- package/esm/lib/components/TableRowWrapper.vue.d.ts +9 -0
- package/esm/lib/components/TableWrapper.vue.d.ts +35 -0
- package/esm/lib/components/TabsBarWrapper.vue.d.ts +71 -0
- package/esm/lib/components/TabsItemWrapper.vue.d.ts +24 -0
- package/esm/lib/components/TabsWrapper.vue.d.ts +74 -0
- package/esm/lib/components/TagDismissibleWrapper.vue.d.ts +51 -0
- package/esm/lib/components/TagWrapper.vue.d.ts +51 -0
- package/esm/lib/components/TextFieldWrapperWrapper.vue.d.ts +123 -0
- package/esm/lib/components/TextListItemWrapper.vue.d.ts +9 -0
- package/esm/lib/components/TextListWrapper.vue.d.ts +51 -0
- package/esm/lib/components/TextWrapper.vue.d.ts +78 -0
- package/esm/lib/components/TextareaWrapperWrapper.vue.d.ts +82 -0
- package/esm/lib/components/ToastWrapper.vue.d.ts +18 -0
- package/esm/lib/components/WordmarkWrapper.vue.d.ts +51 -0
- package/esm/lib/components/index.d.ts +70 -0
- package/esm/lib/types.d.ts +1371 -0
- package/esm/plugin.d.ts +14 -0
- package/esm/public-api.d.ts +6 -0
- package/esm/public-api.mjs +39 -39
- package/esm/utils.d.ts +10 -0
- package/package.json +2 -2
- package/cjs/lib/components/FlyoutNavigationItemWrapper.vue.cjs +0 -1
- package/cjs/lib/components/FlyoutNavigationItemWrapper.vue2.cjs +0 -1
- package/cjs/lib/components/FlyoutNavigationWrapper.vue.cjs +0 -1
- package/cjs/lib/components/FlyoutNavigationWrapper.vue2.cjs +0 -1
- package/esm/lib/components/FlyoutNavigationItemWrapper.vue.mjs +0 -24
- package/esm/lib/components/FlyoutNavigationItemWrapper.vue2.mjs +0 -4
- package/esm/lib/components/FlyoutNavigationWrapper.vue.mjs +0 -31
- package/esm/lib/components/FlyoutNavigationWrapper.vue2.mjs +0 -4
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import type { SelectedAriaAttributes, SpinnerAriaAttribute, BreakpointCustomizable, SpinnerSize, Theme } from '../types';
|
|
2
|
+
type PSpinnerProps = {
|
|
3
|
+
/**
|
|
4
|
+
* Add ARIA attributes.
|
|
5
|
+
*/
|
|
6
|
+
aria?: SelectedAriaAttributes<SpinnerAriaAttribute>;
|
|
7
|
+
/**
|
|
8
|
+
* Size of the spinner.
|
|
9
|
+
*/
|
|
10
|
+
size?: BreakpointCustomizable<SpinnerSize>;
|
|
11
|
+
/**
|
|
12
|
+
* Adapts the spinner color depending on the theme.
|
|
13
|
+
*/
|
|
14
|
+
theme?: Theme;
|
|
15
|
+
};
|
|
16
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PSpinnerProps>, {
|
|
17
|
+
size: string;
|
|
18
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PSpinnerProps>, {
|
|
19
|
+
size: string;
|
|
20
|
+
}>>>, {
|
|
21
|
+
size: BreakpointCustomizable<"inherit" | "small" | "medium" | "large">;
|
|
22
|
+
}, {}>;
|
|
23
|
+
export default _default;
|
|
24
|
+
type __VLS_WithDefaults<P, D> = {
|
|
25
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
26
|
+
default: D[K];
|
|
27
|
+
}> : P[K];
|
|
28
|
+
};
|
|
29
|
+
type __VLS_Prettify<T> = {
|
|
30
|
+
[K in keyof T]: T[K];
|
|
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
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import type { StepperHorizontalItemState } from '../types';
|
|
2
|
+
type PStepperHorizontalItemProps = {
|
|
3
|
+
/**
|
|
4
|
+
* Disables the stepper-horizontal-item. No events will be triggered while disabled state is active.
|
|
5
|
+
*/
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
/**
|
|
8
|
+
* The validation state.
|
|
9
|
+
*/
|
|
10
|
+
state?: StepperHorizontalItemState;
|
|
11
|
+
};
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PStepperHorizontalItemProps>, {
|
|
13
|
+
disabled: boolean;
|
|
14
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PStepperHorizontalItemProps>, {
|
|
15
|
+
disabled: boolean;
|
|
16
|
+
}>>>, {
|
|
17
|
+
disabled: boolean;
|
|
18
|
+
}, {}>, {
|
|
19
|
+
default?(_: {}): any;
|
|
20
|
+
}>;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithDefaults<P, D> = {
|
|
23
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
24
|
+
default: D[K];
|
|
25
|
+
}> : P[K];
|
|
26
|
+
};
|
|
27
|
+
type __VLS_Prettify<T> = {
|
|
28
|
+
[K in keyof T]: T[K];
|
|
29
|
+
} & {};
|
|
30
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
31
|
+
new (): {
|
|
32
|
+
$slots: S;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
36
|
+
type __VLS_TypePropsToOption<T> = {
|
|
37
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
38
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
39
|
+
} : {
|
|
40
|
+
type: import('vue').PropType<T[K]>;
|
|
41
|
+
required: true;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import type { BreakpointCustomizable, StepperHorizontalSize, Theme } from '../types';
|
|
2
|
+
type PStepperHorizontalProps = {
|
|
3
|
+
size?: BreakpointCustomizable<StepperHorizontalSize>;
|
|
4
|
+
/**
|
|
5
|
+
* Adapts the tag color depending on the theme.
|
|
6
|
+
*/
|
|
7
|
+
theme?: Theme;
|
|
8
|
+
};
|
|
9
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PStepperHorizontalProps>, {
|
|
10
|
+
size: string;
|
|
11
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
|
+
stepChange: (value: import("../types").StepperHorizontalUpdateEvent) => void;
|
|
13
|
+
update: (value: import("../types").StepperHorizontalUpdateEvent) => void;
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PStepperHorizontalProps>, {
|
|
15
|
+
size: string;
|
|
16
|
+
}>>> & {
|
|
17
|
+
onUpdate?: ((value: import("../types").StepperHorizontalUpdateEvent) => any) | undefined;
|
|
18
|
+
onStepChange?: ((value: import("../types").StepperHorizontalUpdateEvent) => any) | undefined;
|
|
19
|
+
}, {
|
|
20
|
+
size: BreakpointCustomizable<"small" | "medium">;
|
|
21
|
+
}, {}>, {
|
|
22
|
+
default?(_: {}): any;
|
|
23
|
+
}>;
|
|
24
|
+
export default _default;
|
|
25
|
+
type __VLS_WithDefaults<P, D> = {
|
|
26
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
27
|
+
default: D[K];
|
|
28
|
+
}> : P[K];
|
|
29
|
+
};
|
|
30
|
+
type __VLS_Prettify<T> = {
|
|
31
|
+
[K in keyof T]: T[K];
|
|
32
|
+
} & {};
|
|
33
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
34
|
+
new (): {
|
|
35
|
+
$slots: S;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
39
|
+
type __VLS_TypePropsToOption<T> = {
|
|
40
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
41
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
42
|
+
} : {
|
|
43
|
+
type: import('vue').PropType<T[K]>;
|
|
44
|
+
required: true;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import type { BreakpointCustomizable, SwitchAlignLabel, Theme } from '../types';
|
|
2
|
+
type PSwitchProps = {
|
|
3
|
+
/**
|
|
4
|
+
* Aligns the label.
|
|
5
|
+
*/
|
|
6
|
+
alignLabel?: BreakpointCustomizable<SwitchAlignLabel>;
|
|
7
|
+
/**
|
|
8
|
+
* Visualize the switch with on/off status.
|
|
9
|
+
*/
|
|
10
|
+
checked?: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* Disables the switch. No events will be triggered while disabled state is active.
|
|
13
|
+
*/
|
|
14
|
+
disabled?: boolean;
|
|
15
|
+
/**
|
|
16
|
+
* Show or hide label. For better accessibility it's recommended to show the label.
|
|
17
|
+
*/
|
|
18
|
+
hideLabel?: BreakpointCustomizable<boolean>;
|
|
19
|
+
/**
|
|
20
|
+
* Disables the switch and shows a loading indicator. No events will be triggered while loading state is active.
|
|
21
|
+
*/
|
|
22
|
+
loading?: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* Stretches the contents to max available space.
|
|
25
|
+
*/
|
|
26
|
+
stretch?: BreakpointCustomizable<boolean>;
|
|
27
|
+
/**
|
|
28
|
+
* Adapts the switch color depending on the theme.
|
|
29
|
+
*/
|
|
30
|
+
theme?: Theme;
|
|
31
|
+
};
|
|
32
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PSwitchProps>, {
|
|
33
|
+
alignLabel: string;
|
|
34
|
+
checked: boolean;
|
|
35
|
+
disabled: boolean;
|
|
36
|
+
hideLabel: boolean;
|
|
37
|
+
loading: boolean;
|
|
38
|
+
stretch: boolean;
|
|
39
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
40
|
+
switchChange: (value: import("../types").SwitchUpdateEvent) => void;
|
|
41
|
+
update: (value: import("../types").SwitchUpdateEvent) => void;
|
|
42
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PSwitchProps>, {
|
|
43
|
+
alignLabel: string;
|
|
44
|
+
checked: boolean;
|
|
45
|
+
disabled: boolean;
|
|
46
|
+
hideLabel: boolean;
|
|
47
|
+
loading: boolean;
|
|
48
|
+
stretch: boolean;
|
|
49
|
+
}>>> & {
|
|
50
|
+
onUpdate?: ((value: import("../types").SwitchUpdateEvent) => any) | undefined;
|
|
51
|
+
onSwitchChange?: ((value: import("../types").SwitchUpdateEvent) => any) | undefined;
|
|
52
|
+
}, {
|
|
53
|
+
stretch: BreakpointCustomizable<boolean>;
|
|
54
|
+
disabled: boolean;
|
|
55
|
+
hideLabel: BreakpointCustomizable<boolean>;
|
|
56
|
+
loading: boolean;
|
|
57
|
+
alignLabel: BreakpointCustomizable<"start" | "end" | "left" | "right">;
|
|
58
|
+
checked: boolean;
|
|
59
|
+
}, {}>, {
|
|
60
|
+
default?(_: {}): any;
|
|
61
|
+
}>;
|
|
62
|
+
export default _default;
|
|
63
|
+
type __VLS_WithDefaults<P, D> = {
|
|
64
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
65
|
+
default: D[K];
|
|
66
|
+
}> : P[K];
|
|
67
|
+
};
|
|
68
|
+
type __VLS_Prettify<T> = {
|
|
69
|
+
[K in keyof T]: T[K];
|
|
70
|
+
} & {};
|
|
71
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
72
|
+
new (): {
|
|
73
|
+
$slots: S;
|
|
74
|
+
};
|
|
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
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
+
default?(_: {}): any;
|
|
3
|
+
}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
+
new (): {
|
|
7
|
+
$slots: S;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
type PTableCellProps = {
|
|
2
|
+
/**
|
|
3
|
+
* Displays slotted text multiline or forced into a single line.
|
|
4
|
+
*/
|
|
5
|
+
multiline?: boolean;
|
|
6
|
+
};
|
|
7
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTableCellProps>, {
|
|
8
|
+
multiline: boolean;
|
|
9
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PTableCellProps>, {
|
|
10
|
+
multiline: boolean;
|
|
11
|
+
}>>>, {
|
|
12
|
+
multiline: boolean;
|
|
13
|
+
}, {}>, {
|
|
14
|
+
default?(_: {}): any;
|
|
15
|
+
}>;
|
|
16
|
+
export default _default;
|
|
17
|
+
type __VLS_WithDefaults<P, D> = {
|
|
18
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
19
|
+
default: D[K];
|
|
20
|
+
}> : P[K];
|
|
21
|
+
};
|
|
22
|
+
type __VLS_Prettify<T> = {
|
|
23
|
+
[K in keyof T]: T[K];
|
|
24
|
+
} & {};
|
|
25
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
26
|
+
new (): {
|
|
27
|
+
$slots: S;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
31
|
+
type __VLS_TypePropsToOption<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
|
+
};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import type { TableHeadCellSort } from '../types';
|
|
2
|
+
type PTableHeadCellProps = {
|
|
3
|
+
/**
|
|
4
|
+
* Hides the label but stays accessible for screen readers. This property only takes effect when sort property is not defined.
|
|
5
|
+
*/
|
|
6
|
+
hideLabel?: boolean;
|
|
7
|
+
/**
|
|
8
|
+
* Displays slotted text multiline or forced into a single line.
|
|
9
|
+
*/
|
|
10
|
+
multiline?: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* Defines sortability properties.
|
|
13
|
+
*/
|
|
14
|
+
sort?: TableHeadCellSort;
|
|
15
|
+
};
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTableHeadCellProps>, {
|
|
17
|
+
hideLabel: boolean;
|
|
18
|
+
multiline: boolean;
|
|
19
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PTableHeadCellProps>, {
|
|
20
|
+
hideLabel: boolean;
|
|
21
|
+
multiline: boolean;
|
|
22
|
+
}>>>, {
|
|
23
|
+
hideLabel: boolean;
|
|
24
|
+
multiline: boolean;
|
|
25
|
+
}, {}>, {
|
|
26
|
+
default?(_: {}): any;
|
|
27
|
+
}>;
|
|
28
|
+
export default _default;
|
|
29
|
+
type __VLS_WithDefaults<P, D> = {
|
|
30
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
31
|
+
default: D[K];
|
|
32
|
+
}> : P[K];
|
|
33
|
+
};
|
|
34
|
+
type __VLS_Prettify<T> = {
|
|
35
|
+
[K in keyof T]: T[K];
|
|
36
|
+
} & {};
|
|
37
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
38
|
+
new (): {
|
|
39
|
+
$slots: S;
|
|
40
|
+
};
|
|
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
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
+
default?(_: {}): any;
|
|
3
|
+
}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
+
new (): {
|
|
7
|
+
$slots: S;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
+
default?(_: {}): any;
|
|
3
|
+
}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
+
new (): {
|
|
7
|
+
$slots: S;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
|
+
default?(_: {}): any;
|
|
3
|
+
}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
+
new (): {
|
|
7
|
+
$slots: S;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { Theme } from '../types';
|
|
2
|
+
type PTableProps = {
|
|
3
|
+
/**
|
|
4
|
+
* A caption describing the contents of the table for accessibility only. This won't be visible in the browser. Use an element with an attribute of `slot="caption"` for a visible caption.
|
|
5
|
+
*/
|
|
6
|
+
caption?: string;
|
|
7
|
+
/**
|
|
8
|
+
* Adapts the color when used on dark background.
|
|
9
|
+
*/
|
|
10
|
+
theme?: Theme;
|
|
11
|
+
};
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToOption<PTableProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
+
sortingChange: (value: import("../types").TableHeadCellSort) => void;
|
|
14
|
+
update: (value: import("../types").TableHeadCellSort) => void;
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<PTableProps>>> & {
|
|
16
|
+
onUpdate?: ((value: import("../types").TableHeadCellSort) => any) | undefined;
|
|
17
|
+
onSortingChange?: ((value: import("../types").TableHeadCellSort) => any) | undefined;
|
|
18
|
+
}, {}, {}>, {
|
|
19
|
+
default?(_: {}): any;
|
|
20
|
+
}>;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
28
|
+
type __VLS_TypePropsToOption<T> = {
|
|
29
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
30
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
31
|
+
} : {
|
|
32
|
+
type: import('vue').PropType<T[K]>;
|
|
33
|
+
required: true;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import type { TabsBarGradientColor, TabsBarGradientColorScheme, BreakpointCustomizable, TabsBarSize, Theme, TabsBarWeight } from '../types';
|
|
2
|
+
type PTabsBarProps = {
|
|
3
|
+
/**
|
|
4
|
+
* Defines which tab to be visualized as selected (zero-based numbering), undefined if none should be selected.
|
|
5
|
+
*/
|
|
6
|
+
activeTabIndex?: number | undefined;
|
|
7
|
+
/**
|
|
8
|
+
* Adapts the background gradient color of prev and next button.
|
|
9
|
+
*/
|
|
10
|
+
gradientColor?: TabsBarGradientColor;
|
|
11
|
+
/**
|
|
12
|
+
* @deprecated since v3.0.0, will be removed with next major release, use `gradientColor` instead. Adapts the background gradient color of prev and next button.
|
|
13
|
+
*/
|
|
14
|
+
gradientColorScheme?: TabsBarGradientColorScheme;
|
|
15
|
+
/**
|
|
16
|
+
* The text size.
|
|
17
|
+
*/
|
|
18
|
+
size?: BreakpointCustomizable<TabsBarSize>;
|
|
19
|
+
/**
|
|
20
|
+
* Adapts the color when used on dark background.
|
|
21
|
+
*/
|
|
22
|
+
theme?: Theme;
|
|
23
|
+
/**
|
|
24
|
+
* The text weight.
|
|
25
|
+
*/
|
|
26
|
+
weight?: TabsBarWeight;
|
|
27
|
+
};
|
|
28
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTabsBarProps>, {
|
|
29
|
+
gradientColor: string;
|
|
30
|
+
size: string;
|
|
31
|
+
weight: string;
|
|
32
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
33
|
+
tabChange: (value: import("../types").TabsBarUpdateEvent) => void;
|
|
34
|
+
update: (value: import("../types").TabsBarUpdateEvent) => void;
|
|
35
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PTabsBarProps>, {
|
|
36
|
+
gradientColor: string;
|
|
37
|
+
size: string;
|
|
38
|
+
weight: string;
|
|
39
|
+
}>>> & {
|
|
40
|
+
onUpdate?: ((value: import("../types").TabsBarUpdateEvent) => any) | undefined;
|
|
41
|
+
onTabChange?: ((value: import("../types").TabsBarUpdateEvent) => any) | undefined;
|
|
42
|
+
}, {
|
|
43
|
+
weight: "regular" | "semi-bold" | "semibold";
|
|
44
|
+
size: BreakpointCustomizable<"small" | "medium">;
|
|
45
|
+
gradientColor: "background-base" | "background-surface";
|
|
46
|
+
}, {}>, {
|
|
47
|
+
default?(_: {}): any;
|
|
48
|
+
}>;
|
|
49
|
+
export default _default;
|
|
50
|
+
type __VLS_WithDefaults<P, D> = {
|
|
51
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
52
|
+
default: D[K];
|
|
53
|
+
}> : P[K];
|
|
54
|
+
};
|
|
55
|
+
type __VLS_Prettify<T> = {
|
|
56
|
+
[K in keyof T]: T[K];
|
|
57
|
+
} & {};
|
|
58
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
59
|
+
new (): {
|
|
60
|
+
$slots: S;
|
|
61
|
+
};
|
|
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
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
type PTabsItemProps = {
|
|
2
|
+
/**
|
|
3
|
+
* Defines the label used in tabs.
|
|
4
|
+
*/
|
|
5
|
+
label: string;
|
|
6
|
+
};
|
|
7
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToOption<PTabsItemProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<PTabsItemProps>>>, {}, {}>, {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
}>;
|
|
10
|
+
export default _default;
|
|
11
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
12
|
+
new (): {
|
|
13
|
+
$slots: S;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
17
|
+
type __VLS_TypePropsToOption<T> = {
|
|
18
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
19
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
20
|
+
} : {
|
|
21
|
+
type: import('vue').PropType<T[K]>;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import type { TabsGradientColor, TabsGradientColorScheme, BreakpointCustomizable, TabsSize, Theme, TabsWeight } from '../types';
|
|
2
|
+
type PTabsProps = {
|
|
3
|
+
/**
|
|
4
|
+
* Defines which tab to be visualized as selected (zero-based numbering).
|
|
5
|
+
*/
|
|
6
|
+
activeTabIndex?: number;
|
|
7
|
+
/**
|
|
8
|
+
* Adapts the background gradient color of prev and next button.
|
|
9
|
+
*/
|
|
10
|
+
gradientColor?: TabsGradientColor;
|
|
11
|
+
/**
|
|
12
|
+
* @deprecated since v3.0.0, will be removed with next major release, use `gradientColor` instead. Adapts the background gradient color of prev and next button.
|
|
13
|
+
*/
|
|
14
|
+
gradientColorScheme?: TabsGradientColorScheme;
|
|
15
|
+
/**
|
|
16
|
+
* The text size.
|
|
17
|
+
*/
|
|
18
|
+
size?: BreakpointCustomizable<TabsSize>;
|
|
19
|
+
/**
|
|
20
|
+
* Adapts the color when used on dark background.
|
|
21
|
+
*/
|
|
22
|
+
theme?: Theme;
|
|
23
|
+
/**
|
|
24
|
+
* The text weight.
|
|
25
|
+
*/
|
|
26
|
+
weight?: TabsWeight;
|
|
27
|
+
};
|
|
28
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTabsProps>, {
|
|
29
|
+
activeTabIndex: number;
|
|
30
|
+
gradientColor: string;
|
|
31
|
+
size: string;
|
|
32
|
+
weight: string;
|
|
33
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
34
|
+
tabChange: (value: import("../types").TabsBarUpdateEvent) => void;
|
|
35
|
+
update: (value: import("../types").TabsBarUpdateEvent) => void;
|
|
36
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PTabsProps>, {
|
|
37
|
+
activeTabIndex: number;
|
|
38
|
+
gradientColor: string;
|
|
39
|
+
size: string;
|
|
40
|
+
weight: string;
|
|
41
|
+
}>>> & {
|
|
42
|
+
onUpdate?: ((value: import("../types").TabsBarUpdateEvent) => any) | undefined;
|
|
43
|
+
onTabChange?: ((value: import("../types").TabsBarUpdateEvent) => any) | undefined;
|
|
44
|
+
}, {
|
|
45
|
+
weight: "regular" | "semi-bold" | "semibold";
|
|
46
|
+
size: BreakpointCustomizable<"small" | "medium">;
|
|
47
|
+
gradientColor: "background-base" | "background-surface";
|
|
48
|
+
activeTabIndex: number;
|
|
49
|
+
}, {}>, {
|
|
50
|
+
default?(_: {}): any;
|
|
51
|
+
}>;
|
|
52
|
+
export default _default;
|
|
53
|
+
type __VLS_WithDefaults<P, D> = {
|
|
54
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
55
|
+
default: D[K];
|
|
56
|
+
}> : P[K];
|
|
57
|
+
};
|
|
58
|
+
type __VLS_Prettify<T> = {
|
|
59
|
+
[K in keyof T]: T[K];
|
|
60
|
+
} & {};
|
|
61
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
62
|
+
new (): {
|
|
63
|
+
$slots: S;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
67
|
+
type __VLS_TypePropsToOption<T> = {
|
|
68
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
69
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
70
|
+
} : {
|
|
71
|
+
type: import('vue').PropType<T[K]>;
|
|
72
|
+
required: true;
|
|
73
|
+
};
|
|
74
|
+
};
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import type { SelectedAriaAttributes, TagDismissibleAriaAttribute, TagDismissibleColor, Theme } from '../types';
|
|
2
|
+
type PTagDismissibleProps = {
|
|
3
|
+
/**
|
|
4
|
+
* Add ARIA attributes.
|
|
5
|
+
*/
|
|
6
|
+
aria?: SelectedAriaAttributes<TagDismissibleAriaAttribute>;
|
|
7
|
+
/**
|
|
8
|
+
* Background color variations
|
|
9
|
+
*/
|
|
10
|
+
color?: TagDismissibleColor;
|
|
11
|
+
/**
|
|
12
|
+
* The label text.
|
|
13
|
+
*/
|
|
14
|
+
label?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Adapts the color when used on dark background.
|
|
17
|
+
*/
|
|
18
|
+
theme?: Theme;
|
|
19
|
+
};
|
|
20
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTagDismissibleProps>, {
|
|
21
|
+
color: string;
|
|
22
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PTagDismissibleProps>, {
|
|
23
|
+
color: string;
|
|
24
|
+
}>>>, {
|
|
25
|
+
color: "background-base" | "background-surface" | "background-default";
|
|
26
|
+
}, {}>, {
|
|
27
|
+
default?(_: {}): any;
|
|
28
|
+
}>;
|
|
29
|
+
export default _default;
|
|
30
|
+
type __VLS_WithDefaults<P, D> = {
|
|
31
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
32
|
+
default: D[K];
|
|
33
|
+
}> : P[K];
|
|
34
|
+
};
|
|
35
|
+
type __VLS_Prettify<T> = {
|
|
36
|
+
[K in keyof T]: T[K];
|
|
37
|
+
} & {};
|
|
38
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
39
|
+
new (): {
|
|
40
|
+
$slots: S;
|
|
41
|
+
};
|
|
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
|
+
};
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import type { TagColor, TagIcon, Theme } from '../types';
|
|
2
|
+
type PTagProps = {
|
|
3
|
+
/**
|
|
4
|
+
* Background color variations depending on theme property.
|
|
5
|
+
*/
|
|
6
|
+
color?: TagColor;
|
|
7
|
+
/**
|
|
8
|
+
* The icon shown.
|
|
9
|
+
*/
|
|
10
|
+
icon?: TagIcon;
|
|
11
|
+
/**
|
|
12
|
+
* A URL path to a custom icon.
|
|
13
|
+
*/
|
|
14
|
+
iconSource?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Adapts the tag color depending on the theme.
|
|
17
|
+
*/
|
|
18
|
+
theme?: Theme;
|
|
19
|
+
};
|
|
20
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTagProps>, {
|
|
21
|
+
color: string;
|
|
22
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PTagProps>, {
|
|
23
|
+
color: string;
|
|
24
|
+
}>>>, {
|
|
25
|
+
color: "background-base" | "background-surface" | "primary" | "notification-success" | "notification-warning" | "notification-error" | "neutral-contrast-high" | "notification-neutral" | "background-default" | "notification-info-soft" | "notification-warning-soft" | "notification-success-soft" | "notification-error-soft";
|
|
26
|
+
}, {}>, {
|
|
27
|
+
default?(_: {}): any;
|
|
28
|
+
}>;
|
|
29
|
+
export default _default;
|
|
30
|
+
type __VLS_WithDefaults<P, D> = {
|
|
31
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
32
|
+
default: D[K];
|
|
33
|
+
}> : P[K];
|
|
34
|
+
};
|
|
35
|
+
type __VLS_Prettify<T> = {
|
|
36
|
+
[K in keyof T]: T[K];
|
|
37
|
+
} & {};
|
|
38
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
39
|
+
new (): {
|
|
40
|
+
$slots: S;
|
|
41
|
+
};
|
|
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
|
+
};
|