@onereach/ui-components 4.11.1-beta.2967.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/OrFabV3/OrFab.vue.d.ts +5 -5
- package/dist/bundled/v2/components/OrIconButtonV3/OrIconButton.js +1 -6
- package/dist/bundled/v2/components/OrIconButtonV3/OrIconButton.vue.d.ts +0 -11
- package/dist/bundled/v2/components/OrSidebarV3/OrSidebar.js +20 -21
- package/dist/bundled/v2/components/OrSidebarV3/OrSidebar.vue.d.ts +5 -5
- package/dist/bundled/v2/components/OrSidebarV3/props.d.ts +2 -2
- package/dist/bundled/v2/components/OrSidebarV3/props.js +2 -2
- package/dist/bundled/v2/components/OrSidebarV3/styles.js +12 -10
- 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/index.js +4 -2
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-297d0c7d.js → OrCardCollection.vue_vue_type_script_lang-c7d9f452.js} +2 -2
- package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-ec51e1e8.js → OrCode.vue_vue_type_script_lang-22c66c0d.js} +2 -2
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-2f107000.js → OrConfirm.vue_vue_type_script_lang-88d3aeda.js} +1 -1
- package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-ae872dbe.js → OrDatePicker.vue_vue_type_script_lang-80de9d3a.js} +2 -2
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-0ba15573.js → OrDateTimePicker.vue_vue_type_script_lang-300f009d.js} +2 -2
- package/dist/bundled/v3/{OrDateTimePickerMonthSelect-cee437fb.js → OrDateTimePickerMonthSelect-44038b6b.js} +1 -1
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-42887e92.js → OrIconButton.vue_vue_type_script_lang-41792494.js} +0 -5
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-13269054.js → OrInlineInput.vue_vue_type_script_lang-fec60585.js} +1 -1
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-3a251a7b.js → OrInlineTextarea.vue_vue_type_script_lang-4265a2a2.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-73c33e2e.js → OrInput.vue_vue_type_script_lang-0b8a2b69.js} +1 -1
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-5397e0dd.js → OrModal.vue_vue_type_script_lang-e00165f1.js} +1 -1
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-a0b4041e.js → OrNotification.vue_vue_type_script_lang-9d3dd0d9.js} +1 -1
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-143806cd.js → OrSearch.vue_vue_type_script_lang-3fa2209d.js} +1 -1
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-4045ecbe.js → OrSelect.vue_vue_type_script_lang-b11ea2e9.js} +2 -2
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-9298b6e0.js → OrSidebar.vue_vue_type_script_lang-55f0db3b.js} +22 -22
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-47c6bbdc.js → OrTag.vue_vue_type_script_lang-640a19c4.js} +1 -1
- package/dist/bundled/v3/{OrTagInput.vue_vue_type_script_lang-c2fc7f9a.js → OrTagInput.vue_vue_type_script_lang-67c8d12f.js} +2 -2
- package/dist/bundled/v3/{OrTags.vue_vue_type_script_lang-425bb731.js → OrTags.vue_vue_type_script_lang-18b7221b.js} +1 -1
- package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-c00997fc.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 +5 -5
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +4 -4
- 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 +4 -4
- package/dist/bundled/v3/components/OrDatePickerV3/index.js +3 -3
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +4 -4
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +3 -3
- package/dist/bundled/v3/components/OrFabV3/OrFab.vue.d.ts +3 -3
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +3 -3
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.vue.d.ts +0 -9
- package/dist/bundled/v3/components/OrIconButtonV3/index.js +1 -1
- 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/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/OrSearchV3/OrSearch.js +4 -4
- package/dist/bundled/v3/components/OrSearchV3/index.js +3 -3
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +5 -5
- package/dist/bundled/v3/components/OrSelectV3/index.js +4 -4
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +5 -5
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.vue.d.ts +3 -3
- package/dist/bundled/v3/components/OrSidebarV3/index.js +2 -2
- package/dist/bundled/v3/components/OrSidebarV3/props.d.ts +2 -2
- package/dist/bundled/v3/components/OrSidebarV3/props.js +2 -2
- package/dist/bundled/v3/components/OrSidebarV3/styles.js +12 -10
- 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 +22 -20
- package/dist/bundled/v3/index.js +24 -21
- package/dist/esm/v2/{OrCardCollection-b9e8e1ee.js → OrCardCollection-779ba7ca.js} +2 -2
- package/dist/esm/v2/{OrCode-8d30c597.js → OrCode-26295220.js} +2 -2
- package/dist/esm/v2/{OrConfirm-1cf67ea8.js → OrConfirm-cda74328.js} +1 -1
- package/dist/esm/v2/{OrDatePicker-527c8f20.js → OrDatePicker-a4f95898.js} +2 -2
- package/dist/esm/v2/{OrDateTimePicker-87d551a3.js → OrDateTimePicker-99d3445b.js} +1 -1
- package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-87492dc6.js → OrDateTimePicker.vue_rollup-plugin-vue_script-729b254d.js} +2 -2
- package/dist/esm/v2/{OrDateTimePickerPopoverHeader-c8cfa29a.js → OrDateTimePickerPopoverHeader-5fa89936.js} +1 -1
- package/dist/esm/v2/{OrIconButton-e7517e6d.js → OrIconButton-2ab8fa02.js} +1 -6
- package/dist/esm/v2/{OrInlineInput-82238b67.js → OrInlineInput-0c62b3a6.js} +1 -1
- package/dist/esm/v2/{OrInlineTextarea-e79cfec1.js → OrInlineTextarea-c24708a7.js} +1 -1
- package/dist/esm/v2/{OrInput-1517ccef.js → OrInput-dcb61699.js} +1 -1
- package/dist/esm/v2/{OrModal-af72eb54.js → OrModal-abc3b1d9.js} +1 -1
- package/dist/esm/v2/{OrNotification-eaf8a4b4.js → OrNotification-5b7028d7.js} +1 -1
- package/dist/esm/v2/{OrSearch-f5258a9f.js → OrSearch-879c7656.js} +1 -1
- package/dist/esm/v2/{OrSelect-fd7740ad.js → OrSelect-01d61a9a.js} +2 -2
- package/dist/esm/v2/{OrSidebar-15fc8f69.js → OrSidebar-bd385865.js} +22 -19
- package/dist/esm/v2/{OrSidebarCollapseButton-6a8079ea.js → OrSidebarCollapseButton-49da331a.js} +12 -16
- package/dist/esm/v2/{OrTag-d619ed2b.js → OrTag-2b9e664b.js} +1 -1
- package/dist/esm/v2/{OrTagInput-32ad4c5e.js → OrTagInput-1548f007.js} +2 -2
- package/dist/esm/v2/{OrTags-cf65a7fa.js → OrTags-25a70212.js} +1 -1
- package/dist/esm/v2/{OrTimePicker-8f551fcb.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 +23 -22
- package/dist/esm/v2/components/or-card-collection-v3/index.js +4 -4
- 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 +3 -3
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +4 -4
- package/dist/esm/v2/components/or-fab-v3/OrFab.vue.d.ts +5 -5
- package/dist/esm/v2/components/or-icon-button-v3/OrIconButton.vue.d.ts +0 -11
- 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-modal-v3/index.js +2 -2
- package/dist/esm/v2/components/or-notification-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 +4 -4
- package/dist/esm/v2/components/or-sidebar-v3/OrSidebar.vue.d.ts +5 -5
- package/dist/esm/v2/components/or-sidebar-v3/index.js +3 -3
- package/dist/esm/v2/components/or-sidebar-v3/partials/index.d.ts +1 -1
- 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.d.ts +1 -0
- package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +18 -0
- package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.d.ts +1 -1
- package/dist/esm/v2/components/or-sidebar-v3/props.d.ts +2 -2
- 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 +4 -4
- 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 +23 -22
- package/dist/esm/v2/{types-f010f8b9.js → types-a74e1e20.js} +1 -1
- package/dist/esm/v3/{OrCardCollection-b362d47e.js → OrCardCollection-4516594a.js} +2 -2
- package/dist/esm/v3/{OrCode-d36e4b44.js → OrCode-0c2310e5.js} +2 -2
- package/dist/esm/v3/{OrConfirm-6c4a7b89.js → OrConfirm-240cfe0a.js} +1 -1
- package/dist/esm/v3/{OrDatePicker-9937fe56.js → OrDatePicker-f4470d79.js} +2 -2
- package/dist/esm/v3/{OrDateTimePicker-0969233f.js → OrDateTimePicker-546c15ec.js} +2 -2
- package/dist/esm/v3/{OrDateTimePickerPopoverHeader-dda25608.js → OrDateTimePickerPopoverHeader-96a38b4b.js} +1 -1
- package/dist/esm/v3/{OrIconButton-0edf0894.js → OrIconButton-00f8f0c7.js} +1 -6
- package/dist/esm/v3/{OrInlineInput-b88c01a6.js → OrInlineInput-4d47d731.js} +1 -1
- package/dist/esm/v3/{OrInlineTextarea-71e96e67.js → OrInlineTextarea-1415bed9.js} +1 -1
- package/dist/esm/v3/{OrInput-1fc808c0.js → OrInput-f0e12c81.js} +1 -1
- package/dist/esm/v3/{OrModal-53d4af81.js → OrModal-6a90ea79.js} +1 -1
- package/dist/esm/v3/{OrNotification-42c3a0ec.js → OrNotification-117f2dcb.js} +1 -1
- package/dist/esm/v3/{OrSearch-e690aff6.js → OrSearch-051adc07.js} +1 -1
- package/dist/esm/v3/{OrSelect-5fa11fde.js → OrSelect-b3885148.js} +2 -2
- package/dist/esm/v3/{OrSidebar-dd7c025b.js → OrSidebar-47f9d02a.js} +21 -18
- package/dist/esm/v3/{OrSidebarCollapseButton-2792a2b4.js → OrSidebarCollapseButton-86dafbbc.js} +16 -19
- package/dist/esm/v3/{OrTag-51add0ef.js → OrTag-9adef1cd.js} +1 -1
- package/dist/esm/v3/{OrTagInput-ca1811f7.js → OrTagInput-63d0f5fb.js} +2 -2
- package/dist/esm/v3/{OrTags-f6ecdb32.js → OrTags-d7a90658.js} +1 -1
- package/dist/esm/v3/{OrTimePicker-547bce61.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 +22 -21
- package/dist/esm/v3/components/or-card-collection-v3/index.js +4 -4
- 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 +3 -3
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +3 -3
- package/dist/esm/v3/components/or-fab-v3/OrFab.vue.d.ts +3 -3
- package/dist/esm/v3/components/or-icon-button-v3/OrIconButton.vue.d.ts +0 -9
- 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-modal-v3/index.js +2 -2
- package/dist/esm/v3/components/or-notification-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 +4 -4
- package/dist/esm/v3/components/or-sidebar-v3/OrSidebar.vue.d.ts +3 -3
- package/dist/esm/v3/components/or-sidebar-v3/index.js +3 -3
- package/dist/esm/v3/components/or-sidebar-v3/partials/index.d.ts +1 -1
- 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.d.ts +1 -0
- package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +17 -0
- package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.d.ts +1 -1
- package/dist/esm/v3/components/or-sidebar-v3/props.d.ts +2 -2
- 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 +4 -4
- 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 +22 -21
- package/dist/esm/v3/{types-8d61f1d7.js → types-c78924f3.js} +1 -1
- package/package.json +3 -2
- package/src/components/index.ts +1 -0
- package/src/components/or-fab-v3/OrFab.vue +1 -1
- package/src/components/or-icon-button-v3/OrIconButton.vue +1 -7
- package/src/components/or-sidebar-v3/OrSidebar.vue +13 -21
- package/src/components/or-sidebar-v3/partials/index.ts +1 -1
- package/src/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.stories3.ts +48 -0
- package/src/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue +14 -21
- package/src/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.ts +1 -0
- package/src/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.ts +2 -2
- package/src/components/or-sidebar-v3/props.ts +2 -2
- package/src/components/or-sidebar-v3/styles.ts +10 -15
- 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-30a43007.js → OrDateTimePickerMonthSelect-88a629fe.js} +0 -0
- /package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-b2b61918.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
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,7 +6,7 @@ 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
11
|
import { _ as __vue_component__$b } from './OrMenuItem-6f9b8a93.js';
|
|
12
12
|
import { _ as __vue_component__$a } from './OrMenu-6b3de1c1.js';
|
|
@@ -68,11 +68,6 @@ var script = defineComponent({
|
|
|
68
68
|
},
|
|
69
69
|
inheritAttrs: false,
|
|
70
70
|
props: {
|
|
71
|
-
// TODO: Remove after migration to Vue 3
|
|
72
|
-
additionalStyles: {
|
|
73
|
-
type: Array,
|
|
74
|
-
default: () => []
|
|
75
|
-
},
|
|
76
71
|
icon: {
|
|
77
72
|
type: [String, Object],
|
|
78
73
|
required: true
|
|
@@ -125,7 +120,7 @@ var __vue_render__ = function () {
|
|
|
125
120
|
text: _vm.tooltip
|
|
126
121
|
} : _vm.tooltip, false), [_c('button', _vm._g(_vm._b({
|
|
127
122
|
ref: "root",
|
|
128
|
-
class:
|
|
123
|
+
class: _vm.rootStyles,
|
|
129
124
|
attrs: {
|
|
130
125
|
"type": 'button',
|
|
131
126
|
"selected": _vm.selected ? '' : null,
|
|
@@ -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';
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -12,11 +12,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
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 {
|
|
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 = [
|
|
@@ -36,18 +36,18 @@ const SidebarToolbar = [
|
|
|
36
36
|
'text-outline', 'dark:text-outline-dark'];
|
|
37
37
|
const CollapsibleSidebarToolbar = ['pt-[56px]'];
|
|
38
38
|
const SidebarSides = {
|
|
39
|
-
|
|
39
|
+
[OrSidebarPlacement.left]: [
|
|
40
40
|
// Borders
|
|
41
41
|
'border-r-[1px]', 'border-r-solid', 'border-r-outline-variant dark:border-r-outline-variant-dark'],
|
|
42
|
-
|
|
42
|
+
[OrSidebarPlacement.right]: [
|
|
43
43
|
// Borders
|
|
44
44
|
'border-l-[1px]', 'border-l-solid', 'border-l-outline-variant dark:border-l-outline-variant-dark']
|
|
45
45
|
};
|
|
46
46
|
const SidebarToolbarSides = {
|
|
47
|
-
|
|
47
|
+
[OrSidebarPlacement.left]: [
|
|
48
48
|
// Borders
|
|
49
49
|
'border-r-[1px]', 'border-r-solid', 'border-r-outline-variant dark:border-r-outline-variant-dark'],
|
|
50
|
-
|
|
50
|
+
[OrSidebarPlacement.right]: [
|
|
51
51
|
// Borders
|
|
52
52
|
'border-l-[1px]', 'border-l-solid', 'border-l-outline-variant dark:border-l-outline-variant-dark']
|
|
53
53
|
};
|
|
@@ -59,14 +59,14 @@ const SidebarResize = [
|
|
|
59
59
|
// Cursor
|
|
60
60
|
'cursor-ew-resize'];
|
|
61
61
|
const SidebarResizeSides = {
|
|
62
|
-
|
|
62
|
+
[OrSidebarPlacement.left]: [
|
|
63
63
|
// Position
|
|
64
64
|
'-right-[1px]',
|
|
65
65
|
// Borders
|
|
66
66
|
'hover:border-r-2', 'hover:border-r-primary-hover hover:dark:border-r-primary-hover-dark',
|
|
67
67
|
// Transition
|
|
68
68
|
'transition-[border-right]'],
|
|
69
|
-
|
|
69
|
+
[OrSidebarPlacement.right]: [
|
|
70
70
|
// Position
|
|
71
71
|
'-left-[1px]',
|
|
72
72
|
// Borders
|
|
@@ -78,18 +78,18 @@ const SidebarCollapseButton = [
|
|
|
78
78
|
// Position
|
|
79
79
|
'absolute', 'top-md', 'inset-y-none', 'z-[1]'];
|
|
80
80
|
const SidebarCollapseButtonSides = {
|
|
81
|
-
|
|
81
|
+
[OrSidebarPlacement.left]: [
|
|
82
82
|
// Position
|
|
83
83
|
'-right-[12px]'],
|
|
84
|
-
|
|
84
|
+
[OrSidebarPlacement.right]: [
|
|
85
85
|
// Position
|
|
86
86
|
'-left-[12px]']
|
|
87
87
|
};
|
|
88
88
|
const SidebarResizingSides = {
|
|
89
|
-
|
|
89
|
+
[OrSidebarPlacement.left]: [
|
|
90
90
|
// Borders
|
|
91
91
|
'border-r-2', 'border-r-primary-hover dark:border-r-primary-hover-dark'],
|
|
92
|
-
|
|
92
|
+
[OrSidebarPlacement.right]: [
|
|
93
93
|
// Borders
|
|
94
94
|
'border-l-2', 'border-l-primary-hover dark:border-l-primary-hover-dark']
|
|
95
95
|
};
|
|
@@ -145,7 +145,7 @@ var script = defineComponent({
|
|
|
145
145
|
*/
|
|
146
146
|
side: {
|
|
147
147
|
type: String,
|
|
148
|
-
default: OrSidebarPlacement.
|
|
148
|
+
default: OrSidebarPlacement.right
|
|
149
149
|
},
|
|
150
150
|
draggable: {
|
|
151
151
|
type: Boolean,
|
|
@@ -158,7 +158,10 @@ var script = defineComponent({
|
|
|
158
158
|
},
|
|
159
159
|
emits: ['change:width', 'open', 'close'],
|
|
160
160
|
expose: ['root', 'open', 'close'],
|
|
161
|
-
setup(props,
|
|
161
|
+
setup(props, _ref) {
|
|
162
|
+
let {
|
|
163
|
+
emit
|
|
164
|
+
} = _ref;
|
|
162
165
|
// Refs
|
|
163
166
|
const root = ref();
|
|
164
167
|
const resizeBar = ref(null);
|
|
@@ -200,7 +203,7 @@ var script = defineComponent({
|
|
|
200
203
|
isResizing.value = true;
|
|
201
204
|
},
|
|
202
205
|
onMove: position => {
|
|
203
|
-
const delta = (position.x - startPositionX.value) * (props.side === OrSidebarPlacement.
|
|
206
|
+
const delta = (position.x - startPositionX.value) * (props.side === OrSidebarPlacement.left ? -1 : 1);
|
|
204
207
|
const newWidth = localWidth.value - delta;
|
|
205
208
|
localWidth.value = newWidth > maximumWidth.value ? maximumWidth.value : newWidth < props.minimumWidth ? props.minimumWidth : newWidth;
|
|
206
209
|
startPositionX.value = position.x;
|
|
@@ -238,8 +241,8 @@ var script = defineComponent({
|
|
|
238
241
|
watch(maximumWidth, newMaximum => {
|
|
239
242
|
if (newMaximum < localWidth.value) localWidth.value = newMaximum;
|
|
240
243
|
});
|
|
241
|
-
watch(localWidth, val =>
|
|
242
|
-
watch(isCollapsed, val =>
|
|
244
|
+
watch(localWidth, val => emit('change:width', val));
|
|
245
|
+
watch(isCollapsed, val => emit(val ? 'close' : 'open'));
|
|
243
246
|
return {
|
|
244
247
|
root,
|
|
245
248
|
resizeBar,
|
|
@@ -282,7 +285,7 @@ var __vue_render__ = function () {
|
|
|
282
285
|
}, [_vm.draggable && !_vm.isCollapsed ? _c('div', {
|
|
283
286
|
ref: "resizeBar",
|
|
284
287
|
class: _vm.resizeStyles
|
|
285
|
-
}) : _vm._e(), _vm._v(" "), _vm.collapsible ?
|
|
288
|
+
}) : _vm._e(), _vm._v(" "), _vm.collapsible ? _c('or-sidebar-collapse-button', {
|
|
286
289
|
class: _vm.collapsibleButtonStyles,
|
|
287
290
|
attrs: {
|
|
288
291
|
"side": _vm.side
|
|
@@ -294,7 +297,7 @@ var __vue_render__ = function () {
|
|
|
294
297
|
},
|
|
295
298
|
expression: "isCollapsed"
|
|
296
299
|
}
|
|
297
|
-
})
|
|
300
|
+
}) : _vm._e(), _vm._v(" "), _c('div', {
|
|
298
301
|
directives: [{
|
|
299
302
|
name: "show",
|
|
300
303
|
rawName: "v-show",
|
|
@@ -314,7 +317,7 @@ var __vue_render__ = function () {
|
|
|
314
317
|
expression: "!isCollapsed"
|
|
315
318
|
}],
|
|
316
319
|
class: _vm.footerStyles
|
|
317
|
-
}, [_vm._t("footer")], 2) : _vm._e()],
|
|
320
|
+
}, [_vm._t("footer")], 2) : _vm._e()], 1), _vm._v(" "), _vm.side === 'left' && _vm.isShowingToolbar ? _c('div', {
|
|
318
321
|
class: _vm.toolbarStyles
|
|
319
322
|
}, [_vm._t("toolbar")], 2) : _vm._e()]);
|
|
320
323
|
};
|
package/dist/esm/v2/{OrSidebarCollapseButton-6a8079ea.js → OrSidebarCollapseButton-49da331a.js}
RENAMED
|
@@ -1,19 +1,19 @@
|
|
|
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;
|
|
6
6
|
(function (OrSidebarPlacement) {
|
|
7
|
-
OrSidebarPlacement["
|
|
8
|
-
OrSidebarPlacement["
|
|
7
|
+
OrSidebarPlacement["left"] = "left";
|
|
8
|
+
OrSidebarPlacement["right"] = "right";
|
|
9
9
|
})(OrSidebarPlacement || (OrSidebarPlacement = {}));
|
|
10
10
|
|
|
11
|
-
const
|
|
11
|
+
const CollapseButtonContainer = [
|
|
12
12
|
// Box
|
|
13
13
|
'w-[24px]', 'h-[24px]', 'rounded-full',
|
|
14
14
|
// Theme
|
|
15
15
|
'text-primary dark:text-primary-dark', 'bg-background dark:bg-background-dark'];
|
|
16
|
-
const
|
|
16
|
+
const CollapseButton = [
|
|
17
17
|
// Box
|
|
18
18
|
'w-[24px]', 'h-[24px]', 'rounded-full',
|
|
19
19
|
// Typography
|
|
@@ -50,7 +50,7 @@ var script = defineComponent({
|
|
|
50
50
|
},
|
|
51
51
|
side: {
|
|
52
52
|
type: String,
|
|
53
|
-
default: OrSidebarPlacement.
|
|
53
|
+
default: OrSidebarPlacement.right
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
emits: ['update:modelValue'],
|
|
@@ -58,12 +58,9 @@ var script = defineComponent({
|
|
|
58
58
|
setup(props) {
|
|
59
59
|
// Refs
|
|
60
60
|
const root = ref();
|
|
61
|
-
const rootStyles = computed(() => ['or-sidebar-collapse-button-v3', ...
|
|
62
|
-
const buttonStyles = computed(() => [...
|
|
63
|
-
|
|
64
|
-
const icon = computed(() => {
|
|
65
|
-
return props.side === OrSidebarPlacement.Left !== props.modelValue ? 'keyboard_arrow_left' : 'keyboard_arrow_right';
|
|
66
|
-
});
|
|
61
|
+
const rootStyles = computed(() => ['or-sidebar-collapse-button-v3', ...CollapseButtonContainer]);
|
|
62
|
+
const buttonStyles = computed(() => [...CollapseButton]);
|
|
63
|
+
const icon = computed(() => props.side === OrSidebarPlacement.left !== props.modelValue ? 'keyboard_arrow_left' : 'keyboard_arrow_right');
|
|
67
64
|
return {
|
|
68
65
|
root,
|
|
69
66
|
rootStyles,
|
|
@@ -84,18 +81,17 @@ var __vue_render__ = function () {
|
|
|
84
81
|
return _c('div', {
|
|
85
82
|
ref: "root",
|
|
86
83
|
class: _vm.rootStyles
|
|
87
|
-
}, [_c('
|
|
84
|
+
}, [_c('or-icon-button', {
|
|
85
|
+
class: _vm.buttonStyles,
|
|
88
86
|
attrs: {
|
|
89
|
-
"additional-styles": _vm.buttonStyles,
|
|
90
87
|
"icon": {
|
|
91
88
|
icon: _vm.icon,
|
|
92
89
|
size: 'inherit'
|
|
93
90
|
},
|
|
94
|
-
"color":
|
|
91
|
+
"color": "inherit"
|
|
95
92
|
},
|
|
96
93
|
on: {
|
|
97
94
|
"click": function ($event) {
|
|
98
|
-
$event.stopPropagation();
|
|
99
95
|
return _vm.$emit('update:modelValue', !_vm.modelValue);
|
|
100
96
|
}
|
|
101
97
|
}
|
|
@@ -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';
|