@turquoisehealth/pit-viper 2.130.1-dev.0 → 2.130.1-dev.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (222) hide show
  1. package/package.json +1 -1
  2. package/pv-components/dist/vue/visualizations/components/base/PvAccordion/PvAccordion.spec.d.ts +1 -0
  3. package/pv-components/dist/vue/visualizations/components/base/PvAccordion/PvAccordion.vue.d.ts +49 -0
  4. package/pv-components/dist/vue/visualizations/components/base/PvAccordion/types.d.ts +5 -0
  5. package/pv-components/dist/vue/visualizations/components/base/PvActionBar/PvActionBar.spec.d.ts +1 -0
  6. package/pv-components/dist/vue/visualizations/components/base/PvActionBar/PvActionBar.vue.d.ts +34 -0
  7. package/pv-components/dist/vue/visualizations/components/base/PvActionBar/types.d.ts +2 -0
  8. package/pv-components/dist/vue/visualizations/components/base/PvAiButton/PvAiButton.spec.d.ts +1 -0
  9. package/pv-components/dist/vue/visualizations/components/base/PvAiButton/PvAiButton.vue.d.ts +13 -0
  10. package/pv-components/dist/vue/visualizations/components/base/PvAiButton/types.d.ts +2 -0
  11. package/pv-components/dist/vue/visualizations/components/base/PvAvatar/PvAvatar.spec.d.ts +1 -0
  12. package/pv-components/dist/vue/visualizations/components/base/PvAvatar/PvAvatar.vue.d.ts +13 -0
  13. package/pv-components/dist/vue/visualizations/components/base/PvAvatar/types.d.ts +3 -0
  14. package/pv-components/dist/vue/visualizations/components/base/PvAvatarGroup/PvAvatarGroup.spec.d.ts +1 -0
  15. package/pv-components/dist/vue/visualizations/components/base/PvAvatarGroup/PvAvatarGroup.vue.d.ts +8 -0
  16. package/pv-components/dist/vue/visualizations/components/base/PvAvatarGroup/types.d.ts +5 -0
  17. package/pv-components/dist/vue/visualizations/components/base/PvBanner/PvBanner.spec.d.ts +1 -0
  18. package/pv-components/dist/vue/visualizations/components/base/PvBanner/PvBanner.vue.d.ts +30 -0
  19. package/pv-components/dist/vue/visualizations/components/base/PvBanner/types.d.ts +11 -0
  20. package/pv-components/dist/vue/visualizations/components/base/PvBreadcrumbs/PvBreadcrumbs.spec.d.ts +1 -0
  21. package/pv-components/dist/vue/visualizations/components/base/PvBreadcrumbs/PvBreadcrumbs.vue.d.ts +7 -0
  22. package/pv-components/dist/vue/visualizations/components/base/PvBreadcrumbs/types.d.ts +4 -0
  23. package/pv-components/dist/vue/visualizations/components/base/PvButton/PvButton.spec.d.ts +1 -0
  24. package/pv-components/dist/vue/visualizations/components/base/PvButton/PvButton.vue.d.ts +10 -0
  25. package/pv-components/dist/vue/visualizations/components/base/PvButton/PvButtonWithTooltip.vue.d.ts +8 -0
  26. package/pv-components/dist/vue/visualizations/components/base/PvButton/helpers.d.ts +3 -0
  27. package/pv-components/dist/vue/visualizations/components/base/PvButton/types.d.ts +28 -0
  28. package/pv-components/dist/vue/visualizations/components/base/PvCard/PvCard.spec.d.ts +1 -0
  29. package/pv-components/dist/vue/visualizations/components/base/PvCard/PvCard.vue.d.ts +27 -0
  30. package/pv-components/dist/vue/visualizations/components/base/PvCard/types.d.ts +2 -0
  31. package/pv-components/dist/vue/visualizations/components/base/PvCheckbox/PvCheckbox.vue.d.ts +17 -0
  32. package/pv-components/dist/vue/visualizations/components/base/PvCompanyLabel/PvCompanyLabel.vue.d.ts +11 -0
  33. package/pv-components/dist/vue/visualizations/components/base/PvCompanyLabel/types.d.ts +2 -0
  34. package/pv-components/dist/vue/visualizations/components/base/PvCompanyLogo/PvCompanyLogo.spec.d.ts +1 -0
  35. package/pv-components/dist/vue/visualizations/components/base/PvCompanyLogo/PvCompanyLogo.vue.d.ts +15 -0
  36. package/pv-components/dist/vue/visualizations/components/base/PvCompanyLogo/types.d.ts +2 -0
  37. package/pv-components/dist/vue/visualizations/components/base/PvCompanyTag/PvCompanyTag.spec.d.ts +1 -0
  38. package/pv-components/dist/vue/visualizations/components/base/PvCompanyTag/PvCompanyTag.vue.d.ts +27 -0
  39. package/pv-components/dist/vue/visualizations/components/base/PvComponentsConfig/primeVue.config.d.ts +14 -0
  40. package/pv-components/dist/vue/visualizations/components/base/PvComponentsConfig/usePvComponents.d.ts +2 -0
  41. package/pv-components/dist/vue/visualizations/components/base/PvCounterBadge/PvCounterBadge.spec.d.ts +1 -0
  42. package/pv-components/dist/vue/visualizations/components/base/PvCounterBadge/PvCounterBadge.vue.d.ts +16 -0
  43. package/pv-components/dist/vue/visualizations/components/base/PvCounterBadge/types.d.ts +3 -0
  44. package/pv-components/dist/vue/visualizations/components/base/PvDatePicker/PvDatePicker.vue.d.ts +115 -0
  45. package/pv-components/dist/vue/visualizations/components/base/PvDateTime/PvDateTime.spec.d.ts +1 -0
  46. package/pv-components/dist/vue/visualizations/components/base/PvDateTime/PvDateTime.vue.d.ts +14 -0
  47. package/pv-components/dist/vue/visualizations/components/base/PvDateTime/useDateTime.d.ts +9 -0
  48. package/pv-components/dist/vue/visualizations/components/base/PvDateTime/useDateTime.spec.d.ts +1 -0
  49. package/pv-components/dist/vue/visualizations/components/base/PvDistributionBar/PvDistributionBar.vue.d.ts +6 -0
  50. package/pv-components/dist/vue/visualizations/components/base/PvDrawer/PvDrawer.spec.d.ts +1 -0
  51. package/pv-components/dist/vue/visualizations/components/base/PvDrawer/PvDrawer.vue.d.ts +48 -0
  52. package/pv-components/dist/vue/visualizations/components/base/PvDropdown/PvDropdown.vue.d.ts +117 -0
  53. package/pv-components/dist/vue/visualizations/components/base/PvExpandableContent/PvExpandableContent.spec.d.ts +1 -0
  54. package/pv-components/dist/vue/visualizations/components/base/PvExpandableContent/PvExpandableContent.vue.d.ts +30 -0
  55. package/pv-components/dist/vue/visualizations/components/base/PvExpandableContent/types.d.ts +3 -0
  56. package/pv-components/dist/vue/visualizations/components/base/PvGhostInput/PvGhostInput.spec.d.ts +1 -0
  57. package/pv-components/dist/vue/visualizations/components/base/PvGhostInput/PvGhostInput.vue.d.ts +39 -0
  58. package/pv-components/dist/vue/visualizations/components/base/PvGhostInput/types.d.ts +2 -0
  59. package/pv-components/dist/vue/visualizations/components/base/PvIcon/PvIcon.vue.d.ts +10 -0
  60. package/pv-components/dist/vue/visualizations/components/base/PvInput/PvInput.spec.d.ts +1 -0
  61. package/pv-components/dist/vue/visualizations/components/base/PvInput/PvInput.vue.d.ts +40 -0
  62. package/pv-components/dist/vue/visualizations/components/base/PvInput/types.d.ts +3 -0
  63. package/pv-components/dist/vue/visualizations/components/base/PvInsightCard/PvInsightCard.spec.d.ts +1 -0
  64. package/pv-components/dist/vue/visualizations/components/base/PvInsightCard/PvInsightCard.vue.d.ts +22 -0
  65. package/pv-components/dist/vue/visualizations/components/base/PvMenu/PvMenu.spec.d.ts +1 -0
  66. package/pv-components/dist/vue/visualizations/components/base/PvMenu/PvMenu.vue.d.ts +183 -0
  67. package/pv-components/dist/vue/visualizations/components/base/PvMenu/PvMenuControlPanel.spec.d.ts +1 -0
  68. package/pv-components/dist/vue/visualizations/components/base/PvMenu/PvMenuControlPanel.vue.d.ts +18 -0
  69. package/pv-components/dist/vue/visualizations/components/base/PvMenu/PvMenuEmptyState.vue.d.ts +3 -0
  70. package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuBaseItem.spec.d.ts +1 -0
  71. package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuBaseItem.vue.d.ts +11 -0
  72. package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItem.spec.d.ts +1 -0
  73. package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItem.vue.d.ts +16 -0
  74. package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItemAction.spec.d.ts +1 -0
  75. package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItemAction.vue.d.ts +8 -0
  76. package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItemVariant.vue.d.ts +14 -0
  77. package/pv-components/dist/vue/visualizations/components/base/PvMenu/useMenuPosition.d.ts +66 -0
  78. package/pv-components/dist/vue/visualizations/components/base/PvMenu/useMenuPosition.spec.d.ts +1 -0
  79. package/pv-components/dist/vue/visualizations/components/base/PvModal/PvModal.spec.d.ts +1 -0
  80. package/pv-components/dist/vue/visualizations/components/base/PvModal/PvModal.vue.d.ts +30 -0
  81. package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/PvMultiSelectButton.spec.d.ts +1 -0
  82. package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +126 -0
  83. package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/mocks.d.ts +15 -0
  84. package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/types.d.ts +48 -0
  85. package/pv-components/dist/vue/visualizations/components/base/PvPagination/PvPagination.spec.d.ts +1 -0
  86. package/pv-components/dist/vue/visualizations/components/base/PvPagination/PvPagination.vue.d.ts +21 -0
  87. package/pv-components/dist/vue/visualizations/components/base/PvPagination/types.d.ts +3 -0
  88. package/pv-components/dist/vue/visualizations/components/base/PvPagination/usePagination.d.ts +12 -0
  89. package/pv-components/dist/vue/visualizations/components/base/PvPagination/usePagination.spec.d.ts +1 -0
  90. package/pv-components/dist/vue/visualizations/components/base/PvPill/PvPill.spec.d.ts +1 -0
  91. package/pv-components/dist/vue/visualizations/components/base/PvPill/PvPill.vue.d.ts +31 -0
  92. package/pv-components/dist/vue/visualizations/components/base/PvPill/types.d.ts +4 -0
  93. package/pv-components/dist/vue/visualizations/components/base/PvPopover/PvPopover.vue.d.ts +31 -0
  94. package/pv-components/dist/vue/visualizations/components/base/PvPopoverMenu/PvPopoverMenu.spec.d.ts +1 -0
  95. package/pv-components/dist/vue/visualizations/components/base/PvPopoverMenu/PvPopoverMenu.vue.d.ts +26 -0
  96. package/pv-components/dist/vue/visualizations/components/base/PvPopoverV2/PvPopoverV2.vue.d.ts +47 -0
  97. package/pv-components/dist/vue/visualizations/components/base/PvPopoverV2/types.d.ts +20 -0
  98. package/pv-components/dist/vue/visualizations/components/base/PvProgressBar/PvProgressBar.vue.d.ts +8 -0
  99. package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/PvQueryBuilderInput.vue.d.ts +44 -0
  100. package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/QueryBuilderMenuOptionRenderer.vue.d.ts +8 -0
  101. package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/QueryFormatter.vue.d.ts +20 -0
  102. package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/useQueryBuilder.d.ts +44 -0
  103. package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/useQueryBuilder.spec.d.ts +1 -0
  104. package/pv-components/dist/vue/visualizations/components/base/PvRating/PvRating.spec.d.ts +1 -0
  105. package/pv-components/dist/vue/visualizations/components/base/PvRating/PvRating.vue.d.ts +12 -0
  106. package/pv-components/dist/vue/visualizations/components/base/PvRating/types.d.ts +4 -0
  107. package/pv-components/dist/vue/visualizations/components/base/PvReleaseBadge/PvReleaseBadge.spec.d.ts +1 -0
  108. package/pv-components/dist/vue/visualizations/components/base/PvReleaseBadge/PvReleaseBadge.vue.d.ts +8 -0
  109. package/pv-components/dist/vue/visualizations/components/base/PvReleaseBadge/types.d.ts +1 -0
  110. package/pv-components/dist/vue/visualizations/components/base/PvSearchInput/PvSearchInput.spec.d.ts +1 -0
  111. package/pv-components/dist/vue/visualizations/components/base/PvSearchInput/PvSearchInput.vue.d.ts +26 -0
  112. package/pv-components/dist/vue/visualizations/components/base/PvSegmentedControl/PvSegmentedControl.spec.d.ts +1 -0
  113. package/pv-components/dist/vue/visualizations/components/base/PvSegmentedControl/PvSegmentedControl.vue.d.ts +19 -0
  114. package/pv-components/dist/vue/visualizations/components/base/PvSegmentedControl/types.d.ts +8 -0
  115. package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/PvSelectButton.spec.d.ts +1 -0
  116. package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/PvSelectButton.vue.d.ts +53 -0
  117. package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/PvSelectButtonTrigger/PvSelectButtonTrigger.spec.d.ts +1 -0
  118. package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/PvSelectButtonTrigger/PvSelectButtonTrigger.vue.d.ts +30 -0
  119. package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/mocks.d.ts +21 -0
  120. package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/types.d.ts +3 -0
  121. package/pv-components/dist/vue/visualizations/components/base/PvSelectableCard/PvSelectableCard.spec.d.ts +1 -0
  122. package/pv-components/dist/vue/visualizations/components/base/PvSelectableCard/PvSelectableCard.vue.d.ts +25 -0
  123. package/pv-components/dist/vue/visualizations/components/base/PvSkeleton/PvSkeleton.spec.d.ts +1 -0
  124. package/pv-components/dist/vue/visualizations/components/base/PvSkeleton/PvSkeleton.vue.d.ts +11 -0
  125. package/pv-components/dist/vue/visualizations/components/base/PvSkeleton/types.d.ts +3 -0
  126. package/pv-components/dist/vue/visualizations/components/base/PvSortableList/PvSortableList.vue.d.ts +25 -0
  127. package/pv-components/dist/vue/visualizations/components/base/PvSpinner/PvSpinner.spec.d.ts +1 -0
  128. package/pv-components/dist/vue/visualizations/components/base/PvSpinner/PvSpinner.vue.d.ts +11 -0
  129. package/pv-components/dist/vue/visualizations/components/base/PvSpinner/types.d.ts +3 -0
  130. package/pv-components/dist/vue/visualizations/components/base/PvSprite/PvSprite.vue.d.ts +9 -0
  131. package/pv-components/dist/vue/visualizations/components/base/PvSuggestionTag/PvSuggestionTag.spec.d.ts +1 -0
  132. package/pv-components/dist/vue/visualizations/components/base/PvSuggestionTag/PvSuggestionTag.vue.d.ts +31 -0
  133. package/pv-components/dist/vue/visualizations/components/base/PvSwitch/PvSwitch.spec.d.ts +1 -0
  134. package/pv-components/dist/vue/visualizations/components/base/PvSwitch/PvSwitch.vue.d.ts +22 -0
  135. package/pv-components/dist/vue/visualizations/components/base/PvSwitch/types.d.ts +2 -0
  136. package/pv-components/dist/vue/visualizations/components/base/PvTabList/PvTabList.vue.d.ts +12 -0
  137. package/pv-components/dist/vue/visualizations/components/base/PvTabs/PvTabs.spec.d.ts +1 -0
  138. package/pv-components/dist/vue/visualizations/components/base/PvTabs/PvTabs.vue.d.ts +18 -0
  139. package/pv-components/dist/vue/visualizations/components/base/PvTabs/types.d.ts +7 -0
  140. package/pv-components/dist/vue/visualizations/components/base/PvTag/PvTag.spec.d.ts +1 -0
  141. package/pv-components/dist/vue/visualizations/components/base/PvTag/PvTag.vue.d.ts +41 -0
  142. package/pv-components/dist/vue/visualizations/components/base/PvTag/types.d.ts +3 -0
  143. package/pv-components/dist/vue/visualizations/components/base/PvTextArea/PvTextArea.spec.d.ts +1 -0
  144. package/pv-components/dist/vue/visualizations/components/base/PvTextArea/PvTextArea.vue.d.ts +40 -0
  145. package/pv-components/dist/vue/visualizations/components/base/PvTextArea/types.d.ts +2 -0
  146. package/pv-components/dist/vue/visualizations/components/base/PvToast/PvToast.spec.d.ts +1 -0
  147. package/pv-components/dist/vue/visualizations/components/base/PvToast/PvToast.vue.d.ts +30 -0
  148. package/pv-components/dist/vue/visualizations/components/base/PvToast/types.d.ts +1 -0
  149. package/pv-components/dist/vue/visualizations/components/base/PvToggleButton/PvToggleButton.spec.d.ts +1 -0
  150. package/pv-components/dist/vue/visualizations/components/base/PvToggleButton/PvToggleButton.vue.d.ts +29 -0
  151. package/pv-components/dist/vue/visualizations/components/base/PvToggleButton/types.d.ts +3 -0
  152. package/pv-components/dist/vue/visualizations/components/base/PvToggleGroup/PvToggleGroup.vue.d.ts +12 -0
  153. package/pv-components/dist/vue/visualizations/components/base/PvToggleGroup/types.d.ts +12 -0
  154. package/pv-components/dist/vue/visualizations/components/base/PvTooltip/PvTooltip.spec.d.ts +1 -0
  155. package/pv-components/dist/vue/visualizations/components/base/PvTooltip/PvTooltip.vue.d.ts +36 -0
  156. package/pv-components/dist/vue/visualizations/components/base/PvTooltip/types.d.ts +4 -0
  157. package/pv-components/dist/vue/visualizations/components/base/PvTooltipV2/PvTooltipV2.vue.d.ts +28 -0
  158. package/pv-components/dist/vue/visualizations/components/base/PvTooltipV2/types.d.ts +10 -0
  159. package/pv-components/dist/vue/visualizations/components/base/PvTree/PvButtonTreeItem.vue.d.ts +33 -0
  160. package/pv-components/dist/vue/visualizations/components/base/PvTree/PvCheckboxTreeItem.vue.d.ts +33 -0
  161. package/pv-components/dist/vue/visualizations/components/base/PvTree/PvSimpleItemTree.vue.d.ts +7 -0
  162. package/pv-components/dist/vue/visualizations/components/base/PvTree/PvSimpleNestedTree.vue.d.ts +21 -0
  163. package/pv-components/dist/vue/visualizations/components/base/PvTree/PvTree.vue.d.ts +22 -0
  164. package/pv-components/dist/vue/visualizations/components/base/PvTree/PvTreeItem.vue.d.ts +23 -0
  165. package/pv-components/dist/vue/visualizations/components/base/PvTree/PvTreeReorderIcon.vue.d.ts +3 -0
  166. package/pv-components/dist/vue/visualizations/components/base/PvTree/types.d.ts +31 -0
  167. package/pv-components/dist/vue/visualizations/components/base/PvTree/useDragAndDrop.d.ts +16 -0
  168. package/pv-components/dist/vue/visualizations/components/base/PvTree/useHoverIcon.d.ts +6 -0
  169. package/pv-components/dist/vue/visualizations/components/base/PvWidget/PvWidget.spec.d.ts +1 -0
  170. package/pv-components/dist/vue/visualizations/components/base/PvWidget/PvWidget.vue.d.ts +18 -0
  171. package/pv-components/dist/vue/visualizations/components/base/baseProps.d.ts +16 -0
  172. package/pv-components/dist/vue/visualizations/components/base/index.d.ts +64 -0
  173. package/pv-components/dist/vue/visualizations/components/charts/PvChart/PvChart.vue.d.ts +48 -0
  174. package/pv-components/dist/vue/visualizations/components/charts/PvChart/constants.d.ts +2 -0
  175. package/pv-components/dist/vue/visualizations/components/charts/PvChart/functions.d.ts +42 -0
  176. package/pv-components/dist/vue/visualizations/components/charts/PvChart/types.d.ts +25 -0
  177. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/PvDataTableWithChart.spec.d.ts +1 -0
  178. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/PvDataTableWithChart.vue.d.ts +39 -0
  179. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/constants.d.ts +5 -0
  180. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/helpers.d.ts +14 -0
  181. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/helpers.spec.d.ts +1 -0
  182. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/table-chart-components/PvChartOptionsPanel.vue.d.ts +22 -0
  183. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +75 -0
  184. package/pv-components/dist/vue/visualizations/components/charts/PvMapChart/PvMapChart.vue.d.ts +45 -0
  185. package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/MapGradient.vue.d.ts +11 -0
  186. package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/MapRegionSelector.vue.d.ts +16 -0
  187. package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/topologies/alaskaStateTopology.d.ts +20 -0
  188. package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/topologies/hawaiiStateTopology.d.ts +20 -0
  189. package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/topologies/usStateTopology.d.ts +28 -0
  190. package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/useTopology.d.ts +8 -0
  191. package/pv-components/dist/vue/visualizations/components/charts/themes.d.ts +6 -0
  192. package/pv-components/dist/vue/visualizations/components/layout/PvSidePanel/PvSidePanel.spec.d.ts +1 -0
  193. package/pv-components/dist/vue/visualizations/components/layout/PvSidePanel/PvSidePanel.vue.d.ts +24 -0
  194. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/PvDataTable.spec.d.ts +1 -0
  195. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/PvDataTable.vue.d.ts +38 -0
  196. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/helpers.d.ts +24 -0
  197. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/helpers.spec.d.ts +1 -0
  198. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/ExportMenu.vue.d.ts +16 -0
  199. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/FilterPanel.spec.d.ts +1 -0
  200. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/FilterPanel.vue.d.ts +23 -0
  201. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/GroupAggCellRenderer.vue.d.ts +17 -0
  202. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/GroupBySelector.vue.d.ts +17 -0
  203. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/GroupedCellRenderer.vue.d.ts +16 -0
  204. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/HeaderCellRenderer.vue.d.ts +12 -0
  205. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/PaginationPanel.vue.d.ts +16 -0
  206. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/RowCountCellRenderer.vue.d.ts +17 -0
  207. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/RowLoadingCellRenderer.vue.d.ts +3 -0
  208. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/SetFilter.spec.d.ts +1 -0
  209. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/SetFilter.vue.d.ts +35 -0
  210. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/TableSearch.vue.d.ts +8 -0
  211. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/TableTooltip.vue.d.ts +7 -0
  212. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/TagCellRenderer.vue.d.ts +7 -0
  213. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/formatting.d.ts +29 -0
  214. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/formatting.spec.d.ts +1 -0
  215. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/types.d.ts +352 -0
  216. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useFilterStore.d.ts +45 -0
  217. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useFilterStore.spec.d.ts +1 -0
  218. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useFocus.d.ts +27 -0
  219. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useFocus.spec.d.ts +1 -0
  220. package/pv-components/dist/vue/visualizations/components/tables/symbols.d.ts +54 -0
  221. package/pv-components/dist/vue/visualizations/components/tables/themes.d.ts +3 -0
  222. package/pv-components/dist/vue/visualizations/components/visualizations/index.d.ts +1 -1
@@ -0,0 +1,75 @@
1
+ import { CSSProperties } from 'vue';
2
+ import { AgChartOptions } from 'ag-charts-enterprise';
3
+ import { AdvancedFilterModel, ColumnVO, FilterModel, ValueFormatterFunc } from 'ag-grid-enterprise';
4
+ import { Option } from '../../../types';
5
+ import { ChartTooltipRenderer, PvDataTableProps } from '../../tables/PvDataTable/types';
6
+ export type supportedChartType = "column" | "bar" | "column_stacked" | "bar_stacked" | "line" | "area" | "pie";
7
+ export type secondarySupportedChartType = "scatter" | "line";
8
+ export type ChartConfigPanelType = "y-axis" | "secondary-y-axis" | "x-axis" | "sort" | "chart-type";
9
+ export type ChartFilterOption = {
10
+ label: string;
11
+ value: string;
12
+ filterValues: string[];
13
+ };
14
+ export interface ChartFilter {
15
+ colId: string;
16
+ options: ChartFilterOption[];
17
+ }
18
+ export interface ServerSideChartDataHandlerParams {
19
+ rowGroupCols: ColumnVO[];
20
+ /** Columns that have aggregations on them. */
21
+ valueCols: ColumnVO[];
22
+ /**
23
+ * If filtering, what the filter model is.
24
+ * If Advanced Filter is enabled, will be of type `AdvancedFilterModel | null`.
25
+ * If Advanced Filter is disabled, will be of type `FilterModel`.
26
+ */
27
+ filterModel: FilterModel | AdvancedFilterModel | null;
28
+ }
29
+ export interface ServerSideChartDataHandlerResponse {
30
+ data: AgChartOptions["data"];
31
+ stackField: string;
32
+ }
33
+ export interface PvDataTableWithChartProps<T> extends PvDataTableProps<T> {
34
+ enabledChartTypes?: supportedChartType[];
35
+ serverSideChartHandler?: (params: ServerSideChartDataHandlerParams) => Promise<ServerSideChartDataHandlerResponse>;
36
+ showSeriesLabels?: boolean;
37
+ truncateLabelValues?: boolean;
38
+ initialChartData?: AgChartOptions["data"];
39
+ enableCombinedChartConfigPanel?: boolean;
40
+ chartConfigPanelOptions?: ChartConfigPanelType[];
41
+ secondaryChartType?: supportedChartType;
42
+ chartFilter?: ChartFilter;
43
+ chartType?: supportedChartType;
44
+ yKey?: string;
45
+ initialSort?: string;
46
+ hideChart?: boolean;
47
+ hideTable?: boolean;
48
+ filterPanelAboveChart?: boolean;
49
+ initialChartCollapsed?: boolean;
50
+ initialFocusData?: {
51
+ focuses: string[];
52
+ focusType: string | null;
53
+ };
54
+ percentOfFocusViewYKey?: string;
55
+ focusableColumns?: string[];
56
+ /**
57
+ * Enable toggle to group or ungroup
58
+ */
59
+ enableGroupingToggle?: boolean;
60
+ /**
61
+ * Css Properties
62
+ */
63
+ customCssProperties?: {
64
+ agGridWrapper: CSSProperties;
65
+ };
66
+ }
67
+ export interface OptionWithFormatterAndDataType extends Option {
68
+ formatter?: ValueFormatterFunc | string;
69
+ dataType?: string;
70
+ tooltipRenderer?: ChartTooltipRenderer;
71
+ }
72
+ export interface StackField {
73
+ fieldName: string;
74
+ fieldValues: string[];
75
+ }
@@ -0,0 +1,45 @@
1
+ import { MapTopologyType } from '../chart-components/maps/useTopology';
2
+ import { AgMapLineSeriesTooltipRendererParams } from 'ag-charts-enterprise';
3
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
+ export interface PvMapChartData {
5
+ [key: string]: string | number;
6
+ }
7
+ export interface RegionSelectionChangedEvent {
8
+ region: string | null | undefined;
9
+ }
10
+ export interface PvMapChartProps {
11
+ seriesKey: string;
12
+ mapType?: MapTopologyType;
13
+ displayGradientLegend?: boolean;
14
+ displayRegionSelector?: boolean;
15
+ gradientLegendMin?: number;
16
+ gradientLegendMax?: number;
17
+ seriesValueFormatter?: (value: number) => string;
18
+ isLoading?: boolean;
19
+ noDataMessage?: string;
20
+ tooltipRenderer?: (params: AgMapLineSeriesTooltipRendererParams<PvMapChartData>) => string | HTMLElement;
21
+ }
22
+ declare const _default: DefineComponent<{
23
+ chartData: PvMapChartData[];
24
+ selectedRegion?: string | undefined;
25
+ } & PvMapChartProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
26
+ "update:chartData": (value: PvMapChartData[]) => any;
27
+ "update:selectedRegion": (value: string | undefined) => any;
28
+ } & {
29
+ "region-selection-changed": (event: RegionSelectionChangedEvent) => any;
30
+ }, string, PublicProps, Readonly<{
31
+ chartData: PvMapChartData[];
32
+ selectedRegion?: string | undefined;
33
+ } & PvMapChartProps> & Readonly<{
34
+ "onUpdate:chartData"?: ((value: PvMapChartData[]) => any) | undefined;
35
+ "onUpdate:selectedRegion"?: ((value: string | undefined) => any) | undefined;
36
+ "onRegion-selection-changed"?: ((event: RegionSelectionChangedEvent) => any) | undefined;
37
+ }>, {
38
+ isLoading: boolean;
39
+ mapType: MapTopologyType;
40
+ displayGradientLegend: boolean;
41
+ gradientLegendMin: number;
42
+ gradientLegendMax: number;
43
+ seriesValueFormatter: (value: number) => string;
44
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
45
+ export default _default;
@@ -0,0 +1,11 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ type ChartGradientProps = {
3
+ min?: number;
4
+ max?: number;
5
+ valueFormatter?: (value: number) => string;
6
+ };
7
+ declare const _default: DefineComponent<ChartGradientProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ChartGradientProps> & Readonly<{}>, {
8
+ min: number;
9
+ max: number;
10
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
11
+ export default _default;
@@ -0,0 +1,16 @@
1
+ import { MapTopologyType } from './useTopology';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ type ChartStateSelectorProps = {
4
+ topologyType: MapTopologyType;
5
+ selectableRegions?: string[];
6
+ };
7
+ type __VLS_Props = ChartStateSelectorProps;
8
+ type __VLS_PublicProps = {
9
+ modelValue?: string | undefined;
10
+ } & __VLS_Props;
11
+ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
12
+ "update:modelValue": (value: string | undefined) => any;
13
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
14
+ "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
15
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
16
+ export default _default;
@@ -0,0 +1,20 @@
1
+ export declare const processedAlaskaTopology: {
2
+ type: string;
3
+ properties: {
4
+ name: string;
5
+ };
6
+ geometry: {
7
+ type: string;
8
+ coordinates: number[][][][];
9
+ };
10
+ };
11
+ export declare const rawAlaskaTopology: {
12
+ type: string;
13
+ properties: {
14
+ name: string;
15
+ };
16
+ geometry: {
17
+ type: string;
18
+ coordinates: number[][][][];
19
+ };
20
+ };
@@ -0,0 +1,20 @@
1
+ export declare const processedHawaiiTopology: {
2
+ type: string;
3
+ properties: {
4
+ name: string;
5
+ };
6
+ geometry: {
7
+ type: string;
8
+ coordinates: number[][][][];
9
+ };
10
+ };
11
+ export declare const rawHawaiiTopology: {
12
+ type: string;
13
+ properties: {
14
+ name: string;
15
+ };
16
+ geometry: {
17
+ type: string;
18
+ coordinates: number[][][][];
19
+ };
20
+ };
@@ -0,0 +1,28 @@
1
+ export declare const minFeatureName = "_FeatureMin";
2
+ export declare const maxFeatureName = "_FeatureMax";
3
+ export declare const stateCodeToName: (stateCode: string) => string;
4
+ export declare const stateMappings: {
5
+ [key: string]: string;
6
+ };
7
+ export declare const usStateTopology: {
8
+ type: string;
9
+ features: ({
10
+ type: string;
11
+ properties: {
12
+ name: string;
13
+ };
14
+ geometry: {
15
+ type: string;
16
+ coordinates: number[][][][];
17
+ };
18
+ } | {
19
+ type: string;
20
+ geometry: {
21
+ type: string;
22
+ coordinates: number[][][];
23
+ };
24
+ properties: {
25
+ name: string;
26
+ };
27
+ })[];
28
+ };
@@ -0,0 +1,8 @@
1
+ import { PvMapChartData } from '../../PvMapChart/PvMapChart.vue';
2
+ export type MapTopologyType = "state" | "city" | "county" | "cbsa" | "zip_code";
3
+ export declare const useTopology: () => {
4
+ getTopologyObject: (topologyType: MapTopologyType) => any;
5
+ buildMapData: (inputData: PvMapChartData[], topologyType: MapTopologyType, seriesKey: string, scaleMin: number, scaleMax: number) => {
6
+ [key: string]: string | number;
7
+ }[];
8
+ };
@@ -0,0 +1,6 @@
1
+ import { AgChartTheme } from 'ag-charts-enterprise';
2
+ export declare const SCATTER_MARKER_STROKE = "#7C8AF4";
3
+ export declare const PitViperAGChartsMonochromeThemeName = "pv-ag-chart-monochrome";
4
+ export declare const PitViperAGChartsMonochromeTheme: AgChartTheme;
5
+ export declare const PitViperAGChartsMulticolorThemeName = "pv-ag-chart-multicolor";
6
+ export declare const PitViperAGChartsMulticolorTheme: AgChartTheme;
@@ -0,0 +1 @@
1
+ import "@testing-library/jest-dom/vitest";
@@ -0,0 +1,24 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ interface PvSidePanelProps {
3
+ showLeftSidebar?: boolean;
4
+ showRightSidebar?: boolean;
5
+ }
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ 'left-sidebar'?(_: {}): any;
10
+ main?(_: {}): any;
11
+ 'right-sidebar'?(_: {}): any;
12
+ };
13
+ refs: {};
14
+ rootEl: HTMLDivElement;
15
+ };
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: DefineComponent<PvSidePanelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvSidePanelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
18
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
19
+ export default _default;
20
+ type __VLS_WithTemplateSlots<T, S> = T & {
21
+ new (): {
22
+ $slots: S;
23
+ };
24
+ };
@@ -0,0 +1,38 @@
1
+ import { SortChangedEvent, SelectionChangedEvent, RowSelectedEvent, RowDataUpdatedEvent, CellValueChangedEvent, UndoStartedEvent, UndoEndedEvent, RedoStartedEvent, RedoEndedEvent, FirstDataRenderedEvent, GridReadyEvent } from 'ag-grid-community';
2
+ import { ColumnMovedEvent, ColumnResizedEvent, ColumnRowGroupChangedEvent, FilterChangedEvent } from 'ag-grid-enterprise';
3
+ import { PvDataTableProps, PvDataTablePublicInterface, FocusUpdateEvent } from './types';
4
+ import { PublicProps, ShallowUnwrapRef, VNode } from 'vue';
5
+ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
6
+ props: __VLS_PrettifyLocal<any & PvDataTableProps<T> & Partial<{}>> & PublicProps;
7
+ expose(exposed: ShallowUnwrapRef<PvDataTablePublicInterface>): void;
8
+ attrs: any;
9
+ slots: {
10
+ 'top-slot'?(_: {}): any;
11
+ };
12
+ emit: {
13
+ (e: "column-moved", event: ColumnMovedEvent<T>): void;
14
+ (e: "column-resized", event: ColumnResizedEvent<T>): void;
15
+ (e: "column-row-group-changed", event: ColumnRowGroupChangedEvent<T>): void;
16
+ (e: "grid-ready", event: GridReadyEvent<T>): void;
17
+ (e: "filter-changed", event: FilterChangedEvent<T>): void;
18
+ (e: "sort-changed", event: SortChangedEvent<T>): void;
19
+ (e: "filter-opened", event: FilterChangedEvent<T>): void;
20
+ (e: "first-data-rendered", event: FirstDataRenderedEvent<T>): void;
21
+ (e: "handle-settings-icon", value: string): void;
22
+ (e: "focus-update", event: FocusUpdateEvent): void;
23
+ (e: "selection-changed", event: SelectionChangedEvent): void;
24
+ (e: "row-selected", event: RowSelectedEvent): void;
25
+ (e: "row-data-updated", event: RowDataUpdatedEvent): void;
26
+ (e: "cell-value-changed", event: CellValueChangedEvent): void;
27
+ (e: "undo-started", event: UndoStartedEvent): void;
28
+ (e: "undo-ended", event: UndoEndedEvent): void;
29
+ (e: "redo-started", event: RedoStartedEvent): void;
30
+ (e: "redo-ended", event: RedoEndedEvent): void;
31
+ };
32
+ }>) => VNode & {
33
+ __ctx?: Awaited<typeof __VLS_setup>;
34
+ };
35
+ export default _default;
36
+ type __VLS_PrettifyLocal<T> = {
37
+ [K in keyof T]: T[K];
38
+ } & {};
@@ -0,0 +1,24 @@
1
+ import { Column, ColumnVO, FilterModel, GridState, SetFilter, SetFilterValuesFuncParams, ValueFormatterFunc } from 'ag-grid-enterprise';
2
+ import { QueryBuilderOutput } from '../../base/PvQueryBuilderInput/useQueryBuilder';
3
+ import { ColDef, GridApi, IMultiFilterModel } from 'ag-grid-community';
4
+ import { ColDefContextProps, FilterValueResponseOption } from './types';
5
+ export declare const mapFilterBasedOnColDef: (filter: any, colDef: ColDef | undefined | null) => any;
6
+ export declare const cleanInitialGridState: (state: GridState | null | undefined, colDefs: ColDef[]) => GridState | null | undefined;
7
+ export declare const liftFocusedOptions: <T>(currentOptions: T[] | undefined, key: keyof T, currentFocuses: string[]) => T[] | undefined;
8
+ export declare const colDefContext: <T>(colDef: ColDef<T> | null | undefined) => ColDefContextProps<T>;
9
+ export declare const colDefValueFormatter: <T>(colDef: ColDef<T>) => ValueFormatterFunc<T> | null;
10
+ export declare const colDefMaxSelectableValues: <T>(colDef: ColDef<T>) => number | null;
11
+ export declare const isColDefSingleSelect: <T>(colDef: ColDef<T>) => boolean;
12
+ export declare const isColDefNumericDataType: <T>(colDef: ColDef<T>) => boolean;
13
+ export declare const isAggregateColDef: <T>(colDef: ColDef<T>) => boolean;
14
+ export declare const mapQueryToFilterModel: (query: QueryBuilderOutput | null) => FilterModel;
15
+ export declare const mergeFilterModels: (colDefs: ColDef[], primaryModel: FilterModel | null, secondaryModel: FilterModel | null) => FilterModel;
16
+ export declare const hasSetFilter: (colDef: ColDef) => boolean;
17
+ export declare const addHandlerToSetFilter: <T>(colDef: ColDef, handler: (params: SetFilterValuesFuncParams<T, FilterValueResponseOption>) => void) => ColDef<T>;
18
+ export declare const getSetFilter: (gridApi: GridApi, colDef: ColDef) => Promise<SetFilter | null>;
19
+ export declare const updateColumnSetFilterModel: (gridApi: GridApi, colDef: ColDef, newValues: (string | null)[] | null) => Promise<IMultiFilterModel | {
20
+ values: (string | null)[] | null;
21
+ } | null>;
22
+ export declare const getSelectedValuesFromFilterModel: (colDef: ColDef, filterModel: FilterModel | null) => any;
23
+ export declare const filterModelsEqual: (modelA: FilterModel | null | undefined, modelB: FilterModel | null | undefined) => boolean;
24
+ export declare const mapColsToColumnV0: (columns: Column[]) => ColumnVO[];
@@ -0,0 +1,16 @@
1
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
2
+ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & {
4
+ getCsvData: () => Promise<string | null>;
5
+ } & Partial<{}>> & PublicProps;
6
+ expose(exposed: ShallowUnwrapRef<{}>): void;
7
+ attrs: any;
8
+ slots: {};
9
+ emit: {};
10
+ }>) => VNode & {
11
+ __ctx?: Awaited<typeof __VLS_setup>;
12
+ };
13
+ export default _default;
14
+ type __VLS_PrettifyLocal<T> = {
15
+ [K in keyof T]: T[K];
16
+ } & {};
@@ -0,0 +1,23 @@
1
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
2
+ export interface FilterPanelProps {
3
+ enableFocusView?: boolean;
4
+ enableVerticalPanel?: boolean;
5
+ displayPreferencesIcon?: boolean;
6
+ focusableColumns?: string[];
7
+ maxHorizontalFilters: number;
8
+ }
9
+ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
10
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
11
+ readonly "onHandle-settings-icon"?: ((value: string) => any) | undefined;
12
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, "onHandle-settings-icon"> & FilterPanelProps & Partial<{}>> & PublicProps;
13
+ expose(exposed: ShallowUnwrapRef<{}>): void;
14
+ attrs: any;
15
+ slots: {};
16
+ emit: (e: "handle-settings-icon", value: string) => void;
17
+ }>) => VNode & {
18
+ __ctx?: Awaited<typeof __VLS_setup>;
19
+ };
20
+ export default _default;
21
+ type __VLS_PrettifyLocal<T> = {
22
+ [K in keyof T]: T[K];
23
+ } & {};
@@ -0,0 +1,17 @@
1
+ import { ICellRendererParams } from 'ag-grid-enterprise';
2
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
3
+ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & {
5
+ params: ICellRendererParams;
6
+ } & Partial<{}>> & PublicProps;
7
+ expose(exposed: ShallowUnwrapRef<{}>): void;
8
+ attrs: any;
9
+ slots: {};
10
+ emit: {};
11
+ }>) => VNode & {
12
+ __ctx?: Awaited<typeof __VLS_setup>;
13
+ };
14
+ export default _default;
15
+ type __VLS_PrettifyLocal<T> = {
16
+ [K in keyof T]: T[K];
17
+ } & {};
@@ -0,0 +1,17 @@
1
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
2
+ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & {
4
+ rowGroupLimit?: number;
5
+ enableFocusView?: boolean;
6
+ } & Partial<{}>> & PublicProps;
7
+ expose(exposed: ShallowUnwrapRef<{}>): void;
8
+ attrs: any;
9
+ slots: {};
10
+ emit: {};
11
+ }>) => VNode & {
12
+ __ctx?: Awaited<typeof __VLS_setup>;
13
+ };
14
+ export default _default;
15
+ type __VLS_PrettifyLocal<T> = {
16
+ [K in keyof T]: T[K];
17
+ } & {};
@@ -0,0 +1,16 @@
1
+ import { GridApi } from 'ag-grid-community';
2
+ import { RowNode } from 'ag-grid-enterprise';
3
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
+ interface GroupCellRendererParams {
5
+ displayBaseAggregationsOnly: boolean;
6
+ displayCount: boolean;
7
+ displayRowNumber: boolean;
8
+ formattedValue: string;
9
+ rowNode: RowNode;
10
+ api: GridApi;
11
+ }
12
+ type __VLS_Props = {
13
+ params: GroupCellRendererParams;
14
+ };
15
+ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
16
+ export default _default;
@@ -0,0 +1,12 @@
1
+ import { IHeaderParams } from 'ag-grid-enterprise';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ type __VLS_Props = {
4
+ params: IHeaderParams;
5
+ };
6
+ declare function refresh(params: IHeaderParams): boolean;
7
+ declare const _default: DefineComponent<__VLS_Props, {
8
+ refresh: typeof refresh;
9
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
10
+ menuButton: HTMLDivElement;
11
+ }, HTMLDivElement>;
12
+ export default _default;
@@ -0,0 +1,16 @@
1
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
2
+ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & {
4
+ panelSize?: "xl" | "l";
5
+ } & Partial<{}>> & PublicProps;
6
+ expose(exposed: ShallowUnwrapRef<{}>): void;
7
+ attrs: any;
8
+ slots: {};
9
+ emit: {};
10
+ }>) => VNode & {
11
+ __ctx?: Awaited<typeof __VLS_setup>;
12
+ };
13
+ export default _default;
14
+ type __VLS_PrettifyLocal<T> = {
15
+ [K in keyof T]: T[K];
16
+ } & {};
@@ -0,0 +1,17 @@
1
+ import { ICellRendererParams } from 'ag-grid-enterprise';
2
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
3
+ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & {
5
+ params: ICellRendererParams;
6
+ } & Partial<{}>> & PublicProps;
7
+ expose(exposed: ShallowUnwrapRef<{}>): void;
8
+ attrs: any;
9
+ slots: {};
10
+ emit: {};
11
+ }>) => VNode & {
12
+ __ctx?: Awaited<typeof __VLS_setup>;
13
+ };
14
+ export default _default;
15
+ type __VLS_PrettifyLocal<T> = {
16
+ [K in keyof T]: T[K];
17
+ } & {};
@@ -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, {}, HTMLDivElement>;
3
+ export default _default;
@@ -0,0 +1,35 @@
1
+ import { ColDef } from 'ag-grid-community';
2
+ import { FilterValueResponseOption } from '../types.ts';
3
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
4
+ export interface SetFilterMenuOptionProps {
5
+ filterField?: string;
6
+ filterContext?: FilterValueResponseOption | null;
7
+ }
8
+ export interface SetFilterProps<T> {
9
+ enableFocusView?: boolean;
10
+ filterColDef: ColDef<T>;
11
+ filterStyle?: "horizontal" | "vertical";
12
+ displayPreferencesIcon?: boolean;
13
+ focusableColumns?: string[];
14
+ }
15
+ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
16
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
17
+ readonly "onFilter-selection-changed"?: (() => any) | undefined;
18
+ readonly "onFilter-closed"?: (() => any) | undefined;
19
+ readonly "onHandle-settings-icon"?: ((value: string) => any) | undefined;
20
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, "onFilter-selection-changed" | "onFilter-closed" | "onHandle-settings-icon"> & SetFilterProps<T> & Partial<{}>> & PublicProps;
21
+ expose(exposed: ShallowUnwrapRef<{}>): void;
22
+ attrs: any;
23
+ slots: {};
24
+ emit: {
25
+ (e: "filter-selection-changed"): void;
26
+ (e: "filter-closed"): void;
27
+ (e: "handle-settings-icon", value: string): void;
28
+ };
29
+ }>) => VNode & {
30
+ __ctx?: Awaited<typeof __VLS_setup>;
31
+ };
32
+ export default _default;
33
+ type __VLS_PrettifyLocal<T> = {
34
+ [K in keyof T]: T[K];
35
+ } & {};
@@ -0,0 +1,8 @@
1
+ import { TableSearchStyle } from '../types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ export interface TableSearchProps {
4
+ placeholder: string;
5
+ searchStyle: TableSearchStyle;
6
+ }
7
+ declare const _default: DefineComponent<TableSearchProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TableSearchProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8
+ export default _default;
@@ -0,0 +1,7 @@
1
+ import { ITooltipParams } from 'ag-grid-enterprise';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ type __VLS_Props = {
4
+ params: ITooltipParams;
5
+ };
6
+ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
7
+ export default _default;
@@ -0,0 +1,7 @@
1
+ import { ICellRendererParams } from 'ag-grid-enterprise';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ type __VLS_Props = {
4
+ params: ICellRendererParams;
5
+ };
6
+ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
7
+ export default _default;
@@ -0,0 +1,29 @@
1
+ export declare enum ColDefDataType {
2
+ String = "string",
3
+ Number = "number",
4
+ Boolean = "boolean",
5
+ Date = "date",
6
+ Currency = "currency",
7
+ Formula = "formula",
8
+ Select = "select",
9
+ Percent = "percent",
10
+ Entity = "entity",
11
+ Id = "id",
12
+ Integer = "integer",
13
+ User = "user",
14
+ Link = "link",
15
+ Location = "location",
16
+ Status = "status",
17
+ Tag = "tag",
18
+ File = "file",
19
+ None = "none"
20
+ }
21
+ export declare const mapEntityTypeToHeaderIcon: (entityType: ColDefDataType | null) => "formula" | "percent" | "user" | "link" | "location" | "file" | "fonts" | "hash" | "list" | "calendar" | "currency-dollar" | "building" | "id-2" | "circle-chevron-down" | null;
22
+ /**
23
+ * Remove unnecessary chars from table header displayNames
24
+ */
25
+ export declare const updateDisplayNameForDataType: (displayName: string, entityType: ColDefDataType | null) => string;
26
+ export declare const truncateValue: (value: number, isPercent?: boolean, maxChartValue?: number) => {
27
+ newValue: string;
28
+ newSuffix: string;
29
+ };