From e0514d9f1e7d9c194d8d74a54167625183e3e4ed Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 31 Oct 2023 17:23:28 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index cc6f1ee98..5446fab77 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -3966,7 +3966,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t class: string, // Style class of the icon.\n \t index: number, // Index of the token.\n \t onClick: (event: Event, index: number) ⇒ void, // Remove token icon function.\n}" + "type": "{\n \t class: string, // Style class of the icon.\n \t index: number, // Index of the token.\n \t onClick: (event: Event, index: number) ⇒ void, // Remove token icon function.\n\t removeCallback: (event: Event, index: number) ⇒ void, // Remove token icon function.\n}" } ], "returnType": "VNode[]", @@ -11154,7 +11154,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t onClick: (event: Event) ⇒ void, // Remove icon click event\n\t onKeydown: (event: Event) ⇒ void, // Remove icon keydown event\n}", + "type": "{\n \t onClick: (event: Event) ⇒ void, // Remove icon click event\n\t onKeydown: (event: Event) ⇒ void, // Remove icon keydown event\n\t removeCallback: (event: Event) ⇒ void, // Remove icon click event\n\t keydownCallback: (event: Event) ⇒ void, // Remove icon keydown event\n}", "description": "remove icon slot's params." } ], @@ -11649,7 +11649,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t class: string, // Style class of the icon.\n \t index: number, // Index of the token.\n \t onClick: (event: Event, index: number) ⇒ void, // Remove token icon function.\n}", + "type": "{\n \t class: string, // Style class of the icon.\n \t index: number, // Index of the token.\n \t onClick: (event: Event, index: number) ⇒ void, // Remove token icon function.\n\t removeCallback: (event: Event, index: number) ⇒ void, // Remove token icon function.\n}", "description": "remove token icon slot's params." } ], @@ -23677,7 +23677,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t class: any, // Style class of the clear icon\n \t onClick: (event: Event) ⇒ void, // Clear icon click function.\n}", + "type": "{\n \t class: any, // Style class of the clear icon\n \t onClick: (event: Event) ⇒ void, // Clear icon click function.\n\t clearCallback: (event: Event) ⇒ void, // Clear icon click function.\n}", "description": "clear icon slot's params." } ], @@ -27713,7 +27713,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t class: any, // Style class of the image element.\n \t style: any, // Style of the image element.\n \t onError: () ⇒ void, // Image error function.\n}", + "type": "{\n \t class: any, // Style class of the image element.\n \t style: any, // Style of the image element.\n \t onError: () ⇒ void, // Image error function.\n\t errorCallback: () ⇒ void, // Preview click function.\n}", "description": "image slot's params." } ], @@ -27726,7 +27726,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t class: any, // Style class of the preview image element.\n \t style: any, // Style of the preview image element.\n \t onClick: () ⇒ void, // Preview click function.\n}", + "type": "{\n \t class: any, // Style class of the preview image element.\n \t style: any, // Style of the preview image element.\n \t onClick: () ⇒ void, // Preview click function.\n\t previewCallback: () ⇒ void, // Preview click function.\n}", "description": "preview slot's params." } ], @@ -34836,7 +34836,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t class: string, // Style class of the loading icon.\n \t item: any, // Item of the token.\n \t onClick: (event: Event, item: any) ⇒ void, // Remove token icon function.\n}", + "type": "{\n \t class: string, // Style class of the loading icon.\n \t item: any, // Item of the token.\n \t onClick: (event: Event, item: any) ⇒ void, // Remove token icon function.\n\t removeCallback: (event: Event, item: any) ⇒ void, // Remove token icon function.\n}", "description": "removetokenicon slot's params." } ], @@ -39042,7 +39042,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t onClick: () ⇒ void, // Hide icon click event\n}", + "type": "{\n \t onClick: () ⇒ void, // Hide icon click event\n\t toggleCallback: () ⇒ void, // Hide icon click event\n}", "description": "hideicon slot's params." } ], @@ -39055,7 +39055,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t onClick: () ⇒ void, // Show icon click event\n}", + "type": "{\n \t onClick: () ⇒ void, // Hide icon click event\n\t toggleCallback: () ⇒ void, // Hide icon click event\n}", "description": "showicon slot's params." } ], @@ -44617,7 +44617,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t onClick: (event: Event) ⇒ void, // Button click function\n}", + "type": "{\n \t onClick: (event: Event) ⇒ void, // Button click function\n\t toggleCallback: (event: Event) ⇒ void, // Button click function\n}", "description": "button slot's params." } ],