Merge branch 'master' of https://github.com/primefaces/primevue
commit
1f31d2ab2c
|
@ -7079,14 +7079,6 @@
|
|||
"default": "",
|
||||
"description": "Uses to pass attributes to the dropdown button's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "loadingIcon",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "CascadeSelectPassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to the loading icon's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "dropdownIcon",
|
||||
"optional": true,
|
||||
|
@ -7095,6 +7087,14 @@
|
|||
"default": "",
|
||||
"description": "Uses to pass attributes to the dropdown icon's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "loadingIcon",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "CascadeSelectPassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to the loading icon's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "panel",
|
||||
"optional": true,
|
||||
|
@ -7158,14 +7158,6 @@
|
|||
"type": "CascadeSelectPassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to the search result message text aria's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "selectedMessageAria",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "CascadeSelectPassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to the selected message text aria's DOM element."
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
|
|
Loading…
Reference in New Issue