diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index b5b2d4ed9..dc0816729 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -9482,7 +9482,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t onClick(): void, // Remove icon click event\n \t onKeydown(): 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 }", "description": "remove icon slot's params." } ], @@ -9899,7 +9899,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t onClick(): void, // Remove icon click event\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 }", "description": "remove token icon slot's params." } ], @@ -24111,7 +24111,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 }" } ], "returnType": "VNode[]", @@ -24123,7 +24123,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 }" } ], "returnType": "VNode[]", @@ -30026,7 +30026,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t class: string, // Style class of the loading icon.\n \t onClick: 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 }" } ], "returnType": "VNode[]", @@ -38663,7 +38663,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t item: MenuItem, // Menuitem instance\n \t onClick: void, // ıtem click function\n }", + "type": "{\n \t item: MenuItem, // Menuitem instance\n \t onClick(): void, // Item click function\n }", "description": "item slot's params." } ], @@ -38676,7 +38676,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t toggle(): void, // Toggle metadata\n }", + "type": "{\n \t onClick(): void, // Button click function\n }", "description": "button slot's params." } ], @@ -38689,7 +38689,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t visible: boolean, // undefined\n }", + "type": "{\n \t visible: boolean, // Visible state of the item\n }", "description": "icon slot's params." } ],