From 64da411818bf26fdba76b681a199c2d9e66c10d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Thu, 30 May 2024 17:03:58 +0300 Subject: [PATCH] Update docs --- src/app/showcase/doc/apidoc/index.json | 28 +++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/src/app/showcase/doc/apidoc/index.json b/src/app/showcase/doc/apidoc/index.json index 2aab809c6f5..f039c698085 100644 --- a/src/app/showcase/doc/apidoc/index.json +++ b/src/app/showcase/doc/apidoc/index.json @@ -3292,7 +3292,7 @@ "optional": true, "readonly": false, "type": "boolean", - "description": "Mandatory unique key of the node." + "description": "Defines if the node is loading." } ] } @@ -3480,7 +3480,7 @@ "optional": true, "readonly": false, "type": "boolean", - "description": "Mandatory unique key of the node." + "description": "Defines if the node is loading." }, { "name": "originalEvent", @@ -5326,6 +5326,14 @@ "default": "false", "description": "Whether to display timepicker only." }, + { + "name": "stepYearPicker", + "optional": false, + "readonly": false, + "type": "number", + "default": "10", + "description": "Years to change per step in yearpicker." + }, { "name": "stepHour", "optional": false, @@ -22172,6 +22180,20 @@ "type": "string", "description": "Text of the button." }, + { + "name": "tooltip", + "optional": false, + "readonly": false, + "type": "string", + "description": "Tooltip for the main button." + }, + { + "name": "tooltipOptions", + "optional": false, + "readonly": false, + "type": "string", + "description": "Tooltip options for the main button." + }, { "name": "style", "optional": false, @@ -28759,7 +28781,7 @@ "optional": true, "readonly": false, "type": "boolean", - "description": "Mandatory unique key of the node." + "description": "Defines if the node is loading." }, { "name": "originalEvent",