@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,26 +1,27 @@
|
|
|
1
|
-
export { s as OrDateTimePickerV3 } from '../../OrDateTimePicker-
|
|
1
|
+
export { s as OrDateTimePickerV3 } from '../../OrDateTimePicker-2cbcf8c7.js';
|
|
2
2
|
export { I as DateTimePickerSize } from '../../OrInputBox-32814878.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-e1f90e0a.js';
|
|
5
5
|
import '../../OrError-c01d0c29.js';
|
|
6
6
|
import 'vue';
|
|
7
7
|
import '../../OrHint-06ab89d7.js';
|
|
8
|
-
import '../../OrIconButton-
|
|
8
|
+
import '../../OrIconButton-e34a20eb.js';
|
|
9
9
|
import '../../OrIcon-62793572.js';
|
|
10
|
-
import '../../OrTooltip-
|
|
10
|
+
import '../../OrTooltip-edb28095.js';
|
|
11
11
|
import '@vueuse/core';
|
|
12
|
-
import '../../
|
|
12
|
+
import '../../usePopoverState-8a95a300.js';
|
|
13
|
+
import '../../OrPopover-ebd57053.js';
|
|
13
14
|
import '@floating-ui/dom';
|
|
14
|
-
import '../../useElevation-
|
|
15
|
+
import '../../useElevation-a50ec347.js';
|
|
15
16
|
import '../../useResponsive-a02e95b7.js';
|
|
16
|
-
import '../../OrBottomSheet-
|
|
17
|
-
import '../../OrOverlay-
|
|
17
|
+
import '../../OrBottomSheet-a39fb331.js';
|
|
18
|
+
import '../../OrOverlay-28952099.js';
|
|
18
19
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
19
20
|
import '../../OrLabel-4da56db0.js';
|
|
20
21
|
import '../../OrDateTimePickerPopoverHeader-3ae517f8.js';
|
|
21
22
|
import '../../OrButton-c2b6aa9e.js';
|
|
22
23
|
import '../../OrLoader-b79022da.js';
|
|
23
|
-
import '../../OrDateTimePickerMonthSelect-
|
|
24
|
+
import '../../OrDateTimePickerMonthSelect-2f61d92f.js';
|
|
24
25
|
import '../../OrMenuItem-dbee450f.js';
|
|
25
|
-
import '../../OrMenu-
|
|
26
|
+
import '../../OrMenu-f590d761.js';
|
|
26
27
|
import '../../OrDateTimePickerTimeSelect-14503fde.js';
|
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
export { I as IconButtonColor, s as OrIconButtonV3 } from '../../OrIconButton-
|
|
1
|
+
export { I as IconButtonColor, s as OrIconButtonV3 } from '../../OrIconButton-e34a20eb.js';
|
|
2
2
|
export { I as IconButtonSize } from '../../OrIcon-62793572.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
|
-
import '../../OrTooltip-
|
|
4
|
+
import '../../OrTooltip-edb28095.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
|
-
import '../../
|
|
6
|
+
import '../../usePopoverState-8a95a300.js';
|
|
7
|
+
import '../../OrPopover-ebd57053.js';
|
|
7
8
|
import '@floating-ui/dom';
|
|
8
|
-
import '../../useElevation-
|
|
9
|
+
import '../../useElevation-a50ec347.js';
|
|
9
10
|
import '../../useResponsive-a02e95b7.js';
|
|
10
|
-
import '../../OrBottomSheet-
|
|
11
|
-
import '../../OrOverlay-
|
|
11
|
+
import '../../OrBottomSheet-a39fb331.js';
|
|
12
|
+
import '../../OrOverlay-28952099.js';
|
|
12
13
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
13
14
|
import 'vue';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from '../../OrInlineInput-
|
|
1
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from '../../OrInlineInput-ad0d4264.js';
|
|
2
2
|
export { I as InlineInputSize } from '../../OrInlineInputBox-01fb2cb2.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
@@ -7,14 +7,15 @@ import '../../useValidationAttributes-d1abbe34.js';
|
|
|
7
7
|
import '../../OrError-c01d0c29.js';
|
|
8
8
|
import 'vue';
|
|
9
9
|
import '../../OrHint-06ab89d7.js';
|
|
10
|
-
import '../../OrIconButton-
|
|
10
|
+
import '../../OrIconButton-e34a20eb.js';
|
|
11
11
|
import '../../OrIcon-62793572.js';
|
|
12
|
-
import '../../OrTooltip-
|
|
13
|
-
import '../../
|
|
12
|
+
import '../../OrTooltip-edb28095.js';
|
|
13
|
+
import '../../usePopoverState-8a95a300.js';
|
|
14
|
+
import '../../OrPopover-ebd57053.js';
|
|
14
15
|
import '@floating-ui/dom';
|
|
15
|
-
import '../../useElevation-
|
|
16
|
+
import '../../useElevation-a50ec347.js';
|
|
16
17
|
import '../../useResponsive-a02e95b7.js';
|
|
17
|
-
import '../../OrBottomSheet-
|
|
18
|
-
import '../../OrOverlay-
|
|
18
|
+
import '../../OrBottomSheet-a39fb331.js';
|
|
19
|
+
import '../../OrOverlay-28952099.js';
|
|
19
20
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
20
21
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrInlineTextareaV3 } from '../../OrInlineTextarea-
|
|
1
|
+
export { s as OrInlineTextareaV3 } from '../../OrInlineTextarea-b5ec488d.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../useIdAttribute-859439f0.js';
|
|
4
4
|
import '@vueuse/core';
|
|
@@ -6,15 +6,16 @@ import '../../useValidationAttributes-d1abbe34.js';
|
|
|
6
6
|
import '../../OrError-c01d0c29.js';
|
|
7
7
|
import 'vue';
|
|
8
8
|
import '../../OrHint-06ab89d7.js';
|
|
9
|
-
import '../../OrIconButton-
|
|
9
|
+
import '../../OrIconButton-e34a20eb.js';
|
|
10
10
|
import '../../OrIcon-62793572.js';
|
|
11
|
-
import '../../OrTooltip-
|
|
12
|
-
import '../../
|
|
11
|
+
import '../../OrTooltip-edb28095.js';
|
|
12
|
+
import '../../usePopoverState-8a95a300.js';
|
|
13
|
+
import '../../OrPopover-ebd57053.js';
|
|
13
14
|
import '@floating-ui/dom';
|
|
14
|
-
import '../../useElevation-
|
|
15
|
+
import '../../useElevation-a50ec347.js';
|
|
15
16
|
import '../../useResponsive-a02e95b7.js';
|
|
16
|
-
import '../../OrBottomSheet-
|
|
17
|
-
import '../../OrOverlay-
|
|
17
|
+
import '../../OrBottomSheet-a39fb331.js';
|
|
18
|
+
import '../../OrOverlay-28952099.js';
|
|
18
19
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
19
20
|
import '../../OrInlineInputBox-01fb2cb2.js';
|
|
20
21
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as InputType, s as OrInputV3 } from '../../OrInput-
|
|
1
|
+
export { I as InputType, s as OrInputV3 } from '../../OrInput-a9aeef6e.js';
|
|
2
2
|
export { I as InputSize } from '../../OrInputBox-32814878.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../useIdAttribute-859439f0.js';
|
|
@@ -8,14 +8,15 @@ import '../../useValidationAttributes-d1abbe34.js';
|
|
|
8
8
|
import '../../OrError-c01d0c29.js';
|
|
9
9
|
import 'vue';
|
|
10
10
|
import '../../OrHint-06ab89d7.js';
|
|
11
|
-
import '../../OrIconButton-
|
|
11
|
+
import '../../OrIconButton-e34a20eb.js';
|
|
12
12
|
import '../../OrIcon-62793572.js';
|
|
13
|
-
import '../../OrTooltip-
|
|
14
|
-
import '../../
|
|
13
|
+
import '../../OrTooltip-edb28095.js';
|
|
14
|
+
import '../../usePopoverState-8a95a300.js';
|
|
15
|
+
import '../../OrPopover-ebd57053.js';
|
|
15
16
|
import '@floating-ui/dom';
|
|
16
|
-
import '../../useElevation-
|
|
17
|
-
import '../../OrBottomSheet-
|
|
18
|
-
import '../../OrOverlay-
|
|
17
|
+
import '../../useElevation-a50ec347.js';
|
|
18
|
+
import '../../OrBottomSheet-a39fb331.js';
|
|
19
|
+
import '../../OrOverlay-28952099.js';
|
|
19
20
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
20
21
|
import '../../OrLabel-4da56db0.js';
|
|
21
22
|
import '../../OrLoader-b79022da.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,11 +1,12 @@
|
|
|
1
|
-
export { s as OrMenuV3 } from '../../OrMenu-
|
|
2
|
-
export { P as MenuPlacement } from '../../OrPopover-
|
|
1
|
+
export { s as OrMenuV3 } from '../../OrMenu-f590d761.js';
|
|
2
|
+
export { P as MenuPlacement } from '../../OrPopover-ebd57053.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
|
+
import '@vueuse/core';
|
|
5
|
+
import '../../usePopoverState-8a95a300.js';
|
|
4
6
|
import 'vue';
|
|
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 '../../OrBottomSheet-
|
|
10
|
-
import '../../OrOverlay-
|
|
10
|
+
import '../../OrBottomSheet-a39fb331.js';
|
|
11
|
+
import '../../OrOverlay-28952099.js';
|
|
11
12
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
@@ -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,14 +1,15 @@
|
|
|
1
|
-
export { M as ModalSize, s as OrModalV3 } from '../../OrModal-
|
|
1
|
+
export { M as ModalSize, s as OrModalV3 } from '../../OrModal-9dc09e95.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrIconButton-b7217ea5.js';
|
|
4
|
-
import '../../OrIcon-62793572.js';
|
|
5
|
-
import 'vue';
|
|
6
|
-
import '../../OrTooltip-3d5fcaf9.js';
|
|
7
3
|
import '@vueuse/core';
|
|
8
|
-
import '../../
|
|
4
|
+
import '../../usePopoverState-8a95a300.js';
|
|
5
|
+
import '../../OrOverlay-28952099.js';
|
|
6
|
+
import '../../useElevation-a50ec347.js';
|
|
7
|
+
import '../../OrTeleport.vue3-8099178c.js';
|
|
8
|
+
import 'vue';
|
|
9
|
+
import '../../OrIconButton-e34a20eb.js';
|
|
10
|
+
import '../../OrIcon-62793572.js';
|
|
11
|
+
import '../../OrTooltip-edb28095.js';
|
|
12
|
+
import '../../OrPopover-ebd57053.js';
|
|
9
13
|
import '@floating-ui/dom';
|
|
10
|
-
import '../../useElevation-b5a49746.js';
|
|
11
14
|
import '../../useResponsive-a02e95b7.js';
|
|
12
|
-
import '../../OrBottomSheet-
|
|
13
|
-
import '../../OrOverlay-bf72f582.js';
|
|
14
|
-
import '../../OrTeleport.vue3-8099178c.js';
|
|
15
|
+
import '../../OrBottomSheet-a39fb331.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[];
|
|
@@ -0,0 +1,12 @@
|
|
|
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<{} & {} & {
|
|
5
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
6
|
+
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
7
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
8
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
9
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {} & {} & {
|
|
10
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
11
|
+
}, {}, true>);
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ModalHeader: string[];
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
import { ModalSize } from './props';
|
|
2
2
|
export declare const ModalRoot: string[];
|
|
3
3
|
export declare const ModalRootSizes: Record<ModalSize, string[]>;
|
|
4
|
-
export declare const ModalHeader: string[];
|
|
5
|
-
export declare const ModalContent: string[];
|
|
6
|
-
export declare const ModalFooter: string[];
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
export { N as NotificationVariant, s as OrNotificationV3 } from '../../OrNotification-
|
|
1
|
+
export { N as NotificationVariant, s as OrNotificationV3 } from '../../OrNotification-69031471.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrIconButton-
|
|
3
|
+
import '../../OrIconButton-e34a20eb.js';
|
|
4
4
|
import '../../OrIcon-62793572.js';
|
|
5
5
|
import 'vue';
|
|
6
|
-
import '../../OrTooltip-
|
|
6
|
+
import '../../OrTooltip-edb28095.js';
|
|
7
7
|
import '@vueuse/core';
|
|
8
|
-
import '../../
|
|
8
|
+
import '../../usePopoverState-8a95a300.js';
|
|
9
|
+
import '../../OrPopover-ebd57053.js';
|
|
9
10
|
import '@floating-ui/dom';
|
|
10
|
-
import '../../useElevation-
|
|
11
|
+
import '../../useElevation-a50ec347.js';
|
|
11
12
|
import '../../useResponsive-a02e95b7.js';
|
|
12
|
-
import '../../OrBottomSheet-
|
|
13
|
-
import '../../OrOverlay-
|
|
13
|
+
import '../../OrBottomSheet-a39fb331.js';
|
|
14
|
+
import '../../OrOverlay-28952099.js';
|
|
14
15
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { s as OrOverlayV3 } from '../../OrOverlay-
|
|
1
|
+
export { s as OrOverlayV3 } from '../../OrOverlay-28952099.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'vue-demi';
|
|
4
|
-
import '../../useElevation-
|
|
4
|
+
import '../../useElevation-a50ec347.js';
|
|
5
5
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
6
6
|
import 'vue';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrPaginationV3 } from '../../OrPagination-
|
|
1
|
+
export { s as OrPaginationV3 } from '../../OrPagination-f3be120f.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import '../../useResponsive-a02e95b7.js';
|
|
@@ -7,10 +7,11 @@ import '../../OrLoader-b79022da.js';
|
|
|
7
7
|
import 'vue';
|
|
8
8
|
import '../../OrIcon-62793572.js';
|
|
9
9
|
import '../../OrMenuItem-dbee450f.js';
|
|
10
|
-
import '../../OrMenu-
|
|
11
|
-
import '../../
|
|
10
|
+
import '../../OrMenu-f590d761.js';
|
|
11
|
+
import '../../usePopoverState-8a95a300.js';
|
|
12
|
+
import '../../OrPopover-ebd57053.js';
|
|
12
13
|
import '@floating-ui/dom';
|
|
13
|
-
import '../../useElevation-
|
|
14
|
-
import '../../OrBottomSheet-
|
|
15
|
-
import '../../OrOverlay-
|
|
14
|
+
import '../../useElevation-a50ec347.js';
|
|
15
|
+
import '../../OrBottomSheet-a39fb331.js';
|
|
16
|
+
import '../../OrOverlay-28952099.js';
|
|
16
17
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
@@ -10,17 +10,19 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
10
10
|
[x: number]: string;
|
|
11
11
|
} | {}, true> | undefined>;
|
|
12
12
|
bottomSheetRoot: import("@vue/composition-api").ComputedRef<undefined>;
|
|
13
|
-
handleBottomSheetState: (bottomSheetState: string) => void;
|
|
14
13
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
15
14
|
bodyStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
16
|
-
state: import("@vue/composition-api").Ref<"open" | "
|
|
17
|
-
isOpen: import("@vue/composition-api").ComputedRef<boolean>;
|
|
18
|
-
isFullscreen: import("@vue/composition-api").ComputedRef<boolean>;
|
|
19
|
-
isClosed: import("@vue/composition-api").ComputedRef<boolean>;
|
|
15
|
+
state: import("@vue/composition-api").Ref<"open" | "closed">;
|
|
20
16
|
isFlipped: import("@vue/composition-api").Ref<boolean>;
|
|
17
|
+
isHidden: import("@vue/composition-api").Ref<boolean>;
|
|
21
18
|
open: () => void;
|
|
22
|
-
close: (
|
|
19
|
+
close: () => void;
|
|
20
|
+
toggle: () => void;
|
|
23
21
|
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
22
|
+
isOpen: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
24
26
|
variant: {
|
|
25
27
|
type: PropType<"auto" | "popover" | "bottom-sheet">;
|
|
26
28
|
default: PopoverVariant;
|
|
@@ -55,6 +57,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
55
57
|
default: boolean;
|
|
56
58
|
};
|
|
57
59
|
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
60
|
+
isOpen: {
|
|
61
|
+
type: BooleanConstructor;
|
|
62
|
+
default: boolean;
|
|
63
|
+
};
|
|
58
64
|
variant: {
|
|
59
65
|
type: PropType<"auto" | "popover" | "bottom-sheet">;
|
|
60
66
|
default: PopoverVariant;
|
|
@@ -89,6 +95,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
89
95
|
default: boolean;
|
|
90
96
|
};
|
|
91
97
|
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
98
|
+
isOpen: boolean;
|
|
92
99
|
variant: "auto" | "popover" | "bottom-sheet";
|
|
93
100
|
bottomSheetProps: Readonly<Partial<{
|
|
94
101
|
[x: number]: string;
|
|
@@ -110,17 +117,16 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
110
117
|
[x: number]: string;
|
|
111
118
|
} | {}, true> | undefined>;
|
|
112
119
|
bottomSheetRoot: import("@vue/composition-api").ComputedRef<undefined>;
|
|
113
|
-
handleBottomSheetState: (bottomSheetState: string) => void;
|
|
114
120
|
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
115
121
|
bodyStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
116
|
-
state: import("@vue/composition-api").Ref<"open" | "
|
|
117
|
-
isOpen: import("@vue/composition-api").ComputedRef<boolean>;
|
|
118
|
-
isFullscreen: import("@vue/composition-api").ComputedRef<boolean>;
|
|
119
|
-
isClosed: import("@vue/composition-api").ComputedRef<boolean>;
|
|
122
|
+
state: import("@vue/composition-api").Ref<"open" | "closed">;
|
|
120
123
|
isFlipped: import("@vue/composition-api").Ref<boolean>;
|
|
124
|
+
isHidden: import("@vue/composition-api").Ref<boolean>;
|
|
121
125
|
open: () => void;
|
|
122
|
-
close: (
|
|
126
|
+
close: () => void;
|
|
127
|
+
toggle: () => void;
|
|
123
128
|
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
129
|
+
isOpen: boolean;
|
|
124
130
|
variant: "auto" | "popover" | "bottom-sheet";
|
|
125
131
|
bottomSheetProps: Readonly<Partial<{
|
|
126
132
|
[x: number]: string;
|
|
@@ -133,6 +139,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
133
139
|
} & {} & {
|
|
134
140
|
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
135
141
|
}, {
|
|
142
|
+
isOpen: boolean;
|
|
136
143
|
variant: "auto" | "popover" | "bottom-sheet";
|
|
137
144
|
bottomSheetProps: Readonly<Partial<{
|
|
138
145
|
[x: number]: string;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
export { s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant } from '../../OrPopover-
|
|
1
|
+
export { s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant } from '../../OrPopover-ebd57053.js';
|
|
2
2
|
import '@floating-ui/dom';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
|
-
import '../../useElevation-
|
|
5
|
+
import '../../useElevation-a50ec347.js';
|
|
6
|
+
import '../../usePopoverState-8a95a300.js';
|
|
6
7
|
import '../../useResponsive-a02e95b7.js';
|
|
7
|
-
import '../../OrBottomSheet-
|
|
8
|
-
import '../../OrOverlay-
|
|
8
|
+
import '../../OrBottomSheet-a39fb331.js';
|
|
9
|
+
import '../../OrOverlay-28952099.js';
|
|
9
10
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
10
11
|
import 'vue';
|
|
@@ -1,22 +1,23 @@
|
|
|
1
|
-
export { s as OrSearchV3 } from '../../OrSearch-
|
|
1
|
+
export { s as OrSearchV3 } from '../../OrSearch-5576cf14.js';
|
|
2
2
|
export { I as SearchSize } from '../../OrInputBox-32814878.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
|
-
import '../../OrInput-
|
|
5
|
+
import '../../OrInput-a9aeef6e.js';
|
|
6
6
|
import '../../useIdAttribute-859439f0.js';
|
|
7
7
|
import '../../useResponsive-a02e95b7.js';
|
|
8
8
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
9
9
|
import '../../OrError-c01d0c29.js';
|
|
10
10
|
import 'vue';
|
|
11
11
|
import '../../OrHint-06ab89d7.js';
|
|
12
|
-
import '../../OrIconButton-
|
|
12
|
+
import '../../OrIconButton-e34a20eb.js';
|
|
13
13
|
import '../../OrIcon-62793572.js';
|
|
14
|
-
import '../../OrTooltip-
|
|
15
|
-
import '../../
|
|
14
|
+
import '../../OrTooltip-edb28095.js';
|
|
15
|
+
import '../../usePopoverState-8a95a300.js';
|
|
16
|
+
import '../../OrPopover-ebd57053.js';
|
|
16
17
|
import '@floating-ui/dom';
|
|
17
|
-
import '../../useElevation-
|
|
18
|
-
import '../../OrBottomSheet-
|
|
19
|
-
import '../../OrOverlay-
|
|
18
|
+
import '../../useElevation-a50ec347.js';
|
|
19
|
+
import '../../OrBottomSheet-a39fb331.js';
|
|
20
|
+
import '../../OrOverlay-28952099.js';
|
|
20
21
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
21
22
|
import '../../OrLabel-4da56db0.js';
|
|
22
23
|
import '../../OrLoader-b79022da.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrSelectV3 } from '../../OrSelect-
|
|
1
|
+
export { s as OrSelectV3 } from '../../OrSelect-0b3ebce9.js';
|
|
2
2
|
export { I as SelectSize } from '../../OrInputBox-32814878.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
4
|
import '../../dropdown-open-e1f90e0a.js';
|
|
@@ -13,17 +13,18 @@ import '../../OrError-c01d0c29.js';
|
|
|
13
13
|
import '../../OrExpansionPanel-c016d8fa.js';
|
|
14
14
|
import '../../OrIcon-62793572.js';
|
|
15
15
|
import '../../OrHint-06ab89d7.js';
|
|
16
|
-
import '../../OrInput-
|
|
16
|
+
import '../../OrInput-a9aeef6e.js';
|
|
17
17
|
import '../../useResponsive-a02e95b7.js';
|
|
18
18
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
19
|
-
import '../../OrIconButton-
|
|
20
|
-
import '../../OrTooltip-
|
|
21
|
-
import '../../
|
|
19
|
+
import '../../OrIconButton-e34a20eb.js';
|
|
20
|
+
import '../../OrTooltip-edb28095.js';
|
|
21
|
+
import '../../usePopoverState-8a95a300.js';
|
|
22
|
+
import '../../OrPopover-ebd57053.js';
|
|
22
23
|
import '@floating-ui/dom';
|
|
23
|
-
import '../../useElevation-
|
|
24
|
-
import '../../OrBottomSheet-
|
|
25
|
-
import '../../OrOverlay-
|
|
24
|
+
import '../../useElevation-a50ec347.js';
|
|
25
|
+
import '../../OrBottomSheet-a39fb331.js';
|
|
26
|
+
import '../../OrOverlay-28952099.js';
|
|
26
27
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
27
28
|
import '../../OrLoader-b79022da.js';
|
|
28
29
|
import '../../OrMenuItem-dbee450f.js';
|
|
29
|
-
import '../../OrTag-
|
|
30
|
+
import '../../OrTag-4ac45254.js';
|
|
@@ -1,15 +1,16 @@
|
|
|
1
|
-
export { s as OrSidebarV3 } from '../../OrSidebar-
|
|
2
|
-
export { O as OrSidebarPlacement } from '../../OrSidebarCollapseButton-
|
|
1
|
+
export { s as OrSidebarV3 } from '../../OrSidebar-303ef558.js';
|
|
2
|
+
export { O as OrSidebarPlacement } from '../../OrSidebarCollapseButton-d7f004df.js';
|
|
3
3
|
import '@vueuse/core';
|
|
4
4
|
import 'vue-demi';
|
|
5
5
|
import 'vue';
|
|
6
|
-
import '../../OrIconButton-
|
|
6
|
+
import '../../OrIconButton-e34a20eb.js';
|
|
7
7
|
import '../../OrIcon-62793572.js';
|
|
8
|
-
import '../../OrTooltip-
|
|
9
|
-
import '../../
|
|
8
|
+
import '../../OrTooltip-edb28095.js';
|
|
9
|
+
import '../../usePopoverState-8a95a300.js';
|
|
10
|
+
import '../../OrPopover-ebd57053.js';
|
|
10
11
|
import '@floating-ui/dom';
|
|
11
|
-
import '../../useElevation-
|
|
12
|
+
import '../../useElevation-a50ec347.js';
|
|
12
13
|
import '../../useResponsive-a02e95b7.js';
|
|
13
|
-
import '../../OrBottomSheet-
|
|
14
|
-
import '../../OrOverlay-
|
|
14
|
+
import '../../OrBottomSheet-a39fb331.js';
|
|
15
|
+
import '../../OrOverlay-28952099.js';
|
|
15
16
|
import '../../OrTeleport.vue3-8099178c.js';
|