From 13efee9b042987b457877472317283824a9c3db4 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 6 Jul 2023 10:12:08 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 57e583a8c..95bda3fb8 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -4158,6 +4158,14 @@ "type": "BadgeDirectivePassThroughOptions", "default": "", "description": "Uses to pass attributes to DOM elements inside the component." + }, + { + "name": "unstyled", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "When enabled, it removes component related styles in the core." } ], "methods": [] @@ -32162,6 +32170,14 @@ "type": "RippleDirectivePassThroughOptions", "default": "", "description": "Uses to pass attributes to DOM elements inside the component." + }, + { + "name": "unstyled", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "When enabled, it removes component related styles in the core." } ], "methods": [] @@ -38780,6 +38796,14 @@ "type": "TooltipPassThroughOptions", "default": "", "description": "Uses to pass attributes to DOM elements inside the component." + }, + { + "name": "unstyled", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "When enabled, it removes component related styles in the core." } ], "methods": []