@turquoisehealth/pit-viper 2.130.2-dev.0 → 2.131.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 (247) hide show
  1. package/package.json +1 -1
  2. package/pv-components/dist/stats/vue/base/stats.html +1 -1
  3. package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
  4. package/pv-components/dist/stats/web/pv-date-picker-stats.html +1 -1
  5. package/pv-components/dist/stats/web/pv-distribution-bar-stats.html +1 -1
  6. package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
  7. package/pv-components/dist/stats/web/pv-popover-v2-stats.html +1 -1
  8. package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
  9. package/pv-components/dist/stats/web/pv-toggle-group-stats.html +1 -1
  10. package/pv-components/dist/stats/web/pv-tooltip-v2-stats.html +1 -1
  11. package/pv-components/dist/vue/base/components/base/PvDatePicker/PvDatePicker.vue.d.ts +4 -0
  12. package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuItem.vue.d.ts +2 -2
  13. package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuItemVariant.vue.d.ts +2 -2
  14. package/pv-components/dist/vue/base/components/base/PvPopoverV2/types.d.ts +1 -0
  15. package/pv-components/dist/vue/base/pv-components-base.mjs +174 -168
  16. package/pv-components/dist/vue/base/types.d.ts +2 -2
  17. package/pv-components/dist/vue/visualizations/components/visualizations/index.d.ts +1 -1
  18. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +2882 -2871
  19. package/pv-components/dist/vue/visualizations/types.d.ts +2 -2
  20. package/pv-components/dist/web/components/pv-date-picker/pv-date-picker.js +2 -1
  21. package/pv-components/dist/web/components/pv-distribution-bar/pv-distribution-bar.js +44 -44
  22. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +500 -496
  23. package/pv-components/dist/web/components/pv-popover-v2/pv-popover-v2.js +189 -185
  24. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +333 -329
  25. package/pv-components/dist/web/components/pv-toggle-group/pv-toggle-group.js +230 -225
  26. package/pv-components/dist/web/components/pv-tooltip-v2/pv-tooltip-v2.js +510 -505
  27. package/pv-components/dist/web/pv-components.iife.js +8 -8
  28. package/pv-components/dist/vue/visualizations/components/base/PvAccordion/PvAccordion.spec.d.ts +0 -1
  29. package/pv-components/dist/vue/visualizations/components/base/PvAccordion/PvAccordion.vue.d.ts +0 -49
  30. package/pv-components/dist/vue/visualizations/components/base/PvAccordion/types.d.ts +0 -5
  31. package/pv-components/dist/vue/visualizations/components/base/PvActionBar/PvActionBar.spec.d.ts +0 -1
  32. package/pv-components/dist/vue/visualizations/components/base/PvActionBar/PvActionBar.vue.d.ts +0 -34
  33. package/pv-components/dist/vue/visualizations/components/base/PvActionBar/types.d.ts +0 -2
  34. package/pv-components/dist/vue/visualizations/components/base/PvAiButton/PvAiButton.spec.d.ts +0 -1
  35. package/pv-components/dist/vue/visualizations/components/base/PvAiButton/PvAiButton.vue.d.ts +0 -13
  36. package/pv-components/dist/vue/visualizations/components/base/PvAiButton/types.d.ts +0 -2
  37. package/pv-components/dist/vue/visualizations/components/base/PvAvatar/PvAvatar.spec.d.ts +0 -1
  38. package/pv-components/dist/vue/visualizations/components/base/PvAvatar/PvAvatar.vue.d.ts +0 -13
  39. package/pv-components/dist/vue/visualizations/components/base/PvAvatar/types.d.ts +0 -3
  40. package/pv-components/dist/vue/visualizations/components/base/PvAvatarGroup/PvAvatarGroup.spec.d.ts +0 -1
  41. package/pv-components/dist/vue/visualizations/components/base/PvAvatarGroup/PvAvatarGroup.vue.d.ts +0 -8
  42. package/pv-components/dist/vue/visualizations/components/base/PvAvatarGroup/types.d.ts +0 -5
  43. package/pv-components/dist/vue/visualizations/components/base/PvBanner/PvBanner.spec.d.ts +0 -1
  44. package/pv-components/dist/vue/visualizations/components/base/PvBanner/PvBanner.vue.d.ts +0 -30
  45. package/pv-components/dist/vue/visualizations/components/base/PvBanner/types.d.ts +0 -11
  46. package/pv-components/dist/vue/visualizations/components/base/PvBreadcrumbs/PvBreadcrumbs.spec.d.ts +0 -1
  47. package/pv-components/dist/vue/visualizations/components/base/PvBreadcrumbs/PvBreadcrumbs.vue.d.ts +0 -7
  48. package/pv-components/dist/vue/visualizations/components/base/PvBreadcrumbs/types.d.ts +0 -4
  49. package/pv-components/dist/vue/visualizations/components/base/PvButton/PvButton.spec.d.ts +0 -1
  50. package/pv-components/dist/vue/visualizations/components/base/PvButton/PvButton.vue.d.ts +0 -10
  51. package/pv-components/dist/vue/visualizations/components/base/PvButton/PvButtonWithTooltip.vue.d.ts +0 -8
  52. package/pv-components/dist/vue/visualizations/components/base/PvButton/helpers.d.ts +0 -3
  53. package/pv-components/dist/vue/visualizations/components/base/PvButton/types.d.ts +0 -28
  54. package/pv-components/dist/vue/visualizations/components/base/PvCard/PvCard.spec.d.ts +0 -1
  55. package/pv-components/dist/vue/visualizations/components/base/PvCard/PvCard.vue.d.ts +0 -27
  56. package/pv-components/dist/vue/visualizations/components/base/PvCard/types.d.ts +0 -2
  57. package/pv-components/dist/vue/visualizations/components/base/PvCheckbox/PvCheckbox.vue.d.ts +0 -17
  58. package/pv-components/dist/vue/visualizations/components/base/PvCompanyLabel/PvCompanyLabel.vue.d.ts +0 -11
  59. package/pv-components/dist/vue/visualizations/components/base/PvCompanyLabel/types.d.ts +0 -2
  60. package/pv-components/dist/vue/visualizations/components/base/PvCompanyLogo/PvCompanyLogo.spec.d.ts +0 -1
  61. package/pv-components/dist/vue/visualizations/components/base/PvCompanyLogo/PvCompanyLogo.vue.d.ts +0 -15
  62. package/pv-components/dist/vue/visualizations/components/base/PvCompanyLogo/types.d.ts +0 -2
  63. package/pv-components/dist/vue/visualizations/components/base/PvCompanyTag/PvCompanyTag.spec.d.ts +0 -1
  64. package/pv-components/dist/vue/visualizations/components/base/PvCompanyTag/PvCompanyTag.vue.d.ts +0 -27
  65. package/pv-components/dist/vue/visualizations/components/base/PvComponentsConfig/primeVue.config.d.ts +0 -14
  66. package/pv-components/dist/vue/visualizations/components/base/PvComponentsConfig/usePvComponents.d.ts +0 -2
  67. package/pv-components/dist/vue/visualizations/components/base/PvCounterBadge/PvCounterBadge.spec.d.ts +0 -1
  68. package/pv-components/dist/vue/visualizations/components/base/PvCounterBadge/PvCounterBadge.vue.d.ts +0 -16
  69. package/pv-components/dist/vue/visualizations/components/base/PvCounterBadge/types.d.ts +0 -3
  70. package/pv-components/dist/vue/visualizations/components/base/PvDatePicker/PvDatePicker.vue.d.ts +0 -115
  71. package/pv-components/dist/vue/visualizations/components/base/PvDateTime/PvDateTime.spec.d.ts +0 -1
  72. package/pv-components/dist/vue/visualizations/components/base/PvDateTime/PvDateTime.vue.d.ts +0 -14
  73. package/pv-components/dist/vue/visualizations/components/base/PvDateTime/useDateTime.d.ts +0 -9
  74. package/pv-components/dist/vue/visualizations/components/base/PvDateTime/useDateTime.spec.d.ts +0 -1
  75. package/pv-components/dist/vue/visualizations/components/base/PvDistributionBar/PvDistributionBar.vue.d.ts +0 -6
  76. package/pv-components/dist/vue/visualizations/components/base/PvDrawer/PvDrawer.spec.d.ts +0 -1
  77. package/pv-components/dist/vue/visualizations/components/base/PvDrawer/PvDrawer.vue.d.ts +0 -48
  78. package/pv-components/dist/vue/visualizations/components/base/PvDropdown/PvDropdown.vue.d.ts +0 -117
  79. package/pv-components/dist/vue/visualizations/components/base/PvExpandableContent/PvExpandableContent.spec.d.ts +0 -1
  80. package/pv-components/dist/vue/visualizations/components/base/PvExpandableContent/PvExpandableContent.vue.d.ts +0 -30
  81. package/pv-components/dist/vue/visualizations/components/base/PvExpandableContent/types.d.ts +0 -3
  82. package/pv-components/dist/vue/visualizations/components/base/PvGhostInput/PvGhostInput.spec.d.ts +0 -1
  83. package/pv-components/dist/vue/visualizations/components/base/PvGhostInput/PvGhostInput.vue.d.ts +0 -39
  84. package/pv-components/dist/vue/visualizations/components/base/PvGhostInput/types.d.ts +0 -2
  85. package/pv-components/dist/vue/visualizations/components/base/PvIcon/PvIcon.vue.d.ts +0 -10
  86. package/pv-components/dist/vue/visualizations/components/base/PvInput/PvInput.spec.d.ts +0 -1
  87. package/pv-components/dist/vue/visualizations/components/base/PvInput/PvInput.vue.d.ts +0 -40
  88. package/pv-components/dist/vue/visualizations/components/base/PvInput/types.d.ts +0 -3
  89. package/pv-components/dist/vue/visualizations/components/base/PvInsightCard/PvInsightCard.spec.d.ts +0 -1
  90. package/pv-components/dist/vue/visualizations/components/base/PvInsightCard/PvInsightCard.vue.d.ts +0 -22
  91. package/pv-components/dist/vue/visualizations/components/base/PvMenu/PvMenu.spec.d.ts +0 -1
  92. package/pv-components/dist/vue/visualizations/components/base/PvMenu/PvMenu.vue.d.ts +0 -183
  93. package/pv-components/dist/vue/visualizations/components/base/PvMenu/PvMenuControlPanel.spec.d.ts +0 -1
  94. package/pv-components/dist/vue/visualizations/components/base/PvMenu/PvMenuControlPanel.vue.d.ts +0 -18
  95. package/pv-components/dist/vue/visualizations/components/base/PvMenu/PvMenuEmptyState.vue.d.ts +0 -3
  96. package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuBaseItem.spec.d.ts +0 -1
  97. package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuBaseItem.vue.d.ts +0 -11
  98. package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItem.spec.d.ts +0 -1
  99. package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItem.vue.d.ts +0 -16
  100. package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItemAction.spec.d.ts +0 -1
  101. package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItemAction.vue.d.ts +0 -8
  102. package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItemVariant.vue.d.ts +0 -14
  103. package/pv-components/dist/vue/visualizations/components/base/PvMenu/useMenuPosition.d.ts +0 -66
  104. package/pv-components/dist/vue/visualizations/components/base/PvMenu/useMenuPosition.spec.d.ts +0 -1
  105. package/pv-components/dist/vue/visualizations/components/base/PvModal/PvModal.spec.d.ts +0 -1
  106. package/pv-components/dist/vue/visualizations/components/base/PvModal/PvModal.vue.d.ts +0 -30
  107. package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/PvMultiSelectButton.spec.d.ts +0 -1
  108. package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +0 -126
  109. package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/mocks.d.ts +0 -15
  110. package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/types.d.ts +0 -48
  111. package/pv-components/dist/vue/visualizations/components/base/PvPagination/PvPagination.spec.d.ts +0 -1
  112. package/pv-components/dist/vue/visualizations/components/base/PvPagination/PvPagination.vue.d.ts +0 -21
  113. package/pv-components/dist/vue/visualizations/components/base/PvPagination/types.d.ts +0 -3
  114. package/pv-components/dist/vue/visualizations/components/base/PvPagination/usePagination.d.ts +0 -12
  115. package/pv-components/dist/vue/visualizations/components/base/PvPagination/usePagination.spec.d.ts +0 -1
  116. package/pv-components/dist/vue/visualizations/components/base/PvPill/PvPill.spec.d.ts +0 -1
  117. package/pv-components/dist/vue/visualizations/components/base/PvPill/PvPill.vue.d.ts +0 -31
  118. package/pv-components/dist/vue/visualizations/components/base/PvPill/types.d.ts +0 -4
  119. package/pv-components/dist/vue/visualizations/components/base/PvPopover/PvPopover.vue.d.ts +0 -31
  120. package/pv-components/dist/vue/visualizations/components/base/PvPopoverMenu/PvPopoverMenu.spec.d.ts +0 -1
  121. package/pv-components/dist/vue/visualizations/components/base/PvPopoverMenu/PvPopoverMenu.vue.d.ts +0 -26
  122. package/pv-components/dist/vue/visualizations/components/base/PvPopoverV2/PvPopoverV2.vue.d.ts +0 -47
  123. package/pv-components/dist/vue/visualizations/components/base/PvPopoverV2/types.d.ts +0 -20
  124. package/pv-components/dist/vue/visualizations/components/base/PvProgressBar/PvProgressBar.vue.d.ts +0 -8
  125. package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/PvQueryBuilderInput.vue.d.ts +0 -44
  126. package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/QueryBuilderMenuOptionRenderer.vue.d.ts +0 -8
  127. package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/QueryFormatter.vue.d.ts +0 -20
  128. package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/useQueryBuilder.d.ts +0 -44
  129. package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/useQueryBuilder.spec.d.ts +0 -1
  130. package/pv-components/dist/vue/visualizations/components/base/PvRating/PvRating.spec.d.ts +0 -1
  131. package/pv-components/dist/vue/visualizations/components/base/PvRating/PvRating.vue.d.ts +0 -12
  132. package/pv-components/dist/vue/visualizations/components/base/PvRating/types.d.ts +0 -4
  133. package/pv-components/dist/vue/visualizations/components/base/PvReleaseBadge/PvReleaseBadge.spec.d.ts +0 -1
  134. package/pv-components/dist/vue/visualizations/components/base/PvReleaseBadge/PvReleaseBadge.vue.d.ts +0 -8
  135. package/pv-components/dist/vue/visualizations/components/base/PvReleaseBadge/types.d.ts +0 -1
  136. package/pv-components/dist/vue/visualizations/components/base/PvSearchInput/PvSearchInput.spec.d.ts +0 -1
  137. package/pv-components/dist/vue/visualizations/components/base/PvSearchInput/PvSearchInput.vue.d.ts +0 -26
  138. package/pv-components/dist/vue/visualizations/components/base/PvSegmentedControl/PvSegmentedControl.spec.d.ts +0 -1
  139. package/pv-components/dist/vue/visualizations/components/base/PvSegmentedControl/PvSegmentedControl.vue.d.ts +0 -19
  140. package/pv-components/dist/vue/visualizations/components/base/PvSegmentedControl/types.d.ts +0 -8
  141. package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/PvSelectButton.spec.d.ts +0 -1
  142. package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/PvSelectButton.vue.d.ts +0 -53
  143. package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/PvSelectButtonTrigger/PvSelectButtonTrigger.spec.d.ts +0 -1
  144. package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/PvSelectButtonTrigger/PvSelectButtonTrigger.vue.d.ts +0 -30
  145. package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/mocks.d.ts +0 -21
  146. package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/types.d.ts +0 -3
  147. package/pv-components/dist/vue/visualizations/components/base/PvSelectableCard/PvSelectableCard.spec.d.ts +0 -1
  148. package/pv-components/dist/vue/visualizations/components/base/PvSelectableCard/PvSelectableCard.vue.d.ts +0 -25
  149. package/pv-components/dist/vue/visualizations/components/base/PvSkeleton/PvSkeleton.spec.d.ts +0 -1
  150. package/pv-components/dist/vue/visualizations/components/base/PvSkeleton/PvSkeleton.vue.d.ts +0 -11
  151. package/pv-components/dist/vue/visualizations/components/base/PvSkeleton/types.d.ts +0 -3
  152. package/pv-components/dist/vue/visualizations/components/base/PvSortableList/PvSortableList.vue.d.ts +0 -25
  153. package/pv-components/dist/vue/visualizations/components/base/PvSpinner/PvSpinner.spec.d.ts +0 -1
  154. package/pv-components/dist/vue/visualizations/components/base/PvSpinner/PvSpinner.vue.d.ts +0 -11
  155. package/pv-components/dist/vue/visualizations/components/base/PvSpinner/types.d.ts +0 -3
  156. package/pv-components/dist/vue/visualizations/components/base/PvSprite/PvSprite.vue.d.ts +0 -9
  157. package/pv-components/dist/vue/visualizations/components/base/PvSuggestionTag/PvSuggestionTag.spec.d.ts +0 -1
  158. package/pv-components/dist/vue/visualizations/components/base/PvSuggestionTag/PvSuggestionTag.vue.d.ts +0 -31
  159. package/pv-components/dist/vue/visualizations/components/base/PvSwitch/PvSwitch.spec.d.ts +0 -1
  160. package/pv-components/dist/vue/visualizations/components/base/PvSwitch/PvSwitch.vue.d.ts +0 -22
  161. package/pv-components/dist/vue/visualizations/components/base/PvSwitch/types.d.ts +0 -2
  162. package/pv-components/dist/vue/visualizations/components/base/PvTabList/PvTabList.vue.d.ts +0 -12
  163. package/pv-components/dist/vue/visualizations/components/base/PvTabs/PvTabs.spec.d.ts +0 -1
  164. package/pv-components/dist/vue/visualizations/components/base/PvTabs/PvTabs.vue.d.ts +0 -18
  165. package/pv-components/dist/vue/visualizations/components/base/PvTabs/types.d.ts +0 -7
  166. package/pv-components/dist/vue/visualizations/components/base/PvTag/PvTag.spec.d.ts +0 -1
  167. package/pv-components/dist/vue/visualizations/components/base/PvTag/PvTag.vue.d.ts +0 -41
  168. package/pv-components/dist/vue/visualizations/components/base/PvTag/types.d.ts +0 -3
  169. package/pv-components/dist/vue/visualizations/components/base/PvTextArea/PvTextArea.spec.d.ts +0 -1
  170. package/pv-components/dist/vue/visualizations/components/base/PvTextArea/PvTextArea.vue.d.ts +0 -40
  171. package/pv-components/dist/vue/visualizations/components/base/PvTextArea/types.d.ts +0 -2
  172. package/pv-components/dist/vue/visualizations/components/base/PvToast/PvToast.spec.d.ts +0 -1
  173. package/pv-components/dist/vue/visualizations/components/base/PvToast/PvToast.vue.d.ts +0 -30
  174. package/pv-components/dist/vue/visualizations/components/base/PvToast/types.d.ts +0 -1
  175. package/pv-components/dist/vue/visualizations/components/base/PvToggleButton/PvToggleButton.spec.d.ts +0 -1
  176. package/pv-components/dist/vue/visualizations/components/base/PvToggleButton/PvToggleButton.vue.d.ts +0 -29
  177. package/pv-components/dist/vue/visualizations/components/base/PvToggleButton/types.d.ts +0 -3
  178. package/pv-components/dist/vue/visualizations/components/base/PvToggleGroup/PvToggleGroup.vue.d.ts +0 -12
  179. package/pv-components/dist/vue/visualizations/components/base/PvToggleGroup/types.d.ts +0 -12
  180. package/pv-components/dist/vue/visualizations/components/base/PvTooltip/PvTooltip.spec.d.ts +0 -1
  181. package/pv-components/dist/vue/visualizations/components/base/PvTooltip/PvTooltip.vue.d.ts +0 -36
  182. package/pv-components/dist/vue/visualizations/components/base/PvTooltip/types.d.ts +0 -4
  183. package/pv-components/dist/vue/visualizations/components/base/PvTooltipV2/PvTooltipV2.vue.d.ts +0 -28
  184. package/pv-components/dist/vue/visualizations/components/base/PvTooltipV2/types.d.ts +0 -10
  185. package/pv-components/dist/vue/visualizations/components/base/PvTree/PvButtonTreeItem.vue.d.ts +0 -33
  186. package/pv-components/dist/vue/visualizations/components/base/PvTree/PvCheckboxTreeItem.vue.d.ts +0 -33
  187. package/pv-components/dist/vue/visualizations/components/base/PvTree/PvSimpleItemTree.vue.d.ts +0 -7
  188. package/pv-components/dist/vue/visualizations/components/base/PvTree/PvSimpleNestedTree.vue.d.ts +0 -21
  189. package/pv-components/dist/vue/visualizations/components/base/PvTree/PvTree.vue.d.ts +0 -22
  190. package/pv-components/dist/vue/visualizations/components/base/PvTree/PvTreeItem.vue.d.ts +0 -23
  191. package/pv-components/dist/vue/visualizations/components/base/PvTree/PvTreeReorderIcon.vue.d.ts +0 -3
  192. package/pv-components/dist/vue/visualizations/components/base/PvTree/types.d.ts +0 -31
  193. package/pv-components/dist/vue/visualizations/components/base/PvTree/useDragAndDrop.d.ts +0 -16
  194. package/pv-components/dist/vue/visualizations/components/base/PvTree/useHoverIcon.d.ts +0 -6
  195. package/pv-components/dist/vue/visualizations/components/base/PvWidget/PvWidget.spec.d.ts +0 -1
  196. package/pv-components/dist/vue/visualizations/components/base/PvWidget/PvWidget.vue.d.ts +0 -18
  197. package/pv-components/dist/vue/visualizations/components/base/baseProps.d.ts +0 -16
  198. package/pv-components/dist/vue/visualizations/components/base/index.d.ts +0 -64
  199. package/pv-components/dist/vue/visualizations/components/charts/PvChart/PvChart.vue.d.ts +0 -48
  200. package/pv-components/dist/vue/visualizations/components/charts/PvChart/constants.d.ts +0 -2
  201. package/pv-components/dist/vue/visualizations/components/charts/PvChart/functions.d.ts +0 -42
  202. package/pv-components/dist/vue/visualizations/components/charts/PvChart/types.d.ts +0 -25
  203. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/PvDataTableWithChart.spec.d.ts +0 -1
  204. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/PvDataTableWithChart.vue.d.ts +0 -39
  205. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/constants.d.ts +0 -5
  206. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/helpers.d.ts +0 -14
  207. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/helpers.spec.d.ts +0 -1
  208. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/table-chart-components/PvChartOptionsPanel.vue.d.ts +0 -22
  209. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +0 -75
  210. package/pv-components/dist/vue/visualizations/components/charts/PvMapChart/PvMapChart.vue.d.ts +0 -45
  211. package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/MapGradient.vue.d.ts +0 -11
  212. package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/MapRegionSelector.vue.d.ts +0 -16
  213. package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/topologies/alaskaStateTopology.d.ts +0 -20
  214. package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/topologies/hawaiiStateTopology.d.ts +0 -20
  215. package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/topologies/usStateTopology.d.ts +0 -28
  216. package/pv-components/dist/vue/visualizations/components/charts/chart-components/maps/useTopology.d.ts +0 -8
  217. package/pv-components/dist/vue/visualizations/components/charts/themes.d.ts +0 -6
  218. package/pv-components/dist/vue/visualizations/components/layout/PvSidePanel/PvSidePanel.spec.d.ts +0 -1
  219. package/pv-components/dist/vue/visualizations/components/layout/PvSidePanel/PvSidePanel.vue.d.ts +0 -24
  220. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/PvDataTable.spec.d.ts +0 -1
  221. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/PvDataTable.vue.d.ts +0 -38
  222. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/helpers.d.ts +0 -24
  223. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/helpers.spec.d.ts +0 -1
  224. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/ExportMenu.vue.d.ts +0 -16
  225. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/FilterPanel.spec.d.ts +0 -1
  226. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/FilterPanel.vue.d.ts +0 -23
  227. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/GroupAggCellRenderer.vue.d.ts +0 -17
  228. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/GroupBySelector.vue.d.ts +0 -17
  229. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/GroupedCellRenderer.vue.d.ts +0 -16
  230. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/HeaderCellRenderer.vue.d.ts +0 -12
  231. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/PaginationPanel.vue.d.ts +0 -16
  232. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/RowCountCellRenderer.vue.d.ts +0 -17
  233. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/RowLoadingCellRenderer.vue.d.ts +0 -3
  234. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/SetFilter.spec.d.ts +0 -1
  235. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/SetFilter.vue.d.ts +0 -35
  236. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/TableSearch.vue.d.ts +0 -8
  237. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/TableTooltip.vue.d.ts +0 -7
  238. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/TagCellRenderer.vue.d.ts +0 -7
  239. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/formatting.d.ts +0 -29
  240. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/formatting.spec.d.ts +0 -1
  241. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/types.d.ts +0 -352
  242. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useFilterStore.d.ts +0 -45
  243. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useFilterStore.spec.d.ts +0 -1
  244. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useFocus.d.ts +0 -27
  245. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useFocus.spec.d.ts +0 -1
  246. package/pv-components/dist/vue/visualizations/components/tables/symbols.d.ts +0 -54
  247. package/pv-components/dist/vue/visualizations/components/tables/themes.d.ts +0 -3
@@ -1,5 +1,5 @@
1
- import { computed as C, ref as B, shallowRef as E, watch as P, getCurrentScope as te, onScopeDispose as ee, shallowReadonly as q, unref as ft, onMounted as At, nextTick as xe, getCurrentInstance as ne, toValue as O, toRef as Oe, readonly as Se, customRef as Ce, watchEffect as Ee, defineComponent as Ae, mergeModels as Re, useModel as Pe, withDirectives as Bt, createElementBlock as Te, openBlock as Nt, createElementVNode as It, createBlock as ke, createCommentVNode as Le, renderSlot as Vt, Teleport as De, normalizeStyle as Me, vShow as We, defineCustomElement as Be } from "vue";
2
- const _t = Math.min, et = Math.max, lt = Math.round, M = (t) => ({
1
+ import { computed as C, ref as B, shallowRef as A, watch as P, getCurrentScope as te, onScopeDispose as ee, shallowReadonly as q, unref as ft, onMounted as Et, nextTick as xe, getCurrentInstance as ne, toValue as S, toRef as Oe, readonly as Ce, customRef as Se, watchEffect as Ae, defineComponent as Ee, mergeModels as Re, useModel as Pe, withDirectives as Bt, createElementBlock as ke, openBlock as Nt, createElementVNode as $t, createBlock as Te, createCommentVNode as Le, renderSlot as It, Teleport as De, normalizeStyle as Me, vShow as We, defineCustomElement as Be } from "vue";
2
+ const Vt = Math.min, et = Math.max, lt = Math.round, M = (t) => ({
3
3
  x: t,
4
4
  y: t
5
5
  }), Ne = {
@@ -7,7 +7,7 @@ const _t = Math.min, et = Math.max, lt = Math.round, M = (t) => ({
7
7
  right: "left",
8
8
  bottom: "top",
9
9
  top: "bottom"
10
- }, Ie = {
10
+ }, $e = {
11
11
  start: "end",
12
12
  end: "start"
13
13
  };
@@ -20,20 +20,20 @@ function J(t) {
20
20
  function dt(t) {
21
21
  return t.split("-")[1];
22
22
  }
23
- function Ve(t) {
23
+ function Ie(t) {
24
24
  return t === "x" ? "y" : "x";
25
25
  }
26
26
  function oe(t) {
27
27
  return t === "y" ? "height" : "width";
28
28
  }
29
- const _e = /* @__PURE__ */ new Set(["top", "bottom"]);
29
+ const Ve = /* @__PURE__ */ new Set(["top", "bottom"]);
30
30
  function H(t) {
31
- return _e.has(J(t)) ? "y" : "x";
31
+ return Ve.has(J(t)) ? "y" : "x";
32
32
  }
33
33
  function ie(t) {
34
- return Ve(H(t));
34
+ return Ie(H(t));
35
35
  }
36
- function $e(t, e, n) {
36
+ function _e(t, e, n) {
37
37
  n === void 0 && (n = !1);
38
38
  const o = dt(t), i = ie(t), s = oe(i);
39
39
  let c = i === "x" ? o === (n ? "end" : "start") ? "right" : "left" : o === "start" ? "bottom" : "top";
@@ -41,17 +41,17 @@ function $e(t, e, n) {
41
41
  }
42
42
  function Fe(t) {
43
43
  const e = ct(t);
44
- return [St(t), e, St(e)];
44
+ return [Ct(t), e, Ct(e)];
45
45
  }
46
- function St(t) {
47
- return t.replace(/start|end/g, (e) => Ie[e]);
46
+ function Ct(t) {
47
+ return t.replace(/start|end/g, (e) => $e[e]);
48
48
  }
49
- const $t = ["left", "right"], Ft = ["right", "left"], je = ["top", "bottom"], He = ["bottom", "top"];
49
+ const _t = ["left", "right"], Ft = ["right", "left"], je = ["top", "bottom"], He = ["bottom", "top"];
50
50
  function ze(t, e, n) {
51
51
  switch (t) {
52
52
  case "top":
53
53
  case "bottom":
54
- return n ? e ? Ft : $t : e ? $t : Ft;
54
+ return n ? e ? Ft : _t : e ? _t : Ft;
55
55
  case "left":
56
56
  case "right":
57
57
  return e ? je : He;
@@ -62,7 +62,7 @@ function ze(t, e, n) {
62
62
  function Xe(t, e, n, o) {
63
63
  const i = dt(t);
64
64
  let s = ze(J(t), n === "start", o);
65
- return i && (s = s.map((c) => c + "-" + i), e && (s = s.concat(s.map(St)))), s;
65
+ return i && (s = s.map((c) => c + "-" + i), e && (s = s.concat(s.map(Ct)))), s;
66
66
  }
67
67
  function ct(t) {
68
68
  return t.replace(/left|right|bottom|top/g, (e) => Ne[e]);
@@ -171,9 +171,9 @@ const Ge = async (t, e, n) => {
171
171
  fn: h
172
172
  } = r[w], {
173
173
  x: g,
174
- y,
175
- data: b,
176
- reset: S
174
+ y: b,
175
+ data: y,
176
+ reset: x
177
177
  } = await h({
178
178
  x: u,
179
179
  y: f,
@@ -188,17 +188,17 @@ const Ge = async (t, e, n) => {
188
188
  floating: e
189
189
  }
190
190
  });
191
- u = g ?? u, f = y ?? f, p = {
191
+ u = g ?? u, f = b ?? f, p = {
192
192
  ...p,
193
193
  [m]: {
194
194
  ...p[m],
195
- ...b
195
+ ...y
196
196
  }
197
- }, S && v <= 50 && (v++, typeof S == "object" && (S.placement && (d = S.placement), S.rects && (a = S.rects === !0 ? await c.getElementRects({
197
+ }, x && v <= 50 && (v++, typeof x == "object" && (x.placement && (d = x.placement), x.rects && (a = x.rects === !0 ? await c.getElementRects({
198
198
  reference: t,
199
199
  floating: e,
200
200
  strategy: i
201
- }) : S.rects), {
201
+ }) : x.rects), {
202
202
  x: u,
203
203
  y: f
204
204
  } = jt(a, d, l)), w = -1);
@@ -237,23 +237,23 @@ async function Je(t, e) {
237
237
  y: i,
238
238
  width: c.floating.width,
239
239
  height: c.floating.height
240
- } : c.reference, y = await (s.getOffsetParent == null ? void 0 : s.getOffsetParent(r.floating)), b = await (s.isElement == null ? void 0 : s.isElement(y)) ? await (s.getScale == null ? void 0 : s.getScale(y)) || {
240
+ } : c.reference, b = await (s.getOffsetParent == null ? void 0 : s.getOffsetParent(r.floating)), y = await (s.isElement == null ? void 0 : s.isElement(b)) ? await (s.getScale == null ? void 0 : s.getScale(b)) || {
241
241
  x: 1,
242
242
  y: 1
243
243
  } : {
244
244
  x: 1,
245
245
  y: 1
246
- }, S = at(s.convertOffsetParentRelativeRectToViewportRelativeRect ? await s.convertOffsetParentRelativeRectToViewportRelativeRect({
246
+ }, x = at(s.convertOffsetParentRelativeRectToViewportRelativeRect ? await s.convertOffsetParentRelativeRectToViewportRelativeRect({
247
247
  elements: r,
248
248
  rect: g,
249
- offsetParent: y,
249
+ offsetParent: b,
250
250
  strategy: l
251
251
  }) : g);
252
252
  return {
253
- top: (h.top - S.top + v.top) / b.y,
254
- bottom: (S.bottom - h.bottom + v.bottom) / b.y,
255
- left: (h.left - S.left + v.left) / b.x,
256
- right: (S.right - h.right + v.right) / b.x
253
+ top: (h.top - x.top + v.top) / y.y,
254
+ bottom: (x.bottom - h.bottom + v.bottom) / y.y,
255
+ left: (h.left - x.left + v.left) / y.x,
256
+ right: (x.right - h.right + v.right) / y.x
257
257
  };
258
258
  }
259
259
  const Ue = function(t) {
@@ -280,23 +280,23 @@ const Ue = function(t) {
280
280
  } = Rt(t, e);
281
281
  if ((n = s.arrow) != null && n.alignmentOffset)
282
282
  return {};
283
- const h = J(i), g = H(r), y = J(r) === r, b = await (l.isRTL == null ? void 0 : l.isRTL(a.floating)), S = d || (y || !w ? [ct(r)] : Fe(r)), rt = v !== "none";
284
- !d && rt && S.push(...Xe(r, w, v, b));
285
- const x = [r, ...S], R = await Je(e, m), $ = [];
283
+ const h = J(i), g = H(r), b = J(r) === r, y = await (l.isRTL == null ? void 0 : l.isRTL(a.floating)), x = d || (b || !w ? [ct(r)] : Fe(r)), rt = v !== "none";
284
+ !d && rt && x.push(...Xe(r, w, v, y));
285
+ const O = [r, ...x], R = await Je(e, m), _ = [];
286
286
  let Y = ((o = s.flip) == null ? void 0 : o.overflows) || [];
287
- if (u && $.push(R[h]), f) {
288
- const F = $e(i, c, b);
289
- $.push(R[F[0]], R[F[1]]);
287
+ if (u && _.push(R[h]), f) {
288
+ const F = _e(i, c, y);
289
+ _.push(R[F[0]], R[F[1]]);
290
290
  }
291
291
  if (Y = [...Y, {
292
292
  placement: i,
293
- overflows: $
294
- }], !$.every((F) => F <= 0)) {
293
+ overflows: _
294
+ }], !_.every((F) => F <= 0)) {
295
295
  var Dt, Mt;
296
- const F = (((Dt = s.flip) == null ? void 0 : Dt.index) || 0) + 1, gt = x[F];
296
+ const F = (((Dt = s.flip) == null ? void 0 : Dt.index) || 0) + 1, gt = O[F];
297
297
  if (gt && (!(f === "alignment" ? g !== H(gt) : !1) || // We leave the current main axis only if every placement on that axis
298
298
  // overflows the main axis.
299
- Y.every((T) => H(T.placement) === g ? T.overflows[0] > 0 : !0)))
299
+ Y.every((k) => H(k.placement) === g ? k.overflows[0] > 0 : !0)))
300
300
  return {
301
301
  data: {
302
302
  index: F,
@@ -306,20 +306,20 @@ const Ue = function(t) {
306
306
  placement: gt
307
307
  }
308
308
  };
309
- let Z = (Mt = Y.filter((j) => j.overflows[0] <= 0).sort((j, T) => j.overflows[1] - T.overflows[1])[0]) == null ? void 0 : Mt.placement;
309
+ let Z = (Mt = Y.filter((j) => j.overflows[0] <= 0).sort((j, k) => j.overflows[1] - k.overflows[1])[0]) == null ? void 0 : Mt.placement;
310
310
  if (!Z)
311
311
  switch (p) {
312
312
  case "bestFit": {
313
313
  var Wt;
314
- const j = (Wt = Y.filter((T) => {
314
+ const j = (Wt = Y.filter((k) => {
315
315
  if (rt) {
316
- const I = H(T.placement);
317
- return I === g || // Create a bias to the `y` side axis due to horizontal
316
+ const $ = H(k.placement);
317
+ return $ === g || // Create a bias to the `y` side axis due to horizontal
318
318
  // reading directions favoring greater width.
319
- I === "y";
319
+ $ === "y";
320
320
  }
321
321
  return !0;
322
- }).map((T) => [T.placement, T.overflows.filter((I) => I > 0).reduce((I, be) => I + be, 0)]).sort((T, I) => T[1] - I[1])[0]) == null ? void 0 : Wt[0];
322
+ }).map((k) => [k.placement, k.overflows.filter(($) => $ > 0).reduce(($, be) => $ + be, 0)]).sort((k, $) => k[1] - $[1])[0]) == null ? void 0 : Wt[0];
323
323
  j && (Z = j);
324
324
  break;
325
325
  }
@@ -394,7 +394,7 @@ function pt() {
394
394
  function X(t) {
395
395
  return Pt(t) ? (t.nodeName || "").toLowerCase() : "#document";
396
396
  }
397
- function A(t) {
397
+ function E(t) {
398
398
  var e;
399
399
  return (t == null || (e = t.ownerDocument) == null ? void 0 : e.defaultView) || window;
400
400
  }
@@ -403,16 +403,16 @@ function N(t) {
403
403
  return (e = (Pt(t) ? t.ownerDocument : t.document) || window.document) == null ? void 0 : e.documentElement;
404
404
  }
405
405
  function Pt(t) {
406
- return pt() ? t instanceof Node || t instanceof A(t).Node : !1;
406
+ return pt() ? t instanceof Node || t instanceof E(t).Node : !1;
407
407
  }
408
- function k(t) {
409
- return pt() ? t instanceof Element || t instanceof A(t).Element : !1;
408
+ function T(t) {
409
+ return pt() ? t instanceof Element || t instanceof E(t).Element : !1;
410
410
  }
411
411
  function W(t) {
412
- return pt() ? t instanceof HTMLElement || t instanceof A(t).HTMLElement : !1;
412
+ return pt() ? t instanceof HTMLElement || t instanceof E(t).HTMLElement : !1;
413
413
  }
414
414
  function Ht(t) {
415
- return !pt() || typeof ShadowRoot > "u" ? !1 : t instanceof ShadowRoot || t instanceof A(t).ShadowRoot;
415
+ return !pt() || typeof ShadowRoot > "u" ? !1 : t instanceof ShadowRoot || t instanceof E(t).ShadowRoot;
416
416
  }
417
417
  const tn = /* @__PURE__ */ new Set(["inline", "contents"]);
418
418
  function ot(t) {
@@ -439,22 +439,22 @@ function mt(t) {
439
439
  });
440
440
  }
441
441
  const rn = ["transform", "translate", "scale", "rotate", "perspective"], sn = ["transform", "translate", "scale", "rotate", "perspective", "filter"], ln = ["paint", "layout", "strict", "content"];
442
- function Tt(t) {
443
- const e = kt(), n = k(t) ? L(t) : t;
442
+ function kt(t) {
443
+ const e = Tt(), n = T(t) ? L(t) : t;
444
444
  return rn.some((o) => n[o] ? n[o] !== "none" : !1) || (n.containerType ? n.containerType !== "normal" : !1) || !e && (n.backdropFilter ? n.backdropFilter !== "none" : !1) || !e && (n.filter ? n.filter !== "none" : !1) || sn.some((o) => (n.willChange || "").includes(o)) || ln.some((o) => (n.contain || "").includes(o));
445
445
  }
446
446
  function cn(t) {
447
- let e = V(t);
447
+ let e = I(t);
448
448
  for (; W(e) && !U(e); ) {
449
- if (Tt(e))
449
+ if (kt(e))
450
450
  return e;
451
451
  if (mt(e))
452
452
  return null;
453
- e = V(e);
453
+ e = I(e);
454
454
  }
455
455
  return null;
456
456
  }
457
- function kt() {
457
+ function Tt() {
458
458
  return typeof CSS > "u" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none");
459
459
  }
460
460
  const an = /* @__PURE__ */ new Set(["html", "body", "#document"]);
@@ -462,10 +462,10 @@ function U(t) {
462
462
  return an.has(X(t));
463
463
  }
464
464
  function L(t) {
465
- return A(t).getComputedStyle(t);
465
+ return E(t).getComputedStyle(t);
466
466
  }
467
467
  function ht(t) {
468
- return k(t) ? {
468
+ return T(t) ? {
469
469
  scrollLeft: t.scrollLeft,
470
470
  scrollTop: t.scrollTop
471
471
  } : {
@@ -473,7 +473,7 @@ function ht(t) {
473
473
  scrollTop: t.scrollY
474
474
  };
475
475
  }
476
- function V(t) {
476
+ function I(t) {
477
477
  if (X(t) === "html")
478
478
  return t;
479
479
  const e = (
@@ -486,16 +486,16 @@ function V(t) {
486
486
  return Ht(e) ? e.host : e;
487
487
  }
488
488
  function re(t) {
489
- const e = V(t);
489
+ const e = I(t);
490
490
  return U(e) ? t.ownerDocument ? t.ownerDocument.body : t.body : W(e) && ot(e) ? e : re(e);
491
491
  }
492
492
  function se(t, e, n) {
493
493
  var o;
494
494
  e === void 0 && (e = []);
495
- const i = re(t), s = i === ((o = t.ownerDocument) == null ? void 0 : o.body), c = A(i);
496
- return s ? (Ct(c), e.concat(c, c.visualViewport || [], ot(i) ? i : [], [])) : e.concat(i, se(i, []));
495
+ const i = re(t), s = i === ((o = t.ownerDocument) == null ? void 0 : o.body), c = E(i);
496
+ return s ? (St(c), e.concat(c, c.visualViewport || [], ot(i) ? i : [], [])) : e.concat(i, se(i, []));
497
497
  }
498
- function Ct(t) {
498
+ function St(t) {
499
499
  return t.parent && Object.getPrototypeOf(t.parent) ? t.frameElement : null;
500
500
  }
501
501
  function le(t) {
@@ -509,7 +509,7 @@ function le(t) {
509
509
  };
510
510
  }
511
511
  function ce(t) {
512
- return k(t) ? t : t.contextElement;
512
+ return T(t) ? t : t.contextElement;
513
513
  }
514
514
  function G(t) {
515
515
  const e = ce(t);
@@ -528,28 +528,28 @@ function G(t) {
528
528
  }
529
529
  const un = /* @__PURE__ */ M(0);
530
530
  function ae(t) {
531
- const e = A(t);
532
- return !kt() || !e.visualViewport ? un : {
531
+ const e = E(t);
532
+ return !Tt() || !e.visualViewport ? un : {
533
533
  x: e.visualViewport.offsetLeft,
534
534
  y: e.visualViewport.offsetTop
535
535
  };
536
536
  }
537
537
  function fn(t, e, n) {
538
- return e === void 0 && (e = !1), !n || e && n !== A(t) ? !1 : e;
538
+ return e === void 0 && (e = !1), !n || e && n !== E(t) ? !1 : e;
539
539
  }
540
540
  function nt(t, e, n, o) {
541
541
  e === void 0 && (e = !1), n === void 0 && (n = !1);
542
542
  const i = t.getBoundingClientRect(), s = ce(t);
543
543
  let c = M(1);
544
- e && (o ? k(o) && (c = G(o)) : c = G(t));
544
+ e && (o ? T(o) && (c = G(o)) : c = G(t));
545
545
  const r = fn(s, n, o) ? ae(s) : M(0);
546
546
  let l = (i.left + r.x) / c.x, a = (i.top + r.y) / c.y, u = i.width / c.x, f = i.height / c.y;
547
547
  if (s) {
548
- const d = A(s), p = o && k(o) ? A(o) : o;
549
- let v = d, w = Ct(v);
548
+ const d = E(s), p = o && T(o) ? E(o) : o;
549
+ let v = d, w = St(v);
550
550
  for (; w && o && p !== v; ) {
551
- const m = G(w), h = w.getBoundingClientRect(), g = L(w), y = h.left + (w.clientLeft + parseFloat(g.paddingLeft)) * m.x, b = h.top + (w.clientTop + parseFloat(g.paddingTop)) * m.y;
552
- l *= m.x, a *= m.y, u *= m.x, f *= m.y, l += y, a += b, v = A(w), w = Ct(v);
551
+ const m = G(w), h = w.getBoundingClientRect(), g = L(w), b = h.left + (w.clientLeft + parseFloat(g.paddingLeft)) * m.x, y = h.top + (w.clientTop + parseFloat(g.paddingTop)) * m.y;
552
+ l *= m.x, a *= m.y, u *= m.x, f *= m.y, l += b, a += y, v = E(w), w = St(v);
553
553
  }
554
554
  }
555
555
  return at({
@@ -613,11 +613,11 @@ function mn(t) {
613
613
  }
614
614
  const zt = 25;
615
615
  function hn(t, e) {
616
- const n = A(t), o = N(t), i = n.visualViewport;
616
+ const n = E(t), o = N(t), i = n.visualViewport;
617
617
  let s = o.clientWidth, c = o.clientHeight, r = 0, l = 0;
618
618
  if (i) {
619
619
  s = i.width, c = i.height;
620
- const u = kt();
620
+ const u = Tt();
621
621
  (!u || u && e === "fixed") && (r = i.offsetLeft, l = i.offsetTop);
622
622
  }
623
623
  const a = vt(o);
@@ -648,7 +648,7 @@ function Xt(t, e, n) {
648
648
  o = hn(t, n);
649
649
  else if (e === "document")
650
650
  o = mn(N(t));
651
- else if (k(e))
651
+ else if (T(e))
652
652
  o = gn(e, n);
653
653
  else {
654
654
  const i = ae(t);
@@ -662,19 +662,19 @@ function Xt(t, e, n) {
662
662
  return at(o);
663
663
  }
664
664
  function fe(t, e) {
665
- const n = V(t);
666
- return n === e || !k(n) || U(n) ? !1 : L(n).position === "fixed" || fe(n, e);
665
+ const n = I(t);
666
+ return n === e || !T(n) || U(n) ? !1 : L(n).position === "fixed" || fe(n, e);
667
667
  }
668
668
  function wn(t, e) {
669
669
  const n = e.get(t);
670
670
  if (n)
671
671
  return n;
672
- let o = se(t, []).filter((r) => k(r) && X(r) !== "body"), i = null;
672
+ let o = se(t, []).filter((r) => T(r) && X(r) !== "body"), i = null;
673
673
  const s = L(t).position === "fixed";
674
- let c = s ? V(t) : t;
675
- for (; k(c) && !U(c); ) {
676
- const r = L(c), l = Tt(c);
677
- !l && r.position === "fixed" && (i = null), (s ? !l && !i : !l && r.position === "static" && !!i && vn.has(i.position) || ot(c) && !l && fe(t, c)) ? o = o.filter((u) => u !== c) : i = r, c = V(c);
674
+ let c = s ? I(t) : t;
675
+ for (; T(c) && !U(c); ) {
676
+ const r = L(c), l = kt(c);
677
+ !l && r.position === "fixed" && (i = null), (s ? !l && !i : !l && r.position === "static" && !!i && vn.has(i.position) || ot(c) && !l && fe(t, c)) ? o = o.filter((u) => u !== c) : i = r, c = I(c);
678
678
  }
679
679
  return e.set(t, o), o;
680
680
  }
@@ -687,7 +687,7 @@ function yn(t) {
687
687
  } = t;
688
688
  const c = [...n === "clippingAncestors" ? mt(e) ? [] : wn(e, this._c) : [].concat(n), o], r = c[0], l = c.reduce((a, u) => {
689
689
  const f = Xt(e, u, i);
690
- return a.top = et(f.top, a.top), a.right = _t(f.right, a.right), a.bottom = _t(f.bottom, a.bottom), a.left = et(f.left, a.left), a;
690
+ return a.top = et(f.top, a.top), a.right = Vt(f.right, a.right), a.bottom = Vt(f.bottom, a.bottom), a.left = et(f.left, a.left), a;
691
691
  }, Xt(e, r, i));
692
692
  return {
693
693
  width: l.right - l.left,
@@ -742,22 +742,22 @@ function Yt(t, e) {
742
742
  return N(t) === n && (n = n.ownerDocument.body), n;
743
743
  }
744
744
  function de(t, e) {
745
- const n = A(t);
745
+ const n = E(t);
746
746
  if (mt(t))
747
747
  return n;
748
748
  if (!W(t)) {
749
- let i = V(t);
749
+ let i = I(t);
750
750
  for (; i && !U(i); ) {
751
- if (k(i) && !wt(i))
751
+ if (T(i) && !wt(i))
752
752
  return i;
753
- i = V(i);
753
+ i = I(i);
754
754
  }
755
755
  return n;
756
756
  }
757
757
  let o = Yt(t, e);
758
758
  for (; o && nn(o) && wt(o); )
759
759
  o = Yt(o, e);
760
- return o && U(o) && wt(o) && !Tt(o) ? n : o || cn(t) || n;
760
+ return o && U(o) && wt(o) && !kt(o) ? n : o || cn(t) || n;
761
761
  }
762
762
  const On = async function(t) {
763
763
  const e = this.getOffsetParent || de, n = this.getDimensions, o = await n(t.floating);
@@ -771,10 +771,10 @@ const On = async function(t) {
771
771
  }
772
772
  };
773
773
  };
774
- function Sn(t) {
774
+ function Cn(t) {
775
775
  return L(t).direction === "rtl";
776
776
  }
777
- const Cn = {
777
+ const Sn = {
778
778
  convertOffsetParentRelativeRectToViewportRelativeRect: dn,
779
779
  getDocumentElement: N,
780
780
  getClippingRect: yn,
@@ -783,11 +783,11 @@ const Cn = {
783
783
  getClientRects: pn,
784
784
  getDimensions: bn,
785
785
  getScale: G,
786
- isElement: k,
787
- isRTL: Sn
788
- }, En = Qe, An = Ue, Rn = (t, e, n) => {
786
+ isElement: T,
787
+ isRTL: Cn
788
+ }, An = Qe, En = Ue, Rn = (t, e, n) => {
789
789
  const o = /* @__PURE__ */ new Map(), i = {
790
- platform: Cn,
790
+ platform: Sn,
791
791
  ...n
792
792
  }, s = {
793
793
  ...i.platform,
@@ -818,77 +818,77 @@ function Gt(t, e) {
818
818
  const n = pe(t);
819
819
  return Math.round(e * n) / n;
820
820
  }
821
- function Tn(t, e, n) {
821
+ function kn(t, e, n) {
822
822
  n === void 0 && (n = {});
823
823
  const o = n.whileElementsMounted, i = C(() => {
824
- var x;
825
- return (x = Q(n.open)) != null ? x : !0;
824
+ var O;
825
+ return (O = Q(n.open)) != null ? O : !0;
826
826
  }), s = C(() => Q(n.middleware)), c = C(() => {
827
- var x;
828
- return (x = Q(n.placement)) != null ? x : "bottom";
827
+ var O;
828
+ return (O = Q(n.placement)) != null ? O : "bottom";
829
829
  }), r = C(() => {
830
- var x;
831
- return (x = Q(n.strategy)) != null ? x : "absolute";
830
+ var O;
831
+ return (O = Q(n.strategy)) != null ? O : "absolute";
832
832
  }), l = C(() => {
833
- var x;
834
- return (x = Q(n.transform)) != null ? x : !0;
835
- }), a = C(() => qt(t.value)), u = C(() => qt(e.value)), f = B(0), d = B(0), p = B(r.value), v = B(c.value), w = E({}), m = B(!1), h = C(() => {
836
- const x = {
833
+ var O;
834
+ return (O = Q(n.transform)) != null ? O : !0;
835
+ }), a = C(() => qt(t.value)), u = C(() => qt(e.value)), f = B(0), d = B(0), p = B(r.value), v = B(c.value), w = A({}), m = B(!1), h = C(() => {
836
+ const O = {
837
837
  position: p.value,
838
838
  left: "0",
839
839
  top: "0"
840
840
  };
841
841
  if (!u.value)
842
- return x;
843
- const R = Gt(u.value, f.value), $ = Gt(u.value, d.value);
842
+ return O;
843
+ const R = Gt(u.value, f.value), _ = Gt(u.value, d.value);
844
844
  return l.value ? {
845
- ...x,
846
- transform: "translate(" + R + "px, " + $ + "px)",
845
+ ...O,
846
+ transform: "translate(" + R + "px, " + _ + "px)",
847
847
  ...pe(u.value) >= 1.5 && {
848
848
  willChange: "transform"
849
849
  }
850
850
  } : {
851
851
  position: p.value,
852
852
  left: R + "px",
853
- top: $ + "px"
853
+ top: _ + "px"
854
854
  };
855
855
  });
856
856
  let g;
857
- function y() {
857
+ function b() {
858
858
  if (a.value == null || u.value == null)
859
859
  return;
860
- const x = i.value;
860
+ const O = i.value;
861
861
  Rn(a.value, u.value, {
862
862
  middleware: s.value,
863
863
  placement: c.value,
864
864
  strategy: r.value
865
865
  }).then((R) => {
866
- f.value = R.x, d.value = R.y, p.value = R.strategy, v.value = R.placement, w.value = R.middlewareData, m.value = x !== !1;
866
+ f.value = R.x, d.value = R.y, p.value = R.strategy, v.value = R.placement, w.value = R.middlewareData, m.value = O !== !1;
867
867
  });
868
868
  }
869
- function b() {
869
+ function y() {
870
870
  typeof g == "function" && (g(), g = void 0);
871
871
  }
872
- function S() {
873
- if (b(), o === void 0) {
874
- y();
872
+ function x() {
873
+ if (y(), o === void 0) {
874
+ b();
875
875
  return;
876
876
  }
877
877
  if (a.value != null && u.value != null) {
878
- g = o(a.value, u.value, y);
878
+ g = o(a.value, u.value, b);
879
879
  return;
880
880
  }
881
881
  }
882
882
  function rt() {
883
883
  i.value || (m.value = !1);
884
884
  }
885
- return P([s, c, r, i], y, {
885
+ return P([s, c, r, i], b, {
886
886
  flush: "sync"
887
- }), P([a, u], S, {
887
+ }), P([a, u], x, {
888
888
  flush: "sync"
889
889
  }), P(i, rt, {
890
890
  flush: "sync"
891
- }), te() && ee(b), {
891
+ }), te() && ee(y), {
892
892
  x: q(f),
893
893
  y: q(d),
894
894
  strategy: q(p),
@@ -896,7 +896,7 @@ function Tn(t, e, n) {
896
896
  middlewareData: q(w),
897
897
  isPositioned: q(m),
898
898
  floatingStyles: h,
899
- update: y
899
+ update: b
900
900
  };
901
901
  }
902
902
  function K(t) {
@@ -904,8 +904,8 @@ function K(t) {
904
904
  }
905
905
  const Lt = typeof window < "u" && typeof document < "u";
906
906
  typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
907
- const kn = (t) => t != null, Ln = Object.prototype.toString, me = (t) => Ln.call(t) === "[object Object]", D = () => {
908
- }, Et = /* @__PURE__ */ Dn();
907
+ const Tn = (t) => t != null, Ln = Object.prototype.toString, me = (t) => Ln.call(t) === "[object Object]", D = () => {
908
+ }, At = /* @__PURE__ */ Dn();
909
909
  function Dn() {
910
910
  var t, e;
911
911
  return Lt && ((t = window?.navigator) == null ? void 0 : t.userAgent) && (/iP(?:ad|hone|od)/.test(window.navigator.userAgent) || ((e = window?.navigator) == null ? void 0 : e.maxTouchPoints) > 2 && /iPad|Macintosh/.test(window?.navigator.userAgent));
@@ -914,7 +914,7 @@ function Mn(...t) {
914
914
  if (t.length !== 1)
915
915
  return Oe(...t);
916
916
  const e = t[0];
917
- return typeof e == "function" ? Se(Ce(() => ({ get: e, set: D }))) : B(e);
917
+ return typeof e == "function" ? Ce(Se(() => ({ get: e, set: D }))) : B(e);
918
918
  }
919
919
  function Wn(t, e) {
920
920
  function n(...o) {
@@ -931,7 +931,7 @@ function Bn(t, e = {}) {
931
931
  };
932
932
  let c;
933
933
  return (l) => {
934
- const a = O(t), u = O(e.maxWait);
934
+ const a = S(t), u = S(e.maxWait);
935
935
  return n && s(n), a <= 0 || u !== void 0 && u <= 0 ? (o && (s(o), o = void 0), Promise.resolve(l())) : new Promise((f, d) => {
936
936
  i = e.rejectOnCancel ? d : f, c = l, u && !o && (o = setTimeout(() => {
937
937
  n && s(n), o = void 0, f(c());
@@ -954,8 +954,8 @@ function Jt(t, e = 200, n = {}) {
954
954
  t
955
955
  );
956
956
  }
957
- function In(t, e = !0, n) {
958
- Nn() ? At(t, n) : e ? t() : xe(t);
957
+ function $n(t, e = !0, n) {
958
+ Nn() ? Et(t, n) : e ? t() : xe(t);
959
959
  }
960
960
  function he(t, e, n) {
961
961
  return P(
@@ -968,26 +968,26 @@ function he(t, e, n) {
968
968
  );
969
969
  }
970
970
  const it = Lt ? window : void 0;
971
- function _(t) {
971
+ function V(t) {
972
972
  var e;
973
- const n = O(t);
973
+ const n = S(t);
974
974
  return (e = n?.$el) != null ? e : n;
975
975
  }
976
976
  function ut(...t) {
977
977
  const e = [], n = () => {
978
978
  e.forEach((r) => r()), e.length = 0;
979
979
  }, o = (r, l, a, u) => (r.addEventListener(l, a, u), () => r.removeEventListener(l, a, u)), i = C(() => {
980
- const r = z(O(t[0])).filter((l) => l != null);
980
+ const r = z(S(t[0])).filter((l) => l != null);
981
981
  return r.every((l) => typeof l != "string") ? r : void 0;
982
982
  }), s = he(
983
983
  () => {
984
984
  var r, l;
985
985
  return [
986
- (l = (r = i.value) == null ? void 0 : r.map((a) => _(a))) != null ? l : [it].filter((a) => a != null),
987
- z(O(i.value ? t[1] : t[0])),
986
+ (l = (r = i.value) == null ? void 0 : r.map((a) => V(a))) != null ? l : [it].filter((a) => a != null),
987
+ z(S(i.value ? t[1] : t[0])),
988
988
  z(ft(i.value ? t[2] : t[1])),
989
989
  // @ts-expect-error - TypeScript gets the correct types, but somehow still complains
990
- O(i.value ? t[3] : t[2])
990
+ S(i.value ? t[3] : t[2])
991
991
  ];
992
992
  },
993
993
  ([r, l, a, u]) => {
@@ -1009,15 +1009,15 @@ function ut(...t) {
1009
1009
  return K(n), c;
1010
1010
  }
1011
1011
  // @__NO_SIDE_EFFECTS__
1012
- function Vn() {
1013
- const t = E(!1), e = ne();
1014
- return e && At(() => {
1012
+ function In() {
1013
+ const t = A(!1), e = ne();
1014
+ return e && Et(() => {
1015
1015
  t.value = !0;
1016
1016
  }, e), t;
1017
1017
  }
1018
1018
  // @__NO_SIDE_EFFECTS__
1019
1019
  function ve(t) {
1020
- const e = /* @__PURE__ */ Vn();
1020
+ const e = /* @__PURE__ */ In();
1021
1021
  return C(() => (e.value, !!t()));
1022
1022
  }
1023
1023
  function ge(t, e, n = {}) {
@@ -1026,7 +1026,7 @@ function ge(t, e, n = {}) {
1026
1026
  const c = /* @__PURE__ */ ve(() => o && "MutationObserver" in o), r = () => {
1027
1027
  s && (s.disconnect(), s = void 0);
1028
1028
  }, l = C(() => {
1029
- const d = O(t), p = z(d).map(_).filter(kn);
1029
+ const d = S(t), p = z(d).map(V).filter(Tn);
1030
1030
  return new Set(p);
1031
1031
  }), a = P(
1032
1032
  l,
@@ -1043,7 +1043,7 @@ function ge(t, e, n = {}) {
1043
1043
  takeRecords: u
1044
1044
  };
1045
1045
  }
1046
- function _n(t, e, n = {}) {
1046
+ function Vn(t, e, n = {}) {
1047
1047
  const {
1048
1048
  window: o = it,
1049
1049
  document: i = o?.document,
@@ -1054,8 +1054,8 @@ function _n(t, e, n = {}) {
1054
1054
  let c;
1055
1055
  const r = (u) => {
1056
1056
  c?.(), c = u;
1057
- }, l = Ee(() => {
1058
- const u = _(t);
1057
+ }, l = Ae(() => {
1058
+ const u = V(t);
1059
1059
  if (u) {
1060
1060
  const { stop: f } = ge(
1061
1061
  i,
@@ -1075,14 +1075,14 @@ function _n(t, e, n = {}) {
1075
1075
  };
1076
1076
  return K(a), a;
1077
1077
  }
1078
- function $n(t, e, n = {}) {
1078
+ function _n(t, e, n = {}) {
1079
1079
  const { window: o = it, ...i } = n;
1080
1080
  let s;
1081
1081
  const c = /* @__PURE__ */ ve(() => o && "ResizeObserver" in o), r = () => {
1082
1082
  s && (s.disconnect(), s = void 0);
1083
1083
  }, l = C(() => {
1084
- const f = O(t);
1085
- return Array.isArray(f) ? f.map((d) => _(d)) : [_(f)];
1084
+ const f = S(t);
1085
+ return Array.isArray(f) ? f.map((d) => V(d)) : [V(f)];
1086
1086
  }), a = P(
1087
1087
  l,
1088
1088
  (f) => {
@@ -1108,9 +1108,9 @@ function Fn(t, e = {}) {
1108
1108
  windowScroll: i = !0,
1109
1109
  immediate: s = !0,
1110
1110
  updateTiming: c = "sync"
1111
- } = e, r = E(0), l = E(0), a = E(0), u = E(0), f = E(0), d = E(0), p = E(0), v = E(0);
1111
+ } = e, r = A(0), l = A(0), a = A(0), u = A(0), f = A(0), d = A(0), p = A(0), v = A(0);
1112
1112
  function w() {
1113
- const h = _(t);
1113
+ const h = V(t);
1114
1114
  if (!h) {
1115
1115
  n && (r.value = 0, l.value = 0, a.value = 0, u.value = 0, f.value = 0, d.value = 0, p.value = 0, v.value = 0);
1116
1116
  return;
@@ -1121,9 +1121,9 @@ function Fn(t, e = {}) {
1121
1121
  function m() {
1122
1122
  c === "sync" ? w() : c === "next-frame" && requestAnimationFrame(() => w());
1123
1123
  }
1124
- return $n(t, m), P(() => _(t), (h) => !h && m()), ge(t, m, {
1124
+ return _n(t, m), P(() => V(t), (h) => !h && m()), ge(t, m, {
1125
1125
  attributeFilter: ["style", "class"]
1126
- }), i && ut("scroll", m, { capture: !0, passive: !0 }), o && ut("resize", m, { passive: !0 }), In(() => {
1126
+ }), i && ut("scroll", m, { capture: !0, passive: !0 }), o && ut("resize", m, { passive: !0 }), $n(() => {
1127
1127
  s && m();
1128
1128
  }), {
1129
1129
  height: r,
@@ -1143,38 +1143,38 @@ function Ut(t, e = {}) {
1143
1143
  delayLeave: o = 0,
1144
1144
  triggerOnRemoval: i = !1,
1145
1145
  window: s = it
1146
- } = e, c = E(!1);
1146
+ } = e, c = A(!1);
1147
1147
  let r;
1148
1148
  const l = (a) => {
1149
1149
  const u = a ? n : o;
1150
1150
  r && (clearTimeout(r), r = void 0), u ? r = setTimeout(() => c.value = a, u) : c.value = a;
1151
1151
  };
1152
- return s && (ut(t, "mouseenter", () => l(!0), { passive: !0 }), ut(t, "mouseleave", () => l(!1), { passive: !0 }), i && _n(
1153
- C(() => _(t)),
1152
+ return s && (ut(t, "mouseenter", () => l(!0), { passive: !0 }), ut(t, "mouseleave", () => l(!1), { passive: !0 }), i && Vn(
1153
+ C(() => V(t)),
1154
1154
  () => l(!1)
1155
1155
  )), c;
1156
1156
  }
1157
1157
  const we = Lt ? window : void 0;
1158
1158
  function tt(t) {
1159
1159
  var e;
1160
- const n = O(t);
1160
+ const n = S(t);
1161
1161
  return (e = n?.$el) != null ? e : n;
1162
1162
  }
1163
1163
  function st(...t) {
1164
1164
  const e = [], n = () => {
1165
1165
  e.forEach((r) => r()), e.length = 0;
1166
1166
  }, o = (r, l, a, u) => (r.addEventListener(l, a, u), () => r.removeEventListener(l, a, u)), i = C(() => {
1167
- const r = z(O(t[0])).filter((l) => l != null);
1167
+ const r = z(S(t[0])).filter((l) => l != null);
1168
1168
  return r.every((l) => typeof l != "string") ? r : void 0;
1169
1169
  }), s = he(
1170
1170
  () => {
1171
1171
  var r, l;
1172
1172
  return [
1173
1173
  (l = (r = i.value) == null ? void 0 : r.map((a) => tt(a))) != null ? l : [we].filter((a) => a != null),
1174
- z(O(i.value ? t[1] : t[0])),
1174
+ z(S(i.value ? t[1] : t[0])),
1175
1175
  z(ft(i.value ? t[2] : t[1])),
1176
1176
  // @ts-expect-error - TypeScript gets the correct types, but somehow still complains
1177
- O(i.value ? t[3] : t[2])
1177
+ S(i.value ? t[3] : t[2])
1178
1178
  ];
1179
1179
  },
1180
1180
  ([r, l, a, u]) => {
@@ -1200,13 +1200,13 @@ function Zt(t, e, n = {}) {
1200
1200
  const { window: o = we, ignore: i = [], capture: s = !0, detectIframe: c = !1, controls: r = !1 } = n;
1201
1201
  if (!o)
1202
1202
  return r ? { stop: D, cancel: D, trigger: D } : D;
1203
- if (Et && !Kt) {
1203
+ if (At && !Kt) {
1204
1204
  Kt = !0;
1205
1205
  const m = { passive: !0 };
1206
1206
  Array.from(o.document.body.children).forEach((h) => h.addEventListener("click", D, m)), o.document.documentElement.addEventListener("click", D, m);
1207
1207
  }
1208
1208
  let l = !0;
1209
- const a = (m) => O(i).some((h) => {
1209
+ const a = (m) => S(i).some((h) => {
1210
1210
  if (typeof h == "string")
1211
1211
  return Array.from(o.document.querySelectorAll(h)).some((g) => g === m.target || m.composedPath().includes(g));
1212
1212
  {
@@ -1215,12 +1215,12 @@ function Zt(t, e, n = {}) {
1215
1215
  }
1216
1216
  });
1217
1217
  function u(m) {
1218
- const h = O(m);
1218
+ const h = S(m);
1219
1219
  return h && h.$.subTree.shapeFlag === 16;
1220
1220
  }
1221
1221
  function f(m, h) {
1222
- const g = O(m), y = g.$.subTree && g.$.subTree.children;
1223
- return y == null || !Array.isArray(y) ? !1 : y.some((b) => b.el === h.target || h.composedPath().includes(b.el));
1222
+ const g = S(m), b = g.$.subTree && g.$.subTree.children;
1223
+ return b == null || !Array.isArray(b) ? !1 : b.some((y) => y.el === h.target || h.composedPath().includes(y.el));
1224
1224
  }
1225
1225
  const d = (m) => {
1226
1226
  const h = tt(t);
@@ -1296,10 +1296,10 @@ function Hn(t) {
1296
1296
  }
1297
1297
  const xt = /* @__PURE__ */ new WeakMap();
1298
1298
  function zn(t, e = !1) {
1299
- const n = E(e);
1299
+ const n = A(e);
1300
1300
  let o = null, i = "";
1301
1301
  P(Mn(t), (r) => {
1302
- const l = bt(O(r));
1302
+ const l = bt(S(r));
1303
1303
  if (l) {
1304
1304
  const a = l;
1305
1305
  if (xt.get(a) || xt.set(a, a.style.overflow), a.style.overflow !== "hidden" && (i = a.style.overflow), a.style.overflow === "hidden")
@@ -1311,8 +1311,8 @@ function zn(t, e = !1) {
1311
1311
  immediate: !0
1312
1312
  });
1313
1313
  const s = () => {
1314
- const r = bt(O(t));
1315
- !r || n.value || (Et && (o = st(
1314
+ const r = bt(S(t));
1315
+ !r || n.value || (At && (o = st(
1316
1316
  r,
1317
1317
  "touchmove",
1318
1318
  (l) => {
@@ -1321,8 +1321,8 @@ function zn(t, e = !1) {
1321
1321
  { passive: !1 }
1322
1322
  )), r.style.overflow = "hidden", n.value = !0);
1323
1323
  }, c = () => {
1324
- const r = bt(O(t));
1325
- !r || !n.value || (Et && o?.(), r.style.overflow = i, xt.delete(r), n.value = !1);
1324
+ const r = bt(S(t));
1325
+ !r || !n.value || (At && o?.(), r.style.overflow = i, xt.delete(r), n.value = !1);
1326
1326
  };
1327
1327
  return K(c), C({
1328
1328
  get() {
@@ -1335,7 +1335,7 @@ function zn(t, e = !1) {
1335
1335
  }
1336
1336
  function Xn() {
1337
1337
  let t = !1;
1338
- const e = E(!1);
1338
+ const e = A(!1);
1339
1339
  return (n, o) => {
1340
1340
  if (e.value = o.value, t)
1341
1341
  return;
@@ -1345,7 +1345,7 @@ function Xn() {
1345
1345
  };
1346
1346
  }
1347
1347
  Xn();
1348
- const Yn = { style: { width: "fit-content" } }, qn = /* @__PURE__ */ Ae({
1348
+ const Yn = { style: { width: "fit-content" } }, qn = /* @__PURE__ */ Ee({
1349
1349
  __name: "PvPopoverV2",
1350
1350
  props: /* @__PURE__ */ Re({
1351
1351
  disableAutoPlacement: { type: Boolean, default: !1 },
@@ -1358,7 +1358,8 @@ const Yn = { style: { width: "fit-content" } }, qn = /* @__PURE__ */ Ae({
1358
1358
  delay: { default: 25, type: Number },
1359
1359
  zIndex: { default: 10, type: Number },
1360
1360
  teleportLocation: { default: "body", type: String },
1361
- offset: { type: Number }
1361
+ offset: { type: Number },
1362
+ ignoreClickOutsideClasses: { type: Array }
1362
1363
  }, {
1363
1364
  modelValue: { type: Boolean },
1364
1365
  modelModifiers: {}
@@ -1375,16 +1376,16 @@ const Yn = { style: { width: "fit-content" } }, qn = /* @__PURE__ */ Ae({
1375
1376
  "bottom-left": "bottom-start",
1376
1377
  "bottom-right": "bottom-end"
1377
1378
  };
1378
- At(() => {
1379
+ Et(() => {
1379
1380
  o.value && (i.value = o.value.firstElementChild);
1380
1381
  });
1381
1382
  const a = [];
1382
1383
  e.disableAutoPlacement || a?.push(
1383
- An({
1384
+ En({
1384
1385
  fallbackStrategy: "initialPlacement"
1385
1386
  })
1386
- ), e.offset && a?.push(En(e.offset));
1387
- const { floatingStyles: u, update: f } = Tn(i, s, {
1387
+ ), e.offset && a?.push(An(e.offset));
1388
+ const { floatingStyles: u, update: f } = kn(i, s, {
1388
1389
  placement: l[e.position],
1389
1390
  strategy: e.positioningStrategy,
1390
1391
  middleware: a
@@ -1404,33 +1405,36 @@ const Yn = { style: { width: "fit-content" } }, qn = /* @__PURE__ */ Ae({
1404
1405
  n.value = y;
1405
1406
  },
1406
1407
  () => e.delay
1407
- ), m = C(() => e.showOnHover ? e.disableInteractive ? c.value : c.value || r.value : !1), h = () => {
1408
+ ), m = C(() => {
1409
+ const y = [".pv-floating", ".p-datepicker-panel"];
1410
+ return e.ignoreClickOutsideClasses && y.push(...e.ignoreClickOutsideClasses.map((x) => `.${x}`)), y;
1411
+ }), h = C(() => e.showOnHover ? e.disableInteractive ? c.value : c.value || r.value : !1), g = () => {
1408
1412
  e.showOnHover || w(!n.value);
1409
- }, g = () => {
1413
+ }, b = () => {
1410
1414
  e.disableClickOutsideToClose || w(!1);
1411
1415
  };
1412
- return P(m, (y) => {
1416
+ return P(h, (y) => {
1413
1417
  e.showOnHover && w(y);
1414
- }), (y, b) => Bt((Nt(), Te("div", Yn, [
1415
- It(
1418
+ }), (y, x) => Bt((Nt(), ke("div", Yn, [
1419
+ $t(
1416
1420
  "div",
1417
1421
  {
1418
1422
  ref_key: "triggerWrapper",
1419
1423
  ref: o,
1420
- onClick: h
1424
+ onClick: g
1421
1425
  },
1422
1426
  [
1423
- Vt(y.$slots, "trigger")
1427
+ It(y.$slots, "trigger")
1424
1428
  ],
1425
1429
  512
1426
1430
  /* NEED_PATCH */
1427
1431
  ),
1428
- y.$slots.content ? (Nt(), ke(De, {
1432
+ y.$slots.content ? (Nt(), Te(De, {
1429
1433
  key: 0,
1430
1434
  to: t.teleportLocation,
1431
1435
  disabled: !e.useTeleport
1432
1436
  }, [
1433
- Bt(It(
1437
+ Bt($t(
1434
1438
  "div",
1435
1439
  {
1436
1440
  class: "pv-floating",
@@ -1439,7 +1443,7 @@ const Yn = { style: { width: "fit-content" } }, qn = /* @__PURE__ */ Ae({
1439
1443
  style: Me(v.value)
1440
1444
  },
1441
1445
  [
1442
- Vt(y.$slots, "content")
1446
+ It(y.$slots, "content")
1443
1447
  ],
1444
1448
  4
1445
1449
  /* STYLE */
@@ -1448,7 +1452,7 @@ const Yn = { style: { width: "fit-content" } }, qn = /* @__PURE__ */ Ae({
1448
1452
  ])
1449
1453
  ], 8, ["to", "disabled"])) : Le("v-if", !0)
1450
1454
  ])), [
1451
- [ft(jn), [g, { ignore: [".pv-floating"] }]]
1455
+ [ft(jn), [b, { ignore: m.value }]]
1452
1456
  ]);
1453
1457
  }
1454
1458
  }), Gn = /* @__PURE__ */ new Set(["PvIcon", "PvPopoverMenu", "PvPopover"]);