@onereach/ui-components 4.3.3-beta.2627.0 → 4.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundled/v2/{OrDateTimePickerMonthSelect-11e7596d.js → OrDateTimePickerMonthSelect-e20fd8dc.js} +3 -4
- package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.js +4 -8
- package/dist/bundled/v2/components/OrButton/OrButton.js +1 -1
- package/dist/bundled/v2/components/OrButtonV2/OrButton.js +1 -1
- package/dist/bundled/v2/components/OrCardCollection/OrCardCollection.js +3 -4
- package/dist/bundled/v2/components/OrCarousel/OrCarousel.js +1 -7
- package/dist/bundled/v2/components/OrCheckbox/OrCheckbox.js +3 -4
- package/dist/bundled/v2/components/OrCheckboxGroupV3/OrCheckboxGroup.js +3 -4
- package/dist/bundled/v2/components/OrCheckboxTreeV3/OrCheckboxTree.js +3 -4
- package/dist/bundled/v2/components/OrCheckboxV3/OrCheckbox.js +3 -4
- package/dist/bundled/v2/components/OrCode/OrCode.js +197 -263
- package/dist/bundled/v2/components/OrCode/index.js +2 -2
- package/dist/bundled/v2/components/OrCode/lang.js +2 -2
- package/dist/bundled/v2/components/OrCode/theme.js +1 -1
- package/dist/bundled/v2/components/OrCollapse/OrCollapse.js +4 -6
- package/dist/bundled/v2/components/OrColorPicker/utils/defultPalette.js +1 -2
- package/dist/bundled/v2/components/OrConfirm/OrConfirm.js +4 -5
- package/dist/bundled/v2/components/OrConfirm/index.js +1 -1
- package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +4 -5
- package/dist/bundled/v2/components/OrConfirmV3/index.js +1 -1
- package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +1 -1
- package/dist/bundled/v2/components/OrDatePickerV3/index.js +1 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +1 -1
- package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +1 -1
- package/dist/bundled/v2/components/OrIconButtonV2/OrIconButton.js +4 -5
- package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.js +3 -4
- package/dist/bundled/v2/components/OrList/OrList.js +4 -5
- package/dist/bundled/v2/components/OrMenuV3/OrMenu.js +5 -11
- package/dist/bundled/v2/components/OrModal/OrModal.js +20 -101
- package/dist/bundled/v2/components/OrNumberInput/OrNumberInput.js +3 -4
- package/dist/bundled/v2/components/OrOverflowMenu/OrOverflowMenu.js +3 -4
- package/dist/bundled/v2/components/OrPassword/OrPassword.js +3 -4
- package/dist/bundled/v2/components/OrPopoverV3/OrPopover.js +4 -8
- package/dist/bundled/v2/components/OrRadio/OrRadio.js +3 -4
- package/dist/bundled/v2/components/OrRadioGroupV3/OrRadioGroup.js +3 -4
- package/dist/bundled/v2/components/OrSearch/OrSearch.js +3 -4
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +4 -8
- package/dist/bundled/v2/components/OrSidebarV3/OrSidebar.js +3 -4
- package/dist/bundled/v2/components/OrSwitch/OrSwitch.js +3 -4
- package/dist/bundled/v2/components/OrTabHeaderItem/OrTabHeaderItem.js +3 -4
- package/dist/bundled/v2/components/OrTabs/OrTabs.js +4 -5
- package/dist/bundled/v2/components/OrTabsV3/OrTabs.js +4 -8
- package/dist/bundled/v2/components/OrTextbox/OrTextbox.js +4 -5
- package/dist/bundled/v2/components/OrToast/OrToast.js +1 -1
- package/dist/bundled/v2/components/OrToast/composable/useToast.js +5 -10
- package/dist/bundled/v2/components/OrToastContainer/OrToastContainer.js +1 -1
- package/dist/bundled/v2/components/OrToastContainerV3/OrToastContainer.js +3 -6
- package/dist/bundled/v2/components/OrToastV3/composable/useToast.js +5 -10
- package/dist/bundled/v2/components/index.js +6 -6
- package/dist/bundled/v2/hooks/useElevation.js +1 -2
- package/dist/bundled/v2/hooks/useOverflow.js +4 -5
- package/dist/bundled/v2/hooks/useToggle.js +1 -2
- package/dist/bundled/{v3/index-e0b25cea.js → v2/index-6976c52a.js} +715 -1229
- package/dist/bundled/v2/index.js +6 -6
- package/dist/bundled/{v3/lang-973a418e.js → v2/lang-02d2bb2d.js} +196 -275
- package/dist/bundled/v2/utils/functions/color.js +1 -2
- package/dist/bundled/v2/utils/functions/flattenDeep.js +1 -2
- package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-4d344331.js → OrBottomSheet.vue_vue_type_script_lang-1e5544b0.js} +5 -9
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-d3f43900.js → OrCardCollection.vue_vue_type_script_lang-7a2e1332.js} +5 -6
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-53ff464f.js → OrCardCollection.vue_vue_type_script_lang-7d15b872.js} +3 -3
- package/dist/bundled/v3/{OrCarousel.vue_vue_type_script_lang-188ca513.js → OrCarousel.vue_vue_type_script_lang-6976844a.js} +1 -7
- package/dist/bundled/v3/{OrCheckbox.vue_vue_type_script_lang-ba11d80f.js → OrCheckbox.vue_vue_type_script_lang-11b16d93.js} +3 -4
- package/dist/bundled/v3/{OrCheckbox.vue_vue_type_script_lang-75c6053a.js → OrCheckbox.vue_vue_type_script_lang-1cf06290.js} +3 -4
- package/dist/bundled/v3/{OrCheckboxTree.vue_vue_type_script_lang-528dd4d5.js → OrCheckboxTree.vue_vue_type_script_lang-4042ef27.js} +4 -5
- package/dist/bundled/v3/{OrChips.vue_vue_type_script_lang-211e03a1.js → OrChips.vue_vue_type_script_lang-d4bb44eb.js} +2 -4
- package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-ea34c576.js → OrCode.vue_vue_type_script_lang-5397df6a.js} +199 -265
- package/dist/bundled/v3/{OrCollapse.vue_vue_type_script_lang-45b18baf.js → OrCollapse.vue_vue_type_script_lang-5137ca99.js} +4 -6
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-cb05ea27.js → OrConfirm.vue_vue_type_script_lang-5ee20884.js} +6 -7
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-64d9dd5f.js → OrConfirm.vue_vue_type_script_lang-89febea7.js} +7 -8
- package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-2dec05d3.js → OrDatePicker.vue_vue_type_script_lang-8c1c9c3e.js} +3 -3
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-6fd7c75e.js → OrDateTimePicker.vue_vue_type_script_lang-8ff54abd.js} +3 -5
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-365d6597.js → OrDateTimePicker.vue_vue_type_script_lang-cba80c1c.js} +3 -3
- package/dist/bundled/v3/{OrDateTimePickerMonthSelect-c42a6517.js → OrDateTimePickerMonthSelect-a9634fe9.js} +5 -6
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-fb99a3ea.js → OrIconButton.vue_vue_type_script_lang-96cb5b59.js} +3 -4
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-e30d0a1f.js → OrIconButton.vue_vue_type_script_lang-c2534846.js} +1 -1
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-aee9bc3b.js → OrInlineInput.vue_vue_type_script_lang-a8c0670a.js} +1 -1
- package/dist/bundled/v3/{OrInlineTextEdit.vue_vue_type_script_lang-869c7772.js → OrInlineTextEdit.vue_vue_type_script_lang-45987769.js} +5 -6
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-82570af3.js → OrInlineTextarea.vue_vue_type_script_lang-03708ef8.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-4067879f.js → OrInput.vue_vue_type_script_lang-ad995b35.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-75e02556.js → OrInput.vue_vue_type_script_lang-f9fef480.js} +1 -1
- package/dist/bundled/v3/{OrList.vue_vue_type_script_lang-47bafed1.js → OrList.vue_vue_type_script_lang-2c7537cc.js} +6 -7
- package/dist/bundled/v3/{OrListOfInputs.vue_vue_type_script_lang-006e0106.js → OrListOfInputs.vue_vue_type_script_lang-009f62a5.js} +3 -3
- package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-50c154c4.js → OrMenu.vue_vue_type_script_lang-d3ea7d1e.js} +6 -12
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-08019fc7.js → OrModal.vue_vue_type_script_lang-07955a9f.js} +2 -2
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-ae842e5b.js → OrModal.vue_vue_type_script_lang-c53617ae.js} +21 -102
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-81fca13f.js → OrNotification.vue_vue_type_script_lang-5a62577f.js} +1 -1
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-cf2e272c.js → OrNotification.vue_vue_type_script_lang-efb05bb2.js} +1 -1
- package/dist/bundled/v3/{OrNumberInput.vue_vue_type_script_lang-55c5ea8f.js → OrNumberInput.vue_vue_type_script_lang-1d469d1f.js} +4 -5
- package/dist/bundled/v3/{OrOverflowMenu.vue_vue_type_script_lang-fe2d0395.js → OrOverflowMenu.vue_vue_type_script_lang-ba50133f.js} +5 -6
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-a1b05723.js → OrPagination.vue_vue_type_script_lang-60000de8.js} +1 -1
- package/dist/bundled/v3/{OrPassword.vue_vue_type_script_lang-1f5d2a91.js → OrPassword.vue_vue_type_script_lang-37f52611.js} +5 -6
- package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-f159bc50.js → OrPopover.vue_vue_type_script_lang-65598970.js} +5 -9
- package/dist/bundled/v3/{OrRadio.vue_vue_type_script_lang-e1617a0e.js → OrRadio.vue_vue_type_script_lang-cc11200c.js} +3 -4
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-0d161f08.js → OrSearch.vue_vue_type_script_lang-2726e332.js} +1 -1
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-7ac93e50.js → OrSearch.vue_vue_type_script_lang-bcb935c3.js} +5 -6
- package/dist/bundled/v3/{OrSegmentedControl.vue_vue_type_script_lang-ed0d9fe7.js → OrSegmentedControl.vue_vue_type_script_lang-d1b4694c.js} +1 -3
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-9ebf93f2.js → OrSelect.vue_vue_type_script_lang-c232523a.js} +8 -12
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-29a48259.js → OrSelect.vue_vue_type_script_lang-c82d8f58.js} +4 -8
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-e2579a69.js → OrSidebar.vue_vue_type_script_lang-0f22b364.js} +4 -5
- package/dist/bundled/v3/{OrStepper.vue_vue_type_script_lang-d230260e.js → OrStepper.vue_vue_type_script_lang-975a4df6.js} +1 -1
- package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-c986f062.js → OrSwitch.vue_vue_type_script_lang-1c079a74.js} +3 -4
- package/dist/bundled/v3/{OrTabHeaderItem.vue_vue_type_script_lang-29f331ec.js → OrTabHeaderItem.vue_vue_type_script_lang-0a67721f.js} +3 -4
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-5836b8bd.js → OrTabs.vue_vue_type_script_lang-06a89286.js} +5 -6
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-b6d7c643.js → OrTabs.vue_vue_type_script_lang-ff032e95.js} +5 -9
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-32301d9c.js → OrTag.vue_vue_type_script_lang-e3ba4ecb.js} +1 -1
- package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-048cb245.js → OrTextarea.vue_vue_type_script_lang-1236e04a.js} +1 -1
- package/dist/bundled/v3/{OrTextbox.vue_vue_type_script_lang-dad835c3.js → OrTextbox.vue_vue_type_script_lang-812f302d.js} +6 -7
- package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-7e1bbe0e.js → OrTimePicker.vue_vue_type_script_lang-34c2901e.js} +2 -2
- package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-0a4977d5.js → OrToastContainer.vue_vue_type_script_lang-16a49a54.js} +3 -6
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-9ec302b4.js → OrTooltip.vue_vue_type_script_lang-cd7c37c3.js} +1 -1
- package/dist/bundled/v3/components/OrAvatar/OrAvatar.js +4 -8
- package/dist/bundled/v3/components/OrAvatar/index.js +1 -1
- package/dist/bundled/v3/components/OrAvatarV3/OrAvatar.js +2 -2
- package/dist/bundled/v3/components/OrAvatarV3/index.js +1 -1
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +3 -3
- package/dist/bundled/v3/components/OrBottomSheetV3/index.js +2 -2
- package/dist/bundled/v3/components/OrButton/OrButton.js +1 -1
- package/dist/bundled/v3/components/OrButtonV2/OrButton.js +3 -3
- package/dist/bundled/v3/components/OrButtonV2/index.js +2 -2
- package/dist/bundled/v3/components/OrCardCollection/OrCardCollection.js +6 -6
- package/dist/bundled/v3/components/OrCardCollection/index.js +5 -5
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +10 -10
- package/dist/bundled/v3/components/OrCardCollectionV3/index.js +9 -9
- package/dist/bundled/v3/components/OrCarousel/OrCarousel.js +2 -2
- package/dist/bundled/v3/components/OrCarousel/index.js +1 -1
- package/dist/bundled/v3/components/OrCheckbox/OrCheckbox.js +4 -8
- package/dist/bundled/v3/components/OrCheckbox/index.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.js +5 -6
- package/dist/bundled/v3/components/OrCheckboxGroupV3/index.js +2 -2
- package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.js +3 -3
- package/dist/bundled/v3/components/OrCheckboxTreeV3/index.js +2 -2
- package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.js +3 -5
- package/dist/bundled/v3/components/OrCheckboxV3/index.js +1 -1
- package/dist/bundled/v3/components/OrChip/OrChip.js +3 -5
- package/dist/bundled/v3/components/OrChip/index.js +1 -1
- package/dist/bundled/v3/components/OrChips/OrChips.js +3 -3
- package/dist/bundled/v3/components/OrChips/index.js +2 -2
- package/dist/bundled/v3/components/OrCode/OrCode.js +6 -6
- package/dist/bundled/v3/components/OrCode/index.js +5 -5
- package/dist/bundled/v3/components/OrCode/lang.js +2 -2
- package/dist/bundled/v3/components/OrCode/theme.js +1 -1
- package/dist/bundled/v3/components/OrCollapse/OrCollapse.js +2 -2
- package/dist/bundled/v3/components/OrCollapse/index.js +1 -1
- package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.js +3 -5
- package/dist/bundled/v3/components/OrColorPicker/index.js +1 -1
- package/dist/bundled/v3/components/OrColorPicker/utils/defultPalette.js +1 -2
- package/dist/bundled/v3/components/OrConfirm/OrConfirm.js +8 -8
- package/dist/bundled/v3/components/OrConfirm/index.js +7 -7
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +9 -9
- package/dist/bundled/v3/components/OrConfirmV3/index.js +8 -8
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +9 -9
- package/dist/bundled/v3/components/OrDatePickerV3/index.js +8 -8
- package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.js +5 -7
- package/dist/bundled/v3/components/OrDateTimePicker/index.js +3 -3
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +9 -9
- package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +8 -8
- package/dist/bundled/v3/components/OrIcon/OrIcon.js +2 -6
- package/dist/bundled/v3/components/OrIconButtonV2/OrIconButton.js +3 -3
- package/dist/bundled/v3/components/OrIconButtonV2/index.js +1 -1
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +6 -6
- package/dist/bundled/v3/components/OrIconButtonV3/index.js +5 -5
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +9 -13
- package/dist/bundled/v3/components/OrInlineInputV3/index.js +6 -6
- package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.js +12 -28
- package/dist/bundled/v3/components/OrInlineTextEdit/index.js +3 -3
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +9 -13
- package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +6 -6
- package/dist/bundled/v3/components/OrInput/OrInput.js +6 -12
- package/dist/bundled/v3/components/OrInput/index.js +2 -2
- package/dist/bundled/v3/components/OrInputV3/OrInput.js +7 -7
- package/dist/bundled/v3/components/OrInputV3/index.js +6 -6
- package/dist/bundled/v3/components/OrList/OrList.js +4 -4
- package/dist/bundled/v3/components/OrList/index.js +3 -3
- package/dist/bundled/v3/components/OrListOfInputs/OrListOfInputs.js +54 -63
- package/dist/bundled/v3/components/OrListOfInputs/index.js +6 -6
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +6 -8
- package/dist/bundled/v3/components/OrMenuV3/index.js +4 -4
- package/dist/bundled/v3/components/OrModal/OrModal.js +3 -3
- package/dist/bundled/v3/components/OrModal/index.js +2 -2
- package/dist/bundled/v3/components/OrModalV3/OrModal.js +7 -7
- package/dist/bundled/v3/components/OrModalV3/index.js +6 -6
- package/dist/bundled/v3/components/OrNotification/OrNotification.js +3 -3
- package/dist/bundled/v3/components/OrNotification/index.js +2 -2
- package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +7 -7
- package/dist/bundled/v3/components/OrNotificationV3/index.js +6 -6
- package/dist/bundled/v3/components/OrNumberInput/OrNumberInput.js +4 -4
- package/dist/bundled/v3/components/OrNumberInput/index.js +3 -3
- 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 +2 -2
- package/dist/bundled/v3/components/OrOverlayV3/index.js +1 -1
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +6 -6
- package/dist/bundled/v3/components/OrPaginationV3/index.js +5 -5
- package/dist/bundled/v3/components/OrPassword/OrPassword.js +5 -5
- package/dist/bundled/v3/components/OrPassword/index.js +4 -4
- package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +4 -4
- package/dist/bundled/v3/components/OrPopoverV3/index.js +3 -3
- package/dist/bundled/v3/components/OrRadio/OrRadio.js +3 -5
- package/dist/bundled/v3/components/OrRadio/index.js +1 -1
- package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.js +3 -4
- package/dist/bundled/v3/components/OrSearch/OrSearch.js +5 -5
- package/dist/bundled/v3/components/OrSearch/index.js +4 -4
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +8 -8
- package/dist/bundled/v3/components/OrSearchV3/index.js +7 -7
- package/dist/bundled/v3/components/OrSegmentedControlV3/OrSegmentedControl.js +2 -2
- package/dist/bundled/v3/components/OrSegmentedControlV3/index.js +1 -1
- 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 +10 -10
- package/dist/bundled/v3/components/OrSelectV3/index.js +9 -9
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +7 -7
- package/dist/bundled/v3/components/OrSidebarV3/index.js +6 -6
- package/dist/bundled/v3/components/OrSlider/OrSlider.js +5 -17
- package/dist/bundled/v3/components/OrSlider/index.js +1 -1
- package/dist/bundled/v3/components/OrStepper/OrStepper.js +3 -3
- package/dist/bundled/v3/components/OrStepper/index.js +2 -2
- package/dist/bundled/v3/components/OrSwitch/OrSwitch.js +3 -5
- package/dist/bundled/v3/components/OrSwitch/index.js +1 -1
- package/dist/bundled/v3/components/OrTabHeaderItem/OrTabHeaderItem.js +3 -5
- package/dist/bundled/v3/components/OrTabHeaderItem/index.js +1 -1
- package/dist/bundled/v3/components/OrTabs/OrTabs.js +3 -3
- package/dist/bundled/v3/components/OrTabs/index.js +2 -2
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +6 -6
- package/dist/bundled/v3/components/OrTabsV3/index.js +5 -5
- package/dist/bundled/v3/components/OrTag/OrTag.js +3 -5
- package/dist/bundled/v3/components/OrTag/index.js +1 -1
- package/dist/bundled/v3/components/OrTagV3/OrTag.js +7 -7
- package/dist/bundled/v3/components/OrTagV3/index.js +6 -6
- package/dist/bundled/v3/components/OrTextarea/OrTextarea.js +6 -12
- package/dist/bundled/v3/components/OrTextarea/index.js +2 -2
- package/dist/bundled/v3/components/OrTextbox/OrTextbox.js +10 -22
- package/dist/bundled/v3/components/OrTextbox/index.js +3 -3
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +7 -7
- package/dist/bundled/v3/components/OrTimePickerV3/index.js +6 -6
- package/dist/bundled/v3/components/OrToast/OrToast.js +3 -5
- package/dist/bundled/v3/components/OrToast/composable/useToast.js +5 -10
- package/dist/bundled/v3/components/OrToast/index.js +2 -2
- package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.js +4 -4
- package/dist/bundled/v3/components/OrToastContainer/index.js +2 -2
- package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +7 -7
- package/dist/bundled/v3/components/OrToastContainerV3/index.js +6 -6
- package/dist/bundled/v3/components/OrToastV3/OrToast.js +6 -8
- package/dist/bundled/v3/components/OrToastV3/composable/useToast.js +5 -10
- package/dist/bundled/v3/components/OrToastV3/index.js +6 -6
- package/dist/bundled/v3/components/OrTooltip/OrTooltip.js +2 -6
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +5 -5
- package/dist/bundled/v3/components/OrTooltipV3/index.js +4 -4
- package/dist/bundled/v3/components/index.js +66 -66
- package/dist/bundled/v3/hooks/useElevation.js +1 -2
- package/dist/bundled/v3/hooks/useOverflow.js +4 -5
- package/dist/bundled/v3/hooks/useToggle.js +1 -2
- package/dist/bundled/{v2/index-e0b25cea.js → v3/index-6976c52a.js} +715 -1229
- package/dist/bundled/v3/index.js +66 -66
- package/dist/bundled/{v2/lang-973a418e.js → v3/lang-02d2bb2d.js} +196 -275
- package/dist/bundled/v3/utils/functions/color.js +1 -2
- package/dist/bundled/v3/utils/functions/flattenDeep.js +1 -2
- package/dist/esm/v2/{OrAvatar-3df48865.js → OrAvatar-12b0e276.js} +1 -1
- package/dist/esm/v2/{OrBottomSheet-6b875223.js → OrBottomSheet-0938dbde.js} +5 -9
- package/dist/esm/v2/{OrButton-dbf0efe7.js → OrButton-4e532ddb.js} +1 -1
- package/dist/esm/v2/OrButton-549e8852.js +195 -0
- package/dist/esm/v2/OrButton.vue_rollup-plugin-vue_styles.0-48c5883e.js +106 -0
- package/dist/esm/v2/{OrCardCollection-fe8a1a88.js → OrCardCollection-9bf513b7.js} +7 -8
- package/dist/esm/v2/{OrCardCollection-7a8cd067.js → OrCardCollection-ead1d063.js} +4 -4
- package/dist/esm/v2/{OrCarousel-5c2b2d10.js → OrCarousel-e0c2e387.js} +1 -7
- package/dist/esm/v2/{OrCheckbox-59332f84.js → OrCheckbox-60e4456b.js} +3 -4
- package/dist/esm/v2/{OrCheckbox-03e5eaff.js → OrCheckbox-7b98fc08.js} +3 -4
- package/dist/esm/v2/{OrCheckboxTree-df80d4ab.js → OrCheckboxTree-85f8ec89.js} +5 -6
- package/dist/esm/v2/{OrCode-0288dd2d.js → OrCode-e54e09f7.js} +7 -8
- package/dist/esm/v2/{OrCollapse-57c64292.js → OrCollapse-50e3914c.js} +4 -6
- package/dist/esm/v2/{OrColorPicker-ca470d10.js → OrColorPicker-fa92b4fa.js} +1 -2
- package/dist/esm/v2/{OrConfirm-b62d9ce4.js → OrConfirm-5d5dd9bc.js} +7 -8
- package/dist/esm/v2/{OrConfirm-09bb952d.js → OrConfirm-d1572223.js} +5 -6
- package/dist/esm/v2/{OrDatePicker-8603b729.js → OrDatePicker-ff4cebfb.js} +3 -3
- package/dist/esm/v2/{OrDateTimePicker-77ef1975.js → OrDateTimePicker-6e2853ec.js} +4 -4
- package/dist/esm/v2/{OrDateTimePicker-f270e639.js → OrDateTimePicker-da3d6d4d.js} +3 -3
- package/dist/esm/v2/{OrDateTimePickerMonthSelect-58303f9d.js → OrDateTimePickerMonthSelect-7803ed9e.js} +6 -7
- package/dist/esm/v2/{OrIconButton-e13b8108.js → OrIconButton-0ec2cda6.js} +2 -2
- package/dist/esm/v2/{OrIconButton-83608cbc.js → OrIconButton-23972f7d.js} +1 -1
- package/dist/esm/v2/OrIconButton.vue_rollup-plugin-vue_styles.0-277ce06c.js +205 -0
- package/dist/esm/v2/{OrInlineInput-3ad8d3e5.js → OrInlineInput-7a60a995.js} +1 -1
- package/dist/esm/v2/{OrInlineTextEdit-a129aaf1.js → OrInlineTextEdit-9541b625.js} +7 -8
- package/dist/esm/v2/{OrInlineTextarea-968008cc.js → OrInlineTextarea-56d8f558.js} +1 -1
- package/dist/esm/v2/{OrInput-d73d9322.js → OrInput-884b6686.js} +1 -1
- package/dist/esm/v2/{OrInput-bc2371b6.js → OrInput-c005a759.js} +1 -1
- package/dist/esm/v2/{OrList-7de293f5.js → OrList-61c7b8ea.js} +7 -8
- package/dist/esm/v2/{OrListOfInputs-fa926159.js → OrListOfInputs-e1b09290.js} +5 -5
- package/dist/esm/v2/{OrMenu-2f823afc.js → OrMenu-55befbc8.js} +6 -12
- package/dist/esm/v2/{OrModal-4d570c2f.js → OrModal-b0a470f9.js} +2 -2
- package/dist/esm/v2/{OrModal-3f09ae47.js → OrModal-b9cfb8ec.js} +6 -7
- package/dist/esm/v2/{OrNotification-855e31ad.js → OrNotification-4497b02f.js} +1 -1
- package/dist/esm/v2/{OrNotification-bfa97981.js → OrNotification-fdb88eec.js} +3 -3
- package/dist/esm/v2/{OrNumberInput-5b1135df.js → OrNumberInput-eb0e7087.js} +4 -5
- package/dist/esm/v2/{OrOverflowMenu-13fac7a3.js → OrOverflowMenu-83540c76.js} +7 -8
- package/dist/esm/v2/{OrOverlay-2b61ec26.js → OrOverlay-b1609eef.js} +1 -1
- package/dist/esm/v2/{OrPagination-a333b8a2.js → OrPagination-67b30f14.js} +2 -2
- package/dist/esm/v2/{OrPassword-82877067.js → OrPassword-022e10fd.js} +8 -9
- package/dist/esm/v2/{OrPopover-d7fc7c17.js → OrPopover-c902e2fd.js} +6 -10
- package/dist/esm/v2/{OrRadio-f53c0944.js → OrRadio-514e8de8.js} +3 -4
- package/dist/esm/v2/{OrSearch-330e9af0.js → OrSearch-620d5d76.js} +7 -8
- package/dist/esm/v2/{OrSearch-d5202cd2.js → OrSearch-dea30353.js} +1 -1
- package/dist/esm/v2/{OrSelect-c5e6f9ee.js → OrSelect-7266296e.js} +9 -13
- package/dist/esm/v2/{OrSelect-22eea9cc.js → OrSelect-d887118b.js} +1 -1
- package/dist/esm/v2/{OrSidebar-00b1be87.js → OrSidebar-82a4c03f.js} +4 -5
- package/dist/esm/v2/{OrSidebarCollapseButton-ace90e38.js → OrSidebarCollapseButton-c41c688a.js} +1 -1
- package/dist/esm/v2/{OrStepper-2ae3fc21.js → OrStepper-b00f7531.js} +2 -2
- package/dist/esm/v2/{OrSwitch-e7fe2b86.js → OrSwitch-cd24ee40.js} +3 -4
- package/dist/esm/v2/{OrTabHeaderItem-46947417.js → OrTabHeaderItem-6a08756e.js} +3 -4
- package/dist/esm/v2/{OrTabs-1b314eeb.js → OrTabs-12138346.js} +5 -6
- package/dist/esm/v2/{OrTabs-c383bde4.js → OrTabs-a8008116.js} +6 -10
- package/dist/esm/v2/{OrTag-a36ef302.js → OrTag-213bc082.js} +1 -1
- package/dist/esm/v2/{OrTag-8ded4261.js → OrTag-6349049b.js} +1 -1
- package/dist/esm/v2/{OrTextarea-226ab7a2.js → OrTextarea-724a4d6f.js} +1 -1
- package/dist/esm/v2/{OrTextbox-90badc95.js → OrTextbox-0373bd6a.js} +9 -10
- package/dist/esm/v2/{OrTimePicker-fc6fa5ab.js → OrTimePicker-038ceb81.js} +2 -2
- package/dist/esm/v2/{OrToastContainer-2f530752.js → OrToastContainer-1625b803.js} +4 -4
- package/dist/esm/v2/{OrTooltip-6add8ee9.js → OrTooltip-b7290ed1.js} +1 -1
- package/dist/esm/{v3/color-40b7fe6b.js → v2/color-1f348774.js} +1 -2
- package/dist/esm/v2/components/index.js +66 -66
- package/dist/esm/v2/components/or-avatar-v3/index.js +2 -2
- package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +3 -3
- package/dist/esm/v2/components/or-button/index.js +1 -1
- package/dist/esm/v2/components/or-button-v2/index.js +4 -4
- package/dist/esm/v2/components/or-card-collection/index.js +7 -7
- package/dist/esm/v2/components/or-card-collection-v3/index.js +10 -10
- package/dist/esm/v2/components/or-carousel/index.js +1 -1
- package/dist/esm/v2/components/or-checkbox/index.js +1 -1
- package/dist/esm/v2/components/or-checkbox-group-v3/index.js +6 -7
- package/dist/esm/v2/components/or-checkbox-tree-v3/index.js +3 -3
- package/dist/esm/v2/components/or-checkbox-v3/index.js +1 -1
- package/dist/esm/v2/components/or-code/index.js +5 -5
- package/dist/esm/v2/components/or-collapse/index.js +1 -1
- package/dist/esm/v2/components/or-color-picker/index.js +1 -1
- package/dist/esm/v2/components/or-confirm/index.js +8 -8
- package/dist/esm/v2/components/or-confirm-v3/index.js +8 -8
- package/dist/esm/v2/components/or-date-picker-v3/index.js +9 -9
- package/dist/esm/v2/components/or-date-time-picker/index.js +5 -5
- package/dist/esm/v2/components/or-date-time-picker-v3/index.js +9 -9
- package/dist/esm/v2/components/or-icon-button-v2/index.js +2 -2
- package/dist/esm/v2/components/or-icon-button-v3/index.js +6 -6
- package/dist/esm/v2/components/or-inline-input-v3/index.js +7 -7
- package/dist/esm/v2/components/or-inline-text-edit/index.js +5 -5
- package/dist/esm/v2/components/or-inline-textarea-v3/index.js +7 -7
- package/dist/esm/v2/components/or-input/index.js +2 -2
- package/dist/esm/v2/components/or-input-v3/index.js +7 -7
- package/dist/esm/v2/components/or-list/index.js +5 -5
- package/dist/esm/v2/components/or-list-of-inputs/index.js +8 -8
- package/dist/esm/v2/components/or-menu-v3/index.js +5 -5
- package/dist/esm/v2/components/or-modal/index.js +4 -4
- package/dist/esm/v2/components/or-modal-v3/index.js +7 -7
- package/dist/esm/v2/components/or-notification/index.js +4 -4
- package/dist/esm/v2/components/or-notification-v3/index.js +7 -7
- package/dist/esm/v2/components/or-number-input/index.js +3 -3
- package/dist/esm/v2/components/or-overflow-menu/index.js +5 -5
- package/dist/esm/v2/components/or-overlay-v3/index.js +2 -2
- package/dist/esm/v2/components/or-pagination-v3/index.js +6 -6
- package/dist/esm/v2/components/or-password/index.js +7 -7
- package/dist/esm/v2/components/or-popover-v3/index.js +4 -4
- package/dist/esm/v2/components/or-radio/index.js +1 -1
- package/dist/esm/v2/components/or-radio-group-v3/index.js +3 -4
- package/dist/esm/v2/components/or-search/index.js +6 -6
- package/dist/esm/v2/components/or-search-v3/index.js +8 -8
- package/dist/esm/v2/components/or-select/index.js +2 -2
- package/dist/esm/v2/components/or-select-v3/index.js +11 -11
- package/dist/esm/v2/components/or-sidebar-v3/index.js +8 -8
- package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +7 -7
- package/dist/esm/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +7 -7
- package/dist/esm/v2/components/or-stepper/index.js +4 -4
- package/dist/esm/v2/components/or-switch/index.js +1 -1
- package/dist/esm/v2/components/or-tab-header-item/index.js +1 -1
- package/dist/esm/v2/components/or-tabs/index.js +2 -2
- package/dist/esm/v2/components/or-tabs-v3/index.js +6 -6
- package/dist/esm/v2/components/or-tag/index.js +2 -2
- package/dist/esm/v2/components/or-tag-v3/index.js +7 -7
- package/dist/esm/v2/components/or-textarea/index.js +2 -2
- package/dist/esm/v2/components/or-textbox/index.js +6 -6
- package/dist/esm/v2/components/or-time-picker-v3/index.js +7 -7
- package/dist/esm/v2/components/or-toast/composable/index.js +1 -1
- package/dist/esm/v2/components/or-toast/index.js +5 -5
- package/dist/esm/v2/components/or-toast/or-toast-container/index.js +5 -5
- package/dist/esm/v2/components/or-toast-v3/composable/index.js +1 -1
- package/dist/esm/v2/components/or-toast-v3/index.js +8 -8
- package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +8 -8
- package/dist/esm/v2/components/or-tooltip-v3/index.js +5 -5
- package/dist/esm/v2/{flattenDeep-fe0af413.js → flattenDeep-e7a8b995.js} +1 -2
- package/dist/esm/v2/hooks/index.js +3 -3
- package/dist/esm/v2/index.js +67 -67
- package/dist/esm/v2/{types-8fffa58d.js → types-b674518e.js} +5 -8
- package/dist/esm/{v3/useElevation-b5a49746.js → v2/useElevation-df91fa50.js} +1 -2
- package/dist/esm/{v3/useOverflow-c856b7b7.js → v2/useOverflow-af6161c8.js} +4 -5
- package/dist/esm/{v3/useToast-a1332cc2.js → v2/useToast-0665462d.js} +5 -10
- package/dist/esm/{v3/useToast-b5ea5cb2.js → v2/useToast-4fbe0e5a.js} +5 -10
- package/dist/esm/{v3/useToggle-c04fc920.js → v2/useToggle-29e4d7c7.js} +1 -2
- package/dist/esm/v3/{OrAvatar-8a73221d.js → OrAvatar-14a5c5f0.js} +3 -7
- package/dist/esm/v3/{OrAvatar-3ccb5f60.js → OrAvatar-1ebca2e8.js} +1 -1
- package/dist/esm/v3/{OrBottomSheet-67a0d6b5.js → OrBottomSheet-6538d9c3.js} +5 -9
- package/dist/esm/v3/OrButton-f8b10d79.js +142 -0
- package/dist/esm/v3/OrButton-fca9019a.js +162 -0
- package/dist/esm/v3/{OrCardCollection-d217f7af.js → OrCardCollection-b7d73647.js} +4 -4
- package/dist/esm/v3/{OrCardCollection-d79dac85.js → OrCardCollection-ffbb9eda.js} +7 -8
- package/dist/esm/v3/{OrCarousel-4fb775f8.js → OrCarousel-03597740.js} +2 -8
- package/dist/esm/v3/{OrCheckbox-56d7b6eb.js → OrCheckbox-247ce27b.js} +4 -7
- package/dist/esm/v3/{OrCheckbox-ab457011.js → OrCheckbox-7efd5f26.js} +6 -11
- package/dist/esm/v3/{OrCheckboxTree-4a85b9b3.js → OrCheckboxTree-ed8b5f53.js} +5 -6
- package/dist/esm/v3/{OrChip-1b479371.js → OrChip-97a85e10.js} +2 -4
- package/dist/esm/v3/{OrChips-544a35b3.js → OrChips-64b86761.js} +2 -4
- package/dist/esm/v3/{OrCode-48281fc0.js → OrCode-6f2e4d99.js} +6 -7
- package/dist/esm/v3/{OrCollapse-2b31de04.js → OrCollapse-37a52e8f.js} +4 -6
- package/dist/esm/v3/{OrColorPicker-ffaaf14f.js → OrColorPicker-9a149e6b.js} +2 -5
- package/dist/esm/v3/{OrConfirm-e57bd854.js → OrConfirm-14cefbad.js} +5 -6
- package/dist/esm/v3/{OrConfirm-1a94bdea.js → OrConfirm-ab04201f.js} +7 -8
- package/dist/esm/v3/{OrDatePicker-2533a646.js → OrDatePicker-748c8f09.js} +3 -3
- package/dist/esm/v3/{OrDateTimePicker-2af19719.js → OrDateTimePicker-014f7819.js} +5 -9
- package/dist/esm/v3/{OrDateTimePicker-94776158.js → OrDateTimePicker-10f2eb69.js} +3 -3
- package/dist/esm/v3/{OrDateTimePickerMonthSelect-13300c6e.js → OrDateTimePickerMonthSelect-7e13dcca.js} +6 -7
- package/dist/esm/v3/{OrIcon-b566a871.js → OrIcon-925c5413.js} +3 -7
- package/dist/esm/v3/{OrIconButton-025fb2de.js → OrIconButton-46b3c1e2.js} +2 -2
- package/dist/esm/v3/OrIconButton-5387fd59.js +222 -0
- package/dist/esm/v3/{OrInlineInput-11ed65f7.js → OrInlineInput-63b1d245.js} +3 -7
- package/dist/esm/v3/{OrInlineTextEdit-4f4ecba4.js → OrInlineTextEdit-6f97629f.js} +14 -31
- package/dist/esm/v3/{OrInlineTextarea-05769204.js → OrInlineTextarea-d03f81c4.js} +3 -7
- package/dist/esm/v3/{OrInput-53a32706.js → OrInput-0dbd5a01.js} +4 -10
- package/dist/esm/v3/{OrInput-c7763e63.js → OrInput-cc1991ff.js} +1 -1
- package/dist/esm/v3/{OrList-0543a645.js → OrList-b8799cf4.js} +7 -8
- package/dist/esm/v3/{OrListOfInputs-2fc8087c.js → OrListOfInputs-16ba8358.js} +52 -61
- package/dist/esm/v3/{OrMenu-054e0d2e.js → OrMenu-03a8a492.js} +7 -15
- package/dist/esm/v3/{OrModal-0173d0ff.js → OrModal-28d273a8.js} +2 -2
- package/dist/esm/v3/{OrModal-c420594e.js → OrModal-e6513e8c.js} +5 -6
- package/dist/esm/v3/{OrNotification-26bdb1ca.js → OrNotification-16190cf5.js} +1 -1
- package/dist/esm/v3/{OrNotification-9a696585.js → OrNotification-4c56f7ea.js} +3 -3
- package/dist/esm/v3/{OrNumberInput-a80859d1.js → OrNumberInput-dca5e850.js} +4 -5
- package/dist/esm/v3/{OrOverflowMenu-4b2d2950.js → OrOverflowMenu-fe77e22c.js} +5 -6
- package/dist/esm/v3/{OrOverlay-bf72f582.js → OrOverlay-d63d39c3.js} +1 -1
- package/dist/esm/v3/{OrPagination-a7fa36ad.js → OrPagination-6bf44eec.js} +2 -2
- package/dist/esm/v3/{OrPassword-35c5775f.js → OrPassword-9c8a458d.js} +7 -8
- package/dist/esm/v3/{OrPopover-986f867f.js → OrPopover-e34e8f6c.js} +6 -10
- package/dist/esm/v3/{OrRadio-dfd0f0c9.js → OrRadio-c3ab11f2.js} +4 -7
- package/dist/esm/v3/{OrSearch-bb3a3acc.js → OrSearch-7277ebfd.js} +1 -1
- package/dist/esm/v3/{OrSearch-f4ad73db.js → OrSearch-c4caf04e.js} +6 -7
- package/dist/esm/v3/{OrSegmentedControl-359fbf3a.js → OrSegmentedControl-4587c7a9.js} +1 -3
- package/dist/esm/v3/{OrSelect-93b70fcc.js → OrSelect-9c7044f8.js} +9 -13
- package/dist/esm/v3/{OrSelect-6ff34196.js → OrSelect-d8a78242.js} +6 -10
- package/dist/esm/v3/{OrSidebar-fede2b0e.js → OrSidebar-0f4629bf.js} +4 -5
- package/dist/esm/v3/{OrSidebarCollapseButton-5c64c1b0.js → OrSidebarCollapseButton-a384cd37.js} +1 -1
- package/dist/esm/v3/{OrSlider-c3778aa7.js → OrSlider-80e0f2e6.js} +4 -16
- package/dist/esm/v3/{OrStepper-fedc1cca.js → OrStepper-3a586401.js} +2 -2
- package/dist/esm/v3/{OrSwitch-3fca7e24.js → OrSwitch-c333ee32.js} +4 -7
- package/dist/esm/v3/{OrTabHeaderItem-3bb0b711.js → OrTabHeaderItem-d668cc59.js} +4 -7
- package/dist/esm/v3/{OrTabs-b2bbc82a.js → OrTabs-9e29eeec.js} +6 -10
- package/dist/esm/v3/{OrTabs-35a376a3.js → OrTabs-d3812c11.js} +5 -6
- package/dist/esm/v3/{OrTag-930d11c3.js → OrTag-b508f25f.js} +1 -1
- package/dist/esm/v3/{OrTag-2d9eacf8.js → OrTag-e7adb078.js} +3 -5
- package/dist/esm/v3/{OrTextarea-f6722edc.js → OrTextarea-de1ecb0f.js} +4 -10
- package/dist/esm/v3/{OrTextbox-6e585202.js → OrTextbox-f7388a30.js} +14 -27
- package/dist/esm/v3/{OrTimePicker-cd206930.js → OrTimePicker-2fe3c573.js} +2 -2
- package/dist/esm/v3/{OrToastContainer-24839efd.js → OrToastContainer-94ba2803.js} +4 -6
- package/dist/esm/v3/{OrTooltip-89ce98e8.js → OrTooltip-618ce7c9.js} +2 -6
- package/dist/esm/v3/{OrTooltip-ace3359f.js → OrTooltip-e3c85390.js} +1 -1
- package/dist/esm/{v2/color-40b7fe6b.js → v3/color-1f348774.js} +1 -2
- package/dist/esm/v3/components/index.js +71 -71
- package/dist/esm/v3/components/or-avatar/index.js +3 -3
- package/dist/esm/v3/components/or-avatar-v3/index.js +2 -2
- package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +3 -3
- package/dist/esm/v3/components/or-button/index.js +1 -1
- package/dist/esm/v3/components/or-button-v2/index.js +4 -4
- package/dist/esm/v3/components/or-card-collection/index.js +8 -8
- package/dist/esm/v3/components/or-card-collection-v3/index.js +10 -10
- package/dist/esm/v3/components/or-carousel/index.js +3 -3
- package/dist/esm/v3/components/or-checkbox/index.js +3 -3
- package/dist/esm/v3/components/or-checkbox-group-v3/index.js +6 -7
- package/dist/esm/v3/components/or-checkbox-tree-v3/index.js +3 -3
- package/dist/esm/v3/components/or-checkbox-v3/index.js +1 -1
- package/dist/esm/v3/components/or-chips/index.js +4 -4
- package/dist/esm/v3/components/or-chips/or-chip/index.js +3 -3
- package/dist/esm/v3/components/or-code/index.js +6 -6
- package/dist/esm/v3/components/or-collapse/index.js +1 -1
- package/dist/esm/v3/components/or-color-picker/index.js +1 -1
- package/dist/esm/v3/components/or-confirm/index.js +8 -8
- package/dist/esm/v3/components/or-confirm-v3/index.js +8 -8
- package/dist/esm/v3/components/or-date-picker-v3/index.js +9 -9
- package/dist/esm/v3/components/or-date-time-picker/index.js +6 -6
- package/dist/esm/v3/components/or-date-time-picker-v3/index.js +9 -9
- package/dist/esm/v3/components/or-icon/index.js +2 -2
- package/dist/esm/v3/components/or-icon-button-v2/index.js +3 -3
- package/dist/esm/v3/components/or-icon-button-v3/index.js +6 -6
- package/dist/esm/v3/components/or-inline-input-v3/index.js +7 -7
- package/dist/esm/v3/components/or-inline-text-edit/index.js +6 -6
- package/dist/esm/v3/components/or-inline-textarea-v3/index.js +7 -7
- package/dist/esm/v3/components/or-input/index.js +2 -2
- package/dist/esm/v3/components/or-input-v3/index.js +7 -7
- package/dist/esm/v3/components/or-list/index.js +5 -5
- package/dist/esm/v3/components/or-list-of-inputs/index.js +8 -8
- package/dist/esm/v3/components/or-menu-v3/index.js +5 -5
- package/dist/esm/v3/components/or-modal/index.js +5 -5
- package/dist/esm/v3/components/or-modal-v3/index.js +7 -7
- package/dist/esm/v3/components/or-notification/index.js +5 -5
- package/dist/esm/v3/components/or-notification-v3/index.js +7 -7
- package/dist/esm/v3/components/or-number-input/index.js +3 -3
- package/dist/esm/v3/components/or-overflow-menu/index.js +5 -5
- package/dist/esm/v3/components/or-overlay-v3/index.js +2 -2
- package/dist/esm/v3/components/or-pagination-v3/index.js +6 -6
- package/dist/esm/v3/components/or-password/index.js +8 -8
- package/dist/esm/v3/components/or-popover-v3/index.js +4 -4
- package/dist/esm/v3/components/or-radio/index.js +1 -1
- package/dist/esm/v3/components/or-radio-group-v3/index.js +3 -4
- package/dist/esm/v3/components/or-search/index.js +7 -7
- package/dist/esm/v3/components/or-search-v3/index.js +8 -8
- package/dist/esm/v3/components/or-segmented-control-v3/index.js +1 -1
- package/dist/esm/v3/components/or-select/index.js +6 -6
- package/dist/esm/v3/components/or-select-v3/index.js +11 -11
- package/dist/esm/v3/components/or-sidebar-v3/index.js +8 -8
- package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +7 -7
- package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +7 -7
- package/dist/esm/v3/components/or-slider/index.js +3 -3
- package/dist/esm/v3/components/or-stepper/index.js +5 -5
- package/dist/esm/v3/components/or-switch/index.js +1 -1
- package/dist/esm/v3/components/or-tab-header-item/index.js +1 -1
- package/dist/esm/v3/components/or-tabs/index.js +2 -2
- package/dist/esm/v3/components/or-tabs-v3/index.js +6 -6
- package/dist/esm/v3/components/or-tag/index.js +4 -4
- package/dist/esm/v3/components/or-tag-v3/index.js +7 -7
- package/dist/esm/v3/components/or-textarea/index.js +2 -2
- package/dist/esm/v3/components/or-textbox/index.js +7 -7
- package/dist/esm/v3/components/or-time-picker-v3/index.js +7 -7
- package/dist/esm/v3/components/or-toast/composable/index.js +1 -1
- package/dist/esm/v3/components/or-toast/index.js +6 -6
- package/dist/esm/v3/components/or-toast/or-toast-container/index.js +6 -6
- package/dist/esm/v3/components/or-toast-v3/composable/index.js +1 -1
- package/dist/esm/v3/components/or-toast-v3/index.js +8 -8
- package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.js +8 -8
- package/dist/esm/v3/components/or-tooltip/index.js +1 -1
- package/dist/esm/v3/components/or-tooltip-v3/index.js +5 -5
- package/dist/esm/v3/{flattenDeep-fe0af413.js → flattenDeep-e7a8b995.js} +1 -2
- package/dist/esm/v3/hooks/index.js +3 -3
- package/dist/esm/v3/index.js +72 -72
- package/dist/esm/v3/{types-b64c7e13.js → types-9034029d.js} +6 -11
- package/dist/esm/{v2/useElevation-b5a49746.js → v3/useElevation-df91fa50.js} +1 -2
- package/dist/esm/{v2/useOverflow-c856b7b7.js → v3/useOverflow-af6161c8.js} +4 -5
- package/dist/esm/{v2/useToast-a1332cc2.js → v3/useToast-0665462d.js} +5 -10
- package/dist/esm/{v2/useToast-b5ea5cb2.js → v3/useToast-4fbe0e5a.js} +5 -10
- package/dist/esm/{v2/useToggle-c04fc920.js → v3/useToggle-29e4d7c7.js} +1 -2
- package/package.json +8 -8
- package/dist/esm/v2/OrButton-b4a39652.js +0 -195
- package/dist/esm/v2/OrButton.vue_rollup-plugin-vue_styles.0-83b5a752.js +0 -106
- package/dist/esm/v2/OrIconButton.vue_rollup-plugin-vue_styles.0-20b054cc.js +0 -206
- package/dist/esm/v3/OrButton-49605f5c.js +0 -162
- package/dist/esm/v3/OrButton-d6834ea0.js +0 -142
- package/dist/esm/v3/OrIconButton-049a3bd2.js +0 -223
- /package/dist/bundled/v2/{index-1301ac7b.js → index-63e094a0.js} +0 -0
- /package/dist/bundled/v3/{OrAvatar.vue_vue_type_script_lang-8d7ce473.js → OrAvatar.vue_vue_type_script_lang-623c32a1.js} +0 -0
- /package/dist/bundled/v3/{OrAvatar.vue_vue_type_script_lang-2d5de9d4.js → OrAvatar.vue_vue_type_script_lang-6511e348.js} +0 -0
- /package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-4f44f547.js → OrButton.vue_vue_type_script_lang-da7f7ed0.js} +0 -0
- /package/dist/bundled/v3/{OrChip.vue_vue_type_script_lang-185d8d45.js → OrChip.vue_vue_type_script_lang-5a390853.js} +0 -0
- /package/dist/bundled/v3/{OrColorPicker.vue_vue_type_script_lang-d8588b52.js → OrColorPicker.vue_vue_type_script_lang-3a799e23.js} +0 -0
- /package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-86c7b93a.js → OrOverlay.vue_vue_type_script_lang-47004a50.js} +0 -0
- /package/dist/bundled/v3/{OrSlider.vue_vue_type_script_lang-7234ab75.js → OrSlider.vue_vue_type_script_lang-45ecddbe.js} +0 -0
- /package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-4e98d8a0.js → OrTag.vue_vue_type_script_lang-621e9307.js} +0 -0
- /package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-45713d6c.js → OrToastContainer.vue_vue_type_script_lang-70cc38be.js} +0 -0
- /package/dist/bundled/v3/{index-1301ac7b.js → index-63e094a0.js} +0 -0
|
@@ -2,9 +2,9 @@ import { defineComponent } from 'vue-demi';
|
|
|
2
2
|
import _ from 'lodash';
|
|
3
3
|
import { v4 } from 'uuid';
|
|
4
4
|
import { s as script$2 } from './OrLabel-876f8729.js';
|
|
5
|
-
import { s as script$3 } from './OrButton-
|
|
6
|
-
import { s as script$4 } from './OrIconButton-
|
|
7
|
-
import { s as script$5 } from './OrIcon-
|
|
5
|
+
import { s as script$3 } from './OrButton-f8b10d79.js';
|
|
6
|
+
import { s as script$4 } from './OrIconButton-5387fd59.js';
|
|
7
|
+
import { s as script$5 } from './OrIcon-925c5413.js';
|
|
8
8
|
import { s as script$1 } from './OrError-f90296db.js';
|
|
9
9
|
import Sortable from 'sortablejs';
|
|
10
10
|
import { resolveComponent, openBlock, createElementBlock, createCommentVNode, renderSlot, normalizeProps, guardReactiveProps, createVNode, withCtx, Fragment, renderList, createBlock, createElementVNode, withModifiers } from 'vue';
|
|
@@ -161,11 +161,10 @@ var script = defineComponent({
|
|
|
161
161
|
this.$emit('item-deleted', result);
|
|
162
162
|
this.items = result;
|
|
163
163
|
},
|
|
164
|
-
onUpdate(
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
} = _ref;
|
|
164
|
+
onUpdate({
|
|
165
|
+
oldIndex,
|
|
166
|
+
newIndex
|
|
167
|
+
}) {
|
|
169
168
|
if (this.isDisabled) return;
|
|
170
169
|
this.$emit('item-before-move', this.items);
|
|
171
170
|
const result = _.cloneDeep(this.items);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { defineComponent } from 'vue-demi';
|
|
2
2
|
import _ from 'lodash';
|
|
3
|
-
import { s as script$1 } from './OrList-
|
|
4
|
-
import { s as script$2 } from './OrInput-
|
|
5
|
-
import { s as script$3 } from './OrIcon-
|
|
6
|
-
import './OrButton-
|
|
7
|
-
import { s as script$4 } from './OrIconButton-
|
|
3
|
+
import { s as script$1 } from './OrList-b8799cf4.js';
|
|
4
|
+
import { s as script$2 } from './OrInput-0dbd5a01.js';
|
|
5
|
+
import { s as script$3 } from './OrIcon-925c5413.js';
|
|
6
|
+
import './OrButton-f8b10d79.js';
|
|
7
|
+
import { s as script$4 } from './OrIconButton-5387fd59.js';
|
|
8
8
|
import { resolveComponent, openBlock, createBlock, withCtx, renderSlot, normalizeProps, guardReactiveProps, createVNode, mergeProps, createSlots, normalizeStyle } from 'vue';
|
|
9
9
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
10
10
|
|
|
@@ -103,62 +103,53 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
103
103
|
onItemBeforeDelete: _cache[3] || (_cache[3] = $event => _ctx.$emit('item-before-delete', $event)),
|
|
104
104
|
onItemDeleted: _cache[4] || (_cache[4] = $event => _ctx.$emit('item-deleted', $event))
|
|
105
105
|
}, {
|
|
106
|
-
header: withCtx(
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
let {
|
|
154
|
-
deleteItem,
|
|
155
|
-
addItem
|
|
156
|
-
} = _ref3;
|
|
157
|
-
return [renderSlot(_ctx.$slots, "footer", normalizeProps(guardReactiveProps({
|
|
158
|
-
deleteItem: deleteItem,
|
|
159
|
-
addItem: addItem
|
|
160
|
-
})))];
|
|
161
|
-
}),
|
|
106
|
+
header: withCtx(({
|
|
107
|
+
deleteItem,
|
|
108
|
+
addItem
|
|
109
|
+
}) => [renderSlot(_ctx.$slots, "header", normalizeProps(guardReactiveProps({
|
|
110
|
+
deleteItem: deleteItem,
|
|
111
|
+
addItem: addItem
|
|
112
|
+
})))]),
|
|
113
|
+
default: withCtx(({
|
|
114
|
+
props,
|
|
115
|
+
index,
|
|
116
|
+
deleteItem
|
|
117
|
+
}) => [createVNode(_component_or_input, mergeProps({
|
|
118
|
+
modelValue: props.value,
|
|
119
|
+
"onUpdate:modelValue": $event => props.value = $event
|
|
120
|
+
}, props), createSlots({
|
|
121
|
+
_: 2 /* DYNAMIC */
|
|
122
|
+
}, [_ctx.canDrag && _ctx.listOfInputs.length > 1 ? {
|
|
123
|
+
name: "prepend",
|
|
124
|
+
fn: withCtx(() => [createVNode(_component_or_icon, {
|
|
125
|
+
style: normalizeStyle(_ctx.isDisabled ? {
|
|
126
|
+
cursor: 'disabled'
|
|
127
|
+
} : {
|
|
128
|
+
cursor: 'move'
|
|
129
|
+
}),
|
|
130
|
+
color: "neutral-3",
|
|
131
|
+
class: "drag-handle",
|
|
132
|
+
icon: "drag_handle"
|
|
133
|
+
}, null, 8 /* PROPS */, ["style"])]),
|
|
134
|
+
key: "0"
|
|
135
|
+
} : undefined, _ctx.canDelete ? {
|
|
136
|
+
name: "append",
|
|
137
|
+
fn: withCtx(() => [createVNode(_component_or_icon_button, {
|
|
138
|
+
class: "or-list-of-inputs--delete-button",
|
|
139
|
+
"is-disabled": _ctx.isDisabled,
|
|
140
|
+
icon: "delete",
|
|
141
|
+
"icon-color": "neutral-3",
|
|
142
|
+
onClick: $event => deleteItem(index)
|
|
143
|
+
}, null, 8 /* PROPS */, ["is-disabled", "onClick"])]),
|
|
144
|
+
key: "1"
|
|
145
|
+
} : undefined]), 1040 /* FULL_PROPS, DYNAMIC_SLOTS */, ["modelValue", "onUpdate:modelValue"])]),
|
|
146
|
+
footer: withCtx(({
|
|
147
|
+
deleteItem,
|
|
148
|
+
addItem
|
|
149
|
+
}) => [renderSlot(_ctx.$slots, "footer", normalizeProps(guardReactiveProps({
|
|
150
|
+
deleteItem: deleteItem,
|
|
151
|
+
addItem: addItem
|
|
152
|
+
})))]),
|
|
162
153
|
_: 3 /* FORWARDED */
|
|
163
154
|
}, 8 /* PROPS */, ["model-value", "label", "can-drag", "item-props", "is-disabled", "button-label"]);
|
|
164
155
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
-
import { s as script$1, P as PopoverPlacement } from './OrPopover-
|
|
2
|
+
import { s as script$1, P as PopoverPlacement } from './OrPopover-e34e8f6c.js';
|
|
3
3
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, withModifiers, renderSlot } from 'vue';
|
|
4
4
|
|
|
5
5
|
const MenuRoot = [
|
|
@@ -64,17 +64,11 @@ var script = defineComponent({
|
|
|
64
64
|
// Handlers
|
|
65
65
|
function onClick(event) {
|
|
66
66
|
const path = event.composedPath();
|
|
67
|
-
const classLists = path.filter(
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
}).map(_ref2 => {
|
|
73
|
-
let {
|
|
74
|
-
classList
|
|
75
|
-
} = _ref2;
|
|
76
|
-
return classList;
|
|
77
|
-
});
|
|
67
|
+
const classLists = path.filter(({
|
|
68
|
+
classList
|
|
69
|
+
}) => !!classList).map(({
|
|
70
|
+
classList
|
|
71
|
+
}) => classList);
|
|
78
72
|
if (classLists.some(classList => classList.contains('or-menu-item-v3'))) {
|
|
79
73
|
close();
|
|
80
74
|
}
|
|
@@ -109,9 +103,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
109
103
|
ref: "root"
|
|
110
104
|
}, _ctx.$attrs, {
|
|
111
105
|
class: _ctx.rootStyles,
|
|
112
|
-
onClick: _cache[0] || (_cache[0] = withModifiers(
|
|
113
|
-
return _ctx.onClick && _ctx.onClick(...arguments);
|
|
114
|
-
}, ["stop"]))
|
|
106
|
+
onClick: _cache[0] || (_cache[0] = withModifiers((...args) => _ctx.onClick && _ctx.onClick(...args), ["stop"]))
|
|
115
107
|
}), [renderSlot(_ctx.$slots, "default")], 16 /* FULL_PROPS */)]),
|
|
116
108
|
|
|
117
109
|
_: 3 /* FORWARDED */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
2
|
-
import { s as script$2 } from './OrIconButton-
|
|
3
|
-
import { s as script$1 } from './OrOverlay-
|
|
2
|
+
import { s as script$2 } from './OrIconButton-46b3c1e2.js';
|
|
3
|
+
import { s as script$1 } from './OrOverlay-d63d39c3.js';
|
|
4
4
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, normalizeClass, renderSlot, createVNode, withModifiers, createCommentVNode } from 'vue';
|
|
5
5
|
|
|
6
6
|
var ModalSize;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref, watch, onBeforeUnmount } from 'vue-demi';
|
|
2
2
|
import _ from 'lodash';
|
|
3
|
-
import './OrButton-
|
|
4
|
-
import { s as script$1 } from './OrIconButton-
|
|
3
|
+
import './OrButton-f8b10d79.js';
|
|
4
|
+
import { s as script$1 } from './OrIconButton-5387fd59.js';
|
|
5
5
|
import { s as script$2 } from './OrOverlay-451dce49.js';
|
|
6
6
|
import { onClickOutside } from '@vueuse/core';
|
|
7
7
|
import { useFocusTrap } from '@vueuse/integrations/useFocusTrap';
|
|
@@ -64,10 +64,9 @@ var script = defineComponent({
|
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
66
|
emits: ['close'],
|
|
67
|
-
setup(props,
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
} = _ref;
|
|
67
|
+
setup(props, {
|
|
68
|
+
emit
|
|
69
|
+
}) {
|
|
71
70
|
const overlay = ref();
|
|
72
71
|
let container = ref(null);
|
|
73
72
|
let trap = useFocusTrap(container, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
2
|
-
import { s as script$2 } from './OrIconButton-
|
|
2
|
+
import { s as script$2 } from './OrIconButton-46b3c1e2.js';
|
|
3
3
|
import { s as script$1 } from './OrIcon-62793572.js';
|
|
4
4
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, renderSlot, createBlock, withModifiers, createCommentVNode } from 'vue';
|
|
5
5
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent } from 'vue-demi';
|
|
2
|
-
import { s as script$1 } from './OrIcon-
|
|
3
|
-
import './OrButton-
|
|
4
|
-
import { s as script$2 } from './OrIconButton-
|
|
2
|
+
import { s as script$1 } from './OrIcon-925c5413.js';
|
|
3
|
+
import './OrButton-f8b10d79.js';
|
|
4
|
+
import { s as script$2 } from './OrIconButton-5387fd59.js';
|
|
5
5
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, renderSlot, createVNode, Fragment, createTextVNode, toDisplayString, createCommentVNode, createBlock } from 'vue';
|
|
6
6
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
7
7
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref } from 'vue-demi';
|
|
2
|
-
import { s as script$1 } from './OrInput-
|
|
2
|
+
import { s as script$1 } from './OrInput-0dbd5a01.js';
|
|
3
3
|
import { resolveComponent, openBlock, createBlock, createSlots, withCtx, renderSlot } from 'vue';
|
|
4
4
|
|
|
5
5
|
var script = defineComponent({
|
|
@@ -64,10 +64,9 @@ var script = defineComponent({
|
|
|
64
64
|
isInvalid: Boolean
|
|
65
65
|
},
|
|
66
66
|
emits: ['focus', 'blur', 'update:modelValue', 'input', 'keypress', 'keyup', 'keydown'],
|
|
67
|
-
setup(props,
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
} = _ref;
|
|
67
|
+
setup(props, {
|
|
68
|
+
emit
|
|
69
|
+
}) {
|
|
71
70
|
const inputRef = ref();
|
|
72
71
|
if (props.modelValue) {
|
|
73
72
|
if (props.minValue !== undefined && props.modelValue < props.minValue) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent, ref } from 'vue-demi';
|
|
2
2
|
import { useToggle, onClickOutside } from '@vueuse/core';
|
|
3
|
-
import { s as script$2 } from './OrButton-
|
|
4
|
-
import { s as script$3 } from './OrIconButton-
|
|
3
|
+
import { s as script$2 } from './OrButton-f8b10d79.js';
|
|
4
|
+
import { s as script$3 } from './OrIconButton-5387fd59.js';
|
|
5
5
|
import { resolveComponent, openBlock, createElementBlock, createVNode, withModifiers, createElementVNode, renderSlot, createBlock, withCtx, Fragment, renderList, createCommentVNode } from 'vue';
|
|
6
6
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
7
7
|
import { s as script$4, O as OrFloatingPlacements } from './OrFloating-291c7653.js';
|
|
@@ -99,10 +99,9 @@ var script = defineComponent({
|
|
|
99
99
|
}
|
|
100
100
|
},
|
|
101
101
|
emits: ['open', 'close'],
|
|
102
|
-
setup(props,
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
} = _ref;
|
|
102
|
+
setup(props, {
|
|
103
|
+
emit
|
|
104
|
+
}) {
|
|
106
105
|
const target = ref();
|
|
107
106
|
const content = ref(null);
|
|
108
107
|
const trigger = ref();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useScrollLock } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
3
|
-
import { u as useElevation } from './useElevation-
|
|
3
|
+
import { u as useElevation } from './useElevation-df91fa50.js';
|
|
4
4
|
import { s as script$1 } from './OrTeleport.vue3-8099178c.js';
|
|
5
5
|
import { resolveComponent, openBlock, createBlock, withCtx, createElementVNode, mergeProps, renderSlot } from 'vue';
|
|
6
6
|
|
|
@@ -4,8 +4,8 @@ import { u as useResponsive } from './useResponsive-a02e95b7.js';
|
|
|
4
4
|
import { s as script$1 } from './OrButton-c2b6aa9e.js';
|
|
5
5
|
import { s as script$2 } from './OrIcon-62793572.js';
|
|
6
6
|
import { s as script$4 } from './OrMenuItem-dbee450f.js';
|
|
7
|
-
import { s as script$3 } from './OrMenu-
|
|
8
|
-
import './OrPopover-
|
|
7
|
+
import { s as script$3 } from './OrMenu-03a8a492.js';
|
|
8
|
+
import './OrPopover-e34e8f6c.js';
|
|
9
9
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createVNode, withModifiers, withCtx, Fragment, renderList, createBlock, createTextVNode, toDisplayString, createCommentVNode } from 'vue';
|
|
10
10
|
|
|
11
11
|
const PaginationRoot = [
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent, ref } from 'vue-demi';
|
|
2
2
|
import { useVModel } from '@vueuse/core';
|
|
3
|
-
import { s as script$1 } from './OrInput-
|
|
4
|
-
import { u as useToggle } from './useToggle-
|
|
5
|
-
import './OrButton-
|
|
6
|
-
import { s as script$2, b as BUTTON_SIZE } from './OrIconButton-
|
|
3
|
+
import { s as script$1 } from './OrInput-0dbd5a01.js';
|
|
4
|
+
import { u as useToggle } from './useToggle-29e4d7c7.js';
|
|
5
|
+
import './OrButton-f8b10d79.js';
|
|
6
|
+
import { s as script$2, b as BUTTON_SIZE } from './OrIconButton-5387fd59.js';
|
|
7
7
|
import { resolveComponent, openBlock, createBlock, createSlots, withCtx, createVNode, renderSlot } from 'vue';
|
|
8
8
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
9
9
|
|
|
@@ -60,10 +60,9 @@ var script = defineComponent({
|
|
|
60
60
|
isInvalid: Boolean
|
|
61
61
|
},
|
|
62
62
|
emits: ['focus', 'blur', 'update:modelValue', 'input', 'keypress', 'keyup', 'keydown'],
|
|
63
|
-
setup(props,
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
} = _ref;
|
|
63
|
+
setup(props, {
|
|
64
|
+
emit
|
|
65
|
+
}) {
|
|
67
66
|
const inputRef = ref();
|
|
68
67
|
const localValue = useVModel(props, 'modelValue', emit);
|
|
69
68
|
const {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { autoUpdate, computePosition, flip, shift, hide } from '@floating-ui/dom';
|
|
2
2
|
import { onClickOutside } from '@vueuse/core';
|
|
3
3
|
import { defineComponent, ref, computed, watch, watchPostEffect, unref, toRef, nextTick } from 'vue-demi';
|
|
4
|
-
import { u as useElevation } from './useElevation-
|
|
4
|
+
import { u as useElevation } from './useElevation-df91fa50.js';
|
|
5
5
|
import { u as useResponsive } from './useResponsive-a02e95b7.js';
|
|
6
|
-
import { s as script$1 } from './OrBottomSheet-
|
|
6
|
+
import { s as script$1 } from './OrBottomSheet-6538d9c3.js';
|
|
7
7
|
import { s as script$2 } from './OrTeleport.vue3-8099178c.js';
|
|
8
8
|
import { resolveComponent, openBlock, createBlock, withCtx, withDirectives, createElementVNode, createElementBlock, mergeProps, renderSlot, normalizeClass, createCommentVNode, vShow } from 'vue';
|
|
9
9
|
|
|
@@ -168,8 +168,7 @@ var script = defineComponent({
|
|
|
168
168
|
break;
|
|
169
169
|
}
|
|
170
170
|
}
|
|
171
|
-
function close() {
|
|
172
|
-
let auto = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
|
|
171
|
+
function close(auto = false) {
|
|
173
172
|
state.value = 'closed';
|
|
174
173
|
switch (props.variant) {
|
|
175
174
|
case PopoverVariant.Auto:
|
|
@@ -237,12 +236,9 @@ var script = defineComponent({
|
|
|
237
236
|
const trigger = toRef(props, 'trigger');
|
|
238
237
|
onClickOutside(root, event => {
|
|
239
238
|
const path = event.composedPath();
|
|
240
|
-
if (!path.some(
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
} = _ref;
|
|
244
|
-
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'));
|
|
245
|
-
})) {
|
|
239
|
+
if (!path.some(({
|
|
240
|
+
classList
|
|
241
|
+
}) => (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')))) {
|
|
246
242
|
close(true);
|
|
247
243
|
}
|
|
248
244
|
}, {
|
|
@@ -37,10 +37,9 @@ var script = defineComponent({
|
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
39
|
emits: ['update:modelValue'],
|
|
40
|
-
setup(props,
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
} = _ref;
|
|
40
|
+
setup(props, {
|
|
41
|
+
emit
|
|
42
|
+
}) {
|
|
44
43
|
const radioGroupInstance = inject('radioGroupInstance', null);
|
|
45
44
|
const hasInjection = computed(() => !!radioGroupInstance);
|
|
46
45
|
const modifiedIsDisabled = computed(() => {
|
|
@@ -102,9 +101,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
102
101
|
checked: _ctx.isChecked,
|
|
103
102
|
class: "or-radio--input visually-hidden",
|
|
104
103
|
type: "radio",
|
|
105
|
-
onClick: _cache[0] || (_cache[0] =
|
|
106
|
-
return _ctx.onClick && _ctx.onClick(...arguments);
|
|
107
|
-
})
|
|
104
|
+
onClick: _cache[0] || (_cache[0] = (...args) => _ctx.onClick && _ctx.onClick(...args))
|
|
108
105
|
}), null, 16 /* FULL_PROPS */, _hoisted_1), _hoisted_2, createElementVNode("span", _hoisted_3, [renderSlot(_ctx.$slots, "default", {}, () => [createTextVNode(toDisplayString(_ctx.label), 1 /* TEXT */)])])], 2 /* CLASS */);
|
|
109
106
|
}
|
|
110
107
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { debouncedWatch } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
3
|
-
import { s as script$1 } from './OrInput-
|
|
3
|
+
import { s as script$1 } from './OrInput-cc1991ff.js';
|
|
4
4
|
import { I as InputBoxSize } from './OrInputBox-ba40bbdf.js';
|
|
5
5
|
import { resolveComponent, openBlock, createBlock, normalizeClass } from 'vue';
|
|
6
6
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent, ref } from 'vue-demi';
|
|
2
|
-
import { s as script$1 } from './OrInput-
|
|
2
|
+
import { s as script$1 } from './OrInput-0dbd5a01.js';
|
|
3
3
|
import { debouncedWatch } from '@vueuse/core';
|
|
4
|
-
import './OrButton-
|
|
5
|
-
import { s as script$2, b as BUTTON_SIZE } from './OrIconButton-
|
|
4
|
+
import './OrButton-f8b10d79.js';
|
|
5
|
+
import { s as script$2, b as BUTTON_SIZE } from './OrIconButton-5387fd59.js';
|
|
6
6
|
import { resolveComponent, openBlock, createBlock, createSlots, withCtx, createVNode, normalizeStyle, renderSlot } from 'vue';
|
|
7
7
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
8
8
|
|
|
@@ -69,10 +69,9 @@ var script = defineComponent({
|
|
|
69
69
|
isInvalid: Boolean
|
|
70
70
|
},
|
|
71
71
|
emits: ['focus', 'blur', 'update:modelValue', 'input', 'search', 'clear', 'keypress', 'keyup', 'keydown'],
|
|
72
|
-
setup(props,
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
} = _ref;
|
|
72
|
+
setup(props, {
|
|
73
|
+
emit
|
|
74
|
+
}) {
|
|
76
75
|
var _a;
|
|
77
76
|
const inputRef = ref();
|
|
78
77
|
const localValue = ref((_a = props.modelValue) !== null && _a !== void 0 ? _a : '');
|
|
@@ -76,9 +76,7 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
76
76
|
class: normalizeClass(_ctx.rootStyles),
|
|
77
77
|
selected: _ctx.selected ? '' : null,
|
|
78
78
|
disabled: _ctx.disabled ? '' : null,
|
|
79
|
-
onClick: _cache[0] || (_cache[0] =
|
|
80
|
-
return _ctx.onClick && _ctx.onClick(...arguments);
|
|
81
|
-
})
|
|
79
|
+
onClick: _cache[0] || (_cache[0] = (...args) => _ctx.onClick && _ctx.onClick(...args))
|
|
82
80
|
}, [createElementVNode("div", _hoisted_2, [renderSlot(_ctx.$slots, "default")])], 10 /* CLASS, PROPS */, _hoisted_1);
|
|
83
81
|
}
|
|
84
82
|
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { defineComponent, getCurrentInstance, ref, computed, onMounted, watch } from 'vue-demi';
|
|
2
2
|
import { D as DropdownClose, a as DropdownOpen } from './dropdown-open-e1f90e0a.js';
|
|
3
|
-
import { u as useOverflow } from './useOverflow-
|
|
3
|
+
import { u as useOverflow } from './useOverflow-af6161c8.js';
|
|
4
4
|
import '@vueuse/core';
|
|
5
|
-
import { s as script$1 } from './OrCheckbox-
|
|
5
|
+
import { s as script$1 } from './OrCheckbox-247ce27b.js';
|
|
6
6
|
import { s as script$2 } from './OrError-c01d0c29.js';
|
|
7
7
|
import { s as script$3 } from './OrExpansionPanel-99ca7ed7.js';
|
|
8
8
|
import { s as script$4 } from './OrHint-06ab89d7.js';
|
|
9
9
|
import { s as script$5 } from './OrIcon-62793572.js';
|
|
10
10
|
import { s as script$7, I as InputBoxSize } from './OrInputBox-ba40bbdf.js';
|
|
11
|
-
import { s as script$6 } from './OrInput-
|
|
11
|
+
import { s as script$6 } from './OrInput-cc1991ff.js';
|
|
12
12
|
import { s as script$8 } from './OrLabel-4da56db0.js';
|
|
13
13
|
import { s as script$9 } from './OrMenuItem-dbee450f.js';
|
|
14
|
-
import { s as script$a } from './OrPopover-
|
|
15
|
-
import { s as script$b } from './OrTag-
|
|
14
|
+
import { s as script$a } from './OrPopover-e34e8f6c.js';
|
|
15
|
+
import { s as script$b } from './OrTag-b508f25f.js';
|
|
16
16
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, withDirectives, createElementVNode, Fragment, renderList, createVNode, withModifiers, vShow } from 'vue';
|
|
17
17
|
|
|
18
18
|
const SelectRoot = [
|
|
@@ -136,12 +136,9 @@ var script = defineComponent({
|
|
|
136
136
|
searchFunction: {
|
|
137
137
|
type: Function,
|
|
138
138
|
default: async (searchText, options) => {
|
|
139
|
-
return options.filter(
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
} = _ref;
|
|
143
|
-
return label.toLowerCase().includes(searchText.toLowerCase());
|
|
144
|
-
});
|
|
139
|
+
return options.filter(({
|
|
140
|
+
label
|
|
141
|
+
}) => label.toLowerCase().includes(searchText.toLowerCase()));
|
|
145
142
|
}
|
|
146
143
|
},
|
|
147
144
|
groupByFunction: {
|
|
@@ -207,8 +204,7 @@ var script = defineComponent({
|
|
|
207
204
|
return props.externalControl ? props.searchOptions : internalSearchOptions.value;
|
|
208
205
|
});
|
|
209
206
|
const searchText = ref('');
|
|
210
|
-
watch([() => props.externalControl, searchText, () => props.options], async
|
|
211
|
-
let [externalControl, searchText, options] = _ref2;
|
|
207
|
+
watch([() => props.externalControl, searchText, () => props.options], async ([externalControl, searchText, options]) => {
|
|
212
208
|
if (externalControl) {
|
|
213
209
|
context.emit('search', searchText);
|
|
214
210
|
} else {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { defineComponent, ref } from 'vue-demi';
|
|
2
2
|
import { onClickOutside } from '@vueuse/core';
|
|
3
3
|
import _ from 'lodash';
|
|
4
|
-
import { s as script$a } from './OrIcon-
|
|
5
|
-
import { s as script$9 } from './OrChip-
|
|
6
|
-
import './OrChips-
|
|
4
|
+
import { s as script$a } from './OrIcon-925c5413.js';
|
|
5
|
+
import { s as script$9 } from './OrChip-97a85e10.js';
|
|
6
|
+
import './OrChips-64b86761.js';
|
|
7
7
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, toDisplayString, createCommentVNode, Fragment, renderList, createBlock, createElementVNode, renderSlot, createVNode, createTextVNode, withCtx, normalizeProps, guardReactiveProps } from 'vue';
|
|
8
8
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
9
9
|
import { s as script$c } from './OrLoader-15174477.js';
|
|
10
|
-
import { s as script$b } from './OrCheckbox-
|
|
10
|
+
import { s as script$b } from './OrCheckbox-7efd5f26.js';
|
|
11
11
|
import { s as script$d } from './OrFloating-291c7653.js';
|
|
12
12
|
import { s as script$e } from './OrLabel-876f8729.js';
|
|
13
13
|
import { s as script$f } from './OrError-f90296db.js';
|
|
@@ -107,9 +107,7 @@ function render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
107
107
|
return openBlock(), createElementBlock("div", {
|
|
108
108
|
ref: "input-value",
|
|
109
109
|
class: normalizeClass(["or-select-input-value", _ctx.states]),
|
|
110
|
-
onClick: _cache[0] || (_cache[0] =
|
|
111
|
-
return _ctx.handleInputValueClick && _ctx.handleInputValueClick(...arguments);
|
|
112
|
-
})
|
|
110
|
+
onClick: _cache[0] || (_cache[0] = (...args) => _ctx.handleInputValueClick && _ctx.handleInputValueClick(...args))
|
|
113
111
|
}, [!_ctx.isMultiSelect ? (openBlock(), createElementBlock("div", {
|
|
114
112
|
key: 0,
|
|
115
113
|
ref: "input-value-text",
|
|
@@ -191,9 +189,7 @@ function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
191
189
|
const _component_or_icon = resolveComponent("or-icon");
|
|
192
190
|
return openBlock(), createElementBlock("div", {
|
|
193
191
|
class: normalizeClass(["or-select-input input-wrapper", _ctx.states]),
|
|
194
|
-
onClick: _cache[1] || (_cache[1] =
|
|
195
|
-
return _ctx.handleToggleContent && _ctx.handleToggleContent(...arguments);
|
|
196
|
-
})
|
|
192
|
+
onClick: _cache[1] || (_cache[1] = (...args) => _ctx.handleToggleContent && _ctx.handleToggleContent(...args))
|
|
197
193
|
}, [_ctx.isEmptyValue ? (openBlock(), createElementBlock("div", _hoisted_1$5, [createElementVNode("span", _hoisted_2$1, toDisplayString(_ctx.placeholder), 1 /* TEXT */)])) : createCommentVNode("v-if", true), !_ctx.isEmptyValue ? renderSlot(_ctx.$slots, "input-value", {
|
|
198
194
|
key: 1,
|
|
199
195
|
value: _ctx.value,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useDraggable, useElementBounding } from '@vueuse/core';
|
|
2
2
|
import _ from 'lodash';
|
|
3
3
|
import { defineComponent, ref, computed, useSlots, watch } from 'vue-demi';
|
|
4
|
-
import { O as OrSidebarPlacement, s as script$1 } from './OrSidebarCollapseButton-
|
|
4
|
+
import { O as OrSidebarPlacement, s as script$1 } from './OrSidebarCollapseButton-a384cd37.js';
|
|
5
5
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createCommentVNode, createElementVNode, normalizeStyle, createBlock, withDirectives, vShow } from 'vue';
|
|
6
6
|
|
|
7
7
|
const SidebarRoot = [
|
|
@@ -163,10 +163,9 @@ var script = defineComponent({
|
|
|
163
163
|
},
|
|
164
164
|
emits: ['change:width', 'open', 'close'],
|
|
165
165
|
expose: ['root', 'open', 'close'],
|
|
166
|
-
setup(props,
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
} = _ref;
|
|
166
|
+
setup(props, {
|
|
167
|
+
emit
|
|
168
|
+
}) {
|
|
170
169
|
// Refs
|
|
171
170
|
const root = ref();
|
|
172
171
|
const resizeBar = ref(null);
|
package/dist/esm/v3/{OrSidebarCollapseButton-5c64c1b0.js → OrSidebarCollapseButton-a384cd37.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import _ from 'lodash';
|
|
2
2
|
import { defineComponent, ref, computed } from 'vue-demi';
|
|
3
|
-
import { s as script$1 } from './OrIconButton-
|
|
3
|
+
import { s as script$1 } from './OrIconButton-46b3c1e2.js';
|
|
4
4
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode } from 'vue';
|
|
5
5
|
|
|
6
6
|
var OrSidebarPlacement;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as script$1 } from './OrIcon-
|
|
1
|
+
import { s as script$1 } from './OrIcon-925c5413.js';
|
|
2
2
|
import { defineComponent, ref } from 'vue-demi';
|
|
3
3
|
import { onClickOutside, useDraggable } from '@vueuse/core';
|
|
4
4
|
import { f as addClass, h as removeClass } from './dom-7a41831b.js';
|
|
@@ -264,15 +264,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
264
264
|
"aria-valuenow": _ctx.localValue,
|
|
265
265
|
tabindex: _ctx.disabled ? null : _ctx.tabindex || '0',
|
|
266
266
|
onFocus: _cache[2] || (_cache[2] = $event => _ctx.isActive = true),
|
|
267
|
-
onKeydown: [_cache[3] || (_cache[3] = withKeys(withModifiers(
|
|
268
|
-
return _ctx.decrementValue && _ctx.decrementValue(...arguments);
|
|
269
|
-
}, ["prevent"]), ["down"])), _cache[4] || (_cache[4] = withKeys(withModifiers(function () {
|
|
270
|
-
return _ctx.decrementValue && _ctx.decrementValue(...arguments);
|
|
271
|
-
}, ["prevent"]), ["left"])), _cache[5] || (_cache[5] = withKeys(withModifiers(function () {
|
|
272
|
-
return _ctx.incrementValue && _ctx.incrementValue(...arguments);
|
|
273
|
-
}, ["prevent"]), ["right"])), _cache[6] || (_cache[6] = withKeys(withModifiers(function () {
|
|
274
|
-
return _ctx.incrementValue && _ctx.incrementValue(...arguments);
|
|
275
|
-
}, ["prevent"]), ["up"]))]
|
|
267
|
+
onKeydown: [_cache[3] || (_cache[3] = withKeys(withModifiers((...args) => _ctx.decrementValue && _ctx.decrementValue(...args), ["prevent"]), ["down"])), _cache[4] || (_cache[4] = withKeys(withModifiers((...args) => _ctx.decrementValue && _ctx.decrementValue(...args), ["prevent"]), ["left"])), _cache[5] || (_cache[5] = withKeys(withModifiers((...args) => _ctx.incrementValue && _ctx.incrementValue(...args), ["prevent"]), ["right"])), _cache[6] || (_cache[6] = withKeys(withModifiers((...args) => _ctx.incrementValue && _ctx.incrementValue(...args), ["prevent"]), ["up"]))]
|
|
276
268
|
}, [_ctx.name ? (openBlock(), createElementBlock("input", {
|
|
277
269
|
key: 0,
|
|
278
270
|
class: "or-slider__hidden-input",
|
|
@@ -285,12 +277,8 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
285
277
|
}, null, 8 /* PROPS */, ["icon"])])])) : createCommentVNode("v-if", true), createElementVNode("div", {
|
|
286
278
|
ref: "track",
|
|
287
279
|
class: "or-slider__track",
|
|
288
|
-
onPointerdown: _cache[0] || (_cache[0] =
|
|
289
|
-
|
|
290
|
-
}),
|
|
291
|
-
onPointerup: _cache[1] || (_cache[1] = function () {
|
|
292
|
-
return _ctx.onDragStop && _ctx.onDragStop(...arguments);
|
|
293
|
-
})
|
|
280
|
+
onPointerdown: _cache[0] || (_cache[0] = (...args) => _ctx.onDragStart && _ctx.onDragStart(...args)),
|
|
281
|
+
onPointerup: _cache[1] || (_cache[1] = (...args) => _ctx.onDragStop && _ctx.onDragStop(...args))
|
|
294
282
|
}, [createElementVNode("div", _hoisted_4, [_ctx.snapToSteps ? (openBlock(), createElementBlock("div", _hoisted_5, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.snapPoints, point => {
|
|
295
283
|
return openBlock(), createElementBlock("span", {
|
|
296
284
|
key: point,
|