@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,36 @@
1
+ import { PvHorizontalScrollerProps } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ import { PvButtonSize, PvButtonVariant } from '../PvButton/types';
4
+ declare function __VLS_template(): {
5
+ attrs: Partial<{}>;
6
+ slots: {
7
+ default?(_: {}): any;
8
+ };
9
+ refs: {
10
+ scrollContainer: HTMLDivElement;
11
+ contentContainer: HTMLDivElement;
12
+ };
13
+ rootEl: HTMLDivElement;
14
+ };
15
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
+ declare const __VLS_component: DefineComponent<PvHorizontalScrollerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvHorizontalScrollerProps> & Readonly<{}>, {
17
+ ariaLabel: string;
18
+ scrollBehavior: ScrollBehavior;
19
+ buttonSize: PvButtonSize;
20
+ buttonVariant: PvButtonVariant;
21
+ hideScrollbar: boolean;
22
+ leftAriaLabel: string;
23
+ rightAriaLabel: string;
24
+ scrollFraction: number;
25
+ showFades: boolean;
26
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
27
+ scrollContainer: HTMLDivElement;
28
+ contentContainer: HTMLDivElement;
29
+ }, HTMLDivElement>;
30
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
31
+ export default _default;
32
+ type __VLS_WithTemplateSlots<T, S> = T & {
33
+ new (): {
34
+ $slots: S;
35
+ };
36
+ };
@@ -0,0 +1,21 @@
1
+ import { PvButtonSize, PvButtonVariant } from '../PvButton/types';
2
+ export interface PvHorizontalScrollerProps {
3
+ /** Accessible label for the scrollable region. */
4
+ ariaLabel?: string;
5
+ /** Size for the left/right scroll buttons. */
6
+ buttonSize?: PvButtonSize;
7
+ /** Variant for the left/right scroll buttons. */
8
+ buttonVariant?: PvButtonVariant;
9
+ /** Hide the native horizontal scrollbar while keeping wheel/touch scrolling enabled. */
10
+ hideScrollbar?: boolean;
11
+ /** Accessible label for the left scroll button. */
12
+ leftAriaLabel?: string;
13
+ /** Accessible label for the right scroll button. */
14
+ rightAriaLabel?: string;
15
+ /** Browser scroll behavior used when clicking an arrow. */
16
+ scrollBehavior?: ScrollBehavior;
17
+ /** Fraction of the visible container width to scroll per arrow click. */
18
+ scrollFraction?: number;
19
+ /** Show gradient edge fades behind the arrow buttons. */
20
+ showFades?: boolean;
21
+ }
@@ -0,0 +1,42 @@
1
+ import { MenuOption, MenuOptionSelectedEvent } from '../../../types';
2
+ import { PvHoverActionMenuProps, PvHoverActionMenuPosition } from './types';
3
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
+ import { PvActionBarTheme } from '../PvActionBar/types';
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: Readonly<{
8
+ /**
9
+ * Content the actions are attached to. When options are present the wrapper
10
+ * is focusable, so the actions reveal on hover or focus within without
11
+ * requiring the slotted content to be focusable.
12
+ */
13
+ default(): never;
14
+ }> & {
15
+ /**
16
+ * Content the actions are attached to. When options are present the wrapper
17
+ * is focusable, so the actions reveal on hover or focus within without
18
+ * requiring the slotted content to be focusable.
19
+ */
20
+ default(): never;
21
+ };
22
+ refs: {};
23
+ rootEl: HTMLDivElement;
24
+ };
25
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
26
+ declare const __VLS_component: DefineComponent<PvHoverActionMenuProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
27
+ "option-select": (payload: MenuOptionSelectedEvent) => any;
28
+ }, string, PublicProps, Readonly<PvHoverActionMenuProps> & Readonly<{
29
+ "onOption-select"?: ((payload: MenuOptionSelectedEvent) => any) | undefined;
30
+ }>, {
31
+ variant: PvActionBarTheme;
32
+ disabled: boolean;
33
+ options: MenuOption[];
34
+ position: PvHoverActionMenuPosition;
35
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
36
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
37
+ export default _default;
38
+ type __VLS_WithTemplateSlots<T, S> = T & {
39
+ new (): {
40
+ $slots: S;
41
+ };
42
+ };
@@ -0,0 +1,15 @@
1
+ import { PvActionBarTheme } from '../PvActionBar/types';
2
+ import { MenuOption } from '../../../types';
3
+ export type PvHoverActionMenuPosition = "bottom-left" | "bottom-right" | "top-left" | "top-right";
4
+ export interface PvHoverActionMenuProps {
5
+ disabled?: boolean;
6
+ options?: MenuOption[];
7
+ /**
8
+ * Corner the action menu is anchored to within the wrapper. The offset from
9
+ * that corner can be tuned with the `--pv-hover-action-menu-offset-block`
10
+ * (default 8px) and `--pv-hover-action-menu-offset-inline` (default 8px) CSS
11
+ * custom properties.
12
+ */
13
+ position?: PvHoverActionMenuPosition;
14
+ variant?: PvActionBarTheme;
15
+ }
@@ -0,0 +1,14 @@
1
+ import { PvIconSize } from '../baseProps';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ declare const _default: DefineComponent<{
4
+ /** Name of the icon from the SVG sprite sheet (e.g. "user", "check-circle"). */
5
+ name: string;
6
+ /** Pixel size of the icon. When omitted the icon inherits its container's size. */
7
+ size?: PvIconSize;
8
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
9
+ /** Name of the icon from the SVG sprite sheet (e.g. "user", "check-circle"). */
10
+ name: string;
11
+ /** Pixel size of the icon. When omitted the icon inherits its container's size. */
12
+ size?: PvIconSize;
13
+ }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, SVGSVGElement>;
14
+ export default _default;
@@ -0,0 +1,59 @@
1
+ import { PvInputType, PvInputVariant } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvInputProps {
4
+ /** When true, upper label is visible */
5
+ showLabel?: boolean;
6
+ /** When true, applies invalid/error styling to the input and lower label. */
7
+ error?: boolean;
8
+ /** When true, the input is non-interactive and visually dimmed. */
9
+ disabled?: boolean;
10
+ /** Placeholder text shown when the input is empty. */
11
+ placeholder?: string;
12
+ /**
13
+ * The HTML input type.
14
+ */
15
+ type?: PvInputType;
16
+ /** HTML id for the input element. Auto-generated when omitted. */
17
+ id?: string;
18
+ /** Helper or validation text displayed below the input. Turns red when error is true. */
19
+ lowerLabel?: string;
20
+ /**
21
+ * Background color variant of the input field.
22
+ */
23
+ variant?: PvInputVariant;
24
+ /** The step attribute for number inputs (e.g. '0.01' for currency). */
25
+ step?: string;
26
+ /** Static text shown before the Input */
27
+ prefixLabel?: string;
28
+ /** Optional Icon on the left of the Input */
29
+ inputIcon?: string;
30
+ }
31
+ type __VLS_Props = PvInputProps;
32
+ type __VLS_PublicProps = {
33
+ modelValue?: string;
34
+ } & __VLS_Props;
35
+ declare function __VLS_template(): {
36
+ attrs: Partial<{}>;
37
+ slots: {
38
+ label?(_: {}): any;
39
+ };
40
+ refs: {};
41
+ rootEl: any;
42
+ };
43
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
44
+ declare const __VLS_component: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
45
+ "update:modelValue": (value: string) => any;
46
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
47
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
48
+ }>, {
49
+ variant: PvInputVariant;
50
+ type: PvInputType;
51
+ id: string;
52
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
53
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
54
+ export default _default;
55
+ type __VLS_WithTemplateSlots<T, S> = T & {
56
+ new (): {
57
+ $slots: S;
58
+ };
59
+ };
@@ -0,0 +1,3 @@
1
+ import { PvTextInputColors } from '../baseProps';
2
+ export type PvInputVariant = Extract<PvTextInputColors, "white" | "grey">;
3
+ export type PvInputType = "text" | "password" | "number";
@@ -0,0 +1,29 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ export interface PvInsightCardProps {
3
+ /** Name of the icon displayed beside the insight text. */
4
+ icon: string;
5
+ /** Short insight label displayed next to the icon. */
6
+ insight: string;
7
+ /** Optional label displayed above the title in a smaller, tertiary style. */
8
+ upperLabel?: string;
9
+ /** Main heading text of the insight card. */
10
+ title?: string;
11
+ /** Descriptive text displayed below the title. */
12
+ description?: string;
13
+ /** When true, shows a "new-tab" icon button in the top-right corner. */
14
+ showButton?: boolean;
15
+ /** When true, the card is rendered as an interactive (clickable) element. */
16
+ interactive?: boolean;
17
+ }
18
+ declare const _default: DefineComponent<PvInsightCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
19
+ click: () => any;
20
+ "icon-click": () => any;
21
+ }, string, PublicProps, Readonly<PvInsightCardProps> & Readonly<{
22
+ onClick?: (() => any) | undefined;
23
+ "onIcon-click"?: (() => any) | undefined;
24
+ }>, {
25
+ icon: string;
26
+ interactive: boolean;
27
+ showButton: boolean;
28
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
29
+ export default _default;
@@ -0,0 +1,57 @@
1
+ import { VNodeChild, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ import { MenuOption, MenuOptionSelectedEvent, SeeMoreEvent } from '../../../types';
3
+ import { PvMenuProps, PvMenuChildrenDisplay } from './types';
4
+ type __VLS_Props = PvMenuProps;
5
+ type __VLS_PublicProps = {
6
+ "selectedItems"?: MenuOption[];
7
+ "expandedOptionId"?: string | undefined;
8
+ } & __VLS_Props;
9
+ declare function __VLS_template(): {
10
+ attrs: Partial<{}>;
11
+ slots: Readonly<{
12
+ popover?(props: {
13
+ option: MenuOption;
14
+ popoverId: string;
15
+ close: () => void;
16
+ }): VNodeChild;
17
+ }> & {
18
+ popover?(props: {
19
+ option: MenuOption;
20
+ popoverId: string;
21
+ close: () => void;
22
+ }): VNodeChild;
23
+ };
24
+ refs: {
25
+ rootMenuRef: HTMLUListElement;
26
+ nestedMenuPopoverRef: HTMLDivElement;
27
+ nestedMenuRef: HTMLUListElement;
28
+ };
29
+ rootEl: any;
30
+ };
31
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
32
+ declare const __VLS_component: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
33
+ "update:selectedItems": (value: MenuOption<unknown>[]) => any;
34
+ "update:expandedOptionId": (value: string | undefined) => any;
35
+ } & {
36
+ "handle-selected": (payload: MenuOptionSelectedEvent) => any;
37
+ "see-more": (payload: SeeMoreEvent) => any;
38
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
39
+ "onHandle-selected"?: ((payload: MenuOptionSelectedEvent) => any) | undefined;
40
+ "onSee-more"?: ((payload: SeeMoreEvent) => any) | undefined;
41
+ "onUpdate:selectedItems"?: ((value: MenuOption<unknown>[]) => any) | undefined;
42
+ "onUpdate:expandedOptionId"?: ((value: string | undefined) => any) | undefined;
43
+ }>, {
44
+ childrenDisplay: PvMenuChildrenDisplay;
45
+ highlightParentItems: boolean;
46
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
47
+ rootMenuRef: HTMLUListElement;
48
+ nestedMenuPopoverRef: HTMLDivElement;
49
+ nestedMenuRef: HTMLUListElement;
50
+ }, any>;
51
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
52
+ export default _default;
53
+ type __VLS_WithTemplateSlots<T, S> = T & {
54
+ new (): {
55
+ $slots: S;
56
+ };
57
+ };
@@ -0,0 +1,26 @@
1
+ import { MenuActionsVariant } from '../PvMultiSelectButton/types.ts';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ type __VLS_Props = {
4
+ variant?: MenuActionsVariant;
5
+ disabled?: boolean;
6
+ /**
7
+ * Human-readable filter name used to derive `data-dd-action-name` on the
8
+ * Select All and Clear All buttons (e.g. "Select all Payer Network options",
9
+ * "Clear Payer Network selections"). Leave unset to skip the attributes.
10
+ * Cancel/Confirm intentionally don't get derived labels — the cancel-confirm
11
+ * variant has no production consumers today.
12
+ */
13
+ rumFilterName?: string;
14
+ };
15
+ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
16
+ "handle-select-all": () => any;
17
+ "handle-clear-all": () => any;
18
+ "handle-cancel": () => any;
19
+ "handle-confirm": () => any;
20
+ }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
21
+ "onHandle-select-all"?: (() => any) | undefined;
22
+ "onHandle-clear-all"?: (() => any) | undefined;
23
+ "onHandle-cancel"?: (() => any) | undefined;
24
+ "onHandle-confirm"?: (() => any) | undefined;
25
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
26
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
3
+ export default _default;
@@ -0,0 +1,42 @@
1
+ import { MenuOption, MultiSelectState } from '../../../types';
2
+ /**
3
+ * Returns true when an option has children, whether they are already loaded or
4
+ * only represented by the server-provided `totalChildCount` for lazy-loading.
5
+ * Fully loaded children still count as cascade children — this helper answers
6
+ * "is this a parent?", not "are there more children to load?".
7
+ */
8
+ export declare function hasCascadeChildren<T>(option: MenuOption<T>): boolean;
9
+ /** Recursively collect all leaf (childless) options from a tree. */
10
+ export declare function collectLeafOptions<T>(options: MenuOption<T>[]): MenuOption<T>[];
11
+ /**
12
+ * Merge two sets of leaf options, deduplicating by ID.
13
+ *
14
+ * Returns a single array containing every leaf from `base`, plus any leaves
15
+ * from `overlay` whose ID doesn't already appear in `base`. This is used to
16
+ * combine original (unfiltered) leaves with dynamically loaded (see-more)
17
+ * leaves so that the full set is available for selection / checked-state logic.
18
+ */
19
+ export declare function mergeLeafOptions<T>(base: MenuOption<T>[], overlay: MenuOption<T>[]): MenuOption<T>[];
20
+ /**
21
+ * Count selected items, collapsing fully-selected parents to 1.
22
+ *
23
+ * Walks the option tree bottom-up. A parent whose leaf descendants are ALL
24
+ * selected counts as 1 (replacing the individual counts of its sub-tree).
25
+ * Selected leaves not under a fully-selected parent each count as 1.
26
+ *
27
+ * This is order-independent — it walks the tree structure directly and does
28
+ * not depend on Map iteration order.
29
+ */
30
+ export declare function countWithCollapsedParents<T>(options: MenuOption<T>[], selectedIds: Set<string>): number;
31
+ export declare function countFromSelectionState(state: MultiSelectState): number;
32
+ /**
33
+ * Recursively filter a tree for a search value.
34
+ *
35
+ * - If a node's own text matches, it is kept with all its children intact.
36
+ * - If a node's own text does NOT match but one or more of its descendants do,
37
+ * the node is kept as a container showing only the matching descendants.
38
+ * This means a search term that matches a child will surface that child even
39
+ * when the parent label itself doesn't contain the search term.
40
+ * - Nodes with no match anywhere in their subtree are removed entirely.
41
+ */
42
+ export declare function filterOptionsRecursive<T>(options: MenuOption<T>[], searchValue: string, showParentOnChildQueryMatch?: boolean): MenuOption<T>[];
@@ -0,0 +1,11 @@
1
+ import { MenuOption, MenuOptionConfig } from '../../../../types.ts';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvMenuBaseItemProps extends MenuOption {
4
+ menuOptionConfig?: MenuOptionConfig;
5
+ queryText?: string | null;
6
+ }
7
+ declare const _default: DefineComponent<PvMenuBaseItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvMenuBaseItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
8
+ mainText: HTMLSpanElement;
9
+ subText: HTMLSpanElement;
10
+ }, any>;
11
+ export default _default;
@@ -0,0 +1,26 @@
1
+ import { MenuOption, MenuOptionConfig, MenuOptionSelectedEvent, SeeMoreEvent } from '../../../../types.ts';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvMenuItemProps extends MenuOption {
4
+ level?: number;
5
+ config?: MenuOptionConfig;
6
+ queryText?: string | null;
7
+ highlightSearchText?: boolean;
8
+ itemClass?: string;
9
+ }
10
+ type __VLS_Props = PvMenuItemProps;
11
+ type __VLS_PublicProps = {
12
+ "selectedIds"?: string[];
13
+ } & __VLS_Props;
14
+ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
15
+ "update:selectedIds": (value: string[]) => any;
16
+ } & {
17
+ "handle-selected": (payload: MenuOptionSelectedEvent) => any;
18
+ "see-more": (payload: SeeMoreEvent) => any;
19
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
20
+ "onHandle-selected"?: ((payload: MenuOptionSelectedEvent) => any) | undefined;
21
+ "onSee-more"?: ((payload: SeeMoreEvent) => any) | undefined;
22
+ "onUpdate:selectedIds"?: ((value: string[]) => any) | undefined;
23
+ }>, {
24
+ level: number;
25
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
26
+ export default _default;
@@ -0,0 +1,9 @@
1
+ import { MenuAction, MenuOption } from '../../../../types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvMenuItemActionProps {
4
+ action: MenuAction<any>;
5
+ option: MenuOption;
6
+ disabled?: boolean;
7
+ }
8
+ declare const _default: DefineComponent<PvMenuItemActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvMenuItemActionProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
9
+ export default _default;
@@ -0,0 +1,22 @@
1
+ import { MenuOption, MenuOptionConfig, MenuOptionSelectedEvent } from '../../../../types.ts';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ export interface PvMenuItemVariantProps extends MenuOption {
4
+ selected?: boolean;
5
+ indeterminate?: boolean;
6
+ queryText?: string | null;
7
+ highlightSearchText?: boolean;
8
+ menuOptionConfig?: MenuOptionConfig;
9
+ showChevron?: boolean;
10
+ chevronIcon?: string;
11
+ expanded?: boolean;
12
+ }
13
+ declare const _default: DefineComponent<PvMenuItemVariantProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
14
+ "handle-selected": (payload: MenuOptionSelectedEvent) => any;
15
+ "toggle-expanded": () => any;
16
+ }, string, PublicProps, Readonly<PvMenuItemVariantProps> & Readonly<{
17
+ "onHandle-selected"?: ((payload: MenuOptionSelectedEvent) => any) | undefined;
18
+ "onToggle-expanded"?: (() => any) | undefined;
19
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
20
+ inputRef: HTMLInputElement;
21
+ }, any>;
22
+ export default _default;
@@ -0,0 +1,11 @@
1
+ import { ComputedRef, InjectionKey, Ref } from 'vue';
2
+ import { MenuOption } from '../../../types';
3
+ export declare const SelectedItemsKey: InjectionKey<Ref<MenuOption[]>>;
4
+ export declare const EnableCascadeSelectionKey: InjectionKey<ComputedRef<boolean>>;
5
+ export declare const MenuInteractionModeKey: InjectionKey<ComputedRef<boolean>>;
6
+ export declare const MenuAncestorIdsKey: InjectionKey<string[]>;
7
+ export declare const OriginalOptionsMapKey: InjectionKey<ComputedRef<Map<string, MenuOption>>>;
8
+ export declare const CascadeSelectedParentIdsKey: InjectionKey<Ref<Set<string>>>;
9
+ export declare const CascadeDeselectedChildIdsKey: InjectionKey<Ref<Map<string, Set<string>>>>;
10
+ export declare const ParentSelectsAllChildrenKey: InjectionKey<ComputedRef<boolean>>;
11
+ export declare const EnableChildExpansionKey: InjectionKey<ComputedRef<boolean>>;
@@ -0,0 +1,31 @@
1
+ import { MenuOption, MenuOptionConfig } from '../../../types';
2
+ export type PvMenuChildrenDisplay = "inline" | "popover";
3
+ export interface PvMenuProps {
4
+ /** Array of menu options to render. */
5
+ options: MenuOption[];
6
+ /** Render child options inline or render each top-level option's direct children in a click-opened popover. Popover mode ignores enableCascadeSelection. */
7
+ childrenDisplay?: PvMenuChildrenDisplay;
8
+ /** Configuration for menu item appearance and behavior (variant, action, etc.). */
9
+ config?: MenuOptionConfig;
10
+ /** Search query text used to highlight matching text in menu items. */
11
+ queryText?: string | null;
12
+ /** data-testid attribute applied to each menu list item. */
13
+ itemTestId?: string;
14
+ /** CSS class applied to each menu list item element. */
15
+ itemClass?: string;
16
+ /** When true, only selected items are visible (used during loading states). */
17
+ isLoading?: boolean;
18
+ /** When true, the top-level See more button shows a loading spinner. */
19
+ isSeeMoreLoading?: boolean;
20
+ /** When true, only one item can be selected at a time (radio behavior). */
21
+ singleSelect?: boolean;
22
+ /** When true, a selected single-select item cannot be deselected by selecting it again. */
23
+ disableDeselect?: boolean;
24
+ /** When false, expandable parents do not receive the active-row background from selection or expansion. */
25
+ highlightParentItems?: boolean;
26
+ /** When true, selecting an inline parent option toggles all its leaf children. Ignored in popover mode. */
27
+ enableCascadeSelection?: boolean;
28
+ hasMoreOptions?: boolean;
29
+ /** When true, item clicks are ignored — the list is display-only. */
30
+ readOnly?: boolean;
31
+ }
@@ -0,0 +1,66 @@
1
+ import { CSSProperties, Ref, ComputedRef } from 'vue';
2
+ export interface PopoverComponent {
3
+ popoverRef: PopoverRefElement;
4
+ }
5
+ export interface TriggerComponent {
6
+ triggerRef: HTMLElement | null;
7
+ }
8
+ export interface PopoverRefElement {
9
+ popoverRoot: HTMLElement | null;
10
+ }
11
+ export declare const useMenuPosition: ({ alignment, useTeleport, popoverCssProperties, }?: {
12
+ alignment?: "top" | "right" | "top right";
13
+ useTeleport?: boolean;
14
+ popoverCssProperties?: CSSProperties;
15
+ }) => {
16
+ triggerRef: Ref<HTMLElement | null, HTMLElement | null>;
17
+ popoverRef: Ref<{
18
+ popoverRoot: HTMLElement | null;
19
+ } | null, PopoverRefElement | {
20
+ popoverRoot: HTMLElement | null;
21
+ } | null>;
22
+ triggerRect: Ref<{
23
+ height: number;
24
+ width: number;
25
+ x: number;
26
+ y: number;
27
+ readonly bottom: number;
28
+ readonly left: number;
29
+ readonly right: number;
30
+ readonly top: number;
31
+ toJSON: () => any;
32
+ } | null, DOMRect | {
33
+ height: number;
34
+ width: number;
35
+ x: number;
36
+ y: number;
37
+ readonly bottom: number;
38
+ readonly left: number;
39
+ readonly right: number;
40
+ readonly top: number;
41
+ toJSON: () => any;
42
+ } | null>;
43
+ popoverRect: Ref<{
44
+ height: number;
45
+ width: number;
46
+ x: number;
47
+ y: number;
48
+ readonly bottom: number;
49
+ readonly left: number;
50
+ readonly right: number;
51
+ readonly top: number;
52
+ toJSON: () => any;
53
+ } | null, DOMRect | {
54
+ height: number;
55
+ width: number;
56
+ x: number;
57
+ y: number;
58
+ readonly bottom: number;
59
+ readonly left: number;
60
+ readonly right: number;
61
+ readonly top: number;
62
+ toJSON: () => any;
63
+ } | null>;
64
+ popoverPositionStyle: ComputedRef<CSSProperties | undefined>;
65
+ updateRects: () => void;
66
+ };
@@ -0,0 +1,31 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ export interface ModalProps {
3
+ header: string;
4
+ subheader?: string;
5
+ disableCloseOnClickOutside?: boolean;
6
+ hideFooter?: boolean;
7
+ hideHeader?: boolean;
8
+ }
9
+ declare const _default: __VLS_WithTemplateSlots< DefineComponent<{
10
+ modelValue: boolean;
11
+ } & ModalProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
12
+ "update:modelValue": (value: boolean) => any;
13
+ }, string, PublicProps, Readonly<{
14
+ modelValue: boolean;
15
+ } & ModalProps> & Readonly<{
16
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
17
+ }>, {
18
+ disableCloseOnClickOutside: boolean;
19
+ hideFooter: boolean;
20
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
21
+ dialog: HTMLDialogElement;
22
+ }, HTMLDialogElement>, {
23
+ body?(_: {}): any;
24
+ footer?(_: {}): any;
25
+ }>;
26
+ export default _default;
27
+ type __VLS_WithTemplateSlots<T, S> = T & {
28
+ new (): {
29
+ $slots: S;
30
+ };
31
+ };