@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,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,24 +1,24 @@
|
|
|
1
|
-
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-
|
|
1
|
+
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-51d7f875.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../OrButton-9622e713.js';
|
|
4
4
|
import '../../OrLoader-b0c381f9.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
6
|
import '../../normalize-component-6e8e3d80.js';
|
|
7
|
-
import '../../OrIconButton-
|
|
7
|
+
import '../../OrIconButton-ddbe7c15.js';
|
|
8
8
|
import '../../OrIcon-d35a84d8.js';
|
|
9
|
-
import '../../OrTooltip-
|
|
10
|
-
import '../../OrPopover-
|
|
9
|
+
import '../../OrTooltip-97841769.js';
|
|
10
|
+
import '../../OrPopover-707feca8.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-1c3f7920.js';
|
|
15
15
|
import '../../OrOverlay-b1609eef.js';
|
|
16
16
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
17
17
|
import 'portal-vue';
|
|
18
18
|
import '../../OrMenuItem-6f9b8a93.js';
|
|
19
|
-
import '../../OrMenu-
|
|
20
|
-
import '../../OrSearch-
|
|
21
|
-
import '../../OrInput-
|
|
19
|
+
import '../../OrMenu-27397f01.js';
|
|
20
|
+
import '../../OrSearch-a0b80719.js';
|
|
21
|
+
import '../../OrInput-08c3a06e.js';
|
|
22
22
|
import '../../useIdAttribute-859439f0.js';
|
|
23
23
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
24
24
|
import '../../OrError-4ffc1c39.js';
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-
|
|
1
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-705577bb.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import '@vueuse/math';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import '../../OrButton-9622e713.js';
|
|
6
6
|
import '../../OrLoader-b0c381f9.js';
|
|
7
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
|
-
import '../../OrInput-
|
|
8
|
+
import '../../OrInput-08c3a06e.js';
|
|
9
9
|
import '../../useIdAttribute-859439f0.js';
|
|
10
10
|
import '../../useResponsive-a02e95b7.js';
|
|
11
11
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
12
12
|
import '../../OrError-4ffc1c39.js';
|
|
13
13
|
import '../../OrHint-aa221198.js';
|
|
14
|
-
import '../../OrIconButton-
|
|
14
|
+
import '../../OrIconButton-ddbe7c15.js';
|
|
15
15
|
import '../../OrIcon-d35a84d8.js';
|
|
16
|
-
import '../../OrTooltip-
|
|
17
|
-
import '../../OrPopover-
|
|
16
|
+
import '../../OrTooltip-97841769.js';
|
|
17
|
+
import '../../OrPopover-707feca8.js';
|
|
18
18
|
import '@floating-ui/dom';
|
|
19
19
|
import '../../useElevation-df91fa50.js';
|
|
20
|
-
import '../../OrBottomSheet-
|
|
20
|
+
import '../../OrBottomSheet-1c3f7920.js';
|
|
21
21
|
import '../../OrOverlay-b1609eef.js';
|
|
22
22
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
23
23
|
import 'portal-vue';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrDatePickerV3 } from '../../OrDatePicker-
|
|
1
|
+
export { _ as OrDatePickerV3 } from '../../OrDatePicker-794302e6.js';
|
|
2
2
|
export { I as DatePickerSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-fe250f7a.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-e1f90e0a.js';
|
|
@@ -8,20 +8,20 @@ import '../../normalize-component-6e8e3d80.js';
|
|
|
8
8
|
import '../../OrButton-9622e713.js';
|
|
9
9
|
import '../../OrLoader-b0c381f9.js';
|
|
10
10
|
import '@vueuse/core';
|
|
11
|
-
import '../../OrDateTimePickerMonthSelect-
|
|
12
|
-
import '../../OrIconButton-
|
|
11
|
+
import '../../OrDateTimePickerMonthSelect-958aaf2c.js';
|
|
12
|
+
import '../../OrIconButton-ddbe7c15.js';
|
|
13
13
|
import '../../OrIcon-d35a84d8.js';
|
|
14
|
-
import '../../OrTooltip-
|
|
15
|
-
import '../../OrPopover-
|
|
14
|
+
import '../../OrTooltip-97841769.js';
|
|
15
|
+
import '../../OrPopover-707feca8.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-1c3f7920.js';
|
|
20
20
|
import '../../OrOverlay-b1609eef.js';
|
|
21
21
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
22
22
|
import 'portal-vue';
|
|
23
23
|
import '../../OrMenuItem-6f9b8a93.js';
|
|
24
|
-
import '../../OrMenu-
|
|
24
|
+
import '../../OrMenu-27397f01.js';
|
|
25
25
|
import '../../OrError-4ffc1c39.js';
|
|
26
26
|
import '../../OrHint-aa221198.js';
|
|
27
27
|
import '../../OrInputBox-d36b1323.js';
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
export { _ as OrDateTimePickerV3 } from '../../OrDateTimePicker-
|
|
1
|
+
export { _ as OrDateTimePickerV3 } from '../../OrDateTimePicker-b9bfa090.js';
|
|
2
2
|
export { I as DateTimePickerSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-fe250f7a.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-e1f90e0a.js';
|
|
5
5
|
import '../../OrError-4ffc1c39.js';
|
|
6
6
|
import '../../normalize-component-6e8e3d80.js';
|
|
7
7
|
import '../../OrHint-aa221198.js';
|
|
8
|
-
import '../../OrIconButton-
|
|
8
|
+
import '../../OrIconButton-ddbe7c15.js';
|
|
9
9
|
import '../../OrIcon-d35a84d8.js';
|
|
10
|
-
import '../../OrTooltip-
|
|
10
|
+
import '../../OrTooltip-97841769.js';
|
|
11
11
|
import '@vueuse/core';
|
|
12
|
-
import '../../OrPopover-
|
|
12
|
+
import '../../OrPopover-707feca8.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-1c3f7920.js';
|
|
17
17
|
import '../../OrOverlay-b1609eef.js';
|
|
18
18
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
19
19
|
import 'portal-vue';
|
|
@@ -22,7 +22,7 @@ import '../../OrLabel-63380256.js';
|
|
|
22
22
|
import '../../OrDateTimePickerPopoverHeader-9e49aba0.js';
|
|
23
23
|
import '../../OrButton-9622e713.js';
|
|
24
24
|
import '../../OrLoader-b0c381f9.js';
|
|
25
|
-
import '../../OrDateTimePickerMonthSelect-
|
|
25
|
+
import '../../OrDateTimePickerMonthSelect-958aaf2c.js';
|
|
26
26
|
import '../../OrMenuItem-6f9b8a93.js';
|
|
27
|
-
import '../../OrMenu-
|
|
27
|
+
import '../../OrMenu-27397f01.js';
|
|
28
28
|
import '../../OrDateTimePickerTimeSelect-0b70d0df.js';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export { I as IconButtonColor, _ as OrIconButtonV3 } from '../../OrIconButton-
|
|
1
|
+
export { I as IconButtonColor, _ as OrIconButtonV3 } from '../../OrIconButton-ddbe7c15.js';
|
|
2
2
|
export { I as IconButtonSize } from '../../OrIcon-d35a84d8.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
|
-
import '../../OrTooltip-
|
|
4
|
+
import '../../OrTooltip-97841769.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
|
-
import '../../OrPopover-
|
|
6
|
+
import '../../OrPopover-707feca8.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-1c3f7920.js';
|
|
11
11
|
import '../../OrOverlay-b1609eef.js';
|
|
12
12
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
13
13
|
import 'portal-vue';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-
|
|
1
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-91fbc06a.js';
|
|
2
2
|
export { I as InlineInputSize } from '../../OrInlineInputBox-19b49ee6.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
@@ -7,14 +7,14 @@ import '../../useValidationAttributes-d1abbe34.js';
|
|
|
7
7
|
import '../../OrError-4ffc1c39.js';
|
|
8
8
|
import '../../normalize-component-6e8e3d80.js';
|
|
9
9
|
import '../../OrHint-aa221198.js';
|
|
10
|
-
import '../../OrIconButton-
|
|
10
|
+
import '../../OrIconButton-ddbe7c15.js';
|
|
11
11
|
import '../../OrIcon-d35a84d8.js';
|
|
12
|
-
import '../../OrTooltip-
|
|
13
|
-
import '../../OrPopover-
|
|
12
|
+
import '../../OrTooltip-97841769.js';
|
|
13
|
+
import '../../OrPopover-707feca8.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-1c3f7920.js';
|
|
18
18
|
import '../../OrOverlay-b1609eef.js';
|
|
19
19
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
20
20
|
import 'portal-vue';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrInlineTextareaV3 } from '../../OrInlineTextarea-
|
|
1
|
+
export { _ as OrInlineTextareaV3 } from '../../OrInlineTextarea-a42a6b71.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-4ffc1c39.js';
|
|
7
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
8
|
import '../../OrHint-aa221198.js';
|
|
9
|
-
import '../../OrIconButton-
|
|
9
|
+
import '../../OrIconButton-ddbe7c15.js';
|
|
10
10
|
import '../../OrIcon-d35a84d8.js';
|
|
11
|
-
import '../../OrTooltip-
|
|
12
|
-
import '../../OrPopover-
|
|
11
|
+
import '../../OrTooltip-97841769.js';
|
|
12
|
+
import '../../OrPopover-707feca8.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-1c3f7920.js';
|
|
17
17
|
import '../../OrOverlay-b1609eef.js';
|
|
18
18
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
19
19
|
import 'portal-vue';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InputType, _ as OrInputV3 } from '../../OrInput-
|
|
1
|
+
export { I as InputType, _ as OrInputV3 } from '../../OrInput-08c3a06e.js';
|
|
2
2
|
export { I as InputSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-fe250f7a.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
@@ -8,13 +8,13 @@ import '../../useValidationAttributes-d1abbe34.js';
|
|
|
8
8
|
import '../../OrError-4ffc1c39.js';
|
|
9
9
|
import '../../normalize-component-6e8e3d80.js';
|
|
10
10
|
import '../../OrHint-aa221198.js';
|
|
11
|
-
import '../../OrIconButton-
|
|
11
|
+
import '../../OrIconButton-ddbe7c15.js';
|
|
12
12
|
import '../../OrIcon-d35a84d8.js';
|
|
13
|
-
import '../../OrTooltip-
|
|
14
|
-
import '../../OrPopover-
|
|
13
|
+
import '../../OrTooltip-97841769.js';
|
|
14
|
+
import '../../OrPopover-707feca8.js';
|
|
15
15
|
import '@floating-ui/dom';
|
|
16
16
|
import '../../useElevation-df91fa50.js';
|
|
17
|
-
import '../../OrBottomSheet-
|
|
17
|
+
import '../../OrBottomSheet-1c3f7920.js';
|
|
18
18
|
import '../../OrOverlay-b1609eef.js';
|
|
19
19
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
20
20
|
import 'portal-vue';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { _ as OrMenuV3 } from '../../OrMenu-
|
|
2
|
-
export { P as MenuPlacement } from '../../OrPopover-
|
|
1
|
+
export { _ as OrMenuV3 } from '../../OrMenu-27397f01.js';
|
|
2
|
+
export { P as MenuPlacement } from '../../OrPopover-707feca8.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../normalize-component-6e8e3d80.js';
|
|
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-1c3f7920.js';
|
|
10
10
|
import '../../OrOverlay-b1609eef.js';
|
|
11
11
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
12
12
|
import 'portal-vue';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export { M as ModalSize, _ as OrModalV3 } from '../../OrModal-
|
|
1
|
+
export { M as ModalSize, _ as OrModalV3 } from '../../OrModal-b2a56d75.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrIconButton-
|
|
3
|
+
import '../../OrIconButton-ddbe7c15.js';
|
|
4
4
|
import '../../OrIcon-d35a84d8.js';
|
|
5
5
|
import '../../normalize-component-6e8e3d80.js';
|
|
6
|
-
import '../../OrTooltip-
|
|
6
|
+
import '../../OrTooltip-97841769.js';
|
|
7
7
|
import '@vueuse/core';
|
|
8
|
-
import '../../OrPopover-
|
|
8
|
+
import '../../OrPopover-707feca8.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-1c3f7920.js';
|
|
13
13
|
import '../../OrOverlay-b1609eef.js';
|
|
14
14
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
15
15
|
import 'portal-vue';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export { N as NotificationVariant, _ as OrNotificationV3 } from '../../OrNotification-
|
|
1
|
+
export { N as NotificationVariant, _ as OrNotificationV3 } from '../../OrNotification-7e6102a7.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrIconButton-
|
|
3
|
+
import '../../OrIconButton-ddbe7c15.js';
|
|
4
4
|
import '../../OrIcon-d35a84d8.js';
|
|
5
5
|
import '../../normalize-component-6e8e3d80.js';
|
|
6
|
-
import '../../OrTooltip-
|
|
6
|
+
import '../../OrTooltip-97841769.js';
|
|
7
7
|
import '@vueuse/core';
|
|
8
|
-
import '../../OrPopover-
|
|
8
|
+
import '../../OrPopover-707feca8.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-1c3f7920.js';
|
|
13
13
|
import '../../OrOverlay-b1609eef.js';
|
|
14
14
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
15
15
|
import 'portal-vue';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrPaginationV3 } from '../../OrPagination-
|
|
1
|
+
export { _ as OrPaginationV3 } from '../../OrPagination-69c5c204.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import '../../useResponsive-a02e95b7.js';
|
|
@@ -7,11 +7,11 @@ import '../../OrLoader-b0c381f9.js';
|
|
|
7
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
8
|
import '../../OrIcon-d35a84d8.js';
|
|
9
9
|
import '../../OrMenuItem-6f9b8a93.js';
|
|
10
|
-
import '../../OrMenu-
|
|
11
|
-
import '../../OrPopover-
|
|
10
|
+
import '../../OrMenu-27397f01.js';
|
|
11
|
+
import '../../OrPopover-707feca8.js';
|
|
12
12
|
import '@floating-ui/dom';
|
|
13
13
|
import '../../useElevation-df91fa50.js';
|
|
14
|
-
import '../../OrBottomSheet-
|
|
14
|
+
import '../../OrBottomSheet-1c3f7920.js';
|
|
15
15
|
import '../../OrOverlay-b1609eef.js';
|
|
16
16
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
17
17
|
import 'portal-vue';
|
|
@@ -24,6 +24,12 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
24
24
|
type: PropType<"auto" | "popover" | "bottom-sheet">;
|
|
25
25
|
default: PopoverVariant;
|
|
26
26
|
};
|
|
27
|
+
bottomSheetProps: {
|
|
28
|
+
type: PropType<Readonly<Partial<{
|
|
29
|
+
[x: number]: string;
|
|
30
|
+
} | {}> & Omit<{} & {}, never>>>;
|
|
31
|
+
default: undefined;
|
|
32
|
+
};
|
|
27
33
|
trigger: {
|
|
28
34
|
type: {
|
|
29
35
|
new (): HTMLElement;
|
|
@@ -52,6 +58,12 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
52
58
|
type: PropType<"auto" | "popover" | "bottom-sheet">;
|
|
53
59
|
default: PopoverVariant;
|
|
54
60
|
};
|
|
61
|
+
bottomSheetProps: {
|
|
62
|
+
type: PropType<Readonly<Partial<{
|
|
63
|
+
[x: number]: string;
|
|
64
|
+
} | {}> & Omit<{} & {}, never>>>;
|
|
65
|
+
default: undefined;
|
|
66
|
+
};
|
|
55
67
|
trigger: {
|
|
56
68
|
type: {
|
|
57
69
|
new (): HTMLElement;
|
|
@@ -77,6 +89,9 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
77
89
|
};
|
|
78
90
|
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
79
91
|
variant: "auto" | "popover" | "bottom-sheet";
|
|
92
|
+
bottomSheetProps: Readonly<Partial<{
|
|
93
|
+
[x: number]: string;
|
|
94
|
+
} | {}> & Omit<{} & {}, never>>;
|
|
80
95
|
trigger: HTMLElement;
|
|
81
96
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
|
|
82
97
|
fullWidth: boolean;
|
|
@@ -105,6 +120,9 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
105
120
|
close: (auto?: boolean) => void;
|
|
106
121
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
107
122
|
variant: "auto" | "popover" | "bottom-sheet";
|
|
123
|
+
bottomSheetProps: Readonly<Partial<{
|
|
124
|
+
[x: number]: string;
|
|
125
|
+
} | {}> & Omit<{} & {}, never>>;
|
|
108
126
|
trigger: HTMLElement;
|
|
109
127
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
|
|
110
128
|
fullWidth: boolean;
|
|
@@ -114,6 +132,9 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
114
132
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
115
133
|
}, {
|
|
116
134
|
variant: "auto" | "popover" | "bottom-sheet";
|
|
135
|
+
bottomSheetProps: Readonly<Partial<{
|
|
136
|
+
[x: number]: string;
|
|
137
|
+
} | {}> & Omit<{} & {}, never>>;
|
|
117
138
|
trigger: HTMLElement;
|
|
118
139
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end";
|
|
119
140
|
fullWidth: boolean;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant } from '../../OrPopover-
|
|
1
|
+
export { _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant } from '../../OrPopover-707feca8.js';
|
|
2
2
|
import '@floating-ui/dom';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import '../../useElevation-df91fa50.js';
|
|
6
6
|
import '../../useResponsive-a02e95b7.js';
|
|
7
|
-
import '../../OrBottomSheet-
|
|
7
|
+
import '../../OrBottomSheet-1c3f7920.js';
|
|
8
8
|
import '../../OrOverlay-b1609eef.js';
|
|
9
9
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
10
10
|
import 'portal-vue';
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
export { _ as OrSearchV3 } from '../../OrSearch-
|
|
1
|
+
export { _ as OrSearchV3 } from '../../OrSearch-a0b80719.js';
|
|
2
2
|
export { I as SearchSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-fe250f7a.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
|
-
import '../../OrInput-
|
|
5
|
+
import '../../OrInput-08c3a06e.js';
|
|
6
6
|
import '../../useIdAttribute-859439f0.js';
|
|
7
7
|
import '../../useResponsive-a02e95b7.js';
|
|
8
8
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
9
9
|
import '../../OrError-4ffc1c39.js';
|
|
10
10
|
import '../../normalize-component-6e8e3d80.js';
|
|
11
11
|
import '../../OrHint-aa221198.js';
|
|
12
|
-
import '../../OrIconButton-
|
|
12
|
+
import '../../OrIconButton-ddbe7c15.js';
|
|
13
13
|
import '../../OrIcon-d35a84d8.js';
|
|
14
|
-
import '../../OrTooltip-
|
|
15
|
-
import '../../OrPopover-
|
|
14
|
+
import '../../OrTooltip-97841769.js';
|
|
15
|
+
import '../../OrPopover-707feca8.js';
|
|
16
16
|
import '@floating-ui/dom';
|
|
17
17
|
import '../../useElevation-df91fa50.js';
|
|
18
|
-
import '../../OrBottomSheet-
|
|
18
|
+
import '../../OrBottomSheet-1c3f7920.js';
|
|
19
19
|
import '../../OrOverlay-b1609eef.js';
|
|
20
20
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
21
21
|
import 'portal-vue';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrSelectV3 } from '../../OrSelect-
|
|
1
|
+
export { _ as OrSelectV3 } from '../../OrSelect-41d7c5bb.js';
|
|
2
2
|
export { I as SelectSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-fe250f7a.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-e1f90e0a.js';
|
|
@@ -14,18 +14,18 @@ import '../../OrExpansionPanel-7c359bb0.js';
|
|
|
14
14
|
import '../../OrIcon-d35a84d8.js';
|
|
15
15
|
import '../../OrHint-aa221198.js';
|
|
16
16
|
import '../../OrInputBox-d36b1323.js';
|
|
17
|
-
import '../../OrInput-
|
|
17
|
+
import '../../OrInput-08c3a06e.js';
|
|
18
18
|
import '../../useResponsive-a02e95b7.js';
|
|
19
19
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
20
|
-
import '../../OrIconButton-
|
|
21
|
-
import '../../OrTooltip-
|
|
22
|
-
import '../../OrPopover-
|
|
20
|
+
import '../../OrIconButton-ddbe7c15.js';
|
|
21
|
+
import '../../OrTooltip-97841769.js';
|
|
22
|
+
import '../../OrPopover-707feca8.js';
|
|
23
23
|
import '@floating-ui/dom';
|
|
24
24
|
import '../../useElevation-df91fa50.js';
|
|
25
|
-
import '../../OrBottomSheet-
|
|
25
|
+
import '../../OrBottomSheet-1c3f7920.js';
|
|
26
26
|
import '../../OrOverlay-b1609eef.js';
|
|
27
27
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
28
28
|
import 'portal-vue';
|
|
29
29
|
import '../../OrLoader-b0c381f9.js';
|
|
30
30
|
import '../../OrMenuItem-6f9b8a93.js';
|
|
31
|
-
import '../../OrTag-
|
|
31
|
+
import '../../OrTag-ddfbcfa2.js';
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export { _ as OrSidebarV3 } from '../../OrSidebar-
|
|
2
|
-
export { O as OrSidebarPlacement } from '../../OrSidebarCollapseButton-
|
|
1
|
+
export { _ as OrSidebarV3 } from '../../OrSidebar-f0850bce.js';
|
|
2
|
+
export { O as OrSidebarPlacement } from '../../OrSidebarCollapseButton-3582b92e.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'lodash';
|
|
5
5
|
import 'vue-demi';
|
|
6
6
|
import '../../normalize-component-6e8e3d80.js';
|
|
7
|
-
import '../../OrIconButton-
|
|
7
|
+
import '../../OrIconButton-ddbe7c15.js';
|
|
8
8
|
import '../../OrIcon-d35a84d8.js';
|
|
9
|
-
import '../../OrTooltip-
|
|
10
|
-
import '../../OrPopover-
|
|
9
|
+
import '../../OrTooltip-97841769.js';
|
|
10
|
+
import '../../OrPopover-707feca8.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-1c3f7920.js';
|
|
15
15
|
import '../../OrOverlay-b1609eef.js';
|
|
16
16
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
17
17
|
import 'portal-vue';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export { _ as OrSidebarCollapseButton } from '../../../OrSidebarCollapseButton-
|
|
1
|
+
export { _ as OrSidebarCollapseButton } from '../../../OrSidebarCollapseButton-3582b92e.js';
|
|
2
2
|
import 'lodash';
|
|
3
3
|
import 'vue-demi';
|
|
4
|
-
import '../../../OrIconButton-
|
|
4
|
+
import '../../../OrIconButton-ddbe7c15.js';
|
|
5
5
|
import '../../../OrIcon-d35a84d8.js';
|
|
6
6
|
import '../../../normalize-component-6e8e3d80.js';
|
|
7
|
-
import '../../../OrTooltip-
|
|
7
|
+
import '../../../OrTooltip-97841769.js';
|
|
8
8
|
import '@vueuse/core';
|
|
9
|
-
import '../../../OrPopover-
|
|
9
|
+
import '../../../OrPopover-707feca8.js';
|
|
10
10
|
import '@floating-ui/dom';
|
|
11
11
|
import '../../../useElevation-df91fa50.js';
|
|
12
12
|
import '../../../useResponsive-a02e95b7.js';
|
|
13
|
-
import '../../../OrBottomSheet-
|
|
13
|
+
import '../../../OrBottomSheet-1c3f7920.js';
|
|
14
14
|
import '../../../OrOverlay-b1609eef.js';
|
|
15
15
|
import '../../../OrTeleport.vue2-fb92f29f.js';
|
|
16
16
|
import 'portal-vue';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export { _ as OrSidebarCollapseButton } from '../../../../OrSidebarCollapseButton-
|
|
1
|
+
export { _ as OrSidebarCollapseButton } from '../../../../OrSidebarCollapseButton-3582b92e.js';
|
|
2
2
|
import 'lodash';
|
|
3
3
|
import 'vue-demi';
|
|
4
|
-
import '../../../../OrIconButton-
|
|
4
|
+
import '../../../../OrIconButton-ddbe7c15.js';
|
|
5
5
|
import '../../../../OrIcon-d35a84d8.js';
|
|
6
6
|
import '../../../../normalize-component-6e8e3d80.js';
|
|
7
|
-
import '../../../../OrTooltip-
|
|
7
|
+
import '../../../../OrTooltip-97841769.js';
|
|
8
8
|
import '@vueuse/core';
|
|
9
|
-
import '../../../../OrPopover-
|
|
9
|
+
import '../../../../OrPopover-707feca8.js';
|
|
10
10
|
import '@floating-ui/dom';
|
|
11
11
|
import '../../../../useElevation-df91fa50.js';
|
|
12
12
|
import '../../../../useResponsive-a02e95b7.js';
|
|
13
|
-
import '../../../../OrBottomSheet-
|
|
13
|
+
import '../../../../OrBottomSheet-1c3f7920.js';
|
|
14
14
|
import '../../../../OrOverlay-b1609eef.js';
|
|
15
15
|
import '../../../../OrTeleport.vue2-fb92f29f.js';
|
|
16
16
|
import 'portal-vue';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export { _ as OrTabsV3, T as TabsVariant } from '../../OrTabs-
|
|
1
|
+
export { _ as OrTabsV3, T as TabsVariant } from '../../OrTabs-08bbb2ae.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../OrIcon-d35a84d8.js';
|
|
5
5
|
import '../../normalize-component-6e8e3d80.js';
|
|
6
6
|
import '../../OrMenuItem-6f9b8a93.js';
|
|
7
|
-
import '../../OrMenu-
|
|
8
|
-
import '../../OrPopover-
|
|
7
|
+
import '../../OrMenu-27397f01.js';
|
|
8
|
+
import '../../OrPopover-707feca8.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-1c3f7920.js';
|
|
13
13
|
import '../../OrOverlay-b1609eef.js';
|
|
14
14
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
15
15
|
import 'portal-vue';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-
|
|
1
|
+
export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../../OrTag-ddfbcfa2.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrIconButton-
|
|
3
|
+
import '../../OrIconButton-ddbe7c15.js';
|
|
4
4
|
import '../../OrIcon-d35a84d8.js';
|
|
5
5
|
import '../../normalize-component-6e8e3d80.js';
|
|
6
|
-
import '../../OrTooltip-
|
|
6
|
+
import '../../OrTooltip-97841769.js';
|
|
7
7
|
import '@vueuse/core';
|
|
8
|
-
import '../../OrPopover-
|
|
8
|
+
import '../../OrPopover-707feca8.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-1c3f7920.js';
|
|
13
13
|
import '../../OrOverlay-b1609eef.js';
|
|
14
14
|
import '../../OrTeleport.vue2-fb92f29f.js';
|
|
15
15
|
import 'portal-vue';
|