From 155fb267858d52a8ff8625a90b51ef9ee31a26eb Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 2 Jun 2023 07:01:22 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 9eb462caf..5a4375982 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -10435,6 +10435,14 @@ "type": "ColumnPassThroughOptions", "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": [] @@ -10777,6 +10785,14 @@ "type": "ColumnGroupPassThroughOptions", "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": [] @@ -14080,6 +14096,14 @@ "type": "DataTablePassThroughOptions", "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": [ @@ -31711,7 +31735,16 @@ "RowProps": { "description": "Defines valid properties in Row component.", "relatedProp": "", - "props": [], + "props": [ + { + "name": "unstyled", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "When enabled, it removes component related styles in the core." + } + ], "methods": [] }, "RowSlots": {