@onereach/ui-components 3.0.2-beta.2481.0 → 3.0.2-beta.2641.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 (220) hide show
  1. package/dist/bundled/v2/{OrCardCollection-1b797c0b.js → OrCardCollection-a7706585.js} +3 -3
  2. package/dist/bundled/v2/{OrConfirm-98d9a7b0.js → OrConfirm-f14ac69d.js} +1 -1
  3. package/dist/bundled/v2/{OrIconButton-50f3e359.js → OrIconButton-d427d121.js} +1 -1
  4. package/dist/bundled/v2/{OrInlineInput-2395a4c6.js → OrInlineInput-916fd2b8.js} +1 -1
  5. package/dist/bundled/v2/{OrInlineTextarea-5ea9f01a.js → OrInlineTextarea-f26824e4.js} +1 -1
  6. package/dist/bundled/v2/{OrInput-900df60c.js → OrInput-059a67b6.js} +1 -1
  7. package/dist/bundled/v2/{OrMenu-cbb0c2c8.js → OrMenu-e1cf47b8.js} +1 -1
  8. package/dist/bundled/v2/{OrModal-e66519f4.js → OrModal-6cbeb15e.js} +1 -1
  9. package/dist/bundled/v2/{OrNotification-8a219610.js → OrNotification-8695c59e.js} +1 -1
  10. package/dist/bundled/v2/{OrPagination-cf47d71c.js → OrPagination-203a86f1.js} +1 -1
  11. package/dist/bundled/v2/{OrPopover-f3d58fff.js → OrPopover-06448d74.js} +1 -5
  12. package/dist/bundled/v2/{OrSearch-9d11a3f1.js → OrSearch-a8d4cf95.js} +1 -1
  13. package/dist/bundled/v2/{OrSelect-0675a404.js → OrSelect-0b9b27e9.js} +4 -4
  14. package/dist/bundled/v2/{OrSidebar-0509e5f8.js → OrSidebar-0d6177e2.js} +1 -1
  15. package/dist/bundled/v2/{OrSidebarCollapseButton-3382ea38.js → OrSidebarCollapseButton-730a948a.js} +1 -1
  16. package/dist/bundled/v2/{OrTabs-10f7e668.js → OrTabs-85d7036a.js} +1 -1
  17. package/dist/bundled/v2/{OrTag-11c078db.js → OrTag-7879a9fa.js} +1 -1
  18. package/dist/bundled/v2/{OrTooltip-a2a90db8.js → OrTooltip-e34783de.js} +1 -1
  19. package/dist/bundled/v2/OrTree-b8e47647.js +236 -0
  20. package/dist/bundled/v2/components/index.d.ts +1 -0
  21. package/dist/bundled/v2/components/index.js +20 -19
  22. package/dist/bundled/v2/components/or-card-collection-v3/index.js +7 -7
  23. package/dist/bundled/v2/components/or-confirm-v3/index.js +5 -5
  24. package/dist/bundled/v2/components/or-icon-button-v3/index.js +3 -3
  25. package/dist/bundled/v2/components/or-inline-input-v3/index.js +4 -4
  26. package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +4 -4
  27. package/dist/bundled/v2/components/or-input-v3/index.js +4 -4
  28. package/dist/bundled/v2/components/or-menu-v3/index.js +2 -2
  29. package/dist/bundled/v2/components/or-modal-v3/index.js +4 -4
  30. package/dist/bundled/v2/components/or-notification-v3/index.js +4 -4
  31. package/dist/bundled/v2/components/or-pagination-v3/index.js +3 -3
  32. package/dist/bundled/v2/components/or-popover-v3/OrPopover.vue.d.ts +0 -11
  33. package/dist/bundled/v2/components/or-popover-v3/index.js +1 -1
  34. package/dist/bundled/v2/components/or-search-v3/index.js +5 -5
  35. package/dist/bundled/v2/components/or-select-v3/index.js +6 -6
  36. package/dist/bundled/v2/components/or-sidebar-v3/index.js +5 -5
  37. package/dist/bundled/v2/components/or-sidebar-v3/partials/index.js +4 -4
  38. package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +4 -4
  39. package/dist/bundled/v2/components/or-tabs-v3/index.js +3 -3
  40. package/dist/bundled/v2/components/or-tag-v3/index.js +4 -4
  41. package/dist/bundled/v2/components/or-toast-v3/index.js +4 -4
  42. package/dist/bundled/v2/components/or-tooltip-v3/index.js +2 -2
  43. package/dist/bundled/v2/components/or-tree-v3/OrTree.vue.d.ts +47 -0
  44. package/dist/bundled/v2/components/or-tree-v3/TreeNode.vue.d.ts +82 -0
  45. package/dist/bundled/v2/components/or-tree-v3/index.d.ts +2 -0
  46. package/dist/bundled/v2/components/or-tree-v3/index.js +17 -0
  47. package/dist/bundled/v2/components/or-tree-v3/styles.d.ts +1 -0
  48. package/dist/bundled/v2/components/or-tree-v3/types.d.ts +10 -0
  49. package/dist/bundled/v2/components/or-tree-v3/utils.d.ts +5 -0
  50. package/dist/bundled/v2/index.js +21 -20
  51. package/dist/bundled/v2/{types-8d0c1236.js → types-79c4992b.js} +1 -1
  52. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-7dd04efe.js → OrCardCollection.vue_vue_type_script_lang-dda3f349.js} +5 -5
  53. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-9bfe8cdd.js → OrConfirm.vue_vue_type_script_lang-f8a75cf0.js} +2 -2
  54. package/dist/bundled/v3/{OrIconButton-55238a89.js → OrIconButton-b3e4997b.js} +1 -1
  55. package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-3aeb76ac.js → OrIconButton.vue_vue_type_script_lang-de03b47c.js} +1 -1
  56. package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-d1fd44af.js → OrInlineInput.vue_vue_type_script_lang-3d76b4b8.js} +2 -2
  57. package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-a9e69aff.js → OrInlineTextarea.vue_vue_type_script_lang-5b87295b.js} +2 -2
  58. package/dist/bundled/v3/{OrInput-d23f9223.js → OrInput-0141dbad.js} +1 -1
  59. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-fde0f78f.js → OrInput.vue_vue_type_script_lang-831761b8.js} +2 -2
  60. package/dist/bundled/v3/{OrMenu-89afef68.js → OrMenu-97b74f43.js} +1 -1
  61. package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-f6748a99.js → OrMenu.vue_vue_type_script_lang-bff59dcb.js} +2 -2
  62. package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-63930770.js → OrModal.vue_vue_type_script_lang-87032cf0.js} +2 -2
  63. package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-b96d5927.js → OrNotification.vue_vue_type_script_lang-10b7460c.js} +2 -2
  64. package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-7673a00e.js → OrPagination.vue_vue_type_script_lang-8ec07f21.js} +2 -2
  65. package/dist/bundled/v3/{OrPopover-40d53b57.js → OrPopover-f09c1ad2.js} +1 -1
  66. package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-9bf2361c.js → OrPopover.vue_vue_type_script_lang-1caf28d1.js} +1 -5
  67. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-a298a8cc.js → OrSearch.vue_vue_type_script_lang-afb27ea5.js} +2 -2
  68. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-ee304265.js → OrSelect.vue_vue_type_script_lang-1574d816.js} +5 -5
  69. package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-123eab91.js → OrSidebar.vue_vue_type_script_lang-bfaee185.js} +1 -1
  70. package/dist/bundled/v3/{OrSidebarCollapseButton.vue_vue_type_script_lang-d6860d69.js → OrSidebarCollapseButton.vue_vue_type_script_lang-15f995a0.js} +2 -2
  71. package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-ebd2a59d.js → OrTabs.vue_vue_type_script_lang-4b181fc5.js} +2 -2
  72. package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-0f6207e6.js → OrTag.vue_vue_type_script_lang-429e76ad.js} +2 -2
  73. package/dist/bundled/v3/{OrToastContainer-a70f69eb.js → OrToastContainer-056470e4.js} +1 -1
  74. package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-27591090.js → OrTooltip.vue_vue_type_script_lang-ce2158d0.js} +2 -2
  75. package/dist/bundled/v3/OrTree.vue_vue_type_script_lang-9a31b9b4.js +146 -0
  76. package/dist/bundled/v3/components/index.d.ts +1 -0
  77. package/dist/bundled/v3/components/index.js +24 -23
  78. package/dist/bundled/v3/components/or-card-collection-v3/index.js +11 -11
  79. package/dist/bundled/v3/components/or-confirm-v3/index.js +8 -8
  80. package/dist/bundled/v3/components/or-icon-button-v3/index.js +4 -4
  81. package/dist/bundled/v3/components/or-inline-input-v3/index.js +6 -6
  82. package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +6 -6
  83. package/dist/bundled/v3/components/or-input-v3/index.js +6 -6
  84. package/dist/bundled/v3/components/or-menu-v3/index.js +3 -3
  85. package/dist/bundled/v3/components/or-modal-v3/index.js +6 -6
  86. package/dist/bundled/v3/components/or-notification-v3/index.js +6 -6
  87. package/dist/bundled/v3/components/or-pagination-v3/index.js +5 -5
  88. package/dist/bundled/v3/components/or-popover-v3/OrPopover.vue.d.ts +0 -11
  89. package/dist/bundled/v3/components/or-popover-v3/index.js +1 -1
  90. package/dist/bundled/v3/components/or-search-v3/index.js +8 -8
  91. package/dist/bundled/v3/components/or-select-v3/index.js +9 -9
  92. package/dist/bundled/v3/components/or-sidebar-v3/index.js +7 -7
  93. package/dist/bundled/v3/components/or-sidebar-v3/partials/index.js +6 -6
  94. package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +6 -6
  95. package/dist/bundled/v3/components/or-tabs-v3/index.js +5 -5
  96. package/dist/bundled/v3/components/or-tag-v3/index.js +6 -6
  97. package/dist/bundled/v3/components/or-toast-v3/index.js +7 -7
  98. package/dist/bundled/v3/components/or-tooltip-v3/index.js +3 -3
  99. package/dist/bundled/v3/components/or-tree-v3/OrTree.vue.d.ts +47 -0
  100. package/dist/bundled/v3/components/or-tree-v3/TreeNode.vue.d.ts +82 -0
  101. package/dist/bundled/v3/components/or-tree-v3/index.d.ts +2 -0
  102. package/dist/bundled/v3/components/or-tree-v3/index.js +16 -0
  103. package/dist/bundled/v3/components/or-tree-v3/styles.d.ts +1 -0
  104. package/dist/bundled/v3/components/or-tree-v3/types.d.ts +10 -0
  105. package/dist/bundled/v3/components/or-tree-v3/utils.d.ts +5 -0
  106. package/dist/bundled/v3/index.js +173 -147
  107. package/dist/bundled/v3/{types-e9ab8869.js → types-f428a884.js} +2 -2
  108. package/dist/esm/v2/{OrCardCollection-fcc2bec5.js → OrCardCollection-f4c27d14.js} +4 -4
  109. package/dist/esm/v2/{OrConfirm-7eee1481.js → OrConfirm-216060ac.js} +1 -1
  110. package/dist/esm/v2/{OrIconButton-ec2e21aa.js → OrIconButton-5c4ef664.js} +2 -2
  111. package/dist/esm/v2/{OrInlineInput-34f28593.js → OrInlineInput-46e7f140.js} +1 -1
  112. package/dist/esm/v2/{OrInlineTextarea-07a2cdc1.js → OrInlineTextarea-d016f618.js} +1 -1
  113. package/dist/esm/v2/{OrInput-a7903c0f.js → OrInput-9e6040e4.js} +1 -1
  114. package/dist/esm/v2/{OrMenu-47b319a6.js → OrMenu-fb119a7b.js} +1 -1
  115. package/dist/esm/v2/{OrModal-69791114.js → OrModal-b759863f.js} +1 -1
  116. package/dist/esm/v2/{OrNotification-5e98ac28.js → OrNotification-f9e48250.js} +1 -1
  117. package/dist/esm/v2/{OrPagination-4d330d4f.js → OrPagination-dc27788c.js} +2 -2
  118. package/dist/esm/v2/{OrPopover-83c885d0.js → OrPopover-aa9f4918.js} +1 -5
  119. package/dist/esm/v2/{OrSearch-5eba1989.js → OrSearch-da9725b4.js} +1 -1
  120. package/dist/esm/v2/{OrSelect-2d48ddee.js → OrSelect-8307ad20.js} +4 -4
  121. package/dist/esm/v2/{OrSidebar-6431f9f0.js → OrSidebar-5ca2144a.js} +1 -1
  122. package/dist/esm/v2/{OrSidebarCollapseButton-fbbac5f0.js → OrSidebarCollapseButton-b8e678d4.js} +1 -1
  123. package/dist/esm/v2/{OrTabs-f0e4db08.js → OrTabs-32d46f77.js} +2 -2
  124. package/dist/esm/v2/{OrTag-335525e6.js → OrTag-0153f01d.js} +1 -1
  125. package/dist/esm/v2/{OrTooltip-2c09dcaf.js → OrTooltip-f5d1e4f0.js} +1 -1
  126. package/dist/esm/v2/OrTree-32b2fede.js +233 -0
  127. package/dist/esm/v2/components/index.d.ts +1 -0
  128. package/dist/esm/v2/components/index.js +20 -19
  129. package/dist/esm/v2/components/or-card-collection-v3/index.js +7 -7
  130. package/dist/esm/v2/components/or-confirm-v3/index.js +5 -5
  131. package/dist/esm/v2/components/or-icon-button-v3/index.js +3 -3
  132. package/dist/esm/v2/components/or-inline-input-v3/index.js +4 -4
  133. package/dist/esm/v2/components/or-inline-textarea-v3/index.js +4 -4
  134. package/dist/esm/v2/components/or-input-v3/index.js +4 -4
  135. package/dist/esm/v2/components/or-menu-v3/index.js +2 -2
  136. package/dist/esm/v2/components/or-modal-v3/index.js +4 -4
  137. package/dist/esm/v2/components/or-notification-v3/index.js +4 -4
  138. package/dist/esm/v2/components/or-pagination-v3/index.js +3 -3
  139. package/dist/esm/v2/components/or-popover-v3/OrPopover.vue.d.ts +0 -11
  140. package/dist/esm/v2/components/or-popover-v3/index.js +1 -1
  141. package/dist/esm/v2/components/or-search-v3/index.js +5 -5
  142. package/dist/esm/v2/components/or-select-v3/index.js +6 -6
  143. package/dist/esm/v2/components/or-sidebar-v3/index.js +5 -5
  144. package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +4 -4
  145. package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +4 -4
  146. package/dist/esm/v2/components/or-tabs-v3/index.js +3 -3
  147. package/dist/esm/v2/components/or-tag-v3/index.js +4 -4
  148. package/dist/esm/v2/components/or-toast-v3/index.js +4 -4
  149. package/dist/esm/v2/components/or-tooltip-v3/index.js +2 -2
  150. package/dist/esm/v2/components/or-tree-v3/OrTree.vue.d.ts +47 -0
  151. package/dist/esm/v2/components/or-tree-v3/TreeNode.vue.d.ts +82 -0
  152. package/dist/esm/v2/components/or-tree-v3/index.d.ts +2 -0
  153. package/dist/esm/v2/components/or-tree-v3/index.js +15 -0
  154. package/dist/esm/v2/components/or-tree-v3/styles.d.ts +1 -0
  155. package/dist/esm/v2/components/or-tree-v3/types.d.ts +10 -0
  156. package/dist/esm/v2/components/or-tree-v3/utils.d.ts +5 -0
  157. package/dist/esm/v2/index.js +20 -19
  158. package/dist/esm/v2/{types-b1ac5808.js → types-1e607d9c.js} +1 -1
  159. package/dist/esm/v3/{OrCardCollection-fd019cf5.js → OrCardCollection-8bdbf9b7.js} +4 -4
  160. package/dist/esm/v3/{OrConfirm-b74191d6.js → OrConfirm-8067c5c4.js} +1 -1
  161. package/dist/esm/v3/{OrIconButton-e3f4d060.js → OrIconButton-41ee266c.js} +2 -2
  162. package/dist/esm/v3/{OrInlineInput-c0e61e6b.js → OrInlineInput-0ebb39b5.js} +1 -1
  163. package/dist/esm/v3/{OrInlineTextarea-6d5e7ceb.js → OrInlineTextarea-9fe81d0c.js} +1 -1
  164. package/dist/esm/v3/{OrInput-f0748c95.js → OrInput-18a1b41a.js} +1 -1
  165. package/dist/esm/v3/{OrMenu-053a9ab7.js → OrMenu-693b2bb8.js} +1 -1
  166. package/dist/esm/v3/{OrModal-7d4158d1.js → OrModal-18b6a0d2.js} +1 -1
  167. package/dist/esm/v3/{OrNotification-9e00aa97.js → OrNotification-b8a59ce3.js} +1 -1
  168. package/dist/esm/v3/{OrPagination-f2d104d9.js → OrPagination-9f8380a9.js} +2 -2
  169. package/dist/esm/v3/{OrPopover-3ac8f589.js → OrPopover-52250a03.js} +1 -5
  170. package/dist/esm/v3/{OrSearch-6673c583.js → OrSearch-b6a0f0e6.js} +1 -1
  171. package/dist/esm/v3/{OrSelect-b9d45ab4.js → OrSelect-c3a50846.js} +5 -5
  172. package/dist/esm/v3/{OrSidebar-c4dfb35c.js → OrSidebar-22253d76.js} +1 -1
  173. package/dist/esm/v3/{OrSidebarCollapseButton-e4b2eedb.js → OrSidebarCollapseButton-5154e452.js} +1 -1
  174. package/dist/esm/v3/{OrTabs-d9e2a07e.js → OrTabs-6ee4b984.js} +2 -2
  175. package/dist/esm/v3/{OrTag-1b49531d.js → OrTag-43ca7029.js} +1 -1
  176. package/dist/esm/v3/{OrTooltip-d91128f4.js → OrTooltip-02f07fa2.js} +1 -1
  177. package/dist/esm/v3/OrTree-bf625e80.js +170 -0
  178. package/dist/esm/v3/components/index.d.ts +1 -0
  179. package/dist/esm/v3/components/index.js +20 -19
  180. package/dist/esm/v3/components/or-card-collection-v3/index.js +7 -7
  181. package/dist/esm/v3/components/or-confirm-v3/index.js +5 -5
  182. package/dist/esm/v3/components/or-icon-button-v3/index.js +3 -3
  183. package/dist/esm/v3/components/or-inline-input-v3/index.js +4 -4
  184. package/dist/esm/v3/components/or-inline-textarea-v3/index.js +4 -4
  185. package/dist/esm/v3/components/or-input-v3/index.js +4 -4
  186. package/dist/esm/v3/components/or-menu-v3/index.js +2 -2
  187. package/dist/esm/v3/components/or-modal-v3/index.js +4 -4
  188. package/dist/esm/v3/components/or-notification-v3/index.js +4 -4
  189. package/dist/esm/v3/components/or-pagination-v3/index.js +3 -3
  190. package/dist/esm/v3/components/or-popover-v3/OrPopover.vue.d.ts +0 -11
  191. package/dist/esm/v3/components/or-popover-v3/index.js +1 -1
  192. package/dist/esm/v3/components/or-search-v3/index.js +5 -5
  193. package/dist/esm/v3/components/or-select-v3/index.js +6 -6
  194. package/dist/esm/v3/components/or-sidebar-v3/index.js +5 -5
  195. package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +4 -4
  196. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +4 -4
  197. package/dist/esm/v3/components/or-tabs-v3/index.js +3 -3
  198. package/dist/esm/v3/components/or-tag-v3/index.js +4 -4
  199. package/dist/esm/v3/components/or-toast-v3/index.js +4 -4
  200. package/dist/esm/v3/components/or-tooltip-v3/index.js +2 -2
  201. package/dist/esm/v3/components/or-tree-v3/OrTree.vue.d.ts +47 -0
  202. package/dist/esm/v3/components/or-tree-v3/TreeNode.vue.d.ts +82 -0
  203. package/dist/esm/v3/components/or-tree-v3/index.d.ts +2 -0
  204. package/dist/esm/v3/components/or-tree-v3/index.js +14 -0
  205. package/dist/esm/v3/components/or-tree-v3/styles.d.ts +1 -0
  206. package/dist/esm/v3/components/or-tree-v3/types.d.ts +10 -0
  207. package/dist/esm/v3/components/or-tree-v3/utils.d.ts +5 -0
  208. package/dist/esm/v3/index.js +20 -19
  209. package/dist/esm/v3/{types-af033805.js → types-9ab3399d.js} +1 -1
  210. package/package.json +2 -2
  211. package/src/components/index.ts +1 -0
  212. package/src/components/or-popover-v3/OrPopover.vue +0 -6
  213. package/src/components/or-select-v3/OrSelect.vue +1 -1
  214. package/src/components/or-tree-v3/OrTree.stories3.ts +105 -0
  215. package/src/components/or-tree-v3/OrTree.vue +85 -0
  216. package/src/components/or-tree-v3/TreeNode.vue +72 -0
  217. package/src/components/or-tree-v3/index.ts +2 -0
  218. package/src/components/or-tree-v3/styles.ts +13 -0
  219. package/src/components/or-tree-v3/types.ts +12 -0
  220. package/src/components/or-tree-v3/utils.ts +31 -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-50f3e359.js';
4
+ import { O as OrIconButton } from './OrIconButton-d427d121.js';
5
5
  import { O as OrLoader } from './OrLoader-dc73d8ee.js';
6
6
  import { defineComponent, ref, computed, onBeforeMount, onBeforeUnmount, nextTick } from '@vue/composition-api/dist/vue-composition-api.mjs';
7
7
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
@@ -1,13 +1,13 @@
1
1
  import { resolveComponent, openBlock, createBlock, normalizeClass, defineComponent, computed, createElementBlock, Fragment, renderList, renderSlot, mergeProps, createTextVNode, toDisplayString, ref, watch } from 'vue';
2
- import './OrIconButton-55238a89.js';
3
- import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-3aeb76ac.js';
2
+ import './OrIconButton-b3e4997b.js';
3
+ import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-de03b47c.js';
4
4
  import './OrButton-7b1eac5d.js';
5
- import './OrMenu-89afef68.js';
6
- import { s as script$5 } from './OrMenu.vue_vue_type_script_lang-f6748a99.js';
5
+ import './OrMenu-97b74f43.js';
6
+ import { s as script$5 } from './OrMenu.vue_vue_type_script_lang-bff59dcb.js';
7
7
  import './OrMenuItem-a90b0369.js';
8
8
  import { s as script$6 } from './OrMenuItem.vue_vue_type_script_lang-d65eec51.js';
9
9
  import './OrIcon-a670d8e9.js';
10
- import { s as script$2 } from './OrSearch.vue_vue_type_script_lang-a298a8cc.js';
10
+ import { s as script$2 } from './OrSearch.vue_vue_type_script_lang-afb27ea5.js';
11
11
  import { s as script$4 } from './OrButton.vue_vue_type_script_lang-ed1524cf.js';
12
12
  import { s as script$7 } from './OrIcon.vue_vue_type_script_lang-859d76fb.js';
13
13
 
@@ -3,10 +3,10 @@ import { l as logicAnd } from './index-01519e46.js';
3
3
  import { defineComponent, ref, computed, watch } from 'vue';
4
4
  import './OrBottomSheet.vue_vue_type_script_lang-e3ef075b.js';
5
5
  import './OrButton-7b1eac5d.js';
6
- import './OrInput-d23f9223.js';
6
+ import './OrInput-0141dbad.js';
7
7
  import { s as script$2, a as ButtonColor } from './OrButton.vue_vue_type_script_lang-ed1524cf.js';
8
8
  import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-c298c8cd.js';
9
- import { s as script$3 } from './OrInput.vue_vue_type_script_lang-fde0f78f.js';
9
+ import { s as script$3 } from './OrInput.vue_vue_type_script_lang-831761b8.js';
10
10
 
11
11
  var ConfirmType;
12
12
  (function (ConfirmType) {
@@ -1,4 +1,4 @@
1
- import { s as script } from './OrIconButton.vue_vue_type_script_lang-3aeb76ac.js';
1
+ import { s as script } from './OrIconButton.vue_vue_type_script_lang-de03b47c.js';
2
2
  import { resolveComponent, openBlock, createBlock, normalizeProps, guardReactiveProps, withCtx, createElementVNode, mergeProps, toHandlers, createVNode } from 'vue';
3
3
 
4
4
  const _hoisted_1 = ["selected", "disabled"];
@@ -1,6 +1,6 @@
1
1
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createBlock, withCtx, createElementVNode, toDisplayString, createCommentVNode, defineComponent, ref, computed } from 'vue';
2
2
  import './OrIcon-a670d8e9.js';
3
- import { s as script$1 } from './OrTooltip.vue_vue_type_script_lang-27591090.js';
3
+ import { s as script$1 } from './OrTooltip.vue_vue_type_script_lang-ce2158d0.js';
4
4
  import { s as script$2, I as IconSize } from './OrIcon.vue_vue_type_script_lang-859d76fb.js';
5
5
 
6
6
  function render(_ctx, _cache, $props, $setup, $data, $options) {
@@ -1,13 +1,13 @@
1
1
  import { defineComponent, ref, computed, reactive, watch } from 'vue';
2
2
  import './OrHint-fcd2563e.js';
3
- import './OrIconButton-55238a89.js';
3
+ import './OrIconButton-b3e4997b.js';
4
4
  import './OrInlineInputBox-019a5579.js';
5
5
  import { s as script$4, I as InlineInputBoxSize } from './OrInlineInputBox.vue_vue_type_script_lang-aff0fced.js';
6
6
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-b2e42f31.js';
7
7
  import { u as useValidationAttributes } from './useValidationAttributes-5428d8fa.js';
8
8
  import { s as script$1 } from './OrError.vue_vue_type_script_lang-7305a1d9.js';
9
9
  import { s as script$2 } from './OrHint.vue_vue_type_script_lang-47d9b9ed.js';
10
- import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-3aeb76ac.js';
10
+ import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-de03b47c.js';
11
11
 
12
12
  var InlineInputType;
13
13
  (function (InlineInputType) {
@@ -1,12 +1,12 @@
1
1
  import { defineComponent, ref, computed, reactive, watch } from 'vue';
2
2
  import './OrHint-fcd2563e.js';
3
- import './OrIconButton-55238a89.js';
3
+ import './OrIconButton-b3e4997b.js';
4
4
  import './OrInlineInputBox-019a5579.js';
5
5
  import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute-b2e42f31.js';
6
6
  import { u as useValidationAttributes } from './useValidationAttributes-5428d8fa.js';
7
7
  import { s as script$1 } from './OrError.vue_vue_type_script_lang-7305a1d9.js';
8
8
  import { s as script$2 } from './OrHint.vue_vue_type_script_lang-47d9b9ed.js';
9
- import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-3aeb76ac.js';
9
+ import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-de03b47c.js';
10
10
  import { s as script$4 } from './OrInlineInputBox.vue_vue_type_script_lang-aff0fced.js';
11
11
 
12
12
  const InlineTextareaRoot = [
@@ -1,4 +1,4 @@
1
- import { s as script } from './OrInput.vue_vue_type_script_lang-fde0f78f.js';
1
+ import { s as script } from './OrInput.vue_vue_type_script_lang-831761b8.js';
2
2
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, mergeProps, vModelDynamic, Fragment, withModifiers, createSlots, vShow } from 'vue';
3
3
  import { s as styleInject } from './style-inject.es-4c6f2515.js';
4
4
 
@@ -3,7 +3,7 @@ import './OrHint-fcd2563e.js';
3
3
  import { s as script$1 } from './OrError.vue_vue_type_script_lang-7305a1d9.js';
4
4
  import { s as script$2 } from './OrHint.vue_vue_type_script_lang-47d9b9ed.js';
5
5
  import './OrIcon-a670d8e9.js';
6
- import './OrIconButton-55238a89.js';
6
+ import './OrIconButton-b3e4997b.js';
7
7
  import './OrInputBox-66241142.js';
8
8
  import { s as script$5 } from './OrInputBox.vue_vue_type_script_lang-d07fa3ad.js';
9
9
  import './OrLabel-4da10c50.js';
@@ -14,7 +14,7 @@ import { a as useIdAttribute, u as useControlAttributes } from './useIdAttribute
14
14
  import { u as useValidationAttributes } from './useValidationAttributes-5428d8fa.js';
15
15
  import { u as useResponsive } from './useResponsive-9d397e2a.js';
16
16
  import { s as script$3 } from './OrIcon.vue_vue_type_script_lang-859d76fb.js';
17
- import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-3aeb76ac.js';
17
+ import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-de03b47c.js';
18
18
  import { s as script$7 } from './OrLoader.vue_vue_type_script_lang-9f6ed71f.js';
19
19
 
20
20
  var InputType;
@@ -1,4 +1,4 @@
1
- import { s as script } from './OrMenu.vue_vue_type_script_lang-f6748a99.js';
1
+ import { s as script } from './OrMenu.vue_vue_type_script_lang-bff59dcb.js';
2
2
  import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, withModifiers, renderSlot } from 'vue';
3
3
 
4
4
  function render(_ctx, _cache, $props, $setup, $data, $options) {
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, ref, computed } from 'vue';
2
- import './OrPopover-40d53b57.js';
3
- import { s as script$1, P as PopoverPlacement } from './OrPopover.vue_vue_type_script_lang-9bf2361c.js';
2
+ import './OrPopover-f09c1ad2.js';
3
+ import { s as script$1, P as PopoverPlacement } from './OrPopover.vue_vue_type_script_lang-1caf28d1.js';
4
4
 
5
5
  const MenuRoot = [
6
6
  // Layout
@@ -1,8 +1,8 @@
1
1
  import { defineComponent, ref, computed, watch } from 'vue';
2
2
  import './OrBottomSheet.vue_vue_type_script_lang-e3ef075b.js';
3
- import './OrIconButton-55238a89.js';
3
+ import './OrIconButton-b3e4997b.js';
4
4
  import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-c298c8cd.js';
5
- import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-3aeb76ac.js';
5
+ import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-de03b47c.js';
6
6
 
7
7
  var ModalSize;
8
8
  (function (ModalSize) {
@@ -1,8 +1,8 @@
1
1
  import { defineComponent, ref, computed } from 'vue';
2
2
  import './OrIcon-a670d8e9.js';
3
- import './OrIconButton-55238a89.js';
3
+ import './OrIconButton-b3e4997b.js';
4
4
  import { s as script$1 } from './OrIcon.vue_vue_type_script_lang-859d76fb.js';
5
- import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-3aeb76ac.js';
5
+ import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-de03b47c.js';
6
6
 
7
7
  var NotificationVariant;
8
8
  (function (NotificationVariant) {
@@ -1,12 +1,12 @@
1
1
  import { defineComponent, ref, computed } from 'vue';
2
2
  import './OrButton-7b1eac5d.js';
3
3
  import './OrIcon-a670d8e9.js';
4
- import './OrMenu-89afef68.js';
4
+ import './OrMenu-97b74f43.js';
5
5
  import './OrMenuItem-a90b0369.js';
6
6
  import { u as useResponsive } from './useResponsive-9d397e2a.js';
7
7
  import { s as script$1 } from './OrButton.vue_vue_type_script_lang-ed1524cf.js';
8
8
  import { s as script$2 } from './OrIcon.vue_vue_type_script_lang-859d76fb.js';
9
- import { s as script$3 } from './OrMenu.vue_vue_type_script_lang-f6748a99.js';
9
+ import { s as script$3 } from './OrMenu.vue_vue_type_script_lang-bff59dcb.js';
10
10
  import { s as script$4 } from './OrMenuItem.vue_vue_type_script_lang-d65eec51.js';
11
11
 
12
12
  const PaginationRoot = [
@@ -1,4 +1,4 @@
1
- import { s as script } from './OrPopover.vue_vue_type_script_lang-9bf2361c.js';
1
+ import { s as script } from './OrPopover.vue_vue_type_script_lang-1caf28d1.js';
2
2
  import { resolveComponent, openBlock, createBlock, withCtx, withDirectives, createElementVNode, createElementBlock, mergeProps, renderSlot, normalizeClass, createCommentVNode, vShow } from 'vue';
3
3
 
4
4
  const _hoisted_1 = {
@@ -121,10 +121,6 @@ var script = defineComponent({
121
121
  type: Boolean,
122
122
  default: false
123
123
  },
124
- customStyles: {
125
- type: Array,
126
- default: () => []
127
- },
128
124
  disableDefaultStyles: {
129
125
  type: Boolean,
130
126
  default: false
@@ -145,7 +141,7 @@ var script = defineComponent({
145
141
  return (_a = bottomSheet.value) === null || _a === void 0 ? void 0 : _a.root;
146
142
  });
147
143
  // Styles
148
- const rootStyles = computed(() => ['or-popover-v3', ...PopoverRoot, ...props.customStyles]);
144
+ const rootStyles = computed(() => ['or-popover-v3', ...PopoverRoot]);
149
145
  const bodyStyles = computed(() => [...PopoverBody, ...PopoverBodyPlacements[props.placement]]);
150
146
  // State
151
147
  const state = ref('closed');
@@ -1,7 +1,7 @@
1
1
  import { debouncedWatch } from '@vueuse/core';
2
2
  import { defineComponent, ref, computed, watch } from 'vue';
3
- import './OrInput-d23f9223.js';
4
- import { s as script$1 } from './OrInput.vue_vue_type_script_lang-fde0f78f.js';
3
+ import './OrInput-0141dbad.js';
4
+ import { s as script$1 } from './OrInput.vue_vue_type_script_lang-831761b8.js';
5
5
  import { a as InputBoxSize } from './props-78496a2d.js';
6
6
 
7
7
  var script = defineComponent({
@@ -4,22 +4,22 @@ import { s as styleInject } from './style-inject.es-4c6f2515.js';
4
4
  import './OrHint-fcd2563e.js';
5
5
  import { s as script$2 } from './OrExpansionPanel.vue_vue_type_script_lang-60d86e7b.js';
6
6
  import './OrIcon-a670d8e9.js';
7
- import './OrInput-d23f9223.js';
7
+ import './OrInput-0141dbad.js';
8
8
  import './OrInputBox-66241142.js';
9
9
  import './OrLabel-4da10c50.js';
10
10
  import './OrMenuItem-a90b0369.js';
11
- import './OrPopover-40d53b57.js';
12
- import { s as script$3 } from './OrTag.vue_vue_type_script_lang-0f6207e6.js';
11
+ import './OrPopover-f09c1ad2.js';
12
+ import { s as script$3 } from './OrTag.vue_vue_type_script_lang-429e76ad.js';
13
13
  import { D as DropdownClose, a as DropdownOpen } from './dropdown-open-293d2de2.js';
14
14
  import { u as useOverflow } from './useOverflow-6dce216b.js';
15
15
  import { s as script$4 } from './OrError.vue_vue_type_script_lang-7305a1d9.js';
16
16
  import { s as script$5 } from './OrHint.vue_vue_type_script_lang-47d9b9ed.js';
17
17
  import { s as script$6 } from './OrIcon.vue_vue_type_script_lang-859d76fb.js';
18
- import { s as script$7 } from './OrInput.vue_vue_type_script_lang-fde0f78f.js';
18
+ import { s as script$7 } from './OrInput.vue_vue_type_script_lang-831761b8.js';
19
19
  import { s as script$8 } from './OrInputBox.vue_vue_type_script_lang-d07fa3ad.js';
20
20
  import { s as script$9 } from './OrLabel.vue_vue_type_script_lang-5ba2b33c.js';
21
21
  import { s as script$a } from './OrMenuItem.vue_vue_type_script_lang-d65eec51.js';
22
- import { s as script$b } from './OrPopover.vue_vue_type_script_lang-9bf2361c.js';
22
+ import { s as script$b } from './OrPopover.vue_vue_type_script_lang-1caf28d1.js';
23
23
  import { a as InputBoxSize } from './props-78496a2d.js';
24
24
 
25
25
  const _hoisted_1$2 = ["value", "indeterminate", "required", "disabled"];
@@ -1,7 +1,7 @@
1
1
  import { useDraggable, useElementBounding } from '@vueuse/core';
2
2
  import _ from 'lodash';
3
3
  import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, defineComponent, ref, computed, useSlots, watch } from 'vue';
4
- import { s as script$1, O as OrSidebarPlacement } from './OrSidebarCollapseButton.vue_vue_type_script_lang-d6860d69.js';
4
+ import { s as script$1, O as OrSidebarPlacement } from './OrSidebarCollapseButton.vue_vue_type_script_lang-15f995a0.js';
5
5
 
6
6
  function render(_ctx, _cache, $props, $setup, $data, $options) {
7
7
  const _component_or_icon_button = resolveComponent("or-icon-button");
@@ -1,7 +1,7 @@
1
1
  import _ from 'lodash';
2
2
  import { defineComponent, ref, computed } from 'vue';
3
- import './OrIconButton-55238a89.js';
4
- import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-3aeb76ac.js';
3
+ import './OrIconButton-b3e4997b.js';
4
+ import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-de03b47c.js';
5
5
 
6
6
  var OrSidebarPlacement;
7
7
  (function (OrSidebarPlacement) {
@@ -1,11 +1,11 @@
1
1
  import { useResizeObserver } from '@vueuse/core';
2
2
  import { openBlock, createElementBlock, normalizeClass, renderSlot, defineComponent, ref, computed, reactive, watch, nextTick, onMounted } from 'vue';
3
3
  import './OrIcon-a670d8e9.js';
4
- import './OrMenu-89afef68.js';
4
+ import './OrMenu-97b74f43.js';
5
5
  import './OrMenuItem-a90b0369.js';
6
6
  import { s as script$1 } from './OrTab.vue_vue_type_script_lang-045eb56a.js';
7
7
  import { s as script$2 } from './OrIcon.vue_vue_type_script_lang-859d76fb.js';
8
- import { s as script$3 } from './OrMenu.vue_vue_type_script_lang-f6748a99.js';
8
+ import { s as script$3 } from './OrMenu.vue_vue_type_script_lang-bff59dcb.js';
9
9
  import { s as script$4 } from './OrMenuItem.vue_vue_type_script_lang-d65eec51.js';
10
10
 
11
11
  const _hoisted_1 = ["selected"];
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, ref, computed, watchPostEffect, unref } from 'vue';
2
- import './OrIconButton-55238a89.js';
3
- import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-3aeb76ac.js';
2
+ import './OrIconButton-b3e4997b.js';
3
+ import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-de03b47c.js';
4
4
 
5
5
  var TagVariant;
6
6
  (function (TagVariant) {
@@ -1,4 +1,4 @@
1
- import { a as script } from './types-e9ab8869.js';
1
+ import { a as script } from './types-f428a884.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-40d53b57.js';
4
- import { s as script$1, P as PopoverPlacement } from './OrPopover.vue_vue_type_script_lang-9bf2361c.js';
3
+ import './OrPopover-f09c1ad2.js';
4
+ import { s as script$1, P as PopoverPlacement } from './OrPopover.vue_vue_type_script_lang-1caf28d1.js';
5
5
 
6
6
  const TooltipRoot = [
7
7
  // Layout
@@ -0,0 +1,146 @@
1
+ import { defineComponent, resolveComponent, openBlock, createElementBlock, normalizeClass, normalizeStyle, createBlock, createCommentVNode, renderSlot, normalizeProps, guardReactiveProps, createTextVNode, toDisplayString } from 'vue';
2
+ import './OrIconButton-b3e4997b.js';
3
+ import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-de03b47c.js';
4
+
5
+ const getFlatTree = tree => {
6
+ const flatTree = [];
7
+ const nodeMetadataByKey = {};
8
+ const goDeeper = (treeNode, level, parentNodeKey) => {
9
+ flatTree.push(treeNode);
10
+ nodeMetadataByKey[treeNode.key] = {
11
+ level,
12
+ isExpanded: false,
13
+ parentNodeKey
14
+ };
15
+ if (treeNode.children) {
16
+ for (const child of treeNode.children) {
17
+ goDeeper(child, level + 1, treeNode.key);
18
+ }
19
+ }
20
+ };
21
+ for (const node of tree) {
22
+ goDeeper(node, 0, '');
23
+ }
24
+ return {
25
+ flatTree,
26
+ nodeMetadataByKey
27
+ };
28
+ };
29
+
30
+ const TreeNodeRoot = ['flex', 'items-center', 'gap-sm', 'pt-6', 'my-sm',
31
+ // Theme
32
+ 'text-on-background', 'dark:text-on-background-dark', 'hover:bg-primary-opacity-0-08', 'dark:hover:bg-primary-opacity-0-08-dark'];
33
+
34
+ var script$1 = defineComponent({
35
+ components: {
36
+ OrIconButton: script$2
37
+ },
38
+ props: {
39
+ node: {
40
+ type: Object,
41
+ default: undefined
42
+ },
43
+ nodeKey: {
44
+ type: String,
45
+ default: ''
46
+ },
47
+ isExpanded: {
48
+ type: Boolean,
49
+ default: false
50
+ },
51
+ isLeaf: {
52
+ type: Boolean,
53
+ default: false
54
+ },
55
+ level: {
56
+ type: Number,
57
+ default: 0
58
+ }
59
+ },
60
+ emits: ['trigger-expand'],
61
+ setup() {
62
+ return {
63
+ rootClasses: TreeNodeRoot
64
+ };
65
+ },
66
+ computed: {
67
+ expandIcon() {
68
+ return this.isExpanded ? 'keyboard_arrow_down' : 'arrow_right';
69
+ },
70
+ styleCSS() {
71
+ return {
72
+ // 24px -- gap-sm + tooltip width
73
+ 'padding-left': this.isLeaf && this.level === 0 ? '24px' : `${(this.isLeaf ? 24 : 0) + this.level * 10}px`
74
+ };
75
+ }
76
+ }
77
+ });
78
+
79
+ function render(_ctx, _cache, $props, $setup, $data, $options) {
80
+ const _component_or_icon_button = resolveComponent("or-icon-button");
81
+ return openBlock(), createElementBlock("div", {
82
+ class: normalizeClass(["tree-node", _ctx.rootClasses]),
83
+ style: normalizeStyle(_ctx.styleCSS)
84
+ }, [!_ctx.isLeaf ? (openBlock(), createBlock(_component_or_icon_button, {
85
+ key: 0,
86
+ icon: _ctx.expandIcon,
87
+ onClick: _cache[0] || (_cache[0] = $event => _ctx.$emit('trigger-expand', _ctx.nodeKey))
88
+ }, null, 8 /* PROPS */, ["icon"])) : createCommentVNode("v-if", true), renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(_ctx.$props)), () => [createTextVNode(toDisplayString(_ctx.nodeKey), 1 /* TEXT */)])], 6 /* CLASS, STYLE */);
89
+ }
90
+
91
+ script$1.render = render;
92
+ script$1.__file = "src/components/or-tree-v3/TreeNode.vue";
93
+
94
+ var script = defineComponent({
95
+ components: {
96
+ TreeNode: script$1
97
+ },
98
+ props: {
99
+ initialData: {
100
+ type: Array,
101
+ default: () => []
102
+ },
103
+ identifierKey: {
104
+ type: String,
105
+ default: 'key'
106
+ }
107
+ },
108
+ data() {
109
+ return {
110
+ flatTree: [],
111
+ nodeMetadataByKey: {}
112
+ };
113
+ },
114
+ computed: {
115
+ visibleItems() {
116
+ return this.flatTree.filter(treeNode => {
117
+ return this.isNodeExpanded(treeNode.key);
118
+ });
119
+ }
120
+ },
121
+ mounted() {
122
+ const {
123
+ nodeMetadataByKey,
124
+ flatTree
125
+ } = getFlatTree(this.initialData);
126
+ this.flatTree = flatTree;
127
+ this.nodeMetadataByKey = nodeMetadataByKey;
128
+ },
129
+ methods: {
130
+ onTriggerExpand(key) {
131
+ this.nodeMetadataByKey[key].isExpanded = !this.nodeMetadataByKey[key].isExpanded;
132
+ },
133
+ isNodeExpanded(key) {
134
+ const {
135
+ parentNodeKey,
136
+ level
137
+ } = this.nodeMetadataByKey[key];
138
+ const parentMetadata = this.nodeMetadataByKey[parentNodeKey];
139
+ if (level === 0) return true;
140
+ if (!parentMetadata.isExpanded) return false;
141
+ return this.isNodeExpanded(parentNodeKey);
142
+ }
143
+ }
144
+ });
145
+
146
+ export { script as s };
@@ -93,3 +93,4 @@ export * from './or-toast';
93
93
  export * from './or-toast-v3';
94
94
  export * from './or-tooltip';
95
95
  export * from './or-tooltip-v3';
96
+ export * from './or-tree-v3';
@@ -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, s as OrButtonV3 } from '../OrButton.vue_vue_type_script_lang-ed1524cf.js';
9
9
  export { s as OrCard } from '../OrCard.vue_vue_type_script_lang-90ba001b.js';
10
10
  export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../OrCardCollection.vue_vue_type_script_lang-4b239b01.js';
11
- export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection.vue_vue_type_script_lang-7dd04efe.js';
11
+ export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection.vue_vue_type_script_lang-dda3f349.js';
12
12
  export { s as OrCardV3 } from '../OrCard.vue_vue_type_script_lang-061e43c7.js';
13
13
  export { a as OrCarousel, s as OrCarouselItem } from '../OrCarouselItem.vue_vue_type_script_lang-cc31281a.js';
14
14
  export { s as OrCheckbox } from '../OrCheckbox.vue_vue_type_script_lang-87143106.js';
@@ -19,7 +19,7 @@ export { s as OrCode, O as OrCodeLanguages } from '../OrCode.vue_vue_type_script
19
19
  export { s as OrCollapse } from '../OrCollapse.vue_vue_type_script_lang-04ffe655.js';
20
20
  export { s 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.vue_vue_type_script_lang-3b58e79f.js';
21
21
  export { s as OrConfirm } from '../OrConfirm.vue_vue_type_script_lang-3eb862c3.js';
22
- export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm.vue_vue_type_script_lang-9bfe8cdd.js';
22
+ export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm.vue_vue_type_script_lang-f8a75cf0.js';
23
23
  export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker.vue_vue_type_script_lang-d7344d80.js';
24
24
  export { s as OrError } from '../OrError.vue_vue_type_script_lang-7c39e012.js';
25
25
  export { s as OrErrorTagV3 } from '../OrErrorTag.vue_vue_type_script_lang-26bd7e9a.js';
@@ -31,15 +31,15 @@ export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements
31
31
  export { s as OrHint } from '../OrHint.vue_vue_type_script_lang-78598c8e.js';
32
32
  export { s as OrHintV3 } from '../OrHint.vue_vue_type_script_lang-47d9b9ed.js';
33
33
  export { s as OrIcon, O as OrIconColors, a as OrIconType } from '../OrIcon.vue_vue_type_script_lang-4af1b391.js';
34
- export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton.vue_vue_type_script_lang-3aeb76ac.js';
34
+ export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton.vue_vue_type_script_lang-de03b47c.js';
35
35
  export { I as IconButtonSize, I as IconSize, a as IconVariant, s as OrIconV3 } from '../OrIcon.vue_vue_type_script_lang-859d76fb.js';
36
36
  export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from '../OrInlineInputBox.vue_vue_type_script_lang-aff0fced.js';
37
- export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput.vue_vue_type_script_lang-d1fd44af.js';
37
+ export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput.vue_vue_type_script_lang-3d76b4b8.js';
38
38
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from '../OrInlineTextEdit.vue_vue_type_script_lang-af562778.js';
39
- export { s as OrInlineTextareaV3 } from '../OrInlineTextarea.vue_vue_type_script_lang-a9e69aff.js';
39
+ export { s as OrInlineTextareaV3 } from '../OrInlineTextarea.vue_vue_type_script_lang-5b87295b.js';
40
40
  export { s as OrInputBoxV3 } from '../OrInputBox.vue_vue_type_script_lang-d07fa3ad.js';
41
41
  export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, a as SearchSize, a as SelectSize, a as TextareaSize } from '../props-78496a2d.js';
42
- export { I as InputType, s as OrInputV3 } from '../OrInput.vue_vue_type_script_lang-fde0f78f.js';
42
+ export { I as InputType, s as OrInputV3 } from '../OrInput.vue_vue_type_script_lang-831761b8.js';
43
43
  export { s as OrInput } from '../OrInput.vue_vue_type_script_lang-a415817b.js';
44
44
  export { s as OrLabel } from '../OrLabel.vue_vue_type_script_lang-27f8b12d.js';
45
45
  export { L as LabelVariant, s as OrLabelV3 } from '../OrLabel.vue_vue_type_script_lang-5ba2b33c.js';
@@ -49,31 +49,31 @@ export { s as OrListOfInputs } from '../OrListOfInputs.vue_vue_type_script_lang-
49
49
  export { L as LoaderViews, s as OrLoader } from '../OrLoader.vue_vue_type_script_lang-1378ab8e.js';
50
50
  export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from '../OrLoader.vue_vue_type_script_lang-9f6ed71f.js';
51
51
  export { s as OrMenuItemV3 } from '../OrMenuItem.vue_vue_type_script_lang-d65eec51.js';
52
- export { s as OrMenuV3 } from '../OrMenu.vue_vue_type_script_lang-f6748a99.js';
53
- export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover.vue_vue_type_script_lang-9bf2361c.js';
52
+ export { s as OrMenuV3 } from '../OrMenu.vue_vue_type_script_lang-bff59dcb.js';
53
+ export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover.vue_vue_type_script_lang-1caf28d1.js';
54
54
  export { s as OrModal, O as OrModalSizes } from '../OrModal.vue_vue_type_script_lang-a60d4580.js';
55
- export { M as ModalSize, s as OrModalV3 } from '../OrModal.vue_vue_type_script_lang-63930770.js';
55
+ export { M as ModalSize, s as OrModalV3 } from '../OrModal.vue_vue_type_script_lang-87032cf0.js';
56
56
  export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, s as OrNotification } from '../OrNotification.vue_vue_type_script_lang-e063adb5.js';
57
- export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotification.vue_vue_type_script_lang-b96d5927.js';
57
+ export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotification.vue_vue_type_script_lang-10b7460c.js';
58
58
  export { s as OrNumberInput } from '../OrNumberInput.vue_vue_type_script_lang-a25274f5.js';
59
59
  export { s as OrOverflowMenu } from '../OrOverflowMenu.vue_vue_type_script_lang-794aebbb.js';
60
60
  export { s as OrOverlay } from '../OrOverlay.vue_vue_type_script_lang-b9bf5e50.js';
61
61
  export { s as OrOverlayV3 } from '../OrOverlay.vue_vue_type_script_lang-c298c8cd.js';
62
62
  export { s as OrPassword } from '../OrPassword.vue_vue_type_script_lang-61f6df6b.js';
63
- export { s as OrPaginationV3 } from '../OrPagination.vue_vue_type_script_lang-7673a00e.js';
63
+ export { s as OrPaginationV3 } from '../OrPagination.vue_vue_type_script_lang-8ec07f21.js';
64
64
  export { s as OrProgress, O as OrProgressColors, a as OrProgressTypes } from '../OrProgress.vue_vue_type_script_lang-3f9ec654.js';
65
65
  export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress.vue_vue_type_script_lang-d725e281.js';
66
66
  export { s as OrRadio } from '../OrRadio.vue_vue_type_script_lang-c956b54b.js';
67
67
  export { s as OrRadioGroup } from '../OrRadioGroup.vue_vue_type_script_lang-caea7bcb.js';
68
68
  export { s as OrRadioV3 } from '../OrRadio.vue_vue_type_script_lang-23f050a2.js';
69
69
  export { s as OrSearch } from '../OrSearch.vue_vue_type_script_lang-f4a3f989.js';
70
- export { s as OrSearchV3 } from '../OrSearch.vue_vue_type_script_lang-a298a8cc.js';
70
+ export { s as OrSearchV3 } from '../OrSearch.vue_vue_type_script_lang-afb27ea5.js';
71
71
  export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl.vue_vue_type_script_lang-b3069c12.js';
72
72
  export { s as OrSelect } from '../OrSelect.vue_vue_type_script_lang-2016ac4e.js';
73
- export { s as OrSelectV3 } from '../OrSelect.vue_vue_type_script_lang-ee304265.js';
73
+ export { s as OrSelectV3 } from '../OrSelect.vue_vue_type_script_lang-1574d816.js';
74
74
  export { s as OrSidebar, O as OrSidebarSide } from '../OrSidebar.vue_vue_type_script_lang-7c55ac0a.js';
75
- export { s as OrSidebarV3 } from '../OrSidebar.vue_vue_type_script_lang-123eab91.js';
76
- export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton.vue_vue_type_script_lang-d6860d69.js';
75
+ export { s as OrSidebarV3 } from '../OrSidebar.vue_vue_type_script_lang-bfaee185.js';
76
+ export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton.vue_vue_type_script_lang-15f995a0.js';
77
77
  export { s as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText.vue_vue_type_script_lang-f3f989c3.js';
78
78
  export { s as OrSkeletonCircleV3, a as OrSkeletonRectV3, b as OrSkeletonTextV3 } from '../OrSkeletonText.vue_vue_type_script_lang-5d63c696.js';
79
79
  export { s as OrSlider } from '../OrSlider.vue_vue_type_script_lang-a5a10569.js';
@@ -85,9 +85,9 @@ export { s as OrTab } from '../OrTab.vue_vue_type_script_lang-de7c7063.js';
85
85
  export { s as OrTabHeaderItem } from '../OrTabHeaderItem.vue_vue_type_script_lang-e1f29563.js';
86
86
  export { s as OrTabV3 } from '../OrTab.vue_vue_type_script_lang-045eb56a.js';
87
87
  export { s as OrTabs } from '../OrTabs.vue_vue_type_script_lang-40e2a6e9.js';
88
- export { s as OrTabsV3, T as TabsVariant } from '../OrTabs.vue_vue_type_script_lang-ebd2a59d.js';
88
+ export { s as OrTabsV3, T as TabsVariant } from '../OrTabs.vue_vue_type_script_lang-4b181fc5.js';
89
89
  export { s as OrTag } from '../OrTag.vue_vue_type_script_lang-6677064d.js';
90
- export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag.vue_vue_type_script_lang-0f6207e6.js';
90
+ export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag.vue_vue_type_script_lang-429e76ad.js';
91
91
  export { s as OrTeleport } from '../OrTeleport.vue3-12636ac0.js';
92
92
  export { s as OrTeleportV3 } from '../OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js';
93
93
  export { s as OrTextV3 } from '../OrText.vue_vue_type_script_lang-c12f7b15.js';
@@ -96,11 +96,12 @@ export { s as OrTextareaV3 } from '../OrTextarea.vue_vue_type_script_lang-0ae5cd
96
96
  export { s as OrTextbox, T as TextboxTypes } from '../OrTextbox.vue_vue_type_script_lang-bda20419.js';
97
97
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-d5b3c109.js';
98
98
  export { s as OrToast, a as OrToastContainer } from '../OrToastContainer.vue_vue_type_script_lang-e495902f.js';
99
- export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-e9ab8869.js';
99
+ export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-f428a884.js';
100
100
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-4d4329cd.js';
101
101
  export { s as OrTooltip } from '../OrTooltip.vue_vue_type_script_lang-eb8ad0e1.js';
102
102
  export { s as OrTooltipContent } from '../OrTooltipContent-b0dcb862.js';
103
- export { s as OrTooltipV3 } from '../OrTooltip.vue_vue_type_script_lang-27591090.js';
103
+ export { s as OrTooltipV3 } from '../OrTooltip.vue_vue_type_script_lang-ce2158d0.js';
104
+ export { s as OrTreeV3 } from '../OrTree.vue_vue_type_script_lang-9a31b9b4.js';
104
105
  import 'vue';
105
106
  import 'lodash';
106
107
  import '../OrIcon-e8ea87d0.js';
@@ -111,9 +112,9 @@ import '@vueuse/core';
111
112
  import '../OrLoader-ee97fef4.js';
112
113
  import '../OrLoader-41de68e0.js';
113
114
  import '../OrIconButton-71a8da96.js';
114
- import '../OrIconButton-55238a89.js';
115
+ import '../OrIconButton-b3e4997b.js';
115
116
  import '../OrButton-7b1eac5d.js';
116
- import '../OrMenu-89afef68.js';
117
+ import '../OrMenu-97b74f43.js';
117
118
  import '../OrMenuItem-a90b0369.js';
118
119
  import '../OrLabel-4da10c50.js';
119
120
  import '../useIdAttribute-b2e42f31.js';
@@ -127,7 +128,7 @@ import '../OrFloating-c13f0eae.js';
127
128
  import '../index-01519e46.js';
128
129
  import '../OrButton-192156e6.js';
129
130
  import '../OrInput-d95faac1.js';
130
- import '../OrInput-d23f9223.js';
131
+ import '../OrInput-0141dbad.js';
131
132
  import '../OrCollapse-d2564011.js';
132
133
  import '../floating-ui.dom.esm-83eba816.js';
133
134
  import '../OrHint-fcd2563e.js';
@@ -136,7 +137,7 @@ import '../useValidationAttributes-5428d8fa.js';
136
137
  import '../OrInputBox-66241142.js';
137
138
  import '../useResponsive-9d397e2a.js';
138
139
  import '../v4-cf8987a3.js';
139
- import '../OrPopover-40d53b57.js';
140
+ import '../OrPopover-f09c1ad2.js';
140
141
  import '../useElevation-e8a2ce89.js';
141
142
  import '../useToggle-09b6cb90.js';
142
143
  import '../dropdown-open-293d2de2.js';