From 3e0464bc2dc4b6806bd844d1b2fd1f40676ca418 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 10 Aug 2023 22:45:25 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 1431 ++++++++++++++++++---------------- 1 file changed, 770 insertions(+), 661 deletions(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index bcd96d090..4d1f8f4be 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -3210,6 +3210,14 @@ "default": "", "description": "Default text to display when no option is selected." }, + { + "name": "loading", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "Whether the multiselect is in loading state." + }, { "name": "disabled", "optional": true, @@ -32994,6 +33002,768 @@ } } }, + "passthrough": { + "functions": { + "description": "Defines the custom functions used by the module.", + "values": { + "usePassThrough": { + "name": "usePassThrough", + "parameters": [ + { + "name": "pt1", + "type": "object" + }, + { + "name": "pt2", + "type": "object" + }, + { + "name": "options", + "type": "usePassThroughOptions" + } + ], + "returnType": "object" + } + } + }, + "interfaces": { + "description": "Defines the custom interfaces used by the module.", + "eventDescription": "Defines the custom events used by the component's emit.", + "methodDescription": "Defines methods that can be accessed by the component's reference.", + "typeDescription": "Defines the custom types used by the module.", + "values": { + "CustomizerOptions": { + "relatedProp": "", + "props": [ + { + "name": "key", + "optional": true, + "readonly": false, + "type": "string", + "default": "" + }, + { + "name": "to", + "optional": true, + "readonly": false, + "type": "object", + "default": "" + }, + { + "name": "from", + "optional": true, + "readonly": false, + "type": "object", + "default": "" + }, + { + "name": "value", + "optional": true, + "readonly": false, + "type": "any", + "default": "" + } + ], + "methods": [] + }, + "usePassThroughOptions": { + "relatedProp": "", + "props": [ + { + "name": "merge", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "" + }, + { + "name": "useMergeProps", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "" + }, + { + "name": "ignoredKeysOnMerge", + "optional": true, + "readonly": false, + "type": "string[]", + "default": "" + }, + { + "name": "customizer", + "optional": true, + "readonly": false, + "type": "Function", + "default": "" + } + ], + "methods": [] + } + } + } + }, + "passthrough/tailwind": { + "interfaces": { + "description": "Defines the custom interfaces used by the module.", + "eventDescription": "Defines the custom events used by the component's emit.", + "methodDescription": "Defines methods that can be accessed by the component's reference.", + "typeDescription": "Defines the custom types used by the module.", + "values": { + "default": { + "relatedProp": "", + "props": [ + { + "name": "accordion", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "accordiontab", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "autocomplete", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "avatar", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "avatargroup", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "badge", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "blockui", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "breadcrumb", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "button", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "calendar", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "card", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "carousel", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "cascadeselect", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "chart", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "checkbox", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "chip", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "chips", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "colorpicker", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "column", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "columngroup", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "confirmdialog", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "confirmpopup", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "contextmenu", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "datatable", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "dataview", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "dataviewlayoutoptions", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "deferredcontent", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "divider", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "dialog", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "dock", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "dropdown", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "dynamicdialog", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "editor", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "fieldset", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "fileupload", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "galleria", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "image", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "inlinemessage", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "inplace", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "inputmask", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "inputnumber", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "inputswitch", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "inputtext", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "knob", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "listbox", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "megamenu", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "menu", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "menubar", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "message", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "multiselect", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "orderlist", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "organizationchart", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "overlaypanel", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "paginator", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "panel", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "panelmenu", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "password", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "picklist", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "progressbar", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "progressspinner", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "radiobutton", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "rating", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "row", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "scrollpanel", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "scrolltop", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "sidebar", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "skeleton", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "slider", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "speeddial", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "selectbutton", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "splitbutton", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "splitter", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "splitterpanel", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "steps", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "tabmenu", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "tabpanel", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "tabview", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "tag", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "terminal", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "textarea", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "tieredmenu", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "timeline", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "toast", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "togglebutton", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "toolbar", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "tree", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "treeselect", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "tristatecheckbox", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "treetable", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "virtualscroller", + "optional": true, + "readonly": false, + "type": "DefaultPTOptions", + "default": "" + }, + { + "name": "directives", + "optional": true, + "readonly": false, + "type": "Object", + "default": "" + }, + { + "name": "global", + "optional": true, + "readonly": false, + "type": "Object", + "default": "" + } + ], + "methods": [], + "extendedTypes": "PrimeVuePTOptions" + } + } + } + }, "password": { "description": "Password displays strength indicator for password fields.\n\n[Live Demo](https://www.primevue.org/password/)", "components": { @@ -40382,667 +41152,6 @@ } } }, - "tailwind/Tailwind": { - "interfaces": { - "description": "Defines the custom interfaces used by the module.", - "eventDescription": "Defines the custom events used by the component's emit.", - "methodDescription": "Defines methods that can be accessed by the component's reference.", - "typeDescription": "Defines the custom types used by the module.", - "values": { - "default": { - "relatedProp": "", - "props": [ - { - "name": "accordion", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "accordiontab", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "autocomplete", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "avatar", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "avatargroup", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "badge", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "blockui", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "breadcrumb", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "button", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "calendar", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "card", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "carousel", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "cascadeselect", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "chart", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "checkbox", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "chip", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "chips", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "colorpicker", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "column", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "columngroup", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "confirmdialog", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "confirmpopup", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "contextmenu", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "datatable", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "dataview", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "dataviewlayoutoptions", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "deferredcontent", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "divider", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "dialog", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "dock", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "dropdown", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "dynamicdialog", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "editor", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "fieldset", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "fileupload", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "galleria", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "image", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "inlinemessage", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "inplace", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "inputmask", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "inputnumber", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "inputswitch", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "inputtext", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "knob", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "listbox", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "megamenu", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "menu", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "menubar", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "message", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "multiselect", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "orderlist", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "organizationchart", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "overlaypanel", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "paginator", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "panel", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "panelmenu", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "password", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "picklist", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "progressbar", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "progressspinner", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "radiobutton", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "rating", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "row", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "scrollpanel", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "scrolltop", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "sidebar", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "skeleton", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "slider", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "speeddial", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "selectbutton", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "splitbutton", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "splitter", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "splitterpanel", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "steps", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "tabmenu", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "tabpanel", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "tabview", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "tag", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "terminal", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "textarea", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "tieredmenu", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "timeline", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "toast", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "togglebutton", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "toolbar", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "tree", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "treeselect", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "tristatecheckbox", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "treetable", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "virtualscroller", - "optional": true, - "readonly": false, - "type": "DefaultPTOptions", - "default": "" - }, - { - "name": "directives", - "optional": true, - "readonly": false, - "type": "Object", - "default": "" - }, - { - "name": "global", - "optional": true, - "readonly": false, - "type": "Object", - "default": "" - } - ], - "methods": [], - "extendedTypes": "PrimeVuePTOptions" - } - } - } - }, "terminal": { "description": "Terminal is a text based user interface.\n\n[Live Demo](https://www.primevue.org/terminal)", "components": {