From 7dc7d53332c5179140c5dc4c059bfc0d7f57e52a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bahad=C4=B1r=20Sofuo=C4=9Flu?= Date: Mon, 27 Mar 2023 17:41:55 +0300 Subject: [PATCH] Api doc workflow updated --- .github/workflows/generate_api_doc.yml | 1 + doc/common/apidoc/index.json | 18 ++++++++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.github/workflows/generate_api_doc.yml b/.github/workflows/generate_api_doc.yml index 10053fdd5..2870c3d65 100644 --- a/.github/workflows/generate_api_doc.yml +++ b/.github/workflows/generate_api_doc.yml @@ -5,6 +5,7 @@ on: branches: [ master ] paths: - '**/**/*.d.ts' + - '/api-generator/build-apidoc.js' permissions: contents: write diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index afded8433..a86746fcb 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -2653,7 +2653,8 @@ "readonly": false, "type": "boolean", "default": "false", - "description": "" + "description": "", + "deprecated": "since v3.16.0\nHighlights automatically the first item of the dropdown to be selected." }, { "name": "autoOptionFocus", @@ -2749,7 +2750,8 @@ "readonly": false, "type": "string | Function", "default": "", - "description": "" + "description": "", + "deprecated": "since v3.16.0. Use 'optionLabel' property instead.\nProperty name or getter function of a suggested object to resolve and display." }, { "name": "forceSelection", @@ -3036,7 +3038,8 @@ } ], "returnType": "VNode[]", - "description": "" + "description": "", + "deprecated": "since v3.16.0\nCustom content for each item." }, { "name": "loader", @@ -4177,7 +4180,8 @@ "readonly": false, "type": "boolean", "default": "false", - "description": "Whether the month should be rendered as a dropdown instead of text." + "description": "Whether the month should be rendered as a dropdown instead of text.", + "deprecated": "since version 3.9.0, Navigator is always on." }, { "name": "nextIcon", @@ -4393,7 +4397,8 @@ "readonly": false, "type": "boolean", "default": "false", - "description": "Whether the year should be rendered as a dropdown instead of text." + "description": "Whether the year should be rendered as a dropdown instead of text.", + "deprecated": "since version 3.9.0, Navigator is always on." }, { "name": "yearRange", @@ -4401,7 +4406,8 @@ "readonly": false, "type": "string", "default": "false", - "description": "The range of years displayed in the year drop-down in (nnnn:nnnn) format such as (2000:2020)." + "description": "The range of years displayed in the year drop-down in (nnnn:nnnn) format such as (2000:2020).", + "deprecated": "since version 3.9.0, Years are based on decades by default." } ], "methods": []