@porsche-design-system/components-vue 3.22.0-rc.0 → 3.22.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.
Files changed (81) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/cjs/lib/components/FlyoutMultilevelItemWrapper.vue.cjs +1 -1
  3. package/cjs/lib/components/SegmentedControlWrapper.vue.cjs +1 -1
  4. package/esm/PorscheDesignSystemProvider.vue.d.ts +2 -25
  5. package/esm/lib/components/AccordionWrapper.vue.d.ts +4 -27
  6. package/esm/lib/components/BannerWrapper.vue.d.ts +2 -26
  7. package/esm/lib/components/ButtonGroupWrapper.vue.d.ts +2 -29
  8. package/esm/lib/components/ButtonPureWrapper.vue.d.ts +3 -44
  9. package/esm/lib/components/ButtonTileWrapper.vue.d.ts +3 -44
  10. package/esm/lib/components/ButtonWrapper.vue.d.ts +3 -36
  11. package/esm/lib/components/CanvasWrapper.vue.d.ts +2 -22
  12. package/esm/lib/components/CarouselWrapper.vue.d.ts +4 -43
  13. package/esm/lib/components/CheckboxWrapper.vue.d.ts +7 -50
  14. package/esm/lib/components/CheckboxWrapperWrapper.vue.d.ts +2 -31
  15. package/esm/lib/components/ContentWrapperWrapper.vue.d.ts +2 -25
  16. package/esm/lib/components/CrestWrapper.vue.d.ts +2 -23
  17. package/esm/lib/components/DisplayWrapper.vue.d.ts +2 -29
  18. package/esm/lib/components/DividerWrapper.vue.d.ts +2 -25
  19. package/esm/lib/components/FieldsetWrapper.vue.d.ts +2 -31
  20. package/esm/lib/components/FieldsetWrapperWrapper.vue.d.ts +2 -31
  21. package/esm/lib/components/FlexItemWrapper.vue.d.ts +2 -33
  22. package/esm/lib/components/FlexWrapper.vue.d.ts +2 -33
  23. package/esm/lib/components/FlyoutMultilevelItemWrapper.vue.d.ts +17 -10
  24. package/esm/lib/components/FlyoutMultilevelItemWrapper.vue.mjs +12 -9
  25. package/esm/lib/components/FlyoutMultilevelWrapper.vue.d.ts +2 -21
  26. package/esm/lib/components/FlyoutWrapper.vue.d.ts +2 -24
  27. package/esm/lib/components/GridItemWrapper.vue.d.ts +2 -25
  28. package/esm/lib/components/GridWrapper.vue.d.ts +2 -35
  29. package/esm/lib/components/HeadingWrapper.vue.d.ts +2 -29
  30. package/esm/lib/components/HeadlineWrapper.vue.d.ts +2 -29
  31. package/esm/lib/components/IconWrapper.vue.d.ts +3 -28
  32. package/esm/lib/components/InlineNotificationWrapper.vue.d.ts +2 -27
  33. package/esm/lib/components/LinkPureWrapper.vue.d.ts +2 -39
  34. package/esm/lib/components/LinkSocialWrapper.vue.d.ts +2 -27
  35. package/esm/lib/components/LinkTileModelSignatureWrapper.vue.d.ts +2 -37
  36. package/esm/lib/components/LinkTileProductWrapper.vue.d.ts +4 -31
  37. package/esm/lib/components/LinkTileWrapper.vue.d.ts +2 -37
  38. package/esm/lib/components/LinkWrapper.vue.d.ts +2 -31
  39. package/esm/lib/components/MarqueWrapper.vue.d.ts +2 -29
  40. package/esm/lib/components/ModalWrapper.vue.d.ts +2 -25
  41. package/esm/lib/components/ModelSignatureWrapper.vue.d.ts +2 -33
  42. package/esm/lib/components/MultiSelectOptionWrapper.vue.d.ts +2 -23
  43. package/esm/lib/components/MultiSelectWrapper.vue.d.ts +5 -42
  44. package/esm/lib/components/OptgroupWrapper.vue.d.ts +2 -23
  45. package/esm/lib/components/PaginationWrapper.vue.d.ts +4 -43
  46. package/esm/lib/components/PinCodeWrapper.vue.d.ts +5 -46
  47. package/esm/lib/components/PopoverWrapper.vue.d.ts +2 -23
  48. package/esm/lib/components/RadioButtonWrapperWrapper.vue.d.ts +2 -31
  49. package/esm/lib/components/ScrollerWrapper.vue.d.ts +2 -27
  50. package/esm/lib/components/SegmentedControlItemWrapper.vue.d.ts +2 -23
  51. package/esm/lib/components/SegmentedControlWrapper.vue.d.ts +17 -25
  52. package/esm/lib/components/SegmentedControlWrapper.vue.mjs +10 -7
  53. package/esm/lib/components/SelectOptionWrapper.vue.d.ts +2 -23
  54. package/esm/lib/components/SelectWrapper.vue.d.ts +6 -41
  55. package/esm/lib/components/SelectWrapperWrapper.vue.d.ts +2 -37
  56. package/esm/lib/components/SpinnerWrapper.vue.d.ts +2 -23
  57. package/esm/lib/components/StepperHorizontalItemWrapper.vue.d.ts +2 -23
  58. package/esm/lib/components/StepperHorizontalWrapper.vue.d.ts +4 -25
  59. package/esm/lib/components/SwitchWrapper.vue.d.ts +4 -35
  60. package/esm/lib/components/TableBodyWrapper.vue.d.ts +1 -1
  61. package/esm/lib/components/TableCellWrapper.vue.d.ts +2 -23
  62. package/esm/lib/components/TableHeadCellWrapper.vue.d.ts +2 -25
  63. package/esm/lib/components/TableHeadRowWrapper.vue.d.ts +1 -1
  64. package/esm/lib/components/TableHeadWrapper.vue.d.ts +1 -1
  65. package/esm/lib/components/TableRowWrapper.vue.d.ts +1 -1
  66. package/esm/lib/components/TableWrapper.vue.d.ts +3 -12
  67. package/esm/lib/components/TabsBarWrapper.vue.d.ts +4 -29
  68. package/esm/lib/components/TabsItemWrapper.vue.d.ts +1 -10
  69. package/esm/lib/components/TabsWrapper.vue.d.ts +4 -31
  70. package/esm/lib/components/TagDismissibleWrapper.vue.d.ts +2 -23
  71. package/esm/lib/components/TagWrapper.vue.d.ts +2 -25
  72. package/esm/lib/components/TextFieldWrapperWrapper.vue.d.ts +2 -31
  73. package/esm/lib/components/TextListItemWrapper.vue.d.ts +1 -1
  74. package/esm/lib/components/TextListWrapper.vue.d.ts +2 -23
  75. package/esm/lib/components/TextWrapper.vue.d.ts +3 -34
  76. package/esm/lib/components/TextareaWrapper.vue.d.ts +5 -54
  77. package/esm/lib/components/TextareaWrapperWrapper.vue.d.ts +2 -33
  78. package/esm/lib/components/ToastWrapper.vue.d.ts +1 -10
  79. package/esm/lib/components/WordmarkWrapper.vue.d.ts +2 -25
  80. package/esm/lib/types.d.ts +3 -2
  81. package/package.json +12 -3
@@ -24,37 +24,14 @@ type PTagProps = {
24
24
  declare function __VLS_template(): {
25
25
  default?(_: {}): any;
26
26
  };
27
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTagProps>, {
28
- color: string;
29
- compact: boolean;
30
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PTagProps>, {
31
- color: string;
32
- compact: boolean;
33
- }>>>, {
27
+ declare const __VLS_component: import("vue").DefineComponent<PTagProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PTagProps> & Readonly<{}>, {
34
28
  compact: boolean;
35
29
  color: TagColor;
36
- }, {}>;
30
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
37
31
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
38
32
  export default _default;
39
- type __VLS_WithDefaults<P, D> = {
40
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
41
- default: D[K];
42
- }> : P[K];
43
- };
44
- type __VLS_Prettify<T> = {
45
- [K in keyof T]: T[K];
46
- } & {};
47
33
  type __VLS_WithTemplateSlots<T, S> = T & {
48
34
  new (): {
49
35
  $slots: S;
50
36
  };
51
37
  };
52
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
53
- type __VLS_TypePropsToOption<T> = {
54
- [K in keyof T]-?: {} extends Pick<T, K> ? {
55
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
56
- } : {
57
- type: import('vue').PropType<T[K]>;
58
- required: true;
59
- };
60
- };
@@ -60,19 +60,7 @@ type PTextFieldWrapperProps = {
60
60
  declare function __VLS_template(): {
61
61
  default?(_: {}): any;
62
62
  };
63
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTextFieldWrapperProps>, {
64
- actionLoading: boolean;
65
- description: string;
66
- hideLabel: boolean;
67
- label: string;
68
- message: string;
69
- showCounter: boolean;
70
- showPasswordToggle: boolean;
71
- state: string;
72
- submitButton: boolean;
73
- unit: string;
74
- unitPosition: string;
75
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
63
+ declare const __VLS_component: import("vue").DefineComponent<PTextFieldWrapperProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
76
64
  label: string;
77
65
  description: string;
78
66
  state: TextFieldWrapperState;
@@ -84,28 +72,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
84
72
  submitButton: boolean;
85
73
  unit: string;
86
74
  unitPosition: TextFieldWrapperUnitPosition;
87
- }, {}>;
75
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
88
76
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
89
77
  export default _default;
90
- type __VLS_WithDefaults<P, D> = {
91
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
92
- default: D[K];
93
- }> : P[K];
94
- };
95
- type __VLS_Prettify<T> = {
96
- [K in keyof T]: T[K];
97
- } & {};
98
78
  type __VLS_WithTemplateSlots<T, S> = T & {
99
79
  new (): {
100
80
  $slots: S;
101
81
  };
102
82
  };
103
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
104
- type __VLS_TypePropsToOption<T> = {
105
- [K in keyof T]-?: {} extends Pick<T, K> ? {
106
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
107
- } : {
108
- type: import('vue').PropType<T[K]>;
109
- required: true;
110
- };
111
- };
@@ -1,7 +1,7 @@
1
1
  declare function __VLS_template(): {
2
2
  default?(_: {}): any;
3
3
  };
4
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
4
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
5
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
6
6
  export default _default;
7
7
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -20,34 +20,13 @@ type PTextListProps = {
20
20
  declare function __VLS_template(): {
21
21
  default?(_: {}): any;
22
22
  };
23
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTextListProps>, {
24
- type: string;
25
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PTextListProps>, {
26
- type: string;
27
- }>>>, {
23
+ declare const __VLS_component: import("vue").DefineComponent<PTextListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PTextListProps> & Readonly<{}>, {
28
24
  type: TextListType;
29
- }, {}>;
25
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
30
26
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
31
27
  export default _default;
32
- type __VLS_WithDefaults<P, D> = {
33
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
34
- default: D[K];
35
- }> : P[K];
36
- };
37
- type __VLS_Prettify<T> = {
38
- [K in keyof T]: T[K];
39
- } & {};
40
28
  type __VLS_WithTemplateSlots<T, S> = T & {
41
29
  new (): {
42
30
  $slots: S;
43
31
  };
44
32
  };
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
- };
@@ -32,49 +32,18 @@ type PTextProps = {
32
32
  declare function __VLS_template(): {
33
33
  default?(_: {}): any;
34
34
  };
35
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTextProps>, {
36
- align: string;
37
- color: string;
38
- ellipsis: boolean;
39
- size: string;
40
- tag: string;
41
- weight: string;
42
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PTextProps>, {
43
- align: string;
44
- color: string;
45
- ellipsis: boolean;
46
- size: string;
47
- tag: string;
48
- weight: string;
49
- }>>>, {
35
+ declare const __VLS_component: import("vue").DefineComponent<PTextProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PTextProps> & Readonly<{}>, {
50
36
  weight: TextWeight;
51
- size: BreakpointCustomizable<TextSize>;
52
37
  tag: TextTag;
38
+ size: BreakpointCustomizable<TextSize>;
53
39
  align: TextAlign;
54
40
  color: TextColor;
55
41
  ellipsis: boolean;
56
- }, {}>;
42
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
57
43
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
58
44
  export default _default;
59
- type __VLS_WithDefaults<P, D> = {
60
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
61
- default: D[K];
62
- }> : P[K];
63
- };
64
- type __VLS_Prettify<T> = {
65
- [K in keyof T]: T[K];
66
- } & {};
67
45
  type __VLS_WithTemplateSlots<T, S> = T & {
68
46
  new (): {
69
47
  $slots: S;
70
48
  };
71
49
  };
72
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
73
- type __VLS_TypePropsToOption<T> = {
74
- [K in keyof T]-?: {} extends Pick<T, K> ? {
75
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
76
- } : {
77
- type: import('vue').PropType<T[K]>;
78
- required: true;
79
- };
80
- };
@@ -88,54 +88,22 @@ type PTextareaProps = {
88
88
  declare function __VLS_template(): {
89
89
  default?(_: {}): any;
90
90
  };
91
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTextareaProps>, {
92
- autoComplete: string;
93
- description: string;
94
- disabled: boolean;
95
- hideLabel: boolean;
96
- label: string;
97
- message: string;
98
- placeholder: string;
99
- readOnly: boolean;
100
- required: boolean;
101
- resize: string;
102
- rows: number;
103
- showCounter: boolean;
104
- state: string;
105
- value: string;
106
- wrap: string;
107
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
91
+ declare const __VLS_component: import("vue").DefineComponent<PTextareaProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
108
92
  blur: (value: Event) => void;
109
93
  change: (value: Event) => void;
110
94
  input: (value: InputEvent) => void;
111
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PTextareaProps>, {
112
- autoComplete: string;
113
- description: string;
114
- disabled: boolean;
115
- hideLabel: boolean;
116
- label: string;
117
- message: string;
118
- placeholder: string;
119
- readOnly: boolean;
120
- required: boolean;
121
- resize: string;
122
- rows: number;
123
- showCounter: boolean;
124
- state: string;
125
- value: string;
126
- wrap: string;
127
- }>>> & {
95
+ }, string, import("vue").PublicProps, Readonly<PTextareaProps> & Readonly<{
128
96
  onBlur?: ((value: Event) => any) | undefined;
129
97
  onChange?: ((value: Event) => any) | undefined;
130
98
  onInput?: ((value: InputEvent) => any) | undefined;
131
- }, {
99
+ }>, {
132
100
  wrap: TextareaWrap;
133
101
  resize: TextareaResize;
134
102
  label: string;
135
103
  description: string;
104
+ disabled: boolean;
136
105
  state: TextareaState;
137
106
  required: boolean;
138
- disabled: boolean;
139
107
  hideLabel: BreakpointCustomizable<boolean>;
140
108
  value: string;
141
109
  message: string;
@@ -144,28 +112,11 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
144
112
  placeholder: string;
145
113
  readOnly: boolean;
146
114
  rows: number;
147
- }, {}>;
115
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
148
116
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
149
117
  export default _default;
150
- type __VLS_WithDefaults<P, D> = {
151
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
152
- default: D[K];
153
- }> : P[K];
154
- };
155
- type __VLS_Prettify<T> = {
156
- [K in keyof T]: T[K];
157
- } & {};
158
118
  type __VLS_WithTemplateSlots<T, S> = T & {
159
119
  new (): {
160
120
  $slots: S;
161
121
  };
162
122
  };
163
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
164
- type __VLS_TypePropsToOption<T> = {
165
- [K in keyof T]-?: {} extends Pick<T, K> ? {
166
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
167
- } : {
168
- type: import('vue').PropType<T[K]>;
169
- required: true;
170
- };
171
- };
@@ -36,49 +36,18 @@ type PTextareaWrapperProps = {
36
36
  declare function __VLS_template(): {
37
37
  default?(_: {}): any;
38
38
  };
39
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTextareaWrapperProps>, {
40
- description: string;
41
- hideLabel: boolean;
42
- label: string;
43
- message: string;
44
- showCounter: boolean;
45
- state: string;
46
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PTextareaWrapperProps>, {
47
- description: string;
48
- hideLabel: boolean;
49
- label: string;
50
- message: string;
51
- showCounter: boolean;
52
- state: string;
53
- }>>>, {
39
+ declare const __VLS_component: import("vue").DefineComponent<PTextareaWrapperProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PTextareaWrapperProps> & Readonly<{}>, {
54
40
  label: string;
55
41
  description: string;
56
42
  state: TextareaWrapperState;
57
43
  hideLabel: BreakpointCustomizable<boolean>;
58
44
  message: string;
59
45
  showCounter: boolean;
60
- }, {}>;
46
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
61
47
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
62
48
  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
49
  type __VLS_WithTemplateSlots<T, S> = T & {
72
50
  new (): {
73
51
  $slots: S;
74
52
  };
75
53
  };
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
- };
@@ -5,14 +5,5 @@ type PToastProps = {
5
5
  */
6
6
  theme?: Theme;
7
7
  };
8
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<PToastProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<PToastProps>>>, {}, {}>;
8
+ declare const _default: import("vue").DefineComponent<PToastProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PToastProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
9
  export default _default;
10
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
- type __VLS_TypePropsToOption<T> = {
12
- [K in keyof T]-?: {} extends Pick<T, K> ? {
13
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
- } : {
15
- type: import('vue').PropType<T[K]>;
16
- required: true;
17
- };
18
- };
@@ -21,31 +21,8 @@ type PWordmarkProps = {
21
21
  */
22
22
  theme?: Theme;
23
23
  };
24
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PWordmarkProps>, {
25
- size: string;
26
- target: string;
27
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PWordmarkProps>, {
28
- size: string;
29
- target: string;
30
- }>>>, {
24
+ declare const _default: import("vue").DefineComponent<PWordmarkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PWordmarkProps> & Readonly<{}>, {
31
25
  size: WordmarkSize;
32
26
  target: WordmarkTarget;
33
- }, {}>;
27
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
34
28
  export default _default;
35
- type __VLS_WithDefaults<P, D> = {
36
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
37
- default: D[K];
38
- }> : P[K];
39
- };
40
- type __VLS_Prettify<T> = {
41
- [K in keyof T]: T[K];
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
- };
@@ -902,7 +902,7 @@ declare const FLYOUT_MULTILEVEL_ARIA_ATTRIBUTES: readonly [
902
902
  ];
903
903
  export type FlyoutMultilevelAriaAttribute = (typeof FLYOUT_MULTILEVEL_ARIA_ATTRIBUTES)[number];
904
904
  export type FlyoutMultilevelUpdate = {
905
- activeIdentifier: string;
905
+ activeIdentifier: string | undefined;
906
906
  };
907
907
  /** @deprecated */
908
908
  export type FlyoutMultilevelUpdateEvent = FlyoutMultilevelUpdate;
@@ -1139,7 +1139,8 @@ declare const BACKDROPS: readonly [
1139
1139
  ];
1140
1140
  export type Backdrop = (typeof BACKDROPS)[number];
1141
1141
  declare const MODAL_ARIA_ATTRIBUTES: readonly [
1142
- "aria-label"
1142
+ "aria-label",
1143
+ "role"
1143
1144
  ];
1144
1145
  export type ModalAriaAttribute = (typeof MODAL_ARIA_ATTRIBUTES)[number];
1145
1146
  export type ModalBackdrop = Backdrop;
package/package.json CHANGED
@@ -1,14 +1,23 @@
1
1
  {
2
2
  "name": "@porsche-design-system/components-vue",
3
- "version": "3.22.0-rc.0",
3
+ "version": "3.22.0",
4
4
  "description": "Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.",
5
- "keywords": ["porsche", "design", "system", "web", "component", "library", "vue", "js"],
5
+ "keywords": [
6
+ "porsche",
7
+ "design",
8
+ "system",
9
+ "web",
10
+ "component",
11
+ "library",
12
+ "vue",
13
+ "js"
14
+ ],
6
15
  "scope": "@porsche-design-system",
7
16
  "author": "Dr. Ing. h.c. F. Porsche AG",
8
17
  "license": "SEE LICENSE IN LICENSE",
9
18
  "homepage": "https://designsystem.porsche.com",
10
19
  "dependencies": {
11
- "@porsche-design-system/components-js": "3.22.0-rc.0"
20
+ "@porsche-design-system/components-js": "3.22.0"
12
21
  },
13
22
  "peerDependencies": {
14
23
  "ag-grid-enterprise": ">= 32.0.0 <33.0.0",