@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,31 @@
1
+ import { PvTreeOption, PvTreeSetting, PvTreeSettings } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvTreeProps {
4
+ /** Per-field rendering and behavior settings for tree nodes */
5
+ settings: PvTreeSettings;
6
+ /** Default settings applied to all node types before field-specific overrides */
7
+ defaultSettings?: PvTreeSetting;
8
+ /** Enable drag-and-drop reordering of tree items */
9
+ isDraggable?: boolean;
10
+ /** Disable click-to-select behavior on tree items */
11
+ disableSelection?: boolean;
12
+ }
13
+ type __VLS_Props = PvTreeProps;
14
+ type __VLS_PublicProps = {
15
+ "selectedOptions"?: PvTreeOption[];
16
+ "options": PvTreeOption[];
17
+ "treeOpen"?: boolean;
18
+ } & __VLS_Props;
19
+ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
20
+ "update:selectedOptions": (value: PvTreeOption[]) => any;
21
+ "update:options": (value: PvTreeOption[]) => any;
22
+ "update:treeOpen": (value: boolean) => any;
23
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
24
+ "onUpdate:selectedOptions"?: ((value: PvTreeOption[]) => any) | undefined;
25
+ "onUpdate:options"?: ((value: PvTreeOption[]) => any) | undefined;
26
+ "onUpdate:treeOpen"?: ((value: boolean) => any) | undefined;
27
+ }>, {
28
+ disableSelection: boolean;
29
+ isDraggable: boolean;
30
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
31
+ export default _default;
@@ -0,0 +1,18 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: any;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
12
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
+ export default _default;
14
+ type __VLS_WithTemplateSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
@@ -0,0 +1,37 @@
1
+ import { PvTreeOption, PvTreeSettings } from './types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface PvTreeItemProps {
4
+ option: PvTreeOption;
5
+ selectedOptions?: PvTreeOption[];
6
+ level?: number;
7
+ settings: PvTreeSettings;
8
+ isDraggable?: boolean;
9
+ treeOpen?: boolean;
10
+ isParentPathOpen?: boolean;
11
+ isLastRootItem?: boolean;
12
+ disableSelection?: boolean;
13
+ }
14
+ declare const _default: DefineComponent<PvTreeItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
15
+ "handle-tree-select": (payload: {
16
+ option: PvTreeOption;
17
+ event: MouseEvent;
18
+ }) => any;
19
+ "update:children": (payload: {
20
+ optionId: PvTreeOption["node_id"];
21
+ newChildren: PvTreeOption[];
22
+ }) => any;
23
+ }, string, PublicProps, Readonly<PvTreeItemProps> & Readonly<{
24
+ "onHandle-tree-select"?: ((payload: {
25
+ option: PvTreeOption;
26
+ event: MouseEvent;
27
+ }) => any) | undefined;
28
+ "onUpdate:children"?: ((payload: {
29
+ optionId: PvTreeOption["node_id"];
30
+ newChildren: PvTreeOption[];
31
+ }) => any) | undefined;
32
+ }>, {
33
+ level: number;
34
+ disableSelection: boolean;
35
+ isParentPathOpen: boolean;
36
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
37
+ 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, {}, SVGSVGElement>;
3
+ export default _default;
@@ -0,0 +1,23 @@
1
+ import { PvTreeOption, PvTreeSettings } from '../types';
2
+ export declare const useDragAndDrop: () => {
3
+ getDragGroupConfig: (settings: PvTreeSettings, option: PvTreeOption) => {
4
+ name: string;
5
+ pull: string | boolean | string[];
6
+ put: string | boolean | string[];
7
+ };
8
+ getDragAndDropDisabled: (isDraggable: boolean | undefined, settings: PvTreeSettings, option: PvTreeOption) => boolean | undefined;
9
+ canItemBeDragged: (isDraggable: boolean | undefined, settings: PvTreeSettings, option: PvTreeOption) => boolean | undefined;
10
+ handleMoveCallback: (settings: PvTreeSettings) => (evt: {
11
+ to: HTMLElement;
12
+ draggedContext: {
13
+ element: PvTreeOption;
14
+ futureIndex: number;
15
+ };
16
+ relatedContext: {
17
+ element: PvTreeOption;
18
+ };
19
+ willInsertAfter: boolean;
20
+ }) => boolean;
21
+ childrenDraggable: (isDraggable: boolean | undefined, settings: PvTreeSettings, option: PvTreeOption) => boolean | undefined;
22
+ canAcceptDrop: (settings: PvTreeSettings, option: PvTreeOption, draggingGroupName: string | null) => boolean;
23
+ };
@@ -0,0 +1,8 @@
1
+ import { PvTreeOption } from '../types';
2
+ export declare const useDragAndDropIndicator: () => {
3
+ dragAndDropIndicatorClasses: (option: PvTreeOption) => {
4
+ "pv-drop-indicator-bottom": boolean;
5
+ "pv-drop-indicator-top": boolean;
6
+ "pv-drop-indicator-parent": boolean;
7
+ };
8
+ };
@@ -0,0 +1,40 @@
1
+ import { DropIndicatorType } from '../symbols';
2
+ import { Ref } from 'vue';
3
+ /**
4
+ * Provides dragging state to the tree component hierarchy.
5
+ * Called by PvTreeGroup (for cross-tree sharing) or by PvTree itself as a fallback (standalone use).
6
+ */
7
+ export declare const provideDraggingState: () => {
8
+ isDragging: Ref<boolean, boolean>;
9
+ draggingGroupName: Ref<string | null, string | null>;
10
+ dropIndicator: Ref<{
11
+ parentId?: string | number | undefined;
12
+ siblingTargetId?: string | number | undefined;
13
+ siblingInsertAfter?: boolean | undefined;
14
+ } | null, DropIndicatorType | {
15
+ parentId?: string | number | undefined;
16
+ siblingTargetId?: string | number | undefined;
17
+ siblingInsertAfter?: boolean | undefined;
18
+ } | null>;
19
+ };
20
+ /**
21
+ * Injects dragging state from the nearest PvTreeGroup or PvTree ancestor.
22
+ * Should be called in PvTreeItem and PvSimpleNestedTree components.
23
+ */
24
+ export declare const useDraggingState: () => {
25
+ isDragging: Ref<boolean, boolean>;
26
+ draggingGroupName: Ref<string | null, string | null>;
27
+ dropIndicator: Ref<{
28
+ parentId?: string | number | undefined;
29
+ siblingTargetId?: string | number | undefined;
30
+ siblingInsertAfter?: boolean | undefined;
31
+ } | null, DropIndicatorType | {
32
+ parentId?: string | number | undefined;
33
+ siblingTargetId?: string | number | undefined;
34
+ siblingInsertAfter?: boolean | undefined;
35
+ } | null>;
36
+ setDropIndicator: ({ parentId, siblingTargetId, siblingInsertAfter }: DropIndicatorType) => void;
37
+ clearDropIndicator: () => void;
38
+ onDragStart: (groupName?: string) => void;
39
+ onDragEnd: () => void;
40
+ };
@@ -0,0 +1,6 @@
1
+ import { Ref } from 'vue';
2
+ export declare const useHoverIcon: () => {
3
+ hoveredId: Ref<string | number | null, string | number | null>;
4
+ handleMouseEnter: (id: number | string) => void;
5
+ handleMouseLeave: () => void;
6
+ };
@@ -0,0 +1,8 @@
1
+ import { Ref } from 'vue';
2
+ import { PvTreeOption } from '../types';
3
+ export declare const useTreeUpdate: (options: Ref<PvTreeOption[]>) => {
4
+ handleUpdateChildren: ({ optionId, newChildren, }: {
5
+ optionId: PvTreeOption["node_id"];
6
+ newChildren: PvTreeOption[];
7
+ }) => void;
8
+ };
@@ -0,0 +1,12 @@
1
+ import { InjectionKey, Ref } from 'vue';
2
+ export type DraggingState = Ref<boolean>;
3
+ export declare const DraggingStateKey: InjectionKey<DraggingState>;
4
+ export type DraggingGroupName = Ref<string | null>;
5
+ export declare const DraggingGroupNameKey: InjectionKey<DraggingGroupName>;
6
+ export type DropIndicatorType = {
7
+ parentId?: string | number;
8
+ siblingTargetId?: string | number;
9
+ siblingInsertAfter?: boolean;
10
+ };
11
+ export type DropIndicator = Ref<DropIndicatorType | null>;
12
+ export declare const DropIndicatorKey: InjectionKey<DropIndicator>;
@@ -0,0 +1,61 @@
1
+ import { Component, CSSProperties } from 'vue';
2
+ /** Context provided to the `onProvideCssStyles` callback for conditional styling */
3
+ export interface PvTreeCssStylesContext {
4
+ /** Whether the tree item is currently visible (accordion open, parent path expanded) */
5
+ isVisible: boolean;
6
+ }
7
+ /** Configuration for a single tree node type, keyed by the option's `field` value */
8
+ export interface PvTreeSetting {
9
+ /** Render this node type as a collapsible accordion */
10
+ accordion?: boolean;
11
+ /** Show children inline rather than hidden behind an accordion */
12
+ showNestedTree?: boolean;
13
+ /** Extra indentation levels beyond the natural nesting depth */
14
+ additionalNestingLevel?: number;
15
+ /** Icon name displayed next to the node label */
16
+ icon?: string | undefined;
17
+ /** Show a checkbox instead of a button for this node type */
18
+ checkbox?: boolean;
19
+ /** Whether accordion nodes start expanded */
20
+ defaultExpanded?: boolean;
21
+ /** Custom Vue component for rendering the node content */
22
+ renderer?: Component;
23
+ /** Custom Vue component for rendering the accordion summary */
24
+ accordionRenderer?: Component;
25
+ /** Parameters passed to the custom renderer component */
26
+ rendererParams?: {
27
+ /** Right-click handler for the node */
28
+ onContextMenu?: (event: MouseEvent, option: PvTreeOption) => void;
29
+ /** Callback to provide dynamic CSS styles per node */
30
+ onProvideCssStyles?: (option: PvTreeOption, context?: PvTreeCssStylesContext) => CSSProperties;
31
+ [key: string]: any;
32
+ };
33
+ /** Drag-and-drop configuration for this node type */
34
+ dragAndDropConfig?: {
35
+ /** Prevent dragging children of this node */
36
+ disableChildrenDrag?: boolean;
37
+ /** Prevent dragging this node */
38
+ disableDrag?: boolean;
39
+ /** Named drag group for controlling drop targets */
40
+ name?: string;
41
+ /** Whether items can be pulled out of this group */
42
+ pull?: boolean | string | string[];
43
+ /** Whether items can be dropped into this group */
44
+ put?: boolean | string | string[];
45
+ };
46
+ }
47
+ /** Map of field names to their tree display settings */
48
+ export interface PvTreeSettings {
49
+ [key: string]: PvTreeSetting;
50
+ }
51
+ /** A single node in the tree data structure */
52
+ export interface PvTreeOption {
53
+ /** Unique identifier for the node */
54
+ node_id: string | number;
55
+ /** Display text for the node */
56
+ label: string;
57
+ /** Key into PvTreeSettings that determines how this node is rendered */
58
+ field: string;
59
+ /** Nested child nodes */
60
+ children?: PvTreeOption[];
61
+ }
@@ -0,0 +1,18 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: any;
9
+ };
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
12
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
+ export default _default;
14
+ type __VLS_WithTemplateSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
@@ -0,0 +1,18 @@
1
+ export declare const PvSizes: readonly ["xs", "sm", "md", "lg", "xl", "2x"];
2
+ export type PvSize = (typeof PvSizes)[number];
3
+ export declare const PvTheme: readonly ["white", "dark"];
4
+ export type PvThemes = (typeof PvTheme)[number];
5
+ export declare const PvVariants: readonly ["primary", "secondary", "tertiary", "ghost", "destructive", "transparent"];
6
+ export type PvVariants = (typeof PvVariants)[number];
7
+ export declare const PvColorVariants: readonly ["default", "success", "warning", "critical", "highlight"];
8
+ export type PvColorVariants = (typeof PvColorVariants)[number];
9
+ export declare const PvInputVariants: readonly ["h1", "h2", "h3", "h4", "text-md", "text-sm", "text-lg", "caption"];
10
+ export type PvInputVariants = (typeof PvInputVariants)[number];
11
+ export declare const PvTextInputColors: readonly ["white", "grey"];
12
+ export type PvTextInputColors = (typeof PvTextInputColors)[number];
13
+ export declare const PvOrientations: readonly ["vertical", "horizontal"];
14
+ export type PvOrientations = (typeof PvOrientations)[number];
15
+ export declare const sizeMap: Record<PvSize, string>;
16
+ export declare const PvIconSizes: readonly [undefined, 10, 12, 20, 24, 32, 64];
17
+ export type PvIconSize = (typeof PvIconSizes)[number];
18
+ export type PvAlignmentPositions = "bottom-left" | "bottom-center" | "bottom-right" | "top-left" | "top-center" | "top-right" | "center-left" | "center-right";
@@ -0,0 +1,92 @@
1
+ export { default as PvButton } from './PvButton/PvButton.vue';
2
+ export { default as PvActionButton } from './PvActionButton/PvActionButton.vue';
3
+ export { default as PvAiButton } from './PvAiButton/PvAiButton.vue';
4
+ export { default as PvButtonWithTooltip } from './PvButton/PvButtonWithTooltip.vue';
5
+ export { default as PvSplitButton } from './PvSplitButton/PvSplitButton.vue';
6
+ export { default as PvCounterBadge } from './PvCounterBadge/PvCounterBadge.vue';
7
+ export { default as PvReleaseBadge } from './PvReleaseBadge/PvReleaseBadge.vue';
8
+ export { default as PvTag } from './PvTag/PvTag.vue';
9
+ export { default as PvPill } from './PvPill/PvPill.vue';
10
+ export { default as PvDropdown } from './PvDropdown/PvDropdown.vue';
11
+ export { default as PvIcon } from './PvIcon/PvIcon.vue';
12
+ export { default as PvPopover } from './PvPopover/PvPopover.vue';
13
+ export { default as PvPopoverMenu } from './PvPopoverMenu/PvPopoverMenu.vue';
14
+ export { default as PvPopoverV2 } from './PvPopoverV2/PvPopoverV2.vue';
15
+ export { default as PvSegmentedControl } from './PvSegmentedControl/PvSegmentedControl.vue';
16
+ export { default as PvTabList } from './PvTabList/PvTabList.vue';
17
+ export { default as PvCompanyLogo } from './PvCompanyLogo/PvCompanyLogo.vue';
18
+ export { default as PvModal } from './PvModal/PvModal.vue';
19
+ export { default as PvBanner } from './PvBanner/PvBanner.vue';
20
+ export { default as PvEmptyErrorState } from './PvEmptyErrorState/PvEmptyErrorState.vue';
21
+ export { default as PvCompanyTag } from './PvCompanyTag/PvCompanyTag.vue';
22
+ export { default as PvSuggestionTag } from './PvSuggestionTag/PvSuggestionTag.vue';
23
+ export { default as PvAccordion } from './PvAccordion/PvAccordion.vue';
24
+ export { default as PvSearchInput } from './PvSearchInput/PvSearchInput.vue';
25
+ export { default as PvDatePicker } from './PvDatePicker/PvDatePicker.vue';
26
+ export { default as PvDateTime } from './PvDateTime/PvDateTime.vue';
27
+ export { default as PvDrawer } from './PvDrawer/PvDrawer.vue';
28
+ export { default as PvTooltip } from './PvTooltip/PvTooltip.vue';
29
+ export { default as PvTooltipV2 } from './PvTooltipV2/PvTooltipV2.vue';
30
+ export { default as PvTabs } from './PvTabs/PvTabs.vue';
31
+ export { default as PvBreadcrumbs } from './PvBreadcrumbs/PvBreadcrumbs.vue';
32
+ export { default as PvMultiSelectButton } from './PvMultiSelectButton/PvMultiSelectButton.vue';
33
+ export { default as PvSelectButton } from './PvSelectButton/PvSelectButton.vue';
34
+ export { default as PvPagination } from './PvPagination/PvPagination.vue';
35
+ export { default as PvSelectableCard } from './PvSelectableCard/PvSelectableCard.vue';
36
+ export { default as PvSidePanel } from '../layout/PvSidePanel/PvSidePanel.vue';
37
+ export { default as PvGhostInput } from './PvGhostInput/PvGhostInput.vue';
38
+ export { default as PvHeader } from './PvHeader/PvHeader.vue';
39
+ export { default as PvCompanyLabel } from './PvCompanyLabel/PvCompanyLabel.vue';
40
+ export { default as PvAvatar } from './PvAvatar/PvAvatar.vue';
41
+ export { default as PvAvatarGroup } from './PvAvatarGroup/PvAvatarGroup.vue';
42
+ export { default as PvToggleButton } from './PvToggleButton/PvToggleButton.vue';
43
+ export { default as PvToggleGroup } from './PvToggleGroup/PvToggleGroup.vue';
44
+ export { default as PvCheckbox } from './PvCheckbox/PvCheckbox.vue';
45
+ export { default as PvRadioGroup } from './PvRadioGroup/PvRadioGroup.vue';
46
+ export { default as PvSprite } from './PvSprite/PvSprite.vue';
47
+ export { default as PvSkeleton } from './PvSkeleton/PvSkeleton.vue';
48
+ export { default as PvSpinner } from './PvSpinner/PvSpinner.vue';
49
+ export { default as PvInput } from './PvInput/PvInput.vue';
50
+ export { default as PvRating } from './PvRating/PvRating.vue';
51
+ export { default as PvWidget } from './PvWidget/PvWidget.vue';
52
+ export { default as PvCard } from './PvCard/PvCard.vue';
53
+ export { default as PvInsightCard } from './PvInsightCard/PvInsightCard.vue';
54
+ export { default as PvSwitch } from './PvSwitch/PvSwitch.vue';
55
+ export { default as PvExpandableContent } from './PvExpandableContent/PvExpandableContent.vue';
56
+ export { default as PvToast } from './PvToast/PvToast.vue';
57
+ export { default as PvActionBar } from './PvActionBar/PvActionBar.vue';
58
+ export { default as PvTextArea } from './PvTextArea/PvTextArea.vue';
59
+ export { default as PvTree } from './PvTree/PvTree.vue';
60
+ export { default as PvTreeGroup } from './PvTree/PvTreeGroup.vue';
61
+ export { default as PvProgressBar } from './PvProgressBar/PvProgressBar.vue';
62
+ export { default as PvDistributionBar } from './PvDistributionBar/PvDistributionBar.vue';
63
+ export { default as PvFilterPanel } from './PvFilterPanel/PvFilterPanel.vue';
64
+ export { default as PvFilterModal } from './PvFilterModal/PvFilterModal.vue';
65
+ export { default as PvHorizontalScroller } from './PvHorizontalScroller/PvHorizontalScroller.vue';
66
+ export { default as PvHoverActionMenu } from './PvHoverActionMenu/PvHoverActionMenu.vue';
67
+ export { default as PvQueryBuilderInput } from './PvQueryBuilderInput/PvQueryBuilderInput.vue';
68
+ export { default as PvRange } from './PvRange/PvRange.vue';
69
+ export { default as PvMenu } from './PvMenu/PvMenu.vue';
70
+ export { default as PvSidebar } from './PvSidebar/PvSidebar.vue';
71
+ export { default as PvMenuItem } from './PvMenu/items/PvMenuItem.vue';
72
+ export { default as PvTableOfContents } from './PvTableOfContents/PvTableOfContents.vue';
73
+ export { default as PvStepper } from './PvStepper/PvStepper.vue';
74
+ export { useDateTime } from './PvDateTime/useDateTime';
75
+ export { usePvComponents } from './PvComponentsConfig/usePvComponents';
76
+ export type { Tab } from './PvTabs/types';
77
+ export type { PvBreadcrumbsOptions } from './PvBreadcrumbs/types';
78
+ export type { PvAvatarGroupItem } from './PvAvatarGroup/types';
79
+ export type { MenuOption, MenuOptionSelectedEvent } from '../../types';
80
+ export type { PvMultiSelectButtonSlotProps } from './PvMultiSelectButton/types';
81
+ export type { PvTreeOption, PvTreeSetting, PvTreeSettings } from './PvTree/types';
82
+ export type { RadioGroupOption } from './PvRadioGroup/types';
83
+ export type { PvTableOfContentsItem } from './PvTableOfContents/types';
84
+ export type { PvHorizontalScrollerProps } from './PvHorizontalScroller/types';
85
+ export type { PvFilterModalProps } from './PvFilterModal/types';
86
+ export type { PvHoverActionMenuPosition } from './PvHoverActionMenu/types';
87
+ export type { PvMenuChildrenDisplay } from './PvMenu/types';
88
+ export type { PvFilterPanelAggregateFieldHierarchy, PvFilterPanelColDef, PvFilterPanelColDefContext, PvFilterPanelControlChange, PvFilterPanelFilterChangeEvent, PvFilterPanelFilterChangeReason, PvFilterPanelFilterGroup, PvFilterPanelFilterModel, PvFilterPanelFilterModelType, PvFilterPanelFilterType, PvFilterPanelOption, PvFilterPanelOptionsHandler, PvFilterPanelOptionsHandlerParams, PvFilterPanelOptionsHandlerReason, PvFilterPanelOptionsResponse, PvFilterPanelOptionRawValue, PvFilterPanelProps, PvFilterPanelRangeConfig, PvFilterPanelResultCount, PvFilterPanelSuggestion, PvFilterStore, PvFilterStoreFetchOptionsParams, } from './PvFilterPanel/types';
89
+ export { createPvFilterStore, providePvFilterStore, useOptionalPvFilterStore, usePvFilterStore, } from './PvFilterPanel/usePvFilterStore';
90
+ export type { PvRangeColor, PvRangeMode, PvRangeProps, PvRangeSize, PvRangeValue, } from './PvRange/types';
91
+ export { RumContextKey, useRumContext, addRumAction, deferRumTask } from '../../functions/rum';
92
+ export type { PvRumContext } from '../../functions/rum';
@@ -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
+ };