@turquoisehealth/pit-viper 2.130.2-dev.0 → 2.131.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/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-date-picker-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-distribution-bar-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-v2-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-select-button-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/vue/base/components/base/PvDatePicker/PvDatePicker.vue.d.ts +4 -0
- 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/components/base/PvPopoverV2/types.d.ts +1 -0
- package/pv-components/dist/vue/base/pv-components-base.mjs +174 -168
- package/pv-components/dist/vue/base/types.d.ts +2 -2
- package/pv-components/dist/vue/visualizations/components/visualizations/index.d.ts +1 -1
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +2882 -2871
- package/pv-components/dist/vue/visualizations/types.d.ts +2 -2
- package/pv-components/dist/web/components/pv-date-picker/pv-date-picker.js +2 -1
- package/pv-components/dist/web/components/pv-distribution-bar/pv-distribution-bar.js +44 -44
- package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +500 -496
- package/pv-components/dist/web/components/pv-popover-v2/pv-popover-v2.js +189 -185
- package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +333 -329
- package/pv-components/dist/web/components/pv-toggle-group/pv-toggle-group.js +230 -225
- package/pv-components/dist/web/components/pv-tooltip-v2/pv-tooltip-v2.js +510 -505
- package/pv-components/dist/web/pv-components.iife.js +8 -8
- package/pv-components/dist/vue/visualizations/components/base/PvAccordion/PvAccordion.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvAccordion/PvAccordion.vue.d.ts +0 -49
- package/pv-components/dist/vue/visualizations/components/base/PvAccordion/types.d.ts +0 -5
- package/pv-components/dist/vue/visualizations/components/base/PvActionBar/PvActionBar.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvActionBar/PvActionBar.vue.d.ts +0 -34
- package/pv-components/dist/vue/visualizations/components/base/PvActionBar/types.d.ts +0 -2
- package/pv-components/dist/vue/visualizations/components/base/PvAiButton/PvAiButton.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvAiButton/PvAiButton.vue.d.ts +0 -13
- package/pv-components/dist/vue/visualizations/components/base/PvAiButton/types.d.ts +0 -2
- package/pv-components/dist/vue/visualizations/components/base/PvAvatar/PvAvatar.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvAvatar/PvAvatar.vue.d.ts +0 -13
- package/pv-components/dist/vue/visualizations/components/base/PvAvatar/types.d.ts +0 -3
- package/pv-components/dist/vue/visualizations/components/base/PvAvatarGroup/PvAvatarGroup.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvAvatarGroup/PvAvatarGroup.vue.d.ts +0 -8
- package/pv-components/dist/vue/visualizations/components/base/PvAvatarGroup/types.d.ts +0 -5
- package/pv-components/dist/vue/visualizations/components/base/PvBanner/PvBanner.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvBanner/PvBanner.vue.d.ts +0 -30
- package/pv-components/dist/vue/visualizations/components/base/PvBanner/types.d.ts +0 -11
- package/pv-components/dist/vue/visualizations/components/base/PvBreadcrumbs/PvBreadcrumbs.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvBreadcrumbs/PvBreadcrumbs.vue.d.ts +0 -7
- package/pv-components/dist/vue/visualizations/components/base/PvBreadcrumbs/types.d.ts +0 -4
- package/pv-components/dist/vue/visualizations/components/base/PvButton/PvButton.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvButton/PvButton.vue.d.ts +0 -10
- package/pv-components/dist/vue/visualizations/components/base/PvButton/PvButtonWithTooltip.vue.d.ts +0 -8
- package/pv-components/dist/vue/visualizations/components/base/PvButton/helpers.d.ts +0 -3
- package/pv-components/dist/vue/visualizations/components/base/PvButton/types.d.ts +0 -28
- package/pv-components/dist/vue/visualizations/components/base/PvCard/PvCard.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvCard/PvCard.vue.d.ts +0 -27
- package/pv-components/dist/vue/visualizations/components/base/PvCard/types.d.ts +0 -2
- package/pv-components/dist/vue/visualizations/components/base/PvCheckbox/PvCheckbox.vue.d.ts +0 -17
- package/pv-components/dist/vue/visualizations/components/base/PvCompanyLabel/PvCompanyLabel.vue.d.ts +0 -11
- package/pv-components/dist/vue/visualizations/components/base/PvCompanyLabel/types.d.ts +0 -2
- package/pv-components/dist/vue/visualizations/components/base/PvCompanyLogo/PvCompanyLogo.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvCompanyLogo/PvCompanyLogo.vue.d.ts +0 -15
- package/pv-components/dist/vue/visualizations/components/base/PvCompanyLogo/types.d.ts +0 -2
- package/pv-components/dist/vue/visualizations/components/base/PvCompanyTag/PvCompanyTag.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvCompanyTag/PvCompanyTag.vue.d.ts +0 -27
- package/pv-components/dist/vue/visualizations/components/base/PvComponentsConfig/primeVue.config.d.ts +0 -14
- package/pv-components/dist/vue/visualizations/components/base/PvComponentsConfig/usePvComponents.d.ts +0 -2
- package/pv-components/dist/vue/visualizations/components/base/PvCounterBadge/PvCounterBadge.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvCounterBadge/PvCounterBadge.vue.d.ts +0 -16
- package/pv-components/dist/vue/visualizations/components/base/PvCounterBadge/types.d.ts +0 -3
- package/pv-components/dist/vue/visualizations/components/base/PvDatePicker/PvDatePicker.vue.d.ts +0 -115
- package/pv-components/dist/vue/visualizations/components/base/PvDateTime/PvDateTime.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvDateTime/PvDateTime.vue.d.ts +0 -14
- package/pv-components/dist/vue/visualizations/components/base/PvDateTime/useDateTime.d.ts +0 -9
- package/pv-components/dist/vue/visualizations/components/base/PvDateTime/useDateTime.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvDistributionBar/PvDistributionBar.vue.d.ts +0 -6
- package/pv-components/dist/vue/visualizations/components/base/PvDrawer/PvDrawer.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvDrawer/PvDrawer.vue.d.ts +0 -48
- package/pv-components/dist/vue/visualizations/components/base/PvDropdown/PvDropdown.vue.d.ts +0 -117
- package/pv-components/dist/vue/visualizations/components/base/PvExpandableContent/PvExpandableContent.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvExpandableContent/PvExpandableContent.vue.d.ts +0 -30
- package/pv-components/dist/vue/visualizations/components/base/PvExpandableContent/types.d.ts +0 -3
- package/pv-components/dist/vue/visualizations/components/base/PvGhostInput/PvGhostInput.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvGhostInput/PvGhostInput.vue.d.ts +0 -39
- package/pv-components/dist/vue/visualizations/components/base/PvGhostInput/types.d.ts +0 -2
- package/pv-components/dist/vue/visualizations/components/base/PvIcon/PvIcon.vue.d.ts +0 -10
- package/pv-components/dist/vue/visualizations/components/base/PvInput/PvInput.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvInput/PvInput.vue.d.ts +0 -40
- package/pv-components/dist/vue/visualizations/components/base/PvInput/types.d.ts +0 -3
- package/pv-components/dist/vue/visualizations/components/base/PvInsightCard/PvInsightCard.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvInsightCard/PvInsightCard.vue.d.ts +0 -22
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/PvMenu.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/PvMenu.vue.d.ts +0 -183
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/PvMenuControlPanel.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/PvMenuControlPanel.vue.d.ts +0 -18
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/PvMenuEmptyState.vue.d.ts +0 -3
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuBaseItem.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuBaseItem.vue.d.ts +0 -11
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItem.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItem.vue.d.ts +0 -16
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItemAction.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItemAction.vue.d.ts +0 -8
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItemVariant.vue.d.ts +0 -14
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/useMenuPosition.d.ts +0 -66
- package/pv-components/dist/vue/visualizations/components/base/PvMenu/useMenuPosition.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvModal/PvModal.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvModal/PvModal.vue.d.ts +0 -30
- package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/PvMultiSelectButton.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +0 -126
- package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/mocks.d.ts +0 -15
- package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/types.d.ts +0 -48
- package/pv-components/dist/vue/visualizations/components/base/PvPagination/PvPagination.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvPagination/PvPagination.vue.d.ts +0 -21
- package/pv-components/dist/vue/visualizations/components/base/PvPagination/types.d.ts +0 -3
- package/pv-components/dist/vue/visualizations/components/base/PvPagination/usePagination.d.ts +0 -12
- package/pv-components/dist/vue/visualizations/components/base/PvPagination/usePagination.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvPill/PvPill.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvPill/PvPill.vue.d.ts +0 -31
- package/pv-components/dist/vue/visualizations/components/base/PvPill/types.d.ts +0 -4
- package/pv-components/dist/vue/visualizations/components/base/PvPopover/PvPopover.vue.d.ts +0 -31
- package/pv-components/dist/vue/visualizations/components/base/PvPopoverMenu/PvPopoverMenu.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvPopoverMenu/PvPopoverMenu.vue.d.ts +0 -26
- package/pv-components/dist/vue/visualizations/components/base/PvPopoverV2/PvPopoverV2.vue.d.ts +0 -47
- package/pv-components/dist/vue/visualizations/components/base/PvPopoverV2/types.d.ts +0 -20
- package/pv-components/dist/vue/visualizations/components/base/PvProgressBar/PvProgressBar.vue.d.ts +0 -8
- package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/PvQueryBuilderInput.vue.d.ts +0 -44
- package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/QueryBuilderMenuOptionRenderer.vue.d.ts +0 -8
- package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/QueryFormatter.vue.d.ts +0 -20
- package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/useQueryBuilder.d.ts +0 -44
- package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/useQueryBuilder.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvRating/PvRating.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvRating/PvRating.vue.d.ts +0 -12
- package/pv-components/dist/vue/visualizations/components/base/PvRating/types.d.ts +0 -4
- package/pv-components/dist/vue/visualizations/components/base/PvReleaseBadge/PvReleaseBadge.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvReleaseBadge/PvReleaseBadge.vue.d.ts +0 -8
- package/pv-components/dist/vue/visualizations/components/base/PvReleaseBadge/types.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvSearchInput/PvSearchInput.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvSearchInput/PvSearchInput.vue.d.ts +0 -26
- package/pv-components/dist/vue/visualizations/components/base/PvSegmentedControl/PvSegmentedControl.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvSegmentedControl/PvSegmentedControl.vue.d.ts +0 -19
- package/pv-components/dist/vue/visualizations/components/base/PvSegmentedControl/types.d.ts +0 -8
- package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/PvSelectButton.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/PvSelectButton.vue.d.ts +0 -53
- package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/PvSelectButtonTrigger/PvSelectButtonTrigger.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/PvSelectButtonTrigger/PvSelectButtonTrigger.vue.d.ts +0 -30
- package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/mocks.d.ts +0 -21
- package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/types.d.ts +0 -3
- package/pv-components/dist/vue/visualizations/components/base/PvSelectableCard/PvSelectableCard.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvSelectableCard/PvSelectableCard.vue.d.ts +0 -25
- package/pv-components/dist/vue/visualizations/components/base/PvSkeleton/PvSkeleton.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvSkeleton/PvSkeleton.vue.d.ts +0 -11
- package/pv-components/dist/vue/visualizations/components/base/PvSkeleton/types.d.ts +0 -3
- package/pv-components/dist/vue/visualizations/components/base/PvSortableList/PvSortableList.vue.d.ts +0 -25
- package/pv-components/dist/vue/visualizations/components/base/PvSpinner/PvSpinner.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvSpinner/PvSpinner.vue.d.ts +0 -11
- package/pv-components/dist/vue/visualizations/components/base/PvSpinner/types.d.ts +0 -3
- package/pv-components/dist/vue/visualizations/components/base/PvSprite/PvSprite.vue.d.ts +0 -9
- package/pv-components/dist/vue/visualizations/components/base/PvSuggestionTag/PvSuggestionTag.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvSuggestionTag/PvSuggestionTag.vue.d.ts +0 -31
- package/pv-components/dist/vue/visualizations/components/base/PvSwitch/PvSwitch.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvSwitch/PvSwitch.vue.d.ts +0 -22
- package/pv-components/dist/vue/visualizations/components/base/PvSwitch/types.d.ts +0 -2
- package/pv-components/dist/vue/visualizations/components/base/PvTabList/PvTabList.vue.d.ts +0 -12
- package/pv-components/dist/vue/visualizations/components/base/PvTabs/PvTabs.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvTabs/PvTabs.vue.d.ts +0 -18
- package/pv-components/dist/vue/visualizations/components/base/PvTabs/types.d.ts +0 -7
- package/pv-components/dist/vue/visualizations/components/base/PvTag/PvTag.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvTag/PvTag.vue.d.ts +0 -41
- package/pv-components/dist/vue/visualizations/components/base/PvTag/types.d.ts +0 -3
- package/pv-components/dist/vue/visualizations/components/base/PvTextArea/PvTextArea.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvTextArea/PvTextArea.vue.d.ts +0 -40
- package/pv-components/dist/vue/visualizations/components/base/PvTextArea/types.d.ts +0 -2
- package/pv-components/dist/vue/visualizations/components/base/PvToast/PvToast.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvToast/PvToast.vue.d.ts +0 -30
- package/pv-components/dist/vue/visualizations/components/base/PvToast/types.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvToggleButton/PvToggleButton.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvToggleButton/PvToggleButton.vue.d.ts +0 -29
- package/pv-components/dist/vue/visualizations/components/base/PvToggleButton/types.d.ts +0 -3
- package/pv-components/dist/vue/visualizations/components/base/PvToggleGroup/PvToggleGroup.vue.d.ts +0 -12
- package/pv-components/dist/vue/visualizations/components/base/PvToggleGroup/types.d.ts +0 -12
- package/pv-components/dist/vue/visualizations/components/base/PvTooltip/PvTooltip.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvTooltip/PvTooltip.vue.d.ts +0 -36
- package/pv-components/dist/vue/visualizations/components/base/PvTooltip/types.d.ts +0 -4
- package/pv-components/dist/vue/visualizations/components/base/PvTooltipV2/PvTooltipV2.vue.d.ts +0 -28
- package/pv-components/dist/vue/visualizations/components/base/PvTooltipV2/types.d.ts +0 -10
- package/pv-components/dist/vue/visualizations/components/base/PvTree/PvButtonTreeItem.vue.d.ts +0 -33
- package/pv-components/dist/vue/visualizations/components/base/PvTree/PvCheckboxTreeItem.vue.d.ts +0 -33
- package/pv-components/dist/vue/visualizations/components/base/PvTree/PvSimpleItemTree.vue.d.ts +0 -7
- package/pv-components/dist/vue/visualizations/components/base/PvTree/PvSimpleNestedTree.vue.d.ts +0 -21
- package/pv-components/dist/vue/visualizations/components/base/PvTree/PvTree.vue.d.ts +0 -22
- package/pv-components/dist/vue/visualizations/components/base/PvTree/PvTreeItem.vue.d.ts +0 -23
- package/pv-components/dist/vue/visualizations/components/base/PvTree/PvTreeReorderIcon.vue.d.ts +0 -3
- package/pv-components/dist/vue/visualizations/components/base/PvTree/types.d.ts +0 -31
- package/pv-components/dist/vue/visualizations/components/base/PvTree/useDragAndDrop.d.ts +0 -16
- package/pv-components/dist/vue/visualizations/components/base/PvTree/useHoverIcon.d.ts +0 -6
- package/pv-components/dist/vue/visualizations/components/base/PvWidget/PvWidget.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/base/PvWidget/PvWidget.vue.d.ts +0 -18
- package/pv-components/dist/vue/visualizations/components/base/baseProps.d.ts +0 -16
- package/pv-components/dist/vue/visualizations/components/base/index.d.ts +0 -64
- package/pv-components/dist/vue/visualizations/components/charts/PvChart/PvChart.vue.d.ts +0 -48
- package/pv-components/dist/vue/visualizations/components/charts/PvChart/constants.d.ts +0 -2
- package/pv-components/dist/vue/visualizations/components/charts/PvChart/functions.d.ts +0 -42
- package/pv-components/dist/vue/visualizations/components/charts/PvChart/types.d.ts +0 -25
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/PvDataTableWithChart.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/PvDataTableWithChart.vue.d.ts +0 -39
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/constants.d.ts +0 -5
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/helpers.d.ts +0 -14
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/helpers.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/table-chart-components/PvChartOptionsPanel.vue.d.ts +0 -22
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +0 -75
- package/pv-components/dist/vue/visualizations/components/charts/PvMapChart/PvMapChart.vue.d.ts +0 -45
- package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/MapGradient.vue.d.ts +0 -11
- package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/MapRegionSelector.vue.d.ts +0 -16
- package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/topologies/alaskaStateTopology.d.ts +0 -20
- package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/topologies/hawaiiStateTopology.d.ts +0 -20
- package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/topologies/usStateTopology.d.ts +0 -28
- package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/useTopology.d.ts +0 -8
- package/pv-components/dist/vue/visualizations/components/charts/themes.d.ts +0 -6
- package/pv-components/dist/vue/visualizations/components/layout/PvSidePanel/PvSidePanel.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/layout/PvSidePanel/PvSidePanel.vue.d.ts +0 -24
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/PvDataTable.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/PvDataTable.vue.d.ts +0 -38
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/helpers.d.ts +0 -24
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/helpers.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/ExportMenu.vue.d.ts +0 -16
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/FilterPanel.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/FilterPanel.vue.d.ts +0 -23
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/GroupAggCellRenderer.vue.d.ts +0 -17
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/GroupBySelector.vue.d.ts +0 -17
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/GroupedCellRenderer.vue.d.ts +0 -16
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/HeaderCellRenderer.vue.d.ts +0 -12
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/PaginationPanel.vue.d.ts +0 -16
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/RowCountCellRenderer.vue.d.ts +0 -17
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/RowLoadingCellRenderer.vue.d.ts +0 -3
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/SetFilter.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/SetFilter.vue.d.ts +0 -35
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/TableSearch.vue.d.ts +0 -8
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/TableTooltip.vue.d.ts +0 -7
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/TagCellRenderer.vue.d.ts +0 -7
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/formatting.d.ts +0 -29
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/formatting.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/types.d.ts +0 -352
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useFilterStore.d.ts +0 -45
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useFilterStore.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useFocus.d.ts +0 -27
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useFocus.spec.d.ts +0 -1
- package/pv-components/dist/vue/visualizations/components/tables/symbols.d.ts +0 -54
- package/pv-components/dist/vue/visualizations/components/tables/themes.d.ts +0 -3
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { PvRatingVariant, PvRatingSize } from './types';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
interface PvRatingProps {
|
|
4
|
-
variant?: PvRatingVariant;
|
|
5
|
-
value: number;
|
|
6
|
-
size?: PvRatingSize;
|
|
7
|
-
}
|
|
8
|
-
declare const _default: DefineComponent<PvRatingProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvRatingProps> & Readonly<{}>, {
|
|
9
|
-
size: PvRatingSize;
|
|
10
|
-
variant: PvRatingVariant;
|
|
11
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
12
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "@testing-library/jest-dom/vitest";
|
package/pv-components/dist/vue/visualizations/components/base/PvReleaseBadge/PvReleaseBadge.vue.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { PvReleaseBadgeVariant } from './types';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
interface PvBadgeProps {
|
|
4
|
-
variant: PvReleaseBadgeVariant;
|
|
5
|
-
inverse?: boolean;
|
|
6
|
-
}
|
|
7
|
-
declare const _default: DefineComponent<PvBadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvBadgeProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
8
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type PvReleaseBadgeVariant = "release-alpha" | "release-beta";
|
package/pv-components/dist/vue/visualizations/components/base/PvSearchInput/PvSearchInput.spec.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "@testing-library/jest-dom/vitest";
|
package/pv-components/dist/vue/visualizations/components/base/PvSearchInput/PvSearchInput.vue.d.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { DefineComponent, ShallowRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
export interface PvSearchInputProps {
|
|
3
|
-
placeholder?: string;
|
|
4
|
-
disabled?: boolean;
|
|
5
|
-
displayShortcut?: boolean;
|
|
6
|
-
}
|
|
7
|
-
export interface PvSearchInputExposed {
|
|
8
|
-
input: HTMLInputElement | null;
|
|
9
|
-
}
|
|
10
|
-
type __VLS_Props = PvSearchInputProps;
|
|
11
|
-
type __VLS_PublicProps = {
|
|
12
|
-
modelValue?: string;
|
|
13
|
-
} & __VLS_Props;
|
|
14
|
-
declare const _default: DefineComponent<__VLS_PublicProps, {
|
|
15
|
-
input: Readonly< ShallowRef<HTMLInputElement | null>>;
|
|
16
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
17
|
-
"update:modelValue": (value: string) => any;
|
|
18
|
-
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
19
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
20
|
-
}>, {
|
|
21
|
-
placeholder: string;
|
|
22
|
-
disabled: boolean;
|
|
23
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
24
|
-
'search-input': HTMLInputElement;
|
|
25
|
-
}, HTMLDivElement>;
|
|
26
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "@testing-library/jest-dom/vitest";
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { PvSegmentControlSize, PvSegmentedControlOption } from './types';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
interface PvSegmentControlProps {
|
|
4
|
-
size?: PvSegmentControlSize;
|
|
5
|
-
options: PvSegmentedControlOption[];
|
|
6
|
-
}
|
|
7
|
-
type __VLS_Props = PvSegmentControlProps;
|
|
8
|
-
type __VLS_PublicProps = {
|
|
9
|
-
modelValue: string;
|
|
10
|
-
} & __VLS_Props;
|
|
11
|
-
declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
12
|
-
"update:modelValue": (value: string) => any;
|
|
13
|
-
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
14
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
15
|
-
}>, {
|
|
16
|
-
size: PvSegmentControlSize;
|
|
17
|
-
options: PvSegmentedControlOption[];
|
|
18
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
19
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "@testing-library/jest-dom";
|
package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/PvSelectButton.vue.d.ts
DELETED
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { CSSProperties, Component, VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
|
|
2
|
-
import { PvSelectButtonSize, PvSelectButtonVariant } from './types';
|
|
3
|
-
import { MenuAction, MenuOption, MenuOptionsVariant } from '../../../types';
|
|
4
|
-
import { PvCounterBadgeVariant } from '../PvCounterBadge/types';
|
|
5
|
-
import { PvPopoverV2Props } from '../PvPopoverV2/types.ts';
|
|
6
|
-
export interface PvSelectButtonProps<T = unknown> {
|
|
7
|
-
defaultOpen?: boolean;
|
|
8
|
-
disabled?: boolean;
|
|
9
|
-
isLoading?: boolean;
|
|
10
|
-
variant?: PvSelectButtonVariant;
|
|
11
|
-
inverse?: boolean;
|
|
12
|
-
size?: PvSelectButtonSize;
|
|
13
|
-
popoverProperties?: PvPopoverV2Props;
|
|
14
|
-
popoverCssProperties?: CSSProperties;
|
|
15
|
-
prefixLabel?: string;
|
|
16
|
-
label?: string;
|
|
17
|
-
disableSearchInput?: boolean;
|
|
18
|
-
searchPlaceholder?: string;
|
|
19
|
-
optionsVariant?: Exclude<MenuOptionsVariant, "checkbox">;
|
|
20
|
-
options?: MenuOption<T>[];
|
|
21
|
-
optionsRenderer?: Component;
|
|
22
|
-
optionsAction?: MenuAction<T>;
|
|
23
|
-
disableDeselect?: boolean;
|
|
24
|
-
counterPosition?: "left" | "right";
|
|
25
|
-
/** Variant of the counter badge which appears on the button and menu items */
|
|
26
|
-
counterBadgeVariant?: PvCounterBadgeVariant;
|
|
27
|
-
/** Whether to highlight the search text in the options list */
|
|
28
|
-
highlightSearchText?: boolean;
|
|
29
|
-
}
|
|
30
|
-
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<{
|
|
31
|
-
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
|
32
|
-
readonly "onDropdown-open"?: (() => any) | undefined;
|
|
33
|
-
readonly "onDropdown-closed"?: (() => any) | undefined;
|
|
34
|
-
readonly "onUpdate:modelValue"?: ((value: MenuOption<unknown>) => any) | undefined;
|
|
35
|
-
readonly "onUpdate:searchInput"?: ((value: string) => any) | undefined;
|
|
36
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, "onDropdown-open" | "onDropdown-closed" | "onUpdate:modelValue" | "onUpdate:searchInput"> & ({
|
|
37
|
-
modelValue?: MenuOption;
|
|
38
|
-
searchInput?: string;
|
|
39
|
-
} & PvSelectButtonProps<T>) & Partial<{}>> & PublicProps;
|
|
40
|
-
expose(exposed: ShallowUnwrapRef<{}>): void;
|
|
41
|
-
attrs: any;
|
|
42
|
-
slots: {};
|
|
43
|
-
emit: {
|
|
44
|
-
(e: "dropdown-open"): void;
|
|
45
|
-
(e: "dropdown-closed"): void;
|
|
46
|
-
} & (((evt: "update:modelValue", value: MenuOption<unknown>) => void) & ((evt: "update:searchInput", value: string) => void));
|
|
47
|
-
}>) => VNode & {
|
|
48
|
-
__ctx?: Awaited<typeof __VLS_setup>;
|
|
49
|
-
};
|
|
50
|
-
export default _default;
|
|
51
|
-
type __VLS_PrettifyLocal<T> = {
|
|
52
|
-
[K in keyof T]: T[K];
|
|
53
|
-
} & {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "@testing-library/jest-dom";
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { PvSelectButtonSize, PvSelectButtonVariant } from '../../PvMultiSelectButton/types';
|
|
2
|
-
import { PvCounterBadgeVariant } from '../../PvCounterBadge/types';
|
|
3
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
-
export interface PvSelectButtonTrigger {
|
|
5
|
-
variant?: PvSelectButtonVariant;
|
|
6
|
-
inverse?: boolean;
|
|
7
|
-
size?: PvSelectButtonSize;
|
|
8
|
-
disabled?: boolean;
|
|
9
|
-
counterPosition?: "left" | "right" | "none";
|
|
10
|
-
counterValue?: number;
|
|
11
|
-
counterBadgeVariant?: PvCounterBadgeVariant;
|
|
12
|
-
prefixLabel?: string;
|
|
13
|
-
label?: string;
|
|
14
|
-
icon?: string;
|
|
15
|
-
companyLogo?: string;
|
|
16
|
-
showClear?: boolean;
|
|
17
|
-
showDropdown?: boolean;
|
|
18
|
-
open: boolean;
|
|
19
|
-
isLoading?: boolean;
|
|
20
|
-
}
|
|
21
|
-
declare const _default: DefineComponent<PvSelectButtonTrigger, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
22
|
-
"handle-clear": () => any;
|
|
23
|
-
}, string, PublicProps, Readonly<PvSelectButtonTrigger> & Readonly<{
|
|
24
|
-
"onHandle-clear"?: (() => any) | undefined;
|
|
25
|
-
}>, {
|
|
26
|
-
size: PvSelectButtonSize;
|
|
27
|
-
variant: PvSelectButtonVariant;
|
|
28
|
-
showDropdown: boolean;
|
|
29
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
30
|
-
export default _default;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export declare const simpleNestedOptions: {
|
|
2
|
-
id: string;
|
|
3
|
-
text: string;
|
|
4
|
-
children: {
|
|
5
|
-
id: string;
|
|
6
|
-
text: string;
|
|
7
|
-
}[];
|
|
8
|
-
}[];
|
|
9
|
-
export declare const simpleOptions: {
|
|
10
|
-
id: string;
|
|
11
|
-
text: string;
|
|
12
|
-
}[];
|
|
13
|
-
export declare const companyOption: {
|
|
14
|
-
id: string;
|
|
15
|
-
text: string;
|
|
16
|
-
companyName: string;
|
|
17
|
-
}[];
|
|
18
|
-
export declare const checkboxOptions: {
|
|
19
|
-
id: string;
|
|
20
|
-
text: string;
|
|
21
|
-
}[];
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "@testing-library/jest-dom";
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
interface PvSelectableCardProps {
|
|
3
|
-
variant?: "default" | "highlight";
|
|
4
|
-
value?: string;
|
|
5
|
-
id?: string;
|
|
6
|
-
deselect?: boolean;
|
|
7
|
-
selected?: boolean;
|
|
8
|
-
}
|
|
9
|
-
declare function __VLS_template(): {
|
|
10
|
-
attrs: Partial<{}>;
|
|
11
|
-
slots: {
|
|
12
|
-
default?(_: {}): any;
|
|
13
|
-
};
|
|
14
|
-
refs: {};
|
|
15
|
-
rootEl: HTMLLabelElement;
|
|
16
|
-
};
|
|
17
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
-
declare const __VLS_component: DefineComponent<PvSelectableCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvSelectableCardProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
19
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
|
-
export default _default;
|
|
21
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
22
|
-
new (): {
|
|
23
|
-
$slots: S;
|
|
24
|
-
};
|
|
25
|
-
};
|
package/pv-components/dist/vue/visualizations/components/base/PvSkeleton/PvSkeleton.spec.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "@testing-library/jest-dom/vitest";
|
package/pv-components/dist/vue/visualizations/components/base/PvSkeleton/PvSkeleton.vue.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { PvSekeltonSize, PvSkeletonVariant } from './types';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
interface PvSkeletonProps {
|
|
4
|
-
size?: PvSekeltonSize;
|
|
5
|
-
variant?: PvSkeletonVariant;
|
|
6
|
-
}
|
|
7
|
-
declare const _default: DefineComponent<PvSkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvSkeletonProps> & Readonly<{}>, {
|
|
8
|
-
size: PvSekeltonSize;
|
|
9
|
-
variant: PvSkeletonVariant;
|
|
10
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
11
|
-
export default _default;
|
package/pv-components/dist/vue/visualizations/components/base/PvSortableList/PvSortableList.vue.d.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { MenuOption } from '..';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
export type PvSortableMenuListProps = {
|
|
4
|
-
options: MenuOption[];
|
|
5
|
-
activeOptionLimit?: number;
|
|
6
|
-
placeholderText?: string;
|
|
7
|
-
showPlaceholders?: boolean;
|
|
8
|
-
};
|
|
9
|
-
type __VLS_Props = PvSortableMenuListProps;
|
|
10
|
-
type __VLS_PublicProps = {
|
|
11
|
-
modelValue?: MenuOption[];
|
|
12
|
-
} & __VLS_Props;
|
|
13
|
-
declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
14
|
-
"update:modelValue": (value: MenuOption<unknown>[]) => any;
|
|
15
|
-
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
16
|
-
"onUpdate:modelValue"?: ((value: MenuOption<unknown>[]) => any) | undefined;
|
|
17
|
-
}>, {
|
|
18
|
-
options: MenuOption[];
|
|
19
|
-
placeholderText: string;
|
|
20
|
-
showPlaceholders: boolean;
|
|
21
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
22
|
-
containerRef: HTMLDivElement;
|
|
23
|
-
sortableListRef: HTMLUListElement;
|
|
24
|
-
}, HTMLDivElement>;
|
|
25
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "@testing-library/jest-dom/vitest";
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { PvSpinnerSize, PvSpinnerVariant } from './types';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
interface PvSpinnerProps {
|
|
4
|
-
variant?: PvSpinnerVariant;
|
|
5
|
-
size?: PvSpinnerSize;
|
|
6
|
-
}
|
|
7
|
-
declare const _default: DefineComponent<PvSpinnerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvSpinnerProps> & Readonly<{}>, {
|
|
8
|
-
size: PvSpinnerSize;
|
|
9
|
-
variant: PvSpinnerVariant;
|
|
10
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
11
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
type PvSpriteProps = {
|
|
3
|
-
src: string;
|
|
4
|
-
variant?: "v1" | "v2";
|
|
5
|
-
};
|
|
6
|
-
declare const _default: DefineComponent<PvSpriteProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvSpriteProps> & Readonly<{}>, {
|
|
7
|
-
variant: "v1" | "v2";
|
|
8
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
9
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "@testing-library/jest-dom/vitest";
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { TagSize } from '../PvTag/types';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
export interface PvSuggestionTag {
|
|
4
|
-
/**
|
|
5
|
-
* @default 'Medium'
|
|
6
|
-
* Tag Size
|
|
7
|
-
*/
|
|
8
|
-
size?: TagSize;
|
|
9
|
-
/**
|
|
10
|
-
* Tag Label
|
|
11
|
-
*/
|
|
12
|
-
label: string;
|
|
13
|
-
/**
|
|
14
|
-
* Show left Icon
|
|
15
|
-
*/
|
|
16
|
-
showIcon?: boolean;
|
|
17
|
-
/**
|
|
18
|
-
* Show rounded state
|
|
19
|
-
*/
|
|
20
|
-
rounded?: boolean;
|
|
21
|
-
disabled?: boolean;
|
|
22
|
-
}
|
|
23
|
-
declare const _default: DefineComponent<PvSuggestionTag, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
24
|
-
"handle-click": (label: string) => any;
|
|
25
|
-
}, string, PublicProps, Readonly<PvSuggestionTag> & Readonly<{
|
|
26
|
-
"onHandle-click"?: ((label: string) => any) | undefined;
|
|
27
|
-
}>, {
|
|
28
|
-
size: TagSize;
|
|
29
|
-
disabled: boolean;
|
|
30
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
31
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "@testing-library/jest-dom";
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { PvSwitchSize } from './types';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
interface PvSwitchProps {
|
|
4
|
-
size?: PvSwitchSize;
|
|
5
|
-
label?: string;
|
|
6
|
-
disabled?: boolean;
|
|
7
|
-
id?: string;
|
|
8
|
-
}
|
|
9
|
-
type __VLS_Props = PvSwitchProps;
|
|
10
|
-
type __VLS_PublicProps = {
|
|
11
|
-
modelValue: boolean;
|
|
12
|
-
} & __VLS_Props;
|
|
13
|
-
declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
14
|
-
"update:modelValue": (value: boolean) => any;
|
|
15
|
-
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
16
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
17
|
-
}>, {
|
|
18
|
-
size: PvSwitchSize;
|
|
19
|
-
id: string;
|
|
20
|
-
disabled: boolean;
|
|
21
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
22
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Option } from '../../../types';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
export interface PvTabListBaseProps {
|
|
4
|
-
modelValue: string;
|
|
5
|
-
options: Option[];
|
|
6
|
-
}
|
|
7
|
-
declare const _default: DefineComponent<PvTabListBaseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
8
|
-
"update:modelValue": (...args: any[]) => void;
|
|
9
|
-
}, string, PublicProps, Readonly<PvTabListBaseProps> & Readonly<{
|
|
10
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
11
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
12
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "@testing-library/jest-dom";
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { Tab, TabSize } from './types';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
interface PvTabsProps {
|
|
4
|
-
tabs: Tab[];
|
|
5
|
-
size?: TabSize;
|
|
6
|
-
}
|
|
7
|
-
type __VLS_Props = PvTabsProps;
|
|
8
|
-
type __VLS_PublicProps = {
|
|
9
|
-
modelValue: string;
|
|
10
|
-
} & __VLS_Props;
|
|
11
|
-
declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
12
|
-
"update:modelValue": (value: string) => any;
|
|
13
|
-
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
14
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
15
|
-
}>, {
|
|
16
|
-
size: TabSize;
|
|
17
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLUListElement>;
|
|
18
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "@testing-library/jest-dom/vitest";
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { TagSize, TagVariant } from './types';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
export interface PvTagProps {
|
|
4
|
-
/**
|
|
5
|
-
* @default 'Medium'
|
|
6
|
-
* Tag size
|
|
7
|
-
*/
|
|
8
|
-
size?: TagSize;
|
|
9
|
-
/**
|
|
10
|
-
* @default 'Tertiary'
|
|
11
|
-
* Tag Variant
|
|
12
|
-
*/
|
|
13
|
-
variant?: TagVariant;
|
|
14
|
-
/**
|
|
15
|
-
* Tag Icon
|
|
16
|
-
*/
|
|
17
|
-
icon?: string;
|
|
18
|
-
/**
|
|
19
|
-
* Tag Label
|
|
20
|
-
*/
|
|
21
|
-
label: string;
|
|
22
|
-
/**
|
|
23
|
-
* Show left clear icon
|
|
24
|
-
*/
|
|
25
|
-
showClear?: boolean;
|
|
26
|
-
/**
|
|
27
|
-
* Show rounded state
|
|
28
|
-
*/
|
|
29
|
-
rounded?: boolean;
|
|
30
|
-
}
|
|
31
|
-
declare const _default: DefineComponent<PvTagProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
32
|
-
"handle-close": (payload: string) => any;
|
|
33
|
-
"handle-click": (payload: string) => any;
|
|
34
|
-
}, string, PublicProps, Readonly<PvTagProps> & Readonly<{
|
|
35
|
-
"onHandle-close"?: ((payload: string) => any) | undefined;
|
|
36
|
-
"onHandle-click"?: ((payload: string) => any) | undefined;
|
|
37
|
-
}>, {
|
|
38
|
-
size: TagSize;
|
|
39
|
-
variant: TagVariant;
|
|
40
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
41
|
-
export default _default;
|
package/pv-components/dist/vue/visualizations/components/base/PvTextArea/PvTextArea.spec.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "@testing-library/jest-dom";
|
package/pv-components/dist/vue/visualizations/components/base/PvTextArea/PvTextArea.vue.d.ts
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { PvTextAreaVariant } from './types';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
interface PvTextareaProps {
|
|
4
|
-
error?: boolean;
|
|
5
|
-
disabled?: boolean;
|
|
6
|
-
placeholder?: string;
|
|
7
|
-
id?: string;
|
|
8
|
-
lowerLabel?: string;
|
|
9
|
-
variant?: PvTextAreaVariant;
|
|
10
|
-
rows?: number;
|
|
11
|
-
}
|
|
12
|
-
type __VLS_Props = PvTextareaProps;
|
|
13
|
-
type __VLS_PublicProps = {
|
|
14
|
-
modelValue?: string;
|
|
15
|
-
} & __VLS_Props;
|
|
16
|
-
declare function __VLS_template(): {
|
|
17
|
-
attrs: Partial<{}>;
|
|
18
|
-
slots: {
|
|
19
|
-
label?(_: {}): any;
|
|
20
|
-
};
|
|
21
|
-
refs: {};
|
|
22
|
-
rootEl: any;
|
|
23
|
-
};
|
|
24
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
25
|
-
declare const __VLS_component: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
26
|
-
"update:modelValue": (value: string) => any;
|
|
27
|
-
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
28
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
29
|
-
}>, {
|
|
30
|
-
variant: PvTextAreaVariant;
|
|
31
|
-
id: string;
|
|
32
|
-
rows: number;
|
|
33
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
34
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
35
|
-
export default _default;
|
|
36
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
37
|
-
new (): {
|
|
38
|
-
$slots: S;
|
|
39
|
-
};
|
|
40
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "@testing-library/jest-dom/vitest";
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { PvToastVariants } from './types';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
interface PvToastProps {
|
|
4
|
-
variant?: PvToastVariants;
|
|
5
|
-
icon?: string;
|
|
6
|
-
label: string;
|
|
7
|
-
}
|
|
8
|
-
declare function __VLS_template(): {
|
|
9
|
-
attrs: Partial<{}>;
|
|
10
|
-
slots: {
|
|
11
|
-
default?(_: {}): any;
|
|
12
|
-
};
|
|
13
|
-
refs: {};
|
|
14
|
-
rootEl: HTMLDivElement;
|
|
15
|
-
};
|
|
16
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
-
declare const __VLS_component: DefineComponent<PvToastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
18
|
-
"handle-close": () => any;
|
|
19
|
-
}, string, PublicProps, Readonly<PvToastProps> & Readonly<{
|
|
20
|
-
"onHandle-close"?: (() => any) | undefined;
|
|
21
|
-
}>, {
|
|
22
|
-
variant: PvToastVariants;
|
|
23
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
24
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
25
|
-
export default _default;
|
|
26
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
27
|
-
new (): {
|
|
28
|
-
$slots: S;
|
|
29
|
-
};
|
|
30
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type PvToastVariants = "info" | "success" | "error" | "dark";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "@testing-library/jest-dom/vitest";
|
package/pv-components/dist/vue/visualizations/components/base/PvToggleButton/PvToggleButton.vue.d.ts
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { PvToggleButtonSize, PvToggleButtonVariant } from './types';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
interface PvToggleButton {
|
|
4
|
-
size?: PvToggleButtonSize;
|
|
5
|
-
variant?: PvToggleButtonVariant;
|
|
6
|
-
rounded?: boolean;
|
|
7
|
-
disabled?: boolean;
|
|
8
|
-
value?: string;
|
|
9
|
-
label?: string;
|
|
10
|
-
leftIcon?: string;
|
|
11
|
-
rightIcon?: string;
|
|
12
|
-
id?: string;
|
|
13
|
-
name?: string;
|
|
14
|
-
deselect?: boolean;
|
|
15
|
-
}
|
|
16
|
-
type __VLS_Props = PvToggleButton;
|
|
17
|
-
type __VLS_PublicProps = {
|
|
18
|
-
modelValue?: boolean | string;
|
|
19
|
-
} & __VLS_Props;
|
|
20
|
-
declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
21
|
-
"update:modelValue": (value: string | boolean) => any;
|
|
22
|
-
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
23
|
-
"onUpdate:modelValue"?: ((value: string | boolean) => any) | undefined;
|
|
24
|
-
}>, {
|
|
25
|
-
size: PvToggleButtonSize;
|
|
26
|
-
variant: PvToggleButtonVariant;
|
|
27
|
-
deselect: boolean;
|
|
28
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
29
|
-
export default _default;
|
package/pv-components/dist/vue/visualizations/components/base/PvToggleGroup/PvToggleGroup.vue.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { PvToggleGroupOption, PvToggleGroupProps } from './types.ts';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
type __VLS_Props = PvToggleGroupProps;
|
|
4
|
-
type __VLS_PublicProps = {
|
|
5
|
-
modelValue?: PvToggleGroupOption | null;
|
|
6
|
-
} & __VLS_Props;
|
|
7
|
-
declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
8
|
-
"update:modelValue": (value: PvToggleGroupOption | null) => any;
|
|
9
|
-
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
10
|
-
"onUpdate:modelValue"?: ((value: PvToggleGroupOption | null) => any) | undefined;
|
|
11
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
12
|
-
export default _default;
|