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": {