@turquoisehealth/pit-viper 2.130.1-dev.0 → 2.130.1-dev.1
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/package.json +1 -1
- 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 +115 -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 +20 -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 +75 -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 +45 -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
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export interface PvToggleGroupOption {
|
|
2
|
+
label: string;
|
|
3
|
+
value: string;
|
|
4
|
+
icon?: string;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export interface PvToggleGroupProps {
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
allowDeselect?: boolean;
|
|
10
|
+
hideLabels?: boolean;
|
|
11
|
+
options?: PvToggleGroupOption[];
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "@testing-library/jest-dom/vitest";
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { PvTooltipPositions, PvTooltipVariants, PvTooltipSize } from './types';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
interface PvTooltipProps {
|
|
4
|
+
variant?: PvTooltipVariants;
|
|
5
|
+
tooltipPosition?: PvTooltipPositions;
|
|
6
|
+
ariaLabelledBy?: string;
|
|
7
|
+
size?: PvTooltipSize;
|
|
8
|
+
interactive?: boolean;
|
|
9
|
+
delay?: number;
|
|
10
|
+
}
|
|
11
|
+
declare function __VLS_template(): {
|
|
12
|
+
attrs: Partial<{}>;
|
|
13
|
+
slots: {
|
|
14
|
+
label?(_: {}): any;
|
|
15
|
+
label?(_: {}): any;
|
|
16
|
+
'tooltip-content'?(_: {}): any;
|
|
17
|
+
};
|
|
18
|
+
refs: {};
|
|
19
|
+
rootEl: any;
|
|
20
|
+
};
|
|
21
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
22
|
+
declare const __VLS_component: DefineComponent<PvTooltipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvTooltipProps> & Readonly<{}>, {
|
|
23
|
+
size: PvTooltipSize;
|
|
24
|
+
variant: PvTooltipVariants;
|
|
25
|
+
tooltipPosition: PvTooltipPositions;
|
|
26
|
+
delay: number;
|
|
27
|
+
ariaLabelledBy: string;
|
|
28
|
+
interactive: boolean;
|
|
29
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
30
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
31
|
+
export default _default;
|
|
32
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
33
|
+
new (): {
|
|
34
|
+
$slots: S;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { PvSize } from '../baseProps';
|
|
2
|
+
export type PvTooltipVariants = "white" | "dark";
|
|
3
|
+
export type PvTooltipPositions = "bottom-left" | "bottom-center" | "bottom-right" | "top-left" | "top-center" | "top-right" | "center-left" | "center-right";
|
|
4
|
+
export type PvTooltipSize = Extract<PvSize, "sm" | "md">;
|
package/pv-components/dist/vue/visualizations/components/base/PvTooltipV2/PvTooltipV2.vue.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { PvTooltipV2Props, PvTooltipSize, PvTooltipVariants } from './types';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
import { PvAlignmentPositions } from '../baseProps';
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: {
|
|
7
|
+
trigger?(_: {}): any;
|
|
8
|
+
content?(_: {}): any;
|
|
9
|
+
};
|
|
10
|
+
refs: {};
|
|
11
|
+
rootEl: HTMLDivElement;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: DefineComponent<PvTooltipV2Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvTooltipV2Props> & Readonly<{}>, {
|
|
15
|
+
position: PvAlignmentPositions;
|
|
16
|
+
size: PvTooltipSize;
|
|
17
|
+
variant: PvTooltipVariants;
|
|
18
|
+
delay: number;
|
|
19
|
+
showOnHover: boolean;
|
|
20
|
+
disableInteractive: boolean;
|
|
21
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
22
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
23
|
+
export default _default;
|
|
24
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
25
|
+
new (): {
|
|
26
|
+
$slots: S;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { PvSize } from '../baseProps';
|
|
2
|
+
import { PvPopoverV2Props } from '../PvPopoverV2/types.ts';
|
|
3
|
+
export type PvTooltipVariants = "white" | "dark";
|
|
4
|
+
export type PvTooltipSize = Extract<PvSize, "sm" | "md">;
|
|
5
|
+
export interface PvTooltipV2Props extends PvPopoverV2Props {
|
|
6
|
+
variant?: PvTooltipVariants;
|
|
7
|
+
label?: string;
|
|
8
|
+
description?: string;
|
|
9
|
+
size?: PvTooltipSize;
|
|
10
|
+
}
|
package/pv-components/dist/vue/visualizations/components/base/PvTree/PvButtonTreeItem.vue.d.ts
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { PvTreeOption } from './types';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
interface PvButtonTreeItemProps {
|
|
4
|
+
selected?: boolean;
|
|
5
|
+
option: PvTreeOption;
|
|
6
|
+
}
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
9
|
+
slots: {
|
|
10
|
+
default?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
refs: {};
|
|
13
|
+
rootEl: HTMLButtonElement;
|
|
14
|
+
};
|
|
15
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
+
declare const __VLS_component: DefineComponent<PvButtonTreeItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
17
|
+
"handle-selected": (payload: {
|
|
18
|
+
option: PvTreeOption;
|
|
19
|
+
event: MouseEvent;
|
|
20
|
+
}) => any;
|
|
21
|
+
}, string, PublicProps, Readonly<PvButtonTreeItemProps> & Readonly<{
|
|
22
|
+
"onHandle-selected"?: ((payload: {
|
|
23
|
+
option: PvTreeOption;
|
|
24
|
+
event: MouseEvent;
|
|
25
|
+
}) => any) | undefined;
|
|
26
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
27
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
28
|
+
export default _default;
|
|
29
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
30
|
+
new (): {
|
|
31
|
+
$slots: S;
|
|
32
|
+
};
|
|
33
|
+
};
|
package/pv-components/dist/vue/visualizations/components/base/PvTree/PvCheckboxTreeItem.vue.d.ts
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { PvTreeOption } from './types';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
interface PvCheckboxTreeItemProps {
|
|
4
|
+
selected?: boolean;
|
|
5
|
+
option: PvTreeOption;
|
|
6
|
+
}
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
9
|
+
slots: {
|
|
10
|
+
default?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
refs: {};
|
|
13
|
+
rootEl: HTMLLabelElement;
|
|
14
|
+
};
|
|
15
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
+
declare const __VLS_component: DefineComponent<PvCheckboxTreeItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
17
|
+
"handle-selected": (payload: {
|
|
18
|
+
option: PvTreeOption;
|
|
19
|
+
event: MouseEvent;
|
|
20
|
+
}) => any;
|
|
21
|
+
}, string, PublicProps, Readonly<PvCheckboxTreeItemProps> & Readonly<{
|
|
22
|
+
"onHandle-selected"?: ((payload: {
|
|
23
|
+
option: PvTreeOption;
|
|
24
|
+
event: MouseEvent;
|
|
25
|
+
}) => any) | undefined;
|
|
26
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
27
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
28
|
+
export default _default;
|
|
29
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
30
|
+
new (): {
|
|
31
|
+
$slots: S;
|
|
32
|
+
};
|
|
33
|
+
};
|
package/pv-components/dist/vue/visualizations/components/base/PvTree/PvSimpleItemTree.vue.d.ts
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
interface PvSimpleItemTreeProps {
|
|
3
|
+
label: string;
|
|
4
|
+
icon?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const _default: DefineComponent<PvSimpleItemTreeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvSimpleItemTreeProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
7
|
+
export default _default;
|
package/pv-components/dist/vue/visualizations/components/base/PvTree/PvSimpleNestedTree.vue.d.ts
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { PvTreeOption, PvTreeSettings } from './types';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
interface PvSimpleNestedTreeProps {
|
|
4
|
+
option: PvTreeOption;
|
|
5
|
+
settings: PvTreeSettings;
|
|
6
|
+
level: number;
|
|
7
|
+
selectedOptions?: PvTreeOption[];
|
|
8
|
+
isDraggable?: boolean;
|
|
9
|
+
}
|
|
10
|
+
declare const _default: DefineComponent<PvSimpleNestedTreeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
11
|
+
"handle-tree-select": (payload: {
|
|
12
|
+
option: PvTreeOption;
|
|
13
|
+
event: MouseEvent;
|
|
14
|
+
}) => any;
|
|
15
|
+
}, string, PublicProps, Readonly<PvSimpleNestedTreeProps> & Readonly<{
|
|
16
|
+
"onHandle-tree-select"?: ((payload: {
|
|
17
|
+
option: PvTreeOption;
|
|
18
|
+
event: MouseEvent;
|
|
19
|
+
}) => any) | undefined;
|
|
20
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { PvTreeOption, PvTreeSetting, PvTreeSettings } from './types';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
interface PvTreeProps {
|
|
4
|
+
settings: PvTreeSettings;
|
|
5
|
+
defaultSettings?: PvTreeSetting;
|
|
6
|
+
isDraggable?: boolean;
|
|
7
|
+
}
|
|
8
|
+
type __VLS_Props = PvTreeProps;
|
|
9
|
+
type __VLS_PublicProps = {
|
|
10
|
+
"selectedOptions"?: PvTreeOption[];
|
|
11
|
+
"options": PvTreeOption[];
|
|
12
|
+
} & __VLS_Props;
|
|
13
|
+
declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
14
|
+
"update:selectedOptions": (value: PvTreeOption[]) => any;
|
|
15
|
+
"update:options": (value: PvTreeOption[]) => any;
|
|
16
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
17
|
+
"onUpdate:selectedOptions"?: ((value: PvTreeOption[]) => any) | undefined;
|
|
18
|
+
"onUpdate:options"?: ((value: PvTreeOption[]) => any) | undefined;
|
|
19
|
+
}>, {
|
|
20
|
+
isDraggable: boolean;
|
|
21
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { PvTreeOption, PvTreeSettings } from './types';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
interface PvTreeItemProps {
|
|
4
|
+
option: PvTreeOption;
|
|
5
|
+
selectedOptions?: PvTreeOption[];
|
|
6
|
+
level?: number;
|
|
7
|
+
settings: PvTreeSettings;
|
|
8
|
+
isDraggable?: boolean;
|
|
9
|
+
}
|
|
10
|
+
declare const _default: DefineComponent<PvTreeItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
11
|
+
"handle-tree-select": (payload: {
|
|
12
|
+
option: PvTreeOption;
|
|
13
|
+
event: MouseEvent;
|
|
14
|
+
}) => any;
|
|
15
|
+
}, string, PublicProps, Readonly<PvTreeItemProps> & Readonly<{
|
|
16
|
+
"onHandle-tree-select"?: ((payload: {
|
|
17
|
+
option: PvTreeOption;
|
|
18
|
+
event: MouseEvent;
|
|
19
|
+
}) => any) | undefined;
|
|
20
|
+
}>, {
|
|
21
|
+
level: number;
|
|
22
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
export default _default;
|
package/pv-components/dist/vue/visualizations/components/base/PvTree/PvTreeReorderIcon.vue.d.ts
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { Component } from 'vue';
|
|
2
|
+
export interface PvTreeSetting {
|
|
3
|
+
accordion?: boolean;
|
|
4
|
+
showNestedTree?: boolean;
|
|
5
|
+
additionalNestingLevel?: number;
|
|
6
|
+
icon?: string | undefined;
|
|
7
|
+
checkbox?: boolean;
|
|
8
|
+
defaultExpanded?: boolean;
|
|
9
|
+
renderer?: Component;
|
|
10
|
+
accordionRenderer?: Component;
|
|
11
|
+
rendererParams?: {
|
|
12
|
+
onContextMenu?: (event: MouseEvent, option: PvTreeOption) => void;
|
|
13
|
+
[key: string]: any;
|
|
14
|
+
};
|
|
15
|
+
dragAndDropConfig?: {
|
|
16
|
+
disableChildrenDrag?: boolean;
|
|
17
|
+
disableDrag?: boolean;
|
|
18
|
+
name?: string;
|
|
19
|
+
pull?: boolean | string | string[];
|
|
20
|
+
put?: boolean | string | string[];
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
export interface PvTreeSettings {
|
|
24
|
+
[key: string]: PvTreeSetting;
|
|
25
|
+
}
|
|
26
|
+
export interface PvTreeOption {
|
|
27
|
+
id: string | number;
|
|
28
|
+
label: string;
|
|
29
|
+
field: string;
|
|
30
|
+
children?: PvTreeOption[];
|
|
31
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { PvTreeOption, PvTreeSettings } from './types';
|
|
2
|
+
export declare const useDragAndDrop: () => {
|
|
3
|
+
getDragGroupConfig: (settings: PvTreeSettings, option: PvTreeOption) => {
|
|
4
|
+
name: string;
|
|
5
|
+
pull: string | boolean | string[];
|
|
6
|
+
put: string | boolean | string[];
|
|
7
|
+
};
|
|
8
|
+
getDragAndDropDisabled: (isDraggable: boolean | undefined, settings: PvTreeSettings, option: PvTreeOption) => boolean | undefined;
|
|
9
|
+
canItemBeDragged: (isDraggable: boolean | undefined, settings: PvTreeSettings, option: PvTreeOption) => boolean | undefined;
|
|
10
|
+
handleMoveCallback: (settings: PvTreeSettings) => (evt: {
|
|
11
|
+
draggedContext: {
|
|
12
|
+
element: PvTreeOption;
|
|
13
|
+
};
|
|
14
|
+
}) => boolean;
|
|
15
|
+
childrenDraggable: (isDraggable: boolean | undefined, settings: PvTreeSettings, option: PvTreeOption) => boolean | undefined;
|
|
16
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "@testing-library/jest-dom";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: any;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare const PvSizes: readonly ["xs", "sm", "md", "lg", "xl", "2x"];
|
|
2
|
+
export type PvSize = (typeof PvSizes)[number];
|
|
3
|
+
export declare const PvTheme: readonly ["white", "dark"];
|
|
4
|
+
export type PvThemes = (typeof PvTheme)[number];
|
|
5
|
+
export declare const PvVariants: readonly ["primary", "secondary", "tertiary", "ghost", "destructive"];
|
|
6
|
+
export type PvVariants = (typeof PvVariants)[number];
|
|
7
|
+
export declare const PvColorVariants: readonly ["default", "success", "warning", "critical", "highlight"];
|
|
8
|
+
export type PvColorVariants = (typeof PvColorVariants)[number];
|
|
9
|
+
export declare const PvInputVariants: readonly ["h1", "h2", "h3", "h4", "text-md", "text-sm", "text-lg", "caption"];
|
|
10
|
+
export type PvInputVariants = (typeof PvInputVariants)[number];
|
|
11
|
+
export declare const PvTextInputColors: readonly ["white", "grey"];
|
|
12
|
+
export type PvTextInputColors = (typeof PvTextInputColors)[number];
|
|
13
|
+
export declare const sizeMap: Record<PvSize, string>;
|
|
14
|
+
export declare const PvIconSizes: readonly [undefined, 10, 12, 20, 24, 32, 64];
|
|
15
|
+
export type PvIconSize = (typeof PvIconSizes)[number];
|
|
16
|
+
export type PvAlignmentPositions = "bottom-left" | "bottom-center" | "bottom-right" | "top-left" | "top-center" | "top-right" | "center-left" | "center-right";
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
export { default as PvButton } from './PvButton/PvButton.vue';
|
|
2
|
+
export { default as PvAiButton } from './PvAiButton/PvAiButton.vue';
|
|
3
|
+
export { default as PvButtonWithTooltip } from './PvButton/PvButtonWithTooltip.vue';
|
|
4
|
+
export { default as PvCounterBadge } from './PvCounterBadge/PvCounterBadge.vue';
|
|
5
|
+
export { default as PvReleaseBadge } from './PvReleaseBadge/PvReleaseBadge.vue';
|
|
6
|
+
export { default as PvTag } from './PvTag/PvTag.vue';
|
|
7
|
+
export { default as PvPill } from './PvPill/PvPill.vue';
|
|
8
|
+
export { default as PvDropdown } from './PvDropdown/PvDropdown.vue';
|
|
9
|
+
export { default as PvIcon } from './PvIcon/PvIcon.vue';
|
|
10
|
+
export { default as PvPopover } from './PvPopover/PvPopover.vue';
|
|
11
|
+
export { default as PvPopoverMenu } from './PvPopoverMenu/PvPopoverMenu.vue';
|
|
12
|
+
export { default as PvPopoverV2 } from './PvPopoverV2/PvPopoverV2.vue';
|
|
13
|
+
export { default as PvSegmentedControl } from './PvSegmentedControl/PvSegmentedControl.vue';
|
|
14
|
+
export { default as PvTabList } from './PvTabList/PvTabList.vue';
|
|
15
|
+
export { default as PvCompanyLogo } from './PvCompanyLogo/PvCompanyLogo.vue';
|
|
16
|
+
export { default as PvModal } from './PvModal/PvModal.vue';
|
|
17
|
+
export { default as PvBanner } from './PvBanner/PvBanner.vue';
|
|
18
|
+
export { default as PvCompanyTag } from './PvCompanyTag/PvCompanyTag.vue';
|
|
19
|
+
export { default as PvSuggestionTag } from './PvSuggestionTag/PvSuggestionTag.vue';
|
|
20
|
+
export { default as PvAccordion } from './PvAccordion/PvAccordion.vue';
|
|
21
|
+
export { default as PvSearchInput } from './PvSearchInput/PvSearchInput.vue';
|
|
22
|
+
export { default as PvDatePicker } from './PvDatePicker/PvDatePicker.vue';
|
|
23
|
+
export { default as PvDateTime } from './PvDateTime/PvDateTime.vue';
|
|
24
|
+
export { default as PvDrawer } from './PvDrawer/PvDrawer.vue';
|
|
25
|
+
export { default as PvTooltip } from './PvTooltip/PvTooltip.vue';
|
|
26
|
+
export { default as PvTooltipV2 } from './PvTooltipV2/PvTooltipV2.vue';
|
|
27
|
+
export { default as PvTabs } from './PvTabs/PvTabs.vue';
|
|
28
|
+
export { default as PvBreadcrumbs } from './PvBreadcrumbs/PvBreadcrumbs.vue';
|
|
29
|
+
export { default as PvMultiSelectButton } from './PvMultiSelectButton/PvMultiSelectButton.vue';
|
|
30
|
+
export { default as PvSelectButton } from './PvSelectButton/PvSelectButton.vue';
|
|
31
|
+
export { default as PvPagination } from './PvPagination/PvPagination.vue';
|
|
32
|
+
export { default as PvSelectableCard } from './PvSelectableCard/PvSelectableCard.vue';
|
|
33
|
+
export { default as PvSidePanel } from '../layout/PvSidePanel/PvSidePanel.vue';
|
|
34
|
+
export { default as PvGhostInput } from './PvGhostInput/PvGhostInput.vue';
|
|
35
|
+
export { default as PvCompanyLabel } from './PvCompanyLabel/PvCompanyLabel.vue';
|
|
36
|
+
export { default as PvAvatar } from './PvAvatar/PvAvatar.vue';
|
|
37
|
+
export { default as PvAvatarGroup } from './PvAvatarGroup/PvAvatarGroup.vue';
|
|
38
|
+
export { default as PvToggleButton } from './PvToggleButton/PvToggleButton.vue';
|
|
39
|
+
export { default as PvToggleGroup } from './PvToggleGroup/PvToggleGroup.vue';
|
|
40
|
+
export { default as PvCheckbox } from './PvCheckbox/PvCheckbox.vue';
|
|
41
|
+
export { default as PvSprite } from './PvSprite/PvSprite.vue';
|
|
42
|
+
export { default as PvSkeleton } from './PvSkeleton/PvSkeleton.vue';
|
|
43
|
+
export { default as PvSpinner } from './PvSpinner/PvSpinner.vue';
|
|
44
|
+
export { default as PvInput } from './PvInput/PvInput.vue';
|
|
45
|
+
export { default as PvRating } from './PvRating/PvRating.vue';
|
|
46
|
+
export { default as PvWidget } from './PvWidget/PvWidget.vue';
|
|
47
|
+
export { default as PvCard } from './PvCard/PvCard.vue';
|
|
48
|
+
export { default as PvInsightCard } from './PvInsightCard/PvInsightCard.vue';
|
|
49
|
+
export { default as PvSwitch } from './PvSwitch/PvSwitch.vue';
|
|
50
|
+
export { default as PvExpandableContent } from './PvExpandableContent/PvExpandableContent.vue';
|
|
51
|
+
export { default as PvToast } from './PvToast/PvToast.vue';
|
|
52
|
+
export { default as PvActionBar } from './PvActionBar/PvActionBar.vue';
|
|
53
|
+
export { default as PvTextArea } from './PvTextArea/PvTextArea.vue';
|
|
54
|
+
export { default as PvTree } from './PvTree/PvTree.vue';
|
|
55
|
+
export { default as PvProgressBar } from './PvProgressBar/PvProgressBar.vue';
|
|
56
|
+
export { default as PvDistributionBar } from './PvDistributionBar/PvDistributionBar.vue';
|
|
57
|
+
export { useDateTime } from './PvDateTime/useDateTime';
|
|
58
|
+
export { usePvComponents } from './PvComponentsConfig/usePvComponents';
|
|
59
|
+
export type { Tab } from './PvTabs/types';
|
|
60
|
+
export type { PvBreadcrumbsOptions } from './PvBreadcrumbs/types';
|
|
61
|
+
export type { PvAvatarGroupItem } from './PvAvatarGroup/types';
|
|
62
|
+
export type { MenuOption } from '../../types';
|
|
63
|
+
export type { PvMultiSelectButtonSlotProps } from './PvMultiSelectButton/types';
|
|
64
|
+
export type { PvTreeOption, PvTreeSetting, PvTreeSettings } from './PvTree/types';
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { AgSeriesVisibilityChange } from 'ag-charts-enterprise';
|
|
2
|
+
import { PvChartProps } from './types';
|
|
3
|
+
import { AgChartOptions, AgChartInstance } from 'ag-charts-types';
|
|
4
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, ExtractPropTypes, PropType, GlobalComponents, GlobalDirectives } from 'vue';
|
|
5
|
+
declare const _default: DefineComponent<PvChartProps, {
|
|
6
|
+
getChartImageDataURL: (dimensions?: {
|
|
7
|
+
width?: number;
|
|
8
|
+
height?: number;
|
|
9
|
+
}) => Promise<string> | undefined;
|
|
10
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
11
|
+
"series-visibility-change": (event: AgSeriesVisibilityChange<unknown>) => any;
|
|
12
|
+
}, string, PublicProps, Readonly<PvChartProps> & Readonly<{
|
|
13
|
+
"onSeries-visibility-change"?: ((event: AgSeriesVisibilityChange<unknown>) => any) | undefined;
|
|
14
|
+
}>, {
|
|
15
|
+
seriesFormatType: "none" | "currency" | "percent";
|
|
16
|
+
isLoading: boolean;
|
|
17
|
+
enableFocusView: boolean;
|
|
18
|
+
minHeight: number;
|
|
19
|
+
translateNullValues: boolean;
|
|
20
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
21
|
+
chartRef: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
|
|
22
|
+
options: {
|
|
23
|
+
type: PropType<AgChartOptions>;
|
|
24
|
+
default: () => AgChartOptions;
|
|
25
|
+
};
|
|
26
|
+
}>> & Readonly<{}>, {
|
|
27
|
+
chart: AgChartInstance | undefined;
|
|
28
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
29
|
+
options: AgChartOptions;
|
|
30
|
+
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
31
|
+
P: {};
|
|
32
|
+
B: {};
|
|
33
|
+
D: {};
|
|
34
|
+
C: {};
|
|
35
|
+
M: {};
|
|
36
|
+
Defaults: {};
|
|
37
|
+
}, Readonly< ExtractPropTypes<{
|
|
38
|
+
options: {
|
|
39
|
+
type: PropType<AgChartOptions>;
|
|
40
|
+
default: () => AgChartOptions;
|
|
41
|
+
};
|
|
42
|
+
}>> & Readonly<{}>, {
|
|
43
|
+
chart: AgChartInstance | undefined;
|
|
44
|
+
}, {}, {}, {}, {
|
|
45
|
+
options: AgChartOptions;
|
|
46
|
+
}> | null;
|
|
47
|
+
}, HTMLDivElement>;
|
|
48
|
+
export default _default;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { AgChartOptions } from 'ag-charts-types';
|
|
2
|
+
import { AgLogAxisOptions, AgNumberAxisOptions } from 'ag-charts-enterprise';
|
|
3
|
+
interface AxisDomain {
|
|
4
|
+
min: number;
|
|
5
|
+
max: number;
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* Calculate the absolute distance from center based on data range and scale type
|
|
9
|
+
* @param data The data array from the series
|
|
10
|
+
* @param key The key to extract values from data
|
|
11
|
+
* @param centerCoord The coordinate to center on
|
|
12
|
+
* @param scale The axis scale type ("log" or "number") (default: "number")
|
|
13
|
+
* @returns The calculated absolute distance
|
|
14
|
+
*/
|
|
15
|
+
export declare function getAbsoluteDistance(data: any[] | undefined, key: string | undefined, centerCoord: number): number | null;
|
|
16
|
+
/**
|
|
17
|
+
* Calculate the domain (min/max) for an axis based on the center coordinate and scale type
|
|
18
|
+
* @param centerCoord The coordinate to center the axis on
|
|
19
|
+
* @param scale The axis scale type ("log" or "number")
|
|
20
|
+
* @param absoluteDistance The absolute distance from center on either side (used for linear scales)
|
|
21
|
+
* @returns Object with min and max values for the axis domain
|
|
22
|
+
*/
|
|
23
|
+
export declare function calculateAxisDomain(centerCoord: number, scale: string, absoluteDistance: number | null): AxisDomain | null;
|
|
24
|
+
/**
|
|
25
|
+
* Add a cross line to an axis at the specified coordinate
|
|
26
|
+
* @param axis The axis object to add the cross line to
|
|
27
|
+
* @param value The coordinate value where the cross line should be placed
|
|
28
|
+
*/
|
|
29
|
+
export declare function addCrossLineToAxis(axis: AgNumberAxisOptions | AgLogAxisOptions, value: number): void;
|
|
30
|
+
/**
|
|
31
|
+
* Apply centering to x-axis based on centerOnCoords
|
|
32
|
+
* @param options The chart options object
|
|
33
|
+
* @param centerCoord The x coordinate to center on
|
|
34
|
+
*/
|
|
35
|
+
export declare function applyCenterOnXAxis(options: AgChartOptions, centerCoord: number): void;
|
|
36
|
+
/**
|
|
37
|
+
* Apply centering to y-axis based on centerOnCoords
|
|
38
|
+
* @param options The chart options object
|
|
39
|
+
* @param centerCoord The y coordinate to center on
|
|
40
|
+
*/
|
|
41
|
+
export declare function applyCenterOnYAxis(options: AgChartOptions, centerCoord: number): void;
|
|
42
|
+
export {};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Component } from 'vue';
|
|
2
|
+
import { AgChartOptions } from 'ag-charts-types';
|
|
3
|
+
export type PvScatterQuadrant = "topLeft" | "topRight" | "bottomLeft" | "bottomRight";
|
|
4
|
+
export interface PvScatterCustomProps {
|
|
5
|
+
quadrantRenderer?: Component;
|
|
6
|
+
centerOnCoords?: {
|
|
7
|
+
x: number;
|
|
8
|
+
y: number;
|
|
9
|
+
} | null;
|
|
10
|
+
}
|
|
11
|
+
export interface PvScatterQuadrantRendererProps {
|
|
12
|
+
quadrant: PvScatterQuadrant;
|
|
13
|
+
}
|
|
14
|
+
export interface PvChartCustomProps {
|
|
15
|
+
scatter: PvScatterCustomProps;
|
|
16
|
+
}
|
|
17
|
+
export interface PvChartProps {
|
|
18
|
+
options: AgChartOptions;
|
|
19
|
+
seriesFormatType?: "none" | "currency" | "percent";
|
|
20
|
+
isLoading?: boolean;
|
|
21
|
+
enableFocusView?: boolean;
|
|
22
|
+
minHeight?: number;
|
|
23
|
+
translateNullValues?: boolean;
|
|
24
|
+
customChartProps?: PvChartCustomProps;
|
|
25
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { ColumnMovedEvent, ColumnResizedEvent, ColumnRowGroupChangedEvent, FilterChangedEvent } from 'ag-grid-enterprise';
|
|
2
|
+
import { FirstDataRenderedEvent, GridReadyEvent, RefreshServerSideParams, SortChangedEvent } from 'ag-grid-community';
|
|
3
|
+
import { ChartStateChangedEvent, FocusUpdateEvent, FilterValueResponseOption } from '../../tables/PvDataTable/types';
|
|
4
|
+
import { PvDataTableWithChartProps } from './types';
|
|
5
|
+
import { PublicProps, ShallowUnwrapRef, VNode } from 'vue';
|
|
6
|
+
declare const _default: <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<{
|
|
7
|
+
props: __VLS_PrettifyLocal<any & PvDataTableWithChartProps<T> & Partial<{}>> & PublicProps;
|
|
8
|
+
expose(exposed: ShallowUnwrapRef<{
|
|
9
|
+
getChartImageDataURL: (dimensions?: {
|
|
10
|
+
width?: number;
|
|
11
|
+
height?: number;
|
|
12
|
+
}) => Promise<string> | undefined;
|
|
13
|
+
getCsvData: () => Promise<string | null> | undefined;
|
|
14
|
+
refreshData: (params?: RefreshServerSideParams | null) => Promise<void> | undefined;
|
|
15
|
+
getFilterValueSelectedMetadataMap: () => Record<string, ( FilterValueResponseOption | null)[]> | undefined;
|
|
16
|
+
}>): void;
|
|
17
|
+
attrs: any;
|
|
18
|
+
slots: {};
|
|
19
|
+
emit: {
|
|
20
|
+
(e: "chart-state-changed", event: ChartStateChangedEvent): void;
|
|
21
|
+
(e: "column-moved", event: ColumnMovedEvent<T>): void;
|
|
22
|
+
(e: "column-resized", event: ColumnResizedEvent<T>): void;
|
|
23
|
+
(e: "column-row-group-changed", event: ColumnRowGroupChangedEvent<T>): void;
|
|
24
|
+
(e: "grid-ready", event: GridReadyEvent<T>): void;
|
|
25
|
+
(e: "filter-changed", event: FilterChangedEvent<T>): void;
|
|
26
|
+
(e: "sort-changed", event: SortChangedEvent<T>): void;
|
|
27
|
+
(e: "filter-opened", event: FilterChangedEvent<T>): void;
|
|
28
|
+
(e: "first-data-rendered", event: FirstDataRenderedEvent<T>): void;
|
|
29
|
+
(e: "handle-settings-icon", value: string): void;
|
|
30
|
+
(e: "focus-update", event: FocusUpdateEvent): void;
|
|
31
|
+
(e: "chart-collapsed", collapsed: boolean): void;
|
|
32
|
+
};
|
|
33
|
+
}>) => VNode & {
|
|
34
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
35
|
+
};
|
|
36
|
+
export default _default;
|
|
37
|
+
type __VLS_PrettifyLocal<T> = {
|
|
38
|
+
[K in keyof T]: T[K];
|
|
39
|
+
} & {};
|
package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/constants.d.ts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { MenuOption } from '../../../types';
|
|
2
|
+
export declare const singleGroupChartTypeConfigs: MenuOption[];
|
|
3
|
+
export declare const multiGroupChartTypeConfigs: MenuOption[];
|
|
4
|
+
export declare const separatorValue = "--SEPARATOR--";
|
|
5
|
+
export declare const sortTotalSuffix = "_sort_total";
|
package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/helpers.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { AgChartOptions } from 'ag-charts-enterprise';
|
|
2
|
+
import { OptionWithFormatterAndDataType } from './types';
|
|
3
|
+
export declare const generateStackSeriesKey: (seriesField: string, stackField: string) => string;
|
|
4
|
+
export declare const generateStackSecondaryCategoryKey: (stackField: string) => string;
|
|
5
|
+
export declare const buildStackedChartData: (data: AgChartOptions["data"], categoryField: string, stackField: string, seriesColumns: OptionWithFormatterAndDataType[], supplementaryChartingColumns?: OptionWithFormatterAndDataType[]) => {
|
|
6
|
+
data: never[];
|
|
7
|
+
uniqueFieldValues: never[];
|
|
8
|
+
stackedData?: undefined;
|
|
9
|
+
} | {
|
|
10
|
+
stackedData: any[];
|
|
11
|
+
uniqueFieldValues: string[];
|
|
12
|
+
data?: undefined;
|
|
13
|
+
};
|
|
14
|
+
export declare const calculateMaxChartSeriesValue: (data: any[] | undefined, seriesField: string, isStacked: boolean) => number;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { ChartConfigPanelType, ChartFilter } from '../types';
|
|
2
|
+
import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
|
|
3
|
+
export interface PvChartOptionsPanelProps {
|
|
4
|
+
enablePanel: boolean;
|
|
5
|
+
chartFilter?: ChartFilter;
|
|
6
|
+
rowGroupLimit?: number;
|
|
7
|
+
useCombinedButton?: boolean;
|
|
8
|
+
chartConfigOptions?: ChartConfigPanelType[];
|
|
9
|
+
}
|
|
10
|
+
declare const _default: <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<{
|
|
11
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & PvChartOptionsPanelProps & Partial<{}>> & PublicProps;
|
|
12
|
+
expose(exposed: ShallowUnwrapRef<{}>): void;
|
|
13
|
+
attrs: any;
|
|
14
|
+
slots: {};
|
|
15
|
+
emit: {};
|
|
16
|
+
}>) => VNode & {
|
|
17
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
18
|
+
};
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_PrettifyLocal<T> = {
|
|
21
|
+
[K in keyof T]: T[K];
|
|
22
|
+
} & {};
|