Update API doc
parent
6818c8092e
commit
a0927bd79f
|
@ -4344,7 +4344,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"basedirective/BaseDirective": {},
|
|
||||||
"blockui": {
|
"blockui": {
|
||||||
"description": "BlockUI represents people using icons, labels and images.\n\n[Live Demo](https://www.primevue.org/blockui)",
|
"description": "BlockUI represents people using icons, labels and images.\n\n[Live Demo](https://www.primevue.org/blockui)",
|
||||||
"components": {
|
"components": {
|
||||||
|
@ -19759,145 +19758,6 @@
|
||||||
"methodDescription": "Defines methods that can be accessed by the component's reference.",
|
"methodDescription": "Defines methods that can be accessed by the component's reference.",
|
||||||
"typeDescription": "Defines the custom types used by the module.",
|
"typeDescription": "Defines the custom types used by the module.",
|
||||||
"values": {
|
"values": {
|
||||||
"FocusTrapPassThroughHooksOptions": {
|
|
||||||
"description": "Custom passthrough(pt) hooks options.",
|
|
||||||
"relatedProp": "",
|
|
||||||
"props": [
|
|
||||||
{
|
|
||||||
"name": "created",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "DirectiveBinding<any>",
|
|
||||||
"default": "",
|
|
||||||
"description": "Called before bound element's attributes or event listeners are applied."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "beforeMount",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "DirectiveBinding<any>",
|
|
||||||
"default": "",
|
|
||||||
"description": "Called right before the element is inserted into the DOM."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "mounted",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "DirectiveBinding<any>",
|
|
||||||
"default": "",
|
|
||||||
"description": "Called when the bound element's parent component and all its children are mounted."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "beforeUpdate",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "DirectiveBinding<any>",
|
|
||||||
"default": "",
|
|
||||||
"description": "Called before the parent component is updated."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "updated",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "DirectiveBinding<any>",
|
|
||||||
"default": "",
|
|
||||||
"description": "Called after the parent component and all of its children have updated all of its children have updated."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "beforeUnmount",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "DirectiveBinding<any>",
|
|
||||||
"default": "",
|
|
||||||
"description": "Called before the parent component is unmounted."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "unmounted",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "DirectiveBinding<any>",
|
|
||||||
"default": "",
|
|
||||||
"description": "Called when the parent component is unmounted."
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"methods": []
|
|
||||||
},
|
|
||||||
"FocusTrapPassThroughCSSOptions": {
|
|
||||||
"description": "Custom passthrough(pt) css options.",
|
|
||||||
"relatedProp": "",
|
|
||||||
"props": [
|
|
||||||
{
|
|
||||||
"name": "class",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "any",
|
|
||||||
"default": "",
|
|
||||||
"description": "Style class of the element."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "style",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "any",
|
|
||||||
"default": "",
|
|
||||||
"description": "Inline style of the element."
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"methods": []
|
|
||||||
},
|
|
||||||
"FocusTrapPassThroughDirectiveOptions": {
|
|
||||||
"relatedProp": "",
|
|
||||||
"props": [
|
|
||||||
{
|
|
||||||
"name": "hooks",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "FocusTrapPassThroughHooksOptions",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to the life cycle hooks."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "css",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "FocusTrapPassThroughCSSOptions",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to the styles."
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"methods": []
|
|
||||||
},
|
|
||||||
"FocusTrapPassThroughOptions": {
|
|
||||||
"description": "Custom passthrough(pt) options.",
|
|
||||||
"relatedProp": "FocusTrapOptions.pt",
|
|
||||||
"props": [
|
|
||||||
{
|
|
||||||
"name": "root",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "FocusTrapPassThroughDirectiveOptions",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to the root's DOM element."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "firstFocusableElement",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "FocusTrapPassThroughDirectiveOptions",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to the first focusable element's DOM element."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "lastFocusableElement",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "FocusTrapPassThroughDirectiveOptions",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to the last focusable element's DOM element."
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"methods": []
|
|
||||||
},
|
|
||||||
"FocusTrapOptions": {
|
"FocusTrapOptions": {
|
||||||
"description": "Defines options of FocusTrap.",
|
"description": "Defines options of FocusTrap.",
|
||||||
"relatedProp": "",
|
"relatedProp": "",
|
||||||
|
@ -19909,22 +19769,6 @@
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": "false",
|
"default": "false",
|
||||||
"description": "When present, it specifies that the directive should be disabled."
|
"description": "When present, it specifies that the directive should be disabled."
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "autoFocus",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "boolean",
|
|
||||||
"default": "true",
|
|
||||||
"description": "When When disabled, focustrap will not focus by default."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "pt",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "FocusTrapPassThroughOptions",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to DOM elements inside the component."
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -32074,157 +31918,10 @@
|
||||||
"methodDescription": "Defines methods that can be accessed by the component's reference.",
|
"methodDescription": "Defines methods that can be accessed by the component's reference.",
|
||||||
"typeDescription": "Defines the custom types used by the module.",
|
"typeDescription": "Defines the custom types used by the module.",
|
||||||
"values": {
|
"values": {
|
||||||
"RipplePassThroughHooksOptions": {
|
|
||||||
"description": "Custom passthrough(pt) hooks options.",
|
|
||||||
"relatedProp": "",
|
|
||||||
"props": [
|
|
||||||
{
|
|
||||||
"name": "created",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "DirectiveBinding<any>",
|
|
||||||
"default": "",
|
|
||||||
"description": "Called before bound element's attributes or event listeners are applied."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "beforeMount",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "DirectiveBinding<any>",
|
|
||||||
"default": "",
|
|
||||||
"description": "Called right before the element is inserted into the DOM."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "mounted",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "DirectiveBinding<any>",
|
|
||||||
"default": "",
|
|
||||||
"description": "Called when the bound element's parent component and all its children are mounted."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "beforeUpdate",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "DirectiveBinding<any>",
|
|
||||||
"default": "",
|
|
||||||
"description": "Called before the parent component is updated."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "updated",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "DirectiveBinding<any>",
|
|
||||||
"default": "",
|
|
||||||
"description": "Called after the parent component and all of its children have updated all of its children have updated."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "beforeUnmount",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "DirectiveBinding<any>",
|
|
||||||
"default": "",
|
|
||||||
"description": "Called before the parent component is unmounted."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "unmounted",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "DirectiveBinding<any>",
|
|
||||||
"default": "",
|
|
||||||
"description": "Called when the parent component is unmounted."
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"methods": []
|
|
||||||
},
|
|
||||||
"RipplePassThroughCSSOptions": {
|
|
||||||
"description": "Custom passthrough(pt) css options.",
|
|
||||||
"relatedProp": "",
|
|
||||||
"props": [
|
|
||||||
{
|
|
||||||
"name": "class",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "any",
|
|
||||||
"default": "",
|
|
||||||
"description": "Style class of the element."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "style",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "any",
|
|
||||||
"default": "",
|
|
||||||
"description": "Inline style of the element."
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"methods": []
|
|
||||||
},
|
|
||||||
"RipplePassThroughDirectiveOptions": {
|
|
||||||
"relatedProp": "",
|
|
||||||
"props": [
|
|
||||||
{
|
|
||||||
"name": "hooks",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "RipplePassThroughHooksOptions",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to the life cycle hooks."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "css",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "RipplePassThroughCSSOptions",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to the styles."
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"methods": []
|
|
||||||
},
|
|
||||||
"RipplePassThroughOptions": {
|
|
||||||
"description": "Custom passthrough(pt) options.",
|
|
||||||
"relatedProp": "RippleOptions.pt",
|
|
||||||
"props": [
|
|
||||||
{
|
|
||||||
"name": "root",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "RipplePassThroughDirectiveOptions",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to the root's DOM element."
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"methods": []
|
|
||||||
},
|
|
||||||
"RippleOptions": {
|
|
||||||
"description": "Defines options of Ripple.",
|
|
||||||
"relatedProp": "",
|
|
||||||
"props": [
|
|
||||||
{
|
|
||||||
"name": "pt",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "RipplePassThroughOptions",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to DOM elements inside the component."
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"methods": []
|
|
||||||
},
|
|
||||||
"RippleDirectiveBinding": {
|
"RippleDirectiveBinding": {
|
||||||
"description": "Binding of Ripple directive.",
|
"description": "Binding of Ripple directive.",
|
||||||
"relatedProp": "",
|
"relatedProp": "",
|
||||||
"props": [
|
"props": [],
|
||||||
{
|
|
||||||
"name": "value",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "RippleOptions",
|
|
||||||
"default": "",
|
|
||||||
"description": "Value of the Ripple."
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"methods": [],
|
"methods": [],
|
||||||
"extendedTypes": "Omit<DirectiveBinding, \"modifiers\" | \"value\">"
|
"extendedTypes": "Omit<DirectiveBinding, \"modifiers\" | \"value\">"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue