@onereach/ui-components 6.0.1-beta.3241.0 → 6.1.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 (243) hide show
  1. package/dist/bundled/v2/components/OrContextMenuV3/OrContextMenu.js +108 -0
  2. package/dist/bundled/v2/components/OrContextMenuV3/OrContextMenu.vue.d.ts +59 -0
  3. package/dist/bundled/v2/components/OrContextMenuV3/index.d.ts +2 -0
  4. package/dist/bundled/v2/components/OrContextMenuV3/index.js +2 -0
  5. package/dist/bundled/v2/components/OrContextMenuV3/props.d.ts +1 -0
  6. package/dist/bundled/v2/components/OrContextMenuV3/props.js +1 -0
  7. package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +1 -1
  8. package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +1 -1
  9. package/dist/bundled/v2/components/OrMenuV3/OrMenu.js +1 -1
  10. package/dist/bundled/v2/components/OrMenuV3/OrMenu.vue.d.ts +6 -11
  11. package/dist/bundled/v2/components/OrPopoverV3/OrPopover.js +9 -11
  12. package/dist/bundled/v2/components/OrPopoverV3/OrPopover.vue.d.ts +6 -11
  13. package/dist/bundled/v2/components/index.d.ts +1 -0
  14. package/dist/bundled/v2/components/index.js +2 -1
  15. package/dist/bundled/v2/index.js +2 -1
  16. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-7a33065d.js → OrCardCollection.vue_vue_type_script_lang-1299429f.js} +3 -3
  17. package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-0b7160f8.js → OrCode.vue_vue_type_script_lang-50f29ea8.js} +2 -2
  18. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-b1a14a8b.js → OrConfirm.vue_vue_type_script_lang-fee3e384.js} +1 -1
  19. package/dist/bundled/v3/OrContextMenu.vue_vue_type_script_lang-ba0f859b.js +65 -0
  20. package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-4dac83a8.js → OrDatePicker.vue_vue_type_script_lang-cb63c748.js} +3 -3
  21. package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-d200e4c8.js → OrDateTimePicker.vue_vue_type_script_lang-8f9cbd4e.js} +3 -3
  22. package/dist/bundled/v3/{OrDateTimePickerMonthSelect-3ccb3f0f.js → OrDateTimePickerMonthSelect-f3aca053.js} +2 -2
  23. package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-a571e18e.js → OrIconButton.vue_vue_type_script_lang-8437b79a.js} +1 -1
  24. package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-cae6bf3e.js → OrInlineInput.vue_vue_type_script_lang-9a1463f7.js} +1 -1
  25. package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-c7c8b49c.js → OrInlineTextarea.vue_vue_type_script_lang-2b535504.js} +1 -1
  26. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-6cedee66.js → OrInput.vue_vue_type_script_lang-41cf79f5.js} +1 -1
  27. package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-d0992eaf.js → OrMenu.vue_vue_type_script_lang-3f5f2cab.js} +2 -2
  28. package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-8a179b99.js → OrModal.vue_vue_type_script_lang-6a07cbd1.js} +1 -1
  29. package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-9f6b7bfc.js → OrNotification.vue_vue_type_script_lang-331d93a9.js} +1 -1
  30. package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-15e6e3dd.js → OrPagination.vue_vue_type_script_lang-d6ec5bcb.js} +1 -1
  31. package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-36e2aaae.js → OrPopover.vue_vue_type_script_lang-e407e1bf.js} +9 -11
  32. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-274069f8.js → OrSearch.vue_vue_type_script_lang-2809603c.js} +1 -1
  33. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-dd367998.js → OrSelect.vue_vue_type_script_lang-66e0ffcb.js} +4 -4
  34. package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-98d78e71.js → OrSidebar.vue_vue_type_script_lang-6493b5cc.js} +1 -1
  35. package/dist/bundled/v3/{OrSorting.vue_vue_type_script_lang-920ed061.js → OrSorting.vue_vue_type_script_lang-8735cdbf.js} +1 -1
  36. package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-249c3497.js → OrTabs.vue_vue_type_script_lang-8d0a826c.js} +1 -1
  37. package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-c56d8ca6.js → OrTag.vue_vue_type_script_lang-6e08fd1b.js} +1 -1
  38. package/dist/bundled/v3/{OrTagInput.vue_vue_type_script_lang-e6114f11.js → OrTagInput.vue_vue_type_script_lang-9b9ced3c.js} +2 -2
  39. package/dist/bundled/v3/{OrTags.vue_vue_type_script_lang-8ee46332.js → OrTags.vue_vue_type_script_lang-4dafd947.js} +2 -2
  40. package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-77ac7712.js → OrTimePicker.vue_vue_type_script_lang-3e3d6a1d.js} +2 -2
  41. package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-1eac3236.js → OrTooltip.vue_vue_type_script_lang-53dea1be.js} +1 -1
  42. package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +2 -2
  43. package/dist/bundled/v3/components/OrCardCollectionV3/index.js +1 -1
  44. package/dist/bundled/v3/components/OrCodeV3/OrCode.js +2 -2
  45. package/dist/bundled/v3/components/OrCodeV3/index.js +1 -1
  46. package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +2 -2
  47. package/dist/bundled/v3/components/OrConfirmV3/index.js +1 -1
  48. package/dist/bundled/v3/components/OrContextMenuV3/OrContextMenu.js +20 -0
  49. package/dist/bundled/v3/components/OrContextMenuV3/OrContextMenu.vue.d.ts +45 -0
  50. package/dist/bundled/v3/components/OrContextMenuV3/index.d.ts +2 -0
  51. package/dist/bundled/v3/components/OrContextMenuV3/index.js +2 -0
  52. package/dist/bundled/v3/components/OrContextMenuV3/props.d.ts +1 -0
  53. package/dist/bundled/v3/components/OrContextMenuV3/props.js +1 -0
  54. package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +2 -2
  55. package/dist/bundled/v3/components/OrDatePickerV3/index.js +1 -1
  56. package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +2 -2
  57. package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +1 -1
  58. package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +2 -2
  59. package/dist/bundled/v3/components/OrIconButtonV3/index.js +1 -1
  60. package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +2 -2
  61. package/dist/bundled/v3/components/OrInlineInputV3/index.js +1 -1
  62. package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +2 -2
  63. package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +1 -1
  64. package/dist/bundled/v3/components/OrInputV3/OrInput.js +2 -2
  65. package/dist/bundled/v3/components/OrInputV3/index.js +1 -1
  66. package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +2 -2
  67. package/dist/bundled/v3/components/OrMenuV3/OrMenu.vue.d.ts +4 -9
  68. package/dist/bundled/v3/components/OrMenuV3/index.js +1 -1
  69. package/dist/bundled/v3/components/OrModalV3/OrModal.js +2 -2
  70. package/dist/bundled/v3/components/OrModalV3/index.js +1 -1
  71. package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +2 -2
  72. package/dist/bundled/v3/components/OrNotificationV3/index.js +1 -1
  73. package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +2 -2
  74. package/dist/bundled/v3/components/OrPaginationV3/index.js +1 -1
  75. package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +2 -2
  76. package/dist/bundled/v3/components/OrPopoverV3/OrPopover.vue.d.ts +4 -9
  77. package/dist/bundled/v3/components/OrPopoverV3/index.js +1 -1
  78. package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +2 -2
  79. package/dist/bundled/v3/components/OrSearchV3/index.js +1 -1
  80. package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +2 -2
  81. package/dist/bundled/v3/components/OrSelectV3/index.js +1 -1
  82. package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +2 -2
  83. package/dist/bundled/v3/components/OrSidebarV3/index.js +1 -1
  84. package/dist/bundled/v3/components/OrSortingV3/OrSorting.js +2 -2
  85. package/dist/bundled/v3/components/OrSortingV3/index.js +1 -1
  86. package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +2 -2
  87. package/dist/bundled/v3/components/OrTabsV3/index.js +1 -1
  88. package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.js +2 -2
  89. package/dist/bundled/v3/components/OrTagInputV3/index.js +1 -1
  90. package/dist/bundled/v3/components/OrTagV3/OrTag.js +2 -2
  91. package/dist/bundled/v3/components/OrTagV3/index.js +1 -1
  92. package/dist/bundled/v3/components/OrTagsV3/OrTags.js +2 -2
  93. package/dist/bundled/v3/components/OrTagsV3/index.js +1 -1
  94. package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +2 -2
  95. package/dist/bundled/v3/components/OrTimePickerV3/index.js +1 -1
  96. package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +2 -2
  97. package/dist/bundled/v3/components/OrToastContainerV3/index.js +1 -1
  98. package/dist/bundled/v3/components/OrToastV3/OrToast.js +1 -1
  99. package/dist/bundled/v3/components/OrToastV3/index.js +1 -1
  100. package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +2 -2
  101. package/dist/bundled/v3/components/OrTooltipV3/index.js +1 -1
  102. package/dist/bundled/v3/components/index.d.ts +1 -0
  103. package/dist/bundled/v3/components/index.js +27 -26
  104. package/dist/bundled/v3/index.js +28 -26
  105. package/dist/esm/v2/{OrCardCollection-3357f321.js → OrCardCollection-9edbab3d.js} +3 -3
  106. package/dist/esm/v2/{OrCode-5b1db95b.js → OrCode-7ad36fc3.js} +2 -2
  107. package/dist/esm/v2/{OrConfirm-0904f260.js → OrConfirm-23baf84b.js} +1 -1
  108. package/dist/esm/v2/OrContextMenu-6c874915.js +111 -0
  109. package/dist/esm/v2/{OrDatePicker-5cf5d270.js → OrDatePicker-5a488f44.js} +3 -3
  110. package/dist/esm/v2/{OrDateTimePicker-3307399c.js → OrDateTimePicker-c5a8a69a.js} +1 -1
  111. package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-52a1ebd5.js → OrDateTimePicker.vue_rollup-plugin-vue_script-f3249e40.js} +3 -3
  112. package/dist/esm/v2/{OrDateTimePickerPopoverHeader-f4cb5f5b.js → OrDateTimePickerPopoverHeader-babab5b3.js} +3 -3
  113. package/dist/esm/v2/{OrIconButton-fd378e3c.js → OrIconButton-40a39ff6.js} +2 -2
  114. package/dist/esm/v2/{OrInlineInput-8f065093.js → OrInlineInput-b8052125.js} +1 -1
  115. package/dist/esm/v2/{OrInlineTextarea-8ed0352e.js → OrInlineTextarea-8201caae.js} +1 -1
  116. package/dist/esm/v2/{OrInput-da41df81.js → OrInput-9dcfa8f1.js} +1 -1
  117. package/dist/esm/v2/{OrMenu-d9c7f99a.js → OrMenu-742d6a1f.js} +2 -2
  118. package/dist/esm/v2/{OrModal-0efe1618.js → OrModal-a5e809ca.js} +1 -1
  119. package/dist/esm/v2/{OrNotification-d8372fb1.js → OrNotification-b95a6cbf.js} +1 -1
  120. package/dist/esm/v2/{OrPagination-30562c4e.js → OrPagination-f510fe0b.js} +2 -2
  121. package/dist/esm/v2/{OrPopover-e76c4b0b.js → OrPopover-e6c05dc2.js} +9 -11
  122. package/dist/esm/v2/{OrSearch-69223891.js → OrSearch-c3a4e41c.js} +1 -1
  123. package/dist/esm/v2/{OrSelect-7b2ca06a.js → OrSelect-aa1abc27.js} +4 -4
  124. package/dist/esm/v2/{OrSidebar-0fff5389.js → OrSidebar-3ac9ea41.js} +1 -1
  125. package/dist/esm/v2/{OrSidebarCollapseButton-9afa8908.js → OrSidebarCollapseButton-d3e6569e.js} +1 -1
  126. package/dist/esm/v2/{OrSorting-b398d632.js → OrSorting-fd389525.js} +2 -2
  127. package/dist/esm/v2/{OrTabs-4fff7328.js → OrTabs-98c98459.js} +2 -2
  128. package/dist/esm/v2/{OrTag-c0212b66.js → OrTag-556ca150.js} +1 -1
  129. package/dist/esm/v2/{OrTagInput-1df6a4bd.js → OrTagInput-48636abc.js} +2 -2
  130. package/dist/esm/v2/{OrTags-8e012526.js → OrTags-8a6a5e99.js} +2 -2
  131. package/dist/esm/v2/{OrTimePicker-be9b71a6.js → OrTimePicker-f629e115.js} +4 -4
  132. package/dist/esm/v2/{OrTooltip-97e1b8da.js → OrTooltip-c6e13981.js} +1 -1
  133. package/dist/esm/v2/components/index.d.ts +1 -0
  134. package/dist/esm/v2/components/index.js +32 -31
  135. package/dist/esm/v2/components/or-card-collection-v3/index.js +8 -11
  136. package/dist/esm/v2/components/or-code-v3/index.js +5 -8
  137. package/dist/esm/v2/components/or-confirm-v3/index.js +5 -8
  138. package/dist/esm/v2/components/or-context-menu-v3/OrContextMenu.vue.d.ts +59 -0
  139. package/dist/esm/v2/components/or-context-menu-v3/index.d.ts +2 -0
  140. package/dist/esm/v2/components/or-context-menu-v3/index.js +17 -0
  141. package/dist/esm/v2/components/or-context-menu-v3/props.d.ts +1 -0
  142. package/dist/esm/v2/components/or-date-picker-v3/index.js +6 -9
  143. package/dist/esm/v2/components/or-date-time-picker-v3/index.js +7 -10
  144. package/dist/esm/v2/components/or-icon-button-v3/index.js +3 -6
  145. package/dist/esm/v2/components/or-inline-input-v3/index.js +4 -7
  146. package/dist/esm/v2/components/or-inline-textarea-v3/index.js +4 -7
  147. package/dist/esm/v2/components/or-input-v3/index.js +4 -7
  148. package/dist/esm/v2/components/or-menu-v3/OrMenu.vue.d.ts +6 -11
  149. package/dist/esm/v2/components/or-menu-v3/index.js +2 -5
  150. package/dist/esm/v2/components/or-modal-v3/index.js +4 -7
  151. package/dist/esm/v2/components/or-notification-v3/index.js +4 -7
  152. package/dist/esm/v2/components/or-pagination-v3/index.js +3 -6
  153. package/dist/esm/v2/components/or-popover-v3/OrPopover.vue.d.ts +6 -11
  154. package/dist/esm/v2/components/or-popover-v3/index.js +1 -4
  155. package/dist/esm/v2/components/or-search-v3/index.js +5 -8
  156. package/dist/esm/v2/components/or-select-v3/index.js +6 -9
  157. package/dist/esm/v2/components/or-sidebar-v3/index.js +5 -8
  158. package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +4 -7
  159. package/dist/esm/v2/components/or-sorting-v3/index.js +3 -6
  160. package/dist/esm/v2/components/or-tabs-v3/index.js +3 -6
  161. package/dist/esm/v2/components/or-tag-input-v3/index.js +6 -9
  162. package/dist/esm/v2/components/or-tag-v3/index.js +4 -7
  163. package/dist/esm/v2/components/or-tags-v3/index.js +5 -8
  164. package/dist/esm/v2/components/or-time-picker-v3/index.js +7 -10
  165. package/dist/esm/v2/components/or-toast-v3/index.js +4 -7
  166. package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +4 -7
  167. package/dist/esm/v2/components/or-tooltip-v3/index.js +2 -5
  168. package/dist/esm/v2/index.js +30 -29
  169. package/dist/esm/v2/{types-e9427346.js → types-3bda3024.js} +1 -1
  170. package/dist/esm/v3/{OrCardCollection-99b6dd4b.js → OrCardCollection-c77d0e28.js} +3 -3
  171. package/dist/esm/v3/{OrCode-16cb936e.js → OrCode-d28d19f1.js} +2 -2
  172. package/dist/esm/v3/{OrConfirm-89cf17c5.js → OrConfirm-51660217.js} +1 -1
  173. package/dist/esm/v3/OrContextMenu-ffa30d4a.js +85 -0
  174. package/dist/esm/v3/{OrDatePicker-89da8c78.js → OrDatePicker-762dd4ba.js} +3 -3
  175. package/dist/esm/v3/{OrDateTimePicker-8e218967.js → OrDateTimePicker-65c6c0fb.js} +3 -3
  176. package/dist/esm/v3/{OrDateTimePickerPopoverHeader-58b254fb.js → OrDateTimePickerPopoverHeader-4230a2d0.js} +3 -3
  177. package/dist/esm/v3/{OrIconButton-006b4fdc.js → OrIconButton-af9882b6.js} +2 -2
  178. package/dist/esm/v3/{OrInlineInput-247059ac.js → OrInlineInput-71f80491.js} +1 -1
  179. package/dist/esm/v3/{OrInlineTextarea-dd05ead1.js → OrInlineTextarea-ed065c6e.js} +1 -1
  180. package/dist/esm/v3/{OrInput-40f32ece.js → OrInput-f935e5c8.js} +1 -1
  181. package/dist/esm/v3/{OrMenu-49713f62.js → OrMenu-9fd9390a.js} +2 -2
  182. package/dist/esm/v3/{OrModal-49ee753f.js → OrModal-43c37875.js} +1 -1
  183. package/dist/esm/v3/{OrNotification-ef3c591e.js → OrNotification-583c5ad2.js} +1 -1
  184. package/dist/esm/v3/{OrPagination-805d8d06.js → OrPagination-463c78e0.js} +2 -2
  185. package/dist/esm/v3/{OrPopover-10375e07.js → OrPopover-4f76fe98.js} +9 -11
  186. package/dist/esm/v3/{OrSearch-262744ee.js → OrSearch-784ffc2b.js} +1 -1
  187. package/dist/esm/v3/{OrSelect-b54f0191.js → OrSelect-cf260ae7.js} +4 -4
  188. package/dist/esm/v3/{OrSidebar-073206a8.js → OrSidebar-f290991b.js} +1 -1
  189. package/dist/esm/v3/{OrSidebarCollapseButton-c1390e42.js → OrSidebarCollapseButton-970c010b.js} +1 -1
  190. package/dist/esm/v3/{OrSorting-cecb6fd0.js → OrSorting-b08cdab8.js} +2 -2
  191. package/dist/esm/v3/{OrTabs-96bfb1e9.js → OrTabs-18140805.js} +2 -2
  192. package/dist/esm/v3/{OrTag-c6385318.js → OrTag-4be2d425.js} +1 -1
  193. package/dist/esm/v3/{OrTagInput-741bdb14.js → OrTagInput-2e8a387f.js} +2 -2
  194. package/dist/esm/v3/{OrTags-deab7169.js → OrTags-3554781d.js} +2 -2
  195. package/dist/esm/v3/{OrTimePicker-b57c7d10.js → OrTimePicker-f70443f6.js} +4 -4
  196. package/dist/esm/v3/{OrTooltip-0d282087.js → OrTooltip-19840dec.js} +1 -1
  197. package/dist/esm/v3/components/index.d.ts +1 -0
  198. package/dist/esm/v3/components/index.js +31 -30
  199. package/dist/esm/v3/components/or-card-collection-v3/index.js +8 -11
  200. package/dist/esm/v3/components/or-code-v3/index.js +5 -8
  201. package/dist/esm/v3/components/or-confirm-v3/index.js +5 -8
  202. package/dist/esm/v3/components/or-context-menu-v3/OrContextMenu.vue.d.ts +45 -0
  203. package/dist/esm/v3/components/or-context-menu-v3/index.d.ts +2 -0
  204. package/dist/esm/v3/components/or-context-menu-v3/index.js +16 -0
  205. package/dist/esm/v3/components/or-context-menu-v3/props.d.ts +1 -0
  206. package/dist/esm/v3/components/or-date-picker-v3/index.js +6 -9
  207. package/dist/esm/v3/components/or-date-time-picker-v3/index.js +6 -9
  208. package/dist/esm/v3/components/or-icon-button-v3/index.js +3 -6
  209. package/dist/esm/v3/components/or-inline-input-v3/index.js +4 -7
  210. package/dist/esm/v3/components/or-inline-textarea-v3/index.js +4 -7
  211. package/dist/esm/v3/components/or-input-v3/index.js +4 -7
  212. package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +4 -9
  213. package/dist/esm/v3/components/or-menu-v3/index.js +2 -5
  214. package/dist/esm/v3/components/or-modal-v3/index.js +4 -7
  215. package/dist/esm/v3/components/or-notification-v3/index.js +4 -7
  216. package/dist/esm/v3/components/or-pagination-v3/index.js +3 -6
  217. package/dist/esm/v3/components/or-popover-v3/OrPopover.vue.d.ts +4 -9
  218. package/dist/esm/v3/components/or-popover-v3/index.js +1 -4
  219. package/dist/esm/v3/components/or-search-v3/index.js +5 -8
  220. package/dist/esm/v3/components/or-select-v3/index.js +6 -9
  221. package/dist/esm/v3/components/or-sidebar-v3/index.js +5 -8
  222. package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +4 -7
  223. package/dist/esm/v3/components/or-sorting-v3/index.js +3 -6
  224. package/dist/esm/v3/components/or-tabs-v3/index.js +3 -6
  225. package/dist/esm/v3/components/or-tag-input-v3/index.js +6 -9
  226. package/dist/esm/v3/components/or-tag-v3/index.js +4 -7
  227. package/dist/esm/v3/components/or-tags-v3/index.js +5 -8
  228. package/dist/esm/v3/components/or-time-picker-v3/index.js +7 -10
  229. package/dist/esm/v3/components/or-toast-v3/index.js +4 -7
  230. package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.js +4 -7
  231. package/dist/esm/v3/components/or-tooltip-v3/index.js +2 -5
  232. package/dist/esm/v3/index.js +29 -28
  233. package/dist/esm/v3/{types-cb9fa14c.js → types-d7ad2753.js} +1 -1
  234. package/package.json +3 -2
  235. package/src/components/index.ts +1 -0
  236. package/src/components/or-code-v3/OrCode.vue +1 -3
  237. package/src/components/or-context-menu-v3/OrContextMenu.vue +95 -0
  238. package/src/components/or-context-menu-v3/index.ts +2 -0
  239. package/src/components/or-context-menu-v3/props.ts +1 -0
  240. package/src/components/or-menu-v3/OrMenu.vue +2 -1
  241. package/src/components/or-popover-v3/OrPopover.vue +11 -14
  242. /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-ab8120ea.js → OrDateTimePickerMonthSelect-47a6a91f.js} +0 -0
  243. /package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-72633190.js → OrToastContainer.vue_vue_type_script_lang-a932ae21.js} +0 -0
@@ -1,4 +1,4 @@
1
- export { _ as OrSelectV3 } from '../../OrSelect-7b2ca06a.js';
1
+ export { _ as OrSelectV3 } from '../../OrSelect-aa1abc27.js';
2
2
  export { I as SelectSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-4fde9829.js';
3
3
  import 'vue-demi';
4
4
  import '../../dropdown-open-06d651cf.js';
@@ -19,22 +19,19 @@ import '../../OrExpansionPanel-024a0fe1.js';
19
19
  import '../../usePopoverState-b92c698b.js';
20
20
  import '../../OrIcon-d35a84d8.js';
21
21
  import '../../OrHint-aa221198.js';
22
- import '../../OrIconButton-fd378e3c.js';
23
- import '../../OrTooltip-97e1b8da.js';
24
- import '../../OrPopover-e76c4b0b.js';
22
+ import '../../OrIconButton-40a39ff6.js';
23
+ import '../../OrTooltip-c6e13981.js';
24
+ import '../../OrPopover-e6c05dc2.js';
25
25
  import '@floating-ui/dom';
26
26
  import '../../useElevation-a50ec347.js';
27
- import '../../dom-aecadd9a.js';
28
- import 'lodash/isElement';
29
- import 'lodash/get';
30
27
  import '../../OrBottomSheet-d5b47a84.js';
31
28
  import '../../OrOverlay-968a197c.js';
32
29
  import '../../OrTeleport.vue2-424c7f33.js';
33
30
  import 'portal-vue';
34
31
  import '../../useTheme-0ef25778.js';
35
32
  import '../../OrInputBox-7dc5b9e9.js';
36
- import '../../OrInput-da41df81.js';
33
+ import '../../OrInput-9dcfa8f1.js';
37
34
  import '../../useValidationAttributes-d1abbe34.js';
38
35
  import '../../OrLoader-b0c381f9.js';
39
36
  import '../../OrMenuItem-c1c97ebe.js';
40
- import '../../OrTag-c0212b66.js';
37
+ import '../../OrTag-556ca150.js';
@@ -1,21 +1,18 @@
1
- export { _ as OrSidebarV3 } from '../../OrSidebar-0fff5389.js';
2
- export { O as OrSidebarPlacement } from '../../OrSidebarCollapseButton-9afa8908.js';
1
+ export { _ as OrSidebarV3 } from '../../OrSidebar-3ac9ea41.js';
2
+ export { O as OrSidebarPlacement } from '../../OrSidebarCollapseButton-d3e6569e.js';
3
3
  import '@vueuse/core';
4
4
  import 'vue-demi';
5
5
  import '../../normalize-component-6e8e3d80.js';
6
- import '../../OrIconButton-fd378e3c.js';
6
+ import '../../OrIconButton-40a39ff6.js';
7
7
  import '../../OrIcon-d35a84d8.js';
8
- import '../../OrTooltip-97e1b8da.js';
8
+ import '../../OrTooltip-c6e13981.js';
9
9
  import '../../usePopoverState-b92c698b.js';
10
10
  import '@onereach/styles/tailwind/plugins/core';
11
11
  import '@onereach/styles/tailwind.config.json';
12
- import '../../OrPopover-e76c4b0b.js';
12
+ import '../../OrPopover-e6c05dc2.js';
13
13
  import '@floating-ui/dom';
14
14
  import '../../useElevation-a50ec347.js';
15
15
  import '../../useResponsive-5c8291da.js';
16
- import '../../dom-aecadd9a.js';
17
- import 'lodash/isElement';
18
- import 'lodash/get';
19
16
  import '../../OrBottomSheet-d5b47a84.js';
20
17
  import '../../OrOverlay-968a197c.js';
21
18
  import '../../OrTeleport.vue2-424c7f33.js';
@@ -1,20 +1,17 @@
1
- export { _ as OrSidebarCollapseButton } from '../../../OrSidebarCollapseButton-9afa8908.js';
1
+ export { _ as OrSidebarCollapseButton } from '../../../OrSidebarCollapseButton-d3e6569e.js';
2
2
  import 'vue-demi';
3
- import '../../../OrIconButton-fd378e3c.js';
3
+ import '../../../OrIconButton-40a39ff6.js';
4
4
  import '../../../OrIcon-d35a84d8.js';
5
5
  import '../../../normalize-component-6e8e3d80.js';
6
- import '../../../OrTooltip-97e1b8da.js';
6
+ import '../../../OrTooltip-c6e13981.js';
7
7
  import '@vueuse/core';
8
8
  import '../../../usePopoverState-b92c698b.js';
9
9
  import '@onereach/styles/tailwind/plugins/core';
10
10
  import '@onereach/styles/tailwind.config.json';
11
- import '../../../OrPopover-e76c4b0b.js';
11
+ import '../../../OrPopover-e6c05dc2.js';
12
12
  import '@floating-ui/dom';
13
13
  import '../../../useElevation-a50ec347.js';
14
14
  import '../../../useResponsive-5c8291da.js';
15
- import '../../../dom-aecadd9a.js';
16
- import 'lodash/isElement';
17
- import 'lodash/get';
18
15
  import '../../../OrBottomSheet-d5b47a84.js';
19
16
  import '../../../OrOverlay-968a197c.js';
20
17
  import '../../../OrTeleport.vue2-424c7f33.js';
@@ -1,17 +1,14 @@
1
- export { _ as OrSortingV3 } from '../../OrSorting-b398d632.js';
1
+ export { _ as OrSortingV3 } from '../../OrSorting-fd389525.js';
2
2
  import 'vue-demi';
3
- import '../../OrMenu-d9c7f99a.js';
3
+ import '../../OrMenu-742d6a1f.js';
4
4
  import '@vueuse/core';
5
5
  import '../../usePopoverState-b92c698b.js';
6
6
  import '@onereach/styles/tailwind/plugins/core';
7
7
  import '@onereach/styles/tailwind.config.json';
8
- import '../../OrPopover-e76c4b0b.js';
8
+ import '../../OrPopover-e6c05dc2.js';
9
9
  import '@floating-ui/dom';
10
10
  import '../../useElevation-a50ec347.js';
11
11
  import '../../useResponsive-5c8291da.js';
12
- import '../../dom-aecadd9a.js';
13
- import 'lodash/isElement';
14
- import 'lodash/get';
15
12
  import '../../OrBottomSheet-d5b47a84.js';
16
13
  import '../../OrOverlay-968a197c.js';
17
14
  import '../../OrTeleport.vue2-424c7f33.js';
@@ -1,4 +1,4 @@
1
- export { _ as OrTabsV3, T as TabsVariant } from '../../OrTabs-4fff7328.js';
1
+ export { _ as OrTabsV3, T as TabsVariant } from '../../OrTabs-98c98459.js';
2
2
  import '@vueuse/core';
3
3
  import 'vue-demi';
4
4
  import '../../useProxyModelValue-940010d2.js';
@@ -7,15 +7,12 @@ import '@onereach/styles/tailwind.config.json';
7
7
  import '../../OrIcon-d35a84d8.js';
8
8
  import '../../normalize-component-6e8e3d80.js';
9
9
  import '../../OrMenuItem-c1c97ebe.js';
10
- import '../../OrMenu-d9c7f99a.js';
10
+ import '../../OrMenu-742d6a1f.js';
11
11
  import '../../usePopoverState-b92c698b.js';
12
- import '../../OrPopover-e76c4b0b.js';
12
+ import '../../OrPopover-e6c05dc2.js';
13
13
  import '@floating-ui/dom';
14
14
  import '../../useElevation-a50ec347.js';
15
15
  import '../../useResponsive-5c8291da.js';
16
- import '../../dom-aecadd9a.js';
17
- import 'lodash/isElement';
18
- import 'lodash/get';
19
16
  import '../../OrBottomSheet-d5b47a84.js';
20
17
  import '../../OrOverlay-968a197c.js';
21
18
  import '../../OrTeleport.vue2-424c7f33.js';
@@ -1,4 +1,4 @@
1
- export { _ as OrTagInputV3 } from '../../OrTagInput-1df6a4bd.js';
1
+ export { _ as OrTagInputV3 } from '../../OrTagInput-48636abc.js';
2
2
  export { I as TagInputSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-4fde9829.js';
3
3
  import 'vue-demi';
4
4
  import '../../useIdAttribute-859439f0.js';
@@ -10,17 +10,14 @@ import '../../useValidationAttributes-d1abbe34.js';
10
10
  import '../../OrError-4ffc1c39.js';
11
11
  import '../../normalize-component-6e8e3d80.js';
12
12
  import '../../OrHint-aa221198.js';
13
- import '../../OrIconButton-fd378e3c.js';
13
+ import '../../OrIconButton-40a39ff6.js';
14
14
  import '../../OrIcon-d35a84d8.js';
15
- import '../../OrTooltip-97e1b8da.js';
15
+ import '../../OrTooltip-c6e13981.js';
16
16
  import '../../usePopoverState-b92c698b.js';
17
- import '../../OrPopover-e76c4b0b.js';
17
+ import '../../OrPopover-e6c05dc2.js';
18
18
  import '@floating-ui/dom';
19
19
  import '../../useElevation-a50ec347.js';
20
20
  import '../../useResponsive-5c8291da.js';
21
- import '../../dom-aecadd9a.js';
22
- import 'lodash/isElement';
23
- import 'lodash/get';
24
21
  import '../../OrBottomSheet-d5b47a84.js';
25
22
  import '../../OrOverlay-968a197c.js';
26
23
  import '../../OrTeleport.vue2-424c7f33.js';
@@ -28,9 +25,9 @@ import 'portal-vue';
28
25
  import '../../useTheme-0ef25778.js';
29
26
  import '../../OrInputBox-7dc5b9e9.js';
30
27
  import '../../OrLabel-4a3d8904.js';
31
- import '../../OrTags-8e012526.js';
28
+ import '../../OrTags-8a6a5e99.js';
32
29
  import '../../useOverflow-c856b7b7.js';
33
30
  import '../../OrButton-a23ee9f0.js';
34
31
  import '../../OrLoader-b0c381f9.js';
35
- import '../../OrTag-c0212b66.js';
32
+ import '../../OrTag-556ca150.js';
36
33
  import '../../style-inject.es-4c6f2515.js';
@@ -1,20 +1,17 @@
1
- export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-c0212b66.js';
1
+ export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-556ca150.js';
2
2
  import 'vue-demi';
3
- import '../../OrIconButton-fd378e3c.js';
3
+ import '../../OrIconButton-40a39ff6.js';
4
4
  import '../../OrIcon-d35a84d8.js';
5
5
  import '../../normalize-component-6e8e3d80.js';
6
- import '../../OrTooltip-97e1b8da.js';
6
+ import '../../OrTooltip-c6e13981.js';
7
7
  import '@vueuse/core';
8
8
  import '../../usePopoverState-b92c698b.js';
9
9
  import '@onereach/styles/tailwind/plugins/core';
10
10
  import '@onereach/styles/tailwind.config.json';
11
- import '../../OrPopover-e76c4b0b.js';
11
+ import '../../OrPopover-e6c05dc2.js';
12
12
  import '@floating-ui/dom';
13
13
  import '../../useElevation-a50ec347.js';
14
14
  import '../../useResponsive-5c8291da.js';
15
- import '../../dom-aecadd9a.js';
16
- import 'lodash/isElement';
17
- import 'lodash/get';
18
15
  import '../../OrBottomSheet-d5b47a84.js';
19
16
  import '../../OrOverlay-968a197c.js';
20
17
  import '../../OrTeleport.vue2-424c7f33.js';
@@ -1,4 +1,4 @@
1
- export { _ as OrTagsV3, T as TagsOverflow } from '../../OrTags-8e012526.js';
1
+ export { _ as OrTagsV3, T as TagsOverflow } from '../../OrTags-8a6a5e99.js';
2
2
  import 'vue-demi';
3
3
  import '../../useOverflow-c856b7b7.js';
4
4
  import '@vueuse/core';
@@ -7,20 +7,17 @@ import '@onereach/styles/tailwind.config.json';
7
7
  import '../../OrButton-a23ee9f0.js';
8
8
  import '../../OrLoader-b0c381f9.js';
9
9
  import '../../normalize-component-6e8e3d80.js';
10
- import '../../OrPopover-e76c4b0b.js';
10
+ import '../../OrPopover-e6c05dc2.js';
11
11
  import '@floating-ui/dom';
12
12
  import '../../useElevation-a50ec347.js';
13
13
  import '../../usePopoverState-b92c698b.js';
14
14
  import '../../useResponsive-5c8291da.js';
15
- import '../../dom-aecadd9a.js';
16
- import 'lodash/isElement';
17
- import 'lodash/get';
18
15
  import '../../OrBottomSheet-d5b47a84.js';
19
16
  import '../../OrOverlay-968a197c.js';
20
17
  import '../../OrTeleport.vue2-424c7f33.js';
21
18
  import 'portal-vue';
22
19
  import '../../useTheme-0ef25778.js';
23
- import '../../OrTag-c0212b66.js';
24
- import '../../OrIconButton-fd378e3c.js';
20
+ import '../../OrTag-556ca150.js';
21
+ import '../../OrIconButton-40a39ff6.js';
25
22
  import '../../OrIcon-d35a84d8.js';
26
- import '../../OrTooltip-97e1b8da.js';
23
+ import '../../OrTooltip-c6e13981.js';
@@ -1,5 +1,5 @@
1
- export { _ as OrTimePickerV3 } from '../../OrTimePicker-be9b71a6.js';
2
- export { D as TimePickerFormat } from '../../OrDateTimePicker.vue_rollup-plugin-vue_script-52a1ebd5.js';
1
+ export { _ as OrTimePickerV3 } from '../../OrTimePicker-f629e115.js';
2
+ export { D as TimePickerFormat } from '../../OrDateTimePicker.vue_rollup-plugin-vue_script-f3249e40.js';
3
3
  export { I as TimePickerSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-4fde9829.js';
4
4
  import 'vue-demi';
5
5
  import '../../dropdown-open-06d651cf.js';
@@ -7,29 +7,26 @@ import '@vueuse/core';
7
7
  import '../../useProxyModelValue-940010d2.js';
8
8
  import '@onereach/styles/tailwind/plugins/core';
9
9
  import '@onereach/styles/tailwind.config.json';
10
- import '../../OrDateTimePickerPopoverHeader-f4cb5f5b.js';
10
+ import '../../OrDateTimePickerPopoverHeader-babab5b3.js';
11
11
  import '../../normalize-component-6e8e3d80.js';
12
12
  import '../../OrButton-a23ee9f0.js';
13
13
  import '../../OrLoader-b0c381f9.js';
14
14
  import '../../OrLabel-4a3d8904.js';
15
- import '../../OrIconButton-fd378e3c.js';
15
+ import '../../OrIconButton-40a39ff6.js';
16
16
  import '../../OrIcon-d35a84d8.js';
17
- import '../../OrTooltip-97e1b8da.js';
17
+ import '../../OrTooltip-c6e13981.js';
18
18
  import '../../usePopoverState-b92c698b.js';
19
- import '../../OrPopover-e76c4b0b.js';
19
+ import '../../OrPopover-e6c05dc2.js';
20
20
  import '@floating-ui/dom';
21
21
  import '../../useElevation-a50ec347.js';
22
22
  import '../../useResponsive-5c8291da.js';
23
- import '../../dom-aecadd9a.js';
24
- import 'lodash/isElement';
25
- import 'lodash/get';
26
23
  import '../../OrBottomSheet-d5b47a84.js';
27
24
  import '../../OrOverlay-968a197c.js';
28
25
  import '../../OrTeleport.vue2-424c7f33.js';
29
26
  import 'portal-vue';
30
27
  import '../../useTheme-0ef25778.js';
31
28
  import '../../OrMenuItem-c1c97ebe.js';
32
- import '../../OrMenu-d9c7f99a.js';
29
+ import '../../OrMenu-742d6a1f.js';
33
30
  import '../../OrError-4ffc1c39.js';
34
31
  import '../../OrHint-aa221198.js';
35
32
  import '../../OrInputBox-7dc5b9e9.js';
@@ -1,4 +1,4 @@
1
- export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../../types-e9427346.js';
1
+ export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../../types-3bda3024.js';
2
2
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../useToast-5aa9dc05.js';
3
3
  import '@vueuse/core';
4
4
  import 'vue-demi';
@@ -8,16 +8,13 @@ import '@onereach/styles/tailwind.config.json';
8
8
  import '../../OrTeleport.vue2-424c7f33.js';
9
9
  import 'portal-vue';
10
10
  import '../../normalize-component-6e8e3d80.js';
11
- import '../../OrIconButton-fd378e3c.js';
11
+ import '../../OrIconButton-40a39ff6.js';
12
12
  import '../../OrIcon-d35a84d8.js';
13
- import '../../OrTooltip-97e1b8da.js';
13
+ import '../../OrTooltip-c6e13981.js';
14
14
  import '../../usePopoverState-b92c698b.js';
15
- import '../../OrPopover-e76c4b0b.js';
15
+ import '../../OrPopover-e6c05dc2.js';
16
16
  import '@floating-ui/dom';
17
17
  import '../../useResponsive-5c8291da.js';
18
- import '../../dom-aecadd9a.js';
19
- import 'lodash/isElement';
20
- import 'lodash/get';
21
18
  import '../../OrBottomSheet-d5b47a84.js';
22
19
  import '../../OrOverlay-968a197c.js';
23
20
  import '../../useTheme-0ef25778.js';
@@ -1,4 +1,4 @@
1
- export { a as OrToastContainerV3, t as TypesV3 } from '../../../types-e9427346.js';
1
+ export { a as OrToastContainerV3, t as TypesV3 } from '../../../types-3bda3024.js';
2
2
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../../useToast-5aa9dc05.js';
3
3
  import '@vueuse/core';
4
4
  import 'vue-demi';
@@ -8,16 +8,13 @@ import '@onereach/styles/tailwind.config.json';
8
8
  import '../../../OrTeleport.vue2-424c7f33.js';
9
9
  import 'portal-vue';
10
10
  import '../../../normalize-component-6e8e3d80.js';
11
- import '../../../OrIconButton-fd378e3c.js';
11
+ import '../../../OrIconButton-40a39ff6.js';
12
12
  import '../../../OrIcon-d35a84d8.js';
13
- import '../../../OrTooltip-97e1b8da.js';
13
+ import '../../../OrTooltip-c6e13981.js';
14
14
  import '../../../usePopoverState-b92c698b.js';
15
- import '../../../OrPopover-e76c4b0b.js';
15
+ import '../../../OrPopover-e6c05dc2.js';
16
16
  import '@floating-ui/dom';
17
17
  import '../../../useResponsive-5c8291da.js';
18
- import '../../../dom-aecadd9a.js';
19
- import 'lodash/isElement';
20
- import 'lodash/get';
21
18
  import '../../../OrBottomSheet-d5b47a84.js';
22
19
  import '../../../OrOverlay-968a197c.js';
23
20
  import '../../../useTheme-0ef25778.js';
@@ -1,5 +1,5 @@
1
- export { _ as OrTooltipV3 } from '../../OrTooltip-97e1b8da.js';
2
- export { P as TooltipPlacement } from '../../OrPopover-e76c4b0b.js';
1
+ export { _ as OrTooltipV3 } from '../../OrTooltip-c6e13981.js';
2
+ export { P as TooltipPlacement } from '../../OrPopover-e6c05dc2.js';
3
3
  import 'vue-demi';
4
4
  import '@vueuse/core';
5
5
  import '../../usePopoverState-b92c698b.js';
@@ -9,9 +9,6 @@ import '../../normalize-component-6e8e3d80.js';
9
9
  import '@floating-ui/dom';
10
10
  import '../../useElevation-a50ec347.js';
11
11
  import '../../useResponsive-5c8291da.js';
12
- import '../../dom-aecadd9a.js';
13
- import 'lodash/isElement';
14
- import 'lodash/get';
15
12
  import '../../OrBottomSheet-d5b47a84.js';
16
13
  import '../../OrOverlay-968a197c.js';
17
14
  import '../../OrTeleport.vue2-424c7f33.js';
@@ -8,7 +8,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
8
8
  export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from './OrButton-a23ee9f0.js';
9
9
  export { _ as OrCard } from './OrCard-c44d9783.js';
10
10
  export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from './OrCardCollection-bea023f8.js';
11
- export { C as CardCollectionView, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-3357f321.js';
11
+ export { C as CardCollectionView, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-9edbab3d.js';
12
12
  export { _ as OrCardV3 } from './OrCard-0da13cbe.js';
13
13
  export { _ as OrCheckbox } from './OrCheckbox-fcd6b64c.js';
14
14
  export { _ as OrCheckboxGroupV3 } from './OrCheckboxGroup-9c4ff9fd.js';
@@ -22,18 +22,21 @@ export { lintGutter, linter } from '@codemirror/lint';
22
22
  export { javascript } from '@codemirror/lang-javascript';
23
23
  export { json, jsonParseLinter } from '@codemirror/lang-json';
24
24
  export { html } from '@codemirror/lang-html';
25
- export { C as CodeLanguage, _ as OrCodeV3 } from './OrCode-5b1db95b.js';
25
+ export { C as CodeLanguage, _ as OrCodeV3 } from './OrCode-7ad36fc3.js';
26
26
  export { _ as OrCollapse } from './OrCollapse-9d22b072.js';
27
27
  export { _ as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './OrColorPicker-7a4f2fcb.js';
28
28
  export { _ as OrCombinedInputV3 } from './OrCombinedInput-08f20c4c.js';
29
29
  export { _ as OrInputBoxV3 } from './OrInputBox-7dc5b9e9.js';
30
30
  export { I as CombinedInputSize, I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, I as SearchSize, I as SelectSize, I as TagInputSize, I as TextareaSize, I as TimePickerSize } from './OrInputBox.vue_rollup-plugin-vue_script-4fde9829.js';
31
31
  export { _ as OrConfirm } from './OrConfirm-807585ea.js';
32
- export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-0904f260.js';
33
- export { _ as OrDatePickerV3 } from './OrDatePicker-5cf5d270.js';
32
+ export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-23baf84b.js';
33
+ export { _ as OrContextMenuV3 } from './OrContextMenu-6c874915.js';
34
+ export { _ as OrMenuV3 } from './OrMenu-742d6a1f.js';
35
+ export { P as ContextMenuPlacement, P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-e6c05dc2.js';
36
+ export { _ as OrDatePickerV3 } from './OrDatePicker-5a488f44.js';
34
37
  export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-7f4ecc89.js';
35
- export { _ as OrDateTimePickerV3 } from './OrDateTimePicker-3307399c.js';
36
- export { D as DateTimePickerTimeFormat, D as TimePickerFormat } from './OrDateTimePicker.vue_rollup-plugin-vue_script-52a1ebd5.js';
38
+ export { _ as OrDateTimePickerV3 } from './OrDateTimePicker-c5a8a69a.js';
39
+ export { D as DateTimePickerTimeFormat, D as TimePickerFormat } from './OrDateTimePicker.vue_rollup-plugin-vue_script-f3249e40.js';
37
40
  export { E as EmptyStateSize, _ as OrEmptyStateV3 } from './OrEmptyState-2d3fd68d.js';
38
41
  export { _ as OrError } from './OrError-efc74907.js';
39
42
  export { _ as OrErrorTagV3 } from './OrErrorTag-a55ae01a.js';
@@ -45,14 +48,14 @@ export { F as FormGroupDirection, _ as OrFormGroupV3 } from './OrFormGroup-bed59
45
48
  export { _ as OrHint } from './OrHint-7eadc91e.js';
46
49
  export { _ as OrHintV3 } from './OrHint-aa221198.js';
47
50
  export { _ as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-d26e8a1e.js';
48
- export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-fd378e3c.js';
51
+ export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-40a39ff6.js';
49
52
  export { I as IconButtonSize, I as IconSize, a as IconVariant, _ as OrIconV3 } from './OrIcon-d35a84d8.js';
50
53
  export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from './OrInlineInputBox-19b49ee6.js';
51
- export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-8f065093.js';
54
+ export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-b8052125.js';
52
55
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-2ec8a8b4.js';
53
- export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-8ed0352e.js';
56
+ export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-8201caae.js';
54
57
  export { _ as OrInput } from './OrInput-7a12709e.js';
55
- export { I as InputType, _ as OrInputV3 } from './OrInput-da41df81.js';
58
+ export { I as InputType, _ as OrInputV3 } from './OrInput-9dcfa8f1.js';
56
59
  export { _ as OrLabel } from './OrLabel-fcceec1b.js';
57
60
  export { L as LabelVariant, _ as OrLabelV3 } from './OrLabel-4a3d8904.js';
58
61
  export { L as LinkColor, _ as OrLinkV3 } from './OrLink-cf3a0091.js';
@@ -61,17 +64,15 @@ export { _ as OrListOfInputs } from './OrListOfInputs-1eaeb7e9.js';
61
64
  export { L as LoaderViews, _ as OrLoader } from './OrLoader-90406201.js';
62
65
  export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from './OrLoader-b0c381f9.js';
63
66
  export { _ as OrMenuItemV3 } from './OrMenuItem-c1c97ebe.js';
64
- export { _ as OrMenuV3 } from './OrMenu-d9c7f99a.js';
65
- export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-e76c4b0b.js';
66
67
  export { _ as OrModal, O as OrModalSizes } from './OrModal-d300f52f.js';
67
- export { M as ModalSize, _ as OrModalV3 } from './OrModal-0efe1618.js';
68
+ export { M as ModalSize, _ as OrModalV3 } from './OrModal-a5e809ca.js';
68
69
  export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from './OrNotification-defc3f87.js';
69
- export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-d8372fb1.js';
70
+ export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-b95a6cbf.js';
70
71
  export { _ as OrNumberInput } from './OrNumberInput-7f0d6f74.js';
71
72
  export { _ as OrOverflowMenu } from './OrOverflowMenu-6f60e864.js';
72
73
  export { _ as OrOverlay } from './OrOverlay-ccec2218.js';
73
74
  export { _ as OrOverlayV3 } from './OrOverlay-968a197c.js';
74
- export { _ as OrPaginationV3 } from './OrPagination-30562c4e.js';
75
+ export { _ as OrPaginationV3 } from './OrPagination-f510fe0b.js';
75
76
  export { _ as OrPassword } from './OrPassword-cec1e3f4.js';
76
77
  export { _ as OrProgress, O as OrProgressColors, a as OrProgressTypes } from './OrProgress-65968c24.js';
77
78
  export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrProgress-ded162ea.js';
@@ -80,13 +81,13 @@ export { _ as OrRadioGroup } from './OrRadioGroup-11424644.js';
80
81
  export { _ as OrRadioGroupV3 } from './OrRadioGroup-dd15c51d.js';
81
82
  export { _ as OrRadioV3 } from './OrRadio-199a38b5.js';
82
83
  export { _ as OrSearch } from './OrSearch-ac542dd6.js';
83
- export { _ as OrSearchV3 } from './OrSearch-69223891.js';
84
+ export { _ as OrSearchV3 } from './OrSearch-c3a4e41c.js';
84
85
  export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-93ea04ad.js';
85
86
  export { _ as OrSelect } from './OrSelect-c0d04cf6.js';
86
- export { _ as OrSelectV3 } from './OrSelect-7b2ca06a.js';
87
+ export { _ as OrSelectV3 } from './OrSelect-aa1abc27.js';
87
88
  export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-c56a9221.js';
88
- export { _ as OrSidebarV3 } from './OrSidebar-0fff5389.js';
89
- export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-9afa8908.js';
89
+ export { _ as OrSidebarV3 } from './OrSidebar-3ac9ea41.js';
90
+ export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-d3e6569e.js';
90
91
  export { _ as OrSkeletonCircle } from './OrSkeletonCircle-c4bf0e34.js';
91
92
  export { _ as OrSkeletonRect } from './OrSkeletonRect-79162a84.js';
92
93
  export { _ as OrSkeletonText } from './OrSkeletonText-bd5d97bb.js';
@@ -95,7 +96,7 @@ export { _ as OrSkeletonCircleV3 } from './OrSkeletonCircle-3419b04d.js';
95
96
  export { _ as OrSkeletonRectV3 } from './OrSkeletonRect-7057bc1c.js';
96
97
  export { _ as OrSkeletonTextV3 } from './OrSkeletonText-6c00f797.js';
97
98
  export { _ as OrSlider } from './OrSlider-c913a2b6.js';
98
- export { _ as OrSortingV3 } from './OrSorting-b398d632.js';
99
+ export { _ as OrSortingV3 } from './OrSorting-fd389525.js';
99
100
  export { _ as OrStepper } from './OrStepper-8dc4059a.js';
100
101
  export { _ as OrSwitch } from './OrSwitch-322328f7.js';
101
102
  export { _ as OrSwitchV3 } from './OrSwitch-390bff3e.js';
@@ -103,25 +104,25 @@ export { _ as OrTab } from './OrTab-58821c9b.js';
103
104
  export { _ as OrTabHeaderItem } from './OrTabHeaderItem-424f2986.js';
104
105
  export { _ as OrTabV3 } from './OrTab-88036fe9.js';
105
106
  export { _ as OrTabs } from './OrTabs-62e7e478.js';
106
- export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-4fff7328.js';
107
+ export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-98c98459.js';
107
108
  export { _ as OrTag } from './OrTag-b5803a20.js';
108
- export { _ as OrTagInputV3 } from './OrTagInput-1df6a4bd.js';
109
- export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-c0212b66.js';
110
- export { _ as OrTagsV3, T as TagsOverflow } from './OrTags-8e012526.js';
109
+ export { _ as OrTagInputV3 } from './OrTagInput-48636abc.js';
110
+ export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-556ca150.js';
111
+ export { _ as OrTagsV3, T as TagsOverflow } from './OrTags-8a6a5e99.js';
111
112
  export { _ as OrTeleport } from './OrTeleport.vue2-f0c16c71.js';
112
113
  export { _ as OrTeleportV3 } from './OrTeleport.vue2-424c7f33.js';
113
114
  export { _ as OrTextV3 } from './OrText-44449e7b.js';
114
115
  export { _ as OrTextarea } from './OrTextarea-9febab19.js';
115
116
  export { _ as OrTextareaV3 } from './OrTextarea-a20284ef.js';
116
117
  export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-9fd845dc.js';
117
- export { _ as OrTimePickerV3 } from './OrTimePicker-be9b71a6.js';
118
+ export { _ as OrTimePickerV3 } from './OrTimePicker-f629e115.js';
118
119
  export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-ecffc69f.js';
119
120
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-05a9c81b.js';
120
- export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-e9427346.js';
121
+ export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-3bda3024.js';
121
122
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-5aa9dc05.js';
122
123
  export { _ as OrTooltip } from './OrTooltip-2f267924.js';
123
124
  export { _ as OrTooltipContent } from './OrTooltipContent-57a25502.js';
124
- export { _ as OrTooltipV3 } from './OrTooltip-97e1b8da.js';
125
+ export { _ as OrTooltipV3 } from './OrTooltip-c6e13981.js';
125
126
  export { _ as OrTreeV3, T as TreeNodeDropPosition } from './OrTree-dfc8a086.js';
126
127
  export { D as DropdownClose, a as DropdownOpen } from './dropdown-open-06d651cf.js';
127
128
  export { u as useControlAttributes, a as useIdAttribute } from './useIdAttribute-859439f0.js';
@@ -155,9 +156,9 @@ import '@codemirror/lang-markdown';
155
156
  import '@codemirror/language';
156
157
  import '@lezer/highlight';
157
158
  import '@vueuse/math';
158
- import './OrDateTimePickerPopoverHeader-f4cb5f5b.js';
159
- import 'lodash/padStart';
160
159
  import '@floating-ui/dom';
160
+ import './OrDateTimePickerPopoverHeader-babab5b3.js';
161
+ import 'lodash/padStart';
161
162
  import './OrTooltip.vue_rollup-plugin-vue_styles.0-0aca0c11.js';
162
163
  import 'lodash/isNil';
163
164
  import 'lodash/cloneDeep';
@@ -5,7 +5,7 @@ import '@onereach/styles/tailwind/plugins/core';
5
5
  import '@onereach/styles/tailwind.config.json';
6
6
  import { _ as __vue_component__$4 } from './OrTeleport.vue2-424c7f33.js';
7
7
  import { T as ToastType, P as PositionsX, b as PositionsY, c as TransitionType, d as useToastEventBus, a as useQueue } from './useToast-5aa9dc05.js';
8
- import { _ as __vue_component__$2 } from './OrIconButton-fd378e3c.js';
8
+ import { _ as __vue_component__$2 } from './OrIconButton-40a39ff6.js';
9
9
  import { _ as __vue_component__$3 } from './OrLoader-b0c381f9.js';
10
10
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
11
11
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -1,8 +1,8 @@
1
1
  import { defineComponent, computed, ref, watch } from 'vue-demi';
2
- import { s as script$2 } from './OrIconButton-006b4fdc.js';
3
- import { s as script$4 } from './OrSearch-262744ee.js';
2
+ import { s as script$2 } from './OrIconButton-af9882b6.js';
3
+ import { s as script$4 } from './OrSearch-784ffc2b.js';
4
4
  import './OrInputBox-912a6254.js';
5
- import { s as script$3 } from './OrSorting-cecb6fd0.js';
5
+ import { s as script$3 } from './OrSorting-b08cdab8.js';
6
6
  import { openBlock, createElementBlock, normalizeClass, Fragment, renderList, renderSlot, mergeProps, createTextVNode, toDisplayString, resolveComponent, createElementVNode, createBlock, createCommentVNode, createVNode, normalizeProps, guardReactiveProps, withCtx } from 'vue';
7
7
 
8
8
  var CardCollectionView;
@@ -16,10 +16,10 @@ import { u as useTheme } from './useTheme-0ef25778.js';
16
16
  import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
17
17
  import { s as script$1 } from './OrError-c01d0c29.js';
18
18
  import { s as script$2 } from './OrHint-06ab89d7.js';
19
- import { s as script$3 } from './OrIconButton-006b4fdc.js';
19
+ import { s as script$3 } from './OrIconButton-af9882b6.js';
20
20
  import { s as script$4 } from './OrInputBox-912a6254.js';
21
21
  import { s as script$5 } from './OrLabel-d4c46bb6.js';
22
- import { s as script$6 } from './OrModal-49ee753f.js';
22
+ import { s as script$6 } from './OrModal-43c37875.js';
23
23
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, createElementVNode, renderSlot, createVNode, withModifiers, createTextVNode, toDisplayString, createCommentVNode, withDirectives, vShow } from 'vue';
24
24
 
25
25
  var CodeLanguage;
@@ -5,7 +5,7 @@ import { u as usePopoverState } from './usePopoverState-b92c698b.js';
5
5
  import '@onereach/styles/tailwind/plugins/core';
6
6
  import '@onereach/styles/tailwind.config.json';
7
7
  import { s as script$2, a as ButtonColor } from './OrButton-4a3c3e7b.js';
8
- import { s as script$3 } from './OrInput-40f32ece.js';
8
+ import { s as script$3 } from './OrInput-f935e5c8.js';
9
9
  import { s as script$1 } from './OrOverlay-0e68703b.js';
10
10
  import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createTextVNode, toDisplayString, createElementBlock, createVNode, createCommentVNode } from 'vue';
11
11
 
@@ -0,0 +1,85 @@
1
+ import { defineComponent, ref, watch } from 'vue-demi';
2
+ import '@vueuse/core';
3
+ import { u as usePopoverState } from './usePopoverState-b92c698b.js';
4
+ import '@onereach/styles/tailwind/plugins/core';
5
+ import '@onereach/styles/tailwind.config.json';
6
+ import { s as script$1 } from './OrMenu-9fd9390a.js';
7
+ import { P as PopoverPlacement } from './OrPopover-4f76fe98.js';
8
+ import { resolveComponent, openBlock, createBlock, withCtx, renderSlot } from 'vue';
9
+
10
+ var script = defineComponent({
11
+ components: {
12
+ OrMenu: script$1
13
+ },
14
+ props: {
15
+ trigger: {
16
+ type: Object,
17
+ default: undefined
18
+ },
19
+ placement: {
20
+ type: String,
21
+ default: PopoverPlacement.BottomStart
22
+ },
23
+ offset: {
24
+ type: [Number, Object, Function],
25
+ default: undefined
26
+ }
27
+ },
28
+ emits: ['update:state', 'open', 'close'],
29
+ expose: ['state', 'open', 'close', 'toggle'],
30
+ setup(props, context) {
31
+ // State
32
+ const {
33
+ state,
34
+ open,
35
+ close,
36
+ toggle
37
+ } = usePopoverState(ref(false), context.emit);
38
+ // #region Trigger Point
39
+ const triggerPoint = ref();
40
+ function onContextMenu(event) {
41
+ event.preventDefault();
42
+ triggerPoint.value = {
43
+ getBoundingClientRect: () => new DOMRect(event.x, event.y)
44
+ };
45
+ open();
46
+ }
47
+ watch(() => props.trigger, (trigger, prevTrigger) => {
48
+ if (trigger) {
49
+ trigger.addEventListener('contextmenu', onContextMenu);
50
+ }
51
+ if (prevTrigger) {
52
+ prevTrigger.removeEventListener('contextmenu', onContextMenu);
53
+ }
54
+ }, {
55
+ immediate: true
56
+ });
57
+ // #endregion
58
+ return {
59
+ state,
60
+ open,
61
+ close,
62
+ toggle,
63
+ triggerPoint
64
+ };
65
+ }
66
+ });
67
+
68
+ function render(_ctx, _cache, $props, $setup, $data, $options) {
69
+ const _component_OrMenu = resolveComponent("OrMenu");
70
+ return openBlock(), createBlock(_component_OrMenu, {
71
+ "is-open": _ctx.state === 'open',
72
+ trigger: _ctx.triggerPoint,
73
+ placement: _ctx.placement,
74
+ offset: _ctx.offset,
75
+ "onUpdate:state": _cache[0] || (_cache[0] = $event => _ctx.state = $event)
76
+ }, {
77
+ default: withCtx(() => [renderSlot(_ctx.$slots, "default")]),
78
+ _: 3 /* FORWARDED */
79
+ }, 8 /* PROPS */, ["is-open", "trigger", "placement", "offset"]);
80
+ }
81
+
82
+ script.render = render;
83
+ script.__file = "src/components/or-context-menu-v3/OrContextMenu.vue";
84
+
85
+ export { script as s };