{
  "ButtonRenderer/icon": {
    "description": "",
    "type": "string"
  },
  "ButtonRenderer/item": {
    "description": "",
    "type": "object"
  },
  "ButtonRenderer/text": {
    "description": "",
    "type": "string"
  },
  "CheckCircleRenderer/item": {
    "description": "",
    "type": "object"
  },
  "CheckCircleRenderer/value": {
    "description": "",
    "type": "string"
  },
  "CustomAccountContactFilters/applyMargin": {
    "description": "",
    "type": "boolean"
  },
  "CustomAccountContactFilters/enableSaveLoadFilters": {
    "description": "",
    "type": "boolean"
  },
  "CustomAccountContactFilters/reverseFilterOrder": {
    "description": "",
    "type": "boolean"
  },
  "CustomAccountContactFilters/showCustomAccountContactFilters": {
    "description": "",
    "type": "boolean"
  },
  "CustomAccountContactFilters/type": {
    "description": "",
    "type": "string"
  },
  "CustomAccountContactFilters/width": {
    "description": "",
    "type": "number|string"
  },
  "CustomFilter/applyMargin": {
    "description": "",
    "type": "boolean"
  },
  "CustomFilter/filter": {
    "description": "",
    "type": "object"
  },
  "CustomFilter/type": {
    "description": "",
    "type": "string"
  },
  "PAccountsContactsProvider/accountId": {
    "description": "",
    "type": "string"
  },
  "PAccountsContactsProvider/defaultItemsPerPage": {
    "description": "",
    "type": "number"
  },
  "PAccountsContactsProvider/defaultSortBy": {
    "description": "",
    "type": "string"
  },
  "PAccountsContactsProvider/searchFields": {
    "description": "",
    "type": "array"
  },
  "PAccountsContactsProvider/selectColumns": {
    "description": "",
    "type": "array"
  },
  "PAccountsContactsProvider/type": {
    "description": "",
    "type": "string"
  },
  "PAccountsContactsTable-header/checkboxColor": {
    "description": "",
    "type": "string"
  },
  "PAccountsContactsTable-header/disableSort": {
    "description": "Toggles rendering of sort button",
    "type": "boolean"
  },
  "PAccountsContactsTable-header/everyItem": {
    "description": "Indicates if all items in table are selected",
    "type": "boolean"
  },
  "PAccountsContactsTable-header/headers": {
    "description": "Array of header items to display",
    "type": "array"
  },
  "PAccountsContactsTable-header/mobile": {
    "description": "Renders mobile view of headers",
    "type": "boolean"
  },
  "PAccountsContactsTable-header/options": {
    "description": "Options object. Identical to the one on `v-data-table`",
    "type": "object"
  },
  "PAccountsContactsTable-header/showGroupBy": {
    "description": "Shows group by button",
    "type": "boolean"
  },
  "PAccountsContactsTable-header/singleSelect": {
    "description": "Toggles rendering of select-all checkbox",
    "type": "boolean"
  },
  "PAccountsContactsTable-header/someItems": {
    "description": "Indicates if one or more items in table are selected",
    "type": "boolean"
  },
  "PAccountsContactsTable-header/sortByText": {
    "description": "Sets the label text used by the default sort-by selector when `v-data-table` is rendering the mobile view",
    "type": "string"
  },
  "PAccountsContactsTable-header/sortIcon": {
    "description": "Icon used for sort button",
    "type": "string"
  },
  "PAccountsContactsTable/applyMargin": {
    "description": "",
    "type": "boolean"
  },
  "PAccountsContactsTable/calculateWidths": {
    "description": "Enables calculation of column widths. `widths` property will be available in select scoped slots",
    "type": "boolean"
  },
  "PAccountsContactsTable/caption": {
    "description": "Set the caption (using `<caption>`)",
    "type": "string"
  },
  "PAccountsContactsTable/checkboxColor": {
    "description": "Set the color of the checkboxes (showSelect must be used)",
    "type": "string"
  },
  "PAccountsContactsTable/customFilter": {
    "description": "Function to filter items",
    "type": "function"
  },
  "PAccountsContactsTable/customGroup": {
    "description": "Function used to group items",
    "type": "function"
  },
  "PAccountsContactsTable/customSort": {
    "description": "Function used to sort items",
    "type": "function"
  },
  "PAccountsContactsTable/dark": {
    "description": "Applies the dark theme variant to the component. You can find more information on the Material Design documentation for [dark themes](https://material.io/design/color/dark-theme.html).",
    "type": "boolean"
  },
  "PAccountsContactsTable/dense": {
    "description": "Decreases the height of rows",
    "type": "boolean"
  },
  "PAccountsContactsTable/disableFiltering": {
    "description": "Disables filtering completely",
    "type": "boolean"
  },
  "PAccountsContactsTable/disableMobileView": {
    "description": "",
    "type": "boolean"
  },
  "PAccountsContactsTable/disablePagination": {
    "description": "Disables pagination completely",
    "type": "boolean"
  },
  "PAccountsContactsTable/disableSort": {
    "description": "Disables sorting completely",
    "type": "boolean"
  },
  "PAccountsContactsTable/enableSaveLoadFilters": {
    "description": "",
    "type": "boolean"
  },
  "PAccountsContactsTable/expandIcon": {
    "description": "Icon used for expand toggle button.",
    "type": "string"
  },
  "PAccountsContactsTable/expanded": {
    "description": "Array of expanded items. Can be used with `.sync` modifier",
    "type": "array"
  },
  "PAccountsContactsTable/filtersWidth": {
    "description": "",
    "type": "number|string"
  },
  "PAccountsContactsTable/fixedHeader": {
    "description": "Fixed header to top of table. **NOTE:** Does not work in IE11",
    "type": "boolean"
  },
  "PAccountsContactsTable/footerProps": {
    "description": "See the [`v-data-footer`](/api/v-data-footer) API for more information",
    "type": "object"
  },
  "PAccountsContactsTable/groupBy": {
    "description": "Changes which item property should be used for grouping items. Currently only supports a single grouping in the format: `group` or `['group']`. When using an array, only the first element is considered. Can be used with `.sync` modifier",
    "type": "string|array"
  },
  "PAccountsContactsTable/groupDesc": {
    "description": "Changes which direction grouping is done. Can be used with `.sync` modifier",
    "type": "boolean|array"
  },
  "PAccountsContactsTable/headerProps": {
    "description": "Pass props to the default header. See [`v-data-table-header` API](/api/v-data-table-header) for more information",
    "type": "object"
  },
  "PAccountsContactsTable/headers": {
    "description": "An array of objects that each describe a header column. See the example below for a definition of all properties",
    "type": "datatableheader[]"
  },
  "PAccountsContactsTable/headersLength": {
    "description": "Can be used in combination with `hide-default-header` to specify the number of columns in the table to allow expansion rows and loading bar to function properly",
    "type": "number"
  },
  "PAccountsContactsTable/height": {
    "description": "Set an explicit height of table",
    "type": "number|string"
  },
  "PAccountsContactsTable/hideDefaultFooter": {
    "description": "Hides default footer",
    "type": "boolean"
  },
  "PAccountsContactsTable/hideDefaultHeader": {
    "description": "Hide the default headers",
    "type": "boolean"
  },
  "PAccountsContactsTable/itemClass": {
    "description": "Property on supplied `items` that contains item's row class or function that takes an item as an argument and returns the class of corresponding row",
    "type": "string|function"
  },
  "PAccountsContactsTable/itemKey": {
    "description": "The property on each item that is used as a unique key",
    "type": "string"
  },
  "PAccountsContactsTable/items": {
    "description": "",
    "type": "array"
  },
  "PAccountsContactsTable/itemsPerPage": {
    "description": "Changes how many items per page should be visible. Can be used with `.sync` modifier. Setting this prop to `-1` will display all items on the page",
    "type": "number"
  },
  "PAccountsContactsTable/light": {
    "description": "Applies the light theme variant to the component.",
    "type": "boolean"
  },
  "PAccountsContactsTable/loaderHeight": {
    "description": "Specifies the height of the loader",
    "type": "number|string"
  },
  "PAccountsContactsTable/loading": {
    "description": "If `true` and no items are provided, then a loading text will be shown",
    "type": "boolean|string"
  },
  "PAccountsContactsTable/loadingText": {
    "description": "Text shown when `loading` is true and no items are provided",
    "type": "string"
  },
  "PAccountsContactsTable/locale": {
    "description": "Sets the locale used for sorting. This is passed into [`Intl.Collator()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Collator/Collator) in the default `customSort` function",
    "type": "string"
  },
  "PAccountsContactsTable/mapSelectedItemsToData": {
    "description": "",
    "type": "func"
  },
  "PAccountsContactsTable/mobileBreakpoint": {
    "description": "Used to set when to toggle between regular table and mobile view",
    "type": "number|string"
  },
  "PAccountsContactsTable/multiSort": {
    "description": "If `true` then one can sort on multiple properties",
    "type": "boolean"
  },
  "PAccountsContactsTable/mustSort": {
    "description": "If `true` then one can not disable sorting, it will always switch between ascending and descending",
    "type": "boolean"
  },
  "PAccountsContactsTable/noDataText": {
    "description": "Text shown when no items are provided to the component",
    "type": "string"
  },
  "PAccountsContactsTable/noResultsText": {
    "description": "Text shown when `search` prop is used and there are no results",
    "type": "string"
  },
  "PAccountsContactsTable/options": {
    "description": "",
    "type": "dataoptions"
  },
  "PAccountsContactsTable/page": {
    "description": "The current displayed page number (1-indexed)",
    "type": "number"
  },
  "PAccountsContactsTable/reverseFilterOrder": {
    "description": "",
    "type": "boolean"
  },
  "PAccountsContactsTable/search": {
    "description": "Text input used to filter items",
    "type": "string"
  },
  "PAccountsContactsTable/selectableKey": {
    "description": "The property on each item that is used to determine if it is selectable or not",
    "type": "string"
  },
  "PAccountsContactsTable/serverItemsLength": {
    "description": "Used only when data is provided by a server. Should be set to the total amount of items available on server so that pagination works correctly",
    "type": "number"
  },
  "PAccountsContactsTable/showCustomAccountContactFilters": {
    "description": "",
    "type": "boolean"
  },
  "PAccountsContactsTable/showExpand": {
    "description": "Shows the expand toggle in default rows",
    "type": "boolean"
  },
  "PAccountsContactsTable/showGroupBy": {
    "description": "Shows the group by toggle in the header and enables grouped rows",
    "type": "boolean"
  },
  "PAccountsContactsTable/showSelect": {
    "description": "Shows the select checkboxes in both the header and rows (if using default rows)",
    "type": "boolean"
  },
  "PAccountsContactsTable/singleExpand": {
    "description": "Changes expansion mode to single expand",
    "type": "boolean"
  },
  "PAccountsContactsTable/singleSelect": {
    "description": "Changes selection mode to single select",
    "type": "boolean"
  },
  "PAccountsContactsTable/sortBy": {
    "description": "Changes which item property (or properties) should be used for sort order. Can be used with `.sync` modifier",
    "type": "string|array"
  },
  "PAccountsContactsTable/sortDesc": {
    "description": "Changes which direction sorting is done. Can be used with `.sync` modifier",
    "type": "boolean|array"
  },
  "PAccountsContactsTable/tableHeaders": {
    "description": "",
    "type": "array"
  },
  "PAccountsContactsTable/type": {
    "description": "",
    "type": "string"
  },
  "PAccountsContactsTable/value": {
    "description": "",
    "type": "array"
  },
  "PButton/color": {
    "description": "",
    "type": "string"
  },
  "PButton/isActive": {
    "description": "",
    "type": "boolean"
  },
  "PDatetimePicker/activePicker": {
    "description": "Determines which picker in the date or month picker is being displayed. Allowed values: `'DATE'`, `'MONTH'`, `'YEAR'`",
    "type": "string"
  },
  "PDatetimePicker/allowedDates": {
    "description": "Restricts which dates can be selected",
    "type": "function"
  },
  "PDatetimePicker/closeOnSelect": {
    "description": "",
    "type": "boolean"
  },
  "PDatetimePicker/color": {
    "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
    "type": "string"
  },
  "PDatetimePicker/dark": {
    "description": "Applies the dark theme variant to the component. You can find more information on the Material Design documentation for [dark themes](https://material.io/design/color/dark-theme.html).",
    "type": "boolean"
  },
  "PDatetimePicker/dayFormat": {
    "description": "Allows you to customize the format of the day string that appears in the date table. Called with date (ISO 8601 **date** string) arguments.",
    "type": "function"
  },
  "PDatetimePicker/disableClear": {
    "description": "",
    "type": "boolean"
  },
  "PDatetimePicker/disabled": {
    "description": "",
    "type": "boolean"
  },
  "PDatetimePicker/elevation": {
    "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation).",
    "type": "number|string"
  },
  "PDatetimePicker/enableAmPm": {
    "description": "",
    "type": "boolean"
  },
  "PDatetimePicker/eventColor": {
    "description": "Sets the color for event dot. It can be string (all events will have the same color) or `object` where attribute is the event date and value is boolean/color/array of colors for specified date or `function` taking date as a parameter and returning boolean/color/array of colors for that date",
    "type": "array|function|object|string"
  },
  "PDatetimePicker/events": {
    "description": "Array of dates or object defining events or colors or function returning boolean/color/array of colors",
    "type": "array|function|object"
  },
  "PDatetimePicker/firstDayOfWeek": {
    "description": "Sets the first day of the week, starting with 0 for Sunday.",
    "type": "string|number"
  },
  "PDatetimePicker/flat": {
    "description": "Removes  elevation",
    "type": "boolean"
  },
  "PDatetimePicker/fullWidth": {
    "description": "Forces 100% width",
    "type": "boolean"
  },
  "PDatetimePicker/headerColor": {
    "description": "Defines the header color. If not specified it will use the color defined by <code>color</code> prop or the default picker color",
    "type": "string"
  },
  "PDatetimePicker/headerDateFormat": {
    "description": "Allows you to customize the format of the month string that appears in the header of the calendar. Called with date (ISO 8601 **date** string) arguments.",
    "type": "function"
  },
  "PDatetimePicker/initialView": {
    "description": "",
    "type": "string"
  },
  "PDatetimePicker/label": {
    "description": "",
    "type": "string"
  },
  "PDatetimePicker/landscape": {
    "description": "Orients picker horizontal",
    "type": "boolean"
  },
  "PDatetimePicker/lazy": {
    "description": "",
    "type": "boolean"
  },
  "PDatetimePicker/light": {
    "description": "Applies the light theme variant to the component.",
    "type": "boolean"
  },
  "PDatetimePicker/locale": {
    "description": "Sets the locale. Accepts a string with a BCP 47 language tag.",
    "type": "string"
  },
  "PDatetimePicker/localeFirstDayOfYear": {
    "description": "Sets the day that determines the first week of the year, starting with 0 for **Sunday**. For ISO 8601 this should be 4.",
    "type": "string|number"
  },
  "PDatetimePicker/max": {
    "description": "Maximum allowed date/month (ISO 8601 format)",
    "type": "string"
  },
  "PDatetimePicker/menuProps": {
    "description": "",
    "type": "object"
  },
  "PDatetimePicker/min": {
    "description": "Minimum allowed date/month (ISO 8601 format)",
    "type": "string"
  },
  "PDatetimePicker/minuteInterval": {
    "description": "",
    "type": "number"
  },
  "PDatetimePicker/monthFormat": {
    "description": "Formatting function used for displaying months in the months table. Called with date (ISO 8601 **date** string) arguments.",
    "type": "function"
  },
  "PDatetimePicker/multiple": {
    "description": "Allow the selection of multiple dates",
    "type": "boolean"
  },
  "PDatetimePicker/nextIcon": {
    "description": "Sets the icon for next month/year button",
    "type": "string"
  },
  "PDatetimePicker/nextMonthAriaLabel": {
    "description": "",
    "type": "string"
  },
  "PDatetimePicker/nextYearAriaLabel": {
    "description": "",
    "type": "string"
  },
  "PDatetimePicker/noTitle": {
    "description": "Hide the picker title",
    "type": "boolean"
  },
  "PDatetimePicker/nudgeTopWhenKeyboardOpened": {
    "description": "",
    "type": "number"
  },
  "PDatetimePicker/pickerDate": {
    "description": "Displayed year/month",
    "type": "string"
  },
  "PDatetimePicker/prevIcon": {
    "description": "Sets the icon for previous month/year button",
    "type": "string"
  },
  "PDatetimePicker/prevMonthAriaLabel": {
    "description": "",
    "type": "string"
  },
  "PDatetimePicker/prevYearAriaLabel": {
    "description": "",
    "type": "string"
  },
  "PDatetimePicker/range": {
    "description": "Allow the selection of date range",
    "type": "boolean"
  },
  "PDatetimePicker/reactive": {
    "description": "Updates the picker model when changing months/years automatically",
    "type": "boolean"
  },
  "PDatetimePicker/readonly": {
    "description": "Makes the picker readonly (doesn't allow to select new date)",
    "type": "boolean"
  },
  "PDatetimePicker/returnDate": {
    "description": "",
    "type": "boolean"
  },
  "PDatetimePicker/rules": {
    "description": "",
    "type": "array"
  },
  "PDatetimePicker/scrollable": {
    "description": "Allows changing displayed month with mouse scroll",
    "type": "boolean"
  },
  "PDatetimePicker/selectedItemsText": {
    "description": "Text used for translating the number of selected dates when using *multiple* prop. Can also be customizing globally in [Internationalization](/customization/internationalization).",
    "type": "string"
  },
  "PDatetimePicker/showAdjacentMonths": {
    "description": "Toggles visibility of days from previous and next months",
    "type": "boolean"
  },
  "PDatetimePicker/showCurrent": {
    "description": "Toggles visibility of the current date/month outline or shows the provided date/month as a current",
    "type": "boolean|string"
  },
  "PDatetimePicker/showWeek": {
    "description": "Toggles visibility of the week numbers in the body of the calendar",
    "type": "boolean"
  },
  "PDatetimePicker/textFieldProps": {
    "description": "",
    "type": "object"
  },
  "PDatetimePicker/textProps": {
    "description": "",
    "type": "object"
  },
  "PDatetimePicker/titleDateFormat": {
    "description": "Allows you to customize the format of the date string that appears in the title of the date picker. Called with date (ISO 8601 **date** string) arguments.",
    "type": "function"
  },
  "PDatetimePicker/type": {
    "description": "",
    "type": "string"
  },
  "PDatetimePicker/useIsoType": {
    "description": "",
    "type": "boolean"
  },
  "PDatetimePicker/value": {
    "description": "",
    "type": "date|string"
  },
  "PDatetimePicker/valueFormatter": {
    "description": "",
    "type": "func"
  },
  "PDatetimePicker/weekdayFormat": {
    "description": "Allows you to customize the format of the weekday string that appears in the body of the calendar. Called with date (ISO 8601 **date** string) arguments.",
    "type": "function"
  },
  "PDatetimePicker/width": {
    "description": "Width of the picker",
    "type": "number|string"
  },
  "PDatetimePicker/withInitialValue": {
    "description": "",
    "type": "boolean"
  },
  "PDatetimePicker/yearFormat": {
    "description": "Allows you to customize the format of the year string that appears in the header of the calendar. Called with date (ISO 8601 **date** string) arguments.",
    "type": "function"
  },
  "PDatetimePicker/yearIcon": {
    "description": "Sets the icon in the year selection button",
    "type": "string"
  },
  "PDynamicButtonGroup/activeClass": {
    "description": "The **active-class** applied to children when they are activated.",
    "type": "string"
  },
  "PDynamicButtonGroup/backgroundColor": {
    "description": "Changes the background-color for the component.",
    "type": "string"
  },
  "PDynamicButtonGroup/borderless": {
    "description": "Removes the group's border.",
    "type": "boolean"
  },
  "PDynamicButtonGroup/buttons": {
    "description": "",
    "type": "array"
  },
  "PDynamicButtonGroup/color": {
    "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
    "type": "string"
  },
  "PDynamicButtonGroup/dark": {
    "description": "Applies the dark theme variant to the component. You can find more information on the Material Design documentation for [dark themes](https://material.io/design/color/dark-theme.html).",
    "type": "boolean"
  },
  "PDynamicButtonGroup/dense": {
    "description": "Reduces the button size and padding.",
    "type": "boolean"
  },
  "PDynamicButtonGroup/group": {
    "description": "Generally used in [v-toolbar](/components/toolbars) and [v-app-bar](/components/app-bars). Removes background color, border and increases space between the buttons",
    "type": "boolean"
  },
  "PDynamicButtonGroup/grow": {
    "description": "",
    "type": "boolean"
  },
  "PDynamicButtonGroup/light": {
    "description": "Applies the light theme variant to the component.",
    "type": "boolean"
  },
  "PDynamicButtonGroup/mandatory": {
    "description": "",
    "type": "boolean"
  },
  "PDynamicButtonGroup/max": {
    "description": "",
    "type": "string|number"
  },
  "PDynamicButtonGroup/multiple": {
    "description": "",
    "type": "boolean"
  },
  "PDynamicButtonGroup/rounded": {
    "description": "Round edge buttons",
    "type": "boolean"
  },
  "PDynamicButtonGroup/shaped": {
    "description": "Applies a large border radius on the top left and bottom right of the card.",
    "type": "boolean"
  },
  "PDynamicButtonGroup/tag": {
    "description": "Specify a custom tag used on the root element.",
    "type": "string"
  },
  "PDynamicButtonGroup/tile": {
    "description": "Removes the component's border-radius.",
    "type": "boolean"
  },
  "PDynamicButtonGroup/value": {
    "description": "",
    "type": "string|number|boolean|array"
  },
  "PDynamicButtonGroup/valueComparator": {
    "description": "Apply a custom value comparator function",
    "type": "function"
  },
  "PDynamicTable/defaultItemsPerPage": {
    "description": "",
    "type": "number"
  },
  "PDynamicTable/disableMobileView": {
    "description": "",
    "type": "boolean"
  },
  "PDynamicTable/hasDefaultAction": {
    "description": "",
    "type": "boolean"
  },
  "PDynamicTable/headers": {
    "description": "",
    "type": "array"
  },
  "PDynamicTable/items": {
    "description": "",
    "type": "array"
  },
  "PFileCard-actions/tag": {
    "description": "Specify a custom tag used on the root element.",
    "type": "string"
  },
  "PFileCard-subtitle/tag": {
    "description": "Specify a custom tag used on the root element.",
    "type": "string"
  },
  "PFileCard-text/tag": {
    "description": "Specify a custom tag used on the root element.",
    "type": "string"
  },
  "PFileCard-title/tag": {
    "description": "Specify a custom tag used on the root element.",
    "type": "string"
  },
  "PFileCard/activeClass": {
    "description": "Configure the active CSS class applied when the link is active. You can find more information about the [**active-class** prop](https://router.vuejs.org/api/#active-class) on the vue-router documentation.",
    "type": "string"
  },
  "PFileCard/append": {
    "description": "Setting **append** prop always appends the relative path to the current path. You can find more information about the [**append** prop](https://router.vuejs.org/api/#append) on the vue-router documentation.",
    "type": "boolean"
  },
  "PFileCard/body": {
    "description": "",
    "type": "string"
  },
  "PFileCard/color": {
    "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
    "type": "string"
  },
  "PFileCard/dark": {
    "description": "Applies the dark theme variant to the component. You can find more information on the Material Design documentation for [dark themes](https://material.io/design/color/dark-theme.html).",
    "type": "boolean"
  },
  "PFileCard/date": {
    "description": "",
    "type": "string"
  },
  "PFileCard/disabled": {
    "description": "Removes the ability to click or target the component.",
    "type": "boolean"
  },
  "PFileCard/downloadText": {
    "description": "",
    "type": "string"
  },
  "PFileCard/elevation": {
    "description": "Designates an elevation applied to the component between 0 and 24. You can find more information on the [elevation page](/styles/elevation).",
    "type": "number|string"
  },
  "PFileCard/exact": {
    "description": "Exactly match the link. Without this, '/' will match every route. You can find more information about the [**exact** prop](https://router.vuejs.org/api/#exact) on the vue-router documentation.",
    "type": "boolean"
  },
  "PFileCard/exactActiveClass": {
    "description": "Configure the active CSS class applied when the link is active with exact match. You can find more information about the [**exact-active-class** prop](https://router.vuejs.org/api/#exact-active-class) on the vue-router documentation.",
    "type": "string"
  },
  "PFileCard/exactPath": {
    "description": "Exactly match the link, ignoring the `query` and the `hash` sections. You can find more information about the [**exact-path** prop](https://router.vuejs.org/api/#exact-path) on the vue-router documentation.",
    "type": "boolean"
  },
  "PFileCard/favoriteIcon": {
    "description": "",
    "type": "string"
  },
  "PFileCard/fileOptionsIcon": {
    "description": "",
    "type": "string"
  },
  "PFileCard/fileOptionsIconProps": {
    "description": "",
    "type": "object"
  },
  "PFileCard/fileOptionsItems": {
    "description": "",
    "type": "array"
  },
  "PFileCard/fileOptionsMenuProps": {
    "description": "",
    "type": "object"
  },
  "PFileCard/flat": {
    "description": "Removes the card's elevation.",
    "type": "boolean"
  },
  "PFileCard/height": {
    "description": "",
    "type": "string|number"
  },
  "PFileCard/hideFavorite": {
    "description": "",
    "type": "boolean"
  },
  "PFileCard/hover": {
    "description": "Will apply an elevation of 4dp when hovered (default 2dp). You can find more information on the [elevation page](/styles/elevation).",
    "type": "boolean"
  },
  "PFileCard/href": {
    "description": "Designates the component as anchor and applies the **href** attribute.",
    "type": "string|object"
  },
  "PFileCard/imageProps": {
    "description": "",
    "type": "object"
  },
  "PFileCard/img": {
    "description": "Specifies an image background for the card. For more advanced implementations, it is recommended that you use the [v-img](/components/images) component. You can find a [v-img example here](/components/cards/#media-with-text).",
    "type": "string"
  },
  "PFileCard/imgUrl": {
    "description": "",
    "type": "string"
  },
  "PFileCard/isFavorite": {
    "description": "",
    "type": "boolean"
  },
  "PFileCard/isNew": {
    "description": "",
    "type": "boolean"
  },
  "PFileCard/keywords": {
    "description": "",
    "type": "string"
  },
  "PFileCard/light": {
    "description": "Applies the light theme variant to the component.",
    "type": "boolean"
  },
  "PFileCard/link": {
    "description": "Designates that the component is a link. This is automatic when using the **href** or **to** prop.",
    "type": "boolean"
  },
  "PFileCard/listProps": {
    "description": "",
    "type": "object"
  },
  "PFileCard/loaderHeight": {
    "description": "Specifies the height of the loader",
    "type": "number|string"
  },
  "PFileCard/loading": {
    "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color",
    "type": "boolean|string"
  },
  "PFileCard/maxHeight": {
    "description": "Sets the maximum height for the component.",
    "type": "number|string"
  },
  "PFileCard/maxWidth": {
    "description": "Sets the maximum width for the component.",
    "type": "number|string"
  },
  "PFileCard/minHeight": {
    "description": "Sets the minimum height for the component.",
    "type": "number|string"
  },
  "PFileCard/minWidth": {
    "description": "Sets the minimum width for the component.",
    "type": "number|string"
  },
  "PFileCard/newChipProps": {
    "description": "",
    "type": "object"
  },
  "PFileCard/newText": {
    "description": "",
    "type": "string"
  },
  "PFileCard/nuxt": {
    "description": "Specifies the link is a `nuxt-link`. For use with the [nuxt framework](https://nuxtjs.org/api/components-nuxt-link/).",
    "type": "boolean"
  },
  "PFileCard/outlined": {
    "description": "Removes elevation (box-shadow) and adds a *thin* border.",
    "type": "boolean"
  },
  "PFileCard/raised": {
    "description": "Specifies a higher default elevation (8dp). You can find more information on the [elevation page](/styles/elevation).",
    "type": "boolean"
  },
  "PFileCard/replace": {
    "description": "Setting **replace** prop will call `router.replace()` instead of `router.push()` when clicked, so the navigation will not leave a history record. You can find more information about the [**replace** prop](https://router.vuejs.org/api/#replace) on the vue-router documentation.",
    "type": "boolean"
  },
  "PFileCard/ripple": {
    "description": "Applies the [v-ripple](/directives/ripple) directive.",
    "type": "boolean|object"
  },
  "PFileCard/rounded": {
    "description": "Designates the **border-radius** applied to the component. You can find more information on the [Border Radius page](/styles/border-radius).",
    "type": "boolean|string"
  },
  "PFileCard/shaped": {
    "description": "Applies a large border radius on the top left and bottom right of the card.",
    "type": "boolean"
  },
  "PFileCard/shareText": {
    "description": "",
    "type": "string"
  },
  "PFileCard/showFileOptions": {
    "description": "",
    "type": "boolean"
  },
  "PFileCard/tag": {
    "description": "Specify a custom tag used on the root element.",
    "type": "string"
  },
  "PFileCard/target": {
    "description": "Designates the target attribute. This should only be applied when using the **href** prop.",
    "type": "string"
  },
  "PFileCard/tile": {
    "description": "Removes the component's **border-radius**.",
    "type": "boolean"
  },
  "PFileCard/to": {
    "description": "Denotes the target route of the link. You can find more information about the [**to** prop](https://router.vuejs.org/api/#to) on the vue-router documentation.",
    "type": "string|object"
  },
  "PFileCard/width": {
    "description": "Sets the width for the component.",
    "type": "number|string"
  },
  "PFilterDropdown/appendIcon": {
    "description": "Appends an icon to the component, uses the same syntax as `v-icon`",
    "type": "string"
  },
  "PFilterDropdown/appendOuterIcon": {
    "description": "Appends an icon to the outside the component's input, uses same syntax as `v-icon`",
    "type": "string"
  },
  "PFilterDropdown/autofocus": {
    "description": "Enables autofocus",
    "type": "boolean"
  },
  "PFilterDropdown/backgroundColor": {
    "description": "Changes the background-color of the input",
    "type": "string"
  },
  "PFilterDropdown/clearIcon": {
    "description": "Applied when using **clearable** and the input is dirty",
    "type": "string"
  },
  "PFilterDropdown/clearable": {
    "description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**",
    "type": "boolean"
  },
  "PFilterDropdown/color": {
    "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
    "type": "string"
  },
  "PFilterDropdown/counter": {
    "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
    "type": "boolean|number|string"
  },
  "PFilterDropdown/counterValue": {
    "description": "",
    "type": "function"
  },
  "PFilterDropdown/dark": {
    "description": "Applies the dark theme variant to the component. This will default the components color to _white_ unless you've configured your [application theme](/customization/theme) to **dark** or if you are using the **color** prop on the component. You can find more information on the Material Design documentation for [dark themes](https://material.io/design/color/dark-theme.html).",
    "type": "boolean"
  },
  "PFilterDropdown/dense": {
    "description": "Reduces the input height",
    "type": "boolean"
  },
  "PFilterDropdown/disabled": {
    "description": "Disable the input",
    "type": "boolean"
  },
  "PFilterDropdown/error": {
    "description": "Puts the input in a manual error state",
    "type": "boolean"
  },
  "PFilterDropdown/errorCount": {
    "description": "The total number of errors that should display at once",
    "type": "number|string"
  },
  "PFilterDropdown/errorMessages": {
    "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation",
    "type": "string|array"
  },
  "PFilterDropdown/filled": {
    "description": "Applies the alternate filled input style",
    "type": "boolean"
  },
  "PFilterDropdown/flat": {
    "description": "Removes elevation (shadow) added to element when using the **solo** or **solo-inverted** props",
    "type": "boolean"
  },
  "PFilterDropdown/fullWidth": {
    "description": "Designates input type as full-width",
    "type": "boolean"
  },
  "PFilterDropdown/height": {
    "description": "Sets the height of the input",
    "type": "number|string"
  },
  "PFilterDropdown/hideDetails": {
    "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display",
    "type": "boolean|string"
  },
  "PFilterDropdown/hideSearch": {
    "description": "",
    "type": "boolean"
  },
  "PFilterDropdown/hideSpinButtons": {
    "description": "Hides spin buttons on the input when type is set to `number`.",
    "type": "boolean"
  },
  "PFilterDropdown/hint": {
    "description": "Hint text",
    "type": "string"
  },
  "PFilterDropdown/id": {
    "description": "Sets the DOM id on the component",
    "type": "string"
  },
  "PFilterDropdown/itemText": {
    "description": "",
    "type": "string|array"
  },
  "PFilterDropdown/itemValue": {
    "description": "",
    "type": "string|array"
  },
  "PFilterDropdown/items": {
    "description": "",
    "type": "array"
  },
  "PFilterDropdown/itemsPerPage": {
    "description": "",
    "type": "number"
  },
  "PFilterDropdown/label": {
    "description": "Sets input label",
    "type": "string"
  },
  "PFilterDropdown/light": {
    "description": "Applies the light theme variant to the component.",
    "type": "boolean"
  },
  "PFilterDropdown/listProps": {
    "description": "",
    "type": "object"
  },
  "PFilterDropdown/loaderHeight": {
    "description": "Specifies the height of the loader",
    "type": "number|string"
  },
  "PFilterDropdown/loading": {
    "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color",
    "type": "boolean|string"
  },
  "PFilterDropdown/menuProps": {
    "description": "",
    "type": "object"
  },
  "PFilterDropdown/messages": {
    "description": "Displays a list of messages or message if using a string",
    "type": "string|array"
  },
  "PFilterDropdown/outlined": {
    "description": "Applies the outlined style to the input",
    "type": "boolean"
  },
  "PFilterDropdown/persistentHint": {
    "description": "Forces hint to always be visible",
    "type": "boolean"
  },
  "PFilterDropdown/persistentPlaceholder": {
    "description": "Forces placeholder to always be visible",
    "type": "boolean"
  },
  "PFilterDropdown/placeholder": {
    "description": "Sets the input’s placeholder text",
    "type": "string"
  },
  "PFilterDropdown/prefix": {
    "description": "Displays prefix text",
    "type": "string"
  },
  "PFilterDropdown/prependIcon": {
    "description": "Prepends an icon to the component, uses the same syntax as `v-icon`",
    "type": "string"
  },
  "PFilterDropdown/prependInnerIcon": {
    "description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`",
    "type": "string"
  },
  "PFilterDropdown/readonly": {
    "description": "Puts input in readonly state",
    "type": "boolean"
  },
  "PFilterDropdown/returnObject": {
    "description": "",
    "type": "boolean"
  },
  "PFilterDropdown/reverse": {
    "description": "Reverses the input orientation",
    "type": "boolean"
  },
  "PFilterDropdown/rounded": {
    "description": "Adds a border radius to the input",
    "type": "boolean"
  },
  "PFilterDropdown/rules": {
    "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`",
    "type": "array"
  },
  "PFilterDropdown/shaped": {
    "description": "Round if `outlined` and increase `border-radius` if `filled`. Must be used with either `outlined` or `filled`",
    "type": "boolean"
  },
  "PFilterDropdown/sheetProps": {
    "description": "",
    "type": "object"
  },
  "PFilterDropdown/singleLine": {
    "description": "Label does not move on focus/dirty",
    "type": "boolean"
  },
  "PFilterDropdown/solo": {
    "description": "Changes the style of the input",
    "type": "boolean"
  },
  "PFilterDropdown/soloInverted": {
    "description": "Reduces element opacity until focused",
    "type": "boolean"
  },
  "PFilterDropdown/success": {
    "description": "Puts the input in a manual success state",
    "type": "boolean"
  },
  "PFilterDropdown/successMessages": {
    "description": "Puts the input in a success state and passes through custom success messages.",
    "type": "string|array"
  },
  "PFilterDropdown/suffix": {
    "description": "Displays suffix text",
    "type": "string"
  },
  "PFilterDropdown/textProps": {
    "description": "",
    "type": "object"
  },
  "PFilterDropdown/title": {
    "description": "",
    "type": "string"
  },
  "PFilterDropdown/type": {
    "description": "Sets input type",
    "type": "string"
  },
  "PFilterDropdown/validateOnBlur": {
    "description": "Delays validation until blur event",
    "type": "boolean"
  },
  "PFilterDropdown/value": {
    "description": "",
    "type": "array"
  },
  "PFilterTab-items/activeClass": {
    "description": "The **active-class** applied to children when they are activated.",
    "type": "string"
  },
  "PFilterTab-items/continuous": {
    "description": "If `true`, window will \"wrap around\" from the last item to the first, and from the first item to the last",
    "type": "boolean"
  },
  "PFilterTab-items/dark": {
    "description": "Applies the dark theme variant to the component. You can find more information on the Material Design documentation for [dark themes](https://material.io/design/color/dark-theme.html).",
    "type": "boolean"
  },
  "PFilterTab-items/light": {
    "description": "Applies the light theme variant to the component.",
    "type": "boolean"
  },
  "PFilterTab-items/mandatory": {
    "description": "Forces a value to always be selected (if available).",
    "type": "boolean"
  },
  "PFilterTab-items/max": {
    "description": "Sets a maximum number of selections that can be made.",
    "type": "number|string"
  },
  "PFilterTab-items/multiple": {
    "description": "Allow multiple selections. The **value** prop must be an _array_.",
    "type": "boolean"
  },
  "PFilterTab-items/nextIcon": {
    "description": "Icon used for the \"next\" button if `show-arrows` is `true`",
    "type": "boolean|string"
  },
  "PFilterTab-items/prevIcon": {
    "description": "Icon used for the \"prev\" button if `show-arrows` is `true`",
    "type": "boolean|string"
  },
  "PFilterTab-items/reverse": {
    "description": "Reverse the normal transition direction.",
    "type": "boolean"
  },
  "PFilterTab-items/showArrows": {
    "description": "Display the \"next\" and \"prev\" buttons",
    "type": "boolean"
  },
  "PFilterTab-items/showArrowsOnHover": {
    "description": "Display the \"next\" and \"prev\" buttons on hover. `show-arrows` MUST ALSO be set.",
    "type": "boolean"
  },
  "PFilterTab-items/tag": {
    "description": "Specify a custom tag used on the root element.",
    "type": "string"
  },
  "PFilterTab-items/touch": {
    "description": "Provide a custom **left** and **right** function when swiped left or right.",
    "type": "object"
  },
  "PFilterTab-items/touchless": {
    "description": "Disable touch support.",
    "type": "boolean"
  },
  "PFilterTab-items/value": {
    "description": "The designated model value for the component.",
    "type": "any"
  },
  "PFilterTab-items/valueComparator": {
    "description": "Apply a custom value comparator function",
    "type": "function"
  },
  "PFilterTab-items/vertical": {
    "description": "Uses a vertical transition when changing windows.",
    "type": "boolean"
  },
  "PFilterTab-slider/color": {
    "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
    "type": "string"
  },
  "PFilterTab/activeClass": {
    "description": "The **active-class** applied to children when they are activated.",
    "type": "string"
  },
  "PFilterTab/activeColor": {
    "description": "",
    "type": "string"
  },
  "PFilterTab/alignWithTitle": {
    "description": "Make `v-tabs` lined up with the toolbar title",
    "type": "boolean"
  },
  "PFilterTab/backgroundColor": {
    "description": "Changes the background color of the component.",
    "type": "string"
  },
  "PFilterTab/badgeProps": {
    "description": "",
    "type": "object"
  },
  "PFilterTab/centerActive": {
    "description": "Forces the selected tab to be centered",
    "type": "boolean"
  },
  "PFilterTab/centered": {
    "description": "Centers the tabs",
    "type": "boolean"
  },
  "PFilterTab/color": {
    "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
    "type": "string"
  },
  "PFilterTab/dark": {
    "description": "Applies the dark theme variant to the component. You can find more information on the Material Design documentation for [dark themes](https://material.io/design/color/dark-theme.html).",
    "type": "boolean"
  },
  "PFilterTab/fixedTabs": {
    "description": "`v-tabs-item` min-width 160px, max-width 360px",
    "type": "boolean"
  },
  "PFilterTab/grow": {
    "description": "Force `v-tab`'s to take up all available space",
    "type": "boolean"
  },
  "PFilterTab/height": {
    "description": "Sets the height of the tabs bar",
    "type": "number|string"
  },
  "PFilterTab/hideSlider": {
    "description": "Hide's the generated `v-tabs-slider`",
    "type": "boolean"
  },
  "PFilterTab/iconsAndText": {
    "description": "Will stack icon and text vertically",
    "type": "boolean"
  },
  "PFilterTab/itemText": {
    "description": "",
    "type": "string"
  },
  "PFilterTab/itemValue": {
    "description": "",
    "type": "string"
  },
  "PFilterTab/items": {
    "description": "",
    "type": "array"
  },
  "PFilterTab/light": {
    "description": "Applies the light theme variant to the component.",
    "type": "boolean"
  },
  "PFilterTab/mandatory": {
    "description": "",
    "type": "boolean"
  },
  "PFilterTab/mobileBreakpoint": {
    "description": "Sets the designated mobile breakpoint for the component.",
    "type": "string|number"
  },
  "PFilterTab/nextIcon": {
    "description": "Right pagination icon",
    "type": "string"
  },
  "PFilterTab/optional": {
    "description": "Does not require an active item. Useful when using `v-tab` as a `router-link`",
    "type": "boolean"
  },
  "PFilterTab/prevIcon": {
    "description": "Left pagination icon",
    "type": "string"
  },
  "PFilterTab/returnObject": {
    "description": "",
    "type": "boolean"
  },
  "PFilterTab/right": {
    "description": "Aligns tabs to the right",
    "type": "boolean"
  },
  "PFilterTab/showArrows": {
    "description": "Show pagination arrows if the tab items overflow their container. For mobile devices, arrows will only display when using this prop.",
    "type": "boolean|string"
  },
  "PFilterTab/sliderColor": {
    "description": "Changes the background color of an auto-generated `v-tabs-slider`",
    "type": "string"
  },
  "PFilterTab/sliderSize": {
    "description": "Changes the size of the slider, **height** for horizontal, **width** for vertical.",
    "type": "number|string"
  },
  "PFilterTab/tabProps": {
    "description": "",
    "type": "object"
  },
  "PFilterTab/value": {
    "description": "",
    "type": "object|string"
  },
  "PFilterTab/vertical": {
    "description": "Stacks tabs on top of each other vertically.",
    "type": "boolean"
  },
  "PNumpadInput/allowNegative": {
    "description": "",
    "type": "boolean"
  },
  "PNumpadInput/appendIcon": {
    "description": "Appends an icon to the component, uses the same syntax as `v-icon`",
    "type": "string"
  },
  "PNumpadInput/appendOuterIcon": {
    "description": "Appends an icon to the outside the component's input, uses same syntax as `v-icon`",
    "type": "string"
  },
  "PNumpadInput/autofocus": {
    "description": "Enables autofocus",
    "type": "boolean"
  },
  "PNumpadInput/backgroundColor": {
    "description": "Changes the background-color of the input",
    "type": "string"
  },
  "PNumpadInput/clearIcon": {
    "description": "Applied when using **clearable** and the input is dirty",
    "type": "string"
  },
  "PNumpadInput/clearable": {
    "description": "Add input clear functionality, default icon is Material Design Icons **mdi-clear**",
    "type": "boolean"
  },
  "PNumpadInput/color": {
    "description": "Applies specified color to the control - it can be the name of material color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). You can find a list of built-in classes on the [colors page](/styles/colors#material-colors).",
    "type": "string"
  },
  "PNumpadInput/counter": {
    "description": "Creates counter for input length; if no number is specified, it defaults to 25. Does not apply any validation.",
    "type": "boolean|number|string"
  },
  "PNumpadInput/counterValue": {
    "description": "",
    "type": "function"
  },
  "PNumpadInput/dark": {
    "description": "Applies the dark theme variant to the component. This will default the components color to _white_ unless you've configured your [application theme](/customization/theme) to **dark** or if you are using the **color** prop on the component. You can find more information on the Material Design documentation for [dark themes](https://material.io/design/color/dark-theme.html).",
    "type": "boolean"
  },
  "PNumpadInput/decimals": {
    "description": "",
    "type": "number"
  },
  "PNumpadInput/dense": {
    "description": "Reduces the input height",
    "type": "boolean"
  },
  "PNumpadInput/disableKeyboard": {
    "description": "",
    "type": "boolean"
  },
  "PNumpadInput/disabled": {
    "description": "Disable the input",
    "type": "boolean"
  },
  "PNumpadInput/error": {
    "description": "Puts the input in a manual error state",
    "type": "boolean"
  },
  "PNumpadInput/errorCount": {
    "description": "The total number of errors that should display at once",
    "type": "number|string"
  },
  "PNumpadInput/errorMessages": {
    "description": "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the **rules** prop. This field will not trigger validation",
    "type": "string|array"
  },
  "PNumpadInput/filled": {
    "description": "Applies the alternate filled input style",
    "type": "boolean"
  },
  "PNumpadInput/flat": {
    "description": "Removes elevation (shadow) added to element when using the **solo** or **solo-inverted** props",
    "type": "boolean"
  },
  "PNumpadInput/fullWidth": {
    "description": "Designates input type as full-width",
    "type": "boolean"
  },
  "PNumpadInput/group": {
    "description": "",
    "type": "string"
  },
  "PNumpadInput/height": {
    "description": "Sets the height of the input",
    "type": "number|string"
  },
  "PNumpadInput/hideDetails": {
    "description": "Hides hint and validation errors. When set to `auto` messages will be rendered only if there's a message (hint, error message, counter value etc) to display",
    "type": "boolean|string"
  },
  "PNumpadInput/hideSpinButtons": {
    "description": "Hides spin buttons on the input when type is set to `number`.",
    "type": "boolean"
  },
  "PNumpadInput/hint": {
    "description": "Hint text",
    "type": "string"
  },
  "PNumpadInput/id": {
    "description": "Sets the DOM id on the component",
    "type": "string"
  },
  "PNumpadInput/initialValue": {
    "description": "",
    "type": "string|number"
  },
  "PNumpadInput/label": {
    "description": "Sets input label",
    "type": "string"
  },
  "PNumpadInput/lazy": {
    "description": "",
    "type": "boolean"
  },
  "PNumpadInput/light": {
    "description": "Applies the light theme variant to the component.",
    "type": "boolean"
  },
  "PNumpadInput/loaderHeight": {
    "description": "Specifies the height of the loader",
    "type": "number|string"
  },
  "PNumpadInput/loading": {
    "description": "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar (any material color or theme color - **primary**, **secondary**, **success**, **info**, **warning**, **error**) or a Boolean which uses the component **color** (set by color prop - if it's supported by the component) or the primary color",
    "type": "boolean|string"
  },
  "PNumpadInput/max": {
    "description": "",
    "type": "number"
  },
  "PNumpadInput/maxWidth": {
    "description": "",
    "type": "number|string"
  },
  "PNumpadInput/messages": {
    "description": "Displays a list of messages or message if using a string",
    "type": "string|array"
  },
  "PNumpadInput/minWidth": {
    "description": "",
    "type": "number|string"
  },
  "PNumpadInput/outlined": {
    "description": "Applies the outlined style to the input",
    "type": "boolean"
  },
  "PNumpadInput/persistentHint": {
    "description": "Forces hint to always be visible",
    "type": "boolean"
  },
  "PNumpadInput/persistentPlaceholder": {
    "description": "Forces placeholder to always be visible",
    "type": "boolean"
  },
  "PNumpadInput/placeholder": {
    "description": "Sets the input’s placeholder text",
    "type": "string"
  },
  "PNumpadInput/prefix": {
    "description": "Displays prefix text",
    "type": "string"
  },
  "PNumpadInput/prependIcon": {
    "description": "Prepends an icon to the component, uses the same syntax as `v-icon`",
    "type": "string"
  },
  "PNumpadInput/prependInnerIcon": {
    "description": "Prepends an icon inside the component's input, uses the same syntax as `v-icon`",
    "type": "string"
  },
  "PNumpadInput/readonly": {
    "description": "Puts input in readonly state",
    "type": "boolean"
  },
  "PNumpadInput/resetBefore": {
    "description": "",
    "type": "boolean"
  },
  "PNumpadInput/reverse": {
    "description": "Reverses the input orientation",
    "type": "boolean"
  },
  "PNumpadInput/rounded": {
    "description": "Adds a border radius to the input",
    "type": "boolean"
  },
  "PNumpadInput/rules": {
    "description": "Accepts a mixed array of types `function`, `boolean` and `string`. Functions pass an input value as an argument and must return either `true` / `false` or a `string` containing an error message. The input field will enter an error state if a function returns (or any value in the array contains) `false` or is a `string`",
    "type": "array"
  },
  "PNumpadInput/shaped": {
    "description": "Round if `outlined` and increase `border-radius` if `filled`. Must be used with either `outlined` or `filled`",
    "type": "boolean"
  },
  "PNumpadInput/singleLine": {
    "description": "Label does not move on focus/dirty",
    "type": "boolean"
  },
  "PNumpadInput/solo": {
    "description": "Changes the style of the input",
    "type": "boolean"
  },
  "PNumpadInput/soloInverted": {
    "description": "Reduces element opacity until focused",
    "type": "boolean"
  },
  "PNumpadInput/success": {
    "description": "Puts the input in a manual success state",
    "type": "boolean"
  },
  "PNumpadInput/successMessages": {
    "description": "Puts the input in a success state and passes through custom success messages.",
    "type": "string|array"
  },
  "PNumpadInput/suffix": {
    "description": "Displays suffix text",
    "type": "string"
  },
  "PNumpadInput/textAlignRight": {
    "description": "",
    "type": "boolean"
  },
  "PNumpadInput/type": {
    "description": "Sets input type",
    "type": "string"
  },
  "PNumpadInput/validateOnBlur": {
    "description": "Delays validation until blur event",
    "type": "boolean"
  },
  "PNumpadInput/value": {
    "description": "",
    "type": "string|number"
  },
  "PTimePicker/color": {
    "description": "",
    "type": "string"
  },
  "PTimePicker/disabled": {
    "description": "",
    "type": "boolean"
  },
  "PTimePicker/enableAmPm": {
    "description": "",
    "type": "boolean"
  },
  "PTimePicker/lazy": {
    "description": "",
    "type": "boolean"
  },
  "PTimePicker/minuteInterval": {
    "description": "",
    "type": "number"
  },
  "PTimePicker/readonly": {
    "description": "",
    "type": "boolean"
  },
  "PTimePicker/value": {
    "description": "",
    "type": "string|date"
  },
  "RouterLinkRenderer/item": {
    "description": "",
    "type": "object"
  },
  "RouterLinkRenderer/to": {
    "description": "",
    "type": "object"
  },
  "RouterLinkRenderer/value": {
    "description": "",
    "type": "string|func"
  },
  "TextRenderer/item": {
    "description": "",
    "type": "object"
  },
  "TextRenderer/value": {
    "description": "",
    "type": "string|func"
  }
}