@turquoisehealth/pit-viper 2.79.2-dev.1 → 2.79.2-dev.3

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 (268) hide show
  1. package/package.json +3 -3
  2. package/pv-components/dist/vue/base/components/base/PvAccordion/PvAccordion.vue.d.ts +28 -0
  3. package/pv-components/dist/vue/base/components/base/PvActionBar/PvActionBar.vue.d.ts +24 -0
  4. package/pv-components/dist/{src → vue/base}/components/base/PvActionBar/types.d.ts +1 -1
  5. package/pv-components/dist/vue/base/components/base/PvAiButton/PvAiButton.vue.d.ts +13 -0
  6. package/pv-components/dist/{src → vue/base}/components/base/PvAiButton/types.d.ts +1 -1
  7. package/pv-components/dist/vue/base/components/base/PvAvatar/PvAvatar.vue.d.ts +11 -0
  8. package/pv-components/dist/{src → vue/base}/components/base/PvAvatar/types.d.ts +1 -1
  9. package/pv-components/dist/vue/base/components/base/PvAvatarGroup/PvAvatarGroup.vue.d.ts +8 -0
  10. package/pv-components/dist/vue/base/components/base/PvBanner/PvBanner.vue.d.ts +29 -0
  11. package/pv-components/dist/vue/base/components/base/PvBreadcrumbs/PvBreadcrumbs.vue.d.ts +7 -0
  12. package/pv-components/dist/vue/base/components/base/PvButton/PvButton.vue.d.ts +20 -0
  13. package/pv-components/dist/{src → vue/base}/components/base/PvButton/types.d.ts +1 -1
  14. package/pv-components/dist/vue/base/components/base/PvCard/PvCard.vue.d.ts +27 -0
  15. package/pv-components/dist/{src → vue/base}/components/base/PvCard/types.d.ts +1 -1
  16. package/pv-components/dist/vue/base/components/base/PvCheckbox/PvCheckbox.vue.d.ts +17 -0
  17. package/pv-components/dist/vue/base/components/base/PvCompanyLabel/PvCompanyLabel.vue.d.ts +11 -0
  18. package/pv-components/dist/{src → vue/base}/components/base/PvCompanyLabel/types.d.ts +1 -1
  19. package/pv-components/dist/vue/base/components/base/PvCompanyLogo/PvCompanyLogo.vue.d.ts +15 -0
  20. package/pv-components/dist/vue/base/components/base/PvCompanyLogo/types.d.ts +2 -0
  21. package/pv-components/dist/{src → vue/base}/components/base/PvCompanyTag/PvCompanyTag.vue.d.ts +5 -4
  22. package/pv-components/dist/{src → vue/base}/components/base/PvComponentsConfig/primeVue.config.d.ts +3 -1
  23. package/pv-components/dist/{src → vue/base}/components/base/PvComponentsConfig/usePvComponents.d.ts +1 -1
  24. package/pv-components/dist/vue/base/components/base/PvCounterBadge/PvCounterBadge.vue.d.ts +16 -0
  25. package/pv-components/dist/{src → vue/base}/components/base/PvCounterBadge/types.d.ts +1 -1
  26. package/pv-components/dist/{src → vue/base}/components/base/PvDatePicker/PvDatePicker.vue.d.ts +6 -5
  27. package/pv-components/dist/vue/base/components/base/PvDateTime/PvDateTime.vue.d.ts +14 -0
  28. package/pv-components/dist/vue/base/components/base/PvDrawer/PvDrawer.vue.d.ts +34 -0
  29. package/pv-components/dist/vue/base/components/base/PvDropdown/PvDropdown.vue.d.ts +117 -0
  30. package/pv-components/dist/vue/base/components/base/PvExpandableContent/PvExpandableContent.vue.d.ts +30 -0
  31. package/pv-components/dist/{src → vue/base}/components/base/PvExpandableContent/types.d.ts +1 -1
  32. package/pv-components/dist/vue/base/components/base/PvGhostInput/PvGhostInput.vue.d.ts +39 -0
  33. package/pv-components/dist/{src → vue/base}/components/base/PvGhostInput/types.d.ts +1 -1
  34. package/pv-components/dist/vue/base/components/base/PvIcon/PvIcon.vue.d.ts +10 -0
  35. package/pv-components/dist/vue/base/components/base/PvInput/PvInput.vue.d.ts +40 -0
  36. package/pv-components/dist/{src → vue/base}/components/base/PvInput/types.d.ts +1 -1
  37. package/pv-components/dist/{src → vue/base}/components/base/PvInsightCard/PvInsightCard.vue.d.ts +4 -3
  38. package/pv-components/dist/vue/base/components/base/PvMenu/PvMenu.vue.d.ts +183 -0
  39. package/pv-components/dist/vue/base/components/base/PvMenu/PvMenuControlPanel.vue.d.ts +12 -0
  40. package/pv-components/dist/vue/base/components/base/PvMenu/PvMenuEmptyState.vue.d.ts +3 -0
  41. package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuCheckboxItem.vue.d.ts +18 -0
  42. package/pv-components/dist/{src → vue/base}/components/base/PvMenu/items/PvMenuItem.vue.d.ts +4 -4
  43. package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuRadioItem.vue.d.ts +13 -0
  44. package/pv-components/dist/{src → vue/base}/components/base/PvMenu/useMenuPosition.d.ts +6 -6
  45. package/pv-components/dist/vue/base/components/base/PvModal/PvModal.vue.d.ts +28 -0
  46. package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +361 -0
  47. package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/PvMultiSelectMenuItem.vue.d.ts +15 -0
  48. package/pv-components/dist/{src → vue/base}/components/base/PvMultiSelectButton/mocks.d.ts +1 -1
  49. package/pv-components/dist/{src → vue/base}/components/base/PvMultiSelectButton/types.d.ts +1 -1
  50. package/pv-components/dist/vue/base/components/base/PvPagination/PvPagination.vue.d.ts +21 -0
  51. package/pv-components/dist/{src → vue/base}/components/base/PvPagination/types.d.ts +1 -1
  52. package/pv-components/dist/{src → vue/base}/components/base/PvPagination/usePagination.d.ts +1 -1
  53. package/pv-components/dist/{src → vue/base}/components/base/PvPill/PvPill.vue.d.ts +4 -3
  54. package/pv-components/dist/{src → vue/base}/components/base/PvPill/types.d.ts +1 -1
  55. package/pv-components/dist/vue/base/components/base/PvPopover/PvPopover.vue.d.ts +31 -0
  56. package/pv-components/dist/{src → vue/base}/components/base/PvQueryBuilderInput/useQueryBuilder.d.ts +1 -1
  57. package/pv-components/dist/vue/base/components/base/PvRating/PvRating.vue.d.ts +12 -0
  58. package/pv-components/dist/vue/base/components/base/PvReleaseBadge/PvReleaseBadge.vue.d.ts +6 -0
  59. package/pv-components/dist/vue/base/components/base/PvSearchInput/PvSearchInput.vue.d.ts +26 -0
  60. package/pv-components/dist/vue/base/components/base/PvSegmentedControl/PvSegmentedControl.vue.d.ts +19 -0
  61. package/pv-components/dist/{src → vue/base}/components/base/PvSegmentedControl/types.d.ts +1 -1
  62. package/pv-components/dist/vue/base/components/base/PvSelectButton/PvSelectButton.vue.d.ts +228 -0
  63. package/pv-components/dist/{src → vue/base}/components/base/PvSelectButton/PvSelectButtonTrigger/PvSelectButtonTrigger.vue.d.ts +9 -6
  64. package/pv-components/dist/{src → vue/base}/components/base/PvSelectButton/types.d.ts +1 -1
  65. package/pv-components/dist/vue/base/components/base/PvSelectableCard/PvSelectableCard.vue.d.ts +25 -0
  66. package/pv-components/dist/vue/base/components/base/PvSkeleton/PvSkeleton.vue.d.ts +11 -0
  67. package/pv-components/dist/{src → vue/base}/components/base/PvSkeleton/types.d.ts +1 -1
  68. package/pv-components/dist/vue/base/components/base/PvSpinner/PvSpinner.vue.d.ts +11 -0
  69. package/pv-components/dist/{src → vue/base}/components/base/PvSpinner/types.d.ts +1 -1
  70. package/pv-components/dist/vue/base/components/base/PvSprite/PvSprite.vue.d.ts +9 -0
  71. package/pv-components/dist/{src → vue/base}/components/base/PvSuggestionTag/PvSuggestionTag.vue.d.ts +5 -4
  72. package/pv-components/dist/vue/base/components/base/PvSwitch/PvSwitch.vue.d.ts +22 -0
  73. package/pv-components/dist/{src → vue/base}/components/base/PvSwitch/types.d.ts +1 -1
  74. package/pv-components/dist/vue/base/components/base/PvTabList/PvTabList.vue.d.ts +12 -0
  75. package/pv-components/dist/vue/base/components/base/PvTabs/PvTabs.vue.d.ts +18 -0
  76. package/pv-components/dist/{src → vue/base}/components/base/PvTabs/types.d.ts +1 -1
  77. package/pv-components/dist/{src → vue/base}/components/base/PvTag/PvTag.vue.d.ts +5 -4
  78. package/pv-components/dist/{src → vue/base}/components/base/PvTag/types.d.ts +1 -1
  79. package/pv-components/dist/vue/base/components/base/PvTextArea/PvTextArea.vue.d.ts +40 -0
  80. package/pv-components/dist/{src → vue/base}/components/base/PvTextArea/types.d.ts +1 -1
  81. package/pv-components/dist/vue/base/components/base/PvToast/PvToast.vue.d.ts +30 -0
  82. package/pv-components/dist/vue/base/components/base/PvToggleButton/PvToggleButton.vue.d.ts +29 -0
  83. package/pv-components/dist/{src → vue/base}/components/base/PvToggleButton/types.d.ts +1 -1
  84. package/pv-components/dist/vue/base/components/base/PvTooltip/PvTooltip.vue.d.ts +34 -0
  85. package/pv-components/dist/{src → vue/base}/components/base/PvTooltip/types.d.ts +1 -1
  86. package/pv-components/dist/vue/base/components/base/PvWidget/PvWidget.vue.d.ts +18 -0
  87. package/pv-components/dist/vue/base/components/base/index.d.ts +54 -0
  88. package/pv-components/dist/vue/base/components/layout/PvSidePanel/PvSidePanel.vue.d.ts +24 -0
  89. package/pv-components/dist/{src → vue/base}/types.d.ts +1 -1
  90. package/pv-components/dist/vue/visualizations/components/visualizations/index.d.ts +5 -0
  91. package/pv-components/dist/vue/visualizations/types.d.ts +40 -0
  92. package/pv-components/dist/docs/router.d.ts +0 -1
  93. package/pv-components/dist/docs/scripts/autoDocGen.d.ts +0 -1
  94. package/pv-components/dist/docs/scripts/copyPvAssets.d.ts +0 -1
  95. package/pv-components/dist/docs/scripts/plugins.d.ts +0 -7
  96. package/pv-components/dist/docs/scripts/propGen.d.ts +0 -5
  97. package/pv-components/dist/docs/src/App.vue.d.ts +0 -2
  98. package/pv-components/dist/docs/types/vue-component-doc.d.ts +0 -20
  99. package/pv-components/dist/docs/vite.config.d.ts +0 -2
  100. package/pv-components/dist/src/components/base/PvAccordion/PvAccordion.vue.d.ts +0 -22
  101. package/pv-components/dist/src/components/base/PvActionBar/PvActionBar.vue.d.ts +0 -18
  102. package/pv-components/dist/src/components/base/PvAiButton/PvAiButton.vue.d.ts +0 -12
  103. package/pv-components/dist/src/components/base/PvAvatar/PvAvatar.vue.d.ts +0 -10
  104. package/pv-components/dist/src/components/base/PvAvatarGroup/PvAvatarGroup.vue.d.ts +0 -7
  105. package/pv-components/dist/src/components/base/PvBanner/PvBanner.vue.d.ts +0 -24
  106. package/pv-components/dist/src/components/base/PvBreadcrumbs/PvBreadcrumbs.vue.d.ts +0 -6
  107. package/pv-components/dist/src/components/base/PvButton/PvButton.vue.d.ts +0 -19
  108. package/pv-components/dist/src/components/base/PvCard/PvCard.vue.d.ts +0 -21
  109. package/pv-components/dist/src/components/base/PvCheckbox/PvCheckbox.vue.d.ts +0 -14
  110. package/pv-components/dist/src/components/base/PvCompanyLabel/PvCompanyLabel.vue.d.ts +0 -10
  111. package/pv-components/dist/src/components/base/PvCompanyLogo/PvCompanyLogo.vue.d.ts +0 -14
  112. package/pv-components/dist/src/components/base/PvCompanyLogo/types.d.ts +0 -2
  113. package/pv-components/dist/src/components/base/PvCounterBadge/PvCounterBadge.vue.d.ts +0 -15
  114. package/pv-components/dist/src/components/base/PvDateTime/PvDateTime.vue.d.ts +0 -13
  115. package/pv-components/dist/src/components/base/PvDrawer/PvDrawer.vue.d.ts +0 -31
  116. package/pv-components/dist/src/components/base/PvDropdown/PvDropdown.vue.d.ts +0 -42
  117. package/pv-components/dist/src/components/base/PvExpandableContent/PvExpandableContent.vue.d.ts +0 -24
  118. package/pv-components/dist/src/components/base/PvGhostInput/PvGhostInput.vue.d.ts +0 -29
  119. package/pv-components/dist/src/components/base/PvIcon/PvIcon.vue.d.ts +0 -9
  120. package/pv-components/dist/src/components/base/PvInput/PvInput.vue.d.ts +0 -34
  121. package/pv-components/dist/src/components/base/PvMenu/PvMenu.vue.d.ts +0 -30
  122. package/pv-components/dist/src/components/base/PvMenu/PvMenuControlPanel.vue.d.ts +0 -11
  123. package/pv-components/dist/src/components/base/PvMenu/PvMenuEmptyState.vue.d.ts +0 -2
  124. package/pv-components/dist/src/components/base/PvMenu/items/PvMenuCheckboxItem.vue.d.ts +0 -18
  125. package/pv-components/dist/src/components/base/PvMenu/items/PvMenuRadioItem.vue.d.ts +0 -12
  126. package/pv-components/dist/src/components/base/PvModal/PvModal.vue.d.ts +0 -26
  127. package/pv-components/dist/src/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +0 -155
  128. package/pv-components/dist/src/components/base/PvMultiSelectButton/PvMultiSelectMenuItem.vue.d.ts +0 -14
  129. package/pv-components/dist/src/components/base/PvPagination/PvPagination.vue.d.ts +0 -20
  130. package/pv-components/dist/src/components/base/PvPopover/PvPopover.vue.d.ts +0 -29
  131. package/pv-components/dist/src/components/base/PvQueryBuilderInput/FormattedQueryText.vue.d.ts +0 -5
  132. package/pv-components/dist/src/components/base/PvQueryBuilderInput/PvQueryBuilderInput.vue.d.ts +0 -29
  133. package/pv-components/dist/src/components/base/PvQueryBuilderInput/QueryBuilderMenuOptionRenderer.vue.d.ts +0 -3
  134. package/pv-components/dist/src/components/base/PvQueryBuilderInput/QueryFormatter.vue.d.ts +0 -13
  135. package/pv-components/dist/src/components/base/PvRating/PvRating.vue.d.ts +0 -11
  136. package/pv-components/dist/src/components/base/PvReleaseBadge/PvReleaseBadge.vue.d.ts +0 -5
  137. package/pv-components/dist/src/components/base/PvSearchInput/PvSearchInput.vue.d.ts +0 -23
  138. package/pv-components/dist/src/components/base/PvSegmentedControl/PvSegmentedControl.vue.d.ts +0 -18
  139. package/pv-components/dist/src/components/base/PvSelectButton/PvSelectButton.vue.d.ts +0 -49
  140. package/pv-components/dist/src/components/base/PvSelectableCard/PvSelectableCard.vue.d.ts +0 -19
  141. package/pv-components/dist/src/components/base/PvSkeleton/PvSkeleton.vue.d.ts +0 -10
  142. package/pv-components/dist/src/components/base/PvSortableList/PvSortableList.vue.d.ts +0 -21
  143. package/pv-components/dist/src/components/base/PvSpinner/PvSpinner.vue.d.ts +0 -10
  144. package/pv-components/dist/src/components/base/PvSprite/PvSprite.vue.d.ts +0 -8
  145. package/pv-components/dist/src/components/base/PvSwitch/PvSwitch.vue.d.ts +0 -21
  146. package/pv-components/dist/src/components/base/PvTabList/PvTabList.vue.d.ts +0 -11
  147. package/pv-components/dist/src/components/base/PvTabs/PvTabs.vue.d.ts +0 -17
  148. package/pv-components/dist/src/components/base/PvTextArea/PvTextArea.vue.d.ts +0 -34
  149. package/pv-components/dist/src/components/base/PvToast/PvToast.vue.d.ts +0 -24
  150. package/pv-components/dist/src/components/base/PvToggleButton/PvToggleButton.vue.d.ts +0 -28
  151. package/pv-components/dist/src/components/base/PvTooltip/PvTooltip.vue.d.ts +0 -30
  152. package/pv-components/dist/src/components/base/PvWidget/PvWidget.vue.d.ts +0 -12
  153. package/pv-components/dist/src/components/base/index.d.ts +0 -54
  154. package/pv-components/dist/src/components/charts/PvChart/PvChart.vue.d.ts +0 -25
  155. package/pv-components/dist/src/components/charts/PvDataTableWithChart/PvDataTableWithChart.spec.d.ts +0 -1
  156. package/pv-components/dist/src/components/charts/PvDataTableWithChart/PvDataTableWithChart.vue.d.ts +0 -39
  157. package/pv-components/dist/src/components/charts/PvDataTableWithChart/constants.d.ts +0 -5
  158. package/pv-components/dist/src/components/charts/PvDataTableWithChart/helpers.d.ts +0 -13
  159. package/pv-components/dist/src/components/charts/PvDataTableWithChart/helpers.spec.d.ts +0 -1
  160. package/pv-components/dist/src/components/charts/PvDataTableWithChart/table-chart-components/PvChartOptionsPanel.vue.d.ts +0 -21
  161. package/pv-components/dist/src/components/charts/PvDataTableWithChart/types.d.ts +0 -75
  162. package/pv-components/dist/src/components/charts/PvMapChart/PvMapChart.vue.d.ts +0 -44
  163. package/pv-components/dist/src/components/charts/chart-components/maps/MapGradient.vue.d.ts +0 -10
  164. package/pv-components/dist/src/components/charts/chart-components/maps/MapRegionSelector.vue.d.ts +0 -15
  165. package/pv-components/dist/src/components/charts/chart-components/maps/topologies/alaskaStateTopology.d.ts +0 -20
  166. package/pv-components/dist/src/components/charts/chart-components/maps/topologies/hawaiiStateTopology.d.ts +0 -20
  167. package/pv-components/dist/src/components/charts/chart-components/maps/topologies/usStateTopology.d.ts +0 -28
  168. package/pv-components/dist/src/components/charts/chart-components/maps/useTopology.d.ts +0 -8
  169. package/pv-components/dist/src/components/charts/themes.d.ts +0 -5
  170. package/pv-components/dist/src/components/helpers/charts/mockChartData.d.ts +0 -7
  171. package/pv-components/dist/src/components/helpers/components/ExampleTable.vue.d.ts +0 -20
  172. package/pv-components/dist/src/components/helpers/tables/mockData.d.ts +0 -25
  173. package/pv-components/dist/src/components/helpers/tables/mockPvDataTableServer.d.ts +0 -49
  174. package/pv-components/dist/src/components/layout/PvSidePanel/PvSidePanel.vue.d.ts +0 -20
  175. package/pv-components/dist/src/components/tables/PvDataTable/PvDataTable.vue.d.ts +0 -31
  176. package/pv-components/dist/src/components/tables/PvDataTable/helpers.d.ts +0 -24
  177. package/pv-components/dist/src/components/tables/PvDataTable/helpers.spec.d.ts +0 -1
  178. package/pv-components/dist/src/components/tables/PvDataTable/table-components/ColumnVisibilitySelector.vue.d.ts +0 -13
  179. package/pv-components/dist/src/components/tables/PvDataTable/table-components/ExportMenu.vue.d.ts +0 -15
  180. package/pv-components/dist/src/components/tables/PvDataTable/table-components/FilterPanel.vue.d.ts +0 -22
  181. package/pv-components/dist/src/components/tables/PvDataTable/table-components/FilterValueLabel.vue.d.ts +0 -15
  182. package/pv-components/dist/src/components/tables/PvDataTable/table-components/FocusItemRenderer.vue.d.ts +0 -7
  183. package/pv-components/dist/src/components/tables/PvDataTable/table-components/GroupAggCellRenderer.vue.d.ts +0 -16
  184. package/pv-components/dist/src/components/tables/PvDataTable/table-components/GroupBySelector.vue.d.ts +0 -16
  185. package/pv-components/dist/src/components/tables/PvDataTable/table-components/GroupedCellRenderer.vue.d.ts +0 -15
  186. package/pv-components/dist/src/components/tables/PvDataTable/table-components/HeaderCellRenderer.vue.d.ts +0 -9
  187. package/pv-components/dist/src/components/tables/PvDataTable/table-components/LogoCellRenderer.vue.d.ts +0 -6
  188. package/pv-components/dist/src/components/tables/PvDataTable/table-components/PaginationPanel.vue.d.ts +0 -15
  189. package/pv-components/dist/src/components/tables/PvDataTable/table-components/RowCountCellRenderer.vue.d.ts +0 -16
  190. package/pv-components/dist/src/components/tables/PvDataTable/table-components/RowLoadingCellRenderer.vue.d.ts +0 -2
  191. package/pv-components/dist/src/components/tables/PvDataTable/table-components/SetFilter.vue.d.ts +0 -29
  192. package/pv-components/dist/src/components/tables/PvDataTable/table-components/TableSearch.vue.d.ts +0 -7
  193. package/pv-components/dist/src/components/tables/PvDataTable/table-components/TableTooltip.vue.d.ts +0 -6
  194. package/pv-components/dist/src/components/tables/PvDataTable/table-components/TagCellRenderer.vue.d.ts +0 -6
  195. package/pv-components/dist/src/components/tables/PvDataTable/table-components/formatting.d.ts +0 -29
  196. package/pv-components/dist/src/components/tables/PvDataTable/table-components/formatting.spec.d.ts +0 -1
  197. package/pv-components/dist/src/components/tables/PvDataTable/types.d.ts +0 -244
  198. package/pv-components/dist/src/components/tables/PvDataTable/useFilterStore.d.ts +0 -43
  199. package/pv-components/dist/src/components/tables/PvDataTable/useFocus.d.ts +0 -24
  200. package/pv-components/dist/src/components/tables/PvDataTable/useFocus.spec.d.ts +0 -1
  201. package/pv-components/dist/src/components/tables/symbols.d.ts +0 -48
  202. package/pv-components/dist/src/components/tables/themes.d.ts +0 -3
  203. package/pv-components/dist/src/components/visualizations/index.d.ts +0 -5
  204. package/pv-components/dist/src/functions/aggregations.d.ts +0 -1
  205. package/pv-components/dist/src/functions/formatting.d.ts +0 -7
  206. package/pv-components/dist/src/helpers/tests/findIcon.d.ts +0 -1
  207. package/pv-components/dist/src/helpers/tests/helpers.d.ts +0 -9
  208. package/pv-components/dist/src/styles.d.ts +0 -1
  209. package/pv-components/dist/src/web-components.d.ts +0 -1
  210. package/pv-components/dist/vite.config.d.ts +0 -2
  211. /package/pv-components/dist/{src → vue/base}/components/base/PvAccordion/PvAccordion.spec.d.ts +0 -0
  212. /package/pv-components/dist/{src → vue/base}/components/base/PvAccordion/types.d.ts +0 -0
  213. /package/pv-components/dist/{src → vue/base}/components/base/PvActionBar/PvActionBar.spec.d.ts +0 -0
  214. /package/pv-components/dist/{src → vue/base}/components/base/PvAiButton/PvAiButton.spec.d.ts +0 -0
  215. /package/pv-components/dist/{src → vue/base}/components/base/PvAvatar/PvAvatar.spec.d.ts +0 -0
  216. /package/pv-components/dist/{src → vue/base}/components/base/PvAvatarGroup/PvAvatarGroup.spec.d.ts +0 -0
  217. /package/pv-components/dist/{src → vue/base}/components/base/PvAvatarGroup/types.d.ts +0 -0
  218. /package/pv-components/dist/{src → vue/base}/components/base/PvBanner/PvBanner.spec.d.ts +0 -0
  219. /package/pv-components/dist/{src → vue/base}/components/base/PvBanner/types.d.ts +0 -0
  220. /package/pv-components/dist/{src → vue/base}/components/base/PvBreadcrumbs/PvBreadcrumbs.spec.d.ts +0 -0
  221. /package/pv-components/dist/{src → vue/base}/components/base/PvBreadcrumbs/types.d.ts +0 -0
  222. /package/pv-components/dist/{src → vue/base}/components/base/PvButton/PvButton.spec.d.ts +0 -0
  223. /package/pv-components/dist/{src → vue/base}/components/base/PvCard/PvCard.spec.d.ts +0 -0
  224. /package/pv-components/dist/{src → vue/base}/components/base/PvCompanyLogo/PvCompanyLogo.spec.d.ts +0 -0
  225. /package/pv-components/dist/{src → vue/base}/components/base/PvCompanyTag/PvCompanyTag.spec.d.ts +0 -0
  226. /package/pv-components/dist/{src → vue/base}/components/base/PvCounterBadge/PvCounterBadge.spec.d.ts +0 -0
  227. /package/pv-components/dist/{src → vue/base}/components/base/PvDateTime/PvDateTime.spec.d.ts +0 -0
  228. /package/pv-components/dist/{src → vue/base}/components/base/PvDateTime/useDateTime.d.ts +0 -0
  229. /package/pv-components/dist/{src → vue/base}/components/base/PvDateTime/useDateTime.spec.d.ts +0 -0
  230. /package/pv-components/dist/{src → vue/base}/components/base/PvDrawer/PvDrawer.spec.d.ts +0 -0
  231. /package/pv-components/dist/{src → vue/base}/components/base/PvExpandableContent/PvExpandableContent.spec.d.ts +0 -0
  232. /package/pv-components/dist/{src → vue/base}/components/base/PvGhostInput/PvGhostInput.spec.d.ts +0 -0
  233. /package/pv-components/dist/{src → vue/base}/components/base/PvInput/PvInput.spec.d.ts +0 -0
  234. /package/pv-components/dist/{src → vue/base}/components/base/PvInsightCard/PvInsightCard.spec.d.ts +0 -0
  235. /package/pv-components/dist/{src → vue/base}/components/base/PvMenu/PvMenu.spec.d.ts +0 -0
  236. /package/pv-components/dist/{src → vue/base}/components/base/PvMenu/PvMenuControlPanel.spec.d.ts +0 -0
  237. /package/pv-components/dist/{src → vue/base}/components/base/PvMenu/items/PvMenuCheckboxItem.spec.d.ts +0 -0
  238. /package/pv-components/dist/{src → vue/base}/components/base/PvMenu/items/PvMenuItem.spec.d.ts +0 -0
  239. /package/pv-components/dist/{src → vue/base}/components/base/PvMenu/items/PvMenuRadioItem.spec.d.ts +0 -0
  240. /package/pv-components/dist/{src → vue/base}/components/base/PvMenu/useMenuPosition.spec.d.ts +0 -0
  241. /package/pv-components/dist/{src → vue/base}/components/base/PvModal/PvModal.spec.d.ts +0 -0
  242. /package/pv-components/dist/{src → vue/base}/components/base/PvMultiSelectButton/PvMultiSelectButton.spec.d.ts +0 -0
  243. /package/pv-components/dist/{src → vue/base}/components/base/PvPagination/PvPagination.spec.d.ts +0 -0
  244. /package/pv-components/dist/{src → vue/base}/components/base/PvPagination/usePagination.spec.d.ts +0 -0
  245. /package/pv-components/dist/{src → vue/base}/components/base/PvPill/PvPill.spec.d.ts +0 -0
  246. /package/pv-components/dist/{src → vue/base}/components/base/PvQueryBuilderInput/useQueryBuilder.spec.d.ts +0 -0
  247. /package/pv-components/dist/{src → vue/base}/components/base/PvRating/PvRating.spec.d.ts +0 -0
  248. /package/pv-components/dist/{src → vue/base}/components/base/PvRating/types.d.ts +0 -0
  249. /package/pv-components/dist/{src → vue/base}/components/base/PvSearchInput/PvSearchInput.spec.d.ts +0 -0
  250. /package/pv-components/dist/{src → vue/base}/components/base/PvSegmentedControl/PvSegmentedControl.spec.d.ts +0 -0
  251. /package/pv-components/dist/{src → vue/base}/components/base/PvSelectButton/PvSelectButton.spec.d.ts +0 -0
  252. /package/pv-components/dist/{src → vue/base}/components/base/PvSelectButton/PvSelectButtonTrigger/PvSelectButtonTrigger.spec.d.ts +0 -0
  253. /package/pv-components/dist/{src → vue/base}/components/base/PvSelectButton/mocks.d.ts +0 -0
  254. /package/pv-components/dist/{src → vue/base}/components/base/PvSelectableCard/PvSelectableCard.spec.d.ts +0 -0
  255. /package/pv-components/dist/{src → vue/base}/components/base/PvSkeleton/PvSkeleton.spec.d.ts +0 -0
  256. /package/pv-components/dist/{src → vue/base}/components/base/PvSpinner/PvSpinner.spec.d.ts +0 -0
  257. /package/pv-components/dist/{src → vue/base}/components/base/PvSuggestionTag/PvSuggestionTag.spec.d.ts +0 -0
  258. /package/pv-components/dist/{src → vue/base}/components/base/PvSwitch/PvSwitch.spec.d.ts +0 -0
  259. /package/pv-components/dist/{src → vue/base}/components/base/PvTabs/PvTabs.spec.d.ts +0 -0
  260. /package/pv-components/dist/{src → vue/base}/components/base/PvTag/PvTag.spec.d.ts +0 -0
  261. /package/pv-components/dist/{src → vue/base}/components/base/PvTextArea/PvTextArea.spec.d.ts +0 -0
  262. /package/pv-components/dist/{src → vue/base}/components/base/PvToast/PvToast.spec.d.ts +0 -0
  263. /package/pv-components/dist/{src → vue/base}/components/base/PvToast/types.d.ts +0 -0
  264. /package/pv-components/dist/{src → vue/base}/components/base/PvToggleButton/PvToggleButton.spec.d.ts +0 -0
  265. /package/pv-components/dist/{src → vue/base}/components/base/PvTooltip/PvTooltip.spec.d.ts +0 -0
  266. /package/pv-components/dist/{src → vue/base}/components/base/PvWidget/PvWidget.spec.d.ts +0 -0
  267. /package/pv-components/dist/{src → vue/base}/components/base/baseProps.d.ts +0 -0
  268. /package/pv-components/dist/{src → vue/base}/components/layout/PvSidePanel/PvSidePanel.spec.d.ts +0 -0
@@ -1,31 +0,0 @@
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
- } & {};
@@ -1,24 +0,0 @@
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[];
@@ -1,13 +0,0 @@
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
- } & {};
@@ -1,15 +0,0 @@
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
- } & {};
@@ -1,22 +0,0 @@
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
- } & {};
@@ -1,15 +0,0 @@
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;
@@ -1,7 +0,0 @@
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;
@@ -1,16 +0,0 @@
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
- } & {};
@@ -1,16 +0,0 @@
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
- } & {};
@@ -1,15 +0,0 @@
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;
@@ -1,9 +0,0 @@
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;
@@ -1,6 +0,0 @@
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;
@@ -1,15 +0,0 @@
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
- } & {};
@@ -1,16 +0,0 @@
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
- } & {};
@@ -1,2 +0,0 @@
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;
@@ -1,29 +0,0 @@
1
- import { ColDef } from "ag-grid-community";
2
- export interface SetFilterProps<T> {
3
- enableFocusView?: boolean;
4
- filterColDef: ColDef<T>;
5
- filterStyle?: "horizontal" | "vertical";
6
- displayPreferencesIcon?: boolean;
7
- focusableColumns?: string[];
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 "onFilter-selection-changed"?: (() => any) | undefined;
12
- readonly "onFilter-closed"?: (() => any) | undefined;
13
- readonly "onHandle-settings-icon"?: ((value: string) => any) | undefined;
14
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onFilter-selection-changed" | "onFilter-closed" | "onHandle-settings-icon"> & SetFilterProps<T> & Partial<{}>> & import("vue").PublicProps;
15
- expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
16
- attrs: any;
17
- slots: {};
18
- emit: {
19
- (e: "filter-selection-changed"): void;
20
- (e: "filter-closed"): void;
21
- (e: "handle-settings-icon", value: string): void;
22
- };
23
- }>) => import("vue").VNode & {
24
- __ctx?: Awaited<typeof __VLS_setup>;
25
- };
26
- export default _default;
27
- type __VLS_PrettifyLocal<T> = {
28
- [K in keyof T]: T[K];
29
- } & {};
@@ -1,7 +0,0 @@
1
- import { TableSearchStyle } from "@tables/PvDataTable/types.ts";
2
- export interface TableSearchProps {
3
- placeholder: string;
4
- searchStyle: TableSearchStyle;
5
- }
6
- declare const _default: import("vue").DefineComponent<TableSearchProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TableSearchProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
- export default _default;
@@ -1,6 +0,0 @@
1
- import { ITooltipParams } from "ag-grid-enterprise";
2
- type __VLS_Props = {
3
- params: ITooltipParams;
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;
@@ -1,6 +0,0 @@
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;
@@ -1,29 +0,0 @@
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) => "list" | "file" | "calendar" | "location" | "link" | "user" | "formula" | "percent" | "fonts" | "hash" | "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
- };
@@ -1,244 +0,0 @@
1
- import { ColDefDataType } from "@tables/PvDataTable/table-components/formatting.ts";
2
- import type { Component, ComputedRef, CSSProperties, Ref } from "vue";
3
- import { Column, FilterModel, GridState, IServerSideGetRowsParams, Theme, ValueFormatterFunc } from "ag-grid-enterprise";
4
- import { ColDef, GridApi, IsGroupOpenByDefaultParams, IsServerSideGroupOpenByDefaultParams, RefreshServerSideParams } from "ag-grid-community";
5
- import { QueryBuilderSuggestionMenuOption } from "@/components/base/PvQueryBuilderInput/useQueryBuilder.ts";
6
- export type TableSearchStyle = "query-builder" | "text";
7
- export interface FocusUpdateEvent {
8
- focuses?: string[] | null | undefined;
9
- filterField?: string | null | undefined;
10
- }
11
- export interface ChartState {
12
- seriesField?: string | null;
13
- chartType?: string | null;
14
- chartSort?: string | null;
15
- chartCategoryFields?: string[] | null;
16
- }
17
- export interface ChartStateChangedEvent {
18
- api: GridApi | null;
19
- newState: ChartState | null;
20
- oldState: ChartState | null;
21
- }
22
- export interface ColDefContextProps<T> {
23
- aggFuncDisplayName?: string;
24
- chartSeriesDisplayName?: string;
25
- dataType?: ColDefDataType;
26
- emptyFilterResultsRenderer?: Component;
27
- filterSelectMax?: number;
28
- filterSelectMin?: number;
29
- filterOptionsSortDescription?: string;
30
- filterOptionsSortTooltip?: string;
31
- filterOptionsRenderer?: Component;
32
- filterSearch?: boolean;
33
- filterRequiredToGroup?: boolean;
34
- filterValueFormatter?: string | ValueFormatterFunc<T> | undefined;
35
- filterFooterRenderer?: Component;
36
- isArrayField?: boolean;
37
- metadataDisplayFields?: string[];
38
- valueDecimals?: number;
39
- visibilityState?: "alwaysShow" | "alwaysHide";
40
- hideFromCharting?: boolean;
41
- }
42
- export interface FilterValuesSetHandlerParams<T> {
43
- api: GridApi<T>;
44
- colDef: ColDef<T>;
45
- column: Column<T>;
46
- filterModel?: FilterModel | null;
47
- query?: string;
48
- }
49
- export interface TableSearchHandlerParams<T> {
50
- api: GridApi<T>;
51
- filterModel?: FilterModel | null;
52
- query?: string;
53
- }
54
- export interface FilterValueResponseOption {
55
- value: string;
56
- label?: string;
57
- isPreference?: boolean;
58
- isSelectable?: boolean;
59
- metadata?: any;
60
- }
61
- export interface PvDataTableProps<T> {
62
- /**
63
- * Column definitions for the table. Follows the AG Grid column definition format.
64
- */
65
- colDefs?: ColDef<T>[];
66
- /**
67
- * Array of JSON data objects to be displayed in the table. Only used for client-side row model.
68
- */
69
- rowData?: T[];
70
- /**
71
- * Handler to fetch server-side data. Only used for server-side row model.
72
- */
73
- serverSideRowHandler?: (params: IServerSideGetRowsParams<T>, isCsvExport?: boolean) => void;
74
- /**
75
- * Handler to fetch filter values for server-side filtering. Only used for server-side row model.
76
- */
77
- filterValuesSetHandler?: (params: FilterValuesSetHandlerParams<T>) => Promise<(FilterValueResponseOption | null)[]>;
78
- /**
79
- * Handler to return suggestions for applying search terms to the table.
80
- */
81
- tableSearchHandler?: (params: TableSearchHandlerParams<T>) => Promise<(QueryBuilderSuggestionMenuOption | null)[]>;
82
- /**
83
- * Specifies an initial set of filters/groups/sort/etc. to be applied to the table.
84
- */
85
- initialGridState?: GridState;
86
- /**
87
- * Specifies an initial set of metadata values for filters that require them
88
- */
89
- initialFilterValueMap?: Record<string, (FilterValueResponseOption | null)[]>;
90
- /**
91
- * Override the Pit Viper them
92
- */
93
- theme?: Theme;
94
- /**
95
- * For aggregated columns, only show the aggregate at the final group level
96
- */
97
- displayBaseAggregationsOnly?: boolean;
98
- /**
99
- * Display Row Number in the first column
100
- */
101
- displayRowNumber?: boolean;
102
- /**
103
- * Display Counts on Grouped Rows (requires allChildrenCount on the object)
104
- */
105
- displayGroupCount?: boolean;
106
- /**
107
- * Displays Icon on Preferences that emits handle-settings-icon event
108
- */
109
- displayPreferencesIcon?: boolean;
110
- /**
111
- * Display button to hide/show columns
112
- */
113
- enableColumnVisibilitySelector?: boolean;
114
- /**
115
- * Display everything focus view related
116
- */
117
- enableFocusView?: boolean;
118
- /**
119
- * Display button to group by columns
120
- */
121
- enableGroupBySelector?: boolean;
122
- /**
123
- * Display input to search within the table
124
- */
125
- enableTableSearch?: boolean;
126
- /**
127
- * Allows for slot content to be placed above the chart
128
- */
129
- enableTopSlot?: boolean;
130
- /**
131
- * Display button to open the vertical filter drawer
132
- */
133
- enableVerticalFilterPanel?: boolean;
134
- /**
135
- * Number of groups to support (defaults to 2)
136
- */
137
- rowGroupLimit?: number;
138
- /**
139
- * Whether to expand all groups by default, based on level. -1 expands all groups
140
- */
141
- groupDefaultExpanded?: number;
142
- /**
143
- * A handler to determine if a group should be open by default dynamically.
144
- */
145
- isClientSideGroupOpenByDefault?: (params: IsGroupOpenByDefaultParams) => boolean;
146
- /**
147
- * A handler to determine whether a group should be open by default.
148
- */
149
- isServerSideGroupOpenByDefault?: (params: IsServerSideGroupOpenByDefaultParams) => boolean;
150
- /**
151
- * Display button to export table data as CSV
152
- */
153
- enableCsvExport?: boolean;
154
- /**
155
- * # of rows to export to CSV - be careful overriding this as large exports can cause performance issues
156
- */
157
- csvRowLimit?: number;
158
- /**
159
- * Optional param to implement custom logic for CSV export. If not specified, the serverSideRowHandler will be used to generate the CSV data.
160
- */
161
- serverSideCsvHandler?: (params: IServerSideGetRowsParams<T>) => Promise<void>;
162
- /**
163
- * Field that can be used to identify row uniqueness for preserving expanded/collapsed row states
164
- */
165
- uniqueRowIdField?: string;
166
- /**
167
- * If true, will not show data until at least one filter is applied
168
- */
169
- requireFiltersToShowData?: boolean;
170
- /**
171
- * If true, will show loading state - can be used as a dynamic prop to show/hide loading state
172
- */
173
- isLoading?: boolean;
174
- /**
175
- * Height of the table + filter container
176
- */
177
- containerHeight?: number;
178
- /**
179
- * Min height of the table + filter container
180
- */
181
- containerMinHeight?: number;
182
- /**
183
- * Enables the ValidationModule for advanced debugging as well as additional console logging from AG Grid
184
- */
185
- debugMode?: boolean;
186
- /**
187
- * If true, hide all row-grouped columns from the table.
188
- */
189
- hideAllRowGroupedColumns?: boolean;
190
- /**
191
- * Specifies the column to pin to the left of the table if at least one row grouping is enabled.
192
- */
193
- leftPinnedColumnName?: string;
194
- /**
195
- * Enables pagination
196
- */
197
- pagination?: boolean;
198
- /**
199
- * Set the pagination page size. Defaults to 50.
200
- */
201
- paginationPageSize?: 20 | 50 | 100 | 200;
202
- /**
203
- * Row height for individual rows
204
- */
205
- rowHeight?: number;
206
- /**
207
- * Set tooltip show delay. Detaults 1000ms
208
- */
209
- tooltipShowDelay?: number;
210
- /**
211
- * Set tooltip hide delay.
212
- */
213
- tooltipHideDelay?: number;
214
- /**
215
- * Hide the table rows (but still show the filter panel)
216
- */
217
- hideTable?: boolean;
218
- /**
219
- * DOM location to use for relocating the filter panel
220
- */
221
- filterTeleportLocation?: string;
222
- /**
223
- * List of column fields that can be focused
224
- */
225
- focusableColumns?: string[];
226
- tableSearchPlaceholder?: string;
227
- tableSearchStyle?: TableSearchStyle;
228
- maxHorizontalFilters?: number;
229
- maintainColumnOrder?: boolean;
230
- /**
231
- * Custom CSS Properties
232
- */
233
- customCssProperties?: {
234
- agGridWrapper: CSSProperties;
235
- };
236
- }
237
- export interface PvDataTablePublicInterface {
238
- getCsvData: () => Promise<string | null>;
239
- refreshData: (params?: RefreshServerSideParams | null) => Promise<void>;
240
- getFilterValueSelectedMetadataMap: () => Record<string, (FilterValueResponseOption | null)[]>;
241
- availableRowGroupColumns: ComputedRef<ColDef[]>;
242
- availableAggFuncColumns: ComputedRef<ColDef[]>;
243
- rowGroupColumnFields: Ref<string[]>;
244
- }
@@ -1,43 +0,0 @@
1
- import { Column, FilterModel } from "ag-grid-enterprise";
2
- import { Ref } from "vue";
3
- import { ColDef, GridApi } from "ag-grid-community";
4
- import { FilterValueResponseOption, FilterValuesSetHandlerParams, TableSearchHandlerParams } from "@tables/PvDataTable/types.ts";
5
- import { QueryTerm } from "@/components/base/PvQueryBuilderInput/useQueryBuilder.ts";
6
- export declare const createFilterStore: () => {
7
- filterModel: Ref<FilterModel | null, FilterModel | null>;
8
- filterLastUpdatedMap: Ref<Record<string, number>, Record<string, number>>;
9
- filterLastFetchTimeMap: Ref<Record<string, number>, Record<string, number>>;
10
- filterModelCleared: Ref<number, number>;
11
- filterValuesLoadingStatus: Ref<Record<string, boolean>, Record<string, boolean>>;
12
- filterValueMap: Ref<Record<string, (FilterValueResponseOption | null)[]>, Record<string, (FilterValueResponseOption | null)[]>>;
13
- filterValueSelectedMetadataMap: Ref<Record<string, (FilterValueResponseOption | null)[]>, Record<string, (FilterValueResponseOption | null)[]>>;
14
- filterStoreHandler: Ref<((params: FilterValuesSetHandlerParams<unknown>) => Promise<(FilterValueResponseOption | null)[]>) | undefined, ((params: FilterValuesSetHandlerParams<unknown>) => Promise<(FilterValueResponseOption | null)[]>) | undefined>;
15
- fetchFilterValues: (api: GridApi, colDef: ColDef, column: Column, filterModel?: FilterModel) => Promise<(string | null)[]>;
16
- filterValueContext: (colField: string, value: string | null) => FilterValueResponseOption | null | undefined;
17
- getFilterSelectedValues: (colField: string) => (string | null)[];
18
- isServerSideFilter: import("vue").ComputedRef<boolean>;
19
- stagedFilterModel: Ref<FilterModel | null, FilterModel | null>;
20
- setFilterSelectedValues: (colField: string, selectedValues: (string | null)[]) => (string | null)[];
21
- setFilterValueSearchText: (colField: string, searchText: string | null) => void;
22
- tableSearchFilterModel: Ref<FilterModel | null, FilterModel | null>;
23
- tableSearchHandler: Ref<((params: TableSearchHandlerParams<unknown>) => Promise<(QueryTerm | null)[]>) | undefined, ((params: TableSearchHandlerParams<unknown>) => Promise<(QueryTerm | null)[]>) | undefined>;
24
- };
25
- export declare const useFilterStore: () => {
26
- filterModel: Ref<FilterModel | null, FilterModel | null>;
27
- filterLastUpdatedMap: Ref<Record<string, number>, Record<string, number>>;
28
- filterLastFetchTimeMap: Ref<Record<string, number>, Record<string, number>>;
29
- filterModelCleared: Ref<number, number>;
30
- filterValuesLoadingStatus: Ref<Record<string, boolean>, Record<string, boolean>>;
31
- filterValueMap: Ref<Record<string, (FilterValueResponseOption | null)[]>, Record<string, (FilterValueResponseOption | null)[]>>;
32
- filterValueSelectedMetadataMap: Ref<Record<string, (FilterValueResponseOption | null)[]>, Record<string, (FilterValueResponseOption | null)[]>>;
33
- filterStoreHandler: Ref<((params: FilterValuesSetHandlerParams<unknown>) => Promise<(FilterValueResponseOption | null)[]>) | undefined, ((params: FilterValuesSetHandlerParams<unknown>) => Promise<(FilterValueResponseOption | null)[]>) | undefined>;
34
- fetchFilterValues: (api: GridApi, colDef: ColDef, column: Column, filterModel?: FilterModel) => Promise<(string | null)[]>;
35
- filterValueContext: (colField: string, value: string | null) => FilterValueResponseOption | null | undefined;
36
- getFilterSelectedValues: (colField: string) => (string | null)[];
37
- isServerSideFilter: import("vue").ComputedRef<boolean>;
38
- stagedFilterModel: Ref<FilterModel | null, FilterModel | null>;
39
- setFilterSelectedValues: (colField: string, selectedValues: (string | null)[]) => (string | null)[];
40
- setFilterValueSearchText: (colField: string, searchText: string | null) => void;
41
- tableSearchFilterModel: Ref<FilterModel | null, FilterModel | null>;
42
- tableSearchHandler: Ref<((params: TableSearchHandlerParams<unknown>) => Promise<(QueryTerm | null)[]>) | undefined, ((params: TableSearchHandlerParams<unknown>) => Promise<(QueryTerm | null)[]>) | undefined>;
43
- };