@porsche-design-system/components-vue 3.29.0-rc.1 → 3.29.0-rc.3

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 (98) hide show
  1. package/CHANGELOG.md +16 -1
  2. package/cjs/PorscheDesignSystemProvider.vue.cjs +1 -1
  3. package/cjs/lib/components/InputEmailWrapper.vue.cjs +1 -0
  4. package/cjs/lib/components/InputEmailWrapper.vue2.cjs +1 -0
  5. package/cjs/public-api.cjs +1 -1
  6. package/esm/PorscheDesignSystemProvider.vue.d.ts +6 -6
  7. package/esm/PorscheDesignSystemProvider.vue.mjs +11 -8
  8. package/esm/lib/components/AccordionWrapper.vue.d.ts +8 -7
  9. package/esm/lib/components/BannerWrapper.vue.d.ts +13 -6
  10. package/esm/lib/components/ButtonGroupWrapper.vue.d.ts +6 -5
  11. package/esm/lib/components/ButtonPureWrapper.vue.d.ts +7 -6
  12. package/esm/lib/components/ButtonTileWrapper.vue.d.ts +7 -6
  13. package/esm/lib/components/ButtonWrapper.vue.d.ts +7 -6
  14. package/esm/lib/components/CanvasWrapper.vue.d.ts +12 -5
  15. package/esm/lib/components/CarouselWrapper.vue.d.ts +8 -7
  16. package/esm/lib/components/CheckboxWrapper.vue.d.ts +10 -9
  17. package/esm/lib/components/CheckboxWrapperWrapper.vue.d.ts +6 -5
  18. package/esm/lib/components/ContentWrapperWrapper.vue.d.ts +6 -5
  19. package/esm/lib/components/CrestWrapper.vue.d.ts +1 -1
  20. package/esm/lib/components/DisplayWrapper.vue.d.ts +6 -5
  21. package/esm/lib/components/DividerWrapper.vue.d.ts +1 -1
  22. package/esm/lib/components/DrilldownItemWrapper.vue.d.ts +6 -5
  23. package/esm/lib/components/DrilldownLinkWrapper.vue.d.ts +7 -6
  24. package/esm/lib/components/DrilldownWrapper.vue.d.ts +12 -5
  25. package/esm/lib/components/FieldsetWrapper.vue.d.ts +6 -5
  26. package/esm/lib/components/FieldsetWrapperWrapper.vue.d.ts +6 -5
  27. package/esm/lib/components/FlexItemWrapper.vue.d.ts +6 -5
  28. package/esm/lib/components/FlexWrapper.vue.d.ts +6 -5
  29. package/esm/lib/components/FlyoutWrapper.vue.d.ts +12 -5
  30. package/esm/lib/components/GridItemWrapper.vue.d.ts +6 -5
  31. package/esm/lib/components/GridWrapper.vue.d.ts +6 -5
  32. package/esm/lib/components/HeadingWrapper.vue.d.ts +6 -5
  33. package/esm/lib/components/HeadlineWrapper.vue.d.ts +6 -5
  34. package/esm/lib/components/IconWrapper.vue.d.ts +2 -2
  35. package/esm/lib/components/InlineNotificationWrapper.vue.d.ts +13 -6
  36. package/esm/lib/components/InputEmailWrapper.vue.d.ts +122 -0
  37. package/esm/lib/components/InputEmailWrapper.vue.mjs +48 -0
  38. package/esm/lib/components/InputEmailWrapper.vue2.mjs +4 -0
  39. package/esm/lib/components/InputNumberWrapper.vue.d.ts +28 -27
  40. package/esm/lib/components/InputPasswordWrapper.vue.d.ts +29 -28
  41. package/esm/lib/components/InputSearchWrapper.vue.d.ts +28 -27
  42. package/esm/lib/components/InputTextWrapper.vue.d.ts +29 -28
  43. package/esm/lib/components/LinkPureWrapper.vue.d.ts +7 -6
  44. package/esm/lib/components/LinkSocialWrapper.vue.d.ts +7 -6
  45. package/esm/lib/components/LinkTileModelSignatureWrapper.vue.d.ts +6 -5
  46. package/esm/lib/components/LinkTileProductWrapper.vue.d.ts +8 -7
  47. package/esm/lib/components/LinkTileWrapper.vue.d.ts +7 -6
  48. package/esm/lib/components/LinkWrapper.vue.d.ts +7 -6
  49. package/esm/lib/components/MarqueWrapper.vue.d.ts +2 -2
  50. package/esm/lib/components/ModalWrapper.vue.d.ts +12 -5
  51. package/esm/lib/components/ModelSignatureWrapper.vue.d.ts +6 -5
  52. package/esm/lib/components/MultiSelectOptionWrapper.vue.d.ts +6 -5
  53. package/esm/lib/components/MultiSelectWrapper.vue.d.ts +8 -7
  54. package/esm/lib/components/OptgroupWrapper.vue.d.ts +6 -5
  55. package/esm/lib/components/PaginationWrapper.vue.d.ts +3 -3
  56. package/esm/lib/components/PinCodeWrapper.vue.d.ts +8 -7
  57. package/esm/lib/components/PopoverWrapper.vue.d.ts +12 -5
  58. package/esm/lib/components/RadioButtonWrapperWrapper.vue.d.ts +6 -5
  59. package/esm/lib/components/ScrollerWrapper.vue.d.ts +6 -5
  60. package/esm/lib/components/SegmentedControlItemWrapper.vue.d.ts +6 -5
  61. package/esm/lib/components/SegmentedControlWrapper.vue.d.ts +8 -7
  62. package/esm/lib/components/SelectOptionWrapper.vue.d.ts +6 -5
  63. package/esm/lib/components/SelectWrapper.vue.d.ts +9 -8
  64. package/esm/lib/components/SelectWrapperWrapper.vue.d.ts +6 -5
  65. package/esm/lib/components/SheetWrapper.vue.d.ts +12 -5
  66. package/esm/lib/components/SpinnerWrapper.vue.d.ts +1 -1
  67. package/esm/lib/components/StepperHorizontalItemWrapper.vue.d.ts +6 -5
  68. package/esm/lib/components/StepperHorizontalWrapper.vue.d.ts +8 -7
  69. package/esm/lib/components/SwitchWrapper.vue.d.ts +9 -8
  70. package/esm/lib/components/TableBodyWrapper.vue.d.ts +6 -5
  71. package/esm/lib/components/TableCellWrapper.vue.d.ts +6 -5
  72. package/esm/lib/components/TableHeadCellWrapper.vue.d.ts +6 -5
  73. package/esm/lib/components/TableHeadRowWrapper.vue.d.ts +6 -5
  74. package/esm/lib/components/TableHeadWrapper.vue.d.ts +6 -5
  75. package/esm/lib/components/TableRowWrapper.vue.d.ts +6 -5
  76. package/esm/lib/components/TableWrapper.vue.d.ts +8 -7
  77. package/esm/lib/components/TabsBarWrapper.vue.d.ts +8 -7
  78. package/esm/lib/components/TabsItemWrapper.vue.d.ts +6 -5
  79. package/esm/lib/components/TabsWrapper.vue.d.ts +8 -7
  80. package/esm/lib/components/TagDismissibleWrapper.vue.d.ts +6 -5
  81. package/esm/lib/components/TagWrapper.vue.d.ts +6 -5
  82. package/esm/lib/components/TextFieldWrapperWrapper.vue.d.ts +12 -5
  83. package/esm/lib/components/TextListItemWrapper.vue.d.ts +6 -5
  84. package/esm/lib/components/TextListWrapper.vue.d.ts +6 -5
  85. package/esm/lib/components/TextWrapper.vue.d.ts +7 -6
  86. package/esm/lib/components/TextareaWrapper.vue.d.ts +29 -28
  87. package/esm/lib/components/TextareaWrapperWrapper.vue.d.ts +6 -5
  88. package/esm/lib/components/ToastWrapper.vue.d.ts +1 -1
  89. package/esm/lib/components/WordmarkWrapper.vue.d.ts +1 -1
  90. package/esm/lib/components/index.d.ts +1 -0
  91. package/esm/lib/types.d.ts +4 -27
  92. package/esm/public-api.mjs +116 -114
  93. package/package.json +7 -7
  94. package/partials/esm/index.mjs +1 -0
  95. package/partials/package.json +3 -3
  96. package/partials/index.js +0 -12
  97. /package/partials/{index.cjs → cjs/index.cjs} +0 -0
  98. /package/partials/{index.d.ts → esm/index.d.ts} +0 -0
@@ -1,31 +1,31 @@
1
- import type { InputPasswordAutoComplete, BreakpointCustomizable, InputPasswordState, Theme } from '../types';
1
+ import type { BreakpointCustomizable, InputPasswordState, Theme } from '../types';
2
2
  type PInputPasswordProps = {
3
3
  /**
4
- * Specifies whether the input can be autofilled by the browser
4
+ * Provides a hint to the browser about what type of data the field expects, which can assist with autofill features (e.g., autocomplete='current-password').
5
5
  */
6
- autoComplete?: InputPasswordAutoComplete;
6
+ autoComplete?: string;
7
7
  /**
8
- * Displays as a compact version.
8
+ * A boolean value that, if present, renders the input field as a compact version.
9
9
  */
10
10
  compact?: boolean;
11
11
  /**
12
- * The description text.
12
+ * Supplementary text providing more context or explanation for the input.
13
13
  */
14
14
  description?: string;
15
15
  /**
16
- * Marks the password input as disabled.
16
+ * A boolean value that, if present, makes the input field unusable and unclickable. The value will not be submitted with the form.
17
17
  */
18
18
  disabled?: boolean;
19
19
  /**
20
- * The id of a form element the password input should be associated with.
20
+ * Specifies the id of the <form> element that the input belongs to (useful if the input is not a direct descendant of the form).
21
21
  */
22
22
  form?: string;
23
23
  /**
24
- * Show or hide label and description text. For better accessibility it is recommended to show the label.
24
+ * Controls the visibility of the label.
25
25
  */
26
26
  hideLabel?: BreakpointCustomizable<boolean>;
27
27
  /**
28
- * The label text.
28
+ * Text content for a user-facing label.
29
29
  */
30
30
  label?: string;
31
31
  /**
@@ -33,39 +33,39 @@ type PInputPasswordProps = {
33
33
  */
34
34
  loading?: boolean;
35
35
  /**
36
- * The max length of the password input.
36
+ * A non-negative integer specifying the maximum number of characters the user can enter into the input.
37
37
  */
38
38
  maxLength?: number;
39
39
  /**
40
- * The message styled depending on validation state.
40
+ * Dynamic feedback text for validation or status.
41
41
  */
42
42
  message?: string;
43
43
  /**
44
- * The min length of the password input.
44
+ * A non-negative integer specifying the minimum number of characters required for the input's value to be considered valid.
45
45
  */
46
46
  minLength?: number;
47
47
  /**
48
- * The name of the password input.
48
+ * The name of the input field, used when submitting the form data.
49
49
  */
50
50
  name: string;
51
51
  /**
52
- * The placeholder text.
52
+ * A string that provides a brief hint to the user about what kind of information is expected in the field (e.g., placeholder='Enter your password'). This text is displayed when the input field is empty.
53
53
  */
54
54
  placeholder?: string;
55
55
  /**
56
- * Specifies whether the password input should be read-only.
56
+ * A boolean value that, if present, makes the input field uneditable by the user, but its value will still be submitted with the form.
57
57
  */
58
58
  readOnly?: boolean;
59
59
  /**
60
- * Marks the password input as required.
60
+ * A boolean value that, if present, indicates that the input field must be filled out before the form can be submitted.
61
61
  */
62
62
  required?: boolean;
63
63
  /**
64
- * The validation state.
64
+ * Indicates the validation or overall status of the input component.
65
65
  */
66
66
  state?: InputPasswordState;
67
67
  /**
68
- * Adapts the color depending on the theme.
68
+ * Controls the visual appearance of the component.
69
69
  */
70
70
  theme?: Theme;
71
71
  /**
@@ -77,13 +77,14 @@ type PInputPasswordProps = {
77
77
  */
78
78
  value?: string;
79
79
  };
80
- declare function __VLS_template(): {
81
- default?(_: {}): any;
80
+ declare var __VLS_8: {};
81
+ type __VLS_Slots = {} & {
82
+ default?: (props: typeof __VLS_8) => any;
82
83
  };
83
- declare const __VLS_component: import("vue").DefineComponent<PInputPasswordProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
84
- blur: (value: Event) => void;
85
- change: (value: Event) => void;
86
- input: (value: InputEvent) => void;
84
+ declare const __VLS_component: import("vue").DefineComponent<PInputPasswordProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
85
+ blur: (value: Event) => any;
86
+ change: (value: Event) => any;
87
+ input: (value: InputEvent) => any;
87
88
  }, string, import("vue").PublicProps, Readonly<PInputPasswordProps> & Readonly<{
88
89
  onBlur?: ((value: Event) => any) | undefined;
89
90
  onChange?: ((value: Event) => any) | undefined;
@@ -91,11 +92,11 @@ declare const __VLS_component: import("vue").DefineComponent<PInputPasswordProps
91
92
  }>, {
92
93
  toggle: boolean;
93
94
  label: string;
94
- description: string;
95
- disabled: boolean;
96
95
  compact: boolean;
96
+ description: string;
97
97
  state: InputPasswordState;
98
98
  required: boolean;
99
+ disabled: boolean;
99
100
  hideLabel: BreakpointCustomizable<boolean>;
100
101
  loading: boolean;
101
102
  value: string;
@@ -103,9 +104,9 @@ declare const __VLS_component: import("vue").DefineComponent<PInputPasswordProps
103
104
  placeholder: string;
104
105
  readOnly: boolean;
105
106
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
106
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
107
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
107
108
  export default _default;
108
- type __VLS_WithTemplateSlots<T, S> = T & {
109
+ type __VLS_WithSlots<T, S> = T & {
109
110
  new (): {
110
111
  $slots: S;
111
112
  };
@@ -1,31 +1,31 @@
1
- import type { InputSearchAutoComplete, BreakpointCustomizable, InputSearchState, Theme } from '../types';
1
+ import type { BreakpointCustomizable, InputSearchState, Theme } from '../types';
2
2
  type PInputSearchProps = {
3
3
  /**
4
- * Specifies whether the input can be autofilled by the browser
4
+ * Provides a hint to the browser about what type of data the field expects, which can assist with autofill features (e.g., autocomplete='on').
5
5
  */
6
- autoComplete?: InputSearchAutoComplete;
6
+ autoComplete?: string;
7
7
  /**
8
8
  * Show clear input value button
9
9
  */
10
10
  clear?: boolean;
11
11
  /**
12
- * Displays as a compact version.
12
+ * A boolean value that, if present, renders the input field as a compact version.
13
13
  */
14
14
  compact?: boolean;
15
15
  /**
16
- * The description text.
16
+ * Supplementary text providing more context or explanation for the input.
17
17
  */
18
18
  description?: string;
19
19
  /**
20
- * Marks the search input as disabled.
20
+ * A boolean value that, if present, makes the input field unusable and unclickable. The value will not be submitted with the form.
21
21
  */
22
22
  disabled?: boolean;
23
23
  /**
24
- * The id of a form element the search input should be associated with.
24
+ * Specifies the id of the <form> element that the input belongs to (useful if the input is not a direct descendant of the form).
25
25
  */
26
26
  form?: string;
27
27
  /**
28
- * Show or hide label and description text. For better accessibility it is recommended to show the label.
28
+ * Controls the visibility of the label.
29
29
  */
30
30
  hideLabel?: BreakpointCustomizable<boolean>;
31
31
  /**
@@ -33,7 +33,7 @@ type PInputSearchProps = {
33
33
  */
34
34
  indicator?: boolean;
35
35
  /**
36
- * The label text.
36
+ * Text content for a user-facing label.
37
37
  */
38
38
  label?: string;
39
39
  /**
@@ -41,31 +41,31 @@ type PInputSearchProps = {
41
41
  */
42
42
  loading?: boolean;
43
43
  /**
44
- * The message styled depending on validation state.
44
+ * Dynamic feedback text for validation or status.
45
45
  */
46
46
  message?: string;
47
47
  /**
48
- * The name of the search input.
48
+ * The name of the input field, used when submitting the form data.
49
49
  */
50
50
  name: string;
51
51
  /**
52
- * The placeholder text.
52
+ * A string that provides a brief hint to the user about what kind of information is expected in the field (e.g., placeholder='Search...'). This text is displayed when the input field is empty.
53
53
  */
54
54
  placeholder?: string;
55
55
  /**
56
- * Specifies whether the search input should be read-only.
56
+ * A boolean value that, if present, makes the input field uneditable by the user, but its value will still be submitted with the form.
57
57
  */
58
58
  readOnly?: boolean;
59
59
  /**
60
- * Marks the search input as required.
60
+ * A boolean value that, if present, indicates that the input field must be filled out before the form can be submitted.
61
61
  */
62
62
  required?: boolean;
63
63
  /**
64
- * The validation state.
64
+ * Indicates the validation or overall status of the input component.
65
65
  */
66
66
  state?: InputSearchState;
67
67
  /**
68
- * Adapts the color depending on the theme.
68
+ * Controls the visual appearance of the component.
69
69
  */
70
70
  theme?: Theme;
71
71
  /**
@@ -73,36 +73,37 @@ type PInputSearchProps = {
73
73
  */
74
74
  value?: string;
75
75
  };
76
- declare function __VLS_template(): {
77
- default?(_: {}): any;
76
+ declare var __VLS_8: {};
77
+ type __VLS_Slots = {} & {
78
+ default?: (props: typeof __VLS_8) => any;
78
79
  };
79
- declare const __VLS_component: import("vue").DefineComponent<PInputSearchProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
80
- blur: (value: Event) => void;
81
- change: (value: Event) => void;
82
- input: (value: InputEvent) => void;
80
+ declare const __VLS_component: import("vue").DefineComponent<PInputSearchProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
81
+ blur: (value: Event) => any;
82
+ change: (value: Event) => any;
83
+ input: (value: InputEvent) => any;
83
84
  }, string, import("vue").PublicProps, Readonly<PInputSearchProps> & Readonly<{
84
85
  onBlur?: ((value: Event) => any) | undefined;
85
86
  onChange?: ((value: Event) => any) | undefined;
86
87
  onInput?: ((value: InputEvent) => any) | undefined;
87
88
  }>, {
88
89
  label: string;
89
- description: string;
90
- disabled: boolean;
91
90
  compact: boolean;
91
+ description: string;
92
92
  state: InputSearchState;
93
93
  required: boolean;
94
+ disabled: boolean;
94
95
  hideLabel: BreakpointCustomizable<boolean>;
95
96
  loading: boolean;
96
97
  value: string;
97
98
  message: string;
99
+ indicator: boolean;
98
100
  placeholder: string;
99
101
  readOnly: boolean;
100
102
  clear: boolean;
101
- indicator: boolean;
102
103
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
103
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
104
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
104
105
  export default _default;
105
- type __VLS_WithTemplateSlots<T, S> = T & {
106
+ type __VLS_WithSlots<T, S> = T & {
106
107
  new (): {
107
108
  $slots: S;
108
109
  };
@@ -1,11 +1,11 @@
1
- import type { InputTextAutoComplete, BreakpointCustomizable, InputTextState, Theme } from '../types';
1
+ import type { BreakpointCustomizable, InputTextState, Theme } from '../types';
2
2
  type PInputTextProps = {
3
3
  /**
4
- * Specifies whether the input can be autofilled by the browser
4
+ * Provides a hint to the browser about what type of data the field expects, which can assist with autofill features (e.g., autocomplete='name').
5
5
  */
6
- autoComplete?: InputTextAutoComplete;
6
+ autoComplete?: string;
7
7
  /**
8
- * Displays as a compact version.
8
+ * A boolean value that, if present, renders the input field as a compact version.
9
9
  */
10
10
  compact?: boolean;
11
11
  /**
@@ -13,23 +13,23 @@ type PInputTextProps = {
13
13
  */
14
14
  counter?: boolean;
15
15
  /**
16
- * The description text.
16
+ * Supplementary text providing more context or explanation for the input.
17
17
  */
18
18
  description?: string;
19
19
  /**
20
- * Marks the text input as disabled.
20
+ * A boolean value that, if present, makes the input field unusable and unclickable. The value will not be submitted with the form.
21
21
  */
22
22
  disabled?: boolean;
23
23
  /**
24
- * The id of a form element the text input should be associated with.
24
+ * Specifies the id of the <form> element that the input belongs to (useful if the input is not a direct descendant of the form).
25
25
  */
26
26
  form?: string;
27
27
  /**
28
- * Show or hide label and description text. For better accessibility, it is recommended to show the label.
28
+ * Controls the visibility of the label.
29
29
  */
30
30
  hideLabel?: BreakpointCustomizable<boolean>;
31
31
  /**
32
- * The label text.
32
+ * Text content for a user-facing label.
33
33
  */
34
34
  label?: string;
35
35
  /**
@@ -37,31 +37,31 @@ type PInputTextProps = {
37
37
  */
38
38
  loading?: boolean;
39
39
  /**
40
- * The max length of the text input.
40
+ * A non-negative integer specifying the maximum number of characters the user can enter into the input.
41
41
  */
42
42
  maxLength?: number;
43
43
  /**
44
- * The message styled depending on validation state.
44
+ * Dynamic feedback text for validation or status.
45
45
  */
46
46
  message?: string;
47
47
  /**
48
- * The min length of the text input.
48
+ * A non-negative integer specifying the minimum number of characters required for the input's value to be considered valid.
49
49
  */
50
50
  minLength?: number;
51
51
  /**
52
- * The name of the text input.
52
+ * The name of the input field, used when submitting the form data.
53
53
  */
54
54
  name: string;
55
55
  /**
56
- * The placeholder text.
56
+ * A string that provides a brief hint to the user about what kind of information is expected in the field (e.g., placeholder='Enter your full name'). This text is displayed when the input field is empty.
57
57
  */
58
58
  placeholder?: string;
59
59
  /**
60
- * Specifies whether the text input should be read-only.
60
+ * A boolean value that, if present, makes the input field uneditable by the user, but its value will still be submitted with the form.
61
61
  */
62
62
  readOnly?: boolean;
63
63
  /**
64
- * Marks the text input as required.
64
+ * A boolean value that, if present, indicates that the input field must be filled out before the form can be submitted.
65
65
  */
66
66
  required?: boolean;
67
67
  /**
@@ -69,11 +69,11 @@ type PInputTextProps = {
69
69
  */
70
70
  spellCheck?: boolean;
71
71
  /**
72
- * The validation state.
72
+ * Indicates the validation or overall status of the input component.
73
73
  */
74
74
  state?: InputTextState;
75
75
  /**
76
- * Adapts the color depending on the theme.
76
+ * Controls the visual appearance of the component.
77
77
  */
78
78
  theme?: Theme;
79
79
  /**
@@ -81,24 +81,25 @@ type PInputTextProps = {
81
81
  */
82
82
  value?: string;
83
83
  };
84
- declare function __VLS_template(): {
85
- default?(_: {}): any;
84
+ declare var __VLS_8: {};
85
+ type __VLS_Slots = {} & {
86
+ default?: (props: typeof __VLS_8) => any;
86
87
  };
87
- declare const __VLS_component: import("vue").DefineComponent<PInputTextProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
88
- blur: (value: Event) => void;
89
- change: (value: Event) => void;
90
- input: (value: InputEvent) => void;
88
+ declare const __VLS_component: import("vue").DefineComponent<PInputTextProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
89
+ blur: (value: Event) => any;
90
+ change: (value: Event) => any;
91
+ input: (value: InputEvent) => any;
91
92
  }, string, import("vue").PublicProps, Readonly<PInputTextProps> & Readonly<{
92
93
  onBlur?: ((value: Event) => any) | undefined;
93
94
  onChange?: ((value: Event) => any) | undefined;
94
95
  onInput?: ((value: InputEvent) => any) | undefined;
95
96
  }>, {
96
97
  label: string;
97
- description: string;
98
- disabled: boolean;
99
98
  compact: boolean;
99
+ description: string;
100
100
  state: InputTextState;
101
101
  required: boolean;
102
+ disabled: boolean;
102
103
  hideLabel: BreakpointCustomizable<boolean>;
103
104
  loading: boolean;
104
105
  value: string;
@@ -107,9 +108,9 @@ declare const __VLS_component: import("vue").DefineComponent<PInputTextProps, {}
107
108
  readOnly: boolean;
108
109
  counter: boolean;
109
110
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
110
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
111
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
111
112
  export default _default;
112
- type __VLS_WithTemplateSlots<T, S> = T & {
113
+ type __VLS_WithSlots<T, S> = T & {
113
114
  new (): {
114
115
  $slots: S;
115
116
  };
@@ -62,23 +62,24 @@ type PLinkPureProps = {
62
62
  */
63
63
  weight?: LinkPureWeight;
64
64
  };
65
- declare function __VLS_template(): {
66
- default?(_: {}): any;
65
+ declare var __VLS_8: {};
66
+ type __VLS_Slots = {} & {
67
+ default?: (props: typeof __VLS_8) => any;
67
68
  };
68
- declare const __VLS_component: import("vue").DefineComponent<PLinkPureProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PLinkPureProps> & Readonly<{}>, {
69
+ declare const __VLS_component: import("vue").DefineComponent<PLinkPureProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PLinkPureProps> & Readonly<{}>, {
69
70
  weight: LinkPureWeight;
70
71
  stretch: BreakpointCustomizable<boolean>;
71
72
  size: BreakpointCustomizable<LinkPureSize>;
73
+ target: LinkPureTarget;
72
74
  hideLabel: BreakpointCustomizable<boolean>;
73
75
  icon: LinkPureIcon;
74
76
  active: boolean;
75
77
  alignLabel: BreakpointCustomizable<LinkPureAlignLabel>;
76
78
  underline: boolean;
77
- target: LinkPureTarget;
78
79
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
79
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
80
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
80
81
  export default _default;
81
- type __VLS_WithTemplateSlots<T, S> = T & {
82
+ type __VLS_WithSlots<T, S> = T & {
82
83
  new (): {
83
84
  $slots: S;
84
85
  };
@@ -33,18 +33,19 @@ type PLinkSocialProps = {
33
33
  */
34
34
  theme?: Theme;
35
35
  };
36
- declare function __VLS_template(): {
37
- default?(_: {}): any;
36
+ declare var __VLS_8: {};
37
+ type __VLS_Slots = {} & {
38
+ default?: (props: typeof __VLS_8) => any;
38
39
  };
39
- declare const __VLS_component: import("vue").DefineComponent<PLinkSocialProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PLinkSocialProps> & Readonly<{}>, {
40
+ declare const __VLS_component: import("vue").DefineComponent<PLinkSocialProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PLinkSocialProps> & Readonly<{}>, {
40
41
  compact: boolean;
41
- hideLabel: BreakpointCustomizable<boolean>;
42
42
  target: LinkSocialTarget;
43
+ hideLabel: BreakpointCustomizable<boolean>;
43
44
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
44
45
  /** @deprecated since v3.0.0, will be removed with next major release. Use `p-link` with corresponding social icon instead. */
45
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
46
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
46
47
  export default _default;
47
- type __VLS_WithTemplateSlots<T, S> = T & {
48
+ type __VLS_WithSlots<T, S> = T & {
48
49
  new (): {
49
50
  $slots: S;
50
51
  };
@@ -29,19 +29,20 @@ type PLinkTileModelSignatureProps = {
29
29
  */
30
30
  weight?: BreakpointCustomizable<LinkTileModelSignatureWeight>;
31
31
  };
32
- declare function __VLS_template(): {
33
- default?(_: {}): any;
32
+ declare var __VLS_8: {};
33
+ type __VLS_Slots = {} & {
34
+ default?: (props: typeof __VLS_8) => any;
34
35
  };
35
- declare const __VLS_component: import("vue").DefineComponent<PLinkTileModelSignatureProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PLinkTileModelSignatureProps> & Readonly<{}>, {
36
+ declare const __VLS_component: import("vue").DefineComponent<PLinkTileModelSignatureProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PLinkTileModelSignatureProps> & Readonly<{}>, {
36
37
  weight: BreakpointCustomizable<LinkTileModelSignatureWeight>;
37
38
  headingTag: LinkTileModelSignatureHeadingTag;
38
39
  aspectRatio: BreakpointCustomizable<LinkTileModelSignatureAspectRatio>;
39
40
  linkDirection: BreakpointCustomizable<LinkTileModelSignatureLinkDirection>;
40
41
  model: LinkTileModelSignatureModel;
41
42
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
42
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
43
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
43
44
  export default _default;
44
- type __VLS_WithTemplateSlots<T, S> = T & {
45
+ type __VLS_WithSlots<T, S> = T & {
45
46
  new (): {
46
47
  $slots: S;
47
48
  };
@@ -45,22 +45,23 @@ type PLinkTileProductProps = {
45
45
  */
46
46
  theme?: Theme;
47
47
  };
48
- declare function __VLS_template(): {
49
- default?(_: {}): any;
48
+ declare var __VLS_8: {};
49
+ type __VLS_Slots = {} & {
50
+ default?: (props: typeof __VLS_8) => any;
50
51
  };
51
- declare const __VLS_component: import("vue").DefineComponent<PLinkTileProductProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
52
- like: (value: import("../types").LinkTileProductLikeEvent) => void;
52
+ declare const __VLS_component: import("vue").DefineComponent<PLinkTileProductProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
53
+ like: (value: import("../types").LinkTileProductLikeEvent) => any;
53
54
  }, string, import("vue").PublicProps, Readonly<PLinkTileProductProps> & Readonly<{
54
55
  onLike?: ((value: import("../types").LinkTileProductLikeEvent) => any) | undefined;
55
56
  }>, {
56
- aspectRatio: BreakpointCustomizable<LinkTileProductAspectRatio>;
57
57
  target: LinkTileProductTarget;
58
+ aspectRatio: BreakpointCustomizable<LinkTileProductAspectRatio>;
58
59
  likeButton: boolean;
59
60
  liked: boolean;
60
61
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
61
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
62
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
62
63
  export default _default;
63
- type __VLS_WithTemplateSlots<T, S> = T & {
64
+ type __VLS_WithSlots<T, S> = T & {
64
65
  new (): {
65
66
  $slots: S;
66
67
  };
@@ -57,22 +57,23 @@ type PLinkTileProps = {
57
57
  */
58
58
  weight?: BreakpointCustomizable<LinkTileWeight>;
59
59
  };
60
- declare function __VLS_template(): {
61
- default?(_: {}): any;
60
+ declare var __VLS_8: {};
61
+ type __VLS_Slots = {} & {
62
+ default?: (props: typeof __VLS_8) => any;
62
63
  };
63
- declare const __VLS_component: import("vue").DefineComponent<PLinkTileProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PLinkTileProps> & Readonly<{}>, {
64
+ declare const __VLS_component: import("vue").DefineComponent<PLinkTileProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PLinkTileProps> & Readonly<{}>, {
64
65
  weight: BreakpointCustomizable<LinkTileWeight>;
65
66
  compact: BreakpointCustomizable<boolean>;
66
67
  size: BreakpointCustomizable<LinkTileSize>;
68
+ target: LinkTileTarget;
67
69
  align: LinkTileAlign;
68
70
  aspectRatio: BreakpointCustomizable<LinkTileAspectRatio>;
69
71
  background: LinkTileBackground;
70
72
  gradient: boolean;
71
- target: LinkTileTarget;
72
73
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
73
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
74
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
74
75
  export default _default;
75
- type __VLS_WithTemplateSlots<T, S> = T & {
76
+ type __VLS_WithSlots<T, S> = T & {
76
77
  new (): {
77
78
  $slots: S;
78
79
  };
@@ -45,19 +45,20 @@ type PLinkProps = {
45
45
  */
46
46
  variant?: LinkVariant;
47
47
  };
48
- declare function __VLS_template(): {
49
- default?(_: {}): any;
48
+ declare var __VLS_8: {};
49
+ type __VLS_Slots = {} & {
50
+ default?: (props: typeof __VLS_8) => any;
50
51
  };
51
- declare const __VLS_component: import("vue").DefineComponent<PLinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PLinkProps> & Readonly<{}>, {
52
+ declare const __VLS_component: import("vue").DefineComponent<PLinkProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PLinkProps> & Readonly<{}>, {
52
53
  compact: BreakpointCustomizable<boolean>;
54
+ target: LinkTarget;
53
55
  hideLabel: BreakpointCustomizable<boolean>;
54
56
  icon: LinkIcon;
55
57
  variant: LinkVariant;
56
- target: LinkTarget;
57
58
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
58
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
59
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
59
60
  export default _default;
60
- type __VLS_WithTemplateSlots<T, S> = T & {
61
+ type __VLS_WithSlots<T, S> = T & {
61
62
  new (): {
62
63
  $slots: S;
63
64
  };
@@ -26,10 +26,10 @@ type PMarqueProps = {
26
26
  variant?: MarqueVariant;
27
27
  };
28
28
  /** @deprecated since v3.0.0, will be removed with next major release. Please use "p-wordmark" instead. */
29
- declare const _default: import("vue").DefineComponent<PMarqueProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PMarqueProps> & Readonly<{}>, {
29
+ declare const _default: import("vue").DefineComponent<PMarqueProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PMarqueProps> & Readonly<{}>, {
30
30
  size: MarqueSize;
31
- variant: MarqueVariant;
32
31
  target: MarqueTarget;
32
+ variant: MarqueVariant;
33
33
  trademark: boolean;
34
34
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
35
35
  export default _default;
@@ -38,19 +38,26 @@ type PModalProps = {
38
38
  */
39
39
  theme?: Theme;
40
40
  };
41
- declare function __VLS_template(): {
42
- default?(_: {}): any;
41
+ declare var __VLS_8: {};
42
+ type __VLS_Slots = {} & {
43
+ default?: (props: typeof __VLS_8) => any;
43
44
  };
44
- declare const __VLS_component: import("vue").DefineComponent<PModalProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, {
45
+ declare const __VLS_component: import("vue").DefineComponent<PModalProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
46
+ [x: string]: any;
47
+ } & {
48
+ [x: string]: any;
49
+ }, string, import("vue").PublicProps, Readonly<PModalProps> & Readonly<{
50
+ [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
51
+ }>, {
45
52
  open: boolean;
46
53
  dismissButton: boolean;
47
54
  disableBackdropClick: boolean;
48
55
  backdrop: ModalBackdrop;
49
56
  fullscreen: BreakpointCustomizable<boolean>;
50
57
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
51
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
58
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
52
59
  export default _default;
53
- type __VLS_WithTemplateSlots<T, S> = T & {
60
+ type __VLS_WithSlots<T, S> = T & {
54
61
  new (): {
55
62
  $slots: S;
56
63
  };