@onereach/ui-components 4.3.6 → 4.3.7-beta.2642.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,6 @@
|
|
|
1
1
|
import { debouncedWatch } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
3
|
-
import { s as script$1 } from './OrInput-
|
|
3
|
+
import { s as script$1 } from './OrInput-4215a3d8.js';
|
|
4
4
|
import { I as InputBoxSize } from './OrInputBox-ba40bbdf.js';
|
|
5
5
|
import { resolveComponent, openBlock, createBlock, normalizeClass } from 'vue';
|
|
6
6
|
|
|
@@ -8,11 +8,11 @@ import { s as script$3 } from './OrExpansionPanel-99ca7ed7.js';
|
|
|
8
8
|
import { s as script$4 } from './OrHint-06ab89d7.js';
|
|
9
9
|
import { s as script$5 } from './OrIcon-62793572.js';
|
|
10
10
|
import { s as script$7, I as InputBoxSize } from './OrInputBox-ba40bbdf.js';
|
|
11
|
-
import { s as script$6 } from './OrInput-
|
|
11
|
+
import { s as script$6 } from './OrInput-4215a3d8.js';
|
|
12
12
|
import { s as script$8 } from './OrLabel-4da56db0.js';
|
|
13
13
|
import { s as script$9 } from './OrMenuItem-dbee450f.js';
|
|
14
|
-
import { s as script$a } from './OrPopover-
|
|
15
|
-
import { s as script$b } from './OrTag-
|
|
14
|
+
import { s as script$a } from './OrPopover-0635cb63.js';
|
|
15
|
+
import { s as script$b } from './OrTag-da570522.js';
|
|
16
16
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, createElementVNode, Fragment, renderList, createVNode, withModifiers, vShow } from 'vue';
|
|
17
17
|
|
|
18
18
|
const SelectRoot = [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useDraggable, useElementBounding } from '@vueuse/core';
|
|
2
2
|
import _ from 'lodash';
|
|
3
3
|
import { defineComponent, ref, computed, useSlots, watch } from 'vue-demi';
|
|
4
|
-
import { O as OrSidebarPlacement, s as script$1 } from './OrSidebarCollapseButton-
|
|
4
|
+
import { O as OrSidebarPlacement, s as script$1 } from './OrSidebarCollapseButton-3d9c827c.js';
|
|
5
5
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createCommentVNode, createElementVNode, normalizeStyle, createBlock, withDirectives, vShow } from 'vue';
|
|
6
6
|
|
|
7
7
|
const SidebarRoot = [
|
package/dist/esm/v3/{OrSidebarCollapseButton-a384cd37.js → OrSidebarCollapseButton-3d9c827c.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import _ from 'lodash';
|
|
2
2
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
3
|
-
import { s as script$1 } from './OrIconButton-
|
|
3
|
+
import { s as script$1 } from './OrIconButton-6c3fafc2.js';
|
|
4
4
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode } from 'vue';
|
|
5
5
|
|
|
6
6
|
var OrSidebarPlacement;
|
|
@@ -2,8 +2,8 @@ import { useResizeObserver } from '@vueuse/core';
|
|
|
2
2
|
import { defineComponent, ref, computed, reactive, watch, nextTick, onMounted } from 'vue-demi';
|
|
3
3
|
import { s as script$1 } from './OrIcon-62793572.js';
|
|
4
4
|
import { s as script$3 } from './OrMenuItem-dbee450f.js';
|
|
5
|
-
import { s as script$2 } from './OrMenu-
|
|
6
|
-
import './OrPopover-
|
|
5
|
+
import { s as script$2 } from './OrMenu-45a1dc3e.js';
|
|
6
|
+
import './OrPopover-0635cb63.js';
|
|
7
7
|
import { s as script$4 } from './OrTab-f7e51ffb.js';
|
|
8
8
|
import { resolveComponent, openBlock, createElementBlock, createElementVNode, mergeProps, Fragment, renderList, createBlock, withModifiers, withCtx, createTextVNode, toDisplayString, createVNode, createCommentVNode, renderSlot } from 'vue';
|
|
9
9
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watchPostEffect, unref } from 'vue-demi';
|
|
2
|
-
import { s as script$1 } from './OrIconButton-
|
|
2
|
+
import { s as script$1 } from './OrIconButton-6c3fafc2.js';
|
|
3
3
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, renderSlot, createVNode, withModifiers, createCommentVNode } from 'vue';
|
|
4
4
|
|
|
5
5
|
var TagVariant;
|
|
@@ -4,11 +4,11 @@ import { s as script$1, a as script$2, b as script$3, u as useCurrentDate } from
|
|
|
4
4
|
import { s as script$4, a as script$5 } from './OrDateTimePickerTimeSelect-9309c434.js';
|
|
5
5
|
import { s as script$6 } from './OrError-c01d0c29.js';
|
|
6
6
|
import { s as script$7 } from './OrHint-06ab89d7.js';
|
|
7
|
-
import { s as script$9 } from './OrIconButton-
|
|
7
|
+
import { s as script$9 } from './OrIconButton-6c3fafc2.js';
|
|
8
8
|
import { s as script$8 } from './OrIcon-62793572.js';
|
|
9
9
|
import { s as script$a, I as InputBoxSize } from './OrInputBox-ba40bbdf.js';
|
|
10
10
|
import { s as script$b } from './OrLabel-4da56db0.js';
|
|
11
|
-
import { s as script$c } from './OrPopover-
|
|
11
|
+
import { s as script$c } from './OrPopover-0635cb63.js';
|
|
12
12
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, withModifiers, Fragment } from 'vue';
|
|
13
13
|
|
|
14
14
|
const TimePicker = [
|
|
@@ -227,6 +227,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
227
227
|
ref: "popover",
|
|
228
228
|
class: normalizeClass(_ctx.popoverStyles),
|
|
229
229
|
variant: 'auto',
|
|
230
|
+
"bottom-sheet-props": {
|
|
231
|
+
variant: 'basic'
|
|
232
|
+
},
|
|
230
233
|
trigger: _ctx.inputBoxRoot,
|
|
231
234
|
placement: 'bottom-start',
|
|
232
235
|
"onUpdate:state:closedAutomatically": _cache[4] || (_cache[4] = $event => _ctx.reset())
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useDebounceFn, useElementHover } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
3
|
-
import { s as script$1, P as PopoverPlacement } from './OrPopover-
|
|
3
|
+
import { s as script$1, P as PopoverPlacement } from './OrPopover-0635cb63.js';
|
|
4
4
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createBlock, withCtx, createElementVNode, toDisplayString, createCommentVNode } from 'vue';
|
|
5
5
|
|
|
6
6
|
const TooltipRoot = [
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export { O as OR_AVATAR_SIZE, s as OrAvatar } from '../OrAvatar-14a5c5f0.js';
|
|
2
2
|
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from '../OrAvatar-1ebca2e8.js';
|
|
3
|
-
export { s as OrBottomSheetV3 } from '../OrBottomSheet-
|
|
3
|
+
export { B as BottomSheetVariant, s as OrBottomSheetV3 } from '../OrBottomSheet-e491689f.js';
|
|
4
4
|
export { s as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from '../OrButton-fca9019a.js';
|
|
5
5
|
export { s as OrButtonV2 } from '../OrButton-f8b10d79.js';
|
|
6
6
|
export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE, s as OrIconButton, s as OrIconButtonV2 } from '../OrIconButton-5387fd59.js';
|
|
7
7
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButton-c2b6aa9e.js';
|
|
8
8
|
export { s as OrCard } from '../OrCard-e3a5aea4.js';
|
|
9
9
|
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../OrCardCollection-ffbb9eda.js';
|
|
10
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-
|
|
10
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-a0cc4895.js';
|
|
11
11
|
export { s as OrCardV3 } from '../OrCard-cc82902c.js';
|
|
12
12
|
export { s as OrCarousel } from '../OrCarousel-03597740.js';
|
|
13
13
|
export { s as OrCarouselItem } from '../OrCarouselItem-8c7ccd0f.js';
|
|
@@ -19,11 +19,11 @@ export { s as OrCode, O as OrCodeLanguages } from '../OrCode-6f2e4d99.js';
|
|
|
19
19
|
export { s as OrCollapse } from '../OrCollapse-37a52e8f.js';
|
|
20
20
|
export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from '../OrColorPicker-9a149e6b.js';
|
|
21
21
|
export { s as OrConfirm } from '../OrConfirm-ab04201f.js';
|
|
22
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-
|
|
23
|
-
export { s as OrDatePickerV3 } from '../OrDatePicker-
|
|
22
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-c497fe8e.js';
|
|
23
|
+
export { s as OrDatePickerV3 } from '../OrDatePicker-b4e92bf3.js';
|
|
24
24
|
export { I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, s as OrInputBoxV3, I as SearchSize, I as SelectSize, I as TextareaSize, I as TimePickerSize } from '../OrInputBox-ba40bbdf.js';
|
|
25
25
|
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-014f7819.js';
|
|
26
|
-
export { s as OrDateTimePickerV3 } from '../OrDateTimePicker-
|
|
26
|
+
export { s as OrDateTimePickerV3 } from '../OrDateTimePicker-cd4741af.js';
|
|
27
27
|
export { E as EmptyStateSize, s as OrEmptyStateV3 } from '../OrEmptyState-5349a1f9.js';
|
|
28
28
|
export { s as OrError } from '../OrError-f90296db.js';
|
|
29
29
|
export { s as OrErrorTagV3 } from '../OrErrorTag-ade9192b.js';
|
|
@@ -34,14 +34,14 @@ export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements
|
|
|
34
34
|
export { s as OrHint } from '../OrHint-1414c530.js';
|
|
35
35
|
export { s as OrHintV3 } from '../OrHint-06ab89d7.js';
|
|
36
36
|
export { s as OrIcon, O as OrIconColors, a as OrIconType } from '../OrIcon-925c5413.js';
|
|
37
|
-
export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton-
|
|
37
|
+
export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton-6c3fafc2.js';
|
|
38
38
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, s as OrIconV3 } from '../OrIcon-62793572.js';
|
|
39
39
|
export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from '../OrInlineInputBox-01fb2cb2.js';
|
|
40
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput-
|
|
40
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput-6209e8c8.js';
|
|
41
41
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from '../OrInlineTextEdit-6f97629f.js';
|
|
42
|
-
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea-
|
|
42
|
+
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea-1c36f763.js';
|
|
43
43
|
export { s as OrInput } from '../OrInput-0dbd5a01.js';
|
|
44
|
-
export { I as InputType, s as OrInputV3 } from '../OrInput-
|
|
44
|
+
export { I as InputType, s as OrInputV3 } from '../OrInput-4215a3d8.js';
|
|
45
45
|
export { s as OrLabel } from '../OrLabel-876f8729.js';
|
|
46
46
|
export { L as LabelVariant, s as OrLabelV3 } from '../OrLabel-4da56db0.js';
|
|
47
47
|
export { L as LinkColor, s as OrLinkV3 } from '../OrLink-7c4eedf0.js';
|
|
@@ -50,17 +50,17 @@ export { s as OrListOfInputs } from '../OrListOfInputs-16ba8358.js';
|
|
|
50
50
|
export { L as LoaderViews, s as OrLoader } from '../OrLoader-15174477.js';
|
|
51
51
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from '../OrLoader-b79022da.js';
|
|
52
52
|
export { s as OrMenuItemV3 } from '../OrMenuItem-dbee450f.js';
|
|
53
|
-
export { s as OrMenuV3 } from '../OrMenu-
|
|
54
|
-
export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-
|
|
53
|
+
export { s as OrMenuV3 } from '../OrMenu-45a1dc3e.js';
|
|
54
|
+
export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-0635cb63.js';
|
|
55
55
|
export { s as OrModal, O as OrModalSizes } from '../OrModal-e6513e8c.js';
|
|
56
|
-
export { M as ModalSize, s as OrModalV3 } from '../OrModal-
|
|
56
|
+
export { M as ModalSize, s as OrModalV3 } from '../OrModal-6ff24390.js';
|
|
57
57
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, s as OrNotification } from '../OrNotification-4c56f7ea.js';
|
|
58
|
-
export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotification-
|
|
58
|
+
export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotification-0a674902.js';
|
|
59
59
|
export { s as OrNumberInput } from '../OrNumberInput-dca5e850.js';
|
|
60
60
|
export { s as OrOverflowMenu } from '../OrOverflowMenu-fe77e22c.js';
|
|
61
61
|
export { s as OrOverlay } from '../OrOverlay-451dce49.js';
|
|
62
62
|
export { s as OrOverlayV3 } from '../OrOverlay-d63d39c3.js';
|
|
63
|
-
export { s as OrPaginationV3 } from '../OrPagination-
|
|
63
|
+
export { s as OrPaginationV3 } from '../OrPagination-5846675e.js';
|
|
64
64
|
export { s as OrPassword } from '../OrPassword-9c8a458d.js';
|
|
65
65
|
export { s as OrProgress, O as OrProgressColors, a as OrProgressTypes } from '../OrProgress-d0d52c86.js';
|
|
66
66
|
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-33cf7445.js';
|
|
@@ -68,13 +68,13 @@ export { s as OrRadio } from '../OrRadio-c3ab11f2.js';
|
|
|
68
68
|
export { s as OrRadioGroup } from '../OrRadioGroup-00785e41.js';
|
|
69
69
|
export { s as OrRadioV3 } from '../OrRadio-a6c88f29.js';
|
|
70
70
|
export { s as OrSearch } from '../OrSearch-c4caf04e.js';
|
|
71
|
-
export { s as OrSearchV3 } from '../OrSearch-
|
|
71
|
+
export { s as OrSearchV3 } from '../OrSearch-2770023a.js';
|
|
72
72
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-4587c7a9.js';
|
|
73
73
|
export { s as OrSelect } from '../OrSelect-d8a78242.js';
|
|
74
|
-
export { s as OrSelectV3 } from '../OrSelect-
|
|
74
|
+
export { s as OrSelectV3 } from '../OrSelect-2d486470.js';
|
|
75
75
|
export { s as OrSidebar, O as OrSidebarSide } from '../OrSidebar-375c85a3.js';
|
|
76
|
-
export { s as OrSidebarV3 } from '../OrSidebar-
|
|
77
|
-
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-
|
|
76
|
+
export { s as OrSidebarV3 } from '../OrSidebar-b9747293.js';
|
|
77
|
+
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-3d9c827c.js';
|
|
78
78
|
export { s as OrSkeletonCircle } from '../OrSkeletonCircle-1aa63444.js';
|
|
79
79
|
export { s as OrSkeletonRect } from '../OrSkeletonRect-813bc73a.js';
|
|
80
80
|
export { s as OrSkeletonText } from '../OrSkeletonText-6de38947.js';
|
|
@@ -91,23 +91,23 @@ export { s as OrTab } from '../OrTab-bc98be02.js';
|
|
|
91
91
|
export { s as OrTabHeaderItem } from '../OrTabHeaderItem-d668cc59.js';
|
|
92
92
|
export { s as OrTabV3 } from '../OrTab-f7e51ffb.js';
|
|
93
93
|
export { s as OrTabs } from '../OrTabs-d3812c11.js';
|
|
94
|
-
export { s as OrTabsV3, T as TabsVariant } from '../OrTabs-
|
|
94
|
+
export { s as OrTabsV3, T as TabsVariant } from '../OrTabs-f61d6f85.js';
|
|
95
95
|
export { s as OrTag } from '../OrTag-e7adb078.js';
|
|
96
|
-
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-
|
|
96
|
+
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-da570522.js';
|
|
97
97
|
export { s as OrTeleport } from '../OrTeleport.vue3-9bce0c02.js';
|
|
98
98
|
export { s as OrTeleportV3 } from '../OrTeleport.vue3-8099178c.js';
|
|
99
99
|
export { s as OrTextV3 } from '../OrText-de6b2fe2.js';
|
|
100
100
|
export { s as OrTextarea } from '../OrTextarea-de1ecb0f.js';
|
|
101
101
|
export { s as OrTextareaV3 } from '../OrTextarea-fa1454e3.js';
|
|
102
102
|
export { s as OrTextbox, T as TextboxTypes } from '../OrTextbox-f7388a30.js';
|
|
103
|
-
export { s as OrTimePickerV3 } from '../OrTimePicker-
|
|
103
|
+
export { s as OrTimePickerV3 } from '../OrTimePicker-6a280973.js';
|
|
104
104
|
export { s as OrToast, a as OrToastContainer } from '../OrToastContainer-94ba2803.js';
|
|
105
105
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-4fbe0e5a.js';
|
|
106
|
-
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-
|
|
106
|
+
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-af3e3f9c.js';
|
|
107
107
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-0665462d.js';
|
|
108
108
|
export { s as OrTooltip } from '../OrTooltip-618ce7c9.js';
|
|
109
109
|
export { s as OrTooltipContent } from '../OrTooltipContent-37a5f562.js';
|
|
110
|
-
export { s as OrTooltipV3 } from '../OrTooltip-
|
|
110
|
+
export { s as OrTooltipV3 } from '../OrTooltip-a38adced.js';
|
|
111
111
|
import 'vue-demi';
|
|
112
112
|
import 'lodash';
|
|
113
113
|
import 'vue';
|
|
@@ -132,7 +132,7 @@ import '../dom-7a41831b.js';
|
|
|
132
132
|
import '@vueuse/math';
|
|
133
133
|
import '../dropdown-open-e1f90e0a.js';
|
|
134
134
|
import '../OrDateTimePickerPopoverHeader-042566f4.js';
|
|
135
|
-
import '../OrDateTimePickerMonthSelect-
|
|
135
|
+
import '../OrDateTimePickerMonthSelect-9fb0b634.js';
|
|
136
136
|
import '../OrDateTimePickerTimeSelect-9309c434.js';
|
|
137
137
|
import '@floating-ui/dom';
|
|
138
138
|
import '../useValidationAttributes-d1abbe34.js';
|
|
@@ -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,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,23 +1,23 @@
|
|
|
1
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-
|
|
1
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-a0cc4895.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../OrButton-c2b6aa9e.js';
|
|
4
4
|
import '../../OrLoader-b79022da.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
6
|
import 'vue';
|
|
7
|
-
import '../../OrIconButton-
|
|
7
|
+
import '../../OrIconButton-6c3fafc2.js';
|
|
8
8
|
import '../../OrIcon-62793572.js';
|
|
9
|
-
import '../../OrTooltip-
|
|
10
|
-
import '../../OrPopover-
|
|
9
|
+
import '../../OrTooltip-a38adced.js';
|
|
10
|
+
import '../../OrPopover-0635cb63.js';
|
|
11
11
|
import '@floating-ui/dom';
|
|
12
12
|
import '../../useElevation-df91fa50.js';
|
|
13
13
|
import '../../useResponsive-a02e95b7.js';
|
|
14
|
-
import '../../OrBottomSheet-
|
|
14
|
+
import '../../OrBottomSheet-e491689f.js';
|
|
15
15
|
import '../../OrOverlay-d63d39c3.js';
|
|
16
16
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
17
17
|
import '../../OrMenuItem-dbee450f.js';
|
|
18
|
-
import '../../OrMenu-
|
|
19
|
-
import '../../OrSearch-
|
|
20
|
-
import '../../OrInput-
|
|
18
|
+
import '../../OrMenu-45a1dc3e.js';
|
|
19
|
+
import '../../OrSearch-2770023a.js';
|
|
20
|
+
import '../../OrInput-4215a3d8.js';
|
|
21
21
|
import '../../useIdAttribute-859439f0.js';
|
|
22
22
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
23
23
|
import '../../OrError-c01d0c29.js';
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm-
|
|
1
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm-c497fe8e.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import '@vueuse/math';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import '../../OrButton-c2b6aa9e.js';
|
|
6
6
|
import '../../OrLoader-b79022da.js';
|
|
7
7
|
import 'vue';
|
|
8
|
-
import '../../OrInput-
|
|
8
|
+
import '../../OrInput-4215a3d8.js';
|
|
9
9
|
import '../../useIdAttribute-859439f0.js';
|
|
10
10
|
import '../../useResponsive-a02e95b7.js';
|
|
11
11
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
12
12
|
import '../../OrError-c01d0c29.js';
|
|
13
13
|
import '../../OrHint-06ab89d7.js';
|
|
14
|
-
import '../../OrIconButton-
|
|
14
|
+
import '../../OrIconButton-6c3fafc2.js';
|
|
15
15
|
import '../../OrIcon-62793572.js';
|
|
16
|
-
import '../../OrTooltip-
|
|
17
|
-
import '../../OrPopover-
|
|
16
|
+
import '../../OrTooltip-a38adced.js';
|
|
17
|
+
import '../../OrPopover-0635cb63.js';
|
|
18
18
|
import '@floating-ui/dom';
|
|
19
19
|
import '../../useElevation-df91fa50.js';
|
|
20
|
-
import '../../OrBottomSheet-
|
|
20
|
+
import '../../OrBottomSheet-e491689f.js';
|
|
21
21
|
import '../../OrOverlay-d63d39c3.js';
|
|
22
22
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
23
23
|
import '../../OrInputBox-ba40bbdf.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrDatePickerV3 } from '../../OrDatePicker-
|
|
1
|
+
export { s as OrDatePickerV3 } from '../../OrDatePicker-b4e92bf3.js';
|
|
2
2
|
export { I as DatePickerSize } from '../../OrInputBox-ba40bbdf.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-e1f90e0a.js';
|
|
@@ -8,18 +8,18 @@ import 'vue';
|
|
|
8
8
|
import '../../OrButton-c2b6aa9e.js';
|
|
9
9
|
import '../../OrLoader-b79022da.js';
|
|
10
10
|
import '@vueuse/core';
|
|
11
|
-
import '../../OrDateTimePickerMonthSelect-
|
|
12
|
-
import '../../OrIconButton-
|
|
11
|
+
import '../../OrDateTimePickerMonthSelect-9fb0b634.js';
|
|
12
|
+
import '../../OrIconButton-6c3fafc2.js';
|
|
13
13
|
import '../../OrIcon-62793572.js';
|
|
14
|
-
import '../../OrTooltip-
|
|
15
|
-
import '../../OrPopover-
|
|
14
|
+
import '../../OrTooltip-a38adced.js';
|
|
15
|
+
import '../../OrPopover-0635cb63.js';
|
|
16
16
|
import '@floating-ui/dom';
|
|
17
17
|
import '../../useElevation-df91fa50.js';
|
|
18
18
|
import '../../useResponsive-a02e95b7.js';
|
|
19
|
-
import '../../OrBottomSheet-
|
|
19
|
+
import '../../OrBottomSheet-e491689f.js';
|
|
20
20
|
import '../../OrOverlay-d63d39c3.js';
|
|
21
21
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
22
22
|
import '../../OrMenuItem-dbee450f.js';
|
|
23
|
-
import '../../OrMenu-
|
|
23
|
+
import '../../OrMenu-45a1dc3e.js';
|
|
24
24
|
import '../../OrError-c01d0c29.js';
|
|
25
25
|
import '../../OrHint-06ab89d7.js';
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
export { s as OrDateTimePickerV3 } from '../../OrDateTimePicker-
|
|
1
|
+
export { s as OrDateTimePickerV3 } from '../../OrDateTimePicker-cd4741af.js';
|
|
2
2
|
export { I as DateTimePickerSize } from '../../OrInputBox-ba40bbdf.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-e1f90e0a.js';
|
|
5
5
|
import '../../OrError-c01d0c29.js';
|
|
6
6
|
import 'vue';
|
|
7
7
|
import '../../OrHint-06ab89d7.js';
|
|
8
|
-
import '../../OrIconButton-
|
|
8
|
+
import '../../OrIconButton-6c3fafc2.js';
|
|
9
9
|
import '../../OrIcon-62793572.js';
|
|
10
|
-
import '../../OrTooltip-
|
|
10
|
+
import '../../OrTooltip-a38adced.js';
|
|
11
11
|
import '@vueuse/core';
|
|
12
|
-
import '../../OrPopover-
|
|
12
|
+
import '../../OrPopover-0635cb63.js';
|
|
13
13
|
import '@floating-ui/dom';
|
|
14
14
|
import '../../useElevation-df91fa50.js';
|
|
15
15
|
import '../../useResponsive-a02e95b7.js';
|
|
16
|
-
import '../../OrBottomSheet-
|
|
16
|
+
import '../../OrBottomSheet-e491689f.js';
|
|
17
17
|
import '../../OrOverlay-d63d39c3.js';
|
|
18
18
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
19
19
|
import '../../OrLabel-4da56db0.js';
|
|
20
20
|
import '../../OrDateTimePickerPopoverHeader-042566f4.js';
|
|
21
21
|
import '../../OrButton-c2b6aa9e.js';
|
|
22
22
|
import '../../OrLoader-b79022da.js';
|
|
23
|
-
import '../../OrDateTimePickerMonthSelect-
|
|
23
|
+
import '../../OrDateTimePickerMonthSelect-9fb0b634.js';
|
|
24
24
|
import '../../OrMenuItem-dbee450f.js';
|
|
25
|
-
import '../../OrMenu-
|
|
25
|
+
import '../../OrMenu-45a1dc3e.js';
|
|
26
26
|
import '../../OrDateTimePickerTimeSelect-9309c434.js';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export { I as IconButtonColor, s as OrIconButtonV3 } from '../../OrIconButton-
|
|
1
|
+
export { I as IconButtonColor, s as OrIconButtonV3 } from '../../OrIconButton-6c3fafc2.js';
|
|
2
2
|
export { I as IconButtonSize } from '../../OrIcon-62793572.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
|
-
import '../../OrTooltip-
|
|
4
|
+
import '../../OrTooltip-a38adced.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
|
-
import '../../OrPopover-
|
|
6
|
+
import '../../OrPopover-0635cb63.js';
|
|
7
7
|
import '@floating-ui/dom';
|
|
8
8
|
import '../../useElevation-df91fa50.js';
|
|
9
9
|
import '../../useResponsive-a02e95b7.js';
|
|
10
|
-
import '../../OrBottomSheet-
|
|
10
|
+
import '../../OrBottomSheet-e491689f.js';
|
|
11
11
|
import '../../OrOverlay-d63d39c3.js';
|
|
12
12
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
13
13
|
import 'vue';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from '../../OrInlineInput-
|
|
1
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from '../../OrInlineInput-6209e8c8.js';
|
|
2
2
|
export { I as InlineInputSize } from '../../OrInlineInputBox-01fb2cb2.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
@@ -7,14 +7,14 @@ import '../../useValidationAttributes-d1abbe34.js';
|
|
|
7
7
|
import '../../OrError-c01d0c29.js';
|
|
8
8
|
import 'vue';
|
|
9
9
|
import '../../OrHint-06ab89d7.js';
|
|
10
|
-
import '../../OrIconButton-
|
|
10
|
+
import '../../OrIconButton-6c3fafc2.js';
|
|
11
11
|
import '../../OrIcon-62793572.js';
|
|
12
|
-
import '../../OrTooltip-
|
|
13
|
-
import '../../OrPopover-
|
|
12
|
+
import '../../OrTooltip-a38adced.js';
|
|
13
|
+
import '../../OrPopover-0635cb63.js';
|
|
14
14
|
import '@floating-ui/dom';
|
|
15
15
|
import '../../useElevation-df91fa50.js';
|
|
16
16
|
import '../../useResponsive-a02e95b7.js';
|
|
17
|
-
import '../../OrBottomSheet-
|
|
17
|
+
import '../../OrBottomSheet-e491689f.js';
|
|
18
18
|
import '../../OrOverlay-d63d39c3.js';
|
|
19
19
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
20
20
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrInlineTextareaV3 } from '../../OrInlineTextarea-
|
|
1
|
+
export { s as OrInlineTextareaV3 } from '../../OrInlineTextarea-1c36f763.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useIdAttribute-859439f0.js';
|
|
4
4
|
import '@vueuse/core';
|
|
@@ -6,14 +6,14 @@ import '../../useValidationAttributes-d1abbe34.js';
|
|
|
6
6
|
import '../../OrError-c01d0c29.js';
|
|
7
7
|
import 'vue';
|
|
8
8
|
import '../../OrHint-06ab89d7.js';
|
|
9
|
-
import '../../OrIconButton-
|
|
9
|
+
import '../../OrIconButton-6c3fafc2.js';
|
|
10
10
|
import '../../OrIcon-62793572.js';
|
|
11
|
-
import '../../OrTooltip-
|
|
12
|
-
import '../../OrPopover-
|
|
11
|
+
import '../../OrTooltip-a38adced.js';
|
|
12
|
+
import '../../OrPopover-0635cb63.js';
|
|
13
13
|
import '@floating-ui/dom';
|
|
14
14
|
import '../../useElevation-df91fa50.js';
|
|
15
15
|
import '../../useResponsive-a02e95b7.js';
|
|
16
|
-
import '../../OrBottomSheet-
|
|
16
|
+
import '../../OrBottomSheet-e491689f.js';
|
|
17
17
|
import '../../OrOverlay-d63d39c3.js';
|
|
18
18
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
19
19
|
import '../../OrInlineInputBox-01fb2cb2.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InputType, s as OrInputV3 } from '../../OrInput-
|
|
1
|
+
export { I as InputType, s as OrInputV3 } from '../../OrInput-4215a3d8.js';
|
|
2
2
|
export { I as InputSize } from '../../OrInputBox-ba40bbdf.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
@@ -8,13 +8,13 @@ import '../../useValidationAttributes-d1abbe34.js';
|
|
|
8
8
|
import '../../OrError-c01d0c29.js';
|
|
9
9
|
import 'vue';
|
|
10
10
|
import '../../OrHint-06ab89d7.js';
|
|
11
|
-
import '../../OrIconButton-
|
|
11
|
+
import '../../OrIconButton-6c3fafc2.js';
|
|
12
12
|
import '../../OrIcon-62793572.js';
|
|
13
|
-
import '../../OrTooltip-
|
|
14
|
-
import '../../OrPopover-
|
|
13
|
+
import '../../OrTooltip-a38adced.js';
|
|
14
|
+
import '../../OrPopover-0635cb63.js';
|
|
15
15
|
import '@floating-ui/dom';
|
|
16
16
|
import '../../useElevation-df91fa50.js';
|
|
17
|
-
import '../../OrBottomSheet-
|
|
17
|
+
import '../../OrBottomSheet-e491689f.js';
|
|
18
18
|
import '../../OrOverlay-d63d39c3.js';
|
|
19
19
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
20
20
|
import '../../OrLabel-4da56db0.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { s as OrMenuV3 } from '../../OrMenu-
|
|
2
|
-
export { P as MenuPlacement } from '../../OrPopover-
|
|
1
|
+
export { s as OrMenuV3 } from '../../OrMenu-45a1dc3e.js';
|
|
2
|
+
export { P as MenuPlacement } from '../../OrPopover-0635cb63.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import 'vue';
|
|
5
5
|
import '@floating-ui/dom';
|
|
6
6
|
import '@vueuse/core';
|
|
7
7
|
import '../../useElevation-df91fa50.js';
|
|
8
8
|
import '../../useResponsive-a02e95b7.js';
|
|
9
|
-
import '../../OrBottomSheet-
|
|
9
|
+
import '../../OrBottomSheet-e491689f.js';
|
|
10
10
|
import '../../OrOverlay-d63d39c3.js';
|
|
11
11
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export { M as ModalSize, s as OrModalV3 } from '../../OrModal-
|
|
1
|
+
export { M as ModalSize, s as OrModalV3 } from '../../OrModal-6ff24390.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrIconButton-
|
|
3
|
+
import '../../OrIconButton-6c3fafc2.js';
|
|
4
4
|
import '../../OrIcon-62793572.js';
|
|
5
5
|
import 'vue';
|
|
6
|
-
import '../../OrTooltip-
|
|
6
|
+
import '../../OrTooltip-a38adced.js';
|
|
7
7
|
import '@vueuse/core';
|
|
8
|
-
import '../../OrPopover-
|
|
8
|
+
import '../../OrPopover-0635cb63.js';
|
|
9
9
|
import '@floating-ui/dom';
|
|
10
10
|
import '../../useElevation-df91fa50.js';
|
|
11
11
|
import '../../useResponsive-a02e95b7.js';
|
|
12
|
-
import '../../OrBottomSheet-
|
|
12
|
+
import '../../OrBottomSheet-e491689f.js';
|
|
13
13
|
import '../../OrOverlay-d63d39c3.js';
|
|
14
14
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export { N as NotificationVariant, s as OrNotificationV3 } from '../../OrNotification-
|
|
1
|
+
export { N as NotificationVariant, s as OrNotificationV3 } from '../../OrNotification-0a674902.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrIconButton-
|
|
3
|
+
import '../../OrIconButton-6c3fafc2.js';
|
|
4
4
|
import '../../OrIcon-62793572.js';
|
|
5
5
|
import 'vue';
|
|
6
|
-
import '../../OrTooltip-
|
|
6
|
+
import '../../OrTooltip-a38adced.js';
|
|
7
7
|
import '@vueuse/core';
|
|
8
|
-
import '../../OrPopover-
|
|
8
|
+
import '../../OrPopover-0635cb63.js';
|
|
9
9
|
import '@floating-ui/dom';
|
|
10
10
|
import '../../useElevation-df91fa50.js';
|
|
11
11
|
import '../../useResponsive-a02e95b7.js';
|
|
12
|
-
import '../../OrBottomSheet-
|
|
12
|
+
import '../../OrBottomSheet-e491689f.js';
|
|
13
13
|
import '../../OrOverlay-d63d39c3.js';
|
|
14
14
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrPaginationV3 } from '../../OrPagination-
|
|
1
|
+
export { s as OrPaginationV3 } from '../../OrPagination-5846675e.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import '../../useResponsive-a02e95b7.js';
|
|
@@ -7,10 +7,10 @@ import '../../OrLoader-b79022da.js';
|
|
|
7
7
|
import 'vue';
|
|
8
8
|
import '../../OrIcon-62793572.js';
|
|
9
9
|
import '../../OrMenuItem-dbee450f.js';
|
|
10
|
-
import '../../OrMenu-
|
|
11
|
-
import '../../OrPopover-
|
|
10
|
+
import '../../OrMenu-45a1dc3e.js';
|
|
11
|
+
import '../../OrPopover-0635cb63.js';
|
|
12
12
|
import '@floating-ui/dom';
|
|
13
13
|
import '../../useElevation-df91fa50.js';
|
|
14
|
-
import '../../OrBottomSheet-
|
|
14
|
+
import '../../OrBottomSheet-e491689f.js';
|
|
15
15
|
import '../../OrOverlay-d63d39c3.js';
|
|
16
16
|
import '../../OrTeleport.vue3-8099178c.js';
|