From 0d9de2144d7bf5aedf7b2aa7d06c8cef86a8a834 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Sat, 23 Sep 2023 13:07:11 +0000 Subject: [PATCH] Update API doc --- components/doc/common/apidoc/index.json | 1697 ++++++++++++++++++++++- 1 file changed, 1693 insertions(+), 4 deletions(-) diff --git a/components/doc/common/apidoc/index.json b/components/doc/common/apidoc/index.json index 5bee826531..a99110f806 100644 --- a/components/doc/common/apidoc/index.json +++ b/components/doc/common/apidoc/index.json @@ -91,6 +91,14 @@ "default": "", "description": "Uses 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": "style", "optional": true, @@ -186,6 +194,14 @@ "default": "", "description": "Uses 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": "transitionOptions", "optional": true, @@ -382,6 +398,20 @@ "readonly": false, "type": "AccordionTabPassThroughType>", "description": "Uses to pass attributes to the content's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" + }, + { + "name": "transition", + "optional": true, + "readonly": false, + "type": "AccordionPassThroughTransitionType", + "description": "Used to control React Transition API." } ], "callbacks": [] @@ -450,6 +480,9 @@ }, "AccordionTabPassThroughType": { "values": "PassThroughType" + }, + "AccordionPassThroughTransitionType": { + "values": "ReactCSSTransitionProps | Function | undefined" } } } @@ -3629,6 +3662,14 @@ "default": "", "description": "Uses 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": "readOnly", "optional": true, @@ -4242,6 +4283,20 @@ "readonly": false, "type": "TooltipPassThroughOptions", "description": "Uses to pass attributes tooltip's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" + }, + { + "name": "transition", + "optional": true, + "readonly": false, + "type": "AutoCompletePassThroughTransitionType", + "description": "Used to control React Transition API." } ], "callbacks": [] @@ -4302,6 +4357,9 @@ "values": { "AutoCompletePassThroughType": { "values": "PassThroughType" + }, + "AutoCompletePassThroughTransitionType": { + "values": "ReactCSSTransitionProps | Function | undefined" } } } @@ -4381,6 +4439,14 @@ "default": "", "description": "Uses 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": "shape", "optional": true, @@ -4522,6 +4588,13 @@ "readonly": false, "type": "AvatarPassThroughType>", "description": "Uses to pass attributes to the image's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -4572,6 +4645,14 @@ "default": "", "description": "Uses 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, @@ -4607,6 +4688,13 @@ "readonly": false, "type": "AvatarGroupPassThroughType>", "description": "Uses 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": [] @@ -4657,6 +4745,14 @@ "default": "", "description": "Uses 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": "severity", "optional": true, @@ -4723,6 +4819,13 @@ "readonly": false, "type": "BadgePassThroughType>", "description": "Uses 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": [] @@ -4831,6 +4934,14 @@ "default": "", "description": "Uses 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": "template", "optional": true, @@ -4907,6 +5018,13 @@ "readonly": false, "type": "BlockUIPassThroughType>", "description": "Uses to pass attributes to the mask's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -4987,6 +5105,14 @@ "default": "", "description": "Uses 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": "separatorIcon", "optional": true, @@ -5086,6 +5212,13 @@ "readonly": false, "type": "BreadCrumbPassThroughType | SVGProps>", "description": "Uses to pass attributes to the separator icon's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -5209,6 +5342,14 @@ "default": "", "description": "Uses 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": "raised", "optional": true, @@ -5356,6 +5497,13 @@ "readonly": false, "type": "TooltipPassThroughOptions", "description": "Uses to pass attributes to the Tooltip component." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -5791,6 +5939,14 @@ "default": "", "description": "Uses 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": "readOnlyInput", "optional": true, @@ -6914,6 +7070,20 @@ "readonly": false, "type": "CalendarPassThroughType>", "description": "Uses to pass attributes to the option's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" + }, + { + "name": "transition", + "optional": true, + "readonly": false, + "type": "CalendarPassThroughTransitionType", + "description": "Used to control React Transition API." } ], "callbacks": [] @@ -7580,6 +7750,13 @@ "type": "CalendarPassThroughOptions", "description": "Uses to pass attributes to DOM elements inside the component." }, + { + "name": "ptOptions", + "optional": true, + "readonly": false, + "type": "PassThroughOptions", + "description": "Used to configure passthrough(pt) options of the component." + }, { "name": "unstyled", "optional": true, @@ -7818,6 +7995,9 @@ "values": { "CalendarPassThroughType": { "values": "PassThroughType" + }, + "CalendarPassThroughTransitionType": { + "values": "ReactCSSTransitionProps | Function | undefined" } } } @@ -7866,6 +8046,14 @@ "default": "", "description": "Uses 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": "subTitle", "optional": true, @@ -7966,6 +8154,13 @@ "readonly": false, "type": "CardPassThroughType>", "description": "Uses to pass attributes to the footer's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -8132,6 +8327,14 @@ "default": "", "description": "Uses 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": "responsiveOptions", "optional": true, @@ -8376,6 +8579,13 @@ "readonly": false, "type": "CarouselPassThroughType>", "description": "Uses to pass attributes to the footer's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -8687,6 +8897,14 @@ "default": "", "description": "Uses 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": "scrollHeight", "optional": true, @@ -8984,6 +9202,20 @@ "readonly": false, "type": "CascadeSelectPassThroughType>", "description": "Uses to pass attributes to the hidden selected message's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" + }, + { + "name": "transition", + "optional": true, + "readonly": false, + "type": "CascadeSelectPassThroughTransitionType", + "description": "Used to control React Transition API." } ], "callbacks": [] @@ -8995,6 +9227,9 @@ "values": { "CascadeSelectPassThroughType": { "values": "PassThroughType" + }, + "CascadeSelectPassThroughTransitionType": { + "values": "ReactCSSTransitionProps | Function | undefined" } } } @@ -9120,6 +9355,14 @@ "default": "", "description": "Uses 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": "style", "optional": true, @@ -9193,6 +9436,13 @@ "readonly": false, "type": "ChartPassThroughType>", "description": "Uses to pass attributes to the canvas's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -9335,6 +9585,14 @@ "default": "", "description": "Uses 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": "readOnly", "optional": true, @@ -9606,6 +9864,13 @@ "readonly": false, "type": "CheckboxPassThroughType>", "description": "Uses to pass attributes to the hidden input's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -9723,6 +9988,14 @@ "default": "", "description": "Uses 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": "removable", "optional": true, @@ -9850,6 +10123,13 @@ "readonly": false, "type": "ChipPassThroughType | SVGProps>", "description": "Uses to pass attributes to the removeIcon's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -10014,6 +10294,14 @@ "default": "", "description": "Uses 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": "readOnly", "optional": true, @@ -10314,6 +10602,13 @@ "readonly": false, "type": "TooltipPassThroughOptions", "description": "Uses to pass attributes tooltip's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -10517,6 +10812,14 @@ "default": "", "description": "Uses 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": "tooltip", "optional": true, @@ -10721,6 +11024,20 @@ "readonly": false, "type": "TooltipPassThroughOptions", "description": "Uses to pass attributes tooltip's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" + }, + { + "name": "transition", + "optional": true, + "readonly": false, + "type": "ColorPickerPassThroughTransitionType", + "description": "Used to control React Transition API." } ], "callbacks": [] @@ -10802,6 +11119,9 @@ "values": { "ColorPickerPassThroughType": { "values": "PassThroughType" + }, + "ColorPickerPassThroughTransitionType": { + "values": "ReactCSSTransitionProps | Function | undefined" } } } @@ -11194,6 +11514,14 @@ "default": "", "description": "Uses 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": "reorderable", "optional": true, @@ -12346,6 +12674,13 @@ "readonly": false, "type": "ColumnPassThroughType>", "description": "Uses to pass attributes to the hidden input's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -13022,6 +13357,14 @@ "default": "", "description": "Uses 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, @@ -13070,6 +13413,13 @@ "readonly": false, "type": "ColumnGroupPassThroughType>", "description": "Uses 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": [] @@ -13473,6 +13823,14 @@ "default": "", "description": "Uses 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": "rejectClassName", "optional": true, @@ -13841,6 +14199,13 @@ "readonly": false, "type": "ButtonPassThroughOptions", "description": "Uses to pass attributes to the Button component." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -14077,6 +14442,14 @@ "default": "", "description": "Uses 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": "rejectClassName", "optional": true, @@ -14277,6 +14650,20 @@ "readonly": false, "type": "ButtonPassThroughOptions", "description": "Uses to pass attributes to the Button component." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" + }, + { + "name": "transition", + "optional": true, + "readonly": false, + "type": "ConfirmPopupPassThroughTransitionType", + "description": "Used to control React Transition API." } ], "callbacks": [] @@ -14403,6 +14790,9 @@ "values": { "ConfirmPopupPassThroughType": { "values": "PassThroughType" + }, + "ConfirmPopupPassThroughTransitionType": { + "values": "ReactCSSTransitionProps | Function | undefined" } } } @@ -14668,6 +15058,20 @@ "readonly": false, "type": "ContextMenuPassThroughType>", "description": "Uses to pass attributes to the separator's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" + }, + { + "name": "transition", + "optional": true, + "readonly": false, + "type": "ContextMenuPassThroughTransitionType", + "description": "Used to control React Transition API." } ], "callbacks": [] @@ -14728,6 +15132,9 @@ "values": { "ContextMenuPassThroughType": { "values": "PassThroughType" + }, + "ContextMenuPassThroughTransitionType": { + "values": "ReactCSSTransitionProps | Function | undefined" } } } @@ -14849,6 +15256,14 @@ "default": "", "description": "Uses 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": "rows", "optional": true, @@ -15009,6 +15424,13 @@ "readonly": false, "type": "DataScrollerPassThroughType>", "description": "Uses to pass attributes to the list's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -15592,6 +16014,14 @@ "default": "", "description": "Uses 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": "removableSort", "optional": true, @@ -18012,6 +18442,13 @@ "readonly": false, "type": "TooltipPassThroughOptions", "description": "Uses to pass attributes tooltip's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -18678,6 +19115,13 @@ "type": "DataTablePassThroughOptions", "description": "Uses to pass attributes to DOM elements inside the component." }, + { + "name": "ptOptions", + "optional": true, + "readonly": false, + "type": "PassThroughOptions", + "description": "Used to configure passthrough(pt) options of the component." + }, { "name": "unstyled", "optional": true, @@ -19613,6 +20057,14 @@ "default": "", "description": "Uses 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": "rows", "optional": true, @@ -19850,6 +20302,13 @@ "readonly": false, "type": "DataViewPassThroughType>", "description": "Uses to pass attributes to the grid's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -20056,6 +20515,14 @@ "type": "DeferredContentPassThroughOptions", "default": "", "description": "Uses 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." } ] }, @@ -20111,6 +20578,13 @@ "readonly": false, "type": "DeferredContentPassThroughType>", "description": "Uses 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": [] @@ -20459,6 +20933,14 @@ "default": "", "description": "Uses 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": "resizable", "optional": true, @@ -20780,6 +21262,20 @@ "readonly": false, "type": "DialogPassThroughType>", "description": "Uses to pass attributes to the mask's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" + }, + { + "name": "transition", + "optional": true, + "readonly": false, + "type": "DialogPassThroughTransitionType", + "description": "Used to control React Transition API." } ], "callbacks": [] @@ -20825,6 +21321,9 @@ "values": { "DialogPassThroughType": { "values": "PassThroughType" + }, + "DialogPassThroughTransitionType": { + "values": "ReactCSSTransitionProps | Function | undefined" } } } @@ -20880,6 +21379,14 @@ "default": "", "description": "Uses 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": "type", "optional": true, @@ -20937,6 +21444,13 @@ "readonly": false, "type": "DividerPassThroughType>", "description": "Uses to pass attributes to the content's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -21027,6 +21541,14 @@ "default": "", "description": "Uses 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, @@ -21130,6 +21652,13 @@ "readonly": false, "type": "DockPassThroughType | SVGProps>", "description": "Uses to pass attributes to the icon's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -21606,6 +22135,14 @@ "default": "", "description": "Uses 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": "required", "optional": true, @@ -22051,6 +22588,20 @@ "readonly": false, "type": "DropdownPassThroughType>", "description": "Uses to pass attributes to the hidden selected message's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" + }, + { + "name": "transition", + "optional": true, + "readonly": false, + "type": "DropdownPassThroughTransitionType", + "description": "Used to control React Transition API." } ], "callbacks": [] @@ -22137,6 +22688,9 @@ "values": { "DropdownPassThroughType": { "values": "PassThroughType" + }, + "DropdownPassThroughTransitionType": { + "values": "ReactCSSTransitionProps | Function | undefined" } } } @@ -22232,6 +22786,14 @@ "default": "", "description": "Uses 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": "readOnly", "optional": true, @@ -22454,6 +23016,13 @@ "readonly": false, "type": "EditorPassThroughType>", "description": "Uses to pass attributes to the content's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -22542,6 +23111,14 @@ "default": "", "description": "Uses 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": "toggleable", "optional": true, @@ -22722,6 +23299,20 @@ "readonly": false, "type": "FieldsetPassThroughType>", "description": "Uses to pass attributes to the content's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" + }, + { + "name": "transition", + "optional": true, + "readonly": false, + "type": "FieldsetPassThroughTransitionType", + "description": "Used to control React Transition API." } ], "callbacks": [] @@ -22747,6 +23338,9 @@ "values": { "FieldsetPassThroughType": { "values": "PassThroughType" + }, + "FieldsetPassThroughTransitionType": { + "values": "ReactCSSTransitionProps | Function | undefined" } } } @@ -23064,6 +23658,14 @@ "default": "", "description": "Uses 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": "removeIcon", "optional": true, @@ -23624,6 +24226,13 @@ "readonly": false, "type": "FileUploadPassThroughType | SVGProps>", "description": "Uses to pass attributes to the upload icon's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -24077,6 +24686,14 @@ "default": "", "description": "Uses 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": "responsiveOptions", "optional": true, @@ -24280,7 +24897,7 @@ "interfaces": { "description": "Defines the custom interfaces used by the module.", "values": { - "GalleriaThroughMethodOptions": { + "GalleriaPassThroughMethodOptions": { "description": "Custom passthrough(pt) option method.", "relatedProp": "", "props": [ @@ -24491,6 +25108,20 @@ "readonly": false, "type": "GalleriaPassThroughType>", "description": "Uses to pass attributes to the mask's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" + }, + { + "name": "transition", + "optional": true, + "readonly": false, + "type": "GalleriaPassThroughTransitionType", + "description": "Used to control React Transition API." } ], "callbacks": [] @@ -24557,7 +25188,10 @@ "description": "Defines the custom types used by the module.", "values": { "GalleriaPassThroughType": { - "values": "PassThroughType" + "values": "PassThroughType" + }, + "GalleriaPassThroughTransitionType": { + "values": "ReactCSSTransitionProps | Function | undefined" } } } @@ -27322,6 +27956,14 @@ "default": "", "description": "Uses 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": "referrerPolicy", "optional": true, @@ -27435,7 +28077,7 @@ "interfaces": { "description": "Defines the custom interfaces used by the module.", "values": { - "ImageThroughMethodOptions": { + "ImagePassThroughMethodOptions": { "description": "Custom passthrough(pt) option method.", "relatedProp": "", "props": [ @@ -27597,6 +28239,20 @@ "readonly": false, "type": "ImagePassThroughType>", "description": "Uses to pass attributes to the preview's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" + }, + { + "name": "transition", + "optional": true, + "readonly": false, + "type": "ImagePassThroughTransitionType", + "description": "Used to control React Transition API." } ], "callbacks": [] @@ -27642,7 +28298,10 @@ "description": "Defines the custom types used by the module.", "values": { "ImagePassThroughType": { - "values": "PassThroughType" + "values": "PassThroughType" + }, + "ImagePassThroughTransitionType": { + "values": "ReactCSSTransitionProps | Function | undefined" } } } @@ -27722,6 +28381,14 @@ "default": "", "description": "Uses 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, @@ -27904,6 +28571,13 @@ "readonly": false, "type": "ButtonPassThroughOptions", "description": "Uses to pass attributes to the Button component." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -28006,6 +28680,14 @@ "default": "", "description": "Uses 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": "readOnly", "optional": true, @@ -28491,6 +29173,14 @@ "default": "", "description": "Uses 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": "readOnly", "optional": true, @@ -28804,6 +29494,13 @@ "readonly": false, "type": "TooltipPassThroughOptions", "description": "Uses to pass attributes tooltip's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -28952,6 +29649,14 @@ "default": "", "description": "Uses 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": "style", "optional": true, @@ -29143,6 +29848,13 @@ "readonly": false, "type": "TooltipPassThroughOptions", "description": "Uses to pass attributes tooltip's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -29207,6 +29919,14 @@ "default": "", "description": "Uses 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": "tooltip", "optional": true, @@ -29314,6 +30034,13 @@ "readonly": false, "type": "TooltipPassThroughOptions", "description": "Uses to pass attributes to the Tooltip component." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -29393,6 +30120,14 @@ "default": "", "description": "Uses 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": "tooltip", "optional": true, @@ -29472,6 +30207,13 @@ "readonly": false, "type": "TooltipPassThroughOptions", "description": "Uses to pass attributes tooltip's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -29596,6 +30338,14 @@ "default": "", "description": "Uses 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": "rangeColor", "optional": true, @@ -29786,6 +30536,13 @@ "readonly": false, "type": "KnobPassThroughType>", "description": "Uses to pass attributes to the label's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -30048,6 +30805,14 @@ "default": "", "description": "Uses 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": "tooltip", "optional": true, @@ -30290,6 +31055,13 @@ "readonly": false, "type": "TooltipPassThroughOptions", "description": "Uses to pass attributes tooltip's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -30546,6 +31318,14 @@ "default": "", "description": "Uses 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": "scrollHeight", "optional": true, @@ -30750,6 +31530,13 @@ "readonly": false, "type": "MegaMenuPassThroughType>", "description": "Uses to pass attributes to the end of the component." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -30992,6 +31779,14 @@ "default": "", "description": "Uses 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": "scrollHeight", "optional": true, @@ -31243,6 +32038,20 @@ "readonly": false, "type": "MentionPassThroughType>", "description": "Uses to pass attributes to the items' DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" + }, + { + "name": "transition", + "optional": true, + "readonly": false, + "type": "MentionPassThroughTransitionType", + "description": "Used to control React Transition API." } ], "callbacks": [] @@ -31324,6 +32133,9 @@ "values": { "MentionPassThroughType": { "values": "PassThroughType" + }, + "MentionPassThroughTransitionType": { + "values": "ReactCSSTransitionProps | Function | undefined" } } } @@ -31453,6 +32265,14 @@ "default": "", "description": "Uses 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": "transitionOptions", "optional": true, @@ -31585,6 +32405,20 @@ "readonly": false, "type": "MenuPassThroughType>", "description": "Uses to pass attributes to the separator's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" + }, + { + "name": "transition", + "optional": true, + "readonly": false, + "type": "MenuPassThroughTransitionType", + "description": "Used to control React Transition API." } ], "callbacks": [] @@ -31610,6 +32444,9 @@ "values": { "MenuPassThroughType": { "values": "PassThroughType" + }, + "MenuPassThroughTransitionType": { + "values": "ReactCSSTransitionProps | Function | undefined" } } } @@ -31685,6 +32522,14 @@ "default": "", "description": "Uses 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": "start", "optional": true, @@ -31832,6 +32677,13 @@ "readonly": false, "type": "MenubarPassThroughType>", "description": "Uses to pass attributes to the end of the component." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -32137,6 +32989,14 @@ "default": "", "description": "Uses 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": "severity", "optional": true, @@ -32209,6 +33069,13 @@ "readonly": false, "type": "MessagePassThroughType>", "description": "Uses to pass attributes to the text's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -32301,6 +33168,14 @@ "default": "", "description": "Uses 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": "transitionOptions", "optional": true, @@ -32412,6 +33287,20 @@ "readonly": false, "type": "MessagesPassThroughType | SVGProps>", "description": "Uses to pass attributes to the button icon's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" + }, + { + "name": "transition", + "optional": true, + "readonly": false, + "type": "MessagesPassThroughTransitionType", + "description": "Used to control React Transition API." } ], "callbacks": [] @@ -32496,6 +33385,13 @@ "type": "MessagesPassThroughOptions", "description": "Uses to pass attributes to DOM elements inside the component." }, + { + "name": "ptOptions", + "optional": true, + "readonly": false, + "type": "PassThroughOptions", + "description": "Used to configure passthrough(pt) options of the component." + }, { "name": "unstyled", "optional": true, @@ -32513,6 +33409,9 @@ "values": { "MessagesPassThroughType": { "values": "PassThroughType" + }, + "MessagesPassThroughTransitionType": { + "values": "ReactCSSTransitionProps | Function | undefined" } } } @@ -32926,6 +33825,14 @@ "default": "", "description": "Uses 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": "removeIcon", "optional": true, @@ -33516,6 +34423,20 @@ "readonly": false, "type": "TooltipPassThroughOptions", "description": "Uses to pass attributes tooltip's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" + }, + { + "name": "transition", + "optional": true, + "readonly": false, + "type": "MultiSelectPassThroughTransitionType", + "description": "Used to control React Transition API." } ], "callbacks": [] @@ -33755,6 +34676,9 @@ "values": { "MultiSelectPassThroughType": { "values": "PassThroughType" + }, + "MultiSelectPassThroughTransitionType": { + "values": "ReactCSSTransitionProps | Function | undefined" } } } @@ -33872,6 +34796,14 @@ "default": "", "description": "Uses 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": "readOnly", "optional": true, @@ -34026,6 +34958,13 @@ "readonly": false, "type": "MultiStateCheckboxPassThroughType>", "description": "Uses to pass attributes to the sr only aria's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -34315,6 +35254,14 @@ "default": "", "description": "Uses 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, @@ -34534,6 +35481,13 @@ "readonly": false, "type": "OrderListPassThroughType>", "description": "Uses to pass attributes to the item's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -34645,6 +35599,14 @@ "default": "", "description": "Uses 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": "selection", "optional": true, @@ -34940,6 +35902,13 @@ "readonly": false, "type": "OrganizationChartPassThroughType>", "description": "Uses to pass attributes to the nodeCell's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -35154,6 +36123,14 @@ "default": "", "description": "Uses 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": "showCloseIcon", "optional": true, @@ -35252,6 +36229,20 @@ "readonly": false, "type": "OverlayPanelPassThroughType>", "description": "Uses to pass attributes to the close icon's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" + }, + { + "name": "transition", + "optional": true, + "readonly": false, + "type": "OverlayPanelPassThroughTransitionType", + "description": "Used to control React Transition API." } ], "callbacks": [] @@ -35290,6 +36281,9 @@ "values": { "OverlayPanelPassThroughType": { "values": "PassThroughType" + }, + "OverlayPanelPassThroughTransitionType": { + "values": "ReactCSSTransitionProps | Function | undefined" } } } @@ -35502,6 +36496,14 @@ "default": "", "description": "Uses 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": "rightContent", "optional": true, @@ -35775,6 +36777,20 @@ "readonly": false, "type": "PaginatorPassThroughType>", "description": "Uses to pass attributes to the end's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" + }, + { + "name": "transition", + "optional": true, + "readonly": false, + "type": "PaginatorPassThroughTransitionType", + "description": "Used to control React Transition API." } ], "callbacks": [] @@ -36437,6 +37453,9 @@ "PaginatorPassThroughType": { "values": "PassThroughType" }, + "PaginatorPassThroughTransitionType": { + "values": "ReactCSSTransitionProps | Function | undefined" + }, "PaginatorTemplate": { "values": "PaginatorTemplateOptions | string | undefined", "description": "Custom template for the paginator." @@ -36585,6 +37604,14 @@ "default": "", "description": "Uses 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": "toggleable", "optional": true, @@ -36896,6 +37923,20 @@ "readonly": false, "type": "PanelPassThroughType>", "description": "Uses to pass attributes to the footer's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" + }, + { + "name": "transition", + "optional": true, + "readonly": false, + "type": "PanelPassThroughTransitionType", + "description": "Used to control React Transition API." } ], "callbacks": [] @@ -36928,6 +37969,9 @@ "values": { "PanelPassThroughType": { "values": "PassThroughType" + }, + "PanelPassThroughTransitionType": { + "values": "ReactCSSTransitionProps | Function | undefined" } } } @@ -36983,6 +38027,14 @@ "default": "", "description": "Uses 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": "submenuIcon", "optional": true, @@ -37165,6 +38217,20 @@ "readonly": false, "type": "PanelMenuPassThroughType>", "description": "Uses to pass attributes to the separator's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" + }, + { + "name": "transition", + "optional": true, + "readonly": false, + "type": "PanelMenuPassThroughTransitionType", + "description": "Used to control React Transition API." } ], "callbacks": [] @@ -37218,6 +38284,9 @@ "values": { "PanelMenuPassThroughType": { "values": "PassThroughType" + }, + "PanelMenuPassThroughTransitionType": { + "values": "ReactCSSTransitionProps | Function | undefined" } } } @@ -37460,6 +38529,14 @@ "default": "", "description": "Uses 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": "showIcon", "optional": true, @@ -37685,6 +38762,20 @@ "readonly": false, "type": "PasswordPassThroughType>", "description": "Uses to pass attributes to the info's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" + }, + { + "name": "transition", + "optional": true, + "readonly": false, + "type": "PasswordPassThroughTransitionType", + "description": "Used to control React Transition API." } ], "callbacks": [] @@ -37758,6 +38849,9 @@ "values": { "PasswordPassThroughType": { "values": "PassThroughType" + }, + "PasswordPassThroughTransitionType": { + "values": "ReactCSSTransitionProps | Function | undefined" } } } @@ -37941,6 +39035,14 @@ "default": "", "description": "Uses 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": "showSourceControls", "optional": true, @@ -38483,6 +39585,13 @@ "readonly": false, "type": "PickListPassThroughType>", "description": "Uses to pass attributes to the buttons' DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -38687,6 +39796,14 @@ "default": "", "description": "Uses 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": "showValue", "optional": true, @@ -38787,6 +39904,13 @@ "readonly": false, "type": "ProgressBarPassThroughType>", "description": "Uses to pass attributes to the label's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -38853,6 +39977,14 @@ "default": "", "description": "Uses 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": "strokeWidth", "optional": true, @@ -38917,6 +40049,13 @@ "readonly": false, "type": "ProgressSpinnerPassThroughType>", "description": "Uses to pass attributes to the circle's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -39039,6 +40178,14 @@ "default": "", "description": "Uses 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": "required", "optional": true, @@ -39246,6 +40393,13 @@ "readonly": false, "type": "TooltipPassThroughOptions", "description": "Uses to pass attributes tooltip's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -39374,6 +40528,14 @@ "default": "", "description": "Uses 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": "readOnly", "optional": true, @@ -39553,6 +40715,13 @@ "readonly": false, "type": "TooltipPassThroughOptions", "description": "Uses to pass attributes tooltip's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -39655,6 +40824,14 @@ "default": "", "description": "Uses 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": "style", "optional": true, @@ -39711,6 +40888,13 @@ "readonly": false, "type": "RowPassThroughType>", "description": "Uses 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": [] @@ -39779,6 +40963,14 @@ "default": "", "description": "Uses 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, @@ -39849,6 +41041,13 @@ "readonly": false, "type": "ScrollPanelThroughType>", "description": "Uses to pass attributes to the vertical panel's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -39923,6 +41122,14 @@ "default": "", "description": "Uses 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": "style", "optional": true, @@ -40023,6 +41230,20 @@ "readonly": false, "type": "ScrollTopPassThroughType>", "description": "Uses to pass attributes to the icon's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" + }, + { + "name": "transition", + "optional": true, + "readonly": false, + "type": "ScrollTopPassThroughTransitionType", + "description": "Used to control React Transition API." } ], "callbacks": [] @@ -40048,6 +41269,9 @@ "values": { "ScrollTopPassThroughType": { "values": "PassThroughType" + }, + "ScrollTopPassThroughTransitionType": { + "values": "ReactCSSTransitionProps | Function | undefined" } } } @@ -40157,6 +41381,14 @@ "default": "", "description": "Uses 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": "tabIndex", "optional": true, @@ -40328,6 +41560,13 @@ "readonly": false, "type": "TooltipPassThroughOptions", "description": "Uses to pass attributes tooltip's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -40542,6 +41781,14 @@ "default": "", "description": "Uses 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": "showCloseIcon", "optional": true, @@ -40669,6 +41916,20 @@ "readonly": false, "type": "SidebarPassThroughType>", "description": "Uses to pass attributes to the mask's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" + }, + { + "name": "transition", + "optional": true, + "readonly": false, + "type": "SidebarPassThroughTransitionType", + "description": "Used to control React Transition API." } ], "callbacks": [] @@ -40694,6 +41955,9 @@ "values": { "SidebarPassThroughType": { "values": "PassThroughType" + }, + "SidebarPassThroughTransitionType": { + "values": "ReactCSSTransitionProps | Function | undefined" } } } @@ -40757,6 +42021,14 @@ "default": "", "description": "Uses 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": "shape", "optional": true, @@ -40823,6 +42095,13 @@ "readonly": false, "type": "SkeletonPassThroughType>", "description": "Uses 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": [] @@ -41013,6 +42292,14 @@ "default": "", "description": "Uses 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": "submenuIcon", "optional": true, @@ -41233,6 +42520,20 @@ "readonly": false, "type": "SlideMenuPassThroughType>", "description": "Uses to pass attributes to the separator's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" + }, + { + "name": "transition", + "optional": true, + "readonly": false, + "type": "SlideMenuPassThroughTransitionType", + "description": "Used to control React Transition API." } ], "callbacks": [] @@ -41279,6 +42580,9 @@ "values": { "SlideMenuPassThroughType": { "values": "PassThroughType" + }, + "SlideMenuPassThroughTransitionType": { + "values": "ReactCSSTransitionProps | Function | undefined" } } } @@ -41358,6 +42662,14 @@ "default": "", "description": "Uses 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": "range", "optional": true, @@ -41511,6 +42823,13 @@ "readonly": false, "type": "SliderPassThroughType>", "description": "Uses to pass attributes to the handle's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -41661,6 +42980,14 @@ "default": "", "description": "Uses 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": "radius", "optional": true, @@ -41838,6 +43165,13 @@ "readonly": false, "type": "SpeedDialPassThroughType>", "description": "Uses to pass attributes to the mask's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -42098,6 +43432,14 @@ "default": "", "description": "Uses 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": "raised", "optional": true, @@ -42315,6 +43657,20 @@ "readonly": false, "type": "TooltipPassThroughOptions", "description": "Uses to pass attributes tooltip's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" + }, + { + "name": "transition", + "optional": true, + "readonly": false, + "type": "SplitButtonPassThroughTransitionType", + "description": "Used to control React Transition API." } ], "callbacks": [] @@ -42347,6 +43703,9 @@ "values": { "SplitButtonPassThroughType": { "values": "PassThroughType" + }, + "SplitButtonPassThroughTransitionType": { + "values": "ReactCSSTransitionProps | Function | undefined" } } } @@ -42395,6 +43754,14 @@ "default": "", "description": "Uses 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": "size", "optional": true, @@ -42466,6 +43833,14 @@ "default": "", "description": "Uses 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": "stateKey", "optional": true, @@ -42583,6 +43958,13 @@ "readonly": false, "type": "SplitterPanelPassThroughType>", "description": "Uses 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": [] @@ -42630,6 +44012,13 @@ "readonly": false, "type": "SplitterPassThroughType>", "description": "Uses to pass attributes to the gutter handler's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -42699,6 +44088,14 @@ "default": "", "description": "Uses 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": "readOnly", "optional": true, @@ -42837,6 +44234,13 @@ "readonly": false, "type": "StepsPassThroughType | SVGProps>", "description": "Uses to pass attributes to the icon's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -43025,6 +44429,14 @@ "default": "", "description": "Uses 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, @@ -43188,6 +44600,13 @@ "readonly": false, "type": "TabMenuPassThroughType>", "description": "Uses to pass attributes to the inkbar's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -43349,6 +44768,14 @@ "default": "", "description": "Uses 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": "rightIcon", "optional": true, @@ -43442,6 +44869,14 @@ "default": "", "description": "Uses 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": "renderActiveOnly", "optional": true, @@ -43736,6 +45171,13 @@ "readonly": false, "type": "TabPanelPassThroughType>", "description": "Uses to pass attributes to the list's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -43935,6 +45377,14 @@ "default": "", "description": "Uses 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": "rounded", "optional": true, @@ -44015,6 +45465,13 @@ "readonly": false, "type": "TagPassThroughType>", "description": "Uses to pass attributes to the value's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -44079,6 +45536,14 @@ "default": "", "description": "Uses 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, @@ -44212,6 +45677,13 @@ "readonly": false, "type": "TerminalPassThroughType>", "description": "Uses to pass attributes to the command text's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -44411,6 +45883,14 @@ "default": "", "description": "Uses 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": "scrollHeight", "optional": true, @@ -44572,6 +46052,20 @@ "readonly": false, "type": "TieredMenuPassThroughType>", "description": "Uses to pass attributes to the separator's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" + }, + { + "name": "transition", + "optional": true, + "readonly": false, + "type": "TieredMenuPassThroughTransitionType", + "description": "Used to control React Transition API." } ], "callbacks": [] @@ -44618,6 +46112,9 @@ "values": { "TieredMenuPassThroughType": { "values": "PassThroughType" + }, + "TieredMenuPassThroughTransitionType": { + "values": "ReactCSSTransitionProps | Function | undefined" } } } @@ -44705,6 +46202,14 @@ "default": "", "description": "Uses 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, @@ -44797,6 +46302,13 @@ "readonly": false, "type": "TimelinePassThroughType>", "description": "Uses to pass attributes to the content's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -44913,6 +46425,14 @@ "default": "", "description": "Uses 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": "transitionOptions", "optional": true, @@ -45056,6 +46576,20 @@ "readonly": false, "type": "ToastPassThroughType | SVGProps>", "description": "Uses to pass attributes to the close button icon's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" + }, + { + "name": "transition", + "optional": true, + "readonly": false, + "type": "ToastPassThroughTransitionType", + "description": "Used to control React Transition API." } ], "callbacks": [] @@ -45127,6 +46661,13 @@ "type": "ToastPassThroughOptions", "description": "Uses to pass attributes to DOM elements inside the component." }, + { + "name": "ptOptions", + "optional": true, + "readonly": false, + "type": "PassThroughOptions", + "description": "Used to configure passthrough(pt) options of the component." + }, { "name": "unstyled", "optional": true, @@ -45259,6 +46800,13 @@ "readonly": false, "type": "Omit", "description": "Uses to pass attributes to DOM elements inside the component." + }, + { + "name": "ptOptions", + "optional": true, + "readonly": false, + "type": "PassThroughOptions", + "description": "Used to configure passthrough(pt) options of the component." } ], "callbacks": [] @@ -45270,6 +46818,9 @@ "values": { "ToastPassThroughType": { "values": "PassThroughType" + }, + "ToastPassThroughTransitionType": { + "values": "ReactCSSTransitionProps | Function | undefined" } } } @@ -45363,6 +46914,14 @@ "default": "", "description": "Uses 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": "tooltip", "optional": true, @@ -45514,6 +47073,13 @@ "readonly": false, "type": "TooltipPassThroughOptions", "description": "Uses to pass attributes tooltip's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -45617,6 +47183,14 @@ "default": "", "description": "Uses 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": "right", "optional": true, @@ -45697,6 +47271,13 @@ "readonly": false, "type": "ToolbarPassThroughType>", "description": "Uses to pass attributes to the right's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -45949,6 +47530,14 @@ "default": "", "description": "Uses 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": "showDelay", "optional": true, @@ -46104,6 +47693,13 @@ "readonly": false, "type": "TooltipPassThroughType>", "description": "Uses to pass attributes to the text's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -46322,6 +47918,14 @@ "type": "TooltipPassThroughOptions", "default": "", "description": "Uses 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." } ] } @@ -46760,6 +48364,14 @@ "default": "", "description": "Uses 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": "selectionKeys", "optional": true, @@ -47298,6 +48910,13 @@ "readonly": false, "type": "TreePassThroughType>", "description": "Uses to pass attributes to the header's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -48082,6 +49701,14 @@ "default": "", "description": "Uses 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": "resetFilterOnHide", "optional": true, @@ -48526,6 +50153,20 @@ "readonly": false, "type": "TreeSelectPassThroughType | SVGProps>", "description": "uses to pass attributes to the clear icon's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" + }, + { + "name": "transition", + "optional": true, + "readonly": false, + "type": "TreeSelectPassThroughTransitionType", + "description": "Used to control React Transition API." } ], "callbacks": [] @@ -48701,6 +50342,9 @@ "values": { "TreeSelectPassThroughType": { "values": "PassThroughType" + }, + "TreeSelectPassThroughTransitionType": { + "values": "ReactCSSTransitionProps | Function | undefined" } } } @@ -49074,6 +50718,14 @@ "default": "", "description": "Uses 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": "removableSort", "optional": true, @@ -50059,6 +51711,13 @@ "readonly": false, "type": "TreeTablePassThroughType>", "description": "Uses to pass attributes to the hidden input's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -50450,6 +52109,14 @@ "default": "", "description": "Uses 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": "readOnly", "optional": true, @@ -50622,6 +52289,13 @@ "readonly": false, "type": "TriStateCheckboxPassThroughType>", "description": "Uses to pass attributes to the sr only aria's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": [] @@ -51158,6 +52832,14 @@ "default": "", "description": "Uses 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": "resizeDelay", "optional": true, @@ -51376,6 +53058,13 @@ "readonly": false, "type": "VirtualScrollerPassThroughType>", "description": "Uses to pass attributes to the spacer's DOM element." + }, + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks", + "description": "Used to manage all lifecycle hooks" } ], "callbacks": []