Skip to content

Commit

Permalink
Update apidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gucal committed Mar 20, 2024
1 parent 6b27780 commit 95d55e8
Showing 1 changed file with 99 additions and 0 deletions.
99 changes: 99 additions & 0 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -25578,6 +25578,105 @@
}
}
},
"floatlabel": {
"description": "FloatLabel appears on top of the input field when focused.\n\n[Live Demo](https://www.primereact.org/floatlabel/)",
"components": {
"FloatLabel": {
"methods": {
"description": "Defines methods that can be accessed by the component's reference.",
"values": []
},
"props": {
"description": "Defines valid properties in FloatLabel component.",
"values": [
{
"name": "pt",
"optional": true,
"readonly": false,
"type": "FloatLabelPassThroughOptions",
"default": "",
"description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "ptOptions",
"optional": true,
"readonly": false,
"type": "PassThroughOptions",
"default": "",
"description": "Used to configure passthrough(pt) options of the component."
},
{
"name": "unstyled",
"optional": true,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "When enabled, it removes component related styles in the core."
}
]
},
"callbacks": {
"description": "Defines callbacks that determine the behavior of the component based on a given condition or report the actions that the component takes.",
"values": []
}
}
},
"interfaces": {
"description": "Defines the custom interfaces used by the module.",
"values": {
"FloatLabelPassThroughMethodOptions": {
"description": "Custom passthrough(pt) option method.",
"relatedProp": "",
"props": [
{
"name": "props",
"optional": false,
"readonly": false,
"type": "FloatLabelProps",
"description": "Defines valid properties."
},
{
"name": "parent",
"optional": false,
"readonly": false,
"type": "any",
"description": "Defines parent options."
}
],
"callbacks": []
},
"FloatLabelPassThroughOptions": {
"description": "Custom passthrough(pt) options.",
"relatedProp": "pt",
"props": [
{
"name": "root",
"optional": true,
"readonly": false,
"type": "FloatLabelPassThroughType<HTMLAttributes<HTMLSpanElement>>",
"description": "Used to pass attributes to the root's DOM element."
},
{
"name": "hooks",
"optional": true,
"readonly": false,
"type": "ComponentHooks",
"description": "Used to manage all lifecycle hooks."
}
],
"callbacks": []
}
}
},
"types": {
"description": "Defines the custom types used by the module.",
"values": {
"FloatLabelPassThroughType": {
"values": "PassThroughType<T, FloatLabelPassThroughMethodOptions>"
}
}
}
},
"galleria": {
"description": "Galleria is a content gallery component.\n\n[Live Demo](https://www.primereact.org/galleria)",
"components": {
Expand Down

0 comments on commit 95d55e8

Please sign in to comment.