@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.
Files changed (68) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/esm/PorscheDesignSystemProvider.vue.d.ts +11 -11
  3. package/esm/lib/components/AccordionWrapper.vue.d.ts +11 -11
  4. package/esm/lib/components/BannerWrapper.vue.d.ts +11 -11
  5. package/esm/lib/components/ButtonGroupWrapper.vue.d.ts +11 -11
  6. package/esm/lib/components/ButtonPureWrapper.vue.d.ts +11 -11
  7. package/esm/lib/components/ButtonTileWrapper.vue.d.ts +11 -11
  8. package/esm/lib/components/ButtonWrapper.vue.d.ts +11 -11
  9. package/esm/lib/components/CarouselWrapper.vue.d.ts +11 -11
  10. package/esm/lib/components/CheckboxWrapperWrapper.vue.d.ts +11 -11
  11. package/esm/lib/components/ContentWrapperWrapper.vue.d.ts +11 -11
  12. package/esm/lib/components/CrestWrapper.vue.d.ts +11 -11
  13. package/esm/lib/components/DisplayWrapper.vue.d.ts +11 -11
  14. package/esm/lib/components/DividerWrapper.vue.d.ts +11 -11
  15. package/esm/lib/components/FieldsetWrapper.vue.d.ts +11 -11
  16. package/esm/lib/components/FieldsetWrapperWrapper.vue.d.ts +11 -11
  17. package/esm/lib/components/FlexItemWrapper.vue.d.ts +11 -11
  18. package/esm/lib/components/FlexWrapper.vue.d.ts +11 -11
  19. package/esm/lib/components/FlyoutNavigationItemWrapper.vue.d.ts +7 -7
  20. package/esm/lib/components/FlyoutNavigationWrapper.vue.d.ts +11 -11
  21. package/esm/lib/components/FlyoutWrapper.vue.d.ts +11 -11
  22. package/esm/lib/components/GridItemWrapper.vue.d.ts +11 -11
  23. package/esm/lib/components/GridWrapper.vue.d.ts +11 -11
  24. package/esm/lib/components/HeadingWrapper.vue.d.ts +11 -11
  25. package/esm/lib/components/HeadlineWrapper.vue.d.ts +11 -11
  26. package/esm/lib/components/IconWrapper.vue.d.ts +12 -12
  27. package/esm/lib/components/InlineNotificationWrapper.vue.d.ts +12 -12
  28. package/esm/lib/components/LinkPureWrapper.vue.d.ts +11 -11
  29. package/esm/lib/components/LinkSocialWrapper.vue.d.ts +11 -11
  30. package/esm/lib/components/LinkTileModelSignatureWrapper.vue.d.ts +11 -11
  31. package/esm/lib/components/LinkTileProductWrapper.vue.d.ts +11 -11
  32. package/esm/lib/components/LinkTileWrapper.vue.d.ts +11 -11
  33. package/esm/lib/components/LinkWrapper.vue.d.ts +11 -11
  34. package/esm/lib/components/MarqueWrapper.vue.d.ts +11 -11
  35. package/esm/lib/components/ModalWrapper.vue.d.ts +11 -11
  36. package/esm/lib/components/ModelSignatureWrapper.vue.d.ts +11 -11
  37. package/esm/lib/components/MultiSelectOptionWrapper.vue.d.ts +11 -11
  38. package/esm/lib/components/MultiSelectWrapper.vue.d.ts +11 -11
  39. package/esm/lib/components/PaginationWrapper.vue.d.ts +11 -11
  40. package/esm/lib/components/PinCodeWrapper.vue.d.ts +11 -11
  41. package/esm/lib/components/PopoverWrapper.vue.d.ts +11 -11
  42. package/esm/lib/components/RadioButtonWrapperWrapper.vue.d.ts +11 -11
  43. package/esm/lib/components/ScrollerWrapper.vue.d.ts +11 -11
  44. package/esm/lib/components/SegmentedControlItemWrapper.vue.d.ts +11 -11
  45. package/esm/lib/components/SegmentedControlWrapper.vue.d.ts +11 -11
  46. package/esm/lib/components/SelectOptionWrapper.vue.d.ts +11 -11
  47. package/esm/lib/components/SelectWrapper.vue.d.ts +11 -11
  48. package/esm/lib/components/SelectWrapperWrapper.vue.d.ts +11 -11
  49. package/esm/lib/components/SpinnerWrapper.vue.d.ts +11 -11
  50. package/esm/lib/components/StepperHorizontalItemWrapper.vue.d.ts +11 -11
  51. package/esm/lib/components/StepperHorizontalWrapper.vue.d.ts +11 -11
  52. package/esm/lib/components/SwitchWrapper.vue.d.ts +11 -11
  53. package/esm/lib/components/TableCellWrapper.vue.d.ts +11 -11
  54. package/esm/lib/components/TableHeadCellWrapper.vue.d.ts +11 -11
  55. package/esm/lib/components/TableWrapper.vue.d.ts +8 -8
  56. package/esm/lib/components/TabsBarWrapper.vue.d.ts +11 -11
  57. package/esm/lib/components/TabsItemWrapper.vue.d.ts +7 -7
  58. package/esm/lib/components/TabsWrapper.vue.d.ts +11 -11
  59. package/esm/lib/components/TagDismissibleWrapper.vue.d.ts +11 -11
  60. package/esm/lib/components/TagWrapper.vue.d.ts +11 -11
  61. package/esm/lib/components/TextFieldWrapperWrapper.vue.d.ts +11 -11
  62. package/esm/lib/components/TextListWrapper.vue.d.ts +11 -11
  63. package/esm/lib/components/TextWrapper.vue.d.ts +11 -11
  64. package/esm/lib/components/TextareaWrapperWrapper.vue.d.ts +11 -11
  65. package/esm/lib/components/ToastWrapper.vue.d.ts +2 -2
  66. package/esm/lib/components/WordmarkWrapper.vue.d.ts +11 -11
  67. package/esm/lib/types.d.ts +1 -0
  68. package/package.json +2 -2
@@ -25,7 +25,7 @@ type PTabsProps = {
25
25
  */
26
26
  weight?: TabsWeight;
27
27
  };
28
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTabsProps>, {
28
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTabsProps>, {
29
29
  activeTabIndex: number;
30
30
  gradientColor: string;
31
31
  size: string;
@@ -33,7 +33,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
33
33
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
34
34
  tabChange: (value: import("../types").TabsBarUpdateEvent) => void;
35
35
  update: (value: import("../types").TabsBarUpdateEvent) => void;
36
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTabsProps>, {
36
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PTabsProps>, {
37
37
  activeTabIndex: number;
38
38
  gradientColor: string;
39
39
  size: string;
@@ -50,15 +50,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
50
50
  default?(_: {}): any;
51
51
  }>;
52
52
  export default _default;
53
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
54
- type __VLS_TypePropsToRuntimeProps<T> = {
55
- [K in keyof T]-?: {} extends Pick<T, K> ? {
56
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
57
- } : {
58
- type: import('vue').PropType<T[K]>;
59
- required: true;
60
- };
61
- };
62
53
  type __VLS_WithDefaults<P, D> = {
63
54
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
64
55
  default: D[K];
@@ -72,3 +63,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
72
63
  $slots: S;
73
64
  };
74
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
+ };
@@ -17,9 +17,9 @@ type PTagDismissibleProps = {
17
17
  */
18
18
  theme?: Theme;
19
19
  };
20
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTagDismissibleProps>, {
20
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTagDismissibleProps>, {
21
21
  color: string;
22
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTagDismissibleProps>, {
22
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PTagDismissibleProps>, {
23
23
  color: string;
24
24
  }>>>, {
25
25
  color: "background-base" | "background-surface" | "background-default";
@@ -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
+ };
@@ -17,9 +17,9 @@ type PTagProps = {
17
17
  */
18
18
  theme?: Theme;
19
19
  };
20
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTagProps>, {
20
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTagProps>, {
21
21
  color: string;
22
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTagProps>, {
22
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PTagProps>, {
23
23
  color: string;
24
24
  }>>>, {
25
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";
@@ -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
+ };
@@ -57,7 +57,7 @@ type PTextFieldWrapperProps = {
57
57
  */
58
58
  unitPosition?: TextFieldWrapperUnitPosition;
59
59
  };
60
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTextFieldWrapperProps>, {
60
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTextFieldWrapperProps>, {
61
61
  actionLoading: boolean;
62
62
  description: string;
63
63
  hideLabel: boolean;
@@ -71,7 +71,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
71
71
  unitPosition: string;
72
72
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
73
73
  [x: string]: (...args: unknown[]) => void;
74
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTextFieldWrapperProps>, {
74
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PTextFieldWrapperProps>, {
75
75
  actionLoading: boolean;
76
76
  description: string;
77
77
  hideLabel: boolean;
@@ -99,15 +99,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
99
99
  default?(_: {}): any;
100
100
  }>;
101
101
  export default _default;
102
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
103
- type __VLS_TypePropsToRuntimeProps<T> = {
104
- [K in keyof T]-?: {} extends Pick<T, K> ? {
105
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
106
- } : {
107
- type: import('vue').PropType<T[K]>;
108
- required: true;
109
- };
110
- };
111
102
  type __VLS_WithDefaults<P, D> = {
112
103
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
113
104
  default: D[K];
@@ -121,3 +112,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
121
112
  $slots: S;
122
113
  };
123
114
  };
115
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
116
+ type __VLS_TypePropsToOption<T> = {
117
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
118
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
119
+ } : {
120
+ type: import('vue').PropType<T[K]>;
121
+ required: true;
122
+ };
123
+ };
@@ -17,9 +17,9 @@ type PTextListProps = {
17
17
  */
18
18
  type?: TextListType;
19
19
  };
20
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTextListProps>, {
20
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTextListProps>, {
21
21
  type: string;
22
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTextListProps>, {
22
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PTextListProps>, {
23
23
  type: string;
24
24
  }>>>, {
25
25
  type: "unordered" | "numbered" | "alphabetically";
@@ -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
+ };
@@ -29,14 +29,14 @@ type PTextProps = {
29
29
  */
30
30
  weight?: TextWeight;
31
31
  };
32
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTextProps>, {
32
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTextProps>, {
33
33
  align: string;
34
34
  color: string;
35
35
  ellipsis: boolean;
36
36
  size: string;
37
37
  tag: string;
38
38
  weight: string;
39
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTextProps>, {
39
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PTextProps>, {
40
40
  align: string;
41
41
  color: string;
42
42
  ellipsis: boolean;
@@ -54,15 +54,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
54
54
  default?(_: {}): any;
55
55
  }>;
56
56
  export default _default;
57
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
58
- type __VLS_TypePropsToRuntimeProps<T> = {
59
- [K in keyof T]-?: {} extends Pick<T, K> ? {
60
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
61
- } : {
62
- type: import('vue').PropType<T[K]>;
63
- required: true;
64
- };
65
- };
66
57
  type __VLS_WithDefaults<P, D> = {
67
58
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
68
59
  default: D[K];
@@ -76,3 +67,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
76
67
  $slots: S;
77
68
  };
78
69
  };
70
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
71
+ type __VLS_TypePropsToOption<T> = {
72
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
73
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
74
+ } : {
75
+ type: import('vue').PropType<T[K]>;
76
+ required: true;
77
+ };
78
+ };
@@ -33,14 +33,14 @@ type PTextareaWrapperProps = {
33
33
  */
34
34
  theme?: Theme;
35
35
  };
36
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTextareaWrapperProps>, {
36
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTextareaWrapperProps>, {
37
37
  description: string;
38
38
  hideLabel: boolean;
39
39
  label: string;
40
40
  message: string;
41
41
  showCounter: boolean;
42
42
  state: string;
43
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTextareaWrapperProps>, {
43
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PTextareaWrapperProps>, {
44
44
  description: string;
45
45
  hideLabel: boolean;
46
46
  label: string;
@@ -58,15 +58,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
58
58
  default?(_: {}): any;
59
59
  }>;
60
60
  export default _default;
61
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
62
- type __VLS_TypePropsToRuntimeProps<T> = {
63
- [K in keyof T]-?: {} extends Pick<T, K> ? {
64
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
65
- } : {
66
- type: import('vue').PropType<T[K]>;
67
- required: true;
68
- };
69
- };
70
61
  type __VLS_WithDefaults<P, D> = {
71
62
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
72
63
  default: D[K];
@@ -80,3 +71,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
80
71
  $slots: S;
81
72
  };
82
73
  };
74
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
75
+ type __VLS_TypePropsToOption<T> = {
76
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
77
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
78
+ } : {
79
+ type: import('vue').PropType<T[K]>;
80
+ required: true;
81
+ };
82
+ };
@@ -5,10 +5,10 @@ type PToastProps = {
5
5
  */
6
6
  theme?: Theme;
7
7
  };
8
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PToastProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PToastProps>>>, {}, {}>;
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>>>, {}, {}>;
9
9
  export default _default;
10
10
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
- type __VLS_TypePropsToRuntimeProps<T> = {
11
+ type __VLS_TypePropsToOption<T> = {
12
12
  [K in keyof T]-?: {} extends Pick<T, K> ? {
13
13
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
14
  } : {
@@ -21,10 +21,10 @@ type PWordmarkProps = {
21
21
  */
22
22
  theme?: Theme;
23
23
  };
24
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PWordmarkProps>, {
24
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PWordmarkProps>, {
25
25
  size: string;
26
26
  target: string;
27
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PWordmarkProps>, {
27
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PWordmarkProps>, {
28
28
  size: string;
29
29
  target: string;
30
30
  }>>>, {
@@ -32,15 +32,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
32
32
  target: string;
33
33
  }, {}>;
34
34
  export default _default;
35
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
36
- type __VLS_TypePropsToRuntimeProps<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
- };
44
35
  type __VLS_WithDefaults<P, D> = {
45
36
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
46
37
  default: D[K];
@@ -49,3 +40,12 @@ type __VLS_WithDefaults<P, D> = {
49
40
  type __VLS_Prettify<T> = {
50
41
  [K in keyof T]: T[K];
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
+ };
@@ -236,6 +236,7 @@ declare const ICON_NAMES: readonly [
236
236
  "augmented-reality",
237
237
  "battery-empty",
238
238
  "battery-empty-co2",
239
+ "battery-empty-fuel",
239
240
  "battery-full",
240
241
  "bell",
241
242
  "bookmark",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@porsche-design-system/components-vue",
3
- "version": "3.13.0",
3
+ "version": "3.14.0-rc.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
5
  "keywords": [
6
6
  "porsche",
@@ -17,7 +17,7 @@
17
17
  "license": "SEE LICENSE IN LICENSE",
18
18
  "homepage": "https://designsystem.porsche.com",
19
19
  "dependencies": {
20
- "@porsche-design-system/components-js": "3.13.0"
20
+ "@porsche-design-system/components-js": "3.14.0-rc.0"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "vue": ">=3.0.0 <4.0.0"