@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
|
@@ -10,7 +10,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
10
10
|
required: true;
|
|
11
11
|
};
|
|
12
12
|
color: {
|
|
13
|
-
type: PropType<
|
|
13
|
+
type: PropType<FabColor>;
|
|
14
14
|
default: FabColor;
|
|
15
15
|
};
|
|
16
16
|
disabled: {
|
|
@@ -23,7 +23,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
23
23
|
required: true;
|
|
24
24
|
};
|
|
25
25
|
color: {
|
|
26
|
-
type: PropType<
|
|
26
|
+
type: PropType<FabColor>;
|
|
27
27
|
default: FabColor;
|
|
28
28
|
};
|
|
29
29
|
disabled: {
|
|
@@ -32,7 +32,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
32
32
|
};
|
|
33
33
|
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
34
34
|
icon: string;
|
|
35
|
-
color:
|
|
35
|
+
color: FabColor;
|
|
36
36
|
disabled: boolean;
|
|
37
37
|
} & {}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
38
38
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
@@ -40,10 +40,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
40
40
|
isVue3: boolean;
|
|
41
41
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
|
|
42
42
|
icon: string;
|
|
43
|
-
color:
|
|
43
|
+
color: FabColor;
|
|
44
44
|
disabled: boolean;
|
|
45
45
|
} & {}, {
|
|
46
|
-
color:
|
|
46
|
+
color: FabColor;
|
|
47
47
|
disabled: boolean;
|
|
48
48
|
}, true>);
|
|
49
49
|
export default _default;
|
|
@@ -5,10 +5,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
5
5
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
6
6
|
isVue3: boolean;
|
|
7
7
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
8
|
-
additionalStyles: {
|
|
9
|
-
type: PropType<string[]>;
|
|
10
|
-
default: () => never[];
|
|
11
|
-
};
|
|
12
8
|
icon: {
|
|
13
9
|
type: PropType<string | Omit<Readonly<Partial<{
|
|
14
10
|
[x: number]: string;
|
|
@@ -38,10 +34,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
38
34
|
default: undefined;
|
|
39
35
|
};
|
|
40
36
|
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
41
|
-
additionalStyles: {
|
|
42
|
-
type: PropType<string[]>;
|
|
43
|
-
default: () => never[];
|
|
44
|
-
};
|
|
45
37
|
icon: {
|
|
46
38
|
type: PropType<string | Omit<Readonly<Partial<{
|
|
47
39
|
[x: number]: string;
|
|
@@ -72,7 +64,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
72
64
|
};
|
|
73
65
|
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
74
66
|
size: "inherit" | "xl" | "l" | "m";
|
|
75
|
-
additionalStyles: string[];
|
|
76
67
|
icon: Omit<Readonly<Partial<{
|
|
77
68
|
[x: number]: string;
|
|
78
69
|
} | {}> & Omit<{} & {}, never>>, "size">;
|
|
@@ -90,7 +81,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
90
81
|
isVue3: boolean;
|
|
91
82
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
92
83
|
size: "inherit" | "xl" | "l" | "m";
|
|
93
|
-
additionalStyles: string[];
|
|
94
84
|
icon: Omit<Readonly<Partial<{
|
|
95
85
|
[x: number]: string;
|
|
96
86
|
} | {}> & Omit<{} & {}, never>>, "size">;
|
|
@@ -104,7 +94,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
104
94
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
105
95
|
}, {
|
|
106
96
|
size: "inherit" | "xl" | "l" | "m";
|
|
107
|
-
additionalStyles: string[];
|
|
108
97
|
color: "default" | "danger" | "inherit";
|
|
109
98
|
selected: boolean;
|
|
110
99
|
disabled: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as IconButtonColor, _ as OrIconButtonV3 } from '../../OrIconButton-
|
|
1
|
+
export { I as IconButtonColor, _ as OrIconButtonV3 } from '../../OrIconButton-2ab8fa02.js';
|
|
2
2
|
export { I as IconButtonSize } from '../../OrIcon-d35a84d8.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../OrTooltip-a32c182a.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-
|
|
1
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-0c62b3a6.js';
|
|
2
2
|
export { I as InlineInputSize } from '../../OrInlineInputBox-19b49ee6.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
@@ -10,7 +10,7 @@ import '../../useValidationAttributes-d1abbe34.js';
|
|
|
10
10
|
import '../../OrError-4ffc1c39.js';
|
|
11
11
|
import '../../normalize-component-6e8e3d80.js';
|
|
12
12
|
import '../../OrHint-aa221198.js';
|
|
13
|
-
import '../../OrIconButton-
|
|
13
|
+
import '../../OrIconButton-2ab8fa02.js';
|
|
14
14
|
import '../../OrIcon-d35a84d8.js';
|
|
15
15
|
import '../../OrTooltip-a32c182a.js';
|
|
16
16
|
import '../../usePopoverState-b92c698b.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrInlineTextareaV3 } from '../../OrInlineTextarea-
|
|
1
|
+
export { _ as OrInlineTextareaV3 } from '../../OrInlineTextarea-c24708a7.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useIdAttribute-859439f0.js';
|
|
4
4
|
import '@vueuse/core';
|
|
@@ -9,7 +9,7 @@ import '../../useValidationAttributes-d1abbe34.js';
|
|
|
9
9
|
import '../../OrError-4ffc1c39.js';
|
|
10
10
|
import '../../normalize-component-6e8e3d80.js';
|
|
11
11
|
import '../../OrHint-aa221198.js';
|
|
12
|
-
import '../../OrIconButton-
|
|
12
|
+
import '../../OrIconButton-2ab8fa02.js';
|
|
13
13
|
import '../../OrIcon-d35a84d8.js';
|
|
14
14
|
import '../../OrTooltip-a32c182a.js';
|
|
15
15
|
import '../../usePopoverState-b92c698b.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InputType, _ as OrInputV3 } from '../../OrInput-
|
|
1
|
+
export { I as InputType, _ as OrInputV3 } from '../../OrInput-dcb61699.js';
|
|
2
2
|
export { I as InputSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
@@ -11,7 +11,7 @@ import '../../useValidationAttributes-d1abbe34.js';
|
|
|
11
11
|
import '../../OrError-4ffc1c39.js';
|
|
12
12
|
import '../../normalize-component-6e8e3d80.js';
|
|
13
13
|
import '../../OrHint-aa221198.js';
|
|
14
|
-
import '../../OrIconButton-
|
|
14
|
+
import '../../OrIconButton-2ab8fa02.js';
|
|
15
15
|
import '../../OrIcon-d35a84d8.js';
|
|
16
16
|
import '../../OrTooltip-a32c182a.js';
|
|
17
17
|
import '../../usePopoverState-b92c698b.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { M as ModalSize, _ as OrModalV3 } from '../../OrModal-
|
|
1
|
+
export { M as ModalSize, _ as OrModalV3 } from '../../OrModal-abc3b1d9.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import '../../usePopoverState-b92c698b.js';
|
|
@@ -9,7 +9,7 @@ import '../../useElevation-a50ec347.js';
|
|
|
9
9
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
10
10
|
import 'portal-vue';
|
|
11
11
|
import '../../normalize-component-6e8e3d80.js';
|
|
12
|
-
import '../../OrIconButton-
|
|
12
|
+
import '../../OrIconButton-2ab8fa02.js';
|
|
13
13
|
import '../../OrIcon-d35a84d8.js';
|
|
14
14
|
import '../../OrTooltip-a32c182a.js';
|
|
15
15
|
import '../../OrPopover-71380b24.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { N as NotificationVariant, _ as OrNotificationV3 } from '../../OrNotification-
|
|
1
|
+
export { N as NotificationVariant, _ as OrNotificationV3 } from '../../OrNotification-5b7028d7.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrIconButton-
|
|
3
|
+
import '../../OrIconButton-2ab8fa02.js';
|
|
4
4
|
import '../../OrIcon-d35a84d8.js';
|
|
5
5
|
import '../../normalize-component-6e8e3d80.js';
|
|
6
6
|
import '../../OrTooltip-a32c182a.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { _ as OrSearchV3 } from '../../OrSearch-
|
|
1
|
+
export { _ as OrSearchV3 } from '../../OrSearch-879c7656.js';
|
|
2
2
|
export { I as SearchSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
|
-
import '../../OrInput-
|
|
5
|
+
import '../../OrInput-dcb61699.js';
|
|
6
6
|
import '../../useIdAttribute-859439f0.js';
|
|
7
7
|
import '../../useProxyModelValue-940010d2.js';
|
|
8
8
|
import '../../useResponsive-a02e95b7.js';
|
|
@@ -12,7 +12,7 @@ import '../../useValidationAttributes-d1abbe34.js';
|
|
|
12
12
|
import '../../OrError-4ffc1c39.js';
|
|
13
13
|
import '../../normalize-component-6e8e3d80.js';
|
|
14
14
|
import '../../OrHint-aa221198.js';
|
|
15
|
-
import '../../OrIconButton-
|
|
15
|
+
import '../../OrIconButton-2ab8fa02.js';
|
|
16
16
|
import '../../OrIcon-d35a84d8.js';
|
|
17
17
|
import '../../OrTooltip-a32c182a.js';
|
|
18
18
|
import '../../usePopoverState-b92c698b.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrSelectV3 } from '../../OrSelect-
|
|
1
|
+
export { _ as OrSelectV3 } from '../../OrSelect-01d61a9a.js';
|
|
2
2
|
export { I as SelectSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-e1f90e0a.js';
|
|
@@ -18,10 +18,10 @@ import '../../usePopoverState-b92c698b.js';
|
|
|
18
18
|
import '../../OrIcon-d35a84d8.js';
|
|
19
19
|
import '../../OrHint-aa221198.js';
|
|
20
20
|
import '../../OrInputBox-11227ecd.js';
|
|
21
|
-
import '../../OrInput-
|
|
21
|
+
import '../../OrInput-dcb61699.js';
|
|
22
22
|
import '../../useResponsive-a02e95b7.js';
|
|
23
23
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
24
|
-
import '../../OrIconButton-
|
|
24
|
+
import '../../OrIconButton-2ab8fa02.js';
|
|
25
25
|
import '../../OrTooltip-a32c182a.js';
|
|
26
26
|
import '../../OrPopover-71380b24.js';
|
|
27
27
|
import '@floating-ui/dom';
|
|
@@ -32,4 +32,4 @@ import '../../OrTeleport.vue2-424c7f33.js';
|
|
|
32
32
|
import 'portal-vue';
|
|
33
33
|
import '../../OrLoader-b0c381f9.js';
|
|
34
34
|
import '../../OrMenuItem-6f9b8a93.js';
|
|
35
|
-
import '../../OrTag-
|
|
35
|
+
import '../../OrTag-2b9e664b.js';
|
|
@@ -42,7 +42,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
42
42
|
* @values left, right
|
|
43
43
|
*/
|
|
44
44
|
side: {
|
|
45
|
-
type: PropType<
|
|
45
|
+
type: PropType<OrSidebarPlacement>;
|
|
46
46
|
default: OrSidebarPlacement;
|
|
47
47
|
};
|
|
48
48
|
draggable: {
|
|
@@ -74,7 +74,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
74
74
|
* @values left, right
|
|
75
75
|
*/
|
|
76
76
|
side: {
|
|
77
|
-
type: PropType<
|
|
77
|
+
type: PropType<OrSidebarPlacement>;
|
|
78
78
|
default: OrSidebarPlacement;
|
|
79
79
|
};
|
|
80
80
|
draggable: {
|
|
@@ -89,7 +89,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
89
89
|
width: number;
|
|
90
90
|
minimumWidth: number;
|
|
91
91
|
maximumWidth: number;
|
|
92
|
-
side:
|
|
92
|
+
side: OrSidebarPlacement;
|
|
93
93
|
draggable: boolean;
|
|
94
94
|
collapsible: boolean;
|
|
95
95
|
} & {} & {
|
|
@@ -119,7 +119,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
119
119
|
width: number;
|
|
120
120
|
minimumWidth: number;
|
|
121
121
|
maximumWidth: number;
|
|
122
|
-
side:
|
|
122
|
+
side: OrSidebarPlacement;
|
|
123
123
|
draggable: boolean;
|
|
124
124
|
collapsible: boolean;
|
|
125
125
|
} & {} & {
|
|
@@ -128,7 +128,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
128
128
|
width: number;
|
|
129
129
|
minimumWidth: number;
|
|
130
130
|
maximumWidth: number;
|
|
131
|
-
side:
|
|
131
|
+
side: OrSidebarPlacement;
|
|
132
132
|
draggable: boolean;
|
|
133
133
|
collapsible: boolean;
|
|
134
134
|
}, true>);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { _ as OrSidebarV3 } from '../../OrSidebar-
|
|
2
|
-
export { O as OrSidebarPlacement } from '../../OrSidebarCollapseButton-
|
|
1
|
+
export { _ as OrSidebarV3 } from '../../OrSidebar-bd385865.js';
|
|
2
|
+
export { O as OrSidebarPlacement } from '../../OrSidebarCollapseButton-49da331a.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import '../../normalize-component-6e8e3d80.js';
|
|
6
|
-
import '../../OrIconButton-
|
|
6
|
+
import '../../OrIconButton-2ab8fa02.js';
|
|
7
7
|
import '../../OrIcon-d35a84d8.js';
|
|
8
8
|
import '../../OrTooltip-a32c182a.js';
|
|
9
9
|
import '../../usePopoverState-b92c698b.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export * from './or-sidebar-collapse-button';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { _ as OrSidebarCollapseButton } from '../../../OrSidebarCollapseButton-
|
|
1
|
+
export { _ as OrSidebarCollapseButton } from '../../../OrSidebarCollapseButton-49da331a.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../../OrIconButton-
|
|
3
|
+
import '../../../OrIconButton-2ab8fa02.js';
|
|
4
4
|
import '../../../OrIcon-d35a84d8.js';
|
|
5
5
|
import '../../../normalize-component-6e8e3d80.js';
|
|
6
6
|
import '../../../OrTooltip-a32c182a.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as OrSidebarCollapseButton } from './OrSidebarCollapseButton.vue';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export { _ as OrSidebarCollapseButton } from '../../../../OrSidebarCollapseButton-49da331a.js';
|
|
2
|
+
import 'vue-demi';
|
|
3
|
+
import '../../../../OrIconButton-2ab8fa02.js';
|
|
4
|
+
import '../../../../OrIcon-d35a84d8.js';
|
|
5
|
+
import '../../../../normalize-component-6e8e3d80.js';
|
|
6
|
+
import '../../../../OrTooltip-a32c182a.js';
|
|
7
|
+
import '@vueuse/core';
|
|
8
|
+
import '../../../../usePopoverState-b92c698b.js';
|
|
9
|
+
import '@onereach/styles/tailwind.config';
|
|
10
|
+
import 'tailwindcss/resolveConfig';
|
|
11
|
+
import '../../../../OrPopover-71380b24.js';
|
|
12
|
+
import '@floating-ui/dom';
|
|
13
|
+
import '../../../../useElevation-a50ec347.js';
|
|
14
|
+
import '../../../../useResponsive-a02e95b7.js';
|
|
15
|
+
import '../../../../OrBottomSheet-6bc632c4.js';
|
|
16
|
+
import '../../../../OrOverlay-948346df.js';
|
|
17
|
+
import '../../../../OrTeleport.vue2-424c7f33.js';
|
|
18
|
+
import 'portal-vue';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrTagInputV3 } from '../../OrTagInput-
|
|
1
|
+
export { _ as OrTagInputV3 } from '../../OrTagInput-1548f007.js';
|
|
2
2
|
export { I as TagInputSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
@@ -10,7 +10,7 @@ import '../../useValidationAttributes-d1abbe34.js';
|
|
|
10
10
|
import '../../OrError-4ffc1c39.js';
|
|
11
11
|
import '../../normalize-component-6e8e3d80.js';
|
|
12
12
|
import '../../OrHint-aa221198.js';
|
|
13
|
-
import '../../OrIconButton-
|
|
13
|
+
import '../../OrIconButton-2ab8fa02.js';
|
|
14
14
|
import '../../OrIcon-d35a84d8.js';
|
|
15
15
|
import '../../OrTooltip-a32c182a.js';
|
|
16
16
|
import '../../usePopoverState-b92c698b.js';
|
|
@@ -24,9 +24,9 @@ import '../../OrTeleport.vue2-424c7f33.js';
|
|
|
24
24
|
import 'portal-vue';
|
|
25
25
|
import '../../OrInputBox-11227ecd.js';
|
|
26
26
|
import '../../OrLabel-63380256.js';
|
|
27
|
-
import '../../OrTags-
|
|
27
|
+
import '../../OrTags-25a70212.js';
|
|
28
28
|
import '../../useOverflow-c856b7b7.js';
|
|
29
29
|
import '../../OrButton-9622e713.js';
|
|
30
30
|
import '../../OrLoader-b0c381f9.js';
|
|
31
|
-
import '../../OrTag-
|
|
31
|
+
import '../../OrTag-2b9e664b.js';
|
|
32
32
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-
|
|
1
|
+
export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-2b9e664b.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrIconButton-
|
|
3
|
+
import '../../OrIconButton-2ab8fa02.js';
|
|
4
4
|
import '../../OrIcon-d35a84d8.js';
|
|
5
5
|
import '../../normalize-component-6e8e3d80.js';
|
|
6
6
|
import '../../OrTooltip-a32c182a.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrTagsV3 } from '../../OrTags-
|
|
1
|
+
export { _ as OrTagsV3 } from '../../OrTags-25a70212.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useOverflow-c856b7b7.js';
|
|
4
4
|
import '@vueuse/core';
|
|
@@ -16,7 +16,7 @@ import '../../OrBottomSheet-6bc632c4.js';
|
|
|
16
16
|
import '../../OrOverlay-948346df.js';
|
|
17
17
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
18
18
|
import 'portal-vue';
|
|
19
|
-
import '../../OrTag-
|
|
20
|
-
import '../../OrIconButton-
|
|
19
|
+
import '../../OrTag-2b9e664b.js';
|
|
20
|
+
import '../../OrIconButton-2ab8fa02.js';
|
|
21
21
|
import '../../OrIcon-d35a84d8.js';
|
|
22
22
|
import '../../OrTooltip-a32c182a.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { _ as OrTimePickerV3 } from '../../OrTimePicker-
|
|
2
|
-
export { D as TimePickerFormat } from '../../OrDateTimePicker.vue_rollup-plugin-vue_script-
|
|
1
|
+
export { _ as OrTimePickerV3 } from '../../OrTimePicker-9c9a44bc.js';
|
|
2
|
+
export { D as TimePickerFormat } from '../../OrDateTimePicker.vue_rollup-plugin-vue_script-729b254d.js';
|
|
3
3
|
export { I as TimePickerSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-1715021a.js';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import '../../dropdown-open-e1f90e0a.js';
|
|
@@ -7,12 +7,12 @@ import '@vueuse/core';
|
|
|
7
7
|
import '../../useProxyModelValue-940010d2.js';
|
|
8
8
|
import '@onereach/styles/tailwind.config';
|
|
9
9
|
import 'tailwindcss/resolveConfig';
|
|
10
|
-
import '../../OrDateTimePickerPopoverHeader-
|
|
10
|
+
import '../../OrDateTimePickerPopoverHeader-5fa89936.js';
|
|
11
11
|
import '../../normalize-component-6e8e3d80.js';
|
|
12
12
|
import '../../OrButton-9622e713.js';
|
|
13
13
|
import '../../OrLoader-b0c381f9.js';
|
|
14
14
|
import '../../OrLabel-63380256.js';
|
|
15
|
-
import '../../OrIconButton-
|
|
15
|
+
import '../../OrIconButton-2ab8fa02.js';
|
|
16
16
|
import '../../OrIcon-d35a84d8.js';
|
|
17
17
|
import '../../OrTooltip-a32c182a.js';
|
|
18
18
|
import '../../usePopoverState-b92c698b.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../../types-
|
|
1
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../../types-a74e1e20.js';
|
|
2
2
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../useToast-a1332cc2.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
@@ -8,7 +8,7 @@ import 'tailwindcss/resolveConfig';
|
|
|
8
8
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
9
9
|
import 'portal-vue';
|
|
10
10
|
import '../../normalize-component-6e8e3d80.js';
|
|
11
|
-
import '../../OrIconButton-
|
|
11
|
+
import '../../OrIconButton-2ab8fa02.js';
|
|
12
12
|
import '../../OrIcon-d35a84d8.js';
|
|
13
13
|
import '../../OrTooltip-a32c182a.js';
|
|
14
14
|
import '../../usePopoverState-b92c698b.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as OrToastContainerV3, t as TypesV3 } from '../../../types-
|
|
1
|
+
export { a as OrToastContainerV3, t as TypesV3 } from '../../../types-a74e1e20.js';
|
|
2
2
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../../../useToast-a1332cc2.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
@@ -8,7 +8,7 @@ import 'tailwindcss/resolveConfig';
|
|
|
8
8
|
import '../../../OrTeleport.vue2-424c7f33.js';
|
|
9
9
|
import 'portal-vue';
|
|
10
10
|
import '../../../normalize-component-6e8e3d80.js';
|
|
11
|
-
import '../../../OrIconButton-
|
|
11
|
+
import '../../../OrIconButton-2ab8fa02.js';
|
|
12
12
|
import '../../../OrIcon-d35a84d8.js';
|
|
13
13
|
import '../../../OrTooltip-a32c182a.js';
|
|
14
14
|
import '../../../usePopoverState-b92c698b.js';
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { PropType } from 'vue-demi';
|
|
2
|
+
import { TreeNode } from './types';
|
|
3
|
+
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
|
+
root: import("@vue/composition-api").Ref<HTMLElement | null>;
|
|
5
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
6
|
+
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
7
|
+
nodes: {
|
|
8
|
+
type: PropType<TreeNode[]>;
|
|
9
|
+
default: () => never[];
|
|
10
|
+
};
|
|
11
|
+
draggable: {
|
|
12
|
+
type: BooleanConstructor;
|
|
13
|
+
default: boolean;
|
|
14
|
+
};
|
|
15
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
16
|
+
nodes: {
|
|
17
|
+
type: PropType<TreeNode[]>;
|
|
18
|
+
default: () => never[];
|
|
19
|
+
};
|
|
20
|
+
draggable: {
|
|
21
|
+
type: BooleanConstructor;
|
|
22
|
+
default: boolean;
|
|
23
|
+
};
|
|
24
|
+
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
25
|
+
nodes: TreeNode[];
|
|
26
|
+
draggable: boolean;
|
|
27
|
+
} & {} & {
|
|
28
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
29
|
+
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
30
|
+
root: import("@vue/composition-api").Ref<HTMLElement | null>;
|
|
31
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
32
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
33
|
+
nodes: TreeNode[];
|
|
34
|
+
draggable: boolean;
|
|
35
|
+
} & {} & {
|
|
36
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
37
|
+
}, {
|
|
38
|
+
nodes: TreeNode[];
|
|
39
|
+
draggable: boolean;
|
|
40
|
+
}, true>);
|
|
41
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export { _ as OrTreeV3, T as TreeNodeDropPosition } from '../../OrTree-dcacd695.js';
|
|
2
|
+
import 'vue-demi';
|
|
3
|
+
import '@vueuse/core';
|
|
4
|
+
import '../../OrButton-9622e713.js';
|
|
5
|
+
import '../../OrLoader-b0c381f9.js';
|
|
6
|
+
import '../../normalize-component-6e8e3d80.js';
|
|
7
|
+
import '../../OrIcon-d35a84d8.js';
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
import { PropType } from 'vue-demi';
|
|
2
|
+
import { TreeNode } from '../../types';
|
|
3
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
|
+
isOpen: import("@vue/composition-api").Ref<boolean>;
|
|
6
|
+
isLeaf: import("@vue/composition-api").ComputedRef<boolean>;
|
|
7
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
8
|
+
nodeStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
9
|
+
dragIndicatorStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
10
|
+
setIsOpen: (value?: boolean | undefined) => boolean;
|
|
11
|
+
nodeRoot: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
12
|
+
isDrag: import("@vue/composition-api").Ref<boolean>;
|
|
13
|
+
canDrag: import("@vue/composition-api").ComputedRef<boolean>;
|
|
14
|
+
dragPosition: import("@vue/composition-api").Ref<"top" | "bottom" | "middle">;
|
|
15
|
+
handleDragStart: (e: DragEvent) => void;
|
|
16
|
+
handleDrop: (e: DragEvent) => void;
|
|
17
|
+
handleCollapse: () => void;
|
|
18
|
+
handleContextMenu: (e: MouseEvent) => void;
|
|
19
|
+
handleClick: (e: MouseEvent) => void;
|
|
20
|
+
handleDragOver: (e: DragEvent) => void;
|
|
21
|
+
handleDragLeave: (e: DragEvent) => void;
|
|
22
|
+
hasCollapseTrigger: import("@vue/composition-api").ComputedRef<boolean>;
|
|
23
|
+
isDragOver: import("@vue/composition-api").Ref<boolean>;
|
|
24
|
+
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
25
|
+
node: {
|
|
26
|
+
type: PropType<TreeNode>;
|
|
27
|
+
required: true;
|
|
28
|
+
};
|
|
29
|
+
selected: {
|
|
30
|
+
type: BooleanConstructor;
|
|
31
|
+
default: undefined;
|
|
32
|
+
};
|
|
33
|
+
parentSelected: {
|
|
34
|
+
type: BooleanConstructor;
|
|
35
|
+
default: undefined;
|
|
36
|
+
};
|
|
37
|
+
expanded: {
|
|
38
|
+
type: BooleanConstructor;
|
|
39
|
+
default: boolean;
|
|
40
|
+
};
|
|
41
|
+
depth: {
|
|
42
|
+
type: NumberConstructor;
|
|
43
|
+
default: number;
|
|
44
|
+
};
|
|
45
|
+
draggable: {
|
|
46
|
+
type: BooleanConstructor;
|
|
47
|
+
default: boolean;
|
|
48
|
+
};
|
|
49
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
50
|
+
node: {
|
|
51
|
+
type: PropType<TreeNode>;
|
|
52
|
+
required: true;
|
|
53
|
+
};
|
|
54
|
+
selected: {
|
|
55
|
+
type: BooleanConstructor;
|
|
56
|
+
default: undefined;
|
|
57
|
+
};
|
|
58
|
+
parentSelected: {
|
|
59
|
+
type: BooleanConstructor;
|
|
60
|
+
default: undefined;
|
|
61
|
+
};
|
|
62
|
+
expanded: {
|
|
63
|
+
type: BooleanConstructor;
|
|
64
|
+
default: boolean;
|
|
65
|
+
};
|
|
66
|
+
depth: {
|
|
67
|
+
type: NumberConstructor;
|
|
68
|
+
default: number;
|
|
69
|
+
};
|
|
70
|
+
draggable: {
|
|
71
|
+
type: BooleanConstructor;
|
|
72
|
+
default: boolean;
|
|
73
|
+
};
|
|
74
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
75
|
+
node: TreeNode;
|
|
76
|
+
selected: boolean;
|
|
77
|
+
parentSelected: boolean;
|
|
78
|
+
expanded: boolean;
|
|
79
|
+
depth: number;
|
|
80
|
+
draggable: boolean;
|
|
81
|
+
} & {} & {
|
|
82
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
83
|
+
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
84
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
85
|
+
isOpen: import("@vue/composition-api").Ref<boolean>;
|
|
86
|
+
isLeaf: import("@vue/composition-api").ComputedRef<boolean>;
|
|
87
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
88
|
+
nodeStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
89
|
+
dragIndicatorStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
90
|
+
setIsOpen: (value?: boolean | undefined) => boolean;
|
|
91
|
+
nodeRoot: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
92
|
+
isDrag: import("@vue/composition-api").Ref<boolean>;
|
|
93
|
+
canDrag: import("@vue/composition-api").ComputedRef<boolean>;
|
|
94
|
+
dragPosition: import("@vue/composition-api").Ref<"top" | "bottom" | "middle">;
|
|
95
|
+
handleDragStart: (e: DragEvent) => void;
|
|
96
|
+
handleDrop: (e: DragEvent) => void;
|
|
97
|
+
handleCollapse: () => void;
|
|
98
|
+
handleContextMenu: (e: MouseEvent) => void;
|
|
99
|
+
handleClick: (e: MouseEvent) => void;
|
|
100
|
+
handleDragOver: (e: DragEvent) => void;
|
|
101
|
+
handleDragLeave: (e: DragEvent) => void;
|
|
102
|
+
hasCollapseTrigger: import("@vue/composition-api").ComputedRef<boolean>;
|
|
103
|
+
isDragOver: import("@vue/composition-api").Ref<boolean>;
|
|
104
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
105
|
+
node: TreeNode;
|
|
106
|
+
selected: boolean;
|
|
107
|
+
parentSelected: boolean;
|
|
108
|
+
expanded: boolean;
|
|
109
|
+
depth: number;
|
|
110
|
+
draggable: boolean;
|
|
111
|
+
} & {} & {
|
|
112
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
113
|
+
}, {
|
|
114
|
+
selected: boolean;
|
|
115
|
+
parentSelected: boolean;
|
|
116
|
+
expanded: boolean;
|
|
117
|
+
depth: number;
|
|
118
|
+
draggable: boolean;
|
|
119
|
+
}, true>);
|
|
120
|
+
export default _default;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { TreeNodeDropPosition } from '../../types';
|
|
2
|
+
export declare const TreeNodeRoot: never[];
|
|
3
|
+
export declare const TreeNodeItemRoot: string[];
|
|
4
|
+
export declare const TreeNodeItemRootParentSelected: string[];
|
|
5
|
+
export declare const TreeNodeDragIndicator: string[];
|
|
6
|
+
export declare const TreeNodeDragIndicatorPosition: Record<TreeNodeDropPosition, string[]>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export type TreeNode = {
|
|
2
|
+
key: string;
|
|
3
|
+
children?: TreeNode[];
|
|
4
|
+
collapsible?: boolean;
|
|
5
|
+
expanded?: boolean;
|
|
6
|
+
selected?: boolean;
|
|
7
|
+
draggable?: boolean;
|
|
8
|
+
[key: string]: any;
|
|
9
|
+
canMiddleDrop?: boolean;
|
|
10
|
+
};
|
|
11
|
+
export declare enum TreeNodeDropPosition {
|
|
12
|
+
Top = "top",
|
|
13
|
+
Bottom = "bottom",
|
|
14
|
+
Middle = "middle"
|
|
15
|
+
}
|