@onereach/ui-components 4.6.0 → 4.6.1-beta.2760.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundled/v2/{OrDateTimePickerMonthSelect-75089f80.js → OrDateTimePickerMonthSelect-0072ef90.js} +0 -7
- package/dist/bundled/v2/{OrDateTimePickerPopoverHeader-7c87f38a.js → OrDateTimePickerPopoverHeader-aab75fad.js} +0 -2
- package/dist/bundled/v2/{OrDateTimePickerTimeSelect-3d0ef650.js → OrDateTimePickerTimeSelect-7ce94b9a.js} +0 -2
- package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.js +30 -47
- package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.vue.d.ts +19 -10
- package/dist/bundled/v2/components/OrBottomSheetV3/index.js +1 -0
- package/dist/bundled/v2/components/OrCardCollectionV3/OrCardCollection.js +2 -1
- package/dist/bundled/v2/components/OrCardCollectionV3/index.js +2 -1
- package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +27 -51
- package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.vue.d.ts +18 -36
- package/dist/bundled/v2/components/OrConfirmV3/index.js +1 -0
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +4 -4
- package/dist/bundled/v2/components/OrDatePickerV3/index.js +3 -2
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +6 -6
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +4 -3
- package/dist/bundled/v2/components/OrIconButtonV3/OrIconButton.js +2 -1
- package/dist/bundled/v2/components/OrIconButtonV3/index.js +2 -1
- package/dist/bundled/v2/components/OrInlineInputV3/OrInlineInput.js +2 -1
- package/dist/bundled/v2/components/OrInlineInputV3/index.js +2 -1
- package/dist/bundled/v2/components/OrInlineTextareaV3/OrInlineTextarea.js +2 -1
- package/dist/bundled/v2/components/OrInlineTextareaV3/index.js +2 -1
- package/dist/bundled/v2/components/OrInputV3/OrInput.js +2 -1
- package/dist/bundled/v2/components/OrInputV3/index.js +2 -1
- package/dist/bundled/v2/components/OrMenuV3/OrMenu.js +26 -53
- package/dist/bundled/v2/components/OrMenuV3/OrMenu.vue.d.ts +13 -16
- package/dist/bundled/v2/components/OrMenuV3/index.js +1 -0
- package/dist/bundled/v2/components/OrModalV3/OrModal.js +216 -64
- package/dist/bundled/v2/components/OrModalV3/OrModal.vue.d.ts +13 -19
- package/dist/bundled/v2/components/OrModalV3/index.js +9 -8
- package/dist/bundled/v2/components/OrModalV3/styles.d.ts +0 -3
- package/dist/bundled/v2/components/OrModalV3/styles.js +1 -16
- package/dist/bundled/v2/components/OrNotificationV3/OrNotification.js +2 -1
- package/dist/bundled/v2/components/OrNotificationV3/index.js +2 -1
- package/dist/bundled/v2/components/OrPaginationV3/OrPagination.js +1 -0
- package/dist/bundled/v2/components/OrPaginationV3/index.js +1 -0
- package/dist/bundled/v2/components/OrPopoverV3/OrPopover.js +29 -95
- package/dist/bundled/v2/components/OrPopoverV3/OrPopover.vue.d.ts +17 -12
- package/dist/bundled/v2/components/OrPopoverV3/index.js +1 -0
- package/dist/bundled/v2/components/OrSearchV3/OrSearch.js +1 -0
- package/dist/bundled/v2/components/OrSearchV3/index.js +1 -0
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +1 -0
- package/dist/bundled/v2/components/OrSelectV3/index.js +1 -0
- package/dist/bundled/v2/components/OrSidebarV3/OrSidebar.js +1 -0
- package/dist/bundled/v2/components/OrSidebarV3/index.js +1 -0
- package/dist/bundled/v2/components/OrTabsV3/OrTabs.js +1 -0
- package/dist/bundled/v2/components/OrTabsV3/index.js +1 -0
- package/dist/bundled/v2/components/OrTagV3/OrTag.js +2 -1
- package/dist/bundled/v2/components/OrTagV3/index.js +2 -1
- package/dist/bundled/v2/components/OrTagsV3/OrTags.js +1 -0
- package/dist/bundled/v2/components/OrTagsV3/index.js +1 -0
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +4 -4
- package/dist/bundled/v2/components/OrTimePickerV3/index.js +3 -2
- package/dist/bundled/v2/components/OrToastContainerV3/OrToastContainer.js +1 -0
- package/dist/bundled/v2/components/OrToastContainerV3/index.js +1 -0
- package/dist/bundled/v2/components/OrToastV3/OrToast.js +2 -1
- package/dist/bundled/v2/components/OrToastV3/index.js +2 -1
- package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.js +35 -41
- package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.vue.d.ts +20 -17
- package/dist/bundled/v2/components/OrTooltipV3/index.js +2 -1
- package/dist/bundled/v2/components/index.js +4 -3
- package/dist/bundled/v2/hooks/index.d.ts +1 -0
- package/dist/bundled/v2/hooks/index.js +1 -0
- package/dist/bundled/v2/hooks/usePopoverState.d.ts +8 -0
- package/dist/bundled/v2/hooks/usePopoverState.js +37 -0
- package/dist/bundled/v2/index.js +5 -4
- package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-a81b2abb.js → OrBottomSheet.vue_vue_type_script_lang-c3a0e7b5.js} +27 -44
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-34390dfe.js → OrCardCollection.vue_vue_type_script_lang-1a19b8ba.js} +3 -3
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-e1390930.js → OrConfirm.vue_vue_type_script_lang-a379bae2.js} +26 -50
- package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-d071d109.js → OrDatePicker.vue_vue_type_script_lang-ff4f4060.js} +4 -4
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-8aa80833.js → OrDateTimePicker.vue_vue_type_script_lang-610e4408.js} +5 -5
- package/dist/bundled/v3/{OrDateTimePickerMonthSelect-387c2096.js → OrDateTimePickerMonthSelect-1cc50ebb.js} +14 -14
- package/dist/bundled/v3/{OrDateTimePickerPopoverHeader-f81b902f.js → OrDateTimePickerPopoverHeader-1e3c0ace.js} +3 -3
- package/dist/bundled/v3/{OrDateTimePickerTimeSelect-8bdb97b7.js → OrDateTimePickerTimeSelect-f43e1818.js} +3 -3
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-5bba9f3f.js → OrIconButton.vue_vue_type_script_lang-17f98298.js} +1 -1
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-3c6b0958.js → OrInlineInput.vue_vue_type_script_lang-9317d5a9.js} +1 -1
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-da59cd8e.js → OrInlineTextarea.vue_vue_type_script_lang-e89beaab.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-6242286b.js → OrInput.vue_vue_type_script_lang-655989d4.js} +1 -1
- package/dist/bundled/v3/OrMenu.vue_vue_type_script_lang-a8e1eb6d.js +66 -0
- package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-fe580c66.js +158 -0
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-463e1a82.js → OrNotification.vue_vue_type_script_lang-664a7d4d.js} +1 -1
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-bdc8d9fb.js → OrPagination.vue_vue_type_script_lang-85cdf374.js} +1 -1
- package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-7b1b2488.js → OrPopover.vue_vue_type_script_lang-3592b581.js} +21 -90
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-0bcc597c.js → OrSearch.vue_vue_type_script_lang-b402fffd.js} +1 -1
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-819822b5.js → OrSelect.vue_vue_type_script_lang-3ef33dde.js} +3 -3
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-f8fc78e3.js → OrSidebar.vue_vue_type_script_lang-9c48413e.js} +1 -1
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-9d4221f1.js → OrTabs.vue_vue_type_script_lang-597d9726.js} +1 -1
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-09948d1f.js → OrTag.vue_vue_type_script_lang-3a636796.js} +1 -1
- package/dist/bundled/v3/{OrTags.vue_vue_type_script_lang-71fb4f1d.js → OrTags.vue_vue_type_script_lang-325c7158.js} +2 -2
- package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-c52a2a0b.js → OrTimePicker.vue_vue_type_script_lang-d4387a74.js} +4 -4
- package/dist/bundled/v3/OrTooltip.vue_vue_type_script_lang-de8c7ff1.js +55 -0
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +6 -5
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.vue.d.ts +16 -11
- package/dist/bundled/v3/components/OrBottomSheetV3/index.js +2 -1
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +11 -10
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +10 -9
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +10 -9
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.vue.d.ts +16 -34
- package/dist/bundled/v3/components/OrConfirmV3/index.js +7 -6
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +13 -12
- package/dist/bundled/v3/components/OrDatePickerV3/index.js +9 -8
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +15 -14
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +10 -9
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +7 -6
- package/dist/bundled/v3/components/OrIconButtonV3/index.js +6 -5
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +8 -7
- package/dist/bundled/v3/components/OrInlineInputV3/index.js +7 -6
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +8 -7
- package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +7 -6
- package/dist/bundled/v3/components/OrInputV3/OrInput.js +8 -7
- package/dist/bundled/v3/components/OrInputV3/index.js +7 -6
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +12 -10
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.vue.d.ts +13 -6
- package/dist/bundled/v3/components/OrMenuV3/index.js +4 -3
- package/dist/bundled/v3/components/OrModalV3/OrModal.js +36 -33
- package/dist/bundled/v3/components/OrModalV3/OrModal.vue.d.ts +12 -15
- package/dist/bundled/v3/components/OrModalV3/index.js +15 -14
- package/dist/bundled/v3/components/OrModalV3/styles.d.ts +0 -3
- package/dist/bundled/v3/components/OrModalV3/styles.js +1 -16
- package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +8 -7
- package/dist/bundled/v3/components/OrNotificationV3/index.js +7 -6
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +6 -5
- package/dist/bundled/v3/components/OrPaginationV3/index.js +5 -4
- package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +8 -6
- package/dist/bundled/v3/components/OrPopoverV3/OrPopover.vue.d.ts +15 -12
- package/dist/bundled/v3/components/OrPopoverV3/index.js +3 -2
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +8 -7
- package/dist/bundled/v3/components/OrSearchV3/index.js +7 -6
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +9 -8
- package/dist/bundled/v3/components/OrSelectV3/index.js +8 -7
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +7 -6
- package/dist/bundled/v3/components/OrSidebarV3/index.js +6 -5
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +6 -5
- package/dist/bundled/v3/components/OrTabsV3/index.js +5 -4
- package/dist/bundled/v3/components/OrTagV3/OrTag.js +8 -7
- package/dist/bundled/v3/components/OrTagV3/index.js +7 -6
- package/dist/bundled/v3/components/OrTagsV3/OrTags.js +8 -7
- package/dist/bundled/v3/components/OrTagsV3/index.js +7 -6
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +12 -11
- package/dist/bundled/v3/components/OrTimePickerV3/index.js +8 -7
- package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +7 -6
- package/dist/bundled/v3/components/OrToastContainerV3/index.js +6 -5
- package/dist/bundled/v3/components/OrToastV3/OrToast.js +6 -5
- package/dist/bundled/v3/components/OrToastV3/index.js +7 -6
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +13 -9
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.vue.d.ts +17 -7
- package/dist/bundled/v3/components/OrTooltipV3/index.js +5 -4
- package/dist/bundled/v3/components/index.js +27 -26
- package/dist/bundled/v3/hooks/index.d.ts +1 -0
- package/dist/bundled/v3/hooks/index.js +1 -0
- package/dist/bundled/v3/hooks/usePopoverState.d.ts +8 -0
- package/dist/bundled/v3/hooks/usePopoverState.js +37 -0
- package/dist/bundled/v3/index.js +28 -27
- package/dist/esm/v2/{OrBottomSheet-ffa029ca.js → OrBottomSheet-d766008a.js} +30 -47
- package/dist/esm/v2/{OrCardCollection-e23d4238.js → OrCardCollection-92ae053a.js} +4 -4
- package/dist/esm/v2/{OrConfirm-8ec55f84.js → OrConfirm-be3a54ef.js} +28 -52
- package/dist/esm/v2/{OrDatePicker-b6ebf44a.js → OrDatePicker-da08968e.js} +5 -6
- package/dist/esm/v2/{OrDateTimePicker-85c08b90.js → OrDateTimePicker-3797a712.js} +7 -8
- package/dist/esm/v2/{OrDateTimePickerMonthSelect-e35404a7.js → OrDateTimePickerMonthSelect-3a7cd5e8.js} +3 -10
- package/dist/esm/v2/{OrDateTimePickerPopoverHeader-9e49aba0.js → OrDateTimePickerPopoverHeader-b6f8193b.js} +0 -2
- package/dist/esm/v2/{OrDateTimePickerTimeSelect-aed7d33d.js → OrDateTimePickerTimeSelect-e1b6fcf6.js} +0 -2
- package/dist/esm/v2/{OrIconButton-ee747c71.js → OrIconButton-4fdb749c.js} +2 -2
- package/dist/esm/v2/{OrInlineInput-a131caf4.js → OrInlineInput-d5c5d651.js} +1 -1
- package/dist/esm/v2/{OrInlineTextarea-7cc45396.js → OrInlineTextarea-bbbb2b82.js} +1 -1
- package/dist/esm/v2/{OrInput-8c7b3cce.js → OrInput-166bf64a.js} +1 -1
- package/dist/esm/v2/{OrMenu-8b902c22.js → OrMenu-9bd9f2fd.js} +28 -54
- package/dist/esm/v2/OrModal-79424061.js +309 -0
- package/dist/esm/v2/{OrNotification-16e6d4ff.js → OrNotification-1cc97f8e.js} +1 -1
- package/dist/esm/v2/{OrPagination-36583054.js → OrPagination-43b3bf99.js} +2 -2
- package/dist/esm/v2/{OrPopover-80459663.js → OrPopover-238620ae.js} +30 -96
- package/dist/esm/v2/{OrSearch-5aa8154f.js → OrSearch-4a2cfe75.js} +1 -1
- package/dist/esm/v2/{OrSelect-31d265b9.js → OrSelect-301d2a6b.js} +3 -3
- package/dist/esm/v2/{OrSidebar-14c20b74.js → OrSidebar-83f6add2.js} +1 -1
- package/dist/esm/v2/{OrSidebarCollapseButton-2efb05f9.js → OrSidebarCollapseButton-357732ba.js} +1 -1
- package/dist/esm/v2/{OrTabs-653258a2.js → OrTabs-419ebf1c.js} +2 -2
- package/dist/esm/v2/{OrTag-6256623c.js → OrTag-a9ca8c34.js} +1 -1
- package/dist/esm/v2/{OrTags-db2608dc.js → OrTags-d2548f30.js} +2 -2
- package/dist/esm/v2/{OrTimePicker-696e29ed.js → OrTimePicker-3fe70b04.js} +5 -6
- package/dist/esm/v2/{OrTooltip-5a6e0f64.js → OrTooltip-e9e967e3.js} +36 -42
- package/dist/esm/v2/components/index.js +28 -27
- package/dist/esm/v2/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +19 -10
- package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +2 -1
- package/dist/esm/v2/components/or-card-collection-v3/index.js +9 -8
- package/dist/esm/v2/components/or-confirm-v3/OrConfirm.vue.d.ts +18 -36
- package/dist/esm/v2/components/or-confirm-v3/index.js +7 -6
- package/dist/esm/v2/components/or-date-picker-v3/index.js +9 -8
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +10 -9
- package/dist/esm/v2/components/or-icon-button-v3/index.js +5 -4
- package/dist/esm/v2/components/or-inline-input-v3/index.js +6 -5
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +6 -5
- package/dist/esm/v2/components/or-input-v3/index.js +6 -5
- package/dist/esm/v2/components/or-menu-v3/OrMenu.vue.d.ts +13 -16
- package/dist/esm/v2/components/or-menu-v3/index.js +5 -4
- package/dist/esm/v2/components/or-modal-v3/OrModal.vue.d.ts +13 -19
- package/dist/esm/v2/components/or-modal-v3/index.js +11 -10
- package/dist/esm/v2/components/or-modal-v3/partials/or-modal-content/OrModalContent.vue.d.ts +8 -0
- package/dist/esm/v2/components/or-modal-v3/partials/or-modal-content/styles.d.ts +1 -0
- package/dist/esm/v2/components/or-modal-v3/partials/or-modal-footer/OrModalFooter.vue.d.ts +8 -0
- package/dist/esm/v2/components/or-modal-v3/partials/or-modal-footer/styles.d.ts +1 -0
- package/dist/esm/v2/components/or-modal-v3/partials/or-modal-header/OrModalHeader.vue.d.ts +12 -0
- package/dist/esm/v2/components/or-modal-v3/partials/or-modal-header/styles.d.ts +1 -0
- package/dist/esm/v2/components/or-modal-v3/styles.d.ts +0 -3
- package/dist/esm/v2/components/or-notification-v3/index.js +6 -5
- package/dist/esm/v2/components/or-pagination-v3/index.js +5 -4
- package/dist/esm/v2/components/or-popover-v3/OrPopover.vue.d.ts +17 -12
- package/dist/esm/v2/components/or-popover-v3/index.js +3 -2
- package/dist/esm/v2/components/or-search-v3/index.js +7 -6
- package/dist/esm/v2/components/or-select-v3/index.js +8 -7
- package/dist/esm/v2/components/or-sidebar-v3/index.js +7 -6
- package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +6 -5
- package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +6 -5
- package/dist/esm/v2/components/or-tabs-v3/index.js +5 -4
- package/dist/esm/v2/components/or-tag-v3/index.js +6 -5
- package/dist/esm/v2/components/or-tags-v3/index.js +7 -6
- package/dist/esm/v2/components/or-time-picker-v3/index.js +8 -7
- package/dist/esm/v2/components/or-toast-v3/index.js +6 -5
- package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +6 -5
- package/dist/esm/v2/components/or-tooltip-v3/OrTooltip.vue.d.ts +20 -17
- package/dist/esm/v2/components/or-tooltip-v3/index.js +5 -4
- package/dist/esm/v2/hooks/index.d.ts +1 -0
- package/dist/esm/v2/hooks/index.js +1 -0
- package/dist/esm/v2/hooks/usePopoverState.d.ts +8 -0
- package/dist/esm/v2/index.js +28 -27
- package/dist/esm/v2/{types-4a7d24f3.js → types-3d410a76.js} +1 -1
- package/dist/esm/v2/usePopoverState-4cb59ae5.js +37 -0
- package/dist/esm/v3/{OrBottomSheet-5969a217.js → OrBottomSheet-946c14d3.js} +30 -47
- package/dist/esm/v3/{OrCardCollection-d5390215.js → OrCardCollection-7418c761.js} +4 -4
- package/dist/esm/v3/{OrConfirm-fe8617ac.js → OrConfirm-bbc33f51.js} +28 -52
- package/dist/esm/v3/{OrDatePicker-f144d074.js → OrDatePicker-81566ff0.js} +7 -7
- package/dist/esm/v3/{OrDateTimePicker-2214cd85.js → OrDateTimePicker-26155597.js} +9 -9
- package/dist/esm/v3/{OrDateTimePickerMonthSelect-5a7b7b5c.js → OrDateTimePickerMonthSelect-6d328f9c.js} +15 -15
- package/dist/esm/v3/{OrDateTimePickerPopoverHeader-042566f4.js → OrDateTimePickerPopoverHeader-6af64e73.js} +3 -3
- package/dist/esm/v3/{OrDateTimePickerTimeSelect-e404e826.js → OrDateTimePickerTimeSelect-68b76476.js} +3 -3
- package/dist/esm/v3/{OrIconButton-b7217ea5.js → OrIconButton-ce1b5542.js} +2 -2
- package/dist/esm/v3/{OrInlineInput-dcb28ea2.js → OrInlineInput-f6d3ce66.js} +1 -1
- package/dist/esm/v3/{OrInlineTextarea-88eac437.js → OrInlineTextarea-c3158522.js} +1 -1
- package/dist/esm/v3/{OrInput-af5bb98a.js → OrInput-02821bda.js} +1 -1
- package/dist/esm/v3/{OrMenu-8a53ccf9.js → OrMenu-79312946.js} +28 -53
- package/dist/esm/v3/OrModal-76a06af8.js +224 -0
- package/dist/esm/v3/{OrNotification-09216b8b.js → OrNotification-a699caa8.js} +1 -1
- package/dist/esm/v3/{OrPagination-c6046af4.js → OrPagination-5853e79e.js} +2 -2
- package/dist/esm/v3/{OrPopover-15c2968f.js → OrPopover-bec73a66.js} +25 -93
- package/dist/esm/v3/{OrSearch-ecad7638.js → OrSearch-1333d290.js} +1 -1
- package/dist/esm/v3/{OrSelect-5abcb941.js → OrSelect-53acc3c2.js} +3 -3
- package/dist/esm/v3/{OrSidebar-b7766ba9.js → OrSidebar-a0a0b0c4.js} +1 -1
- package/dist/esm/v3/{OrSidebarCollapseButton-06681153.js → OrSidebarCollapseButton-c961c428.js} +1 -1
- package/dist/esm/v3/{OrTabs-a2d87627.js → OrTabs-a0da28b8.js} +2 -2
- package/dist/esm/v3/{OrTag-8605e9e6.js → OrTag-8521661a.js} +1 -1
- package/dist/esm/v3/{OrTags-3724ff59.js → OrTags-b677a73b.js} +2 -2
- package/dist/esm/v3/{OrTimePicker-68de86d9.js → OrTimePicker-6825fc88.js} +7 -7
- package/dist/esm/v3/{OrTooltip-3d5fcaf9.js → OrTooltip-54c18e36.js} +28 -42
- package/dist/esm/v3/components/index.js +28 -27
- package/dist/esm/v3/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +16 -11
- package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +2 -1
- package/dist/esm/v3/components/or-card-collection-v3/index.js +9 -8
- package/dist/esm/v3/components/or-confirm-v3/OrConfirm.vue.d.ts +16 -34
- package/dist/esm/v3/components/or-confirm-v3/index.js +7 -6
- package/dist/esm/v3/components/or-date-picker-v3/index.js +9 -8
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +10 -9
- package/dist/esm/v3/components/or-icon-button-v3/index.js +5 -4
- package/dist/esm/v3/components/or-inline-input-v3/index.js +6 -5
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +6 -5
- package/dist/esm/v3/components/or-input-v3/index.js +6 -5
- package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +13 -6
- package/dist/esm/v3/components/or-menu-v3/index.js +5 -4
- package/dist/esm/v3/components/or-modal-v3/OrModal.vue.d.ts +12 -15
- package/dist/esm/v3/components/or-modal-v3/index.js +11 -10
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-content/OrModalContent.vue.d.ts +5 -0
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-content/styles.d.ts +1 -0
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-footer/OrModalFooter.vue.d.ts +5 -0
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-footer/styles.d.ts +1 -0
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-header/OrModalHeader.vue.d.ts +7 -0
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-header/styles.d.ts +1 -0
- package/dist/esm/v3/components/or-modal-v3/styles.d.ts +0 -3
- package/dist/esm/v3/components/or-notification-v3/index.js +6 -5
- package/dist/esm/v3/components/or-pagination-v3/index.js +5 -4
- package/dist/esm/v3/components/or-popover-v3/OrPopover.vue.d.ts +15 -12
- package/dist/esm/v3/components/or-popover-v3/index.js +3 -2
- package/dist/esm/v3/components/or-search-v3/index.js +7 -6
- package/dist/esm/v3/components/or-select-v3/index.js +8 -7
- package/dist/esm/v3/components/or-sidebar-v3/index.js +7 -6
- package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +6 -5
- package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +6 -5
- package/dist/esm/v3/components/or-tabs-v3/index.js +5 -4
- package/dist/esm/v3/components/or-tag-v3/index.js +6 -5
- package/dist/esm/v3/components/or-tags-v3/index.js +7 -6
- package/dist/esm/v3/components/or-time-picker-v3/index.js +8 -7
- package/dist/esm/v3/components/or-toast-v3/index.js +6 -5
- package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.js +6 -5
- package/dist/esm/v3/components/or-tooltip-v3/OrTooltip.vue.d.ts +17 -7
- package/dist/esm/v3/components/or-tooltip-v3/index.js +5 -4
- package/dist/esm/v3/hooks/index.d.ts +1 -0
- package/dist/esm/v3/hooks/index.js +1 -0
- package/dist/esm/v3/hooks/usePopoverState.d.ts +8 -0
- package/dist/esm/v3/index.js +28 -27
- package/dist/esm/v3/{types-9e1555eb.js → types-c61726e4.js} +1 -1
- package/dist/esm/v3/usePopoverState-4cb59ae5.js +37 -0
- package/package.json +2 -3
- package/src/components/or-bottom-sheet-v3/OrBottomSheet.vue +27 -60
- package/src/components/or-confirm-v3/OrConfirm.vue +25 -50
- package/src/components/or-date-picker-v3/OrDatePicker.vue +2 -2
- package/src/components/or-date-time-picker-v3/OrDateTimePicker.vue +3 -3
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue +1 -1
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue +6 -6
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/OrDateTimePickerPopoverFooter.vue +2 -2
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue +2 -2
- package/src/components/or-menu-v3/OrMenu.vue +18 -43
- package/src/components/or-modal-v3/OrModal.vue +27 -65
- package/src/components/or-modal-v3/partials/or-modal-content/OrModalContent.vue +37 -0
- package/src/components/or-modal-v3/partials/or-modal-content/styles.ts +7 -0
- package/src/components/or-modal-v3/partials/or-modal-footer/OrModalFooter.vue +37 -0
- package/src/components/or-modal-v3/partials/or-modal-footer/styles.ts +4 -0
- package/src/components/or-modal-v3/partials/or-modal-header/OrModalHeader.vue +54 -0
- package/src/components/or-modal-v3/partials/or-modal-header/styles.ts +10 -0
- package/src/components/or-modal-v3/styles.ts +0 -25
- package/src/components/or-popover-v3/OrPopover.vue +22 -123
- package/src/components/or-time-picker-v3/OrTimePicker.vue +2 -2
- package/src/components/or-tooltip-v3/OrTooltip.vue +23 -41
- package/src/hooks/index.ts +1 -0
- package/src/hooks/usePopoverState.ts +51 -0
- package/dist/bundled/v3/OrMenu.vue_vue_type_script_lang-115f2c60.js +0 -93
- package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-202c4e2f.js +0 -71
- package/dist/bundled/v3/OrTooltip.vue_vue_type_script_lang-bb3db5bf.js +0 -72
- package/dist/esm/v2/OrModal-1f80d87f.js +0 -174
- package/dist/esm/v3/OrModal-1366926a.js +0 -150
- /package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-485ef171.js → OrToastContainer.vue_vue_type_script_lang-7caa56c5.js} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrSelectV3 } from '../../OrSelect-
|
|
1
|
+
export { _ as OrSelectV3 } from '../../OrSelect-301d2a6b.js';
|
|
2
2
|
export { I as SelectSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-fe250f7a.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-e1f90e0a.js';
|
|
@@ -14,18 +14,19 @@ import '../../OrExpansionPanel-d3a2218d.js';
|
|
|
14
14
|
import '../../OrIcon-d35a84d8.js';
|
|
15
15
|
import '../../OrHint-aa221198.js';
|
|
16
16
|
import '../../OrInputBox-d36b1323.js';
|
|
17
|
-
import '../../OrInput-
|
|
17
|
+
import '../../OrInput-166bf64a.js';
|
|
18
18
|
import '../../useResponsive-a02e95b7.js';
|
|
19
19
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
20
|
-
import '../../OrIconButton-
|
|
21
|
-
import '../../OrTooltip-
|
|
22
|
-
import '../../
|
|
20
|
+
import '../../OrIconButton-4fdb749c.js';
|
|
21
|
+
import '../../OrTooltip-e9e967e3.js';
|
|
22
|
+
import '../../usePopoverState-4cb59ae5.js';
|
|
23
|
+
import '../../OrPopover-238620ae.js';
|
|
23
24
|
import '@floating-ui/dom';
|
|
24
25
|
import '../../useElevation-b5a49746.js';
|
|
25
|
-
import '../../OrBottomSheet-
|
|
26
|
+
import '../../OrBottomSheet-d766008a.js';
|
|
26
27
|
import '../../OrOverlay-4c8c11e2.js';
|
|
27
28
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
28
29
|
import 'portal-vue';
|
|
29
30
|
import '../../OrLoader-b0c381f9.js';
|
|
30
31
|
import '../../OrMenuItem-6f9b8a93.js';
|
|
31
|
-
import '../../OrTag-
|
|
32
|
+
import '../../OrTag-a9ca8c34.js';
|
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
export { _ as OrSidebarV3 } from '../../OrSidebar-
|
|
2
|
-
export { O as OrSidebarPlacement } from '../../OrSidebarCollapseButton-
|
|
1
|
+
export { _ as OrSidebarV3 } from '../../OrSidebar-83f6add2.js';
|
|
2
|
+
export { O as OrSidebarPlacement } from '../../OrSidebarCollapseButton-357732ba.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'lodash';
|
|
5
5
|
import 'vue-demi';
|
|
6
6
|
import '../../normalize-component-6e8e3d80.js';
|
|
7
|
-
import '../../OrIconButton-
|
|
7
|
+
import '../../OrIconButton-4fdb749c.js';
|
|
8
8
|
import '../../OrIcon-d35a84d8.js';
|
|
9
|
-
import '../../OrTooltip-
|
|
10
|
-
import '../../
|
|
9
|
+
import '../../OrTooltip-e9e967e3.js';
|
|
10
|
+
import '../../usePopoverState-4cb59ae5.js';
|
|
11
|
+
import '../../OrPopover-238620ae.js';
|
|
11
12
|
import '@floating-ui/dom';
|
|
12
13
|
import '../../useElevation-b5a49746.js';
|
|
13
14
|
import '../../useResponsive-a02e95b7.js';
|
|
14
|
-
import '../../OrBottomSheet-
|
|
15
|
+
import '../../OrBottomSheet-d766008a.js';
|
|
15
16
|
import '../../OrOverlay-4c8c11e2.js';
|
|
16
17
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
17
18
|
import 'portal-vue';
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
export { _ as OrSidebarCollapseButton } from '../../../OrSidebarCollapseButton-
|
|
1
|
+
export { _ as OrSidebarCollapseButton } from '../../../OrSidebarCollapseButton-357732ba.js';
|
|
2
2
|
import 'lodash';
|
|
3
3
|
import 'vue-demi';
|
|
4
|
-
import '../../../OrIconButton-
|
|
4
|
+
import '../../../OrIconButton-4fdb749c.js';
|
|
5
5
|
import '../../../OrIcon-d35a84d8.js';
|
|
6
6
|
import '../../../normalize-component-6e8e3d80.js';
|
|
7
|
-
import '../../../OrTooltip-
|
|
7
|
+
import '../../../OrTooltip-e9e967e3.js';
|
|
8
8
|
import '@vueuse/core';
|
|
9
|
-
import '../../../
|
|
9
|
+
import '../../../usePopoverState-4cb59ae5.js';
|
|
10
|
+
import '../../../OrPopover-238620ae.js';
|
|
10
11
|
import '@floating-ui/dom';
|
|
11
12
|
import '../../../useElevation-b5a49746.js';
|
|
12
13
|
import '../../../useResponsive-a02e95b7.js';
|
|
13
|
-
import '../../../OrBottomSheet-
|
|
14
|
+
import '../../../OrBottomSheet-d766008a.js';
|
|
14
15
|
import '../../../OrOverlay-4c8c11e2.js';
|
|
15
16
|
import '../../../OrTeleport.vue2-424c7f33.js';
|
|
16
17
|
import 'portal-vue';
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
export { _ as OrSidebarCollapseButton } from '../../../../OrSidebarCollapseButton-
|
|
1
|
+
export { _ as OrSidebarCollapseButton } from '../../../../OrSidebarCollapseButton-357732ba.js';
|
|
2
2
|
import 'lodash';
|
|
3
3
|
import 'vue-demi';
|
|
4
|
-
import '../../../../OrIconButton-
|
|
4
|
+
import '../../../../OrIconButton-4fdb749c.js';
|
|
5
5
|
import '../../../../OrIcon-d35a84d8.js';
|
|
6
6
|
import '../../../../normalize-component-6e8e3d80.js';
|
|
7
|
-
import '../../../../OrTooltip-
|
|
7
|
+
import '../../../../OrTooltip-e9e967e3.js';
|
|
8
8
|
import '@vueuse/core';
|
|
9
|
-
import '../../../../
|
|
9
|
+
import '../../../../usePopoverState-4cb59ae5.js';
|
|
10
|
+
import '../../../../OrPopover-238620ae.js';
|
|
10
11
|
import '@floating-ui/dom';
|
|
11
12
|
import '../../../../useElevation-b5a49746.js';
|
|
12
13
|
import '../../../../useResponsive-a02e95b7.js';
|
|
13
|
-
import '../../../../OrBottomSheet-
|
|
14
|
+
import '../../../../OrBottomSheet-d766008a.js';
|
|
14
15
|
import '../../../../OrOverlay-4c8c11e2.js';
|
|
15
16
|
import '../../../../OrTeleport.vue2-424c7f33.js';
|
|
16
17
|
import 'portal-vue';
|
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
export { _ as OrTabsV3, T as TabsVariant } from '../../OrTabs-
|
|
1
|
+
export { _ as OrTabsV3, T as TabsVariant } from '../../OrTabs-419ebf1c.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../OrIcon-d35a84d8.js';
|
|
5
5
|
import '../../normalize-component-6e8e3d80.js';
|
|
6
6
|
import '../../OrMenuItem-6f9b8a93.js';
|
|
7
|
-
import '../../OrMenu-
|
|
8
|
-
import '../../
|
|
7
|
+
import '../../OrMenu-9bd9f2fd.js';
|
|
8
|
+
import '../../usePopoverState-4cb59ae5.js';
|
|
9
|
+
import '../../OrPopover-238620ae.js';
|
|
9
10
|
import '@floating-ui/dom';
|
|
10
11
|
import '../../useElevation-b5a49746.js';
|
|
11
12
|
import '../../useResponsive-a02e95b7.js';
|
|
12
|
-
import '../../OrBottomSheet-
|
|
13
|
+
import '../../OrBottomSheet-d766008a.js';
|
|
13
14
|
import '../../OrOverlay-4c8c11e2.js';
|
|
14
15
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
15
16
|
import 'portal-vue';
|
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-
|
|
1
|
+
export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-a9ca8c34.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrIconButton-
|
|
3
|
+
import '../../OrIconButton-4fdb749c.js';
|
|
4
4
|
import '../../OrIcon-d35a84d8.js';
|
|
5
5
|
import '../../normalize-component-6e8e3d80.js';
|
|
6
|
-
import '../../OrTooltip-
|
|
6
|
+
import '../../OrTooltip-e9e967e3.js';
|
|
7
7
|
import '@vueuse/core';
|
|
8
|
-
import '../../
|
|
8
|
+
import '../../usePopoverState-4cb59ae5.js';
|
|
9
|
+
import '../../OrPopover-238620ae.js';
|
|
9
10
|
import '@floating-ui/dom';
|
|
10
11
|
import '../../useElevation-b5a49746.js';
|
|
11
12
|
import '../../useResponsive-a02e95b7.js';
|
|
12
|
-
import '../../OrBottomSheet-
|
|
13
|
+
import '../../OrBottomSheet-d766008a.js';
|
|
13
14
|
import '../../OrOverlay-4c8c11e2.js';
|
|
14
15
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
15
16
|
import 'portal-vue';
|
|
@@ -1,19 +1,20 @@
|
|
|
1
|
-
export { _ as OrTagsV3 } from '../../OrTags-
|
|
1
|
+
export { _ as OrTagsV3 } from '../../OrTags-d2548f30.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useOverflow-c856b7b7.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
5
|
import '../../OrButton-9622e713.js';
|
|
6
6
|
import '../../OrLoader-b0c381f9.js';
|
|
7
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
|
-
import '../../OrPopover-
|
|
8
|
+
import '../../OrPopover-238620ae.js';
|
|
9
9
|
import '@floating-ui/dom';
|
|
10
10
|
import '../../useElevation-b5a49746.js';
|
|
11
|
+
import '../../usePopoverState-4cb59ae5.js';
|
|
11
12
|
import '../../useResponsive-a02e95b7.js';
|
|
12
|
-
import '../../OrBottomSheet-
|
|
13
|
+
import '../../OrBottomSheet-d766008a.js';
|
|
13
14
|
import '../../OrOverlay-4c8c11e2.js';
|
|
14
15
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
15
16
|
import 'portal-vue';
|
|
16
|
-
import '../../OrTag-
|
|
17
|
-
import '../../OrIconButton-
|
|
17
|
+
import '../../OrTag-a9ca8c34.js';
|
|
18
|
+
import '../../OrIconButton-4fdb749c.js';
|
|
18
19
|
import '../../OrIcon-d35a84d8.js';
|
|
19
|
-
import '../../OrTooltip-
|
|
20
|
+
import '../../OrTooltip-e9e967e3.js';
|
|
@@ -1,24 +1,25 @@
|
|
|
1
|
-
export { _ as OrTimePickerV3 } from '../../OrTimePicker-
|
|
1
|
+
export { _ as OrTimePickerV3 } from '../../OrTimePicker-3fe70b04.js';
|
|
2
2
|
export { I as TimePickerSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-fe250f7a.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-e1f90e0a.js';
|
|
5
|
-
import '../../OrDateTimePickerPopoverHeader-
|
|
5
|
+
import '../../OrDateTimePickerPopoverHeader-b6f8193b.js';
|
|
6
6
|
import '../../OrLabel-63380256.js';
|
|
7
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
8
|
import '../../OrButton-9622e713.js';
|
|
9
9
|
import '../../OrLoader-b0c381f9.js';
|
|
10
10
|
import '@vueuse/core';
|
|
11
|
-
import '../../OrDateTimePickerTimeSelect-
|
|
11
|
+
import '../../OrDateTimePickerTimeSelect-e1b6fcf6.js';
|
|
12
12
|
import '../../OrError-4ffc1c39.js';
|
|
13
13
|
import '../../OrHint-aa221198.js';
|
|
14
|
-
import '../../OrIconButton-
|
|
14
|
+
import '../../OrIconButton-4fdb749c.js';
|
|
15
15
|
import '../../OrIcon-d35a84d8.js';
|
|
16
|
-
import '../../OrTooltip-
|
|
17
|
-
import '../../
|
|
16
|
+
import '../../OrTooltip-e9e967e3.js';
|
|
17
|
+
import '../../usePopoverState-4cb59ae5.js';
|
|
18
|
+
import '../../OrPopover-238620ae.js';
|
|
18
19
|
import '@floating-ui/dom';
|
|
19
20
|
import '../../useElevation-b5a49746.js';
|
|
20
21
|
import '../../useResponsive-a02e95b7.js';
|
|
21
|
-
import '../../OrBottomSheet-
|
|
22
|
+
import '../../OrBottomSheet-d766008a.js';
|
|
22
23
|
import '../../OrOverlay-4c8c11e2.js';
|
|
23
24
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
24
25
|
import 'portal-vue';
|
|
@@ -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-3d410a76.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';
|
|
@@ -6,13 +6,14 @@ import '../../useElevation-b5a49746.js';
|
|
|
6
6
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
7
7
|
import 'portal-vue';
|
|
8
8
|
import '../../normalize-component-6e8e3d80.js';
|
|
9
|
-
import '../../OrIconButton-
|
|
9
|
+
import '../../OrIconButton-4fdb749c.js';
|
|
10
10
|
import '../../OrIcon-d35a84d8.js';
|
|
11
|
-
import '../../OrTooltip-
|
|
12
|
-
import '../../
|
|
11
|
+
import '../../OrTooltip-e9e967e3.js';
|
|
12
|
+
import '../../usePopoverState-4cb59ae5.js';
|
|
13
|
+
import '../../OrPopover-238620ae.js';
|
|
13
14
|
import '@floating-ui/dom';
|
|
14
15
|
import '../../useResponsive-a02e95b7.js';
|
|
15
|
-
import '../../OrBottomSheet-
|
|
16
|
+
import '../../OrBottomSheet-d766008a.js';
|
|
16
17
|
import '../../OrOverlay-4c8c11e2.js';
|
|
17
18
|
import '../../OrLoader-b0c381f9.js';
|
|
18
19
|
import '../../style-inject.es-4c6f2515.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-3d410a76.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';
|
|
@@ -6,13 +6,14 @@ import '../../../useElevation-b5a49746.js';
|
|
|
6
6
|
import '../../../OrTeleport.vue2-424c7f33.js';
|
|
7
7
|
import 'portal-vue';
|
|
8
8
|
import '../../../normalize-component-6e8e3d80.js';
|
|
9
|
-
import '../../../OrIconButton-
|
|
9
|
+
import '../../../OrIconButton-4fdb749c.js';
|
|
10
10
|
import '../../../OrIcon-d35a84d8.js';
|
|
11
|
-
import '../../../OrTooltip-
|
|
12
|
-
import '../../../
|
|
11
|
+
import '../../../OrTooltip-e9e967e3.js';
|
|
12
|
+
import '../../../usePopoverState-4cb59ae5.js';
|
|
13
|
+
import '../../../OrPopover-238620ae.js';
|
|
13
14
|
import '@floating-ui/dom';
|
|
14
15
|
import '../../../useResponsive-a02e95b7.js';
|
|
15
|
-
import '../../../OrBottomSheet-
|
|
16
|
+
import '../../../OrBottomSheet-d766008a.js';
|
|
16
17
|
import '../../../OrOverlay-4c8c11e2.js';
|
|
17
18
|
import '../../../OrLoader-b0c381f9.js';
|
|
18
19
|
import '../../../style-inject.es-4c6f2515.js';
|
|
@@ -2,58 +2,61 @@ import { PropType } from 'vue-demi';
|
|
|
2
2
|
import { TooltipPlacement } from './props';
|
|
3
3
|
declare const _default: import("vue2").ComponentOptions<import("vue2").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
4
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
|
-
popover: import("@vue/composition-api").Ref<import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
6
|
-
[x: string]: ((...args: any[]) => any) | null;
|
|
7
|
-
} | string[], {} & {}, {
|
|
8
|
-
[x: number]: string;
|
|
9
|
-
} | {}, true> | undefined>;
|
|
10
|
-
popoverRoot: import("@vue/composition-api").ComputedRef<undefined>;
|
|
11
5
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
12
6
|
bodyStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
7
|
+
state: Readonly<import("@vue/composition-api").Ref<"open" | "closed">>;
|
|
13
8
|
open: () => void;
|
|
14
9
|
close: () => void;
|
|
10
|
+
toggle: () => void;
|
|
15
11
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
12
|
+
isOpen: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
16
16
|
text: {
|
|
17
17
|
type: StringConstructor;
|
|
18
18
|
default: undefined;
|
|
19
19
|
};
|
|
20
20
|
placement: {
|
|
21
|
-
type: PropType<
|
|
21
|
+
type: PropType<TooltipPlacement>;
|
|
22
22
|
default: TooltipPlacement;
|
|
23
23
|
};
|
|
24
24
|
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
25
|
+
isOpen: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
25
29
|
text: {
|
|
26
30
|
type: StringConstructor;
|
|
27
31
|
default: undefined;
|
|
28
32
|
};
|
|
29
33
|
placement: {
|
|
30
|
-
type: PropType<
|
|
34
|
+
type: PropType<TooltipPlacement>;
|
|
31
35
|
default: TooltipPlacement;
|
|
32
36
|
};
|
|
33
37
|
}>> & Omit<import("vue2").VueConstructor<import("vue2").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
38
|
+
isOpen: boolean;
|
|
34
39
|
text: string;
|
|
35
|
-
placement:
|
|
40
|
+
placement: TooltipPlacement;
|
|
36
41
|
} & {} & {
|
|
37
42
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
38
43
|
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
39
44
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
40
|
-
popover: import("@vue/composition-api").Ref<import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
41
|
-
[x: string]: ((...args: any[]) => any) | null;
|
|
42
|
-
} | string[], {} & {}, {
|
|
43
|
-
[x: number]: string;
|
|
44
|
-
} | {}, true> | undefined>;
|
|
45
|
-
popoverRoot: import("@vue/composition-api").ComputedRef<undefined>;
|
|
46
45
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
47
46
|
bodyStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
47
|
+
state: Readonly<import("@vue/composition-api").Ref<"open" | "closed">>;
|
|
48
48
|
open: () => void;
|
|
49
49
|
close: () => void;
|
|
50
|
+
toggle: () => void;
|
|
50
51
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
52
|
+
isOpen: boolean;
|
|
51
53
|
text: string;
|
|
52
|
-
placement:
|
|
54
|
+
placement: TooltipPlacement;
|
|
53
55
|
} & {} & {
|
|
54
56
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
55
57
|
}, {
|
|
58
|
+
isOpen: boolean;
|
|
56
59
|
text: string;
|
|
57
|
-
placement:
|
|
60
|
+
placement: TooltipPlacement;
|
|
58
61
|
}, true>);
|
|
59
62
|
export default _default;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
export { _ as OrTooltipV3 } from '../../OrTooltip-
|
|
2
|
-
export { P as TooltipPlacement } from '../../OrPopover-
|
|
3
|
-
import '@vueuse/core';
|
|
1
|
+
export { _ as OrTooltipV3 } from '../../OrTooltip-e9e967e3.js';
|
|
2
|
+
export { P as TooltipPlacement } from '../../OrPopover-238620ae.js';
|
|
4
3
|
import 'vue-demi';
|
|
4
|
+
import '@vueuse/core';
|
|
5
|
+
import '../../usePopoverState-4cb59ae5.js';
|
|
5
6
|
import '../../normalize-component-6e8e3d80.js';
|
|
6
7
|
import '@floating-ui/dom';
|
|
7
8
|
import '../../useElevation-b5a49746.js';
|
|
8
9
|
import '../../useResponsive-a02e95b7.js';
|
|
9
|
-
import '../../OrBottomSheet-
|
|
10
|
+
import '../../OrBottomSheet-d766008a.js';
|
|
10
11
|
import '../../OrOverlay-4c8c11e2.js';
|
|
11
12
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
12
13
|
import 'portal-vue';
|
|
@@ -2,6 +2,7 @@ export { useControlAttributes } from './useControlAttributes';
|
|
|
2
2
|
export { useElevation } from './useElevation';
|
|
3
3
|
export { useIdAttribute } from './useIdAttribute';
|
|
4
4
|
export { useOverflow } from './useOverflow';
|
|
5
|
+
export { usePopoverState } from './usePopoverState';
|
|
5
6
|
export { useResponsive } from './useResponsive';
|
|
6
7
|
export { default as useToggle } from './useToggle';
|
|
7
8
|
export { useValidationAttributes } from './useValidationAttributes';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { u as useControlAttributes, a as useIdAttribute } from '../useIdAttribute-859439f0.js';
|
|
2
2
|
export { u as useElevation } from '../useElevation-b5a49746.js';
|
|
3
3
|
export { u as useOverflow } from '../useOverflow-c856b7b7.js';
|
|
4
|
+
export { u as usePopoverState } from '../usePopoverState-4cb59ae5.js';
|
|
4
5
|
export { u as useResponsive } from '../useResponsive-a02e95b7.js';
|
|
5
6
|
export { u as useToggle } from '../useToggle-c04fc920.js';
|
|
6
7
|
export { u as useValidationAttributes } from '../useValidationAttributes-d1abbe34.js';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Ref, SetupContext } from 'vue-demi';
|
|
2
|
+
export interface PopoverState {
|
|
3
|
+
state: Ref<'open' | 'closed'>;
|
|
4
|
+
open: () => void;
|
|
5
|
+
close: () => void;
|
|
6
|
+
toggle: () => void;
|
|
7
|
+
}
|
|
8
|
+
export declare function usePopoverState(isOpen: Ref<boolean>, context: SetupContext<('open' | 'close' | any)[]>): PopoverState;
|
package/dist/esm/v2/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { O as OR_AVATAR_SIZE, _ as OrAvatar } from './OrAvatar-7c024521.js';
|
|
2
2
|
export { a as AvatarColor, A as AvatarSize, _ as OrAvatarV3 } from './OrAvatar-3df48865.js';
|
|
3
|
-
export { B as BottomSheetVariant, _ as OrBottomSheetV3 } from './OrBottomSheet-
|
|
3
|
+
export { B as BottomSheetVariant, _ as OrBottomSheetV3 } from './OrBottomSheet-d766008a.js';
|
|
4
4
|
export { _ as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from './OrButton-b4a39652.js';
|
|
5
5
|
export { _ as OrButtonV2 } from './OrButton-dbf0efe7.js';
|
|
6
6
|
export { _ as OrIconButton, _ as OrIconButtonV2 } from './OrIconButton-83608cbc.js';
|
|
@@ -8,7 +8,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
|
|
|
8
8
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from './OrButton-9622e713.js';
|
|
9
9
|
export { _ as OrCard } from './OrCard-c44d9783.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from './OrCardCollection-fe8a1a88.js';
|
|
11
|
-
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-
|
|
11
|
+
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from './OrCardCollection-92ae053a.js';
|
|
12
12
|
export { _ as OrCardV3 } from './OrCard-0da13cbe.js';
|
|
13
13
|
export { _ as OrCarousel } from './OrCarousel-76dc2b7b.js';
|
|
14
14
|
export { _ as OrCarouselItem } from './OrCarouselItem-c614bab9.js';
|
|
@@ -25,10 +25,10 @@ export { _ as OrCombinedInputV3 } from './OrCombinedInput-5994d9fc.js';
|
|
|
25
25
|
export { _ as OrInputBoxV3 } from './OrInputBox-d36b1323.js';
|
|
26
26
|
export { I as CombinedInputSize, I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, I as SearchSize, I as SelectSize, I as TextareaSize, I as TimePickerSize } from './OrInputBox.vue_rollup-plugin-vue_script-fe250f7a.js';
|
|
27
27
|
export { _ as OrConfirm } from './OrConfirm-d0d9d56c.js';
|
|
28
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-
|
|
29
|
-
export { _ as OrDatePickerV3 } from './OrDatePicker-
|
|
28
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from './OrConfirm-be3a54ef.js';
|
|
29
|
+
export { _ as OrDatePickerV3 } from './OrDatePicker-da08968e.js';
|
|
30
30
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from './OrDateTimePicker-77ef1975.js';
|
|
31
|
-
export { _ as OrDateTimePickerV3 } from './OrDateTimePicker-
|
|
31
|
+
export { _ as OrDateTimePickerV3 } from './OrDateTimePicker-3797a712.js';
|
|
32
32
|
export { E as EmptyStateSize, _ as OrEmptyStateV3 } from './OrEmptyState-2d3fd68d.js';
|
|
33
33
|
export { _ as OrError } from './OrError-efc74907.js';
|
|
34
34
|
export { _ as OrErrorTagV3 } from './OrErrorTag-a55ae01a.js';
|
|
@@ -40,14 +40,14 @@ export { F as FormGroupDirection, _ as OrFormGroupV3 } from './OrFormGroup-29a51
|
|
|
40
40
|
export { _ as OrHint } from './OrHint-fe65fbe6.js';
|
|
41
41
|
export { _ as OrHintV3 } from './OrHint-aa221198.js';
|
|
42
42
|
export { _ as OrIcon, O as OrIconColors, a as OrIconType } from './OrIcon-a40e60af.js';
|
|
43
|
-
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-
|
|
43
|
+
export { I as IconButtonColor, _ as OrIconButtonV3 } from './OrIconButton-4fdb749c.js';
|
|
44
44
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, _ as OrIconV3 } from './OrIcon-d35a84d8.js';
|
|
45
45
|
export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from './OrInlineInputBox-19b49ee6.js';
|
|
46
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-
|
|
46
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from './OrInlineInput-d5c5d651.js';
|
|
47
47
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from './OrInlineTextEdit-601163c3.js';
|
|
48
|
-
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-
|
|
48
|
+
export { _ as OrInlineTextareaV3 } from './OrInlineTextarea-bbbb2b82.js';
|
|
49
49
|
export { _ as OrInput } from './OrInput-bc2371b6.js';
|
|
50
|
-
export { I as InputType, _ as OrInputV3 } from './OrInput-
|
|
50
|
+
export { I as InputType, _ as OrInputV3 } from './OrInput-166bf64a.js';
|
|
51
51
|
export { _ as OrLabel } from './OrLabel-931394a5.js';
|
|
52
52
|
export { L as LabelVariant, _ as OrLabelV3 } from './OrLabel-63380256.js';
|
|
53
53
|
export { L as LinkColor, _ as OrLinkV3 } from './OrLink-3679a61f.js';
|
|
@@ -56,17 +56,17 @@ export { _ as OrListOfInputs } from './OrListOfInputs-fa926159.js';
|
|
|
56
56
|
export { L as LoaderViews, _ as OrLoader } from './OrLoader-212ef381.js';
|
|
57
57
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from './OrLoader-b0c381f9.js';
|
|
58
58
|
export { _ as OrMenuItemV3 } from './OrMenuItem-6f9b8a93.js';
|
|
59
|
-
export { _ as OrMenuV3 } from './OrMenu-
|
|
60
|
-
export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-
|
|
59
|
+
export { _ as OrMenuV3 } from './OrMenu-9bd9f2fd.js';
|
|
60
|
+
export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from './OrPopover-238620ae.js';
|
|
61
61
|
export { _ as OrModal, O as OrModalSizes } from './OrModal-3f09ae47.js';
|
|
62
|
-
export { M as ModalSize, _ as OrModalV3 } from './OrModal-
|
|
62
|
+
export { M as ModalSize, _ as OrModalV3 } from './OrModal-79424061.js';
|
|
63
63
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from './OrNotification-bfa97981.js';
|
|
64
|
-
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-
|
|
64
|
+
export { N as NotificationVariant, _ as OrNotificationV3 } from './OrNotification-1cc97f8e.js';
|
|
65
65
|
export { _ as OrNumberInput } from './OrNumberInput-5b1135df.js';
|
|
66
66
|
export { _ as OrOverflowMenu } from './OrOverflowMenu-13fac7a3.js';
|
|
67
67
|
export { _ as OrOverlay } from './OrOverlay-ccec2218.js';
|
|
68
68
|
export { _ as OrOverlayV3 } from './OrOverlay-4c8c11e2.js';
|
|
69
|
-
export { _ as OrPaginationV3 } from './OrPagination-
|
|
69
|
+
export { _ as OrPaginationV3 } from './OrPagination-43b3bf99.js';
|
|
70
70
|
export { _ as OrPassword } from './OrPassword-82877067.js';
|
|
71
71
|
export { _ as OrProgress, O as OrProgressColors, a as OrProgressTypes } from './OrProgress-e6f20dc1.js';
|
|
72
72
|
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrProgress-29957e64.js';
|
|
@@ -75,13 +75,13 @@ export { _ as OrRadioGroup } from './OrRadioGroup-11424644.js';
|
|
|
75
75
|
export { _ as OrRadioGroupV3 } from './OrRadioGroup-0de37d76.js';
|
|
76
76
|
export { _ as OrRadioV3 } from './OrRadio-a812088f.js';
|
|
77
77
|
export { _ as OrSearch } from './OrSearch-330e9af0.js';
|
|
78
|
-
export { _ as OrSearchV3 } from './OrSearch-
|
|
78
|
+
export { _ as OrSearchV3 } from './OrSearch-4a2cfe75.js';
|
|
79
79
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-a1ea5b72.js';
|
|
80
80
|
export { _ as OrSelect } from './OrSelect-22eea9cc.js';
|
|
81
|
-
export { _ as OrSelectV3 } from './OrSelect-
|
|
81
|
+
export { _ as OrSelectV3 } from './OrSelect-301d2a6b.js';
|
|
82
82
|
export { _ as OrSidebar, O as OrSidebarSide } from './OrSidebar-feacf13a.js';
|
|
83
|
-
export { _ as OrSidebarV3 } from './OrSidebar-
|
|
84
|
-
export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-
|
|
83
|
+
export { _ as OrSidebarV3 } from './OrSidebar-83f6add2.js';
|
|
84
|
+
export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-357732ba.js';
|
|
85
85
|
export { _ as OrSkeletonCircle } from './OrSkeletonCircle-db96ddb6.js';
|
|
86
86
|
export { _ as OrSkeletonRect } from './OrSkeletonRect-8df5791c.js';
|
|
87
87
|
export { _ as OrSkeletonText } from './OrSkeletonText-8063af02.js';
|
|
@@ -98,28 +98,29 @@ export { _ as OrTab } from './OrTab-8dfdeca0.js';
|
|
|
98
98
|
export { _ as OrTabHeaderItem } from './OrTabHeaderItem-46947417.js';
|
|
99
99
|
export { _ as OrTabV3 } from './OrTab-5b198746.js';
|
|
100
100
|
export { _ as OrTabs } from './OrTabs-1b314eeb.js';
|
|
101
|
-
export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-
|
|
101
|
+
export { _ as OrTabsV3, T as TabsVariant } from './OrTabs-419ebf1c.js';
|
|
102
102
|
export { _ as OrTag } from './OrTag-8ded4261.js';
|
|
103
|
-
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-
|
|
104
|
-
export { _ as OrTagsV3 } from './OrTags-
|
|
103
|
+
export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-a9ca8c34.js';
|
|
104
|
+
export { _ as OrTagsV3 } from './OrTags-d2548f30.js';
|
|
105
105
|
export { _ as OrTeleport } from './OrTeleport.vue2-f0c16c71.js';
|
|
106
106
|
export { _ as OrTeleportV3 } from './OrTeleport.vue2-424c7f33.js';
|
|
107
107
|
export { _ as OrTextV3 } from './OrText-44449e7b.js';
|
|
108
108
|
export { _ as OrTextarea } from './OrTextarea-226ab7a2.js';
|
|
109
109
|
export { _ as OrTextareaV3 } from './OrTextarea-eaadb85f.js';
|
|
110
110
|
export { _ as OrTextbox, T as TextboxTypes } from './OrTextbox-90badc95.js';
|
|
111
|
-
export { _ as OrTimePickerV3 } from './OrTimePicker-
|
|
111
|
+
export { _ as OrTimePickerV3 } from './OrTimePicker-3fe70b04.js';
|
|
112
112
|
export { _ as OrToast, a as OrToastContainer } from './OrToastContainer-2f530752.js';
|
|
113
113
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from './useToast-b5ea5cb2.js';
|
|
114
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-
|
|
114
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from './types-3d410a76.js';
|
|
115
115
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-a1332cc2.js';
|
|
116
116
|
export { _ as OrTooltip } from './OrTooltip-97a42707.js';
|
|
117
117
|
export { _ as OrTooltipContent } from './OrTooltipContent-d85e1071.js';
|
|
118
|
-
export { _ as OrTooltipV3 } from './OrTooltip-
|
|
118
|
+
export { _ as OrTooltipV3 } from './OrTooltip-e9e967e3.js';
|
|
119
119
|
export { D as DropdownClose, a as DropdownOpen } from './dropdown-open-e1f90e0a.js';
|
|
120
120
|
export { u as useControlAttributes, a as useIdAttribute } from './useIdAttribute-859439f0.js';
|
|
121
121
|
export { u as useElevation } from './useElevation-b5a49746.js';
|
|
122
122
|
export { u as useOverflow } from './useOverflow-c856b7b7.js';
|
|
123
|
+
export { u as usePopoverState } from './usePopoverState-4cb59ae5.js';
|
|
123
124
|
export { u as useResponsive } from './useResponsive-a02e95b7.js';
|
|
124
125
|
export { u as useToggle } from './useToggle-c04fc920.js';
|
|
125
126
|
export { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
@@ -147,9 +148,9 @@ import '@lezer/highlight';
|
|
|
147
148
|
import './px-to-rem-0b26b83e.js';
|
|
148
149
|
import './dom-7a41831b.js';
|
|
149
150
|
import '@vueuse/math';
|
|
150
|
-
import './OrDateTimePickerPopoverHeader-
|
|
151
|
-
import './OrDateTimePickerMonthSelect-
|
|
152
|
-
import './OrDateTimePickerTimeSelect-
|
|
151
|
+
import './OrDateTimePickerPopoverHeader-b6f8193b.js';
|
|
152
|
+
import './OrDateTimePickerMonthSelect-3a7cd5e8.js';
|
|
153
|
+
import './OrDateTimePickerTimeSelect-e1b6fcf6.js';
|
|
153
154
|
import '@floating-ui/dom';
|
|
154
155
|
import './OrTooltip.vue_rollup-plugin-vue_styles.0-a256ac18.js';
|
|
155
156
|
import 'uuid';
|
|
@@ -3,7 +3,7 @@ import { defineComponent, ref, computed, onBeforeMount, onBeforeUnmount, nextTic
|
|
|
3
3
|
import { u as useElevation } from './useElevation-b5a49746.js';
|
|
4
4
|
import { _ as __vue_component__$4 } from './OrTeleport.vue2-424c7f33.js';
|
|
5
5
|
import { T as ToastType, P as PositionsX, b as PositionsY, c as TransitionType, d as useToastEventBus, a as useQueue } from './useToast-a1332cc2.js';
|
|
6
|
-
import { _ as __vue_component__$2 } from './OrIconButton-
|
|
6
|
+
import { _ as __vue_component__$2 } from './OrIconButton-4fdb749c.js';
|
|
7
7
|
import { _ as __vue_component__$3 } from './OrLoader-b0c381f9.js';
|
|
8
8
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
9
9
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { ref, watch } from 'vue-demi';
|
|
2
|
+
|
|
3
|
+
// TODO: Remove type `any` (https://github.com/microsoft/TypeScript/issues/27808)
|
|
4
|
+
// TODO: Use `defineEmits` after migration to Vue 3
|
|
5
|
+
function usePopoverState(isOpen, context) {
|
|
6
|
+
// State
|
|
7
|
+
const state = ref(isOpen.value ? 'open' : 'closed');
|
|
8
|
+
watch(isOpen, value => {
|
|
9
|
+
state.value = value ? 'open' : 'closed';
|
|
10
|
+
});
|
|
11
|
+
watch(state, value => {
|
|
12
|
+
switch (value) {
|
|
13
|
+
case 'open':
|
|
14
|
+
return context.emit('open');
|
|
15
|
+
case 'closed':
|
|
16
|
+
return context.emit('close');
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
// Methods
|
|
20
|
+
function open() {
|
|
21
|
+
state.value = 'open';
|
|
22
|
+
}
|
|
23
|
+
function close() {
|
|
24
|
+
state.value = 'closed';
|
|
25
|
+
}
|
|
26
|
+
function toggle() {
|
|
27
|
+
state.value = state.value === 'open' ? 'closed' : 'open';
|
|
28
|
+
}
|
|
29
|
+
return {
|
|
30
|
+
state,
|
|
31
|
+
open,
|
|
32
|
+
close,
|
|
33
|
+
toggle
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export { usePopoverState as u };
|