@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
@@ -7,9 +7,9 @@ interface PvMenuItemProps extends MenuOption {
7
7
  highlightSearchText?: boolean;
8
8
  }
9
9
  declare const _default: DefineComponent<PvMenuItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
10
- "handle-selected": (payload: MenuOptionSelectedEvent<unknown>) => any;
10
+ "handle-selected": (payload: MenuOptionSelectedEvent) => any;
11
11
  }, string, PublicProps, Readonly<PvMenuItemProps> & Readonly<{
12
- "onHandle-selected"?: ((payload: MenuOptionSelectedEvent<unknown>) => any) | undefined;
12
+ "onHandle-selected"?: ((payload: MenuOptionSelectedEvent) => any) | undefined;
13
13
  }>, {
14
14
  level: number;
15
15
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
@@ -7,8 +7,8 @@ export interface PvMenuItemVariantProps extends MenuOption {
7
7
  menuOptionConfig?: MenuOptionConfig;
8
8
  }
9
9
  declare const _default: DefineComponent<PvMenuItemVariantProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
10
- "handle-selected": (payload: MenuOptionSelectedEvent<unknown>) => any;
10
+ "handle-selected": (payload: MenuOptionSelectedEvent) => any;
11
11
  }, string, PublicProps, Readonly<PvMenuItemVariantProps> & Readonly<{
12
- "onHandle-selected"?: ((payload: MenuOptionSelectedEvent<unknown>) => any) | undefined;
12
+ "onHandle-selected"?: ((payload: MenuOptionSelectedEvent) => any) | undefined;
13
13
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
14
14
  export default _default;
@@ -1,4 +1,4 @@
1
- (function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode('.pv-badge-md[data-v-fc3c1104]{--inset-size: 2px 2px;min-height:20px;max-height:20px;min-width:20px;font-weight:500}.pv-badge-sm[data-v-fc3c1104]{--inset-size: 0 2px;min-height:16px;max-height:16px;min-width:16px;font-weight:500}.pv-surface-lighten-5[data-v-fc3c1104]{background-color:#e0e5e4}.pv-text-secondary[data-v-fc3c1104]{color:#4b595c}[class*=pv-status]{&[data-v-4ee8f936]:before,&[data-v-4ee8f936]:after{margin-inline-end:0px}}.pv-popover-list[data-v-cda1af8c]{font-size:14px}.pv-icon-button[data-v-79a7def3]{background-color:transparent;border:none}.pv-icon-button[data-v-79a7def3]:hover{cursor:pointer;color:#176f6f}.pv-select[data-v-79a7def3]{padding-top:4px;padding-bottom:4px}.pv-tab-list[data-v-498bf523]{border:none}.pv-tab-list :where(li)[data-active][data-v-498bf523]:after{content:"";display:block;height:2px;width:100%;position:absolute;bottom:0;left:0;right:0;background-color:#176f6f}summary[data-v-d8e1ce50]{background-image:none;padding-right:2px}.pv-text-secondary[data-v-28489f76]{color:#4b595c}.pv-menu-action-button[data-v-a5579c11]{opacity:0;transition:opacity .2s ease}.pv-label:hover .pv-menu-action-button[data-v-a5579c11]{opacity:1}.pv-menu-item-disabled[data-v-96366136]{pointer-events:none;background:#ececec}.pv-menu-item[data-v-96366136]{cursor:pointer}.pv-menu-item-disabled[data-v-ba7e1233]{pointer-events:none;background:#ececec}.pv-menu-item[data-v-ba7e1233]{cursor:pointer}.dots-button[data-v-e63422b9]{background-color:transparent;color:#4b595c}.pv-insight-button[data-v-6e9399e6]{position:absolute;top:.5rem;right:.5rem}.expandable-content[data-v-2f840307]{border-radius:.5rem}.expandable-content .pv-line-clamp[data-v-2f840307]{transition:max-height .3s ease-in-out}.reorder-icon[data-v-1efb9068]{position:absolute;left:0;top:0;transform:translateY(25%);width:16px;height:16px;min-width:16px;min-height:16px}.tree-component-end-symbol[data-v-4164d6e6]{width:16px;height:16px;min-width:16px;position:relative}.tree-component-end-symbol[data-v-4164d6e6]:before,.tree-component-end-symbol[data-v-4164d6e6]:after{content:"";position:absolute;background:#d2d8dc}.tree-component-end-symbol[data-v-4164d6e6]:before{width:1px;height:8px;top:0;left:8px;transform:translate(-50%)}.tree-component-end-symbol[data-v-4164d6e6]:after{height:1px;width:8px;top:8px;left:8px}.tree-component-middle-symbol[data-v-4164d6e6]{width:16px;height:16px;min-width:16px;position:relative}.tree-component-middle-symbol[data-v-4164d6e6]:before,.tree-component-middle-symbol[data-v-4164d6e6]:after{content:"";position:absolute;background:#d2d8dc;left:50%}.tree-component-middle-symbol[data-v-4164d6e6]:before{width:1px;height:24px;transform:translate(-50%)}.tree-component-middle-symbol[data-v-4164d6e6]:after{height:1px;width:8px;top:50%;transform:translateY(-50%)}[data-v-166ec6e1] .pv-tree-item{border-radius:4px;padding:4px;cursor:pointer;background-color:transparent;border:none}[data-v-166ec6e1] .pv-tree-item-selected{background-color:var(--pv-color-selected, #e4f8f6)}[data-v-166ec6e1] .pv-tree-item-selected:hover,[data-v-166ec6e1] .pv-tree-item:hover{background-color:var(--pv-color-hover, #e8f2f4)}[data-v-166ec6e1] .pv-tree-item-selected:active,[data-v-166ec6e1] .pv-tree-item:active{background-color:var(--pv-color-active, #c7d8db)}')),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
1
+ (function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode('.pv-badge-md[data-v-fc3c1104]{--inset-size: 2px 2px;min-height:20px;max-height:20px;min-width:20px;font-weight:500}.pv-badge-sm[data-v-fc3c1104]{--inset-size: 0 2px;min-height:16px;max-height:16px;min-width:16px;font-weight:500}.pv-surface-lighten-5[data-v-fc3c1104]{background-color:#e0e5e4}.pv-text-secondary[data-v-fc3c1104]{color:#4b595c}[class*=pv-status]{&[data-v-4ee8f936]:before,&[data-v-4ee8f936]:after{margin-inline-end:0px}}.pv-popover-list[data-v-cda1af8c]{font-size:14px}.pv-icon-button[data-v-79a7def3]{background-color:transparent;border:none}.pv-icon-button[data-v-79a7def3]:hover{cursor:pointer;color:#176f6f}.pv-select[data-v-79a7def3]{padding-top:4px;padding-bottom:4px}.pv-tab-list[data-v-498bf523]{border:none}.pv-tab-list :where(li)[data-active][data-v-498bf523]:after{content:"";display:block;height:2px;width:100%;position:absolute;bottom:0;left:0;right:0;background-color:#176f6f}summary[data-v-d8e1ce50]{background-image:none;padding-right:2px}.pv-text-secondary[data-v-28489f76]{color:#4b595c}.pv-menu-action-button[data-v-a5579c11]{opacity:0;transition:opacity .2s ease}.pv-label:hover .pv-menu-action-button[data-v-a5579c11]{opacity:1}.pv-menu-item-disabled[data-v-468640d9]{pointer-events:none;background:#ececec}.pv-menu-item[data-v-468640d9]{cursor:pointer}.pv-menu-item-disabled[data-v-9c8b69cd]{pointer-events:none;background:#ececec}.pv-menu-item[data-v-9c8b69cd]{cursor:pointer}.dots-button[data-v-e63422b9]{background-color:transparent;color:#4b595c}.pv-insight-button[data-v-6e9399e6]{position:absolute;top:.5rem;right:.5rem}.expandable-content[data-v-2f840307]{border-radius:.5rem}.expandable-content .pv-line-clamp[data-v-2f840307]{transition:max-height .3s ease-in-out}.reorder-icon[data-v-1efb9068]{position:absolute;left:0;top:0;transform:translateY(25%);width:16px;height:16px;min-width:16px;min-height:16px}.tree-component-end-symbol[data-v-4164d6e6]{width:16px;height:16px;min-width:16px;position:relative}.tree-component-end-symbol[data-v-4164d6e6]:before,.tree-component-end-symbol[data-v-4164d6e6]:after{content:"";position:absolute;background:#d2d8dc}.tree-component-end-symbol[data-v-4164d6e6]:before{width:1px;height:8px;top:0;left:8px;transform:translate(-50%)}.tree-component-end-symbol[data-v-4164d6e6]:after{height:1px;width:8px;top:8px;left:8px}.tree-component-middle-symbol[data-v-4164d6e6]{width:16px;height:16px;min-width:16px;position:relative}.tree-component-middle-symbol[data-v-4164d6e6]:before,.tree-component-middle-symbol[data-v-4164d6e6]:after{content:"";position:absolute;background:#d2d8dc;left:50%}.tree-component-middle-symbol[data-v-4164d6e6]:before{width:1px;height:24px;transform:translate(-50%)}.tree-component-middle-symbol[data-v-4164d6e6]:after{height:1px;width:8px;top:50%;transform:translateY(-50%)}[data-v-166ec6e1] .pv-tree-item{border-radius:4px;padding:4px;cursor:pointer;background-color:transparent;border:none}[data-v-166ec6e1] .pv-tree-item-selected{background-color:var(--pv-color-selected, #e4f8f6)}[data-v-166ec6e1] .pv-tree-item-selected:hover,[data-v-166ec6e1] .pv-tree-item:hover{background-color:var(--pv-color-hover, #e8f2f4)}[data-v-166ec6e1] .pv-tree-item-selected:active,[data-v-166ec6e1] .pv-tree-item:active{background-color:var(--pv-color-active, #c7d8db)}')),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
2
2
  import { ref as J, getCurrentInstance as Yt, defineComponent as O, computed as P, createElementBlock as v, openBlock as f, normalizeClass as R, createElementVNode as S, normalizeStyle as ue, createBlock as B, Fragment as F, createCommentVNode as C, toDisplayString as M, createVNode as V, renderSlot as D, withCtx as H, normalizeProps as rt, guardReactiveProps as qr, withModifiers as Ae, isRef as Io, toValue as Zo, nextTick as Jt, useTemplateRef as dt, watch as ce, withDirectives as le, createTextVNode as ge, Teleport as _t, unref as z, shallowRef as Gr, getCurrentScope as wa, onScopeDispose as Ca, shallowReadonly as et, mergeModels as ne, useModel as ae, onMounted as Ze, vShow as We, renderList as de, vModelText as Lo, readonly as $a, useId as xa, mergeProps as w, resolveComponent as je, resolveDirective as Xr, resolveDynamicComponent as ie, Transition as Sa, withKeys as te, createSlots as Zr, inject as Qo, provide as Qr, vModelDynamic as Jr, vModelCheckbox as _r, reactive as Ba } from "vue";
3
3
  import { defaultDocument as Ta, tryOnMounted as Pa, tryOnScopeDispose as Da, unrefElement as Ma, useElementHover as Jo, useElementBounding as Oa, useDebounceFn as _o, onKeyStroke as eo, onClickOutside as Ia, useToggle as en } from "@vueuse/core";
4
4
  import La from "sortablejs";
@@ -10193,7 +10193,7 @@ const Qn = /* @__PURE__ */ pe(Vu, [["render", zu]]), Au = ["data-style"], Eu = [
10193
10193
  }, null, 8, ["action", "option"])) : C("", !0)
10194
10194
  ], 10, Gu));
10195
10195
  }
10196
- }), Qu = /* @__PURE__ */ pe(Zu, [["__scopeId", "data-v-96366136"]]), Ju = ["data-active"], _u = 4, ef = /* @__PURE__ */ O({
10196
+ }), Qu = /* @__PURE__ */ pe(Zu, [["__scopeId", "data-v-468640d9"]]), Ju = ["data-active"], _u = 4, ef = /* @__PURE__ */ O({
10197
10197
  inheritAttrs: !1,
10198
10198
  __name: "PvMenuItem",
10199
10199
  props: {
@@ -10250,7 +10250,7 @@ const Qn = /* @__PURE__ */ pe(Vu, [["render", zu]]), Au = ["data-style"], Eu = [
10250
10250
  ], 64);
10251
10251
  };
10252
10252
  }
10253
- }), Oo = /* @__PURE__ */ pe(ef, [["__scopeId", "data-v-ba7e1233"]]), tf = {
10253
+ }), Oo = /* @__PURE__ */ pe(ef, [["__scopeId", "data-v-9c8b69cd"]]), tf = {
10254
10254
  key: 0,
10255
10255
  class: "pv-inset-square-8 pv-border-bottom"
10256
10256
  }, of = { class: "pv-inset-square-8" }, rf = {
@@ -45,8 +45,8 @@ export interface MenuOptionConfig {
45
45
  variant?: MenuOptionsVariant;
46
46
  counterBadgeVariant?: PvCounterBadgeVariant;
47
47
  }
48
- export interface MenuOptionSelectedEvent<T> {
49
- option: MenuOption<T>;
48
+ export interface MenuOptionSelectedEvent {
49
+ option: MenuOption;
50
50
  event: Event;
51
51
  }
52
52
  export declare enum MenuItemType {
@@ -0,0 +1 @@
1
+ import "@testing-library/jest-dom/vitest";
@@ -0,0 +1,49 @@
1
+ import { ChevronPosition } from './types';
2
+ import { CSSProperties, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvAccordionProps {
4
+ chevronPosition?: ChevronPosition;
5
+ /** Orientation of the chevron for the open/closed states (up-down vs right-down) */
6
+ chevronVariant?: "vertical" | "horizontal";
7
+ defaultOpen?: boolean;
8
+ counter?: number;
9
+ enableTriggerSlot?: boolean;
10
+ enableTriggerFullWidth?: boolean;
11
+ header?: string;
12
+ summaryStyles?: CSSProperties;
13
+ }
14
+ type __VLS_Props = PvAccordionProps;
15
+ type __VLS_PublicProps = {
16
+ modelValue?: boolean;
17
+ } & __VLS_Props;
18
+ declare function __VLS_template(): {
19
+ attrs: Partial<{}>;
20
+ slots: {
21
+ trigger?(_: {}): any;
22
+ default?(_: {}): any;
23
+ };
24
+ refs: {};
25
+ rootEl: HTMLDetailsElement;
26
+ };
27
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
28
+ declare const __VLS_component: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
29
+ "update:modelValue": (value: boolean) => any;
30
+ } & {
31
+ "summary-mouseenter": () => any;
32
+ "summary-mouseleave": () => any;
33
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
34
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
35
+ "onSummary-mouseenter"?: (() => any) | undefined;
36
+ "onSummary-mouseleave"?: (() => any) | undefined;
37
+ }>, {
38
+ chevronPosition: ChevronPosition;
39
+ chevronVariant: "vertical" | "horizontal";
40
+ enableTriggerSlot: boolean;
41
+ enableTriggerFullWidth: boolean;
42
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDetailsElement>;
43
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
44
+ export default _default;
45
+ type __VLS_WithTemplateSlots<T, S> = T & {
46
+ new (): {
47
+ $slots: S;
48
+ };
49
+ };
@@ -0,0 +1,5 @@
1
+ export declare enum ChevronPositionEnum {
2
+ left = "left",
3
+ right = "right"
4
+ }
5
+ export type ChevronPosition = `${ChevronPositionEnum}`;
@@ -0,0 +1 @@
1
+ import "@testing-library/jest-dom/vitest";
@@ -0,0 +1,34 @@
1
+ import { PvActionBarTheme } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvActionBarProps {
4
+ variant?: PvActionBarTheme;
5
+ }
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: Readonly<{
9
+ /**
10
+ * Default slot for action bar content.
11
+ * sections are divided by the root elements inside the slot.
12
+ */
13
+ default(): never;
14
+ }> & {
15
+ /**
16
+ * Default slot for action bar content.
17
+ * sections are divided by the root elements inside the slot.
18
+ */
19
+ default(): never;
20
+ };
21
+ refs: {};
22
+ rootEl: HTMLDivElement;
23
+ };
24
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
25
+ declare const __VLS_component: DefineComponent<PvActionBarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvActionBarProps> & Readonly<{}>, {
26
+ variant: PvActionBarTheme;
27
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
28
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
29
+ export default _default;
30
+ type __VLS_WithTemplateSlots<T, S> = T & {
31
+ new (): {
32
+ $slots: S;
33
+ };
34
+ };
@@ -0,0 +1,2 @@
1
+ import { PvThemes } from '../baseProps';
2
+ export type PvActionBarTheme = Extract<PvThemes, "white" | "dark">;
@@ -0,0 +1 @@
1
+ import "@testing-library/jest-dom/vitest";
@@ -0,0 +1,13 @@
1
+ import { PvButtonSize } from '../PvButton/types.ts';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvAiButtonProps {
4
+ size?: PvButtonSize;
5
+ label?: string;
6
+ loading?: boolean;
7
+ disabled?: boolean;
8
+ }
9
+ declare const _default: DefineComponent<PvAiButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvAiButtonProps> & Readonly<{}>, {
10
+ label: string;
11
+ size: PvButtonSize;
12
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
13
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import { PvSize } from '../baseProps';
2
+ export type PvAiButtonSize = Extract<PvSize, "md" | "lg" | "xl">;
@@ -0,0 +1 @@
1
+ import "@testing-library/jest-dom/vitest";
@@ -0,0 +1,13 @@
1
+ import { PvAvatarSize, PvAvatarVariant } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvAvatarProps {
4
+ size?: PvAvatarSize;
5
+ image?: string;
6
+ initials?: string;
7
+ icon?: string;
8
+ variant?: PvAvatarVariant;
9
+ }
10
+ declare const _default: DefineComponent<PvAvatarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvAvatarProps> & Readonly<{}>, {
11
+ size: PvAvatarSize;
12
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
13
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import { PvSize } from '../baseProps';
2
+ export type PvAvatarSize = Extract<PvSize, "sm" | "md" | "lg" | "xl" | "2x">;
3
+ export type PvAvatarVariant = "1" | "2" | "3" | "4" | "5" | "6" | "7";
@@ -0,0 +1 @@
1
+ import "@testing-library/jest-dom/vitest";
@@ -0,0 +1,8 @@
1
+ import { PvAvatarGroupItem } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvAvatarGroupProps {
4
+ items: PvAvatarGroupItem[];
5
+ maxDisplayed: number;
6
+ }
7
+ declare const _default: DefineComponent<PvAvatarGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvAvatarGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLUListElement>;
8
+ export default _default;
@@ -0,0 +1,5 @@
1
+ export interface PvAvatarGroupItem {
2
+ initials?: string;
3
+ image?: string;
4
+ icon?: boolean;
5
+ }
@@ -0,0 +1 @@
1
+ import "@testing-library/jest-dom/vitest";
@@ -0,0 +1,30 @@
1
+ import { BannerOrientations, BannerVariants } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ export interface PvBannerProps {
4
+ label: string;
5
+ description?: string;
6
+ icon?: string;
7
+ variant?: BannerVariants;
8
+ orientation?: BannerOrientations;
9
+ }
10
+ declare function __VLS_template(): {
11
+ attrs: Partial<{}>;
12
+ slots: {
13
+ left?(_: {}): any;
14
+ action?(_: {}): any;
15
+ };
16
+ refs: {};
17
+ rootEl: HTMLDivElement;
18
+ };
19
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
+ declare const __VLS_component: DefineComponent<PvBannerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvBannerProps> & Readonly<{}>, {
21
+ variant: BannerVariants;
22
+ orientation: BannerOrientations;
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
+ };
@@ -0,0 +1,11 @@
1
+ export declare enum BannerOrientationsEnum {
2
+ Vertical = "Vertical",
3
+ Horizontal = "Horizontal"
4
+ }
5
+ export declare enum BannerVariantsEnum {
6
+ Primary = "Primary",
7
+ Secondary = "Secondary",
8
+ Tertiary = "Tertiary"
9
+ }
10
+ export type BannerOrientations = `${BannerOrientationsEnum}`;
11
+ export type BannerVariants = `${BannerVariantsEnum}`;
@@ -0,0 +1 @@
1
+ import "@testing-library/jest-dom/vitest";
@@ -0,0 +1,7 @@
1
+ import { PvBreadcrumbsOptions } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvBreadcrumbsProps {
4
+ options: PvBreadcrumbsOptions[];
5
+ }
6
+ declare const _default: DefineComponent<PvBreadcrumbsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvBreadcrumbsProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLUListElement>;
7
+ export default _default;
@@ -0,0 +1,4 @@
1
+ export interface PvBreadcrumbsOptions {
2
+ label: string;
3
+ href?: string;
4
+ }
@@ -0,0 +1 @@
1
+ import "@testing-library/jest-dom/vitest";
@@ -0,0 +1,10 @@
1
+ import { PvButtonProps, PvButtonSize, PvButtonVariant } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ declare const _default: DefineComponent<PvButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvButtonProps> & Readonly<{}>, {
4
+ size: PvButtonSize;
5
+ variant: PvButtonVariant;
6
+ disabled: boolean;
7
+ loading: boolean;
8
+ inverse: boolean;
9
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
10
+ export default _default;
@@ -0,0 +1,8 @@
1
+ import { PvButtonWithTooltipProps } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ import { PvTooltipVariants } from '../PvTooltip/types';
4
+ declare const _default: DefineComponent<PvButtonWithTooltipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvButtonWithTooltipProps> & Readonly<{}>, {
5
+ tooltipVariant: PvTooltipVariants;
6
+ delay: number;
7
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import { PvButtonSize } from './types.ts';
2
+ export declare const supportedInverseButtonVariants: string[];
3
+ export declare const pvButtonSizeToClass: (size: PvButtonSize | null | undefined) => string | null;
@@ -0,0 +1,28 @@
1
+ import { PvSize, PvVariants } from '../baseProps';
2
+ import { PvTooltipPositions, PvTooltipVariants } from '../PvTooltip/types';
3
+ export type PvButtonSize = Extract<PvSize, "md" | "lg" | "xl">;
4
+ export type PvButtonVariant = Extract<PvVariants, "primary" | "secondary" | "ghost" | "destructive" | "tertiary">;
5
+ export interface PvButtonProps {
6
+ variant?: PvButtonVariant;
7
+ /** Button cannot be pressed */
8
+ disabled?: boolean;
9
+ size?: PvButtonSize;
10
+ /** Show loading spinner */
11
+ loading?: boolean;
12
+ /** Text within the button */
13
+ label?: string;
14
+ /** Optional icon on the left side of the button */
15
+ leftIcon?: string;
16
+ /** Optional icon on the right side of the button */
17
+ rightIcon?: string;
18
+ /** Inverse button colors for dark backgrounds */
19
+ inverse?: boolean;
20
+ }
21
+ export interface PvButtonWithTooltipProps extends PvButtonProps {
22
+ /** Text to show within the tooltip */
23
+ tooltipText: string;
24
+ tooltipVariant?: PvTooltipVariants;
25
+ tooltipPosition?: PvTooltipPositions;
26
+ /** Delay in milliseconds before showing the tooltip */
27
+ delay?: number;
28
+ }
@@ -0,0 +1 @@
1
+ import "@testing-library/jest-dom";
@@ -0,0 +1,27 @@
1
+ import { PvCardVariant } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvCardProps {
4
+ href?: string;
5
+ variant?: PvCardVariant;
6
+ interactive?: boolean;
7
+ }
8
+ declare function __VLS_template(): {
9
+ attrs: Partial<{}>;
10
+ slots: {
11
+ default?(_: {}): any;
12
+ };
13
+ refs: {};
14
+ rootEl: any;
15
+ };
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: DefineComponent<PvCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvCardProps> & Readonly<{}>, {
18
+ variant: PvCardVariant;
19
+ interactive: boolean;
20
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
21
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
22
+ export default _default;
23
+ type __VLS_WithTemplateSlots<T, S> = T & {
24
+ new (): {
25
+ $slots: S;
26
+ };
27
+ };
@@ -0,0 +1,2 @@
1
+ import { PvVariants } from '../baseProps';
2
+ export type PvCardVariant = Extract<PvVariants, "primary" | "secondary">;
@@ -0,0 +1,17 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ interface PvCheckboxProps {
3
+ disabled?: boolean;
4
+ indeterminate?: boolean;
5
+ }
6
+ type __VLS_Props = PvCheckboxProps;
7
+ type __VLS_PublicProps = {
8
+ modelValue?: boolean;
9
+ } & __VLS_Props;
10
+ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
11
+ "update:modelValue": (value: boolean) => any;
12
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
13
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
14
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
15
+ 'checkbox-ref': HTMLInputElement;
16
+ }, HTMLInputElement>;
17
+ export default _default;
@@ -0,0 +1,11 @@
1
+ import { PvCompanyLabelSize } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvCompanyLabelProps {
4
+ size?: PvCompanyLabelSize;
5
+ logo?: string;
6
+ label: string;
7
+ }
8
+ declare const _default: DefineComponent<PvCompanyLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvCompanyLabelProps> & Readonly<{}>, {
9
+ size: PvCompanyLabelSize;
10
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
11
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import { PvSize } from '../baseProps';
2
+ export type PvCompanyLabelSize = Extract<PvSize, "xs" | "sm" | "md">;
@@ -0,0 +1,15 @@
1
+ import { PvCompanyLogoSize } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ type PvCompanyLogoProps = {
4
+ basePath?: string;
5
+ name: string;
6
+ size?: PvCompanyLogoSize;
7
+ srcPathOverride?: string;
8
+ toCamelCase?: boolean;
9
+ };
10
+ declare const _default: DefineComponent<PvCompanyLogoProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvCompanyLogoProps> & Readonly<{}>, {
11
+ size: PvCompanyLogoSize;
12
+ basePath: string;
13
+ toCamelCase: boolean;
14
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
15
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import { PvSize } from '../baseProps';
2
+ export type PvCompanyLogoSize = PvSize;
@@ -0,0 +1 @@
1
+ import "@testing-library/jest-dom/vitest";
@@ -0,0 +1,27 @@
1
+ import { TagSize } from '../PvTag/types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ export interface PvCompanyTag {
4
+ /**
5
+ * Company name. Displayed on the left
6
+ */
7
+ companyName: string;
8
+ /**
9
+ * Size
10
+ */
11
+ size?: TagSize;
12
+ /**
13
+ * Show clear left icon
14
+ */
15
+ showClear?: boolean;
16
+ }
17
+ declare const _default: DefineComponent<PvCompanyTag, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
18
+ "handle-close": (companyName: string) => any;
19
+ "handle-click": (companyName: string) => any;
20
+ }, string, PublicProps, Readonly<PvCompanyTag> & Readonly<{
21
+ "onHandle-close"?: ((companyName: string) => any) | undefined;
22
+ "onHandle-click"?: ((companyName: string) => any) | undefined;
23
+ }>, {
24
+ size: TagSize;
25
+ showClear: boolean;
26
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
27
+ export default _default;
@@ -0,0 +1,14 @@
1
+ import { Preset } from '@primeuix/themes/types';
2
+ import { AuraBaseDesignTokens } from '@primeuix/themes/aura/base';
3
+ export declare const PvComponentsConfig: {
4
+ theme: {
5
+ preset: Preset<AuraBaseDesignTokens>;
6
+ options: {
7
+ darkModeSelector: string;
8
+ cssLayer: {
9
+ name: string;
10
+ order: string;
11
+ };
12
+ };
13
+ };
14
+ };
@@ -0,0 +1,2 @@
1
+ import { App } from 'vue';
2
+ export declare const usePvComponents: (app: App<Element>) => void;
@@ -0,0 +1 @@
1
+ import "@testing-library/jest-dom/vitest";
@@ -0,0 +1,16 @@
1
+ import { PvCounterBadgeSize, PvCounterBadgeVariant } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ export interface PvCounterBadgeProps {
4
+ value?: number;
5
+ prefix?: string;
6
+ variant?: PvCounterBadgeVariant;
7
+ size?: PvCounterBadgeSize;
8
+ maxValue?: number;
9
+ }
10
+ declare const _default: DefineComponent<PvCounterBadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvCounterBadgeProps> & Readonly<{}>, {
11
+ size: PvCounterBadgeSize;
12
+ variant: PvCounterBadgeVariant;
13
+ prefix: string;
14
+ maxValue: number;
15
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
16
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import { PvVariants, PvSize } from '../baseProps';
2
+ export type PvCounterBadgeVariant = PvVariants;
3
+ export type PvCounterBadgeSize = Extract<PvSize, "sm" | "md">;