From 35a7acd6f79fa1282a2c2875045094482c936870 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 28 Oct 2024 20:56:28 +0000 Subject: [PATCH] Update API doc --- apps/showcase/doc/common/apidoc/index.json | 63 ++++++++ packages/themes/types/autocomplete/index.d.ts | 6 + .../themes/types/cascadeselect/index.d.ts | 6 + packages/themes/types/inputtext/index.d.ts | 6 + packages/themes/types/multiselect/index.d.ts | 6 + packages/themes/types/select/index.d.ts | 6 + packages/themes/types/textarea/index.d.ts | 6 + packages/themes/types/treeselect/index.d.ts | 6 + pnpm-lock.yaml | 145 +++++++++--------- 9 files changed, 180 insertions(+), 70 deletions(-) diff --git a/apps/showcase/doc/common/apidoc/index.json b/apps/showcase/doc/common/apidoc/index.json index 57916353d..b1aadcb34 100644 --- a/apps/showcase/doc/common/apidoc/index.json +++ b/apps/showcase/doc/common/apidoc/index.json @@ -74031,6 +74031,15 @@ "default": "", "description": "Placeholder color of root" }, + { + "name": "root.invalidPlaceholderColor", + "token": "autocomplete.invalid.placeholder.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Invalid placeholder color of root" + }, { "name": "root.shadow", "token": "autocomplete.shadow", @@ -77575,6 +77584,15 @@ "default": "", "description": "Placeholder color of root" }, + { + "name": "root.invalidPlaceholderColor", + "token": "cascadeselect.invalid.placeholder.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Invalid placeholder color of root" + }, { "name": "root.shadow", "token": "cascadeselect.shadow", @@ -86183,6 +86201,15 @@ "default": "", "description": "Placeholder color of root" }, + { + "name": "root.invalidPlaceholderColor", + "token": "inputtext.invalid.placeholder.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Invalid placeholder color of root" + }, { "name": "root.shadow", "token": "inputtext.shadow", @@ -89402,6 +89429,15 @@ "default": "", "description": "Placeholder color of root" }, + { + "name": "root.invalidPlaceholderColor", + "token": "multiselect.invalid.placeholder.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Invalid placeholder color of root" + }, { "name": "root.shadow", "token": "multiselect.shadow", @@ -92451,6 +92487,15 @@ "default": "", "description": "Placeholder color of root" }, + { + "name": "root.invalidPlaceholderColor", + "token": "select.invalid.placeholder.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Invalid placeholder color of root" + }, { "name": "root.shadow", "token": "select.shadow", @@ -95790,6 +95835,15 @@ "default": "", "description": "Placeholder color of root" }, + { + "name": "root.invalidPlaceholderColor", + "token": "textarea.invalid.placeholder.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Invalid placeholder color of root" + }, { "name": "root.shadow", "token": "textarea.shadow", @@ -98768,6 +98822,15 @@ "default": "", "description": "Placeholder color of root" }, + { + "name": "root.invalidPlaceholderColor", + "token": "treeselect.invalid.placeholder.color", + "optional": true, + "readonly": false, + "type": "string", + "default": "", + "description": "Invalid placeholder color of root" + }, { "name": "root.shadow", "token": "treeselect.shadow", diff --git a/packages/themes/types/autocomplete/index.d.ts b/packages/themes/types/autocomplete/index.d.ts index 416556a69..917632fd4 100644 --- a/packages/themes/types/autocomplete/index.d.ts +++ b/packages/themes/types/autocomplete/index.d.ts @@ -87,6 +87,12 @@ export interface AutoCompleteDesignTokens extends ColorSchemeDesignToken