@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,4 +1,4 @@
1
- export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-2395a4c6.js';
1
+ export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-916fd2b8.js';
2
2
  export { I as InlineInputSize } from '../../OrInlineInputBox-fbc52d40.js';
3
3
  import '../../index-fa6eb4ca.js';
4
4
  import 'vue';
@@ -6,11 +6,11 @@ import '@vue/composition-api/dist/vue-composition-api.mjs';
6
6
  import '../../OrError-1186b62f.js';
7
7
  import '../../normalize-component-6e8e3d80.js';
8
8
  import '../../OrHint-29b31ba4.js';
9
- import '../../OrIconButton-50f3e359.js';
9
+ import '../../OrIconButton-d427d121.js';
10
10
  import '../../OrIcon-05d29a78.js';
11
- import '../../OrTooltip-a2a90db8.js';
11
+ import '../../OrTooltip-e34783de.js';
12
12
  import '@vueuse/core';
13
- import '../../OrPopover-f3d58fff.js';
13
+ import '../../OrPopover-06448d74.js';
14
14
  import '../../floating-ui.dom.esm-83eba816.js';
15
15
  import '../../OrBottomSheet-08c7ec73.js';
16
16
  import '../../OrOverlay-4b923676.js';
@@ -1,15 +1,15 @@
1
- export { _ as OrInlineTextareaV3 } from '../../OrInlineTextarea-5ea9f01a.js';
1
+ export { _ as OrInlineTextareaV3 } from '../../OrInlineTextarea-f26824e4.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
5
5
  import '../../OrError-1186b62f.js';
6
6
  import '../../normalize-component-6e8e3d80.js';
7
7
  import '../../OrHint-29b31ba4.js';
8
- import '../../OrIconButton-50f3e359.js';
8
+ import '../../OrIconButton-d427d121.js';
9
9
  import '../../OrIcon-05d29a78.js';
10
- import '../../OrTooltip-a2a90db8.js';
10
+ import '../../OrTooltip-e34783de.js';
11
11
  import '@vueuse/core';
12
- import '../../OrPopover-f3d58fff.js';
12
+ import '../../OrPopover-06448d74.js';
13
13
  import '../../floating-ui.dom.esm-83eba816.js';
14
14
  import '../../OrBottomSheet-08c7ec73.js';
15
15
  import '../../OrOverlay-4b923676.js';
@@ -1,4 +1,4 @@
1
- export { I as InputType, O as OrInputV3 } from '../../OrInput-900df60c.js';
1
+ export { I as InputType, O as OrInputV3 } from '../../OrInput-059a67b6.js';
2
2
  export { a as InputSize } from '../../props-78496a2d.js';
3
3
  import '../../index-fa6eb4ca.js';
4
4
  import 'vue';
@@ -7,10 +7,10 @@ import '../../OrError-1186b62f.js';
7
7
  import '../../normalize-component-6e8e3d80.js';
8
8
  import '../../OrHint-29b31ba4.js';
9
9
  import '../../OrIcon-05d29a78.js';
10
- import '../../OrIconButton-50f3e359.js';
11
- import '../../OrTooltip-a2a90db8.js';
10
+ import '../../OrIconButton-d427d121.js';
11
+ import '../../OrTooltip-e34783de.js';
12
12
  import '@vueuse/core';
13
- import '../../OrPopover-f3d58fff.js';
13
+ import '../../OrPopover-06448d74.js';
14
14
  import '../../floating-ui.dom.esm-83eba816.js';
15
15
  import '../../OrBottomSheet-08c7ec73.js';
16
16
  import '../../OrOverlay-4b923676.js';
@@ -1,5 +1,5 @@
1
- export { O as OrMenuV3 } from '../../OrMenu-cbb0c2c8.js';
2
- export { P as MenuPlacement } from '../../OrPopover-f3d58fff.js';
1
+ export { O as OrMenuV3 } from '../../OrMenu-e1cf47b8.js';
2
+ export { P as MenuPlacement } from '../../OrPopover-06448d74.js';
3
3
  import '../../index-fa6eb4ca.js';
4
4
  import 'vue';
5
5
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -1,4 +1,4 @@
1
- export { M as ModalSize, _ as OrModalV3 } from '../../OrModal-e66519f4.js';
1
+ export { M as ModalSize, _ as OrModalV3 } from '../../OrModal-6cbeb15e.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -8,10 +8,10 @@ import '../../OrTeleport.vue2-e9ba3054.js';
8
8
  import 'portal-vue';
9
9
  import '../../normalize-component-6e8e3d80.js';
10
10
  import '../../useElevation-b6e7590a.js';
11
- import '../../OrIconButton-50f3e359.js';
11
+ import '../../OrIconButton-d427d121.js';
12
12
  import '../../OrIcon-05d29a78.js';
13
- import '../../OrTooltip-a2a90db8.js';
14
- import '../../OrPopover-f3d58fff.js';
13
+ import '../../OrTooltip-e34783de.js';
14
+ import '../../OrPopover-06448d74.js';
15
15
  import '../../floating-ui.dom.esm-83eba816.js';
16
16
  import '../../OrBottomSheet-08c7ec73.js';
17
17
  import '../../useResponsive-e13dfbb0.js';
@@ -1,13 +1,13 @@
1
- export { N as NotificationVariant, _ as OrNotificationV3 } from '../../OrNotification-8a219610.js';
1
+ export { N as NotificationVariant, _ as OrNotificationV3 } from '../../OrNotification-8695c59e.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
5
5
  import '../../OrIcon-05d29a78.js';
6
6
  import '../../normalize-component-6e8e3d80.js';
7
- import '../../OrIconButton-50f3e359.js';
8
- import '../../OrTooltip-a2a90db8.js';
7
+ import '../../OrIconButton-d427d121.js';
8
+ import '../../OrTooltip-e34783de.js';
9
9
  import '@vueuse/core';
10
- import '../../OrPopover-f3d58fff.js';
10
+ import '../../OrPopover-06448d74.js';
11
11
  import '../../floating-ui.dom.esm-83eba816.js';
12
12
  import '../../OrBottomSheet-08c7ec73.js';
13
13
  import '../../OrOverlay-4b923676.js';
@@ -1,4 +1,4 @@
1
- export { _ as OrPaginationV3 } from '../../OrPagination-cf47d71c.js';
1
+ export { _ as OrPaginationV3 } from '../../OrPagination-203a86f1.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -7,8 +7,8 @@ import '../../OrLoader-dc73d8ee.js';
7
7
  import '@vueuse/core';
8
8
  import '../../normalize-component-6e8e3d80.js';
9
9
  import '../../OrIcon-05d29a78.js';
10
- import '../../OrMenu-cbb0c2c8.js';
11
- import '../../OrPopover-f3d58fff.js';
10
+ import '../../OrMenu-e1cf47b8.js';
11
+ import '../../OrPopover-06448d74.js';
12
12
  import '../../floating-ui.dom.esm-83eba816.js';
13
13
  import '../../OrBottomSheet-08c7ec73.js';
14
14
  import '../../OrOverlay-4b923676.js';
@@ -37,10 +37,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
37
37
  type: BooleanConstructor;
38
38
  default: boolean;
39
39
  };
40
- customStyles: {
41
- type: PropType<string[]>;
42
- default: () => never[];
43
- };
44
40
  disableDefaultStyles: {
45
41
  type: BooleanConstructor;
46
42
  default: boolean;
@@ -65,10 +61,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
65
61
  type: BooleanConstructor;
66
62
  default: boolean;
67
63
  };
68
- customStyles: {
69
- type: PropType<string[]>;
70
- default: () => never[];
71
- };
72
64
  disableDefaultStyles: {
73
65
  type: BooleanConstructor;
74
66
  default: boolean;
@@ -78,7 +70,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
78
70
  trigger: HTMLElement;
79
71
  placement: PopoverPlacement;
80
72
  fullWidth: boolean;
81
- customStyles: string[];
82
73
  disableDefaultStyles: boolean;
83
74
  } & {} & {
84
75
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
@@ -104,7 +95,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
104
95
  trigger: HTMLElement;
105
96
  placement: PopoverPlacement;
106
97
  fullWidth: boolean;
107
- customStyles: string[];
108
98
  disableDefaultStyles: boolean;
109
99
  } & {} & {
110
100
  [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
@@ -113,7 +103,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
113
103
  trigger: HTMLElement;
114
104
  placement: PopoverPlacement;
115
105
  fullWidth: boolean;
116
- customStyles: string[];
117
106
  disableDefaultStyles: boolean;
118
107
  }, true>);
119
108
  export default _default;
@@ -1,4 +1,4 @@
1
- export { O as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant } from '../../OrPopover-f3d58fff.js';
1
+ export { O as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant } from '../../OrPopover-06448d74.js';
2
2
  import '../../floating-ui.dom.esm-83eba816.js';
3
3
  import '@vueuse/core';
4
4
  import '../../index-fa6eb4ca.js';
@@ -1,17 +1,17 @@
1
- export { O as OrSearchV3 } from '../../OrSearch-9d11a3f1.js';
1
+ export { O as OrSearchV3 } from '../../OrSearch-a8d4cf95.js';
2
2
  export { a as SearchSize } from '../../props-78496a2d.js';
3
3
  import '@vueuse/core';
4
4
  import '../../index-fa6eb4ca.js';
5
5
  import 'vue';
6
6
  import '@vue/composition-api/dist/vue-composition-api.mjs';
7
- import '../../OrInput-900df60c.js';
7
+ import '../../OrInput-059a67b6.js';
8
8
  import '../../OrError-1186b62f.js';
9
9
  import '../../normalize-component-6e8e3d80.js';
10
10
  import '../../OrHint-29b31ba4.js';
11
11
  import '../../OrIcon-05d29a78.js';
12
- import '../../OrIconButton-50f3e359.js';
13
- import '../../OrTooltip-a2a90db8.js';
14
- import '../../OrPopover-f3d58fff.js';
12
+ import '../../OrIconButton-d427d121.js';
13
+ import '../../OrTooltip-e34783de.js';
14
+ import '../../OrPopover-06448d74.js';
15
15
  import '../../floating-ui.dom.esm-83eba816.js';
16
16
  import '../../OrBottomSheet-08c7ec73.js';
17
17
  import '../../OrOverlay-4b923676.js';
@@ -1,4 +1,4 @@
1
- export { _ as OrSelectV3 } from '../../OrSelect-0675a404.js';
1
+ export { _ as OrSelectV3 } from '../../OrSelect-0b9b27e9.js';
2
2
  export { a as SelectSize } from '../../props-78496a2d.js';
3
3
  import '../../index-fa6eb4ca.js';
4
4
  import 'vue';
@@ -12,11 +12,11 @@ import '../../OrError-1186b62f.js';
12
12
  import '../../OrExpansionPanel-7cd552fa.js';
13
13
  import '../../OrIcon-05d29a78.js';
14
14
  import '../../OrHint-29b31ba4.js';
15
- import '../../OrInput-900df60c.js';
16
- import '../../OrIconButton-50f3e359.js';
17
- import '../../OrTooltip-a2a90db8.js';
15
+ import '../../OrInput-059a67b6.js';
16
+ import '../../OrIconButton-d427d121.js';
17
+ import '../../OrTooltip-e34783de.js';
18
18
  import '@vueuse/core';
19
- import '../../OrPopover-f3d58fff.js';
19
+ import '../../OrPopover-06448d74.js';
20
20
  import '../../floating-ui.dom.esm-83eba816.js';
21
21
  import '../../OrBottomSheet-08c7ec73.js';
22
22
  import '../../OrOverlay-4b923676.js';
@@ -28,6 +28,6 @@ import '../../OrInputBox-4d265915.js';
28
28
  import '../../OrLoader-dc73d8ee.js';
29
29
  import '../../useValidationAttributes-6df7bcf9.js';
30
30
  import '../../OrMenuItem-7eb9d387.js';
31
- import '../../OrTag-11c078db.js';
31
+ import '../../OrTag-7879a9fa.js';
32
32
  import '../../dropdown-open-e2a93aaf.js';
33
33
  import '../../useOverflow-bae6342f.js';
@@ -1,15 +1,15 @@
1
- export { _ as OrSidebarV3 } from '../../OrSidebar-0509e5f8.js';
2
- export { O as OrSidebarPlacement } from '../../OrSidebarCollapseButton-3382ea38.js';
1
+ export { _ as OrSidebarV3 } from '../../OrSidebar-0d6177e2.js';
2
+ export { O as OrSidebarPlacement } from '../../OrSidebarCollapseButton-730a948a.js';
3
3
  import '@vueuse/core';
4
4
  import 'lodash';
5
5
  import '../../index-fa6eb4ca.js';
6
6
  import 'vue';
7
7
  import '@vue/composition-api/dist/vue-composition-api.mjs';
8
8
  import '../../normalize-component-6e8e3d80.js';
9
- import '../../OrIconButton-50f3e359.js';
9
+ import '../../OrIconButton-d427d121.js';
10
10
  import '../../OrIcon-05d29a78.js';
11
- import '../../OrTooltip-a2a90db8.js';
12
- import '../../OrPopover-f3d58fff.js';
11
+ import '../../OrTooltip-e34783de.js';
12
+ import '../../OrPopover-06448d74.js';
13
13
  import '../../floating-ui.dom.esm-83eba816.js';
14
14
  import '../../OrBottomSheet-08c7ec73.js';
15
15
  import '../../OrOverlay-4b923676.js';
@@ -1,14 +1,14 @@
1
- export { a as OrSidebarCollapseButton } from '../../../OrSidebarCollapseButton-3382ea38.js';
1
+ export { a as OrSidebarCollapseButton } from '../../../OrSidebarCollapseButton-730a948a.js';
2
2
  import 'lodash';
3
3
  import '../../../index-fa6eb4ca.js';
4
4
  import 'vue';
5
5
  import '@vue/composition-api/dist/vue-composition-api.mjs';
6
- import '../../../OrIconButton-50f3e359.js';
6
+ import '../../../OrIconButton-d427d121.js';
7
7
  import '../../../OrIcon-05d29a78.js';
8
8
  import '../../../normalize-component-6e8e3d80.js';
9
- import '../../../OrTooltip-a2a90db8.js';
9
+ import '../../../OrTooltip-e34783de.js';
10
10
  import '@vueuse/core';
11
- import '../../../OrPopover-f3d58fff.js';
11
+ import '../../../OrPopover-06448d74.js';
12
12
  import '../../../floating-ui.dom.esm-83eba816.js';
13
13
  import '../../../OrBottomSheet-08c7ec73.js';
14
14
  import '../../../OrOverlay-4b923676.js';
@@ -1,14 +1,14 @@
1
- export { a as OrSidebarCollapseButton } from '../../../../OrSidebarCollapseButton-3382ea38.js';
1
+ export { a as OrSidebarCollapseButton } from '../../../../OrSidebarCollapseButton-730a948a.js';
2
2
  import 'lodash';
3
3
  import '../../../../index-fa6eb4ca.js';
4
4
  import 'vue';
5
5
  import '@vue/composition-api/dist/vue-composition-api.mjs';
6
- import '../../../../OrIconButton-50f3e359.js';
6
+ import '../../../../OrIconButton-d427d121.js';
7
7
  import '../../../../OrIcon-05d29a78.js';
8
8
  import '../../../../normalize-component-6e8e3d80.js';
9
- import '../../../../OrTooltip-a2a90db8.js';
9
+ import '../../../../OrTooltip-e34783de.js';
10
10
  import '@vueuse/core';
11
- import '../../../../OrPopover-f3d58fff.js';
11
+ import '../../../../OrPopover-06448d74.js';
12
12
  import '../../../../floating-ui.dom.esm-83eba816.js';
13
13
  import '../../../../OrBottomSheet-08c7ec73.js';
14
14
  import '../../../../OrOverlay-4b923676.js';
@@ -1,12 +1,12 @@
1
- export { _ as OrTabsV3, T as TabsVariant } from '../../OrTabs-10f7e668.js';
1
+ export { _ as OrTabsV3, T as TabsVariant } from '../../OrTabs-85d7036a.js';
2
2
  import '@vueuse/core';
3
3
  import '../../index-fa6eb4ca.js';
4
4
  import 'vue';
5
5
  import '@vue/composition-api/dist/vue-composition-api.mjs';
6
6
  import '../../OrIcon-05d29a78.js';
7
7
  import '../../normalize-component-6e8e3d80.js';
8
- import '../../OrMenu-cbb0c2c8.js';
9
- import '../../OrPopover-f3d58fff.js';
8
+ import '../../OrMenu-e1cf47b8.js';
9
+ import '../../OrPopover-06448d74.js';
10
10
  import '../../floating-ui.dom.esm-83eba816.js';
11
11
  import '../../OrBottomSheet-08c7ec73.js';
12
12
  import '../../OrOverlay-4b923676.js';
@@ -1,13 +1,13 @@
1
- export { O as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-11c078db.js';
1
+ export { O as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-7879a9fa.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
5
- import '../../OrIconButton-50f3e359.js';
5
+ import '../../OrIconButton-d427d121.js';
6
6
  import '../../OrIcon-05d29a78.js';
7
7
  import '../../normalize-component-6e8e3d80.js';
8
- import '../../OrTooltip-a2a90db8.js';
8
+ import '../../OrTooltip-e34783de.js';
9
9
  import '@vueuse/core';
10
- import '../../OrPopover-f3d58fff.js';
10
+ import '../../OrPopover-06448d74.js';
11
11
  import '../../floating-ui.dom.esm-83eba816.js';
12
12
  import '../../OrBottomSheet-08c7ec73.js';
13
13
  import '../../OrOverlay-4b923676.js';
@@ -1,14 +1,14 @@
1
- export { _ as OrToastContainerV3, O as OrToastV3, t as TypesV3 } from '../../types-8d0c1236.js';
1
+ export { _ as OrToastContainerV3, O as OrToastV3, t as TypesV3 } from '../../types-79c4992b.js';
2
2
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../useToast-3a3d4280.js';
3
3
  import '@vueuse/core';
4
4
  import '../../index-fa6eb4ca.js';
5
5
  import 'vue';
6
6
  import '@vue/composition-api/dist/vue-composition-api.mjs';
7
- import '../../OrIconButton-50f3e359.js';
7
+ import '../../OrIconButton-d427d121.js';
8
8
  import '../../OrIcon-05d29a78.js';
9
9
  import '../../normalize-component-6e8e3d80.js';
10
- import '../../OrTooltip-a2a90db8.js';
11
- import '../../OrPopover-f3d58fff.js';
10
+ import '../../OrTooltip-e34783de.js';
11
+ import '../../OrPopover-06448d74.js';
12
12
  import '../../floating-ui.dom.esm-83eba816.js';
13
13
  import '../../OrBottomSheet-08c7ec73.js';
14
14
  import '../../OrOverlay-4b923676.js';
@@ -1,5 +1,5 @@
1
- export { O as OrTooltipV3 } from '../../OrTooltip-a2a90db8.js';
2
- export { P as TooltipPlacement } from '../../OrPopover-f3d58fff.js';
1
+ export { O as OrTooltipV3 } from '../../OrTooltip-e34783de.js';
2
+ export { P as TooltipPlacement } from '../../OrPopover-06448d74.js';
3
3
  import '@vueuse/core';
4
4
  import '../../index-fa6eb4ca.js';
5
5
  import 'vue';
@@ -0,0 +1,47 @@
1
+ import { PropType } from 'vue-demi';
2
+ import { ITreeNode, ITreeNodeMetadata } from './types';
3
+ declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<import("@vue/composition-api").Data> & {
4
+ flatTree: ITreeNode[];
5
+ nodeMetadataByKey: Record<string, ITreeNodeMetadata>;
6
+ }, {
7
+ onTriggerExpand(key: string): void;
8
+ isNodeExpanded(key: string): boolean;
9
+ }, {
10
+ visibleItems(): ITreeNode[];
11
+ }, {
12
+ initialData: {
13
+ type: PropType<ITreeNode[]>;
14
+ default: () => never[];
15
+ };
16
+ identifierKey: {
17
+ type: StringConstructor;
18
+ default: string;
19
+ };
20
+ }, import("@vue/composition-api").ExtractPropTypes<{
21
+ initialData: {
22
+ type: PropType<ITreeNode[]>;
23
+ default: () => never[];
24
+ };
25
+ identifierKey: {
26
+ type: StringConstructor;
27
+ default: string;
28
+ };
29
+ }>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
30
+ initialData: ITreeNode[];
31
+ identifierKey: string;
32
+ } & {}, import("@vue/composition-api").ShallowUnwrapRef<import("@vue/composition-api").Data>, {
33
+ flatTree: ITreeNode[];
34
+ nodeMetadataByKey: Record<string, ITreeNodeMetadata>;
35
+ }, {
36
+ visibleItems(): ITreeNode[];
37
+ }, {
38
+ onTriggerExpand(key: string): void;
39
+ isNodeExpanded(key: string): boolean;
40
+ }, {}, {}, {}, {
41
+ initialData: ITreeNode[];
42
+ identifierKey: string;
43
+ } & {}, {
44
+ initialData: ITreeNode[];
45
+ identifierKey: string;
46
+ }, true>);
47
+ export default _default;
@@ -0,0 +1,82 @@
1
+ import { PropType } from 'vue-demi';
2
+ import { ITreeNode } from './types';
3
+ declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
4
+ rootClasses: string[];
5
+ }> & import("@vue/composition-api").Data, {}, {
6
+ expandIcon(): "keyboard_arrow_down" | "arrow_right";
7
+ styleCSS(): {
8
+ 'padding-left': string;
9
+ };
10
+ }, {
11
+ node: {
12
+ type: PropType<ITreeNode>;
13
+ default: undefined;
14
+ };
15
+ nodeKey: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
19
+ isExpanded: {
20
+ type: BooleanConstructor;
21
+ default: boolean;
22
+ };
23
+ isLeaf: {
24
+ type: BooleanConstructor;
25
+ default: boolean;
26
+ };
27
+ level: {
28
+ type: NumberConstructor;
29
+ default: number;
30
+ };
31
+ }, import("@vue/composition-api").ExtractPropTypes<{
32
+ node: {
33
+ type: PropType<ITreeNode>;
34
+ default: undefined;
35
+ };
36
+ nodeKey: {
37
+ type: StringConstructor;
38
+ default: string;
39
+ };
40
+ isExpanded: {
41
+ type: BooleanConstructor;
42
+ default: boolean;
43
+ };
44
+ isLeaf: {
45
+ type: BooleanConstructor;
46
+ default: boolean;
47
+ };
48
+ level: {
49
+ type: NumberConstructor;
50
+ default: number;
51
+ };
52
+ }>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
53
+ node: ITreeNode;
54
+ nodeKey: string;
55
+ isExpanded: boolean;
56
+ isLeaf: boolean;
57
+ level: number;
58
+ } & {} & {
59
+ [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
60
+ }, import("@vue/composition-api").ShallowUnwrapRef<{
61
+ rootClasses: string[];
62
+ }>, import("@vue/composition-api").Data, {
63
+ expandIcon(): "keyboard_arrow_down" | "arrow_right";
64
+ styleCSS(): {
65
+ 'padding-left': string;
66
+ };
67
+ }, {}, {}, {}, string[], {
68
+ node: ITreeNode;
69
+ nodeKey: string;
70
+ isExpanded: boolean;
71
+ isLeaf: boolean;
72
+ level: number;
73
+ } & {} & {
74
+ [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
75
+ }, {
76
+ node: ITreeNode;
77
+ nodeKey: string;
78
+ isExpanded: boolean;
79
+ isLeaf: boolean;
80
+ level: number;
81
+ }, true>);
82
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export { default as OrTreeV3 } from './OrTree.vue';
2
+ export * from './types';
@@ -0,0 +1,17 @@
1
+ export { _ as OrTreeV3 } from '../../OrTree-b8e47647.js';
2
+ import '../../index-fa6eb4ca.js';
3
+ import 'vue';
4
+ import '@vue/composition-api/dist/vue-composition-api.mjs';
5
+ import '../../OrIconButton-d427d121.js';
6
+ import '../../OrIcon-05d29a78.js';
7
+ import '../../normalize-component-6e8e3d80.js';
8
+ import '../../OrTooltip-e34783de.js';
9
+ import '@vueuse/core';
10
+ import '../../OrPopover-06448d74.js';
11
+ import '../../floating-ui.dom.esm-83eba816.js';
12
+ import '../../OrBottomSheet-08c7ec73.js';
13
+ import '../../OrOverlay-4b923676.js';
14
+ import '../../OrTeleport.vue2-e9ba3054.js';
15
+ import 'portal-vue';
16
+ import '../../useElevation-b6e7590a.js';
17
+ import '../../useResponsive-e13dfbb0.js';
@@ -0,0 +1 @@
1
+ export declare const TreeNodeRoot: string[];
@@ -0,0 +1,10 @@
1
+ export interface ITreeNode {
2
+ key: string;
3
+ isLeaf: boolean;
4
+ children?: ITreeNode[];
5
+ }
6
+ export interface ITreeNodeMetadata {
7
+ level: number;
8
+ isExpanded: boolean;
9
+ parentNodeKey: string;
10
+ }
@@ -0,0 +1,5 @@
1
+ import { ITreeNode, ITreeNodeMetadata } from './types';
2
+ export declare const getFlatTree: (tree: ITreeNode[]) => {
3
+ flatTree: ITreeNode[];
4
+ nodeMetadataByKey: Record<string, ITreeNodeMetadata>;
5
+ };