@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
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent, computed, ref, watch } from 'vue-demi';
|
|
2
2
|
import { _ as __vue_component__$3 } from './OrButton-9622e713.js';
|
|
3
|
-
import { _ as __vue_component__$2 } from './OrIconButton-
|
|
3
|
+
import { _ as __vue_component__$2 } from './OrIconButton-2ab8fa02.js';
|
|
4
4
|
import { _ as __vue_component__$6 } from './OrIcon-d35a84d8.js';
|
|
5
|
-
import { _ as __vue_component__$5 } from './OrMenuItem-
|
|
5
|
+
import { _ as __vue_component__$5 } from './OrMenuItem-6f9b8a93.js';
|
|
6
6
|
import { _ as __vue_component__$4 } from './OrMenu-6b3de1c1.js';
|
|
7
7
|
import './OrPopover-71380b24.js';
|
|
8
|
-
import { _ as __vue_component__$7 } from './OrSearch-
|
|
8
|
+
import { _ as __vue_component__$7 } from './OrSearch-879c7656.js';
|
|
9
9
|
import './OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
10
10
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
11
11
|
|
|
@@ -15,11 +15,11 @@ import { u as useTheme } from './useTheme-e23d13c8.js';
|
|
|
15
15
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
16
16
|
import { _ as __vue_component__$1 } from './OrError-4ffc1c39.js';
|
|
17
17
|
import { _ as __vue_component__$2 } from './OrHint-aa221198.js';
|
|
18
|
-
import { _ as __vue_component__$3 } from './OrIconButton-
|
|
18
|
+
import { _ as __vue_component__$3 } from './OrIconButton-2ab8fa02.js';
|
|
19
19
|
import { _ as __vue_component__$4 } from './OrInputBox-11227ecd.js';
|
|
20
20
|
import './OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
21
21
|
import { _ as __vue_component__$5 } from './OrLabel-63380256.js';
|
|
22
|
-
import { _ as __vue_component__$6 } from './OrModal-
|
|
22
|
+
import { _ as __vue_component__$6 } from './OrModal-abc3b1d9.js';
|
|
23
23
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
24
24
|
|
|
25
25
|
var CodeLanguage;
|
|
@@ -5,7 +5,7 @@ import { u as usePopoverState } from './usePopoverState-b92c698b.js';
|
|
|
5
5
|
import '@onereach/styles/tailwind.config';
|
|
6
6
|
import 'tailwindcss/resolveConfig';
|
|
7
7
|
import { _ as __vue_component__$2, a as ButtonColor } from './OrButton-9622e713.js';
|
|
8
|
-
import { _ as __vue_component__$3 } from './OrInput-
|
|
8
|
+
import { _ as __vue_component__$3 } from './OrInput-dcb61699.js';
|
|
9
9
|
import { _ as __vue_component__$1 } from './OrOverlay-948346df.js';
|
|
10
10
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
11
11
|
|
|
@@ -4,10 +4,10 @@ import '@vueuse/core';
|
|
|
4
4
|
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
5
5
|
import '@onereach/styles/tailwind.config';
|
|
6
6
|
import 'tailwindcss/resolveConfig';
|
|
7
|
-
import { _ as __vue_component__$1, a as __vue_component__$2, b as __vue_component__$3, c as __vue_component__$4, d as __vue_component__$5, e as __vue_component__$6, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-
|
|
7
|
+
import { _ as __vue_component__$1, a as __vue_component__$2, b as __vue_component__$3, c as __vue_component__$4, d as __vue_component__$5, e as __vue_component__$6, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-5fa89936.js';
|
|
8
8
|
import { _ as __vue_component__$7 } from './OrError-4ffc1c39.js';
|
|
9
9
|
import { _ as __vue_component__$8 } from './OrHint-aa221198.js';
|
|
10
|
-
import { _ as __vue_component__$a } from './OrIconButton-
|
|
10
|
+
import { _ as __vue_component__$a } from './OrIconButton-2ab8fa02.js';
|
|
11
11
|
import { _ as __vue_component__$9 } from './OrIcon-d35a84d8.js';
|
|
12
12
|
import { _ as __vue_component__$b } from './OrInputBox-11227ecd.js';
|
|
13
13
|
import { I as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as script } from './OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
1
|
+
import { s as script } from './OrDateTimePicker.vue_rollup-plugin-vue_script-729b254d.js';
|
|
2
2
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
3
3
|
|
|
4
4
|
/* script */
|
|
@@ -6,13 +6,13 @@ import '@onereach/styles/tailwind.config';
|
|
|
6
6
|
import 'tailwindcss/resolveConfig';
|
|
7
7
|
import { _ as __vue_component__$9 } from './OrError-4ffc1c39.js';
|
|
8
8
|
import { _ as __vue_component__$a } from './OrHint-aa221198.js';
|
|
9
|
-
import { _ as __vue_component__$c } from './OrIconButton-
|
|
9
|
+
import { _ as __vue_component__$c } from './OrIconButton-2ab8fa02.js';
|
|
10
10
|
import { _ as __vue_component__$b } from './OrIcon-d35a84d8.js';
|
|
11
11
|
import { _ as __vue_component__$d } from './OrInputBox-11227ecd.js';
|
|
12
12
|
import { I as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
13
13
|
import { _ as __vue_component__$e } from './OrLabel-63380256.js';
|
|
14
14
|
import { _ as __vue_component__$f } from './OrPopover-71380b24.js';
|
|
15
|
-
import { _ as __vue_component__$3, a as __vue_component__$4, b as __vue_component__$5, c as __vue_component__$6, d as __vue_component__$7, e as __vue_component__$8, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-
|
|
15
|
+
import { _ as __vue_component__$3, a as __vue_component__$4, b as __vue_component__$5, c as __vue_component__$6, d as __vue_component__$7, e as __vue_component__$8, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-5fa89936.js';
|
|
16
16
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
17
17
|
import { _ as __vue_component__$2 } from './OrButton-9622e713.js';
|
|
18
18
|
|
|
@@ -6,9 +6,9 @@ import 'tailwindcss/resolveConfig';
|
|
|
6
6
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
7
7
|
import { _ as __vue_component__$6 } from './OrButton-9622e713.js';
|
|
8
8
|
import { _ as __vue_component__$7 } from './OrLabel-63380256.js';
|
|
9
|
-
import { _ as __vue_component__$9 } from './OrIconButton-
|
|
9
|
+
import { _ as __vue_component__$9 } from './OrIconButton-2ab8fa02.js';
|
|
10
10
|
import { _ as __vue_component__$8 } from './OrIcon-d35a84d8.js';
|
|
11
|
-
import { _ as __vue_component__$b } from './OrMenuItem-
|
|
11
|
+
import { _ as __vue_component__$b } from './OrMenuItem-6f9b8a93.js';
|
|
12
12
|
import { _ as __vue_component__$a } from './OrMenu-6b3de1c1.js';
|
|
13
13
|
import './OrPopover-71380b24.js';
|
|
14
14
|
|
|
@@ -68,20 +68,16 @@ const ExpansionPanelHeaderColors = {
|
|
|
68
68
|
// Theme
|
|
69
69
|
'theme-foreground-default', 'dark:theme-foreground-default-dark',
|
|
70
70
|
// Theme (hover)
|
|
71
|
-
'hover:
|
|
71
|
+
'hover:theme-foreground-primary-hover', 'dark:hover:theme-foreground-primary-hover-dark',
|
|
72
72
|
// Theme (focus)
|
|
73
|
-
'focus:
|
|
74
|
-
// Theme (active)
|
|
75
|
-
'active:theme-foreground-primary-hover', 'dark:active:theme-foreground-primary-hover-dark'],
|
|
73
|
+
'focus:theme-foreground-primary-hover', 'dark:focus:theme-foreground-primary-hover-dark'],
|
|
76
74
|
'danger': [
|
|
77
75
|
// Theme
|
|
78
76
|
'theme-foreground-error', 'dark:theme-foreground-error-dark',
|
|
79
77
|
// Theme (hover)
|
|
80
|
-
'hover:
|
|
78
|
+
'hover:theme-foreground-error-hover', 'dark:hover:theme-foreground-error-hover-dark',
|
|
81
79
|
// Theme (focus)
|
|
82
|
-
'focus:
|
|
83
|
-
// Theme (active)
|
|
84
|
-
'active:theme-foreground-error-hover', 'dark:active:theme-foreground-error-hover-dark']
|
|
80
|
+
'focus:theme-foreground-error-hover', 'dark:focus:theme-foreground-error-hover-dark']
|
|
85
81
|
};
|
|
86
82
|
const ExpansionPanelAddon = [
|
|
87
83
|
// Layout
|
|
@@ -23,11 +23,9 @@ const IconButtonRoot = [
|
|
|
23
23
|
// Iconography
|
|
24
24
|
'iconography-outlined',
|
|
25
25
|
// Iconography (hover)
|
|
26
|
-
'hover:
|
|
26
|
+
'hover:iconography-filled',
|
|
27
27
|
// Iconography (focus)
|
|
28
|
-
'focus:
|
|
29
|
-
// Iconography (active)
|
|
30
|
-
'active:iconography-filled',
|
|
28
|
+
'focus:iconography-filled',
|
|
31
29
|
// Theme
|
|
32
30
|
'!outline outline-2 outline-transparent'];
|
|
33
31
|
const IconButtonRootColors = {
|
|
@@ -35,31 +33,31 @@ const IconButtonRootColors = {
|
|
|
35
33
|
// Theme
|
|
36
34
|
'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-foreground-outline', 'dark:theme-foreground-outline-dark',
|
|
37
35
|
// Theme (hover)
|
|
38
|
-
'hover:
|
|
36
|
+
'hover:outline-primary-opacity-0-08', 'dark:hover:outline-primary-opacity-0-08-dark', 'hover:theme-foreground-default', 'dark:hover:theme-foreground-default-dark',
|
|
39
37
|
// Theme (focus)
|
|
40
|
-
'focus:
|
|
38
|
+
'focus:outline-primary-opacity-0-08', 'dark:focus:outline-primary-opacity-0-08-dark', 'focus:theme-foreground-default', 'dark:focus:theme-foreground-default-dark',
|
|
41
39
|
// Theme (active)
|
|
42
|
-
'active:outline-primary-opacity-0-
|
|
40
|
+
'active:outline-primary-opacity-0-16', 'dark:active:outline-primary-opacity-0-16-dark', 'active:theme-foreground-default', 'dark:active:theme-foreground-default-dark',
|
|
43
41
|
// Theme (selected)
|
|
44
42
|
'selected:theme-foreground-default', 'dark:selected:theme-foreground-default-dark'],
|
|
45
43
|
'danger': [
|
|
46
44
|
// Theme
|
|
47
45
|
'theme-preset-3-error', 'dark:theme-preset-3-error-dark',
|
|
48
46
|
// Theme (hover)
|
|
49
|
-
'hover:
|
|
47
|
+
'hover:outline-error-opacity-0-08', 'dark:hover:outline-error-opacity-0-08-dark',
|
|
50
48
|
// Theme (focus)
|
|
51
|
-
'focus:
|
|
49
|
+
'focus:outline-error-opacity-0-08', 'dark:focus:outline-error-opacity-0-08-dark',
|
|
52
50
|
// Theme (active)
|
|
53
|
-
'active:outline-error-opacity-0-
|
|
51
|
+
'active:outline-error-opacity-0-16', 'dark:active:outline-error-opacity-0-16-dark'],
|
|
54
52
|
'inherit': [
|
|
55
53
|
// Theme
|
|
56
54
|
'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-foreground-inherit', 'dark:theme-foreground-inherit-dark',
|
|
57
55
|
// Theme (hover)
|
|
58
|
-
'hover:
|
|
56
|
+
'hover:outline-primary-opacity-0-08', 'dark:hover:outline-primary-opacity-0-08-dark',
|
|
59
57
|
// Theme (focus)
|
|
60
|
-
'focus:
|
|
58
|
+
'focus:outline-primary-opacity-0-08', 'dark:focus:outline-primary-opacity-0-08-dark',
|
|
61
59
|
// Theme (active)
|
|
62
|
-
'active:outline-primary-opacity-0-
|
|
60
|
+
'active:outline-primary-opacity-0-16', 'dark:active:outline-primary-opacity-0-16-dark']
|
|
63
61
|
};
|
|
64
62
|
|
|
65
63
|
var script = defineComponent({
|
|
@@ -7,7 +7,7 @@ import 'tailwindcss/resolveConfig';
|
|
|
7
7
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
8
8
|
import { _ as __vue_component__$1 } from './OrError-4ffc1c39.js';
|
|
9
9
|
import { _ as __vue_component__$2 } from './OrHint-aa221198.js';
|
|
10
|
-
import { _ as __vue_component__$3 } from './OrIconButton-
|
|
10
|
+
import { _ as __vue_component__$3 } from './OrIconButton-2ab8fa02.js';
|
|
11
11
|
import { _ as __vue_component__$4, I as InlineInputBoxSize } from './OrInlineInputBox-19b49ee6.js';
|
|
12
12
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
13
13
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -7,7 +7,7 @@ import 'tailwindcss/resolveConfig';
|
|
|
7
7
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
8
8
|
import { _ as __vue_component__$1 } from './OrError-4ffc1c39.js';
|
|
9
9
|
import { _ as __vue_component__$2 } from './OrHint-aa221198.js';
|
|
10
|
-
import { _ as __vue_component__$3 } from './OrIconButton-
|
|
10
|
+
import { _ as __vue_component__$3 } from './OrIconButton-2ab8fa02.js';
|
|
11
11
|
import { _ as __vue_component__$4 } from './OrInlineInputBox-19b49ee6.js';
|
|
12
12
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
13
13
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -8,7 +8,7 @@ import 'tailwindcss/resolveConfig';
|
|
|
8
8
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
9
9
|
import { _ as __vue_component__$1 } from './OrError-4ffc1c39.js';
|
|
10
10
|
import { _ as __vue_component__$2 } from './OrHint-aa221198.js';
|
|
11
|
-
import { _ as __vue_component__$4 } from './OrIconButton-
|
|
11
|
+
import { _ as __vue_component__$4 } from './OrIconButton-2ab8fa02.js';
|
|
12
12
|
import { _ as __vue_component__$3 } from './OrIcon-d35a84d8.js';
|
|
13
13
|
import { _ as __vue_component__$5 } from './OrInputBox-11227ecd.js';
|
|
14
14
|
import { I as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
@@ -36,9 +36,7 @@ const LinkRootColors = {
|
|
|
36
36
|
// Theme
|
|
37
37
|
'theme-foreground-inherit', 'dark:theme-foreground-inherit-dark',
|
|
38
38
|
// Theme (hover)
|
|
39
|
-
'hover:
|
|
40
|
-
// Theme (active)
|
|
41
|
-
'active:theme-foreground-primary-hover', 'dark:active:theme-foreground-primary-hover-dark']
|
|
39
|
+
'hover:theme-foreground-primary-hover', 'dark:hover:theme-foreground-primary-hover-dark']
|
|
42
40
|
};
|
|
43
41
|
|
|
44
42
|
var script = defineComponent({
|
|
@@ -74,7 +72,7 @@ var script = defineComponent({
|
|
|
74
72
|
// Refs
|
|
75
73
|
const root = ref();
|
|
76
74
|
// Styles
|
|
77
|
-
const rootStyles = computed(() => ['or-link-v3', ...LinkRoot, ...LinkRootColors[`${props.color}`], props.loading && 'interactivity-none', props.underlined && 'underline hover:
|
|
75
|
+
const rootStyles = computed(() => ['or-link-v3', ...LinkRoot, ...LinkRootColors[`${props.color}`], props.loading && 'interactivity-none', props.underlined && 'underline hover:no-underline']);
|
|
78
76
|
return {
|
|
79
77
|
root,
|
|
80
78
|
rootStyles
|
|
@@ -16,9 +16,7 @@ const MenuItemRoot = [
|
|
|
16
16
|
// Theme
|
|
17
17
|
'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-foreground-outline', 'dark:theme-foreground-outline-dark',
|
|
18
18
|
// Theme (hover)
|
|
19
|
-
'hover:
|
|
20
|
-
// Theme (active)
|
|
21
|
-
'active:theme-foreground-default', 'dark:active:theme-foreground-default-dark'];
|
|
19
|
+
'hover:theme-foreground-default', 'dark:hover:theme-foreground-default-dark'];
|
|
22
20
|
|
|
23
21
|
var script = defineComponent({
|
|
24
22
|
name: 'OrMenuItem',
|
|
@@ -5,7 +5,7 @@ import '@onereach/styles/tailwind.config';
|
|
|
5
5
|
import 'tailwindcss/resolveConfig';
|
|
6
6
|
import { _ as __vue_component__$5 } from './OrOverlay-948346df.js';
|
|
7
7
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
8
|
-
import { _ as __vue_component__$4 } from './OrIconButton-
|
|
8
|
+
import { _ as __vue_component__$4 } from './OrIconButton-2ab8fa02.js';
|
|
9
9
|
|
|
10
10
|
const ModalContent = [
|
|
11
11
|
// Layout
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
-
import { _ as __vue_component__$2 } from './OrIconButton-
|
|
2
|
+
import { _ as __vue_component__$2 } from './OrIconButton-2ab8fa02.js';
|
|
3
3
|
import { _ as __vue_component__$1 } from './OrIcon-d35a84d8.js';
|
|
4
4
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
5
5
|
|
|
@@ -6,7 +6,7 @@ import '@onereach/styles/tailwind.config';
|
|
|
6
6
|
import 'tailwindcss/resolveConfig';
|
|
7
7
|
import { _ as __vue_component__$1 } from './OrButton-9622e713.js';
|
|
8
8
|
import { _ as __vue_component__$2 } from './OrIcon-d35a84d8.js';
|
|
9
|
-
import { _ as __vue_component__$4 } from './OrMenuItem-
|
|
9
|
+
import { _ as __vue_component__$4 } from './OrMenuItem-6f9b8a93.js';
|
|
10
10
|
import { _ as __vue_component__$3 } from './OrMenu-6b3de1c1.js';
|
|
11
11
|
import './OrPopover-71380b24.js';
|
|
12
12
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { debouncedWatch } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
3
|
-
import { _ as __vue_component__$1 } from './OrInput-
|
|
3
|
+
import { _ as __vue_component__$1 } from './OrInput-dcb61699.js';
|
|
4
4
|
import { I as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
5
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
6
6
|
|
|
@@ -7,16 +7,16 @@ import '@onereach/styles/tailwind.config';
|
|
|
7
7
|
import 'tailwindcss/resolveConfig';
|
|
8
8
|
import { _ as __vue_component__$1, i as isEmptyValue } from './OrCheckbox-43615f70.js';
|
|
9
9
|
import { _ as __vue_component__$2 } from './OrError-4ffc1c39.js';
|
|
10
|
-
import { _ as __vue_component__$3 } from './OrExpansionPanel-
|
|
10
|
+
import { _ as __vue_component__$3 } from './OrExpansionPanel-acfffe82.js';
|
|
11
11
|
import { _ as __vue_component__$4 } from './OrHint-aa221198.js';
|
|
12
12
|
import { _ as __vue_component__$5 } from './OrIcon-d35a84d8.js';
|
|
13
13
|
import { _ as __vue_component__$7 } from './OrInputBox-11227ecd.js';
|
|
14
14
|
import { I as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
15
|
-
import { _ as __vue_component__$6 } from './OrInput-
|
|
15
|
+
import { _ as __vue_component__$6 } from './OrInput-dcb61699.js';
|
|
16
16
|
import { _ as __vue_component__$8 } from './OrLabel-63380256.js';
|
|
17
|
-
import { _ as __vue_component__$9 } from './OrMenuItem-
|
|
17
|
+
import { _ as __vue_component__$9 } from './OrMenuItem-6f9b8a93.js';
|
|
18
18
|
import { _ as __vue_component__$a } from './OrPopover-71380b24.js';
|
|
19
|
-
import { _ as __vue_component__$b } from './OrTag-
|
|
19
|
+
import { _ as __vue_component__$b } from './OrTag-2b9e664b.js';
|
|
20
20
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
21
21
|
|
|
22
22
|
const SelectRoot = [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useDraggable, useElementBounding } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, useSlots, watch } from 'vue-demi';
|
|
3
|
-
import { O as OrSidebarPlacement, _ as __vue_component__$1 } from './OrSidebarCollapseButton-
|
|
3
|
+
import { O as OrSidebarPlacement, _ as __vue_component__$1 } from './OrSidebarCollapseButton-49da331a.js';
|
|
4
4
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
5
5
|
|
|
6
6
|
const SidebarRoot = [
|
package/dist/esm/v2/{OrSidebarCollapseButton-74654d32.js → OrSidebarCollapseButton-49da331a.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
-
import { _ as __vue_component__$1 } from './OrIconButton-
|
|
2
|
+
import { _ as __vue_component__$1 } from './OrIconButton-2ab8fa02.js';
|
|
3
3
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
4
4
|
|
|
5
5
|
var OrSidebarPlacement;
|
|
@@ -13,7 +13,7 @@ const TabRoot = [
|
|
|
13
13
|
// Theme
|
|
14
14
|
'theme-foreground-secondary', 'dark:theme-foreground-secondary-dark', 'theme-border-2-transparent', 'dark:theme-border-2-transparent', 'theme-border-underline',
|
|
15
15
|
// Theme (hover)
|
|
16
|
-
'hover:
|
|
16
|
+
'hover:theme-foreground-default', 'dark:hover:theme-foreground-default-dark',
|
|
17
17
|
// Theme (active)
|
|
18
18
|
'active:theme-foreground-default', 'dark:active:theme-foreground-default-dark', 'active:theme-border-2-current', 'dark:active:theme-border-2-current', 'active:theme-border-underline',
|
|
19
19
|
// Theme (selected)
|
|
@@ -4,10 +4,10 @@ import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
|
4
4
|
import '@onereach/styles/tailwind.config';
|
|
5
5
|
import 'tailwindcss/resolveConfig';
|
|
6
6
|
import { _ as __vue_component__$1 } from './OrIcon-d35a84d8.js';
|
|
7
|
-
import { _ as __vue_component__$3 } from './OrMenuItem-
|
|
7
|
+
import { _ as __vue_component__$3 } from './OrMenuItem-6f9b8a93.js';
|
|
8
8
|
import { _ as __vue_component__$2 } from './OrMenu-6b3de1c1.js';
|
|
9
9
|
import './OrPopover-71380b24.js';
|
|
10
|
-
import { _ as __vue_component__$4 } from './OrTab-
|
|
10
|
+
import { _ as __vue_component__$4 } from './OrTab-5b198746.js';
|
|
11
11
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
12
12
|
|
|
13
13
|
var TabsVariant;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watchPostEffect, unref } from 'vue-demi';
|
|
2
|
-
import { _ as __vue_component__$1 } from './OrIconButton-
|
|
2
|
+
import { _ as __vue_component__$1 } from './OrIconButton-2ab8fa02.js';
|
|
3
3
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
4
4
|
|
|
5
5
|
var TagVariant;
|
|
@@ -7,11 +7,11 @@ import 'tailwindcss/resolveConfig';
|
|
|
7
7
|
import { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
8
8
|
import { _ as __vue_component__$1 } from './OrError-4ffc1c39.js';
|
|
9
9
|
import { _ as __vue_component__$2 } from './OrHint-aa221198.js';
|
|
10
|
-
import { _ as __vue_component__$3 } from './OrIconButton-
|
|
10
|
+
import { _ as __vue_component__$3 } from './OrIconButton-2ab8fa02.js';
|
|
11
11
|
import { _ as __vue_component__$4 } from './OrInputBox-11227ecd.js';
|
|
12
12
|
import { I as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
13
13
|
import { _ as __vue_component__$5 } from './OrLabel-63380256.js';
|
|
14
|
-
import { _ as __vue_component__$6 } from './OrTags-
|
|
14
|
+
import { _ as __vue_component__$6 } from './OrTags-25a70212.js';
|
|
15
15
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
16
16
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
17
17
|
|
|
@@ -5,7 +5,7 @@ import '@onereach/styles/tailwind.config';
|
|
|
5
5
|
import 'tailwindcss/resolveConfig';
|
|
6
6
|
import { _ as __vue_component__$1 } from './OrButton-9622e713.js';
|
|
7
7
|
import { _ as __vue_component__$2 } from './OrPopover-71380b24.js';
|
|
8
|
-
import { _ as __vue_component__$3 } from './OrTag-
|
|
8
|
+
import { _ as __vue_component__$3 } from './OrTag-2b9e664b.js';
|
|
9
9
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
10
10
|
|
|
11
11
|
const Tags = [
|
|
@@ -4,11 +4,11 @@ import '@vueuse/core';
|
|
|
4
4
|
import { u as useProxyModelValue } from './useProxyModelValue-940010d2.js';
|
|
5
5
|
import '@onereach/styles/tailwind.config';
|
|
6
6
|
import 'tailwindcss/resolveConfig';
|
|
7
|
-
import { b as __vue_component__$1, d as __vue_component__$2, e as __vue_component__$3, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-
|
|
8
|
-
import { _ as __vue_component__$4, a as __vue_component__$5, D as DateTimePickerTimeFormat } from './OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
7
|
+
import { b as __vue_component__$1, d as __vue_component__$2, e as __vue_component__$3, u as useCurrentDate } from './OrDateTimePickerPopoverHeader-5fa89936.js';
|
|
8
|
+
import { _ as __vue_component__$4, a as __vue_component__$5, D as DateTimePickerTimeFormat } from './OrDateTimePicker.vue_rollup-plugin-vue_script-729b254d.js';
|
|
9
9
|
import { _ as __vue_component__$6 } from './OrError-4ffc1c39.js';
|
|
10
10
|
import { _ as __vue_component__$7 } from './OrHint-aa221198.js';
|
|
11
|
-
import { _ as __vue_component__$9 } from './OrIconButton-
|
|
11
|
+
import { _ as __vue_component__$9 } from './OrIconButton-2ab8fa02.js';
|
|
12
12
|
import { _ as __vue_component__$8 } from './OrIcon-d35a84d8.js';
|
|
13
13
|
import { _ as __vue_component__$a } from './OrInputBox-11227ecd.js';
|
|
14
14
|
import { I as InputBoxSize } from './OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|