Api doc workflow updated

pull/3815/head
Bahadır Sofuoğlu 2023-03-27 17:41:55 +03:00
parent c3998563ab
commit 7dc7d53332
2 changed files with 13 additions and 6 deletions

View File

@ -5,6 +5,7 @@ on:
branches: [ master ] branches: [ master ]
paths: paths:
- '**/**/*.d.ts' - '**/**/*.d.ts'
- '/api-generator/build-apidoc.js'
permissions: permissions:
contents: write contents: write

View File

@ -2653,7 +2653,8 @@
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "false", "default": "false",
"description": "" "description": "",
"deprecated": "since v3.16.0\nHighlights automatically the first item of the dropdown to be selected."
}, },
{ {
"name": "autoOptionFocus", "name": "autoOptionFocus",
@ -2749,7 +2750,8 @@
"readonly": false, "readonly": false,
"type": "string | Function", "type": "string | Function",
"default": "", "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", "name": "forceSelection",
@ -3036,7 +3038,8 @@
} }
], ],
"returnType": "VNode<RendererNode, RendererElement, Object>[]", "returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "" "description": "",
"deprecated": "since v3.16.0\nCustom content for each item."
}, },
{ {
"name": "loader", "name": "loader",
@ -4177,7 +4180,8 @@
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "false", "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", "name": "nextIcon",
@ -4393,7 +4397,8 @@
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "false", "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", "name": "yearRange",
@ -4401,7 +4406,8 @@
"readonly": false, "readonly": false,
"type": "string", "type": "string",
"default": "false", "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": [] "methods": []