Update index.json
parent
e9dcdbda23
commit
8b30f45a68
|
@ -38245,7 +38245,7 @@
|
||||||
"description": "InlineMessage component is useful in cases where a single message needs to be displayed related to an element such as forms. It has one property, severity of the message.\n\n[Live Demo](https://www.primevue.org/inlinemessage/)",
|
"description": "InlineMessage component is useful in cases where a single message needs to be displayed related to an element such as forms. It has one property, severity of the message.\n\n[Live Demo](https://www.primevue.org/inlinemessage/)",
|
||||||
"components": {
|
"components": {
|
||||||
"default": {
|
"default": {
|
||||||
"description": "InlineMessage component is useful in cases where a single message needs to be displayed related to an element such as forms. It has one property, severity of the message.",
|
"description": "",
|
||||||
"methods": {
|
"methods": {
|
||||||
"description": "Defines methods that can be accessed by the component's reference.",
|
"description": "Defines methods that can be accessed by the component's reference.",
|
||||||
"values": []
|
"values": []
|
||||||
|
@ -47812,7 +47812,7 @@
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": "true",
|
"default": "false",
|
||||||
"description": "Whether the message can be closed manually using the close icon."
|
"description": "Whether the message can be closed manually using the close icon."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -47821,14 +47821,15 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": "true",
|
"default": "true",
|
||||||
"description": "When enabled, message is not removed automatically."
|
"description": "",
|
||||||
|
"deprecated": "since 4.0.\nWhen enabled, message is not removed automatically."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "life",
|
"name": "life",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": "3000",
|
"default": "null",
|
||||||
"description": "Delay in milliseconds to close the message automatically."
|
"description": "Delay in milliseconds to close the message automatically."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue