@turquoisehealth/pit-viper 2.130.1 → 2.130.2-dev.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.
Files changed (237) hide show
  1. package/package.json +1 -1
  2. package/pv-components/dist/stats/vue/base/stats.html +1 -1
  3. package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
  4. package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
  5. package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
  6. package/pv-components/dist/stats/web/pv-toggle-group-stats.html +1 -1
  7. package/pv-components/dist/stats/web/pv-tooltip-v2-stats.html +1 -1
  8. package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuItem.vue.d.ts +2 -2
  9. package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuItemVariant.vue.d.ts +2 -2
  10. package/pv-components/dist/vue/base/pv-components-base.mjs +3 -3
  11. package/pv-components/dist/vue/base/types.d.ts +2 -2
  12. package/pv-components/dist/vue/visualizations/components/base/PvAccordion/PvAccordion.spec.d.ts +1 -0
  13. package/pv-components/dist/vue/visualizations/components/base/PvAccordion/PvAccordion.vue.d.ts +49 -0
  14. package/pv-components/dist/vue/visualizations/components/base/PvAccordion/types.d.ts +5 -0
  15. package/pv-components/dist/vue/visualizations/components/base/PvActionBar/PvActionBar.spec.d.ts +1 -0
  16. package/pv-components/dist/vue/visualizations/components/base/PvActionBar/PvActionBar.vue.d.ts +34 -0
  17. package/pv-components/dist/vue/visualizations/components/base/PvActionBar/types.d.ts +2 -0
  18. package/pv-components/dist/vue/visualizations/components/base/PvAiButton/PvAiButton.spec.d.ts +1 -0
  19. package/pv-components/dist/vue/visualizations/components/base/PvAiButton/PvAiButton.vue.d.ts +13 -0
  20. package/pv-components/dist/vue/visualizations/components/base/PvAiButton/types.d.ts +2 -0
  21. package/pv-components/dist/vue/visualizations/components/base/PvAvatar/PvAvatar.spec.d.ts +1 -0
  22. package/pv-components/dist/vue/visualizations/components/base/PvAvatar/PvAvatar.vue.d.ts +13 -0
  23. package/pv-components/dist/vue/visualizations/components/base/PvAvatar/types.d.ts +3 -0
  24. package/pv-components/dist/vue/visualizations/components/base/PvAvatarGroup/PvAvatarGroup.spec.d.ts +1 -0
  25. package/pv-components/dist/vue/visualizations/components/base/PvAvatarGroup/PvAvatarGroup.vue.d.ts +8 -0
  26. package/pv-components/dist/vue/visualizations/components/base/PvAvatarGroup/types.d.ts +5 -0
  27. package/pv-components/dist/vue/visualizations/components/base/PvBanner/PvBanner.spec.d.ts +1 -0
  28. package/pv-components/dist/vue/visualizations/components/base/PvBanner/PvBanner.vue.d.ts +30 -0
  29. package/pv-components/dist/vue/visualizations/components/base/PvBanner/types.d.ts +11 -0
  30. package/pv-components/dist/vue/visualizations/components/base/PvBreadcrumbs/PvBreadcrumbs.spec.d.ts +1 -0
  31. package/pv-components/dist/vue/visualizations/components/base/PvBreadcrumbs/PvBreadcrumbs.vue.d.ts +7 -0
  32. package/pv-components/dist/vue/visualizations/components/base/PvBreadcrumbs/types.d.ts +4 -0
  33. package/pv-components/dist/vue/visualizations/components/base/PvButton/PvButton.spec.d.ts +1 -0
  34. package/pv-components/dist/vue/visualizations/components/base/PvButton/PvButton.vue.d.ts +10 -0
  35. package/pv-components/dist/vue/visualizations/components/base/PvButton/PvButtonWithTooltip.vue.d.ts +8 -0
  36. package/pv-components/dist/vue/visualizations/components/base/PvButton/helpers.d.ts +3 -0
  37. package/pv-components/dist/vue/visualizations/components/base/PvButton/types.d.ts +28 -0
  38. package/pv-components/dist/vue/visualizations/components/base/PvCard/PvCard.spec.d.ts +1 -0
  39. package/pv-components/dist/vue/visualizations/components/base/PvCard/PvCard.vue.d.ts +27 -0
  40. package/pv-components/dist/vue/visualizations/components/base/PvCard/types.d.ts +2 -0
  41. package/pv-components/dist/vue/visualizations/components/base/PvCheckbox/PvCheckbox.vue.d.ts +17 -0
  42. package/pv-components/dist/vue/visualizations/components/base/PvCompanyLabel/PvCompanyLabel.vue.d.ts +11 -0
  43. package/pv-components/dist/vue/visualizations/components/base/PvCompanyLabel/types.d.ts +2 -0
  44. package/pv-components/dist/vue/visualizations/components/base/PvCompanyLogo/PvCompanyLogo.spec.d.ts +1 -0
  45. package/pv-components/dist/vue/visualizations/components/base/PvCompanyLogo/PvCompanyLogo.vue.d.ts +15 -0
  46. package/pv-components/dist/vue/visualizations/components/base/PvCompanyLogo/types.d.ts +2 -0
  47. package/pv-components/dist/vue/visualizations/components/base/PvCompanyTag/PvCompanyTag.spec.d.ts +1 -0
  48. package/pv-components/dist/vue/visualizations/components/base/PvCompanyTag/PvCompanyTag.vue.d.ts +27 -0
  49. package/pv-components/dist/vue/visualizations/components/base/PvComponentsConfig/primeVue.config.d.ts +14 -0
  50. package/pv-components/dist/vue/visualizations/components/base/PvComponentsConfig/usePvComponents.d.ts +2 -0
  51. package/pv-components/dist/vue/visualizations/components/base/PvCounterBadge/PvCounterBadge.spec.d.ts +1 -0
  52. package/pv-components/dist/vue/visualizations/components/base/PvCounterBadge/PvCounterBadge.vue.d.ts +16 -0
  53. package/pv-components/dist/vue/visualizations/components/base/PvCounterBadge/types.d.ts +3 -0
  54. package/pv-components/dist/vue/visualizations/components/base/PvDatePicker/PvDatePicker.vue.d.ts +115 -0
  55. package/pv-components/dist/vue/visualizations/components/base/PvDateTime/PvDateTime.spec.d.ts +1 -0
  56. package/pv-components/dist/vue/visualizations/components/base/PvDateTime/PvDateTime.vue.d.ts +14 -0
  57. package/pv-components/dist/vue/visualizations/components/base/PvDateTime/useDateTime.d.ts +9 -0
  58. package/pv-components/dist/vue/visualizations/components/base/PvDateTime/useDateTime.spec.d.ts +1 -0
  59. package/pv-components/dist/vue/visualizations/components/base/PvDistributionBar/PvDistributionBar.vue.d.ts +6 -0
  60. package/pv-components/dist/vue/visualizations/components/base/PvDrawer/PvDrawer.spec.d.ts +1 -0
  61. package/pv-components/dist/vue/visualizations/components/base/PvDrawer/PvDrawer.vue.d.ts +48 -0
  62. package/pv-components/dist/vue/visualizations/components/base/PvDropdown/PvDropdown.vue.d.ts +117 -0
  63. package/pv-components/dist/vue/visualizations/components/base/PvExpandableContent/PvExpandableContent.spec.d.ts +1 -0
  64. package/pv-components/dist/vue/visualizations/components/base/PvExpandableContent/PvExpandableContent.vue.d.ts +30 -0
  65. package/pv-components/dist/vue/visualizations/components/base/PvExpandableContent/types.d.ts +3 -0
  66. package/pv-components/dist/vue/visualizations/components/base/PvGhostInput/PvGhostInput.spec.d.ts +1 -0
  67. package/pv-components/dist/vue/visualizations/components/base/PvGhostInput/PvGhostInput.vue.d.ts +39 -0
  68. package/pv-components/dist/vue/visualizations/components/base/PvGhostInput/types.d.ts +2 -0
  69. package/pv-components/dist/vue/visualizations/components/base/PvIcon/PvIcon.vue.d.ts +10 -0
  70. package/pv-components/dist/vue/visualizations/components/base/PvInput/PvInput.spec.d.ts +1 -0
  71. package/pv-components/dist/vue/visualizations/components/base/PvInput/PvInput.vue.d.ts +40 -0
  72. package/pv-components/dist/vue/visualizations/components/base/PvInput/types.d.ts +3 -0
  73. package/pv-components/dist/vue/visualizations/components/base/PvInsightCard/PvInsightCard.spec.d.ts +1 -0
  74. package/pv-components/dist/vue/visualizations/components/base/PvInsightCard/PvInsightCard.vue.d.ts +22 -0
  75. package/pv-components/dist/vue/visualizations/components/base/PvMenu/PvMenu.spec.d.ts +1 -0
  76. package/pv-components/dist/vue/visualizations/components/base/PvMenu/PvMenu.vue.d.ts +183 -0
  77. package/pv-components/dist/vue/visualizations/components/base/PvMenu/PvMenuControlPanel.spec.d.ts +1 -0
  78. package/pv-components/dist/vue/visualizations/components/base/PvMenu/PvMenuControlPanel.vue.d.ts +18 -0
  79. package/pv-components/dist/vue/visualizations/components/base/PvMenu/PvMenuEmptyState.vue.d.ts +3 -0
  80. package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuBaseItem.spec.d.ts +1 -0
  81. package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuBaseItem.vue.d.ts +11 -0
  82. package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItem.spec.d.ts +1 -0
  83. package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItem.vue.d.ts +16 -0
  84. package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItemAction.spec.d.ts +1 -0
  85. package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItemAction.vue.d.ts +8 -0
  86. package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItemVariant.vue.d.ts +14 -0
  87. package/pv-components/dist/vue/visualizations/components/base/PvMenu/useMenuPosition.d.ts +66 -0
  88. package/pv-components/dist/vue/visualizations/components/base/PvMenu/useMenuPosition.spec.d.ts +1 -0
  89. package/pv-components/dist/vue/visualizations/components/base/PvModal/PvModal.spec.d.ts +1 -0
  90. package/pv-components/dist/vue/visualizations/components/base/PvModal/PvModal.vue.d.ts +30 -0
  91. package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/PvMultiSelectButton.spec.d.ts +1 -0
  92. package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +126 -0
  93. package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/mocks.d.ts +15 -0
  94. package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/types.d.ts +48 -0
  95. package/pv-components/dist/vue/visualizations/components/base/PvPagination/PvPagination.spec.d.ts +1 -0
  96. package/pv-components/dist/vue/visualizations/components/base/PvPagination/PvPagination.vue.d.ts +21 -0
  97. package/pv-components/dist/vue/visualizations/components/base/PvPagination/types.d.ts +3 -0
  98. package/pv-components/dist/vue/visualizations/components/base/PvPagination/usePagination.d.ts +12 -0
  99. package/pv-components/dist/vue/visualizations/components/base/PvPagination/usePagination.spec.d.ts +1 -0
  100. package/pv-components/dist/vue/visualizations/components/base/PvPill/PvPill.spec.d.ts +1 -0
  101. package/pv-components/dist/vue/visualizations/components/base/PvPill/PvPill.vue.d.ts +31 -0
  102. package/pv-components/dist/vue/visualizations/components/base/PvPill/types.d.ts +4 -0
  103. package/pv-components/dist/vue/visualizations/components/base/PvPopover/PvPopover.vue.d.ts +31 -0
  104. package/pv-components/dist/vue/visualizations/components/base/PvPopoverMenu/PvPopoverMenu.spec.d.ts +1 -0
  105. package/pv-components/dist/vue/visualizations/components/base/PvPopoverMenu/PvPopoverMenu.vue.d.ts +26 -0
  106. package/pv-components/dist/vue/visualizations/components/base/PvPopoverV2/PvPopoverV2.vue.d.ts +47 -0
  107. package/pv-components/dist/vue/visualizations/components/base/PvPopoverV2/types.d.ts +20 -0
  108. package/pv-components/dist/vue/visualizations/components/base/PvProgressBar/PvProgressBar.vue.d.ts +8 -0
  109. package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/PvQueryBuilderInput.vue.d.ts +44 -0
  110. package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/QueryBuilderMenuOptionRenderer.vue.d.ts +8 -0
  111. package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/QueryFormatter.vue.d.ts +20 -0
  112. package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/useQueryBuilder.d.ts +44 -0
  113. package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/useQueryBuilder.spec.d.ts +1 -0
  114. package/pv-components/dist/vue/visualizations/components/base/PvRating/PvRating.spec.d.ts +1 -0
  115. package/pv-components/dist/vue/visualizations/components/base/PvRating/PvRating.vue.d.ts +12 -0
  116. package/pv-components/dist/vue/visualizations/components/base/PvRating/types.d.ts +4 -0
  117. package/pv-components/dist/vue/visualizations/components/base/PvReleaseBadge/PvReleaseBadge.spec.d.ts +1 -0
  118. package/pv-components/dist/vue/visualizations/components/base/PvReleaseBadge/PvReleaseBadge.vue.d.ts +8 -0
  119. package/pv-components/dist/vue/visualizations/components/base/PvReleaseBadge/types.d.ts +1 -0
  120. package/pv-components/dist/vue/visualizations/components/base/PvSearchInput/PvSearchInput.spec.d.ts +1 -0
  121. package/pv-components/dist/vue/visualizations/components/base/PvSearchInput/PvSearchInput.vue.d.ts +26 -0
  122. package/pv-components/dist/vue/visualizations/components/base/PvSegmentedControl/PvSegmentedControl.spec.d.ts +1 -0
  123. package/pv-components/dist/vue/visualizations/components/base/PvSegmentedControl/PvSegmentedControl.vue.d.ts +19 -0
  124. package/pv-components/dist/vue/visualizations/components/base/PvSegmentedControl/types.d.ts +8 -0
  125. package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/PvSelectButton.spec.d.ts +1 -0
  126. package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/PvSelectButton.vue.d.ts +53 -0
  127. package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/PvSelectButtonTrigger/PvSelectButtonTrigger.spec.d.ts +1 -0
  128. package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/PvSelectButtonTrigger/PvSelectButtonTrigger.vue.d.ts +30 -0
  129. package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/mocks.d.ts +21 -0
  130. package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/types.d.ts +3 -0
  131. package/pv-components/dist/vue/visualizations/components/base/PvSelectableCard/PvSelectableCard.spec.d.ts +1 -0
  132. package/pv-components/dist/vue/visualizations/components/base/PvSelectableCard/PvSelectableCard.vue.d.ts +25 -0
  133. package/pv-components/dist/vue/visualizations/components/base/PvSkeleton/PvSkeleton.spec.d.ts +1 -0
  134. package/pv-components/dist/vue/visualizations/components/base/PvSkeleton/PvSkeleton.vue.d.ts +11 -0
  135. package/pv-components/dist/vue/visualizations/components/base/PvSkeleton/types.d.ts +3 -0
  136. package/pv-components/dist/vue/visualizations/components/base/PvSortableList/PvSortableList.vue.d.ts +25 -0
  137. package/pv-components/dist/vue/visualizations/components/base/PvSpinner/PvSpinner.spec.d.ts +1 -0
  138. package/pv-components/dist/vue/visualizations/components/base/PvSpinner/PvSpinner.vue.d.ts +11 -0
  139. package/pv-components/dist/vue/visualizations/components/base/PvSpinner/types.d.ts +3 -0
  140. package/pv-components/dist/vue/visualizations/components/base/PvSprite/PvSprite.vue.d.ts +9 -0
  141. package/pv-components/dist/vue/visualizations/components/base/PvSuggestionTag/PvSuggestionTag.spec.d.ts +1 -0
  142. package/pv-components/dist/vue/visualizations/components/base/PvSuggestionTag/PvSuggestionTag.vue.d.ts +31 -0
  143. package/pv-components/dist/vue/visualizations/components/base/PvSwitch/PvSwitch.spec.d.ts +1 -0
  144. package/pv-components/dist/vue/visualizations/components/base/PvSwitch/PvSwitch.vue.d.ts +22 -0
  145. package/pv-components/dist/vue/visualizations/components/base/PvSwitch/types.d.ts +2 -0
  146. package/pv-components/dist/vue/visualizations/components/base/PvTabList/PvTabList.vue.d.ts +12 -0
  147. package/pv-components/dist/vue/visualizations/components/base/PvTabs/PvTabs.spec.d.ts +1 -0
  148. package/pv-components/dist/vue/visualizations/components/base/PvTabs/PvTabs.vue.d.ts +18 -0
  149. package/pv-components/dist/vue/visualizations/components/base/PvTabs/types.d.ts +7 -0
  150. package/pv-components/dist/vue/visualizations/components/base/PvTag/PvTag.spec.d.ts +1 -0
  151. package/pv-components/dist/vue/visualizations/components/base/PvTag/PvTag.vue.d.ts +41 -0
  152. package/pv-components/dist/vue/visualizations/components/base/PvTag/types.d.ts +3 -0
  153. package/pv-components/dist/vue/visualizations/components/base/PvTextArea/PvTextArea.spec.d.ts +1 -0
  154. package/pv-components/dist/vue/visualizations/components/base/PvTextArea/PvTextArea.vue.d.ts +40 -0
  155. package/pv-components/dist/vue/visualizations/components/base/PvTextArea/types.d.ts +2 -0
  156. package/pv-components/dist/vue/visualizations/components/base/PvToast/PvToast.spec.d.ts +1 -0
  157. package/pv-components/dist/vue/visualizations/components/base/PvToast/PvToast.vue.d.ts +30 -0
  158. package/pv-components/dist/vue/visualizations/components/base/PvToast/types.d.ts +1 -0
  159. package/pv-components/dist/vue/visualizations/components/base/PvToggleButton/PvToggleButton.spec.d.ts +1 -0
  160. package/pv-components/dist/vue/visualizations/components/base/PvToggleButton/PvToggleButton.vue.d.ts +29 -0
  161. package/pv-components/dist/vue/visualizations/components/base/PvToggleButton/types.d.ts +3 -0
  162. package/pv-components/dist/vue/visualizations/components/base/PvToggleGroup/PvToggleGroup.vue.d.ts +12 -0
  163. package/pv-components/dist/vue/visualizations/components/base/PvToggleGroup/types.d.ts +12 -0
  164. package/pv-components/dist/vue/visualizations/components/base/PvTooltip/PvTooltip.spec.d.ts +1 -0
  165. package/pv-components/dist/vue/visualizations/components/base/PvTooltip/PvTooltip.vue.d.ts +36 -0
  166. package/pv-components/dist/vue/visualizations/components/base/PvTooltip/types.d.ts +4 -0
  167. package/pv-components/dist/vue/visualizations/components/base/PvTooltipV2/PvTooltipV2.vue.d.ts +28 -0
  168. package/pv-components/dist/vue/visualizations/components/base/PvTooltipV2/types.d.ts +10 -0
  169. package/pv-components/dist/vue/visualizations/components/base/PvTree/PvButtonTreeItem.vue.d.ts +33 -0
  170. package/pv-components/dist/vue/visualizations/components/base/PvTree/PvCheckboxTreeItem.vue.d.ts +33 -0
  171. package/pv-components/dist/vue/visualizations/components/base/PvTree/PvSimpleItemTree.vue.d.ts +7 -0
  172. package/pv-components/dist/vue/visualizations/components/base/PvTree/PvSimpleNestedTree.vue.d.ts +21 -0
  173. package/pv-components/dist/vue/visualizations/components/base/PvTree/PvTree.vue.d.ts +22 -0
  174. package/pv-components/dist/vue/visualizations/components/base/PvTree/PvTreeItem.vue.d.ts +23 -0
  175. package/pv-components/dist/vue/visualizations/components/base/PvTree/PvTreeReorderIcon.vue.d.ts +3 -0
  176. package/pv-components/dist/vue/visualizations/components/base/PvTree/types.d.ts +31 -0
  177. package/pv-components/dist/vue/visualizations/components/base/PvTree/useDragAndDrop.d.ts +16 -0
  178. package/pv-components/dist/vue/visualizations/components/base/PvTree/useHoverIcon.d.ts +6 -0
  179. package/pv-components/dist/vue/visualizations/components/base/PvWidget/PvWidget.spec.d.ts +1 -0
  180. package/pv-components/dist/vue/visualizations/components/base/PvWidget/PvWidget.vue.d.ts +18 -0
  181. package/pv-components/dist/vue/visualizations/components/base/baseProps.d.ts +16 -0
  182. package/pv-components/dist/vue/visualizations/components/base/index.d.ts +64 -0
  183. package/pv-components/dist/vue/visualizations/components/charts/PvChart/PvChart.vue.d.ts +48 -0
  184. package/pv-components/dist/vue/visualizations/components/charts/PvChart/constants.d.ts +2 -0
  185. package/pv-components/dist/vue/visualizations/components/charts/PvChart/functions.d.ts +42 -0
  186. package/pv-components/dist/vue/visualizations/components/charts/PvChart/types.d.ts +25 -0
  187. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/PvDataTableWithChart.spec.d.ts +1 -0
  188. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/PvDataTableWithChart.vue.d.ts +39 -0
  189. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/constants.d.ts +5 -0
  190. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/helpers.d.ts +14 -0
  191. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/helpers.spec.d.ts +1 -0
  192. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/table-chart-components/PvChartOptionsPanel.vue.d.ts +22 -0
  193. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +75 -0
  194. package/pv-components/dist/vue/visualizations/components/charts/PvMapChart/PvMapChart.vue.d.ts +45 -0
  195. package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/MapGradient.vue.d.ts +11 -0
  196. package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/MapRegionSelector.vue.d.ts +16 -0
  197. package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/topologies/alaskaStateTopology.d.ts +20 -0
  198. package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/topologies/hawaiiStateTopology.d.ts +20 -0
  199. package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/topologies/usStateTopology.d.ts +28 -0
  200. package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/useTopology.d.ts +8 -0
  201. package/pv-components/dist/vue/visualizations/components/charts/themes.d.ts +6 -0
  202. package/pv-components/dist/vue/visualizations/components/layout/PvSidePanel/PvSidePanel.spec.d.ts +1 -0
  203. package/pv-components/dist/vue/visualizations/components/layout/PvSidePanel/PvSidePanel.vue.d.ts +24 -0
  204. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/PvDataTable.spec.d.ts +1 -0
  205. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/PvDataTable.vue.d.ts +38 -0
  206. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/helpers.d.ts +24 -0
  207. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/helpers.spec.d.ts +1 -0
  208. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/ExportMenu.vue.d.ts +16 -0
  209. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/FilterPanel.spec.d.ts +1 -0
  210. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/FilterPanel.vue.d.ts +23 -0
  211. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/GroupAggCellRenderer.vue.d.ts +17 -0
  212. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/GroupBySelector.vue.d.ts +17 -0
  213. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/GroupedCellRenderer.vue.d.ts +16 -0
  214. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/HeaderCellRenderer.vue.d.ts +12 -0
  215. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/PaginationPanel.vue.d.ts +16 -0
  216. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/RowCountCellRenderer.vue.d.ts +17 -0
  217. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/RowLoadingCellRenderer.vue.d.ts +3 -0
  218. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/SetFilter.spec.d.ts +1 -0
  219. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/SetFilter.vue.d.ts +35 -0
  220. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/TableSearch.vue.d.ts +8 -0
  221. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/TableTooltip.vue.d.ts +7 -0
  222. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/TagCellRenderer.vue.d.ts +7 -0
  223. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/formatting.d.ts +29 -0
  224. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/formatting.spec.d.ts +1 -0
  225. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/types.d.ts +352 -0
  226. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useFilterStore.d.ts +45 -0
  227. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useFilterStore.spec.d.ts +1 -0
  228. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useFocus.d.ts +27 -0
  229. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useFocus.spec.d.ts +1 -0
  230. package/pv-components/dist/vue/visualizations/components/tables/symbols.d.ts +54 -0
  231. package/pv-components/dist/vue/visualizations/components/tables/themes.d.ts +3 -0
  232. package/pv-components/dist/vue/visualizations/components/visualizations/index.d.ts +1 -1
  233. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +2929 -2936
  234. package/pv-components/dist/vue/visualizations/types.d.ts +2 -2
  235. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +2 -2
  236. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +2 -2
  237. package/pv-components/dist/web/pv-components.iife.js +1 -1
@@ -0,0 +1,31 @@
1
+ import { PillSize, PillVariant, PillDotVariant } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ export interface PvPillProps {
4
+ /**
5
+ * @default 'Medium'
6
+ * Tag size
7
+ */
8
+ size?: PillSize;
9
+ /**
10
+ * @default 'Tertiary'
11
+ * Tag Variant
12
+ */
13
+ variant?: PillVariant;
14
+ /**
15
+ * Tag Icon
16
+ */
17
+ icon?: string;
18
+ /**
19
+ * Dot Variant
20
+ */
21
+ dotVariant?: PillDotVariant;
22
+ /**
23
+ * Tag Label
24
+ */
25
+ label: string;
26
+ }
27
+ declare const _default: DefineComponent<PvPillProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvPillProps> & Readonly<{}>, {
28
+ size: PillSize;
29
+ variant: PillVariant;
30
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
31
+ export default _default;
@@ -0,0 +1,4 @@
1
+ import { PvColorVariants, PvSize } from '../baseProps';
2
+ export type PillSize = Extract<PvSize, "md" | "lg" | "sm">;
3
+ export type PillVariant = Extract<PvColorVariants, "default" | "success" | "warning" | "critical" | "highlight">;
4
+ export type PillDotVariant = "green" | "orange" | "yellow" | "red";
@@ -0,0 +1,31 @@
1
+ import { CSSProperties, DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ export interface PvPopoverProps {
3
+ alignment?: "top" | "right" | "top right" | undefined;
4
+ cssCustomProperties?: CSSProperties;
5
+ cssCustomListProperties?: CSSProperties;
6
+ isList?: boolean;
7
+ isSortable?: boolean;
8
+ }
9
+ declare const _default: __VLS_WithTemplateSlots< DefineComponent<PvPopoverProps, {
10
+ popoverRoot: Ref<HTMLElement | null, HTMLElement | null>;
11
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
12
+ "list-order-updated": (value: string[]) => any;
13
+ }, string, PublicProps, Readonly<PvPopoverProps> & Readonly<{
14
+ "onList-order-updated"?: ((value: string[]) => any) | undefined;
15
+ }>, {
16
+ alignment: "top" | "right" | "top right";
17
+ cssCustomProperties: CSSProperties;
18
+ isList: boolean;
19
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
20
+ popoverRoot: HTMLDivElement;
21
+ popoverList: HTMLUListElement;
22
+ }, HTMLDivElement>, {
23
+ default?(_: {}): any;
24
+ default?(_: {}): any;
25
+ }>;
26
+ export default _default;
27
+ type __VLS_WithTemplateSlots<T, S> = T & {
28
+ new (): {
29
+ $slots: S;
30
+ };
31
+ };
@@ -0,0 +1 @@
1
+ import "@testing-library/jest-dom/vitest";
@@ -0,0 +1,26 @@
1
+ import { CSSProperties, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ type __VLS_Props = {
3
+ alignment?: "top" | "right" | "top right" | undefined;
4
+ cssCustomProperties?: CSSProperties;
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ trigger?(_: {}): any;
10
+ content?(_: {}): any;
11
+ };
12
+ refs: {};
13
+ rootEl: HTMLElement;
14
+ };
15
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
+ declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
17
+ alignment: "top" | "right" | "top right";
18
+ cssCustomProperties: CSSProperties;
19
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
20
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
+ export default _default;
22
+ type __VLS_WithTemplateSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
25
+ };
26
+ };
@@ -0,0 +1,47 @@
1
+ import { PvPopoverV2Props } from './types.ts';
2
+ import { PvAlignmentPositions } from '../baseProps.ts';
3
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
+ import { Strategy } from '@floating-ui/utils';
5
+ type __VLS_Props = PvPopoverV2Props;
6
+ type __VLS_PublicProps = {
7
+ modelValue?: boolean;
8
+ } & __VLS_Props;
9
+ declare function __VLS_template(): {
10
+ attrs: Partial<{}>;
11
+ slots: {
12
+ trigger?(_: {}): any;
13
+ content?(_: {}): any;
14
+ };
15
+ refs: {
16
+ triggerWrapper: HTMLDivElement;
17
+ floating: HTMLDivElement;
18
+ };
19
+ rootEl: HTMLDivElement;
20
+ };
21
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
22
+ declare const __VLS_component: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
23
+ "update:modelValue": (value: boolean) => any;
24
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
25
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
26
+ }>, {
27
+ position: PvAlignmentPositions;
28
+ useTeleport: boolean;
29
+ teleportLocation: string;
30
+ delay: number;
31
+ disableAutoPlacement: boolean;
32
+ positioningStrategy: Strategy;
33
+ showOnHover: boolean;
34
+ disableInteractive: boolean;
35
+ disableClickOutsideToClose: boolean;
36
+ zIndex: number;
37
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
38
+ triggerWrapper: HTMLDivElement;
39
+ floating: HTMLDivElement;
40
+ }, HTMLDivElement>;
41
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
42
+ export default _default;
43
+ type __VLS_WithTemplateSlots<T, S> = T & {
44
+ new (): {
45
+ $slots: S;
46
+ };
47
+ };
@@ -0,0 +1,20 @@
1
+ import { Strategy } from '@floating-ui/vue';
2
+ import { PvAlignmentPositions } from '../baseProps.ts';
3
+ export interface PvPopoverV2Props {
4
+ disableAutoPlacement?: boolean;
5
+ position?: PvAlignmentPositions;
6
+ positioningStrategy?: Strategy;
7
+ showOnHover?: boolean;
8
+ disableInteractive?: boolean;
9
+ useTeleport?: boolean;
10
+ disableClickOutsideToClose?: boolean;
11
+ delay?: number;
12
+ zIndex?: number;
13
+ teleportLocation?: string;
14
+ /**
15
+ * offset distance in pixels between the popover and the reference element.
16
+ * The offset is applied in the logical direction of the popover's placement (e.g., along the top/bottom/left/right
17
+ * placement axis): positive values move the popover further away from the reference element, and negative values move
18
+ */
19
+ offset?: number;
20
+ }
@@ -0,0 +1,8 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ interface PvProgressBarProps {
3
+ progress?: number;
4
+ showLabel?: boolean;
5
+ disabled?: boolean;
6
+ }
7
+ declare const _default: DefineComponent<PvProgressBarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvProgressBarProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8
+ export default _default;
@@ -0,0 +1,44 @@
1
+ import { QueryBuilderOutput, QueryBuilderProcessor, QueryBuilderSuggestionMenuOption } from './useQueryBuilder';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ export interface PvQueryBuilderInputProps {
4
+ placeholder?: string;
5
+ disabled?: boolean;
6
+ displayShortcut?: boolean;
7
+ processor?: QueryBuilderProcessor;
8
+ optionsLoading?: boolean;
9
+ /** When true, users can add any text without requiring an option to be selected */
10
+ enableCustomOptionsInput?: boolean;
11
+ hideSearchIcon?: boolean;
12
+ hideClearButton?: boolean;
13
+ queryTermDisplayLimit?: number;
14
+ enableWrapQueryTerms?: boolean;
15
+ }
16
+ type __VLS_Props = PvQueryBuilderInputProps;
17
+ type __VLS_PublicProps = {
18
+ "searchText"?: string;
19
+ "query": QueryBuilderOutput | null;
20
+ "options"?: QueryBuilderSuggestionMenuOption[];
21
+ } & __VLS_Props;
22
+ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
23
+ "update:options": (value: QueryBuilderSuggestionMenuOption[]) => any;
24
+ "update:searchText": (value: string) => any;
25
+ "update:query": (value: QueryBuilderOutput | null) => any;
26
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
27
+ "onUpdate:options"?: ((value: QueryBuilderSuggestionMenuOption[]) => any) | undefined;
28
+ "onUpdate:searchText"?: ((value: string) => any) | undefined;
29
+ "onUpdate:query"?: ((value: QueryBuilderOutput | null) => any) | undefined;
30
+ }>, {
31
+ placeholder: string;
32
+ disabled: boolean;
33
+ queryTermDisplayLimit: number;
34
+ processor: QueryBuilderProcessor;
35
+ optionsLoading: boolean;
36
+ enableCustomOptionsInput: boolean;
37
+ hideSearchIcon: boolean;
38
+ hideClearButton: boolean;
39
+ enableWrapQueryTerms: boolean;
40
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
41
+ 'query-builder-input': HTMLDivElement;
42
+ 'search-input': HTMLInputElement;
43
+ }, HTMLDivElement>;
44
+ export default _default;
@@ -0,0 +1,8 @@
1
+ import { QueryTerm } from './useQueryBuilder';
2
+ import { MenuOption } from '../../../types';
3
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
+ type __VLS_Props = MenuOption<QueryTerm>;
5
+ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
6
+ queryOptionText: HTMLParagraphElement;
7
+ }, HTMLDivElement>;
8
+ export default _default;
@@ -0,0 +1,20 @@
1
+ import { QueryBuilderOutput } from './useQueryBuilder';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface QueryFormatterProps {
4
+ queryTermDisplayLimit?: number;
5
+ }
6
+ type __VLS_Props = QueryFormatterProps;
7
+ type __VLS_PublicProps = {
8
+ modelValue: QueryBuilderOutput | null;
9
+ "wrap-content"?: boolean;
10
+ } & __VLS_Props;
11
+ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
12
+ "update:modelValue": (value: QueryBuilderOutput | null) => any;
13
+ "update:wrap-content": (value: boolean) => any;
14
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
15
+ "onUpdate:modelValue"?: ((value: QueryBuilderOutput | null) => any) | undefined;
16
+ "onUpdate:wrap-content"?: ((value: boolean) => any) | undefined;
17
+ }>, {
18
+ queryTermDisplayLimit: number;
19
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
20
+ export default _default;
@@ -0,0 +1,44 @@
1
+ import { MenuOption } from '../../../types';
2
+ export type QueryBuilderProcessor = "full" | "field-only";
3
+ export interface QueryBuilderOutput {
4
+ queryTerms: QueryTerm[];
5
+ freeTextTerms?: string[];
6
+ }
7
+ export interface QueryTerm {
8
+ queryField?: string;
9
+ queryDisplayField?: string;
10
+ exactMatch?: boolean;
11
+ queryText?: string;
12
+ }
13
+ export interface QueryBuilderSuggestionMenuOption extends MenuOption {
14
+ queryTerm?: QueryTerm;
15
+ }
16
+ /**
17
+ * The filter model is structured as follows:
18
+ * For single conditions
19
+ * {
20
+ * [field]: {
21
+ * filterType: "text",
22
+ * type: "equals" | "contains",
23
+ * filter: string,
24
+ * },
25
+ * }
26
+ * For multiple conditions on the same field, it will be structured as:
27
+ * {
28
+ * [field]: {
29
+ * filterType: "text",
30
+ * operator: 'OR',
31
+ * conditions: [
32
+ * {
33
+ * type: "equals" | "contains",
34
+ * filter: string,
35
+ * }
36
+ * ]
37
+ * },
38
+ * }
39
+ */
40
+ export declare const useQueryBuilder: () => {
41
+ addQueryOption: (query: QueryBuilderOutput | null, option: QueryBuilderSuggestionMenuOption) => QueryBuilderOutput | null;
42
+ containsQueryOption: (query: QueryBuilderOutput | null, option: QueryBuilderSuggestionMenuOption) => boolean;
43
+ removeQueryOption: (query: QueryBuilderOutput | null, option: QueryBuilderSuggestionMenuOption) => QueryBuilderOutput | null;
44
+ };
@@ -0,0 +1 @@
1
+ import "@testing-library/jest-dom";
@@ -0,0 +1,12 @@
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;
@@ -0,0 +1,4 @@
1
+ export declare const PvRatingSizes: readonly [12, 16, 20, 24, 32, 64];
2
+ export type PvRatingSize = (typeof PvRatingSizes)[number];
3
+ export declare const PvRatingVariants: string[];
4
+ export type PvRatingVariant = (typeof PvRatingVariants)[number];
@@ -0,0 +1 @@
1
+ import "@testing-library/jest-dom/vitest";
@@ -0,0 +1,8 @@
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;
@@ -0,0 +1 @@
1
+ export type PvReleaseBadgeVariant = "release-alpha" | "release-beta";
@@ -0,0 +1 @@
1
+ import "@testing-library/jest-dom/vitest";
@@ -0,0 +1,26 @@
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;
@@ -0,0 +1,19 @@
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;
@@ -0,0 +1,8 @@
1
+ import { PvSize } from '../baseProps';
2
+ export type PvSegmentControlSize = Extract<PvSize, "lg" | "xl">;
3
+ export interface PvSegmentedControlOption {
4
+ label?: string;
5
+ value: string;
6
+ icon?: string;
7
+ iconPosition?: "left" | "right";
8
+ }
@@ -0,0 +1,53 @@
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
+ } & {};
@@ -0,0 +1,30 @@
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;
@@ -0,0 +1,21 @@
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
+ }[];
@@ -0,0 +1,3 @@
1
+ import { PvSize, PvVariants } from '../baseProps';
2
+ export type PvSelectButtonVariant = Extract<PvVariants, "secondary" | "ghost">;
3
+ export type PvSelectButtonSize = Extract<PvSize, "lg" | "xl">;
@@ -0,0 +1,25 @@
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
+ };
@@ -0,0 +1 @@
1
+ import "@testing-library/jest-dom/vitest";
@@ -0,0 +1,11 @@
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;
@@ -0,0 +1,3 @@
1
+ import { PvSize } from '../baseProps';
2
+ export type PvSekeltonSize = Extract<PvSize, "xs" | "sm" | "md" | "lg" | "xl">;
3
+ export type PvSkeletonVariant = "square" | "rectangle";
@@ -0,0 +1,25 @@
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;
@@ -0,0 +1 @@
1
+ import "@testing-library/jest-dom/vitest";
@@ -0,0 +1,11 @@
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;
@@ -0,0 +1,3 @@
1
+ import { PvSize, PvThemes, PvVariants } from '../baseProps';
2
+ export type PvSpinnerSize = Extract<PvSize, "xs" | "sm" | "md" | "lg" | "xl">;
3
+ export type PvSpinnerVariant = Extract<PvVariants, "primary"> | Extract<PvThemes, "white" | "dark">;
@@ -0,0 +1,9 @@
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;
@@ -0,0 +1 @@
1
+ import "@testing-library/jest-dom/vitest";