@onereach/ui-components 2.68.0-beta.1987.0 → 2.68.0-beta.2001.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 (224) hide show
  1. package/dist/bundled/v2/{OrBottomSheet-04956f50.js → OrBottomSheet-7b5760dc.js} +1 -1
  2. package/dist/bundled/v2/{OrCardCollection-852db65c.js → OrCardCollection-95b8a8e0.js} +2 -2
  3. package/dist/bundled/v2/{OrCode-edc7a1f5.js → OrCode-0cd991a1.js} +1 -114
  4. package/dist/bundled/v2/{OrConfirm-c3736a7e.js → OrConfirm-22c7622d.js} +15 -2
  5. package/dist/bundled/v2/{OrIconButton-a046f34f.js → OrIconButton-2bf36347.js} +1 -1
  6. package/dist/bundled/v2/{OrInlineInput-fb1e1272.js → OrInlineInput-36077390.js} +1 -1
  7. package/dist/bundled/v2/{OrInlineTextarea-c6a26156.js → OrInlineTextarea-17b16ca8.js} +1 -1
  8. package/dist/bundled/v2/{OrInput-2e2c8270.js → OrInput-95fc5b53.js} +1 -1
  9. package/dist/bundled/v2/{OrMenu-e8c5d2e7.js → OrMenu-5ac06751.js} +1 -1
  10. package/dist/bundled/v2/{OrModal-de2364b3.js → OrModal-387348ca.js} +15 -2
  11. package/dist/bundled/v2/{OrNotification-ddef2348.js → OrNotification-1fa0b14e.js} +1 -1
  12. package/dist/bundled/v2/{OrOverlay-57ce6c73.js → OrOverlay-3c89d622.js} +1 -1
  13. package/dist/bundled/v2/{OrPopover-7a6c1cd4.js → OrPopover-2f48b854.js} +2 -2
  14. package/dist/bundled/v2/{OrSearch-691ecd1a.js → OrSearch-43daeb79.js} +1 -1
  15. package/dist/bundled/v2/{OrSelect-b3c60dbc.js → OrSelect-dff64667.js} +3 -3
  16. package/dist/bundled/v2/{OrTabs-edd7cde4.js → OrTabs-2d4e0d87.js} +1 -1
  17. package/dist/bundled/v2/{OrTag-76a86a27.js → OrTag-bc654163.js} +1 -1
  18. package/dist/bundled/v2/{OrTooltip-e97b3f3c.js → OrTooltip-d1764f37.js} +1 -1
  19. package/dist/bundled/v2/components/index.js +21 -20
  20. package/dist/bundled/v2/components/or-bottom-sheet-v3/index.js +3 -3
  21. package/dist/bundled/v2/components/or-card-collection-v3/index.js +8 -8
  22. package/dist/bundled/v2/components/or-code/index.js +2 -1
  23. package/dist/bundled/v2/components/or-confirm-v3/OrConfirm.stories3.d.ts +5 -0
  24. package/dist/bundled/v2/components/or-confirm-v3/OrConfirm.vue.d.ts +11 -0
  25. package/dist/bundled/v2/components/or-confirm-v3/index.js +8 -8
  26. package/dist/bundled/v2/components/or-icon-button-v3/index.js +6 -6
  27. package/dist/bundled/v2/components/or-inline-input-v3/index.js +7 -7
  28. package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +7 -7
  29. package/dist/bundled/v2/components/or-input-v3/index.js +7 -7
  30. package/dist/bundled/v2/components/or-menu-v3/index.js +5 -5
  31. package/dist/bundled/v2/components/or-modal-v3/OrModal.stories3.d.ts +10 -0
  32. package/dist/bundled/v2/components/or-modal-v3/OrModal.vue.d.ts +11 -0
  33. package/dist/bundled/v2/components/or-modal-v3/index.js +7 -7
  34. package/dist/bundled/v2/components/or-notification-v3/index.js +7 -7
  35. package/dist/bundled/v2/components/or-overlay-v3/index.js +2 -2
  36. package/dist/bundled/v2/components/or-popover-v3/index.js +4 -4
  37. package/dist/bundled/v2/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.d.ts +12 -0
  38. package/dist/bundled/v2/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +149 -0
  39. package/dist/bundled/v2/components/or-rich-text-editor-v3/index.d.ts +1 -0
  40. package/dist/bundled/v2/components/or-rich-text-editor-v3/index.js +36840 -0
  41. package/dist/bundled/v2/components/or-rich-text-editor-v3/styles.d.ts +6 -0
  42. package/dist/bundled/v2/components/or-search-v3/index.js +8 -8
  43. package/dist/bundled/v2/components/or-select-v3/index.js +9 -9
  44. package/dist/bundled/v2/components/or-tabs-v3/index.js +6 -6
  45. package/dist/bundled/v2/components/or-tag-v3/index.js +7 -7
  46. package/dist/bundled/v2/components/or-toast-v3/index.js +7 -7
  47. package/dist/bundled/v2/components/or-tooltip-v3/index.js +5 -5
  48. package/dist/bundled/v2/hooks/index.js +1 -1
  49. package/dist/bundled/v2/index.es-3f39f316.js +115 -0
  50. package/dist/bundled/v2/index.js +22 -21
  51. package/dist/bundled/v2/{types-9c0f214b.js → types-4c07bc42.js} +1 -1
  52. package/dist/bundled/v2/{useElevation-604d48c6.js → useElevation-aac032f4.js} +5 -1
  53. package/dist/bundled/v2/utils/isVisible.d.ts +2 -0
  54. package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-9b8931d3.js → OrBottomSheet.vue_vue_type_script_lang-44d8147a.js} +1 -1
  55. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-955758d3.js → OrCardCollection.vue_vue_type_script_lang-412c8977.js} +4 -4
  56. package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-ef5e7f04.js → OrCode.vue_vue_type_script_lang-6c5f94a6.js} +1 -114
  57. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-e59a7aca.js → OrConfirm.vue_vue_type_script_lang-20ffe5df.js} +17 -4
  58. package/dist/bundled/v3/{OrIconButton-c521fef8.js → OrIconButton-00ab6c2d.js} +1 -1
  59. package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-a834417f.js → OrIconButton.vue_vue_type_script_lang-b35040f9.js} +1 -1
  60. package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-c2a171bb.js → OrInlineInput.vue_vue_type_script_lang-e29642fc.js} +2 -2
  61. package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-76f1a0ee.js → OrInlineTextarea.vue_vue_type_script_lang-551028ef.js} +2 -2
  62. package/dist/bundled/v3/{OrInput-42bbab4d.js → OrInput-4b4b8316.js} +1 -1
  63. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-d85ed216.js → OrInput.vue_vue_type_script_lang-b4176d70.js} +2 -2
  64. package/dist/bundled/v3/OrMenu-08aa60de.js +29 -0
  65. package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-be8c502d.js → OrMenu.vue_vue_type_script_lang-bae45062.js} +2 -2
  66. package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-1ad15097.js → OrModal.vue_vue_type_script_lang-f3f5a84b.js} +17 -4
  67. package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-3f69b727.js → OrNotification.vue_vue_type_script_lang-83bfbfc4.js} +2 -2
  68. package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-4551114e.js → OrOverlay.vue_vue_type_script_lang-cb3aad0c.js} +1 -1
  69. package/dist/bundled/v3/{OrPopover-18a195aa.js → OrPopover-93ef8c26.js} +1 -1
  70. package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-1ed6063d.js → OrPopover.vue_vue_type_script_lang-e200f5be.js} +3 -3
  71. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-d7c29ff6.js → OrSearch.vue_vue_type_script_lang-00db292e.js} +2 -2
  72. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-12ad06b5.js → OrSelect.vue_vue_type_script_lang-d7449846.js} +5 -5
  73. package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-ec81a576.js → OrTabs.vue_vue_type_script_lang-2fdbd2f2.js} +10 -36
  74. package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-d7e117c8.js → OrTag.vue_vue_type_script_lang-6be84bb9.js} +2 -2
  75. package/dist/bundled/v3/{OrToastContainer-1c3ccf65.js → OrToastContainer-c09c94da.js} +1 -1
  76. package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-d89a9e51.js → OrTooltip.vue_vue_type_script_lang-a4168546.js} +2 -2
  77. package/dist/bundled/v3/components/index.js +25 -23
  78. package/dist/bundled/v3/components/or-bottom-sheet-v3/index.js +3 -3
  79. package/dist/bundled/v3/components/or-card-collection-v3/index.js +11 -11
  80. package/dist/bundled/v3/components/or-code/index.js +2 -1
  81. package/dist/bundled/v3/components/or-confirm-v3/OrConfirm.stories3.d.ts +5 -0
  82. package/dist/bundled/v3/components/or-confirm-v3/OrConfirm.vue.d.ts +11 -0
  83. package/dist/bundled/v3/components/or-confirm-v3/index.js +11 -11
  84. package/dist/bundled/v3/components/or-icon-button-v3/index.js +7 -7
  85. package/dist/bundled/v3/components/or-inline-input-v3/index.js +9 -9
  86. package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +9 -9
  87. package/dist/bundled/v3/components/or-input-v3/index.js +9 -9
  88. package/dist/bundled/v3/components/or-menu-v3/index.js +6 -6
  89. package/dist/bundled/v3/components/or-modal-v3/OrModal.stories3.d.ts +10 -0
  90. package/dist/bundled/v3/components/or-modal-v3/OrModal.vue.d.ts +11 -0
  91. package/dist/bundled/v3/components/or-modal-v3/index.js +9 -9
  92. package/dist/bundled/v3/components/or-notification-v3/index.js +9 -9
  93. package/dist/bundled/v3/components/or-overlay-v3/index.js +2 -2
  94. package/dist/bundled/v3/components/or-popover-v3/index.js +4 -4
  95. package/dist/bundled/v3/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.d.ts +12 -0
  96. package/dist/bundled/v3/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +149 -0
  97. package/dist/bundled/v3/components/or-rich-text-editor-v3/index.d.ts +1 -0
  98. package/dist/bundled/v3/components/or-rich-text-editor-v3/index.js +36811 -0
  99. package/dist/bundled/v3/components/or-rich-text-editor-v3/styles.d.ts +6 -0
  100. package/dist/bundled/v3/components/or-search-v3/index.js +11 -11
  101. package/dist/bundled/v3/components/or-select-v3/index.js +12 -12
  102. package/dist/bundled/v3/components/or-tabs-v3/index.js +8 -7
  103. package/dist/bundled/v3/components/or-tag-v3/index.js +9 -9
  104. package/dist/bundled/v3/components/or-toast-v3/index.js +10 -10
  105. package/dist/bundled/v3/components/or-tooltip-v3/index.js +6 -6
  106. package/dist/bundled/v3/hooks/index.js +1 -1
  107. package/dist/bundled/v3/index.es-3f39f316.js +115 -0
  108. package/dist/bundled/v3/index.js +37 -35
  109. package/dist/bundled/v3/{types-577637c4.js → types-bc0d88d7.js} +3 -3
  110. package/dist/bundled/v3/{useElevation-6aea372d.js → useElevation-c8d5d3ba.js} +5 -1
  111. package/dist/bundled/v3/utils/isVisible.d.ts +2 -0
  112. package/dist/esm/v2/{OrBottomSheet-f09adbbb.js → OrBottomSheet-5acd034f.js} +1 -1
  113. package/dist/esm/v2/{OrCardCollection-a3ddee38.js → OrCardCollection-799ab8bd.js} +2 -2
  114. package/dist/esm/v2/{OrConfirm-def2218a.js → OrConfirm-367ac968.js} +15 -2
  115. package/dist/esm/v2/{OrIconButton-bc8a8b2e.js → OrIconButton-a7764de4.js} +2 -2
  116. package/dist/esm/v2/{OrInlineInput-5c99926f.js → OrInlineInput-00fbe0a7.js} +1 -1
  117. package/dist/esm/v2/{OrInlineTextarea-a67f2376.js → OrInlineTextarea-b4740a94.js} +1 -1
  118. package/dist/esm/v2/{OrInput-b0619ac3.js → OrInput-946ef514.js} +1 -1
  119. package/dist/esm/v2/{OrMenu-8ca8233e.js → OrMenu-e7210edc.js} +1 -1
  120. package/dist/esm/v2/{OrModal-96fa7ba5.js → OrModal-5c92cdc8.js} +15 -2
  121. package/dist/esm/v2/{OrNotification-23f97c3d.js → OrNotification-9862ce5f.js} +1 -1
  122. package/dist/esm/v2/{OrOverlay-4838a9b0.js → OrOverlay-18ba2dc6.js} +1 -1
  123. package/dist/esm/v2/{OrPopover-ba3ddf1a.js → OrPopover-ef8c91f1.js} +2 -2
  124. package/dist/esm/v2/{OrSearch-37e43e3e.js → OrSearch-18bf00f3.js} +1 -1
  125. package/dist/esm/v2/{OrSelect-8bdaac4f.js → OrSelect-858c2f46.js} +3 -3
  126. package/dist/esm/v2/{OrTabs-0d8ffa3d.js → OrTabs-c64be432.js} +2 -2
  127. package/dist/esm/v2/{OrTag-f02ededa.js → OrTag-23631e25.js} +1 -1
  128. package/dist/esm/v2/{OrTooltip-2d423c46.js → OrTooltip-3454c2e6.js} +1 -1
  129. package/dist/esm/v2/components/index.js +19 -19
  130. package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +3 -3
  131. package/dist/esm/v2/components/or-card-collection-v3/index.js +8 -8
  132. package/dist/esm/v2/components/or-confirm-v3/OrConfirm.stories3.d.ts +5 -0
  133. package/dist/esm/v2/components/or-confirm-v3/OrConfirm.vue.d.ts +11 -0
  134. package/dist/esm/v2/components/or-confirm-v3/index.js +8 -8
  135. package/dist/esm/v2/components/or-icon-button-v3/index.js +6 -6
  136. package/dist/esm/v2/components/or-inline-input-v3/index.js +7 -7
  137. package/dist/esm/v2/components/or-inline-textarea-v3/index.js +7 -7
  138. package/dist/esm/v2/components/or-input-v3/index.js +7 -7
  139. package/dist/esm/v2/components/or-menu-v3/index.js +5 -5
  140. package/dist/esm/v2/components/or-modal-v3/OrModal.stories3.d.ts +10 -0
  141. package/dist/esm/v2/components/or-modal-v3/OrModal.vue.d.ts +11 -0
  142. package/dist/esm/v2/components/or-modal-v3/index.js +7 -7
  143. package/dist/esm/v2/components/or-notification-v3/index.js +7 -7
  144. package/dist/esm/v2/components/or-overlay-v3/index.js +2 -2
  145. package/dist/esm/v2/components/or-popover-v3/index.js +4 -4
  146. package/dist/esm/v2/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.d.ts +12 -0
  147. package/dist/esm/v2/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +149 -0
  148. package/dist/esm/v2/components/or-rich-text-editor-v3/index.d.ts +1 -0
  149. package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +524 -0
  150. package/dist/esm/v2/components/or-rich-text-editor-v3/styles.d.ts +6 -0
  151. package/dist/esm/v2/components/or-search-v3/index.js +8 -8
  152. package/dist/esm/v2/components/or-select-v3/index.js +9 -9
  153. package/dist/esm/v2/components/or-tabs-v3/index.js +6 -6
  154. package/dist/esm/v2/components/or-tag-v3/index.js +7 -7
  155. package/dist/esm/v2/components/or-toast-v3/index.js +7 -7
  156. package/dist/esm/v2/components/or-tooltip-v3/index.js +5 -5
  157. package/dist/esm/v2/hooks/index.js +1 -1
  158. package/dist/esm/v2/index.js +19 -19
  159. package/dist/esm/v2/{types-d3101ac7.js → types-e2beb2b6.js} +1 -1
  160. package/dist/esm/{v3/useElevation-0e973238.js → v2/useElevation-31bfe1f6.js} +5 -1
  161. package/dist/esm/v2/utils/isVisible.d.ts +2 -0
  162. package/dist/esm/v3/{OrBottomSheet-9de57dd0.js → OrBottomSheet-0eb33b18.js} +1 -1
  163. package/dist/esm/v3/{OrCardCollection-1e3b3360.js → OrCardCollection-2d34eaaf.js} +2 -2
  164. package/dist/esm/v3/{OrConfirm-6645a8c2.js → OrConfirm-e6735cc8.js} +15 -2
  165. package/dist/esm/v3/{OrIconButton-6c0732ac.js → OrIconButton-85abafab.js} +2 -2
  166. package/dist/esm/v3/{OrInlineInput-4cd64402.js → OrInlineInput-299e2275.js} +1 -1
  167. package/dist/esm/v3/{OrInlineTextarea-93f80904.js → OrInlineTextarea-40ee5ffb.js} +1 -1
  168. package/dist/esm/v3/{OrInput-69f8dce1.js → OrInput-4f55c0eb.js} +1 -1
  169. package/dist/esm/v3/{OrMenu-00f7c4a8.js → OrMenu-d9e12030.js} +1 -1
  170. package/dist/esm/v3/{OrModal-88c56141.js → OrModal-420174c4.js} +15 -2
  171. package/dist/esm/v3/{OrNotification-d3d6f51d.js → OrNotification-54394fc8.js} +1 -1
  172. package/dist/esm/v3/{OrOverlay-27050c19.js → OrOverlay-738a44d5.js} +1 -1
  173. package/dist/esm/v3/{OrPopover-67000227.js → OrPopover-94a8f21d.js} +2 -2
  174. package/dist/esm/v3/{OrSearch-1b68ba58.js → OrSearch-d74891a5.js} +1 -1
  175. package/dist/esm/v3/{OrSelect-1fa435c6.js → OrSelect-b3a233cc.js} +3 -3
  176. package/dist/esm/v3/{OrTabs-a0590a70.js → OrTabs-6a8fa516.js} +2 -2
  177. package/dist/esm/v3/{OrTag-1202497c.js → OrTag-6c3717e0.js} +1 -1
  178. package/dist/esm/v3/{OrTooltip-32048f0e.js → OrTooltip-1500a1cd.js} +1 -1
  179. package/dist/esm/v3/components/index.js +19 -19
  180. package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +3 -3
  181. package/dist/esm/v3/components/or-card-collection-v3/index.js +8 -8
  182. package/dist/esm/v3/components/or-confirm-v3/OrConfirm.stories3.d.ts +5 -0
  183. package/dist/esm/v3/components/or-confirm-v3/OrConfirm.vue.d.ts +11 -0
  184. package/dist/esm/v3/components/or-confirm-v3/index.js +8 -8
  185. package/dist/esm/v3/components/or-icon-button-v3/index.js +6 -6
  186. package/dist/esm/v3/components/or-inline-input-v3/index.js +7 -7
  187. package/dist/esm/v3/components/or-inline-textarea-v3/index.js +7 -7
  188. package/dist/esm/v3/components/or-input-v3/index.js +7 -7
  189. package/dist/esm/v3/components/or-menu-v3/index.js +5 -5
  190. package/dist/esm/v3/components/or-modal-v3/OrModal.stories3.d.ts +10 -0
  191. package/dist/esm/v3/components/or-modal-v3/OrModal.vue.d.ts +11 -0
  192. package/dist/esm/v3/components/or-modal-v3/index.js +7 -7
  193. package/dist/esm/v3/components/or-notification-v3/index.js +7 -7
  194. package/dist/esm/v3/components/or-overlay-v3/index.js +2 -2
  195. package/dist/esm/v3/components/or-popover-v3/index.js +4 -4
  196. package/dist/esm/v3/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.d.ts +12 -0
  197. package/dist/esm/v3/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +149 -0
  198. package/dist/esm/v3/components/or-rich-text-editor-v3/index.d.ts +1 -0
  199. package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +493 -0
  200. package/dist/esm/v3/components/or-rich-text-editor-v3/styles.d.ts +6 -0
  201. package/dist/esm/v3/components/or-search-v3/index.js +8 -8
  202. package/dist/esm/v3/components/or-select-v3/index.js +9 -9
  203. package/dist/esm/v3/components/or-tabs-v3/index.js +6 -6
  204. package/dist/esm/v3/components/or-tag-v3/index.js +7 -7
  205. package/dist/esm/v3/components/or-toast-v3/index.js +7 -7
  206. package/dist/esm/v3/components/or-tooltip-v3/index.js +5 -5
  207. package/dist/esm/v3/hooks/index.js +1 -1
  208. package/dist/esm/v3/index.js +19 -19
  209. package/dist/esm/v3/{types-90a49024.js → types-98a852d8.js} +1 -1
  210. package/dist/esm/{v2/useElevation-0e973238.js → v3/useElevation-31bfe1f6.js} +5 -1
  211. package/dist/esm/v3/utils/isVisible.d.ts +2 -0
  212. package/package.json +20 -2
  213. package/src/components/or-confirm-v3/OrConfirm.stories3.ts +60 -0
  214. package/src/components/or-confirm-v3/OrConfirm.vue +12 -0
  215. package/src/components/or-modal-v3/OrModal.docs.mdx +1 -1
  216. package/src/components/or-modal-v3/OrModal.stories3.ts +137 -0
  217. package/src/components/or-modal-v3/OrModal.vue +12 -0
  218. package/src/components/or-rich-text-editor-v3/OrRichTextEditor.docs.mdx +16 -0
  219. package/src/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.ts +62 -0
  220. package/src/components/or-rich-text-editor-v3/OrRichTextEditor.vue +520 -0
  221. package/src/components/or-rich-text-editor-v3/index.ts +1 -0
  222. package/src/components/or-rich-text-editor-v3/styles.ts +65 -0
  223. package/src/hooks/useElevation.ts +3 -1
  224. package/src/utils/isVisible.ts +5 -0
@@ -1,7 +1,7 @@
1
1
  import { useToggle } from '@vueuse/core';
2
2
  import './index-fa6eb4ca.js';
3
3
  import { T as ToastType, P as PositionsX, b as PositionsY, c as TransitionType, d as useToastEventBus, a as useQueue } from './useToast-3a3d4280.js';
4
- import { O as OrIconButton } from './OrIconButton-a046f34f.js';
4
+ import { O as OrIconButton } from './OrIconButton-2bf36347.js';
5
5
  import { O as OrLoader } from './OrLoader-76f2615f.js';
6
6
  import { defineComponent, ref, computed, onBeforeMount, onBeforeUnmount, nextTick } from '@vue/composition-api/dist/vue-composition-api.mjs';
7
7
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -1,11 +1,15 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { isRef, ref, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
3
3
 
4
+ function isVisible(element) {
5
+ return !(element.offsetParent === null);
6
+ }
7
+
4
8
  function useElevation(element) {
5
9
  const elementRef = isRef(element) ? element : ref(element);
6
10
  // Functions
7
11
  function getPageElevations() {
8
- return [...document.body.querySelectorAll('*')].map(element => getComputedStyle(element)).map(style => Number(style.zIndex)).filter(zIndex => !isNaN(zIndex));
12
+ return [...document.body.querySelectorAll('*')].filter(isVisible).map(element => getComputedStyle(element)).map(style => Number(style.zIndex)).filter(zIndex => !isNaN(zIndex));
9
13
  }
10
14
  function setElementElevation(element) {
11
15
  element.style.zIndex = String(Math.max(0, ...getPageElevations()) + 1);
@@ -0,0 +1,2 @@
1
+ declare function isVisible(element: HTMLElement): boolean;
2
+ export default isVisible;
@@ -1,6 +1,6 @@
1
1
  import { usePointerSwipe, onClickOutside, SwipeDirection } from '@vueuse/core';
2
2
  import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, renderSlot, defineComponent, ref, computed, watch, unref } from 'vue';
3
- import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-4551114e.js';
3
+ import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
4
4
  import { u as useClassAttribute } from './useClassAttribute-00888f78.js';
5
5
 
6
6
  function render(_ctx, _cache, $props, $setup, $data, $options) {
@@ -1,9 +1,9 @@
1
1
  import { openBlock, createElementBlock, mergeProps, renderSlot, resolveComponent, withModifiers, createBlock, normalizeClass, createCommentVNode, defineComponent, ref, computed, watch } from 'vue';
2
2
  import { s as script$1 } from './OrCard.vue_vue_type_script_lang-9d6e1050.js';
3
- import './OrIconButton-c521fef8.js';
4
- import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-a834417f.js';
5
- import './OrInput-42bbab4d.js';
6
- import { s as script$4 } from './OrInput.vue_vue_type_script_lang-d85ed216.js';
3
+ import './OrIconButton-00ab6c2d.js';
4
+ import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-b35040f9.js';
5
+ import './OrInput-4b4b8316.js';
6
+ import { s as script$4 } from './OrInput.vue_vue_type_script_lang-b4176d70.js';
7
7
  import { s as script$2 } from './OrSortHeader.vue_vue_type_script_lang-98ec33aa.js';
8
8
  import { u as useClassAttribute } from './useClassAttribute-00888f78.js';
9
9
 
@@ -1,4 +1,5 @@
1
1
  import { useElementHover } from '@vueuse/core';
2
+ import { k as keyName, b as base, s as shift } from './index.es-3f39f316.js';
2
3
  import _ from 'lodash';
3
4
  import { defineComponent, ref } from 'vue';
4
5
  import { s as script$3 } from './OrTeleportVue3-012351e1.js';
@@ -3924,120 +3925,6 @@ class StyleSet {
3924
3925
  // example to create a media query you can do `{"@media screen and
3925
3926
  // (min-width: 400px)": {...}}`.
3926
3927
 
3927
- var base = {
3928
- 8: "Backspace",
3929
- 9: "Tab",
3930
- 10: "Enter",
3931
- 12: "NumLock",
3932
- 13: "Enter",
3933
- 16: "Shift",
3934
- 17: "Control",
3935
- 18: "Alt",
3936
- 20: "CapsLock",
3937
- 27: "Escape",
3938
- 32: " ",
3939
- 33: "PageUp",
3940
- 34: "PageDown",
3941
- 35: "End",
3942
- 36: "Home",
3943
- 37: "ArrowLeft",
3944
- 38: "ArrowUp",
3945
- 39: "ArrowRight",
3946
- 40: "ArrowDown",
3947
- 44: "PrintScreen",
3948
- 45: "Insert",
3949
- 46: "Delete",
3950
- 59: ";",
3951
- 61: "=",
3952
- 91: "Meta",
3953
- 92: "Meta",
3954
- 106: "*",
3955
- 107: "+",
3956
- 108: ",",
3957
- 109: "-",
3958
- 110: ".",
3959
- 111: "/",
3960
- 144: "NumLock",
3961
- 145: "ScrollLock",
3962
- 160: "Shift",
3963
- 161: "Shift",
3964
- 162: "Control",
3965
- 163: "Control",
3966
- 164: "Alt",
3967
- 165: "Alt",
3968
- 173: "-",
3969
- 186: ";",
3970
- 187: "=",
3971
- 188: ",",
3972
- 189: "-",
3973
- 190: ".",
3974
- 191: "/",
3975
- 192: "`",
3976
- 219: "[",
3977
- 220: "\\",
3978
- 221: "]",
3979
- 222: "'"
3980
- };
3981
- var shift = {
3982
- 48: ")",
3983
- 49: "!",
3984
- 50: "@",
3985
- 51: "#",
3986
- 52: "$",
3987
- 53: "%",
3988
- 54: "^",
3989
- 55: "&",
3990
- 56: "*",
3991
- 57: "(",
3992
- 59: ":",
3993
- 61: "+",
3994
- 173: "_",
3995
- 186: ":",
3996
- 187: "+",
3997
- 188: "<",
3998
- 189: "_",
3999
- 190: ">",
4000
- 191: "?",
4001
- 192: "~",
4002
- 219: "{",
4003
- 220: "|",
4004
- 221: "}",
4005
- 222: "\""
4006
- };
4007
- var chrome$1 = typeof navigator != "undefined" && /Chrome\/(\d+)/.exec(navigator.userAgent);
4008
- typeof navigator != "undefined" && /Gecko\/\d+/.test(navigator.userAgent);
4009
- var mac = typeof navigator != "undefined" && /Mac/.test(navigator.platform);
4010
- var ie$1 = typeof navigator != "undefined" && /MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);
4011
- var brokenModifierNames = mac || chrome$1 && +chrome$1[1] < 57;
4012
-
4013
- // Fill in the digit keys
4014
- for (var i = 0; i < 10; i++) base[48 + i] = base[96 + i] = String(i);
4015
-
4016
- // The function keys
4017
- for (var i = 1; i <= 24; i++) base[i + 111] = "F" + i;
4018
-
4019
- // And the alphabetic keys
4020
- for (var i = 65; i <= 90; i++) {
4021
- base[i] = String.fromCharCode(i + 32);
4022
- shift[i] = String.fromCharCode(i);
4023
- }
4024
-
4025
- // For each code that doesn't have a shift-equivalent, copy the base name
4026
- for (var code in base) if (!shift.hasOwnProperty(code)) shift[code] = base[code];
4027
- function keyName(event) {
4028
- var ignoreKey = brokenModifierNames && (event.ctrlKey || event.altKey || event.metaKey) || ie$1 && event.shiftKey && event.key && event.key.length == 1 || event.key == "Unidentified";
4029
- var name = !ignoreKey && event.key || (event.shiftKey ? shift : base)[event.keyCode] || event.key || "Unidentified";
4030
- // Edge sometimes produces wrong names (Issue #3)
4031
- if (name == "Esc") name = "Escape";
4032
- if (name == "Del") name = "Delete";
4033
- // https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8860571/
4034
- if (name == "Left") name = "ArrowLeft";
4035
- if (name == "Up") name = "ArrowUp";
4036
- if (name == "Right") name = "ArrowRight";
4037
- if (name == "Down") name = "ArrowDown";
4038
- return name;
4039
- }
4040
-
4041
3928
  function getSelection(root) {
4042
3929
  let target;
4043
3930
  // Browsers differ on whether shadow roots have a getSelection
@@ -1,11 +1,11 @@
1
1
  import { resolveComponent, openBlock, createElementBlock, mergeProps, createElementVNode, normalizeClass, renderSlot, createBlock, Fragment, createTextVNode, toDisplayString, createCommentVNode, defineComponent, ref, computed, watch } from 'vue';
2
2
  import { useMagicKeys, whenever } from '@vueuse/core';
3
3
  import { l as logicAnd } from './index-01519e46.js';
4
- import './OrBottomSheet.vue_vue_type_script_lang-9b8931d3.js';
4
+ import './OrBottomSheet.vue_vue_type_script_lang-44d8147a.js';
5
5
  import { s as script$1, a as ButtonColor } from './OrButton.vue_vue_type_script_lang-5af7999c.js';
6
- import './OrInput-42bbab4d.js';
7
- import { s as script$2 } from './OrOverlay.vue_vue_type_script_lang-4551114e.js';
8
- import { s as script$3 } from './OrInput.vue_vue_type_script_lang-d85ed216.js';
6
+ import './OrInput-4b4b8316.js';
7
+ import { s as script$2 } from './OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
8
+ import { s as script$3 } from './OrInput.vue_vue_type_script_lang-b4176d70.js';
9
9
 
10
10
  const _hoisted_1 = ["type", "disabled"];
11
11
  const _hoisted_2 = {
@@ -139,6 +139,10 @@ var script = defineComponent({
139
139
  type: String,
140
140
  required: false,
141
141
  default: null
142
+ },
143
+ isOpen: {
144
+ type: Boolean,
145
+ default: false
142
146
  }
143
147
  },
144
148
  emits: ['open', 'close', 'confirm'],
@@ -183,6 +187,15 @@ var script = defineComponent({
183
187
  }
184
188
  // Events
185
189
  watch(isActive, value => emit(value ? 'open' : 'close'));
190
+ watch(() => props.isOpen, newIsOpen => {
191
+ if (newIsOpen) {
192
+ open();
193
+ } else {
194
+ close();
195
+ }
196
+ }, {
197
+ immediate: true
198
+ });
186
199
  watch(escape, val => {
187
200
  if (val) close();
188
201
  });
@@ -1,4 +1,4 @@
1
- import { s as script } from './OrIconButton.vue_vue_type_script_lang-a834417f.js';
1
+ import { s as script } from './OrIconButton.vue_vue_type_script_lang-b35040f9.js';
2
2
  import { resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode, mergeProps, createVNode } from 'vue';
3
3
 
4
4
  const _hoisted_1 = ["disabled"];
@@ -1,7 +1,7 @@
1
1
  import { resolveComponent, openBlock, createElementBlock, mergeProps, renderSlot, createBlock, withCtx, createElementVNode, normalizeClass, toDisplayString, createCommentVNode, defineComponent, ref, computed } from 'vue';
2
2
  import './OrIcon-3a514933.js';
3
3
  import { s as script$2 } from './OrIcon.vue_vue_type_script_lang-41a6a57a.js';
4
- import { s as script$1 } from './OrTooltip.vue_vue_type_script_lang-d89a9e51.js';
4
+ import { s as script$1 } from './OrTooltip.vue_vue_type_script_lang-a4168546.js';
5
5
  import { u as useClassAttribute } from './useClassAttribute-00888f78.js';
6
6
 
7
7
  function render(_ctx, _cache, $props, $setup, $data, $options) {
@@ -1,12 +1,12 @@
1
1
  import { defineComponent, getCurrentInstance, ref, computed, watch } from 'vue';
2
2
  import './OrHint-c235be5d.js';
3
- import './OrIconButton-c521fef8.js';
3
+ import './OrIconButton-00ab6c2d.js';
4
4
  import './OrInlineInputBox-2eede01a.js';
5
5
  import { s as script$4, I as InlineInputBoxSize } from './OrInlineInputBox.vue_vue_type_script_lang-23b531ad.js';
6
6
  import { u as useClassAttribute } from './useClassAttribute-00888f78.js';
7
7
  import { s as script$1 } from './OrError.vue_vue_type_script_lang-f606d0ee.js';
8
8
  import { s as script$2 } from './OrHint.vue_vue_type_script_lang-6286277d.js';
9
- import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-a834417f.js';
9
+ import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-b35040f9.js';
10
10
 
11
11
  var InlineInputType;
12
12
  (function (InlineInputType) {
@@ -1,11 +1,11 @@
1
1
  import { defineComponent, getCurrentInstance, ref, computed, watch } from 'vue';
2
2
  import './OrHint-c235be5d.js';
3
- import './OrIconButton-c521fef8.js';
3
+ import './OrIconButton-00ab6c2d.js';
4
4
  import './OrInlineInputBox-2eede01a.js';
5
5
  import { u as useClassAttribute } from './useClassAttribute-00888f78.js';
6
6
  import { s as script$1 } from './OrError.vue_vue_type_script_lang-f606d0ee.js';
7
7
  import { s as script$2 } from './OrHint.vue_vue_type_script_lang-6286277d.js';
8
- import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-a834417f.js';
8
+ import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-b35040f9.js';
9
9
  import { s as script$4 } from './OrInlineInputBox.vue_vue_type_script_lang-23b531ad.js';
10
10
 
11
11
  const InlineTextareaRoot = [
@@ -1,4 +1,4 @@
1
- import { s as script } from './OrInput.vue_vue_type_script_lang-d85ed216.js';
1
+ import { s as script } from './OrInput.vue_vue_type_script_lang-b4176d70.js';
2
2
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, mergeProps, vModelDynamic, withModifiers, Fragment, createSlots } from 'vue';
3
3
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
4
4
 
@@ -3,14 +3,14 @@ import './OrHint-c235be5d.js';
3
3
  import { s as script$1 } from './OrError.vue_vue_type_script_lang-f606d0ee.js';
4
4
  import { s as script$2 } from './OrHint.vue_vue_type_script_lang-6286277d.js';
5
5
  import './OrIcon-3a514933.js';
6
- import './OrIconButton-c521fef8.js';
6
+ import './OrIconButton-00ab6c2d.js';
7
7
  import './OrInputBox-81385a91.js';
8
8
  import { s as script$5, a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-760097b4.js';
9
9
  import './OrLabel-2809e2db.js';
10
10
  import { s as script$6 } from './OrLabel.vue_vue_type_script_lang-e42de5d1.js';
11
11
  import { u as useClassAttribute } from './useClassAttribute-00888f78.js';
12
12
  import { s as script$3 } from './OrIcon.vue_vue_type_script_lang-41a6a57a.js';
13
- import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-a834417f.js';
13
+ import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-b35040f9.js';
14
14
 
15
15
  var InputType;
16
16
  (function (InputType) {
@@ -0,0 +1,29 @@
1
+ import { s as script } from './OrMenu.vue_vue_type_script_lang-bae45062.js';
2
+ import { resolveComponent, openBlock, createElementBlock, mergeProps, createVNode, withCtx, createElementVNode, normalizeClass, withModifiers, renderSlot } from 'vue';
3
+
4
+ function render(_ctx, _cache, $props, $setup, $data, $options) {
5
+ const _component_OrPopover = resolveComponent("OrPopover");
6
+ return openBlock(), createElementBlock("div", mergeProps({
7
+ ref: "root"
8
+ }, _ctx.$attrs, {
9
+ class: _ctx.rootStyles
10
+ }), [createVNode(_component_OrPopover, {
11
+ ref: "popover",
12
+ variant: 'auto',
13
+ trigger: _ctx.trigger,
14
+ placement: _ctx.placement,
15
+ "full-width": false,
16
+ "disable-default-styles": false,
17
+ "onUpdate:state": _cache[1] || (_cache[1] = $event => _ctx.$emit('update:state', $event))
18
+ }, {
19
+ default: withCtx(() => [createElementVNode("div", {
20
+ class: normalizeClass(_ctx.bodyStyles),
21
+ onClick: _cache[0] || (_cache[0] = withModifiers((...args) => _ctx.onClick && _ctx.onClick(...args), ["stop"]))
22
+ }, [renderSlot(_ctx.$slots, "default")], 2 /* CLASS */)]),
23
+
24
+ _: 3 /* FORWARDED */
25
+ }, 8 /* PROPS */, ["trigger", "placement"])], 16 /* FULL_PROPS */);
26
+ }
27
+
28
+ script.render = render;
29
+ script.__file = "src/components/or-menu-v3/OrMenu.vue";
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, computed } from 'vue';
2
- import './OrPopover-18a195aa.js';
2
+ import './OrPopover-93ef8c26.js';
3
3
  import { u as useClassAttribute } from './useClassAttribute-00888f78.js';
4
- import { s as script$1, P as PopoverPlacement } from './OrPopover.vue_vue_type_script_lang-1ed6063d.js';
4
+ import { s as script$1, P as PopoverPlacement } from './OrPopover.vue_vue_type_script_lang-e200f5be.js';
5
5
 
6
6
  const MenuRoot = [
7
7
  // Layout
@@ -1,9 +1,9 @@
1
1
  import { defineComponent, ref, computed, watch } from 'vue';
2
- import './OrBottomSheet.vue_vue_type_script_lang-9b8931d3.js';
3
- import './OrIconButton-c521fef8.js';
2
+ import './OrBottomSheet.vue_vue_type_script_lang-44d8147a.js';
3
+ import './OrIconButton-00ab6c2d.js';
4
4
  import { u as useClassAttribute } from './useClassAttribute-00888f78.js';
5
- import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-4551114e.js';
6
- import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-a834417f.js';
5
+ import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
6
+ import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-b35040f9.js';
7
7
 
8
8
  var ModalSize;
9
9
  (function (ModalSize) {
@@ -54,6 +54,10 @@ var script = defineComponent({
54
54
  size: {
55
55
  type: String,
56
56
  default: ModalSize.M
57
+ },
58
+ isOpen: {
59
+ type: Boolean,
60
+ default: false
57
61
  }
58
62
  },
59
63
  emits: ['open', 'close'],
@@ -72,6 +76,15 @@ var script = defineComponent({
72
76
  watch(isActive, value => {
73
77
  context.emit(value ? 'open' : 'close');
74
78
  });
79
+ watch(() => props.isOpen, newIsOpen => {
80
+ if (newIsOpen) {
81
+ open();
82
+ } else {
83
+ close();
84
+ }
85
+ }, {
86
+ immediate: true
87
+ });
75
88
  // Methods
76
89
  function open() {
77
90
  isActive.value = true;
@@ -1,9 +1,9 @@
1
1
  import { defineComponent, ref, computed } from 'vue';
2
2
  import './OrIcon-3a514933.js';
3
- import './OrIconButton-c521fef8.js';
3
+ import './OrIconButton-00ab6c2d.js';
4
4
  import { u as useClassAttribute } from './useClassAttribute-00888f78.js';
5
5
  import { s as script$1 } from './OrIcon.vue_vue_type_script_lang-41a6a57a.js';
6
- import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-a834417f.js';
6
+ import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-b35040f9.js';
7
7
 
8
8
  var NotificationVariant;
9
9
  (function (NotificationVariant) {
@@ -2,7 +2,7 @@ import { useScrollLock } from '@vueuse/core';
2
2
  import { openBlock, createBlock, Teleport, renderSlot, defineComponent, ref, computed } from 'vue';
3
3
  import { s as script$1 } from './OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
4
4
  import { u as useClassAttribute } from './useClassAttribute-00888f78.js';
5
- import { u as useElevation } from './useElevation-6aea372d.js';
5
+ import { u as useElevation } from './useElevation-c8d5d3ba.js';
6
6
 
7
7
  function render(_ctx, _cache, $props, $setup, $data, $options) {
8
8
  return openBlock(), createBlock(Teleport, {
@@ -1,4 +1,4 @@
1
- import { s as script } from './OrPopover.vue_vue_type_script_lang-1ed6063d.js';
1
+ import { s as script } from './OrPopover.vue_vue_type_script_lang-e200f5be.js';
2
2
  import { resolveComponent, openBlock, createBlock, withCtx, createElementBlock, mergeProps, renderSlot, normalizeClass, createCommentVNode } from 'vue';
3
3
 
4
4
  function render(_ctx, _cache, $props, $setup, $data, $options) {
@@ -1,11 +1,11 @@
1
1
  import { a as autoUpdate, c as computePosition, f as flip, s as shift, h as hide } from './floating-ui.dom.esm-83eba816.js';
2
2
  import { onClickOutside } from '@vueuse/core';
3
3
  import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createCommentVNode, defineComponent, ref, computed, watch, watchPostEffect, unref, toRef, nextTick } from 'vue';
4
- import { s as script$1 } from './OrBottomSheet.vue_vue_type_script_lang-9b8931d3.js';
5
- import './OrOverlay.vue_vue_type_script_lang-4551114e.js';
4
+ import { s as script$1 } from './OrBottomSheet.vue_vue_type_script_lang-44d8147a.js';
5
+ import './OrOverlay.vue_vue_type_script_lang-cb3aad0c.js';
6
6
  import { u as useResponsive } from './useResponsive-9d397e2a.js';
7
7
  import { u as useClassAttribute } from './useClassAttribute-00888f78.js';
8
- import { u as useElevation } from './useElevation-6aea372d.js';
8
+ import { u as useElevation } from './useElevation-c8d5d3ba.js';
9
9
  import { s as script$2 } from './OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
10
10
 
11
11
  function render(_ctx, _cache, $props, $setup, $data, $options) {
@@ -1,8 +1,8 @@
1
1
  import { defineComponent, ref, computed } from 'vue';
2
2
  import { debouncedWatch } from '@vueuse/core';
3
- import './OrInput-42bbab4d.js';
3
+ import './OrInput-4b4b8316.js';
4
4
  import { u as useClassAttribute } from './useClassAttribute-00888f78.js';
5
- import { s as script$1 } from './OrInput.vue_vue_type_script_lang-d85ed216.js';
5
+ import { s as script$1 } from './OrInput.vue_vue_type_script_lang-b4176d70.js';
6
6
  import { a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-760097b4.js';
7
7
 
8
8
  var script = defineComponent({
@@ -4,23 +4,23 @@ import { s as styleInject } from './style-inject.es-4c6f2515.js';
4
4
  import './OrHint-c235be5d.js';
5
5
  import { s as script$2 } from './OrExpansionPanel.vue_vue_type_script_lang-a305d8bc.js';
6
6
  import './OrIcon-3a514933.js';
7
- import './OrInput-42bbab4d.js';
7
+ import './OrInput-4b4b8316.js';
8
8
  import './OrInputBox-81385a91.js';
9
9
  import './OrLabel-2809e2db.js';
10
10
  import './OrMenuItem-94ffa853.js';
11
- import './OrPopover-18a195aa.js';
12
- import { s as script$3 } from './OrTag.vue_vue_type_script_lang-d7e117c8.js';
11
+ import './OrPopover-93ef8c26.js';
12
+ import { s as script$3 } from './OrTag.vue_vue_type_script_lang-6be84bb9.js';
13
13
  import { D as DropdownClose, a as DropdownOpen } from './dropdown-open-293d2de2.js';
14
14
  import { u as useClassAttribute } from './useClassAttribute-00888f78.js';
15
15
  import { u as useOverflow } from './useOverflow-2468b718.js';
16
16
  import { s as script$4 } from './OrError.vue_vue_type_script_lang-f606d0ee.js';
17
17
  import { s as script$5 } from './OrHint.vue_vue_type_script_lang-6286277d.js';
18
18
  import { s as script$6 } from './OrIcon.vue_vue_type_script_lang-41a6a57a.js';
19
- import { s as script$7 } from './OrInput.vue_vue_type_script_lang-d85ed216.js';
19
+ import { s as script$7 } from './OrInput.vue_vue_type_script_lang-b4176d70.js';
20
20
  import { s as script$8, a as InputBoxSize } from './OrInputBox.vue_vue_type_script_lang-760097b4.js';
21
21
  import { s as script$9 } from './OrLabel.vue_vue_type_script_lang-e42de5d1.js';
22
22
  import { s as script$a } from './OrMenuItem.vue_vue_type_script_lang-ccb7e082.js';
23
- import { s as script$b } from './OrPopover.vue_vue_type_script_lang-1ed6063d.js';
23
+ import { s as script$b } from './OrPopover.vue_vue_type_script_lang-e200f5be.js';
24
24
 
25
25
  const _hoisted_1$2 = ["id", "value", "indeterminate", "required", "disabled"];
26
26
  function render$2(_ctx, _cache, $props, $setup, $data, $options) {
@@ -1,40 +1,14 @@
1
1
  import { useResizeObserver } from '@vueuse/core';
2
- import { resolveComponent, openBlock, createElementBlock, mergeProps, createVNode, withCtx, createElementVNode, normalizeClass, withModifiers, renderSlot, defineComponent, ref, computed, reactive, watch, nextTick, onMounted } from 'vue';
2
+ import { openBlock, createElementBlock, mergeProps, renderSlot, defineComponent, ref, computed, reactive, watch, nextTick, onMounted } from 'vue';
3
3
  import './OrIcon-3a514933.js';
4
- import { s as script$1 } from './OrMenu.vue_vue_type_script_lang-be8c502d.js';
4
+ import './OrMenu-08aa60de.js';
5
5
  import './OrMenuItem-94ffa853.js';
6
- import { s as script$2 } from './OrTab.vue_vue_type_script_lang-671949b7.js';
6
+ import { s as script$1 } from './OrTab.vue_vue_type_script_lang-671949b7.js';
7
7
  import { u as useClassAttribute } from './useClassAttribute-00888f78.js';
8
- import { s as script$3 } from './OrIcon.vue_vue_type_script_lang-41a6a57a.js';
8
+ import { s as script$2 } from './OrIcon.vue_vue_type_script_lang-41a6a57a.js';
9
+ import { s as script$3 } from './OrMenu.vue_vue_type_script_lang-bae45062.js';
9
10
  import { s as script$4 } from './OrMenuItem.vue_vue_type_script_lang-ccb7e082.js';
10
11
 
11
- function render$1(_ctx, _cache, $props, $setup, $data, $options) {
12
- const _component_OrPopover = resolveComponent("OrPopover");
13
- return openBlock(), createElementBlock("div", mergeProps({
14
- ref: "root"
15
- }, _ctx.$attrs, {
16
- class: _ctx.rootStyles
17
- }), [createVNode(_component_OrPopover, {
18
- ref: "popover",
19
- variant: 'auto',
20
- trigger: _ctx.trigger,
21
- placement: _ctx.placement,
22
- "full-width": false,
23
- "disable-default-styles": false,
24
- "onUpdate:state": _cache[1] || (_cache[1] = $event => _ctx.$emit('update:state', $event))
25
- }, {
26
- default: withCtx(() => [createElementVNode("div", {
27
- class: normalizeClass(_ctx.bodyStyles),
28
- onClick: _cache[0] || (_cache[0] = withModifiers((...args) => _ctx.onClick && _ctx.onClick(...args), ["stop"]))
29
- }, [renderSlot(_ctx.$slots, "default")], 2 /* CLASS */)]),
30
-
31
- _: 3 /* FORWARDED */
32
- }, 8 /* PROPS */, ["trigger", "placement"])], 16 /* FULL_PROPS */);
33
- }
34
-
35
- script$1.render = render$1;
36
- script$1.__file = "src/components/or-menu-v3/OrMenu.vue";
37
-
38
12
  const _hoisted_1 = ["selected"];
39
13
  function render(_ctx, _cache, $props, $setup, $data, $options) {
40
14
  return openBlock(), createElementBlock("div", mergeProps({
@@ -49,8 +23,8 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
49
23
  }), [renderSlot(_ctx.$slots, "default")], 16 /* FULL_PROPS */, _hoisted_1);
50
24
  }
51
25
 
52
- script$2.render = render;
53
- script$2.__file = "src/components/or-tab-v3/OrTab.vue";
26
+ script$1.render = render;
27
+ script$1.__file = "src/components/or-tab-v3/OrTab.vue";
54
28
 
55
29
  var TabsVariant;
56
30
  (function (TabsVariant) {
@@ -79,10 +53,10 @@ const TabsRootVariants = {
79
53
  var script = defineComponent({
80
54
  name: 'OrTabs',
81
55
  components: {
82
- OrIcon: script$3,
83
- OrMenu: script$1,
56
+ OrIcon: script$2,
57
+ OrMenu: script$3,
84
58
  OrMenuItem: script$4,
85
- OrTab: script$2
59
+ OrTab: script$1
86
60
  },
87
61
  inheritAttrs: false,
88
62
  props: {
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, computed, watchPostEffect, unref } from 'vue';
2
- import './OrIconButton-c521fef8.js';
2
+ import './OrIconButton-00ab6c2d.js';
3
3
  import { u as useClassAttribute } from './useClassAttribute-00888f78.js';
4
- import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-a834417f.js';
4
+ import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-b35040f9.js';
5
5
 
6
6
  var TagVariant;
7
7
  (function (TagVariant) {
@@ -1,4 +1,4 @@
1
- import { a as script } from './types-577637c4.js';
1
+ import { a as script } from './types-bc0d88d7.js';
2
2
  import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, normalizeClass, createVNode, TransitionGroup, createElementBlock, Fragment, renderList, mergeProps, createCommentVNode } from 'vue';
3
3
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
4
4
 
@@ -1,7 +1,7 @@
1
1
  import { useDebounceFn, useElementHover } from '@vueuse/core';
2
2
  import { defineComponent, ref, computed, watch } from 'vue';
3
- import './OrPopover-18a195aa.js';
4
- import { s as script$1, P as PopoverPlacement } from './OrPopover.vue_vue_type_script_lang-1ed6063d.js';
3
+ import './OrPopover-93ef8c26.js';
4
+ import { s as script$1, P as PopoverPlacement } from './OrPopover.vue_vue_type_script_lang-e200f5be.js';
5
5
  import { u as useClassAttribute } from './useClassAttribute-00888f78.js';
6
6
 
7
7
  const TooltipRoot = [