@porsche-design-system/components-vue 3.13.0 → 3.13.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/CHANGELOG.md +11 -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 +11 -11
  27. package/esm/lib/components/InlineNotificationWrapper.vue.d.ts +11 -11
  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/package.json +2 -2
@@ -17,12 +17,12 @@ type PSegmentedControlProps = {
17
17
  */
18
18
  value?: string | number;
19
19
  };
20
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSegmentedControlProps>, {
20
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PSegmentedControlProps>, {
21
21
  columns: string;
22
22
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23
23
  segmentedControlChange: (value: import("../types").SegmentedControlUpdateEvent) => void;
24
24
  update: (value: import("../types").SegmentedControlUpdateEvent) => void;
25
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSegmentedControlProps>, {
25
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PSegmentedControlProps>, {
26
26
  columns: string;
27
27
  }>>> & {
28
28
  onUpdate?: ((value: import("../types").SegmentedControlUpdateEvent) => any) | undefined;
@@ -33,15 +33,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
33
33
  default?(_: {}): any;
34
34
  }>;
35
35
  export default _default;
36
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
37
- type __VLS_TypePropsToRuntimeProps<T> = {
38
- [K in keyof T]-?: {} extends Pick<T, K> ? {
39
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
40
- } : {
41
- type: import('vue').PropType<T[K]>;
42
- required: true;
43
- };
44
- };
45
36
  type __VLS_WithDefaults<P, D> = {
46
37
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
47
38
  default: D[K];
@@ -55,3 +46,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
55
46
  $slots: S;
56
47
  };
57
48
  };
49
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
50
+ type __VLS_TypePropsToOption<T> = {
51
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
52
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
53
+ } : {
54
+ type: import('vue').PropType<T[K]>;
55
+ required: true;
56
+ };
57
+ };
@@ -8,9 +8,9 @@ type PSelectOptionProps = {
8
8
  */
9
9
  value?: string;
10
10
  };
11
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSelectOptionProps>, {
11
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PSelectOptionProps>, {
12
12
  disabled: boolean;
13
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSelectOptionProps>, {
13
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PSelectOptionProps>, {
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 PSelectProps = {
45
45
  */
46
46
  value?: string;
47
47
  };
48
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSelectProps>, {
48
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PSelectProps>, {
49
49
  description: string;
50
50
  disabled: boolean;
51
51
  dropdownDirection: string;
@@ -56,7 +56,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
56
56
  state: string;
57
57
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
58
58
  update: (value: SelectUpdateEventDetail) => void;
59
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSelectProps>, {
59
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PSelectProps>, {
60
60
  description: string;
61
61
  disabled: boolean;
62
62
  dropdownDirection: string;
@@ -80,15 +80,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
80
80
  default?(_: {}): any;
81
81
  }>;
82
82
  export default _default;
83
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
84
- type __VLS_TypePropsToRuntimeProps<T> = {
85
- [K in keyof T]-?: {} extends Pick<T, K> ? {
86
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
87
- } : {
88
- type: import('vue').PropType<T[K]>;
89
- required: true;
90
- };
91
- };
92
83
  type __VLS_WithDefaults<P, D> = {
93
84
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
94
85
  default: D[K];
@@ -102,3 +93,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
102
93
  $slots: S;
103
94
  };
104
95
  };
96
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
97
+ type __VLS_TypePropsToOption<T> = {
98
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
99
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
100
+ } : {
101
+ type: import('vue').PropType<T[K]>;
102
+ required: true;
103
+ };
104
+ };
@@ -37,7 +37,7 @@ type PSelectWrapperProps = {
37
37
  */
38
38
  theme?: Theme;
39
39
  };
40
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSelectWrapperProps>, {
40
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PSelectWrapperProps>, {
41
41
  description: string;
42
42
  dropdownDirection: string;
43
43
  filter: boolean;
@@ -46,7 +46,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
46
46
  message: string;
47
47
  native: boolean;
48
48
  state: string;
49
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSelectWrapperProps>, {
49
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PSelectWrapperProps>, {
50
50
  description: string;
51
51
  dropdownDirection: string;
52
52
  filter: 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
+ };
@@ -13,23 +13,14 @@ type PSpinnerProps = {
13
13
  */
14
14
  theme?: Theme;
15
15
  };
16
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSpinnerProps>, {
16
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PSpinnerProps>, {
17
17
  size: string;
18
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSpinnerProps>, {
18
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PSpinnerProps>, {
19
19
  size: string;
20
20
  }>>>, {
21
21
  size: BreakpointCustomizable<"inherit" | "small" | "medium" | "large">;
22
22
  }, {}>;
23
23
  export default _default;
24
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
- type __VLS_TypePropsToRuntimeProps<T> = {
26
- [K in keyof T]-?: {} extends Pick<T, K> ? {
27
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
28
- } : {
29
- type: import('vue').PropType<T[K]>;
30
- required: true;
31
- };
32
- };
33
24
  type __VLS_WithDefaults<P, D> = {
34
25
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
35
26
  default: D[K];
@@ -38,3 +29,12 @@ type __VLS_WithDefaults<P, D> = {
38
29
  type __VLS_Prettify<T> = {
39
30
  [K in keyof T]: T[K];
40
31
  } & {};
32
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
33
+ type __VLS_TypePropsToOption<T> = {
34
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
35
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
36
+ } : {
37
+ type: import('vue').PropType<T[K]>;
38
+ required: true;
39
+ };
40
+ };
@@ -9,9 +9,9 @@ type PStepperHorizontalItemProps = {
9
9
  */
10
10
  state?: StepperHorizontalItemState;
11
11
  };
12
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PStepperHorizontalItemProps>, {
12
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PStepperHorizontalItemProps>, {
13
13
  disabled: boolean;
14
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PStepperHorizontalItemProps>, {
14
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PStepperHorizontalItemProps>, {
15
15
  disabled: boolean;
16
16
  }>>>, {
17
17
  disabled: boolean;
@@ -19,15 +19,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
19
19
  default?(_: {}): any;
20
20
  }>;
21
21
  export default _default;
22
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
23
- type __VLS_TypePropsToRuntimeProps<T> = {
24
- [K in keyof T]-?: {} extends Pick<T, K> ? {
25
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
26
- } : {
27
- type: import('vue').PropType<T[K]>;
28
- required: true;
29
- };
30
- };
31
22
  type __VLS_WithDefaults<P, D> = {
32
23
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
33
24
  default: D[K];
@@ -41,3 +32,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
41
32
  $slots: S;
42
33
  };
43
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
+ };
@@ -6,12 +6,12 @@ type PStepperHorizontalProps = {
6
6
  */
7
7
  theme?: Theme;
8
8
  };
9
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PStepperHorizontalProps>, {
9
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PStepperHorizontalProps>, {
10
10
  size: string;
11
11
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
12
  stepChange: (value: import("../types").StepperHorizontalUpdateEvent) => void;
13
13
  update: (value: import("../types").StepperHorizontalUpdateEvent) => void;
14
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PStepperHorizontalProps>, {
14
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PStepperHorizontalProps>, {
15
15
  size: string;
16
16
  }>>> & {
17
17
  onUpdate?: ((value: import("../types").StepperHorizontalUpdateEvent) => any) | undefined;
@@ -22,15 +22,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
22
22
  default?(_: {}): any;
23
23
  }>;
24
24
  export default _default;
25
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
26
- type __VLS_TypePropsToRuntimeProps<T> = {
27
- [K in keyof T]-?: {} extends Pick<T, K> ? {
28
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
29
- } : {
30
- type: import('vue').PropType<T[K]>;
31
- required: true;
32
- };
33
- };
34
25
  type __VLS_WithDefaults<P, D> = {
35
26
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
36
27
  default: D[K];
@@ -44,3 +35,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
44
35
  $slots: S;
45
36
  };
46
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
+ };
@@ -29,7 +29,7 @@ type PSwitchProps = {
29
29
  */
30
30
  theme?: Theme;
31
31
  };
32
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSwitchProps>, {
32
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PSwitchProps>, {
33
33
  alignLabel: string;
34
34
  checked: boolean;
35
35
  disabled: boolean;
@@ -39,7 +39,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
39
39
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
40
40
  switchChange: (value: import("../types").SwitchUpdateEvent) => void;
41
41
  update: (value: import("../types").SwitchUpdateEvent) => void;
42
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PSwitchProps>, {
42
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PSwitchProps>, {
43
43
  alignLabel: string;
44
44
  checked: boolean;
45
45
  disabled: boolean;
@@ -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
+ };
@@ -4,9 +4,9 @@ type PTableCellProps = {
4
4
  */
5
5
  multiline?: boolean;
6
6
  };
7
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTableCellProps>, {
7
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTableCellProps>, {
8
8
  multiline: boolean;
9
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTableCellProps>, {
9
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PTableCellProps>, {
10
10
  multiline: boolean;
11
11
  }>>>, {
12
12
  multiline: boolean;
@@ -14,15 +14,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
14
14
  default?(_: {}): any;
15
15
  }>;
16
16
  export default _default;
17
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
- type __VLS_TypePropsToRuntimeProps<T> = {
19
- [K in keyof T]-?: {} extends Pick<T, K> ? {
20
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
21
- } : {
22
- type: import('vue').PropType<T[K]>;
23
- required: true;
24
- };
25
- };
26
17
  type __VLS_WithDefaults<P, D> = {
27
18
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
28
19
  default: D[K];
@@ -36,3 +27,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
36
27
  $slots: S;
37
28
  };
38
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
+ };
@@ -13,10 +13,10 @@ type PTableHeadCellProps = {
13
13
  */
14
14
  sort?: TableHeadCellSort;
15
15
  };
16
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTableHeadCellProps>, {
16
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTableHeadCellProps>, {
17
17
  hideLabel: boolean;
18
18
  multiline: boolean;
19
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTableHeadCellProps>, {
19
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PTableHeadCellProps>, {
20
20
  hideLabel: boolean;
21
21
  multiline: boolean;
22
22
  }>>>, {
@@ -26,15 +26,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
26
26
  default?(_: {}): any;
27
27
  }>;
28
28
  export default _default;
29
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
30
- type __VLS_TypePropsToRuntimeProps<T> = {
31
- [K in keyof T]-?: {} extends Pick<T, K> ? {
32
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
33
- } : {
34
- type: import('vue').PropType<T[K]>;
35
- required: true;
36
- };
37
- };
38
29
  type __VLS_WithDefaults<P, D> = {
39
30
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
40
31
  default: D[K];
@@ -48,3 +39,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
48
39
  $slots: S;
49
40
  };
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
+ };
@@ -9,18 +9,23 @@ type PTableProps = {
9
9
  */
10
10
  theme?: Theme;
11
11
  };
12
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PTableProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToOption<PTableProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
13
  sortingChange: (value: import("../types").TableHeadCellSort) => void;
14
14
  update: (value: import("../types").TableHeadCellSort) => void;
15
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PTableProps>>> & {
15
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<PTableProps>>> & {
16
16
  onUpdate?: ((value: import("../types").TableHeadCellSort) => any) | undefined;
17
17
  onSortingChange?: ((value: import("../types").TableHeadCellSort) => any) | undefined;
18
18
  }, {}, {}>, {
19
19
  default?(_: {}): any;
20
20
  }>;
21
21
  export default _default;
22
+ type __VLS_WithTemplateSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
25
+ };
26
+ };
22
27
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
23
- type __VLS_TypePropsToRuntimeProps<T> = {
28
+ type __VLS_TypePropsToOption<T> = {
24
29
  [K in keyof T]-?: {} extends Pick<T, K> ? {
25
30
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
26
31
  } : {
@@ -28,8 +33,3 @@ type __VLS_TypePropsToRuntimeProps<T> = {
28
33
  required: true;
29
34
  };
30
35
  };
31
- type __VLS_WithTemplateSlots<T, S> = T & {
32
- new (): {
33
- $slots: S;
34
- };
35
- };
@@ -25,14 +25,14 @@ type PTabsBarProps = {
25
25
  */
26
26
  weight?: TabsBarWeight;
27
27
  };
28
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTabsBarProps>, {
28
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<PTabsBarProps>, {
29
29
  gradientColor: string;
30
30
  size: string;
31
31
  weight: string;
32
32
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
33
33
  tabChange: (value: import("../types").TabsBarUpdateEvent) => void;
34
34
  update: (value: import("../types").TabsBarUpdateEvent) => void;
35
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PTabsBarProps>, {
35
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<PTabsBarProps>, {
36
36
  gradientColor: string;
37
37
  size: string;
38
38
  weight: string;
@@ -47,15 +47,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
47
47
  default?(_: {}): any;
48
48
  }>;
49
49
  export default _default;
50
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
51
- type __VLS_TypePropsToRuntimeProps<T> = {
52
- [K in keyof T]-?: {} extends Pick<T, K> ? {
53
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
54
- } : {
55
- type: import('vue').PropType<T[K]>;
56
- required: true;
57
- };
58
- };
59
50
  type __VLS_WithDefaults<P, D> = {
60
51
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
61
52
  default: D[K];
@@ -69,3 +60,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
69
60
  $slots: S;
70
61
  };
71
62
  };
63
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
64
+ type __VLS_TypePropsToOption<T> = {
65
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
66
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
67
+ } : {
68
+ type: import('vue').PropType<T[K]>;
69
+ required: true;
70
+ };
71
+ };
@@ -4,12 +4,17 @@ type PTabsItemProps = {
4
4
  */
5
5
  label: string;
6
6
  };
7
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PTabsItemProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PTabsItemProps>>>, {}, {}>, {
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
8
  default?(_: {}): any;
9
9
  }>;
10
10
  export default _default;
11
+ type __VLS_WithTemplateSlots<T, S> = T & {
12
+ new (): {
13
+ $slots: S;
14
+ };
15
+ };
11
16
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
12
- type __VLS_TypePropsToRuntimeProps<T> = {
17
+ type __VLS_TypePropsToOption<T> = {
13
18
  [K in keyof T]-?: {} extends Pick<T, K> ? {
14
19
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
15
20
  } : {
@@ -17,8 +22,3 @@ type __VLS_TypePropsToRuntimeProps<T> = {
17
22
  required: true;
18
23
  };
19
24
  };
20
- type __VLS_WithTemplateSlots<T, S> = T & {
21
- new (): {
22
- $slots: S;
23
- };
24
- };
@@ -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
+ };