From 12cb84307f66f99bc1896b6df241cae1766fb3a2 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 26 Apr 2023 13:42:13 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 8c99d4651..62ede4f6a 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -12226,14 +12226,6 @@ "description": "Custom passthrough(pt) options.", "relatedProp": "DialogProps.pt", "props": [ - { - "name": "mask", - "optional": true, - "readonly": false, - "type": "DialogPassThroughOptionType", - "default": "", - "description": "Uses to pass attributes to the mask's DOM element." - }, { "name": "root", "optional": true, @@ -12313,6 +12305,14 @@ "type": "DialogPassThroughOptionType", "default": "", "description": "Uses to pass attributes to the footer's DOM element." + }, + { + "name": "mask", + "optional": true, + "readonly": false, + "type": "DialogPassThroughOptionType", + "default": "", + "description": "Uses to pass attributes to the mask's DOM element." } ], "methods": [] @@ -24277,14 +24277,6 @@ "description": "Custom passthrough(pt) options.", "relatedProp": "SidebarProps.pt", "props": [ - { - "name": "mask", - "optional": true, - "readonly": false, - "type": "SidebarPassThroughOptionType", - "default": "", - "description": "Uses to pass attributes to the mask's DOM element." - }, { "name": "root", "optional": true, @@ -24332,6 +24324,14 @@ "type": "SidebarPassThroughOptionType", "default": "", "description": "Uses to pass attributes to the content's DOM element." + }, + { + "name": "mask", + "optional": true, + "readonly": false, + "type": "SidebarPassThroughOptionType", + "default": "", + "description": "Uses to pass attributes to the mask's DOM element." } ], "methods": []