@onereach/ui-components 4.3.5 → 4.3.6-beta.2636.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-e20fd8dc.js → OrDateTimePickerMonthSelect-e80cc838.js} +1 -1
- package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.js +40 -29
- package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.vue.d.ts +21 -3
- package/dist/bundled/v2/components/OrBottomSheetV3/index.d.ts +1 -0
- package/dist/bundled/v2/components/OrBottomSheetV3/index.js +1 -0
- package/dist/bundled/v2/components/OrBottomSheetV3/props.d.ts +4 -0
- package/dist/bundled/v2/components/OrBottomSheetV3/props.js +7 -0
- package/dist/bundled/v2/components/OrBottomSheetV3/styles.d.ts +3 -1
- package/dist/bundled/v2/components/OrBottomSheetV3/styles.js +11 -7
- package/dist/bundled/v2/components/OrCardCollectionV3/OrCardCollection.js +1 -0
- package/dist/bundled/v2/components/OrCardCollectionV3/index.js +1 -0
- package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +1 -0
- package/dist/bundled/v2/components/OrConfirmV3/index.js +1 -0
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +5 -1
- package/dist/bundled/v2/components/OrDatePickerV3/index.js +2 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +8 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +2 -1
- package/dist/bundled/v2/components/OrIconButtonV3/OrIconButton.js +1 -0
- package/dist/bundled/v2/components/OrIconButtonV3/index.js +1 -0
- package/dist/bundled/v2/components/OrInlineInputV3/OrInlineInput.js +1 -0
- package/dist/bundled/v2/components/OrInlineInputV3/index.js +1 -0
- package/dist/bundled/v2/components/OrInlineTextareaV3/OrInlineTextarea.js +1 -0
- package/dist/bundled/v2/components/OrInlineTextareaV3/index.js +1 -0
- package/dist/bundled/v2/components/OrInputV3/OrInput.js +1 -0
- package/dist/bundled/v2/components/OrInputV3/index.js +1 -0
- package/dist/bundled/v2/components/OrMenuV3/OrMenu.js +1 -0
- package/dist/bundled/v2/components/OrMenuV3/index.js +1 -0
- package/dist/bundled/v2/components/OrModalV3/OrModal.js +1 -0
- package/dist/bundled/v2/components/OrModalV3/index.js +1 -0
- package/dist/bundled/v2/components/OrNotificationV3/OrNotification.js +1 -0
- package/dist/bundled/v2/components/OrNotificationV3/index.js +1 -0
- 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 +7 -2
- package/dist/bundled/v2/components/OrPopoverV3/OrPopover.vue.d.ts +21 -0
- 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 +1 -0
- package/dist/bundled/v2/components/OrTagV3/index.js +1 -0
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +4 -0
- package/dist/bundled/v2/components/OrTimePickerV3/index.js +1 -0
- 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 +1 -0
- package/dist/bundled/v2/components/OrToastV3/index.js +1 -0
- package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.js +1 -0
- package/dist/bundled/v2/components/OrTooltipV3/index.js +1 -0
- package/dist/bundled/v2/components/index.js +2 -1
- package/dist/bundled/v2/index.js +3 -2
- package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-1e5544b0.js → OrBottomSheet.vue_vue_type_script_lang-461f99cf.js} +37 -26
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-7d15b872.js → OrCardCollection.vue_vue_type_script_lang-b42d07c5.js} +3 -3
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-5ee20884.js → OrConfirm.vue_vue_type_script_lang-c3d584a5.js} +1 -1
- package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-8c1c9c3e.js → OrDatePicker.vue_vue_type_script_lang-10648c78.js} +3 -3
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-cba80c1c.js → OrDateTimePicker.vue_vue_type_script_lang-c14895ae.js} +3 -3
- package/dist/bundled/v3/{OrDateTimePickerMonthSelect-a9634fe9.js → OrDateTimePickerMonthSelect-74896719.js} +3 -3
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-c2534846.js → OrIconButton.vue_vue_type_script_lang-a4558aec.js} +1 -1
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-a8c0670a.js → OrInlineInput.vue_vue_type_script_lang-3317d59e.js} +1 -1
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-03708ef8.js → OrInlineTextarea.vue_vue_type_script_lang-bec81f6e.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-f9fef480.js → OrInput.vue_vue_type_script_lang-9596c9e5.js} +1 -1
- package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-d3ea7d1e.js → OrMenu.vue_vue_type_script_lang-4151a6c5.js} +1 -1
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-750e6c92.js → OrModal.vue_vue_type_script_lang-8e6bfbe0.js} +1 -1
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-5a62577f.js → OrNotification.vue_vue_type_script_lang-3cb896a6.js} +1 -1
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-60000de8.js → OrPagination.vue_vue_type_script_lang-b1501bad.js} +1 -1
- package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-65598970.js → OrPopover.vue_vue_type_script_lang-2d9a006c.js} +5 -1
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-2726e332.js → OrSearch.vue_vue_type_script_lang-79acec48.js} +1 -1
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-c232523a.js → OrSelect.vue_vue_type_script_lang-2bd087f3.js} +3 -3
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-0f22b364.js → OrSidebar.vue_vue_type_script_lang-f6179985.js} +1 -1
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-ff032e95.js → OrTabs.vue_vue_type_script_lang-92e9d9d8.js} +1 -1
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-e3ba4ecb.js → OrTag.vue_vue_type_script_lang-f2855602.js} +1 -1
- package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-34c2901e.js → OrTimePicker.vue_vue_type_script_lang-805e884c.js} +2 -2
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-cd7c37c3.js → OrTooltip.vue_vue_type_script_lang-67f6fa3c.js} +1 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +7 -5
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.vue.d.ts +21 -3
- package/dist/bundled/v3/components/OrBottomSheetV3/index.d.ts +1 -0
- package/dist/bundled/v3/components/OrBottomSheetV3/index.js +2 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/props.d.ts +4 -0
- package/dist/bundled/v3/components/OrBottomSheetV3/props.js +7 -0
- package/dist/bundled/v3/components/OrBottomSheetV3/styles.d.ts +3 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/styles.js +11 -7
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +10 -9
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +9 -8
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +8 -7
- package/dist/bundled/v3/components/OrConfirmV3/index.js +7 -6
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +12 -8
- package/dist/bundled/v3/components/OrDatePickerV3/index.js +8 -7
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +15 -8
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +8 -7
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +6 -5
- package/dist/bundled/v3/components/OrIconButtonV3/index.js +5 -4
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +7 -6
- package/dist/bundled/v3/components/OrInlineInputV3/index.js +6 -5
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +7 -6
- package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +6 -5
- package/dist/bundled/v3/components/OrInputV3/OrInput.js +7 -6
- package/dist/bundled/v3/components/OrInputV3/index.js +6 -5
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +5 -4
- package/dist/bundled/v3/components/OrMenuV3/index.js +4 -3
- package/dist/bundled/v3/components/OrModalV3/OrModal.js +7 -6
- package/dist/bundled/v3/components/OrModalV3/index.js +6 -5
- package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +7 -6
- package/dist/bundled/v3/components/OrNotificationV3/index.js +6 -5
- 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 +9 -7
- package/dist/bundled/v3/components/OrPopoverV3/OrPopover.vue.d.ts +21 -0
- 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 +7 -6
- package/dist/bundled/v3/components/OrTagV3/index.js +6 -5
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +10 -6
- package/dist/bundled/v3/components/OrTimePickerV3/index.js +6 -5
- 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 +5 -4
- package/dist/bundled/v3/components/OrToastV3/index.js +6 -5
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +5 -4
- package/dist/bundled/v3/components/OrTooltipV3/index.js +4 -3
- package/dist/bundled/v3/components/index.js +24 -23
- package/dist/bundled/v3/index.js +25 -24
- package/dist/esm/v2/{OrBottomSheet-0938dbde.js → OrBottomSheet-1c3f7920.js} +55 -35
- package/dist/esm/v2/{OrCardCollection-ead1d063.js → OrCardCollection-51d7f875.js} +4 -4
- package/dist/esm/v2/{OrConfirm-d1572223.js → OrConfirm-705577bb.js} +1 -1
- package/dist/esm/v2/{OrDatePicker-ff4cebfb.js → OrDatePicker-794302e6.js} +6 -3
- package/dist/esm/v2/{OrDateTimePicker-da3d6d4d.js → OrDateTimePicker-b9bfa090.js} +9 -3
- package/dist/esm/v2/{OrDateTimePickerMonthSelect-7803ed9e.js → OrDateTimePickerMonthSelect-958aaf2c.js} +4 -4
- package/dist/esm/v2/{OrIconButton-0ec2cda6.js → OrIconButton-ddbe7c15.js} +2 -2
- package/dist/esm/v2/{OrInlineInput-7a60a995.js → OrInlineInput-91fbc06a.js} +1 -1
- package/dist/esm/v2/{OrInlineTextarea-56d8f558.js → OrInlineTextarea-a42a6b71.js} +1 -1
- package/dist/esm/v2/{OrInput-884b6686.js → OrInput-08c3a06e.js} +1 -1
- package/dist/esm/v2/{OrMenu-55befbc8.js → OrMenu-27397f01.js} +1 -1
- package/dist/esm/v2/{OrModal-41f09f4f.js → OrModal-b2a56d75.js} +1 -1
- package/dist/esm/v2/{OrNotification-4497b02f.js → OrNotification-7e6102a7.js} +1 -1
- package/dist/esm/v2/{OrPagination-67b30f14.js → OrPagination-69c5c204.js} +2 -2
- package/dist/esm/v2/{OrPopover-c902e2fd.js → OrPopover-707feca8.js} +7 -3
- package/dist/esm/v2/{OrSearch-dea30353.js → OrSearch-a0b80719.js} +1 -1
- package/dist/esm/v2/{OrSelect-7266296e.js → OrSelect-41d7c5bb.js} +3 -3
- package/dist/esm/v2/{OrSidebar-82a4c03f.js → OrSidebar-f0850bce.js} +1 -1
- package/dist/esm/v2/{OrSidebarCollapseButton-c41c688a.js → OrSidebarCollapseButton-3582b92e.js} +1 -1
- package/dist/esm/v2/{OrTabs-a8008116.js → OrTabs-08bbb2ae.js} +2 -2
- package/dist/esm/v2/{OrTag-213bc082.js → OrTag-ddfbcfa2.js} +1 -1
- package/dist/esm/v2/{OrTimePicker-038ceb81.js → OrTimePicker-2f4a6525.js} +5 -2
- package/dist/esm/v2/{OrTooltip-b7290ed1.js → OrTooltip-97841769.js} +1 -1
- package/dist/esm/v2/components/index.js +24 -24
- package/dist/esm/v2/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +21 -3
- package/dist/esm/v2/components/or-bottom-sheet-v3/index.d.ts +1 -0
- package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +1 -1
- package/dist/esm/v2/components/or-bottom-sheet-v3/props.d.ts +4 -0
- package/dist/esm/v2/components/or-bottom-sheet-v3/styles.d.ts +3 -1
- package/dist/esm/v2/components/or-card-collection-v3/index.js +8 -8
- package/dist/esm/v2/components/or-confirm-v3/index.js +6 -6
- package/dist/esm/v2/components/or-date-picker-v3/index.js +7 -7
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +7 -7
- package/dist/esm/v2/components/or-icon-button-v3/index.js +4 -4
- package/dist/esm/v2/components/or-inline-input-v3/index.js +5 -5
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +5 -5
- package/dist/esm/v2/components/or-input-v3/index.js +5 -5
- package/dist/esm/v2/components/or-menu-v3/index.js +3 -3
- package/dist/esm/v2/components/or-modal-v3/index.js +5 -5
- package/dist/esm/v2/components/or-notification-v3/index.js +5 -5
- package/dist/esm/v2/components/or-pagination-v3/index.js +4 -4
- package/dist/esm/v2/components/or-popover-v3/OrPopover.vue.d.ts +21 -0
- package/dist/esm/v2/components/or-popover-v3/index.js +2 -2
- package/dist/esm/v2/components/or-search-v3/index.js +6 -6
- package/dist/esm/v2/components/or-select-v3/index.js +7 -7
- package/dist/esm/v2/components/or-sidebar-v3/index.js +6 -6
- package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +5 -5
- package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +5 -5
- package/dist/esm/v2/components/or-tabs-v3/index.js +4 -4
- package/dist/esm/v2/components/or-tag-v3/index.js +5 -5
- package/dist/esm/v2/components/or-time-picker-v3/index.js +5 -5
- package/dist/esm/v2/components/or-toast-v3/index.js +5 -5
- package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +5 -5
- package/dist/esm/v2/components/or-tooltip-v3/index.js +3 -3
- package/dist/esm/v2/index.js +24 -24
- package/dist/esm/v2/{types-5646f386.js → types-9011d890.js} +1 -1
- package/dist/esm/v3/{OrBottomSheet-6538d9c3.js → OrBottomSheet-e491689f.js} +56 -35
- package/dist/esm/v3/{OrCardCollection-b7d73647.js → OrCardCollection-a0cc4895.js} +4 -4
- package/dist/esm/v3/{OrConfirm-14cefbad.js → OrConfirm-c497fe8e.js} +1 -1
- package/dist/esm/v3/{OrDatePicker-748c8f09.js → OrDatePicker-b4e92bf3.js} +6 -3
- package/dist/esm/v3/{OrDateTimePicker-10f2eb69.js → OrDateTimePicker-cd4741af.js} +9 -3
- package/dist/esm/v3/{OrDateTimePickerMonthSelect-7e13dcca.js → OrDateTimePickerMonthSelect-9fb0b634.js} +4 -4
- package/dist/esm/v3/{OrIconButton-46b3c1e2.js → OrIconButton-6c3fafc2.js} +2 -2
- package/dist/esm/v3/{OrInlineInput-63b1d245.js → OrInlineInput-6209e8c8.js} +1 -1
- package/dist/esm/v3/{OrInlineTextarea-d03f81c4.js → OrInlineTextarea-1c36f763.js} +1 -1
- package/dist/esm/v3/{OrInput-cc1991ff.js → OrInput-4215a3d8.js} +1 -1
- package/dist/esm/v3/{OrMenu-03a8a492.js → OrMenu-45a1dc3e.js} +1 -1
- package/dist/esm/v3/{OrModal-7305680a.js → OrModal-6ff24390.js} +1 -1
- package/dist/esm/v3/{OrNotification-16190cf5.js → OrNotification-0a674902.js} +1 -1
- package/dist/esm/v3/{OrPagination-6bf44eec.js → OrPagination-5846675e.js} +2 -2
- package/dist/esm/v3/{OrPopover-e34e8f6c.js → OrPopover-0635cb63.js} +10 -5
- package/dist/esm/v3/{OrSearch-7277ebfd.js → OrSearch-2770023a.js} +1 -1
- package/dist/esm/v3/{OrSelect-9c7044f8.js → OrSelect-2d486470.js} +3 -3
- package/dist/esm/v3/{OrSidebar-0f4629bf.js → OrSidebar-b9747293.js} +1 -1
- package/dist/esm/v3/{OrSidebarCollapseButton-a384cd37.js → OrSidebarCollapseButton-3d9c827c.js} +1 -1
- package/dist/esm/v3/{OrTabs-9e29eeec.js → OrTabs-f61d6f85.js} +2 -2
- package/dist/esm/v3/{OrTag-b508f25f.js → OrTag-da570522.js} +1 -1
- package/dist/esm/v3/{OrTimePicker-2fe3c573.js → OrTimePicker-6a280973.js} +5 -2
- package/dist/esm/v3/{OrTooltip-e3c85390.js → OrTooltip-a38adced.js} +1 -1
- package/dist/esm/v3/components/index.js +24 -24
- package/dist/esm/v3/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +21 -3
- package/dist/esm/v3/components/or-bottom-sheet-v3/index.d.ts +1 -0
- package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +1 -1
- package/dist/esm/v3/components/or-bottom-sheet-v3/props.d.ts +4 -0
- package/dist/esm/v3/components/or-bottom-sheet-v3/styles.d.ts +3 -1
- package/dist/esm/v3/components/or-card-collection-v3/index.js +8 -8
- package/dist/esm/v3/components/or-confirm-v3/index.js +6 -6
- package/dist/esm/v3/components/or-date-picker-v3/index.js +7 -7
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +7 -7
- package/dist/esm/v3/components/or-icon-button-v3/index.js +4 -4
- package/dist/esm/v3/components/or-inline-input-v3/index.js +5 -5
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +5 -5
- package/dist/esm/v3/components/or-input-v3/index.js +5 -5
- package/dist/esm/v3/components/or-menu-v3/index.js +3 -3
- package/dist/esm/v3/components/or-modal-v3/index.js +5 -5
- package/dist/esm/v3/components/or-notification-v3/index.js +5 -5
- package/dist/esm/v3/components/or-pagination-v3/index.js +4 -4
- package/dist/esm/v3/components/or-popover-v3/OrPopover.vue.d.ts +21 -0
- package/dist/esm/v3/components/or-popover-v3/index.js +2 -2
- package/dist/esm/v3/components/or-search-v3/index.js +6 -6
- package/dist/esm/v3/components/or-select-v3/index.js +7 -7
- package/dist/esm/v3/components/or-sidebar-v3/index.js +6 -6
- package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +5 -5
- package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +5 -5
- package/dist/esm/v3/components/or-tabs-v3/index.js +4 -4
- package/dist/esm/v3/components/or-tag-v3/index.js +5 -5
- package/dist/esm/v3/components/or-time-picker-v3/index.js +5 -5
- package/dist/esm/v3/components/or-toast-v3/index.js +5 -5
- package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.js +5 -5
- package/dist/esm/v3/components/or-tooltip-v3/index.js +3 -3
- package/dist/esm/v3/index.js +24 -24
- package/dist/esm/v3/{types-0a697fe0.js → types-af3e3f9c.js} +1 -1
- package/package.json +2 -3
- package/src/components/or-bottom-sheet-v3/OrBottomSheet.stories3.ts +7 -0
- package/src/components/or-bottom-sheet-v3/OrBottomSheet.vue +44 -29
- package/src/components/or-bottom-sheet-v3/index.ts +1 -0
- package/src/components/or-bottom-sheet-v3/props.ts +4 -0
- package/src/components/or-bottom-sheet-v3/styles.ts +16 -8
- package/src/components/or-date-picker-v3/OrDatePicker.vue +1 -0
- package/src/components/or-date-time-picker-v3/OrDateTimePicker.vue +2 -0
- package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/styles.ts +1 -1
- package/src/components/or-popover-v3/OrPopover.stories3.ts +4 -0
- package/src/components/or-popover-v3/OrPopover.vue +6 -0
- package/src/components/or-time-picker-v3/OrTimePicker.vue +1 -0
- /package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-16a4b52c.js → OrToastContainer.vue_vue_type_script_lang-572c7dad.js} +0 -0
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { usePointerSwipe, onClickOutside, SwipeDirection } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, watch, unref } from 'vue-demi';
|
|
3
|
-
import {
|
|
3
|
+
import { BottomSheetVariant } from './components/OrBottomSheetV3/props.js';
|
|
4
|
+
import { BottomSheet, BottomSheetVariants, BottomSheetHandle, BottomSheetHeader } from './components/OrBottomSheetV3/styles.js';
|
|
4
5
|
import './components/OrOverlayV3/OrOverlay.js';
|
|
5
6
|
import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-47004a50.js';
|
|
6
7
|
|
|
@@ -10,13 +11,19 @@ var script = defineComponent({
|
|
|
10
11
|
OrOverlay: script$1
|
|
11
12
|
},
|
|
12
13
|
inheritAttrs: false,
|
|
14
|
+
props: {
|
|
15
|
+
variant: {
|
|
16
|
+
type: String,
|
|
17
|
+
default: BottomSheetVariant.Advanced
|
|
18
|
+
}
|
|
19
|
+
},
|
|
13
20
|
emits: ['update:state', 'update:state:open', 'update:state:fullscreen', 'update:state:closed', 'update:state:closed-automatically'],
|
|
14
21
|
expose: ['root', 'state', 'isOpen', 'isFullscreen', 'isClosed', 'open', 'close'],
|
|
15
22
|
setup(props, context) {
|
|
16
23
|
// Refs
|
|
17
24
|
const root = ref();
|
|
18
25
|
// Styles
|
|
19
|
-
const rootStyles = computed(() => ['or-bottom-sheet-v3', ...
|
|
26
|
+
const rootStyles = computed(() => ['or-bottom-sheet-v3', ...BottomSheet, ...BottomSheetVariants[props.variant]]);
|
|
20
27
|
const handleStyles = computed(() => [...BottomSheetHandle]);
|
|
21
28
|
const headerStyles = computed(() => [...BottomSheetHeader]);
|
|
22
29
|
// State
|
|
@@ -61,32 +68,36 @@ var script = defineComponent({
|
|
|
61
68
|
const swipeOptions = {
|
|
62
69
|
threshold: 0,
|
|
63
70
|
onSwipe(event) {
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
71
|
+
if (props.variant === BottomSheetVariant.Advanced) {
|
|
72
|
+
const rootElement = unref(root);
|
|
73
|
+
Object.assign(rootElement.style, {
|
|
74
|
+
transitionProperty: 'none',
|
|
75
|
+
minHeight: `${rootElement.clientHeight - event.offsetY}px`,
|
|
76
|
+
maxHeight: `${rootElement.clientHeight - event.offsetY}px`
|
|
77
|
+
});
|
|
78
|
+
}
|
|
70
79
|
},
|
|
71
80
|
onSwipeEnd(event, direction) {
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
81
|
+
if (props.variant === BottomSheetVariant.Advanced) {
|
|
82
|
+
const rootElement = unref(root);
|
|
83
|
+
switch (direction) {
|
|
84
|
+
case SwipeDirection.UP:
|
|
85
|
+
Object.assign(rootElement.style, {
|
|
86
|
+
transitionProperty: 'min-height, max-height',
|
|
87
|
+
minHeight: '100%',
|
|
88
|
+
maxHeight: '100%'
|
|
89
|
+
});
|
|
90
|
+
onSwipeUp();
|
|
91
|
+
break;
|
|
92
|
+
case SwipeDirection.DOWN:
|
|
93
|
+
Object.assign(rootElement.style, {
|
|
94
|
+
transitionProperty: 'min-height, max-height',
|
|
95
|
+
minHeight: '0',
|
|
96
|
+
maxHeight: '50%'
|
|
97
|
+
});
|
|
98
|
+
onSwipeDown();
|
|
99
|
+
break;
|
|
100
|
+
}
|
|
90
101
|
}
|
|
91
102
|
}
|
|
92
103
|
};
|
|
@@ -6,13 +6,13 @@ import './components/OrIconButtonV3/OrIconButton.js';
|
|
|
6
6
|
import './components/OrButtonV3/OrButton.js';
|
|
7
7
|
import { s as script$3 } from './OrButton.vue_vue_type_script_lang-f58fa1b8.js';
|
|
8
8
|
import './components/OrMenuV3/OrMenu.js';
|
|
9
|
-
import { s as script$4 } from './OrMenu.vue_vue_type_script_lang-
|
|
9
|
+
import { s as script$4 } from './OrMenu.vue_vue_type_script_lang-4151a6c5.js';
|
|
10
10
|
import './components/OrMenuItemV3/OrMenuItem.js';
|
|
11
11
|
import { s as script$5 } from './OrMenuItem.vue_vue_type_script_lang-b338d68a.js';
|
|
12
12
|
import './components/OrIconV3/OrIcon.js';
|
|
13
13
|
import './components/OrSearchV3/OrSearch.js';
|
|
14
|
-
import { s as script$7 } from './OrSearch.vue_vue_type_script_lang-
|
|
15
|
-
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-
|
|
14
|
+
import { s as script$7 } from './OrSearch.vue_vue_type_script_lang-79acec48.js';
|
|
15
|
+
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-a4558aec.js';
|
|
16
16
|
import { s as script$6 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
17
17
|
|
|
18
18
|
var script$1 = defineComponent({
|
|
@@ -9,7 +9,7 @@ import './components/OrInputV3/OrInput.js';
|
|
|
9
9
|
import { ButtonColor } from './components/OrButtonV3/props.js';
|
|
10
10
|
import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-47004a50.js';
|
|
11
11
|
import { s as script$2 } from './OrButton.vue_vue_type_script_lang-f58fa1b8.js';
|
|
12
|
-
import { s as script$3 } from './OrInput.vue_vue_type_script_lang-
|
|
12
|
+
import { s as script$3 } from './OrInput.vue_vue_type_script_lang-9596c9e5.js';
|
|
13
13
|
|
|
14
14
|
var script = defineComponent({
|
|
15
15
|
name: 'OrConfirm',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
2
|
import { useCurrentDate } from './components/OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
3
|
-
import { s as script$1, a as script$2, b as script$4 } from './OrDateTimePickerMonthSelect-
|
|
3
|
+
import { s as script$1, a as script$2, b as script$4 } from './OrDateTimePickerMonthSelect-74896719.js';
|
|
4
4
|
import { s as script$3, a as script$5, b as script$6 } from './OrDateTimePickerPopoverHeader-f81b902f.js';
|
|
5
5
|
import { DatePicker, DatePickerPopover } from './components/OrDatePickerV3/styles.js';
|
|
6
6
|
import './components/OrErrorV3/OrError.js';
|
|
@@ -15,10 +15,10 @@ import { DropdownOpen } from './directives/dropdown-open.js';
|
|
|
15
15
|
import { s as script$7 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
16
16
|
import { s as script$8 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
17
17
|
import { s as script$9 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
18
|
-
import { s as script$a } from './OrIconButton.vue_vue_type_script_lang-
|
|
18
|
+
import { s as script$a } from './OrIconButton.vue_vue_type_script_lang-a4558aec.js';
|
|
19
19
|
import { s as script$b } from './OrInputBox.vue_vue_type_script_lang-a21db166.js';
|
|
20
20
|
import { s as script$c } from './OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
21
|
-
import { s as script$d } from './OrPopover.vue_vue_type_script_lang-
|
|
21
|
+
import { s as script$d } from './OrPopover.vue_vue_type_script_lang-2d9a006c.js';
|
|
22
22
|
import { InputBoxSize } from './components/OrInputBoxV3/props.js';
|
|
23
23
|
|
|
24
24
|
var script = defineComponent({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
2
|
import { useCurrentDate } from './components/OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
3
|
-
import { s as script$1, a as script$2, b as script$4 } from './OrDateTimePickerMonthSelect-
|
|
3
|
+
import { s as script$1, a as script$2, b as script$4 } from './OrDateTimePickerMonthSelect-74896719.js';
|
|
4
4
|
import { s as script$3, a as script$5, b as script$6 } from './OrDateTimePickerPopoverHeader-f81b902f.js';
|
|
5
5
|
import { s as script$7, a as script$8 } from './OrDateTimePickerTimeSelect-b962e4d5.js';
|
|
6
6
|
import { DateTimePicker, DateTimePickerDatePopover, DateTimePickerTimePopover } from './components/OrDateTimePickerV3/styles.js';
|
|
@@ -14,10 +14,10 @@ import './components/OrPopoverV3/OrPopover.js';
|
|
|
14
14
|
import { s as script$9 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
15
15
|
import { s as script$a } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
16
16
|
import { s as script$b } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
17
|
-
import { s as script$c } from './OrIconButton.vue_vue_type_script_lang-
|
|
17
|
+
import { s as script$c } from './OrIconButton.vue_vue_type_script_lang-a4558aec.js';
|
|
18
18
|
import { s as script$d } from './OrInputBox.vue_vue_type_script_lang-a21db166.js';
|
|
19
19
|
import { s as script$e } from './OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
20
|
-
import { s as script$f } from './OrPopover.vue_vue_type_script_lang-
|
|
20
|
+
import { s as script$f } from './OrPopover.vue_vue_type_script_lang-2d9a006c.js';
|
|
21
21
|
import { DropdownClose } from './directives/dropdown-close.js';
|
|
22
22
|
import { DropdownOpen } from './directives/dropdown-open.js';
|
|
23
23
|
import { InputBoxSize } from './components/OrInputBoxV3/props.js';
|
|
@@ -8,8 +8,8 @@ import './components/OrIconButtonV3/OrIconButton.js';
|
|
|
8
8
|
import './components/OrMenuV3/OrMenu.js';
|
|
9
9
|
import './components/OrMenuItemV3/OrMenuItem.js';
|
|
10
10
|
import { s as script$4 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
11
|
-
import { s as script$5 } from './OrIconButton.vue_vue_type_script_lang-
|
|
12
|
-
import { s as script$6 } from './OrMenu.vue_vue_type_script_lang-
|
|
11
|
+
import { s as script$5 } from './OrIconButton.vue_vue_type_script_lang-a4558aec.js';
|
|
12
|
+
import { s as script$6 } from './OrMenu.vue_vue_type_script_lang-4151a6c5.js';
|
|
13
13
|
import { s as script$7 } from './OrMenuItem.vue_vue_type_script_lang-b338d68a.js';
|
|
14
14
|
|
|
15
15
|
const DateTimePickerDateControl = [
|
|
@@ -109,7 +109,7 @@ const DateTimePickerDateSelectButtonGroup = [
|
|
|
109
109
|
// Layout
|
|
110
110
|
'grid content-start', 'grid-cols-7',
|
|
111
111
|
// Box
|
|
112
|
-
'h-[
|
|
112
|
+
'h-[262px]',
|
|
113
113
|
// Spacing
|
|
114
114
|
'gap-xs'];
|
|
115
115
|
const DateTimePickerDateSelectButtonGroupWeekdayItem = [
|
|
@@ -3,7 +3,7 @@ import { IconButtonColor } from './components/OrIconButtonV3/props.js';
|
|
|
3
3
|
import { IconButtonRoot, IconButtonRootColors } from './components/OrIconButtonV3/styles.js';
|
|
4
4
|
import './components/OrIconV3/OrIcon.js';
|
|
5
5
|
import './components/OrTooltipV3/OrTooltip.js';
|
|
6
|
-
import { s as script$2 } from './OrTooltip.vue_vue_type_script_lang-
|
|
6
|
+
import { s as script$2 } from './OrTooltip.vue_vue_type_script_lang-67f6fa3c.js';
|
|
7
7
|
import { IconSize } from './components/OrIconV3/props.js';
|
|
8
8
|
import { s as script$1 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
9
9
|
|
|
@@ -12,7 +12,7 @@ import { useControlAttributes } from './hooks/useControlAttributes.js';
|
|
|
12
12
|
import { useValidationAttributes } from './hooks/useValidationAttributes.js';
|
|
13
13
|
import { s as script$1 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
14
14
|
import { s as script$2 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
15
|
-
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-
|
|
15
|
+
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-a4558aec.js';
|
|
16
16
|
|
|
17
17
|
var script = defineComponent({
|
|
18
18
|
name: 'OrInlineInput',
|
|
@@ -9,7 +9,7 @@ import { useControlAttributes } from './hooks/useControlAttributes.js';
|
|
|
9
9
|
import { useValidationAttributes } from './hooks/useValidationAttributes.js';
|
|
10
10
|
import { s as script$1 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
11
11
|
import { s as script$2 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
12
|
-
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-
|
|
12
|
+
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-a4558aec.js';
|
|
13
13
|
import { s as script$4 } from './OrInlineInputBox.vue_vue_type_script_lang-fe99c485.js';
|
|
14
14
|
|
|
15
15
|
var script = defineComponent({
|
|
@@ -7,7 +7,7 @@ import './components/OrHintV3/OrHint.js';
|
|
|
7
7
|
import { s as script$2 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
8
8
|
import './components/OrIconV3/OrIcon.js';
|
|
9
9
|
import './components/OrIconButtonV3/OrIconButton.js';
|
|
10
|
-
import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-
|
|
10
|
+
import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-a4558aec.js';
|
|
11
11
|
import './components/OrInputBoxV3/OrInputBox.js';
|
|
12
12
|
import { s as script$5 } from './OrInputBox.vue_vue_type_script_lang-a21db166.js';
|
|
13
13
|
import './components/OrLabelV3/OrLabel.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
2
|
import { MenuRoot } from './components/OrMenuV3/styles.js';
|
|
3
3
|
import './components/OrPopoverV3/OrPopover.js';
|
|
4
|
-
import { s as script$1 } from './OrPopover.vue_vue_type_script_lang-
|
|
4
|
+
import { s as script$1 } from './OrPopover.vue_vue_type_script_lang-2d9a006c.js';
|
|
5
5
|
import { PopoverPlacement } from './components/OrPopoverV3/props.js';
|
|
6
6
|
|
|
7
7
|
var script = defineComponent({
|
|
@@ -4,7 +4,7 @@ import { ModalRoot, ModalRootSizes, ModalHeader } from './components/OrModalV3/s
|
|
|
4
4
|
import './components/OrOverlayV3/OrOverlay.js';
|
|
5
5
|
import './components/OrIconButtonV3/OrIconButton.js';
|
|
6
6
|
import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-47004a50.js';
|
|
7
|
-
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-
|
|
7
|
+
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-a4558aec.js';
|
|
8
8
|
|
|
9
9
|
var script = defineComponent({
|
|
10
10
|
name: 'OrModal',
|
|
@@ -4,7 +4,7 @@ import { NotificationRoot, NotificationRootVariants, NotificationIcon, Notificat
|
|
|
4
4
|
import './components/OrIconV3/OrIcon.js';
|
|
5
5
|
import './components/OrIconButtonV3/OrIconButton.js';
|
|
6
6
|
import { s as script$1 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
7
|
-
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-
|
|
7
|
+
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-a4558aec.js';
|
|
8
8
|
|
|
9
9
|
var script = defineComponent({
|
|
10
10
|
name: 'OrNotification',
|
|
@@ -7,7 +7,7 @@ import './components/OrMenuItemV3/OrMenuItem.js';
|
|
|
7
7
|
import useResponsive from './hooks/useResponsive/useResponsive.js';
|
|
8
8
|
import { s as script$1 } from './OrButton.vue_vue_type_script_lang-f58fa1b8.js';
|
|
9
9
|
import { s as script$2 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
10
|
-
import { s as script$3 } from './OrMenu.vue_vue_type_script_lang-
|
|
10
|
+
import { s as script$3 } from './OrMenu.vue_vue_type_script_lang-4151a6c5.js';
|
|
11
11
|
import { s as script$4 } from './OrMenuItem.vue_vue_type_script_lang-b338d68a.js';
|
|
12
12
|
|
|
13
13
|
var script = defineComponent({
|
|
@@ -4,7 +4,7 @@ import { defineComponent, ref, computed, watch, watchPostEffect, unref, toRef, n
|
|
|
4
4
|
import { PopoverVariant, PopoverPlacement } from './components/OrPopoverV3/props.js';
|
|
5
5
|
import { PopoverRoot, PopoverBody, PopoverBodyPlacements } from './components/OrPopoverV3/styles.js';
|
|
6
6
|
import './components/OrBottomSheetV3/OrBottomSheet.js';
|
|
7
|
-
import { s as script$1 } from './OrBottomSheet.vue_vue_type_script_lang-
|
|
7
|
+
import { s as script$1 } from './OrBottomSheet.vue_vue_type_script_lang-461f99cf.js';
|
|
8
8
|
import './components/OrTeleportV3/OrTeleport.js';
|
|
9
9
|
import useResponsive from './hooks/useResponsive/useResponsive.js';
|
|
10
10
|
import { useElevation } from './hooks/useElevation.js';
|
|
@@ -22,6 +22,10 @@ var script = defineComponent({
|
|
|
22
22
|
type: String,
|
|
23
23
|
default: PopoverVariant.Auto
|
|
24
24
|
},
|
|
25
|
+
bottomSheetProps: {
|
|
26
|
+
type: Object,
|
|
27
|
+
default: undefined
|
|
28
|
+
},
|
|
25
29
|
trigger: {
|
|
26
30
|
type: HTMLElement,
|
|
27
31
|
default: undefined
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { debouncedWatch } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
3
3
|
import './components/OrInputV3/OrInput.js';
|
|
4
|
-
import { s as script$1 } from './OrInput.vue_vue_type_script_lang-
|
|
4
|
+
import { s as script$1 } from './OrInput.vue_vue_type_script_lang-9596c9e5.js';
|
|
5
5
|
import { InputBoxSize } from './components/OrInputBoxV3/props.js';
|
|
6
6
|
|
|
7
7
|
var script = defineComponent({
|
|
@@ -13,16 +13,16 @@ import './components/OrLabelV3/OrLabel.js';
|
|
|
13
13
|
import './components/OrMenuItemV3/OrMenuItem.js';
|
|
14
14
|
import './components/OrPopoverV3/OrPopover.js';
|
|
15
15
|
import './components/OrTagV3/OrTag.js';
|
|
16
|
-
import { s as script$b } from './OrTag.vue_vue_type_script_lang-
|
|
16
|
+
import { s as script$b } from './OrTag.vue_vue_type_script_lang-f2855602.js';
|
|
17
17
|
import { useOverflow } from './hooks/useOverflow.js';
|
|
18
18
|
import { s as script$2 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
19
19
|
import { s as script$4 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
20
20
|
import { s as script$5 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
21
|
-
import { s as script$6 } from './OrInput.vue_vue_type_script_lang-
|
|
21
|
+
import { s as script$6 } from './OrInput.vue_vue_type_script_lang-9596c9e5.js';
|
|
22
22
|
import { s as script$7 } from './OrInputBox.vue_vue_type_script_lang-a21db166.js';
|
|
23
23
|
import { s as script$8 } from './OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
24
24
|
import { s as script$9 } from './OrMenuItem.vue_vue_type_script_lang-b338d68a.js';
|
|
25
|
-
import { s as script$a } from './OrPopover.vue_vue_type_script_lang-
|
|
25
|
+
import { s as script$a } from './OrPopover.vue_vue_type_script_lang-2d9a006c.js';
|
|
26
26
|
import { DropdownClose } from './directives/dropdown-close.js';
|
|
27
27
|
import { DropdownOpen } from './directives/dropdown-open.js';
|
|
28
28
|
import { InputBoxSize } from './components/OrInputBoxV3/props.js';
|
|
@@ -3,7 +3,7 @@ import _ from 'lodash';
|
|
|
3
3
|
import { defineComponent, ref, computed, useSlots, watch } from 'vue-demi';
|
|
4
4
|
import { OrSidebarPlacement } from './components/OrSidebarV3/props.js';
|
|
5
5
|
import './components/OrIconButtonV3/OrIconButton.js';
|
|
6
|
-
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-
|
|
6
|
+
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-a4558aec.js';
|
|
7
7
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode } from 'vue';
|
|
8
8
|
import { SidebarRoot, SidebarBar, SidebarSides, SidebarToolbar, CollapsibleSidebarToolbar, SidebarToolbarSides, SidebarResize, SidebarResizeSides, SidebarResizingSides, SidebarCollapseButton, SidebarCollapseButtonSides, SidebarMain, SidebarHeader, SidebarContent, SidebarFooter } from './components/OrSidebarV3/styles.js';
|
|
9
9
|
|
|
@@ -8,7 +8,7 @@ import './components/OrMenuItemV3/OrMenuItem.js';
|
|
|
8
8
|
import './components/OrTabV3/OrTab.js';
|
|
9
9
|
import { s as script$4 } from './OrTab.vue_vue_type_script_lang-79f2f523.js';
|
|
10
10
|
import { s as script$1 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
11
|
-
import { s as script$2 } from './OrMenu.vue_vue_type_script_lang-
|
|
11
|
+
import { s as script$2 } from './OrMenu.vue_vue_type_script_lang-4151a6c5.js';
|
|
12
12
|
import { s as script$3 } from './OrMenuItem.vue_vue_type_script_lang-b338d68a.js';
|
|
13
13
|
|
|
14
14
|
var script = defineComponent({
|
|
@@ -2,7 +2,7 @@ import { defineComponent, ref, computed, watchPostEffect, unref } from 'vue-demi
|
|
|
2
2
|
import { TagVariant, TagColor } from './components/OrTagV3/props.js';
|
|
3
3
|
import { TagRoot, TagRootVariants, TagRootColors } from './components/OrTagV3/styles.js';
|
|
4
4
|
import './components/OrIconButtonV3/OrIconButton.js';
|
|
5
|
-
import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-
|
|
5
|
+
import { s as script$1 } from './OrIconButton.vue_vue_type_script_lang-a4558aec.js';
|
|
6
6
|
|
|
7
7
|
var script = defineComponent({
|
|
8
8
|
name: 'OrTag',
|
|
@@ -13,10 +13,10 @@ import './components/OrPopoverV3/OrPopover.js';
|
|
|
13
13
|
import { s as script$6 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
14
14
|
import { s as script$7 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
15
15
|
import { s as script$8 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
16
|
-
import { s as script$9 } from './OrIconButton.vue_vue_type_script_lang-
|
|
16
|
+
import { s as script$9 } from './OrIconButton.vue_vue_type_script_lang-a4558aec.js';
|
|
17
17
|
import { s as script$a } from './OrInputBox.vue_vue_type_script_lang-a21db166.js';
|
|
18
18
|
import { s as script$b } from './OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
19
|
-
import { s as script$c } from './OrPopover.vue_vue_type_script_lang-
|
|
19
|
+
import { s as script$c } from './OrPopover.vue_vue_type_script_lang-2d9a006c.js';
|
|
20
20
|
import { DropdownClose } from './directives/dropdown-close.js';
|
|
21
21
|
import { DropdownOpen } from './directives/dropdown-open.js';
|
|
22
22
|
import { InputBoxSize } from './components/OrInputBoxV3/props.js';
|
|
@@ -2,7 +2,7 @@ import { useDebounceFn, useElementHover } from '@vueuse/core';
|
|
|
2
2
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
3
3
|
import { TooltipRoot, TooltipBody, TooltipBodyPlacements } from './components/OrTooltipV3/styles.js';
|
|
4
4
|
import './components/OrPopoverV3/OrPopover.js';
|
|
5
|
-
import { s as script$1 } from './OrPopover.vue_vue_type_script_lang-
|
|
5
|
+
import { s as script$1 } from './OrPopover.vue_vue_type_script_lang-2d9a006c.js';
|
|
6
6
|
import { PopoverPlacement } from './components/OrPopoverV3/props.js';
|
|
7
7
|
|
|
8
8
|
var script = defineComponent({
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { s as script } from '../../OrBottomSheet.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrBottomSheet.vue_vue_type_script_lang-
|
|
3
|
-
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps,
|
|
1
|
+
import { s as script } from '../../OrBottomSheet.vue_vue_type_script_lang-461f99cf.js';
|
|
2
|
+
export { s as default } from '../../OrBottomSheet.vue_vue_type_script_lang-461f99cf.js';
|
|
3
|
+
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, createElementBlock, normalizeClass, createCommentVNode, renderSlot } from 'vue';
|
|
4
4
|
import '@vueuse/core';
|
|
5
5
|
import 'vue-demi';
|
|
6
|
+
import './props.js';
|
|
6
7
|
import './styles.js';
|
|
7
8
|
import '../OrOverlayV3/OrOverlay.js';
|
|
8
9
|
import '../../OrOverlay.vue_vue_type_script_lang-47004a50.js';
|
|
@@ -22,9 +23,10 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
22
23
|
ref: "root"
|
|
23
24
|
}, _ctx.$attrs, {
|
|
24
25
|
class: _ctx.rootStyles
|
|
25
|
-
}), [
|
|
26
|
+
}), [_ctx.variant === 'advanced' ? (openBlock(), createElementBlock("div", {
|
|
27
|
+
key: 0,
|
|
26
28
|
class: normalizeClass(_ctx.handleStyles)
|
|
27
|
-
}, null, 2 /* CLASS */), createElementVNode("div", {
|
|
29
|
+
}, null, 2 /* CLASS */)) : createCommentVNode("v-if", true), createElementVNode("div", {
|
|
28
30
|
class: normalizeClass(_ctx.headerStyles)
|
|
29
31
|
}, [renderSlot(_ctx.$slots, "header")], 2 /* CLASS */), createElementVNode("div", {
|
|
30
32
|
class: normalizeClass([_ctx.state === 'fullscreen' ? 'overflow-y-auto' : 'overflow-hidden'])
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { PropType } from 'vue-demi';
|
|
2
|
+
import { BottomSheetVariant } from './props';
|
|
1
3
|
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
2
4
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
3
5
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
@@ -9,7 +11,19 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
9
11
|
isClosed: import("@vue/composition-api").ComputedRef<boolean>;
|
|
10
12
|
open: () => void;
|
|
11
13
|
close: (auto?: boolean) => void;
|
|
12
|
-
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
14
|
+
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
15
|
+
variant: {
|
|
16
|
+
type: PropType<"basic" | "advanced">;
|
|
17
|
+
default: BottomSheetVariant;
|
|
18
|
+
};
|
|
19
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
20
|
+
variant: {
|
|
21
|
+
type: PropType<"basic" | "advanced">;
|
|
22
|
+
default: BottomSheetVariant;
|
|
23
|
+
};
|
|
24
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
25
|
+
variant: "basic" | "advanced";
|
|
26
|
+
} & {} & {
|
|
13
27
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
14
28
|
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
15
29
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
@@ -22,7 +36,11 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
22
36
|
isClosed: import("@vue/composition-api").ComputedRef<boolean>;
|
|
23
37
|
open: () => void;
|
|
24
38
|
close: (auto?: boolean) => void;
|
|
25
|
-
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
39
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
40
|
+
variant: "basic" | "advanced";
|
|
41
|
+
} & {} & {
|
|
26
42
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
27
|
-
}, {
|
|
43
|
+
}, {
|
|
44
|
+
variant: "basic" | "advanced";
|
|
45
|
+
}, true>);
|
|
28
46
|
export default _default;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { BottomSheetVariant } from './props.js';
|
|
2
|
+
export { s as OrBottomSheetV3 } from '../../OrBottomSheet.vue_vue_type_script_lang-461f99cf.js';
|
|
2
3
|
import '@vueuse/core';
|
|
3
4
|
import 'vue-demi';
|
|
4
5
|
import './styles.js';
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import { BottomSheetVariant } from './props';
|
|
2
|
+
export declare const BottomSheet: string[];
|
|
3
|
+
export declare const BottomSheetVariants: Record<BottomSheetVariant, string[]>;
|
|
2
4
|
export declare const BottomSheetHandle: string[];
|
|
3
5
|
export declare const BottomSheetHeader: string[];
|
|
@@ -1,18 +1,22 @@
|
|
|
1
|
-
const
|
|
1
|
+
const BottomSheet = [
|
|
2
2
|
// Position
|
|
3
3
|
'fixed', 'left-none', 'right-none', 'bottom-none',
|
|
4
4
|
// Layout
|
|
5
5
|
'layout-column',
|
|
6
|
-
// Box
|
|
7
|
-
'max-h-[50%]',
|
|
8
6
|
// Shape
|
|
9
7
|
'rounded-t-lg',
|
|
10
8
|
// Theme
|
|
11
9
|
'theme-background-default', 'dark:theme-background-default-dark', 'theme-foreground-default', 'dark:theme-foreground-default-dark',
|
|
12
10
|
// Elevation
|
|
13
|
-
'shadow-contextual', 'dark:shadow-contextual-dark'
|
|
14
|
-
|
|
15
|
-
'
|
|
11
|
+
'shadow-contextual', 'dark:shadow-contextual-dark'];
|
|
12
|
+
const BottomSheetVariants = {
|
|
13
|
+
'basic': [],
|
|
14
|
+
'advanced': [
|
|
15
|
+
// Box
|
|
16
|
+
'max-h-[50%]',
|
|
17
|
+
// Animation
|
|
18
|
+
'transition-[min-height]', 'transition-[max-height]']
|
|
19
|
+
};
|
|
16
20
|
const BottomSheetHandle = [
|
|
17
21
|
// Layout
|
|
18
22
|
'layout-row justify-center',
|
|
@@ -34,4 +38,4 @@ const BottomSheetHeader = [
|
|
|
34
38
|
// Typography
|
|
35
39
|
'typography-headline-3'];
|
|
36
40
|
|
|
37
|
-
export { BottomSheetHandle, BottomSheetHeader,
|
|
41
|
+
export { BottomSheet, BottomSheetHandle, BottomSheetHeader, BottomSheetVariants };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { s as script } from '../../OrCardCollection.vue_vue_type_script_lang-
|
|
2
|
-
export { s as default } from '../../OrCardCollection.vue_vue_type_script_lang-
|
|
1
|
+
import { s as script } from '../../OrCardCollection.vue_vue_type_script_lang-b42d07c5.js';
|
|
2
|
+
export { s as default } from '../../OrCardCollection.vue_vue_type_script_lang-b42d07c5.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, Fragment, createVNode, withCtx, createTextVNode, toDisplayString, createBlock, createCommentVNode, renderList, renderSlot, normalizeProps, guardReactiveProps, mergeProps } from 'vue';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import './styles.js';
|
|
6
6
|
import './props.js';
|
|
7
7
|
import '../OrIconButtonV3/OrIconButton.js';
|
|
8
|
-
import '../../OrIconButton.vue_vue_type_script_lang-
|
|
8
|
+
import '../../OrIconButton.vue_vue_type_script_lang-a4558aec.js';
|
|
9
9
|
import '../OrIconButtonV3/props.js';
|
|
10
10
|
import '../OrIconV3/props.js';
|
|
11
11
|
import '../OrIconButtonV3/styles.js';
|
|
@@ -13,16 +13,17 @@ import '../OrIconV3/OrIcon.js';
|
|
|
13
13
|
import '../../OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
14
14
|
import '../OrIconV3/styles.js';
|
|
15
15
|
import '../OrTooltipV3/OrTooltip.js';
|
|
16
|
-
import '../../OrTooltip.vue_vue_type_script_lang-
|
|
16
|
+
import '../../OrTooltip.vue_vue_type_script_lang-67f6fa3c.js';
|
|
17
17
|
import '@vueuse/core';
|
|
18
18
|
import '../OrTooltipV3/styles.js';
|
|
19
19
|
import '../OrPopoverV3/OrPopover.js';
|
|
20
|
-
import '../../OrPopover.vue_vue_type_script_lang-
|
|
20
|
+
import '../../OrPopover.vue_vue_type_script_lang-2d9a006c.js';
|
|
21
21
|
import '../../floating-ui.dom.esm-83eba816.js';
|
|
22
22
|
import '../OrPopoverV3/props.js';
|
|
23
23
|
import '../OrPopoverV3/styles.js';
|
|
24
24
|
import '../OrBottomSheetV3/OrBottomSheet.js';
|
|
25
|
-
import '../../OrBottomSheet.vue_vue_type_script_lang-
|
|
25
|
+
import '../../OrBottomSheet.vue_vue_type_script_lang-461f99cf.js';
|
|
26
|
+
import '../OrBottomSheetV3/props.js';
|
|
26
27
|
import '../OrBottomSheetV3/styles.js';
|
|
27
28
|
import '../OrOverlayV3/OrOverlay.js';
|
|
28
29
|
import '../../OrOverlay.vue_vue_type_script_lang-47004a50.js';
|
|
@@ -41,15 +42,15 @@ import '../../OrLoader.vue_vue_type_script_lang-49907820.js';
|
|
|
41
42
|
import '../OrLoaderV3/props.js';
|
|
42
43
|
import '../OrLoaderV3/styles.js';
|
|
43
44
|
import '../OrMenuV3/OrMenu.js';
|
|
44
|
-
import '../../OrMenu.vue_vue_type_script_lang-
|
|
45
|
+
import '../../OrMenu.vue_vue_type_script_lang-4151a6c5.js';
|
|
45
46
|
import '../OrMenuV3/styles.js';
|
|
46
47
|
import '../OrMenuItemV3/OrMenuItem.js';
|
|
47
48
|
import '../../OrMenuItem.vue_vue_type_script_lang-b338d68a.js';
|
|
48
49
|
import '../OrMenuItemV3/styles.js';
|
|
49
50
|
import '../OrSearchV3/OrSearch.js';
|
|
50
|
-
import '../../OrSearch.vue_vue_type_script_lang-
|
|
51
|
+
import '../../OrSearch.vue_vue_type_script_lang-79acec48.js';
|
|
51
52
|
import '../OrInputV3/OrInput.js';
|
|
52
|
-
import '../../OrInput.vue_vue_type_script_lang-
|
|
53
|
+
import '../../OrInput.vue_vue_type_script_lang-9596c9e5.js';
|
|
53
54
|
import '../OrInputV3/props.js';
|
|
54
55
|
import '../OrInputBoxV3/props.js';
|
|
55
56
|
import '../OrInputV3/styles.js';
|