@turquoisehealth/pit-viper 2.131.0 → 2.132.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 +119 -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 +21 -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 +2751 -2758
  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 { TagSize } from '../PvTag/types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ export interface PvSuggestionTag {
4
+ /**
5
+ * @default 'Medium'
6
+ * Tag Size
7
+ */
8
+ size?: TagSize;
9
+ /**
10
+ * Tag Label
11
+ */
12
+ label: string;
13
+ /**
14
+ * Show left Icon
15
+ */
16
+ showIcon?: boolean;
17
+ /**
18
+ * Show rounded state
19
+ */
20
+ rounded?: boolean;
21
+ disabled?: boolean;
22
+ }
23
+ declare const _default: DefineComponent<PvSuggestionTag, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
24
+ "handle-click": (label: string) => any;
25
+ }, string, PublicProps, Readonly<PvSuggestionTag> & Readonly<{
26
+ "onHandle-click"?: ((label: string) => any) | undefined;
27
+ }>, {
28
+ size: TagSize;
29
+ disabled: boolean;
30
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
31
+ export default _default;
@@ -0,0 +1 @@
1
+ import "@testing-library/jest-dom";
@@ -0,0 +1,22 @@
1
+ import { PvSwitchSize } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvSwitchProps {
4
+ size?: PvSwitchSize;
5
+ label?: string;
6
+ disabled?: boolean;
7
+ id?: string;
8
+ }
9
+ type __VLS_Props = PvSwitchProps;
10
+ type __VLS_PublicProps = {
11
+ modelValue: boolean;
12
+ } & __VLS_Props;
13
+ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
14
+ "update:modelValue": (value: boolean) => any;
15
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
16
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
17
+ }>, {
18
+ size: PvSwitchSize;
19
+ id: string;
20
+ disabled: boolean;
21
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
22
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import { PvSize } from '../baseProps';
2
+ export type PvSwitchSize = Extract<PvSize, "md" | "lg">;
@@ -0,0 +1,12 @@
1
+ import { Option } from '../../../types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ export interface PvTabListBaseProps {
4
+ modelValue: string;
5
+ options: Option[];
6
+ }
7
+ declare const _default: DefineComponent<PvTabListBaseProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
8
+ "update:modelValue": (...args: any[]) => void;
9
+ }, string, PublicProps, Readonly<PvTabListBaseProps> & Readonly<{
10
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
11
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
12
+ export default _default;
@@ -0,0 +1 @@
1
+ import "@testing-library/jest-dom";
@@ -0,0 +1,18 @@
1
+ import { Tab, TabSize } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvTabsProps {
4
+ tabs: Tab[];
5
+ size?: TabSize;
6
+ }
7
+ type __VLS_Props = PvTabsProps;
8
+ type __VLS_PublicProps = {
9
+ modelValue: string;
10
+ } & __VLS_Props;
11
+ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
12
+ "update:modelValue": (value: string) => any;
13
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
14
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
15
+ }>, {
16
+ size: TabSize;
17
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLUListElement>;
18
+ export default _default;
@@ -0,0 +1,7 @@
1
+ import { PvSize } from '../baseProps';
2
+ export type TabSize = Extract<PvSize, "lg" | "xl">;
3
+ export interface Tab {
4
+ counter?: number;
5
+ label: string;
6
+ icon?: string;
7
+ }
@@ -0,0 +1 @@
1
+ import "@testing-library/jest-dom/vitest";
@@ -0,0 +1,41 @@
1
+ import { TagSize, TagVariant } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ export interface PvTagProps {
4
+ /**
5
+ * @default 'Medium'
6
+ * Tag size
7
+ */
8
+ size?: TagSize;
9
+ /**
10
+ * @default 'Tertiary'
11
+ * Tag Variant
12
+ */
13
+ variant?: TagVariant;
14
+ /**
15
+ * Tag Icon
16
+ */
17
+ icon?: string;
18
+ /**
19
+ * Tag Label
20
+ */
21
+ label: string;
22
+ /**
23
+ * Show left clear icon
24
+ */
25
+ showClear?: boolean;
26
+ /**
27
+ * Show rounded state
28
+ */
29
+ rounded?: boolean;
30
+ }
31
+ declare const _default: DefineComponent<PvTagProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
32
+ "handle-close": (payload: string) => any;
33
+ "handle-click": (payload: string) => any;
34
+ }, string, PublicProps, Readonly<PvTagProps> & Readonly<{
35
+ "onHandle-close"?: ((payload: string) => any) | undefined;
36
+ "onHandle-click"?: ((payload: string) => any) | undefined;
37
+ }>, {
38
+ size: TagSize;
39
+ variant: TagVariant;
40
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
41
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import { PvSize, PvVariants } from '../baseProps';
2
+ export type TagSize = Extract<PvSize, "sm" | "md" | "lg">;
3
+ export type TagVariant = Extract<PvVariants, "primary" | "tertiary">;
@@ -0,0 +1 @@
1
+ import "@testing-library/jest-dom";
@@ -0,0 +1,40 @@
1
+ import { PvTextAreaVariant } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvTextareaProps {
4
+ error?: boolean;
5
+ disabled?: boolean;
6
+ placeholder?: string;
7
+ id?: string;
8
+ lowerLabel?: string;
9
+ variant?: PvTextAreaVariant;
10
+ rows?: number;
11
+ }
12
+ type __VLS_Props = PvTextareaProps;
13
+ type __VLS_PublicProps = {
14
+ modelValue?: string;
15
+ } & __VLS_Props;
16
+ declare function __VLS_template(): {
17
+ attrs: Partial<{}>;
18
+ slots: {
19
+ label?(_: {}): any;
20
+ };
21
+ refs: {};
22
+ rootEl: any;
23
+ };
24
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
25
+ declare const __VLS_component: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
26
+ "update:modelValue": (value: string) => any;
27
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
28
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
29
+ }>, {
30
+ variant: PvTextAreaVariant;
31
+ id: string;
32
+ rows: number;
33
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
34
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
35
+ export default _default;
36
+ type __VLS_WithTemplateSlots<T, S> = T & {
37
+ new (): {
38
+ $slots: S;
39
+ };
40
+ };
@@ -0,0 +1,2 @@
1
+ import { PvTextInputColors } from '../baseProps';
2
+ export type PvTextAreaVariant = Extract<PvTextInputColors, "white" | "grey">;
@@ -0,0 +1 @@
1
+ import "@testing-library/jest-dom/vitest";
@@ -0,0 +1,30 @@
1
+ import { PvToastVariants } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvToastProps {
4
+ variant?: PvToastVariants;
5
+ icon?: string;
6
+ label: string;
7
+ }
8
+ declare function __VLS_template(): {
9
+ attrs: Partial<{}>;
10
+ slots: {
11
+ default?(_: {}): any;
12
+ };
13
+ refs: {};
14
+ rootEl: HTMLDivElement;
15
+ };
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: DefineComponent<PvToastProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
18
+ "handle-close": () => any;
19
+ }, string, PublicProps, Readonly<PvToastProps> & Readonly<{
20
+ "onHandle-close"?: (() => any) | undefined;
21
+ }>, {
22
+ variant: PvToastVariants;
23
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
24
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
25
+ export default _default;
26
+ type __VLS_WithTemplateSlots<T, S> = T & {
27
+ new (): {
28
+ $slots: S;
29
+ };
30
+ };
@@ -0,0 +1 @@
1
+ export type PvToastVariants = "info" | "success" | "error" | "dark";
@@ -0,0 +1 @@
1
+ import "@testing-library/jest-dom/vitest";
@@ -0,0 +1,29 @@
1
+ import { PvToggleButtonSize, PvToggleButtonVariant } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvToggleButton {
4
+ size?: PvToggleButtonSize;
5
+ variant?: PvToggleButtonVariant;
6
+ rounded?: boolean;
7
+ disabled?: boolean;
8
+ value?: string;
9
+ label?: string;
10
+ leftIcon?: string;
11
+ rightIcon?: string;
12
+ id?: string;
13
+ name?: string;
14
+ deselect?: boolean;
15
+ }
16
+ type __VLS_Props = PvToggleButton;
17
+ type __VLS_PublicProps = {
18
+ modelValue?: boolean | string;
19
+ } & __VLS_Props;
20
+ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
21
+ "update:modelValue": (value: string | boolean) => any;
22
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
23
+ "onUpdate:modelValue"?: ((value: string | boolean) => any) | undefined;
24
+ }>, {
25
+ size: PvToggleButtonSize;
26
+ variant: PvToggleButtonVariant;
27
+ deselect: boolean;
28
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
29
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import { PvSize, PvVariants } from '../baseProps';
2
+ export type PvToggleButtonSize = Extract<PvSize, "lg" | "xl">;
3
+ export type PvToggleButtonVariant = Extract<PvVariants, "secondary" | "tertiary">;
@@ -0,0 +1,12 @@
1
+ import { PvToggleGroupOption, PvToggleGroupProps } from './types.ts';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ type __VLS_Props = PvToggleGroupProps;
4
+ type __VLS_PublicProps = {
5
+ modelValue?: PvToggleGroupOption | null;
6
+ } & __VLS_Props;
7
+ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
8
+ "update:modelValue": (value: PvToggleGroupOption | null) => any;
9
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
10
+ "onUpdate:modelValue"?: ((value: PvToggleGroupOption | null) => any) | undefined;
11
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
12
+ export default _default;
@@ -0,0 +1,12 @@
1
+ export interface PvToggleGroupOption {
2
+ label: string;
3
+ value: string;
4
+ icon?: string;
5
+ disabled?: boolean;
6
+ }
7
+ export interface PvToggleGroupProps {
8
+ disabled?: boolean;
9
+ allowDeselect?: boolean;
10
+ hideLabels?: boolean;
11
+ options?: PvToggleGroupOption[];
12
+ }
@@ -0,0 +1 @@
1
+ import "@testing-library/jest-dom/vitest";
@@ -0,0 +1,36 @@
1
+ import { PvTooltipPositions, PvTooltipVariants, PvTooltipSize } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvTooltipProps {
4
+ variant?: PvTooltipVariants;
5
+ tooltipPosition?: PvTooltipPositions;
6
+ ariaLabelledBy?: string;
7
+ size?: PvTooltipSize;
8
+ interactive?: boolean;
9
+ delay?: number;
10
+ }
11
+ declare function __VLS_template(): {
12
+ attrs: Partial<{}>;
13
+ slots: {
14
+ label?(_: {}): any;
15
+ label?(_: {}): any;
16
+ 'tooltip-content'?(_: {}): any;
17
+ };
18
+ refs: {};
19
+ rootEl: any;
20
+ };
21
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
22
+ declare const __VLS_component: DefineComponent<PvTooltipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvTooltipProps> & Readonly<{}>, {
23
+ size: PvTooltipSize;
24
+ variant: PvTooltipVariants;
25
+ tooltipPosition: PvTooltipPositions;
26
+ delay: number;
27
+ ariaLabelledBy: string;
28
+ interactive: boolean;
29
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
30
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
31
+ export default _default;
32
+ type __VLS_WithTemplateSlots<T, S> = T & {
33
+ new (): {
34
+ $slots: S;
35
+ };
36
+ };
@@ -0,0 +1,4 @@
1
+ import { PvSize } from '../baseProps';
2
+ export type PvTooltipVariants = "white" | "dark";
3
+ export type PvTooltipPositions = "bottom-left" | "bottom-center" | "bottom-right" | "top-left" | "top-center" | "top-right" | "center-left" | "center-right";
4
+ export type PvTooltipSize = Extract<PvSize, "sm" | "md">;
@@ -0,0 +1,28 @@
1
+ import { PvTooltipV2Props, PvTooltipSize, PvTooltipVariants } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ import { PvAlignmentPositions } from '../baseProps';
4
+ declare function __VLS_template(): {
5
+ attrs: Partial<{}>;
6
+ slots: {
7
+ trigger?(_: {}): any;
8
+ content?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: HTMLDivElement;
12
+ };
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: DefineComponent<PvTooltipV2Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvTooltipV2Props> & Readonly<{}>, {
15
+ position: PvAlignmentPositions;
16
+ size: PvTooltipSize;
17
+ variant: PvTooltipVariants;
18
+ delay: number;
19
+ showOnHover: boolean;
20
+ disableInteractive: boolean;
21
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
22
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
23
+ export default _default;
24
+ type __VLS_WithTemplateSlots<T, S> = T & {
25
+ new (): {
26
+ $slots: S;
27
+ };
28
+ };
@@ -0,0 +1,10 @@
1
+ import { PvSize } from '../baseProps';
2
+ import { PvPopoverV2Props } from '../PvPopoverV2/types.ts';
3
+ export type PvTooltipVariants = "white" | "dark";
4
+ export type PvTooltipSize = Extract<PvSize, "sm" | "md">;
5
+ export interface PvTooltipV2Props extends PvPopoverV2Props {
6
+ variant?: PvTooltipVariants;
7
+ label?: string;
8
+ description?: string;
9
+ size?: PvTooltipSize;
10
+ }
@@ -0,0 +1,33 @@
1
+ import { PvTreeOption } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvButtonTreeItemProps {
4
+ selected?: boolean;
5
+ option: PvTreeOption;
6
+ }
7
+ declare function __VLS_template(): {
8
+ attrs: Partial<{}>;
9
+ slots: {
10
+ default?(_: {}): any;
11
+ };
12
+ refs: {};
13
+ rootEl: HTMLButtonElement;
14
+ };
15
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
+ declare const __VLS_component: DefineComponent<PvButtonTreeItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
17
+ "handle-selected": (payload: {
18
+ option: PvTreeOption;
19
+ event: MouseEvent;
20
+ }) => any;
21
+ }, string, PublicProps, Readonly<PvButtonTreeItemProps> & Readonly<{
22
+ "onHandle-selected"?: ((payload: {
23
+ option: PvTreeOption;
24
+ event: MouseEvent;
25
+ }) => any) | undefined;
26
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
27
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
28
+ export default _default;
29
+ type __VLS_WithTemplateSlots<T, S> = T & {
30
+ new (): {
31
+ $slots: S;
32
+ };
33
+ };
@@ -0,0 +1,33 @@
1
+ import { PvTreeOption } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvCheckboxTreeItemProps {
4
+ selected?: boolean;
5
+ option: PvTreeOption;
6
+ }
7
+ declare function __VLS_template(): {
8
+ attrs: Partial<{}>;
9
+ slots: {
10
+ default?(_: {}): any;
11
+ };
12
+ refs: {};
13
+ rootEl: HTMLLabelElement;
14
+ };
15
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
+ declare const __VLS_component: DefineComponent<PvCheckboxTreeItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
17
+ "handle-selected": (payload: {
18
+ option: PvTreeOption;
19
+ event: MouseEvent;
20
+ }) => any;
21
+ }, string, PublicProps, Readonly<PvCheckboxTreeItemProps> & Readonly<{
22
+ "onHandle-selected"?: ((payload: {
23
+ option: PvTreeOption;
24
+ event: MouseEvent;
25
+ }) => any) | undefined;
26
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
27
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
28
+ export default _default;
29
+ type __VLS_WithTemplateSlots<T, S> = T & {
30
+ new (): {
31
+ $slots: S;
32
+ };
33
+ };
@@ -0,0 +1,7 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ interface PvSimpleItemTreeProps {
3
+ label: string;
4
+ icon?: string;
5
+ }
6
+ declare const _default: DefineComponent<PvSimpleItemTreeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvSimpleItemTreeProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
7
+ export default _default;
@@ -0,0 +1,21 @@
1
+ import { PvTreeOption, PvTreeSettings } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvSimpleNestedTreeProps {
4
+ option: PvTreeOption;
5
+ settings: PvTreeSettings;
6
+ level: number;
7
+ selectedOptions?: PvTreeOption[];
8
+ isDraggable?: boolean;
9
+ }
10
+ declare const _default: DefineComponent<PvSimpleNestedTreeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
11
+ "handle-tree-select": (payload: {
12
+ option: PvTreeOption;
13
+ event: MouseEvent;
14
+ }) => any;
15
+ }, string, PublicProps, Readonly<PvSimpleNestedTreeProps> & Readonly<{
16
+ "onHandle-tree-select"?: ((payload: {
17
+ option: PvTreeOption;
18
+ event: MouseEvent;
19
+ }) => any) | undefined;
20
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
21
+ export default _default;
@@ -0,0 +1,22 @@
1
+ import { PvTreeOption, PvTreeSetting, PvTreeSettings } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvTreeProps {
4
+ settings: PvTreeSettings;
5
+ defaultSettings?: PvTreeSetting;
6
+ isDraggable?: boolean;
7
+ }
8
+ type __VLS_Props = PvTreeProps;
9
+ type __VLS_PublicProps = {
10
+ "selectedOptions"?: PvTreeOption[];
11
+ "options": PvTreeOption[];
12
+ } & __VLS_Props;
13
+ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
14
+ "update:selectedOptions": (value: PvTreeOption[]) => any;
15
+ "update:options": (value: PvTreeOption[]) => any;
16
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
17
+ "onUpdate:selectedOptions"?: ((value: PvTreeOption[]) => any) | undefined;
18
+ "onUpdate:options"?: ((value: PvTreeOption[]) => any) | undefined;
19
+ }>, {
20
+ isDraggable: boolean;
21
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
22
+ export default _default;
@@ -0,0 +1,23 @@
1
+ import { PvTreeOption, PvTreeSettings } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvTreeItemProps {
4
+ option: PvTreeOption;
5
+ selectedOptions?: PvTreeOption[];
6
+ level?: number;
7
+ settings: PvTreeSettings;
8
+ isDraggable?: boolean;
9
+ }
10
+ declare const _default: DefineComponent<PvTreeItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
11
+ "handle-tree-select": (payload: {
12
+ option: PvTreeOption;
13
+ event: MouseEvent;
14
+ }) => any;
15
+ }, string, PublicProps, Readonly<PvTreeItemProps> & Readonly<{
16
+ "onHandle-tree-select"?: ((payload: {
17
+ option: PvTreeOption;
18
+ event: MouseEvent;
19
+ }) => any) | undefined;
20
+ }>, {
21
+ level: number;
22
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
23
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
3
+ export default _default;
@@ -0,0 +1,31 @@
1
+ import { Component } from 'vue';
2
+ export interface PvTreeSetting {
3
+ accordion?: boolean;
4
+ showNestedTree?: boolean;
5
+ additionalNestingLevel?: number;
6
+ icon?: string | undefined;
7
+ checkbox?: boolean;
8
+ defaultExpanded?: boolean;
9
+ renderer?: Component;
10
+ accordionRenderer?: Component;
11
+ rendererParams?: {
12
+ onContextMenu?: (event: MouseEvent, option: PvTreeOption) => void;
13
+ [key: string]: any;
14
+ };
15
+ dragAndDropConfig?: {
16
+ disableChildrenDrag?: boolean;
17
+ disableDrag?: boolean;
18
+ name?: string;
19
+ pull?: boolean | string | string[];
20
+ put?: boolean | string | string[];
21
+ };
22
+ }
23
+ export interface PvTreeSettings {
24
+ [key: string]: PvTreeSetting;
25
+ }
26
+ export interface PvTreeOption {
27
+ id: string | number;
28
+ label: string;
29
+ field: string;
30
+ children?: PvTreeOption[];
31
+ }
@@ -0,0 +1,16 @@
1
+ import { PvTreeOption, PvTreeSettings } from './types';
2
+ export declare const useDragAndDrop: () => {
3
+ getDragGroupConfig: (settings: PvTreeSettings, option: PvTreeOption) => {
4
+ name: string;
5
+ pull: string | boolean | string[];
6
+ put: string | boolean | string[];
7
+ };
8
+ getDragAndDropDisabled: (isDraggable: boolean | undefined, settings: PvTreeSettings, option: PvTreeOption) => boolean | undefined;
9
+ canItemBeDragged: (isDraggable: boolean | undefined, settings: PvTreeSettings, option: PvTreeOption) => boolean | undefined;
10
+ handleMoveCallback: (settings: PvTreeSettings) => (evt: {
11
+ draggedContext: {
12
+ element: PvTreeOption;
13
+ };
14
+ }) => boolean;
15
+ childrenDraggable: (isDraggable: boolean | undefined, settings: PvTreeSettings, option: PvTreeOption) => boolean | undefined;
16
+ };
@@ -0,0 +1,6 @@
1
+ import { Ref } from 'vue';
2
+ export declare const useHoverIcon: () => {
3
+ hoveredId: Ref<string | number | null, string | number | null>;
4
+ handleMouseEnter: (id: number | string) => void;
5
+ handleMouseLeave: () => void;
6
+ };
@@ -0,0 +1 @@
1
+ import "@testing-library/jest-dom";
@@ -0,0 +1,18 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: any;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
12
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
+ export default _default;
14
+ type __VLS_WithTemplateSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };