@turquoisehealth/pit-viper 2.131.0 → 2.133.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_site/assets/css/pit-viper-a11y.css +3 -3
- package/_site/assets/css/pit-viper-v2-scoped.css +3 -3
- package/_site/assets/css/pit-viper-v2.css +3 -3
- package/_site/assets/css/pit-viper.css +2 -2
- package/package.json +1 -1
- package/pv-components/dist/stats/vue/base/stats.html +1 -1
- package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
- package/pv-components/dist/stats/web/pv-company-label-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-company-logo-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-company-tag-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-date-picker-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-date-time-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-drawer-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-dropdown-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-popover-menu-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-popover-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-popover-v2-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-search-input-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-skeleton-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-toggle-group-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-tooltip-v2-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-tree-stats.html +1 -1
- package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuItem.vue.d.ts +2 -2
- package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuItemVariant.vue.d.ts +2 -2
- package/pv-components/dist/vue/base/pv-components-base.mjs +4 -4
- package/pv-components/dist/vue/base/types.d.ts +2 -2
- package/pv-components/dist/vue/charts/pv-components-charts.d.ts +491 -0
- package/pv-components/dist/vue/charts/pv-components-charts.js +259 -0
- package/pv-components/dist/vue/charts/pv-components-charts.mjs +121834 -0
- package/pv-components/dist/vue/charts/pv-components-charts.umd.js +259 -0
- package/pv-components/dist/vue/tables/pv-components-tables.d.ts +299 -0
- package/pv-components/dist/vue/tables/pv-components-tables.js +223 -0
- package/pv-components/dist/vue/tables/pv-components-tables.mjs +47028 -0
- package/pv-components/dist/vue/tables/pv-components-tables.umd.js +223 -0
- package/pv-components/dist/vue/visualizations/components/base/PvAccordion/PvAccordion.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvAccordion/PvAccordion.vue.d.ts +49 -0
- package/pv-components/dist/vue/visualizations/components/base/PvAccordion/types.d.ts +5 -0
- package/pv-components/dist/vue/visualizations/components/base/PvActionBar/PvActionBar.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvActionBar/PvActionBar.vue.d.ts +34 -0
- package/pv-components/dist/vue/visualizations/components/base/PvActionBar/types.d.ts +2 -0
- package/pv-components/dist/vue/visualizations/components/base/PvAiButton/PvAiButton.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvAiButton/PvAiButton.vue.d.ts +13 -0
- package/pv-components/dist/vue/visualizations/components/base/PvAiButton/types.d.ts +2 -0
- package/pv-components/dist/vue/visualizations/components/base/PvAvatar/PvAvatar.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvAvatar/PvAvatar.vue.d.ts +13 -0
- package/pv-components/dist/vue/visualizations/components/base/PvAvatar/types.d.ts +3 -0
- package/pv-components/dist/vue/visualizations/components/base/PvAvatarGroup/PvAvatarGroup.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvAvatarGroup/PvAvatarGroup.vue.d.ts +8 -0
- package/pv-components/dist/vue/visualizations/components/base/PvAvatarGroup/types.d.ts +5 -0
- package/pv-components/dist/vue/visualizations/components/base/PvBanner/PvBanner.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvBanner/PvBanner.vue.d.ts +30 -0
- package/pv-components/dist/vue/visualizations/components/base/PvBanner/types.d.ts +11 -0
- package/pv-components/dist/vue/visualizations/components/base/PvBreadcrumbs/PvBreadcrumbs.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvBreadcrumbs/PvBreadcrumbs.vue.d.ts +7 -0
- package/pv-components/dist/vue/visualizations/components/base/PvBreadcrumbs/types.d.ts +4 -0
- package/pv-components/dist/vue/visualizations/components/base/PvButton/PvButton.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvButton/PvButton.vue.d.ts +10 -0
- package/pv-components/dist/vue/visualizations/components/base/PvButton/PvButtonWithTooltip.vue.d.ts +8 -0
- package/pv-components/dist/vue/visualizations/components/base/PvButton/helpers.d.ts +3 -0
- package/pv-components/dist/vue/visualizations/components/base/PvButton/types.d.ts +28 -0
- package/pv-components/dist/vue/visualizations/components/base/PvCard/PvCard.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvCard/PvCard.vue.d.ts +27 -0
- package/pv-components/dist/vue/visualizations/components/base/PvCard/types.d.ts +2 -0
- package/pv-components/dist/vue/visualizations/components/base/PvCheckbox/PvCheckbox.vue.d.ts +17 -0
- package/pv-components/dist/vue/visualizations/components/base/PvCompanyLabel/PvCompanyLabel.vue.d.ts +11 -0
- package/pv-components/dist/vue/visualizations/components/base/PvCompanyLabel/types.d.ts +2 -0
- package/pv-components/dist/vue/visualizations/components/base/PvCompanyLogo/PvCompanyLogo.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvCompanyLogo/PvCompanyLogo.vue.d.ts +15 -0
- package/pv-components/dist/vue/visualizations/components/base/PvCompanyLogo/types.d.ts +2 -0
- package/pv-components/dist/vue/visualizations/components/base/PvCompanyTag/PvCompanyTag.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvCompanyTag/PvCompanyTag.vue.d.ts +27 -0
- package/pv-components/dist/vue/visualizations/components/base/PvComponentsConfig/primeVue.config.d.ts +14 -0
- package/pv-components/dist/vue/visualizations/components/base/PvComponentsConfig/usePvComponents.d.ts +2 -0
- package/pv-components/dist/vue/visualizations/components/base/PvCounterBadge/PvCounterBadge.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvCounterBadge/PvCounterBadge.vue.d.ts +16 -0
- package/pv-components/dist/vue/visualizations/components/base/PvCounterBadge/types.d.ts +3 -0
- package/pv-components/dist/vue/visualizations/components/base/PvDatePicker/PvDatePicker.vue.d.ts +119 -0
- package/pv-components/dist/vue/visualizations/components/base/PvDateTime/PvDateTime.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvDateTime/PvDateTime.vue.d.ts +14 -0
- package/pv-components/dist/vue/visualizations/components/base/PvDateTime/useDateTime.d.ts +9 -0
- package/pv-components/dist/vue/visualizations/components/base/PvDateTime/useDateTime.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvDistributionBar/PvDistributionBar.vue.d.ts +6 -0
- package/pv-components/dist/vue/visualizations/components/base/PvDrawer/PvDrawer.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvDrawer/PvDrawer.vue.d.ts +48 -0
- package/pv-components/dist/vue/visualizations/components/base/PvDropdown/PvDropdown.vue.d.ts +117 -0
- package/pv-components/dist/vue/visualizations/components/base/PvExpandableContent/PvExpandableContent.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvExpandableContent/PvExpandableContent.vue.d.ts +30 -0
- package/pv-components/dist/vue/visualizations/components/base/PvExpandableContent/types.d.ts +3 -0
- package/pv-components/dist/vue/visualizations/components/base/PvGhostInput/PvGhostInput.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvGhostInput/PvGhostInput.vue.d.ts +39 -0
- package/pv-components/dist/vue/visualizations/components/base/PvGhostInput/types.d.ts +2 -0
- package/pv-components/dist/vue/visualizations/components/base/PvIcon/PvIcon.vue.d.ts +10 -0
- package/pv-components/dist/vue/visualizations/components/base/PvInput/PvInput.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvInput/PvInput.vue.d.ts +40 -0
- package/pv-components/dist/vue/visualizations/components/base/PvInput/types.d.ts +3 -0
- package/pv-components/dist/vue/visualizations/components/base/PvInsightCard/PvInsightCard.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvInsightCard/PvInsightCard.vue.d.ts +22 -0
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/PvMenu.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/PvMenu.vue.d.ts +183 -0
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/PvMenuControlPanel.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/PvMenuControlPanel.vue.d.ts +18 -0
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/PvMenuEmptyState.vue.d.ts +3 -0
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuBaseItem.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuBaseItem.vue.d.ts +11 -0
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItem.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItem.vue.d.ts +16 -0
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItemAction.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItemAction.vue.d.ts +8 -0
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItemVariant.vue.d.ts +14 -0
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/useMenuPosition.d.ts +66 -0
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/useMenuPosition.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvModal/PvModal.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvModal/PvModal.vue.d.ts +30 -0
- package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/PvMultiSelectButton.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +126 -0
- package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/mocks.d.ts +15 -0
- package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/types.d.ts +48 -0
- package/pv-components/dist/vue/visualizations/components/base/PvPagination/PvPagination.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvPagination/PvPagination.vue.d.ts +21 -0
- package/pv-components/dist/vue/visualizations/components/base/PvPagination/types.d.ts +3 -0
- package/pv-components/dist/vue/visualizations/components/base/PvPagination/usePagination.d.ts +12 -0
- package/pv-components/dist/vue/visualizations/components/base/PvPagination/usePagination.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvPill/PvPill.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvPill/PvPill.vue.d.ts +31 -0
- package/pv-components/dist/vue/visualizations/components/base/PvPill/types.d.ts +4 -0
- package/pv-components/dist/vue/visualizations/components/base/PvPopover/PvPopover.vue.d.ts +31 -0
- package/pv-components/dist/vue/visualizations/components/base/PvPopoverMenu/PvPopoverMenu.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvPopoverMenu/PvPopoverMenu.vue.d.ts +26 -0
- package/pv-components/dist/vue/visualizations/components/base/PvPopoverV2/PvPopoverV2.vue.d.ts +47 -0
- package/pv-components/dist/vue/visualizations/components/base/PvPopoverV2/types.d.ts +21 -0
- package/pv-components/dist/vue/visualizations/components/base/PvProgressBar/PvProgressBar.vue.d.ts +8 -0
- package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/PvQueryBuilderInput.vue.d.ts +44 -0
- package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/QueryBuilderMenuOptionRenderer.vue.d.ts +8 -0
- package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/QueryFormatter.vue.d.ts +20 -0
- package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/useQueryBuilder.d.ts +44 -0
- package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/useQueryBuilder.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvRating/PvRating.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvRating/PvRating.vue.d.ts +12 -0
- package/pv-components/dist/vue/visualizations/components/base/PvRating/types.d.ts +4 -0
- package/pv-components/dist/vue/visualizations/components/base/PvReleaseBadge/PvReleaseBadge.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvReleaseBadge/PvReleaseBadge.vue.d.ts +8 -0
- package/pv-components/dist/vue/visualizations/components/base/PvReleaseBadge/types.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSearchInput/PvSearchInput.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSearchInput/PvSearchInput.vue.d.ts +26 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSegmentedControl/PvSegmentedControl.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSegmentedControl/PvSegmentedControl.vue.d.ts +19 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSegmentedControl/types.d.ts +8 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/PvSelectButton.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/PvSelectButton.vue.d.ts +53 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/PvSelectButtonTrigger/PvSelectButtonTrigger.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/PvSelectButtonTrigger/PvSelectButtonTrigger.vue.d.ts +30 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/mocks.d.ts +21 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/types.d.ts +3 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSelectableCard/PvSelectableCard.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSelectableCard/PvSelectableCard.vue.d.ts +25 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSkeleton/PvSkeleton.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSkeleton/PvSkeleton.vue.d.ts +11 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSkeleton/types.d.ts +3 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSortableList/PvSortableList.vue.d.ts +25 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSpinner/PvSpinner.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSpinner/PvSpinner.vue.d.ts +11 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSpinner/types.d.ts +3 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSprite/PvSprite.vue.d.ts +9 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSuggestionTag/PvSuggestionTag.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSuggestionTag/PvSuggestionTag.vue.d.ts +31 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSwitch/PvSwitch.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSwitch/PvSwitch.vue.d.ts +22 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSwitch/types.d.ts +2 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTabList/PvTabList.vue.d.ts +12 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTabs/PvTabs.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTabs/PvTabs.vue.d.ts +18 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTabs/types.d.ts +7 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTag/PvTag.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTag/PvTag.vue.d.ts +41 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTag/types.d.ts +3 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTextArea/PvTextArea.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTextArea/PvTextArea.vue.d.ts +40 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTextArea/types.d.ts +2 -0
- package/pv-components/dist/vue/visualizations/components/base/PvToast/PvToast.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvToast/PvToast.vue.d.ts +30 -0
- package/pv-components/dist/vue/visualizations/components/base/PvToast/types.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvToggleButton/PvToggleButton.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvToggleButton/PvToggleButton.vue.d.ts +29 -0
- package/pv-components/dist/vue/visualizations/components/base/PvToggleButton/types.d.ts +3 -0
- package/pv-components/dist/vue/visualizations/components/base/PvToggleGroup/PvToggleGroup.vue.d.ts +12 -0
- package/pv-components/dist/vue/visualizations/components/base/PvToggleGroup/types.d.ts +12 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTooltip/PvTooltip.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTooltip/PvTooltip.vue.d.ts +36 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTooltip/types.d.ts +4 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTooltipV2/PvTooltipV2.vue.d.ts +28 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTooltipV2/types.d.ts +10 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTree/PvButtonTreeItem.vue.d.ts +33 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTree/PvCheckboxTreeItem.vue.d.ts +33 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTree/PvSimpleItemTree.vue.d.ts +7 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTree/PvSimpleNestedTree.vue.d.ts +21 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTree/PvTree.vue.d.ts +22 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTree/PvTreeItem.vue.d.ts +23 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTree/PvTreeReorderIcon.vue.d.ts +3 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTree/types.d.ts +31 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTree/useDragAndDrop.d.ts +16 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTree/useHoverIcon.d.ts +6 -0
- package/pv-components/dist/vue/visualizations/components/base/PvWidget/PvWidget.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/base/PvWidget/PvWidget.vue.d.ts +18 -0
- package/pv-components/dist/vue/visualizations/components/base/baseProps.d.ts +16 -0
- package/pv-components/dist/vue/visualizations/components/base/index.d.ts +64 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvChart/PvChart.vue.d.ts +48 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvChart/constants.d.ts +2 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvChart/functions.d.ts +42 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvChart/types.d.ts +25 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/PvDataTableWithChart.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/PvDataTableWithChart.vue.d.ts +39 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/constants.d.ts +5 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/helpers.d.ts +14 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/helpers.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/table-chart-components/PvChartOptionsPanel.vue.d.ts +22 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +76 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvMapChart/PvMapChart.vue.d.ts +45 -0
- package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/MapGradient.vue.d.ts +11 -0
- package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/MapRegionSelector.vue.d.ts +16 -0
- package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/topologies/alaskaStateTopology.d.ts +20 -0
- package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/topologies/hawaiiStateTopology.d.ts +20 -0
- package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/topologies/usStateTopology.d.ts +28 -0
- package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/useTopology.d.ts +8 -0
- package/pv-components/dist/vue/visualizations/components/charts/themes.d.ts +6 -0
- package/pv-components/dist/vue/visualizations/components/layout/PvSidePanel/PvSidePanel.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/layout/PvSidePanel/PvSidePanel.vue.d.ts +24 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/PvDataTable.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/PvDataTable.vue.d.ts +38 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/helpers.d.ts +24 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/helpers.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/ExportMenu.vue.d.ts +16 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/FilterPanel.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/FilterPanel.vue.d.ts +23 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/GroupAggCellRenderer.vue.d.ts +17 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/GroupBySelector.vue.d.ts +17 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/GroupedCellRenderer.vue.d.ts +16 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/HeaderCellRenderer.vue.d.ts +12 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/PaginationPanel.vue.d.ts +16 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/RowCountCellRenderer.vue.d.ts +17 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/RowLoadingCellRenderer.vue.d.ts +3 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/SetFilter.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/SetFilter.vue.d.ts +35 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/TableSearch.vue.d.ts +8 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/TableTooltip.vue.d.ts +7 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/TagCellRenderer.vue.d.ts +7 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/formatting.d.ts +29 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/formatting.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/types.d.ts +352 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useFilterStore.d.ts +47 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useFilterStore.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useFocus.d.ts +27 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useFocus.spec.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/tables/symbols.d.ts +54 -0
- package/pv-components/dist/vue/visualizations/components/tables/themes.d.ts +3 -0
- package/pv-components/dist/vue/visualizations/components/visualizations/index.d.ts +1 -1
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +2953 -2951
- package/pv-components/dist/vue/visualizations/types.d.ts +2 -2
- package/pv-components/dist/web/components/pv-distribution-bar/pv-distribution-bar.js +7 -7
- package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +2 -2
- package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +2 -2
- package/pv-components/dist/web/pv-components.iife.js +2 -2
|
@@ -0,0 +1,299 @@
|
|
|
1
|
+
import { ColDef } from 'ag-grid-community';
|
|
2
|
+
import { Column } from 'ag-grid-enterprise';
|
|
3
|
+
import { ColumnMovedEvent } from 'ag-grid-enterprise';
|
|
4
|
+
import { ColumnResizedEvent } from 'ag-grid-enterprise';
|
|
5
|
+
import { ColumnRowGroupChangedEvent } from 'ag-grid-enterprise';
|
|
6
|
+
import { Component } from 'vue';
|
|
7
|
+
import { ComputedRef } from 'vue';
|
|
8
|
+
import { CSSProperties } from 'vue';
|
|
9
|
+
import { FilterChangedEvent } from 'ag-grid-enterprise';
|
|
10
|
+
import { FilterModel } from 'ag-grid-enterprise';
|
|
11
|
+
import { FirstDataRenderedEvent } from 'ag-grid-community';
|
|
12
|
+
import { GridApi } from 'ag-grid-community';
|
|
13
|
+
import { GridReadyEvent } from 'ag-grid-community';
|
|
14
|
+
import { GridState } from 'ag-grid-enterprise';
|
|
15
|
+
import { IServerSideGetRowsParams } from 'ag-grid-enterprise';
|
|
16
|
+
import { IsGroupOpenByDefaultParams } from 'ag-grid-community';
|
|
17
|
+
import { IsServerSideGroupOpenByDefaultParams } from 'ag-grid-community';
|
|
18
|
+
import { PublicProps } from 'vue';
|
|
19
|
+
import { Ref } from 'vue';
|
|
20
|
+
import { RefreshServerSideParams } from 'ag-grid-community';
|
|
21
|
+
import { ShallowUnwrapRef } from 'vue';
|
|
22
|
+
import { SortChangedEvent } from 'ag-grid-community';
|
|
23
|
+
import { Theme } from 'ag-grid-enterprise';
|
|
24
|
+
import { VNode } from 'vue';
|
|
25
|
+
|
|
26
|
+
declare type __VLS_PrettifyLocal<T> = {
|
|
27
|
+
[K in keyof T]: T[K];
|
|
28
|
+
} & {};
|
|
29
|
+
|
|
30
|
+
declare interface FilterValueResponseOption {
|
|
31
|
+
value: string;
|
|
32
|
+
label?: string;
|
|
33
|
+
isPreference?: boolean;
|
|
34
|
+
isSelectable?: boolean;
|
|
35
|
+
metadata?: any;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
declare interface FilterValuesSetHandlerParams<T> {
|
|
39
|
+
api: GridApi<T>;
|
|
40
|
+
colDef: ColDef<T>;
|
|
41
|
+
column: Column<T>;
|
|
42
|
+
filterModel?: FilterModel | null;
|
|
43
|
+
query?: string;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export declare interface FocusUpdateEvent {
|
|
47
|
+
focuses?: string[] | null | undefined;
|
|
48
|
+
filterField?: string | null | undefined;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
declare interface MenuOption {
|
|
52
|
+
id: string;
|
|
53
|
+
text: string;
|
|
54
|
+
subText?: string;
|
|
55
|
+
secondaryText?: string | number;
|
|
56
|
+
icon?: string;
|
|
57
|
+
companyName?: string;
|
|
58
|
+
avatar?: {
|
|
59
|
+
initials?: string;
|
|
60
|
+
image?: string;
|
|
61
|
+
icon?: boolean;
|
|
62
|
+
};
|
|
63
|
+
groupingLabel?: string;
|
|
64
|
+
disabled?: boolean;
|
|
65
|
+
renderer?: Component;
|
|
66
|
+
rendererProps?: any;
|
|
67
|
+
classList?: string[];
|
|
68
|
+
searchText?: string;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export declare const PvDataTable: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
72
|
+
props: __VLS_PrettifyLocal<any & PvDataTableProps<T> & Partial<{}>> & PublicProps;
|
|
73
|
+
expose(exposed: ShallowUnwrapRef<PvDataTablePublicInterface>): void;
|
|
74
|
+
attrs: any;
|
|
75
|
+
slots: {
|
|
76
|
+
'top-slot'?(_: {}): any;
|
|
77
|
+
};
|
|
78
|
+
emit: {
|
|
79
|
+
(e: "column-moved", event: ColumnMovedEvent<T>): void;
|
|
80
|
+
(e: "column-resized", event: ColumnResizedEvent<T>): void;
|
|
81
|
+
(e: "column-row-group-changed", event: ColumnRowGroupChangedEvent<T>): void;
|
|
82
|
+
(e: "grid-ready", event: GridReadyEvent<T>): void;
|
|
83
|
+
(e: "filter-changed", event: FilterChangedEvent<T>): void;
|
|
84
|
+
(e: "sort-changed", event: SortChangedEvent<T>): void;
|
|
85
|
+
(e: "filter-opened", event: FilterChangedEvent<T>): void;
|
|
86
|
+
(e: "first-data-rendered", event: FirstDataRenderedEvent<T>): void;
|
|
87
|
+
(e: "handle-settings-icon", value: string): void;
|
|
88
|
+
(e: "focus-update", event: FocusUpdateEvent): void;
|
|
89
|
+
};
|
|
90
|
+
}>) => VNode & {
|
|
91
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
92
|
+
};
|
|
93
|
+
|
|
94
|
+
declare interface PvDataTableProps<T> {
|
|
95
|
+
/**
|
|
96
|
+
* Column definitions for the table. Follows the AG Grid column definition format.
|
|
97
|
+
*/
|
|
98
|
+
colDefs?: ColDef<T>[];
|
|
99
|
+
/**
|
|
100
|
+
* Array of JSON data objects to be displayed in the table. Only used for client-side row model.
|
|
101
|
+
*/
|
|
102
|
+
rowData?: T[];
|
|
103
|
+
/**
|
|
104
|
+
* Handler to fetch server-side data. Only used for server-side row model.
|
|
105
|
+
*/
|
|
106
|
+
serverSideRowHandler?: (params: IServerSideGetRowsParams<T>, isCsvExport?: boolean) => void;
|
|
107
|
+
/**
|
|
108
|
+
* Handler to fetch filter values for server-side filtering. Only used for server-side row model.
|
|
109
|
+
*/
|
|
110
|
+
filterValuesSetHandler?: (params: FilterValuesSetHandlerParams<T>) => Promise<(FilterValueResponseOption | null)[]>;
|
|
111
|
+
/**
|
|
112
|
+
* Handler to return suggestions for applying search terms to the table.
|
|
113
|
+
*/
|
|
114
|
+
tableSearchHandler?: (params: TableSearchHandlerParams<T>) => Promise<(QueryBuilderSuggestionMenuOption | null)[]>;
|
|
115
|
+
/**
|
|
116
|
+
* Specifies an initial set of filters/groups/sort/etc. to be applied to the table.
|
|
117
|
+
*/
|
|
118
|
+
initialGridState?: GridState;
|
|
119
|
+
/**
|
|
120
|
+
* Specifies an initial set of metadata values for filters that require them
|
|
121
|
+
*/
|
|
122
|
+
initialFilterValueMap?: Record<string, (FilterValueResponseOption | null)[]>;
|
|
123
|
+
/**
|
|
124
|
+
* Override the Pit Viper them
|
|
125
|
+
*/
|
|
126
|
+
theme?: Theme;
|
|
127
|
+
/**
|
|
128
|
+
* For aggregated columns, only show the aggregate at the final group level
|
|
129
|
+
*/
|
|
130
|
+
displayBaseAggregationsOnly?: boolean;
|
|
131
|
+
/**
|
|
132
|
+
* Display Row Number in the first column
|
|
133
|
+
*/
|
|
134
|
+
displayRowNumber?: boolean;
|
|
135
|
+
/**
|
|
136
|
+
* Display Counts on Grouped Rows (requires allChildrenCount on the object)
|
|
137
|
+
*/
|
|
138
|
+
displayGroupCount?: boolean;
|
|
139
|
+
/**
|
|
140
|
+
* Displays Icon on Preferences that emits handle-settings-icon event
|
|
141
|
+
*/
|
|
142
|
+
displayPreferencesIcon?: boolean;
|
|
143
|
+
/**
|
|
144
|
+
* Display button to hide/show columns
|
|
145
|
+
*/
|
|
146
|
+
enableColumnVisibilitySelector?: boolean;
|
|
147
|
+
/**
|
|
148
|
+
* Display everything focus view related
|
|
149
|
+
*/
|
|
150
|
+
enableFocusView?: boolean;
|
|
151
|
+
/**
|
|
152
|
+
* Display button to group by columns
|
|
153
|
+
*/
|
|
154
|
+
enableGroupBySelector?: boolean;
|
|
155
|
+
/**
|
|
156
|
+
* Display input to search within the table
|
|
157
|
+
*/
|
|
158
|
+
enableTableSearch?: boolean;
|
|
159
|
+
/**
|
|
160
|
+
* Allows for slot content to be placed above the chart
|
|
161
|
+
*/
|
|
162
|
+
enableTopSlot?: boolean;
|
|
163
|
+
/**
|
|
164
|
+
* Display button to open the vertical filter drawer
|
|
165
|
+
*/
|
|
166
|
+
enableVerticalFilterPanel?: boolean;
|
|
167
|
+
/**
|
|
168
|
+
* Number of groups to support (defaults to 2)
|
|
169
|
+
*/
|
|
170
|
+
rowGroupLimit?: number;
|
|
171
|
+
/**
|
|
172
|
+
* Whether to expand all groups by default, based on level. -1 expands all groups
|
|
173
|
+
*/
|
|
174
|
+
groupDefaultExpanded?: number;
|
|
175
|
+
/**
|
|
176
|
+
* A handler to determine if a group should be open by default dynamically.
|
|
177
|
+
*/
|
|
178
|
+
isClientSideGroupOpenByDefault?: (params: IsGroupOpenByDefaultParams) => boolean;
|
|
179
|
+
/**
|
|
180
|
+
* A handler to determine whether a group should be open by default.
|
|
181
|
+
*/
|
|
182
|
+
isServerSideGroupOpenByDefault?: (params: IsServerSideGroupOpenByDefaultParams) => boolean;
|
|
183
|
+
/**
|
|
184
|
+
* Display button to export table data as CSV
|
|
185
|
+
*/
|
|
186
|
+
enableCsvExport?: boolean;
|
|
187
|
+
/**
|
|
188
|
+
* # of rows to export to CSV - be careful overriding this as large exports can cause performance issues
|
|
189
|
+
*/
|
|
190
|
+
csvRowLimit?: number;
|
|
191
|
+
/**
|
|
192
|
+
* Optional param to implement custom logic for CSV export. If not specified, the serverSideRowHandler will be used to generate the CSV data.
|
|
193
|
+
*/
|
|
194
|
+
serverSideCsvHandler?: (params: IServerSideGetRowsParams<T>) => Promise<void>;
|
|
195
|
+
/**
|
|
196
|
+
* Field that can be used to identify row uniqueness for preserving expanded/collapsed row states
|
|
197
|
+
*/
|
|
198
|
+
uniqueRowIdField?: string;
|
|
199
|
+
/**
|
|
200
|
+
* If true, will not show data until at least one filter is applied
|
|
201
|
+
*/
|
|
202
|
+
requireFiltersToShowData?: boolean;
|
|
203
|
+
/**
|
|
204
|
+
* If true, will show loading state - can be used as a dynamic prop to show/hide loading state
|
|
205
|
+
*/
|
|
206
|
+
isLoading?: boolean;
|
|
207
|
+
/**
|
|
208
|
+
* Height of the table + filter container
|
|
209
|
+
*/
|
|
210
|
+
containerHeight?: number;
|
|
211
|
+
/**
|
|
212
|
+
* Min height of the table + filter container
|
|
213
|
+
*/
|
|
214
|
+
containerMinHeight?: number;
|
|
215
|
+
/**
|
|
216
|
+
* Enables the ValidationModule for advanced debugging as well as additional console logging from AG Grid
|
|
217
|
+
*/
|
|
218
|
+
debugMode?: boolean;
|
|
219
|
+
/**
|
|
220
|
+
* If true, hide all row-grouped columns from the table.
|
|
221
|
+
*/
|
|
222
|
+
hideAllRowGroupedColumns?: boolean;
|
|
223
|
+
/**
|
|
224
|
+
* Specifies the column to pin to the left of the table if at least one row grouping is enabled.
|
|
225
|
+
*/
|
|
226
|
+
leftPinnedColumnName?: string;
|
|
227
|
+
/**
|
|
228
|
+
* Enables pagination
|
|
229
|
+
*/
|
|
230
|
+
pagination?: boolean;
|
|
231
|
+
/**
|
|
232
|
+
* Set the pagination page size. Defaults to 50.
|
|
233
|
+
*/
|
|
234
|
+
paginationPageSize?: 20 | 50 | 100 | 200;
|
|
235
|
+
/**
|
|
236
|
+
* Row height for individual rows
|
|
237
|
+
*/
|
|
238
|
+
rowHeight?: number;
|
|
239
|
+
/**
|
|
240
|
+
* Set tooltip show delay. Detaults 1000ms
|
|
241
|
+
*/
|
|
242
|
+
tooltipShowDelay?: number;
|
|
243
|
+
/**
|
|
244
|
+
* Set tooltip hide delay.
|
|
245
|
+
*/
|
|
246
|
+
tooltipHideDelay?: number;
|
|
247
|
+
/**
|
|
248
|
+
* Hide the table rows (but still show the filter panel)
|
|
249
|
+
*/
|
|
250
|
+
hideTable?: boolean;
|
|
251
|
+
/**
|
|
252
|
+
* DOM location to use for relocating the filter panel
|
|
253
|
+
*/
|
|
254
|
+
filterTeleportLocation?: string;
|
|
255
|
+
/**
|
|
256
|
+
* List of column fields that can be focused
|
|
257
|
+
*/
|
|
258
|
+
focusableColumns?: string[];
|
|
259
|
+
tableSearchPlaceholder?: string;
|
|
260
|
+
tableSearchStyle?: TableSearchStyle;
|
|
261
|
+
maxHorizontalFilters?: number;
|
|
262
|
+
maintainColumnOrder?: boolean;
|
|
263
|
+
/**
|
|
264
|
+
* Custom CSS Properties
|
|
265
|
+
*/
|
|
266
|
+
customCssProperties?: {
|
|
267
|
+
agGridWrapper: CSSProperties;
|
|
268
|
+
};
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
declare interface PvDataTablePublicInterface {
|
|
272
|
+
getCsvData: () => Promise<string | null>;
|
|
273
|
+
refreshData: (params?: RefreshServerSideParams | null) => Promise<void>;
|
|
274
|
+
getFilterValueSelectedMetadataMap: () => Record<string, (FilterValueResponseOption | null)[]>;
|
|
275
|
+
availableRowGroupColumns: ComputedRef<ColDef[]>;
|
|
276
|
+
availableAggFuncColumns: ComputedRef<ColDef[]>;
|
|
277
|
+
rowGroupColumnFields: Ref<string[]>;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
declare interface QueryBuilderSuggestionMenuOption extends MenuOption {
|
|
281
|
+
queryTerm?: QueryTerm;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
declare interface QueryTerm {
|
|
285
|
+
queryField?: string;
|
|
286
|
+
queryDisplayField?: string;
|
|
287
|
+
exactMatch?: boolean;
|
|
288
|
+
queryText?: string;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
declare interface TableSearchHandlerParams<T> {
|
|
292
|
+
api: GridApi<T>;
|
|
293
|
+
filterModel?: FilterModel | null;
|
|
294
|
+
query?: string;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
declare type TableSearchStyle = "query-builder" | "text";
|
|
298
|
+
|
|
299
|
+
export { }
|