@onereach/ui-components 4.6.4-beta.2804.0 → 4.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.js +30 -47
- package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.vue.d.ts +19 -10
- package/dist/bundled/v2/components/OrBottomSheetV3/index.js +1 -0
- package/dist/bundled/v2/components/OrCardCollectionV3/OrCardCollection.js +2 -1
- package/dist/bundled/v2/components/OrCardCollectionV3/index.js +2 -1
- package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +28 -52
- package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.vue.d.ts +18 -36
- package/dist/bundled/v2/components/OrConfirmV3/index.js +1 -0
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +3 -2
- package/dist/bundled/v2/components/OrDatePickerV3/index.js +2 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +4 -3
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +2 -1
- package/dist/bundled/v2/components/OrIconButtonV3/OrIconButton.js +2 -1
- package/dist/bundled/v2/components/OrIconButtonV3/index.js +2 -1
- package/dist/bundled/v2/components/OrInlineInputV3/OrInlineInput.js +2 -1
- package/dist/bundled/v2/components/OrInlineInputV3/index.js +2 -1
- package/dist/bundled/v2/components/OrInlineTextareaV3/OrInlineTextarea.js +2 -1
- package/dist/bundled/v2/components/OrInlineTextareaV3/index.js +2 -1
- package/dist/bundled/v2/components/OrInputV3/OrInput.js +2 -1
- package/dist/bundled/v2/components/OrInputV3/index.js +2 -1
- package/dist/bundled/v2/components/OrMenuV3/OrMenu.js +21 -48
- package/dist/bundled/v2/components/OrMenuV3/OrMenu.vue.d.ts +13 -16
- package/dist/bundled/v2/components/OrMenuV3/index.js +1 -0
- package/dist/bundled/v2/components/OrModalV3/OrModal.js +220 -65
- package/dist/bundled/v2/components/OrModalV3/OrModal.vue.d.ts +13 -19
- package/dist/bundled/v2/components/OrModalV3/index.js +9 -8
- package/dist/bundled/v2/components/OrModalV3/styles.d.ts +0 -3
- package/dist/bundled/v2/components/OrModalV3/styles.js +1 -16
- package/dist/bundled/v2/components/OrNotificationV3/OrNotification.js +2 -1
- package/dist/bundled/v2/components/OrNotificationV3/index.js +2 -1
- package/dist/bundled/v2/components/OrPaginationV3/OrPagination.js +2 -1
- package/dist/bundled/v2/components/OrPaginationV3/index.js +1 -0
- package/dist/bundled/v2/components/OrPopoverV3/OrPopover.js +31 -102
- package/dist/bundled/v2/components/OrPopoverV3/OrPopover.vue.d.ts +19 -12
- package/dist/bundled/v2/components/OrPopoverV3/index.js +1 -0
- package/dist/bundled/v2/components/OrSearchV3/OrSearch.js +1 -0
- package/dist/bundled/v2/components/OrSearchV3/index.js +1 -0
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +1 -0
- package/dist/bundled/v2/components/OrSelectV3/index.js +1 -0
- package/dist/bundled/v2/components/OrSidebarV3/OrSidebar.js +1 -0
- package/dist/bundled/v2/components/OrSidebarV3/index.js +1 -0
- package/dist/bundled/v2/components/OrTabsV3/OrTabs.js +1 -0
- package/dist/bundled/v2/components/OrTabsV3/index.js +1 -0
- package/dist/bundled/v2/components/OrTagV3/OrTag.js +2 -1
- package/dist/bundled/v2/components/OrTagV3/index.js +2 -1
- package/dist/bundled/v2/components/OrTagsV3/OrTags.js +1 -0
- package/dist/bundled/v2/components/OrTagsV3/index.js +1 -0
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +2 -1
- 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 +2 -1
- package/dist/bundled/v2/components/OrToastV3/index.js +2 -1
- package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.js +32 -39
- package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.vue.d.ts +20 -17
- package/dist/bundled/v2/components/OrTooltipV3/index.js +2 -1
- package/dist/bundled/v2/components/index.js +2 -1
- package/dist/bundled/v2/hooks/index.d.ts +1 -1
- package/dist/bundled/v2/hooks/index.js +1 -3
- package/dist/bundled/v2/hooks/useControlAttributes.d.ts +1 -2
- package/dist/bundled/v2/hooks/useElevation.js +3 -1
- package/dist/bundled/v2/hooks/useOverflow.d.ts +2 -2
- package/dist/bundled/v2/hooks/usePopoverState.d.ts +11 -0
- package/dist/bundled/v2/hooks/usePopoverState.js +42 -0
- package/dist/bundled/v2/hooks/useValidationAttributes.d.ts +1 -2
- package/dist/bundled/v2/index.js +3 -5
- package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-a81b2abb.js → OrBottomSheet.vue_vue_type_script_lang-aebedcb2.js} +28 -45
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-f2d222a5.js → OrCardCollection.vue_vue_type_script_lang-d15329fd.js} +3 -3
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-b1b13331.js → OrConfirm.vue_vue_type_script_lang-84f80066.js} +28 -52
- package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-31f5d798.js → OrDatePicker.vue_vue_type_script_lang-92222927.js} +3 -3
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-a0354296.js → OrDateTimePicker.vue_vue_type_script_lang-81f3cb69.js} +3 -3
- package/dist/bundled/v3/{OrDateTimePickerMonthSelect-98b935cb.js → OrDateTimePickerMonthSelect-354e1af8.js} +2 -2
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-5bba9f3f.js → OrIconButton.vue_vue_type_script_lang-fe97e57a.js} +1 -1
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-3c6b0958.js → OrInlineInput.vue_vue_type_script_lang-3131ae11.js} +1 -1
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-da59cd8e.js → OrInlineTextarea.vue_vue_type_script_lang-db28519e.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-d08b3796.js → OrInput.vue_vue_type_script_lang-5f74dd08.js} +1 -1
- package/dist/bundled/v3/OrMenu.vue_vue_type_script_lang-1f45bf44.js +66 -0
- package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-31c15ba1.js +160 -0
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-463e1a82.js → OrNotification.vue_vue_type_script_lang-89bbc41f.js} +1 -1
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-bdc8d9fb.js → OrPagination.vue_vue_type_script_lang-1835d432.js} +1 -1
- package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-7b1b2488.js → OrPopover.vue_vue_type_script_lang-c75dbd63.js} +27 -98
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-940d8e1f.js → OrSearch.vue_vue_type_script_lang-142ab019.js} +1 -1
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-1c77663e.js → OrSelect.vue_vue_type_script_lang-0ab50e13.js} +3 -3
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-780eaa84.js → OrSidebar.vue_vue_type_script_lang-23c6a11f.js} +1 -1
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-9d4221f1.js → OrTabs.vue_vue_type_script_lang-255f33d2.js} +1 -1
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-09948d1f.js → OrTag.vue_vue_type_script_lang-f4321103.js} +1 -1
- package/dist/bundled/v3/{OrTags.vue_vue_type_script_lang-71fb4f1d.js → OrTags.vue_vue_type_script_lang-4684a9c5.js} +2 -2
- package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-21be27c6.js → OrTimePicker.vue_vue_type_script_lang-e9684fe9.js} +2 -2
- package/dist/bundled/v3/OrTooltip.vue_vue_type_script_lang-f3ccffce.js +56 -0
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +7 -6
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.vue.d.ts +16 -10
- package/dist/bundled/v3/components/OrBottomSheetV3/index.js +3 -2
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +12 -11
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +11 -10
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +11 -10
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.vue.d.ts +18 -35
- package/dist/bundled/v3/components/OrConfirmV3/index.js +8 -7
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +11 -10
- package/dist/bundled/v3/components/OrDatePickerV3/index.js +9 -8
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +12 -11
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +9 -8
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +8 -7
- package/dist/bundled/v3/components/OrIconButtonV3/index.js +7 -6
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +9 -8
- package/dist/bundled/v3/components/OrInlineInputV3/index.js +8 -7
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +9 -8
- package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +8 -7
- package/dist/bundled/v3/components/OrInputV3/OrInput.js +9 -8
- package/dist/bundled/v3/components/OrInputV3/index.js +8 -7
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +9 -8
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.vue.d.ts +13 -5
- package/dist/bundled/v3/components/OrMenuV3/index.js +5 -4
- package/dist/bundled/v3/components/OrModalV3/OrModal.js +36 -33
- package/dist/bundled/v3/components/OrModalV3/OrModal.vue.d.ts +14 -16
- package/dist/bundled/v3/components/OrModalV3/index.js +15 -14
- package/dist/bundled/v3/components/OrModalV3/styles.d.ts +0 -3
- package/dist/bundled/v3/components/OrModalV3/styles.js +1 -16
- package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +9 -8
- package/dist/bundled/v3/components/OrNotificationV3/index.js +8 -7
- package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.js +2 -2
- package/dist/bundled/v3/components/OrOverlayV3/index.js +1 -1
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +8 -7
- package/dist/bundled/v3/components/OrPaginationV3/index.js +6 -5
- package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +8 -7
- package/dist/bundled/v3/components/OrPopoverV3/OrPopover.vue.d.ts +16 -11
- package/dist/bundled/v3/components/OrPopoverV3/index.js +4 -3
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +9 -8
- package/dist/bundled/v3/components/OrSearchV3/index.js +8 -7
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +10 -9
- package/dist/bundled/v3/components/OrSelectV3/index.js +9 -8
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +8 -7
- package/dist/bundled/v3/components/OrSidebarV3/index.js +7 -6
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +7 -6
- package/dist/bundled/v3/components/OrTabsV3/index.js +6 -5
- package/dist/bundled/v3/components/OrTagV3/OrTag.js +9 -8
- package/dist/bundled/v3/components/OrTagV3/index.js +8 -7
- package/dist/bundled/v3/components/OrTagsV3/OrTags.js +9 -8
- package/dist/bundled/v3/components/OrTagsV3/index.js +8 -7
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +9 -8
- package/dist/bundled/v3/components/OrTimePickerV3/index.js +7 -6
- package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +8 -7
- package/dist/bundled/v3/components/OrToastContainerV3/index.js +7 -6
- package/dist/bundled/v3/components/OrToastV3/OrToast.js +7 -6
- package/dist/bundled/v3/components/OrToastV3/index.js +8 -7
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +13 -10
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.vue.d.ts +17 -6
- package/dist/bundled/v3/components/OrTooltipV3/index.js +6 -5
- package/dist/bundled/v3/components/index.js +26 -25
- package/dist/bundled/v3/hooks/index.d.ts +1 -1
- package/dist/bundled/v3/hooks/index.js +1 -3
- package/dist/bundled/v3/hooks/useControlAttributes.d.ts +1 -2
- package/dist/bundled/v3/hooks/useElevation.js +3 -1
- package/dist/bundled/v3/hooks/useOverflow.d.ts +2 -2
- package/dist/bundled/v3/hooks/usePopoverState.d.ts +11 -0
- package/dist/bundled/v3/hooks/usePopoverState.js +42 -0
- package/dist/bundled/v3/hooks/useValidationAttributes.d.ts +1 -2
- package/dist/bundled/v3/index.js +27 -29
- package/dist/esm/v2/{OrBottomSheet-75a3b3c0.js → OrBottomSheet-0592ccb2.js} +31 -48
- package/dist/esm/v2/{OrCardCollection-94e0d4b3.js → OrCardCollection-2b9bc050.js} +4 -4
- package/dist/esm/v2/{OrCheckbox-41f2822d.js → OrCheckbox-3a8c93ad.js} +0 -2
- package/dist/esm/v2/{OrCheckboxGroup-97cfcbda.js → OrCheckboxGroup-b0d95dd6.js} +1 -1
- package/dist/esm/v2/{OrCheckboxTree-a7dc126c.js → OrCheckboxTree-54b0fdc1.js} +1 -1
- package/dist/esm/v2/{OrConfirm-93176f0d.js → OrConfirm-3f19c23b.js} +30 -54
- package/dist/esm/v2/{OrDatePicker-1f49baf1.js → OrDatePicker-e991e7b2.js} +4 -4
- package/dist/esm/v2/{OrDateTimePicker-3609de6e.js → OrDateTimePicker-7bbd81d1.js} +5 -5
- package/dist/esm/v2/{OrDateTimePickerMonthSelect-94af0df9.js → OrDateTimePickerMonthSelect-d75a849c.js} +3 -3
- package/dist/esm/v2/{OrIconButton-1ee067fd.js → OrIconButton-75972865.js} +2 -2
- package/dist/esm/v2/{OrInlineInput-737e8fff.js → OrInlineInput-cf17dbb2.js} +1 -3
- package/dist/esm/v2/{OrInlineTextarea-8bc79191.js → OrInlineTextarea-2b0e2f39.js} +1 -3
- package/dist/esm/v2/{OrInput-00cba216.js → OrInput-1a2b8ad9.js} +1 -3
- package/dist/esm/v2/{OrMenu-1c14379f.js → OrMenu-a35caf3b.js} +23 -49
- package/dist/esm/v2/OrModal-4aaae6bc.js +312 -0
- package/dist/esm/v2/{OrNotification-b2dd7471.js → OrNotification-a773f1df.js} +1 -1
- package/dist/esm/v2/{OrOverlay-cdaf5b7a.js → OrOverlay-f791976c.js} +1 -3
- package/dist/esm/v2/{OrPagination-06a860c7.js → OrPagination-3513165d.js} +3 -5
- package/dist/esm/v2/{OrPassword-681f8c53.js → OrPassword-1de0dc6c.js} +0 -2
- package/dist/esm/v2/{OrPopover-7096d459.js → OrPopover-a8950b85.js} +33 -106
- package/dist/esm/v2/{OrProgress-e079e857.js → OrProgress-102e3b5d.js} +0 -2
- package/dist/esm/v2/{OrRadio-23810acd.js → OrRadio-a812088f.js} +0 -2
- package/dist/esm/v2/{OrRadioGroup-0e1bf22c.js → OrRadioGroup-0de37d76.js} +1 -1
- package/dist/esm/v2/{OrSearch-408fb293.js → OrSearch-19c157b3.js} +1 -1
- package/dist/esm/v2/{OrSelect-1d437402.js → OrSelect-991b8be3.js} +4 -6
- package/dist/esm/v2/{OrSidebar-c106e59c.js → OrSidebar-bfbb8b0a.js} +1 -1
- package/dist/esm/v2/{OrSidebarCollapseButton-db2b96c5.js → OrSidebarCollapseButton-a98037d6.js} +1 -1
- package/dist/esm/v2/{OrSwitch-cb97f4d3.js → OrSwitch-9fae0bae.js} +0 -2
- package/dist/esm/v2/{OrTabs-52acc3f2.js → OrTabs-abf290af.js} +2 -2
- package/dist/esm/v2/{OrTag-dc2a1452.js → OrTag-aa46cecd.js} +1 -1
- package/dist/esm/v2/{OrTags-33e9a167.js → OrTags-2a567e79.js} +2 -4
- package/dist/esm/v2/{OrTextarea-01df0715.js → OrTextarea-e5c66426.js} +0 -2
- package/dist/esm/v2/{OrTextbox-a937432f.js → OrTextbox-c85d7fe6.js} +0 -2
- package/dist/esm/v2/{OrTimePicker-13359d63.js → OrTimePicker-766637cb.js} +3 -3
- package/dist/esm/v2/{OrTooltip-0649a0cd.js → OrTooltip-0dc63c1a.js} +33 -40
- package/dist/esm/v2/components/index.js +38 -39
- package/dist/esm/v2/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +19 -10
- package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +4 -5
- package/dist/esm/v2/components/or-card-collection-v3/index.js +11 -12
- package/dist/esm/v2/components/or-checkbox-group-v3/index.js +3 -5
- package/dist/esm/v2/components/or-checkbox-tree-v3/index.js +2 -4
- package/dist/esm/v2/components/or-checkbox-v3/index.js +1 -3
- package/dist/esm/v2/components/or-confirm-v3/OrConfirm.vue.d.ts +18 -36
- package/dist/esm/v2/components/or-confirm-v3/index.js +9 -10
- package/dist/esm/v2/components/or-date-picker-v3/index.js +10 -11
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +10 -11
- package/dist/esm/v2/components/or-icon-button-v3/index.js +7 -8
- package/dist/esm/v2/components/or-inline-input-v3/index.js +8 -9
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +8 -9
- package/dist/esm/v2/components/or-input-v3/index.js +8 -9
- package/dist/esm/v2/components/or-menu-v3/OrMenu.vue.d.ts +13 -16
- package/dist/esm/v2/components/or-menu-v3/index.js +7 -8
- package/dist/esm/v2/components/or-modal-v3/OrModal.vue.d.ts +13 -19
- package/dist/esm/v2/components/or-modal-v3/index.js +12 -13
- package/dist/esm/v2/components/or-modal-v3/partials/or-modal-content/OrModalContent.vue.d.ts +8 -0
- package/dist/esm/v2/components/or-modal-v3/partials/or-modal-content/styles.d.ts +1 -0
- package/dist/esm/v2/components/or-modal-v3/partials/or-modal-footer/OrModalFooter.vue.d.ts +8 -0
- package/dist/esm/v2/components/or-modal-v3/partials/or-modal-footer/styles.d.ts +1 -0
- package/dist/esm/v2/components/or-modal-v3/partials/or-modal-header/OrModalHeader.vue.d.ts +12 -0
- package/dist/esm/v2/components/or-modal-v3/partials/or-modal-header/styles.d.ts +1 -0
- package/dist/esm/v2/components/or-modal-v3/styles.d.ts +0 -3
- package/dist/esm/v2/components/or-notification-v3/index.js +8 -9
- package/dist/esm/v2/components/or-overlay-v3/index.js +2 -4
- package/dist/esm/v2/components/or-pagination-v3/index.js +7 -8
- package/dist/esm/v2/components/or-password/index.js +1 -3
- package/dist/esm/v2/components/or-popover-v3/OrPopover.vue.d.ts +19 -12
- package/dist/esm/v2/components/or-popover-v3/index.js +5 -6
- package/dist/esm/v2/components/or-progress-v3/index.js +1 -3
- package/dist/esm/v2/components/or-radio-group-v3/index.js +2 -4
- package/dist/esm/v2/components/or-radio-v3/index.js +1 -3
- package/dist/esm/v2/components/or-search-v3/index.js +9 -10
- package/dist/esm/v2/components/or-select-v3/index.js +11 -12
- package/dist/esm/v2/components/or-sidebar-v3/index.js +9 -10
- package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +8 -9
- package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +8 -9
- package/dist/esm/v2/components/or-switch-v3/index.js +1 -3
- package/dist/esm/v2/components/or-tabs-v3/index.js +7 -8
- package/dist/esm/v2/components/or-tag-v3/index.js +8 -9
- package/dist/esm/v2/components/or-tags-v3/index.js +9 -10
- package/dist/esm/v2/components/or-textarea-v3/index.js +1 -3
- package/dist/esm/v2/components/or-textbox/index.js +1 -3
- package/dist/esm/v2/components/or-time-picker-v3/index.js +8 -9
- package/dist/esm/v2/components/or-toast-v3/index.js +8 -9
- package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +8 -9
- package/dist/esm/v2/components/or-tooltip-v3/OrTooltip.vue.d.ts +20 -17
- package/dist/esm/v2/components/or-tooltip-v3/index.js +7 -8
- package/dist/esm/v2/hooks/index.d.ts +1 -1
- package/dist/esm/v2/hooks/index.js +2 -4
- package/dist/esm/v2/hooks/useControlAttributes.d.ts +1 -2
- package/dist/esm/v2/hooks/useOverflow.d.ts +2 -2
- package/dist/esm/v2/hooks/usePopoverState.d.ts +11 -0
- package/dist/esm/v2/hooks/useValidationAttributes.d.ts +1 -2
- package/dist/esm/v2/index.js +38 -40
- package/dist/esm/v2/{types-a8cdee2b.js → types-f30860ee.js} +2 -4
- package/dist/esm/{v3/useElevation-b5a49746.js → v2/useElevation-a50ec347.js} +3 -1
- package/dist/esm/v2/usePopoverState-8a95a300.js +42 -0
- package/dist/esm/v3/{OrBottomSheet-77311b39.js → OrBottomSheet-a39fb331.js} +31 -48
- package/dist/esm/v3/{OrCardCollection-bb83c68d.js → OrCardCollection-3d652a34.js} +4 -4
- package/dist/esm/v3/{OrCheckbox-2194e473.js → OrCheckbox-7093e9c2.js} +0 -2
- package/dist/esm/v3/{OrCheckboxGroup-6c36527f.js → OrCheckboxGroup-f755d216.js} +1 -1
- package/dist/esm/v3/{OrCheckboxTree-1873a941.js → OrCheckboxTree-99f6eaec.js} +1 -1
- package/dist/esm/v3/{OrConfirm-db0bc902.js → OrConfirm-cb0b2b78.js} +30 -54
- package/dist/esm/v3/{OrDatePicker-afede6ed.js → OrDatePicker-6a44ad41.js} +4 -4
- package/dist/esm/v3/{OrDateTimePicker-c74ee133.js → OrDateTimePicker-2cbcf8c7.js} +5 -5
- package/dist/esm/v3/{OrDateTimePickerMonthSelect-37ab67a7.js → OrDateTimePickerMonthSelect-2f61d92f.js} +3 -3
- package/dist/esm/v3/{OrIconButton-22ed57ad.js → OrIconButton-e34a20eb.js} +2 -2
- package/dist/esm/v3/{OrInlineInput-180b24c4.js → OrInlineInput-ad0d4264.js} +1 -3
- package/dist/esm/v3/{OrInlineTextarea-0ac83ef3.js → OrInlineTextarea-b5ec488d.js} +1 -3
- package/dist/esm/v3/{OrInput-ae5c1b2f.js → OrInput-a9aeef6e.js} +1 -3
- package/dist/esm/v3/{OrMenu-659eb389.js → OrMenu-f590d761.js} +24 -50
- package/dist/esm/v3/OrModal-9dc09e95.js +226 -0
- package/dist/esm/v3/{OrNotification-bcae9dec.js → OrNotification-69031471.js} +1 -1
- package/dist/esm/v3/{OrOverlay-5db47cfe.js → OrOverlay-28952099.js} +1 -3
- package/dist/esm/v3/{OrPagination-9e2ee086.js → OrPagination-f3be120f.js} +3 -5
- package/dist/esm/v3/{OrPassword-cd8a3c46.js → OrPassword-9192b9ea.js} +0 -2
- package/dist/esm/v3/{OrPopover-e2208d1c.js → OrPopover-ebd57053.js} +31 -104
- package/dist/esm/v3/{OrProgress-a54a42c0.js → OrProgress-efa51d7b.js} +0 -2
- package/dist/esm/v3/{OrRadio-4f0026c9.js → OrRadio-a6c88f29.js} +0 -2
- package/dist/esm/v3/{OrRadioGroup-d215409c.js → OrRadioGroup-5d1fe6fd.js} +1 -1
- package/dist/esm/v3/{OrSearch-5c1384ce.js → OrSearch-5576cf14.js} +1 -1
- package/dist/esm/v3/{OrSelect-f32d7727.js → OrSelect-0b3ebce9.js} +4 -6
- package/dist/esm/v3/{OrSidebar-47bea81a.js → OrSidebar-303ef558.js} +1 -1
- package/dist/esm/v3/{OrSidebarCollapseButton-ece05a32.js → OrSidebarCollapseButton-d7f004df.js} +1 -1
- package/dist/esm/v3/{OrSwitch-ed9868db.js → OrSwitch-594f5a63.js} +0 -2
- package/dist/esm/v3/{OrTabs-b9de0432.js → OrTabs-b6c8077c.js} +2 -2
- package/dist/esm/v3/{OrTag-c6f35b07.js → OrTag-4ac45254.js} +1 -1
- package/dist/esm/v3/{OrTags-5990db43.js → OrTags-de9f065e.js} +2 -4
- package/dist/esm/v3/{OrTextarea-0f9a2a27.js → OrTextarea-93cf7da7.js} +0 -2
- package/dist/esm/v3/{OrTextbox-8d2903db.js → OrTextbox-56714f51.js} +0 -2
- package/dist/esm/v3/{OrTimePicker-81437237.js → OrTimePicker-0fe72767.js} +3 -3
- package/dist/esm/v3/{OrTooltip-7e0473b9.js → OrTooltip-edb28095.js} +28 -41
- package/dist/esm/v3/components/index.js +38 -39
- package/dist/esm/v3/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +16 -10
- package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +4 -5
- package/dist/esm/v3/components/or-card-collection-v3/index.js +11 -12
- package/dist/esm/v3/components/or-checkbox-group-v3/index.js +3 -5
- package/dist/esm/v3/components/or-checkbox-tree-v3/index.js +2 -4
- package/dist/esm/v3/components/or-checkbox-v3/index.js +1 -3
- package/dist/esm/v3/components/or-confirm-v3/OrConfirm.vue.d.ts +18 -35
- package/dist/esm/v3/components/or-confirm-v3/index.js +9 -10
- package/dist/esm/v3/components/or-date-picker-v3/index.js +10 -11
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +10 -11
- package/dist/esm/v3/components/or-icon-button-v3/index.js +7 -8
- package/dist/esm/v3/components/or-inline-input-v3/index.js +8 -9
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +8 -9
- package/dist/esm/v3/components/or-input-v3/index.js +8 -9
- package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +13 -5
- package/dist/esm/v3/components/or-menu-v3/index.js +7 -8
- package/dist/esm/v3/components/or-modal-v3/OrModal.vue.d.ts +14 -16
- package/dist/esm/v3/components/or-modal-v3/index.js +11 -12
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-content/OrModalContent.vue.d.ts +5 -0
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-content/styles.d.ts +1 -0
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-footer/OrModalFooter.vue.d.ts +5 -0
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-footer/styles.d.ts +1 -0
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-header/OrModalHeader.vue.d.ts +7 -0
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-header/styles.d.ts +1 -0
- package/dist/esm/v3/components/or-modal-v3/styles.d.ts +0 -3
- package/dist/esm/v3/components/or-notification-v3/index.js +8 -9
- package/dist/esm/v3/components/or-overlay-v3/index.js +2 -4
- package/dist/esm/v3/components/or-pagination-v3/index.js +7 -8
- package/dist/esm/v3/components/or-password/index.js +1 -3
- package/dist/esm/v3/components/or-popover-v3/OrPopover.vue.d.ts +16 -11
- package/dist/esm/v3/components/or-popover-v3/index.js +5 -6
- package/dist/esm/v3/components/or-progress-v3/index.js +1 -3
- package/dist/esm/v3/components/or-radio-group-v3/index.js +2 -4
- package/dist/esm/v3/components/or-radio-v3/index.js +1 -3
- package/dist/esm/v3/components/or-search-v3/index.js +9 -10
- package/dist/esm/v3/components/or-select-v3/index.js +11 -12
- package/dist/esm/v3/components/or-sidebar-v3/index.js +9 -10
- package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +8 -9
- package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +8 -9
- package/dist/esm/v3/components/or-switch-v3/index.js +1 -3
- package/dist/esm/v3/components/or-tabs-v3/index.js +7 -8
- package/dist/esm/v3/components/or-tag-v3/index.js +8 -9
- package/dist/esm/v3/components/or-tags-v3/index.js +9 -10
- package/dist/esm/v3/components/or-textarea-v3/index.js +1 -3
- package/dist/esm/v3/components/or-textbox/index.js +1 -3
- package/dist/esm/v3/components/or-time-picker-v3/index.js +8 -9
- package/dist/esm/v3/components/or-toast-v3/index.js +8 -9
- package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.js +8 -9
- package/dist/esm/v3/components/or-tooltip-v3/OrTooltip.vue.d.ts +17 -6
- package/dist/esm/v3/components/or-tooltip-v3/index.js +7 -8
- package/dist/esm/v3/hooks/index.d.ts +1 -1
- package/dist/esm/v3/hooks/index.js +2 -4
- package/dist/esm/v3/hooks/useControlAttributes.d.ts +1 -2
- package/dist/esm/v3/hooks/useOverflow.d.ts +2 -2
- package/dist/esm/v3/hooks/usePopoverState.d.ts +11 -0
- package/dist/esm/v3/hooks/useValidationAttributes.d.ts +1 -2
- package/dist/esm/v3/index.js +38 -40
- package/dist/esm/v3/{types-637a5626.js → types-60f3dd35.js} +2 -4
- package/dist/esm/{v2/useElevation-b5a49746.js → v3/useElevation-a50ec347.js} +3 -1
- package/dist/esm/v3/usePopoverState-8a95a300.js +42 -0
- package/package.json +4 -4
- package/src/components/or-bottom-sheet-v3/OrBottomSheet.vue +29 -58
- package/src/components/or-confirm-v3/OrConfirm.vue +29 -50
- package/src/components/or-date-picker-v3/OrDatePicker.vue +1 -1
- package/src/components/or-date-time-picker-v3/OrDateTimePicker.vue +2 -2
- package/src/components/or-menu-v3/OrMenu.vue +18 -40
- package/src/components/or-modal-v3/OrModal.vue +32 -66
- package/src/components/or-modal-v3/partials/or-modal-content/OrModalContent.vue +37 -0
- package/src/components/or-modal-v3/partials/or-modal-content/styles.ts +10 -0
- package/src/components/or-modal-v3/partials/or-modal-footer/OrModalFooter.vue +37 -0
- package/src/components/or-modal-v3/partials/or-modal-footer/styles.ts +4 -0
- package/src/components/or-modal-v3/partials/or-modal-header/OrModalHeader.vue +54 -0
- package/src/components/or-modal-v3/partials/or-modal-header/styles.ts +10 -0
- package/src/components/or-modal-v3/styles.ts +0 -25
- package/src/components/or-pagination-v3/OrPagination.vue +1 -1
- package/src/components/or-popover-v3/OrPopover.vue +28 -125
- package/src/components/or-time-picker-v3/OrTimePicker.vue +1 -1
- package/src/components/or-tooltip-v3/OrTooltip.vue +24 -40
- package/src/hooks/index.ts +1 -1
- package/src/hooks/useControlAttributes.ts +1 -1
- package/src/hooks/useElevation.ts +7 -2
- package/src/hooks/useOverflow.ts +5 -3
- package/src/hooks/usePopoverState.ts +66 -0
- package/src/hooks/useValidationAttributes.ts +1 -1
- package/src/shims-png.d.ts +2 -2
- package/src/shims-vue.d.ts +2 -3
- package/src/shims.d.ts +3 -5
- package/dist/bundled/v2/hooks/useTheme.d.ts +0 -2
- package/dist/bundled/v2/hooks/useTheme.js +0 -10128
- package/dist/bundled/v3/OrMenu.vue_vue_type_script_lang-115f2c60.js +0 -93
- package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-202c4e2f.js +0 -71
- package/dist/bundled/v3/OrTooltip.vue_vue_type_script_lang-bb3db5bf.js +0 -72
- package/dist/bundled/v3/hooks/useTheme.d.ts +0 -2
- package/dist/bundled/v3/hooks/useTheme.js +0 -10128
- package/dist/esm/v2/OrModal-3dca06f9.js +0 -174
- package/dist/esm/v2/hooks/useTheme.d.ts +0 -2
- package/dist/esm/v2/useTheme-e23d13c8.js +0 -9
- package/dist/esm/v3/OrModal-2db2eb9f.js +0 -150
- package/dist/esm/v3/hooks/useTheme.d.ts +0 -2
- package/dist/esm/v3/useTheme-e23d13c8.js +0 -9
- package/src/hooks/useTheme.ts +0 -7
- package/src/shims-mdx.d.ts +0 -4
- /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-30f79990.js → OrDateTimePickerMonthSelect-9a8e332c.js} +0 -0
- /package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-86c7b93a.js → OrOverlay.vue_vue_type_script_lang-29ff6fd8.js} +0 -0
- /package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-485ef171.js → OrToastContainer.vue_vue_type_script_lang-461fb6d1.js} +0 -0
|
@@ -18,7 +18,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
18
18
|
isInvalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
19
19
|
isConfirmationButtonDisabled: import("@vue/composition-api").ComputedRef<boolean>;
|
|
20
20
|
touched: import("@vue/composition-api").Ref<boolean>;
|
|
21
|
-
|
|
21
|
+
state: import("@vue/composition-api").Ref<"open" | "closed">;
|
|
22
22
|
isInputActive: import("@vue/composition-api").Ref<boolean>;
|
|
23
23
|
escape: import("@vue/composition-api").ComputedRef<boolean>;
|
|
24
24
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
@@ -32,6 +32,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
32
32
|
onInputFocus: () => void;
|
|
33
33
|
onInputBlur: () => void;
|
|
34
34
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
35
|
+
isOpen: {
|
|
36
|
+
type: BooleanConstructor;
|
|
37
|
+
default: boolean;
|
|
38
|
+
};
|
|
35
39
|
titleText: {
|
|
36
40
|
type: StringConstructor;
|
|
37
41
|
required: false;
|
|
@@ -39,22 +43,18 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
39
43
|
};
|
|
40
44
|
confirmButtonText: {
|
|
41
45
|
type: StringConstructor;
|
|
42
|
-
required: false;
|
|
43
46
|
default: string;
|
|
44
47
|
};
|
|
45
48
|
cancelButtonText: {
|
|
46
49
|
type: StringConstructor;
|
|
47
|
-
required: false;
|
|
48
50
|
default: string;
|
|
49
51
|
};
|
|
50
52
|
confirmType: {
|
|
51
53
|
type: PropType<ConfirmType>;
|
|
52
|
-
required: false;
|
|
53
54
|
default: ConfirmType;
|
|
54
55
|
};
|
|
55
56
|
loading: {
|
|
56
57
|
type: BooleanConstructor;
|
|
57
|
-
required: false;
|
|
58
58
|
default: boolean;
|
|
59
59
|
};
|
|
60
60
|
disabled: {
|
|
@@ -64,30 +64,25 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
64
64
|
};
|
|
65
65
|
confirmationText: {
|
|
66
66
|
type: StringConstructor;
|
|
67
|
-
|
|
68
|
-
default: null;
|
|
67
|
+
default: undefined;
|
|
69
68
|
};
|
|
70
69
|
textConfirmationLabel: {
|
|
71
70
|
type: StringConstructor;
|
|
72
|
-
|
|
73
|
-
default: null;
|
|
71
|
+
default: undefined;
|
|
74
72
|
};
|
|
75
73
|
textConfirmationPlaceholder: {
|
|
76
74
|
type: StringConstructor;
|
|
77
|
-
|
|
78
|
-
default: null;
|
|
75
|
+
default: undefined;
|
|
79
76
|
};
|
|
80
77
|
textConfirmationError: {
|
|
81
78
|
type: StringConstructor;
|
|
82
|
-
|
|
83
|
-
default: null;
|
|
79
|
+
default: undefined;
|
|
84
80
|
};
|
|
81
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
85
82
|
isOpen: {
|
|
86
83
|
type: BooleanConstructor;
|
|
87
|
-
|
|
88
|
-
default: undefined;
|
|
84
|
+
default: boolean;
|
|
89
85
|
};
|
|
90
|
-
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
91
86
|
titleText: {
|
|
92
87
|
type: StringConstructor;
|
|
93
88
|
required: false;
|
|
@@ -95,22 +90,18 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
95
90
|
};
|
|
96
91
|
confirmButtonText: {
|
|
97
92
|
type: StringConstructor;
|
|
98
|
-
required: false;
|
|
99
93
|
default: string;
|
|
100
94
|
};
|
|
101
95
|
cancelButtonText: {
|
|
102
96
|
type: StringConstructor;
|
|
103
|
-
required: false;
|
|
104
97
|
default: string;
|
|
105
98
|
};
|
|
106
99
|
confirmType: {
|
|
107
100
|
type: PropType<ConfirmType>;
|
|
108
|
-
required: false;
|
|
109
101
|
default: ConfirmType;
|
|
110
102
|
};
|
|
111
103
|
loading: {
|
|
112
104
|
type: BooleanConstructor;
|
|
113
|
-
required: false;
|
|
114
105
|
default: boolean;
|
|
115
106
|
};
|
|
116
107
|
disabled: {
|
|
@@ -120,30 +111,22 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
120
111
|
};
|
|
121
112
|
confirmationText: {
|
|
122
113
|
type: StringConstructor;
|
|
123
|
-
|
|
124
|
-
default: null;
|
|
114
|
+
default: undefined;
|
|
125
115
|
};
|
|
126
116
|
textConfirmationLabel: {
|
|
127
117
|
type: StringConstructor;
|
|
128
|
-
|
|
129
|
-
default: null;
|
|
118
|
+
default: undefined;
|
|
130
119
|
};
|
|
131
120
|
textConfirmationPlaceholder: {
|
|
132
121
|
type: StringConstructor;
|
|
133
|
-
|
|
134
|
-
default: null;
|
|
122
|
+
default: undefined;
|
|
135
123
|
};
|
|
136
124
|
textConfirmationError: {
|
|
137
125
|
type: StringConstructor;
|
|
138
|
-
required: false;
|
|
139
|
-
default: null;
|
|
140
|
-
};
|
|
141
|
-
isOpen: {
|
|
142
|
-
type: BooleanConstructor;
|
|
143
|
-
required: false;
|
|
144
126
|
default: undefined;
|
|
145
127
|
};
|
|
146
128
|
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
129
|
+
isOpen: boolean;
|
|
147
130
|
titleText: string;
|
|
148
131
|
confirmButtonText: string;
|
|
149
132
|
cancelButtonText: string;
|
|
@@ -154,7 +137,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
154
137
|
textConfirmationLabel: string;
|
|
155
138
|
textConfirmationPlaceholder: string;
|
|
156
139
|
textConfirmationError: string;
|
|
157
|
-
isOpen: boolean;
|
|
158
140
|
} & {} & {
|
|
159
141
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
160
142
|
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
@@ -174,7 +156,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
174
156
|
isInvalid: import("@vue/composition-api").ComputedRef<boolean>;
|
|
175
157
|
isConfirmationButtonDisabled: import("@vue/composition-api").ComputedRef<boolean>;
|
|
176
158
|
touched: import("@vue/composition-api").Ref<boolean>;
|
|
177
|
-
|
|
159
|
+
state: import("@vue/composition-api").Ref<"open" | "closed">;
|
|
178
160
|
isInputActive: import("@vue/composition-api").Ref<boolean>;
|
|
179
161
|
escape: import("@vue/composition-api").ComputedRef<boolean>;
|
|
180
162
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
@@ -188,6 +170,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
188
170
|
onInputFocus: () => void;
|
|
189
171
|
onInputBlur: () => void;
|
|
190
172
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
173
|
+
isOpen: boolean;
|
|
191
174
|
titleText: string;
|
|
192
175
|
confirmButtonText: string;
|
|
193
176
|
cancelButtonText: string;
|
|
@@ -198,10 +181,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
198
181
|
textConfirmationLabel: string;
|
|
199
182
|
textConfirmationPlaceholder: string;
|
|
200
183
|
textConfirmationError: string;
|
|
201
|
-
isOpen: boolean;
|
|
202
184
|
} & {} & {
|
|
203
185
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
204
186
|
}, {
|
|
187
|
+
isOpen: boolean;
|
|
205
188
|
titleText: string;
|
|
206
189
|
confirmButtonText: string;
|
|
207
190
|
cancelButtonText: string;
|
|
@@ -212,6 +195,5 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
212
195
|
textConfirmationLabel: string;
|
|
213
196
|
textConfirmationPlaceholder: string;
|
|
214
197
|
textConfirmationError: string;
|
|
215
|
-
isOpen: boolean;
|
|
216
198
|
}, true>);
|
|
217
199
|
export default _default;
|
|
@@ -1,26 +1,25 @@
|
|
|
1
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-
|
|
1
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-3f19c23b.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import '@vueuse/math';
|
|
4
4
|
import 'vue-demi';
|
|
5
|
+
import '../../usePopoverState-8a95a300.js';
|
|
5
6
|
import '../../OrButton-9622e713.js';
|
|
6
7
|
import '../../OrLoader-b0c381f9.js';
|
|
7
8
|
import '../../normalize-component-6e8e3d80.js';
|
|
8
|
-
import '../../OrInput-
|
|
9
|
+
import '../../OrInput-1a2b8ad9.js';
|
|
9
10
|
import '../../useIdAttribute-859439f0.js';
|
|
10
11
|
import '../../useResponsive-a02e95b7.js';
|
|
11
|
-
import '@onereach/styles/tailwind.config';
|
|
12
|
-
import 'tailwindcss/resolveConfig';
|
|
13
12
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
14
13
|
import '../../OrError-4ffc1c39.js';
|
|
15
14
|
import '../../OrHint-aa221198.js';
|
|
16
|
-
import '../../OrIconButton-
|
|
15
|
+
import '../../OrIconButton-75972865.js';
|
|
17
16
|
import '../../OrIcon-d35a84d8.js';
|
|
18
|
-
import '../../OrTooltip-
|
|
19
|
-
import '../../OrPopover-
|
|
17
|
+
import '../../OrTooltip-0dc63c1a.js';
|
|
18
|
+
import '../../OrPopover-a8950b85.js';
|
|
20
19
|
import '@floating-ui/dom';
|
|
21
|
-
import '../../useElevation-
|
|
22
|
-
import '../../OrBottomSheet-
|
|
23
|
-
import '../../OrOverlay-
|
|
20
|
+
import '../../useElevation-a50ec347.js';
|
|
21
|
+
import '../../OrBottomSheet-0592ccb2.js';
|
|
22
|
+
import '../../OrOverlay-f791976c.js';
|
|
24
23
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
25
24
|
import 'portal-vue';
|
|
26
25
|
import '../../OrInputBox-7f3c0ee9.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { _ as OrDatePickerV3 } from '../../OrDatePicker-
|
|
1
|
+
export { _ as OrDatePickerV3 } from '../../OrDatePicker-e991e7b2.js';
|
|
2
2
|
export { I as DatePickerSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-906b3ef8.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-e1f90e0a.js';
|
|
@@ -8,22 +8,21 @@ 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-d75a849c.js';
|
|
12
|
+
import '../../OrIconButton-75972865.js';
|
|
13
13
|
import '../../OrIcon-d35a84d8.js';
|
|
14
|
-
import '../../OrTooltip-
|
|
15
|
-
import '../../
|
|
14
|
+
import '../../OrTooltip-0dc63c1a.js';
|
|
15
|
+
import '../../usePopoverState-8a95a300.js';
|
|
16
|
+
import '../../OrPopover-a8950b85.js';
|
|
16
17
|
import '@floating-ui/dom';
|
|
17
|
-
import '../../useElevation-
|
|
18
|
+
import '../../useElevation-a50ec347.js';
|
|
18
19
|
import '../../useResponsive-a02e95b7.js';
|
|
19
|
-
import '
|
|
20
|
-
import '
|
|
21
|
-
import '../../OrBottomSheet-75a3b3c0.js';
|
|
22
|
-
import '../../OrOverlay-cdaf5b7a.js';
|
|
20
|
+
import '../../OrBottomSheet-0592ccb2.js';
|
|
21
|
+
import '../../OrOverlay-f791976c.js';
|
|
23
22
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
24
23
|
import 'portal-vue';
|
|
25
24
|
import '../../OrMenuItem-6f9b8a93.js';
|
|
26
|
-
import '../../OrMenu-
|
|
25
|
+
import '../../OrMenu-a35caf3b.js';
|
|
27
26
|
import '../../OrError-4ffc1c39.js';
|
|
28
27
|
import '../../OrHint-aa221198.js';
|
|
29
28
|
import '../../OrInputBox-7f3c0ee9.js';
|
|
@@ -1,22 +1,21 @@
|
|
|
1
|
-
export { _ as OrDateTimePickerV3 } from '../../OrDateTimePicker-
|
|
1
|
+
export { _ as OrDateTimePickerV3 } from '../../OrDateTimePicker-7bbd81d1.js';
|
|
2
2
|
export { I as DateTimePickerSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-906b3ef8.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-75972865.js';
|
|
9
9
|
import '../../OrIcon-d35a84d8.js';
|
|
10
|
-
import '../../OrTooltip-
|
|
10
|
+
import '../../OrTooltip-0dc63c1a.js';
|
|
11
11
|
import '@vueuse/core';
|
|
12
|
-
import '../../
|
|
12
|
+
import '../../usePopoverState-8a95a300.js';
|
|
13
|
+
import '../../OrPopover-a8950b85.js';
|
|
13
14
|
import '@floating-ui/dom';
|
|
14
|
-
import '../../useElevation-
|
|
15
|
+
import '../../useElevation-a50ec347.js';
|
|
15
16
|
import '../../useResponsive-a02e95b7.js';
|
|
16
|
-
import '
|
|
17
|
-
import '
|
|
18
|
-
import '../../OrBottomSheet-75a3b3c0.js';
|
|
19
|
-
import '../../OrOverlay-cdaf5b7a.js';
|
|
17
|
+
import '../../OrBottomSheet-0592ccb2.js';
|
|
18
|
+
import '../../OrOverlay-f791976c.js';
|
|
20
19
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
21
20
|
import 'portal-vue';
|
|
22
21
|
import '../../OrInputBox-7f3c0ee9.js';
|
|
@@ -24,7 +23,7 @@ import '../../OrLabel-63380256.js';
|
|
|
24
23
|
import '../../OrDateTimePickerPopoverHeader-a84af34e.js';
|
|
25
24
|
import '../../OrButton-9622e713.js';
|
|
26
25
|
import '../../OrLoader-b0c381f9.js';
|
|
27
|
-
import '../../OrDateTimePickerMonthSelect-
|
|
26
|
+
import '../../OrDateTimePickerMonthSelect-d75a849c.js';
|
|
28
27
|
import '../../OrMenuItem-6f9b8a93.js';
|
|
29
|
-
import '../../OrMenu-
|
|
28
|
+
import '../../OrMenu-a35caf3b.js';
|
|
30
29
|
import '../../OrDateTimePickerTimeSelect-eecdd8ab.js';
|
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
export { I as IconButtonColor, _ as OrIconButtonV3 } from '../../OrIconButton-
|
|
1
|
+
export { I as IconButtonColor, _ as OrIconButtonV3 } from '../../OrIconButton-75972865.js';
|
|
2
2
|
export { I as IconButtonSize } from '../../OrIcon-d35a84d8.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
|
-
import '../../OrTooltip-
|
|
4
|
+
import '../../OrTooltip-0dc63c1a.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
|
-
import '../../
|
|
6
|
+
import '../../usePopoverState-8a95a300.js';
|
|
7
|
+
import '../../OrPopover-a8950b85.js';
|
|
7
8
|
import '@floating-ui/dom';
|
|
8
|
-
import '../../useElevation-
|
|
9
|
+
import '../../useElevation-a50ec347.js';
|
|
9
10
|
import '../../useResponsive-a02e95b7.js';
|
|
10
|
-
import '
|
|
11
|
-
import '
|
|
12
|
-
import '../../OrBottomSheet-75a3b3c0.js';
|
|
13
|
-
import '../../OrOverlay-cdaf5b7a.js';
|
|
11
|
+
import '../../OrBottomSheet-0592ccb2.js';
|
|
12
|
+
import '../../OrOverlay-f791976c.js';
|
|
14
13
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
15
14
|
import 'portal-vue';
|
|
16
15
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,23 +1,22 @@
|
|
|
1
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-
|
|
1
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-cf17dbb2.js';
|
|
2
2
|
export { I as InlineInputSize } from '../../OrInlineInputBox-19b49ee6.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
|
-
import '@onereach/styles/tailwind.config';
|
|
7
|
-
import 'tailwindcss/resolveConfig';
|
|
8
6
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
9
7
|
import '../../OrError-4ffc1c39.js';
|
|
10
8
|
import '../../normalize-component-6e8e3d80.js';
|
|
11
9
|
import '../../OrHint-aa221198.js';
|
|
12
|
-
import '../../OrIconButton-
|
|
10
|
+
import '../../OrIconButton-75972865.js';
|
|
13
11
|
import '../../OrIcon-d35a84d8.js';
|
|
14
|
-
import '../../OrTooltip-
|
|
15
|
-
import '../../
|
|
12
|
+
import '../../OrTooltip-0dc63c1a.js';
|
|
13
|
+
import '../../usePopoverState-8a95a300.js';
|
|
14
|
+
import '../../OrPopover-a8950b85.js';
|
|
16
15
|
import '@floating-ui/dom';
|
|
17
|
-
import '../../useElevation-
|
|
16
|
+
import '../../useElevation-a50ec347.js';
|
|
18
17
|
import '../../useResponsive-a02e95b7.js';
|
|
19
|
-
import '../../OrBottomSheet-
|
|
20
|
-
import '../../OrOverlay-
|
|
18
|
+
import '../../OrBottomSheet-0592ccb2.js';
|
|
19
|
+
import '../../OrOverlay-f791976c.js';
|
|
21
20
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
22
21
|
import 'portal-vue';
|
|
23
22
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,22 +1,21 @@
|
|
|
1
|
-
export { _ as OrInlineTextareaV3 } from '../../OrInlineTextarea-
|
|
1
|
+
export { _ as OrInlineTextareaV3 } from '../../OrInlineTextarea-2b0e2f39.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useIdAttribute-859439f0.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
-
import '@onereach/styles/tailwind.config';
|
|
6
|
-
import 'tailwindcss/resolveConfig';
|
|
7
5
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
8
6
|
import '../../OrError-4ffc1c39.js';
|
|
9
7
|
import '../../normalize-component-6e8e3d80.js';
|
|
10
8
|
import '../../OrHint-aa221198.js';
|
|
11
|
-
import '../../OrIconButton-
|
|
9
|
+
import '../../OrIconButton-75972865.js';
|
|
12
10
|
import '../../OrIcon-d35a84d8.js';
|
|
13
|
-
import '../../OrTooltip-
|
|
14
|
-
import '../../
|
|
11
|
+
import '../../OrTooltip-0dc63c1a.js';
|
|
12
|
+
import '../../usePopoverState-8a95a300.js';
|
|
13
|
+
import '../../OrPopover-a8950b85.js';
|
|
15
14
|
import '@floating-ui/dom';
|
|
16
|
-
import '../../useElevation-
|
|
15
|
+
import '../../useElevation-a50ec347.js';
|
|
17
16
|
import '../../useResponsive-a02e95b7.js';
|
|
18
|
-
import '../../OrBottomSheet-
|
|
19
|
-
import '../../OrOverlay-
|
|
17
|
+
import '../../OrBottomSheet-0592ccb2.js';
|
|
18
|
+
import '../../OrOverlay-f791976c.js';
|
|
20
19
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
21
20
|
import 'portal-vue';
|
|
22
21
|
import '../../OrInlineInputBox-19b49ee6.js';
|
|
@@ -1,23 +1,22 @@
|
|
|
1
|
-
export { I as InputType, _ as OrInputV3 } from '../../OrInput-
|
|
1
|
+
export { I as InputType, _ as OrInputV3 } from '../../OrInput-1a2b8ad9.js';
|
|
2
2
|
export { I as InputSize } from '../../OrInputBox.vue_rollup-plugin-vue_script-906b3ef8.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
6
|
import '../../useResponsive-a02e95b7.js';
|
|
7
|
-
import '@onereach/styles/tailwind.config';
|
|
8
|
-
import 'tailwindcss/resolveConfig';
|
|
9
7
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
10
8
|
import '../../OrError-4ffc1c39.js';
|
|
11
9
|
import '../../normalize-component-6e8e3d80.js';
|
|
12
10
|
import '../../OrHint-aa221198.js';
|
|
13
|
-
import '../../OrIconButton-
|
|
11
|
+
import '../../OrIconButton-75972865.js';
|
|
14
12
|
import '../../OrIcon-d35a84d8.js';
|
|
15
|
-
import '../../OrTooltip-
|
|
16
|
-
import '../../
|
|
13
|
+
import '../../OrTooltip-0dc63c1a.js';
|
|
14
|
+
import '../../usePopoverState-8a95a300.js';
|
|
15
|
+
import '../../OrPopover-a8950b85.js';
|
|
17
16
|
import '@floating-ui/dom';
|
|
18
|
-
import '../../useElevation-
|
|
19
|
-
import '../../OrBottomSheet-
|
|
20
|
-
import '../../OrOverlay-
|
|
17
|
+
import '../../useElevation-a50ec347.js';
|
|
18
|
+
import '../../OrBottomSheet-0592ccb2.js';
|
|
19
|
+
import '../../OrOverlay-f791976c.js';
|
|
21
20
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
22
21
|
import 'portal-vue';
|
|
23
22
|
import '../../OrInputBox-7f3c0ee9.js';
|
|
@@ -2,20 +2,17 @@ import { PropType } from 'vue-demi';
|
|
|
2
2
|
import { MenuPlacement } from './props';
|
|
3
3
|
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
4
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
|
-
popover: import("@vue/composition-api").Ref<import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
6
|
-
[x: string]: ((...args: any[]) => any) | null;
|
|
7
|
-
} | string[], {} & {}, {
|
|
8
|
-
[x: number]: string;
|
|
9
|
-
} | {}, true> | undefined>;
|
|
10
|
-
popoverRoot: import("@vue/composition-api").ComputedRef<undefined>;
|
|
11
|
-
state: import("@vue/composition-api").ComputedRef<undefined>;
|
|
12
5
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
13
|
-
|
|
6
|
+
state: import("@vue/composition-api").Ref<"open" | "closed">;
|
|
14
7
|
open: () => void;
|
|
15
8
|
close: () => void;
|
|
16
9
|
toggle: () => void;
|
|
17
10
|
onClick: (event: Event) => void;
|
|
18
11
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
12
|
+
isOpen: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
19
16
|
trigger: {
|
|
20
17
|
type: {
|
|
21
18
|
new (): HTMLElement;
|
|
@@ -28,6 +25,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
28
25
|
default: MenuPlacement;
|
|
29
26
|
};
|
|
30
27
|
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
28
|
+
isOpen: {
|
|
29
|
+
type: BooleanConstructor;
|
|
30
|
+
default: boolean;
|
|
31
|
+
};
|
|
31
32
|
trigger: {
|
|
32
33
|
type: {
|
|
33
34
|
new (): HTMLElement;
|
|
@@ -40,31 +41,27 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
40
41
|
default: MenuPlacement;
|
|
41
42
|
};
|
|
42
43
|
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
44
|
+
isOpen: boolean;
|
|
43
45
|
trigger: HTMLElement;
|
|
44
46
|
placement: MenuPlacement;
|
|
45
47
|
} & {} & {
|
|
46
48
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
47
49
|
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
48
50
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
49
|
-
popover: import("@vue/composition-api").Ref<import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
50
|
-
[x: string]: ((...args: any[]) => any) | null;
|
|
51
|
-
} | string[], {} & {}, {
|
|
52
|
-
[x: number]: string;
|
|
53
|
-
} | {}, true> | undefined>;
|
|
54
|
-
popoverRoot: import("@vue/composition-api").ComputedRef<undefined>;
|
|
55
|
-
state: import("@vue/composition-api").ComputedRef<undefined>;
|
|
56
51
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
57
|
-
|
|
52
|
+
state: import("@vue/composition-api").Ref<"open" | "closed">;
|
|
58
53
|
open: () => void;
|
|
59
54
|
close: () => void;
|
|
60
55
|
toggle: () => void;
|
|
61
56
|
onClick: (event: Event) => void;
|
|
62
57
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
58
|
+
isOpen: boolean;
|
|
63
59
|
trigger: HTMLElement;
|
|
64
60
|
placement: MenuPlacement;
|
|
65
61
|
} & {} & {
|
|
66
62
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
67
63
|
}, {
|
|
64
|
+
isOpen: boolean;
|
|
68
65
|
trigger: HTMLElement;
|
|
69
66
|
placement: MenuPlacement;
|
|
70
67
|
}, true>);
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
export { _ as OrMenuV3 } from '../../OrMenu-
|
|
2
|
-
export { P as MenuPlacement } from '../../OrPopover-
|
|
1
|
+
export { _ as OrMenuV3 } from '../../OrMenu-a35caf3b.js';
|
|
2
|
+
export { P as MenuPlacement } from '../../OrPopover-a8950b85.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
|
+
import '@vueuse/core';
|
|
5
|
+
import '../../usePopoverState-8a95a300.js';
|
|
4
6
|
import '../../normalize-component-6e8e3d80.js';
|
|
5
7
|
import '@floating-ui/dom';
|
|
6
|
-
import '
|
|
7
|
-
import '../../useElevation-b5a49746.js';
|
|
8
|
+
import '../../useElevation-a50ec347.js';
|
|
8
9
|
import '../../useResponsive-a02e95b7.js';
|
|
9
|
-
import '
|
|
10
|
-
import '
|
|
11
|
-
import '../../OrBottomSheet-75a3b3c0.js';
|
|
12
|
-
import '../../OrOverlay-cdaf5b7a.js';
|
|
10
|
+
import '../../OrBottomSheet-0592ccb2.js';
|
|
11
|
+
import '../../OrOverlay-f791976c.js';
|
|
13
12
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
14
13
|
import 'portal-vue';
|
|
@@ -3,51 +3,45 @@ import { ModalSize } from './props';
|
|
|
3
3
|
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
4
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
5
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
6
|
-
|
|
7
|
-
contentStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
8
|
-
footerStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
9
|
-
isActive: import("@vue/composition-api").Ref<boolean>;
|
|
6
|
+
state: import("@vue/composition-api").Ref<"open" | "closed">;
|
|
10
7
|
open: () => void;
|
|
11
8
|
close: () => void;
|
|
12
9
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
13
|
-
size: {
|
|
14
|
-
type: PropType<ModalSize>;
|
|
15
|
-
default: ModalSize;
|
|
16
|
-
};
|
|
17
10
|
isOpen: {
|
|
18
|
-
type:
|
|
11
|
+
type: BooleanConstructor;
|
|
19
12
|
default: boolean;
|
|
20
13
|
};
|
|
21
|
-
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
22
14
|
size: {
|
|
23
|
-
type: PropType<
|
|
15
|
+
type: PropType<"l" | "m" | "s">;
|
|
24
16
|
default: ModalSize;
|
|
25
17
|
};
|
|
18
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
26
19
|
isOpen: {
|
|
27
|
-
type:
|
|
20
|
+
type: BooleanConstructor;
|
|
28
21
|
default: boolean;
|
|
29
22
|
};
|
|
23
|
+
size: {
|
|
24
|
+
type: PropType<"l" | "m" | "s">;
|
|
25
|
+
default: ModalSize;
|
|
26
|
+
};
|
|
30
27
|
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
31
|
-
size: ModalSize;
|
|
32
28
|
isOpen: boolean;
|
|
29
|
+
size: "l" | "m" | "s";
|
|
33
30
|
} & {} & {
|
|
34
31
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
35
32
|
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
36
33
|
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
37
34
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
38
|
-
|
|
39
|
-
contentStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
40
|
-
footerStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
41
|
-
isActive: import("@vue/composition-api").Ref<boolean>;
|
|
35
|
+
state: import("@vue/composition-api").Ref<"open" | "closed">;
|
|
42
36
|
open: () => void;
|
|
43
37
|
close: () => void;
|
|
44
38
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
45
|
-
size: ModalSize;
|
|
46
39
|
isOpen: boolean;
|
|
40
|
+
size: "l" | "m" | "s";
|
|
47
41
|
} & {} & {
|
|
48
42
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
49
43
|
}, {
|
|
50
|
-
size: ModalSize;
|
|
51
44
|
isOpen: boolean;
|
|
45
|
+
size: "l" | "m" | "s";
|
|
52
46
|
}, true>);
|
|
53
47
|
export default _default;
|
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
export { M as ModalSize, _ as OrModalV3 } from '../../OrModal-
|
|
1
|
+
export { M as ModalSize, _ as OrModalV3 } from '../../OrModal-4aaae6bc.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrIconButton-1ee067fd.js';
|
|
4
|
-
import '../../OrIcon-d35a84d8.js';
|
|
5
|
-
import '../../normalize-component-6e8e3d80.js';
|
|
6
|
-
import '../../OrTooltip-0649a0cd.js';
|
|
7
3
|
import '@vueuse/core';
|
|
8
|
-
import '../../
|
|
9
|
-
import '
|
|
10
|
-
import '../../useElevation-
|
|
11
|
-
import '../../useResponsive-a02e95b7.js';
|
|
12
|
-
import '@onereach/styles/tailwind.config';
|
|
13
|
-
import 'tailwindcss/resolveConfig';
|
|
14
|
-
import '../../OrBottomSheet-75a3b3c0.js';
|
|
15
|
-
import '../../OrOverlay-cdaf5b7a.js';
|
|
4
|
+
import '../../usePopoverState-8a95a300.js';
|
|
5
|
+
import '../../OrOverlay-f791976c.js';
|
|
6
|
+
import '../../useElevation-a50ec347.js';
|
|
16
7
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
17
8
|
import 'portal-vue';
|
|
9
|
+
import '../../normalize-component-6e8e3d80.js';
|
|
10
|
+
import '../../OrIconButton-75972865.js';
|
|
11
|
+
import '../../OrIcon-d35a84d8.js';
|
|
12
|
+
import '../../OrTooltip-0dc63c1a.js';
|
|
13
|
+
import '../../OrPopover-a8950b85.js';
|
|
14
|
+
import '@floating-ui/dom';
|
|
15
|
+
import '../../useResponsive-a02e95b7.js';
|
|
16
|
+
import '../../OrBottomSheet-0592ccb2.js';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
2
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
3
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
4
|
+
}> & import("@vue/composition-api").Data, {}, {}, {}, import("@vue/composition-api").ExtractPropTypes<{}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
5
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
6
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
7
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {} & {}, {}, true>);
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ModalContent: string[];
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
2
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
3
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
4
|
+
}> & import("@vue/composition-api").Data, {}, {}, {}, import("@vue/composition-api").ExtractPropTypes<{}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
5
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
6
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
7
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {} & {}, {}, true>);
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ModalFooter: string[];
|