@turquoisehealth/pit-viper 2.79.0 → 2.79.2-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (235) hide show
  1. package/_site/assets/css/pit-viper-v2-scoped.css +2 -2
  2. package/_site/assets/css/pit-viper-v2.css +2 -2
  3. package/_site/assets/css/pit-viper.css +2 -2
  4. package/package.json +31 -12
  5. package/pv-components/dist/docs/router.d.ts +1 -0
  6. package/pv-components/dist/docs/scripts/autoDocGen.d.ts +1 -0
  7. package/pv-components/dist/docs/scripts/copyPvAssets.d.ts +1 -0
  8. package/pv-components/dist/docs/scripts/plugins.d.ts +7 -0
  9. package/pv-components/dist/docs/scripts/propGen.d.ts +5 -0
  10. package/pv-components/dist/docs/src/App.vue.d.ts +2 -0
  11. package/pv-components/dist/docs/types/vue-component-doc.d.ts +20 -0
  12. package/pv-components/dist/docs/vite.config.d.ts +2 -0
  13. package/pv-components/dist/src/components/base/PvAccordion/PvAccordion.spec.d.ts +1 -0
  14. package/pv-components/dist/src/components/base/PvAccordion/PvAccordion.vue.d.ts +22 -0
  15. package/pv-components/dist/src/components/base/PvAccordion/types.d.ts +5 -0
  16. package/pv-components/dist/src/components/base/PvActionBar/PvActionBar.spec.d.ts +1 -0
  17. package/pv-components/dist/src/components/base/PvActionBar/PvActionBar.vue.d.ts +18 -0
  18. package/pv-components/dist/src/components/base/PvActionBar/types.d.ts +2 -0
  19. package/pv-components/dist/src/components/base/PvAiButton/PvAiButton.spec.d.ts +1 -0
  20. package/pv-components/dist/src/components/base/PvAiButton/PvAiButton.vue.d.ts +12 -0
  21. package/pv-components/dist/src/components/base/PvAiButton/types.d.ts +2 -0
  22. package/pv-components/dist/src/components/base/PvAvatar/PvAvatar.spec.d.ts +1 -0
  23. package/pv-components/dist/src/components/base/PvAvatar/PvAvatar.vue.d.ts +10 -0
  24. package/pv-components/dist/src/components/base/PvAvatar/types.d.ts +2 -0
  25. package/pv-components/dist/src/components/base/PvAvatarGroup/PvAvatarGroup.spec.d.ts +1 -0
  26. package/pv-components/dist/src/components/base/PvAvatarGroup/PvAvatarGroup.vue.d.ts +7 -0
  27. package/pv-components/dist/src/components/base/PvAvatarGroup/types.d.ts +5 -0
  28. package/pv-components/dist/src/components/base/PvBanner/PvBanner.spec.d.ts +1 -0
  29. package/pv-components/dist/src/components/base/PvBanner/PvBanner.vue.d.ts +24 -0
  30. package/pv-components/dist/src/components/base/PvBanner/types.d.ts +11 -0
  31. package/pv-components/dist/src/components/base/PvBreadcrumbs/PvBreadcrumbs.spec.d.ts +1 -0
  32. package/pv-components/dist/src/components/base/PvBreadcrumbs/PvBreadcrumbs.vue.d.ts +6 -0
  33. package/pv-components/dist/src/components/base/PvBreadcrumbs/types.d.ts +4 -0
  34. package/pv-components/dist/src/components/base/PvButton/PvButton.spec.d.ts +1 -0
  35. package/pv-components/dist/src/components/base/PvButton/PvButton.vue.d.ts +19 -0
  36. package/pv-components/dist/src/components/base/PvButton/types.d.ts +3 -0
  37. package/pv-components/dist/src/components/base/PvCard/PvCard.spec.d.ts +1 -0
  38. package/pv-components/dist/src/components/base/PvCard/PvCard.vue.d.ts +21 -0
  39. package/pv-components/dist/src/components/base/PvCard/types.d.ts +2 -0
  40. package/pv-components/dist/src/components/base/PvCheckbox/PvCheckbox.vue.d.ts +14 -0
  41. package/pv-components/dist/src/components/base/PvCompanyLabel/PvCompanyLabel.vue.d.ts +10 -0
  42. package/pv-components/dist/src/components/base/PvCompanyLabel/types.d.ts +2 -0
  43. package/pv-components/dist/src/components/base/PvCompanyLogo/PvCompanyLogo.spec.d.ts +1 -0
  44. package/pv-components/dist/src/components/base/PvCompanyLogo/PvCompanyLogo.vue.d.ts +14 -0
  45. package/pv-components/dist/src/components/base/PvCompanyLogo/types.d.ts +2 -0
  46. package/pv-components/dist/src/components/base/PvCompanyTag/PvCompanyTag.spec.d.ts +1 -0
  47. package/pv-components/dist/src/components/base/PvCompanyTag/PvCompanyTag.vue.d.ts +26 -0
  48. package/pv-components/dist/src/components/base/PvComponentsConfig/primeVue.config.d.ts +12 -0
  49. package/pv-components/dist/src/components/base/PvComponentsConfig/usePvComponents.d.ts +2 -0
  50. package/pv-components/dist/src/components/base/PvCounterBadge/PvCounterBadge.spec.d.ts +1 -0
  51. package/pv-components/dist/src/components/base/PvCounterBadge/PvCounterBadge.vue.d.ts +15 -0
  52. package/pv-components/dist/src/components/base/PvCounterBadge/types.d.ts +3 -0
  53. package/pv-components/dist/src/components/base/PvDatePicker/PvDatePicker.vue.d.ts +114 -0
  54. package/pv-components/dist/src/components/base/PvDateTime/PvDateTime.spec.d.ts +1 -0
  55. package/pv-components/dist/src/components/base/PvDateTime/PvDateTime.vue.d.ts +13 -0
  56. package/pv-components/dist/src/components/base/PvDateTime/useDateTime.d.ts +9 -0
  57. package/pv-components/dist/src/components/base/PvDateTime/useDateTime.spec.d.ts +1 -0
  58. package/pv-components/dist/src/components/base/PvDrawer/PvDrawer.spec.d.ts +1 -0
  59. package/pv-components/dist/src/components/base/PvDrawer/PvDrawer.vue.d.ts +31 -0
  60. package/pv-components/dist/src/components/base/PvDropdown/PvDropdown.vue.d.ts +42 -0
  61. package/pv-components/dist/src/components/base/PvExpandableContent/PvExpandableContent.spec.d.ts +1 -0
  62. package/pv-components/dist/src/components/base/PvExpandableContent/PvExpandableContent.vue.d.ts +24 -0
  63. package/pv-components/dist/src/components/base/PvExpandableContent/types.d.ts +3 -0
  64. package/pv-components/dist/src/components/base/PvGhostInput/PvGhostInput.spec.d.ts +1 -0
  65. package/pv-components/dist/src/components/base/PvGhostInput/PvGhostInput.vue.d.ts +29 -0
  66. package/pv-components/dist/src/components/base/PvGhostInput/types.d.ts +2 -0
  67. package/pv-components/dist/src/components/base/PvIcon/PvIcon.vue.d.ts +9 -0
  68. package/pv-components/dist/src/components/base/PvInput/PvInput.spec.d.ts +1 -0
  69. package/pv-components/dist/src/components/base/PvInput/PvInput.vue.d.ts +34 -0
  70. package/pv-components/dist/src/components/base/PvInput/types.d.ts +3 -0
  71. package/pv-components/dist/src/components/base/PvInsightCard/PvInsightCard.spec.d.ts +1 -0
  72. package/pv-components/dist/src/components/base/PvInsightCard/PvInsightCard.vue.d.ts +21 -0
  73. package/pv-components/dist/src/components/base/PvMenu/PvMenu.spec.d.ts +1 -0
  74. package/pv-components/dist/src/components/base/PvMenu/PvMenu.vue.d.ts +30 -0
  75. package/pv-components/dist/src/components/base/PvMenu/PvMenuControlPanel.spec.d.ts +1 -0
  76. package/pv-components/dist/src/components/base/PvMenu/PvMenuControlPanel.vue.d.ts +11 -0
  77. package/pv-components/dist/src/components/base/PvMenu/PvMenuEmptyState.vue.d.ts +2 -0
  78. package/pv-components/dist/src/components/base/PvMenu/items/PvMenuCheckboxItem.spec.d.ts +1 -0
  79. package/pv-components/dist/src/components/base/PvMenu/items/PvMenuCheckboxItem.vue.d.ts +18 -0
  80. package/pv-components/dist/src/components/base/PvMenu/items/PvMenuItem.spec.d.ts +1 -0
  81. package/pv-components/dist/src/components/base/PvMenu/items/PvMenuItem.vue.d.ts +25 -0
  82. package/pv-components/dist/src/components/base/PvMenu/items/PvMenuRadioItem.spec.d.ts +1 -0
  83. package/pv-components/dist/src/components/base/PvMenu/items/PvMenuRadioItem.vue.d.ts +12 -0
  84. package/pv-components/dist/src/components/base/PvMenu/useMenuPosition.d.ts +66 -0
  85. package/pv-components/dist/src/components/base/PvMenu/useMenuPosition.spec.d.ts +1 -0
  86. package/pv-components/dist/src/components/base/PvModal/PvModal.spec.d.ts +1 -0
  87. package/pv-components/dist/src/components/base/PvModal/PvModal.vue.d.ts +26 -0
  88. package/pv-components/dist/src/components/base/PvMultiSelectButton/PvMultiSelectButton.spec.d.ts +1 -0
  89. package/pv-components/dist/src/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +155 -0
  90. package/pv-components/dist/src/components/base/PvMultiSelectButton/PvMultiSelectMenuItem.vue.d.ts +14 -0
  91. package/pv-components/dist/src/components/base/PvMultiSelectButton/mocks.d.ts +15 -0
  92. package/pv-components/dist/src/components/base/PvMultiSelectButton/types.d.ts +3 -0
  93. package/pv-components/dist/src/components/base/PvPagination/PvPagination.spec.d.ts +1 -0
  94. package/pv-components/dist/src/components/base/PvPagination/PvPagination.vue.d.ts +20 -0
  95. package/pv-components/dist/src/components/base/PvPagination/types.d.ts +3 -0
  96. package/pv-components/dist/src/components/base/PvPagination/usePagination.d.ts +12 -0
  97. package/pv-components/dist/src/components/base/PvPagination/usePagination.spec.d.ts +1 -0
  98. package/pv-components/dist/src/components/base/PvPill/PvPill.spec.d.ts +1 -0
  99. package/pv-components/dist/src/components/base/PvPill/PvPill.vue.d.ts +30 -0
  100. package/pv-components/dist/src/components/base/PvPill/types.d.ts +4 -0
  101. package/pv-components/dist/src/components/base/PvPopover/PvPopover.vue.d.ts +29 -0
  102. package/pv-components/dist/src/components/base/PvQueryBuilderInput/FormattedQueryText.vue.d.ts +5 -0
  103. package/pv-components/dist/src/components/base/PvQueryBuilderInput/PvQueryBuilderInput.vue.d.ts +29 -0
  104. package/pv-components/dist/src/components/base/PvQueryBuilderInput/QueryBuilderMenuOptionRenderer.vue.d.ts +3 -0
  105. package/pv-components/dist/src/components/base/PvQueryBuilderInput/QueryFormatter.vue.d.ts +13 -0
  106. package/pv-components/dist/src/components/base/PvQueryBuilderInput/useQueryBuilder.d.ts +44 -0
  107. package/pv-components/dist/src/components/base/PvQueryBuilderInput/useQueryBuilder.spec.d.ts +1 -0
  108. package/pv-components/dist/src/components/base/PvRating/PvRating.spec.d.ts +1 -0
  109. package/pv-components/dist/src/components/base/PvRating/PvRating.vue.d.ts +11 -0
  110. package/pv-components/dist/src/components/base/PvRating/types.d.ts +4 -0
  111. package/pv-components/dist/src/components/base/PvReleaseBadge/PvReleaseBadge.vue.d.ts +5 -0
  112. package/pv-components/dist/src/components/base/PvSearchInput/PvSearchInput.spec.d.ts +1 -0
  113. package/pv-components/dist/src/components/base/PvSearchInput/PvSearchInput.vue.d.ts +23 -0
  114. package/pv-components/dist/src/components/base/PvSegmentedControl/PvSegmentedControl.spec.d.ts +1 -0
  115. package/pv-components/dist/src/components/base/PvSegmentedControl/PvSegmentedControl.vue.d.ts +18 -0
  116. package/pv-components/dist/src/components/base/PvSegmentedControl/types.d.ts +8 -0
  117. package/pv-components/dist/src/components/base/PvSelectButton/PvSelectButton.spec.d.ts +1 -0
  118. package/pv-components/dist/src/components/base/PvSelectButton/PvSelectButton.vue.d.ts +49 -0
  119. package/pv-components/dist/src/components/base/PvSelectButton/PvSelectButtonTrigger/PvSelectButtonTrigger.spec.d.ts +1 -0
  120. package/pv-components/dist/src/components/base/PvSelectButton/PvSelectButtonTrigger/PvSelectButtonTrigger.vue.d.ts +30 -0
  121. package/pv-components/dist/src/components/base/PvSelectButton/mocks.d.ts +13 -0
  122. package/pv-components/dist/src/components/base/PvSelectButton/types.d.ts +3 -0
  123. package/pv-components/dist/src/components/base/PvSelectableCard/PvSelectableCard.spec.d.ts +1 -0
  124. package/pv-components/dist/src/components/base/PvSelectableCard/PvSelectableCard.vue.d.ts +19 -0
  125. package/pv-components/dist/src/components/base/PvSkeleton/PvSkeleton.spec.d.ts +1 -0
  126. package/pv-components/dist/src/components/base/PvSkeleton/PvSkeleton.vue.d.ts +10 -0
  127. package/pv-components/dist/src/components/base/PvSkeleton/types.d.ts +3 -0
  128. package/pv-components/dist/src/components/base/PvSortableList/PvSortableList.vue.d.ts +21 -0
  129. package/pv-components/dist/src/components/base/PvSpinner/PvSpinner.spec.d.ts +1 -0
  130. package/pv-components/dist/src/components/base/PvSpinner/PvSpinner.vue.d.ts +10 -0
  131. package/pv-components/dist/src/components/base/PvSpinner/types.d.ts +3 -0
  132. package/pv-components/dist/src/components/base/PvSprite/PvSprite.vue.d.ts +8 -0
  133. package/pv-components/dist/src/components/base/PvSuggestionTag/PvSuggestionTag.spec.d.ts +1 -0
  134. package/pv-components/dist/src/components/base/PvSuggestionTag/PvSuggestionTag.vue.d.ts +30 -0
  135. package/pv-components/dist/src/components/base/PvSwitch/PvSwitch.spec.d.ts +1 -0
  136. package/pv-components/dist/src/components/base/PvSwitch/PvSwitch.vue.d.ts +21 -0
  137. package/pv-components/dist/src/components/base/PvSwitch/types.d.ts +2 -0
  138. package/pv-components/dist/src/components/base/PvTabList/PvTabList.vue.d.ts +11 -0
  139. package/pv-components/dist/src/components/base/PvTabs/PvTabs.spec.d.ts +1 -0
  140. package/pv-components/dist/src/components/base/PvTabs/PvTabs.vue.d.ts +17 -0
  141. package/pv-components/dist/src/components/base/PvTabs/types.d.ts +7 -0
  142. package/pv-components/dist/src/components/base/PvTag/PvTag.spec.d.ts +1 -0
  143. package/pv-components/dist/src/components/base/PvTag/PvTag.vue.d.ts +40 -0
  144. package/pv-components/dist/src/components/base/PvTag/types.d.ts +3 -0
  145. package/pv-components/dist/src/components/base/PvTextArea/PvTextArea.spec.d.ts +1 -0
  146. package/pv-components/dist/src/components/base/PvTextArea/PvTextArea.vue.d.ts +34 -0
  147. package/pv-components/dist/src/components/base/PvTextArea/types.d.ts +2 -0
  148. package/pv-components/dist/src/components/base/PvToast/PvToast.spec.d.ts +1 -0
  149. package/pv-components/dist/src/components/base/PvToast/PvToast.vue.d.ts +24 -0
  150. package/pv-components/dist/src/components/base/PvToast/types.d.ts +1 -0
  151. package/pv-components/dist/src/components/base/PvToggleButton/PvToggleButton.spec.d.ts +1 -0
  152. package/pv-components/dist/src/components/base/PvToggleButton/PvToggleButton.vue.d.ts +28 -0
  153. package/pv-components/dist/src/components/base/PvToggleButton/types.d.ts +3 -0
  154. package/pv-components/dist/src/components/base/PvTooltip/PvTooltip.spec.d.ts +1 -0
  155. package/pv-components/dist/src/components/base/PvTooltip/PvTooltip.vue.d.ts +30 -0
  156. package/pv-components/dist/src/components/base/PvTooltip/types.d.ts +4 -0
  157. package/pv-components/dist/src/components/base/PvWidget/PvWidget.spec.d.ts +1 -0
  158. package/pv-components/dist/src/components/base/PvWidget/PvWidget.vue.d.ts +12 -0
  159. package/pv-components/dist/src/components/base/baseProps.d.ts +15 -0
  160. package/pv-components/dist/src/components/base/index.d.ts +54 -0
  161. package/pv-components/dist/src/components/charts/PvChart/PvChart.vue.d.ts +25 -0
  162. package/pv-components/dist/src/components/charts/PvDataTableWithChart/PvDataTableWithChart.spec.d.ts +1 -0
  163. package/pv-components/dist/src/components/charts/PvDataTableWithChart/PvDataTableWithChart.vue.d.ts +39 -0
  164. package/pv-components/dist/src/components/charts/PvDataTableWithChart/constants.d.ts +5 -0
  165. package/pv-components/dist/src/components/charts/PvDataTableWithChart/helpers.d.ts +13 -0
  166. package/pv-components/dist/src/components/charts/PvDataTableWithChart/helpers.spec.d.ts +1 -0
  167. package/pv-components/dist/src/components/charts/PvDataTableWithChart/table-chart-components/PvChartOptionsPanel.vue.d.ts +21 -0
  168. package/pv-components/dist/src/components/charts/PvDataTableWithChart/types.d.ts +75 -0
  169. package/pv-components/dist/src/components/charts/PvMapChart/PvMapChart.vue.d.ts +44 -0
  170. package/pv-components/dist/src/components/charts/chart-components/maps/MapGradient.vue.d.ts +10 -0
  171. package/pv-components/dist/src/components/charts/chart-components/maps/MapRegionSelector.vue.d.ts +15 -0
  172. package/pv-components/dist/src/components/charts/chart-components/maps/topologies/alaskaStateTopology.d.ts +20 -0
  173. package/pv-components/dist/src/components/charts/chart-components/maps/topologies/hawaiiStateTopology.d.ts +20 -0
  174. package/pv-components/dist/src/components/charts/chart-components/maps/topologies/usStateTopology.d.ts +28 -0
  175. package/pv-components/dist/src/components/charts/chart-components/maps/useTopology.d.ts +8 -0
  176. package/pv-components/dist/src/components/charts/themes.d.ts +5 -0
  177. package/pv-components/dist/src/components/helpers/charts/mockChartData.d.ts +7 -0
  178. package/pv-components/dist/src/components/helpers/components/ExampleTable.vue.d.ts +20 -0
  179. package/pv-components/dist/src/components/helpers/tables/mockData.d.ts +25 -0
  180. package/pv-components/dist/src/components/helpers/tables/mockPvDataTableServer.d.ts +49 -0
  181. package/pv-components/dist/src/components/layout/PvSidePanel/PvSidePanel.spec.d.ts +1 -0
  182. package/pv-components/dist/src/components/layout/PvSidePanel/PvSidePanel.vue.d.ts +20 -0
  183. package/pv-components/dist/src/components/tables/PvDataTable/PvDataTable.vue.d.ts +31 -0
  184. package/pv-components/dist/src/components/tables/PvDataTable/helpers.d.ts +24 -0
  185. package/pv-components/dist/src/components/tables/PvDataTable/helpers.spec.d.ts +1 -0
  186. package/pv-components/dist/src/components/tables/PvDataTable/table-components/ColumnVisibilitySelector.vue.d.ts +13 -0
  187. package/pv-components/dist/src/components/tables/PvDataTable/table-components/ExportMenu.vue.d.ts +15 -0
  188. package/pv-components/dist/src/components/tables/PvDataTable/table-components/FilterPanel.vue.d.ts +22 -0
  189. package/pv-components/dist/src/components/tables/PvDataTable/table-components/FilterValueLabel.vue.d.ts +15 -0
  190. package/pv-components/dist/src/components/tables/PvDataTable/table-components/FocusItemRenderer.vue.d.ts +7 -0
  191. package/pv-components/dist/src/components/tables/PvDataTable/table-components/GroupAggCellRenderer.vue.d.ts +16 -0
  192. package/pv-components/dist/src/components/tables/PvDataTable/table-components/GroupBySelector.vue.d.ts +16 -0
  193. package/pv-components/dist/src/components/tables/PvDataTable/table-components/GroupedCellRenderer.vue.d.ts +15 -0
  194. package/pv-components/dist/src/components/tables/PvDataTable/table-components/HeaderCellRenderer.vue.d.ts +9 -0
  195. package/pv-components/dist/src/components/tables/PvDataTable/table-components/LogoCellRenderer.vue.d.ts +6 -0
  196. package/pv-components/dist/src/components/tables/PvDataTable/table-components/PaginationPanel.vue.d.ts +15 -0
  197. package/pv-components/dist/src/components/tables/PvDataTable/table-components/RowCountCellRenderer.vue.d.ts +16 -0
  198. package/pv-components/dist/src/components/tables/PvDataTable/table-components/RowLoadingCellRenderer.vue.d.ts +2 -0
  199. package/pv-components/dist/src/components/tables/PvDataTable/table-components/SetFilter.vue.d.ts +29 -0
  200. package/pv-components/dist/src/components/tables/PvDataTable/table-components/TableSearch.vue.d.ts +7 -0
  201. package/pv-components/dist/src/components/tables/PvDataTable/table-components/TableTooltip.vue.d.ts +6 -0
  202. package/pv-components/dist/src/components/tables/PvDataTable/table-components/TagCellRenderer.vue.d.ts +6 -0
  203. package/pv-components/dist/src/components/tables/PvDataTable/table-components/formatting.d.ts +29 -0
  204. package/pv-components/dist/src/components/tables/PvDataTable/table-components/formatting.spec.d.ts +1 -0
  205. package/pv-components/dist/{vue/tables/pv-components-tables.d.ts → src/components/tables/PvDataTable/types.d.ts} +244 -299
  206. package/pv-components/dist/src/components/tables/PvDataTable/useFilterStore.d.ts +43 -0
  207. package/pv-components/dist/src/components/tables/PvDataTable/useFocus.d.ts +24 -0
  208. package/pv-components/dist/src/components/tables/PvDataTable/useFocus.spec.d.ts +1 -0
  209. package/pv-components/dist/src/components/tables/symbols.d.ts +48 -0
  210. package/pv-components/dist/src/components/tables/themes.d.ts +3 -0
  211. package/pv-components/dist/src/components/visualizations/index.d.ts +5 -0
  212. package/pv-components/dist/src/functions/aggregations.d.ts +1 -0
  213. package/pv-components/dist/src/functions/formatting.d.ts +7 -0
  214. package/pv-components/dist/src/helpers/tests/findIcon.d.ts +1 -0
  215. package/pv-components/dist/src/helpers/tests/helpers.d.ts +9 -0
  216. package/pv-components/dist/src/styles.d.ts +1 -0
  217. package/pv-components/dist/src/types.d.ts +40 -0
  218. package/pv-components/dist/src/web-components.d.ts +1 -0
  219. package/pv-components/dist/vite.config.d.ts +2 -0
  220. package/pv-components/dist/vue/base/pv-components-base.js +1 -1
  221. package/pv-components/dist/vue/base/pv-components-base.mjs +652 -596
  222. package/pv-components/dist/vue/base/pv-components-base.umd.js +2 -2
  223. package/pv-components/dist/vue/visualizations/pv-components-visualizations.js +176 -0
  224. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +11849 -0
  225. package/pv-components/dist/vue/visualizations/pv-components-visualizations.umd.js +176 -0
  226. package/pv-components/dist/web/pv-components.iife.js +23 -23
  227. package/pv-components/dist/vue/base/pv-components-base.d.ts +0 -2020
  228. package/pv-components/dist/vue/charts/pv-components-charts.d.ts +0 -489
  229. package/pv-components/dist/vue/charts/pv-components-charts.js +0 -259
  230. package/pv-components/dist/vue/charts/pv-components-charts.mjs +0 -121810
  231. package/pv-components/dist/vue/charts/pv-components-charts.umd.js +0 -259
  232. package/pv-components/dist/vue/tables/pv-components-tables.js +0 -223
  233. package/pv-components/dist/vue/tables/pv-components-tables.mjs +0 -47026
  234. package/pv-components/dist/vue/tables/pv-components-tables.umd.js +0 -223
  235. package/pv-components/dist/web/index.d.ts +0 -1
@@ -0,0 +1,75 @@
1
+ import { CSSProperties } from "vue";
2
+ import { AgChartOptions } from "ag-charts-enterprise";
3
+ import { ValueFormatterFunc } from "ag-grid-enterprise";
4
+ import { Option } from "@/types";
5
+ import { PvDataTableProps } from "@tables/PvDataTable/types.ts";
6
+ import type { ColumnVO } from "ag-grid-community/dist/types/src/interfaces/iColumnVO";
7
+ import type { FilterModel } from "ag-grid-community/dist/types/src/interfaces/iFilter";
8
+ import type { AdvancedFilterModel } from "ag-grid-community/dist/types/src/interfaces/advancedFilterModel";
9
+ export type supportedChartType = "column" | "bar" | "column_stacked" | "bar_stacked" | "line" | "area" | "pie";
10
+ export type ChartConfigPanelType = "y-axis" | "x-axis" | "sort" | "chart-type";
11
+ export type ChartFilterOption = {
12
+ label: string;
13
+ value: string;
14
+ filterValues: string[];
15
+ };
16
+ export interface ChartFilter {
17
+ colId: string;
18
+ options: ChartFilterOption[];
19
+ }
20
+ export interface ServerSideChartDataHandlerParams {
21
+ rowGroupCols: ColumnVO[];
22
+ /** Columns that have aggregations on them. */
23
+ valueCols: ColumnVO[];
24
+ /**
25
+ * If filtering, what the filter model is.
26
+ * If Advanced Filter is enabled, will be of type `AdvancedFilterModel | null`.
27
+ * If Advanced Filter is disabled, will be of type `FilterModel`.
28
+ */
29
+ filterModel: FilterModel | AdvancedFilterModel | null;
30
+ }
31
+ export interface ServerSideChartDataHandlerResponse {
32
+ data: AgChartOptions["data"];
33
+ stackField: string;
34
+ }
35
+ export interface PvDataTableWithChartProps<T> extends PvDataTableProps<T> {
36
+ enabledChartTypes?: supportedChartType[];
37
+ serverSideChartHandler?: (params: ServerSideChartDataHandlerParams) => Promise<ServerSideChartDataHandlerResponse>;
38
+ showSeriesLabels?: boolean;
39
+ truncateLabelValues?: boolean;
40
+ initialChartData?: AgChartOptions["data"];
41
+ enableCombinedChartConfigPanel?: boolean;
42
+ chartConfigPanelOptions?: ChartConfigPanelType[];
43
+ chartFilter?: ChartFilter;
44
+ chartType?: supportedChartType;
45
+ yKey?: string;
46
+ initialSort?: string;
47
+ hideChart?: boolean;
48
+ hideTable?: boolean;
49
+ filterPanelAboveChart?: boolean;
50
+ initialChartCollapsed?: boolean;
51
+ initialFocusData?: {
52
+ focuses: string[];
53
+ focusType: string | null;
54
+ };
55
+ percentOfFocusViewYKey?: string;
56
+ focusableColumns?: string[];
57
+ /**
58
+ * Enable toggle to group or ungroup
59
+ */
60
+ enableGroupingToggle?: boolean;
61
+ /**
62
+ * Css Properties
63
+ */
64
+ customCssProperties?: {
65
+ agGridWrapper: CSSProperties;
66
+ };
67
+ }
68
+ export interface OptionWithFormatterAndDataType extends Option {
69
+ formatter?: ValueFormatterFunc | string;
70
+ dataType?: string;
71
+ }
72
+ export interface StackField {
73
+ fieldName: string;
74
+ fieldValues: string[];
75
+ }
@@ -0,0 +1,44 @@
1
+ import { MapTopologyType } from "@charts/chart-components/maps/useTopology.ts";
2
+ import { AgMapLineSeriesTooltipRendererParams } from "ag-charts-enterprise";
3
+ export interface PvMapChartData {
4
+ [key: string]: string | number;
5
+ }
6
+ export interface RegionSelectionChangedEvent {
7
+ region: string | null | undefined;
8
+ }
9
+ export interface PvMapChartProps {
10
+ seriesKey: string;
11
+ mapType?: MapTopologyType;
12
+ displayGradientLegend?: boolean;
13
+ displayRegionSelector?: boolean;
14
+ gradientLegendMin?: number;
15
+ gradientLegendMax?: number;
16
+ seriesValueFormatter?: (value: number) => string;
17
+ isLoading?: boolean;
18
+ noDataMessage?: string;
19
+ tooltipRenderer?: (params: AgMapLineSeriesTooltipRendererParams<PvMapChartData>) => string | HTMLElement;
20
+ }
21
+ declare const _default: import("vue").DefineComponent<PvMapChartProps & {
22
+ chartData: PvMapChartData[];
23
+ selectedRegion?: string | undefined;
24
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25
+ "update:chartData": (value: PvMapChartData[]) => any;
26
+ "update:selectedRegion": (value: string | undefined) => any;
27
+ } & {
28
+ "region-selection-changed": (event: RegionSelectionChangedEvent) => any;
29
+ }, string, import("vue").PublicProps, Readonly<PvMapChartProps & {
30
+ chartData: PvMapChartData[];
31
+ selectedRegion?: string | undefined;
32
+ }> & Readonly<{
33
+ "onUpdate:chartData"?: ((value: PvMapChartData[]) => any) | undefined;
34
+ "onUpdate:selectedRegion"?: ((value: string | undefined) => any) | undefined;
35
+ "onRegion-selection-changed"?: ((event: RegionSelectionChangedEvent) => any) | undefined;
36
+ }>, {
37
+ isLoading: boolean;
38
+ mapType: MapTopologyType;
39
+ displayGradientLegend: boolean;
40
+ gradientLegendMin: number;
41
+ gradientLegendMax: number;
42
+ seriesValueFormatter: (value: number) => string;
43
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
44
+ export default _default;
@@ -0,0 +1,10 @@
1
+ type ChartGradientProps = {
2
+ min?: number;
3
+ max?: number;
4
+ valueFormatter?: (value: number) => string;
5
+ };
6
+ declare const _default: import("vue").DefineComponent<ChartGradientProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ChartGradientProps> & Readonly<{}>, {
7
+ min: number;
8
+ max: number;
9
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ export default _default;
@@ -0,0 +1,15 @@
1
+ import { MapTopologyType } from "@charts/chart-components/maps/useTopology.ts";
2
+ type ChartStateSelectorProps = {
3
+ topologyType: MapTopologyType;
4
+ selectableRegions?: string[];
5
+ };
6
+ type __VLS_Props = ChartStateSelectorProps;
7
+ type __VLS_PublicProps = __VLS_Props & {
8
+ modelValue?: string | undefined;
9
+ };
10
+ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
+ "update:modelValue": (value: string | undefined) => any;
12
+ }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
13
+ "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
14
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ 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 "@charts/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,5 @@
1
+ import { AgChartTheme } from "ag-charts-enterprise";
2
+ export declare const PitViperAGChartsMonochromeThemeName = "pv-ag-chart-monochrome";
3
+ export declare const PitViperAGChartsMonochromeTheme: AgChartTheme;
4
+ export declare const PitViperAGChartsMulticolorThemeName = "pv-ag-chart-multicolor";
5
+ export declare const PitViperAGChartsMulticolorTheme: AgChartTheme;
@@ -0,0 +1,7 @@
1
+ import { AgChartOptions } from "ag-charts-types";
2
+ import { AgCartesianChartOptions } from "ag-charts-enterprise";
3
+ export declare const mockHistoricalChartOptions: AgChartOptions;
4
+ export declare const mockScatterChartOptions: AgChartOptions;
5
+ export declare const mockBucketedLineChartOptions: AgChartOptions;
6
+ export declare const mockDoubleBarChartCommonOptions: AgChartOptions;
7
+ export declare const createDoubleBarChartConfig: (inverted?: boolean) => AgCartesianChartOptions[];
@@ -0,0 +1,20 @@
1
+ interface ExampleTablePorps {
2
+ label: string;
3
+ cols: string[];
4
+ rows: string[];
5
+ }
6
+ declare var __VLS_1: {
7
+ col: string;
8
+ row: string;
9
+ };
10
+ type __VLS_Slots = {} & {
11
+ default?: (props: typeof __VLS_1) => any;
12
+ };
13
+ declare const __VLS_component: import("vue").DefineComponent<ExampleTablePorps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ExampleTablePorps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
15
+ export default _default;
16
+ type __VLS_WithSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };
@@ -0,0 +1,25 @@
1
+ import { ColDef } from "ag-grid-community";
2
+ import { ChartFilter } from "@charts/PvDataTableWithChart/types.ts";
3
+ export interface MockRowData {
4
+ id: string;
5
+ provider_name: string;
6
+ payer_name: string;
7
+ payer_type: string;
8
+ payer_class: string;
9
+ provider_type: string;
10
+ bill_type: string;
11
+ npi: string[];
12
+ service_category: string;
13
+ code: string;
14
+ rate: number;
15
+ yield: number;
16
+ state: string;
17
+ effective_date: string;
18
+ termination_date?: string;
19
+ status: "active" | "inactive" | "pending";
20
+ market_share: number;
21
+ volume: number;
22
+ specialties: string[];
23
+ }
24
+ export declare const mockColDefs: ColDef[];
25
+ export declare const mockChartFilter: ChartFilter;
@@ -0,0 +1,49 @@
1
+ import type { IServerSideGetRowsParams } from "ag-grid-enterprise";
2
+ import type { ColDef } from "ag-grid-community";
3
+ import { FilterValueResponseOption, FilterValuesSetHandlerParams, TableSearchHandlerParams } from "@tables/PvDataTable/types.ts";
4
+ import { MockRowData } from "@/components/helpers/tables/mockData.ts";
5
+ import { ChartFilter, ServerSideChartDataHandlerParams, ServerSideChartDataHandlerResponse } from "@charts/PvDataTableWithChart/types.ts";
6
+ import { QueryTerm } from "@/components/base/PvQueryBuilderInput/useQueryBuilder.ts";
7
+ interface MockTableConfig<T> {
8
+ serverSideRowHandler?: (params: IServerSideGetRowsParams<T>, isCsvExport?: boolean) => void;
9
+ serverSideChartHandler?: (params: ServerSideChartDataHandlerParams) => Promise<ServerSideChartDataHandlerResponse>;
10
+ filterValuesSetHandler?: (params: FilterValuesSetHandlerParams<T>) => Promise<(FilterValueResponseOption | null)[]>;
11
+ tableSearchHandler?: (params: TableSearchHandlerParams<T>) => Promise<(QueryTerm | null)[]>;
12
+ rowData?: MockRowData[];
13
+ colDefs?: ColDef[];
14
+ chartFilter?: ChartFilter;
15
+ }
16
+ /**
17
+ * Server-side row handler for PvDataTable
18
+ * Handles pagination, sorting, filtering, and grouping
19
+ */
20
+ export declare function createServerSideRowHandler<T = MockRowData>(mockDelay: number): (params: IServerSideGetRowsParams<T>, isCsvExport?: boolean) => void;
21
+ export declare function createServerSideChartHandler(mockDelay: number): (params: ServerSideChartDataHandlerParams) => Promise<ServerSideChartDataHandlerResponse>;
22
+ /**
23
+ * Server-side filter values handler for PvDataTable
24
+ * Provides filter options for set filters
25
+ */
26
+ export declare function createFilterValuesSetHandler<T = MockRowData>(mockDelay: number): (params: FilterValuesSetHandlerParams<T>) => Promise<(FilterValueResponseOption | null)[]>;
27
+ /**
28
+ * Table search handler for PvDataTable query builder
29
+ * Provides search suggestions based on table data
30
+ */
31
+ export declare function createTableSearchHandler<T = MockRowData>(mockDelay: number): (params: TableSearchHandlerParams<T>) => Promise<(QueryTerm | null)[]>;
32
+ /**
33
+ * Helper function to create mock server configuration for PvDataTable
34
+ */
35
+ export declare function createMockServerConfig<T = MockRowData>(mockDelay?: number): MockTableConfig<T>;
36
+ export declare function createMockClientConfig<T = MockRowData>(size?: number): MockTableConfig<T>;
37
+ /**
38
+ * Get a subset of mock data for client-side testing
39
+ */
40
+ export declare function getMockData(count?: number): MockRowData[];
41
+ /**
42
+ * Generate additional mock data on demand
43
+ */
44
+ export declare function generateAdditionalMockData(count: number): MockRowData[];
45
+ /**
46
+ * Clear the cached mock data to force regeneration with updated logic
47
+ */
48
+ export declare function clearMockDataCache(): void;
49
+ export {};
@@ -0,0 +1 @@
1
+ import "@testing-library/jest-dom/vitest";
@@ -0,0 +1,20 @@
1
+ interface PvSidePanelProps {
2
+ showLeftSidebar?: boolean;
3
+ showRightSidebar?: boolean;
4
+ }
5
+ declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {};
6
+ type __VLS_Slots = {} & {
7
+ 'left-sidebar'?: (props: typeof __VLS_1) => any;
8
+ } & {
9
+ main?: (props: typeof __VLS_3) => any;
10
+ } & {
11
+ 'right-sidebar'?: (props: typeof __VLS_5) => any;
12
+ };
13
+ declare const __VLS_component: import("vue").DefineComponent<PvSidePanelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PvSidePanelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
15
+ export default _default;
16
+ type __VLS_WithSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };
@@ -0,0 +1,31 @@
1
+ import { SortChangedEvent } from "ag-grid-community";
2
+ import { ColumnMovedEvent, ColumnResizedEvent, ColumnRowGroupChangedEvent, FilterChangedEvent } from "ag-grid-enterprise";
3
+ import { PvDataTableProps, PvDataTablePublicInterface } from "@tables/PvDataTable/types.ts";
4
+ import { FirstDataRenderedEvent, GridReadyEvent } from "ag-grid-community";
5
+ import { FocusUpdateEvent } from "@/components/tables/PvDataTable/types";
6
+ 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<{
7
+ props: __VLS_PrettifyLocal<any & PvDataTableProps<T> & Partial<{}>> & import("vue").PublicProps;
8
+ expose(exposed: import("vue").ShallowUnwrapRef<PvDataTablePublicInterface>): void;
9
+ attrs: any;
10
+ slots: {
11
+ 'top-slot'?: (props: {}) => any;
12
+ };
13
+ emit: {
14
+ (e: "column-moved", event: ColumnMovedEvent<T>): void;
15
+ (e: "column-resized", event: ColumnResizedEvent<T>): void;
16
+ (e: "column-row-group-changed", event: ColumnRowGroupChangedEvent<T>): void;
17
+ (e: "grid-ready", event: GridReadyEvent<T>): void;
18
+ (e: "filter-changed", event: FilterChangedEvent<T>): void;
19
+ (e: "sort-changed", event: SortChangedEvent<T>): void;
20
+ (e: "filter-opened", event: FilterChangedEvent<T>): void;
21
+ (e: "first-data-rendered", event: FirstDataRenderedEvent<T>): void;
22
+ (e: "handle-settings-icon", value: string): void;
23
+ (e: "focus-update", event: FocusUpdateEvent): void;
24
+ };
25
+ }>) => import("vue").VNode & {
26
+ __ctx?: Awaited<typeof __VLS_setup>;
27
+ };
28
+ export default _default;
29
+ type __VLS_PrettifyLocal<T> = {
30
+ [K in keyof T]: T[K];
31
+ } & {};
@@ -0,0 +1,24 @@
1
+ import { Column, FilterModel, GridState, SetFilter, SetFilterValuesFuncParams, ValueFormatterFunc } from "ag-grid-enterprise";
2
+ import type { ColumnVO } from "ag-grid-community/dist/types/src/interfaces/iColumnVO";
3
+ import { QueryBuilderOutput } from "@/components/base/PvQueryBuilderInput/useQueryBuilder.ts";
4
+ import { ColDef, GridApi, IMultiFilterModel } from "ag-grid-community";
5
+ import { ColDefContextProps } from "@tables/PvDataTable/types.ts";
6
+ export declare const mapFilterBasedOnColDef: (filter: any, colDef: ColDef | undefined | null) => any;
7
+ export declare const cleanInitialGridState: (state: GridState | null | undefined, colDefs: ColDef[]) => GridState | null | undefined;
8
+ export declare const liftFocusedOptions: <T>(currentOptions: T[] | undefined, key: keyof T, currentFocuses: string[]) => T[] | undefined;
9
+ export declare const colDefContext: <T>(colDef: ColDef<T> | null | undefined) => ColDefContextProps<T>;
10
+ export declare const colDefValueFormatter: <T>(colDef: ColDef<T>) => ValueFormatterFunc<T> | null;
11
+ export declare const colDefMaxSelectableValues: <T>(colDef: ColDef<T>) => number | null;
12
+ export declare const isColDefSingleSelect: <T>(colDef: ColDef<T>) => boolean;
13
+ export declare const isColDefNumericDataType: <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>) => 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,13 @@
1
+ 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<{
2
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & {} & Partial<{}>> & import("vue").PublicProps;
3
+ expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
4
+ attrs: any;
5
+ slots: {};
6
+ emit: {};
7
+ }>) => import("vue").VNode & {
8
+ __ctx?: Awaited<typeof __VLS_setup>;
9
+ };
10
+ export default _default;
11
+ type __VLS_PrettifyLocal<T> = {
12
+ [K in keyof T]: T[K];
13
+ } & {};
@@ -0,0 +1,15 @@
1
+ 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<{
2
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & {
3
+ getCsvData: () => Promise<string | null>;
4
+ } & Partial<{}>> & import("vue").PublicProps;
5
+ expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
6
+ attrs: any;
7
+ slots: {};
8
+ emit: {};
9
+ }>) => import("vue").VNode & {
10
+ __ctx?: Awaited<typeof __VLS_setup>;
11
+ };
12
+ export default _default;
13
+ type __VLS_PrettifyLocal<T> = {
14
+ [K in keyof T]: T[K];
15
+ } & {};
@@ -0,0 +1,22 @@
1
+ export interface FilterPanelProps {
2
+ enableFocusView?: boolean;
3
+ enableVerticalPanel?: boolean;
4
+ displayPreferencesIcon?: boolean;
5
+ focusableColumns?: string[];
6
+ maxHorizontalFilters: number;
7
+ }
8
+ 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<{
9
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
10
+ readonly "onHandle-settings-icon"?: ((value: string) => any) | undefined;
11
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onHandle-settings-icon"> & FilterPanelProps & Partial<{}>> & import("vue").PublicProps;
12
+ expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
13
+ attrs: any;
14
+ slots: {};
15
+ emit: (e: "handle-settings-icon", value: string) => void;
16
+ }>) => import("vue").VNode & {
17
+ __ctx?: Awaited<typeof __VLS_setup>;
18
+ };
19
+ export default _default;
20
+ type __VLS_PrettifyLocal<T> = {
21
+ [K in keyof T]: T[K];
22
+ } & {};
@@ -0,0 +1,15 @@
1
+ import { type Component } from "vue";
2
+ export interface FilterValueLabelProps {
3
+ option: string | null;
4
+ enableFocusView: boolean;
5
+ filterField: string;
6
+ filterOptionsRenderer?: Component | null;
7
+ forceCheckSelection: boolean;
8
+ formatDisplayValue: (option: string | null) => string | null;
9
+ handleInputChange: (event: Event, option: string | null) => void;
10
+ isSingleSelect: boolean;
11
+ selectedValues: (string | null)[];
12
+ selectionDisabled: (option: string | null) => boolean;
13
+ }
14
+ declare const _default: import("vue").DefineComponent<FilterValueLabelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FilterValueLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ export default _default;
@@ -0,0 +1,7 @@
1
+ import { MenuOption } from "@/types";
2
+ export interface FocusItemRendererProps {
3
+ filterField: string;
4
+ onFocusUpdate: (option: string | null) => void;
5
+ }
6
+ declare const _default: import("vue").DefineComponent<MenuOption, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MenuOption> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
+ export default _default;
@@ -0,0 +1,16 @@
1
+ import { ICellRendererParams } from "ag-grid-enterprise";
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<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & {
4
+ params: ICellRendererParams;
5
+ } & Partial<{}>> & import("vue").PublicProps;
6
+ expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
7
+ attrs: any;
8
+ slots: {};
9
+ emit: {};
10
+ }>) => import("vue").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,16 @@
1
+ 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<{
2
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & {
3
+ rowGroupLimit?: number;
4
+ enableFocusView?: boolean;
5
+ } & Partial<{}>> & import("vue").PublicProps;
6
+ expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
7
+ attrs: any;
8
+ slots: {};
9
+ emit: {};
10
+ }>) => import("vue").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,15 @@
1
+ import { GridApi } from "ag-grid-community";
2
+ import { RowNode } from "ag-grid-enterprise";
3
+ interface GroupCellRendererParams {
4
+ displayBaseAggregationsOnly: boolean;
5
+ displayCount: boolean;
6
+ displayRowNumber: boolean;
7
+ formattedValue: string;
8
+ rowNode: RowNode;
9
+ api: GridApi;
10
+ }
11
+ type __VLS_Props = {
12
+ params: GroupCellRendererParams;
13
+ };
14
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ export default _default;
@@ -0,0 +1,9 @@
1
+ import { IHeaderParams } from "ag-grid-enterprise";
2
+ type __VLS_Props = {
3
+ params: IHeaderParams;
4
+ };
5
+ declare function refresh(params: IHeaderParams): boolean;
6
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {
7
+ refresh: typeof refresh;
8
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ export default _default;
@@ -0,0 +1,6 @@
1
+ import { ICellRendererParams } from "ag-grid-enterprise";
2
+ type __VLS_Props = {
3
+ params: ICellRendererParams;
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ export default _default;
@@ -0,0 +1,15 @@
1
+ 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<{
2
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & {
3
+ panelSize?: "xl" | "l";
4
+ } & Partial<{}>> & import("vue").PublicProps;
5
+ expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
6
+ attrs: any;
7
+ slots: {};
8
+ emit: {};
9
+ }>) => import("vue").VNode & {
10
+ __ctx?: Awaited<typeof __VLS_setup>;
11
+ };
12
+ export default _default;
13
+ type __VLS_PrettifyLocal<T> = {
14
+ [K in keyof T]: T[K];
15
+ } & {};
@@ -0,0 +1,16 @@
1
+ import { ICellRendererParams } from "ag-grid-enterprise";
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<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, never> & {
4
+ params: ICellRendererParams;
5
+ } & Partial<{}>> & import("vue").PublicProps;
6
+ expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
7
+ attrs: any;
8
+ slots: {};
9
+ emit: {};
10
+ }>) => import("vue").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,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;