diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 8828c28a6..84277825e 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -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/)", "components": { "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": { "description": "Defines methods that can be accessed by the component's reference.", "values": [] @@ -47812,7 +47812,7 @@ "optional": true, "readonly": false, "type": "boolean", - "default": "true", + "default": "false", "description": "Whether the message can be closed manually using the close icon." }, { @@ -47821,14 +47821,15 @@ "readonly": false, "type": "boolean", "default": "true", - "description": "When enabled, message is not removed automatically." + "description": "", + "deprecated": "since 4.0.\nWhen enabled, message is not removed automatically." }, { "name": "life", "optional": true, "readonly": false, "type": "number", - "default": "3000", + "default": "null", "description": "Delay in milliseconds to close the message automatically." }, {