Skip to content

Commit

Permalink
Fixed #14553
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Jan 17, 2024
1 parent 4f8b7ed commit dad2b7b
Showing 1 changed file with 30 additions and 18 deletions.
48 changes: 30 additions & 18 deletions src/app/showcase/doc/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3875,7 +3875,7 @@
"name": "optionLabel",
"optional": false,
"readonly": false,
"type": "string",
"type": "string | Function",
"description": "Property name or getter function to use as the label of an option."
},
{
Expand Down Expand Up @@ -7227,12 +7227,12 @@
"description": "Whether to allow duplicate values or not."
},
{
"name": "caseSensitiveDuplication",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "true",
"description": "Whether duplicate check should be case-sensitive."
"name": "caseSensitiveDuplication",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "true",
"description": "Defines whether duplication check should be case-sensitive"
},
{
"name": "inputStyle",
Expand Down Expand Up @@ -9658,16 +9658,16 @@
"readonly": false,
"type": "boolean",
"default": "true",
"description": "Whether to display the first item as the label if no placeholder is defined and value is null."
"description": "Whether to display the first item as the label if no placeholder is defined and value is null.",
"deprecated": "since v17.3.0, set initial value by model instead."
},
{
"name": "group",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "Whether to display options as grouped when nested options are provided.",
"deprecated": "since v17.3.0, set initial value by model instead."
"description": "Whether to display options as grouped when nested options are provided."
},
{
"name": "showClear",
Expand Down Expand Up @@ -13960,7 +13960,7 @@
"optional": false,
"readonly": false,
"type": "boolean",
"default": "true",
"default": "false",
"description": "Defines how multiple items can be selected, when true metaKey needs to be pressed to select or unselect an item and when set to false selection of each item can be toggled individually. On touch enabled devices, metaKeySelection is turned off automatically."
},
{
Expand Down Expand Up @@ -15973,7 +15973,7 @@
"optional": false,
"readonly": false,
"type": "boolean",
"default": "true",
"default": "false",
"description": "When true metaKey needs to be pressed to select or unselect an item and when set to false selection of each item can be toggled individually. On touch enabled devices, metaKeySelection is turned off automatically."
},
{
Expand Down Expand Up @@ -17078,6 +17078,12 @@
"templates": {
"description": "Defines the templates used by the component.",
"values": [
{
"parent": "paginator",
"name": "dropdownicon",
"parameters": [],
"description": "Custom dropdown trigger icon template."
},
{
"parent": "paginator",
"name": "firstpagelinkicon",
Expand Down Expand Up @@ -17936,7 +17942,7 @@
"optional": false,
"readonly": false,
"type": "boolean",
"default": "true",
"default": "false",
"description": "Defines how multiple items can be selected, when true metaKey needs to be pressed to select or unselect an item and when set to false selection of each item can be toggled individually. On touch enabled devices, metaKeySelection is turned off automatically."
},
{
Expand Down Expand Up @@ -21647,7 +21653,7 @@
"optional": false,
"readonly": false,
"type": "boolean",
"default": "true",
"default": "false",
"description": "Defines whether metaKey should be considered for the selection. On touch enabled devices, metaKeySelection is turned off automatically."
},
{
Expand Down Expand Up @@ -23220,6 +23226,12 @@
"parameters": [],
"description": "Custom paginator right template."
},
{
"parent": "table",
"name": "paginatordropdownicon",
"parameters": [],
"description": "Custom paginator dropdown trigger icon template."
},
{
"parent": "table",
"name": "paginatordropdownitem",
Expand Down Expand Up @@ -24837,7 +24849,7 @@
"optional": false,
"readonly": false,
"type": "boolean",
"default": "true",
"default": "false",
"description": "Defines how multiple items can be selected, when true metaKey needs to be pressed to select or unselect an item and when set to false selection of each item can be toggled individually. On touch enabled devices, metaKeySelection is turned off automatically."
},
{
Expand Down Expand Up @@ -25500,7 +25512,7 @@
"optional": false,
"readonly": false,
"type": "boolean",
"default": "true",
"default": "false",
"description": "Defines how multiple items can be selected, when true metaKey needs to be pressed to select or unselect an item and when set to false selection of each item can be toggled individually. On touch enabled devices, metaKeySelection is turned off automatically."
},
{
Expand Down Expand Up @@ -26187,7 +26199,7 @@
"optional": false,
"readonly": false,
"type": "boolean",
"default": "true",
"default": "false",
"description": "Defines whether metaKey is should be considered for the selection. On touch enabled devices, metaKeySelection is turned off automatically."
},
{
Expand Down Expand Up @@ -27724,4 +27736,4 @@
}
}
}
}
}

0 comments on commit dad2b7b

Please sign in to comment.