From 3d14af1c979ab179b38da75804658864c9af92b1 Mon Sep 17 00:00:00 2001 From: Huge Letters Date: Mon, 24 Jul 2023 20:51:37 +0200 Subject: [PATCH 1/3] pt fix --- components/lib/radiobutton/RadioButton.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/lib/radiobutton/RadioButton.d.ts b/components/lib/radiobutton/RadioButton.d.ts index da4b17fb4..5b371040b 100755 --- a/components/lib/radiobutton/RadioButton.d.ts +++ b/components/lib/radiobutton/RadioButton.d.ts @@ -119,9 +119,9 @@ export interface RadioButtonProps { 'aria-label'?: string | undefined; /** * Uses to pass attributes to DOM elements inside the component. - * @type {RadioButtonPassThroughMethodOptions} + * @type {RadioButtonPassThroughOptions} */ - pt?: RadioButtonPassThroughMethodOptions; + pt?: RadioButtonPassThroughOptions; /** * When enabled, it removes component related styles in the core. * @defaultValue false From 212af1dcd20c4b6ca7a919113b3165c8670f98b2 Mon Sep 17 00:00:00 2001 From: Huge Letters Date: Wed, 2 Aug 2023 11:13:52 +0200 Subject: [PATCH 2/3] typo --- components/lib/radiobutton/RadioButton.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/radiobutton/RadioButton.d.ts b/components/lib/radiobutton/RadioButton.d.ts index 0f33995ed..0f44c78b9 100755 --- a/components/lib/radiobutton/RadioButton.d.ts +++ b/components/lib/radiobutton/RadioButton.d.ts @@ -118,7 +118,7 @@ export interface RadioButtonProps { */ 'aria-label'?: string | undefined; /** - * Uses to pass attributes to DOM elements inside the component. + * Used to pass attributes to DOM elements inside the component. * @type {RadioButtonPassThroughOptions} */ pt?: RadioButtonPassThroughOptions; From 133c1fe60e4ad604d3e21e318aa169cd987875eb Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 2 Aug 2023 10:38:24 +0000 Subject: [PATCH 3/3] Update API doc --- doc/common/apidoc/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 4e2f4bce7..f38a1f8d0 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -34857,7 +34857,7 @@ "name": "pt", "optional": true, "readonly": false, - "type": "RadioButtonPassThroughMethodOptions", + "type": "RadioButtonPassThroughOptions", "default": "", "description": "Used to pass attributes to DOM elements inside the component." },