@porsche-design-system/components-react 4.0.0-beta.2 → 4.0.0-beta.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.
- package/CHANGELOG.md +293 -1
- package/cjs/lib/components/button-pure.wrapper.cjs +3 -3
- package/cjs/lib/components/display.wrapper.cjs +1 -0
- package/cjs/lib/components/flag.wrapper.cjs +1 -1
- package/cjs/lib/components/heading.wrapper.cjs +3 -3
- package/cjs/lib/components/icon.wrapper.cjs +1 -1
- package/cjs/lib/components/link-pure.wrapper.cjs +3 -3
- package/cjs/lib/components/spinner.wrapper.cjs +3 -3
- package/cjs/lib/components/text.wrapper.cjs +1 -1
- package/esm/lib/components/accordion.wrapper.d.ts +8 -8
- package/esm/lib/components/button-pure.wrapper.d.ts +15 -7
- package/esm/lib/components/button-pure.wrapper.mjs +3 -3
- package/esm/lib/components/button-tile.wrapper.d.ts +2 -2
- package/esm/lib/components/button.wrapper.d.ts +6 -6
- package/esm/lib/components/carousel.wrapper.d.ts +10 -10
- package/esm/lib/components/checkbox.wrapper.d.ts +6 -6
- package/esm/lib/components/crest.wrapper.d.ts +6 -6
- package/esm/lib/components/display.wrapper.d.ts +1 -0
- package/esm/lib/components/display.wrapper.mjs +1 -0
- package/esm/lib/components/drilldown-link.wrapper.d.ts +8 -8
- package/esm/lib/components/drilldown.wrapper.d.ts +8 -8
- package/esm/lib/components/fieldset.wrapper.d.ts +6 -6
- package/esm/lib/components/flag.wrapper.d.ts +5 -5
- package/esm/lib/components/flag.wrapper.mjs +1 -1
- package/esm/lib/components/flyout.wrapper.d.ts +2 -2
- package/esm/lib/components/heading.wrapper.d.ts +19 -11
- package/esm/lib/components/heading.wrapper.mjs +3 -3
- package/esm/lib/components/icon.wrapper.d.ts +7 -7
- package/esm/lib/components/icon.wrapper.mjs +1 -1
- package/esm/lib/components/input-date.wrapper.d.ts +12 -12
- package/esm/lib/components/input-email.wrapper.d.ts +8 -8
- package/esm/lib/components/input-month.wrapper.d.ts +12 -12
- package/esm/lib/components/input-number.wrapper.d.ts +8 -8
- package/esm/lib/components/input-password.wrapper.d.ts +6 -6
- package/esm/lib/components/input-search.wrapper.d.ts +6 -6
- package/esm/lib/components/input-tel.wrapper.d.ts +6 -6
- package/esm/lib/components/input-text.wrapper.d.ts +6 -6
- package/esm/lib/components/input-time.wrapper.d.ts +14 -14
- package/esm/lib/components/input-url.wrapper.d.ts +16 -16
- package/esm/lib/components/input-week.wrapper.d.ts +14 -14
- package/esm/lib/components/link-pure.wrapper.d.ts +23 -15
- package/esm/lib/components/link-pure.wrapper.mjs +3 -3
- package/esm/lib/components/link-tile-product.wrapper.d.ts +8 -8
- package/esm/lib/components/link-tile.wrapper.d.ts +8 -8
- package/esm/lib/components/link.wrapper.d.ts +14 -14
- package/esm/lib/components/modal.wrapper.d.ts +2 -2
- package/esm/lib/components/model-signature.wrapper.d.ts +2 -2
- package/esm/lib/components/multi-select.wrapper.d.ts +10 -10
- package/esm/lib/components/pin-code.wrapper.d.ts +8 -8
- package/esm/lib/components/popover.wrapper.d.ts +6 -6
- package/esm/lib/components/radio-group-option.wrapper.d.ts +2 -2
- package/esm/lib/components/radio-group.wrapper.d.ts +8 -8
- package/esm/lib/components/segmented-control-item.wrapper.d.ts +4 -4
- package/esm/lib/components/segmented-control.wrapper.d.ts +4 -4
- package/esm/lib/components/select.wrapper.d.ts +10 -10
- package/esm/lib/components/sheet.wrapper.d.ts +2 -2
- package/esm/lib/components/spinner.wrapper.d.ts +13 -5
- package/esm/lib/components/spinner.wrapper.mjs +3 -3
- package/esm/lib/components/switch.wrapper.d.ts +6 -6
- package/esm/lib/components/table-cell.wrapper.d.ts +2 -2
- package/esm/lib/components/table-head-cell.wrapper.d.ts +4 -4
- package/esm/lib/components/tabs-bar.wrapper.d.ts +2 -2
- package/esm/lib/components/tabs.wrapper.d.ts +2 -2
- package/esm/lib/components/tag-dismissible.wrapper.d.ts +6 -6
- package/esm/lib/components/tag.wrapper.d.ts +2 -2
- package/esm/lib/components/text.wrapper.d.ts +12 -12
- package/esm/lib/components/text.wrapper.mjs +1 -1
- package/esm/lib/components/textarea.wrapper.d.ts +6 -6
- package/esm/lib/components/wordmark.wrapper.d.ts +8 -8
- package/esm/lib/types.d.ts +322 -141
- package/global-styles/cn/index.css +3 -7
- package/global-styles/index.css +3 -7
- package/global-styles/variables.css +3 -7
- package/package.json +6 -2
- package/ssr/cjs/components/dist/styles/esm/styles-entry.cjs +341 -319
- package/ssr/cjs/components/dist/utils/esm/utils-entry.cjs +18 -8
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/components/button-pure.wrapper.cjs +4 -4
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/components/display.wrapper.cjs +1 -0
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/components/flag.wrapper.cjs +1 -1
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/components/heading.wrapper.cjs +4 -4
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/components/icon.wrapper.cjs +1 -1
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/components/link-pure.wrapper.cjs +4 -4
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/components/spinner.wrapper.cjs +4 -4
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/components/text.wrapper.cjs +1 -1
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/button-pure.cjs +3 -2
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/carousel.cjs +2 -2
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/checkbox.cjs +1 -1
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/display.cjs +2 -0
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/drilldown-item.cjs +2 -2
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/flyout.cjs +1 -1
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/heading.cjs +1 -1
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/input-base.cjs +1 -1
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/link-pure.cjs +1 -1
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/radio-group-option.cjs +1 -1
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/radio-group.cjs +1 -1
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/spinner.cjs +2 -2
- package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/switch.cjs +1 -1
- package/ssr/esm/components/dist/styles/esm/styles-entry.mjs +341 -319
- package/ssr/esm/components/dist/utils/esm/utils-entry.mjs +18 -8
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/button-pure.wrapper.mjs +4 -4
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/display.wrapper.mjs +1 -0
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/flag.wrapper.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/heading.wrapper.mjs +4 -4
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/icon.wrapper.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/link-pure.wrapper.mjs +4 -4
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/spinner.wrapper.mjs +4 -4
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/text.wrapper.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/button-pure.mjs +3 -2
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/carousel.mjs +2 -2
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/checkbox.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/display.mjs +2 -0
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/drilldown-item.mjs +2 -2
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/flyout.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/heading.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/input-base.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/link-pure.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/radio-group-option.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/radio-group.mjs +1 -1
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/spinner.mjs +2 -2
- package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/switch.mjs +1 -1
- package/ssr/esm/lib/components/accordion.wrapper.d.ts +8 -8
- package/ssr/esm/lib/components/button-pure.wrapper.d.ts +15 -7
- package/ssr/esm/lib/components/button-tile.wrapper.d.ts +2 -2
- package/ssr/esm/lib/components/button.wrapper.d.ts +6 -6
- package/ssr/esm/lib/components/carousel.wrapper.d.ts +10 -10
- package/ssr/esm/lib/components/checkbox.wrapper.d.ts +6 -6
- package/ssr/esm/lib/components/crest.wrapper.d.ts +6 -6
- package/ssr/esm/lib/components/display.wrapper.d.ts +1 -0
- package/ssr/esm/lib/components/drilldown-link.wrapper.d.ts +8 -8
- package/ssr/esm/lib/components/drilldown.wrapper.d.ts +8 -8
- package/ssr/esm/lib/components/fieldset.wrapper.d.ts +6 -6
- package/ssr/esm/lib/components/flag.wrapper.d.ts +5 -5
- package/ssr/esm/lib/components/flyout.wrapper.d.ts +2 -2
- package/ssr/esm/lib/components/heading.wrapper.d.ts +19 -11
- package/ssr/esm/lib/components/icon.wrapper.d.ts +7 -7
- package/ssr/esm/lib/components/input-date.wrapper.d.ts +12 -12
- package/ssr/esm/lib/components/input-email.wrapper.d.ts +8 -8
- package/ssr/esm/lib/components/input-month.wrapper.d.ts +12 -12
- package/ssr/esm/lib/components/input-number.wrapper.d.ts +8 -8
- package/ssr/esm/lib/components/input-password.wrapper.d.ts +6 -6
- package/ssr/esm/lib/components/input-search.wrapper.d.ts +6 -6
- package/ssr/esm/lib/components/input-tel.wrapper.d.ts +6 -6
- package/ssr/esm/lib/components/input-text.wrapper.d.ts +6 -6
- package/ssr/esm/lib/components/input-time.wrapper.d.ts +14 -14
- package/ssr/esm/lib/components/input-url.wrapper.d.ts +16 -16
- package/ssr/esm/lib/components/input-week.wrapper.d.ts +14 -14
- package/ssr/esm/lib/components/link-pure.wrapper.d.ts +23 -15
- package/ssr/esm/lib/components/link-tile-product.wrapper.d.ts +8 -8
- package/ssr/esm/lib/components/link-tile.wrapper.d.ts +8 -8
- package/ssr/esm/lib/components/link.wrapper.d.ts +14 -14
- package/ssr/esm/lib/components/modal.wrapper.d.ts +2 -2
- package/ssr/esm/lib/components/model-signature.wrapper.d.ts +2 -2
- package/ssr/esm/lib/components/multi-select.wrapper.d.ts +10 -10
- package/ssr/esm/lib/components/pin-code.wrapper.d.ts +8 -8
- package/ssr/esm/lib/components/popover.wrapper.d.ts +6 -6
- package/ssr/esm/lib/components/radio-group-option.wrapper.d.ts +2 -2
- package/ssr/esm/lib/components/radio-group.wrapper.d.ts +8 -8
- package/ssr/esm/lib/components/segmented-control-item.wrapper.d.ts +4 -4
- package/ssr/esm/lib/components/segmented-control.wrapper.d.ts +4 -4
- package/ssr/esm/lib/components/select.wrapper.d.ts +10 -10
- package/ssr/esm/lib/components/sheet.wrapper.d.ts +2 -2
- package/ssr/esm/lib/components/spinner.wrapper.d.ts +13 -5
- package/ssr/esm/lib/components/switch.wrapper.d.ts +6 -6
- package/ssr/esm/lib/components/table-cell.wrapper.d.ts +2 -2
- package/ssr/esm/lib/components/table-head-cell.wrapper.d.ts +4 -4
- package/ssr/esm/lib/components/tabs-bar.wrapper.d.ts +2 -2
- package/ssr/esm/lib/components/tabs.wrapper.d.ts +2 -2
- package/ssr/esm/lib/components/tag-dismissible.wrapper.d.ts +6 -6
- package/ssr/esm/lib/components/tag.wrapper.d.ts +2 -2
- package/ssr/esm/lib/components/text.wrapper.d.ts +12 -12
- package/ssr/esm/lib/components/textarea.wrapper.d.ts +6 -6
- package/ssr/esm/lib/components/wordmark.wrapper.d.ts +8 -8
- package/ssr/esm/lib/dsr-components/carousel.d.ts +2 -2
- package/ssr/esm/lib/dsr-components/display.d.ts +2 -0
- package/ssr/esm/lib/dsr-components/drilldown-item.d.ts +2 -2
- package/ssr/esm/lib/dsr-components/flyout.d.ts +1 -1
- package/ssr/esm/lib/types.d.ts +322 -141
- package/tailwindcss/index.css +19 -4
|
@@ -6,7 +6,7 @@ export type PInputUrlProps = BaseProps & {
|
|
|
6
6
|
*/
|
|
7
7
|
autoComplete?: string;
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Displays the input field in compact mode.
|
|
10
10
|
*/
|
|
11
11
|
compact?: boolean;
|
|
12
12
|
/**
|
|
@@ -14,7 +14,7 @@ export type PInputUrlProps = BaseProps & {
|
|
|
14
14
|
*/
|
|
15
15
|
description?: string;
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* Disables the input field. The value will not be submitted with the form.
|
|
18
18
|
*/
|
|
19
19
|
disabled?: boolean;
|
|
20
20
|
/**
|
|
@@ -22,11 +22,11 @@ export type PInputUrlProps = BaseProps & {
|
|
|
22
22
|
*/
|
|
23
23
|
form?: string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Shows or hides the label. For better accessibility, it is recommended to show the label.
|
|
26
26
|
*/
|
|
27
27
|
hideLabel?: BreakpointCustomizable<boolean>;
|
|
28
28
|
/**
|
|
29
|
-
* Controls the visibility of the
|
|
29
|
+
* Controls the visibility of the URL icon.
|
|
30
30
|
*/
|
|
31
31
|
indicator?: boolean;
|
|
32
32
|
/**
|
|
@@ -54,11 +54,11 @@ export type PInputUrlProps = BaseProps & {
|
|
|
54
54
|
*/
|
|
55
55
|
name: string;
|
|
56
56
|
/**
|
|
57
|
-
* Emitted when the
|
|
57
|
+
* Emitted when the URL input has lost focus.
|
|
58
58
|
*/
|
|
59
59
|
onBlur?: (event: CustomEvent<InputUrlBlurEventDetail>) => void;
|
|
60
60
|
/**
|
|
61
|
-
* Emitted when the
|
|
61
|
+
* Emitted when the URL input loses focus after its value was changed.
|
|
62
62
|
*/
|
|
63
63
|
onChange?: (event: CustomEvent<InputUrlChangeEventDetail>) => void;
|
|
64
64
|
/**
|
|
@@ -66,7 +66,7 @@ export type PInputUrlProps = BaseProps & {
|
|
|
66
66
|
*/
|
|
67
67
|
onInput?: (event: CustomEvent<InputUrlInputEventDetail>) => void;
|
|
68
68
|
/**
|
|
69
|
-
* Specifies a regular expression that the input's value must match
|
|
69
|
+
* Specifies a regular expression that the input's value must match to pass constraint validation. This allows for more specific URL validation rules than the browser's default. If provided, it overrides the browser's default URL validation.
|
|
70
70
|
*/
|
|
71
71
|
pattern?: string;
|
|
72
72
|
/**
|
|
@@ -86,7 +86,7 @@ export type PInputUrlProps = BaseProps & {
|
|
|
86
86
|
*/
|
|
87
87
|
state?: InputUrlState;
|
|
88
88
|
/**
|
|
89
|
-
* The
|
|
89
|
+
* The URL input value.
|
|
90
90
|
*/
|
|
91
91
|
value?: string;
|
|
92
92
|
};
|
|
@@ -96,7 +96,7 @@ export declare const PInputUrl: import("react").ForwardRefExoticComponent<Omit<i
|
|
|
96
96
|
*/
|
|
97
97
|
autoComplete?: string;
|
|
98
98
|
/**
|
|
99
|
-
*
|
|
99
|
+
* Displays the input field in compact mode.
|
|
100
100
|
*/
|
|
101
101
|
compact?: boolean;
|
|
102
102
|
/**
|
|
@@ -104,7 +104,7 @@ export declare const PInputUrl: import("react").ForwardRefExoticComponent<Omit<i
|
|
|
104
104
|
*/
|
|
105
105
|
description?: string;
|
|
106
106
|
/**
|
|
107
|
-
*
|
|
107
|
+
* Disables the input field. The value will not be submitted with the form.
|
|
108
108
|
*/
|
|
109
109
|
disabled?: boolean;
|
|
110
110
|
/**
|
|
@@ -112,11 +112,11 @@ export declare const PInputUrl: import("react").ForwardRefExoticComponent<Omit<i
|
|
|
112
112
|
*/
|
|
113
113
|
form?: string;
|
|
114
114
|
/**
|
|
115
|
-
*
|
|
115
|
+
* Shows or hides the label. For better accessibility, it is recommended to show the label.
|
|
116
116
|
*/
|
|
117
117
|
hideLabel?: BreakpointCustomizable<boolean>;
|
|
118
118
|
/**
|
|
119
|
-
* Controls the visibility of the
|
|
119
|
+
* Controls the visibility of the URL icon.
|
|
120
120
|
*/
|
|
121
121
|
indicator?: boolean;
|
|
122
122
|
/**
|
|
@@ -144,11 +144,11 @@ export declare const PInputUrl: import("react").ForwardRefExoticComponent<Omit<i
|
|
|
144
144
|
*/
|
|
145
145
|
name: string;
|
|
146
146
|
/**
|
|
147
|
-
* Emitted when the
|
|
147
|
+
* Emitted when the URL input has lost focus.
|
|
148
148
|
*/
|
|
149
149
|
onBlur?: (event: CustomEvent<InputUrlBlurEventDetail>) => void;
|
|
150
150
|
/**
|
|
151
|
-
* Emitted when the
|
|
151
|
+
* Emitted when the URL input loses focus after its value was changed.
|
|
152
152
|
*/
|
|
153
153
|
onChange?: (event: CustomEvent<InputUrlChangeEventDetail>) => void;
|
|
154
154
|
/**
|
|
@@ -156,7 +156,7 @@ export declare const PInputUrl: import("react").ForwardRefExoticComponent<Omit<i
|
|
|
156
156
|
*/
|
|
157
157
|
onInput?: (event: CustomEvent<InputUrlInputEventDetail>) => void;
|
|
158
158
|
/**
|
|
159
|
-
* Specifies a regular expression that the input's value must match
|
|
159
|
+
* Specifies a regular expression that the input's value must match to pass constraint validation. This allows for more specific URL validation rules than the browser's default. If provided, it overrides the browser's default URL validation.
|
|
160
160
|
*/
|
|
161
161
|
pattern?: string;
|
|
162
162
|
/**
|
|
@@ -176,7 +176,7 @@ export declare const PInputUrl: import("react").ForwardRefExoticComponent<Omit<i
|
|
|
176
176
|
*/
|
|
177
177
|
state?: InputUrlState;
|
|
178
178
|
/**
|
|
179
|
-
* The
|
|
179
|
+
* The URL input value.
|
|
180
180
|
*/
|
|
181
181
|
value?: string;
|
|
182
182
|
} & {
|
|
@@ -6,7 +6,7 @@ export type PInputWeekProps = BaseProps & {
|
|
|
6
6
|
*/
|
|
7
7
|
autoComplete?: string;
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Displays the input field in compact mode.
|
|
10
10
|
*/
|
|
11
11
|
compact?: boolean;
|
|
12
12
|
/**
|
|
@@ -14,7 +14,7 @@ export type PInputWeekProps = BaseProps & {
|
|
|
14
14
|
*/
|
|
15
15
|
description?: string;
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* Disables the input field. The value will not be submitted with the form.
|
|
18
18
|
*/
|
|
19
19
|
disabled?: boolean;
|
|
20
20
|
/**
|
|
@@ -22,7 +22,7 @@ export type PInputWeekProps = BaseProps & {
|
|
|
22
22
|
*/
|
|
23
23
|
form?: string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Shows or hides the label. For better accessibility, it is recommended to show the label.
|
|
26
26
|
*/
|
|
27
27
|
hideLabel?: BreakpointCustomizable<boolean>;
|
|
28
28
|
/**
|
|
@@ -50,11 +50,11 @@ export type PInputWeekProps = BaseProps & {
|
|
|
50
50
|
*/
|
|
51
51
|
name: string;
|
|
52
52
|
/**
|
|
53
|
-
* Emitted when the
|
|
53
|
+
* Emitted when the week input has lost focus.
|
|
54
54
|
*/
|
|
55
55
|
onBlur?: (event: CustomEvent<InputWeekBlurEventDetail>) => void;
|
|
56
56
|
/**
|
|
57
|
-
* Emitted when the
|
|
57
|
+
* Emitted when the week input loses focus after its value was changed.
|
|
58
58
|
*/
|
|
59
59
|
onChange?: (event: CustomEvent<InputWeekChangeEventDetail>) => void;
|
|
60
60
|
/**
|
|
@@ -74,11 +74,11 @@ export type PInputWeekProps = BaseProps & {
|
|
|
74
74
|
*/
|
|
75
75
|
state?: InputWeekState;
|
|
76
76
|
/**
|
|
77
|
-
* Defines the stepping interval in weeks. For example, step="1" increments by 1 week. The default is 1
|
|
77
|
+
* Defines the stepping interval in weeks. For example, step="1" increments by 1 week. The default is 1 week.
|
|
78
78
|
*/
|
|
79
79
|
step?: number;
|
|
80
80
|
/**
|
|
81
|
-
* The default week value for the input, in YYYY-Www format (e.g., value='2025-W27')
|
|
81
|
+
* The default week value for the input, in YYYY-Www format (e.g., value='2025-W27').
|
|
82
82
|
*/
|
|
83
83
|
value?: string;
|
|
84
84
|
};
|
|
@@ -88,7 +88,7 @@ export declare const PInputWeek: import("react").ForwardRefExoticComponent<Omit<
|
|
|
88
88
|
*/
|
|
89
89
|
autoComplete?: string;
|
|
90
90
|
/**
|
|
91
|
-
*
|
|
91
|
+
* Displays the input field in compact mode.
|
|
92
92
|
*/
|
|
93
93
|
compact?: boolean;
|
|
94
94
|
/**
|
|
@@ -96,7 +96,7 @@ export declare const PInputWeek: import("react").ForwardRefExoticComponent<Omit<
|
|
|
96
96
|
*/
|
|
97
97
|
description?: string;
|
|
98
98
|
/**
|
|
99
|
-
*
|
|
99
|
+
* Disables the input field. The value will not be submitted with the form.
|
|
100
100
|
*/
|
|
101
101
|
disabled?: boolean;
|
|
102
102
|
/**
|
|
@@ -104,7 +104,7 @@ export declare const PInputWeek: import("react").ForwardRefExoticComponent<Omit<
|
|
|
104
104
|
*/
|
|
105
105
|
form?: string;
|
|
106
106
|
/**
|
|
107
|
-
*
|
|
107
|
+
* Shows or hides the label. For better accessibility, it is recommended to show the label.
|
|
108
108
|
*/
|
|
109
109
|
hideLabel?: BreakpointCustomizable<boolean>;
|
|
110
110
|
/**
|
|
@@ -132,11 +132,11 @@ export declare const PInputWeek: import("react").ForwardRefExoticComponent<Omit<
|
|
|
132
132
|
*/
|
|
133
133
|
name: string;
|
|
134
134
|
/**
|
|
135
|
-
* Emitted when the
|
|
135
|
+
* Emitted when the week input has lost focus.
|
|
136
136
|
*/
|
|
137
137
|
onBlur?: (event: CustomEvent<InputWeekBlurEventDetail>) => void;
|
|
138
138
|
/**
|
|
139
|
-
* Emitted when the
|
|
139
|
+
* Emitted when the week input loses focus after its value was changed.
|
|
140
140
|
*/
|
|
141
141
|
onChange?: (event: CustomEvent<InputWeekChangeEventDetail>) => void;
|
|
142
142
|
/**
|
|
@@ -156,11 +156,11 @@ export declare const PInputWeek: import("react").ForwardRefExoticComponent<Omit<
|
|
|
156
156
|
*/
|
|
157
157
|
state?: InputWeekState;
|
|
158
158
|
/**
|
|
159
|
-
* Defines the stepping interval in weeks. For example, step="1" increments by 1 week. The default is 1
|
|
159
|
+
* Defines the stepping interval in weeks. For example, step="1" increments by 1 week. The default is 1 week.
|
|
160
160
|
*/
|
|
161
161
|
step?: number;
|
|
162
162
|
/**
|
|
163
|
-
* The default week value for the input, in YYYY-Www format (e.g., value='2025-W27')
|
|
163
|
+
* The default week value for the input, in YYYY-Www format (e.g., value='2025-W27').
|
|
164
164
|
*/
|
|
165
165
|
value?: string;
|
|
166
166
|
} & {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { BaseProps } from '../../BaseProps';
|
|
2
|
-
import type { BreakpointCustomizable, LinkPureAlignLabel, SelectedAriaAttributes, LinkPureAriaAttribute, LinkPureIcon, LinkPureSize, LinkPureTarget } from '../types';
|
|
2
|
+
import type { BreakpointCustomizable, LinkPureAlignLabel, SelectedAriaAttributes, LinkPureAriaAttribute, LinkPureColor, LinkPureIcon, LinkPureSize, LinkPureTarget } from '../types';
|
|
3
3
|
export type PLinkPureProps = BaseProps & {
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Displays the link in its active state.
|
|
6
6
|
*/
|
|
7
7
|
active?: boolean;
|
|
8
8
|
/**
|
|
@@ -10,19 +10,23 @@ export type PLinkPureProps = BaseProps & {
|
|
|
10
10
|
*/
|
|
11
11
|
alignLabel?: BreakpointCustomizable<LinkPureAlignLabel>;
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* Sets ARIA attributes.
|
|
14
14
|
*/
|
|
15
15
|
aria?: SelectedAriaAttributes<LinkPureAriaAttribute>;
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* The color.
|
|
18
|
+
*/
|
|
19
|
+
color?: LinkPureColor;
|
|
20
|
+
/**
|
|
21
|
+
* Sets the native `download` attribute when the target URL points to a downloadable file.
|
|
18
22
|
*/
|
|
19
23
|
download?: string;
|
|
20
24
|
/**
|
|
21
|
-
*
|
|
25
|
+
* Shows or hides the label. For better accessibility, it is recommended to show the label.
|
|
22
26
|
*/
|
|
23
27
|
hideLabel?: BreakpointCustomizable<boolean>;
|
|
24
28
|
/**
|
|
25
|
-
* When
|
|
29
|
+
* When `href` is provided, the component renders as an `<a>` element.
|
|
26
30
|
*/
|
|
27
31
|
href?: string;
|
|
28
32
|
/**
|
|
@@ -34,7 +38,7 @@ export type PLinkPureProps = BaseProps & {
|
|
|
34
38
|
*/
|
|
35
39
|
iconSource?: string;
|
|
36
40
|
/**
|
|
37
|
-
*
|
|
41
|
+
* Sets the `rel` attribute on the link.
|
|
38
42
|
*/
|
|
39
43
|
rel?: string;
|
|
40
44
|
/**
|
|
@@ -46,7 +50,7 @@ export type PLinkPureProps = BaseProps & {
|
|
|
46
50
|
*/
|
|
47
51
|
stretch?: BreakpointCustomizable<boolean>;
|
|
48
52
|
/**
|
|
49
|
-
*
|
|
53
|
+
* Specifies where to open the linked document.
|
|
50
54
|
*/
|
|
51
55
|
target?: LinkPureTarget;
|
|
52
56
|
/**
|
|
@@ -56,7 +60,7 @@ export type PLinkPureProps = BaseProps & {
|
|
|
56
60
|
};
|
|
57
61
|
export declare const PLinkPure: import("react").ForwardRefExoticComponent<Omit<import("react").DOMAttributes<{}>, "onChange" | "onInput" | "onToggle"> & Pick<import("react").HTMLAttributes<{}>, "suppressHydrationWarning" | "autoFocus" | "className" | "dir" | "hidden" | "id" | "inert" | "lang" | "slot" | "style" | "tabIndex" | "title" | "translate" | "role"> & {
|
|
58
62
|
/**
|
|
59
|
-
*
|
|
63
|
+
* Displays the link in its active state.
|
|
60
64
|
*/
|
|
61
65
|
active?: boolean;
|
|
62
66
|
/**
|
|
@@ -64,19 +68,23 @@ export declare const PLinkPure: import("react").ForwardRefExoticComponent<Omit<i
|
|
|
64
68
|
*/
|
|
65
69
|
alignLabel?: BreakpointCustomizable<LinkPureAlignLabel>;
|
|
66
70
|
/**
|
|
67
|
-
*
|
|
71
|
+
* Sets ARIA attributes.
|
|
68
72
|
*/
|
|
69
73
|
aria?: SelectedAriaAttributes<LinkPureAriaAttribute>;
|
|
70
74
|
/**
|
|
71
|
-
*
|
|
75
|
+
* The color.
|
|
76
|
+
*/
|
|
77
|
+
color?: LinkPureColor;
|
|
78
|
+
/**
|
|
79
|
+
* Sets the native `download` attribute when the target URL points to a downloadable file.
|
|
72
80
|
*/
|
|
73
81
|
download?: string;
|
|
74
82
|
/**
|
|
75
|
-
*
|
|
83
|
+
* Shows or hides the label. For better accessibility, it is recommended to show the label.
|
|
76
84
|
*/
|
|
77
85
|
hideLabel?: BreakpointCustomizable<boolean>;
|
|
78
86
|
/**
|
|
79
|
-
* When
|
|
87
|
+
* When `href` is provided, the component renders as an `<a>` element.
|
|
80
88
|
*/
|
|
81
89
|
href?: string;
|
|
82
90
|
/**
|
|
@@ -88,7 +96,7 @@ export declare const PLinkPure: import("react").ForwardRefExoticComponent<Omit<i
|
|
|
88
96
|
*/
|
|
89
97
|
iconSource?: string;
|
|
90
98
|
/**
|
|
91
|
-
*
|
|
99
|
+
* Sets the `rel` attribute on the link.
|
|
92
100
|
*/
|
|
93
101
|
rel?: string;
|
|
94
102
|
/**
|
|
@@ -100,7 +108,7 @@ export declare const PLinkPure: import("react").ForwardRefExoticComponent<Omit<i
|
|
|
100
108
|
*/
|
|
101
109
|
stretch?: BreakpointCustomizable<boolean>;
|
|
102
110
|
/**
|
|
103
|
-
*
|
|
111
|
+
* Specifies where to open the linked document.
|
|
104
112
|
*/
|
|
105
113
|
target?: LinkPureTarget;
|
|
106
114
|
/**
|
|
@@ -4,13 +4,13 @@ import { forwardRef, useRef } from 'react';
|
|
|
4
4
|
import { usePrefix, useBrowserLayoutEffect, useMergedClass } from '../../hooks.mjs';
|
|
5
5
|
import { syncRef } from '../../utils.mjs';
|
|
6
6
|
|
|
7
|
-
const PLinkPure = /*#__PURE__*/ forwardRef(({ active = false, alignLabel = 'end', aria, download, hideLabel = false, href, icon = 'arrow-right', iconSource, rel, size = '
|
|
7
|
+
const PLinkPure = /*#__PURE__*/ forwardRef(({ active = false, alignLabel = 'end', aria, color = 'primary', download, hideLabel = false, href, icon = 'arrow-right', iconSource, rel, size = 'sm', stretch = false, target = '_self', underline = false, className, ...rest }, ref) => {
|
|
8
8
|
const elementRef = useRef(undefined);
|
|
9
9
|
const WebComponentTag = usePrefix('p-link-pure');
|
|
10
|
-
const propsToSync = [active, alignLabel, aria, download, hideLabel, href, icon, iconSource, rel, size, stretch, target, underline];
|
|
10
|
+
const propsToSync = [active, alignLabel, aria, color, download, hideLabel, href, icon, iconSource, rel, size, stretch, target, underline];
|
|
11
11
|
useBrowserLayoutEffect(() => {
|
|
12
12
|
const { current } = elementRef;
|
|
13
|
-
['active', 'alignLabel', 'aria', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'size', 'stretch', 'target', 'underline'].forEach((propName, i) => (current[propName] = propsToSync[i]));
|
|
13
|
+
['active', 'alignLabel', 'aria', 'color', 'download', 'hideLabel', 'href', 'icon', 'iconSource', 'rel', 'size', 'stretch', 'target', 'underline'].forEach((propName, i) => (current[propName] = propsToSync[i]));
|
|
14
14
|
}, propsToSync);
|
|
15
15
|
const props = {
|
|
16
16
|
...rest,
|
|
@@ -18,11 +18,11 @@ export type PLinkTileProductProps = BaseProps & {
|
|
|
18
18
|
*/
|
|
19
19
|
href?: string;
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* Shows a like button.
|
|
22
22
|
*/
|
|
23
23
|
likeButton?: boolean;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Indicates whether the product is liked.
|
|
26
26
|
*/
|
|
27
27
|
liked?: boolean;
|
|
28
28
|
/**
|
|
@@ -38,11 +38,11 @@ export type PLinkTileProductProps = BaseProps & {
|
|
|
38
38
|
*/
|
|
39
39
|
priceOriginal?: string;
|
|
40
40
|
/**
|
|
41
|
-
*
|
|
41
|
+
* Sets the `rel` attribute on the link.
|
|
42
42
|
*/
|
|
43
43
|
rel?: string;
|
|
44
44
|
/**
|
|
45
|
-
*
|
|
45
|
+
* Specifies where to open the linked document.
|
|
46
46
|
*/
|
|
47
47
|
target?: LinkTileProductTarget;
|
|
48
48
|
};
|
|
@@ -64,11 +64,11 @@ export declare const PLinkTileProduct: import("react").ForwardRefExoticComponent
|
|
|
64
64
|
*/
|
|
65
65
|
href?: string;
|
|
66
66
|
/**
|
|
67
|
-
*
|
|
67
|
+
* Shows a like button.
|
|
68
68
|
*/
|
|
69
69
|
likeButton?: boolean;
|
|
70
70
|
/**
|
|
71
|
-
*
|
|
71
|
+
* Indicates whether the product is liked.
|
|
72
72
|
*/
|
|
73
73
|
liked?: boolean;
|
|
74
74
|
/**
|
|
@@ -84,11 +84,11 @@ export declare const PLinkTileProduct: import("react").ForwardRefExoticComponent
|
|
|
84
84
|
*/
|
|
85
85
|
priceOriginal?: string;
|
|
86
86
|
/**
|
|
87
|
-
*
|
|
87
|
+
* Sets the `rel` attribute on the link.
|
|
88
88
|
*/
|
|
89
89
|
rel?: string;
|
|
90
90
|
/**
|
|
91
|
-
*
|
|
91
|
+
* Specifies where to open the linked document.
|
|
92
92
|
*/
|
|
93
93
|
target?: LinkTileProductTarget;
|
|
94
94
|
} & {
|
|
@@ -6,7 +6,7 @@ export type PLinkTileProps = BaseProps & {
|
|
|
6
6
|
*/
|
|
7
7
|
align?: LinkTileAlign;
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Sets ARIA attributes.
|
|
10
10
|
*/
|
|
11
11
|
aria?: SelectedAriaAttributes<LinkTileAriaAttribute>;
|
|
12
12
|
/**
|
|
@@ -22,7 +22,7 @@ export type PLinkTileProps = BaseProps & {
|
|
|
22
22
|
*/
|
|
23
23
|
description: string;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* Sets the native `download` attribute when the target URL points to a downloadable file.
|
|
26
26
|
*/
|
|
27
27
|
download?: string;
|
|
28
28
|
/**
|
|
@@ -38,7 +38,7 @@ export type PLinkTileProps = BaseProps & {
|
|
|
38
38
|
*/
|
|
39
39
|
label: string;
|
|
40
40
|
/**
|
|
41
|
-
*
|
|
41
|
+
* Sets the `rel` attribute on the link.
|
|
42
42
|
*/
|
|
43
43
|
rel?: string;
|
|
44
44
|
/**
|
|
@@ -46,7 +46,7 @@ export type PLinkTileProps = BaseProps & {
|
|
|
46
46
|
*/
|
|
47
47
|
size?: BreakpointCustomizable<LinkTileSize>;
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* Specifies where to open the linked document.
|
|
50
50
|
*/
|
|
51
51
|
target?: LinkTileTarget;
|
|
52
52
|
/**
|
|
@@ -60,7 +60,7 @@ export declare const PLinkTile: import("react").ForwardRefExoticComponent<Omit<i
|
|
|
60
60
|
*/
|
|
61
61
|
align?: LinkTileAlign;
|
|
62
62
|
/**
|
|
63
|
-
*
|
|
63
|
+
* Sets ARIA attributes.
|
|
64
64
|
*/
|
|
65
65
|
aria?: SelectedAriaAttributes<LinkTileAriaAttribute>;
|
|
66
66
|
/**
|
|
@@ -76,7 +76,7 @@ export declare const PLinkTile: import("react").ForwardRefExoticComponent<Omit<i
|
|
|
76
76
|
*/
|
|
77
77
|
description: string;
|
|
78
78
|
/**
|
|
79
|
-
*
|
|
79
|
+
* Sets the native `download` attribute when the target URL points to a downloadable file.
|
|
80
80
|
*/
|
|
81
81
|
download?: string;
|
|
82
82
|
/**
|
|
@@ -92,7 +92,7 @@ export declare const PLinkTile: import("react").ForwardRefExoticComponent<Omit<i
|
|
|
92
92
|
*/
|
|
93
93
|
label: string;
|
|
94
94
|
/**
|
|
95
|
-
*
|
|
95
|
+
* Sets the `rel` attribute on the link.
|
|
96
96
|
*/
|
|
97
97
|
rel?: string;
|
|
98
98
|
/**
|
|
@@ -100,7 +100,7 @@ export declare const PLinkTile: import("react").ForwardRefExoticComponent<Omit<i
|
|
|
100
100
|
*/
|
|
101
101
|
size?: BreakpointCustomizable<LinkTileSize>;
|
|
102
102
|
/**
|
|
103
|
-
*
|
|
103
|
+
* Specifies where to open the linked document.
|
|
104
104
|
*/
|
|
105
105
|
target?: LinkTileTarget;
|
|
106
106
|
/**
|
|
@@ -2,23 +2,23 @@ import type { BaseProps } from '../../BaseProps';
|
|
|
2
2
|
import type { SelectedAriaAttributes, LinkAriaAttribute, BreakpointCustomizable, LinkIcon, LinkTarget, LinkVariant } from '../types';
|
|
3
3
|
export type PLinkProps = BaseProps & {
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Sets ARIA attributes.
|
|
6
6
|
*/
|
|
7
7
|
aria?: SelectedAriaAttributes<LinkAriaAttribute>;
|
|
8
8
|
/**
|
|
9
|
-
* Displays
|
|
9
|
+
* Displays the link in compact mode.
|
|
10
10
|
*/
|
|
11
11
|
compact?: BreakpointCustomizable<boolean>;
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* Sets the native `download` attribute when the target URL points to a downloadable file.
|
|
14
14
|
*/
|
|
15
15
|
download?: string;
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* Shows or hides the label. For better accessibility, it is recommended to show the label.
|
|
18
18
|
*/
|
|
19
19
|
hideLabel?: BreakpointCustomizable<boolean>;
|
|
20
20
|
/**
|
|
21
|
-
* When
|
|
21
|
+
* When `href` is provided, the component renders as an `<a>` element.
|
|
22
22
|
*/
|
|
23
23
|
href?: string;
|
|
24
24
|
/**
|
|
@@ -30,11 +30,11 @@ export type PLinkProps = BaseProps & {
|
|
|
30
30
|
*/
|
|
31
31
|
iconSource?: string;
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* Sets the `rel` attribute on the link.
|
|
34
34
|
*/
|
|
35
35
|
rel?: string;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* Specifies where to open the linked document.
|
|
38
38
|
*/
|
|
39
39
|
target?: LinkTarget;
|
|
40
40
|
/**
|
|
@@ -44,23 +44,23 @@ export type PLinkProps = BaseProps & {
|
|
|
44
44
|
};
|
|
45
45
|
export declare const PLink: import("react").ForwardRefExoticComponent<Omit<import("react").DOMAttributes<{}>, "onChange" | "onInput" | "onToggle"> & Pick<import("react").HTMLAttributes<{}>, "suppressHydrationWarning" | "autoFocus" | "className" | "dir" | "hidden" | "id" | "inert" | "lang" | "slot" | "style" | "tabIndex" | "title" | "translate" | "role"> & {
|
|
46
46
|
/**
|
|
47
|
-
*
|
|
47
|
+
* Sets ARIA attributes.
|
|
48
48
|
*/
|
|
49
49
|
aria?: SelectedAriaAttributes<LinkAriaAttribute>;
|
|
50
50
|
/**
|
|
51
|
-
* Displays
|
|
51
|
+
* Displays the link in compact mode.
|
|
52
52
|
*/
|
|
53
53
|
compact?: BreakpointCustomizable<boolean>;
|
|
54
54
|
/**
|
|
55
|
-
*
|
|
55
|
+
* Sets the native `download` attribute when the target URL points to a downloadable file.
|
|
56
56
|
*/
|
|
57
57
|
download?: string;
|
|
58
58
|
/**
|
|
59
|
-
*
|
|
59
|
+
* Shows or hides the label. For better accessibility, it is recommended to show the label.
|
|
60
60
|
*/
|
|
61
61
|
hideLabel?: BreakpointCustomizable<boolean>;
|
|
62
62
|
/**
|
|
63
|
-
* When
|
|
63
|
+
* When `href` is provided, the component renders as an `<a>` element.
|
|
64
64
|
*/
|
|
65
65
|
href?: string;
|
|
66
66
|
/**
|
|
@@ -72,11 +72,11 @@ export declare const PLink: import("react").ForwardRefExoticComponent<Omit<impor
|
|
|
72
72
|
*/
|
|
73
73
|
iconSource?: string;
|
|
74
74
|
/**
|
|
75
|
-
*
|
|
75
|
+
* Sets the `rel` attribute on the link.
|
|
76
76
|
*/
|
|
77
77
|
rel?: string;
|
|
78
78
|
/**
|
|
79
|
-
*
|
|
79
|
+
* Specifies where to open the linked document.
|
|
80
80
|
*/
|
|
81
81
|
target?: LinkTarget;
|
|
82
82
|
/**
|
|
@@ -2,7 +2,7 @@ import type { BaseProps } from '../../BaseProps';
|
|
|
2
2
|
import type { SelectedAriaAttributes, ModalAriaAttribute, ModalBackdrop, ModalBackground, BreakpointCustomizable, ModalMotionHiddenEndEventDetail, ModalMotionVisibleEndEventDetail } from '../types';
|
|
3
3
|
export type PModalProps = BaseProps & {
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Sets ARIA attributes.
|
|
6
6
|
*/
|
|
7
7
|
aria?: SelectedAriaAttributes<ModalAriaAttribute>;
|
|
8
8
|
/**
|
|
@@ -44,7 +44,7 @@ export type PModalProps = BaseProps & {
|
|
|
44
44
|
};
|
|
45
45
|
export declare const PModal: import("react").ForwardRefExoticComponent<Omit<import("react").DOMAttributes<{}>, "onChange" | "onInput" | "onToggle"> & Pick<import("react").HTMLAttributes<{}>, "suppressHydrationWarning" | "autoFocus" | "className" | "dir" | "hidden" | "id" | "inert" | "lang" | "slot" | "style" | "tabIndex" | "title" | "translate" | "role"> & {
|
|
46
46
|
/**
|
|
47
|
-
*
|
|
47
|
+
* Sets ARIA attributes.
|
|
48
48
|
*/
|
|
49
49
|
aria?: SelectedAriaAttributes<ModalAriaAttribute>;
|
|
50
50
|
/**
|
|
@@ -6,7 +6,7 @@ export type PModelSignatureProps = BaseProps & {
|
|
|
6
6
|
*/
|
|
7
7
|
color?: ModelSignatureColor;
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* Sets the browser's fetch priority hint for the model signature asset.
|
|
10
10
|
*/
|
|
11
11
|
fetchPriority?: ModelSignatureFetchPriority;
|
|
12
12
|
/**
|
|
@@ -32,7 +32,7 @@ export declare const PModelSignature: import("react").ForwardRefExoticComponent<
|
|
|
32
32
|
*/
|
|
33
33
|
color?: ModelSignatureColor;
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* Sets the browser's fetch priority hint for the model signature asset.
|
|
36
36
|
*/
|
|
37
37
|
fetchPriority?: ModelSignatureFetchPriority;
|
|
38
38
|
/**
|