@onereach/ui-components 4.11.1-beta.2966.0 → 4.11.1
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.
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +1 -1
- package/dist/bundled/v2/components/OrDatePickerV3/index.js +1 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +1 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +1 -1
- package/dist/bundled/v2/components/OrExpansionPanelV3/styles.js +4 -8
- package/dist/bundled/v2/components/OrIconButtonV3/styles.js +11 -13
- package/dist/bundled/v2/components/OrLinkV3/OrLink.js +1 -1
- package/dist/bundled/v2/components/OrLinkV3/styles.js +1 -3
- package/dist/bundled/v2/components/OrMenuItemV3/styles.js +1 -3
- package/dist/bundled/v2/components/OrTabV3/styles.js +1 -1
- package/dist/bundled/v2/components/OrTreeV3/OrTree.js +431 -0
- package/dist/bundled/v2/components/OrTreeV3/OrTree.vue.d.ts +41 -0
- package/dist/bundled/v2/components/OrTreeV3/index.d.ts +2 -0
- package/dist/bundled/v2/components/OrTreeV3/index.js +15 -0
- package/dist/bundled/v2/components/OrTreeV3/types.d.ts +15 -0
- package/dist/bundled/v2/components/OrTreeV3/types.js +8 -0
- package/dist/bundled/v2/components/index.d.ts +1 -0
- package/dist/bundled/v2/components/index.js +3 -1
- package/dist/bundled/v2/hooks/useTheme.js +12 -57
- package/dist/bundled/v2/index.js +4 -2
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-64fc129b.js → OrCardCollection.vue_vue_type_script_lang-c7d9f452.js} +3 -3
- package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-ffea1240.js → OrCode.vue_vue_type_script_lang-22c66c0d.js} +2 -2
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-4877404b.js → OrConfirm.vue_vue_type_script_lang-88d3aeda.js} +1 -1
- package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-af356edd.js → OrDatePicker.vue_vue_type_script_lang-80de9d3a.js} +2 -2
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-8a9460ea.js → OrDateTimePicker.vue_vue_type_script_lang-300f009d.js} +2 -2
- package/dist/bundled/v3/{OrDateTimePickerMonthSelect-6618de22.js → OrDateTimePickerMonthSelect-44038b6b.js} +2 -2
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-561438ce.js → OrInlineInput.vue_vue_type_script_lang-fec60585.js} +1 -1
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-86793e79.js → OrInlineTextarea.vue_vue_type_script_lang-4265a2a2.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-5c476bb2.js → OrInput.vue_vue_type_script_lang-0b8a2b69.js} +1 -1
- package/dist/bundled/v3/{OrLink.vue_vue_type_script_lang-f813dee2.js → OrLink.vue_vue_type_script_lang-2d66ea4d.js} +1 -1
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-8fc43c64.js → OrModal.vue_vue_type_script_lang-e00165f1.js} +1 -1
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-d3e5531b.js → OrNotification.vue_vue_type_script_lang-9d3dd0d9.js} +1 -1
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-32a27808.js → OrPagination.vue_vue_type_script_lang-cf545aab.js} +1 -1
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-964ca4bb.js → OrSearch.vue_vue_type_script_lang-3fa2209d.js} +1 -1
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-517b30ea.js → OrSelect.vue_vue_type_script_lang-b11ea2e9.js} +4 -4
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-5faf7b1f.js → OrSidebar.vue_vue_type_script_lang-55f0db3b.js} +1 -1
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-e9ea6c28.js → OrTabs.vue_vue_type_script_lang-9072248f.js} +2 -2
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-366ed9f1.js → OrTag.vue_vue_type_script_lang-640a19c4.js} +1 -1
- package/dist/bundled/v3/{OrTagInput.vue_vue_type_script_lang-f6a4ac47.js → OrTagInput.vue_vue_type_script_lang-67c8d12f.js} +2 -2
- package/dist/bundled/v3/{OrTags.vue_vue_type_script_lang-f4313e35.js → OrTags.vue_vue_type_script_lang-18b7221b.js} +1 -1
- package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-32dd6c1a.js → OrTimePicker.vue_vue_type_script_lang-5c88aee4.js} +1 -1
- package/dist/bundled/v3/OrTree.vue_vue_type_script_lang-99197964.js +310 -0
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +6 -6
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +5 -5
- package/dist/bundled/v3/components/OrCodeV3/OrCode.js +4 -4
- package/dist/bundled/v3/components/OrCodeV3/index.js +3 -3
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +4 -4
- package/dist/bundled/v3/components/OrConfirmV3/index.js +3 -3
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +5 -5
- package/dist/bundled/v3/components/OrDatePickerV3/index.js +4 -4
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +5 -5
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +4 -4
- package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.js +2 -2
- package/dist/bundled/v3/components/OrExpansionPanelV3/index.js +1 -1
- package/dist/bundled/v3/components/OrExpansionPanelV3/styles.js +4 -8
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +2 -2
- package/dist/bundled/v3/components/OrIconButtonV3/index.js +1 -1
- package/dist/bundled/v3/components/OrIconButtonV3/styles.js +11 -13
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +3 -3
- package/dist/bundled/v3/components/OrInlineInputV3/index.js +2 -2
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +3 -3
- package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +2 -2
- package/dist/bundled/v3/components/OrInputV3/OrInput.js +3 -3
- package/dist/bundled/v3/components/OrInputV3/index.js +2 -2
- package/dist/bundled/v3/components/OrLinkV3/OrLink.js +2 -2
- package/dist/bundled/v3/components/OrLinkV3/index.js +1 -1
- package/dist/bundled/v3/components/OrLinkV3/styles.js +1 -3
- package/dist/bundled/v3/components/OrMenuItemV3/OrMenuItem.js +2 -2
- package/dist/bundled/v3/components/OrMenuItemV3/index.js +1 -1
- package/dist/bundled/v3/components/OrMenuItemV3/styles.js +1 -3
- package/dist/bundled/v3/components/OrModalV3/OrModal.js +3 -3
- package/dist/bundled/v3/components/OrModalV3/index.js +2 -2
- package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +3 -3
- package/dist/bundled/v3/components/OrNotificationV3/index.js +2 -2
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +3 -3
- package/dist/bundled/v3/components/OrPaginationV3/index.js +2 -2
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +4 -4
- package/dist/bundled/v3/components/OrSearchV3/index.js +3 -3
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +7 -7
- package/dist/bundled/v3/components/OrSelectV3/index.js +6 -6
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +3 -3
- package/dist/bundled/v3/components/OrSidebarV3/index.js +2 -2
- package/dist/bundled/v3/components/OrTabV3/OrTab.js +2 -2
- package/dist/bundled/v3/components/OrTabV3/index.js +1 -1
- package/dist/bundled/v3/components/OrTabV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +4 -4
- package/dist/bundled/v3/components/OrTabsV3/index.js +3 -3
- package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.js +5 -5
- package/dist/bundled/v3/components/OrTagInputV3/index.js +4 -4
- package/dist/bundled/v3/components/OrTagV3/OrTag.js +3 -3
- package/dist/bundled/v3/components/OrTagV3/index.js +2 -2
- package/dist/bundled/v3/components/OrTagsV3/OrTags.js +4 -4
- package/dist/bundled/v3/components/OrTagsV3/index.js +3 -3
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +3 -3
- package/dist/bundled/v3/components/OrTimePickerV3/index.js +2 -2
- package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +3 -3
- package/dist/bundled/v3/components/OrToastContainerV3/index.js +2 -2
- package/dist/bundled/v3/components/OrToastV3/OrToast.js +1 -1
- package/dist/bundled/v3/components/OrToastV3/index.js +2 -2
- package/dist/bundled/v3/components/OrTreeV3/OrTree.js +47 -0
- package/dist/bundled/v3/components/OrTreeV3/OrTree.vue.d.ts +35 -0
- package/dist/bundled/v3/components/OrTreeV3/index.d.ts +2 -0
- package/dist/bundled/v3/components/OrTreeV3/index.js +18 -0
- package/dist/bundled/v3/components/OrTreeV3/types.d.ts +15 -0
- package/dist/bundled/v3/components/OrTreeV3/types.js +8 -0
- package/dist/bundled/v3/components/index.d.ts +1 -0
- package/dist/bundled/v3/components/index.js +28 -26
- package/dist/bundled/v3/hooks/useTheme.js +12 -57
- package/dist/bundled/v3/index.js +30 -27
- package/dist/esm/v2/{OrCardCollection-b5ccaf63.js → OrCardCollection-779ba7ca.js} +3 -3
- package/dist/esm/v2/{OrCode-80fce69d.js → OrCode-26295220.js} +2 -2
- package/dist/esm/v2/{OrConfirm-dc1b4a44.js → OrConfirm-cda74328.js} +1 -1
- package/dist/esm/v2/{OrDatePicker-22232815.js → OrDatePicker-a4f95898.js} +2 -2
- package/dist/esm/v2/{OrDateTimePicker-85ec9e32.js → OrDateTimePicker-99d3445b.js} +1 -1
- package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-6fc6dd97.js → OrDateTimePicker.vue_rollup-plugin-vue_script-729b254d.js} +2 -2
- package/dist/esm/v2/{OrDateTimePickerPopoverHeader-64a2087d.js → OrDateTimePickerPopoverHeader-5fa89936.js} +2 -2
- package/dist/esm/v2/{OrExpansionPanel-f1d8fcc9.js → OrExpansionPanel-acfffe82.js} +4 -8
- package/dist/esm/v2/{OrIconButton-d697e79b.js → OrIconButton-2ab8fa02.js} +11 -13
- package/dist/esm/v2/{OrInlineInput-9b112bce.js → OrInlineInput-0c62b3a6.js} +1 -1
- package/dist/esm/v2/{OrInlineTextarea-52cb0f6f.js → OrInlineTextarea-c24708a7.js} +1 -1
- package/dist/esm/v2/{OrInput-c59089c1.js → OrInput-dcb61699.js} +1 -1
- package/dist/esm/v2/{OrLink-cf3a0091.js → OrLink-3679a61f.js} +2 -4
- package/dist/esm/v2/{OrMenuItem-b5bb6e11.js → OrMenuItem-6f9b8a93.js} +1 -3
- package/dist/esm/v2/{OrModal-e995d051.js → OrModal-abc3b1d9.js} +1 -1
- package/dist/esm/v2/{OrNotification-6cf10478.js → OrNotification-5b7028d7.js} +1 -1
- package/dist/esm/v2/{OrPagination-b9a941dd.js → OrPagination-4ece4568.js} +1 -1
- package/dist/esm/v2/{OrSearch-20d84f70.js → OrSearch-879c7656.js} +1 -1
- package/dist/esm/v2/{OrSelect-c3467cac.js → OrSelect-01d61a9a.js} +4 -4
- package/dist/esm/v2/{OrSidebar-0d4ab98b.js → OrSidebar-bd385865.js} +1 -1
- package/dist/esm/v2/{OrSidebarCollapseButton-74654d32.js → OrSidebarCollapseButton-49da331a.js} +1 -1
- package/dist/esm/v2/{OrTab-88036fe9.js → OrTab-5b198746.js} +1 -1
- package/dist/esm/v2/{OrTabs-80db5b36.js → OrTabs-f9c88893.js} +2 -2
- package/dist/esm/v2/{OrTag-f47e96d1.js → OrTag-2b9e664b.js} +1 -1
- package/dist/esm/v2/{OrTagInput-68a5a851.js → OrTagInput-1548f007.js} +2 -2
- package/dist/esm/v2/{OrTags-f031bb91.js → OrTags-25a70212.js} +1 -1
- package/dist/esm/v2/{OrTimePicker-1478090e.js → OrTimePicker-9c9a44bc.js} +3 -3
- package/dist/esm/v2/OrTree-dcacd695.js +428 -0
- package/dist/esm/v2/components/index.d.ts +1 -0
- package/dist/esm/v2/components/index.js +29 -28
- package/dist/esm/v2/components/or-card-collection-v3/index.js +5 -5
- package/dist/esm/v2/components/or-code-v3/index.js +3 -3
- package/dist/esm/v2/components/or-confirm-v3/index.js +3 -3
- package/dist/esm/v2/components/or-date-picker-v3/index.js +4 -4
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +5 -5
- package/dist/esm/v2/components/or-expansion-panel-v3/index.js +1 -1
- package/dist/esm/v2/components/or-icon-button-v3/index.js +1 -1
- package/dist/esm/v2/components/or-inline-input-v3/index.js +2 -2
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +2 -2
- package/dist/esm/v2/components/or-input-v3/index.js +2 -2
- package/dist/esm/v2/components/or-link-v3/index.js +1 -1
- package/dist/esm/v2/components/or-menu-item-v3/index.js +1 -1
- package/dist/esm/v2/components/or-modal-v3/index.js +2 -2
- package/dist/esm/v2/components/or-notification-v3/index.js +2 -2
- package/dist/esm/v2/components/or-pagination-v3/index.js +2 -2
- package/dist/esm/v2/components/or-search-v3/index.js +3 -3
- package/dist/esm/v2/components/or-select-v3/index.js +6 -6
- package/dist/esm/v2/components/or-sidebar-v3/index.js +3 -3
- package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +2 -2
- package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +2 -2
- package/dist/esm/v2/components/or-tab-v3/index.js +1 -1
- package/dist/esm/v2/components/or-tabs-v3/index.js +3 -3
- package/dist/esm/v2/components/or-tag-input-v3/index.js +4 -4
- package/dist/esm/v2/components/or-tag-v3/index.js +2 -2
- package/dist/esm/v2/components/or-tags-v3/index.js +3 -3
- package/dist/esm/v2/components/or-time-picker-v3/index.js +5 -5
- package/dist/esm/v2/components/or-toast-v3/index.js +2 -2
- package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +2 -2
- package/dist/esm/v2/components/or-tree-v3/OrTree.vue.d.ts +41 -0
- package/dist/esm/v2/components/or-tree-v3/index.d.ts +2 -0
- package/dist/esm/v2/components/or-tree-v3/index.js +7 -0
- package/dist/esm/v2/components/or-tree-v3/partials/or-tree-node/OrTreeNode.vue.d.ts +120 -0
- package/dist/esm/v2/components/or-tree-v3/partials/or-tree-node/styles.d.ts +6 -0
- package/dist/esm/v2/components/or-tree-v3/partials/or-tree-node/utils.d.ts +3 -0
- package/dist/esm/v2/components/or-tree-v3/types.d.ts +15 -0
- package/dist/esm/v2/index.js +29 -28
- package/dist/esm/v2/{types-74ac906d.js → types-a74e1e20.js} +1 -1
- package/dist/esm/v3/{OrCardCollection-88ecc830.js → OrCardCollection-4516594a.js} +3 -3
- package/dist/esm/v3/{OrCode-2672ed4b.js → OrCode-0c2310e5.js} +2 -2
- package/dist/esm/v3/{OrConfirm-457c62a2.js → OrConfirm-240cfe0a.js} +1 -1
- package/dist/esm/v3/{OrDatePicker-96463df7.js → OrDatePicker-f4470d79.js} +2 -2
- package/dist/esm/v3/{OrDateTimePicker-8c0afb97.js → OrDateTimePicker-546c15ec.js} +2 -2
- package/dist/esm/v3/{OrDateTimePickerPopoverHeader-e3e72a13.js → OrDateTimePickerPopoverHeader-96a38b4b.js} +2 -2
- package/dist/esm/v3/{OrExpansionPanel-891154e6.js → OrExpansionPanel-af3a0d63.js} +4 -8
- package/dist/esm/v3/{OrIconButton-a14845da.js → OrIconButton-00f8f0c7.js} +11 -13
- package/dist/esm/v3/{OrInlineInput-5062e3da.js → OrInlineInput-4d47d731.js} +1 -1
- package/dist/esm/v3/{OrInlineTextarea-e0b2ada7.js → OrInlineTextarea-1415bed9.js} +1 -1
- package/dist/esm/v3/{OrInput-f193a335.js → OrInput-f0e12c81.js} +1 -1
- package/dist/esm/v3/{OrLink-dcae31fb.js → OrLink-7c4eedf0.js} +2 -4
- package/dist/esm/v3/{OrMenuItem-331cb96b.js → OrMenuItem-dbee450f.js} +1 -3
- package/dist/esm/v3/{OrModal-cc9ee234.js → OrModal-6a90ea79.js} +1 -1
- package/dist/esm/v3/{OrNotification-db17daa7.js → OrNotification-117f2dcb.js} +1 -1
- package/dist/esm/v3/{OrPagination-1018acbc.js → OrPagination-858337d1.js} +1 -1
- package/dist/esm/v3/{OrSearch-ab589748.js → OrSearch-051adc07.js} +1 -1
- package/dist/esm/v3/{OrSelect-d3be37b4.js → OrSelect-b3885148.js} +4 -4
- package/dist/esm/v3/{OrSidebar-997e97d3.js → OrSidebar-47f9d02a.js} +1 -1
- package/dist/esm/v3/{OrSidebarCollapseButton-304d7018.js → OrSidebarCollapseButton-86dafbbc.js} +1 -1
- package/dist/esm/v3/{OrTab-2d567d8e.js → OrTab-f7e51ffb.js} +1 -1
- package/dist/esm/v3/{OrTabs-328f5a69.js → OrTabs-52e49d84.js} +2 -2
- package/dist/esm/v3/{OrTag-8bd6c1c1.js → OrTag-9adef1cd.js} +1 -1
- package/dist/esm/v3/{OrTagInput-6134bcaf.js → OrTagInput-63d0f5fb.js} +2 -2
- package/dist/esm/v3/{OrTags-39ecb78f.js → OrTags-d7a90658.js} +1 -1
- package/dist/esm/v3/{OrTimePicker-4aa28ef2.js → OrTimePicker-98c00a9b.js} +3 -3
- package/dist/esm/v3/OrTree-3b655a7a.js +342 -0
- package/dist/esm/v3/components/index.d.ts +1 -0
- package/dist/esm/v3/components/index.js +28 -27
- package/dist/esm/v3/components/or-card-collection-v3/index.js +5 -5
- package/dist/esm/v3/components/or-code-v3/index.js +3 -3
- package/dist/esm/v3/components/or-confirm-v3/index.js +3 -3
- package/dist/esm/v3/components/or-date-picker-v3/index.js +4 -4
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +4 -4
- package/dist/esm/v3/components/or-expansion-panel-v3/index.js +1 -1
- package/dist/esm/v3/components/or-icon-button-v3/index.js +1 -1
- package/dist/esm/v3/components/or-inline-input-v3/index.js +2 -2
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +2 -2
- package/dist/esm/v3/components/or-input-v3/index.js +2 -2
- package/dist/esm/v3/components/or-link-v3/index.js +1 -1
- package/dist/esm/v3/components/or-menu-item-v3/index.js +1 -1
- package/dist/esm/v3/components/or-modal-v3/index.js +2 -2
- package/dist/esm/v3/components/or-notification-v3/index.js +2 -2
- package/dist/esm/v3/components/or-pagination-v3/index.js +2 -2
- package/dist/esm/v3/components/or-search-v3/index.js +3 -3
- package/dist/esm/v3/components/or-select-v3/index.js +6 -6
- package/dist/esm/v3/components/or-sidebar-v3/index.js +3 -3
- package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +2 -2
- package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +2 -2
- package/dist/esm/v3/components/or-tab-v3/index.js +1 -1
- package/dist/esm/v3/components/or-tabs-v3/index.js +3 -3
- package/dist/esm/v3/components/or-tag-input-v3/index.js +4 -4
- package/dist/esm/v3/components/or-tag-v3/index.js +2 -2
- package/dist/esm/v3/components/or-tags-v3/index.js +3 -3
- package/dist/esm/v3/components/or-time-picker-v3/index.js +5 -5
- package/dist/esm/v3/components/or-toast-v3/index.js +2 -2
- package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.js +2 -2
- package/dist/esm/v3/components/or-tree-v3/OrTree.vue.d.ts +35 -0
- package/dist/esm/v3/components/or-tree-v3/index.d.ts +2 -0
- package/dist/esm/v3/components/or-tree-v3/index.js +7 -0
- package/dist/esm/v3/components/or-tree-v3/partials/or-tree-node/OrTreeNode.vue.d.ts +88 -0
- package/dist/esm/v3/components/or-tree-v3/partials/or-tree-node/styles.d.ts +6 -0
- package/dist/esm/v3/components/or-tree-v3/partials/or-tree-node/utils.d.ts +3 -0
- package/dist/esm/v3/components/or-tree-v3/types.d.ts +15 -0
- package/dist/esm/v3/index.js +28 -27
- package/dist/esm/v3/{types-f3a7962c.js → types-c78924f3.js} +1 -1
- package/package.json +4 -3
- package/src/components/index.ts +1 -0
- package/src/components/or-expansion-panel-v3/styles.ts +8 -16
- package/src/components/or-icon-button-v3/styles.ts +24 -36
- package/src/components/or-link-v3/OrLink.vue +1 -1
- package/src/components/or-link-v3/styles.ts +2 -6
- package/src/components/or-menu-item-v3/styles.ts +2 -6
- package/src/components/or-tab-v3/styles.ts +2 -2
- package/src/components/or-tree-v3/OrTree.vue +65 -0
- package/src/components/or-tree-v3/index.ts +2 -0
- package/src/components/or-tree-v3/partials/or-tree-node/OrTreeNode.vue +235 -0
- package/src/components/or-tree-v3/partials/or-tree-node/styles.ts +60 -0
- package/src/components/or-tree-v3/partials/or-tree-node/utils.ts +26 -0
- package/src/components/or-tree-v3/types.ts +16 -0
- /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-84aa4843.js → OrDateTimePickerMonthSelect-88a629fe.js} +0 -0
- /package/dist/bundled/v3/{OrExpansionPanel.vue_vue_type_script_lang-fa265d9a.js → OrExpansionPanel.vue_vue_type_script_lang-6ea94b95.js} +0 -0
- /package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-22914946.js → OrIconButton.vue_vue_type_script_lang-41792494.js} +0 -0
- /package/dist/bundled/v3/{OrMenuItem.vue_vue_type_script_lang-f35dcab4.js → OrMenuItem.vue_vue_type_script_lang-b338d68a.js} +0 -0
- /package/dist/bundled/v3/{OrTab.vue_vue_type_script_lang-8af58197.js → OrTab.vue_vue_type_script_lang-79f2f523.js} +0 -0
- /package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-de596582.js → OrToastContainer.vue_vue_type_script_lang-7d44207e.js} +0 -0
|
@@ -0,0 +1,428 @@
|
|
|
1
|
+
import { defineComponent, ref, computed, watch, unref, onMounted } from 'vue-demi';
|
|
2
|
+
import { useToggle } from '@vueuse/core';
|
|
3
|
+
import { _ as __vue_component__$2 } from './OrButton-9622e713.js';
|
|
4
|
+
import { _ as __vue_component__$3 } from './OrIcon-d35a84d8.js';
|
|
5
|
+
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
|
+
|
|
7
|
+
var TreeNodeDropPosition;
|
|
8
|
+
(function (TreeNodeDropPosition) {
|
|
9
|
+
TreeNodeDropPosition["Top"] = "top";
|
|
10
|
+
TreeNodeDropPosition["Bottom"] = "bottom";
|
|
11
|
+
TreeNodeDropPosition["Middle"] = "middle";
|
|
12
|
+
})(TreeNodeDropPosition || (TreeNodeDropPosition = {}));
|
|
13
|
+
|
|
14
|
+
function inRange(num, min, max) {
|
|
15
|
+
return num >= min && num <= max;
|
|
16
|
+
}
|
|
17
|
+
function getDropOffset(e) {
|
|
18
|
+
let canMiddleDrop = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
|
|
19
|
+
const {
|
|
20
|
+
clientY
|
|
21
|
+
} = e;
|
|
22
|
+
const {
|
|
23
|
+
top,
|
|
24
|
+
height
|
|
25
|
+
} = e.target.getBoundingClientRect();
|
|
26
|
+
const offset = Math.max((clientY - top) / height, 0); // sometimes offset is negative
|
|
27
|
+
if (canMiddleDrop && inRange(offset, 0.4, 0.7)) {
|
|
28
|
+
return TreeNodeDropPosition.Middle;
|
|
29
|
+
} else if (inRange(offset, 0, 0.5)) {
|
|
30
|
+
return TreeNodeDropPosition.Top;
|
|
31
|
+
}
|
|
32
|
+
return TreeNodeDropPosition.Bottom;
|
|
33
|
+
}
|
|
34
|
+
function applyPadding(element, level, hasCollapseTrigger) {
|
|
35
|
+
const padding = level * 20 - (hasCollapseTrigger ? 20 : 0);
|
|
36
|
+
Object.assign(element.style, {
|
|
37
|
+
paddingLeft: `${padding}px`
|
|
38
|
+
});
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
const TreeNodeRoot = [];
|
|
42
|
+
const TreeNodeItemRoot = [
|
|
43
|
+
// Layout
|
|
44
|
+
'layout-row', 'py-xs', '!items-start', 'relative',
|
|
45
|
+
// Theme
|
|
46
|
+
'hover:bg-primary-opacity-0-08', 'dark:hover:bg-primary-opacity-0-08-dark', 'selected:bg-primary-opacity-0-16', 'dark:selected:bg-primary-opacity-0-16-dark', 'selected:hover:bg-primary-opacity-0-16', 'dark:selected:hover:bg-primary-opacity-0-16-dark'];
|
|
47
|
+
const TreeNodeItemRootParentSelected = [
|
|
48
|
+
// Theme
|
|
49
|
+
'bg-primary-opacity-0-08', 'bg-primary-opacity-0-08-dark', 'hover:bg-primary-opacity-0-16', 'dark:hover:bg-primary-opacity-0-16-dark'];
|
|
50
|
+
const TreeNodeDragIndicator = [
|
|
51
|
+
// Layout
|
|
52
|
+
'absolute h-[2px] w-full left-[0px]',
|
|
53
|
+
// Theme
|
|
54
|
+
'bg-primary',
|
|
55
|
+
// Interaction
|
|
56
|
+
'pointer-events-none'];
|
|
57
|
+
const TreeNodeDragIndicatorPosition = {
|
|
58
|
+
top: ['top-[-1px]'],
|
|
59
|
+
middle: ['top-[-1px]', 'left-[0px]', 'w-full', '!h-[calc(100%+2px)]',
|
|
60
|
+
// Theme
|
|
61
|
+
'bg-transparent', 'border-x-0', 'border-y-2', 'border-primary', 'dark:border-primary-dark'],
|
|
62
|
+
bottom: ['bottom-[-1px]']
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
var script$1 = defineComponent({
|
|
66
|
+
name: 'OrTreeNode',
|
|
67
|
+
components: {
|
|
68
|
+
OrButton: __vue_component__$2,
|
|
69
|
+
OrIcon: __vue_component__$3
|
|
70
|
+
},
|
|
71
|
+
props: {
|
|
72
|
+
node: {
|
|
73
|
+
type: Object,
|
|
74
|
+
required: true
|
|
75
|
+
},
|
|
76
|
+
selected: {
|
|
77
|
+
type: Boolean,
|
|
78
|
+
default: undefined
|
|
79
|
+
},
|
|
80
|
+
parentSelected: {
|
|
81
|
+
type: Boolean,
|
|
82
|
+
default: undefined
|
|
83
|
+
},
|
|
84
|
+
expanded: {
|
|
85
|
+
type: Boolean,
|
|
86
|
+
default: true
|
|
87
|
+
},
|
|
88
|
+
depth: {
|
|
89
|
+
type: Number,
|
|
90
|
+
default: 1
|
|
91
|
+
},
|
|
92
|
+
draggable: {
|
|
93
|
+
type: Boolean,
|
|
94
|
+
default: false
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
emits: ['drop', 'dragstart', 'click', 'expand', 'collapse', 'contextmenu'],
|
|
98
|
+
setup(props, _ref) {
|
|
99
|
+
let {
|
|
100
|
+
emit
|
|
101
|
+
} = _ref;
|
|
102
|
+
// Refs
|
|
103
|
+
const root = ref();
|
|
104
|
+
const nodeRoot = ref();
|
|
105
|
+
// State
|
|
106
|
+
const isDragOver = ref(false);
|
|
107
|
+
const isDrag = ref(false);
|
|
108
|
+
const dragPosition = ref('top');
|
|
109
|
+
const hasChildren = computed(() => !!props.node.children && props.node.children.length > 0);
|
|
110
|
+
const [isOpen, setIsOpen] = useToggle(props.expanded);
|
|
111
|
+
const hasCollapseTrigger = computed(() => props.node.collapsible || hasChildren.value);
|
|
112
|
+
const isLeaf = computed(() => !hasChildren.value);
|
|
113
|
+
const canDrag = computed(() => props.draggable !== false && props.node.draggable !== false);
|
|
114
|
+
// Effects
|
|
115
|
+
watch(() => props.depth, value => {
|
|
116
|
+
applyPadding(unref(nodeRoot), value, hasCollapseTrigger.value);
|
|
117
|
+
});
|
|
118
|
+
watch(() => props.expanded, value => {
|
|
119
|
+
if (value !== undefined) {
|
|
120
|
+
setIsOpen(value);
|
|
121
|
+
}
|
|
122
|
+
}, {
|
|
123
|
+
immediate: true
|
|
124
|
+
});
|
|
125
|
+
onMounted(() => {
|
|
126
|
+
applyPadding(unref(nodeRoot), props.depth, hasCollapseTrigger.value);
|
|
127
|
+
});
|
|
128
|
+
// Methods
|
|
129
|
+
const handleDrop = e => {
|
|
130
|
+
var _a;
|
|
131
|
+
const nodeKey = (_a = e === null || e === void 0 ? void 0 : e.dataTransfer) === null || _a === void 0 ? void 0 : _a.getData('node-key');
|
|
132
|
+
isDragOver.value = false;
|
|
133
|
+
emit('drop', {
|
|
134
|
+
dropKey: props.node.key,
|
|
135
|
+
dragKey: nodeKey,
|
|
136
|
+
dropPosition: dragPosition.value
|
|
137
|
+
});
|
|
138
|
+
};
|
|
139
|
+
const handleDragStart = e => {
|
|
140
|
+
var _a;
|
|
141
|
+
isDrag.value = true;
|
|
142
|
+
setIsOpen(false);
|
|
143
|
+
(_a = e === null || e === void 0 ? void 0 : e.dataTransfer) === null || _a === void 0 ? void 0 : _a.setData('node-key', props.node.key);
|
|
144
|
+
emit('dragstart', props.node.key);
|
|
145
|
+
};
|
|
146
|
+
const handleDragOver = e => {
|
|
147
|
+
e.preventDefault();
|
|
148
|
+
e.stopPropagation();
|
|
149
|
+
dragPosition.value = getDropOffset(e, props.node.canMiddleDrop || props.node.collapsible || hasChildren.value);
|
|
150
|
+
isDragOver.value = true;
|
|
151
|
+
};
|
|
152
|
+
const handleDragLeave = e => {
|
|
153
|
+
e.preventDefault();
|
|
154
|
+
e.stopPropagation();
|
|
155
|
+
isDragOver.value = false;
|
|
156
|
+
};
|
|
157
|
+
const handleContextMenu = e => {
|
|
158
|
+
emit('contextmenu', Object.assign(e, {
|
|
159
|
+
nodeKey: props.node.key
|
|
160
|
+
}));
|
|
161
|
+
};
|
|
162
|
+
const handleClick = e => {
|
|
163
|
+
e.preventDefault();
|
|
164
|
+
emit('click', props.node.key);
|
|
165
|
+
};
|
|
166
|
+
const handleCollapse = () => {
|
|
167
|
+
if (isOpen.value) {
|
|
168
|
+
setIsOpen(false);
|
|
169
|
+
emit('collapse', props.node.key);
|
|
170
|
+
} else {
|
|
171
|
+
setIsOpen(true);
|
|
172
|
+
emit('expand', props.node.key);
|
|
173
|
+
}
|
|
174
|
+
};
|
|
175
|
+
// Styles
|
|
176
|
+
const rootStyles = computed(() => ['or-tree-node-v3', ...TreeNodeRoot]);
|
|
177
|
+
const nodeStyles = computed(() => [...TreeNodeItemRoot, ...(props.parentSelected ? TreeNodeItemRootParentSelected : [])]);
|
|
178
|
+
const dragIndicatorStyles = computed(() => [...TreeNodeDragIndicator, ...TreeNodeDragIndicatorPosition[dragPosition.value]]);
|
|
179
|
+
return {
|
|
180
|
+
root,
|
|
181
|
+
isOpen,
|
|
182
|
+
isLeaf,
|
|
183
|
+
rootStyles,
|
|
184
|
+
nodeStyles,
|
|
185
|
+
dragIndicatorStyles,
|
|
186
|
+
setIsOpen,
|
|
187
|
+
nodeRoot,
|
|
188
|
+
isDrag,
|
|
189
|
+
canDrag,
|
|
190
|
+
dragPosition,
|
|
191
|
+
handleDragStart,
|
|
192
|
+
handleDrop,
|
|
193
|
+
handleCollapse,
|
|
194
|
+
handleContextMenu,
|
|
195
|
+
handleClick,
|
|
196
|
+
handleDragOver,
|
|
197
|
+
handleDragLeave,
|
|
198
|
+
hasCollapseTrigger,
|
|
199
|
+
isDragOver
|
|
200
|
+
};
|
|
201
|
+
}
|
|
202
|
+
});
|
|
203
|
+
|
|
204
|
+
/* script */
|
|
205
|
+
const __vue_script__$1 = script$1;
|
|
206
|
+
|
|
207
|
+
/* template */
|
|
208
|
+
var __vue_render__$1 = function () {
|
|
209
|
+
var _vm = this;
|
|
210
|
+
var _h = _vm.$createElement;
|
|
211
|
+
var _c = _vm._self._c || _h;
|
|
212
|
+
return _c('div', {
|
|
213
|
+
ref: "root",
|
|
214
|
+
class: _vm.rootStyles
|
|
215
|
+
}, [_c('div', {
|
|
216
|
+
ref: "nodeRoot",
|
|
217
|
+
class: _vm.nodeStyles,
|
|
218
|
+
attrs: {
|
|
219
|
+
"draggable": _vm.canDrag ? true : undefined,
|
|
220
|
+
"selected": _vm.selected ? true : undefined
|
|
221
|
+
},
|
|
222
|
+
on: {
|
|
223
|
+
"dragend": function ($event) {
|
|
224
|
+
_vm.isDrag = false;
|
|
225
|
+
},
|
|
226
|
+
"dragstart": function ($event) {
|
|
227
|
+
$event.stopPropagation();
|
|
228
|
+
return _vm.handleDragStart.apply(null, arguments);
|
|
229
|
+
},
|
|
230
|
+
"dragover": function ($event) {
|
|
231
|
+
$event.preventDefault();
|
|
232
|
+
return _vm.handleDragOver.apply(null, arguments);
|
|
233
|
+
},
|
|
234
|
+
"dragenter": function ($event) {
|
|
235
|
+
$event.preventDefault();
|
|
236
|
+
return _vm.handleDragOver.apply(null, arguments);
|
|
237
|
+
},
|
|
238
|
+
"dragleave": _vm.handleDragLeave,
|
|
239
|
+
"drop": _vm.handleDrop,
|
|
240
|
+
"click": _vm.handleClick,
|
|
241
|
+
"contextmenu": _vm.handleContextMenu
|
|
242
|
+
}
|
|
243
|
+
}, [_vm.hasCollapseTrigger ? [_c('OrButton', {
|
|
244
|
+
attrs: {
|
|
245
|
+
"variant": "link"
|
|
246
|
+
},
|
|
247
|
+
on: {
|
|
248
|
+
"click": function ($event) {
|
|
249
|
+
$event.stopPropagation();
|
|
250
|
+
return _vm.handleCollapse.apply(null, arguments);
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
}, [_c('OrIcon', {
|
|
254
|
+
class: [_vm.isOpen ? 'rotate-90' : 'rotate-0'],
|
|
255
|
+
attrs: {
|
|
256
|
+
"icon": "arrow_right",
|
|
257
|
+
"size": "l"
|
|
258
|
+
}
|
|
259
|
+
})], 1)] : _vm._e(), _vm._v(" "), _vm._t("node", function () {
|
|
260
|
+
return [_vm._v("\n " + _vm._s(_vm.node.key) + "\n ")];
|
|
261
|
+
}, null, {
|
|
262
|
+
node: _vm.node,
|
|
263
|
+
isOpen: _vm.isOpen,
|
|
264
|
+
isLeaf: _vm.isLeaf,
|
|
265
|
+
isDrag: _vm.isDrag,
|
|
266
|
+
isDragOver: _vm.isDragOver,
|
|
267
|
+
depth: _vm.depth
|
|
268
|
+
}), _vm._v(" "), _vm.isDragOver && !_vm.isDrag ? _c('div', {
|
|
269
|
+
class: _vm.dragIndicatorStyles
|
|
270
|
+
}) : _vm._e()], 2), _vm._v(" "), !_vm.isLeaf && _vm.isOpen ? _vm._l(_vm.node.children, function (child) {
|
|
271
|
+
return _c('OrTreeNode', {
|
|
272
|
+
key: child.key,
|
|
273
|
+
attrs: {
|
|
274
|
+
"parent-selected": _vm.selected || undefined,
|
|
275
|
+
"node": child,
|
|
276
|
+
"depth": _vm.depth + 1,
|
|
277
|
+
"selected": child.selected,
|
|
278
|
+
"draggable": _vm.draggable
|
|
279
|
+
},
|
|
280
|
+
on: {
|
|
281
|
+
"drop": function ($event) {
|
|
282
|
+
return _vm.$emit('drop', $event);
|
|
283
|
+
},
|
|
284
|
+
"dragstart": function ($event) {
|
|
285
|
+
return _vm.$emit('dragstart', $event);
|
|
286
|
+
},
|
|
287
|
+
"click": function ($event) {
|
|
288
|
+
return _vm.$emit('click', $event);
|
|
289
|
+
},
|
|
290
|
+
"expand": function ($event) {
|
|
291
|
+
return _vm.$emit('expand', $event);
|
|
292
|
+
},
|
|
293
|
+
"collapse": function ($event) {
|
|
294
|
+
return _vm.$emit('collapse', $event);
|
|
295
|
+
},
|
|
296
|
+
"contextmenu": function (e, key) {
|
|
297
|
+
return _vm.$emit('contextmenu', e, key);
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
scopedSlots: _vm._u([{
|
|
301
|
+
key: "node",
|
|
302
|
+
fn: function (props) {
|
|
303
|
+
return [_vm._t("node", null, null, props)];
|
|
304
|
+
}
|
|
305
|
+
}], null, true)
|
|
306
|
+
});
|
|
307
|
+
}) : _vm._e()], 2);
|
|
308
|
+
};
|
|
309
|
+
var __vue_staticRenderFns__$1 = [];
|
|
310
|
+
|
|
311
|
+
/* style */
|
|
312
|
+
const __vue_inject_styles__$1 = undefined;
|
|
313
|
+
/* scoped */
|
|
314
|
+
const __vue_scope_id__$1 = undefined;
|
|
315
|
+
/* module identifier */
|
|
316
|
+
const __vue_module_identifier__$1 = undefined;
|
|
317
|
+
/* functional template */
|
|
318
|
+
const __vue_is_functional_template__$1 = false;
|
|
319
|
+
/* style inject */
|
|
320
|
+
|
|
321
|
+
/* style inject SSR */
|
|
322
|
+
|
|
323
|
+
/* style inject shadow dom */
|
|
324
|
+
|
|
325
|
+
const __vue_component__$1 = /*#__PURE__*/normalizeComponent({
|
|
326
|
+
render: __vue_render__$1,
|
|
327
|
+
staticRenderFns: __vue_staticRenderFns__$1
|
|
328
|
+
}, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, undefined, undefined, undefined);
|
|
329
|
+
|
|
330
|
+
var script = defineComponent({
|
|
331
|
+
name: 'OrTree',
|
|
332
|
+
components: {
|
|
333
|
+
OrTreeNode: __vue_component__$1
|
|
334
|
+
},
|
|
335
|
+
props: {
|
|
336
|
+
nodes: {
|
|
337
|
+
type: Array,
|
|
338
|
+
default: () => []
|
|
339
|
+
},
|
|
340
|
+
draggable: {
|
|
341
|
+
type: Boolean,
|
|
342
|
+
default: false
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
emits: ['drop', 'dragstart', 'click', 'expand', 'collapse', 'contextmenu'],
|
|
346
|
+
setup() {
|
|
347
|
+
// Refs
|
|
348
|
+
const root = ref(null);
|
|
349
|
+
// Styles
|
|
350
|
+
const rootStyles = computed(() => ['or-tree-v3']);
|
|
351
|
+
return {
|
|
352
|
+
root,
|
|
353
|
+
rootStyles
|
|
354
|
+
};
|
|
355
|
+
}
|
|
356
|
+
});
|
|
357
|
+
|
|
358
|
+
/* script */
|
|
359
|
+
const __vue_script__ = script;
|
|
360
|
+
|
|
361
|
+
/* template */
|
|
362
|
+
var __vue_render__ = function () {
|
|
363
|
+
var _vm = this;
|
|
364
|
+
var _h = _vm.$createElement;
|
|
365
|
+
var _c = _vm._self._c || _h;
|
|
366
|
+
return _c('div', {
|
|
367
|
+
ref: "root",
|
|
368
|
+
class: _vm.rootStyles
|
|
369
|
+
}, _vm._l(_vm.nodes, function (item) {
|
|
370
|
+
return _c('OrTreeNode', {
|
|
371
|
+
key: item.key,
|
|
372
|
+
attrs: {
|
|
373
|
+
"node": item,
|
|
374
|
+
"expanded": item.expanded,
|
|
375
|
+
"selected": item.selected,
|
|
376
|
+
"draggable": !item.hasOwnProperty('draggable') || item.draggable === null ? _vm.draggable : item.draggable
|
|
377
|
+
},
|
|
378
|
+
on: {
|
|
379
|
+
"drop": function ($event) {
|
|
380
|
+
return _vm.$emit('drop', $event);
|
|
381
|
+
},
|
|
382
|
+
"dragstart": function ($event) {
|
|
383
|
+
return _vm.$emit('dragstart', $event);
|
|
384
|
+
},
|
|
385
|
+
"click": function ($event) {
|
|
386
|
+
return _vm.$emit('click', $event);
|
|
387
|
+
},
|
|
388
|
+
"collapse": function ($event) {
|
|
389
|
+
return _vm.$emit('collapse', $event);
|
|
390
|
+
},
|
|
391
|
+
"expand": function ($event) {
|
|
392
|
+
return _vm.$emit('expand', $event);
|
|
393
|
+
},
|
|
394
|
+
"contextmenu": function ($event) {
|
|
395
|
+
return _vm.$emit('contextmenu', $event);
|
|
396
|
+
}
|
|
397
|
+
},
|
|
398
|
+
scopedSlots: _vm._u([{
|
|
399
|
+
key: "node",
|
|
400
|
+
fn: function (props) {
|
|
401
|
+
return [_vm._t("node", null, null, props)];
|
|
402
|
+
}
|
|
403
|
+
}], null, true)
|
|
404
|
+
});
|
|
405
|
+
}), 1);
|
|
406
|
+
};
|
|
407
|
+
var __vue_staticRenderFns__ = [];
|
|
408
|
+
|
|
409
|
+
/* style */
|
|
410
|
+
const __vue_inject_styles__ = undefined;
|
|
411
|
+
/* scoped */
|
|
412
|
+
const __vue_scope_id__ = undefined;
|
|
413
|
+
/* module identifier */
|
|
414
|
+
const __vue_module_identifier__ = undefined;
|
|
415
|
+
/* functional template */
|
|
416
|
+
const __vue_is_functional_template__ = false;
|
|
417
|
+
/* style inject */
|
|
418
|
+
|
|
419
|
+
/* style inject SSR */
|
|
420
|
+
|
|
421
|
+
/* style inject shadow dom */
|
|
422
|
+
|
|
423
|
+
const __vue_component__ = /*#__PURE__*/normalizeComponent({
|
|
424
|
+
render: __vue_render__,
|
|
425
|
+
staticRenderFns: __vue_staticRenderFns__
|
|
426
|
+
}, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
|
|
427
|
+
|
|
428
|
+
export { TreeNodeDropPosition as T, __vue_component__ as _ };
|
|
@@ -8,7 +8,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
|
|
|
8
8
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from '../OrButton-9622e713.js';
|
|
9
9
|
export { _ as OrCard } from '../OrCard-c44d9783.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-4eb5c533.js';
|
|
11
|
-
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-
|
|
11
|
+
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-779ba7ca.js';
|
|
12
12
|
export { _ as OrCardV3 } from '../OrCard-0da13cbe.js';
|
|
13
13
|
export { _ as OrCheckbox } from '../OrCheckbox-91788c22.js';
|
|
14
14
|
export { _ as OrCheckboxGroupV3 } from '../OrCheckboxGroup-4e6dbdd3.js';
|
|
@@ -17,56 +17,56 @@ export { _ as OrCheckboxV3 } from '../OrCheckbox-43615f70.js';
|
|
|
17
17
|
export { _ as OrChip } from '../OrChip-a614bbb9.js';
|
|
18
18
|
export { _ as OrChips } from '../OrChips-bdf51639.js';
|
|
19
19
|
export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-cbd05828.js';
|
|
20
|
-
export { C as CodeLanguage, _ as OrCodeV3 } from '../OrCode-
|
|
20
|
+
export { C as CodeLanguage, _ as OrCodeV3 } from '../OrCode-26295220.js';
|
|
21
21
|
export { _ as OrCollapse } from '../OrCollapse-9b5d590f.js';
|
|
22
22
|
export { _ as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from '../OrColorPicker-5370585d.js';
|
|
23
23
|
export { _ as OrCombinedInputV3 } from '../OrCombinedInput-ed20e33b.js';
|
|
24
24
|
export { _ as OrInputBoxV3 } from '../OrInputBox-11227ecd.js';
|
|
25
25
|
export { I as CombinedInputSize, I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, I as SearchSize, I as SelectSize, I as TagInputSize, I as TextareaSize, I as TimePickerSize } from '../OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
26
26
|
export { _ as OrConfirm } from '../OrConfirm-f4eec5b2.js';
|
|
27
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-
|
|
28
|
-
export { _ as OrDatePickerV3 } from '../OrDatePicker-
|
|
27
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-cda74328.js';
|
|
28
|
+
export { _ as OrDatePickerV3 } from '../OrDatePicker-a4f95898.js';
|
|
29
29
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-fb410167.js';
|
|
30
|
-
export { _ as OrDateTimePickerV3 } from '../OrDateTimePicker-
|
|
31
|
-
export { D as DateTimePickerTimeFormat, D as TimePickerFormat } from '../OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
30
|
+
export { _ as OrDateTimePickerV3 } from '../OrDateTimePicker-99d3445b.js';
|
|
31
|
+
export { D as DateTimePickerTimeFormat, D as TimePickerFormat } from '../OrDateTimePicker.vue_rollup-plugin-vue_script-729b254d.js';
|
|
32
32
|
export { E as EmptyStateSize, _ as OrEmptyStateV3 } from '../OrEmptyState-2d3fd68d.js';
|
|
33
33
|
export { _ as OrError } from '../OrError-efc74907.js';
|
|
34
34
|
export { _ as OrErrorTagV3 } from '../OrErrorTag-a55ae01a.js';
|
|
35
35
|
export { _ as OrErrorV3 } from '../OrError-4ffc1c39.js';
|
|
36
|
-
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from '../OrExpansionPanel-
|
|
36
|
+
export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, _ as OrExpansionPanelV3 } from '../OrExpansionPanel-acfffe82.js';
|
|
37
37
|
export { F as FabColor, _ as OrFabV3 } from '../OrFab-f3a590c0.js';
|
|
38
38
|
export { _ as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from '../OrFloating-e7ac7618.js';
|
|
39
39
|
export { F as FormGroupDirection, _ as OrFormGroupV3 } from '../OrFormGroup-29a514db.js';
|
|
40
40
|
export { _ as OrHint } from '../OrHint-7eadc91e.js';
|
|
41
41
|
export { _ as OrHintV3 } from '../OrHint-aa221198.js';
|
|
42
42
|
export { _ as OrIcon, O as OrIconColors, a as OrIconType } from '../OrIcon-fa826b6b.js';
|
|
43
|
-
export { I as IconButtonColor, _ as OrIconButtonV3 } from '../OrIconButton-
|
|
43
|
+
export { I as IconButtonColor, _ as OrIconButtonV3 } from '../OrIconButton-2ab8fa02.js';
|
|
44
44
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, _ as OrIconV3 } from '../OrIcon-d35a84d8.js';
|
|
45
45
|
export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from '../OrInlineInputBox-19b49ee6.js';
|
|
46
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-
|
|
46
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-0c62b3a6.js';
|
|
47
47
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-f52267aa.js';
|
|
48
|
-
export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-
|
|
48
|
+
export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-c24708a7.js';
|
|
49
49
|
export { _ as OrInput } from '../OrInput-014d2e47.js';
|
|
50
|
-
export { I as InputType, _ as OrInputV3 } from '../OrInput-
|
|
50
|
+
export { I as InputType, _ as OrInputV3 } from '../OrInput-dcb61699.js';
|
|
51
51
|
export { _ as OrLabel } from '../OrLabel-fcceec1b.js';
|
|
52
52
|
export { L as LabelVariant, _ as OrLabelV3 } from '../OrLabel-63380256.js';
|
|
53
|
-
export { L as LinkColor, _ as OrLinkV3 } from '../OrLink-
|
|
53
|
+
export { L as LinkColor, _ as OrLinkV3 } from '../OrLink-3679a61f.js';
|
|
54
54
|
export { _ as OrList } from '../OrList-2e65227a.js';
|
|
55
55
|
export { _ as OrListOfInputs } from '../OrListOfInputs-9b7522fa.js';
|
|
56
56
|
export { L as LoaderViews, _ as OrLoader } from '../OrLoader-0cc7c73e.js';
|
|
57
57
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from '../OrLoader-b0c381f9.js';
|
|
58
|
-
export { _ as OrMenuItemV3 } from '../OrMenuItem-
|
|
58
|
+
export { _ as OrMenuItemV3 } from '../OrMenuItem-6f9b8a93.js';
|
|
59
59
|
export { _ as OrMenuV3 } from '../OrMenu-6b3de1c1.js';
|
|
60
60
|
export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-71380b24.js';
|
|
61
61
|
export { _ as OrModal, O as OrModalSizes } from '../OrModal-206611f2.js';
|
|
62
|
-
export { M as ModalSize, _ as OrModalV3 } from '../OrModal-
|
|
62
|
+
export { M as ModalSize, _ as OrModalV3 } from '../OrModal-abc3b1d9.js';
|
|
63
63
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from '../OrNotification-44bc1f50.js';
|
|
64
|
-
export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotification-
|
|
64
|
+
export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotification-5b7028d7.js';
|
|
65
65
|
export { _ as OrNumberInput } from '../OrNumberInput-fcbcf229.js';
|
|
66
66
|
export { _ as OrOverflowMenu } from '../OrOverflowMenu-e3ae75a3.js';
|
|
67
67
|
export { _ as OrOverlay } from '../OrOverlay-ccec2218.js';
|
|
68
68
|
export { _ as OrOverlayV3 } from '../OrOverlay-948346df.js';
|
|
69
|
-
export { _ as OrPaginationV3 } from '../OrPagination-
|
|
69
|
+
export { _ as OrPaginationV3 } from '../OrPagination-4ece4568.js';
|
|
70
70
|
export { _ as OrPassword } from '../OrPassword-681f8c53.js';
|
|
71
71
|
export { _ as OrProgress, O as OrProgressColors, a as OrProgressTypes } from '../OrProgress-65968c24.js';
|
|
72
72
|
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-e079e857.js';
|
|
@@ -75,13 +75,13 @@ export { _ as OrRadioGroup } from '../OrRadioGroup-11424644.js';
|
|
|
75
75
|
export { _ as OrRadioGroupV3 } from '../OrRadioGroup-d1c2e460.js';
|
|
76
76
|
export { _ as OrRadioV3 } from '../OrRadio-b32dfbfe.js';
|
|
77
77
|
export { _ as OrSearch } from '../OrSearch-e2941d35.js';
|
|
78
|
-
export { _ as OrSearchV3 } from '../OrSearch-
|
|
78
|
+
export { _ as OrSearchV3 } from '../OrSearch-879c7656.js';
|
|
79
79
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-d4e32f80.js';
|
|
80
80
|
export { _ as OrSelect } from '../OrSelect-49239b74.js';
|
|
81
|
-
export { _ as OrSelectV3 } from '../OrSelect-
|
|
81
|
+
export { _ as OrSelectV3 } from '../OrSelect-01d61a9a.js';
|
|
82
82
|
export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-c56a9221.js';
|
|
83
|
-
export { _ as OrSidebarV3 } from '../OrSidebar-
|
|
84
|
-
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-
|
|
83
|
+
export { _ as OrSidebarV3 } from '../OrSidebar-bd385865.js';
|
|
84
|
+
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-49da331a.js';
|
|
85
85
|
export { _ as OrSkeletonCircle } from '../OrSkeletonCircle-c4bf0e34.js';
|
|
86
86
|
export { _ as OrSkeletonRect } from '../OrSkeletonRect-79162a84.js';
|
|
87
87
|
export { _ as OrSkeletonText } from '../OrSkeletonText-bd5d97bb.js';
|
|
@@ -96,27 +96,28 @@ export { _ as OrSwitch } from '../OrSwitch-75458852.js';
|
|
|
96
96
|
export { _ as OrSwitchV3 } from '../OrSwitch-e49ce2d8.js';
|
|
97
97
|
export { _ as OrTab } from '../OrTab-58821c9b.js';
|
|
98
98
|
export { _ as OrTabHeaderItem } from '../OrTabHeaderItem-424f2986.js';
|
|
99
|
-
export { _ as OrTabV3 } from '../OrTab-
|
|
99
|
+
export { _ as OrTabV3 } from '../OrTab-5b198746.js';
|
|
100
100
|
export { _ as OrTabs } from '../OrTabs-62e7e478.js';
|
|
101
|
-
export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-
|
|
101
|
+
export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-f9c88893.js';
|
|
102
102
|
export { _ as OrTag } from '../OrTag-54778d09.js';
|
|
103
|
-
export { _ as OrTagInputV3 } from '../OrTagInput-
|
|
104
|
-
export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-
|
|
105
|
-
export { _ as OrTagsV3 } from '../OrTags-
|
|
103
|
+
export { _ as OrTagInputV3 } from '../OrTagInput-1548f007.js';
|
|
104
|
+
export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-2b9e664b.js';
|
|
105
|
+
export { _ as OrTagsV3 } from '../OrTags-25a70212.js';
|
|
106
106
|
export { _ as OrTeleport } from '../OrTeleport.vue2-f0c16c71.js';
|
|
107
107
|
export { _ as OrTeleportV3 } from '../OrTeleport.vue2-424c7f33.js';
|
|
108
108
|
export { _ as OrTextV3 } from '../OrText-44449e7b.js';
|
|
109
109
|
export { _ as OrTextarea } from '../OrTextarea-d36f4ec6.js';
|
|
110
110
|
export { _ as OrTextareaV3 } from '../OrTextarea-9221a04a.js';
|
|
111
111
|
export { _ as OrTextbox, T as TextboxTypes } from '../OrTextbox-a937432f.js';
|
|
112
|
-
export { _ as OrTimePickerV3 } from '../OrTimePicker-
|
|
112
|
+
export { _ as OrTimePickerV3 } from '../OrTimePicker-9c9a44bc.js';
|
|
113
113
|
export { _ as OrToast, a as OrToastContainer } from '../OrToastContainer-7017d12b.js';
|
|
114
114
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-b5ea5cb2.js';
|
|
115
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../types-
|
|
115
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../types-a74e1e20.js';
|
|
116
116
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-a1332cc2.js';
|
|
117
117
|
export { _ as OrTooltip } from '../OrTooltip-0bbf1ed5.js';
|
|
118
118
|
export { _ as OrTooltipContent } from '../OrTooltipContent-57a25502.js';
|
|
119
119
|
export { _ as OrTooltipV3 } from '../OrTooltip-a32c182a.js';
|
|
120
|
+
export { _ as OrTreeV3, T as TreeNodeDropPosition } from '../OrTree-dcacd695.js';
|
|
120
121
|
import 'vue-demi';
|
|
121
122
|
import '../style-inject.es-4c6f2515.js';
|
|
122
123
|
import '../normalize-component-6e8e3d80.js';
|
|
@@ -148,7 +149,7 @@ import 'lodash/isElement';
|
|
|
148
149
|
import 'lodash/get';
|
|
149
150
|
import '@vueuse/math';
|
|
150
151
|
import '../dropdown-open-e1f90e0a.js';
|
|
151
|
-
import '../OrDateTimePickerPopoverHeader-
|
|
152
|
+
import '../OrDateTimePickerPopoverHeader-5fa89936.js';
|
|
152
153
|
import 'lodash/padStart';
|
|
153
154
|
import '@floating-ui/dom';
|
|
154
155
|
import '../OrTooltip.vue_rollup-plugin-vue_styles.0-47985d95.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-
|
|
1
|
+
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-779ba7ca.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../OrButton-9622e713.js';
|
|
4
4
|
import '../../OrLoader-b0c381f9.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
6
|
import '../../normalize-component-6e8e3d80.js';
|
|
7
|
-
import '../../OrIconButton-
|
|
7
|
+
import '../../OrIconButton-2ab8fa02.js';
|
|
8
8
|
import '../../OrIcon-d35a84d8.js';
|
|
9
9
|
import '../../OrTooltip-a32c182a.js';
|
|
10
10
|
import '../../usePopoverState-b92c698b.js';
|
|
@@ -18,10 +18,10 @@ import '../../OrBottomSheet-6bc632c4.js';
|
|
|
18
18
|
import '../../OrOverlay-948346df.js';
|
|
19
19
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
20
20
|
import 'portal-vue';
|
|
21
|
-
import '../../OrMenuItem-
|
|
21
|
+
import '../../OrMenuItem-6f9b8a93.js';
|
|
22
22
|
import '../../OrMenu-6b3de1c1.js';
|
|
23
|
-
import '../../OrSearch-
|
|
24
|
-
import '../../OrInput-
|
|
23
|
+
import '../../OrSearch-879c7656.js';
|
|
24
|
+
import '../../OrInput-dcb61699.js';
|
|
25
25
|
import '../../useIdAttribute-859439f0.js';
|
|
26
26
|
import '../../useProxyModelValue-940010d2.js';
|
|
27
27
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as CodeLanguage, _ as OrCodeV3 } from '../../OrCode-
|
|
1
|
+
export { C as CodeLanguage, _ as OrCodeV3 } from '../../OrCode-26295220.js';
|
|
2
2
|
import '@codemirror/commands';
|
|
3
3
|
import '@codemirror/lang-css';
|
|
4
4
|
import '@codemirror/lang-html';
|
|
@@ -19,7 +19,7 @@ import '../../useValidationAttributes-d1abbe34.js';
|
|
|
19
19
|
import '../../OrError-4ffc1c39.js';
|
|
20
20
|
import '../../normalize-component-6e8e3d80.js';
|
|
21
21
|
import '../../OrHint-aa221198.js';
|
|
22
|
-
import '../../OrIconButton-
|
|
22
|
+
import '../../OrIconButton-2ab8fa02.js';
|
|
23
23
|
import '../../OrIcon-d35a84d8.js';
|
|
24
24
|
import '../../OrTooltip-a32c182a.js';
|
|
25
25
|
import '../../usePopoverState-b92c698b.js';
|
|
@@ -34,4 +34,4 @@ import 'portal-vue';
|
|
|
34
34
|
import '../../OrInputBox-11227ecd.js';
|
|
35
35
|
import '../../OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
36
36
|
import '../../OrLabel-63380256.js';
|
|
37
|
-
import '../../OrModal-
|
|
37
|
+
import '../../OrModal-abc3b1d9.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-
|
|
1
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-cda74328.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import '@vueuse/math';
|
|
4
4
|
import 'vue-demi';
|
|
@@ -8,14 +8,14 @@ import 'tailwindcss/resolveConfig';
|
|
|
8
8
|
import '../../OrButton-9622e713.js';
|
|
9
9
|
import '../../OrLoader-b0c381f9.js';
|
|
10
10
|
import '../../normalize-component-6e8e3d80.js';
|
|
11
|
-
import '../../OrInput-
|
|
11
|
+
import '../../OrInput-dcb61699.js';
|
|
12
12
|
import '../../useIdAttribute-859439f0.js';
|
|
13
13
|
import '../../useProxyModelValue-940010d2.js';
|
|
14
14
|
import '../../useResponsive-a02e95b7.js';
|
|
15
15
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
16
16
|
import '../../OrError-4ffc1c39.js';
|
|
17
17
|
import '../../OrHint-aa221198.js';
|
|
18
|
-
import '../../OrIconButton-
|
|
18
|
+
import '../../OrIconButton-2ab8fa02.js';
|
|
19
19
|
import '../../OrIcon-d35a84d8.js';
|
|
20
20
|
import '../../OrTooltip-a32c182a.js';
|
|
21
21
|
import '../../OrPopover-71380b24.js';
|