@onereach/ui-components 4.7.0-beta.2802.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 +2 -2
- 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,9 +1,10 @@
|
|
|
1
|
-
import { g as usePointerSwipe, o as onClickOutside, S as SwipeDirection } from './index-
|
|
2
|
-
import { defineComponent, ref, computed, watch, unref } from 'vue-demi';
|
|
1
|
+
import { g as usePointerSwipe, o as onClickOutside, S as SwipeDirection } from './index-02705c13.js';
|
|
2
|
+
import { defineComponent, ref, computed, toRef, watch, unref } from 'vue-demi';
|
|
3
3
|
import { BottomSheetVariant } from './components/OrBottomSheetV3/props.js';
|
|
4
4
|
import { BottomSheet, BottomSheetVariants, BottomSheetHandle, BottomSheetHeader } from './components/OrBottomSheetV3/styles.js';
|
|
5
5
|
import './components/OrOverlayV3/OrOverlay.js';
|
|
6
|
-
import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-
|
|
6
|
+
import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-93864f05.js';
|
|
7
|
+
import { usePopoverState } from './hooks/usePopoverState.js';
|
|
7
8
|
|
|
8
9
|
var script = defineComponent({
|
|
9
10
|
name: 'OrBottomSheet',
|
|
@@ -12,13 +13,17 @@ var script = defineComponent({
|
|
|
12
13
|
},
|
|
13
14
|
inheritAttrs: false,
|
|
14
15
|
props: {
|
|
16
|
+
isOpen: {
|
|
17
|
+
type: Boolean,
|
|
18
|
+
default: false
|
|
19
|
+
},
|
|
15
20
|
variant: {
|
|
16
21
|
type: String,
|
|
17
22
|
default: BottomSheetVariant.Advanced
|
|
18
23
|
}
|
|
19
24
|
},
|
|
20
|
-
emits: ['update:state', '
|
|
21
|
-
expose: ['root', 'state', '
|
|
25
|
+
emits: ['update:state', 'open', 'close'],
|
|
26
|
+
expose: ['root', 'state', 'open', 'close', 'toggle'],
|
|
22
27
|
setup(props, context) {
|
|
23
28
|
// Refs
|
|
24
29
|
const root = ref();
|
|
@@ -27,43 +32,18 @@ var script = defineComponent({
|
|
|
27
32
|
const handleStyles = computed(() => [...BottomSheetHandle]);
|
|
28
33
|
const headerStyles = computed(() => [...BottomSheetHeader]);
|
|
29
34
|
// State
|
|
30
|
-
const
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
+
const {
|
|
36
|
+
state,
|
|
37
|
+
open,
|
|
38
|
+
close,
|
|
39
|
+
toggle
|
|
40
|
+
} = usePopoverState(toRef(props, 'isOpen'), context);
|
|
41
|
+
const fullscreen = ref(false);
|
|
35
42
|
watch(state, value => {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
case 'open':
|
|
39
|
-
context.emit('update:state:open');
|
|
40
|
-
break;
|
|
41
|
-
case 'fullscreen':
|
|
42
|
-
context.emit('update:state:fullscreen');
|
|
43
|
-
break;
|
|
44
|
-
case 'closed':
|
|
45
|
-
context.emit('update:state:closed');
|
|
46
|
-
break;
|
|
43
|
+
if (value === 'closed') {
|
|
44
|
+
fullscreen.value = false;
|
|
47
45
|
}
|
|
48
46
|
});
|
|
49
|
-
// Methods
|
|
50
|
-
function open() {
|
|
51
|
-
state.value = 'open';
|
|
52
|
-
}
|
|
53
|
-
function close() {
|
|
54
|
-
let auto = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
|
|
55
|
-
state.value = 'closed';
|
|
56
|
-
if (auto) {
|
|
57
|
-
context.emit('update:state:closed-automatically');
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
// Handlers
|
|
61
|
-
function onSwipeUp() {
|
|
62
|
-
state.value = 'fullscreen';
|
|
63
|
-
}
|
|
64
|
-
function onSwipeDown() {
|
|
65
|
-
state.value = state.value === 'fullscreen' ? 'open' : 'closed';
|
|
66
|
-
}
|
|
67
47
|
// Effects
|
|
68
48
|
// #region Swipe
|
|
69
49
|
const swipeOptions = {
|
|
@@ -88,7 +68,7 @@ var script = defineComponent({
|
|
|
88
68
|
minHeight: '100%',
|
|
89
69
|
maxHeight: '100%'
|
|
90
70
|
});
|
|
91
|
-
|
|
71
|
+
fullscreen.value = true;
|
|
92
72
|
break;
|
|
93
73
|
case SwipeDirection.DOWN:
|
|
94
74
|
Object.assign(rootElement.style, {
|
|
@@ -96,7 +76,11 @@ var script = defineComponent({
|
|
|
96
76
|
minHeight: '0',
|
|
97
77
|
maxHeight: '50%'
|
|
98
78
|
});
|
|
99
|
-
|
|
79
|
+
if (fullscreen.value) {
|
|
80
|
+
fullscreen.value = false;
|
|
81
|
+
} else {
|
|
82
|
+
close();
|
|
83
|
+
}
|
|
100
84
|
break;
|
|
101
85
|
}
|
|
102
86
|
}
|
|
@@ -113,7 +97,7 @@ var script = defineComponent({
|
|
|
113
97
|
} = _ref;
|
|
114
98
|
return (classList === null || classList === void 0 ? void 0 : classList.contains('or-popover-v3')) || (classList === null || classList === void 0 ? void 0 : classList.contains('or-bottom-sheet-v3'));
|
|
115
99
|
})) {
|
|
116
|
-
close(
|
|
100
|
+
close();
|
|
117
101
|
}
|
|
118
102
|
});
|
|
119
103
|
// #endregion
|
|
@@ -123,11 +107,10 @@ var script = defineComponent({
|
|
|
123
107
|
handleStyles,
|
|
124
108
|
headerStyles,
|
|
125
109
|
state,
|
|
126
|
-
|
|
127
|
-
isFullscreen,
|
|
128
|
-
isClosed,
|
|
110
|
+
fullscreen,
|
|
129
111
|
open,
|
|
130
|
-
close
|
|
112
|
+
close,
|
|
113
|
+
toggle
|
|
131
114
|
};
|
|
132
115
|
}
|
|
133
116
|
});
|
|
@@ -2,7 +2,7 @@ import { defineComponent, ref, computed, isVue3 } from 'vue-demi';
|
|
|
2
2
|
import { ButtonType, ButtonVariant, ButtonColor } from './components/OrButtonV3/props.js';
|
|
3
3
|
import { ButtonRoot, ButtonRootVariants, ButtonRootColors } from './components/OrButtonV3/styles.js';
|
|
4
4
|
import './components/OrLoaderV3/OrLoader.js';
|
|
5
|
-
import { s as script$1 } from './OrLoader.vue_vue_type_script_lang-
|
|
5
|
+
import { s as script$1 } from './OrLoader.vue_vue_type_script_lang-c1b5372a.js';
|
|
6
6
|
|
|
7
7
|
var script = defineComponent({
|
|
8
8
|
name: 'OrButton',
|
|
@@ -4,7 +4,7 @@ import './components/OrCard/OrCard.js';
|
|
|
4
4
|
import { s as script$1 } from './OrCard.vue_vue_type_script_lang-81561dd8.js';
|
|
5
5
|
import './components/OrIcon/OrIcon.js';
|
|
6
6
|
import './components/OrSearch/OrSearch.js';
|
|
7
|
-
import { s as script$3 } from './OrSearch.vue_vue_type_script_lang-
|
|
7
|
+
import { s as script$3 } from './OrSearch.vue_vue_type_script_lang-82b7b602.js';
|
|
8
8
|
import './components/OrIconButtonV2/OrIconButton.js';
|
|
9
9
|
import { s as script$2 } from './OrIcon.vue_vue_type_script_lang-cd2da378.js';
|
|
10
10
|
import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-d1496a81.js';
|
|
@@ -4,15 +4,15 @@ import { openBlock, createElementBlock, normalizeClass, Fragment, renderList, re
|
|
|
4
4
|
import { gridView, defaultViewModes } from './components/OrCardCollectionV3/props.js';
|
|
5
5
|
import './components/OrIconButtonV3/OrIconButton.js';
|
|
6
6
|
import './components/OrButtonV3/OrButton.js';
|
|
7
|
-
import { s as script$3 } from './OrButton.vue_vue_type_script_lang-
|
|
7
|
+
import { s as script$3 } from './OrButton.vue_vue_type_script_lang-af5ff967.js';
|
|
8
8
|
import './components/OrMenuV3/OrMenu.js';
|
|
9
|
-
import { s as script$4 } from './OrMenu.vue_vue_type_script_lang-
|
|
9
|
+
import { s as script$4 } from './OrMenu.vue_vue_type_script_lang-90d57815.js';
|
|
10
10
|
import './components/OrMenuItemV3/OrMenuItem.js';
|
|
11
11
|
import { s as script$5 } from './OrMenuItem.vue_vue_type_script_lang-b338d68a.js';
|
|
12
12
|
import './components/OrIconV3/OrIcon.js';
|
|
13
13
|
import './components/OrSearchV3/OrSearch.js';
|
|
14
|
-
import { s as script$7 } from './OrSearch.vue_vue_type_script_lang-
|
|
15
|
-
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-
|
|
14
|
+
import { s as script$7 } from './OrSearch.vue_vue_type_script_lang-ba26f3af.js';
|
|
15
|
+
import { s as script$2 } from './OrIconButton.vue_vue_type_script_lang-743eb1eb.js';
|
|
16
16
|
import { s as script$6 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
17
17
|
|
|
18
18
|
var script$1 = defineComponent({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, reactive } from 'vue-demi';
|
|
2
|
-
import { u as useVModel } from './index-
|
|
2
|
+
import { u as useVModel } from './index-02705c13.js';
|
|
3
3
|
import { isEmptyValue } from './utils/isEmptyValue.js';
|
|
4
4
|
import { CheckboxRoot, CheckboxControl, CheckboxControlHandle } from './components/OrCheckboxV3/styles.js';
|
|
5
5
|
import './components/OrLabelV3/OrLabel.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent } from 'vue-demi';
|
|
2
|
-
import { u as useVModel } from './index-
|
|
2
|
+
import { u as useVModel } from './index-02705c13.js';
|
|
3
3
|
import './components/OrCheckboxTreeV3/OrCheckboxTree.js';
|
|
4
|
-
import { s as script$1 } from './OrCheckboxTree.vue_vue_type_script_lang-
|
|
4
|
+
import { s as script$1 } from './OrCheckboxTree.vue_vue_type_script_lang-c7beacdf.js';
|
|
5
5
|
import './components/OrFormGroupV3/OrFormGroup.js';
|
|
6
6
|
import { s as script$2 } from './OrFormGroup.vue_vue_type_script_lang-1c6844d6.js';
|
|
7
7
|
import { FormGroupDirection } from './components/OrFormGroupV3/props.js';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { defineComponent, computed, watch } from 'vue-demi';
|
|
2
|
-
import { u as useVModel } from './index-
|
|
2
|
+
import { u as useVModel } from './index-02705c13.js';
|
|
3
3
|
import { CheckboxTreeRoot, CheckboxTreeRootParent } from './components/OrCheckboxTreeV3/styles.js';
|
|
4
4
|
import flattenDeep from './utils/functions/flattenDeep.js';
|
|
5
5
|
import './components/OrIconV3/OrIcon.js';
|
|
6
6
|
import './components/OrCheckboxV3/OrCheckbox.js';
|
|
7
|
-
import { s as script$2 } from './OrCheckbox.vue_vue_type_script_lang-
|
|
7
|
+
import { s as script$2 } from './OrCheckbox.vue_vue_type_script_lang-a6d72885.js';
|
|
8
8
|
import './components/OrButtonV3/OrButton.js';
|
|
9
|
-
import { u as useToggle } from './index-
|
|
9
|
+
import { u as useToggle } from './index-5e8e7a46.js';
|
|
10
10
|
import { s as script$1 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
11
|
-
import { s as script$3 } from './OrButton.vue_vue_type_script_lang-
|
|
11
|
+
import { s as script$3 } from './OrButton.vue_vue_type_script_lang-af5ff967.js';
|
|
12
12
|
|
|
13
13
|
var script = defineComponent({
|
|
14
14
|
name: 'OrCheckboxTree',
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { E as EditorView, F as Facet, c as combineConfig, S as StateField, a as EditorSelection, T as Transaction, C as ChangeSet, b as ChangeDesc, I as IndentContext, g as getIndentation, i as indentString, d as Text, e as indentUnit, f as countColumn, h as getIndentUnit, A as Annotation, j as StateEffect, m as matchBrackets, s as syntaxTree, N as NodeProp, D as Direction, k as findClusterBreak, V as ViewPlugin, l as Decoration, n as codePointAt, o as codePointSize, p as getPanel, q as CharCategory, P as Prec, r as fromCodePoint, t as showPanel, R as RangeSetBuilder, u as EditorState, v as runScopeHandlers, w as hoverTooltip, W as WidgetType, x as logException, y as lineNumbers, z as highlightActiveLineGutter, B as highlightSpecialChars, G as foldGutter, H as drawSelection, J as dropCursor, K as indentOnInput, L as syntaxHighlighting, M as defaultHighlightStyle, O as bracketMatching, Q as rectangularSelection, U as crosshairCursor, X as highlightActiveLine, Y as keymap, Z as foldKeymap } from './index-cf2c3c27.js';
|
|
2
2
|
import { c as closeBrackets, a as autocompletion, b as closeBracketsKeymap, d as completionKeymap, l as languages } from './lang-0fb8f78b.js';
|
|
3
|
-
import { a as useElementHover } from './index-
|
|
3
|
+
import { a as useElementHover } from './index-02705c13.js';
|
|
4
4
|
import { defineComponent, ref } from 'vue-demi';
|
|
5
5
|
import script$3 from './components/OrTeleport/OrTeleport.js';
|
|
6
6
|
import { OrCodeLanguages } from './components/OrCode/constants.js';
|
|
7
7
|
import theme from './components/OrCode/theme.js';
|
|
8
8
|
import './components/OrIconButtonV2/OrIconButton.js';
|
|
9
9
|
import './components/OrModal/OrModal.js';
|
|
10
|
-
import { s as script$2 } from './OrModal.vue_vue_type_script_lang-
|
|
10
|
+
import { s as script$2 } from './OrModal.vue_vue_type_script_lang-6e26795e.js';
|
|
11
11
|
import './components/OrError/OrError.js';
|
|
12
12
|
import './components/OrHint/OrHint.js';
|
|
13
13
|
import './components/OrLabel/OrLabel.js';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import Palette from './components/OrColorPicker/constants.js';
|
|
2
2
|
import { defineComponent, ref } from 'vue-demi';
|
|
3
|
-
import { o as onClickOutside } from './index-
|
|
3
|
+
import { o as onClickOutside } from './index-02705c13.js';
|
|
4
4
|
import defaultPalette from './components/OrColorPicker/utils/defultPalette.js';
|
|
5
5
|
import './components/OrFloating/OrFloating.js';
|
|
6
6
|
import { s as script$1 } from './OrFloating.vue_vue_type_script_lang-d419627c.js';
|
|
7
7
|
import { OrFloatingPlacements } from './components/OrFloating/constants.js';
|
|
8
|
-
import { u as useToggle } from './index-
|
|
8
|
+
import { u as useToggle } from './index-5e8e7a46.js';
|
|
9
9
|
|
|
10
10
|
var script = defineComponent({
|
|
11
11
|
name: 'OrColorPicker',
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { b as useMagicKeys, o as onClickOutside } from './index-
|
|
2
|
-
import { l as logicAnd } from './index-
|
|
3
|
-
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
1
|
+
import { b as useMagicKeys, o as onClickOutside } from './index-02705c13.js';
|
|
2
|
+
import { l as logicAnd } from './index-51eb57bd.js';
|
|
3
|
+
import { defineComponent, ref, toRef, computed, watch } from 'vue-demi';
|
|
4
4
|
import { ConfirmType } from './components/OrConfirmV3/props.js';
|
|
5
5
|
import { ConfirmRoot, ConfirmHeader, ConfirmInput, ConfirmFooter, ConfirmFooterTypes, ConfirmFooterButtons } from './components/OrConfirmV3/styles.js';
|
|
6
6
|
import './components/OrOverlayV3/OrOverlay.js';
|
|
7
7
|
import './components/OrButtonV3/OrButton.js';
|
|
8
8
|
import './components/OrInputV3/OrInput.js';
|
|
9
|
+
import { usePopoverState } from './hooks/usePopoverState.js';
|
|
9
10
|
import { ButtonColor } from './components/OrButtonV3/props.js';
|
|
10
|
-
import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-
|
|
11
|
-
import { s as script$2 } from './OrButton.vue_vue_type_script_lang-
|
|
12
|
-
import { s as script$3 } from './OrInput.vue_vue_type_script_lang-
|
|
13
|
-
import { w as whenever } from './index-
|
|
11
|
+
import { s as script$1 } from './OrOverlay.vue_vue_type_script_lang-93864f05.js';
|
|
12
|
+
import { s as script$2 } from './OrButton.vue_vue_type_script_lang-af5ff967.js';
|
|
13
|
+
import { s as script$3 } from './OrInput.vue_vue_type_script_lang-30a2b358.js';
|
|
14
|
+
import { w as whenever } from './index-5e8e7a46.js';
|
|
14
15
|
|
|
15
16
|
var script = defineComponent({
|
|
16
17
|
name: 'OrConfirm',
|
|
@@ -21,6 +22,10 @@ var script = defineComponent({
|
|
|
21
22
|
},
|
|
22
23
|
inheritAttrs: false,
|
|
23
24
|
props: {
|
|
25
|
+
isOpen: {
|
|
26
|
+
type: Boolean,
|
|
27
|
+
default: false
|
|
28
|
+
},
|
|
24
29
|
titleText: {
|
|
25
30
|
type: String,
|
|
26
31
|
required: false,
|
|
@@ -28,22 +33,18 @@ var script = defineComponent({
|
|
|
28
33
|
},
|
|
29
34
|
confirmButtonText: {
|
|
30
35
|
type: String,
|
|
31
|
-
required: false,
|
|
32
36
|
default: 'Confirm'
|
|
33
37
|
},
|
|
34
38
|
cancelButtonText: {
|
|
35
39
|
type: String,
|
|
36
|
-
required: false,
|
|
37
40
|
default: 'Cancel'
|
|
38
41
|
},
|
|
39
42
|
confirmType: {
|
|
40
43
|
type: String,
|
|
41
|
-
required: false,
|
|
42
44
|
default: ConfirmType.C
|
|
43
45
|
},
|
|
44
46
|
loading: {
|
|
45
47
|
type: Boolean,
|
|
46
|
-
required: false,
|
|
47
48
|
default: false
|
|
48
49
|
},
|
|
49
50
|
disabled: {
|
|
@@ -53,43 +54,35 @@ var script = defineComponent({
|
|
|
53
54
|
},
|
|
54
55
|
confirmationText: {
|
|
55
56
|
type: String,
|
|
56
|
-
|
|
57
|
-
default: null
|
|
57
|
+
default: undefined
|
|
58
58
|
},
|
|
59
59
|
textConfirmationLabel: {
|
|
60
60
|
type: String,
|
|
61
|
-
|
|
62
|
-
default: null
|
|
61
|
+
default: undefined
|
|
63
62
|
},
|
|
64
63
|
textConfirmationPlaceholder: {
|
|
65
64
|
type: String,
|
|
66
|
-
|
|
67
|
-
default: null
|
|
65
|
+
default: undefined
|
|
68
66
|
},
|
|
69
67
|
textConfirmationError: {
|
|
70
68
|
type: String,
|
|
71
|
-
required: false,
|
|
72
|
-
default: null
|
|
73
|
-
},
|
|
74
|
-
isOpen: {
|
|
75
|
-
type: Boolean,
|
|
76
|
-
required: false,
|
|
77
69
|
default: undefined
|
|
78
70
|
}
|
|
79
71
|
},
|
|
80
|
-
emits: ['open', 'close', 'confirm'],
|
|
81
|
-
expose: ['root', '
|
|
82
|
-
setup(props,
|
|
83
|
-
let {
|
|
84
|
-
emit
|
|
85
|
-
} = _ref;
|
|
72
|
+
emits: ['update:state', 'open', 'close', 'confirm'],
|
|
73
|
+
expose: ['root', 'state', 'open', 'close'],
|
|
74
|
+
setup(props, context) {
|
|
86
75
|
// Refs
|
|
87
76
|
const root = ref();
|
|
88
77
|
const confirmationInput = ref();
|
|
89
78
|
const confirmationButton = ref();
|
|
90
79
|
// State
|
|
91
80
|
const touched = ref(false);
|
|
92
|
-
const
|
|
81
|
+
const {
|
|
82
|
+
state,
|
|
83
|
+
open,
|
|
84
|
+
close
|
|
85
|
+
} = usePopoverState(toRef(props, 'isOpen'), context);
|
|
93
86
|
const isInputActive = ref(false);
|
|
94
87
|
const confirmationValue = ref('');
|
|
95
88
|
const {
|
|
@@ -102,21 +95,10 @@ var script = defineComponent({
|
|
|
102
95
|
const isConfirmationButtonDisabled = computed(() => !!props.disabled || isInvalid.value);
|
|
103
96
|
const confirmButtonColor = computed(() => props.confirmType === ConfirmType.C ? ButtonColor.Primary : ButtonColor.Danger);
|
|
104
97
|
// Methods
|
|
105
|
-
function open() {
|
|
106
|
-
isActive.value = true;
|
|
107
|
-
emit('open');
|
|
108
|
-
}
|
|
109
|
-
function close() {
|
|
110
|
-
// In case if component opened by isOpen - only event can be emited, app will catch it and flip reference
|
|
111
|
-
if (props.isOpen === true) {
|
|
112
|
-
emit('close');
|
|
113
|
-
} else {
|
|
114
|
-
isActive.value = false;
|
|
115
|
-
emit('close');
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
98
|
function confirm() {
|
|
119
|
-
if (!props.disabled && !isInvalid.value)
|
|
99
|
+
if (!props.disabled && !isInvalid.value) {
|
|
100
|
+
context.emit('confirm');
|
|
101
|
+
}
|
|
120
102
|
}
|
|
121
103
|
function onInputFocus() {
|
|
122
104
|
isInputActive.value = true;
|
|
@@ -126,20 +108,14 @@ var script = defineComponent({
|
|
|
126
108
|
touched.value = true;
|
|
127
109
|
}
|
|
128
110
|
// Events
|
|
129
|
-
watch(() => props.isOpen, value => {
|
|
130
|
-
// In case if component opened by isOpen - no need to emmit events, we need just sync local state
|
|
131
|
-
if (value != undefined) {
|
|
132
|
-
isActive.value = value;
|
|
133
|
-
}
|
|
134
|
-
}, {
|
|
135
|
-
immediate: true
|
|
136
|
-
});
|
|
137
111
|
watch(escape, val => {
|
|
138
112
|
if (val) close();
|
|
139
113
|
});
|
|
140
|
-
watch(
|
|
141
|
-
|
|
142
|
-
|
|
114
|
+
watch(state, value => {
|
|
115
|
+
if (value === 'closed') {
|
|
116
|
+
confirmationValue.value = '';
|
|
117
|
+
touched.value = false;
|
|
118
|
+
}
|
|
143
119
|
});
|
|
144
120
|
// types here are used for fixing TS2349
|
|
145
121
|
watch(confirmationInput, val => {
|
|
@@ -172,7 +148,7 @@ var script = defineComponent({
|
|
|
172
148
|
isInvalid,
|
|
173
149
|
isConfirmationButtonDisabled,
|
|
174
150
|
touched,
|
|
175
|
-
|
|
151
|
+
state,
|
|
176
152
|
isInputActive,
|
|
177
153
|
escape,
|
|
178
154
|
rootStyles,
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
-
import { b as useMagicKeys, c as useActiveElement } from './index-
|
|
3
|
-
import { l as logicAnd } from './index-
|
|
2
|
+
import { b as useMagicKeys, c as useActiveElement } from './index-02705c13.js';
|
|
3
|
+
import { l as logicAnd } from './index-51eb57bd.js';
|
|
4
4
|
import './components/OrButtonV2/OrButton.js';
|
|
5
5
|
import { s as script$1 } from './OrButton.vue_vue_type_script_lang-5ae410e5.js';
|
|
6
6
|
import './components/OrModal/OrModal.js';
|
|
7
7
|
import './components/OrInput/OrInput.js';
|
|
8
8
|
import { BUTTON_COLOR } from './components/OrButtonV2/constants.js';
|
|
9
9
|
import { OrModalSizes } from './components/OrModal/constants.js';
|
|
10
|
-
import { w as whenever } from './index-
|
|
11
|
-
import { s as script$2 } from './OrModal.vue_vue_type_script_lang-
|
|
10
|
+
import { w as whenever } from './index-5e8e7a46.js';
|
|
11
|
+
import { s as script$2 } from './OrModal.vue_vue_type_script_lang-6e26795e.js';
|
|
12
12
|
import { s as script$3 } from './OrInput.vue_vue_type_script_lang-bf9fa981.js';
|
|
13
13
|
|
|
14
14
|
var script = defineComponent({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
2
|
import { useCurrentDate } from './components/OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
3
|
-
import { s as script$1, a as script$2, b as script$4 } from './OrDateTimePickerMonthSelect-
|
|
4
|
-
import { s as script$3, a as script$5, b as script$6 } from './OrDateTimePickerPopoverHeader-
|
|
3
|
+
import { s as script$1, a as script$2, b as script$4 } from './OrDateTimePickerMonthSelect-6c5e416a.js';
|
|
4
|
+
import { s as script$3, a as script$5, b as script$6 } from './OrDateTimePickerPopoverHeader-894382f9.js';
|
|
5
5
|
import { DatePicker, DatePickerPopover } from './components/OrDatePickerV3/styles.js';
|
|
6
6
|
import './components/OrErrorV3/OrError.js';
|
|
7
7
|
import './components/OrHintV3/OrHint.js';
|
|
@@ -15,10 +15,10 @@ import { DropdownOpen } from './directives/dropdown-open.js';
|
|
|
15
15
|
import { s as script$7 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
16
16
|
import { s as script$8 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
17
17
|
import { s as script$9 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
18
|
-
import { s as script$a } from './OrIconButton.vue_vue_type_script_lang-
|
|
18
|
+
import { s as script$a } from './OrIconButton.vue_vue_type_script_lang-743eb1eb.js';
|
|
19
19
|
import { s as script$b } from './OrInputBox.vue_vue_type_script_lang-ede24b04.js';
|
|
20
20
|
import { s as script$c } from './OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
21
|
-
import { s as script$d } from './OrPopover.vue_vue_type_script_lang-
|
|
21
|
+
import { s as script$d } from './OrPopover.vue_vue_type_script_lang-dca9481d.js';
|
|
22
22
|
import { InputBoxSize } from './components/OrInputBoxV3/props.js';
|
|
23
23
|
|
|
24
24
|
var script = defineComponent({
|
|
@@ -2,7 +2,7 @@ import { _ as _baseToString, t as toString_1 } from './toString-f3196832.js';
|
|
|
2
2
|
import { _ as _baseProperty } from './_baseProperty-a52739e9.js';
|
|
3
3
|
import { t as toInteger_1 } from './toInteger-2fd112a9.js';
|
|
4
4
|
import { defineComponent, ref, getCurrentInstance } from 'vue-demi';
|
|
5
|
-
import { o as onClickOutside } from './index-
|
|
5
|
+
import { o as onClickOutside } from './index-02705c13.js';
|
|
6
6
|
import { s as setStyle, r as requestAF, g as getCS, a as reflow, c as cancelAF } from './dom-700444b4.js';
|
|
7
7
|
import { pxToRem } from './utils/functions/px-to-rem.js';
|
|
8
8
|
import { OrDateTimePickerItemTypes, OrDateTimePickerTypes, DEFAULT_TEXT } from './components/OrDateTimePicker/constants.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
2
|
import { useCurrentDate } from './components/OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
3
|
-
import { s as script$1, a as script$2, b as script$4 } from './OrDateTimePickerMonthSelect-
|
|
4
|
-
import { s as script$3, a as script$5, b as script$6 } from './OrDateTimePickerPopoverHeader-
|
|
5
|
-
import { s as script$7, a as script$8 } from './OrDateTimePickerTimeSelect-
|
|
3
|
+
import { s as script$1, a as script$2, b as script$4 } from './OrDateTimePickerMonthSelect-6c5e416a.js';
|
|
4
|
+
import { s as script$3, a as script$5, b as script$6 } from './OrDateTimePickerPopoverHeader-894382f9.js';
|
|
5
|
+
import { s as script$7, a as script$8 } from './OrDateTimePickerTimeSelect-b04942c5.js';
|
|
6
6
|
import { DateTimePicker, DateTimePickerDatePopover, DateTimePickerTimePopover } from './components/OrDateTimePickerV3/styles.js';
|
|
7
7
|
import './components/OrErrorV3/OrError.js';
|
|
8
8
|
import './components/OrHintV3/OrHint.js';
|
|
@@ -14,10 +14,10 @@ import './components/OrPopoverV3/OrPopover.js';
|
|
|
14
14
|
import { s as script$9 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
15
15
|
import { s as script$a } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
16
16
|
import { s as script$b } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
17
|
-
import { s as script$c } from './OrIconButton.vue_vue_type_script_lang-
|
|
17
|
+
import { s as script$c } from './OrIconButton.vue_vue_type_script_lang-743eb1eb.js';
|
|
18
18
|
import { s as script$d } from './OrInputBox.vue_vue_type_script_lang-ede24b04.js';
|
|
19
19
|
import { s as script$e } from './OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
20
|
-
import { s as script$f } from './OrPopover.vue_vue_type_script_lang-
|
|
20
|
+
import { s as script$f } from './OrPopover.vue_vue_type_script_lang-dca9481d.js';
|
|
21
21
|
import { DropdownClose } from './directives/dropdown-close.js';
|
|
22
22
|
import { DropdownOpen } from './directives/dropdown-open.js';
|
|
23
23
|
import { InputBoxSize } from './components/OrInputBoxV3/props.js';
|
|
@@ -2,14 +2,14 @@ import { defineComponent, ref, computed } from 'vue-demi';
|
|
|
2
2
|
import { useDatePlaceholder } from './components/OrDateTimePickerV3/hooks/useDatePlaceholder.js';
|
|
3
3
|
import { openBlock, createElementBlock, normalizeClass, Fragment, createTextVNode, toDisplayString, resolveComponent, createElementVNode, renderList, createBlock, withModifiers, withCtx, createVNode } from 'vue';
|
|
4
4
|
import './components/OrButtonV3/OrButton.js';
|
|
5
|
-
import { s as script$3 } from './OrButton.vue_vue_type_script_lang-
|
|
5
|
+
import { s as script$3 } from './OrButton.vue_vue_type_script_lang-af5ff967.js';
|
|
6
6
|
import './components/OrIconV3/OrIcon.js';
|
|
7
7
|
import './components/OrIconButtonV3/OrIconButton.js';
|
|
8
8
|
import './components/OrMenuV3/OrMenu.js';
|
|
9
9
|
import './components/OrMenuItemV3/OrMenuItem.js';
|
|
10
10
|
import { s as script$4 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
11
|
-
import { s as script$5 } from './OrIconButton.vue_vue_type_script_lang-
|
|
12
|
-
import { s as script$6 } from './OrMenu.vue_vue_type_script_lang-
|
|
11
|
+
import { s as script$5 } from './OrIconButton.vue_vue_type_script_lang-743eb1eb.js';
|
|
12
|
+
import { s as script$6 } from './OrMenu.vue_vue_type_script_lang-90d57815.js';
|
|
13
13
|
import { s as script$7 } from './OrMenuItem.vue_vue_type_script_lang-b338d68a.js';
|
|
14
14
|
|
|
15
15
|
const DateTimePickerDateControl = [
|
|
@@ -3,7 +3,7 @@ import './components/OrLabelV3/OrLabel.js';
|
|
|
3
3
|
import { s as script$3 } from './OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
|
|
4
4
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, withCtx, createTextVNode, toDisplayString, createElementVNode, renderSlot, withModifiers } from 'vue';
|
|
5
5
|
import './components/OrButtonV3/OrButton.js';
|
|
6
|
-
import { s as script$4 } from './OrButton.vue_vue_type_script_lang-
|
|
6
|
+
import { s as script$4 } from './OrButton.vue_vue_type_script_lang-af5ff967.js';
|
|
7
7
|
|
|
8
8
|
const DateTimePickerMobileControl = [
|
|
9
9
|
// Layout
|
|
@@ -2,7 +2,7 @@ import { defineComponent, ref, computed } from 'vue-demi';
|
|
|
2
2
|
import { useTimePlaceholder } from './components/OrDateTimePickerV3/hooks/useTimePlaceholder.js';
|
|
3
3
|
import { openBlock, createElementBlock, normalizeClass, Fragment, createTextVNode, toDisplayString, resolveComponent, createElementVNode, renderList, createBlock, withModifiers, withCtx } from 'vue';
|
|
4
4
|
import './components/OrButtonV3/OrButton.js';
|
|
5
|
-
import { s as script$2 } from './OrButton.vue_vue_type_script_lang-
|
|
5
|
+
import { s as script$2 } from './OrButton.vue_vue_type_script_lang-af5ff967.js';
|
|
6
6
|
|
|
7
7
|
const DateTimePickerTimeControl = [
|
|
8
8
|
// Layout
|
|
@@ -3,7 +3,7 @@ import { IconButtonColor } from './components/OrIconButtonV3/props.js';
|
|
|
3
3
|
import { IconButtonRoot, IconButtonRootColors } from './components/OrIconButtonV3/styles.js';
|
|
4
4
|
import './components/OrIconV3/OrIcon.js';
|
|
5
5
|
import './components/OrTooltipV3/OrTooltip.js';
|
|
6
|
-
import { s as script$2 } from './OrTooltip.vue_vue_type_script_lang-
|
|
6
|
+
import { s as script$2 } from './OrTooltip.vue_vue_type_script_lang-44e9f7e4.js';
|
|
7
7
|
import { IconSize } from './components/OrIconV3/props.js';
|
|
8
8
|
import { s as script$1 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
9
9
|
|
|
@@ -12,7 +12,7 @@ import { useControlAttributes } from './hooks/useControlAttributes.js';
|
|
|
12
12
|
import { useValidationAttributes } from './hooks/useValidationAttributes.js';
|
|
13
13
|
import { s as script$1 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
14
14
|
import { s as script$2 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
15
|
-
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-
|
|
15
|
+
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-743eb1eb.js';
|
|
16
16
|
|
|
17
17
|
var script = defineComponent({
|
|
18
18
|
name: 'OrInlineInput',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, getCurrentInstance } from 'vue-demi';
|
|
2
2
|
import { InlineTextEditTypes, InlineTextEditTrimmingTypes } from './components/OrInlineTextEdit/constants.js';
|
|
3
|
-
import { u as useVModel } from './index-
|
|
3
|
+
import { u as useVModel } from './index-02705c13.js';
|
|
4
4
|
import { s as setStyle, r as requestAF, g as getCS, a as reflow, c as cancelAF } from './dom-700444b4.js';
|
|
5
5
|
import { pxToRem } from './utils/functions/px-to-rem.js';
|
|
6
6
|
import './components/OrCollapse/OrCollapse.js';
|
|
@@ -9,7 +9,7 @@ import { useControlAttributes } from './hooks/useControlAttributes.js';
|
|
|
9
9
|
import { useValidationAttributes } from './hooks/useValidationAttributes.js';
|
|
10
10
|
import { s as script$1 } from './OrError.vue_vue_type_script_lang-df7b5e32.js';
|
|
11
11
|
import { s as script$2 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
12
|
-
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-
|
|
12
|
+
import { s as script$3 } from './OrIconButton.vue_vue_type_script_lang-743eb1eb.js';
|
|
13
13
|
import { s as script$4 } from './OrInlineInputBox.vue_vue_type_script_lang-fe99c485.js';
|
|
14
14
|
|
|
15
15
|
var script = defineComponent({
|
|
@@ -7,7 +7,7 @@ import './components/OrHintV3/OrHint.js';
|
|
|
7
7
|
import { s as script$2 } from './OrHint.vue_vue_type_script_lang-0f5e8377.js';
|
|
8
8
|
import './components/OrIconV3/OrIcon.js';
|
|
9
9
|
import './components/OrIconButtonV3/OrIconButton.js';
|
|
10
|
-
import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-
|
|
10
|
+
import { s as script$4 } from './OrIconButton.vue_vue_type_script_lang-743eb1eb.js';
|
|
11
11
|
import './components/OrInputBoxV3/OrInputBox.js';
|
|
12
12
|
import { s as script$5 } from './OrInputBox.vue_vue_type_script_lang-ede24b04.js';
|
|
13
13
|
import './components/OrLabelV3/OrLabel.js';
|
|
@@ -19,7 +19,7 @@ import { useControlAttributes } from './hooks/useControlAttributes.js';
|
|
|
19
19
|
import { useValidationAttributes } from './hooks/useValidationAttributes.js';
|
|
20
20
|
import useResponsive from './hooks/useResponsive/useResponsive.js';
|
|
21
21
|
import { s as script$3 } from './OrIcon.vue_vue_type_script_lang-73f9cc63.js';
|
|
22
|
-
import { s as script$7 } from './OrLoader.vue_vue_type_script_lang-
|
|
22
|
+
import { s as script$7 } from './OrLoader.vue_vue_type_script_lang-c1b5372a.js';
|
|
23
23
|
|
|
24
24
|
var script = defineComponent({
|
|
25
25
|
name: 'OrInput',
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { h as useElementSize } from './index-
|
|
1
|
+
import { h as useElementSize } from './index-02705c13.js';
|
|
2
2
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
3
3
|
import { LoaderVariant, LoaderColor, LoaderSize } from './components/OrLoaderV3/props.js';
|
|
4
4
|
import { LoaderRoot, LoaderRootColors, LoaderTitle, LoaderDescription, LoaderContainer } from './components/OrLoaderV3/styles.js';
|