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

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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turquoisehealth/pit-viper",
3
- "version": "2.79.2-dev.1",
3
+ "version": "2.79.2-dev.2",
4
4
  "description": "Turquoise Health's design system.",
5
5
  "main": "README.md",
6
6
  "publishConfig": {
@@ -23,12 +23,12 @@
23
23
  ],
24
24
  "exports": {
25
25
  "./components": {
26
- "types": "./pv-components/dist/src/components/base/index.d.ts",
26
+ "types": "./pv-components/dist/vue/base/components/base/index.d.ts",
27
27
  "import": "./pv-components/dist/vue/base/pv-components-base.mjs",
28
28
  "require": "./pv-components/dist/vue/base/pv-components-base.js"
29
29
  },
30
30
  "./components/visualizations": {
31
- "types": "./pv-components/dist/src/components/visualizations/index.d.ts",
31
+ "types": "./pv-components/dist/vue/visualizations/components/visualizations/index.d.ts",
32
32
  "import": "./pv-components/dist/vue/visualizations/pv-components-visualizations.mjs",
33
33
  "require": "./pv-components/dist/vue/visualizations/pv-components-visualizations.js"
34
34
  },
@@ -0,0 +1,28 @@
1
+ import { ChevronPosition } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvAccordionProps {
4
+ header: string;
5
+ chevronPosition?: ChevronPosition;
6
+ defaultOpen?: boolean;
7
+ counter?: number;
8
+ }
9
+ declare function __VLS_template(): {
10
+ attrs: Partial<{}>;
11
+ slots: {
12
+ default?(_: {}): any;
13
+ };
14
+ refs: {};
15
+ rootEl: HTMLDetailsElement;
16
+ };
17
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
+ declare const __VLS_component: DefineComponent<PvAccordionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvAccordionProps> & Readonly<{}>, {
19
+ defaultOpen: boolean;
20
+ chevronPosition: ChevronPosition;
21
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDetailsElement>;
22
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
23
+ export default _default;
24
+ type __VLS_WithTemplateSlots<T, S> = T & {
25
+ new (): {
26
+ $slots: S;
27
+ };
28
+ };
@@ -0,0 +1,24 @@
1
+ import { PvActionBarTheme } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvActionBarProps {
4
+ variant?: PvActionBarTheme;
5
+ }
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ default?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: HTMLDivElement;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: DefineComponent<PvActionBarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvActionBarProps> & Readonly<{}>, {
16
+ variant: PvActionBarTheme;
17
+ }, {}, {}, {}, 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,2 +1,2 @@
1
- import { PvThemes } from "../baseProps";
1
+ import { PvThemes } from '../baseProps';
2
2
  export type PvActionBarTheme = Extract<PvThemes, "white" | "dark">;
@@ -0,0 +1,13 @@
1
+ import { PvAiButtonSize } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvAiButtonProps {
4
+ size?: PvAiButtonSize;
5
+ label?: string;
6
+ leftIcon?: string;
7
+ loading?: boolean;
8
+ disabled?: boolean;
9
+ }
10
+ declare const _default: DefineComponent<PvAiButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvAiButtonProps> & Readonly<{}>, {
11
+ size: PvAiButtonSize;
12
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
13
+ export default _default;
@@ -1,2 +1,2 @@
1
- import { PvSize } from "../baseProps";
1
+ import { PvSize } from '../baseProps';
2
2
  export type PvAiButtonSize = Extract<PvSize, "md" | "lg" | "xl">;
@@ -0,0 +1,11 @@
1
+ import { PvAvatarSize } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvAvatarProps {
4
+ size?: PvAvatarSize;
5
+ image?: string;
6
+ initials?: string;
7
+ }
8
+ declare const _default: DefineComponent<PvAvatarProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvAvatarProps> & Readonly<{}>, {
9
+ size: PvAvatarSize;
10
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
11
+ export default _default;
@@ -1,2 +1,2 @@
1
- import { PvSize } from "../baseProps";
1
+ import { PvSize } from '../baseProps';
2
2
  export type PvAvatarSize = Extract<PvSize, "sm" | "md" | "lg" | "xl" | "2x">;
@@ -0,0 +1,8 @@
1
+ import { PvAvatarGroupItem } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvAvatarGroupProps {
4
+ items: PvAvatarGroupItem[];
5
+ maxDisplayed: number;
6
+ }
7
+ declare const _default: DefineComponent<PvAvatarGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvAvatarGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLUListElement>;
8
+ export default _default;
@@ -0,0 +1,29 @@
1
+ import { BannerOrientations, BannerVariants } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ export interface PvBannerProps {
4
+ label: string;
5
+ icon?: string;
6
+ variant?: BannerVariants;
7
+ orientation?: BannerOrientations;
8
+ }
9
+ declare function __VLS_template(): {
10
+ attrs: Partial<{}>;
11
+ slots: {
12
+ left?(_: {}): any;
13
+ action?(_: {}): any;
14
+ };
15
+ refs: {};
16
+ rootEl: HTMLDivElement;
17
+ };
18
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
+ declare const __VLS_component: DefineComponent<PvBannerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvBannerProps> & Readonly<{}>, {
20
+ variant: BannerVariants;
21
+ orientation: BannerOrientations;
22
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
23
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
24
+ export default _default;
25
+ type __VLS_WithTemplateSlots<T, S> = T & {
26
+ new (): {
27
+ $slots: S;
28
+ };
29
+ };
@@ -0,0 +1,7 @@
1
+ import { PvBreadcrumbsOptions } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvBreadcrumbsProps {
4
+ options: PvBreadcrumbsOptions[];
5
+ }
6
+ declare const _default: DefineComponent<PvBreadcrumbsProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvBreadcrumbsProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLUListElement>;
7
+ export default _default;
@@ -0,0 +1,20 @@
1
+ import { PvButtonSize, PvButtonVariant } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ type PvButtonProps = {
4
+ variant?: PvButtonVariant;
5
+ disabled?: boolean;
6
+ size?: PvButtonSize;
7
+ loading?: boolean;
8
+ label?: string;
9
+ leftIcon?: string;
10
+ rightIcon?: string;
11
+ inverse?: boolean;
12
+ };
13
+ declare const _default: DefineComponent<PvButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvButtonProps> & Readonly<{}>, {
14
+ size: PvButtonSize;
15
+ variant: PvButtonVariant;
16
+ disabled: boolean;
17
+ loading: boolean;
18
+ inverse: boolean;
19
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
20
+ export default _default;
@@ -1,3 +1,3 @@
1
- import { PvSize, PvVariants } from "../baseProps";
1
+ import { PvSize, PvVariants } from '../baseProps';
2
2
  export type PvButtonSize = Extract<PvSize, "md" | "lg" | "xl">;
3
3
  export type PvButtonVariant = Extract<PvVariants, "primary" | "secondary" | "ghost" | "destructive" | "tertiary">;
@@ -0,0 +1,27 @@
1
+ import { PvCardVariant } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvCardProps {
4
+ href?: string;
5
+ variant?: PvCardVariant;
6
+ interactive?: boolean;
7
+ }
8
+ declare function __VLS_template(): {
9
+ attrs: Partial<{}>;
10
+ slots: {
11
+ default?(_: {}): any;
12
+ };
13
+ refs: {};
14
+ rootEl: any;
15
+ };
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: DefineComponent<PvCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvCardProps> & Readonly<{}>, {
18
+ variant: PvCardVariant;
19
+ interactive: boolean;
20
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
21
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
22
+ export default _default;
23
+ type __VLS_WithTemplateSlots<T, S> = T & {
24
+ new (): {
25
+ $slots: S;
26
+ };
27
+ };
@@ -1,2 +1,2 @@
1
- import { PvVariants } from "../baseProps";
1
+ import { PvVariants } from '../baseProps';
2
2
  export type PvCardVariant = Extract<PvVariants, "primary" | "secondary">;
@@ -0,0 +1,17 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ interface PvCheckboxProps {
3
+ disabled?: boolean;
4
+ indeterminate?: boolean;
5
+ }
6
+ type __VLS_Props = PvCheckboxProps;
7
+ type __VLS_PublicProps = {
8
+ modelValue?: boolean;
9
+ } & __VLS_Props;
10
+ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
11
+ "update:modelValue": (value: boolean) => any;
12
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
13
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
14
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
15
+ 'checkbox-ref': HTMLInputElement;
16
+ }, HTMLInputElement>;
17
+ export default _default;
@@ -0,0 +1,11 @@
1
+ import { PvCompanyLabelSize } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvCompanyLabelProps {
4
+ size?: PvCompanyLabelSize;
5
+ logo?: string;
6
+ label: string;
7
+ }
8
+ declare const _default: DefineComponent<PvCompanyLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvCompanyLabelProps> & Readonly<{}>, {
9
+ size: PvCompanyLabelSize;
10
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
11
+ export default _default;
@@ -1,2 +1,2 @@
1
- import { PvSize } from "../baseProps";
1
+ import { PvSize } from '../baseProps';
2
2
  export type PvCompanyLabelSize = Extract<PvSize, "xs" | "sm" | "md">;
@@ -0,0 +1,15 @@
1
+ import { PvCompanyLogoSize } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ type PvCompanyLogoProps = {
4
+ basePath?: string;
5
+ name: string;
6
+ size?: PvCompanyLogoSize;
7
+ srcPathOverride?: string;
8
+ toCamelCase?: boolean;
9
+ };
10
+ declare const _default: DefineComponent<PvCompanyLogoProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvCompanyLogoProps> & Readonly<{}>, {
11
+ size: PvCompanyLogoSize;
12
+ basePath: string;
13
+ toCamelCase: boolean;
14
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
15
+ export default _default;
@@ -0,0 +1,2 @@
1
+ import { PvSize } from '../baseProps.ts';
2
+ export type PvCompanyLogoSize = PvSize;
@@ -1,4 +1,5 @@
1
- import { TagSize } from "@/components/base/PvTag/types";
1
+ import { TagSize } from '../PvTag/types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
3
  export interface PvCompanyTag {
3
4
  /**
4
5
  * Company name. Displayed on the left
@@ -13,14 +14,14 @@ export interface PvCompanyTag {
13
14
  */
14
15
  showClear?: boolean;
15
16
  }
16
- declare const _default: import("vue").DefineComponent<PvCompanyTag, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
17
+ declare const _default: DefineComponent<PvCompanyTag, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
17
18
  "handle-close": (companyName: string) => any;
18
19
  "handle-click": (companyName: string) => any;
19
- }, string, import("vue").PublicProps, Readonly<PvCompanyTag> & Readonly<{
20
+ }, string, PublicProps, Readonly<PvCompanyTag> & Readonly<{
20
21
  "onHandle-close"?: ((companyName: string) => any) | undefined;
21
22
  "onHandle-click"?: ((companyName: string) => any) | undefined;
22
23
  }>, {
23
24
  size: TagSize;
24
25
  showClear: boolean;
25
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
26
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
26
27
  export default _default;
@@ -1,6 +1,8 @@
1
+ import { Preset } from '@primeuix/themes/types';
2
+ import { AuraBaseDesignTokens } from '@primeuix/themes/aura/base';
1
3
  export declare const PvComponentsConfig: {
2
4
  theme: {
3
- preset: import("@primeuix/themes/types").Preset<import("@primeuix/themes/aura/base").AuraBaseDesignTokens>;
5
+ preset: Preset<AuraBaseDesignTokens>;
4
6
  options: {
5
7
  darkModeSelector: string;
6
8
  cssLayer: {
@@ -1,2 +1,2 @@
1
- import { App } from "vue";
1
+ import { App } from 'vue';
2
2
  export declare const usePvComponents: (app: App<Element>) => void;
@@ -0,0 +1,16 @@
1
+ import { PvCounterBadgeSize, PvCounterBadgeVariant } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ export interface PvCounterBadgeProps {
4
+ value?: number;
5
+ prefix?: string;
6
+ variant?: PvCounterBadgeVariant;
7
+ size?: PvCounterBadgeSize;
8
+ maxValue?: number;
9
+ }
10
+ declare const _default: DefineComponent<PvCounterBadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvCounterBadgeProps> & Readonly<{}>, {
11
+ size: PvCounterBadgeSize;
12
+ variant: PvCounterBadgeVariant;
13
+ prefix: string;
14
+ maxValue: number;
15
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
16
+ export default _default;
@@ -1,3 +1,3 @@
1
- import { PvVariants, PvSize } from "@/components/base/baseProps";
1
+ import { PvVariants, PvSize } from '../baseProps';
2
2
  export type PvCounterBadgeVariant = PvVariants;
3
3
  export type PvCounterBadgeSize = Extract<PvSize, "sm" | "md">;
@@ -1,3 +1,4 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
1
2
  export interface PvDatePickerProps {
2
3
  /**
3
4
  * Defines the quantity of the selection.
@@ -101,14 +102,14 @@ export interface PvDatePickerProps {
101
102
  appendTo?: "body" | "self" | undefined;
102
103
  }
103
104
  type __VLS_Props = PvDatePickerProps;
104
- type __VLS_PublicProps = __VLS_Props & {
105
+ type __VLS_PublicProps = {
105
106
  modelValue: Date;
106
- };
107
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
107
+ } & __VLS_Props;
108
+ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
108
109
  "update:modelValue": (value: Date) => any;
109
- }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
110
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
110
111
  "onUpdate:modelValue"?: ((value: Date) => any) | undefined;
111
112
  }>, {
112
113
  appendTo: "body" | "self";
113
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
114
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
114
115
  export default _default;
@@ -0,0 +1,14 @@
1
+ import { PvSize } from '../baseProps';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ type DateTimeSize = Extract<PvSize, "xs" | "sm">;
4
+ interface PvDateTimeProps {
5
+ variants?: "condensed" | "time";
6
+ timezone?: string;
7
+ date: Date;
8
+ size?: DateTimeSize;
9
+ }
10
+ declare const _default: DefineComponent<PvDateTimeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvDateTimeProps> & Readonly<{}>, {
11
+ size: DateTimeSize;
12
+ variants: "condensed" | "time";
13
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLSpanElement>;
14
+ export default _default;
@@ -0,0 +1,34 @@
1
+ import { PvSearchInputProps } from '../PvSearchInput/PvSearchInput.vue';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ export interface PvDrawer {
4
+ header: string;
5
+ subheader?: string;
6
+ showSearchbar?: boolean;
7
+ closeOnClickOutside?: boolean;
8
+ searchInputProps?: PvSearchInputProps;
9
+ }
10
+ declare const _default: __VLS_WithTemplateSlots< DefineComponent<{
11
+ searchInput?: string;
12
+ modelValue: boolean;
13
+ } & PvDrawer, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
14
+ "update:modelValue": (value: boolean) => any;
15
+ "update:searchInput": (value: string) => any;
16
+ }, string, PublicProps, Readonly<{
17
+ searchInput?: string;
18
+ modelValue: boolean;
19
+ } & PvDrawer> & Readonly<{
20
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
21
+ "onUpdate:searchInput"?: ((value: string) => any) | undefined;
22
+ }>, {
23
+ closeOnClickOutside: boolean;
24
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
25
+ sidePanel: HTMLDivElement;
26
+ }, HTMLDivElement>, {
27
+ default?(_: {}): any;
28
+ }>;
29
+ export default _default;
30
+ type __VLS_WithTemplateSlots<T, S> = T & {
31
+ new (): {
32
+ $slots: S;
33
+ };
34
+ };
@@ -0,0 +1,117 @@
1
+ import { nextTick, CSSProperties, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, Ref, GlobalComponents, GlobalDirectives, DebuggerEvent, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
2
+ import { PvPopoverProps } from '../PvPopover/PvPopover.vue';
3
+ import { OnCleanup } from '@vue/reactivity';
4
+ export interface PvDropdownProps {
5
+ defaultOpen?: boolean;
6
+ popoverCssProperties?: CSSProperties;
7
+ alignment?: "top" | "right" | "top right" | undefined;
8
+ isList?: boolean;
9
+ isSortable?: boolean;
10
+ icon?: boolean;
11
+ disabled?: boolean;
12
+ isLoading?: boolean;
13
+ useTeleport?: boolean;
14
+ teleportLocation?: string;
15
+ }
16
+ declare const _default: __VLS_WithTemplateSlots< DefineComponent<PvDropdownProps, {
17
+ closeDropdown: () => void;
18
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
19
+ "list-order-updated": (value: string[]) => any;
20
+ "dropdown-open": () => any;
21
+ "dropdown-closed": () => any;
22
+ }, string, PublicProps, Readonly<PvDropdownProps> & Readonly<{
23
+ "onList-order-updated"?: ((value: string[]) => any) | undefined;
24
+ "onDropdown-open"?: (() => any) | undefined;
25
+ "onDropdown-closed"?: (() => any) | undefined;
26
+ }>, {
27
+ disabled: boolean;
28
+ alignment: "top" | "right" | "top right";
29
+ isList: boolean;
30
+ defaultOpen: boolean;
31
+ isLoading: boolean;
32
+ useTeleport: boolean;
33
+ teleportLocation: string;
34
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
35
+ triggerRef: HTMLButtonElement;
36
+ popoverRef: ({
37
+ $: ComponentInternalInstance;
38
+ $data: {};
39
+ $props: {
40
+ readonly alignment?: "top" | "right" | "top right" | undefined | undefined;
41
+ readonly cssCustomProperties?: CSSProperties | undefined;
42
+ readonly cssCustomListProperties?: CSSProperties | undefined;
43
+ readonly isList?: boolean | undefined;
44
+ readonly isSortable?: boolean | undefined;
45
+ readonly "onList-order-updated"?: ((value: string[]) => any) | undefined;
46
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
47
+ $attrs: {
48
+ [x: string]: unknown;
49
+ };
50
+ $refs: {
51
+ [x: string]: unknown;
52
+ } & {
53
+ popoverRoot: HTMLDivElement;
54
+ popoverList: HTMLUListElement;
55
+ };
56
+ $slots: Readonly<{
57
+ [name: string]: Slot<any> | undefined;
58
+ }>;
59
+ $root: ComponentPublicInstance | null;
60
+ $parent: ComponentPublicInstance | null;
61
+ $host: Element | null;
62
+ $emit: (event: "list-order-updated", value: string[]) => void;
63
+ $el: HTMLDivElement;
64
+ $options: ComponentOptionsBase<Readonly< PvPopoverProps> & Readonly<{
65
+ "onList-order-updated"?: ((value: string[]) => any) | undefined;
66
+ }>, {
67
+ popoverRoot: Ref<HTMLElement | null, HTMLElement | null>;
68
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
69
+ "list-order-updated": (value: string[]) => any;
70
+ }, string, {
71
+ alignment: "top" | "right" | "top right";
72
+ cssCustomProperties: CSSProperties;
73
+ isList: boolean;
74
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
75
+ beforeCreate?: (() => void) | (() => void)[];
76
+ created?: (() => void) | (() => void)[];
77
+ beforeMount?: (() => void) | (() => void)[];
78
+ mounted?: (() => void) | (() => void)[];
79
+ beforeUpdate?: (() => void) | (() => void)[];
80
+ updated?: (() => void) | (() => void)[];
81
+ activated?: (() => void) | (() => void)[];
82
+ deactivated?: (() => void) | (() => void)[];
83
+ beforeDestroy?: (() => void) | (() => void)[];
84
+ beforeUnmount?: (() => void) | (() => void)[];
85
+ destroyed?: (() => void) | (() => void)[];
86
+ unmounted?: (() => void) | (() => void)[];
87
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
88
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
89
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
90
+ };
91
+ $forceUpdate: () => void;
92
+ $nextTick: typeof nextTick;
93
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
94
+ } & Readonly<{
95
+ alignment: "top" | "right" | "top right";
96
+ cssCustomProperties: CSSProperties;
97
+ isList: boolean;
98
+ }> & Omit<Readonly< PvPopoverProps> & Readonly<{
99
+ "onList-order-updated"?: ((value: string[]) => any) | undefined;
100
+ }>, "popoverRoot" | ("alignment" | "cssCustomProperties" | "isList")> & ShallowUnwrapRef<{
101
+ popoverRoot: Ref<HTMLElement | null, HTMLElement | null>;
102
+ }> & {} & ComponentCustomProperties & {} & {
103
+ $slots: {
104
+ default?(_: {}): any;
105
+ default?(_: {}): any;
106
+ };
107
+ }) | null;
108
+ }, HTMLDivElement>, {
109
+ trigger?(_: {}): any;
110
+ default?(_: {}): any;
111
+ }>;
112
+ export default _default;
113
+ type __VLS_WithTemplateSlots<T, S> = T & {
114
+ new (): {
115
+ $slots: S;
116
+ };
117
+ };
@@ -0,0 +1,30 @@
1
+ import { PvExpandableContentSizes, PvExpandableContentVariants } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ type __VLS_Props = {
4
+ lines?: number;
5
+ size?: PvExpandableContentSizes;
6
+ variant?: PvExpandableContentVariants;
7
+ defaultOpen?: boolean;
8
+ };
9
+ declare function __VLS_template(): {
10
+ attrs: Partial<{}>;
11
+ slots: {
12
+ default?(_: {}): any;
13
+ };
14
+ refs: {};
15
+ rootEl: HTMLDivElement;
16
+ };
17
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
+ declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
19
+ size: PvExpandableContentSizes;
20
+ variant: PvExpandableContentVariants;
21
+ defaultOpen: boolean;
22
+ lines: number;
23
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
24
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
25
+ export default _default;
26
+ type __VLS_WithTemplateSlots<T, S> = T & {
27
+ new (): {
28
+ $slots: S;
29
+ };
30
+ };
@@ -1,3 +1,3 @@
1
- import { PvSize, PvVariants } from "../baseProps";
1
+ import { PvSize, PvVariants } from '../baseProps';
2
2
  export type PvExpandableContentSizes = Extract<PvSize, "none" | "xs" | "sm" | "md" | "lg"> | "none";
3
3
  export type PvExpandableContentVariants = Extract<PvVariants, "primary" | "ghost">;
@@ -0,0 +1,39 @@
1
+ import { PvGhostInputVariant } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvGhostInputProps {
4
+ variant?: PvGhostInputVariant;
5
+ placeholder?: string;
6
+ disabled?: boolean;
7
+ showEditIcon?: boolean;
8
+ }
9
+ type __VLS_Props = PvGhostInputProps;
10
+ type __VLS_PublicProps = {
11
+ modelValue?: string;
12
+ } & __VLS_Props;
13
+ declare function __VLS_template(): {
14
+ attrs: Partial<{}>;
15
+ slots: {
16
+ action?(_: {}): any;
17
+ };
18
+ refs: {
19
+ inputRef: HTMLInputElement;
20
+ };
21
+ rootEl: HTMLDivElement;
22
+ };
23
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
24
+ declare const __VLS_component: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
25
+ "update:modelValue": (value: string) => any;
26
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
27
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
28
+ }>, {
29
+ variant: PvGhostInputVariant;
30
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
31
+ inputRef: HTMLInputElement;
32
+ }, HTMLDivElement>;
33
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
34
+ export default _default;
35
+ type __VLS_WithTemplateSlots<T, S> = T & {
36
+ new (): {
37
+ $slots: S;
38
+ };
39
+ };
@@ -1,2 +1,2 @@
1
- import { PvInputVariants } from "../baseProps";
1
+ import { PvInputVariants } from '../baseProps';
2
2
  export type PvGhostInputVariant = PvInputVariants;