From c051131232a7604d395c956fe13511ca11b65b95 Mon Sep 17 00:00:00 2001 From: Jared Scott Date: Wed, 25 Sep 2024 12:05:08 +0800 Subject: [PATCH] fix: #6300 - Update `InputTextPassThroughMethodOptions` to include `parent` --- components/doc/common/apidoc/index.json | 6 ++++++ components/lib/inputtext/inputtext.d.ts | 1 + 2 files changed, 7 insertions(+) diff --git a/components/doc/common/apidoc/index.json b/components/doc/common/apidoc/index.json index 7ce3a96d63..d80d89d487 100644 --- a/components/doc/common/apidoc/index.json +++ b/components/doc/common/apidoc/index.json @@ -32152,6 +32152,12 @@ "readonly": false, "type": "InputTextProps" }, + { + "name": "parent", + "optional": false, + "readonly": false, + "type": "InputTextPassThroughMethodOptions" + }, { "name": "context", "optional": false, diff --git a/components/lib/inputtext/inputtext.d.ts b/components/lib/inputtext/inputtext.d.ts index b7e07ad18d..c104c91168 100644 --- a/components/lib/inputtext/inputtext.d.ts +++ b/components/lib/inputtext/inputtext.d.ts @@ -22,6 +22,7 @@ export declare type InputTextPassThroughType = PassThroughType