@turquoisehealth/pit-viper 2.216.0 → 2.216.1-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (199) hide show
  1. package/package.json +5 -1
  2. package/pv-components/dist/stats/vue/ai/stats.html +4950 -0
  3. package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
  4. package/pv-components/dist/stats/web/pv-confirmation-stats.html +4950 -0
  5. package/pv-components/dist/stats/web/pv-prompt-input-stats.html +4950 -0
  6. package/pv-components/dist/stats/web/pv-question-stats.html +4950 -0
  7. package/pv-components/dist/stats/web/pv-reasoning-stats.html +4950 -0
  8. package/pv-components/dist/stats/web/pv-tool-stats.html +4950 -0
  9. package/pv-components/dist/vue/ai/components/ai/PvConfirmation/PvConfirmation.vue.d.ts +30 -0
  10. package/pv-components/dist/vue/ai/components/ai/PvConfirmation/types.d.ts +21 -0
  11. package/pv-components/dist/vue/ai/components/ai/PvPromptInput/PvPromptInput.vue.d.ts +46 -0
  12. package/pv-components/dist/vue/ai/components/ai/PvPromptInput/types.d.ts +20 -0
  13. package/pv-components/dist/vue/ai/components/ai/PvQuestion/PvQuestion.vue.d.ts +35 -0
  14. package/pv-components/dist/vue/ai/components/ai/PvQuestion/types.d.ts +24 -0
  15. package/pv-components/dist/vue/ai/components/ai/PvReasoning/PvReasoning.vue.d.ts +33 -0
  16. package/pv-components/dist/vue/ai/components/ai/PvReasoning/types.d.ts +14 -0
  17. package/pv-components/dist/vue/ai/components/ai/PvTool/PvTool.vue.d.ts +35 -0
  18. package/pv-components/dist/vue/ai/components/ai/PvTool/types.d.ts +15 -0
  19. package/pv-components/dist/vue/ai/components/ai/index.d.ts +15 -0
  20. package/pv-components/dist/vue/ai/components/ai/toolLifecycle.d.ts +21 -0
  21. package/pv-components/dist/vue/ai/components/ai/useStickToBottom.d.ts +19 -0
  22. package/pv-components/dist/vue/ai/components/base/PvAccordion/PvAccordion.vue.d.ts +60 -0
  23. package/pv-components/dist/vue/ai/components/base/PvAccordion/types.d.ts +5 -0
  24. package/pv-components/dist/vue/ai/components/base/PvActionBar/PvActionBar.vue.d.ts +36 -0
  25. package/pv-components/dist/vue/ai/components/base/PvActionBar/types.d.ts +2 -0
  26. package/pv-components/dist/vue/ai/components/base/PvActionButton/PvActionButton.vue.d.ts +22 -0
  27. package/pv-components/dist/vue/ai/components/base/PvAiButton/PvAiButton.vue.d.ts +20 -0
  28. package/pv-components/dist/vue/ai/components/base/PvAiButton/types.d.ts +2 -0
  29. package/pv-components/dist/vue/ai/components/base/PvAvatar/PvAvatar.vue.d.ts +7 -0
  30. package/pv-components/dist/vue/ai/components/base/PvAvatar/types.d.ts +20 -0
  31. package/pv-components/dist/vue/ai/components/base/PvAvatarGroup/PvAvatarGroup.vue.d.ts +12 -0
  32. package/pv-components/dist/vue/ai/components/base/PvAvatarGroup/types.d.ts +16 -0
  33. package/pv-components/dist/vue/ai/components/base/PvBanner/PvBanner.vue.d.ts +35 -0
  34. package/pv-components/dist/vue/ai/components/base/PvBanner/types.d.ts +11 -0
  35. package/pv-components/dist/vue/ai/components/base/PvBreadcrumbs/PvBreadcrumbs.vue.d.ts +8 -0
  36. package/pv-components/dist/vue/ai/components/base/PvBreadcrumbs/types.d.ts +6 -0
  37. package/pv-components/dist/vue/ai/components/base/PvButton/PvButton.vue.d.ts +10 -0
  38. package/pv-components/dist/vue/ai/components/base/PvButton/PvButtonWithTooltip.vue.d.ts +8 -0
  39. package/pv-components/dist/vue/ai/components/base/PvButton/helpers.d.ts +3 -0
  40. package/pv-components/dist/vue/ai/components/base/PvButton/types.d.ts +38 -0
  41. package/pv-components/dist/vue/ai/components/base/PvCard/PvCard.vue.d.ts +30 -0
  42. package/pv-components/dist/vue/ai/components/base/PvCard/types.d.ts +2 -0
  43. package/pv-components/dist/vue/ai/components/base/PvCheckbox/PvCheckbox.vue.d.ts +19 -0
  44. package/pv-components/dist/vue/ai/components/base/PvCompanyLabel/PvCompanyLabel.vue.d.ts +14 -0
  45. package/pv-components/dist/vue/ai/components/base/PvCompanyLabel/types.d.ts +2 -0
  46. package/pv-components/dist/vue/ai/components/base/PvCompanyLogo/PvCompanyLogo.vue.d.ts +17 -0
  47. package/pv-components/dist/vue/ai/components/base/PvCompanyLogo/types.d.ts +2 -0
  48. package/pv-components/dist/vue/ai/components/base/PvCompanyTag/PvCompanyTag.vue.d.ts +31 -0
  49. package/pv-components/dist/vue/ai/components/base/PvComponentsConfig/primeVue.config.d.ts +14 -0
  50. package/pv-components/dist/vue/ai/components/base/PvComponentsConfig/usePvComponents.d.ts +2 -0
  51. package/pv-components/dist/vue/ai/components/base/PvCounterBadge/PvCounterBadge.vue.d.ts +21 -0
  52. package/pv-components/dist/vue/ai/components/base/PvCounterBadge/types.d.ts +3 -0
  53. package/pv-components/dist/vue/ai/components/base/PvDatePicker/PvDatePicker.vue.d.ts +103 -0
  54. package/pv-components/dist/vue/ai/components/base/PvDateTime/PvDateTime.vue.d.ts +18 -0
  55. package/pv-components/dist/vue/ai/components/base/PvDateTime/useDateTime.d.ts +9 -0
  56. package/pv-components/dist/vue/ai/components/base/PvDistributionBar/PvDistributionBar.vue.d.ts +7 -0
  57. package/pv-components/dist/vue/ai/components/base/PvDrawer/PvDrawer.vue.d.ts +54 -0
  58. package/pv-components/dist/vue/ai/components/base/PvDropdown/PvDropdown.vue.d.ts +125 -0
  59. package/pv-components/dist/vue/ai/components/base/PvEmptyErrorState/PvEmptyErrorState.vue.d.ts +22 -0
  60. package/pv-components/dist/vue/ai/components/base/PvEmptyErrorState/types.d.ts +11 -0
  61. package/pv-components/dist/vue/ai/components/base/PvExpandableContent/PvExpandableContent.vue.d.ts +34 -0
  62. package/pv-components/dist/vue/ai/components/base/PvExpandableContent/types.d.ts +3 -0
  63. package/pv-components/dist/vue/ai/components/base/PvFilterModal/PvFilterModal.vue.d.ts +80 -0
  64. package/pv-components/dist/vue/ai/components/base/PvFilterModal/PvFilterModalSelectItem.vue.d.ts +33 -0
  65. package/pv-components/dist/vue/ai/components/base/PvFilterModal/types.d.ts +11 -0
  66. package/pv-components/dist/vue/ai/components/base/PvFilterPanel/PvFilterPanel.vue.d.ts +78 -0
  67. package/pv-components/dist/vue/ai/components/base/PvFilterPanel/PvFilterPanelAccordion.vue.d.ts +18 -0
  68. package/pv-components/dist/vue/ai/components/base/PvFilterPanel/PvFilterPanelAppliedFiltersSection.vue.d.ts +12 -0
  69. package/pv-components/dist/vue/ai/components/base/PvFilterPanel/PvFilterPanelCategoryButtonRow.vue.d.ts +14 -0
  70. package/pv-components/dist/vue/ai/components/base/PvFilterPanel/PvFilterPanelOptionRow.vue.d.ts +35 -0
  71. package/pv-components/dist/vue/ai/components/base/PvFilterPanel/advancedFilterModel.d.ts +26 -0
  72. package/pv-components/dist/vue/ai/components/base/PvFilterPanel/aggregateFilterModel.d.ts +56 -0
  73. package/pv-components/dist/vue/ai/components/base/PvFilterPanel/filterOptionDisplay.d.ts +28 -0
  74. package/pv-components/dist/vue/ai/components/base/PvFilterPanel/filterOptionValue.d.ts +15 -0
  75. package/pv-components/dist/vue/ai/components/base/PvFilterPanel/types.d.ts +525 -0
  76. package/pv-components/dist/vue/ai/components/base/PvFilterPanel/usePvFilterPanel.d.ts +30 -0
  77. package/pv-components/dist/vue/ai/components/base/PvFilterPanel/usePvFilterStore.d.ts +5 -0
  78. package/pv-components/dist/vue/ai/components/base/PvGhostInput/PvGhostInput.vue.d.ts +45 -0
  79. package/pv-components/dist/vue/ai/components/base/PvGhostInput/types.d.ts +2 -0
  80. package/pv-components/dist/vue/ai/components/base/PvHeader/PvHeader.vue.d.ts +36 -0
  81. package/pv-components/dist/vue/ai/components/base/PvHorizontalScroller/PvHorizontalScroller.vue.d.ts +36 -0
  82. package/pv-components/dist/vue/ai/components/base/PvHorizontalScroller/types.d.ts +21 -0
  83. package/pv-components/dist/vue/ai/components/base/PvHoverActionMenu/PvHoverActionMenu.vue.d.ts +42 -0
  84. package/pv-components/dist/vue/ai/components/base/PvHoverActionMenu/types.d.ts +15 -0
  85. package/pv-components/dist/vue/ai/components/base/PvIcon/PvIcon.vue.d.ts +14 -0
  86. package/pv-components/dist/vue/ai/components/base/PvInput/PvInput.vue.d.ts +59 -0
  87. package/pv-components/dist/vue/ai/components/base/PvInput/types.d.ts +3 -0
  88. package/pv-components/dist/vue/ai/components/base/PvInsightCard/PvInsightCard.vue.d.ts +29 -0
  89. package/pv-components/dist/vue/ai/components/base/PvMenu/PvMenu.vue.d.ts +57 -0
  90. package/pv-components/dist/vue/ai/components/base/PvMenu/PvMenuControlPanel.vue.d.ts +26 -0
  91. package/pv-components/dist/vue/ai/components/base/PvMenu/PvMenuEmptyState.vue.d.ts +3 -0
  92. package/pv-components/dist/vue/ai/components/base/PvMenu/cascadeUtils.d.ts +42 -0
  93. package/pv-components/dist/vue/ai/components/base/PvMenu/items/PvMenuBaseItem.vue.d.ts +11 -0
  94. package/pv-components/dist/vue/ai/components/base/PvMenu/items/PvMenuItem.vue.d.ts +26 -0
  95. package/pv-components/dist/vue/ai/components/base/PvMenu/items/PvMenuItemAction.vue.d.ts +9 -0
  96. package/pv-components/dist/vue/ai/components/base/PvMenu/items/PvMenuItemVariant.vue.d.ts +22 -0
  97. package/pv-components/dist/vue/ai/components/base/PvMenu/symbols.d.ts +11 -0
  98. package/pv-components/dist/vue/ai/components/base/PvMenu/types.d.ts +31 -0
  99. package/pv-components/dist/vue/ai/components/base/PvMenu/useMenuPosition.d.ts +66 -0
  100. package/pv-components/dist/vue/ai/components/base/PvModal/PvModal.vue.d.ts +31 -0
  101. package/pv-components/dist/vue/ai/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +170 -0
  102. package/pv-components/dist/vue/ai/components/base/PvMultiSelectButton/mocks.d.ts +20 -0
  103. package/pv-components/dist/vue/ai/components/base/PvMultiSelectButton/types.d.ts +129 -0
  104. package/pv-components/dist/vue/ai/components/base/PvPagination/PvPagination.vue.d.ts +24 -0
  105. package/pv-components/dist/vue/ai/components/base/PvPagination/types.d.ts +3 -0
  106. package/pv-components/dist/vue/ai/components/base/PvPagination/usePagination.d.ts +12 -0
  107. package/pv-components/dist/vue/ai/components/base/PvPill/PvPill.vue.d.ts +29 -0
  108. package/pv-components/dist/vue/ai/components/base/PvPill/types.d.ts +4 -0
  109. package/pv-components/dist/vue/ai/components/base/PvPopover/PvPopover.vue.d.ts +37 -0
  110. package/pv-components/dist/vue/ai/components/base/PvPopoverMenu/PvPopoverMenu.vue.d.ts +28 -0
  111. package/pv-components/dist/vue/ai/components/base/PvPopoverV2/PvPopoverV2.vue.d.ts +39 -0
  112. package/pv-components/dist/vue/ai/components/base/PvPopoverV2/types.d.ts +36 -0
  113. package/pv-components/dist/vue/ai/components/base/PvProgressBar/PvProgressBar.vue.d.ts +15 -0
  114. package/pv-components/dist/vue/ai/components/base/PvQueryBuilderInput/PvQueryBuilderInput.vue.d.ts +73 -0
  115. package/pv-components/dist/vue/ai/components/base/PvQueryBuilderInput/QueryBuilderMenuOptionRenderer.vue.d.ts +6 -0
  116. package/pv-components/dist/vue/ai/components/base/PvQueryBuilderInput/QueryFormatter.vue.d.ts +20 -0
  117. package/pv-components/dist/vue/ai/components/base/PvQueryBuilderInput/useQueryBuilder.d.ts +44 -0
  118. package/pv-components/dist/vue/ai/components/base/PvRadioGroup/PvRadioGroup.vue.d.ts +30 -0
  119. package/pv-components/dist/vue/ai/components/base/PvRadioGroup/types.d.ts +5 -0
  120. package/pv-components/dist/vue/ai/components/base/PvRange/PvRange.vue.d.ts +36 -0
  121. package/pv-components/dist/vue/ai/components/base/PvRange/types.d.ts +44 -0
  122. package/pv-components/dist/vue/ai/components/base/PvRating/PvRating.vue.d.ts +15 -0
  123. package/pv-components/dist/vue/ai/components/base/PvRating/types.d.ts +4 -0
  124. package/pv-components/dist/vue/ai/components/base/PvReleaseBadge/PvReleaseBadge.vue.d.ts +10 -0
  125. package/pv-components/dist/vue/ai/components/base/PvReleaseBadge/types.d.ts +1 -0
  126. package/pv-components/dist/vue/ai/components/base/PvSearchInput/PvSearchInput.vue.d.ts +33 -0
  127. package/pv-components/dist/vue/ai/components/base/PvSegmentedControl/PvSegmentedControl.vue.d.ts +23 -0
  128. package/pv-components/dist/vue/ai/components/base/PvSegmentedControl/types.d.ts +18 -0
  129. package/pv-components/dist/vue/ai/components/base/PvSelectButton/PvSelectButton.vue.d.ts +85 -0
  130. package/pv-components/dist/vue/ai/components/base/PvSelectButton/PvSelectButtonTrigger/PvSelectButtonTrigger.vue.d.ts +14 -0
  131. package/pv-components/dist/vue/ai/components/base/PvSelectButton/PvSelectButtonTrigger/types.d.ts +27 -0
  132. package/pv-components/dist/vue/ai/components/base/PvSelectButton/mocks.d.ts +21 -0
  133. package/pv-components/dist/vue/ai/components/base/PvSelectButton/types.d.ts +3 -0
  134. package/pv-components/dist/vue/ai/components/base/PvSelectableCard/PvSelectableCard.vue.d.ts +30 -0
  135. package/pv-components/dist/vue/ai/components/base/PvSidebar/PvSidebar.vue.d.ts +38 -0
  136. package/pv-components/dist/vue/ai/components/base/PvSkeleton/PvSkeleton.vue.d.ts +17 -0
  137. package/pv-components/dist/vue/ai/components/base/PvSkeleton/types.d.ts +8 -0
  138. package/pv-components/dist/vue/ai/components/base/PvSpinner/PvSpinner.vue.d.ts +13 -0
  139. package/pv-components/dist/vue/ai/components/base/PvSpinner/types.d.ts +3 -0
  140. package/pv-components/dist/vue/ai/components/base/PvSplitButton/PvSplitButton.vue.d.ts +27 -0
  141. package/pv-components/dist/vue/ai/components/base/PvSplitButton/types.d.ts +12 -0
  142. package/pv-components/dist/vue/ai/components/base/PvSprite/PvSprite.vue.d.ts +9 -0
  143. package/pv-components/dist/vue/ai/components/base/PvStepper/PvStepper.vue.d.ts +16 -0
  144. package/pv-components/dist/vue/ai/components/base/PvSuggestionTag/PvSuggestionTag.vue.d.ts +37 -0
  145. package/pv-components/dist/vue/ai/components/base/PvSwitch/PvSwitch.vue.d.ts +34 -0
  146. package/pv-components/dist/vue/ai/components/base/PvSwitch/types.d.ts +2 -0
  147. package/pv-components/dist/vue/ai/components/base/PvTabList/PvTabList.vue.d.ts +12 -0
  148. package/pv-components/dist/vue/ai/components/base/PvTableOfContents/PvTableOfContents.vue.d.ts +19 -0
  149. package/pv-components/dist/vue/ai/components/base/PvTableOfContents/types.d.ts +6 -0
  150. package/pv-components/dist/vue/ai/components/base/PvTabs/PvTabs.vue.d.ts +20 -0
  151. package/pv-components/dist/vue/ai/components/base/PvTabs/types.d.ts +10 -0
  152. package/pv-components/dist/vue/ai/components/base/PvTag/PvTag.vue.d.ts +53 -0
  153. package/pv-components/dist/vue/ai/components/base/PvTag/types.d.ts +3 -0
  154. package/pv-components/dist/vue/ai/components/base/PvTextArea/PvTextArea.vue.d.ts +51 -0
  155. package/pv-components/dist/vue/ai/components/base/PvTextArea/types.d.ts +2 -0
  156. package/pv-components/dist/vue/ai/components/base/PvToast/PvToast.vue.d.ts +33 -0
  157. package/pv-components/dist/vue/ai/components/base/PvToast/types.d.ts +1 -0
  158. package/pv-components/dist/vue/ai/components/base/PvToggleButton/PvToggleButton.vue.d.ts +48 -0
  159. package/pv-components/dist/vue/ai/components/base/PvToggleButton/types.d.ts +3 -0
  160. package/pv-components/dist/vue/ai/components/base/PvToggleGroup/PvToggleGroup.vue.d.ts +12 -0
  161. package/pv-components/dist/vue/ai/components/base/PvToggleGroup/types.d.ts +12 -0
  162. package/pv-components/dist/vue/ai/components/base/PvTooltip/PvTooltip.vue.d.ts +41 -0
  163. package/pv-components/dist/vue/ai/components/base/PvTooltip/types.d.ts +4 -0
  164. package/pv-components/dist/vue/ai/components/base/PvTooltipV2/PvTooltipV2.vue.d.ts +28 -0
  165. package/pv-components/dist/vue/ai/components/base/PvTooltipV2/types.d.ts +14 -0
  166. package/pv-components/dist/vue/ai/components/base/PvTree/PvButtonTreeItem.vue.d.ts +36 -0
  167. package/pv-components/dist/vue/ai/components/base/PvTree/PvCheckboxTreeItem.vue.d.ts +36 -0
  168. package/pv-components/dist/vue/ai/components/base/PvTree/PvSimpleItemTree.vue.d.ts +7 -0
  169. package/pv-components/dist/vue/ai/components/base/PvTree/PvSimpleNestedTree.vue.d.ts +31 -0
  170. package/pv-components/dist/vue/ai/components/base/PvTree/PvSimpleNestedTreeItem.vue.d.ts +35 -0
  171. package/pv-components/dist/vue/ai/components/base/PvTree/PvTree.vue.d.ts +31 -0
  172. package/pv-components/dist/vue/ai/components/base/PvTree/PvTreeGroup.vue.d.ts +18 -0
  173. package/pv-components/dist/vue/ai/components/base/PvTree/PvTreeItem.vue.d.ts +37 -0
  174. package/pv-components/dist/vue/ai/components/base/PvTree/PvTreeReorderIcon.vue.d.ts +3 -0
  175. package/pv-components/dist/vue/ai/components/base/PvTree/composables/useDragAndDrop.d.ts +23 -0
  176. package/pv-components/dist/vue/ai/components/base/PvTree/composables/useDragAndDropIndicator.d.ts +8 -0
  177. package/pv-components/dist/vue/ai/components/base/PvTree/composables/useDraggingState.d.ts +40 -0
  178. package/pv-components/dist/vue/ai/components/base/PvTree/composables/useHoverIcon.d.ts +6 -0
  179. package/pv-components/dist/vue/ai/components/base/PvTree/composables/useTreeUpdate.d.ts +8 -0
  180. package/pv-components/dist/vue/ai/components/base/PvTree/symbols.d.ts +12 -0
  181. package/pv-components/dist/vue/ai/components/base/PvTree/types.d.ts +61 -0
  182. package/pv-components/dist/vue/ai/components/base/PvWidget/PvWidget.vue.d.ts +18 -0
  183. package/pv-components/dist/vue/ai/components/base/baseProps.d.ts +18 -0
  184. package/pv-components/dist/vue/ai/components/base/index.d.ts +92 -0
  185. package/pv-components/dist/vue/ai/components/layout/PvSidePanel/PvSidePanel.vue.d.ts +24 -0
  186. package/pv-components/dist/vue/ai/pv-components-ai.mjs +951 -0
  187. package/pv-components/dist/vue/ai/pv-components-ai.mjs.map +1 -0
  188. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/PvDataTableWithChart.vue.d.ts +2 -1
  189. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +1 -3
  190. package/pv-components/dist/vue/visualizations/components/visualizations/index.d.ts +1 -1
  191. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +13 -11
  192. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  193. package/pv-components/dist/web/components/pv-confirmation/pv-confirmation.js +6441 -0
  194. package/pv-components/dist/web/components/pv-prompt-input/pv-prompt-input.js +6541 -0
  195. package/pv-components/dist/web/components/pv-question/pv-question.js +6704 -0
  196. package/pv-components/dist/web/components/pv-reasoning/pv-reasoning.js +6418 -0
  197. package/pv-components/dist/web/components/pv-tool/pv-tool.js +6450 -0
  198. package/pv-components/dist/web/pv-components.iife.js +37 -37
  199. package/pv-components/dist/web/pv-components.iife.js.map +1 -1
@@ -0,0 +1,20 @@
1
+ import { QueryBuilderOutput } from './useQueryBuilder';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface QueryFormatterProps {
4
+ queryTermDisplayLimit?: number;
5
+ }
6
+ type __VLS_Props = QueryFormatterProps;
7
+ type __VLS_PublicProps = {
8
+ modelValue: QueryBuilderOutput | null;
9
+ "wrap-content"?: boolean;
10
+ } & __VLS_Props;
11
+ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
12
+ "update:modelValue": (value: QueryBuilderOutput | null) => any;
13
+ "update:wrap-content": (value: boolean) => any;
14
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
15
+ "onUpdate:modelValue"?: ((value: QueryBuilderOutput | null) => any) | undefined;
16
+ "onUpdate:wrap-content"?: ((value: boolean) => any) | undefined;
17
+ }>, {
18
+ queryTermDisplayLimit: number;
19
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
20
+ export default _default;
@@ -0,0 +1,44 @@
1
+ import { MenuOption } from '../../../types';
2
+ export type QueryBuilderProcessor = "full" | "field-only";
3
+ export interface QueryBuilderOutput {
4
+ queryTerms: QueryTerm[];
5
+ freeTextTerms?: string[];
6
+ }
7
+ export interface QueryTerm {
8
+ queryField?: string;
9
+ queryDisplayField?: string;
10
+ exactMatch?: boolean;
11
+ queryText?: string;
12
+ }
13
+ export interface QueryBuilderSuggestionMenuOption extends MenuOption {
14
+ queryTerm?: QueryTerm;
15
+ }
16
+ /**
17
+ * The filter model is structured as follows:
18
+ * For single conditions
19
+ * {
20
+ * [field]: {
21
+ * filterType: "text",
22
+ * type: "equals" | "contains",
23
+ * filter: string,
24
+ * },
25
+ * }
26
+ * For multiple conditions on the same field, it will be structured as:
27
+ * {
28
+ * [field]: {
29
+ * filterType: "text",
30
+ * operator: 'OR',
31
+ * conditions: [
32
+ * {
33
+ * type: "equals" | "contains",
34
+ * filter: string,
35
+ * }
36
+ * ]
37
+ * },
38
+ * }
39
+ */
40
+ export declare const useQueryBuilder: () => {
41
+ addQueryOption: (query: QueryBuilderOutput | null, option: QueryBuilderSuggestionMenuOption) => QueryBuilderOutput | null;
42
+ containsQueryOption: (query: QueryBuilderOutput | null, option: QueryBuilderSuggestionMenuOption) => boolean;
43
+ removeQueryOption: (query: QueryBuilderOutput | null, option: QueryBuilderSuggestionMenuOption) => QueryBuilderOutput | null;
44
+ };
@@ -0,0 +1,30 @@
1
+ import { RadioGroupOption } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvRadioGroupProps {
4
+ /** Accessible label when no visible legend is provided. */
5
+ ariaLabel?: string;
6
+ /** When true, all options are non-interactive and visually dimmed. */
7
+ disabled?: boolean;
8
+ /** Visible label rendered above the group. */
9
+ label?: string;
10
+ /** Name attribute shared by all radio inputs. Auto-generated if omitted. */
11
+ name?: string;
12
+ /** Array of options to render as radio buttons. */
13
+ options?: RadioGroupOption[];
14
+ /** Layout direction of the options. */
15
+ orientation?: "vertical" | "horizontal";
16
+ }
17
+ type __VLS_Props = PvRadioGroupProps;
18
+ type __VLS_PublicProps = {
19
+ modelValue?: string | number | boolean;
20
+ } & __VLS_Props;
21
+ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
22
+ "update:modelValue": (value: string | number | boolean) => any;
23
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
24
+ "onUpdate:modelValue"?: ((value: string | number | boolean) => any) | undefined;
25
+ }>, {
26
+ disabled: boolean;
27
+ options: RadioGroupOption[];
28
+ orientation: "vertical" | "horizontal";
29
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
30
+ export default _default;
@@ -0,0 +1,5 @@
1
+ export interface RadioGroupOption {
2
+ label: string;
3
+ value: string | number | boolean;
4
+ disabled?: boolean;
5
+ }
@@ -0,0 +1,36 @@
1
+ import { PvRangeProps, PvRangeValue, PvRangeSize, PvRangeColor, PvRangeMode } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ type __VLS_Props = PvRangeProps;
4
+ type __VLS_PublicProps = {
5
+ modelValue?: number;
6
+ "rangeValue"?: PvRangeValue;
7
+ } & __VLS_Props;
8
+ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
9
+ "update:modelValue": (value: number) => any;
10
+ "update:rangeValue": (value: PvRangeValue) => any;
11
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
13
+ "onUpdate:rangeValue"?: ((value: PvRangeValue) => any) | undefined;
14
+ }>, {
15
+ size: PvRangeSize;
16
+ label: string;
17
+ disabled: boolean;
18
+ step: number | null;
19
+ color: PvRangeColor;
20
+ mode: PvRangeMode;
21
+ showClear: boolean;
22
+ min: number | null;
23
+ max: number | null;
24
+ allowMinMaxEqual: boolean;
25
+ alwaysEditMin: boolean;
26
+ dataType: string | null;
27
+ maxLabel: string;
28
+ minLabel: string;
29
+ showBoundLabels: boolean;
30
+ showInputs: boolean;
31
+ showValueTooltips: boolean;
32
+ valueDecimals: number | null;
33
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
34
+ sliderRef: HTMLDivElement;
35
+ }, any>;
36
+ export default _default;
@@ -0,0 +1,44 @@
1
+ export type PvRangeColor = "single" | "multiple";
2
+ export type PvRangeMode = "single" | "dual";
3
+ export type PvRangeSize = "sm" | "md" | "lg";
4
+ export interface PvRangeProps {
5
+ /** When true, min and max handles may have the same value in dual mode. */
6
+ allowMinMaxEqual?: boolean;
7
+ /** When true, track clicks always move the minimum handle instead of the nearest handle in dual mode. */
8
+ alwaysEditMin?: boolean;
9
+ /** Accessible name for the range slider. */
10
+ ariaLabel?: string;
11
+ /** Track color mode. `single` uses a neutral unselected track, `multiple` uses the secondary data color. */
12
+ color?: PvRangeColor;
13
+ /** Value display type for dual-mode inputs, tooltips, and bound labels. */
14
+ dataType?: string | null;
15
+ disabled?: boolean;
16
+ /** Accessible group label in dual mode. */
17
+ label?: string;
18
+ /** Upper slider bound. */
19
+ max?: number | null;
20
+ maxLabel?: string;
21
+ /** Lower slider bound. */
22
+ min?: number | null;
23
+ minLabel?: string;
24
+ /** Slider interaction mode. `single` uses the default v-model; `dual` ignores modelValue and uses v-model:rangeValue. */
25
+ mode?: PvRangeMode;
26
+ /** Whether to show min/max bound values above the slider in dual mode. */
27
+ showBoundLabels?: boolean;
28
+ /** Whether to show the Clear range action when a dual-mode value is active. */
29
+ showClear?: boolean;
30
+ /** Whether to show min/max text inputs in dual mode. */
31
+ showInputs?: boolean;
32
+ /** Whether to show handle value tooltips while interacting in dual mode. */
33
+ showValueTooltips?: boolean;
34
+ /** Visual size. */
35
+ size?: PvRangeSize;
36
+ /** Slider/input step. Use 0 for continuous values. */
37
+ step?: number | null;
38
+ /** Decimal places for dual-mode display values. */
39
+ valueDecimals?: number | null;
40
+ }
41
+ export interface PvRangeValue {
42
+ max: number | null;
43
+ min: number | null;
44
+ }
@@ -0,0 +1,15 @@
1
+ import { PvRatingVariant, PvRatingSize } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvRatingProps {
4
+ /** Display variant: "dot" or "star" style */
5
+ variant?: PvRatingVariant;
6
+ /** Rating value between 0 and 5 */
7
+ value: number;
8
+ /** Size of the rating display in pixels */
9
+ size?: PvRatingSize;
10
+ }
11
+ declare const _default: DefineComponent<PvRatingProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvRatingProps> & Readonly<{}>, {
12
+ size: PvRatingSize;
13
+ variant: PvRatingVariant;
14
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
15
+ export default _default;
@@ -0,0 +1,4 @@
1
+ export declare const PvRatingSizes: readonly [12, 16, 20, 24, 32, 64];
2
+ export type PvRatingSize = (typeof PvRatingSizes)[number];
3
+ export declare const PvRatingVariants: readonly ["dot", "star"];
4
+ export type PvRatingVariant = (typeof PvRatingVariants)[number];
@@ -0,0 +1,10 @@
1
+ import { PvReleaseBadgeVariant } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ export interface PvReleaseBadgeProps {
4
+ /** Release stage variant that determines the badge label and color */
5
+ variant: PvReleaseBadgeVariant;
6
+ /** Apply inverse styling (neutral background) */
7
+ inverse?: boolean;
8
+ }
9
+ declare const _default: DefineComponent<PvReleaseBadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvReleaseBadgeProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
10
+ export default _default;
@@ -0,0 +1 @@
1
+ export type PvReleaseBadgeVariant = "release-alpha" | "release-beta";
@@ -0,0 +1,33 @@
1
+ import { DefineComponent, ShallowRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ export interface PvSearchInputProps {
3
+ /**
4
+ * Placeholder text shown when the input is empty.
5
+ */
6
+ placeholder?: string;
7
+ /**
8
+ * When true, the input is non-interactive and visually dimmed.
9
+ */
10
+ disabled?: boolean;
11
+ /** When true, displays a keyboard shortcut badge ("/" key) and registers the hotkey to focus the input. */
12
+ displayShortcut?: boolean;
13
+ }
14
+ export interface PvSearchInputExposed {
15
+ input: HTMLInputElement | null;
16
+ }
17
+ type __VLS_Props = PvSearchInputProps;
18
+ type __VLS_PublicProps = {
19
+ modelValue?: string;
20
+ } & __VLS_Props;
21
+ declare const _default: DefineComponent<__VLS_PublicProps, {
22
+ input: Readonly< ShallowRef<HTMLInputElement | null>>;
23
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
24
+ "update:modelValue": (value: string) => any;
25
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
26
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
27
+ }>, {
28
+ disabled: boolean;
29
+ placeholder: string;
30
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
31
+ 'search-input': HTMLInputElement;
32
+ }, HTMLDivElement>;
33
+ export default _default;
@@ -0,0 +1,23 @@
1
+ import { PvSegmentControlSize, PvSegmentedControlOption } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvSegmentControlProps {
4
+ /** The list of options rendered as segments. Each option can have a label, icon, or both. */
5
+ options: PvSegmentedControlOption[];
6
+ /**
7
+ * Controls the overall height of the segmented control.
8
+ */
9
+ size?: PvSegmentControlSize;
10
+ }
11
+ type __VLS_Props = PvSegmentControlProps;
12
+ type __VLS_PublicProps = {
13
+ modelValue: string;
14
+ } & __VLS_Props;
15
+ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
16
+ "update:modelValue": (value: string) => any;
17
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
18
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
19
+ }>, {
20
+ size: PvSegmentControlSize;
21
+ options: PvSegmentedControlOption[];
22
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
23
+ export default _default;
@@ -0,0 +1,18 @@
1
+ import { PvSize } from '../baseProps';
2
+ export type PvSegmentControlSize = Extract<PvSize, "lg" | "xl">;
3
+ export interface PvSegmentedControlOption {
4
+ /** When true, the option cannot be selected. */
5
+ disabled?: boolean;
6
+ /** Tooltip text shown when hovering this option (typically used to explain why an option is disabled). */
7
+ disabledReason?: string;
8
+ /** Name of the icon to display alongside the label. */
9
+ icon?: string;
10
+ /** Which side of the label the icon appears on. */
11
+ iconPosition?: "left" | "right";
12
+ /** Visible text for the option. Omit for icon-only segments. */
13
+ label?: string;
14
+ /** Accessible name for icon-only segments (no label). Required when label is omitted. */
15
+ ariaLabel?: string;
16
+ /** Unique identifier emitted as the model value when this option is selected. */
17
+ value: string;
18
+ }
@@ -0,0 +1,85 @@
1
+ import { CSSProperties, Component, VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
2
+ import { PvSelectButtonSize, PvSelectButtonVariant } from './types';
3
+ import { MenuAction, MenuOption, MenuOptionsVariant } from '../../../types';
4
+ import { PvCounterBadgeVariant } from '../PvCounterBadge/types';
5
+ import { PvPopoverV2Props } from '../PvPopoverV2/types.ts';
6
+ import { PvMenuChildrenDisplay } from '../PvMenu/types';
7
+ export interface PvSelectButtonProps<T = unknown> {
8
+ /** Whether the dropdown is open on initial render */
9
+ defaultOpen?: boolean;
10
+ /** Prevent the button from being clicked */
11
+ disabled?: boolean;
12
+ /** Show a loading state on the trigger button */
13
+ isLoading?: boolean;
14
+ /** Visual style of the trigger button */
15
+ variant?: PvSelectButtonVariant;
16
+ /** Inverse button colors for dark backgrounds */
17
+ inverse?: boolean;
18
+ /** Size of the trigger button */
19
+ size?: PvSelectButtonSize;
20
+ /** Configuration passed to the underlying PvPopoverV2 */
21
+ popoverProperties?: PvPopoverV2Props;
22
+ /** Custom CSS properties applied to the popover container */
23
+ popoverCssProperties?: CSSProperties;
24
+ /** Static text shown before the label on the trigger button */
25
+ prefixLabel?: string;
26
+ /** Text label on the trigger button; updates to the selected option's text when an item is chosen */
27
+ label?: string;
28
+ /**
29
+ * Keep the trigger showing `label` even after an option is selected, instead of
30
+ * swapping to the selected option's text. Use when the label is a fixed title
31
+ * (e.g. a column name) and the current selection is surfaced only inside the dropdown.
32
+ */
33
+ staticLabel?: boolean;
34
+ /** Hide the search input inside the dropdown */
35
+ disableSearchInput?: boolean;
36
+ /** Placeholder text for the search input */
37
+ searchPlaceholder?: string;
38
+ /** Visual style of menu options (simple, icon, company, avatar, radio) */
39
+ optionsVariant?: Exclude<MenuOptionsVariant, "checkbox">;
40
+ /** The list of selectable options */
41
+ options?: MenuOption<T>[];
42
+ /** Render nested options inline or in click-opened popovers. */
43
+ childrenDisplay?: PvMenuChildrenDisplay;
44
+ /** Custom Vue component used to render each option */
45
+ optionsRenderer?: Component;
46
+ /** Action configuration for per-option action buttons */
47
+ optionsAction?: MenuAction<T>;
48
+ /** Prevent deselecting the currently selected item */
49
+ disableDeselect?: boolean;
50
+ /** Where to place the counter badge on the trigger */
51
+ counterPosition?: "left" | "right";
52
+ /** Variant of the counter badge which appears on the button and menu items */
53
+ counterBadgeVariant?: PvCounterBadgeVariant;
54
+ /** Whether to highlight the search text in the options list */
55
+ highlightSearchText?: boolean;
56
+ /**
57
+ * `data-dd-action-name` attached to the trigger button so Datadog RUM
58
+ * resolves the click to a named action. Leave unset to skip.
59
+ */
60
+ rumActionName?: string;
61
+ }
62
+ declare const _default: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
63
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
64
+ readonly "onUpdate:modelValue"?: ((value: MenuOption<unknown>) => any) | undefined;
65
+ readonly "onDropdown-open"?: (() => any) | undefined;
66
+ readonly "onDropdown-closed"?: (() => any) | undefined;
67
+ readonly "onUpdate:searchInput"?: ((value: string) => any) | undefined;
68
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, "onUpdate:modelValue" | "onDropdown-open" | "onDropdown-closed" | "onUpdate:searchInput"> & ({
69
+ modelValue?: MenuOption;
70
+ searchInput?: string;
71
+ } & PvSelectButtonProps<T>) & Partial<{}>> & PublicProps;
72
+ expose(exposed: ShallowUnwrapRef<{}>): void;
73
+ attrs: any;
74
+ slots: {};
75
+ emit: {
76
+ (e: "dropdown-open"): void;
77
+ (e: "dropdown-closed"): void;
78
+ } & (((evt: "update:modelValue", value: MenuOption<unknown>) => void) & ((evt: "update:searchInput", value: string) => void));
79
+ }>) => VNode & {
80
+ __ctx?: Awaited<typeof __VLS_setup>;
81
+ };
82
+ export default _default;
83
+ type __VLS_PrettifyLocal<T> = {
84
+ [K in keyof T]: T[K];
85
+ } & {};
@@ -0,0 +1,14 @@
1
+ import { PvSelectButtonTriggerProps } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ import { PvSelectButtonSize, PvSelectButtonVariant } from '../../PvMultiSelectButton/types';
4
+ declare const _default: DefineComponent<PvSelectButtonTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
5
+ "handle-clear": () => any;
6
+ }, string, PublicProps, Readonly<PvSelectButtonTriggerProps> & Readonly<{
7
+ "onHandle-clear"?: (() => any) | undefined;
8
+ }>, {
9
+ size: PvSelectButtonSize;
10
+ variant: PvSelectButtonVariant;
11
+ counterStyle: "primary" | "secondary";
12
+ showDropdown: boolean;
13
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
14
+ export default _default;
@@ -0,0 +1,27 @@
1
+ import { Component } from 'vue';
2
+ import { PvCounterBadgeVariant } from '../../PvCounterBadge/types';
3
+ import { PvSelectButtonSize, PvSelectButtonVariant } from '../../PvMultiSelectButton/types';
4
+ import { MenuOption, MenuOptionConfig } from '../../../../types';
5
+ export interface PvSelectButtonTriggerProps {
6
+ avatar?: MenuOption["avatar"];
7
+ companyLogo?: string;
8
+ counterBadgeVariant?: PvCounterBadgeVariant;
9
+ counterPosition?: "left" | "right" | "none";
10
+ counterValue?: number;
11
+ disabled?: boolean;
12
+ icon?: string;
13
+ inverse?: boolean;
14
+ isLoading?: boolean;
15
+ label?: string;
16
+ menuOptionConfig?: MenuOptionConfig;
17
+ open: boolean;
18
+ prefixLabel?: string;
19
+ renderer?: Component;
20
+ selectedOption?: MenuOption;
21
+ showClear?: boolean;
22
+ showDropdown?: boolean;
23
+ size?: PvSelectButtonSize;
24
+ variant?: PvSelectButtonVariant;
25
+ counterStyle?: "primary" | "secondary";
26
+ selectedItems?: MenuOption[];
27
+ }
@@ -0,0 +1,21 @@
1
+ export declare const simpleNestedOptions: {
2
+ id: string;
3
+ text: string;
4
+ children: {
5
+ id: string;
6
+ text: string;
7
+ }[];
8
+ }[];
9
+ export declare const simpleOptions: {
10
+ id: string;
11
+ text: string;
12
+ }[];
13
+ export declare const companyOption: {
14
+ id: string;
15
+ text: string;
16
+ companyName: string;
17
+ }[];
18
+ export declare const checkboxOptions: {
19
+ id: string;
20
+ text: string;
21
+ }[];
@@ -0,0 +1,3 @@
1
+ import { PvSize, PvVariants } from '../baseProps';
2
+ export type PvSelectButtonVariant = Extract<PvVariants, "secondary" | "ghost">;
3
+ export type PvSelectButtonSize = Extract<PvSize, "lg" | "xl">;
@@ -0,0 +1,30 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ interface PvSelectableCardProps {
3
+ /** Visual style variant of the selectable card. */
4
+ variant?: "default" | "highlight";
5
+ /** Value associated with this card, used as the input element's value. */
6
+ value?: string;
7
+ /** Unique identifier for the card's input element. Auto-generated if not provided. */
8
+ id?: string;
9
+ /** When true, renders as a checkbox (allowing deselection). When false, renders as a radio button. */
10
+ deselect?: boolean;
11
+ /** Whether the card is currently in the selected state. */
12
+ selected?: boolean;
13
+ }
14
+ declare function __VLS_template(): {
15
+ attrs: Partial<{}>;
16
+ slots: {
17
+ default?(_: {}): any;
18
+ };
19
+ refs: {};
20
+ rootEl: HTMLLabelElement;
21
+ };
22
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
23
+ declare const __VLS_component: DefineComponent<PvSelectableCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvSelectableCardProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
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
+ };
@@ -0,0 +1,38 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ type __VLS_Props = {
3
+ disableToggle?: boolean;
4
+ variant?: "primary" | "secondary";
5
+ };
6
+ type __VLS_PublicProps = {
7
+ modelValue?: boolean;
8
+ } & __VLS_Props;
9
+ declare function __VLS_template(): {
10
+ attrs: Partial<{}>;
11
+ slots: {
12
+ 'sidebar-header'?(_: {}): any;
13
+ sidebar?(_: {}): any;
14
+ default?(_: {}): any;
15
+ };
16
+ refs: {};
17
+ rootEl: HTMLDivElement;
18
+ };
19
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
+ declare const __VLS_component: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
21
+ "update:modelValue": (value: boolean) => any;
22
+ } & {
23
+ change: (payload: {
24
+ collapsed: boolean;
25
+ }) => any;
26
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
27
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
28
+ onChange?: ((payload: {
29
+ collapsed: boolean;
30
+ }) => any) | undefined;
31
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
32
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
33
+ export default _default;
34
+ type __VLS_WithTemplateSlots<T, S> = T & {
35
+ new (): {
36
+ $slots: S;
37
+ };
38
+ };
@@ -0,0 +1,17 @@
1
+ import { PvSkeletonSize, PvSkeletonVariant } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvSkeletonProps {
4
+ /** The size of the skeleton placeholder. Sets the height, and the width for the "square" and "circle" variants. Overridden by `width`/`height` when provided. */
5
+ size?: PvSkeletonSize;
6
+ /** The shape variant. "rectangle" fills available width; "square" and "circle" use equal height and width. */
7
+ variant?: PvSkeletonVariant;
8
+ /** Optional explicit width (any CSS length, e.g. "45%" or "48px"). Overrides the width derived from `size`/`variant`. */
9
+ width?: string;
10
+ /** Optional explicit height (any CSS length, e.g. "8px"). Overrides the height derived from `size`. */
11
+ height?: string;
12
+ }
13
+ declare const _default: DefineComponent<PvSkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvSkeletonProps> & Readonly<{}>, {
14
+ size: PvSkeletonSize;
15
+ variant: PvSkeletonVariant;
16
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
17
+ export default _default;
@@ -0,0 +1,8 @@
1
+ import { PvSize } from '../baseProps';
2
+ export type PvSkeletonSize = Extract<PvSize, "xs" | "sm" | "md" | "lg" | "xl">;
3
+ export type PvSkeletonVariant = "square" | "rectangle" | "circle";
4
+ /**
5
+ * @deprecated Misspelled name kept as an alias of {@link PvSkeletonSize} for
6
+ * backwards compatibility. Use `PvSkeletonSize` instead.
7
+ */
8
+ export type PvSekeltonSize = PvSkeletonSize;
@@ -0,0 +1,13 @@
1
+ import { PvSpinnerSize, PvSpinnerVariant } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvSpinnerProps {
4
+ /** The size of the spinner. Controls the rendered diameter via a CSS custom property. */
5
+ size?: PvSpinnerSize;
6
+ /** The color variant of the spinner. Use "white" on dark backgrounds and "dark" on light backgrounds. */
7
+ variant?: PvSpinnerVariant;
8
+ }
9
+ declare const _default: DefineComponent<PvSpinnerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvSpinnerProps> & Readonly<{}>, {
10
+ size: PvSpinnerSize;
11
+ variant: PvSpinnerVariant;
12
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
13
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import { PvSize, PvThemes, PvVariants } from '../baseProps';
2
+ export type PvSpinnerSize = Extract<PvSize, "xs" | "sm" | "md" | "lg" | "xl">;
3
+ export type PvSpinnerVariant = Extract<PvVariants, "primary"> | Extract<PvThemes, "white" | "dark">;
@@ -0,0 +1,27 @@
1
+ import { PvSplitButtonProps } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ import { PvAlignmentPositions } from '../baseProps';
4
+ declare function __VLS_template(): {
5
+ attrs: Partial<{}>;
6
+ slots: {
7
+ 'menu-content'?(_: {}): any;
8
+ };
9
+ refs: {};
10
+ rootEl: HTMLDivElement;
11
+ };
12
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
+ declare const __VLS_component: DefineComponent<PvSplitButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
14
+ click: () => any;
15
+ }, string, PublicProps, Readonly<PvSplitButtonProps> & Readonly<{
16
+ onClick?: (() => any) | undefined;
17
+ }>, {
18
+ position: PvAlignmentPositions;
19
+ offset: number;
20
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
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
+ };
@@ -0,0 +1,12 @@
1
+ import { PvButtonProps, PvButtonVariant } from '../PvButton/types';
2
+ import { PvAlignmentPositions } from '../baseProps';
3
+ export interface PvSplitButtonProps extends Omit<PvButtonProps, "variant" | "label" | "ariaLabel"> {
4
+ /** Text within the action button */
5
+ label: string;
6
+ /** Visual style — restricted to primary and secondary */
7
+ variant?: Extract<PvButtonVariant, "primary" | "secondary">;
8
+ /** Offset in pixels between the trigger and the popover */
9
+ offset?: number;
10
+ /** Where the popover opens relative to the trigger */
11
+ position?: PvAlignmentPositions;
12
+ }
@@ -0,0 +1,9 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ type PvSpriteProps = {
3
+ src: string;
4
+ variant?: "v1" | "v2";
5
+ };
6
+ declare const _default: DefineComponent<PvSpriteProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvSpriteProps> & Readonly<{}>, {
7
+ variant: "v1" | "v2";
8
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
9
+ export default _default;
@@ -0,0 +1,16 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ interface StepperProps {
3
+ count?: number;
4
+ active?: number;
5
+ clickable?: boolean;
6
+ }
7
+ declare const _default: DefineComponent<StepperProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
8
+ "update:active": (index: number) => any;
9
+ }, string, PublicProps, Readonly<StepperProps> & Readonly<{
10
+ "onUpdate:active"?: ((index: number) => any) | undefined;
11
+ }>, {
12
+ active: number;
13
+ count: number;
14
+ clickable: boolean;
15
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
16
+ export default _default;