@onereach/ui-components 4.7.0-beta.2809.0 → 4.7.0-beta.2811.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/components/OrBottomSheetV3/OrBottomSheet.js +32 -49
- package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.vue.d.ts +19 -10
- package/dist/bundled/v2/components/OrBottomSheetV3/index.js +3 -2
- package/dist/bundled/v2/components/OrButtonV3/OrButton.js +2 -2
- package/dist/bundled/v2/components/OrButtonV3/index.js +2 -2
- package/dist/bundled/v2/components/OrCardCollection/OrCardCollection.js +1 -1
- package/dist/bundled/v2/components/OrCardCollection/index.js +1 -1
- package/dist/bundled/v2/components/OrCardCollectionV3/OrCardCollection.js +3 -2
- package/dist/bundled/v2/components/OrCardCollectionV3/index.js +3 -2
- package/dist/bundled/v2/components/OrCheckboxGroupV3/OrCheckboxGroup.js +2 -2
- package/dist/bundled/v2/components/OrCheckboxGroupV3/index.js +2 -2
- package/dist/bundled/v2/components/OrCheckboxTreeV3/OrCheckboxTree.js +2 -2
- package/dist/bundled/v2/components/OrCheckboxTreeV3/index.js +2 -2
- package/dist/bundled/v2/components/OrCheckboxV3/OrCheckbox.js +2 -2
- package/dist/bundled/v2/components/OrCheckboxV3/index.js +2 -2
- package/dist/bundled/v2/components/OrCode/OrCode.js +2 -2
- package/dist/bundled/v2/components/OrCode/index.js +2 -2
- package/dist/bundled/v2/components/OrColorPicker/OrColorPicker.js +2 -2
- package/dist/bundled/v2/components/OrColorPicker/index.js +2 -2
- package/dist/bundled/v2/components/OrConfirm/OrConfirm.js +3 -3
- package/dist/bundled/v2/components/OrConfirm/index.js +3 -3
- package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +31 -55
- package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.vue.d.ts +18 -36
- package/dist/bundled/v2/components/OrConfirmV3/index.js +4 -3
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +6 -5
- package/dist/bundled/v2/components/OrDatePickerV3/index.js +5 -4
- package/dist/bundled/v2/components/OrDateTimePicker/OrDateTimePicker.js +2 -2
- package/dist/bundled/v2/components/OrDateTimePicker/index.js +2 -2
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +8 -7
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +6 -5
- package/dist/bundled/v2/components/OrIconButtonV3/OrIconButton.js +3 -2
- package/dist/bundled/v2/components/OrIconButtonV3/index.js +3 -2
- package/dist/bundled/v2/components/OrInlineInputV3/OrInlineInput.js +3 -2
- package/dist/bundled/v2/components/OrInlineInputV3/index.js +3 -2
- package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.js +2 -2
- package/dist/bundled/v2/components/OrInlineTextEdit/index.js +2 -2
- package/dist/bundled/v2/components/OrInlineTextareaV3/OrInlineTextarea.js +3 -2
- package/dist/bundled/v2/components/OrInlineTextareaV3/index.js +3 -2
- package/dist/bundled/v2/components/OrInputV3/OrInput.js +3 -2
- package/dist/bundled/v2/components/OrInputV3/index.js +3 -2
- package/dist/bundled/v2/components/OrLoaderV3/OrLoader.js +2 -2
- package/dist/bundled/v2/components/OrLoaderV3/index.js +2 -2
- package/dist/bundled/v2/components/OrMenuV3/OrMenu.js +23 -50
- package/dist/bundled/v2/components/OrMenuV3/OrMenu.vue.d.ts +13 -16
- package/dist/bundled/v2/components/OrMenuV3/index.js +3 -2
- package/dist/bundled/v2/components/OrModal/OrModal.js +2 -2
- package/dist/bundled/v2/components/OrModal/index.js +2 -2
- package/dist/bundled/v2/components/OrModalV3/OrModal.js +221 -66
- package/dist/bundled/v2/components/OrModalV3/OrModal.vue.d.ts +13 -19
- package/dist/bundled/v2/components/OrModalV3/index.js +10 -9
- 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 +3 -2
- package/dist/bundled/v2/components/OrNotificationV3/index.js +3 -2
- package/dist/bundled/v2/components/OrOverflowMenu/OrOverflowMenu.js +2 -2
- package/dist/bundled/v2/components/OrOverflowMenu/index.js +2 -2
- package/dist/bundled/v2/components/OrOverlayV3/OrOverlay.js +2 -2
- package/dist/bundled/v2/components/OrOverlayV3/index.js +2 -2
- package/dist/bundled/v2/components/OrPaginationV3/OrPagination.js +4 -3
- package/dist/bundled/v2/components/OrPaginationV3/index.js +3 -2
- package/dist/bundled/v2/components/OrPassword/OrPassword.js +2 -2
- package/dist/bundled/v2/components/OrPassword/index.js +2 -2
- package/dist/bundled/v2/components/OrPopoverV3/OrPopover.js +33 -104
- package/dist/bundled/v2/components/OrPopoverV3/OrPopover.vue.d.ts +19 -12
- package/dist/bundled/v2/components/OrPopoverV3/index.js +3 -2
- package/dist/bundled/v2/components/OrProgressV3/OrProgress.js +2 -2
- package/dist/bundled/v2/components/OrProgressV3/index.js +2 -2
- package/dist/bundled/v2/components/OrRadioGroupV3/OrRadioGroup.js +2 -2
- package/dist/bundled/v2/components/OrRadioGroupV3/index.js +2 -2
- package/dist/bundled/v2/components/OrSearch/OrSearch.js +1 -1
- package/dist/bundled/v2/components/OrSearch/index.js +1 -1
- package/dist/bundled/v2/components/OrSearchV3/OrSearch.js +3 -2
- package/dist/bundled/v2/components/OrSearchV3/index.js +3 -2
- package/dist/bundled/v2/components/OrSelect/OrSelect.js +2 -2
- package/dist/bundled/v2/components/OrSelect/index.js +2 -2
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +3 -2
- package/dist/bundled/v2/components/OrSelectV3/index.js +3 -2
- package/dist/bundled/v2/components/OrSidebar/OrSidebar.js +2 -2
- package/dist/bundled/v2/components/OrSidebar/index.js +2 -2
- package/dist/bundled/v2/components/OrSidebarV3/OrSidebar.js +3 -2
- package/dist/bundled/v2/components/OrSidebarV3/index.js +3 -2
- package/dist/bundled/v2/components/OrSlider/OrSlider.js +2 -2
- package/dist/bundled/v2/components/OrSlider/index.js +2 -2
- package/dist/bundled/v2/components/OrSwitchV3/OrSwitch.js +2 -2
- package/dist/bundled/v2/components/OrSwitchV3/index.js +2 -2
- package/dist/bundled/v2/components/OrTabsV3/OrTabs.js +3 -2
- package/dist/bundled/v2/components/OrTabsV3/index.js +3 -2
- package/dist/bundled/v2/components/OrTagV3/OrTag.js +3 -2
- package/dist/bundled/v2/components/OrTagV3/index.js +3 -2
- package/dist/bundled/v2/components/OrTagsV3/OrTags.js +3 -2
- package/dist/bundled/v2/components/OrTagsV3/index.js +3 -2
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +6 -5
- package/dist/bundled/v2/components/OrTimePickerV3/index.js +5 -4
- package/dist/bundled/v2/components/OrToast/Timer.js +1 -1
- package/dist/bundled/v2/components/OrToast/composable/index.js +2 -2
- package/dist/bundled/v2/components/OrToast/composable/useToast.js +2 -2
- package/dist/bundled/v2/components/OrToast/composable/useToastEventBus.js +2 -2
- package/dist/bundled/v2/components/OrToast/index.js +2 -2
- package/dist/bundled/v2/components/OrToastContainer/OrToastContainer.js +2 -2
- package/dist/bundled/v2/components/OrToastContainer/index.js +2 -2
- package/dist/bundled/v2/components/OrToastContainerV3/OrToastContainer.js +3 -2
- package/dist/bundled/v2/components/OrToastContainerV3/index.js +3 -2
- package/dist/bundled/v2/components/OrToastV3/OrToast.js +3 -2
- package/dist/bundled/v2/components/OrToastV3/Timer.js +1 -1
- package/dist/bundled/v2/components/OrToastV3/composable/index.js +2 -2
- package/dist/bundled/v2/components/OrToastV3/composable/useToast.js +2 -2
- package/dist/bundled/v2/components/OrToastV3/composable/useToastEventBus.js +2 -2
- package/dist/bundled/v2/components/OrToastV3/index.js +3 -2
- package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.js +33 -40
- package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.vue.d.ts +20 -17
- package/dist/bundled/v2/components/OrTooltipV3/index.js +3 -2
- package/dist/bundled/v2/components/index.js +7 -6
- package/dist/bundled/v2/hooks/index.d.ts +1 -0
- package/dist/bundled/v2/hooks/index.js +3 -2
- 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.js +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/useResponsive/index.js +2 -2
- package/dist/bundled/v2/hooks/useResponsive/useResponsive.js +2 -2
- package/dist/bundled/v2/hooks/useValidationAttributes.d.ts +1 -2
- package/dist/bundled/v2/{index-2ae26715.js → index-6d94f832.js} +1 -1
- package/dist/bundled/v2/{index-b46f18ed.js → index-82718479.js} +1 -1
- package/dist/bundled/v2/{index-cbe0a12b.js → index-8a1b5b9c.js} +10 -1
- package/dist/bundled/v2/index.js +8 -7
- package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-d9fcd418.js → OrBottomSheet.vue_vue_type_script_lang-2f9406a6.js} +29 -46
- package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-c265e025.js → OrButton.vue_vue_type_script_lang-af5ff967.js} +1 -1
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-e5c98f3c.js → OrCardCollection.vue_vue_type_script_lang-86c25f0f.js} +1 -1
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-2894160e.js → OrCardCollection.vue_vue_type_script_lang-decf25ee.js} +4 -4
- package/dist/bundled/v3/{OrCheckbox.vue_vue_type_script_lang-2560fb0a.js → OrCheckbox.vue_vue_type_script_lang-a6d72885.js} +1 -1
- package/dist/bundled/v3/{OrCheckboxGroup.vue_vue_type_script_lang-d660265f.js → OrCheckboxGroup.vue_vue_type_script_lang-b4421b8d.js} +2 -2
- package/dist/bundled/v3/{OrCheckboxTree.vue_vue_type_script_lang-2f7bcd84.js → OrCheckboxTree.vue_vue_type_script_lang-c7beacdf.js} +4 -4
- package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-47b6eb5e.js → OrCode.vue_vue_type_script_lang-7af61a76.js} +2 -2
- package/dist/bundled/v3/{OrColorPicker.vue_vue_type_script_lang-b8dccbf5.js → OrColorPicker.vue_vue_type_script_lang-6143f82f.js} +2 -2
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-49bdb6aa.js → OrConfirm.vue_vue_type_script_lang-ac591c04.js} +32 -56
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-53373fb5.js → OrConfirm.vue_vue_type_script_lang-cdd89236.js} +4 -4
- package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-5b3e33ae.js → OrDatePicker.vue_vue_type_script_lang-b9052966.js} +4 -4
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-a2837cdd.js → OrDateTimePicker.vue_vue_type_script_lang-111a251e.js} +1 -1
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-7f2c4b8d.js → OrDateTimePicker.vue_vue_type_script_lang-741b8048.js} +5 -5
- package/dist/bundled/v3/{OrDateTimePickerMonthSelect-fb24d350.js → OrDateTimePickerMonthSelect-6c5e416a.js} +3 -3
- package/dist/bundled/v3/{OrDateTimePickerPopoverHeader-d9e7c2dd.js → OrDateTimePickerPopoverHeader-894382f9.js} +1 -1
- package/dist/bundled/v3/{OrDateTimePickerTimeSelect-2a22be59.js → OrDateTimePickerTimeSelect-b04942c5.js} +1 -1
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-e9747c8c.js → OrIconButton.vue_vue_type_script_lang-743eb1eb.js} +1 -1
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-4af9c75c.js → OrInlineInput.vue_vue_type_script_lang-2df002e8.js} +1 -1
- package/dist/bundled/v3/{OrInlineTextEdit.vue_vue_type_script_lang-34c17332.js → OrInlineTextEdit.vue_vue_type_script_lang-1e78da3c.js} +1 -1
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-59c9ac2b.js → OrInlineTextarea.vue_vue_type_script_lang-139602f1.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-a8c90dd0.js → OrInput.vue_vue_type_script_lang-30a2b358.js} +2 -2
- package/dist/bundled/v3/{OrLoader.vue_vue_type_script_lang-3cb241aa.js → OrLoader.vue_vue_type_script_lang-c1b5372a.js} +1 -1
- package/dist/bundled/v3/OrMenu.vue_vue_type_script_lang-90d57815.js +66 -0
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-5a907c88.js → OrModal.vue_vue_type_script_lang-6e26795e.js} +2 -2
- package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-910b80a1.js +160 -0
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-8fab43c7.js → OrNotification.vue_vue_type_script_lang-f414a938.js} +1 -1
- package/dist/bundled/v3/{OrOverflowMenu.vue_vue_type_script_lang-fc625a1c.js → OrOverflowMenu.vue_vue_type_script_lang-fb64f2d0.js} +2 -2
- package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-1d0fed0d.js → OrOverlay.vue_vue_type_script_lang-93864f05.js} +1 -1
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-58aada51.js → OrPagination.vue_vue_type_script_lang-4d9cc1c9.js} +2 -2
- package/dist/bundled/v3/{OrPassword.vue_vue_type_script_lang-316647cc.js → OrPassword.vue_vue_type_script_lang-d8bfee83.js} +1 -1
- package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-8d44c242.js → OrPopover.vue_vue_type_script_lang-dca9481d.js} +28 -99
- package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-612e3d2a.js → OrProgress.vue_vue_type_script_lang-1c15f38e.js} +1 -1
- package/dist/bundled/v3/{OrRadioGroup.vue_vue_type_script_lang-96b7a925.js → OrRadioGroup.vue_vue_type_script_lang-5734ced2.js} +1 -1
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-8bc87d07.js → OrSearch.vue_vue_type_script_lang-82b7b602.js} +1 -1
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-3ccce599.js → OrSearch.vue_vue_type_script_lang-ba26f3af.js} +2 -2
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-23321ff4.js → OrSelect.vue_vue_type_script_lang-a156c8b5.js} +4 -4
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-3cee1b4a.js → OrSelect.vue_vue_type_script_lang-c9547f1b.js} +1 -1
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-977558a2.js → OrSidebar.vue_vue_type_script_lang-3914fce0.js} +2 -2
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-3a3cb5e1.js → OrSidebar.vue_vue_type_script_lang-55b5ffb4.js} +1 -1
- package/dist/bundled/v3/{OrSlider.vue_vue_type_script_lang-4bcf3f03.js → OrSlider.vue_vue_type_script_lang-22cc5cd5.js} +1 -1
- package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-bfacf7a8.js → OrSwitch.vue_vue_type_script_lang-32427513.js} +1 -1
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-05756763.js → OrTabs.vue_vue_type_script_lang-4c2cecd7.js} +2 -2
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-eba9029e.js → OrTag.vue_vue_type_script_lang-ce916e72.js} +1 -1
- package/dist/bundled/v3/{OrTags.vue_vue_type_script_lang-a73ce2c2.js → OrTags.vue_vue_type_script_lang-1f1278ce.js} +3 -3
- package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-a1115677.js → OrTimePicker.vue_vue_type_script_lang-a03960c6.js} +4 -4
- package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-9b36232b.js → OrToastContainer.vue_vue_type_script_lang-592e1632.js} +1 -1
- package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-955eeed3.js → OrToastContainer.vue_vue_type_script_lang-9f5a5d56.js} +1 -1
- package/dist/bundled/v3/OrTooltip.vue_vue_type_script_lang-44e9f7e4.js +56 -0
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +9 -8
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.vue.d.ts +19 -10
- package/dist/bundled/v3/components/OrBottomSheetV3/index.js +5 -4
- package/dist/bundled/v3/components/OrButtonV3/OrButton.js +5 -5
- package/dist/bundled/v3/components/OrButtonV3/index.js +4 -4
- package/dist/bundled/v3/components/OrCardCollection/OrCardCollection.js +4 -4
- package/dist/bundled/v3/components/OrCardCollection/index.js +3 -3
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +15 -14
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +14 -13
- package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.js +8 -8
- package/dist/bundled/v3/components/OrCheckboxGroupV3/index.js +7 -7
- package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.js +7 -7
- package/dist/bundled/v3/components/OrCheckboxTreeV3/index.js +6 -6
- package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.js +4 -4
- package/dist/bundled/v3/components/OrCheckboxV3/index.js +3 -3
- package/dist/bundled/v3/components/OrCode/OrCode.js +5 -5
- package/dist/bundled/v3/components/OrCode/index.js +4 -4
- package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.js +4 -4
- package/dist/bundled/v3/components/OrColorPicker/index.js +3 -3
- package/dist/bundled/v3/components/OrConfirm/OrConfirm.js +6 -6
- package/dist/bundled/v3/components/OrConfirm/index.js +5 -5
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +16 -15
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.vue.d.ts +18 -36
- package/dist/bundled/v3/components/OrConfirmV3/index.js +13 -12
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +16 -15
- package/dist/bundled/v3/components/OrDatePickerV3/index.js +14 -13
- package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.js +4 -4
- package/dist/bundled/v3/components/OrDateTimePicker/index.js +3 -3
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +18 -17
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +15 -14
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +9 -8
- package/dist/bundled/v3/components/OrIconButtonV3/index.js +8 -7
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +10 -9
- package/dist/bundled/v3/components/OrInlineInputV3/index.js +9 -8
- package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.js +4 -4
- package/dist/bundled/v3/components/OrInlineTextEdit/index.js +3 -3
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +10 -9
- package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +9 -8
- package/dist/bundled/v3/components/OrInputV3/OrInput.js +11 -10
- package/dist/bundled/v3/components/OrInputV3/index.js +10 -9
- package/dist/bundled/v3/components/OrLoaderV3/OrLoader.js +4 -4
- package/dist/bundled/v3/components/OrLoaderV3/index.js +3 -3
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +11 -10
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.vue.d.ts +13 -16
- package/dist/bundled/v3/components/OrMenuV3/index.js +7 -6
- package/dist/bundled/v3/components/OrModal/OrModal.js +4 -4
- package/dist/bundled/v3/components/OrModal/index.js +3 -3
- package/dist/bundled/v3/components/OrModalV3/OrModal.js +37 -34
- package/dist/bundled/v3/components/OrModalV3/OrModal.vue.d.ts +13 -19
- package/dist/bundled/v3/components/OrModalV3/index.js +16 -15
- 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 +10 -9
- package/dist/bundled/v3/components/OrNotificationV3/index.js +9 -8
- package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.js +4 -4
- package/dist/bundled/v3/components/OrOverflowMenu/index.js +3 -3
- package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.js +4 -4
- package/dist/bundled/v3/components/OrOverlayV3/index.js +3 -3
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +12 -11
- package/dist/bundled/v3/components/OrPaginationV3/index.js +10 -9
- package/dist/bundled/v3/components/OrPassword/OrPassword.js +4 -4
- package/dist/bundled/v3/components/OrPassword/index.js +3 -3
- package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +10 -9
- package/dist/bundled/v3/components/OrPopoverV3/OrPopover.vue.d.ts +19 -12
- package/dist/bundled/v3/components/OrPopoverV3/index.js +6 -5
- package/dist/bundled/v3/components/OrProgressV3/OrProgress.js +4 -4
- package/dist/bundled/v3/components/OrProgressV3/index.js +3 -3
- package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.js +4 -4
- package/dist/bundled/v3/components/OrRadioGroupV3/index.js +3 -3
- package/dist/bundled/v3/components/OrSearch/OrSearch.js +3 -3
- package/dist/bundled/v3/components/OrSearch/index.js +2 -2
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +12 -11
- package/dist/bundled/v3/components/OrSearchV3/index.js +11 -10
- package/dist/bundled/v3/components/OrSelect/OrSelect.js +4 -4
- package/dist/bundled/v3/components/OrSelect/index.js +3 -3
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +14 -13
- package/dist/bundled/v3/components/OrSelectV3/index.js +13 -12
- package/dist/bundled/v3/components/OrSidebar/OrSidebar.js +4 -4
- package/dist/bundled/v3/components/OrSidebar/index.js +3 -3
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +10 -9
- package/dist/bundled/v3/components/OrSidebarV3/index.js +9 -8
- package/dist/bundled/v3/components/OrSlider/OrSlider.js +4 -4
- package/dist/bundled/v3/components/OrSlider/index.js +3 -3
- package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.js +5 -5
- package/dist/bundled/v3/components/OrSwitchV3/index.js +4 -4
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +9 -8
- package/dist/bundled/v3/components/OrTabsV3/index.js +8 -7
- package/dist/bundled/v3/components/OrTagV3/OrTag.js +10 -9
- package/dist/bundled/v3/components/OrTagV3/index.js +9 -8
- package/dist/bundled/v3/components/OrTagsV3/OrTags.js +13 -12
- package/dist/bundled/v3/components/OrTagsV3/index.js +12 -11
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +15 -14
- package/dist/bundled/v3/components/OrTimePickerV3/index.js +13 -12
- package/dist/bundled/v3/components/OrToast/Timer.js +1 -1
- package/dist/bundled/v3/components/OrToast/composable/index.js +2 -2
- package/dist/bundled/v3/components/OrToast/composable/useToast.js +2 -2
- package/dist/bundled/v3/components/OrToast/composable/useToastEventBus.js +2 -2
- package/dist/bundled/v3/components/OrToast/index.js +3 -3
- package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.js +4 -4
- package/dist/bundled/v3/components/OrToastContainer/index.js +3 -3
- package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +11 -10
- package/dist/bundled/v3/components/OrToastContainerV3/index.js +10 -9
- package/dist/bundled/v3/components/OrToastV3/OrToast.js +9 -8
- package/dist/bundled/v3/components/OrToastV3/Timer.js +1 -1
- package/dist/bundled/v3/components/OrToastV3/composable/index.js +2 -2
- package/dist/bundled/v3/components/OrToastV3/composable/useToast.js +2 -2
- package/dist/bundled/v3/components/OrToastV3/composable/useToastEventBus.js +2 -2
- package/dist/bundled/v3/components/OrToastV3/index.js +10 -9
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +14 -11
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.vue.d.ts +20 -17
- package/dist/bundled/v3/components/OrTooltipV3/index.js +7 -6
- package/dist/bundled/v3/components/index.js +53 -52
- package/dist/bundled/v3/hooks/index.d.ts +1 -0
- package/dist/bundled/v3/hooks/index.js +3 -2
- 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.js +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/useResponsive/index.js +2 -2
- package/dist/bundled/v3/hooks/useResponsive/useResponsive.js +2 -2
- package/dist/bundled/v3/hooks/useValidationAttributes.d.ts +1 -2
- package/dist/bundled/v3/{index-94ecbedb.js → index-02705c13.js} +1 -1
- package/dist/bundled/v3/{index-7467ee09.js → index-51eb57bd.js} +1 -1
- package/dist/bundled/v3/{index-6342140b.js → index-5e8e7a46.js} +10 -1
- package/dist/bundled/v3/index.js +54 -53
- package/dist/esm/v2/{OrBottomSheet-ffa029ca.js → OrBottomSheet-0592ccb2.js} +31 -48
- package/dist/esm/v2/{OrCardCollection-02970752.js → OrCardCollection-2b9bc050.js} +4 -4
- package/dist/esm/v2/{OrConfirm-308e93bc.js → OrConfirm-3f19c23b.js} +30 -54
- package/dist/esm/v2/{OrDatePicker-a79b777e.js → OrDatePicker-e991e7b2.js} +4 -4
- package/dist/esm/v2/{OrDateTimePicker-6fe4969d.js → OrDateTimePicker-7bbd81d1.js} +5 -5
- package/dist/esm/v2/{OrDateTimePickerMonthSelect-355ea67d.js → OrDateTimePickerMonthSelect-d75a849c.js} +3 -3
- package/dist/esm/v2/{OrIconButton-ee747c71.js → OrIconButton-75972865.js} +2 -2
- package/dist/esm/v2/{OrInlineInput-a131caf4.js → OrInlineInput-cf17dbb2.js} +1 -1
- package/dist/esm/v2/{OrInlineTextarea-7cc45396.js → OrInlineTextarea-2b0e2f39.js} +1 -1
- package/dist/esm/v2/{OrInput-3eeca714.js → OrInput-1a2b8ad9.js} +1 -1
- package/dist/esm/v2/{OrMenu-8b902c22.js → OrMenu-a35caf3b.js} +23 -49
- package/dist/esm/v2/OrModal-4aaae6bc.js +312 -0
- package/dist/esm/v2/{OrNotification-16e6d4ff.js → OrNotification-a773f1df.js} +1 -1
- package/dist/esm/v2/{OrOverlay-4c8c11e2.js → OrOverlay-f791976c.js} +1 -1
- package/dist/esm/v2/{OrPagination-36583054.js → OrPagination-3513165d.js} +3 -3
- package/dist/esm/v2/{OrPopover-80459663.js → OrPopover-a8950b85.js} +33 -104
- package/dist/esm/v2/{OrSearch-fa824e87.js → OrSearch-19c157b3.js} +1 -1
- package/dist/esm/v2/{OrSelect-d5fecc34.js → OrSelect-991b8be3.js} +3 -3
- package/dist/esm/v2/{OrSidebar-638b1d60.js → OrSidebar-bfbb8b0a.js} +1 -1
- package/dist/esm/v2/{OrSidebarCollapseButton-2c81d465.js → OrSidebarCollapseButton-a98037d6.js} +1 -1
- package/dist/esm/v2/{OrTabs-653258a2.js → OrTabs-abf290af.js} +2 -2
- package/dist/esm/v2/{OrTag-6256623c.js → OrTag-aa46cecd.js} +1 -1
- package/dist/esm/v2/{OrTags-db2608dc.js → OrTags-2a567e79.js} +2 -2
- package/dist/esm/v2/{OrTimePicker-5470d7a0.js → OrTimePicker-766637cb.js} +3 -3
- package/dist/esm/v2/{OrTooltip-5a6e0f64.js → OrTooltip-0dc63c1a.js} +33 -40
- package/dist/esm/v2/components/index.js +28 -27
- package/dist/esm/v2/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +19 -10
- package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +4 -3
- package/dist/esm/v2/components/or-card-collection-v3/index.js +11 -10
- 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 -8
- package/dist/esm/v2/components/or-date-picker-v3/index.js +10 -9
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +10 -9
- package/dist/esm/v2/components/or-icon-button-v3/index.js +7 -6
- package/dist/esm/v2/components/or-inline-input-v3/index.js +8 -7
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +8 -7
- package/dist/esm/v2/components/or-input-v3/index.js +8 -7
- 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 -6
- 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 -11
- 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 -7
- package/dist/esm/v2/components/or-overlay-v3/index.js +2 -2
- package/dist/esm/v2/components/or-pagination-v3/index.js +7 -6
- 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 -4
- package/dist/esm/v2/components/or-search-v3/index.js +9 -8
- package/dist/esm/v2/components/or-select-v3/index.js +10 -9
- package/dist/esm/v2/components/or-sidebar-v3/index.js +9 -8
- package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +8 -7
- package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +8 -7
- package/dist/esm/v2/components/or-tabs-v3/index.js +7 -6
- package/dist/esm/v2/components/or-tag-v3/index.js +8 -7
- package/dist/esm/v2/components/or-tags-v3/index.js +9 -8
- package/dist/esm/v2/components/or-time-picker-v3/index.js +8 -7
- package/dist/esm/v2/components/or-toast-v3/index.js +8 -7
- package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +8 -7
- 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 -6
- package/dist/esm/v2/hooks/index.d.ts +1 -0
- package/dist/esm/v2/hooks/index.js +2 -1
- package/dist/esm/v2/hooks/useControlAttributes.d.ts +1 -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 +28 -27
- package/dist/esm/v2/{types-4a7d24f3.js → types-f30860ee.js} +2 -2
- package/dist/esm/v2/{useElevation-b5a49746.js → useElevation-a50ec347.js} +3 -1
- package/dist/esm/v2/usePopoverState-8a95a300.js +42 -0
- package/dist/esm/v3/{OrBottomSheet-5969a217.js → OrBottomSheet-a39fb331.js} +31 -48
- package/dist/esm/v3/{OrCardCollection-4401de57.js → OrCardCollection-3d652a34.js} +4 -4
- package/dist/esm/v3/{OrConfirm-671148e8.js → OrConfirm-cb0b2b78.js} +30 -54
- package/dist/esm/v3/{OrDatePicker-7cb1da75.js → OrDatePicker-6a44ad41.js} +4 -4
- package/dist/esm/v3/{OrDateTimePicker-3cf882f6.js → OrDateTimePicker-2cbcf8c7.js} +5 -5
- package/dist/esm/v3/{OrDateTimePickerMonthSelect-bd26a294.js → OrDateTimePickerMonthSelect-2f61d92f.js} +3 -3
- package/dist/esm/v3/{OrIconButton-b7217ea5.js → OrIconButton-e34a20eb.js} +2 -2
- package/dist/esm/v3/{OrInlineInput-dcb28ea2.js → OrInlineInput-ad0d4264.js} +1 -1
- package/dist/esm/v3/{OrInlineTextarea-88eac437.js → OrInlineTextarea-b5ec488d.js} +1 -1
- package/dist/esm/v3/{OrInput-238fd1c0.js → OrInput-a9aeef6e.js} +1 -1
- package/dist/esm/v3/{OrMenu-8a53ccf9.js → OrMenu-f590d761.js} +24 -50
- package/dist/esm/v3/OrModal-9dc09e95.js +226 -0
- package/dist/esm/v3/{OrNotification-09216b8b.js → OrNotification-69031471.js} +1 -1
- package/dist/esm/v3/{OrOverlay-bf72f582.js → OrOverlay-28952099.js} +1 -1
- package/dist/esm/v3/{OrPagination-c6046af4.js → OrPagination-f3be120f.js} +3 -3
- package/dist/esm/v3/{OrPopover-15c2968f.js → OrPopover-ebd57053.js} +31 -102
- package/dist/esm/v3/{OrSearch-cd0f6a88.js → OrSearch-5576cf14.js} +1 -1
- package/dist/esm/v3/{OrSelect-ce7f58cf.js → OrSelect-0b3ebce9.js} +3 -3
- package/dist/esm/v3/{OrSidebar-1579ad80.js → OrSidebar-303ef558.js} +1 -1
- package/dist/esm/v3/{OrSidebarCollapseButton-2668946c.js → OrSidebarCollapseButton-d7f004df.js} +1 -1
- package/dist/esm/v3/{OrTabs-a2d87627.js → OrTabs-b6c8077c.js} +2 -2
- package/dist/esm/v3/{OrTag-8605e9e6.js → OrTag-4ac45254.js} +1 -1
- package/dist/esm/v3/{OrTags-3724ff59.js → OrTags-de9f065e.js} +2 -2
- package/dist/esm/v3/{OrTimePicker-a5921c6f.js → OrTimePicker-0fe72767.js} +3 -3
- package/dist/esm/v3/{OrTooltip-3d5fcaf9.js → OrTooltip-edb28095.js} +28 -41
- package/dist/esm/v3/components/index.js +28 -27
- package/dist/esm/v3/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +19 -10
- package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +4 -3
- package/dist/esm/v3/components/or-card-collection-v3/index.js +11 -10
- package/dist/esm/v3/components/or-confirm-v3/OrConfirm.vue.d.ts +18 -36
- package/dist/esm/v3/components/or-confirm-v3/index.js +9 -8
- package/dist/esm/v3/components/or-date-picker-v3/index.js +10 -9
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +10 -9
- package/dist/esm/v3/components/or-icon-button-v3/index.js +7 -6
- package/dist/esm/v3/components/or-inline-input-v3/index.js +8 -7
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +8 -7
- package/dist/esm/v3/components/or-input-v3/index.js +8 -7
- package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +13 -16
- package/dist/esm/v3/components/or-menu-v3/index.js +7 -6
- package/dist/esm/v3/components/or-modal-v3/OrModal.vue.d.ts +13 -19
- package/dist/esm/v3/components/or-modal-v3/index.js +11 -10
- package/dist/esm/v3/components/or-modal-v3/partials/or-modal-content/OrModalContent.vue.d.ts +8 -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 +8 -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 +12 -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 -7
- package/dist/esm/v3/components/or-overlay-v3/index.js +2 -2
- package/dist/esm/v3/components/or-pagination-v3/index.js +7 -6
- package/dist/esm/v3/components/or-popover-v3/OrPopover.vue.d.ts +19 -12
- package/dist/esm/v3/components/or-popover-v3/index.js +5 -4
- package/dist/esm/v3/components/or-search-v3/index.js +9 -8
- package/dist/esm/v3/components/or-select-v3/index.js +10 -9
- package/dist/esm/v3/components/or-sidebar-v3/index.js +9 -8
- package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +8 -7
- package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +8 -7
- package/dist/esm/v3/components/or-tabs-v3/index.js +7 -6
- package/dist/esm/v3/components/or-tag-v3/index.js +8 -7
- package/dist/esm/v3/components/or-tags-v3/index.js +9 -8
- package/dist/esm/v3/components/or-time-picker-v3/index.js +8 -7
- package/dist/esm/v3/components/or-toast-v3/index.js +8 -7
- package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.js +8 -7
- package/dist/esm/v3/components/or-tooltip-v3/OrTooltip.vue.d.ts +20 -17
- package/dist/esm/v3/components/or-tooltip-v3/index.js +7 -6
- package/dist/esm/v3/hooks/index.d.ts +1 -0
- package/dist/esm/v3/hooks/index.js +2 -1
- package/dist/esm/v3/hooks/useControlAttributes.d.ts +1 -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 +28 -27
- package/dist/esm/v3/{types-9e1555eb.js → types-60f3dd35.js} +2 -2
- package/dist/esm/v3/{useElevation-b5a49746.js → useElevation-a50ec347.js} +3 -1
- package/dist/esm/v3/usePopoverState-8a95a300.js +42 -0
- package/package.json +1 -1
- 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 -0
- package/src/hooks/useControlAttributes.ts +1 -1
- package/src/hooks/useElevation.ts +3 -1
- package/src/hooks/usePopoverState.ts +66 -0
- package/src/hooks/useValidationAttributes.ts +1 -1
- package/dist/bundled/v3/OrMenu.vue_vue_type_script_lang-4d0b82a1.js +0 -93
- package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-a040dba9.js +0 -71
- package/dist/bundled/v3/OrTooltip.vue_vue_type_script_lang-cb5fde6d.js +0 -73
- package/dist/esm/v2/OrModal-1f80d87f.js +0 -174
- package/dist/esm/v3/OrModal-1366926a.js +0 -150
- /package/dist/bundled/v2/{OrDateTimePickerMonthSelect-d4ab2179.js → OrDateTimePickerMonthSelect-769685bc.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerPopoverHeader-1b577856.js → OrDateTimePickerPopoverHeader-bc0df38f.js} +0 -0
- /package/dist/bundled/v2/{OrDateTimePickerTimeSelect-82ededab.js → OrDateTimePickerTimeSelect-e284797b.js} +0 -0
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
1
|
+
import { defineComponent, ref, computed, toRef } from 'vue-demi';
|
|
2
|
+
import '@vueuse/core';
|
|
3
|
+
import { u as usePopoverState } from './usePopoverState-8a95a300.js';
|
|
4
|
+
import { _ as __vue_component__$1, P as PopoverPlacement } from './OrPopover-a8950b85.js';
|
|
4
5
|
import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
|
|
5
6
|
|
|
6
7
|
const TooltipRoot = [
|
|
@@ -54,6 +55,10 @@ var script = defineComponent({
|
|
|
54
55
|
OrPopover: __vue_component__$1
|
|
55
56
|
},
|
|
56
57
|
props: {
|
|
58
|
+
isOpen: {
|
|
59
|
+
type: Boolean,
|
|
60
|
+
default: false
|
|
61
|
+
},
|
|
57
62
|
text: {
|
|
58
63
|
type: String,
|
|
59
64
|
default: undefined
|
|
@@ -63,51 +68,31 @@ var script = defineComponent({
|
|
|
63
68
|
default: PopoverPlacement.Bottom
|
|
64
69
|
}
|
|
65
70
|
},
|
|
66
|
-
emits: ['update:state'],
|
|
67
|
-
expose: ['root', 'open', 'close'],
|
|
68
|
-
setup(props) {
|
|
71
|
+
emits: ['update:state', 'open', 'close'],
|
|
72
|
+
expose: ['root', 'state', 'open', 'close', 'toggle'],
|
|
73
|
+
setup(props, context) {
|
|
69
74
|
// Refs
|
|
70
75
|
const root = ref();
|
|
71
|
-
const popover = ref();
|
|
72
|
-
const popoverRoot = computed(() => {
|
|
73
|
-
var _a;
|
|
74
|
-
return (_a = popover.value) === null || _a === void 0 ? void 0 : _a.root;
|
|
75
|
-
});
|
|
76
76
|
// Styles
|
|
77
77
|
const rootStyles = computed(() => ['or-tooltip-v3', ...TooltipRoot]);
|
|
78
78
|
const bodyStyles = computed(() => [...TooltipBody, ...TooltipBodyPlacements[props.placement]]);
|
|
79
|
-
//
|
|
80
|
-
const
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
}, 250);
|
|
88
|
-
const close = useDebounceFn(() => {
|
|
89
|
-
if (!hover.value) {
|
|
90
|
-
const popoverInstance = popover.value;
|
|
91
|
-
if (popoverInstance) {
|
|
92
|
-
popoverInstance.close();
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
}, 250);
|
|
96
|
-
// Effects
|
|
97
|
-
// #region Hover
|
|
98
|
-
const hover = useElementHover(root);
|
|
99
|
-
watch(hover, value => {
|
|
100
|
-
value ? open() : close();
|
|
79
|
+
// State
|
|
80
|
+
const {
|
|
81
|
+
state,
|
|
82
|
+
open,
|
|
83
|
+
close,
|
|
84
|
+
toggle
|
|
85
|
+
} = usePopoverState(toRef(props, 'isOpen'), context, {
|
|
86
|
+
debounce: 250
|
|
101
87
|
});
|
|
102
|
-
// #endregion
|
|
103
88
|
return {
|
|
104
89
|
root,
|
|
105
|
-
popover,
|
|
106
|
-
popoverRoot,
|
|
107
90
|
rootStyles,
|
|
108
91
|
bodyStyles,
|
|
92
|
+
state,
|
|
109
93
|
open,
|
|
110
|
-
close
|
|
94
|
+
close,
|
|
95
|
+
toggle
|
|
111
96
|
};
|
|
112
97
|
}
|
|
113
98
|
});
|
|
@@ -122,10 +107,18 @@ var __vue_render__ = function () {
|
|
|
122
107
|
var _c = _vm._self._c || _h;
|
|
123
108
|
return _c('div', {
|
|
124
109
|
ref: "root",
|
|
125
|
-
class: _vm.rootStyles
|
|
110
|
+
class: _vm.rootStyles,
|
|
111
|
+
on: {
|
|
112
|
+
"mouseenter": function ($event) {
|
|
113
|
+
return _vm.open();
|
|
114
|
+
},
|
|
115
|
+
"mouseleave": function ($event) {
|
|
116
|
+
return _vm.close();
|
|
117
|
+
}
|
|
118
|
+
}
|
|
126
119
|
}, [_vm._t("default"), _vm._v(" "), _vm.text ? [_c('OrPopover', {
|
|
127
|
-
ref: "popover",
|
|
128
120
|
attrs: {
|
|
121
|
+
"is-open": _vm.state === 'open',
|
|
129
122
|
"variant": 'popover',
|
|
130
123
|
"trigger": _vm.root,
|
|
131
124
|
"placement": _vm.placement,
|
|
@@ -134,7 +127,7 @@ var __vue_render__ = function () {
|
|
|
134
127
|
},
|
|
135
128
|
on: {
|
|
136
129
|
"update:state": function ($event) {
|
|
137
|
-
|
|
130
|
+
_vm.state = $event;
|
|
138
131
|
}
|
|
139
132
|
}
|
|
140
133
|
}, [_c('div', {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { O as OR_AVATAR_SIZE, _ as OrAvatar } from '../OrAvatar-2b00cd61.js';
|
|
2
2
|
export { a as AvatarColor, A as AvatarSize, _ as OrAvatarV3 } from '../OrAvatar-3df48865.js';
|
|
3
|
-
export { B as BottomSheetVariant, _ as OrBottomSheetV3 } from '../OrBottomSheet-
|
|
3
|
+
export { B as BottomSheetVariant, _ as OrBottomSheetV3 } from '../OrBottomSheet-0592ccb2.js';
|
|
4
4
|
export { _ as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from '../OrButton-bafb6cad.js';
|
|
5
5
|
export { _ as OrButtonV2 } from '../OrButton-b60290c4.js';
|
|
6
6
|
export { _ as OrIconButton, _ as OrIconButtonV2 } from '../OrIconButton-544ee642.js';
|
|
@@ -8,7 +8,7 @@ export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTT
|
|
|
8
8
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, _ as OrButtonV3 } from '../OrButton-9622e713.js';
|
|
9
9
|
export { _ as OrCard } from '../OrCard-c44d9783.js';
|
|
10
10
|
export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-4eb5c533.js';
|
|
11
|
-
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-
|
|
11
|
+
export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-2b9bc050.js';
|
|
12
12
|
export { _ as OrCardV3 } from '../OrCard-0da13cbe.js';
|
|
13
13
|
export { _ as OrCarousel } from '../OrCarousel-b220cf82.js';
|
|
14
14
|
export { _ as OrCarouselItem } from '../OrCarouselItem-c614bab9.js';
|
|
@@ -25,10 +25,10 @@ export { _ as OrCombinedInputV3 } from '../OrCombinedInput-9c2b15fe.js';
|
|
|
25
25
|
export { _ as OrInputBoxV3 } from '../OrInputBox-7f3c0ee9.js';
|
|
26
26
|
export { I as CombinedInputSize, I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, I as SearchSize, I as SelectSize, I as TextareaSize, I as TimePickerSize } from '../OrInputBox.vue_rollup-plugin-vue_script-906b3ef8.js';
|
|
27
27
|
export { _ as OrConfirm } from '../OrConfirm-f4eec5b2.js';
|
|
28
|
-
export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-
|
|
29
|
-
export { _ as OrDatePickerV3 } from '../OrDatePicker-
|
|
28
|
+
export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-3f19c23b.js';
|
|
29
|
+
export { _ as OrDatePickerV3 } from '../OrDatePicker-e991e7b2.js';
|
|
30
30
|
export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-fb410167.js';
|
|
31
|
-
export { _ as OrDateTimePickerV3 } from '../OrDateTimePicker-
|
|
31
|
+
export { _ as OrDateTimePickerV3 } from '../OrDateTimePicker-7bbd81d1.js';
|
|
32
32
|
export { E as EmptyStateSize, _ as OrEmptyStateV3 } from '../OrEmptyState-2d3fd68d.js';
|
|
33
33
|
export { _ as OrError } from '../OrError-efc74907.js';
|
|
34
34
|
export { _ as OrErrorTagV3 } from '../OrErrorTag-a55ae01a.js';
|
|
@@ -40,14 +40,14 @@ export { F as FormGroupDirection, _ as OrFormGroupV3 } from '../OrFormGroup-29a5
|
|
|
40
40
|
export { _ as OrHint } from '../OrHint-7eadc91e.js';
|
|
41
41
|
export { _ as OrHintV3 } from '../OrHint-aa221198.js';
|
|
42
42
|
export { _ as OrIcon, O as OrIconColors, a as OrIconType } from '../OrIcon-fa826b6b.js';
|
|
43
|
-
export { I as IconButtonColor, _ as OrIconButtonV3 } from '../OrIconButton-
|
|
43
|
+
export { I as IconButtonColor, _ as OrIconButtonV3 } from '../OrIconButton-75972865.js';
|
|
44
44
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, _ as OrIconV3 } from '../OrIcon-d35a84d8.js';
|
|
45
45
|
export { I as InlineInputBoxSize, I as InlineInputSize, _ as OrInlineInputBoxV3 } from '../OrInlineInputBox-19b49ee6.js';
|
|
46
|
-
export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-
|
|
46
|
+
export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-cf17dbb2.js';
|
|
47
47
|
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-f52267aa.js';
|
|
48
|
-
export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-
|
|
48
|
+
export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-2b0e2f39.js';
|
|
49
49
|
export { _ as OrInput } from '../OrInput-014d2e47.js';
|
|
50
|
-
export { I as InputType, _ as OrInputV3 } from '../OrInput-
|
|
50
|
+
export { I as InputType, _ as OrInputV3 } from '../OrInput-1a2b8ad9.js';
|
|
51
51
|
export { _ as OrLabel } from '../OrLabel-fcceec1b.js';
|
|
52
52
|
export { L as LabelVariant, _ as OrLabelV3 } from '../OrLabel-63380256.js';
|
|
53
53
|
export { L as LinkColor, _ as OrLinkV3 } from '../OrLink-3679a61f.js';
|
|
@@ -56,17 +56,17 @@ export { _ as OrListOfInputs } from '../OrListOfInputs-9b7522fa.js';
|
|
|
56
56
|
export { L as LoaderViews, _ as OrLoader } from '../OrLoader-0cc7c73e.js';
|
|
57
57
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, _ as OrLoaderV3 } from '../OrLoader-b0c381f9.js';
|
|
58
58
|
export { _ as OrMenuItemV3 } from '../OrMenuItem-6f9b8a93.js';
|
|
59
|
-
export { _ as OrMenuV3 } from '../OrMenu-
|
|
60
|
-
export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-
|
|
59
|
+
export { _ as OrMenuV3 } from '../OrMenu-a35caf3b.js';
|
|
60
|
+
export { P as MenuPlacement, _ as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-a8950b85.js';
|
|
61
61
|
export { _ as OrModal, O as OrModalSizes } from '../OrModal-206611f2.js';
|
|
62
|
-
export { M as ModalSize, _ as OrModalV3 } from '../OrModal-
|
|
62
|
+
export { M as ModalSize, _ as OrModalV3 } from '../OrModal-4aaae6bc.js';
|
|
63
63
|
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from '../OrNotification-44bc1f50.js';
|
|
64
|
-
export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotification-
|
|
64
|
+
export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotification-a773f1df.js';
|
|
65
65
|
export { _ as OrNumberInput } from '../OrNumberInput-fcbcf229.js';
|
|
66
66
|
export { _ as OrOverflowMenu } from '../OrOverflowMenu-e3ae75a3.js';
|
|
67
67
|
export { _ as OrOverlay } from '../OrOverlay-ccec2218.js';
|
|
68
|
-
export { _ as OrOverlayV3 } from '../OrOverlay-
|
|
69
|
-
export { _ as OrPaginationV3 } from '../OrPagination-
|
|
68
|
+
export { _ as OrOverlayV3 } from '../OrOverlay-f791976c.js';
|
|
69
|
+
export { _ as OrPaginationV3 } from '../OrPagination-3513165d.js';
|
|
70
70
|
export { _ as OrPassword } from '../OrPassword-1de0dc6c.js';
|
|
71
71
|
export { _ as OrProgress, O as OrProgressColors, a as OrProgressTypes } from '../OrProgress-65968c24.js';
|
|
72
72
|
export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-102e3b5d.js';
|
|
@@ -75,13 +75,13 @@ export { _ as OrRadioGroup } from '../OrRadioGroup-11424644.js';
|
|
|
75
75
|
export { _ as OrRadioGroupV3 } from '../OrRadioGroup-0de37d76.js';
|
|
76
76
|
export { _ as OrRadioV3 } from '../OrRadio-a812088f.js';
|
|
77
77
|
export { _ as OrSearch } from '../OrSearch-e2941d35.js';
|
|
78
|
-
export { _ as OrSearchV3 } from '../OrSearch-
|
|
78
|
+
export { _ as OrSearchV3 } from '../OrSearch-19c157b3.js';
|
|
79
79
|
export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-a1ea5b72.js';
|
|
80
80
|
export { _ as OrSelect } from '../OrSelect-49239b74.js';
|
|
81
|
-
export { _ as OrSelectV3 } from '../OrSelect-
|
|
81
|
+
export { _ as OrSelectV3 } from '../OrSelect-991b8be3.js';
|
|
82
82
|
export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-c56a9221.js';
|
|
83
|
-
export { _ as OrSidebarV3 } from '../OrSidebar-
|
|
84
|
-
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-
|
|
83
|
+
export { _ as OrSidebarV3 } from '../OrSidebar-bfbb8b0a.js';
|
|
84
|
+
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-a98037d6.js';
|
|
85
85
|
export { _ as OrSkeletonCircle } from '../OrSkeletonCircle-c4bf0e34.js';
|
|
86
86
|
export { _ as OrSkeletonRect } from '../OrSkeletonRect-79162a84.js';
|
|
87
87
|
export { _ as OrSkeletonText } from '../OrSkeletonText-bd5d97bb.js';
|
|
@@ -98,29 +98,30 @@ export { _ as OrTab } from '../OrTab-58821c9b.js';
|
|
|
98
98
|
export { _ as OrTabHeaderItem } from '../OrTabHeaderItem-424f2986.js';
|
|
99
99
|
export { _ as OrTabV3 } from '../OrTab-5b198746.js';
|
|
100
100
|
export { _ as OrTabs } from '../OrTabs-62e7e478.js';
|
|
101
|
-
export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-
|
|
101
|
+
export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-abf290af.js';
|
|
102
102
|
export { _ as OrTag } from '../OrTag-54778d09.js';
|
|
103
|
-
export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-
|
|
104
|
-
export { _ as OrTagsV3 } from '../OrTags-
|
|
103
|
+
export { _ as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-aa46cecd.js';
|
|
104
|
+
export { _ as OrTagsV3 } from '../OrTags-2a567e79.js';
|
|
105
105
|
export { _ as OrTeleport } from '../OrTeleport.vue2-f0c16c71.js';
|
|
106
106
|
export { _ as OrTeleportV3 } from '../OrTeleport.vue2-424c7f33.js';
|
|
107
107
|
export { _ as OrTextV3 } from '../OrText-44449e7b.js';
|
|
108
108
|
export { _ as OrTextarea } from '../OrTextarea-d36f4ec6.js';
|
|
109
109
|
export { _ as OrTextareaV3 } from '../OrTextarea-e5c66426.js';
|
|
110
110
|
export { _ as OrTextbox, T as TextboxTypes } from '../OrTextbox-c85d7fe6.js';
|
|
111
|
-
export { _ as OrTimePickerV3 } from '../OrTimePicker-
|
|
111
|
+
export { _ as OrTimePickerV3 } from '../OrTimePicker-766637cb.js';
|
|
112
112
|
export { _ as OrToast, a as OrToastContainer } from '../OrToastContainer-7017d12b.js';
|
|
113
113
|
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-b5ea5cb2.js';
|
|
114
|
-
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../types-
|
|
114
|
+
export { a as OrToastContainerV3, _ as OrToastV3, t as TypesV3 } from '../types-f30860ee.js';
|
|
115
115
|
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-a1332cc2.js';
|
|
116
116
|
export { _ as OrTooltip } from '../OrTooltip-0bbf1ed5.js';
|
|
117
117
|
export { _ as OrTooltipContent } from '../OrTooltipContent-57a25502.js';
|
|
118
|
-
export { _ as OrTooltipV3 } from '../OrTooltip-
|
|
118
|
+
export { _ as OrTooltipV3 } from '../OrTooltip-0dc63c1a.js';
|
|
119
119
|
import 'vue-demi';
|
|
120
120
|
import '../style-inject.es-4c6f2515.js';
|
|
121
121
|
import '../normalize-component-6e8e3d80.js';
|
|
122
122
|
import '../color-40b7fe6b.js';
|
|
123
123
|
import '@vueuse/core';
|
|
124
|
+
import '../usePopoverState-8a95a300.js';
|
|
124
125
|
import '../OrButton.vue_rollup-plugin-vue_styles.0-3b064042.js';
|
|
125
126
|
import '@splidejs/splide';
|
|
126
127
|
import '@splidejs/splide/dist/css/splide.min.css';
|
|
@@ -144,7 +145,7 @@ import 'lodash/get';
|
|
|
144
145
|
import '@vueuse/math';
|
|
145
146
|
import '../dropdown-open-e1f90e0a.js';
|
|
146
147
|
import '../OrDateTimePickerPopoverHeader-a84af34e.js';
|
|
147
|
-
import '../OrDateTimePickerMonthSelect-
|
|
148
|
+
import '../OrDateTimePickerMonthSelect-d75a849c.js';
|
|
148
149
|
import 'lodash/padStart';
|
|
149
150
|
import '../OrDateTimePickerTimeSelect-eecdd8ab.js';
|
|
150
151
|
import '@floating-ui/dom';
|
|
@@ -156,7 +157,7 @@ import 'lodash/cloneDeep';
|
|
|
156
157
|
import 'lodash/isEqual';
|
|
157
158
|
import 'uuid';
|
|
158
159
|
import 'sortablejs';
|
|
159
|
-
import '../useElevation-
|
|
160
|
+
import '../useElevation-a50ec347.js';
|
|
160
161
|
import '@vueuse/integrations/useFocusTrap';
|
|
161
162
|
import '../useToggle-c04fc920.js';
|
|
162
163
|
import 'lodash/round';
|
|
@@ -5,23 +5,31 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
5
5
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
6
6
|
handleStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
7
7
|
headerStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
8
|
-
state: import("@vue/composition-api").Ref<"open" | "
|
|
9
|
-
|
|
10
|
-
isFullscreen: import("@vue/composition-api").ComputedRef<boolean>;
|
|
11
|
-
isClosed: import("@vue/composition-api").ComputedRef<boolean>;
|
|
8
|
+
state: import("@vue/composition-api").Ref<"open" | "closed">;
|
|
9
|
+
fullscreen: import("@vue/composition-api").Ref<boolean>;
|
|
12
10
|
open: () => void;
|
|
13
|
-
close: (
|
|
11
|
+
close: () => void;
|
|
12
|
+
toggle: () => void;
|
|
14
13
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
14
|
+
isOpen: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
15
18
|
variant: {
|
|
16
19
|
type: PropType<"basic" | "advanced">;
|
|
17
20
|
default: BottomSheetVariant;
|
|
18
21
|
};
|
|
19
22
|
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
23
|
+
isOpen: {
|
|
24
|
+
type: BooleanConstructor;
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
20
27
|
variant: {
|
|
21
28
|
type: PropType<"basic" | "advanced">;
|
|
22
29
|
default: BottomSheetVariant;
|
|
23
30
|
};
|
|
24
31
|
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
32
|
+
isOpen: boolean;
|
|
25
33
|
variant: "basic" | "advanced";
|
|
26
34
|
} & {} & {
|
|
27
35
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
@@ -30,17 +38,18 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
30
38
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
31
39
|
handleStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
32
40
|
headerStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
33
|
-
state: import("@vue/composition-api").Ref<"open" | "
|
|
34
|
-
|
|
35
|
-
isFullscreen: import("@vue/composition-api").ComputedRef<boolean>;
|
|
36
|
-
isClosed: import("@vue/composition-api").ComputedRef<boolean>;
|
|
41
|
+
state: import("@vue/composition-api").Ref<"open" | "closed">;
|
|
42
|
+
fullscreen: import("@vue/composition-api").Ref<boolean>;
|
|
37
43
|
open: () => void;
|
|
38
|
-
close: (
|
|
44
|
+
close: () => void;
|
|
45
|
+
toggle: () => void;
|
|
39
46
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
47
|
+
isOpen: boolean;
|
|
40
48
|
variant: "basic" | "advanced";
|
|
41
49
|
} & {} & {
|
|
42
50
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
43
51
|
}, {
|
|
52
|
+
isOpen: boolean;
|
|
44
53
|
variant: "basic" | "advanced";
|
|
45
54
|
}, true>);
|
|
46
55
|
export default _default;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
export { B as BottomSheetVariant, _ as OrBottomSheetV3 } from '../../OrBottomSheet-
|
|
1
|
+
export { B as BottomSheetVariant, _ as OrBottomSheetV3 } from '../../OrBottomSheet-0592ccb2.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'vue-demi';
|
|
4
|
-
import '../../
|
|
5
|
-
import '../../
|
|
4
|
+
import '../../usePopoverState-8a95a300.js';
|
|
5
|
+
import '../../OrOverlay-f791976c.js';
|
|
6
|
+
import '../../useElevation-a50ec347.js';
|
|
6
7
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
7
8
|
import 'portal-vue';
|
|
8
9
|
import '../../normalize-component-6e8e3d80.js';
|
|
@@ -1,24 +1,25 @@
|
|
|
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-2b9bc050.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-75972865.js';
|
|
8
8
|
import '../../OrIcon-d35a84d8.js';
|
|
9
|
-
import '../../OrTooltip-
|
|
10
|
-
import '../../
|
|
9
|
+
import '../../OrTooltip-0dc63c1a.js';
|
|
10
|
+
import '../../usePopoverState-8a95a300.js';
|
|
11
|
+
import '../../OrPopover-a8950b85.js';
|
|
11
12
|
import '@floating-ui/dom';
|
|
12
|
-
import '../../useElevation-
|
|
13
|
+
import '../../useElevation-a50ec347.js';
|
|
13
14
|
import '../../useResponsive-a02e95b7.js';
|
|
14
|
-
import '../../OrBottomSheet-
|
|
15
|
-
import '../../OrOverlay-
|
|
15
|
+
import '../../OrBottomSheet-0592ccb2.js';
|
|
16
|
+
import '../../OrOverlay-f791976c.js';
|
|
16
17
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
17
18
|
import 'portal-vue';
|
|
18
19
|
import '../../OrMenuItem-6f9b8a93.js';
|
|
19
|
-
import '../../OrMenu-
|
|
20
|
-
import '../../OrSearch-
|
|
21
|
-
import '../../OrInput-
|
|
20
|
+
import '../../OrMenu-a35caf3b.js';
|
|
21
|
+
import '../../OrSearch-19c157b3.js';
|
|
22
|
+
import '../../OrInput-1a2b8ad9.js';
|
|
22
23
|
import '../../useIdAttribute-859439f0.js';
|
|
23
24
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
24
25
|
import '../../OrError-4ffc1c39.js';
|
|
@@ -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,24 +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
12
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
12
13
|
import '../../OrError-4ffc1c39.js';
|
|
13
14
|
import '../../OrHint-aa221198.js';
|
|
14
|
-
import '../../OrIconButton-
|
|
15
|
+
import '../../OrIconButton-75972865.js';
|
|
15
16
|
import '../../OrIcon-d35a84d8.js';
|
|
16
|
-
import '../../OrTooltip-
|
|
17
|
-
import '../../OrPopover-
|
|
17
|
+
import '../../OrTooltip-0dc63c1a.js';
|
|
18
|
+
import '../../OrPopover-a8950b85.js';
|
|
18
19
|
import '@floating-ui/dom';
|
|
19
|
-
import '../../useElevation-
|
|
20
|
-
import '../../OrBottomSheet-
|
|
21
|
-
import '../../OrOverlay-
|
|
20
|
+
import '../../useElevation-a50ec347.js';
|
|
21
|
+
import '../../OrBottomSheet-0592ccb2.js';
|
|
22
|
+
import '../../OrOverlay-f791976c.js';
|
|
22
23
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
23
24
|
import 'portal-vue';
|
|
24
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,20 +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 '../../OrBottomSheet-
|
|
20
|
-
import '../../OrOverlay-
|
|
20
|
+
import '../../OrBottomSheet-0592ccb2.js';
|
|
21
|
+
import '../../OrOverlay-f791976c.js';
|
|
21
22
|
import '../../OrTeleport.vue2-424c7f33.js';
|
|
22
23
|
import 'portal-vue';
|
|
23
24
|
import '../../OrMenuItem-6f9b8a93.js';
|
|
24
|
-
import '../../OrMenu-
|
|
25
|
+
import '../../OrMenu-a35caf3b.js';
|
|
25
26
|
import '../../OrError-4ffc1c39.js';
|
|
26
27
|
import '../../OrHint-aa221198.js';
|
|
27
28
|
import '../../OrInputBox-7f3c0ee9.js';
|