@onereach/ui-components 4.3.2-beta.2618.0 → 4.3.3-beta.2627.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/{OrDateTimePickerMonthSelect-e20fd8dc.js → OrDateTimePickerMonthSelect-11e7596d.js} +4 -3
- package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.js +8 -4
- 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 +4 -3
- package/dist/bundled/v2/components/OrCarousel/OrCarousel.js +7 -1
- package/dist/bundled/v2/components/OrCheckbox/OrCheckbox.js +4 -3
- package/dist/bundled/v2/components/OrCheckboxGroupV3/OrCheckboxGroup.js +4 -3
- package/dist/bundled/v2/components/OrCheckboxTreeV3/OrCheckboxTree.js +4 -3
- package/dist/bundled/v2/components/OrCheckboxV3/OrCheckbox.js +4 -3
- package/dist/bundled/v2/components/OrCode/OrCode.js +263 -197
- 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 +6 -4
- package/dist/bundled/v2/components/OrColorPicker/utils/defultPalette.js +2 -1
- package/dist/bundled/v2/components/OrConfirm/OrConfirm.js +5 -4
- package/dist/bundled/v2/components/OrConfirm/index.js +1 -1
- package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +5 -4
- 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 +5 -4
- package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.js +4 -3
- package/dist/bundled/v2/components/OrList/OrList.js +5 -4
- package/dist/bundled/v2/components/OrMenuV3/OrMenu.js +11 -5
- package/dist/bundled/v2/components/OrModal/OrModal.js +101 -20
- package/dist/bundled/v2/components/OrNumberInput/OrNumberInput.js +4 -3
- package/dist/bundled/v2/components/OrOverflowMenu/OrOverflowMenu.js +4 -3
- package/dist/bundled/v2/components/OrPassword/OrPassword.js +4 -3
- package/dist/bundled/v2/components/OrPopoverV3/OrPopover.js +8 -4
- package/dist/bundled/v2/components/OrRadio/OrRadio.js +4 -3
- package/dist/bundled/v2/components/OrRadioGroupV3/OrRadioGroup.js +4 -3
- package/dist/bundled/v2/components/OrSearch/OrSearch.js +4 -3
- package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +8 -4
- package/dist/bundled/v2/components/OrSidebarV3/OrSidebar.js +4 -3
- package/dist/bundled/v2/components/OrSwitch/OrSwitch.js +4 -3
- package/dist/bundled/v2/components/OrTabHeaderItem/OrTabHeaderItem.js +4 -3
- package/dist/bundled/v2/components/OrTabs/OrTabs.js +5 -4
- package/dist/bundled/v2/components/OrTabsV3/OrTabs.js +8 -4
- package/dist/bundled/v2/components/OrTextbox/OrTextbox.js +5 -4
- package/dist/bundled/v2/components/OrToast/OrToast.js +1 -1
- package/dist/bundled/v2/components/OrToast/composable/useToast.js +10 -5
- package/dist/bundled/v2/components/OrToastContainer/OrToastContainer.js +1 -1
- package/dist/bundled/v2/components/OrToastContainerV3/OrToastContainer.js +6 -3
- package/dist/bundled/v2/components/OrToastV3/composable/useToast.js +10 -5
- package/dist/bundled/v2/components/index.js +6 -6
- package/dist/bundled/v2/hooks/useElevation.js +2 -1
- package/dist/bundled/v2/hooks/useOverflow.js +5 -4
- package/dist/bundled/v2/hooks/useToggle.js +2 -1
- package/dist/bundled/{v3/index-6976c52a.js → v2/index-e0b25cea.js} +1229 -715
- package/dist/bundled/v2/index.js +6 -6
- package/dist/bundled/{v3/lang-02d2bb2d.js → v2/lang-973a418e.js} +275 -196
- package/dist/bundled/v2/utils/functions/color.js +2 -1
- package/dist/bundled/v2/utils/functions/flattenDeep.js +2 -1
- package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-1e5544b0.js → OrBottomSheet.vue_vue_type_script_lang-4d344331.js} +9 -5
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-7d15b872.js → OrCardCollection.vue_vue_type_script_lang-53ff464f.js} +3 -3
- package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-7a2e1332.js → OrCardCollection.vue_vue_type_script_lang-d3f43900.js} +6 -5
- package/dist/bundled/v3/{OrCarousel.vue_vue_type_script_lang-6976844a.js → OrCarousel.vue_vue_type_script_lang-188ca513.js} +7 -1
- package/dist/bundled/v3/{OrCheckbox.vue_vue_type_script_lang-1cf06290.js → OrCheckbox.vue_vue_type_script_lang-75c6053a.js} +4 -3
- package/dist/bundled/v3/{OrCheckbox.vue_vue_type_script_lang-11b16d93.js → OrCheckbox.vue_vue_type_script_lang-ba11d80f.js} +4 -3
- package/dist/bundled/v3/{OrCheckboxTree.vue_vue_type_script_lang-4042ef27.js → OrCheckboxTree.vue_vue_type_script_lang-528dd4d5.js} +5 -4
- package/dist/bundled/v3/{OrChips.vue_vue_type_script_lang-d4bb44eb.js → OrChips.vue_vue_type_script_lang-211e03a1.js} +4 -2
- package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-5397df6a.js → OrCode.vue_vue_type_script_lang-ea34c576.js} +265 -199
- package/dist/bundled/v3/{OrCollapse.vue_vue_type_script_lang-5137ca99.js → OrCollapse.vue_vue_type_script_lang-45b18baf.js} +6 -4
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-89febea7.js → OrConfirm.vue_vue_type_script_lang-64d9dd5f.js} +8 -7
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-5ee20884.js → OrConfirm.vue_vue_type_script_lang-cb05ea27.js} +7 -6
- package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-8c1c9c3e.js → OrDatePicker.vue_vue_type_script_lang-2dec05d3.js} +3 -3
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-cba80c1c.js → OrDateTimePicker.vue_vue_type_script_lang-365d6597.js} +3 -3
- package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-8ff54abd.js → OrDateTimePicker.vue_vue_type_script_lang-6fd7c75e.js} +5 -3
- package/dist/bundled/v3/{OrDateTimePickerMonthSelect-a9634fe9.js → OrDateTimePickerMonthSelect-c42a6517.js} +6 -5
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-c2534846.js → OrIconButton.vue_vue_type_script_lang-e30d0a1f.js} +1 -1
- package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-96cb5b59.js → OrIconButton.vue_vue_type_script_lang-fb99a3ea.js} +4 -3
- package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-a8c0670a.js → OrInlineInput.vue_vue_type_script_lang-aee9bc3b.js} +1 -1
- package/dist/bundled/v3/{OrInlineTextEdit.vue_vue_type_script_lang-45987769.js → OrInlineTextEdit.vue_vue_type_script_lang-869c7772.js} +6 -5
- package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-03708ef8.js → OrInlineTextarea.vue_vue_type_script_lang-82570af3.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-ad995b35.js → OrInput.vue_vue_type_script_lang-4067879f.js} +1 -1
- package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-f9fef480.js → OrInput.vue_vue_type_script_lang-75e02556.js} +1 -1
- package/dist/bundled/v3/{OrList.vue_vue_type_script_lang-2c7537cc.js → OrList.vue_vue_type_script_lang-47bafed1.js} +7 -6
- package/dist/bundled/v3/{OrListOfInputs.vue_vue_type_script_lang-009f62a5.js → OrListOfInputs.vue_vue_type_script_lang-006e0106.js} +3 -3
- package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-d3ea7d1e.js → OrMenu.vue_vue_type_script_lang-50c154c4.js} +12 -6
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-07955a9f.js → OrModal.vue_vue_type_script_lang-08019fc7.js} +2 -2
- package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-c53617ae.js → OrModal.vue_vue_type_script_lang-ae842e5b.js} +102 -21
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-5a62577f.js → OrNotification.vue_vue_type_script_lang-81fca13f.js} +1 -1
- package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-efb05bb2.js → OrNotification.vue_vue_type_script_lang-cf2e272c.js} +1 -1
- package/dist/bundled/v3/{OrNumberInput.vue_vue_type_script_lang-1d469d1f.js → OrNumberInput.vue_vue_type_script_lang-55c5ea8f.js} +5 -4
- package/dist/bundled/v3/{OrOverflowMenu.vue_vue_type_script_lang-ba50133f.js → OrOverflowMenu.vue_vue_type_script_lang-fe2d0395.js} +6 -5
- package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-60000de8.js → OrPagination.vue_vue_type_script_lang-a1b05723.js} +1 -1
- package/dist/bundled/v3/{OrPassword.vue_vue_type_script_lang-37f52611.js → OrPassword.vue_vue_type_script_lang-1f5d2a91.js} +6 -5
- package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-65598970.js → OrPopover.vue_vue_type_script_lang-f159bc50.js} +9 -5
- package/dist/bundled/v3/{OrRadio.vue_vue_type_script_lang-cc11200c.js → OrRadio.vue_vue_type_script_lang-e1617a0e.js} +4 -3
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-2726e332.js → OrSearch.vue_vue_type_script_lang-0d161f08.js} +1 -1
- package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-bcb935c3.js → OrSearch.vue_vue_type_script_lang-7ac93e50.js} +6 -5
- package/dist/bundled/v3/{OrSegmentedControl.vue_vue_type_script_lang-d1b4694c.js → OrSegmentedControl.vue_vue_type_script_lang-ed0d9fe7.js} +3 -1
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-c82d8f58.js → OrSelect.vue_vue_type_script_lang-29a48259.js} +8 -4
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-c232523a.js → OrSelect.vue_vue_type_script_lang-9ebf93f2.js} +12 -8
- package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-0f22b364.js → OrSidebar.vue_vue_type_script_lang-e2579a69.js} +5 -4
- package/dist/bundled/v3/{OrStepper.vue_vue_type_script_lang-975a4df6.js → OrStepper.vue_vue_type_script_lang-d230260e.js} +1 -1
- package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-1c079a74.js → OrSwitch.vue_vue_type_script_lang-c986f062.js} +4 -3
- package/dist/bundled/v3/{OrTabHeaderItem.vue_vue_type_script_lang-0a67721f.js → OrTabHeaderItem.vue_vue_type_script_lang-29f331ec.js} +4 -3
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-06a89286.js → OrTabs.vue_vue_type_script_lang-5836b8bd.js} +6 -5
- package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-ff032e95.js → OrTabs.vue_vue_type_script_lang-b6d7c643.js} +9 -5
- package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-e3ba4ecb.js → OrTag.vue_vue_type_script_lang-32301d9c.js} +1 -1
- package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-1236e04a.js → OrTextarea.vue_vue_type_script_lang-048cb245.js} +1 -1
- package/dist/bundled/v3/{OrTextbox.vue_vue_type_script_lang-812f302d.js → OrTextbox.vue_vue_type_script_lang-dad835c3.js} +7 -6
- package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-34c2901e.js → OrTimePicker.vue_vue_type_script_lang-7e1bbe0e.js} +2 -2
- package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-16a49a54.js → OrToastContainer.vue_vue_type_script_lang-0a4977d5.js} +6 -3
- package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-cd7c37c3.js → OrTooltip.vue_vue_type_script_lang-9ec302b4.js} +1 -1
- package/dist/bundled/v3/components/OrAvatar/OrAvatar.js +8 -4
- 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 +8 -4
- package/dist/bundled/v3/components/OrCheckbox/index.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.js +6 -5
- 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 +5 -3
- package/dist/bundled/v3/components/OrCheckboxV3/index.js +1 -1
- package/dist/bundled/v3/components/OrChip/OrChip.js +5 -3
- 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 +5 -3
- package/dist/bundled/v3/components/OrColorPicker/index.js +1 -1
- package/dist/bundled/v3/components/OrColorPicker/utils/defultPalette.js +2 -1
- 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 +7 -5
- 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 +6 -2
- 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 +13 -9
- package/dist/bundled/v3/components/OrInlineInputV3/index.js +6 -6
- package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.js +28 -12
- package/dist/bundled/v3/components/OrInlineTextEdit/index.js +3 -3
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +13 -9
- package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +6 -6
- package/dist/bundled/v3/components/OrInput/OrInput.js +12 -6
- 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 +63 -54
- package/dist/bundled/v3/components/OrListOfInputs/index.js +6 -6
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +8 -6
- 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 +5 -3
- package/dist/bundled/v3/components/OrRadio/index.js +1 -1
- package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.js +4 -3
- 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 +17 -5
- 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 +5 -3
- package/dist/bundled/v3/components/OrSwitch/index.js +1 -1
- package/dist/bundled/v3/components/OrTabHeaderItem/OrTabHeaderItem.js +5 -3
- 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 +5 -3
- 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 +12 -6
- package/dist/bundled/v3/components/OrTextarea/index.js +2 -2
- package/dist/bundled/v3/components/OrTextbox/OrTextbox.js +22 -10
- 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 +5 -3
- package/dist/bundled/v3/components/OrToast/composable/useToast.js +10 -5
- 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 +8 -6
- package/dist/bundled/v3/components/OrToastV3/composable/useToast.js +10 -5
- package/dist/bundled/v3/components/OrToastV3/index.js +6 -6
- package/dist/bundled/v3/components/OrTooltip/OrTooltip.js +6 -2
- 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 +2 -1
- package/dist/bundled/v3/hooks/useOverflow.js +5 -4
- package/dist/bundled/v3/hooks/useToggle.js +2 -1
- package/dist/bundled/{v2/index-6976c52a.js → v3/index-e0b25cea.js} +1229 -715
- package/dist/bundled/v3/index.js +66 -66
- package/dist/bundled/{v2/lang-02d2bb2d.js → v3/lang-973a418e.js} +275 -196
- package/dist/bundled/v3/utils/functions/color.js +2 -1
- package/dist/bundled/v3/utils/functions/flattenDeep.js +2 -1
- package/dist/esm/v2/{OrAvatar-12b0e276.js → OrAvatar-3df48865.js} +1 -1
- package/dist/esm/v2/{OrBottomSheet-0938dbde.js → OrBottomSheet-6b875223.js} +9 -5
- package/dist/esm/v2/OrButton-b4a39652.js +195 -0
- package/dist/esm/v2/{OrButton-4e532ddb.js → OrButton-dbf0efe7.js} +1 -1
- package/dist/esm/v2/OrButton.vue_rollup-plugin-vue_styles.0-83b5a752.js +106 -0
- package/dist/esm/v2/{OrCardCollection-ead1d063.js → OrCardCollection-7a8cd067.js} +4 -4
- package/dist/esm/v2/{OrCardCollection-9bf513b7.js → OrCardCollection-fe8a1a88.js} +8 -7
- package/dist/esm/v2/{OrCarousel-e0c2e387.js → OrCarousel-5c2b2d10.js} +7 -1
- package/dist/esm/v2/{OrCheckbox-7b98fc08.js → OrCheckbox-03e5eaff.js} +4 -3
- package/dist/esm/v2/{OrCheckbox-60e4456b.js → OrCheckbox-59332f84.js} +4 -3
- package/dist/esm/v2/{OrCheckboxTree-85f8ec89.js → OrCheckboxTree-df80d4ab.js} +6 -5
- package/dist/esm/v2/{OrCode-e54e09f7.js → OrCode-0288dd2d.js} +8 -7
- package/dist/esm/v2/{OrCollapse-50e3914c.js → OrCollapse-57c64292.js} +6 -4
- package/dist/esm/v2/{OrColorPicker-fa92b4fa.js → OrColorPicker-ca470d10.js} +2 -1
- package/dist/esm/v2/{OrConfirm-d1572223.js → OrConfirm-09bb952d.js} +6 -5
- package/dist/esm/v2/{OrConfirm-5d5dd9bc.js → OrConfirm-b62d9ce4.js} +8 -7
- package/dist/esm/v2/{OrDatePicker-ff4cebfb.js → OrDatePicker-8603b729.js} +3 -3
- package/dist/esm/v2/{OrDateTimePicker-6e2853ec.js → OrDateTimePicker-77ef1975.js} +4 -4
- package/dist/esm/v2/{OrDateTimePicker-da3d6d4d.js → OrDateTimePicker-f270e639.js} +3 -3
- package/dist/esm/v2/{OrDateTimePickerMonthSelect-7803ed9e.js → OrDateTimePickerMonthSelect-58303f9d.js} +7 -6
- package/dist/esm/v2/{OrIconButton-23972f7d.js → OrIconButton-83608cbc.js} +1 -1
- package/dist/esm/v2/{OrIconButton-0ec2cda6.js → OrIconButton-e13b8108.js} +2 -2
- package/dist/esm/v2/OrIconButton.vue_rollup-plugin-vue_styles.0-20b054cc.js +206 -0
- package/dist/esm/v2/{OrInlineInput-7a60a995.js → OrInlineInput-3ad8d3e5.js} +1 -1
- package/dist/esm/v2/{OrInlineTextEdit-9541b625.js → OrInlineTextEdit-a129aaf1.js} +8 -7
- package/dist/esm/v2/{OrInlineTextarea-56d8f558.js → OrInlineTextarea-968008cc.js} +1 -1
- package/dist/esm/v2/{OrInput-c005a759.js → OrInput-bc2371b6.js} +1 -1
- package/dist/esm/v2/{OrInput-884b6686.js → OrInput-d73d9322.js} +1 -1
- package/dist/esm/v2/{OrList-61c7b8ea.js → OrList-7de293f5.js} +8 -7
- package/dist/esm/v2/{OrListOfInputs-e1b09290.js → OrListOfInputs-fa926159.js} +5 -5
- package/dist/esm/v2/{OrMenu-55befbc8.js → OrMenu-2f823afc.js} +12 -6
- package/dist/esm/v2/{OrModal-b9cfb8ec.js → OrModal-3f09ae47.js} +7 -6
- package/dist/esm/v2/{OrModal-b0a470f9.js → OrModal-4d570c2f.js} +2 -2
- package/dist/esm/v2/{OrNotification-4497b02f.js → OrNotification-855e31ad.js} +1 -1
- package/dist/esm/v2/{OrNotification-fdb88eec.js → OrNotification-bfa97981.js} +3 -3
- package/dist/esm/v2/{OrNumberInput-eb0e7087.js → OrNumberInput-5b1135df.js} +5 -4
- package/dist/esm/v2/{OrOverflowMenu-83540c76.js → OrOverflowMenu-13fac7a3.js} +8 -7
- package/dist/esm/v2/{OrOverlay-b1609eef.js → OrOverlay-2b61ec26.js} +1 -1
- package/dist/esm/v2/{OrPagination-67b30f14.js → OrPagination-a333b8a2.js} +2 -2
- package/dist/esm/v2/{OrPassword-022e10fd.js → OrPassword-82877067.js} +9 -8
- package/dist/esm/v2/{OrPopover-c902e2fd.js → OrPopover-d7fc7c17.js} +10 -6
- package/dist/esm/v2/{OrRadio-514e8de8.js → OrRadio-f53c0944.js} +4 -3
- package/dist/esm/v2/{OrSearch-620d5d76.js → OrSearch-330e9af0.js} +8 -7
- package/dist/esm/v2/{OrSearch-dea30353.js → OrSearch-d5202cd2.js} +1 -1
- package/dist/esm/v2/{OrSelect-d887118b.js → OrSelect-22eea9cc.js} +1 -1
- package/dist/esm/v2/{OrSelect-7266296e.js → OrSelect-c5e6f9ee.js} +13 -9
- package/dist/esm/v2/{OrSidebar-82a4c03f.js → OrSidebar-00b1be87.js} +5 -4
- package/dist/esm/v2/{OrSidebarCollapseButton-c41c688a.js → OrSidebarCollapseButton-ace90e38.js} +1 -1
- package/dist/esm/v2/{OrStepper-b00f7531.js → OrStepper-2ae3fc21.js} +2 -2
- package/dist/esm/v2/{OrSwitch-cd24ee40.js → OrSwitch-e7fe2b86.js} +4 -3
- package/dist/esm/v2/{OrTabHeaderItem-6a08756e.js → OrTabHeaderItem-46947417.js} +4 -3
- package/dist/esm/v2/{OrTabs-12138346.js → OrTabs-1b314eeb.js} +6 -5
- package/dist/esm/v2/{OrTabs-a8008116.js → OrTabs-c383bde4.js} +10 -6
- package/dist/esm/v2/{OrTag-6349049b.js → OrTag-8ded4261.js} +1 -1
- package/dist/esm/v2/{OrTag-213bc082.js → OrTag-a36ef302.js} +1 -1
- package/dist/esm/v2/{OrTextarea-724a4d6f.js → OrTextarea-226ab7a2.js} +1 -1
- package/dist/esm/v2/{OrTextbox-0373bd6a.js → OrTextbox-90badc95.js} +10 -9
- package/dist/esm/v2/{OrTimePicker-038ceb81.js → OrTimePicker-fc6fa5ab.js} +2 -2
- package/dist/esm/v2/{OrToastContainer-1625b803.js → OrToastContainer-2f530752.js} +4 -4
- package/dist/esm/v2/{OrTooltip-b7290ed1.js → OrTooltip-6add8ee9.js} +1 -1
- package/dist/esm/{v3/color-1f348774.js → v2/color-40b7fe6b.js} +2 -1
- 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 +7 -6
- 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 +4 -3
- 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/{v3/flattenDeep-e7a8b995.js → v2/flattenDeep-fe0af413.js} +2 -1
- package/dist/esm/v2/hooks/index.js +3 -3
- package/dist/esm/v2/index.js +67 -67
- package/dist/esm/v2/{types-b674518e.js → types-8fffa58d.js} +8 -5
- package/dist/esm/{v3/useElevation-df91fa50.js → v2/useElevation-b5a49746.js} +2 -1
- package/dist/esm/{v3/useOverflow-af6161c8.js → v2/useOverflow-c856b7b7.js} +5 -4
- package/dist/esm/{v3/useToast-0665462d.js → v2/useToast-a1332cc2.js} +10 -5
- package/dist/esm/{v3/useToast-4fbe0e5a.js → v2/useToast-b5ea5cb2.js} +10 -5
- package/dist/esm/v2/{useToggle-29e4d7c7.js → useToggle-c04fc920.js} +2 -1
- package/dist/esm/v3/{OrAvatar-1ebca2e8.js → OrAvatar-3ccb5f60.js} +1 -1
- package/dist/esm/v3/{OrAvatar-14a5c5f0.js → OrAvatar-8a73221d.js} +7 -3
- package/dist/esm/v3/{OrBottomSheet-6538d9c3.js → OrBottomSheet-67a0d6b5.js} +9 -5
- package/dist/esm/v3/OrButton-49605f5c.js +162 -0
- package/dist/esm/v3/OrButton-d6834ea0.js +142 -0
- package/dist/esm/v3/{OrCardCollection-b7d73647.js → OrCardCollection-d217f7af.js} +4 -4
- package/dist/esm/v3/{OrCardCollection-ffbb9eda.js → OrCardCollection-d79dac85.js} +8 -7
- package/dist/esm/v3/{OrCarousel-03597740.js → OrCarousel-4fb775f8.js} +8 -2
- package/dist/esm/v3/{OrCheckbox-247ce27b.js → OrCheckbox-56d7b6eb.js} +7 -4
- package/dist/esm/v3/{OrCheckbox-7efd5f26.js → OrCheckbox-ab457011.js} +11 -6
- package/dist/esm/v3/{OrCheckboxTree-ed8b5f53.js → OrCheckboxTree-4a85b9b3.js} +6 -5
- package/dist/esm/v3/{OrChip-97a85e10.js → OrChip-1b479371.js} +4 -2
- package/dist/esm/v3/{OrChips-64b86761.js → OrChips-544a35b3.js} +4 -2
- package/dist/esm/v3/{OrCode-6f2e4d99.js → OrCode-48281fc0.js} +7 -6
- package/dist/esm/v3/{OrCollapse-37a52e8f.js → OrCollapse-2b31de04.js} +6 -4
- package/dist/esm/v3/{OrColorPicker-9a149e6b.js → OrColorPicker-ffaaf14f.js} +5 -2
- package/dist/esm/v3/{OrConfirm-ab04201f.js → OrConfirm-1a94bdea.js} +8 -7
- package/dist/esm/v3/{OrConfirm-14cefbad.js → OrConfirm-e57bd854.js} +6 -5
- package/dist/esm/v3/{OrDatePicker-748c8f09.js → OrDatePicker-2533a646.js} +3 -3
- package/dist/esm/v3/{OrDateTimePicker-014f7819.js → OrDateTimePicker-2af19719.js} +9 -5
- package/dist/esm/v3/{OrDateTimePicker-10f2eb69.js → OrDateTimePicker-94776158.js} +3 -3
- package/dist/esm/v3/{OrDateTimePickerMonthSelect-7e13dcca.js → OrDateTimePickerMonthSelect-13300c6e.js} +7 -6
- package/dist/esm/v3/{OrIcon-925c5413.js → OrIcon-b566a871.js} +7 -3
- package/dist/esm/v3/{OrIconButton-46b3c1e2.js → OrIconButton-025fb2de.js} +2 -2
- package/dist/esm/v3/OrIconButton-049a3bd2.js +223 -0
- package/dist/esm/v3/{OrInlineInput-63b1d245.js → OrInlineInput-11ed65f7.js} +7 -3
- package/dist/esm/v3/{OrInlineTextEdit-6f97629f.js → OrInlineTextEdit-4f4ecba4.js} +31 -14
- package/dist/esm/v3/{OrInlineTextarea-d03f81c4.js → OrInlineTextarea-05769204.js} +7 -3
- package/dist/esm/v3/{OrInput-0dbd5a01.js → OrInput-53a32706.js} +10 -4
- package/dist/esm/v3/{OrInput-cc1991ff.js → OrInput-c7763e63.js} +1 -1
- package/dist/esm/v3/{OrList-b8799cf4.js → OrList-0543a645.js} +8 -7
- package/dist/esm/v3/{OrListOfInputs-16ba8358.js → OrListOfInputs-2fc8087c.js} +61 -52
- package/dist/esm/v3/{OrMenu-03a8a492.js → OrMenu-054e0d2e.js} +15 -7
- package/dist/esm/v3/{OrModal-28d273a8.js → OrModal-0173d0ff.js} +2 -2
- package/dist/esm/v3/{OrModal-e6513e8c.js → OrModal-c420594e.js} +6 -5
- package/dist/esm/v3/{OrNotification-16190cf5.js → OrNotification-26bdb1ca.js} +1 -1
- package/dist/esm/v3/{OrNotification-4c56f7ea.js → OrNotification-9a696585.js} +3 -3
- package/dist/esm/v3/{OrNumberInput-dca5e850.js → OrNumberInput-a80859d1.js} +5 -4
- package/dist/esm/v3/{OrOverflowMenu-fe77e22c.js → OrOverflowMenu-4b2d2950.js} +6 -5
- package/dist/esm/v3/{OrOverlay-d63d39c3.js → OrOverlay-bf72f582.js} +1 -1
- package/dist/esm/v3/{OrPagination-6bf44eec.js → OrPagination-a7fa36ad.js} +2 -2
- package/dist/esm/v3/{OrPassword-9c8a458d.js → OrPassword-35c5775f.js} +8 -7
- package/dist/esm/v3/{OrPopover-e34e8f6c.js → OrPopover-986f867f.js} +10 -6
- package/dist/esm/v3/{OrRadio-c3ab11f2.js → OrRadio-dfd0f0c9.js} +7 -4
- package/dist/esm/v3/{OrSearch-7277ebfd.js → OrSearch-bb3a3acc.js} +1 -1
- package/dist/esm/v3/{OrSearch-c4caf04e.js → OrSearch-f4ad73db.js} +7 -6
- package/dist/esm/v3/{OrSegmentedControl-4587c7a9.js → OrSegmentedControl-359fbf3a.js} +3 -1
- package/dist/esm/v3/{OrSelect-d8a78242.js → OrSelect-6ff34196.js} +10 -6
- package/dist/esm/v3/{OrSelect-9c7044f8.js → OrSelect-93b70fcc.js} +13 -9
- package/dist/esm/v3/{OrSidebar-0f4629bf.js → OrSidebar-fede2b0e.js} +5 -4
- package/dist/esm/v3/{OrSidebarCollapseButton-a384cd37.js → OrSidebarCollapseButton-5c64c1b0.js} +1 -1
- package/dist/esm/v3/{OrSlider-80e0f2e6.js → OrSlider-c3778aa7.js} +16 -4
- package/dist/esm/v3/{OrStepper-3a586401.js → OrStepper-fedc1cca.js} +2 -2
- package/dist/esm/v3/{OrSwitch-c333ee32.js → OrSwitch-3fca7e24.js} +7 -4
- package/dist/esm/v3/{OrTabHeaderItem-d668cc59.js → OrTabHeaderItem-3bb0b711.js} +7 -4
- package/dist/esm/v3/{OrTabs-d3812c11.js → OrTabs-35a376a3.js} +6 -5
- package/dist/esm/v3/{OrTabs-9e29eeec.js → OrTabs-b2bbc82a.js} +10 -6
- package/dist/esm/v3/{OrTag-e7adb078.js → OrTag-2d9eacf8.js} +5 -3
- package/dist/esm/v3/{OrTag-b508f25f.js → OrTag-930d11c3.js} +1 -1
- package/dist/esm/v3/{OrTextarea-de1ecb0f.js → OrTextarea-f6722edc.js} +10 -4
- package/dist/esm/v3/{OrTextbox-f7388a30.js → OrTextbox-6e585202.js} +27 -14
- package/dist/esm/v3/{OrTimePicker-2fe3c573.js → OrTimePicker-cd206930.js} +2 -2
- package/dist/esm/v3/{OrToastContainer-94ba2803.js → OrToastContainer-24839efd.js} +6 -4
- package/dist/esm/v3/{OrTooltip-618ce7c9.js → OrTooltip-89ce98e8.js} +6 -2
- package/dist/esm/v3/{OrTooltip-e3c85390.js → OrTooltip-ace3359f.js} +1 -1
- package/dist/esm/{v2/color-1f348774.js → v3/color-40b7fe6b.js} +2 -1
- 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 +7 -6
- 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 +4 -3
- 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/{v2/flattenDeep-e7a8b995.js → v3/flattenDeep-fe0af413.js} +2 -1
- package/dist/esm/v3/hooks/index.js +3 -3
- package/dist/esm/v3/index.js +72 -72
- package/dist/esm/v3/{types-9034029d.js → types-b64c7e13.js} +11 -6
- package/dist/esm/{v2/useElevation-df91fa50.js → v3/useElevation-b5a49746.js} +2 -1
- package/dist/esm/{v2/useOverflow-af6161c8.js → v3/useOverflow-c856b7b7.js} +5 -4
- package/dist/esm/{v2/useToast-0665462d.js → v3/useToast-a1332cc2.js} +10 -5
- package/dist/esm/{v2/useToast-4fbe0e5a.js → v3/useToast-b5ea5cb2.js} +10 -5
- package/dist/esm/v3/{useToggle-29e4d7c7.js → useToggle-c04fc920.js} +2 -1
- package/package.json +7 -6
- package/dist/esm/v2/OrButton-549e8852.js +0 -195
- package/dist/esm/v2/OrButton.vue_rollup-plugin-vue_styles.0-48c5883e.js +0 -106
- package/dist/esm/v2/OrIconButton.vue_rollup-plugin-vue_styles.0-277ce06c.js +0 -205
- package/dist/esm/v3/OrButton-f8b10d79.js +0 -142
- package/dist/esm/v3/OrButton-fca9019a.js +0 -162
- package/dist/esm/v3/OrIconButton-5387fd59.js +0 -222
- /package/dist/bundled/v2/{index-63e094a0.js → index-1301ac7b.js} +0 -0
- /package/dist/bundled/v3/{OrAvatar.vue_vue_type_script_lang-6511e348.js → OrAvatar.vue_vue_type_script_lang-2d5de9d4.js} +0 -0
- /package/dist/bundled/v3/{OrAvatar.vue_vue_type_script_lang-623c32a1.js → OrAvatar.vue_vue_type_script_lang-8d7ce473.js} +0 -0
- /package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-da7f7ed0.js → OrButton.vue_vue_type_script_lang-4f44f547.js} +0 -0
- /package/dist/bundled/v3/{OrChip.vue_vue_type_script_lang-5a390853.js → OrChip.vue_vue_type_script_lang-185d8d45.js} +0 -0
- /package/dist/bundled/v3/{OrColorPicker.vue_vue_type_script_lang-3a799e23.js → OrColorPicker.vue_vue_type_script_lang-d8588b52.js} +0 -0
- /package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-47004a50.js → OrOverlay.vue_vue_type_script_lang-86c7b93a.js} +0 -0
- /package/dist/bundled/v3/{OrSlider.vue_vue_type_script_lang-45ecddbe.js → OrSlider.vue_vue_type_script_lang-7234ab75.js} +0 -0
- /package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-621e9307.js → OrTag.vue_vue_type_script_lang-4e98d8a0.js} +0 -0
- /package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-70cc38be.js → OrToastContainer.vue_vue_type_script_lang-45713d6c.js} +0 -0
- /package/dist/bundled/v3/{index-63e094a0.js → index-1301ac7b.js} +0 -0
|
@@ -4,7 +4,7 @@ import { s as setStyle, r as requestAF, d as getCS, a as reflow, c as cancelAF }
|
|
|
4
4
|
import { s as script$1 } from './OrLabel-876f8729.js';
|
|
5
5
|
import { s as script$2 } from './OrHint-1414c530.js';
|
|
6
6
|
import { s as script$3 } from './OrError-f90296db.js';
|
|
7
|
-
import { s as script$4 } from './OrCollapse-
|
|
7
|
+
import { s as script$4 } from './OrCollapse-2b31de04.js';
|
|
8
8
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createCommentVNode, renderSlot, createElementVNode, createBlock, withCtx, createTextVNode, toDisplayString, createVNode, Transition } from 'vue';
|
|
9
9
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
10
10
|
|
|
@@ -233,9 +233,15 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
233
233
|
readonly: _ctx.isReadonly,
|
|
234
234
|
class: normalizeClass(_ctx.inputClasses),
|
|
235
235
|
placeholder: _ctx.placeholder,
|
|
236
|
-
onInput: _cache[0] || (_cache[0] = (
|
|
237
|
-
|
|
238
|
-
|
|
236
|
+
onInput: _cache[0] || (_cache[0] = function () {
|
|
237
|
+
return _ctx.onInput && _ctx.onInput(...arguments);
|
|
238
|
+
}),
|
|
239
|
+
onFocus: _cache[1] || (_cache[1] = function () {
|
|
240
|
+
return _ctx.onFocus && _ctx.onFocus(...arguments);
|
|
241
|
+
}),
|
|
242
|
+
onBlur: _cache[2] || (_cache[2] = function () {
|
|
243
|
+
return _ctx.onBlur && _ctx.onBlur(...arguments);
|
|
244
|
+
}),
|
|
239
245
|
onKeypress: _cache[3] || (_cache[3] = $event => _ctx.$emit('keypress', $event)),
|
|
240
246
|
onKeyup: _cache[4] || (_cache[4] = $event => _ctx.$emit('keyup', $event)),
|
|
241
247
|
onKeydown: _cache[5] || (_cache[5] = $event => _ctx.$emit('keydown', $event))
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, getCurrentInstance } from 'vue-demi';
|
|
2
2
|
import '@vueuse/core';
|
|
3
|
-
import { u as useToggle } from './useToggle-
|
|
3
|
+
import { u as useToggle } from './useToggle-c04fc920.js';
|
|
4
4
|
import { p as pxToRem } from './px-to-rem-0b26b83e.js';
|
|
5
5
|
import { s as setStyle, r as requestAF, d as getCS, a as reflow, c as cancelAF } from './dom-7a41831b.js';
|
|
6
6
|
import _ from 'lodash';
|
|
7
7
|
import { s as script$1 } from './OrLabel-876f8729.js';
|
|
8
|
-
import './OrButton-
|
|
9
|
-
import { s as script$2 } from './OrIconButton-
|
|
8
|
+
import './OrButton-d6834ea0.js';
|
|
9
|
+
import { s as script$2 } from './OrIconButton-049a3bd2.js';
|
|
10
10
|
import { s as script$3 } from './OrHint-1414c530.js';
|
|
11
11
|
import { s as script$4 } from './OrError-f90296db.js';
|
|
12
|
-
import { s as script$5 } from './OrCollapse-
|
|
12
|
+
import { s as script$5 } from './OrCollapse-2b31de04.js';
|
|
13
13
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, normalizeStyle, createCommentVNode, renderSlot, createElementVNode, createBlock, withCtx, createTextVNode, toDisplayString, createVNode, Transition } from 'vue';
|
|
14
14
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
15
15
|
|
|
@@ -147,10 +147,11 @@ var script = defineComponent({
|
|
|
147
147
|
}
|
|
148
148
|
},
|
|
149
149
|
emits: ['focus', 'blur', 'update:modelValue', 'input', 'clear'],
|
|
150
|
-
setup(props, {
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
150
|
+
setup(props, _ref) {
|
|
151
|
+
let {
|
|
152
|
+
emit,
|
|
153
|
+
slots
|
|
154
|
+
} = _ref;
|
|
154
155
|
console.warn('OrTextbox is being deprecated, consider using OrTextboxV2.');
|
|
155
156
|
const {
|
|
156
157
|
isActiveToggle,
|
|
@@ -419,9 +420,15 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
419
420
|
readonly: _ctx.isReadonly,
|
|
420
421
|
class: normalizeClass(_ctx.inputClasses),
|
|
421
422
|
placeholder: _ctx.placeholder,
|
|
422
|
-
onInput: _cache[0] || (_cache[0] = (
|
|
423
|
-
|
|
424
|
-
|
|
423
|
+
onInput: _cache[0] || (_cache[0] = function () {
|
|
424
|
+
return _ctx.onInput && _ctx.onInput(...arguments);
|
|
425
|
+
}),
|
|
426
|
+
onFocus: _cache[1] || (_cache[1] = function () {
|
|
427
|
+
return _ctx.onFocus && _ctx.onFocus(...arguments);
|
|
428
|
+
}),
|
|
429
|
+
onBlur: _cache[2] || (_cache[2] = function () {
|
|
430
|
+
return _ctx.onBlur && _ctx.onBlur(...arguments);
|
|
431
|
+
})
|
|
425
432
|
}, null, 46 /* CLASS, STYLE, PROPS, HYDRATE_EVENTS */, _hoisted_4)) : (openBlock(), createElementBlock("textarea", {
|
|
426
433
|
key: 1,
|
|
427
434
|
id: _ctx.localId,
|
|
@@ -432,9 +439,15 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
432
439
|
readonly: _ctx.isReadonly,
|
|
433
440
|
class: normalizeClass(_ctx.inputClasses),
|
|
434
441
|
placeholder: _ctx.placeholder,
|
|
435
|
-
onInput: _cache[3] || (_cache[3] = (
|
|
436
|
-
|
|
437
|
-
|
|
442
|
+
onInput: _cache[3] || (_cache[3] = function () {
|
|
443
|
+
return _ctx.onInput && _ctx.onInput(...arguments);
|
|
444
|
+
}),
|
|
445
|
+
onFocus: _cache[4] || (_cache[4] = function () {
|
|
446
|
+
return _ctx.onFocus && _ctx.onFocus(...arguments);
|
|
447
|
+
}),
|
|
448
|
+
onBlur: _cache[5] || (_cache[5] = function () {
|
|
449
|
+
return _ctx.onBlur && _ctx.onBlur(...arguments);
|
|
450
|
+
})
|
|
438
451
|
}, null, 42 /* CLASS, PROPS, HYDRATE_EVENTS */, _hoisted_5)), _ctx.isPasswordType || _ctx.isSearchType ? (openBlock(), createBlock(_component_or_icon_button, {
|
|
439
452
|
key: 2,
|
|
440
453
|
style: normalizeStyle(_ctx.isSearchType && !_ctx.hasValue ? {
|
|
@@ -4,11 +4,11 @@ import { s as script$1, a as script$2, b as script$3, u as useCurrentDate } from
|
|
|
4
4
|
import { s as script$4, a as script$5 } from './OrDateTimePickerTimeSelect-9309c434.js';
|
|
5
5
|
import { s as script$6 } from './OrError-c01d0c29.js';
|
|
6
6
|
import { s as script$7 } from './OrHint-06ab89d7.js';
|
|
7
|
-
import { s as script$9 } from './OrIconButton-
|
|
7
|
+
import { s as script$9 } from './OrIconButton-025fb2de.js';
|
|
8
8
|
import { s as script$8 } from './OrIcon-62793572.js';
|
|
9
9
|
import { s as script$a, I as InputBoxSize } from './OrInputBox-ba40bbdf.js';
|
|
10
10
|
import { s as script$b } from './OrLabel-4da56db0.js';
|
|
11
|
-
import { s as script$c } from './OrPopover-
|
|
11
|
+
import { s as script$c } from './OrPopover-986f867f.js';
|
|
12
12
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, normalizeClass, createBlock, withCtx, renderSlot, createTextVNode, toDisplayString, createCommentVNode, createVNode, withDirectives, createElementVNode, withModifiers, Fragment } from 'vue';
|
|
13
13
|
|
|
14
14
|
const TimePicker = [
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import './OrButton-
|
|
2
|
-
import { s as script$3 } from './OrIconButton-
|
|
1
|
+
import './OrButton-d6834ea0.js';
|
|
2
|
+
import { s as script$3 } from './OrIconButton-049a3bd2.js';
|
|
3
3
|
import { defineComponent, nextTick } from 'vue-demi';
|
|
4
4
|
import { s as script$2 } from './OrProgress-d0d52c86.js';
|
|
5
|
-
import { c as ToastType, P as PositionsX, b as PositionsY, T as TransitionType, d as useToastEventBus, a as useQueue } from './useToast-
|
|
5
|
+
import { c as ToastType, P as PositionsX, b as PositionsY, T as TransitionType, d as useToastEventBus, a as useQueue } from './useToast-b5ea5cb2.js';
|
|
6
6
|
import { resolveComponent, openBlock, createElementBlock, renderSlot, createCommentVNode, createBlock, toDisplayString, createElementVNode, withModifiers, withCtx, normalizeClass, createVNode, TransitionGroup, Fragment, renderList, mergeProps } from 'vue';
|
|
7
7
|
import { s as styleInject } from './style-inject.es-4c6f2515.js';
|
|
8
8
|
import { s as script$4 } from './OrTeleport.vue3-9bce0c02.js';
|
|
@@ -97,7 +97,9 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
97
97
|
class: "or-toast__link",
|
|
98
98
|
href: _ctx.link.href,
|
|
99
99
|
target: _ctx.hrefTarget,
|
|
100
|
-
onClick: _cache[0] || (_cache[0] = (
|
|
100
|
+
onClick: _cache[0] || (_cache[0] = function () {
|
|
101
|
+
return _ctx.onLinkClick && _ctx.onLinkClick(...arguments);
|
|
102
|
+
})
|
|
101
103
|
}, toDisplayString(_ctx.link.title), 9 /* TEXT, PROPS */, _hoisted_4)) : createCommentVNode("v-if", true)]), createCommentVNode(" close button "), createElementVNode("div", _hoisted_5, [_ctx.dismissible ? (openBlock(), createBlock(_component_or_icon_button, {
|
|
102
104
|
key: 0,
|
|
103
105
|
icon: "close",
|
|
@@ -97,8 +97,12 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
97
97
|
class: normalizeClass(["trigger", {
|
|
98
98
|
'fill-parent': _ctx.triggerOnParent
|
|
99
99
|
}]),
|
|
100
|
-
onMouseover: _cache[0] || (_cache[0] = (
|
|
101
|
-
|
|
100
|
+
onMouseover: _cache[0] || (_cache[0] = function () {
|
|
101
|
+
return _ctx.show && _ctx.show(...arguments);
|
|
102
|
+
}),
|
|
103
|
+
onMouseleave: _cache[1] || (_cache[1] = function () {
|
|
104
|
+
return _ctx.hide && _ctx.hide(...arguments);
|
|
105
|
+
})
|
|
102
106
|
}, [renderSlot(_ctx.$slots, "default")], 34 /* CLASS, HYDRATE_EVENTS */), _ctx.isShown ? (openBlock(), createBlock(_component_or_floating, {
|
|
103
107
|
key: 0,
|
|
104
108
|
trigger: _ctx.trigger,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useDebounceFn, useElementHover } from '@vueuse/core';
|
|
2
2
|
import { defineComponent, ref, computed, watch } from 'vue-demi';
|
|
3
|
-
import { s as script$1, P as PopoverPlacement } from './OrPopover-
|
|
3
|
+
import { s as script$1, P as PopoverPlacement } from './OrPopover-986f867f.js';
|
|
4
4
|
import { resolveComponent, openBlock, createElementBlock, normalizeClass, renderSlot, createBlock, withCtx, createElementVNode, toDisplayString, createCommentVNode } from 'vue';
|
|
5
5
|
|
|
6
6
|
const TooltipRoot = [
|
|
@@ -39,7 +39,8 @@ function hexToRgb(hex) {
|
|
|
39
39
|
b: parseInt(result[3], 16)
|
|
40
40
|
} : null;
|
|
41
41
|
}
|
|
42
|
-
function generateHslFromString(str
|
|
42
|
+
function generateHslFromString(str) {
|
|
43
|
+
let limits = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : HSL_LIMITS;
|
|
43
44
|
const hRange = (limits === null || limits === void 0 ? void 0 : limits.h) ? [limits.h.min, limits.h.max] : [0, 360];
|
|
44
45
|
const sRange = (limits === null || limits === void 0 ? void 0 : limits.s) ? [limits.s.min, limits.s.max] : [0, 100];
|
|
45
46
|
const lRange = (limits === null || limits === void 0 ? void 0 : limits.l) ? [limits.l.min, limits.l.max] : [0, 100];
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
export { O as OR_AVATAR_SIZE, s as OrAvatar } from '../OrAvatar-
|
|
2
|
-
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from '../OrAvatar-
|
|
3
|
-
export { s as OrBottomSheetV3 } from '../OrBottomSheet-
|
|
4
|
-
export { s as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from '../OrButton-
|
|
5
|
-
export { s as OrButtonV2 } from '../OrButton-
|
|
6
|
-
export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE, s as OrIconButton, s as OrIconButtonV2 } from '../OrIconButton-
|
|
1
|
+
export { O as OR_AVATAR_SIZE, s as OrAvatar } from '../OrAvatar-8a73221d.js';
|
|
2
|
+
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from '../OrAvatar-3ccb5f60.js';
|
|
3
|
+
export { s as OrBottomSheetV3 } from '../OrBottomSheet-67a0d6b5.js';
|
|
4
|
+
export { s as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from '../OrButton-49605f5c.js';
|
|
5
|
+
export { s as OrButtonV2 } from '../OrButton-d6834ea0.js';
|
|
6
|
+
export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE, s as OrIconButton, s as OrIconButtonV2 } from '../OrIconButton-049a3bd2.js';
|
|
7
7
|
export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButton-c2b6aa9e.js';
|
|
8
8
|
export { s as OrCard } from '../OrCard-e3a5aea4.js';
|
|
9
|
-
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../OrCardCollection-
|
|
10
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-
|
|
9
|
+
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../OrCardCollection-d79dac85.js';
|
|
10
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-d217f7af.js';
|
|
11
11
|
export { s as OrCardV3 } from '../OrCard-cc82902c.js';
|
|
12
|
-
export { s as OrCarousel } from '../OrCarousel-
|
|
12
|
+
export { s as OrCarousel } from '../OrCarousel-4fb775f8.js';
|
|
13
13
|
export { s as OrCarouselItem } from '../OrCarouselItem-8c7ccd0f.js';
|
|
14
|
-
export { s as OrCheckbox } from '../OrCheckbox-
|
|
15
|
-
export { s as OrCheckboxV3 } from '../OrCheckbox-
|
|
16
|
-
export { s as OrChip } from '../OrChip-
|
|
17
|
-
export { s as OrChips } from '../OrChips-
|
|
18
|
-
export { s as OrCode, O as OrCodeLanguages } from '../OrCode-
|
|
19
|
-
export { s as OrCollapse } from '../OrCollapse-
|
|
20
|
-
export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from '../OrColorPicker-
|
|
21
|
-
export { s as OrConfirm } from '../OrConfirm-
|
|
22
|
-
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-
|
|
23
|
-
export { s as OrDatePickerV3 } from '../OrDatePicker-
|
|
14
|
+
export { s as OrCheckbox } from '../OrCheckbox-ab457011.js';
|
|
15
|
+
export { s as OrCheckboxV3 } from '../OrCheckbox-56d7b6eb.js';
|
|
16
|
+
export { s as OrChip } from '../OrChip-1b479371.js';
|
|
17
|
+
export { s as OrChips } from '../OrChips-544a35b3.js';
|
|
18
|
+
export { s as OrCode, O as OrCodeLanguages } from '../OrCode-48281fc0.js';
|
|
19
|
+
export { s as OrCollapse } from '../OrCollapse-2b31de04.js';
|
|
20
|
+
export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from '../OrColorPicker-ffaaf14f.js';
|
|
21
|
+
export { s as OrConfirm } from '../OrConfirm-1a94bdea.js';
|
|
22
|
+
export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-e57bd854.js';
|
|
23
|
+
export { s as OrDatePickerV3 } from '../OrDatePicker-2533a646.js';
|
|
24
24
|
export { I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, s as OrInputBoxV3, I as SearchSize, I as SelectSize, I as TextareaSize, I as TimePickerSize } from '../OrInputBox-ba40bbdf.js';
|
|
25
|
-
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-
|
|
26
|
-
export { s as OrDateTimePickerV3 } from '../OrDateTimePicker-
|
|
25
|
+
export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-2af19719.js';
|
|
26
|
+
export { s as OrDateTimePickerV3 } from '../OrDateTimePicker-94776158.js';
|
|
27
27
|
export { E as EmptyStateSize, s as OrEmptyStateV3 } from '../OrEmptyState-5349a1f9.js';
|
|
28
28
|
export { s as OrError } from '../OrError-f90296db.js';
|
|
29
29
|
export { s as OrErrorTagV3 } from '../OrErrorTag-ade9192b.js';
|
|
@@ -33,48 +33,48 @@ export { F as FabColor, s as OrFabV3 } from '../OrFab-83cd7ed7.js';
|
|
|
33
33
|
export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from '../OrFloating-291c7653.js';
|
|
34
34
|
export { s as OrHint } from '../OrHint-1414c530.js';
|
|
35
35
|
export { s as OrHintV3 } from '../OrHint-06ab89d7.js';
|
|
36
|
-
export { s as OrIcon, O as OrIconColors, a as OrIconType } from '../OrIcon-
|
|
37
|
-
export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton-
|
|
36
|
+
export { s as OrIcon, O as OrIconColors, a as OrIconType } from '../OrIcon-b566a871.js';
|
|
37
|
+
export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton-025fb2de.js';
|
|
38
38
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, s as OrIconV3 } from '../OrIcon-62793572.js';
|
|
39
39
|
export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from '../OrInlineInputBox-01fb2cb2.js';
|
|
40
|
-
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput-
|
|
41
|
-
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from '../OrInlineTextEdit-
|
|
42
|
-
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea-
|
|
43
|
-
export { s as OrInput } from '../OrInput-
|
|
44
|
-
export { I as InputType, s as OrInputV3 } from '../OrInput-
|
|
40
|
+
export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput-11ed65f7.js';
|
|
41
|
+
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from '../OrInlineTextEdit-4f4ecba4.js';
|
|
42
|
+
export { s as OrInlineTextareaV3 } from '../OrInlineTextarea-05769204.js';
|
|
43
|
+
export { s as OrInput } from '../OrInput-53a32706.js';
|
|
44
|
+
export { I as InputType, s as OrInputV3 } from '../OrInput-c7763e63.js';
|
|
45
45
|
export { s as OrLabel } from '../OrLabel-876f8729.js';
|
|
46
46
|
export { L as LabelVariant, s as OrLabelV3 } from '../OrLabel-4da56db0.js';
|
|
47
47
|
export { L as LinkColor, s as OrLinkV3 } from '../OrLink-7c4eedf0.js';
|
|
48
|
-
export { s as OrList } from '../OrList-
|
|
49
|
-
export { s as OrListOfInputs } from '../OrListOfInputs-
|
|
48
|
+
export { s as OrList } from '../OrList-0543a645.js';
|
|
49
|
+
export { s as OrListOfInputs } from '../OrListOfInputs-2fc8087c.js';
|
|
50
50
|
export { L as LoaderViews, s as OrLoader } from '../OrLoader-15174477.js';
|
|
51
51
|
export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from '../OrLoader-b79022da.js';
|
|
52
52
|
export { s as OrMenuItemV3 } from '../OrMenuItem-dbee450f.js';
|
|
53
|
-
export { s as OrMenuV3 } from '../OrMenu-
|
|
54
|
-
export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-
|
|
55
|
-
export { s as OrModal, O as OrModalSizes } from '../OrModal-
|
|
56
|
-
export { M as ModalSize, s as OrModalV3 } from '../OrModal-
|
|
57
|
-
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, s as OrNotification } from '../OrNotification-
|
|
58
|
-
export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotification-
|
|
59
|
-
export { s as OrNumberInput } from '../OrNumberInput-
|
|
60
|
-
export { s as OrOverflowMenu } from '../OrOverflowMenu-
|
|
53
|
+
export { s as OrMenuV3 } from '../OrMenu-054e0d2e.js';
|
|
54
|
+
export { P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-986f867f.js';
|
|
55
|
+
export { s as OrModal, O as OrModalSizes } from '../OrModal-c420594e.js';
|
|
56
|
+
export { M as ModalSize, s as OrModalV3 } from '../OrModal-0173d0ff.js';
|
|
57
|
+
export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, s as OrNotification } from '../OrNotification-9a696585.js';
|
|
58
|
+
export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotification-26bdb1ca.js';
|
|
59
|
+
export { s as OrNumberInput } from '../OrNumberInput-a80859d1.js';
|
|
60
|
+
export { s as OrOverflowMenu } from '../OrOverflowMenu-4b2d2950.js';
|
|
61
61
|
export { s as OrOverlay } from '../OrOverlay-451dce49.js';
|
|
62
|
-
export { s as OrOverlayV3 } from '../OrOverlay-
|
|
63
|
-
export { s as OrPaginationV3 } from '../OrPagination-
|
|
64
|
-
export { s as OrPassword } from '../OrPassword-
|
|
62
|
+
export { s as OrOverlayV3 } from '../OrOverlay-bf72f582.js';
|
|
63
|
+
export { s as OrPaginationV3 } from '../OrPagination-a7fa36ad.js';
|
|
64
|
+
export { s as OrPassword } from '../OrPassword-35c5775f.js';
|
|
65
65
|
export { s as OrProgress, O as OrProgressColors, a as OrProgressTypes } from '../OrProgress-d0d52c86.js';
|
|
66
66
|
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-33cf7445.js';
|
|
67
|
-
export { s as OrRadio } from '../OrRadio-
|
|
67
|
+
export { s as OrRadio } from '../OrRadio-dfd0f0c9.js';
|
|
68
68
|
export { s as OrRadioGroup } from '../OrRadioGroup-00785e41.js';
|
|
69
69
|
export { s as OrRadioV3 } from '../OrRadio-a6c88f29.js';
|
|
70
|
-
export { s as OrSearch } from '../OrSearch-
|
|
71
|
-
export { s as OrSearchV3 } from '../OrSearch-
|
|
72
|
-
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-
|
|
73
|
-
export { s as OrSelect } from '../OrSelect-
|
|
74
|
-
export { s as OrSelectV3 } from '../OrSelect-
|
|
70
|
+
export { s as OrSearch } from '../OrSearch-f4ad73db.js';
|
|
71
|
+
export { s as OrSearchV3 } from '../OrSearch-bb3a3acc.js';
|
|
72
|
+
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-359fbf3a.js';
|
|
73
|
+
export { s as OrSelect } from '../OrSelect-6ff34196.js';
|
|
74
|
+
export { s as OrSelectV3 } from '../OrSelect-93b70fcc.js';
|
|
75
75
|
export { s as OrSidebar, O as OrSidebarSide } from '../OrSidebar-375c85a3.js';
|
|
76
|
-
export { s as OrSidebarV3 } from '../OrSidebar-
|
|
77
|
-
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-
|
|
76
|
+
export { s as OrSidebarV3 } from '../OrSidebar-fede2b0e.js';
|
|
77
|
+
export { O as OrSidebarPlacement } from '../OrSidebarCollapseButton-5c64c1b0.js';
|
|
78
78
|
export { s as OrSkeletonCircle } from '../OrSkeletonCircle-1aa63444.js';
|
|
79
79
|
export { s as OrSkeletonRect } from '../OrSkeletonRect-813bc73a.js';
|
|
80
80
|
export { s as OrSkeletonText } from '../OrSkeletonText-6de38947.js';
|
|
@@ -82,37 +82,37 @@ export { O as OrSkeletonTextSizes } from '../constants-0a28d818.js';
|
|
|
82
82
|
export { s as OrSkeletonCircleV3 } from '../OrSkeletonCircle-d59d0e13.js';
|
|
83
83
|
export { s as OrSkeletonRectV3 } from '../OrSkeletonRect-b0845041.js';
|
|
84
84
|
export { s as OrSkeletonTextV3 } from '../OrSkeletonText-205898e9.js';
|
|
85
|
-
export { s as OrSlider } from '../OrSlider-
|
|
85
|
+
export { s as OrSlider } from '../OrSlider-c3778aa7.js';
|
|
86
86
|
export { s as OrSortHeaderV3 } from '../OrSortHeader-54d85a25.js';
|
|
87
|
-
export { s as OrStepper } from '../OrStepper-
|
|
88
|
-
export { s as OrSwitch } from '../OrSwitch-
|
|
87
|
+
export { s as OrStepper } from '../OrStepper-fedc1cca.js';
|
|
88
|
+
export { s as OrSwitch } from '../OrSwitch-3fca7e24.js';
|
|
89
89
|
export { s as OrSwitchV3 } from '../OrSwitch-594f5a63.js';
|
|
90
90
|
export { s as OrTab } from '../OrTab-bc98be02.js';
|
|
91
|
-
export { s as OrTabHeaderItem } from '../OrTabHeaderItem-
|
|
91
|
+
export { s as OrTabHeaderItem } from '../OrTabHeaderItem-3bb0b711.js';
|
|
92
92
|
export { s as OrTabV3 } from '../OrTab-f7e51ffb.js';
|
|
93
|
-
export { s as OrTabs } from '../OrTabs-
|
|
94
|
-
export { s as OrTabsV3, T as TabsVariant } from '../OrTabs-
|
|
95
|
-
export { s as OrTag } from '../OrTag-
|
|
96
|
-
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-
|
|
93
|
+
export { s as OrTabs } from '../OrTabs-35a376a3.js';
|
|
94
|
+
export { s as OrTabsV3, T as TabsVariant } from '../OrTabs-b2bbc82a.js';
|
|
95
|
+
export { s as OrTag } from '../OrTag-2d9eacf8.js';
|
|
96
|
+
export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-930d11c3.js';
|
|
97
97
|
export { s as OrTeleport } from '../OrTeleport.vue3-9bce0c02.js';
|
|
98
98
|
export { s as OrTeleportV3 } from '../OrTeleport.vue3-8099178c.js';
|
|
99
99
|
export { s as OrTextV3 } from '../OrText-de6b2fe2.js';
|
|
100
|
-
export { s as OrTextarea } from '../OrTextarea-
|
|
100
|
+
export { s as OrTextarea } from '../OrTextarea-f6722edc.js';
|
|
101
101
|
export { s as OrTextareaV3 } from '../OrTextarea-fa1454e3.js';
|
|
102
|
-
export { s as OrTextbox, T as TextboxTypes } from '../OrTextbox-
|
|
103
|
-
export { s as OrTimePickerV3 } from '../OrTimePicker-
|
|
104
|
-
export { s as OrToast, a as OrToastContainer } from '../OrToastContainer-
|
|
105
|
-
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-
|
|
106
|
-
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-
|
|
107
|
-
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-
|
|
108
|
-
export { s as OrTooltip } from '../OrTooltip-
|
|
102
|
+
export { s as OrTextbox, T as TextboxTypes } from '../OrTextbox-6e585202.js';
|
|
103
|
+
export { s as OrTimePickerV3 } from '../OrTimePicker-cd206930.js';
|
|
104
|
+
export { s as OrToast, a as OrToastContainer } from '../OrToastContainer-24839efd.js';
|
|
105
|
+
export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-b5ea5cb2.js';
|
|
106
|
+
export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-b64c7e13.js';
|
|
107
|
+
export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-a1332cc2.js';
|
|
108
|
+
export { s as OrTooltip } from '../OrTooltip-89ce98e8.js';
|
|
109
109
|
export { s as OrTooltipContent } from '../OrTooltipContent-37a5f562.js';
|
|
110
|
-
export { s as OrTooltipV3 } from '../OrTooltip-
|
|
110
|
+
export { s as OrTooltipV3 } from '../OrTooltip-ace3359f.js';
|
|
111
111
|
import 'vue-demi';
|
|
112
112
|
import 'lodash';
|
|
113
113
|
import 'vue';
|
|
114
114
|
import '../style-inject.es-4c6f2515.js';
|
|
115
|
-
import '../color-
|
|
115
|
+
import '../color-40b7fe6b.js';
|
|
116
116
|
import '@vueuse/core';
|
|
117
117
|
import '@splidejs/splide';
|
|
118
118
|
import '../useIdAttribute-859439f0.js';
|
|
@@ -132,15 +132,15 @@ import '../dom-7a41831b.js';
|
|
|
132
132
|
import '@vueuse/math';
|
|
133
133
|
import '../dropdown-open-e1f90e0a.js';
|
|
134
134
|
import '../OrDateTimePickerPopoverHeader-042566f4.js';
|
|
135
|
-
import '../OrDateTimePickerMonthSelect-
|
|
135
|
+
import '../OrDateTimePickerMonthSelect-13300c6e.js';
|
|
136
136
|
import '../OrDateTimePickerTimeSelect-9309c434.js';
|
|
137
137
|
import '@floating-ui/dom';
|
|
138
138
|
import '../useValidationAttributes-d1abbe34.js';
|
|
139
139
|
import '../useResponsive-a02e95b7.js';
|
|
140
140
|
import 'uuid';
|
|
141
141
|
import 'sortablejs';
|
|
142
|
-
import '../useElevation-
|
|
142
|
+
import '../useElevation-b5a49746.js';
|
|
143
143
|
import '@vueuse/integrations/useFocusTrap';
|
|
144
|
-
import '../useToggle-
|
|
145
|
-
import '../useOverflow-
|
|
144
|
+
import '../useToggle-c04fc920.js';
|
|
145
|
+
import '../useOverflow-c856b7b7.js';
|
|
146
146
|
import '../styles-ed564e39.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { O as OR_AVATAR_SIZE, s as OrAvatar } from '../../OrAvatar-
|
|
1
|
+
export { O as OR_AVATAR_SIZE, s as OrAvatar } from '../../OrAvatar-8a73221d.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../OrIcon-
|
|
3
|
+
import '../../OrIcon-b566a871.js';
|
|
4
4
|
import 'lodash';
|
|
5
|
-
import '../../OrTooltip-
|
|
5
|
+
import '../../OrTooltip-89ce98e8.js';
|
|
6
6
|
import '../../OrTooltipContent-37a5f562.js';
|
|
7
7
|
import 'vue';
|
|
8
8
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from '../../OrAvatar-
|
|
1
|
+
export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from '../../OrAvatar-3ccb5f60.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
|
-
import '../../color-
|
|
3
|
+
import '../../color-40b7fe6b.js';
|
|
4
4
|
import '../../OrIcon-62793572.js';
|
|
5
5
|
import 'vue';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { s as OrBottomSheetV3 } from '../../OrBottomSheet-
|
|
1
|
+
export { s as OrBottomSheetV3 } from '../../OrBottomSheet-67a0d6b5.js';
|
|
2
2
|
import '@vueuse/core';
|
|
3
3
|
import 'vue-demi';
|
|
4
|
-
import '../../OrOverlay-
|
|
5
|
-
import '../../useElevation-
|
|
4
|
+
import '../../OrOverlay-bf72f582.js';
|
|
5
|
+
import '../../useElevation-b5a49746.js';
|
|
6
6
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
7
7
|
import 'vue';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { s as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from '../../OrButton-
|
|
1
|
+
export { s as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from '../../OrButton-49605f5c.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../OrLoader-15174477.js';
|
|
4
4
|
import 'lodash';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { s as OrButtonV2 } from '../../OrButton-
|
|
2
|
-
export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE, s as OrIconButton } from '../../OrIconButton-
|
|
1
|
+
export { s as OrButtonV2 } from '../../OrButton-d6834ea0.js';
|
|
2
|
+
export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE, s as OrIconButton } from '../../OrIconButton-049a3bd2.js';
|
|
3
3
|
import 'vue-demi';
|
|
4
|
-
import '../../OrIcon-
|
|
4
|
+
import '../../OrIcon-b566a871.js';
|
|
5
5
|
import 'lodash';
|
|
6
|
-
import '../../OrTooltip-
|
|
6
|
+
import '../../OrTooltip-89ce98e8.js';
|
|
7
7
|
import '../../OrTooltipContent-37a5f562.js';
|
|
8
8
|
import 'vue';
|
|
9
9
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../../OrCardCollection-
|
|
1
|
+
export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../../OrCardCollection-d79dac85.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../OrCard-e3a5aea4.js';
|
|
4
4
|
import 'vue';
|
|
5
5
|
import '../../style-inject.es-4c6f2515.js';
|
|
6
|
-
import '../../OrIcon-
|
|
6
|
+
import '../../OrIcon-b566a871.js';
|
|
7
7
|
import 'lodash';
|
|
8
|
-
import '../../OrTooltip-
|
|
8
|
+
import '../../OrTooltip-89ce98e8.js';
|
|
9
9
|
import '../../OrTooltipContent-37a5f562.js';
|
|
10
10
|
import '../../OrFloating-291c7653.js';
|
|
11
11
|
import '@floating-ui/dom';
|
|
12
12
|
import '../../OrTeleport.vue3-9bce0c02.js';
|
|
13
13
|
import '../../dom-7a41831b.js';
|
|
14
14
|
import '../../px-to-rem-0b26b83e.js';
|
|
15
|
-
import '../../OrSearch-
|
|
16
|
-
import '../../OrInput-
|
|
15
|
+
import '../../OrSearch-f4ad73db.js';
|
|
16
|
+
import '../../OrInput-53a32706.js';
|
|
17
17
|
import '../../OrLabel-876f8729.js';
|
|
18
18
|
import '../../OrHint-1414c530.js';
|
|
19
19
|
import '../../OrError-f90296db.js';
|
|
20
|
-
import '../../OrCollapse-
|
|
20
|
+
import '../../OrCollapse-2b31de04.js';
|
|
21
21
|
import '@vueuse/core';
|
|
22
|
-
import '../../OrButton-
|
|
22
|
+
import '../../OrButton-d6834ea0.js';
|
|
23
23
|
import '../../OrLoader-15174477.js';
|
|
24
|
-
import '../../OrIconButton-
|
|
24
|
+
import '../../OrIconButton-049a3bd2.js';
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-
|
|
1
|
+
export { D as DefaultCardCollectionViews, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-d217f7af.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '../../OrButton-c2b6aa9e.js';
|
|
4
4
|
import '../../OrLoader-b79022da.js';
|
|
5
5
|
import '@vueuse/core';
|
|
6
6
|
import 'vue';
|
|
7
|
-
import '../../OrIconButton-
|
|
7
|
+
import '../../OrIconButton-025fb2de.js';
|
|
8
8
|
import '../../OrIcon-62793572.js';
|
|
9
|
-
import '../../OrTooltip-
|
|
10
|
-
import '../../OrPopover-
|
|
9
|
+
import '../../OrTooltip-ace3359f.js';
|
|
10
|
+
import '../../OrPopover-986f867f.js';
|
|
11
11
|
import '@floating-ui/dom';
|
|
12
|
-
import '../../useElevation-
|
|
12
|
+
import '../../useElevation-b5a49746.js';
|
|
13
13
|
import '../../useResponsive-a02e95b7.js';
|
|
14
|
-
import '../../OrBottomSheet-
|
|
15
|
-
import '../../OrOverlay-
|
|
14
|
+
import '../../OrBottomSheet-67a0d6b5.js';
|
|
15
|
+
import '../../OrOverlay-bf72f582.js';
|
|
16
16
|
import '../../OrTeleport.vue3-8099178c.js';
|
|
17
17
|
import '../../OrMenuItem-dbee450f.js';
|
|
18
|
-
import '../../OrMenu-
|
|
19
|
-
import '../../OrSearch-
|
|
20
|
-
import '../../OrInput-
|
|
18
|
+
import '../../OrMenu-054e0d2e.js';
|
|
19
|
+
import '../../OrSearch-bb3a3acc.js';
|
|
20
|
+
import '../../OrInput-c7763e63.js';
|
|
21
21
|
import '../../useIdAttribute-859439f0.js';
|
|
22
22
|
import '../../useValidationAttributes-d1abbe34.js';
|
|
23
23
|
import '../../OrError-c01d0c29.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { s as OrCarousel } from '../../OrCarousel-
|
|
1
|
+
export { s as OrCarousel } from '../../OrCarousel-4fb775f8.js';
|
|
2
2
|
export { s as OrCarouselItem } from '../../OrCarouselItem-8c7ccd0f.js';
|
|
3
3
|
import '@splidejs/splide';
|
|
4
|
-
import '../../OrIcon-
|
|
4
|
+
import '../../OrIcon-b566a871.js';
|
|
5
5
|
import 'vue-demi';
|
|
6
6
|
import 'lodash';
|
|
7
|
-
import '../../OrTooltip-
|
|
7
|
+
import '../../OrTooltip-89ce98e8.js';
|
|
8
8
|
import '../../OrTooltipContent-37a5f562.js';
|
|
9
9
|
import 'vue';
|
|
10
10
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { s as OrCheckbox } from '../../OrCheckbox-
|
|
1
|
+
export { s as OrCheckbox } from '../../OrCheckbox-ab457011.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import 'lodash';
|
|
4
|
-
import '../../OrIcon-
|
|
5
|
-
import '../../OrTooltip-
|
|
4
|
+
import '../../OrIcon-b566a871.js';
|
|
5
|
+
import '../../OrTooltip-89ce98e8.js';
|
|
6
6
|
import '../../OrTooltipContent-37a5f562.js';
|
|
7
7
|
import 'vue';
|
|
8
8
|
import '../../style-inject.es-4c6f2515.js';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { defineComponent } from 'vue-demi';
|
|
2
2
|
import { useVModel } from '@vueuse/core';
|
|
3
3
|
import { s as script$2, F as FormGroupDirection } from '../../OrFormGroup-9f581536.js';
|
|
4
|
-
import { s as script$1 } from '../../OrCheckboxTree-
|
|
4
|
+
import { s as script$1 } from '../../OrCheckboxTree-4a85b9b3.js';
|
|
5
5
|
import { resolveComponent, openBlock, createBlock, withCtx, renderSlot, createElementBlock, Fragment, renderList } from 'vue';
|
|
6
6
|
import '../../OrLabel-4da56db0.js';
|
|
7
7
|
import '../../OrError-c01d0c29.js';
|
|
8
8
|
import '../../OrHint-06ab89d7.js';
|
|
9
|
-
import '../../OrCheckbox-
|
|
9
|
+
import '../../OrCheckbox-56d7b6eb.js';
|
|
10
10
|
import '../../useIdAttribute-859439f0.js';
|
|
11
11
|
import '../../style-inject.es-4c6f2515.js';
|
|
12
12
|
import '../../OrIcon-62793572.js';
|
|
13
13
|
import '../../OrButton-c2b6aa9e.js';
|
|
14
14
|
import '../../OrLoader-b79022da.js';
|
|
15
|
-
import '../../flattenDeep-
|
|
15
|
+
import '../../flattenDeep-fe0af413.js';
|
|
16
16
|
|
|
17
17
|
var script = defineComponent({
|
|
18
18
|
name: 'OrCheckboxGroup',
|
|
@@ -54,9 +54,10 @@ var script = defineComponent({
|
|
|
54
54
|
default: false
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
|
-
setup(props, {
|
|
58
|
-
|
|
59
|
-
|
|
57
|
+
setup(props, _ref) {
|
|
58
|
+
let {
|
|
59
|
+
emit
|
|
60
|
+
} = _ref;
|
|
60
61
|
const proxyModelValue = useVModel(props, 'modelValue', emit);
|
|
61
62
|
return {
|
|
62
63
|
proxyModelValue
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { s as OrCheckboxTreeV3 } from '../../OrCheckboxTree-
|
|
1
|
+
export { s as OrCheckboxTreeV3 } from '../../OrCheckboxTree-4a85b9b3.js';
|
|
2
2
|
import 'vue-demi';
|
|
3
3
|
import '@vueuse/core';
|
|
4
|
-
import '../../OrCheckbox-
|
|
4
|
+
import '../../OrCheckbox-56d7b6eb.js';
|
|
5
5
|
import '../../useIdAttribute-859439f0.js';
|
|
6
6
|
import '../../OrLabel-4da56db0.js';
|
|
7
7
|
import 'vue';
|
|
@@ -9,4 +9,4 @@ import '../../style-inject.es-4c6f2515.js';
|
|
|
9
9
|
import '../../OrIcon-62793572.js';
|
|
10
10
|
import '../../OrButton-c2b6aa9e.js';
|
|
11
11
|
import '../../OrLoader-b79022da.js';
|
|
12
|
-
import '../../flattenDeep-
|
|
12
|
+
import '../../flattenDeep-fe0af413.js';
|