Update API doc

pull/3737/head
GitHub Actions Bot 2023-03-10 14:01:44 +00:00
parent 98304ea853
commit b26d072d2b
1 changed files with 39 additions and 39 deletions

View File

@ -3434,7 +3434,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "Controls the blocked state." "description": "Controls the blocked state."
}, },
{ {
@ -3442,7 +3442,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "When enabled, the whole document gets blocked." "description": "When enabled, the whole document gets blocked."
} }
], ],
@ -5883,7 +5883,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "Whether to add an item when the input loses focus." "description": "Whether to add an item when the input loses focus."
}, },
{ {
@ -5891,7 +5891,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "true.", "default": "true",
"description": "Whether to allow duplicate values or not." "description": "Whether to allow duplicate values or not."
}, },
{ {
@ -6455,7 +6455,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "Whether to exclude from global filtering or not." "description": "Whether to exclude from global filtering or not."
}, },
{ {
@ -6463,7 +6463,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "Displays an icon to toggle row expansion." "description": "Displays an icon to toggle row expansion."
}, },
{ {
@ -6487,7 +6487,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "Whether the column is included in data export." "description": "Whether the column is included in data export."
}, },
{ {
@ -6583,7 +6583,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "Whether the column is fixed in horizontal scrolling." "description": "Whether the column is fixed in horizontal scrolling."
}, },
{ {
@ -6615,7 +6615,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "Whether the column is rendered." "description": "Whether the column is rendered."
}, },
{ {
@ -6631,7 +6631,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "Defines if the column itself can be reordered with dragging." "description": "Defines if the column itself can be reordered with dragging."
}, },
{ {
@ -6639,7 +6639,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "When enabled, column displays row editor controls." "description": "When enabled, column displays row editor controls."
}, },
{ {
@ -6647,7 +6647,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "Whether this column displays an icon to reorder the rows." "description": "Whether this column displays an icon to reorder the rows."
}, },
{ {
@ -6735,7 +6735,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "Defines if a column is sortable." "description": "Defines if a column is sortable."
}, },
{ {
@ -6996,7 +6996,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "Whether background scroll should be blocked when dialog is visible." "description": "Whether background scroll should be blocked when dialog is visible."
}, },
{ {
@ -11093,7 +11093,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "When present, it specifies that the component should be disabled." "description": "When present, it specifies that the component should be disabled."
}, },
{ {
@ -11109,7 +11109,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "When present, custom value instead of predefined options can be entered using the editable input field." "description": "When present, custom value instead of predefined options can be entered using the editable input field."
}, },
{ {
@ -11141,7 +11141,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "When specified, displays a filter input at header." "description": "When specified, displays a filter input at header."
}, },
{ {
@ -11237,7 +11237,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "Whether the dropdown is in loading state." "description": "Whether the dropdown is in loading state."
}, },
{ {
@ -11341,7 +11341,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "Clears the filter value when hiding the dropdown." "description": "Clears the filter value when hiding the dropdown."
}, },
{ {
@ -11373,7 +11373,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "When enabled, a clear icon is displayed to clear the value." "description": "When enabled, a clear icon is displayed to clear the value."
}, },
{ {
@ -11837,7 +11837,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "Whether to instantiate the editor to readonly mode." "description": "Whether to instantiate the editor to readonly mode."
} }
], ],
@ -14134,7 +14134,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "string | boolean", "type": "string | boolean",
"default": "", "default": "false",
"description": "Specifies whether a inputswitch should be checked or not." "description": "Specifies whether a inputswitch should be checked or not."
}, },
{ {
@ -16796,8 +16796,8 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "true",
"description": "Whether node is collapsible when node expansion is enabled.\nDefault value is true." "description": "Whether node is collapsible when node expansion is enabled."
}, },
{ {
"name": "data", "name": "data",
@ -16820,8 +16820,8 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "true",
"description": "Whether node is selectable when selection is enabled.\nDefault value is true." "description": "Whether node is selectable when selection is enabled."
}, },
{ {
"name": "styleClass", "name": "styleClass",
@ -16865,7 +16865,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "Whether the nodes can be expanded or toggled." "description": "Whether the nodes can be expanded or toggled."
}, },
{ {
@ -17353,7 +17353,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "Defines the initial state of panel content." "description": "Defines the initial state of panel content."
}, },
{ {
@ -17377,7 +17377,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "Defines if content of panel can be expanded and collapsed." "description": "Defines if content of panel can be expanded and collapsed."
} }
], ],
@ -18454,7 +18454,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "If disabled, the Portal feature is eliminated and the content is displayed directly." "description": "If disabled, the Portal feature is eliminated and the content is displayed directly."
} }
], ],
@ -18705,7 +18705,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "When present, it specifies that the component should be disabled." "description": "When present, it specifies that the component should be disabled."
}, },
{ {
@ -21420,7 +21420,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "When present, height of textarea changes as being typed." "description": "When present, height of textarea changes as being typed."
}, },
{ {
@ -21574,7 +21574,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "When present, it specifies that the component should be disabled." "description": "When present, it specifies that the component should be disabled."
}, },
{ {
@ -21598,7 +21598,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "Defines if menu would displayed as a popup." "description": "Defines if menu would displayed as a popup."
}, },
{ {
@ -22645,7 +22645,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "Specifies if the node has children. Used in lazy loading." "description": "Specifies if the node has children. Used in lazy loading."
}, },
{ {
@ -22653,7 +22653,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "Whether the node is selectable when selection mode is enabled." "description": "Whether the node is selectable when selection mode is enabled."
}, },
{ {
@ -22722,7 +22722,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "When specified, displays an input field to filter the items." "description": "When specified, displays an input field to filter the items."
}, },
{ {
@ -23786,7 +23786,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "When specified as true, enables the pagination." "description": "When specified as true, enables the pagination."
}, },
{ {
@ -23818,7 +23818,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "boolean", "type": "boolean",
"default": "", "default": "false",
"description": "When enabled, columns can be resized using drag and drop." "description": "When enabled, columns can be resized using drag and drop."
}, },
{ {