primevue
Version:
[](https://opensource.org/licenses/MIT) [](https://badge.fury.io/js/primevue) [ at the start or end of the current month. To make these days selectable use the selectOtherMonths option.",
"type": "boolean"
},
"calendar/selectOtherMonths": {
"description": "Whether days in other months shown before or after the current month are selectable. This only applies if the showOtherMonths option is set to true.",
"type": "boolean"
},
"calendar/showIcon": {
"description": "When enabled, displays a button with icon next to input.",
"type": "boolean"
},
"calendar/icon": {
"description": "Icon of the calendar button.",
"type": "string"
},
"calendar/numberOfMonths": {
"description": "Number of months to display.",
"type": "number"
},
"calendar/view": {
"description": "Type of view to display, valid valids are \"date\" for datepicker and \"month\" for month picker.",
"type": "string"
},
"calendar/touchUI": {
"description": "When enabled, calendar overlay is displayed as optimized for touch devices.",
"type": "boolean"
},
"calendar/monthNavigator": {
"description": "Whether the month should be rendered as a dropdown instead of text.",
"type": "boolean"
},
"calendar/yearNavigator": {
"description": "Whether the year should be rendered as a dropdown instead of text.",
"type": "boolean"
},
"calendar/yearRange": {
"description": "The range of years displayed in the year drop-down in (nnnn:nnnn) format such as (2000:2020).",
"type": "string"
},
"calendar/panelClass": {
"description": "Style class of the datetimepicker panel.",
"type": "string"
},
"calendar/minDate": {
"description": "The minimum selectable date.",
"type": "Date"
},
"calendar/maxDate": {
"description": "The maximum selectable date.",
"type": "Date"
},
"calendar/disabledDates": {
"description": "Array with dates to disable.",
"type": "array"
},
"calendar/disabledDays": {
"description": "Array with disabled weekday numbers.",
"type": "array"
},
"calendar/maxDateCount": {
"description": "Maximum number of selectable dates in multiple mode.",
"type": "number"
},
"calendar/showOnFocus": {
"description": "When disabled, datepicker will not be visible with input focus.",
"type": "boolean"
},
"calendar/autoZIndex": {
"description": "Whether to automatically manage layering.",
"type": "boolean"
},
"calendar/baseZIndex": {
"description": "Base zIndex value to use in layering.",
"type": "number"
},
"calendar/showButtonBar": {
"description": "Whether to display today and clear buttons at the footer",
"type": "boolean"
},
"calendar/shortYearCutoff": {
"description": "The cutoff year for determining the century for a date.",
"type": "string"
},
"calendar/showTime": {
"description": "Whether to display timepicker.",
"type": "boolean"
},
"calendar/timeOnly": {
"description": "Whether to display timepicker only.",
"type": "boolean"
},
"calendar/hourFormat": {
"description": "Specifies 12 or 24 hour format.",
"type": "string"
},
"calendar/stepHour": {
"description": "Hours to change per step.",
"type": "number"
},
"calendar/stepMinute": {
"description": "Minutes to change per step.",
"type": "number"
},
"calendar/stepSeconds": {
"description": "Seconds to change per step.",
"type": "number"
},
"calendar/showSeconds": {
"description": "Whether to show the seconds in time picker.",
"type": "boolean"
},
"calendar/hideOnDateTimeSelect": {
"description": "Whether to hide the overlay on date selection when showTime is enabled.",
"type": "boolean"
},
"calendar/timeSeparator": {
"description": "Separator of time selector.",
"type": "string"
},
"calendar/showWeek": {
"description": "When enabled, calendar will show week numbers.",
"type": "boolean"
},
"calendar/manualInput": {
"description": "Wheter to allow prevents entering the date manually via typing.",
"type": "boolean"
},
"calendar/appendTo": {
"description": "A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are \"body\" for document body and \"self\" for the element itself.",
"type": "string"
},
"calendar/inputStyle": {
"description": "Inline style of the input field.",
"type": "any"
},
"calendar/inputClass": {
"description": "Style class of the input field.",
"type": "string"
},
"carousel/value": {
"description": "An array of objects to display.",
"type": "array"
},
"carousel/page": {
"description": "Index of the first item.",
"type": "number"
},
"carousel/circular": {
"description": "Defines if scrolling would be infinite.",
"type": "boolean"
},
"carousel/autoplayInterval": {
"description": "Time in milliseconds to scroll items automatically.",
"type": "number"
},
"carousel/numVisible": {
"description": "Number of items per page.",
"type": "number"
},
"carousel/numScroll": {
"description": "Number of items to scroll.",
"type": "number"
},
"carousel/responsiveOptions": {
"description": "An array of options for responsive design.",
"type": "any"
},
"carousel/orientation": {
"description": "Specifies the layout of the component, valid values are \"horizontal\" and \"vertical\".",
"type": "string"
},
"carousel/verticalViewPortHeight": {
"description": "Height of the viewport in vertical layout.",
"type": "string"
},
"carousel/contentClass": {
"description": "Style class of main content.",
"type": "string"
},
"carousel/containerClass": {
"description": "Style class of the viewport container.",
"type": "string"
},
"carousel/indicatorsContentClass": {
"description": "Style class of the indicator items.",
"type": "string"
},
"cascadeselect/modelValue": {
"description": "Value of the component.",
"type": "any"
},
"cascadeselect/options": {
"description": "An array of selectitems to display as the available options.",
"type": "array"
},
"cascadeselect/optionLabel": {
"description": "Property name or getter function to use as the label of an option.",
"type": "string"
},
"cascadeselect/optionValue": {
"description": "Property name or getter function to use as the value of an option, defaults to the option itself when not defined.",
"type": "string"
},
"cascadeselect/optionGroupLabel": {
"description": "Property name or getter function to use as the label of an option group.",
"type": "string"
},
"cascadeselect/optionGroupChildren": {
"description": "Property name or getter function to retrieve the items of a group.",
"type": "array"
},
"cascadeselect/placeholder": {
"description": "Default text to display when no option is selected.",
"type": "string"
},
"cascadeselect/disabled": {
"description": "When present, it specifies that the component should be disabled.",
"type": "boolean"
},
"cascadeselect/dataKey": {
"description": "A property to uniquely identify an option.",
"type": "string"
},
"cascadeselect/tabindex": {
"description": "Index of the element in tabbing order.",
"type": "number"
},
"cascadeselect/inputId": {
"description": "Identifier of the underlying input element.",
"type": "string"
},
"cascadeselect/ariaLabelledBy": {
"description": "Establishes relationships between the component and label(s) where its value should be one or more element IDs.",
"type": "string"
},
"cascadeselect/appendTo": {
"description": "A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are \"body\" for document body and \"self\" for the element itself.",
"type": "string"
},
"cascadeselect/panelClass": {
"description": "Style class of the overlay panel.",
"type": "string"
},
"cascadeselect/loading": {
"description": "Whether the multiselect is in loading state.",
"type": "boolean"
},
"cascadeselect/loadingIcon": {
"description": "Icon to display in loading state.",
"type": "string"
},
"chart/type": {
"description": "Type of the chart.",
"type": "string"
},
"chart/data": {
"description": "Data to display.",
"type": "any"
},
"chart/options": {
"description": "Options to customize the chart.",
"type": "any"
},
"chart/width": {
"description": "Width of the chart in non-responsive mode.",
"type": "number"
},
"chart/height": {
"description": "Height of the chart in non-responsive mode.",
"type": "number"
},
"checkbox/value": {
"description": "Value of the checkbox.",
"type": "any"
},
"checkbox/modelValue": {
"description": "Value binding of the checkbox.",
"type": "any"
},
"checkbox/binary": {
"description": "Allows to select a boolean value instead of multiple values.",
"type": "boolean"
},
"chip/label": {
"description": "Defines the text to display.",
"type": "string"
},
"chip/icon": {
"description": "Defines the icon to display.",
"type": "string"
},
"chip/image": {
"description": "Defines the image to display.",
"type": "string"
},
"chip/removable": {
"description": "Whether to display a remove icon.",
"type": "boolean"
},
"chip/removeIconClass": {
"description": "Icon of the remove element.",
"type": "string"
},
"chips/modelValue": {
"description": "Value of the component.",
"type": "array"
},
"chips/max": {
"description": "Maximum number of entries allowed.",
"type": "number"
},
"chips/separator": {
"description": "Separator char to add an item when pressed in addition to the enter key. Currently only possible value is \",\"",
"type": "string"
},
"chips/addOnBlur": {
"description": "Whether to add an item when the input loses focus.",
"type": "boolean"
},
"chips/allowDuplicate": {
"description": "Whether to allow duplicate values or not.",
"type": "boolean"
},
"colorpicker/modelValue": {
"description": "Value of the component.",
"type": "string"
},
"colorpicker/defaultColor": {
"description": "Initial color to display when value is not defined.",
"type": "string"
},
"colorpicker/inline": {
"description": "Whether to display as an overlay or not.",
"type": "boolean"
},
"colorpicker/format": {
"description": "Format to use in value binding, supported formats are \"hex\", \"rgb\" and \"hsb\".",
"type": "string"
},
"colorpicker/disabled": {
"description": "When present, it specifies that the component should be disabled.",
"type": "boolean"
},
"colorpicker/tabIndex": {
"description": "Index of the element in tabbing order.",
"type": "string"
},
"colorpicker/baseZIndex": {
"description": "Base zIndex value to use in layering.",
"type": "number"
},
"colorpicker/autoZIndex": {
"description": "Whether to automatically manage layering.",
"type": "boolean"
},
"colorpicker/ariaLabelledBy": {
"description": "Establishes relationships between the component and label(s) where its value should be one or more element IDs.",
"type": "string"
},
"colorpicker/panelClass": {
"description": "Style class of the overlay panel.",
"type": "string"
},
"colorpicker/appendTo": {
"description": "A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are \"body\" for document body and \"self\" for the element itself.",
"type": "string"
},
"column/columnKey": {
"description": "Identifier of a column if field property is not defined.",
"type": "any"
},
"column/field": {
"description": "Property represented by the column.",
"type": "string"
},
"column/sortField": {
"description": "Property name to use in sorting, defaults to field.",
"type": "string"
},
"column/filterField": {
"description": "Property name to use in filtering, defaults to field.",
"type": "string"
},
"column/sortable": {
"description": "Defines if a column is sortable.",
"type": "any"
},
"column/header": {
"description": "Header content of the column.",
"type": "any"
},
"column/footer": {
"description": "Footer content of the column.",
"type": "any"
},
"column/style": {
"description": "Inline style of header, body and footer cells.",
"type": "object"
},
"column/class": {
"description": "Style class of header, body and footer cells.",
"type": "string"
},
"column/headerStyle": {
"description": "Inline style of the column header.",
"type": "object"
},
"column/headerClass": {
"description": "Style class of the column header.",
"type": "string"
},
"column/bodyStyle": {
"description": "Inline style of the column body.",
"type": "object"
},
"column/bodyClass": {
"description": "Style class of the column body.",
"type": "string"
},
"column/footerStyle": {
"description": "Inline style of the column footer.",
"type": "object"
},
"column/footerClass": {
"description": "Style class of the footer body.",
"type": "string"
},
"column/showFilterMenu": {
"description": "Whether to display the filter overlay.",
"type": "boolean"
},
"column/showFilterOperator": {
"description": "When enabled, match all and match any operator selector is displayed.",
"type": "boolean"
},
"column/showClearButton": {
"description": "Displays a button to clear the column filtering.",
"type": "boolean"
},
"column/showApplyButton": {
"description": "Displays a button to apply the column filtering.",
"type": "boolean"
},
"column/showFilterMatchModes": {
"description": "Whether to show the match modes selector.",
"type": "boolean"
},
"column/showAddButton": {
"description": "When enabled, a button is displayed to add more rules.",
"type": "boolean"
},
"column/filterMatchModeOptions": {
"description": "An array of label-value pairs to override the global match mode options.",
"type": "array"
},
"column/maxConstraints": {
"description": "Maximum number of constraints for a column filter.",
"type": "number"
},
"column/excludeGlobalFilter": {
"description": "Whether to exclude from global filtering or not.",
"type": "boolean"
},
"column/filterHeaderStyle": {
"description": "Inline style of the column filter header in row filter display.",
"type": "object"
},
"column/filterHeaderClass": {
"description": "Style class of the column filter header in row filter display.",
"type": "string"
},
"column/filterMenuStyle": {
"description": "Inline style of the column filter overlay.",
"type": "object"
},
"column/filterMenuClass": {
"description": "Style class of the column filter overlay.",
"type": "string"
},
"column/selectionMode": {
"description": "Defines column based selection mode, options are \"single\" and \"multiple\".",
"type": "string"
},
"column/expander": {
"description": "Displays an icon to toggle row expansion.",
"type": "boolean"
},
"column/colspan": {
"description": "Number of columns to span for grouping.",
"type": "number"
},
"column/rowspan": {
"description": "Number of rows to span for grouping.",
"type": "number"
},
"column/rowReorder": {
"description": "Whether this column displays an icon to reorder the rows.",
"type": "boolean"
},
"column/rowReorderIcon": {
"description": "Icon of the drag handle to reorder rows.",
"type": "string"
},
"column/reorderableColumn": {
"description": "Defines if the column itself can be reordered with dragging.",
"type": "boolean"
},
"column/rowEditor": {
"description": "When enabled, column displays row editor controls.",
"type": "boolean"
},
"column/frozen": {
"description": "Whether the column is fixed in horizontal scrolling.",
"type": "boolean"
},
"column/alignFrozen": {
"description": "Position of a frozen column, valid values are left and right.",
"type": "string"
},
"column/exportable": {
"description": "Whether the column is included in data export.",
"type": "boolean"
},
"column/hidden": {
"description": "Whether the column is rendered.",
"type": "boolean"
},
"confirmdialog/group": {
"description": "Optional key to match the key of the confirmation, useful to target a specific confirm dialog instance.",
"type": "string"
},
"confirmdialog/breakpoints": {
"description": "Object literal to define widths per screen size.",
"type": "object"
},
"confirmpopup/group": {
"description": "Optional key to match the key of the confirmation, useful to target a specific confirm dialog instance.",
"type": "string"
},
"contextmenu/model": {
"description": "An array of menuitems.",
"type": "array"
},
"contextmenu/appendTo": {
"description": "A valid query selector or an HTMLElement to specify where the overlay gets attached.",
"type": "string"
},
"contextmenu/baseZIndex": {
"description": "Base zIndex value to use in layering.",
"type": "number"
},
"contextmenu/autoZIndex": {
"description": "Whether to automatically manage layering.",
"type": "boolean"
},
"contextmenu/global": {
"description": "Attaches the menu to document instead of a particular item.",
"type": "boolean"
},
"datatable/value": {
"description": "An array of objects to display.",
"type": "array"
},
"datatable/dataKey": {
"description": "Name of the field that uniquely identifies the a record in the data.",
"type": "string"
},
"datatable/rows": {
"description": "Number of rows to display per page.",
"type": "number"
},
"datatable/first": {
"description": "Index of the first row to be displayed.",
"type": "number"
},
"datatable/totalRecords": {
"description": "Number of total records, defaults to length of value when not defined.",
"type": "number"
},
"datatable/paginator": {
"description": "When specified as true, enables the pagination.",
"type": "boolean"
},
"datatable/paginatorPosition": {
"description": "Position of the paginator, options are \"top\",\"bottom\" or \"both\".",
"type": "string"
},
"datatable/alwaysShowPaginator": {
"description": "Whether to show it even there is only one page.",
"type": "boolean"
},
"datatable/paginatorTemplate": {
"description": "emplate of the paginator.",
"type": "string"
},
"datatable/pageLinkSize": {
"description": "Number of page links to display.",
"type": "number"
},
"datatable/rowsPerPageOptions": {
"description": "Array of integer values to display inside rows per page dropdown.",
"type": "array"
},
"datatable/currentPageReportTemplate": {
"description": "Template of the current page report element.",
"type": "string"
},
"datatable/lazy": {
"description": "Defines if data is loaded and interacted with in lazy manner.",
"type": "boolean"
},
"datatable/loading": {
"description": "Displays a loader to indicate data load is in progress.",
"type": "boolean"
},
"datatable/loadingIcon": {
"description": "The icon to show while indicating data load is in progress.",
"type": "string"
},
"datatable/sortField": {
"description": "Property name or a getter function of a row data used for sorting by default",
"type": "string"
},
"datatable/sortOrder": {
"description": "Order to sort the data by default.",
"type": "number"
},
"datatable/defaultSortOrder": {
"description": "Default sort order of an unsorted column.",
"type": "number"
},
"datatable/multiSortMeta": {
"description": "An array of SortMeta objects to sort the data by default in multiple sort mode.",
"type": "array"
},
"datatable/sortMode": {
"description": "Defines whether sorting works on single column or on multiple columns.",
"type": "string"
},
"datatable/removableSort": {
"description": "When enabled, columns can have an un-sorted state.",
"type": "boolean"
},
"datatable/filters": {
"description": "Filters object with key-value pairs to define the filters.",
"type": "object"
},
"datatable/filterDisplay": {
"description": "Layout of the filter elements, valid values are \"row\" and \"menu\".",
"type": "string"
},
"datatable/filterLocale": {
"description": "Locale to use in filtering. The default locale is the host environment's current locale.",
"type": "string"
},
"datatable/selection": {
"description": "Selected row in single mode or an array of values in multiple mode.",
"type": "any"
},
"datatable/selectionMode": {
"description": "Specifies the selection mode, valid values are \"single\" and \"multiple\".",
"type": "string"
},
"datatable/compareSelectionBy": {
"description": "Algorithm to define if a row is selected, valid values are \"equals\" that compares by reference and \"deepEquals\" that compares all fields.",
"type": "string"
},
"datatable/metaKeySelection": {
"description": "Defines whether metaKey is requred or not for the selection. When true metaKey needs to be pressed to select or unselect an item and when set to false selection of each item can be toggled individually. On touch enabled devices, metaKeySelection is turned off automatically.",
"type": "boolean"
},
"datatable/contextMenu": {
"description": "Enables context menu integration.",
"type": "boolean"
},
"datatable/contextMenuSelection": {
"description": "Selected row instance with the ContextMenu.",
"type": "object"
},
"datatable/rowHover": {
"description": "When enabled, background of the rows change on hover.",
"type": "boolean"
},
"datatable/csvSeparator": {
"description": "Character to use as the csv separator.",
"type": "string"
},
"datatable/exportFilename": {
"description": "Name of the exported file.",
"type": "string"
},
"datatable/autoLayout": {
"description": "Whether the cell widths scale according to their content or not. Does not apply to scrollable tables.",
"type": "boolean"
},
"datatable/resizableColumns": {
"description": "When enabled, columns can be resized using drag and drop.",
"type": "boolean"
},
"datatable/columnResizeMode": {
"description": "Defines whether the overall table width should change on column resize, valid values are \"fit\" and \"expand\".",
"type": "string"
},
"datatable/reorderableColumns": {
"description": "When enabled, columns can be reordered using drag and drop.",
"type": "boolean"
},
"datatable/expandedRows": {
"description": "A collection of row data display as expanded.",
"type": "array"
},
"datatable/expandedRowIcon": {
"description": "Icon of the row toggler to display the row as expanded.",
"type": "string"
},
"datatable/collapsedRowIcon": {
"description": "Icon of the row toggler to display the row as collapsed.",
"type": "string"
},
"datatable/rowGroupMode": {
"description": "Defines the row group mode, valid options are \"subheader\" and \"rowspan\".",
"type": "string"
},
"datatable/groupRowsBy": {
"description": "One or more field names to use in row grouping.",
"type": "string|array"
},
"datatable/expandableRowGroups": {
"description": "Whether the row groups can be expandable.",
"type": "boolean"
},
"datatable/expandedRowGroups": {
"description": "An array of group field values whose groups would be rendered as expanded.",
"type": "array"
},
"datatable/stateStorage": {
"description": "Defines where a stateful table keeps its state, valid values are \"session\" for sessionStorage and \"local\" for localStorage.",
"type": "string"
},
"datatable/stateKey": {
"description": "Unique identifier of a stateful table to use in state storage.",
"type": "string"
},
"datatable/editMode": {
"description": "Defines the incell editing mode, valid options are \"cell\" and \"row\".",
"type": "string"
},
"datatable/editingRows": {
"description": "A collection of rows to represent the current editing data in row edit mode.",
"type": "array"
},
"datatable/rowClass": {
"description": "A function that takes the row data and returns a string to apply a particular class for the row.",
"type": "function"
},
"datatable/scrollable": {
"description": "When specified, enables horizontal and/or vertical scrolling.",
"type": "boolean"
},
"datatable/scrollDirection": {
"description": "Orientation of the scrolling, options are \"vertical\", \"horizontal\" and \"both\".",
"type": "string"
},
"datatable/scrollHeight": {
"description": "Height of the scroll viewport in fixed units or the \"flex\" keyword for a dynamic size.",
"type": "string"
},
"datatable/frozenValue": {
"description": "Items of the frozen part in scrollable DataTable.",
"type": "array"
},
"datatable/responsiveLayout": {
"description": "Defines the responsive mode, valid options are \"stack\" and \"scroll\".",
"type": "string"
},
"datatable/breakpoint": {
"description": "The breakpoint to define the maximum width boundary when using stack responsive layout.",
"type": "string"
},
"datatable/showGridlines": {
"description": "Whether to show grid lines between cells.",
"type": "boolean"
},
"datatable/stripedRows": {
"description": "Whether to displays rows with alternating colors.",
"type": "boolean"
},
"dataview/value": {
"description": "An array of objects to display.",
"type": "array"
},
"dataview/layout": {
"description": "Layout of the items, valid values are \"list\" and \"grid\".",
"type": "string"
},
"dataview/rows": {
"description": "Number of rows to display per page.",
"type": "number"
},
"dataview/first": {
"description": "ndex of the first record to render.",
"type": "number"
},
"dataview/totalRecords": {
"description": "Number of total records, defaults to length of value when not defined.",
"type": "number"
},
"dataview/paginator": {
"description": "When specified as true, enables the pagination.",
"type": "boolean"
},
"dataview/paginatorPosition": {
"description": "Position of the paginator, options are \"top\",\"bottom\" or \"both\".",
"type": "string"
},
"dataview/alwaysShowPaginator": {
"description": "Whether to show it even there is only one page.",
"type": "boolean"
},
"dataview/paginatorTemplate": {
"description": "Template of the paginator.",
"type": "string"
},
"dataview/pageLinkSize": {
"description": "Number of page links to display.",
"type": "number"
},
"dataview/rowsPerPageOptions": {
"description": "Array of integer values to display inside rows per page dropdown.",
"type": "array"
},
"dataview/currentPageReportTemplate": {
"description": "Template of the current page report element.",
"type": "string"
},
"dataview/sortField": {
"description": "Property name or a getter function of data to use in sorting by default.",
"type": "string"
},
"dataview/sortOrder": {
"description": "Order to sort the data by default.",
"type": "number"
},
"dataview/lazy": {
"description": "Defines if data is loaded and interacted with in lazy manner.",
"type": "boolean"
},
"dialog/header": {
"description": "Title content of the dialog.",
"type": "any"
},
"dialog/footer": {
"description": "Footer content of the dialog.",
"type": "any"
},
"dialog/visible": {
"description": "Specifies the visibility of the dialog.",
"type": "boolean"
},
"dialog/modal": {
"description": "Defines if background should be blocked when dialog is displayed.",
"type": "boolean"
},
"dialog/closeOnEscape": {
"description": "Specifies if pressing escape key should hide the dialog.",
"type": "boolean"
},
"dialog/dismissableMask": {
"description": "Specifies if clicking the modal background should hide the dialog.",
"type": "boolean"
},
"dialog/position": {
"description": "Position of the dialog, options are \"center\", \"top\", \"bottom\", \"left\", \"right\", \"topleft\", \"topright\", \"bottomleft\" or \"bottomright\".",
"type": "string"
},
"dialog/contentStyle": {
"description": "Style of the content section.",
"type": "object"
},
"dialog/contentClass": {
"description": "Style class of the content section.",
"type": "string"
},
"dialog/rtl": {
"description": "When enabled dialog is displayed in RTL direction.",
"type": "boolean"
},
"dialog/closable": {
"description": "Adds a close icon to the header to hide the dialog.",
"type": "boolean"
},
"dialog/showHeader": {
"description": "Whether to show the header or not.",
"type": "boolean"
},
"dialog/baseZIndex": {
"description": "Base zIndex value to use in layering.",
"type": "number"
},
"dialog/autoZIndex": {
"description": "Whether to automatically manage layering.",
"type": "boolean"
},
"dialog/ariaCloseLabel": {
"description": "Aria label of the close icon.",
"type": "string"
},
"dialog/maxiizable": {
"description": "Whether the dialog can be displayed full screen.",
"type": "boolean"
},
"dialog/breakpoints": {
"description": "Object literal to define widths per screen size.",
"type": "object"
},
"dialog/draggable": {
"description": "Whether the dialog can be displayed full screen.",
"type": "boolean"
},
"dialog/minX": {
"description": "Minimum value for the left coordinate of dialog in dragging.",
"type": "number"
},
"dialog/minY": {
"description": "Minimum value for the top coordinate of dialog in dragging.",
"type": "number"
},
"dialog/keepInViewport": {
"description": "Keeps dialog in the viewport when dragging.",
"type": "boolean"
},
"divider/align": {
"description": "Alignment of the content, options are \"left\", \"center\", \"right\" for horizontal layout and \"top\", \"center\", \"bottom\" for vertical.",
"type": "string"
},
"divider/layout": {
"description": "Specifies the orientation, valid values are \"horizontal\" and \"vertical\".",
"type": "string"
},
"divider/type": {
"description": "Border style type, default is \"solid\" and other options are \"dashed\" and \"dotted\".",
"type": "string"
},
"dropdown/modelValue": {
"description": "Value of the component.",
"type": "any"
},
"dropdown/options": {
"description": "An array of selectitems to display as the available options.",
"type": "array"
},
"dropdown/optionLabel": {
"description": "Property name or getter function to use as the label of an option.",
"type": "string"
},
"dropdown/optionValue": {
"description": "Property name or getter function to use as the value of an option, defaults to the option itself when not defined.",
"type": "string"
},
"dropdown/optionDisabled": {
"description": "Property name or getter function to use as the disabled flag of an option, defaults to false when not defined.",
"type": "boolean"
},
"dropdown/optionGroupLabel": {
"description": "Property name or getter function to use as the label of an option group.",
"type": "string"
},
"dropdown/optionGroupChildren": {
"description": "Property name or getter function that refers to the children options of option group.",
"type": "string"
},
"dropdown/scrollHeight": {
"description": "Height of the viewport, a scrollbar is defined if height of list exceeds this value.",
"type": "string"
},
"dropdown/filter": {
"description": "When specified, displays a filter input at header.",
"type": "boolean"
},
"dropdown/filterPlaceholder": {
"description": "Placeholder text to show when filter input is empty.",
"type": "string"
},
"dropdown/filterLocale": {
"description": "Locale to use in filtering. The default locale is the host environment's current locale.",
"type": "string"
},
"dropdown/filterMatchMode": {
"description": "Defines the filtering algorithm to use when searching the options. Valid values are \"contains\" (default), \"startsWith\" and \"endsWith\"",
"type": "string"
},
"dropdown/filterFields": {
"description": "Fields used when filtering the options, defaults to optionLabel.",
"type": "array"
},
"dropdown/editable": {
"description": "When present, custom value instead of predefined options can be entered using the editable input field.",
"type": "boolean"
},
"dropdown/placeholder": {
"description": "Default text to display when no option is selected.",
"type": "string"
},
"dropdown/disabled": {
"description": "When present, it specifies that the component should be disabled.",
"type": "boolean"
},
"dropdown/dataKey": {
"description": "A property to uniquely identify an option.",
"type": "string"
},
"dropdown/showClear": {
"description": "When enabled, a clear icon is displayed to clear the value.",
"type": "boolean"
},
"dropdown/tabindex": {
"description": "Index of the element in tabbing order.",
"type": "number"
},
"dropdown/inputId": {
"description": "Identifier of the underlying input element.",
"type": "string"
},
"dropdown/ariaLabelledBy": {
"description": "A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are \"body\" for document body and \"self\" for the element itself.",
"type": "string"
},
"dropdown/emptyFilterMessage": {
"description": "Text to display when filtering does not return any results. Defaults to value from PrimeVue locale configuration.",
"type": "string"
},
"dropdown/emptyMessage": {
"description": "Text to display when there are no options available. Defaults to value from PrimeVue locale configuration.",
"type": "string"
},
"dropdown/panelClass": {
"description": "Style class of the overlay panel.",
"type": "string"
},
"dropdown/loading": {
"description": "Whether the multiselect is in loading state.",
"type": "boolean"
},
"dropdown/loadingIcon": {
"description": "Icon to display in loading state.",
"type": "string"
},
"editor/modelValue": {
"description": "Value of the content.",
"type": "string"
},
"editor/placeholder": {
"description": "Placeholder text to show when editor is empty.",
"type": "string"
},
"editor/readonly": {
"description": "Whether to instantiate the editor to readonly mode.",
"type": "boolean"
},
"editor/formats": {
"description": "Whitelist of formats to display.",
"type": "string[]"
},
"editor/editorStyle": {
"description": "Inline style of the container.",
"type": "any"
},
"fieldset/legend": {
"description": "Header text of the fieldset.",
"type": "string"
},
"fieldset/toggleable": {
"description": "When specified, content can toggled by clicking the legend.",
"type": "boolean"
},
"fieldset/collapsed": {
"description": "Defines the default visibility state of the content.",
"type": "boolean"
},
"fileupload/name": {
"description": "Name of the request parameter to identify the files at backend.",
"type": "string"
},
"fileupload/url": {
"description": "Remote url to upload the files.",
"type": "string"
},
"fileupload/mode": {
"description": "Defines the UI of the component, possible values are \"advanced\" and \"basic\".",
"type": "string"
},
"fileupload/multiple": {
"description": "Used to select multiple files at once from file dialog.",
"type": "boolean"
},
"fileupload/accept": {
"description": "Pattern to restrict the allowed file types such as \"image/*\".",
"type": "string"
},
"fileupload/disabled": {
"description": "Disables the upload functionality.",
"type": "boolean"
},
"fileupload/auto": {
"description": "When enabled, upload begins automatically after selection is completed.",
"type": "boolean"
},
"fileupload/maxFileSize": {
"description": "Maximum file size allowed in bytes.",
"type": "number"
},
"fileupload/invalidFileSizeMessage": {
"description": "Message of the invalid fize size.",
"type": "string"
},
"fileupload/invalidFileLimitMessage": {
"description": "Message to display when number of files to be uploaded exceeeds the limit.",
"type": "string"
},
"fileupload/fileLimit": {
"description": "Maximum number of files that can be uploaded.",
"type": "number"
},
"fileupload/withCredentials": {
"description": "Cross-site Access-Control requests should be made using credentials such as cookies, authorization headers or TLS client certificates.",
"type": "boolean"
},
"fileupload/previewWidth": {
"description": "Width of the image thumbnail in pixels.",
"type": "number"
},
"fileupload/chooseLabel": {
"description": "Label of the choose button. Defaults to PrimeVue Locale configuration.",
"type": "string"
},
"fileupload/uploadLabel": {
"description": "Label of the upload button. Defaults to PrimeVue Locale configuration.",
"type": "string"
},
"fileupload/cancelLabel": {
"description": "Label of the cancel button. Defaults to PrimeVue Locale configuration.",
"type": "string"
},
"fileupload/customUpload": {
"description": "Whether to use the default upload or a manual implementation defined in uploadHandler callback. Defaults to PrimeVue Locale configuration.",
"type": "boolean"
},
"fileupload/showUploadButton": {
"description": "Whether to show the upload button.",
"type": "boolean"
},
"fileupload/showCancelButton": {
"description": "Whether to cancel the upload button.",
"type": "boolean"
},
"fullcalendar/events": {
"description": "An array of events to display.",
"type": "array"
},
"fullcalendar/options": {
"description": "A configuration object to define properties of FullCalendar.",
"type": "object"
},
"galleria/id": {
"description": "Unique identifier of the element.",
"type": "string"
},
"galleria/value": {
"description": "An array of objects to display.",
"type": "array"
},
"galleria/activeIndex": {
"description": "Index of the first item.",
"type": "number"
},
"galleria/fullscreen": {
"description": "Whether to display the component on fullscreen.",
"type": "boolean"
},
"galleria/visible": {
"description": "Specifies the visibility of the mask on fullscreen mode.",
"type": "boolean"
},
"galleria/numVisible": {
"description": "Number of items per page.",
"type": "number"
},
"galleria/responsiveOptions": {
"description": "An array of options for responsive design.",
"type": "any"
},
"galleria/showItemNavigators": {
"description": "Whether to display navigation buttons in item section.",
"type": "boolean"
},
"galleria/showThumbnailNavigators": {
"description": "Whether to display navigation buttons in thumbnail container.",
"type": "boolean"
},
"galleria/showItemNavigatorsOnHover": {
"description": "Whether to display navigation buttons on item hover.",
"type": "boolean"
},
"galleria/changeItemOnIndicatorHover": {
"description": "When enabled, item is changed on indicator hover.",
"type": "boolean"
},
"galleria/circular": {
"description": "Defines if scrolling would be infinite.",
"type": "boolean"
},
"galleria/autoPlay": {
"description": "Items are displayed with a slideshow in autoPlay mode.",
"type": "boolean"
},
"galleria/transitionInterval": {
"description": "Time in milliseconds to scroll items.",
"type": "number"
},
"galleria/showThumbnails": {
"description": "Whether to display thumbnail container.",
"type": "boolean"
},
"galleria/thumbnailsPosition": {
"description": "Position of thumbnails. Valid values are \"bottom\", \"top\", \"left\" and \"right\".",
"type": "string"
},
"galleria/verticalThumbnailViewPortHeight": {
"description": "Height of the viewport in vertical thumbnail.",
"type": "string"
},
"galleria/showIndicators": {
"description": "Whether to display indicator container.",
"type": "boolean"
},
"galleria/showIndicatorsOnItem": {
"description": "When enabled, indicator container is displayed on item container.",
"type": "boolean"
},
"galleria/indicatorsPosition": {
"description": "Position of indicators. Valid values are \"bottom\", \"top\", \"left\" and \"right\".",
"type": "string"
},
"galleria/baseZIndex": {
"description": "ase zIndex value to use in layering.",
"type": "number"
},
"galleria/maskClass": {
"description": "Style class of the mask on fullscreen mode.",
"type": "string"
},
"galleria/containerStyle": {
"description": "Inline style of the component on fullscreen mode. Otherwise, the 'style' property can be used.",
"type": "string"
},
"galleria/galleriaClass": {
"description": "Style class of the component on fullscreen mode. Otherwise, the 'class' property can be used.",
"type": "string"
},
"inlinemessage/severity": {
"description": "Severity level of the message. Valid severities are \"success\", \"info\", \"warn\" and \"error\".",
"type": "string"
},
"inplace/active": {
"description": "Whether the content is displayed or not.",
"type": "boolean"
},
"inplace/closable": {
"description": "Displays a button to switch back to display mode.",
"type": "boolean"
},
"inputmask/modelValue": {
"description": "Value of the component.",
"type": "any"
},
"inputmask/mask": {
"description": "Mask pattern.",
"type": "string"
},
"inputmask/slotChar": {
"description": "Placeholder character in mask, default is underscore.",
"type": "string"
},
"inputmask/autoClear": {
"description": "Clears the incomplete value on blur.",
"type": "boolean"
},
"inputmask/unmask": {
"description": "Defines if model sets the raw unmasked value to bound value or the formatted mask value.",
"type": "boolean"
},
"inputnumber/modelValue": {
"description": "Value of the component.",
"type": "number"
},
"inputnumber/format": {
"description": "Whether to format the value.",
"type": "boolean"
},
"inputnumber/showButtons": {
"description": "Displays spinner buttons.",
"type": "boolean"
},
"inputnumber/buttonLayout": {
"description": "Layout of the buttons, valid values are \"stacked\" (default), \"horizontal\" and \"vertical\".",
"type": "string"
},
"inputnumber/incrementButtonClass": {
"description": "Style class of the increment button.",
"type": "string"
},
"inputnumber/decrementButtonClass": {
"description": "Style class of the decrement button.",
"type": "string"
},
"inputnumber/incrementButtonIcon": {
"description": "Style class of the increment button.",
"type": "string"
},
"inputnumber/decrementButtonIcon": {
"description": "Styl