From 72d9a0be7afe0b3115b692dff25c65165b6153a5 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 21 Sep 2023 09:30:21 +0000 Subject: [PATCH] Update API doc --- components/doc/common/apidoc/index.json | 1382 ++--------------------- 1 file changed, 96 insertions(+), 1286 deletions(-) diff --git a/components/doc/common/apidoc/index.json b/components/doc/common/apidoc/index.json index 1581ddc044..5bee826531 100644 --- a/components/doc/common/apidoc/index.json +++ b/components/doc/common/apidoc/index.json @@ -1498,10 +1498,16 @@ "readonly": false, "type": "VirtualScrollerPassThroughOptions", "description": "Custom passthrough(pt) options for VirtualScroller." + }, + { + "name": "global", + "optional": true, + "readonly": false, + "type": "Object", + "description": "Custom passthrough(pt) options for global css." } ], - "callbacks": [], - "extendedBy": "default,default" + "callbacks": [] }, "LocaleOptions": { "relatedProp": "", @@ -13079,6 +13085,65 @@ } } }, + "componentbase/componentbase": { + "interfaces": { + "description": "Defines the custom interfaces used by the module.", + "values": { + "ComponentHooks": { + "relatedProp": "", + "props": [], + "callbacks": [ + { + "name": "useMountEffect", + "parameters": [], + "returnType": "void" + }, + { + "name": "useUpdateEffect", + "parameters": [], + "returnType": "void" + }, + { + "name": "useUnmountEffect", + "parameters": [], + "returnType": "void" + } + ] + }, + "ComponentBasePassThroughOptions": { + "relatedProp": "", + "props": [ + { + "name": "hooks", + "optional": true, + "readonly": false, + "type": "ComponentHooks" + } + ], + "callbacks": [] + }, + "ComponentBasePassThroughMethodOptions": { + "description": "", + "relatedProp": "", + "props": [ + { + "name": "props", + "optional": true, + "readonly": false, + "type": "null | P" + }, + { + "name": "state", + "optional": true, + "readonly": false, + "type": "null | S" + } + ], + "callbacks": [] + } + } + } + }, "confirmdialog": { "description": "ConfirmDialog uses a Dialog UI with confirmDialog method or tag.\n\n[Live Demo](https://www.primereact.org/confirmdialog)", "components": { @@ -37158,1309 +37223,54 @@ } }, "passthrough": { - "interfaces": { - "description": "Defines the custom interfaces used by the module.", + "functions": { + "description": "Defines the custom functions used by the module.", "values": { - "default": { - "description": "This option allows to direct implementation of all relevant attributes (e.g., style, classnames) within the respective HTML tag globally for all components.", - "relatedProp": "", - "props": [ - { - "name": "accordion", - "optional": true, - "readonly": false, - "type": "AccordionPassThroughOptions", - "description": "Custom passthrough(pt) options for Accordion." - }, - { - "name": "accordiontab", - "optional": true, - "readonly": false, - "type": "AccordionTabPassThroughOptions", - "description": "Custom passthrough(pt) options for AccordionTab." - }, - { - "name": "autocomplete", - "optional": true, - "readonly": false, - "type": "AutoCompletePassThroughOptions", - "description": "Custom passthrough(pt) options for AutoComplete." - }, - { - "name": "avatar", - "optional": true, - "readonly": false, - "type": "AvatarPassThroughOptions", - "description": "Custom passthrough(pt) options for Avatar." - }, - { - "name": "avatargroup", - "optional": true, - "readonly": false, - "type": "AvatarGroupPassThroughOptions", - "description": "Custom passthrough(pt) options for AvatarGroup." - }, - { - "name": "badge", - "optional": true, - "readonly": false, - "type": "BadgePassThroughOptions", - "description": "Custom passthrough(pt) options for Badge." - }, - { - "name": "blockui", - "optional": true, - "readonly": false, - "type": "BlockUIPassThroughOptions", - "description": "Custom passthrough(pt) options for BlockUI." - }, - { - "name": "breadcrumb", - "optional": true, - "readonly": false, - "type": "BreadCrumbPassThroughOptions", - "description": "Custom passthrough(pt) options for Breadcrumb." - }, - { - "name": "button", - "optional": true, - "readonly": false, - "type": "ButtonPassThroughOptions", - "description": "Custom passthrough(pt) options for Button." - }, - { - "name": "calendar", - "optional": true, - "readonly": false, - "type": "CalendarPassThroughOptions", - "description": "Custom passthrough(pt) options for Calendar." - }, - { - "name": "card", - "optional": true, - "readonly": false, - "type": "CardPassThroughOptions", - "description": "Custom passthrough(pt) options for Card." - }, - { - "name": "carousel", - "optional": true, - "readonly": false, - "type": "CarouselPassThroughOptions", - "description": "Custom passthrough(pt) options for Carousel." - }, - { - "name": "cascadeselect", - "optional": true, - "readonly": false, - "type": "CascadeSelectPassThroughOptions", - "description": "Custom passthrough(pt) options for CascadeSelect." - }, - { - "name": "chart", - "optional": true, - "readonly": false, - "type": "ChartPassThroughOptions", - "description": "Custom passthrough(pt) options for Chart." - }, - { - "name": "checkbox", - "optional": true, - "readonly": false, - "type": "CheckboxPassThroughOptions", - "description": "Custom passthrough(pt) options for Checkbox." - }, - { - "name": "chip", - "optional": true, - "readonly": false, - "type": "ChipPassThroughOptions", - "description": "Custom passthrough(pt) options for Chip." - }, - { - "name": "chips", - "optional": true, - "readonly": false, - "type": "ChipsPassThroughOptions", - "description": "Custom passthrough(pt) options for Chips." - }, - { - "name": "colorpicker", - "optional": true, - "readonly": false, - "type": "ColorPickerPassThroughOptions", - "description": "Custom passthrough(pt) options for ColorPicker." - }, - { - "name": "column", - "optional": true, - "readonly": false, - "type": "ColumnPassThroughOptions", - "description": "Custom passthrough(pt) options for Column." - }, - { - "name": "columngroup", - "optional": true, - "readonly": false, - "type": "ColumnGroupPassThroughOptions", - "description": "Custom passthrough(pt) options for ColumnGroup." - }, - { - "name": "confirmdialog", - "optional": true, - "readonly": false, - "type": "ConfirmDialogPassThroughOptions", - "description": "Custom passthrough(pt) options for ConfirmDialog." - }, - { - "name": "confirmpopup", - "optional": true, - "readonly": false, - "type": "ConfirmPopupPassThroughOptions", - "description": "Custom passthrough(pt) options for ConfirmPopup." - }, - { - "name": "contextmenu", - "optional": true, - "readonly": false, - "type": "ContextMenuPassThroughOptions", - "description": "Custom passthrough(pt) options for ContextMenu." - }, - { - "name": "datatable", - "optional": true, - "readonly": false, - "type": "DataTablePassThroughOptions", - "description": "Custom passthrough(pt) options for DataTable." - }, - { - "name": "dataview", - "optional": true, - "readonly": false, - "type": "DataViewPassThroughOptions", - "description": "Custom passthrough(pt) options for DataView." - }, - { - "name": "dataviewlayoutoptions", - "optional": true, - "readonly": false, - "type": "DataViewLayoutOptionsPassThroughOptions", - "description": "Custom passthrough(pt) options for DataViewLayoutOptions." - }, - { - "name": "deferredcontent", - "optional": true, - "readonly": false, - "type": "DeferredContentPassThroughOptions", - "description": "Custom passthrough(pt) options for DeferredContent." - }, - { - "name": "dialog", - "optional": true, - "readonly": false, - "type": "DialogPassThroughOptions", - "description": "Custom passthrough(pt) options for Dialog." - }, - { - "name": "divider", - "optional": true, - "readonly": false, - "type": "DividerPassThroughOptions", - "description": "Custom passthrough(pt) options for Divider." - }, - { - "name": "dock", - "optional": true, - "readonly": false, - "type": "DockPassThroughOptions", - "description": "Custom passthrough(pt) options for Dock." - }, - { - "name": "dropdown", - "optional": true, - "readonly": false, - "type": "DropdownPassThroughOptions", - "description": "Custom passthrough(pt) options for Dropdown." - }, - { - "name": "editor", - "optional": true, - "readonly": false, - "type": "EditorPassThroughOptions", - "description": "Custom passthrough(pt) options for Editor." - }, - { - "name": "fieldset", - "optional": true, - "readonly": false, - "type": "FieldsetPassThroughOptions", - "description": "Custom passthrough(pt) options for Fieldset." - }, - { - "name": "fileupload", - "optional": true, - "readonly": false, - "type": "FileUploadPassThroughOptions", - "description": "Custom passthrough(pt) options for FileUpload." - }, - { - "name": "galleria", - "optional": true, - "readonly": false, - "type": "GalleriaPassThroughOptions", - "description": "Custom passthrough(pt) options for FullCalendar." - }, - { - "name": "image", - "optional": true, - "readonly": false, - "type": "ImagePassThroughOptions", - "description": "Custom passthrough(pt) options for Galleria." - }, - { - "name": "inplace", - "optional": true, - "readonly": false, - "type": "InplacePassThroughOptions", - "description": "Custom passthrough(pt) options for Inplace." - }, - { - "name": "inputmask", - "optional": true, - "readonly": false, - "type": "InputTextPassThroughOptions", - "description": "Custom passthrough(pt) options for InputMask." - }, - { - "name": "inputnumber", - "optional": true, - "readonly": false, - "type": "InputNumberPassThroughOptions", - "description": "Custom passthrough(pt) options for InputNumber." - }, - { - "name": "inputswitch", - "optional": true, - "readonly": false, - "type": "InputSwitchPassThroughOptions", - "description": "Custom passthrough(pt) options for InputSwitch." - }, - { - "name": "inputtext", - "optional": true, - "readonly": false, - "type": "InputTextPassThroughOptions", - "description": "Custom passthrough(pt) options for InputText." - }, - { - "name": "inputtextarea", - "optional": true, - "readonly": false, - "type": "InputTextareaPassThroughOptions", - "description": "Custom passthrough(pt) options for InputTextarea." - }, - { - "name": "knob", - "optional": true, - "readonly": false, - "type": "KnobPassThroughOptions", - "description": "Custom passthrough(pt) options for Knob." - }, - { - "name": "listbox", - "optional": true, - "readonly": false, - "type": "ListboxPassThroughOptions", - "description": "Custom passthrough(pt) options for Listbox." - }, - { - "name": "megamenu", - "optional": true, - "readonly": false, - "type": "MegaMenuPassThroughOptions", - "description": "Custom passthrough(pt) options for MegaMenu." - }, - { - "name": "mention", - "optional": true, - "readonly": false, - "type": "MentionPassThroughOptions", - "description": "Custom passthrough(pt) options for Mention." - }, - { - "name": "menu", - "optional": true, - "readonly": false, - "type": "MenuPassThroughOptions", - "description": "Custom passthrough(pt) options for Menu." - }, - { - "name": "menubar", - "optional": true, - "readonly": false, - "type": "MenubarPassThroughOptions", - "description": "Custom passthrough(pt) options for Menubar." - }, - { - "name": "message", - "optional": true, - "readonly": false, - "type": "MessagePassThroughOptions", - "description": "Custom passthrough(pt) options for Message." - }, - { - "name": "messages", - "optional": true, - "readonly": false, - "type": "MessagesPassThroughOptions", - "description": "Custom passthrough(pt) options for Messages." - }, - { - "name": "multiselect", - "optional": true, - "readonly": false, - "type": "MultiSelectPassThroughOptions", - "description": "Custom passthrough(pt) options for MultiSelect." - }, - { - "name": "multisatecheckbox", - "optional": true, - "readonly": false, - "type": "MultiStateCheckboxPassThroughOptions", - "description": "Custom passthrough(pt) options for MultiStateCheckbox." - }, - { - "name": "orderlist", - "optional": true, - "readonly": false, - "type": "OrderListPassThroughOptions", - "description": "Custom passthrough(pt) options for OrderList." - }, - { - "name": "organizationchart", - "optional": true, - "readonly": false, - "type": "OrganizationChartPassThroughOptions", - "description": "Custom passthrough(pt) options for OrganizationChart." - }, - { - "name": "overlaypanel", - "optional": true, - "readonly": false, - "type": "OverlayPanelPassThroughOptions", - "description": "Custom passthrough(pt) options for OverlayPanel." - }, - { - "name": "paginator", - "optional": true, - "readonly": false, - "type": "PaginatorPassThroughOptions", - "description": "Custom passthrough(pt) options for Paginator." - }, - { - "name": "panel", - "optional": true, - "readonly": false, - "type": "PanelPassThroughOptions", - "description": "Custom passthrough(pt) options for Panel." - }, - { - "name": "panelmenu", - "optional": true, - "readonly": false, - "type": "PanelMenuPassThroughOptions", - "description": "Custom passthrough(pt) options for PanelMenu." - }, - { - "name": "password", - "optional": true, - "readonly": false, - "type": "PasswordPassThroughOptions", - "description": "Custom passthrough(pt) options for Password." - }, + "usePassThrough": { + "name": "usePassThrough", + "parameters": [ { - "name": "picklist", - "optional": true, - "readonly": false, - "type": "PickListPassThroughOptions", - "description": "Custom passthrough(pt) options for PickList." + "name": "pt1", + "type": "object" }, { - "name": "progressbar", - "optional": true, - "readonly": false, - "type": "ProgressBarPassThroughOptions", - "description": "Custom passthrough(pt) options for ProgressBar." + "name": "pt2", + "type": "object" }, { - "name": "progressspinner", - "optional": true, - "readonly": false, - "type": "ProgressSpinnerPassThroughOptions", - "description": "Custom passthrough(pt) options for ProgressSpinner." - }, + "name": "options", + "type": "PassThroughOptions" + } + ], + "returnType": "object" + } + } + }, + "interfaces": { + "description": "Defines the custom interfaces used by the module.", + "values": { + "PassThroughOptions": { + "relatedProp": "", + "props": [ { - "name": "radiobutton", + "name": "mergeSections", "optional": true, "readonly": false, - "type": "RadioButtonPassThroughOptions", - "description": "Custom passthrough(pt) options for RadioButton." + "type": "boolean" }, { - "name": "rating", + "name": "mergeProps", "optional": true, "readonly": false, - "type": "RatingPassThroughOptions", - "description": "Custom passthrough(pt) options for Rating." - }, - { - "name": "row", - "optional": true, - "readonly": false, - "type": "RowPassThroughOptions", - "description": "Custom passthrough(pt) options for Row." - }, - { - "name": "scrollpanel", - "optional": true, - "readonly": false, - "type": "ScrollPanelPassThroughOptions", - "description": "Custom passthrough(pt) options for ScrollPanel." - }, - { - "name": "scrolltop", - "optional": true, - "readonly": false, - "type": "ScrollTopPassThroughOptions", - "description": "Custom passthrough(pt) options for ScrollTop." - }, - { - "name": "selectbutton", - "optional": true, - "readonly": false, - "type": "SelectButtonPassThroughOptions", - "description": "Custom passthrough(pt) options for SelectButton." - }, - { - "name": "sidebar", - "optional": true, - "readonly": false, - "type": "SidebarPassThroughOptions", - "description": "Custom passthrough(pt) options for Sidebar." - }, - { - "name": "skeleton", - "optional": true, - "readonly": false, - "type": "SkeletonPassThroughOptions", - "description": "Custom passthrough(pt) options for Skeleton." - }, - { - "name": "slidemenu", - "optional": true, - "readonly": false, - "type": "SlideMenuPassThroughOptions", - "description": "Custom passthrough(pt) options for SliderMenu." - }, - { - "name": "slider", - "optional": true, - "readonly": false, - "type": "SliderPassThroughOptions", - "description": "Custom passthrough(pt) options for Slider." - }, - { - "name": "speeddial", - "optional": true, - "readonly": false, - "type": "SpeedDialPassThroughOptions", - "description": "Custom passthrough(pt) options for SpeedDial." - }, - { - "name": "splitbutton", - "optional": true, - "readonly": false, - "type": "SplitButtonPassThroughOptions", - "description": "Custom passthrough(pt) options for SplitButton." - }, - { - "name": "splitter", - "optional": true, - "readonly": false, - "type": "SplitterPassThroughOptions", - "description": "Custom passthrough(pt) options for Splitter." - }, - { - "name": "steps", - "optional": true, - "readonly": false, - "type": "StepsPassThroughOptions", - "description": "Custom passthrough(pt) options for Steps." - }, - { - "name": "tabmenu", - "optional": true, - "readonly": false, - "type": "TabMenuPassThroughOptions", - "description": "Custom passthrough(pt) options for TabMenu." - }, - { - "name": "tabpanel", - "optional": true, - "readonly": false, - "type": "TabPanelPassThroughOptions", - "description": "Custom passthrough(pt) options for TabPanel." - }, - { - "name": "tabview", - "optional": true, - "readonly": false, - "type": "TabViewPassThroughOptions", - "description": "Custom passthrough(pt) options for TabView." - }, - { - "name": "tag", - "optional": true, - "readonly": false, - "type": "TagPassThroughOptions", - "description": "Custom passthrough(pt) options for Tag." - }, - { - "name": "terminal", - "optional": true, - "readonly": false, - "type": "TerminalPassThroughOptions", - "description": "Custom passthrough(pt) options for Terminal." - }, - { - "name": "tieredmenu", - "optional": true, - "readonly": false, - "type": "TieredMenuPassThroughOptions", - "description": "Custom passthrough(pt) options for TieredMenu." - }, - { - "name": "timeline", - "optional": true, - "readonly": false, - "type": "TimelinePassThroughOptions", - "description": "Custom passthrough(pt) options for Timeline." - }, - { - "name": "toast", - "optional": true, - "readonly": false, - "type": "ToastPassThroughOptions", - "description": "Custom passthrough(pt) options for Toast." - }, - { - "name": "togglebutton", - "optional": true, - "readonly": false, - "type": "ToggleButtonPassThroughOptions", - "description": "Custom passthrough(pt) options for ToffleButton." - }, - { - "name": "toolbar", - "optional": true, - "readonly": false, - "type": "ToolbarPassThroughOptions", - "description": "Custom passthrough(pt) options for Toolbar." - }, - { - "name": "tooltip", - "optional": true, - "readonly": false, - "type": "TooltipPassThroughOptions", - "description": "Custom passthrough(pt) options for Tooltip." - }, - { - "name": "tree", - "optional": true, - "readonly": false, - "type": "TreePassThroughOptions", - "description": "Custom passthrough(pt) options for Tree." - }, - { - "name": "treeselect", - "optional": true, - "readonly": false, - "type": "TreeSelectPassThroughOptions", - "description": "Custom passthrough(pt) options for TreeSelect." - }, - { - "name": "treetable", - "optional": true, - "readonly": false, - "type": "TreeTablePassThroughOptions", - "description": "Custom passthrough(pt) options for TreeTable." - }, - { - "name": "virtualscroller", - "optional": true, - "readonly": false, - "type": "VirtualScrollerPassThroughOptions", - "description": "Custom passthrough(pt) options for VirtualScroller." - } - ], - "callbacks": [], - "extendedTypes": "PrimeReactPTOptions" - } - } - } - }, - "passthrough/tailwind": { - "interfaces": { - "description": "Defines the custom interfaces used by the module.", - "values": { - "default": { - "description": "This option allows to direct implementation of all relevant attributes (e.g., style, classnames) within the respective HTML tag globally for all components.", - "relatedProp": "", - "props": [ - { - "name": "accordion", - "optional": true, - "readonly": false, - "type": "AccordionPassThroughOptions", - "description": "Custom passthrough(pt) options for Accordion." - }, - { - "name": "accordiontab", - "optional": true, - "readonly": false, - "type": "AccordionTabPassThroughOptions", - "description": "Custom passthrough(pt) options for AccordionTab." - }, - { - "name": "autocomplete", - "optional": true, - "readonly": false, - "type": "AutoCompletePassThroughOptions", - "description": "Custom passthrough(pt) options for AutoComplete." - }, - { - "name": "avatar", - "optional": true, - "readonly": false, - "type": "AvatarPassThroughOptions", - "description": "Custom passthrough(pt) options for Avatar." - }, - { - "name": "avatargroup", - "optional": true, - "readonly": false, - "type": "AvatarGroupPassThroughOptions", - "description": "Custom passthrough(pt) options for AvatarGroup." - }, - { - "name": "badge", - "optional": true, - "readonly": false, - "type": "BadgePassThroughOptions", - "description": "Custom passthrough(pt) options for Badge." - }, - { - "name": "blockui", - "optional": true, - "readonly": false, - "type": "BlockUIPassThroughOptions", - "description": "Custom passthrough(pt) options for BlockUI." - }, - { - "name": "breadcrumb", - "optional": true, - "readonly": false, - "type": "BreadCrumbPassThroughOptions", - "description": "Custom passthrough(pt) options for Breadcrumb." - }, - { - "name": "button", - "optional": true, - "readonly": false, - "type": "ButtonPassThroughOptions", - "description": "Custom passthrough(pt) options for Button." - }, - { - "name": "calendar", - "optional": true, - "readonly": false, - "type": "CalendarPassThroughOptions", - "description": "Custom passthrough(pt) options for Calendar." - }, - { - "name": "card", - "optional": true, - "readonly": false, - "type": "CardPassThroughOptions", - "description": "Custom passthrough(pt) options for Card." - }, - { - "name": "carousel", - "optional": true, - "readonly": false, - "type": "CarouselPassThroughOptions", - "description": "Custom passthrough(pt) options for Carousel." - }, - { - "name": "cascadeselect", - "optional": true, - "readonly": false, - "type": "CascadeSelectPassThroughOptions", - "description": "Custom passthrough(pt) options for CascadeSelect." - }, - { - "name": "chart", - "optional": true, - "readonly": false, - "type": "ChartPassThroughOptions", - "description": "Custom passthrough(pt) options for Chart." - }, - { - "name": "checkbox", - "optional": true, - "readonly": false, - "type": "CheckboxPassThroughOptions", - "description": "Custom passthrough(pt) options for Checkbox." - }, - { - "name": "chip", - "optional": true, - "readonly": false, - "type": "ChipPassThroughOptions", - "description": "Custom passthrough(pt) options for Chip." - }, - { - "name": "chips", - "optional": true, - "readonly": false, - "type": "ChipsPassThroughOptions", - "description": "Custom passthrough(pt) options for Chips." - }, - { - "name": "colorpicker", - "optional": true, - "readonly": false, - "type": "ColorPickerPassThroughOptions", - "description": "Custom passthrough(pt) options for ColorPicker." - }, - { - "name": "column", - "optional": true, - "readonly": false, - "type": "ColumnPassThroughOptions", - "description": "Custom passthrough(pt) options for Column." - }, - { - "name": "columngroup", - "optional": true, - "readonly": false, - "type": "ColumnGroupPassThroughOptions", - "description": "Custom passthrough(pt) options for ColumnGroup." - }, - { - "name": "confirmdialog", - "optional": true, - "readonly": false, - "type": "ConfirmDialogPassThroughOptions", - "description": "Custom passthrough(pt) options for ConfirmDialog." - }, - { - "name": "confirmpopup", - "optional": true, - "readonly": false, - "type": "ConfirmPopupPassThroughOptions", - "description": "Custom passthrough(pt) options for ConfirmPopup." - }, - { - "name": "contextmenu", - "optional": true, - "readonly": false, - "type": "ContextMenuPassThroughOptions", - "description": "Custom passthrough(pt) options for ContextMenu." - }, - { - "name": "datatable", - "optional": true, - "readonly": false, - "type": "DataTablePassThroughOptions", - "description": "Custom passthrough(pt) options for DataTable." - }, - { - "name": "dataview", - "optional": true, - "readonly": false, - "type": "DataViewPassThroughOptions", - "description": "Custom passthrough(pt) options for DataView." - }, - { - "name": "dataviewlayoutoptions", - "optional": true, - "readonly": false, - "type": "DataViewLayoutOptionsPassThroughOptions", - "description": "Custom passthrough(pt) options for DataViewLayoutOptions." - }, - { - "name": "deferredcontent", - "optional": true, - "readonly": false, - "type": "DeferredContentPassThroughOptions", - "description": "Custom passthrough(pt) options for DeferredContent." - }, - { - "name": "dialog", - "optional": true, - "readonly": false, - "type": "DialogPassThroughOptions", - "description": "Custom passthrough(pt) options for Dialog." - }, - { - "name": "divider", - "optional": true, - "readonly": false, - "type": "DividerPassThroughOptions", - "description": "Custom passthrough(pt) options for Divider." - }, - { - "name": "dock", - "optional": true, - "readonly": false, - "type": "DockPassThroughOptions", - "description": "Custom passthrough(pt) options for Dock." - }, - { - "name": "dropdown", - "optional": true, - "readonly": false, - "type": "DropdownPassThroughOptions", - "description": "Custom passthrough(pt) options for Dropdown." - }, - { - "name": "editor", - "optional": true, - "readonly": false, - "type": "EditorPassThroughOptions", - "description": "Custom passthrough(pt) options for Editor." - }, - { - "name": "fieldset", - "optional": true, - "readonly": false, - "type": "FieldsetPassThroughOptions", - "description": "Custom passthrough(pt) options for Fieldset." - }, - { - "name": "fileupload", - "optional": true, - "readonly": false, - "type": "FileUploadPassThroughOptions", - "description": "Custom passthrough(pt) options for FileUpload." - }, - { - "name": "galleria", - "optional": true, - "readonly": false, - "type": "GalleriaPassThroughOptions", - "description": "Custom passthrough(pt) options for FullCalendar." - }, - { - "name": "image", - "optional": true, - "readonly": false, - "type": "ImagePassThroughOptions", - "description": "Custom passthrough(pt) options for Galleria." - }, - { - "name": "inplace", - "optional": true, - "readonly": false, - "type": "InplacePassThroughOptions", - "description": "Custom passthrough(pt) options for Inplace." - }, - { - "name": "inputmask", - "optional": true, - "readonly": false, - "type": "InputTextPassThroughOptions", - "description": "Custom passthrough(pt) options for InputMask." - }, - { - "name": "inputnumber", - "optional": true, - "readonly": false, - "type": "InputNumberPassThroughOptions", - "description": "Custom passthrough(pt) options for InputNumber." - }, - { - "name": "inputswitch", - "optional": true, - "readonly": false, - "type": "InputSwitchPassThroughOptions", - "description": "Custom passthrough(pt) options for InputSwitch." - }, - { - "name": "inputtext", - "optional": true, - "readonly": false, - "type": "InputTextPassThroughOptions", - "description": "Custom passthrough(pt) options for InputText." - }, - { - "name": "inputtextarea", - "optional": true, - "readonly": false, - "type": "InputTextareaPassThroughOptions", - "description": "Custom passthrough(pt) options for InputTextarea." - }, - { - "name": "knob", - "optional": true, - "readonly": false, - "type": "KnobPassThroughOptions", - "description": "Custom passthrough(pt) options for Knob." - }, - { - "name": "listbox", - "optional": true, - "readonly": false, - "type": "ListboxPassThroughOptions", - "description": "Custom passthrough(pt) options for Listbox." - }, - { - "name": "megamenu", - "optional": true, - "readonly": false, - "type": "MegaMenuPassThroughOptions", - "description": "Custom passthrough(pt) options for MegaMenu." - }, - { - "name": "mention", - "optional": true, - "readonly": false, - "type": "MentionPassThroughOptions", - "description": "Custom passthrough(pt) options for Mention." - }, - { - "name": "menu", - "optional": true, - "readonly": false, - "type": "MenuPassThroughOptions", - "description": "Custom passthrough(pt) options for Menu." - }, - { - "name": "menubar", - "optional": true, - "readonly": false, - "type": "MenubarPassThroughOptions", - "description": "Custom passthrough(pt) options for Menubar." - }, - { - "name": "message", - "optional": true, - "readonly": false, - "type": "MessagePassThroughOptions", - "description": "Custom passthrough(pt) options for Message." - }, - { - "name": "messages", - "optional": true, - "readonly": false, - "type": "MessagesPassThroughOptions", - "description": "Custom passthrough(pt) options for Messages." - }, - { - "name": "multiselect", - "optional": true, - "readonly": false, - "type": "MultiSelectPassThroughOptions", - "description": "Custom passthrough(pt) options for MultiSelect." - }, - { - "name": "multisatecheckbox", - "optional": true, - "readonly": false, - "type": "MultiStateCheckboxPassThroughOptions", - "description": "Custom passthrough(pt) options for MultiStateCheckbox." - }, - { - "name": "orderlist", - "optional": true, - "readonly": false, - "type": "OrderListPassThroughOptions", - "description": "Custom passthrough(pt) options for OrderList." - }, - { - "name": "organizationchart", - "optional": true, - "readonly": false, - "type": "OrganizationChartPassThroughOptions", - "description": "Custom passthrough(pt) options for OrganizationChart." - }, - { - "name": "overlaypanel", - "optional": true, - "readonly": false, - "type": "OverlayPanelPassThroughOptions", - "description": "Custom passthrough(pt) options for OverlayPanel." - }, - { - "name": "paginator", - "optional": true, - "readonly": false, - "type": "PaginatorPassThroughOptions", - "description": "Custom passthrough(pt) options for Paginator." - }, - { - "name": "panel", - "optional": true, - "readonly": false, - "type": "PanelPassThroughOptions", - "description": "Custom passthrough(pt) options for Panel." - }, - { - "name": "panelmenu", - "optional": true, - "readonly": false, - "type": "PanelMenuPassThroughOptions", - "description": "Custom passthrough(pt) options for PanelMenu." - }, - { - "name": "password", - "optional": true, - "readonly": false, - "type": "PasswordPassThroughOptions", - "description": "Custom passthrough(pt) options for Password." - }, - { - "name": "picklist", - "optional": true, - "readonly": false, - "type": "PickListPassThroughOptions", - "description": "Custom passthrough(pt) options for PickList." - }, - { - "name": "progressbar", - "optional": true, - "readonly": false, - "type": "ProgressBarPassThroughOptions", - "description": "Custom passthrough(pt) options for ProgressBar." - }, - { - "name": "progressspinner", - "optional": true, - "readonly": false, - "type": "ProgressSpinnerPassThroughOptions", - "description": "Custom passthrough(pt) options for ProgressSpinner." - }, - { - "name": "radiobutton", - "optional": true, - "readonly": false, - "type": "RadioButtonPassThroughOptions", - "description": "Custom passthrough(pt) options for RadioButton." - }, - { - "name": "rating", - "optional": true, - "readonly": false, - "type": "RatingPassThroughOptions", - "description": "Custom passthrough(pt) options for Rating." - }, - { - "name": "row", - "optional": true, - "readonly": false, - "type": "RowPassThroughOptions", - "description": "Custom passthrough(pt) options for Row." - }, - { - "name": "scrollpanel", - "optional": true, - "readonly": false, - "type": "ScrollPanelPassThroughOptions", - "description": "Custom passthrough(pt) options for ScrollPanel." - }, - { - "name": "scrolltop", - "optional": true, - "readonly": false, - "type": "ScrollTopPassThroughOptions", - "description": "Custom passthrough(pt) options for ScrollTop." - }, - { - "name": "selectbutton", - "optional": true, - "readonly": false, - "type": "SelectButtonPassThroughOptions", - "description": "Custom passthrough(pt) options for SelectButton." - }, - { - "name": "sidebar", - "optional": true, - "readonly": false, - "type": "SidebarPassThroughOptions", - "description": "Custom passthrough(pt) options for Sidebar." - }, - { - "name": "skeleton", - "optional": true, - "readonly": false, - "type": "SkeletonPassThroughOptions", - "description": "Custom passthrough(pt) options for Skeleton." - }, - { - "name": "slidemenu", - "optional": true, - "readonly": false, - "type": "SlideMenuPassThroughOptions", - "description": "Custom passthrough(pt) options for SliderMenu." - }, - { - "name": "slider", - "optional": true, - "readonly": false, - "type": "SliderPassThroughOptions", - "description": "Custom passthrough(pt) options for Slider." - }, - { - "name": "speeddial", - "optional": true, - "readonly": false, - "type": "SpeedDialPassThroughOptions", - "description": "Custom passthrough(pt) options for SpeedDial." - }, - { - "name": "splitbutton", - "optional": true, - "readonly": false, - "type": "SplitButtonPassThroughOptions", - "description": "Custom passthrough(pt) options for SplitButton." - }, - { - "name": "splitter", - "optional": true, - "readonly": false, - "type": "SplitterPassThroughOptions", - "description": "Custom passthrough(pt) options for Splitter." - }, - { - "name": "steps", - "optional": true, - "readonly": false, - "type": "StepsPassThroughOptions", - "description": "Custom passthrough(pt) options for Steps." - }, - { - "name": "tabmenu", - "optional": true, - "readonly": false, - "type": "TabMenuPassThroughOptions", - "description": "Custom passthrough(pt) options for TabMenu." - }, - { - "name": "tabpanel", - "optional": true, - "readonly": false, - "type": "TabPanelPassThroughOptions", - "description": "Custom passthrough(pt) options for TabPanel." - }, - { - "name": "tabview", - "optional": true, - "readonly": false, - "type": "TabViewPassThroughOptions", - "description": "Custom passthrough(pt) options for TabView." - }, - { - "name": "tag", - "optional": true, - "readonly": false, - "type": "TagPassThroughOptions", - "description": "Custom passthrough(pt) options for Tag." - }, - { - "name": "terminal", - "optional": true, - "readonly": false, - "type": "TerminalPassThroughOptions", - "description": "Custom passthrough(pt) options for Terminal." - }, - { - "name": "tieredmenu", - "optional": true, - "readonly": false, - "type": "TieredMenuPassThroughOptions", - "description": "Custom passthrough(pt) options for TieredMenu." - }, - { - "name": "timeline", - "optional": true, - "readonly": false, - "type": "TimelinePassThroughOptions", - "description": "Custom passthrough(pt) options for Timeline." - }, - { - "name": "toast", - "optional": true, - "readonly": false, - "type": "ToastPassThroughOptions", - "description": "Custom passthrough(pt) options for Toast." - }, - { - "name": "togglebutton", - "optional": true, - "readonly": false, - "type": "ToggleButtonPassThroughOptions", - "description": "Custom passthrough(pt) options for ToffleButton." - }, - { - "name": "toolbar", - "optional": true, - "readonly": false, - "type": "ToolbarPassThroughOptions", - "description": "Custom passthrough(pt) options for Toolbar." - }, - { - "name": "tooltip", - "optional": true, - "readonly": false, - "type": "TooltipPassThroughOptions", - "description": "Custom passthrough(pt) options for Tooltip." - }, - { - "name": "tree", - "optional": true, - "readonly": false, - "type": "TreePassThroughOptions", - "description": "Custom passthrough(pt) options for Tree." - }, - { - "name": "treeselect", - "optional": true, - "readonly": false, - "type": "TreeSelectPassThroughOptions", - "description": "Custom passthrough(pt) options for TreeSelect." - }, - { - "name": "treetable", - "optional": true, - "readonly": false, - "type": "TreeTablePassThroughOptions", - "description": "Custom passthrough(pt) options for TreeTable." - }, - { - "name": "virtualscroller", - "optional": true, - "readonly": false, - "type": "VirtualScrollerPassThroughOptions", - "description": "Custom passthrough(pt) options for VirtualScroller." + "type": "boolean" } ], - "callbacks": [], - "extendedTypes": "PrimeReactPTOptions" + "callbacks": [] } } } }, + "passthrough/tailwind": {}, "password": { "description": "Password displays strength indicator for password fields.\n\n[Live Demo](https://www.primereact.org/password/)", "components": {