@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
@@ -0,0 +1,54 @@
1
+ export { default as PvButton } from './PvButton/PvButton.vue';
2
+ export { default as PvCounterBadge } from './PvCounterBadge/PvCounterBadge.vue';
3
+ export { default as PvReleaseBadge } from './PvReleaseBadge/PvReleaseBadge.vue';
4
+ export { default as PvTag } from './PvTag/PvTag.vue';
5
+ export { default as PvPill } from './PvPill/PvPill.vue';
6
+ export { default as PvDropdown } from './PvDropdown/PvDropdown.vue';
7
+ export { default as PvIcon } from './PvIcon/PvIcon.vue';
8
+ export { default as PvPopover } from './PvPopover/PvPopover.vue';
9
+ export { default as PvSegmentedControl } from './PvSegmentedControl/PvSegmentedControl.vue';
10
+ export { default as PvTabList } from './PvTabList/PvTabList.vue';
11
+ export { default as PvCompanyLogo } from './PvCompanyLogo/PvCompanyLogo.vue';
12
+ export { default as PvModal } from './PvModal/PvModal.vue';
13
+ export { default as PvBanner } from './PvBanner/PvBanner.vue';
14
+ export { default as PvCompanyTag } from './PvCompanyTag/PvCompanyTag.vue';
15
+ export { default as PvSuggestionTag } from './PvSuggestionTag/PvSuggestionTag.vue';
16
+ export { default as PvAccordion } from './PvAccordion/PvAccordion.vue';
17
+ export { default as PvSearchInput } from './PvSearchInput/PvSearchInput.vue';
18
+ export { default as PvDatePicker } from './PvDatePicker/PvDatePicker.vue';
19
+ export { default as PvDateTime } from './PvDateTime/PvDateTime.vue';
20
+ export { default as PvDrawer } from './PvDrawer/PvDrawer.vue';
21
+ export { default as PvTooltip } from './PvTooltip/PvTooltip.vue';
22
+ export { default as PvTabs } from './PvTabs/PvTabs.vue';
23
+ export { default as PvBreadcrumbs } from './PvBreadcrumbs/PvBreadcrumbs.vue';
24
+ export { default as PvMultiSelectButton } from './PvMultiSelectButton/PvMultiSelectButton.vue';
25
+ export { default as PvSelectButton } from './PvSelectButton/PvSelectButton.vue';
26
+ export { default as PvPagination } from './PvPagination/PvPagination.vue';
27
+ export { default as PvSelectableCard } from './PvSelectableCard/PvSelectableCard.vue';
28
+ export { default as PvSidePanel } from '../layout/PvSidePanel/PvSidePanel.vue';
29
+ export { default as PvGhostInput } from './PvGhostInput/PvGhostInput.vue';
30
+ export { default as PvCompanyLabel } from './PvCompanyLabel/PvCompanyLabel.vue';
31
+ export { default as PvAvatar } from './PvAvatar/PvAvatar.vue';
32
+ export { default as PvAvatarGroup } from './PvAvatarGroup/PvAvatarGroup.vue';
33
+ export { default as PvToggleButton } from './PvToggleButton/PvToggleButton.vue';
34
+ export { default as PvCheckbox } from './PvCheckbox/PvCheckbox.vue';
35
+ export { default as PvSprite } from './PvSprite/PvSprite.vue';
36
+ export { default as PvSkeleton } from './PvSkeleton/PvSkeleton.vue';
37
+ export { default as PvSpinner } from './PvSpinner/PvSpinner.vue';
38
+ export { default as PvInput } from './PvInput/PvInput.vue';
39
+ export { default as PvRating } from './PvRating/PvRating.vue';
40
+ export { default as PvWidget } from './PvWidget/PvWidget.vue';
41
+ export { default as PvCard } from './PvCard/PvCard.vue';
42
+ export { default as PvInsightCard } from './PvInsightCard/PvInsightCard.vue';
43
+ export { default as PvSwitch } from './PvSwitch/PvSwitch.vue';
44
+ export { default as PvExpandableContent } from './PvExpandableContent/PvExpandableContent.vue';
45
+ export { default as PvToast } from './PvToast/PvToast.vue';
46
+ export { default as PvActionBar } from './PvActionBar/PvActionBar.vue';
47
+ export { default as PvTextArea } from './PvTextArea/PvTextArea.vue';
48
+ export { useDateTime } from './PvDateTime/useDateTime';
49
+ export { usePvComponents } from './PvComponentsConfig/usePvComponents';
50
+ export type { Tab } from './PvTabs/types';
51
+ export type { PvBreadcrumbsOptions } from './PvBreadcrumbs/types';
52
+ export type { PvAvatarGroupItem } from './PvAvatarGroup/types';
53
+ export type { MenuOption } from '../../types';
54
+ export type { PvMultiSelectButtonSlotProps } from './PvMultiSelectButton/PvMultiSelectButton.vue';
@@ -0,0 +1,24 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ interface PvSidePanelProps {
3
+ showLeftSidebar?: boolean;
4
+ showRightSidebar?: boolean;
5
+ }
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ 'left-sidebar'?(_: {}): any;
10
+ main?(_: {}): any;
11
+ 'right-sidebar'?(_: {}): any;
12
+ };
13
+ refs: {};
14
+ rootEl: HTMLDivElement;
15
+ };
16
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
+ declare const __VLS_component: DefineComponent<PvSidePanelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvSidePanelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
18
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
19
+ export default _default;
20
+ type __VLS_WithTemplateSlots<T, S> = T & {
21
+ new (): {
22
+ $slots: S;
23
+ };
24
+ };
@@ -1,4 +1,4 @@
1
- import type { Component } from "vue";
1
+ import { Component } from 'vue';
2
2
  /**
3
3
  * For interfaces and type aliases shared across multiple components.
4
4
  */
@@ -0,0 +1,5 @@
1
+ export { default as PvChart } from '../charts/PvChart/PvChart.vue';
2
+ export { default as PvDataTableWithChart } from '../charts/PvDataTableWithChart/PvDataTableWithChart.vue';
3
+ export { default as PvMapChart } from '../charts/PvMapChart/PvMapChart.vue';
4
+ export { default as PvDataTable } from '../tables/PvDataTable/PvDataTable.vue';
5
+ export type { FocusUpdateEvent } from '../tables/PvDataTable/types';
@@ -0,0 +1,40 @@
1
+ import { Component } from 'vue';
2
+ /**
3
+ * For interfaces and type aliases shared across multiple components.
4
+ */
5
+ export interface Option {
6
+ value: string;
7
+ label: string;
8
+ }
9
+ export interface OptionWithIcon extends Option {
10
+ iconName: string;
11
+ iconPosition: "left" | "right";
12
+ }
13
+ export interface MenuOption {
14
+ id: string;
15
+ text: string;
16
+ subText?: string;
17
+ secondaryText?: string | number;
18
+ icon?: string;
19
+ companyName?: string;
20
+ avatar?: {
21
+ initials?: string;
22
+ image?: string;
23
+ icon?: boolean;
24
+ };
25
+ groupingLabel?: string;
26
+ disabled?: boolean;
27
+ renderer?: Component;
28
+ rendererProps?: any;
29
+ classList?: string[];
30
+ searchText?: string;
31
+ }
32
+ export declare enum MenuItemType {
33
+ simple = "simple",
34
+ checkbox = "checkbox",
35
+ company = "company",
36
+ avatar = "avatar",
37
+ icon = "icon",
38
+ radio = "radio"
39
+ }
40
+ export type MenuOptionsVariant = `${MenuItemType}`;
@@ -1 +0,0 @@
1
- export declare function initRouter(): Promise<import("vue-router").Router>;
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,7 +0,0 @@
1
- export default function customBlockLoader(): {
2
- name: string;
3
- transform(code: string, id: string): {
4
- code: string;
5
- map: null;
6
- } | null;
7
- };
@@ -1,5 +0,0 @@
1
- import { VueComponentDocProps, VueComponentPropInfo } from "../types/vue-component-doc.ts";
2
- export declare function getComponentProps(componentPath: string): Promise<VueComponentPropInfo | null>;
3
- export declare function escapePropTypeForMarkdown(str: string, isGeneric: boolean, isRequired: boolean): string;
4
- export declare function escapeForMarkdown(str: string, tableCodeFormat?: boolean): string;
5
- export declare function generatePropTable(docProps: VueComponentDocProps): string;
@@ -1,2 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
- export default _default;
@@ -1,20 +0,0 @@
1
- import type { ComponentMeta } from "vue-component-meta";
2
- export type VueComponentDocProps = {
3
- component: string;
4
- componentPath: string;
5
- packageName: "base" | "charts" | "tables";
6
- componentExamplePath: string;
7
- exampleFileContent: VueComponentExampleFileContent | null;
8
- propTableContent?: VueComponentPropInfo | null;
9
- };
10
- export type VueComponentExampleFileContent = {
11
- docContent: string | null;
12
- vueComponentHtml: string | null;
13
- webComponentHtml: string | null;
14
- vueComponentSfcContent: string | null;
15
- webComponentScript: string | null;
16
- };
17
- export type VueComponentPropInfo = {
18
- componentMeta: ComponentMeta;
19
- isGeneric: boolean;
20
- };
@@ -1,2 +0,0 @@
1
- declare const _default: import("vite").UserConfig;
2
- export default _default;
@@ -1,22 +0,0 @@
1
- import { ChevronPosition } from "./types";
2
- interface PvAccordionProps {
3
- header: string;
4
- chevronPosition?: ChevronPosition;
5
- defaultOpen?: boolean;
6
- counter?: number;
7
- }
8
- declare var __VLS_4: {};
9
- type __VLS_Slots = {} & {
10
- default?: (props: typeof __VLS_4) => any;
11
- };
12
- declare const __VLS_component: import("vue").DefineComponent<PvAccordionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PvAccordionProps> & Readonly<{}>, {
13
- defaultOpen: boolean;
14
- chevronPosition: ChevronPosition;
15
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
17
- export default _default;
18
- type __VLS_WithSlots<T, S> = T & {
19
- new (): {
20
- $slots: S;
21
- };
22
- };
@@ -1,18 +0,0 @@
1
- import { PvActionBarTheme } from "./types";
2
- interface PvActionBarProps {
3
- variant?: PvActionBarTheme;
4
- }
5
- declare var __VLS_1: {};
6
- type __VLS_Slots = {} & {
7
- default?: (props: typeof __VLS_1) => any;
8
- };
9
- declare const __VLS_component: import("vue").DefineComponent<PvActionBarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PvActionBarProps> & Readonly<{}>, {
10
- variant: PvActionBarTheme;
11
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
13
- export default _default;
14
- type __VLS_WithSlots<T, S> = T & {
15
- new (): {
16
- $slots: S;
17
- };
18
- };
@@ -1,12 +0,0 @@
1
- import { PvAiButtonSize } from "./types";
2
- interface PvAiButtonProps {
3
- size?: PvAiButtonSize;
4
- label?: string;
5
- leftIcon?: string;
6
- loading?: boolean;
7
- disabled?: boolean;
8
- }
9
- declare const _default: import("vue").DefineComponent<PvAiButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PvAiButtonProps> & Readonly<{}>, {
10
- size: PvAiButtonSize;
11
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
- export default _default;
@@ -1,10 +0,0 @@
1
- import { PvAvatarSize } from "./types";
2
- interface PvAvatarProps {
3
- size?: PvAvatarSize;
4
- image?: string;
5
- initials?: string;
6
- }
7
- declare const _default: import("vue").DefineComponent<PvAvatarProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PvAvatarProps> & Readonly<{}>, {
8
- size: PvAvatarSize;
9
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
- export default _default;
@@ -1,7 +0,0 @@
1
- import { PvAvatarGroupItem } from "./types";
2
- interface PvAvatarGroupProps {
3
- items: PvAvatarGroupItem[];
4
- maxDisplayed: number;
5
- }
6
- declare const _default: import("vue").DefineComponent<PvAvatarGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PvAvatarGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
- export default _default;
@@ -1,24 +0,0 @@
1
- import { BannerOrientations, BannerVariants } from "./types";
2
- export interface PvBannerProps {
3
- label: string;
4
- icon?: string;
5
- variant?: BannerVariants;
6
- orientation?: BannerOrientations;
7
- }
8
- declare var __VLS_1: {}, __VLS_6: {};
9
- type __VLS_Slots = {} & {
10
- left?: (props: typeof __VLS_1) => any;
11
- } & {
12
- action?: (props: typeof __VLS_6) => any;
13
- };
14
- declare const __VLS_component: import("vue").DefineComponent<PvBannerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PvBannerProps> & Readonly<{}>, {
15
- variant: BannerVariants;
16
- orientation: BannerOrientations;
17
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
19
- export default _default;
20
- type __VLS_WithSlots<T, S> = T & {
21
- new (): {
22
- $slots: S;
23
- };
24
- };
@@ -1,6 +0,0 @@
1
- import { PvBreadcrumbsOptions } from "./types";
2
- interface PvBreadcrumbsProps {
3
- options: PvBreadcrumbsOptions[];
4
- }
5
- declare const _default: import("vue").DefineComponent<PvBreadcrumbsProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PvBreadcrumbsProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
- export default _default;
@@ -1,19 +0,0 @@
1
- import { PvButtonSize, PvButtonVariant } from "./types";
2
- type PvButtonProps = {
3
- variant?: PvButtonVariant;
4
- disabled?: boolean;
5
- size?: PvButtonSize;
6
- loading?: boolean;
7
- label?: string;
8
- leftIcon?: string;
9
- rightIcon?: string;
10
- inverse?: boolean;
11
- };
12
- declare const _default: import("vue").DefineComponent<PvButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PvButtonProps> & Readonly<{}>, {
13
- size: PvButtonSize;
14
- variant: PvButtonVariant;
15
- disabled: boolean;
16
- loading: boolean;
17
- inverse: boolean;
18
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
- export default _default;
@@ -1,21 +0,0 @@
1
- import { PvCardVariant } from "./types";
2
- interface PvCardProps {
3
- href?: string;
4
- variant?: PvCardVariant;
5
- interactive?: boolean;
6
- }
7
- declare var __VLS_6: {};
8
- type __VLS_Slots = {} & {
9
- default?: (props: typeof __VLS_6) => any;
10
- };
11
- declare const __VLS_component: import("vue").DefineComponent<PvCardProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PvCardProps> & Readonly<{}>, {
12
- variant: PvCardVariant;
13
- interactive: boolean;
14
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
16
- export default _default;
17
- type __VLS_WithSlots<T, S> = T & {
18
- new (): {
19
- $slots: S;
20
- };
21
- };
@@ -1,14 +0,0 @@
1
- interface PvCheckboxProps {
2
- disabled?: boolean;
3
- indeterminate?: boolean;
4
- }
5
- type __VLS_Props = PvCheckboxProps;
6
- type __VLS_PublicProps = __VLS_Props & {
7
- modelValue?: boolean;
8
- };
9
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
- "update:modelValue": (value: boolean | undefined) => any;
11
- }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
- "onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
13
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
- export default _default;
@@ -1,10 +0,0 @@
1
- import { PvCompanyLabelSize } from "./types";
2
- interface PvCompanyLabelProps {
3
- size?: PvCompanyLabelSize;
4
- logo?: string;
5
- label: string;
6
- }
7
- declare const _default: import("vue").DefineComponent<PvCompanyLabelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PvCompanyLabelProps> & Readonly<{}>, {
8
- size: PvCompanyLabelSize;
9
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
- export default _default;
@@ -1,14 +0,0 @@
1
- import { PvCompanyLogoSize } from "./types";
2
- type PvCompanyLogoProps = {
3
- basePath?: string;
4
- name: string;
5
- size?: PvCompanyLogoSize;
6
- srcPathOverride?: string;
7
- toCamelCase?: boolean;
8
- };
9
- declare const _default: import("vue").DefineComponent<PvCompanyLogoProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PvCompanyLogoProps> & Readonly<{}>, {
10
- size: PvCompanyLogoSize;
11
- basePath: string;
12
- toCamelCase: boolean;
13
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
- export default _default;
@@ -1,2 +0,0 @@
1
- import { PvSize } from "@/components/base/baseProps.ts";
2
- export type PvCompanyLogoSize = PvSize;
@@ -1,15 +0,0 @@
1
- import { PvCounterBadgeSize, PvCounterBadgeVariant } from "./types";
2
- export interface PvCounterBadgeProps {
3
- value?: number;
4
- prefix?: string;
5
- variant?: PvCounterBadgeVariant;
6
- size?: PvCounterBadgeSize;
7
- maxValue?: number;
8
- }
9
- declare const _default: import("vue").DefineComponent<PvCounterBadgeProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PvCounterBadgeProps> & Readonly<{}>, {
10
- prefix: string;
11
- size: PvCounterBadgeSize;
12
- variant: PvCounterBadgeVariant;
13
- maxValue: number;
14
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
- export default _default;
@@ -1,13 +0,0 @@
1
- import { PvSize } from "../baseProps";
2
- type DateTimeSize = Extract<PvSize, "xs" | "sm">;
3
- interface PvDateTimeProps {
4
- variants?: "condensed" | "time";
5
- timezone?: string;
6
- date: Date;
7
- size?: DateTimeSize;
8
- }
9
- declare const _default: import("vue").DefineComponent<PvDateTimeProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PvDateTimeProps> & Readonly<{}>, {
10
- size: DateTimeSize;
11
- variants: "condensed" | "time";
12
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
- export default _default;
@@ -1,31 +0,0 @@
1
- export interface PvDrawer {
2
- header: string;
3
- subheader?: string;
4
- showSearchbar?: boolean;
5
- closeOnClickOutside?: boolean;
6
- searchInputProps?: PvSearchInputProps;
7
- }
8
- import { PvSearchInputProps } from "../PvSearchInput/PvSearchInput.vue";
9
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<PvDrawer & {
10
- searchInput?: string;
11
- modelValue: boolean;
12
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
- "update:modelValue": (value: boolean) => any;
14
- "update:searchInput": (value: string | undefined) => any;
15
- }, string, import("vue").PublicProps, Readonly<PvDrawer & {
16
- searchInput?: string;
17
- modelValue: boolean;
18
- }> & Readonly<{
19
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
20
- "onUpdate:searchInput"?: ((value: string | undefined) => any) | undefined;
21
- }>, {
22
- closeOnClickOutside: boolean;
23
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
24
- default?: (props: {}) => any;
25
- }>;
26
- export default _default;
27
- type __VLS_WithSlots<T, S> = T & {
28
- new (): {
29
- $slots: S;
30
- };
31
- };
@@ -1,42 +0,0 @@
1
- import { CSSProperties } from "vue";
2
- export interface PvDropdownProps {
3
- defaultOpen?: boolean;
4
- popoverCssProperties?: CSSProperties;
5
- alignment?: "top" | "right" | "top right" | undefined;
6
- isList?: boolean;
7
- isSortable?: boolean;
8
- icon?: boolean;
9
- disabled?: boolean;
10
- isLoading?: boolean;
11
- useTeleport?: boolean;
12
- teleportLocation?: string;
13
- }
14
- declare const _default: __VLS_WithSlots<import("vue").DefineComponent<PvDropdownProps, {
15
- closeDropdown: () => void;
16
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
17
- "list-order-updated": (value: string[]) => any;
18
- "dropdown-open": () => any;
19
- "dropdown-closed": () => any;
20
- }, string, import("vue").PublicProps, Readonly<PvDropdownProps> & Readonly<{
21
- "onList-order-updated"?: ((value: string[]) => any) | undefined;
22
- "onDropdown-open"?: (() => any) | undefined;
23
- "onDropdown-closed"?: (() => any) | undefined;
24
- }>, {
25
- disabled: boolean;
26
- alignment: "right" | "top" | "top right";
27
- isList: boolean;
28
- defaultOpen: boolean;
29
- isLoading: boolean;
30
- useTeleport: boolean;
31
- teleportLocation: string;
32
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
33
- trigger?: (props: {}) => any;
34
- } & {
35
- default?: (props: {}) => any;
36
- }>;
37
- export default _default;
38
- type __VLS_WithSlots<T, S> = T & {
39
- new (): {
40
- $slots: S;
41
- };
42
- };
@@ -1,24 +0,0 @@
1
- import { PvExpandableContentSizes, PvExpandableContentVariants } from "./types";
2
- type __VLS_Props = {
3
- lines?: number;
4
- size?: PvExpandableContentSizes;
5
- variant?: PvExpandableContentVariants;
6
- defaultOpen?: boolean;
7
- };
8
- declare var __VLS_1: {};
9
- type __VLS_Slots = {} & {
10
- default?: (props: typeof __VLS_1) => any;
11
- };
12
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
- size: PvExpandableContentSizes;
14
- variant: PvExpandableContentVariants;
15
- defaultOpen: boolean;
16
- lines: number;
17
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
19
- export default _default;
20
- type __VLS_WithSlots<T, S> = T & {
21
- new (): {
22
- $slots: S;
23
- };
24
- };
@@ -1,29 +0,0 @@
1
- import { PvGhostInputVariant } from "./types";
2
- interface PvGhostInputProps {
3
- variant?: PvGhostInputVariant;
4
- placeholder?: string;
5
- disabled?: boolean;
6
- showEditIcon?: boolean;
7
- }
8
- type __VLS_Props = PvGhostInputProps;
9
- type __VLS_PublicProps = __VLS_Props & {
10
- modelValue?: string;
11
- };
12
- declare var __VLS_1: {};
13
- type __VLS_Slots = {} & {
14
- action?: (props: typeof __VLS_1) => any;
15
- };
16
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
17
- "update:modelValue": (value: string | undefined) => any;
18
- }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
19
- "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
20
- }>, {
21
- variant: PvGhostInputVariant;
22
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
24
- export default _default;
25
- type __VLS_WithSlots<T, S> = T & {
26
- new (): {
27
- $slots: S;
28
- };
29
- };
@@ -1,9 +0,0 @@
1
- import { PvIconSize } from "../baseProps";
2
- declare const _default: import("vue").DefineComponent<{
3
- name: string;
4
- size?: PvIconSize;
5
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
6
- name: string;
7
- size?: PvIconSize;
8
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
- export default _default;
@@ -1,34 +0,0 @@
1
- import { PvInputType, PvInputVariant } from "./types";
2
- interface PvInputProps {
3
- error?: boolean;
4
- disabled?: boolean;
5
- placeholder?: string;
6
- type?: PvInputType;
7
- id?: string;
8
- lowerLabel?: string;
9
- variant?: PvInputVariant;
10
- }
11
- type __VLS_Props = PvInputProps;
12
- type __VLS_PublicProps = __VLS_Props & {
13
- modelValue?: string;
14
- };
15
- declare var __VLS_1: {};
16
- type __VLS_Slots = {} & {
17
- label?: (props: typeof __VLS_1) => any;
18
- };
19
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
- "update:modelValue": (value: string | undefined) => any;
21
- }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
22
- "onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
23
- }>, {
24
- type: PvInputType;
25
- id: string;
26
- variant: PvInputVariant;
27
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
28
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
29
- export default _default;
30
- type __VLS_WithSlots<T, S> = T & {
31
- new (): {
32
- $slots: S;
33
- };
34
- };
@@ -1,30 +0,0 @@
1
- import { CSSProperties } from "vue";
2
- export interface PvSelectMenu {
3
- teleportLocation?: string;
4
- open: boolean;
5
- popoverPositionStyle?: CSSProperties;
6
- cssCustomListProperties?: CSSProperties;
7
- useTeleport?: boolean;
8
- }
9
- declare var __VLS_10: {};
10
- type __VLS_Slots = {} & {
11
- default?: (props: typeof __VLS_10) => any;
12
- };
13
- declare const __VLS_component: import("vue").DefineComponent<PvSelectMenu, {
14
- popoverRef: import("vue").Ref<{
15
- popoverRoot: HTMLElement | null;
16
- } | null, {
17
- popoverRoot: HTMLElement | null;
18
- } | {
19
- popoverRoot: HTMLElement | null;
20
- } | null>;
21
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<PvSelectMenu> & Readonly<{}>, {
22
- useTeleport: boolean;
23
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
25
- export default _default;
26
- type __VLS_WithSlots<T, S> = T & {
27
- new (): {
28
- $slots: S;
29
- };
30
- };