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