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": []