Revert "Fix documented default for emptyMessage on several components"

This reverts commit ee79538fd8.
pull/5850/head
Neil Padfield 2024-06-07 14:42:40 +01:00
parent ee79538fd8
commit 03b6c34a93
1 changed files with 4 additions and 4 deletions

View File

@ -25101,7 +25101,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "string", "type": "string",
"default": "No available options", "default": "No results found",
"description": "Text to display when there are no options available. Defaults to value from PrimeVue locale configuration." "description": "Text to display when there are no options available. Defaults to value from PrimeVue locale configuration."
}, },
{ {
@ -34532,7 +34532,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "string", "type": "string",
"default": "No available options", "default": "No results found",
"description": "Text to display when there are no options available. Defaults to value from PrimeVue locale configuration." "description": "Text to display when there are no options available. Defaults to value from PrimeVue locale configuration."
}, },
{ {
@ -38729,7 +38729,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "string", "type": "string",
"default": "No available options", "default": "No results found'",
"description": "Text to display when there are no options available. Defaults to value from PrimeVue locale configuration." "description": "Text to display when there are no options available. Defaults to value from PrimeVue locale configuration."
}, },
{ {
@ -58396,7 +58396,7 @@
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "string", "type": "string",
"default": "No available options", "default": "No results found",
"description": "Text to display when there are no options available. Defaults to value from PrimeVue locale configuration." "description": "Text to display when there are no options available. Defaults to value from PrimeVue locale configuration."
}, },
{ {