@onereach/ui-components 4.6.4-beta.2804.0 → 4.6.4

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 (394) hide show
  1. package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.js +30 -47
  2. package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.vue.d.ts +19 -10
  3. package/dist/bundled/v2/components/OrBottomSheetV3/index.js +1 -0
  4. package/dist/bundled/v2/components/OrCardCollectionV3/OrCardCollection.js +2 -1
  5. package/dist/bundled/v2/components/OrCardCollectionV3/index.js +2 -1
  6. package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +28 -52
  7. package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.vue.d.ts +18 -36
  8. package/dist/bundled/v2/components/OrConfirmV3/index.js +1 -0
  9. package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +3 -2
  10. package/dist/bundled/v2/components/OrDatePickerV3/index.js +2 -1
  11. package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +4 -3
  12. package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +2 -1
  13. package/dist/bundled/v2/components/OrIconButtonV3/OrIconButton.js +2 -1
  14. package/dist/bundled/v2/components/OrIconButtonV3/index.js +2 -1
  15. package/dist/bundled/v2/components/OrInlineInputV3/OrInlineInput.js +2 -1
  16. package/dist/bundled/v2/components/OrInlineInputV3/index.js +2 -1
  17. package/dist/bundled/v2/components/OrInlineTextareaV3/OrInlineTextarea.js +2 -1
  18. package/dist/bundled/v2/components/OrInlineTextareaV3/index.js +2 -1
  19. package/dist/bundled/v2/components/OrInputV3/OrInput.js +2 -1
  20. package/dist/bundled/v2/components/OrInputV3/index.js +2 -1
  21. package/dist/bundled/v2/components/OrMenuV3/OrMenu.js +21 -48
  22. package/dist/bundled/v2/components/OrMenuV3/OrMenu.vue.d.ts +13 -16
  23. package/dist/bundled/v2/components/OrMenuV3/index.js +1 -0
  24. package/dist/bundled/v2/components/OrModalV3/OrModal.js +220 -65
  25. package/dist/bundled/v2/components/OrModalV3/OrModal.vue.d.ts +13 -19
  26. package/dist/bundled/v2/components/OrModalV3/index.js +9 -8
  27. package/dist/bundled/v2/components/OrModalV3/styles.d.ts +0 -3
  28. package/dist/bundled/v2/components/OrModalV3/styles.js +1 -16
  29. package/dist/bundled/v2/components/OrNotificationV3/OrNotification.js +2 -1
  30. package/dist/bundled/v2/components/OrNotificationV3/index.js +2 -1
  31. package/dist/bundled/v2/components/OrPaginationV3/OrPagination.js +2 -1
  32. package/dist/bundled/v2/components/OrPaginationV3/index.js +1 -0
  33. package/dist/bundled/v2/components/OrPopoverV3/OrPopover.js +31 -102
  34. package/dist/bundled/v2/components/OrPopoverV3/OrPopover.vue.d.ts +19 -12
  35. package/dist/bundled/v2/components/OrPopoverV3/index.js +1 -0
  36. package/dist/bundled/v2/components/OrSearchV3/OrSearch.js +1 -0
  37. package/dist/bundled/v2/components/OrSearchV3/index.js +1 -0
  38. package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +1 -0
  39. package/dist/bundled/v2/components/OrSelectV3/index.js +1 -0
  40. package/dist/bundled/v2/components/OrSidebarV3/OrSidebar.js +1 -0
  41. package/dist/bundled/v2/components/OrSidebarV3/index.js +1 -0
  42. package/dist/bundled/v2/components/OrTabsV3/OrTabs.js +1 -0
  43. package/dist/bundled/v2/components/OrTabsV3/index.js +1 -0
  44. package/dist/bundled/v2/components/OrTagV3/OrTag.js +2 -1
  45. package/dist/bundled/v2/components/OrTagV3/index.js +2 -1
  46. package/dist/bundled/v2/components/OrTagsV3/OrTags.js +1 -0
  47. package/dist/bundled/v2/components/OrTagsV3/index.js +1 -0
  48. package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +2 -1
  49. package/dist/bundled/v2/components/OrTimePickerV3/index.js +1 -0
  50. package/dist/bundled/v2/components/OrToastContainerV3/OrToastContainer.js +1 -0
  51. package/dist/bundled/v2/components/OrToastContainerV3/index.js +1 -0
  52. package/dist/bundled/v2/components/OrToastV3/OrToast.js +2 -1
  53. package/dist/bundled/v2/components/OrToastV3/index.js +2 -1
  54. package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.js +32 -39
  55. package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.vue.d.ts +20 -17
  56. package/dist/bundled/v2/components/OrTooltipV3/index.js +2 -1
  57. package/dist/bundled/v2/components/index.js +2 -1
  58. package/dist/bundled/v2/hooks/index.d.ts +1 -1
  59. package/dist/bundled/v2/hooks/index.js +1 -3
  60. package/dist/bundled/v2/hooks/useControlAttributes.d.ts +1 -2
  61. package/dist/bundled/v2/hooks/useElevation.js +3 -1
  62. package/dist/bundled/v2/hooks/useOverflow.d.ts +2 -2
  63. package/dist/bundled/v2/hooks/usePopoverState.d.ts +11 -0
  64. package/dist/bundled/v2/hooks/usePopoverState.js +42 -0
  65. package/dist/bundled/v2/hooks/useValidationAttributes.d.ts +1 -2
  66. package/dist/bundled/v2/index.js +3 -5
  67. package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-a81b2abb.js → OrBottomSheet.vue_vue_type_script_lang-aebedcb2.js} +28 -45
  68. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-f2d222a5.js → OrCardCollection.vue_vue_type_script_lang-d15329fd.js} +3 -3
  69. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-b1b13331.js → OrConfirm.vue_vue_type_script_lang-84f80066.js} +28 -52
  70. package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-31f5d798.js → OrDatePicker.vue_vue_type_script_lang-92222927.js} +3 -3
  71. package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-a0354296.js → OrDateTimePicker.vue_vue_type_script_lang-81f3cb69.js} +3 -3
  72. package/dist/bundled/v3/{OrDateTimePickerMonthSelect-98b935cb.js → OrDateTimePickerMonthSelect-354e1af8.js} +2 -2
  73. package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-5bba9f3f.js → OrIconButton.vue_vue_type_script_lang-fe97e57a.js} +1 -1
  74. package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-3c6b0958.js → OrInlineInput.vue_vue_type_script_lang-3131ae11.js} +1 -1
  75. package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-da59cd8e.js → OrInlineTextarea.vue_vue_type_script_lang-db28519e.js} +1 -1
  76. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-d08b3796.js → OrInput.vue_vue_type_script_lang-5f74dd08.js} +1 -1
  77. package/dist/bundled/v3/OrMenu.vue_vue_type_script_lang-1f45bf44.js +66 -0
  78. package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-31c15ba1.js +160 -0
  79. package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-463e1a82.js → OrNotification.vue_vue_type_script_lang-89bbc41f.js} +1 -1
  80. package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-bdc8d9fb.js → OrPagination.vue_vue_type_script_lang-1835d432.js} +1 -1
  81. package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-7b1b2488.js → OrPopover.vue_vue_type_script_lang-c75dbd63.js} +27 -98
  82. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-940d8e1f.js → OrSearch.vue_vue_type_script_lang-142ab019.js} +1 -1
  83. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-1c77663e.js → OrSelect.vue_vue_type_script_lang-0ab50e13.js} +3 -3
  84. package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-780eaa84.js → OrSidebar.vue_vue_type_script_lang-23c6a11f.js} +1 -1
  85. package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-9d4221f1.js → OrTabs.vue_vue_type_script_lang-255f33d2.js} +1 -1
  86. package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-09948d1f.js → OrTag.vue_vue_type_script_lang-f4321103.js} +1 -1
  87. package/dist/bundled/v3/{OrTags.vue_vue_type_script_lang-71fb4f1d.js → OrTags.vue_vue_type_script_lang-4684a9c5.js} +2 -2
  88. package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-21be27c6.js → OrTimePicker.vue_vue_type_script_lang-e9684fe9.js} +2 -2
  89. package/dist/bundled/v3/OrTooltip.vue_vue_type_script_lang-f3ccffce.js +56 -0
  90. package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +7 -6
  91. package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.vue.d.ts +16 -10
  92. package/dist/bundled/v3/components/OrBottomSheetV3/index.js +3 -2
  93. package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +12 -11
  94. package/dist/bundled/v3/components/OrCardCollectionV3/index.js +11 -10
  95. package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +11 -10
  96. package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.vue.d.ts +18 -35
  97. package/dist/bundled/v3/components/OrConfirmV3/index.js +8 -7
  98. package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +11 -10
  99. package/dist/bundled/v3/components/OrDatePickerV3/index.js +9 -8
  100. package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +12 -11
  101. package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +9 -8
  102. package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +8 -7
  103. package/dist/bundled/v3/components/OrIconButtonV3/index.js +7 -6
  104. package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +9 -8
  105. package/dist/bundled/v3/components/OrInlineInputV3/index.js +8 -7
  106. package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +9 -8
  107. package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +8 -7
  108. package/dist/bundled/v3/components/OrInputV3/OrInput.js +9 -8
  109. package/dist/bundled/v3/components/OrInputV3/index.js +8 -7
  110. package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +9 -8
  111. package/dist/bundled/v3/components/OrMenuV3/OrMenu.vue.d.ts +13 -5
  112. package/dist/bundled/v3/components/OrMenuV3/index.js +5 -4
  113. package/dist/bundled/v3/components/OrModalV3/OrModal.js +36 -33
  114. package/dist/bundled/v3/components/OrModalV3/OrModal.vue.d.ts +14 -16
  115. package/dist/bundled/v3/components/OrModalV3/index.js +15 -14
  116. package/dist/bundled/v3/components/OrModalV3/styles.d.ts +0 -3
  117. package/dist/bundled/v3/components/OrModalV3/styles.js +1 -16
  118. package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +9 -8
  119. package/dist/bundled/v3/components/OrNotificationV3/index.js +8 -7
  120. package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.js +2 -2
  121. package/dist/bundled/v3/components/OrOverlayV3/index.js +1 -1
  122. package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +8 -7
  123. package/dist/bundled/v3/components/OrPaginationV3/index.js +6 -5
  124. package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +8 -7
  125. package/dist/bundled/v3/components/OrPopoverV3/OrPopover.vue.d.ts +16 -11
  126. package/dist/bundled/v3/components/OrPopoverV3/index.js +4 -3
  127. package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +9 -8
  128. package/dist/bundled/v3/components/OrSearchV3/index.js +8 -7
  129. package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +10 -9
  130. package/dist/bundled/v3/components/OrSelectV3/index.js +9 -8
  131. package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +8 -7
  132. package/dist/bundled/v3/components/OrSidebarV3/index.js +7 -6
  133. package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +7 -6
  134. package/dist/bundled/v3/components/OrTabsV3/index.js +6 -5
  135. package/dist/bundled/v3/components/OrTagV3/OrTag.js +9 -8
  136. package/dist/bundled/v3/components/OrTagV3/index.js +8 -7
  137. package/dist/bundled/v3/components/OrTagsV3/OrTags.js +9 -8
  138. package/dist/bundled/v3/components/OrTagsV3/index.js +8 -7
  139. package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +9 -8
  140. package/dist/bundled/v3/components/OrTimePickerV3/index.js +7 -6
  141. package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +8 -7
  142. package/dist/bundled/v3/components/OrToastContainerV3/index.js +7 -6
  143. package/dist/bundled/v3/components/OrToastV3/OrToast.js +7 -6
  144. package/dist/bundled/v3/components/OrToastV3/index.js +8 -7
  145. package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +13 -10
  146. package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.vue.d.ts +17 -6
  147. package/dist/bundled/v3/components/OrTooltipV3/index.js +6 -5
  148. package/dist/bundled/v3/components/index.js +26 -25
  149. package/dist/bundled/v3/hooks/index.d.ts +1 -1
  150. package/dist/bundled/v3/hooks/index.js +1 -3
  151. package/dist/bundled/v3/hooks/useControlAttributes.d.ts +1 -2
  152. package/dist/bundled/v3/hooks/useElevation.js +3 -1
  153. package/dist/bundled/v3/hooks/useOverflow.d.ts +2 -2
  154. package/dist/bundled/v3/hooks/usePopoverState.d.ts +11 -0
  155. package/dist/bundled/v3/hooks/usePopoverState.js +42 -0
  156. package/dist/bundled/v3/hooks/useValidationAttributes.d.ts +1 -2
  157. package/dist/bundled/v3/index.js +27 -29
  158. package/dist/esm/v2/{OrBottomSheet-75a3b3c0.js → OrBottomSheet-0592ccb2.js} +31 -48
  159. package/dist/esm/v2/{OrCardCollection-94e0d4b3.js → OrCardCollection-2b9bc050.js} +4 -4
  160. package/dist/esm/v2/{OrCheckbox-41f2822d.js → OrCheckbox-3a8c93ad.js} +0 -2
  161. package/dist/esm/v2/{OrCheckboxGroup-97cfcbda.js → OrCheckboxGroup-b0d95dd6.js} +1 -1
  162. package/dist/esm/v2/{OrCheckboxTree-a7dc126c.js → OrCheckboxTree-54b0fdc1.js} +1 -1
  163. package/dist/esm/v2/{OrConfirm-93176f0d.js → OrConfirm-3f19c23b.js} +30 -54
  164. package/dist/esm/v2/{OrDatePicker-1f49baf1.js → OrDatePicker-e991e7b2.js} +4 -4
  165. package/dist/esm/v2/{OrDateTimePicker-3609de6e.js → OrDateTimePicker-7bbd81d1.js} +5 -5
  166. package/dist/esm/v2/{OrDateTimePickerMonthSelect-94af0df9.js → OrDateTimePickerMonthSelect-d75a849c.js} +3 -3
  167. package/dist/esm/v2/{OrIconButton-1ee067fd.js → OrIconButton-75972865.js} +2 -2
  168. package/dist/esm/v2/{OrInlineInput-737e8fff.js → OrInlineInput-cf17dbb2.js} +1 -3
  169. package/dist/esm/v2/{OrInlineTextarea-8bc79191.js → OrInlineTextarea-2b0e2f39.js} +1 -3
  170. package/dist/esm/v2/{OrInput-00cba216.js → OrInput-1a2b8ad9.js} +1 -3
  171. package/dist/esm/v2/{OrMenu-1c14379f.js → OrMenu-a35caf3b.js} +23 -49
  172. package/dist/esm/v2/OrModal-4aaae6bc.js +312 -0
  173. package/dist/esm/v2/{OrNotification-b2dd7471.js → OrNotification-a773f1df.js} +1 -1
  174. package/dist/esm/v2/{OrOverlay-cdaf5b7a.js → OrOverlay-f791976c.js} +1 -3
  175. package/dist/esm/v2/{OrPagination-06a860c7.js → OrPagination-3513165d.js} +3 -5
  176. package/dist/esm/v2/{OrPassword-681f8c53.js → OrPassword-1de0dc6c.js} +0 -2
  177. package/dist/esm/v2/{OrPopover-7096d459.js → OrPopover-a8950b85.js} +33 -106
  178. package/dist/esm/v2/{OrProgress-e079e857.js → OrProgress-102e3b5d.js} +0 -2
  179. package/dist/esm/v2/{OrRadio-23810acd.js → OrRadio-a812088f.js} +0 -2
  180. package/dist/esm/v2/{OrRadioGroup-0e1bf22c.js → OrRadioGroup-0de37d76.js} +1 -1
  181. package/dist/esm/v2/{OrSearch-408fb293.js → OrSearch-19c157b3.js} +1 -1
  182. package/dist/esm/v2/{OrSelect-1d437402.js → OrSelect-991b8be3.js} +4 -6
  183. package/dist/esm/v2/{OrSidebar-c106e59c.js → OrSidebar-bfbb8b0a.js} +1 -1
  184. package/dist/esm/v2/{OrSidebarCollapseButton-db2b96c5.js → OrSidebarCollapseButton-a98037d6.js} +1 -1
  185. package/dist/esm/v2/{OrSwitch-cb97f4d3.js → OrSwitch-9fae0bae.js} +0 -2
  186. package/dist/esm/v2/{OrTabs-52acc3f2.js → OrTabs-abf290af.js} +2 -2
  187. package/dist/esm/v2/{OrTag-dc2a1452.js → OrTag-aa46cecd.js} +1 -1
  188. package/dist/esm/v2/{OrTags-33e9a167.js → OrTags-2a567e79.js} +2 -4
  189. package/dist/esm/v2/{OrTextarea-01df0715.js → OrTextarea-e5c66426.js} +0 -2
  190. package/dist/esm/v2/{OrTextbox-a937432f.js → OrTextbox-c85d7fe6.js} +0 -2
  191. package/dist/esm/v2/{OrTimePicker-13359d63.js → OrTimePicker-766637cb.js} +3 -3
  192. package/dist/esm/v2/{OrTooltip-0649a0cd.js → OrTooltip-0dc63c1a.js} +33 -40
  193. package/dist/esm/v2/components/index.js +38 -39
  194. package/dist/esm/v2/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +19 -10
  195. package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +4 -5
  196. package/dist/esm/v2/components/or-card-collection-v3/index.js +11 -12
  197. package/dist/esm/v2/components/or-checkbox-group-v3/index.js +3 -5
  198. package/dist/esm/v2/components/or-checkbox-tree-v3/index.js +2 -4
  199. package/dist/esm/v2/components/or-checkbox-v3/index.js +1 -3
  200. package/dist/esm/v2/components/or-confirm-v3/OrConfirm.vue.d.ts +18 -36
  201. package/dist/esm/v2/components/or-confirm-v3/index.js +9 -10
  202. package/dist/esm/v2/components/or-date-picker-v3/index.js +10 -11
  203. package/dist/esm/v2/components/or-date-time-picker-v3/index.js +10 -11
  204. package/dist/esm/v2/components/or-icon-button-v3/index.js +7 -8
  205. package/dist/esm/v2/components/or-inline-input-v3/index.js +8 -9
  206. package/dist/esm/v2/components/or-inline-textarea-v3/index.js +8 -9
  207. package/dist/esm/v2/components/or-input-v3/index.js +8 -9
  208. package/dist/esm/v2/components/or-menu-v3/OrMenu.vue.d.ts +13 -16
  209. package/dist/esm/v2/components/or-menu-v3/index.js +7 -8
  210. package/dist/esm/v2/components/or-modal-v3/OrModal.vue.d.ts +13 -19
  211. package/dist/esm/v2/components/or-modal-v3/index.js +12 -13
  212. package/dist/esm/v2/components/or-modal-v3/partials/or-modal-content/OrModalContent.vue.d.ts +8 -0
  213. package/dist/esm/v2/components/or-modal-v3/partials/or-modal-content/styles.d.ts +1 -0
  214. package/dist/esm/v2/components/or-modal-v3/partials/or-modal-footer/OrModalFooter.vue.d.ts +8 -0
  215. package/dist/esm/v2/components/or-modal-v3/partials/or-modal-footer/styles.d.ts +1 -0
  216. package/dist/esm/v2/components/or-modal-v3/partials/or-modal-header/OrModalHeader.vue.d.ts +12 -0
  217. package/dist/esm/v2/components/or-modal-v3/partials/or-modal-header/styles.d.ts +1 -0
  218. package/dist/esm/v2/components/or-modal-v3/styles.d.ts +0 -3
  219. package/dist/esm/v2/components/or-notification-v3/index.js +8 -9
  220. package/dist/esm/v2/components/or-overlay-v3/index.js +2 -4
  221. package/dist/esm/v2/components/or-pagination-v3/index.js +7 -8
  222. package/dist/esm/v2/components/or-password/index.js +1 -3
  223. package/dist/esm/v2/components/or-popover-v3/OrPopover.vue.d.ts +19 -12
  224. package/dist/esm/v2/components/or-popover-v3/index.js +5 -6
  225. package/dist/esm/v2/components/or-progress-v3/index.js +1 -3
  226. package/dist/esm/v2/components/or-radio-group-v3/index.js +2 -4
  227. package/dist/esm/v2/components/or-radio-v3/index.js +1 -3
  228. package/dist/esm/v2/components/or-search-v3/index.js +9 -10
  229. package/dist/esm/v2/components/or-select-v3/index.js +11 -12
  230. package/dist/esm/v2/components/or-sidebar-v3/index.js +9 -10
  231. package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +8 -9
  232. package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +8 -9
  233. package/dist/esm/v2/components/or-switch-v3/index.js +1 -3
  234. package/dist/esm/v2/components/or-tabs-v3/index.js +7 -8
  235. package/dist/esm/v2/components/or-tag-v3/index.js +8 -9
  236. package/dist/esm/v2/components/or-tags-v3/index.js +9 -10
  237. package/dist/esm/v2/components/or-textarea-v3/index.js +1 -3
  238. package/dist/esm/v2/components/or-textbox/index.js +1 -3
  239. package/dist/esm/v2/components/or-time-picker-v3/index.js +8 -9
  240. package/dist/esm/v2/components/or-toast-v3/index.js +8 -9
  241. package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +8 -9
  242. package/dist/esm/v2/components/or-tooltip-v3/OrTooltip.vue.d.ts +20 -17
  243. package/dist/esm/v2/components/or-tooltip-v3/index.js +7 -8
  244. package/dist/esm/v2/hooks/index.d.ts +1 -1
  245. package/dist/esm/v2/hooks/index.js +2 -4
  246. package/dist/esm/v2/hooks/useControlAttributes.d.ts +1 -2
  247. package/dist/esm/v2/hooks/useOverflow.d.ts +2 -2
  248. package/dist/esm/v2/hooks/usePopoverState.d.ts +11 -0
  249. package/dist/esm/v2/hooks/useValidationAttributes.d.ts +1 -2
  250. package/dist/esm/v2/index.js +38 -40
  251. package/dist/esm/v2/{types-a8cdee2b.js → types-f30860ee.js} +2 -4
  252. package/dist/esm/{v3/useElevation-b5a49746.js → v2/useElevation-a50ec347.js} +3 -1
  253. package/dist/esm/v2/usePopoverState-8a95a300.js +42 -0
  254. package/dist/esm/v3/{OrBottomSheet-77311b39.js → OrBottomSheet-a39fb331.js} +31 -48
  255. package/dist/esm/v3/{OrCardCollection-bb83c68d.js → OrCardCollection-3d652a34.js} +4 -4
  256. package/dist/esm/v3/{OrCheckbox-2194e473.js → OrCheckbox-7093e9c2.js} +0 -2
  257. package/dist/esm/v3/{OrCheckboxGroup-6c36527f.js → OrCheckboxGroup-f755d216.js} +1 -1
  258. package/dist/esm/v3/{OrCheckboxTree-1873a941.js → OrCheckboxTree-99f6eaec.js} +1 -1
  259. package/dist/esm/v3/{OrConfirm-db0bc902.js → OrConfirm-cb0b2b78.js} +30 -54
  260. package/dist/esm/v3/{OrDatePicker-afede6ed.js → OrDatePicker-6a44ad41.js} +4 -4
  261. package/dist/esm/v3/{OrDateTimePicker-c74ee133.js → OrDateTimePicker-2cbcf8c7.js} +5 -5
  262. package/dist/esm/v3/{OrDateTimePickerMonthSelect-37ab67a7.js → OrDateTimePickerMonthSelect-2f61d92f.js} +3 -3
  263. package/dist/esm/v3/{OrIconButton-22ed57ad.js → OrIconButton-e34a20eb.js} +2 -2
  264. package/dist/esm/v3/{OrInlineInput-180b24c4.js → OrInlineInput-ad0d4264.js} +1 -3
  265. package/dist/esm/v3/{OrInlineTextarea-0ac83ef3.js → OrInlineTextarea-b5ec488d.js} +1 -3
  266. package/dist/esm/v3/{OrInput-ae5c1b2f.js → OrInput-a9aeef6e.js} +1 -3
  267. package/dist/esm/v3/{OrMenu-659eb389.js → OrMenu-f590d761.js} +24 -50
  268. package/dist/esm/v3/OrModal-9dc09e95.js +226 -0
  269. package/dist/esm/v3/{OrNotification-bcae9dec.js → OrNotification-69031471.js} +1 -1
  270. package/dist/esm/v3/{OrOverlay-5db47cfe.js → OrOverlay-28952099.js} +1 -3
  271. package/dist/esm/v3/{OrPagination-9e2ee086.js → OrPagination-f3be120f.js} +3 -5
  272. package/dist/esm/v3/{OrPassword-cd8a3c46.js → OrPassword-9192b9ea.js} +0 -2
  273. package/dist/esm/v3/{OrPopover-e2208d1c.js → OrPopover-ebd57053.js} +31 -104
  274. package/dist/esm/v3/{OrProgress-a54a42c0.js → OrProgress-efa51d7b.js} +0 -2
  275. package/dist/esm/v3/{OrRadio-4f0026c9.js → OrRadio-a6c88f29.js} +0 -2
  276. package/dist/esm/v3/{OrRadioGroup-d215409c.js → OrRadioGroup-5d1fe6fd.js} +1 -1
  277. package/dist/esm/v3/{OrSearch-5c1384ce.js → OrSearch-5576cf14.js} +1 -1
  278. package/dist/esm/v3/{OrSelect-f32d7727.js → OrSelect-0b3ebce9.js} +4 -6
  279. package/dist/esm/v3/{OrSidebar-47bea81a.js → OrSidebar-303ef558.js} +1 -1
  280. package/dist/esm/v3/{OrSidebarCollapseButton-ece05a32.js → OrSidebarCollapseButton-d7f004df.js} +1 -1
  281. package/dist/esm/v3/{OrSwitch-ed9868db.js → OrSwitch-594f5a63.js} +0 -2
  282. package/dist/esm/v3/{OrTabs-b9de0432.js → OrTabs-b6c8077c.js} +2 -2
  283. package/dist/esm/v3/{OrTag-c6f35b07.js → OrTag-4ac45254.js} +1 -1
  284. package/dist/esm/v3/{OrTags-5990db43.js → OrTags-de9f065e.js} +2 -4
  285. package/dist/esm/v3/{OrTextarea-0f9a2a27.js → OrTextarea-93cf7da7.js} +0 -2
  286. package/dist/esm/v3/{OrTextbox-8d2903db.js → OrTextbox-56714f51.js} +0 -2
  287. package/dist/esm/v3/{OrTimePicker-81437237.js → OrTimePicker-0fe72767.js} +3 -3
  288. package/dist/esm/v3/{OrTooltip-7e0473b9.js → OrTooltip-edb28095.js} +28 -41
  289. package/dist/esm/v3/components/index.js +38 -39
  290. package/dist/esm/v3/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +16 -10
  291. package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +4 -5
  292. package/dist/esm/v3/components/or-card-collection-v3/index.js +11 -12
  293. package/dist/esm/v3/components/or-checkbox-group-v3/index.js +3 -5
  294. package/dist/esm/v3/components/or-checkbox-tree-v3/index.js +2 -4
  295. package/dist/esm/v3/components/or-checkbox-v3/index.js +1 -3
  296. package/dist/esm/v3/components/or-confirm-v3/OrConfirm.vue.d.ts +18 -35
  297. package/dist/esm/v3/components/or-confirm-v3/index.js +9 -10
  298. package/dist/esm/v3/components/or-date-picker-v3/index.js +10 -11
  299. package/dist/esm/v3/components/or-date-time-picker-v3/index.js +10 -11
  300. package/dist/esm/v3/components/or-icon-button-v3/index.js +7 -8
  301. package/dist/esm/v3/components/or-inline-input-v3/index.js +8 -9
  302. package/dist/esm/v3/components/or-inline-textarea-v3/index.js +8 -9
  303. package/dist/esm/v3/components/or-input-v3/index.js +8 -9
  304. package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +13 -5
  305. package/dist/esm/v3/components/or-menu-v3/index.js +7 -8
  306. package/dist/esm/v3/components/or-modal-v3/OrModal.vue.d.ts +14 -16
  307. package/dist/esm/v3/components/or-modal-v3/index.js +11 -12
  308. package/dist/esm/v3/components/or-modal-v3/partials/or-modal-content/OrModalContent.vue.d.ts +5 -0
  309. package/dist/esm/v3/components/or-modal-v3/partials/or-modal-content/styles.d.ts +1 -0
  310. package/dist/esm/v3/components/or-modal-v3/partials/or-modal-footer/OrModalFooter.vue.d.ts +5 -0
  311. package/dist/esm/v3/components/or-modal-v3/partials/or-modal-footer/styles.d.ts +1 -0
  312. package/dist/esm/v3/components/or-modal-v3/partials/or-modal-header/OrModalHeader.vue.d.ts +7 -0
  313. package/dist/esm/v3/components/or-modal-v3/partials/or-modal-header/styles.d.ts +1 -0
  314. package/dist/esm/v3/components/or-modal-v3/styles.d.ts +0 -3
  315. package/dist/esm/v3/components/or-notification-v3/index.js +8 -9
  316. package/dist/esm/v3/components/or-overlay-v3/index.js +2 -4
  317. package/dist/esm/v3/components/or-pagination-v3/index.js +7 -8
  318. package/dist/esm/v3/components/or-password/index.js +1 -3
  319. package/dist/esm/v3/components/or-popover-v3/OrPopover.vue.d.ts +16 -11
  320. package/dist/esm/v3/components/or-popover-v3/index.js +5 -6
  321. package/dist/esm/v3/components/or-progress-v3/index.js +1 -3
  322. package/dist/esm/v3/components/or-radio-group-v3/index.js +2 -4
  323. package/dist/esm/v3/components/or-radio-v3/index.js +1 -3
  324. package/dist/esm/v3/components/or-search-v3/index.js +9 -10
  325. package/dist/esm/v3/components/or-select-v3/index.js +11 -12
  326. package/dist/esm/v3/components/or-sidebar-v3/index.js +9 -10
  327. package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +8 -9
  328. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +8 -9
  329. package/dist/esm/v3/components/or-switch-v3/index.js +1 -3
  330. package/dist/esm/v3/components/or-tabs-v3/index.js +7 -8
  331. package/dist/esm/v3/components/or-tag-v3/index.js +8 -9
  332. package/dist/esm/v3/components/or-tags-v3/index.js +9 -10
  333. package/dist/esm/v3/components/or-textarea-v3/index.js +1 -3
  334. package/dist/esm/v3/components/or-textbox/index.js +1 -3
  335. package/dist/esm/v3/components/or-time-picker-v3/index.js +8 -9
  336. package/dist/esm/v3/components/or-toast-v3/index.js +8 -9
  337. package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.js +8 -9
  338. package/dist/esm/v3/components/or-tooltip-v3/OrTooltip.vue.d.ts +17 -6
  339. package/dist/esm/v3/components/or-tooltip-v3/index.js +7 -8
  340. package/dist/esm/v3/hooks/index.d.ts +1 -1
  341. package/dist/esm/v3/hooks/index.js +2 -4
  342. package/dist/esm/v3/hooks/useControlAttributes.d.ts +1 -2
  343. package/dist/esm/v3/hooks/useOverflow.d.ts +2 -2
  344. package/dist/esm/v3/hooks/usePopoverState.d.ts +11 -0
  345. package/dist/esm/v3/hooks/useValidationAttributes.d.ts +1 -2
  346. package/dist/esm/v3/index.js +38 -40
  347. package/dist/esm/v3/{types-637a5626.js → types-60f3dd35.js} +2 -4
  348. package/dist/esm/{v2/useElevation-b5a49746.js → v3/useElevation-a50ec347.js} +3 -1
  349. package/dist/esm/v3/usePopoverState-8a95a300.js +42 -0
  350. package/package.json +4 -4
  351. package/src/components/or-bottom-sheet-v3/OrBottomSheet.vue +29 -58
  352. package/src/components/or-confirm-v3/OrConfirm.vue +29 -50
  353. package/src/components/or-date-picker-v3/OrDatePicker.vue +1 -1
  354. package/src/components/or-date-time-picker-v3/OrDateTimePicker.vue +2 -2
  355. package/src/components/or-menu-v3/OrMenu.vue +18 -40
  356. package/src/components/or-modal-v3/OrModal.vue +32 -66
  357. package/src/components/or-modal-v3/partials/or-modal-content/OrModalContent.vue +37 -0
  358. package/src/components/or-modal-v3/partials/or-modal-content/styles.ts +10 -0
  359. package/src/components/or-modal-v3/partials/or-modal-footer/OrModalFooter.vue +37 -0
  360. package/src/components/or-modal-v3/partials/or-modal-footer/styles.ts +4 -0
  361. package/src/components/or-modal-v3/partials/or-modal-header/OrModalHeader.vue +54 -0
  362. package/src/components/or-modal-v3/partials/or-modal-header/styles.ts +10 -0
  363. package/src/components/or-modal-v3/styles.ts +0 -25
  364. package/src/components/or-pagination-v3/OrPagination.vue +1 -1
  365. package/src/components/or-popover-v3/OrPopover.vue +28 -125
  366. package/src/components/or-time-picker-v3/OrTimePicker.vue +1 -1
  367. package/src/components/or-tooltip-v3/OrTooltip.vue +24 -40
  368. package/src/hooks/index.ts +1 -1
  369. package/src/hooks/useControlAttributes.ts +1 -1
  370. package/src/hooks/useElevation.ts +7 -2
  371. package/src/hooks/useOverflow.ts +5 -3
  372. package/src/hooks/usePopoverState.ts +66 -0
  373. package/src/hooks/useValidationAttributes.ts +1 -1
  374. package/src/shims-png.d.ts +2 -2
  375. package/src/shims-vue.d.ts +2 -3
  376. package/src/shims.d.ts +3 -5
  377. package/dist/bundled/v2/hooks/useTheme.d.ts +0 -2
  378. package/dist/bundled/v2/hooks/useTheme.js +0 -10128
  379. package/dist/bundled/v3/OrMenu.vue_vue_type_script_lang-115f2c60.js +0 -93
  380. package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-202c4e2f.js +0 -71
  381. package/dist/bundled/v3/OrTooltip.vue_vue_type_script_lang-bb3db5bf.js +0 -72
  382. package/dist/bundled/v3/hooks/useTheme.d.ts +0 -2
  383. package/dist/bundled/v3/hooks/useTheme.js +0 -10128
  384. package/dist/esm/v2/OrModal-3dca06f9.js +0 -174
  385. package/dist/esm/v2/hooks/useTheme.d.ts +0 -2
  386. package/dist/esm/v2/useTheme-e23d13c8.js +0 -9
  387. package/dist/esm/v3/OrModal-2db2eb9f.js +0 -150
  388. package/dist/esm/v3/hooks/useTheme.d.ts +0 -2
  389. package/dist/esm/v3/useTheme-e23d13c8.js +0 -9
  390. package/src/hooks/useTheme.ts +0 -7
  391. package/src/shims-mdx.d.ts +0 -4
  392. /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-30f79990.js → OrDateTimePickerMonthSelect-9a8e332c.js} +0 -0
  393. /package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-86c7b93a.js → OrOverlay.vue_vue_type_script_lang-29ff6fd8.js} +0 -0
  394. /package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-485ef171.js → OrToastContainer.vue_vue_type_script_lang-461fb6d1.js} +0 -0
@@ -1,5 +1,5 @@
1
- import { s as script } from '../../OrConfirm.vue_vue_type_script_lang-b1b13331.js';
2
- export { s as default } from '../../OrConfirm.vue_vue_type_script_lang-b1b13331.js';
1
+ import { s as script } from '../../OrConfirm.vue_vue_type_script_lang-84f80066.js';
2
+ export { s as default } from '../../OrConfirm.vue_vue_type_script_lang-84f80066.js';
3
3
  import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createTextVNode, toDisplayString, createElementBlock, createVNode, createCommentVNode } from 'vue';
4
4
  import '@vueuse/core';
5
5
  import '../../index-968c331a.js';
@@ -7,7 +7,7 @@ import 'vue-demi';
7
7
  import './props.js';
8
8
  import './styles.js';
9
9
  import '../OrOverlayV3/OrOverlay.js';
10
- import '../../OrOverlay.vue_vue_type_script_lang-86c7b93a.js';
10
+ import '../../OrOverlay.vue_vue_type_script_lang-29ff6fd8.js';
11
11
  import '../OrOverlayV3/styles.js';
12
12
  import '../OrTeleportV3/OrTeleport.js';
13
13
  import '../../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
@@ -22,7 +22,7 @@ import '../../OrLoader.vue_vue_type_script_lang-49907820.js';
22
22
  import '../OrLoaderV3/props.js';
23
23
  import '../OrLoaderV3/styles.js';
24
24
  import '../OrInputV3/OrInput.js';
25
- import '../../OrInput.vue_vue_type_script_lang-d08b3796.js';
25
+ import '../../OrInput.vue_vue_type_script_lang-5f74dd08.js';
26
26
  import '../OrInputV3/props.js';
27
27
  import '../OrInputBoxV3/props.js';
28
28
  import '../OrInputV3/styles.js';
@@ -37,21 +37,22 @@ import '../../OrIcon.vue_vue_type_script_lang-73f9cc63.js';
37
37
  import '../OrIconV3/props.js';
38
38
  import '../OrIconV3/styles.js';
39
39
  import '../OrIconButtonV3/OrIconButton.js';
40
- import '../../OrIconButton.vue_vue_type_script_lang-5bba9f3f.js';
40
+ import '../../OrIconButton.vue_vue_type_script_lang-fe97e57a.js';
41
41
  import '../OrIconButtonV3/props.js';
42
42
  import '../OrIconButtonV3/styles.js';
43
43
  import '../OrTooltipV3/OrTooltip.js';
44
- import '../../OrTooltip.vue_vue_type_script_lang-bb3db5bf.js';
44
+ import '../../OrTooltip.vue_vue_type_script_lang-f3ccffce.js';
45
45
  import '../OrTooltipV3/styles.js';
46
46
  import '../OrPopoverV3/OrPopover.js';
47
- import '../../OrPopover.vue_vue_type_script_lang-7b1b2488.js';
47
+ import '../../OrPopover.vue_vue_type_script_lang-c75dbd63.js';
48
48
  import '../../floating-ui.dom.esm-83eba816.js';
49
49
  import '../OrPopoverV3/props.js';
50
50
  import '../OrPopoverV3/styles.js';
51
51
  import '../OrBottomSheetV3/OrBottomSheet.js';
52
- import '../../OrBottomSheet.vue_vue_type_script_lang-a81b2abb.js';
52
+ import '../../OrBottomSheet.vue_vue_type_script_lang-aebedcb2.js';
53
53
  import '../OrBottomSheetV3/props.js';
54
54
  import '../OrBottomSheetV3/styles.js';
55
+ import '../../hooks/usePopoverState.js';
55
56
  import '../../hooks/useResponsive/useResponsive.js';
56
57
  import '../OrInputBoxV3/OrInputBox.js';
57
58
  import '../../OrInputBox.vue_vue_type_script_lang-ede24b04.js';
@@ -72,9 +73,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
72
73
  const _component_OrInput = resolveComponent("OrInput");
73
74
  const _component_OrButton = resolveComponent("OrButton");
74
75
  const _component_OrOverlay = resolveComponent("OrOverlay");
75
- return _ctx.isActive ? (openBlock(), createBlock(_component_OrOverlay, {
76
+ return _ctx.state === 'open' ? (openBlock(), createBlock(_component_OrOverlay, {
76
77
  key: 0,
77
- fullscreen: ""
78
+ fullscreen: true
78
79
  }, {
79
80
  default: withCtx(() => [createElementVNode("div", mergeProps({
80
81
  ref: "root"
@@ -2,6 +2,10 @@ import { PropType } from 'vue-demi';
2
2
  import { ButtonColor } from '../or-button-v3';
3
3
  import { ConfirmType } from './props';
4
4
  declare const _default: import("vue-demi").DefineComponent<{
5
+ isOpen: {
6
+ type: BooleanConstructor;
7
+ default: boolean;
8
+ };
5
9
  titleText: {
6
10
  type: StringConstructor;
7
11
  required: false;
@@ -9,22 +13,18 @@ declare const _default: import("vue-demi").DefineComponent<{
9
13
  };
10
14
  confirmButtonText: {
11
15
  type: StringConstructor;
12
- required: false;
13
16
  default: string;
14
17
  };
15
18
  cancelButtonText: {
16
19
  type: StringConstructor;
17
- required: false;
18
20
  default: string;
19
21
  };
20
22
  confirmType: {
21
23
  type: PropType<ConfirmType>;
22
- required: false;
23
24
  default: ConfirmType;
24
25
  };
25
26
  loading: {
26
27
  type: BooleanConstructor;
27
- required: false;
28
28
  default: boolean;
29
29
  };
30
30
  disabled: {
@@ -34,27 +34,18 @@ declare const _default: import("vue-demi").DefineComponent<{
34
34
  };
35
35
  confirmationText: {
36
36
  type: StringConstructor;
37
- required: false;
38
- default: null;
37
+ default: undefined;
39
38
  };
40
39
  textConfirmationLabel: {
41
40
  type: StringConstructor;
42
- required: false;
43
- default: null;
41
+ default: undefined;
44
42
  };
45
43
  textConfirmationPlaceholder: {
46
44
  type: StringConstructor;
47
- required: false;
48
- default: null;
45
+ default: undefined;
49
46
  };
50
47
  textConfirmationError: {
51
48
  type: StringConstructor;
52
- required: false;
53
- default: null;
54
- };
55
- isOpen: {
56
- type: BooleanConstructor;
57
- required: false;
58
49
  default: undefined;
59
50
  };
60
51
  }, {
@@ -66,7 +57,7 @@ declare const _default: import("vue-demi").DefineComponent<{
66
57
  isInvalid: import("vue-demi").ComputedRef<boolean>;
67
58
  isConfirmationButtonDisabled: import("vue-demi").ComputedRef<boolean>;
68
59
  touched: import("vue-demi").Ref<boolean>;
69
- isActive: import("vue-demi").Ref<boolean>;
60
+ state: import("vue-demi").Ref<"open" | "closed">;
70
61
  isInputActive: import("vue-demi").Ref<boolean>;
71
62
  escape: import("vue-demi").ComputedRef<boolean>;
72
63
  rootStyles: import("vue-demi").ComputedRef<string[]>;
@@ -79,7 +70,11 @@ declare const _default: import("vue-demi").DefineComponent<{
79
70
  close: () => void;
80
71
  onInputFocus: () => void;
81
72
  onInputBlur: () => void;
82
- }, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, ("open" | "close" | "confirm")[], "open" | "close" | "confirm", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
73
+ }, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, ("update:state" | "open" | "close" | "confirm")[], "update:state" | "open" | "close" | "confirm", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
74
+ isOpen: {
75
+ type: BooleanConstructor;
76
+ default: boolean;
77
+ };
83
78
  titleText: {
84
79
  type: StringConstructor;
85
80
  required: false;
@@ -87,22 +82,18 @@ declare const _default: import("vue-demi").DefineComponent<{
87
82
  };
88
83
  confirmButtonText: {
89
84
  type: StringConstructor;
90
- required: false;
91
85
  default: string;
92
86
  };
93
87
  cancelButtonText: {
94
88
  type: StringConstructor;
95
- required: false;
96
89
  default: string;
97
90
  };
98
91
  confirmType: {
99
92
  type: PropType<ConfirmType>;
100
- required: false;
101
93
  default: ConfirmType;
102
94
  };
103
95
  loading: {
104
96
  type: BooleanConstructor;
105
- required: false;
106
97
  default: boolean;
107
98
  };
108
99
  disabled: {
@@ -112,34 +103,27 @@ declare const _default: import("vue-demi").DefineComponent<{
112
103
  };
113
104
  confirmationText: {
114
105
  type: StringConstructor;
115
- required: false;
116
- default: null;
106
+ default: undefined;
117
107
  };
118
108
  textConfirmationLabel: {
119
109
  type: StringConstructor;
120
- required: false;
121
- default: null;
110
+ default: undefined;
122
111
  };
123
112
  textConfirmationPlaceholder: {
124
113
  type: StringConstructor;
125
- required: false;
126
- default: null;
114
+ default: undefined;
127
115
  };
128
116
  textConfirmationError: {
129
117
  type: StringConstructor;
130
- required: false;
131
- default: null;
132
- };
133
- isOpen: {
134
- type: BooleanConstructor;
135
- required: false;
136
118
  default: undefined;
137
119
  };
138
120
  }>> & {
139
121
  onConfirm?: ((...args: any[]) => any) | undefined;
122
+ "onUpdate:state"?: ((...args: any[]) => any) | undefined;
140
123
  onOpen?: ((...args: any[]) => any) | undefined;
141
124
  onClose?: ((...args: any[]) => any) | undefined;
142
125
  }, {
126
+ isOpen: boolean;
143
127
  titleText: string;
144
128
  confirmButtonText: string;
145
129
  cancelButtonText: string;
@@ -150,6 +134,5 @@ declare const _default: import("vue-demi").DefineComponent<{
150
134
  textConfirmationLabel: string;
151
135
  textConfirmationPlaceholder: string;
152
136
  textConfirmationError: string;
153
- isOpen: boolean;
154
137
  }>;
155
138
  export default _default;
@@ -1,11 +1,11 @@
1
1
  export { ConfirmType } from './props.js';
2
- export { s as OrConfirmV3 } from '../../OrConfirm.vue_vue_type_script_lang-b1b13331.js';
2
+ export { s as OrConfirmV3 } from '../../OrConfirm.vue_vue_type_script_lang-84f80066.js';
3
3
  import '@vueuse/core';
4
4
  import '../../index-968c331a.js';
5
5
  import 'vue-demi';
6
6
  import './styles.js';
7
7
  import '../OrOverlayV3/OrOverlay.js';
8
- import '../../OrOverlay.vue_vue_type_script_lang-86c7b93a.js';
8
+ import '../../OrOverlay.vue_vue_type_script_lang-29ff6fd8.js';
9
9
  import '../OrOverlayV3/styles.js';
10
10
  import '../OrTeleportV3/OrTeleport.js';
11
11
  import '../../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
@@ -21,7 +21,7 @@ import '../../OrLoader.vue_vue_type_script_lang-49907820.js';
21
21
  import '../OrLoaderV3/props.js';
22
22
  import '../OrLoaderV3/styles.js';
23
23
  import '../OrInputV3/OrInput.js';
24
- import '../../OrInput.vue_vue_type_script_lang-d08b3796.js';
24
+ import '../../OrInput.vue_vue_type_script_lang-5f74dd08.js';
25
25
  import '../OrInputV3/props.js';
26
26
  import '../OrInputBoxV3/props.js';
27
27
  import '../OrInputV3/styles.js';
@@ -36,21 +36,22 @@ import '../../OrIcon.vue_vue_type_script_lang-73f9cc63.js';
36
36
  import '../OrIconV3/props.js';
37
37
  import '../OrIconV3/styles.js';
38
38
  import '../OrIconButtonV3/OrIconButton.js';
39
- import '../../OrIconButton.vue_vue_type_script_lang-5bba9f3f.js';
39
+ import '../../OrIconButton.vue_vue_type_script_lang-fe97e57a.js';
40
40
  import '../OrIconButtonV3/props.js';
41
41
  import '../OrIconButtonV3/styles.js';
42
42
  import '../OrTooltipV3/OrTooltip.js';
43
- import '../../OrTooltip.vue_vue_type_script_lang-bb3db5bf.js';
43
+ import '../../OrTooltip.vue_vue_type_script_lang-f3ccffce.js';
44
44
  import '../OrTooltipV3/styles.js';
45
45
  import '../OrPopoverV3/OrPopover.js';
46
- import '../../OrPopover.vue_vue_type_script_lang-7b1b2488.js';
46
+ import '../../OrPopover.vue_vue_type_script_lang-c75dbd63.js';
47
47
  import '../../floating-ui.dom.esm-83eba816.js';
48
48
  import '../OrPopoverV3/props.js';
49
49
  import '../OrPopoverV3/styles.js';
50
50
  import '../OrBottomSheetV3/OrBottomSheet.js';
51
- import '../../OrBottomSheet.vue_vue_type_script_lang-a81b2abb.js';
51
+ import '../../OrBottomSheet.vue_vue_type_script_lang-aebedcb2.js';
52
52
  import '../OrBottomSheetV3/props.js';
53
53
  import '../OrBottomSheetV3/styles.js';
54
+ import '../../hooks/usePopoverState.js';
54
55
  import '../../hooks/useResponsive/useResponsive.js';
55
56
  import '../OrInputBoxV3/OrInputBox.js';
56
57
  import '../../OrInputBox.vue_vue_type_script_lang-ede24b04.js';
@@ -1,9 +1,9 @@
1
- import { s as script } from '../../OrDatePicker.vue_vue_type_script_lang-31f5d798.js';
2
- export { s as default } from '../../OrDatePicker.vue_vue_type_script_lang-31f5d798.js';
1
+ import { s as script } from '../../OrDatePicker.vue_vue_type_script_lang-92222927.js';
2
+ export { s as default } from '../../OrDatePicker.vue_vue_type_script_lang-92222927.js';
3
3
  import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, withModifiers, createVNode, Fragment, createElementVNode } from 'vue';
4
4
  import 'vue-demi';
5
5
  import '../OrDateTimePickerV3/hooks/useCurrentDate.js';
6
- import '../../OrDateTimePickerMonthSelect-98b935cb.js';
6
+ import '../../OrDateTimePickerMonthSelect-354e1af8.js';
7
7
  import '../OrDateTimePickerV3/hooks/useDatePlaceholder.js';
8
8
  import '../OrButtonV3/OrButton.js';
9
9
  import '../../OrButton.vue_vue_type_script_lang-f58fa1b8.js';
@@ -19,31 +19,32 @@ import '../../OrIcon.vue_vue_type_script_lang-73f9cc63.js';
19
19
  import '../OrIconV3/props.js';
20
20
  import '../OrIconV3/styles.js';
21
21
  import '../OrIconButtonV3/OrIconButton.js';
22
- import '../../OrIconButton.vue_vue_type_script_lang-5bba9f3f.js';
22
+ import '../../OrIconButton.vue_vue_type_script_lang-fe97e57a.js';
23
23
  import '../OrIconButtonV3/props.js';
24
24
  import '../OrIconButtonV3/styles.js';
25
25
  import '../OrTooltipV3/OrTooltip.js';
26
- import '../../OrTooltip.vue_vue_type_script_lang-bb3db5bf.js';
26
+ import '../../OrTooltip.vue_vue_type_script_lang-f3ccffce.js';
27
27
  import '../OrTooltipV3/styles.js';
28
28
  import '../OrPopoverV3/OrPopover.js';
29
- import '../../OrPopover.vue_vue_type_script_lang-7b1b2488.js';
29
+ import '../../OrPopover.vue_vue_type_script_lang-c75dbd63.js';
30
30
  import '../../floating-ui.dom.esm-83eba816.js';
31
31
  import '../OrPopoverV3/props.js';
32
32
  import '../OrPopoverV3/styles.js';
33
33
  import '../OrBottomSheetV3/OrBottomSheet.js';
34
- import '../../OrBottomSheet.vue_vue_type_script_lang-a81b2abb.js';
34
+ import '../../OrBottomSheet.vue_vue_type_script_lang-aebedcb2.js';
35
35
  import '../OrBottomSheetV3/props.js';
36
36
  import '../OrBottomSheetV3/styles.js';
37
37
  import '../OrOverlayV3/OrOverlay.js';
38
- import '../../OrOverlay.vue_vue_type_script_lang-86c7b93a.js';
38
+ import '../../OrOverlay.vue_vue_type_script_lang-29ff6fd8.js';
39
39
  import '../OrOverlayV3/styles.js';
40
40
  import '../OrTeleportV3/OrTeleport.js';
41
41
  import '../../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
42
42
  import '../../hooks/useElevation.js';
43
43
  import '../../utils/isVisible.js';
44
+ import '../../hooks/usePopoverState.js';
44
45
  import '../../hooks/useResponsive/useResponsive.js';
45
46
  import '../OrMenuV3/OrMenu.js';
46
- import '../../OrMenu.vue_vue_type_script_lang-115f2c60.js';
47
+ import '../../OrMenu.vue_vue_type_script_lang-1f45bf44.js';
47
48
  import '../OrMenuV3/styles.js';
48
49
  import '../OrMenuItemV3/OrMenuItem.js';
49
50
  import '../../OrMenuItem.vue_vue_type_script_lang-b338d68a.js';
@@ -134,7 +135,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
134
135
  },
135
136
  trigger: _ctx.inputBoxRoot,
136
137
  placement: 'bottom-start',
137
- "onUpdate:state:closedAutomatically": _cache[5] || (_cache[5] = $event => _ctx.reset())
138
+ onClose: _cache[5] || (_cache[5] = $event => _ctx.reset())
138
139
  }, {
139
140
  default: withCtx(() => [createVNode(_component_OrDateTimePickerPopoverHeader, null, {
140
141
  default: withCtx(() => [createVNode(_component_OrDateTimePickerMobileControl, {
@@ -1,8 +1,8 @@
1
- export { s as OrDatePickerV3 } from '../../OrDatePicker.vue_vue_type_script_lang-31f5d798.js';
1
+ export { s as OrDatePickerV3 } from '../../OrDatePicker.vue_vue_type_script_lang-92222927.js';
2
2
  export { InputBoxSize as DatePickerSize } from '../OrInputBoxV3/props.js';
3
3
  import 'vue-demi';
4
4
  import '../OrDateTimePickerV3/hooks/useCurrentDate.js';
5
- import '../../OrDateTimePickerMonthSelect-98b935cb.js';
5
+ import '../../OrDateTimePickerMonthSelect-354e1af8.js';
6
6
  import '../OrDateTimePickerV3/hooks/useDatePlaceholder.js';
7
7
  import 'vue';
8
8
  import '../OrButtonV3/OrButton.js';
@@ -19,31 +19,32 @@ import '../../OrIcon.vue_vue_type_script_lang-73f9cc63.js';
19
19
  import '../OrIconV3/props.js';
20
20
  import '../OrIconV3/styles.js';
21
21
  import '../OrIconButtonV3/OrIconButton.js';
22
- import '../../OrIconButton.vue_vue_type_script_lang-5bba9f3f.js';
22
+ import '../../OrIconButton.vue_vue_type_script_lang-fe97e57a.js';
23
23
  import '../OrIconButtonV3/props.js';
24
24
  import '../OrIconButtonV3/styles.js';
25
25
  import '../OrTooltipV3/OrTooltip.js';
26
- import '../../OrTooltip.vue_vue_type_script_lang-bb3db5bf.js';
26
+ import '../../OrTooltip.vue_vue_type_script_lang-f3ccffce.js';
27
27
  import '../OrTooltipV3/styles.js';
28
28
  import '../OrPopoverV3/OrPopover.js';
29
- import '../../OrPopover.vue_vue_type_script_lang-7b1b2488.js';
29
+ import '../../OrPopover.vue_vue_type_script_lang-c75dbd63.js';
30
30
  import '../../floating-ui.dom.esm-83eba816.js';
31
31
  import '../OrPopoverV3/props.js';
32
32
  import '../OrPopoverV3/styles.js';
33
33
  import '../OrBottomSheetV3/OrBottomSheet.js';
34
- import '../../OrBottomSheet.vue_vue_type_script_lang-a81b2abb.js';
34
+ import '../../OrBottomSheet.vue_vue_type_script_lang-aebedcb2.js';
35
35
  import '../OrBottomSheetV3/props.js';
36
36
  import '../OrBottomSheetV3/styles.js';
37
37
  import '../OrOverlayV3/OrOverlay.js';
38
- import '../../OrOverlay.vue_vue_type_script_lang-86c7b93a.js';
38
+ import '../../OrOverlay.vue_vue_type_script_lang-29ff6fd8.js';
39
39
  import '../OrOverlayV3/styles.js';
40
40
  import '../OrTeleportV3/OrTeleport.js';
41
41
  import '../../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
42
42
  import '../../hooks/useElevation.js';
43
43
  import '../../utils/isVisible.js';
44
+ import '../../hooks/usePopoverState.js';
44
45
  import '../../hooks/useResponsive/useResponsive.js';
45
46
  import '../OrMenuV3/OrMenu.js';
46
- import '../../OrMenu.vue_vue_type_script_lang-115f2c60.js';
47
+ import '../../OrMenu.vue_vue_type_script_lang-1f45bf44.js';
47
48
  import '../OrMenuV3/styles.js';
48
49
  import '../OrMenuItemV3/OrMenuItem.js';
49
50
  import '../../OrMenuItem.vue_vue_type_script_lang-b338d68a.js';
@@ -1,9 +1,9 @@
1
- import { s as script } from '../../OrDateTimePicker.vue_vue_type_script_lang-a0354296.js';
2
- export { s as default } from '../../OrDateTimePicker.vue_vue_type_script_lang-a0354296.js';
1
+ import { s as script } from '../../OrDateTimePicker.vue_vue_type_script_lang-81f3cb69.js';
2
+ export { s as default } from '../../OrDateTimePicker.vue_vue_type_script_lang-81f3cb69.js';
3
3
  import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, withModifiers, createVNode, Fragment, createElementVNode } from 'vue';
4
4
  import 'vue-demi';
5
5
  import './hooks/useCurrentDate.js';
6
- import '../../OrDateTimePickerMonthSelect-98b935cb.js';
6
+ import '../../OrDateTimePickerMonthSelect-354e1af8.js';
7
7
  import './hooks/useDatePlaceholder.js';
8
8
  import '../OrButtonV3/OrButton.js';
9
9
  import '../../OrButton.vue_vue_type_script_lang-f58fa1b8.js';
@@ -19,31 +19,32 @@ import '../../OrIcon.vue_vue_type_script_lang-73f9cc63.js';
19
19
  import '../OrIconV3/props.js';
20
20
  import '../OrIconV3/styles.js';
21
21
  import '../OrIconButtonV3/OrIconButton.js';
22
- import '../../OrIconButton.vue_vue_type_script_lang-5bba9f3f.js';
22
+ import '../../OrIconButton.vue_vue_type_script_lang-fe97e57a.js';
23
23
  import '../OrIconButtonV3/props.js';
24
24
  import '../OrIconButtonV3/styles.js';
25
25
  import '../OrTooltipV3/OrTooltip.js';
26
- import '../../OrTooltip.vue_vue_type_script_lang-bb3db5bf.js';
26
+ import '../../OrTooltip.vue_vue_type_script_lang-f3ccffce.js';
27
27
  import '../OrTooltipV3/styles.js';
28
28
  import '../OrPopoverV3/OrPopover.js';
29
- import '../../OrPopover.vue_vue_type_script_lang-7b1b2488.js';
29
+ import '../../OrPopover.vue_vue_type_script_lang-c75dbd63.js';
30
30
  import '../../floating-ui.dom.esm-83eba816.js';
31
31
  import '../OrPopoverV3/props.js';
32
32
  import '../OrPopoverV3/styles.js';
33
33
  import '../OrBottomSheetV3/OrBottomSheet.js';
34
- import '../../OrBottomSheet.vue_vue_type_script_lang-a81b2abb.js';
34
+ import '../../OrBottomSheet.vue_vue_type_script_lang-aebedcb2.js';
35
35
  import '../OrBottomSheetV3/props.js';
36
36
  import '../OrBottomSheetV3/styles.js';
37
37
  import '../OrOverlayV3/OrOverlay.js';
38
- import '../../OrOverlay.vue_vue_type_script_lang-86c7b93a.js';
38
+ import '../../OrOverlay.vue_vue_type_script_lang-29ff6fd8.js';
39
39
  import '../OrOverlayV3/styles.js';
40
40
  import '../OrTeleportV3/OrTeleport.js';
41
41
  import '../../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
42
42
  import '../../hooks/useElevation.js';
43
43
  import '../../utils/isVisible.js';
44
+ import '../../hooks/usePopoverState.js';
44
45
  import '../../hooks/useResponsive/useResponsive.js';
45
46
  import '../OrMenuV3/OrMenu.js';
46
- import '../../OrMenu.vue_vue_type_script_lang-115f2c60.js';
47
+ import '../../OrMenu.vue_vue_type_script_lang-1f45bf44.js';
47
48
  import '../OrMenuV3/styles.js';
48
49
  import '../OrMenuItemV3/OrMenuItem.js';
49
50
  import '../../OrMenuItem.vue_vue_type_script_lang-b338d68a.js';
@@ -144,7 +145,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
144
145
  },
145
146
  trigger: _ctx.inputBoxRoot,
146
147
  placement: 'bottom-start',
147
- "onUpdate:state:closedAutomatically": _cache[6] || (_cache[6] = $event => _ctx.reset())
148
+ onClose: _cache[6] || (_cache[6] = $event => _ctx.reset())
148
149
  }, {
149
150
  default: withCtx(() => [createVNode(_component_OrDateTimePickerPopoverHeader, null, {
150
151
  default: withCtx(() => [createVNode(_component_OrDateTimePickerMobileControl, {
@@ -193,7 +194,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
193
194
  },
194
195
  trigger: _ctx.inputBoxRoot,
195
196
  placement: 'bottom-start',
196
- "onUpdate:state:closedAutomatically": _cache[10] || (_cache[10] = $event => _ctx.reset())
197
+ onClose: _cache[10] || (_cache[10] = $event => _ctx.reset())
197
198
  }, {
198
199
  default: withCtx(() => [createVNode(_component_OrDateTimePickerPopoverHeader, null, {
199
200
  default: withCtx(() => [createVNode(_component_OrDateTimePickerMobileControl, {
@@ -1,8 +1,8 @@
1
- export { s as OrDateTimePickerV3 } from '../../OrDateTimePicker.vue_vue_type_script_lang-a0354296.js';
1
+ export { s as OrDateTimePickerV3 } from '../../OrDateTimePicker.vue_vue_type_script_lang-81f3cb69.js';
2
2
  export { InputBoxSize as DateTimePickerSize } from '../OrInputBoxV3/props.js';
3
3
  import 'vue-demi';
4
4
  import './hooks/useCurrentDate.js';
5
- import '../../OrDateTimePickerMonthSelect-98b935cb.js';
5
+ import '../../OrDateTimePickerMonthSelect-354e1af8.js';
6
6
  import './hooks/useDatePlaceholder.js';
7
7
  import 'vue';
8
8
  import '../OrButtonV3/OrButton.js';
@@ -19,31 +19,32 @@ import '../../OrIcon.vue_vue_type_script_lang-73f9cc63.js';
19
19
  import '../OrIconV3/props.js';
20
20
  import '../OrIconV3/styles.js';
21
21
  import '../OrIconButtonV3/OrIconButton.js';
22
- import '../../OrIconButton.vue_vue_type_script_lang-5bba9f3f.js';
22
+ import '../../OrIconButton.vue_vue_type_script_lang-fe97e57a.js';
23
23
  import '../OrIconButtonV3/props.js';
24
24
  import '../OrIconButtonV3/styles.js';
25
25
  import '../OrTooltipV3/OrTooltip.js';
26
- import '../../OrTooltip.vue_vue_type_script_lang-bb3db5bf.js';
26
+ import '../../OrTooltip.vue_vue_type_script_lang-f3ccffce.js';
27
27
  import '../OrTooltipV3/styles.js';
28
28
  import '../OrPopoverV3/OrPopover.js';
29
- import '../../OrPopover.vue_vue_type_script_lang-7b1b2488.js';
29
+ import '../../OrPopover.vue_vue_type_script_lang-c75dbd63.js';
30
30
  import '../../floating-ui.dom.esm-83eba816.js';
31
31
  import '../OrPopoverV3/props.js';
32
32
  import '../OrPopoverV3/styles.js';
33
33
  import '../OrBottomSheetV3/OrBottomSheet.js';
34
- import '../../OrBottomSheet.vue_vue_type_script_lang-a81b2abb.js';
34
+ import '../../OrBottomSheet.vue_vue_type_script_lang-aebedcb2.js';
35
35
  import '../OrBottomSheetV3/props.js';
36
36
  import '../OrBottomSheetV3/styles.js';
37
37
  import '../OrOverlayV3/OrOverlay.js';
38
- import '../../OrOverlay.vue_vue_type_script_lang-86c7b93a.js';
38
+ import '../../OrOverlay.vue_vue_type_script_lang-29ff6fd8.js';
39
39
  import '../OrOverlayV3/styles.js';
40
40
  import '../OrTeleportV3/OrTeleport.js';
41
41
  import '../../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
42
42
  import '../../hooks/useElevation.js';
43
43
  import '../../utils/isVisible.js';
44
+ import '../../hooks/usePopoverState.js';
44
45
  import '../../hooks/useResponsive/useResponsive.js';
45
46
  import '../OrMenuV3/OrMenu.js';
46
- import '../../OrMenu.vue_vue_type_script_lang-115f2c60.js';
47
+ import '../../OrMenu.vue_vue_type_script_lang-1f45bf44.js';
47
48
  import '../OrMenuV3/styles.js';
48
49
  import '../OrMenuItemV3/OrMenuItem.js';
49
50
  import '../../OrMenuItem.vue_vue_type_script_lang-b338d68a.js';
@@ -1,5 +1,5 @@
1
- import { s as script } from '../../OrIconButton.vue_vue_type_script_lang-5bba9f3f.js';
2
- export { s as default } from '../../OrIconButton.vue_vue_type_script_lang-5bba9f3f.js';
1
+ import { s as script } from '../../OrIconButton.vue_vue_type_script_lang-fe97e57a.js';
2
+ export { s as default } from '../../OrIconButton.vue_vue_type_script_lang-fe97e57a.js';
3
3
  import { resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode, mergeProps, toHandlers, createVNode } from 'vue';
4
4
  import 'vue-demi';
5
5
  import './props.js';
@@ -9,25 +9,26 @@ import '../OrIconV3/OrIcon.js';
9
9
  import '../../OrIcon.vue_vue_type_script_lang-73f9cc63.js';
10
10
  import '../OrIconV3/styles.js';
11
11
  import '../OrTooltipV3/OrTooltip.js';
12
- import '../../OrTooltip.vue_vue_type_script_lang-bb3db5bf.js';
13
- import '@vueuse/core';
12
+ import '../../OrTooltip.vue_vue_type_script_lang-f3ccffce.js';
14
13
  import '../OrTooltipV3/styles.js';
15
14
  import '../OrPopoverV3/OrPopover.js';
16
- import '../../OrPopover.vue_vue_type_script_lang-7b1b2488.js';
15
+ import '../../OrPopover.vue_vue_type_script_lang-c75dbd63.js';
17
16
  import '../../floating-ui.dom.esm-83eba816.js';
17
+ import '@vueuse/core';
18
18
  import '../OrPopoverV3/props.js';
19
19
  import '../OrPopoverV3/styles.js';
20
20
  import '../OrBottomSheetV3/OrBottomSheet.js';
21
- import '../../OrBottomSheet.vue_vue_type_script_lang-a81b2abb.js';
21
+ import '../../OrBottomSheet.vue_vue_type_script_lang-aebedcb2.js';
22
22
  import '../OrBottomSheetV3/props.js';
23
23
  import '../OrBottomSheetV3/styles.js';
24
24
  import '../OrOverlayV3/OrOverlay.js';
25
- import '../../OrOverlay.vue_vue_type_script_lang-86c7b93a.js';
25
+ import '../../OrOverlay.vue_vue_type_script_lang-29ff6fd8.js';
26
26
  import '../OrOverlayV3/styles.js';
27
27
  import '../OrTeleportV3/OrTeleport.js';
28
28
  import '../../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
29
29
  import '../../hooks/useElevation.js';
30
30
  import '../../utils/isVisible.js';
31
+ import '../../hooks/usePopoverState.js';
31
32
  import '../../hooks/useResponsive/useResponsive.js';
32
33
 
33
34
  const _hoisted_1 = ["selected", "disabled"];
@@ -1,5 +1,5 @@
1
1
  export { IconButtonColor } from './props.js';
2
- export { s as OrIconButtonV3 } from '../../OrIconButton.vue_vue_type_script_lang-5bba9f3f.js';
2
+ export { s as OrIconButtonV3 } from '../../OrIconButton.vue_vue_type_script_lang-fe97e57a.js';
3
3
  export { IconSize as IconButtonSize } from '../OrIconV3/props.js';
4
4
  import 'vue-demi';
5
5
  import './styles.js';
@@ -8,23 +8,24 @@ import '../../OrIcon.vue_vue_type_script_lang-73f9cc63.js';
8
8
  import '../OrIconV3/styles.js';
9
9
  import 'vue';
10
10
  import '../OrTooltipV3/OrTooltip.js';
11
- import '../../OrTooltip.vue_vue_type_script_lang-bb3db5bf.js';
12
- import '@vueuse/core';
11
+ import '../../OrTooltip.vue_vue_type_script_lang-f3ccffce.js';
13
12
  import '../OrTooltipV3/styles.js';
14
13
  import '../OrPopoverV3/OrPopover.js';
15
- import '../../OrPopover.vue_vue_type_script_lang-7b1b2488.js';
14
+ import '../../OrPopover.vue_vue_type_script_lang-c75dbd63.js';
16
15
  import '../../floating-ui.dom.esm-83eba816.js';
16
+ import '@vueuse/core';
17
17
  import '../OrPopoverV3/props.js';
18
18
  import '../OrPopoverV3/styles.js';
19
19
  import '../OrBottomSheetV3/OrBottomSheet.js';
20
- import '../../OrBottomSheet.vue_vue_type_script_lang-a81b2abb.js';
20
+ import '../../OrBottomSheet.vue_vue_type_script_lang-aebedcb2.js';
21
21
  import '../OrBottomSheetV3/props.js';
22
22
  import '../OrBottomSheetV3/styles.js';
23
23
  import '../OrOverlayV3/OrOverlay.js';
24
- import '../../OrOverlay.vue_vue_type_script_lang-86c7b93a.js';
24
+ import '../../OrOverlay.vue_vue_type_script_lang-29ff6fd8.js';
25
25
  import '../OrOverlayV3/styles.js';
26
26
  import '../OrTeleportV3/OrTeleport.js';
27
27
  import '../../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
28
28
  import '../../hooks/useElevation.js';
29
29
  import '../../utils/isVisible.js';
30
+ import '../../hooks/usePopoverState.js';
30
31
  import '../../hooks/useResponsive/useResponsive.js';
@@ -1,5 +1,5 @@
1
- import { s as script } from '../../OrInlineInput.vue_vue_type_script_lang-3c6b0958.js';
2
- export { s as default } from '../../OrInlineInput.vue_vue_type_script_lang-3c6b0958.js';
1
+ import { s as script } from '../../OrInlineInput.vue_vue_type_script_lang-3131ae11.js';
2
+ export { s as default } from '../../OrInlineInput.vue_vue_type_script_lang-3131ae11.js';
3
3
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withCtx, withDirectives, mergeProps, vModelDynamic, withModifiers, createCommentVNode, createBlock, createSlots, createTextVNode, toDisplayString, vShow } from 'vue';
4
4
  import { s as styleInject } from '../../style-inject.es-4c6f2515.js';
5
5
  import 'vue-demi';
@@ -13,7 +13,7 @@ import '../OrHintV3/OrHint.js';
13
13
  import '../../OrHint.vue_vue_type_script_lang-0f5e8377.js';
14
14
  import '../OrHintV3/styles.js';
15
15
  import '../OrIconButtonV3/OrIconButton.js';
16
- import '../../OrIconButton.vue_vue_type_script_lang-5bba9f3f.js';
16
+ import '../../OrIconButton.vue_vue_type_script_lang-fe97e57a.js';
17
17
  import '../OrIconButtonV3/props.js';
18
18
  import '../OrIconV3/props.js';
19
19
  import '../OrIconButtonV3/styles.js';
@@ -21,25 +21,26 @@ import '../OrIconV3/OrIcon.js';
21
21
  import '../../OrIcon.vue_vue_type_script_lang-73f9cc63.js';
22
22
  import '../OrIconV3/styles.js';
23
23
  import '../OrTooltipV3/OrTooltip.js';
24
- import '../../OrTooltip.vue_vue_type_script_lang-bb3db5bf.js';
25
- import '@vueuse/core';
24
+ import '../../OrTooltip.vue_vue_type_script_lang-f3ccffce.js';
26
25
  import '../OrTooltipV3/styles.js';
27
26
  import '../OrPopoverV3/OrPopover.js';
28
- import '../../OrPopover.vue_vue_type_script_lang-7b1b2488.js';
27
+ import '../../OrPopover.vue_vue_type_script_lang-c75dbd63.js';
29
28
  import '../../floating-ui.dom.esm-83eba816.js';
29
+ import '@vueuse/core';
30
30
  import '../OrPopoverV3/props.js';
31
31
  import '../OrPopoverV3/styles.js';
32
32
  import '../OrBottomSheetV3/OrBottomSheet.js';
33
- import '../../OrBottomSheet.vue_vue_type_script_lang-a81b2abb.js';
33
+ import '../../OrBottomSheet.vue_vue_type_script_lang-aebedcb2.js';
34
34
  import '../OrBottomSheetV3/props.js';
35
35
  import '../OrBottomSheetV3/styles.js';
36
36
  import '../OrOverlayV3/OrOverlay.js';
37
- import '../../OrOverlay.vue_vue_type_script_lang-86c7b93a.js';
37
+ import '../../OrOverlay.vue_vue_type_script_lang-29ff6fd8.js';
38
38
  import '../OrOverlayV3/styles.js';
39
39
  import '../OrTeleportV3/OrTeleport.js';
40
40
  import '../../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
41
41
  import '../../hooks/useElevation.js';
42
42
  import '../../utils/isVisible.js';
43
+ import '../../hooks/usePopoverState.js';
43
44
  import '../../hooks/useResponsive/useResponsive.js';
44
45
  import '../OrInlineInputBoxV3/OrInlineInputBox.js';
45
46
  import '../../OrInlineInputBox.vue_vue_type_script_lang-fe99c485.js';