From 4ecae4d83bf8f5d06be456e3a6719b5c4f3f622a Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 20 Feb 2024 14:49:00 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 84d1ce831..44c59e757 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -49876,14 +49876,6 @@ "default": "", "description": "Used to pass attributes to the root's DOM element." }, - { - "name": "navContainer", - "optional": true, - "readonly": false, - "type": "StepperPassThroughOptionType", - "default": "", - "description": "Used to pass attributes to the nav container's DOM element." - }, { "name": "nav", "optional": true, @@ -50037,7 +50029,20 @@ "description": "Defines valid slots in Stepper component.", "relatedProp": "", "props": [], - "methods": [] + "methods": [ + { + "name": "start", + "parameters": [], + "returnType": "VNode[]", + "description": "Custom start template." + }, + { + "name": "end", + "parameters": [], + "returnType": "VNode[]", + "description": "Custom end template." + } + ] }, "StepperEmits": { "description": "Defines valid emits in Stepper component.", @@ -50431,7 +50436,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t index: number, // Index of the stepperpanel\n \t active: boolean, // Current active state of the stepperpanel\n \t highlighted: boolean, // Current highlighted state of the stepperpanel\n \t class: string, // Style class of the stepperpanel\n \t clickCallback: (event: Event) ⇒ void, // Header click function.\n}" + "type": "{\n \t index: number, // Index of the stepperpanel\n \t active: boolean, // Current active state of the stepperpanel\n \t highlighted: boolean, // Current highlighted state of the stepperpanel\n \t class: string, // Style class of the stepperpanel\n \t headerClass: string, // Style class of the stepperpanel\n \t numberClass: string, // Style class of the number content container\n \t titleClass: string, // Style class of the title content container\n \t clickCallback: (event: Event) ⇒ void, // Header click function.\n}" } ], "returnType": "VNode[]",