diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 975799f99..92dedb7d6 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -9012,7 +9012,7 @@ "description": "Uses to pass attributes to the color's DOM element." }, { - "name": "colorHandler", + "name": "colorHandle", "optional": true, "readonly": false, "type": "ColorPickerPassThroughOptionType", @@ -9028,8 +9028,8 @@ "description": "Uses to pass attributes to the hue's DOM element." }, { - "name": "hueHandler", - "optional": true, + "name": "hueHandle", + "optional": false, "readonly": false, "type": "ColorPickerPassThroughOptionType", "default": "", @@ -9157,6 +9157,14 @@ "type": "ColorPickerPassThroughOptions", "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": []