@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,491 @@
|
|
|
1
|
+
import { AdvancedFilterModel } from 'ag-grid-community/dist/types/src/interfaces/advancedFilterModel';
|
|
2
|
+
import { AgChartInstance } from 'ag-charts-enterprise';
|
|
3
|
+
import { AgChartOptions } from 'ag-charts-types';
|
|
4
|
+
import { AgChartOptions as AgChartOptions_2 } from 'ag-charts-enterprise';
|
|
5
|
+
import { AgMapLineSeriesTooltipRendererParams } from 'ag-charts-enterprise';
|
|
6
|
+
import { AgSeriesVisibilityChange } from 'ag-charts-enterprise';
|
|
7
|
+
import { ColDef } from 'ag-grid-community';
|
|
8
|
+
import { Column } from 'ag-grid-enterprise';
|
|
9
|
+
import { ColumnMovedEvent } from 'ag-grid-enterprise';
|
|
10
|
+
import { ColumnResizedEvent } from 'ag-grid-enterprise';
|
|
11
|
+
import { ColumnRowGroupChangedEvent } from 'ag-grid-enterprise';
|
|
12
|
+
import { ColumnVO } from 'ag-grid-community/dist/types/src/interfaces/iColumnVO';
|
|
13
|
+
import { Component } from 'vue';
|
|
14
|
+
import { ComponentOptionsMixin } from 'vue';
|
|
15
|
+
import { ComponentProvideOptions } from 'vue';
|
|
16
|
+
import { CreateComponentPublicInstanceWithMixins } from 'vue';
|
|
17
|
+
import { CSSProperties } from 'vue';
|
|
18
|
+
import { DefineComponent } from 'vue';
|
|
19
|
+
import { ExtractPropTypes } from 'vue';
|
|
20
|
+
import { FilterChangedEvent } from 'ag-grid-enterprise';
|
|
21
|
+
import { FilterModel } from 'ag-grid-enterprise';
|
|
22
|
+
import { FilterModel as FilterModel_2 } from 'ag-grid-community/dist/types/src/interfaces/iFilter';
|
|
23
|
+
import { FirstDataRenderedEvent } from 'ag-grid-community';
|
|
24
|
+
import { GlobalComponents } from 'vue';
|
|
25
|
+
import { GlobalDirectives } from 'vue';
|
|
26
|
+
import { GridApi } from 'ag-grid-community';
|
|
27
|
+
import { GridReadyEvent } from 'ag-grid-community';
|
|
28
|
+
import { GridState } from 'ag-grid-enterprise';
|
|
29
|
+
import { IServerSideGetRowsParams } from 'ag-grid-enterprise';
|
|
30
|
+
import { IsGroupOpenByDefaultParams } from 'ag-grid-community';
|
|
31
|
+
import { IsServerSideGroupOpenByDefaultParams } from 'ag-grid-community';
|
|
32
|
+
import { PropType } from 'vue';
|
|
33
|
+
import { PublicProps } from 'vue';
|
|
34
|
+
import { RefreshServerSideParams } from 'ag-grid-community';
|
|
35
|
+
import { ShallowUnwrapRef } from 'vue';
|
|
36
|
+
import { SortChangedEvent } from 'ag-grid-community';
|
|
37
|
+
import { Theme } from 'ag-grid-enterprise';
|
|
38
|
+
import { VNode } from 'vue';
|
|
39
|
+
|
|
40
|
+
declare type __VLS_PrettifyLocal<T> = {
|
|
41
|
+
[K in keyof T]: T[K];
|
|
42
|
+
} & {};
|
|
43
|
+
|
|
44
|
+
declare type ChartConfigPanelType = "y-axis" | "x-axis" | "sort" | "chart-type";
|
|
45
|
+
|
|
46
|
+
declare interface ChartFilter {
|
|
47
|
+
colId: string;
|
|
48
|
+
options: ChartFilterOption[];
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
declare type ChartFilterOption = {
|
|
52
|
+
label: string;
|
|
53
|
+
value: string;
|
|
54
|
+
filterValues: string[];
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
declare interface ChartState {
|
|
58
|
+
seriesField?: string | null;
|
|
59
|
+
chartType?: string | null;
|
|
60
|
+
chartSort?: string | null;
|
|
61
|
+
chartCategoryFields?: string[] | null;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
declare interface ChartStateChangedEvent {
|
|
65
|
+
api: GridApi | null;
|
|
66
|
+
newState: ChartState | null;
|
|
67
|
+
oldState: ChartState | null;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
declare interface FilterValueResponseOption {
|
|
71
|
+
value: string;
|
|
72
|
+
label?: string;
|
|
73
|
+
isPreference?: boolean;
|
|
74
|
+
isSelectable?: boolean;
|
|
75
|
+
metadata?: any;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
declare interface FilterValuesSetHandlerParams<T> {
|
|
79
|
+
api: GridApi<T>;
|
|
80
|
+
colDef: ColDef<T>;
|
|
81
|
+
column: Column<T>;
|
|
82
|
+
filterModel?: FilterModel | null;
|
|
83
|
+
query?: string;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
declare interface FocusUpdateEvent {
|
|
87
|
+
focuses?: string[] | null | undefined;
|
|
88
|
+
filterField?: string | null | undefined;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
declare type MapTopologyType = "state" | "city" | "county" | "cbsa" | "zip_code";
|
|
92
|
+
|
|
93
|
+
declare interface MenuOption {
|
|
94
|
+
id: string;
|
|
95
|
+
text: string;
|
|
96
|
+
subText?: string;
|
|
97
|
+
secondaryText?: string | number;
|
|
98
|
+
icon?: string;
|
|
99
|
+
companyName?: string;
|
|
100
|
+
avatar?: {
|
|
101
|
+
initials?: string;
|
|
102
|
+
image?: string;
|
|
103
|
+
icon?: boolean;
|
|
104
|
+
};
|
|
105
|
+
groupingLabel?: string;
|
|
106
|
+
disabled?: boolean;
|
|
107
|
+
renderer?: Component;
|
|
108
|
+
rendererProps?: any;
|
|
109
|
+
classList?: string[];
|
|
110
|
+
searchText?: string;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
export declare const PvChart: DefineComponent<PvChartProps, {
|
|
114
|
+
getChartImageDataURL: (dimensions?: {
|
|
115
|
+
width?: number;
|
|
116
|
+
height?: number;
|
|
117
|
+
}) => Promise<string> | undefined;
|
|
118
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
119
|
+
"series-visibility-change": (event: AgSeriesVisibilityChange<unknown>) => any;
|
|
120
|
+
}, string, PublicProps, Readonly<PvChartProps> & Readonly<{
|
|
121
|
+
"onSeries-visibility-change"?: ((event: AgSeriesVisibilityChange<unknown>) => any) | undefined;
|
|
122
|
+
}>, {
|
|
123
|
+
seriesFormatType: "none" | "currency" | "percent";
|
|
124
|
+
isLoading: boolean;
|
|
125
|
+
enableFocusView: boolean;
|
|
126
|
+
minHeight: number;
|
|
127
|
+
translateNullValues: boolean;
|
|
128
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
129
|
+
chartRef: CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
130
|
+
options: {
|
|
131
|
+
type: PropType<AgChartOptions>;
|
|
132
|
+
default: () => AgChartOptions;
|
|
133
|
+
};
|
|
134
|
+
}>> & Readonly<{}>, {
|
|
135
|
+
chart: AgChartInstance | undefined;
|
|
136
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
137
|
+
options: AgChartOptions;
|
|
138
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
139
|
+
P: {};
|
|
140
|
+
B: {};
|
|
141
|
+
D: {};
|
|
142
|
+
C: {};
|
|
143
|
+
M: {};
|
|
144
|
+
Defaults: {};
|
|
145
|
+
}, Readonly<ExtractPropTypes< {
|
|
146
|
+
options: {
|
|
147
|
+
type: PropType<AgChartOptions>;
|
|
148
|
+
default: () => AgChartOptions;
|
|
149
|
+
};
|
|
150
|
+
}>> & Readonly<{}>, {
|
|
151
|
+
chart: AgChartInstance | undefined;
|
|
152
|
+
}, {}, {}, {}, {
|
|
153
|
+
options: AgChartOptions;
|
|
154
|
+
}> | null;
|
|
155
|
+
}, HTMLDivElement>;
|
|
156
|
+
|
|
157
|
+
declare interface PvChartProps {
|
|
158
|
+
options: AgChartOptions;
|
|
159
|
+
seriesFormatType?: "none" | "currency" | "percent";
|
|
160
|
+
isLoading?: boolean;
|
|
161
|
+
enableFocusView?: boolean;
|
|
162
|
+
minHeight?: number;
|
|
163
|
+
translateNullValues?: boolean;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
declare interface PvDataTableProps<T> {
|
|
167
|
+
/**
|
|
168
|
+
* Column definitions for the table. Follows the AG Grid column definition format.
|
|
169
|
+
*/
|
|
170
|
+
colDefs?: ColDef<T>[];
|
|
171
|
+
/**
|
|
172
|
+
* Array of JSON data objects to be displayed in the table. Only used for client-side row model.
|
|
173
|
+
*/
|
|
174
|
+
rowData?: T[];
|
|
175
|
+
/**
|
|
176
|
+
* Handler to fetch server-side data. Only used for server-side row model.
|
|
177
|
+
*/
|
|
178
|
+
serverSideRowHandler?: (params: IServerSideGetRowsParams<T>, isCsvExport?: boolean) => void;
|
|
179
|
+
/**
|
|
180
|
+
* Handler to fetch filter values for server-side filtering. Only used for server-side row model.
|
|
181
|
+
*/
|
|
182
|
+
filterValuesSetHandler?: (params: FilterValuesSetHandlerParams<T>) => Promise<(FilterValueResponseOption | null)[]>;
|
|
183
|
+
/**
|
|
184
|
+
* Handler to return suggestions for applying search terms to the table.
|
|
185
|
+
*/
|
|
186
|
+
tableSearchHandler?: (params: TableSearchHandlerParams<T>) => Promise<(QueryBuilderSuggestionMenuOption | null)[]>;
|
|
187
|
+
/**
|
|
188
|
+
* Specifies an initial set of filters/groups/sort/etc. to be applied to the table.
|
|
189
|
+
*/
|
|
190
|
+
initialGridState?: GridState;
|
|
191
|
+
/**
|
|
192
|
+
* Specifies an initial set of metadata values for filters that require them
|
|
193
|
+
*/
|
|
194
|
+
initialFilterValueMap?: Record<string, (FilterValueResponseOption | null)[]>;
|
|
195
|
+
/**
|
|
196
|
+
* Override the Pit Viper them
|
|
197
|
+
*/
|
|
198
|
+
theme?: Theme;
|
|
199
|
+
/**
|
|
200
|
+
* For aggregated columns, only show the aggregate at the final group level
|
|
201
|
+
*/
|
|
202
|
+
displayBaseAggregationsOnly?: boolean;
|
|
203
|
+
/**
|
|
204
|
+
* Display Row Number in the first column
|
|
205
|
+
*/
|
|
206
|
+
displayRowNumber?: boolean;
|
|
207
|
+
/**
|
|
208
|
+
* Display Counts on Grouped Rows (requires allChildrenCount on the object)
|
|
209
|
+
*/
|
|
210
|
+
displayGroupCount?: boolean;
|
|
211
|
+
/**
|
|
212
|
+
* Displays Icon on Preferences that emits handle-settings-icon event
|
|
213
|
+
*/
|
|
214
|
+
displayPreferencesIcon?: boolean;
|
|
215
|
+
/**
|
|
216
|
+
* Display button to hide/show columns
|
|
217
|
+
*/
|
|
218
|
+
enableColumnVisibilitySelector?: boolean;
|
|
219
|
+
/**
|
|
220
|
+
* Display everything focus view related
|
|
221
|
+
*/
|
|
222
|
+
enableFocusView?: boolean;
|
|
223
|
+
/**
|
|
224
|
+
* Display button to group by columns
|
|
225
|
+
*/
|
|
226
|
+
enableGroupBySelector?: boolean;
|
|
227
|
+
/**
|
|
228
|
+
* Display input to search within the table
|
|
229
|
+
*/
|
|
230
|
+
enableTableSearch?: boolean;
|
|
231
|
+
/**
|
|
232
|
+
* Allows for slot content to be placed above the chart
|
|
233
|
+
*/
|
|
234
|
+
enableTopSlot?: boolean;
|
|
235
|
+
/**
|
|
236
|
+
* Display button to open the vertical filter drawer
|
|
237
|
+
*/
|
|
238
|
+
enableVerticalFilterPanel?: boolean;
|
|
239
|
+
/**
|
|
240
|
+
* Number of groups to support (defaults to 2)
|
|
241
|
+
*/
|
|
242
|
+
rowGroupLimit?: number;
|
|
243
|
+
/**
|
|
244
|
+
* Whether to expand all groups by default, based on level. -1 expands all groups
|
|
245
|
+
*/
|
|
246
|
+
groupDefaultExpanded?: number;
|
|
247
|
+
/**
|
|
248
|
+
* A handler to determine if a group should be open by default dynamically.
|
|
249
|
+
*/
|
|
250
|
+
isClientSideGroupOpenByDefault?: (params: IsGroupOpenByDefaultParams) => boolean;
|
|
251
|
+
/**
|
|
252
|
+
* A handler to determine whether a group should be open by default.
|
|
253
|
+
*/
|
|
254
|
+
isServerSideGroupOpenByDefault?: (params: IsServerSideGroupOpenByDefaultParams) => boolean;
|
|
255
|
+
/**
|
|
256
|
+
* Display button to export table data as CSV
|
|
257
|
+
*/
|
|
258
|
+
enableCsvExport?: boolean;
|
|
259
|
+
/**
|
|
260
|
+
* # of rows to export to CSV - be careful overriding this as large exports can cause performance issues
|
|
261
|
+
*/
|
|
262
|
+
csvRowLimit?: number;
|
|
263
|
+
/**
|
|
264
|
+
* Optional param to implement custom logic for CSV export. If not specified, the serverSideRowHandler will be used to generate the CSV data.
|
|
265
|
+
*/
|
|
266
|
+
serverSideCsvHandler?: (params: IServerSideGetRowsParams<T>) => Promise<void>;
|
|
267
|
+
/**
|
|
268
|
+
* Field that can be used to identify row uniqueness for preserving expanded/collapsed row states
|
|
269
|
+
*/
|
|
270
|
+
uniqueRowIdField?: string;
|
|
271
|
+
/**
|
|
272
|
+
* If true, will not show data until at least one filter is applied
|
|
273
|
+
*/
|
|
274
|
+
requireFiltersToShowData?: boolean;
|
|
275
|
+
/**
|
|
276
|
+
* If true, will show loading state - can be used as a dynamic prop to show/hide loading state
|
|
277
|
+
*/
|
|
278
|
+
isLoading?: boolean;
|
|
279
|
+
/**
|
|
280
|
+
* Height of the table + filter container
|
|
281
|
+
*/
|
|
282
|
+
containerHeight?: number;
|
|
283
|
+
/**
|
|
284
|
+
* Min height of the table + filter container
|
|
285
|
+
*/
|
|
286
|
+
containerMinHeight?: number;
|
|
287
|
+
/**
|
|
288
|
+
* Enables the ValidationModule for advanced debugging as well as additional console logging from AG Grid
|
|
289
|
+
*/
|
|
290
|
+
debugMode?: boolean;
|
|
291
|
+
/**
|
|
292
|
+
* If true, hide all row-grouped columns from the table.
|
|
293
|
+
*/
|
|
294
|
+
hideAllRowGroupedColumns?: boolean;
|
|
295
|
+
/**
|
|
296
|
+
* Specifies the column to pin to the left of the table if at least one row grouping is enabled.
|
|
297
|
+
*/
|
|
298
|
+
leftPinnedColumnName?: string;
|
|
299
|
+
/**
|
|
300
|
+
* Enables pagination
|
|
301
|
+
*/
|
|
302
|
+
pagination?: boolean;
|
|
303
|
+
/**
|
|
304
|
+
* Set the pagination page size. Defaults to 50.
|
|
305
|
+
*/
|
|
306
|
+
paginationPageSize?: 20 | 50 | 100 | 200;
|
|
307
|
+
/**
|
|
308
|
+
* Row height for individual rows
|
|
309
|
+
*/
|
|
310
|
+
rowHeight?: number;
|
|
311
|
+
/**
|
|
312
|
+
* Set tooltip show delay. Detaults 1000ms
|
|
313
|
+
*/
|
|
314
|
+
tooltipShowDelay?: number;
|
|
315
|
+
/**
|
|
316
|
+
* Set tooltip hide delay.
|
|
317
|
+
*/
|
|
318
|
+
tooltipHideDelay?: number;
|
|
319
|
+
/**
|
|
320
|
+
* Hide the table rows (but still show the filter panel)
|
|
321
|
+
*/
|
|
322
|
+
hideTable?: boolean;
|
|
323
|
+
/**
|
|
324
|
+
* DOM location to use for relocating the filter panel
|
|
325
|
+
*/
|
|
326
|
+
filterTeleportLocation?: string;
|
|
327
|
+
/**
|
|
328
|
+
* List of column fields that can be focused
|
|
329
|
+
*/
|
|
330
|
+
focusableColumns?: string[];
|
|
331
|
+
tableSearchPlaceholder?: string;
|
|
332
|
+
tableSearchStyle?: TableSearchStyle;
|
|
333
|
+
maxHorizontalFilters?: number;
|
|
334
|
+
maintainColumnOrder?: boolean;
|
|
335
|
+
/**
|
|
336
|
+
* Custom CSS Properties
|
|
337
|
+
*/
|
|
338
|
+
customCssProperties?: {
|
|
339
|
+
agGridWrapper: CSSProperties;
|
|
340
|
+
};
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
export declare const PvDataTableWithChart: <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<{
|
|
344
|
+
props: __VLS_PrettifyLocal<any & PvDataTableWithChartProps<T> & Partial<{}>> & PublicProps;
|
|
345
|
+
expose(exposed: ShallowUnwrapRef< {
|
|
346
|
+
getChartImageDataURL: (dimensions?: {
|
|
347
|
+
width?: number;
|
|
348
|
+
height?: number;
|
|
349
|
+
}) => Promise<string> | undefined;
|
|
350
|
+
getCsvData: () => Promise<string | null> | undefined;
|
|
351
|
+
refreshData: (params?: RefreshServerSideParams | null) => Promise<void> | undefined;
|
|
352
|
+
getFilterValueSelectedMetadataMap: () => Record<string, (FilterValueResponseOption | null)[]> | undefined;
|
|
353
|
+
}>): void;
|
|
354
|
+
attrs: any;
|
|
355
|
+
slots: {};
|
|
356
|
+
emit: {
|
|
357
|
+
(e: "chart-state-changed", event: ChartStateChangedEvent): void;
|
|
358
|
+
(e: "column-moved", event: ColumnMovedEvent<T>): void;
|
|
359
|
+
(e: "column-resized", event: ColumnResizedEvent<T>): void;
|
|
360
|
+
(e: "column-row-group-changed", event: ColumnRowGroupChangedEvent<T>): void;
|
|
361
|
+
(e: "grid-ready", event: GridReadyEvent<T>): void;
|
|
362
|
+
(e: "filter-changed", event: FilterChangedEvent<T>): void;
|
|
363
|
+
(e: "sort-changed", event: SortChangedEvent<T>): void;
|
|
364
|
+
(e: "filter-opened", event: FilterChangedEvent<T>): void;
|
|
365
|
+
(e: "first-data-rendered", event: FirstDataRenderedEvent<T>): void;
|
|
366
|
+
(e: "handle-settings-icon", value: string): void;
|
|
367
|
+
(e: "focus-update", event: FocusUpdateEvent): void;
|
|
368
|
+
(e: "chart-collapsed", collapsed: boolean): void;
|
|
369
|
+
};
|
|
370
|
+
}>) => VNode & {
|
|
371
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
372
|
+
};
|
|
373
|
+
|
|
374
|
+
declare interface PvDataTableWithChartProps<T> extends PvDataTableProps<T> {
|
|
375
|
+
enabledChartTypes?: supportedChartType[];
|
|
376
|
+
serverSideChartHandler?: (params: ServerSideChartDataHandlerParams) => Promise<ServerSideChartDataHandlerResponse>;
|
|
377
|
+
showSeriesLabels?: boolean;
|
|
378
|
+
truncateLabelValues?: boolean;
|
|
379
|
+
initialChartData?: AgChartOptions_2["data"];
|
|
380
|
+
enableCombinedChartConfigPanel?: boolean;
|
|
381
|
+
chartConfigPanelOptions?: ChartConfigPanelType[];
|
|
382
|
+
chartFilter?: ChartFilter;
|
|
383
|
+
chartType?: supportedChartType;
|
|
384
|
+
yKey?: string;
|
|
385
|
+
initialSort?: string;
|
|
386
|
+
hideChart?: boolean;
|
|
387
|
+
hideTable?: boolean;
|
|
388
|
+
filterPanelAboveChart?: boolean;
|
|
389
|
+
initialChartCollapsed?: boolean;
|
|
390
|
+
initialFocusData?: {
|
|
391
|
+
focuses: string[];
|
|
392
|
+
focusType: string | null;
|
|
393
|
+
};
|
|
394
|
+
percentOfFocusViewYKey?: string;
|
|
395
|
+
focusableColumns?: string[];
|
|
396
|
+
/**
|
|
397
|
+
* Enable toggle to group or ungroup
|
|
398
|
+
*/
|
|
399
|
+
enableGroupingToggle?: boolean;
|
|
400
|
+
/**
|
|
401
|
+
* Css Properties
|
|
402
|
+
*/
|
|
403
|
+
customCssProperties?: {
|
|
404
|
+
agGridWrapper: CSSProperties;
|
|
405
|
+
};
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
export declare const PvMapChart: DefineComponent< {
|
|
409
|
+
chartData: PvMapChartData[];
|
|
410
|
+
selectedRegion?: string | undefined;
|
|
411
|
+
} & PvMapChartProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
412
|
+
"update:chartData": (value: PvMapChartData[]) => any;
|
|
413
|
+
"update:selectedRegion": (value: string | undefined) => any;
|
|
414
|
+
} & {
|
|
415
|
+
"region-selection-changed": (event: RegionSelectionChangedEvent) => any;
|
|
416
|
+
}, string, PublicProps, Readonly<{
|
|
417
|
+
chartData: PvMapChartData[];
|
|
418
|
+
selectedRegion?: string | undefined;
|
|
419
|
+
} & PvMapChartProps> & Readonly<{
|
|
420
|
+
"onUpdate:chartData"?: ((value: PvMapChartData[]) => any) | undefined;
|
|
421
|
+
"onUpdate:selectedRegion"?: ((value: string | undefined) => any) | undefined;
|
|
422
|
+
"onRegion-selection-changed"?: ((event: RegionSelectionChangedEvent) => any) | undefined;
|
|
423
|
+
}>, {
|
|
424
|
+
isLoading: boolean;
|
|
425
|
+
mapType: MapTopologyType;
|
|
426
|
+
displayGradientLegend: boolean;
|
|
427
|
+
gradientLegendMin: number;
|
|
428
|
+
gradientLegendMax: number;
|
|
429
|
+
seriesValueFormatter: (value: number) => string;
|
|
430
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
431
|
+
|
|
432
|
+
declare interface PvMapChartData {
|
|
433
|
+
[key: string]: string | number;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
declare interface PvMapChartProps {
|
|
437
|
+
seriesKey: string;
|
|
438
|
+
mapType?: MapTopologyType;
|
|
439
|
+
displayGradientLegend?: boolean;
|
|
440
|
+
displayRegionSelector?: boolean;
|
|
441
|
+
gradientLegendMin?: number;
|
|
442
|
+
gradientLegendMax?: number;
|
|
443
|
+
seriesValueFormatter?: (value: number) => string;
|
|
444
|
+
isLoading?: boolean;
|
|
445
|
+
noDataMessage?: string;
|
|
446
|
+
tooltipRenderer?: (params: AgMapLineSeriesTooltipRendererParams<PvMapChartData>) => string | HTMLElement;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
declare interface QueryBuilderSuggestionMenuOption extends MenuOption {
|
|
450
|
+
queryTerm?: QueryTerm;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
declare interface QueryTerm {
|
|
454
|
+
queryField?: string;
|
|
455
|
+
queryDisplayField?: string;
|
|
456
|
+
exactMatch?: boolean;
|
|
457
|
+
queryText?: string;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
declare interface RegionSelectionChangedEvent {
|
|
461
|
+
region: string | null | undefined;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
declare interface ServerSideChartDataHandlerParams {
|
|
465
|
+
rowGroupCols: ColumnVO[];
|
|
466
|
+
/** Columns that have aggregations on them. */
|
|
467
|
+
valueCols: ColumnVO[];
|
|
468
|
+
/**
|
|
469
|
+
* If filtering, what the filter model is.
|
|
470
|
+
* If Advanced Filter is enabled, will be of type `AdvancedFilterModel | null`.
|
|
471
|
+
* If Advanced Filter is disabled, will be of type `FilterModel`.
|
|
472
|
+
*/
|
|
473
|
+
filterModel: FilterModel_2 | AdvancedFilterModel | null;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
declare interface ServerSideChartDataHandlerResponse {
|
|
477
|
+
data: AgChartOptions_2["data"];
|
|
478
|
+
stackField: string;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
declare type supportedChartType = "column" | "bar" | "column_stacked" | "bar_stacked" | "line" | "area" | "pie";
|
|
482
|
+
|
|
483
|
+
declare interface TableSearchHandlerParams<T> {
|
|
484
|
+
api: GridApi<T>;
|
|
485
|
+
filterModel?: FilterModel | null;
|
|
486
|
+
query?: string;
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
declare type TableSearchStyle = "query-builder" | "text";
|
|
490
|
+
|
|
491
|
+
export { }
|