From 07c1a1ac59718299e3488f470f911880b2fcdf43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E8=80=80=E4=B8=AD?= Date: Mon, 11 Mar 2024 20:24:42 +0800 Subject: [PATCH] =?UTF-8?q?Description:=20=E8=A1=A5=E5=85=A8=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86=E5=B1=9E=E6=80=A7=20IssueNo:=20https://gitee?= =?UTF-8?q?.com/changyaozhong/developtools=5Face-ets2bundle/issues/I97MAX?= =?UTF-8?q?=20Feature=20or=20Bugfix:=20Bugfix=20Binary=20Source:No=20Signe?= =?UTF-8?q?d-off-by:=20changyaozhong=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compiler/components/textarea.json | 4 +++- compiler/components/textinput.json | 6 +++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/compiler/components/textarea.json b/compiler/components/textarea.json index a2e98a0..639396f 100644 --- a/compiler/components/textarea.json +++ b/compiler/components/textarea.json @@ -4,6 +4,8 @@ "attrs": [ "placeholderColor", "placeholderFont", "textAlign", "caretColor", "onChange", "onCopy", "OnCut", "OnPaste", "fontSize", "fontColor", "fontStyle", "fontWeight", "fontFamily", - "inputFilter", "copyOption" + "inputFilter", "copyOption", "enterKeyType", "onSubmit", "onTextSelectionChange", "onContentScroll", + "onEditChange", "enableKeyboardOnFocus", "maxLength", "showCounter", "style", "barState", "selectionMenuHidden", + "maxLines", "customKeyboard", "type" ] } \ No newline at end of file diff --git a/compiler/components/textinput.json b/compiler/components/textinput.json index a74722b..de6ccb4 100644 --- a/compiler/components/textinput.json +++ b/compiler/components/textinput.json @@ -5,6 +5,10 @@ "type", "placeholderColor", "placeholderFont", "enterKeyType", "caretColor", "maxLength", "onEditChanged", "onSubmit", "onChange", "onCopy", "OnCut", "OnPaste", "fontSize", "fontColor", "fontStyle", "fontWeight", "fontFamily", "inputFilter", "onEditChange", - "copyOption", "style" + "copyOption", "style", "onTextSelectionChange", "onContentScroll", "showPasswordIcon", + "textAlign", "caretStyle", "selectedBackgroundColor", "caretPosition", "enableKeyboardOnFocus", + "passwordIcon", "showError", "showUnit", "showUnderline", "selectionMenuHidden", "barState", + "maxLines", "customKeyboard", "showCounter", "cancelButton", "selectAll", "enableAutoFill", + "passwordRules" ] } \ No newline at end of file -- Gitee